Section 1
//321_83 (gameNonF2_fla.321_83)
package gameNonF2_fla {
import flash.display.*;
public dynamic class 321_83 extends MovieClip {
public function 321_83(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 2
//basescores_89 (gameNonF2_fla.basescores_89)
package gameNonF2_fla {
import flash.display.*;
public dynamic class basescores_89 extends MovieClip {
public var scrollB:MovieClip;
public var scrollP:MovieClip;
public var mute:MovieClip;
public var persons:MovieClip;
public var faceBook:SimpleButton;
}
}//package gameNonF2_fla
Section 3
//boxcount_69 (gameNonF2_fla.boxcount_69)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class boxcount_69 extends MovieClip {
public var moveNum;
public var instr;
public var qt;
public var lvl;
public var clicked;
public var checkM:MovieClip;
public var i;
public var pplArr;
public var q:MovieClip;
public var dark:MovieClip;
public var ppl;
public var j;
public var cdown;
public var choice;
public var levelw;
public var personx;
public var box1:MovieClip;
public var box2:MovieClip;
public var box3:MovieClip;
public var boxes;
public var persony;
public var playthis;
public var waitMove;
public var okC;
public var waitTime;
public function boxcount_69(){
addFrameScript(0, frame1);
}
public function correct(){
trace("right");
addScore((6789 + (lvl * 1320)));
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(1);
waitTime = (waitTime - 8);
if (waitTime < 15){
waitTime = 15;
};
lvl++;
}
function frame1(){
this.addEventListener(MouseEvent.MOUSE_DOWN, mdown);
this.addEventListener(MouseEvent.MOUSE_UP, mup);
clicked = false;
cdown = false;
lvl = 0;
this.addEventListener(Event.ENTER_FRAME, enterframe);
boxes = new Array(box1, box2, box3);
i = 0;
while (i < boxes.length) {
this.addChild(boxes[i]);
i++;
};
personx = -305;
persony = -20;
ppl = new Array(0, 0, 0);
pplArr = new Array();
waitMove = 0;
waitTime = 40;
moveNum = 0;
instr = 0;
okC = false;
choice = -1;
q.visible = false;
qt = 1;
levelw = 200;
dark.visible = false;
playthis = false;
}
public function addPerson(){
var _local1:*;
var _local2:*;
waitMove++;
if (waitMove > waitTime){
_local1 = new Array();
_local1.push(1);
_local1.push(60);
_local2 = new Person();
this.addChild(_local2);
_local2.x = personx;
_local2.y = persony;
waitMove = 0;
if (ppl[0] > 0){
_local1.push(20);
_local1.push(100);
_local1.push(20);
_local1.push(20);
};
if (ppl[1] > 0){
_local1.push(30);
_local1.push(90);
_local1.push(30);
_local1.push(90);
};
if (ppl[2] > 0){
_local1.push(80);
_local1.push(40);
_local1.push(80);
_local1.push(80);
};
_local1.push(1);
_local1.push(60);
_local2.gotoAndPlay(_local1[Math.floor((Math.random() * _local1.length))]);
pplArr.push(_local2);
};
}
public function mdown(_arg1){
clicked = false;
if (!cdown){
clicked = true;
};
cdown = true;
}
public function wrong(){
addScore(-823);
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(2);
}
public function addScore(_arg1){
(parent as MovieClip).score = ((parent as MovieClip).score + _arg1);
}
public function enterframe(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
if (parent.x == -500){
if (!playthis){
playthis = true;
dark.visible = true;
dark.alpha = 0;
};
} else {
if (parent.x < -500){
playthis = false;
i = 0;
while (i < pplArr.length) {
this.removeChild(pplArr[i]);
pplArr.splice(i, 1);
i--;
i++;
};
i = 0;
while (i < boxes.length) {
boxes[i].btn.visible = false;
boxes[i].letter.gotoAndStop(1);
boxes[i].letter.letter2.text = "";
boxes[i].gotoAndStop(1);
i++;
};
q.visible = false;
qt = 1;
ppl[0] = 0;
ppl[1] = 0;
ppl[2] = 0;
instr = 0;
lvl = 0;
choice = -1;
okC = false;
};
};
if (!playthis){
if (dark.alpha > 0){
dark.alpha = (dark.alpha - 0.1);
} else {
dark.visible = false;
};
};
if (playthis){
if (dark.alpha < 1){
dark.alpha = (dark.alpha + 0.1);
};
instr++;
if (instr > 50){
if (q.question != null){
if (q.question.currentFrame == 3){
q.gotoAndStop(1);
q.visible = false;
};
};
} else {
q.visible = true;
q.question.gotoAndStop(3);
q.play();
};
moveNum++;
_local2 = false;
if (clicked){
_local2 = true;
};
trace(_local2);
if (moveNum > 200){
if (okC){
if (choice == -1){
i = 0;
while (i < boxes.length) {
if (boxes[i].area != null){
if (boxes[i].area.hitTestPoint(stage.mouseX, stage.mouseY, true)){
boxes[i].gotoAndStop(2);
trace(i, "good");
if (clicked){
trace(i, "click");
clicked = false;
trace(i, "choice");
choice = i;
j = 0;
while (j < boxes.length) {
trace(i, "7");
boxes[j].gotoAndPlay(7);
j++;
};
break;
};
} else {
boxes[i].gotoAndStop(1);
};
};
i++;
};
} else {
i = 0;
while (i < boxes.length) {
if (boxes[i].currentFrame < 37){
if (boxes[i].letter != null){
boxes[i].letter.letter2.text = ppl[i];
};
if (boxes[i].currentFrame == 20){
if (i == 2){
if (qt == 2){
if (choice == 0){
if ((((ppl[0] < ppl[1])) && ((ppl[0] < ppl[2])))){
correct();
} else {
wrong();
};
} else {
if (choice == 1){
if ((((ppl[1] < ppl[0])) && ((ppl[1] < ppl[2])))){
correct();
} else {
wrong();
};
} else {
if (choice == 2){
if ((((ppl[2] < ppl[0])) && ((ppl[2] < ppl[1])))){
correct();
} else {
wrong();
};
};
};
};
} else {
if (qt == 1){
if (choice == 0){
if ((((ppl[0] > ppl[1])) && ((ppl[0] > ppl[2])))){
correct();
} else {
wrong();
};
} else {
if (choice == 1){
if ((((ppl[1] > ppl[0])) && ((ppl[1] > ppl[2])))){
correct();
} else {
wrong();
};
} else {
if (choice == 2){
if ((((ppl[2] > ppl[0])) && ((ppl[2] > ppl[1])))){
correct();
} else {
wrong();
};
};
};
};
};
};
};
};
} else {
if (boxes[i].letter != null){
boxes[i].letter.letter2.text = "";
};
};
if (boxes[i].currentFrame == 1){
ppl = new Array(0, 0, 0);
moveNum = 0;
if (boxes[i].letter != null){
boxes[i].letter.letter2.text = "";
if (i == 2){
q.gotoAndStop(1);
q.visible = false;
okC = false;
choice = -1;
};
};
};
i++;
};
};
} else {
if (pplArr.length == 0){
if ((((((((ppl[0] == ppl[1])) || ((ppl[0] == ppl[2])))) || ((ppl[1] == ppl[3])))) || ((ppl[1] == ppl[2])))){
moveNum = (moveNum - (waitTime - 1));
} else {
okC = true;
q.visible = true;
if (Math.random() < 0.55){
qt = 1;
} else {
qt = 2;
};
q.question.gotoAndStop(qt);
q.play();
};
};
};
};
if (!okC){
i = 0;
while (i < pplArr.length) {
_local3 = false;
_local4 = -1;
if (pplArr[i].currentFrame == 19){
_local3 = true;
_local4 = 1;
} else {
if (pplArr[i].currentFrame == 29){
_local3 = true;
_local4 = 2;
} else {
if (pplArr[i].currentFrame == 39){
_local3 = true;
_local4 = 3;
} else {
if (pplArr[i].currentFrame == 79){
_local3 = true;
_local4 = 3;
} else {
if (pplArr[i].currentFrame == 89){
_local3 = true;
_local4 = 2;
} else {
if (pplArr[i].currentFrame == 99){
_local3 = true;
_local4 = 1;
};
};
};
};
};
};
if (_local3 == true){
var _local5 = ppl;
var _local6 = (_local4 - 1);
var _local7 = (_local5[_local6] + 1);
_local5[_local6] = _local7;
boxes[(_local4 - 1)].gotoAndPlay(2);
pplArr[i].stop();
this.removeChild(pplArr[i]);
pplArr.splice(i, 1);
} else {
_local4 = -1;
if (pplArr[i].currentFrame == 21){
_local4 = 1;
} else {
if (pplArr[i].currentFrame == 31){
_local4 = 2;
} else {
if (pplArr[i].currentFrame == 41){
_local4 = 3;
} else {
if (pplArr[i].currentFrame == 81){
_local4 = 3;
} else {
if (pplArr[i].currentFrame == 91){
_local4 = 2;
} else {
if (pplArr[i].currentFrame == 101){
_local4 = 1;
};
};
};
};
};
};
if (_local4 != -1){
_local5 = ppl;
_local6 = (_local4 - 1);
_local7 = (_local5[_local6] - 1);
_local5[_local6] = _local7;
};
};
i++;
};
};
if (moveNum < 200){
addPerson();
};
i = 0;
while (i < boxes.length) {
if (!okC){
if (boxes[i].btn != null){
boxes[i].btn.visible = false;
};
} else {
if (boxes[i].btn != null){
boxes[i].btn.visible = true;
};
};
this.setChildIndex(boxes[i], (this.numChildren - 1));
i++;
};
};
}
public function mup(_arg1){
clicked = false;
cdown = false;
}
}
}//package gameNonF2_fla
Section 4
//credsin_17 (gameNonF2_fla.credsin_17)
package gameNonF2_fla {
import flash.display.*;
public dynamic class credsin_17 extends MovieClip {
public function credsin_17(){
addFrameScript(19, frame20);
}
function frame20(){
stop();
}
}
}//package gameNonF2_fla
Section 5
//finalnum_82 (gameNonF2_fla.finalnum_82)
package gameNonF2_fla {
import flash.display.*;
public dynamic class finalnum_82 extends MovieClip {
public var numbers:MovieClip;
public function finalnum_82(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 6
//fullgame_51 (gameNonF2_fla.fullgame_51)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class fullgame_51 extends MovieClip {
public var currentL;
public var ps;
public var clicked;
public var dict5;
public var l1:MovieClip;
public var l4:MovieClip;
public var checkM:MovieClip;
public var l5:MovieClip;
public var wordMade;
public var skipBtn:SimpleButton;
public var l3:MovieClip;
public var i;
public var j;
public var wait;
public var dark:MovieClip;
public var l2:MovieClip;
public var ls;
public var wordN;
public var cdown;
public var timer;
public var words;
public var p1:MovieClip;
public var p2:MovieClip;
public var p3:MovieClip;
public var p5:MovieClip;
public var tmpWord;
public var p4:MovieClip;
public var playthis;
public var pickWord;
public function fullgame_51(){
addFrameScript(0, frame1);
}
public function addScore(_arg1){
(parent as MovieClip).score = ((parent as MovieClip).score + _arg1);
}
public function skipWord(){
timer = 1500;
i = 0;
while (i < 5) {
if (ls[i].currentFrame != 9){
ls[i].letter.letter.text = "";
};
ls[i].gotoAndStop(1);
i++;
};
i = 0;
while (i < 5) {
if (ps[i].currentFrame > 1){
ps[i].gotoAndStop(1);
} else {
ps[i].letter.gotoAndStop(1);
ps[i].letter.letter.text = "";
};
i++;
};
wordMade = false;
pickWord = false;
currentL = 0;
}
function frame1(){
stage.addEventListener(MouseEvent.MOUSE_DOWN, mdown);
stage.addEventListener(MouseEvent.MOUSE_UP, mup);
clicked = false;
cdown = false;
words = new Array();
words.push("aahed");
words.push("aalii");
words.push("aargh");
words.push("abaca");
words.push("abaci");
words.push("aback");
words.push("abaft");
words.push("abaka");
words.push("abamp");
words.push("abase");
words.push("abash");
words.push("abate");
words.push("abaya");
words.push("abbas");
words.push("abbes");
words.push("abbey");
words.push("abbot");
words.push("abeam");
words.push("abele");
words.push("abets");
words.push("abhor");
words.push("abide");
words.push("abled");
words.push("abler");
words.push("ables");
words.push("abmho");
words.push("abode");
words.push("abohm");
words.push("aboil");
words.push("aboma");
words.push("aboon");
words.push("abort");
words.push("about");
words.push("above");
words.push("abris");
words.push("abuse");
words.push("abuts");
words.push("abuzz");
words.push("abyes");
words.push("abysm");
words.push("abyss");
words.push("acari");
words.push("acerb");
words.push("aceta");
words.push("ached");
words.push("aches");
words.push("achoo");
words.push("acids");
words.push("acidy");
words.push("acing");
words.push("acini");
words.push("ackee");
words.push("acmes");
words.push("acmic");
words.push("acned");
words.push("acnes");
words.push("acock");
words.push("acold");
words.push("acorn");
words.push("acred");
words.push("acres");
words.push("acrid");
words.push("acted");
words.push("actin");
words.push("actor");
words.push("acute");
words.push("acyls");
words.push("adage");
words.push("adapt");
words.push("addax");
words.push("added");
words.push("adder");
words.push("addle");
words.push("adeem");
words.push("adept");
words.push("adieu");
words.push("adios");
words.push("adits");
words.push("adman");
words.push("admen");
words.push("admit");
words.push("admix");
words.push("adobe");
words.push("adobo");
words.push("adopt");
words.push("adore");
words.push("adorn");
words.push("adown");
words.push("adoze");
words.push("adult");
words.push("adunc");
words.push("adust");
words.push("adyta");
words.push("adzed");
words.push("adzes");
words.push("aecia");
words.push("aedes");
words.push("aegis");
words.push("aeons");
words.push("aerie");
words.push("afars");
words.push("affix");
words.push("afire");
words.push("afoot");
words.push("afore");
words.push("afoul");
words.push("afrit");
words.push("after");
words.push("again");
words.push("agama");
words.push("agape");
words.push("agars");
words.push("agate");
words.push("agave");
words.push("agaze");
words.push("agene");
words.push("agent");
words.push("agers");
words.push("agger");
words.push("aggie");
words.push("aggro");
words.push("aghas");
words.push("agile");
words.push("aging");
words.push("agios");
words.push("agism");
words.push("agist");
words.push("agita");
words.push("aglee");
words.push("aglet");
words.push("agley");
words.push("aglow");
words.push("agmas");
words.push("agone");
words.push("agons");
words.push("agony");
words.push("agora");
words.push("agree");
words.push("agria");
words.push("agues");
words.push("ahead");
words.push("ahing");
words.push("ahold");
words.push("ahull");
words.push("aided");
words.push("aider");
words.push("aides");
words.push("ailed");
words.push("aimed");
words.push("aimer");
words.push("aioli");
words.push("aired");
words.push("airer");
words.push("airns");
words.push("airth");
words.push("airts");
words.push("aisle");
words.push("aitch");
words.push("aiver");
words.push("ajiva");
words.push("ajuga");
words.push("akees");
words.push("akela");
words.push("akene");
words.push("alack");
words.push("alamo");
words.push("aland");
words.push("alane");
words.push("alang");
words.push("alans");
words.push("alant");
words.push("alarm");
words.push("alary");
words.push("alate");
words.push("albas");
words.push("album");
words.push("alcid");
words.push("alder");
words.push("aldol");
words.push("alecs");
words.push("alefs");
words.push("aleph");
words.push("alert");
words.push("alfas");
words.push("algae");
words.push("algal");
words.push("algas");
words.push("algid");
words.push("algin");
words.push("algor");
words.push("algum");
words.push("alias");
words.push("alibi");
words.push("alien");
words.push("alifs");
words.push("align");
words.push("alike");
words.push("aline");
words.push("alist");
words.push("alive");
words.push("aliya");
words.push("alkie");
words.push("alkyd");
words.push("alkyl");
words.push("allay");
words.push("allee");
words.push("alley");
words.push("allod");
words.push("allot");
words.push("allow");
words.push("alloy");
words.push("allyl");
words.push("almah");
words.push("almas");
words.push("almeh");
words.push("almes");
words.push("almud");
words.push("almug");
words.push("aloes");
words.push("aloft");
words.push("aloha");
words.push("aloin");
words.push("alone");
words.push("along");
words.push("aloof");
words.push("aloud");
words.push("alpha");
words.push("altar");
words.push("alter");
words.push("altho");
words.push("altos");
words.push("alula");
words.push("alums");
words.push("alway");
words.push("amahs");
words.push("amain");
words.push("amass");
words.push("amaze");
words.push("amber");
words.push("ambit");
words.push("amble");
words.push("ambos");
words.push("ambry");
words.push("ameba");
words.push("ameer");
words.push("amend");
words.push("amens");
words.push("ament");
words.push("amias");
words.push("amice");
words.push("amici");
words.push("amide");
words.push("amido");
words.push("amids");
words.push("amies");
words.push("amiga");
words.push("amigo");
words.push("amine");
words.push("amino");
words.push("amins");
words.push("amirs");
words.push("amiss");
words.push("amity");
words.push("ammos");
words.push("amnia");
words.push("amnic");
words.push("amnio");
words.push("amoks");
words.push("amole");
words.push("among");
words.push("amort");
words.push("amour");
words.push("amped");
words.push("ample");
words.push("amply");
words.push("ampul");
words.push("amuck");
words.push("amuse");
words.push("amyls");
words.push("ancho");
words.push("ancon");
words.push("andro");
words.push("anear");
words.push("anele");
words.push("anent");
words.push("angas");
words.push("angel");
words.push("anger");
words.push("angle");
words.push("anglo");
words.push("angry");
words.push("angst");
words.push("anile");
words.push("anils");
words.push("anima");
words.push("anime");
words.push("animi");
words.push("anion");
words.push("anise");
words.push("ankhs");
words.push("ankle");
words.push("ankus");
words.push("anlas");
words.push("annal");
words.push("annas");
words.push("annex");
words.push("annoy");
words.push("annul");
words.push("anoas");
words.push("anode");
words.push("anole");
words.push("anomy");
words.push("ansae");
words.push("antae");
words.push("antas");
words.push("anted");
words.push("antes");
words.push("antic");
words.push("antis");
words.push("antra");
words.push("antre");
words.push("antsy");
words.push("anvil");
words.push("anyon");
words.push("aorta");
words.push("apace");
words.push("apart");
words.push("apeak");
words.push("apeek");
words.push("apers");
words.push("apery");
words.push("aphid");
words.push("aphis");
words.push("apian");
words.push("aping");
words.push("apish");
words.push("apnea");
words.push("apods");
words.push("aport");
words.push("appal");
words.push("appel");
words.push("apple");
words.push("apply");
words.push("apres");
words.push("apron");
words.push("apses");
words.push("apsis");
words.push("apter");
words.push("aptly");
words.push("aquae");
words.push("aquas");
words.push("araks");
words.push("arame");
words.push("arbor");
words.push("arced");
words.push("arcus");
words.push("ardeb");
words.push("ardor");
words.push("areae");
words.push("areal");
words.push("areas");
words.push("areca");
words.push("areic");
words.push("arena");
words.push("arene");
words.push("arepa");
words.push("arete");
words.push("argal");
words.push("argil");
words.push("argle");
words.push("argol");
words.push("argon");
words.push("argot");
words.push("argue");
words.push("argus");
words.push("arhat");
words.push("arias");
words.push("ariel");
words.push("arils");
words.push("arise");
words.push("arles");
words.push("armed");
words.push("armer");
words.push("armet");
words.push("armor");
words.push("aroid");
words.push("aroma");
words.push("arose");
words.push("arpen");
words.push("arras");
words.push("array");
words.push("arris");
words.push("arrow");
words.push("arses");
words.push("arsis");
words.push("arson");
words.push("artal");
words.push("artel");
words.push("artsy");
words.push("arums");
words.push("arval");
words.push("arvos");
words.push("aryls");
words.push("asana");
words.push("ascot");
words.push("ascus");
words.push("asdic");
words.push("ashed");
words.push("ashen");
words.push("ashes");
words.push("aside");
words.push("asked");
words.push("asker");
words.push("askew");
words.push("askoi");
words.push("askos");
words.push("aspen");
words.push("asper");
words.push("aspic");
words.push("aspis");
words.push("assai");
words.push("assay");
words.push("asses");
words.push("asset");
words.push("aster");
words.push("astir");
words.push("asyla");
words.push("ataps");
words.push("ataxy");
words.push("atilt");
words.push("atlas");
words.push("atman");
words.push("atmas");
words.push("atoll");
words.push("atoms");
words.push("atomy");
words.push("atone");
words.push("atony");
words.push("atopy");
words.push("atria");
words.push("atrip");
words.push("attar");
words.push("attic");
words.push("audad");
words.push("audio");
words.push("audit");
words.push("auger");
words.push("aught");
words.push("augur");
words.push("aulic");
words.push("aunts");
words.push("aunty");
words.push("aurae");
words.push("aural");
words.push("aurar");
words.push("auras");
words.push("aurei");
words.push("aures");
words.push("auric");
words.push("auris");
words.push("aurum");
words.push("autos");
words.push("auxin");
words.push("avail");
words.push("avant");
words.push("avast");
words.push("avens");
words.push("avers");
words.push("avert");
words.push("avgas");
words.push("avian");
words.push("avion");
words.push("aviso");
words.push("avoid");
words.push("avows");
words.push("await");
words.push("awake");
words.push("award");
words.push("aware");
words.push("awash");
words.push("awful");
words.push("awing");
words.push("awned");
words.push("awoke");
words.push("awols");
words.push("axels");
words.push("axial");
words.push("axile");
words.push("axils");
words.push("axing");
words.push("axiom");
words.push("axion");
words.push("axite");
words.push("axled");
words.push("axles");
words.push("axman");
words.push("axmen");
words.push("axone");
words.push("axons");
words.push("ayahs");
words.push("ayins");
words.push("azans");
words.push("azide");
words.push("azido");
words.push("azine");
words.push("azlon");
words.push("azoic");
words.push("azole");
words.push("azons");
words.push("azote");
words.push("azoth");
words.push("azuki");
words.push("azure");
words.push("baaed");
words.push("baals");
words.push("babas");
words.push("babel");
words.push("babes");
words.push("babka");
words.push("baboo");
words.push("babul");
words.push("babus");
words.push("bacca");
words.push("backs");
words.push("bacon");
words.push("baddy");
words.push("badge");
words.push("badly");
words.push("baffs");
words.push("baffy");
words.push("bagel");
words.push("baggy");
words.push("bahts");
words.push("bails");
words.push("bairn");
words.push("baith");
words.push("baits");
words.push("baiza");
words.push("baize");
words.push("baked");
words.push("baker");
words.push("bakes");
words.push("balas");
words.push("balds");
words.push("baldy");
words.push("baled");
words.push("baler");
words.push("bales");
words.push("balks");
words.push("balky");
words.push("balls");
words.push("bally");
words.push("balms");
words.push("balmy");
words.push("balsa");
words.push("banal");
words.push("banco");
words.push("banda");
words.push("bands");
words.push("bandy");
words.push("baned");
words.push("banes");
words.push("bangs");
words.push("banjo");
words.push("banks");
words.push("banns");
words.push("banty");
words.push("barbe");
words.push("barbs");
words.push("barca");
words.push("barde");
words.push("bards");
words.push("bared");
words.push("barer");
words.push("bares");
words.push("barfs");
words.push("barge");
words.push("baric");
words.push("barks");
words.push("barky");
words.push("barms");
words.push("barmy");
words.push("barns");
words.push("barny");
words.push("baron");
words.push("barre");
words.push("barye");
words.push("basal");
words.push("based");
words.push("baser");
words.push("bases");
words.push("basic");
words.push("basil");
words.push("basin");
words.push("basis");
words.push("basks");
words.push("bassi");
words.push("basso");
words.push("bassy");
words.push("baste");
words.push("basts");
words.push("batch");
words.push("bated");
words.push("bates");
words.push("bathe");
words.push("baths");
words.push("batik");
words.push("baton");
words.push("batts");
words.push("battu");
words.push("batty");
words.push("bauds");
words.push("baulk");
words.push("bawds");
words.push("bawdy");
words.push("bawls");
words.push("bawty");
words.push("bayed");
words.push("bayou");
words.push("bazar");
words.push("bazoo");
words.push("beach");
words.push("beads");
words.push("beady");
words.push("beaks");
words.push("beaky");
words.push("beams");
words.push("beamy");
words.push("beano");
words.push("beans");
words.push("beard");
words.push("bears");
words.push("beast");
words.push("beats");
words.push("beaus");
words.push("beaut");
words.push("beaux");
words.push("bebop");
words.push("becap");
words.push("becks");
words.push("bedel");
words.push("bedew");
words.push("bedim");
words.push("beech");
words.push("beedi");
words.push("beefs");
words.push("beefy");
words.push("beeps");
words.push("beers");
words.push("beery");
words.push("beets");
words.push("befit");
words.push("befog");
words.push("began");
words.push("begat");
words.push("beget");
words.push("begin");
words.push("begot");
words.push("begum");
words.push("begun");
words.push("beige");
words.push("beigy");
words.push("being");
words.push("belay");
words.push("belch");
words.push("belga");
words.push("belie");
words.push("belle");
words.push("bells");
words.push("belly");
words.push("belon");
words.push("below");
words.push("belts");
words.push("bemas");
words.push("bemix");
words.push("bench");
words.push("bends");
words.push("bendy");
words.push("benes");
words.push("benne");
words.push("benni");
words.push("benny");
words.push("bento");
words.push("bents");
words.push("beret");
words.push("bergs");
words.push("berks");
words.push("berme");
words.push("berms");
words.push("berry");
words.push("berth");
words.push("beryl");
words.push("beses");
words.push("beset");
words.push("besom");
words.push("besot");
words.push("bests");
words.push("betas");
words.push("betel");
words.push("beths");
words.push("beton");
words.push("betta");
words.push("bevel");
words.push("bevor");
words.push("bewig");
words.push("bezel");
words.push("bezil");
words.push("bhang");
words.push("bhoot");
words.push("bhuts");
words.push("biali");
words.push("bialy");
words.push("bibbs");
words.push("bible");
words.push("bicep");
words.push("bices");
words.push("biddy");
words.push("bided");
words.push("bider");
words.push("bides");
words.push("bidet");
words.push("bidis");
words.push("bield");
words.push("biers");
words.push("biffs");
words.push("biffy");
words.push("bifid");
words.push("biggy");
words.push("bight");
words.push("bigly");
words.push("bigos");
words.push("bigot");
words.push("bijou");
words.push("biked");
words.push("biker");
words.push("bikes");
words.push("bikie");
words.push("bilbo");
words.push("bilby");
words.push("biles");
words.push("bilge");
words.push("bilgy");
words.push("bilks");
words.push("bills");
words.push("billy");
words.push("bimah");
words.push("bimas");
words.push("bimbo");
words.push("binal");
words.push("bindi");
words.push("binds");
words.push("biner");
words.push("bines");
words.push("binge");
words.push("bingo");
words.push("binit");
words.push("bints");
words.push("biogs");
words.push("biome");
words.push("biont");
words.push("biota");
words.push("biped");
words.push("bipod");
words.push("birch");
words.push("birds");
words.push("birks");
words.push("birle");
words.push("birls");
words.push("biros");
words.push("birrs");
words.push("birse");
words.push("birth");
words.push("bises");
words.push("bisks");
words.push("bison");
words.push("bitch");
words.push("biter");
words.push("bites");
words.push("bitsy");
words.push("bitts");
words.push("bitty");
words.push("bizes");
words.push("blabs");
words.push("black");
words.push("blade");
words.push("blaff");
words.push("blahs");
words.push("blain");
words.push("blame");
words.push("blams");
words.push("bland");
words.push("blank");
words.push("blare");
words.push("blase");
words.push("blast");
words.push("blate");
words.push("blats");
words.push("blawn");
words.push("blaws");
words.push("blaze");
words.push("bleak");
words.push("blear");
words.push("bleat");
words.push("blebs");
words.push("bleed");
words.push("bleep");
words.push("blend");
words.push("blent");
words.push("bless");
words.push("blest");
words.push("blets");
words.push("blimp");
words.push("blimy");
words.push("blind");
words.push("blini");
words.push("blink");
words.push("blips");
words.push("bliss");
words.push("blite");
words.push("blitz");
words.push("bloat");
words.push("blobs");
words.push("block");
words.push("blocs");
words.push("blogs");
words.push("bloke");
words.push("blond");
words.push("blood");
words.push("bloom");
words.push("bloop");
words.push("blots");
words.push("blown");
words.push("blows");
words.push("blowy");
words.push("blubs");
words.push("blued");
words.push("bluer");
words.push("blues");
words.push("bluet");
words.push("bluey");
words.push("bluff");
words.push("blume");
words.push("blunt");
words.push("blurb");
words.push("blurs");
words.push("blurt");
words.push("blush");
words.push("blype");
words.push("board");
words.push("boars");
words.push("boart");
words.push("boast");
words.push("boats");
words.push("bobby");
words.push("bocce");
words.push("bocci");
words.push("boche");
words.push("bocks");
words.push("boded");
words.push("bodes");
words.push("boffo");
words.push("boffs");
words.push("bogan");
words.push("bogey");
words.push("boggy");
words.push("bogie");
words.push("bogle");
words.push("bogus");
words.push("bohea");
words.push("bohos");
words.push("boils");
words.push("boing");
words.push("boink");
words.push("boite");
words.push("bolar");
words.push("bolas");
words.push("bolds");
words.push("boles");
words.push("bolls");
words.push("bolos");
words.push("bolts");
words.push("bolus");
words.push("bombe");
words.push("bombs");
words.push("bonds");
words.push("boned");
words.push("boner");
words.push("bones");
words.push("boney");
words.push("bongo");
words.push("bongs");
words.push("bonks");
words.push("bonne");
words.push("bonny");
words.push("bonus");
words.push("bonze");
words.push("boobs");
words.push("booby");
words.push("boody");
words.push("booed");
words.push("boogy");
words.push("books");
words.push("booms");
words.push("boomy");
words.push("boons");
words.push("boors");
words.push("boost");
words.push("booth");
words.push("boots");
words.push("booty");
words.push("booze");
words.push("boozy");
words.push("boral");
words.push("boras");
words.push("borax");
words.push("bored");
words.push("borer");
words.push("bores");
words.push("boric");
words.push("borks");
words.push("borne");
words.push("boron");
words.push("borts");
words.push("borty");
words.push("bortz");
words.push("bosks");
words.push("bosky");
words.push("bosom");
words.push("boson");
words.push("bossy");
words.push("bosun");
words.push("botas");
words.push("botch");
words.push("botel");
words.push("bothy");
words.push("botts");
words.push("bough");
words.push("boule");
words.push("bound");
words.push("bourg");
words.push("bourn");
words.push("bouse");
words.push("bousy");
words.push("bouts");
words.push("bovid");
words.push("bowed");
words.push("bowel");
words.push("bower");
words.push("bowls");
words.push("bowse");
words.push("boxed");
words.push("boxer");
words.push("boxes");
words.push("boyar");
words.push("boyla");
words.push("boyos");
words.push("bozos");
words.push("brace");
words.push("brach");
words.push("bract");
words.push("brads");
words.push("braes");
words.push("brags");
words.push("braid");
words.push("brail");
words.push("brain");
words.push("brake");
words.push("braky");
words.push("brand");
words.push("brank");
words.push("brans");
words.push("brant");
words.push("brash");
words.push("brass");
words.push("brats");
words.push("brava");
words.push("brave");
words.push("bravi");
words.push("bravo");
words.push("brawl");
words.push("brawn");
words.push("braws");
words.push("braxy");
words.push("brays");
words.push("braza");
words.push("braze");
words.push("bread");
words.push("break");
words.push("bream");
words.push("brede");
words.push("breed");
words.push("brees");
words.push("brens");
words.push("brent");
words.push("breve");
words.push("brews");
words.push("briar");
words.push("bribe");
words.push("brick");
words.push("bride");
words.push("brief");
words.push("brier");
words.push("bries");
words.push("brigs");
words.push("brill");
words.push("brims");
words.push("brine");
words.push("bring");
words.push("brink");
words.push("brins");
words.push("briny");
words.push("brios");
words.push("brisk");
words.push("briss");
words.push("brith");
words.push("brits");
words.push("britt");
words.push("broad");
words.push("brock");
words.push("broil");
words.push("broke");
words.push("brome");
words.push("bromo");
words.push("bronc");
words.push("brood");
words.push("brook");
words.push("broom");
words.push("broos");
words.push("brose");
words.push("brosy");
words.push("broth");
words.push("brown");
words.push("brows");
words.push("brugh");
words.push("bruin");
words.push("bruit");
words.push("brume");
words.push("brung");
words.push("brunt");
words.push("brush");
words.push("brusk");
words.push("brute");
words.push("bruts");
words.push("bubal");
words.push("bubba");
words.push("bubby");
words.push("bubus");
words.push("bucko");
words.push("bucks");
words.push("buddy");
words.push("budge");
words.push("buffi");
words.push("buffo");
words.push("buffs");
words.push("buffy");
words.push("buggy");
words.push("bugle");
words.push("buhls");
words.push("buhrs");
words.push("build");
words.push("built");
words.push("bulbs");
words.push("bulge");
words.push("bulgy");
words.push("bulks");
words.push("bulky");
words.push("bulla");
words.push("bulls");
words.push("bully");
words.push("bumfs");
words.push("bumph");
words.push("bumps");
words.push("bumpy");
words.push("bunas");
words.push("bunch");
words.push("bunco");
words.push("bunds");
words.push("bundt");
words.push("bungs");
words.push("bunko");
words.push("bunks");
words.push("bunns");
words.push("bunny");
words.push("bunts");
words.push("bunya");
words.push("buoys");
words.push("buppy");
words.push("buran");
words.push("buras");
words.push("burbs");
words.push("burds");
words.push("buret");
words.push("burgh");
words.push("burgs");
words.push("burin");
words.push("burka");
words.push("burke");
words.push("burls");
words.push("burly");
words.push("burns");
words.push("burnt");
words.push("burps");
words.push("burqa");
words.push("burro");
words.push("burrs");
words.push("burry");
words.push("bursa");
words.push("burse");
words.push("burst");
words.push("busby");
words.push("bused");
words.push("buses");
words.push("bushy");
words.push("busks");
words.push("busts");
words.push("busty");
words.push("butch");
words.push("buteo");
words.push("butes");
words.push("butle");
words.push("butte");
words.push("butts");
words.push("butty");
words.push("butut");
words.push("butyl");
words.push("buxom");
words.push("buyer");
words.push("bwana");
words.push("bylaw");
words.push("byres");
words.push("byrls");
words.push("byssi");
words.push("bytes");
words.push("byway");
words.push("cabal");
words.push("cabby");
words.push("caber");
words.push("cabin");
words.push("cable");
words.push("cabob");
words.push("cacao");
words.push("cacas");
words.push("cache");
words.push("cacti");
words.push("caddy");
words.push("cades");
words.push("cadet");
words.push("cadge");
words.push("cadgy");
words.push("cadis");
words.push("cadre");
words.push("caeca");
words.push("cafes");
words.push("caffs");
words.push("caged");
words.push("cager");
words.push("cages");
words.push("cagey");
words.push("cahow");
words.push("caids");
words.push("cains");
words.push("caird");
words.push("cairn");
words.push("cajon");
words.push("caked");
words.push("cakes");
words.push("cakey");
words.push("calfs");
words.push("calif");
words.push("calix");
words.push("calks");
words.push("calla");
words.push("calls");
words.push("calms");
words.push("calos");
words.push("calve");
words.push("calyx");
words.push("camas");
words.push("camel");
words.push("cameo");
words.push("cames");
words.push("camos");
words.push("campi");
words.push("campo");
words.push("camps");
words.push("campy");
words.push("canal");
words.push("candy");
words.push("caned");
words.push("caner");
words.push("canes");
words.push("canid");
words.push("canna");
words.push("canny");
words.push("canoe");
words.push("canon");
words.push("canso");
words.push("canst");
words.push("canto");
words.push("cants");
words.push("canty");
words.push("caped");
words.push("caper");
words.push("capes");
words.push("caphs");
words.push("capiz");
words.push("capon");
words.push("capos");
words.push("caput");
words.push("carat");
words.push("carbo");
words.push("carbs");
words.push("cards");
words.push("cared");
words.push("carer");
words.push("cares");
words.push("caret");
words.push("carex");
words.push("cargo");
words.push("carks");
words.push("carle");
words.push("carls");
words.push("carns");
words.push("carny");
words.push("carob");
words.push("carol");
words.push("carom");
words.push("carpi");
words.push("carps");
words.push("carrs");
words.push("carry");
words.push("carse");
words.push("carte");
words.push("carts");
words.push("carve");
words.push("casas");
words.push("cased");
words.push("cases");
words.push("casks");
words.push("casky");
words.push("caste");
words.push("casts");
words.push("casus");
words.push("catch");
words.push("cater");
words.push("cates");
words.push("catty");
words.push("cauld");
words.push("caulk");
words.push("cauls");
words.push("cause");
words.push("caved");
words.push("caver");
words.push("caves");
words.push("cavie");
words.push("cavil");
words.push("cawed");
words.push("cease");
words.push("cebid");
words.push("cecal");
words.push("cecum");
words.push("cedar");
words.push("ceded");
words.push("ceder");
words.push("cedes");
words.push("cedis");
words.push("ceiba");
words.push("ceili");
words.push("ceils");
words.push("celeb");
words.push("cella");
words.push("celli");
words.push("cello");
words.push("cells");
words.push("celom");
words.push("celts");
words.push("cense");
words.push("cento");
words.push("cents");
words.push("centu");
words.push("ceorl");
words.push("cepes");
words.push("cerci");
words.push("cered");
words.push("ceres");
words.push("ceria");
words.push("ceric");
words.push("ceros");
words.push("cesta");
words.push("cesti");
words.push("cetes");
words.push("chads");
words.push("chafe");
words.push("chaff");
words.push("chain");
words.push("chair");
words.push("chais");
words.push("chalk");
words.push("champ");
words.push("chams");
words.push("chang");
words.push("chant");
words.push("chaos");
words.push("chape");
words.push("chaps");
words.push("chapt");
words.push("chard");
words.push("chare");
words.push("chark");
words.push("charm");
words.push("charr");
words.push("chars");
words.push("chart");
words.push("chary");
words.push("chase");
words.push("chasm");
words.push("chats");
words.push("chaws");
words.push("chays");
words.push("cheap");
words.push("cheat");
words.push("check");
words.push("cheek");
words.push("cheep");
words.push("cheer");
words.push("chefs");
words.push("chela");
words.push("chemo");
words.push("chert");
words.push("chess");
words.push("chest");
words.push("cheth");
words.push("chevy");
words.push("chews");
words.push("chewy");
words.push("chiao");
words.push("chias");
words.push("chica");
words.push("chick");
words.push("chico");
words.push("chics");
words.push("chide");
words.push("chief");
words.push("chiel");
words.push("child");
words.push("chile");
words.push("chili");
words.push("chill");
words.push("chimb");
words.push("chime");
words.push("chimp");
words.push("china");
words.push("chine");
words.push("chink");
words.push("chino");
words.push("chins");
words.push("chips");
words.push("chirk");
words.push("chirm");
words.push("chiro");
words.push("chirp");
words.push("chirr");
words.push("chiru");
words.push("chits");
words.push("chive");
words.push("chivy");
words.push("chock");
words.push("choir");
words.push("choke");
words.push("choky");
words.push("chola");
words.push("cholo");
words.push("chomp");
words.push("chook");
words.push("chops");
words.push("chord");
words.push("chore");
words.push("chose");
words.push("chott");
words.push("chows");
words.push("chubs");
words.push("chuck");
words.push("chufa");
words.push("chuff");
words.push("chugs");
words.push("chump");
words.push("chums");
words.push("chunk");
words.push("churl");
words.push("churn");
words.push("churr");
words.push("chute");
words.push("chyle");
words.push("chyme");
words.push("cibol");
words.push("cider");
words.push("cigar");
words.push("cilia");
words.push("cimex");
words.push("cinch");
words.push("cines");
words.push("cions");
words.push("circa");
words.push("cires");
words.push("cirri");
words.push("cisco");
words.push("cissy");
words.push("cists");
words.push("cited");
words.push("citer");
words.push("cites");
words.push("civet");
words.push("civic");
words.push("civie");
words.push("civil");
words.push("civvy");
words.push("clach");
words.push("clack");
words.push("clade");
words.push("clads");
words.push("clags");
words.push("claim");
words.push("clamp");
words.push("clams");
words.push("clang");
words.push("clank");
words.push("clans");
words.push("claps");
words.push("clapt");
words.push("claro");
words.push("clary");
words.push("clash");
words.push("clasp");
words.push("class");
words.push("clast");
words.push("clave");
words.push("clavi");
words.push("claws");
words.push("clays");
words.push("clean");
words.push("clear");
words.push("cleat");
words.push("cleek");
words.push("clefs");
words.push("cleft");
words.push("clepe");
words.push("clept");
words.push("clerk");
words.push("clews");
words.push("click");
words.push("cliff");
words.push("clift");
words.push("climb");
words.push("clime");
words.push("cline");
words.push("cling");
words.push("clink");
words.push("clips");
words.push("clipt");
words.push("cloak");
words.push("clock");
words.push("clods");
words.push("clogs");
words.push("clomb");
words.push("clomp");
words.push("clone");
words.push("clonk");
words.push("clons");
words.push("cloot");
words.push("clops");
words.push("close");
words.push("cloth");
words.push("clots");
words.push("cloud");
words.push("clour");
words.push("clout");
words.push("clove");
words.push("clown");
words.push("cloys");
words.push("cloze");
words.push("clubs");
words.push("cluck");
words.push("clued");
words.push("clues");
words.push("clump");
words.push("clung");
words.push("clunk");
words.push("cnida");
words.push("coach");
words.push("coact");
words.push("coala");
words.push("coals");
words.push("coaly");
words.push("coapt");
words.push("coast");
words.push("coati");
words.push("coats");
words.push("cobbs");
words.push("cobby");
words.push("cobia");
words.push("coble");
words.push("cobra");
words.push("cocas");
words.push("cocci");
words.push("cocks");
words.push("cocky");
words.push("cocoa");
words.push("cocos");
words.push("codas");
words.push("codec");
words.push("coded");
words.push("coden");
words.push("coder");
words.push("codes");
words.push("codex");
words.push("codon");
words.push("coeds");
words.push("coffs");
words.push("cogon");
words.push("cohog");
words.push("cohos");
words.push("coifs");
words.push("coign");
words.push("coils");
words.push("coins");
words.push("coirs");
words.push("coked");
words.push("cokes");
words.push("colas");
words.push("colby");
words.push("colds");
words.push("coled");
words.push("coles");
words.push("colic");
words.push("colin");
words.push("colly");
words.push("colog");
words.push("colon");
words.push("color");
words.push("colts");
words.push("colza");
words.push("comae");
words.push("comal");
words.push("comas");
words.push("combe");
words.push("combo");
words.push("combs");
words.push("comer");
words.push("comes");
words.push("comet");
words.push("comfy");
words.push("comic");
words.push("comix");
words.push("comma");
words.push("commy");
words.push("compo");
words.push("comps");
words.push("compt");
words.push("comte");
words.push("conch");
words.push("condo");
words.push("coned");
words.push("cones");
words.push("coney");
words.push("conga");
words.push("conge");
words.push("congo");
words.push("conic");
words.push("conin");
words.push("conks");
words.push("conky");
words.push("conns");
words.push("conte");
words.push("conto");
words.push("conus");
words.push("cooch");
words.push("cooed");
words.push("cooee");
words.push("cooer");
words.push("cooey");
words.push("coofs");
words.push("cooks");
words.push("cooky");
words.push("cools");
words.push("cooly");
words.push("coomb");
words.push("coons");
words.push("coops");
words.push("coopt");
words.push("coots");
words.push("copal");
words.push("copay");
words.push("coped");
words.push("copen");
words.push("coper");
words.push("copes");
words.push("copra");
words.push("copse");
words.push("coral");
words.push("corby");
words.push("cords");
words.push("cored");
words.push("corer");
words.push("cores");
words.push("corgi");
words.push("coria");
words.push("corks");
words.push("corky");
words.push("corms");
words.push("corns");
words.push("cornu");
words.push("corny");
words.push("corps");
words.push("corse");
words.push("cosec");
words.push("coses");
words.push("coset");
words.push("cosey");
words.push("cosie");
words.push("costa");
words.push("costs");
words.push("cotan");
words.push("coted");
words.push("cotes");
words.push("cotta");
words.push("couch");
words.push("coude");
words.push("cough");
words.push("could");
words.push("count");
words.push("coupe");
words.push("coups");
words.push("court");
words.push("couth");
words.push("coved");
words.push("coven");
words.push("cover");
words.push("coves");
words.push("covet");
words.push("covey");
words.push("covin");
words.push("cowed");
words.push("cower");
words.push("cowls");
words.push("cowry");
words.push("coxae");
words.push("coxal");
words.push("coxed");
words.push("coxes");
words.push("coyed");
words.push("coyer");
words.push("coyly");
words.push("coypu");
words.push("cozen");
words.push("cozes");
words.push("cozey");
words.push("cozie");
words.push("craal");
words.push("crabs");
words.push("crack");
words.push("craft");
words.push("crags");
words.push("crake");
words.push("cramp");
words.push("crams");
words.push("crane");
words.push("crank");
words.push("crape");
words.push("craps");
words.push("crash");
words.push("crass");
words.push("crate");
words.push("crave");
words.push("crawl");
words.push("craws");
words.push("craze");
words.push("crazy");
words.push("creak");
words.push("cream");
words.push("credo");
words.push("creds");
words.push("creed");
words.push("creek");
words.push("creel");
words.push("creep");
words.push("creme");
words.push("crepe");
words.push("crept");
words.push("crepy");
words.push("cress");
words.push("crest");
words.push("crews");
words.push("cribs");
words.push("crick");
words.push("cried");
words.push("crier");
words.push("cries");
words.push("crime");
words.push("crimp");
words.push("cripe");
words.push("crisp");
words.push("crits");
words.push("croak");
words.push("croci");
words.push("crock");
words.push("crocs");
words.push("croft");
words.push("crone");
words.push("crony");
words.push("crook");
words.push("croon");
words.push("crops");
words.push("crore");
words.push("cross");
words.push("croup");
words.push("crowd");
words.push("crown");
words.push("crows");
words.push("croze");
words.push("cruck");
words.push("crude");
words.push("cruds");
words.push("cruel");
words.push("cruet");
words.push("crumb");
words.push("crump");
words.push("cruor");
words.push("crura");
words.push("cruse");
words.push("crush");
words.push("crust");
words.push("crwth");
words.push("crypt");
words.push("cubby");
words.push("cubeb");
words.push("cubed");
words.push("cuber");
words.push("cubes");
words.push("cubic");
words.push("cubit");
words.push("cuddy");
words.push("cuffs");
words.push("cuifs");
words.push("cuing");
words.push("cuish");
words.push("cukes");
words.push("culch");
words.push("culet");
words.push("culex");
words.push("culls");
words.push("cully");
words.push("culms");
words.push("culpa");
words.push("culti");
words.push("cults");
words.push("cumin");
words.push("cunts");
words.push("cupel");
words.push("cupid");
words.push("cuppa");
words.push("cuppy");
words.push("curbs");
words.push("curch");
words.push("curds");
words.push("curdy");
words.push("cured");
words.push("curer");
words.push("cures");
words.push("curet");
words.push("curfs");
words.push("curia");
words.push("curie");
words.push("curio");
words.push("curls");
words.push("curly");
words.push("curns");
words.push("currs");
words.push("curry");
words.push("curse");
words.push("curst");
words.push("curve");
words.push("curvy");
words.push("cusec");
words.push("cushy");
words.push("cusks");
words.push("cusps");
words.push("cusso");
words.push("cutch");
words.push("cuter");
words.push("cutes");
words.push("cutey");
words.push("cutie");
words.push("cutin");
words.push("cutis");
words.push("cutty");
words.push("cutup");
words.push("cuvee");
words.push("cyano");
words.push("cyans");
words.push("cyber");
words.push("cycad");
words.push("cycas");
words.push("cycle");
words.push("cyclo");
words.push("cyder");
words.push("cylix");
words.push("cymae");
words.push("cymar");
words.push("cymas");
words.push("cymes");
words.push("cymol");
words.push("cynic");
words.push("cysts");
words.push("cyton");
words.push("czars");
words.push("daces");
words.push("dacha");
words.push("dadas");
words.push("daddy");
words.push("dados");
words.push("daffs");
words.push("daffy");
words.push("dagga");
words.push("dagos");
words.push("dahls");
words.push("daily");
words.push("dairy");
words.push("daisy");
words.push("dales");
words.push("dally");
words.push("daman");
words.push("damar");
words.push("dames");
words.push("damns");
words.push("damps");
words.push("dance");
words.push("dandy");
words.push("dangs");
words.push("danio");
words.push("darbs");
words.push("dared");
words.push("darer");
words.push("dares");
words.push("daric");
words.push("darks");
words.push("darky");
words.push("darns");
words.push("darts");
words.push("dashi");
words.push("dashy");
words.push("dated");
words.push("dater");
words.push("dates");
words.push("datos");
words.push("datto");
words.push("datum");
words.push("daube");
words.push("daubs");
words.push("dauby");
words.push("daunt");
words.push("dauts");
words.push("daven");
words.push("davit");
words.push("dawed");
words.push("dawen");
words.push("dawks");
words.push("dawns");
words.push("dawts");
words.push("dazed");
words.push("dazes");
words.push("deads");
words.push("deair");
words.push("deals");
words.push("dealt");
words.push("deans");
words.push("dears");
words.push("deary");
words.push("deash");
words.push("death");
words.push("deave");
words.push("debag");
words.push("debar");
words.push("debit");
words.push("debts");
words.push("debug");
words.push("debut");
words.push("debye");
words.push("decaf");
words.push("decal");
words.push("decay");
words.push("decks");
words.push("decor");
words.push("decos");
words.push("decoy");
words.push("decry");
words.push("dedal");
words.push("deeds");
words.push("deedy");
words.push("deems");
words.push("deeps");
words.push("deers");
words.push("deets");
words.push("defat");
words.push("defer");
words.push("defis");
words.push("defog");
words.push("degas");
words.push("degum");
words.push("deice");
words.push("deify");
words.push("deign");
words.push("deils");
words.push("deism");
words.push("deist");
words.push("deity");
words.push("deked");
words.push("dekes");
words.push("dekko");
words.push("delay");
words.push("deled");
words.push("deles");
words.push("delfs");
words.push("delft");
words.push("delis");
words.push("dells");
words.push("delly");
words.push("delta");
words.push("delts");
words.push("delve");
words.push("demes");
words.push("demic");
words.push("demit");
words.push("demob");
words.push("demon");
words.push("demos");
words.push("demur");
words.push("denar");
words.push("denes");
words.push("denim");
words.push("dense");
words.push("dents");
words.push("deoxy");
words.push("depot");
words.push("depth");
words.push("derat");
words.push("deray");
words.push("derby");
words.push("derma");
words.push("derms");
words.push("derry");
words.push("desex");
words.push("desks");
words.push("deter");
words.push("detox");
words.push("deuce");
words.push("devas");
words.push("devel");
words.push("devil");
words.push("devon");
words.push("dewan");
words.push("dewar");
words.push("dewax");
words.push("dewed");
words.push("dexes");
words.push("dexie");
words.push("dhaks");
words.push("dhals");
words.push("dhobi");
words.push("dhole");
words.push("dhoti");
words.push("dhows");
words.push("dhuti");
words.push("dials");
words.push("diary");
words.push("diazo");
words.push("diced");
words.push("dicer");
words.push("dices");
words.push("dicey");
words.push("dicks");
words.push("dicky");
words.push("dicot");
words.push("dicta");
words.push("dicty");
words.push("didie");
words.push("didos");
words.push("didst");
words.push("diene");
words.push("diets");
words.push("diffs");
words.push("dight");
words.push("digit");
words.push("diked");
words.push("diker");
words.push("dikes");
words.push("dikey");
words.push("dildo");
words.push("dills");
words.push("dilly");
words.push("dimer");
words.push("dimes");
words.push("dimly");
words.push("dinar");
words.push("dined");
words.push("diner");
words.push("dines");
words.push("dinge");
words.push("dingo");
words.push("dings");
words.push("dingy");
words.push("dinks");
words.push("dinky");
words.push("dinos");
words.push("dints");
words.push("diode");
words.push("diols");
words.push("dippy");
words.push("dipso");
words.push("diram");
words.push("direr");
words.push("dirge");
words.push("dirks");
words.push("dirls");
words.push("dirts");
words.push("dirty");
words.push("disci");
words.push("disco");
words.push("discs");
words.push("dishy");
words.push("disks");
words.push("disme");
words.push("ditas");
words.push("ditch");
words.push("dites");
words.push("ditsy");
words.push("ditto");
words.push("ditty");
words.push("ditzy");
words.push("divan");
words.push("divas");
words.push("dived");
words.push("diver");
words.push("dives");
words.push("divot");
words.push("divvy");
words.push("diwan");
words.push("dixit");
words.push("dizen");
words.push("dizzy");
words.push("djinn");
words.push("djins");
words.push("doats");
words.push("dobby");
words.push("dobie");
words.push("dobla");
words.push("dobra");
words.push("dobro");
words.push("docks");
words.push("dodge");
words.push("dodgy");
words.push("dodos");
words.push("doers");
words.push("doest");
words.push("doeth");
words.push("doffs");
words.push("doges");
words.push("dogey");
words.push("doggo");
words.push("doggy");
words.push("dogie");
words.push("dogma");
words.push("doily");
words.push("doing");
words.push("doits");
words.push("dojos");
words.push("dolce");
words.push("dolci");
words.push("doled");
words.push("doles");
words.push("dolls");
words.push("dolly");
words.push("dolma");
words.push("dolor");
words.push("dolts");
words.push("domal");
words.push("domed");
words.push("domes");
words.push("domic");
words.push("donas");
words.push("donee");
words.push("donga");
words.push("dongs");
words.push("donna");
words.push("donne");
words.push("donor");
words.push("donsy");
words.push("donut");
words.push("doody");
words.push("dooly");
words.push("dooms");
words.push("doomy");
words.push("doors");
words.push("doozy");
words.push("dopas");
words.push("doped");
words.push("doper");
words.push("dopes");
words.push("dopey");
words.push("dorks");
words.push("dorky");
words.push("dorms");
words.push("dormy");
words.push("dorps");
words.push("dorrs");
words.push("dorsa");
words.push("dorty");
words.push("dosed");
words.push("doser");
words.push("doses");
words.push("dotal");
words.push("doted");
words.push("doter");
words.push("dotes");
words.push("dotty");
words.push("doubt");
words.push("douce");
words.push("dough");
words.push("doula");
words.push("douma");
words.push("doums");
words.push("doura");
words.push("douse");
words.push("doven");
words.push("doves");
words.push("dowdy");
words.push("dowed");
words.push("dowel");
words.push("dower");
words.push("dowie");
words.push("downs");
words.push("downy");
words.push("dowry");
words.push("dowse");
words.push("doxie");
words.push("doyen");
words.push("doyly");
words.push("dozed");
words.push("dozen");
words.push("dozer");
words.push("dozes");
words.push("drabs");
words.push("draff");
words.push("draft");
words.push("drags");
words.push("drail");
words.push("drain");
words.push("drake");
words.push("drama");
words.push("drams");
words.push("drank");
words.push("drape");
words.push("drats");
words.push("drave");
words.push("drawl");
words.push("drawn");
words.push("draws");
words.push("drays");
words.push("dread");
words.push("dream");
words.push("drear");
words.push("dreck");
words.push("dreed");
words.push("drees");
words.push("dregs");
words.push("dreks");
words.push("dress");
words.push("drest");
words.push("dribs");
words.push("dried");
words.push("drier");
words.push("dries");
words.push("drift");
words.push("drill");
words.push("drily");
words.push("drink");
words.push("drips");
words.push("dript");
words.push("drive");
words.push("droid");
words.push("droit");
words.push("droll");
words.push("drone");
words.push("drool");
words.push("droop");
words.push("drops");
words.push("dropt");
words.push("dross");
words.push("drouk");
words.push("drove");
words.push("drown");
words.push("drubs");
words.push("drugs");
words.push("druid");
words.push("drums");
words.push("drunk");
words.push("drupe");
words.push("druse");
words.push("dryad");
words.push("dryer");
words.push("dryly");
words.push("duads");
words.push("duals");
words.push("ducal");
words.push("ducat");
words.push("duces");
words.push("duchy");
words.push("ducks");
words.push("ducky");
words.push("ducts");
words.push("duddy");
words.push("duded");
words.push("dudes");
words.push("duels");
words.push("duets");
words.push("duffs");
words.push("dufus");
words.push("duits");
words.push("duked");
words.push("dukes");
words.push("dulia");
words.push("dulls");
words.push("dully");
words.push("dulse");
words.push("dumas");
words.push("dumbo");
words.push("dumbs");
words.push("dumka");
words.push("dumky");
words.push("dummy");
words.push("dumps");
words.push("dumpy");
words.push("dunam");
words.push("dunce");
words.push("dunch");
words.push("dunes");
words.push("dungs");
words.push("dungy");
words.push("dunks");
words.push("dunts");
words.push("duomi");
words.push("duomo");
words.push("duped");
words.push("duper");
words.push("dupes");
words.push("duple");
words.push("dural");
words.push("duras");
words.push("dured");
words.push("dures");
words.push("durns");
words.push("duroc");
words.push("duros");
words.push("durra");
words.push("durrs");
words.push("durst");
words.push("durum");
words.push("dusks");
words.push("dusky");
words.push("dusts");
words.push("dusty");
words.push("dutch");
words.push("duvet");
words.push("dwarf");
words.push("dweeb");
words.push("dwell");
words.push("dwelt");
words.push("dwine");
words.push("dyads");
words.push("dyers");
words.push("dying");
words.push("dyked");
words.push("dykes");
words.push("dykey");
words.push("dynel");
words.push("dynes");
words.push("eager");
words.push("eagle");
words.push("eagre");
words.push("eared");
words.push("earls");
words.push("early");
words.push("earns");
words.push("earth");
words.push("eased");
words.push("easel");
words.push("eases");
words.push("easts");
words.push("eaten");
words.push("eater");
words.push("eaved");
words.push("eaves");
words.push("ebbed");
words.push("ebbet");
words.push("ebons");
words.push("ebony");
words.push("ebook");
words.push("eched");
words.push("eches");
words.push("echos");
words.push("eclat");
words.push("ecrus");
words.push("edema");
words.push("edged");
words.push("edger");
words.push("edges");
words.push("edict");
words.push("edify");
words.push("edile");
words.push("edits");
words.push("educe");
words.push("educt");
words.push("eerie");
words.push("egads");
words.push("egers");
words.push("egest");
words.push("eggar");
words.push("egged");
words.push("egger");
words.push("egret");
words.push("eider");
words.push("eidos");
words.push("eight");
words.push("eikon");
words.push("eject");
words.push("eking");
words.push("elain");
words.push("eland");
words.push("elans");
words.push("elate");
words.push("elbow");
words.push("elder");
words.push("elect");
words.push("elegy");
words.push("elemi");
words.push("elfin");
words.push("elide");
words.push("elint");
words.push("elite");
words.push("eloin");
words.push("elope");
words.push("elude");
words.push("elute");
words.push("elver");
words.push("elves");
words.push("email");
words.push("embar");
words.push("embay");
words.push("embed");
words.push("ember");
words.push("embow");
words.push("emcee");
words.push("emeer");
words.push("emend");
words.push("emery");
words.push("emeus");
words.push("emirs");
words.push("emits");
words.push("emmer");
words.push("emmet");
words.push("emmys");
words.push("emote");
words.push("empty");
words.push("emyde");
words.push("emyds");
words.push("enact");
words.push("enate");
words.push("ended");
words.push("ender");
words.push("endow");
words.push("endue");
words.push("enema");
words.push("enemy");
words.push("enjoy");
words.push("ennui");
words.push("enoki");
words.push("enols");
words.push("enorm");
words.push("enows");
words.push("enrol");
words.push("ensky");
words.push("ensue");
words.push("enter");
words.push("entia");
words.push("entry");
words.push("enure");
words.push("envoi");
words.push("envoy");
words.push("enzym");
words.push("eosin");
words.push("epact");
words.push("epees");
words.push("ephah");
words.push("ephas");
words.push("ephod");
words.push("ephor");
words.push("epics");
words.push("epoch");
words.push("epode");
words.push("epoxy");
words.push("equal");
words.push("equid");
words.push("equip");
words.push("erase");
words.push("erect");
words.push("ergot");
words.push("erica");
words.push("ernes");
words.push("erode");
words.push("erose");
words.push("erred");
words.push("error");
words.push("erses");
words.push("eruct");
words.push("erugo");
words.push("erupt");
words.push("ervil");
words.push("escar");
words.push("escot");
words.push("eskar");
words.push("esker");
words.push("esnes");
words.push("essay");
words.push("esses");
words.push("ester");
words.push("estop");
words.push("etape");
words.push("ether");
words.push("ethic");
words.push("ethos");
words.push("ethyl");
words.push("etnas");
words.push("etude");
words.push("etuis");
words.push("etwee");
words.push("etyma");
words.push("euros");
words.push("evade");
words.push("evens");
words.push("event");
words.push("evert");
words.push("every");
words.push("evict");
words.push("evils");
words.push("evite");
words.push("evoke");
words.push("ewers");
words.push("exact");
words.push("exalt");
words.push("exams");
words.push("excel");
words.push("execs");
words.push("exert");
words.push("exile");
words.push("exine");
words.push("exing");
words.push("exist");
words.push("exits");
words.push("exons");
words.push("expat");
words.push("expel");
words.push("expos");
words.push("extol");
words.push("extra");
words.push("exude");
words.push("exult");
words.push("exurb");
words.push("eyass");
words.push("eyers");
words.push("eying");
words.push("eyras");
words.push("eyres");
words.push("eyrie");
words.push("eyrir");
words.push("fable");
words.push("faced");
words.push("facer");
words.push("faces");
words.push("facet");
words.push("facia");
words.push("facts");
words.push("faddy");
words.push("faded");
words.push("fader");
words.push("fades");
words.push("fadge");
words.push("fados");
words.push("faena");
words.push("faery");
words.push("faggy");
words.push("fagin");
words.push("fagot");
words.push("fails");
words.push("faint");
words.push("fairs");
words.push("fairy");
words.push("faith");
words.push("faked");
words.push("faker");
words.push("fakes");
words.push("fakey");
words.push("fakir");
words.push("falls");
words.push("false");
words.push("famed");
words.push("fames");
words.push("fancy");
words.push("fanes");
words.push("fanga");
words.push("fangs");
words.push("fanny");
words.push("fanon");
words.push("fanos");
words.push("fanum");
words.push("faqir");
words.push("farad");
words.push("farce");
words.push("farci");
words.push("farcy");
words.push("fards");
words.push("fared");
words.push("farer");
words.push("fares");
words.push("farle");
words.push("farls");
words.push("farms");
words.push("faros");
words.push("farts");
words.push("fasts");
words.push("fatal");
words.push("fated");
words.push("fates");
words.push("fatly");
words.push("fatso");
words.push("fatty");
words.push("fatwa");
words.push("faugh");
words.push("fauld");
words.push("fault");
words.push("fauna");
words.push("fauns");
words.push("fauve");
words.push("favas");
words.push("faves");
words.push("favor");
words.push("favus");
words.push("fawns");
words.push("fawny");
words.push("faxed");
words.push("faxes");
words.push("fayed");
words.push("fazed");
words.push("fazes");
words.push("fears");
words.push("fease");
words.push("feast");
words.push("feats");
words.push("feaze");
words.push("fecal");
words.push("feces");
words.push("fecks");
words.push("fedex");
words.push("feebs");
words.push("feeds");
words.push("feels");
words.push("feeze");
words.push("feign");
words.push("feint");
words.push("feist");
words.push("felid");
words.push("fella");
words.push("fells");
words.push("felly");
words.push("felon");
words.push("felts");
words.push("femes");
words.push("femme");
words.push("femur");
words.push("fence");
words.push("fends");
words.push("fenny");
words.push("feods");
words.push("feoff");
words.push("feral");
words.push("feres");
words.push("feria");
words.push("ferly");
words.push("fermi");
words.push("ferns");
words.push("ferny");
words.push("ferry");
words.push("fesse");
words.push("fests");
words.push("fetal");
words.push("fetas");
words.push("fetch");
words.push("feted");
words.push("fetes");
words.push("fetid");
words.push("fetor");
words.push("fetus");
words.push("feuar");
words.push("feuds");
words.push("feued");
words.push("fever");
words.push("fewer");
words.push("feyer");
words.push("feyly");
words.push("fezes");
words.push("fezzy");
words.push("fiars");
words.push("fiats");
words.push("fiber");
words.push("fibre");
words.push("fices");
words.push("fiche");
words.push("fichu");
words.push("ficin");
words.push("ficus");
words.push("fidge");
words.push("fidos");
words.push("fiefs");
words.push("field");
words.push("fiend");
words.push("fiery");
words.push("fifed");
words.push("fifer");
words.push("fifes");
words.push("fifth");
words.push("fifty");
words.push("fight");
words.push("filar");
words.push("filch");
words.push("filed");
words.push("filer");
words.push("files");
words.push("filet");
words.push("fille");
words.push("fillo");
words.push("fills");
words.push("filly");
words.push("filmi");
words.push("films");
words.push("filmy");
words.push("filos");
words.push("filth");
words.push("filum");
words.push("final");
words.push("finca");
words.push("finch");
words.push("finds");
words.push("fined");
words.push("finer");
words.push("fines");
words.push("finis");
words.push("finks");
words.push("finny");
words.push("finos");
words.push("fiord");
words.push("fique");
words.push("fired");
words.push("firer");
words.push("fires");
words.push("firms");
words.push("firns");
words.push("firry");
words.push("first");
words.push("firth");
words.push("fiscs");
words.push("fishy");
words.push("fists");
words.push("fitch");
words.push("fitly");
words.push("fiver");
words.push("fives");
words.push("fixed");
words.push("fixer");
words.push("fixes");
words.push("fixit");
words.push("fizzy");
words.push("fjeld");
words.push("fjord");
words.push("flabs");
words.push("flack");
words.push("flags");
words.push("flail");
words.push("flair");
words.push("flake");
words.push("flaky");
words.push("flame");
words.push("flams");
words.push("flamy");
words.push("flank");
words.push("flans");
words.push("flaps");
words.push("flare");
words.push("flash");
words.push("flask");
words.push("flats");
words.push("flaws");
words.push("flawy");
words.push("flaxy");
words.push("flays");
words.push("fleam");
words.push("fleas");
words.push("fleck");
words.push("fleer");
words.push("flees");
words.push("fleet");
words.push("flesh");
words.push("flews");
words.push("fleys");
words.push("flick");
words.push("flics");
words.push("flied");
words.push("flier");
words.push("flies");
words.push("fling");
words.push("flint");
words.push("flips");
words.push("flirs");
words.push("flirt");
words.push("flite");
words.push("flits");
words.push("float");
words.push("flock");
words.push("flocs");
words.push("floes");
words.push("flogs");
words.push("flong");
words.push("flood");
words.push("floor");
words.push("flops");
words.push("flora");
words.push("floss");
words.push("flota");
words.push("flour");
words.push("flout");
words.push("flown");
words.push("flows");
words.push("flubs");
words.push("flued");
words.push("flues");
words.push("fluff");
words.push("fluid");
words.push("fluke");
words.push("fluky");
words.push("flume");
words.push("flump");
words.push("flung");
words.push("flunk");
words.push("fluor");
words.push("flush");
words.push("flute");
words.push("fluty");
words.push("fluyt");
words.push("flyby");
words.push("flyer");
words.push("flyte");
words.push("foals");
words.push("foams");
words.push("foamy");
words.push("focal");
words.push("focus");
words.push("foehn");
words.push("fogey");
words.push("foggy");
words.push("fogie");
words.push("fohns");
words.push("foils");
words.push("foins");
words.push("foist");
words.push("folds");
words.push("foley");
words.push("folia");
words.push("folic");
words.push("folio");
words.push("folks");
words.push("folky");
words.push("folly");
words.push("fonds");
words.push("fondu");
words.push("fonts");
words.push("foods");
words.push("fools");
words.push("foots");
words.push("footy");
words.push("foram");
words.push("foray");
words.push("forbs");
words.push("forby");
words.push("force");
words.push("fordo");
words.push("fords");
words.push("fores");
words.push("forge");
words.push("forgo");
words.push("forks");
words.push("forky");
words.push("forme");
words.push("forms");
words.push("forte");
words.push("forth");
words.push("forts");
words.push("forty");
words.push("forum");
words.push("fossa");
words.push("fosse");
words.push("fouls");
words.push("found");
words.push("fount");
words.push("fours");
words.push("fovea");
words.push("fowls");
words.push("foxed");
words.push("foxes");
words.push("foyer");
words.push("frags");
words.push("frail");
words.push("frame");
words.push("franc");
words.push("frank");
words.push("fraps");
words.push("frass");
words.push("frats");
words.push("fraud");
words.push("frays");
words.push("freak");
words.push("freed");
words.push("freer");
words.push("frees");
words.push("fremd");
words.push("frena");
words.push("frere");
words.push("fresh");
words.push("frets");
words.push("friar");
words.push("fried");
words.push("frier");
words.push("fries");
words.push("frigs");
words.push("frill");
words.push("frise");
words.push("frisk");
words.push("frith");
words.push("frits");
words.push("fritt");
words.push("fritz");
words.push("frizz");
words.push("frock");
words.push("froes");
words.push("frogs");
words.push("frond");
words.push("frons");
words.push("front");
words.push("frore");
words.push("frosh");
words.push("frost");
words.push("froth");
words.push("frown");
words.push("frows");
words.push("froze");
words.push("frugs");
words.push("fruit");
words.push("frump");
words.push("fryer");
words.push("fubar");
words.push("fubsy");
words.push("fucks");
words.push("fucus");
words.push("fuddy");
words.push("fudge");
words.push("fuels");
words.push("fugal");
words.push("fuggy");
words.push("fugio");
words.push("fugle");
words.push("fugue");
words.push("fugus");
words.push("fujis");
words.push("fulls");
words.push("fully");
words.push("fumed");
words.push("fumer");
words.push("fumes");
words.push("fumet");
words.push("fundi");
words.push("funds");
words.push("fungi");
words.push("fungo");
words.push("funks");
words.push("funky");
words.push("funny");
words.push("furan");
words.push("furls");
words.push("furor");
words.push("furry");
words.push("furze");
words.push("furzy");
words.push("fused");
words.push("fusee");
words.push("fusel");
words.push("fuses");
words.push("fusil");
words.push("fussy");
words.push("fusty");
words.push("futon");
words.push("fuzed");
words.push("fuzee");
words.push("fuzes");
words.push("fuzil");
words.push("fuzzy");
words.push("fyces");
words.push("fykes");
words.push("fytte");
words.push("gabby");
words.push("gable");
words.push("gaddi");
words.push("gadid");
words.push("gadis");
words.push("gadje");
words.push("gadjo");
words.push("gaffe");
words.push("gaffs");
words.push("gaged");
words.push("gager");
words.push("gages");
words.push("gaily");
words.push("gains");
words.push("gaits");
words.push("galah");
words.push("galas");
words.push("galax");
words.push("galea");
words.push("gales");
words.push("galls");
words.push("gally");
words.push("galop");
words.push("gamas");
words.push("gamay");
words.push("gamba");
words.push("gambe");
words.push("gambs");
words.push("gamed");
words.push("gamer");
words.push("games");
words.push("gamey");
words.push("gamic");
words.push("gamin");
words.push("gamma");
words.push("gammy");
words.push("gamps");
words.push("gamut");
words.push("ganef");
words.push("ganev");
words.push("gangs");
words.push("ganja");
words.push("ganof");
words.push("gaols");
words.push("gaped");
words.push("gaper");
words.push("gapes");
words.push("gappy");
words.push("garbs");
words.push("garda");
words.push("garni");
words.push("garth");
words.push("gases");
words.push("gasps");
words.push("gassy");
words.push("gasts");
words.push("gated");
words.push("gater");
words.push("gates");
words.push("gator");
words.push("gauds");
words.push("gaudy");
words.push("gauge");
words.push("gault");
words.push("gaums");
words.push("gaunt");
words.push("gaurs");
words.push("gauss");
words.push("gauze");
words.push("gauzy");
words.push("gavel");
words.push("gavot");
words.push("gawks");
words.push("gawky");
words.push("gawps");
words.push("gawsy");
words.push("gayal");
words.push("gayer");
words.push("gayly");
words.push("gazar");
words.push("gazed");
words.push("gazer");
words.push("gazes");
words.push("gazoo");
words.push("gears");
words.push("gecko");
words.push("gecks");
words.push("geeks");
words.push("geeky");
words.push("geese");
words.push("geest");
words.push("gelds");
words.push("gelee");
words.push("gelid");
words.push("gelts");
words.push("gemma");
words.push("gemmy");
words.push("gemot");
words.push("genes");
words.push("genet");
words.push("genic");
words.push("genie");
words.push("genii");
words.push("genip");
words.push("genoa");
words.push("genom");
words.push("genre");
words.push("genro");
words.push("gents");
words.push("genua");
words.push("genus");
words.push("geode");
words.push("geoid");
words.push("gerah");
words.push("germs");
words.push("germy");
words.push("gesso");
words.push("geste");
words.push("gests");
words.push("getas");
words.push("getup");
words.push("geums");
words.push("ghast");
words.push("ghats");
words.push("ghaut");
words.push("ghazi");
words.push("ghees");
words.push("ghost");
words.push("ghoul");
words.push("ghyll");
words.push("giant");
words.push("gibed");
words.push("giber");
words.push("gibes");
words.push("giddy");
words.push("gifts");
words.push("gigas");
words.push("gighe");
words.push("gigot");
words.push("gigue");
words.push("gilds");
words.push("gills");
words.push("gilly");
words.push("gilts");
words.push("gimel");
words.push("gimme");
words.push("gimps");
words.push("gimpy");
words.push("ginks");
words.push("ginny");
words.push("ginzo");
words.push("gipon");
words.push("gipsy");
words.push("girds");
words.push("girls");
words.push("girly");
words.push("girns");
words.push("giron");
words.push("giros");
words.push("girsh");
words.push("girth");
words.push("girts");
words.push("gismo");
words.push("gists");
words.push("gites");
words.push("given");
words.push("giver");
words.push("gives");
words.push("gizmo");
words.push("glace");
words.push("glade");
words.push("glads");
words.push("glady");
words.push("glair");
words.push("glams");
words.push("gland");
words.push("glans");
words.push("glare");
words.push("glary");
words.push("glass");
words.push("glaze");
words.push("glazy");
words.push("gleam");
words.push("glean");
words.push("gleba");
words.push("glebe");
words.push("glede");
words.push("gleds");
words.push("gleed");
words.push("gleek");
words.push("glees");
words.push("gleet");
words.push("glens");
words.push("gleys");
words.push("glial");
words.push("glias");
words.push("glide");
words.push("gliff");
words.push("glime");
words.push("glims");
words.push("glint");
words.push("glitz");
words.push("gloam");
words.push("gloat");
words.push("globe");
words.push("globs");
words.push("glogg");
words.push("gloms");
words.push("gloom");
words.push("glops");
words.push("glory");
words.push("gloss");
words.push("glost");
words.push("glout");
words.push("glove");
words.push("glows");
words.push("gloze");
words.push("glued");
words.push("gluer");
words.push("glues");
words.push("gluey");
words.push("glugs");
words.push("glume");
words.push("glums");
words.push("gluon");
words.push("glute");
words.push("gluts");
words.push("glyph");
words.push("gnarl");
words.push("gnarr");
words.push("gnars");
words.push("gnash");
words.push("gnats");
words.push("gnawn");
words.push("gnaws");
words.push("gnome");
words.push("goads");
words.push("goals");
words.push("goats");
words.push("goban");
words.push("gobos");
words.push("godet");
words.push("godly");
words.push("goers");
words.push("gofer");
words.push("gogos");
words.push("going");
words.push("golds");
words.push("golem");
words.push("golfs");
words.push("golly");
words.push("gombo");
words.push("gomer");
words.push("gonad");
words.push("gonef");
words.push("goner");
words.push("gongs");
words.push("gonia");
words.push("gonif");
words.push("gonof");
words.push("gonzo");
words.push("goods");
words.push("goody");
words.push("gooey");
words.push("goofs");
words.push("goofy");
words.push("gooks");
words.push("gooky");
words.push("goons");
words.push("goony");
words.push("goops");
words.push("goopy");
words.push("goose");
words.push("goosy");
words.push("gopik");
words.push("goral");
words.push("gored");
words.push("gores");
words.push("gorge");
words.push("gorms");
words.push("gorps");
words.push("gorse");
words.push("gorsy");
words.push("goths");
words.push("gouge");
words.push("gourd");
words.push("gouts");
words.push("gouty");
words.push("gowan");
words.push("gowds");
words.push("gowks");
words.push("gowns");
words.push("goxes");
words.push("goyim");
words.push("graal");
words.push("grabs");
words.push("grace");
words.push("grade");
words.push("grads");
words.push("graft");
words.push("grail");
words.push("grain");
words.push("grama");
words.push("gramp");
words.push("grams");
words.push("grana");
words.push("grand");
words.push("grans");
words.push("grant");
words.push("grape");
words.push("graph");
words.push("grapy");
words.push("grasp");
words.push("grass");
words.push("grate");
words.push("grave");
words.push("gravy");
words.push("grays");
words.push("graze");
words.push("great");
words.push("grebe");
words.push("greed");
words.push("greek");
words.push("green");
words.push("grees");
words.push("greet");
words.push("grego");
words.push("greys");
words.push("gride");
words.push("grids");
words.push("grief");
words.push("griff");
words.push("grift");
words.push("grigs");
words.push("grill");
words.push("grime");
words.push("grimy");
words.push("grind");
words.push("grins");
words.push("griot");
words.push("gripe");
words.push("grips");
words.push("gript");
words.push("gripy");
words.push("grist");
words.push("grith");
words.push("grits");
words.push("groan");
words.push("groat");
words.push("grody");
words.push("grogs");
words.push("groin");
words.push("groks");
words.push("groom");
words.push("grope");
words.push("gross");
words.push("grosz");
words.push("grots");
words.push("group");
words.push("grout");
words.push("grove");
words.push("growl");
words.push("grown");
words.push("grows");
words.push("grubs");
words.push("gruel");
words.push("grues");
words.push("gruff");
words.push("grume");
words.push("grump");
words.push("grunt");
words.push("guaco");
words.push("guano");
words.push("guans");
words.push("guard");
words.push("guars");
words.push("guava");
words.push("gucks");
words.push("gudes");
words.push("guess");
words.push("guest");
words.push("guffs");
words.push("guide");
words.push("guids");
words.push("guild");
words.push("guile");
words.push("guilt");
words.push("guiro");
words.push("guise");
words.push("gulag");
words.push("gular");
words.push("gulch");
words.push("gules");
words.push("gulfs");
words.push("gulfy");
words.push("gulls");
words.push("gully");
words.push("gulps");
words.push("gulpy");
words.push("gumbo");
words.push("gumma");
words.push("gummy");
words.push("gunks");
words.push("gunky");
words.push("gunny");
words.push("guppy");
words.push("gurge");
words.push("gurry");
words.push("gursh");
words.push("gurus");
words.push("gushy");
words.push("gussy");
words.push("gusto");
words.push("gusts");
words.push("gusty");
words.push("gutsy");
words.push("gutta");
words.push("gutty");
words.push("guyed");
words.push("guyot");
words.push("gwine");
words.push("gybed");
words.push("gybes");
words.push("gyoza");
words.push("gypsy");
words.push("gyral");
words.push("gyred");
words.push("gyres");
words.push("gyron");
words.push("gyros");
words.push("gyrus");
words.push("gyved");
words.push("gyves");
words.push("haafs");
words.push("haars");
words.push("habit");
words.push("habus");
words.push("hacek");
words.push("hacks");
words.push("hadal");
words.push("haded");
words.push("hades");
words.push("hadji");
words.push("hadst");
words.push("haems");
words.push("haets");
words.push("hafiz");
words.push("hafts");
words.push("hahas");
words.push("haika");
words.push("haiks");
words.push("haiku");
words.push("hails");
words.push("haint");
words.push("hairs");
words.push("hairy");
words.push("hajes");
words.push("hajis");
words.push("hajji");
words.push("hakes");
words.push("hakim");
words.push("hakus");
words.push("halal");
words.push("haled");
words.push("haler");
words.push("hales");
words.push("halid");
words.push("hallo");
words.push("halls");
words.push("halma");
words.push("halms");
words.push("halon");
words.push("halos");
words.push("halts");
words.push("halva");
words.push("halve");
words.push("hamal");
words.push("hames");
words.push("hammy");
words.push("hamza");
words.push("hance");
words.push("hands");
words.push("handy");
words.push("hangs");
words.push("hanks");
words.push("hanky");
words.push("hansa");
words.push("hanse");
words.push("hants");
words.push("haole");
words.push("hapax");
words.push("haply");
words.push("happy");
words.push("hards");
words.push("hardy");
words.push("hared");
words.push("harem");
words.push("hares");
words.push("harks");
words.push("harls");
words.push("harms");
words.push("harps");
words.push("harpy");
words.push("harry");
words.push("harsh");
words.push("harts");
words.push("hasps");
words.push("haste");
words.push("hasty");
words.push("hatch");
words.push("hated");
words.push("hater");
words.push("hates");
words.push("haugh");
words.push("haulm");
words.push("hauls");
words.push("haunt");
words.push("haute");
words.push("haven");
words.push("haver");
words.push("haves");
words.push("havoc");
words.push("hawed");
words.push("hawks");
words.push("hawse");
words.push("hayed");
words.push("hayer");
words.push("hayey");
words.push("hazan");
words.push("hazed");
words.push("hazel");
words.push("hazer");
words.push("hazes");
words.push("heads");
words.push("heady");
words.push("heals");
words.push("heaps");
words.push("heapy");
words.push("heard");
words.push("hears");
words.push("heart");
words.push("heath");
words.push("heats");
words.push("heave");
words.push("heavy");
words.push("hebes");
words.push("hecks");
words.push("heder");
words.push("hedge");
words.push("hedgy");
words.push("heeds");
words.push("heels");
words.push("heeze");
words.push("hefts");
words.push("hefty");
words.push("heigh");
words.push("heils");
words.push("heirs");
words.push("heist");
words.push("helio");
words.push("helix");
words.push("hello");
words.push("hells");
words.push("helms");
words.push("helos");
words.push("helot");
words.push("helps");
words.push("helve");
words.push("hemal");
words.push("hemes");
words.push("hemic");
words.push("hemin");
words.push("hemps");
words.push("hempy");
words.push("hence");
words.push("henge");
words.push("henna");
words.push("henry");
words.push("hents");
words.push("herbs");
words.push("herby");
words.push("herds");
words.push("heres");
words.push("herls");
words.push("herma");
words.push("herms");
words.push("herns");
words.push("heron");
words.push("heros");
words.push("herry");
words.push("hertz");
words.push("hests");
words.push("heths");
words.push("heuch");
words.push("heugh");
words.push("hewed");
words.push("hewer");
words.push("hexad");
words.push("hexed");
words.push("hexer");
words.push("hexes");
words.push("hexyl");
words.push("hicks");
words.push("hided");
words.push("hider");
words.push("hides");
words.push("highs");
words.push("hight");
words.push("hijab");
words.push("hijra");
words.push("hiked");
words.push("hiker");
words.push("hikes");
words.push("hilar");
words.push("hillo");
words.push("hills");
words.push("hilly");
words.push("hilts");
words.push("hilum");
words.push("hilus");
words.push("hinds");
words.push("hinge");
words.push("hinky");
words.push("hinny");
words.push("hints");
words.push("hiply");
words.push("hippo");
words.push("hippy");
words.push("hired");
words.push("hiree");
words.push("hirer");
words.push("hires");
words.push("hissy");
words.push("hists");
words.push("hitch");
words.push("hived");
words.push("hives");
words.push("hoagy");
words.push("hoard");
words.push("hoars");
words.push("hoary");
words.push("hobby");
words.push("hobos");
words.push("hocks");
words.push("hocus");
words.push("hodad");
words.push("hoers");
words.push("hogan");
words.push("hoggs");
words.push("hoick");
words.push("hoise");
words.push("hoist");
words.push("hoked");
words.push("hokes");
words.push("hokey");
words.push("hokku");
words.push("hokum");
words.push("holds");
words.push("holed");
words.push("holes");
words.push("holey");
words.push("holks");
words.push("holla");
words.push("hollo");
words.push("holly");
words.push("holms");
words.push("holts");
words.push("homed");
words.push("homer");
words.push("homes");
words.push("homey");
words.push("homie");
words.push("homos");
words.push("honan");
words.push("honda");
words.push("honed");
words.push("honer");
words.push("hones");
words.push("honey");
words.push("hongi");
words.push("hongs");
words.push("honks");
words.push("honky");
words.push("honor");
words.push("hooch");
words.push("hoods");
words.push("hoody");
words.push("hooey");
words.push("hoofs");
words.push("hooka");
words.push("hooks");
words.push("hooky");
words.push("hooly");
words.push("hoops");
words.push("hoots");
words.push("hooty");
words.push("hoped");
words.push("hoper");
words.push("hopes");
words.push("hoppy");
words.push("horah");
words.push("horal");
words.push("horas");
words.push("horde");
words.push("horns");
words.push("horny");
words.push("horse");
words.push("horst");
words.push("horsy");
words.push("hosed");
words.push("hosel");
words.push("hosen");
words.push("hoser");
words.push("hoses");
words.push("hosey");
words.push("hosta");
words.push("hosts");
words.push("hotch");
words.push("hotel");
words.push("hotly");
words.push("hound");
words.push("houri");
words.push("hours");
words.push("house");
words.push("hovel");
words.push("hover");
words.push("howdy");
words.push("howes");
words.push("howff");
words.push("howfs");
words.push("howks");
words.push("howls");
words.push("hoyas");
words.push("hoyle");
words.push("hubby");
words.push("hucks");
words.push("huffs");
words.push("huffy");
words.push("huger");
words.push("hulas");
words.push("hulks");
words.push("hulky");
words.push("hullo");
words.push("hulls");
words.push("human");
words.push("humic");
words.push("humid");
words.push("humor");
words.push("humph");
words.push("humps");
words.push("humpy");
words.push("humus");
words.push("hunch");
words.push("hunks");
words.push("hunky");
words.push("hunts");
words.push("hurds");
words.push("hurls");
words.push("hurly");
words.push("hurry");
words.push("hurst");
words.push("hurts");
words.push("husks");
words.push("husky");
words.push("hussy");
words.push("hutch");
words.push("huzza");
words.push("hydra");
words.push("hydro");
words.push("hyena");
words.push("hying");
words.push("hylas");
words.push("hymen");
words.push("hymns");
words.push("hyoid");
words.push("hyped");
words.push("hyper");
words.push("hypes");
words.push("hypha");
words.push("hypos");
words.push("hyrax");
words.push("hyson");
words.push("iambi");
words.push("iambs");
words.push("ichor");
words.push("icier");
words.push("icily");
words.push("icing");
words.push("icker");
words.push("icons");
words.push("ictic");
words.push("ictus");
words.push("ideal");
words.push("ideas");
words.push("idiom");
words.push("idiot");
words.push("idled");
words.push("idler");
words.push("idles");
words.push("idols");
words.push("idyll");
words.push("idyls");
words.push("igged");
words.push("igloo");
words.push("iglus");
words.push("ihram");
words.push("ikats");
words.push("ikons");
words.push("ileac");
words.push("ileal");
words.push("ileum");
words.push("ileus");
words.push("iliac");
words.push("iliad");
words.push("ilial");
words.push("ilium");
words.push("iller");
words.push("image");
words.push("imago");
words.push("imams");
words.push("imaum");
words.push("imbed");
words.push("imbue");
words.push("imide");
words.push("imido");
words.push("imids");
words.push("imine");
words.push("imino");
words.push("immix");
words.push("imped");
words.push("impel");
words.push("impis");
words.push("imply");
words.push("inane");
words.push("inapt");
words.push("inarm");
words.push("inbye");
words.push("incog");
words.push("incur");
words.push("incus");
words.push("index");
words.push("indie");
words.push("indol");
words.push("indow");
words.push("indri");
words.push("indue");
words.push("inept");
words.push("inert");
words.push("infer");
words.push("infix");
words.push("infos");
words.push("infra");
words.push("ingle");
words.push("ingot");
words.push("inion");
words.push("inked");
words.push("inker");
words.push("inkle");
words.push("inlay");
words.push("inlet");
words.push("inned");
words.push("inner");
words.push("input");
words.push("inrun");
words.push("inset");
words.push("inter");
words.push("intis");
words.push("intro");
words.push("inure");
words.push("inurn");
words.push("invar");
words.push("iodic");
words.push("iodid");
words.push("iodin");
words.push("ionic");
words.push("iotas");
words.push("irade");
words.push("irate");
words.push("irids");
words.push("iring");
words.push("irked");
words.push("iroko");
words.push("irone");
words.push("irons");
words.push("irony");
words.push("isbas");
words.push("isled");
words.push("isles");
words.push("islet");
words.push("issei");
words.push("issue");
words.push("istle");
words.push("itchy");
words.push("items");
words.push("ither");
words.push("ivied");
words.push("ivies");
words.push("ivory");
words.push("ixias");
words.push("ixora");
words.push("ixtle");
words.push("izars");
words.push("jabot");
words.push("jacal");
words.push("jacks");
words.push("jacky");
words.push("jaded");
words.push("jades");
words.push("jager");
words.push("jaggs");
words.push("jaggy");
words.push("jagra");
words.push("jails");
words.push("jakes");
words.push("jalap");
words.push("jalop");
words.push("jambe");
words.push("jambs");
words.push("jammy");
words.push("janes");
words.push("janty");
words.push("japan");
words.push("japed");
words.push("japer");
words.push("japes");
words.push("jarls");
words.push("jatos");
words.push("jauks");
words.push("jaunt");
words.push("jaups");
words.push("javas");
words.push("jawan");
words.push("jawed");
words.push("jazzy");
words.push("jeans");
words.push("jebel");
words.push("jeeps");
words.push("jeers");
words.push("jefes");
words.push("jehad");
words.push("jehus");
words.push("jello");
words.push("jells");
words.push("jelly");
words.push("jemmy");
words.push("jenny");
words.push("jerid");
words.push("jerks");
words.push("jerky");
words.push("jerry");
words.push("jesse");
words.push("jests");
words.push("jetes");
words.push("jeton");
words.push("jetty");
words.push("jewed");
words.push("jewel");
words.push("jibbs");
words.push("jibed");
words.push("jiber");
words.push("jibes");
words.push("jiffs");
words.push("jiffy");
words.push("jiggy");
words.push("jihad");
words.push("jills");
words.push("jilts");
words.push("jimmy");
words.push("jimpy");
words.push("jingo");
words.push("jinks");
words.push("jinni");
words.push("jinns");
words.push("jisms");
words.push("jived");
words.push("jiver");
words.push("jives");
words.push("jivey");
words.push("jnana");
words.push("jocko");
words.push("jocks");
words.push("joeys");
words.push("johns");
words.push("joins");
words.push("joint");
words.push("joist");
words.push("joked");
words.push("joker");
words.push("jokes");
words.push("jokey");
words.push("joles");
words.push("jolly");
words.push("jolts");
words.push("jolty");
words.push("jomon");
words.push("jones");
words.push("joram");
words.push("jorum");
words.push("jotas");
words.push("jotty");
words.push("joual");
words.push("jouks");
words.push("joule");
words.push("joust");
words.push("jowar");
words.push("jowed");
words.push("jowls");
words.push("jowly");
words.push("joyed");
words.push("jubas");
words.push("jubes");
words.push("jucos");
words.push("judas");
words.push("judge");
words.push("judos");
words.push("jugal");
words.push("jugum");
words.push("juice");
words.push("juicy");
words.push("jujus");
words.push("juked");
words.push("jukes");
words.push("jukus");
words.push("julep");
words.push("jumbo");
words.push("jumps");
words.push("jumpy");
words.push("junco");
words.push("junks");
words.push("junky");
words.push("junta");
words.push("junto");
words.push("jupes");
words.push("jupon");
words.push("jural");
words.push("jurat");
words.push("jurel");
words.push("juror");
words.push("justs");
words.push("jutes");
words.push("jutty");
words.push("kabab");
words.push("kabar");
words.push("kabob");
words.push("kadis");
words.push("kafir");
words.push("kagus");
words.push("kaiak");
words.push("kaifs");
words.push("kails");
words.push("kains");
words.push("kakas");
words.push("kakis");
words.push("kalam");
words.push("kales");
words.push("kalif");
words.push("kalpa");
words.push("kames");
words.push("kamik");
words.push("kanas");
words.push("kanes");
words.push("kanji");
words.push("kanzu");
words.push("kaons");
words.push("kapas");
words.push("kaphs");
words.push("kapok");
words.push("kappa");
words.push("kaput");
words.push("karat");
words.push("karma");
words.push("karns");
words.push("karoo");
words.push("karst");
words.push("karts");
words.push("kasha");
words.push("katas");
words.push("kauri");
words.push("kaury");
words.push("kavas");
words.push("kayak");
words.push("kayos");
words.push("kazoo");
words.push("kbars");
words.push("kebab");
words.push("kebar");
words.push("kebob");
words.push("kecks");
words.push("kedge");
words.push("keefs");
words.push("keeks");
words.push("keels");
words.push("keens");
words.push("keeps");
words.push("keets");
words.push("keeve");
words.push("kefir");
words.push("keirs");
words.push("kelep");
words.push("kelim");
words.push("kelly");
words.push("kelps");
words.push("kelpy");
words.push("kelts");
words.push("kemps");
words.push("kempt");
words.push("kenaf");
words.push("kench");
words.push("kendo");
words.push("kenos");
words.push("kente");
words.push("kepis");
words.push("kerbs");
words.push("kerfs");
words.push("kerne");
words.push("kerns");
words.push("kerry");
words.push("ketch");
words.push("ketol");
words.push("kevel");
words.push("kevil");
words.push("kexes");
words.push("keyed");
words.push("khadi");
words.push("khafs");
words.push("khaki");
words.push("khans");
words.push("khaph");
words.push("khats");
words.push("kheda");
words.push("kheth");
words.push("khets");
words.push("khoum");
words.push("kiang");
words.push("kibbe");
words.push("kibbi");
words.push("kibei");
words.push("kibes");
words.push("kibla");
words.push("kicks");
words.push("kicky");
words.push("kiddo");
words.push("kiddy");
words.push("kiefs");
words.push("kiers");
words.push("kikes");
words.push("kilim");
words.push("kills");
words.push("kilns");
words.push("kilos");
words.push("kilts");
words.push("kilty");
words.push("kinas");
words.push("kinds");
words.push("kines");
words.push("kings");
words.push("kinin");
words.push("kinks");
words.push("kinky");
words.push("kinos");
words.push("kiosk");
words.push("kirks");
words.push("kirns");
words.push("kissy");
words.push("kists");
words.push("kited");
words.push("kiter");
words.push("kites");
words.push("kithe");
words.push("kiths");
words.push("kitty");
words.push("kivas");
words.push("kiwis");
words.push("klick");
words.push("kliks");
words.push("klong");
words.push("kloof");
words.push("kluge");
words.push("klutz");
words.push("knack");
words.push("knaps");
words.push("knars");
words.push("knaur");
words.push("knave");
words.push("knawe");
words.push("knead");
words.push("kneed");
words.push("kneel");
words.push("knees");
words.push("knell");
words.push("knelt");
words.push("knife");
words.push("knish");
words.push("knits");
words.push("knobs");
words.push("knock");
words.push("knoll");
words.push("knops");
words.push("knosp");
words.push("knots");
words.push("knout");
words.push("known");
words.push("knows");
words.push("knurl");
words.push("knurs");
words.push("koala");
words.push("koans");
words.push("kobos");
words.push("koels");
words.push("kohls");
words.push("koine");
words.push("kojis");
words.push("kolas");
words.push("kolos");
words.push("kombu");
words.push("konks");
words.push("kooks");
words.push("kooky");
words.push("kopek");
words.push("kophs");
words.push("kopje");
words.push("koppa");
words.push("korai");
words.push("koras");
words.push("korat");
words.push("korma");
words.push("korun");
words.push("kotos");
words.push("kotow");
words.push("kraal");
words.push("kraft");
words.push("krait");
words.push("kraut");
words.push("kreep");
words.push("krewe");
words.push("krill");
words.push("krona");
words.push("krone");
words.push("kroon");
words.push("krubi");
words.push("kudos");
words.push("kudus");
words.push("kudzu");
words.push("kufis");
words.push("kugel");
words.push("kukri");
words.push("kulak");
words.push("kumys");
words.push("kurta");
words.push("kurus");
words.push("kusso");
words.push("kvass");
words.push("kvell");
words.push("kyack");
words.push("kyaks");
words.push("kyars");
words.push("kyats");
words.push("kylix");
words.push("kyrie");
words.push("kytes");
words.push("kythe");
words.push("laari");
words.push("label");
words.push("labia");
words.push("labor");
words.push("labra");
words.push("laced");
words.push("lacer");
words.push("laces");
words.push("lacey");
words.push("lacks");
words.push("laded");
words.push("laden");
words.push("lader");
words.push("lades");
words.push("ladle");
words.push("laevo");
words.push("lagan");
words.push("lager");
words.push("lahar");
words.push("laich");
words.push("laics");
words.push("laigh");
words.push("laird");
words.push("lairs");
words.push("laith");
words.push("laity");
words.push("laked");
words.push("laker");
words.push("lakes");
words.push("lakhs");
words.push("lalls");
words.push("lamas");
words.push("lambs");
words.push("lamby");
words.push("lamed");
words.push("lamer");
words.push("lames");
words.push("lamia");
words.push("lamps");
words.push("lanai");
words.push("lance");
words.push("lands");
words.push("lanes");
words.push("lanky");
words.push("lapel");
words.push("lapin");
words.push("lapis");
words.push("lapse");
words.push("larch");
words.push("lards");
words.push("lardy");
words.push("laree");
words.push("lares");
words.push("large");
words.push("largo");
words.push("laris");
words.push("larks");
words.push("larky");
words.push("larum");
words.push("larva");
words.push("lased");
words.push("laser");
words.push("lases");
words.push("lassi");
words.push("lasso");
words.push("lasts");
words.push("latch");
words.push("lated");
words.push("laten");
words.push("later");
words.push("latex");
words.push("lathe");
words.push("lathi");
words.push("laths");
words.push("lathy");
words.push("latke");
words.push("latte");
words.push("lauan");
words.push("lauds");
words.push("laugh");
words.push("laura");
words.push("lavas");
words.push("laved");
words.push("laver");
words.push("laves");
words.push("lawed");
words.push("lawns");
words.push("lawny");
words.push("laxer");
words.push("laxes");
words.push("laxly");
words.push("layed");
words.push("layer");
words.push("layin");
words.push("layup");
words.push("lazar");
words.push("lazed");
words.push("lazes");
words.push("leach");
words.push("leads");
words.push("leady");
words.push("leafs");
words.push("leafy");
words.push("leaks");
words.push("leaky");
words.push("leans");
words.push("leant");
words.push("leaps");
words.push("leapt");
words.push("learn");
words.push("lears");
words.push("leary");
words.push("lease");
words.push("leash");
words.push("least");
words.push("leave");
words.push("leavy");
words.push("leben");
words.push("ledge");
words.push("ledgy");
words.push("leech");
words.push("leeks");
words.push("leers");
words.push("leery");
words.push("leets");
words.push("lefts");
words.push("lefty");
words.push("legal");
words.push("leger");
words.push("leges");
words.push("leggy");
words.push("legit");
words.push("lehrs");
words.push("lehua");
words.push("leman");
words.push("lemma");
words.push("lemon");
words.push("lemur");
words.push("lends");
words.push("lenes");
words.push("lenis");
words.push("lenos");
words.push("lense");
words.push("lento");
words.push("leone");
words.push("leper");
words.push("lepta");
words.push("lesbo");
words.push("leses");
words.push("letch");
words.push("lethe");
words.push("letup");
words.push("leuds");
words.push("levee");
words.push("level");
words.push("lever");
words.push("levin");
words.push("levis");
words.push("lewis");
words.push("lexes");
words.push("lexis");
words.push("lezzy");
words.push("liana");
words.push("liane");
words.push("liang");
words.push("liard");
words.push("liars");
words.push("libel");
words.push("liber");
words.push("libra");
words.push("libri");
words.push("lichi");
words.push("licht");
words.push("licit");
words.push("licks");
words.push("lidar");
words.push("lidos");
words.push("liege");
words.push("liens");
words.push("liers");
words.push("lieus");
words.push("lieve");
words.push("lifer");
words.push("lifts");
words.push("ligan");
words.push("liger");
words.push("light");
words.push("liked");
words.push("liken");
words.push("liker");
words.push("likes");
words.push("lilac");
words.push("lilos");
words.push("lilts");
words.push("liman");
words.push("limas");
words.push("limba");
words.push("limbi");
words.push("limbo");
words.push("limbs");
words.push("limby");
words.push("limed");
words.push("limen");
words.push("limes");
words.push("limey");
words.push("limit");
words.push("limns");
words.push("limos");
words.push("limpa");
words.push("limps");
words.push("linac");
words.push("lindy");
words.push("lined");
words.push("linen");
words.push("liner");
words.push("lines");
words.push("liney");
words.push("linga");
words.push("lingo");
words.push("lings");
words.push("lingy");
words.push("linin");
words.push("links");
words.push("linky");
words.push("linns");
words.push("linos");
words.push("lints");
words.push("linty");
words.push("linum");
words.push("lions");
words.push("lipid");
words.push("lipin");
words.push("lippy");
words.push("liras");
words.push("lirot");
words.push("lisle");
words.push("lisps");
words.push("lists");
words.push("litai");
words.push("litas");
words.push("liter");
words.push("lithe");
words.push("litho");
words.push("litre");
words.push("lived");
words.push("liven");
words.push("liver");
words.push("lives");
words.push("livid");
words.push("livre");
words.push("llama");
words.push("llano");
words.push("loach");
words.push("loads");
words.push("loafs");
words.push("loams");
words.push("loamy");
words.push("loans");
words.push("loath");
words.push("lobar");
words.push("lobby");
words.push("lobed");
words.push("lobes");
words.push("lobos");
words.push("local");
words.push("lochs");
words.push("locks");
words.push("locos");
words.push("locum");
words.push("locus");
words.push("loden");
words.push("lodes");
words.push("lodge");
words.push("loess");
words.push("lofts");
words.push("lofty");
words.push("logan");
words.push("loges");
words.push("loggy");
words.push("logia");
words.push("logic");
words.push("login");
words.push("logoi");
words.push("logon");
words.push("logos");
words.push("loids");
words.push("loins");
words.push("lolls");
words.push("lolly");
words.push("loner");
words.push("longe");
words.push("longs");
words.push("looby");
words.push("looed");
words.push("looey");
words.push("loofa");
words.push("loofs");
words.push("looie");
words.push("looks");
words.push("looms");
words.push("loons");
words.push("loony");
words.push("loops");
words.push("loopy");
words.push("loose");
words.push("loots");
words.push("loped");
words.push("loper");
words.push("lopes");
words.push("loppy");
words.push("loral");
words.push("loran");
words.push("lords");
words.push("lores");
words.push("loris");
words.push("lorry");
words.push("losel");
words.push("loser");
words.push("loses");
words.push("lossy");
words.push("lotah");
words.push("lotas");
words.push("lotic");
words.push("lotos");
words.push("lotte");
words.push("lotto");
words.push("lotus");
words.push("lough");
words.push("louie");
words.push("louis");
words.push("louma");
words.push("loupe");
words.push("loups");
words.push("lours");
words.push("loury");
words.push("louse");
words.push("lousy");
words.push("louts");
words.push("lovat");
words.push("loved");
words.push("lover");
words.push("loves");
words.push("lowed");
words.push("lower");
words.push("lowes");
words.push("lowly");
words.push("lowse");
words.push("loxed");
words.push("loxes");
words.push("loyal");
words.push("luaus");
words.push("lubed");
words.push("lubes");
words.push("luces");
words.push("lucid");
words.push("lucks");
words.push("lucky");
words.push("lucre");
words.push("ludes");
words.push("ludic");
words.push("luffa");
words.push("luffs");
words.push("luged");
words.push("luger");
words.push("luges");
words.push("lulls");
words.push("lulus");
words.push("lumas");
words.push("lumen");
words.push("lumps");
words.push("lumpy");
words.push("lunar");
words.push("lunas");
words.push("lunch");
words.push("lunes");
words.push("lunet");
words.push("lunge");
words.push("lungi");
words.push("lungs");
words.push("lunks");
words.push("lunts");
words.push("lupin");
words.push("lupus");
words.push("lurch");
words.push("lured");
words.push("lurer");
words.push("lures");
words.push("lurex");
words.push("lurid");
words.push("lurks");
words.push("lusts");
words.push("lusty");
words.push("lusus");
words.push("lutea");
words.push("luted");
words.push("lutes");
words.push("luxes");
words.push("lweis");
words.push("lyard");
words.push("lyart");
words.push("lyase");
words.push("lycea");
words.push("lycee");
words.push("lycra");
words.push("lying");
words.push("lymph");
words.push("lynch");
words.push("lyres");
words.push("lyric");
words.push("lysed");
words.push("lyses");
words.push("lysin");
words.push("lysis");
words.push("lyssa");
words.push("lytic");
words.push("lytta");
words.push("maars");
words.push("mabes");
words.push("macaw");
words.push("maced");
words.push("macer");
words.push("maces");
words.push("mache");
words.push("macho");
words.push("machs");
words.push("macks");
words.push("macle");
words.push("macon");
words.push("macro");
words.push("madam");
words.push("madly");
words.push("madre");
words.push("mafia");
words.push("mafic");
words.push("mages");
words.push("magic");
words.push("magma");
words.push("magot");
words.push("magus");
words.push("mahoe");
words.push("maids");
words.push("maile");
words.push("maill");
words.push("mails");
words.push("maims");
words.push("mains");
words.push("mairs");
words.push("maist");
words.push("maize");
words.push("major");
words.push("makar");
words.push("maker");
words.push("makes");
words.push("makos");
words.push("malar");
words.push("males");
words.push("malic");
words.push("malls");
words.push("malms");
words.push("malmy");
words.push("malts");
words.push("malty");
words.push("mamas");
words.push("mamba");
words.push("mambo");
words.push("mamey");
words.push("mamie");
words.push("mamma");
words.push("mammy");
words.push("manas");
words.push("manat");
words.push("maned");
words.push("manes");
words.push("manga");
words.push("mange");
words.push("mango");
words.push("mangy");
words.push("mania");
words.push("manic");
words.push("manly");
words.push("manna");
words.push("manor");
words.push("manos");
words.push("manse");
words.push("manta");
words.push("manus");
words.push("maple");
words.push("maqui");
words.push("maras");
words.push("march");
words.push("marcs");
words.push("mares");
words.push("marge");
words.push("maria");
words.push("marka");
words.push("marks");
words.push("marls");
words.push("marly");
words.push("marry");
words.push("marse");
words.push("marsh");
words.push("marts");
words.push("marvy");
words.push("masas");
words.push("maser");
words.push("mashy");
words.push("masks");
words.push("mason");
words.push("massa");
words.push("masse");
words.push("massy");
words.push("masts");
words.push("match");
words.push("mated");
words.push("mater");
words.push("mates");
words.push("matey");
words.push("maths");
words.push("matin");
words.push("matte");
words.push("matts");
words.push("matza");
words.push("matzo");
words.push("mauds");
words.push("mauls");
words.push("maund");
words.push("mauts");
words.push("mauve");
words.push("maven");
words.push("mavie");
words.push("mavin");
words.push("mavis");
words.push("mawed");
words.push("maxed");
words.push("maxes");
words.push("maxim");
words.push("maxis");
words.push("mayan");
words.push("mayas");
words.push("maybe");
words.push("mayed");
words.push("mayor");
words.push("mayos");
words.push("mayst");
words.push("mazed");
words.push("mazer");
words.push("mazes");
words.push("mbira");
words.push("meads");
words.push("meals");
words.push("mealy");
words.push("means");
words.push("meant");
words.push("meany");
words.push("meats");
words.push("meaty");
words.push("mecca");
words.push("medal");
words.push("media");
words.push("medic");
words.push("medii");
words.push("meeds");
words.push("meets");
words.push("meiny");
words.push("melds");
words.push("melee");
words.push("melic");
words.push("mells");
words.push("melon");
words.push("melts");
words.push("melty");
words.push("memes");
words.push("memos");
words.push("menad");
words.push("mends");
words.push("mensa");
words.push("mense");
words.push("mensh");
words.push("menta");
words.push("menus");
words.push("meous");
words.push("meows");
words.push("merch");
words.push("mercs");
words.push("mercy");
words.push("merde");
words.push("merer");
words.push("meres");
words.push("merge");
words.push("merit");
words.push("merks");
words.push("merle");
words.push("merls");
words.push("merry");
words.push("mesas");
words.push("meshy");
words.push("mesic");
words.push("mesne");
words.push("meson");
words.push("messy");
words.push("metal");
words.push("meted");
words.push("meter");
words.push("metes");
words.push("meths");
words.push("metis");
words.push("metol");
words.push("metre");
words.push("metro");
words.push("mewed");
words.push("mewls");
words.push("mezes");
words.push("mezzo");
words.push("miaou");
words.push("miaow");
words.push("miasm");
words.push("miaul");
words.push("micas");
words.push("miche");
words.push("micks");
words.push("micra");
words.push("micro");
words.push("middy");
words.push("midge");
words.push("midis");
words.push("midst");
words.push("miens");
words.push("miffs");
words.push("miffy");
words.push("miggs");
words.push("might");
words.push("miked");
words.push("mikes");
words.push("mikra");
words.push("milch");
words.push("milds");
words.push("miler");
words.push("miles");
words.push("milia");
words.push("milks");
words.push("milky");
words.push("mille");
words.push("mills");
words.push("milos");
words.push("milpa");
words.push("milts");
words.push("milty");
words.push("mimed");
words.push("mimeo");
words.push("mimer");
words.push("mimes");
words.push("mimic");
words.push("minae");
words.push("minas");
words.push("mince");
words.push("mincy");
words.push("minds");
words.push("mined");
words.push("miner");
words.push("mines");
words.push("mingy");
words.push("minim");
words.push("minis");
words.push("minke");
words.push("minks");
words.push("minny");
words.push("minor");
words.push("mints");
words.push("minty");
words.push("minus");
words.push("mired");
words.push("mires");
words.push("mirex");
words.push("mirin");
words.push("mirks");
words.push("mirky");
words.push("mirth");
words.push("mirza");
words.push("misdo");
words.push("miser");
words.push("mises");
words.push("misos");
words.push("missy");
words.push("mists");
words.push("misty");
words.push("miter");
words.push("mites");
words.push("mitis");
words.push("mitre");
words.push("mitts");
words.push("mixed");
words.push("mixer");
words.push("mixes");
words.push("mixup");
words.push("mizen");
words.push("moans");
words.push("moats");
words.push("mocha");
words.push("mocks");
words.push("modal");
words.push("model");
words.push("modem");
words.push("modes");
words.push("modus");
words.push("moggy");
words.push("mogul");
words.push("mohel");
words.push("mohur");
words.push("moils");
words.push("moira");
words.push("moire");
words.push("moist");
words.push("mojos");
words.push("mokes");
words.push("molal");
words.push("molar");
words.push("molas");
words.push("molds");
words.push("moldy");
words.push("moles");
words.push("molls");
words.push("molly");
words.push("molto");
words.push("molts");
words.push("momes");
words.push("momma");
words.push("mommy");
words.push("momus");
words.push("monad");
words.push("monas");
words.push("monde");
words.push("mondo");
words.push("money");
words.push("mongo");
words.push("monie");
words.push("monks");
words.push("monos");
words.push("monte");
words.push("month");
words.push("mooch");
words.push("moods");
words.push("moody");
words.push("mooed");
words.push("moola");
words.push("mools");
words.push("moons");
words.push("moony");
words.push("moors");
words.push("moory");
words.push("moose");
words.push("moots");
words.push("moped");
words.push("moper");
words.push("mopes");
words.push("mopey");
words.push("morae");
words.push("moral");
words.push("moras");
words.push("moray");
words.push("morel");
words.push("mores");
words.push("morns");
words.push("moron");
words.push("morph");
words.push("morro");
words.push("morse");
words.push("morts");
words.push("mosey");
words.push("mosks");
words.push("mosso");
words.push("mossy");
words.push("moste");
words.push("mosts");
words.push("motel");
words.push("motes");
words.push("motet");
words.push("motey");
words.push("moths");
words.push("mothy");
words.push("motif");
words.push("motor");
words.push("motte");
words.push("motto");
words.push("motts");
words.push("mouch");
words.push("moues");
words.push("mould");
words.push("moult");
words.push("mound");
words.push("mount");
words.push("mourn");
words.push("mouse");
words.push("mousy");
words.push("mouth");
words.push("moved");
words.push("mover");
words.push("moves");
words.push("movie");
words.push("mowed");
words.push("mower");
words.push("moxas");
words.push("moxie");
words.push("mozos");
words.push("mucho");
words.push("mucid");
words.push("mucin");
words.push("mucks");
words.push("mucky");
words.push("mucor");
words.push("mucro");
words.push("mucus");
words.push("muddy");
words.push("mudra");
words.push("muffs");
words.push("mufti");
words.push("muggs");
words.push("muggy");
words.push("muhly");
words.push("mujik");
words.push("mulch");
words.push("mulct");
words.push("muled");
words.push("mules");
words.push("muley");
words.push("mulla");
words.push("mulls");
words.push("mumms");
words.push("mummy");
words.push("mumps");
words.push("mumus");
words.push("munch");
words.push("mungo");
words.push("munis");
words.push("muons");
words.push("mural");
words.push("muras");
words.push("mured");
words.push("mures");
words.push("murex");
words.push("murid");
words.push("murks");
words.push("murky");
words.push("murra");
words.push("murre");
words.push("murrs");
words.push("murry");
words.push("musca");
words.push("mused");
words.push("muser");
words.push("muses");
words.push("mushy");
words.push("music");
words.push("musks");
words.push("musky");
words.push("mussy");
words.push("musth");
words.push("musts");
words.push("musty");
words.push("mutch");
words.push("muted");
words.push("muter");
words.push("mutes");
words.push("muton");
words.push("mutts");
words.push("muzzy");
words.push("mylar");
words.push("mynah");
words.push("mynas");
words.push("myoid");
words.push("myoma");
words.push("myope");
words.push("myopy");
words.push("myrrh");
words.push("mysid");
words.push("myths");
words.push("mythy");
words.push("naans");
words.push("nabes");
words.push("nabis");
words.push("nabob");
words.push("nacho");
words.push("nacre");
words.push("nadas");
words.push("nadir");
words.push("naevi");
words.push("naffs");
words.push("naggy");
words.push("naiad");
words.push("naifs");
words.push("nails");
words.push("naira");
words.push("nairu");
words.push("naive");
words.push("naked");
words.push("nakfa");
words.push("nalas");
words.push("naled");
words.push("named");
words.push("namer");
words.push("names");
words.push("nanas");
words.push("nance");
words.push("nancy");
words.push("nanny");
words.push("napas");
words.push("napes");
words.push("nappa");
words.push("nappe");
words.push("nappy");
words.push("narco");
words.push("narcs");
words.push("nards");
words.push("nares");
words.push("naric");
words.push("naris");
words.push("narks");
words.push("narky");
words.push("nasal");
words.push("nasty");
words.push("natal");
words.push("natch");
words.push("nates");
words.push("natty");
words.push("naval");
words.push("navar");
words.push("navel");
words.push("naves");
words.push("navvy");
words.push("nawab");
words.push("nazis");
words.push("neaps");
words.push("nears");
words.push("neath");
words.push("neats");
words.push("necks");
words.push("neddy");
words.push("needs");
words.push("needy");
words.push("neems");
words.push("neeps");
words.push("negus");
words.push("neifs");
words.push("neigh");
words.push("neist");
words.push("nelly");
words.push("nemas");
words.push("nenes");
words.push("neons");
words.push("nerds");
words.push("nerdy");
words.push("nerol");
words.push("nerts");
words.push("nertz");
words.push("nerve");
words.push("nervy");
words.push("nests");
words.push("netop");
words.push("netts");
words.push("netty");
words.push("neuks");
words.push("neume");
words.push("neums");
words.push("never");
words.push("neves");
words.push("nevus");
words.push("newel");
words.push("newer");
words.push("newie");
words.push("newly");
words.push("newsy");
words.push("newts");
words.push("nexus");
words.push("ngwee");
words.push("nicad");
words.push("nicer");
words.push("niche");
words.push("nicks");
words.push("nicol");
words.push("nidal");
words.push("nided");
words.push("nides");
words.push("nidus");
words.push("niece");
words.push("nieve");
words.push("nifty");
words.push("nighs");
words.push("night");
words.push("nihil");
words.push("nills");
words.push("nimbi");
words.push("nines");
words.push("ninja");
words.push("ninny");
words.push("ninon");
words.push("ninth");
words.push("nipas");
words.push("nippy");
words.push("nisei");
words.push("nisus");
words.push("niter");
words.push("nites");
words.push("nitid");
words.push("niton");
words.push("nitre");
words.push("nitro");
words.push("nitty");
words.push("nival");
words.push("nixed");
words.push("nixes");
words.push("nixie");
words.push("nizam");
words.push("nobby");
words.push("noble");
words.push("nobly");
words.push("nocks");
words.push("nodal");
words.push("noddy");
words.push("nodes");
words.push("nodus");
words.push("noels");
words.push("noggs");
words.push("nohow");
words.push("noils");
words.push("noily");
words.push("noirs");
words.push("noise");
words.push("noisy");
words.push("nolos");
words.push("nomad");
words.push("nomas");
words.push("nomen");
words.push("nomes");
words.push("nomoi");
words.push("nomos");
words.push("nonas");
words.push("nonce");
words.push("nones");
words.push("nonet");
words.push("nonyl");
words.push("nooks");
words.push("nooky");
words.push("noons");
words.push("noose");
words.push("nopal");
words.push("noria");
words.push("noris");
words.push("norms");
words.push("north");
words.push("nosed");
words.push("noses");
words.push("nosey");
words.push("notal");
words.push("notch");
words.push("noted");
words.push("noter");
words.push("notes");
words.push("notum");
words.push("nouns");
words.push("novae");
words.push("novas");
words.push("novel");
words.push("noway");
words.push("nowts");
words.push("nubby");
words.push("nubia");
words.push("nucha");
words.push("nuder");
words.push("nudes");
words.push("nudge");
words.push("nudie");
words.push("nudzh");
words.push("nuked");
words.push("nukes");
words.push("nulls");
words.push("numbs");
words.push("numen");
words.push("nurds");
words.push("nurls");
words.push("nurse");
words.push("nutsy");
words.push("nutty");
words.push("nyala");
words.push("nylon");
words.push("nymph");
words.push("oaken");
words.push("oakum");
words.push("oared");
words.push("oases");
words.push("oasis");
words.push("oasts");
words.push("oaten");
words.push("oater");
words.push("oaths");
words.push("oaves");
words.push("obeah");
words.push("obeli");
words.push("obese");
words.push("obeys");
words.push("obias");
words.push("obits");
words.push("objet");
words.push("oboes");
words.push("obole");
words.push("oboli");
words.push("obols");
words.push("occur");
words.push("ocean");
words.push("ocher");
words.push("ochre");
words.push("ochry");
words.push("ocker");
words.push("ocrea");
words.push("octad");
words.push("octal");
words.push("octan");
words.push("octet");
words.push("octyl");
words.push("oculi");
words.push("odahs");
words.push("odder");
words.push("oddly");
words.push("odeon");
words.push("odeum");
words.push("odist");
words.push("odium");
words.push("odors");
words.push("odour");
words.push("odyle");
words.push("odyls");
words.push("ofays");
words.push("offal");
words.push("offed");
words.push("offer");
words.push("often");
words.push("ofter");
words.push("ogams");
words.push("ogees");
words.push("ogham");
words.push("ogive");
words.push("ogled");
words.push("ogler");
words.push("ogles");
words.push("ogres");
words.push("ohias");
words.push("ohing");
words.push("ohmic");
words.push("oidia");
words.push("oiled");
words.push("oiler");
words.push("oinks");
words.push("okapi");
words.push("okays");
words.push("okehs");
words.push("okras");
words.push("olden");
words.push("older");
words.push("oldie");
words.push("oleic");
words.push("olein");
words.push("oleos");
words.push("oleum");
words.push("olios");
words.push("olive");
words.push("ollas");
words.push("ology");
words.push("omasa");
words.push("omber");
words.push("ombre");
words.push("omega");
words.push("omens");
words.push("omers");
words.push("omits");
words.push("oncet");
words.push("onery");
words.push("onion");
words.push("onium");
words.push("onlay");
words.push("onset");
words.push("ontic");
words.push("oohed");
words.push("oomph");
words.push("oorie");
words.push("ootid");
words.push("oozed");
words.push("oozes");
words.push("opahs");
words.push("opals");
words.push("opens");
words.push("opera");
words.push("opine");
words.push("oping");
words.push("opium");
words.push("opsin");
words.push("opted");
words.push("optic");
words.push("orach");
words.push("orals");
words.push("orang");
words.push("orate");
words.push("orbed");
words.push("orbit");
words.push("orcas");
words.push("orcin");
words.push("order");
words.push("ordos");
words.push("oread");
words.push("organ");
words.push("orgic");
words.push("oribi");
words.push("oriel");
words.push("orles");
words.push("orlon");
words.push("orlop");
words.push("ormer");
words.push("ornis");
words.push("orpin");
words.push("orris");
words.push("ortho");
words.push("orzos");
words.push("osier");
words.push("osmic");
words.push("osmol");
words.push("ossia");
words.push("ostia");
words.push("other");
words.push("ottar");
words.push("otter");
words.push("ottos");
words.push("ought");
words.push("ounce");
words.push("ouphe");
words.push("ouphs");
words.push("ourie");
words.push("ousel");
words.push("ousts");
words.push("outby");
words.push("outdo");
words.push("outed");
words.push("outer");
words.push("outgo");
words.push("outre");
words.push("ouzel");
words.push("ouzos");
words.push("ovals");
words.push("ovary");
words.push("ovate");
words.push("ovens");
words.push("overs");
words.push("overt");
words.push("ovine");
words.push("ovoid");
words.push("ovoli");
words.push("ovolo");
words.push("ovule");
words.push("owing");
words.push("owlet");
words.push("owned");
words.push("owner");
words.push("owsen");
words.push("oxbow");
words.push("oxeye");
words.push("oxide");
words.push("oxids");
words.push("oxime");
words.push("oxims");
words.push("oxlip");
words.push("oxter");
words.push("oyers");
words.push("ozone");
words.push("pacas");
words.push("paced");
words.push("pacer");
words.push("paces");
words.push("pacey");
words.push("pacha");
words.push("packs");
words.push("pacts");
words.push("paddy");
words.push("padis");
words.push("padle");
words.push("padre");
words.push("padri");
words.push("paean");
words.push("paeon");
words.push("pagan");
words.push("paged");
words.push("pager");
words.push("pages");
words.push("pagod");
words.push("paiks");
words.push("pails");
words.push("pains");
words.push("paint");
words.push("pairs");
words.push("paisa");
words.push("paise");
words.push("palea");
words.push("paled");
words.push("paler");
words.push("pales");
words.push("palet");
words.push("palls");
words.push("pally");
words.push("palms");
words.push("palmy");
words.push("palpi");
words.push("palps");
words.push("palsy");
words.push("pampa");
words.push("panda");
words.push("pandy");
words.push("paned");
words.push("panel");
words.push("panes");
words.push("panga");
words.push("pangs");
words.push("panic");
words.push("panne");
words.push("pansy");
words.push("panto");
words.push("pants");
words.push("panty");
words.push("papal");
words.push("papas");
words.push("papaw");
words.push("paper");
words.push("pappi");
words.push("pappy");
words.push("parae");
words.push("paras");
words.push("parch");
words.push("pardi");
words.push("pards");
words.push("pardy");
words.push("pared");
words.push("pareo");
words.push("parer");
words.push("pares");
words.push("pareu");
words.push("parge");
words.push("pargo");
words.push("paris");
words.push("parka");
words.push("parks");
words.push("parle");
words.push("parol");
words.push("parrs");
words.push("parry");
words.push("parse");
words.push("parts");
words.push("party");
words.push("parve");
words.push("parvo");
words.push("paseo");
words.push("pases");
words.push("pasha");
words.push("passe");
words.push("pasta");
words.push("paste");
words.push("pasts");
words.push("pasty");
words.push("patch");
words.push("pated");
words.push("paten");
words.push("pater");
words.push("pates");
words.push("paths");
words.push("patin");
words.push("patio");
words.push("patly");
words.push("patsy");
words.push("patty");
words.push("pause");
words.push("pavan");
words.push("paved");
words.push("paver");
words.push("paves");
words.push("pavid");
words.push("pavin");
words.push("pavis");
words.push("pawed");
words.push("pawer");
words.push("pawky");
words.push("pawls");
words.push("pawns");
words.push("paxes");
words.push("payed");
words.push("payee");
words.push("payer");
words.push("payor");
words.push("peace");
words.push("peach");
words.push("peage");
words.push("peags");
words.push("peaks");
words.push("peaky");
words.push("peals");
words.push("peans");
words.push("pearl");
words.push("pears");
words.push("peart");
words.push("pease");
words.push("peats");
words.push("peaty");
words.push("peavy");
words.push("pecan");
words.push("pechs");
words.push("pecks");
words.push("pecky");
words.push("pedal");
words.push("pedes");
words.push("pedro");
words.push("peeks");
words.push("peels");
words.push("peens");
words.push("peeps");
words.push("peers");
words.push("peery");
words.push("peeve");
words.push("peins");
words.push("peise");
words.push("pekan");
words.push("pekes");
words.push("pekin");
words.push("pekoe");
words.push("peles");
words.push("pelfs");
words.push("pelon");
words.push("pelts");
words.push("penal");
words.push("pence");
words.push("pends");
words.push("penes");
words.push("pengo");
words.push("penis");
words.push("penna");
words.push("penne");
words.push("penni");
words.push("penny");
words.push("peons");
words.push("peony");
words.push("pepla");
words.push("pepos");
words.push("peppy");
words.push("perch");
words.push("perdu");
words.push("perdy");
words.push("perea");
words.push("peres");
words.push("peril");
words.push("peris");
words.push("perks");
words.push("perky");
words.push("perms");
words.push("perps");
words.push("perry");
words.push("perse");
words.push("pervs");
words.push("pesky");
words.push("pesos");
words.push("pesto");
words.push("pests");
words.push("pesty");
words.push("petal");
words.push("peter");
words.push("petit");
words.push("petti");
words.push("petto");
words.push("petty");
words.push("pewee");
words.push("pewit");
words.push("phage");
words.push("phase");
words.push("phial");
words.push("phlox");
words.push("phone");
words.push("phono");
words.push("phons");
words.push("phony");
words.push("photo");
words.push("phots");
words.push("phpht");
words.push("phuts");
words.push("phyla");
words.push("phyle");
words.push("piano");
words.push("pians");
words.push("pibal");
words.push("pical");
words.push("picas");
words.push("picks");
words.push("picky");
words.push("picot");
words.push("picul");
words.push("piece");
words.push("piers");
words.push("pieta");
words.push("piety");
words.push("piggy");
words.push("pigmy");
words.push("piing");
words.push("pikas");
words.push("piked");
words.push("piker");
words.push("pikes");
words.push("pikis");
words.push("pilaf");
words.push("pilar");
words.push("pilau");
words.push("pilaw");
words.push("pilea");
words.push("piled");
words.push("pilei");
words.push("piles");
words.push("pilis");
words.push("pills");
words.push("pilot");
words.push("pilus");
words.push("pimas");
words.push("pimps");
words.push("pinas");
words.push("pinch");
words.push("pined");
words.push("pines");
words.push("piney");
words.push("pingo");
words.push("pings");
words.push("pinko");
words.push("pinks");
words.push("pinky");
words.push("pinna");
words.push("pinny");
words.push("pinon");
words.push("pinot");
words.push("pinta");
words.push("pinto");
words.push("pints");
words.push("pinup");
words.push("pions");
words.push("pious");
words.push("pipal");
words.push("piped");
words.push("piper");
words.push("pipes");
words.push("pipet");
words.push("pipit");
words.push("pique");
words.push("pirns");
words.push("pirog");
words.push("pisco");
words.push("pisos");
words.push("piste");
words.push("pitas");
words.push("pitch");
words.push("piths");
words.push("pithy");
words.push("piton");
words.push("pitta");
words.push("pivot");
words.push("pixel");
words.push("pixes");
words.push("pixie");
words.push("pizza");
words.push("place");
words.push("plack");
words.push("plage");
words.push("plaid");
words.push("plain");
words.push("plait");
words.push("plane");
words.push("plank");
words.push("plans");
words.push("plant");
words.push("plash");
words.push("plasm");
words.push("plate");
words.push("plats");
words.push("platy");
words.push("playa");
words.push("plays");
words.push("plaza");
words.push("plead");
words.push("pleas");
words.push("pleat");
words.push("plebe");
words.push("plebs");
words.push("plena");
words.push("pleon");
words.push("plews");
words.push("plica");
words.push("plied");
words.push("plier");
words.push("plies");
words.push("plink");
words.push("plods");
words.push("plonk");
words.push("plops");
words.push("plots");
words.push("plotz");
words.push("plows");
words.push("ploys");
words.push("pluck");
words.push("plugs");
words.push("plumb");
words.push("plume");
words.push("plump");
words.push("plums");
words.push("plumy");
words.push("plunk");
words.push("plush");
words.push("plyer");
words.push("poach");
words.push("poboy");
words.push("pocks");
words.push("pocky");
words.push("podgy");
words.push("podia");
words.push("poems");
words.push("poesy");
words.push("poets");
words.push("pogey");
words.push("poilu");
words.push("poind");
words.push("point");
words.push("poise");
words.push("poked");
words.push("poker");
words.push("pokes");
words.push("pokey");
words.push("polar");
words.push("poled");
words.push("poler");
words.push("poles");
words.push("polio");
words.push("polis");
words.push("polka");
words.push("polls");
words.push("polos");
words.push("polyp");
words.push("polys");
words.push("pomes");
words.push("pommy");
words.push("pomos");
words.push("pomps");
words.push("ponce");
words.push("ponds");
words.push("pones");
words.push("pongs");
words.push("pooch");
words.push("poods");
words.push("pooed");
words.push("poofs");
words.push("poofy");
words.push("poohs");
words.push("pools");
words.push("poons");
words.push("poops");
words.push("poori");
words.push("poove");
words.push("popes");
words.push("poppa");
words.push("poppy");
words.push("popsy");
words.push("porch");
words.push("pored");
words.push("pores");
words.push("porgy");
words.push("porks");
words.push("porky");
words.push("porno");
words.push("porns");
words.push("porny");
words.push("ports");
words.push("posed");
words.push("poser");
words.push("poses");
words.push("posit");
words.push("posse");
words.push("posts");
words.push("potsy");
words.push("potto");
words.push("potty");
words.push("pouch");
words.push("pouff");
words.push("poufs");
words.push("poult");
words.push("pound");
words.push("pours");
words.push("pouts");
words.push("pouty");
words.push("power");
words.push("poxed");
words.push("poxes");
words.push("poyou");
words.push("praam");
words.push("prahu");
words.push("prams");
words.push("prang");
words.push("prank");
words.push("praos");
words.push("prase");
words.push("prate");
words.push("prats");
words.push("praus");
words.push("prawn");
words.push("prays");
words.push("preed");
words.push("preen");
words.push("prees");
words.push("preop");
words.push("preps");
words.push("presa");
words.push("prese");
words.push("press");
words.push("prest");
words.push("prexy");
words.push("preys");
words.push("price");
words.push("prick");
words.push("pricy");
words.push("pride");
words.push("pried");
words.push("prier");
words.push("pries");
words.push("prigs");
words.push("prill");
words.push("prima");
words.push("prime");
words.push("primi");
words.push("primo");
words.push("primp");
words.push("prims");
words.push("prink");
words.push("print");
words.push("prion");
words.push("prior");
words.push("prise");
words.push("prism");
words.push("priss");
words.push("privy");
words.push("prize");
words.push("proas");
words.push("probe");
words.push("prods");
words.push("proem");
words.push("profs");
words.push("progs");
words.push("prole");
words.push("promo");
words.push("proms");
words.push("prone");
words.push("prong");
words.push("proof");
words.push("props");
words.push("prose");
words.push("proso");
words.push("pross");
words.push("prost");
words.push("prosy");
words.push("proud");
words.push("prove");
words.push("prowl");
words.push("prows");
words.push("proxy");
words.push("prude");
words.push("prune");
words.push("pruta");
words.push("pryer");
words.push("psalm");
words.push("pseud");
words.push("pshaw");
words.push("psoae");
words.push("psoai");
words.push("psoas");
words.push("psych");
words.push("pubes");
words.push("pubic");
words.push("pubis");
words.push("puces");
words.push("pucka");
words.push("pucks");
words.push("pudgy");
words.push("pudic");
words.push("puffs");
words.push("puffy");
words.push("puggy");
words.push("pujah");
words.push("pujas");
words.push("puked");
words.push("pukes");
words.push("pukka");
words.push("puled");
words.push("puler");
words.push("pules");
words.push("pulik");
words.push("pulis");
words.push("pulls");
words.push("pulps");
words.push("pulpy");
words.push("pulse");
words.push("pumas");
words.push("pumps");
words.push("punas");
words.push("punch");
words.push("pungs");
words.push("punji");
words.push("punka");
words.push("punks");
words.push("punky");
words.push("punny");
words.push("punto");
words.push("punts");
words.push("punty");
words.push("pupae");
words.push("pupal");
words.push("pupas");
words.push("pupil");
words.push("puppy");
words.push("pupus");
words.push("purda");
words.push("puree");
words.push("purer");
words.push("purge");
words.push("purin");
words.push("puris");
words.push("purls");
words.push("purrs");
words.push("purse");
words.push("pursy");
words.push("purty");
words.push("puses");
words.push("pushy");
words.push("pussy");
words.push("puton");
words.push("putti");
words.push("putto");
words.push("putts");
words.push("putty");
words.push("pygmy");
words.push("pyins");
words.push("pylon");
words.push("pyoid");
words.push("pyran");
words.push("pyres");
words.push("pyrex");
words.push("pyric");
words.push("pyros");
words.push("pyxes");
words.push("pyxie");
words.push("pyxis");
words.push("qadis");
words.push("qaids");
words.push("qanat");
words.push("qophs");
words.push("quack");
words.push("quads");
words.push("quaff");
words.push("quags");
words.push("quail");
words.push("quais");
words.push("quake");
words.push("quaky");
words.push("quale");
words.push("qualm");
words.push("quant");
words.push("quare");
words.push("quark");
words.push("quart");
words.push("quash");
words.push("quasi");
words.push("quass");
words.push("quate");
words.push("quays");
words.push("qubit");
words.push("quean");
words.push("queen");
words.push("queer");
words.push("quell");
words.push("quern");
words.push("query");
words.push("quest");
words.push("queue");
words.push("queys");
words.push("quick");
words.push("quids");
words.push("quiet");
words.push("quiff");
words.push("quill");
words.push("quilt");
words.push("quins");
words.push("quint");
words.push("quips");
words.push("quipu");
words.push("quire");
words.push("quirk");
words.push("quirt");
words.push("quite");
words.push("quits");
words.push("quods");
words.push("quoin");
words.push("quoit");
words.push("quoll");
words.push("quota");
words.push("quote");
words.push("quoth");
words.push("qursh");
words.push("rabat");
words.push("rabbi");
words.push("rabic");
words.push("rabid");
words.push("raced");
words.push("racer");
words.push("races");
words.push("racks");
words.push("racon");
words.push("radar");
words.push("radii");
words.push("radio");
words.push("radix");
words.push("radon");
words.push("raffs");
words.push("rafts");
words.push("ragas");
words.push("raged");
words.push("ragee");
words.push("rages");
words.push("raggs");
words.push("raggy");
words.push("ragis");
words.push("raias");
words.push("raids");
words.push("rails");
words.push("rains");
words.push("rainy");
words.push("raise");
words.push("raita");
words.push("rajah");
words.push("rajas");
words.push("rajes");
words.push("raked");
words.push("rakee");
words.push("raker");
words.push("rakes");
words.push("rakis");
words.push("rakus");
words.push("rales");
words.push("rally");
words.push("ralph");
words.push("ramal");
words.push("ramee");
words.push("ramen");
words.push("ramet");
words.push("ramie");
words.push("rammy");
words.push("ramps");
words.push("ramus");
words.push("rance");
words.push("ranch");
words.push("rands");
words.push("randy");
words.push("ranee");
words.push("range");
words.push("rangy");
words.push("ranid");
words.push("ranis");
words.push("ranks");
words.push("rants");
words.push("raped");
words.push("raper");
words.push("rapes");
words.push("raphe");
words.push("rapid");
words.push("rared");
words.push("rarer");
words.push("rares");
words.push("rased");
words.push("raser");
words.push("rases");
words.push("rasps");
words.push("raspy");
words.push("ratal");
words.push("ratan");
words.push("ratch");
words.push("rated");
words.push("ratel");
words.push("rater");
words.push("rates");
words.push("rathe");
words.push("ratio");
words.push("ratos");
words.push("ratty");
words.push("raved");
words.push("ravel");
words.push("raven");
words.push("raver");
words.push("raves");
words.push("ravin");
words.push("rawer");
words.push("rawin");
words.push("rawly");
words.push("raxed");
words.push("raxes");
words.push("rayah");
words.push("rayas");
words.push("rayed");
words.push("rayon");
words.push("razed");
words.push("razee");
words.push("razer");
words.push("razes");
words.push("razor");
words.push("reach");
words.push("react");
words.push("readd");
words.push("reads");
words.push("ready");
words.push("realm");
words.push("reals");
words.push("reams");
words.push("reaps");
words.push("rearm");
words.push("rears");
words.push("reata");
words.push("reave");
words.push("rebar");
words.push("rebbe");
words.push("rebec");
words.push("rebel");
words.push("rebid");
words.push("rebop");
words.push("rebus");
words.push("rebut");
words.push("rebuy");
words.push("recap");
words.push("recce");
words.push("recit");
words.push("recks");
words.push("recon");
words.push("recta");
words.push("recti");
words.push("recto");
words.push("recur");
words.push("recut");
words.push("redan");
words.push("redds");
words.push("reded");
words.push("redes");
words.push("redia");
words.push("redid");
words.push("redip");
words.push("redly");
words.push("redon");
words.push("redos");
words.push("redox");
words.push("redry");
words.push("redub");
words.push("redux");
words.push("redye");
words.push("reeds");
words.push("reedy");
words.push("reefs");
words.push("reefy");
words.push("reeks");
words.push("reeky");
words.push("reels");
words.push("reest");
words.push("reeve");
words.push("refed");
words.push("refel");
words.push("refer");
words.push("refit");
words.push("refix");
words.push("refly");
words.push("refry");
words.push("regal");
words.push("reges");
words.push("regma");
words.push("regna");
words.push("rehab");
words.push("rehem");
words.push("reifs");
words.push("reify");
words.push("reign");
words.push("reink");
words.push("reins");
words.push("reive");
words.push("rejig");
words.push("rekey");
words.push("relax");
words.push("relay");
words.push("relet");
words.push("relic");
words.push("relit");
words.push("reman");
words.push("remap");
words.push("remet");
words.push("remex");
words.push("remit");
words.push("remix");
words.push("renal");
words.push("rends");
words.push("renew");
words.push("renig");
words.push("renin");
words.push("rente");
words.push("rents");
words.push("reoil");
words.push("repay");
words.push("repeg");
words.push("repel");
words.push("repin");
words.push("reply");
words.push("repos");
words.push("repot");
words.push("repps");
words.push("repro");
words.push("reran");
words.push("rerig");
words.push("rerun");
words.push("resat");
words.push("resaw");
words.push("resay");
words.push("resee");
words.push("reset");
words.push("resew");
words.push("resid");
words.push("resin");
words.push("resit");
words.push("resod");
words.push("resow");
words.push("rests");
words.push("retag");
words.push("retax");
words.push("retch");
words.push("retem");
words.push("retia");
words.push("retie");
words.push("retro");
words.push("retry");
words.push("reuse");
words.push("revel");
words.push("revet");
words.push("revue");
words.push("rewan");
words.push("rewax");
words.push("rewed");
words.push("rewet");
words.push("rewin");
words.push("rewon");
words.push("rexes");
words.push("rheas");
words.push("rheme");
words.push("rheum");
words.push("rhino");
words.push("rhomb");
words.push("rhumb");
words.push("rhyme");
words.push("rhyta");
words.push("rials");
words.push("riant");
words.push("riata");
words.push("ribby");
words.push("ribes");
words.push("riced");
words.push("ricer");
words.push("rices");
words.push("ricin");
words.push("ricks");
words.push("rider");
words.push("rides");
words.push("ridge");
words.push("ridgy");
words.push("riels");
words.push("rifer");
words.push("riffs");
words.push("rifle");
words.push("rifts");
words.push("right");
words.push("rigid");
words.push("rigor");
words.push("riled");
words.push("riles");
words.push("riley");
words.push("rille");
words.push("rills");
words.push("rimed");
words.push("rimer");
words.push("rimes");
words.push("rinds");
words.push("rindy");
words.push("rings");
words.push("rinks");
words.push("rinse");
words.push("rioja");
words.push("riots");
words.push("riped");
words.push("ripen");
words.push("riper");
words.push("ripes");
words.push("risen");
words.push("riser");
words.push("rises");
words.push("rishi");
words.push("risks");
words.push("risky");
words.push("risus");
words.push("rites");
words.push("ritzy");
words.push("rival");
words.push("rived");
words.push("riven");
words.push("river");
words.push("rives");
words.push("rivet");
words.push("riyal");
words.push("roach");
words.push("roads");
words.push("roams");
words.push("roans");
words.push("roars");
words.push("roast");
words.push("robed");
words.push("robes");
words.push("robin");
words.push("roble");
words.push("robot");
words.push("rocks");
words.push("rocky");
words.push("rodeo");
words.push("rodes");
words.push("roger");
words.push("rogue");
words.push("roils");
words.push("roily");
words.push("roles");
words.push("rolfs");
words.push("rolls");
words.push("roman");
words.push("romeo");
words.push("romps");
words.push("rondo");
words.push("roods");
words.push("roofs");
words.push("rooks");
words.push("rooky");
words.push("rooms");
words.push("roomy");
words.push("roose");
words.push("roost");
words.push("roots");
words.push("rooty");
words.push("roped");
words.push("roper");
words.push("ropes");
words.push("ropey");
words.push("roque");
words.push("rosed");
words.push("roses");
words.push("roset");
words.push("roshi");
words.push("rosin");
words.push("rotas");
words.push("rotch");
words.push("rotes");
words.push("rotis");
words.push("rotls");
words.push("rotor");
words.push("rotos");
words.push("rotte");
words.push("rouen");
words.push("roues");
words.push("rouge");
words.push("rough");
words.push("round");
words.push("roups");
words.push("roupy");
words.push("rouse");
words.push("roust");
words.push("route");
words.push("routh");
words.push("routs");
words.push("roved");
words.push("roven");
words.push("rover");
words.push("roves");
words.push("rowan");
words.push("rowdy");
words.push("rowed");
words.push("rowel");
words.push("rowen");
words.push("rower");
words.push("rowth");
words.push("royal");
words.push("ruana");
words.push("rubby");
words.push("rubel");
words.push("rubes");
words.push("ruble");
words.push("rubus");
words.push("ruche");
words.push("rucks");
words.push("rudds");
words.push("ruddy");
words.push("ruder");
words.push("ruers");
words.push("ruffe");
words.push("ruffs");
words.push("rugae");
words.push("rugal");
words.push("rugby");
words.push("ruing");
words.push("ruins");
words.push("ruled");
words.push("ruler");
words.push("rules");
words.push("rumba");
words.push("rumen");
words.push("rummy");
words.push("rumor");
words.push("rumps");
words.push("runes");
words.push("rungs");
words.push("runic");
words.push("runny");
words.push("runts");
words.push("runty");
words.push("rupee");
words.push("rural");
words.push("ruses");
words.push("rushy");
words.push("rusks");
words.push("rusts");
words.push("rusty");
words.push("ruths");
words.push("rutin");
words.push("rutty");
words.push("ryked");
words.push("rykes");
words.push("rynds");
words.push("ryots");
words.push("sabal");
words.push("sabed");
words.push("saber");
words.push("sabes");
words.push("sabin");
words.push("sabir");
words.push("sable");
words.push("sabot");
words.push("sabra");
words.push("sabre");
words.push("sacks");
words.push("sacra");
words.push("sades");
words.push("sadhe");
words.push("sadhu");
words.push("sadis");
words.push("sadly");
words.push("safer");
words.push("safes");
words.push("sagas");
words.push("sager");
words.push("sages");
words.push("saggy");
words.push("sagos");
words.push("sagum");
words.push("sahib");
words.push("saice");
words.push("saids");
words.push("saiga");
words.push("sails");
words.push("sains");
words.push("saint");
words.push("saith");
words.push("sajou");
words.push("saker");
words.push("sakes");
words.push("sakis");
words.push("salad");
words.push("salal");
words.push("salep");
words.push("sales");
words.push("salic");
words.push("sally");
words.push("salmi");
words.push("salol");
words.push("salon");
words.push("salpa");
words.push("salps");
words.push("salsa");
words.push("salts");
words.push("salty");
words.push("salve");
words.push("salvo");
words.push("samba");
words.push("sambo");
words.push("samek");
words.push("samps");
words.push("sands");
words.push("sandy");
words.push("saned");
words.push("saner");
words.push("sanes");
words.push("sanga");
words.push("sangh");
words.push("santo");
words.push("sapid");
words.push("sapor");
words.push("sappy");
words.push("saran");
words.push("sards");
words.push("saree");
words.push("sarge");
words.push("sargo");
words.push("sarin");
words.push("saris");
words.push("sarks");
words.push("sarky");
words.push("sarod");
words.push("saros");
words.push("sasin");
words.push("sassy");
words.push("satay");
words.push("sated");
words.push("satem");
words.push("sates");
words.push("satin");
words.push("satis");
words.push("satyr");
words.push("sauce");
words.push("sauch");
words.push("saucy");
words.push("saugh");
words.push("sauls");
words.push("sault");
words.push("sauna");
words.push("saury");
words.push("saute");
words.push("saved");
words.push("saver");
words.push("saves");
words.push("savin");
words.push("savor");
words.push("savoy");
words.push("savvy");
words.push("sawed");
words.push("sawer");
words.push("saxes");
words.push("sayed");
words.push("sayer");
words.push("sayid");
words.push("sayst");
words.push("scabs");
words.push("scads");
words.push("scags");
words.push("scald");
words.push("scale");
words.push("scall");
words.push("scalp");
words.push("scaly");
words.push("scamp");
words.push("scams");
words.push("scans");
words.push("scant");
words.push("scape");
words.push("scare");
words.push("scarf");
words.push("scarp");
words.push("scars");
words.push("scart");
words.push("scary");
words.push("scats");
words.push("scatt");
words.push("scaup");
words.push("scaur");
words.push("scena");
words.push("scend");
words.push("scene");
words.push("scent");
words.push("schav");
words.push("schmo");
words.push("schul");
words.push("schwa");
words.push("scion");
words.push("scoff");
words.push("scold");
words.push("scone");
words.push("scoop");
words.push("scoot");
words.push("scope");
words.push("scops");
words.push("score");
words.push("scorn");
words.push("scots");
words.push("scour");
words.push("scout");
words.push("scowl");
words.push("scows");
words.push("scrag");
words.push("scram");
words.push("scrap");
words.push("scree");
words.push("screw");
words.push("scrim");
words.push("scrip");
words.push("scrod");
words.push("scrub");
words.push("scrum");
words.push("scuba");
words.push("scudi");
words.push("scudo");
words.push("scuds");
words.push("scuff");
words.push("sculk");
words.push("scull");
words.push("sculp");
words.push("scums");
words.push("scups");
words.push("scurf");
words.push("scuta");
words.push("scute");
words.push("scuts");
words.push("scuzz");
words.push("seals");
words.push("seams");
words.push("seamy");
words.push("sears");
words.push("seats");
words.push("sebum");
words.push("secco");
words.push("sects");
words.push("sedan");
words.push("seder");
words.push("sedge");
words.push("sedgy");
words.push("sedum");
words.push("seeds");
words.push("seedy");
words.push("seeks");
words.push("seels");
words.push("seely");
words.push("seems");
words.push("seeps");
words.push("seepy");
words.push("seers");
words.push("segni");
words.push("segno");
words.push("segos");
words.push("segue");
words.push("seifs");
words.push("seine");
words.push("seise");
words.push("seism");
words.push("seize");
words.push("selah");
words.push("selfs");
words.push("selle");
words.push("sells");
words.push("selva");
words.push("semen");
words.push("semes");
words.push("semis");
words.push("sends");
words.push("sengi");
words.push("senna");
words.push("senor");
words.push("sensa");
words.push("sense");
words.push("sente");
words.push("senti");
words.push("sepal");
words.push("sepia");
words.push("sepic");
words.push("sepoy");
words.push("septa");
words.push("septs");
words.push("serac");
words.push("serai");
words.push("seral");
words.push("sered");
words.push("serer");
words.push("seres");
words.push("serfs");
words.push("serge");
words.push("serif");
words.push("serin");
words.push("serow");
words.push("serry");
words.push("serum");
words.push("serve");
words.push("servo");
words.push("setae");
words.push("setal");
words.push("seton");
words.push("setts");
words.push("setup");
words.push("seven");
words.push("sever");
words.push("sewan");
words.push("sewar");
words.push("sewed");
words.push("sewer");
words.push("sexed");
words.push("sexes");
words.push("sexto");
words.push("sexts");
words.push("shack");
words.push("shade");
words.push("shads");
words.push("shady");
words.push("shaft");
words.push("shags");
words.push("shahs");
words.push("shake");
words.push("shako");
words.push("shaky");
words.push("shale");
words.push("shall");
words.push("shalt");
words.push("shaly");
words.push("shame");
words.push("shams");
words.push("shank");
words.push("shape");
words.push("shard");
words.push("share");
words.push("shark");
words.push("sharn");
words.push("sharp");
words.push("shaul");
words.push("shave");
words.push("shawl");
words.push("shawm");
words.push("shawn");
words.push("shaws");
words.push("shays");
words.push("sheaf");
words.push("sheal");
words.push("shear");
words.push("sheas");
words.push("sheds");
words.push("sheen");
words.push("sheep");
words.push("sheer");
words.push("sheet");
words.push("sheik");
words.push("shelf");
words.push("shell");
words.push("shend");
words.push("shent");
words.push("sheol");
words.push("sherd");
words.push("shewn");
words.push("shews");
words.push("shied");
words.push("shiel");
words.push("shier");
words.push("shies");
words.push("shift");
words.push("shill");
words.push("shily");
words.push("shims");
words.push("shine");
words.push("shins");
words.push("shiny");
words.push("ships");
words.push("shire");
words.push("shirk");
words.push("shirr");
words.push("shirt");
words.push("shist");
words.push("shits");
words.push("shiva");
words.push("shive");
words.push("shivs");
words.push("shlep");
words.push("shlub");
words.push("shoal");
words.push("shoat");
words.push("shock");
words.push("shoed");
words.push("shoer");
words.push("shoes");
words.push("shogi");
words.push("shogs");
words.push("shoji");
words.push("shone");
words.push("shook");
words.push("shool");
words.push("shoon");
words.push("shoos");
words.push("shoot");
words.push("shops");
words.push("shore");
words.push("shorl");
words.push("shorn");
words.push("short");
words.push("shote");
words.push("shots");
words.push("shott");
words.push("shout");
words.push("shove");
words.push("shown");
words.push("shows");
words.push("showy");
words.push("shoyu");
words.push("shred");
words.push("shrew");
words.push("shris");
words.push("shrub");
words.push("shrug");
words.push("shtik");
words.push("shuck");
words.push("shuln");
words.push("shuls");
words.push("shuns");
words.push("shunt");
words.push("shush");
words.push("shute");
words.push("shuts");
words.push("shwas");
words.push("shyer");
words.push("shyly");
words.push("sials");
words.push("sibbs");
words.push("sibyl");
words.push("sices");
words.push("sicko");
words.push("sicks");
words.push("sided");
words.push("sides");
words.push("sidhe");
words.push("sidle");
words.push("siege");
words.push("sieur");
words.push("sieve");
words.push("sifts");
words.push("sighs");
words.push("sight");
words.push("sigil");
words.push("sigla");
words.push("sigma");
words.push("signa");
words.push("signs");
words.push("sikas");
words.push("siker");
words.push("sikes");
words.push("silds");
words.push("silex");
words.push("silks");
words.push("silky");
words.push("sills");
words.push("silly");
words.push("silos");
words.push("silts");
words.push("silty");
words.push("silva");
words.push("simar");
words.push("simas");
words.push("simps");
words.push("since");
words.push("sines");
words.push("sinew");
words.push("singe");
words.push("sings");
words.push("sinhs");
words.push("sinks");
words.push("sinus");
words.push("siped");
words.push("sipes");
words.push("sired");
words.push("siree");
words.push("siren");
words.push("sires");
words.push("sirra");
words.push("sirup");
words.push("sisal");
words.push("sises");
words.push("sissy");
words.push("sitar");
words.push("sited");
words.push("sites");
words.push("situp");
words.push("situs");
words.push("siver");
words.push("sixes");
words.push("sixmo");
words.push("sixte");
words.push("sixth");
words.push("sixty");
words.push("sizar");
words.push("sized");
words.push("sizer");
words.push("sizes");
words.push("skags");
words.push("skald");
words.push("skank");
words.push("skate");
words.push("skats");
words.push("skean");
words.push("skeed");
words.push("skeen");
words.push("skees");
words.push("skeet");
words.push("skegs");
words.push("skein");
words.push("skell");
words.push("skelm");
words.push("skelp");
words.push("skene");
words.push("skeps");
words.push("skews");
words.push("skids");
words.push("skied");
words.push("skier");
words.push("skies");
words.push("skiey");
words.push("skiff");
words.push("skill");
words.push("skimo");
words.push("skimp");
words.push("skims");
words.push("skink");
words.push("skins");
words.push("skint");
words.push("skips");
words.push("skirl");
words.push("skirr");
words.push("skirt");
words.push("skite");
words.push("skits");
words.push("skive");
words.push("skoal");
words.push("skort");
words.push("skosh");
words.push("skuas");
words.push("skulk");
words.push("skull");
words.push("skunk");
words.push("skyed");
words.push("skyey");
words.push("slabs");
words.push("slack");
words.push("slags");
words.push("slain");
words.push("slake");
words.push("slams");
words.push("slang");
words.push("slank");
words.push("slant");
words.push("slaps");
words.push("slash");
words.push("slate");
words.push("slats");
words.push("slaty");
words.push("slave");
words.push("slaws");
words.push("slays");
words.push("sleds");
words.push("sleek");
words.push("sleep");
words.push("sleet");
words.push("slept");
words.push("slews");
words.push("slice");
words.push("slick");
words.push("slide");
words.push("slier");
words.push("slily");
words.push("slime");
words.push("slims");
words.push("slimy");
words.push("sling");
words.push("slink");
words.push("slipe");
words.push("slips");
words.push("slipt");
words.push("slits");
words.push("slobs");
words.push("sloes");
words.push("slogs");
words.push("sloid");
words.push("slojd");
words.push("sloop");
words.push("slope");
words.push("slops");
words.push("slosh");
words.push("sloth");
words.push("slots");
words.push("slows");
words.push("sloyd");
words.push("slubs");
words.push("slued");
words.push("slues");
words.push("sluff");
words.push("slugs");
words.push("slump");
words.push("slums");
words.push("slung");
words.push("slunk");
words.push("slurb");
words.push("slurp");
words.push("slurs");
words.push("slush");
words.push("sluts");
words.push("slyer");
words.push("slyly");
words.push("slype");
words.push("smack");
words.push("small");
words.push("smalt");
words.push("smarm");
words.push("smart");
words.push("smash");
words.push("smaze");
words.push("smear");
words.push("smeek");
words.push("smell");
words.push("smelt");
words.push("smerk");
words.push("smews");
words.push("smile");
words.push("smirk");
words.push("smite");
words.push("smith");
words.push("smock");
words.push("smogs");
words.push("smoke");
words.push("smoky");
words.push("smolt");
words.push("smote");
words.push("smush");
words.push("smuts");
words.push("snack");
words.push("snafu");
words.push("snags");
words.push("snail");
words.push("snake");
words.push("snaky");
words.push("snaps");
words.push("snare");
words.push("snarf");
words.push("snark");
words.push("snarl");
words.push("snash");
words.push("snath");
words.push("snaws");
words.push("sneak");
words.push("sneap");
words.push("sneck");
words.push("sneds");
words.push("sneer");
words.push("snell");
words.push("snibs");
words.push("snick");
words.push("snide");
words.push("sniff");
words.push("snipe");
words.push("snips");
words.push("snits");
words.push("snobs");
words.push("snogs");
words.push("snood");
words.push("snook");
words.push("snool");
words.push("snoop");
words.push("snoot");
words.push("snore");
words.push("snort");
words.push("snots");
words.push("snout");
words.push("snows");
words.push("snowy");
words.push("snubs");
words.push("snuck");
words.push("snuff");
words.push("snugs");
words.push("snyes");
words.push("soaks");
words.push("soaps");
words.push("soapy");
words.push("soars");
words.push("soave");
words.push("sobas");
words.push("sober");
words.push("socas");
words.push("socko");
words.push("socks");
words.push("socle");
words.push("sodas");
words.push("soddy");
words.push("sodic");
words.push("sodom");
words.push("sofar");
words.push("sofas");
words.push("softa");
words.push("softs");
words.push("softy");
words.push("soggy");
words.push("soils");
words.push("sojas");
words.push("sokes");
words.push("sokol");
words.push("solan");
words.push("solar");
words.push("soldi");
words.push("soldo");
words.push("soled");
words.push("solei");
words.push("soles");
words.push("solid");
words.push("solon");
words.push("solos");
words.push("solum");
words.push("solus");
words.push("solve");
words.push("soman");
words.push("somas");
words.push("sonar");
words.push("sonde");
words.push("sones");
words.push("songs");
words.push("sonic");
words.push("sonly");
words.push("sonny");
words.push("sonsy");
words.push("sooey");
words.push("sooks");
words.push("sooth");
words.push("soots");
words.push("sooty");
words.push("sophs");
words.push("sophy");
words.push("sopor");
words.push("soppy");
words.push("soras");
words.push("sorbs");
words.push("sords");
words.push("sored");
words.push("sorel");
words.push("sorer");
words.push("sores");
words.push("sorgo");
words.push("sorns");
words.push("sorry");
words.push("sorta");
words.push("sorts");
words.push("sorus");
words.push("soths");
words.push("sotol");
words.push("sough");
words.push("souks");
words.push("souls");
words.push("sound");
words.push("soups");
words.push("soupy");
words.push("sours");
words.push("souse");
words.push("south");
words.push("sowar");
words.push("sowed");
words.push("sower");
words.push("soyas");
words.push("soyuz");
words.push("sozin");
words.push("space");
words.push("spacy");
words.push("spade");
words.push("spado");
words.push("spaed");
words.push("spaes");
words.push("spahi");
words.push("spail");
words.push("spait");
words.push("spake");
words.push("spale");
words.push("spall");
words.push("spams");
words.push("spang");
words.push("spank");
words.push("spans");
words.push("spare");
words.push("spark");
words.push("spars");
words.push("spasm");
words.push("spate");
words.push("spats");
words.push("spawn");
words.push("spays");
words.push("spazz");
words.push("speak");
words.push("spean");
words.push("spear");
words.push("speck");
words.push("specs");
words.push("speed");
words.push("speel");
words.push("speer");
words.push("speil");
words.push("speir");
words.push("spell");
words.push("spelt");
words.push("spend");
words.push("spent");
words.push("sperm");
words.push("spews");
words.push("spica");
words.push("spice");
words.push("spick");
words.push("spics");
words.push("spicy");
words.push("spied");
words.push("spiel");
words.push("spier");
words.push("spies");
words.push("spiff");
words.push("spike");
words.push("spiks");
words.push("spiky");
words.push("spile");
words.push("spill");
words.push("spilt");
words.push("spine");
words.push("spins");
words.push("spiny");
words.push("spire");
words.push("spirt");
words.push("spiry");
words.push("spite");
words.push("spits");
words.push("spitz");
words.push("spivs");
words.push("splat");
words.push("splay");
words.push("split");
words.push("spode");
words.push("spoil");
words.push("spoke");
words.push("spoof");
words.push("spook");
words.push("spool");
words.push("spoon");
words.push("spoor");
words.push("spore");
words.push("sport");
words.push("spots");
words.push("spout");
words.push("sprag");
words.push("sprat");
words.push("spray");
words.push("spree");
words.push("sprig");
words.push("sprit");
words.push("sprue");
words.push("sprug");
words.push("spuds");
words.push("spued");
words.push("spues");
words.push("spume");
words.push("spumy");
words.push("spunk");
words.push("spurn");
words.push("spurs");
words.push("spurt");
words.push("sputa");
words.push("squab");
words.push("squad");
words.push("squat");
words.push("squaw");
words.push("squeg");
words.push("squib");
words.push("squid");
words.push("stabs");
words.push("stack");
words.push("stade");
words.push("staff");
words.push("stage");
words.push("stags");
words.push("stagy");
words.push("staid");
words.push("staig");
words.push("stain");
words.push("stair");
words.push("stake");
words.push("stale");
words.push("stalk");
words.push("stall");
words.push("stamp");
words.push("stand");
words.push("stane");
words.push("stang");
words.push("stank");
words.push("staph");
words.push("stare");
words.push("stark");
words.push("stars");
words.push("start");
words.push("stash");
words.push("state");
words.push("stats");
words.push("stave");
words.push("stays");
words.push("stead");
words.push("steak");
words.push("steal");
words.push("steam");
words.push("steed");
words.push("steek");
words.push("steel");
words.push("steep");
words.push("steer");
words.push("stein");
words.push("stela");
words.push("stele");
words.push("stems");
words.push("steno");
words.push("stent");
words.push("steps");
words.push("stere");
words.push("stern");
words.push("stets");
words.push("stews");
words.push("stewy");
words.push("stich");
words.push("stick");
words.push("stied");
words.push("sties");
words.push("stiff");
words.push("stile");
words.push("still");
words.push("stilt");
words.push("stime");
words.push("stimy");
words.push("sting");
words.push("stink");
words.push("stint");
words.push("stipe");
words.push("stirk");
words.push("stirp");
words.push("stirs");
words.push("stoae");
words.push("stoai");
words.push("stoas");
words.push("stoat");
words.push("stobs");
words.push("stock");
words.push("stogy");
words.push("stoic");
words.push("stoke");
words.push("stole");
words.push("stoma");
words.push("stomp");
words.push("stone");
words.push("stony");
words.push("stood");
words.push("stook");
words.push("stool");
words.push("stoop");
words.push("stope");
words.push("stops");
words.push("stopt");
words.push("store");
words.push("stork");
words.push("storm");
words.push("story");
words.push("stoss");
words.push("stots");
words.push("stott");
words.push("stoup");
words.push("stour");
words.push("stout");
words.push("stove");
words.push("stowp");
words.push("stows");
words.push("strap");
words.push("straw");
words.push("stray");
words.push("strep");
words.push("strew");
words.push("stria");
words.push("strip");
words.push("strop");
words.push("strow");
words.push("stroy");
words.push("strum");
words.push("strut");
words.push("stubs");
words.push("stuck");
words.push("studs");
words.push("study");
words.push("stuff");
words.push("stull");
words.push("stump");
words.push("stums");
words.push("stung");
words.push("stunk");
words.push("stuns");
words.push("stunt");
words.push("stupa");
words.push("stupe");
words.push("sturt");
words.push("styed");
words.push("styes");
words.push("style");
words.push("styli");
words.push("stymy");
words.push("suave");
words.push("subah");
words.push("subas");
words.push("suber");
words.push("sucks");
words.push("sucky");
words.push("sucre");
words.push("sudds");
words.push("sudor");
words.push("sudsy");
words.push("suede");
words.push("suers");
words.push("suets");
words.push("suety");
words.push("sugar");
words.push("sughs");
words.push("suing");
words.push("suint");
words.push("suite");
words.push("suits");
words.push("sulci");
words.push("sulfa");
words.push("sulfo");
words.push("sulks");
words.push("sulky");
words.push("sully");
words.push("sulus");
words.push("sumac");
words.push("summa");
words.push("sumos");
words.push("sumps");
words.push("sunna");
words.push("sunns");
words.push("sunny");
words.push("sunup");
words.push("super");
words.push("supes");
words.push("supra");
words.push("surah");
words.push("sural");
words.push("suras");
words.push("surds");
words.push("surer");
words.push("surfs");
words.push("surfy");
words.push("surge");
words.push("surgy");
words.push("surly");
words.push("surra");
words.push("sushi");
words.push("sutra");
words.push("sutta");
words.push("swabs");
words.push("swage");
words.push("swags");
words.push("swail");
words.push("swain");
words.push("swale");
words.push("swami");
words.push("swamp");
words.push("swamy");
words.push("swang");
words.push("swank");
words.push("swans");
words.push("swaps");
words.push("sward");
words.push("sware");
words.push("swarf");
words.push("swarm");
words.push("swart");
words.push("swash");
words.push("swath");
words.push("swats");
words.push("sways");
words.push("swear");
words.push("sweat");
words.push("swede");
words.push("sweep");
words.push("sweer");
words.push("sweet");
words.push("swell");
words.push("swept");
words.push("swift");
words.push("swigs");
words.push("swill");
words.push("swims");
words.push("swine");
words.push("swing");
words.push("swink");
words.push("swipe");
words.push("swirl");
words.push("swish");
words.push("swiss");
words.push("swith");
words.push("swive");
words.push("swobs");
words.push("swoon");
words.push("swoop");
words.push("swops");
words.push("sword");
words.push("swore");
words.push("sworn");
words.push("swots");
words.push("swoun");
words.push("swung");
words.push("sycee");
words.push("syces");
words.push("sykes");
words.push("sylis");
words.push("sylph");
words.push("sylva");
words.push("synch");
words.push("syncs");
words.push("synod");
words.push("synth");
words.push("syphs");
words.push("syren");
words.push("syrup");
words.push("sysop");
words.push("tabby");
words.push("taber");
words.push("tabes");
words.push("tabid");
words.push("tabla");
words.push("table");
words.push("taboo");
words.push("tabor");
words.push("tabun");
words.push("tabus");
words.push("taces");
words.push("tacet");
words.push("tache");
words.push("tachs");
words.push("tacit");
words.push("tacks");
words.push("tacky");
words.push("tacos");
words.push("tacts");
words.push("taels");
words.push("taffy");
words.push("tafia");
words.push("tahrs");
words.push("taiga");
words.push("tails");
words.push("tains");
words.push("taint");
words.push("tajes");
words.push("takas");
words.push("taken");
words.push("taker");
words.push("takes");
words.push("takin");
words.push("talar");
words.push("talas");
words.push("talcs");
words.push("taler");
words.push("tales");
words.push("talks");
words.push("talky");
words.push("talls");
words.push("tally");
words.push("talon");
words.push("taluk");
words.push("talus");
words.push("tamal");
words.push("tamed");
words.push("tamer");
words.push("tames");
words.push("tamis");
words.push("tammy");
words.push("tamps");
words.push("tanga");
words.push("tango");
words.push("tangs");
words.push("tangy");
words.push("tanka");
words.push("tanks");
words.push("tansy");
words.push("tanto");
words.push("tapas");
words.push("taped");
words.push("taper");
words.push("tapes");
words.push("tapir");
words.push("tapis");
words.push("tardo");
words.push("tardy");
words.push("tared");
words.push("tares");
words.push("targe");
words.push("tarns");
words.push("taroc");
words.push("tarok");
words.push("taros");
words.push("tarot");
words.push("tarps");
words.push("tarre");
words.push("tarry");
words.push("tarsi");
words.push("tarts");
words.push("tarty");
words.push("tasks");
words.push("tasse");
words.push("taste");
words.push("tasty");
words.push("tatar");
words.push("tater");
words.push("tates");
words.push("tatty");
words.push("taunt");
words.push("tauon");
words.push("taupe");
words.push("tauts");
words.push("tawed");
words.push("tawer");
words.push("tawie");
words.push("tawny");
words.push("tawse");
words.push("taxed");
words.push("taxer");
words.push("taxes");
words.push("taxis");
words.push("taxol");
words.push("taxon");
words.push("taxus");
words.push("tazza");
words.push("tazze");
words.push("teach");
words.push("teaks");
words.push("teals");
words.push("teams");
words.push("tears");
words.push("teary");
words.push("tease");
words.push("teats");
words.push("techs");
words.push("techy");
words.push("tecta");
words.push("teddy");
words.push("teels");
words.push("teems");
words.push("teens");
words.push("teeny");
words.push("teeth");
words.push("teffs");
words.push("teggs");
words.push("tegua");
words.push("teiid");
words.push("teind");
words.push("telae");
words.push("telco");
words.push("teles");
words.push("telex");
words.push("telia");
words.push("telic");
words.push("tells");
words.push("telly");
words.push("teloi");
words.push("telos");
words.push("tempi");
words.push("tempo");
words.push("temps");
words.push("tempt");
words.push("tench");
words.push("tends");
words.push("tendu");
words.push("tenet");
words.push("tenge");
words.push("tenia");
words.push("tenon");
words.push("tenor");
words.push("tense");
words.push("tenth");
words.push("tents");
words.push("tenty");
words.push("tepal");
words.push("tepas");
words.push("tepee");
words.push("tepid");
words.push("tepoy");
words.push("terai");
words.push("terce");
words.push("terga");
words.push("terms");
words.push("terne");
words.push("terns");
words.push("terra");
words.push("terry");
words.push("terse");
words.push("tesla");
words.push("testa");
words.push("tests");
words.push("testy");
words.push("teths");
words.push("tetra");
words.push("tetri");
words.push("teuch");
words.push("teugh");
words.push("tewed");
words.push("texas");
words.push("texts");
words.push("thack");
words.push("thane");
words.push("thank");
words.push("tharm");
words.push("thaws");
words.push("thebe");
words.push("theca");
words.push("theft");
words.push("thegn");
words.push("thein");
words.push("their");
words.push("theme");
words.push("thens");
words.push("there");
words.push("therm");
words.push("these");
words.push("thesp");
words.push("theta");
words.push("thews");
words.push("thewy");
words.push("thick");
words.push("thief");
words.push("thigh");
words.push("thill");
words.push("thine");
words.push("thing");
words.push("think");
words.push("thins");
words.push("thiol");
words.push("third");
words.push("thirl");
words.push("thole");
words.push("thong");
words.push("thorn");
words.push("thoro");
words.push("thorp");
words.push("those");
words.push("thous");
words.push("thraw");
words.push("three");
words.push("threw");
words.push("thrip");
words.push("throb");
words.push("throe");
words.push("throw");
words.push("thrum");
words.push("thuds");
words.push("thugs");
words.push("thuja");
words.push("thumb");
words.push("thump");
words.push("thunk");
words.push("thurl");
words.push("thuya");
words.push("thyme");
words.push("thymi");
words.push("thymy");
words.push("tiara");
words.push("tibia");
words.push("tical");
words.push("ticks");
words.push("tidal");
words.push("tided");
words.push("tides");
words.push("tiers");
words.push("tiffs");
words.push("tiger");
words.push("tight");
words.push("tigon");
words.push("tikes");
words.push("tikis");
words.push("tikka");
words.push("tilak");
words.push("tilde");
words.push("tiled");
words.push("tiler");
words.push("tiles");
words.push("tills");
words.push("tilth");
words.push("tilts");
words.push("timed");
words.push("timer");
words.push("times");
words.push("timid");
words.push("tinct");
words.push("tinea");
words.push("tined");
words.push("tines");
words.push("tinge");
words.push("tings");
words.push("tinny");
words.push("tints");
words.push("tipis");
words.push("tippy");
words.push("tipsy");
words.push("tired");
words.push("tires");
words.push("tirls");
words.push("tiros");
words.push("titan");
words.push("titer");
words.push("tithe");
words.push("titis");
words.push("title");
words.push("titre");
words.push("titty");
words.push("tizzy");
words.push("toads");
words.push("toady");
words.push("toast");
words.push("today");
words.push("toddy");
words.push("toeas");
words.push("toffs");
words.push("toffy");
words.push("tofts");
words.push("tofus");
words.push("togae");
words.push("togas");
words.push("togue");
words.push("toile");
words.push("toils");
words.push("toits");
words.push("tokay");
words.push("toked");
words.push("token");
words.push("toker");
words.push("tokes");
words.push("tolan");
words.push("tolar");
words.push("tolas");
words.push("toled");
words.push("toles");
words.push("tolls");
words.push("tolus");
words.push("tolyl");
words.push("toman");
words.push("tombs");
words.push("tomes");
words.push("tommy");
words.push("tonal");
words.push("tondi");
words.push("tondo");
words.push("toned");
words.push("toner");
words.push("tones");
words.push("toney");
words.push("tonga");
words.push("tongs");
words.push("tonic");
words.push("tonne");
words.push("tonus");
words.push("tools");
words.push("toons");
words.push("tooth");
words.push("toots");
words.push("topaz");
words.push("toped");
words.push("topee");
words.push("toper");
words.push("topes");
words.push("tophe");
words.push("tophi");
words.push("tophs");
words.push("topic");
words.push("topis");
words.push("topoi");
words.push("topos");
words.push("toque");
words.push("torah");
words.push("toras");
words.push("torch");
words.push("torcs");
words.push("tores");
words.push("toric");
words.push("torii");
words.push("toros");
words.push("torot");
words.push("torrs");
words.push("torse");
words.push("torsi");
words.push("torsk");
words.push("torso");
words.push("torta");
words.push("torte");
words.push("torts");
words.push("torus");
words.push("total");
words.push("toted");
words.push("totem");
words.push("toter");
words.push("totes");
words.push("touch");
words.push("tough");
words.push("tours");
words.push("touse");
words.push("touts");
words.push("towed");
words.push("towel");
words.push("tower");
words.push("towie");
words.push("towns");
words.push("towny");
words.push("toxic");
words.push("toxin");
words.push("toyed");
words.push("toyer");
words.push("toyon");
words.push("toyos");
words.push("trace");
words.push("track");
words.push("tract");
words.push("trade");
words.push("tragi");
words.push("traik");
words.push("trail");
words.push("train");
words.push("trait");
words.push("tramp");
words.push("trams");
words.push("trank");
words.push("tranq");
words.push("trans");
words.push("traps");
words.push("trapt");
words.push("trash");
words.push("trass");
words.push("trave");
words.push("trawl");
words.push("trays");
words.push("tread");
words.push("treat");
words.push("treed");
words.push("treen");
words.push("trees");
words.push("treks");
words.push("trend");
words.push("tress");
words.push("trets");
words.push("trews");
words.push("treys");
words.push("triac");
words.push("triad");
words.push("trial");
words.push("tribe");
words.push("trice");
words.push("trick");
words.push("tried");
words.push("trier");
words.push("tries");
words.push("trigo");
words.push("trigs");
words.push("trike");
words.push("trill");
words.push("trims");
words.push("trine");
words.push("triol");
words.push("trios");
words.push("tripe");
words.push("trips");
words.push("trite");
words.push("troak");
words.push("trock");
words.push("trode");
words.push("trogs");
words.push("trois");
words.push("troke");
words.push("troll");
words.push("tromp");
words.push("trona");
words.push("trone");
words.push("troop");
words.push("trooz");
words.push("trope");
words.push("troth");
words.push("trots");
words.push("trout");
words.push("trove");
words.push("trows");
words.push("troys");
words.push("truce");
words.push("truck");
words.push("trued");
words.push("truer");
words.push("trues");
words.push("trugs");
words.push("trull");
words.push("truly");
words.push("trump");
words.push("trunk");
words.push("truss");
words.push("trust");
words.push("truth");
words.push("tryma");
words.push("tryst");
words.push("tsade");
words.push("tsadi");
words.push("tsars");
words.push("tsked");
words.push("tsuba");
words.push("tubae");
words.push("tubal");
words.push("tubas");
words.push("tubby");
words.push("tubed");
words.push("tuber");
words.push("tubes");
words.push("tucks");
words.push("tufas");
words.push("tuffs");
words.push("tufts");
words.push("tufty");
words.push("tules");
words.push("tulip");
words.push("tulle");
words.push("tumid");
words.push("tummy");
words.push("tumor");
words.push("tumps");
words.push("tunas");
words.push("tuned");
words.push("tuner");
words.push("tunes");
words.push("tungs");
words.push("tunic");
words.push("tunny");
words.push("tupik");
words.push("tuque");
words.push("turbo");
words.push("turds");
words.push("turfs");
words.push("turfy");
words.push("turks");
words.push("turns");
words.push("turps");
words.push("tushy");
words.push("tusks");
words.push("tutee");
words.push("tutor");
words.push("tutti");
words.push("tutty");
words.push("tutus");
words.push("tuxes");
words.push("tuyer");
words.push("twaes");
words.push("twain");
words.push("twang");
words.push("twats");
words.push("tweak");
words.push("tweed");
words.push("tween");
words.push("tweet");
words.push("twerp");
words.push("twice");
words.push("twier");
words.push("twigs");
words.push("twill");
words.push("twine");
words.push("twins");
words.push("twiny");
words.push("twirl");
words.push("twirp");
words.push("twist");
words.push("twits");
words.push("twixt");
words.push("twyer");
words.push("tyees");
words.push("tyers");
words.push("tying");
words.push("tyiyn");
words.push("tykes");
words.push("tyned");
words.push("tynes");
words.push("typal");
words.push("typed");
words.push("types");
words.push("typey");
words.push("typic");
words.push("typos");
words.push("typps");
words.push("tyred");
words.push("tyres");
words.push("tyros");
words.push("tythe");
words.push("tzars");
words.push("udder");
words.push("udons");
words.push("uhlan");
words.push("ukase");
words.push("ulama");
words.push("ulans");
words.push("ulcer");
words.push("ulema");
words.push("ulnad");
words.push("ulnae");
words.push("ulnar");
words.push("ulnas");
words.push("ulpan");
words.push("ultra");
words.push("ulvas");
words.push("umami");
words.push("umbel");
words.push("umber");
words.push("umbos");
words.push("umbra");
words.push("umiac");
words.push("umiak");
words.push("umiaq");
words.push("umped");
words.push("unais");
words.push("unapt");
words.push("unarm");
words.push("unary");
words.push("unaus");
words.push("unban");
words.push("unbar");
words.push("unbid");
words.push("unbox");
words.push("uncap");
words.push("uncia");
words.push("uncle");
words.push("uncos");
words.push("uncoy");
words.push("uncus");
words.push("uncut");
words.push("undee");
words.push("under");
words.push("undid");
words.push("undue");
words.push("unfed");
words.push("unfit");
words.push("unfix");
words.push("ungot");
words.push("unhat");
words.push("unhip");
words.push("unify");
words.push("union");
words.push("unite");
words.push("units");
words.push("unity");
words.push("unjam");
words.push("unlay");
words.push("unled");
words.push("unlet");
words.push("unlit");
words.push("unman");
words.push("unmet");
words.push("unmew");
words.push("unmix");
words.push("unpeg");
words.push("unpen");
words.push("unpin");
words.push("unrig");
words.push("unrip");
words.push("unsay");
words.push("unset");
words.push("unsew");
words.push("unsex");
words.push("untie");
words.push("until");
words.push("unwed");
words.push("unwet");
words.push("unwit");
words.push("unwon");
words.push("unzip");
words.push("upbow");
words.push("upbye");
words.push("updos");
words.push("updry");
words.push("upend");
words.push("uplit");
words.push("upped");
words.push("upper");
words.push("upset");
words.push("uraei");
words.push("urare");
words.push("urari");
words.push("urase");
words.push("urate");
words.push("urban");
words.push("urbia");
words.push("ureal");
words.push("ureas");
words.push("uredo");
words.push("ureic");
words.push("urged");
words.push("urger");
words.push("urges");
words.push("urial");
words.push("urine");
words.push("urped");
words.push("ursae");
words.push("ursid");
words.push("usage");
words.push("users");
words.push("usher");
words.push("using");
words.push("usnea");
words.push("usque");
words.push("usual");
words.push("usurp");
words.push("usury");
words.push("uteri");
words.push("utile");
words.push("utter");
words.push("uveal");
words.push("uveas");
words.push("uvula");
words.push("vacua");
words.push("vagal");
words.push("vague");
words.push("vagus");
words.push("vails");
words.push("vairs");
words.push("vakil");
words.push("vales");
words.push("valet");
words.push("valid");
words.push("valor");
words.push("valse");
words.push("value");
words.push("valve");
words.push("vamps");
words.push("vampy");
words.push("vanda");
words.push("vaned");
words.push("vanes");
words.push("vangs");
words.push("vapid");
words.push("vapor");
words.push("varas");
words.push("varia");
words.push("varix");
words.push("varna");
words.push("varus");
words.push("varve");
words.push("vasal");
words.push("vases");
words.push("vasts");
words.push("vasty");
words.push("vatic");
words.push("vatus");
words.push("vault");
words.push("vaunt");
words.push("veals");
words.push("vealy");
words.push("veena");
words.push("veeps");
words.push("veers");
words.push("veery");
words.push("vegan");
words.push("veges");
words.push("vegie");
words.push("veils");
words.push("veins");
words.push("veiny");
words.push("velar");
words.push("velds");
words.push("veldt");
words.push("velum");
words.push("venae");
words.push("venal");
words.push("vends");
words.push("venge");
words.push("venin");
words.push("venom");
words.push("vents");
words.push("venue");
words.push("venus");
words.push("verbs");
words.push("verge");
words.push("verse");
words.push("verso");
words.push("verst");
words.push("verts");
words.push("vertu");
words.push("verve");
words.push("vesta");
words.push("vests");
words.push("vetch");
words.push("vexed");
words.push("vexer");
words.push("vexes");
words.push("vexil");
words.push("vials");
words.push("viand");
words.push("vibes");
words.push("vicar");
words.push("viced");
words.push("vices");
words.push("vichy");
words.push("video");
words.push("viers");
words.push("views");
words.push("viewy");
words.push("vigas");
words.push("vigia");
words.push("vigil");
words.push("vigor");
words.push("viler");
words.push("villa");
words.push("villi");
words.push("vills");
words.push("vimen");
words.push("vinal");
words.push("vinas");
words.push("vinca");
words.push("vined");
words.push("vines");
words.push("vinic");
words.push("vinos");
words.push("vinyl");
words.push("viola");
words.push("viols");
words.push("viper");
words.push("viral");
words.push("vireo");
words.push("vires");
words.push("virga");
words.push("virid");
words.push("virls");
words.push("virtu");
words.push("virus");
words.push("visas");
words.push("vised");
words.push("vises");
words.push("visit");
words.push("visor");
words.push("vista");
words.push("vitae");
words.push("vital");
words.push("vitta");
words.push("vivas");
words.push("vivid");
words.push("vixen");
words.push("vizir");
words.push("vizor");
words.push("vocab");
words.push("vocal");
words.push("voces");
words.push("vodka");
words.push("vodou");
words.push("vodun");
words.push("vogie");
words.push("vogue");
words.push("voice");
words.push("voids");
words.push("voila");
words.push("voile");
words.push("volar");
words.push("voled");
words.push("voles");
words.push("volta");
words.push("volte");
words.push("volti");
words.push("volts");
words.push("volva");
words.push("vomer");
words.push("vomit");
words.push("voted");
words.push("voter");
words.push("votes");
words.push("vouch");
words.push("vowed");
words.push("vowel");
words.push("vower");
words.push("vroom");
words.push("vrouw");
words.push("vrows");
words.push("vuggs");
words.push("vuggy");
words.push("vughs");
words.push("vulgo");
words.push("vulva");
words.push("vying");
words.push("wacke");
words.push("wacko");
words.push("wacks");
words.push("wacky");
words.push("waddy");
words.push("waded");
words.push("wader");
words.push("wades");
words.push("wadis");
words.push("wafer");
words.push("waffs");
words.push("wafts");
words.push("waged");
words.push("wager");
words.push("wages");
words.push("wagon");
words.push("wahoo");
words.push("waifs");
words.push("wails");
words.push("wains");
words.push("wairs");
words.push("waist");
words.push("waits");
words.push("waive");
words.push("waked");
words.push("waken");
words.push("waker");
words.push("wakes");
words.push("waled");
words.push("waler");
words.push("wales");
words.push("walks");
words.push("walla");
words.push("walls");
words.push("wally");
words.push("waltz");
words.push("wames");
words.push("wamus");
words.push("wands");
words.push("waned");
words.push("wanes");
words.push("waney");
words.push("wanks");
words.push("wanly");
words.push("wants");
words.push("wards");
words.push("wared");
words.push("wares");
words.push("warks");
words.push("warms");
words.push("warns");
words.push("warps");
words.push("warts");
words.push("warty");
words.push("washy");
words.push("wasps");
words.push("waspy");
words.push("waste");
words.push("wasts");
words.push("watap");
words.push("watch");
words.push("water");
words.push("watts");
words.push("waugh");
words.push("wauks");
words.push("wauls");
words.push("waved");
words.push("waver");
words.push("waves");
words.push("wavey");
words.push("wawls");
words.push("waxed");
words.push("waxen");
words.push("waxer");
words.push("waxes");
words.push("wazoo");
words.push("weald");
words.push("weals");
words.push("weans");
words.push("wears");
words.push("weary");
words.push("weave");
words.push("webby");
words.push("weber");
words.push("wecht");
words.push("wedel");
words.push("wedge");
words.push("wedgy");
words.push("weeds");
words.push("weedy");
words.push("weeks");
words.push("weens");
words.push("weeny");
words.push("weeps");
words.push("weepy");
words.push("weest");
words.push("weets");
words.push("wefts");
words.push("weigh");
words.push("weird");
words.push("weirs");
words.push("wekas");
words.push("welch");
words.push("welds");
words.push("wells");
words.push("welly");
words.push("welsh");
words.push("welts");
words.push("wench");
words.push("wends");
words.push("wenny");
words.push("wests");
words.push("wetly");
words.push("whack");
words.push("whale");
words.push("whamo");
words.push("whams");
words.push("whang");
words.push("whaps");
words.push("wharf");
words.push("whats");
words.push("whaup");
words.push("wheal");
words.push("wheat");
words.push("wheel");
words.push("wheen");
words.push("wheep");
words.push("whelk");
words.push("whelm");
words.push("whelp");
words.push("whens");
words.push("where");
words.push("whets");
words.push("whews");
words.push("wheys");
words.push("which");
words.push("whids");
words.push("whiff");
words.push("whigs");
words.push("while");
words.push("whims");
words.push("whine");
words.push("whins");
words.push("whiny");
words.push("whips");
words.push("whipt");
words.push("whirl");
words.push("whirr");
words.push("whirs");
words.push("whish");
words.push("whisk");
words.push("whist");
words.push("white");
words.push("whits");
words.push("whity");
words.push("whizz");
words.push("whole");
words.push("whomp");
words.push("whoof");
words.push("whoop");
words.push("whops");
words.push("whore");
words.push("whorl");
words.push("whort");
words.push("whose");
words.push("whoso");
words.push("whump");
words.push("whups");
words.push("wicca");
words.push("wicks");
words.push("widdy");
words.push("widen");
words.push("wider");
words.push("wides");
words.push("widow");
words.push("width");
words.push("wield");
words.push("wifed");
words.push("wifes");
words.push("wifey");
words.push("wifty");
words.push("wigan");
words.push("wiggy");
words.push("wight");
words.push("wilco");
words.push("wilds");
words.push("wiled");
words.push("wiles");
words.push("wills");
words.push("willy");
words.push("wilts");
words.push("wimps");
words.push("wimpy");
words.push("wince");
words.push("winch");
words.push("winds");
words.push("windy");
words.push("wined");
words.push("wines");
words.push("winey");
words.push("wings");
words.push("wingy");
words.push("winks");
words.push("winos");
words.push("winze");
words.push("wiped");
words.push("wiper");
words.push("wipes");
words.push("wired");
words.push("wirer");
words.push("wires");
words.push("wirra");
words.push("wised");
words.push("wiser");
words.push("wises");
words.push("wisha");
words.push("wisps");
words.push("wispy");
words.push("wists");
words.push("witan");
words.push("witch");
words.push("wited");
words.push("wites");
words.push("withe");
words.push("withy");
words.push("witty");
words.push("wived");
words.push("wiver");
words.push("wives");
words.push("wizen");
words.push("wizes");
words.push("woads");
words.push("woald");
words.push("wodge");
words.push("woful");
words.push("woken");
words.push("wolds");
words.push("wolfs");
words.push("woman");
words.push("wombs");
words.push("womby");
words.push("women");
words.push("womyn");
words.push("wonks");
words.push("wonky");
words.push("wonts");
words.push("woods");
words.push("woody");
words.push("wooed");
words.push("wooer");
words.push("woofs");
words.push("wools");
words.push("wooly");
words.push("woops");
words.push("woosh");
words.push("woozy");
words.push("words");
words.push("wordy");
words.push("works");
words.push("world");
words.push("worms");
words.push("wormy");
words.push("worry");
words.push("worse");
words.push("worst");
words.push("worth");
words.push("worts");
words.push("would");
words.push("wound");
words.push("woven");
words.push("wowed");
words.push("wrack");
words.push("wrang");
words.push("wraps");
words.push("wrapt");
words.push("wrath");
words.push("wreak");
words.push("wreck");
words.push("wrens");
words.push("wrest");
words.push("wrick");
words.push("wried");
words.push("wrier");
words.push("wries");
words.push("wring");
words.push("wrist");
words.push("write");
words.push("writs");
words.push("wrong");
words.push("wrote");
words.push("wroth");
words.push("wrung");
words.push("wryer");
words.push("wryly");
words.push("wurst");
words.push("wushu");
words.push("wussy");
words.push("wyled");
words.push("wyles");
words.push("wynds");
words.push("wynns");
words.push("wyted");
words.push("wytes");
words.push("xebec");
words.push("xenia");
words.push("xenic");
words.push("xenon");
words.push("xeric");
words.push("xerox");
words.push("xerus");
words.push("xylan");
words.push("xylem");
words.push("xylol");
words.push("xylyl");
words.push("xysti");
words.push("xysts");
words.push("yabby");
words.push("yacht");
words.push("yacks");
words.push("yaffs");
words.push("yager");
words.push("yagis");
words.push("yahoo");
words.push("yaird");
words.push("yamen");
words.push("yamun");
words.push("yangs");
words.push("yanks");
words.push("yapok");
words.push("yapon");
words.push("yards");
words.push("yarer");
words.push("yarns");
words.push("yauds");
words.push("yauld");
words.push("yaups");
words.push("yawed");
words.push("yawey");
words.push("yawls");
words.push("yawns");
words.push("yawps");
words.push("yclad");
words.push("yeahs");
words.push("yeans");
words.push("yearn");
words.push("years");
words.push("yeast");
words.push("yecch");
words.push("yechs");
words.push("yechy");
words.push("yeggs");
words.push("yelks");
words.push("yells");
words.push("yelps");
words.push("yenta");
words.push("yente");
words.push("yerba");
words.push("yerks");
words.push("yeses");
words.push("yetis");
words.push("yetts");
words.push("yeuks");
words.push("yeuky");
words.push("yield");
words.push("yikes");
words.push("yills");
words.push("yince");
words.push("yipes");
words.push("yirds");
words.push("yirrs");
words.push("yirth");
words.push("ylems");
words.push("yobbo");
words.push("yocks");
words.push("yodel");
words.push("yodhs");
words.push("yodle");
words.push("yogas");
words.push("yogee");
words.push("yoghs");
words.push("yogic");
words.push("yogin");
words.push("yogis");
words.push("yoked");
words.push("yokel");
words.push("yokes");
words.push("yolks");
words.push("yolky");
words.push("yomim");
words.push("yonic");
words.push("yonis");
words.push("yores");
words.push("young");
words.push("yourn");
words.push("yours");
words.push("youse");
words.push("youth");
words.push("yowed");
words.push("yowes");
words.push("yowie");
words.push("yowls");
words.push("yuans");
words.push("yucas");
words.push("yucca");
words.push("yucch");
words.push("yucks");
words.push("yucky");
words.push("yugas");
words.push("yukky");
words.push("yulan");
words.push("yules");
words.push("yummy");
words.push("yupon");
words.push("yuppy");
words.push("yurta");
words.push("yurts");
words.push("zaire");
words.push("zamia");
words.push("zanza");
words.push("zappy");
words.push("zarfs");
words.push("zaxes");
words.push("zayin");
words.push("zazen");
words.push("zeals");
words.push("zebec");
words.push("zebra");
words.push("zebus");
words.push("zeins");
words.push("zerks");
words.push("zeros");
words.push("zests");
words.push("zesty");
words.push("zetas");
words.push("zibet");
words.push("zilch");
words.push("zills");
words.push("zincs");
words.push("zincy");
words.push("zineb");
words.push("zines");
words.push("zings");
words.push("zingy");
words.push("zinky");
words.push("zippy");
words.push("ziram");
words.push("zitis");
words.push("zizit");
words.push("zlote");
words.push("zloty");
words.push("zoeae");
words.push("zoeal");
words.push("zoeas");
words.push("zombi");
words.push("zonae");
words.push("zonal");
words.push("zoned");
words.push("zoner");
words.push("zones");
words.push("zonks");
words.push("zooey");
words.push("zooid");
words.push("zooks");
words.push("zooms");
words.push("zoons");
words.push("zooty");
words.push("zoril");
words.push("zoris");
words.push("zouks");
words.push("zowie");
words.push("zuzim");
words.push("zymes");
wordN = words.length;
dict5 = new Array();
dict5["aahed"] = true;
dict5["aalii"] = true;
dict5["aargh"] = true;
dict5["abaca"] = true;
dict5["abaci"] = true;
dict5["aback"] = true;
dict5["abaft"] = true;
dict5["abaka"] = true;
dict5["abamp"] = true;
dict5["abase"] = true;
dict5["abash"] = true;
dict5["abate"] = true;
dict5["abaya"] = true;
dict5["abbas"] = true;
dict5["abbes"] = true;
dict5["abbey"] = true;
dict5["abbot"] = true;
dict5["abeam"] = true;
dict5["abele"] = true;
dict5["abets"] = true;
dict5["abhor"] = true;
dict5["abide"] = true;
dict5["abled"] = true;
dict5["abler"] = true;
dict5["ables"] = true;
dict5["abmho"] = true;
dict5["abode"] = true;
dict5["abohm"] = true;
dict5["aboil"] = true;
dict5["aboma"] = true;
dict5["aboon"] = true;
dict5["abort"] = true;
dict5["about"] = true;
dict5["above"] = true;
dict5["abris"] = true;
dict5["abuse"] = true;
dict5["abuts"] = true;
dict5["abuzz"] = true;
dict5["abyes"] = true;
dict5["abysm"] = true;
dict5["abyss"] = true;
dict5["acari"] = true;
dict5["acerb"] = true;
dict5["aceta"] = true;
dict5["ached"] = true;
dict5["aches"] = true;
dict5["achoo"] = true;
dict5["acids"] = true;
dict5["acidy"] = true;
dict5["acing"] = true;
dict5["acini"] = true;
dict5["ackee"] = true;
dict5["acmes"] = true;
dict5["acmic"] = true;
dict5["acned"] = true;
dict5["acnes"] = true;
dict5["acock"] = true;
dict5["acold"] = true;
dict5["acorn"] = true;
dict5["acred"] = true;
dict5["acres"] = true;
dict5["acrid"] = true;
dict5["acted"] = true;
dict5["actin"] = true;
dict5["actor"] = true;
dict5["acute"] = true;
dict5["acyls"] = true;
dict5["adage"] = true;
dict5["adapt"] = true;
dict5["addax"] = true;
dict5["added"] = true;
dict5["adder"] = true;
dict5["addle"] = true;
dict5["adeem"] = true;
dict5["adept"] = true;
dict5["adieu"] = true;
dict5["adios"] = true;
dict5["adits"] = true;
dict5["adman"] = true;
dict5["admen"] = true;
dict5["admit"] = true;
dict5["admix"] = true;
dict5["adobe"] = true;
dict5["adobo"] = true;
dict5["adopt"] = true;
dict5["adore"] = true;
dict5["adorn"] = true;
dict5["adown"] = true;
dict5["adoze"] = true;
dict5["adult"] = true;
dict5["adunc"] = true;
dict5["adust"] = true;
dict5["adyta"] = true;
dict5["adzed"] = true;
dict5["adzes"] = true;
dict5["aecia"] = true;
dict5["aedes"] = true;
dict5["aegis"] = true;
dict5["aeons"] = true;
dict5["aerie"] = true;
dict5["afars"] = true;
dict5["affix"] = true;
dict5["afire"] = true;
dict5["afoot"] = true;
dict5["afore"] = true;
dict5["afoul"] = true;
dict5["afrit"] = true;
dict5["after"] = true;
dict5["again"] = true;
dict5["agama"] = true;
dict5["agape"] = true;
dict5["agars"] = true;
dict5["agate"] = true;
dict5["agave"] = true;
dict5["agaze"] = true;
dict5["agene"] = true;
dict5["agent"] = true;
dict5["agers"] = true;
dict5["agger"] = true;
dict5["aggie"] = true;
dict5["aggro"] = true;
dict5["aghas"] = true;
dict5["agile"] = true;
dict5["aging"] = true;
dict5["agios"] = true;
dict5["agism"] = true;
dict5["agist"] = true;
dict5["agita"] = true;
dict5["aglee"] = true;
dict5["aglet"] = true;
dict5["agley"] = true;
dict5["aglow"] = true;
dict5["agmas"] = true;
dict5["agone"] = true;
dict5["agons"] = true;
dict5["agony"] = true;
dict5["agora"] = true;
dict5["agree"] = true;
dict5["agria"] = true;
dict5["agues"] = true;
dict5["ahead"] = true;
dict5["ahing"] = true;
dict5["ahold"] = true;
dict5["ahull"] = true;
dict5["aided"] = true;
dict5["aider"] = true;
dict5["aides"] = true;
dict5["ailed"] = true;
dict5["aimed"] = true;
dict5["aimer"] = true;
dict5["aioli"] = true;
dict5["aired"] = true;
dict5["airer"] = true;
dict5["airns"] = true;
dict5["airth"] = true;
dict5["airts"] = true;
dict5["aisle"] = true;
dict5["aitch"] = true;
dict5["aiver"] = true;
dict5["ajiva"] = true;
dict5["ajuga"] = true;
dict5["akees"] = true;
dict5["akela"] = true;
dict5["akene"] = true;
dict5["alack"] = true;
dict5["alamo"] = true;
dict5["aland"] = true;
dict5["alane"] = true;
dict5["alang"] = true;
dict5["alans"] = true;
dict5["alant"] = true;
dict5["alarm"] = true;
dict5["alary"] = true;
dict5["alate"] = true;
dict5["albas"] = true;
dict5["album"] = true;
dict5["alcid"] = true;
dict5["alder"] = true;
dict5["aldol"] = true;
dict5["alecs"] = true;
dict5["alefs"] = true;
dict5["aleph"] = true;
dict5["alert"] = true;
dict5["alfas"] = true;
dict5["algae"] = true;
dict5["algal"] = true;
dict5["algas"] = true;
dict5["algid"] = true;
dict5["algin"] = true;
dict5["algor"] = true;
dict5["algum"] = true;
dict5["alias"] = true;
dict5["alibi"] = true;
dict5["alien"] = true;
dict5["alifs"] = true;
dict5["align"] = true;
dict5["alike"] = true;
dict5["aline"] = true;
dict5["alist"] = true;
dict5["alive"] = true;
dict5["aliya"] = true;
dict5["alkie"] = true;
dict5["alkyd"] = true;
dict5["alkyl"] = true;
dict5["allay"] = true;
dict5["allee"] = true;
dict5["alley"] = true;
dict5["allod"] = true;
dict5["allot"] = true;
dict5["allow"] = true;
dict5["alloy"] = true;
dict5["allyl"] = true;
dict5["almah"] = true;
dict5["almas"] = true;
dict5["almeh"] = true;
dict5["almes"] = true;
dict5["almud"] = true;
dict5["almug"] = true;
dict5["aloes"] = true;
dict5["aloft"] = true;
dict5["aloha"] = true;
dict5["aloin"] = true;
dict5["alone"] = true;
dict5["along"] = true;
dict5["aloof"] = true;
dict5["aloud"] = true;
dict5["alpha"] = true;
dict5["altar"] = true;
dict5["alter"] = true;
dict5["altho"] = true;
dict5["altos"] = true;
dict5["alula"] = true;
dict5["alums"] = true;
dict5["alway"] = true;
dict5["amahs"] = true;
dict5["amain"] = true;
dict5["amass"] = true;
dict5["amaze"] = true;
dict5["amber"] = true;
dict5["ambit"] = true;
dict5["amble"] = true;
dict5["ambos"] = true;
dict5["ambry"] = true;
dict5["ameba"] = true;
dict5["ameer"] = true;
dict5["amend"] = true;
dict5["amens"] = true;
dict5["ament"] = true;
dict5["amias"] = true;
dict5["amice"] = true;
dict5["amici"] = true;
dict5["amide"] = true;
dict5["amido"] = true;
dict5["amids"] = true;
dict5["amies"] = true;
dict5["amiga"] = true;
dict5["amigo"] = true;
dict5["amine"] = true;
dict5["amino"] = true;
dict5["amins"] = true;
dict5["amirs"] = true;
dict5["amiss"] = true;
dict5["amity"] = true;
dict5["ammos"] = true;
dict5["amnia"] = true;
dict5["amnic"] = true;
dict5["amnio"] = true;
dict5["amoks"] = true;
dict5["amole"] = true;
dict5["among"] = true;
dict5["amort"] = true;
dict5["amour"] = true;
dict5["amped"] = true;
dict5["ample"] = true;
dict5["amply"] = true;
dict5["ampul"] = true;
dict5["amuck"] = true;
dict5["amuse"] = true;
dict5["amyls"] = true;
dict5["ancho"] = true;
dict5["ancon"] = true;
dict5["andro"] = true;
dict5["anear"] = true;
dict5["anele"] = true;
dict5["anent"] = true;
dict5["angas"] = true;
dict5["angel"] = true;
dict5["anger"] = true;
dict5["angle"] = true;
dict5["anglo"] = true;
dict5["angry"] = true;
dict5["angst"] = true;
dict5["anile"] = true;
dict5["anils"] = true;
dict5["anima"] = true;
dict5["anime"] = true;
dict5["animi"] = true;
dict5["anion"] = true;
dict5["anise"] = true;
dict5["ankhs"] = true;
dict5["ankle"] = true;
dict5["ankus"] = true;
dict5["anlas"] = true;
dict5["annal"] = true;
dict5["annas"] = true;
dict5["annex"] = true;
dict5["annoy"] = true;
dict5["annul"] = true;
dict5["anoas"] = true;
dict5["anode"] = true;
dict5["anole"] = true;
dict5["anomy"] = true;
dict5["ansae"] = true;
dict5["antae"] = true;
dict5["antas"] = true;
dict5["anted"] = true;
dict5["antes"] = true;
dict5["antic"] = true;
dict5["antis"] = true;
dict5["antra"] = true;
dict5["antre"] = true;
dict5["antsy"] = true;
dict5["anvil"] = true;
dict5["anyon"] = true;
dict5["aorta"] = true;
dict5["apace"] = true;
dict5["apart"] = true;
dict5["apeak"] = true;
dict5["apeek"] = true;
dict5["apers"] = true;
dict5["apery"] = true;
dict5["aphid"] = true;
dict5["aphis"] = true;
dict5["apian"] = true;
dict5["aping"] = true;
dict5["apish"] = true;
dict5["apnea"] = true;
dict5["apods"] = true;
dict5["aport"] = true;
dict5["appal"] = true;
dict5["appel"] = true;
dict5["apple"] = true;
dict5["apply"] = true;
dict5["apres"] = true;
dict5["apron"] = true;
dict5["apses"] = true;
dict5["apsis"] = true;
dict5["apter"] = true;
dict5["aptly"] = true;
dict5["aquae"] = true;
dict5["aquas"] = true;
dict5["araks"] = true;
dict5["arame"] = true;
dict5["arbor"] = true;
dict5["arced"] = true;
dict5["arcus"] = true;
dict5["ardeb"] = true;
dict5["ardor"] = true;
dict5["areae"] = true;
dict5["areal"] = true;
dict5["areas"] = true;
dict5["areca"] = true;
dict5["areic"] = true;
dict5["arena"] = true;
dict5["arene"] = true;
dict5["arepa"] = true;
dict5["arete"] = true;
dict5["argal"] = true;
dict5["argil"] = true;
dict5["argle"] = true;
dict5["argol"] = true;
dict5["argon"] = true;
dict5["argot"] = true;
dict5["argue"] = true;
dict5["argus"] = true;
dict5["arhat"] = true;
dict5["arias"] = true;
dict5["ariel"] = true;
dict5["arils"] = true;
dict5["arise"] = true;
dict5["arles"] = true;
dict5["armed"] = true;
dict5["armer"] = true;
dict5["armet"] = true;
dict5["armor"] = true;
dict5["aroid"] = true;
dict5["aroma"] = true;
dict5["arose"] = true;
dict5["arpen"] = true;
dict5["arras"] = true;
dict5["array"] = true;
dict5["arris"] = true;
dict5["arrow"] = true;
dict5["arses"] = true;
dict5["arsis"] = true;
dict5["arson"] = true;
dict5["artal"] = true;
dict5["artel"] = true;
dict5["artsy"] = true;
dict5["arums"] = true;
dict5["arval"] = true;
dict5["arvos"] = true;
dict5["aryls"] = true;
dict5["asana"] = true;
dict5["ascot"] = true;
dict5["ascus"] = true;
dict5["asdic"] = true;
dict5["ashed"] = true;
dict5["ashen"] = true;
dict5["ashes"] = true;
dict5["aside"] = true;
dict5["asked"] = true;
dict5["asker"] = true;
dict5["askew"] = true;
dict5["askoi"] = true;
dict5["askos"] = true;
dict5["aspen"] = true;
dict5["asper"] = true;
dict5["aspic"] = true;
dict5["aspis"] = true;
dict5["assai"] = true;
dict5["assay"] = true;
dict5["asses"] = true;
dict5["asset"] = true;
dict5["aster"] = true;
dict5["astir"] = true;
dict5["asyla"] = true;
dict5["ataps"] = true;
dict5["ataxy"] = true;
dict5["atilt"] = true;
dict5["atlas"] = true;
dict5["atman"] = true;
dict5["atmas"] = true;
dict5["atoll"] = true;
dict5["atoms"] = true;
dict5["atomy"] = true;
dict5["atone"] = true;
dict5["atony"] = true;
dict5["atopy"] = true;
dict5["atria"] = true;
dict5["atrip"] = true;
dict5["attar"] = true;
dict5["attic"] = true;
dict5["audad"] = true;
dict5["audio"] = true;
dict5["audit"] = true;
dict5["auger"] = true;
dict5["aught"] = true;
dict5["augur"] = true;
dict5["aulic"] = true;
dict5["aunts"] = true;
dict5["aunty"] = true;
dict5["aurae"] = true;
dict5["aural"] = true;
dict5["aurar"] = true;
dict5["auras"] = true;
dict5["aurei"] = true;
dict5["aures"] = true;
dict5["auric"] = true;
dict5["auris"] = true;
dict5["aurum"] = true;
dict5["autos"] = true;
dict5["auxin"] = true;
dict5["avail"] = true;
dict5["avant"] = true;
dict5["avast"] = true;
dict5["avens"] = true;
dict5["avers"] = true;
dict5["avert"] = true;
dict5["avgas"] = true;
dict5["avian"] = true;
dict5["avion"] = true;
dict5["aviso"] = true;
dict5["avoid"] = true;
dict5["avows"] = true;
dict5["await"] = true;
dict5["awake"] = true;
dict5["award"] = true;
dict5["aware"] = true;
dict5["awash"] = true;
dict5["awful"] = true;
dict5["awing"] = true;
dict5["awned"] = true;
dict5["awoke"] = true;
dict5["awols"] = true;
dict5["axels"] = true;
dict5["axial"] = true;
dict5["axile"] = true;
dict5["axils"] = true;
dict5["axing"] = true;
dict5["axiom"] = true;
dict5["axion"] = true;
dict5["axite"] = true;
dict5["axled"] = true;
dict5["axles"] = true;
dict5["axman"] = true;
dict5["axmen"] = true;
dict5["axone"] = true;
dict5["axons"] = true;
dict5["ayahs"] = true;
dict5["ayins"] = true;
dict5["azans"] = true;
dict5["azide"] = true;
dict5["azido"] = true;
dict5["azine"] = true;
dict5["azlon"] = true;
dict5["azoic"] = true;
dict5["azole"] = true;
dict5["azons"] = true;
dict5["azote"] = true;
dict5["azoth"] = true;
dict5["azuki"] = true;
dict5["azure"] = true;
dict5["baaed"] = true;
dict5["baals"] = true;
dict5["babas"] = true;
dict5["babel"] = true;
dict5["babes"] = true;
dict5["babka"] = true;
dict5["baboo"] = true;
dict5["babul"] = true;
dict5["babus"] = true;
dict5["bacca"] = true;
dict5["backs"] = true;
dict5["bacon"] = true;
dict5["baddy"] = true;
dict5["badge"] = true;
dict5["badly"] = true;
dict5["baffs"] = true;
dict5["baffy"] = true;
dict5["bagel"] = true;
dict5["baggy"] = true;
dict5["bahts"] = true;
dict5["bails"] = true;
dict5["bairn"] = true;
dict5["baith"] = true;
dict5["baits"] = true;
dict5["baiza"] = true;
dict5["baize"] = true;
dict5["baked"] = true;
dict5["baker"] = true;
dict5["bakes"] = true;
dict5["balas"] = true;
dict5["balds"] = true;
dict5["baldy"] = true;
dict5["baled"] = true;
dict5["baler"] = true;
dict5["bales"] = true;
dict5["balks"] = true;
dict5["balky"] = true;
dict5["balls"] = true;
dict5["bally"] = true;
dict5["balms"] = true;
dict5["balmy"] = true;
dict5["balsa"] = true;
dict5["banal"] = true;
dict5["banco"] = true;
dict5["banda"] = true;
dict5["bands"] = true;
dict5["bandy"] = true;
dict5["baned"] = true;
dict5["banes"] = true;
dict5["bangs"] = true;
dict5["banjo"] = true;
dict5["banks"] = true;
dict5["banns"] = true;
dict5["banty"] = true;
dict5["barbe"] = true;
dict5["barbs"] = true;
dict5["barca"] = true;
dict5["barde"] = true;
dict5["bards"] = true;
dict5["bared"] = true;
dict5["barer"] = true;
dict5["bares"] = true;
dict5["barfs"] = true;
dict5["barge"] = true;
dict5["baric"] = true;
dict5["barks"] = true;
dict5["barky"] = true;
dict5["barms"] = true;
dict5["barmy"] = true;
dict5["barns"] = true;
dict5["barny"] = true;
dict5["baron"] = true;
dict5["barre"] = true;
dict5["barye"] = true;
dict5["basal"] = true;
dict5["based"] = true;
dict5["baser"] = true;
dict5["bases"] = true;
dict5["basic"] = true;
dict5["basil"] = true;
dict5["basin"] = true;
dict5["basis"] = true;
dict5["basks"] = true;
dict5["bassi"] = true;
dict5["basso"] = true;
dict5["bassy"] = true;
dict5["baste"] = true;
dict5["basts"] = true;
dict5["batch"] = true;
dict5["bated"] = true;
dict5["bates"] = true;
dict5["bathe"] = true;
dict5["baths"] = true;
dict5["batik"] = true;
dict5["baton"] = true;
dict5["batts"] = true;
dict5["battu"] = true;
dict5["batty"] = true;
dict5["bauds"] = true;
dict5["baulk"] = true;
dict5["bawds"] = true;
dict5["bawdy"] = true;
dict5["bawls"] = true;
dict5["bawty"] = true;
dict5["bayed"] = true;
dict5["bayou"] = true;
dict5["bazar"] = true;
dict5["bazoo"] = true;
dict5["beach"] = true;
dict5["beads"] = true;
dict5["beady"] = true;
dict5["beaks"] = true;
dict5["beaky"] = true;
dict5["beams"] = true;
dict5["beamy"] = true;
dict5["beano"] = true;
dict5["beans"] = true;
dict5["beard"] = true;
dict5["bears"] = true;
dict5["beast"] = true;
dict5["beats"] = true;
dict5["beaus"] = true;
dict5["beaut"] = true;
dict5["beaux"] = true;
dict5["bebop"] = true;
dict5["becap"] = true;
dict5["becks"] = true;
dict5["bedel"] = true;
dict5["bedew"] = true;
dict5["bedim"] = true;
dict5["beech"] = true;
dict5["beedi"] = true;
dict5["beefs"] = true;
dict5["beefy"] = true;
dict5["beeps"] = true;
dict5["beers"] = true;
dict5["beery"] = true;
dict5["beets"] = true;
dict5["befit"] = true;
dict5["befog"] = true;
dict5["began"] = true;
dict5["begat"] = true;
dict5["beget"] = true;
dict5["begin"] = true;
dict5["begot"] = true;
dict5["begum"] = true;
dict5["begun"] = true;
dict5["beige"] = true;
dict5["beigy"] = true;
dict5["being"] = true;
dict5["belay"] = true;
dict5["belch"] = true;
dict5["belga"] = true;
dict5["belie"] = true;
dict5["belle"] = true;
dict5["bells"] = true;
dict5["belly"] = true;
dict5["belon"] = true;
dict5["below"] = true;
dict5["belts"] = true;
dict5["bemas"] = true;
dict5["bemix"] = true;
dict5["bench"] = true;
dict5["bends"] = true;
dict5["bendy"] = true;
dict5["benes"] = true;
dict5["benne"] = true;
dict5["benni"] = true;
dict5["benny"] = true;
dict5["bento"] = true;
dict5["bents"] = true;
dict5["beret"] = true;
dict5["bergs"] = true;
dict5["berks"] = true;
dict5["berme"] = true;
dict5["berms"] = true;
dict5["berry"] = true;
dict5["berth"] = true;
dict5["beryl"] = true;
dict5["beses"] = true;
dict5["beset"] = true;
dict5["besom"] = true;
dict5["besot"] = true;
dict5["bests"] = true;
dict5["betas"] = true;
dict5["betel"] = true;
dict5["beths"] = true;
dict5["beton"] = true;
dict5["betta"] = true;
dict5["bevel"] = true;
dict5["bevor"] = true;
dict5["bewig"] = true;
dict5["bezel"] = true;
dict5["bezil"] = true;
dict5["bhang"] = true;
dict5["bhoot"] = true;
dict5["bhuts"] = true;
dict5["biali"] = true;
dict5["bialy"] = true;
dict5["bibbs"] = true;
dict5["bible"] = true;
dict5["bicep"] = true;
dict5["bices"] = true;
dict5["biddy"] = true;
dict5["bided"] = true;
dict5["bider"] = true;
dict5["bides"] = true;
dict5["bidet"] = true;
dict5["bidis"] = true;
dict5["bield"] = true;
dict5["biers"] = true;
dict5["biffs"] = true;
dict5["biffy"] = true;
dict5["bifid"] = true;
dict5["biggy"] = true;
dict5["bight"] = true;
dict5["bigly"] = true;
dict5["bigos"] = true;
dict5["bigot"] = true;
dict5["bijou"] = true;
dict5["biked"] = true;
dict5["biker"] = true;
dict5["bikes"] = true;
dict5["bikie"] = true;
dict5["bilbo"] = true;
dict5["bilby"] = true;
dict5["biles"] = true;
dict5["bilge"] = true;
dict5["bilgy"] = true;
dict5["bilks"] = true;
dict5["bills"] = true;
dict5["billy"] = true;
dict5["bimah"] = true;
dict5["bimas"] = true;
dict5["bimbo"] = true;
dict5["binal"] = true;
dict5["bindi"] = true;
dict5["binds"] = true;
dict5["biner"] = true;
dict5["bines"] = true;
dict5["binge"] = true;
dict5["bingo"] = true;
dict5["binit"] = true;
dict5["bints"] = true;
dict5["biogs"] = true;
dict5["biome"] = true;
dict5["biont"] = true;
dict5["biota"] = true;
dict5["biped"] = true;
dict5["bipod"] = true;
dict5["birch"] = true;
dict5["birds"] = true;
dict5["birks"] = true;
dict5["birle"] = true;
dict5["birls"] = true;
dict5["biros"] = true;
dict5["birrs"] = true;
dict5["birse"] = true;
dict5["birth"] = true;
dict5["bises"] = true;
dict5["bisks"] = true;
dict5["bison"] = true;
dict5["bitch"] = true;
dict5["biter"] = true;
dict5["bites"] = true;
dict5["bitsy"] = true;
dict5["bitts"] = true;
dict5["bitty"] = true;
dict5["bizes"] = true;
dict5["blabs"] = true;
dict5["black"] = true;
dict5["blade"] = true;
dict5["blaff"] = true;
dict5["blahs"] = true;
dict5["blain"] = true;
dict5["blame"] = true;
dict5["blams"] = true;
dict5["bland"] = true;
dict5["blank"] = true;
dict5["blare"] = true;
dict5["blase"] = true;
dict5["blast"] = true;
dict5["blate"] = true;
dict5["blats"] = true;
dict5["blawn"] = true;
dict5["blaws"] = true;
dict5["blaze"] = true;
dict5["bleak"] = true;
dict5["blear"] = true;
dict5["bleat"] = true;
dict5["blebs"] = true;
dict5["bleed"] = true;
dict5["bleep"] = true;
dict5["blend"] = true;
dict5["blent"] = true;
dict5["bless"] = true;
dict5["blest"] = true;
dict5["blets"] = true;
dict5["blimp"] = true;
dict5["blimy"] = true;
dict5["blind"] = true;
dict5["blini"] = true;
dict5["blink"] = true;
dict5["blips"] = true;
dict5["bliss"] = true;
dict5["blite"] = true;
dict5["blitz"] = true;
dict5["bloat"] = true;
dict5["blobs"] = true;
dict5["block"] = true;
dict5["blocs"] = true;
dict5["blogs"] = true;
dict5["bloke"] = true;
dict5["blond"] = true;
dict5["blood"] = true;
dict5["bloom"] = true;
dict5["bloop"] = true;
dict5["blots"] = true;
dict5["blown"] = true;
dict5["blows"] = true;
dict5["blowy"] = true;
dict5["blubs"] = true;
dict5["blued"] = true;
dict5["bluer"] = true;
dict5["blues"] = true;
dict5["bluet"] = true;
dict5["bluey"] = true;
dict5["bluff"] = true;
dict5["blume"] = true;
dict5["blunt"] = true;
dict5["blurb"] = true;
dict5["blurs"] = true;
dict5["blurt"] = true;
dict5["blush"] = true;
dict5["blype"] = true;
dict5["board"] = true;
dict5["boars"] = true;
dict5["boart"] = true;
dict5["boast"] = true;
dict5["boats"] = true;
dict5["bobby"] = true;
dict5["bocce"] = true;
dict5["bocci"] = true;
dict5["boche"] = true;
dict5["bocks"] = true;
dict5["boded"] = true;
dict5["bodes"] = true;
dict5["boffo"] = true;
dict5["boffs"] = true;
dict5["bogan"] = true;
dict5["bogey"] = true;
dict5["boggy"] = true;
dict5["bogie"] = true;
dict5["bogle"] = true;
dict5["bogus"] = true;
dict5["bohea"] = true;
dict5["bohos"] = true;
dict5["boils"] = true;
dict5["boing"] = true;
dict5["boink"] = true;
dict5["boite"] = true;
dict5["bolar"] = true;
dict5["bolas"] = true;
dict5["bolds"] = true;
dict5["boles"] = true;
dict5["bolls"] = true;
dict5["bolos"] = true;
dict5["bolts"] = true;
dict5["bolus"] = true;
dict5["bombe"] = true;
dict5["bombs"] = true;
dict5["bonds"] = true;
dict5["boned"] = true;
dict5["boner"] = true;
dict5["bones"] = true;
dict5["boney"] = true;
dict5["bongo"] = true;
dict5["bongs"] = true;
dict5["bonks"] = true;
dict5["bonne"] = true;
dict5["bonny"] = true;
dict5["bonus"] = true;
dict5["bonze"] = true;
dict5["boobs"] = true;
dict5["booby"] = true;
dict5["boody"] = true;
dict5["booed"] = true;
dict5["boogy"] = true;
dict5["books"] = true;
dict5["booms"] = true;
dict5["boomy"] = true;
dict5["boons"] = true;
dict5["boors"] = true;
dict5["boost"] = true;
dict5["booth"] = true;
dict5["boots"] = true;
dict5["booty"] = true;
dict5["booze"] = true;
dict5["boozy"] = true;
dict5["boral"] = true;
dict5["boras"] = true;
dict5["borax"] = true;
dict5["bored"] = true;
dict5["borer"] = true;
dict5["bores"] = true;
dict5["boric"] = true;
dict5["borks"] = true;
dict5["borne"] = true;
dict5["boron"] = true;
dict5["borts"] = true;
dict5["borty"] = true;
dict5["bortz"] = true;
dict5["bosks"] = true;
dict5["bosky"] = true;
dict5["bosom"] = true;
dict5["boson"] = true;
dict5["bossy"] = true;
dict5["bosun"] = true;
dict5["botas"] = true;
dict5["botch"] = true;
dict5["botel"] = true;
dict5["bothy"] = true;
dict5["botts"] = true;
dict5["bough"] = true;
dict5["boule"] = true;
dict5["bound"] = true;
dict5["bourg"] = true;
dict5["bourn"] = true;
dict5["bouse"] = true;
dict5["bousy"] = true;
dict5["bouts"] = true;
dict5["bovid"] = true;
dict5["bowed"] = true;
dict5["bowel"] = true;
dict5["bower"] = true;
dict5["bowls"] = true;
dict5["bowse"] = true;
dict5["boxed"] = true;
dict5["boxer"] = true;
dict5["boxes"] = true;
dict5["boyar"] = true;
dict5["boyla"] = true;
dict5["boyos"] = true;
dict5["bozos"] = true;
dict5["brace"] = true;
dict5["brach"] = true;
dict5["bract"] = true;
dict5["brads"] = true;
dict5["braes"] = true;
dict5["brags"] = true;
dict5["braid"] = true;
dict5["brail"] = true;
dict5["brain"] = true;
dict5["brake"] = true;
dict5["braky"] = true;
dict5["brand"] = true;
dict5["brank"] = true;
dict5["brans"] = true;
dict5["brant"] = true;
dict5["brash"] = true;
dict5["brass"] = true;
dict5["brats"] = true;
dict5["brava"] = true;
dict5["brave"] = true;
dict5["bravi"] = true;
dict5["bravo"] = true;
dict5["brawl"] = true;
dict5["brawn"] = true;
dict5["braws"] = true;
dict5["braxy"] = true;
dict5["brays"] = true;
dict5["braza"] = true;
dict5["braze"] = true;
dict5["bread"] = true;
dict5["break"] = true;
dict5["bream"] = true;
dict5["brede"] = true;
dict5["breed"] = true;
dict5["brees"] = true;
dict5["brens"] = true;
dict5["brent"] = true;
dict5["breve"] = true;
dict5["brews"] = true;
dict5["briar"] = true;
dict5["bribe"] = true;
dict5["brick"] = true;
dict5["bride"] = true;
dict5["brief"] = true;
dict5["brier"] = true;
dict5["bries"] = true;
dict5["brigs"] = true;
dict5["brill"] = true;
dict5["brims"] = true;
dict5["brine"] = true;
dict5["bring"] = true;
dict5["brink"] = true;
dict5["brins"] = true;
dict5["briny"] = true;
dict5["brios"] = true;
dict5["brisk"] = true;
dict5["briss"] = true;
dict5["brith"] = true;
dict5["brits"] = true;
dict5["britt"] = true;
dict5["broad"] = true;
dict5["brock"] = true;
dict5["broil"] = true;
dict5["broke"] = true;
dict5["brome"] = true;
dict5["bromo"] = true;
dict5["bronc"] = true;
dict5["brood"] = true;
dict5["brook"] = true;
dict5["broom"] = true;
dict5["broos"] = true;
dict5["brose"] = true;
dict5["brosy"] = true;
dict5["broth"] = true;
dict5["brown"] = true;
dict5["brows"] = true;
dict5["brugh"] = true;
dict5["bruin"] = true;
dict5["bruit"] = true;
dict5["brume"] = true;
dict5["brung"] = true;
dict5["brunt"] = true;
dict5["brush"] = true;
dict5["brusk"] = true;
dict5["brute"] = true;
dict5["bruts"] = true;
dict5["bubal"] = true;
dict5["bubba"] = true;
dict5["bubby"] = true;
dict5["bubus"] = true;
dict5["bucko"] = true;
dict5["bucks"] = true;
dict5["buddy"] = true;
dict5["budge"] = true;
dict5["buffi"] = true;
dict5["buffo"] = true;
dict5["buffs"] = true;
dict5["buffy"] = true;
dict5["buggy"] = true;
dict5["bugle"] = true;
dict5["buhls"] = true;
dict5["buhrs"] = true;
dict5["build"] = true;
dict5["built"] = true;
dict5["bulbs"] = true;
dict5["bulge"] = true;
dict5["bulgy"] = true;
dict5["bulks"] = true;
dict5["bulky"] = true;
dict5["bulla"] = true;
dict5["bulls"] = true;
dict5["bully"] = true;
dict5["bumfs"] = true;
dict5["bumph"] = true;
dict5["bumps"] = true;
dict5["bumpy"] = true;
dict5["bunas"] = true;
dict5["bunch"] = true;
dict5["bunco"] = true;
dict5["bunds"] = true;
dict5["bundt"] = true;
dict5["bungs"] = true;
dict5["bunko"] = true;
dict5["bunks"] = true;
dict5["bunns"] = true;
dict5["bunny"] = true;
dict5["bunts"] = true;
dict5["bunya"] = true;
dict5["buoys"] = true;
dict5["buppy"] = true;
dict5["buran"] = true;
dict5["buras"] = true;
dict5["burbs"] = true;
dict5["burds"] = true;
dict5["buret"] = true;
dict5["burgh"] = true;
dict5["burgs"] = true;
dict5["burin"] = true;
dict5["burka"] = true;
dict5["burke"] = true;
dict5["burls"] = true;
dict5["burly"] = true;
dict5["burns"] = true;
dict5["burnt"] = true;
dict5["burps"] = true;
dict5["burqa"] = true;
dict5["burro"] = true;
dict5["burrs"] = true;
dict5["burry"] = true;
dict5["bursa"] = true;
dict5["burse"] = true;
dict5["burst"] = true;
dict5["busby"] = true;
dict5["bused"] = true;
dict5["buses"] = true;
dict5["bushy"] = true;
dict5["busks"] = true;
dict5["busts"] = true;
dict5["busty"] = true;
dict5["butch"] = true;
dict5["buteo"] = true;
dict5["butes"] = true;
dict5["butle"] = true;
dict5["butte"] = true;
dict5["butts"] = true;
dict5["butty"] = true;
dict5["butut"] = true;
dict5["butyl"] = true;
dict5["buxom"] = true;
dict5["buyer"] = true;
dict5["bwana"] = true;
dict5["bylaw"] = true;
dict5["byres"] = true;
dict5["byrls"] = true;
dict5["byssi"] = true;
dict5["bytes"] = true;
dict5["byway"] = true;
dict5["cabal"] = true;
dict5["cabby"] = true;
dict5["caber"] = true;
dict5["cabin"] = true;
dict5["cable"] = true;
dict5["cabob"] = true;
dict5["cacao"] = true;
dict5["cacas"] = true;
dict5["cache"] = true;
dict5["cacti"] = true;
dict5["caddy"] = true;
dict5["cades"] = true;
dict5["cadet"] = true;
dict5["cadge"] = true;
dict5["cadgy"] = true;
dict5["cadis"] = true;
dict5["cadre"] = true;
dict5["caeca"] = true;
dict5["cafes"] = true;
dict5["caffs"] = true;
dict5["caged"] = true;
dict5["cager"] = true;
dict5["cages"] = true;
dict5["cagey"] = true;
dict5["cahow"] = true;
dict5["caids"] = true;
dict5["cains"] = true;
dict5["caird"] = true;
dict5["cairn"] = true;
dict5["cajon"] = true;
dict5["caked"] = true;
dict5["cakes"] = true;
dict5["cakey"] = true;
dict5["calfs"] = true;
dict5["calif"] = true;
dict5["calix"] = true;
dict5["calks"] = true;
dict5["calla"] = true;
dict5["calls"] = true;
dict5["calms"] = true;
dict5["calos"] = true;
dict5["calve"] = true;
dict5["calyx"] = true;
dict5["camas"] = true;
dict5["camel"] = true;
dict5["cameo"] = true;
dict5["cames"] = true;
dict5["camos"] = true;
dict5["campi"] = true;
dict5["campo"] = true;
dict5["camps"] = true;
dict5["campy"] = true;
dict5["canal"] = true;
dict5["candy"] = true;
dict5["caned"] = true;
dict5["caner"] = true;
dict5["canes"] = true;
dict5["canid"] = true;
dict5["canna"] = true;
dict5["canny"] = true;
dict5["canoe"] = true;
dict5["canon"] = true;
dict5["canso"] = true;
dict5["canst"] = true;
dict5["canto"] = true;
dict5["cants"] = true;
dict5["canty"] = true;
dict5["caped"] = true;
dict5["caper"] = true;
dict5["capes"] = true;
dict5["caphs"] = true;
dict5["capiz"] = true;
dict5["capon"] = true;
dict5["capos"] = true;
dict5["caput"] = true;
dict5["carat"] = true;
dict5["carbo"] = true;
dict5["carbs"] = true;
dict5["cards"] = true;
dict5["cared"] = true;
dict5["carer"] = true;
dict5["cares"] = true;
dict5["caret"] = true;
dict5["carex"] = true;
dict5["cargo"] = true;
dict5["carks"] = true;
dict5["carle"] = true;
dict5["carls"] = true;
dict5["carns"] = true;
dict5["carny"] = true;
dict5["carob"] = true;
dict5["carol"] = true;
dict5["carom"] = true;
dict5["carpi"] = true;
dict5["carps"] = true;
dict5["carrs"] = true;
dict5["carry"] = true;
dict5["carse"] = true;
dict5["carte"] = true;
dict5["carts"] = true;
dict5["carve"] = true;
dict5["casas"] = true;
dict5["cased"] = true;
dict5["cases"] = true;
dict5["casks"] = true;
dict5["casky"] = true;
dict5["caste"] = true;
dict5["casts"] = true;
dict5["casus"] = true;
dict5["catch"] = true;
dict5["cater"] = true;
dict5["cates"] = true;
dict5["catty"] = true;
dict5["cauld"] = true;
dict5["caulk"] = true;
dict5["cauls"] = true;
dict5["cause"] = true;
dict5["caved"] = true;
dict5["caver"] = true;
dict5["caves"] = true;
dict5["cavie"] = true;
dict5["cavil"] = true;
dict5["cawed"] = true;
dict5["cease"] = true;
dict5["cebid"] = true;
dict5["cecal"] = true;
dict5["cecum"] = true;
dict5["cedar"] = true;
dict5["ceded"] = true;
dict5["ceder"] = true;
dict5["cedes"] = true;
dict5["cedis"] = true;
dict5["ceiba"] = true;
dict5["ceili"] = true;
dict5["ceils"] = true;
dict5["celeb"] = true;
dict5["cella"] = true;
dict5["celli"] = true;
dict5["cello"] = true;
dict5["cells"] = true;
dict5["celom"] = true;
dict5["celts"] = true;
dict5["cense"] = true;
dict5["cento"] = true;
dict5["cents"] = true;
dict5["centu"] = true;
dict5["ceorl"] = true;
dict5["cepes"] = true;
dict5["cerci"] = true;
dict5["cered"] = true;
dict5["ceres"] = true;
dict5["ceria"] = true;
dict5["ceric"] = true;
dict5["ceros"] = true;
dict5["cesta"] = true;
dict5["cesti"] = true;
dict5["cetes"] = true;
dict5["chads"] = true;
dict5["chafe"] = true;
dict5["chaff"] = true;
dict5["chain"] = true;
dict5["chair"] = true;
dict5["chais"] = true;
dict5["chalk"] = true;
dict5["champ"] = true;
dict5["chams"] = true;
dict5["chang"] = true;
dict5["chant"] = true;
dict5["chaos"] = true;
dict5["chape"] = true;
dict5["chaps"] = true;
dict5["chapt"] = true;
dict5["chard"] = true;
dict5["chare"] = true;
dict5["chark"] = true;
dict5["charm"] = true;
dict5["charr"] = true;
dict5["chars"] = true;
dict5["chart"] = true;
dict5["chary"] = true;
dict5["chase"] = true;
dict5["chasm"] = true;
dict5["chats"] = true;
dict5["chaws"] = true;
dict5["chays"] = true;
dict5["cheap"] = true;
dict5["cheat"] = true;
dict5["check"] = true;
dict5["cheek"] = true;
dict5["cheep"] = true;
dict5["cheer"] = true;
dict5["chefs"] = true;
dict5["chela"] = true;
dict5["chemo"] = true;
dict5["chert"] = true;
dict5["chess"] = true;
dict5["chest"] = true;
dict5["cheth"] = true;
dict5["chevy"] = true;
dict5["chews"] = true;
dict5["chewy"] = true;
dict5["chiao"] = true;
dict5["chias"] = true;
dict5["chica"] = true;
dict5["chick"] = true;
dict5["chico"] = true;
dict5["chics"] = true;
dict5["chide"] = true;
dict5["chief"] = true;
dict5["chiel"] = true;
dict5["child"] = true;
dict5["chile"] = true;
dict5["chili"] = true;
dict5["chill"] = true;
dict5["chimb"] = true;
dict5["chime"] = true;
dict5["chimp"] = true;
dict5["china"] = true;
dict5["chine"] = true;
dict5["chink"] = true;
dict5["chino"] = true;
dict5["chins"] = true;
dict5["chips"] = true;
dict5["chirk"] = true;
dict5["chirm"] = true;
dict5["chiro"] = true;
dict5["chirp"] = true;
dict5["chirr"] = true;
dict5["chiru"] = true;
dict5["chits"] = true;
dict5["chive"] = true;
dict5["chivy"] = true;
dict5["chock"] = true;
dict5["choir"] = true;
dict5["choke"] = true;
dict5["choky"] = true;
dict5["chola"] = true;
dict5["cholo"] = true;
dict5["chomp"] = true;
dict5["chook"] = true;
dict5["chops"] = true;
dict5["chord"] = true;
dict5["chore"] = true;
dict5["chose"] = true;
dict5["chott"] = true;
dict5["chows"] = true;
dict5["chubs"] = true;
dict5["chuck"] = true;
dict5["chufa"] = true;
dict5["chuff"] = true;
dict5["chugs"] = true;
dict5["chump"] = true;
dict5["chums"] = true;
dict5["chunk"] = true;
dict5["churl"] = true;
dict5["churn"] = true;
dict5["churr"] = true;
dict5["chute"] = true;
dict5["chyle"] = true;
dict5["chyme"] = true;
dict5["cibol"] = true;
dict5["cider"] = true;
dict5["cigar"] = true;
dict5["cilia"] = true;
dict5["cimex"] = true;
dict5["cinch"] = true;
dict5["cines"] = true;
dict5["cions"] = true;
dict5["circa"] = true;
dict5["cires"] = true;
dict5["cirri"] = true;
dict5["cisco"] = true;
dict5["cissy"] = true;
dict5["cists"] = true;
dict5["cited"] = true;
dict5["citer"] = true;
dict5["cites"] = true;
dict5["civet"] = true;
dict5["civic"] = true;
dict5["civie"] = true;
dict5["civil"] = true;
dict5["civvy"] = true;
dict5["clach"] = true;
dict5["clack"] = true;
dict5["clade"] = true;
dict5["clads"] = true;
dict5["clags"] = true;
dict5["claim"] = true;
dict5["clamp"] = true;
dict5["clams"] = true;
dict5["clang"] = true;
dict5["clank"] = true;
dict5["clans"] = true;
dict5["claps"] = true;
dict5["clapt"] = true;
dict5["claro"] = true;
dict5["clary"] = true;
dict5["clash"] = true;
dict5["clasp"] = true;
dict5["class"] = true;
dict5["clast"] = true;
dict5["clave"] = true;
dict5["clavi"] = true;
dict5["claws"] = true;
dict5["clays"] = true;
dict5["clean"] = true;
dict5["clear"] = true;
dict5["cleat"] = true;
dict5["cleek"] = true;
dict5["clefs"] = true;
dict5["cleft"] = true;
dict5["clepe"] = true;
dict5["clept"] = true;
dict5["clerk"] = true;
dict5["clews"] = true;
dict5["click"] = true;
dict5["cliff"] = true;
dict5["clift"] = true;
dict5["climb"] = true;
dict5["clime"] = true;
dict5["cline"] = true;
dict5["cling"] = true;
dict5["clink"] = true;
dict5["clips"] = true;
dict5["clipt"] = true;
dict5["cloak"] = true;
dict5["clock"] = true;
dict5["clods"] = true;
dict5["clogs"] = true;
dict5["clomb"] = true;
dict5["clomp"] = true;
dict5["clone"] = true;
dict5["clonk"] = true;
dict5["clons"] = true;
dict5["cloot"] = true;
dict5["clops"] = true;
dict5["close"] = true;
dict5["cloth"] = true;
dict5["clots"] = true;
dict5["cloud"] = true;
dict5["clour"] = true;
dict5["clout"] = true;
dict5["clove"] = true;
dict5["clown"] = true;
dict5["cloys"] = true;
dict5["cloze"] = true;
dict5["clubs"] = true;
dict5["cluck"] = true;
dict5["clued"] = true;
dict5["clues"] = true;
dict5["clump"] = true;
dict5["clung"] = true;
dict5["clunk"] = true;
dict5["cnida"] = true;
dict5["coach"] = true;
dict5["coact"] = true;
dict5["coala"] = true;
dict5["coals"] = true;
dict5["coaly"] = true;
dict5["coapt"] = true;
dict5["coast"] = true;
dict5["coati"] = true;
dict5["coats"] = true;
dict5["cobbs"] = true;
dict5["cobby"] = true;
dict5["cobia"] = true;
dict5["coble"] = true;
dict5["cobra"] = true;
dict5["cocas"] = true;
dict5["cocci"] = true;
dict5["cocks"] = true;
dict5["cocky"] = true;
dict5["cocoa"] = true;
dict5["cocos"] = true;
dict5["codas"] = true;
dict5["codec"] = true;
dict5["coded"] = true;
dict5["coden"] = true;
dict5["coder"] = true;
dict5["codes"] = true;
dict5["codex"] = true;
dict5["codon"] = true;
dict5["coeds"] = true;
dict5["coffs"] = true;
dict5["cogon"] = true;
dict5["cohog"] = true;
dict5["cohos"] = true;
dict5["coifs"] = true;
dict5["coign"] = true;
dict5["coils"] = true;
dict5["coins"] = true;
dict5["coirs"] = true;
dict5["coked"] = true;
dict5["cokes"] = true;
dict5["colas"] = true;
dict5["colby"] = true;
dict5["colds"] = true;
dict5["coled"] = true;
dict5["coles"] = true;
dict5["colic"] = true;
dict5["colin"] = true;
dict5["colly"] = true;
dict5["colog"] = true;
dict5["colon"] = true;
dict5["color"] = true;
dict5["colts"] = true;
dict5["colza"] = true;
dict5["comae"] = true;
dict5["comal"] = true;
dict5["comas"] = true;
dict5["combe"] = true;
dict5["combo"] = true;
dict5["combs"] = true;
dict5["comer"] = true;
dict5["comes"] = true;
dict5["comet"] = true;
dict5["comfy"] = true;
dict5["comic"] = true;
dict5["comix"] = true;
dict5["comma"] = true;
dict5["commy"] = true;
dict5["compo"] = true;
dict5["comps"] = true;
dict5["compt"] = true;
dict5["comte"] = true;
dict5["conch"] = true;
dict5["condo"] = true;
dict5["coned"] = true;
dict5["cones"] = true;
dict5["coney"] = true;
dict5["conga"] = true;
dict5["conge"] = true;
dict5["congo"] = true;
dict5["conic"] = true;
dict5["conin"] = true;
dict5["conks"] = true;
dict5["conky"] = true;
dict5["conns"] = true;
dict5["conte"] = true;
dict5["conto"] = true;
dict5["conus"] = true;
dict5["cooch"] = true;
dict5["cooed"] = true;
dict5["cooee"] = true;
dict5["cooer"] = true;
dict5["cooey"] = true;
dict5["coofs"] = true;
dict5["cooks"] = true;
dict5["cooky"] = true;
dict5["cools"] = true;
dict5["cooly"] = true;
dict5["coomb"] = true;
dict5["coons"] = true;
dict5["coops"] = true;
dict5["coopt"] = true;
dict5["coots"] = true;
dict5["copal"] = true;
dict5["copay"] = true;
dict5["coped"] = true;
dict5["copen"] = true;
dict5["coper"] = true;
dict5["copes"] = true;
dict5["copra"] = true;
dict5["copse"] = true;
dict5["coral"] = true;
dict5["corby"] = true;
dict5["cords"] = true;
dict5["cored"] = true;
dict5["corer"] = true;
dict5["cores"] = true;
dict5["corgi"] = true;
dict5["coria"] = true;
dict5["corks"] = true;
dict5["corky"] = true;
dict5["corms"] = true;
dict5["corns"] = true;
dict5["cornu"] = true;
dict5["corny"] = true;
dict5["corps"] = true;
dict5["corse"] = true;
dict5["cosec"] = true;
dict5["coses"] = true;
dict5["coset"] = true;
dict5["cosey"] = true;
dict5["cosie"] = true;
dict5["costa"] = true;
dict5["costs"] = true;
dict5["cotan"] = true;
dict5["coted"] = true;
dict5["cotes"] = true;
dict5["cotta"] = true;
dict5["couch"] = true;
dict5["coude"] = true;
dict5["cough"] = true;
dict5["could"] = true;
dict5["count"] = true;
dict5["coupe"] = true;
dict5["coups"] = true;
dict5["court"] = true;
dict5["couth"] = true;
dict5["coved"] = true;
dict5["coven"] = true;
dict5["cover"] = true;
dict5["coves"] = true;
dict5["covet"] = true;
dict5["covey"] = true;
dict5["covin"] = true;
dict5["cowed"] = true;
dict5["cower"] = true;
dict5["cowls"] = true;
dict5["cowry"] = true;
dict5["coxae"] = true;
dict5["coxal"] = true;
dict5["coxed"] = true;
dict5["coxes"] = true;
dict5["coyed"] = true;
dict5["coyer"] = true;
dict5["coyly"] = true;
dict5["coypu"] = true;
dict5["cozen"] = true;
dict5["cozes"] = true;
dict5["cozey"] = true;
dict5["cozie"] = true;
dict5["craal"] = true;
dict5["crabs"] = true;
dict5["crack"] = true;
dict5["craft"] = true;
dict5["crags"] = true;
dict5["crake"] = true;
dict5["cramp"] = true;
dict5["crams"] = true;
dict5["crane"] = true;
dict5["crank"] = true;
dict5["crape"] = true;
dict5["craps"] = true;
dict5["crash"] = true;
dict5["crass"] = true;
dict5["crate"] = true;
dict5["crave"] = true;
dict5["crawl"] = true;
dict5["craws"] = true;
dict5["craze"] = true;
dict5["crazy"] = true;
dict5["creak"] = true;
dict5["cream"] = true;
dict5["credo"] = true;
dict5["creds"] = true;
dict5["creed"] = true;
dict5["creek"] = true;
dict5["creel"] = true;
dict5["creep"] = true;
dict5["creme"] = true;
dict5["crepe"] = true;
dict5["crept"] = true;
dict5["crepy"] = true;
dict5["cress"] = true;
dict5["crest"] = true;
dict5["crews"] = true;
dict5["cribs"] = true;
dict5["crick"] = true;
dict5["cried"] = true;
dict5["crier"] = true;
dict5["cries"] = true;
dict5["crime"] = true;
dict5["crimp"] = true;
dict5["cripe"] = true;
dict5["crisp"] = true;
dict5["crits"] = true;
dict5["croak"] = true;
dict5["croci"] = true;
dict5["crock"] = true;
dict5["crocs"] = true;
dict5["croft"] = true;
dict5["crone"] = true;
dict5["crony"] = true;
dict5["crook"] = true;
dict5["croon"] = true;
dict5["crops"] = true;
dict5["crore"] = true;
dict5["cross"] = true;
dict5["croup"] = true;
dict5["crowd"] = true;
dict5["crown"] = true;
dict5["crows"] = true;
dict5["croze"] = true;
dict5["cruck"] = true;
dict5["crude"] = true;
dict5["cruds"] = true;
dict5["cruel"] = true;
dict5["cruet"] = true;
dict5["crumb"] = true;
dict5["crump"] = true;
dict5["cruor"] = true;
dict5["crura"] = true;
dict5["cruse"] = true;
dict5["crush"] = true;
dict5["crust"] = true;
dict5["crwth"] = true;
dict5["crypt"] = true;
dict5["cubby"] = true;
dict5["cubeb"] = true;
dict5["cubed"] = true;
dict5["cuber"] = true;
dict5["cubes"] = true;
dict5["cubic"] = true;
dict5["cubit"] = true;
dict5["cuddy"] = true;
dict5["cuffs"] = true;
dict5["cuifs"] = true;
dict5["cuing"] = true;
dict5["cuish"] = true;
dict5["cukes"] = true;
dict5["culch"] = true;
dict5["culet"] = true;
dict5["culex"] = true;
dict5["culls"] = true;
dict5["cully"] = true;
dict5["culms"] = true;
dict5["culpa"] = true;
dict5["culti"] = true;
dict5["cults"] = true;
dict5["cumin"] = true;
dict5["cunts"] = true;
dict5["cupel"] = true;
dict5["cupid"] = true;
dict5["cuppa"] = true;
dict5["cuppy"] = true;
dict5["curbs"] = true;
dict5["curch"] = true;
dict5["curds"] = true;
dict5["curdy"] = true;
dict5["cured"] = true;
dict5["curer"] = true;
dict5["cures"] = true;
dict5["curet"] = true;
dict5["curfs"] = true;
dict5["curia"] = true;
dict5["curie"] = true;
dict5["curio"] = true;
dict5["curls"] = true;
dict5["curly"] = true;
dict5["curns"] = true;
dict5["currs"] = true;
dict5["curry"] = true;
dict5["curse"] = true;
dict5["curst"] = true;
dict5["curve"] = true;
dict5["curvy"] = true;
dict5["cusec"] = true;
dict5["cushy"] = true;
dict5["cusks"] = true;
dict5["cusps"] = true;
dict5["cusso"] = true;
dict5["cutch"] = true;
dict5["cuter"] = true;
dict5["cutes"] = true;
dict5["cutey"] = true;
dict5["cutie"] = true;
dict5["cutin"] = true;
dict5["cutis"] = true;
dict5["cutty"] = true;
dict5["cutup"] = true;
dict5["cuvee"] = true;
dict5["cyano"] = true;
dict5["cyans"] = true;
dict5["cyber"] = true;
dict5["cycad"] = true;
dict5["cycas"] = true;
dict5["cycle"] = true;
dict5["cyclo"] = true;
dict5["cyder"] = true;
dict5["cylix"] = true;
dict5["cymae"] = true;
dict5["cymar"] = true;
dict5["cymas"] = true;
dict5["cymes"] = true;
dict5["cymol"] = true;
dict5["cynic"] = true;
dict5["cysts"] = true;
dict5["cyton"] = true;
dict5["czars"] = true;
dict5["daces"] = true;
dict5["dacha"] = true;
dict5["dadas"] = true;
dict5["daddy"] = true;
dict5["dados"] = true;
dict5["daffs"] = true;
dict5["daffy"] = true;
dict5["dagga"] = true;
dict5["dagos"] = true;
dict5["dahls"] = true;
dict5["daily"] = true;
dict5["dairy"] = true;
dict5["daisy"] = true;
dict5["dales"] = true;
dict5["dally"] = true;
dict5["daman"] = true;
dict5["damar"] = true;
dict5["dames"] = true;
dict5["damns"] = true;
dict5["damps"] = true;
dict5["dance"] = true;
dict5["dandy"] = true;
dict5["dangs"] = true;
dict5["danio"] = true;
dict5["darbs"] = true;
dict5["dared"] = true;
dict5["darer"] = true;
dict5["dares"] = true;
dict5["daric"] = true;
dict5["darks"] = true;
dict5["darky"] = true;
dict5["darns"] = true;
dict5["darts"] = true;
dict5["dashi"] = true;
dict5["dashy"] = true;
dict5["dated"] = true;
dict5["dater"] = true;
dict5["dates"] = true;
dict5["datos"] = true;
dict5["datto"] = true;
dict5["datum"] = true;
dict5["daube"] = true;
dict5["daubs"] = true;
dict5["dauby"] = true;
dict5["daunt"] = true;
dict5["dauts"] = true;
dict5["daven"] = true;
dict5["davit"] = true;
dict5["dawed"] = true;
dict5["dawen"] = true;
dict5["dawks"] = true;
dict5["dawns"] = true;
dict5["dawts"] = true;
dict5["dazed"] = true;
dict5["dazes"] = true;
dict5["deads"] = true;
dict5["deair"] = true;
dict5["deals"] = true;
dict5["dealt"] = true;
dict5["deans"] = true;
dict5["dears"] = true;
dict5["deary"] = true;
dict5["deash"] = true;
dict5["death"] = true;
dict5["deave"] = true;
dict5["debag"] = true;
dict5["debar"] = true;
dict5["debit"] = true;
dict5["debts"] = true;
dict5["debug"] = true;
dict5["debut"] = true;
dict5["debye"] = true;
dict5["decaf"] = true;
dict5["decal"] = true;
dict5["decay"] = true;
dict5["decks"] = true;
dict5["decor"] = true;
dict5["decos"] = true;
dict5["decoy"] = true;
dict5["decry"] = true;
dict5["dedal"] = true;
dict5["deeds"] = true;
dict5["deedy"] = true;
dict5["deems"] = true;
dict5["deeps"] = true;
dict5["deers"] = true;
dict5["deets"] = true;
dict5["defat"] = true;
dict5["defer"] = true;
dict5["defis"] = true;
dict5["defog"] = true;
dict5["degas"] = true;
dict5["degum"] = true;
dict5["deice"] = true;
dict5["deify"] = true;
dict5["deign"] = true;
dict5["deils"] = true;
dict5["deism"] = true;
dict5["deist"] = true;
dict5["deity"] = true;
dict5["deked"] = true;
dict5["dekes"] = true;
dict5["dekko"] = true;
dict5["delay"] = true;
dict5["deled"] = true;
dict5["deles"] = true;
dict5["delfs"] = true;
dict5["delft"] = true;
dict5["delis"] = true;
dict5["dells"] = true;
dict5["delly"] = true;
dict5["delta"] = true;
dict5["delts"] = true;
dict5["delve"] = true;
dict5["demes"] = true;
dict5["demic"] = true;
dict5["demit"] = true;
dict5["demob"] = true;
dict5["demon"] = true;
dict5["demos"] = true;
dict5["demur"] = true;
dict5["denar"] = true;
dict5["denes"] = true;
dict5["denim"] = true;
dict5["dense"] = true;
dict5["dents"] = true;
dict5["deoxy"] = true;
dict5["depot"] = true;
dict5["depth"] = true;
dict5["derat"] = true;
dict5["deray"] = true;
dict5["derby"] = true;
dict5["derma"] = true;
dict5["derms"] = true;
dict5["derry"] = true;
dict5["desex"] = true;
dict5["desks"] = true;
dict5["deter"] = true;
dict5["detox"] = true;
dict5["deuce"] = true;
dict5["devas"] = true;
dict5["devel"] = true;
dict5["devil"] = true;
dict5["devon"] = true;
dict5["dewan"] = true;
dict5["dewar"] = true;
dict5["dewax"] = true;
dict5["dewed"] = true;
dict5["dexes"] = true;
dict5["dexie"] = true;
dict5["dhaks"] = true;
dict5["dhals"] = true;
dict5["dhobi"] = true;
dict5["dhole"] = true;
dict5["dhoti"] = true;
dict5["dhows"] = true;
dict5["dhuti"] = true;
dict5["dials"] = true;
dict5["diary"] = true;
dict5["diazo"] = true;
dict5["diced"] = true;
dict5["dicer"] = true;
dict5["dices"] = true;
dict5["dicey"] = true;
dict5["dicks"] = true;
dict5["dicky"] = true;
dict5["dicot"] = true;
dict5["dicta"] = true;
dict5["dicty"] = true;
dict5["didie"] = true;
dict5["didos"] = true;
dict5["didst"] = true;
dict5["diene"] = true;
dict5["diets"] = true;
dict5["diffs"] = true;
dict5["dight"] = true;
dict5["digit"] = true;
dict5["diked"] = true;
dict5["diker"] = true;
dict5["dikes"] = true;
dict5["dikey"] = true;
dict5["dildo"] = true;
dict5["dills"] = true;
dict5["dilly"] = true;
dict5["dimer"] = true;
dict5["dimes"] = true;
dict5["dimly"] = true;
dict5["dinar"] = true;
dict5["dined"] = true;
dict5["diner"] = true;
dict5["dines"] = true;
dict5["dinge"] = true;
dict5["dingo"] = true;
dict5["dings"] = true;
dict5["dingy"] = true;
dict5["dinks"] = true;
dict5["dinky"] = true;
dict5["dinos"] = true;
dict5["dints"] = true;
dict5["diode"] = true;
dict5["diols"] = true;
dict5["dippy"] = true;
dict5["dipso"] = true;
dict5["diram"] = true;
dict5["direr"] = true;
dict5["dirge"] = true;
dict5["dirks"] = true;
dict5["dirls"] = true;
dict5["dirts"] = true;
dict5["dirty"] = true;
dict5["disci"] = true;
dict5["disco"] = true;
dict5["discs"] = true;
dict5["dishy"] = true;
dict5["disks"] = true;
dict5["disme"] = true;
dict5["ditas"] = true;
dict5["ditch"] = true;
dict5["dites"] = true;
dict5["ditsy"] = true;
dict5["ditto"] = true;
dict5["ditty"] = true;
dict5["ditzy"] = true;
dict5["divan"] = true;
dict5["divas"] = true;
dict5["dived"] = true;
dict5["diver"] = true;
dict5["dives"] = true;
dict5["divot"] = true;
dict5["divvy"] = true;
dict5["diwan"] = true;
dict5["dixit"] = true;
dict5["dizen"] = true;
dict5["dizzy"] = true;
dict5["djinn"] = true;
dict5["djins"] = true;
dict5["doats"] = true;
dict5["dobby"] = true;
dict5["dobie"] = true;
dict5["dobla"] = true;
dict5["dobra"] = true;
dict5["dobro"] = true;
dict5["docks"] = true;
dict5["dodge"] = true;
dict5["dodgy"] = true;
dict5["dodos"] = true;
dict5["doers"] = true;
dict5["doest"] = true;
dict5["doeth"] = true;
dict5["doffs"] = true;
dict5["doges"] = true;
dict5["dogey"] = true;
dict5["doggo"] = true;
dict5["doggy"] = true;
dict5["dogie"] = true;
dict5["dogma"] = true;
dict5["doily"] = true;
dict5["doing"] = true;
dict5["doits"] = true;
dict5["dojos"] = true;
dict5["dolce"] = true;
dict5["dolci"] = true;
dict5["doled"] = true;
dict5["doles"] = true;
dict5["dolls"] = true;
dict5["dolly"] = true;
dict5["dolma"] = true;
dict5["dolor"] = true;
dict5["dolts"] = true;
dict5["domal"] = true;
dict5["domed"] = true;
dict5["domes"] = true;
dict5["domic"] = true;
dict5["donas"] = true;
dict5["donee"] = true;
dict5["donga"] = true;
dict5["dongs"] = true;
dict5["donna"] = true;
dict5["donne"] = true;
dict5["donor"] = true;
dict5["donsy"] = true;
dict5["donut"] = true;
dict5["doody"] = true;
dict5["dooly"] = true;
dict5["dooms"] = true;
dict5["doomy"] = true;
dict5["doors"] = true;
dict5["doozy"] = true;
dict5["dopas"] = true;
dict5["doped"] = true;
dict5["doper"] = true;
dict5["dopes"] = true;
dict5["dopey"] = true;
dict5["dorks"] = true;
dict5["dorky"] = true;
dict5["dorms"] = true;
dict5["dormy"] = true;
dict5["dorps"] = true;
dict5["dorrs"] = true;
dict5["dorsa"] = true;
dict5["dorty"] = true;
dict5["dosed"] = true;
dict5["doser"] = true;
dict5["doses"] = true;
dict5["dotal"] = true;
dict5["doted"] = true;
dict5["doter"] = true;
dict5["dotes"] = true;
dict5["dotty"] = true;
dict5["doubt"] = true;
dict5["douce"] = true;
dict5["dough"] = true;
dict5["doula"] = true;
dict5["douma"] = true;
dict5["doums"] = true;
dict5["doura"] = true;
dict5["douse"] = true;
dict5["doven"] = true;
dict5["doves"] = true;
dict5["dowdy"] = true;
dict5["dowed"] = true;
dict5["dowel"] = true;
dict5["dower"] = true;
dict5["dowie"] = true;
dict5["downs"] = true;
dict5["downy"] = true;
dict5["dowry"] = true;
dict5["dowse"] = true;
dict5["doxie"] = true;
dict5["doyen"] = true;
dict5["doyly"] = true;
dict5["dozed"] = true;
dict5["dozen"] = true;
dict5["dozer"] = true;
dict5["dozes"] = true;
dict5["drabs"] = true;
dict5["draff"] = true;
dict5["draft"] = true;
dict5["drags"] = true;
dict5["drail"] = true;
dict5["drain"] = true;
dict5["drake"] = true;
dict5["drama"] = true;
dict5["drams"] = true;
dict5["drank"] = true;
dict5["drape"] = true;
dict5["drats"] = true;
dict5["drave"] = true;
dict5["drawl"] = true;
dict5["drawn"] = true;
dict5["draws"] = true;
dict5["drays"] = true;
dict5["dread"] = true;
dict5["dream"] = true;
dict5["drear"] = true;
dict5["dreck"] = true;
dict5["dreed"] = true;
dict5["drees"] = true;
dict5["dregs"] = true;
dict5["dreks"] = true;
dict5["dress"] = true;
dict5["drest"] = true;
dict5["dribs"] = true;
dict5["dried"] = true;
dict5["drier"] = true;
dict5["dries"] = true;
dict5["drift"] = true;
dict5["drill"] = true;
dict5["drily"] = true;
dict5["drink"] = true;
dict5["drips"] = true;
dict5["dript"] = true;
dict5["drive"] = true;
dict5["droid"] = true;
dict5["droit"] = true;
dict5["droll"] = true;
dict5["drone"] = true;
dict5["drool"] = true;
dict5["droop"] = true;
dict5["drops"] = true;
dict5["dropt"] = true;
dict5["dross"] = true;
dict5["drouk"] = true;
dict5["drove"] = true;
dict5["drown"] = true;
dict5["drubs"] = true;
dict5["drugs"] = true;
dict5["druid"] = true;
dict5["drums"] = true;
dict5["drunk"] = true;
dict5["drupe"] = true;
dict5["druse"] = true;
dict5["dryad"] = true;
dict5["dryer"] = true;
dict5["dryly"] = true;
dict5["duads"] = true;
dict5["duals"] = true;
dict5["ducal"] = true;
dict5["ducat"] = true;
dict5["duces"] = true;
dict5["duchy"] = true;
dict5["ducks"] = true;
dict5["ducky"] = true;
dict5["ducts"] = true;
dict5["duddy"] = true;
dict5["duded"] = true;
dict5["dudes"] = true;
dict5["duels"] = true;
dict5["duets"] = true;
dict5["duffs"] = true;
dict5["dufus"] = true;
dict5["duits"] = true;
dict5["duked"] = true;
dict5["dukes"] = true;
dict5["dulia"] = true;
dict5["dulls"] = true;
dict5["dully"] = true;
dict5["dulse"] = true;
dict5["dumas"] = true;
dict5["dumbo"] = true;
dict5["dumbs"] = true;
dict5["dumka"] = true;
dict5["dumky"] = true;
dict5["dummy"] = true;
dict5["dumps"] = true;
dict5["dumpy"] = true;
dict5["dunam"] = true;
dict5["dunce"] = true;
dict5["dunch"] = true;
dict5["dunes"] = true;
dict5["dungs"] = true;
dict5["dungy"] = true;
dict5["dunks"] = true;
dict5["dunts"] = true;
dict5["duomi"] = true;
dict5["duomo"] = true;
dict5["duped"] = true;
dict5["duper"] = true;
dict5["dupes"] = true;
dict5["duple"] = true;
dict5["dural"] = true;
dict5["duras"] = true;
dict5["dured"] = true;
dict5["dures"] = true;
dict5["durns"] = true;
dict5["duroc"] = true;
dict5["duros"] = true;
dict5["durra"] = true;
dict5["durrs"] = true;
dict5["durst"] = true;
dict5["durum"] = true;
dict5["dusks"] = true;
dict5["dusky"] = true;
dict5["dusts"] = true;
dict5["dusty"] = true;
dict5["dutch"] = true;
dict5["duvet"] = true;
dict5["dwarf"] = true;
dict5["dweeb"] = true;
dict5["dwell"] = true;
dict5["dwelt"] = true;
dict5["dwine"] = true;
dict5["dyads"] = true;
dict5["dyers"] = true;
dict5["dying"] = true;
dict5["dyked"] = true;
dict5["dykes"] = true;
dict5["dykey"] = true;
dict5["dynel"] = true;
dict5["dynes"] = true;
dict5["eager"] = true;
dict5["eagle"] = true;
dict5["eagre"] = true;
dict5["eared"] = true;
dict5["earls"] = true;
dict5["early"] = true;
dict5["earns"] = true;
dict5["earth"] = true;
dict5["eased"] = true;
dict5["easel"] = true;
dict5["eases"] = true;
dict5["easts"] = true;
dict5["eaten"] = true;
dict5["eater"] = true;
dict5["eaved"] = true;
dict5["eaves"] = true;
dict5["ebbed"] = true;
dict5["ebbet"] = true;
dict5["ebons"] = true;
dict5["ebony"] = true;
dict5["ebook"] = true;
dict5["eched"] = true;
dict5["eches"] = true;
dict5["echos"] = true;
dict5["eclat"] = true;
dict5["ecrus"] = true;
dict5["edema"] = true;
dict5["edged"] = true;
dict5["edger"] = true;
dict5["edges"] = true;
dict5["edict"] = true;
dict5["edify"] = true;
dict5["edile"] = true;
dict5["edits"] = true;
dict5["educe"] = true;
dict5["educt"] = true;
dict5["eerie"] = true;
dict5["egads"] = true;
dict5["egers"] = true;
dict5["egest"] = true;
dict5["eggar"] = true;
dict5["egged"] = true;
dict5["egger"] = true;
dict5["egret"] = true;
dict5["eider"] = true;
dict5["eidos"] = true;
dict5["eight"] = true;
dict5["eikon"] = true;
dict5["eject"] = true;
dict5["eking"] = true;
dict5["elain"] = true;
dict5["eland"] = true;
dict5["elans"] = true;
dict5["elate"] = true;
dict5["elbow"] = true;
dict5["elder"] = true;
dict5["elect"] = true;
dict5["elegy"] = true;
dict5["elemi"] = true;
dict5["elfin"] = true;
dict5["elide"] = true;
dict5["elint"] = true;
dict5["elite"] = true;
dict5["eloin"] = true;
dict5["elope"] = true;
dict5["elude"] = true;
dict5["elute"] = true;
dict5["elver"] = true;
dict5["elves"] = true;
dict5["email"] = true;
dict5["embar"] = true;
dict5["embay"] = true;
dict5["embed"] = true;
dict5["ember"] = true;
dict5["embow"] = true;
dict5["emcee"] = true;
dict5["emeer"] = true;
dict5["emend"] = true;
dict5["emery"] = true;
dict5["emeus"] = true;
dict5["emirs"] = true;
dict5["emits"] = true;
dict5["emmer"] = true;
dict5["emmet"] = true;
dict5["emmys"] = true;
dict5["emote"] = true;
dict5["empty"] = true;
dict5["emyde"] = true;
dict5["emyds"] = true;
dict5["enact"] = true;
dict5["enate"] = true;
dict5["ended"] = true;
dict5["ender"] = true;
dict5["endow"] = true;
dict5["endue"] = true;
dict5["enema"] = true;
dict5["enemy"] = true;
dict5["enjoy"] = true;
dict5["ennui"] = true;
dict5["enoki"] = true;
dict5["enols"] = true;
dict5["enorm"] = true;
dict5["enows"] = true;
dict5["enrol"] = true;
dict5["ensky"] = true;
dict5["ensue"] = true;
dict5["enter"] = true;
dict5["entia"] = true;
dict5["entry"] = true;
dict5["enure"] = true;
dict5["envoi"] = true;
dict5["envoy"] = true;
dict5["enzym"] = true;
dict5["eosin"] = true;
dict5["epact"] = true;
dict5["epees"] = true;
dict5["ephah"] = true;
dict5["ephas"] = true;
dict5["ephod"] = true;
dict5["ephor"] = true;
dict5["epics"] = true;
dict5["epoch"] = true;
dict5["epode"] = true;
dict5["epoxy"] = true;
dict5["equal"] = true;
dict5["equid"] = true;
dict5["equip"] = true;
dict5["erase"] = true;
dict5["erect"] = true;
dict5["ergot"] = true;
dict5["erica"] = true;
dict5["ernes"] = true;
dict5["erode"] = true;
dict5["erose"] = true;
dict5["erred"] = true;
dict5["error"] = true;
dict5["erses"] = true;
dict5["eruct"] = true;
dict5["erugo"] = true;
dict5["erupt"] = true;
dict5["ervil"] = true;
dict5["escar"] = true;
dict5["escot"] = true;
dict5["eskar"] = true;
dict5["esker"] = true;
dict5["esnes"] = true;
dict5["essay"] = true;
dict5["esses"] = true;
dict5["ester"] = true;
dict5["estop"] = true;
dict5["etape"] = true;
dict5["ether"] = true;
dict5["ethic"] = true;
dict5["ethos"] = true;
dict5["ethyl"] = true;
dict5["etnas"] = true;
dict5["etude"] = true;
dict5["etuis"] = true;
dict5["etwee"] = true;
dict5["etyma"] = true;
dict5["euros"] = true;
dict5["evade"] = true;
dict5["evens"] = true;
dict5["event"] = true;
dict5["evert"] = true;
dict5["every"] = true;
dict5["evict"] = true;
dict5["evils"] = true;
dict5["evite"] = true;
dict5["evoke"] = true;
dict5["ewers"] = true;
dict5["exact"] = true;
dict5["exalt"] = true;
dict5["exams"] = true;
dict5["excel"] = true;
dict5["execs"] = true;
dict5["exert"] = true;
dict5["exile"] = true;
dict5["exine"] = true;
dict5["exing"] = true;
dict5["exist"] = true;
dict5["exits"] = true;
dict5["exons"] = true;
dict5["expat"] = true;
dict5["expel"] = true;
dict5["expos"] = true;
dict5["extol"] = true;
dict5["extra"] = true;
dict5["exude"] = true;
dict5["exult"] = true;
dict5["exurb"] = true;
dict5["eyass"] = true;
dict5["eyers"] = true;
dict5["eying"] = true;
dict5["eyras"] = true;
dict5["eyres"] = true;
dict5["eyrie"] = true;
dict5["eyrir"] = true;
dict5["fable"] = true;
dict5["faced"] = true;
dict5["facer"] = true;
dict5["faces"] = true;
dict5["facet"] = true;
dict5["facia"] = true;
dict5["facts"] = true;
dict5["faddy"] = true;
dict5["faded"] = true;
dict5["fader"] = true;
dict5["fades"] = true;
dict5["fadge"] = true;
dict5["fados"] = true;
dict5["faena"] = true;
dict5["faery"] = true;
dict5["faggy"] = true;
dict5["fagin"] = true;
dict5["fagot"] = true;
dict5["fails"] = true;
dict5["faint"] = true;
dict5["fairs"] = true;
dict5["fairy"] = true;
dict5["faith"] = true;
dict5["faked"] = true;
dict5["faker"] = true;
dict5["fakes"] = true;
dict5["fakey"] = true;
dict5["fakir"] = true;
dict5["falls"] = true;
dict5["false"] = true;
dict5["famed"] = true;
dict5["fames"] = true;
dict5["fancy"] = true;
dict5["fanes"] = true;
dict5["fanga"] = true;
dict5["fangs"] = true;
dict5["fanny"] = true;
dict5["fanon"] = true;
dict5["fanos"] = true;
dict5["fanum"] = true;
dict5["faqir"] = true;
dict5["farad"] = true;
dict5["farce"] = true;
dict5["farci"] = true;
dict5["farcy"] = true;
dict5["fards"] = true;
dict5["fared"] = true;
dict5["farer"] = true;
dict5["fares"] = true;
dict5["farle"] = true;
dict5["farls"] = true;
dict5["farms"] = true;
dict5["faros"] = true;
dict5["farts"] = true;
dict5["fasts"] = true;
dict5["fatal"] = true;
dict5["fated"] = true;
dict5["fates"] = true;
dict5["fatly"] = true;
dict5["fatso"] = true;
dict5["fatty"] = true;
dict5["fatwa"] = true;
dict5["faugh"] = true;
dict5["fauld"] = true;
dict5["fault"] = true;
dict5["fauna"] = true;
dict5["fauns"] = true;
dict5["fauve"] = true;
dict5["favas"] = true;
dict5["faves"] = true;
dict5["favor"] = true;
dict5["favus"] = true;
dict5["fawns"] = true;
dict5["fawny"] = true;
dict5["faxed"] = true;
dict5["faxes"] = true;
dict5["fayed"] = true;
dict5["fazed"] = true;
dict5["fazes"] = true;
dict5["fears"] = true;
dict5["fease"] = true;
dict5["feast"] = true;
dict5["feats"] = true;
dict5["feaze"] = true;
dict5["fecal"] = true;
dict5["feces"] = true;
dict5["fecks"] = true;
dict5["fedex"] = true;
dict5["feebs"] = true;
dict5["feeds"] = true;
dict5["feels"] = true;
dict5["feeze"] = true;
dict5["feign"] = true;
dict5["feint"] = true;
dict5["feist"] = true;
dict5["felid"] = true;
dict5["fella"] = true;
dict5["fells"] = true;
dict5["felly"] = true;
dict5["felon"] = true;
dict5["felts"] = true;
dict5["femes"] = true;
dict5["femme"] = true;
dict5["femur"] = true;
dict5["fence"] = true;
dict5["fends"] = true;
dict5["fenny"] = true;
dict5["feods"] = true;
dict5["feoff"] = true;
dict5["feral"] = true;
dict5["feres"] = true;
dict5["feria"] = true;
dict5["ferly"] = true;
dict5["fermi"] = true;
dict5["ferns"] = true;
dict5["ferny"] = true;
dict5["ferry"] = true;
dict5["fesse"] = true;
dict5["fests"] = true;
dict5["fetal"] = true;
dict5["fetas"] = true;
dict5["fetch"] = true;
dict5["feted"] = true;
dict5["fetes"] = true;
dict5["fetid"] = true;
dict5["fetor"] = true;
dict5["fetus"] = true;
dict5["feuar"] = true;
dict5["feuds"] = true;
dict5["feued"] = true;
dict5["fever"] = true;
dict5["fewer"] = true;
dict5["feyer"] = true;
dict5["feyly"] = true;
dict5["fezes"] = true;
dict5["fezzy"] = true;
dict5["fiars"] = true;
dict5["fiats"] = true;
dict5["fiber"] = true;
dict5["fibre"] = true;
dict5["fices"] = true;
dict5["fiche"] = true;
dict5["fichu"] = true;
dict5["ficin"] = true;
dict5["ficus"] = true;
dict5["fidge"] = true;
dict5["fidos"] = true;
dict5["fiefs"] = true;
dict5["field"] = true;
dict5["fiend"] = true;
dict5["fiery"] = true;
dict5["fifed"] = true;
dict5["fifer"] = true;
dict5["fifes"] = true;
dict5["fifth"] = true;
dict5["fifty"] = true;
dict5["fight"] = true;
dict5["filar"] = true;
dict5["filch"] = true;
dict5["filed"] = true;
dict5["filer"] = true;
dict5["files"] = true;
dict5["filet"] = true;
dict5["fille"] = true;
dict5["fillo"] = true;
dict5["fills"] = true;
dict5["filly"] = true;
dict5["filmi"] = true;
dict5["films"] = true;
dict5["filmy"] = true;
dict5["filos"] = true;
dict5["filth"] = true;
dict5["filum"] = true;
dict5["final"] = true;
dict5["finca"] = true;
dict5["finch"] = true;
dict5["finds"] = true;
dict5["fined"] = true;
dict5["finer"] = true;
dict5["fines"] = true;
dict5["finis"] = true;
dict5["finks"] = true;
dict5["finny"] = true;
dict5["finos"] = true;
dict5["fiord"] = true;
dict5["fique"] = true;
dict5["fired"] = true;
dict5["firer"] = true;
dict5["fires"] = true;
dict5["firms"] = true;
dict5["firns"] = true;
dict5["firry"] = true;
dict5["first"] = true;
dict5["firth"] = true;
dict5["fiscs"] = true;
dict5["fishy"] = true;
dict5["fists"] = true;
dict5["fitch"] = true;
dict5["fitly"] = true;
dict5["fiver"] = true;
dict5["fives"] = true;
dict5["fixed"] = true;
dict5["fixer"] = true;
dict5["fixes"] = true;
dict5["fixit"] = true;
dict5["fizzy"] = true;
dict5["fjeld"] = true;
dict5["fjord"] = true;
dict5["flabs"] = true;
dict5["flack"] = true;
dict5["flags"] = true;
dict5["flail"] = true;
dict5["flair"] = true;
dict5["flake"] = true;
dict5["flaky"] = true;
dict5["flame"] = true;
dict5["flams"] = true;
dict5["flamy"] = true;
dict5["flank"] = true;
dict5["flans"] = true;
dict5["flaps"] = true;
dict5["flare"] = true;
dict5["flash"] = true;
dict5["flask"] = true;
dict5["flats"] = true;
dict5["flaws"] = true;
dict5["flawy"] = true;
dict5["flaxy"] = true;
dict5["flays"] = true;
dict5["fleam"] = true;
dict5["fleas"] = true;
dict5["fleck"] = true;
dict5["fleer"] = true;
dict5["flees"] = true;
dict5["fleet"] = true;
dict5["flesh"] = true;
dict5["flews"] = true;
dict5["fleys"] = true;
dict5["flick"] = true;
dict5["flics"] = true;
dict5["flied"] = true;
dict5["flier"] = true;
dict5["flies"] = true;
dict5["fling"] = true;
dict5["flint"] = true;
dict5["flips"] = true;
dict5["flirs"] = true;
dict5["flirt"] = true;
dict5["flite"] = true;
dict5["flits"] = true;
dict5["float"] = true;
dict5["flock"] = true;
dict5["flocs"] = true;
dict5["floes"] = true;
dict5["flogs"] = true;
dict5["flong"] = true;
dict5["flood"] = true;
dict5["floor"] = true;
dict5["flops"] = true;
dict5["flora"] = true;
dict5["floss"] = true;
dict5["flota"] = true;
dict5["flour"] = true;
dict5["flout"] = true;
dict5["flown"] = true;
dict5["flows"] = true;
dict5["flubs"] = true;
dict5["flued"] = true;
dict5["flues"] = true;
dict5["fluff"] = true;
dict5["fluid"] = true;
dict5["fluke"] = true;
dict5["fluky"] = true;
dict5["flume"] = true;
dict5["flump"] = true;
dict5["flung"] = true;
dict5["flunk"] = true;
dict5["fluor"] = true;
dict5["flush"] = true;
dict5["flute"] = true;
dict5["fluty"] = true;
dict5["fluyt"] = true;
dict5["flyby"] = true;
dict5["flyer"] = true;
dict5["flyte"] = true;
dict5["foals"] = true;
dict5["foams"] = true;
dict5["foamy"] = true;
dict5["focal"] = true;
dict5["focus"] = true;
dict5["foehn"] = true;
dict5["fogey"] = true;
dict5["foggy"] = true;
dict5["fogie"] = true;
dict5["fohns"] = true;
dict5["foils"] = true;
dict5["foins"] = true;
dict5["foist"] = true;
dict5["folds"] = true;
dict5["foley"] = true;
dict5["folia"] = true;
dict5["folic"] = true;
dict5["folio"] = true;
dict5["folks"] = true;
dict5["folky"] = true;
dict5["folly"] = true;
dict5["fonds"] = true;
dict5["fondu"] = true;
dict5["fonts"] = true;
dict5["foods"] = true;
dict5["fools"] = true;
dict5["foots"] = true;
dict5["footy"] = true;
dict5["foram"] = true;
dict5["foray"] = true;
dict5["forbs"] = true;
dict5["forby"] = true;
dict5["force"] = true;
dict5["fordo"] = true;
dict5["fords"] = true;
dict5["fores"] = true;
dict5["forge"] = true;
dict5["forgo"] = true;
dict5["forks"] = true;
dict5["forky"] = true;
dict5["forme"] = true;
dict5["forms"] = true;
dict5["forte"] = true;
dict5["forth"] = true;
dict5["forts"] = true;
dict5["forty"] = true;
dict5["forum"] = true;
dict5["fossa"] = true;
dict5["fosse"] = true;
dict5["fouls"] = true;
dict5["found"] = true;
dict5["fount"] = true;
dict5["fours"] = true;
dict5["fovea"] = true;
dict5["fowls"] = true;
dict5["foxed"] = true;
dict5["foxes"] = true;
dict5["foyer"] = true;
dict5["frags"] = true;
dict5["frail"] = true;
dict5["frame"] = true;
dict5["franc"] = true;
dict5["frank"] = true;
dict5["fraps"] = true;
dict5["frass"] = true;
dict5["frats"] = true;
dict5["fraud"] = true;
dict5["frays"] = true;
dict5["freak"] = true;
dict5["freed"] = true;
dict5["freer"] = true;
dict5["frees"] = true;
dict5["fremd"] = true;
dict5["frena"] = true;
dict5["frere"] = true;
dict5["fresh"] = true;
dict5["frets"] = true;
dict5["friar"] = true;
dict5["fried"] = true;
dict5["frier"] = true;
dict5["fries"] = true;
dict5["frigs"] = true;
dict5["frill"] = true;
dict5["frise"] = true;
dict5["frisk"] = true;
dict5["frith"] = true;
dict5["frits"] = true;
dict5["fritt"] = true;
dict5["fritz"] = true;
dict5["frizz"] = true;
dict5["frock"] = true;
dict5["froes"] = true;
dict5["frogs"] = true;
dict5["frond"] = true;
dict5["frons"] = true;
dict5["front"] = true;
dict5["frore"] = true;
dict5["frosh"] = true;
dict5["frost"] = true;
dict5["froth"] = true;
dict5["frown"] = true;
dict5["frows"] = true;
dict5["froze"] = true;
dict5["frugs"] = true;
dict5["fruit"] = true;
dict5["frump"] = true;
dict5["fryer"] = true;
dict5["fubar"] = true;
dict5["fubsy"] = true;
dict5["fucks"] = true;
dict5["fucus"] = true;
dict5["fuddy"] = true;
dict5["fudge"] = true;
dict5["fuels"] = true;
dict5["fugal"] = true;
dict5["fuggy"] = true;
dict5["fugio"] = true;
dict5["fugle"] = true;
dict5["fugue"] = true;
dict5["fugus"] = true;
dict5["fujis"] = true;
dict5["fulls"] = true;
dict5["fully"] = true;
dict5["fumed"] = true;
dict5["fumer"] = true;
dict5["fumes"] = true;
dict5["fumet"] = true;
dict5["fundi"] = true;
dict5["funds"] = true;
dict5["fungi"] = true;
dict5["fungo"] = true;
dict5["funks"] = true;
dict5["funky"] = true;
dict5["funny"] = true;
dict5["furan"] = true;
dict5["furls"] = true;
dict5["furor"] = true;
dict5["furry"] = true;
dict5["furze"] = true;
dict5["furzy"] = true;
dict5["fused"] = true;
dict5["fusee"] = true;
dict5["fusel"] = true;
dict5["fuses"] = true;
dict5["fusil"] = true;
dict5["fussy"] = true;
dict5["fusty"] = true;
dict5["futon"] = true;
dict5["fuzed"] = true;
dict5["fuzee"] = true;
dict5["fuzes"] = true;
dict5["fuzil"] = true;
dict5["fuzzy"] = true;
dict5["fyces"] = true;
dict5["fykes"] = true;
dict5["fytte"] = true;
dict5["gabby"] = true;
dict5["gable"] = true;
dict5["gaddi"] = true;
dict5["gadid"] = true;
dict5["gadis"] = true;
dict5["gadje"] = true;
dict5["gadjo"] = true;
dict5["gaffe"] = true;
dict5["gaffs"] = true;
dict5["gaged"] = true;
dict5["gager"] = true;
dict5["gages"] = true;
dict5["gaily"] = true;
dict5["gains"] = true;
dict5["gaits"] = true;
dict5["galah"] = true;
dict5["galas"] = true;
dict5["galax"] = true;
dict5["galea"] = true;
dict5["gales"] = true;
dict5["galls"] = true;
dict5["gally"] = true;
dict5["galop"] = true;
dict5["gamas"] = true;
dict5["gamay"] = true;
dict5["gamba"] = true;
dict5["gambe"] = true;
dict5["gambs"] = true;
dict5["gamed"] = true;
dict5["gamer"] = true;
dict5["games"] = true;
dict5["gamey"] = true;
dict5["gamic"] = true;
dict5["gamin"] = true;
dict5["gamma"] = true;
dict5["gammy"] = true;
dict5["gamps"] = true;
dict5["gamut"] = true;
dict5["ganef"] = true;
dict5["ganev"] = true;
dict5["gangs"] = true;
dict5["ganja"] = true;
dict5["ganof"] = true;
dict5["gaols"] = true;
dict5["gaped"] = true;
dict5["gaper"] = true;
dict5["gapes"] = true;
dict5["gappy"] = true;
dict5["garbs"] = true;
dict5["garda"] = true;
dict5["garni"] = true;
dict5["garth"] = true;
dict5["gases"] = true;
dict5["gasps"] = true;
dict5["gassy"] = true;
dict5["gasts"] = true;
dict5["gated"] = true;
dict5["gater"] = true;
dict5["gates"] = true;
dict5["gator"] = true;
dict5["gauds"] = true;
dict5["gaudy"] = true;
dict5["gauge"] = true;
dict5["gault"] = true;
dict5["gaums"] = true;
dict5["gaunt"] = true;
dict5["gaurs"] = true;
dict5["gauss"] = true;
dict5["gauze"] = true;
dict5["gauzy"] = true;
dict5["gavel"] = true;
dict5["gavot"] = true;
dict5["gawks"] = true;
dict5["gawky"] = true;
dict5["gawps"] = true;
dict5["gawsy"] = true;
dict5["gayal"] = true;
dict5["gayer"] = true;
dict5["gayly"] = true;
dict5["gazar"] = true;
dict5["gazed"] = true;
dict5["gazer"] = true;
dict5["gazes"] = true;
dict5["gazoo"] = true;
dict5["gears"] = true;
dict5["gecko"] = true;
dict5["gecks"] = true;
dict5["geeks"] = true;
dict5["geeky"] = true;
dict5["geese"] = true;
dict5["geest"] = true;
dict5["gelds"] = true;
dict5["gelee"] = true;
dict5["gelid"] = true;
dict5["gelts"] = true;
dict5["gemma"] = true;
dict5["gemmy"] = true;
dict5["gemot"] = true;
dict5["genes"] = true;
dict5["genet"] = true;
dict5["genic"] = true;
dict5["genie"] = true;
dict5["genii"] = true;
dict5["genip"] = true;
dict5["genoa"] = true;
dict5["genom"] = true;
dict5["genre"] = true;
dict5["genro"] = true;
dict5["gents"] = true;
dict5["genua"] = true;
dict5["genus"] = true;
dict5["geode"] = true;
dict5["geoid"] = true;
dict5["gerah"] = true;
dict5["germs"] = true;
dict5["germy"] = true;
dict5["gesso"] = true;
dict5["geste"] = true;
dict5["gests"] = true;
dict5["getas"] = true;
dict5["getup"] = true;
dict5["geums"] = true;
dict5["ghast"] = true;
dict5["ghats"] = true;
dict5["ghaut"] = true;
dict5["ghazi"] = true;
dict5["ghees"] = true;
dict5["ghost"] = true;
dict5["ghoul"] = true;
dict5["ghyll"] = true;
dict5["giant"] = true;
dict5["gibed"] = true;
dict5["giber"] = true;
dict5["gibes"] = true;
dict5["giddy"] = true;
dict5["gifts"] = true;
dict5["gigas"] = true;
dict5["gighe"] = true;
dict5["gigot"] = true;
dict5["gigue"] = true;
dict5["gilds"] = true;
dict5["gills"] = true;
dict5["gilly"] = true;
dict5["gilts"] = true;
dict5["gimel"] = true;
dict5["gimme"] = true;
dict5["gimps"] = true;
dict5["gimpy"] = true;
dict5["ginks"] = true;
dict5["ginny"] = true;
dict5["ginzo"] = true;
dict5["gipon"] = true;
dict5["gipsy"] = true;
dict5["girds"] = true;
dict5["girls"] = true;
dict5["girly"] = true;
dict5["girns"] = true;
dict5["giron"] = true;
dict5["giros"] = true;
dict5["girsh"] = true;
dict5["girth"] = true;
dict5["girts"] = true;
dict5["gismo"] = true;
dict5["gists"] = true;
dict5["gites"] = true;
dict5["given"] = true;
dict5["giver"] = true;
dict5["gives"] = true;
dict5["gizmo"] = true;
dict5["glace"] = true;
dict5["glade"] = true;
dict5["glads"] = true;
dict5["glady"] = true;
dict5["glair"] = true;
dict5["glams"] = true;
dict5["gland"] = true;
dict5["glans"] = true;
dict5["glare"] = true;
dict5["glary"] = true;
dict5["glass"] = true;
dict5["glaze"] = true;
dict5["glazy"] = true;
dict5["gleam"] = true;
dict5["glean"] = true;
dict5["gleba"] = true;
dict5["glebe"] = true;
dict5["glede"] = true;
dict5["gleds"] = true;
dict5["gleed"] = true;
dict5["gleek"] = true;
dict5["glees"] = true;
dict5["gleet"] = true;
dict5["glens"] = true;
dict5["gleys"] = true;
dict5["glial"] = true;
dict5["glias"] = true;
dict5["glide"] = true;
dict5["gliff"] = true;
dict5["glime"] = true;
dict5["glims"] = true;
dict5["glint"] = true;
dict5["glitz"] = true;
dict5["gloam"] = true;
dict5["gloat"] = true;
dict5["globe"] = true;
dict5["globs"] = true;
dict5["glogg"] = true;
dict5["gloms"] = true;
dict5["gloom"] = true;
dict5["glops"] = true;
dict5["glory"] = true;
dict5["gloss"] = true;
dict5["glost"] = true;
dict5["glout"] = true;
dict5["glove"] = true;
dict5["glows"] = true;
dict5["gloze"] = true;
dict5["glued"] = true;
dict5["gluer"] = true;
dict5["glues"] = true;
dict5["gluey"] = true;
dict5["glugs"] = true;
dict5["glume"] = true;
dict5["glums"] = true;
dict5["gluon"] = true;
dict5["glute"] = true;
dict5["gluts"] = true;
dict5["glyph"] = true;
dict5["gnarl"] = true;
dict5["gnarr"] = true;
dict5["gnars"] = true;
dict5["gnash"] = true;
dict5["gnats"] = true;
dict5["gnawn"] = true;
dict5["gnaws"] = true;
dict5["gnome"] = true;
dict5["goads"] = true;
dict5["goals"] = true;
dict5["goats"] = true;
dict5["goban"] = true;
dict5["gobos"] = true;
dict5["godet"] = true;
dict5["godly"] = true;
dict5["goers"] = true;
dict5["gofer"] = true;
dict5["gogos"] = true;
dict5["going"] = true;
dict5["golds"] = true;
dict5["golem"] = true;
dict5["golfs"] = true;
dict5["golly"] = true;
dict5["gombo"] = true;
dict5["gomer"] = true;
dict5["gonad"] = true;
dict5["gonef"] = true;
dict5["goner"] = true;
dict5["gongs"] = true;
dict5["gonia"] = true;
dict5["gonif"] = true;
dict5["gonof"] = true;
dict5["gonzo"] = true;
dict5["goods"] = true;
dict5["goody"] = true;
dict5["gooey"] = true;
dict5["goofs"] = true;
dict5["goofy"] = true;
dict5["gooks"] = true;
dict5["gooky"] = true;
dict5["goons"] = true;
dict5["goony"] = true;
dict5["goops"] = true;
dict5["goopy"] = true;
dict5["goose"] = true;
dict5["goosy"] = true;
dict5["gopik"] = true;
dict5["goral"] = true;
dict5["gored"] = true;
dict5["gores"] = true;
dict5["gorge"] = true;
dict5["gorms"] = true;
dict5["gorps"] = true;
dict5["gorse"] = true;
dict5["gorsy"] = true;
dict5["goths"] = true;
dict5["gouge"] = true;
dict5["gourd"] = true;
dict5["gouts"] = true;
dict5["gouty"] = true;
dict5["gowan"] = true;
dict5["gowds"] = true;
dict5["gowks"] = true;
dict5["gowns"] = true;
dict5["goxes"] = true;
dict5["goyim"] = true;
dict5["graal"] = true;
dict5["grabs"] = true;
dict5["grace"] = true;
dict5["grade"] = true;
dict5["grads"] = true;
dict5["graft"] = true;
dict5["grail"] = true;
dict5["grain"] = true;
dict5["grama"] = true;
dict5["gramp"] = true;
dict5["grams"] = true;
dict5["grana"] = true;
dict5["grand"] = true;
dict5["grans"] = true;
dict5["grant"] = true;
dict5["grape"] = true;
dict5["graph"] = true;
dict5["grapy"] = true;
dict5["grasp"] = true;
dict5["grass"] = true;
dict5["grate"] = true;
dict5["grave"] = true;
dict5["gravy"] = true;
dict5["grays"] = true;
dict5["graze"] = true;
dict5["great"] = true;
dict5["grebe"] = true;
dict5["greed"] = true;
dict5["greek"] = true;
dict5["green"] = true;
dict5["grees"] = true;
dict5["greet"] = true;
dict5["grego"] = true;
dict5["greys"] = true;
dict5["gride"] = true;
dict5["grids"] = true;
dict5["grief"] = true;
dict5["griff"] = true;
dict5["grift"] = true;
dict5["grigs"] = true;
dict5["grill"] = true;
dict5["grime"] = true;
dict5["grimy"] = true;
dict5["grind"] = true;
dict5["grins"] = true;
dict5["griot"] = true;
dict5["gripe"] = true;
dict5["grips"] = true;
dict5["gript"] = true;
dict5["gripy"] = true;
dict5["grist"] = true;
dict5["grith"] = true;
dict5["grits"] = true;
dict5["groan"] = true;
dict5["groat"] = true;
dict5["grody"] = true;
dict5["grogs"] = true;
dict5["groin"] = true;
dict5["groks"] = true;
dict5["groom"] = true;
dict5["grope"] = true;
dict5["gross"] = true;
dict5["grosz"] = true;
dict5["grots"] = true;
dict5["group"] = true;
dict5["grout"] = true;
dict5["grove"] = true;
dict5["growl"] = true;
dict5["grown"] = true;
dict5["grows"] = true;
dict5["grubs"] = true;
dict5["gruel"] = true;
dict5["grues"] = true;
dict5["gruff"] = true;
dict5["grume"] = true;
dict5["grump"] = true;
dict5["grunt"] = true;
dict5["guaco"] = true;
dict5["guano"] = true;
dict5["guans"] = true;
dict5["guard"] = true;
dict5["guars"] = true;
dict5["guava"] = true;
dict5["gucks"] = true;
dict5["gudes"] = true;
dict5["guess"] = true;
dict5["guest"] = true;
dict5["guffs"] = true;
dict5["guide"] = true;
dict5["guids"] = true;
dict5["guild"] = true;
dict5["guile"] = true;
dict5["guilt"] = true;
dict5["guiro"] = true;
dict5["guise"] = true;
dict5["gulag"] = true;
dict5["gular"] = true;
dict5["gulch"] = true;
dict5["gules"] = true;
dict5["gulfs"] = true;
dict5["gulfy"] = true;
dict5["gulls"] = true;
dict5["gully"] = true;
dict5["gulps"] = true;
dict5["gulpy"] = true;
dict5["gumbo"] = true;
dict5["gumma"] = true;
dict5["gummy"] = true;
dict5["gunks"] = true;
dict5["gunky"] = true;
dict5["gunny"] = true;
dict5["guppy"] = true;
dict5["gurge"] = true;
dict5["gurry"] = true;
dict5["gursh"] = true;
dict5["gurus"] = true;
dict5["gushy"] = true;
dict5["gussy"] = true;
dict5["gusto"] = true;
dict5["gusts"] = true;
dict5["gusty"] = true;
dict5["gutsy"] = true;
dict5["gutta"] = true;
dict5["gutty"] = true;
dict5["guyed"] = true;
dict5["guyot"] = true;
dict5["gwine"] = true;
dict5["gybed"] = true;
dict5["gybes"] = true;
dict5["gyoza"] = true;
dict5["gypsy"] = true;
dict5["gyral"] = true;
dict5["gyred"] = true;
dict5["gyres"] = true;
dict5["gyron"] = true;
dict5["gyros"] = true;
dict5["gyrus"] = true;
dict5["gyved"] = true;
dict5["gyves"] = true;
dict5["haafs"] = true;
dict5["haars"] = true;
dict5["habit"] = true;
dict5["habus"] = true;
dict5["hacek"] = true;
dict5["hacks"] = true;
dict5["hadal"] = true;
dict5["haded"] = true;
dict5["hades"] = true;
dict5["hadji"] = true;
dict5["hadst"] = true;
dict5["haems"] = true;
dict5["haets"] = true;
dict5["hafiz"] = true;
dict5["hafts"] = true;
dict5["hahas"] = true;
dict5["haika"] = true;
dict5["haiks"] = true;
dict5["haiku"] = true;
dict5["hails"] = true;
dict5["haint"] = true;
dict5["hairs"] = true;
dict5["hairy"] = true;
dict5["hajes"] = true;
dict5["hajis"] = true;
dict5["hajji"] = true;
dict5["hakes"] = true;
dict5["hakim"] = true;
dict5["hakus"] = true;
dict5["halal"] = true;
dict5["haled"] = true;
dict5["haler"] = true;
dict5["hales"] = true;
dict5["halid"] = true;
dict5["hallo"] = true;
dict5["halls"] = true;
dict5["halma"] = true;
dict5["halms"] = true;
dict5["halon"] = true;
dict5["halos"] = true;
dict5["halts"] = true;
dict5["halva"] = true;
dict5["halve"] = true;
dict5["hamal"] = true;
dict5["hames"] = true;
dict5["hammy"] = true;
dict5["hamza"] = true;
dict5["hance"] = true;
dict5["hands"] = true;
dict5["handy"] = true;
dict5["hangs"] = true;
dict5["hanks"] = true;
dict5["hanky"] = true;
dict5["hansa"] = true;
dict5["hanse"] = true;
dict5["hants"] = true;
dict5["haole"] = true;
dict5["hapax"] = true;
dict5["haply"] = true;
dict5["happy"] = true;
dict5["hards"] = true;
dict5["hardy"] = true;
dict5["hared"] = true;
dict5["harem"] = true;
dict5["hares"] = true;
dict5["harks"] = true;
dict5["harls"] = true;
dict5["harms"] = true;
dict5["harps"] = true;
dict5["harpy"] = true;
dict5["harry"] = true;
dict5["harsh"] = true;
dict5["harts"] = true;
dict5["hasps"] = true;
dict5["haste"] = true;
dict5["hasty"] = true;
dict5["hatch"] = true;
dict5["hated"] = true;
dict5["hater"] = true;
dict5["hates"] = true;
dict5["haugh"] = true;
dict5["haulm"] = true;
dict5["hauls"] = true;
dict5["haunt"] = true;
dict5["haute"] = true;
dict5["haven"] = true;
dict5["haver"] = true;
dict5["haves"] = true;
dict5["havoc"] = true;
dict5["hawed"] = true;
dict5["hawks"] = true;
dict5["hawse"] = true;
dict5["hayed"] = true;
dict5["hayer"] = true;
dict5["hayey"] = true;
dict5["hazan"] = true;
dict5["hazed"] = true;
dict5["hazel"] = true;
dict5["hazer"] = true;
dict5["hazes"] = true;
dict5["heads"] = true;
dict5["heady"] = true;
dict5["heals"] = true;
dict5["heaps"] = true;
dict5["heapy"] = true;
dict5["heard"] = true;
dict5["hears"] = true;
dict5["heart"] = true;
dict5["heath"] = true;
dict5["heats"] = true;
dict5["heave"] = true;
dict5["heavy"] = true;
dict5["hebes"] = true;
dict5["hecks"] = true;
dict5["heder"] = true;
dict5["hedge"] = true;
dict5["hedgy"] = true;
dict5["heeds"] = true;
dict5["heels"] = true;
dict5["heeze"] = true;
dict5["hefts"] = true;
dict5["hefty"] = true;
dict5["heigh"] = true;
dict5["heils"] = true;
dict5["heirs"] = true;
dict5["heist"] = true;
dict5["helio"] = true;
dict5["helix"] = true;
dict5["hello"] = true;
dict5["hells"] = true;
dict5["helms"] = true;
dict5["helos"] = true;
dict5["helot"] = true;
dict5["helps"] = true;
dict5["helve"] = true;
dict5["hemal"] = true;
dict5["hemes"] = true;
dict5["hemic"] = true;
dict5["hemin"] = true;
dict5["hemps"] = true;
dict5["hempy"] = true;
dict5["hence"] = true;
dict5["henge"] = true;
dict5["henna"] = true;
dict5["henry"] = true;
dict5["hents"] = true;
dict5["herbs"] = true;
dict5["herby"] = true;
dict5["herds"] = true;
dict5["heres"] = true;
dict5["herls"] = true;
dict5["herma"] = true;
dict5["herms"] = true;
dict5["herns"] = true;
dict5["heron"] = true;
dict5["heros"] = true;
dict5["herry"] = true;
dict5["hertz"] = true;
dict5["hests"] = true;
dict5["heths"] = true;
dict5["heuch"] = true;
dict5["heugh"] = true;
dict5["hewed"] = true;
dict5["hewer"] = true;
dict5["hexad"] = true;
dict5["hexed"] = true;
dict5["hexer"] = true;
dict5["hexes"] = true;
dict5["hexyl"] = true;
dict5["hicks"] = true;
dict5["hided"] = true;
dict5["hider"] = true;
dict5["hides"] = true;
dict5["highs"] = true;
dict5["hight"] = true;
dict5["hijab"] = true;
dict5["hijra"] = true;
dict5["hiked"] = true;
dict5["hiker"] = true;
dict5["hikes"] = true;
dict5["hilar"] = true;
dict5["hillo"] = true;
dict5["hills"] = true;
dict5["hilly"] = true;
dict5["hilts"] = true;
dict5["hilum"] = true;
dict5["hilus"] = true;
dict5["hinds"] = true;
dict5["hinge"] = true;
dict5["hinky"] = true;
dict5["hinny"] = true;
dict5["hints"] = true;
dict5["hiply"] = true;
dict5["hippo"] = true;
dict5["hippy"] = true;
dict5["hired"] = true;
dict5["hiree"] = true;
dict5["hirer"] = true;
dict5["hires"] = true;
dict5["hissy"] = true;
dict5["hists"] = true;
dict5["hitch"] = true;
dict5["hived"] = true;
dict5["hives"] = true;
dict5["hoagy"] = true;
dict5["hoard"] = true;
dict5["hoars"] = true;
dict5["hoary"] = true;
dict5["hobby"] = true;
dict5["hobos"] = true;
dict5["hocks"] = true;
dict5["hocus"] = true;
dict5["hodad"] = true;
dict5["hoers"] = true;
dict5["hogan"] = true;
dict5["hoggs"] = true;
dict5["hoick"] = true;
dict5["hoise"] = true;
dict5["hoist"] = true;
dict5["hoked"] = true;
dict5["hokes"] = true;
dict5["hokey"] = true;
dict5["hokku"] = true;
dict5["hokum"] = true;
dict5["holds"] = true;
dict5["holed"] = true;
dict5["holes"] = true;
dict5["holey"] = true;
dict5["holks"] = true;
dict5["holla"] = true;
dict5["hollo"] = true;
dict5["holly"] = true;
dict5["holms"] = true;
dict5["holts"] = true;
dict5["homed"] = true;
dict5["homer"] = true;
dict5["homes"] = true;
dict5["homey"] = true;
dict5["homie"] = true;
dict5["homos"] = true;
dict5["honan"] = true;
dict5["honda"] = true;
dict5["honed"] = true;
dict5["honer"] = true;
dict5["hones"] = true;
dict5["honey"] = true;
dict5["hongi"] = true;
dict5["hongs"] = true;
dict5["honks"] = true;
dict5["honky"] = true;
dict5["honor"] = true;
dict5["hooch"] = true;
dict5["hoods"] = true;
dict5["hoody"] = true;
dict5["hooey"] = true;
dict5["hoofs"] = true;
dict5["hooka"] = true;
dict5["hooks"] = true;
dict5["hooky"] = true;
dict5["hooly"] = true;
dict5["hoops"] = true;
dict5["hoots"] = true;
dict5["hooty"] = true;
dict5["hoped"] = true;
dict5["hoper"] = true;
dict5["hopes"] = true;
dict5["hoppy"] = true;
dict5["horah"] = true;
dict5["horal"] = true;
dict5["horas"] = true;
dict5["horde"] = true;
dict5["horns"] = true;
dict5["horny"] = true;
dict5["horse"] = true;
dict5["horst"] = true;
dict5["horsy"] = true;
dict5["hosed"] = true;
dict5["hosel"] = true;
dict5["hosen"] = true;
dict5["hoser"] = true;
dict5["hoses"] = true;
dict5["hosey"] = true;
dict5["hosta"] = true;
dict5["hosts"] = true;
dict5["hotch"] = true;
dict5["hotel"] = true;
dict5["hotly"] = true;
dict5["hound"] = true;
dict5["houri"] = true;
dict5["hours"] = true;
dict5["house"] = true;
dict5["hovel"] = true;
dict5["hover"] = true;
dict5["howdy"] = true;
dict5["howes"] = true;
dict5["howff"] = true;
dict5["howfs"] = true;
dict5["howks"] = true;
dict5["howls"] = true;
dict5["hoyas"] = true;
dict5["hoyle"] = true;
dict5["hubby"] = true;
dict5["hucks"] = true;
dict5["huffs"] = true;
dict5["huffy"] = true;
dict5["huger"] = true;
dict5["hulas"] = true;
dict5["hulks"] = true;
dict5["hulky"] = true;
dict5["hullo"] = true;
dict5["hulls"] = true;
dict5["human"] = true;
dict5["humic"] = true;
dict5["humid"] = true;
dict5["humor"] = true;
dict5["humph"] = true;
dict5["humps"] = true;
dict5["humpy"] = true;
dict5["humus"] = true;
dict5["hunch"] = true;
dict5["hunks"] = true;
dict5["hunky"] = true;
dict5["hunts"] = true;
dict5["hurds"] = true;
dict5["hurls"] = true;
dict5["hurly"] = true;
dict5["hurry"] = true;
dict5["hurst"] = true;
dict5["hurts"] = true;
dict5["husks"] = true;
dict5["husky"] = true;
dict5["hussy"] = true;
dict5["hutch"] = true;
dict5["huzza"] = true;
dict5["hydra"] = true;
dict5["hydro"] = true;
dict5["hyena"] = true;
dict5["hying"] = true;
dict5["hylas"] = true;
dict5["hymen"] = true;
dict5["hymns"] = true;
dict5["hyoid"] = true;
dict5["hyped"] = true;
dict5["hyper"] = true;
dict5["hypes"] = true;
dict5["hypha"] = true;
dict5["hypos"] = true;
dict5["hyrax"] = true;
dict5["hyson"] = true;
dict5["iambi"] = true;
dict5["iambs"] = true;
dict5["ichor"] = true;
dict5["icier"] = true;
dict5["icily"] = true;
dict5["icing"] = true;
dict5["icker"] = true;
dict5["icons"] = true;
dict5["ictic"] = true;
dict5["ictus"] = true;
dict5["ideal"] = true;
dict5["ideas"] = true;
dict5["idiom"] = true;
dict5["idiot"] = true;
dict5["idled"] = true;
dict5["idler"] = true;
dict5["idles"] = true;
dict5["idols"] = true;
dict5["idyll"] = true;
dict5["idyls"] = true;
dict5["igged"] = true;
dict5["igloo"] = true;
dict5["iglus"] = true;
dict5["ihram"] = true;
dict5["ikats"] = true;
dict5["ikons"] = true;
dict5["ileac"] = true;
dict5["ileal"] = true;
dict5["ileum"] = true;
dict5["ileus"] = true;
dict5["iliac"] = true;
dict5["iliad"] = true;
dict5["ilial"] = true;
dict5["ilium"] = true;
dict5["iller"] = true;
dict5["image"] = true;
dict5["imago"] = true;
dict5["imams"] = true;
dict5["imaum"] = true;
dict5["imbed"] = true;
dict5["imbue"] = true;
dict5["imide"] = true;
dict5["imido"] = true;
dict5["imids"] = true;
dict5["imine"] = true;
dict5["imino"] = true;
dict5["immix"] = true;
dict5["imped"] = true;
dict5["impel"] = true;
dict5["impis"] = true;
dict5["imply"] = true;
dict5["inane"] = true;
dict5["inapt"] = true;
dict5["inarm"] = true;
dict5["inbye"] = true;
dict5["incog"] = true;
dict5["incur"] = true;
dict5["incus"] = true;
dict5["index"] = true;
dict5["indie"] = true;
dict5["indol"] = true;
dict5["indow"] = true;
dict5["indri"] = true;
dict5["indue"] = true;
dict5["inept"] = true;
dict5["inert"] = true;
dict5["infer"] = true;
dict5["infix"] = true;
dict5["infos"] = true;
dict5["infra"] = true;
dict5["ingle"] = true;
dict5["ingot"] = true;
dict5["inion"] = true;
dict5["inked"] = true;
dict5["inker"] = true;
dict5["inkle"] = true;
dict5["inlay"] = true;
dict5["inlet"] = true;
dict5["inned"] = true;
dict5["inner"] = true;
dict5["input"] = true;
dict5["inrun"] = true;
dict5["inset"] = true;
dict5["inter"] = true;
dict5["intis"] = true;
dict5["intro"] = true;
dict5["inure"] = true;
dict5["inurn"] = true;
dict5["invar"] = true;
dict5["iodic"] = true;
dict5["iodid"] = true;
dict5["iodin"] = true;
dict5["ionic"] = true;
dict5["iotas"] = true;
dict5["irade"] = true;
dict5["irate"] = true;
dict5["irids"] = true;
dict5["iring"] = true;
dict5["irked"] = true;
dict5["iroko"] = true;
dict5["irone"] = true;
dict5["irons"] = true;
dict5["irony"] = true;
dict5["isbas"] = true;
dict5["isled"] = true;
dict5["isles"] = true;
dict5["islet"] = true;
dict5["issei"] = true;
dict5["issue"] = true;
dict5["istle"] = true;
dict5["itchy"] = true;
dict5["items"] = true;
dict5["ither"] = true;
dict5["ivied"] = true;
dict5["ivies"] = true;
dict5["ivory"] = true;
dict5["ixias"] = true;
dict5["ixora"] = true;
dict5["ixtle"] = true;
dict5["izars"] = true;
dict5["jabot"] = true;
dict5["jacal"] = true;
dict5["jacks"] = true;
dict5["jacky"] = true;
dict5["jaded"] = true;
dict5["jades"] = true;
dict5["jager"] = true;
dict5["jaggs"] = true;
dict5["jaggy"] = true;
dict5["jagra"] = true;
dict5["jails"] = true;
dict5["jakes"] = true;
dict5["jalap"] = true;
dict5["jalop"] = true;
dict5["jambe"] = true;
dict5["jambs"] = true;
dict5["jammy"] = true;
dict5["janes"] = true;
dict5["janty"] = true;
dict5["japan"] = true;
dict5["japed"] = true;
dict5["japer"] = true;
dict5["japes"] = true;
dict5["jarls"] = true;
dict5["jatos"] = true;
dict5["jauks"] = true;
dict5["jaunt"] = true;
dict5["jaups"] = true;
dict5["javas"] = true;
dict5["jawan"] = true;
dict5["jawed"] = true;
dict5["jazzy"] = true;
dict5["jeans"] = true;
dict5["jebel"] = true;
dict5["jeeps"] = true;
dict5["jeers"] = true;
dict5["jefes"] = true;
dict5["jehad"] = true;
dict5["jehus"] = true;
dict5["jello"] = true;
dict5["jells"] = true;
dict5["jelly"] = true;
dict5["jemmy"] = true;
dict5["jenny"] = true;
dict5["jerid"] = true;
dict5["jerks"] = true;
dict5["jerky"] = true;
dict5["jerry"] = true;
dict5["jesse"] = true;
dict5["jests"] = true;
dict5["jetes"] = true;
dict5["jeton"] = true;
dict5["jetty"] = true;
dict5["jewed"] = true;
dict5["jewel"] = true;
dict5["jibbs"] = true;
dict5["jibed"] = true;
dict5["jiber"] = true;
dict5["jibes"] = true;
dict5["jiffs"] = true;
dict5["jiffy"] = true;
dict5["jiggy"] = true;
dict5["jihad"] = true;
dict5["jills"] = true;
dict5["jilts"] = true;
dict5["jimmy"] = true;
dict5["jimpy"] = true;
dict5["jingo"] = true;
dict5["jinks"] = true;
dict5["jinni"] = true;
dict5["jinns"] = true;
dict5["jisms"] = true;
dict5["jived"] = true;
dict5["jiver"] = true;
dict5["jives"] = true;
dict5["jivey"] = true;
dict5["jnana"] = true;
dict5["jocko"] = true;
dict5["jocks"] = true;
dict5["joeys"] = true;
dict5["johns"] = true;
dict5["joins"] = true;
dict5["joint"] = true;
dict5["joist"] = true;
dict5["joked"] = true;
dict5["joker"] = true;
dict5["jokes"] = true;
dict5["jokey"] = true;
dict5["joles"] = true;
dict5["jolly"] = true;
dict5["jolts"] = true;
dict5["jolty"] = true;
dict5["jomon"] = true;
dict5["jones"] = true;
dict5["joram"] = true;
dict5["jorum"] = true;
dict5["jotas"] = true;
dict5["jotty"] = true;
dict5["joual"] = true;
dict5["jouks"] = true;
dict5["joule"] = true;
dict5["joust"] = true;
dict5["jowar"] = true;
dict5["jowed"] = true;
dict5["jowls"] = true;
dict5["jowly"] = true;
dict5["joyed"] = true;
dict5["jubas"] = true;
dict5["jubes"] = true;
dict5["jucos"] = true;
dict5["judas"] = true;
dict5["judge"] = true;
dict5["judos"] = true;
dict5["jugal"] = true;
dict5["jugum"] = true;
dict5["juice"] = true;
dict5["juicy"] = true;
dict5["jujus"] = true;
dict5["juked"] = true;
dict5["jukes"] = true;
dict5["jukus"] = true;
dict5["julep"] = true;
dict5["jumbo"] = true;
dict5["jumps"] = true;
dict5["jumpy"] = true;
dict5["junco"] = true;
dict5["junks"] = true;
dict5["junky"] = true;
dict5["junta"] = true;
dict5["junto"] = true;
dict5["jupes"] = true;
dict5["jupon"] = true;
dict5["jural"] = true;
dict5["jurat"] = true;
dict5["jurel"] = true;
dict5["juror"] = true;
dict5["justs"] = true;
dict5["jutes"] = true;
dict5["jutty"] = true;
dict5["kabab"] = true;
dict5["kabar"] = true;
dict5["kabob"] = true;
dict5["kadis"] = true;
dict5["kafir"] = true;
dict5["kagus"] = true;
dict5["kaiak"] = true;
dict5["kaifs"] = true;
dict5["kails"] = true;
dict5["kains"] = true;
dict5["kakas"] = true;
dict5["kakis"] = true;
dict5["kalam"] = true;
dict5["kales"] = true;
dict5["kalif"] = true;
dict5["kalpa"] = true;
dict5["kames"] = true;
dict5["kamik"] = true;
dict5["kanas"] = true;
dict5["kanes"] = true;
dict5["kanji"] = true;
dict5["kanzu"] = true;
dict5["kaons"] = true;
dict5["kapas"] = true;
dict5["kaphs"] = true;
dict5["kapok"] = true;
dict5["kappa"] = true;
dict5["kaput"] = true;
dict5["karat"] = true;
dict5["karma"] = true;
dict5["karns"] = true;
dict5["karoo"] = true;
dict5["karst"] = true;
dict5["karts"] = true;
dict5["kasha"] = true;
dict5["katas"] = true;
dict5["kauri"] = true;
dict5["kaury"] = true;
dict5["kavas"] = true;
dict5["kayak"] = true;
dict5["kayos"] = true;
dict5["kazoo"] = true;
dict5["kbars"] = true;
dict5["kebab"] = true;
dict5["kebar"] = true;
dict5["kebob"] = true;
dict5["kecks"] = true;
dict5["kedge"] = true;
dict5["keefs"] = true;
dict5["keeks"] = true;
dict5["keels"] = true;
dict5["keens"] = true;
dict5["keeps"] = true;
dict5["keets"] = true;
dict5["keeve"] = true;
dict5["kefir"] = true;
dict5["keirs"] = true;
dict5["kelep"] = true;
dict5["kelim"] = true;
dict5["kelly"] = true;
dict5["kelps"] = true;
dict5["kelpy"] = true;
dict5["kelts"] = true;
dict5["kemps"] = true;
dict5["kempt"] = true;
dict5["kenaf"] = true;
dict5["kench"] = true;
dict5["kendo"] = true;
dict5["kenos"] = true;
dict5["kente"] = true;
dict5["kepis"] = true;
dict5["kerbs"] = true;
dict5["kerfs"] = true;
dict5["kerne"] = true;
dict5["kerns"] = true;
dict5["kerry"] = true;
dict5["ketch"] = true;
dict5["ketol"] = true;
dict5["kevel"] = true;
dict5["kevil"] = true;
dict5["kexes"] = true;
dict5["keyed"] = true;
dict5["khadi"] = true;
dict5["khafs"] = true;
dict5["khaki"] = true;
dict5["khans"] = true;
dict5["khaph"] = true;
dict5["khats"] = true;
dict5["kheda"] = true;
dict5["kheth"] = true;
dict5["khets"] = true;
dict5["khoum"] = true;
dict5["kiang"] = true;
dict5["kibbe"] = true;
dict5["kibbi"] = true;
dict5["kibei"] = true;
dict5["kibes"] = true;
dict5["kibla"] = true;
dict5["kicks"] = true;
dict5["kicky"] = true;
dict5["kiddo"] = true;
dict5["kiddy"] = true;
dict5["kiefs"] = true;
dict5["kiers"] = true;
dict5["kikes"] = true;
dict5["kilim"] = true;
dict5["kills"] = true;
dict5["kilns"] = true;
dict5["kilos"] = true;
dict5["kilts"] = true;
dict5["kilty"] = true;
dict5["kinas"] = true;
dict5["kinds"] = true;
dict5["kines"] = true;
dict5["kings"] = true;
dict5["kinin"] = true;
dict5["kinks"] = true;
dict5["kinky"] = true;
dict5["kinos"] = true;
dict5["kiosk"] = true;
dict5["kirks"] = true;
dict5["kirns"] = true;
dict5["kissy"] = true;
dict5["kists"] = true;
dict5["kited"] = true;
dict5["kiter"] = true;
dict5["kites"] = true;
dict5["kithe"] = true;
dict5["kiths"] = true;
dict5["kitty"] = true;
dict5["kivas"] = true;
dict5["kiwis"] = true;
dict5["klick"] = true;
dict5["kliks"] = true;
dict5["klong"] = true;
dict5["kloof"] = true;
dict5["kluge"] = true;
dict5["klutz"] = true;
dict5["knack"] = true;
dict5["knaps"] = true;
dict5["knars"] = true;
dict5["knaur"] = true;
dict5["knave"] = true;
dict5["knawe"] = true;
dict5["knead"] = true;
dict5["kneed"] = true;
dict5["kneel"] = true;
dict5["knees"] = true;
dict5["knell"] = true;
dict5["knelt"] = true;
dict5["knife"] = true;
dict5["knish"] = true;
dict5["knits"] = true;
dict5["knobs"] = true;
dict5["knock"] = true;
dict5["knoll"] = true;
dict5["knops"] = true;
dict5["knosp"] = true;
dict5["knots"] = true;
dict5["knout"] = true;
dict5["known"] = true;
dict5["knows"] = true;
dict5["knurl"] = true;
dict5["knurs"] = true;
dict5["koala"] = true;
dict5["koans"] = true;
dict5["kobos"] = true;
dict5["koels"] = true;
dict5["kohls"] = true;
dict5["koine"] = true;
dict5["kojis"] = true;
dict5["kolas"] = true;
dict5["kolos"] = true;
dict5["kombu"] = true;
dict5["konks"] = true;
dict5["kooks"] = true;
dict5["kooky"] = true;
dict5["kopek"] = true;
dict5["kophs"] = true;
dict5["kopje"] = true;
dict5["koppa"] = true;
dict5["korai"] = true;
dict5["koras"] = true;
dict5["korat"] = true;
dict5["korma"] = true;
dict5["korun"] = true;
dict5["kotos"] = true;
dict5["kotow"] = true;
dict5["kraal"] = true;
dict5["kraft"] = true;
dict5["krait"] = true;
dict5["kraut"] = true;
dict5["kreep"] = true;
dict5["krewe"] = true;
dict5["krill"] = true;
dict5["krona"] = true;
dict5["krone"] = true;
dict5["kroon"] = true;
dict5["krubi"] = true;
dict5["kudos"] = true;
dict5["kudus"] = true;
dict5["kudzu"] = true;
dict5["kufis"] = true;
dict5["kugel"] = true;
dict5["kukri"] = true;
dict5["kulak"] = true;
dict5["kumys"] = true;
dict5["kurta"] = true;
dict5["kurus"] = true;
dict5["kusso"] = true;
dict5["kvass"] = true;
dict5["kvell"] = true;
dict5["kyack"] = true;
dict5["kyaks"] = true;
dict5["kyars"] = true;
dict5["kyats"] = true;
dict5["kylix"] = true;
dict5["kyrie"] = true;
dict5["kytes"] = true;
dict5["kythe"] = true;
dict5["laari"] = true;
dict5["label"] = true;
dict5["labia"] = true;
dict5["labor"] = true;
dict5["labra"] = true;
dict5["laced"] = true;
dict5["lacer"] = true;
dict5["laces"] = true;
dict5["lacey"] = true;
dict5["lacks"] = true;
dict5["laded"] = true;
dict5["laden"] = true;
dict5["lader"] = true;
dict5["lades"] = true;
dict5["ladle"] = true;
dict5["laevo"] = true;
dict5["lagan"] = true;
dict5["lager"] = true;
dict5["lahar"] = true;
dict5["laich"] = true;
dict5["laics"] = true;
dict5["laigh"] = true;
dict5["laird"] = true;
dict5["lairs"] = true;
dict5["laith"] = true;
dict5["laity"] = true;
dict5["laked"] = true;
dict5["laker"] = true;
dict5["lakes"] = true;
dict5["lakhs"] = true;
dict5["lalls"] = true;
dict5["lamas"] = true;
dict5["lambs"] = true;
dict5["lamby"] = true;
dict5["lamed"] = true;
dict5["lamer"] = true;
dict5["lames"] = true;
dict5["lamia"] = true;
dict5["lamps"] = true;
dict5["lanai"] = true;
dict5["lance"] = true;
dict5["lands"] = true;
dict5["lanes"] = true;
dict5["lanky"] = true;
dict5["lapel"] = true;
dict5["lapin"] = true;
dict5["lapis"] = true;
dict5["lapse"] = true;
dict5["larch"] = true;
dict5["lards"] = true;
dict5["lardy"] = true;
dict5["laree"] = true;
dict5["lares"] = true;
dict5["large"] = true;
dict5["largo"] = true;
dict5["laris"] = true;
dict5["larks"] = true;
dict5["larky"] = true;
dict5["larum"] = true;
dict5["larva"] = true;
dict5["lased"] = true;
dict5["laser"] = true;
dict5["lases"] = true;
dict5["lassi"] = true;
dict5["lasso"] = true;
dict5["lasts"] = true;
dict5["latch"] = true;
dict5["lated"] = true;
dict5["laten"] = true;
dict5["later"] = true;
dict5["latex"] = true;
dict5["lathe"] = true;
dict5["lathi"] = true;
dict5["laths"] = true;
dict5["lathy"] = true;
dict5["latke"] = true;
dict5["latte"] = true;
dict5["lauan"] = true;
dict5["lauds"] = true;
dict5["laugh"] = true;
dict5["laura"] = true;
dict5["lavas"] = true;
dict5["laved"] = true;
dict5["laver"] = true;
dict5["laves"] = true;
dict5["lawed"] = true;
dict5["lawns"] = true;
dict5["lawny"] = true;
dict5["laxer"] = true;
dict5["laxes"] = true;
dict5["laxly"] = true;
dict5["layed"] = true;
dict5["layer"] = true;
dict5["layin"] = true;
dict5["layup"] = true;
dict5["lazar"] = true;
dict5["lazed"] = true;
dict5["lazes"] = true;
dict5["leach"] = true;
dict5["leads"] = true;
dict5["leady"] = true;
dict5["leafs"] = true;
dict5["leafy"] = true;
dict5["leaks"] = true;
dict5["leaky"] = true;
dict5["leans"] = true;
dict5["leant"] = true;
dict5["leaps"] = true;
dict5["leapt"] = true;
dict5["learn"] = true;
dict5["lears"] = true;
dict5["leary"] = true;
dict5["lease"] = true;
dict5["leash"] = true;
dict5["least"] = true;
dict5["leave"] = true;
dict5["leavy"] = true;
dict5["leben"] = true;
dict5["ledge"] = true;
dict5["ledgy"] = true;
dict5["leech"] = true;
dict5["leeks"] = true;
dict5["leers"] = true;
dict5["leery"] = true;
dict5["leets"] = true;
dict5["lefts"] = true;
dict5["lefty"] = true;
dict5["legal"] = true;
dict5["leger"] = true;
dict5["leges"] = true;
dict5["leggy"] = true;
dict5["legit"] = true;
dict5["lehrs"] = true;
dict5["lehua"] = true;
dict5["leman"] = true;
dict5["lemma"] = true;
dict5["lemon"] = true;
dict5["lemur"] = true;
dict5["lends"] = true;
dict5["lenes"] = true;
dict5["lenis"] = true;
dict5["lenos"] = true;
dict5["lense"] = true;
dict5["lento"] = true;
dict5["leone"] = true;
dict5["leper"] = true;
dict5["lepta"] = true;
dict5["lesbo"] = true;
dict5["leses"] = true;
dict5["letch"] = true;
dict5["lethe"] = true;
dict5["letup"] = true;
dict5["leuds"] = true;
dict5["levee"] = true;
dict5["level"] = true;
dict5["lever"] = true;
dict5["levin"] = true;
dict5["levis"] = true;
dict5["lewis"] = true;
dict5["lexes"] = true;
dict5["lexis"] = true;
dict5["lezzy"] = true;
dict5["liana"] = true;
dict5["liane"] = true;
dict5["liang"] = true;
dict5["liard"] = true;
dict5["liars"] = true;
dict5["libel"] = true;
dict5["liber"] = true;
dict5["libra"] = true;
dict5["libri"] = true;
dict5["lichi"] = true;
dict5["licht"] = true;
dict5["licit"] = true;
dict5["licks"] = true;
dict5["lidar"] = true;
dict5["lidos"] = true;
dict5["liege"] = true;
dict5["liens"] = true;
dict5["liers"] = true;
dict5["lieus"] = true;
dict5["lieve"] = true;
dict5["lifer"] = true;
dict5["lifts"] = true;
dict5["ligan"] = true;
dict5["liger"] = true;
dict5["light"] = true;
dict5["liked"] = true;
dict5["liken"] = true;
dict5["liker"] = true;
dict5["likes"] = true;
dict5["lilac"] = true;
dict5["lilos"] = true;
dict5["lilts"] = true;
dict5["liman"] = true;
dict5["limas"] = true;
dict5["limba"] = true;
dict5["limbi"] = true;
dict5["limbo"] = true;
dict5["limbs"] = true;
dict5["limby"] = true;
dict5["limed"] = true;
dict5["limen"] = true;
dict5["limes"] = true;
dict5["limey"] = true;
dict5["limit"] = true;
dict5["limns"] = true;
dict5["limos"] = true;
dict5["limpa"] = true;
dict5["limps"] = true;
dict5["linac"] = true;
dict5["lindy"] = true;
dict5["lined"] = true;
dict5["linen"] = true;
dict5["liner"] = true;
dict5["lines"] = true;
dict5["liney"] = true;
dict5["linga"] = true;
dict5["lingo"] = true;
dict5["lings"] = true;
dict5["lingy"] = true;
dict5["linin"] = true;
dict5["links"] = true;
dict5["linky"] = true;
dict5["linns"] = true;
dict5["linos"] = true;
dict5["lints"] = true;
dict5["linty"] = true;
dict5["linum"] = true;
dict5["lions"] = true;
dict5["lipid"] = true;
dict5["lipin"] = true;
dict5["lippy"] = true;
dict5["liras"] = true;
dict5["lirot"] = true;
dict5["lisle"] = true;
dict5["lisps"] = true;
dict5["lists"] = true;
dict5["litai"] = true;
dict5["litas"] = true;
dict5["liter"] = true;
dict5["lithe"] = true;
dict5["litho"] = true;
dict5["litre"] = true;
dict5["lived"] = true;
dict5["liven"] = true;
dict5["liver"] = true;
dict5["lives"] = true;
dict5["livid"] = true;
dict5["livre"] = true;
dict5["llama"] = true;
dict5["llano"] = true;
dict5["loach"] = true;
dict5["loads"] = true;
dict5["loafs"] = true;
dict5["loams"] = true;
dict5["loamy"] = true;
dict5["loans"] = true;
dict5["loath"] = true;
dict5["lobar"] = true;
dict5["lobby"] = true;
dict5["lobed"] = true;
dict5["lobes"] = true;
dict5["lobos"] = true;
dict5["local"] = true;
dict5["lochs"] = true;
dict5["locks"] = true;
dict5["locos"] = true;
dict5["locum"] = true;
dict5["locus"] = true;
dict5["loden"] = true;
dict5["lodes"] = true;
dict5["lodge"] = true;
dict5["loess"] = true;
dict5["lofts"] = true;
dict5["lofty"] = true;
dict5["logan"] = true;
dict5["loges"] = true;
dict5["loggy"] = true;
dict5["logia"] = true;
dict5["logic"] = true;
dict5["login"] = true;
dict5["logoi"] = true;
dict5["logon"] = true;
dict5["logos"] = true;
dict5["loids"] = true;
dict5["loins"] = true;
dict5["lolls"] = true;
dict5["lolly"] = true;
dict5["loner"] = true;
dict5["longe"] = true;
dict5["longs"] = true;
dict5["looby"] = true;
dict5["looed"] = true;
dict5["looey"] = true;
dict5["loofa"] = true;
dict5["loofs"] = true;
dict5["looie"] = true;
dict5["looks"] = true;
dict5["looms"] = true;
dict5["loons"] = true;
dict5["loony"] = true;
dict5["loops"] = true;
dict5["loopy"] = true;
dict5["loose"] = true;
dict5["loots"] = true;
dict5["loped"] = true;
dict5["loper"] = true;
dict5["lopes"] = true;
dict5["loppy"] = true;
dict5["loral"] = true;
dict5["loran"] = true;
dict5["lords"] = true;
dict5["lores"] = true;
dict5["loris"] = true;
dict5["lorry"] = true;
dict5["losel"] = true;
dict5["loser"] = true;
dict5["loses"] = true;
dict5["lossy"] = true;
dict5["lotah"] = true;
dict5["lotas"] = true;
dict5["lotic"] = true;
dict5["lotos"] = true;
dict5["lotte"] = true;
dict5["lotto"] = true;
dict5["lotus"] = true;
dict5["lough"] = true;
dict5["louie"] = true;
dict5["louis"] = true;
dict5["louma"] = true;
dict5["loupe"] = true;
dict5["loups"] = true;
dict5["lours"] = true;
dict5["loury"] = true;
dict5["louse"] = true;
dict5["lousy"] = true;
dict5["louts"] = true;
dict5["lovat"] = true;
dict5["loved"] = true;
dict5["lover"] = true;
dict5["loves"] = true;
dict5["lowed"] = true;
dict5["lower"] = true;
dict5["lowes"] = true;
dict5["lowly"] = true;
dict5["lowse"] = true;
dict5["loxed"] = true;
dict5["loxes"] = true;
dict5["loyal"] = true;
dict5["luaus"] = true;
dict5["lubed"] = true;
dict5["lubes"] = true;
dict5["luces"] = true;
dict5["lucid"] = true;
dict5["lucks"] = true;
dict5["lucky"] = true;
dict5["lucre"] = true;
dict5["ludes"] = true;
dict5["ludic"] = true;
dict5["luffa"] = true;
dict5["luffs"] = true;
dict5["luged"] = true;
dict5["luger"] = true;
dict5["luges"] = true;
dict5["lulls"] = true;
dict5["lulus"] = true;
dict5["lumas"] = true;
dict5["lumen"] = true;
dict5["lumps"] = true;
dict5["lumpy"] = true;
dict5["lunar"] = true;
dict5["lunas"] = true;
dict5["lunch"] = true;
dict5["lunes"] = true;
dict5["lunet"] = true;
dict5["lunge"] = true;
dict5["lungi"] = true;
dict5["lungs"] = true;
dict5["lunks"] = true;
dict5["lunts"] = true;
dict5["lupin"] = true;
dict5["lupus"] = true;
dict5["lurch"] = true;
dict5["lured"] = true;
dict5["lurer"] = true;
dict5["lures"] = true;
dict5["lurex"] = true;
dict5["lurid"] = true;
dict5["lurks"] = true;
dict5["lusts"] = true;
dict5["lusty"] = true;
dict5["lusus"] = true;
dict5["lutea"] = true;
dict5["luted"] = true;
dict5["lutes"] = true;
dict5["luxes"] = true;
dict5["lweis"] = true;
dict5["lyard"] = true;
dict5["lyart"] = true;
dict5["lyase"] = true;
dict5["lycea"] = true;
dict5["lycee"] = true;
dict5["lycra"] = true;
dict5["lying"] = true;
dict5["lymph"] = true;
dict5["lynch"] = true;
dict5["lyres"] = true;
dict5["lyric"] = true;
dict5["lysed"] = true;
dict5["lyses"] = true;
dict5["lysin"] = true;
dict5["lysis"] = true;
dict5["lyssa"] = true;
dict5["lytic"] = true;
dict5["lytta"] = true;
dict5["maars"] = true;
dict5["mabes"] = true;
dict5["macaw"] = true;
dict5["maced"] = true;
dict5["macer"] = true;
dict5["maces"] = true;
dict5["mache"] = true;
dict5["macho"] = true;
dict5["machs"] = true;
dict5["macks"] = true;
dict5["macle"] = true;
dict5["macon"] = true;
dict5["macro"] = true;
dict5["madam"] = true;
dict5["madly"] = true;
dict5["madre"] = true;
dict5["mafia"] = true;
dict5["mafic"] = true;
dict5["mages"] = true;
dict5["magic"] = true;
dict5["magma"] = true;
dict5["magot"] = true;
dict5["magus"] = true;
dict5["mahoe"] = true;
dict5["maids"] = true;
dict5["maile"] = true;
dict5["maill"] = true;
dict5["mails"] = true;
dict5["maims"] = true;
dict5["mains"] = true;
dict5["mairs"] = true;
dict5["maist"] = true;
dict5["maize"] = true;
dict5["major"] = true;
dict5["makar"] = true;
dict5["maker"] = true;
dict5["makes"] = true;
dict5["makos"] = true;
dict5["malar"] = true;
dict5["males"] = true;
dict5["malic"] = true;
dict5["malls"] = true;
dict5["malms"] = true;
dict5["malmy"] = true;
dict5["malts"] = true;
dict5["malty"] = true;
dict5["mamas"] = true;
dict5["mamba"] = true;
dict5["mambo"] = true;
dict5["mamey"] = true;
dict5["mamie"] = true;
dict5["mamma"] = true;
dict5["mammy"] = true;
dict5["manas"] = true;
dict5["manat"] = true;
dict5["maned"] = true;
dict5["manes"] = true;
dict5["manga"] = true;
dict5["mange"] = true;
dict5["mango"] = true;
dict5["mangy"] = true;
dict5["mania"] = true;
dict5["manic"] = true;
dict5["manly"] = true;
dict5["manna"] = true;
dict5["manor"] = true;
dict5["manos"] = true;
dict5["manse"] = true;
dict5["manta"] = true;
dict5["manus"] = true;
dict5["maple"] = true;
dict5["maqui"] = true;
dict5["maras"] = true;
dict5["march"] = true;
dict5["marcs"] = true;
dict5["mares"] = true;
dict5["marge"] = true;
dict5["maria"] = true;
dict5["marka"] = true;
dict5["marks"] = true;
dict5["marls"] = true;
dict5["marly"] = true;
dict5["marry"] = true;
dict5["marse"] = true;
dict5["marsh"] = true;
dict5["marts"] = true;
dict5["marvy"] = true;
dict5["masas"] = true;
dict5["maser"] = true;
dict5["mashy"] = true;
dict5["masks"] = true;
dict5["mason"] = true;
dict5["massa"] = true;
dict5["masse"] = true;
dict5["massy"] = true;
dict5["masts"] = true;
dict5["match"] = true;
dict5["mated"] = true;
dict5["mater"] = true;
dict5["mates"] = true;
dict5["matey"] = true;
dict5["maths"] = true;
dict5["matin"] = true;
dict5["matte"] = true;
dict5["matts"] = true;
dict5["matza"] = true;
dict5["matzo"] = true;
dict5["mauds"] = true;
dict5["mauls"] = true;
dict5["maund"] = true;
dict5["mauts"] = true;
dict5["mauve"] = true;
dict5["maven"] = true;
dict5["mavie"] = true;
dict5["mavin"] = true;
dict5["mavis"] = true;
dict5["mawed"] = true;
dict5["maxed"] = true;
dict5["maxes"] = true;
dict5["maxim"] = true;
dict5["maxis"] = true;
dict5["mayan"] = true;
dict5["mayas"] = true;
dict5["maybe"] = true;
dict5["mayed"] = true;
dict5["mayor"] = true;
dict5["mayos"] = true;
dict5["mayst"] = true;
dict5["mazed"] = true;
dict5["mazer"] = true;
dict5["mazes"] = true;
dict5["mbira"] = true;
dict5["meads"] = true;
dict5["meals"] = true;
dict5["mealy"] = true;
dict5["means"] = true;
dict5["meant"] = true;
dict5["meany"] = true;
dict5["meats"] = true;
dict5["meaty"] = true;
dict5["mecca"] = true;
dict5["medal"] = true;
dict5["media"] = true;
dict5["medic"] = true;
dict5["medii"] = true;
dict5["meeds"] = true;
dict5["meets"] = true;
dict5["meiny"] = true;
dict5["melds"] = true;
dict5["melee"] = true;
dict5["melic"] = true;
dict5["mells"] = true;
dict5["melon"] = true;
dict5["melts"] = true;
dict5["melty"] = true;
dict5["memes"] = true;
dict5["memos"] = true;
dict5["menad"] = true;
dict5["mends"] = true;
dict5["mensa"] = true;
dict5["mense"] = true;
dict5["mensh"] = true;
dict5["menta"] = true;
dict5["menus"] = true;
dict5["meous"] = true;
dict5["meows"] = true;
dict5["merch"] = true;
dict5["mercs"] = true;
dict5["mercy"] = true;
dict5["merde"] = true;
dict5["merer"] = true;
dict5["meres"] = true;
dict5["merge"] = true;
dict5["merit"] = true;
dict5["merks"] = true;
dict5["merle"] = true;
dict5["merls"] = true;
dict5["merry"] = true;
dict5["mesas"] = true;
dict5["meshy"] = true;
dict5["mesic"] = true;
dict5["mesne"] = true;
dict5["meson"] = true;
dict5["messy"] = true;
dict5["metal"] = true;
dict5["meted"] = true;
dict5["meter"] = true;
dict5["metes"] = true;
dict5["meths"] = true;
dict5["metis"] = true;
dict5["metol"] = true;
dict5["metre"] = true;
dict5["metro"] = true;
dict5["mewed"] = true;
dict5["mewls"] = true;
dict5["mezes"] = true;
dict5["mezzo"] = true;
dict5["miaou"] = true;
dict5["miaow"] = true;
dict5["miasm"] = true;
dict5["miaul"] = true;
dict5["micas"] = true;
dict5["miche"] = true;
dict5["micks"] = true;
dict5["micra"] = true;
dict5["micro"] = true;
dict5["middy"] = true;
dict5["midge"] = true;
dict5["midis"] = true;
dict5["midst"] = true;
dict5["miens"] = true;
dict5["miffs"] = true;
dict5["miffy"] = true;
dict5["miggs"] = true;
dict5["might"] = true;
dict5["miked"] = true;
dict5["mikes"] = true;
dict5["mikra"] = true;
dict5["milch"] = true;
dict5["milds"] = true;
dict5["miler"] = true;
dict5["miles"] = true;
dict5["milia"] = true;
dict5["milks"] = true;
dict5["milky"] = true;
dict5["mille"] = true;
dict5["mills"] = true;
dict5["milos"] = true;
dict5["milpa"] = true;
dict5["milts"] = true;
dict5["milty"] = true;
dict5["mimed"] = true;
dict5["mimeo"] = true;
dict5["mimer"] = true;
dict5["mimes"] = true;
dict5["mimic"] = true;
dict5["minae"] = true;
dict5["minas"] = true;
dict5["mince"] = true;
dict5["mincy"] = true;
dict5["minds"] = true;
dict5["mined"] = true;
dict5["miner"] = true;
dict5["mines"] = true;
dict5["mingy"] = true;
dict5["minim"] = true;
dict5["minis"] = true;
dict5["minke"] = true;
dict5["minks"] = true;
dict5["minny"] = true;
dict5["minor"] = true;
dict5["mints"] = true;
dict5["minty"] = true;
dict5["minus"] = true;
dict5["mired"] = true;
dict5["mires"] = true;
dict5["mirex"] = true;
dict5["mirin"] = true;
dict5["mirks"] = true;
dict5["mirky"] = true;
dict5["mirth"] = true;
dict5["mirza"] = true;
dict5["misdo"] = true;
dict5["miser"] = true;
dict5["mises"] = true;
dict5["misos"] = true;
dict5["missy"] = true;
dict5["mists"] = true;
dict5["misty"] = true;
dict5["miter"] = true;
dict5["mites"] = true;
dict5["mitis"] = true;
dict5["mitre"] = true;
dict5["mitts"] = true;
dict5["mixed"] = true;
dict5["mixer"] = true;
dict5["mixes"] = true;
dict5["mixup"] = true;
dict5["mizen"] = true;
dict5["moans"] = true;
dict5["moats"] = true;
dict5["mocha"] = true;
dict5["mocks"] = true;
dict5["modal"] = true;
dict5["model"] = true;
dict5["modem"] = true;
dict5["modes"] = true;
dict5["modus"] = true;
dict5["moggy"] = true;
dict5["mogul"] = true;
dict5["mohel"] = true;
dict5["mohur"] = true;
dict5["moils"] = true;
dict5["moira"] = true;
dict5["moire"] = true;
dict5["moist"] = true;
dict5["mojos"] = true;
dict5["mokes"] = true;
dict5["molal"] = true;
dict5["molar"] = true;
dict5["molas"] = true;
dict5["molds"] = true;
dict5["moldy"] = true;
dict5["moles"] = true;
dict5["molls"] = true;
dict5["molly"] = true;
dict5["molto"] = true;
dict5["molts"] = true;
dict5["momes"] = true;
dict5["momma"] = true;
dict5["mommy"] = true;
dict5["momus"] = true;
dict5["monad"] = true;
dict5["monas"] = true;
dict5["monde"] = true;
dict5["mondo"] = true;
dict5["money"] = true;
dict5["mongo"] = true;
dict5["monie"] = true;
dict5["monks"] = true;
dict5["monos"] = true;
dict5["monte"] = true;
dict5["month"] = true;
dict5["mooch"] = true;
dict5["moods"] = true;
dict5["moody"] = true;
dict5["mooed"] = true;
dict5["moola"] = true;
dict5["mools"] = true;
dict5["moons"] = true;
dict5["moony"] = true;
dict5["moors"] = true;
dict5["moory"] = true;
dict5["moose"] = true;
dict5["moots"] = true;
dict5["moped"] = true;
dict5["moper"] = true;
dict5["mopes"] = true;
dict5["mopey"] = true;
dict5["morae"] = true;
dict5["moral"] = true;
dict5["moras"] = true;
dict5["moray"] = true;
dict5["morel"] = true;
dict5["mores"] = true;
dict5["morns"] = true;
dict5["moron"] = true;
dict5["morph"] = true;
dict5["morro"] = true;
dict5["morse"] = true;
dict5["morts"] = true;
dict5["mosey"] = true;
dict5["mosks"] = true;
dict5["mosso"] = true;
dict5["mossy"] = true;
dict5["moste"] = true;
dict5["mosts"] = true;
dict5["motel"] = true;
dict5["motes"] = true;
dict5["motet"] = true;
dict5["motey"] = true;
dict5["moths"] = true;
dict5["mothy"] = true;
dict5["motif"] = true;
dict5["motor"] = true;
dict5["motte"] = true;
dict5["motto"] = true;
dict5["motts"] = true;
dict5["mouch"] = true;
dict5["moues"] = true;
dict5["mould"] = true;
dict5["moult"] = true;
dict5["mound"] = true;
dict5["mount"] = true;
dict5["mourn"] = true;
dict5["mouse"] = true;
dict5["mousy"] = true;
dict5["mouth"] = true;
dict5["moved"] = true;
dict5["mover"] = true;
dict5["moves"] = true;
dict5["movie"] = true;
dict5["mowed"] = true;
dict5["mower"] = true;
dict5["moxas"] = true;
dict5["moxie"] = true;
dict5["mozos"] = true;
dict5["mucho"] = true;
dict5["mucid"] = true;
dict5["mucin"] = true;
dict5["mucks"] = true;
dict5["mucky"] = true;
dict5["mucor"] = true;
dict5["mucro"] = true;
dict5["mucus"] = true;
dict5["muddy"] = true;
dict5["mudra"] = true;
dict5["muffs"] = true;
dict5["mufti"] = true;
dict5["muggs"] = true;
dict5["muggy"] = true;
dict5["muhly"] = true;
dict5["mujik"] = true;
dict5["mulch"] = true;
dict5["mulct"] = true;
dict5["muled"] = true;
dict5["mules"] = true;
dict5["muley"] = true;
dict5["mulla"] = true;
dict5["mulls"] = true;
dict5["mumms"] = true;
dict5["mummy"] = true;
dict5["mumps"] = true;
dict5["mumus"] = true;
dict5["munch"] = true;
dict5["mungo"] = true;
dict5["munis"] = true;
dict5["muons"] = true;
dict5["mural"] = true;
dict5["muras"] = true;
dict5["mured"] = true;
dict5["mures"] = true;
dict5["murex"] = true;
dict5["murid"] = true;
dict5["murks"] = true;
dict5["murky"] = true;
dict5["murra"] = true;
dict5["murre"] = true;
dict5["murrs"] = true;
dict5["murry"] = true;
dict5["musca"] = true;
dict5["mused"] = true;
dict5["muser"] = true;
dict5["muses"] = true;
dict5["mushy"] = true;
dict5["music"] = true;
dict5["musks"] = true;
dict5["musky"] = true;
dict5["mussy"] = true;
dict5["musth"] = true;
dict5["musts"] = true;
dict5["musty"] = true;
dict5["mutch"] = true;
dict5["muted"] = true;
dict5["muter"] = true;
dict5["mutes"] = true;
dict5["muton"] = true;
dict5["mutts"] = true;
dict5["muzzy"] = true;
dict5["mylar"] = true;
dict5["mynah"] = true;
dict5["mynas"] = true;
dict5["myoid"] = true;
dict5["myoma"] = true;
dict5["myope"] = true;
dict5["myopy"] = true;
dict5["myrrh"] = true;
dict5["mysid"] = true;
dict5["myths"] = true;
dict5["mythy"] = true;
dict5["naans"] = true;
dict5["nabes"] = true;
dict5["nabis"] = true;
dict5["nabob"] = true;
dict5["nacho"] = true;
dict5["nacre"] = true;
dict5["nadas"] = true;
dict5["nadir"] = true;
dict5["naevi"] = true;
dict5["naffs"] = true;
dict5["naggy"] = true;
dict5["naiad"] = true;
dict5["naifs"] = true;
dict5["nails"] = true;
dict5["naira"] = true;
dict5["nairu"] = true;
dict5["naive"] = true;
dict5["naked"] = true;
dict5["nakfa"] = true;
dict5["nalas"] = true;
dict5["naled"] = true;
dict5["named"] = true;
dict5["namer"] = true;
dict5["names"] = true;
dict5["nanas"] = true;
dict5["nance"] = true;
dict5["nancy"] = true;
dict5["nanny"] = true;
dict5["napas"] = true;
dict5["napes"] = true;
dict5["nappa"] = true;
dict5["nappe"] = true;
dict5["nappy"] = true;
dict5["narco"] = true;
dict5["narcs"] = true;
dict5["nards"] = true;
dict5["nares"] = true;
dict5["naric"] = true;
dict5["naris"] = true;
dict5["narks"] = true;
dict5["narky"] = true;
dict5["nasal"] = true;
dict5["nasty"] = true;
dict5["natal"] = true;
dict5["natch"] = true;
dict5["nates"] = true;
dict5["natty"] = true;
dict5["naval"] = true;
dict5["navar"] = true;
dict5["navel"] = true;
dict5["naves"] = true;
dict5["navvy"] = true;
dict5["nawab"] = true;
dict5["nazis"] = true;
dict5["neaps"] = true;
dict5["nears"] = true;
dict5["neath"] = true;
dict5["neats"] = true;
dict5["necks"] = true;
dict5["neddy"] = true;
dict5["needs"] = true;
dict5["needy"] = true;
dict5["neems"] = true;
dict5["neeps"] = true;
dict5["negus"] = true;
dict5["neifs"] = true;
dict5["neigh"] = true;
dict5["neist"] = true;
dict5["nelly"] = true;
dict5["nemas"] = true;
dict5["nenes"] = true;
dict5["neons"] = true;
dict5["nerds"] = true;
dict5["nerdy"] = true;
dict5["nerol"] = true;
dict5["nerts"] = true;
dict5["nertz"] = true;
dict5["nerve"] = true;
dict5["nervy"] = true;
dict5["nests"] = true;
dict5["netop"] = true;
dict5["netts"] = true;
dict5["netty"] = true;
dict5["neuks"] = true;
dict5["neume"] = true;
dict5["neums"] = true;
dict5["never"] = true;
dict5["neves"] = true;
dict5["nevus"] = true;
dict5["newel"] = true;
dict5["newer"] = true;
dict5["newie"] = true;
dict5["newly"] = true;
dict5["newsy"] = true;
dict5["newts"] = true;
dict5["nexus"] = true;
dict5["ngwee"] = true;
dict5["nicad"] = true;
dict5["nicer"] = true;
dict5["niche"] = true;
dict5["nicks"] = true;
dict5["nicol"] = true;
dict5["nidal"] = true;
dict5["nided"] = true;
dict5["nides"] = true;
dict5["nidus"] = true;
dict5["niece"] = true;
dict5["nieve"] = true;
dict5["nifty"] = true;
dict5["nighs"] = true;
dict5["night"] = true;
dict5["nihil"] = true;
dict5["nills"] = true;
dict5["nimbi"] = true;
dict5["nines"] = true;
dict5["ninja"] = true;
dict5["ninny"] = true;
dict5["ninon"] = true;
dict5["ninth"] = true;
dict5["nipas"] = true;
dict5["nippy"] = true;
dict5["nisei"] = true;
dict5["nisus"] = true;
dict5["niter"] = true;
dict5["nites"] = true;
dict5["nitid"] = true;
dict5["niton"] = true;
dict5["nitre"] = true;
dict5["nitro"] = true;
dict5["nitty"] = true;
dict5["nival"] = true;
dict5["nixed"] = true;
dict5["nixes"] = true;
dict5["nixie"] = true;
dict5["nizam"] = true;
dict5["nobby"] = true;
dict5["noble"] = true;
dict5["nobly"] = true;
dict5["nocks"] = true;
dict5["nodal"] = true;
dict5["noddy"] = true;
dict5["nodes"] = true;
dict5["nodus"] = true;
dict5["noels"] = true;
dict5["noggs"] = true;
dict5["nohow"] = true;
dict5["noils"] = true;
dict5["noily"] = true;
dict5["noirs"] = true;
dict5["noise"] = true;
dict5["noisy"] = true;
dict5["nolos"] = true;
dict5["nomad"] = true;
dict5["nomas"] = true;
dict5["nomen"] = true;
dict5["nomes"] = true;
dict5["nomoi"] = true;
dict5["nomos"] = true;
dict5["nonas"] = true;
dict5["nonce"] = true;
dict5["nones"] = true;
dict5["nonet"] = true;
dict5["nonyl"] = true;
dict5["nooks"] = true;
dict5["nooky"] = true;
dict5["noons"] = true;
dict5["noose"] = true;
dict5["nopal"] = true;
dict5["noria"] = true;
dict5["noris"] = true;
dict5["norms"] = true;
dict5["north"] = true;
dict5["nosed"] = true;
dict5["noses"] = true;
dict5["nosey"] = true;
dict5["notal"] = true;
dict5["notch"] = true;
dict5["noted"] = true;
dict5["noter"] = true;
dict5["notes"] = true;
dict5["notum"] = true;
dict5["nouns"] = true;
dict5["novae"] = true;
dict5["novas"] = true;
dict5["novel"] = true;
dict5["noway"] = true;
dict5["nowts"] = true;
dict5["nubby"] = true;
dict5["nubia"] = true;
dict5["nucha"] = true;
dict5["nuder"] = true;
dict5["nudes"] = true;
dict5["nudge"] = true;
dict5["nudie"] = true;
dict5["nudzh"] = true;
dict5["nuked"] = true;
dict5["nukes"] = true;
dict5["nulls"] = true;
dict5["numbs"] = true;
dict5["numen"] = true;
dict5["nurds"] = true;
dict5["nurls"] = true;
dict5["nurse"] = true;
dict5["nutsy"] = true;
dict5["nutty"] = true;
dict5["nyala"] = true;
dict5["nylon"] = true;
dict5["nymph"] = true;
dict5["oaken"] = true;
dict5["oakum"] = true;
dict5["oared"] = true;
dict5["oases"] = true;
dict5["oasis"] = true;
dict5["oasts"] = true;
dict5["oaten"] = true;
dict5["oater"] = true;
dict5["oaths"] = true;
dict5["oaves"] = true;
dict5["obeah"] = true;
dict5["obeli"] = true;
dict5["obese"] = true;
dict5["obeys"] = true;
dict5["obias"] = true;
dict5["obits"] = true;
dict5["objet"] = true;
dict5["oboes"] = true;
dict5["obole"] = true;
dict5["oboli"] = true;
dict5["obols"] = true;
dict5["occur"] = true;
dict5["ocean"] = true;
dict5["ocher"] = true;
dict5["ochre"] = true;
dict5["ochry"] = true;
dict5["ocker"] = true;
dict5["ocrea"] = true;
dict5["octad"] = true;
dict5["octal"] = true;
dict5["octan"] = true;
dict5["octet"] = true;
dict5["octyl"] = true;
dict5["oculi"] = true;
dict5["odahs"] = true;
dict5["odder"] = true;
dict5["oddly"] = true;
dict5["odeon"] = true;
dict5["odeum"] = true;
dict5["odist"] = true;
dict5["odium"] = true;
dict5["odors"] = true;
dict5["odour"] = true;
dict5["odyle"] = true;
dict5["odyls"] = true;
dict5["ofays"] = true;
dict5["offal"] = true;
dict5["offed"] = true;
dict5["offer"] = true;
dict5["often"] = true;
dict5["ofter"] = true;
dict5["ogams"] = true;
dict5["ogees"] = true;
dict5["ogham"] = true;
dict5["ogive"] = true;
dict5["ogled"] = true;
dict5["ogler"] = true;
dict5["ogles"] = true;
dict5["ogres"] = true;
dict5["ohias"] = true;
dict5["ohing"] = true;
dict5["ohmic"] = true;
dict5["oidia"] = true;
dict5["oiled"] = true;
dict5["oiler"] = true;
dict5["oinks"] = true;
dict5["okapi"] = true;
dict5["okays"] = true;
dict5["okehs"] = true;
dict5["okras"] = true;
dict5["olden"] = true;
dict5["older"] = true;
dict5["oldie"] = true;
dict5["oleic"] = true;
dict5["olein"] = true;
dict5["oleos"] = true;
dict5["oleum"] = true;
dict5["olios"] = true;
dict5["olive"] = true;
dict5["ollas"] = true;
dict5["ology"] = true;
dict5["omasa"] = true;
dict5["omber"] = true;
dict5["ombre"] = true;
dict5["omega"] = true;
dict5["omens"] = true;
dict5["omers"] = true;
dict5["omits"] = true;
dict5["oncet"] = true;
dict5["onery"] = true;
dict5["onion"] = true;
dict5["onium"] = true;
dict5["onlay"] = true;
dict5["onset"] = true;
dict5["ontic"] = true;
dict5["oohed"] = true;
dict5["oomph"] = true;
dict5["oorie"] = true;
dict5["ootid"] = true;
dict5["oozed"] = true;
dict5["oozes"] = true;
dict5["opahs"] = true;
dict5["opals"] = true;
dict5["opens"] = true;
dict5["opera"] = true;
dict5["opine"] = true;
dict5["oping"] = true;
dict5["opium"] = true;
dict5["opsin"] = true;
dict5["opted"] = true;
dict5["optic"] = true;
dict5["orach"] = true;
dict5["orals"] = true;
dict5["orang"] = true;
dict5["orate"] = true;
dict5["orbed"] = true;
dict5["orbit"] = true;
dict5["orcas"] = true;
dict5["orcin"] = true;
dict5["order"] = true;
dict5["ordos"] = true;
dict5["oread"] = true;
dict5["organ"] = true;
dict5["orgic"] = true;
dict5["oribi"] = true;
dict5["oriel"] = true;
dict5["orles"] = true;
dict5["orlon"] = true;
dict5["orlop"] = true;
dict5["ormer"] = true;
dict5["ornis"] = true;
dict5["orpin"] = true;
dict5["orris"] = true;
dict5["ortho"] = true;
dict5["orzos"] = true;
dict5["osier"] = true;
dict5["osmic"] = true;
dict5["osmol"] = true;
dict5["ossia"] = true;
dict5["ostia"] = true;
dict5["other"] = true;
dict5["ottar"] = true;
dict5["otter"] = true;
dict5["ottos"] = true;
dict5["ought"] = true;
dict5["ounce"] = true;
dict5["ouphe"] = true;
dict5["ouphs"] = true;
dict5["ourie"] = true;
dict5["ousel"] = true;
dict5["ousts"] = true;
dict5["outby"] = true;
dict5["outdo"] = true;
dict5["outed"] = true;
dict5["outer"] = true;
dict5["outgo"] = true;
dict5["outre"] = true;
dict5["ouzel"] = true;
dict5["ouzos"] = true;
dict5["ovals"] = true;
dict5["ovary"] = true;
dict5["ovate"] = true;
dict5["ovens"] = true;
dict5["overs"] = true;
dict5["overt"] = true;
dict5["ovine"] = true;
dict5["ovoid"] = true;
dict5["ovoli"] = true;
dict5["ovolo"] = true;
dict5["ovule"] = true;
dict5["owing"] = true;
dict5["owlet"] = true;
dict5["owned"] = true;
dict5["owner"] = true;
dict5["owsen"] = true;
dict5["oxbow"] = true;
dict5["oxeye"] = true;
dict5["oxide"] = true;
dict5["oxids"] = true;
dict5["oxime"] = true;
dict5["oxims"] = true;
dict5["oxlip"] = true;
dict5["oxter"] = true;
dict5["oyers"] = true;
dict5["ozone"] = true;
dict5["pacas"] = true;
dict5["paced"] = true;
dict5["pacer"] = true;
dict5["paces"] = true;
dict5["pacey"] = true;
dict5["pacha"] = true;
dict5["packs"] = true;
dict5["pacts"] = true;
dict5["paddy"] = true;
dict5["padis"] = true;
dict5["padle"] = true;
dict5["padre"] = true;
dict5["padri"] = true;
dict5["paean"] = true;
dict5["paeon"] = true;
dict5["pagan"] = true;
dict5["paged"] = true;
dict5["pager"] = true;
dict5["pages"] = true;
dict5["pagod"] = true;
dict5["paiks"] = true;
dict5["pails"] = true;
dict5["pains"] = true;
dict5["paint"] = true;
dict5["pairs"] = true;
dict5["paisa"] = true;
dict5["paise"] = true;
dict5["palea"] = true;
dict5["paled"] = true;
dict5["paler"] = true;
dict5["pales"] = true;
dict5["palet"] = true;
dict5["palls"] = true;
dict5["pally"] = true;
dict5["palms"] = true;
dict5["palmy"] = true;
dict5["palpi"] = true;
dict5["palps"] = true;
dict5["palsy"] = true;
dict5["pampa"] = true;
dict5["panda"] = true;
dict5["pandy"] = true;
dict5["paned"] = true;
dict5["panel"] = true;
dict5["panes"] = true;
dict5["panga"] = true;
dict5["pangs"] = true;
dict5["panic"] = true;
dict5["panne"] = true;
dict5["pansy"] = true;
dict5["panto"] = true;
dict5["pants"] = true;
dict5["panty"] = true;
dict5["papal"] = true;
dict5["papas"] = true;
dict5["papaw"] = true;
dict5["paper"] = true;
dict5["pappi"] = true;
dict5["pappy"] = true;
dict5["parae"] = true;
dict5["paras"] = true;
dict5["parch"] = true;
dict5["pardi"] = true;
dict5["pards"] = true;
dict5["pardy"] = true;
dict5["pared"] = true;
dict5["pareo"] = true;
dict5["parer"] = true;
dict5["pares"] = true;
dict5["pareu"] = true;
dict5["parge"] = true;
dict5["pargo"] = true;
dict5["paris"] = true;
dict5["parka"] = true;
dict5["parks"] = true;
dict5["parle"] = true;
dict5["parol"] = true;
dict5["parrs"] = true;
dict5["parry"] = true;
dict5["parse"] = true;
dict5["parts"] = true;
dict5["party"] = true;
dict5["parve"] = true;
dict5["parvo"] = true;
dict5["paseo"] = true;
dict5["pases"] = true;
dict5["pasha"] = true;
dict5["passe"] = true;
dict5["pasta"] = true;
dict5["paste"] = true;
dict5["pasts"] = true;
dict5["pasty"] = true;
dict5["patch"] = true;
dict5["pated"] = true;
dict5["paten"] = true;
dict5["pater"] = true;
dict5["pates"] = true;
dict5["paths"] = true;
dict5["patin"] = true;
dict5["patio"] = true;
dict5["patly"] = true;
dict5["patsy"] = true;
dict5["patty"] = true;
dict5["pause"] = true;
dict5["pavan"] = true;
dict5["paved"] = true;
dict5["paver"] = true;
dict5["paves"] = true;
dict5["pavid"] = true;
dict5["pavin"] = true;
dict5["pavis"] = true;
dict5["pawed"] = true;
dict5["pawer"] = true;
dict5["pawky"] = true;
dict5["pawls"] = true;
dict5["pawns"] = true;
dict5["paxes"] = true;
dict5["payed"] = true;
dict5["payee"] = true;
dict5["payer"] = true;
dict5["payor"] = true;
dict5["peace"] = true;
dict5["peach"] = true;
dict5["peage"] = true;
dict5["peags"] = true;
dict5["peaks"] = true;
dict5["peaky"] = true;
dict5["peals"] = true;
dict5["peans"] = true;
dict5["pearl"] = true;
dict5["pears"] = true;
dict5["peart"] = true;
dict5["pease"] = true;
dict5["peats"] = true;
dict5["peaty"] = true;
dict5["peavy"] = true;
dict5["pecan"] = true;
dict5["pechs"] = true;
dict5["pecks"] = true;
dict5["pecky"] = true;
dict5["pedal"] = true;
dict5["pedes"] = true;
dict5["pedro"] = true;
dict5["peeks"] = true;
dict5["peels"] = true;
dict5["peens"] = true;
dict5["peeps"] = true;
dict5["peers"] = true;
dict5["peery"] = true;
dict5["peeve"] = true;
dict5["peins"] = true;
dict5["peise"] = true;
dict5["pekan"] = true;
dict5["pekes"] = true;
dict5["pekin"] = true;
dict5["pekoe"] = true;
dict5["peles"] = true;
dict5["pelfs"] = true;
dict5["pelon"] = true;
dict5["pelts"] = true;
dict5["penal"] = true;
dict5["pence"] = true;
dict5["pends"] = true;
dict5["penes"] = true;
dict5["pengo"] = true;
dict5["penis"] = true;
dict5["penna"] = true;
dict5["penne"] = true;
dict5["penni"] = true;
dict5["penny"] = true;
dict5["peons"] = true;
dict5["peony"] = true;
dict5["pepla"] = true;
dict5["pepos"] = true;
dict5["peppy"] = true;
dict5["perch"] = true;
dict5["perdu"] = true;
dict5["perdy"] = true;
dict5["perea"] = true;
dict5["peres"] = true;
dict5["peril"] = true;
dict5["peris"] = true;
dict5["perks"] = true;
dict5["perky"] = true;
dict5["perms"] = true;
dict5["perps"] = true;
dict5["perry"] = true;
dict5["perse"] = true;
dict5["pervs"] = true;
dict5["pesky"] = true;
dict5["pesos"] = true;
dict5["pesto"] = true;
dict5["pests"] = true;
dict5["pesty"] = true;
dict5["petal"] = true;
dict5["peter"] = true;
dict5["petit"] = true;
dict5["petti"] = true;
dict5["petto"] = true;
dict5["petty"] = true;
dict5["pewee"] = true;
dict5["pewit"] = true;
dict5["phage"] = true;
dict5["phase"] = true;
dict5["phial"] = true;
dict5["phlox"] = true;
dict5["phone"] = true;
dict5["phono"] = true;
dict5["phons"] = true;
dict5["phony"] = true;
dict5["photo"] = true;
dict5["phots"] = true;
dict5["phpht"] = true;
dict5["phuts"] = true;
dict5["phyla"] = true;
dict5["phyle"] = true;
dict5["piano"] = true;
dict5["pians"] = true;
dict5["pibal"] = true;
dict5["pical"] = true;
dict5["picas"] = true;
dict5["picks"] = true;
dict5["picky"] = true;
dict5["picot"] = true;
dict5["picul"] = true;
dict5["piece"] = true;
dict5["piers"] = true;
dict5["pieta"] = true;
dict5["piety"] = true;
dict5["piggy"] = true;
dict5["pigmy"] = true;
dict5["piing"] = true;
dict5["pikas"] = true;
dict5["piked"] = true;
dict5["piker"] = true;
dict5["pikes"] = true;
dict5["pikis"] = true;
dict5["pilaf"] = true;
dict5["pilar"] = true;
dict5["pilau"] = true;
dict5["pilaw"] = true;
dict5["pilea"] = true;
dict5["piled"] = true;
dict5["pilei"] = true;
dict5["piles"] = true;
dict5["pilis"] = true;
dict5["pills"] = true;
dict5["pilot"] = true;
dict5["pilus"] = true;
dict5["pimas"] = true;
dict5["pimps"] = true;
dict5["pinas"] = true;
dict5["pinch"] = true;
dict5["pined"] = true;
dict5["pines"] = true;
dict5["piney"] = true;
dict5["pingo"] = true;
dict5["pings"] = true;
dict5["pinko"] = true;
dict5["pinks"] = true;
dict5["pinky"] = true;
dict5["pinna"] = true;
dict5["pinny"] = true;
dict5["pinon"] = true;
dict5["pinot"] = true;
dict5["pinta"] = true;
dict5["pinto"] = true;
dict5["pints"] = true;
dict5["pinup"] = true;
dict5["pions"] = true;
dict5["pious"] = true;
dict5["pipal"] = true;
dict5["piped"] = true;
dict5["piper"] = true;
dict5["pipes"] = true;
dict5["pipet"] = true;
dict5["pipit"] = true;
dict5["pique"] = true;
dict5["pirns"] = true;
dict5["pirog"] = true;
dict5["pisco"] = true;
dict5["pisos"] = true;
dict5["piste"] = true;
dict5["pitas"] = true;
dict5["pitch"] = true;
dict5["piths"] = true;
dict5["pithy"] = true;
dict5["piton"] = true;
dict5["pitta"] = true;
dict5["pivot"] = true;
dict5["pixel"] = true;
dict5["pixes"] = true;
dict5["pixie"] = true;
dict5["pizza"] = true;
dict5["place"] = true;
dict5["plack"] = true;
dict5["plage"] = true;
dict5["plaid"] = true;
dict5["plain"] = true;
dict5["plait"] = true;
dict5["plane"] = true;
dict5["plank"] = true;
dict5["plans"] = true;
dict5["plant"] = true;
dict5["plash"] = true;
dict5["plasm"] = true;
dict5["plate"] = true;
dict5["plats"] = true;
dict5["platy"] = true;
dict5["playa"] = true;
dict5["plays"] = true;
dict5["plaza"] = true;
dict5["plead"] = true;
dict5["pleas"] = true;
dict5["pleat"] = true;
dict5["plebe"] = true;
dict5["plebs"] = true;
dict5["plena"] = true;
dict5["pleon"] = true;
dict5["plews"] = true;
dict5["plica"] = true;
dict5["plied"] = true;
dict5["plier"] = true;
dict5["plies"] = true;
dict5["plink"] = true;
dict5["plods"] = true;
dict5["plonk"] = true;
dict5["plops"] = true;
dict5["plots"] = true;
dict5["plotz"] = true;
dict5["plows"] = true;
dict5["ploys"] = true;
dict5["pluck"] = true;
dict5["plugs"] = true;
dict5["plumb"] = true;
dict5["plume"] = true;
dict5["plump"] = true;
dict5["plums"] = true;
dict5["plumy"] = true;
dict5["plunk"] = true;
dict5["plush"] = true;
dict5["plyer"] = true;
dict5["poach"] = true;
dict5["poboy"] = true;
dict5["pocks"] = true;
dict5["pocky"] = true;
dict5["podgy"] = true;
dict5["podia"] = true;
dict5["poems"] = true;
dict5["poesy"] = true;
dict5["poets"] = true;
dict5["pogey"] = true;
dict5["poilu"] = true;
dict5["poind"] = true;
dict5["point"] = true;
dict5["poise"] = true;
dict5["poked"] = true;
dict5["poker"] = true;
dict5["pokes"] = true;
dict5["pokey"] = true;
dict5["polar"] = true;
dict5["poled"] = true;
dict5["poler"] = true;
dict5["poles"] = true;
dict5["polio"] = true;
dict5["polis"] = true;
dict5["polka"] = true;
dict5["polls"] = true;
dict5["polos"] = true;
dict5["polyp"] = true;
dict5["polys"] = true;
dict5["pomes"] = true;
dict5["pommy"] = true;
dict5["pomos"] = true;
dict5["pomps"] = true;
dict5["ponce"] = true;
dict5["ponds"] = true;
dict5["pones"] = true;
dict5["pongs"] = true;
dict5["pooch"] = true;
dict5["poods"] = true;
dict5["pooed"] = true;
dict5["poofs"] = true;
dict5["poofy"] = true;
dict5["poohs"] = true;
dict5["pools"] = true;
dict5["poons"] = true;
dict5["poops"] = true;
dict5["poori"] = true;
dict5["poove"] = true;
dict5["popes"] = true;
dict5["poppa"] = true;
dict5["poppy"] = true;
dict5["popsy"] = true;
dict5["porch"] = true;
dict5["pored"] = true;
dict5["pores"] = true;
dict5["porgy"] = true;
dict5["porks"] = true;
dict5["porky"] = true;
dict5["porno"] = true;
dict5["porns"] = true;
dict5["porny"] = true;
dict5["ports"] = true;
dict5["posed"] = true;
dict5["poser"] = true;
dict5["poses"] = true;
dict5["posit"] = true;
dict5["posse"] = true;
dict5["posts"] = true;
dict5["potsy"] = true;
dict5["potto"] = true;
dict5["potty"] = true;
dict5["pouch"] = true;
dict5["pouff"] = true;
dict5["poufs"] = true;
dict5["poult"] = true;
dict5["pound"] = true;
dict5["pours"] = true;
dict5["pouts"] = true;
dict5["pouty"] = true;
dict5["power"] = true;
dict5["poxed"] = true;
dict5["poxes"] = true;
dict5["poyou"] = true;
dict5["praam"] = true;
dict5["prahu"] = true;
dict5["prams"] = true;
dict5["prang"] = true;
dict5["prank"] = true;
dict5["praos"] = true;
dict5["prase"] = true;
dict5["prate"] = true;
dict5["prats"] = true;
dict5["praus"] = true;
dict5["prawn"] = true;
dict5["prays"] = true;
dict5["preed"] = true;
dict5["preen"] = true;
dict5["prees"] = true;
dict5["preop"] = true;
dict5["preps"] = true;
dict5["presa"] = true;
dict5["prese"] = true;
dict5["press"] = true;
dict5["prest"] = true;
dict5["prexy"] = true;
dict5["preys"] = true;
dict5["price"] = true;
dict5["prick"] = true;
dict5["pricy"] = true;
dict5["pride"] = true;
dict5["pried"] = true;
dict5["prier"] = true;
dict5["pries"] = true;
dict5["prigs"] = true;
dict5["prill"] = true;
dict5["prima"] = true;
dict5["prime"] = true;
dict5["primi"] = true;
dict5["primo"] = true;
dict5["primp"] = true;
dict5["prims"] = true;
dict5["prink"] = true;
dict5["print"] = true;
dict5["prion"] = true;
dict5["prior"] = true;
dict5["prise"] = true;
dict5["prism"] = true;
dict5["priss"] = true;
dict5["privy"] = true;
dict5["prize"] = true;
dict5["proas"] = true;
dict5["probe"] = true;
dict5["prods"] = true;
dict5["proem"] = true;
dict5["profs"] = true;
dict5["progs"] = true;
dict5["prole"] = true;
dict5["promo"] = true;
dict5["proms"] = true;
dict5["prone"] = true;
dict5["prong"] = true;
dict5["proof"] = true;
dict5["props"] = true;
dict5["prose"] = true;
dict5["proso"] = true;
dict5["pross"] = true;
dict5["prost"] = true;
dict5["prosy"] = true;
dict5["proud"] = true;
dict5["prove"] = true;
dict5["prowl"] = true;
dict5["prows"] = true;
dict5["proxy"] = true;
dict5["prude"] = true;
dict5["prune"] = true;
dict5["pruta"] = true;
dict5["pryer"] = true;
dict5["psalm"] = true;
dict5["pseud"] = true;
dict5["pshaw"] = true;
dict5["psoae"] = true;
dict5["psoai"] = true;
dict5["psoas"] = true;
dict5["psych"] = true;
dict5["pubes"] = true;
dict5["pubic"] = true;
dict5["pubis"] = true;
dict5["puces"] = true;
dict5["pucka"] = true;
dict5["pucks"] = true;
dict5["pudgy"] = true;
dict5["pudic"] = true;
dict5["puffs"] = true;
dict5["puffy"] = true;
dict5["puggy"] = true;
dict5["pujah"] = true;
dict5["pujas"] = true;
dict5["puked"] = true;
dict5["pukes"] = true;
dict5["pukka"] = true;
dict5["puled"] = true;
dict5["puler"] = true;
dict5["pules"] = true;
dict5["pulik"] = true;
dict5["pulis"] = true;
dict5["pulls"] = true;
dict5["pulps"] = true;
dict5["pulpy"] = true;
dict5["pulse"] = true;
dict5["pumas"] = true;
dict5["pumps"] = true;
dict5["punas"] = true;
dict5["punch"] = true;
dict5["pungs"] = true;
dict5["punji"] = true;
dict5["punka"] = true;
dict5["punks"] = true;
dict5["punky"] = true;
dict5["punny"] = true;
dict5["punto"] = true;
dict5["punts"] = true;
dict5["punty"] = true;
dict5["pupae"] = true;
dict5["pupal"] = true;
dict5["pupas"] = true;
dict5["pupil"] = true;
dict5["puppy"] = true;
dict5["pupus"] = true;
dict5["purda"] = true;
dict5["puree"] = true;
dict5["purer"] = true;
dict5["purge"] = true;
dict5["purin"] = true;
dict5["puris"] = true;
dict5["purls"] = true;
dict5["purrs"] = true;
dict5["purse"] = true;
dict5["pursy"] = true;
dict5["purty"] = true;
dict5["puses"] = true;
dict5["pushy"] = true;
dict5["pussy"] = true;
dict5["puton"] = true;
dict5["putti"] = true;
dict5["putto"] = true;
dict5["putts"] = true;
dict5["putty"] = true;
dict5["pygmy"] = true;
dict5["pyins"] = true;
dict5["pylon"] = true;
dict5["pyoid"] = true;
dict5["pyran"] = true;
dict5["pyres"] = true;
dict5["pyrex"] = true;
dict5["pyric"] = true;
dict5["pyros"] = true;
dict5["pyxes"] = true;
dict5["pyxie"] = true;
dict5["pyxis"] = true;
dict5["qadis"] = true;
dict5["qaids"] = true;
dict5["qanat"] = true;
dict5["qophs"] = true;
dict5["quack"] = true;
dict5["quads"] = true;
dict5["quaff"] = true;
dict5["quags"] = true;
dict5["quail"] = true;
dict5["quais"] = true;
dict5["quake"] = true;
dict5["quaky"] = true;
dict5["quale"] = true;
dict5["qualm"] = true;
dict5["quant"] = true;
dict5["quare"] = true;
dict5["quark"] = true;
dict5["quart"] = true;
dict5["quash"] = true;
dict5["quasi"] = true;
dict5["quass"] = true;
dict5["quate"] = true;
dict5["quays"] = true;
dict5["qubit"] = true;
dict5["quean"] = true;
dict5["queen"] = true;
dict5["queer"] = true;
dict5["quell"] = true;
dict5["quern"] = true;
dict5["query"] = true;
dict5["quest"] = true;
dict5["queue"] = true;
dict5["queys"] = true;
dict5["quick"] = true;
dict5["quids"] = true;
dict5["quiet"] = true;
dict5["quiff"] = true;
dict5["quill"] = true;
dict5["quilt"] = true;
dict5["quins"] = true;
dict5["quint"] = true;
dict5["quips"] = true;
dict5["quipu"] = true;
dict5["quire"] = true;
dict5["quirk"] = true;
dict5["quirt"] = true;
dict5["quite"] = true;
dict5["quits"] = true;
dict5["quods"] = true;
dict5["quoin"] = true;
dict5["quoit"] = true;
dict5["quoll"] = true;
dict5["quota"] = true;
dict5["quote"] = true;
dict5["quoth"] = true;
dict5["qursh"] = true;
dict5["rabat"] = true;
dict5["rabbi"] = true;
dict5["rabic"] = true;
dict5["rabid"] = true;
dict5["raced"] = true;
dict5["racer"] = true;
dict5["races"] = true;
dict5["racks"] = true;
dict5["racon"] = true;
dict5["radar"] = true;
dict5["radii"] = true;
dict5["radio"] = true;
dict5["radix"] = true;
dict5["radon"] = true;
dict5["raffs"] = true;
dict5["rafts"] = true;
dict5["ragas"] = true;
dict5["raged"] = true;
dict5["ragee"] = true;
dict5["rages"] = true;
dict5["raggs"] = true;
dict5["raggy"] = true;
dict5["ragis"] = true;
dict5["raias"] = true;
dict5["raids"] = true;
dict5["rails"] = true;
dict5["rains"] = true;
dict5["rainy"] = true;
dict5["raise"] = true;
dict5["raita"] = true;
dict5["rajah"] = true;
dict5["rajas"] = true;
dict5["rajes"] = true;
dict5["raked"] = true;
dict5["rakee"] = true;
dict5["raker"] = true;
dict5["rakes"] = true;
dict5["rakis"] = true;
dict5["rakus"] = true;
dict5["rales"] = true;
dict5["rally"] = true;
dict5["ralph"] = true;
dict5["ramal"] = true;
dict5["ramee"] = true;
dict5["ramen"] = true;
dict5["ramet"] = true;
dict5["ramie"] = true;
dict5["rammy"] = true;
dict5["ramps"] = true;
dict5["ramus"] = true;
dict5["rance"] = true;
dict5["ranch"] = true;
dict5["rands"] = true;
dict5["randy"] = true;
dict5["ranee"] = true;
dict5["range"] = true;
dict5["rangy"] = true;
dict5["ranid"] = true;
dict5["ranis"] = true;
dict5["ranks"] = true;
dict5["rants"] = true;
dict5["raped"] = true;
dict5["raper"] = true;
dict5["rapes"] = true;
dict5["raphe"] = true;
dict5["rapid"] = true;
dict5["rared"] = true;
dict5["rarer"] = true;
dict5["rares"] = true;
dict5["rased"] = true;
dict5["raser"] = true;
dict5["rases"] = true;
dict5["rasps"] = true;
dict5["raspy"] = true;
dict5["ratal"] = true;
dict5["ratan"] = true;
dict5["ratch"] = true;
dict5["rated"] = true;
dict5["ratel"] = true;
dict5["rater"] = true;
dict5["rates"] = true;
dict5["rathe"] = true;
dict5["ratio"] = true;
dict5["ratos"] = true;
dict5["ratty"] = true;
dict5["raved"] = true;
dict5["ravel"] = true;
dict5["raven"] = true;
dict5["raver"] = true;
dict5["raves"] = true;
dict5["ravin"] = true;
dict5["rawer"] = true;
dict5["rawin"] = true;
dict5["rawly"] = true;
dict5["raxed"] = true;
dict5["raxes"] = true;
dict5["rayah"] = true;
dict5["rayas"] = true;
dict5["rayed"] = true;
dict5["rayon"] = true;
dict5["razed"] = true;
dict5["razee"] = true;
dict5["razer"] = true;
dict5["razes"] = true;
dict5["razor"] = true;
dict5["reach"] = true;
dict5["react"] = true;
dict5["readd"] = true;
dict5["reads"] = true;
dict5["ready"] = true;
dict5["realm"] = true;
dict5["reals"] = true;
dict5["reams"] = true;
dict5["reaps"] = true;
dict5["rearm"] = true;
dict5["rears"] = true;
dict5["reata"] = true;
dict5["reave"] = true;
dict5["rebar"] = true;
dict5["rebbe"] = true;
dict5["rebec"] = true;
dict5["rebel"] = true;
dict5["rebid"] = true;
dict5["rebop"] = true;
dict5["rebus"] = true;
dict5["rebut"] = true;
dict5["rebuy"] = true;
dict5["recap"] = true;
dict5["recce"] = true;
dict5["recit"] = true;
dict5["recks"] = true;
dict5["recon"] = true;
dict5["recta"] = true;
dict5["recti"] = true;
dict5["recto"] = true;
dict5["recur"] = true;
dict5["recut"] = true;
dict5["redan"] = true;
dict5["redds"] = true;
dict5["reded"] = true;
dict5["redes"] = true;
dict5["redia"] = true;
dict5["redid"] = true;
dict5["redip"] = true;
dict5["redly"] = true;
dict5["redon"] = true;
dict5["redos"] = true;
dict5["redox"] = true;
dict5["redry"] = true;
dict5["redub"] = true;
dict5["redux"] = true;
dict5["redye"] = true;
dict5["reeds"] = true;
dict5["reedy"] = true;
dict5["reefs"] = true;
dict5["reefy"] = true;
dict5["reeks"] = true;
dict5["reeky"] = true;
dict5["reels"] = true;
dict5["reest"] = true;
dict5["reeve"] = true;
dict5["refed"] = true;
dict5["refel"] = true;
dict5["refer"] = true;
dict5["refit"] = true;
dict5["refix"] = true;
dict5["refly"] = true;
dict5["refry"] = true;
dict5["regal"] = true;
dict5["reges"] = true;
dict5["regma"] = true;
dict5["regna"] = true;
dict5["rehab"] = true;
dict5["rehem"] = true;
dict5["reifs"] = true;
dict5["reify"] = true;
dict5["reign"] = true;
dict5["reink"] = true;
dict5["reins"] = true;
dict5["reive"] = true;
dict5["rejig"] = true;
dict5["rekey"] = true;
dict5["relax"] = true;
dict5["relay"] = true;
dict5["relet"] = true;
dict5["relic"] = true;
dict5["relit"] = true;
dict5["reman"] = true;
dict5["remap"] = true;
dict5["remet"] = true;
dict5["remex"] = true;
dict5["remit"] = true;
dict5["remix"] = true;
dict5["renal"] = true;
dict5["rends"] = true;
dict5["renew"] = true;
dict5["renig"] = true;
dict5["renin"] = true;
dict5["rente"] = true;
dict5["rents"] = true;
dict5["reoil"] = true;
dict5["repay"] = true;
dict5["repeg"] = true;
dict5["repel"] = true;
dict5["repin"] = true;
dict5["reply"] = true;
dict5["repos"] = true;
dict5["repot"] = true;
dict5["repps"] = true;
dict5["repro"] = true;
dict5["reran"] = true;
dict5["rerig"] = true;
dict5["rerun"] = true;
dict5["resat"] = true;
dict5["resaw"] = true;
dict5["resay"] = true;
dict5["resee"] = true;
dict5["reset"] = true;
dict5["resew"] = true;
dict5["resid"] = true;
dict5["resin"] = true;
dict5["resit"] = true;
dict5["resod"] = true;
dict5["resow"] = true;
dict5["rests"] = true;
dict5["retag"] = true;
dict5["retax"] = true;
dict5["retch"] = true;
dict5["retem"] = true;
dict5["retia"] = true;
dict5["retie"] = true;
dict5["retro"] = true;
dict5["retry"] = true;
dict5["reuse"] = true;
dict5["revel"] = true;
dict5["revet"] = true;
dict5["revue"] = true;
dict5["rewan"] = true;
dict5["rewax"] = true;
dict5["rewed"] = true;
dict5["rewet"] = true;
dict5["rewin"] = true;
dict5["rewon"] = true;
dict5["rexes"] = true;
dict5["rheas"] = true;
dict5["rheme"] = true;
dict5["rheum"] = true;
dict5["rhino"] = true;
dict5["rhomb"] = true;
dict5["rhumb"] = true;
dict5["rhyme"] = true;
dict5["rhyta"] = true;
dict5["rials"] = true;
dict5["riant"] = true;
dict5["riata"] = true;
dict5["ribby"] = true;
dict5["ribes"] = true;
dict5["riced"] = true;
dict5["ricer"] = true;
dict5["rices"] = true;
dict5["ricin"] = true;
dict5["ricks"] = true;
dict5["rider"] = true;
dict5["rides"] = true;
dict5["ridge"] = true;
dict5["ridgy"] = true;
dict5["riels"] = true;
dict5["rifer"] = true;
dict5["riffs"] = true;
dict5["rifle"] = true;
dict5["rifts"] = true;
dict5["right"] = true;
dict5["rigid"] = true;
dict5["rigor"] = true;
dict5["riled"] = true;
dict5["riles"] = true;
dict5["riley"] = true;
dict5["rille"] = true;
dict5["rills"] = true;
dict5["rimed"] = true;
dict5["rimer"] = true;
dict5["rimes"] = true;
dict5["rinds"] = true;
dict5["rindy"] = true;
dict5["rings"] = true;
dict5["rinks"] = true;
dict5["rinse"] = true;
dict5["rioja"] = true;
dict5["riots"] = true;
dict5["riped"] = true;
dict5["ripen"] = true;
dict5["riper"] = true;
dict5["ripes"] = true;
dict5["risen"] = true;
dict5["riser"] = true;
dict5["rises"] = true;
dict5["rishi"] = true;
dict5["risks"] = true;
dict5["risky"] = true;
dict5["risus"] = true;
dict5["rites"] = true;
dict5["ritzy"] = true;
dict5["rival"] = true;
dict5["rived"] = true;
dict5["riven"] = true;
dict5["river"] = true;
dict5["rives"] = true;
dict5["rivet"] = true;
dict5["riyal"] = true;
dict5["roach"] = true;
dict5["roads"] = true;
dict5["roams"] = true;
dict5["roans"] = true;
dict5["roars"] = true;
dict5["roast"] = true;
dict5["robed"] = true;
dict5["robes"] = true;
dict5["robin"] = true;
dict5["roble"] = true;
dict5["robot"] = true;
dict5["rocks"] = true;
dict5["rocky"] = true;
dict5["rodeo"] = true;
dict5["rodes"] = true;
dict5["roger"] = true;
dict5["rogue"] = true;
dict5["roils"] = true;
dict5["roily"] = true;
dict5["roles"] = true;
dict5["rolfs"] = true;
dict5["rolls"] = true;
dict5["roman"] = true;
dict5["romeo"] = true;
dict5["romps"] = true;
dict5["rondo"] = true;
dict5["roods"] = true;
dict5["roofs"] = true;
dict5["rooks"] = true;
dict5["rooky"] = true;
dict5["rooms"] = true;
dict5["roomy"] = true;
dict5["roose"] = true;
dict5["roost"] = true;
dict5["roots"] = true;
dict5["rooty"] = true;
dict5["roped"] = true;
dict5["roper"] = true;
dict5["ropes"] = true;
dict5["ropey"] = true;
dict5["roque"] = true;
dict5["rosed"] = true;
dict5["roses"] = true;
dict5["roset"] = true;
dict5["roshi"] = true;
dict5["rosin"] = true;
dict5["rotas"] = true;
dict5["rotch"] = true;
dict5["rotes"] = true;
dict5["rotis"] = true;
dict5["rotls"] = true;
dict5["rotor"] = true;
dict5["rotos"] = true;
dict5["rotte"] = true;
dict5["rouen"] = true;
dict5["roues"] = true;
dict5["rouge"] = true;
dict5["rough"] = true;
dict5["round"] = true;
dict5["roups"] = true;
dict5["roupy"] = true;
dict5["rouse"] = true;
dict5["roust"] = true;
dict5["route"] = true;
dict5["routh"] = true;
dict5["routs"] = true;
dict5["roved"] = true;
dict5["roven"] = true;
dict5["rover"] = true;
dict5["roves"] = true;
dict5["rowan"] = true;
dict5["rowdy"] = true;
dict5["rowed"] = true;
dict5["rowel"] = true;
dict5["rowen"] = true;
dict5["rower"] = true;
dict5["rowth"] = true;
dict5["royal"] = true;
dict5["ruana"] = true;
dict5["rubby"] = true;
dict5["rubel"] = true;
dict5["rubes"] = true;
dict5["ruble"] = true;
dict5["rubus"] = true;
dict5["ruche"] = true;
dict5["rucks"] = true;
dict5["rudds"] = true;
dict5["ruddy"] = true;
dict5["ruder"] = true;
dict5["ruers"] = true;
dict5["ruffe"] = true;
dict5["ruffs"] = true;
dict5["rugae"] = true;
dict5["rugal"] = true;
dict5["rugby"] = true;
dict5["ruing"] = true;
dict5["ruins"] = true;
dict5["ruled"] = true;
dict5["ruler"] = true;
dict5["rules"] = true;
dict5["rumba"] = true;
dict5["rumen"] = true;
dict5["rummy"] = true;
dict5["rumor"] = true;
dict5["rumps"] = true;
dict5["runes"] = true;
dict5["rungs"] = true;
dict5["runic"] = true;
dict5["runny"] = true;
dict5["runts"] = true;
dict5["runty"] = true;
dict5["rupee"] = true;
dict5["rural"] = true;
dict5["ruses"] = true;
dict5["rushy"] = true;
dict5["rusks"] = true;
dict5["rusts"] = true;
dict5["rusty"] = true;
dict5["ruths"] = true;
dict5["rutin"] = true;
dict5["rutty"] = true;
dict5["ryked"] = true;
dict5["rykes"] = true;
dict5["rynds"] = true;
dict5["ryots"] = true;
dict5["sabal"] = true;
dict5["sabed"] = true;
dict5["saber"] = true;
dict5["sabes"] = true;
dict5["sabin"] = true;
dict5["sabir"] = true;
dict5["sable"] = true;
dict5["sabot"] = true;
dict5["sabra"] = true;
dict5["sabre"] = true;
dict5["sacks"] = true;
dict5["sacra"] = true;
dict5["sades"] = true;
dict5["sadhe"] = true;
dict5["sadhu"] = true;
dict5["sadis"] = true;
dict5["sadly"] = true;
dict5["safer"] = true;
dict5["safes"] = true;
dict5["sagas"] = true;
dict5["sager"] = true;
dict5["sages"] = true;
dict5["saggy"] = true;
dict5["sagos"] = true;
dict5["sagum"] = true;
dict5["sahib"] = true;
dict5["saice"] = true;
dict5["saids"] = true;
dict5["saiga"] = true;
dict5["sails"] = true;
dict5["sains"] = true;
dict5["saint"] = true;
dict5["saith"] = true;
dict5["sajou"] = true;
dict5["saker"] = true;
dict5["sakes"] = true;
dict5["sakis"] = true;
dict5["salad"] = true;
dict5["salal"] = true;
dict5["salep"] = true;
dict5["sales"] = true;
dict5["salic"] = true;
dict5["sally"] = true;
dict5["salmi"] = true;
dict5["salol"] = true;
dict5["salon"] = true;
dict5["salpa"] = true;
dict5["salps"] = true;
dict5["salsa"] = true;
dict5["salts"] = true;
dict5["salty"] = true;
dict5["salve"] = true;
dict5["salvo"] = true;
dict5["samba"] = true;
dict5["sambo"] = true;
dict5["samek"] = true;
dict5["samps"] = true;
dict5["sands"] = true;
dict5["sandy"] = true;
dict5["saned"] = true;
dict5["saner"] = true;
dict5["sanes"] = true;
dict5["sanga"] = true;
dict5["sangh"] = true;
dict5["santo"] = true;
dict5["sapid"] = true;
dict5["sapor"] = true;
dict5["sappy"] = true;
dict5["saran"] = true;
dict5["sards"] = true;
dict5["saree"] = true;
dict5["sarge"] = true;
dict5["sargo"] = true;
dict5["sarin"] = true;
dict5["saris"] = true;
dict5["sarks"] = true;
dict5["sarky"] = true;
dict5["sarod"] = true;
dict5["saros"] = true;
dict5["sasin"] = true;
dict5["sassy"] = true;
dict5["satay"] = true;
dict5["sated"] = true;
dict5["satem"] = true;
dict5["sates"] = true;
dict5["satin"] = true;
dict5["satis"] = true;
dict5["satyr"] = true;
dict5["sauce"] = true;
dict5["sauch"] = true;
dict5["saucy"] = true;
dict5["saugh"] = true;
dict5["sauls"] = true;
dict5["sault"] = true;
dict5["sauna"] = true;
dict5["saury"] = true;
dict5["saute"] = true;
dict5["saved"] = true;
dict5["saver"] = true;
dict5["saves"] = true;
dict5["savin"] = true;
dict5["savor"] = true;
dict5["savoy"] = true;
dict5["savvy"] = true;
dict5["sawed"] = true;
dict5["sawer"] = true;
dict5["saxes"] = true;
dict5["sayed"] = true;
dict5["sayer"] = true;
dict5["sayid"] = true;
dict5["sayst"] = true;
dict5["scabs"] = true;
dict5["scads"] = true;
dict5["scags"] = true;
dict5["scald"] = true;
dict5["scale"] = true;
dict5["scall"] = true;
dict5["scalp"] = true;
dict5["scaly"] = true;
dict5["scamp"] = true;
dict5["scams"] = true;
dict5["scans"] = true;
dict5["scant"] = true;
dict5["scape"] = true;
dict5["scare"] = true;
dict5["scarf"] = true;
dict5["scarp"] = true;
dict5["scars"] = true;
dict5["scart"] = true;
dict5["scary"] = true;
dict5["scats"] = true;
dict5["scatt"] = true;
dict5["scaup"] = true;
dict5["scaur"] = true;
dict5["scena"] = true;
dict5["scend"] = true;
dict5["scene"] = true;
dict5["scent"] = true;
dict5["schav"] = true;
dict5["schmo"] = true;
dict5["schul"] = true;
dict5["schwa"] = true;
dict5["scion"] = true;
dict5["scoff"] = true;
dict5["scold"] = true;
dict5["scone"] = true;
dict5["scoop"] = true;
dict5["scoot"] = true;
dict5["scope"] = true;
dict5["scops"] = true;
dict5["score"] = true;
dict5["scorn"] = true;
dict5["scots"] = true;
dict5["scour"] = true;
dict5["scout"] = true;
dict5["scowl"] = true;
dict5["scows"] = true;
dict5["scrag"] = true;
dict5["scram"] = true;
dict5["scrap"] = true;
dict5["scree"] = true;
dict5["screw"] = true;
dict5["scrim"] = true;
dict5["scrip"] = true;
dict5["scrod"] = true;
dict5["scrub"] = true;
dict5["scrum"] = true;
dict5["scuba"] = true;
dict5["scudi"] = true;
dict5["scudo"] = true;
dict5["scuds"] = true;
dict5["scuff"] = true;
dict5["sculk"] = true;
dict5["scull"] = true;
dict5["sculp"] = true;
dict5["scums"] = true;
dict5["scups"] = true;
dict5["scurf"] = true;
dict5["scuta"] = true;
dict5["scute"] = true;
dict5["scuts"] = true;
dict5["scuzz"] = true;
dict5["seals"] = true;
dict5["seams"] = true;
dict5["seamy"] = true;
dict5["sears"] = true;
dict5["seats"] = true;
dict5["sebum"] = true;
dict5["secco"] = true;
dict5["sects"] = true;
dict5["sedan"] = true;
dict5["seder"] = true;
dict5["sedge"] = true;
dict5["sedgy"] = true;
dict5["sedum"] = true;
dict5["seeds"] = true;
dict5["seedy"] = true;
dict5["seeks"] = true;
dict5["seels"] = true;
dict5["seely"] = true;
dict5["seems"] = true;
dict5["seeps"] = true;
dict5["seepy"] = true;
dict5["seers"] = true;
dict5["segni"] = true;
dict5["segno"] = true;
dict5["segos"] = true;
dict5["segue"] = true;
dict5["seifs"] = true;
dict5["seine"] = true;
dict5["seise"] = true;
dict5["seism"] = true;
dict5["seize"] = true;
dict5["selah"] = true;
dict5["selfs"] = true;
dict5["selle"] = true;
dict5["sells"] = true;
dict5["selva"] = true;
dict5["semen"] = true;
dict5["semes"] = true;
dict5["semis"] = true;
dict5["sends"] = true;
dict5["sengi"] = true;
dict5["senna"] = true;
dict5["senor"] = true;
dict5["sensa"] = true;
dict5["sense"] = true;
dict5["sente"] = true;
dict5["senti"] = true;
dict5["sepal"] = true;
dict5["sepia"] = true;
dict5["sepic"] = true;
dict5["sepoy"] = true;
dict5["septa"] = true;
dict5["septs"] = true;
dict5["serac"] = true;
dict5["serai"] = true;
dict5["seral"] = true;
dict5["sered"] = true;
dict5["serer"] = true;
dict5["seres"] = true;
dict5["serfs"] = true;
dict5["serge"] = true;
dict5["serif"] = true;
dict5["serin"] = true;
dict5["serow"] = true;
dict5["serry"] = true;
dict5["serum"] = true;
dict5["serve"] = true;
dict5["servo"] = true;
dict5["setae"] = true;
dict5["setal"] = true;
dict5["seton"] = true;
dict5["setts"] = true;
dict5["setup"] = true;
dict5["seven"] = true;
dict5["sever"] = true;
dict5["sewan"] = true;
dict5["sewar"] = true;
dict5["sewed"] = true;
dict5["sewer"] = true;
dict5["sexed"] = true;
dict5["sexes"] = true;
dict5["sexto"] = true;
dict5["sexts"] = true;
dict5["shack"] = true;
dict5["shade"] = true;
dict5["shads"] = true;
dict5["shady"] = true;
dict5["shaft"] = true;
dict5["shags"] = true;
dict5["shahs"] = true;
dict5["shake"] = true;
dict5["shako"] = true;
dict5["shaky"] = true;
dict5["shale"] = true;
dict5["shall"] = true;
dict5["shalt"] = true;
dict5["shaly"] = true;
dict5["shame"] = true;
dict5["shams"] = true;
dict5["shank"] = true;
dict5["shape"] = true;
dict5["shard"] = true;
dict5["share"] = true;
dict5["shark"] = true;
dict5["sharn"] = true;
dict5["sharp"] = true;
dict5["shaul"] = true;
dict5["shave"] = true;
dict5["shawl"] = true;
dict5["shawm"] = true;
dict5["shawn"] = true;
dict5["shaws"] = true;
dict5["shays"] = true;
dict5["sheaf"] = true;
dict5["sheal"] = true;
dict5["shear"] = true;
dict5["sheas"] = true;
dict5["sheds"] = true;
dict5["sheen"] = true;
dict5["sheep"] = true;
dict5["sheer"] = true;
dict5["sheet"] = true;
dict5["sheik"] = true;
dict5["shelf"] = true;
dict5["shell"] = true;
dict5["shend"] = true;
dict5["shent"] = true;
dict5["sheol"] = true;
dict5["sherd"] = true;
dict5["shewn"] = true;
dict5["shews"] = true;
dict5["shied"] = true;
dict5["shiel"] = true;
dict5["shier"] = true;
dict5["shies"] = true;
dict5["shift"] = true;
dict5["shill"] = true;
dict5["shily"] = true;
dict5["shims"] = true;
dict5["shine"] = true;
dict5["shins"] = true;
dict5["shiny"] = true;
dict5["ships"] = true;
dict5["shire"] = true;
dict5["shirk"] = true;
dict5["shirr"] = true;
dict5["shirt"] = true;
dict5["shist"] = true;
dict5["shits"] = true;
dict5["shiva"] = true;
dict5["shive"] = true;
dict5["shivs"] = true;
dict5["shlep"] = true;
dict5["shlub"] = true;
dict5["shoal"] = true;
dict5["shoat"] = true;
dict5["shock"] = true;
dict5["shoed"] = true;
dict5["shoer"] = true;
dict5["shoes"] = true;
dict5["shogi"] = true;
dict5["shogs"] = true;
dict5["shoji"] = true;
dict5["shone"] = true;
dict5["shook"] = true;
dict5["shool"] = true;
dict5["shoon"] = true;
dict5["shoos"] = true;
dict5["shoot"] = true;
dict5["shops"] = true;
dict5["shore"] = true;
dict5["shorl"] = true;
dict5["shorn"] = true;
dict5["short"] = true;
dict5["shote"] = true;
dict5["shots"] = true;
dict5["shott"] = true;
dict5["shout"] = true;
dict5["shove"] = true;
dict5["shown"] = true;
dict5["shows"] = true;
dict5["showy"] = true;
dict5["shoyu"] = true;
dict5["shred"] = true;
dict5["shrew"] = true;
dict5["shris"] = true;
dict5["shrub"] = true;
dict5["shrug"] = true;
dict5["shtik"] = true;
dict5["shuck"] = true;
dict5["shuln"] = true;
dict5["shuls"] = true;
dict5["shuns"] = true;
dict5["shunt"] = true;
dict5["shush"] = true;
dict5["shute"] = true;
dict5["shuts"] = true;
dict5["shwas"] = true;
dict5["shyer"] = true;
dict5["shyly"] = true;
dict5["sials"] = true;
dict5["sibbs"] = true;
dict5["sibyl"] = true;
dict5["sices"] = true;
dict5["sicko"] = true;
dict5["sicks"] = true;
dict5["sided"] = true;
dict5["sides"] = true;
dict5["sidhe"] = true;
dict5["sidle"] = true;
dict5["siege"] = true;
dict5["sieur"] = true;
dict5["sieve"] = true;
dict5["sifts"] = true;
dict5["sighs"] = true;
dict5["sight"] = true;
dict5["sigil"] = true;
dict5["sigla"] = true;
dict5["sigma"] = true;
dict5["signa"] = true;
dict5["signs"] = true;
dict5["sikas"] = true;
dict5["siker"] = true;
dict5["sikes"] = true;
dict5["silds"] = true;
dict5["silex"] = true;
dict5["silks"] = true;
dict5["silky"] = true;
dict5["sills"] = true;
dict5["silly"] = true;
dict5["silos"] = true;
dict5["silts"] = true;
dict5["silty"] = true;
dict5["silva"] = true;
dict5["simar"] = true;
dict5["simas"] = true;
dict5["simps"] = true;
dict5["since"] = true;
dict5["sines"] = true;
dict5["sinew"] = true;
dict5["singe"] = true;
dict5["sings"] = true;
dict5["sinhs"] = true;
dict5["sinks"] = true;
dict5["sinus"] = true;
dict5["siped"] = true;
dict5["sipes"] = true;
dict5["sired"] = true;
dict5["siree"] = true;
dict5["siren"] = true;
dict5["sires"] = true;
dict5["sirra"] = true;
dict5["sirup"] = true;
dict5["sisal"] = true;
dict5["sises"] = true;
dict5["sissy"] = true;
dict5["sitar"] = true;
dict5["sited"] = true;
dict5["sites"] = true;
dict5["situp"] = true;
dict5["situs"] = true;
dict5["siver"] = true;
dict5["sixes"] = true;
dict5["sixmo"] = true;
dict5["sixte"] = true;
dict5["sixth"] = true;
dict5["sixty"] = true;
dict5["sizar"] = true;
dict5["sized"] = true;
dict5["sizer"] = true;
dict5["sizes"] = true;
dict5["skags"] = true;
dict5["skald"] = true;
dict5["skank"] = true;
dict5["skate"] = true;
dict5["skats"] = true;
dict5["skean"] = true;
dict5["skeed"] = true;
dict5["skeen"] = true;
dict5["skees"] = true;
dict5["skeet"] = true;
dict5["skegs"] = true;
dict5["skein"] = true;
dict5["skell"] = true;
dict5["skelm"] = true;
dict5["skelp"] = true;
dict5["skene"] = true;
dict5["skeps"] = true;
dict5["skews"] = true;
dict5["skids"] = true;
dict5["skied"] = true;
dict5["skier"] = true;
dict5["skies"] = true;
dict5["skiey"] = true;
dict5["skiff"] = true;
dict5["skill"] = true;
dict5["skimo"] = true;
dict5["skimp"] = true;
dict5["skims"] = true;
dict5["skink"] = true;
dict5["skins"] = true;
dict5["skint"] = true;
dict5["skips"] = true;
dict5["skirl"] = true;
dict5["skirr"] = true;
dict5["skirt"] = true;
dict5["skite"] = true;
dict5["skits"] = true;
dict5["skive"] = true;
dict5["skoal"] = true;
dict5["skort"] = true;
dict5["skosh"] = true;
dict5["skuas"] = true;
dict5["skulk"] = true;
dict5["skull"] = true;
dict5["skunk"] = true;
dict5["skyed"] = true;
dict5["skyey"] = true;
dict5["slabs"] = true;
dict5["slack"] = true;
dict5["slags"] = true;
dict5["slain"] = true;
dict5["slake"] = true;
dict5["slams"] = true;
dict5["slang"] = true;
dict5["slank"] = true;
dict5["slant"] = true;
dict5["slaps"] = true;
dict5["slash"] = true;
dict5["slate"] = true;
dict5["slats"] = true;
dict5["slaty"] = true;
dict5["slave"] = true;
dict5["slaws"] = true;
dict5["slays"] = true;
dict5["sleds"] = true;
dict5["sleek"] = true;
dict5["sleep"] = true;
dict5["sleet"] = true;
dict5["slept"] = true;
dict5["slews"] = true;
dict5["slice"] = true;
dict5["slick"] = true;
dict5["slide"] = true;
dict5["slier"] = true;
dict5["slily"] = true;
dict5["slime"] = true;
dict5["slims"] = true;
dict5["slimy"] = true;
dict5["sling"] = true;
dict5["slink"] = true;
dict5["slipe"] = true;
dict5["slips"] = true;
dict5["slipt"] = true;
dict5["slits"] = true;
dict5["slobs"] = true;
dict5["sloes"] = true;
dict5["slogs"] = true;
dict5["sloid"] = true;
dict5["slojd"] = true;
dict5["sloop"] = true;
dict5["slope"] = true;
dict5["slops"] = true;
dict5["slosh"] = true;
dict5["sloth"] = true;
dict5["slots"] = true;
dict5["slows"] = true;
dict5["sloyd"] = true;
dict5["slubs"] = true;
dict5["slued"] = true;
dict5["slues"] = true;
dict5["sluff"] = true;
dict5["slugs"] = true;
dict5["slump"] = true;
dict5["slums"] = true;
dict5["slung"] = true;
dict5["slunk"] = true;
dict5["slurb"] = true;
dict5["slurp"] = true;
dict5["slurs"] = true;
dict5["slush"] = true;
dict5["sluts"] = true;
dict5["slyer"] = true;
dict5["slyly"] = true;
dict5["slype"] = true;
dict5["smack"] = true;
dict5["small"] = true;
dict5["smalt"] = true;
dict5["smarm"] = true;
dict5["smart"] = true;
dict5["smash"] = true;
dict5["smaze"] = true;
dict5["smear"] = true;
dict5["smeek"] = true;
dict5["smell"] = true;
dict5["smelt"] = true;
dict5["smerk"] = true;
dict5["smews"] = true;
dict5["smile"] = true;
dict5["smirk"] = true;
dict5["smite"] = true;
dict5["smith"] = true;
dict5["smock"] = true;
dict5["smogs"] = true;
dict5["smoke"] = true;
dict5["smoky"] = true;
dict5["smolt"] = true;
dict5["smote"] = true;
dict5["smush"] = true;
dict5["smuts"] = true;
dict5["snack"] = true;
dict5["snafu"] = true;
dict5["snags"] = true;
dict5["snail"] = true;
dict5["snake"] = true;
dict5["snaky"] = true;
dict5["snaps"] = true;
dict5["snare"] = true;
dict5["snarf"] = true;
dict5["snark"] = true;
dict5["snarl"] = true;
dict5["snash"] = true;
dict5["snath"] = true;
dict5["snaws"] = true;
dict5["sneak"] = true;
dict5["sneap"] = true;
dict5["sneck"] = true;
dict5["sneds"] = true;
dict5["sneer"] = true;
dict5["snell"] = true;
dict5["snibs"] = true;
dict5["snick"] = true;
dict5["snide"] = true;
dict5["sniff"] = true;
dict5["snipe"] = true;
dict5["snips"] = true;
dict5["snits"] = true;
dict5["snobs"] = true;
dict5["snogs"] = true;
dict5["snood"] = true;
dict5["snook"] = true;
dict5["snool"] = true;
dict5["snoop"] = true;
dict5["snoot"] = true;
dict5["snore"] = true;
dict5["snort"] = true;
dict5["snots"] = true;
dict5["snout"] = true;
dict5["snows"] = true;
dict5["snowy"] = true;
dict5["snubs"] = true;
dict5["snuck"] = true;
dict5["snuff"] = true;
dict5["snugs"] = true;
dict5["snyes"] = true;
dict5["soaks"] = true;
dict5["soaps"] = true;
dict5["soapy"] = true;
dict5["soars"] = true;
dict5["soave"] = true;
dict5["sobas"] = true;
dict5["sober"] = true;
dict5["socas"] = true;
dict5["socko"] = true;
dict5["socks"] = true;
dict5["socle"] = true;
dict5["sodas"] = true;
dict5["soddy"] = true;
dict5["sodic"] = true;
dict5["sodom"] = true;
dict5["sofar"] = true;
dict5["sofas"] = true;
dict5["softa"] = true;
dict5["softs"] = true;
dict5["softy"] = true;
dict5["soggy"] = true;
dict5["soils"] = true;
dict5["sojas"] = true;
dict5["sokes"] = true;
dict5["sokol"] = true;
dict5["solan"] = true;
dict5["solar"] = true;
dict5["soldi"] = true;
dict5["soldo"] = true;
dict5["soled"] = true;
dict5["solei"] = true;
dict5["soles"] = true;
dict5["solid"] = true;
dict5["solon"] = true;
dict5["solos"] = true;
dict5["solum"] = true;
dict5["solus"] = true;
dict5["solve"] = true;
dict5["soman"] = true;
dict5["somas"] = true;
dict5["sonar"] = true;
dict5["sonde"] = true;
dict5["sones"] = true;
dict5["songs"] = true;
dict5["sonic"] = true;
dict5["sonly"] = true;
dict5["sonny"] = true;
dict5["sonsy"] = true;
dict5["sooey"] = true;
dict5["sooks"] = true;
dict5["sooth"] = true;
dict5["soots"] = true;
dict5["sooty"] = true;
dict5["sophs"] = true;
dict5["sophy"] = true;
dict5["sopor"] = true;
dict5["soppy"] = true;
dict5["soras"] = true;
dict5["sorbs"] = true;
dict5["sords"] = true;
dict5["sored"] = true;
dict5["sorel"] = true;
dict5["sorer"] = true;
dict5["sores"] = true;
dict5["sorgo"] = true;
dict5["sorns"] = true;
dict5["sorry"] = true;
dict5["sorta"] = true;
dict5["sorts"] = true;
dict5["sorus"] = true;
dict5["soths"] = true;
dict5["sotol"] = true;
dict5["sough"] = true;
dict5["souks"] = true;
dict5["souls"] = true;
dict5["sound"] = true;
dict5["soups"] = true;
dict5["soupy"] = true;
dict5["sours"] = true;
dict5["souse"] = true;
dict5["south"] = true;
dict5["sowar"] = true;
dict5["sowed"] = true;
dict5["sower"] = true;
dict5["soyas"] = true;
dict5["soyuz"] = true;
dict5["sozin"] = true;
dict5["space"] = true;
dict5["spacy"] = true;
dict5["spade"] = true;
dict5["spado"] = true;
dict5["spaed"] = true;
dict5["spaes"] = true;
dict5["spahi"] = true;
dict5["spail"] = true;
dict5["spait"] = true;
dict5["spake"] = true;
dict5["spale"] = true;
dict5["spall"] = true;
dict5["spams"] = true;
dict5["spang"] = true;
dict5["spank"] = true;
dict5["spans"] = true;
dict5["spare"] = true;
dict5["spark"] = true;
dict5["spars"] = true;
dict5["spasm"] = true;
dict5["spate"] = true;
dict5["spats"] = true;
dict5["spawn"] = true;
dict5["spays"] = true;
dict5["spazz"] = true;
dict5["speak"] = true;
dict5["spean"] = true;
dict5["spear"] = true;
dict5["speck"] = true;
dict5["specs"] = true;
dict5["speed"] = true;
dict5["speel"] = true;
dict5["speer"] = true;
dict5["speil"] = true;
dict5["speir"] = true;
dict5["spell"] = true;
dict5["spelt"] = true;
dict5["spend"] = true;
dict5["spent"] = true;
dict5["sperm"] = true;
dict5["spews"] = true;
dict5["spica"] = true;
dict5["spice"] = true;
dict5["spick"] = true;
dict5["spics"] = true;
dict5["spicy"] = true;
dict5["spied"] = true;
dict5["spiel"] = true;
dict5["spier"] = true;
dict5["spies"] = true;
dict5["spiff"] = true;
dict5["spike"] = true;
dict5["spiks"] = true;
dict5["spiky"] = true;
dict5["spile"] = true;
dict5["spill"] = true;
dict5["spilt"] = true;
dict5["spine"] = true;
dict5["spins"] = true;
dict5["spiny"] = true;
dict5["spire"] = true;
dict5["spirt"] = true;
dict5["spiry"] = true;
dict5["spite"] = true;
dict5["spits"] = true;
dict5["spitz"] = true;
dict5["spivs"] = true;
dict5["splat"] = true;
dict5["splay"] = true;
dict5["split"] = true;
dict5["spode"] = true;
dict5["spoil"] = true;
dict5["spoke"] = true;
dict5["spoof"] = true;
dict5["spook"] = true;
dict5["spool"] = true;
dict5["spoon"] = true;
dict5["spoor"] = true;
dict5["spore"] = true;
dict5["sport"] = true;
dict5["spots"] = true;
dict5["spout"] = true;
dict5["sprag"] = true;
dict5["sprat"] = true;
dict5["spray"] = true;
dict5["spree"] = true;
dict5["sprig"] = true;
dict5["sprit"] = true;
dict5["sprue"] = true;
dict5["sprug"] = true;
dict5["spuds"] = true;
dict5["spued"] = true;
dict5["spues"] = true;
dict5["spume"] = true;
dict5["spumy"] = true;
dict5["spunk"] = true;
dict5["spurn"] = true;
dict5["spurs"] = true;
dict5["spurt"] = true;
dict5["sputa"] = true;
dict5["squab"] = true;
dict5["squad"] = true;
dict5["squat"] = true;
dict5["squaw"] = true;
dict5["squeg"] = true;
dict5["squib"] = true;
dict5["squid"] = true;
dict5["stabs"] = true;
dict5["stack"] = true;
dict5["stade"] = true;
dict5["staff"] = true;
dict5["stage"] = true;
dict5["stags"] = true;
dict5["stagy"] = true;
dict5["staid"] = true;
dict5["staig"] = true;
dict5["stain"] = true;
dict5["stair"] = true;
dict5["stake"] = true;
dict5["stale"] = true;
dict5["stalk"] = true;
dict5["stall"] = true;
dict5["stamp"] = true;
dict5["stand"] = true;
dict5["stane"] = true;
dict5["stang"] = true;
dict5["stank"] = true;
dict5["staph"] = true;
dict5["stare"] = true;
dict5["stark"] = true;
dict5["stars"] = true;
dict5["start"] = true;
dict5["stash"] = true;
dict5["state"] = true;
dict5["stats"] = true;
dict5["stave"] = true;
dict5["stays"] = true;
dict5["stead"] = true;
dict5["steak"] = true;
dict5["steal"] = true;
dict5["steam"] = true;
dict5["steed"] = true;
dict5["steek"] = true;
dict5["steel"] = true;
dict5["steep"] = true;
dict5["steer"] = true;
dict5["stein"] = true;
dict5["stela"] = true;
dict5["stele"] = true;
dict5["stems"] = true;
dict5["steno"] = true;
dict5["stent"] = true;
dict5["steps"] = true;
dict5["stere"] = true;
dict5["stern"] = true;
dict5["stets"] = true;
dict5["stews"] = true;
dict5["stewy"] = true;
dict5["stich"] = true;
dict5["stick"] = true;
dict5["stied"] = true;
dict5["sties"] = true;
dict5["stiff"] = true;
dict5["stile"] = true;
dict5["still"] = true;
dict5["stilt"] = true;
dict5["stime"] = true;
dict5["stimy"] = true;
dict5["sting"] = true;
dict5["stink"] = true;
dict5["stint"] = true;
dict5["stipe"] = true;
dict5["stirk"] = true;
dict5["stirp"] = true;
dict5["stirs"] = true;
dict5["stoae"] = true;
dict5["stoai"] = true;
dict5["stoas"] = true;
dict5["stoat"] = true;
dict5["stobs"] = true;
dict5["stock"] = true;
dict5["stogy"] = true;
dict5["stoic"] = true;
dict5["stoke"] = true;
dict5["stole"] = true;
dict5["stoma"] = true;
dict5["stomp"] = true;
dict5["stone"] = true;
dict5["stony"] = true;
dict5["stood"] = true;
dict5["stook"] = true;
dict5["stool"] = true;
dict5["stoop"] = true;
dict5["stope"] = true;
dict5["stops"] = true;
dict5["stopt"] = true;
dict5["store"] = true;
dict5["stork"] = true;
dict5["storm"] = true;
dict5["story"] = true;
dict5["stoss"] = true;
dict5["stots"] = true;
dict5["stott"] = true;
dict5["stoup"] = true;
dict5["stour"] = true;
dict5["stout"] = true;
dict5["stove"] = true;
dict5["stowp"] = true;
dict5["stows"] = true;
dict5["strap"] = true;
dict5["straw"] = true;
dict5["stray"] = true;
dict5["strep"] = true;
dict5["strew"] = true;
dict5["stria"] = true;
dict5["strip"] = true;
dict5["strop"] = true;
dict5["strow"] = true;
dict5["stroy"] = true;
dict5["strum"] = true;
dict5["strut"] = true;
dict5["stubs"] = true;
dict5["stuck"] = true;
dict5["studs"] = true;
dict5["study"] = true;
dict5["stuff"] = true;
dict5["stull"] = true;
dict5["stump"] = true;
dict5["stums"] = true;
dict5["stung"] = true;
dict5["stunk"] = true;
dict5["stuns"] = true;
dict5["stunt"] = true;
dict5["stupa"] = true;
dict5["stupe"] = true;
dict5["sturt"] = true;
dict5["styed"] = true;
dict5["styes"] = true;
dict5["style"] = true;
dict5["styli"] = true;
dict5["stymy"] = true;
dict5["suave"] = true;
dict5["subah"] = true;
dict5["subas"] = true;
dict5["suber"] = true;
dict5["sucks"] = true;
dict5["sucky"] = true;
dict5["sucre"] = true;
dict5["sudds"] = true;
dict5["sudor"] = true;
dict5["sudsy"] = true;
dict5["suede"] = true;
dict5["suers"] = true;
dict5["suets"] = true;
dict5["suety"] = true;
dict5["sugar"] = true;
dict5["sughs"] = true;
dict5["suing"] = true;
dict5["suint"] = true;
dict5["suite"] = true;
dict5["suits"] = true;
dict5["sulci"] = true;
dict5["sulfa"] = true;
dict5["sulfo"] = true;
dict5["sulks"] = true;
dict5["sulky"] = true;
dict5["sully"] = true;
dict5["sulus"] = true;
dict5["sumac"] = true;
dict5["summa"] = true;
dict5["sumos"] = true;
dict5["sumps"] = true;
dict5["sunna"] = true;
dict5["sunns"] = true;
dict5["sunny"] = true;
dict5["sunup"] = true;
dict5["super"] = true;
dict5["supes"] = true;
dict5["supra"] = true;
dict5["surah"] = true;
dict5["sural"] = true;
dict5["suras"] = true;
dict5["surds"] = true;
dict5["surer"] = true;
dict5["surfs"] = true;
dict5["surfy"] = true;
dict5["surge"] = true;
dict5["surgy"] = true;
dict5["surly"] = true;
dict5["surra"] = true;
dict5["sushi"] = true;
dict5["sutra"] = true;
dict5["sutta"] = true;
dict5["swabs"] = true;
dict5["swage"] = true;
dict5["swags"] = true;
dict5["swail"] = true;
dict5["swain"] = true;
dict5["swale"] = true;
dict5["swami"] = true;
dict5["swamp"] = true;
dict5["swamy"] = true;
dict5["swang"] = true;
dict5["swank"] = true;
dict5["swans"] = true;
dict5["swaps"] = true;
dict5["sward"] = true;
dict5["sware"] = true;
dict5["swarf"] = true;
dict5["swarm"] = true;
dict5["swart"] = true;
dict5["swash"] = true;
dict5["swath"] = true;
dict5["swats"] = true;
dict5["sways"] = true;
dict5["swear"] = true;
dict5["sweat"] = true;
dict5["swede"] = true;
dict5["sweep"] = true;
dict5["sweer"] = true;
dict5["sweet"] = true;
dict5["swell"] = true;
dict5["swept"] = true;
dict5["swift"] = true;
dict5["swigs"] = true;
dict5["swill"] = true;
dict5["swims"] = true;
dict5["swine"] = true;
dict5["swing"] = true;
dict5["swink"] = true;
dict5["swipe"] = true;
dict5["swirl"] = true;
dict5["swish"] = true;
dict5["swiss"] = true;
dict5["swith"] = true;
dict5["swive"] = true;
dict5["swobs"] = true;
dict5["swoon"] = true;
dict5["swoop"] = true;
dict5["swops"] = true;
dict5["sword"] = true;
dict5["swore"] = true;
dict5["sworn"] = true;
dict5["swots"] = true;
dict5["swoun"] = true;
dict5["swung"] = true;
dict5["sycee"] = true;
dict5["syces"] = true;
dict5["sykes"] = true;
dict5["sylis"] = true;
dict5["sylph"] = true;
dict5["sylva"] = true;
dict5["synch"] = true;
dict5["syncs"] = true;
dict5["synod"] = true;
dict5["synth"] = true;
dict5["syphs"] = true;
dict5["syren"] = true;
dict5["syrup"] = true;
dict5["sysop"] = true;
dict5["tabby"] = true;
dict5["taber"] = true;
dict5["tabes"] = true;
dict5["tabid"] = true;
dict5["tabla"] = true;
dict5["table"] = true;
dict5["taboo"] = true;
dict5["tabor"] = true;
dict5["tabun"] = true;
dict5["tabus"] = true;
dict5["taces"] = true;
dict5["tacet"] = true;
dict5["tache"] = true;
dict5["tachs"] = true;
dict5["tacit"] = true;
dict5["tacks"] = true;
dict5["tacky"] = true;
dict5["tacos"] = true;
dict5["tacts"] = true;
dict5["taels"] = true;
dict5["taffy"] = true;
dict5["tafia"] = true;
dict5["tahrs"] = true;
dict5["taiga"] = true;
dict5["tails"] = true;
dict5["tains"] = true;
dict5["taint"] = true;
dict5["tajes"] = true;
dict5["takas"] = true;
dict5["taken"] = true;
dict5["taker"] = true;
dict5["takes"] = true;
dict5["takin"] = true;
dict5["talar"] = true;
dict5["talas"] = true;
dict5["talcs"] = true;
dict5["taler"] = true;
dict5["tales"] = true;
dict5["talks"] = true;
dict5["talky"] = true;
dict5["talls"] = true;
dict5["tally"] = true;
dict5["talon"] = true;
dict5["taluk"] = true;
dict5["talus"] = true;
dict5["tamal"] = true;
dict5["tamed"] = true;
dict5["tamer"] = true;
dict5["tames"] = true;
dict5["tamis"] = true;
dict5["tammy"] = true;
dict5["tamps"] = true;
dict5["tanga"] = true;
dict5["tango"] = true;
dict5["tangs"] = true;
dict5["tangy"] = true;
dict5["tanka"] = true;
dict5["tanks"] = true;
dict5["tansy"] = true;
dict5["tanto"] = true;
dict5["tapas"] = true;
dict5["taped"] = true;
dict5["taper"] = true;
dict5["tapes"] = true;
dict5["tapir"] = true;
dict5["tapis"] = true;
dict5["tardo"] = true;
dict5["tardy"] = true;
dict5["tared"] = true;
dict5["tares"] = true;
dict5["targe"] = true;
dict5["tarns"] = true;
dict5["taroc"] = true;
dict5["tarok"] = true;
dict5["taros"] = true;
dict5["tarot"] = true;
dict5["tarps"] = true;
dict5["tarre"] = true;
dict5["tarry"] = true;
dict5["tarsi"] = true;
dict5["tarts"] = true;
dict5["tarty"] = true;
dict5["tasks"] = true;
dict5["tasse"] = true;
dict5["taste"] = true;
dict5["tasty"] = true;
dict5["tatar"] = true;
dict5["tater"] = true;
dict5["tates"] = true;
dict5["tatty"] = true;
dict5["taunt"] = true;
dict5["tauon"] = true;
dict5["taupe"] = true;
dict5["tauts"] = true;
dict5["tawed"] = true;
dict5["tawer"] = true;
dict5["tawie"] = true;
dict5["tawny"] = true;
dict5["tawse"] = true;
dict5["taxed"] = true;
dict5["taxer"] = true;
dict5["taxes"] = true;
dict5["taxis"] = true;
dict5["taxol"] = true;
dict5["taxon"] = true;
dict5["taxus"] = true;
dict5["tazza"] = true;
dict5["tazze"] = true;
dict5["teach"] = true;
dict5["teaks"] = true;
dict5["teals"] = true;
dict5["teams"] = true;
dict5["tears"] = true;
dict5["teary"] = true;
dict5["tease"] = true;
dict5["teats"] = true;
dict5["techs"] = true;
dict5["techy"] = true;
dict5["tecta"] = true;
dict5["teddy"] = true;
dict5["teels"] = true;
dict5["teems"] = true;
dict5["teens"] = true;
dict5["teeny"] = true;
dict5["teeth"] = true;
dict5["teffs"] = true;
dict5["teggs"] = true;
dict5["tegua"] = true;
dict5["teiid"] = true;
dict5["teind"] = true;
dict5["telae"] = true;
dict5["telco"] = true;
dict5["teles"] = true;
dict5["telex"] = true;
dict5["telia"] = true;
dict5["telic"] = true;
dict5["tells"] = true;
dict5["telly"] = true;
dict5["teloi"] = true;
dict5["telos"] = true;
dict5["tempi"] = true;
dict5["tempo"] = true;
dict5["temps"] = true;
dict5["tempt"] = true;
dict5["tench"] = true;
dict5["tends"] = true;
dict5["tendu"] = true;
dict5["tenet"] = true;
dict5["tenge"] = true;
dict5["tenia"] = true;
dict5["tenon"] = true;
dict5["tenor"] = true;
dict5["tense"] = true;
dict5["tenth"] = true;
dict5["tents"] = true;
dict5["tenty"] = true;
dict5["tepal"] = true;
dict5["tepas"] = true;
dict5["tepee"] = true;
dict5["tepid"] = true;
dict5["tepoy"] = true;
dict5["terai"] = true;
dict5["terce"] = true;
dict5["terga"] = true;
dict5["terms"] = true;
dict5["terne"] = true;
dict5["terns"] = true;
dict5["terra"] = true;
dict5["terry"] = true;
dict5["terse"] = true;
dict5["tesla"] = true;
dict5["testa"] = true;
dict5["tests"] = true;
dict5["testy"] = true;
dict5["teths"] = true;
dict5["tetra"] = true;
dict5["tetri"] = true;
dict5["teuch"] = true;
dict5["teugh"] = true;
dict5["tewed"] = true;
dict5["texas"] = true;
dict5["texts"] = true;
dict5["thack"] = true;
dict5["thane"] = true;
dict5["thank"] = true;
dict5["tharm"] = true;
dict5["thaws"] = true;
dict5["thebe"] = true;
dict5["theca"] = true;
dict5["theft"] = true;
dict5["thegn"] = true;
dict5["thein"] = true;
dict5["their"] = true;
dict5["theme"] = true;
dict5["thens"] = true;
dict5["there"] = true;
dict5["therm"] = true;
dict5["these"] = true;
dict5["thesp"] = true;
dict5["theta"] = true;
dict5["thews"] = true;
dict5["thewy"] = true;
dict5["thick"] = true;
dict5["thief"] = true;
dict5["thigh"] = true;
dict5["thill"] = true;
dict5["thine"] = true;
dict5["thing"] = true;
dict5["think"] = true;
dict5["thins"] = true;
dict5["thiol"] = true;
dict5["third"] = true;
dict5["thirl"] = true;
dict5["thole"] = true;
dict5["thong"] = true;
dict5["thorn"] = true;
dict5["thoro"] = true;
dict5["thorp"] = true;
dict5["those"] = true;
dict5["thous"] = true;
dict5["thraw"] = true;
dict5["three"] = true;
dict5["threw"] = true;
dict5["thrip"] = true;
dict5["throb"] = true;
dict5["throe"] = true;
dict5["throw"] = true;
dict5["thrum"] = true;
dict5["thuds"] = true;
dict5["thugs"] = true;
dict5["thuja"] = true;
dict5["thumb"] = true;
dict5["thump"] = true;
dict5["thunk"] = true;
dict5["thurl"] = true;
dict5["thuya"] = true;
dict5["thyme"] = true;
dict5["thymi"] = true;
dict5["thymy"] = true;
dict5["tiara"] = true;
dict5["tibia"] = true;
dict5["tical"] = true;
dict5["ticks"] = true;
dict5["tidal"] = true;
dict5["tided"] = true;
dict5["tides"] = true;
dict5["tiers"] = true;
dict5["tiffs"] = true;
dict5["tiger"] = true;
dict5["tight"] = true;
dict5["tigon"] = true;
dict5["tikes"] = true;
dict5["tikis"] = true;
dict5["tikka"] = true;
dict5["tilak"] = true;
dict5["tilde"] = true;
dict5["tiled"] = true;
dict5["tiler"] = true;
dict5["tiles"] = true;
dict5["tills"] = true;
dict5["tilth"] = true;
dict5["tilts"] = true;
dict5["timed"] = true;
dict5["timer"] = true;
dict5["times"] = true;
dict5["timid"] = true;
dict5["tinct"] = true;
dict5["tinea"] = true;
dict5["tined"] = true;
dict5["tines"] = true;
dict5["tinge"] = true;
dict5["tings"] = true;
dict5["tinny"] = true;
dict5["tints"] = true;
dict5["tipis"] = true;
dict5["tippy"] = true;
dict5["tipsy"] = true;
dict5["tired"] = true;
dict5["tires"] = true;
dict5["tirls"] = true;
dict5["tiros"] = true;
dict5["titan"] = true;
dict5["titer"] = true;
dict5["tithe"] = true;
dict5["titis"] = true;
dict5["title"] = true;
dict5["titre"] = true;
dict5["titty"] = true;
dict5["tizzy"] = true;
dict5["toads"] = true;
dict5["toady"] = true;
dict5["toast"] = true;
dict5["today"] = true;
dict5["toddy"] = true;
dict5["toeas"] = true;
dict5["toffs"] = true;
dict5["toffy"] = true;
dict5["tofts"] = true;
dict5["tofus"] = true;
dict5["togae"] = true;
dict5["togas"] = true;
dict5["togue"] = true;
dict5["toile"] = true;
dict5["toils"] = true;
dict5["toits"] = true;
dict5["tokay"] = true;
dict5["toked"] = true;
dict5["token"] = true;
dict5["toker"] = true;
dict5["tokes"] = true;
dict5["tolan"] = true;
dict5["tolar"] = true;
dict5["tolas"] = true;
dict5["toled"] = true;
dict5["toles"] = true;
dict5["tolls"] = true;
dict5["tolus"] = true;
dict5["tolyl"] = true;
dict5["toman"] = true;
dict5["tombs"] = true;
dict5["tomes"] = true;
dict5["tommy"] = true;
dict5["tonal"] = true;
dict5["tondi"] = true;
dict5["tondo"] = true;
dict5["toned"] = true;
dict5["toner"] = true;
dict5["tones"] = true;
dict5["toney"] = true;
dict5["tonga"] = true;
dict5["tongs"] = true;
dict5["tonic"] = true;
dict5["tonne"] = true;
dict5["tonus"] = true;
dict5["tools"] = true;
dict5["toons"] = true;
dict5["tooth"] = true;
dict5["toots"] = true;
dict5["topaz"] = true;
dict5["toped"] = true;
dict5["topee"] = true;
dict5["toper"] = true;
dict5["topes"] = true;
dict5["tophe"] = true;
dict5["tophi"] = true;
dict5["tophs"] = true;
dict5["topic"] = true;
dict5["topis"] = true;
dict5["topoi"] = true;
dict5["topos"] = true;
dict5["toque"] = true;
dict5["torah"] = true;
dict5["toras"] = true;
dict5["torch"] = true;
dict5["torcs"] = true;
dict5["tores"] = true;
dict5["toric"] = true;
dict5["torii"] = true;
dict5["toros"] = true;
dict5["torot"] = true;
dict5["torrs"] = true;
dict5["torse"] = true;
dict5["torsi"] = true;
dict5["torsk"] = true;
dict5["torso"] = true;
dict5["torta"] = true;
dict5["torte"] = true;
dict5["torts"] = true;
dict5["torus"] = true;
dict5["total"] = true;
dict5["toted"] = true;
dict5["totem"] = true;
dict5["toter"] = true;
dict5["totes"] = true;
dict5["touch"] = true;
dict5["tough"] = true;
dict5["tours"] = true;
dict5["touse"] = true;
dict5["touts"] = true;
dict5["towed"] = true;
dict5["towel"] = true;
dict5["tower"] = true;
dict5["towie"] = true;
dict5["towns"] = true;
dict5["towny"] = true;
dict5["toxic"] = true;
dict5["toxin"] = true;
dict5["toyed"] = true;
dict5["toyer"] = true;
dict5["toyon"] = true;
dict5["toyos"] = true;
dict5["trace"] = true;
dict5["track"] = true;
dict5["tract"] = true;
dict5["trade"] = true;
dict5["tragi"] = true;
dict5["traik"] = true;
dict5["trail"] = true;
dict5["train"] = true;
dict5["trait"] = true;
dict5["tramp"] = true;
dict5["trams"] = true;
dict5["trank"] = true;
dict5["tranq"] = true;
dict5["trans"] = true;
dict5["traps"] = true;
dict5["trapt"] = true;
dict5["trash"] = true;
dict5["trass"] = true;
dict5["trave"] = true;
dict5["trawl"] = true;
dict5["trays"] = true;
dict5["tread"] = true;
dict5["treat"] = true;
dict5["treed"] = true;
dict5["treen"] = true;
dict5["trees"] = true;
dict5["treks"] = true;
dict5["trend"] = true;
dict5["tress"] = true;
dict5["trets"] = true;
dict5["trews"] = true;
dict5["treys"] = true;
dict5["triac"] = true;
dict5["triad"] = true;
dict5["trial"] = true;
dict5["tribe"] = true;
dict5["trice"] = true;
dict5["trick"] = true;
dict5["tried"] = true;
dict5["trier"] = true;
dict5["tries"] = true;
dict5["trigo"] = true;
dict5["trigs"] = true;
dict5["trike"] = true;
dict5["trill"] = true;
dict5["trims"] = true;
dict5["trine"] = true;
dict5["triol"] = true;
dict5["trios"] = true;
dict5["tripe"] = true;
dict5["trips"] = true;
dict5["trite"] = true;
dict5["troak"] = true;
dict5["trock"] = true;
dict5["trode"] = true;
dict5["trogs"] = true;
dict5["trois"] = true;
dict5["troke"] = true;
dict5["troll"] = true;
dict5["tromp"] = true;
dict5["trona"] = true;
dict5["trone"] = true;
dict5["troop"] = true;
dict5["trooz"] = true;
dict5["trope"] = true;
dict5["troth"] = true;
dict5["trots"] = true;
dict5["trout"] = true;
dict5["trove"] = true;
dict5["trows"] = true;
dict5["troys"] = true;
dict5["truce"] = true;
dict5["truck"] = true;
dict5["trued"] = true;
dict5["truer"] = true;
dict5["trues"] = true;
dict5["trugs"] = true;
dict5["trull"] = true;
dict5["truly"] = true;
dict5["trump"] = true;
dict5["trunk"] = true;
dict5["truss"] = true;
dict5["trust"] = true;
dict5["truth"] = true;
dict5["tryma"] = true;
dict5["tryst"] = true;
dict5["tsade"] = true;
dict5["tsadi"] = true;
dict5["tsars"] = true;
dict5["tsked"] = true;
dict5["tsuba"] = true;
dict5["tubae"] = true;
dict5["tubal"] = true;
dict5["tubas"] = true;
dict5["tubby"] = true;
dict5["tubed"] = true;
dict5["tuber"] = true;
dict5["tubes"] = true;
dict5["tucks"] = true;
dict5["tufas"] = true;
dict5["tuffs"] = true;
dict5["tufts"] = true;
dict5["tufty"] = true;
dict5["tules"] = true;
dict5["tulip"] = true;
dict5["tulle"] = true;
dict5["tumid"] = true;
dict5["tummy"] = true;
dict5["tumor"] = true;
dict5["tumps"] = true;
dict5["tunas"] = true;
dict5["tuned"] = true;
dict5["tuner"] = true;
dict5["tunes"] = true;
dict5["tungs"] = true;
dict5["tunic"] = true;
dict5["tunny"] = true;
dict5["tupik"] = true;
dict5["tuque"] = true;
dict5["turbo"] = true;
dict5["turds"] = true;
dict5["turfs"] = true;
dict5["turfy"] = true;
dict5["turks"] = true;
dict5["turns"] = true;
dict5["turps"] = true;
dict5["tushy"] = true;
dict5["tusks"] = true;
dict5["tutee"] = true;
dict5["tutor"] = true;
dict5["tutti"] = true;
dict5["tutty"] = true;
dict5["tutus"] = true;
dict5["tuxes"] = true;
dict5["tuyer"] = true;
dict5["twaes"] = true;
dict5["twain"] = true;
dict5["twang"] = true;
dict5["twats"] = true;
dict5["tweak"] = true;
dict5["tweed"] = true;
dict5["tween"] = true;
dict5["tweet"] = true;
dict5["twerp"] = true;
dict5["twice"] = true;
dict5["twier"] = true;
dict5["twigs"] = true;
dict5["twill"] = true;
dict5["twine"] = true;
dict5["twins"] = true;
dict5["twiny"] = true;
dict5["twirl"] = true;
dict5["twirp"] = true;
dict5["twist"] = true;
dict5["twits"] = true;
dict5["twixt"] = true;
dict5["twyer"] = true;
dict5["tyees"] = true;
dict5["tyers"] = true;
dict5["tying"] = true;
dict5["tyiyn"] = true;
dict5["tykes"] = true;
dict5["tyned"] = true;
dict5["tynes"] = true;
dict5["typal"] = true;
dict5["typed"] = true;
dict5["types"] = true;
dict5["typey"] = true;
dict5["typic"] = true;
dict5["typos"] = true;
dict5["typps"] = true;
dict5["tyred"] = true;
dict5["tyres"] = true;
dict5["tyros"] = true;
dict5["tythe"] = true;
dict5["tzars"] = true;
dict5["udder"] = true;
dict5["udons"] = true;
dict5["uhlan"] = true;
dict5["ukase"] = true;
dict5["ulama"] = true;
dict5["ulans"] = true;
dict5["ulcer"] = true;
dict5["ulema"] = true;
dict5["ulnad"] = true;
dict5["ulnae"] = true;
dict5["ulnar"] = true;
dict5["ulnas"] = true;
dict5["ulpan"] = true;
dict5["ultra"] = true;
dict5["ulvas"] = true;
dict5["umami"] = true;
dict5["umbel"] = true;
dict5["umber"] = true;
dict5["umbos"] = true;
dict5["umbra"] = true;
dict5["umiac"] = true;
dict5["umiak"] = true;
dict5["umiaq"] = true;
dict5["umped"] = true;
dict5["unais"] = true;
dict5["unapt"] = true;
dict5["unarm"] = true;
dict5["unary"] = true;
dict5["unaus"] = true;
dict5["unban"] = true;
dict5["unbar"] = true;
dict5["unbid"] = true;
dict5["unbox"] = true;
dict5["uncap"] = true;
dict5["uncia"] = true;
dict5["uncle"] = true;
dict5["uncos"] = true;
dict5["uncoy"] = true;
dict5["uncus"] = true;
dict5["uncut"] = true;
dict5["undee"] = true;
dict5["under"] = true;
dict5["undid"] = true;
dict5["undue"] = true;
dict5["unfed"] = true;
dict5["unfit"] = true;
dict5["unfix"] = true;
dict5["ungot"] = true;
dict5["unhat"] = true;
dict5["unhip"] = true;
dict5["unify"] = true;
dict5["union"] = true;
dict5["unite"] = true;
dict5["units"] = true;
dict5["unity"] = true;
dict5["unjam"] = true;
dict5["unlay"] = true;
dict5["unled"] = true;
dict5["unlet"] = true;
dict5["unlit"] = true;
dict5["unman"] = true;
dict5["unmet"] = true;
dict5["unmew"] = true;
dict5["unmix"] = true;
dict5["unpeg"] = true;
dict5["unpen"] = true;
dict5["unpin"] = true;
dict5["unrig"] = true;
dict5["unrip"] = true;
dict5["unsay"] = true;
dict5["unset"] = true;
dict5["unsew"] = true;
dict5["unsex"] = true;
dict5["untie"] = true;
dict5["until"] = true;
dict5["unwed"] = true;
dict5["unwet"] = true;
dict5["unwit"] = true;
dict5["unwon"] = true;
dict5["unzip"] = true;
dict5["upbow"] = true;
dict5["upbye"] = true;
dict5["updos"] = true;
dict5["updry"] = true;
dict5["upend"] = true;
dict5["uplit"] = true;
dict5["upped"] = true;
dict5["upper"] = true;
dict5["upset"] = true;
dict5["uraei"] = true;
dict5["urare"] = true;
dict5["urari"] = true;
dict5["urase"] = true;
dict5["urate"] = true;
dict5["urban"] = true;
dict5["urbia"] = true;
dict5["ureal"] = true;
dict5["ureas"] = true;
dict5["uredo"] = true;
dict5["ureic"] = true;
dict5["urged"] = true;
dict5["urger"] = true;
dict5["urges"] = true;
dict5["urial"] = true;
dict5["urine"] = true;
dict5["urped"] = true;
dict5["ursae"] = true;
dict5["ursid"] = true;
dict5["usage"] = true;
dict5["users"] = true;
dict5["usher"] = true;
dict5["using"] = true;
dict5["usnea"] = true;
dict5["usque"] = true;
dict5["usual"] = true;
dict5["usurp"] = true;
dict5["usury"] = true;
dict5["uteri"] = true;
dict5["utile"] = true;
dict5["utter"] = true;
dict5["uveal"] = true;
dict5["uveas"] = true;
dict5["uvula"] = true;
dict5["vacua"] = true;
dict5["vagal"] = true;
dict5["vague"] = true;
dict5["vagus"] = true;
dict5["vails"] = true;
dict5["vairs"] = true;
dict5["vakil"] = true;
dict5["vales"] = true;
dict5["valet"] = true;
dict5["valid"] = true;
dict5["valor"] = true;
dict5["valse"] = true;
dict5["value"] = true;
dict5["valve"] = true;
dict5["vamps"] = true;
dict5["vampy"] = true;
dict5["vanda"] = true;
dict5["vaned"] = true;
dict5["vanes"] = true;
dict5["vangs"] = true;
dict5["vapid"] = true;
dict5["vapor"] = true;
dict5["varas"] = true;
dict5["varia"] = true;
dict5["varix"] = true;
dict5["varna"] = true;
dict5["varus"] = true;
dict5["varve"] = true;
dict5["vasal"] = true;
dict5["vases"] = true;
dict5["vasts"] = true;
dict5["vasty"] = true;
dict5["vatic"] = true;
dict5["vatus"] = true;
dict5["vault"] = true;
dict5["vaunt"] = true;
dict5["veals"] = true;
dict5["vealy"] = true;
dict5["veena"] = true;
dict5["veeps"] = true;
dict5["veers"] = true;
dict5["veery"] = true;
dict5["vegan"] = true;
dict5["veges"] = true;
dict5["vegie"] = true;
dict5["veils"] = true;
dict5["veins"] = true;
dict5["veiny"] = true;
dict5["velar"] = true;
dict5["velds"] = true;
dict5["veldt"] = true;
dict5["velum"] = true;
dict5["venae"] = true;
dict5["venal"] = true;
dict5["vends"] = true;
dict5["venge"] = true;
dict5["venin"] = true;
dict5["venom"] = true;
dict5["vents"] = true;
dict5["venue"] = true;
dict5["venus"] = true;
dict5["verbs"] = true;
dict5["verge"] = true;
dict5["verse"] = true;
dict5["verso"] = true;
dict5["verst"] = true;
dict5["verts"] = true;
dict5["vertu"] = true;
dict5["verve"] = true;
dict5["vesta"] = true;
dict5["vests"] = true;
dict5["vetch"] = true;
dict5["vexed"] = true;
dict5["vexer"] = true;
dict5["vexes"] = true;
dict5["vexil"] = true;
dict5["vials"] = true;
dict5["viand"] = true;
dict5["vibes"] = true;
dict5["vicar"] = true;
dict5["viced"] = true;
dict5["vices"] = true;
dict5["vichy"] = true;
dict5["video"] = true;
dict5["viers"] = true;
dict5["views"] = true;
dict5["viewy"] = true;
dict5["vigas"] = true;
dict5["vigia"] = true;
dict5["vigil"] = true;
dict5["vigor"] = true;
dict5["viler"] = true;
dict5["villa"] = true;
dict5["villi"] = true;
dict5["vills"] = true;
dict5["vimen"] = true;
dict5["vinal"] = true;
dict5["vinas"] = true;
dict5["vinca"] = true;
dict5["vined"] = true;
dict5["vines"] = true;
dict5["vinic"] = true;
dict5["vinos"] = true;
dict5["vinyl"] = true;
dict5["viola"] = true;
dict5["viols"] = true;
dict5["viper"] = true;
dict5["viral"] = true;
dict5["vireo"] = true;
dict5["vires"] = true;
dict5["virga"] = true;
dict5["virid"] = true;
dict5["virls"] = true;
dict5["virtu"] = true;
dict5["virus"] = true;
dict5["visas"] = true;
dict5["vised"] = true;
dict5["vises"] = true;
dict5["visit"] = true;
dict5["visor"] = true;
dict5["vista"] = true;
dict5["vitae"] = true;
dict5["vital"] = true;
dict5["vitta"] = true;
dict5["vivas"] = true;
dict5["vivid"] = true;
dict5["vixen"] = true;
dict5["vizir"] = true;
dict5["vizor"] = true;
dict5["vocab"] = true;
dict5["vocal"] = true;
dict5["voces"] = true;
dict5["vodka"] = true;
dict5["vodou"] = true;
dict5["vodun"] = true;
dict5["vogie"] = true;
dict5["vogue"] = true;
dict5["voice"] = true;
dict5["voids"] = true;
dict5["voila"] = true;
dict5["voile"] = true;
dict5["volar"] = true;
dict5["voled"] = true;
dict5["voles"] = true;
dict5["volta"] = true;
dict5["volte"] = true;
dict5["volti"] = true;
dict5["volts"] = true;
dict5["volva"] = true;
dict5["vomer"] = true;
dict5["vomit"] = true;
dict5["voted"] = true;
dict5["voter"] = true;
dict5["votes"] = true;
dict5["vouch"] = true;
dict5["vowed"] = true;
dict5["vowel"] = true;
dict5["vower"] = true;
dict5["vroom"] = true;
dict5["vrouw"] = true;
dict5["vrows"] = true;
dict5["vuggs"] = true;
dict5["vuggy"] = true;
dict5["vughs"] = true;
dict5["vulgo"] = true;
dict5["vulva"] = true;
dict5["vying"] = true;
dict5["wacke"] = true;
dict5["wacko"] = true;
dict5["wacks"] = true;
dict5["wacky"] = true;
dict5["waddy"] = true;
dict5["waded"] = true;
dict5["wader"] = true;
dict5["wades"] = true;
dict5["wadis"] = true;
dict5["wafer"] = true;
dict5["waffs"] = true;
dict5["wafts"] = true;
dict5["waged"] = true;
dict5["wager"] = true;
dict5["wages"] = true;
dict5["wagon"] = true;
dict5["wahoo"] = true;
dict5["waifs"] = true;
dict5["wails"] = true;
dict5["wains"] = true;
dict5["wairs"] = true;
dict5["waist"] = true;
dict5["waits"] = true;
dict5["waive"] = true;
dict5["waked"] = true;
dict5["waken"] = true;
dict5["waker"] = true;
dict5["wakes"] = true;
dict5["waled"] = true;
dict5["waler"] = true;
dict5["wales"] = true;
dict5["walks"] = true;
dict5["walla"] = true;
dict5["walls"] = true;
dict5["wally"] = true;
dict5["waltz"] = true;
dict5["wames"] = true;
dict5["wamus"] = true;
dict5["wands"] = true;
dict5["waned"] = true;
dict5["wanes"] = true;
dict5["waney"] = true;
dict5["wanks"] = true;
dict5["wanly"] = true;
dict5["wants"] = true;
dict5["wards"] = true;
dict5["wared"] = true;
dict5["wares"] = true;
dict5["warks"] = true;
dict5["warms"] = true;
dict5["warns"] = true;
dict5["warps"] = true;
dict5["warts"] = true;
dict5["warty"] = true;
dict5["washy"] = true;
dict5["wasps"] = true;
dict5["waspy"] = true;
dict5["waste"] = true;
dict5["wasts"] = true;
dict5["watap"] = true;
dict5["watch"] = true;
dict5["water"] = true;
dict5["watts"] = true;
dict5["waugh"] = true;
dict5["wauks"] = true;
dict5["wauls"] = true;
dict5["waved"] = true;
dict5["waver"] = true;
dict5["waves"] = true;
dict5["wavey"] = true;
dict5["wawls"] = true;
dict5["waxed"] = true;
dict5["waxen"] = true;
dict5["waxer"] = true;
dict5["waxes"] = true;
dict5["wazoo"] = true;
dict5["weald"] = true;
dict5["weals"] = true;
dict5["weans"] = true;
dict5["wears"] = true;
dict5["weary"] = true;
dict5["weave"] = true;
dict5["webby"] = true;
dict5["weber"] = true;
dict5["wecht"] = true;
dict5["wedel"] = true;
dict5["wedge"] = true;
dict5["wedgy"] = true;
dict5["weeds"] = true;
dict5["weedy"] = true;
dict5["weeks"] = true;
dict5["weens"] = true;
dict5["weeny"] = true;
dict5["weeps"] = true;
dict5["weepy"] = true;
dict5["weest"] = true;
dict5["weets"] = true;
dict5["wefts"] = true;
dict5["weigh"] = true;
dict5["weird"] = true;
dict5["weirs"] = true;
dict5["wekas"] = true;
dict5["welch"] = true;
dict5["welds"] = true;
dict5["wells"] = true;
dict5["welly"] = true;
dict5["welsh"] = true;
dict5["welts"] = true;
dict5["wench"] = true;
dict5["wends"] = true;
dict5["wenny"] = true;
dict5["wests"] = true;
dict5["wetly"] = true;
dict5["whack"] = true;
dict5["whale"] = true;
dict5["whamo"] = true;
dict5["whams"] = true;
dict5["whang"] = true;
dict5["whaps"] = true;
dict5["wharf"] = true;
dict5["whats"] = true;
dict5["whaup"] = true;
dict5["wheal"] = true;
dict5["wheat"] = true;
dict5["wheel"] = true;
dict5["wheen"] = true;
dict5["wheep"] = true;
dict5["whelk"] = true;
dict5["whelm"] = true;
dict5["whelp"] = true;
dict5["whens"] = true;
dict5["where"] = true;
dict5["whets"] = true;
dict5["whews"] = true;
dict5["wheys"] = true;
dict5["which"] = true;
dict5["whids"] = true;
dict5["whiff"] = true;
dict5["whigs"] = true;
dict5["while"] = true;
dict5["whims"] = true;
dict5["whine"] = true;
dict5["whins"] = true;
dict5["whiny"] = true;
dict5["whips"] = true;
dict5["whipt"] = true;
dict5["whirl"] = true;
dict5["whirr"] = true;
dict5["whirs"] = true;
dict5["whish"] = true;
dict5["whisk"] = true;
dict5["whist"] = true;
dict5["white"] = true;
dict5["whits"] = true;
dict5["whity"] = true;
dict5["whizz"] = true;
dict5["whole"] = true;
dict5["whomp"] = true;
dict5["whoof"] = true;
dict5["whoop"] = true;
dict5["whops"] = true;
dict5["whore"] = true;
dict5["whorl"] = true;
dict5["whort"] = true;
dict5["whose"] = true;
dict5["whoso"] = true;
dict5["whump"] = true;
dict5["whups"] = true;
dict5["wicca"] = true;
dict5["wicks"] = true;
dict5["widdy"] = true;
dict5["widen"] = true;
dict5["wider"] = true;
dict5["wides"] = true;
dict5["widow"] = true;
dict5["width"] = true;
dict5["wield"] = true;
dict5["wifed"] = true;
dict5["wifes"] = true;
dict5["wifey"] = true;
dict5["wifty"] = true;
dict5["wigan"] = true;
dict5["wiggy"] = true;
dict5["wight"] = true;
dict5["wilco"] = true;
dict5["wilds"] = true;
dict5["wiled"] = true;
dict5["wiles"] = true;
dict5["wills"] = true;
dict5["willy"] = true;
dict5["wilts"] = true;
dict5["wimps"] = true;
dict5["wimpy"] = true;
dict5["wince"] = true;
dict5["winch"] = true;
dict5["winds"] = true;
dict5["windy"] = true;
dict5["wined"] = true;
dict5["wines"] = true;
dict5["winey"] = true;
dict5["wings"] = true;
dict5["wingy"] = true;
dict5["winks"] = true;
dict5["winos"] = true;
dict5["winze"] = true;
dict5["wiped"] = true;
dict5["wiper"] = true;
dict5["wipes"] = true;
dict5["wired"] = true;
dict5["wirer"] = true;
dict5["wires"] = true;
dict5["wirra"] = true;
dict5["wised"] = true;
dict5["wiser"] = true;
dict5["wises"] = true;
dict5["wisha"] = true;
dict5["wisps"] = true;
dict5["wispy"] = true;
dict5["wists"] = true;
dict5["witan"] = true;
dict5["witch"] = true;
dict5["wited"] = true;
dict5["wites"] = true;
dict5["withe"] = true;
dict5["withy"] = true;
dict5["witty"] = true;
dict5["wived"] = true;
dict5["wiver"] = true;
dict5["wives"] = true;
dict5["wizen"] = true;
dict5["wizes"] = true;
dict5["woads"] = true;
dict5["woald"] = true;
dict5["wodge"] = true;
dict5["woful"] = true;
dict5["woken"] = true;
dict5["wolds"] = true;
dict5["wolfs"] = true;
dict5["woman"] = true;
dict5["wombs"] = true;
dict5["womby"] = true;
dict5["women"] = true;
dict5["womyn"] = true;
dict5["wonks"] = true;
dict5["wonky"] = true;
dict5["wonts"] = true;
dict5["woods"] = true;
dict5["woody"] = true;
dict5["wooed"] = true;
dict5["wooer"] = true;
dict5["woofs"] = true;
dict5["wools"] = true;
dict5["wooly"] = true;
dict5["woops"] = true;
dict5["woosh"] = true;
dict5["woozy"] = true;
dict5["words"] = true;
dict5["wordy"] = true;
dict5["works"] = true;
dict5["world"] = true;
dict5["worms"] = true;
dict5["wormy"] = true;
dict5["worry"] = true;
dict5["worse"] = true;
dict5["worst"] = true;
dict5["worth"] = true;
dict5["worts"] = true;
dict5["would"] = true;
dict5["wound"] = true;
dict5["woven"] = true;
dict5["wowed"] = true;
dict5["wrack"] = true;
dict5["wrang"] = true;
dict5["wraps"] = true;
dict5["wrapt"] = true;
dict5["wrath"] = true;
dict5["wreak"] = true;
dict5["wreck"] = true;
dict5["wrens"] = true;
dict5["wrest"] = true;
dict5["wrick"] = true;
dict5["wried"] = true;
dict5["wrier"] = true;
dict5["wries"] = true;
dict5["wring"] = true;
dict5["wrist"] = true;
dict5["write"] = true;
dict5["writs"] = true;
dict5["wrong"] = true;
dict5["wrote"] = true;
dict5["wroth"] = true;
dict5["wrung"] = true;
dict5["wryer"] = true;
dict5["wryly"] = true;
dict5["wurst"] = true;
dict5["wushu"] = true;
dict5["wussy"] = true;
dict5["wyled"] = true;
dict5["wyles"] = true;
dict5["wynds"] = true;
dict5["wynns"] = true;
dict5["wyted"] = true;
dict5["wytes"] = true;
dict5["xebec"] = true;
dict5["xenia"] = true;
dict5["xenic"] = true;
dict5["xenon"] = true;
dict5["xeric"] = true;
dict5["xerox"] = true;
dict5["xerus"] = true;
dict5["xylan"] = true;
dict5["xylem"] = true;
dict5["xylol"] = true;
dict5["xylyl"] = true;
dict5["xysti"] = true;
dict5["xysts"] = true;
dict5["yabby"] = true;
dict5["yacht"] = true;
dict5["yacks"] = true;
dict5["yaffs"] = true;
dict5["yager"] = true;
dict5["yagis"] = true;
dict5["yahoo"] = true;
dict5["yaird"] = true;
dict5["yamen"] = true;
dict5["yamun"] = true;
dict5["yangs"] = true;
dict5["yanks"] = true;
dict5["yapok"] = true;
dict5["yapon"] = true;
dict5["yards"] = true;
dict5["yarer"] = true;
dict5["yarns"] = true;
dict5["yauds"] = true;
dict5["yauld"] = true;
dict5["yaups"] = true;
dict5["yawed"] = true;
dict5["yawey"] = true;
dict5["yawls"] = true;
dict5["yawns"] = true;
dict5["yawps"] = true;
dict5["yclad"] = true;
dict5["yeahs"] = true;
dict5["yeans"] = true;
dict5["yearn"] = true;
dict5["years"] = true;
dict5["yeast"] = true;
dict5["yecch"] = true;
dict5["yechs"] = true;
dict5["yechy"] = true;
dict5["yeggs"] = true;
dict5["yelks"] = true;
dict5["yells"] = true;
dict5["yelps"] = true;
dict5["yenta"] = true;
dict5["yente"] = true;
dict5["yerba"] = true;
dict5["yerks"] = true;
dict5["yeses"] = true;
dict5["yetis"] = true;
dict5["yetts"] = true;
dict5["yeuks"] = true;
dict5["yeuky"] = true;
dict5["yield"] = true;
dict5["yikes"] = true;
dict5["yills"] = true;
dict5["yince"] = true;
dict5["yipes"] = true;
dict5["yirds"] = true;
dict5["yirrs"] = true;
dict5["yirth"] = true;
dict5["ylems"] = true;
dict5["yobbo"] = true;
dict5["yocks"] = true;
dict5["yodel"] = true;
dict5["yodhs"] = true;
dict5["yodle"] = true;
dict5["yogas"] = true;
dict5["yogee"] = true;
dict5["yoghs"] = true;
dict5["yogic"] = true;
dict5["yogin"] = true;
dict5["yogis"] = true;
dict5["yoked"] = true;
dict5["yokel"] = true;
dict5["yokes"] = true;
dict5["yolks"] = true;
dict5["yolky"] = true;
dict5["yomim"] = true;
dict5["yonic"] = true;
dict5["yonis"] = true;
dict5["yores"] = true;
dict5["young"] = true;
dict5["yourn"] = true;
dict5["yours"] = true;
dict5["youse"] = true;
dict5["youth"] = true;
dict5["yowed"] = true;
dict5["yowes"] = true;
dict5["yowie"] = true;
dict5["yowls"] = true;
dict5["yuans"] = true;
dict5["yucas"] = true;
dict5["yucca"] = true;
dict5["yucch"] = true;
dict5["yucks"] = true;
dict5["yucky"] = true;
dict5["yugas"] = true;
dict5["yukky"] = true;
dict5["yulan"] = true;
dict5["yules"] = true;
dict5["yummy"] = true;
dict5["yupon"] = true;
dict5["yuppy"] = true;
dict5["yurta"] = true;
dict5["yurts"] = true;
dict5["zaire"] = true;
dict5["zamia"] = true;
dict5["zanza"] = true;
dict5["zappy"] = true;
dict5["zarfs"] = true;
dict5["zaxes"] = true;
dict5["zayin"] = true;
dict5["zazen"] = true;
dict5["zeals"] = true;
dict5["zebec"] = true;
dict5["zebra"] = true;
dict5["zebus"] = true;
dict5["zeins"] = true;
dict5["zerks"] = true;
dict5["zeros"] = true;
dict5["zests"] = true;
dict5["zesty"] = true;
dict5["zetas"] = true;
dict5["zibet"] = true;
dict5["zilch"] = true;
dict5["zills"] = true;
dict5["zincs"] = true;
dict5["zincy"] = true;
dict5["zineb"] = true;
dict5["zines"] = true;
dict5["zings"] = true;
dict5["zingy"] = true;
dict5["zinky"] = true;
dict5["zippy"] = true;
dict5["ziram"] = true;
dict5["zitis"] = true;
dict5["zizit"] = true;
dict5["zlote"] = true;
dict5["zloty"] = true;
dict5["zoeae"] = true;
dict5["zoeal"] = true;
dict5["zoeas"] = true;
dict5["zombi"] = true;
dict5["zonae"] = true;
dict5["zonal"] = true;
dict5["zoned"] = true;
dict5["zoner"] = true;
dict5["zones"] = true;
dict5["zonks"] = true;
dict5["zooey"] = true;
dict5["zooid"] = true;
dict5["zooks"] = true;
dict5["zooms"] = true;
dict5["zoons"] = true;
dict5["zooty"] = true;
dict5["zoril"] = true;
dict5["zoris"] = true;
dict5["zouks"] = true;
dict5["zowie"] = true;
dict5["zuzim"] = true;
dict5["zymes"] = true;
this.addEventListener(Event.ENTER_FRAME, enterframe);
wait = 0;
ls = new Array(l1, l2, l3, l4, l5);
ps = new Array(p1, p2, p3, p4, p5);
wordMade = false;
skipBtn.addEventListener(MouseEvent.CLICK, skipW);
timer = 1500;
currentL = 0;
pickWord = false;
playthis = false;
}
public function enterframe(_arg1){
var _local2:*;
var _local3:*;
if (parent.x == -1490){
if (!playthis){
playthis = true;
dark.visible = true;
dark.alpha = 0;
};
} else {
if (parent.x < -1490){
playthis = false;
skipWord();
};
};
if (!playthis){
timer--;
if (timer < 0){
timer = 0;
};
if (dark.alpha > 0){
dark.alpha = (dark.alpha - 0.1);
} else {
dark.visible = false;
};
};
if (playthis){
if (dark.alpha < 1){
dark.alpha = (dark.alpha + 0.1);
};
if (!wordMade){
if (l1.letter != null){
l1.letter.gotoAndStop(2);
};
if (l2.letter != null){
l2.letter.gotoAndStop(2);
};
if (l3.letter != null){
l3.letter.gotoAndStop(2);
};
if (l4.letter != null){
l4.letter.gotoAndStop(2);
};
if (l5.letter != null){
l5.letter.gotoAndStop(2);
};
if ((((((((((l1.currentFrame == 1)) || ((l2.currentFrame == 1)))) || ((l3.currentFrame == 1)))) || ((l4.currentFrame == 1)))) || ((l5.currentFrame == 1)))){
wait++;
if ((wait % 3) == 0){
if (l1.currentFrame == 1){
if (!pickWord){
tmpWord = words[Math.floor((Math.random() * wordN))];
tmpWord = tmpWord.toUpperCase();
tmpWord = scramble(tmpWord);
pickWord = true;
currentL = 0;
};
l1.letter.letter.text = tmpWord.substring(0, 1);
l1.play();
} else {
if (l2.currentFrame == 1){
l2.play();
l2.letter.letter.text = tmpWord.substring(1, 2);
} else {
if (l3.currentFrame == 1){
l3.play();
l3.letter.letter.text = tmpWord.substring(2, 3);
} else {
if (l4.currentFrame == 1){
l4.play();
l4.letter.letter.text = tmpWord.substring(3, 4);
} else {
if (l5.currentFrame == 1){
l5.play();
l5.letter.letter.text = tmpWord.substring(4, 5);
};
};
};
};
};
wait = 0;
};
} else {
i = 0;
while (i < 5) {
if (ls[i].area.hitTestPoint(stage.mouseX, stage.mouseY, true)){
if (ls[i].currentFrame == 7){
ls[i].gotoAndStop(8);
} else {
if (ls[i].currentFrame == 8){
if (clicked){
ps[currentL].letter.letter.text = ls[i].letter.letter.text;
ps[currentL].letter.gotoAndStop(2);
currentL++;
ls[i].gotoAndStop(9);
clicked = false;
if (currentL == 5){
_local2 = ps[0].letter.letter.text;
_local2 = (_local2 + ps[1].letter.letter.text);
_local2 = (_local2 + ps[2].letter.letter.text);
_local2 = (_local2 + ps[3].letter.letter.text);
_local2 = (_local2 + ps[4].letter.letter.text);
if (dict5[_local2.toLowerCase()] == true){
trace("good");
wordMade = true;
correct();
};
};
};
};
};
} else {
if (ls[i].currentFrame == 8){
ls[i].gotoAndStop(7);
};
};
i++;
};
};
i = 0;
while (i < 5) {
if (ps[i].area.hitTestPoint(stage.mouseX, stage.mouseY, true)){
if (ps[i].letter.currentFrame == 2){
ps[i].gotoAndStop(2);
ps[i].btn.visible = true;
if (clicked){
trace(currentL);
j = 0;
while (j < 5) {
if (ls[j].currentFrame == 9){
if (tmpWord.substring(j, (j + 1)) == ps[i].letter.letter.text){
ls[j].gotoAndStop(1);
_local3 = i;
while (_local3 < 5) {
if (_local3 < 4){
ps[_local3].letter.letter.text = ps[(_local3 + 1)].letter.letter.text;
if (ps[_local3].letter.letter.text == ""){
ps[_local3].letter.gotoAndStop(1);
};
} else {
ps[_local3].letter.letter.text = "";
ps[_local3].letter.gotoAndStop(1);
};
_local3++;
};
currentL--;
wait = 0;
clicked = false;
break;
};
};
j++;
};
trace(currentL);
};
} else {
ps[i].btn.visible = false;
ps[i].gotoAndStop(1);
};
} else {
ps[i].gotoAndStop(1);
};
i++;
};
} else {
wait++;
if ((wait % 3) == 0){
if (p1.currentFrame == 1){
p1.gotoAndPlay(3);
} else {
if (p2.currentFrame == 1){
p2.gotoAndPlay(3);
} else {
if (p3.currentFrame == 1){
p3.gotoAndPlay(3);
} else {
if (p4.currentFrame == 1){
p4.gotoAndPlay(3);
} else {
if (p5.currentFrame == 1){
p5.gotoAndPlay(3);
};
};
};
};
};
wait = 0;
};
i = 0;
while (i < 5) {
if (ps[i].currentFrame == 7){
ps[i].letter.gotoAndStop(1);
ps[i].letter.letter.text = "";
};
if (ps[i].currentFrame == 12){
if (i == 4){
skipWord();
};
};
i++;
};
};
};
}
public function correct(){
addScore((5000 + timer));
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(1);
}
public function mdown(_arg1){
clicked = false;
if (!cdown){
clicked = true;
};
cdown = true;
}
public function scramble(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
trace(_arg1);
while (true) {
_local2 = _arg1;
_local3 = "";
i = 0;
while (i < 5) {
_local4 = Math.floor((Math.random() * _local2.length));
_local3 = (_local3 + _local2.substring(_local4, (_local4 + 1)));
_local2 = (_local2.substring(0, _local4) + _local2.substring((_local4 + 1), _arg1.length));
i++;
};
if (_arg1 != _local3){
return (_local3);
};
};
}
public function mup(_arg1){
clicked = false;
cdown = false;
}
public function skipW(_arg1){
if (playthis){
if (!wordMade){
skipWord();
};
};
}
}
}//package gameNonF2_fla
Section 7
//fullStopWAtch_96 (gameNonF2_fla.fullStopWAtch_96)
package gameNonF2_fla {
import flash.display.*;
import flash.text.*;
public dynamic class fullStopWAtch_96 extends MovieClip {
public var swatch:MovieClip;
public var seconds:TextField;
}
}//package gameNonF2_fla
Section 8
//game5_75 (gameNonF2_fla.game5_75)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class game5_75 extends MovieClip {
public var a2:Flip;
public var tileNum;
public var waitShow;
public var picking;
public var clicked;
public var a11:Flip;
public var checkM:MovieClip;
public var starty;
public var a10:Flip;
public var arr;
public var startx;
public var mapC;
public var i;
public var a12:Flip;
public var j;
public var mapN;
public var maps;
public var i2;
public var showN;
public var j2;
public var order;
public var map;
public var dark:MovieClip;
public var done;
public var cdown;
public var numL;
public var lcor;
public var fini;
public var playthis;
public var a3:Flip;
public var a4:Flip;
public var a5:Flip;
public var a6:Flip;
public var a8:Flip;
public var a9:Flip;
public var a7:Flip;
public var a1:Flip;
public function game5_75(){
addFrameScript(0, frame1);
}
public function correct(){
addScore((1500 + (789 * mapN)));
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(1);
lcor = true;
}
function frame1(){
stage.addEventListener(MouseEvent.MOUSE_DOWN, mdown);
stage.addEventListener(MouseEvent.MOUSE_UP, mup);
clicked = false;
cdown = false;
this.addEventListener(Event.ENTER_FRAME, enterframe);
startx = 200;
starty = 200;
mapC = false;
mapN = 0;
maps = new Array();
map = new Array(new Array(false, false, false, false), new Array(true, true, true, true), new Array(false, false, false, false));
maps.push(map);
maps.push(map);
map = new Array(new Array(true, false, false, false), new Array(true, true, true, true), new Array(false, false, false, true));
maps.push(map);
map = new Array(new Array(false, false, false, true), new Array(true, true, true, true), new Array(true, false, false, false));
maps.push(map);
map = new Array(new Array(false, true, true, false), new Array(true, true, true, true), new Array(false, true, true, false));
maps.push(map);
map = new Array(new Array(true, false, false, true), new Array(true, true, true, true), new Array(true, false, false, true));
maps.push(map);
map = new Array(new Array(false, true, true, true), new Array(true, true, true, true), new Array(true, true, true, false));
maps.push(map);
map = new Array(new Array(true, true, true, false), new Array(true, true, true, true), new Array(false, true, true, true));
maps.push(map);
i = 0;
while (i < 100) {
map = new Array(new Array(true, true, true, true), new Array(true, true, true, true), new Array(true, true, true, true));
maps.push(map);
i++;
};
arr = new Array(new Array(a1, a2, a3, a4), new Array(a5, a6, a7, a8), new Array(a9, a10, a11, a12));
numL = new Array();
order = new Array();
lcor = false;
dark.visible = false;
playthis = false;
showN = false;
waitShow = 0;
picking = false;
done = 0;
tileNum = 0;
fini = false;
}
public function addScore(_arg1){
(parent as MovieClip).score = ((parent as MovieClip).score + _arg1);
}
public function mdown(_arg1){
clicked = false;
if (!cdown){
clicked = true;
};
cdown = true;
}
public function createMap(){
var _local1:*;
var _local2:*;
_local1 = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12);
order = new Array(false, false, false, false, false, false, false, false, false, false, false, false, false, false);
numL = new Array();
mapC = true;
tileNum = 0;
done = 0;
fini = false;
i = 0;
while (i < 3) {
numL[i] = new Array();
j = 0;
while (j < 4) {
if (maps[mapN][i][j] == true){
arr[i][j].play();
_local2 = Math.floor((Math.random() * _local1.length));
numL[i][j] = _local1[_local2];
_local1.splice(_local2, 1);
order[(numL[i][j] - 1)] = true;
tileNum++;
};
arr[i][j].tile.btn.visible = false;
j++;
};
i++;
};
}
public function enterframe(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
if (parent.x == -1990){
if (!playthis){
playthis = true;
dark.visible = true;
dark.alpha = 0;
mapC = false;
mapN = 0;
numL = new Array();
order = new Array();
lcor = false;
showN = false;
waitShow = 0;
picking = false;
done = 0;
tileNum = 0;
fini = false;
};
} else {
if (parent.x < -1990){
playthis = false;
i = 0;
while (i < 3) {
j = 0;
while (j < 4) {
if (maps[mapN][i][j]){
_local4 = false;
arr[i][j].tile.letter.gotoAndStop(1);
arr[i][j].tile.letter.letter.text = "";
arr[i][j].gotoAndStop(1);
showN = false;
waitShow = 0;
picking = false;
done = 0;
tileNum = 0;
fini = false;
};
j++;
};
i++;
};
};
};
if (!playthis){
if (dark.alpha > 0){
dark.alpha = (dark.alpha - 0.1);
} else {
dark.visible = false;
};
};
if (playthis){
if (dark.alpha < 1){
dark.alpha = (dark.alpha + 0.1);
};
if (!mapC){
createMap();
waitShow = 0;
};
if (!showN){
i = 0;
while (i < 3) {
j = 0;
while (j < 4) {
if (arr[i][j].currentFrame >= 7){
arr[i][j].tile.letter.gotoAndStop(2);
arr[i][j].tile.letter.letter.text = numL[i][j];
};
j++;
};
i++;
};
waitShow++;
if (waitShow > (45 + (mapN * 6))){
i = 0;
while (i < 3) {
j = 0;
while (j < 4) {
if (maps[mapN][i][j] == true){
arr[i][j].play();
showN = true;
};
j++;
};
i++;
};
};
} else {
if (!picking){
i = 0;
while (i < 3) {
j = 0;
while (j < 4) {
if (arr[i][j].currentFrame >= 7){
arr[i][j].tile.letter.gotoAndStop(1);
arr[i][j].tile.letter.letter.text = "";
arr[i][j].tile.btn.visible = true;
picking = true;
};
j++;
};
i++;
};
} else {
if (!fini){
i = 0;
while (i < 3) {
j = 0;
while (j < 4) {
if (arr[i][j].tile.btn.visible){
if (arr[i][j].tile.area.hitTestPoint(stage.mouseX, stage.mouseY, true)){
arr[i][j].tile.gotoAndStop(2);
if (clicked){
clicked = true;
_local2 = true;
_local3 = 0;
while (_local3 < (numL[i][j] - 1)) {
trace(_local3, order[_local3]);
if (order[_local3] == true){
wrong();
fini = true;
arr[i][j].tile.gotoAndStop(1);
i2 = 0;
while (i2 < 3) {
j2 = 0;
while (j2 < 4) {
if (maps[mapN][i2][j2]){
if (arr[i2][j2].tile.btn.visible == false){
arr[i2][j2].play();
};
};
j2++;
};
i2++;
};
_local2 = false;
break;
};
_local3++;
};
if (_local2){
done++;
order[(numL[i][j] - 1)] = false;
arr[i][j].tile.btn.visible = false;
arr[i][j].tile.gotoAndStop(1);
arr[i][j].tile.letter.gotoAndStop(2);
arr[i][j].tile.letter.letter.text = numL[i][j];
if (done == tileNum){
correct();
picking = false;
fini = true;
showN = false;
i2 = 0;
while (i2 < 3) {
j2 = 0;
while (j2 < 4) {
if (maps[mapN][i2][j2]){
arr[i2][j2].play();
};
j2++;
};
i2++;
};
};
};
};
} else {
arr[i][j].tile.gotoAndStop(1);
};
};
j++;
};
i++;
};
} else {
_local4 = true;
i = 0;
while (i < 3) {
j = 0;
while (j < 4) {
if (maps[mapN][i][j]){
if (arr[i][j].tile.letter.currentFrame == 2){
_local4 = false;
};
if (arr[i][j].currentFrame > 1){
_local4 = false;
};
if (arr[i][j].currentFrame >= 7){
arr[i][j].tile.letter.gotoAndStop(1);
arr[i][j].tile.letter.letter.text = "";
};
};
j++;
};
i++;
};
if (_local4){
fini = false;
picking = false;
showN = false;
mapC = false;
if (lcor){
mapN++;
};
};
};
};
};
};
}
public function wrong(){
addScore(-444);
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(2);
lcor = false;
}
public function mup(_arg1){
clicked = false;
cdown = false;
}
}
}//package gameNonF2_fla
Section 9
//letterTile_54 (gameNonF2_fla.letterTile_54)
package gameNonF2_fla {
import flash.display.*;
import flash.text.*;
public dynamic class letterTile_54 extends MovieClip {
public var letter:TextField;
public var letterpic:MovieClip;
public var letter2:TextField;
public function letterTile_54(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 10
//MainTimeline (gameNonF2_fla.MainTimeline)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import mochi.as3.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class MainTimeline extends MovieClip {
public var pw;
public var train:MovieClip;
public var stopwatch:MovieClip;
public var my_menu:ContextMenu;
public var holder2;
public var scores:MovieClip;
public var clicked;
public var countdown:MovieClip;
public var sc:SoundChannel;
public var starty;
public var sec;
public var st:SoundTransform;
public var programmed2;
public var programmed3;
public var game2:MovieClip;
public var game5:MovieClip;
public var scoresload:MovieClip;
public var game3:MovieClip;
public var game4:MovieClip;
public var yspd;
public var i;
public var started;
public var gameS;
public var cloudH;
public var gamel;
public var qua;
public var offS;
public var gamet;
public var programmed;
public var menuS;
public var clouds;
public var back:MovieClip;
public var popoptions:MovieClip;
public var swidth;
public var sendAOK;
public var cdown;
public var rankS:MovieClip;
public var ready;
public var holder;
public var faces;
public var fini;
public var copyright;
public var q1;
public var q2;
public var sc2:SoundChannel;
public var twait;
public var st2:SoundTransform;
public var game:MovieClip;
public var q3;
public var scrolling;
public function MainTimeline(){
addFrameScript(0, frame1, 1, frame2, 2, frame3);
}
public function scrollBar(_arg1){
if (cdown){
if (scores.scrollP.hitTestPoint(stage.mouseX, stage.mouseY, true)){
if (!scrolling){
scrolling = true;
offS = (stage.mouseX - scores.scrollP.x);
};
};
} else {
scrolling = false;
};
if (scrolling){
scores.scrollP.x = (stage.mouseX - offS);
};
if (scores.scrollP.x < scores.scrollB.x){
scores.scrollP.x = scores.scrollB.x;
} else {
if (scores.scrollP.x > ((scores.scrollB.x + swidth) - scores.scrollP.width)){
scores.scrollP.x = ((scores.scrollB.x + swidth) - scores.scrollP.width);
};
};
scores.persons.x = (pw * (-((scores.scrollP.x - scores.scrollB.x)) / swidth));
}
public function inviteF(_arg1){
var url:String;
var event = _arg1;
url = "http://apps.facebook.com/brain_train/";
try {
navigateToURL(new URLRequest(url), "_blank");
} catch(e:Error) {
trace("Error occurred!");
};
}
function frame2(){
menuS = new Song2();
sc = menuS.play(0, 1000);
st = sc.soundTransform;
st.volume = 1;
sc.soundTransform = st;
stop();
popoptions.playBtn.addEventListener(MouseEvent.CLICK, playGame);
popoptions.inviteBtn.addEventListener(MouseEvent.CLICK, inviteF);
}
function frame3(){
stage.quality = "High";
swidth = scores.scrollB.width;
pw = (-(swidth) + 10);
sendAOK = true;
scores.scrollP.x = scores.scrollB.x;
stage.addEventListener(MouseEvent.MOUSE_DOWN, mdown);
stage.addEventListener(MouseEvent.MOUSE_UP, mup);
scores.faceBook.addEventListener(MouseEvent.CLICK, sendF);
gameS = new Song();
sc2 = gameS.play(0, 1000);
st2 = sc2.soundTransform;
st2.volume = 1;
sc2.soundTransform = st2;
scores.mute.btn.addEventListener(MouseEvent.CLICK, muteS);
scores.mute.gotoAndStop(1);
clicked = false;
cdown = false;
faces = new Array();
scrolling = false;
offS = 0;
stop();
cloudH = new MovieClip();
stage.addChild(cloudH);
holder = new MovieClip();
stage.addChild(holder);
holder.score = 0;
holder.sendOk = false;
holder.replay = false;
holder2 = new MovieClip();
stage.addChild(holder2);
holder.addChild(train);
holder.addChild(game);
holder.addChild(game2);
holder.addChild(game3);
holder.addChild(game4);
holder.addChild(game5);
holder2.addChild(countdown);
holder2.addChild(scores);
holder2.addChild(stopwatch);
holder2.addChild(rankS);
stage.addEventListener(Event.ENTER_FRAME, trainBump);
yspd = 0;
starty = holder.y;
twait = 0;
clouds = new Array();
holder.x = (holder.x + 510);
started = false;
stopwatch.swatch.gotoAndStop(1);
stopwatch.seconds.text = "";
gamet = 0;
gamel = new Array(0, -500, -990, -1490, -1990, -2520);
fini = false;
ready = true;
}
function frame1(){
stop();
MochiBot.track(this, "127c1754");
MochiAd.showPreGameAd({clip:root, id:"6f53336124f25971", res:"520x670", background:4294357, color:12572142, outline:597097, no_bg:true});
my_menu = new ContextMenu();
my_menu.hideBuiltInItems();
programmed = new ContextMenuItem("Created By");
programmed2 = new ContextMenuItem("Daniel Yaroslavski");
programmed3 = new ContextMenuItem("Jesse Zhang");
copyright = new ContextMenuItem("(C) Copyright 2009");
copyright.enabled = false;
programmed.separatorBefore = true;
qua = new ContextMenuItem("(Q) Quality");
qua.enabled = false;
qua.separatorBefore = true;
q1 = new ContextMenuItem("Low");
q2 = new ContextMenuItem("Medium");
q3 = new ContextMenuItem("High");
q1.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, qC0);
q2.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, qC1);
q3.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, qC2);
my_menu.customItems.push(copyright, programmed, programmed2, programmed3, qua, q1, q2, q3);
contextMenu = my_menu;
}
public function qC0(_arg1:ContextMenuEvent):void{
stage.quality = "LOW";
}
public function qC1(_arg1:ContextMenuEvent):void{
stage.quality = "MEDIUM";
}
public function qC2(_arg1:ContextMenuEvent):void{
stage.quality = "HIGH";
}
public function watchUpdate(){
if (!started){
stopwatch.seconds.text = "";
stopwatch.swatch.gotoAndStop(1);
};
if (stopwatch.swatch.currentFrame == 28){
sec--;
stopwatch.seconds.text = sec;
if (sec == 0){
sec = "";
stopwatch.seconds.text = sec;
started = false;
gamet++;
};
};
}
public function mdown(_arg1){
clicked = false;
if (!cdown){
clicked = true;
};
cdown = true;
}
public function createClouds(){
var _local1:*;
if (Math.random() > 0.975){
_local1 = new Cloud();
cloudH.addChild(_local1);
_local1.x = 700;
_local1.y = (Math.random() * 250);
_local1.scaleX = (_local1.scaleY = (0.5 + Math.random()));
_local1.gotoAndStop(Math.floor((Math.random() * 3)));
clouds.push(new Array(_local1, ((Math.random() * 5) + 1)));
};
}
public function reloadScores(){
i = 0;
while (i < faces.length) {
scores.persons.removeChild(faces[i][0]);
faces.splice(i, 1);
i--;
i++;
};
scores.scoresload.visible = true;
pw = (-(swidth) + 10);
}
public function playGame(_arg1){
st.volume = 0;
sc.soundTransform = st;
nextFrame();
}
public function muteS(_arg1){
if (scores.mute.currentFrame == 1){
scores.mute.gotoAndStop(2);
st2.volume = 0;
sc2.soundTransform = st2;
} else {
scores.mute.gotoAndStop(1);
st2.volume = 1;
sc2.soundTransform = st2;
};
}
public function trainBump(_arg1){
var _local2:*;
rankS.visible = false;
i = 0;
while (i < faces.length) {
if (faces[i][0].hitTestPoint(stage.mouseX, stage.mouseY, true)){
rankS.visible = true;
rankS.rank.gotoAndStop(Math.floor(((faces[i][1] / 13000) + 1)));
rankS.x = stage.mouseX;
rankS.y = stage.mouseY;
};
i++;
};
createClouds();
_local2 = 0;
while (_local2 < clouds.length) {
clouds[_local2][0].x = (clouds[_local2][0].x - clouds[_local2][1]);
if (clouds[_local2][0].x < -300){
cloudH.removeChild(clouds[_local2][0]);
clouds.splice(_local2, 1);
_local2--;
};
_local2++;
};
if (!ready){
} else {
if (holder.replay == true){
trace("yes");
holder.x = (holder.x + 50);
if (holder.x > 510){
holder.replay = false;
holder.x = 510;
gamet = 0;
fini = false;
started = false;
holder.score = 0;
holder.sendOk = false;
};
} else {
if (holder.sendOk){
if (holder.score < 0){
holder.score = 0;
};
sendAOK = false;
holder.sendOk = false;
};
if (!started){
if (!fini){
if (holder.x > -1990){
countdown.play();
};
holder.x = (holder.x - 5);
};
if (holder.x == gamel[gamet]){
if (gamel[gamet] == -2520){
fini = true;
} else {
sec = 60;
stopwatch.seconds.text = sec;
stopwatch.swatch.play();
started = true;
};
};
};
watchUpdate();
twait++;
if (yspd == 0){
if (twait >= (100 + Math.round((Math.random() * 1000)))){
yspd = -1;
};
};
if (yspd != 0){
holder.y = (holder.y + yspd);
yspd = (yspd + 0.31);
if (holder.y > starty){
yspd = 0;
twait = 0;
};
};
};
};
}
public function sendF(_arg1){
var url:String;
var event = _arg1;
url = "http://apps.facebook.com/brain_train/";
try {
navigateToURL(new URLRequest(url), "_blank");
} catch(e:Error) {
trace("Error occurred!");
};
}
public function mup(_arg1){
clicked = false;
cdown = false;
}
}
}//package gameNonF2_fla
Section 11
//maintrain_25 (gameNonF2_fla.maintrain_25)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class maintrain_25 extends MovieClip {
public var replaymc2:MovieClip;
public var rank:MovieClip;
public var rw;
public var pipekid:MovieClip;
public var scorevar:TextField;
public var rankN;
public var playthis;
public var score1;
public function maintrain_25(){
addFrameScript(0, frame1);
}
public function replayF(_arg1){
rw = 0;
rankN = 0;
replaymc2.visible = false;
pipekid.gotoAndStop(1);
pipekid.visible = false;
rank.rank1.visible = true;
rank.rank2.visible = false;
playthis = false;
(parent as MovieClip).replay = true;
}
public function inviteF(_arg1){
var url:String;
var event = _arg1;
url = "http://apps.facebook.com/brain_train/";
try {
navigateToURL(new URLRequest(url), "_blank");
} catch(e:Error) {
trace("Error occurred!");
};
}
function frame1(){
this.addEventListener(Event.ENTER_FRAME, enterframe);
playthis = false;
score1 = 0;
rank.rank2.visible = false;
rank.rank1.stop();
rankN = 0;
rw = 0;
replaymc2.visible = false;
pipekid.stop();
replaymc2.replayBtn.addEventListener(MouseEvent.CLICK, replayF);
pipekid.bubble.bubbleBtn.addEventListener(MouseEvent.CLICK, inviteF);
}
public function enterframe(_arg1){
if ((parent as MovieClip).score < 0){
(parent as MovieClip).score = 0;
};
if (parent.x == -2520){
if (!playthis){
playthis = true;
};
} else {
if (parent.x < -2520){
playthis = false;
};
};
rw++;
if (rw > 5){
if (rank.rank1.currentFrame == 25){
rank.rank1.gotoAndStop(1);
} else {
rank.rank1.nextFrame();
};
rw = 0;
};
if (pipekid.currentFrame < 20){
pipekid.bubble.visible = false;
} else {
pipekid.bubble.visible = true;
if (pipekid.bubble.heyname != null){
pipekid.bubble.heyname.text = "Yo!";
};
};
if (playthis){
if (score1 < (parent as MovieClip).score){
score1 = (score1 + Math.round(((Math.random() * 900) + 100)));
} else {
if (!rank.rank2.visible){
score1 = (parent as MovieClip).score;
rank.rank1.stop();
rank.rank2.gotoAndStop((Math.floor((score1 / 13000)) + 1));
rank.rank1.visible = false;
rank.rank2.visible = true;
replaymc2.visible = true;
pipekid.visible = true;
pipekid.play();
(parent as MovieClip).rightS.play();
};
};
};
scorevar.text = score1;
}
}
}//package gameNonF2_fla
Section 12
//mcLetter_58 (gameNonF2_fla.mcLetter_58)
package gameNonF2_fla {
import flash.display.*;
public dynamic class mcLetter_58 extends MovieClip {
public var letter:MovieClip;
public var btn:SimpleButton;
public var area:MovieClip;
public function mcLetter_58(){
addFrameScript(0, frame1, 6, frame7);
}
function frame7(){
stop();
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 13
//mutmc_94 (gameNonF2_fla.mutmc_94)
package gameNonF2_fla {
import flash.display.*;
public dynamic class mutmc_94 extends MovieClip {
public var btn:SimpleButton;
}
}//package gameNonF2_fla
Section 14
//number_79 (gameNonF2_fla.number_79)
package gameNonF2_fla {
import flash.display.*;
public dynamic class number_79 extends MovieClip {
public var numbers:MovieClip;
public function number_79(){
addFrameScript(9, frame10);
}
function frame10(){
stop();
}
}
}//package gameNonF2_fla
Section 15
//numbers_80 (gameNonF2_fla.numbers_80)
package gameNonF2_fla {
import flash.display.*;
import flash.text.*;
public dynamic class numbers_80 extends MovieClip {
public var num1:TextField;
public var num2:TextField;
}
}//package gameNonF2_fla
Section 16
//pipekid_33 (gameNonF2_fla.pipekid_33)
package gameNonF2_fla {
import flash.display.*;
public dynamic class pipekid_33 extends MovieClip {
public var bubble:MovieClip;
public function pipekid_33(){
addFrameScript(37, frame38);
}
function frame38(){
stop();
}
}
}//package gameNonF2_fla
Section 17
//popoptions_9 (gameNonF2_fla.popoptions_9)
package gameNonF2_fla {
import flash.display.*;
public dynamic class popoptions_9 extends MovieClip {
public var playBtn:SimpleButton;
public var inviteBtn:SimpleButton;
public function popoptions_9(){
addFrameScript(20, frame21);
}
function frame21(){
stop();
}
}
}//package gameNonF2_fla
Section 18
//queston_73 (gameNonF2_fla.queston_73)
package gameNonF2_fla {
import flash.display.*;
public dynamic class queston_73 extends MovieClip {
public var question:MovieClip;
public function queston_73(){
addFrameScript(0, frame1, 9, frame10);
}
function frame10(){
stop();
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 19
//rankmc_39 (gameNonF2_fla.rankmc_39)
package gameNonF2_fla {
import flash.display.*;
public dynamic class rankmc_39 extends MovieClip {
public var rank2:MovieClip;
public var rank1:MovieClip;
}
}//package gameNonF2_fla
Section 20
//rankSa_50 (gameNonF2_fla.rankSa_50)
package gameNonF2_fla {
import flash.display.*;
public dynamic class rankSa_50 extends MovieClip {
public var rank:MovieClip;
}
}//package gameNonF2_fla
Section 21
//replaymc_48 (gameNonF2_fla.replaymc_48)
package gameNonF2_fla {
import flash.display.*;
public dynamic class replaymc_48 extends MovieClip {
public var replayBtn:SimpleButton;
}
}//package gameNonF2_fla
Section 22
//signbtn_72 (gameNonF2_fla.signbtn_72)
package gameNonF2_fla {
import flash.display.*;
public dynamic class signbtn_72 extends MovieClip {
public var letter:MovieClip;
public var btn:SimpleButton;
public var area:MovieClip;
public function signbtn_72(){
addFrameScript(0, frame1, 4, frame5);
}
function frame1(){
stop();
}
function frame5(){
gotoAndStop(1);
}
}
}//package gameNonF2_fla
Section 23
//signs_55 (gameNonF2_fla.signs_55)
package gameNonF2_fla {
import flash.display.*;
public dynamic class signs_55 extends MovieClip {
public function signs_55(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 24
//signsgame_77 (gameNonF2_fla.signsgame_77)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class signsgame_77 extends MovieClip {
public var tmpS;
public var s1:MovieClip;
public var startG;
public var s2:MovieClip;
public var s4:MovieClip;
public var cLock;
public var clicked;
public var s3:MovieClip;
public var locked;
public var checkM:MovieClip;
public var i;
public var wait;
public var dark:MovieClip;
public var n1:MovieClip;
public var n2:MovieClip;
public var j;
public var ss;
public var n3:MovieClip;
public var cdown;
public var locks;
public var ns;
public var playthis;
public var nums;
public function signsgame_77(){
addFrameScript(0, frame1);
}
public function setNums(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
ns[0].numbers.numbers.num1.text = nums[0];
ns[1].numbers.numbers.num1.text = nums[1];
ns[2].numbers.numbers.num1.text = nums[2];
cLock++;
if (((_arg1) && ((startG > 4)))){
if ((((cLock > 3)) || ((Math.random() > 0.8)))){
if (!locked){
_local4 = Math.round(Math.random());
locks[_local4] = true;
if (_local4 == 0){
locks[1] = false;
} else {
if (_local4 == 1){
locks[0] = false;
};
};
locked = true;
cLock = 0;
} else {
locks[0] = false;
locks[1] = false;
locked = false;
};
};
};
if (!locks[0]){
_local2 = nums[0];
while (true) {
nums[0] = random12();
if (nums[0] != _local2){
break;
};
};
};
if (!locks[1]){
_local2 = nums[1];
while (true) {
nums[1] = random12();
if (nums[1] != _local2){
break;
};
};
};
_local3 = new Array("+", "x");
if ((nums[0] % nums[1]) == 0){
_local3.push("/");
};
if (nums[0] > nums[1]){
_local3.push("-");
};
tmpS = _local3[Math.floor((Math.random() * _local3.length))];
if (tmpS == "+"){
nums[2] = (nums[0] + nums[1]);
} else {
if (tmpS == "-"){
nums[2] = (nums[0] - nums[1]);
} else {
if (tmpS == "x"){
nums[2] = (nums[0] * nums[1]);
} else {
if (tmpS == "/"){
nums[2] = (nums[0] / nums[1]);
};
};
};
};
ns[0].numbers.numbers.num2.text = nums[0];
ns[1].numbers.numbers.num2.text = nums[1];
ns[2].numbers.numbers.num2.text = nums[2];
}
public function random12(){
return (Math.ceil((Math.random() * 12)));
}
public function correct(){
addScore(1225);
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(1);
}
function frame1(){
stage.addEventListener(MouseEvent.MOUSE_DOWN, mdown);
stage.addEventListener(MouseEvent.MOUSE_UP, mup);
clicked = false;
cdown = false;
stage.addEventListener(Event.ENTER_FRAME, enterframe);
wait = 0;
ns = new Array(n1, n2, n3);
ss = new Array(s1, s2, s3, s4);
i = 0;
while (i < 4) {
ss[i].letter.gotoAndStop(2);
if (i == 0){
ss[i].letter.letterpic.gotoAndStop(2);
} else {
if (i == 1){
ss[i].letter.letterpic.gotoAndStop(3);
} else {
if (i == 2){
ss[i].letter.letterpic.gotoAndStop(4);
} else {
if (i == 3){
ss[i].letter.letterpic.gotoAndStop(5);
};
};
};
};
i++;
};
i = 0;
while (i < 3) {
ns[i].numbers.numbers.num1.text = "";
i++;
};
nums = new Array("", "", "");
locks = new Array(false, false, false);
cLock = 0;
locked = false;
startG = 0;
playthis = false;
dark.visible = false;
ns[0].numbers.numbers.num1.text = "";
ns[1].numbers.numbers.num1.text = "";
ns[2].numbers.numbers.num1.text = "";
ns[0].numbers.numbers.num2.text = "";
ns[1].numbers.numbers.num2.text = "";
ns[2].numbers.numbers.num2.text = "";
}
public function addScore(_arg1){
(parent as MovieClip).score = ((parent as MovieClip).score + _arg1);
}
public function enterframe(_arg1){
if (parent.x == 0){
if (!playthis){
playthis = true;
dark.visible = true;
dark.alpha = 0;
setNums(false);
};
} else {
if (parent.x < 0){
playthis = false;
ns[0].numbers.numbers.num1.text = "";
ns[1].numbers.numbers.num1.text = "";
ns[2].numbers.numbers.num1.text = "";
ns[0].numbers.numbers.num2.text = "";
ns[1].numbers.numbers.num2.text = "";
ns[2].numbers.numbers.num2.text = "";
locks[0] = false;
locks[1] = false;
ns[0].gotoAndStop(1);
ns[1].gotoAndStop(1);
};
};
if (!playthis){
if (dark.alpha > 0){
dark.alpha = (dark.alpha - 0.1);
} else {
dark.visible = false;
};
};
if (playthis){
if (dark.alpha < 1){
dark.alpha = (dark.alpha + 0.1);
};
i = 0;
while (i < 4) {
if (ss[i].area.hitTestPoint(stage.mouseX, stage.mouseY, true)){
if (ss[i].currentFrame == 1){
ss[i].gotoAndStop(2);
} else {
if (clicked){
if (i == 0){
if ((nums[0] + nums[1]) == nums[2]){
correct();
} else {
wrong();
};
} else {
if (i == 1){
if ((nums[0] - nums[1]) == nums[2]){
correct();
} else {
wrong();
};
} else {
if (i == 2){
if ((nums[0] * nums[1]) == nums[2]){
correct();
} else {
wrong();
};
} else {
if (i == 3){
if ((nums[0] / nums[1]) == nums[2]){
correct();
} else {
wrong();
};
};
};
};
};
startG++;
setNums(true);
if (!locks[0]){
ns[0].numbers.gotoAndPlay(2);
if (ns[0].currentFrame == 5){
ns[0].play();
};
} else {
if (ns[0].currentFrame == 1){
ns[0].play();
};
};
if (!locks[1]){
ns[1].numbers.gotoAndPlay(2);
if (ns[1].currentFrame == 5){
ns[1].play();
};
} else {
if (ns[1].currentFrame == 1){
ns[1].play();
};
};
ns[2].numbers.gotoAndPlay(2);
clicked = false;
};
};
} else {
ss[i].gotoAndStop(1);
};
i++;
};
};
}
public function wrong(){
addScore(-702);
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(2);
}
public function mdown(_arg1){
clicked = false;
if (!cdown){
clicked = true;
};
cdown = true;
}
public function mup(_arg1){
clicked = false;
cdown = false;
}
}
}//package gameNonF2_fla
Section 25
//speechInvite_35 (gameNonF2_fla.speechInvite_35)
package gameNonF2_fla {
import flash.display.*;
import flash.text.*;
public dynamic class speechInvite_35 extends MovieClip {
public var bubbleBtn:SimpleButton;
public var heyname:TextField;
}
}//package gameNonF2_fla
Section 26
//sumgame_64 (gameNonF2_fla.sumgame_64)
package gameNonF2_fla {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.media.*;
import flash.text.*;
import flash.ui.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.printing.*;
import flash.xml.*;
public dynamic class sumgame_64 extends MovieClip {
public var rspd;
public var clicked;
public var sumNum;
public var checkM:MovieClip;
public var sumMc:MovieClip;
public var starty;
public var maxC;
public var sumN:TextField;
public var blue:MovieClip;
public var i;
public var dark:MovieClip;
public var startx;
public var maxTiles;
public var cdown;
public var arrNums;
public var tiles;
public var playthis;
public function sumgame_64(){
addFrameScript(0, frame1);
}
public function checkSum(){
var _local1:*;
_local1 = 0;
i = 0;
while (i < arrNums.length) {
if (arrNums[i]){
_local1 = (_local1 + (i + 1));
};
i++;
};
if (_local1 == sumNum){
correct();
setNumbers();
} else {
if (_local1 < sumNum){
wrong();
maxC--;
if (maxC < 0){
maxC = 0;
};
setNumbers();
};
};
}
public function correct(){
addScore((1025 + (maxTiles * 621)));
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(1);
}
public function addScore(_arg1){
(parent as MovieClip).score = ((parent as MovieClip).score + _arg1);
}
function frame1(){
stage.addEventListener(MouseEvent.MOUSE_DOWN, mdown);
stage.addEventListener(MouseEvent.MOUSE_UP, mup);
clicked = false;
cdown = false;
this.addEventListener(Event.ENTER_FRAME, enterframe);
arrNums = new Array(false, false, false, false, false, false, false, false, false);
tiles = new Array();
maxTiles = 3;
maxC = 0;
rspd = 1.5;
startx = sumMc.x;
starty = sumMc.y;
sumNum = 0;
dark.visible = false;
sumN.text = "";
blue.visible = false;
playthis = false;
}
public function enterframe(_arg1){
if (parent.x == -990){
if (!playthis){
playthis = true;
dark.visible = true;
dark.alpha = 0;
setNumbers();
};
} else {
if (parent.x < -990){
playthis = false;
maxC = 0;
maxTiles = 3;
i = 0;
while (i < tiles.length) {
this.removeChild(tiles[i][0]);
tiles.splice(i, 1);
i--;
i++;
};
sumN.text = "";
};
};
if (!playthis){
if (dark.alpha > 0){
dark.alpha = (dark.alpha - 0.1);
} else {
dark.visible = false;
};
};
if (playthis){
blue.visible = true;
if (dark.alpha < 1){
dark.alpha = (dark.alpha + 0.1);
};
i = 0;
while (i < tiles.length) {
tiles[i][1] = (tiles[i][1] + rspd);
if (tiles[i][0].currentFrame <= 2){
tiles[i][0].x = (startx + (Math.cos(((tiles[i][1] * Math.PI) / 180)) * tiles[i][3]));
tiles[i][0].y = (starty - (Math.sin(((tiles[i][1] * Math.PI) / 180)) * tiles[i][3]));
tiles[i][3] = (tiles[i][3] + 10);
if (tiles[i][3] > 80){
tiles[i][3] = 80;
};
tiles[i][0].tile.letter.letter.text = tiles[i][2];
if (tiles[i][0].tile.area.hitTestPoint(stage.mouseX, stage.mouseY, true)){
if (tiles[i][0].currentFrame == 1){
tiles[i][0].gotoAndStop(2);
};
if (clicked){
tiles[i][0].gotoAndPlay(3);
arrNums[(tiles[i][2] - 1)] = false;
};
} else {
if (tiles[i][0].currentFrame == 2){
tiles[i][0].gotoAndStop(1);
};
};
};
i++;
};
checkSum();
};
}
public function setNumbers(){
var _local1:*;
var _local2:*;
var _local3:*;
maxC++;
i = 0;
while (i < tiles.length) {
this.removeChild(tiles[i][0]);
tiles.splice(i, 1);
i--;
i++;
};
i = 0;
while (i < arrNums.length) {
arrNums[i] = false;
i++;
};
if (maxC > (maxTiles * 1.2)){
maxC = 0;
maxTiles++;
if (maxTiles > 9){
maxTiles = 9;
};
};
tiles = new Array();
sumNum = 0;
_local1 = (Math.random() * 360);
i = 0;
while (i < maxTiles) {
_local2 = new Tile();
this.addChild(_local2);
_local2.x = startx;
_local2.y = starty;
_local2.tile.letter.gotoAndStop(2);
while (true) {
_local3 = Math.floor((Math.random() * arrNums.length));
if (!arrNums[_local3]){
arrNums[_local3] = true;
break;
};
};
tiles.push(new Array(_local2, (((i * 360) / maxTiles) + _local1), (_local3 + 1), 5));
if (tiles.length <= 2){
sumNum = (sumNum + (_local3 + 1));
} else {
if (tiles.length < maxTiles){
if (Math.random() > 0.3){
sumNum = (sumNum + (_local3 + 1));
};
};
};
i++;
};
sumN.text = sumNum;
if (Math.random() < 0.5){
rspd = (rspd * -1);
};
}
public function mdown(_arg1){
clicked = false;
if (!cdown){
clicked = true;
};
cdown = true;
}
public function wrong(){
addScore(-979);
checkM.gotoAndPlay(2);
checkM.check.gotoAndStop(2);
}
public function mup(_arg1){
clicked = false;
cdown = false;
}
}
}//package gameNonF2_fla
Section 27
//tileNumber_78 (gameNonF2_fla.tileNumber_78)
package gameNonF2_fla {
import flash.display.*;
public dynamic class tileNumber_78 extends MovieClip {
public var numbers:MovieClip;
public function tileNumber_78(){
addFrameScript(0, frame1, 4, frame5);
}
function frame1(){
stop();
}
function frame5(){
stop();
}
}
}//package gameNonF2_fla
Section 28
//tilerotate_53 (gameNonF2_fla.tilerotate_53)
package gameNonF2_fla {
import flash.display.*;
public dynamic class tilerotate_53 extends MovieClip {
public var letter:MovieClip;
public var btn:SimpleButton;
public var area:MovieClip;
public function tilerotate_53(){
addFrameScript(0, frame1, 11, frame12);
}
function frame12(){
stop();
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 29
//tracksfadein_7 (gameNonF2_fla.tracksfadein_7)
package gameNonF2_fla {
import flash.display.*;
public dynamic class tracksfadein_7 extends MovieClip {
public function tracksfadein_7(){
addFrameScript(9, frame10);
}
function frame10(){
stop();
}
}
}//package gameNonF2_fla
Section 30
//yes_62 (gameNonF2_fla.yes_62)
package gameNonF2_fla {
import flash.display.*;
public dynamic class yes_62 extends MovieClip {
public var check:MovieClip;
public function yes_62(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package gameNonF2_fla
Section 31
//zoomdown_6 (gameNonF2_fla.zoomdown_6)
package gameNonF2_fla {
import flash.display.*;
public dynamic class zoomdown_6 extends MovieClip {
public function zoomdown_6(){
addFrameScript(19, frame20);
}
function frame20(){
stop();
}
}
}//package gameNonF2_fla
Section 32
//MochiAd (mochi.as3.MochiAd)
package mochi.as3 {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.net.*;
import flash.system.*;
public class MochiAd {
public static function getVersion():String{
return (MochiServices.getVersion());
}
public static function showClickAwayAd(_arg1:Object):void{
var DEFAULTS:Object;
var clip:Object;
var ad_timeout:Number;
var mc:MovieClip;
var wh:Array;
var w:Number;
var h:Number;
var chk:MovieClip;
var sendHostProgress:Boolean;
var options = _arg1;
DEFAULTS = {ad_timeout:2000, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function ():void{
}, ad_finished:function ():void{
}, ad_loaded:function (_arg1:Number, _arg2:Number):void{
}, ad_failed:function ():void{
trace("[MochiAd] Couldn't load an ad, make sure your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function ():void{
}};
options = MochiAd._parseOptions(options, DEFAULTS);
clip = options.clip;
ad_timeout = options.ad_timeout;
delete options.ad_timeout;
if (!MochiAd.load(options)){
options.ad_failed();
options.ad_finished();
return;
};
options.ad_started();
mc = clip._mochiad;
mc["onUnload"] = function ():void{
MochiAd._cleanup(mc);
options.ad_finished();
};
wh = MochiAd._getRes(options, clip);
w = wh[0];
h = wh[1];
mc.x = (w * 0.5);
mc.y = (h * 0.5);
chk = createEmptyMovieClip(mc, "_mochiad_wait", 3);
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
mc.unloadAd = function ():void{
MochiAd.unload(clip);
};
mc.adLoaded = options.ad_loaded;
mc.adSkipped = options.ad_skipped;
mc.rpc = function (_arg1:Number, _arg2:Object):void{
MochiAd.rpc(clip, _arg1, _arg2);
};
sendHostProgress = false;
mc.regContLC = function (_arg1:String):void{
mc._containerLCName = _arg1;
};
chk["onEnterFrame"] = function ():void{
var _local1:Object;
var _local2:Number;
var _local3:Boolean;
var _local4:Number;
if (!this.parent){
delete this.onEnterFrame;
return;
};
_local1 = this.parent._mochiad_ctr;
_local2 = (getTimer() - this.started);
_local3 = false;
if (!chk.showing){
_local4 = this.parent._mochiad_ctr.contentLoaderInfo.bytesTotal;
if (_local4 > 0){
chk.showing = true;
_local3 = true;
chk.started = getTimer();
} else {
if (_local2 > chk.ad_timeout){
options.ad_failed();
_local3 = true;
};
};
};
if (this.root == null){
_local3 = true;
};
if (_local3){
delete this.onEnterFrame;
};
};
doOnEnterFrame(chk);
}
public static function _isNetworkAvailable():Boolean{
return (!((Security.sandboxType == "localWithFile")));
}
public static function _allowDomains(_arg1:String):String{
var _local2:String;
_local2 = _arg1.split("/")[2].split(":")[0];
if (Security.sandboxType == "application"){
return (_local2);
};
Security.allowDomain("*");
Security.allowDomain(_local2);
Security.allowInsecureDomain("*");
Security.allowInsecureDomain(_local2);
return (_local2);
}
public static function unload(_arg1:Object):Boolean{
if (((_arg1.clip) && (_arg1.clip._mochiad))){
_arg1 = _arg1.clip;
};
if (_arg1.origFrameRate != undefined){
_arg1.stage.frameRate = _arg1.origFrameRate;
};
if (!_arg1._mochiad){
return (false);
};
if (_arg1._mochiad._containerLCName != undefined){
_arg1._mochiad.lc.send(_arg1._mochiad._containerLCName, "notify", {id:"unload"});
};
if (_arg1._mochiad.onUnload){
_arg1._mochiad.onUnload();
};
delete _arg1._mochiad_loaded;
delete _arg1._mochiad;
return (true);
}
public static function showInterLevelAd(_arg1:Object):void{
var DEFAULTS:Object;
var clip:Object;
var ad_msec:Number;
var ad_timeout:Number;
var fadeout_time:Number;
var mc:MovieClip;
var wh:Array;
var w:Number;
var h:Number;
var chk:MovieClip;
var options = _arg1;
DEFAULTS = {ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function ():void{
if ((this.clip is MovieClip)){
this.clip.stop();
} else {
throw (new Error("MochiAd.showInterLevelAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers."));
};
}, ad_finished:function ():void{
if ((this.clip is MovieClip)){
this.clip.play();
} else {
throw (new Error("MochiAd.showInterLevelAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers."));
};
}, ad_loaded:function (_arg1:Number, _arg2:Number):void{
}, ad_failed:function ():void{
trace("[MochiAd] Couldn't load an ad, make sure your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function ():void{
}};
options = MochiAd._parseOptions(options, DEFAULTS);
clip = options.clip;
ad_msec = 11000;
ad_timeout = options.ad_timeout;
delete options.ad_timeout;
fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)){
options.ad_failed();
options.ad_finished();
return;
};
options.ad_started();
mc = clip._mochiad;
mc["onUnload"] = function ():void{
MochiAd._cleanup(mc);
options.ad_finished();
};
wh = MochiAd._getRes(options, clip);
w = wh[0];
h = wh[1];
mc.x = (w * 0.5);
mc.y = (h * 0.5);
chk = createEmptyMovieClip(mc, "_mochiad_wait", 3);
chk.ad_msec = ad_msec;
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function ():void{
var _local1:Number;
if (!this.parent){
delete this.onEnterFrame;
delete this.fadeFunction;
return;
};
_local1 = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)));
if (_local1 > 0){
this.parent.alpha = (_local1 * 0.01);
} else {
MochiAd.unload(clip);
delete this["onEnterFrame"];
};
};
mc.unloadAd = function ():void{
MochiAd.unload(clip);
};
mc.adLoaded = options.ad_loaded;
mc.adSkipped = options.ad_skipped;
mc.adjustProgress = function (_arg1:Number):void{
var _local2:Object;
_local2 = mc._mochiad_wait;
_local2.server_control = true;
_local2.showing = true;
_local2.started = getTimer();
_local2.ad_msec = (_arg1 - 250);
};
mc.rpc = function (_arg1:Number, _arg2:Object):void{
MochiAd.rpc(clip, _arg1, _arg2);
};
chk["onEnterFrame"] = function ():void{
var _local1:Object;
var _local2:Number;
var _local3:Boolean;
var _local4:Number;
if (!this.parent){
delete this.onEnterFrame;
delete this.fadeFunction;
return;
};
_local1 = this.parent._mochiad_ctr;
_local2 = (getTimer() - this.started);
_local3 = false;
if (!chk.showing){
_local4 = this.parent._mochiad_ctr.contentLoaderInfo.bytesTotal;
if (_local4 > 0){
chk.showing = true;
chk.started = getTimer();
MochiAd.adShowing(clip);
} else {
if (_local2 > chk.ad_timeout){
options.ad_failed();
_local3 = true;
};
};
};
if (_local2 > chk.ad_msec){
_local3 = true;
};
if (_local3){
if (this.server_control){
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
};
};
};
doOnEnterFrame(chk);
}
public static function _parseOptions(_arg1:Object, _arg2:Object):Object{
var _local3:Object;
var _local4:String;
var _local5:Array;
var _local6:Number;
var _local7:Array;
_local3 = {};
for (_local4 in _arg2) {
_local3[_local4] = _arg2[_local4];
};
if (_arg1){
for (_local4 in _arg1) {
_local3[_local4] = _arg1[_local4];
};
};
if (_local3.clip == undefined){
throw (new Error("MochiAd is missing the 'clip' parameter. This should be a MovieClip, Sprite or an instance of a class that extends MovieClip or Sprite."));
};
_arg1 = _local3.clip.loaderInfo.parameters.mochiad_options;
if (_arg1){
_local5 = _arg1.split("&");
_local6 = 0;
while (_local6 < _local5.length) {
_local7 = _local5[_local6].split("=");
_local3[unescape(_local7[0])] = unescape(_local7[1]);
_local6++;
};
};
if (_local3.id == "test"){
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
};
return (_local3);
}
public static function _cleanup(_arg1:Object):void{
var idx:Number;
var k:String;
var lc:LocalConnection;
var f:Function;
var mc = _arg1;
if (("lc" in mc)){
lc = mc.lc;
f = function ():void{
try {
lc.client = null;
lc.close();
} catch(e:Error) {
};
};
setTimeout(f, 0);
};
idx = DisplayObjectContainer(mc).numChildren;
while (idx > 0) {
idx = (idx - 1);
DisplayObjectContainer(mc).removeChildAt(idx);
};
for (k in mc) {
delete mc[k];
};
}
public static function load(_arg1:Object):MovieClip{
var DEFAULTS:Object;
var clip:Object;
var depth:Number;
var mc:MovieClip;
var wh:Array;
var lv:URLVariables;
var k:String;
var server:String;
var hostname:String;
var lc:LocalConnection;
var name:String;
var loader:Loader;
var g:Function;
var req:URLRequest;
var v:Object;
var options = _arg1;
DEFAULTS = {server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, DEFAULTS);
options.swfv = 9;
options.mav = MochiAd.getVersion();
clip = options.clip;
if (!MochiAd._isNetworkAvailable()){
return (null);
};
try {
if (clip._mochiad_loaded){
return (null);
};
} catch(e:Error) {
throw (new Error("MochiAd requires a clip that is an instance of a dynamic class. If your class extends Sprite or MovieClip, you must make it dynamic."));
};
depth = options.depth;
delete options.depth;
mc = createEmptyMovieClip(clip, "_mochiad", depth);
wh = MochiAd._getRes(options, clip);
options.res = ((wh[0] + "x") + wh[1]);
options.server = (options.server + options.id);
delete options.id;
clip._mochiad_loaded = true;
if (clip.loaderInfo.loaderURL.indexOf("http") == 0){
options.as3_swf = clip.loaderInfo.loaderURL;
} else {
trace("[MochiAd] NOTE: Security Sandbox Violation errors below are normal");
};
lv = new URLVariables();
for (k in options) {
v = options[k];
if (!(v is Function)){
lv[k] = v;
};
};
server = lv.server;
delete lv.server;
hostname = _allowDomains(server);
lc = new LocalConnection();
lc.client = mc;
name = ["", Math.floor(new Date().getTime()), Math.floor((Math.random() * 999999))].join("_");
lc.allowDomain("*", "localhost");
lc.allowInsecureDomain("*", "localhost");
lc.connect(name);
mc.lc = lc;
mc.lcName = name;
lv.lc = name;
lv.st = getTimer();
loader = new Loader();
g = function (_arg1:Object):void{
_arg1.target.removeEventListener(_arg1.type, arguments.callee);
MochiAd.unload(clip);
};
loader.contentLoaderInfo.addEventListener(Event.UNLOAD, g);
req = new URLRequest(((server + ".swf?cacheBust=") + new Date().getTime()));
req.contentType = "application/x-www-form-urlencoded";
req.method = URLRequestMethod.POST;
req.data = lv;
loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, function (_arg1:IOErrorEvent):void{
trace("[MochiAds] Blocked URL");
});
loader.load(req);
mc.addChild(loader);
mc._mochiad_ctr = loader;
return (mc);
}
public static function runMethod(_arg1:Object, _arg2:String, _arg3:Array):Object{
var _local4:Array;
var _local5:Number;
_local4 = _arg2.split(".");
_local5 = 0;
while (_local5 < (_local4.length - 1)) {
if ((((_arg1[_local4[_local5]] == undefined)) || ((_arg1[_local4[_local5]] == null)))){
return (undefined);
};
_arg1 = _arg1[_local4[_local5]];
_local5++;
};
if (typeof(_arg1[_local4[_local5]]) == "function"){
return (_arg1[_local4[_local5]].apply(_arg1, _arg3));
};
return (undefined);
}
public static function createEmptyMovieClip(_arg1:Object, _arg2:String, _arg3:Number):MovieClip{
var _local4:MovieClip;
_local4 = new MovieClip();
if (((false) && (_arg3))){
_arg1.addChildAt(_local4, _arg3);
} else {
_arg1.addChild(_local4);
};
_arg1[_arg2] = _local4;
_local4["_name"] = _arg2;
return (_local4);
}
public static function _getRes(_arg1:Object, _arg2:Object):Array{
var _local3:Object;
var _local4:Number;
var _local5:Number;
var _local6:Array;
_local3 = _arg2.getBounds(_arg2.root);
_local4 = 0;
_local5 = 0;
if (typeof(_arg1.res) != "undefined"){
_local6 = _arg1.res.split("x");
_local4 = parseFloat(_local6[0]);
_local5 = parseFloat(_local6[1]);
} else {
_local4 = (_local3.xMax - _local3.xMin);
_local5 = (_local3.yMax - _local3.yMin);
};
if ((((_local4 == 0)) || ((_local5 == 0)))){
_local4 = _arg2.stage.stageWidth;
_local5 = _arg2.stage.stageHeight;
};
return ([_local4, _local5]);
}
public static function adShowing(_arg1:Object):void{
_arg1.origFrameRate = _arg1.stage.frameRate;
_arg1.stage.frameRate = 30;
}
public static function getValue(_arg1:Object, _arg2:String):Object{
var _local3:Array;
var _local4:Number;
_local3 = _arg2.split(".");
_local4 = 0;
while (_local4 < (_local3.length - 1)) {
if ((((_arg1[_local3[_local4]] == undefined)) || ((_arg1[_local3[_local4]] == null)))){
return (undefined);
};
_arg1 = _arg1[_local3[_local4]];
_local4++;
};
return (_arg1[_local3[_local4]]);
}
public static function rpc(_arg1:Object, _arg2:Number, _arg3:Object):void{
var _local4:Object;
var _local5:Object;
switch (_arg3.id){
case "setValue":
MochiAd.setValue(_arg1, _arg3.objectName, _arg3.value);
break;
case "getValue":
_local4 = MochiAd.getValue(_arg1, _arg3.objectName);
_arg1._mochiad.lc.send(_arg1._mochiad._containerLCName, "rpcResult", _arg2, _local4);
break;
case "runMethod":
_local5 = MochiAd.runMethod(_arg1, _arg3.method, _arg3.args);
_arg1._mochiad.lc.send(_arg1._mochiad._containerLCName, "rpcResult", _arg2, _local5);
break;
default:
trace(("[mochiads rpc] unknown rpc id: " + _arg3.id));
};
}
public static function setValue(_arg1:Object, _arg2:String, _arg3:Object):void{
var _local4:Array;
var _local5:Number;
_local4 = _arg2.split(".");
_local5 = 0;
while (_local5 < (_local4.length - 1)) {
if ((((_arg1[_local4[_local5]] == undefined)) || ((_arg1[_local4[_local5]] == null)))){
return;
};
_arg1 = _arg1[_local4[_local5]];
_local5++;
};
_arg1[_local4[_local5]] = _arg3;
}
public static function showPreGameAd(_arg1:Object):void{
var DEFAULTS:Object;
var clip:Object;
var ad_msec:Number;
var ad_timeout:Number;
var fadeout_time:Number;
var mc:MovieClip;
var wh:Array;
var w:Number;
var h:Number;
var chk:MovieClip;
var bar:MovieClip;
var bar_w:Number;
var bar_color:Number;
var bar_background:Number;
var bar_outline:Number;
var backing_mc:MovieClip;
var backing:Object;
var inside_mc:MovieClip;
var inside:Object;
var outline_mc:MovieClip;
var outline:Object;
var complete:Boolean;
var unloaded:Boolean;
var f:Function;
var sendHostProgress:Boolean;
var fn:Function;
var r:MovieClip;
var options = _arg1;
DEFAULTS = {ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:0xFF8A00, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function ():void{
if ((this.clip is MovieClip)){
this.clip.stop();
} else {
throw (new Error("MochiAd.showPreGameAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers."));
};
}, ad_finished:function ():void{
if ((this.clip is MovieClip)){
this.clip.play();
} else {
throw (new Error("MochiAd.showPreGameAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers."));
};
}, ad_loaded:function (_arg1:Number, _arg2:Number):void{
}, ad_failed:function ():void{
trace("[MochiAd] Couldn't load an ad, make sure your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function ():void{
}, ad_progress:function (_arg1:Number):void{
}, bar_offset:0};
options = MochiAd._parseOptions(options, DEFAULTS);
if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def"){
options.ad_started();
fn = function ():void{
options.ad_finished();
};
setTimeout(fn, 100);
return;
};
clip = options.clip;
ad_msec = 11000;
ad_timeout = options.ad_timeout;
delete options.ad_timeout;
fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)){
options.ad_failed();
options.ad_finished();
return;
};
options.ad_started();
mc = clip._mochiad;
mc["onUnload"] = function ():void{
var fn:Function;
MochiAd._cleanup(mc);
fn = function ():void{
options.ad_finished();
};
setTimeout(fn, 100);
};
wh = MochiAd._getRes(options, clip);
w = wh[0];
h = wh[1];
mc.x = (w * 0.5);
mc.y = (h * 0.5);
chk = createEmptyMovieClip(mc, "_mochiad_wait", 3);
chk.x = (w * -0.5);
chk.y = (h * -0.5);
bar = createEmptyMovieClip(chk, "_mochiad_bar", 4);
if (options.no_progress_bar){
bar.visible = false;
delete options.no_progress_bar;
} else {
bar.x = (10 + options.bar_offset);
bar.y = (h - 20);
};
bar_w = (w - 20);
bar_color = options.color;
delete options.color;
bar_background = options.background;
delete options.background;
bar_outline = options.outline;
delete options.outline;
backing_mc = createEmptyMovieClip(bar, "_outline", 1);
backing = backing_mc.graphics;
backing.beginFill(bar_background);
backing.moveTo(0, 0);
backing.lineTo(bar_w, 0);
backing.lineTo(bar_w, 10);
backing.lineTo(0, 10);
backing.lineTo(0, 0);
backing.endFill();
inside_mc = createEmptyMovieClip(bar, "_inside", 2);
inside = inside_mc.graphics;
inside.beginFill(bar_color);
inside.moveTo(0, 0);
inside.lineTo(bar_w, 0);
inside.lineTo(bar_w, 10);
inside.lineTo(0, 10);
inside.lineTo(0, 0);
inside.endFill();
inside_mc.scaleX = 0;
outline_mc = createEmptyMovieClip(bar, "_outline", 3);
outline = outline_mc.graphics;
outline.lineStyle(0, bar_outline, 100);
outline.moveTo(0, 0);
outline.lineTo(bar_w, 0);
outline.lineTo(bar_w, 10);
outline.lineTo(0, 10);
outline.lineTo(0, 0);
chk.ad_msec = ad_msec;
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function ():void{
var _local1:Number;
_local1 = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)));
if (_local1 > 0){
this.parent.alpha = (_local1 * 0.01);
} else {
MochiAd.unload(clip);
delete this["onEnterFrame"];
};
};
complete = false;
unloaded = false;
f = function (_arg1:Event):void{
_arg1.target.removeEventListener(_arg1.type, arguments.callee);
complete = true;
if (unloaded){
MochiAd.unload(clip);
};
};
if (clip.loaderInfo.bytesLoaded == clip.loaderInfo.bytesTotal){
complete = true;
} else {
if ((clip.root is MovieClip)){
r = (clip.root as MovieClip);
if (r.framesLoaded >= r.totalFrames){
complete = true;
} else {
clip.loaderInfo.addEventListener(Event.COMPLETE, f);
};
} else {
clip.loaderInfo.addEventListener(Event.COMPLETE, f);
};
};
mc.unloadAd = function ():void{
unloaded = true;
if (complete){
MochiAd.unload(clip);
};
};
mc.adLoaded = options.ad_loaded;
mc.adSkipped = options.ad_skipped;
mc.adjustProgress = function (_arg1:Number):void{
var _local2:Object;
_local2 = mc._mochiad_wait;
_local2.server_control = true;
_local2.showing = true;
_local2.started = getTimer();
_local2.ad_msec = _arg1;
};
mc.rpc = function (_arg1:Number, _arg2:Object):void{
MochiAd.rpc(clip, _arg1, _arg2);
};
mc.rpcTestFn = function (_arg1:String):Object{
trace(("[MOCHIAD rpcTestFn] " + _arg1));
return (_arg1);
};
mc.regContLC = function (_arg1:String):void{
mc._containerLCName = _arg1;
};
sendHostProgress = false;
mc.sendHostLoadProgress = function (_arg1:String):void{
sendHostProgress = true;
};
chk["onEnterFrame"] = function ():void{
var _local1:Object;
var _local2:Object;
var _local3:Number;
var _local4:Boolean;
var _local5:Number;
var _local6:Number;
var _local7:Number;
var _local8:Number;
var _local9:Object;
var _local10:Number;
var _local11:Number;
if (((!(this.parent)) || (!(this.parent.parent)))){
delete this["onEnterFrame"];
return;
};
_local1 = this.parent.parent.root;
_local2 = this.parent._mochiad_ctr;
_local3 = (getTimer() - this.started);
_local4 = false;
_local5 = _local1.loaderInfo.bytesTotal;
_local6 = _local1.loaderInfo.bytesLoaded;
if (complete){
_local6 = Math.max(1, _local6);
_local5 = _local6;
};
_local7 = ((100 * _local6) / _local5);
_local8 = ((100 * _local3) / chk.ad_msec);
_local9 = this._mochiad_bar._inside;
_local10 = Math.min(100, Math.min(((_local7) || (0)), _local8));
_local10 = Math.max(this.last_pcnt, _local10);
this.last_pcnt = _local10;
_local9.scaleX = (_local10 * 0.01);
options.ad_progress(_local10);
if (sendHostProgress){
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local7});
if (_local7 >= 100){
sendHostProgress = false;
};
};
if (!chk.showing){
_local11 = this.parent._mochiad_ctr.contentLoaderInfo.bytesTotal;
if (_local11 > 0){
chk.showing = true;
chk.started = getTimer();
MochiAd.adShowing(clip);
} else {
if ((((_local3 > chk.ad_timeout)) && ((_local7 == 100)))){
options.ad_failed();
_local4 = true;
};
};
};
if (_local3 > chk.ad_msec){
_local4 = true;
};
if (((complete) && (_local4))){
if (this.server_control){
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
};
};
};
doOnEnterFrame(chk);
}
public static function showPreloaderAd(_arg1:Object):void{
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
MochiAd.showPreGameAd(_arg1);
}
public static function showTimedAd(_arg1:Object):void{
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
MochiAd.showInterLevelAd(_arg1);
}
public static function doOnEnterFrame(_arg1:MovieClip):void{
var f:Function;
var mc = _arg1;
f = function (_arg1:Object):void{
if (((("onEnterFrame" in mc)) && (mc.onEnterFrame))){
mc.onEnterFrame();
} else {
_arg1.target.removeEventListener(_arg1.type, arguments.callee);
};
};
mc.addEventListener(Event.ENTER_FRAME, f);
}
}
}//package mochi.as3
Section 33
//MochiCoins (mochi.as3.MochiCoins)
package mochi.as3 {
public class MochiCoins {
public static const STORE_HIDE:String = "StoreHide";
public static const LOGGED_IN:String = "LoggedIn";
public static const STORE_ITEMS:String = "StoreItems";
public static const NO_USER:String = "NoUser";
public static const PROPERTIES_SIZE:String = "PropertiesSize";
public static const ITEM_NEW:String = "ItemNew";
public static const USER_INFO:String = "UserInfo";
public static const IO_ERROR:String = "IOError";
public static const ITEM_OWNED:String = "ItemOwned";
public static const PROPERTIES_SAVED:String = "PropertySaved";
public static const WIDGET_LOADED:String = "WidgetLoaded";
public static const ERROR:String = "Error";
public static const LOGGED_OUT:String = "LoggedOut";
public static const PROFILE_SHOW:String = "ProfileShow";
public static const LOGIN_HIDE:String = "LoginHide";
public static const LOGIN_SHOW:String = "LoginShow";
public static const STORE_SHOW:String = "StoreShow";
public static const PROFILE_HIDE:String = "ProfileHide";
private static var _dispatcher:MochiEventDispatcher = new MochiEventDispatcher();
public static function showItem(_arg1:Object=null):void{
if (((!(_arg1)) || (!((typeof(_arg1.item) == "string"))))){
trace("ERROR: showItem call must pass an Object with an item key");
return;
};
MochiServices.bringToTop();
MochiServices.send("coins_showItem", {options:_arg1}, null, null);
}
public static function saveUserProperties(_arg1:Object):void{
MochiServices.send("coins_saveUserProperties", _arg1);
}
public static function triggerEvent(_arg1:String, _arg2:Object):void{
_dispatcher.triggerEvent(_arg1, _arg2);
}
public static function showLoginWidget(_arg1:Object=null):void{
MochiServices.setContainer();
MochiServices.bringToTop();
MochiServices.send("coins_showLoginWidget", {options:_arg1});
}
public static function getStoreItems():void{
MochiServices.send("coins_getStoreItems");
}
public static function getVersion():String{
return (MochiServices.getVersion());
}
public static function showStore(_arg1:Object=null):void{
MochiServices.bringToTop();
MochiServices.send("coins_showStore", {options:_arg1}, null, null);
}
public static function addEventListener(_arg1:String, _arg2:Function):void{
_dispatcher.addEventListener(_arg1, _arg2);
}
public static function getUserInfo():void{
MochiServices.send("coins_getUserInfo");
}
public static function hideLoginWidget():void{
MochiServices.send("coins_hideLoginWidget");
}
public static function removeEventListener(_arg1:String, _arg2:Function):void{
_dispatcher.removeEventListener(_arg1, _arg2);
}
public static function showVideo(_arg1:Object=null):void{
if (((!(_arg1)) || (!((typeof(_arg1.item) == "string"))))){
trace("ERROR: showVideo call must pass an Object with an item key");
return;
};
MochiServices.bringToTop();
MochiServices.send("coins_showVideo", {options:_arg1}, null, null);
}
}
}//package mochi.as3
Section 34
//MochiEventDispatcher (mochi.as3.MochiEventDispatcher)
package mochi.as3 {
public class MochiEventDispatcher {
private var eventTable:Object;
public function MochiEventDispatcher():void{
eventTable = {};
}
public function triggerEvent(_arg1:String, _arg2:Object):void{
var _local3:Object;
if (eventTable[_arg1] == undefined){
return;
};
for (_local3 in eventTable[_arg1]) {
var _local6 = eventTable[_arg1];
_local6[_local3](_arg2);
};
}
public function removeEventListener(_arg1:String, _arg2:Function):void{
var _local3:Object;
if (eventTable[_arg1] == undefined){
eventTable[_arg1] = [];
return;
};
for (_local3 in eventTable[_arg1]) {
if (eventTable[_arg1][_local3] != _arg2){
} else {
eventTable[_arg1].splice(Number(_local3), 1);
};
};
}
public function addEventListener(_arg1:String, _arg2:Function):void{
removeEventListener(_arg1, _arg2);
eventTable[_arg1].push(_arg2);
}
}
}//package mochi.as3
Section 35
//MochiEvents (mochi.as3.MochiEvents)
package mochi.as3 {
import flash.display.*;
public class MochiEvents {
public static const ALIGN_BOTTOM_LEFT:String = "ALIGN_BL";
public static const FORMAT_LONG:String = "LongForm";
public static const ALIGN_BOTTOM:String = "ALIGN_B";
public static const ACHIEVEMENT_RECEIVED:String = "AchievementReceived";
public static const FORMAT_SHORT:String = "ShortForm";
public static const ALIGN_TOP_RIGHT:String = "ALIGN_TR";
public static const ALIGN_BOTTOM_RIGHT:String = "ALIGN_BR";
public static const ALIGN_TOP:String = "ALIGN_T";
public static const ALIGN_LEFT:String = "ALIGN_L";
public static const ALIGN_RIGHT:String = "ALIGN_R";
public static const ALIGN_TOP_LEFT:String = "ALIGN_TL";
public static const ALIGN_CENTER:String = "ALIGN_C";
private static var _dispatcher:MochiEventDispatcher = new MochiEventDispatcher();
private static var gameStart:Number;
private static var levelStart:Number;
public static function addEventListener(_arg1:String, _arg2:Function):void{
_dispatcher.addEventListener(_arg1, _arg2);
}
public static function removeEventListener(_arg1:String, _arg2:Function):void{
_dispatcher.removeEventListener(_arg1, _arg2);
}
public static function startSession(_arg1:String):void{
MochiServices.send("events_beginSession", {achievementID:_arg1}, null, null);
}
public static function triggerEvent(_arg1:String, _arg2:Object):void{
_dispatcher.triggerEvent(_arg1, _arg2);
}
public static function setNotifications(_arg1:MovieClip, _arg2:Object):void{
var _local3:Object;
var _local4:Object;
_local3 = {};
for (_local4 in _arg2) {
_local3[_local4] = _arg2[_local4];
};
_local3.clip = _arg1;
MochiServices.send("events_setNotifications", _local3, null, null);
}
public static function endGame():void{
var _local1:Number;
_local1 = (new Date().time - gameStart);
trigger("end_game", {time:_local1});
}
public static function startGame():void{
gameStart = new Date().time;
trigger("start_game");
}
public static function trigger(_arg1:String, _arg2:Object=null):void{
if (_arg2 == null){
_arg2 = {};
} else {
if (_arg2["kind"] != undefined){
trace("WARNING: optional arguements package contains key 'id', it will be overwritten");
_arg2["kind"] = _arg1;
};
};
MochiServices.send("events_triggerEvent", {eventObject:_arg2}, null, null);
}
public static function getVersion():String{
return (MochiServices.getVersion());
}
public static function startLevel():void{
levelStart = new Date().time;
trigger("start_level");
}
public static function endLevel():void{
var _local1:Number;
_local1 = (new Date().time - levelStart);
trigger("end_level", {time:_local1});
}
}
}//package mochi.as3
Section 36
//MochiServices (mochi.as3.MochiServices)
package mochi.as3 {
import flash.display.*;
import flash.events.*;
import flash.utils.*;
import flash.net.*;
import flash.system.*;
import flash.geom.*;
public class MochiServices {
private static var _container:Object;
private static var _connected:Boolean = false;
private static var _swfVersion:String;
private static var _preserved:Object;
public static var netupAttempted:Boolean = false;
private static var _sendChannel:LocalConnection;
public static var servicesSync:MochiSync = new MochiSync();
private static var _clip:MovieClip;
private static var _id:String;
private static var _services:String = "services.swf";
private static var _servURL:String = "http://www.mochiads.com/static/lib/services/";
public static var widget:Boolean = false;
private static var _timer:Timer;
private static var _sendChannelName:String;
private static var _loader:Loader;
private static var _connecting:Boolean = false;
private static var _mochiLocalConnection:MovieClip;
private static var _listenChannelName:String = "__ms_";
public static var onError:Object;
public static var netup:Boolean = true;
private static var _mochiLC:String = "MochiLC.swf";
public static function isNetworkAvailable():Boolean{
return (!((Security.sandboxType == "localWithFile")));
}
public static function get connected():Boolean{
return (_connected);
}
private static function onReceive(_arg1:Object):void{
var cb:String;
var cblst:Object;
var method:*;
var methodName:String;
var obj:Object;
var pkg = _arg1;
cb = pkg.callbackID;
cblst = _clip._callbacks[cb];
if (!cblst){
return;
};
method = cblst.callbackMethod;
methodName = "";
obj = cblst.callbackObject;
if (((obj) && ((typeof(method) == "string")))){
methodName = method;
if (obj[method] != null){
method = obj[method];
} else {
trace((("Error: Method " + method) + " does not exist."));
};
};
if (method != undefined){
try {
method.apply(obj, pkg.args);
} catch(error:Error) {
trace(((("Error invoking callback method '" + methodName) + "': ") + error.toString()));
};
} else {
if (obj != null){
try {
obj(pkg.args);
} catch(error:Error) {
trace(("Error invoking method on object: " + error.toString()));
};
};
};
delete _clip._callbacks[cb];
}
public static function get childClip():Object{
return (_clip);
}
public static function send(_arg1:String, _arg2:Object=null, _arg3:Object=null, _arg4:Object=null):void{
if (_connected){
_mochiLocalConnection.send(_sendChannelName, "onReceive", {methodName:_arg1, args:_arg2, callbackID:_clip._nextcallbackID});
} else {
if ((((_clip == null)) || (!(_connecting)))){
trace(("Error: MochiServices not connected. Please call MochiServices.connect(). Function: " + _arg1));
handleError(_arg2, _arg3, _arg4);
flush(true);
return;
};
_clip._queue.push({methodName:_arg1, args:_arg2, callbackID:_clip._nextcallbackID});
};
if (_clip != null){
if (((!((_clip._callbacks == null))) && (!((_clip._nextcallbackID == null))))){
_clip._callbacks[_clip._nextcallbackID] = {callbackObject:_arg3, callbackMethod:_arg4};
_clip._nextcallbackID++;
};
};
}
private static function init(_arg1:String, _arg2:Object):void{
_id = _arg1;
if (_arg2 != null){
_container = _arg2;
loadCommunicator(_arg1, _container);
};
}
private static function clickMovie(_arg1:String, _arg2:Function):MovieClip{
var _local3:Array;
var _local4:int;
var _local5:Array;
var _local6:Array;
var _local7:MovieClip;
var _local8:LocalConnection;
var _local9:String;
var _local10:ByteArray;
var _local11:ByteArray;
var _local12:uint;
var _local13:uint;
var _local14:Loader;
_local3 = [150, 21, 0, 7, 1, 0, 0, 0, 0, 98, 116, 110, 0, 7, 2, 0, 0, 0, 0, 116, 104, 105, 115, 0, 28, 150, 22, 0, 0, 99, 114, 101, 97, 116, 101, 69, 109, 112, 116, 121, 77, 111, 118, 105, 101, 67, 108, 105, 112, 0, 82, 135, 1, 0, 0, 23, 150, 13, 0, 4, 0, 0, 111, 110, 82, 101, 108, 101, 97, 115, 101, 0, 142, 8, 0, 0, 0, 0, 2, 42, 0, 114, 0, 150, 17, 0, 0, 32, 0, 7, 1, 0, 0, 0, 8, 0, 0, 115, 112, 108, 105, 116, 0, 82, 135, 1, 0, 1, 23, 150, 7, 0, 4, 1, 7, 0, 0, 0, 0, 78, 150, 8, 0, 0, 95, 98, 108, 97, 110, 107, 0, 154, 1, 0, 0, 150, 7, 0, 0, 99, 108, 105, 99, 107, 0, 150, 7, 0, 4, 1, 7, 1, 0, 0, 0, 78, 150, 27, 0, 7, 2, 0, 0, 0, 7, 0, 0, 0, 0, 0, 76, 111, 99, 97, 108, 67, 111, 110, 110, 101, 99, 116, 105, 111, 110, 0, 64, 150, 6, 0, 0, 115, 101, 110, 100, 0, 82, 79, 150, 15, 0, 4, 0, 0, 95, 97, 108, 112, 104, 97, 0, 7, 0, 0, 0, 0, 79, 150, 23, 0, 7, 0xFF, 0, 0xFF, 0, 7, 1, 0, 0, 0, 4, 0, 0, 98, 101, 103, 105, 110, 70, 105, 108, 108, 0, 82, 23, 150, 25, 0, 7, 0, 0, 0, 0, 7, 0, 0, 0, 0, 7, 2, 0, 0, 0, 4, 0, 0, 109, 111, 118, 101, 84, 111, 0, 82, 23, 150, 25, 0, 7, 100, 0, 0, 0, 7, 0, 0, 0, 0, 7, 2, 0, 0, 0, 4, 0, 0, 108, 105, 110, 101, 84, 111, 0, 82, 23, 150, 25, 0, 7, 100, 0, 0, 0, 7, 100, 0, 0, 0, 7, 2, 0, 0, 0, 4, 0, 0, 108, 105, 110, 101, 84, 111, 0, 82, 23, 150, 25, 0, 7, 0, 0, 0, 0, 7, 100, 0, 0, 0, 7, 2, 0, 0, 0, 4, 0, 0, 108, 105, 110, 101, 84, 111, 0, 82, 23, 150, 25, 0, 7, 0, 0, 0, 0, 7, 0, 0, 0, 0, 7, 2, 0, 0, 0, 4, 0, 0, 108, 105, 110, 101, 84, 111, 0, 82, 23, 150, 16, 0, 7, 0, 0, 0, 0, 4, 0, 0, 101, 110, 100, 70, 105, 108, 108, 0, 82, 23];
_local5 = [104, 0, 31, 64, 0, 7, 208, 0, 0, 12, 1, 0, 67, 2, 0xFF, 0xFF, 0xFF, 63, 3];
_local6 = [0, 64, 0, 0, 0];
_local7 = new MovieClip();
_local8 = new LocalConnection();
_local9 = ((("_click_" + Math.floor((Math.random() * 999999))) + "_") + Math.floor(new Date().time));
_local8 = new LocalConnection();
_local7.lc = _local8;
_local7.click = _arg2;
_local8.client = _local7;
_local8.connect(_local9);
_local10 = new ByteArray();
_local11 = new ByteArray();
_local11.endian = Endian.LITTLE_ENDIAN;
_local11.writeShort(1);
_local11.writeUTFBytes(((_arg1 + " ") + _local9));
_local11.writeByte(0);
_local12 = ((_local3.length + _local11.length) + 4);
_local13 = (_local12 + 35);
_local10.endian = Endian.LITTLE_ENDIAN;
_local10.writeUTFBytes("FWS");
_local10.writeByte(8);
_local10.writeUnsignedInt(_local13);
for each (_local4 in _local5) {
_local10.writeByte(_local4);
};
_local10.writeUnsignedInt(_local12);
_local10.writeByte(136);
_local10.writeShort(_local11.length);
_local10.writeBytes(_local11);
for each (_local4 in _local3) {
_local10.writeByte(_local4);
};
for each (_local4 in _local6) {
_local10.writeByte(_local4);
};
_local14 = new Loader();
_local14.loadBytes(_local10);
_local7.addChild(_local14);
return (_local7);
}
public static function stayOnTop():void{
_container.addEventListener(Event.ENTER_FRAME, MochiServices.bringToTop, false, 0, true);
if (_clip != null){
_clip.visible = true;
};
}
public static function addLinkEvent(_arg1:String, _arg2:String, _arg3:DisplayObjectContainer, _arg4:Function=null):void{
var vars:Object;
var avm1Click:DisplayObject;
var s:String;
var i:Number;
var x:String;
var req:URLRequest;
var loader:Loader;
var setURL:Function;
var err:Function;
var complete:Function;
var url = _arg1;
var burl = _arg2;
var btn = _arg3;
var onClick = _arg4;
vars = new Object();
vars["mav"] = getVersion();
vars["swfv"] = "9";
vars["swfurl"] = btn.loaderInfo.loaderURL;
vars["fv"] = Capabilities.version;
vars["os"] = Capabilities.os;
vars["lang"] = Capabilities.language;
vars["scres"] = ((Capabilities.screenResolutionX + "x") + Capabilities.screenResolutionY);
s = "?";
i = 0;
for (x in vars) {
if (i != 0){
s = (s + "&");
};
i = (i + 1);
s = (((s + x) + "=") + escape(vars[x]));
};
req = new URLRequest("http://x.mochiads.com/linkping.swf");
loader = new Loader();
setURL = function (_arg1:String):void{
var _local2:Rectangle;
if (avm1Click){
btn.removeChild(avm1Click);
};
avm1Click = clickMovie(_arg1, onClick);
_local2 = btn.getBounds(btn);
btn.addChild(avm1Click);
avm1Click.x = _local2.x;
avm1Click.y = _local2.y;
avm1Click.scaleX = (0.01 * _local2.width);
avm1Click.scaleY = (0.01 * _local2.height);
};
err = function (_arg1:Object):void{
netup = false;
_arg1.target.removeEventListener(_arg1.type, arguments.callee);
setURL(burl);
};
complete = function (_arg1:Object):void{
_arg1.target.removeEventListener(_arg1.type, arguments.callee);
};
if (netup){
setURL((url + s));
} else {
setURL(burl);
};
if (!((netupAttempted) || (_connected))){
netupAttempted = true;
loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, err);
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, complete);
loader.load(req);
};
}
public static function warnID(_arg1:String, _arg2:Boolean):void{
var _local3:Number;
_arg1 = _arg1.toLowerCase();
if (_arg1.length != 16){
trace((("WARNING: " + (_arg2) ? "board" : "game") + " ID is not the appropriate length"));
return;
} else {
if (_arg1 == "1e113c7239048b3f"){
if (_arg2){
trace("WARNING: Using testing board ID");
} else {
trace("WARNING: Using testing board ID as game ID");
};
return;
} else {
if (_arg1 == "84993a1de4031cd8"){
if (_arg2){
trace("WARNING: Using testing game ID as board ID");
} else {
trace("WARNING: Using testing game ID");
};
return;
};
};
};
_local3 = 0;
while (_local3 < _arg1.length) {
switch (_arg1.charAt(_local3)){
case "0":
case "1":
case "2":
case "3":
case "4":
case "5":
case "6":
case "7":
case "8":
case "9":
case "a":
case "b":
case "c":
case "d":
case "e":
case "f":
break;
default:
trace(("WARNING: Board ID contains illegal characters: " + _arg1));
return;
};
_local3++;
};
}
public static function disconnect():void{
if (((_connected) || (_connecting))){
if (_clip != null){
if (_clip.parent != null){
if ((_clip.parent is Sprite)){
Sprite(_clip.parent).removeChild(_clip);
_clip = null;
};
};
};
_connecting = (_connected = false);
flush(true);
try {
_mochiLocalConnection.close();
} catch(error:Error) {
};
};
if (_timer != null){
try {
_timer.stop();
} catch(error:Error) {
};
};
}
public static function allowDomains(_arg1:String):String{
var _local2:String;
if (Security.sandboxType != "application"){
Security.allowDomain("*");
Security.allowInsecureDomain("*");
};
if (_arg1.indexOf("http://") != -1){
_local2 = _arg1.split("/")[2].split(":")[0];
if (Security.sandboxType != "application"){
Security.allowDomain(_local2);
Security.allowInsecureDomain(_local2);
};
};
return (_local2);
}
public static function getVersion():String{
return ("3.2 as3");
}
public static function doClose():void{
_container.removeEventListener(Event.ENTER_FRAME, MochiServices.bringToTop);
}
private static function flush(_arg1:Boolean):void{
var _local2:Object;
var _local3:Object;
if (((_clip) && (_clip._queue))){
while (_clip._queue.length > 0) {
_local2 = _clip._queue.shift();
_local3 = null;
if (_local2 != null){
if (_local2.callbackID != null){
_local3 = _clip._callbacks[_local2.callbackID];
};
delete _clip._callbacks[_local2.callbackID];
if (((_arg1) && (!((_local3 == null))))){
handleError(_local2.args, _local3.callbackObject, _local3.callbackMethod);
};
};
};
};
}
public static function get id():String{
return (_id);
}
private static function onEvent(_arg1:Object):void{
var _local2:String;
var _local3:String;
_local2 = _arg1.target;
_local3 = _arg1.event;
switch (_local2){
case "events":
MochiEvents.triggerEvent(_arg1.event, _arg1.args);
break;
case "coins":
MochiCoins.triggerEvent(_arg1.event, _arg1.args);
break;
case "sync":
servicesSync.triggerEvent(_arg1.event, _arg1.args);
break;
};
}
private static function urlOptions(_arg1:Object):Object{
var _local2:Object;
var _local3:String;
var _local4:Array;
var _local5:Number;
var _local6:Array;
_local2 = {};
_local3 = _arg1.loaderInfo.parameters.mochiad_options;
if (_local3){
_local4 = _local3.split("&");
_local5 = 0;
while (_local5 < _local4.length) {
_local6 = _local4[_local5].split("=");
_local2[unescape(_local6[0])] = unescape(_local6[1]);
_local5++;
};
};
return (_local2);
}
public static function setContainer(_arg1:Object=null, _arg2:Boolean=true):void{
if (_arg1 != null){
if ((_arg1 is Sprite)){
_container = _arg1;
};
};
if (_arg2){
if ((_container is Sprite)){
Sprite(_container).addChild(_clip);
};
};
}
private static function handleError(_arg1:Object, _arg2:Object, _arg3:Object):void{
var args = _arg1;
var callbackObject = _arg2;
var callbackMethod = _arg3;
if (args != null){
if (args.onError != null){
args.onError.apply(null, ["NotConnected"]);
};
if (((!((args.options == null))) && (!((args.options.onError == null))))){
args.options.onError.apply(null, ["NotConnected"]);
};
};
if (callbackMethod != null){
args = {};
args.error = true;
args.errorCode = "NotConnected";
if (((!((callbackObject == null))) && ((callbackMethod is String)))){
try {
var _local5 = callbackObject;
_local5[callbackMethod](args);
} catch(error:Error) {
};
} else {
if (callbackMethod != null){
try {
callbackMethod.apply(args);
} catch(error:Error) {
};
};
};
};
}
private static function loadError(_arg1:Object):void{
_clip._mochiad_ctr_failed = true;
trace("MochiServices could not load.");
MochiServices.disconnect();
MochiServices.onError("IOError");
}
private static function initComChannels():void{
if (!_connected){
trace("[SERVICES_API] connected!");
_connecting = false;
_connected = true;
_mochiLocalConnection.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_mochiLocalConnection.send(_sendChannelName, "onReceive", {methodName:"registerGame", preserved:_preserved, id:_id, clip:_container, version:getVersion(), parentURL:_container.loaderInfo.loaderURL});
_clip.onReceive = onReceive;
_clip.onEvent = onEvent;
_clip.onError = function ():void{
MochiServices.onError("IOError");
};
while (_clip._queue.length > 0) {
_mochiLocalConnection.send(_sendChannelName, "onReceive", _clip._queue.shift());
};
};
}
private static function loadLCBridge(_arg1:Object):void{
var loader:Loader;
var mochiLCURL:String;
var req:URLRequest;
var complete:Function;
var clip = _arg1;
loader = new Loader();
mochiLCURL = (_servURL + _mochiLC);
req = new URLRequest(mochiLCURL);
complete = function (_arg1:Object):void{
_mochiLocalConnection = MovieClip(loader.content);
listen();
};
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, complete);
loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, loadError);
loader.load(req);
clip.addChild(loader);
}
private static function listen():void{
_mochiLocalConnection.connect(_listenChannelName);
_clip.handshake = function (_arg1:Object):void{
MochiServices.comChannelName = _arg1.newChannel;
};
trace("Waiting for MochiAds services to connect...");
}
public static function get clip():Object{
return (_container);
}
public static function set comChannelName(_arg1:String):void{
if (_arg1 != null){
if (_arg1.length > 3){
_sendChannelName = (_arg1 + "_fromgame");
initComChannels();
};
};
}
private static function loadCommunicator(_arg1:String, _arg2:Object):MovieClip{
var _local3:String;
var _local4:String;
var _local5:URLRequest;
var _local6:URLVariables;
_local3 = ("_mochiservices_com_" + _arg1);
if (_clip != null){
return (_clip);
};
if (!MochiServices.isNetworkAvailable()){
return (null);
};
if (urlOptions(_arg2).servURL){
_servURL = urlOptions(_arg2).servURL;
};
_local4 = (_servURL + _services);
if (urlOptions(_arg2).servicesURL){
_local4 = urlOptions(_arg2).servicesURL;
};
_listenChannelName = (_listenChannelName + ((Math.floor(new Date().time) + "_") + Math.floor((Math.random() * 99999))));
MochiServices.allowDomains(_local4);
_clip = createEmptyMovieClip(_arg2, _local3, 10336, false);
loadLCBridge(_clip);
_loader = new Loader();
_loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, loadError);
_local5 = new URLRequest(_local4);
_local6 = new URLVariables();
_local6.listenLC = _listenChannelName;
_local6.mochiad_options = _arg2.loaderInfo.parameters.mochiad_options;
_local6.api_version = getVersion();
if (widget){
_local6.widget = true;
};
_local5.data = _local6;
_loader.load(_local5);
_clip.addChild(_loader);
_clip._mochiservices_com = _loader;
_sendChannel = new LocalConnection();
_clip._queue = [];
_clip._nextcallbackID = 0;
_clip._callbacks = {};
_timer = new Timer(10000, 1);
_timer.addEventListener(TimerEvent.TIMER, connectWait);
_timer.start();
return (_clip);
}
public static function connect(_arg1:String, _arg2:Object, _arg3:Object=null):void{
var id = _arg1;
var clip = _arg2;
var onError = _arg3;
warnID(id, false);
if ((clip is DisplayObject)){
if (((!(_connected)) && ((_clip == null)))){
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
};
} else {
trace("Error, MochiServices requires a Sprite, Movieclip or instance of the stage.");
};
if (onError != null){
MochiServices.onError = onError;
} else {
if (MochiServices.onError == null){
MochiServices.onError = function (_arg1:String):void{
trace(_arg1);
};
};
};
}
public static function createEmptyMovieClip(_arg1:Object, _arg2:String, _arg3:Number, _arg4:Boolean=true):MovieClip{
var mc:MovieClip;
var parent = _arg1;
var name = _arg2;
var depth = _arg3;
var doAdd = _arg4;
mc = new MovieClip();
if (doAdd){
if (((false) && (depth))){
parent.addChildAt(mc, depth);
} else {
parent.addChild(mc);
};
};
try {
parent[name] = mc;
} catch(e:Error) {
throw (new Error("MochiServices requires a clip that is an instance of a dynamic class. If your class extends Sprite or MovieClip, you must make it dynamic."));
};
mc["_name"] = name;
return (mc);
}
public static function bringToTop(_arg1:Event=null):void{
var e = _arg1;
if (((!((MochiServices.clip == null))) && (!((MochiServices.childClip == null))))){
try {
if (MochiServices.clip.numChildren > 1){
MochiServices.clip.setChildIndex(MochiServices.childClip, (MochiServices.clip.numChildren - 1));
};
} catch(errorObject:Error) {
trace("Warning: Depth sort error.");
_container.removeEventListener(Event.ENTER_FRAME, MochiServices.bringToTop);
};
};
}
public static function connectWait(_arg1:TimerEvent):void{
if (!_connected){
_clip._mochiad_ctr_failed = true;
trace("MochiServices could not load. (timeout)");
MochiServices.disconnect();
MochiServices.onError("IOError");
};
}
}
}//package mochi.as3
Section 37
//MochiSync (mochi.as3.MochiSync)
package mochi.as3 {
import flash.utils.*;
public dynamic class MochiSync extends Proxy {
private var _syncContainer:Object;
public static var SYNC_PROPERTY:String = "UpdateProperty";
public static var SYNC_REQUEST:String = "SyncRequest";
public function MochiSync():void{
_syncContainer = {};
}
public function triggerEvent(_arg1:String, _arg2:Object):void{
switch (_arg1){
case SYNC_REQUEST:
MochiServices.send("sync_syncronize", _syncContainer);
break;
case SYNC_PROPERTY:
_syncContainer[_arg2.name] = _arg2.value;
break;
};
}
override "http://www.adobe.com/2006/actionscript/flash/proxy"?? function getProperty(_arg1){
return (_syncContainer[_arg1]);
}
override "http://www.adobe.com/2006/actionscript/flash/proxy"?? function setProperty(_arg1, _arg2):void{
var _local3:String;
if (_syncContainer[_arg1] == _arg2){
return;
};
_local3 = _arg1.toString();
_syncContainer[_local3] = _arg2;
MochiServices.send("sync_propUpdate", {name:_local3, value:_arg2});
}
}
}//package mochi.as3
Section 38
//Cloud (Cloud)
package {
import flash.display.*;
public dynamic class Cloud extends MovieClip {
}
}//package
Section 39
//Flip (Flip)
package {
import flash.display.*;
public dynamic class Flip extends MovieClip {
public var tile:MovieClip;
public function Flip(){
addFrameScript(0, frame1);
}
function frame1(){
stop();
}
}
}//package
Section 40
//MochiBot (MochiBot)
package {
import flash.display.*;
import flash.net.*;
import flash.system.*;
public dynamic class MochiBot extends Sprite {
public static function track(_arg1:Sprite, _arg2:String):MochiBot{
var _local3:MochiBot;
var _local4:String;
var _local5:URLVariables;
var _local6:String;
var _local7:URLRequest;
var _local8:Loader;
if (Security.sandboxType == "localWithFile"){
return (null);
};
_local3 = new (MochiBot);
_arg1.addChild(_local3);
Security.allowDomain("*");
Security.allowInsecureDomain("*");
_local4 = "http://core.mochibot.com/my/core.swf";
_local5 = new URLVariables();
_local5["sb"] = Security.sandboxType;
_local5["v"] = Capabilities.version;
_local5["swfid"] = _arg2;
_local5["mv"] = "8";
_local5["fv"] = "9";
_local6 = _local3.root.loaderInfo.loaderURL;
if (_local6.indexOf("http") == 0){
_local5["url"] = _local6;
} else {
_local5["url"] = "local";
};
_local7 = new URLRequest(_local4);
_local7.contentType = "application/x-www-form-urlencoded";
_local7.method = URLRequestMethod.POST;
_local7.data = _local5;
_local8 = new Loader();
_local3.addChild(_local8);
_local8.load(_local7);
return (_local3);
}
}
}//package
Section 41
//Person (Person)
package {
import flash.display.*;
public dynamic class Person extends MovieClip {
}
}//package
Section 42
//Person2 (Person2)
package {
import flash.display.*;
import flash.text.*;
public dynamic class Person2 extends MovieClip {
public var spot:TextField;
public var scorev:TextField;
public var photo:MovieClip;
public var namev:TextField;
public var spot2:TextField;
public var area:MovieClip;
public var back:MovieClip;
}
}//package
Section 43
//Song (Song)
package {
import flash.media.*;
public dynamic class Song extends Sound {
}
}//package
Section 44
//Song2 (Song2)
package {
import flash.media.*;
public dynamic class Song2 extends Sound {
}
}//package
Section 45
//Tile (Tile)
package {
import flash.display.*;
public dynamic class Tile extends MovieClip {
public var tile:MovieClip;
public function Tile(){
addFrameScript(0, frame1, 8, frame9);
}
function frame1(){
stop();
}
function frame9(){
stop();
}
}
}//package