From 0f6b14d033a2682cefcf10426722054967d29afc Mon Sep 17 00:00:00 2001 From: Finn Bear Date: Wed, 7 Apr 2021 14:36:37 -0700 Subject: [PATCH] Minor improvements. --- README.md | 2 +- generator/generate.go | 1 + generator/profanity.csv | 2 + moderation.go | 11 +- wordlists.csv | 23234 ++++++++++++++++++-------------------- wordlists.go | 1132 +- 6 files changed, 11171 insertions(+), 13211 deletions(-) diff --git a/README.md b/README.md index 2c8dd6e..aa467b2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Accuracy was evaluated based on the first 100,000 items from this [dataset of mo |**Package**|**Time**|**Accuracy**|**Comment**| |:-----:|:-----:|:-----:|:-----:| -|[finnbear/moderation](https://github.com/finnbear/moderation)|1.50s|90.80%|Current API version is not stable| +|[finnbear/moderation](https://github.com/finnbear/moderation)|1.50s|90.85%|Current API version is not stable| |[TwinProduction/go-away](https://github.com/TwinProduction/go-away)|2.11s|82.11%|Many false positives from combined words like "push it"| diff --git a/generator/generate.go b/generator/generate.go index 20e9e56..1816b5e 100644 --- a/generator/generate.go +++ b/generator/generate.go @@ -185,6 +185,7 @@ func main() { shortValid := map[string]bool{ "all": true, "also": true, + "an": true, "and": true, "any": true, "are": true, diff --git a/generator/profanity.csv b/generator/profanity.csv index 086adaf..1882297 100644 --- a/generator/profanity.csv +++ b/generator/profanity.csv @@ -75,6 +75,7 @@ handjob,0,0,3,0 hate,0,0,0,2 hell,1,0,0,0 heshe,0,0,2,0 +hitler,0,2,0,0 hoar,0,3,2,0 hoe,0,2,1,0 homo,0,2,1,0 @@ -149,6 +150,7 @@ sodomy,0,0,3,0 spunk,0,0,3,0 stfu,0,0,0,2 stupid,0,0,0,1 +suck,0,0,0,1 suckit,0,0,2,2 suckmy,0,0,3,0 testical,0,0,3,0 diff --git a/moderation.go b/moderation.go index 282f0cc..027246c 100644 --- a/moderation.go +++ b/moderation.go @@ -67,8 +67,9 @@ func IsInappropriate(text string) bool { return Scan(text).Is(Inappropriate) } -// Scan returns a bitmask of all types detected within given text -func Scan(text string) (types Type) { +// Scan returns a bitmask of all types detected within given text, which can +// be queried with the Is function +func Scan(text string) (scanResult Type) { // Figure out if sanitization is needed, and if so, do it for _, textRune := range text { if textRune < minNormal || maxNormal < textRune { @@ -213,7 +214,7 @@ func Scan(text string) (types Type) { severity = 0b001 // mild } - types |= severity << (i * 3) + scanResult |= severity << (i * 3) } // Min length is arbitrary, but must be > 0 to avoid dividing by zero @@ -223,9 +224,9 @@ func Scan(text string) (types Type) { // TODO: Define severe spam if spamPercent > 50 { - types |= 0b010 << (4 * 3) // moderate spam + scanResult |= 0b010 << (4 * 3) // moderate spam } else if spamPercent > 30 { - types |= 0b001 << (4 * 3) // mild spam + scanResult |= 0b001 << (4 * 3) // mild spam } } diff --git a/wordlists.csv b/wordlists.csv index c0f3fcb..5cf7491 100644 --- a/wordlists.csv +++ b/wordlists.csv @@ -1,12129 +1,11107 @@ word,profane,offensive,sexual,mean -pp , 0, 0, 2, 0 -ass , 2, 0, 0, 0 -azz , 1, 0, 0, 0 -bra , 0, 0, 1, 0 -cum , 0, 0, 3, 0 -fag , 0, 3, 1, 0 -fuk , 2, 0, 2, 0 -hoe , 0, 2, 1, 0 -nig , 2, 3, 0, 0 -ppa , 0, 0, -2, 0 -ppb , 0, 0, -2, 0 -ppd , 0, 0, -2, 0 -pph , 0, 0, -2, 0 -ppi , 0, 0, -2, 0 -ppl , 0, 0, -2, 0 -ppm , 0, 0, -2, 0 -ppr , 0, 0, -2, 0 -ppt , 0, 0, -2, 0 -sex , 0, 0, 1, 0 -tit , 0, 0, 3, 0 -xxx , 0, 0, 2, 0 -anal , 2, 0, 2, 0 -anus , 2, 0, 0, 0 -arse , 2, 0, 0, 0 -asse , -2, 0, 0, 0 -assi , -2, 0, 0, 0 -assn , -2, 0, 0, 0 -asst , -2, 0, 0, 0 -bich , 0, 2, 2, 0 -boob , 0, 0, 3, 0 -brab , 0, 0, -1, 0 -brad , 0, 0, -1, 0 -brae , 0, 0, -1, 0 -brag , 0, 0, -1, 0 -bram , 0, 0, -1, 0 -bran , 0, 0, -1, 0 -brat , 0, 0, -1, 0 -braw , 0, 0, -1, 0 -bray , 0, 0, -1, 0 -btch , 0, 2, 2, 0 -butt , 1, 0, 0, 0 -clit , 0, 0, 3, 0 -cock , 2, 0, 2, 0 -coon , 0, 5, 0, 0 -crap , 1, 0, 0, 0 -cump , 0, 0, -3, 0 -cunt , 0, 2, 2, 0 -damn , 1, 0, 0, 0 -dego , 0, 3, 0, 0 -dick , 2, 0, 2, 0 -dong , 0, 0, 2, 0 -dumb , 0, 0, 0, 1 -dyke , 2, 2, 2, 0 -feck , 2, 0, 2, 0 -frig , 1, 0, 2, 0 -fuck , 2, 0, 2, 0 -gaay , 0, 2, 0, 0 -hate , 0, 0, 0, 2 -hell , 1, 0, 0, 0 -hoar , 0, 3, 2, 0 -hoed , 0, -2, -1, 0 -hoer , 0, -2, -1, 0 -hoey , 0, -2, -1, 0 -homo , 0, 2, 1, 0 -jerk , 0, 0, 0, 1 -jizz , 0, 0, 3, 0 -muff , 0, 0, 3, 0 -nazi , 0, 2, 0, 0 -nigh , -2, -3, 0, 0 -nigr , 3, 5, 0, 0 -nigs , 2, 3, 0, 0 -nude , 0, 0, 3, 0 -phuc , 2, 0, 2, 0 -phuk , 2, 0, 2, 0 -piss , 1, 0, 0, 0 -poop , 1, 0, 0, 0 -porn , 0, 0, 3, 0 -pube , 0, 0, 3, 0 -pusy , 0, 2, 2, 0 -rape , 0, 0, 3, 0 -scum , 0, 0, 2, 2 -secs , 0, 0, 1, 0 -shit , 2, 0, 0, 0 -slut , 0, 2, 2, 0 -stfu , 0, 0, 0, 2 -titi , 0, 0, -3, 0 -turd , 1, 0, 0, 0 -twat , 0, 0, 3, 0 -ugly , 0, 0, 0, 2 -wank , 0, 0, 3, 0 -apoop , -1, 0, 0, 0 -assai , -2, 0, 0, 0 -assam , -2, 0, 0, 0 -assay , -2, 0, 0, 0 -assoc , -2, 0, 0, 0 -assot , -2, 0, 0, 0 -balls , 0, 0, 1, 0 -banal , -2, 0, -2, 0 -banus , -2, 0, 0, 0 -barse , -2, 0, 0, 0 -bichy , 0, -2, -2, 0 -bitch , 0, 2, 2, 0 -boner , 0, 0, 3, 0 -braca , 0, 0, -1, 0 -brace , 0, 0, -1, 0 -brach , 0, 0, -1, 0 -brack , 0, 0, -1, 0 -bract , 0, 0, -1, 0 -brahm , 0, 0, -1, 0 -braid , 0, 0, -1, 0 -brail , 0, 0, -1, 0 -brain , 0, 0, -1, 0 -brake , 0, 0, -1, 0 -braky , 0, 0, -1, 0 -brash , 0, 0, -1, 0 -brass , 0, 0, -1, 0 -brast , 0, 0, -1, 0 -brava , 0, 0, -1, 0 -brave , 0, 0, -1, 0 -bravi , 0, 0, -1, 0 -bravo , 0, 0, -1, 0 -braxy , 0, 0, -1, 0 -braza , 0, 0, -1, 0 -braze , 0, 0, -1, 0 -butte , -1, 0, 0, 0 -butto , -1, 0, 0, 0 -butty , -1, 0, 0, 0 -canal , -2, 0, -2, 0 -carse , -2, 0, 0, 0 -chink , 0, 3, 0, 0 -clite , 0, 0, -3, 0 -cocky , -2, 0, -2, 0 -coony , 0, -5, 0, 0 -cpube , 0, 0, -3, 0 -crape , -1, 0, -3, 0 -cumal , 0, 0, -3, 0 -cumar , 0, 0, -3, 0 -cumay , 0, 0, -3, 0 -cumbu , 0, 0, -3, 0 -cumic , 0, 0, -3, 0 -cumin , 0, 0, -3, 0 -cumly , 0, 0, -3, 0 -cumol , 0, 0, -3, 0 -cumyl , 0, 0, -3, 0 -daygo , 0, 3, 0, 0 -dicky , -2, 0, -2, 0 -dildo , 0, 0, 3, 0 -donga , 0, 0, -2, 0 -dongo , 0, 0, -2, 0 -drape , 0, 0, -3, 0 -dumba , 0, 0, 0, -1 -dumby , 0, 0, 0, -1 -dyked , -2, -2, -2, 0 -dyker , -2, -2, -2, 0 -fanal , -2, 0, -2, 0 -farse , -2, 0, 0, 0 -fatty , 0, 2, 0, 2 -fcken , 2, 0, 2, 0 -frape , 0, 0, -3, 0 -freak , 0, 0, 0, 2 -frick , 1, 0, 0, 0 -frigo , -1, 0, -2, 0 -garse , -2, 0, 0, 0 -grape , 0, 0, -3, 0 -hated , 0, 0, 0, -2 -hatel , 0, 0, 0, -2 -hater , 0, 0, 0, -2 -hellc , -1, 0, 0, 0 -hello , -1, 0, 0, 0 -hellp , -1, 0, 0, 0 -helly , -1, 0, 0, 0 -heshe , 0, 0, 2, 0 -hoard , 0, -3, -2, 0 -hoary , 0, -3, -2, 0 -horny , 0, 0, 3, 0 -ianus , -2, 0, 0, 0 -idego , 0, -3, 0, 0 -idiot , 0, 0, 0, 1 -janus , -2, 0, 0, 0 -jerky , 0, 0, 0, -1 -kdego , 0, -3, 0, 0 -labia , 0, 0, 3, 0 -loser , 0, 0, 0, 2 -manal , -2, 0, -2, 0 -manus , -2, 0, 0, 0 -marse , -2, 0, 0, 0 -moron , 0, 0, 0, 2 -muffy , 0, 0, -3, 0 -naked , 0, 0, 2, 0 -nazim , 0, -2, 0, 0 -nazir , 0, -2, 0, 0 -nicca , 2, 3, 0, 0 -nigel , -2, -3, 0, 0 -nigga , 2, 3, 0, 0 -nigre , -5, -8, 0, 0 -nigua , -2, -3, 0, 0 -panus , -2, 0, 0, 0 -parse , -2, 0, 0, 0 -penis , 1, 0, 3, 0 -penus , 1, 0, 3, 0 -prick , 2, 0, 0, 1 -queer , 0, 3, 0, 0 -ranal , -2, 0, -2, 0 -raped , 0, 0, -3, 0 -raper , 0, 0, -3, 0 -scoon , 0, -5, 0, 0 -scrap , -1, 0, 0, 0 -semen , 0, 0, 3, 0 -shell , -1, 0, 0, 0 -sissy , 0, 0, 0, 1 -skank , 0, 2, 3, 0 -snigs , -2, -3, 0, 0 -spiss , -1, 0, 0, 0 -spunk , 0, 0, 3, 0 -swank , 0, 0, -3, 0 -tarse , -2, 0, 0, 0 -titan , 0, 0, -3, 0 -titar , 0, 0, -3, 0 -titer , 0, 0, -3, 0 -tithe , 0, 0, -3, 0 -title , 0, 0, -3, 0 -titre , 0, 0, -3, 0 -titty , 0, 0, -3, 0 -titus , 0, 0, -3, 0 -twank , 0, 0, -3, 0 -vulva , 0, 0, 3, 0 -warse , -2, 0, 0, 0 -whore , 0, 3, 3, 0 -wigga , 2, 3, 0, 0 -abclit , 0, 0, -3, 0 -abcrap , -1, 0, 0, 0 -acclit , 0, 0, -3, 0 -accrap , -1, 0, 0, 0 -achate , 0, 0, 0, -2 -analab , -2, 0, -2, 0 -analan , -2, 0, -2, 0 -analap , -2, 0, -2, 0 -analas , -2, 0, -2, 0 -analat , -2, 0, -2, 0 -analav , -2, 0, -2, 0 -analaw , -2, 0, -2, 0 -analay , -2, 0, -2, 0 -analbs , -2, 0, -2, 0 -analcd , -2, 0, -2, 0 -analed , -2, 0, -2, 0 -analee , -2, 0, -2, 0 -analeg , -2, 0, -2, 0 -analen , -2, 0, -2, 0 -analeo , -2, 0, -2, 0 -anales , -2, 0, -2, 0 -analet , -2, 0, -2, 0 -analeu , -2, 0, -2, 0 -analib , -2, 0, -2, 0 -analid , -2, 0, -2, 0 -analie , -2, 0, -2, 0 -analil , -2, 0, -2, 0 -analip , -2, 0, -2, 0 -analit , -2, 0, -2, 0 -analiz , -2, 0, -2, 0 -anallc , -2, 0, -2, 0 -anallp , -2, 0, -2, 0 -anally , -2, 0, -2, 0 -analoc , -2, 0, -2, 0 -analog , -2, 0, -2, 0 -analol , -2, 0, -2, 0 -analos , -2, 0, -2, 0 -analot , -2, 0, -2, 0 -analou , -2, 0, -2, 0 -analow , -2, 0, -2, 0 -analtd , -2, 0, -2, 0 -analyt , -2, 0, -2, 0 -anazip , 0, -2, 0, 0 -anicca , -2, -3, 0, 0 -anusim , -2, 0, 0, 0 -apissl , -1, 0, 0, 0 -arclit , 0, 0, -3, 0 -arcrap , -1, 0, 0, 0 -arseno , -2, 0, 0, 0 -ashate , 0, 0, 0, -2 -aspunk , 0, 0, -3, 0 -assacu , -2, 0, 0, 0 -assahy , -2, 0, 0, 0 -assart , -2, 0, 0, 0 -assary , -2, 0, 0, 0 -assate , -2, 0, 0, 0 -assaut , -2, 0, 0, 0 -assbaa , -2, 0, 0, 0 -assman , -2, 0, 0, 0 -assoil , -2, 0, 0, 0 -assoin , -2, 0, 0, 0 -assort , -2, 0, 0, 0 -assume , -2, 0, 0, 0 -assurd , -2, 0, 0, 0 -assure , -2, 0, 0, 0 -assyth , -2, 0, 0, 0 -ballsy , 0, 0, -1, 0 -bbclit , 0, 0, -3, 0 -bbcrap , -1, 0, 0, 0 -bedamn , -1, 0, 0, 0 -bedumb , 0, 0, 0, -1 -biatch , 0, 2, 2, 0 -bichir , 0, -2, -2, 0 -bichos , 0, -2, -2, 0 -bitsch , 0, 2, 2, 0 -bloody , 2, 0, 0, 0 -boclit , 0, 0, -3, 0 -bocrap , -1, 0, 0, 0 -bollok , 2, 0, 2, 0 -bonera , 0, 0, -3, 0 -bonerp , 0, 0, -3, 0 -booboo , 0, 0, -3, 0 -braata , 0, 0, -1, 0 -bracon , 0, 0, -1, 0 -brahui , 0, 0, -1, 0 -braies , 0, 0, -1, 0 -braird , 0, 0, -1, 0 -brairo , 0, 0, -1, 0 -braise , 0, 0, -1, 0 -braize , 0, 0, -1, 0 -brakie , 0, 0, -1, 0 -brarow , 0, 0, -1, 0 -brasen , 0, 0, -1, 0 -brasil , 0, 0, -1, 0 -braula , 0, 0, -1, 0 -brauna , 0, 0, -1, 0 -brazil , 0, 0, -1, 0 -breast , 0, 0, 2, 0 -bugger , 2, 0, 0, 0 -buttab , -1, 0, 0, 0 -buttag , -1, 0, 0, 0 -buttal , -1, 0, 0, 0 -buttan , -1, 0, 0, 0 -buttap , -1, 0, 0, 0 -buttar , -1, 0, 0, 0 -buttax , -1, 0, 0, 0 -buttba , -1, 0, 0, 0 -buttcp , -1, 0, 0, 0 -buttft , -1, 0, 0, 0 -buttgp , -1, 0, 0, 0 -butthe , -1, 0, 0, 0 -butthu , -1, 0, 0, 0 -butthy , -1, 0, 0, 0 -buttie , -1, 0, 0, 0 -buttil , -1, 0, 0, 0 -buttim , -1, 0, 0, 0 -buttin , -1, 0, 0, 0 -buttip , -1, 0, 0, 0 -buttle , -1, 0, 0, 0 -buttmp , -1, 0, 0, 0 -buttri , -1, 0, 0, 0 -buttry , -1, 0, 0, 0 -buttub , -1, 0, 0, 0 -buttue , -1, 0, 0, 0 -buttvs , -1, 0, 0, 0 -buttwo , -1, 0, 0, 0 -cacoon , 0, -5, 0, 0 -canusa , -2, 0, 0, 0 -canusb , -2, 0, 0, 0 -canusc , -2, 0, 0, 0 -canusd , -2, 0, 0, 0 -canuse , -2, 0, 0, 0 -canusr , -2, 0, 0, 0 -chinky , 0, -3, 0, 0 -choarc , 0, -3, -2, 0 -choare , 0, -3, -2, 0 -choarg , 0, -3, -2, 0 -choarm , 0, -3, -2, 0 -choart , 0, -3, -2, 0 -chomod , 0, -2, -1, 0 -chomom , 0, -2, -1, 0 -chomon , 0, -2, -1, 0 -clitch , 0, 0, -3, 0 -clithe , 0, 0, -3, 0 -clitia , 0, 0, -3, 0 -clitic , 0, 0, -3, 0 -closer , 0, 0, 0, -2 -coarse , -2, 0, 0, 0 -cockal , -2, 0, -2, 0 -cocked , -2, 0, -2, 0 -cocker , -2, 0, -2, 0 -cocket , -2, 0, -2, 0 -cockie , -2, 0, -2, 0 -cockle , -2, 0, -2, 0 -cockly , -2, 0, -2, 0 -cocksy , -2, 0, -2, 0 -cockup , -2, 0, -2, 0 -cocoon , 0, -5, 0, 0 -codego , 0, -3, 0, 0 -commie , 0, 2, 0, 0 -condom , 0, 0, 2, 0 -cooner , 0, -5, 0, 0 -coward , 0, 0, 0, 1 -cpusys , 0, -2, -2, 0 -crapon , -1, 0, 0, 0 -crappo , -1, 0, 0, 0 -crapwa , -1, 0, 0, 0 -cumber , 0, 0, -3, 0 -cumbha , 0, 0, -3, 0 -cumble , 0, 0, -3, 0 -cumbly , 0, 0, -3, 0 -cumbre , 0, 0, -3, 0 -cumene , 0, 0, -3, 0 -cumhal , 0, 0, -3, 0 -cummer , 0, 0, -3, 0 -cummin , 0, 0, -3, 0 -cumsha , 0, 0, -3, 0 -cumuli , 0, 0, -3, 0 -cyanus , -2, 0, 0, 0 -damnam , -1, 0, 0, 0 -damnat , -1, 0, 0, 0 -damnav , -1, 0, 0, 0 -damnba , -1, 0, 0, 0 -damnbc , -1, 0, 0, 0 -damnec , -1, 0, 0, 0 -damned , -1, 0, 0, 0 -damneo , -1, 0, 0, 0 -damner , -1, 0, 0, 0 -damnet , -1, 0, 0, 0 -damnew , -1, 0, 0, 0 -damnfl , -1, 0, 0, 0 -damnhl , -1, 0, 0, 0 -damnhs , -1, 0, 0, 0 -damnii , -1, 0, 0, 0 -damnil , -1, 0, 0, 0 -damnit , -1, 0, 0, 0 -damnon , -1, 0, 0, 0 -damnor , -1, 0, 0, 0 -damnot , -1, 0, 0, 0 -damnov , -1, 0, 0, 0 -damnow , -1, 0, 0, 0 -damnsw , -1, 0, 0, 0 -damnum , -1, 0, 0, 0 -damnut , -1, 0, 0, 0 -damnyc , -1, 0, 0, 0 -danala , -2, 0, -2, 0 -danali , -2, 0, -2, 0 -danall , -2, 0, -2, 0 -danalt , -2, 0, -2, 0 -danusa , -2, 0, 0, 0 -danusb , -2, 0, 0, 0 -danusc , -2, 0, 0, 0 -danusd , -2, 0, 0, 0 -danuse , -2, 0, 0, 0 -danusr , -2, 0, 0, 0 -daygod , 0, -3, 0, 0 -daygot , 0, -3, 0, 0 -declit , 0, 0, -3, 0 -decrap , -1, 0, 0, 0 -degold , 0, -3, 0, 0 -denude , 0, 0, -3, 0 -dicker , -2, 0, -2, 0 -dickey , -2, 0, -2, 0 -dickie , -2, 0, -2, 0 -dickty , -2, 0, -2, 0 -dnazip , 0, -2, 0, 0 -doclit , 0, 0, -3, 0 -docrap , -1, 0, 0, 0 -dongba , 0, 0, -2, 0 -dongbp , 0, 0, -2, 0 -dongcc , 0, 0, -2, 0 -dongdp , 0, 0, -2, 0 -dongel , 0, 0, -2, 0 -dongem , 0, 0, -2, 0 -dongen , 0, 0, -2, 0 -dongeo , 0, 0, -2, 0 -donget , 0, 0, -2, 0 -donghz , 0, 0, -2, 0 -dongif , 0, 0, -2, 0 -dongig , 0, 0, -2, 0 -dongis , 0, 0, -2, 0 -dongmc , 0, 0, -2, 0 -dongmt , 0, 0, -2, 0 -dongnu , 0, 0, -2, 0 -dongpl , 0, 0, -2, 0 -dongps , 0, 0, -2, 0 -dongsm , 0, 0, -2, 0 -dongst , 0, 0, -2, 0 -dongtk , 0, 0, -2, 0 -dongui , 0, 0, -2, 0 -dongun , 0, 0, -2, 0 -donguy , 0, 0, -2, 0 -dongym , 0, 0, -2, 0 -douche , 1, 1, 2, 2 -dpissl , -1, 0, 0, 0 -dsclit , 0, 0, -3, 0 -dudego , 0, -3, 0, 0 -dumbed , 0, 0, 0, -1 -dumber , 0, 0, 0, -1 -dumble , 0, 0, 0, -1 -dumbly , 0, 0, 0, -1 -earsea , -2, 0, 0, 0 -earsec , -2, 0, 0, 0 -earsee , -2, 0, 0, 0 -earsen , -2, 0, 0, 0 -earseo , -2, 0, 0, 0 -earsep , -2, 0, 0, 0 -earseq , -2, 0, 0, 0 -earser , -2, 0, 0, 0 -earset , -2, 0, 0, 0 -ecoone , 0, -5, 0, 0 -ecoons , 0, -5, 0, 0 -efecks , -2, 0, -2, 0 -effing , 2, 0, 2, 0 -elanus , -2, 0, 0, 0 -erapee , 0, 0, -3, 0 -erapen , 0, 0, -3, 0 -erapet , 0, 0, -3, 0 -etclit , 0, 0, -3, 0 -etcrap , -1, 0, 0, 0 -fanusa , -2, 0, 0, 0 -fanusb , -2, 0, 0, 0 -fanusc , -2, 0, 0, 0 -fanusd , -2, 0, 0, 0 -fanuse , -2, 0, 0, 0 -fanusr , -2, 0, 0, 0 -fbichi , 0, -2, -2, 0 -fbicho , 0, -2, -2, 0 -fcclit , 0, 0, -3, 0 -fccrap , -1, 0, 0, 0 -fecket , -2, 0, -2, 0 -feckly , -2, 0, -2, 0 -felate , 0, 0, 3, 0 -flange , 0, 0, 3, 0 -freaky , 0, 0, 0, -2 -frigap , -1, 0, -2, 0 -frigas , -1, 0, -2, 0 -frigba , -1, 0, -2, 0 -frigbp , -1, 0, -2, 0 -frigcc , -1, 0, -2, 0 -frigdp , -1, 0, -2, 0 -frigel , -1, 0, -2, 0 -frigem , -1, 0, -2, 0 -frigen , -1, 0, -2, 0 -frigeo , -1, 0, -2, 0 -friget , -1, 0, -2, 0 -fright , -1, 0, -2, 0 -frighz , -1, 0, -2, 0 -frigid , -1, 0, -2, 0 -frigif , -1, 0, -2, 0 -frigig , -1, 0, -2, 0 -frigis , -1, 0, -2, 0 -frigmc , -1, 0, -2, 0 -frigmt , -1, 0, -2, 0 -frignu , -1, 0, -2, 0 -frigpl , -1, 0, -2, 0 -frigps , -1, 0, -2, 0 -frigsm , -1, 0, -2, 0 -frigst , -1, 0, -2, 0 -frigtk , -1, 0, -2, 0 -frigui , -1, 0, -2, 0 -frigun , -1, 0, -2, 0 -friguy , -1, 0, -2, 0 -frigym , -1, 0, -2, 0 -gcclit , 0, 0, -3, 0 -gccrap , -1, 0, 0, 0 -ghetto , 0, 2, 0, 0 -gmclit , 0, 0, -3, 0 -gmcrap , -1, 0, 0, 0 -gnudec , 0, 0, -3, 0 -gnudee , 0, 0, -3, 0 -gnudef , 0, 0, -3, 0 -gnudel , 0, 0, -3, 0 -gnudem , 0, 0, -3, 0 -gnuden , 0, 0, -3, 0 -gnuder , 0, 0, -3, 0 -gnudes , 0, 0, -3, 0 -gnudev , 0, 0, -3, 0 -haboob , 0, 0, -3, 0 -hatear , 0, 0, 0, -2 -hateat , 0, 0, 0, -2 -hateau , 0, 0, 0, -2 -hateco , 0, 0, 0, -2 -hategg , 0, 0, 0, -2 -hatenb , 0, 0, 0, -2 -hatend , 0, 0, 0, -2 -hateng , 0, 0, 0, -2 -hatent , 0, 0, 0, -2 -hateos , 0, 0, 0, -2 -hatepa , 0, 0, 0, -2 -hatest , 0, 0, 0, -2 -hatetc , 0, 0, 0, -2 -hateur , 0, 0, 0, -2 -hateva , 0, 0, 0, -2 -hateve , 0, 0, 0, -2 -hatexp , 0, 0, 0, -2 -hatext , 0, 0, 0, -2 -hateye , 0, 0, 0, -2 -hearse , -2, 0, 0, 0 -helled , -1, 0, 0, 0 -hellen , -1, 0, 0, 0 -heller , -1, 0, 0, 0 -hellim , -1, 0, 0, 0 -helluo , -1, 0, 0, 0 -heshed , 0, 0, -2, 0 -hoared , 0, -3, -2, 0 -hoarse , -2, -3, -2, 0 -hoeful , 0, -2, -1, 0 -hoeing , 0, -2, -1, 0 -honkey , 0, 2, 0, 0 -honkie , 0, 2, 0, 0 -hooker , 0, 0, 3, 0 -ianala , -2, 0, -2, 0 -ianali , -2, 0, -2, 0 -ianall , -2, 0, -2, 0 -ianalt , -2, 0, -2, 0 -ifecks , -2, 0, -2, 0 -incest , 0, 0, 3, 0 -inclit , 0, 0, -3, 0 -incrap , -1, 0, 0, 0 -inhell , -1, 0, 0, 0 -irapee , 0, 0, -3, 0 -irapen , 0, 0, -3, 0 -irapet , 0, 0, -3, 0 -irclit , 0, 0, -3, 0 -ircrap , -1, 0, 0, 0 -itwatt , 0, 0, -3, 0 -jadego , 0, -3, 0, 0 -janala , -2, 0, -2, 0 -janali , -2, 0, -2, 0 -janall , -2, 0, -2, 0 -janalt , -2, 0, -2, 0 -jarsea , -2, 0, 0, 0 -jarsec , -2, 0, 0, 0 -jarsee , -2, 0, 0, 0 -jarsen , -2, 0, 0, 0 -jarseo , -2, 0, 0, 0 -jarsep , -2, 0, 0, 0 -jarseq , -2, 0, 0, 0 -jarser , -2, 0, 0, 0 -jarset , -2, 0, 0, 0 -jerked , 0, 0, 0, -1 -jerker , 0, 0, 0, -1 -jerkin , 0, 0, 0, -1 -jizzen , 0, 0, -3, 0 -jvclit , 0, 0, -3, 0 -jvcrap , -1, 0, 0, 0 -khella , -1, 0, 0, 0 -labial , 0, 0, -3, 0 -labian , 0, 0, -3, 0 -lanala , -2, 0, -2, 0 -lanali , -2, 0, -2, 0 -lanall , -2, 0, -2, 0 -lanalt , -2, 0, -2, 0 -lanusa , -2, 0, 0, 0 -lanusb , -2, 0, 0, 0 -lanusc , -2, 0, 0, 0 -lanusd , -2, 0, 0, 0 -lanuse , -2, 0, 0, 0 -lanusr , -2, 0, 0, 0 -llclit , 0, 0, -3, 0 -llcrap , -1, 0, 0, 0 -loclit , 0, 0, -3, 0 -locrap , -1, 0, 0, 0 -losera , 0, 0, 0, -2 -loserp , 0, 0, 0, -2 -maclit , 0, 0, -3, 0 -macrap , -1, 0, 0, 0 -madego , 0, -3, 0, 0 -medick , -2, 0, -2, 0 -miclit , 0, 0, -3, 0 -micrap , -1, 0, 0, 0 -mocock , -2, 0, -2, 0 -modego , 0, -3, 0, 0 -morone , 0, 0, 0, -2 -morong , 0, 0, 0, -2 -mphate , 0, 0, 0, -2 -muffed , 0, 0, -3, 0 -muffer , 0, 0, -3, 0 -muffet , 0, 0, -3, 0 -muffin , 0, 0, -3, 0 -muffle , 0, 0, -3, 0 -nazify , 0, -2, 0, 0 -nazism , 0, -2, 0, 0 -nbclit , 0, 0, -3, 0 -nbcrap , -1, 0, 0, 0 -neclit , 0, 0, -3, 0 -nigged , -2, -3, 0, 0 -nigger , 3, 5, 0, 0 -nigget , -2, -3, 0, 0 -niggle , -2, -3, 0, 0 -niggly , -2, -3, 0, 0 -niggot , -2, -3, 0, 0 -niggra , -2, -3, 0, 0 -nigguh , 2, 3, 0, 0 -niggun , -2, -3, 0, 0 -nignay , -2, -3, 0, 0 -nignye , -2, -3, 0, 0 -nigori , -2, -3, 0, 0 -nodego , 0, -3, 0, 0 -nyclit , 0, 0, -3, 0 -nycrap , -1, 0, 0, 0 -orgasm , 0, 0, 2, 0 -paclit , 0, 0, -3, 0 -pacrap , -1, 0, 0, 0 -panala , -2, 0, -2, 0 -panali , -2, 0, -2, 0 -panall , -2, 0, -2, 0 -panalt , -2, 0, -2, 0 -peepee , 2, 0, 2, 0 -penisa , -1, 0, -3, 0 -peniso , -1, 0, -3, 0 -penisp , -1, 0, -3, 0 -penusa , -1, 0, -3, 0 -penusb , -1, 0, -3, 0 -penusc , -1, 0, -3, 0 -penusd , -1, 0, -3, 0 -penuse , -1, 0, -3, 0 -penusr , -1, 0, -3, 0 -piclit , 0, 0, -3, 0 -picrap , -1, 0, 0, 0 -pissed , -1, 0, 0, 0 -plclit , 0, 0, -3, 0 -plcrap , -1, 0, 0, 0 -pmclit , 0, 0, -3, 0 -pmcrap , -1, 0, 0, 0 -pornam , 0, 0, -3, 0 -pornat , 0, 0, -3, 0 -pornav , 0, 0, -3, 0 -pornba , 0, 0, -3, 0 -pornbc , 0, 0, -3, 0 -pornec , 0, 0, -3, 0 -porneo , 0, 0, -3, 0 -pornet , 0, 0, -3, 0 -pornew , 0, 0, -3, 0 -pornfl , 0, 0, -3, 0 -pornhl , 0, 0, -3, 0 -pornhs , 0, 0, -3, 0 -pornil , 0, 0, -3, 0 -pornon , 0, 0, -3, 0 -pornor , 0, 0, -3, 0 -pornos , 0, 0, -3, 0 -pornot , 0, 0, -3, 0 -pornov , 0, 0, -3, 0 -pornow , 0, 0, -3, 0 -pornsw , 0, 0, -3, 0 -pornut , 0, 0, -3, 0 -pornyc , 0, 0, -3, 0 -ppclit , 0, 0, -5, 0 -ppcrap , -1, 0, -2, 0 -pricky , -2, 0, 0, -1 -pubear , 0, 0, -3, 0 -pubeat , 0, 0, -3, 0 -pubeau , 0, 0, -3, 0 -pubeco , 0, 0, -3, 0 -pubeds , 0, 0, -3, 0 -pubedt , 0, 0, -3, 0 -pubegg , 0, 0, -3, 0 -pubenb , 0, 0, -3, 0 -pubend , 0, 0, -3, 0 -pubeng , 0, 0, -3, 0 -pubent , 0, 0, -3, 0 -pubeos , 0, 0, -3, 0 -pubepa , 0, 0, -3, 0 -pubera , 0, 0, -3, 0 -puberp , 0, 0, -3, 0 -pubest , 0, 0, -3, 0 -pubetc , 0, 0, -3, 0 -pubeur , 0, 0, -3, 0 -pubeva , 0, 0, -3, 0 -pubeve , 0, 0, -3, 0 -pubexp , 0, 0, -3, 0 -pubext , 0, 0, -3, 0 -pubeye , 0, 0, -3, 0 -pvclit , 0, 0, -3, 0 -pvcrap , -1, 0, 0, 0 -queera , 0, -3, 0, 0 -queerp , 0, -3, 0, 0 -queery , 0, -3, 0, 0 -racoon , 0, -5, 0, 0 -ranusa , -2, 0, 0, 0 -ranusb , -2, 0, 0, 0 -ranusc , -2, 0, 0, 0 -ranusd , -2, 0, 0, 0 -ranuse , -2, 0, 0, 0 -ranusr , -2, 0, 0, 0 -rapear , 0, 0, -3, 0 -rapeat , 0, 0, -3, 0 -rapeau , 0, 0, -3, 0 -rapeco , 0, 0, -3, 0 -rapegg , 0, 0, -3, 0 -rapely , 0, 0, -3, 0 -rapenb , 0, 0, -3, 0 -rapend , 0, 0, -3, 0 -rapeng , 0, 0, -3, 0 -rapent , 0, 0, -3, 0 -rapeos , 0, 0, -3, 0 -rapepa , 0, 0, -3, 0 -rapest , 0, 0, -3, 0 -rapetc , 0, 0, -3, 0 -rapeur , 0, 0, -3, 0 -rapeva , 0, 0, -3, 0 -rapeve , 0, 0, -3, 0 -rapexp , 0, 0, -3, 0 -rapext , 0, 0, -3, 0 -rapeye , 0, 0, -3, 0 -reclit , 0, 0, -3, 0 -recock , -2, 0, -2, 0 -recrap , -1, 0, 0, 0 -rectum , 0, 0, 2, 0 -refrig , -1, 0, -2, 0 -rejerk , 0, 0, 0, -1 -renigs , -2, -3, 0, 0 -retard , 0, 2, 0, 2 -retart , 0, 2, 0, 2 -rfcken , -2, 0, -2, 0 -rfclit , 0, 0, -3, 0 -rfcrap , -1, 0, 0, 0 -rimjob , 0, 0, 3, 0 -rnazip , 0, -2, 0, 0 -sanala , -2, 0, -2, 0 -sanali , -2, 0, -2, 0 -sanall , -2, 0, -2, 0 -sanalt , -2, 0, -2, 0 -sanusa , -2, 0, 0, 0 -sanusb , -2, 0, 0, 0 -sanusc , -2, 0, 0, 0 -sanusd , -2, 0, 0, 0 -sanuse , -2, 0, 0, 0 -sanusr , -2, 0, 0, 0 -sarape , 0, 0, -3, 0 -sarsen , -2, 0, 0, 0 -scummy , 0, 0, -2, -2 -seclit , 0, 0, -3, 0 -secrap , -1, 0, 0, 0 -sement , 0, 0, -3, 0 -serape , 0, 0, -3, 0 -sheshe , 0, 0, -2, 0 -shrape , 0, 0, -3, 0 -siclit , 0, 0, -3, 0 -sicrap , -1, 0, 0, 0 -slutch , 0, -2, -2, 0 -smugly , 0, 0, 0, -2 -snaked , 0, 0, -2, 0 -snugly , 0, 0, 0, -2 -soclit , 0, 0, -3, 0 -socrap , -1, 0, 0, 0 -sodomy , 0, 0, 3, 0 -spunky , 0, 0, -3, 0 -srclit , 0, 0, -3, 0 -srcrap , -1, 0, 0, 0 -stupid , 0, 0, 0, 1 -sturdy , -1, 0, 0, 0 -suckit , 0, 0, 2, 2 -suckmy , 0, 0, 3, 0 -sycock , -2, 0, -2, 0 -tanala , -2, 0, -2, 0 -tanali , -2, 0, -2, 0 -tanall , -2, 0, -2, 0 -tanalt , -2, 0, -2, 0 -tanusa , -2, 0, 0, 0 -tanusb , -2, 0, 0, 0 -tanusc , -2, 0, 0, 0 -tanusd , -2, 0, 0, 0 -tanuse , -2, 0, 0, 0 -tanusr , -2, 0, 0, 0 -teanal , -2, 0, -2, 0 -theshe , 0, 0, -2, 0 -thorny , 0, 0, -3, 0 -titbit , 0, 0, -3, 0 -titfer , 0, 0, -3, 0 -tithal , 0, 0, -3, 0 -titmal , 0, 0, -3, 0 -titman , 0, 0, -3, 0 -titmen , 0, 0, -3, 0 -titoki , 0, 0, -3, 0 -titter , 0, 0, -3, 0 -tittle , 0, 0, -3, 0 -tittup , 0, 0, -3, 0 -titule , 0, 0, -3, 0 -tituli , 0, 0, -3, 0 -tohell , 2, 2, 0, 0 -tosser , 2, 0, 0, 0 -trapes , 0, 0, -3, 0 -turdus , -1, 0, 0, 0 -tycoon , 0, -5, 0, 0 -unazip , 0, -2, 0, 0 -uncock , -2, 0, -2, 0 -undamn , -1, 0, 0, 0 -unhate , 0, 0, 0, -2 -unigsm , -2, -3, 0, 0 -unigst , -2, -3, 0, 0 -unugly , 0, 0, 0, -2 -upclit , 0, 0, -3, 0 -upcock , -2, 0, -2, 0 -upcrap , -1, 0, 0, 0 -upjerk , 0, 0, 0, -1 -uranus , -2, 0, 0, 0 -usclit , 0, 0, -3, 0 -usemen , 0, 0, -3, 0 -utclit , 0, 0, -3, 0 -utcrap , -1, 0, 0, 0 -vagina , 0, 0, 3, 0 -vanala , -2, 0, -2, 0 -vanali , -2, 0, -2, 0 -vanall , -2, 0, -2, 0 -vanalt , -2, 0, -2, 0 -vanusa , -2, 0, 0, 0 -vanusb , -2, 0, 0, 0 -vanusc , -2, 0, 0, 0 -vanusd , -2, 0, 0, 0 -vanuse , -2, 0, 0, 0 -vanusr , -2, 0, 0, 0 -varsea , -2, 0, 0, 0 -varsec , -2, 0, 0, 0 -varsee , -2, 0, 0, 0 -varsen , -2, 0, 0, 0 -varseo , -2, 0, 0, 0 -varsep , -2, 0, 0, 0 -varseq , -2, 0, 0, 0 -varser , -2, 0, 0, 0 -varset , -2, 0, 0, 0 -vcrapi , -1, 0, 0, 0 -vcrapp , -1, 0, 0, 0 -vcrapr , -1, 0, 0, 0 -vcrapt , -1, 0, 0, 0 -viclit , 0, 0, -3, 0 -vicrap , -1, 0, 0, 0 -vulvae , 0, 0, -3, 0 -vulval , 0, 0, -3, 0 -vulvar , 0, 0, -3, 0 -wanala , -2, 0, -2, 0 -wanali , -2, 0, -2, 0 -wanall , -2, 0, -2, 0 -wanalt , -2, 0, -2, 0 -wanusa , -2, 0, 0, 0 -wanusb , -2, 0, 0, 0 -wanusc , -2, 0, 0, 0 -wanusd , -2, 0, 0, 0 -wanuse , -2, 0, 0, 0 -wanusr , -2, 0, 0, 0 -whoarc , 0, -3, -2, 0 -whoare , 0, -3, -2, 0 -whoarg , 0, -3, -2, 0 -whoarm , 0, -3, -2, 0 -whoart , 0, -3, -2, 0 -whomod , 0, -2, -1, 0 -whomom , 0, -2, -1, 0 -whomon , 0, -2, -1, 0 -wigger , 2, 3, 0, 0 -xrated , 0, 0, 2, 0 -abcunto , 0, -2, -2, 0 -abreast , 0, 0, -2, 0 -abspunk , 0, 0, -3, 0 -accunto , 0, -2, -2, 0 -actwatt , 0, 0, -3, 0 -adspunk , 0, 0, -3, 0 -alabias , 0, 0, -3, 0 -alkanal , -2, 0, -2, 0 -altwatt , 0, 0, -3, 0 -ampissn , -1, 0, 0, 0 -ampoops , -1, 0, 0, 0 -amprick , -2, 0, 0, -1 -analace , -2, 0, -2, 0 -analack , -2, 0, -2, 0 -analady , -2, 0, -2, 0 -analaid , -2, 0, -2, 0 -analake , -2, 0, -2, 0 -analamb , -2, 0, -2, 0 -analamp , -2, 0, -2, 0 -analaos , -2, 0, -2, 0 -analazy , -2, 0, -2, 0 -analead , -2, 0, -2, 0 -analeaf , -2, 0, -2, 0 -analean , -2, 0, -2, 0 -analeft , -2, 0, -2, 0 -analevy , -2, 0, -2, 0 -analgen , -2, 0, -2, 0 -analgia , -2, 0, -2, 0 -analgic , -2, 0, -2, 0 -analife , -2, 0, -2, 0 -analift , -2, 0, -2, 0 -analike , -2, 0, -2, 0 -analime , -2, 0, -2, 0 -analine , -2, 0, -2, 0 -analink , -2, 0, -2, 0 -analion , -2, 0, -2, 0 -analisa , -2, 0, -2, 0 -analist , -2, 0, -2, 0 -analive , -2, 0, -2, 0 -anaload , -2, 0, -2, 0 -analoan , -2, 0, -2, 0 -analone , -2, 0, -2, 0 -analong , -2, 0, -2, 0 -analook , -2, 0, -2, 0 -analoop , -2, 0, -2, 0 -analord , -2, 0, -2, 0 -analove , -2, 0, -2, 0 -analuck , -2, 0, -2, 0 -analucy , -2, 0, -2, 0 -analuis , -2, 0, -2, 0 -analuke , -2, 0, -2, 0 -analung , -2, 0, -2, 0 -analynn , -2, 0, -2, 0 -analyse , -2, 0, -2, 0 -analyst , -2, 0, -2, 0 -analyze , -2, 0, -2, 0 -anazinc , 0, -2, 0, 0 -andyken , -2, -2, -2, 0 -andykey , -2, -2, -2, 0 -annazip , 0, -2, 0, 0 -antwatt , 0, 0, -3, 0 -appissn , -1, 0, 0, 0 -appoops , -1, 0, 0, 0 -apprick , -2, 0, 0, -1 -aptwatt , 0, 0, -3, 0 -archate , 0, 0, 0, -2 -archink , 0, -3, 0, 0 -arcunto , 0, -2, -2, 0 -arsenal , -2, 0, 0, 0 -arsenic , -2, 0, 0, 0 -arsenyl , -2, 0, 0, 0 -artwatt , 0, 0, -3, 0 -aspoops , -1, 0, 0, 0 -asprick , -2, 0, 0, -1 -assagai , -2, 0, 0, 0 -assalto , -2, 0, 0, 0 -assapan , -2, 0, 0, 0 -assault , -2, 0, 0, 0 -asshead , -2, 0, 0, 0 -asslike , -2, 0, 0, 0 -assobre , -2, 0, 0, 0 -assonia , -2, 0, 0, 0 -assoria , -2, 0, 0, 0 -assuade , -2, 0, 0, 0 -assuage , -2, 0, 0, 0 -assumpt , -2, 0, 0, 0 -assurge , -2, 0, 0, 0 -assuror , -2, 0, 0, 0 -asswage , -2, 0, 0, 0 -assyria , -2, 0, 0, 0 -auglynn , 0, 0, 0, -2 -auspunk , 0, 0, -3, 0 -babcock , -2, 0, -2, 0 -babiche , 0, -2, -2, 0 -balanus , -2, 0, 0, 0 -ballsad , 0, 0, -1, 0 -ballsam , 0, 0, -1, 0 -ballsan , 0, 0, -1, 0 -ballsao , 0, 0, -1, 0 -ballsap , 0, 0, -1, 0 -ballsas , 0, 0, -1, 0 -ballsat , 0, 0, -1, 0 -ballsaw , 0, 0, -1, 0 -ballsay , 0, 0, -1, 0 -ballsci , 0, 0, -1, 0 -ballsea , 0, 0, -1, 0 -ballsec , 0, 0, -1, 0 -ballsee , 0, 0, -1, 0 -ballsen , 0, 0, -1, 0 -ballseo , 0, 0, -1, 0 -ballsep , 0, 0, -1, 0 -ballseq , 0, 0, -1, 0 -ballser , 0, 0, -1, 0 -ballset , 0, 0, -1, 0 -ballshe , 0, 0, -1, 0 -ballsic , 0, 0, -1, 0 -ballsie , 0, 0, -1, 0 -ballsig , 0, 0, -1, 0 -ballsim , 0, 0, -1, 0 -ballsin , 0, 0, -1, 0 -ballsip , 0, 0, -1, 0 -ballsir , 0, 0, -1, 0 -ballsit , 0, 0, -1, 0 -ballsix , 0, 0, -1, 0 -ballski , 0, 0, -1, 0 -ballsku , 0, 0, -1, 0 -ballsky , 0, 0, -1, 0 -ballsms , 0, 0, -1, 0 -ballsoa , 0, 0, -1, 0 -ballsoc , 0, 0, -1, 0 -ballsol , 0, 0, -1, 0 -ballson , 0, 0, -1, 0 -ballsox , 0, 0, -1, 0 -ballspa , 0, 0, -1, 0 -ballspy , 0, 0, -1, 0 -ballsql , 0, 0, -1, 0 -ballsrc , 0, 0, -1, 0 -ballsri , 0, 0, -1, 0 -ballssl , 0, 0, -1, 0 -ballstd , 0, 0, -1, 0 -ballste , 0, 0, -1, 0 -ballstr , 0, 0, -1, 0 -ballsub , 0, 0, -1, 0 -ballsue , 0, 0, -1, 0 -ballsum , 0, 0, -1, 0 -ballsun , 0, 0, -1, 0 -ballsur , 0, 0, -1, 0 -basemen , 0, 0, -3, 0 -bastard , 2, 3, 0, 0 -bathate , 0, 0, 0, -2 -batwatt , 0, 0, -3, 0 -bawcock , -2, 0, -2, 0 -bbcunto , 0, -2, -2, 0 -bbspunk , 0, 0, -3, 0 -beanala , -2, 0, -2, 0 -beanali , -2, 0, -2, 0 -beanall , -2, 0, -2, 0 -beanalt , -2, 0, -2, 0 -beanusa , -2, 0, 0, 0 -beanusb , -2, 0, 0, 0 -beanusc , -2, 0, 0, 0 -beanusd , -2, 0, 0, 0 -beanuse , -2, 0, 0, 0 -beanusr , -2, 0, 0, 0 -bethate , 0, 0, 0, -2 -betwatt , 0, 0, -3, 0 -bewhore , 0, -3, -3, 0 -bibcock , -2, 0, -2, 0 -bichord , 0, -2, -2, 0 -bidcock , -2, 0, -2, 0 -bilcock , -2, 0, -2, 0 -bitchad , 0, -2, -2, 0 -bitchan , 0, -2, -2, 0 -bitchat , 0, -2, -2, 0 -bitched , 0, -2, -2, 0 -bitchef , 0, -2, -2, 0 -bitchem , 0, -2, -2, 0 -bitchen , 0, -2, -2, 0 -bitchip , 0, -2, -2, 0 -bitschi , 0, -2, -2, 0 -bitscho , 0, -2, -2, 0 -bladego , 0, -3, 0, 0 -blahate , 0, 0, 0, -2 -blowjob , 0, 0, 3, 0 -bocunto , 0, -2, -2, 0 -bodegon , 0, -3, 0, 0 -bodyken , -2, -2, -2, 0 -bodykey , -2, -2, -2, 0 -bollock , 2, 0, 2, 0 -bonerca , 0, 0, -3, 0 -bonerec , 0, 0, -3, 0 -bonered , 0, 0, -3, 0 -boneref , 0, 0, -3, 0 -bonereg , 0, 0, -3, 0 -bonerep , 0, 0, -3, 0 -boneres , 0, 0, -3, 0 -bonerev , 0, 0, -3, 0 -bonerfc , 0, 0, -3, 0 -boneric , 0, 0, -3, 0 -bonerid , 0, 0, -3, 0 -bonerik , 0, 0, -3, 0 -bonerim , 0, 0, -3, 0 -bonerio , 0, 0, -3, 0 -bonerip , 0, 0, -3, 0 -bonerna , 0, 0, -3, 0 -bonerob , 0, 0, -3, 0 -bonerod , 0, 0, -3, 0 -bonerom , 0, 0, -3, 0 -boneron , 0, 0, -3, 0 -bonerow , 0, 0, -3, 0 -boneroy , 0, 0, -3, 0 -bonerrp , 0, 0, -3, 0 -bonerss , 0, 0, -3, 0 -bonerug , 0, 0, -3, 0 -bonerun , 0, 0, -3, 0 -boobery , 0, 0, -3, 0 -boobily , 0, 0, -3, 0 -boobish , 0, 0, -3, 0 -bothate , 0, 0, 0, -2 -braccae , 0, 0, -1, 0 -braccia , 0, 0, -1, 0 -braccio , 0, 0, -1, 0 -bracing , 0, 0, -1, 0 -braking , 0, 0, -1, 0 -braless , 0, 0, -1, 0 -brasero , 0, 0, -1, 0 -brasier , 0, 0, -1, 0 -brasque , 0, 0, -1, 0 -bravura , 0, 0, -1, 0 -bravure , 0, 0, -1, 0 -braxies , 0, 0, -1, 0 -brazier , 0, 0, -1, 0 -brazing , 0, 0, -1, 0 -bufrick , -1, 0, 0, 0 -buggery , -2, 0, 0, 0 -buglynn , 0, 0, 0, -2 -bushate , 0, 0, 0, -2 -buspunk , 0, 0, -3, 0 -butanal , -2, 0, -2, 0 -buttail , -1, 0, 0, 0 -buttake , -1, 0, 0, 0 -buttask , -1, 0, 0, 0 -butthai , -1, 0, 0, 0 -butthan , -1, 0, 0, 0 -butthat , -1, 0, 0, 0 -butthin , -1, 0, 0, 0 -butthis , -1, 0, 0, 0 -butthou , -1, 0, 0, 0 -butthru , -1, 0, 0, 0 -buttide , -1, 0, 0, 0 -buttion , -1, 0, 0, 0 -buttire , -1, 0, 0, 0 -buttrap , -1, 0, 0, 0 -buttray , -1, 0, 0, 0 -buttree , -1, 0, 0, 0 -buttrek , -1, 0, 0, 0 -buttreo , -1, 0, 0, 0 -buttroy , -1, 0, 0, 0 -buttrue , -1, 0, 0, 0 -buttune , -1, 0, 0, 0 -butturn , -1, 0, 0, 0 -buttwin , -1, 0, 0, 0 -butwatt , 0, 0, -3, 0 -canusgs , -2, 0, 0, 0 -canusps , -2, 0, 0, 0 -capissn , -1, 0, 0, 0 -caprick , -2, 0, 0, -1 -carcoon , 0, -5, 0, 0 -casemen , 0, 0, -3, 0 -catwatt , 0, 0, -3, 0 -cbspunk , 0, 0, -3, 0 -cdspunk , 0, 0, -3, 0 -cdtwatt , 0, 0, -3, 0 -cetwatt , 0, 0, -3, 0 -chanala , -2, 0, -2, 0 -chanali , -2, 0, -2, 0 -chanall , -2, 0, -2, 0 -chanalt , -2, 0, -2, 0 -chanusa , -2, 0, 0, 0 -chanusb , -2, 0, 0, 0 -chanusc , -2, 0, 0, 0 -chanusd , -2, 0, 0, 0 -chanuse , -2, 0, 0, 0 -chanusr , -2, 0, 0, 0 -charsea , -2, 0, 0, 0 -charsec , -2, 0, 0, 0 -charsee , -2, 0, 0, 0 -charsen , -2, 0, 0, 0 -charseo , -2, 0, 0, 0 -charsep , -2, 0, 0, 0 -charseq , -2, 0, 0, 0 -charser , -2, 0, 0, 0 -charset , -2, 0, 0, 0 -chateus , 0, 0, 0, -2 -chinked , 0, -3, 0, 0 -chinker , 0, -3, 0, 0 -chinkle , 0, -3, 0, 0 -choarab , 0, -3, -2, 0 -chomold , 0, -2, -1, 0 -chomood , 0, -2, -1, 0 -chomoon , 0, -2, -1, 0 -chomore , 0, -2, -1, 0 -chomoss , 0, -2, -1, 0 -chomost , 0, -2, -1, 0 -chomove , 0, -2, -1, 0 -clition , 0, 0, -3, 0 -clitter , 0, 0, -3, 0 -cmspunk , 0, 0, -3, 0 -cockade , -2, 0, -2, 0 -cockard , -2, 0, -2, 0 -cockeye , -2, 0, -2, 0 -cockily , -2, 0, -2, 0 -cocking , -2, 0, -2, 0 -cockish , -2, 0, -2, 0 -cockney , -2, 0, -2, 0 -cockpit , -2, 0, -2, 0 -cockshy , -2, 0, -2, 0 -coldong , 0, 0, -2, 0 -commies , 0, -2, 0, 0 -condome , 0, 0, -2, 0 -condomy , 0, 0, -2, 0 -cooncan , 0, -5, 0, 0 -coonier , 0, -5, 0, 0 -coonily , 0, -5, 0, 0 -coontah , 0, -5, 0, 0 -coontie , 0, -5, 0, 0 -copissn , -1, 0, 0, 0 -copoops , -1, 0, 0, 0 -coprick , -2, 0, 0, -1 -cospunk , 0, 0, -3, 0 -cowardy , 0, 0, 0, -1 -cpusync , 0, -2, -2, 0 -cracker , 0, 2, 0, 0 -crapaud , -1, 0, 0, 0 -craping , -1, 0, 0, 0 -crapped , -1, 0, 0, 0 -crappin , -1, 0, 0, 0 -crapple , -1, 0, 0, 0 -crapula , -1, 0, 0, 0 -crudego , 0, -3, 0, 0 -csspunk , 0, 0, -3, 0 -cstwatt , 0, 0, -3, 0 -cubiche , 0, -2, -2, 0 -cumacea , 0, 0, -3, 0 -cumaean , 0, 0, -3, 0 -cumbent , 0, 0, -3, 0 -cumenyl , 0, 0, -3, 0 -cumidin , 0, 0, -3, 0 -cummock , 0, 0, -3, 0 -cumquat , 0, 0, -3, 0 -cumular , 0, 0, -3, 0 -cumulet , 0, 0, -3, 0 -cumulus , 0, 0, -3, 0 -cupissn , -1, 0, 0, 0 -cupoops , -1, 0, 0, 0 -cuprick , -2, 0, 0, -1 -cutwatt , 0, 0, -3, 0 -cvspunk , 0, 0, -3, 0 -damnail , -1, 0, 0, 0 -damnano , -1, 0, 0, 0 -damnasa , -1, 0, 0, 0 -damncaa , -1, 0, 0, 0 -damnear , -1, 0, 0, 0 -damneed , -1, 0, 0, 0 -damneil , -1, 0, 0, 0 -damnest , -1, 0, 0, 0 -damnext , -1, 0, 0, 0 -damnice , -1, 0, 0, 0 -damnick , -1, 0, 0, 0 -damnify , -1, 0, 0, 0 -damnike , -1, 0, 0, 0 -damnine , -1, 0, 0, 0 -damning , -1, 0, 0, 0 -damnode , -1, 0, 0, 0 -damnoon , -1, 0, 0, 0 -damnosa , -1, 0, 0, 0 -damnose , -1, 0, 0, 0 -damnous , -1, 0, 0, 0 -damntsc , -1, 0, 0, 0 -damnuke , -1, 0, 0, 0 -damnull , -1, 0, 0, 0 -danalex , -2, 0, -2, 0 -danalso , -2, 0, -2, 0 -danusgs , -2, 0, 0, 0 -danusps , -2, 0, 0, 0 -datwatt , 0, 0, -3, 0 -dawcock , -2, 0, -2, 0 -daygoal , 0, -3, 0, 0 -daygoat , 0, -3, 0, 0 -daygold , 0, -3, 0, 0 -daygolf , 0, -3, 0, 0 -daygone , 0, -3, 0, 0 -daygood , 0, -3, 0, 0 -daygore , 0, -3, 0, 0 -deanala , -2, 0, -2, 0 -deanali , -2, 0, -2, 0 -deanall , -2, 0, -2, 0 -deanalt , -2, 0, -2, 0 -deanusa , -2, 0, 0, 0 -deanusb , -2, 0, 0, 0 -deanusc , -2, 0, 0, 0 -deanusd , -2, 0, 0, 0 -deanuse , -2, 0, 0, 0 -deanusr , -2, 0, 0, 0 -deboner , 0, 0, -3, 0 -debtchi , 0, -2, -2, 0 -debtcho , 0, -2, -2, 0 -decunto , 0, -2, -2, 0 -defrick , -1, 0, 0, 0 -degomme , 0, -3, 0, 0 -degorge , 0, -3, 0, 0 -demoron , 0, 0, 0, -2 -despunk , 0, 0, -3, 0 -dhanush , -2, 0, 0, 0 -dickens , -2, 0, -2, 0 -dickite , -2, 0, -2, 0 -dipissn , -1, 0, 0, 0 -dipoops , -1, 0, 0, 0 -diprick , -2, 0, 0, -1 -disclit , 0, 0, -3, 0 -dishate , 0, 0, 0, -2 -dispunk , 0, 0, -3, 0 -dnazinc , 0, -2, 0, 0 -dnspunk , 0, 0, -3, 0 -docunto , 0, -2, -2, 0 -dongear , 0, 0, -2, 0 -dongeek , 0, 0, -2, 0 -donging , 0, 0, -2, 0 -dongirl , 0, 0, -2, 0 -dongive , 0, 0, -2, 0 -donglad , 0, 0, -2, 0 -donglen , 0, 0, -2, 0 -donglow , 0, 0, -2, 0 -dongmbh , 0, 0, -2, 0 -dongrab , 0, 0, -2, 0 -dongrad , 0, 0, -2, 0 -dongras , 0, 0, -2, 0 -dongray , 0, 0, -2, 0 -dongreg , 0, 0, -2, 0 -dongrew , 0, 0, -2, 0 -dongrey , 0, 0, -2, 0 -dongrid , 0, 0, -2, 0 -dongrip , 0, 0, -2, 0 -dongrow , 0, 0, -2, 0 -donguam , 0, 0, -2, 0 -dongulf , 0, 0, -2, 0 -donguru , 0, 0, -2, 0 -dongzip , 0, 0, -2, 0 -dosemen , 0, 0, -3, 0 -dospunk , 0, 0, -3, 0 -dotwatt , 0, 0, -3, 0 -dscunto , 0, -2, -2, 0 -dtspunk , 0, 0, -3, 0 -dumbass , 2, 0, 0, 2 -dumbcow , 0, 0, 0, -1 -dumbest , 0, 0, 0, -1 -dumbing , 0, 0, 0, -1 -eachink , 0, -3, 0, 0 -earmuff , 0, 0, -3, 0 -earseds , -2, 0, 0, 0 -earsedt , -2, 0, 0, 0 -earsega , -2, 0, 0, 0 -earsegg , -2, 0, 0, 0 -earself , -2, 0, 0, 0 -earsell , -2, 0, 0, 0 -earsemi , -2, 0, 0, 0 -earsest , -2, 0, 0, 0 -earseur , -2, 0, 0, 0 -earseva , -2, 0, 0, 0 -earseve , -2, 0, 0, 0 -earsexp , -2, 0, 0, 0 -earsext , -2, 0, 0, 0 -earseye , -2, 0, 0, 0 -easemen , 0, 0, -3, 0 -eatwatt , 0, 0, -3, 0 -echelle , -1, 0, 0, 0 -ecoonce , 0, -5, 0, 0 -ecoonly , 0, -5, 0, 0 -ecoonto , 0, -5, 0, 0 -ecoward , 0, 0, 0, -1 -edspunk , 0, 0, -3, 0 -edtwatt , 0, 0, -3, 0 -elsemen , 0, 0, -3, 0 -entwatt , 0, 0, -3, 0 -eospunk , 0, 0, -3, 0 -erapeak , 0, 0, -3, 0 -erapeas , 0, 0, -3, 0 -ericlit , 0, 0, -3, 0 -ericrap , -1, 0, 0, 0 -erpissn , -1, 0, 0, 0 -erpoops , -1, 0, 0, 0 -erprick , -2, 0, 0, -1 -estwatt , 0, 0, -3, 0 -etcunto , 0, -2, -2, 0 -ethanal , -2, 0, -2, 0 -execlit , 0, 0, -3, 0 -execrap , -1, 0, 0, 0 -expissn , -1, 0, 0, 0 -expoops , -1, 0, 0, 0 -expoopt , -1, 0, 0, 0 -exporna , 0, 0, -3, 0 -exprick , -2, 0, 0, -1 -extwatt , 0, 0, -3, 0 -fanusgs , -2, 0, 0, 0 -fanusps , -2, 0, 0, 0 -fascist , 0, 2, 0, 0 -fashist , 0, 2, 0, 0 -fattype , 0, -2, 0, -2 -fatwatt , 0, 0, -3, 0 -fbichad , 0, -2, -2, 0 -fbichan , 0, -2, -2, 0 -fbichar , 0, -2, -2, 0 -fbichat , 0, -2, -2, 0 -fbichef , 0, -2, -2, 0 -fbichem , 0, -2, -2, 0 -fbichen , 0, -2, -2, 0 -fccunto , 0, -2, -2, 0 -feckful , -2, 0, -2, 0 -felatio , 0, 0, 3, 0 -fishate , 0, 0, 0, -2 -flanged , 0, 0, -3, 0 -flanger , 0, 0, -3, 0 -flocoon , 0, -5, 0, 0 -freaked , 0, 0, 0, -2 -frickle , -1, 0, 0, 0 -frigage , -1, 0, -2, 0 -frigain , -1, 0, -2, 0 -frigale , -1, 0, -2, 0 -frigame , -1, 0, -2, 0 -frigang , -1, 0, -2, 0 -frigary , -1, 0, -2, 0 -frigate , -1, 0, -2, 0 -frigave , -1, 0, -2, 0 -frigays , -1, 0, -2, 0 -frigear , -1, 0, -2, 0 -frigeek , -1, 0, -2, 0 -frigirl , -1, 0, -2, 0 -frigive , -1, 0, -2, 0 -friglad , -1, 0, -2, 0 -friglen , -1, 0, -2, 0 -friglow , -1, 0, -2, 0 -frigmbh , -1, 0, -2, 0 -frigrab , -1, 0, -2, 0 -frigrad , -1, 0, -2, 0 -frigras , -1, 0, -2, 0 -frigray , -1, 0, -2, 0 -frigreg , -1, 0, -2, 0 -frigrew , -1, 0, -2, 0 -frigrey , -1, 0, -2, 0 -frigrid , -1, 0, -2, 0 -frigrip , -1, 0, -2, 0 -frigrow , -1, 0, -2, 0 -friguam , -1, 0, -2, 0 -frigulf , -1, 0, -2, 0 -friguru , -1, 0, -2, 0 -frigzip , -1, 0, -2, 0 -ftpissn , -1, 0, 0, 0 -ftpoops , -1, 0, 0, 0 -ftprick , -2, 0, 0, -1 -galabia , 0, 0, -3, 0 -gapissn , -1, 0, 0, 0 -gaprick , -2, 0, 0, -1 -gbpissn , -1, 0, 0, 0 -gbpoops , -1, 0, 0, 0 -gbprick , -2, 0, 0, -1 -gccunto , 0, -2, -2, 0 -gdpissn , -1, 0, 0, 0 -gdpoops , -1, 0, 0, 0 -gdprick , -2, 0, 0, -1 -genital , 0, 0, 2, 0 -getlost , 0, 0, 0, 2 -getwatt , 0, 0, -3, 0 -gifrick , -1, 0, 0, 0 -gispunk , 0, 0, -3, 0 -gmbhate , 0, 0, 0, -2 -gmcunto , 0, -2, -2, 0 -gmtwatt , 0, 0, -3, 0 -gnudead , 0, 0, -3, 0 -gnudeaf , 0, 0, -3, 0 -gnudeal , 0, 0, -3, 0 -gnudean , 0, 0, -3, 0 -gnudear , 0, 0, -3, 0 -gnudebt , 0, 0, -3, 0 -gnudept , 0, 0, -3, 0 -goddamn , -1, 0, 0, 0 -gorcock , -2, 0, -2, 0 -gotwatt , 0, 0, -3, 0 -gpspunk , 0, 0, -3, 0 -gradego , 0, -3, 0, 0 -gstwatt , 0, 0, -3, 0 -haloser , 0, 0, 0, -2 -handjob , 0, 0, 3, 0 -hateach , 0, 0, 0, -2 -hatease , 0, 0, 0, -2 -hateast , 0, 0, 0, -2 -hateasy , 0, 0, 0, -2 -hatebay , 0, 0, 0, -2 -hatecho , 0, 0, 0, -2 -hateful , 0, 0, 0, -2 -hatemma , 0, 0, 0, -2 -hatepic , 0, 0, 0, -2 -hatespn , 0, 0, 0, -2 -hatevil , 0, 0, 0, -2 -hatexam , 0, 0, 0, -2 -hatexec , 0, 0, 0, -2 -hatexit , 0, 0, 0, -2 -hatwatt , 0, 0, -3, 0 -haycock , -2, 0, -2, 0 -hellbox , -1, 0, 0, 0 -helldog , -1, 0, 0, 0 -hellelt , -1, 0, 0, 0 -hellhag , -1, 0, 0, 0 -hellier , -1, 0, 0, 0 -helling , -1, 0, 0, 0 -hellion , -1, 0, 0, 0 -hellish , -1, 0, 0, 0 -hellman , -1, 0, 0, 0 -helluva , -1, 0, 0, 0 -hesheep , 0, 0, -2, 0 -hesheer , 0, 0, -2, 0 -hesheet , 0, 0, -2, 0 -heshelf , 0, 0, -2, 0 -heshell , 0, 0, -2, 0 -hexanal , -2, 0, -2, 0 -highate , 0, 0, 0, -2 -hipissn , -1, 0, 0, 0 -hipoops , -1, 0, 0, 0 -hiprick , -2, 0, 0, -1 -hispunk , 0, 0, -3, 0 -hoarier , 0, -3, -2, 0 -hoarily , 0, -3, -2, 0 -hoarish , 0, -3, -2, 0 -hoecake , 0, -2, -1, 0 -hoelike , 0, -2, -1, 0 -hoeshin , 0, -2, -1, 0 -homodox , 0, -2, -1, 0 -homoean , 0, -2, -1, 0 -homogen , 0, -2, -1, 0 -homolog , 0, -2, -1, 0 -homonid , 0, -2, -1, 0 -homonym , 0, -2, -1, 0 -honkies , 0, -2, 0, 0 -hookera , 0, 0, -3, 0 -hookerp , 0, 0, -3, 0 -hopissn , -1, 0, 0, 0 -hopoops , -1, 0, 0, 0 -hoprick , -2, 0, 0, -1 -hornyea , 0, 0, -3, 0 -hornyen , 0, 0, -3, 0 -hornyes , 0, 0, -3, 0 -hornyet , 0, 0, -3, 0 -hornyou , 0, 0, -3, 0 -hornyrs , 0, 0, -3, 0 -hosemen , 0, 0, -3, 0 -hotwatt , 0, 0, -3, 0 -hrspunk , 0, 0, -3, 0 -hughate , 0, 0, 0, -2 -ianalex , -2, 0, -2, 0 -ianalso , -2, 0, -2, 0 -icondom , 0, 0, -2, 0 -ictwatt , 0, 0, -3, 0 -idiotcy , 0, 0, 0, -1 -idiotic , 0, 0, 0, -1 -idiotry , 0, 0, 0, -1 -idspunk , 0, 0, -3, 0 -igarape , 0, 0, -3, 0 -inchate , 0, 0, 0, -2 -inchink , 0, -3, 0, 0 -incunto , 0, -2, -2, 0 -infrick , -1, 0, 0, 0 -inspunk , 0, 0, -3, 0 -intwatt , 0, 0, -3, 0 -ipspunk , 0, 0, -3, 0 -irapeak , 0, 0, -3, 0 -irapeas , 0, 0, -3, 0 -ircunto , 0, -2, -2, 0 -irspunk , 0, 0, -3, 0 -ispoops , -1, 0, 0, 0 -isprick , -2, 0, 0, -1 -istwatt , 0, 0, -3, 0 -itspunk , 0, 0, -3, 0 -itwatch , 0, 0, -3, 0 -itwater , 0, 0, -3, 0 -jackass , 1, 0, 0, 1 -janalex , -2, 0, -2, 0 -janalso , -2, 0, -2, 0 -jarsega , -2, 0, 0, 0 -jarself , -2, 0, 0, 0 -jarsell , -2, 0, 0, 0 -jarsemi , -2, 0, 0, 0 -jeanala , -2, 0, -2, 0 -jeanali , -2, 0, -2, 0 -jeanall , -2, 0, -2, 0 -jeanalt , -2, 0, -2, 0 -jeanusa , -2, 0, 0, 0 -jeanusb , -2, 0, 0, 0 -jeanusc , -2, 0, 0, 0 -jeanusd , -2, 0, 0, 0 -jeanuse , -2, 0, 0, 0 -jeanusr , -2, 0, 0, 0 -jedcock , -2, 0, -2, 0 -jeffing , -2, 0, -2, 0 -jerkier , 0, 0, 0, -1 -jerkies , 0, 0, 0, -1 -jerkily , 0, 0, 0, -1 -jerkish , 0, 0, 0, -1 -jetwatt , 0, 0, -3, 0 -jigaboo , 0, 3, 0, 0 -joanala , -2, 0, -2, 0 -joanali , -2, 0, -2, 0 -joanall , -2, 0, -2, 0 -joanalt , -2, 0, -2, 0 -joanusa , -2, 0, 0, 0 -joanusb , -2, 0, 0, 0 -joanusc , -2, 0, 0, 0 -joanusd , -2, 0, 0, 0 -joanuse , -2, 0, 0, 0 -joanusr , -2, 0, 0, 0 -josemen , 0, 0, -3, 0 -joshate , 0, 0, 0, -2 -juanala , -2, 0, -2, 0 -juanali , -2, 0, -2, 0 -juanall , -2, 0, -2, 0 -juanalt , -2, 0, -2, 0 -juanusa , -2, 0, 0, 0 -juanusb , -2, 0, 0, 0 -juanusc , -2, 0, 0, 0 -juanusd , -2, 0, 0, 0 -juanuse , -2, 0, 0, 0 -juanusr , -2, 0, 0, 0 -judcock , -2, 0, -2, 0 -judyken , -2, -2, -2, 0 -judykey , -2, -2, -2, 0 -jvcunto , 0, -2, -2, 0 -khellin , -1, 0, 0, 0 -labiate , 0, 0, -3, 0 -ladyken , -2, -2, -2, 0 -ladykey , -2, -2, -2, 0 -lanalex , -2, 0, -2, 0 -lanalso , -2, 0, -2, 0 -lanusgs , -2, 0, 0, 0 -lanusps , -2, 0, 0, 0 -laocoon , 0, -5, 0, 0 -lapcock , -2, 0, -2, 0 -lapissn , -1, 0, 0, 0 -laprick , -2, 0, 0, -1 -latwatt , 0, 0, -3, 0 -lbspunk , 0, 0, -3, 0 -leanala , -2, 0, -2, 0 -leanali , -2, 0, -2, 0 -leanall , -2, 0, -2, 0 -leanalt , -2, 0, -2, 0 -leanusa , -2, 0, 0, 0 -leanusb , -2, 0, 0, 0 -leanusc , -2, 0, 0, 0 -leanusd , -2, 0, 0, 0 -leanuse , -2, 0, 0, 0 -leanusr , -2, 0, 0, 0 -lespunk , 0, 0, -3, 0 -letwatt , 0, 0, -3, 0 -lipissn , -1, 0, 0, 0 -lipoops , -1, 0, 0, 0 -liprick , -2, 0, 0, -1 -lithate , 0, 0, 0, -2 -llcunto , 0, -2, -2, 0 -llpissn , -1, 0, 0, 0 -llpoops , -1, 0, 0, 0 -llprick , -2, 0, 0, -1 -loanala , -2, 0, -2, 0 -loanali , -2, 0, -2, 0 -loanall , -2, 0, -2, 0 -loanalt , -2, 0, -2, 0 -loanusa , -2, 0, 0, 0 -loanusb , -2, 0, 0, 0 -loanusc , -2, 0, 0, 0 -loanusd , -2, 0, 0, 0 -loanuse , -2, 0, 0, 0 -loanusr , -2, 0, 0, 0 -lobcock , -2, 0, -2, 0 -locunto , 0, -2, -2, 0 -logcock , -2, 0, -2, 0 -losemen , 0, 0, -3, 0 -loserca , 0, 0, 0, -2 -loserec , 0, 0, 0, -2 -losered , 0, 0, 0, -2 -loseref , 0, 0, 0, -2 -losereg , 0, 0, 0, -2 -loserep , 0, 0, 0, -2 -loseres , 0, 0, 0, -2 -loserev , 0, 0, 0, -2 -loserfc , 0, 0, 0, -2 -loseric , 0, 0, 0, -2 -loserid , 0, 0, 0, -2 -loserik , 0, 0, 0, -2 -loserim , 0, 0, 0, -2 -loserio , 0, 0, 0, -2 -loserip , 0, 0, 0, -2 -loserna , 0, 0, 0, -2 -loserob , 0, 0, 0, -2 -loserod , 0, 0, 0, -2 -loserom , 0, 0, 0, -2 -loseron , 0, 0, 0, -2 -loserow , 0, 0, 0, -2 -loseroy , 0, 0, 0, -2 -loserrp , 0, 0, 0, -2 -loserss , 0, 0, 0, -2 -loserug , 0, 0, 0, -2 -loserun , 0, 0, 0, -2 -lospunk , 0, 0, -3, 0 -lotwatt , 0, 0, -3, 0 -lucanus , -2, 0, 0, 0 -macunto , 0, -2, -2, 0 -mapissn , -1, 0, 0, 0 -maprick , -2, 0, 0, -1 -mathate , 0, 0, 0, -2 -matwatt , 0, 0, -3, 0 -maycock , -2, 0, -2, 0 -meacock , -2, 0, -2, 0 -meanala , -2, 0, -2, 0 -meanali , -2, 0, -2, 0 -meanall , -2, 0, -2, 0 -meanalt , -2, 0, -2, 0 -meanusa , -2, 0, 0, 0 -meanusb , -2, 0, 0, 0 -meanusc , -2, 0, 0, 0 -meanusd , -2, 0, 0, 0 -meanuse , -2, 0, 0, 0 -meanusr , -2, 0, 0, 0 -megaaye , 0, -2, 0, 0 -memoron , 0, 0, 0, -2 -menudec , 0, 0, -3, 0 -menudee , 0, 0, -3, 0 -menudef , 0, 0, -3, 0 -menudel , 0, 0, -3, 0 -menudem , 0, 0, -3, 0 -menuden , 0, 0, -3, 0 -menuder , 0, 0, -3, 0 -menudes , 0, 0, -3, 0 -menudev , 0, 0, -3, 0 -meshate , 0, 0, 0, -2 -metwatt , 0, 0, -3, 0 -micunto , 0, -2, -2, 0 -minigsm , -2, -3, 0, 0 -minigst , -2, -3, 0, 0 -misclit , 0, 0, -3, 0 -mlspunk , 0, 0, -3, 0 -mondego , 0, -3, 0, 0 -moroncy , 0, 0, 0, -2 -moronic , 0, 0, 0, -2 -moronry , 0, 0, 0, -2 -mrspunk , 0, 0, -3, 0 -muchate , 0, 0, 0, -2 -muchink , 0, -3, 0, 0 -muffish , 0, 0, -3, 0 -mufflin , 0, 0, -3, 0 -muglynn , 0, 0, 0, -2 -mythate , 0, 0, 0, -2 -nakeder , 0, 0, -2, 0 -nakedly , 0, 0, -2, 0 -natwatt , 0, 0, -3, 0 -naziism , 0, -2, 0, 0 -nbcunto , 0, -2, -2, 0 -necunto , 0, -2, -2, 0 -netwatt , 0, 0, -3, 0 -nhspunk , 0, 0, -3, 0 -niddick , -2, 0, -2, 0 -nigeria , -2, -3, 0, 0 -niggard , -4, -6, 0, 0 -nigging , -2, -3, 0, 0 -nigglet , 0, 3, 0, 0 -nigrify , -5, -8, 0, 0 -nigrine , -5, -8, 0, 0 -nigrous , -5, -8, 0, 0 -noncock , -2, 0, -2, 0 -nosemen , 0, 0, -3, 0 -notwatt , 0, 0, -3, 0 -ntsclit , 0, 0, -3, 0 -nutwatt , 0, 0, -3, 0 -nycunto , 0, -2, -2, 0 -oarcock , -2, 0, -2, 0 -oceanus , -2, 0, 0, 0 -oclclit , 0, 0, -3, 0 -oclcrap , -1, 0, 0, 0 -octwatt , 0, 0, -3, 0 -offrick , -1, 0, 0, 0 -onspunk , 0, 0, -3, 0 -openist , -1, 0, -3, 0 -optwatt , 0, 0, -3, 0 -organal , -2, 0, -2, 0 -oroanal , -2, 0, -2, 0 -outwatt , 0, 0, -3, 0 -pacunto , 0, -2, -2, 0 -panalex , -2, 0, -2, 0 -panalso , -2, 0, -2, 0 -parapee , 0, 0, -3, 0 -parapen , 0, 0, -3, 0 -parapet , 0, 0, -3, 0 -pathate , 0, 0, 0, -2 -patwatt , 0, 0, -3, 0 -pcspunk , 0, 0, -3, 0 -pctwatt , 0, 0, -3, 0 -pdfrick , -1, 0, 0, 0 -pdtwatt , 0, 0, -3, 0 -peacock , -2, 0, -2, 0 -peepeer , -2, 0, -2, 0 -penisbn , -1, 0, -3, 0 -penisle , -1, 0, -3, 0 -penissn , -1, 0, -3, 0 -penusgs , -1, 0, -3, 0 -penusps , -1, 0, -3, 0 -petcock , -2, 0, -2, 0 -petwatt , 0, 0, -3, 0 -pgpissn , -1, 0, 0, 0 -pgpoops , -1, 0, 0, 0 -pgprick , -2, 0, 0, -1 -phellem , -1, 0, 0, 0 -phellum , -1, 0, 0, 0 -phpissn , -1, 0, 0, 0 -phpoops , -1, 0, 0, 0 -phprick , -2, 0, 0, -1 -picunto , 0, -2, -2, 0 -pissant , -1, 0, 0, 0 -pissing , -1, 0, 0, 0 -pissoir , -1, 0, 0, 0 -plcunto , 0, -2, -2, 0 -pmcunto , 0, -2, -2, 0 -poloser , 0, 0, 0, -2 -popissn , -1, 0, 0, 0 -popoops , -1, 0, 0, 0 -poprick , -2, 0, 0, -1 -pornail , 0, 0, -3, 0 -pornano , 0, 0, -3, 0 -pornasa , 0, 0, -3, 0 -porncaa , 0, 0, -3, 0 -pornear , 0, 0, -3, 0 -porneed , 0, 0, -3, 0 -porneil , 0, 0, -3, 0 -pornest , 0, 0, -3, 0 -pornext , 0, 0, -3, 0 -pornice , 0, 0, -3, 0 -pornick , 0, 0, -3, 0 -pornike , 0, 0, -3, 0 -pornine , 0, 0, -3, 0 -pornode , 0, 0, -3, 0 -pornoon , 0, 0, -3, 0 -porntsc , 0, 0, -3, 0 -pornuke , 0, 0, -3, 0 -pornull , 0, 0, -3, 0 -posemen , 0, 0, -3, 0 -pospunk , 0, 0, -3, 0 -potwatt , 0, 0, -3, 0 -ppcunto , 0, -2, -4, 0 -preanal , -2, 0, -2, 0 -predamn , -1, 0, 0, 0 -pricked , -2, 0, 0, -1 -pricker , -2, 0, 0, -1 -pricket , -2, 0, 0, -1 -prickle , -2, 0, 0, -1 -prickly , -2, 0, 0, -1 -proclit , 0, 0, -3, 0 -procrap , -1, 0, 0, 0 -pspoops , -1, 0, 0, 0 -psprick , -2, 0, 0, -1 -pstwatt , 0, 0, -3, 0 -ptspunk , 0, 0, -3, 0 -pubeach , 0, 0, -3, 0 -pubease , 0, 0, -3, 0 -pubeast , 0, 0, -3, 0 -pubeasy , 0, 0, -3, 0 -pubebay , 0, 0, -3, 0 -pubecho , 0, 0, -3, 0 -pubeden , 0, 0, -3, 0 -pubedge , 0, 0, -3, 0 -pubedit , 0, 0, -3, 0 -pubelse , 0, 0, -3, 0 -pubemma , 0, 0, -3, 0 -pubepic , 0, 0, -3, 0 -puberic , 0, 0, -3, 0 -puberik , 0, 0, -3, 0 -puberty , 0, 0, -3, 0 -pubespn , 0, 0, -3, 0 -pubevil , 0, 0, -3, 0 -pubexam , 0, 0, -3, 0 -pubexec , 0, 0, -3, 0 -pubexit , 0, 0, -3, 0 -puccoon , 0, -5, 0, 0 -pushate , 0, 0, 0, -2 -pussies , 0, 2, 2, 0 -putwatt , 0, 0, -3, 0 -pvcunto , 0, -2, -2, 0 -queered , 0, -3, 0, 0 -queerer , 0, -3, 0, 0 -queeric , 0, -3, 0, 0 -queerik , 0, -3, 0, 0 -queerly , 0, -3, 0, 0 -raccoon , 0, -5, 0, 0 -ranusgs , -2, 0, 0, 0 -ranusps , -2, 0, 0, 0 -rapeach , 0, 0, -3, 0 -rapease , 0, 0, -3, 0 -rapeast , 0, 0, -3, 0 -rapeasy , 0, 0, -3, 0 -rapebay , 0, 0, -3, 0 -rapecho , 0, 0, -3, 0 -rapeful , 0, 0, -3, 0 -rapelse , 0, 0, -3, 0 -rapemma , 0, 0, -3, 0 -rapeoil , 0, 0, -3, 0 -rapepic , 0, 0, -3, 0 -rapespn , 0, 0, -3, 0 -rapevil , 0, 0, -3, 0 -rapexam , 0, 0, -3, 0 -rapexec , 0, 0, -3, 0 -rapexit , 0, 0, -3, 0 -rapissn , -1, 0, 0, 0 -raprick , -2, 0, 0, -1 -ratwatt , 0, 0, -3, 0 -rechate , 0, 0, 0, -2 -recktum , 0, 0, 2, 0 -recunto , 0, -2, -2, 0 -reffing , -2, 0, -2, 0 -refrick , -1, 0, 0, 0 -repissn , -1, 0, 0, 0 -repoops , -1, 0, 0, 0 -reprick , -2, 0, 0, -1 -respunk , 0, 0, -3, 0 -rfcunto , 0, -2, -2, 0 -rhodego , 0, -3, 0, 0 -richate , 0, 0, 0, -2 -richink , 0, -3, 0, 0 -ricoone , 0, -5, 0, 0 -ricoons , 0, -5, 0, 0 -ripissn , -1, 0, 0, 0 -ripoops , -1, 0, 0, 0 -riprick , -2, 0, 0, -1 -risemen , 0, 0, -3, 0 -rnazinc , 0, -2, 0, 0 -rosemen , 0, 0, -3, 0 -rrpissn , -1, 0, 0, 0 -rrpoops , -1, 0, 0, 0 -rrprick , -2, 0, 0, -1 -rsspunk , 0, 0, -3, 0 -ruglynn , 0, 0, 0, -2 -rushate , 0, 0, 0, -2 -ruthate , 0, 0, 0, -2 -ryanala , -2, 0, -2, 0 -ryanali , -2, 0, -2, 0 -ryanall , -2, 0, -2, 0 -ryanalt , -2, 0, -2, 0 -ryanusa , -2, 0, 0, 0 -ryanusb , -2, 0, 0, 0 -ryanusc , -2, 0, 0, 0 -ryanusd , -2, 0, 0, 0 -ryanuse , -2, 0, 0, 0 -ryanusr , -2, 0, 0, 0 -saccoon , 0, -5, 0, 0 -sanalex , -2, 0, -2, 0 -sanalso , -2, 0, -2, 0 -sanusgs , -2, 0, 0, 0 -sanusps , -2, 0, 0, 0 -sapissn , -1, 0, 0, 0 -saprick , -2, 0, 0, -1 -satwatt , 0, 0, -3, 0 -scrotum , 0, 0, 3, 0 -scumber , 0, 0, 0, -2 -scumble , 0, 0, 0, -2 -scummed , 0, 0, -2, -2 -scummer , 0, 0, 0, -2 -seacock , -2, 0, -2, 0 -seanala , -2, 0, -2, 0 -seanali , -2, 0, -2, 0 -seanall , -2, 0, -2, 0 -seanalt , -2, 0, -2, 0 -seanusa , -2, 0, 0, 0 -seanusb , -2, 0, 0, 0 -seanusc , -2, 0, 0, 0 -seanusd , -2, 0, 0, 0 -seanuse , -2, 0, 0, 0 -seanusr , -2, 0, 0, 0 -secunto , 0, -2, -2, 0 -segaaye , 0, -2, 0, 0 -semence , 0, 0, -3, 0 -sepissn , -1, 0, 0, 0 -sepoops , -1, 0, 0, 0 -seprick , -2, 0, 0, -1 -setwatt , 0, 0, -3, 0 -shadego , 0, -3, 0, 0 -shagger , 0, 0, 3, 0 -shither , -2, 0, 0, 0 -sicunto , 0, -2, -2, 0 -siganus , -2, 0, 0, 0 -sipissn , -1, 0, 0, 0 -sipoops , -1, 0, 0, 0 -siprick , -2, 0, 0, -1 -sluther , 0, -2, -2, 0 -smspunk , 0, 0, -3, 0 -socunto , 0, -2, -2, 0 -solanal , -2, 0, -2, 0 -soloser , 0, 0, 0, -2 -speclit , 0, 0, -3, 0 -specrap , -1, 0, 0, 0 -spunkie , 0, 0, -3, 0 -srcunto , 0, -2, -2, 0 -subnude , 0, 0, -3, 0 -suchate , 0, 0, 0, -2 -suchink , 0, -3, 0, 0 -swigger , -2, -3, 0, 0 -synclit , 0, 0, -3, 0 -syncrap , -1, 0, 0, 0 -syspunk , 0, 0, -3, 0 -tanalex , -2, 0, -2, 0 -tanalso , -2, 0, -2, 0 -tanusgs , -2, 0, 0, 0 -tanusps , -2, 0, 0, 0 -tapissn , -1, 0, 0, 0 -taprick , -2, 0, 0, -1 -tcpissn , -1, 0, 0, 0 -tcpoops , -1, 0, 0, 0 -tcprick , -2, 0, 0, -1 -techate , 0, 0, 0, -2 -techink , 0, -3, 0, 0 -tetanal , -2, 0, -2, 0 -tetanus , -2, 0, 0, 0 -tftwatt , 0, 0, -3, 0 -tgpissn , -1, 0, 0, 0 -tgpoops , -1, 0, 0, 0 -tgprick , -2, 0, 0, -1 -thanala , -2, 0, -2, 0 -thanali , -2, 0, -2, 0 -thanall , -2, 0, -2, 0 -thanalt , -2, 0, -2, 0 -thanusa , -2, 0, 0, 0 -thanusb , -2, 0, 0, 0 -thanusc , -2, 0, 0, 0 -thanusd , -2, 0, 0, 0 -thanuse , -2, 0, 0, 0 -thanusr , -2, 0, 0, 0 -tipissn , -1, 0, 0, 0 -tipoops , -1, 0, 0, 0 -tiprick , -2, 0, 0, -1 -titfish , 0, 0, -3, 0 -tithing , 0, 0, -3, 0 -titlark , 0, 0, -3, 0 -titlike , 0, 0, -3, 0 -titling , 0, 0, -3, 0 -titlist , 0, 0, -3, 0 -titmice , 0, 0, -3, 0 -titoism , 0, 0, -3, 0 -titoist , 0, 0, -3, 0 -titrant , 0, 0, -3, 0 -titrate , 0, 0, -3, 0 -tittlin , 0, 0, -3, 0 -titular , 0, 0, -3, 0 -titulus , 0, 0, -3, 0 -titurel , 0, 0, -3, 0 -tmpissn , -1, 0, 0, 0 -tmpoops , -1, 0, 0, 0 -tmprick , -2, 0, 0, -1 -todaygo , 0, -3, 0, 0 -toddick , -2, 0, -2, 0 -tohello , -2, -2, 0, 0 -topissn , -1, 0, 0, 0 -topoops , -1, 0, 0, 0 -toprick , -2, 0, 0, -1 -totanus , -2, 0, 0, 0 -towcock , -2, 0, -2, 0 -tradego , 0, -3, 0, 0 -trapeze , 0, 0, -3, 0 -trimjob , 0, 0, -3, 0 -turdine , -1, 0, 0, 0 -turdoid , -1, 0, 0, 0 -tvspunk , 0, 0, -3, 0 -twattle , 0, 0, -3, 0 -twigger , -2, -3, 0, 0 -unazinc , 0, -2, 0, 0 -unfatty , 0, -2, 0, -2 -unhorny , 0, 0, -3, 0 -unigrab , -3, -5, 0, 0 -unigrad , -3, -5, 0, 0 -unigras , -3, -5, 0, 0 -unigray , -3, -5, 0, 0 -unigrid , -3, -5, 0, 0 -unigrip , -3, -5, 0, 0 -unigrow , -3, -5, 0, 0 -unnaked , 0, 0, -2, 0 -upcunto , 0, -2, -2, 0 -upprick , -2, 0, 0, -1 -upspunk , 0, 0, -3, 0 -uscunto , 0, -2, -2, 0 -utahate , 0, 0, 0, -2 -utcunto , 0, -2, -2, 0 -vanalex , -2, 0, -2, 0 -vanalso , -2, 0, -2, 0 -vandyke , -2, -2, -2, 0 -vanusgs , -2, 0, 0, 0 -vanusps , -2, 0, 0, 0 -varanus , -2, 0, 0, 0 -varsega , -2, 0, 0, 0 -varself , -2, 0, 0, 0 -varsell , -2, 0, 0, 0 -varsemi , -2, 0, 0, 0 -vatwatt , 0, 0, -3, 0 -verdego , 0, -3, 0, 0 -vhspunk , 0, 0, -3, 0 -vicunto , 0, -2, -2, 0 -vipissn , -1, 0, 0, 0 -vipoops , -1, 0, 0, 0 -viprick , -2, 0, 0, -1 -vulvate , 0, 0, -3, 0 -wanalex , -2, 0, -2, 0 -wanalso , -2, 0, -2, 0 -wanusgs , -2, 0, 0, 0 -wanusps , -2, 0, 0, 0 -wetwatt , 0, 0, -3, 0 -whoarab , 0, -3, -2, 0 -whomoak , 0, -2, -1, 0 -whomobj , 0, -2, -1, 0 -whomoct , 0, -2, -1, 0 -whomoem , 0, -2, -1, 0 -whomoff , 0, -2, -1, 0 -whomoil , 0, -2, -1, 0 -whomold , 0, -2, -1, 0 -whomood , 0, -2, -1, 0 -whomoon , 0, -2, -1, 0 -whomooo , 0, -2, -1, 0 -whomopt , 0, -2, -1, 0 -whomore , 0, -2, -1, 0 -whomorg , 0, -2, -1, 0 -whomoss , 0, -2, -1, 0 -whomost , 0, -2, -1, 0 -whomour , 0, -2, -1, 0 -whomout , 0, -2, -1, 0 -whomove , 0, -2, -1, 0 -whomown , 0, -2, -1, 0 -wiggery , -2, -3, 0, 0 -wisemen , 0, 0, -3, 0 -wishate , 0, 0, 0, -2 -withate , 0, 0, 0, -2 -yeahate , 0, 0, 0, -2 -yespunk , 0, 0, -3, 0 -yetwatt , 0, 0, -3, 0 -yogaaye , 0, -2, 0, 0 -yrspunk , 0, 0, -3, 0 -zaddick , -2, 0, -2, 0 -zincest , 0, 0, -3, 0 -zipissn , -1, 0, 0, 0 -zipoops , -1, 0, 0, 0 -ziprick , -2, 0, 0, -1 -zuspunk , 0, 0, -3, 0 -abcuntil , 0, -2, -2, 0 -abichite , 0, -2, -2, 0 -abricock , -2, 0, -2, 0 -accuntil , 0, -2, -2, 0 -actspunk , 0, 0, -3, 0 -actwatch , 0, 0, -3, 0 -actwater , 0, 0, -3, 0 -addspunk , 0, 0, -3, 0 -adumbral , 0, 0, 0, -1 -agespunk , 0, 0, -3, 0 -aimspunk , 0, 0, -3, 0 -alcohate , 0, 0, 0, -2 -allahate , 0, 0, 0, -2 -alphatea , 0, 0, 0, -2 -alphatee , 0, 0, 0, -2 -alphaten , 0, 0, 0, -2 -alphatex , 0, 0, 0, -2 -altwatch , 0, 0, -3, 0 -altwater , 0, 0, -3, 0 -ampissue , -1, 0, 0, 0 -analaden , -2, 0, -2, 0 -analarge , -2, 0, -2, 0 -analarry , -2, 0, -2, 0 -analaugh , -2, 0, -2, 0 -analaura , -2, 0, -2, 0 -analcime , -2, 0, -2, 0 -analcite , -2, 0, -2, 0 -analearn , -2, 0, -2, 0 -analease , -2, 0, -2, 0 -analeast , -2, 0, -2, 0 -analeave , -2, 0, -2, 0 -analecta , -2, 0, -2, 0 -analects , -2, 0, -2, 0 -analemma , -2, 0, -2, 0 -analemon , -2, 0, -2, 0 -analepsy , -2, 0, -2, 0 -analevel , -2, 0, -2, 0 -analewis , -2, 0, -2, 0 -analexus , -2, 0, -2, 0 -analgize , -2, 0, -2, 0 -analight , -2, 0, -2, 0 -analimit , -2, 0, -2, 0 -analinda , -2, 0, -2, 0 -analinux , -2, 0, -2, 0 -analloyd , -2, 0, -2, 0 -analobby , -2, 0, -2, 0 -analodge , -2, 0, -2, 0 -analoose , -2, 0, -2, 0 -analopez , -2, 0, -2, 0 -analucas , -2, 0, -2, 0 -analucia , -2, 0, -2, 0 -analunch , -2, 0, -2, 0 -analycos , -2, 0, -2, 0 -analying , -2, 0, -2, 0 -analyric , -2, 0, -2, 0 -analysis , -2, 0, -2, 0 -andykeen , -2, -2, -2, 0 -andykeep , -2, -2, -2, 0 -andykept , -2, -2, -2, 0 -annazinc , 0, -2, 0, 0 -antirape , 0, 0, -3, 0 -antwatch , 0, 0, -3, 0 -antwater , 0, 0, -3, 0 -anusvara , -2, 0, 0, 0 -apniccab , -2, -3, 0, 0 -apniccad , -2, -3, 0, 0 -apniccal , -2, -3, 0, 0 -apniccam , -2, -3, 0, 0 -apniccan , -2, -3, 0, 0 -apniccap , -2, -3, 0, 0 -apniccar , -2, -3, 0, 0 -apniccas , -2, -3, 0, 0 -apniccat , -2, -3, 0, 0 -apniclit , 0, 0, -3, 0 -apnicrap , -1, 0, 0, 0 -appissue , -1, 0, 0, 0 -appspunk , 0, 0, -3, 0 -aptwatch , 0, 0, -3, 0 -aptwater , 0, 0, -3, 0 -arabiche , 0, -2, -2, 0 -arcadego , 0, -3, 0, 0 -arcuntil , 0, -2, -2, 0 -arenazip , 0, -2, 0, 0 -armorons , 0, 0, 0, -2 -armspunk , 0, 0, -3, 0 -arsedine , -2, 0, 0, 0 -arsefoot , -2, 0, 0, 0 -arsenate , -2, 0, 0, 0 -arsenide , -2, 0, 0, 0 -arsenism , -2, 0, 0, 0 -arsenite , -2, 0, 0, 0 -arsenium , -2, 0, 0, 0 -artspunk , 0, 0, -3, 0 -artwatch , 0, 0, -3, 0 -artwater , 0, 0, -3, 0 -askspunk , 0, 0, -3, 0 -assarion , -2, 0, 0, 0 -assation , -2, 0, 0, 0 -assholes , -2, 0, 0, 0 -assoluto , -2, 0, 0, 0 -assonant , -2, 0, 0, 0 -assonate , -2, 0, 0, 0 -assuming , -2, 0, 0, 0 -assummon , -2, 0, 0, 0 -assurant , -2, 0, 0, 0 -assurate , -2, 0, 0, 0 -assuring , -2, 0, 0, 0 -assyroid , -2, 0, 0, 0 -asuspunk , 0, 0, -3, 0 -asylabia , 0, 0, -3, 0 -auglycos , 0, 0, 0, -2 -auglying , 0, 0, 0, -2 -auglyric , 0, 0, 0, -2 -autosser , -2, 0, 0, 0 -axispunk , 0, 0, -3, 0 -bacondom , 0, 0, -2, 0 -bagspunk , 0, 0, -3, 0 -ballsack , 0, 0, 3, 0 -ballsafe , 0, 0, -1, 0 -ballsage , 0, 0, -1, 0 -ballsaid , 0, 0, -1, 0 -ballsail , 0, 0, -1, 0 -ballsake , 0, 0, -1, 0 -ballsale , 0, 0, -1, 0 -ballsalt , 0, 0, -1, 0 -ballsara , 0, 0, -1, 0 -ballsave , 0, 0, -1, 0 -ballscan , 0, 0, -1, 0 -ballscsi , 0, 0, -1, 0 -ballsega , 0, 0, -1, 0 -ballself , 0, 0, -1, 0 -ballsell , 0, 0, -1, 0 -ballsemi , 0, 0, -1, 0 -ballshaw , 0, 0, -1, 0 -ballship , 0, 0, -1, 0 -ballshoe , 0, 0, -1, 0 -ballshop , 0, 0, -1, 0 -ballshot , 0, 0, -1, 0 -ballshow , 0, 0, -1, 0 -ballshut , 0, 0, -1, 0 -ballside , 0, 0, -1, 0 -ballsilk , 0, 0, -1, 0 -ballsize , 0, 0, -1, 0 -ballslim , 0, 0, -1, 0 -ballslip , 0, 0, -1, 0 -ballslot , 0, 0, -1, 0 -ballslow , 0, 0, -1, 0 -ballsmtp , 0, 0, -1, 0 -ballsnap , 0, 0, -1, 0 -ballsnow , 0, 0, -1, 0 -ballsofa , 0, 0, -1, 0 -ballsoft , 0, 0, -1, 0 -ballsoil , 0, 0, -1, 0 -ballsoma , 0, 0, -1, 0 -ballsome , 0, 0, -1, 0 -ballsoon , 0, 0, -1, 0 -ballsort , 0, 0, -1, 0 -ballsoul , 0, 0, -1, 0 -ballsoup , 0, 0, -1, 0 -ballspec , 0, 0, -1, 0 -ballspin , 0, 0, -1, 0 -ballspot , 0, 0, -1, 0 -ballstan , 0, 0, -1, 0 -ballstar , 0, 0, -1, 0 -ballstat , 0, 0, -1, 0 -ballstay , 0, 0, -1, 0 -ballstop , 0, 0, -1, 0 -ballstud , 0, 0, -1, 0 -ballsuch , 0, 0, -1, 0 -ballsuck , 0, 0, -1, 0 -ballsuit , 0, 0, -1, 0 -ballsuse , 0, 0, -1, 0 -ballswap , 0, 0, -1, 0 -ballswim , 0, 0, -1, 0 -barspunk , 0, 0, -3, 0 -basissys , 0, 0, 0, -1 -basspunk , 0, 0, -3, 0 -batchate , 0, 0, 0, -2 -batchink , 0, -3, 0, 0 -batwatch , 0, 0, -3, 0 -batwater , 0, 0, -3, 0 -bbcuntil , 0, -2, -2, 0 -beanalex , -2, 0, -2, 0 -beanalso , -2, 0, -2, 0 -beanusgs , -2, 0, 0, 0 -beanusps , -2, 0, 0, 0 -beefrick , -1, 0, 0, 0 -beganala , -2, 0, -2, 0 -beganali , -2, 0, -2, 0 -beganall , -2, 0, -2, 0 -beganalt , -2, 0, -2, 0 -beganusa , -2, 0, 0, 0 -beganusb , -2, 0, 0, 0 -beganusc , -2, 0, 0, 0 -beganusd , -2, 0, 0, 0 -beganuse , -2, 0, 0, 0 -beganusr , -2, 0, 0, 0 -beltwatt , 0, 0, -3, 0 -benchate , 0, 0, 0, -2 -benchink , 0, -3, 0, 0 -benedick , -2, 0, -2, 0 -betwatch , 0, 0, -3, 0 -betwater , 0, 0, -3, 0 -bichrome , 0, -2, -2, 0 -biospunk , 0, 0, -3, 0 -biplanal , -2, 0, -2, 0 -birthate , 0, 0, 0, -2 -bitchair , 0, -2, -2, 0 -bitchaos , 0, -2, -2, 0 -bitcharm , 0, -2, -2, 0 -bitchart , 0, -2, -2, 0 -bitchase , 0, -2, -2, 0 -bitcheap , 0, -2, -2, 0 -bitcheat , 0, -2, -2, 0 -bitcheck , 0, -2, -2, 0 -bitchery , 0, -2, -2, 0 -bitchevy , 0, -2, -2, 0 -bitchick , 0, -2, -2, 0 -bitchief , 0, -2, -2, 0 -bitchier , 0, -2, -2, 0 -bitchild , 0, -2, -2, 0 -bitchile , 0, -2, -2, 0 -bitchily , 0, -2, -2, 0 -bitchina , 0, -2, -2, 0 -bitching , 0, -2, -2, 0 -bitchoir , 0, -2, -2, 0 -bitchose , 0, -2, -2, 0 -bitchris , 0, -2, -2, 0 -bitchuck , 0, -2, -2, 0 -bitschad , 0, -2, -2, 0 -bitschan , 0, -2, -2, 0 -bitschar , 0, -2, -2, 0 -bitschat , 0, -2, -2, 0 -bitschef , 0, -2, -2, 0 -bitschem , 0, -2, -2, 0 -bitschen , 0, -2, -2, 0 -blondego , 0, -3, 0, 0 -bloodyea , -2, 0, 0, 0 -bloodyen , -2, 0, 0, 0 -bloodyes , -2, 0, 0, 0 -bloodyet , -2, 0, 0, 0 -bloodyou , -2, 0, 0, 0 -bloodyrs , -2, 0, 0, 0 -blowcock , -2, 0, -2, 0 -boatwatt , 0, 0, -3, 0 -bocuntil , 0, -2, -2, 0 -bodykeen , -2, -2, -2, 0 -bodykeep , -2, -2, -2, 0 -bodykept , -2, -2, -2, 0 -boltwatt , 0, 0, -3, 0 -boneread , 0, 0, -3, 0 -bonereal , 0, 0, -3, 0 -bonerear , 0, 0, -3, 0 -bonereed , 0, 0, -3, 0 -bonereef , 0, 0, -3, 0 -bonereel , 0, 0, -3, 0 -bonereid , 0, 0, -3, 0 -bonerely , 0, 0, -3, 0 -bonereno , 0, 0, -3, 0 -bonerent , 0, 0, -3, 0 -bonering , 0, 0, -3, 0 -bonerise , 0, 0, -3, 0 -bonerisk , 0, 0, -3, 0 -boneroad , 0, 0, -3, 0 -bonerock , 0, 0, -3, 0 -bonerole , 0, 0, -3, 0 -boneroll , 0, 0, -3, 0 -boneroof , 0, 0, -3, 0 -boneroom , 0, 0, -3, 0 -boneroot , 0, 0, -3, 0 -bonerope , 0, 0, -3, 0 -bonerosa , 0, 0, -3, 0 -bonerose , 0, 0, -3, 0 -boneross , 0, 0, -3, 0 -bonerror , 0, 0, -3, 0 -boneruby , 0, 0, -3, 0 -bonerule , 0, 0, -3, 0 -bonerush , 0, 0, -3, 0 -boneruth , 0, 0, -3, 0 -boneryan , 0, 0, -3, 0 -boobyish , 0, 0, -3, 0 -boobyism , 0, 0, -3, 0 -boothate , 0, 0, 0, -2 -bootwatt , 0, 0, -3, 0 -bosspunk , 0, 0, -3, 0 -boxrated , 0, 0, -2, 0 -boyspunk , 0, 0, -3, 0 -braccate , 0, 0, -1, 0 -braciola , 0, 0, -1, 0 -braciole , 0, 0, -1, 0 -bracozzo , 0, 0, -1, 0 -braireau , 0, 0, -1, 0 -braising , 0, 0, -1, 0 -braunite , 0, 0, -1, 0 -breasted , 0, 0, -2, 0 -breaster , 0, 0, -2, 0 -breastie , 0, 0, -2, 0 -buddyken , -2, -2, -2, 0 -buddykey , -2, -2, -2, 0 -buggered , -2, 0, 0, 0 -buglycos , 0, 0, 0, -2 -buglying , 0, 0, 0, -2 -buglyric , 0, 0, 0, -2 -bugspunk , 0, 0, -3, 0 -bullshit , 2, 0, 0, 0 -bunchate , 0, 0, 0, -2 -bunchink , 0, -3, 0, 0 -buttahoe , -1, 0, 0, 0 -buttamil , -1, 0, 0, 0 -buttampa , -1, 0, 0, 0 -buttaste , -1, 0, 0, 0 -butthick , -1, 0, 0, 0 -butthird , -1, 0, 0, 0 -butthong , -1, 0, 0, 0 -butthose , -1, 0, 0, 0 -butthree , -1, 0, 0, 0 -butthrow , -1, 0, 0, 0 -buttiger , -1, 0, 0, 0 -buttight , -1, 0, 0, 0 -buttitle , -1, 0, 0, 0 -buttling , -1, 0, 0, 0 -buttrace , -1, 0, 0, 0 -buttrack , -1, 0, 0, 0 -buttract , -1, 0, 0, 0 -buttracy , -1, 0, 0, 0 -buttrade , -1, 0, 0, 0 -buttrail , -1, 0, 0, 0 -buttrain , -1, 0, 0, 0 -buttrans , -1, 0, 0, 0 -buttrash , -1, 0, 0, 0 -buttreat , -1, 0, 0, 0 -buttrend , -1, 0, 0, 0 -buttress , -1, 0, 0, 0 -buttrout , -1, 0, 0, 0 -buttruck , -1, 0, 0, 0 -buttruly , -1, 0, 0, 0 -buttrunk , -1, 0, 0, 0 -buttrust , -1, 0, 0, 0 -buttruth , -1, 0, 0, 0 -buttulsa , -1, 0, 0, 0 -buttumor , -1, 0, 0, 0 -butturbo , -1, 0, 0, 0 -buttwice , -1, 0, 0, 0 -buttwiki , -1, 0, 0, 0 -buttwist , -1, 0, 0, 0 -butwatch , 0, 0, -3, 0 -butwater , 0, 0, -3, 0 -buyspunk , 0, 0, -3, 0 -cacheshe , 0, 0, -2, 0 -cafelate , 0, 0, -3, 0 -camspunk , 0, 0, -3, 0 -canarsee , -2, 0, 0, 0 -canusing , -2, 0, 0, 0 -canusual , -2, 0, 0, 0 -capissue , -1, 0, 0, 0 -capspunk , 0, 0, -3, 0 -carloser , 0, 0, 0, -2 -carspunk , 0, 0, -3, 0 -castwatt , 0, 0, -3, 0 -catchate , 0, 0, 0, -2 -catchink , 0, -3, 0, 0 -catspunk , 0, 0, -3, 0 -catwatch , 0, 0, -3, 0 -catwater , 0, 0, -3, 0 -cdtwatch , 0, 0, -3, 0 -cdtwater , 0, 0, -3, 0 -cedarsea , -2, 0, 0, 0 -cedarsec , -2, 0, 0, 0 -cedarsee , -2, 0, 0, 0 -cedarsen , -2, 0, 0, 0 -cedarseo , -2, 0, 0, 0 -cedarsep , -2, 0, 0, 0 -cedarseq , -2, 0, 0, 0 -cedarser , -2, 0, 0, 0 -cedarset , -2, 0, 0, 0 -cetwatch , 0, 0, -3, 0 -cetwater , 0, 0, -3, 0 -chanalex , -2, 0, -2, 0 -chanalso , -2, 0, -2, 0 -chanusgs , -2, 0, 0, 0 -chanusps , -2, 0, 0, 0 -charsega , -2, 0, 0, 0 -charself , -2, 0, 0, 0 -charsell , -2, 0, 0, 0 -charsemi , -2, 0, 0, 0 -chasemen , 0, 0, -3, 0 -chefrick , -1, 0, 0, 0 -chellean , -1, 0, 0, 0 -chercock , -2, 0, -2, 0 -chinazip , 0, -2, 0, 0 -chinkara , 0, -3, 0, 0 -chinkier , 0, -3, 0, 0 -chinking , 0, -3, 0, 0 -choarbor , 0, -3, -2, 0 -choarise , 0, -3, -2, 0 -choarray , 0, -3, -2, 0 -choarrow , 0, -3, -2, 0 -choaruba , 0, -3, -2, 0 -chomoore , 0, -2, -1, 0 -chomoral , 0, -2, -1, 0 -chomoses , 0, -2, -1, 0 -chomotel , 0, -2, -1, 0 -chomotor , 0, -2, -1, 0 -chomount , 0, -2, -1, 0 -chomouse , 0, -2, -1, 0 -chomouth , 0, -2, -1, 0 -chomovie , 0, -2, -1, 0 -cindyken , -2, -2, -2, 0 -cindykey , -2, -2, -2, 0 -clarapee , 0, 0, -3, 0 -clarapen , 0, 0, -3, 0 -clarapet , 0, 0, -3, 0 -clarsech , -2, 0, 0, 0 -clarseth , -2, 0, 0, 0 -clithral , 0, 0, -3, 0 -clitoral , 0, 0, -3, 0 -clitoria , 0, 0, -3, 0 -clitoric , 0, 0, -3, 0 -clitoris , 0, 0, -3, 0 -clothate , 0, 0, 0, -2 -coachink , 0, -3, 0, 0 -coatwatt , 0, 0, -3, 0 -cockandy , -2, 0, -2, 0 -cockapoo , -2, 0, -2, 0 -cockatoo , -2, 0, -2, 0 -cockawee , -2, 0, -2, 0 -cockbell , -2, 0, -2, 0 -cockbill , -2, 0, -2, 0 -cockbird , -2, 0, -2, 0 -cockboat , -2, 0, -2, 0 -cockburn , -2, 0, -2, 0 -cockcrow , -2, 0, -2, 0 -cockhead , -2, 0, -2, 0 -cocklike , -2, 0, -2, 0 -cockling , -2, 0, -2, 0 -cockloft , -2, 0, -2, 0 -cockmate , -2, 0, -2, 0 -cockshot , -2, 0, -2, 0 -cockshut , -2, 0, -2, 0 -cockspur , -2, 0, -2, 0 -cocksure , -2, 0, -2, 0 -cocktail , -2, 0, -2, 0 -cockweed , -2, 0, -2, 0 -coldcock , -2, 0, -2, 0 -comboobj , 0, 0, -3, 0 -commieee , 0, -2, 0, 0 -compissn , -1, 0, 0, 0 -compoops , -1, 0, 0, 0 -comprick , -2, 0, 0, -1 -conchate , 0, 0, 0, -2 -condomac , 0, 0, -2, 0 -condomad , 0, 0, -2, 0 -condomae , 0, 0, -2, 0 -condomag , 0, 0, -2, 0 -condomai , 0, 0, -2, 0 -condoman , 0, 0, -2, 0 -condomap , 0, 0, -2, 0 -condomar , 0, 0, -2, 0 -condomas , 0, 0, -2, 0 -condomat , 0, 0, -2, 0 -condomax , 0, 0, -2, 0 -condomay , 0, 0, -2, 0 -condomba , 0, 0, -2, 0 -condomhz , 0, 0, -2, 0 -condomia , 0, 0, -2, 0 -condomic , 0, 0, -2, 0 -condomid , 0, 0, -2, 0 -condomil , 0, 0, -2, 0 -condomin , 0, 0, -2, 0 -condomit , 0, 0, -2, 0 -condomix , 0, 0, -2, 0 -condomlb , 0, 0, -2, 0 -condomls , 0, 0, -2, 0 -condomod , 0, 0, -2, 0 -condomom , 0, 0, -2, 0 -condomon , 0, 0, -2, 0 -condompg , 0, 0, -2, 0 -condomph , 0, 0, -2, 0 -condomrs , 0, 0, -2, 0 -condomsg , 0, 0, -2, 0 -condomsn , 0, 0, -2, 0 -condomtv , 0, 0, -2, 0 -condomud , 0, 0, -2, 0 -condomug , 0, 0, -2, 0 -confrick , -1, 0, 0, 0 -cooniest , 0, -5, 0, 0 -coonjine , 0, -5, 0, 0 -coonroot , 0, -5, 0, 0 -coonskin , 0, -5, 0, 0 -coontail , 0, -5, 0, 0 -copissue , -1, 0, 0, 0 -corpissn , -1, 0, 0, 0 -corpoops , -1, 0, 0, 0 -corprick , -2, 0, 0, -1 -costwatt , 0, 0, -3, 0 -cowardly , 0, 0, 0, -1 -coxrated , 0, 0, -2, 0 -cpusyria , 0, -2, -2, 0 -crackera , 0, -2, 0, 0 -crackerp , 0, -2, 0, 0 -cropissn , -1, 0, 0, 0 -cropoops , -1, 0, 0, 0 -croprick , -2, 0, 0, -1 -cstwatch , 0, 0, -3, 0 -cstwater , 0, 0, -3, 0 -cubichad , 0, -2, -2, 0 -cubicham , 0, -2, -2, 0 -cubichas , 0, -2, -2, 0 -cubichat , 0, -2, -2, 0 -cubichay , 0, -2, -2, 0 -cubichim , 0, -2, -2, 0 -cubichip , 0, -2, -2, 0 -cubichis , 0, -2, -2, 0 -cubichit , 0, -2, -2, 0 -cubichiv , 0, -2, -2, 0 -cubichon , 0, -2, -2, 0 -cubichop , 0, -2, -2, 0 -cubichot , 0, -2, -2, 0 -cubichow , 0, -2, -2, 0 -cubichrs , 0, -2, -2, 0 -cubichub , 0, -2, -2, 0 -cubichwy , 0, -2, -2, 0 -cubiclit , 0, 0, -3, 0 -cubicrap , -1, 0, 0, 0 -cultwatt , 0, 0, -3, 0 -cumbrian , 0, 0, -3, 0 -cumbrous , 0, 0, -3, 0 -cumulant , 0, 0, -3, 0 -cumulate , 0, 0, -3, 0 -cumulene , 0, 0, -3, 0 -cumulose , 0, 0, -3, 0 -cumulous , 0, 0, -3, 0 -cupissue , -1, 0, 0, 0 -cutspunk , 0, 0, -3, 0 -cutwatch , 0, 0, -3, 0 -cutwater , 0, 0, -3, 0 -cyclitis , 0, 0, -3, 0 -cyclitol , 0, 0, -3, 0 -cyphella , -1, 0, 0, 0 -czechate , 0, 0, 0, -2 -czechink , 0, -3, 0, 0 -daddyken , -2, -2, -2, 0 -daddykey , -2, -2, -2, 0 -damnable , -1, 0, 0, 0 -damnably , -1, 0, 0, 0 -damnancy , -1, 0, 0, 0 -damnasty , -1, 0, 0, 0 -damndest , -1, 0, 0, 0 -damnepal , -1, 0, 0, 0 -damnever , -1, 0, 0, 0 -damniger , -1, 0, 0, 0 -damnikon , -1, 0, 0, 0 -damnoble , -1, 0, 0, 0 -damnoise , -1, 0, 0, 0 -damnokia , -1, 0, 0, 0 -damnurse , -1, 0, 0, 0 -damnylon , -1, 0, 0, 0 -danalbum , -2, 0, -2, 0 -danalert , -2, 0, -2, 0 -danalpha , -2, 0, -2, 0 -danspunk , 0, 0, -3, 0 -danusing , -2, 0, 0, 0 -danusual , -2, 0, 0, 0 -datwatch , 0, 0, -3, 0 -datwater , 0, 0, -3, 0 -daygoing , 0, -3, 0, 0 -daygonna , 0, -3, 0, 0 -dayspunk , 0, 0, -3, 0 -deafrick , -1, 0, 0, 0 -deanalex , -2, 0, -2, 0 -deanalso , -2, 0, -2, 0 -deanusgs , -2, 0, 0, 0 -deanusps , -2, 0, 0, 0 -deathate , 0, 0, 0, -2 -debtchad , 0, -2, -2, 0 -debtchan , 0, -2, -2, 0 -debtchar , 0, -2, -2, 0 -debtchat , 0, -2, -2, 0 -debtchef , 0, -2, -2, 0 -debtchem , 0, -2, -2, 0 -debtchen , 0, -2, -2, 0 -debtwatt , 0, 0, -3, 0 -debugger , -2, 0, 0, 0 -decadego , 0, -3, 0, 0 -decuntil , 0, -2, -2, 0 -deepissn , -1, 0, 0, 0 -deepoops , -1, 0, 0, 0 -deeprick , -2, 0, 0, -1 -degorder , 0, -3, 0, 0 -deminude , 0, 0, -3, 0 -densemen , 0, 0, -3, 0 -depthate , 0, 0, 0, -2 -deptwatt , 0, 0, -3, 0 -diespunk , 0, 0, -3, 0 -dietwatt , 0, 0, -3, 0 -diffrick , -1, 0, 0, 0 -dingdong , 0, 0, -2, 0 -dipissue , -1, 0, 0, 0 -dirtwatt , 0, 0, -3, 0 -discunto , 0, -2, -2, 0 -docspunk , 0, 0, -3, 0 -docuntil , 0, -2, -2, 0 -doespunk , 0, 0, -3, 0 -dogspunk , 0, 0, -3, 0 -donghana , 0, 0, -2, 0 -donghost , 0, 0, -2, 0 -dongiant , 0, 0, -2, 0 -donglass , 0, 0, -2, 0 -donglobe , 0, 0, -2, 0 -donglory , 0, 0, -2, 0 -dongnome , 0, 0, -2, 0 -dongrace , 0, 0, -2, 0 -dongrain , 0, 0, -2, 0 -dongrams , 0, 0, -2, 0 -dongrand , 0, 0, -2, 0 -dongrant , 0, 0, -2, 0 -dongraph , 0, 0, -2, 0 -dongrave , 0, 0, -2, 0 -dongreat , 0, 0, -2, 0 -dongreek , 0, 0, -2, 0 -dongreen , 0, 0, -2, 0 -dongrill , 0, 0, -2, 0 -dongross , 0, 0, -2, 0 -dongroup , 0, 0, -2, 0 -dongrove , 0, 0, -2, 0 -donguard , 0, 0, -2, 0 -donguess , 0, 0, -2, 0 -donguest , 0, 0, -2, 0 -donnazip , 0, -2, 0, 0 -dontwatt , 0, 0, -3, 0 -dotwatch , 0, 0, -3, 0 -dotwater , 0, 0, -3, 0 -doubtchi , 0, -2, -2, 0 -doubtcho , 0, -2, -2, 0 -douglynn , 0, 0, 0, -2 -dropissn , -1, 0, 0, 0 -dropoops , -1, 0, 0, 0 -droprick , -2, 0, 0, -1 -dscuntil , 0, -2, -2, 0 -dumbbell , 0, 0, 0, -1 -dumbfish , 0, 0, 0, -1 -dumbhead , 0, 0, 0, -1 -dumbness , 0, 0, 0, -1 -dumpissn , -1, 0, 0, 0 -dumpoops , -1, 0, 0, 0 -dumprick , -2, 0, 0, -1 -dustwatt , 0, 0, -3, 0 -dutchate , 0, 0, 0, -2 -dutchink , 0, -3, 0, 0 -dvdspunk , 0, 0, -3, 0 -earsebay , -2, 0, 0, 0 -earseden , -2, 0, 0, 0 -earsedge , -2, 0, 0, 0 -earsedit , -2, 0, 0, 0 -earselse , -2, 0, 0, 0 -earsemma , -2, 0, 0, 0 -earsespn , -2, 0, 0, 0 -earsevil , -2, 0, 0, 0 -earsexam , -2, 0, 0, 0 -earsexec , -2, 0, 0, 0 -earsexit , -2, 0, 0, 0 -earspunk , 0, 0, -3, 0 -earthate , 0, 0, 0, -2 -eastwatt , 0, 0, -3, 0 -eatwatch , 0, 0, -3, 0 -eatwater , 0, 0, -3, 0 -ecoonion , 0, -5, 0, 0 -edtwatch , 0, 0, -3, 0 -edtwater , 0, 0, -3, 0 -eggspunk , 0, 0, -3, 0 -ejaculat , 0, 0, 2, 0 -endspunk , 0, 0, -3, 0 -entwatch , 0, 0, -3, 0 -entwater , 0, 0, -3, 0 -epipubes , 0, 0, -3, 0 -erapeace , 0, 0, -3, 0 -ericunto , 0, -2, -2, 0 -erpissue , -1, 0, 0, 0 -estwatch , 0, 0, -3, 0 -estwater , 0, 0, -3, 0 -etcuntil , 0, -2, -2, 0 -execunto , 0, -2, -2, 0 -expissue , -1, 0, 0, 0 -expoopen , -1, 0, 0, 0 -extrapee , 0, 0, -3, 0 -extrapen , 0, 0, -3, 0 -extrapet , 0, 0, -3, 0 -extwatch , 0, 0, -3, 0 -extwater , 0, 0, -3, 0 -eyeballs , 0, 0, -1, 0 -faithate , 0, 0, 0, -2 -falsemen , 0, 0, -3, 0 -fanspunk , 0, 0, -3, 0 -fanusing , -2, 0, 0, 0 -fanusual , -2, 0, 0, 0 -faqspunk , 0, 0, -3, 0 -fascista , 0, -2, 0, 0 -fascisti , 0, -2, 0, 0 -fastwatt , 0, 0, -3, 0 -fattyler , 0, -2, 0, -2 -fatwatch , 0, 0, -3, 0 -fatwater , 0, 0, -3, 0 -faxrated , 0, 0, -2, 0 -fbichain , 0, -2, -2, 0 -fbichair , 0, -2, -2, 0 -fbichaos , 0, -2, -2, 0 -fbichase , 0, -2, -2, 0 -fbicheap , 0, -2, -2, 0 -fbicheat , 0, -2, -2, 0 -fbicheck , 0, -2, -2, 0 -fbichess , 0, -2, -2, 0 -fbichest , 0, -2, -2, 0 -fbichevy , 0, -2, -2, 0 -fbichris , 0, -2, -2, 0 -fbichuck , 0, -2, -2, 0 -fccuntil , 0, -2, -2, 0 -feckless , -2, 0, -2, 0 -feespunk , 0, 0, -3, 0 -feetwatt , 0, 0, -3, 0 -felching , 0, 0, 3, 0 -feltwatt , 0, 0, -3, 0 -feofrick , -1, 0, 0, 0 -fifthate , 0, 0, 0, -2 -fixrated , 0, 0, -2, 0 -fleshate , 0, 0, 0, -2 -flushate , 0, 0, 0, -2 -fontwatt , 0, 0, -3, 0 -footwatt , 0, 0, -3, 0 -forthate , 0, 0, 0, -2 -fortwatt , 0, 0, -3, 0 -fotosser , -2, 0, 0, 0 -foursome , 0, 0, 3, 0 -foxrated , 0, 0, -2, 0 -freakdom , 0, 0, 0, -2 -freakery , 0, 0, 0, -2 -freakful , 0, 0, 0, -2 -freakier , 0, 0, 0, -2 -freakily , 0, 0, 0, -2 -freaking , 0, 0, 0, -2 -freakish , 0, 0, 0, -2 -freakout , 0, 0, 0, -2 -freakpot , 0, 0, 0, -2 -freshate , 0, 0, 0, -2 -fridaygo , 0, -3, 0, 0 -frigamma , -1, 0, -2, 0 -frigauge , -1, 0, -2, 0 -frighana , -1, 0, -2, 0 -frighost , -1, 0, -2, 0 -frigiant , -1, 0, -2, 0 -friglass , -1, 0, -2, 0 -friglobe , -1, 0, -2, 0 -friglory , -1, 0, -2, 0 -frignome , -1, 0, -2, 0 -frigrace , -1, 0, -2, 0 -frigrain , -1, 0, -2, 0 -frigrams , -1, 0, -2, 0 -frigrand , -1, 0, -2, 0 -frigrant , -1, 0, -2, 0 -frigraph , -1, 0, -2, 0 -frigrave , -1, 0, -2, 0 -frigreat , -1, 0, -2, 0 -frigreek , -1, 0, -2, 0 -frigreen , -1, 0, -2, 0 -frigrill , -1, 0, -2, 0 -frigross , -1, 0, -2, 0 -frigroup , -1, 0, -2, 0 -frigrove , -1, 0, -2, 0 -friguard , -1, 0, -2, 0 -friguess , -1, 0, -2, 0 -friguest , -1, 0, -2, 0 -ftpissue , -1, 0, 0, 0 -futchell , -1, 0, 0, 0 -gamecock , -2, 0, -2, 0 -gangbang , 0, 3, 0, 0 -gapissue , -1, 0, 0, 0 -gapspunk , 0, 0, -3, 0 -gayspunk , 0, 0, -3, 0 -gbpissue , -1, 0, 0, 0 -gccuntil , 0, -2, -2, 0 -gdpissue , -1, 0, 0, 0 -genitaly , 0, 0, -2, 0 -getspunk , 0, 0, -3, 0 -getwatch , 0, 0, -3, 0 -getwater , 0, 0, -3, 0 -ghettoed , 0, -2, 0, 0 -giftwatt , 0, 0, -3, 0 -gmcuntil , 0, -2, -2, 0 -gmtwatch , 0, 0, -3, 0 -gmtwater , 0, 0, -3, 0 -gnudeath , 0, 0, -3, 0 -gnudebug , 0, 0, -3, 0 -gnudebut , 0, 0, -3, 0 -gnudepot , 0, 0, -3, 0 -goatwatt , 0, 0, -3, 0 -godspunk , 0, 0, -3, 0 -goespunk , 0, 0, -3, 0 -golfrick , -1, 0, 0, 0 -gonnazip , 0, -2, 0, 0 -gotwatch , 0, 0, -3, 0 -gotwater , 0, 0, -3, 0 -grandego , 0, -3, 0, 0 -graphate , 0, 0, 0, -2 -gstwatch , 0, 0, -3, 0 -gstwater , 0, 0, -3, 0 -gulfrick , -1, 0, 0, 0 -gunspunk , 0, 0, -3, 0 -guyspunk , 0, 0, -3, 0 -halfcock , -2, 0, -2, 0 -halfrick , -1, 0, 0, 0 -hanspunk , 0, 0, -3, 0 -hateable , 0, 0, 0, -2 -hateagle , 0, 0, 0, -2 -hatebony , 0, 0, 0, -2 -hatebook , 0, 0, 0, -2 -hategypt , 0, 0, 0, -2 -hateight , 0, 0, 0, -2 -hatemacs , 0, 0, 0, -2 -hatemail , 0, 0, 0, -2 -hatemily , 0, 0, 0, -2 -hatempty , 0, 0, 0, -2 -hatenemy , 0, 0, 0, -2 -hatenjoy , 0, 0, 0, -2 -hatepson , 0, 0, 0, -2 -hatequal , 0, 0, 0, -2 -hatessay , 0, 0, 0, -2 -hatessex , 0, 0, 0, -2 -hatexact , 0, 0, 0, -2 -hatexcel , 0, 0, 0, -2 -hatexist , 0, 0, 0, -2 -hatspunk , 0, 0, -3, 0 -hatwatch , 0, 0, -3, 0 -hatwater , 0, 0, -3, 0 -heathate , 0, 0, 0, -2 -helladic , -1, 0, 0, 0 -hellbent , -1, 0, 0, 0 -hellbore , -1, 0, 0, 0 -hellborn , -1, 0, 0, 0 -hellbred , -1, 0, 0, 0 -hellfire , -1, 0, 0, 0 -hellicat , -1, 0, 0, 0 -hellkite , -1, 0, 0, 0 -hellness , -1, 0, 0, 0 -helloser , 0, 0, 0, -2 -hellroot , -1, 0, 0, 0 -hellship , -1, 0, 0, 0 -hellvine , -1, 0, 0, 0 -hellward , -1, 0, 0, 0 -hellweed , -1, 0, 0, 0 -helpissn , -1, 0, 0, 0 -helpoops , -1, 0, 0, 0 -helprick , -2, 0, 0, -1 -hipissue , -1, 0, 0, 0 -hoarhead , 0, -3, -2, 0 -hoariest , 0, -3, -2, 0 -hoarness , 0, -3, -2, 0 -hoarwort , 0, -3, -2, 0 -homocerc , 0, -2, -1, 0 -homodont , 0, -2, -1, 0 -homodyne , 0, -2, -1, 0 -homoeoid , 0, -2, -1, 0 -homogamy , 0, -2, -1, 0 -homoglot , 0, -2, -1, 0 -homogone , 0, -2, -1, 0 -homogony , 0, -2, -1, 0 -homonomy , 0, -2, -1, 0 -homopter , 0, -2, -1, 0 -homotaxy , 0, -2, -1, 0 -homotony , 0, -2, -1, 0 -homotopy , 0, -2, -1, 0 -homotype , 0, -2, -1, 0 -homotypy , 0, -2, -1, 0 -hookeric , 0, 0, -3, 0 -hookerik , 0, 0, -3, 0 -hopissue , -1, 0, 0, 0 -hornyale , 0, 0, -3, 0 -hornyang , 0, 0, -3, 0 -hornyard , 0, 0, -3, 0 -hornyarn , 0, 0, -3, 0 -hornyoga , 0, 0, -3, 0 -hornyork , 0, 0, -3, 0 -horsemen , 0, 0, -3, 0 -hosecock , -2, 0, -2, 0 -hostwatt , 0, 0, -3, 0 -hotwatch , 0, 0, -3, 0 -hotwater , 0, 0, -3, 0 -httpissn , -1, 0, 0, 0 -httpoops , -1, 0, 0, 0 -httprick , -2, 0, 0, -1 -hugheshe , 0, 0, -2, 0 -humorons , 0, 0, 0, -2 -huntwatt , 0, 0, -3, 0 -hurtwatt , 0, 0, -3, 0 -ianalbum , -2, 0, -2, 0 -ianalert , -2, 0, -2, 0 -ianalpha , -2, 0, -2, 0 -ictwatch , 0, 0, -3, 0 -ictwater , 0, 0, -3, 0 -idahoarc , 0, -3, -2, 0 -idahoare , 0, -3, -2, 0 -idahoarg , 0, -3, -2, 0 -idahoarm , 0, -3, -2, 0 -idahoart , 0, -3, -2, 0 -idahomod , 0, -2, -1, 0 -idahomom , 0, -2, -1, 0 -idahomon , 0, -2, -1, 0 -idiotise , 0, 0, 0, -1 -idiotish , 0, 0, 0, -1 -idiotism , 0, 0, 0, -1 -idiotize , 0, 0, 0, -1 -idiotype , 0, 0, 0, -1 -imbecile , 0, 0, 0, 2 -incheshe , 0, 0, -2, 0 -incuntil , 0, -2, -2, 0 -innspunk , 0, 0, -3, 0 -intwatch , 0, 0, -3, 0 -intwater , 0, 0, -3, 0 -irapeace , 0, 0, -3, 0 -ircuntil , 0, -2, -2, 0 -irishate , 0, 0, 0, -2 -isaaclit , 0, 0, -3, 0 -isaacrap , -1, 0, 0, 0 -istwatch , 0, 0, -3, 0 -istwater , 0, 0, -3, 0 -itwatson , 0, 0, -3, 0 -janalbum , -2, 0, -2, 0 -janalert , -2, 0, -2, 0 -janalpha , -2, 0, -2, 0 -jarseven , -2, 0, 0, 0 -jeanalex , -2, 0, -2, 0 -jeanalso , -2, 0, -2, 0 -jeanusgs , -2, 0, 0, 0 -jeanusps , -2, 0, 0, 0 -jeepissn , -1, 0, 0, 0 -jeepoops , -1, 0, 0, 0 -jeeprick , -2, 0, 0, -1 -jeffrick , -1, 0, 0, 0 -jerksome , 0, 0, 0, -1 -jessemen , 0, 0, -3, 0 -jetspunk , 0, 0, -3, 0 -jetwatch , 0, 0, -3, 0 -jetwater , 0, 0, -3, 0 -jewspunk , 0, 0, -3, 0 -joanalex , -2, 0, -2, 0 -joanalso , -2, 0, -2, 0 -joanusgs , -2, 0, 0, 0 -joanusps , -2, 0, 0, 0 -jobspunk , 0, 0, -3, 0 -juanalex , -2, 0, -2, 0 -juanalso , -2, 0, -2, 0 -juanusgs , -2, 0, 0, 0 -juanusps , -2, 0, 0, 0 -judykeen , -2, -2, -2, 0 -judykeep , -2, -2, -2, 0 -judykept , -2, -2, -2, 0 -jumpissn , -1, 0, 0, 0 -jumpoops , -1, 0, 0, 0 -jumprick , -2, 0, 0, -1 -justwatt , 0, 0, -3, 0 -jvcuntil , 0, -2, -2, 0 -keepissn , -1, 0, 0, 0 -keepoops , -1, 0, 0, 0 -keeprick , -2, 0, 0, -1 -keithate , 0, 0, 0, -2 -keptwatt , 0, 0, -3, 0 -keyspunk , 0, 0, -3, 0 -kisspunk , 0, 0, -3, 0 -kurtwatt , 0, 0, -3, 0 -labiatae , 0, 0, -3, 0 -ladykeen , -2, -2, -2, 0 -ladykeep , -2, -2, -2, 0 -ladykept , -2, -2, -2, 0 -lanalbum , -2, 0, -2, 0 -lanalert , -2, 0, -2, 0 -lanalpha , -2, 0, -2, 0 -lanusing , -2, 0, 0, 0 -lanusual , -2, 0, 0, 0 -laospunk , 0, 0, -3, 0 -lapissue , -1, 0, 0, 0 -lastwatt , 0, 0, -3, 0 -latwatch , 0, 0, -3, 0 -latwater , 0, 0, -3, 0 -laughate , 0, 0, 0, -2 -laurapee , 0, 0, -3, 0 -laurapen , 0, 0, -3, 0 -laurapet , 0, 0, -3, 0 -lawspunk , 0, 0, -3, 0 -leafrick , -1, 0, 0, 0 -leanalex , -2, 0, -2, 0 -leanalso , -2, 0, -2, 0 -leanusgs , -2, 0, 0, 0 -leanusps , -2, 0, 0, 0 -leftwatt , 0, 0, -3, 0 -legspunk , 0, 0, -3, 0 -lenspunk , 0, 0, -3, 0 -lesspunk , 0, 0, -3, 0 -letspunk , 0, 0, -3, 0 -letwatch , 0, 0, -3, 0 -letwater , 0, 0, -3, 0 -libspunk , 0, 0, -3, 0 -liespunk , 0, 0, -3, 0 -lifelate , 0, 0, -3, 0 -liftwatt , 0, 0, -3, 0 -lipissue , -1, 0, 0, 0 -liripoop , -1, 0, 0, 0 -llcuntil , 0, -2, -2, 0 -llpissue , -1, 0, 0, 0 -loanalex , -2, 0, -2, 0 -loanalso , -2, 0, -2, 0 -loanusgs , -2, 0, 0, 0 -loanusps , -2, 0, 0, 0 -locuntil , 0, -2, -2, 0 -loganala , -2, 0, -2, 0 -loganali , -2, 0, -2, 0 -loganall , -2, 0, -2, 0 -loganalt , -2, 0, -2, 0 -loganusa , -2, 0, 0, 0 -loganusb , -2, 0, 0, 0 -loganusc , -2, 0, 0, 0 -loganusd , -2, 0, 0, 0 -loganuse , -2, 0, 0, 0 -loganusr , -2, 0, 0, 0 -logiclit , 0, 0, -3, 0 -logicrap , -1, 0, 0, 0 -logspunk , 0, 0, -3, 0 -loopissn , -1, 0, 0, 0 -loopoops , -1, 0, 0, 0 -looprick , -2, 0, 0, -1 -loosemen , 0, 0, -3, 0 -loseread , 0, 0, 0, -2 -losereal , 0, 0, 0, -2 -loserear , 0, 0, 0, -2 -losereed , 0, 0, 0, -2 -losereef , 0, 0, 0, -2 -losereel , 0, 0, 0, -2 -losereid , 0, 0, 0, -2 -loserely , 0, 0, 0, -2 -losereno , 0, 0, 0, -2 -loserent , 0, 0, 0, -2 -losering , 0, 0, 0, -2 -loserise , 0, 0, 0, -2 -loserisk , 0, 0, 0, -2 -loseroad , 0, 0, 0, -2 -loserock , 0, 0, 0, -2 -loserole , 0, 0, 0, -2 -loseroll , 0, 0, 0, -2 -loseroof , 0, 0, 0, -2 -loseroom , 0, 0, 0, -2 -loseroot , 0, 0, 0, -2 -loserope , 0, 0, 0, -2 -loserosa , 0, 0, 0, -2 -loserose , 0, 0, 0, -2 -loseross , 0, 0, 0, -2 -loserror , 0, 0, 0, -2 -loseruby , 0, 0, 0, -2 -loserule , 0, 0, 0, -2 -loserush , 0, 0, 0, -2 -loseruth , 0, 0, 0, -2 -loseryan , 0, 0, 0, -2 -losspunk , 0, 0, -3, 0 -lostwatt , 0, 0, -3, 0 -lotspunk , 0, 0, -3, 0 -lotwatch , 0, 0, -3, 0 -lotwater , 0, 0, -3, 0 -lowspunk , 0, 0, -3, 0 -luispunk , 0, 0, -3, 0 -lunchate , 0, 0, 0, -2 -lunchink , 0, -3, 0, 0 -lyriclit , 0, 0, -3, 0 -lyricrap , -1, 0, 0, 0 -macuntil , 0, -2, -2, 0 -magiclit , 0, 0, -3, 0 -magicrap , -1, 0, 0, 0 -mamboobj , 0, 0, -3, 0 -mangaaye , 0, -2, 0, 0 -mapissue , -1, 0, 0, 0 -mapspunk , 0, 0, -3, 0 -maracock , -2, 0, -2, 0 -marcoone , 0, -5, 0, 0 -marcoons , 0, -5, 0, 0 -marshate , 0, 0, 0, -2 -marspunk , 0, 0, -3, 0 -masspunk , 0, 0, -3, 0 -matchate , 0, 0, 0, -2 -matchink , 0, -3, 0, 0 -matspunk , 0, 0, -3, 0 -mattwatt , 0, 0, -3, 0 -matwatch , 0, 0, -3, 0 -matwater , 0, 0, -3, 0 -maxrated , 0, 0, -2, 0 -meanalex , -2, 0, -2, 0 -meanalso , -2, 0, -2, 0 -meanusgs , -2, 0, 0, 0 -meanusps , -2, 0, 0, 0 -mechanal , -2, 0, -2, 0 -meetwatt , 0, 0, -3, 0 -menspunk , 0, 0, -3, 0 -menudead , 0, 0, -3, 0 -menudeaf , 0, 0, -3, 0 -menudeal , 0, 0, -3, 0 -menudean , 0, 0, -3, 0 -menudear , 0, 0, -3, 0 -menudebt , 0, 0, -3, 0 -menudept , 0, 0, -3, 0 -messpunk , 0, 0, -3, 0 -metwatch , 0, 0, -3, 0 -metwater , 0, 0, -3, 0 -michelle , -1, 0, 0, 0 -micuntil , 0, -2, -2, 0 -milfrick , -1, 0, 0, 0 -minigrab , -3, -5, 0, 0 -minigrad , -3, -5, 0, 0 -minigras , -3, -5, 0, 0 -minigray , -3, -5, 0, 0 -minigrid , -3, -5, 0, 0 -minigrip , -3, -5, 0, 0 -minigrow , -3, -5, 0, 0 -miscunto , 0, -2, -2, 0 -misspunk , 0, 0, -3, 0 -mitchell , -1, 0, 0, 0 -mixrated , 0, 0, -2, 0 -modspunk , 0, 0, -3, 0 -momspunk , 0, 0, -3, 0 -monazine , 0, -2, 0, 0 -monazite , 0, -2, 0, 0 -monbuttu , -1, 0, 0, 0 -mondaygo , 0, -3, 0, 0 -monthate , 0, 0, 0, -2 -moorcock , -2, 0, -2, 0 -moronism , 0, 0, 0, -2 -moronity , 0, 0, 0, -2 -moschate , 0, 0, 0, -2 -mosspunk , 0, 0, -3, 0 -mostwatt , 0, 0, -3, 0 -mouthate , 0, 0, 0, -2 -mphellis , -1, 0, 0, 0 -muglycos , 0, 0, 0, -2 -muglying , 0, 0, 0, -2 -muglyric , 0, 0, 0, -2 -muircock , -2, 0, -2, 0 -mustwatt , 0, 0, -3, 0 -nakedest , 0, 0, -2, 0 -nakedish , 0, 0, -2, 0 -nakedize , 0, 0, -2, 0 -natwatch , 0, 0, -3, 0 -natwater , 0, 0, -3, 0 -nazified , 0, -2, 0, 0 -nazifies , 0, -2, 0, 0 -nbcuntil , 0, -2, -2, 0 -necrapid , -1, 0, 0, 0 -necuntil , 0, -2, -2, 0 -netwatch , 0, 0, -3, 0 -netwater , 0, 0, -3, 0 -newspunk , 0, 0, -3, 0 -nflangel , 0, 0, -3, 0 -niggling , -2, -3, 0, 0 -nigrosin , -5, -8, 0, 0 -noisemen , 0, 0, -3, 0 -nonfatty , 0, -2, 0, -2 -nonloser , 0, 0, 0, -2 -norsemen , 0, 0, -3, 0 -northate , 0, 0, 0, -2 -notwatch , 0, 0, -3, 0 -notwater , 0, 0, -3, 0 -ntscunto , 0, -2, -2, 0 -nursemen , 0, 0, -3, 0 -nutspunk , 0, 0, -3, 0 -nutwatch , 0, 0, -3, 0 -nutwater , 0, 0, -3, 0 -nycuntil , 0, -2, -2, 0 -oakspunk , 0, 0, -3, 0 -oasissys , 0, 0, 0, -1 -oceanala , -2, 0, -2, 0 -oceanali , -2, 0, -2, 0 -oceanall , -2, 0, -2, 0 -oceanalt , -2, 0, -2, 0 -oclcunto , 0, -2, -2, 0 -octwatch , 0, 0, -3, 0 -octwater , 0, 0, -3, 0 -oddballs , 0, 0, -1, 0 -oddspunk , 0, 0, -3, 0 -oilspunk , 0, 0, -3, 0 -omahatea , 0, 0, 0, -2 -omahatee , 0, 0, 0, -2 -omahaten , 0, 0, 0, -2 -omahatex , 0, 0, 0, -2 -onespunk , 0, 0, -3, 0 -oopspunk , 0, 0, -3, 0 -optwatch , 0, 0, -3, 0 -optwater , 0, 0, -3, 0 -orbitchi , 0, -2, -2, 0 -orbitcho , 0, -2, -2, 0 -orchella , -1, 0, 0, 0 -organusa , -2, 0, 0, 0 -organusb , -2, 0, 0, 0 -organusc , -2, 0, 0, 0 -organusd , -2, 0, 0, 0 -organuse , -2, 0, 0, 0 -organusr , -2, 0, 0, 0 -orgasmic , 0, 0, -2, 0 -ourspunk , 0, 0, -3, 0 -outwatch , 0, 0, -3, 0 -outwater , 0, 0, -3, 0 -overdamn , -1, 0, 0, 0 -overhate , 0, 0, 0, -2 -ownspunk , 0, 0, -3, 0 -oxyfatty , 0, -2, 0, -2 -oxymoron , 0, 0, 0, -2 -pachinko , 0, -3, 0, 0 -pacuntil , 0, -2, -2, 0 -panalbum , -2, 0, -2, 0 -panalert , -2, 0, -2, 0 -panalpha , -2, 0, -2, 0 -pandanus , -2, 0, 0, 0 -paniclit , 0, 0, -3, 0 -panicrap , -1, 0, 0, 0 -paradego , 0, -3, 0, 0 -parapeak , 0, 0, -3, 0 -parapeas , 0, 0, -3, 0 -parapegm , 0, 0, -3, 0 -passpunk , 0, 0, -3, 0 -pastwatt , 0, 0, -3, 0 -patacoon , 0, -5, 0, 0 -patchate , 0, 0, 0, -2 -patchink , 0, -3, 0, 0 -patwatch , 0, 0, -3, 0 -patwater , 0, 0, -3, 0 -paydaygo , 0, -3, 0, 0 -payspunk , 0, 0, -3, 0 -pctwatch , 0, 0, -3, 0 -pctwater , 0, 0, -3, 0 -pdtwatch , 0, 0, -3, 0 -pdtwater , 0, 0, -3, 0 -penislam , -1, 0, -3, 0 -penissue , -1, 0, -3, 0 -penspunk , 0, 0, -3, 0 -penusing , -1, 0, -3, 0 -penusual , -1, 0, -3, 0 -perianal , -2, 0, -2, 0 -perqueer , 0, -3, 0, 0 -perthate , 0, 0, 0, -2 -petspunk , 0, 0, -3, 0 -petwatch , 0, 0, -3, 0 -petwater , 0, 0, -3, 0 -pfennigs , -2, -3, 0, 0 -pgpissue , -1, 0, 0, 0 -phasemen , 0, 0, -3, 0 -phenazin , 0, -2, 0, 0 -phpissue , -1, 0, 0, 0 -physpunk , 0, 0, -3, 0 -picspunk , 0, 0, -3, 0 -picuntil , 0, -2, -2, 0 -pinballs , 0, 0, -1, 0 -pinprick , -2, 0, 0, -1 -pissabed , -1, 0, 0, 0 -pissodes , -1, 0, 0, 0 -pitchate , 0, 0, 0, -2 -pitchink , 0, -3, 0, 0 -pixrated , 0, 0, -2, 0 -platanus , -2, 0, 0, 0 -plcuntil , 0, -2, -2, 0 -plotcock , -2, 0, -2, 0 -pluglynn , 0, 0, 0, -2 -plugugly , 0, 0, 0, -2 -pluspunk , 0, 0, -3, 0 -pmcuntil , 0, -2, -2, 0 -poetwatt , 0, 0, -3, 0 -polarsea , -2, 0, 0, 0 -polarsec , -2, 0, 0, 0 -polarsee , -2, 0, 0, 0 -polarsen , -2, 0, 0, 0 -polarseo , -2, 0, 0, 0 -polarsep , -2, 0, 0, 0 -polarseq , -2, 0, 0, 0 -polarser , -2, 0, 0, 0 -polarset , -2, 0, 0, 0 -popissue , -1, 0, 0, 0 -pornancy , 0, 0, -3, 0 -pornasty , 0, 0, -3, 0 -pornepal , 0, 0, -3, 0 -pornerve , 0, 0, -3, 0 -pornever , 0, 0, -3, 0 -porniger , 0, 0, -3, 0 -pornight , 0, 0, -3, 0 -pornikon , 0, 0, -3, 0 -pornoble , 0, 0, -3, 0 -pornoise , 0, 0, -3, 0 -pornokia , 0, 0, -3, 0 -pornurse , 0, 0, -3, 0 -pornylon , 0, 0, -3, 0 -portwatt , 0, 0, -3, 0 -possemen , 0, 0, -3, 0 -postanal , -2, 0, -2, 0 -postwatt , 0, 0, -3, 0 -potwatch , 0, 0, -3, 0 -potwater , 0, 0, -3, 0 -ppcuntil , 0, -2, -4, 0 -praeanal , -2, 0, -2, 0 -pregnant , 0, 0, 2, 0 -pretardy , 0, -2, 0, -2 -prickado , -2, 0, 0, -1 -prickant , -2, 0, 0, -1 -prickier , -2, 0, 0, -1 -pricking , -2, 0, 0, -1 -prickish , -2, 0, 0, -1 -princock , -2, 0, -2, 0 -procunto , 0, -2, -2, 0 -promoron , 0, 0, 0, -2 -prospunk , 0, 0, -3, 0 -protwatt , 0, 0, -3, 0 -pstwatch , 0, 0, -3, 0 -pstwater , 0, 0, -3, 0 -pubeagle , 0, 0, -3, 0 -pubebony , 0, 0, -3, 0 -pubebook , 0, 0, -3, 0 -pubeddie , 0, 0, -3, 0 -pubedgar , 0, 0, -3, 0 -pubegypt , 0, 0, -3, 0 -pubeight , 0, 0, -3, 0 -pubelder , 0, 0, -3, 0 -pubelect , 0, 0, -3, 0 -pubelite , 0, 0, -3, 0 -pubellen , 0, 0, -3, 0 -pubellis , 0, 0, -3, 0 -pubelvis , 0, 0, -3, 0 -pubemacs , 0, 0, -3, 0 -pubemail , 0, 0, -3, 0 -pubemily , 0, 0, -3, 0 -pubempty , 0, 0, -3, 0 -pubenemy , 0, 0, -3, 0 -pubenjoy , 0, 0, -3, 0 -pubepson , 0, 0, -3, 0 -pubequal , 0, 0, -3, 0 -puberror , 0, 0, -3, 0 -pubertal , 0, 0, -3, 0 -pubertic , 0, 0, -3, 0 -pubessay , 0, 0, -3, 0 -pubessex , 0, 0, -3, 0 -pubexact , 0, 0, -3, 0 -pubexcel , 0, 0, -3, 0 -pubexist , 0, 0, -3, 0 -pubspunk , 0, 0, -3, 0 -pulsemen , 0, 0, -3, 0 -pumpissn , -1, 0, 0, 0 -pumpoops , -1, 0, 0, 0 -pumprick , -2, 0, 0, -1 -punchate , 0, 0, 0, -2 -punchink , 0, -3, 0, 0 -pursemen , 0, 0, -3, 0 -pussiest , 0, -2, -2, 0 -putspunk , 0, 0, -3, 0 -putwatch , 0, 0, -3, 0 -putwater , 0, 0, -3, 0 -pvcuntil , 0, -2, -2, 0 -quandong , 0, 0, -2, 0 -queerest , 0, -3, 0, 0 -queering , 0, -3, 0, 0 -queerish , 0, -3, 0, 0 -queerity , 0, -3, 0, 0 -queerror , 0, -3, 0, 0 -radarsea , -2, 0, 0, 0 -radarsec , -2, 0, 0, 0 -radarsee , -2, 0, 0, 0 -radarsen , -2, 0, 0, 0 -radarseo , -2, 0, 0, 0 -radarsep , -2, 0, 0, 0 -radarseq , -2, 0, 0, 0 -radarser , -2, 0, 0, 0 -radarset , -2, 0, 0, 0 -raisemen , 0, 0, -3, 0 -rakehell , -1, 0, 0, 0 -ralphate , 0, 0, 0, -2 -ranchate , 0, 0, 0, -2 -ranchink , 0, -3, 0, 0 -ranusing , -2, 0, 0, 0 -ranusual , -2, 0, 0, 0 -rapeagle , 0, 0, -3, 0 -rapebony , 0, 0, -3, 0 -rapebook , 0, 0, -3, 0 -rapegypt , 0, 0, -3, 0 -rapeight , 0, 0, -3, 0 -rapelder , 0, 0, -3, 0 -rapelect , 0, 0, -3, 0 -rapelite , 0, 0, -3, 0 -rapellen , 0, 0, -3, 0 -rapellis , 0, 0, -3, 0 -rapelvis , 0, 0, -3, 0 -rapemacs , 0, 0, -3, 0 -rapemail , 0, 0, -3, 0 -rapemily , 0, 0, -3, 0 -rapempty , 0, 0, -3, 0 -rapenemy , 0, 0, -3, 0 -rapenjoy , 0, 0, -3, 0 -rapepson , 0, 0, -3, 0 -rapequal , 0, 0, -3, 0 -rapeseed , 0, 0, -3, 0 -rapessay , 0, 0, -3, 0 -rapessex , 0, 0, -3, 0 -rapexact , 0, 0, -3, 0 -rapexcel , 0, 0, -3, 0 -rapexist , 0, 0, -3, 0 -raphanus , -2, 0, 0, 0 -rapissue , -1, 0, 0, 0 -ratspunk , 0, 0, -3, 0 -ratwatch , 0, 0, -3, 0 -ratwater , 0, 0, -3, 0 -rayspunk , 0, 0, -3, 0 -readyken , -2, -2, -2, 0 -readykey , -2, -2, -2, 0 -rectumor , 0, 0, -2, 0 -recuntil , 0, -2, -2, 0 -reefrick , -1, 0, 0, 0 -repissue , -1, 0, 0, 0 -retardee , 0, -2, 0, -2 -retarder , 0, -2, 0, -2 -rfcuntil , 0, -2, -2, 0 -ribboner , 0, 0, -3, 0 -ricoonce , 0, -5, 0, 0 -ricoonly , 0, -5, 0, 0 -ricoonto , 0, -5, 0, 0 -ricoward , 0, 0, 0, -1 -ripissue , -1, 0, 0, 0 -rochelle , -1, 0, 0, 0 -roofrick , -1, 0, 0, 0 -rootwatt , 0, 0, -3, 0 -rosspunk , 0, 0, -3, 0 -roughate , 0, 0, 0, -2 -rowspunk , 0, 0, -3, 0 -rrpissue , -1, 0, 0, 0 -ruglycos , 0, 0, 0, -2 -ruglying , 0, 0, 0, -2 -ruglyric , 0, 0, 0, -2 -rugspunk , 0, 0, -3, 0 -runspunk , 0, 0, -3, 0 -ryanalex , -2, 0, -2, 0 -ryanalso , -2, 0, -2, 0 -ryanusgs , -2, 0, 0, 0 -ryanusps , -2, 0, 0, 0 -sackbutt , -1, 0, 0, 0 -safelate , 0, 0, -3, 0 -sanalbum , -2, 0, -2, 0 -sanalert , -2, 0, -2, 0 -sanalpha , -2, 0, -2, 0 -sanspunk , 0, 0, -3, 0 -sanusing , -2, 0, 0, 0 -sanusual , -2, 0, 0, 0 -sapissue , -1, 0, 0, 0 -sarahate , 0, 0, 0, -2 -saturday , -1, 0, 0, 0 -satwatch , 0, 0, -3, 0 -satwater , 0, 0, -3, 0 -sayspunk , 0, 0, -3, 0 -scuddick , -2, 0, -2, 0 -scumfish , 0, 0, -2, -2 -scumless , 0, 0, -2, -2 -scumlike , 0, 0, -2, -2 -scummier , 0, 0, -2, -2 -scumming , 0, 0, 0, -2 -scyphate , 0, 0, 0, -2 -seanalex , -2, 0, -2, 0 -seanalso , -2, 0, -2, 0 -seanusgs , -2, 0, 0, 0 -seanusps , -2, 0, 0, 0 -secuntil , 0, -2, -2, 0 -seespunk , 0, 0, -3, 0 -selfrick , -1, 0, 0, 0 -seminude , 0, 0, -3, 0 -sensemen , 0, 0, -3, 0 -sepissue , -1, 0, 0, 0 -septwatt , 0, 0, -3, 0 -serranus , -2, 0, 0, 0 -setspunk , 0, 0, -3, 0 -setwatch , 0, 0, -3, 0 -setwater , 0, 0, -3, 0 -shagging , 0, 0, 3, 0 -shitheel , -2, 0, 0, 0 -shutwatt , 0, 0, -3, 0 -sicuntil , 0, -2, -2, 0 -sillcock , -2, 0, -2, 0 -silvanus , -2, 0, 0, 0 -simspunk , 0, 0, -3, 0 -sincestd , 0, 0, -3, 0 -sinceste , 0, 0, -3, 0 -sincestr , 0, 0, -3, 0 -singhate , 0, 0, 0, -2 -sinigrin , -3, -5, 0, 0 -sipissue , -1, 0, 0, 0 -sissyish , 0, 0, 0, -1 -sissyism , 0, 0, 0, -1 -sixrated , 0, 0, -2, 0 -sixthate , 0, 0, 0, -2 -skipissn , -1, 0, 0, 0 -skipoops , -1, 0, 0, 0 -skiprick , -2, 0, 0, -1 -sluthood , 0, -2, -2, 0 -smithate , 0, 0, 0, -2 -smtpissn , -1, 0, 0, 0 -smtpoops , -1, 0, 0, 0 -smtprick , -2, 0, 0, -1 -snapissn , -1, 0, 0, 0 -snaprick , -2, 0, 0, -1 -soapissn , -1, 0, 0, 0 -soaprick , -2, 0, 0, -1 -socuntil , 0, -2, -2, 0 -sodomize , 0, 0, 3, 0 -softwatt , 0, 0, -3, 0 -solarsea , -2, 0, 0, 0 -solarsec , -2, 0, 0, 0 -solarsee , -2, 0, 0, 0 -solarsen , -2, 0, 0, 0 -solarseo , -2, 0, 0, 0 -solarsep , -2, 0, 0, 0 -solarseq , -2, 0, 0, 0 -solarser , -2, 0, 0, 0 -solarset , -2, 0, 0, 0 -soniccab , -2, -3, 0, 0 -soniccad , -2, -3, 0, 0 -soniccal , -2, -3, 0, 0 -soniccam , -2, -3, 0, 0 -soniccan , -2, -3, 0, 0 -soniccap , -2, -3, 0, 0 -soniccar , -2, -3, 0, 0 -soniccas , -2, -3, 0, 0 -soniccat , -2, -3, 0, 0 -soniclit , 0, 0, -3, 0 -sonicrap , -1, 0, 0, 0 -sortwatt , 0, 0, -3, 0 -soupissn , -1, 0, 0, 0 -soupoops , -1, 0, 0, 0 -souprick , -2, 0, 0, -1 -southate , 0, 0, 0, -2 -soxrated , 0, 0, -2, 0 -specunto , 0, -2, -2, 0 -spunkily , 0, 0, -3, 0 -spunking , 0, 0, -3, 0 -srcuntil , 0, -2, -2, 0 -statwatt , 0, 0, -3, 0 -stepissn , -1, 0, 0, 0 -stepoops , -1, 0, 0, 0 -steprick , -2, 0, 0, -1 -stopcock , -2, 0, -2, 0 -studyken , -2, -2, -2, 0 -studykey , -2, -2, -2, 0 -stupider , 0, 0, 0, -1 -stupidly , 0, 0, 0, -1 -sturdied , -1, 0, 0, 0 -sturdier , -1, 0, 0, 0 -sturdily , -1, 0, 0, 0 -suckitem , 0, 0, -2, -2 -suckmyth , 0, 0, -3, 0 -sulphate , 0, 0, 0, -2 -sundaygo , 0, -3, 0, 0 -surfrick , -1, 0, 0, 0 -swapissn , -1, 0, 0, 0 -swaprick , -2, 0, 0, -1 -swordick , -2, 0, -2, 0 -synarses , -2, 0, 0, 0 -syncunto , 0, -2, -2, 0 -tagspunk , 0, 0, -3, 0 -tanalbum , -2, 0, -2, 0 -tanalert , -2, 0, -2, 0 -tanalpha , -2, 0, -2, 0 -tanusing , -2, 0, 0, 0 -tanusual , -2, 0, 0, 0 -tapisser , -1, 0, 0, 0 -tapissue , -1, 0, 0, 0 -taxrated , 0, 0, -2, 0 -tcpissue , -1, 0, 0, 0 -teddyken , -2, -2, -2, 0 -teddykey , -2, -2, -2, 0 -teethate , 0, 0, 0, -2 -tempissn , -1, 0, 0, 0 -tempoops , -1, 0, 0, 0 -temprick , -2, 0, 0, -1 -testical , 0, 0, 3, 0 -testicle , 0, 0, 3, 0 -texrated , 0, 0, -2, 0 -tftwatch , 0, 0, -3, 0 -tftwater , 0, 0, -3, 0 -tgpissue , -1, 0, 0, 0 -thanalex , -2, 0, -2, 0 -thanalso , -2, 0, -2, 0 -thanusgs , -2, 0, 0, 0 -thanusps , -2, 0, 0, 0 -thesemen , 0, 0, -3, 0 -thomomys , 0, -2, -1, 0 -thuspunk , 0, 0, -3, 0 -tiespunk , 0, 0, -3, 0 -tipissue , -1, 0, 0, 0 -tithable , 0, 0, -3, 0 -tithonia , 0, 0, -3, 0 -tithonic , 0, 0, -3, 0 -tithonus , 0, 0, -3, 0 -tithymal , 0, 0, -3, 0 -titmarsh , 0, 0, -3, 0 -titmmice , 0, 0, -3, 0 -titmouse , 0, 0, -3, 0 -titrable , 0, 0, -3, 0 -titrator , 0, 0, -3, 0 -titubant , 0, 0, -3, 0 -titubate , 0, 0, -3, 0 -titulado , 0, 0, -3, 0 -tmpissue , -1, 0, 0, 0 -toothate , 0, 0, 0, -2 -topissue , -1, 0, 0, 0 -topspunk , 0, 0, -3, 0 -touchate , 0, 0, 0, -2 -touchink , 0, -3, 0, 0 -toughate , 0, 0, 0, -2 -toxiclit , 0, 0, -3, 0 -toxicrap , -1, 0, 0, 0 -toyspunk , 0, 0, -3, 0 -trapezia , 0, 0, -3, 0 -trochate , 0, 0, 0, -2 -tumorons , 0, 0, 0, -2 -turboobj , 0, 0, -3, 0 -turdetan , -1, 0, 0, 0 -turdidae , -1, 0, 0, 0 -turdinae , -1, 0, 0, 0 -turncock , -2, 0, -2, 0 -turnmeon , 0, 0, 2, 0 -twatchel , 0, 0, -3, 0 -tympanal , -2, 0, -2, 0 -ultrapee , 0, 0, -3, 0 -ultrapen , 0, 0, -3, 0 -ultrapet , 0, 0, -3, 0 -unbloody , -2, 0, 0, 0 -unbreast , 0, 0, -2, 0 -unigrace , -3, -5, 0, 0 -unigrain , -3, -5, 0, 0 -unigrams , -3, -5, 0, 0 -unigrand , -3, -5, 0, 0 -unigrant , -3, -5, 0, 0 -unigraph , -3, -5, 0, 0 -unigrave , -3, -5, 0, 0 -unigrill , -3, -5, 0, 0 -unigross , -3, -5, 0, 0 -unigroup , -3, -5, 0, 0 -unigrove , -3, -5, 0, 0 -unstupid , 0, 0, 0, -1 -upcuntil , 0, -2, -2, 0 -urlspunk , 0, 0, -3, 0 -uscuntil , 0, -2, -2, 0 -usespunk , 0, 0, -3, 0 -usgspunk , 0, 0, -3, 0 -uspspunk , 0, 0, -3, 0 -utcuntil , 0, -2, -2, 0 -vanalbum , -2, 0, -2, 0 -vanalert , -2, 0, -2, 0 -vanalpha , -2, 0, -2, 0 -vanusing , -2, 0, 0, 0 -vanusual , -2, 0, 0, 0 -varseven , -2, 0, 0, 0 -vastwatt , 0, 0, -3, 0 -vatwatch , 0, 0, -3, 0 -vatwater , 0, 0, -3, 0 -vcrapart , -1, 0, 0, 0 -vcrapnic , -1, 0, 0, 0 -versemen , 0, 0, -3, 0 -vicuntil , 0, -2, -2, 0 -vipissue , -1, 0, 0, 0 -voipissn , -1, 0, 0, 0 -voipoops , -1, 0, 0, 0 -voiprick , -2, 0, 0, -1 -volcanus , -2, 0, 0, 0 -voltwatt , 0, 0, -3, 0 -wambutti , -1, 0, 0, 0 -wanalbum , -2, 0, -2, 0 -wanalert , -2, 0, -2, 0 -wanalpha , -2, 0, -2, 0 -wanusing , -2, 0, 0, 0 -wanusual , -2, 0, 0, 0 -warspunk , 0, 0, -3, 0 -watchate , 0, 0, 0, -2 -watchink , 0, -3, 0, 0 -wattwatt , 0, 0, -3, 0 -waxrated , 0, 0, -2, 0 -wayspunk , 0, 0, -3, 0 -welshate , 0, 0, 0, -2 -wendyken , -2, -2, -2, 0 -wendykey , -2, -2, -2, 0 -wetwatch , 0, 0, -3, 0 -wetwater , 0, 0, -3, 0 -whichate , 0, 0, 0, -2 -whichink , 0, -3, 0, 0 -whoarbor , 0, -3, -2, 0 -whoarise , 0, -3, -2, 0 -whoarray , 0, -3, -2, 0 -whoarrow , 0, -3, -2, 0 -whoaruba , 0, -3, -2, 0 -whomoclc , 0, -2, -1, 0 -whomoecd , 0, -2, -1, 0 -whomohio , 0, -2, -1, 0 -whomokay , 0, -2, -1, 0 -whomoops , 0, -2, -1, 0 -whomoore , 0, -2, -1, 0 -whomopen , 0, -2, -1, 0 -whomoral , 0, -2, -1, 0 -whomoses , 0, -2, -1, 0 -whomotel , 0, -2, -1, 0 -whomotor , 0, -2, -1, 0 -whomount , 0, -2, -1, 0 -whomouse , 0, -2, -1, 0 -whomoval , 0, -2, -1, 0 -whomovie , 0, -2, -1, 0 -whomowen , 0, -2, -1, 0 -widthate , 0, 0, 0, -2 -wifelate , 0, 0, -3, 0 -witchate , 0, 0, 0, -2 -witchink , 0, -3, 0, 0 -wolfrick , -1, 0, 0, 0 -woodcock , -2, 0, -2, 0 -worsemen , 0, 0, -3, 0 -worthate , 0, 0, 0, -2 -xanthate , 0, 0, 0, -2 -yetwatch , 0, 0, -3, 0 -yetwater , 0, 0, -3, 0 -youthate , 0, 0, 0, -2 -zipissue , -1, 0, 0, 0 -actwatson , 0, 0, -3, 0 -adamspunk , 0, 0, -3, 0 -adultwatt , 0, 0, -3, 0 -adumbrant , 0, 0, 0, -1 -adumbrate , 0, 0, 0, -1 -advisemen , 0, 0, -3, 0 -agapornis , 0, 0, -3, 0 -alertwatt , 0, 0, -3, 0 -alexrated , 0, 0, -2, 0 -alphatech , 0, 0, 0, -2 -alphatemp , 0, 0, 0, -2 -altwatson , 0, 0, -3, 0 -alumnigsm , -2, -3, 0, 0 -alumnigst , -2, -3, 0, 0 -analadder , -2, 0, -2, 0 -analadies , -2, 0, -2, 0 -analagous , -2, 0, -2, 0 -analaunch , -2, 0, -2, 0 -analauren , -2, 0, -2, 0 -analcimic , -2, 0, -2, 0 -analeague , -2, 0, -2, 0 -analectic , -2, 0, -2, 0 -analepses , -2, 0, -2, 0 -analepsis , -2, 0, -2, 0 -analeptic , -2, 0, -2, 0 -analgesia , -2, 0, -2, 0 -analgesic , -2, 0, -2, 0 -analgesis , -2, 0, -2, 0 -analgetic , -2, 0, -2, 0 -analiable , -2, 0, -2, 0 -analiquid , -2, 0, -2, 0 -analiving , -2, 0, -2, 0 -analondon , -2, 0, -2, 0 -analoving , -2, 0, -2, 0 -analuther , -2, 0, -2, 0 -analuxury , -2, 0, -2, 0 -analysand , -2, 0, -2, 0 -analysing , -2, 0, -2, 0 -analyzing , -2, 0, -2, 0 -anchornyc , 0, 0, -3, 0 -andykeith , -2, -2, -2, 0 -andykelly , -2, -2, -2, 0 -andykevin , -2, -2, -2, 0 -antwatson , 0, 0, -3, 0 -apacheshe , 0, 0, -2, 0 -apniccafe , -2, -3, 0, 0 -apniccage , -2, -3, 0, 0 -apniccake , -2, -3, 0, 0 -apniccave , -2, -3, 0, 0 -apnicunto , 0, -2, -2, 0 -apolloser , 0, 0, 0, -2 -aptwatson , 0, 0, -3, 0 -arabichad , 0, -2, -2, 0 -arabicham , 0, -2, -2, 0 -arabichas , 0, -2, -2, 0 -arabichat , 0, -2, -2, 0 -arabichay , 0, -2, -2, 0 -arabichim , 0, -2, -2, 0 -arabichip , 0, -2, -2, 0 -arabichis , 0, -2, -2, 0 -arabichit , 0, -2, -2, 0 -arabichiv , 0, -2, -2, 0 -arabichon , 0, -2, -2, 0 -arabichop , 0, -2, -2, 0 -arabichot , 0, -2, -2, 0 -arabichow , 0, -2, -2, 0 -arabichrs , 0, -2, -2, 0 -arabichub , 0, -2, -2, 0 -arabichwy , 0, -2, -2, 0 -arabiclit , 0, 0, -3, 0 -arabicrap , -1, 0, 0, 0 -archellis , -1, 0, 0, 0 -arcticlit , 0, 0, -3, 0 -arcticrap , -1, 0, 0, 0 -arenazinc , 0, -2, 0, 0 -armoronce , 0, 0, 0, -2 -armoronly , 0, 0, 0, -2 -armoronto , 0, 0, 0, -2 -arseneted , -2, 0, 0, 0 -arsenfast , -2, 0, 0, 0 -arseniate , -2, 0, 0, 0 -arsenillo , -2, 0, 0, 0 -arsenious , -2, 0, 0, 0 -arsesmart , -2, 0, 0, 0 -artisanal , -2, 0, -2, 0 -artwatson , 0, 0, -3, 0 -ashkenazi , 0, -2, 0, 0 -assausive , -2, 0, 0, 0 -assonance , -2, 0, 0, 0 -assuaging , -2, 0, 0, 0 -assuasive , -2, 0, 0, 0 -assuetude , -2, 0, 0, 0 -assumable , -2, 0, 0, 0 -assumably , -2, 0, 0, 0 -assumpsit , -2, 0, 0, 0 -assurable , -2, 0, 0, 0 -assurance , -2, 0, 0, 0 -asswaging , -2, 0, 0, 0 -assyntite , -2, 0, 0, 0 -asyllabia , 0, 0, -3, 0 -attachink , 0, -3, 0, 0 -aurorapee , 0, 0, -3, 0 -aurorapen , 0, 0, -3, 0 -aurorapet , 0, 0, -3, 0 -autospunk , 0, 0, -3, 0 -babespunk , 0, 0, -3, 0 -bacchanal , -2, 0, -2, 0 -ballsaint , 0, 0, -1, 0 -ballsalad , 0, 0, -1, 0 -ballsally , 0, 0, -1, 0 -ballsalon , 0, 0, -1, 0 -ballsauce , 0, 0, -1, 0 -ballsaudi , 0, 0, -1, 0 -ballsbjct , 0, 0, -1, 0 -ballscale , 0, 0, -1, 0 -ballscary , 0, 0, -1, 0 -ballscene , 0, 0, -1, 0 -ballscoop , 0, 0, -1, 0 -ballscope , 0, 0, -1, 0 -ballscore , 0, 0, -1, 0 -ballscott , 0, 0, -1, 0 -ballscout , 0, 0, -1, 0 -ballscrew , 0, 0, -1, 0 -ballscuba , 0, 0, -1, 0 -ballseven , 0, 0, -1, 0 -ballshade , 0, 0, -1, 0 -ballshaft , 0, 0, -1, 0 -ballshake , 0, 0, -1, 0 -ballshall , 0, 0, -1, 0 -ballshame , 0, 0, -1, 0 -ballshape , 0, 0, -1, 0 -ballshare , 0, 0, -1, 0 -ballshark , 0, 0, -1, 0 -ballsharp , 0, 0, -1, 0 -ballshift , 0, 0, -1, 0 -ballshine , 0, 0, -1, 0 -ballshirt , 0, 0, -1, 0 -ballshock , 0, 0, -1, 0 -ballshoot , 0, 0, -1, 0 -ballshore , 0, 0, -1, 0 -ballshort , 0, 0, -1, 0 -ballsilly , 0, 0, -1, 0 -ballslave , 0, 0, -1, 0 -ballsleep , 0, 0, -1, 0 -ballslide , 0, 0, -1, 0 -ballslope , 0, 0, -1, 0 -ballsmall , 0, 0, -1, 0 -ballsmart , 0, 0, -1, 0 -ballsmell , 0, 0, -1, 0 -ballsmile , 0, 0, -1, 0 -ballsmith , 0, 0, -1, 0 -ballsmoke , 0, 0, -1, 0 -ballsnake , 0, 0, -1, 0 -ballsorry , 0, 0, -1, 0 -ballsound , 0, 0, -1, 0 -ballsouth , 0, 0, -1, 0 -ballspeak , 0, 0, -1, 0 -ballspeed , 0, 0, -1, 0 -ballspell , 0, 0, -1, 0 -ballspend , 0, 0, -1, 0 -ballspent , 0, 0, -1, 0 -ballsperm , 0, 0, -1, 0 -ballspice , 0, 0, -1, 0 -ballspies , 0, 0, -1, 0 -ballsplit , 0, 0, -1, 0 -ballspoke , 0, 0, -1, 0 -ballsport , 0, 0, -1, 0 -ballspray , 0, 0, -1, 0 -ballsquad , 0, 0, -1, 0 -ballstack , 0, 0, -1, 0 -ballstaff , 0, 0, -1, 0 -ballstage , 0, 0, -1, 0 -ballstake , 0, 0, -1, 0 -ballstamp , 0, 0, -1, 0 -ballstick , 0, 0, -1, 0 -ballstill , 0, 0, -1, 0 -ballstock , 0, 0, -1, 0 -ballstone , 0, 0, -1, 0 -ballstood , 0, 0, -1, 0 -ballstore , 0, 0, -1, 0 -ballstorm , 0, 0, -1, 0 -ballstory , 0, 0, -1, 0 -ballstuck , 0, 0, -1, 0 -ballstuff , 0, 0, -1, 0 -ballstyle , 0, 0, -1, 0 -ballsudan , 0, 0, -1, 0 -ballsugar , 0, 0, -1, 0 -ballsuper , 0, 0, -1, 0 -ballsusan , 0, 0, -1, 0 -ballsweet , 0, 0, -1, 0 -ballswift , 0, 0, -1, 0 -ballswing , 0, 0, -1, 0 -ballswiss , 0, 0, -1, 0 -ballsword , 0, 0, -1, 0 -bandspunk , 0, 0, -3, 0 -bankspunk , 0, 0, -3, 0 -baseballs , 0, 0, -1, 0 -basespunk , 0, 0, -3, 0 -basispunk , 0, 0, -3, 0 -basissync , 0, 0, 0, -1 -bathellis , -1, 0, 0, 0 -bathspunk , 0, 0, -3, 0 -batwatson , 0, 0, -3, 0 -beacheshe , 0, 0, -2, 0 -beanalbum , -2, 0, -2, 0 -beanalert , -2, 0, -2, 0 -beanalpha , -2, 0, -2, 0 -beanballs , 0, 0, -1, 0 -beanspunk , 0, 0, -3, 0 -beanusing , -2, 0, 0, 0 -beanusual , -2, 0, 0, 0 -beatspunk , 0, 0, -3, 0 -beganalex , -2, 0, -2, 0 -beganalso , -2, 0, -2, 0 -beganusgs , -2, 0, 0, 0 -beganusps , -2, 0, 0, 0 -beltspunk , 0, 0, -3, 0 -beltwatch , 0, 0, -3, 0 -beltwater , 0, 0, -3, 0 -bethellis , -1, 0, 0, 0 -betwatson , 0, 0, -3, 0 -bichromic , 0, -2, -2, 0 -bikespunk , 0, 0, -3, 0 -bikinigsm , -2, -3, 0, 0 -bikinigst , -2, -3, 0, 0 -billspunk , 0, 0, -3, 0 -billycock , -2, 0, -2, 0 -birdspunk , 0, 0, -3, 0 -bitchains , 0, -2, -2, 0 -bitchapel , 0, -2, -2, 0 -bitcharge , 0, -2, -2, 0 -bitcheers , 0, -2, -2, 0 -bitcheese , 0, -2, -2, 0 -bitcheque , 0, -2, -2, 0 -bitcherry , 0, -2, -2, 0 -bitchiest , 0, -2, -2, 0 -bitchoice , 0, -2, -2, 0 -bitchoose , 0, -2, -2, 0 -bitchorus , 0, -2, -2, 0 -bitchrome , 0, -2, -2, 0 -bitchubby , 0, -2, -2, 0 -bitchurch , 0, -2, -2, 0 -bitschain , 0, -2, -2, 0 -bitschair , 0, -2, -2, 0 -bitschaos , 0, -2, -2, 0 -bitschase , 0, -2, -2, 0 -bitscheap , 0, -2, -2, 0 -bitscheat , 0, -2, -2, 0 -bitscheck , 0, -2, -2, 0 -bitschess , 0, -2, -2, 0 -bitschest , 0, -2, -2, 0 -bitschevy , 0, -2, -2, 0 -bitschris , 0, -2, -2, 0 -bitschuck , 0, -2, -2, 0 -blahellis , -1, 0, 0, 0 -bloodyale , -2, 0, 0, 0 -bloodyang , -2, 0, 0, 0 -bloodyard , -2, 0, 0, 0 -bloodyarn , -2, 0, 0, 0 -bloodying , -2, 0, 0, 0 -bloodyoga , -2, 0, 0, 0 -bloodyork , -2, 0, 0, 0 -blowballs , 0, 0, -1, 0 -bluespunk , 0, 0, -3, 0 -boatspunk , 0, 0, -3, 0 -boatwatch , 0, 0, -3, 0 -boatwater , 0, 0, -3, 0 -bodykeith , -2, -2, -2, 0 -bodykelly , -2, -2, -2, 0 -bodykevin , -2, -2, -2, 0 -boltwatch , 0, 0, -3, 0 -boltwater , 0, 0, -3, 0 -bondspunk , 0, 0, -3, 0 -bonereach , 0, 0, -3, 0 -bonerebel , 0, 0, -3, 0 -bonerehab , 0, 0, -3, 0 -bonerelax , 0, 0, -3, 0 -bonerelay , 0, 0, -3, 0 -boneremix , 0, 0, -3, 0 -bonerenew , 0, 0, -3, 0 -boneretro , 0, 0, -3, 0 -bonerhode , 0, 0, -3, 0 -boneright , 0, 0, -3, 0 -boneriver , 0, 0, -3, 0 -boneroger , 0, 0, -3, 0 -bonerotic , 0, 0, -3, 0 -bonerouge , 0, 0, -3, 0 -bonerough , 0, 0, -3, 0 -boneround , 0, 0, -3, 0 -boneroute , 0, 0, -3, 0 -bonerover , 0, 0, -3, 0 -bonerural , 0, 0, -3, 0 -bonhomous , 0, -2, -1, 0 -bonuspunk , 0, 0, -3, 0 -boobialla , 0, 0, -3, 0 -booboisie , 0, 0, -3, 0 -boobyalla , 0, 0, -3, 0 -bookspunk , 0, 0, -3, 0 -boostwatt , 0, 0, -3, 0 -bootspunk , 0, 0, -3, 0 -bootwatch , 0, 0, -3, 0 -bootwater , 0, 0, -3, 0 -bothellis , -1, 0, 0, 0 -boxespunk , 0, 0, -3, 0 -brainless , 0, 0, 0, 1 -brasquing , 0, 0, -1, 0 -brasspunk , 0, 0, -3, 0 -brauneria , 0, 0, -1, 0 -brauronia , 0, 0, -1, 0 -breastful , 0, 0, -2, 0 -breasting , 0, 0, -2, 0 -breastpin , 0, 0, -2, 0 -breathate , 0, 0, 0, -2 -briefrick , -1, 0, 0, 0 -brighella , -1, 0, 0, 0 -broomrape , 0, 0, -3, 0 -browsemen , 0, 0, -3, 0 -buckspunk , 0, 0, -3, 0 -buddykeen , -2, -2, -2, 0 -buddykeep , -2, -2, -2, 0 -buddykept , -2, -2, -2, 0 -buggerald , -2, 0, 0, 0 -buggeries , -2, 0, 0, 0 -buggering , -2, 0, 0, 0 -buggerman , -2, 0, 0, 0 -builtwatt , 0, 0, -3, 0 -burnspunk , 0, 0, -3, 0 -burstwatt , 0, 0, -3, 0 -buttackle , -1, 0, 0, 0 -buttaiwan , -1, 0, 0, 0 -buttaking , -1, 0, 0, 0 -buttattoo , -1, 0, 0, 0 -buttaught , -1, 0, 0, 0 -buttaylor , -1, 0, 0, 0 -butthirty , -1, 0, 0, 0 -butthomas , -1, 0, 0, 0 -butthread , -1, 0, 0, 0 -butthreat , -1, 0, 0, 0 -butthroat , -1, 0, 0, 0 -butticket , -1, 0, 0, 0 -buttissue , -1, 0, 0, 0 -buttitans , -1, 0, 0, 0 -buttitten , -1, 0, 0, 0 -buttrance , -1, 0, 0, 0 -buttranny , -1, 0, 0, 0 -buttrauma , -1, 0, 0, 0 -buttravel , -1, 0, 0, 0 -buttravis , -1, 0, 0, 0 -buttrembl , -1, 0, 0, 0 -buttroops , -1, 0, 0, 0 -buttstock , -1, 0, 0, 0 -buttstrap , -1, 0, 0, 0 -buttucson , -1, 0, 0, 0 -buttuning , -1, 0, 0, 0 -buttunnel , -1, 0, 0, 0 -butturkey , -1, 0, 0, 0 -butturtle , -1, 0, 0, 0 -buttwelve , -1, 0, 0, 0 -buttwenty , -1, 0, 0, 0 -butwatson , 0, 0, -3, 0 -bytespunk , 0, 0, -3, 0 -cakespunk , 0, 0, -3, 0 -caliphate , 0, 0, 0, -2 -callspunk , 0, 0, -3, 0 -campspunk , 0, 0, -3, 0 -campusyea , 0, -2, -2, 0 -campusyen , 0, -2, -2, 0 -campusyes , 0, -2, -2, 0 -campusyet , 0, -2, -2, 0 -campusyou , 0, -2, -2, 0 -campusyrs , 0, -2, -2, 0 -carbonero , 0, 0, -3, 0 -cardspunk , 0, 0, -3, 0 -casespunk , 0, 0, -3, 0 -castwatch , 0, 0, -3, 0 -castwater , 0, 0, -3, 0 -catharses , -2, 0, 0, 0 -catwatson , 0, 0, -3, 0 -cdtwatson , 0, 0, -3, 0 -cedarsega , -2, 0, 0, 0 -cedarself , -2, 0, 0, 0 -cedarsell , -2, 0, 0, 0 -cedarsemi , -2, 0, 0, 0 -cellspunk , 0, 0, -3, 0 -celticlit , 0, 0, -3, 0 -celticrap , -1, 0, 0, 0 -centspunk , 0, 0, -3, 0 -cetwatson , 0, 0, -3, 0 -cfrignore , -1, 0, -2, 0 -chanalbum , -2, 0, -2, 0 -chanalert , -2, 0, -2, 0 -chanalpha , -2, 0, -2, 0 -chanusing , -2, 0, 0, 0 -chanusual , -2, 0, 0, 0 -chaospunk , 0, 0, -3, 0 -charseven , -2, 0, 0, 0 -cheapissn , -1, 0, 0, 0 -cheaprick , -2, 0, 0, -1 -cheesemen , 0, 0, -3, 0 -chesspunk , 0, 0, -3, 0 -chiefrick , -1, 0, 0, 0 -chinazinc , 0, -2, 0, 0 -chinkapin , 0, -3, 0, 0 -chinkiest , 0, -3, 0, 0 -choarnold , 0, -3, -2, 0 -choaround , 0, -3, -2, 0 -choarrest , 0, -3, -2, 0 -choarrive , 0, -3, -2, 0 -chomobile , 0, -2, -1, 0 -chomorgan , 0, -2, -1, 0 -chomorris , 0, -2, -1, 0 -chomoscow , 0, -2, -1, 0 -chomother , 0, -2, -1, 0 -chomotion , 0, -2, -1, 0 -chomoving , 0, -2, -1, 0 -choosemen , 0, 0, -3, 0 -chrispunk , 0, 0, -3, 0 -churchate , 0, 0, 0, -2 -churchink , 0, -3, 0, 0 -cindykeen , -2, -2, -2, 0 -cindykeep , -2, -2, -2, 0 -cindykept , -2, -2, -2, 0 -ciscoward , 0, 0, 0, -1 -clarapeak , 0, 0, -3, 0 -clarapeas , 0, 0, -3, 0 -clarseach , -2, 0, 0, 0 -classpunk , 0, 0, -3, 0 -cliffrick , -1, 0, 0, 0 -cliniccab , -2, -3, 0, 0 -cliniccad , -2, -3, 0, 0 -cliniccal , -2, -3, 0, 0 -cliniccam , -2, -3, 0, 0 -cliniccan , -2, -3, 0, 0 -cliniccap , -2, -3, 0, 0 -cliniccar , -2, -3, 0, 0 -cliniccas , -2, -3, 0, 0 -cliniccat , -2, -3, 0, 0 -cliniclit , 0, 0, -3, 0 -clinicrap , -1, 0, 0, 0 -clitocybe , 0, 0, -3, 0 -cloudyken , -2, -2, -2, 0 -cloudykey , -2, -2, -2, 0 -clubspunk , 0, 0, -3, 0 -coacheshe , 0, 0, -2, 0 -coastwatt , 0, 0, -3, 0 -coatwatch , 0, 0, -3, 0 -coatwater , 0, 0, -3, 0 -cockaigne , -2, 0, -2, 0 -cockamamy , -2, 0, -2, 0 -cockateel , -2, 0, -2, 0 -cockatiel , -2, 0, -2, 0 -cockbrain , -2, 0, -1, 0 -cockfight , -2, 0, -2, 0 -cockhorse , -2, 0, -2, 0 -cockiness , -2, 0, -2, 0 -cocklight , -2, 0, -2, 0 -cockloche , -2, 0, -2, 0 -cockmatch , -2, 0, -2, 0 -cockneian , -2, 0, -2, 0 -cockneity , -2, 0, -2, 0 -cockroach , -2, 0, -2, 0 -cockscomb , -2, 0, -2, 0 -cocksfoot , -2, 0, -2, 0 -cockshead , -2, 0, -2, 0 -cockshies , -2, 0, -2, 0 -cockshoot , -2, 0, -2, 0 -cockstone , -2, 0, -2, 0 -cockswain , -2, 0, -2, 0 -collarsea , -2, 0, 0, 0 -collarsec , -2, 0, 0, 0 -collarsee , -2, 0, 0, 0 -collarsen , -2, 0, 0, 0 -collarseo , -2, 0, 0, 0 -collarsep , -2, 0, 0, 0 -collarseq , -2, 0, 0, 0 -collarser , -2, 0, 0, 0 -collarset , -2, 0, 0, 0 -comedyken , -2, -2, -2, 0 -comedykey , -2, -2, -2, 0 -comespunk , 0, 0, -3, 0 -compissue , -1, 0, 0, 0 -condomake , 0, 0, -2, 0 -condomale , 0, 0, -2, 0 -condomali , 0, 0, -2, 0 -condomall , 0, 0, -2, 0 -condomaui , 0, 0, -2, 0 -condomike , 0, 0, -2, 0 -condomime , 0, 0, -2, 0 -condomisc , 0, 0, -2, 0 -condomiss , 0, 0, -2, 0 -condomold , 0, 0, -2, 0 -condomood , 0, 0, -2, 0 -condomoon , 0, 0, -2, 0 -condomore , 0, 0, -2, 0 -condomoss , 0, 0, -2, 0 -condomost , 0, 0, -2, 0 -condomove , 0, 0, -2, 0 -condompeg , 0, 0, -2, 0 -condomrna , 0, 0, -2, 0 -condomsie , 0, 0, -2, 0 -condomuch , 0, 0, -2, 0 -condomust , 0, 0, -2, 0 -condomuze , 0, 0, -2, 0 -constwatt , 0, 0, -3, 0 -coonhound , 0, -5, 0, 0 -cooniness , 0, -5, 0, 0 -cornballs , 0, 0, -1, 0 -corpissue , -1, 0, 0, 0 -corpspunk , 0, 0, -3, 0 -corpusyea , 0, -2, -2, 0 -corpusyen , 0, -2, -2, 0 -corpusyes , 0, -2, -2, 0 -corpusyet , 0, -2, -2, 0 -corpusyou , 0, -2, -2, 0 -corpusyrs , 0, -2, -2, 0 -costspunk , 0, 0, -3, 0 -costwatch , 0, 0, -3, 0 -costwater , 0, 0, -3, 0 -countwatt , 0, 0, -3, 0 -coursemen , 0, 0, -3, 0 -courtwatt , 0, 0, -3, 0 -cowardice , 0, 0, 0, -1 -cowardish , 0, 0, 0, -1 -cpusydney , 0, -2, -2, 0 -cpusymbol , 0, -2, -2, 0 -cpusyntax , 0, -2, -2, 0 -crackeric , 0, -2, 0, 0 -crackerik , 0, -2, 0, 0 -craftwatt , 0, 0, -3, 0 -crapulent , -1, 0, 0, 0 -crapulous , -1, 0, 0, 0 -crisissys , 0, 0, 0, -1 -cropissue , -1, 0, 0, 0 -cropspunk , 0, 0, -3, 0 -cruisemen , 0, 0, -3, 0 -cstwatson , 0, 0, -3, 0 -cubichack , 0, -2, -2, 0 -cubichair , 0, -2, -2, 0 -cubichalf , 0, -2, -2, 0 -cubichall , 0, -2, -2, 0 -cubichalo , 0, -2, -2, 0 -cubichand , 0, -2, -2, 0 -cubichang , 0, -2, -2, 0 -cubichans , 0, -2, -2, 0 -cubichard , 0, -2, -2, 0 -cubicharm , 0, -2, -2, 0 -cubichart , 0, -2, -2, 0 -cubichave , 0, -2, -2, 0 -cubichawk , 0, -2, -2, 0 -cubichdtv , 0, -2, -2, 0 -cubichide , 0, -2, -2, 0 -cubichigh , 0, -2, -2, 0 -cubichill , 0, -2, -2, 0 -cubichint , 0, -2, -2, 0 -cubichold , 0, -2, -2, 0 -cubichole , 0, -2, -2, 0 -cubicholy , 0, -2, -2, 0 -cubichome , 0, -2, -2, 0 -cubichood , 0, -2, -2, 0 -cubichook , 0, -2, -2, 0 -cubichorn , 0, -2, -2, 0 -cubichour , 0, -2, -2, 0 -cubichref , 0, -2, -2, 0 -cubichtml , 0, -2, -2, 0 -cubichttp , 0, -2, -2, 0 -cubichuge , 0, -2, -2, 0 -cubichugh , 0, -2, -2, 0 -cubichugo , 0, -2, -2, 0 -cubichull , 0, -2, -2, 0 -cubichung , 0, -2, -2, 0 -cubichunt , 0, -2, -2, 0 -cubichurt , 0, -2, -2, 0 -cubicunto , 0, -2, -2, 0 -cultwatch , 0, 0, -3, 0 -cultwater , 0, 0, -3, 0 -cumaceous , 0, 0, -3, 0 -cumaphyte , 0, 0, -3, 0 -cumbraite , 0, 0, -3, 0 -cumbrance , 0, 0, -2, 0 -cumengite , 0, 0, -3, 0 -cutwatson , 0, 0, -3, 0 -daddykeen , -2, -2, -2, 0 -daddykeep , -2, -2, -2, 0 -daddykept , -2, -2, -2, 0 -damnaples , -1, 0, 0, 0 -damnarrow , -1, 0, 0, 0 -damnascar , -1, 0, 0, 0 -damnasdaq , -1, 0, 0, 0 -damnelson , -1, 0, 0, 0 -damneural , -1, 0, 0, 0 -damnevada , -1, 0, 0, 0 -damnicole , -1, 0, 0, 0 -damnified , -1, 0, 0, 0 -damnifies , -1, 0, 0, 0 -damnipple , -1, 0, 0, 0 -damnissan , -1, 0, 0, 0 -damnobody , -1, 0, 0, 0 -damnudist , -1, 0, 0, 0 -damnudity , -1, 0, 0, 0 -damnvidia , -1, 0, 0, 0 -danalbany , -2, 0, -2, 0 -danalbert , -2, 0, -2, 0 -danalfred , -2, 0, -2, 0 -danalmost , -2, 0, -2, 0 -danalpine , -2, 0, -2, 0 -danalumni , -2, 0, -2, 0 -danalways , -2, 0, -2, 0 -danishate , 0, 0, 0, -2 -datespunk , 0, 0, -3, 0 -datwatson , 0, 0, -3, 0 -davispunk , 0, 0, -3, 0 -daygoogle , 0, -3, 0, 0 -daygordon , 0, -3, 0, 0 -daygospel , 0, -3, 0, 0 -daygossip , 0, -3, 0, 0 -dealspunk , 0, 0, -3, 0 -deanalbum , -2, 0, -2, 0 -deanalert , -2, 0, -2, 0 -deanalpha , -2, 0, -2, 0 -deanusing , -2, 0, 0, 0 -deanusual , -2, 0, 0, 0 -debtchain , 0, -2, -2, 0 -debtchair , 0, -2, -2, 0 -debtchaos , 0, -2, -2, 0 -debtchase , 0, -2, -2, 0 -debtcheap , 0, -2, -2, 0 -debtcheat , 0, -2, -2, 0 -debtcheck , 0, -2, -2, 0 -debtchess , 0, -2, -2, 0 -debtchest , 0, -2, -2, 0 -debtchevy , 0, -2, -2, 0 -debtchris , 0, -2, -2, 0 -debtchuck , 0, -2, -2, 0 -debtwatch , 0, 0, -3, 0 -debtwater , 0, 0, -3, 0 -deepissue , -1, 0, 0, 0 -deffinger , -2, 0, -2, 0 -denigrate , -3, -5, 0, 0 -deptwatch , 0, 0, -3, 0 -deptwater , 0, 0, -3, 0 -dicksonia , -2, 0, -2, 0 -dietwatch , 0, 0, -3, 0 -dietwater , 0, 0, -3, 0 -diffspunk , 0, 0, -3, 0 -dirtwatch , 0, 0, -3, 0 -dirtwater , 0, 0, -3, 0 -discoward , 0, 0, 0, -1 -discspunk , 0, 0, -3, 0 -discuntil , 0, -2, -2, 0 -diskspunk , 0, 0, -3, 0 -divxrated , 0, 0, -2, 0 -dollarsea , -2, 0, 0, 0 -dollarsec , -2, 0, 0, 0 -dollarsee , -2, 0, 0, 0 -dollarsen , -2, 0, 0, 0 -dollarseo , -2, 0, 0, 0 -dollarsep , -2, 0, 0, 0 -dollarseq , -2, 0, 0, 0 -dollarser , -2, 0, 0, 0 -dollarset , -2, 0, 0, 0 -dollspunk , 0, 0, -3, 0 -dongerald , 0, 0, -2, 0 -dongerman , 0, 0, -2, 0 -dongibson , 0, 0, -2, 0 -dongiving , 0, 0, -2, 0 -donglance , 0, 0, -2, 0 -donglobal , 0, 0, -2, 0 -dongloves , 0, 0, -2, 0 -dongraham , 0, 0, -2, 0 -dongranny , 0, 0, -2, 0 -dongratis , 0, 0, -2, 0 -dongreece , 0, 0, -2, 0 -dongroove , 0, 0, -2, 0 -donground , 0, 0, -2, 0 -donnazinc , 0, -2, 0, 0 -dontwatch , 0, 0, -3, 0 -dontwater , 0, 0, -3, 0 -doorspunk , 0, 0, -3, 0 -dotwatson , 0, 0, -3, 0 -doubtchad , 0, -2, -2, 0 -doubtchan , 0, -2, -2, 0 -doubtchar , 0, -2, -2, 0 -doubtchat , 0, -2, -2, 0 -doubtchef , 0, -2, -2, 0 -doubtchem , 0, -2, -2, 0 -doubtchen , 0, -2, -2, 0 -doubtwatt , 0, 0, -3, 0 -douglycos , 0, 0, 0, -2 -douglying , 0, 0, 0, -2 -douglyric , 0, 0, 0, -2 -draftwatt , 0, 0, -3, 0 -dratchell , -1, 0, 0, 0 -drawspunk , 0, 0, -3, 0 -dresspunk , 0, 0, -3, 0 -dropissue , -1, 0, 0, 0 -dropspunk , 0, 0, -3, 0 -drumspunk , 0, 0, -3, 0 -dumbfound , 0, 0, 0, -1 -dumpissue , -1, 0, 0, 0 -dustwatch , 0, 0, -3, 0 -dustwater , 0, 0, -3, 0 -eachellis , -1, 0, 0, 0 -earsebony , -2, 0, 0, 0 -earsebook , -2, 0, 0, 0 -earseddie , -2, 0, 0, 0 -earsedgar , -2, 0, 0, 0 -earsegypt , -2, 0, 0, 0 -earseight , -2, 0, 0, 0 -earselder , -2, 0, 0, 0 -earselect , -2, 0, 0, 0 -earselite , -2, 0, 0, 0 -earselvis , -2, 0, 0, 0 -earsemacs , -2, 0, 0, 0 -earsemail , -2, 0, 0, 0 -earsempty , -2, 0, 0, 0 -earsessay , -2, 0, 0, 0 -earsessex , -2, 0, 0, 0 -earsewing , -2, 0, 0, 0 -earsexact , -2, 0, 0, 0 -earsexcel , -2, 0, 0, 0 -earsexist , -2, 0, 0, 0 -eastwatch , 0, 0, -3, 0 -eastwater , 0, 0, -3, 0 -eatwatson , 0, 0, -3, 0 -ecoonline , 0, -5, 0, 0 -edgespunk , 0, 0, -3, 0 -edtwatson , 0, 0, -3, 0 -egyptwatt , 0, 0, -3, 0 -eightwatt , 0, 0, -3, 0 -ejaculate , 0, 0, -2, 0 -electwatt , 0, 0, -3, 0 -ellispunk , 0, 0, -3, 0 -elvispunk , 0, 0, -3, 0 -emacspunk , 0, 0, -3, 0 -endifrick , -1, 0, 0, 0 -enoughate , 0, 0, 0, -2 -entwatson , 0, 0, -3, 0 -episodego , 0, -3, 0, 0 -epornitic , 0, 0, -3, 0 -erapeople , 0, 0, -3, 0 -erapepper , 0, 0, -3, 0 -ericuntil , 0, -2, -2, 0 -eroticlit , 0, 0, -3, 0 -eroticrap , -1, 0, 0, 0 -estwatson , 0, 0, -3, 0 -ethniccab , -2, -3, 0, 0 -ethniccad , -2, -3, 0, 0 -ethniccal , -2, -3, 0, 0 -ethniccam , -2, -3, 0, 0 -ethniccan , -2, -3, 0, 0 -ethniccap , -2, -3, 0, 0 -ethniccar , -2, -3, 0, 0 -ethniccas , -2, -3, 0, 0 -ethniccat , -2, -3, 0, 0 -ethniclit , 0, 0, -3, 0 -ethnicrap , -1, 0, 0, 0 -eurospunk , 0, 0, -3, 0 -evanspunk , 0, 0, -3, 0 -examspunk , 0, 0, -3, 0 -excisemen , 0, 0, -3, 0 -excludego , 0, -3, 0, 0 -execuntil , 0, -2, -2, 0 -exoticlit , 0, 0, -3, 0 -exoticrap , -1, 0, 0, 0 -expoopera , -1, 0, 0, 0 -extrapeak , 0, 0, -3, 0 -extrapeas , 0, 0, -3, 0 -extwatson , 0, 0, -3, 0 -fabriclit , 0, 0, -3, 0 -fabricrap , -1, 0, 0, 0 -facespunk , 0, 0, -3, 0 -failspunk , 0, 0, -3, 0 -fallspunk , 0, 0, -3, 0 -fastballs , 0, 0, -1, 0 -fastwatch , 0, 0, -3, 0 -fastwater , 0, 0, -3, 0 -fattyping , 0, -2, 0, -2 -fatwatson , 0, 0, -3, 0 -faultwatt , 0, 0, -3, 0 -fbichapel , 0, -2, -2, 0 -fbicheers , 0, -2, -2, 0 -fbicheese , 0, -2, -2, 0 -fbicheque , 0, -2, -2, 0 -fbicherry , 0, -2, -2, 0 -fbichubby , 0, -2, -2, 0 -fbichurch , 0, -2, -2, 0 -feelspunk , 0, 0, -3, 0 -feetwatch , 0, 0, -3, 0 -feetwater , 0, 0, -3, 0 -feltwatch , 0, 0, -3, 0 -feltwater , 0, 0, -3, 0 -fetishate , 0, 0, 0, -2 -fightwatt , 0, 0, -3, 0 -filmspunk , 0, 0, -3, 0 -findspunk , 0, 0, -3, 0 -finishate , 0, 0, 0, -2 -fireballs , 0, 0, -1, 0 -firmspunk , 0, 0, -3, 0 -firstwatt , 0, 0, -3, 0 -fixespunk , 0, 0, -3, 0 -flagspunk , 0, 0, -3, 0 -flangeway , 0, 0, -3, 0 -fleetwatt , 0, 0, -3, 0 -flexrated , 0, 0, -2, 0 -floatwatt , 0, 0, -3, 0 -floodcock , -2, 0, -2, 0 -fluxrated , 0, 0, -2, 0 -focuspunk , 0, 0, -3, 0 -folkspunk , 0, 0, -3, 0 -fontspunk , 0, 0, -3, 0 -fontwatch , 0, 0, -3, 0 -fontwater , 0, 0, -3, 0 -foodspunk , 0, 0, -3, 0 -footballs , 0, 0, -1, 0 -footwatch , 0, 0, -3, 0 -footwater , 0, 0, -3, 0 -formspunk , 0, 0, -3, 0 -fortwatch , 0, 0, -3, 0 -fortwater , 0, 0, -3, 0 -fotospunk , 0, 0, -3, 0 -fourthate , 0, 0, 0, -2 -freakiest , 0, 0, 0, -2 -frenchate , 0, 0, 0, -2 -frenchink , 0, -3, 0, 0 -frigalaxy , -1, 0, -2, 0 -frigaming , -1, 0, -2, 0 -frigarage , -1, 0, -2, 0 -frigarcia , -1, 0, -2, 0 -frigarden , -1, 0, -2, 0 -frigarlic , -1, 0, -2, 0 -frigarmin , -1, 0, -2, 0 -frigather , -1, 0, -2, 0 -frigatoon , -1, 0, -2, 0 -frigefact , -1, 0, -2, 0 -frigerald , -1, 0, -2, 0 -frigerman , -1, 0, -2, 0 -frigibson , -1, 0, -2, 0 -frigiving , -1, 0, -2, 0 -friglance , -1, 0, -2, 0 -friglobal , -1, 0, -2, 0 -frigloves , -1, 0, -2, 0 -frigraham , -1, 0, -2, 0 -frigranny , -1, 0, -2, 0 -frigratis , -1, 0, -2, 0 -frigreece , -1, 0, -2, 0 -frigroove , -1, 0, -2, 0 -friground , -1, 0, -2, 0 -frontwatt , 0, 0, -3, 0 -frostwatt , 0, 0, -3, 0 -fundspunk , 0, 0, -3, 0 -gamespunk , 0, 0, -3, 0 -garliclit , 0, 0, -3, 0 -garlicrap , -1, 0, 0, 0 -gatespunk , 0, 0, -3, 0 -genespunk , 0, 0, -3, 0 -genitalia , 0, 0, -2, 0 -genitalic , 0, 0, -2, 0 -genitally , 0, 0, -2, 0 -gentianal , -2, 0, -2, 0 -getwatson , 0, 0, -3, 0 -ghettoing , 0, -2, 0, 0 -ghettoize , 0, -2, 0, 0 -giftspunk , 0, 0, -3, 0 -giftwatch , 0, 0, -3, 0 -giftwater , 0, 0, -3, 0 -girlspunk , 0, 0, -3, 0 -givespunk , 0, 0, -3, 0 -glasspunk , 0, 0, -3, 0 -gmbhellis , -1, 0, 0, 0 -gmtwatson , 0, 0, -3, 0 -gnudebate , 0, 0, -3, 0 -gnudebian , 0, 0, -3, 0 -gnudegree , 0, 0, -3, 0 -gnudepend , 0, 0, -3, 0 -gnudeputy , 0, 0, -3, 0 -gnudetail , 0, 0, -3, 0 -gnudetect , 0, 0, -3, 0 -goalspunk , 0, 0, -3, 0 -goatwatch , 0, 0, -3, 0 -goatwater , 0, 0, -3, 0 -gonnazinc , 0, -2, 0, 0 -goodspunk , 0, 0, -3, 0 -goofballs , 0, 0, -1, 0 -gothiclit , 0, 0, -3, 0 -gothicrap , -1, 0, 0, 0 -gotwatson , 0, 0, -3, 0 -gramspunk , 0, 0, -3, 0 -grasspunk , 0, 0, -3, 0 -groupissn , -1, 0, 0, 0 -groupoops , -1, 0, 0, 0 -grouprick , -2, 0, 0, -1 -growthate , 0, 0, 0, -2 -gstwatson , 0, 0, -3, 0 -guesspunk , 0, 0, -3, 0 -hairballs , 0, 0, -1, 0 -handballs , 0, 0, -1, 0 -handspunk , 0, 0, -3, 0 -happenist , -1, 0, -3, 0 -hardballs , 0, 0, -1, 0 -hateasier , 0, 0, 0, -2 -hateasily , 0, 0, 0, -2 -hateffect , 0, 0, 0, -2 -hateffort , 0, 0, 0, -2 -hateither , 0, 0, 0, -2 -hateminem , 0, 0, 0, -2 -hatempire , 0, 0, 0, -2 -hatemploy , 0, 0, 0, -2 -hatenable , 0, 0, 0, -2 -hatenergy , 0, 0, 0, -2 -hatenough , 0, 0, 0, -2 -hatensure , 0, 0, 0, -2 -hatenzyme , 0, 0, 0, -2 -hatequity , 0, 0, 0, -2 -hatescape , 0, 0, 0, -2 -hatescort , 0, 0, 0, -2 -hatethics , 0, 0, 0, -2 -hatethnic , 0, 0, 0, -2 -hateugene , 0, 0, 0, -2 -hatexceed , 0, 0, 0, -2 -hatexcept , 0, 0, 0, -2 -hatexcess , 0, 0, 0, -2 -hatexcuse , 0, 0, 0, -2 -hatexempt , 0, 0, 0, -2 -hatexotic , 0, 0, 0, -2 -hatwatson , 0, 0, -3, 0 -healthate , 0, 0, 0, -2 -heelballs , 0, 0, -1, 0 -helenazip , 0, -2, 0, 0 -helladian , -1, 0, 0, 0 -hellbroth , -1, 0, 0, 0 -helldiver , -1, 0, 0, 0 -hellebore , -1, 0, 0, 0 -hellholes , -1, 0, 0, 0 -hellhound , -1, 0, 0, 0 -helpissue , -1, 0, 0, 0 -helpspunk , 0, 0, -3, 0 -hemiganus , -2, 0, 0, 0 -hemipenis , -1, 0, -3, 0 -herbspunk , 0, 0, -3, 0 -heshelter , 0, 0, -2, 0 -heshemale , 0, 0, -2, 0 -hesheriff , 0, 0, -2, 0 -hesherman , 0, 0, -2, 0 -highballs , 0, 0, -1, 0 -highellis , -1, 0, 0, 0 -highspunk , 0, 0, -3, 0 -hillspunk , 0, 0, -3, 0 -hintspunk , 0, 0, -3, 0 -hoarfrost , 0, -3, -2, 0 -hoarhound , 0, -3, -2, 0 -hoariness , 0, -3, -2, 0 -hoarstone , 0, -3, -2, 0 -holdspunk , 0, 0, -3, 0 -holidaygo , 0, -3, 0, 0 -homespunk , 0, 0, -3, 0 -homobaric , 0, -2, -1, 0 -homobront , 0, -2, -1, 0 -homocline , 0, -2, -1, 0 -homocoela , 0, -2, -1, 0 -homocycle , 0, -2, -1, 0 -homodermy , 0, -2, -1, 0 -homodrome , 0, -2, -1, 0 -homodromy , 0, -2, -1, 0 -homoeosis , 0, -2, -1, 0 -homoeotel , 0, -2, -1, 0 -homoeotic , 0, -2, -1, 0 -homogamic , 0, -2, -1, 0 -homograft , 0, -2, -1, 0 -homograph , 0, -2, -1, 0 -homolysin , 0, -2, -1, 0 -homolysis , 0, -2, -1, 0 -homolytic , 0, -2, -1, 0 -homomeral , 0, -2, -1, 0 -homomorph , 0, -2, -1, 0 -homoneura , 0, -2, -1, 0 -homoousia , 0, -2, -1, 0 -homopathy , 0, -2, -1, 0 -homopause , 0, -2, -1, 0 -homophene , 0, -2, -1, 0 -homophile , 0, -2, -1, 0 -homophone , 0, -2, -1, 0 -homophony , 0, -2, -1, 0 -homophyly , 0, -2, -1, 0 -homoplast , 0, -2, -1, 0 -homoplasy , 0, -2, -1, 0 -homopolar , 0, -2, -1, 0 -homopolic , 0, -2, -1, 0 -homospory , 0, -2, -1, 0 -homosteus , 0, -2, -1, 0 -homostyly , 0, -2, -1, 0 -homotatic , 0, -2, -1, 0 -homotaxia , 0, -2, -1, 0 -homotaxic , 0, -2, -1, 0 -homotaxis , 0, -2, -1, 0 -homotherm , 0, -2, -1, 0 -homothety , 0, -2, -1, 0 -homotonic , 0, -2, -1, 0 -homotopic , 0, -2, -1, 0 -homotypal , 0, -2, -1, 0 -homotypic , 0, -2, -1, 0 -homousian , 0, -2, -1, 0 -hookerman , 0, 0, -3, 0 -hookerror , 0, 0, -3, 0 -hopespunk , 0, 0, -3, 0 -hornyacht , 0, 0, -3, 0 -hornyahoo , 0, 0, -3, 0 -hornyemen , 0, 0, -3, 0 -hornyhead , 0, 0, -3, 0 -hornyield , 0, 0, -3, 0 -hornyukon , 0, 0, -3, 0 -hostspunk , 0, 0, -3, 0 -hostwatch , 0, 0, -3, 0 -hostwater , 0, 0, -3, 0 -hotwatson , 0, 0, -3, 0 -httpissue , -1, 0, 0, 0 -hughellis , -1, 0, 0, 0 -humbugger , -2, 0, 0, 0 -humoronce , 0, 0, 0, -2 -humoronly , 0, 0, 0, -2 -humoronto , 0, 0, 0, -2 -huntwatch , 0, 0, -3, 0 -huntwater , 0, 0, -3, 0 -hurtwatch , 0, 0, -3, 0 -hurtwater , 0, 0, -3, 0 -ianalbany , -2, 0, -2, 0 -ianalbert , -2, 0, -2, 0 -ianalfred , -2, 0, -2, 0 -ianalmost , -2, 0, -2, 0 -ianalpine , -2, 0, -2, 0 -ianalumni , -2, 0, -2, 0 -ianalways , -2, 0, -2, 0 -ictwatson , 0, 0, -3, 0 -idahoarab , 0, -3, -2, 0 -idahomold , 0, -2, -1, 0 -idahomood , 0, -2, -1, 0 -idahomoon , 0, -2, -1, 0 -idahomore , 0, -2, -1, 0 -idahomoss , 0, -2, -1, 0 -idahomost , 0, -2, -1, 0 -idahomove , 0, -2, -1, 0 -idiotcies , 0, 0, 0, -1 -idiotypic , 0, 0, 0, -1 -incestate , 0, 0, -3, 0 -inchellis , -1, 0, 0, 0 -includego , 0, -3, 0, 0 -ingenital , 0, 0, -2, 0 -intwatson , 0, 0, -3, 0 -irapeople , 0, 0, -3, 0 -irapepper , 0, 0, -3, 0 -isaacunto , 0, -2, -2, 0 -isophanal , -2, 0, -2, 0 -istwatson , 0, 0, -3, 0 -italiclit , 0, 0, -3, 0 -italicrap , -1, 0, 0, 0 -itemspunk , 0, 0, -3, 0 -jackasset , 0, 0, 0, -1 -jaguarsea , -2, 0, 0, 0 -jaguarsec , -2, 0, 0, 0 -jaguarsee , -2, 0, 0, 0 -jaguarsen , -2, 0, 0, 0 -jaguarseo , -2, 0, 0, 0 -jaguarsep , -2, 0, 0, 0 -jaguarseq , -2, 0, 0, 0 -jaguarser , -2, 0, 0, 0 -jaguarset , -2, 0, 0, 0 -jamespunk , 0, 0, -3, 0 -janalbany , -2, 0, -2, 0 -janalbert , -2, 0, -2, 0 -janalfred , -2, 0, -2, 0 -janalmost , -2, 0, -2, 0 -janalpine , -2, 0, -2, 0 -janalumni , -2, 0, -2, 0 -janalways , -2, 0, -2, 0 -jarselect , -2, 0, 0, 0 -jarsevere , -2, 0, 0, 0 -jarsewing , -2, 0, 0, 0 -jeanalbum , -2, 0, -2, 0 -jeanalert , -2, 0, -2, 0 -jeanalpha , -2, 0, -2, 0 -jeanspunk , 0, 0, -3, 0 -jeanusing , -2, 0, 0, 0 -jeanusual , -2, 0, 0, 0 -jeepissue , -1, 0, 0, 0 -jerkwater , 0, 0, 0, -1 -jesuspunk , 0, 0, -3, 0 -jetwatson , 0, 0, -3, 0 -joanalbum , -2, 0, -2, 0 -joanalert , -2, 0, -2, 0 -joanalpha , -2, 0, -2, 0 -joanusing , -2, 0, 0, 0 -joanusual , -2, 0, 0, 0 -johnspunk , 0, 0, -3, 0 -jokespunk , 0, 0, -3, 0 -josephate , 0, 0, 0, -2 -juanalbum , -2, 0, -2, 0 -juanalert , -2, 0, -2, 0 -juanalpha , -2, 0, -2, 0 -juanusing , -2, 0, 0, 0 -juanusual , -2, 0, 0, 0 -judykeith , -2, -2, -2, 0 -judykelly , -2, -2, -2, 0 -judykevin , -2, -2, -2, 0 -jumpissue , -1, 0, 0, 0 -justwatch , 0, 0, -3, 0 -justwater , 0, 0, -3, 0 -katharses , -2, 0, 0, 0 -keepissue , -1, 0, 0, 0 -keepspunk , 0, 0, -3, 0 -keptwatch , 0, 0, -3, 0 -keptwater , 0, 0, -3, 0 -killspunk , 0, 0, -3, 0 -kinasemen , 0, 0, -3, 0 -kindspunk , 0, 0, -3, 0 -kingspunk , 0, 0, -3, 0 -knifelate , 0, 0, -3, 0 -knowspunk , 0, 0, -3, 0 -koreanala , -2, 0, -2, 0 -koreanali , -2, 0, -2, 0 -koreanall , -2, 0, -2, 0 -koreanalt , -2, 0, -2, 0 -koreanusa , -2, 0, 0, 0 -koreanusb , -2, 0, 0, 0 -koreanusc , -2, 0, 0, 0 -koreanusd , -2, 0, 0, 0 -koreanuse , -2, 0, 0, 0 -koreanusr , -2, 0, 0, 0 -kurtwatch , 0, 0, -3, 0 -kurtwater , 0, 0, -3, 0 -ladykeith , -2, -2, -2, 0 -ladykelly , -2, -2, -2, 0 -ladykevin , -2, -2, -2, 0 -lakespunk , 0, 0, -3, 0 -lampspunk , 0, 0, -3, 0 -lanalbany , -2, 0, -2, 0 -lanalbert , -2, 0, -2, 0 -lanalfred , -2, 0, -2, 0 -lanalmost , -2, 0, -2, 0 -lanalpine , -2, 0, -2, 0 -lanalumni , -2, 0, -2, 0 -lanalways , -2, 0, -2, 0 -landspunk , 0, 0, -3, 0 -lanespunk , 0, 0, -3, 0 -larghetto , 0, -2, 0, 0 -lastwatch , 0, 0, -3, 0 -lastwater , 0, 0, -3, 0 -latinazip , 0, -2, 0, 0 -latwatson , 0, 0, -3, 0 -launchate , 0, 0, 0, -2 -launchink , 0, -3, 0, 0 -laurapeak , 0, 0, -3, 0 -laurapeas , 0, 0, -3, 0 -leanalbum , -2, 0, -2, 0 -leanalert , -2, 0, -2, 0 -leanalpha , -2, 0, -2, 0 -leanusing , -2, 0, 0, 0 -leanusual , -2, 0, 0, 0 -leftwatch , 0, 0, -3, 0 -leftwater , 0, 0, -3, 0 -lengthate , 0, 0, 0, -2 -letwatson , 0, 0, -3, 0 -lewispunk , 0, 0, -3, 0 -lexuspunk , 0, 0, -3, 0 -liftwatch , 0, 0, -3, 0 -liftwater , 0, 0, -3, 0 -lightwatt , 0, 0, -3, 0 -likespunk , 0, 0, -3, 0 -linespunk , 0, 0, -3, 0 -linkspunk , 0, 0, -3, 0 -listspunk , 0, 0, -3, 0 -livespunk , 0, 0, -3, 0 -loanalbum , -2, 0, -2, 0 -loanalert , -2, 0, -2, 0 -loanalpha , -2, 0, -2, 0 -loanspunk , 0, 0, -3, 0 -loanusing , -2, 0, 0, 0 -loanusual , -2, 0, 0, 0 -lockspunk , 0, 0, -3, 0 -loganalex , -2, 0, -2, 0 -loganalso , -2, 0, -2, 0 -loganusgs , -2, 0, 0, 0 -loganusps , -2, 0, 0, 0 -logicunto , 0, -2, -2, 0 -logospunk , 0, 0, -3, 0 -lookspunk , 0, 0, -3, 0 -loopissue , -1, 0, 0, 0 -losereach , 0, 0, 0, -2 -loserebel , 0, 0, 0, -2 -loserehab , 0, 0, 0, -2 -loserelax , 0, 0, 0, -2 -loserelay , 0, 0, 0, -2 -loseremix , 0, 0, 0, -2 -loserenew , 0, 0, 0, -2 -loseretro , 0, 0, 0, -2 -loserhode , 0, 0, 0, -2 -loseright , 0, 0, 0, -2 -loseriver , 0, 0, 0, -2 -loseroger , 0, 0, 0, -2 -loserotic , 0, 0, 0, -2 -loserouge , 0, 0, 0, -2 -loserough , 0, 0, 0, -2 -loseround , 0, 0, 0, -2 -loseroute , 0, 0, 0, -2 -loserover , 0, 0, 0, -2 -loserural , 0, 0, 0, -2 -lostwatch , 0, 0, -3, 0 -lostwater , 0, 0, -3, 0 -lotuspunk , 0, 0, -3, 0 -lotwatson , 0, 0, -3, 0 -louisemen , 0, 0, -3, 0 -louispunk , 0, 0, -3, 0 -lovespunk , 0, 0, -3, 0 -lyricunto , 0, -2, -2, 0 -magicunto , 0, -2, -2, 0 -mailspunk , 0, 0, -3, 0 -makespunk , 0, 0, -3, 0 -marcoonce , 0, -5, 0, 0 -marcoonly , 0, -5, 0, 0 -marcoonto , 0, -5, 0, 0 -marcoward , 0, 0, 0, -1 -mariahate , 0, 0, 0, -2 -marinazip , 0, -2, 0, 0 -markspunk , 0, 0, -3, 0 -marthatea , 0, 0, 0, -2 -marthatee , 0, 0, 0, -2 -marthaten , 0, 0, 0, -2 -marthatex , 0, 0, 0, -2 -masterbat , 0, 0, 2, 0 -masturbat , 0, 0, 2, 0 -matcheshe , 0, 0, -2, 0 -mathellis , -1, 0, 0, 0 -mattwatch , 0, 0, -3, 0 -mattwater , 0, 0, -3, 0 -matwatson , 0, 0, -3, 0 -mealspunk , 0, 0, -3, 0 -meanalbum , -2, 0, -2, 0 -meanalert , -2, 0, -2, 0 -meanalpha , -2, 0, -2, 0 -meanspunk , 0, 0, -3, 0 -meanusing , -2, 0, 0, 0 -meanusual , -2, 0, 0, 0 -meatballs , 0, 0, -1, 0 -meetspunk , 0, 0, -3, 0 -meetwatch , 0, 0, -3, 0 -meetwater , 0, 0, -3, 0 -meltwater , 0, 0, -3, 0 -menudeath , 0, 0, -3, 0 -menudebug , 0, 0, -3, 0 -menudebut , 0, 0, -3, 0 -menudepot , 0, 0, -3, 0 -menuspunk , 0, 0, -3, 0 -metriclit , 0, 0, -3, 0 -metricrap , -1, 0, 0, 0 -metwatson , 0, 0, -3, 0 -mexicoone , 0, -5, 0, 0 -mexicoons , 0, -5, 0, 0 -michellab , -1, 0, 0, 0 -michellan , -1, 0, 0, 0 -michellap , -1, 0, 0, 0 -michellas , -1, 0, 0, 0 -michellat , -1, 0, 0, 0 -michellaw , -1, 0, 0, 0 -michellay , -1, 0, 0, 0 -michellbs , -1, 0, 0, 0 -michellib , -1, 0, 0, 0 -michellid , -1, 0, 0, 0 -michellie , -1, 0, 0, 0 -michellil , -1, 0, 0, 0 -michellip , -1, 0, 0, 0 -michellit , -1, 0, 0, 0 -michelliz , -1, 0, 0, 0 -michelllc , -1, 0, 0, 0 -michelllp , -1, 0, 0, 0 -michelltd , -1, 0, 0, 0 -midiother , 0, 0, 0, -1 -mightwatt , 0, 0, -3, 0 -milfspunk , 0, 0, -3, 0 -millspunk , 0, 0, -3, 0 -mindspunk , 0, 0, -3, 0 -minespunk , 0, 0, -3, 0 -minigrace , -3, -5, 0, 0 -minigrain , -3, -5, 0, 0 -minigrams , -3, -5, 0, 0 -minigrand , -3, -5, 0, 0 -minigrant , -3, -5, 0, 0 -minigraph , -3, -5, 0, 0 -minigrave , -3, -5, 0, 0 -minigrill , -3, -5, 0, 0 -minigross , -3, -5, 0, 0 -minigroup , -3, -5, 0, 0 -minigrove , -3, -5, 0, 0 -minuspunk , 0, 0, -3, 0 -miscuntil , 0, -2, -2, 0 -monacoone , 0, -5, 0, 0 -monacoons , 0, -5, 0, 0 -moronidae , 0, 0, 0, -2 -mosespunk , 0, 0, -3, 0 -mostwatch , 0, 0, -3, 0 -mostwater , 0, 0, -3, 0 -mothballs , 0, 0, -1, 0 -mountwatt , 0, 0, -3, 0 -movespunk , 0, 0, -3, 0 -mpegspunk , 0, 0, -3, 0 -muchellis , -1, 0, 0, 0 -munichate , 0, 0, 0, -2 -munichink , 0, -3, 0, 0 -mustwatch , 0, 0, -3, 0 -mustwater , 0, 0, -3, 0 -myerspunk , 0, 0, -3, 0 -mythellis , -1, 0, 0, 0 -nailspunk , 0, 0, -3, 0 -nakedness , 0, 0, -2, 0 -nakedweed , 0, 0, -2, 0 -nakedwood , 0, 0, -2, 0 -namespunk , 0, 0, -3, 0 -natwatson , 0, 0, -3, 0 -netwatson , 0, 0, -3, 0 -niddicock , -2, 0, -2, 0 -nightwatt , 0, 0, -3, 0 -nigricant , -5, -8, 0, 0 -nigrified , -5, -8, 0, 0 -nigrifies , -5, -8, 0, 0 -nigritian , -5, -8, 0, 0 -nigrities , -5, -8, 0, 0 -nigritude , -5, -8, 0, 0 -notespunk , 0, 0, -3, 0 -notidanus , -2, 0, 0, 0 -notwatson , 0, 0, -3, 0 -ntscuntil , 0, -2, -2, 0 -nutwatson , 0, 0, -3, 0 -oasispunk , 0, 0, -3, 0 -oasissync , 0, 0, 0, -1 -oceanalex , -2, 0, -2, 0 -oceanalso , -2, 0, -2, 0 -oclcuntil , 0, -2, -2, 0 -octwatson , 0, 0, -3, 0 -omahatech , 0, 0, 0, -2 -omahatemp , 0, 0, 0, -2 -omnigraph , -3, -5, 0, 0 -optwatson , 0, 0, -3, 0 -orbitchar , 0, -2, -2, 0 -organusgs , -2, 0, 0, 0 -organusps , -2, 0, 0, 0 -oughtwatt , 0, 0, -3, 0 -outwatson , 0, 0, -3, 0 -packspunk , 0, 0, -3, 0 -paganalia , -2, 0, -2, 0 -panalbany , -2, 0, -2, 0 -panalbert , -2, 0, -2, 0 -panalfred , -2, 0, -2, 0 -panalmost , -2, 0, -2, 0 -panalpine , -2, 0, -2, 0 -panalumni , -2, 0, -2, 0 -panalways , -2, 0, -2, 0 -panicunto , 0, -2, -2, 0 -pantspunk , 0, 0, -3, 0 -parapeace , 0, 0, -3, 0 -parishate , 0, 0, 0, -2 -parispunk , 0, 0, -3, 0 -parkspunk , 0, 0, -3, 0 -pastwatch , 0, 0, -3, 0 -pastwater , 0, 0, -3, 0 -patchcock , -2, 0, -2, 0 -patcheshe , 0, 0, -2, 0 -pathellis , -1, 0, 0, 0 -pathspunk , 0, 0, -3, 0 -patwatson , 0, 0, -3, 0 -pctwatson , 0, 0, -3, 0 -pdtwatson , 0, 0, -3, 0 -pedophile , 0, 0, 2, 0 -peepeeing , -2, 0, -2, 0 -peerspunk , 0, 0, -3, 0 -pelecanus , -2, 0, 0, 0 -penisland , -1, 0, -3, 0 -penisrael , -1, 0, -3, 0 -penistone , -1, 0, -3, 0 -petwatson , 0, 0, -3, 0 -phomopsis , 0, -2, -1, 0 -phosphate , 0, 0, 0, -2 -photosser , -2, 0, 0, 0 -phrasemen , 0, 0, -3, 0 -pickspunk , 0, 0, -3, 0 -picniccab , -2, -3, 0, 0 -picniccad , -2, -3, 0, 0 -picniccal , -2, -3, 0, 0 -picniccam , -2, -3, 0, 0 -picniccan , -2, -3, 0, 0 -picniccap , -2, -3, 0, 0 -picniccar , -2, -3, 0, 0 -picniccas , -2, -3, 0, 0 -picniccat , -2, -3, 0, 0 -picniclit , 0, 0, -3, 0 -picnicrap , -1, 0, 0, 0 -pillicock , -2, 0, -2, 0 -pillspunk , 0, 0, -3, 0 -pinchcock , -2, 0, -2, 0 -pipespunk , 0, 0, -3, 0 -planigram , -3, -5, 0, 0 -planspunk , 0, 0, -3, 0 -playspunk , 0, 0, -3, 0 -pluglycos , 0, 0, 0, -2 -pluglying , 0, 0, 0, -2 -pluglyric , 0, 0, 0, -2 -poemspunk , 0, 0, -3, 0 -poetwatch , 0, 0, -3, 0 -poetwater , 0, 0, -3, 0 -polarsega , -2, 0, 0, 0 -polarself , -2, 0, 0, 0 -polarsell , -2, 0, 0, 0 -polarsemi , -2, 0, 0, 0 -polishate , 0, 0, 0, -2 -pollspunk , 0, 0, -3, 0 -poolspunk , 0, 0, -3, 0 -poppycock , -2, 0, -2, 0 -pornaples , 0, 0, -3, 0 -pornarrow , 0, 0, -3, 0 -pornascar , 0, 0, -3, 0 -pornasdaq , 0, 0, -3, 0 -pornelson , 0, 0, -3, 0 -porneural , 0, 0, -3, 0 -pornevada , 0, 0, -3, 0 -pornicole , 0, 0, -3, 0 -pornipple , 0, 0, -1, 0 -pornissan , 0, 0, -3, 0 -pornobody , 0, 0, -3, 0 -pornocrat , 0, 0, -3, 0 -pornudist , 0, 0, -3, 0 -pornudity , 0, 0, -3, 0 -pornumber , 0, 0, -3, 0 -pornvidia , 0, 0, -3, 0 -portspunk , 0, 0, -3, 0 -portwatch , 0, 0, -3, 0 -portwater , 0, 0, -3, 0 -postspunk , 0, 0, -3, 0 -postwatch , 0, 0, -3, 0 -postwater , 0, 0, -3, 0 -potwatson , 0, 0, -3, 0 -presspunk , 0, 0, -3, 0 -prickfoot , -2, 0, 0, -1 -prickiest , -2, 0, 0, -1 -pricklier , -2, 0, 0, -1 -prickling , -2, 0, 0, -1 -prickseam , -2, 0, 0, -1 -prickshot , -2, 0, 0, -1 -prickspur , -2, 0, 0, -1 -prickwood , -2, 0, 0, -1 -princestd , 0, 0, -3, 0 -princeste , 0, 0, -3, 0 -princestr , 0, 0, -3, 0 -prixrated , 0, 0, -2, 0 -procuntil , 0, -2, -2, 0 -prostitut , 0, 0, 3, 0 -protohomo , 0, -2, -1, 0 -protwatch , 0, 0, -3, 0 -protwater , 0, 0, -3, 0 -prozaclit , 0, 0, -3, 0 -prozacrap , -1, 0, 0, 0 -pstwatson , 0, 0, -3, 0 -pubeasier , 0, 0, -3, 0 -pubeasily , 0, 0, -3, 0 -pubedward , 0, 0, -3, 0 -pubeffect , 0, 0, -3, 0 -pubeffort , 0, 0, -3, 0 -pubeither , 0, 0, -3, 0 -pubeleven , 0, 0, -3, 0 -pubeminem , 0, 0, -3, 0 -pubempire , 0, 0, -3, 0 -pubemploy , 0, 0, -3, 0 -pubenable , 0, 0, -3, 0 -pubenergy , 0, 0, -3, 0 -pubenough , 0, 0, -3, 0 -pubensure , 0, 0, -3, 0 -pubenzyme , 0, 0, -3, 0 -pubequity , 0, 0, -3, 0 -puberotic , 0, 0, -3, 0 -puberties , 0, 0, -3, 0 -pubescape , 0, 0, -3, 0 -pubescent , 0, 0, -3, 0 -pubescort , 0, 0, -3, 0 -pubethics , 0, 0, -3, 0 -pubethnic , 0, 0, -3, 0 -pubeugene , 0, 0, -3, 0 -pubexceed , 0, 0, -3, 0 -pubexcept , 0, 0, -3, 0 -pubexcess , 0, 0, -3, 0 -pubexcuse , 0, 0, -3, 0 -pubexempt , 0, 0, -3, 0 -pubexotic , 0, 0, -3, 0 -publiclit , 0, 0, -3, 0 -publicrap , -1, 0, 0, 0 -puffballs , 0, 0, -1, 0 -pumpissue , -1, 0, 0, 0 -pumpspunk , 0, 0, -3, 0 -punnigram , -3, -5, 0, 0 -pushballs , 0, 0, -1, 0 -putwatson , 0, 0, -3, 0 -pythonkey , 0, -2, 0, 0 -quamoclit , 0, 0, -3, 0 -quebeclit , 0, 0, -3, 0 -quebecrap , -1, 0, 0, 0 -queerness , 0, -3, 0, 0 -queerotic , 0, -3, 0, 0 -queersome , 0, -3, 0, 0 -quietwatt , 0, 0, -3, 0 -quiltwatt , 0, 0, -3, 0 -rabbitchi , 0, -2, -2, 0 -rabbitcho , 0, -2, -2, 0 -racespunk , 0, 0, -3, 0 -rachellab , -1, 0, 0, 0 -rachellan , -1, 0, 0, 0 -rachellap , -1, 0, 0, 0 -rachellas , -1, 0, 0, 0 -rachellat , -1, 0, 0, 0 -rachellaw , -1, 0, 0, 0 -rachellay , -1, 0, 0, 0 -rachellbs , -1, 0, 0, 0 -rachellee , -1, 0, 0, 0 -rachelleg , -1, 0, 0, 0 -rachelleo , -1, 0, 0, 0 -rachelles , -1, 0, 0, 0 -rachellet , -1, 0, 0, 0 -rachelleu , -1, 0, 0, 0 -rachellib , -1, 0, 0, 0 -rachellid , -1, 0, 0, 0 -rachellie , -1, 0, 0, 0 -rachellil , -1, 0, 0, 0 -rachellip , -1, 0, 0, 0 -rachellit , -1, 0, 0, 0 -rachelliz , -1, 0, 0, 0 -rachelllc , -1, 0, 0, 0 -rachelllp , -1, 0, 0, 0 -rachelltd , -1, 0, 0, 0 -rackspunk , 0, 0, -3, 0 -radarsega , -2, 0, 0, 0 -radarself , -2, 0, 0, 0 -radarsell , -2, 0, 0, 0 -radarsemi , -2, 0, 0, 0 -rankspunk , 0, 0, -3, 0 -rapeasier , 0, 0, -3, 0 -rapeasily , 0, 0, -3, 0 -rapeffect , 0, 0, -3, 0 -rapeffort , 0, 0, -3, 0 -rapeither , 0, 0, -3, 0 -rapeleven , 0, 0, -3, 0 -rapeminem , 0, 0, -3, 0 -rapempire , 0, 0, -3, 0 -rapemploy , 0, 0, -3, 0 -rapenable , 0, 0, -3, 0 -rapenergy , 0, 0, -3, 0 -rapenough , 0, 0, -3, 0 -rapensure , 0, 0, -3, 0 -rapenzyme , 0, 0, -3, 0 -rapequity , 0, 0, -3, 0 -rapescape , 0, 0, -3, 0 -rapescort , 0, 0, -3, 0 -rapethics , 0, 0, -3, 0 -rapethnic , 0, 0, -3, 0 -rapeugene , 0, 0, -3, 0 -rapexceed , 0, 0, -3, 0 -rapexcept , 0, 0, -3, 0 -rapexcess , 0, 0, -3, 0 -rapexcuse , 0, 0, -3, 0 -rapexempt , 0, 0, -3, 0 -rapexotic , 0, 0, -3, 0 -ratespunk , 0, 0, -3, 0 -ratwatson , 0, 0, -3, 0 -reacheshe , 0, 0, -2, 0 -readykeen , -2, -2, -2, 0 -readykeep , -2, -2, -2, 0 -readykept , -2, -2, -2, 0 -redbreast , 0, 0, -2, 0 -remedyken , -2, -2, -2, 0 -remedykey , -2, -2, -2, 0 -retardant , 0, -2, 0, -2 -retardate , 0, -2, 0, -2 -retardent , 0, -2, 0, -2 -retarding , 0, -2, 0, -2 -retardive , 0, -2, 0, -2 -retardure , 0, -2, 0, -2 -richellis , -1, 0, 0, 0 -ricoonion , 0, -5, 0, 0 -rightwatt , 0, 0, -3, 0 -ringspunk , 0, 0, -3, 0 -riskspunk , 0, 0, -3, 0 -robotwatt , 0, 0, -3, 0 -rockspunk , 0, 0, -3, 0 -rollspunk , 0, 0, -3, 0 -roomspunk , 0, 0, -3, 0 -rootspunk , 0, 0, -3, 0 -rootwatch , 0, 0, -3, 0 -rootwater , 0, 0, -3, 0 -rosespunk , 0, 0, -3, 0 -ruthellis , -1, 0, 0, 0 -ryanalbum , -2, 0, -2, 0 -ryanalert , -2, 0, -2, 0 -ryanalpha , -2, 0, -2, 0 -ryanusing , -2, 0, 0, 0 -ryanusual , -2, 0, 0, 0 -sanalbany , -2, 0, -2, 0 -sanalbert , -2, 0, -2, 0 -sanalfred , -2, 0, -2, 0 -sanalmost , -2, 0, -2, 0 -sanalpine , -2, 0, -2, 0 -sanalumni , -2, 0, -2, 0 -sanalways , -2, 0, -2, 0 -sarsechim , -2, 0, 0, 0 -satwatson , 0, 0, -3, 0 -savespunk , 0, 0, -3, 0 -sbjctwatt , 0, 0, -3, 0 -sceniccab , -2, -3, 0, 0 -sceniccad , -2, -3, 0, 0 -sceniccal , -2, -3, 0, 0 -sceniccam , -2, -3, 0, 0 -sceniccan , -2, -3, 0, 0 -sceniccap , -2, -3, 0, 0 -sceniccar , -2, -3, 0, 0 -sceniccas , -2, -3, 0, 0 -sceniccat , -2, -3, 0, 0 -sceniclit , 0, 0, -3, 0 -scenicrap , -1, 0, 0, 0 -scoopissn , -1, 0, 0, 0 -scoopoops , -1, 0, 0, 0 -scooprick , -2, 0, 0, -1 -scottwatt , 0, 0, -3, 0 -scumbling , 0, 0, -2, -2 -scumboard , 0, 0, -2, -2 -scummiest , 0, 0, -2, -2 -scumproof , 0, 0, 0, -2 -seanalbum , -2, 0, -2, 0 -seanalert , -2, 0, -2, 0 -seanalpha , -2, 0, -2, 0 -seanusing , -2, 0, 0, 0 -seanusual , -2, 0, 0, 0 -seatspunk , 0, 0, -3, 0 -secretart , 0, -2, 0, -2 -seekspunk , 0, 0, -3, 0 -seemspunk , 0, 0, -3, 0 -sellspunk , 0, 0, -3, 0 -semihorny , 0, 0, -3, 0 -semimoron , 0, 0, 0, -2 -seminaked , 0, 0, -2, 0 -septwatch , 0, 0, -3, 0 -septwater , 0, 0, -3, 0 -setupissn , -1, 0, 0, 0 -setupoops , -1, 0, 0, 0 -setuprick , -2, 0, 0, -1 -setwatson , 0, 0, -3, 0 -shaftwatt , 0, 0, -3, 0 -sharpissn , -1, 0, 0, 0 -sharpoops , -1, 0, 0, 0 -sharprick , -2, 0, 0, -1 -sheepissn , -1, 0, 0, 0 -sheepoops , -1, 0, 0, 0 -sheeprick , -2, 0, 0, -1 -sheetwatt , 0, 0, -3, 0 -shelfrick , -1, 0, 0, 0 -shiftwatt , 0, 0, -3, 0 -shirlcock , -2, 0, -2, 0 -shirtwatt , 0, 0, -3, 0 -shitepoke , -2, 0, 0, 0 -shoespunk , 0, 0, -3, 0 -shootwatt , 0, 0, -3, 0 -shopspunk , 0, 0, -3, 0 -shortwatt , 0, 0, -3, 0 -shotspunk , 0, 0, -3, 0 -showspunk , 0, 0, -3, 0 -shredcock , -2, 0, -2, 0 -shutwatch , 0, 0, -3, 0 -shutwater , 0, 0, -3, 0 -sierrapee , 0, 0, -3, 0 -sierrapen , 0, 0, -3, 0 -sierrapet , 0, 0, -3, 0 -sightwatt , 0, 0, -3, 0 -signspunk , 0, 0, -3, 0 -sincestan , 0, 0, -3, 0 -sincestar , 0, 0, -3, 0 -sincestat , 0, 0, -3, 0 -sincestay , 0, 0, -3, 0 -sincestop , 0, 0, -3, 0 -sincestud , 0, 0, -3, 0 -sitespunk , 0, 0, -3, 0 -sizespunk , 0, 0, -3, 0 -skipissue , -1, 0, 0, 0 -skirlcock , -2, 0, -2, 0 -skirtwatt , 0, 0, -3, 0 -sleepissn , -1, 0, 0, 0 -sleepoops , -1, 0, 0, 0 -sleeprick , -2, 0, 0, -1 -smoothate , 0, 0, 0, -2 -smtpissue , -1, 0, 0, 0 -snapissue , -1, 0, 0, 0 -snowballs , 0, 0, -1, 0 -soapissue , -1, 0, 0, 0 -sockspunk , 0, 0, -3, 0 -softballs , 0, 0, -1, 0 -softwatch , 0, 0, -3, 0 -softwater , 0, 0, -3, 0 -solarsega , -2, 0, 0, 0 -solarself , -2, 0, 0, 0 -solarsell , -2, 0, 0, 0 -solarsemi , -2, 0, 0, 0 -songspunk , 0, 0, -3, 0 -soniccafe , -2, -3, 0, 0 -soniccage , -2, -3, 0, 0 -soniccake , -2, -3, 0, 0 -soniccave , -2, -3, 0, 0 -sonicunto , 0, -2, -2, 0 -sophomore , 0, -2, -1, 0 -sortspunk , 0, 0, -3, 0 -sortwatch , 0, 0, -3, 0 -sortwater , 0, 0, -3, 0 -soulspunk , 0, 0, -3, 0 -soupissue , -1, 0, 0, 0 -sourballs , 0, 0, -1, 0 -specspunk , 0, 0, -3, 0 -specuntil , 0, -2, -2, 0 -speechate , 0, 0, 0, -2 -speechink , 0, -3, 0, 0 -spiespunk , 0, 0, -3, 0 -spitballs , 0, 0, -1, 0 -spotspunk , 0, 0, -3, 0 -spunkless , 0, 0, -3, 0 -staffrick , -1, 0, 0, 0 -starspunk , 0, 0, -3, 0 -staticlit , 0, 0, -3, 0 -staticrap , -1, 0, 0, 0 -statspunk , 0, 0, -3, 0 -statwatch , 0, 0, -3, 0 -statwater , 0, 0, -3, 0 -stayspunk , 0, 0, -3, 0 -steadyken , -2, -2, -2, 0 -steadykey , -2, -2, -2, 0 -stepissue , -1, 0, 0, 0 -stepspunk , 0, 0, -3, 0 -stormcock , -2, 0, -2, 0 -studykeen , -2, -2, -2, 0 -studykeep , -2, -2, -2, 0 -studykept , -2, -2, -2, 0 -stuffrick , -1, 0, 0, 0 -stupidest , 0, 0, 0, -1 -stupidish , 0, 0, 0, -1 -stupidity , 0, 0, 0, -1 -sturdiest , -1, 0, 0, 0 -suchellis , -1, 0, 0, 0 -suckitaly , 0, 0, -2, -2 -suckmyers , 0, 0, -3, 0 -suckmysql , 0, 0, -3, 0 -suckspunk , 0, 0, -3, 0 -superugly , 0, 0, 0, -2 -swapissue , -1, 0, 0, 0 -sweetwatt , 0, 0, -3, 0 -swiftwatt , 0, 0, -3, 0 -swisspunk , 0, 0, -3, 0 -syncuntil , 0, -2, -2, 0 -taiwankai , 0, 0, -3, 0 -taiwankay , 0, 0, -3, 0 -taiwankde , 0, 0, -3, 0 -taiwanken , 0, 0, -3, 0 -taiwankey , 0, 0, -3, 0 -taiwankid , 0, 0, -3, 0 -taiwankim , 0, 0, -3, 0 -taiwankit , 0, 0, -3, 0 -takespunk , 0, 0, -3, 0 -talkspunk , 0, 0, -3, 0 -tanalbany , -2, 0, -2, 0 -tanalbert , -2, 0, -2, 0 -tanalfred , -2, 0, -2, 0 -tanalmost , -2, 0, -2, 0 -tanalpine , -2, 0, -2, 0 -tanalumni , -2, 0, -2, 0 -tanalways , -2, 0, -2, 0 -tankspunk , 0, 0, -3, 0 -tapespunk , 0, 0, -3, 0 -tapissier , -1, 0, 0, 0 -taxespunk , 0, 0, -3, 0 -teacheshe , 0, 0, -2, 0 -teamspunk , 0, 0, -3, 0 -techellis , -1, 0, 0, 0 -teddykeen , -2, -2, -2, 0 -teddykeep , -2, -2, -2, 0 -teddykept , -2, -2, -2, 0 -teenspunk , 0, 0, -3, 0 -tellspunk , 0, 0, -3, 0 -tempissue , -1, 0, 0, 0 -termspunk , 0, 0, -3, 0 -terrapene , 0, 0, -3, 0 -testspunk , 0, 0, -3, 0 -textspunk , 0, 0, -3, 0 -tftwatson , 0, 0, -3, 0 -thanalbum , -2, 0, -2, 0 -thanalert , -2, 0, -2, 0 -thanalpha , -2, 0, -2, 0 -thanusing , -2, 0, 0, 0 -thanusual , -2, 0, 0, 0 -theftwatt , 0, 0, -3, 0 -thesissys , 0, 0, 0, -1 -thoughate , 0, 0, 0, -2 -threesome , 0, 0, 3, 0 -tightwatt , 0, 0, -3, 0 -timespunk , 0, 0, -3, 0 -titrating , 0, 0, -3, 0 -titration , 0, 0, -3, 0 -tittivate , 0, 0, -3, 0 -titubancy , 0, 0, -3, 0 -toolspunk , 0, 0, -3, 0 -toxicunto , 0, -2, -2, 0 -trampcock , -2, 0, -2, 0 -transpunk , 0, 0, -3, 0 -trapballs , 0, 0, -1, 0 -trapezate , 0, 0, -3, 0 -trapezing , 0, 0, -3, 0 -trapezist , 0, 0, -3, 0 -trapezium , 0, 0, -3, 0 -trapezius , 0, 0, -3, 0 -trapezoid , 0, 0, -3, 0 -treespunk , 0, 0, -3, 0 -triespunk , 0, 0, -3, 0 -trustwatt , 0, 0, -3, 0 -tubespunk , 0, 0, -3, 0 -tuesdaygo , 0, -3, 0, 0 -tumoronce , 0, 0, 0, -2 -tumoronly , 0, 0, 0, -2 -tumoronto , 0, 0, 0, -2 -tunespunk , 0, 0, -3, 0 -turdiform , -1, 0, 0, 0 -turnspunk , 0, 0, -3, 0 -twattling , 0, 0, -3, 0 -typespunk , 0, 0, -3, 0 -ultrapeak , 0, 0, -3, 0 -ultrapeas , 0, 0, -3, 0 -ultraugly , 0, 0, 0, -2 -undouched , -1, -1, -2, -2 -unigraham , -3, -5, 0, 0 -unigranny , -3, -5, 0, 0 -unigratis , -3, -5, 0, 0 -unigroove , -3, -5, 0, 0 -uniground , -3, -5, 0, 0 -unixrated , 0, 0, -2, 0 -unporness , 0, 0, -3, 0 -userspunk , 0, 0, -3, 0 -utahellis , -1, 0, 0, 0 -utilspunk , 0, 0, -3, 0 -vachellia , -1, 0, 0, 0 -vanalbany , -2, 0, -2, 0 -vanalbert , -2, 0, -2, 0 -vanalfred , -2, 0, -2, 0 -vanalmost , -2, 0, -2, 0 -vanalpine , -2, 0, -2, 0 -vanalumni , -2, 0, -2, 0 -vanalways , -2, 0, -2, 0 -varselect , -2, 0, 0, 0 -varsevere , -2, 0, 0, 0 -varsewing , -2, 0, 0, 0 -vastwatch , 0, 0, -3, 0 -vastwater , 0, 0, -3, 0 -vatwatson , 0, 0, -3, 0 -vaultwatt , 0, 0, -3, 0 -vcrapache , -1, 0, 0, 0 -vcrapollo , -1, 0, 0, 0 -viennazip , 0, -2, 0, 0 -viewspunk , 0, 0, -3, 0 -villabias , 0, 0, -3, 0 -viruspunk , 0, 0, -3, 0 -voipissue , -1, 0, 0, 0 -voltwatch , 0, 0, -3, 0 -voltwater , 0, 0, -3, 0 -votespunk , 0, 0, -3, 0 -walkspunk , 0, 0, -3, 0 -wallspunk , 0, 0, -3, 0 -wanalbany , -2, 0, -2, 0 -wanalbert , -2, 0, -2, 0 -wanalfred , -2, 0, -2, 0 -wanalmost , -2, 0, -2, 0 -wanalpine , -2, 0, -2, 0 -wanalumni , -2, 0, -2, 0 -wanalways , -2, 0, -2, 0 -wantspunk , 0, 0, -3, 0 -watcheshe , 0, 0, -2, 0 -wattspunk , 0, 0, -3, 0 -wattwatch , 0, 0, -3, 0 -wattwater , 0, 0, -3, 0 -wavespunk , 0, 0, -3, 0 -wealthate , 0, 0, 0, -2 -weekspunk , 0, 0, -3, 0 -wellspunk , 0, 0, -3, 0 -wendykeen , -2, -2, -2, 0 -wendykeep , -2, -2, -2, 0 -wendykept , -2, -2, -2, 0 -wetwatson , 0, 0, -3, 0 -whoarnold , 0, -3, -2, 0 -whoaround , 0, -3, -2, 0 -whoarrest , 0, -3, -2, 0 -whoarrive , 0, -3, -2, 0 -whomoasis , 0, -2, -1, 0 -whomobile , 0, -2, -1, 0 -whomoccur , 0, -2, -1, 0 -whomocean , 0, -2, -1, 0 -whomoften , 0, -2, -1, 0 -whomolive , 0, -2, -1, 0 -whomopera , 0, -2, -1, 0 -whomorbit , 0, -2, -1, 0 -whomorder , 0, -2, -1, 0 -whomorris , 0, -2, -1, 0 -whomoscar , 0, -2, -1, 0 -whomoscow , 0, -2, -1, 0 -whomother , 0, -2, -1, 0 -whomotion , 0, -2, -1, 0 -whomought , 0, -2, -1, 0 -whomoving , 0, -2, -1, 0 -whomoxide , 0, -2, -1, 0 -whomozone , 0, -2, -1, 0 -wiggeries , -2, -3, 0, 0 -windspunk , 0, 0, -3, 0 -winespunk , 0, 0, -3, 0 -wingspunk , 0, 0, -3, 0 -withellis , -1, 0, 0, 0 -wivespunk , 0, 0, -3, 0 -woodspunk , 0, 0, -3, 0 -wordspunk , 0, 0, -3, 0 -workspunk , 0, 0, -3, 0 -worstwatt , 0, 0, -3, 0 -xnxxrated , 0, 0, -2, 0 -yachtwatt , 0, 0, -3, 0 -yamahatea , 0, 0, 0, -2 -yamahatee , 0, 0, 0, -2 -yamahaten , 0, 0, 0, -2 -yamahatex , 0, 0, 0, -2 -yardspunk , 0, 0, -3, 0 -yeahellis , -1, 0, 0, 0 -yesturday , -1, 0, 0, 0 -yetwatson , 0, 0, -3, 0 -acceptwatt , 0, 0, -3, 0 -accesspunk , 0, 0, -3, 0 -acolapissa , -1, 0, 0, 0 -acolythate , 0, 0, 0, -2 -acryliclit , 0, 0, -3, 0 -acrylicrap , -1, 0, 0, 0 -actorspunk , 0, 0, -3, 0 -adultspunk , 0, 0, -3, 0 -adultwatch , 0, 0, -3, 0 -adultwater , 0, 0, -3, 0 -advertwatt , 0, 0, -3, 0 -affectwatt , 0, 0, -3, 0 -agentspunk , 0, 0, -3, 0 -agreespunk , 0, 0, -3, 0 -albertwatt , 0, 0, -3, 0 -albumspunk , 0, 0, -3, 0 -alertspunk , 0, 0, -3, 0 -alertwatch , 0, 0, -3, 0 -alertwater , 0, 0, -3, 0 -algebrapee , 0, 0, -3, 0 -algebrapen , 0, 0, -3, 0 -algebrapet , 0, 0, -3, 0 -allahellis , -1, 0, 0, 0 -alumnigrab , -3, -5, 0, 0 -alumnigrad , -3, -5, 0, 0 -alumnigras , -3, -5, 0, 0 -alumnigray , -3, -5, 0, 0 -alumnigrid , -3, -5, 0, 0 -alumnigrip , -3, -5, 0, 0 -alumnigrow , -3, -5, 0, 0 -analaundry , -2, 0, -2, 0 -analcimite , -2, 0, -2, 0 -analcitite , -2, 0, -2, 0 -analeasing , -2, 0, -2, 0 -analeather , -2, 0, -2, 0 -analeaving , -2, 0, -2, 0 -analebanon , -2, 0, -2, 0 -analecture , -2, 0, -2, 0 -analeisure , -2, 0, -2, 0 -analevitra , -2, 0, -2, 0 -analexmark , -2, 0, -2, 0 -analicence , -2, 0, -2, 0 -analicense , -2, 0, -2, 0 -analicking , -2, 0, -2, 0 -analincoln , -2, 0, -2, 0 -analindsay , -2, 0, -2, 0 -anallergic , -2, 0, -2, 0 -analodging , -2, 0, -2, 0 -analphabet , -2, 0, -2, 0 -analuggage , -2, 0, -2, 0 -analysable , -2, 0, -2, 0 -analyzable , -2, 0, -2, 0 -andorrapee , 0, 0, -3, 0 -andorrapen , 0, 0, -3, 0 -andorrapet , 0, 0, -3, 0 -andykelkoo , -2, -2, -2, 0 -angelabias , 0, 0, -3, 0 -angelspunk , 0, 0, -3, 0 -angolabias , 0, 0, -3, 0 -annexrated , 0, 0, -2, 0 -anogenital , 0, 0, -2, 0 -antennazip , 0, -2, 0, 0 -apniccache , -2, -3, 0, 0 -apniccause , -2, -3, 0, 0 -apnicuntil , 0, -2, -2, 0 -aquaticlit , 0, 0, -3, 0 -aquaticrap , -1, 0, 0, 0 -arabichack , 0, -2, -2, 0 -arabichair , 0, -2, -2, 0 -arabichalf , 0, -2, -2, 0 -arabichall , 0, -2, -2, 0 -arabichalo , 0, -2, -2, 0 -arabichand , 0, -2, -2, 0 -arabichang , 0, -2, -2, 0 -arabichans , 0, -2, -2, 0 -arabichard , 0, -2, -2, 0 -arabicharm , 0, -2, -2, 0 -arabichart , 0, -2, -2, 0 -arabichave , 0, -2, -2, 0 -arabichawk , 0, -2, -2, 0 -arabichdtv , 0, -2, -2, 0 -arabichide , 0, -2, -2, 0 -arabichigh , 0, -2, -2, 0 -arabichill , 0, -2, -2, 0 -arabichint , 0, -2, -2, 0 -arabichold , 0, -2, -2, 0 -arabichole , 0, -2, -2, 0 -arabicholy , 0, -2, -2, 0 -arabichome , 0, -2, -2, 0 -arabichood , 0, -2, -2, 0 -arabichook , 0, -2, -2, 0 -arabichorn , 0, -2, -2, 0 -arabichour , 0, -2, -2, 0 -arabichref , 0, -2, -2, 0 -arabichtml , 0, -2, -2, 0 -arabichttp , 0, -2, -2, 0 -arabichuge , 0, -2, -2, 0 -arabichugh , 0, -2, -2, 0 -arabichugo , 0, -2, -2, 0 -arabichull , 0, -2, -2, 0 -arabichung , 0, -2, -2, 0 -arabichunt , 0, -2, -2, 0 -arabichurt , 0, -2, -2, 0 -arabicunto , 0, -2, -2, 0 -arcticunto , 0, -2, -2, 0 -arizonazip , 0, -2, 0, 0 -armoronion , 0, 0, 0, -2 -arsenation , -2, 0, 0, 0 -arsenetted , -2, 0, 0, 0 -arsenhemol , -2, 0, 0, 0 -arseniasis , -2, 0, 0, 0 -arseniuret , -2, 0, 0, 0 -aspectwatt , 0, 0, -3, 0 -aspidiotus , 0, 0, 0, -1 -assafetida , -2, 0, 0, 0 -assesspunk , 0, 0, -3, 0 -asssembler , -2, 0, 0, 0 -assuagable , -2, 0, 0, 0 -athenspunk , 0, 0, -3, 0 -attitudego , 0, -3, 0, 0 -augustwatt , 0, 0, -3, 0 -aurorapeak , 0, 0, -3, 0 -aurorapeas , 0, 0, -3, 0 -awardspunk , 0, 0, -3, 0 -babiespunk , 0, 0, -3, 0 -backhooker , 0, 0, -3, 0 -backupissn , -1, 0, 0, 0 -backupoops , -1, 0, 0, 0 -backuprick , -2, 0, 0, -1 -ballsacred , 0, 0, -1, 0 -ballsafari , 0, 0, -1, 0 -ballsalary , 0, 0, -1, 0 -ballsalmon , 0, 0, -1, 0 -ballsavage , 0, 0, -1, 0 -ballsaving , 0, 0, -1, 0 -ballscared , 0, 0, -1, 0 -ballscenic , 0, 0, -1, 0 -ballschema , 0, 0, -1, 0 -ballscheme , 0, 0, -1, 0 -ballschool , 0, 0, -1, 0 -ballscotia , 0, 0, -1, 0 -ballscreen , 0, 0, -1, 0 -ballscript , 0, 0, -1, 0 -ballscroll , 0, 0, -1, 0 -ballselect , 0, 0, -1, 0 -ballsevere , 0, 0, -1, 0 -ballsewing , 0, 0, -1, 0 -ballshadow , 0, 0, -1, 0 -ballsharon , 0, 0, -1, 0 -ballshaved , 0, 0, -1, 0 -ballshield , 0, 0, -1, 0 -ballshould , 0, 0, -1, 0 -ballsilent , 0, 0, -1, 0 -ballsilver , 0, 0, -1, 0 -ballsister , 0, 0, -1, 0 -ballsleeve , 0, 0, -1, 0 -ballslight , 0, 0, -1, 0 -ballslovak , 0, 0, -1, 0 -ballsmooth , 0, 0, -1, 0 -ballsodium , 0, 0, -1, 0 -ballsought , 0, 0, -1, 0 -ballsource , 0, 0, -1, 0 -ballsoviet , 0, 0, -1, 0 -ballspears , 0, 0, -1, 0 -ballspeech , 0, 0, -1, 0 -ballsphere , 0, 0, -1, 0 -ballspider , 0, 0, -1, 0 -ballspirit , 0, 0, -1, 0 -ballspouse , 0, 0, -1, 0 -ballspread , 0, 0, -1, 0 -ballspring , 0, 0, -1, 0 -ballsprint , 0, 0, -1, 0 -ballsquare , 0, 0, -1, 0 -ballsquirt , 0, 0, -1, 0 -ballstable , 0, 0, -1, 0 -ballstolen , 0, 0, -1, 0 -ballstuart , 0, 0, -1, 0 -ballstylus , 0, 0, -1, 0 -ballsudden , 0, 0, -1, 0 -ballsuffer , 0, 0, -1, 0 -ballsussex , 0, 0, -1, 0 -ballsuzuki , 0, 0, -1, 0 -ballsweden , 0, 0, -1, 0 -ballswitch , 0, 0, -1, 0 -barbarapee , 0, 0, -3, 0 -barbarapen , 0, 0, -3, 0 -barbarapet , 0, 0, -3, 0 -barnespunk , 0, 0, -3, 0 -basicspunk , 0, 0, -3, 0 -basilicock , -2, 0, -2, 0 -basissyria , 0, 0, 0, -1 -basketwatt , 0, 0, -3, 0 -batchellis , -1, 0, 0, 0 -beanalbany , -2, 0, -2, 0 -beanalbert , -2, 0, -2, 0 -beanalfred , -2, 0, -2, 0 -beanalmost , -2, 0, -2, 0 -beanalpine , -2, 0, -2, 0 -beanalumni , -2, 0, -2, 0 -beanalways , -2, 0, -2, 0 -beeffinger , -2, 0, -2, 0 -beganalbum , -2, 0, -2, 0 -beganalert , -2, 0, -2, 0 -beganalpha , -2, 0, -2, 0 -beganusing , -2, 0, 0, 0 -beganusual , -2, 0, 0, 0 -beingspunk , 0, 0, -3, 0 -beliefrick , -1, 0, 0, 0 -beltwatson , 0, 0, -3, 0 -benchellis , -1, 0, 0, 0 -beneathate , 0, 0, 0, -2 -bichloride , 0, -2, -2, 0 -bichromate , 0, -2, -2, 0 -bikinigrab , -3, -5, 0, 0 -bikinigrad , -3, -5, 0, 0 -bikinigras , -3, -5, 0, 0 -bikinigray , -3, -5, 0, 0 -bikinigrid , -3, -5, 0, 0 -bikinigrip , -3, -5, 0, 0 -bikinigrow , -3, -5, 0, 0 -bilinigrin , -3, -5, 0, 0 -birthdaygo , 0, -3, 0, 0 -birthellis , -1, 0, 0, 0 -bismuthate , 0, 0, 0, -2 -bitchamber , 0, -2, -2, 0 -bitchapter , 0, -2, -2, 0 -bitcharity , 0, -2, -2, 0 -bitcharles , 0, -2, -2, 0 -bitcharlie , 0, -2, -2, 0 -bitchassis , 0, -2, -2, 0 -bitchelsea , 0, -2, -2, 0 -bitcheries , 0, -2, -2, 0 -bitchicago , 0, -2, -2, 0 -bitchinese , 0, -2, -2, 0 -bitchiness , 0, -2, -2, 0 -bitchronic , 0, -2, -2, 0 -bitschapel , 0, -2, -2, 0 -bitscheers , 0, -2, -2, 0 -bitscheese , 0, -2, -2, 0 -bitscheque , 0, -2, -2, 0 -bitscherry , 0, -2, -2, 0 -bitschrome , 0, -2, -2, 0 -bitschubby , 0, -2, -2, 0 -bitschurch , 0, -2, -2, 0 -blackballs , 0, 0, -1, 0 -blackspunk , 0, 0, -3, 0 -bloodyacht , -2, 0, 0, 0 -bloodyahoo , -2, 0, 0, 0 -bloodyemen , -2, 0, 0, 0 -bloodyield , -2, 0, 0, 0 -bloodyukon , -2, 0, 0, 0 -bluebreast , 0, 0, -2, 0 -boardspunk , 0, 0, -3, 0 -boatwatson , 0, 0, -3, 0 -bodykelkoo , -2, -2, -2, 0 -boltwatson , 0, 0, -3, 0 -bonereason , 0, 0, -3, 0 -bonerebate , 0, 0, -3, 0 -bonereject , 0, 0, -3, 0 -bonerelate , 0, 0, -3, 0 -bonerelief , 0, 0, -3, 0 -bonereload , 0, 0, -3, 0 -boneremain , 0, 0, -3, 0 -boneremark , 0, 0, -3, 0 -boneremedy , 0, 0, -3, 0 -boneremind , 0, 0, -3, 0 -boneremote , 0, 0, -3, 0 -boneremove , 0, 0, -3, 0 -bonerender , 0, 0, -3, 0 -boneretail , 0, 0, -3, 0 -boneretain , 0, 0, -3, 0 -bonereturn , 0, 0, -3, 0 -bonereward , 0, 0, -3, 0 -bonerhythm , 0, 0, -3, 0 -boneribbon , 0, 0, -3, 0 -bonerising , 0, 0, -3, 0 -boneroland , 0, 0, -3, 0 -boneroster , 0, 0, -3, 0 -bonerotary , 0, 0, -3, 0 -bonerubber , 0, 0, -3, 0 -boneruling , 0, 0, -3, 0 -bonerussia , 0, 0, -3, 0 -bonerwanda , 0, 0, -3, 0 -boostwatch , 0, 0, -3, 0 -boostwater , 0, 0, -3, 0 -boothellis , -1, 0, 0, 0 -bootwatson , 0, 0, -3, 0 -brakespunk , 0, 0, -3, 0 -brancheshe , 0, 0, -2, 0 -brandspunk , 0, 0, -3, 0 -braquemard , 0, 0, -1, 0 -breakspunk , 0, 0, -3, 0 -breastband , 0, 0, -2, 0 -breastbeam , 0, 0, -2, 0 -breastbone , 0, 0, -2, 0 -breastfast , 0, 0, -2, 0 -breasthook , 0, 0, -2, 0 -breastless , 0, 0, -2, 0 -breastmark , 0, 0, -2, 0 -breastplow , 0, 0, -2, 0 -breastrail , 0, 0, -2, 0 -breastrope , 0, 0, -2, 0 -breastweed , 0, 0, -2, 0 -breastwise , 0, 0, -2, 0 -breastwood , 0, 0, -2, 0 -breastwork , 0, 0, -2, 0 -briefspunk , 0, 0, -3, 0 -britishate , 0, 0, 0, -2 -brookspunk , 0, 0, -3, 0 -buddykeith , -2, -2, -2, 0 -buddykelly , -2, -2, -2, 0 -buddykevin , -2, -2, -2, 0 -budgetlost , 0, 0, 0, -2 -buffaloser , 0, 0, 0, -2 -buildspunk , 0, 0, -3, 0 -builtwatch , 0, 0, -3, 0 -builtwater , 0, 0, -3, 0 -bunchellis , -1, 0, 0, 0 -burstwatch , 0, 0, -3, 0 -burstwater , 0, 0, -3, 0 -buttactics , -1, 0, 0, 0 -butthomson , -1, 0, 0, 0 -butthrough , -1, 0, 0, 0 -buttiffany , -1, 0, 0, 0 -buttrading , -1, 0, 0, 0 -buttraffic , -1, 0, 0, 0 -buttragedy , -1, 0, 0, 0 -buttrouble , -1, 0, 0, 0 -buttsunami , -1, 0, 0, 0 -buttuition , -1, 0, 0, 0 -buttunisia , -1, 0, 0, 0 -butturkish , -1, 0, 0, 0 -buyerspunk , 0, 0, -3, 0 -campuspunk , 0, 0, -3, 0 -campusyale , 0, -2, -2, 0 -campusyang , 0, -2, -2, 0 -campusyard , 0, -2, -2, 0 -campusyarn , 0, -2, -2, 0 -campusyoga , 0, -2, -2, 0 -campusyork , 0, -2, -2, 0 -capenissan , -1, 0, -3, 0 -cardiaclit , 0, 0, -3, 0 -cardiacrap , -1, 0, 0, 0 -castwatson , 0, 0, -3, 0 -catchellis , -1, 0, 0, 0 -caughtwatt , 0, 0, -3, 0 -cedarseven , -2, 0, 0, 0 -celebspunk , 0, 0, -3, 0 -celticunto , 0, -2, -2, 0 -censuspunk , 0, 0, -3, 0 -chanalbany , -2, 0, -2, 0 -chanalbert , -2, 0, -2, 0 -chanalfred , -2, 0, -2, 0 -chanalmost , -2, 0, -2, 0 -chanalpine , -2, 0, -2, 0 -chanalumni , -2, 0, -2, 0 -chanalways , -2, 0, -2, 0 -charselect , -2, 0, 0, 0 -charsevere , -2, 0, 0, 0 -charsewing , -2, 0, 0, 0 -chassissys , 0, 0, 0, -1 -cheapissue , -1, 0, 0, 0 -cheatspunk , 0, 0, -3, 0 -checkspunk , 0, 0, -3, 0 -cheerspunk , 0, 0, -3, 0 -cheffinger , -2, 0, -2, 0 -chickspunk , 0, 0, -3, 0 -chinesemen , 0, 0, -3, 0 -choarising , 0, -3, -2, 0 -choarizona , 0, -3, -2, 0 -choarrange , 0, -3, -2, 0 -choarrival , 0, -3, -2, 0 -chomorning , 0, -2, -1, 0 -chomorocco , 0, -2, -1, 0 -chomozilla , 0, -2, -1, 0 -choruspunk , 0, 0, -3, 0 -chroniccab , -2, -3, 0, 0 -chroniccad , -2, -3, 0, 0 -chroniccal , -2, -3, 0, 0 -chroniccam , -2, -3, 0, 0 -chroniccan , -2, -3, 0, 0 -chroniccap , -2, -3, 0, 0 -chroniccar , -2, -3, 0, 0 -chroniccas , -2, -3, 0, 0 -chroniccat , -2, -3, 0, 0 -chroniclit , 0, 0, -3, 0 -chronicrap , -1, 0, 0, 0 -churcheshe , 0, 0, -2, 0 -cialispunk , 0, 0, -3, 0 -cindykeith , -2, -2, -2, 0 -cindykelly , -2, -2, -2, 0 -cindykevin , -2, -2, -2, 0 -circuspunk , 0, 0, -3, 0 -clarapeace , 0, 0, -3, 0 -clickspunk , 0, 0, -3, 0 -clinchpoop , -1, 0, 0, 0 -cliniccafe , -2, -3, 0, 0 -cliniccage , -2, -3, 0, 0 -cliniccake , -2, -3, 0, 0 -cliniccave , -2, -3, 0, 0 -clinicunto , 0, -2, -2, 0 -clitoritis , 0, 0, -3, 0 -closespunk , 0, 0, -3, 0 -clothellis , -1, 0, 0, 0 -cloudspunk , 0, 0, -3, 0 -cloudykeen , -2, -2, -2, 0 -cloudykeep , -2, -2, -2, 0 -cloudykept , -2, -2, -2, 0 -coachellis , -1, 0, 0, 0 -coastwatch , 0, 0, -3, 0 -coastwater , 0, 0, -3, 0 -coatwatson , 0, 0, -3, 0 -cockabondy , -2, 0, -2, 0 -cockamamie , -2, 0, -2, 0 -cockamaroo , -2, 0, -2, 0 -cockarouse , -2, 0, -2, 0 -cockatrice , -2, 0, -2, 0 -cockchafer , -2, 0, -2, 0 -cockpaddle , -2, 0, -2, 0 -collarsega , -2, 0, 0, 0 -collarself , -2, 0, 0, 0 -collarsell , -2, 0, 0, 0 -collarsemi , -2, 0, 0, 0 -colorspunk , 0, 0, -3, 0 -combonerve , 0, 0, -3, 0 -comedykeen , -2, -2, -2, 0 -comedykeep , -2, -2, -2, 0 -comedykept , -2, -2, -2, 0 -comicspunk , 0, 0, -3, 0 -concludego , 0, -3, 0, 0 -condomajor , 0, 0, -2, 0 -condomalta , 0, 0, -2, 0 -condomambo , 0, 0, -2, 0 -condomazda , 0, 0, -2, 0 -condomight , 0, 0, -2, 0 -condomoore , 0, 0, -2, 0 -condomoral , 0, 0, -2, 0 -condomoses , 0, 0, -2, 0 -condomotel , 0, 0, -2, 0 -condomotor , 0, 0, -2, 0 -condomount , 0, 0, -2, 0 -condomouse , 0, 0, -2, 0 -condomouth , 0, 0, -2, 0 -condomovie , 0, 0, -2, 0 -condomulti , 0, 0, -2, 0 -condomusic , 0, 0, -2, 0 -congenital , 0, 0, -2, 0 -constwatch , 0, 0, -3, 0 -constwater , 0, 0, -3, 0 -copenissan , -1, 0, -3, 0 -copiespunk , 0, 0, -3, 0 -coriolanus , -2, 0, 0, 0 -corpuspunk , 0, 0, -3, 0 -corpusyale , 0, -2, -2, 0 -corpusyang , 0, -2, -2, 0 -corpusyard , 0, -2, -2, 0 -corpusyarn , 0, -2, -2, 0 -corpusyoga , 0, -2, -2, 0 -corpusyork , 0, -2, -2, 0 -costwatson , 0, 0, -3, 0 -countspunk , 0, 0, -3, 0 -countwatch , 0, 0, -3, 0 -countwater , 0, 0, -3, 0 -courtspunk , 0, 0, -3, 0 -courtwatch , 0, 0, -3, 0 -courtwater , 0, 0, -3, 0 -coverspunk , 0, 0, -3, 0 -cowardness , 0, 0, 0, -1 -crackerror , 0, -2, 0, 0 -craftspunk , 0, 0, -3, 0 -craftwatch , 0, 0, -3, 0 -craftwater , 0, 0, -3, 0 -crapulence , -1, 0, 0, 0 -crapulency , -1, 0, 0, 0 -crimespunk , 0, 0, -3, 0 -crisispunk , 0, 0, -3, 0 -crisissync , 0, 0, 0, -1 -cubichaiti , 0, -2, -2, 0 -cubichappy , 0, -2, -2, 0 -cubicharry , 0, -2, -2, 0 -cubichindu , 0, -2, -2, 0 -cubichobby , 0, -2, -2, 0 -cubicholly , 0, -2, -2, 0 -cubichorse , 0, -2, -2, 0 -cubichouse , 0, -2, -2, 0 -cubichuman , 0, -2, -2, 0 -cubichumor , 0, -2, -2, 0 -cubicuntil , 0, -2, -2, 0 -cultwatson , 0, 0, -3, 0 -cumanagoto , 0, 0, -3, 0 -cumaphytic , 0, 0, -3, 0 -cumflutter , 0, 0, -3, 0 -cumulating , 0, 0, -3, 0 -cumulation , 0, 0, -3, 0 -cumulatist , 0, 0, -3, 0 -cumulative , 0, 0, -3, 0 -curtispunk , 0, 0, -3, 0 -curvespunk , 0, 0, -3, 0 -custodyken , -2, -2, -2, 0 -custodykey , -2, -2, -2, 0 -cypruspunk , 0, 0, -3, 0 -czechellis , -1, 0, 0, 0 -daddykeith , -2, -2, -2, 0 -daddykelly , -2, -2, -2, 0 -daddykevin , -2, -2, -2, 0 -damnaughty , -1, 0, 0, 0 -damneither , -1, 0, 0, 0 -damneutral , -1, 0, 0, 0 -damniagara , -1, 0, 0, 0 -damnirvana , -1, 0, 0, 0 -damnuclear , -1, 0, 0, 0 -damnursing , -1, 0, 0, 0 -damnyankee , -1, 0, 0, 0 -danalbania , -2, 0, -2, 0 -danalcohol , -2, 0, -2, 0 -danalgebra , -2, 0, -2, 0 -danalgeria , -2, 0, -2, 0 -danalready , -2, 0, -2, 0 -daygourmet , 0, -3, 0, 0 -deanalbany , -2, 0, -2, 0 -deanalbert , -2, 0, -2, 0 -deanalfred , -2, 0, -2, 0 -deanalmost , -2, 0, -2, 0 -deanalpine , -2, 0, -2, 0 -deanalumni , -2, 0, -2, 0 -deanalways , -2, 0, -2, 0 -deathellis , -1, 0, 0, 0 -deathspunk , 0, 0, -3, 0 -debacchate , 0, 0, 0, -2 -deborahate , 0, 0, 0, -2 -debtchapel , 0, -2, -2, 0 -debtcheers , 0, -2, -2, 0 -debtcheese , 0, -2, -2, 0 -debtcheque , 0, -2, -2, 0 -debtcherry , 0, -2, -2, 0 -debtchrome , 0, -2, -2, 0 -debtchubby , 0, -2, -2, 0 -debtchurch , 0, -2, -2, 0 -debtwatson , 0, 0, -3, 0 -defensemen , 0, 0, -3, 0 -delayspunk , 0, 0, -3, 0 -denigrator , -3, -5, 0, 0 -dennispunk , 0, 0, -3, 0 -depthellis , -1, 0, 0, 0 -deptwatson , 0, 0, -3, 0 -desertwatt , 0, 0, -3, 0 -detectwatt , 0, 0, -3, 0 -deutschate , 0, 0, 0, -2 -deutschink , 0, -3, 0, 0 -dickcissel , -2, 0, -2, 0 -dietwatson , 0, 0, -3, 0 -directwatt , 0, 0, -3, 0 -dirtwatson , 0, 0, -3, 0 -dishespunk , 0, 0, -3, 0 -dollarseds , -2, 0, 0, 0 -dollarsedt , -2, 0, 0, 0 -dollarsega , -2, 0, 0, 0 -dollarsegg , -2, 0, 0, 0 -dollarself , -2, 0, 0, 0 -dollarsell , -2, 0, 0, 0 -dollarsemi , -2, 0, 0, 0 -dollarsest , -2, 0, 0, 0 -dollarseur , -2, 0, 0, 0 -dollarseva , -2, 0, 0, 0 -dollarseve , -2, 0, 0, 0 -dollarsexp , -2, 0, 0, 0 -dollarsext , -2, 0, 0, 0 -dollarseye , -2, 0, 0, 0 -dominatrix , 0, 0, 3, 0 -dongilbert , 0, 0, -2, 0 -donglasgow , 0, 0, -2, 0 -donglucose , 0, 0, -2, 0 -dongrammar , 0, 0, -2, 0 -dongratuit , 0, 0, -2, 0 -dongravity , 0, 0, -2, 0 -dongrenada , 0, 0, -2, 0 -dongriffin , 0, 0, -2, 0 -dongrocery , 0, 0, -2, 0 -donorspunk , 0, 0, -3, 0 -dontwatson , 0, 0, -3, 0 -doubledamn , -1, 0, 0, 0 -doubtchain , 0, -2, -2, 0 -doubtchair , 0, -2, -2, 0 -doubtchaos , 0, -2, -2, 0 -doubtchase , 0, -2, -2, 0 -doubtcheap , 0, -2, -2, 0 -doubtcheat , 0, -2, -2, 0 -doubtcheck , 0, -2, -2, 0 -doubtchess , 0, -2, -2, 0 -doubtchest , 0, -2, -2, 0 -doubtchevy , 0, -2, -2, 0 -doubtchris , 0, -2, -2, 0 -doubtchuck , 0, -2, -2, 0 -doubtwatch , 0, 0, -3, 0 -doubtwater , 0, 0, -3, 0 -dozenspunk , 0, 0, -3, 0 -draftwatch , 0, 0, -3, 0 -draftwater , 0, 0, -3, 0 -dreamspunk , 0, 0, -3, 0 -drinkspunk , 0, 0, -3, 0 -drivespunk , 0, 0, -3, 0 -dumbstruck , 0, 0, 0, -1 -dumbwaiter , 0, 0, 0, -1 -dustwatson , 0, 0, -3, 0 -dutchellis , -1, 0, 0, 0 -dykehopper , -2, -2, -2, 0 -earsedward , -2, 0, 0, 0 -earseffect , -2, 0, 0, 0 -earseffort , -2, 0, 0, 0 -earsegment , -2, 0, 0, 0 -earseither , -2, 0, 0, 0 -earseleven , -2, 0, 0, 0 -earsempire , -2, 0, 0, 0 -earsemploy , -2, 0, 0, 0 -earsescape , -2, 0, 0, 0 -earsescort , -2, 0, 0, 0 -earsession , -2, 0, 0, 0 -earseugene , -2, 0, 0, 0 -earsexceed , -2, 0, 0, 0 -earsexcept , -2, 0, 0, 0 -earsexcess , -2, 0, 0, 0 -earsexcuse , -2, 0, 0, 0 -earsexempt , -2, 0, 0, 0 -earsexotic , -2, 0, 0, 0 -earthellis , -1, 0, 0, 0 -eastwatson , 0, 0, -3, 0 -eberthella , -1, 0, 0, 0 -eclipsemen , 0, 0, -3, 0 -ecoongoing , 0, -5, 0, 0 -ecoontario , 0, -5, 0, 0 -effectwatt , 0, 0, -3, 0 -egyptwatch , 0, 0, -3, 0 -egyptwater , 0, 0, -3, 0 -eightballs , 0, 0, -1, 0 -eightwatch , 0, 0, -3, 0 -eightwater , 0, 0, -3, 0 -ejaculator , 0, 0, -2, 0 -electwatch , 0, 0, -3, 0 -electwater , 0, 0, -3, 0 -englishate , 0, 0, 0, -2 -enterspunk , 0, 0, -3, 0 -epoophoron , -1, 0, 0, 0 -eroticunto , 0, -2, -2, 0 -errorspunk , 0, 0, -3, 0 -escortwatt , 0, 0, -3, 0 -essexrated , 0, 0, -2, 0 -ethicspunk , 0, 0, -3, 0 -ethniccafe , -2, -3, 0, 0 -ethniccage , -2, -3, 0, 0 -ethniccake , -2, -3, 0, 0 -ethniccave , -2, -3, 0, 0 -ethnicunto , 0, -2, -2, 0 -eventspunk , 0, 0, -3, 0 -everydaygo , 0, -3, 0, 0 -exceptwatt , 0, 0, -3, 0 -excesspunk , 0, 0, -3, 0 -exemptwatt , 0, 0, -3, 0 -exhibitchi , 0, -2, -2, 0 -exhibitcho , 0, -2, -2, 0 -existspunk , 0, 0, -3, 0 -exoticunto , 0, -2, -2, 0 -expectwatt , 0, 0, -3, 0 -expensemen , 0, 0, -3, 0 -expertwatt , 0, 0, -3, 0 -extrapeace , 0, 0, -3, 0 -fabricunto , 0, -2, -2, 0 -faithellis , -1, 0, 0, 0 -famouspunk , 0, 0, -3, 0 -fastwatson , 0, 0, -3, 0 -fattypical , 0, -2, 0, -2 -faultwatch , 0, 0, -3, 0 -faultwater , 0, 0, -3, 0 -favorspunk , 0, 0, -3, 0 -fbichamber , 0, -2, -2, 0 -fbichapter , 0, -2, -2, 0 -fbichassis , 0, -2, -2, 0 -fbichelsea , 0, -2, -2, 0 -fbichronic , 0, -2, -2, 0 -feckulence , -2, 0, -2, 0 -feetwatson , 0, 0, -3, 0 -feltwatson , 0, 0, -3, 0 -fibrofatty , 0, -2, 0, -2 -fieldspunk , 0, 0, -3, 0 -fifthellis , -1, 0, 0, 0 -fightwatch , 0, 0, -3, 0 -fightwater , 0, 0, -3, 0 -finalspunk , 0, 0, -3, 0 -finnishate , 0, 0, 0, -2 -firstwatch , 0, 0, -3, 0 -firstwater , 0, 0, -3, 0 -flangeless , 0, 0, -3, 0 -fleetwatch , 0, 0, -3, 0 -fleetwater , 0, 0, -3, 0 -floatwatch , 0, 0, -3, 0 -floatwater , 0, 0, -3, 0 -floorspunk , 0, 0, -3, 0 -fontwatson , 0, 0, -3, 0 -footwatson , 0, 0, -3, 0 -forbespunk , 0, 0, -3, 0 -forcespunk , 0, 0, -3, 0 -forebreast , 0, 0, -2, 0 -forgetlost , 0, 0, 0, -2 -forthellis , -1, 0, 0, 0 -fortwatson , 0, 0, -3, 0 -forumspunk , 0, 0, -3, 0 -framespunk , 0, 0, -3, 0 -freakiness , 0, 0, 0, -2 -frigabriel , -1, 0, -2, 0 -frigadgets , -1, 0, -2, 0 -frigallery , -1, 0, -2, 0 -frigarbage , -1, 0, -2, 0 -frigazette , -1, 0, -2, 0 -frigilbert , -1, 0, -2, 0 -friglasgow , -1, 0, -2, 0 -friglucose , -1, 0, -2, 0 -frigrammar , -1, 0, -2, 0 -frigratuit , -1, 0, -2, 0 -frigravity , -1, 0, -2, 0 -frigrenada , -1, 0, -2, 0 -frigriffin , -1, 0, -2, 0 -frigrocery , -1, 0, -2, 0 -frontwatch , 0, 0, -3, 0 -frontwater , 0, 0, -3, 0 -frostwatch , 0, 0, -3, 0 -frostwater , 0, 0, -3, 0 -garlicunto , 0, -2, -2, 0 -genesissys , 0, 0, 0, -1 -geneticlit , 0, 0, -3, 0 -geneticrap , -1, 0, 0, 0 -geniuspunk , 0, 0, -3, 0 -giantspunk , 0, 0, -3, 0 -giftwatson , 0, 0, -3, 0 -glucosemen , 0, 0, -3, 0 -gnudeborah , 0, 0, -3, 0 -gnudeposit , 0, 0, -3, 0 -gnudetroit , 0, 0, -3, 0 -gnudeutsch , 0, 0, -3, 0 -goatwatson , 0, 0, -3, 0 -gothicunto , 0, -2, -2, 0 -grantspunk , 0, 0, -3, 0 -graphellis , -1, 0, 0, 0 -graphiclit , 0, 0, -3, 0 -graphicrap , -1, 0, 0, 0 -graphspunk , 0, 0, -3, 0 -gratispunk , 0, 0, -3, 0 -groupissue , -1, 0, 0, 0 -guardspunk , 0, 0, -3, 0 -guestspunk , 0, 0, -3, 0 -hancockite , -2, 0, -2, 0 -harrispunk , 0, 0, -3, 0 -hateclipse , 0, 0, 0, -2 -hatecuador , 0, 0, 0, -2 -hatembassy , 0, 0, 0, -2 -hatemerald , 0, 0, 0, -2 -hatemonger , 0, 0, 0, -2 -hatemperor , 0, 0, 0, -2 -hatenemies , 0, 0, 0, -2 -hatenhance , 0, 0, 0, -2 -hatenlarge , 0, 0, 0, -2 -hatenquiry , 0, 0, 0, -2 -hatepisode , 0, 0, 0, -2 -hatessence , 0, 0, 0, -2 -hateternal , 0, 0, 0, -2 -hatethical , 0, 0, 0, -2 -hatevident , 0, 0, 0, -2 -hatexcerpt , 0, 0, 0, -2 -hatexcited , 0, 0, 0, -2 -hatexclude , 0, 0, 0, -2 -hatexhaust , 0, 0, 0, -2 -hatexhibit , 0, 0, 0, -2 -heathellis , -1, 0, 0, 0 -helenazinc , 0, -2, 0, 0 -hellandite , -1, 0, 0, 0 -hellanodic , -1, 0, 0, 0 -hellbender , -1, 0, 0, 0 -helleboric , -1, 0, 0, 0 -helleborin , -1, 0, 0, 0 -helleborus , -1, 0, 0, 0 -hellespont , -1, 0, 0, 0 -heroespunk , 0, 0, -3, 0 -heshepherd , 0, 0, -2, 0 -holmespunk , 0, 0, -3, 0 -homoanisic , 0, -2, -1, 0 -homoblasty , 0, -2, -1, 0 -homochiral , 0, -2, -1, 0 -homochrome , 0, -2, -1, 0 -homochromy , 0, -2, -1, 0 -homoclinal , 0, -2, -1, 0 -homocyclic , 0, -2, -1, 0 -homodermic , 0, -2, -1, 0 -homodromal , 0, -2, -1, 0 -homodynamy , 0, -2, -1, 0 -homoecious , 0, -2, -1, 0 -homoeomeri , 0, -2, -1, 0 -homoeomery , 0, -2, -1, 0 -homoeopath , 0, -2, -1, 0 -homoeotopy , 0, -2, -1, 0 -homoeotype , 0, -2, -1, 0 -homoeozoic , 0, -2, -1, 0 -homoerotic , 0, -2, -1, 0 -homogamies , 0, -2, -1, 0 -homogamous , 0, -2, -1, 0 -homogonies , 0, -2, -1, 0 -homogonous , 0, -2, -1, 0 -homohedral , 0, -2, -1, 0 -homoiousia , 0, -2, -1, 0 -homolosine , 0, -2, -1, 0 -homomerous , 0, -2, -1, 0 -homonomous , 0, -2, -1, 0 -homoousion , 0, -2, -1, 0 -homophobia , 0, -2, -1, 0 -homophobic , 0, -2, -1, 0 -homophonic , 0, -2, -1, 0 -homophylic , 0, -2, -1, 0 -homoplasis , 0, -2, -1, 0 -homoplasmy , 0, -2, -1, 0 -homoplassy , 0, -2, -1, 0 -homorelaps , 0, -2, -1, 0 -homorganic , 0, -2, -1, 0 -homosexual , 0, -2, -1, 0 -homosphere , 0, -2, -1, 0 -homostyled , 0, -2, -1, 0 -homostylic , 0, -2, -1, 0 -homotactic , 0, -2, -1, 0 -homothetic , 0, -2, -1, 0 -homotonous , 0, -2, -1, 0 -homotropal , 0, -2, -1, 0 -homozygote , 0, -2, -1, 0 -homozygous , 0, -2, -1, 0 -honeyballs , 0, 0, -1, 0 -honkeyword , 0, -2, 0, 0 -honorspunk , 0, 0, -3, 0 -hookerotic , 0, 0, -3, 0 -hopenissan , -1, 0, -3, 0 -hornyamaha , 0, 0, -3, 0 -hornyellow , 0, 0, -3, 0 -horsespunk , 0, 0, -3, 0 -hostwatson , 0, 0, -3, 0 -hotelspunk , 0, 0, -3, 0 -hughespunk , 0, 0, -3, 0 -humanspunk , 0, 0, -3, 0 -humoronion , 0, 0, 0, -2 -huntwatson , 0, 0, -3, 0 -hurtwatson , 0, 0, -3, 0 -ianalbania , -2, 0, -2, 0 -ianalcohol , -2, 0, -2, 0 -ianalgebra , -2, 0, -2, 0 -ianalgeria , -2, 0, -2, 0 -ianalready , -2, 0, -2, 0 -idahoarbor , 0, -3, -2, 0 -idahoarise , 0, -3, -2, 0 -idahoarray , 0, -3, -2, 0 -idahoarrow , 0, -3, -2, 0 -idahoaruba , 0, -3, -2, 0 -idahomoore , 0, -2, -1, 0 -idahomoral , 0, -2, -1, 0 -idahomoses , 0, -2, -1, 0 -idahomotel , 0, -2, -1, 0 -idahomotor , 0, -2, -1, 0 -idahomount , 0, -2, -1, 0 -idahomouse , 0, -2, -1, 0 -idahomouth , 0, -2, -1, 0 -idahomovie , 0, -2, -1, 0 -idiothermy , 0, 0, 0, -1 -idiotising , 0, 0, 0, -1 -idiotizing , 0, 0, 0, -1 -idiotropic , 0, 0, 0, -1 -imbecilely , 0, 0, 0, -2 -impregnant , 0, 0, -2, 0 -incestonia , 0, 0, -3, 0 -incestuous , 0, 0, -3, 0 -inchespunk , 0, 0, -3, 0 -indexrated , 0, 0, -2, 0 -insertwatt , 0, 0, -3, 0 -intensemen , 0, 0, -3, 0 -interimjob , 0, 0, -3, 0 -isaacuntil , 0, -2, -2, 0 -ischioanal , -2, 0, -2, 0 -ispunknown , 0, 0, -3, 0 -issuespunk , 0, 0, -3, 0 -italicunto , 0, -2, -2, 0 -jackassery , 0, 0, 0, -1 -jackassess , 0, 0, 0, -1 -jackassign , 0, 0, 0, -1 -jackassism , 0, 0, 0, -1 -jackassist , 0, 0, 0, -1 -jackassume , 0, 0, 0, -1 -jackassure , 0, 0, 0, -1 -jacketwatt , 0, 0, -3, 0 -jaguarsega , -2, 0, 0, 0 -jaguarself , -2, 0, 0, 0 -jaguarsell , -2, 0, 0, 0 -jaguarsemi , -2, 0, 0, 0 -janalbania , -2, 0, -2, 0 -janalcohol , -2, 0, -2, 0 -janalgebra , -2, 0, -2, 0 -janalgeria , -2, 0, -2, 0 -janalready , -2, 0, -2, 0 -jarsegment , -2, 0, 0, 0 -jarsession , -2, 0, 0, 0 -jarseveral , -2, 0, 0, 0 -jeanalbany , -2, 0, -2, 0 -jeanalbert , -2, 0, -2, 0 -jeanalfred , -2, 0, -2, 0 -jeanalmost , -2, 0, -2, 0 -jeanalpine , -2, 0, -2, 0 -jeanalumni , -2, 0, -2, 0 -jeanalways , -2, 0, -2, 0 -joanalbany , -2, 0, -2, 0 -joanalbert , -2, 0, -2, 0 -joanalfred , -2, 0, -2, 0 -joanalmost , -2, 0, -2, 0 -joanalpine , -2, 0, -2, 0 -joanalumni , -2, 0, -2, 0 -joanalways , -2, 0, -2, 0 -juanalbany , -2, 0, -2, 0 -juanalbert , -2, 0, -2, 0 -juanalfred , -2, 0, -2, 0 -juanalmost , -2, 0, -2, 0 -juanalpine , -2, 0, -2, 0 -juanalumni , -2, 0, -2, 0 -juanalways , -2, 0, -2, 0 -judgespunk , 0, 0, -3, 0 -judykelkoo , -2, -2, -2, 0 -justwatson , 0, 0, -3, 0 -katrinazip , 0, -2, 0, 0 -keithellis , -1, 0, 0, 0 -kennedyken , -2, -2, -2, 0 -kennedykey , -2, -2, -2, 0 -kennethate , 0, 0, 0, -2 -keptwatson , 0, 0, -3, 0 -knivespunk , 0, 0, -3, 0 -koreanalex , -2, 0, -2, 0 -koreanalso , -2, 0, -2, 0 -koreanusgs , -2, 0, 0, 0 -koreanusps , -2, 0, 0, 0 -kurtwatson , 0, 0, -3, 0 -labelspunk , 0, 0, -3, 0 -ladykelkoo , -2, -2, -2, 0 -lanalbania , -2, 0, -2, 0 -lanalcohol , -2, 0, -2, 0 -lanalgebra , -2, 0, -2, 0 -lanalgeria , -2, 0, -2, 0 -lanalready , -2, 0, -2, 0 -lastwatson , 0, 0, -3, 0 -latinazinc , 0, -2, 0, 0 -latitudego , 0, -3, 0, 0 -laughellis , -1, 0, 0, 0 -launcheshe , 0, 0, -2, 0 -laurapeace , 0, 0, -3, 0 -layerspunk , 0, 0, -3, 0 -leanalbany , -2, 0, -2, 0 -leanalbert , -2, 0, -2, 0 -leanalfred , -2, 0, -2, 0 -leanalmost , -2, 0, -2, 0 -leanalpine , -2, 0, -2, 0 -leanalumni , -2, 0, -2, 0 -leanalways , -2, 0, -2, 0 -leavespunk , 0, 0, -3, 0 -leftwatson , 0, 0, -3, 0 -lensespunk , 0, 0, -3, 0 -levelspunk , 0, 0, -3, 0 -levitrapee , 0, 0, -3, 0 -levitrapen , 0, 0, -3, 0 -levitrapet , 0, 0, -3, 0 -licensemen , 0, 0, -3, 0 -liftwatson , 0, 0, -3, 0 -lightspunk , 0, 0, -3, 0 -lightwatch , 0, 0, -3, 0 -lightwater , 0, 0, -3, 0 -linuxrated , 0, 0, -2, 0 -loanalbany , -2, 0, -2, 0 -loanalbert , -2, 0, -2, 0 -loanalfred , -2, 0, -2, 0 -loanalmost , -2, 0, -2, 0 -loanalpine , -2, 0, -2, 0 -loanalumni , -2, 0, -2, 0 -loanalways , -2, 0, -2, 0 -loganalbum , -2, 0, -2, 0 -loganalert , -2, 0, -2, 0 -loganalpha , -2, 0, -2, 0 -loganusing , -2, 0, 0, 0 -loganusual , -2, 0, 0, 0 -logicuntil , 0, -2, -2, 0 -lookupissn , -1, 0, 0, 0 -lookupoops , -1, 0, 0, 0 -lookuprick , -2, 0, 0, -1 -losereason , 0, 0, 0, -2 -loserebate , 0, 0, 0, -2 -losereject , 0, 0, 0, -2 -loserelate , 0, 0, 0, -2 -loserelief , 0, 0, 0, -2 -losereload , 0, 0, 0, -2 -loseremain , 0, 0, 0, -2 -loseremark , 0, 0, 0, -2 -loseremedy , 0, 0, 0, -2 -loseremind , 0, 0, 0, -2 -loseremote , 0, 0, 0, -2 -loseremove , 0, 0, 0, -2 -loserender , 0, 0, 0, -2 -loseretail , 0, 0, 0, -2 -loseretain , 0, 0, 0, -2 -losereturn , 0, 0, 0, -2 -losereward , 0, 0, 0, -2 -loserhythm , 0, 0, 0, -2 -loseribbon , 0, 0, 0, -2 -loserising , 0, 0, 0, -2 -loseroland , 0, 0, 0, -2 -loseroster , 0, 0, 0, -2 -loserotary , 0, 0, 0, -2 -loserubber , 0, 0, 0, -2 -loseruling , 0, 0, 0, -2 -loserussia , 0, 0, 0, -2 -loserwanda , 0, 0, 0, -2 -lossespunk , 0, 0, -3, 0 -lostwatson , 0, 0, -3, 0 -loverspunk , 0, 0, -3, 0 -lubbercock , -2, 0, -2, 0 -lumachella , -1, 0, 0, 0 -lumachelle , -1, 0, 0, 0 -lunchellis , -1, 0, 0, 0 -lyricspunk , 0, 0, -3, 0 -lyricuntil , 0, -2, -2, 0 -magicuntil , 0, -2, -2, 0 -makerspunk , 0, 0, -3, 0 -makeupissn , -1, 0, 0, 0 -makeupoops , -1, 0, 0, 0 -makeuprick , -2, 0, 0, -1 -mambonerve , 0, 0, -3, 0 -marcoonion , 0, -5, 0, 0 -marcuspunk , 0, 0, -3, 0 -marinazinc , 0, -2, 0, 0 -marketwatt , 0, 0, -3, 0 -marrymuffe , 0, 0, -3, 0 -marthatech , 0, 0, 0, -2 -marthatemp , 0, 0, 0, -2 -masterbath , 0, 0, -2, 0 -matchellis , -1, 0, 0, 0 -mattwatson , 0, 0, -3, 0 -meanalbany , -2, 0, -2, 0 -meanalbert , -2, 0, -2, 0 -meanalfred , -2, 0, -2, 0 -meanalmost , -2, 0, -2, 0 -meanalpine , -2, 0, -2, 0 -meanalumni , -2, 0, -2, 0 -meanalways , -2, 0, -2, 0 -meetupissn , -1, 0, 0, 0 -meetupoops , -1, 0, 0, 0 -meetuprick , -2, 0, 0, -1 -meetwatson , 0, 0, -3, 0 -menudebate , 0, 0, -3, 0 -menudebian , 0, 0, -3, 0 -menudegree , 0, 0, -3, 0 -menudepend , 0, 0, -3, 0 -menudeputy , 0, 0, -3, 0 -menudetail , 0, 0, -3, 0 -menudetect , 0, 0, -3, 0 -mesorectum , 0, 0, -2, 0 -metalspunk , 0, 0, -3, 0 -meterspunk , 0, 0, -3, 0 -metricunto , 0, -2, -2, 0 -mexicoonce , 0, -5, 0, 0 -mexicoonly , 0, -5, 0, 0 -mexicoonto , 0, -5, 0, 0 -mexicoward , 0, 0, 0, -1 -michellace , -1, 0, 0, 0 -michellack , -1, 0, 0, 0 -michellady , -1, 0, 0, 0 -michellaid , -1, 0, 0, 0 -michellake , -1, 0, 0, 0 -michellamb , -1, 0, 0, 0 -michellamp , -1, 0, 0, 0 -michellaos , -1, 0, 0, 0 -michellazy , -1, 0, 0, 0 -michellife , -1, 0, 0, 0 -michellift , -1, 0, 0, 0 -michellike , -1, 0, 0, 0 -michelline , -1, 0, 0, 0 -michellink , -1, 0, 0, 0 -michellisa , -1, 0, 0, 0 -michellist , -1, 0, 0, 0 -michellive , -1, 0, 0, 0 -michelluck , -1, 0, 0, 0 -michellucy , -1, 0, 0, 0 -michelluis , -1, 0, 0, 0 -michelluke , -1, 0, 0, 0 -michellung , -1, 0, 0, 0 -micropenis , -1, 0, -3, 0 -midiottawa , 0, 0, 0, -1 -mightwatch , 0, 0, -3, 0 -mightwater , 0, 0, -3, 0 -minigraham , -3, -5, 0, 0 -minigranny , -3, -5, 0, 0 -minigratis , -3, -5, 0, 0 -minigroove , -3, -5, 0, 0 -miniground , -3, -5, 0, 0 -modelspunk , 0, 0, -3, 0 -modemspunk , 0, 0, -3, 0 -modularsea , -2, 0, 0, 0 -modularsec , -2, 0, 0, 0 -modularsee , -2, 0, 0, 0 -modularsen , -2, 0, 0, 0 -modularseo , -2, 0, 0, 0 -modularsep , -2, 0, 0, 0 -modularseq , -2, 0, 0, 0 -modularser , -2, 0, 0, 0 -modularset , -2, 0, 0, 0 -monacoonce , 0, -5, 0, 0 -monacoonly , 0, -5, 0, 0 -monacoonto , 0, -5, 0, 0 -monacoward , 0, 0, 0, -1 -monthellis , -1, 0, 0, 0 -monthspunk , 0, 0, -3, 0 -moroccoone , 0, -5, 0, 0 -moroccoons , 0, -5, 0, 0 -moronities , 0, 0, 0, -2 -morrispunk , 0, 0, -3, 0 -mostwatson , 0, 0, -3, 0 -motelspunk , 0, 0, -3, 0 -motherfuck , 2, 2, 2, 0 -motorspunk , 0, 0, -3, 0 -mountspunk , 0, 0, -3, 0 -mountwatch , 0, 0, -3, 0 -mountwater , 0, 0, -3, 0 -mouthellis , -1, 0, 0, 0 -moverspunk , 0, 0, -3, 0 -moviespunk , 0, 0, -3, 0 -mphelliott , -1, 0, 0, 0 -mphukraine , -2, 0, -2, 0 -mustwatson , 0, 0, -3, 0 -niagarapee , 0, 0, -3, 0 -niagarapen , 0, 0, -3, 0 -niagarapet , 0, 0, -3, 0 -nightspunk , 0, 0, -3, 0 -nightwatch , 0, 0, -3, 0 -nightwater , 0, 0, -3, 0 -nigranilin , -5, -8, 0, 0 -nincompoop , -1, 0, 0, 0 -nonfascist , 0, -2, 0, 0 -nonporness , 0, 0, -3, 0 -northellis , -1, 0, 0, 0 -novelspunk , 0, 0, -3, 0 -nursespunk , 0, 0, -3, 0 -nutcracker , 0, -2, 0, 0 -oasissyria , 0, 0, 0, -1 -objectwatt , 0, 0, -3, 0 -occurspunk , 0, 0, -3, 0 -oceanalbum , -2, 0, -2, 0 -oceanalert , -2, 0, -2, 0 -oceanalpha , -2, 0, -2, 0 -oenanthate , 0, 0, 0, -2 -offensemen , 0, 0, -3, 0 -offerspunk , 0, 0, -3, 0 -olympusyea , 0, -2, -2, 0 -olympusyen , 0, -2, -2, 0 -olympusyes , 0, -2, -2, 0 -olympusyet , 0, -2, -2, 0 -olympusyou , 0, -2, -2, 0 -olympusyrs , 0, -2, -2, 0 -opticspunk , 0, 0, -3, 0 -orbitchain , 0, -2, -2, 0 -orbitchess , 0, -2, -2, 0 -orbitchest , 0, -2, -2, 0 -orderspunk , 0, 0, -3, 0 -organiclit , 0, 0, -3, 0 -organicrap , -1, 0, 0, 0 -organusing , -2, 0, 0, 0 -organusual , -2, 0, 0, 0 -orthoganal , -2, 0, -2, 0 -otherspunk , 0, 0, -3, 0 -oughtwatch , 0, 0, -3, 0 -oughtwater , 0, 0, -3, 0 -ownerspunk , 0, 0, -3, 0 -pacificlit , 0, 0, -3, 0 -pacificrap , -1, 0, 0, 0 -packetwatt , 0, 0, -3, 0 -paddlecock , -2, 0, -2, 0 -palebreast , 0, 0, -2, 0 -pamelabias , 0, 0, -3, 0 -panalbania , -2, 0, -2, 0 -panalcohol , -2, 0, -2, 0 -panalgebra , -2, 0, -2, 0 -panalgeria , -2, 0, -2, 0 -panalready , -2, 0, -2, 0 -panelspunk , 0, 0, -3, 0 -panicuntil , 0, -2, -2, 0 -paperspunk , 0, 0, -3, 0 -parapeople , 0, 0, -3, 0 -parapepper , 0, 0, -3, 0 -passespunk , 0, 0, -3, 0 -pastwatson , 0, 0, -3, 0 -patchellis , -1, 0, 0, 0 -perthellis , -1, 0, 0, 0 -phasespunk , 0, 0, -3, 0 -photospunk , 0, 0, -3, 0 -pickupissn , -1, 0, 0, 0 -pickupoops , -1, 0, 0, 0 -pickuprick , -2, 0, 0, -1 -picniccafe , -2, -3, 0, 0 -picniccage , -2, -3, 0, 0 -picniccake , -2, -3, 0, 0 -picniccave , -2, -3, 0, 0 -picnicunto , 0, -2, -2, 0 -piecespunk , 0, 0, -3, 0 -pinnigrada , -3, -5, 0, 0 -pinnigrade , -3, -5, 0, 0 -pipenissan , -1, 0, -3, 0 -pitchellis , -1, 0, 0, 0 -pixelspunk , 0, 0, -3, 0 -placespunk , 0, 0, -3, 0 -placuntoma , 0, -2, -2, 0 -planigraph , -3, -5, 0, 0 -plantspunk , 0, 0, -3, 0 -plasticlit , 0, 0, -3, 0 -plasticrap , -1, 0, 0, 0 -platespunk , 0, 0, -3, 0 -pocketwatt , 0, 0, -3, 0 -poetwatson , 0, 0, -3, 0 -pointspunk , 0, 0, -3, 0 -polarseven , -2, 0, 0, 0 -pontiaclit , 0, 0, -3, 0 -pontiacrap , -1, 0, 0, 0 -popenissan , -1, 0, -3, 0 -popularsea , -2, 0, 0, 0 -popularsec , -2, 0, 0, 0 -popularsee , -2, 0, 0, 0 -popularsen , -2, 0, 0, 0 -popularseo , -2, 0, 0, 0 -popularsep , -2, 0, 0, 0 -popularseq , -2, 0, 0, 0 -popularser , -2, 0, 0, 0 -popularset , -2, 0, 0, 0 -pornaughty , 0, 0, -3, 0 -porneither , 0, 0, -3, 0 -pornervous , 0, 0, -3, 0 -porneutral , 0, 0, -3, 0 -porniagara , 0, 0, -3, 0 -pornirvana , 0, 0, -3, 0 -pornocracy , 0, 0, -3, 0 -pornograph , 0, 0, -3, 0 -pornuclear , 0, 0, -3, 0 -pornumeric , 0, 0, -3, 0 -pornursing , 0, 0, -3, 0 -porscheshe , 0, 0, -2, 0 -portwatson , 0, 0, -3, 0 -postwatson , 0, 0, -3, 0 -pothookery , 0, 0, -3, 0 -poundspunk , 0, 0, -3, 0 -powerspunk , 0, 0, -3, 0 -precisemen , 0, 0, -3, 0 -pregenital , 0, 0, -2, 0 -pregnantly , 0, 0, -2, 0 -pretardily , 0, -2, 0, -2 -pricespunk , 0, 0, -3, 0 -prickliest , -2, 0, 0, -1 -pricklouse , -2, 0, 0, -1 -prickmadam , -2, 0, 0, -1 -prickproof , -2, 0, 0, -1 -princestan , 0, 0, -3, 0 -princestar , 0, 0, -3, 0 -princestat , 0, 0, -3, 0 -princestay , 0, 0, -3, 0 -princestop , 0, 0, -3, 0 -princestud , 0, 0, -3, 0 -printspunk , 0, 0, -3, 0 -prizespunk , 0, 0, -3, 0 -profascist , 0, -2, 0, 0 -progenital , 0, 0, -2, 0 -promisemen , 0, 0, -3, 0 -promptwatt , 0, 0, -3, 0 -protwatson , 0, 0, -3, 0 -prozacunto , 0, -2, -2, 0 -pspunknown , 0, 0, -3, 0 -psychoanal , -2, 0, -2, 0 -pubeclipse , 0, 0, -3, 0 -pubecuador , 0, 0, -3, 0 -pubelegant , 0, 0, -3, 0 -pubelement , 0, 0, -3, 0 -pubelliott , 0, 0, -3, 0 -pubembassy , 0, 0, -3, 0 -pubemerald , 0, 0, -3, 0 -pubemperor , 0, 0, -3, 0 -pubenemies , 0, 0, -3, 0 -pubenhance , 0, 0, -3, 0 -pubenlarge , 0, 0, -3, 0 -pubenquiry , 0, 0, -3, 0 -pubepisode , 0, 0, -3, 0 -puberulent , 0, 0, -3, 0 -puberulous , 0, 0, -3, 0 -pubescence , 0, 0, -3, 0 -pubescency , 0, 0, -3, 0 -pubessence , 0, 0, -3, 0 -pubeternal , 0, 0, -3, 0 -pubethical , 0, 0, -3, 0 -pubevident , 0, 0, -3, 0 -pubexcerpt , 0, 0, -3, 0 -pubexcited , 0, 0, -3, 0 -pubexclude , 0, 0, -3, 0 -pubexhaust , 0, 0, -3, 0 -pubexhibit , 0, 0, -3, 0 -publicunto , 0, -2, -2, 0 -publishate , 0, 0, 0, -2 -punchellis , -1, 0, 0, 0 -pupilspunk , 0, 0, -3, 0 -quebecunto , 0, -2, -2, 0 -queenspunk , 0, 0, -3, 0 -quietwatch , 0, 0, -3, 0 -quietwater , 0, 0, -3, 0 -quiltwatch , 0, 0, -3, 0 -quiltwater , 0, 0, -3, 0 -quotespunk , 0, 0, -3, 0 -rabbitchar , 0, -2, -2, 0 -rachellace , -1, 0, 0, 0 -rachellack , -1, 0, 0, 0 -rachellady , -1, 0, 0, 0 -rachellaid , -1, 0, 0, 0 -rachellake , -1, 0, 0, 0 -rachellamb , -1, 0, 0, 0 -rachellamp , -1, 0, 0, 0 -rachellaos , -1, 0, 0, 0 -rachellazy , -1, 0, 0, 0 -rachellead , -1, 0, 0, 0 -rachelleaf , -1, 0, 0, 0 -rachelleft , -1, 0, 0, 0 -rachellevy , -1, 0, 0, 0 -rachellife , -1, 0, 0, 0 -rachellift , -1, 0, 0, 0 -rachellike , -1, 0, 0, 0 -rachelline , -1, 0, 0, 0 -rachellink , -1, 0, 0, 0 -rachellisa , -1, 0, 0, 0 -rachellist , -1, 0, 0, 0 -rachellive , -1, 0, 0, 0 -rachelluck , -1, 0, 0, 0 -rachellucy , -1, 0, 0, 0 -rachelluis , -1, 0, 0, 0 -rachelluke , -1, 0, 0, 0 -rachellung , -1, 0, 0, 0 -radarseven , -2, 0, 0, 0 -radiospunk , 0, 0, -3, 0 -radiuspunk , 0, 0, -3, 0 -raisespunk , 0, 0, -3, 0 -raleighate , 0, 0, 0, -2 -ralphellis , -1, 0, 0, 0 -ranchellis , -1, 0, 0, 0 -rangespunk , 0, 0, -3, 0 -rapeclipse , 0, 0, -3, 0 -rapecuador , 0, 0, -3, 0 -rapelegant , 0, 0, -3, 0 -rapelement , 0, 0, -3, 0 -rapelliott , 0, 0, -3, 0 -rapembassy , 0, 0, -3, 0 -rapemerald , 0, 0, -3, 0 -rapemperor , 0, 0, -3, 0 -rapenemies , 0, 0, -3, 0 -rapenhance , 0, 0, -3, 0 -rapenlarge , 0, 0, -3, 0 -rapenquiry , 0, 0, -3, 0 -rapepisode , 0, 0, -3, 0 -rapessence , 0, 0, -3, 0 -rapeternal , 0, 0, -3, 0 -rapethical , 0, 0, -3, 0 -rapevident , 0, 0, -3, 0 -rapexcerpt , 0, 0, -3, 0 -rapexcited , 0, 0, -3, 0 -rapexclude , 0, 0, -3, 0 -rapexhaust , 0, 0, -3, 0 -rapexhibit , 0, 0, -3, 0 -ratiospunk , 0, 0, -3, 0 -readykeith , -2, -2, -2, 0 -readykelly , -2, -2, -2, 0 -readykevin , -2, -2, -2, 0 -reeffinger , -2, 0, -2, 0 -referspunk , 0, 0, -3, 0 -regularsea , -2, 0, 0, 0 -regularsec , -2, 0, 0, 0 -regularsee , -2, 0, 0, 0 -regularsen , -2, 0, 0, 0 -regularseo , -2, 0, 0, 0 -regularsep , -2, 0, 0, 0 -regularseq , -2, 0, 0, 0 -regularser , -2, 0, 0, 0 -regularset , -2, 0, 0, 0 -rejectwatt , 0, 0, -3, 0 -relaxrated , 0, 0, -2, 0 -reliefrick , -1, 0, 0, 0 -remedykeen , -2, -2, -2, 0 -remedykeep , -2, -2, -2, 0 -remedykept , -2, -2, -2, 0 -resultwatt , 0, 0, -3, 0 -retardance , 0, -2, 0, -2 -retardence , 0, -2, 0, -2 -retardment , 0, -2, 0, -2 -richellite , -1, 0, 0, 0 -ricoonline , 0, -5, 0, 0 -riderspunk , 0, 0, -3, 0 -rightspunk , 0, 0, -3, 0 -rightwatch , 0, 0, -3, 0 -rightwater , 0, 0, -3, 0 -ripenissan , -1, 0, -3, 0 -riverspunk , 0, 0, -3, 0 -robertwatt , 0, 0, -3, 0 -robotspunk , 0, 0, -3, 0 -robotwatch , 0, 0, -3, 0 -robotwater , 0, 0, -3, 0 -robustwatt , 0, 0, -3, 0 -rocketwatt , 0, 0, -3, 0 -rogerspunk , 0, 0, -3, 0 -rootwatson , 0, 0, -3, 0 -ropenissan , -1, 0, -3, 0 -roughellis , -1, 0, 0, 0 -roundspunk , 0, 0, -3, 0 -routespunk , 0, 0, -3, 0 -ryanalbany , -2, 0, -2, 0 -ryanalbert , -2, 0, -2, 0 -ryanalfred , -2, 0, -2, 0 -ryanalmost , -2, 0, -2, 0 -ryanalpine , -2, 0, -2, 0 -ryanalumni , -2, 0, -2, 0 -ryanalways , -2, 0, -2, 0 -saintspunk , 0, 0, -3, 0 -sanalbania , -2, 0, -2, 0 -sanalcohol , -2, 0, -2, 0 -sanalgebra , -2, 0, -2, 0 -sanalgeria , -2, 0, -2, 0 -sanalready , -2, 0, -2, 0 -sarahellis , -1, 0, 0, 0 -saturdaygo , 0, -3, 0, 0 -sbjctwatch , 0, 0, -3, 0 -sbjctwater , 0, 0, -3, 0 -scenespunk , 0, 0, -3, 0 -sceniccafe , -2, -3, 0, 0 -sceniccage , -2, -3, 0, 0 -sceniccake , -2, -3, 0, 0 -sceniccave , -2, -3, 0, 0 -scenicunto , 0, -2, -2, 0 -scholarsea , -2, 0, 0, 0 -scholarsec , -2, 0, 0, 0 -scholarsee , -2, 0, 0, 0 -scholarsen , -2, 0, 0, 0 -scholarseo , -2, 0, 0, 0 -scholarsep , -2, 0, 0, 0 -scholarseq , -2, 0, 0, 0 -scholarser , -2, 0, 0, 0 -scholarset , -2, 0, 0, 0 -scoopissue , -1, 0, 0, 0 -scottwatch , 0, 0, -3, 0 -scottwater , 0, 0, -3, 0 -scratchate , 0, 0, 0, -2 -scratchink , 0, -3, 0, 0 -screwballs , 0, 0, -1, 0 -scriptwatt , 0, 0, -3, 0 -scumminess , 0, 0, 0, -2 -seanalbany , -2, 0, -2, 0 -seanalbert , -2, 0, -2, 0 -seanalfred , -2, 0, -2, 0 -seanalmost , -2, 0, -2, 0 -seanalpine , -2, 0, -2, 0 -seanalumni , -2, 0, -2, 0 -seanalways , -2, 0, -2, 0 -searcheshe , 0, 0, -2, 0 -secretwatt , 0, 0, -3, 0 -semencinae , 0, 0, -3, 0 -seminarsea , -2, 0, 0, 0 -seminarsec , -2, 0, 0, 0 -seminarsee , -2, 0, 0, 0 -seminarsen , -2, 0, 0, 0 -seminarseo , -2, 0, 0, 0 -seminarsep , -2, 0, 0, 0 -seminarseq , -2, 0, 0, 0 -seminarser , -2, 0, 0, 0 -seminarset , -2, 0, 0, 0 -septwatson , 0, 0, -3, 0 -seriespunk , 0, 0, -3, 0 -servespunk , 0, 0, -3, 0 -setupissue , -1, 0, 0, 0 -seventhate , 0, 0, 0, -2 -shaftwatch , 0, 0, -3, 0 -shaftwater , 0, 0, -3, 0 -shapespunk , 0, 0, -3, 0 -sharpissue , -1, 0, 0, 0 -sheepissue , -1, 0, 0, 0 -sheetspunk , 0, 0, -3, 0 -sheetwatch , 0, 0, -3, 0 -sheetwater , 0, 0, -3, 0 -shiftwatch , 0, 0, -3, 0 -shiftwater , 0, 0, -3, 0 -shinnecock , -2, 0, -2, 0 -shirtspunk , 0, 0, -3, 0 -shirtwatch , 0, 0, -3, 0 -shirtwater , 0, 0, -3, 0 -shootwatch , 0, 0, -3, 0 -shootwater , 0, 0, -3, 0 -shortspunk , 0, 0, -3, 0 -shortwatch , 0, 0, -3, 0 -shortwater , 0, 0, -3, 0 -shutwatson , 0, 0, -3, 0 -sierrapeak , 0, 0, -3, 0 -sierrapeas , 0, 0, -3, 0 -sightwatch , 0, 0, -3, 0 -sightwater , 0, 0, -3, 0 -signupissn , -1, 0, 0, 0 -signupoops , -1, 0, 0, 0 -signuprick , -2, 0, 0, -1 -similarsea , -2, 0, 0, 0 -similarsec , -2, 0, 0, 0 -similarsee , -2, 0, 0, 0 -similarsen , -2, 0, 0, 0 -similarseo , -2, 0, 0, 0 -similarsep , -2, 0, 0, 0 -similarseq , -2, 0, 0, 0 -similarser , -2, 0, 0, 0 -similarset , -2, 0, 0, 0 -sincestack , 0, 0, -3, 0 -sincestaff , 0, 0, -3, 0 -sincestage , 0, 0, -3, 0 -sincestake , 0, 0, -3, 0 -sincestamp , 0, 0, -3, 0 -sincestick , 0, 0, -3, 0 -sincestill , 0, 0, -3, 0 -sincestock , 0, 0, -3, 0 -sincestone , 0, 0, -3, 0 -sincestood , 0, 0, -3, 0 -sincestore , 0, 0, -3, 0 -sincestorm , 0, 0, -3, 0 -sincestory , 0, 0, -3, 0 -sincestuck , 0, 0, -3, 0 -sincestuff , 0, 0, -3, 0 -sincestyle , 0, 0, -3, 0 -singhellis , -1, 0, 0, 0 -sinigrosid , -3, -5, 0, 0 -sixthellis , -1, 0, 0, 0 -skiddycock , -2, 0, -2, 0 -skirtspunk , 0, 0, -3, 0 -skirtwatch , 0, 0, -3, 0 -skirtwater , 0, 0, -3, 0 -sleepissue , -1, 0, 0, 0 -sleepspunk , 0, 0, -3, 0 -smithellis , -1, 0, 0, 0 -snakedicke , -2, 0, -2, 0 -socketwatt , 0, 0, -3, 0 -softwatson , 0, 0, -3, 0 -solarseven , -2, 0, 0, 0 -soniccache , -2, -3, 0, 0 -soniccause , -2, -3, 0, 0 -sonicuntil , 0, -2, -2, 0 -sophomoric , 0, -2, -1, 0 -sortwatson , 0, 0, -3, 0 -soundspunk , 0, 0, -3, 0 -southellis , -1, 0, 0, 0 -sovietwatt , 0, 0, -3, 0 -spacespunk , 0, 0, -3, 0 -spanishate , 0, 0, 0, -2 -speakspunk , 0, 0, -3, 0 -speecheshe , 0, 0, -2, 0 -spinigrade , -3, -5, 0, 0 -spitchcock , -2, 0, -2, 0 -spunkiness , 0, 0, -3, 0 -squirtwatt , 0, 0, -3, 0 -stampspunk , 0, 0, -3, 0 -standspunk , 0, 0, -3, 0 -statespunk , 0, 0, -3, 0 -staticunto , 0, -2, -2, 0 -statuspunk , 0, 0, -3, 0 -statwatson , 0, 0, -3, 0 -steadykeen , -2, -2, -2, 0 -steadykeep , -2, -2, -2, 0 -steadykept , -2, -2, -2, 0 -stickspunk , 0, 0, -3, 0 -stockspunk , 0, 0, -3, 0 -stomachink , 0, -3, 0, 0 -streetwatt , 0, 0, -3, 0 -stresspunk , 0, 0, -3, 0 -stretchate , 0, 0, 0, -2 -stretchink , 0, -3, 0, 0 -structwatt , 0, 0, -3, 0 -studykeith , -2, -2, -2, 0 -studykelly , -2, -2, -2, 0 -studykevin , -2, -2, -2, 0 -stupidhead , 0, 0, 0, -1 -stupidness , 0, 0, 0, -1 -stylishate , 0, 0, 0, -2 -styluspunk , 0, 0, -3, 0 -subgenital , 0, 0, -2, 0 -suckitalia , 0, 0, -2, -2 -suckitalic , 0, 0, -2, -2 -suckitself , 0, 0, -2, -2 -suckitunes , 0, 0, -2, -2 -suckmyrtle , 0, 0, -3, 0 -suckmyself , 0, 0, -3, 0 -suitespunk , 0, 0, -3, 0 -sweetwatch , 0, 0, -3, 0 -sweetwater , 0, 0, -3, 0 -swiftwatch , 0, 0, -3, 0 -swiftwater , 0, 0, -3, 0 -switcheshe , 0, 0, -2, 0 -symbollock , -2, 0, -2, 0 -taiwankarl , 0, 0, -3, 0 -taiwankate , 0, 0, -3, 0 -taiwankeen , 0, 0, -3, 0 -taiwankeep , 0, 0, -3, 0 -taiwankept , 0, 0, -3, 0 -taiwankick , 0, 0, -3, 0 -taiwankill , 0, 0, -3, 0 -taiwankind , 0, 0, -3, 0 -taiwanking , 0, 0, -3, 0 -taiwankirk , 0, 0, -3, 0 -taiwankiss , 0, 0, -3, 0 -taiwanknee , 0, 0, -3, 0 -taiwanknew , 0, 0, -3, 0 -taiwanknit , 0, 0, -3, 0 -taiwanknow , 0, 0, -3, 0 -taiwankong , 0, 0, -3, 0 -taiwankurt , 0, 0, -3, 0 -taiwankyle , 0, 0, -3, 0 -tanalbania , -2, 0, -2, 0 -tanalcohol , -2, 0, -2, 0 -tanalgebra , -2, 0, -2, 0 -tanalgeria , -2, 0, -2, 0 -tanalready , -2, 0, -2, 0 -tapenissan , -1, 0, -3, 0 -tarbuttite , -1, 0, 0, 0 -targetlost , 0, 0, 0, -2 -tariffrick , -1, 0, 0, 0 -taughtwatt , 0, 0, -3, 0 -teddykeith , -2, -2, -2, 0 -teddykelly , -2, -2, -2, 0 -teddykevin , -2, -2, -2, 0 -teethellis , -1, 0, 0, 0 -tennispunk , 0, 0, -3, 0 -thanalbany , -2, 0, -2, 0 -thanalbert , -2, 0, -2, 0 -thanalfred , -2, 0, -2, 0 -thanalmost , -2, 0, -2, 0 -thanalpine , -2, 0, -2, 0 -thanalumni , -2, 0, -2, 0 -thanalways , -2, 0, -2, 0 -thankspunk , 0, 0, -3, 0 -theftwatch , 0, 0, -3, 0 -theftwater , 0, 0, -3, 0 -themespunk , 0, 0, -3, 0 -thesispunk , 0, 0, -3, 0 -thesissync , 0, 0, 0, -1 -thingspunk , 0, 0, -3, 0 -thinkspunk , 0, 0, -3, 0 -thongspunk , 0, 0, -3, 0 -thricecock , -2, 0, -2, 0 -throatwatt , 0, 0, -3, 0 -thumbspunk , 0, 0, -3, 0 -thursdaygo , 0, -3, 0, 0 -ticketwatt , 0, 0, -3, 0 -tigerspunk , 0, 0, -3, 0 -tightwatch , 0, 0, -3, 0 -tightwater , 0, 0, -3, 0 -titanspunk , 0, 0, -3, 0 -titratable , 0, 0, -3, 0 -titrimetry , 0, 0, -3, 0 -tittivator , 0, 0, -3, 0 -titubation , 0, 0, -3, 0 -titulation , 0, 0, -3, 0 -tobaccoone , 0, -5, 0, 0 -tobaccoons , 0, -5, 0, 0 -toothellis , -1, 0, 0, 0 -totalspunk , 0, 0, -3, 0 -touchellis , -1, 0, 0, 0 -toughellis , -1, 0, 0, 0 -towerspunk , 0, 0, -3, 0 -toxicuntil , 0, -2, -2, 0 -trafficlit , 0, 0, -3, 0 -trafficrap , -1, 0, 0, 0 -tragedyken , -2, -2, -2, 0 -tragedykey , -2, -2, -2, 0 -trailspunk , 0, 0, -3, 0 -travispunk , 0, 0, -3, 0 -trialspunk , 0, 0, -3, 0 -tribespunk , 0, 0, -3, 0 -trickspunk , 0, 0, -3, 0 -truckspunk , 0, 0, -3, 0 -trustspunk , 0, 0, -3, 0 -trustwatch , 0, 0, -3, 0 -trustwater , 0, 0, -3, 0 -tumoronion , 0, 0, 0, -2 -turbonerve , 0, 0, -3, 0 -turkishate , 0, 0, 0, -2 -twinkspunk , 0, 0, -3, 0 -typenissan , -1, 0, -3, 0 -ultrapeace , 0, 0, -3, 0 -unigenital , 0, 0, -2, 0 -unigrammar , -3, -5, 0, 0 -unigratuit , -3, -5, 0, 0 -unigravida , -3, -5, 0, 0 -unigravity , -3, -5, 0, 0 -unigriffin , -3, -5, 0, 0 -unigrocery , -3, -5, 0, 0 -unpregnant , 0, 0, -2, 0 -unretarded , 0, -2, 0, -2 -urogenital , 0, 0, -2, 0 -valuespunk , 0, 0, -3, 0 -valvespunk , 0, 0, -3, 0 -vanalbania , -2, 0, -2, 0 -vanalcohol , -2, 0, -2, 0 -vanalgebra , -2, 0, -2, 0 -vanalgeria , -2, 0, -2, 0 -vanalready , -2, 0, -2, 0 -variespunk , 0, 0, -3, 0 -varsegment , -2, 0, 0, 0 -varsession , -2, 0, 0, 0 -varseveral , -2, 0, 0, 0 -vastwatson , 0, 0, -3, 0 -vaultwatch , 0, 0, -3, 0 -vaultwater , 0, 0, -3, 0 -velvetwatt , 0, 0, -3, 0 -venuespunk , 0, 0, -3, 0 -versuspunk , 0, 0, -3, 0 -viennazinc , 0, -2, 0, 0 -vocalspunk , 0, 0, -3, 0 -voicespunk , 0, 0, -3, 0 -voltwatson , 0, 0, -3, 0 -voterspunk , 0, 0, -3, 0 -wanalbania , -2, 0, -2, 0 -wanalcohol , -2, 0, -2, 0 -wanalgebra , -2, 0, -2, 0 -wanalgeria , -2, 0, -2, 0 -wanalready , -2, 0, -2, 0 -watchellis , -1, 0, 0, 0 -waterspunk , 0, 0, -3, 0 -wattwatson , 0, 0, -3, 0 -wendykeith , -2, -2, -2, 0 -wendykelly , -2, -2, -2, 0 -wendykevin , -2, -2, -2, 0 -wheelspunk , 0, 0, -3, 0 -whichellis , -1, 0, 0, 0 -whilstwatt , 0, 0, -3, 0 -whitetrash , 0, 2, 0, 0 -whoarising , 0, -3, -2, 0 -whoarizona , 0, -3, -2, 0 -whoarrange , 0, -3, -2, 0 -whoarrival , 0, -3, -2, 0 -whomobtain , 0, -2, -1, 0 -whomoracle , 0, -2, -1, 0 -whomorange , 0, -2, -1, 0 -whomorigin , 0, -2, -1, 0 -whomorning , 0, -2, -1, 0 -whomorocco , 0, -2, -1, 0 -whomottawa , 0, -2, -1, 0 -whomoxford , 0, -2, -1, 0 -whomoxygen , 0, -2, -1, 0 -whomozilla , 0, -2, -1, 0 -widthellis , -1, 0, 0, 0 -wishespunk , 0, 0, -3, 0 -witchellis , -1, 0, 0, 0 -woollybutt , -1, 0, 0, 0 -worldspunk , 0, 0, -3, 0 -worstwatch , 0, 0, -3, 0 -worstwater , 0, 0, -3, 0 -worthellis , -1, 0, 0, 0 -writespunk , 0, 0, -3, 0 -xanaxrated , 0, 0, -2, 0 -xeroxrated , 0, 0, -2, 0 -yachtwatch , 0, 0, -3, 0 -yachtwater , 0, 0, -3, 0 -yahookerry , 0, 0, -3, 0 -yamahatech , 0, 0, 0, -2 -yamahatemp , 0, 0, 0, -2 -yieldspunk , 0, 0, -3, 0 -youthellis , -1, 0, 0, 0 -zoloftwatt , 0, 0, -3, 0 -zopenissan , -1, 0, -3, 0 -abcuntitled , 0, -2, 0, 0 -acceptwatch , 0, 0, -3, 0 -acceptwater , 0, 0, -3, 0 -accuntitled , 0, -2, 0, 0 -acousticlit , 0, 0, -3, 0 -acousticrap , -1, 0, 0, 0 -acrylicunto , 0, -2, -2, 0 -actresspunk , 0, 0, -3, 0 -adipexrated , 0, 0, -2, 0 -adultwatson , 0, 0, -3, 0 -adumbrating , 0, 0, 0, -1 -adumbration , 0, 0, 0, -1 -adumbrative , 0, 0, 0, -1 -adumbrellar , 0, 0, 0, -1 -advertwatch , 0, 0, -3, 0 -advertwater , 0, 0, -3, 0 -affectspunk , 0, 0, -3, 0 -affectwatch , 0, 0, -3, 0 -affectwater , 0, 0, -3, 0 -afterbreast , 0, 0, -2, 0 -againstwatt , 0, 0, -3, 0 -albertwatch , 0, 0, -3, 0 -albertwater , 0, 0, -3, 0 -alertwatson , 0, 0, -3, 0 -algebrapeak , 0, 0, -3, 0 -algebrapeas , 0, 0, -3, 0 -alumnigrace , -3, -5, 0, 0 -alumnigrain , -3, -5, 0, 0 -alumnigrams , -3, -5, 0, 0 -alumnigrand , -3, -5, 0, 0 -alumnigrant , -3, -5, 0, 0 -alumnigraph , -3, -5, 0, 0 -alumnigrave , -3, -5, 0, 0 -alumnigrill , -3, -5, 0, 0 -alumnigross , -3, -5, 0, 0 -alumnigroup , -3, -5, 0, 0 -alumnigrove , -3, -5, 0, 0 -analgesidae , -2, 0, -2, 0 -analingerie , -2, 0, -2, 0 -anallantoic , -2, 0, -2, 0 -analysation , -2, 0, -2, 0 -analysissys , 0, 0, 0, -1 -analystwatt , 0, 0, -3, 0 -analyzation , -2, 0, -2, 0 -anchornylon , 0, 0, -3, 0 -andorrapeak , 0, 0, -3, 0 -andorrapeas , 0, 0, -3, 0 -andrewspunk , 0, 0, -3, 0 -animalspunk , 0, 0, -3, 0 -answerspunk , 0, 0, -3, 0 -antennazinc , 0, -2, 0, 0 -antifascist , 0, -2, 0, 0 -apniccaught , -2, -3, 0, 0 -apniccayman , -2, -3, 0, 0 -apocryphate , 0, 0, 0, -2 -appealspunk , 0, 0, -3, 0 -approachink , 0, -3, 0, 0 -aquaticunto , 0, -2, -2, 0 -arabichaiti , 0, -2, -2, 0 -arabichappy , 0, -2, -2, 0 -arabicharry , 0, -2, -2, 0 -arabichindu , 0, -2, -2, 0 -arabichobby , 0, -2, -2, 0 -arabicholly , 0, -2, -2, 0 -arabichorse , 0, -2, -2, 0 -arabichouse , 0, -2, -2, 0 -arabichuman , 0, -2, -2, 0 -arabichumor , 0, -2, -2, 0 -arabicuntil , 0, -2, -2, 0 -archelliott , -1, 0, 0, 0 -arcticuntil , 0, -2, -2, 0 -arcuntitled , 0, -2, 0, 0 -arizonazinc , 0, -2, 0, 0 -armoronline , 0, 0, 0, -2 -arrivespunk , 0, 0, -3, 0 -artisticlit , 0, 0, -3, 0 -artisticrap , -1, 0, 0, 0 -artistspunk , 0, 0, -3, 0 -asbestosser , -2, 0, 0, 0 -aspectspunk , 0, 0, -3, 0 -aspectwatch , 0, 0, -3, 0 -aspectwater , 0, 0, -3, 0 -assafoetida , -2, 0, 0, 0 -assaugement , -2, 0, 0, 0 -assaultwatt , 0, 0, -3, 0 -assistspunk , 0, 0, -3, 0 -assubjugate , -2, 0, 0, 0 -assumespunk , 0, 0, -3, 0 -assyriology , -2, 0, 0, 0 -athleticlit , 0, 0, -3, 0 -athleticrap , -1, 0, 0, 0 -atlanticlit , 0, 0, -3, 0 -atlanticrap , -1, 0, 0, 0 -attachellis , -1, 0, 0, 0 -attackspunk , 0, 0, -3, 0 -attemptwatt , 0, 0, -3, 0 -augustwatch , 0, 0, -3, 0 -augustwater , 0, 0, -3, 0 -aurorapeace , 0, 0, -3, 0 -authorspunk , 0, 0, -3, 0 -backupissue , -1, 0, 0, 0 -ballscholar , 0, 0, -1, 0 -ballscoring , 0, 0, -1, 0 -ballscratch , 0, 0, -1, 0 -ballsegment , 0, 0, -1, 0 -ballsession , 0, 0, -1, 0 -ballseveral , 0, 0, -1, 0 -ballshakira , 0, 0, -1, 0 -ballshannon , 0, 0, -1, 0 -ballsharing , 0, 0, -1, 0 -ballsilence , 0, 0, -1, 0 -ballsilicon , 0, 0, -1, 0 -ballskating , 0, 0, -1, 0 -ballsmilies , 0, 0, -1, 0 -ballsmoking , 0, 0, -1, 0 -ballspencer , 0, 0, -1, 0 -ballsponsor , 0, 0, -1, 0 -ballstadium , 0, 0, -1, 0 -ballstomach , 0, 0, -1, 0 -ballstorage , 0, 0, -1, 0 -ballstories , 0, 0, -1, 0 -ballstylish , 0, 0, -1, 0 -ballsucceed , 0, 0, -1, 0 -ballsuccess , 0, 0, -1, 0 -ballsuggest , 0, 0, -1, 0 -ballsuicide , 0, 0, -1, 0 -ballsupport , 0, 0, -1, 0 -ballsuppose , 0, 0, -1, 0 -ballsupreme , 0, 0, -1, 0 -ballsuspect , 0, 0, -1, 0 -ballswedish , 0, 0, -1, 0 -bannerspunk , 0, 0, -3, 0 -barbarapeak , 0, 0, -3, 0 -barbarapeas , 0, 0, -3, 0 -basissydney , 0, 0, 0, -1 -basissymbol , 0, 0, 0, -1 -basissyntax , 0, 0, 0, -1 -basketballs , 0, 0, -1, 0 -basketspunk , 0, 0, -3, 0 -basketwatch , 0, 0, -3, 0 -basketwater , 0, 0, -3, 0 -bathelliott , -1, 0, 0, 0 -bbcuntitled , 0, -2, 0, 0 -beachespunk , 0, 0, -3, 0 -beanalbania , -2, 0, -2, 0 -beanalcohol , -2, 0, -2, 0 -beanalgebra , -2, 0, -2, 0 -beanalgeria , -2, 0, -2, 0 -beanalready , -2, 0, -2, 0 -beganalbany , -2, 0, -2, 0 -beganalbert , -2, 0, -2, 0 -beganalfred , -2, 0, -2, 0 -beganalmost , -2, 0, -2, 0 -beganalpine , -2, 0, -2, 0 -beganalumni , -2, 0, -2, 0 -beganalways , -2, 0, -2, 0 -belaruspunk , 0, 0, -3, 0 -beliefspunk , 0, 0, -3, 0 -belongspunk , 0, 0, -3, 0 -bennettwatt , 0, 0, -3, 0 -bethelliott , -1, 0, 0, 0 -bichromatic , 0, -2, -2, 0 -bikinigrace , -3, -5, 0, 0 -bikinigrain , -3, -5, 0, 0 -bikinigrams , -3, -5, 0, 0 -bikinigrand , -3, -5, 0, 0 -bikinigrant , -3, -5, 0, 0 -bikinigraph , -3, -5, 0, 0 -bikinigrave , -3, -5, 0, 0 -bikinigrill , -3, -5, 0, 0 -bikinigross , -3, -5, 0, 0 -bikinigroup , -3, -5, 0, 0 -bikinigrove , -3, -5, 0, 0 -bitchampion , 0, -2, -2, 0 -bitcharging , 0, -2, -2, 0 -bitchoosing , 0, -2, -2, 0 -bitchrysler , 0, -2, -2, 0 -bitschamber , 0, -2, -2, 0 -bitschapter , 0, -2, -2, 0 -bitschassis , 0, -2, -2, 0 -bitschedule , 0, -2, -2, 0 -bitschelsea , 0, -2, -2, 0 -bitschronic , 0, -2, -2, 0 -blackbreast , 0, 0, -2, 0 -blahelliott , -1, 0, 0, 0 -blanketwatt , 0, 0, -3, 0 -bloodyamaha , -2, 0, 0, 0 -bloodybones , -2, 0, 0, 0 -bloodyellow , -2, 0, 0, 0 -bocuntitled , 0, -2, 0, 0 -bonerebecca , 0, 0, -3, 0 -bonerebound , 0, 0, -3, 0 -bonerelease , 0, 0, -3, 0 -boneremoval , 0, 0, -3, 0 -bonerequest , 0, 0, -3, 0 -bonerequire , 0, 0, -3, 0 -boneretired , 0, 0, -3, 0 -boneretreat , 0, 0, -3, 0 -bonereunion , 0, 0, -3, 0 -bonereuters , 0, 0, -3, 0 -boneroutine , 0, 0, -3, 0 -bonerouting , 0, 0, -3, 0 -bonerussell , 0, 0, -3, 0 -boostwatson , 0, 0, -3, 0 -bothelliott , -1, 0, 0, 0 -bouquetwatt , 0, 0, -3, 0 -bracketwatt , 0, 0, -3, 0 -brainlesser , 0, 0, 0, -1 -brainlessly , 0, 0, 0, -1 -brainlesson , 0, 0, 0, -1 -breastpiece , 0, 0, -2, 0 -breastplate , 0, 0, -2, 0 -breathellis , -1, 0, 0, 0 -bridgespunk , 0, 0, -3, 0 -brieffinger , -2, 0, -2, 0 -brokerspunk , 0, 0, -3, 0 -brothellike , -1, 0, 0, 0 -buddykelkoo , -2, -2, -2, 0 -builtwatson , 0, 0, -3, 0 -burstwatson , 0, 0, -3, 0 -butthompson , -1, 0, 0, 0 -butthorough , -1, 0, 0, 0 -butthriller , -1, 0, 0, 0 -buttitanium , -1, 0, 0, 0 -buttramadol , -1, 0, 0, 0 -buttravesti , -1, 0, 0, 0 -buttreasure , -1, 0, 0, 0 -buttreasury , -1, 0, 0, 0 -buttropical , -1, 0, 0, 0 -buttutorial , -1, 0, 0, 0 -cadillaclit , 0, 0, -3, 0 -cadillacrap , -1, 0, 0, 0 -calendarsea , -2, 0, 0, 0 -calendarsec , -2, 0, 0, 0 -calendarsee , -2, 0, 0, 0 -calendarsen , -2, 0, 0, 0 -calendarseo , -2, 0, 0, 0 -calendarsep , -2, 0, 0, 0 -calendarseq , -2, 0, 0, 0 -calendarser , -2, 0, 0, 0 -calendarset , -2, 0, 0, 0 -campusyacht , 0, -2, -2, 0 -campusyahoo , 0, -2, -2, 0 -campusyemen , 0, -2, -2, 0 -campusyield , 0, -2, -2, 0 -campusyukon , 0, -2, -2, 0 -canberrapee , 0, 0, -3, 0 -canberrapen , 0, 0, -3, 0 -canberrapet , 0, 0, -3, 0 -cannonballs , 0, 0, -1, 0 -cardiacunto , 0, -2, -2, 0 -careerspunk , 0, 0, -3, 0 -carolinazip , 0, -2, 0, 0 -carriespunk , 0, 0, -3, 0 -casinospunk , 0, 0, -3, 0 -castellanus , -2, 0, 0, 0 -catholiclit , 0, 0, -3, 0 -catholicrap , -1, 0, 0, 0 -caughtwatch , 0, 0, -3, 0 -caughtwater , 0, 0, -3, 0 -cedarselect , -2, 0, 0, 0 -cedarsevere , -2, 0, 0, 0 -cedarsewing , -2, 0, 0, 0 -cellularsea , -2, 0, 0, 0 -cellularsec , -2, 0, 0, 0 -cellularsee , -2, 0, 0, 0 -cellularsen , -2, 0, 0, 0 -cellularseo , -2, 0, 0, 0 -cellularsep , -2, 0, 0, 0 -cellularseq , -2, 0, 0, 0 -cellularser , -2, 0, 0, 0 -cellularset , -2, 0, 0, 0 -celticuntil , 0, -2, -2, 0 -chanalbania , -2, 0, -2, 0 -chanalcohol , -2, 0, -2, 0 -chanalgebra , -2, 0, -2, 0 -chanalgeria , -2, 0, -2, 0 -chanalready , -2, 0, -2, 0 -chancespunk , 0, 0, -3, 0 -changespunk , 0, 0, -3, 0 -chargespunk , 0, 0, -3, 0 -charsegment , -2, 0, 0, 0 -charsession , -2, 0, 0, 0 -charseveral , -2, 0, 0, 0 -chassispunk , 0, 0, -3, 0 -chassissync , 0, 0, 0, -1 -chieffinger , -2, 0, -2, 0 -choarkansas , 0, -3, -2, 0 -choicespunk , 0, 0, -3, 0 -chomobility , 0, -2, -1, 0 -chomoisture , 0, -2, -1, 0 -chomortgage , 0, -2, -1, 0 -chroniccafe , -2, -3, 0, 0 -chroniccage , -2, -3, 0, 0 -chroniccake , -2, -3, 0, 0 -chroniccave , -2, -3, 0, 0 -chronicunto , 0, -2, -2, 0 -churchellis , -1, 0, 0, 0 -cindykelkoo , -2, -2, -2, 0 -cingularsea , -2, 0, 0, 0 -cingularsec , -2, 0, 0, 0 -cingularsee , -2, 0, 0, 0 -cingularsen , -2, 0, 0, 0 -cingularseo , -2, 0, 0, 0 -cingularsep , -2, 0, 0, 0 -cingularseq , -2, 0, 0, 0 -cingularser , -2, 0, 0, 0 -cingularset , -2, 0, 0, 0 -circularsea , -2, 0, 0, 0 -circularsec , -2, 0, 0, 0 -circularsee , -2, 0, 0, 0 -circularsen , -2, 0, 0, 0 -circularseo , -2, 0, 0, 0 -circularsep , -2, 0, 0, 0 -circularseq , -2, 0, 0, 0 -circularser , -2, 0, 0, 0 -circularset , -2, 0, 0, 0 -clamcracker , 0, -2, 0, 0 -clarapeople , 0, 0, -3, 0 -clarapepper , 0, 0, -3, 0 -classespunk , 0, 0, -3, 0 -cleanupissn , -1, 0, 0, 0 -cleanupoops , -1, 0, 0, 0 -cleanuprick , -2, 0, 0, -1 -clientspunk , 0, 0, -3, 0 -cliniccache , -2, -3, 0, 0 -cliniccause , -2, -3, 0, 0 -clinicspunk , 0, 0, -3, 0 -clinicuntil , 0, -2, -2, 0 -clitoridean , 0, 0, -3, 0 -clothespunk , 0, 0, -3, 0 -cloudykeith , -2, -2, -2, 0 -cloudykelly , -2, -2, -2, 0 -cloudykevin , -2, -2, -2, 0 -coachespunk , 0, 0, -3, 0 -coastwatson , 0, 0, -3, 0 -cocksparrow , -2, 0, -2, 0 -collapsemen , 0, 0, -3, 0 -collarseven , -2, 0, 0, 0 -collectwatt , 0, 0, -3, 0 -columnspunk , 0, 0, -3, 0 -comboobtain , 0, 0, -3, 0 -comedykeith , -2, -2, -2, 0 -comedykelly , -2, -2, -2, 0 -comedykevin , -2, -2, -2, 0 -conceptwatt , 0, 0, -3, 0 -concertwatt , 0, 0, -3, 0 -condomaking , 0, 0, -2, 0 -condomalawi , 0, 0, -2, 0 -condomirror , 0, 0, -2, 0 -condomobile , 0, 0, -2, 0 -condomorgan , 0, 0, -2, 0 -condomorris , 0, 0, -2, 0 -condomoscow , 0, 0, -2, 0 -condomother , 0, 0, -2, 0 -condomotion , 0, 0, -2, 0 -condomoving , 0, 0, -2, 0 -condomumbai , 0, 0, -2, 0 -condomunich , 0, 0, -2, 0 -condomurder , 0, 0, -2, 0 -condomurphy , 0, 0, -2, 0 -condomurray , 0, 0, -2, 0 -condomuscle , 0, 0, -2, 0 -condomuseum , 0, 0, -2, 0 -condomuslim , 0, 0, -2, 0 -condomutual , 0, 0, -2, 0 -conductwatt , 0, 0, -3, 0 -connectwatt , 0, 0, -3, 0 -constwatson , 0, 0, -3, 0 -consultwatt , 0, 0, -3, 0 -convertwatt , 0, 0, -3, 0 -cookiespunk , 0, 0, -3, 0 -corncracker , 0, -2, 0, 0 -cornerspunk , 0, 0, -3, 0 -corpusyacht , 0, -2, -2, 0 -corpusyahoo , 0, -2, -2, 0 -corpusyemen , 0, -2, -2, 0 -corpusyield , 0, -2, -2, 0 -corpusyukon , 0, -2, -2, 0 -correctwatt , 0, 0, -3, 0 -cosmeticlit , 0, 0, -3, 0 -cosmeticrap , -1, 0, 0, 0 -countwatson , 0, 0, -3, 0 -coursespunk , 0, 0, -3, 0 -courtwatson , 0, 0, -3, 0 -cpusymantec , 0, -2, -2, 0 -cpusympathy , 0, -2, -2, 0 -cpusymphony , 0, -2, -2, 0 -cpusymptoms , 0, -2, -2, 0 -cpusyndrome , 0, -2, -2, 0 -cpusynopsis , 0, -2, -2, 0 -cpusyracuse , 0, -2, -2, 0 -crackerjack , 0, -2, 0, 0 -crackerotic , 0, -2, 0, 0 -craftwatson , 0, 0, -3, 0 -crapshooter , -1, 0, 0, 0 -createspunk , 0, 0, -3, 0 -cricketwatt , 0, 0, -3, 0 -crisissyria , 0, 0, 0, -1 -criticspunk , 0, 0, -3, 0 -cruisespunk , 0, 0, -3, 0 -cubichabits , 0, -2, -2, 0 -cubichappen , 0, -2, -2, 0 -cubicharbor , 0, -2, -2, 0 -cubicharley , 0, -2, -2, 0 -cubicharold , 0, -2, -2, 0 -cubicharper , 0, -2, -2, 0 -cubicharris , 0, -2, -2, 0 -cubicharvey , 0, -2, -2, 0 -cubichaving , 0, -2, -2, 0 -cubichawaii , 0, -2, -2, 0 -cubichazard , 0, -2, -2, 0 -cubichidden , 0, -2, -2, 0 -cubichiking , 0, -2, -2, 0 -cubichilton , 0, -2, -2, 0 -cubichockey , 0, -2, -2, 0 -cubichollow , 0, -2, -2, 0 -cubicholmes , 0, -2, -2, 0 -cubichorror , 0, -2, -2, 0 -cubichudson , 0, -2, -2, 0 -cumaphytism , 0, 0, -3, 0 -cumshotwatt , 0, 0, -3, 0 -curiouspunk , 0, 0, -3, 0 -custodykeen , -2, -2, -2, 0 -custodykeep , -2, -2, -2, 0 -custodykept , -2, -2, -2, 0 -customspunk , 0, 0, -3, 0 -daddykelkoo , -2, -2, -2, 0 -damnability , -1, 0, 0, 0 -damnebraska , -1, 0, 0, 0 -damnegative , -1, 0, 0, 0 -damneighbor , -1, 0, 0, 0 -damnicholas , -1, 0, 0, 0 -damnintendo , -1, 0, 0, 0 -danaluminum , -2, 0, -2, 0 -daygorgeous , 0, -3, 0, 0 -daygovernor , 0, -3, 0, 0 -dealerspunk , 0, 0, -3, 0 -deanalbania , -2, 0, -2, 0 -deanalcohol , -2, 0, -2, 0 -deanalgebra , -2, 0, -2, 0 -deanalgeria , -2, 0, -2, 0 -deanalready , -2, 0, -2, 0 -debtchamber , 0, -2, -2, 0 -debtchapter , 0, -2, -2, 0 -debtchassis , 0, -2, -2, 0 -debtchelsea , 0, -2, -2, 0 -debtchronic , 0, -2, -2, 0 -decuntitled , 0, -2, 0, 0 -defectspunk , 0, 0, -3, 0 -definespunk , 0, 0, -3, 0 -degreespunk , 0, 0, -3, 0 -demandspunk , 0, 0, -3, 0 -denigrating , -3, -5, 0, 0 -denigration , -3, -5, 0, 0 -denigrative , -3, -5, 0, 0 -desertwatch , 0, 0, -3, 0 -desertwater , 0, 0, -3, 0 -detailspunk , 0, 0, -3, 0 -detectwatch , 0, 0, -3, 0 -detectwater , 0, 0, -3, 0 -deutscheshe , 0, 0, -2, 0 -developissn , -1, 0, 0, 0 -developoops , -1, 0, 0, 0 -developrick , -2, 0, 0, -1 -devicespunk , 0, 0, -3, 0 -directwatch , 0, 0, -3, 0 -directwater , 0, 0, -3, 0 -discusspunk , 0, 0, -3, 0 -doctorspunk , 0, 0, -3, 0 -docuntitled , 0, -2, 0, 0 -dollarsebay , -2, 0, 0, 0 -dollarseden , -2, 0, 0, 0 -dollarsedge , -2, 0, 0, 0 -dollarsedit , -2, 0, 0, 0 -dollarselse , -2, 0, 0, 0 -dollarsemma , -2, 0, 0, 0 -dollarsespn , -2, 0, 0, 0 -dollarsevil , -2, 0, 0, 0 -dollarsexam , -2, 0, 0, 0 -dollarsexec , -2, 0, 0, 0 -dollarsexit , -2, 0, 0, 0 -dollarspunk , 0, 0, -3, 0 -domesticlit , 0, 0, -3, 0 -domesticrap , -1, 0, 0, 0 -dominatrics , 0, 0, 3, 0 -donglossary , 0, 0, -2, 0 -dongrateful , 0, 0, -2, 0 -dongreeting , 0, 0, -2, 0 -doubtchapel , 0, -2, -2, 0 -doubtcheers , 0, -2, -2, 0 -doubtcheese , 0, -2, -2, 0 -doubtcheque , 0, -2, -2, 0 -doubtcherry , 0, -2, -2, 0 -doubtchrome , 0, -2, -2, 0 -doubtchubby , 0, -2, -2, 0 -doubtchurch , 0, -2, -2, 0 -doubtwatson , 0, 0, -3, 0 -draftwatson , 0, 0, -3, 0 -dramaticlit , 0, 0, -3, 0 -dramaticrap , -1, 0, 0, 0 -dressespunk , 0, 0, -3, 0 -dscuntitled , 0, -2, 0, 0 -eachelliott , -1, 0, 0, 0 -earselegant , -2, 0, 0, 0 -earselement , -2, 0, 0, 0 -earsembassy , -2, 0, 0, 0 -earsemerald , -2, 0, 0, 0 -earsemester , -2, 0, 0, 0 -earsemperor , -2, 0, 0, 0 -earsessence , -2, 0, 0, 0 -earsevident , -2, 0, 0, 0 -earsexcerpt , -2, 0, 0, 0 -earsexcited , -2, 0, 0, 0 -earsexclude , -2, 0, 0, 0 -earsexhaust , -2, 0, 0, 0 -earsexhibit , -2, 0, 0, 0 -editorspunk , 0, 0, -3, 0 -edwardspunk , 0, 0, -3, 0 -effectspunk , 0, 0, -3, 0 -effectwatch , 0, 0, -3, 0 -effectwater , 0, 0, -3, 0 -effortspunk , 0, 0, -3, 0 -egyptwatson , 0, 0, -3, 0 -eightwatson , 0, 0, -3, 0 -ejaculating , 0, 0, -2, 0 -ejaculative , 0, 0, -2, 0 -electriclit , 0, 0, -3, 0 -electricrap , -1, 0, 0, 0 -electwatson , 0, 0, -3, 0 -elliottwatt , 0, 0, -3, 0 -emphasissys , 0, 0, 0, -1 -enemiespunk , 0, 0, -3, 0 -enginespunk , 0, 0, -3, 0 -enoughellis , -1, 0, 0, 0 -eroticuntil , 0, -2, -2, 0 -escortspunk , 0, 0, -3, 0 -escortwatch , 0, 0, -3, 0 -escortwater , 0, 0, -3, 0 -etcuntitled , 0, -2, 0, 0 -ethniccache , -2, -3, 0, 0 -ethniccause , -2, -3, 0, 0 -ethnicuntil , 0, -2, -2, 0 -europeanala , -2, 0, -2, 0 -europeanali , -2, 0, -2, 0 -europeanall , -2, 0, -2, 0 -europeanalt , -2, 0, -2, 0 -europeanusa , -2, 0, 0, 0 -europeanusb , -2, 0, 0, 0 -europeanusc , -2, 0, 0, 0 -europeanusd , -2, 0, 0, 0 -europeanuse , -2, 0, 0, 0 -europeanusr , -2, 0, 0, 0 -exceptwatch , 0, 0, -3, 0 -exceptwater , 0, 0, -3, 0 -excerptwatt , 0, 0, -3, 0 -exemptwatch , 0, 0, -3, 0 -exemptwater , 0, 0, -3, 0 -exercisemen , 0, 0, -3, 0 -exhaustwatt , 0, 0, -3, 0 -exhibitchar , 0, -2, -2, 0 -exoticuntil , 0, -2, -2, 0 -expectspunk , 0, 0, -3, 0 -expectwatch , 0, 0, -3, 0 -expectwater , 0, 0, -3, 0 -expertspunk , 0, 0, -3, 0 -expertwatch , 0, 0, -3, 0 -expertwater , 0, 0, -3, 0 -expoopinion , -1, 0, 0, 0 -expoopposed , -1, 0, 0, 0 -extrapelvic , 0, 0, -3, 0 -extrapeople , 0, 0, -3, 0 -extrapepper , 0, 0, -3, 0 -fabricspunk , 0, 0, -3, 0 -fabricuntil , 0, -2, -2, 0 -familiarsea , -2, 0, 0, 0 -familiarsec , -2, 0, 0, 0 -familiarsee , -2, 0, 0, 0 -familiarsen , -2, 0, 0, 0 -familiarseo , -2, 0, 0, 0 -familiarsep , -2, 0, 0, 0 -familiarseq , -2, 0, 0, 0 -familiarser , -2, 0, 0, 0 -familiarset , -2, 0, 0, 0 -farmerspunk , 0, 0, -3, 0 -fatherspunk , 0, 0, -3, 0 -faultwatson , 0, 0, -3, 0 -fbichampion , 0, -2, -2, 0 -fbichrysler , 0, -2, -2, 0 -fccuntitled , 0, -2, 0, 0 -fibreasthma , 0, 0, -2, 0 -fightwatson , 0, 0, -3, 0 -filterspunk , 0, 0, -3, 0 -fingerspunk , 0, 0, -3, 0 -firecracker , 0, -2, 0, 0 -firstwatson , 0, 0, -3, 0 -fitnesspunk , 0, 0, -3, 0 -fleetwatson , 0, 0, -3, 0 -floatwatson , 0, 0, -3, 0 -flowerspunk , 0, 0, -3, 0 -folderspunk , 0, 0, -3, 0 -forestspunk , 0, 0, -3, 0 -formulabias , 0, 0, -3, 0 -foursomehow , 0, 0, -3, 0 -foursomeone , 0, 0, -3, 0 -fourthellis , -1, 0, 0, 0 -francispunk , 0, 0, -3, 0 -frenchellis , -1, 0, 0, 0 -frigambling , -1, 0, -2, 0 -friglossary , -1, 0, -2, 0 -frigrateful , -1, 0, -2, 0 -frigreeting , -1, 0, -2, 0 -frontwatson , 0, 0, -3, 0 -frostwatson , 0, 0, -3, 0 -fudgepacker , 0, 0, 3, 0 -gangbangbus , 0, -3, 0, 0 -gangbangkok , 0, -3, 0, 0 -gardenspunk , 0, 0, -3, 0 -garlicuntil , 0, -2, -2, 0 -gccuntitled , 0, -2, 0, 0 -genesispunk , 0, 0, -3, 0 -genesissync , 0, 0, 0, -1 -geneticunto , 0, -2, -2, 0 -ghettoizing , 0, -2, 0, 0 -gilbertwatt , 0, 0, -3, 0 -gimcrackery , 0, -2, 0, 0 -glassespunk , 0, 0, -3, 0 -gmbhelliott , -1, 0, 0, 0 -gmcuntitled , 0, -2, 0, 0 -gothicuntil , 0, -2, -2, 0 -graphicunto , 0, -2, -2, 0 -graphomotor , 0, -2, -1, 0 -growthellis , -1, 0, 0, 0 -guitarspunk , 0, 0, -3, 0 -habitatwatt , 0, 0, -3, 0 -hatembedded , 0, 0, 0, -2 -hatemerging , 0, 0, 0, -2 -hatemirates , 0, 0, 0, -2 -hatemission , 0, 0, 0, -2 -hatemotions , 0, 0, 0, -2 -hatemphasis , 0, 0, 0, -2 -hatenabling , 0, 0, 0, -2 -hatenclosed , 0, 0, 0, -2 -hatencoding , 0, 0, 0, -2 -hatenormous , 0, 0, 0, -2 -hatenrolled , 0, 0, 0, -2 -hatensemble , 0, 0, 0, -2 -hatensuring , 0, 0, 0, -2 -hatenvelope , 0, 0, 0, -2 -hatepinions , 0, 0, 0, -2 -hatequation , 0, 0, 0, -2 -hatequipped , 0, 0, 0, -2 -hatethernet , 0, 0, 0, -2 -hatethiopia , 0, 0, 0, -2 -hatevidence , 0, 0, 0, -2 -hatexchange , 0, 0, 0, -2 -hatexciting , 0, 0, 0, -2 -hatexercise , 0, 0, 0, -2 -hazardspunk , 0, 0, -3, 0 -headerspunk , 0, 0, -3, 0 -healthellis , -1, 0, 0, 0 -heightspunk , 0, 0, -3, 0 -helleborism , -1, 0, 0, 0 -heraclitism , 0, 0, -3, 0 -hesheffield , 0, 0, -2, 0 -hewlettwatt , 0, 0, -3, 0 -highelliott , -1, 0, 0, 0 -historiclit , 0, 0, -3, 0 -historicrap , -1, 0, 0, 0 -hobbiespunk , 0, 0, -3, 0 -holderspunk , 0, 0, -3, 0 -homoblastic , 0, -2, -1, 0 -homocarpous , 0, -2, -1, 0 -homocentric , 0, -2, -1, 0 -homochromic , 0, -2, -1, 0 -homocoelous , 0, -2, -1, 0 -homocreosol , 0, -2, -1, 0 -homodromous , 0, -2, -1, 0 -homodynamic , 0, -2, -1, 0 -homoeoarchy , 0, -2, -1, 0 -homoeogenic , 0, -2, -1, 0 -homoeomerae , 0, -2, -1, 0 -homoeomeral , 0, -2, -1, 0 -homoeomorph , 0, -2, -1, 0 -homoeophony , 0, -2, -1, 0 -homoeoplasy , 0, -2, -1, 0 -homoeopolar , 0, -2, -1, 0 -homoeotypic , 0, -2, -1, 0 -homoerotism , 0, -2, -1, 0 -homogametic , 0, -2, -1, 0 -homoiotherm , 0, -2, -1, 0 -homolateral , 0, -2, -1, 0 -homolegalis , 0, -2, -1, 0 -homomallous , 0, -2, -1, 0 -homonuclear , 0, -2, -1, 0 -homoousious , 0, -2, -1, 0 -homophenous , 0, -2, -1, 0 -homophonous , 0, -2, -1, 0 -homoplasmic , 0, -2, -1, 0 -homopolymer , 0, -2, -1, 0 -homoseismal , 0, -2, -1, 0 -homosporous , 0, -2, -1, 0 -homostylism , 0, -2, -1, 0 -homostylous , 0, -2, -1, 0 -homotaxeous , 0, -2, -1, 0 -homothallic , 0, -2, -1, 0 -homotropous , 0, -2, -1, 0 -homozygosis , 0, -2, -1, 0 -homozygotic , 0, -2, -1, 0 -honkeyboard , 0, -2, 0, 0 -hornyhanded , 0, 0, -3, 0 -hostelspunk , 0, 0, -3, 0 -hughelliott , -1, 0, 0, 0 -humoronline , 0, 0, 0, -2 -ianaluminum , -2, 0, -2, 0 -idahoarnold , 0, -3, -2, 0 -idahoaround , 0, -3, -2, 0 -idahoarrest , 0, -3, -2, 0 -idahoarrive , 0, -3, -2, 0 -idahomobile , 0, -2, -1, 0 -idahomorgan , 0, -2, -1, 0 -idahomorris , 0, -2, -1, 0 -idahomoscow , 0, -2, -1, 0 -idahomother , 0, -2, -1, 0 -idahomotion , 0, -2, -1, 0 -idahomoving , 0, -2, -1, 0 -idiothermic , 0, 0, 0, -1 -idiotropian , 0, 0, 0, -1 -illnesspunk , 0, 0, -3, 0 -incestimate , 0, 0, -3, 0 -inchelliott , -1, 0, 0, 0 -incuntitled , 0, -2, 0, 0 -indexespunk , 0, 0, -3, 0 -indianspunk , 0, 0, -3, 0 -indicespunk , 0, 0, -3, 0 -infantspunk , 0, 0, -3, 0 -insectspunk , 0, 0, -3, 0 -insertwatch , 0, 0, -3, 0 -insertwater , 0, 0, -3, 0 -interflange , 0, 0, -3, 0 -intrapelvic , 0, 0, -3, 0 -ircuntitled , 0, -2, 0, 0 -italicuntil , 0, -2, -2, 0 -jackassault , 0, 0, 0, -1 -jackassness , 0, 0, 0, -1 -jacketspunk , 0, 0, -3, 0 -jacketwatch , 0, 0, -3, 0 -jacketwater , 0, 0, -3, 0 -jaguarseven , -2, 0, 0, 0 -janaluminum , -2, 0, -2, 0 -japanesemen , 0, 0, -3, 0 -jarsemester , -2, 0, 0, 0 -jeanalbania , -2, 0, -2, 0 -jeanalcohol , -2, 0, -2, 0 -jeanalgebra , -2, 0, -2, 0 -jeanalgeria , -2, 0, -2, 0 -jeanalready , -2, 0, -2, 0 -joanalbania , -2, 0, -2, 0 -joanalcohol , -2, 0, -2, 0 -joanalgebra , -2, 0, -2, 0 -joanalgeria , -2, 0, -2, 0 -joanalready , -2, 0, -2, 0 -josephellis , -1, 0, 0, 0 -juanalbania , -2, 0, -2, 0 -juanalcohol , -2, 0, -2, 0 -juanalgebra , -2, 0, -2, 0 -juanalgeria , -2, 0, -2, 0 -juanalready , -2, 0, -2, 0 -jvcuntitled , 0, -2, 0, 0 -katrinazinc , 0, -2, 0, 0 -kennedykeen , -2, -2, -2, 0 -kennedykeep , -2, -2, -2, 0 -kennedykept , -2, -2, -2, 0 -koreanalbum , -2, 0, -2, 0 -koreanalert , -2, 0, -2, 0 -koreanalpha , -2, 0, -2, 0 -koreanusing , -2, 0, 0, 0 -koreanusual , -2, 0, 0, 0 -lanaluminum , -2, 0, -2, 0 -launchellis , -1, 0, 0, 0 -laurapeople , 0, 0, -3, 0 -laurapepper , 0, 0, -3, 0 -lawyerspunk , 0, 0, -3, 0 -leaderspunk , 0, 0, -3, 0 -leanalbania , -2, 0, -2, 0 -leanalcohol , -2, 0, -2, 0 -leanalgebra , -2, 0, -2, 0 -leanalgeria , -2, 0, -2, 0 -leanalready , -2, 0, -2, 0 -lenderspunk , 0, 0, -3, 0 -lengthellis , -1, 0, 0, 0 -letterspunk , 0, 0, -3, 0 -levitrapeak , 0, 0, -3, 0 -levitrapeas , 0, 0, -3, 0 -lightwatson , 0, 0, -3, 0 -llcuntitled , 0, -2, 0, 0 -loanalbania , -2, 0, -2, 0 -loanalcohol , -2, 0, -2, 0 -loanalgebra , -2, 0, -2, 0 -loanalgeria , -2, 0, -2, 0 -loanalready , -2, 0, -2, 0 -locuntitled , 0, -2, 0, 0 -loganalbany , -2, 0, -2, 0 -loganalbert , -2, 0, -2, 0 -loganalfred , -2, 0, -2, 0 -loganalmost , -2, 0, -2, 0 -loganalpine , -2, 0, -2, 0 -loganalumni , -2, 0, -2, 0 -loganalways , -2, 0, -2, 0 -longitudego , 0, -3, 0, 0 -lookupissue , -1, 0, 0, 0 -loserebecca , 0, 0, 0, -2 -loserebound , 0, 0, 0, -2 -loserelease , 0, 0, 0, -2 -loseremoval , 0, 0, 0, -2 -loserequest , 0, 0, 0, -2 -loserequire , 0, 0, 0, -2 -loseretired , 0, 0, 0, -2 -loseretreat , 0, 0, 0, -2 -losereunion , 0, 0, 0, -2 -losereuters , 0, 0, 0, -2 -loseroutine , 0, 0, 0, -2 -loserouting , 0, 0, 0, -2 -loserussell , 0, 0, 0, -2 -macuntitled , 0, -2, 0, 0 -madnesspunk , 0, 0, -3, 0 -magneticlit , 0, 0, -3, 0 -magneticrap , -1, 0, 0, 0 -magnitudego , 0, -3, 0, 0 -makeupissue , -1, 0, 0, 0 -mamboobtain , 0, 0, -3, 0 -manualspunk , 0, 0, -3, 0 -marathonkey , 0, -2, 0, 0 -marconigram , -3, -5, 0, 0 -marcoonline , 0, -5, 0, 0 -margaretart , 0, -2, 0, -2 -mariahellis , -1, 0, 0, 0 -markerspunk , 0, 0, -3, 0 -marketspunk , 0, 0, -3, 0 -marketwatch , 0, 0, -3, 0 -marketwater , 0, 0, -3, 0 -masterbatch , 0, 0, -2, 0 -masterspunk , 0, 0, -3, 0 -masturbated , 0, 0, -2, 0 -masturbates , 0, 0, -2, 0 -masturbatic , 0, 0, -2, 0 -masturbator , 0, 0, -2, 0 -matchespunk , 0, 0, -3, 0 -mathelliott , -1, 0, 0, 0 -matrixrated , 0, 0, -2, 0 -matterspunk , 0, 0, -3, 0 -meanalbania , -2, 0, -2, 0 -meanalcohol , -2, 0, -2, 0 -meanalgebra , -2, 0, -2, 0 -meanalgeria , -2, 0, -2, 0 -meanalready , -2, 0, -2, 0 -meetupissue , -1, 0, 0, 0 -megalopenis , -1, 0, -3, 0 -memberspunk , 0, 0, -3, 0 -menudeborah , 0, 0, -3, 0 -menudeposit , 0, 0, -3, 0 -menudetroit , 0, 0, -3, 0 -menudeutsch , 0, 0, -3, 0 -metalliclit , 0, 0, -3, 0 -metallicrap , -1, 0, 0, 0 -methodspunk , 0, 0, -3, 0 -metricuntil , 0, -2, -2, 0 -mexicoonion , 0, -5, 0, 0 -michelladen , -1, 0, 0, 0 -michellarge , -1, 0, 0, 0 -michellarry , -1, 0, 0, 0 -michellaugh , -1, 0, 0, 0 -michellaura , -1, 0, 0, 0 -michellight , -1, 0, 0, 0 -michellinda , -1, 0, 0, 0 -michellinux , -1, 0, 0, 0 -michellloyd , -1, 0, 0, 0 -michellucas , -1, 0, 0, 0 -michellucia , -1, 0, 0, 0 -michellunch , -1, 0, 0, 0 -michiganala , -2, 0, -2, 0 -michiganali , -2, 0, -2, 0 -michiganall , -2, 0, -2, 0 -michiganalt , -2, 0, -2, 0 -michiganusa , -2, 0, 0, 0 -michiganusb , -2, 0, 0, 0 -michiganusc , -2, 0, 0, 0 -michiganusd , -2, 0, 0, 0 -michiganuse , -2, 0, 0, 0 -michiganusr , -2, 0, 0, 0 -micuntitled , 0, -2, 0, 0 -mightwatson , 0, 0, -3, 0 -minigrammar , -3, -5, 0, 0 -minigratuit , -3, -5, 0, 0 -minigravity , -3, -5, 0, 0 -minigriffin , -3, -5, 0, 0 -minigrocery , -3, -5, 0, 0 -minutespunk , 0, 0, -3, 0 -mirrorspunk , 0, 0, -3, 0 -modularsega , -2, 0, 0, 0 -modularself , -2, 0, 0, 0 -modularsell , -2, 0, 0, 0 -modularsemi , -2, 0, 0, 0 -momentspunk , 0, 0, -3, 0 -monacoonion , 0, -5, 0, 0 -moroccoonce , 0, -5, 0, 0 -moroccoonly , 0, -5, 0, 0 -moroccoonto , 0, -5, 0, 0 -moroccoward , 0, 0, 0, -1 -mountwatson , 0, 0, -3, 0 -mozillabias , 0, 0, -3, 0 -muchelliott , -1, 0, 0, 0 -muddybreast , 0, 0, -2, 0 -munichellis , -1, 0, 0, 0 -museumspunk , 0, 0, -3, 0 -muslimspunk , 0, 0, -3, 0 -mythelliott , -1, 0, 0, 0 -nbcuntitled , 0, -2, 0, 0 -necuntitled , 0, -2, 0, 0 -nervouspunk , 0, 0, -3, 0 -niagarapeak , 0, 0, -3, 0 -niagarapeas , 0, 0, -3, 0 -nightwatson , 0, 0, -3, 0 -nigromancer , -5, -8, 0, 0 -nonpregnant , 0, 0, -2, 0 -nonretarded , 0, -2, 0, -2 -noticespunk , 0, 0, -3, 0 -numberspunk , 0, 0, -3, 0 -nycuntitled , 0, -2, 0, 0 -oasissydney , 0, 0, 0, -1 -oasissymbol , 0, 0, 0, -1 -oasissyntax , 0, 0, 0, -1 -objectspunk , 0, 0, -3, 0 -objectwatch , 0, 0, -3, 0 -objectwater , 0, 0, -3, 0 -obviouspunk , 0, 0, -3, 0 -oceanalbany , -2, 0, -2, 0 -oceanalbert , -2, 0, -2, 0 -oceanalfred , -2, 0, -2, 0 -oceanalmost , -2, 0, -2, 0 -oceanalpine , -2, 0, -2, 0 -oceanalumni , -2, 0, -2, 0 -oceanalways , -2, 0, -2, 0 -officespunk , 0, 0, -3, 0 -olympuspunk , 0, 0, -3, 0 -olympusyale , 0, -2, -2, 0 -olympusyang , 0, -2, -2, 0 -olympusyard , 0, -2, -2, 0 -olympusyarn , 0, -2, -2, 0 -olympusyoga , 0, -2, -2, 0 -olympusyork , 0, -2, -2, 0 -organicunto , 0, -2, -2, 0 -orleanspunk , 0, 0, -3, 0 -oughtwatson , 0, 0, -3, 0 -pacificunto , 0, -2, -2, 0 -packetspunk , 0, 0, -3, 0 -packetwatch , 0, 0, -3, 0 -packetwater , 0, 0, -3, 0 -pacuntitled , 0, -2, 0, 0 -panaluminum , -2, 0, -2, 0 -parabolanus , -2, 0, 0, 0 -paradisemen , 0, 0, -3, 0 -parentspunk , 0, 0, -3, 0 -patchespunk , 0, 0, -3, 0 -patentspunk , 0, 0, -3, 0 -pathelliott , -1, 0, 0, 0 -penistanbul , -1, 0, -3, 0 -perfectwatt , 0, 0, -3, 0 -perhapspunk , 0, 0, -3, 0 -perigenital , 0, 0, -2, 0 -periodickai , -2, 0, -2, 0 -periodickay , -2, 0, -2, 0 -periodickde , -2, 0, -2, 0 -periodicken , -2, 0, -2, 0 -periodickid , -2, 0, -2, 0 -periodickim , -2, 0, -2, 0 -periodickit , -2, 0, -2, 0 -periodiclit , 0, 0, -3, 0 -periodicrap , -1, 0, 0, 0 -periodspunk , 0, 0, -3, 0 -phrasespunk , 0, 0, -3, 0 -physicspunk , 0, 0, -3, 0 -pickupissue , -1, 0, 0, 0 -picniccache , -2, -3, 0, 0 -picniccause , -2, -3, 0, 0 -picnicuntil , 0, -2, -2, 0 -picuntitled , 0, -2, 0, 0 -pissasphalt , -1, 0, 0, 0 -placuntitis , 0, -2, 0, 0 -planetspunk , 0, 0, -3, 0 -plasticunto , 0, -2, -2, 0 -plcuntitled , 0, -2, 0, 0 -pmcuntitled , 0, -2, 0, 0 -pocketspunk , 0, 0, -3, 0 -pocketwatch , 0, 0, -3, 0 -pocketwater , 0, 0, -3, 0 -polarselect , -2, 0, 0, 0 -polarsevere , -2, 0, 0, 0 -polarsewing , -2, 0, 0, 0 -pontiacunto , 0, -2, -2, 0 -popularsega , -2, 0, 0, 0 -popularself , -2, 0, 0, 0 -popularsell , -2, 0, 0, 0 -popularsemi , -2, 0, 0, 0 -pornebraska , 0, 0, -3, 0 -pornegative , 0, 0, -3, 0 -porneighbor , 0, 0, -3, 0 -pornerastic , 0, 0, -3, 0 -pornicholas , 0, 0, -3, 0 -pornintendo , 0, 0, -3, 0 -pornitrogen , 0, 0, -3, 0 -pornumerous , 0, 0, -3, 0 -possesspunk , 0, 0, -3, 0 -posterspunk , 0, 0, -3, 0 -postgenital , 0, 0, -2, 0 -ppcuntitled , 0, -2, -1, 0 -prayerspunk , 0, 0, -3, 0 -prickliness , -2, 0, 0, -1 -pricktimber , -2, 0, 0, -1 -princestack , 0, 0, -3, 0 -princestaff , 0, 0, -3, 0 -princestage , 0, 0, -3, 0 -princestake , 0, 0, -3, 0 -princestamp , 0, 0, -3, 0 -princestick , 0, 0, -3, 0 -princestill , 0, 0, -3, 0 -princestock , 0, 0, -3, 0 -princestone , 0, 0, -3, 0 -princestood , 0, 0, -3, 0 -princestore , 0, 0, -3, 0 -princestorm , 0, 0, -3, 0 -princestory , 0, 0, -3, 0 -princestuck , 0, 0, -3, 0 -princestuff , 0, 0, -3, 0 -princestyle , 0, 0, -3, 0 -processpunk , 0, 0, -3, 0 -productwatt , 0, 0, -3, 0 -projectwatt , 0, 0, -3, 0 -promptwatch , 0, 0, -3, 0 -promptwater , 0, 0, -3, 0 -prophetwatt , 0, 0, -3, 0 -protectwatt , 0, 0, -3, 0 -provincestd , 0, 0, -3, 0 -provinceste , 0, 0, -3, 0 -provincesto , 0, 0, -3, 0 -provincestr , 0, 0, -3, 0 -prozacuntil , 0, -2, -2, 0 -pseudolabia , 0, 0, -3, 0 -pubedmonton , 0, 0, -3, 0 -pubeducated , 0, 0, -3, 0 -pubelephant , 0, 0, -3, 0 -pubeligible , 0, 0, -3, 0 -pubembedded , 0, 0, -3, 0 -pubemerging , 0, 0, -3, 0 -pubemirates , 0, 0, -3, 0 -pubemission , 0, 0, -3, 0 -pubemotions , 0, 0, -3, 0 -pubemphasis , 0, 0, -3, 0 -pubenabling , 0, 0, -3, 0 -pubenclosed , 0, 0, -3, 0 -pubencoding , 0, 0, -3, 0 -pubenormous , 0, 0, -3, 0 -pubenrolled , 0, 0, -3, 0 -pubensemble , 0, 0, -3, 0 -pubensuring , 0, 0, -3, 0 -pubenvelope , 0, 0, -3, 0 -pubepinions , 0, 0, -3, 0 -pubequation , 0, 0, -3, 0 -pubequipped , 0, 0, -3, 0 -pubethernet , 0, 0, -3, 0 -pubethiopia , 0, 0, -3, 0 -pubevidence , 0, 0, -3, 0 -pubexchange , 0, 0, -3, 0 -pubexciting , 0, 0, -3, 0 -pubexercise , 0, 0, -3, 0 -publicuntil , 0, -2, -2, 0 -pvcuntitled , 0, -2, 0, 0 -quebecuntil , 0, -2, -2, 0 -queriespunk , 0, 0, -3, 0 -quietwatson , 0, 0, -3, 0 -quiltwatson , 0, 0, -3, 0 -quizzespunk , 0, 0, -3, 0 -rabbitchain , 0, -2, -2, 0 -rabbitchess , 0, -2, -2, 0 -rabbitchest , 0, -2, -2, 0 -rachelladen , -1, 0, 0, 0 -rachellarge , -1, 0, 0, 0 -rachellarry , -1, 0, 0, 0 -rachellaugh , -1, 0, 0, 0 -rachellaura , -1, 0, 0, 0 -rachellearn , -1, 0, 0, 0 -rachellease , -1, 0, 0, 0 -rachelleast , -1, 0, 0, 0 -rachelleave , -1, 0, 0, 0 -rachellemon , -1, 0, 0, 0 -rachellevel , -1, 0, 0, 0 -rachellewis , -1, 0, 0, 0 -rachellexus , -1, 0, 0, 0 -rachellight , -1, 0, 0, 0 -rachellinda , -1, 0, 0, 0 -rachellinux , -1, 0, 0, 0 -rachellloyd , -1, 0, 0, 0 -rachellucas , -1, 0, 0, 0 -rachellucia , -1, 0, 0, 0 -rachellunch , -1, 0, 0, 0 -radarselect , -2, 0, 0, 0 -radarsevere , -2, 0, 0, 0 -radarsewing , -2, 0, 0, 0 -rangerspunk , 0, 0, -3, 0 -rapelephant , 0, 0, -3, 0 -rapeligible , 0, 0, -3, 0 -rapembedded , 0, 0, -3, 0 -rapemerging , 0, 0, -3, 0 -rapemirates , 0, 0, -3, 0 -rapemission , 0, 0, -3, 0 -rapemotions , 0, 0, -3, 0 -rapemphasis , 0, 0, -3, 0 -rapenabling , 0, 0, -3, 0 -rapenclosed , 0, 0, -3, 0 -rapencoding , 0, 0, -3, 0 -rapenormous , 0, 0, -3, 0 -rapenrolled , 0, 0, -3, 0 -rapensemble , 0, 0, -3, 0 -rapensuring , 0, 0, -3, 0 -rapenvelope , 0, 0, -3, 0 -rapepinions , 0, 0, -3, 0 -rapequation , 0, 0, -3, 0 -rapequipped , 0, 0, -3, 0 -rapethernet , 0, 0, -3, 0 -rapethiopia , 0, 0, -3, 0 -rapevidence , 0, 0, -3, 0 -rapexchange , 0, 0, -3, 0 -rapexciting , 0, 0, -3, 0 -rapexercise , 0, 0, -3, 0 -ratingspunk , 0, 0, -3, 0 -reachespunk , 0, 0, -3, 0 -readerspunk , 0, 0, -3, 0 -readykelkoo , -2, -2, -2, 0 -rebatespunk , 0, 0, -3, 0 -receiptwatt , 0, 0, -3, 0 -recipespunk , 0, 0, -3, 0 -recordspunk , 0, 0, -3, 0 -recuntitled , 0, -2, 0, 0 -reducespunk , 0, 0, -3, 0 -reflectwatt , 0, 0, -3, 0 -regardspunk , 0, 0, -3, 0 -regularsega , -2, 0, 0, 0 -regularself , -2, 0, 0, 0 -regularsell , -2, 0, 0, 0 -regularsemi , -2, 0, 0, 0 -rejectwatch , 0, 0, -3, 0 -rejectwater , 0, 0, -3, 0 -relatespunk , 0, 0, -3, 0 -remedykeith , -2, -2, -2, 0 -remedykelly , -2, -2, -2, 0 -remedykevin , -2, -2, -2, 0 -rentalspunk , 0, 0, -3, 0 -respectwatt , 0, 0, -3, 0 -responsemen , 0, 0, -3, 0 -resultspunk , 0, 0, -3, 0 -resultwatch , 0, 0, -3, 0 -resultwater , 0, 0, -3, 0 -resumespunk , 0, 0, -3, 0 -retardation , 0, -2, 0, -2 -retardative , 0, -2, 0, -2 -retardatory , 0, -2, 0, -2 -reuterspunk , 0, 0, -3, 0 -revealspunk , 0, 0, -3, 0 -rewardspunk , 0, 0, -3, 0 -rfcuntitled , 0, -2, 0, 0 -richelliott , -1, 0, 0, 0 -ricoongoing , 0, -5, 0, 0 -ricoontario , 0, -5, 0, 0 -rightwatson , 0, 0, -3, 0 -robertspunk , 0, 0, -3, 0 -robertwatch , 0, 0, -3, 0 -robertwater , 0, 0, -3, 0 -robotwatson , 0, 0, -3, 0 -robustwatch , 0, 0, -3, 0 -robustwater , 0, 0, -3, 0 -rocketwatch , 0, 0, -3, 0 -rocketwater , 0, 0, -3, 0 -romanticlit , 0, 0, -3, 0 -romanticrap , -1, 0, 0, 0 -routerspunk , 0, 0, -3, 0 -routhercock , -2, 0, -2, 0 -ruthelliott , -1, 0, 0, 0 -ryanalbania , -2, 0, -2, 0 -ryanalcohol , -2, 0, -2, 0 -ryanalgebra , -2, 0, -2, 0 -ryanalgeria , -2, 0, -2, 0 -ryanalready , -2, 0, -2, 0 -safecracker , 0, -2, 0, 0 -sambunigrin , -3, -5, 0, 0 -sanaluminum , -2, 0, -2, 0 -sandwichate , 0, 0, 0, -2 -sandwichink , 0, -3, 0, 0 -savannahate , 0, 0, 0, -2 -savingspunk , 0, 0, -3, 0 -sbjctwatson , 0, 0, -3, 0 -sceniccache , -2, -3, 0, 0 -sceniccause , -2, -3, 0, 0 -scenicuntil , 0, -2, -2, 0 -schemespunk , 0, 0, -3, 0 -scholarseds , -2, 0, 0, 0 -scholarsedt , -2, 0, 0, 0 -scholarsega , -2, 0, 0, 0 -scholarsegg , -2, 0, 0, 0 -scholarself , -2, 0, 0, 0 -scholarsell , -2, 0, 0, 0 -scholarsemi , -2, 0, 0, 0 -scholarsest , -2, 0, 0, 0 -scholarseur , -2, 0, 0, 0 -scholarseva , -2, 0, 0, 0 -scholarseve , -2, 0, 0, 0 -scholarsexp , -2, 0, 0, 0 -scholarsext , -2, 0, 0, 0 -scholarseye , -2, 0, 0, 0 -schoolspunk , 0, 0, -3, 0 -scottishate , 0, 0, 0, -2 -scottwatson , 0, 0, -3, 0 -screenspunk , 0, 0, -3, 0 -scriptwatch , 0, 0, -3, 0 -scriptwater , 0, 0, -3, 0 -scuttlebutt , -1, 0, 0, 0 -seanalbania , -2, 0, -2, 0 -seanalcohol , -2, 0, -2, 0 -seanalgebra , -2, 0, -2, 0 -seanalgeria , -2, 0, -2, 0 -seanalready , -2, 0, -2, 0 -secondomaha , 0, 0, -2, 0 -secondspunk , 0, 0, -3, 0 -secretspunk , 0, 0, -3, 0 -secretwatch , 0, 0, -3, 0 -secretwater , 0, 0, -3, 0 -sectorspunk , 0, 0, -3, 0 -secuntitled , 0, -2, 0, 0 -seekerspunk , 0, 0, -3, 0 -sellerspunk , 0, 0, -3, 0 -semencontra , 0, 0, -3, 0 -seminarseds , -2, 0, 0, 0 -seminarsedt , -2, 0, 0, 0 -seminarsega , -2, 0, 0, 0 -seminarsegg , -2, 0, 0, 0 -seminarself , -2, 0, 0, 0 -seminarsell , -2, 0, 0, 0 -seminarsemi , -2, 0, 0, 0 -seminarsest , -2, 0, 0, 0 -seminarseur , -2, 0, 0, 0 -seminarseva , -2, 0, 0, 0 -seminarseve , -2, 0, 0, 0 -seminarsexp , -2, 0, 0, 0 -seminarsext , -2, 0, 0, 0 -seminarseye , -2, 0, 0, 0 -seniorspunk , 0, 0, -3, 0 -sensorspunk , 0, 0, -3, 0 -seriouspunk , 0, 0, -3, 0 -serverspunk , 0, 0, -3, 0 -shadowspunk , 0, 0, -3, 0 -shaftwatson , 0, 0, -3, 0 -shapenissan , -1, 0, -3, 0 -sheetwatson , 0, 0, -3, 0 -sheriffrick , -1, 0, 0, 0 -shiftwatson , 0, 0, -3, 0 -shirtwatson , 0, 0, -3, 0 -shootwatson , 0, 0, -3, 0 -shortwatson , 0, 0, -3, 0 -showerspunk , 0, 0, -3, 0 -shuttlecock , -2, 0, -2, 0 -sicuntitled , 0, -2, 0, 0 -sierrapeace , 0, 0, -3, 0 -sightwatson , 0, 0, -3, 0 -signalspunk , 0, 0, -3, 0 -signupissue , -1, 0, 0, 0 -similarsega , -2, 0, 0, 0 -similarself , -2, 0, 0, 0 -similarsell , -2, 0, 0, 0 -similarsemi , -2, 0, 0, 0 -sincestable , 0, 0, -3, 0 -sincestolen , 0, 0, -3, 0 -sincestuart , 0, 0, -3, 0 -sincestylus , 0, 0, -3, 0 -sisterspunk , 0, 0, -3, 0 -skirtwatson , 0, 0, -3, 0 -skypenissan , -1, 0, -3, 0 -slopenissan , -1, 0, -3, 0 -smoothellis , -1, 0, 0, 0 -socketwatch , 0, 0, -3, 0 -socketwater , 0, 0, -3, 0 -socuntitled , 0, -2, 0, 0 -solarispunk , 0, 0, -3, 0 -solarselect , -2, 0, 0, 0 -solarsevere , -2, 0, 0, 0 -solarsewing , -2, 0, 0, 0 -soniccaught , -2, -3, 0, 0 -soniccayman , -2, -3, 0, 0 -sourcespunk , 0, 0, -3, 0 -sovietwatch , 0, 0, -3, 0 -sovietwater , 0, 0, -3, 0 -speciespunk , 0, 0, -3, 0 -specificlit , 0, 0, -3, 0 -specificrap , -1, 0, 0, 0 -speechellis , -1, 0, 0, 0 -squirtwatch , 0, 0, -3, 0 -squirtwater , 0, 0, -3, 0 -srcuntitled , 0, -2, 0, 0 -startupissn , -1, 0, 0, 0 -startupoops , -1, 0, 0, 0 -startuprick , -2, 0, 0, -1 -staticuntil , 0, -2, -2, 0 -steadykeith , -2, -2, -2, 0 -steadykelly , -2, -2, -2, 0 -steadykevin , -2, -2, -2, 0 -stevenspunk , 0, 0, -3, 0 -storiespunk , 0, 0, -3, 0 -streamspunk , 0, 0, -3, 0 -streetspunk , 0, 0, -3, 0 -streetwatch , 0, 0, -3, 0 -streetwater , 0, 0, -3, 0 -strengthate , 0, 0, 0, -2 -strikespunk , 0, 0, -3, 0 -stripespunk , 0, 0, -3, 0 -structwatch , 0, 0, -3, 0 -structwater , 0, 0, -3, 0 -studiospunk , 0, 0, -3, 0 -studykelkoo , -2, -2, -2, 0 -stupidities , 0, 0, 0, -1 -subjectwatt , 0, 0, -3, 0 -successpunk , 0, 0, -3, 0 -suchelliott , -1, 0, 0, 0 -suckmyanmar , 0, 0, -3, 0 -suckmysimon , 0, 0, -3, 0 -suckmyspace , 0, 0, -3, 0 -suckmystery , 0, 0, -3, 0 -suffraganal , -2, 0, -2, 0 -surveyspunk , 0, 0, -3, 0 -suspectwatt , 0, 0, -3, 0 -sussexrated , 0, 0, -2, 0 -sweetwatson , 0, 0, -3, 0 -swiftwatson , 0, 0, -3, 0 -symanteclit , 0, 0, -3, 0 -symantecrap , -1, 0, 0, 0 -symbolspunk , 0, 0, -3, 0 -synopsissys , 0, 0, 0, -1 -systemspunk , 0, 0, -3, 0 -tacticspunk , 0, 0, -3, 0 -taiwankaren , 0, 0, -3, 0 -taiwankarma , 0, 0, -3, 0 -taiwankathy , 0, 0, -3, 0 -taiwankatie , 0, 0, -3, 0 -taiwankeith , 0, 0, -3, 0 -taiwankelly , 0, 0, -3, 0 -taiwankerry , 0, 0, -3, 0 -taiwankevin , 0, 0, -3, 0 -taiwanklein , 0, 0, -3, 0 -taiwanknife , 0, 0, -3, 0 -taiwanknock , 0, 0, -3, 0 -taiwankodak , 0, 0, -3, 0 -taiwankorea , 0, 0, -3, 0 -tanaluminum , -2, 0, -2, 0 -taughtwatch , 0, 0, -3, 0 -taughtwater , 0, 0, -3, 0 -teachespunk , 0, 0, -3, 0 -techelliott , -1, 0, 0, 0 -teddykelkoo , -2, -2, -2, 0 -thanalbania , -2, 0, -2, 0 -thanalcohol , -2, 0, -2, 0 -thanalgebra , -2, 0, -2, 0 -thanalgeria , -2, 0, -2, 0 -thanalready , -2, 0, -2, 0 -theftwatson , 0, 0, -3, 0 -therapeuses , 0, 0, -3, 0 -therapeusis , 0, 0, -3, 0 -therapeutae , 0, 0, -3, 0 -therapeutic , 0, 0, -3, 0 -thereofrick , -1, 0, 0, 0 -thesissyria , 0, 0, 0, -1 -thoughellis , -1, 0, 0, 0 -threatspunk , 0, 0, -3, 0 -throatwatch , 0, 0, -3, 0 -throatwater , 0, 0, -3, 0 -ticketspunk , 0, 0, -3, 0 -ticketwatch , 0, 0, -3, 0 -ticketwater , 0, 0, -3, 0 -tightwatson , 0, 0, -3, 0 -titrimetric , 0, 0, -3, 0 -tittivating , 0, 0, -3, 0 -tittivation , 0, 0, -3, 0 -tobaccoonce , 0, -5, 0, 0 -tobaccoonly , 0, -5, 0, 0 -tobaccoonto , 0, -5, 0, 0 -tobaccoward , 0, 0, 0, -1 -towardspunk , 0, 0, -3, 0 -trafficunto , 0, -2, -2, 0 -tragedykeen , -2, -2, -2, 0 -tragedykeep , -2, -2, -2, 0 -tragedykept , -2, -2, -2, 0 -trapeziform , 0, 0, -3, 0 -travelspunk , 0, 0, -3, 0 -trustwatson , 0, 0, -3, 0 -tumoronline , 0, 0, 0, -2 -turboobtain , 0, 0, -3, 0 -ultrapeople , 0, 0, -3, 0 -ultrapepper , 0, 0, -3, 0 -unigrateful , -3, -5, 0, 0 -upcuntitled , 0, -2, 0, 0 -uscuntitled , 0, -2, 0, 0 -utahelliott , -1, 0, 0, 0 -utcuntitled , 0, -2, 0, 0 -vanaluminum , -2, 0, -2, 0 -vanillabias , 0, 0, -3, 0 -variouspunk , 0, 0, -3, 0 -varsemester , -2, 0, 0, 0 -vaultwatson , 0, 0, -3, 0 -velvetwatch , 0, 0, -3, 0 -velvetwater , 0, 0, -3, 0 -vendorspunk , 0, 0, -3, 0 -vermontwatt , 0, 0, -3, 0 -vesselspunk , 0, 0, -3, 0 -victimspunk , 0, 0, -3, 0 -vicuntitled , 0, -2, 0, 0 -viewerspunk , 0, 0, -3, 0 -volleyballs , 0, 0, -1, 0 -volumespunk , 0, 0, -3, 0 -wanaluminum , -2, 0, -2, 0 -watchespunk , 0, 0, -3, 0 -wealthellis , -1, 0, 0, 0 -weathercock , -2, 0, -2, 0 -wednesdaygo , 0, -3, 0, 0 -weightspunk , 0, 0, -3, 0 -wendykelkoo , -2, -2, -2, 0 -whilstwatch , 0, 0, -3, 0 -whilstwater , 0, 0, -3, 0 -whipcracker , 0, -2, 0, 0 -whisterpoop , -1, 0, 0, 0 -whoarkansas , 0, -3, -2, 0 -whomobesity , 0, -2, -1, 0 -whomobility , 0, -2, -1, 0 -whomobserve , 0, -2, -1, 0 -whomobvious , 0, -2, -1, 0 -whomoisture , 0, -2, -1, 0 -whomolympic , 0, -2, -1, 0 -whomolympus , 0, -2, -1, 0 -whomopinion , 0, -2, -1, 0 -whomopposed , 0, -2, -1, 0 -whomorlando , 0, -2, -1, 0 -whomorleans , 0, -2, -1, 0 -whomortgage , 0, -2, -1, 0 -windowspunk , 0, 0, -3, 0 -winnerspunk , 0, 0, -3, 0 -winterdykes , -2, -2, -2, 0 -wisecracker , 0, -2, 0, 0 -withelliott , -1, 0, 0, 0 -witnesspunk , 0, 0, -3, 0 -woodcracker , 0, -2, 0, 0 -workerspunk , 0, 0, -3, 0 -worstwatson , 0, 0, -3, 0 -writerspunk , 0, 0, -3, 0 -xanthomonas , 0, -2, -1, 0 -yachtwatson , 0, 0, -3, 0 -yahookernel , 0, 0, -3, 0 -yeahelliott , -1, 0, 0, 0 -yesterdaygo , 0, -3, 0, 0 -zoloftwatch , 0, 0, -3, 0 -zoloftwater , 0, 0, -3, 0 -acceptwatson , 0, 0, -3, 0 -acousticunto , 0, -2, -2, 0 -acrylicuntil , 0, -2, -2, 0 -adapterspunk , 0, 0, -3, 0 -advancespunk , 0, 0, -3, 0 -advertisemen , 0, 0, -3, 0 -advertwatson , 0, 0, -3, 0 -advisorspunk , 0, 0, -3, 0 -affectwatson , 0, 0, -3, 0 -againstwatch , 0, 0, -3, 0 -againstwater , 0, 0, -3, 0 -agenciespunk , 0, 0, -3, 0 -albertwatson , 0, 0, -3, 0 -algebrapeace , 0, 0, -3, 0 -allahelliott , -1, 0, 0, 0 -alumnigraham , -3, -5, 0, 0 -alumnigranny , -3, -5, 0, 0 -alumnigratis , -3, -5, 0, 0 -alumnigroove , -3, -5, 0, 0 -alumniground , -3, -5, 0, 0 -analafayette , -2, 0, -2, 0 -analexington , -2, 0, -2, 0 -analiability , -2, 0, -2, 0 -analicensing , -2, 0, -2, 0 -analkalinity , -2, 0, -2, 0 -anallagmatic , -2, 0, -2, 0 -anallagmatis , -2, 0, -2, 0 -analysespunk , 0, 0, -3, 0 -analysispunk , 0, 0, -3, 0 -analysissync , 0, 0, 0, -1 -analystspunk , 0, 0, -3, 0 -analystwatch , 0, 0, -3, 0 -analystwater , 0, 0, -3, 0 -andorrapeace , 0, 0, -3, 0 -antesignanus , -2, 0, 0, 0 -antiquespunk , 0, 0, -3, 0 -apniccausing , -2, -3, 0, 0 -apniccaution , -2, -3, 0, 0 -aquaticuntil , 0, -2, -2, 0 -arabichabits , 0, -2, -2, 0 -arabichappen , 0, -2, -2, 0 -arabicharbor , 0, -2, -2, 0 -arabicharley , 0, -2, -2, 0 -arabicharold , 0, -2, -2, 0 -arabicharper , 0, -2, -2, 0 -arabicharris , 0, -2, -2, 0 -arabicharvey , 0, -2, -2, 0 -arabichaving , 0, -2, -2, 0 -arabichawaii , 0, -2, -2, 0 -arabichazard , 0, -2, -2, 0 -arabichidden , 0, -2, -2, 0 -arabichiking , 0, -2, -2, 0 -arabichilton , 0, -2, -2, 0 -arabichockey , 0, -2, -2, 0 -arabichollow , 0, -2, -2, 0 -arabicholmes , 0, -2, -2, 0 -arabichorror , 0, -2, -2, 0 -arabichudson , 0, -2, -2, 0 -archivespunk , 0, 0, -3, 0 -argentinazip , 0, -2, 0, 0 -armorontario , 0, 0, 0, -2 -arrivalspunk , 0, 0, -3, 0 -arseniferous , -2, 0, 0, 0 -arsenization , -2, 0, 0, 0 -artisticunto , 0, -2, -2, 0 -asbestospunk , 0, 0, -3, 0 -aspectwatson , 0, 0, -3, 0 -assaultwatch , 0, 0, -3, 0 -assaultwater , 0, 0, -3, 0 -assuefaction , -2, 0, 0, 0 -assyriologue , -2, 0, 0, 0 -athletespunk , 0, 0, -3, 0 -athleticunto , 0, -2, -2, 0 -atlanticunto , 0, -2, -2, 0 -attemptwatch , 0, 0, -3, 0 -attemptwater , 0, 0, -3, 0 -augustwatson , 0, 0, -3, 0 -aurorapeople , 0, 0, -3, 0 -aurorapepper , 0, 0, -3, 0 -authenticlit , 0, 0, -3, 0 -authenticrap , -1, 0, 0, 0 -automaticlit , 0, 0, -3, 0 -automaticrap , -1, 0, 0, 0 -ballsalaries , 0, 0, -1, 0 -ballsalvador , 0, 0, -1, 0 -ballsavannah , 0, 0, -1, 0 -ballscenario , 0, 0, -1, 0 -ballschedule , 0, 0, -1, 0 -ballscotland , 0, 0, -1, 0 -ballsemester , 0, 0, -1, 0 -ballshanghai , 0, 0, -1, 0 -ballslovenia , 0, 0, -1, 0 -ballstunning , 0, 0, -1, 0 -ballsullivan , 0, 0, -1, 0 -barbarapeace , 0, 0, -3, 0 -barcelonazip , 0, -2, 0, 0 -barrierspunk , 0, 0, -3, 0 -basketwatson , 0, 0, -3, 0 -batchelliott , -1, 0, 0, 0 -beanaluminum , -2, 0, -2, 0 -beganalbania , -2, 0, -2, 0 -beganalcohol , -2, 0, -2, 0 -beganalgebra , -2, 0, -2, 0 -beganalgeria , -2, 0, -2, 0 -beganalready , -2, 0, -2, 0 -belieffinger , -2, 0, -2, 0 -believespunk , 0, 0, -3, 0 -benchelliott , -1, 0, 0, 0 -beneathellis , -1, 0, 0, 0 -bennettwatch , 0, 0, -3, 0 -bennettwater , 0, 0, -3, 0 -bichromatize , 0, -2, -2, 0 -bikinigraham , -3, -5, 0, 0 -bikinigranny , -3, -5, 0, 0 -bikinigratis , -3, -5, 0, 0 -bikinigroove , -3, -5, 0, 0 -bikiniground , -3, -5, 0, 0 -birthelliott , -1, 0, 0, 0 -bitchallenge , 0, -2, -2, 0 -bitchampagne , 0, -2, -2, 0 -bitcharacter , 0, -2, -2, 0 -bitcharlotte , 0, -2, -2, 0 -bitchevrolet , 0, -2, -2, 0 -bitchocolate , 0, -2, -2, 0 -bitschampion , 0, -2, -2, 0 -bitschrysler , 0, -2, -2, 0 -blanketwatch , 0, 0, -3, 0 -blanketwater , 0, 0, -3, 0 -bloggerspunk , 0, 0, -3, 0 -bonereaction , 0, 0, -3, 0 -bonerelating , 0, 0, -3, 0 -bonerelation , 0, 0, -3, 0 -bonerelative , 0, 0, -3, 0 -bonerelevant , 0, 0, -3, 0 -bonereliable , 0, 0, -3, 0 -bonereliance , 0, 0, -3, 0 -bonereligion , 0, 0, -3, 0 -boneremedies , 0, 0, -3, 0 -boneremember , 0, 0, -3, 0 -boneremoving , 0, 0, -3, 0 -boneretrieve , 0, 0, -3, 0 -bonereynolds , 0, 0, -3, 0 -bonerotation , 0, 0, -3, 0 -boneroulette , 0, 0, -3, 0 -boothelliott , -1, 0, 0, 0 -bouquetwatch , 0, 0, -3, 0 -bouquetwater , 0, 0, -3, 0 -bracketwatch , 0, 0, -3, 0 -bracketwater , 0, 0, -3, 0 -branchespunk , 0, 0, -3, 0 -brauneberger , 0, 0, -1, 0 -breastheight , 0, 0, -2, 0 -breastplough , 0, 0, -2, 0 -breaststroke , 0, 0, -2, 0 -breastsummer , 0, 0, -2, 0 -browserspunk , 0, 0, -3, 0 -brusselspunk , 0, 0, -3, 0 -builderspunk , 0, 0, -3, 0 -bunchelliott , -1, 0, 0, 0 -businesspunk , 0, 0, -3, 0 -butthreshold , -1, 0, 0, 0 -buttradition , -1, 0, 0, 0 -cabinetspunk , 0, 0, -3, 0 -cadillacunto , 0, -2, -2, 0 -calendarseds , -2, 0, 0, 0 -calendarsedt , -2, 0, 0, 0 -calendarsega , -2, 0, 0, 0 -calendarsegg , -2, 0, 0, 0 -calendarself , -2, 0, 0, 0 -calendarsell , -2, 0, 0, 0 -calendarsemi , -2, 0, 0, 0 -calendarsest , -2, 0, 0, 0 -calendarseur , -2, 0, 0, 0 -calendarseva , -2, 0, 0, 0 -calendarseve , -2, 0, 0, 0 -calendarsexp , -2, 0, 0, 0 -calendarsext , -2, 0, 0, 0 -calendarseye , -2, 0, 0, 0 -campusyamaha , 0, -2, -2, 0 -campusyellow , 0, -2, -2, 0 -canberrapeak , 0, 0, -3, 0 -canberrapeas , 0, 0, -3, 0 -cardiacuntil , 0, -2, -2, 0 -carolinazinc , 0, -2, 0, 0 -carrierspunk , 0, 0, -3, 0 -cashierspunk , 0, 0, -3, 0 -catalystwatt , 0, 0, -3, 0 -catchelliott , -1, 0, 0, 0 -catholicunto , 0, -2, -2, 0 -caughtwatson , 0, 0, -3, 0 -cedarsegment , -2, 0, 0, 0 -cedarsession , -2, 0, 0, 0 -cedarseveral , -2, 0, 0, 0 -cellularsega , -2, 0, 0, 0 -cellularself , -2, 0, 0, 0 -cellularsell , -2, 0, 0, 0 -cellularsemi , -2, 0, 0, 0 -chamberspunk , 0, 0, -3, 0 -chanaluminum , -2, 0, -2, 0 -channelspunk , 0, 0, -3, 0 -chapterspunk , 0, 0, -3, 0 -chargerspunk , 0, 0, -3, 0 -charsemester , -2, 0, 0, 0 -chassissyria , 0, 0, 0, -1 -choarbitrary , 0, -3, -2, 0 -choarlington , 0, -3, -2, 0 -chomolecular , 0, -2, -1, 0 -chomolecules , 0, -2, -1, 0 -chomortality , 0, -2, -1, 0 -chomotivated , 0, -2, -1, 0 -christinazip , 0, -2, 0, 0 -chroniccache , -2, -3, 0, 0 -chroniccause , -2, -3, 0, 0 -chronicuntil , 0, -2, -2, 0 -chrysophanus , -2, 0, 0, 0 -churchespunk , 0, 0, -3, 0 -cingularsega , -2, 0, 0, 0 -cingularself , -2, 0, 0, 0 -cingularsell , -2, 0, 0, 0 -cingularsemi , -2, 0, 0, 0 -circularsega , -2, 0, 0, 0 -circularself , -2, 0, 0, 0 -circularsell , -2, 0, 0, 0 -circularsemi , -2, 0, 0, 0 -citizenspunk , 0, 0, -3, 0 -classicspunk , 0, 0, -3, 0 -cleanerspunk , 0, 0, -3, 0 -cleanupissue , -1, 0, 0, 0 -cliniccaught , -2, -3, 0, 0 -cliniccayman , -2, -3, 0, 0 -clithridiate , 0, 0, -3, 0 -clitoridauxe , 0, 0, -3, 0 -clitoriditis , 0, 0, -3, 0 -clitoromania , 0, 0, -3, 0 -clothelliott , -1, 0, 0, 0 -cloudykelkoo , -2, -2, -2, 0 -clusterspunk , 0, 0, -3, 0 -coachelliott , -1, 0, 0, 0 -cockthrowing , -2, 0, -2, 0 -collarselect , -2, 0, 0, 0 -collarsevere , -2, 0, 0, 0 -collarsewing , -2, 0, 0, 0 -collectwatch , 0, 0, -3, 0 -collectwater , 0, 0, -3, 0 -collegespunk , 0, 0, -3, 0 -combinespunk , 0, 0, -3, 0 -combonervous , 0, 0, -3, 0 -comboobesity , 0, 0, -3, 0 -comboobserve , 0, 0, -3, 0 -comboobvious , 0, 0, -3, 0 -comedykelkoo , -2, -2, -2, 0 -commandspunk , 0, 0, -3, 0 -commentspunk , 0, 0, -3, 0 -complexrated , 0, 0, -2, 0 -conceptwatch , 0, 0, -3, 0 -conceptwater , 0, 0, -3, 0 -concernspunk , 0, 0, -3, 0 -concertspunk , 0, 0, -3, 0 -concertwatch , 0, 0, -3, 0 -concertwater , 0, 0, -3, 0 -condomiracle , 0, 0, -2, 0 -condomistake , 0, 0, -2, 0 -condomorning , 0, 0, -2, 0 -condomorocco , 0, 0, -2, 0 -condomozilla , 0, 0, -2, 0 -conductwatch , 0, 0, -3, 0 -conductwater , 0, 0, -3, 0 -congresspunk , 0, 0, -3, 0 -connectwatch , 0, 0, -3, 0 -connectwater , 0, 0, -3, 0 -consistspunk , 0, 0, -3, 0 -consultwatch , 0, 0, -3, 0 -consultwater , 0, 0, -3, 0 -contentspunk , 0, 0, -3, 0 -contrastwatt , 0, 0, -3, 0 -controlspunk , 0, 0, -3, 0 -convertwatch , 0, 0, -3, 0 -convertwater , 0, 0, -3, 0 -corpusyamaha , 0, -2, -2, 0 -corpusyellow , 0, -2, -2, 0 -correctwatch , 0, 0, -3, 0 -correctwater , 0, 0, -3, 0 -cosmeticunto , 0, -2, -2, 0 -costumespunk , 0, 0, -3, 0 -councilspunk , 0, 0, -3, 0 -counterspunk , 0, 0, -3, 0 -cowardliness , 0, 0, 0, -1 -cpusymposium , 0, -2, -2, 0 -cpusyndicate , 0, -2, -2, 0 -cpusynthesis , 0, -2, -2, 0 -cpusynthetic , 0, -2, -2, 0 -crackerberry , 0, -2, 0, 0 -crapshooting , -1, 0, 0, 0 -cricketwatch , 0, 0, -3, 0 -cricketwater , 0, 0, -3, 0 -crisissydney , 0, 0, 0, -1 -crisissymbol , 0, 0, 0, -1 -crisissyntax , 0, 0, 0, -1 -cubichabitat , 0, -2, -2, 0 -cubichalifax , 0, -2, -2, 0 -cubicharbour , 0, -2, -2, 0 -cubicharvard , 0, -2, -2, 0 -cubicharvest , 0, -2, -2, 0 -cubichobbies , 0, -2, -2, 0 -cubicholiday , 0, -2, -2, 0 -cubicholland , 0, -2, -2, 0 -cubichorizon , 0, -2, -2, 0 -cubichormone , 0, -2, -2, 0 -cubichousing , 0, -2, -2, 0 -cubichouston , 0, -2, -2, 0 -cubichundred , 0, -2, -2, 0 -cubichusband , 0, -2, -2, 0 -cumshotspunk , 0, 0, -3, 0 -cumshotwatch , 0, 0, -3, 0 -cumshotwater , 0, 0, -3, 0 -cumulocirrus , 0, 0, -3, 0 -cumulonimbus , 0, 0, -3, 0 -cumulophyric , 0, 0, -3, 0 -custodykeith , -2, -2, -2, 0 -custodykelly , -2, -2, -2, 0 -custodykevin , -2, -2, -2, 0 -customisemen , 0, 0, -3, 0 -czechelliott , -1, 0, 0, 0 -damnarrative , -1, 0, 0, 0 -damnashville , -1, 0, 0, 0 -damnicaragua , -1, 0, 0, 0 -damnificatus , -1, 0, 0, 0 -damnominated , -1, 0, 0, 0 -danalgorithm , -2, 0, -2, 0 -danaluminium , -2, 0, -2, 0 -darknesspunk , 0, 0, -3, 0 -daygoverning , 0, -3, 0, 0 -deanaluminum , -2, 0, -2, 0 -deathelliott , -1, 0, 0, 0 -deborahellis , -1, 0, 0, 0 -debtchampion , 0, -2, -2, 0 -debtchrysler , 0, -2, -2, 0 -deliverspunk , 0, 0, -3, 0 -dentistspunk , 0, 0, -3, 0 -depthelliott , -1, 0, 0, 0 -desertwatson , 0, 0, -3, 0 -detectwatson , 0, 0, -3, 0 -deutschellis , -1, 0, 0, 0 -developissue , -1, 0, 0, 0 -developspunk , 0, 0, -3, 0 -diabetespunk , 0, 0, -3, 0 -diagnosissys , 0, 0, 0, -1 -diamondspunk , 0, 0, -3, 0 -dickinsonite , -2, 0, -2, 0 -directwatson , 0, 0, -3, 0 -discuntitled , 0, -2, 0, 0 -diseasespunk , 0, 0, -3, 0 -disputespunk , 0, 0, -3, 0 -distinctwatt , 0, 0, -3, 0 -dollarsebony , -2, 0, 0, 0 -dollarsebook , -2, 0, 0, 0 -dollarseddie , -2, 0, 0, 0 -dollarsedgar , -2, 0, 0, 0 -dollarsegypt , -2, 0, 0, 0 -dollarseight , -2, 0, 0, 0 -dollarselder , -2, 0, 0, 0 -dollarselect , -2, 0, 0, 0 -dollarselite , -2, 0, 0, 0 -dollarselvis , -2, 0, 0, 0 -dollarsemacs , -2, 0, 0, 0 -dollarsemail , -2, 0, 0, 0 -dollarsempty , -2, 0, 0, 0 -dollarsessay , -2, 0, 0, 0 -dollarsessex , -2, 0, 0, 0 -dollarsewing , -2, 0, 0, 0 -dollarsexact , -2, 0, 0, 0 -dollarsexcel , -2, 0, 0, 0 -dollarsexist , -2, 0, 0, 0 -domesticunto , 0, -2, -2, 0 -dongibraltar , 0, 0, -2, 0 -donguarantee , 0, 0, -2, 0 -donguatemala , 0, 0, -2, 0 -doubtchamber , 0, -2, -2, 0 -doubtchapter , 0, -2, -2, 0 -doubtchassis , 0, -2, -2, 0 -doubtchelsea , 0, -2, -2, 0 -doubtchronic , 0, -2, -2, 0 -dramaticunto , 0, -2, -2, 0 -dumbstricken , 0, 0, 0, -1 -dutchelliott , -1, 0, 0, 0 -dynamicspunk , 0, 0, -3, 0 -earningspunk , 0, 0, -3, 0 -earsedmonton , -2, 0, 0, 0 -earseducated , -2, 0, 0, 0 -earselephant , -2, 0, 0, 0 -earseligible , -2, 0, 0, 0 -earsembedded , -2, 0, 0, 0 -earsemerging , -2, 0, 0, 0 -earsemotions , -2, 0, 0, 0 -earsemphasis , -2, 0, 0, 0 -earsevidence , -2, 0, 0, 0 -earsexchange , -2, 0, 0, 0 -earsexciting , -2, 0, 0, 0 -earsexercise , -2, 0, 0, 0 -earthelliott , -1, 0, 0, 0 -edinburghate , 0, 0, 0, -2 -effectwatson , 0, 0, -3, 0 -ejaculations , 0, 0, -2, 0 -electricunto , 0, -2, -2, 0 -elementspunk , 0, 0, -3, 0 -elliottwatch , 0, 0, -3, 0 -elliottwater , 0, 0, -3, 0 -embreastment , 0, 0, -2, 0 -emphasispunk , 0, 0, -3, 0 -emphasissync , 0, 0, 0, -1 -enormouspunk , 0, 0, -3, 0 -ericuntitled , 0, -2, 0, 0 -escortwatson , 0, 0, -3, 0 -espichellite , -1, 0, 0, 0 -establishate , 0, 0, 0, -2 -ethniccaught , -2, -3, 0, 0 -ethniccayman , -2, -3, 0, 0 -europeanalex , -2, 0, -2, 0 -europeanalso , -2, 0, -2, 0 -europeanusgs , -2, 0, 0, 0 -europeanusps , -2, 0, 0, 0 -exceptwatson , 0, 0, -3, 0 -excerptwatch , 0, 0, -3, 0 -excerptwater , 0, 0, -3, 0 -execuntitled , 0, -2, 0, 0 -exemptwatson , 0, 0, -3, 0 -exhaustwatch , 0, 0, -3, 0 -exhaustwater , 0, 0, -3, 0 -exhibitchain , 0, -2, -2, 0 -exhibitchess , 0, -2, -2, 0 -exhibitchest , 0, -2, -2, 0 -expectwatson , 0, 0, -3, 0 -expensespunk , 0, 0, -3, 0 -expertisemen , 0, 0, -3, 0 -expertwatson , 0, 0, -3, 0 -expoopponent , -1, 0, 0, 0 -expoopposite , -1, 0, 0, 0 -fabulouspunk , 0, 0, -3, 0 -faithelliott , -1, 0, 0, 0 -familiarsega , -2, 0, 0, 0 -familiarself , -2, 0, 0, 0 -familiarsell , -2, 0, 0, 0 -familiarsemi , -2, 0, 0, 0 -fantasticlit , 0, 0, -3, 0 -fantasticrap , -1, 0, 0, 0 -fbichallenge , 0, -2, -2, 0 -fbichampagne , 0, -2, -2, 0 -fbichevrolet , 0, -2, -2, 0 -feelingspunk , 0, 0, -3, 0 -fifthelliott , -1, 0, 0, 0 -fighterspunk , 0, 0, -3, 0 -financespunk , 0, 0, -3, 0 -findingspunk , 0, 0, -3, 0 -flasherspunk , 0, 0, -3, 0 -floristspunk , 0, 0, -3, 0 -forthelliott , -1, 0, 0, 0 -foursomebody , 0, 0, -3, 0 -foursomerset , 0, 0, -3, 0 -foursomewhat , 0, 0, -3, 0 -franchisemen , 0, 0, -3, 0 -frigalleries , -1, 0, -2, 0 -frigibraltar , -1, 0, -2, 0 -friguarantee , -1, 0, -2, 0 -friguatemala , -1, 0, -2, 0 -generouspunk , 0, 0, -3, 0 -genesissyria , 0, 0, 0, -1 -geneticspunk , 0, 0, -3, 0 -geneticuntil , 0, -2, -2, 0 -gilbertwatch , 0, 0, -3, 0 -gilbertwater , 0, 0, -3, 0 -gnudedicated , 0, 0, -3, 0 -gnudeparture , 0, 0, -3, 0 -gnudetermine , 0, 0, -3, 0 -gobbledegook , 0, -3, 0, 0 -gorgeouspunk , 0, 0, -3, 0 -graphelliott , -1, 0, 0, 0 -graphicspunk , 0, 0, -3, 0 -graphicuntil , 0, -2, -2, 0 -graphukraine , -2, 0, -2, 0 -habitatwatch , 0, 0, -3, 0 -habitatwater , 0, 0, -3, 0 -hatefficient , 0, 0, 0, -2 -hatemergency , 0, 0, 0, -2 -hatemotional , 0, 0, 0, -2 -hatempirical , 0, 0, 0, -2 -hatenclosure , 0, 0, 0, -2 -hatencounter , 0, 0, 0, -2 -hatencourage , 0, 0, 0, -2 -hatenhancing , 0, 0, 0, -2 -hatenquiries , 0, 0, 0, -2 -hatequipment , 0, 0, 0, -2 -hatessential , 0, 0, 0, -2 -hatevolution , 0, 0, 0, -2 -hatexcluding , 0, 0, 0, -2 -hatexclusion , 0, 0, 0, -2 -hatexclusive , 0, 0, 0, -2 -heathelliott , -1, 0, 0, 0 -hellgrammite , -1, 0, 0, 0 -heteroclital , 0, 0, -3, 0 -hewlettwatch , 0, 0, -3, 0 -hewlettwater , 0, 0, -3, 0 -historicunto , 0, -2, -2, 0 -holdingspunk , 0, 0, -3, 0 -homocerebrin , 0, -2, -1, 0 -homochromous , 0, -2, -1, 0 -homochronous , 0, -2, -1, 0 -homodynamous , 0, -2, -1, 0 -homoeogenous , 0, -2, -1, 0 -homoeography , 0, -2, -1, 0 -homoeomerous , 0, -2, -1, 0 -homoeoplasia , 0, -2, -1, 0 -homoiousious , 0, -2, -1, 0 -homolecithal , 0, -2, -1, 0 -homometrical , 0, -2, -1, 0 -homoperiodic , 0, -2, -1, 0 -homopetalous , 0, -2, -1, 0 -homophthalic , 0, -2, -1, 0 -homophyllous , 0, -2, -1, 0 -homosystemic , 0, -2, -1, 0 -homothallism , 0, -2, -1, 0 -homovanillic , 0, -2, -1, 0 -homovanillin , 0, -2, -1, 0 -homoveratric , 0, -2, -1, 0 -homozygosity , 0, -2, -1, 0 -humorontario , 0, 0, 0, -2 -hydrauliclit , 0, 0, -3, 0 -hydraulicrap , -1, 0, 0, 0 -ianalgorithm , -2, 0, -2, 0 -ianaluminium , -2, 0, -2, 0 -idahoarising , 0, -3, -2, 0 -idahoarizona , 0, -3, -2, 0 -idahoarrange , 0, -3, -2, 0 -idahoarrival , 0, -3, -2, 0 -idahomorning , 0, -2, -1, 0 -idahomorocco , 0, -2, -1, 0 -idahomozilla , 0, -2, -1, 0 -idiothermous , 0, 0, 0, -1 -illinoispunk , 0, 0, -3, 0 -incestablish , 0, 0, -3, 0 -injuriespunk , 0, 0, -3, 0 -insertwatson , 0, 0, -3, 0 -insightspunk , 0, 0, -3, 0 -involvespunk , 0, 0, -3, 0 -jackassembly , 0, 0, 0, -1 -jackassuming , 0, 0, 0, -1 -jacketwatson , 0, 0, -3, 0 -jaguarselect , -2, 0, 0, 0 -jaguarsevere , -2, 0, 0, 0 -jaguarsewing , -2, 0, 0, 0 -janalgorithm , -2, 0, -2, 0 -janaluminium , -2, 0, -2, 0 -jeanaluminum , -2, 0, -2, 0 -jitterbugger , -2, 0, 0, 0 -joanaluminum , -2, 0, -2, 0 -journalspunk , 0, 0, -3, 0 -juanaluminum , -2, 0, -2, 0 -keithelliott , -1, 0, 0, 0 -kennedykeith , -2, -2, -2, 0 -kennedykelly , -2, -2, -2, 0 -kennedykevin , -2, -2, -2, 0 -kennethellis , -1, 0, 0, 0 -killyourself , 0, 2, 0, 3 -koreanalbany , -2, 0, -2, 0 -koreanalbert , -2, 0, -2, 0 -koreanalfred , -2, 0, -2, 0 -koreanalmost , -2, 0, -2, 0 -koreanalpine , -2, 0, -2, 0 -koreanalumni , -2, 0, -2, 0 -koreanalways , -2, 0, -2, 0 -lanalgorithm , -2, 0, -2, 0 -lanaluminium , -2, 0, -2, 0 -laughelliott , -1, 0, 0, 0 -launchespunk , 0, 0, -3, 0 -leanaluminum , -2, 0, -2, 0 -learnerspunk , 0, 0, -3, 0 -lesbianspunk , 0, 0, -3, 0 -levitrapeace , 0, 0, -3, 0 -licensespunk , 0, 0, -3, 0 -listingspunk , 0, 0, -3, 0 -loanaluminum , -2, 0, -2, 0 -loganalbania , -2, 0, -2, 0 -loganalcohol , -2, 0, -2, 0 -loganalgebra , -2, 0, -2, 0 -loganalgeria , -2, 0, -2, 0 -loganalready , -2, 0, -2, 0 -losereaction , 0, 0, 0, -2 -loserelating , 0, 0, 0, -2 -loserelation , 0, 0, 0, -2 -loserelative , 0, 0, 0, -2 -loserelevant , 0, 0, 0, -2 -losereliable , 0, 0, 0, -2 -losereliance , 0, 0, 0, -2 -losereligion , 0, 0, 0, -2 -loseremedies , 0, 0, 0, -2 -loseremember , 0, 0, 0, -2 -loseremoving , 0, 0, 0, -2 -loseretrieve , 0, 0, 0, -2 -losereynolds , 0, 0, 0, -2 -loserotation , 0, 0, 0, -2 -loseroulette , 0, 0, 0, -2 -lunchelliott , -1, 0, 0, 0 -machinespunk , 0, 0, -3, 0 -macintoshate , 0, 0, 0, -2 -magneticunto , 0, -2, -2, 0 -maldivespunk , 0, 0, -3, 0 -mambonervous , 0, 0, -3, 0 -mamboobesity , 0, 0, -3, 0 -mamboobserve , 0, 0, -3, 0 -mamboobvious , 0, 0, -3, 0 -managerspunk , 0, 0, -3, 0 -marconigraph , -3, -5, 0, 0 -marcoongoing , 0, -5, 0, 0 -marcoontario , 0, -5, 0, 0 -margaretwatt , 0, 0, -3, 0 -marketwatson , 0, 0, -3, 0 -marriottwatt , 0, 0, -3, 0 -masterbatman , 0, 0, -2, 0 -masterbattle , 0, 0, -2, 0 -masturbating , 0, 0, -2, 0 -masturbation , 0, 0, -2, 0 -matchelliott , -1, 0, 0, 0 -mattresspunk , 0, 0, -3, 0 -meanaluminum , -2, 0, -2, 0 -meetingspunk , 0, 0, -3, 0 -memoriespunk , 0, 0, -3, 0 -metallicunto , 0, -2, -2, 0 -mexicoonline , 0, -5, 0, 0 -michelladder , -1, 0, 0, 0 -michelladies , -1, 0, 0, 0 -michellaunch , -1, 0, 0, 0 -michellauren , -1, 0, 0, 0 -michelliable , -1, 0, 0, 0 -michelliquid , -1, 0, 0, 0 -michelliving , -1, 0, 0, 0 -michelluther , -1, 0, 0, 0 -michelluxury , -1, 0, 0, 0 -michiganalex , -2, 0, -2, 0 -michiganalso , -2, 0, -2, 0 -michiganusgs , -2, 0, 0, 0 -michiganusps , -2, 0, 0, 0 -mineralspunk , 0, 0, -3, 0 -minigrateful , -3, -5, 0, 0 -miscuntitled , 0, -2, 0, 0 -modularseven , -2, 0, 0, 0 -molecularsea , -2, 0, 0, 0 -molecularsec , -2, 0, 0, 0 -molecularsee , -2, 0, 0, 0 -molecularsen , -2, 0, 0, 0 -molecularseo , -2, 0, 0, 0 -molecularsep , -2, 0, 0, 0 -molecularseq , -2, 0, 0, 0 -molecularser , -2, 0, 0, 0 -molecularset , -2, 0, 0, 0 -monacoonline , 0, -5, 0, 0 -monitorspunk , 0, 0, -3, 0 -monsterspunk , 0, 0, -3, 0 -monthelliott , -1, 0, 0, 0 -moroccoonion , 0, -5, 0, 0 -motorolabias , 0, 0, -3, 0 -mouthelliott , -1, 0, 0, 0 -naturalspunk , 0, 0, -3, 0 -nazification , 0, -2, 0, 0 -niagarapeace , 0, 0, -3, 0 -northelliott , -1, 0, 0, 0 -ntscuntitled , 0, -2, 0, 0 -numerouspunk , 0, 0, -3, 0 -objectwatson , 0, 0, -3, 0 -oceanalbania , -2, 0, -2, 0 -oceanalcohol , -2, 0, -2, 0 -oceanalgebra , -2, 0, -2, 0 -oceanalgeria , -2, 0, -2, 0 -oceanalready , -2, 0, -2, 0 -oclcuntitled , 0, -2, 0, 0 -officerspunk , 0, 0, -3, 0 -olympusyacht , 0, -2, -2, 0 -olympusyahoo , 0, -2, -2, 0 -olympusyemen , 0, -2, -2, 0 -olympusyield , 0, -2, -2, 0 -olympusyukon , 0, -2, -2, 0 -omnipregnant , 0, 0, -2, 0 -openingspunk , 0, 0, -3, 0 -orchestrapee , 0, 0, -3, 0 -orchestrapen , 0, 0, -3, 0 -orchestrapet , 0, 0, -3, 0 -organicuntil , 0, -2, -2, 0 -ornithomorph , 0, -2, -1, 0 -orthomorphic , 0, -2, -1, 0 -overpregnant , 0, 0, -2, 0 -pacificuntil , 0, -2, -2, 0 -packetwatson , 0, 0, -3, 0 -panalgorithm , -2, 0, -2, 0 -panaluminium , -2, 0, -2, 0 -partnerspunk , 0, 0, -3, 0 -patchelliott , -1, 0, 0, 0 -patientspunk , 0, 0, -3, 0 -patternspunk , 0, 0, -3, 0 -paymentspunk , 0, 0, -3, 0 -pediatriclit , 0, 0, -3, 0 -pediatricrap , -1, 0, 0, 0 -perfectwatch , 0, 0, -3, 0 -perfectwater , 0, 0, -3, 0 -periodickarl , -2, 0, -2, 0 -periodickate , -2, 0, -2, 0 -periodickeen , -2, 0, -2, 0 -periodickeep , -2, 0, -2, 0 -periodickept , -2, 0, -2, 0 -periodickick , -2, 0, -2, 0 -periodickill , -2, 0, -2, 0 -periodickind , -2, 0, -2, 0 -periodicking , -2, 0, -2, 0 -periodickirk , -2, 0, -2, 0 -periodickiss , -2, 0, -2, 0 -periodicknee , -2, 0, -2, 0 -periodicknew , -2, 0, -2, 0 -periodicknit , -2, 0, -2, 0 -periodicknow , -2, 0, -2, 0 -periodickong , -2, 0, -2, 0 -periodickurt , -2, 0, -2, 0 -periodicunto , 0, -2, -2, 0 -perthelliott , -1, 0, 0, 0 -phellandrene , -1, 0, 0, 0 -philopornist , 0, 0, -3, 0 -phoenixrated , 0, 0, -2, 0 -picniccaught , -2, -3, 0, 0 -picniccayman , -2, -3, 0, 0 -pitchelliott , -1, 0, 0, 0 -plannerspunk , 0, 0, -3, 0 -plasticspunk , 0, 0, -3, 0 -plasticuntil , 0, -2, -2, 0 -pocketwatson , 0, 0, -3, 0 -podcastspunk , 0, 0, -3, 0 -polarsegment , -2, 0, 0, 0 -polarsession , -2, 0, 0, 0 -polarseveral , -2, 0, 0, 0 -policiespunk , 0, 0, -3, 0 -politicspunk , 0, 0, -3, 0 -pontiacuntil , 0, -2, -2, 0 -popularseven , -2, 0, 0, 0 -pornarrative , 0, 0, -3, 0 -pornashville , 0, 0, -3, 0 -pornicaragua , 0, 0, -3, 0 -pornological , 0, 0, -3, 0 -pornominated , 0, 0, -3, 0 -postingspunk , 0, 0, -3, 0 -potatoespunk , 0, 0, -3, 0 -preciouspunk , 0, 0, -3, 0 -pregnantness , 0, 0, -2, 0 -premisespunk , 0, 0, -3, 0 -presentspunk , 0, 0, -3, 0 -pretardiness , 0, -2, 0, -2 -previouspunk , 0, 0, -3, 0 -primogenital , 0, 0, -2, 0 -princesspunk , 0, 0, -3, 0 -princestable , 0, 0, -3, 0 -princestolen , 0, 0, -3, 0 -princestuart , 0, 0, -3, 0 -princestylus , 0, 0, -3, 0 -printerspunk , 0, 0, -3, 0 -problemspunk , 0, 0, -3, 0 -procuntitled , 0, -2, 0, 0 -producespunk , 0, 0, -3, 0 -productspunk , 0, 0, -3, 0 -productwatch , 0, 0, -3, 0 -productwater , 0, 0, -3, 0 -progresspunk , 0, 0, -3, 0 -projectspunk , 0, 0, -3, 0 -projectwatch , 0, 0, -3, 0 -projectwater , 0, 0, -3, 0 -promisespunk , 0, 0, -3, 0 -promotespunk , 0, 0, -3, 0 -promptwatson , 0, 0, -3, 0 -prophetwatch , 0, 0, -3, 0 -prophetwater , 0, 0, -3, 0 -prospectwatt , 0, 0, -3, 0 -protectwatch , 0, 0, -3, 0 -protectwater , 0, 0, -3, 0 -provincestab , 0, 0, -3, 0 -provincestag , 0, 0, -3, 0 -provincestan , 0, 0, -3, 0 -provincestap , 0, 0, -3, 0 -provincestar , 0, 0, -3, 0 -provincestat , 0, 0, -3, 0 -provincestax , 0, 0, -3, 0 -provincestay , 0, 0, -3, 0 -provincestba , 0, 0, -3, 0 -provincestcp , 0, 0, -3, 0 -provincestft , 0, 0, -3, 0 -provincestgp , 0, 0, -3, 0 -provincesthe , 0, 0, -3, 0 -provincesthu , 0, 0, -3, 0 -provincesthy , 0, 0, -3, 0 -provincestie , 0, 0, -3, 0 -provincestil , 0, 0, -3, 0 -provincestim , 0, 0, -3, 0 -provincestin , 0, 0, -3, 0 -provincestip , 0, 0, -3, 0 -provincestmp , 0, 0, -3, 0 -provincestub , 0, 0, -3, 0 -provincestud , 0, 0, -3, 0 -provincestue , 0, 0, -3, 0 -provincestvs , 0, 0, -3, 0 -provincestwo , 0, 0, -3, 0 -pubedinburgh , 0, 0, -3, 0 -pubeducation , 0, 0, -3, 0 -pubeducators , 0, 0, -3, 0 -pubefficient , 0, 0, -3, 0 -pubelevation , 0, 0, -3, 0 -pubeliminate , 0, 0, -3, 0 -pubelizabeth , 0, 0, -3, 0 -pubemergency , 0, 0, -3, 0 -pubemotional , 0, 0, -3, 0 -pubempirical , 0, 0, -3, 0 -pubenclosure , 0, 0, -3, 0 -pubencounter , 0, 0, -3, 0 -pubencourage , 0, 0, -3, 0 -pubenhancing , 0, 0, -3, 0 -pubenquiries , 0, 0, -3, 0 -pubequipment , 0, 0, -3, 0 -pubessential , 0, 0, -3, 0 -pubevolution , 0, 0, -3, 0 -pubexcluding , 0, 0, -3, 0 -pubexclusion , 0, 0, -3, 0 -pubexclusive , 0, 0, -3, 0 -punchelliott , -1, 0, 0, 0 -purposespunk , 0, 0, -3, 0 -quarterspunk , 0, 0, -3, 0 -rachelladder , -1, 0, 0, 0 -rachelladies , -1, 0, 0, 0 -rachellaunch , -1, 0, 0, 0 -rachellauren , -1, 0, 0, 0 -rachelleague , -1, 0, 0, 0 -rachelliable , -1, 0, 0, 0 -rachelliquid , -1, 0, 0, 0 -rachelliving , -1, 0, 0, 0 -rachelluther , -1, 0, 0, 0 -rachelluxury , -1, 0, 0, 0 -radarsegment , -2, 0, 0, 0 -radarsession , -2, 0, 0, 0 -radarseveral , -2, 0, 0, 0 -raleighellis , -1, 0, 0, 0 -ralphelliott , -1, 0, 0, 0 -ralphukraine , -2, 0, -2, 0 -ranchelliott , -1, 0, 0, 0 -rapefficient , 0, 0, -3, 0 -rapelevation , 0, 0, -3, 0 -rapeliminate , 0, 0, -3, 0 -rapelizabeth , 0, 0, -3, 0 -rapemergency , 0, 0, -3, 0 -rapemotional , 0, 0, -3, 0 -rapempirical , 0, 0, -3, 0 -rapenclosure , 0, 0, -3, 0 -rapencounter , 0, 0, -3, 0 -rapencourage , 0, 0, -3, 0 -rapenhancing , 0, 0, -3, 0 -rapenquiries , 0, 0, -3, 0 -rapequipment , 0, 0, -3, 0 -rapessential , 0, 0, -3, 0 -rapevolution , 0, 0, -3, 0 -rapexcluding , 0, 0, -3, 0 -rapexclusion , 0, 0, -3, 0 -rapexclusive , 0, 0, -3, 0 -readingspunk , 0, 0, -3, 0 -realisticlit , 0, 0, -3, 0 -realisticrap , -1, 0, 0, 0 -realtorspunk , 0, 0, -3, 0 -receiptwatch , 0, 0, -3, 0 -receiptwater , 0, 0, -3, 0 -receivespunk , 0, 0, -3, 0 -recipenissan , -1, 0, -3, 0 -rectogenital , 0, 0, -2, 0 -reflectspunk , 0, 0, -3, 0 -reflectwatch , 0, 0, -3, 0 -reflectwater , 0, 0, -3, 0 -refugeespunk , 0, 0, -3, 0 -registrarsea , -2, 0, 0, 0 -registrarsec , -2, 0, 0, 0 -registrarsee , -2, 0, 0, 0 -registrarsen , -2, 0, 0, 0 -registrarseo , -2, 0, 0, 0 -registrarsep , -2, 0, 0, 0 -registrarseq , -2, 0, 0, 0 -registrarser , -2, 0, 0, 0 -registrarset , -2, 0, 0, 0 -regularseven , -2, 0, 0, 0 -rejectwatson , 0, 0, -3, 0 -releasespunk , 0, 0, -3, 0 -relieffinger , -2, 0, -2, 0 -remedykelkoo , -2, -2, -2, 0 -requestspunk , 0, 0, -3, 0 -respectwatch , 0, 0, -3, 0 -respectwater , 0, 0, -3, 0 -resultwatson , 0, 0, -3, 0 -reynoldspunk , 0, 0, -3, 0 -richardspunk , 0, 0, -3, 0 -robertwatson , 0, 0, -3, 0 -robustwatson , 0, 0, -3, 0 -rocketwatson , 0, 0, -3, 0 -romanticunto , 0, -2, -2, 0 -roughelliott , -1, 0, 0, 0 -routinespunk , 0, 0, -3, 0 -ryanaluminum , -2, 0, -2, 0 -salariespunk , 0, 0, -3, 0 -sanalgorithm , -2, 0, -2, 0 -sanaluminium , -2, 0, -2, 0 -sarahelliott , -1, 0, 0, 0 -scannerspunk , 0, 0, -3, 0 -sceniccaught , -2, -3, 0, 0 -sceniccayman , -2, -3, 0, 0 -scholarsebay , -2, 0, 0, 0 -scholarseden , -2, 0, 0, 0 -scholarsedge , -2, 0, 0, 0 -scholarsedit , -2, 0, 0, 0 -scholarselse , -2, 0, 0, 0 -scholarsemma , -2, 0, 0, 0 -scholarsespn , -2, 0, 0, 0 -scholarsevil , -2, 0, 0, 0 -scholarsexam , -2, 0, 0, 0 -scholarsexec , -2, 0, 0, 0 -scholarsexit , -2, 0, 0, 0 -scholarspunk , 0, 0, -3, 0 -sciencespunk , 0, 0, -3, 0 -scratchellis , -1, 0, 0, 0 -scriptwatson , 0, 0, -3, 0 -seanaluminum , -2, 0, -2, 0 -searchespunk , 0, 0, -3, 0 -secretwatson , 0, 0, -3, 0 -segmentspunk , 0, 0, -3, 0 -seminarsebay , -2, 0, 0, 0 -seminarseden , -2, 0, 0, 0 -seminarsedge , -2, 0, 0, 0 -seminarsedit , -2, 0, 0, 0 -seminarselse , -2, 0, 0, 0 -seminarsemma , -2, 0, 0, 0 -seminarsespn , -2, 0, 0, 0 -seminarsevil , -2, 0, 0, 0 -seminarsexam , -2, 0, 0, 0 -seminarsexec , -2, 0, 0, 0 -seminarsexit , -2, 0, 0, 0 -seminarspunk , 0, 0, -3, 0 -senatorspunk , 0, 0, -3, 0 -servicespunk , 0, 0, -3, 0 -settingspunk , 0, 0, -3, 0 -seventhellis , -1, 0, 0, 0 -shellcracker , 0, -2, 0, 0 -shopperspunk , 0, 0, -3, 0 -sierrapeople , 0, 0, -3, 0 -sierrapepper , 0, 0, -3, 0 -similarseven , -2, 0, 0, 0 -sincestadium , 0, 0, -3, 0 -sincestomach , 0, 0, -3, 0 -sincestorage , 0, 0, -3, 0 -sincestories , 0, 0, -3, 0 -sincestylish , 0, 0, -3, 0 -singhelliott , -1, 0, 0, 0 -sixthelliott , -1, 0, 0, 0 -smithelliott , -1, 0, 0, 0 -socketwatson , 0, 0, -3, 0 -solarsegment , -2, 0, 0, 0 -solarsession , -2, 0, 0, 0 -solarseveral , -2, 0, 0, 0 -soldierspunk , 0, 0, -3, 0 -soniccausing , -2, -3, 0, 0 -soniccaution , -2, -3, 0, 0 -southelliott , -1, 0, 0, 0 -sovietwatson , 0, 0, -3, 0 -speakerspunk , 0, 0, -3, 0 -specialspunk , 0, 0, -3, 0 -specificunto , 0, -2, -2, 0 -specuntitled , 0, -2, 0, 0 -speechespunk , 0, 0, -3, 0 -sponsorspunk , 0, 0, -3, 0 -squirtwatson , 0, 0, -3, 0 -startupissue , -1, 0, 0, 0 -statutespunk , 0, 0, -3, 0 -steadykelkoo , -2, -2, -2, 0 -stickerspunk , 0, 0, -3, 0 -stomachellis , -1, 0, 0, 0 -straightwatt , 0, 0, -3, 0 -strategiclit , 0, 0, -3, 0 -strategicrap , -1, 0, 0, 0 -streetwatson , 0, 0, -3, 0 -stretchellis , -1, 0, 0, 0 -structwatson , 0, 0, -3, 0 -studentspunk , 0, 0, -3, 0 -subjectspunk , 0, 0, -3, 0 -subjectwatch , 0, 0, -3, 0 -subjectwater , 0, 0, -3, 0 -suggestspunk , 0, 0, -3, 0 -sulpharsenid , -2, 0, 0, 0 -suspectwatch , 0, 0, -3, 0 -suspectwater , 0, 0, -3, 0 -swingerspunk , 0, 0, -3, 0 -switchespunk , 0, 0, -3, 0 -symantecunto , 0, -2, -2, 0 -symptomspunk , 0, 0, -3, 0 -syncuntitled , 0, -2, 0, 0 -synopsispunk , 0, 0, -3, 0 -synopsissync , 0, 0, 0, -1 -syntheticlit , 0, 0, -3, 0 -syntheticrap , -1, 0, 0, 0 -taiwankansas , 0, 0, -3, 0 -taiwankelkoo , 0, 0, -3, 0 -taiwankernel , 0, 0, -3, 0 -taiwankijiji , 0, 0, -3, 0 -taiwankinase , 0, 0, -3, 0 -taiwanknight , 0, 0, -3, 0 -taiwanknives , 0, 0, -3, 0 -taiwankruger , 0, 0, -3, 0 -taiwankuwait , 0, 0, -3, 0 -tanalgorithm , -2, 0, -2, 0 -tanaluminium , -2, 0, -2, 0 -taughtwatson , 0, 0, -3, 0 -teacherspunk , 0, 0, -3, 0 -teethelliott , -1, 0, 0, 0 -thanaluminum , -2, 0, -2, 0 -theaterspunk , 0, 0, -3, 0 -theoriespunk , 0, 0, -3, 0 -therapeutism , 0, 0, -3, 0 -therapeutist , 0, 0, -3, 0 -thesissydney , 0, 0, 0, -1 -thesissymbol , 0, 0, 0, -1 -thesissyntax , 0, 0, 0, -1 -thoughtspunk , 0, 0, -3, 0 -threesomehow , 0, 0, -3, 0 -threesomeone , 0, 0, -3, 0 -throatwatson , 0, 0, -3, 0 -ticketwatson , 0, 0, -3, 0 -tithonometer , 0, 0, -3, 0 -tobaccoonion , 0, -5, 0, 0 -tomatoespunk , 0, 0, -3, 0 -toothelliott , -1, 0, 0, 0 -touchelliott , -1, 0, 0, 0 -toughelliott , -1, 0, 0, 0 -trafficuntil , 0, -2, -2, 0 -tragedykeith , -2, -2, -2, 0 -tragedykelly , -2, -2, -2, 0 -tragedykevin , -2, -2, -2, 0 -trailerspunk , 0, 0, -3, 0 -trainerspunk , 0, 0, -3, 0 -trapezohedra , 0, 0, -3, 0 -trapezophora , 0, 0, -3, 0 -trusteespunk , 0, 0, -3, 0 -tumorontario , 0, 0, 0, -2 -turbonervous , 0, 0, -3, 0 -turboobesity , 0, 0, -3, 0 -turboobserve , 0, 0, -3, 0 -turboobvious , 0, 0, -3, 0 -twatterlight , 0, 0, -3, 0 -unanalyzably , -2, 0, -2, 0 -unretardable , 0, -2, 0, -2 -urinogenital , 0, 0, -2, 0 -vanalgorithm , -2, 0, -2, 0 -vanaluminium , -2, 0, -2, 0 -velvetbreast , 0, 0, -2, 0 -velvetwatson , 0, 0, -3, 0 -vermontwatch , 0, 0, -3, 0 -vermontwater , 0, 0, -3, 0 -veteranspunk , 0, 0, -3, 0 -visitorspunk , 0, 0, -3, 0 -wanalgorithm , -2, 0, -2, 0 -wanaluminium , -2, 0, -2, 0 -warningspunk , 0, 0, -3, 0 -warriorspunk , 0, 0, -3, 0 -watchelliott , -1, 0, 0, 0 -webmasterbat , 0, 0, -2, 0 -weddingspunk , 0, 0, -3, 0 -wellnesspunk , 0, 0, -3, 0 -whichelliott , -1, 0, 0, 0 -whilstwatson , 0, 0, -3, 0 -whoarbitrary , 0, -3, -2, 0 -whoarlington , 0, -3, -2, 0 -whomoccasion , 0, -2, -1, 0 -whomoccupied , 0, -2, -1, 0 -whomoklahoma , 0, -2, -1, 0 -whomolecular , 0, -2, -1, 0 -whomolecules , 0, -2, -1, 0 -whomopponent , 0, -2, -1, 0 -whomopposite , 0, -2, -1, 0 -whomordinary , 0, -2, -1, 0 -whomoriental , 0, -2, -1, 0 -whomoriented , 0, -2, -1, 0 -whomortality , 0, -2, -1, 0 -whomotivated , 0, -2, -1, 0 -widthelliott , -1, 0, 0, 0 -williamspunk , 0, 0, -3, 0 -witchelliott , -1, 0, 0, 0 -worthelliott , -1, 0, 0, 0 -writingspunk , 0, 0, -3, 0 -youthelliott , -1, 0, 0, 0 -zannichellia , -1, 0, 0, 0 -zoloftwatson , 0, 0, -3, 0 -zooxanthella , -1, 0, 0, 0 -academicspunk , 0, 0, -3, 0 -accidentspunk , 0, 0, -3, 0 -accomplishate , 0, 0, 0, -2 -acousticuntil , 0, -2, -2, 0 -activistspunk , 0, 0, -3, 0 -againstwatson , 0, 0, -3, 0 -algebrapeople , 0, 0, -3, 0 -algebrapepper , 0, 0, -3, 0 -alumnigrammar , -3, -5, 0, 0 -alumnigratuit , -3, -5, 0, 0 -alumnigravity , -3, -5, 0, 0 -alumnigriffin , -3, -5, 0, 0 -alumnigrocery , -3, -5, 0, 0 -americanspunk , 0, 0, -3, 0 -amphibichnite , 0, -2, -2, 0 -analauderdale , -2, 0, -2, 0 -analimousines , -2, 0, -2, 0 -anallantoidea , -2, 0, -2, 0 -analuxembourg , -2, 0, -2, 0 -analysability , -2, 0, -2, 0 -analysissyria , 0, 0, 0, -1 -analystwatson , 0, 0, -3, 0 -analyzability , -2, 0, -2, 0 -andorrapeople , 0, 0, -3, 0 -andorrapepper , 0, 0, -3, 0 -announcespunk , 0, 0, -3, 0 -anonymouspunk , 0, 0, -3, 0 -apnicuntitled , 0, -2, 0, 0 -apparatuspunk , 0, 0, -1, 0 -appendixrated , 0, 0, -2, 0 -approachellis , -1, 0, 0, 0 -arabichabitat , 0, -2, -2, 0 -arabichalifax , 0, -2, -2, 0 -arabicharbour , 0, -2, -2, 0 -arabicharvard , 0, -2, -2, 0 -arabicharvest , 0, -2, -2, 0 -arabichobbies , 0, -2, -2, 0 -arabicholiday , 0, -2, -2, 0 -arabicholland , 0, -2, -2, 0 -arabichorizon , 0, -2, -2, 0 -arabichormone , 0, -2, -2, 0 -arabichousing , 0, -2, -2, 0 -arabichouston , 0, -2, -2, 0 -arabichundred , 0, -2, -2, 0 -arabichusband , 0, -2, -2, 0 -architectwatt , 0, 0, -3, 0 -argentinazinc , 0, -2, 0, 0 -argumentspunk , 0, 0, -3, 0 -arseniopleite , -2, 0, 0, 0 -arthritispunk , 0, 0, -3, 0 -artisticuntil , 0, -2, -2, 0 -assaultwatson , 0, 0, -3, 0 -assyriologist , -2, 0, 0, 0 -athleticspunk , 0, 0, -3, 0 -athleticuntil , 0, -2, -2, 0 -atlanticuntil , 0, -2, -2, 0 -attachelliott , -1, 0, 0, 0 -attemptwatson , 0, 0, -3, 0 -attorneyspunk , 0, 0, -3, 0 -authenticunto , 0, -2, -2, 0 -automaticunto , 0, -2, -2, 0 -awarenesspunk , 0, 0, -3, 0 -ballsacrifice , 0, 0, -1, 0 -ballsalvation , 0, 0, -1, 0 -ballsculpture , 0, 0, -1, 0 -ballstability , 0, 0, -1, 0 -ballstainless , 0, 0, -1, 0 -ballsuspended , 0, 0, -1, 0 -ballsustained , 0, 0, -1, 0 -ballswaziland , 0, 0, -1, 0 -bangladeshate , 0, 0, 0, -2 -barbarapeople , 0, 0, -3, 0 -barbarapepper , 0, 0, -3, 0 -barcelonazinc , 0, -2, 0, 0 -basissymantec , 0, 0, 0, -1 -basissympathy , 0, 0, 0, -1 -basissymphony , 0, 0, 0, -1 -basissymptoms , 0, 0, 0, -1 -basissyndrome , 0, 0, 0, -1 -basissynopsis , 0, 0, 0, -1 -basissyracuse , 0, 0, 0, -1 -batteriespunk , 0, 0, -3, 0 -beanalgorithm , -2, 0, -2, 0 -beanaluminium , -2, 0, -2, 0 -beganaluminum , -2, 0, -2, 0 -beginnerspunk , 0, 0, -3, 0 -bennettwatson , 0, 0, -3, 0 -bikinigrammar , -3, -5, 0, 0 -bikinigratuit , -3, -5, 0, 0 -bikinigravity , -3, -5, 0, 0 -bikinigriffin , -3, -5, 0, 0 -bikinigrocery , -3, -5, 0, 0 -bitcharitable , 0, -2, -2, 0 -bitschallenge , 0, -2, -2, 0 -bitschampagne , 0, -2, -2, 0 -bitscheduling , 0, -2, -2, 0 -bitschevrolet , 0, -2, -2, 0 -blanketwatson , 0, 0, -3, 0 -bonerelevance , 0, 0, -3, 0 -bonereligious , 0, 0, -3, 0 -boneremovable , 0, 0, -3, 0 -bonerequiring , 0, 0, -3, 0 -boneretention , 0, 0, -3, 0 -boneretrieval , 0, 0, -3, 0 -bonerochester , 0, 0, -3, 0 -bouquetwatson , 0, 0, -3, 0 -bracketwatson , 0, 0, -3, 0 -brainlessness , 0, 0, 0, -1 -breastfeeding , 0, 0, -2, 0 -breathelliott , -1, 0, 0, 0 -buildingspunk , 0, 0, -3, 0 -buttremendous , -1, 0, 0, 0 -cadillacuntil , 0, -2, -2, 0 -calendarsebay , -2, 0, 0, 0 -calendarseden , -2, 0, 0, 0 -calendarsedge , -2, 0, 0, 0 -calendarsedit , -2, 0, 0, 0 -calendarselse , -2, 0, 0, 0 -calendarsemma , -2, 0, 0, 0 -calendarsespn , -2, 0, 0, 0 -calendarsevil , -2, 0, 0, 0 -calendarsexam , -2, 0, 0, 0 -calendarsexec , -2, 0, 0, 0 -calendarsexit , -2, 0, 0, 0 -calendarspunk , 0, 0, -3, 0 -campaignspunk , 0, 0, -3, 0 -canberrapeace , 0, 0, -3, 0 -catalystwatch , 0, 0, -3, 0 -catalystwater , 0, 0, -3, 0 -catholicuntil , 0, -2, -2, 0 -cedarsemester , -2, 0, 0, 0 -cellularseven , -2, 0, 0, 0 -centuriespunk , 0, 0, -3, 0 -chanalgorithm , -2, 0, -2, 0 -chanaluminium , -2, 0, -2, 0 -chassissydney , 0, 0, 0, -1 -chassissymbol , 0, 0, 0, -1 -chassissyntax , 0, 0, 0, -1 -checkerbreast , 0, 0, -2, 0 -chemicalspunk , 0, 0, -3, 0 -childrenspunk , 0, 0, -3, 0 -chomotivation , 0, -2, -1, 0 -chomozambique , 0, -2, -1, 0 -christinazinc , 0, -2, 0, 0 -chroniccaught , -2, -3, 0, 0 -chroniccayman , -2, -3, 0, 0 -churchelliott , -1, 0, 0, 0 -cingularseven , -2, 0, 0, 0 -circularseven , -2, 0, 0, 0 -circumgenital , 0, 0, -2, 0 -cliniccausing , -2, -3, 0, 0 -cliniccaution , -2, -3, 0, 0 -clitoridotomy , 0, 0, -3, 0 -collarsegment , -2, 0, 0, 0 -collarsession , -2, 0, 0, 0 -collarseveral , -2, 0, 0, 0 -collectwatson , 0, 0, -3, 0 -companiespunk , 0, 0, -3, 0 -computerspunk , 0, 0, -3, 0 -conceptwatson , 0, 0, -3, 0 -concertwatson , 0, 0, -3, 0 -condomalaysia , 0, 0, -2, 0 -condomaldives , 0, 0, -2, 0 -condomcdonald , 0, 0, -2, 0 -condomistress , 0, 0, -2, 0 -condomobility , 0, 0, -2, 0 -condomoisture , 0, 0, -2, 0 -condomortgage , 0, 0, -2, 0 -conductwatson , 0, 0, -3, 0 -conflictspunk , 0, 0, -3, 0 -connectwatson , 0, 0, -3, 0 -consciouspunk , 0, 0, -3, 0 -consensuspunk , 0, 0, -3, 0 -considerspunk , 0, 0, -3, 0 -consultwatson , 0, 0, -3, 0 -consumerspunk , 0, 0, -3, 0 -continuespunk , 0, 0, -3, 0 -contrastwatch , 0, 0, -3, 0 -contrastwater , 0, 0, -3, 0 -convertwatson , 0, 0, -3, 0 -correctwatson , 0, 0, -3, 0 -cosmeticspunk , 0, 0, -3, 0 -cosmeticuntil , 0, -2, -2, 0 -counterflange , 0, 0, -3, 0 -cricketwatson , 0, 0, -3, 0 -cubichorrible , 0, -2, -2, 0 -cubichumidity , 0, -2, -2, 0 -cubicuntitled , 0, -2, 0, 0 -cumshotwatson , 0, 0, -3, 0 -cumulostratus , 0, 0, -3, 0 -custodykelkoo , -2, -2, -2, 0 -customerspunk , 0, 0, -3, 0 -damnabilities , -1, 0, 0, 0 -damnification , -1, 0, 0, 0 -damnomination , -1, 0, 0, 0 -dangerouspunk , 0, 0, -3, 0 -daughterspunk , 0, 0, -3, 0 -daygovernance , 0, -3, 0, 0 -daygovernment , 0, -3, 0, 0 -deanalgorithm , -2, 0, -2, 0 -deanaluminium , -2, 0, -2, 0 -debtchallenge , 0, -2, -2, 0 -debtchampagne , 0, -2, -2, 0 -debtchevrolet , 0, -2, -2, 0 -deliciouspunk , 0, 0, -3, 0 -democraticlit , 0, 0, -3, 0 -democraticrap , -1, 0, 0, 0 -describespunk , 0, 0, -3, 0 -designerspunk , 0, 0, -3, 0 -diagnosispunk , 0, 0, -3, 0 -diagnosissync , 0, 0, 0, -1 -diagnosticlit , 0, 0, -3, 0 -diagnosticrap , -1, 0, 0, 0 -directorspunk , 0, 0, -3, 0 -discussespunk , 0, 0, -3, 0 -distancespunk , 0, 0, -3, 0 -distinctwatch , 0, 0, -3, 0 -distinctwater , 0, 0, -3, 0 -districtspunk , 0, 0, -3, 0 -documentspunk , 0, 0, -3, 0 -dollarsedward , -2, 0, 0, 0 -dollarseffect , -2, 0, 0, 0 -dollarseffort , -2, 0, 0, 0 -dollarsegment , -2, 0, 0, 0 -dollarseither , -2, 0, 0, 0 -dollarseleven , -2, 0, 0, 0 -dollarsempire , -2, 0, 0, 0 -dollarsemploy , -2, 0, 0, 0 -dollarsescape , -2, 0, 0, 0 -dollarsescort , -2, 0, 0, 0 -dollarsession , -2, 0, 0, 0 -dollarseugene , -2, 0, 0, 0 -dollarsexceed , -2, 0, 0, 0 -dollarsexcept , -2, 0, 0, 0 -dollarsexcess , -2, 0, 0, 0 -dollarsexcuse , -2, 0, 0, 0 -dollarsexempt , -2, 0, 0, 0 -dollarsexotic , -2, 0, 0, 0 -domesticuntil , 0, -2, -2, 0 -doubtchampion , 0, -2, -2, 0 -doubtchrysler , 0, -2, -2, 0 -dramaticuntil , 0, -2, -2, 0 -earsedinburgh , -2, 0, 0, 0 -earseducation , -2, 0, 0, 0 -earseducators , -2, 0, 0, 0 -earsefficient , -2, 0, 0, 0 -earselevation , -2, 0, 0, 0 -earseliminate , -2, 0, 0, 0 -earselizabeth , -2, 0, 0, 0 -earsemergency , -2, 0, 0, 0 -earsemotional , -2, 0, 0, 0 -earsempirical , -2, 0, 0, 0 -earsessential , -2, 0, 0, 0 -earsevolution , -2, 0, 0, 0 -earsexcluding , -2, 0, 0, 0 -earsexclusion , -2, 0, 0, 0 -earsexclusive , -2, 0, 0, 0 -economicspunk , 0, 0, -3, 0 -economiespunk , 0, 0, -3, 0 -educatorspunk , 0, 0, -3, 0 -electricuntil , 0, -2, -2, 0 -electroniccab , -2, -3, 0, 0 -electroniccad , -2, -3, 0, 0 -electroniccal , -2, -3, 0, 0 -electroniccam , -2, -3, 0, 0 -electroniccan , -2, -3, 0, 0 -electroniccap , -2, -3, 0, 0 -electroniccar , -2, -3, 0, 0 -electroniccas , -2, -3, 0, 0 -electroniccat , -2, -3, 0, 0 -electroniclit , 0, 0, -3, 0 -electronicrap , -1, 0, 0, 0 -elliottwatson , 0, 0, -3, 0 -emphasissyria , 0, 0, 0, -1 -employeespunk , 0, 0, -3, 0 -employerspunk , 0, 0, -3, 0 -engineerspunk , 0, 0, -3, 0 -enoughelliott , -1, 0, 0, 0 -enquiriespunk , 0, 0, -3, 0 -estimatespunk , 0, 0, -3, 0 -ethniccausing , -2, -3, 0, 0 -ethniccaution , -2, -3, 0, 0 -europeanalbum , -2, 0, -2, 0 -europeanalert , -2, 0, -2, 0 -europeanalpha , -2, 0, -2, 0 -europeanusing , -2, 0, 0, 0 -europeanusual , -2, 0, 0, 0 -excerptwatson , 0, 0, -3, 0 -exercisespunk , 0, 0, -3, 0 -exhaustwatson , 0, 0, -3, 0 -familiarseven , -2, 0, 0, 0 -fantasticunto , 0, -2, -2, 0 -favoritespunk , 0, 0, -3, 0 -festivalspunk , 0, 0, -3, 0 -fisheriespunk , 0, 0, -3, 0 -forecastspunk , 0, 0, -3, 0 -foursomething , 0, 0, -3, 0 -foursometimes , 0, 0, -3, 0 -foursomewhere , 0, 0, -3, 0 -fourthelliott , -1, 0, 0, 0 -frankfurtwatt , 0, 0, -3, 0 -frenchelliott , -1, 0, 0, 0 -galleriespunk , 0, 0, -3, 0 -gastrogenital , 0, 0, -2, 0 -genesissydney , 0, 0, 0, -1 -genesissymbol , 0, 0, 0, -1 -genesissyntax , 0, 0, 0, -1 -ghettoization , 0, -2, 0, 0 -gilbertwatson , 0, 0, -3, 0 -gnudepartment , 0, 0, -3, 0 -gnudeployment , 0, 0, -3, 0 -gnudepression , 0, 0, -3, 0 -graduatespunk , 0, 0, -3, 0 -greetingspunk , 0, 0, -3, 0 -growthelliott , -1, 0, 0, 0 -habitatwatson , 0, 0, -3, 0 -handheldspunk , 0, 0, -3, 0 -happinesspunk , 0, 0, -1, 0 -hatefficiency , 0, 0, 0, -2 -hatencryption , 0, 0, 0, -2 -hatenrollment , 0, 0, 0, -2 -hatequivalent , 0, 0, 0, -2 -hatespecially , 0, 0, 0, -2 -hatexcitement , 0, 0, 0, -2 -hazardouspunk , 0, 0, -3, 0 -healthelliott , -1, 0, 0, 0 -helleboraster , -1, 0, 0, 0 -heteroclitous , 0, 0, -3, 0 -hewlettwatson , 0, 0, -3, 0 -historicuntil , 0, -2, -2, 0 -holocaustwatt , 0, 0, -3, 0 -homoarecoline , 0, -2, -1, 0 -homocategoric , 0, -2, -1, 0 -homochromatic , 0, -2, -1, 0 -homoeoblastic , 0, -2, -1, 0 -homoeokinesis , 0, -2, -1, 0 -homoeoplastic , 0, -2, -1, 0 -homogangliate , 0, -2, -1, 0 -homopiperonyl , 0, -2, -1, 0 -homoscedastic , 0, -2, -1, 0 -homoveratrole , 0, -2, -1, 0 -hospitalspunk , 0, 0, -3, 0 -hydraulicunto , 0, -2, -2, 0 -idahoarkansas , 0, -3, -2, 0 -idahomobility , 0, -2, -1, 0 -idahomoisture , 0, -2, -1, 0 -idahomortgage , 0, -2, -1, 0 -idiothalamous , 0, 0, 0, -1 -incestimation , 0, 0, -3, 0 -incidentspunk , 0, 0, -3, 0 -increasespunk , 0, 0, -3, 0 -indicatespunk , 0, 0, -3, 0 -inquiriespunk , 0, 0, -3, 0 -instancespunk , 0, 0, -3, 0 -interestspunk , 0, 0, -3, 0 -intervalspunk , 0, 0, -3, 0 -intrapetiolar , 0, 0, -3, 0 -investorspunk , 0, 0, -3, 0 -isaacuntitled , 0, -2, 0, 0 -jackassembled , 0, 0, 0, -1 -jackassociate , 0, 0, 0, -1 -jackassurance , 0, 0, 0, -1 -jaguarsegment , -2, 0, 0, 0 -jaguarsession , -2, 0, 0, 0 -jaguarseveral , -2, 0, 0, 0 -jeanalgorithm , -2, 0, -2, 0 -jeanaluminium , -2, 0, -2, 0 -joanalgorithm , -2, 0, -2, 0 -joanaluminium , -2, 0, -2, 0 -josephelliott , -1, 0, 0, 0 -josephukraine , -2, 0, -2, 0 -juanalgorithm , -2, 0, -2, 0 -juanaluminium , -2, 0, -2, 0 -kennedykelkoo , -2, -2, -2, 0 -koreanalbania , -2, 0, -2, 0 -koreanalcohol , -2, 0, -2, 0 -koreanalgebra , -2, 0, -2, 0 -koreanalgeria , -2, 0, -2, 0 -koreanalready , -2, 0, -2, 0 -launchelliott , -1, 0, 0, 0 -leanalgorithm , -2, 0, -2, 0 -leanaluminium , -2, 0, -2, 0 -lengthelliott , -1, 0, 0, 0 -levitrapeople , 0, 0, -3, 0 -levitrapepper , 0, 0, -3, 0 -librariespunk , 0, 0, -3, 0 -loanalgorithm , -2, 0, -2, 0 -loanaluminium , -2, 0, -2, 0 -loganaluminum , -2, 0, -2, 0 -logicuntitled , 0, -2, 0, 0 -logisticspunk , 0, 0, -3, 0 -loserelevance , 0, 0, 0, -2 -losereligious , 0, 0, 0, -2 -loseremovable , 0, 0, 0, -2 -loserequiring , 0, 0, 0, -2 -loseretention , 0, 0, 0, -2 -loseretrieval , 0, 0, 0, -2 -loserochester , 0, 0, 0, -2 -lyricuntitled , 0, -2, 0, 0 -magazinespunk , 0, 0, -3, 0 -magicuntitled , 0, -2, 0, 0 -magneticuntil , 0, -2, -2, 0 -margaretwatch , 0, 0, -3, 0 -margaretwater , 0, 0, -3, 0 -mariahelliott , -1, 0, 0, 0 -marriottwatch , 0, 0, -3, 0 -marriottwater , 0, 0, -3, 0 -masterbattery , 0, 0, -2, 0 -materialspunk , 0, 0, -3, 0 -mauritiuspunk , 0, 0, -3, 0 -meanalgorithm , -2, 0, -2, 0 -meanaluminium , -2, 0, -2, 0 -mechanicspunk , 0, 0, -3, 0 -medicinespunk , 0, 0, -3, 0 -menudedicated , 0, 0, -3, 0 -menudeparture , 0, 0, -3, 0 -menudetermine , 0, 0, -3, 0 -merchantspunk , 0, 0, -3, 0 -metallicuntil , 0, -2, -2, 0 -mexicoongoing , 0, -5, 0, 0 -mexicoontario , 0, -5, 0, 0 -michellaundry , -1, 0, 0, 0 -michellicence , -1, 0, 0, 0 -michellicense , -1, 0, 0, 0 -michellicking , -1, 0, 0, 0 -michellincoln , -1, 0, 0, 0 -michellindsay , -1, 0, 0, 0 -michelluggage , -1, 0, 0, 0 -michiganalbum , -2, 0, -2, 0 -michiganalert , -2, 0, -2, 0 -michiganalpha , -2, 0, -2, 0 -michiganusing , -2, 0, 0, 0 -michiganusual , -2, 0, 0, 0 -ministerspunk , 0, 0, -3, 0 -modularselect , -2, 0, 0, 0 -modularsevere , -2, 0, 0, 0 -modularsewing , -2, 0, 0, 0 -molecularsega , -2, 0, 0, 0 -molecularself , -2, 0, 0, 0 -molecularsell , -2, 0, 0, 0 -molecularsemi , -2, 0, 0, 0 -monacoongoing , 0, -5, 0, 0 -monacoontario , 0, -5, 0, 0 -moroccoonline , 0, -5, 0, 0 -movementspunk , 0, 0, -3, 0 -munichelliott , -1, 0, 0, 0 -musicianspunk , 0, 0, -3, 0 -musselcracker , 0, -2, 0, 0 -neighborspunk , 0, 0, -3, 0 -niagarapeople , 0, 0, -3, 0 -niagarapepper , 0, 0, -3, 0 -nigrification , -5, -8, 0, 0 -nigritudinous , -5, -8, 0, 0 -oasissymantec , 0, 0, 0, -1 -oasissympathy , 0, 0, 0, -1 -oasissymphony , 0, 0, 0, -1 -oasissymptoms , 0, 0, 0, -1 -oasissyndrome , 0, 0, 0, -1 -oasissynopsis , 0, 0, 0, -1 -oasissyracuse , 0, 0, 0, -1 -oceanaluminum , -2, 0, -2, 0 -officialspunk , 0, 0, -3, 0 -olympusyamaha , 0, -2, -2, 0 -olympusyellow , 0, -2, -2, 0 -operatorspunk , 0, 0, -3, 0 -opponentspunk , 0, 0, -3, 0 -orchestrapeak , 0, 0, -3, 0 -orchestrapeas , 0, 0, -3, 0 -ourselvespunk , 0, 0, -3, 0 -paintingspunk , 0, 0, -3, 0 -panicuntitled , 0, -2, 0, 0 -particularsea , -2, 0, 0, 0 -particularsec , -2, 0, 0, 0 -particularsee , -2, 0, 0, 0 -particularsen , -2, 0, 0, 0 -particularseo , -2, 0, 0, 0 -particularsep , -2, 0, 0, 0 -particularseq , -2, 0, 0, 0 -particularser , -2, 0, 0, 0 -particularset , -2, 0, 0, 0 -pediatricunto , 0, -2, -2, 0 -peninsulabias , 0, 0, -3, 0 -perfectwatson , 0, 0, -3, 0 -periodickaren , -2, 0, -2, 0 -periodickarma , -2, 0, -2, 0 -periodickathy , -2, 0, -2, 0 -periodickatie , -2, 0, -2, 0 -periodickeith , -2, 0, -2, 0 -periodickelly , -2, 0, -2, 0 -periodickevin , -2, 0, -2, 0 -periodicklein , -2, 0, -2, 0 -periodicknife , -2, 0, -2, 0 -periodicknock , -2, 0, -2, 0 -periodickodak , -2, 0, -2, 0 -periodickorea , -2, 0, -2, 0 -periodicuntil , 0, -2, -2, 0 -personalspunk , 0, 0, -3, 0 -photosynthate , 0, 0, 0, -2 -picniccausing , -2, -3, 0, 0 -picniccaution , -2, -3, 0, 0 -pittsburghate , 0, 0, 0, -2 -plaintiffrick , -1, 0, 0, 0 -polarsemester , -2, 0, 0, 0 -polyphoniccab , -2, -3, 0, 0 -polyphoniccad , -2, -3, 0, 0 -polyphoniccal , -2, -3, 0, 0 -polyphoniccam , -2, -3, 0, 0 -polyphoniccan , -2, -3, 0, 0 -polyphoniccap , -2, -3, 0, 0 -polyphoniccar , -2, -3, 0, 0 -polyphoniccas , -2, -3, 0, 0 -polyphoniccat , -2, -3, 0, 0 -polyphoniclit , 0, 0, -3, 0 -polyphonicrap , -1, 0, 0, 0 -popularselect , -2, 0, 0, 0 -popularsevere , -2, 0, 0, 0 -popularsewing , -2, 0, 0, 0 -pornomination , 0, 0, -3, 0 -portuguesemen , 0, 0, -3, 0 -practicespunk , 0, 0, -3, 0 -prickmedainty , -2, 0, 0, -1 -princestadium , 0, 0, -3, 0 -princestomach , 0, 0, -3, 0 -princestorage , 0, 0, -3, 0 -princestories , 0, 0, -3, 0 -princestylish , 0, 0, -3, 0 -prisonerspunk , 0, 0, -3, 0 -processespunk , 0, 0, -3, 0 -producerspunk , 0, 0, -3, 0 -productwatson , 0, 0, -3, 0 -projectwatson , 0, 0, -3, 0 -prophetwatson , 0, 0, -3, 0 -proposalspunk , 0, 0, -3, 0 -prospectspunk , 0, 0, -3, 0 -prospectwatch , 0, 0, -3, 0 -prospectwater , 0, 0, -3, 0 -protectwatson , 0, 0, -3, 0 -protocolspunk , 0, 0, -3, 0 -providerspunk , 0, 0, -3, 0 -provincespunk , 0, 0, -3, 0 -provincestack , 0, 0, -3, 0 -provincestaff , 0, 0, -3, 0 -provincestail , 0, 0, -3, 0 -provincestake , 0, 0, -3, 0 -provincestale , 0, 0, -3, 0 -provincestalk , 0, 0, -3, 0 -provincestall , 0, 0, -3, 0 -provincestamp , 0, 0, -3, 0 -provincestask , 0, 0, -3, 0 -provincesthai , 0, 0, -3, 0 -provincesthan , 0, 0, -3, 0 -provincesthat , 0, 0, -3, 0 -provincesthin , 0, 0, -3, 0 -provincesthis , 0, 0, -3, 0 -provincesthou , 0, 0, -3, 0 -provincesthru , 0, 0, -3, 0 -provincestick , 0, 0, -3, 0 -provincestide , 0, 0, -3, 0 -provincestion , 0, 0, -3, 0 -provincestire , 0, 0, -3, 0 -provincestuck , 0, 0, -3, 0 -provincestuff , 0, 0, -3, 0 -provincestune , 0, 0, -3, 0 -provincesturn , 0, 0, -3, 0 -provincestwin , 0, 0, -3, 0 -provincestyle , 0, 0, -3, 0 -provincestype , 0, 0, -3, 0 -psychomorphic , 0, -2, -1, 0 -pubefficiency , 0, 0, -3, 0 -pubencryption , 0, 0, -3, 0 -pubenrollment , 0, 0, -3, 0 -pubequivalent , 0, 0, -3, 0 -pubespecially , 0, 0, -3, 0 -pubexcitement , 0, 0, -3, 0 -purchasespunk , 0, 0, -3, 0 -rachellaundry , -1, 0, 0, 0 -rachelleasing , -1, 0, 0, 0 -rachelleather , -1, 0, 0, 0 -rachelleaving , -1, 0, 0, 0 -rachellebanon , -1, 0, 0, 0 -rachellecture , -1, 0, 0, 0 -rachelleisure , -1, 0, 0, 0 -rachellevitra , -1, 0, 0, 0 -rachellexmark , -1, 0, 0, 0 -rachellicence , -1, 0, 0, 0 -rachellicense , -1, 0, 0, 0 -rachellicking , -1, 0, 0, 0 -rachellincoln , -1, 0, 0, 0 -rachellindsay , -1, 0, 0, 0 -rachelluggage , -1, 0, 0, 0 -radarsemester , -2, 0, 0, 0 -rapefficiency , 0, 0, -3, 0 -rapencryption , 0, 0, -3, 0 -rapenrollment , 0, 0, -3, 0 -rapequivalent , 0, 0, -3, 0 -rapespecially , 0, 0, -3, 0 -rapexcitement , 0, 0, -3, 0 -realisticunto , 0, -2, -2, 0 -receiptwatson , 0, 0, -3, 0 -receiverspunk , 0, 0, -3, 0 -receptorspunk , 0, 0, -3, 0 -referralspunk , 0, 0, -3, 0 -reflectwatson , 0, 0, -3, 0 -registrarsega , -2, 0, 0, 0 -registrarself , -2, 0, 0, 0 -registrarsell , -2, 0, 0, 0 -registrarsemi , -2, 0, 0, 0 -regularselect , -2, 0, 0, 0 -regularsevere , -2, 0, 0, 0 -regularsewing , -2, 0, 0, 0 -relativespunk , 0, 0, -3, 0 -religiouspunk , 0, 0, -3, 0 -reporterspunk , 0, 0, -3, 0 -residentspunk , 0, 0, -3, 0 -respectwatson , 0, 0, -3, 0 -responsespunk , 0, 0, -3, 0 -retailerspunk , 0, 0, -3, 0 -romanticuntil , 0, -2, -2, 0 -roommatespunk , 0, 0, -3, 0 -ryanalgorithm , -2, 0, -2, 0 -ryanaluminium , -2, 0, -2, 0 -sandwichellis , -1, 0, 0, 0 -savannahellis , -1, 0, 0, 0 -scenariospunk , 0, 0, -3, 0 -sceniccausing , -2, -3, 0, 0 -sceniccaution , -2, -3, 0, 0 -scholarsebony , -2, 0, 0, 0 -scholarsebook , -2, 0, 0, 0 -scholarseddie , -2, 0, 0, 0 -scholarsedgar , -2, 0, 0, 0 -scholarsegypt , -2, 0, 0, 0 -scholarseight , -2, 0, 0, 0 -scholarselder , -2, 0, 0, 0 -scholarselect , -2, 0, 0, 0 -scholarselite , -2, 0, 0, 0 -scholarselvis , -2, 0, 0, 0 -scholarsemacs , -2, 0, 0, 0 -scholarsemail , -2, 0, 0, 0 -scholarsempty , -2, 0, 0, 0 -scholarsessay , -2, 0, 0, 0 -scholarsessex , -2, 0, 0, 0 -scholarsewing , -2, 0, 0, 0 -scholarsexact , -2, 0, 0, 0 -scholarsexcel , -2, 0, 0, 0 -scholarsexist , -2, 0, 0, 0 -scientificlit , 0, 0, -3, 0 -scientificrap , -1, 0, 0, 0 -seanalgorithm , -2, 0, -2, 0 -seanaluminium , -2, 0, -2, 0 -seminarsebony , -2, 0, 0, 0 -seminarsebook , -2, 0, 0, 0 -seminarseddie , -2, 0, 0, 0 -seminarsedgar , -2, 0, 0, 0 -seminarsegypt , -2, 0, 0, 0 -seminarseight , -2, 0, 0, 0 -seminarselder , -2, 0, 0, 0 -seminarselect , -2, 0, 0, 0 -seminarselite , -2, 0, 0, 0 -seminarselvis , -2, 0, 0, 0 -seminarsemacs , -2, 0, 0, 0 -seminarsemail , -2, 0, 0, 0 -seminarsempty , -2, 0, 0, 0 -seminarsessay , -2, 0, 0, 0 -seminarsessex , -2, 0, 0, 0 -seminarsewing , -2, 0, 0, 0 -seminarsexact , -2, 0, 0, 0 -seminarsexcel , -2, 0, 0, 0 -seminarsexist , -2, 0, 0, 0 -sentencespunk , 0, 0, -3, 0 -sequencespunk , 0, 0, -3, 0 -shipmentspunk , 0, 0, -3, 0 -shopzillabias , 0, 0, -3, 0 -similarselect , -2, 0, 0, 0 -similarsevere , -2, 0, 0, 0 -similarsewing , -2, 0, 0, 0 -sincestunning , 0, 0, -3, 0 -skillyourself , 0, -2, 0, -3 -smoothelliott , -1, 0, 0, 0 -solarsemester , -2, 0, 0, 0 -sonicuntitled , 0, -2, 0, 0 -specificspunk , 0, 0, -3, 0 -specificuntil , 0, -2, -2, 0 -specifiespunk , 0, 0, -3, 0 -specklebreast , 0, 0, -2, 0 -speechelliott , -1, 0, 0, 0 -standardspunk , 0, 0, -3, 0 -standingspunk , 0, 0, -3, 0 -straightwatch , 0, 0, -3, 0 -straightwater , 0, 0, -3, 0 -strategicunto , 0, -2, -2, 0 -strengthellis , -1, 0, 0, 0 -strengthspunk , 0, 0, -3, 0 -subjectwatson , 0, 0, -3, 0 -summariespunk , 0, 0, -3, 0 -supplierspunk , 0, 0, -1, 0 -survivorspunk , 0, 0, -3, 0 -suspectwatson , 0, 0, -3, 0 -symantecuntil , 0, -2, -2, 0 -synopsissyria , 0, 0, 0, -1 -syntheticunto , 0, -2, -2, 0 -systematiclit , 0, 0, -3, 0 -systematicrap , -1, 0, 0, 0 -taiwankaraoke , 0, 0, -3, 0 -taiwankatrina , 0, 0, -3, 0 -terminalspunk , 0, 0, -3, 0 -tetrapetalous , 0, 0, -3, 0 -thanalgorithm , -2, 0, -2, 0 -thanaluminium , -2, 0, -2, 0 -thesauruspunk , 0, 0, -3, 0 -thicknesspunk , 0, 0, -3, 0 -thoughelliott , -1, 0, 0, 0 -thousandspunk , 0, 0, -3, 0 -threesomebody , 0, 0, -3, 0 -threesomerset , 0, 0, -3, 0 -threesomewhat , 0, 0, -3, 0 -tobaccoonline , 0, -5, 0, 0 -toxicuntitled , 0, -2, 0, 0 -tragedykelkoo , -2, -2, -2, 0 -transferspunk , 0, 0, -3, 0 -trapezohedron , 0, 0, -3, 0 -trapezophoron , 0, 0, -3, 0 -travelerspunk , 0, 0, -3, 0 -tutorialspunk , 0, 0, -3, 0 -vacanciespunk , 0, 0, -3, 0 -venezuelabias , 0, 0, -3, 0 -vermontwatson , 0, 0, -3, 0 -vibratorspunk , 0, 0, -2, 0 -vietnamesemen , 0, 0, -3, 0 -wealthelliott , -1, 0, 0, 0 -whomorchestra , 0, -2, -1, 0 -whomordinance , 0, -2, -1, 0 -whomotivation , 0, -2, -1, 0 -whomozambique , 0, -2, -1, 0 -witnessespunk , 0, 0, -3, 0 -worldsexrated , 0, 0, -2, 0 -adiposogenital , 0, 0, -2, 0 -affiliatespunk , 0, 0, -3, 0 -afterwardspunk , 0, 0, -3, 0 -agreementspunk , 0, 0, -3, 0 -algorithmspunk , 0, 0, -3, 0 -alumnigrateful , -3, -5, 0, 0 -amendmentspunk , 0, 0, -3, 0 -analiabilities , -2, 0, -2, 0 -analysissydney , 0, 0, 0, -1 -analysissymbol , 0, 0, 0, -1 -analysissyntax , 0, 0, 0, -1 -apartmentspunk , 0, 0, -3, 0 -appliancespunk , 0, 0, -1, 0 -applicantspunk , 0, 0, -1, 0 -approachespunk , 0, 0, -1, 0 -arabichorrible , 0, -2, -2, 0 -arabichumidity , 0, -2, -2, 0 -arabicuntitled , 0, -2, 0, 0 -architectspunk , 0, 0, -3, 0 -architectwatch , 0, 0, -3, 0 -architectwater , 0, 0, -3, 0 -arcticuntitled , 0, -2, 0, 0 -arsenferratose , -2, 0, 0, 0 -associatespunk , 0, 0, -3, 0 -assyriological , -2, 0, 0, 0 -attributespunk , 0, 0, -3, 0 -authenticuntil , 0, -2, -2, 0 -automaticuntil , 0, -2, -2, 0 -ballsacramento , 0, 0, -1, 0 -ballscheduling , 0, 0, -1, 0 -ballsufficient , 0, 0, -1, 0 -ballsuspension , 0, 0, -1, 0 -basissymposium , 0, 0, 0, -1 -basissyndicate , 0, 0, 0, -1 -basissynthesis , 0, 0, 0, -1 -basissynthetic , 0, 0, 0, -1 -beganalgorithm , -2, 0, -2, 0 -beganaluminium , -2, 0, -2, 0 -beneathelliott , -1, 0, 0, 0 -bikinigrateful , -3, -5, 0, 0 -bitchallenging , 0, -2, -2, 0 -bitcholesterol , 0, -2, -2, 0 -bonerelocation , 0, 0, -3, 0 -boneretirement , 0, 0, -3, 0 -boundariespunk , 0, 0, -3, 0 -braunschweiger , 0, 0, -1, 0 -businessespunk , 0, 0, -3, 0 -buttgenbachite , -1, 0, 0, 0 -calendarsebony , -2, 0, 0, 0 -calendarsebook , -2, 0, 0, 0 -calendarseddie , -2, 0, 0, 0 -calendarsedgar , -2, 0, 0, 0 -calendarsegypt , -2, 0, 0, 0 -calendarseight , -2, 0, 0, 0 -calendarselder , -2, 0, 0, 0 -calendarselect , -2, 0, 0, 0 -calendarselite , -2, 0, 0, 0 -calendarselvis , -2, 0, 0, 0 -calendarsemacs , -2, 0, 0, 0 -calendarsemail , -2, 0, 0, 0 -calendarsempty , -2, 0, 0, 0 -calendarsessay , -2, 0, 0, 0 -calendarsessex , -2, 0, 0, 0 -calendarsewing , -2, 0, 0, 0 -calendarsexact , -2, 0, 0, 0 -calendarsexcel , -2, 0, 0, 0 -calendarsexist , -2, 0, 0, 0 -canberrapeople , 0, 0, -3, 0 -canberrapepper , 0, 0, -3, 0 -cartridgespunk , 0, 0, -3, 0 -catalystwatson , 0, 0, -3, 0 -categoriespunk , 0, 0, -3, 0 -cellularselect , -2, 0, 0, 0 -cellularsevere , -2, 0, 0, 0 -cellularsewing , -2, 0, 0, 0 -celticuntitled , 0, -2, 0, 0 -challengespunk , 0, 0, -3, 0 -characterspunk , 0, 0, -3, 0 -choarbitration , 0, -3, -2, 0 -christianspunk , 0, 0, -3, 0 -chroniccausing , -2, -3, 0, 0 -chroniccaution , -2, -3, 0, 0 -cigarettespunk , 0, 0, -3, 0 -cingularselect , -2, 0, 0, 0 -cingularsevere , -2, 0, 0, 0 -cingularsewing , -2, 0, 0, 0 -circularselect , -2, 0, 0, 0 -circularsevere , -2, 0, 0, 0 -circularsewing , -2, 0, 0, 0 -clinicuntitled , 0, -2, 0, 0 -clitoridectomy , 0, 0, -3, 0 -cockadoodledoo , -2, 0, -2, 0 -collarsemester , -2, 0, 0, 0 -colleaguespunk , 0, 0, -3, 0 -collectorspunk , 0, 0, -3, 0 -columnistspunk , 0, 0, -3, 0 -committeespunk , 0, 0, -3, 0 -complaintspunk , 0, 0, -3, 0 -componentspunk , 0, 0, -3, 0 -condomauritius , 0, 0, -2, 0 -condomigration , 0, 0, -2, 0 -condomolecular , 0, 0, -2, 0 -condomolecules , 0, 0, -2, 0 -condomortality , 0, 0, -2, 0 -condomotivated , 0, 0, -2, 0 -condomunicipal , 0, 0, -2, 0 -connectorspunk , 0, 0, -3, 0 -containerspunk , 0, 0, -3, 0 -continuouspunk , 0, 0, -3, 0 -contrastwatson , 0, 0, -3, 0 -cpusyndication , 0, -2, -2, 0 -crackerberries , 0, -2, 0, 0 -crisissymantec , 0, 0, 0, -1 -crisissympathy , 0, 0, 0, -1 -crisissymphony , 0, 0, 0, -1 -crisissymptoms , 0, 0, 0, -1 -crisissyndrome , 0, 0, 0, -1 -crisissynopsis , 0, 0, 0, -1 -crisissyracuse , 0, 0, 0, -1 -cubichappiness , 0, -2, 0, 0 -cubichierarchy , 0, -2, -2, 0 -cubicholocaust , 0, -2, -2, 0 -cubichurricane , 0, -2, -2, 0 -currenciespunk , 0, 0, -3, 0 -damnegotiation , -1, 0, 0, 0 -danalbuquerque , -2, 0, -2, 0 -deborahelliott , -1, 0, 0, 0 -democraticunto , 0, -2, -2, 0 -deutschelliott , -1, 0, 0, 0 -developerspunk , 0, 0, -3, 0 -diagnosissyria , 0, 0, 0, -1 -diagnosticunto , 0, -2, -2, 0 -distinctwatson , 0, 0, -3, 0 -dollarselegant , -2, 0, 0, 0 -dollarselement , -2, 0, 0, 0 -dollarsembassy , -2, 0, 0, 0 -dollarsemerald , -2, 0, 0, 0 -dollarsemester , -2, 0, 0, 0 -dollarsemperor , -2, 0, 0, 0 -dollarsessence , -2, 0, 0, 0 -dollarsevident , -2, 0, 0, 0 -dollarsexcerpt , -2, 0, 0, 0 -dollarsexcited , -2, 0, 0, 0 -dollarsexclude , -2, 0, 0, 0 -dollarsexhaust , -2, 0, 0, 0 -dollarsexhibit , -2, 0, 0, 0 -doubtchallenge , 0, -2, -2, 0 -doubtchampagne , 0, -2, -2, 0 -doubtchevrolet , 0, -2, -2, 0 -earsefficiency , -2, 0, 0, 0 -earsespecially , -2, 0, 0, 0 -earsexcitement , -2, 0, 0, 0 -edinburghellis , -1, 0, 0, 0 -editorialspunk , 0, 0, -3, 0 -electroniccafe , -2, -3, 0, 0 -electroniccage , -2, -3, 0, 0 -electroniccake , -2, -3, 0, 0 -electroniccave , -2, -3, 0, 0 -electronicunto , 0, -2, -2, 0 -emphasissydney , 0, 0, 0, -1 -emphasissymbol , 0, 0, 0, -1 -emphasissyntax , 0, 0, 0, -1 -envelopenissan , -1, 0, -3, 0 -eroticuntitled , 0, -2, 0, 0 -essentialspunk , 0, 0, -3, 0 -ethnicuntitled , 0, -2, 0, 0 -europeanalbany , -2, 0, -2, 0 -europeanalbert , -2, 0, -2, 0 -europeanalfred , -2, 0, -2, 0 -europeanalmost , -2, 0, -2, 0 -europeanalpine , -2, 0, -2, 0 -europeanalumni , -2, 0, -2, 0 -europeanalways , -2, 0, -2, 0 -executivespunk , 0, 0, -3, 0 -exoticuntitled , 0, -2, 0, 0 -expoopposition , -1, 0, 0, 0 -fabricuntitled , 0, -2, 0, 0 -familiarselect , -2, 0, 0, 0 -familiarsevere , -2, 0, 0, 0 -familiarsewing , -2, 0, 0, 0 -fantasticuntil , 0, -2, -2, 0 -favouritespunk , 0, 0, -3, 0 -fbichallenging , 0, -2, -2, 0 -fibreastrology , 0, 0, -2, 0 -fibreastronomy , 0, 0, -2, 0 -fragrancespunk , 0, 0, -3, 0 -frankfurtwatch , 0, 0, -3, 0 -frankfurtwater , 0, 0, -3, 0 -gangbangladesh , 0, -3, 0, 0 -garlicuntitled , 0, -2, 0, 0 -generatorspunk , 0, 0, -3, 0 -gnudetermining , 0, 0, -3, 0 -gothicuntitled , 0, -2, 0, 0 -guaranteespunk , 0, 0, -3, 0 -hatencouraging , 0, 0, 0, -2 -hatenforcement , 0, 0, 0, -2 -hatenvironment , 0, 0, 0, -2 -hatequilibrium , 0, 0, 0, -2 -helladotherium , -1, 0, 0, 0 -helleboraceous , -1, 0, 0, 0 -holocaustwatch , 0, 0, -3, 0 -holocaustwater , 0, 0, -3, 0 -homochromatism , 0, -2, -1, 0 -homochromosome , 0, -2, -1, 0 -homoeochronous , 0, -2, -1, 0 -homoeophyllous , 0, -2, -1, 0 -homotransplant , 0, -2, -1, 0 -hornyugoslavia , 0, 0, -3, 0 -hydraulicuntil , 0, -2, -2, 0 -ianalbuquerque , -2, 0, -2, 0 -idahoarbitrary , 0, -3, -2, 0 -idahoarlington , 0, -3, -2, 0 -idahomolecular , 0, -2, -1, 0 -idahomolecules , 0, -2, -1, 0 -idahomortality , 0, -2, -1, 0 -idahomotivated , 0, -2, -1, 0 -identifiespunk , 0, 0, -3, 0 -incentivespunk , 0, 0, -3, 0 -indicatorspunk , 0, 0, -3, 0 -indigenouspunk , 0, 0, -3, 0 -infectiouspunk , 0, 0, -3, 0 -influencespunk , 0, 0, -3, 0 -institutespunk , 0, 0, -3, 0 -introducespunk , 0, 0, -3, 0 -italicuntitled , 0, -2, 0, 0 -jackassumption , 0, 0, 0, -1 -jaguarsemester , -2, 0, 0, 0 -janalbuquerque , -2, 0, -2, 0 -kennethelliott , -1, 0, 0, 0 -koreanaluminum , -2, 0, -2, 0 -labiatiflorous , 0, 0, -3, 0 -lanalbuquerque , -2, 0, -2, 0 -landscapespunk , 0, 0, -3, 0 -limousinespunk , 0, 0, -3, 0 -loganalgorithm , -2, 0, -2, 0 -loganaluminium , -2, 0, -2, 0 -loserelocation , 0, 0, 0, -2 -loseretirement , 0, 0, 0, -2 -lymphomonocyte , 0, -2, -1, 0 -margaretwatson , 0, 0, -3, 0 -marriottwatson , 0, 0, -3, 0 -menudepartment , 0, 0, -3, 0 -menudeployment , 0, 0, -3, 0 -menudepression , 0, 0, -3, 0 -merchandisemen , 0, 0, -3, 0 -metricuntitled , 0, -2, 0, 0 -michiganalbany , -2, 0, -2, 0 -michiganalbert , -2, 0, -2, 0 -michiganalfred , -2, 0, -2, 0 -michiganalmost , -2, 0, -2, 0 -michiganalpine , -2, 0, -2, 0 -michiganalumni , -2, 0, -2, 0 -michiganalways , -2, 0, -2, 0 -mississippissl , -1, 0, 0, 0 -moderatorspunk , 0, 0, -3, 0 -modularsegment , -2, 0, 0, 0 -modularsession , -2, 0, 0, 0 -modularseveral , -2, 0, 0, 0 -molecularseven , -2, 0, 0, 0 -moroccoongoing , 0, -5, 0, 0 -moroccoontario , 0, -5, 0, 0 -mysteriouspunk , 0, 0, -3, 0 -oasissymposium , 0, 0, 0, -1 -oasissyndicate , 0, 0, 0, -1 -oasissynthesis , 0, 0, 0, -1 -oasissynthetic , 0, 0, 0, -1 -obituariespunk , 0, 0, -3, 0 -objectivespunk , 0, 0, -3, 0 -oceanalgorithm , -2, 0, -2, 0 -oceanaluminium , -2, 0, -2, 0 -orchestrapeace , 0, 0, -3, 0 -orthomolecular , 0, -2, -1, 0 -panalbuquerque , -2, 0, -2, 0 -paperbackspunk , 0, 0, -3, 0 -particularsega , -2, 0, 0, 0 -particularself , -2, 0, 0, 0 -particularsell , -2, 0, 0, 0 -particularsemi , -2, 0, 0, 0 -passengerspunk , 0, 0, -3, 0 -pediatricuntil , 0, -2, -2, 0 -periodickansas , -2, 0, -2, 0 -periodickelkoo , -2, 0, -2, 0 -periodickijiji , -2, 0, -2, 0 -periodickinase , -2, 0, -2, 0 -periodicknight , 0, 0, -2, 0 -periodicknives , -2, 0, -2, 0 -periodickruger , -2, 0, -2, 0 -periodickuwait , -2, 0, -2, 0 -pharmaciespunk , 0, 0, -3, 0 -physicianspunk , 0, 0, -3, 0 -picnicuntitled , 0, -2, 0, 0 -pieceofgarbage , 0, 0, 0, 1 -polyphoniccafe , -2, -3, 0, 0 -polyphoniccage , -2, -3, 0, 0 -polyphoniccake , -2, -3, 0, 0 -polyphoniccave , -2, -3, 0, 0 -polyphonicunto , 0, -2, -2, 0 -popularsegment , -2, 0, 0, 0 -popularsession , -2, 0, 0, 0 -popularseveral , -2, 0, 0, 0 -pornegotiation , 0, 0, -3, 0 -princestunning , 0, 0, -3, 0 -privilegespunk , 0, 0, -3, 0 -processorspunk , 0, 0, -3, 0 -programmespunk , 0, 0, -3, 0 -projectorspunk , 0, 0, -3, 0 -prospectwatson , 0, 0, -3, 0 -provincestahoe , 0, 0, -3, 0 -provincestamil , 0, 0, -3, 0 -provincestaste , 0, 0, -3, 0 -provincesthick , 0, 0, -3, 0 -provincesthird , 0, 0, -3, 0 -provincesthong , 0, 0, -3, 0 -provincesthose , 0, 0, -3, 0 -provincesthree , 0, 0, -3, 0 -provincesthrow , 0, 0, -3, 0 -provincestiger , 0, 0, -3, 0 -provincestight , 0, 0, -3, 0 -provincestuart , 0, 0, -3, 0 -provincestulsa , 0, 0, -3, 0 -provincestumor , 0, 0, -3, 0 -provincesturbo , 0, 0, -3, 0 -provincestwice , 0, 0, -3, 0 -provincestwiki , 0, 0, -3, 0 -provincestwist , 0, 0, -3, 0 -provincestylus , 0, 0, -3, 0 -prozacuntitled , 0, -2, 0, 0 -pseudopregnant , 0, 0, -2, 0 -psychomorphism , 0, -2, -1, 0 -psychomotility , 0, -2, -1, 0 -pubeligibility , 0, 0, -3, 0 -pubelimination , 0, 0, -3, 0 -pubencouraging , 0, 0, -3, 0 -pubenforcement , 0, 0, -3, 0 -pubenvironment , 0, 0, -3, 0 -pubequilibrium , 0, 0, -3, 0 -publicuntitled , 0, -2, 0, 0 -publisherspunk , 0, 0, -3, 0 -quebecuntitled , 0, -2, 0, 0 -raleighelliott , -1, 0, 0, 0 -rapeligibility , 0, 0, -3, 0 -rapelimination , 0, 0, -3, 0 -rapencouraging , 0, 0, -3, 0 -rapenforcement , 0, 0, -3, 0 -rapenvironment , 0, 0, -3, 0 -rapequilibrium , 0, 0, -3, 0 -realisticuntil , 0, -2, -2, 0 -recipientspunk , 0, 0, -3, 0 -recordingspunk , 0, 0, -3, 0 -referencespunk , 0, 0, -3, 0 -registrarseven , -2, 0, 0, 0 -regularsegment , -2, 0, 0, 0 -regularsession , -2, 0, 0, 0 -regularseveral , -2, 0, 0, 0 -sanalbuquerque , -2, 0, -2, 0 -scenicuntitled , 0, -2, 0, 0 -scholarsedward , -2, 0, 0, 0 -scholarseffect , -2, 0, 0, 0 -scholarseffort , -2, 0, 0, 0 -scholarsegment , -2, 0, 0, 0 -scholarseither , -2, 0, 0, 0 -scholarseleven , -2, 0, 0, 0 -scholarsempire , -2, 0, 0, 0 -scholarsemploy , -2, 0, 0, 0 -scholarsescape , -2, 0, 0, 0 -scholarsescort , -2, 0, 0, 0 -scholarsession , -2, 0, 0, 0 -scholarseugene , -2, 0, 0, 0 -scholarsexceed , -2, 0, 0, 0 -scholarsexcept , -2, 0, 0, 0 -scholarsexcess , -2, 0, 0, 0 -scholarsexcuse , -2, 0, 0, 0 -scholarsexempt , -2, 0, 0, 0 -scholarsexotic , -2, 0, 0, 0 -scientificunto , 0, -2, -2, 0 -scientistspunk , 0, 0, -3, 0 -scratchelliott , -1, 0, 0, 0 -seminarsedward , -2, 0, 0, 0 -seminarseffect , -2, 0, 0, 0 -seminarseffort , -2, 0, 0, 0 -seminarsegment , -2, 0, 0, 0 -seminarseither , -2, 0, 0, 0 -seminarseleven , -2, 0, 0, 0 -seminarsempire , -2, 0, 0, 0 -seminarsemploy , -2, 0, 0, 0 -seminarsescape , -2, 0, 0, 0 -seminarsescort , -2, 0, 0, 0 -seminarsession , -2, 0, 0, 0 -seminarseugene , -2, 0, 0, 0 -seminarsexceed , -2, 0, 0, 0 -seminarsexcept , -2, 0, 0, 0 -seminarsexcess , -2, 0, 0, 0 -seminarsexcuse , -2, 0, 0, 0 -seminarsexempt , -2, 0, 0, 0 -seminarsexotic , -2, 0, 0, 0 -seventhelliott , -1, 0, 0, 0 -similarsegment , -2, 0, 0, 0 -similarsession , -2, 0, 0, 0 -similarseveral , -2, 0, 0, 0 -sincestability , 0, 0, -3, 0 -sincestainless , 0, 0, -3, 0 -spectacularsea , -2, 0, 0, 0 -spectacularsec , -2, 0, 0, 0 -spectacularsee , -2, 0, 0, 0 -spectacularsen , -2, 0, 0, 0 -spectacularseo , -2, 0, 0, 0 -spectacularsep , -2, 0, 0, 0 -spectacularseq , -2, 0, 0, 0 -spectacularser , -2, 0, 0, 0 -spectacularset , -2, 0, 0, 0 -statementspunk , 0, 0, -3, 0 -staticuntitled , 0, -2, 0, 0 -statisticspunk , 0, 0, -3, 0 -stomachelliott , -1, 0, 0, 0 -straightwatson , 0, 0, -3, 0 -strategicuntil , 0, -2, -2, 0 -strategiespunk , 0, 0, -3, 0 -stretchelliott , -1, 0, 0, 0 -substancespunk , 0, 0, -3, 0 -suckmysterious , 0, 0, -3, 0 -supporterspunk , 0, 0, -3, 0 -synopsissydney , 0, 0, 0, -1 -synopsissymbol , 0, 0, 0, -1 -synopsissyntax , 0, 0, 0, -1 -syntheticuntil , 0, -2, -2, 0 -systematicunto , 0, -2, -2, 0 -tanalbuquerque , -2, 0, -2, 0 -techniquespunk , 0, 0, -3, 0 -terroristspunk , 0, 0, -3, 0 -themselvespunk , 0, 0, -3, 0 -therapeuticlit , 0, 0, -3, 0 -therapeuticrap , -1, 0, 0, 0 -thesissymantec , 0, 0, 0, -1 -thesissympathy , 0, 0, 0, -1 -thesissymphony , 0, 0, 0, -1 -thesissymptoms , 0, 0, 0, -1 -thesissyndrome , 0, 0, 0, -1 -thesissynopsis , 0, 0, 0, -1 -thesissyracuse , 0, 0, 0, -1 -threesomething , 0, 0, -3, 0 -threesometimes , 0, 0, -3, 0 -threesomewhere , 0, 0, -3, 0 -thumbzillabias , 0, 0, -3, 0 -tithonographic , 0, 0, -3, 0 -tobaccoongoing , 0, -5, 0, 0 -tobaccoontario , 0, -5, 0, 0 -trackbackspunk , 0, 0, -3, 0 -transpenisular , -1, 0, -3, 0 -treatmentspunk , 0, 0, -3, 0 -tremendouspunk , 0, 0, -3, 0 -ureterogenital , 0, 0, -2, 0 -urethrogenital , 0, 0, -2, 0 -vanalbuquerque , -2, 0, -2, 0 -volunteerspunk , 0, 0, -3, 0 -wanalbuquerque , -2, 0, -2, 0 -whoarbitration , 0, -3, -2, 0 -whomobituaries , 0, -2, -1, 0 -whomobligation , 0, -2, -1, 0 -whomoccupation , 0, -2, -1, 0 -whomopposition , 0, -2, -1, 0 -wildernesspunk , 0, 0, -3, 0 -abdominogenital , 0, 0, -2, 0 -accessoriespunk , 0, 0, -3, 0 -acrylicuntitled , 0, -2, 0, 0 -adjustmentspunk , 0, 0, -3, 0 -advertiserspunk , 0, 0, -3, 0 -antiejaculation , 0, 0, -2, 0 -approachelliott , -1, 0, 0, 0 -aquaticuntitled , 0, -2, 0, 0 -arabichappiness , 0, -2, 0, 0 -arabichierarchy , 0, -2, -2, 0 -arabicholocaust , 0, -2, -2, 0 -arabichurricane , 0, -2, -2, 0 -architectwatson , 0, 0, -3, 0 -arseniosiderite , -2, 0, 0, 0 -assessmentspunk , 0, 0, -3, 0 -assignmentspunk , 0, 0, -3, 0 -attachmentspunk , 0, 0, -3, 0 -ballsustainable , 0, 0, -1, 0 -ballswitzerland , 0, 0, -1, 0 -beanalbuquerque , -2, 0, -2, 0 -biographiespunk , 0, 0, -3, 0 -bitschallenging , 0, -2, -2, 0 -bloodyugoslavia , -2, 0, 0, 0 -bonereliability , 0, 0, -3, 0 -bonerenaissance , 0, 0, -3, 0 -calculatorspunk , 0, 0, -3, 0 -calendarsedward , -2, 0, 0, 0 -calendarseffect , -2, 0, 0, 0 -calendarseffort , -2, 0, 0, 0 -calendarsegment , -2, 0, 0, 0 -calendarseither , -2, 0, 0, 0 -calendarseleven , -2, 0, 0, 0 -calendarsempire , -2, 0, 0, 0 -calendarsemploy , -2, 0, 0, 0 -calendarsescape , -2, 0, 0, 0 -calendarsescort , -2, 0, 0, 0 -calendarsession , -2, 0, 0, 0 -calendarseugene , -2, 0, 0, 0 -calendarsexceed , -2, 0, 0, 0 -calendarsexcept , -2, 0, 0, 0 -calendarsexcess , -2, 0, 0, 0 -calendarsexcuse , -2, 0, 0, 0 -calendarsexempt , -2, 0, 0, 0 -calendarsexotic , -2, 0, 0, 0 -cardiacuntitled , 0, -2, 0, 0 -cellularsegment , -2, 0, 0, 0 -cellularsession , -2, 0, 0, 0 -cellularseveral , -2, 0, 0, 0 -chanalbuquerque , -2, 0, -2, 0 -chassissymantec , 0, 0, 0, -1 -chassissympathy , 0, 0, 0, -1 -chassissymphony , 0, 0, 0, -1 -chassissymptoms , 0, 0, 0, -1 -chassissyndrome , 0, 0, 0, -1 -chassissynopsis , 0, 0, 0, -1 -chassissyracuse , 0, 0, 0, -1 -chronicuntitled , 0, -2, 0, 0 -cingularsegment , -2, 0, 0, 0 -cingularsession , -2, 0, 0, 0 -cingularseveral , -2, 0, 0, 0 -circularsegment , -2, 0, 0, 0 -circularsession , -2, 0, 0, 0 -circularseveral , -2, 0, 0, 0 -comboobituaries , 0, 0, -3, 0 -comboobligation , 0, 0, -3, 0 -commitmentspunk , 0, 0, -3, 0 -competitorspunk , 0, 0, -3, 0 -condomotivation , 0, 0, -2, 0 -condomozambique , 0, 0, -2, 0 -conferencespunk , 0, 0, -3, 0 -constitutespunk , 0, 0, -3, 0 -constraintspunk , 0, 0, -3, 0 -consultantspunk , 0, 0, -3, 0 -controllerspunk , 0, 0, -3, 0 -coordinatespunk , 0, 0, -3, 0 -crisissymposium , 0, 0, 0, -1 -crisissyndicate , 0, 0, 0, -1 -crisissynthesis , 0, 0, 0, -1 -crisissynthetic , 0, 0, 0, -1 -cubicharassment , 0, -2, -2, 0 -deanalbuquerque , -2, 0, -2, 0 -debtchallenging , 0, -2, -2, 0 -democraticuntil , 0, -2, -2, 0 -departmentspunk , 0, 0, -3, 0 -diagnosissydney , 0, 0, 0, -1 -diagnosissymbol , 0, 0, 0, -1 -diagnosissyntax , 0, 0, 0, -1 -diagnosticuntil , 0, -2, -2, 0 -differencespunk , 0, 0, -3, 0 -directoriespunk , 0, 0, -3, 0 -disclaimerspunk , 0, 0, -3, 0 -dollarsedmonton , -2, 0, 0, 0 -dollarseducated , -2, 0, 0, 0 -dollarselephant , -2, 0, 0, 0 -dollarseligible , -2, 0, 0, 0 -dollarsembedded , -2, 0, 0, 0 -dollarsemerging , -2, 0, 0, 0 -dollarsemotions , -2, 0, 0, 0 -dollarsemphasis , -2, 0, 0, 0 -dollarsevidence , -2, 0, 0, 0 -dollarsexchange , -2, 0, 0, 0 -dollarsexciting , -2, 0, 0, 0 -dollarsexercise , -2, 0, 0, 0 -earseligibility , -2, 0, 0, 0 -earselimination , -2, 0, 0, 0 -electroniccache , -2, -3, 0, 0 -electroniccause , -2, -3, 0, 0 -electronicspunk , 0, 0, -3, 0 -electronicuntil , 0, -2, -2, 0 -enterprisespunk , 0, 0, -3, 0 -europeanalbania , -2, 0, -2, 0 -europeanalcohol , -2, 0, -2, 0 -europeanalgebra , -2, 0, -2, 0 -europeanalgeria , -2, 0, -2, 0 -europeanalready , -2, 0, -2, 0 -experiencespunk , 0, 0, -3, 0 -experimentspunk , 0, 0, -3, 0 -expoopportunity , -1, 0, 0, 0 -familiarsegment , -2, 0, 0, 0 -familiarsession , -2, 0, 0, 0 -familiarseveral , -2, 0, 0, 0 -frankfurtwatson , 0, 0, -3, 0 -frequenciespunk , 0, 0, -3, 0 -furnishingspunk , 0, 0, -3, 0 -genesissymantec , 0, 0, 0, -1 -genesissympathy , 0, 0, 0, -1 -genesissymphony , 0, 0, 0, -1 -genesissymptoms , 0, 0, 0, -1 -genesissyndrome , 0, 0, 0, -1 -genesissynopsis , 0, 0, 0, -1 -genesissyracuse , 0, 0, 0, -1 -geneticuntitled , 0, -2, 0, 0 -governmentspunk , 0, 0, -3, 0 -graphicuntitled , 0, -2, 0, 0 -hatencyclopedia , 0, 0, 0, -2 -holocaustwatson , 0, 0, -3, 0 -homochlamydeous , 0, -2, -1, 0 -homoeochromatic , 0, -2, -1, 0 -idahomotivation , 0, -2, -1, 0 -idahomozambique , 0, -2, -1, 0 -individualspunk , 0, 0, -3, 0 -ingredientspunk , 0, 0, -3, 0 -initiativespunk , 0, 0, -3, 0 -instructorspunk , 0, 0, -3, 0 -instrumentspunk , 0, 0, -3, 0 -investmentspunk , 0, 0, -3, 0 -jackassociation , 0, 0, 0, -1 -jeanalbuquerque , -2, 0, -2, 0 -joanalbuquerque , -2, 0, -2, 0 -juanalbuquerque , -2, 0, -2, 0 -koreanalgorithm , -2, 0, -2, 0 -koreanaluminium , -2, 0, -2, 0 -leanalbuquerque , -2, 0, -2, 0 -loanalbuquerque , -2, 0, -2, 0 -losereliability , 0, 0, 0, -2 -loserenaissance , 0, 0, 0, -2 -mamboobituaries , 0, 0, -3, 0 -mamboobligation , 0, 0, -3, 0 -masterbatteries , 0, 0, -2, 0 -mathematicspunk , 0, 0, -3, 0 -meanalbuquerque , -2, 0, -2, 0 -menudetermining , 0, 0, -3, 0 -michellafayette , -1, 0, 0, 0 -michelliability , -1, 0, 0, 0 -michellicensing , -1, 0, 0, 0 -michiganalbania , -2, 0, -2, 0 -michiganalcohol , -2, 0, -2, 0 -michiganalgebra , -2, 0, -2, 0 -michiganalgeria , -2, 0, -2, 0 -michiganalready , -2, 0, -2, 0 -minneapolispunk , 0, 0, -3, 0 -modularsemester , -2, 0, 0, 0 -molecularselect , -2, 0, 0, 0 -molecularsevere , -2, 0, 0, 0 -molecularsewing , -2, 0, 0, 0 -orchestrapeople , 0, 0, -3, 0 -orchestrapepper , 0, 0, -3, 0 -organicuntitled , 0, -2, 0, 0 -pacificuntitled , 0, -2, 0, 0 -particularseven , -2, 0, 0, 0 -pathomorphology , 0, -2, -1, 0 -periodickaraoke , -2, 0, -2, 0 -periodickatrina , -2, 0, -2, 0 -peripheralspunk , 0, 0, -3, 0 -philippinespunk , 0, 0, -1, 0 -phosphomolybdic , 0, -2, -1, 0 -pittsburghellis , -1, 0, 0, 0 -plasticuntitled , 0, -2, 0, 0 -politicianspunk , 0, 0, -3, 0 -polyphoniccache , -2, -3, 0, 0 -polyphoniccause , -2, -3, 0, 0 -polyphonicuntil , 0, -2, -2, 0 -pontiacuntitled , 0, -2, 0, 0 -popularsemester , -2, 0, 0, 0 -princestability , 0, 0, -3, 0 -princestainless , 0, 0, -3, 0 -proceedingspunk , 0, 0, -3, 0 -programmerspunk , 0, 0, -3, 0 -provincestadium , 0, 0, -3, 0 -provincestaiwan , 0, 0, -3, 0 -provincestaking , 0, 0, -3, 0 -provincestaught , 0, 0, -3, 0 -provincesthirty , 0, 0, -3, 0 -provincesthomas , 0, 0, -3, 0 -provincesthread , 0, 0, -3, 0 -provincesthreat , 0, 0, -3, 0 -provincesthroat , 0, 0, -3, 0 -provincestissue , 0, 0, -3, 0 -provincestitten , 0, 0, -3, 0 -provincestucson , 0, 0, -3, 0 -provincestuning , 0, 0, -3, 0 -provincestunnel , 0, 0, -3, 0 -provincesturkey , 0, 0, -3, 0 -provincesturtle , 0, 0, -3, 0 -provincestwelve , 0, 0, -3, 0 -provincestwenty , 0, 0, -3, 0 -provincestylish , 0, 0, -3, 0 -provincestyping , 0, 0, -3, 0 -pubencyclopedia , 0, 0, -3, 0 -rachellafayette , -1, 0, 0, 0 -rachellexington , -1, 0, 0, 0 -rachelliability , -1, 0, 0, 0 -rachellicensing , -1, 0, 0, 0 -rapencyclopedia , 0, 0, -3, 0 -registrarselect , -2, 0, 0, 0 -registrarsevere , -2, 0, 0, 0 -registrarsewing , -2, 0, 0, 0 -regularsemester , -2, 0, 0, 0 -republicanspunk , 0, 0, -3, 0 -researcherspunk , 0, 0, -3, 0 -respondentspunk , 0, 0, -3, 0 -restaurantspunk , 0, 0, -3, 0 -ryanalbuquerque , -2, 0, -2, 0 -sandwichelliott , -1, 0, 0, 0 -saskatchewankai , 0, 0, -3, 0 -saskatchewankay , 0, 0, -3, 0 -saskatchewankde , 0, 0, -3, 0 -saskatchewanken , 0, 0, -3, 0 -saskatchewankey , 0, 0, -3, 0 -saskatchewankid , 0, 0, -3, 0 -saskatchewankim , 0, 0, -3, 0 -saskatchewankit , 0, 0, -3, 0 -savannahelliott , -1, 0, 0, 0 -scholarselegant , -2, 0, 0, 0 -scholarselement , -2, 0, 0, 0 -scholarsembassy , -2, 0, 0, 0 -scholarsemerald , -2, 0, 0, 0 -scholarsemester , -2, 0, 0, 0 -scholarsemperor , -2, 0, 0, 0 -scholarsessence , -2, 0, 0, 0 -scholarsevident , -2, 0, 0, 0 -scholarsexcerpt , -2, 0, 0, 0 -scholarsexcited , -2, 0, 0, 0 -scholarsexclude , -2, 0, 0, 0 -scholarsexhaust , -2, 0, 0, 0 -scholarsexhibit , -2, 0, 0, 0 -scientificuntil , 0, -2, -2, 0 -seanalbuquerque , -2, 0, -2, 0 -secretariatwatt , 0, 0, -3, 0 -seminarselegant , -2, 0, 0, 0 -seminarselement , -2, 0, 0, 0 -seminarsembassy , -2, 0, 0, 0 -seminarsemerald , -2, 0, 0, 0 -seminarsemester , -2, 0, 0, 0 -seminarsemperor , -2, 0, 0, 0 -seminarsessence , -2, 0, 0, 0 -seminarsevident , -2, 0, 0, 0 -seminarsexcerpt , -2, 0, 0, 0 -seminarsexcited , -2, 0, 0, 0 -seminarsexclude , -2, 0, 0, 0 -seminarsexhaust , -2, 0, 0, 0 -seminarsexhibit , -2, 0, 0, 0 -sesquitertianal , -2, 0, -2, 0 -similarsemester , -2, 0, 0, 0 -spectacularsega , -2, 0, 0, 0 -spectacularself , -2, 0, 0, 0 -spectacularsell , -2, 0, 0, 0 -spectacularsemi , -2, 0, 0, 0 -strengthelliott , -1, 0, 0, 0 -subscriberspunk , 0, 0, -3, 0 -supervisorspunk , 0, 0, -3, 0 -supplementspunk , 0, 0, -1, 0 -systematicuntil , 0, -2, -2, 0 -territoriespunk , 0, 0, -3, 0 -thanalbuquerque , -2, 0, -2, 0 -therapeuticunto , 0, -2, -2, 0 -thesissymposium , 0, 0, 0, -1 -thesissyndicate , 0, 0, 0, -1 -thesissynthesis , 0, 0, 0, -1 -thesissynthetic , 0, 0, 0, -1 -tournamentspunk , 0, 0, -3, 0 -trafficuntitled , 0, -2, 0, 0 -turboobituaries , 0, 0, -3, 0 -turboobligation , 0, 0, -3, 0 -verzeichnispunk , 0, 0, -3, 0 -whomobservation , 0, -2, -1, 0 -whomopportunity , 0, -2, -1, 0 -whomorientation , 0, -2, -1, 0 -achievementspunk , 0, 0, -3, 0 -acousticuntitled , 0, -2, 0, 0 -alternativespunk , 0, 0, -3, 0 -analysissymantec , 0, 0, 0, -1 -analysissympathy , 0, 0, 0, -1 -analysissymphony , 0, 0, 0, -1 -analysissymptoms , 0, 0, 0, -1 -analysissyndrome , 0, 0, 0, -1 -analysissynopsis , 0, 0, 0, -1 -analysissyracuse , 0, 0, 0, -1 -appointmentspunk , 0, 0, -3, 0 -arabicharassment , 0, -2, -2, 0 -arrangementspunk , 0, 0, -3, 0 -artisticuntitled , 0, -2, 0, 0 -athleticuntitled , 0, -2, 0, 0 -atlanticuntitled , 0, -2, 0, 0 -basissyndication , 0, 0, 0, -1 -beganalbuquerque , -2, 0, -2, 0 -cadillacuntitled , 0, -2, 0, 0 -calendarselegant , -2, 0, 0, 0 -calendarselement , -2, 0, 0, 0 -calendarsembassy , -2, 0, 0, 0 -calendarsemerald , -2, 0, 0, 0 -calendarsemester , -2, 0, 0, 0 -calendarsemperor , -2, 0, 0, 0 -calendarsessence , -2, 0, 0, 0 -calendarsevident , -2, 0, 0, 0 -calendarsexcerpt , -2, 0, 0, 0 -calendarsexcited , -2, 0, 0, 0 -calendarsexclude , -2, 0, 0, 0 -calendarsexhaust , -2, 0, 0, 0 -calendarsexhibit , -2, 0, 0, 0 -campusyugoslavia , 0, -2, -2, 0 -catholicuntitled , 0, -2, 0, 0 -cellularsemester , -2, 0, 0, 0 -certificatespunk , 0, 0, -3, 0 -chassissymposium , 0, 0, 0, -1 -chassissyndicate , 0, 0, 0, -1 -chassissynthesis , 0, 0, 0, -1 -chassissynthetic , 0, 0, 0, -1 -cingularsemester , -2, 0, 0, 0 -circularsemester , -2, 0, 0, 0 -clitoridectomies , 0, 0, -3, 0 -comboobservation , 0, 0, -3, 0 -condomalpractice , 0, 0, -2, 0 -contributorspunk , 0, 0, -3, 0 -corpusyugoslavia , 0, -2, -2, 0 -cosmeticuntitled , 0, -2, 0, 0 -developmentspunk , 0, 0, -3, 0 -dictionariespunk , 0, 0, -3, 0 -distributorspunk , 0, 0, -3, 0 -dollarsedinburgh , -2, 0, 0, 0 -dollarseducation , -2, 0, 0, 0 -dollarseducators , -2, 0, 0, 0 -dollarsefficient , -2, 0, 0, 0 -dollarselevation , -2, 0, 0, 0 -dollarseliminate , -2, 0, 0, 0 -dollarselizabeth , -2, 0, 0, 0 -dollarsemergency , -2, 0, 0, 0 -dollarsemotional , -2, 0, 0, 0 -dollarsempirical , -2, 0, 0, 0 -dollarsessential , -2, 0, 0, 0 -dollarsevolution , -2, 0, 0, 0 -dollarsexcluding , -2, 0, 0, 0 -dollarsexclusion , -2, 0, 0, 0 -dollarsexclusive , -2, 0, 0, 0 -domesticuntitled , 0, -2, 0, 0 -doubtchallenging , 0, -2, -2, 0 -dramaticuntitled , 0, -2, 0, 0 -edinburghelliott , -1, 0, 0, 0 -electricuntitled , 0, -2, 0, 0 -electroniccaught , -2, -3, 0, 0 -electroniccayman , -2, -3, 0, 0 -emphasissymantec , 0, 0, 0, -1 -emphasissympathy , 0, 0, 0, -1 -emphasissymphony , 0, 0, 0, -1 -emphasissymptoms , 0, 0, 0, -1 -emphasissyndrome , 0, 0, 0, -1 -emphasissynopsis , 0, 0, 0, -1 -emphasissyracuse , 0, 0, 0, -1 -enhancementspunk , 0, 0, -3, 0 -environmentspunk , 0, 0, -3, 0 -europeanaluminum , -2, 0, -2, 0 -familiarsemester , -2, 0, 0, 0 -fundamentalspunk , 0, 0, -3, 0 -genesissymposium , 0, 0, 0, -1 -genesissyndicate , 0, 0, 0, -1 -genesissynthesis , 0, 0, 0, -1 -genesissynthetic , 0, 0, 0, -1 -gnudetermination , 0, 0, -3, 0 -historicuntitled , 0, -2, 0, 0 -homoanisaldehyde , 0, -2, -1, 0 -homofermentative , 0, -2, -1, 0 -idahoarbitration , 0, -3, -2, 0 -improvementspunk , 0, 0, -3, 0 -indianapolispunk , 0, 0, -3, 0 -jackassification , 0, 0, 0, -1 -laboratoriespunk , 0, 0, -3, 0 -loganalbuquerque , -2, 0, -2, 0 -magneticuntitled , 0, -2, 0, 0 -mamboobservation , 0, 0, -3, 0 -measurementspunk , 0, 0, -3, 0 -mediterraneanala , -2, 0, -2, 0 -mediterraneanali , -2, 0, -2, 0 -mediterraneanall , -2, 0, -2, 0 -mediterraneanalt , -2, 0, -2, 0 -mediterraneanusa , -2, 0, 0, 0 -mediterraneanusb , -2, 0, 0, 0 -mediterraneanusc , -2, 0, 0, 0 -mediterraneanusd , -2, 0, 0, 0 -mediterraneanuse , -2, 0, 0, 0 -mediterraneanusr , -2, 0, 0, 0 -metallicuntitled , 0, -2, 0, 0 -michellauderdale , -1, 0, 0, 0 -michelluxembourg , -1, 0, 0, 0 -michiganaluminum , -2, 0, -2, 0 -molecularsegment , -2, 0, 0, 0 -molecularsession , -2, 0, 0, 0 -molecularseveral , -2, 0, 0, 0 -oasissyndication , 0, 0, 0, -1 -oceanalbuquerque , -2, 0, -2, 0 -particularselect , -2, 0, 0, 0 -particularsevere , -2, 0, 0, 0 -particularsewing , -2, 0, 0, 0 -pathomorphologic , 0, -2, -1, 0 -performancespunk , 0, 0, -3, 0 -periodicuntitled , 0, -2, 0, 0 -perspectivespunk , 0, 0, -3, 0 -phosphomolybdate , 0, -2, -1, 0 -polyphoniccaught , -2, -3, 0, 0 -polyphoniccayman , -2, -3, 0, 0 -provincestactics , 0, 0, -3, 0 -provincesthomson , 0, 0, -3, 0 -provincesthrough , 0, 0, -3, 0 -provincestiffany , 0, 0, -3, 0 -provincestsunami , 0, 0, -3, 0 -provincestuition , 0, 0, -3, 0 -provincestunisia , 0, 0, -3, 0 -provincestunning , 0, 0, -3, 0 -provincesturkish , 0, 0, -3, 0 -provincestypical , 0, 0, -3, 0 -rachellauderdale , -1, 0, 0, 0 -rachelluxembourg , -1, 0, 0, 0 -registrarsegment , -2, 0, 0, 0 -registrarsession , -2, 0, 0, 0 -registrarseveral , -2, 0, 0, 0 -requirementspunk , 0, 0, -3, 0 -romanticuntitled , 0, -2, 0, 0 -saskatchewankarl , 0, 0, -3, 0 -saskatchewankate , 0, 0, -3, 0 -saskatchewankeen , 0, 0, -3, 0 -saskatchewankeep , 0, 0, -3, 0 -saskatchewankept , 0, 0, -3, 0 -saskatchewankick , 0, 0, -3, 0 -saskatchewankill , 0, 0, -3, 0 -saskatchewankind , 0, 0, -3, 0 -saskatchewanking , 0, 0, -3, 0 -saskatchewankirk , 0, 0, -3, 0 -saskatchewankiss , 0, 0, -3, 0 -saskatchewanknee , 0, 0, -3, 0 -saskatchewanknew , 0, 0, -3, 0 -saskatchewanknit , 0, 0, -3, 0 -saskatchewanknow , 0, 0, -3, 0 -saskatchewankong , 0, 0, -3, 0 -saskatchewankurt , 0, 0, -3, 0 -saskatchewankyle , 0, 0, -3, 0 -scholarsedmonton , -2, 0, 0, 0 -scholarseducated , -2, 0, 0, 0 -scholarselephant , -2, 0, 0, 0 -scholarseligible , -2, 0, 0, 0 -scholarsembedded , -2, 0, 0, 0 -scholarsemerging , -2, 0, 0, 0 -scholarsemotions , -2, 0, 0, 0 -scholarsemphasis , -2, 0, 0, 0 -scholarsevidence , -2, 0, 0, 0 -scholarsexchange , -2, 0, 0, 0 -scholarsexciting , -2, 0, 0, 0 -scholarsexercise , -2, 0, 0, 0 -screensaverspunk , 0, 0, -3, 0 -secretariatwatch , 0, 0, -3, 0 -secretariatwater , 0, 0, -3, 0 -seminarsedmonton , -2, 0, 0, 0 -seminarseducated , -2, 0, 0, 0 -seminarselephant , -2, 0, 0, 0 -seminarseligible , -2, 0, 0, 0 -seminarsembedded , -2, 0, 0, 0 -seminarsemerging , -2, 0, 0, 0 -seminarsemotions , -2, 0, 0, 0 -seminarsemphasis , -2, 0, 0, 0 -seminarsevidence , -2, 0, 0, 0 -seminarsexchange , -2, 0, 0, 0 -seminarsexciting , -2, 0, 0, 0 -seminarsexercise , -2, 0, 0, 0 -specificuntitled , 0, -2, 0, 0 -spectacularseven , -2, 0, 0, 0 -subsidiariespunk , 0, 0, -3, 0 -symantecuntitled , 0, -2, 0, 0 -synopsissymantec , 0, 0, 0, -1 -synopsissympathy , 0, 0, 0, -1 -synopsissymphony , 0, 0, 0, -1 -synopsissymptoms , 0, 0, 0, -1 -synopsissyndrome , 0, 0, 0, -1 -synopsissynopsis , 0, 0, 0, -1 -synopsissyracuse , 0, 0, 0, -1 -taiwankazakhstan , 0, 0, -3, 0 -taiwankilometers , 0, 0, -3, 0 -technologiespunk , 0, 0, -3, 0 -testimonialspunk , 0, 0, -3, 0 -therapeuticuntil , 0, -2, -2, 0 -turboobservation , 0, 0, -3, 0 -analysissymposium , 0, 0, 0, -1 -analysissyndicate , 0, 0, 0, -1 -analysissynthesis , 0, 0, 0, -1 -analysissynthetic , 0, 0, 0, -1 -announcementspunk , 0, 0, -3, 0 -authenticuntitled , 0, -2, 0, 0 -automaticuntitled , 0, -2, 0, 0 -ballsophisticated , 0, 0, -1, 0 -calendarsedmonton , -2, 0, 0, 0 -calendarseducated , -2, 0, 0, 0 -calendarselephant , -2, 0, 0, 0 -calendarseligible , -2, 0, 0, 0 -calendarsembedded , -2, 0, 0, 0 -calendarsemerging , -2, 0, 0, 0 -calendarsemotions , -2, 0, 0, 0 -calendarsemphasis , -2, 0, 0, 0 -calendarsevidence , -2, 0, 0, 0 -calendarsexchange , -2, 0, 0, 0 -calendarsexciting , -2, 0, 0, 0 -calendarsexercise , -2, 0, 0, 0 -cardiovascularsea , -2, 0, 0, 0 -cardiovascularsec , -2, 0, 0, 0 -cardiovascularsee , -2, 0, 0, 0 -cardiovascularsen , -2, 0, 0, 0 -cardiovascularseo , -2, 0, 0, 0 -cardiovascularsep , -2, 0, 0, 0 -cardiovascularseq , -2, 0, 0, 0 -cardiovascularser , -2, 0, 0, 0 -cardiovascularset , -2, 0, 0, 0 -characteristiclit , 0, 0, -3, 0 -characteristicrap , -1, 0, 0, 0 -circumstancespunk , 0, 0, -3, 0 -commissionerspunk , 0, 0, -3, 0 -consciousnesspunk , 0, 0, -3, 0 -crisissyndication , 0, 0, 0, -1 -diagnosissymantec , 0, 0, 0, -1 -diagnosissympathy , 0, 0, 0, -1 -diagnosissymphony , 0, 0, 0, -1 -diagnosissymptoms , 0, 0, 0, -1 -diagnosissyndrome , 0, 0, 0, -1 -diagnosissynopsis , 0, 0, 0, -1 -diagnosissyracuse , 0, 0, 0, -1 -dollarsefficiency , -2, 0, 0, 0 -dollarsespecially , -2, 0, 0, 0 -dollarsexcitement , -2, 0, 0, 0 -effectivenesspunk , 0, 0, -3, 0 -electroniccausing , -2, -3, 0, 0 -electroniccaution , -2, -3, 0, 0 -emphasissymposium , 0, 0, 0, -1 -emphasissyndicate , 0, 0, 0, -1 -emphasissynthesis , 0, 0, 0, -1 -emphasissynthetic , 0, 0, 0, -1 -entrepreneurspunk , 0, 0, -3, 0 -europeanalgorithm , -2, 0, -2, 0 -europeanaluminium , -2, 0, -2, 0 -expoopportunities , -1, 0, 0, 0 -fantasticuntitled , 0, -2, 0, 0 -homoeocrystalline , 0, -2, -1, 0 -hydraulicuntitled , 0, -2, 0, 0 -investigatorspunk , 0, 0, -3, 0 -koreanalbuquerque , -2, 0, -2, 0 -manufacturerspunk , 0, 0, -3, 0 -massachusettspunk , 0, 0, -3, 0 -mediterraneanalex , -2, 0, -2, 0 -mediterraneanalso , -2, 0, -2, 0 -mediterraneanusgs , -2, 0, 0, 0 -mediterraneanusps , -2, 0, 0, 0 -menudetermination , 0, 0, -3, 0 -michelliabilities , -1, 0, 0, 0 -michiganalgorithm , -2, 0, -2, 0 -michiganaluminium , -2, 0, -2, 0 -miscellaneouspunk , 0, 0, -3, 0 -molecularsemester , -2, 0, 0, 0 -olympusyugoslavia , 0, -2, -2, 0 -particularsegment , -2, 0, 0, 0 -particularsession , -2, 0, 0, 0 -particularseveral , -2, 0, 0, 0 -pediatricuntitled , 0, -2, 0, 0 -photographerspunk , 0, 0, -3, 0 -pittsburghelliott , -1, 0, 0, 0 -polyphoniccausing , -2, -3, 0, 0 -polyphoniccaution , -2, -3, 0, 0 -professionalspunk , 0, 0, -3, 0 -provincestainless , 0, 0, -3, 0 -provincesthompson , 0, 0, -3, 0 -provincesthorough , 0, 0, -3, 0 -provincesthriller , 0, 0, -3, 0 -provincestutorial , 0, 0, -3, 0 -rachelliabilities , -1, 0, 0, 0 -realisticuntitled , 0, -2, 0, 0 -registrarsemester , -2, 0, 0, 0 -saskatchewankaren , 0, 0, -3, 0 -saskatchewankarma , 0, 0, -3, 0 -saskatchewankathy , 0, 0, -3, 0 -saskatchewankatie , 0, 0, -3, 0 -saskatchewankeith , 0, 0, -3, 0 -saskatchewankelly , 0, 0, -3, 0 -saskatchewankerry , 0, 0, -3, 0 -saskatchewankevin , 0, 0, -3, 0 -saskatchewanklein , 0, 0, -3, 0 -saskatchewanknife , 0, 0, -3, 0 -saskatchewanknock , 0, 0, -3, 0 -saskatchewankodak , 0, 0, -3, 0 -saskatchewankorea , 0, 0, -3, 0 -scholarsedinburgh , -2, 0, 0, 0 -scholarseducation , -2, 0, 0, 0 -scholarseducators , -2, 0, 0, 0 -scholarsefficient , -2, 0, 0, 0 -scholarselevation , -2, 0, 0, 0 -scholarseliminate , -2, 0, 0, 0 -scholarselizabeth , -2, 0, 0, 0 -scholarsemergency , -2, 0, 0, 0 -scholarsemotional , -2, 0, 0, 0 -scholarsempirical , -2, 0, 0, 0 -scholarsessential , -2, 0, 0, 0 -scholarsevolution , -2, 0, 0, 0 -scholarsexcluding , -2, 0, 0, 0 -scholarsexclusion , -2, 0, 0, 0 -scholarsexclusive , -2, 0, 0, 0 -secretariatwatson , 0, 0, -3, 0 -seminarsedinburgh , -2, 0, 0, 0 -seminarseducation , -2, 0, 0, 0 -seminarseducators , -2, 0, 0, 0 -seminarsefficient , -2, 0, 0, 0 -seminarselevation , -2, 0, 0, 0 -seminarseliminate , -2, 0, 0, 0 -seminarselizabeth , -2, 0, 0, 0 -seminarsemergency , -2, 0, 0, 0 -seminarsemotional , -2, 0, 0, 0 -seminarsempirical , -2, 0, 0, 0 -seminarsessential , -2, 0, 0, 0 -seminarsevolution , -2, 0, 0, 0 -seminarsexcluding , -2, 0, 0, 0 -seminarsexclusion , -2, 0, 0, 0 -seminarsexclusive , -2, 0, 0, 0 -spectacularselect , -2, 0, 0, 0 -spectacularsevere , -2, 0, 0, 0 -spectacularsewing , -2, 0, 0, 0 -strategicuntitled , 0, -2, 0, 0 -synopsissymposium , 0, 0, 0, -1 -synopsissyndicate , 0, 0, 0, -1 -synopsissynthesis , 0, 0, 0, -1 -synopsissynthetic , 0, 0, 0, -1 -syntheticuntitled , 0, -2, 0, 0 -thesissyndication , 0, 0, 0, -1 -trapezophozophora , 0, 0, -3, 0 -whomopportunities , 0, -2, -1, 0 -administratorspunk , 0, 0, -3, 0 -ballsustainability , 0, 0, -1, 0 -calendarsedinburgh , -2, 0, 0, 0 -calendarseducation , -2, 0, 0, 0 -calendarseducators , -2, 0, 0, 0 -calendarsefficient , -2, 0, 0, 0 -calendarselevation , -2, 0, 0, 0 -calendarseliminate , -2, 0, 0, 0 -calendarselizabeth , -2, 0, 0, 0 -calendarsemergency , -2, 0, 0, 0 -calendarsemotional , -2, 0, 0, 0 -calendarsempirical , -2, 0, 0, 0 -calendarsessential , -2, 0, 0, 0 -calendarsevolution , -2, 0, 0, 0 -calendarsexcluding , -2, 0, 0, 0 -calendarsexclusion , -2, 0, 0, 0 -calendarsexclusive , -2, 0, 0, 0 -cardiovascularsega , -2, 0, 0, 0 -cardiovascularself , -2, 0, 0, 0 -cardiovascularsell , -2, 0, 0, 0 -cardiovascularsemi , -2, 0, 0, 0 -characteristicunto , 0, -2, -2, 0 -chassissyndication , 0, 0, 0, -1 -democraticuntitled , 0, -2, 0, 0 -diagnosissymposium , 0, 0, 0, -1 -diagnosissyndicate , 0, 0, 0, -1 -diagnosissynthesis , 0, 0, 0, -1 -diagnosissynthetic , 0, 0, 0, -1 -diagnosticuntitled , 0, -2, 0, 0 -dollarseligibility , -2, 0, 0, 0 -dollarselimination , -2, 0, 0, 0 -electronicuntitled , 0, -2, 0, 0 -genesissyndication , 0, 0, 0, -1 -mediterraneanalbum , -2, 0, -2, 0 -mediterraneanalert , -2, 0, -2, 0 -mediterraneanalpha , -2, 0, -2, 0 -mediterraneanusing , -2, 0, 0, 0 -mediterraneanusual , -2, 0, 0, 0 -particularsemester , -2, 0, 0, 0 -periodickazakhstan , -2, 0, -2, 0 -periodickilometers , -2, 0, -2, 0 -polyphonicuntitled , 0, -2, 0, 0 -provincesthreshold , 0, 0, -3, 0 -saskatchewankansas , 0, 0, -3, 0 -saskatchewankelkoo , 0, 0, -3, 0 -saskatchewankernel , 0, 0, -3, 0 -saskatchewankijiji , 0, 0, -3, 0 -saskatchewankinase , 0, 0, -3, 0 -saskatchewanknight , 0, 0, -3, 0 -saskatchewanknives , 0, 0, -3, 0 -saskatchewankruger , 0, 0, -3, 0 -saskatchewankuwait , 0, 0, -3, 0 -scholarsefficiency , -2, 0, 0, 0 -scholarsespecially , -2, 0, 0, 0 -scholarsexcitement , -2, 0, 0, 0 -scientificuntitled , 0, -2, 0, 0 -seminarsefficiency , -2, 0, 0, 0 -seminarsespecially , -2, 0, 0, 0 -seminarsexcitement , -2, 0, 0, 0 -spectacularsegment , -2, 0, 0, 0 -spectacularsession , -2, 0, 0, 0 -spectacularseveral , -2, 0, 0, 0 -systematicuntitled , 0, -2, 0, 0 -trapeziometacarpal , 0, 0, -3, 0 -analysissyndication , 0, 0, 0, -1 -calendarsefficiency , -2, 0, 0, 0 -calendarsespecially , -2, 0, 0, 0 -calendarsexcitement , -2, 0, 0, 0 -cardiovascularseven , -2, 0, 0, 0 -characteristicspunk , 0, 0, -3, 0 -characteristicuntil , 0, -2, -2, 0 -emphasissyndication , 0, 0, 0, -1 -europeanalbuquerque , -2, 0, -2, 0 -mediterraneanalbany , -2, 0, -2, 0 -mediterraneanalbert , -2, 0, -2, 0 -mediterraneanalfred , -2, 0, -2, 0 -mediterraneanalmost , -2, 0, -2, 0 -mediterraneanalpine , -2, 0, -2, 0 -mediterraneanalumni , -2, 0, -2, 0 -mediterraneanalways , -2, 0, -2, 0 -michiganalbuquerque , -2, 0, -2, 0 -pharmaceuticalspunk , 0, 0, -3, 0 -phosphomonoesterase , 0, -2, -1, 0 -representativespunk , 0, 0, -3, 0 -saskatchewankaraoke , 0, 0, -3, 0 -saskatchewankatrina , 0, 0, -3, 0 -scholarseligibility , -2, 0, 0, 0 -scholarselimination , -2, 0, 0, 0 -seminarseligibility , -2, 0, 0, 0 -seminarselimination , -2, 0, 0, 0 -spectacularsemester , -2, 0, 0, 0 -synopsissyndication , 0, 0, 0, -1 -therapeuticuntitled , 0, -2, 0, 0 -calendarseligibility , -2, 0, 0, 0 -calendarselimination , -2, 0, 0, 0 -cardiovascularselect , -2, 0, 0, 0 -cardiovascularsevere , -2, 0, 0, 0 -cardiovascularsewing , -2, 0, 0, 0 -diagnosissyndication , 0, 0, 0, -1 -mediterraneanalbania , -2, 0, -2, 0 -mediterraneanalcohol , -2, 0, -2, 0 -mediterraneanalgebra , -2, 0, -2, 0 -mediterraneanalgeria , -2, 0, -2, 0 -mediterraneanalready , -2, 0, -2, 0 -cardiovascularsegment , -2, 0, 0, 0 -cardiovascularsession , -2, 0, 0, 0 -cardiovascularseveral , -2, 0, 0, 0 -mediterraneanaluminum , -2, 0, -2, 0 -cardiovascularsemester , -2, 0, 0, 0 -characteristicuntitled , 0, -2, 0, 0 -mediterraneanalgorithm , -2, 0, -2, 0 -mediterraneanaluminium , -2, 0, -2, 0 -saskatchewankazakhstan , 0, 0, -3, 0 -saskatchewankilometers , 0, 0, -3, 0 -mediterraneanalbuquerque, -2, 0, -2, 0 +pp , 0, 0, 2, 0 +ass , 2, 0, 0, 0 +azz , 1, 0, 0, 0 +bra , 0, 0, 1, 0 +cum , 0, 0, 3, 0 +fag , 0, 3, 1, 0 +fuk , 2, 0, 2, 0 +hoe , 0, 2, 1, 0 +nig , 2, 3, 0, 0 +ppa , 0, 0, -2, 0 +ppb , 0, 0, -2, 0 +ppd , 0, 0, -2, 0 +pph , 0, 0, -2, 0 +ppi , 0, 0, -2, 0 +ppl , 0, 0, -2, 0 +ppm , 0, 0, -2, 0 +ppr , 0, 0, -2, 0 +ppt , 0, 0, -2, 0 +sex , 0, 0, 1, 0 +tit , 0, 0, 3, 0 +xxx , 0, 0, 2, 0 +anal , 2, 0, 2, 0 +anus , 2, 0, 0, 0 +arse , 2, 0, 0, 0 +asse , -2, 0, 0, 0 +assi , -2, 0, 0, 0 +assn , -2, 0, 0, 0 +asst , -2, 0, 0, 0 +bich , 0, 2, 2, 0 +boob , 0, 0, 3, 0 +brab , 0, 0, -1, 0 +brad , 0, 0, -1, 0 +brae , 0, 0, -1, 0 +brag , 0, 0, -1, 0 +bram , 0, 0, -1, 0 +bran , 0, 0, -1, 0 +brat , 0, 0, -1, 0 +braw , 0, 0, -1, 0 +bray , 0, 0, -1, 0 +btch , 0, 2, 2, 0 +butt , 1, 0, 0, 0 +clit , 0, 0, 3, 0 +cock , 2, 0, 2, 0 +coon , 0, 5, 0, 0 +crap , 1, 0, 0, 0 +cump , 0, 0, -3, 0 +cunt , 0, 2, 2, 0 +damn , 1, 0, 0, 0 +dego , 0, 3, 0, 0 +dick , 2, 0, 2, 0 +dong , 0, 0, 2, 0 +dumb , 0, 0, 0, 1 +dyke , 2, 2, 2, 0 +feck , 2, 0, 2, 0 +frig , 1, 0, 2, 0 +fuck , 2, 0, 2, 0 +gaay , 0, 2, 0, 0 +hate , 0, 0, 0, 2 +hell , 1, 0, 0, 0 +hoar , 0, 3, 2, 0 +hoed , 0, -2, -1, 0 +hoer , 0, -2, -1, 0 +hoey , 0, -2, -1, 0 +homo , 0, 2, 1, 0 +jerk , 0, 0, 0, 1 +jizz , 0, 0, 3, 0 +muff , 0, 0, 3, 0 +nazi , 0, 2, 0, 0 +nigh , -2, -3, 0, 0 +nigr , 3, 5, 0, 0 +nigs , 2, 3, 0, 0 +nude , 0, 0, 3, 0 +phuc , 2, 0, 2, 0 +phuk , 2, 0, 2, 0 +piss , 1, 0, 0, 0 +poop , 1, 0, 0, 0 +porn , 0, 0, 3, 0 +pube , 0, 0, 3, 0 +pusy , 0, 2, 2, 0 +rape , 0, 0, 3, 0 +scum , 0, 0, 2, 2 +secs , 0, 0, 1, 0 +shit , 2, 0, 0, 0 +slut , 0, 2, 2, 0 +stfu , 0, 0, 0, 2 +suck , 0, 0, 0, 1 +titi , 0, 0, -3, 0 +turd , 1, 0, 0, 0 +twat , 0, 0, 3, 0 +ugly , 0, 0, 0, 2 +wank , 0, 0, 3, 0 +anala , -2, 0, -2, 0 +anali , -2, 0, -2, 0 +anall , -2, 0, -2, 0 +analt , -2, 0, -2, 0 +anusa , -2, 0, 0, 0 +anusb , -2, 0, 0, 0 +anusc , -2, 0, 0, 0 +anusd , -2, 0, 0, 0 +anuse , -2, 0, 0, 0 +anusr , -2, 0, 0, 0 +apoop , -1, 0, 0, 0 +assai , -2, 0, 0, 0 +assam , -2, 0, 0, 0 +assay , -2, 0, 0, 0 +assoc , -2, 0, 0, 0 +assot , -2, 0, 0, 0 +balls , 0, 0, 1, 0 +banal , -2, 0, -2, 0 +banus , -2, 0, 0, 0 +barse , -2, 0, 0, 0 +bichy , 0, -2, -2, 0 +bitch , 0, 2, 2, 0 +boner , 0, 0, 3, 0 +braca , 0, 0, -1, 0 +brace , 0, 0, -1, 0 +brach , 0, 0, -1, 0 +brack , 0, 0, -1, 0 +bract , 0, 0, -1, 0 +brahm , 0, 0, -1, 0 +braid , 0, 0, -1, 0 +brail , 0, 0, -1, 0 +brain , 0, 0, -1, 0 +brake , 0, 0, -1, 0 +braky , 0, 0, -1, 0 +brash , 0, 0, -1, 0 +brass , 0, 0, -1, 0 +brast , 0, 0, -1, 0 +brava , 0, 0, -1, 0 +brave , 0, 0, -1, 0 +bravi , 0, 0, -1, 0 +bravo , 0, 0, -1, 0 +braxy , 0, 0, -1, 0 +braza , 0, 0, -1, 0 +braze , 0, 0, -1, 0 +butte , -1, 0, 0, 0 +butto , -1, 0, 0, 0 +butty , -1, 0, 0, 0 +canal , -2, 0, -2, 0 +carse , -2, 0, 0, 0 +chink , 0, 3, 0, 0 +clite , 0, 0, -3, 0 +cocky , -2, 0, -2, 0 +coony , 0, -5, 0, 0 +cpube , 0, 0, -3, 0 +crape , -1, 0, -3, 0 +cumal , 0, 0, -3, 0 +cumar , 0, 0, -3, 0 +cumay , 0, 0, -3, 0 +cumbu , 0, 0, -3, 0 +cumic , 0, 0, -3, 0 +cumin , 0, 0, -3, 0 +cumly , 0, 0, -3, 0 +cumol , 0, 0, -3, 0 +cumyl , 0, 0, -3, 0 +daygo , 0, 3, 0, 0 +dicky , -2, 0, -2, 0 +dildo , 0, 0, 3, 0 +donga , 0, 0, -2, 0 +dongo , 0, 0, -2, 0 +drape , 0, 0, -3, 0 +dumba , 0, 0, 0, -1 +dumby , 0, 0, 0, -1 +dyked , -2, -2, -2, 0 +dyker , -2, -2, -2, 0 +fanal , -2, 0, -2, 0 +farse , -2, 0, 0, 0 +fatty , 0, 2, 0, 2 +fcken , 2, 0, 2, 0 +frape , 0, 0, -3, 0 +freak , 0, 0, 0, 2 +frick , 1, 0, 0, 0 +frigo , -1, 0, -2, 0 +garse , -2, 0, 0, 0 +grape , 0, 0, -3, 0 +hated , 0, 0, 0, -2 +hatel , 0, 0, 0, -2 +hater , 0, 0, 0, -2 +hellc , -1, 0, 0, 0 +hello , -1, 0, 0, 0 +hellp , -1, 0, 0, 0 +helly , -1, 0, 0, 0 +heshe , 0, 0, 2, 0 +hoard , 0, -3, -2, 0 +hoary , 0, -3, -2, 0 +horny , 0, 0, 3, 0 +ianus , -2, 0, 0, 0 +idego , 0, -3, 0, 0 +idiot , 0, 0, 0, 1 +janus , -2, 0, 0, 0 +jerky , 0, 0, 0, -1 +kdego , 0, -3, 0, 0 +labia , 0, 0, 3, 0 +loser , 0, 0, 0, 2 +manal , -2, 0, -2, 0 +manus , -2, 0, 0, 0 +marse , -2, 0, 0, 0 +moron , 0, 0, 0, 2 +muffy , 0, 0, -3, 0 +naked , 0, 0, 2, 0 +nazim , 0, -2, 0, 0 +nazir , 0, -2, 0, 0 +nicca , 2, 3, 0, 0 +nigel , -2, -3, 0, 0 +nigga , 2, 3, 0, 0 +nigre , -5, -8, 0, 0 +nigua , -2, -3, 0, 0 +panus , -2, 0, 0, 0 +parse , -2, 0, 0, 0 +penis , 1, 0, 3, 0 +penus , 1, 0, 3, 0 +prick , 2, 0, 0, 1 +queer , 0, 3, 0, 0 +ranal , -2, 0, -2, 0 +raped , 0, 0, -3, 0 +raper , 0, 0, -3, 0 +scoon , 0, -5, 0, 0 +scrap , -1, 0, 0, 0 +semen , 0, 0, 3, 0 +shell , -1, 0, 0, 0 +sissy , 0, 0, 0, 1 +skank , 0, 2, 3, 0 +snigs , -2, -3, 0, 0 +spiss , -1, 0, 0, 0 +spunk , 0, 0, 3, 0 +swank , 0, 0, -3, 0 +tarse , -2, 0, 0, 0 +titan , 0, 0, -3, 0 +titar , 0, 0, -3, 0 +titer , 0, 0, -3, 0 +tithe , 0, 0, -3, 0 +title , 0, 0, -3, 0 +titre , 0, 0, -3, 0 +titty , 0, 0, -3, 0 +titus , 0, 0, -3, 0 +twank , 0, 0, -3, 0 +vulva , 0, 0, 3, 0 +warse , -2, 0, 0, 0 +whore , 0, 3, 3, 0 +wigga , 2, 3, 0, 0 +abclit , 0, 0, -3, 0 +abcrap , -1, 0, 0, 0 +acclit , 0, 0, -3, 0 +accrap , -1, 0, 0, 0 +achate , 0, 0, 0, -2 +analbs , -2, 0, -2, 0 +analcd , -2, 0, -2, 0 +analed , -2, 0, -2, 0 +analee , -2, 0, -2, 0 +analeg , -2, 0, -2, 0 +analen , -2, 0, -2, 0 +analeo , -2, 0, -2, 0 +anales , -2, 0, -2, 0 +analet , -2, 0, -2, 0 +analeu , -2, 0, -2, 0 +analex , -2, 0, -2, 0 +analoc , -2, 0, -2, 0 +analog , -2, 0, -2, 0 +analol , -2, 0, -2, 0 +analos , -2, 0, -2, 0 +analot , -2, 0, -2, 0 +analou , -2, 0, -2, 0 +analow , -2, 0, -2, 0 +analso , -2, 0, -2, 0 +analyt , -2, 0, -2, 0 +anazip , 0, -2, 0, 0 +anicca , -2, -3, 0, 0 +anusgs , -2, 0, 0, 0 +anusim , -2, 0, 0, 0 +anusps , -2, 0, 0, 0 +apissl , -1, 0, 0, 0 +arclit , 0, 0, -3, 0 +arcrap , -1, 0, 0, 0 +arseno , -2, 0, 0, 0 +ashate , 0, 0, 0, -2 +aspunk , 0, 0, -3, 0 +assacu , -2, 0, 0, 0 +assahy , -2, 0, 0, 0 +assart , -2, 0, 0, 0 +assary , -2, 0, 0, 0 +assate , -2, 0, 0, 0 +assaut , -2, 0, 0, 0 +assbaa , -2, 0, 0, 0 +assman , -2, 0, 0, 0 +assoil , -2, 0, 0, 0 +assoin , -2, 0, 0, 0 +assort , -2, 0, 0, 0 +assume , -2, 0, 0, 0 +assurd , -2, 0, 0, 0 +assure , -2, 0, 0, 0 +assyth , -2, 0, 0, 0 +ballsy , 0, 0, -1, 0 +bbclit , 0, 0, -3, 0 +bbcrap , -1, 0, 0, 0 +bedamn , -1, 0, 0, 0 +bedumb , 0, 0, 0, -1 +biatch , 0, 2, 2, 0 +bichir , 0, -2, -2, 0 +bichos , 0, -2, -2, 0 +bitsch , 0, 2, 2, 0 +bloody , 2, 0, 0, 0 +boclit , 0, 0, -3, 0 +bocrap , -1, 0, 0, 0 +bollok , 2, 0, 2, 0 +bonera , 0, 0, -3, 0 +bonerp , 0, 0, -3, 0 +booboo , 0, 0, -3, 0 +braata , 0, 0, -1, 0 +bracon , 0, 0, -1, 0 +brahui , 0, 0, -1, 0 +braies , 0, 0, -1, 0 +braird , 0, 0, -1, 0 +brairo , 0, 0, -1, 0 +braise , 0, 0, -1, 0 +braize , 0, 0, -1, 0 +brakie , 0, 0, -1, 0 +brarow , 0, 0, -1, 0 +brasen , 0, 0, -1, 0 +brasil , 0, 0, -1, 0 +braula , 0, 0, -1, 0 +brauna , 0, 0, -1, 0 +brazil , 0, 0, -1, 0 +breast , 0, 0, 2, 0 +bugger , 2, 0, 0, 0 +buttab , -1, 0, 0, 0 +buttag , -1, 0, 0, 0 +buttal , -1, 0, 0, 0 +buttan , -1, 0, 0, 0 +buttap , -1, 0, 0, 0 +buttar , -1, 0, 0, 0 +buttax , -1, 0, 0, 0 +buttba , -1, 0, 0, 0 +buttcp , -1, 0, 0, 0 +buttft , -1, 0, 0, 0 +buttgp , -1, 0, 0, 0 +butthe , -1, 0, 0, 0 +butthu , -1, 0, 0, 0 +butthy , -1, 0, 0, 0 +buttie , -1, 0, 0, 0 +buttil , -1, 0, 0, 0 +buttim , -1, 0, 0, 0 +buttin , -1, 0, 0, 0 +buttip , -1, 0, 0, 0 +buttle , -1, 0, 0, 0 +buttmp , -1, 0, 0, 0 +buttri , -1, 0, 0, 0 +buttry , -1, 0, 0, 0 +buttub , -1, 0, 0, 0 +buttue , -1, 0, 0, 0 +buttvs , -1, 0, 0, 0 +buttwo , -1, 0, 0, 0 +cacoon , 0, -5, 0, 0 +chinky , 0, -3, 0, 0 +choarc , 0, -3, -2, 0 +choare , 0, -3, -2, 0 +choarg , 0, -3, -2, 0 +choarm , 0, -3, -2, 0 +choart , 0, -3, -2, 0 +chomod , 0, -2, -1, 0 +chomom , 0, -2, -1, 0 +chomon , 0, -2, -1, 0 +clitch , 0, 0, -3, 0 +clithe , 0, 0, -3, 0 +clitia , 0, 0, -3, 0 +clitic , 0, 0, -3, 0 +closer , 0, 0, 0, -2 +coarse , -2, 0, 0, 0 +cockal , -2, 0, -2, 0 +cocked , -2, 0, -2, 0 +cocker , -2, 0, -2, 0 +cocket , -2, 0, -2, 0 +cockie , -2, 0, -2, 0 +cockle , -2, 0, -2, 0 +cockly , -2, 0, -2, 0 +cocksy , -2, 0, -2, 0 +cockup , -2, 0, -2, 0 +cocoon , 0, -5, 0, 0 +codego , 0, -3, 0, 0 +commie , 0, 2, 0, 0 +condom , 0, 0, 2, 0 +cooner , 0, -5, 0, 0 +coward , 0, 0, 0, 1 +cpusys , 0, -2, -2, 0 +crapon , -1, 0, 0, 0 +crappo , -1, 0, 0, 0 +crapwa , -1, 0, 0, 0 +cumber , 0, 0, -3, 0 +cumbha , 0, 0, -3, 0 +cumble , 0, 0, -3, 0 +cumbly , 0, 0, -3, 0 +cumbre , 0, 0, -3, 0 +cumene , 0, 0, -3, 0 +cumhal , 0, 0, -3, 0 +cummer , 0, 0, -3, 0 +cummin , 0, 0, -3, 0 +cumsha , 0, 0, -3, 0 +cumuli , 0, 0, -3, 0 +cyanus , -2, 0, 0, 0 +damnam , -1, 0, 0, 0 +damnat , -1, 0, 0, 0 +damnav , -1, 0, 0, 0 +damnba , -1, 0, 0, 0 +damnbc , -1, 0, 0, 0 +damnec , -1, 0, 0, 0 +damned , -1, 0, 0, 0 +damneo , -1, 0, 0, 0 +damner , -1, 0, 0, 0 +damnet , -1, 0, 0, 0 +damnew , -1, 0, 0, 0 +damnfl , -1, 0, 0, 0 +damnhl , -1, 0, 0, 0 +damnhs , -1, 0, 0, 0 +damnii , -1, 0, 0, 0 +damnil , -1, 0, 0, 0 +damnit , -1, 0, 0, 0 +damnon , -1, 0, 0, 0 +damnor , -1, 0, 0, 0 +damnot , -1, 0, 0, 0 +damnov , -1, 0, 0, 0 +damnow , -1, 0, 0, 0 +damnsw , -1, 0, 0, 0 +damnum , -1, 0, 0, 0 +damnut , -1, 0, 0, 0 +damnyc , -1, 0, 0, 0 +daygod , 0, -3, 0, 0 +daygot , 0, -3, 0, 0 +declit , 0, 0, -3, 0 +decrap , -1, 0, 0, 0 +degold , 0, -3, 0, 0 +denude , 0, 0, -3, 0 +dicker , -2, 0, -2, 0 +dickey , -2, 0, -2, 0 +dickie , -2, 0, -2, 0 +dickty , -2, 0, -2, 0 +dnazip , 0, -2, 0, 0 +doclit , 0, 0, -3, 0 +docrap , -1, 0, 0, 0 +dongba , 0, 0, -2, 0 +dongbp , 0, 0, -2, 0 +dongcc , 0, 0, -2, 0 +dongdp , 0, 0, -2, 0 +dongel , 0, 0, -2, 0 +dongem , 0, 0, -2, 0 +dongen , 0, 0, -2, 0 +dongeo , 0, 0, -2, 0 +donget , 0, 0, -2, 0 +donghz , 0, 0, -2, 0 +dongif , 0, 0, -2, 0 +dongig , 0, 0, -2, 0 +dongis , 0, 0, -2, 0 +dongmc , 0, 0, -2, 0 +dongmt , 0, 0, -2, 0 +dongnu , 0, 0, -2, 0 +dongpl , 0, 0, -2, 0 +dongps , 0, 0, -2, 0 +dongsm , 0, 0, -2, 0 +dongst , 0, 0, -2, 0 +dongtk , 0, 0, -2, 0 +dongui , 0, 0, -2, 0 +dongun , 0, 0, -2, 0 +donguy , 0, 0, -2, 0 +dongym , 0, 0, -2, 0 +douche , 1, 1, 2, 2 +dpissl , -1, 0, 0, 0 +dsclit , 0, 0, -3, 0 +dudego , 0, -3, 0, 0 +dumbed , 0, 0, 0, -1 +dumber , 0, 0, 0, -1 +dumble , 0, 0, 0, -1 +dumbly , 0, 0, 0, -1 +earsea , -2, 0, 0, 0 +earsec , -2, 0, 0, 0 +earsee , -2, 0, 0, 0 +earsen , -2, 0, 0, 0 +earseo , -2, 0, 0, 0 +earsep , -2, 0, 0, 0 +earseq , -2, 0, 0, 0 +earser , -2, 0, 0, 0 +earset , -2, 0, 0, 0 +ecoone , 0, -5, 0, 0 +ecoons , 0, -5, 0, 0 +efecks , -2, 0, -2, 0 +effing , 2, 0, 2, 0 +elanus , -2, 0, 0, 0 +erapee , 0, 0, -3, 0 +erapen , 0, 0, -3, 0 +erapet , 0, 0, -3, 0 +etclit , 0, 0, -3, 0 +etcrap , -1, 0, 0, 0 +fbichi , 0, -2, -2, 0 +fbicho , 0, -2, -2, 0 +fcclit , 0, 0, -3, 0 +fccrap , -1, 0, 0, 0 +fecket , -2, 0, -2, 0 +feckly , -2, 0, -2, 0 +felate , 0, 0, 3, 0 +flange , 0, 0, 3, 0 +freaky , 0, 0, 0, -2 +frigap , -1, 0, -2, 0 +frigas , -1, 0, -2, 0 +frigba , -1, 0, -2, 0 +frigbp , -1, 0, -2, 0 +frigcc , -1, 0, -2, 0 +frigdp , -1, 0, -2, 0 +frigel , -1, 0, -2, 0 +frigem , -1, 0, -2, 0 +frigen , -1, 0, -2, 0 +frigeo , -1, 0, -2, 0 +friget , -1, 0, -2, 0 +fright , -1, 0, -2, 0 +frighz , -1, 0, -2, 0 +frigid , -1, 0, -2, 0 +frigif , -1, 0, -2, 0 +frigig , -1, 0, -2, 0 +frigis , -1, 0, -2, 0 +frigmc , -1, 0, -2, 0 +frigmt , -1, 0, -2, 0 +frignu , -1, 0, -2, 0 +frigpl , -1, 0, -2, 0 +frigps , -1, 0, -2, 0 +frigsm , -1, 0, -2, 0 +frigst , -1, 0, -2, 0 +frigtk , -1, 0, -2, 0 +frigui , -1, 0, -2, 0 +frigun , -1, 0, -2, 0 +friguy , -1, 0, -2, 0 +frigym , -1, 0, -2, 0 +gcclit , 0, 0, -3, 0 +gccrap , -1, 0, 0, 0 +ghetto , 0, 2, 0, 0 +gmclit , 0, 0, -3, 0 +gmcrap , -1, 0, 0, 0 +gnudec , 0, 0, -3, 0 +gnudee , 0, 0, -3, 0 +gnudef , 0, 0, -3, 0 +gnudel , 0, 0, -3, 0 +gnudem , 0, 0, -3, 0 +gnuden , 0, 0, -3, 0 +gnuder , 0, 0, -3, 0 +gnudes , 0, 0, -3, 0 +gnudev , 0, 0, -3, 0 +haboob , 0, 0, -3, 0 +hatear , 0, 0, 0, -2 +hateat , 0, 0, 0, -2 +hateau , 0, 0, 0, -2 +hateco , 0, 0, 0, -2 +hategg , 0, 0, 0, -2 +hatenb , 0, 0, 0, -2 +hatend , 0, 0, 0, -2 +hateng , 0, 0, 0, -2 +hatent , 0, 0, 0, -2 +hateos , 0, 0, 0, -2 +hatepa , 0, 0, 0, -2 +hatest , 0, 0, 0, -2 +hatetc , 0, 0, 0, -2 +hateur , 0, 0, 0, -2 +hateva , 0, 0, 0, -2 +hateve , 0, 0, 0, -2 +hatexp , 0, 0, 0, -2 +hatext , 0, 0, 0, -2 +hateye , 0, 0, 0, -2 +hearse , -2, 0, 0, 0 +helled , -1, 0, 0, 0 +hellen , -1, 0, 0, 0 +heller , -1, 0, 0, 0 +hellim , -1, 0, 0, 0 +helluo , -1, 0, 0, 0 +heshed , 0, 0, -2, 0 +hitler , 0, 2, 0, 0 +hoared , 0, -3, -2, 0 +hoarse , -2, -3, -2, 0 +hoeful , 0, -2, -1, 0 +hoeing , 0, -2, -1, 0 +honkey , 0, 2, 0, 0 +honkie , 0, 2, 0, 0 +hooker , 0, 0, 3, 0 +ifecks , -2, 0, -2, 0 +incest , 0, 0, 3, 0 +inclit , 0, 0, -3, 0 +incrap , -1, 0, 0, 0 +inhell , -1, 0, 0, 0 +irapee , 0, 0, -3, 0 +irapen , 0, 0, -3, 0 +irapet , 0, 0, -3, 0 +irclit , 0, 0, -3, 0 +ircrap , -1, 0, 0, 0 +itwatt , 0, 0, -3, 0 +jadego , 0, -3, 0, 0 +jarsea , -2, 0, 0, 0 +jarsec , -2, 0, 0, 0 +jarsee , -2, 0, 0, 0 +jarsen , -2, 0, 0, 0 +jarseo , -2, 0, 0, 0 +jarsep , -2, 0, 0, 0 +jarseq , -2, 0, 0, 0 +jarser , -2, 0, 0, 0 +jarset , -2, 0, 0, 0 +jerked , 0, 0, 0, -1 +jerker , 0, 0, 0, -1 +jerkin , 0, 0, 0, -1 +jizzen , 0, 0, -3, 0 +jvclit , 0, 0, -3, 0 +jvcrap , -1, 0, 0, 0 +khella , -1, 0, 0, 0 +labial , 0, 0, -3, 0 +labian , 0, 0, -3, 0 +llclit , 0, 0, -3, 0 +llcrap , -1, 0, 0, 0 +loclit , 0, 0, -3, 0 +locrap , -1, 0, 0, 0 +losera , 0, 0, 0, -2 +loserp , 0, 0, 0, -2 +maclit , 0, 0, -3, 0 +macrap , -1, 0, 0, 0 +madego , 0, -3, 0, 0 +medick , -2, 0, -2, 0 +miclit , 0, 0, -3, 0 +micrap , -1, 0, 0, 0 +mocock , -2, 0, -2, 0 +modego , 0, -3, 0, 0 +morone , 0, 0, 0, -2 +morong , 0, 0, 0, -2 +mphate , 0, 0, 0, -2 +muffed , 0, 0, -3, 0 +muffer , 0, 0, -3, 0 +muffet , 0, 0, -3, 0 +muffin , 0, 0, -3, 0 +muffle , 0, 0, -3, 0 +nazify , 0, -2, 0, 0 +nazism , 0, -2, 0, 0 +nbclit , 0, 0, -3, 0 +nbcrap , -1, 0, 0, 0 +neclit , 0, 0, -3, 0 +nigged , -2, -3, 0, 0 +nigger , 3, 5, 0, 0 +nigget , -2, -3, 0, 0 +niggle , -2, -3, 0, 0 +niggly , -2, -3, 0, 0 +niggot , -2, -3, 0, 0 +niggra , -2, -3, 0, 0 +nigguh , 2, 3, 0, 0 +niggun , -2, -3, 0, 0 +nignay , -2, -3, 0, 0 +nignye , -2, -3, 0, 0 +nigori , -2, -3, 0, 0 +nodego , 0, -3, 0, 0 +nyclit , 0, 0, -3, 0 +nycrap , -1, 0, 0, 0 +orgasm , 0, 0, 2, 0 +paclit , 0, 0, -3, 0 +pacrap , -1, 0, 0, 0 +peepee , 2, 0, 2, 0 +penisa , -1, 0, -3, 0 +peniso , -1, 0, -3, 0 +penisp , -1, 0, -3, 0 +penusa , -1, 0, -3, 0 +penusb , -1, 0, -3, 0 +penusc , -1, 0, -3, 0 +penusd , -1, 0, -3, 0 +penuse , -1, 0, -3, 0 +penusr , -1, 0, -3, 0 +piclit , 0, 0, -3, 0 +picrap , -1, 0, 0, 0 +pissed , -1, 0, 0, 0 +plclit , 0, 0, -3, 0 +plcrap , -1, 0, 0, 0 +pmclit , 0, 0, -3, 0 +pmcrap , -1, 0, 0, 0 +pornam , 0, 0, -3, 0 +pornat , 0, 0, -3, 0 +pornav , 0, 0, -3, 0 +pornba , 0, 0, -3, 0 +pornbc , 0, 0, -3, 0 +pornec , 0, 0, -3, 0 +porneo , 0, 0, -3, 0 +pornet , 0, 0, -3, 0 +pornew , 0, 0, -3, 0 +pornfl , 0, 0, -3, 0 +pornhl , 0, 0, -3, 0 +pornhs , 0, 0, -3, 0 +pornil , 0, 0, -3, 0 +pornon , 0, 0, -3, 0 +pornor , 0, 0, -3, 0 +pornos , 0, 0, -3, 0 +pornot , 0, 0, -3, 0 +pornov , 0, 0, -3, 0 +pornow , 0, 0, -3, 0 +pornsw , 0, 0, -3, 0 +pornut , 0, 0, -3, 0 +pornyc , 0, 0, -3, 0 +ppclit , 0, 0, -5, 0 +ppcrap , -1, 0, -2, 0 +pricky , -2, 0, 0, -1 +pubear , 0, 0, -3, 0 +pubeat , 0, 0, -3, 0 +pubeau , 0, 0, -3, 0 +pubeco , 0, 0, -3, 0 +pubeds , 0, 0, -3, 0 +pubedt , 0, 0, -3, 0 +pubegg , 0, 0, -3, 0 +pubenb , 0, 0, -3, 0 +pubend , 0, 0, -3, 0 +pubeng , 0, 0, -3, 0 +pubent , 0, 0, -3, 0 +pubeos , 0, 0, -3, 0 +pubepa , 0, 0, -3, 0 +pubera , 0, 0, -3, 0 +puberp , 0, 0, -3, 0 +pubest , 0, 0, -3, 0 +pubetc , 0, 0, -3, 0 +pubeur , 0, 0, -3, 0 +pubeva , 0, 0, -3, 0 +pubeve , 0, 0, -3, 0 +pubexp , 0, 0, -3, 0 +pubext , 0, 0, -3, 0 +pubeye , 0, 0, -3, 0 +pvclit , 0, 0, -3, 0 +pvcrap , -1, 0, 0, 0 +queera , 0, -3, 0, 0 +queerp , 0, -3, 0, 0 +queery , 0, -3, 0, 0 +racoon , 0, -5, 0, 0 +rapear , 0, 0, -3, 0 +rapeat , 0, 0, -3, 0 +rapeau , 0, 0, -3, 0 +rapeco , 0, 0, -3, 0 +rapegg , 0, 0, -3, 0 +rapely , 0, 0, -3, 0 +rapenb , 0, 0, -3, 0 +rapend , 0, 0, -3, 0 +rapeng , 0, 0, -3, 0 +rapent , 0, 0, -3, 0 +rapeos , 0, 0, -3, 0 +rapepa , 0, 0, -3, 0 +rapest , 0, 0, -3, 0 +rapetc , 0, 0, -3, 0 +rapeur , 0, 0, -3, 0 +rapeva , 0, 0, -3, 0 +rapeve , 0, 0, -3, 0 +rapexp , 0, 0, -3, 0 +rapext , 0, 0, -3, 0 +rapeye , 0, 0, -3, 0 +reclit , 0, 0, -3, 0 +recock , -2, 0, -2, 0 +recrap , -1, 0, 0, 0 +rectum , 0, 0, 2, 0 +refrig , -1, 0, -2, 0 +rejerk , 0, 0, 0, -1 +renigs , -2, -3, 0, 0 +retard , 0, 2, 0, 2 +retart , 0, 2, 0, 2 +rfcken , -2, 0, -2, 0 +rfclit , 0, 0, -3, 0 +rfcrap , -1, 0, 0, 0 +rimjob , 0, 0, 3, 0 +rnazip , 0, -2, 0, 0 +sarape , 0, 0, -3, 0 +sarsen , -2, 0, 0, 0 +scummy , 0, 0, -2, -2 +seclit , 0, 0, -3, 0 +secrap , -1, 0, 0, 0 +sement , 0, 0, -3, 0 +serape , 0, 0, -3, 0 +sheshe , 0, 0, -2, 0 +shrape , 0, 0, -3, 0 +siclit , 0, 0, -3, 0 +sicrap , -1, 0, 0, 0 +slutch , 0, -2, -2, 0 +smugly , 0, 0, 0, -2 +snaked , 0, 0, -2, 0 +snugly , 0, 0, 0, -2 +soclit , 0, 0, -3, 0 +socrap , -1, 0, 0, 0 +sodomy , 0, 0, 3, 0 +spunky , 0, 0, -3, 0 +srclit , 0, 0, -3, 0 +srcrap , -1, 0, 0, 0 +stupid , 0, 0, 0, 1 +sturdy , -1, 0, 0, 0 +sucked , 0, 0, 0, -1 +sucken , 0, 0, 0, -1 +sucker , 0, 0, 0, -1 +sucket , 0, 0, 0, -1 +suckit , 0, 0, 2, 2 +suckle , 0, 0, 0, -1 +suckmy , 0, 0, 3, 0 +sycock , -2, 0, -2, 0 +teanal , -2, 0, -2, 0 +theshe , 0, 0, -2, 0 +thorny , 0, 0, -3, 0 +titbit , 0, 0, -3, 0 +titfer , 0, 0, -3, 0 +tithal , 0, 0, -3, 0 +titmal , 0, 0, -3, 0 +titman , 0, 0, -3, 0 +titmen , 0, 0, -3, 0 +titoki , 0, 0, -3, 0 +titter , 0, 0, -3, 0 +tittle , 0, 0, -3, 0 +tittup , 0, 0, -3, 0 +titule , 0, 0, -3, 0 +tituli , 0, 0, -3, 0 +tohell , 2, 2, 0, 0 +tosser , 2, 0, 0, 0 +trapes , 0, 0, -3, 0 +turdus , -1, 0, 0, 0 +tycoon , 0, -5, 0, 0 +unazip , 0, -2, 0, 0 +uncock , -2, 0, -2, 0 +undamn , -1, 0, 0, 0 +unhate , 0, 0, 0, -2 +unigsm , -2, -3, 0, 0 +unigst , -2, -3, 0, 0 +unugly , 0, 0, 0, -2 +upclit , 0, 0, -3, 0 +upcock , -2, 0, -2, 0 +upcrap , -1, 0, 0, 0 +upjerk , 0, 0, 0, -1 +uranus , -2, 0, 0, 0 +usclit , 0, 0, -3, 0 +usemen , 0, 0, -3, 0 +utclit , 0, 0, -3, 0 +utcrap , -1, 0, 0, 0 +vagina , 0, 0, 3, 0 +varsea , -2, 0, 0, 0 +varsec , -2, 0, 0, 0 +varsee , -2, 0, 0, 0 +varsen , -2, 0, 0, 0 +varseo , -2, 0, 0, 0 +varsep , -2, 0, 0, 0 +varseq , -2, 0, 0, 0 +varser , -2, 0, 0, 0 +varset , -2, 0, 0, 0 +vcrapi , -1, 0, 0, 0 +vcrapp , -1, 0, 0, 0 +vcrapr , -1, 0, 0, 0 +vcrapt , -1, 0, 0, 0 +viclit , 0, 0, -3, 0 +vicrap , -1, 0, 0, 0 +vulvae , 0, 0, -3, 0 +vulval , 0, 0, -3, 0 +vulvar , 0, 0, -3, 0 +whoarc , 0, -3, -2, 0 +whoare , 0, -3, -2, 0 +whoarg , 0, -3, -2, 0 +whoarm , 0, -3, -2, 0 +whoart , 0, -3, -2, 0 +whomod , 0, -2, -1, 0 +whomom , 0, -2, -1, 0 +whomon , 0, -2, -1, 0 +wigger , 2, 3, 0, 0 +xrated , 0, 0, 2, 0 +abcunto , 0, -2, -2, 0 +abreast , 0, 0, -2, 0 +abspunk , 0, 0, -3, 0 +accunto , 0, -2, -2, 0 +actwatt , 0, 0, -3, 0 +adspunk , 0, 0, -3, 0 +alabias , 0, 0, -3, 0 +alkanal , -2, 0, -2, 0 +altwatt , 0, 0, -3, 0 +ampissn , -1, 0, 0, 0 +ampoops , -1, 0, 0, 0 +amprick , -2, 0, 0, -1 +analbum , -2, 0, -2, 0 +analead , -2, 0, -2, 0 +analeaf , -2, 0, -2, 0 +analean , -2, 0, -2, 0 +analeft , -2, 0, -2, 0 +analert , -2, 0, -2, 0 +analevy , -2, 0, -2, 0 +analgen , -2, 0, -2, 0 +analgia , -2, 0, -2, 0 +analgic , -2, 0, -2, 0 +anaload , -2, 0, -2, 0 +analoan , -2, 0, -2, 0 +analone , -2, 0, -2, 0 +analong , -2, 0, -2, 0 +analook , -2, 0, -2, 0 +analoop , -2, 0, -2, 0 +analord , -2, 0, -2, 0 +analove , -2, 0, -2, 0 +analpha , -2, 0, -2, 0 +analuck , -2, 0, -2, 0 +analucy , -2, 0, -2, 0 +analuis , -2, 0, -2, 0 +analuke , -2, 0, -2, 0 +analung , -2, 0, -2, 0 +analynn , -2, 0, -2, 0 +analyse , -2, 0, -2, 0 +analyst , -2, 0, -2, 0 +analyze , -2, 0, -2, 0 +anazinc , 0, -2, 0, 0 +andyken , -2, -2, -2, 0 +andykey , -2, -2, -2, 0 +annazip , 0, -2, 0, 0 +antwatt , 0, 0, -3, 0 +anusing , -2, 0, 0, 0 +anusual , -2, 0, 0, 0 +appissn , -1, 0, 0, 0 +appoops , -1, 0, 0, 0 +apprick , -2, 0, 0, -1 +aptwatt , 0, 0, -3, 0 +archate , 0, 0, 0, -2 +archink , 0, -3, 0, 0 +arcunto , 0, -2, -2, 0 +arsenal , -2, 0, 0, 0 +arsenic , -2, 0, 0, 0 +arsenyl , -2, 0, 0, 0 +artwatt , 0, 0, -3, 0 +aspoops , -1, 0, 0, 0 +asprick , -2, 0, 0, -1 +assagai , -2, 0, 0, 0 +assalto , -2, 0, 0, 0 +assapan , -2, 0, 0, 0 +assault , -2, 0, 0, 0 +asshead , -2, 0, 0, 0 +asslike , -2, 0, 0, 0 +assobre , -2, 0, 0, 0 +assonia , -2, 0, 0, 0 +assoria , -2, 0, 0, 0 +assuade , -2, 0, 0, 0 +assuage , -2, 0, 0, 0 +assumpt , -2, 0, 0, 0 +assurge , -2, 0, 0, 0 +assuror , -2, 0, 0, 0 +asswage , -2, 0, 0, 0 +assyria , -2, 0, 0, 0 +auglynn , 0, 0, 0, -2 +auspunk , 0, 0, -3, 0 +babcock , -2, 0, -2, 0 +babiche , 0, -2, -2, 0 +balanus , -2, 0, 0, 0 +ballsad , 0, 0, -1, 0 +ballsam , 0, 0, -1, 0 +ballsan , 0, 0, -1, 0 +ballsao , 0, 0, -1, 0 +ballsap , 0, 0, -1, 0 +ballsas , 0, 0, -1, 0 +ballsat , 0, 0, -1, 0 +ballsaw , 0, 0, -1, 0 +ballsay , 0, 0, -1, 0 +ballsci , 0, 0, -1, 0 +ballsea , 0, 0, -1, 0 +ballsec , 0, 0, -1, 0 +ballsee , 0, 0, -1, 0 +ballsen , 0, 0, -1, 0 +ballseo , 0, 0, -1, 0 +ballsep , 0, 0, -1, 0 +ballseq , 0, 0, -1, 0 +ballser , 0, 0, -1, 0 +ballset , 0, 0, -1, 0 +ballshe , 0, 0, -1, 0 +ballsic , 0, 0, -1, 0 +ballsie , 0, 0, -1, 0 +ballsig , 0, 0, -1, 0 +ballsim , 0, 0, -1, 0 +ballsin , 0, 0, -1, 0 +ballsip , 0, 0, -1, 0 +ballsir , 0, 0, -1, 0 +ballsit , 0, 0, -1, 0 +ballsix , 0, 0, -1, 0 +ballski , 0, 0, -1, 0 +ballsku , 0, 0, -1, 0 +ballsky , 0, 0, -1, 0 +ballsms , 0, 0, -1, 0 +ballsoa , 0, 0, -1, 0 +ballsoc , 0, 0, -1, 0 +ballsol , 0, 0, -1, 0 +ballson , 0, 0, -1, 0 +ballsox , 0, 0, -1, 0 +ballspa , 0, 0, -1, 0 +ballspy , 0, 0, -1, 0 +ballsql , 0, 0, -1, 0 +ballsrc , 0, 0, -1, 0 +ballsri , 0, 0, -1, 0 +ballssl , 0, 0, -1, 0 +ballstd , 0, 0, -1, 0 +ballste , 0, 0, -1, 0 +ballstr , 0, 0, -1, 0 +ballsub , 0, 0, -1, 0 +ballsue , 0, 0, -1, 0 +ballsum , 0, 0, -1, 0 +ballsun , 0, 0, -1, 0 +ballsur , 0, 0, -1, 0 +basemen , 0, 0, -3, 0 +bastard , 2, 3, 0, 0 +bathate , 0, 0, 0, -2 +batwatt , 0, 0, -3, 0 +bawcock , -2, 0, -2, 0 +bbcunto , 0, -2, -2, 0 +bbspunk , 0, 0, -3, 0 +bethate , 0, 0, 0, -2 +betwatt , 0, 0, -3, 0 +bewhore , 0, -3, -3, 0 +bibcock , -2, 0, -2, 0 +bichord , 0, -2, -2, 0 +bidcock , -2, 0, -2, 0 +bilcock , -2, 0, -2, 0 +bitchad , 0, -2, -2, 0 +bitchan , 0, -2, -2, 0 +bitchat , 0, -2, -2, 0 +bitched , 0, -2, -2, 0 +bitchef , 0, -2, -2, 0 +bitchem , 0, -2, -2, 0 +bitchen , 0, -2, -2, 0 +bitchip , 0, -2, -2, 0 +bitschi , 0, -2, -2, 0 +bitscho , 0, -2, -2, 0 +bladego , 0, -3, 0, 0 +blahate , 0, 0, 0, -2 +blowjob , 0, 0, 3, 0 +bocunto , 0, -2, -2, 0 +bodegon , 0, -3, 0, 0 +bodyken , -2, -2, -2, 0 +bodykey , -2, -2, -2, 0 +bollock , 2, 0, 2, 0 +bonerca , 0, 0, -3, 0 +bonerec , 0, 0, -3, 0 +bonered , 0, 0, -3, 0 +boneref , 0, 0, -3, 0 +bonereg , 0, 0, -3, 0 +bonerep , 0, 0, -3, 0 +boneres , 0, 0, -3, 0 +bonerev , 0, 0, -3, 0 +bonerfc , 0, 0, -3, 0 +boneric , 0, 0, -3, 0 +bonerid , 0, 0, -3, 0 +bonerik , 0, 0, -3, 0 +bonerim , 0, 0, -3, 0 +bonerio , 0, 0, -3, 0 +bonerip , 0, 0, -3, 0 +bonerna , 0, 0, -3, 0 +bonerob , 0, 0, -3, 0 +bonerod , 0, 0, -3, 0 +bonerom , 0, 0, -3, 0 +boneron , 0, 0, -3, 0 +bonerow , 0, 0, -3, 0 +boneroy , 0, 0, -3, 0 +bonerrp , 0, 0, -3, 0 +bonerss , 0, 0, -3, 0 +bonerug , 0, 0, -3, 0 +bonerun , 0, 0, -3, 0 +boobery , 0, 0, -3, 0 +boobily , 0, 0, -3, 0 +boobish , 0, 0, -3, 0 +bothate , 0, 0, 0, -2 +braccae , 0, 0, -1, 0 +braccia , 0, 0, -1, 0 +braccio , 0, 0, -1, 0 +bracing , 0, 0, -1, 0 +braking , 0, 0, -1, 0 +braless , 0, 0, -1, 0 +brasero , 0, 0, -1, 0 +brasier , 0, 0, -1, 0 +brasque , 0, 0, -1, 0 +bravura , 0, 0, -1, 0 +bravure , 0, 0, -1, 0 +braxies , 0, 0, -1, 0 +brazier , 0, 0, -1, 0 +brazing , 0, 0, -1, 0 +bufrick , -1, 0, 0, 0 +buggery , -2, 0, 0, 0 +buglynn , 0, 0, 0, -2 +bushate , 0, 0, 0, -2 +buspunk , 0, 0, -3, 0 +butanal , -2, 0, -2, 0 +buttail , -1, 0, 0, 0 +buttake , -1, 0, 0, 0 +buttask , -1, 0, 0, 0 +butthai , -1, 0, 0, 0 +butthan , -1, 0, 0, 0 +butthat , -1, 0, 0, 0 +butthin , -1, 0, 0, 0 +butthis , -1, 0, 0, 0 +butthou , -1, 0, 0, 0 +butthru , -1, 0, 0, 0 +buttide , -1, 0, 0, 0 +buttion , -1, 0, 0, 0 +buttire , -1, 0, 0, 0 +buttrap , -1, 0, 0, 0 +buttray , -1, 0, 0, 0 +buttree , -1, 0, 0, 0 +buttrek , -1, 0, 0, 0 +buttreo , -1, 0, 0, 0 +buttroy , -1, 0, 0, 0 +buttrue , -1, 0, 0, 0 +buttune , -1, 0, 0, 0 +butturn , -1, 0, 0, 0 +buttwin , -1, 0, 0, 0 +butwatt , 0, 0, -3, 0 +capissn , -1, 0, 0, 0 +caprick , -2, 0, 0, -1 +carcoon , 0, -5, 0, 0 +casemen , 0, 0, -3, 0 +catwatt , 0, 0, -3, 0 +cbspunk , 0, 0, -3, 0 +cdspunk , 0, 0, -3, 0 +cdtwatt , 0, 0, -3, 0 +cetwatt , 0, 0, -3, 0 +charsea , -2, 0, 0, 0 +charsec , -2, 0, 0, 0 +charsee , -2, 0, 0, 0 +charsen , -2, 0, 0, 0 +charseo , -2, 0, 0, 0 +charsep , -2, 0, 0, 0 +charseq , -2, 0, 0, 0 +charser , -2, 0, 0, 0 +charset , -2, 0, 0, 0 +chateus , 0, 0, 0, -2 +chinked , 0, -3, 0, 0 +chinker , 0, -3, 0, 0 +chinkle , 0, -3, 0, 0 +choarab , 0, -3, -2, 0 +chomold , 0, -2, -1, 0 +chomood , 0, -2, -1, 0 +chomoon , 0, -2, -1, 0 +chomore , 0, -2, -1, 0 +chomoss , 0, -2, -1, 0 +chomost , 0, -2, -1, 0 +chomove , 0, -2, -1, 0 +clition , 0, 0, -3, 0 +clitter , 0, 0, -3, 0 +cmspunk , 0, 0, -3, 0 +cockade , -2, 0, -2, 0 +cockard , -2, 0, -2, 0 +cockeye , -2, 0, -2, 0 +cockily , -2, 0, -2, 0 +cocking , -2, 0, -2, 0 +cockish , -2, 0, -2, 0 +cockney , -2, 0, -2, 0 +cockpit , -2, 0, -2, 0 +cockshy , -2, 0, -2, 0 +coldong , 0, 0, -2, 0 +commies , 0, -2, 0, 0 +condome , 0, 0, -2, 0 +condomy , 0, 0, -2, 0 +cooncan , 0, -5, 0, 0 +coonier , 0, -5, 0, 0 +coonily , 0, -5, 0, 0 +coontah , 0, -5, 0, 0 +coontie , 0, -5, 0, 0 +copissn , -1, 0, 0, 0 +copoops , -1, 0, 0, 0 +coprick , -2, 0, 0, -1 +cospunk , 0, 0, -3, 0 +cowardy , 0, 0, 0, -1 +cpusync , 0, -2, -2, 0 +cracker , 0, 2, 0, 0 +crapaud , -1, 0, 0, 0 +craping , -1, 0, 0, 0 +crapped , -1, 0, 0, 0 +crappin , -1, 0, 0, 0 +crapple , -1, 0, 0, 0 +crapula , -1, 0, 0, 0 +crudego , 0, -3, 0, 0 +csspunk , 0, 0, -3, 0 +cstwatt , 0, 0, -3, 0 +cubiche , 0, -2, -2, 0 +cumacea , 0, 0, -3, 0 +cumaean , 0, 0, -3, 0 +cumbent , 0, 0, -3, 0 +cumenyl , 0, 0, -3, 0 +cumidin , 0, 0, -3, 0 +cummock , 0, 0, -3, 0 +cumquat , 0, 0, -3, 0 +cumular , 0, 0, -3, 0 +cumulet , 0, 0, -3, 0 +cumulus , 0, 0, -3, 0 +cupissn , -1, 0, 0, 0 +cupoops , -1, 0, 0, 0 +cuprick , -2, 0, 0, -1 +cutwatt , 0, 0, -3, 0 +cvspunk , 0, 0, -3, 0 +damnail , -1, 0, 0, 0 +damnano , -1, 0, 0, 0 +damnasa , -1, 0, 0, 0 +damncaa , -1, 0, 0, 0 +damnear , -1, 0, 0, 0 +damneed , -1, 0, 0, 0 +damneil , -1, 0, 0, 0 +damnest , -1, 0, 0, 0 +damnext , -1, 0, 0, 0 +damnice , -1, 0, 0, 0 +damnick , -1, 0, 0, 0 +damnify , -1, 0, 0, 0 +damnike , -1, 0, 0, 0 +damnine , -1, 0, 0, 0 +damning , -1, 0, 0, 0 +damnode , -1, 0, 0, 0 +damnoon , -1, 0, 0, 0 +damnosa , -1, 0, 0, 0 +damnose , -1, 0, 0, 0 +damnous , -1, 0, 0, 0 +damntsc , -1, 0, 0, 0 +damnuke , -1, 0, 0, 0 +damnull , -1, 0, 0, 0 +datwatt , 0, 0, -3, 0 +dawcock , -2, 0, -2, 0 +daygoal , 0, -3, 0, 0 +daygoat , 0, -3, 0, 0 +daygold , 0, -3, 0, 0 +daygolf , 0, -3, 0, 0 +daygone , 0, -3, 0, 0 +daygood , 0, -3, 0, 0 +daygore , 0, -3, 0, 0 +deboner , 0, 0, -3, 0 +debtchi , 0, -2, -2, 0 +debtcho , 0, -2, -2, 0 +decunto , 0, -2, -2, 0 +defrick , -1, 0, 0, 0 +degomme , 0, -3, 0, 0 +degorge , 0, -3, 0, 0 +demoron , 0, 0, 0, -2 +despunk , 0, 0, -3, 0 +dhanush , -2, 0, 0, 0 +dickens , -2, 0, -2, 0 +dickite , -2, 0, -2, 0 +dipissn , -1, 0, 0, 0 +dipoops , -1, 0, 0, 0 +diprick , -2, 0, 0, -1 +disclit , 0, 0, -3, 0 +dishate , 0, 0, 0, -2 +dispunk , 0, 0, -3, 0 +dnazinc , 0, -2, 0, 0 +dnspunk , 0, 0, -3, 0 +docunto , 0, -2, -2, 0 +dongear , 0, 0, -2, 0 +dongeek , 0, 0, -2, 0 +donging , 0, 0, -2, 0 +dongirl , 0, 0, -2, 0 +dongive , 0, 0, -2, 0 +donglad , 0, 0, -2, 0 +donglen , 0, 0, -2, 0 +donglow , 0, 0, -2, 0 +dongmbh , 0, 0, -2, 0 +dongrab , 0, 0, -2, 0 +dongrad , 0, 0, -2, 0 +dongras , 0, 0, -2, 0 +dongray , 0, 0, -2, 0 +dongreg , 0, 0, -2, 0 +dongrew , 0, 0, -2, 0 +dongrey , 0, 0, -2, 0 +dongrid , 0, 0, -2, 0 +dongrip , 0, 0, -2, 0 +dongrow , 0, 0, -2, 0 +donguam , 0, 0, -2, 0 +dongulf , 0, 0, -2, 0 +donguru , 0, 0, -2, 0 +dongzip , 0, 0, -2, 0 +dosemen , 0, 0, -3, 0 +dospunk , 0, 0, -3, 0 +dotwatt , 0, 0, -3, 0 +dscunto , 0, -2, -2, 0 +dtspunk , 0, 0, -3, 0 +dumbass , 2, 0, 0, 2 +dumbcow , 0, 0, 0, -1 +dumbest , 0, 0, 0, -1 +dumbing , 0, 0, 0, -1 +eachink , 0, -3, 0, 0 +earmuff , 0, 0, -3, 0 +earseds , -2, 0, 0, 0 +earsedt , -2, 0, 0, 0 +earsega , -2, 0, 0, 0 +earsegg , -2, 0, 0, 0 +earself , -2, 0, 0, 0 +earsell , -2, 0, 0, 0 +earsemi , -2, 0, 0, 0 +earsest , -2, 0, 0, 0 +earseur , -2, 0, 0, 0 +earseva , -2, 0, 0, 0 +earseve , -2, 0, 0, 0 +earsexp , -2, 0, 0, 0 +earsext , -2, 0, 0, 0 +earseye , -2, 0, 0, 0 +easemen , 0, 0, -3, 0 +eatwatt , 0, 0, -3, 0 +echelle , -1, 0, 0, 0 +ecoonce , 0, -5, 0, 0 +ecoonly , 0, -5, 0, 0 +ecoonto , 0, -5, 0, 0 +ecoward , 0, 0, 0, -1 +edspunk , 0, 0, -3, 0 +edtwatt , 0, 0, -3, 0 +elsemen , 0, 0, -3, 0 +entwatt , 0, 0, -3, 0 +eospunk , 0, 0, -3, 0 +erapeak , 0, 0, -3, 0 +erapeas , 0, 0, -3, 0 +ericlit , 0, 0, -3, 0 +ericrap , -1, 0, 0, 0 +erpissn , -1, 0, 0, 0 +erpoops , -1, 0, 0, 0 +erprick , -2, 0, 0, -1 +estwatt , 0, 0, -3, 0 +etcunto , 0, -2, -2, 0 +ethanal , -2, 0, -2, 0 +execlit , 0, 0, -3, 0 +execrap , -1, 0, 0, 0 +expissn , -1, 0, 0, 0 +expoops , -1, 0, 0, 0 +expoopt , -1, 0, 0, 0 +exporna , 0, 0, -3, 0 +exprick , -2, 0, 0, -1 +extwatt , 0, 0, -3, 0 +fascist , 0, 2, 0, 0 +fashist , 0, 2, 0, 0 +fattype , 0, -2, 0, -2 +fatwatt , 0, 0, -3, 0 +fbichad , 0, -2, -2, 0 +fbichan , 0, -2, -2, 0 +fbichar , 0, -2, -2, 0 +fbichat , 0, -2, -2, 0 +fbichef , 0, -2, -2, 0 +fbichem , 0, -2, -2, 0 +fbichen , 0, -2, -2, 0 +fccunto , 0, -2, -2, 0 +feckful , -2, 0, -2, 0 +felatio , 0, 0, 3, 0 +fishate , 0, 0, 0, -2 +flanged , 0, 0, -3, 0 +flanger , 0, 0, -3, 0 +flocoon , 0, -5, 0, 0 +freaked , 0, 0, 0, -2 +frickle , -1, 0, 0, 0 +frigage , -1, 0, -2, 0 +frigain , -1, 0, -2, 0 +frigale , -1, 0, -2, 0 +frigame , -1, 0, -2, 0 +frigang , -1, 0, -2, 0 +frigary , -1, 0, -2, 0 +frigate , -1, 0, -2, 0 +frigave , -1, 0, -2, 0 +frigays , -1, 0, -2, 0 +frigear , -1, 0, -2, 0 +frigeek , -1, 0, -2, 0 +frigirl , -1, 0, -2, 0 +frigive , -1, 0, -2, 0 +friglad , -1, 0, -2, 0 +friglen , -1, 0, -2, 0 +friglow , -1, 0, -2, 0 +frigmbh , -1, 0, -2, 0 +frigrab , -1, 0, -2, 0 +frigrad , -1, 0, -2, 0 +frigras , -1, 0, -2, 0 +frigray , -1, 0, -2, 0 +frigreg , -1, 0, -2, 0 +frigrew , -1, 0, -2, 0 +frigrey , -1, 0, -2, 0 +frigrid , -1, 0, -2, 0 +frigrip , -1, 0, -2, 0 +frigrow , -1, 0, -2, 0 +friguam , -1, 0, -2, 0 +frigulf , -1, 0, -2, 0 +friguru , -1, 0, -2, 0 +frigzip , -1, 0, -2, 0 +ftpissn , -1, 0, 0, 0 +ftpoops , -1, 0, 0, 0 +ftprick , -2, 0, 0, -1 +galabia , 0, 0, -3, 0 +gapissn , -1, 0, 0, 0 +gaprick , -2, 0, 0, -1 +gbpissn , -1, 0, 0, 0 +gbpoops , -1, 0, 0, 0 +gbprick , -2, 0, 0, -1 +gccunto , 0, -2, -2, 0 +gdpissn , -1, 0, 0, 0 +gdpoops , -1, 0, 0, 0 +gdprick , -2, 0, 0, -1 +genital , 0, 0, 2, 0 +getlost , 0, 0, 0, 2 +getwatt , 0, 0, -3, 0 +gifrick , -1, 0, 0, 0 +gispunk , 0, 0, -3, 0 +gmbhate , 0, 0, 0, -2 +gmcunto , 0, -2, -2, 0 +gmtwatt , 0, 0, -3, 0 +gnudead , 0, 0, -3, 0 +gnudeaf , 0, 0, -3, 0 +gnudeal , 0, 0, -3, 0 +gnudean , 0, 0, -3, 0 +gnudear , 0, 0, -3, 0 +gnudebt , 0, 0, -3, 0 +gnudept , 0, 0, -3, 0 +goddamn , -1, 0, 0, 0 +gorcock , -2, 0, -2, 0 +gotwatt , 0, 0, -3, 0 +gpspunk , 0, 0, -3, 0 +gradego , 0, -3, 0, 0 +gstwatt , 0, 0, -3, 0 +haloser , 0, 0, 0, -2 +handjob , 0, 0, 3, 0 +hateach , 0, 0, 0, -2 +hatease , 0, 0, 0, -2 +hateast , 0, 0, 0, -2 +hateasy , 0, 0, 0, -2 +hatebay , 0, 0, 0, -2 +hatecho , 0, 0, 0, -2 +hateful , 0, 0, 0, -2 +hatemma , 0, 0, 0, -2 +hatepic , 0, 0, 0, -2 +hatespn , 0, 0, 0, -2 +hatevil , 0, 0, 0, -2 +hatexam , 0, 0, 0, -2 +hatexec , 0, 0, 0, -2 +hatexit , 0, 0, 0, -2 +hatwatt , 0, 0, -3, 0 +haycock , -2, 0, -2, 0 +hellbox , -1, 0, 0, 0 +helldog , -1, 0, 0, 0 +hellelt , -1, 0, 0, 0 +hellhag , -1, 0, 0, 0 +hellier , -1, 0, 0, 0 +helling , -1, 0, 0, 0 +hellion , -1, 0, 0, 0 +hellish , -1, 0, 0, 0 +hellman , -1, 0, 0, 0 +helluva , -1, 0, 0, 0 +hesheep , 0, 0, -2, 0 +hesheer , 0, 0, -2, 0 +hesheet , 0, 0, -2, 0 +heshelf , 0, 0, -2, 0 +heshell , 0, 0, -2, 0 +hexanal , -2, 0, -2, 0 +highate , 0, 0, 0, -2 +hipissn , -1, 0, 0, 0 +hipoops , -1, 0, 0, 0 +hiprick , -2, 0, 0, -1 +hispunk , 0, 0, -3, 0 +hoarier , 0, -3, -2, 0 +hoarily , 0, -3, -2, 0 +hoarish , 0, -3, -2, 0 +hoecake , 0, -2, -1, 0 +hoelike , 0, -2, -1, 0 +hoeshin , 0, -2, -1, 0 +homodox , 0, -2, -1, 0 +homoean , 0, -2, -1, 0 +homogen , 0, -2, -1, 0 +homolog , 0, -2, -1, 0 +homonid , 0, -2, -1, 0 +homonym , 0, -2, -1, 0 +honkies , 0, -2, 0, 0 +hookera , 0, 0, -3, 0 +hookerp , 0, 0, -3, 0 +hopissn , -1, 0, 0, 0 +hopoops , -1, 0, 0, 0 +hoprick , -2, 0, 0, -1 +hornyea , 0, 0, -3, 0 +hornyen , 0, 0, -3, 0 +hornyes , 0, 0, -3, 0 +hornyet , 0, 0, -3, 0 +hornyou , 0, 0, -3, 0 +hornyrs , 0, 0, -3, 0 +hosemen , 0, 0, -3, 0 +hotwatt , 0, 0, -3, 0 +hrspunk , 0, 0, -3, 0 +hughate , 0, 0, 0, -2 +icondom , 0, 0, -2, 0 +ictwatt , 0, 0, -3, 0 +idiotcy , 0, 0, 0, -1 +idiotic , 0, 0, 0, -1 +idiotry , 0, 0, 0, -1 +idspunk , 0, 0, -3, 0 +igarape , 0, 0, -3, 0 +inchate , 0, 0, 0, -2 +inchink , 0, -3, 0, 0 +incunto , 0, -2, -2, 0 +infrick , -1, 0, 0, 0 +inspunk , 0, 0, -3, 0 +intwatt , 0, 0, -3, 0 +ipspunk , 0, 0, -3, 0 +irapeak , 0, 0, -3, 0 +irapeas , 0, 0, -3, 0 +ircunto , 0, -2, -2, 0 +irspunk , 0, 0, -3, 0 +ispoops , -1, 0, 0, 0 +isprick , -2, 0, 0, -1 +istwatt , 0, 0, -3, 0 +itspunk , 0, 0, -3, 0 +itwatch , 0, 0, -3, 0 +itwater , 0, 0, -3, 0 +jackass , 1, 0, 0, 1 +jarsega , -2, 0, 0, 0 +jarself , -2, 0, 0, 0 +jarsell , -2, 0, 0, 0 +jarsemi , -2, 0, 0, 0 +jedcock , -2, 0, -2, 0 +jeffing , -2, 0, -2, 0 +jerkier , 0, 0, 0, -1 +jerkies , 0, 0, 0, -1 +jerkily , 0, 0, 0, -1 +jerkish , 0, 0, 0, -1 +jetwatt , 0, 0, -3, 0 +jigaboo , 0, 3, 0, 0 +josemen , 0, 0, -3, 0 +joshate , 0, 0, 0, -2 +judcock , -2, 0, -2, 0 +judyken , -2, -2, -2, 0 +judykey , -2, -2, -2, 0 +jvcunto , 0, -2, -2, 0 +khellin , -1, 0, 0, 0 +labiate , 0, 0, -3, 0 +ladyken , -2, -2, -2, 0 +ladykey , -2, -2, -2, 0 +laocoon , 0, -5, 0, 0 +lapcock , -2, 0, -2, 0 +lapissn , -1, 0, 0, 0 +laprick , -2, 0, 0, -1 +latwatt , 0, 0, -3, 0 +lbspunk , 0, 0, -3, 0 +lespunk , 0, 0, -3, 0 +letwatt , 0, 0, -3, 0 +lipissn , -1, 0, 0, 0 +lipoops , -1, 0, 0, 0 +liprick , -2, 0, 0, -1 +lithate , 0, 0, 0, -2 +llcunto , 0, -2, -2, 0 +llpissn , -1, 0, 0, 0 +llpoops , -1, 0, 0, 0 +llprick , -2, 0, 0, -1 +lobcock , -2, 0, -2, 0 +locunto , 0, -2, -2, 0 +logcock , -2, 0, -2, 0 +losemen , 0, 0, -3, 0 +loserca , 0, 0, 0, -2 +loserec , 0, 0, 0, -2 +losered , 0, 0, 0, -2 +loseref , 0, 0, 0, -2 +losereg , 0, 0, 0, -2 +loserep , 0, 0, 0, -2 +loseres , 0, 0, 0, -2 +loserev , 0, 0, 0, -2 +loserfc , 0, 0, 0, -2 +loseric , 0, 0, 0, -2 +loserid , 0, 0, 0, -2 +loserik , 0, 0, 0, -2 +loserim , 0, 0, 0, -2 +loserio , 0, 0, 0, -2 +loserip , 0, 0, 0, -2 +loserna , 0, 0, 0, -2 +loserob , 0, 0, 0, -2 +loserod , 0, 0, 0, -2 +loserom , 0, 0, 0, -2 +loseron , 0, 0, 0, -2 +loserow , 0, 0, 0, -2 +loseroy , 0, 0, 0, -2 +loserrp , 0, 0, 0, -2 +loserss , 0, 0, 0, -2 +loserug , 0, 0, 0, -2 +loserun , 0, 0, 0, -2 +lospunk , 0, 0, -3, 0 +lotwatt , 0, 0, -3, 0 +lucanus , -2, 0, 0, 0 +macunto , 0, -2, -2, 0 +mapissn , -1, 0, 0, 0 +maprick , -2, 0, 0, -1 +mathate , 0, 0, 0, -2 +matwatt , 0, 0, -3, 0 +maycock , -2, 0, -2, 0 +meacock , -2, 0, -2, 0 +megaaye , 0, -2, 0, 0 +memoron , 0, 0, 0, -2 +menudec , 0, 0, -3, 0 +menudee , 0, 0, -3, 0 +menudef , 0, 0, -3, 0 +menudel , 0, 0, -3, 0 +menudem , 0, 0, -3, 0 +menuden , 0, 0, -3, 0 +menuder , 0, 0, -3, 0 +menudes , 0, 0, -3, 0 +menudev , 0, 0, -3, 0 +meshate , 0, 0, 0, -2 +metwatt , 0, 0, -3, 0 +micunto , 0, -2, -2, 0 +minigsm , -2, -3, 0, 0 +minigst , -2, -3, 0, 0 +misclit , 0, 0, -3, 0 +mlspunk , 0, 0, -3, 0 +mondego , 0, -3, 0, 0 +moroncy , 0, 0, 0, -2 +moronic , 0, 0, 0, -2 +moronry , 0, 0, 0, -2 +mrspunk , 0, 0, -3, 0 +muchate , 0, 0, 0, -2 +muchink , 0, -3, 0, 0 +muffish , 0, 0, -3, 0 +mufflin , 0, 0, -3, 0 +muglynn , 0, 0, 0, -2 +mythate , 0, 0, 0, -2 +nakeder , 0, 0, -2, 0 +nakedly , 0, 0, -2, 0 +natwatt , 0, 0, -3, 0 +naziism , 0, -2, 0, 0 +nbcunto , 0, -2, -2, 0 +necunto , 0, -2, -2, 0 +netwatt , 0, 0, -3, 0 +nhspunk , 0, 0, -3, 0 +niddick , -2, 0, -2, 0 +nigeria , -2, -3, 0, 0 +niggard , -4, -6, 0, 0 +nigging , -2, -3, 0, 0 +nigglet , 0, 3, 0, 0 +nigrify , -5, -8, 0, 0 +nigrine , -5, -8, 0, 0 +nigrous , -5, -8, 0, 0 +noncock , -2, 0, -2, 0 +nosemen , 0, 0, -3, 0 +notwatt , 0, 0, -3, 0 +ntsclit , 0, 0, -3, 0 +nutwatt , 0, 0, -3, 0 +nycunto , 0, -2, -2, 0 +oarcock , -2, 0, -2, 0 +oceanus , -2, 0, 0, 0 +oclclit , 0, 0, -3, 0 +oclcrap , -1, 0, 0, 0 +octwatt , 0, 0, -3, 0 +offrick , -1, 0, 0, 0 +onspunk , 0, 0, -3, 0 +openist , -1, 0, -3, 0 +optwatt , 0, 0, -3, 0 +organal , -2, 0, -2, 0 +oroanal , -2, 0, -2, 0 +outwatt , 0, 0, -3, 0 +pacunto , 0, -2, -2, 0 +parapee , 0, 0, -3, 0 +parapen , 0, 0, -3, 0 +parapet , 0, 0, -3, 0 +pathate , 0, 0, 0, -2 +patwatt , 0, 0, -3, 0 +pcspunk , 0, 0, -3, 0 +pctwatt , 0, 0, -3, 0 +pdfrick , -1, 0, 0, 0 +pdtwatt , 0, 0, -3, 0 +peacock , -2, 0, -2, 0 +peepeer , -2, 0, -2, 0 +penisbn , -1, 0, -3, 0 +penisle , -1, 0, -3, 0 +penissn , -1, 0, -3, 0 +penusgs , -1, 0, -3, 0 +penusps , -1, 0, -3, 0 +petcock , -2, 0, -2, 0 +petwatt , 0, 0, -3, 0 +pgpissn , -1, 0, 0, 0 +pgpoops , -1, 0, 0, 0 +pgprick , -2, 0, 0, -1 +phellem , -1, 0, 0, 0 +phellum , -1, 0, 0, 0 +phpissn , -1, 0, 0, 0 +phpoops , -1, 0, 0, 0 +phprick , -2, 0, 0, -1 +picunto , 0, -2, -2, 0 +pissant , -1, 0, 0, 0 +pissing , -1, 0, 0, 0 +pissoir , -1, 0, 0, 0 +plcunto , 0, -2, -2, 0 +pmcunto , 0, -2, -2, 0 +poloser , 0, 0, 0, -2 +popissn , -1, 0, 0, 0 +popoops , -1, 0, 0, 0 +poprick , -2, 0, 0, -1 +pornail , 0, 0, -3, 0 +pornano , 0, 0, -3, 0 +pornasa , 0, 0, -3, 0 +porncaa , 0, 0, -3, 0 +pornear , 0, 0, -3, 0 +porneed , 0, 0, -3, 0 +porneil , 0, 0, -3, 0 +pornest , 0, 0, -3, 0 +pornext , 0, 0, -3, 0 +pornice , 0, 0, -3, 0 +pornick , 0, 0, -3, 0 +pornike , 0, 0, -3, 0 +pornine , 0, 0, -3, 0 +pornode , 0, 0, -3, 0 +pornoon , 0, 0, -3, 0 +porntsc , 0, 0, -3, 0 +pornuke , 0, 0, -3, 0 +pornull , 0, 0, -3, 0 +posemen , 0, 0, -3, 0 +pospunk , 0, 0, -3, 0 +potwatt , 0, 0, -3, 0 +ppcunto , 0, -2, -4, 0 +preanal , -2, 0, -2, 0 +predamn , -1, 0, 0, 0 +pricked , -2, 0, 0, -1 +pricker , -2, 0, 0, -1 +pricket , -2, 0, 0, -1 +prickle , -2, 0, 0, -1 +prickly , -2, 0, 0, -1 +proclit , 0, 0, -3, 0 +procrap , -1, 0, 0, 0 +pspoops , -1, 0, 0, 0 +psprick , -2, 0, 0, -1 +pstwatt , 0, 0, -3, 0 +ptspunk , 0, 0, -3, 0 +pubeach , 0, 0, -3, 0 +pubease , 0, 0, -3, 0 +pubeast , 0, 0, -3, 0 +pubeasy , 0, 0, -3, 0 +pubebay , 0, 0, -3, 0 +pubecho , 0, 0, -3, 0 +pubeden , 0, 0, -3, 0 +pubedge , 0, 0, -3, 0 +pubedit , 0, 0, -3, 0 +pubelse , 0, 0, -3, 0 +pubemma , 0, 0, -3, 0 +pubepic , 0, 0, -3, 0 +puberic , 0, 0, -3, 0 +puberik , 0, 0, -3, 0 +puberty , 0, 0, -3, 0 +pubespn , 0, 0, -3, 0 +pubevil , 0, 0, -3, 0 +pubexam , 0, 0, -3, 0 +pubexec , 0, 0, -3, 0 +pubexit , 0, 0, -3, 0 +puccoon , 0, -5, 0, 0 +pushate , 0, 0, 0, -2 +pussies , 0, 2, 2, 0 +putwatt , 0, 0, -3, 0 +pvcunto , 0, -2, -2, 0 +queered , 0, -3, 0, 0 +queerer , 0, -3, 0, 0 +queeric , 0, -3, 0, 0 +queerik , 0, -3, 0, 0 +queerly , 0, -3, 0, 0 +raccoon , 0, -5, 0, 0 +rapeach , 0, 0, -3, 0 +rapease , 0, 0, -3, 0 +rapeast , 0, 0, -3, 0 +rapeasy , 0, 0, -3, 0 +rapebay , 0, 0, -3, 0 +rapecho , 0, 0, -3, 0 +rapeful , 0, 0, -3, 0 +rapelse , 0, 0, -3, 0 +rapemma , 0, 0, -3, 0 +rapeoil , 0, 0, -3, 0 +rapepic , 0, 0, -3, 0 +rapespn , 0, 0, -3, 0 +rapevil , 0, 0, -3, 0 +rapexam , 0, 0, -3, 0 +rapexec , 0, 0, -3, 0 +rapexit , 0, 0, -3, 0 +rapissn , -1, 0, 0, 0 +raprick , -2, 0, 0, -1 +ratwatt , 0, 0, -3, 0 +rechate , 0, 0, 0, -2 +recktum , 0, 0, 2, 0 +recunto , 0, -2, -2, 0 +reffing , -2, 0, -2, 0 +refrick , -1, 0, 0, 0 +repissn , -1, 0, 0, 0 +repoops , -1, 0, 0, 0 +reprick , -2, 0, 0, -1 +respunk , 0, 0, -3, 0 +rfcunto , 0, -2, -2, 0 +rhodego , 0, -3, 0, 0 +richate , 0, 0, 0, -2 +richink , 0, -3, 0, 0 +ricoone , 0, -5, 0, 0 +ricoons , 0, -5, 0, 0 +ripissn , -1, 0, 0, 0 +ripoops , -1, 0, 0, 0 +riprick , -2, 0, 0, -1 +risemen , 0, 0, -3, 0 +rnazinc , 0, -2, 0, 0 +rosemen , 0, 0, -3, 0 +rrpissn , -1, 0, 0, 0 +rrpoops , -1, 0, 0, 0 +rrprick , -2, 0, 0, -1 +rsspunk , 0, 0, -3, 0 +ruglynn , 0, 0, 0, -2 +rushate , 0, 0, 0, -2 +ruthate , 0, 0, 0, -2 +saccoon , 0, -5, 0, 0 +sapissn , -1, 0, 0, 0 +saprick , -2, 0, 0, -1 +satwatt , 0, 0, -3, 0 +scrotum , 0, 0, 3, 0 +scumber , 0, 0, 0, -2 +scumble , 0, 0, 0, -2 +scummed , 0, 0, -2, -2 +scummer , 0, 0, 0, -2 +seacock , -2, 0, -2, 0 +secunto , 0, -2, -2, 0 +segaaye , 0, -2, 0, 0 +semence , 0, 0, -3, 0 +sepissn , -1, 0, 0, 0 +sepoops , -1, 0, 0, 0 +seprick , -2, 0, 0, -1 +setwatt , 0, 0, -3, 0 +shadego , 0, -3, 0, 0 +shagger , 0, 0, 3, 0 +shither , -2, 0, 0, 0 +sicunto , 0, -2, -2, 0 +siganus , -2, 0, 0, 0 +sipissn , -1, 0, 0, 0 +sipoops , -1, 0, 0, 0 +siprick , -2, 0, 0, -1 +sluther , 0, -2, -2, 0 +smspunk , 0, 0, -3, 0 +socunto , 0, -2, -2, 0 +solanal , -2, 0, -2, 0 +soloser , 0, 0, 0, -2 +speclit , 0, 0, -3, 0 +specrap , -1, 0, 0, 0 +spunkie , 0, 0, -3, 0 +srcunto , 0, -2, -2, 0 +subnude , 0, 0, -3, 0 +suchate , 0, 0, 0, -2 +suchink , 0, -3, 0, 0 +suckage , 0, 0, 0, -1 +sucking , 0, 0, 0, -1 +swigger , -2, -3, 0, 0 +synclit , 0, 0, -3, 0 +syncrap , -1, 0, 0, 0 +syspunk , 0, 0, -3, 0 +tapissn , -1, 0, 0, 0 +taprick , -2, 0, 0, -1 +tcpissn , -1, 0, 0, 0 +tcpoops , -1, 0, 0, 0 +tcprick , -2, 0, 0, -1 +techate , 0, 0, 0, -2 +techink , 0, -3, 0, 0 +tetanal , -2, 0, -2, 0 +tetanus , -2, 0, 0, 0 +tftwatt , 0, 0, -3, 0 +tgpissn , -1, 0, 0, 0 +tgpoops , -1, 0, 0, 0 +tgprick , -2, 0, 0, -1 +tipissn , -1, 0, 0, 0 +tipoops , -1, 0, 0, 0 +tiprick , -2, 0, 0, -1 +titfish , 0, 0, -3, 0 +tithing , 0, 0, -3, 0 +titlark , 0, 0, -3, 0 +titlike , 0, 0, -3, 0 +titling , 0, 0, -3, 0 +titlist , 0, 0, -3, 0 +titmice , 0, 0, -3, 0 +titoism , 0, 0, -3, 0 +titoist , 0, 0, -3, 0 +titrant , 0, 0, -3, 0 +titrate , 0, 0, -3, 0 +tittlin , 0, 0, -3, 0 +titular , 0, 0, -3, 0 +titulus , 0, 0, -3, 0 +titurel , 0, 0, -3, 0 +tmpissn , -1, 0, 0, 0 +tmpoops , -1, 0, 0, 0 +tmprick , -2, 0, 0, -1 +todaygo , 0, -3, 0, 0 +toddick , -2, 0, -2, 0 +tohello , -2, -2, 0, 0 +topissn , -1, 0, 0, 0 +topoops , -1, 0, 0, 0 +toprick , -2, 0, 0, -1 +totanus , -2, 0, 0, 0 +towcock , -2, 0, -2, 0 +tradego , 0, -3, 0, 0 +trapeze , 0, 0, -3, 0 +trimjob , 0, 0, -3, 0 +turdine , -1, 0, 0, 0 +turdoid , -1, 0, 0, 0 +tvspunk , 0, 0, -3, 0 +twattle , 0, 0, -3, 0 +twigger , -2, -3, 0, 0 +unazinc , 0, -2, 0, 0 +unfatty , 0, -2, 0, -2 +unhorny , 0, 0, -3, 0 +unigrab , -3, -5, 0, 0 +unigrad , -3, -5, 0, 0 +unigras , -3, -5, 0, 0 +unigray , -3, -5, 0, 0 +unigrid , -3, -5, 0, 0 +unigrip , -3, -5, 0, 0 +unigrow , -3, -5, 0, 0 +unnaked , 0, 0, -2, 0 +upcunto , 0, -2, -2, 0 +upprick , -2, 0, 0, -1 +upspunk , 0, 0, -3, 0 +uscunto , 0, -2, -2, 0 +utahate , 0, 0, 0, -2 +utcunto , 0, -2, -2, 0 +vandyke , -2, -2, -2, 0 +varanus , -2, 0, 0, 0 +varsega , -2, 0, 0, 0 +varself , -2, 0, 0, 0 +varsell , -2, 0, 0, 0 +varsemi , -2, 0, 0, 0 +vatwatt , 0, 0, -3, 0 +verdego , 0, -3, 0, 0 +vhspunk , 0, 0, -3, 0 +vicunto , 0, -2, -2, 0 +vipissn , -1, 0, 0, 0 +vipoops , -1, 0, 0, 0 +viprick , -2, 0, 0, -1 +vulvate , 0, 0, -3, 0 +wetwatt , 0, 0, -3, 0 +whoarab , 0, -3, -2, 0 +whomoak , 0, -2, -1, 0 +whomobj , 0, -2, -1, 0 +whomoct , 0, -2, -1, 0 +whomoem , 0, -2, -1, 0 +whomoff , 0, -2, -1, 0 +whomoil , 0, -2, -1, 0 +whomold , 0, -2, -1, 0 +whomood , 0, -2, -1, 0 +whomoon , 0, -2, -1, 0 +whomooo , 0, -2, -1, 0 +whomopt , 0, -2, -1, 0 +whomore , 0, -2, -1, 0 +whomorg , 0, -2, -1, 0 +whomoss , 0, -2, -1, 0 +whomost , 0, -2, -1, 0 +whomour , 0, -2, -1, 0 +whomout , 0, -2, -1, 0 +whomove , 0, -2, -1, 0 +whomown , 0, -2, -1, 0 +wiggery , -2, -3, 0, 0 +wisemen , 0, 0, -3, 0 +wishate , 0, 0, 0, -2 +withate , 0, 0, 0, -2 +yeahate , 0, 0, 0, -2 +yespunk , 0, 0, -3, 0 +yetwatt , 0, 0, -3, 0 +yogaaye , 0, -2, 0, 0 +yrspunk , 0, 0, -3, 0 +zaddick , -2, 0, -2, 0 +zincest , 0, 0, -3, 0 +zipissn , -1, 0, 0, 0 +zipoops , -1, 0, 0, 0 +ziprick , -2, 0, 0, -1 +zuspunk , 0, 0, -3, 0 +abcuntil , 0, -2, -2, 0 +abichite , 0, -2, -2, 0 +abricock , -2, 0, -2, 0 +accuntil , 0, -2, -2, 0 +actspunk , 0, 0, -3, 0 +actwatch , 0, 0, -3, 0 +actwater , 0, 0, -3, 0 +addspunk , 0, 0, -3, 0 +adumbral , 0, 0, 0, -1 +agespunk , 0, 0, -3, 0 +aimspunk , 0, 0, -3, 0 +alcohate , 0, 0, 0, -2 +allahate , 0, 0, 0, -2 +alphatea , 0, 0, 0, -2 +alphatee , 0, 0, 0, -2 +alphaten , 0, 0, 0, -2 +alphatex , 0, 0, 0, -2 +altwatch , 0, 0, -3, 0 +altwater , 0, 0, -3, 0 +ampissue , -1, 0, 0, 0 +analbany , -2, 0, -2, 0 +analbert , -2, 0, -2, 0 +analcime , -2, 0, -2, 0 +analcite , -2, 0, -2, 0 +analearn , -2, 0, -2, 0 +analease , -2, 0, -2, 0 +analeast , -2, 0, -2, 0 +analeave , -2, 0, -2, 0 +analecta , -2, 0, -2, 0 +analects , -2, 0, -2, 0 +analemma , -2, 0, -2, 0 +analemon , -2, 0, -2, 0 +analepsy , -2, 0, -2, 0 +analevel , -2, 0, -2, 0 +analewis , -2, 0, -2, 0 +analfred , -2, 0, -2, 0 +analgize , -2, 0, -2, 0 +analmost , -2, 0, -2, 0 +analobby , -2, 0, -2, 0 +analodge , -2, 0, -2, 0 +analoose , -2, 0, -2, 0 +analopez , -2, 0, -2, 0 +analpine , -2, 0, -2, 0 +analucas , -2, 0, -2, 0 +analucia , -2, 0, -2, 0 +analumni , -2, 0, -2, 0 +analunch , -2, 0, -2, 0 +analways , -2, 0, -2, 0 +analycos , -2, 0, -2, 0 +analying , -2, 0, -2, 0 +analyric , -2, 0, -2, 0 +analysis , -2, 0, -2, 0 +andykeen , -2, -2, -2, 0 +andykeep , -2, -2, -2, 0 +andykept , -2, -2, -2, 0 +annazinc , 0, -2, 0, 0 +antirape , 0, 0, -3, 0 +antwatch , 0, 0, -3, 0 +antwater , 0, 0, -3, 0 +anusvara , -2, 0, 0, 0 +apniccab , -2, -3, 0, 0 +apniccad , -2, -3, 0, 0 +apniccal , -2, -3, 0, 0 +apniccam , -2, -3, 0, 0 +apniccan , -2, -3, 0, 0 +apniccap , -2, -3, 0, 0 +apniccar , -2, -3, 0, 0 +apniccas , -2, -3, 0, 0 +apniccat , -2, -3, 0, 0 +apniclit , 0, 0, -3, 0 +apnicrap , -1, 0, 0, 0 +appissue , -1, 0, 0, 0 +appspunk , 0, 0, -3, 0 +aptwatch , 0, 0, -3, 0 +aptwater , 0, 0, -3, 0 +arabiche , 0, -2, -2, 0 +arcadego , 0, -3, 0, 0 +arcuntil , 0, -2, -2, 0 +arenazip , 0, -2, 0, 0 +armorons , 0, 0, 0, -2 +armspunk , 0, 0, -3, 0 +arsedine , -2, 0, 0, 0 +arsefoot , -2, 0, 0, 0 +arsenate , -2, 0, 0, 0 +arsenide , -2, 0, 0, 0 +arsenism , -2, 0, 0, 0 +arsenite , -2, 0, 0, 0 +arsenium , -2, 0, 0, 0 +artspunk , 0, 0, -3, 0 +artwatch , 0, 0, -3, 0 +artwater , 0, 0, -3, 0 +askspunk , 0, 0, -3, 0 +assarion , -2, 0, 0, 0 +assation , -2, 0, 0, 0 +assholes , -2, 0, 0, 0 +assoluto , -2, 0, 0, 0 +assonant , -2, 0, 0, 0 +assonate , -2, 0, 0, 0 +assuming , -2, 0, 0, 0 +assummon , -2, 0, 0, 0 +assurant , -2, 0, 0, 0 +assurate , -2, 0, 0, 0 +assuring , -2, 0, 0, 0 +assyroid , -2, 0, 0, 0 +asuspunk , 0, 0, -3, 0 +asylabia , 0, 0, -3, 0 +auglycos , 0, 0, 0, -2 +auglying , 0, 0, 0, -2 +auglyric , 0, 0, 0, -2 +autosser , -2, 0, 0, 0 +axispunk , 0, 0, -3, 0 +bacondom , 0, 0, -2, 0 +bagspunk , 0, 0, -3, 0 +ballsack , 0, 0, 3, 0 +ballsafe , 0, 0, -1, 0 +ballsage , 0, 0, -1, 0 +ballsaid , 0, 0, -1, 0 +ballsail , 0, 0, -1, 0 +ballsake , 0, 0, -1, 0 +ballsale , 0, 0, -1, 0 +ballsalt , 0, 0, -1, 0 +ballsara , 0, 0, -1, 0 +ballsave , 0, 0, -1, 0 +ballscan , 0, 0, -1, 0 +ballscsi , 0, 0, -1, 0 +ballsega , 0, 0, -1, 0 +ballself , 0, 0, -1, 0 +ballsell , 0, 0, -1, 0 +ballsemi , 0, 0, -1, 0 +ballshaw , 0, 0, -1, 0 +ballship , 0, 0, -1, 0 +ballshoe , 0, 0, -1, 0 +ballshop , 0, 0, -1, 0 +ballshot , 0, 0, -1, 0 +ballshow , 0, 0, -1, 0 +ballshut , 0, 0, -1, 0 +ballside , 0, 0, -1, 0 +ballsilk , 0, 0, -1, 0 +ballsize , 0, 0, -1, 0 +ballslim , 0, 0, -1, 0 +ballslip , 0, 0, -1, 0 +ballslot , 0, 0, -1, 0 +ballslow , 0, 0, -1, 0 +ballsmtp , 0, 0, -1, 0 +ballsnap , 0, 0, -1, 0 +ballsnow , 0, 0, -1, 0 +ballsofa , 0, 0, -1, 0 +ballsoft , 0, 0, -1, 0 +ballsoil , 0, 0, -1, 0 +ballsoma , 0, 0, -1, 0 +ballsome , 0, 0, -1, 0 +ballsoon , 0, 0, -1, 0 +ballsort , 0, 0, -1, 0 +ballsoul , 0, 0, -1, 0 +ballsoup , 0, 0, -1, 0 +ballspec , 0, 0, -1, 0 +ballspin , 0, 0, -1, 0 +ballspot , 0, 0, -1, 0 +ballstan , 0, 0, -1, 0 +ballstar , 0, 0, -1, 0 +ballstat , 0, 0, -1, 0 +ballstay , 0, 0, -1, 0 +ballstop , 0, 0, -1, 0 +ballstud , 0, 0, -1, 0 +ballsuch , 0, 0, -1, 0 +ballsuit , 0, 0, -1, 0 +ballsuse , 0, 0, -1, 0 +ballswap , 0, 0, -1, 0 +ballswim , 0, 0, -1, 0 +barspunk , 0, 0, -3, 0 +basissys , 0, 0, 0, -1 +basspunk , 0, 0, -3, 0 +batchate , 0, 0, 0, -2 +batchink , 0, -3, 0, 0 +batwatch , 0, 0, -3, 0 +batwater , 0, 0, -3, 0 +bbcuntil , 0, -2, -2, 0 +beefrick , -1, 0, 0, 0 +beltwatt , 0, 0, -3, 0 +benchate , 0, 0, 0, -2 +benchink , 0, -3, 0, 0 +benedick , -2, 0, -2, 0 +betwatch , 0, 0, -3, 0 +betwater , 0, 0, -3, 0 +bichrome , 0, -2, -2, 0 +biospunk , 0, 0, -3, 0 +biplanal , -2, 0, -2, 0 +birthate , 0, 0, 0, -2 +bitchair , 0, -2, -2, 0 +bitchaos , 0, -2, -2, 0 +bitcharm , 0, -2, -2, 0 +bitchart , 0, -2, -2, 0 +bitchase , 0, -2, -2, 0 +bitcheap , 0, -2, -2, 0 +bitcheat , 0, -2, -2, 0 +bitcheck , 0, -2, -2, 0 +bitchery , 0, -2, -2, 0 +bitchevy , 0, -2, -2, 0 +bitchick , 0, -2, -2, 0 +bitchief , 0, -2, -2, 0 +bitchier , 0, -2, -2, 0 +bitchild , 0, -2, -2, 0 +bitchile , 0, -2, -2, 0 +bitchily , 0, -2, -2, 0 +bitchina , 0, -2, -2, 0 +bitching , 0, -2, -2, 0 +bitchoir , 0, -2, -2, 0 +bitchose , 0, -2, -2, 0 +bitchris , 0, -2, -2, 0 +bitchuck , 0, -2, -2, 0 +bitschad , 0, -2, -2, 0 +bitschan , 0, -2, -2, 0 +bitschar , 0, -2, -2, 0 +bitschat , 0, -2, -2, 0 +bitschef , 0, -2, -2, 0 +bitschem , 0, -2, -2, 0 +bitschen , 0, -2, -2, 0 +blondego , 0, -3, 0, 0 +bloodyea , -2, 0, 0, 0 +bloodyen , -2, 0, 0, 0 +bloodyes , -2, 0, 0, 0 +bloodyet , -2, 0, 0, 0 +bloodyou , -2, 0, 0, 0 +bloodyrs , -2, 0, 0, 0 +blowcock , -2, 0, -2, 0 +boatwatt , 0, 0, -3, 0 +bocuntil , 0, -2, -2, 0 +bodykeen , -2, -2, -2, 0 +bodykeep , -2, -2, -2, 0 +bodykept , -2, -2, -2, 0 +boltwatt , 0, 0, -3, 0 +boneread , 0, 0, -3, 0 +bonereal , 0, 0, -3, 0 +bonerear , 0, 0, -3, 0 +bonereed , 0, 0, -3, 0 +bonereef , 0, 0, -3, 0 +bonereel , 0, 0, -3, 0 +bonereid , 0, 0, -3, 0 +bonerely , 0, 0, -3, 0 +bonereno , 0, 0, -3, 0 +bonerent , 0, 0, -3, 0 +bonering , 0, 0, -3, 0 +bonerise , 0, 0, -3, 0 +bonerisk , 0, 0, -3, 0 +boneroad , 0, 0, -3, 0 +bonerock , 0, 0, -3, 0 +bonerole , 0, 0, -3, 0 +boneroll , 0, 0, -3, 0 +boneroof , 0, 0, -3, 0 +boneroom , 0, 0, -3, 0 +boneroot , 0, 0, -3, 0 +bonerope , 0, 0, -3, 0 +bonerosa , 0, 0, -3, 0 +bonerose , 0, 0, -3, 0 +boneross , 0, 0, -3, 0 +bonerror , 0, 0, -3, 0 +boneruby , 0, 0, -3, 0 +bonerule , 0, 0, -3, 0 +bonerush , 0, 0, -3, 0 +boneruth , 0, 0, -3, 0 +boneryan , 0, 0, -3, 0 +boobyish , 0, 0, -3, 0 +boobyism , 0, 0, -3, 0 +boothate , 0, 0, 0, -2 +bootwatt , 0, 0, -3, 0 +bosspunk , 0, 0, -3, 0 +boxrated , 0, 0, -2, 0 +boyspunk , 0, 0, -3, 0 +braccate , 0, 0, -1, 0 +braciola , 0, 0, -1, 0 +braciole , 0, 0, -1, 0 +bracozzo , 0, 0, -1, 0 +braireau , 0, 0, -1, 0 +braising , 0, 0, -1, 0 +braunite , 0, 0, -1, 0 +breasted , 0, 0, -2, 0 +breaster , 0, 0, -2, 0 +breastie , 0, 0, -2, 0 +buddyken , -2, -2, -2, 0 +buddykey , -2, -2, -2, 0 +buggered , -2, 0, 0, 0 +buglycos , 0, 0, 0, -2 +buglying , 0, 0, 0, -2 +buglyric , 0, 0, 0, -2 +bugspunk , 0, 0, -3, 0 +bullshit , 2, 0, 0, 0 +bunchate , 0, 0, 0, -2 +bunchink , 0, -3, 0, 0 +buttahoe , -1, 0, 0, 0 +buttamil , -1, 0, 0, 0 +buttampa , -1, 0, 0, 0 +buttaste , -1, 0, 0, 0 +butthick , -1, 0, 0, 0 +butthird , -1, 0, 0, 0 +butthong , -1, 0, 0, 0 +butthose , -1, 0, 0, 0 +butthree , -1, 0, 0, 0 +butthrow , -1, 0, 0, 0 +buttiger , -1, 0, 0, 0 +buttight , -1, 0, 0, 0 +buttitle , -1, 0, 0, 0 +buttling , -1, 0, 0, 0 +buttrace , -1, 0, 0, 0 +buttrack , -1, 0, 0, 0 +buttract , -1, 0, 0, 0 +buttracy , -1, 0, 0, 0 +buttrade , -1, 0, 0, 0 +buttrail , -1, 0, 0, 0 +buttrain , -1, 0, 0, 0 +buttrans , -1, 0, 0, 0 +buttrash , -1, 0, 0, 0 +buttreat , -1, 0, 0, 0 +buttrend , -1, 0, 0, 0 +buttress , -1, 0, 0, 0 +buttrout , -1, 0, 0, 0 +buttruck , -1, 0, 0, 0 +buttruly , -1, 0, 0, 0 +buttrunk , -1, 0, 0, 0 +buttrust , -1, 0, 0, 0 +buttruth , -1, 0, 0, 0 +buttulsa , -1, 0, 0, 0 +buttumor , -1, 0, 0, 0 +butturbo , -1, 0, 0, 0 +buttwice , -1, 0, 0, 0 +buttwiki , -1, 0, 0, 0 +buttwist , -1, 0, 0, 0 +butwatch , 0, 0, -3, 0 +butwater , 0, 0, -3, 0 +buyspunk , 0, 0, -3, 0 +cacheshe , 0, 0, -2, 0 +cafelate , 0, 0, -3, 0 +camspunk , 0, 0, -3, 0 +canarsee , -2, 0, 0, 0 +capissue , -1, 0, 0, 0 +capspunk , 0, 0, -3, 0 +carloser , 0, 0, 0, -2 +carspunk , 0, 0, -3, 0 +castwatt , 0, 0, -3, 0 +catchate , 0, 0, 0, -2 +catchink , 0, -3, 0, 0 +catspunk , 0, 0, -3, 0 +catwatch , 0, 0, -3, 0 +catwater , 0, 0, -3, 0 +cdtwatch , 0, 0, -3, 0 +cdtwater , 0, 0, -3, 0 +cedarsea , -2, 0, 0, 0 +cedarsec , -2, 0, 0, 0 +cedarsee , -2, 0, 0, 0 +cedarsen , -2, 0, 0, 0 +cedarseo , -2, 0, 0, 0 +cedarsep , -2, 0, 0, 0 +cedarseq , -2, 0, 0, 0 +cedarser , -2, 0, 0, 0 +cedarset , -2, 0, 0, 0 +cetwatch , 0, 0, -3, 0 +cetwater , 0, 0, -3, 0 +charsega , -2, 0, 0, 0 +charself , -2, 0, 0, 0 +charsell , -2, 0, 0, 0 +charsemi , -2, 0, 0, 0 +chasemen , 0, 0, -3, 0 +chefrick , -1, 0, 0, 0 +chellean , -1, 0, 0, 0 +chercock , -2, 0, -2, 0 +chinazip , 0, -2, 0, 0 +chinkara , 0, -3, 0, 0 +chinkier , 0, -3, 0, 0 +chinking , 0, -3, 0, 0 +choarbor , 0, -3, -2, 0 +choarise , 0, -3, -2, 0 +choarray , 0, -3, -2, 0 +choarrow , 0, -3, -2, 0 +choaruba , 0, -3, -2, 0 +chomoore , 0, -2, -1, 0 +chomoral , 0, -2, -1, 0 +chomoses , 0, -2, -1, 0 +chomotel , 0, -2, -1, 0 +chomotor , 0, -2, -1, 0 +chomount , 0, -2, -1, 0 +chomouse , 0, -2, -1, 0 +chomouth , 0, -2, -1, 0 +chomovie , 0, -2, -1, 0 +cindyken , -2, -2, -2, 0 +cindykey , -2, -2, -2, 0 +clarapee , 0, 0, -3, 0 +clarapen , 0, 0, -3, 0 +clarapet , 0, 0, -3, 0 +clarsech , -2, 0, 0, 0 +clarseth , -2, 0, 0, 0 +clithral , 0, 0, -3, 0 +clitoral , 0, 0, -3, 0 +clitoria , 0, 0, -3, 0 +clitoric , 0, 0, -3, 0 +clitoris , 0, 0, -3, 0 +clothate , 0, 0, 0, -2 +coachink , 0, -3, 0, 0 +coatwatt , 0, 0, -3, 0 +cockandy , -2, 0, -2, 0 +cockapoo , -2, 0, -2, 0 +cockatoo , -2, 0, -2, 0 +cockawee , -2, 0, -2, 0 +cockbell , -2, 0, -2, 0 +cockbill , -2, 0, -2, 0 +cockbird , -2, 0, -2, 0 +cockboat , -2, 0, -2, 0 +cockburn , -2, 0, -2, 0 +cockcrow , -2, 0, -2, 0 +cockhead , -2, 0, -2, 0 +cocklike , -2, 0, -2, 0 +cockling , -2, 0, -2, 0 +cockloft , -2, 0, -2, 0 +cockmate , -2, 0, -2, 0 +cockshot , -2, 0, -2, 0 +cockshut , -2, 0, -2, 0 +cockspur , -2, 0, -2, 0 +cocksure , -2, 0, -2, 0 +cocktail , -2, 0, -2, 0 +cockweed , -2, 0, -2, 0 +coldcock , -2, 0, -2, 0 +comboobj , 0, 0, -3, 0 +commieee , 0, -2, 0, 0 +compissn , -1, 0, 0, 0 +compoops , -1, 0, 0, 0 +comprick , -2, 0, 0, -1 +conchate , 0, 0, 0, -2 +condomac , 0, 0, -2, 0 +condomad , 0, 0, -2, 0 +condomae , 0, 0, -2, 0 +condomag , 0, 0, -2, 0 +condomai , 0, 0, -2, 0 +condoman , 0, 0, -2, 0 +condomap , 0, 0, -2, 0 +condomar , 0, 0, -2, 0 +condomas , 0, 0, -2, 0 +condomat , 0, 0, -2, 0 +condomax , 0, 0, -2, 0 +condomay , 0, 0, -2, 0 +condomba , 0, 0, -2, 0 +condomhz , 0, 0, -2, 0 +condomia , 0, 0, -2, 0 +condomic , 0, 0, -2, 0 +condomid , 0, 0, -2, 0 +condomil , 0, 0, -2, 0 +condomin , 0, 0, -2, 0 +condomit , 0, 0, -2, 0 +condomix , 0, 0, -2, 0 +condomlb , 0, 0, -2, 0 +condomls , 0, 0, -2, 0 +condomod , 0, 0, -2, 0 +condomom , 0, 0, -2, 0 +condomon , 0, 0, -2, 0 +condompg , 0, 0, -2, 0 +condomph , 0, 0, -2, 0 +condomrs , 0, 0, -2, 0 +condomsg , 0, 0, -2, 0 +condomsn , 0, 0, -2, 0 +condomtv , 0, 0, -2, 0 +condomud , 0, 0, -2, 0 +condomug , 0, 0, -2, 0 +confrick , -1, 0, 0, 0 +cooniest , 0, -5, 0, 0 +coonjine , 0, -5, 0, 0 +coonroot , 0, -5, 0, 0 +coonskin , 0, -5, 0, 0 +coontail , 0, -5, 0, 0 +copissue , -1, 0, 0, 0 +corpissn , -1, 0, 0, 0 +corpoops , -1, 0, 0, 0 +corprick , -2, 0, 0, -1 +costwatt , 0, 0, -3, 0 +cowardly , 0, 0, 0, -1 +coxrated , 0, 0, -2, 0 +cpusyria , 0, -2, -2, 0 +crackera , 0, -2, 0, 0 +crackerp , 0, -2, 0, 0 +cropissn , -1, 0, 0, 0 +cropoops , -1, 0, 0, 0 +croprick , -2, 0, 0, -1 +cstwatch , 0, 0, -3, 0 +cstwater , 0, 0, -3, 0 +cubichad , 0, -2, -2, 0 +cubicham , 0, -2, -2, 0 +cubichas , 0, -2, -2, 0 +cubichat , 0, -2, -2, 0 +cubichay , 0, -2, -2, 0 +cubichim , 0, -2, -2, 0 +cubichip , 0, -2, -2, 0 +cubichis , 0, -2, -2, 0 +cubichit , 0, -2, -2, 0 +cubichiv , 0, -2, -2, 0 +cubichon , 0, -2, -2, 0 +cubichop , 0, -2, -2, 0 +cubichot , 0, -2, -2, 0 +cubichow , 0, -2, -2, 0 +cubichrs , 0, -2, -2, 0 +cubichub , 0, -2, -2, 0 +cubichwy , 0, -2, -2, 0 +cubiclit , 0, 0, -3, 0 +cubicrap , -1, 0, 0, 0 +cultwatt , 0, 0, -3, 0 +cumbrian , 0, 0, -3, 0 +cumbrous , 0, 0, -3, 0 +cumulant , 0, 0, -3, 0 +cumulate , 0, 0, -3, 0 +cumulene , 0, 0, -3, 0 +cumulose , 0, 0, -3, 0 +cumulous , 0, 0, -3, 0 +cupissue , -1, 0, 0, 0 +cutspunk , 0, 0, -3, 0 +cutwatch , 0, 0, -3, 0 +cutwater , 0, 0, -3, 0 +cyclitis , 0, 0, -3, 0 +cyclitol , 0, 0, -3, 0 +cyphella , -1, 0, 0, 0 +czechate , 0, 0, 0, -2 +czechink , 0, -3, 0, 0 +daddyken , -2, -2, -2, 0 +daddykey , -2, -2, -2, 0 +damnable , -1, 0, 0, 0 +damnably , -1, 0, 0, 0 +damnancy , -1, 0, 0, 0 +damnasty , -1, 0, 0, 0 +damndest , -1, 0, 0, 0 +damnepal , -1, 0, 0, 0 +damnever , -1, 0, 0, 0 +damniger , -1, 0, 0, 0 +damnikon , -1, 0, 0, 0 +damnoble , -1, 0, 0, 0 +damnoise , -1, 0, 0, 0 +damnokia , -1, 0, 0, 0 +damnurse , -1, 0, 0, 0 +damnylon , -1, 0, 0, 0 +danspunk , 0, 0, -3, 0 +datwatch , 0, 0, -3, 0 +datwater , 0, 0, -3, 0 +daygoing , 0, -3, 0, 0 +daygonna , 0, -3, 0, 0 +dayspunk , 0, 0, -3, 0 +deafrick , -1, 0, 0, 0 +deathate , 0, 0, 0, -2 +debtchad , 0, -2, -2, 0 +debtchan , 0, -2, -2, 0 +debtchar , 0, -2, -2, 0 +debtchat , 0, -2, -2, 0 +debtchef , 0, -2, -2, 0 +debtchem , 0, -2, -2, 0 +debtchen , 0, -2, -2, 0 +debtwatt , 0, 0, -3, 0 +debugger , -2, 0, 0, 0 +decadego , 0, -3, 0, 0 +decuntil , 0, -2, -2, 0 +deepissn , -1, 0, 0, 0 +deepoops , -1, 0, 0, 0 +deeprick , -2, 0, 0, -1 +degorder , 0, -3, 0, 0 +deminude , 0, 0, -3, 0 +densemen , 0, 0, -3, 0 +depthate , 0, 0, 0, -2 +deptwatt , 0, 0, -3, 0 +diespunk , 0, 0, -3, 0 +dietwatt , 0, 0, -3, 0 +diffrick , -1, 0, 0, 0 +dingdong , 0, 0, -2, 0 +dipissue , -1, 0, 0, 0 +dirtwatt , 0, 0, -3, 0 +discunto , 0, -2, -2, 0 +docspunk , 0, 0, -3, 0 +docuntil , 0, -2, -2, 0 +doespunk , 0, 0, -3, 0 +dogspunk , 0, 0, -3, 0 +donghana , 0, 0, -2, 0 +donghost , 0, 0, -2, 0 +dongiant , 0, 0, -2, 0 +donglass , 0, 0, -2, 0 +donglobe , 0, 0, -2, 0 +donglory , 0, 0, -2, 0 +dongnome , 0, 0, -2, 0 +dongrace , 0, 0, -2, 0 +dongrain , 0, 0, -2, 0 +dongrams , 0, 0, -2, 0 +dongrand , 0, 0, -2, 0 +dongrant , 0, 0, -2, 0 +dongraph , 0, 0, -2, 0 +dongrave , 0, 0, -2, 0 +dongreat , 0, 0, -2, 0 +dongreek , 0, 0, -2, 0 +dongreen , 0, 0, -2, 0 +dongrill , 0, 0, -2, 0 +dongross , 0, 0, -2, 0 +dongroup , 0, 0, -2, 0 +dongrove , 0, 0, -2, 0 +donguard , 0, 0, -2, 0 +donguess , 0, 0, -2, 0 +donguest , 0, 0, -2, 0 +donnazip , 0, -2, 0, 0 +dontwatt , 0, 0, -3, 0 +dotwatch , 0, 0, -3, 0 +dotwater , 0, 0, -3, 0 +doubtchi , 0, -2, -2, 0 +doubtcho , 0, -2, -2, 0 +douglynn , 0, 0, 0, -2 +dropissn , -1, 0, 0, 0 +dropoops , -1, 0, 0, 0 +droprick , -2, 0, 0, -1 +dscuntil , 0, -2, -2, 0 +dumbbell , 0, 0, 0, -1 +dumbfish , 0, 0, 0, -1 +dumbhead , 0, 0, 0, -1 +dumbness , 0, 0, 0, -1 +dumpissn , -1, 0, 0, 0 +dumpoops , -1, 0, 0, 0 +dumprick , -2, 0, 0, -1 +dustwatt , 0, 0, -3, 0 +dutchate , 0, 0, 0, -2 +dutchink , 0, -3, 0, 0 +dvdspunk , 0, 0, -3, 0 +earsebay , -2, 0, 0, 0 +earseden , -2, 0, 0, 0 +earsedge , -2, 0, 0, 0 +earsedit , -2, 0, 0, 0 +earselse , -2, 0, 0, 0 +earsemma , -2, 0, 0, 0 +earsespn , -2, 0, 0, 0 +earsevil , -2, 0, 0, 0 +earsexam , -2, 0, 0, 0 +earsexec , -2, 0, 0, 0 +earsexit , -2, 0, 0, 0 +earspunk , 0, 0, -3, 0 +earthate , 0, 0, 0, -2 +eastwatt , 0, 0, -3, 0 +eatwatch , 0, 0, -3, 0 +eatwater , 0, 0, -3, 0 +ecoonion , 0, -5, 0, 0 +edtwatch , 0, 0, -3, 0 +edtwater , 0, 0, -3, 0 +eggspunk , 0, 0, -3, 0 +ejaculat , 0, 0, 2, 0 +endspunk , 0, 0, -3, 0 +entwatch , 0, 0, -3, 0 +entwater , 0, 0, -3, 0 +epipubes , 0, 0, -3, 0 +erapeace , 0, 0, -3, 0 +ericunto , 0, -2, -2, 0 +erpissue , -1, 0, 0, 0 +estwatch , 0, 0, -3, 0 +estwater , 0, 0, -3, 0 +etcuntil , 0, -2, -2, 0 +execunto , 0, -2, -2, 0 +expissue , -1, 0, 0, 0 +expoopen , -1, 0, 0, 0 +extrapee , 0, 0, -3, 0 +extrapen , 0, 0, -3, 0 +extrapet , 0, 0, -3, 0 +extwatch , 0, 0, -3, 0 +extwater , 0, 0, -3, 0 +eyeballs , 0, 0, -1, 0 +faithate , 0, 0, 0, -2 +falsemen , 0, 0, -3, 0 +fanspunk , 0, 0, -3, 0 +faqspunk , 0, 0, -3, 0 +fascista , 0, -2, 0, 0 +fascisti , 0, -2, 0, 0 +fastwatt , 0, 0, -3, 0 +fattyler , 0, -2, 0, -2 +fatwatch , 0, 0, -3, 0 +fatwater , 0, 0, -3, 0 +faxrated , 0, 0, -2, 0 +fbichain , 0, -2, -2, 0 +fbichair , 0, -2, -2, 0 +fbichaos , 0, -2, -2, 0 +fbichase , 0, -2, -2, 0 +fbicheap , 0, -2, -2, 0 +fbicheat , 0, -2, -2, 0 +fbicheck , 0, -2, -2, 0 +fbichess , 0, -2, -2, 0 +fbichest , 0, -2, -2, 0 +fbichevy , 0, -2, -2, 0 +fbichris , 0, -2, -2, 0 +fbichuck , 0, -2, -2, 0 +fccuntil , 0, -2, -2, 0 +feckless , -2, 0, -2, 0 +feespunk , 0, 0, -3, 0 +feetwatt , 0, 0, -3, 0 +felching , 0, 0, 3, 0 +feltwatt , 0, 0, -3, 0 +feofrick , -1, 0, 0, 0 +fifthate , 0, 0, 0, -2 +fixrated , 0, 0, -2, 0 +fleshate , 0, 0, 0, -2 +flushate , 0, 0, 0, -2 +fontwatt , 0, 0, -3, 0 +footwatt , 0, 0, -3, 0 +forthate , 0, 0, 0, -2 +fortwatt , 0, 0, -3, 0 +fotosser , -2, 0, 0, 0 +foursome , 0, 0, 3, 0 +foxrated , 0, 0, -2, 0 +freakdom , 0, 0, 0, -2 +freakery , 0, 0, 0, -2 +freakful , 0, 0, 0, -2 +freakier , 0, 0, 0, -2 +freakily , 0, 0, 0, -2 +freaking , 0, 0, 0, -2 +freakish , 0, 0, 0, -2 +freakout , 0, 0, 0, -2 +freakpot , 0, 0, 0, -2 +freshate , 0, 0, 0, -2 +fridaygo , 0, -3, 0, 0 +frigamma , -1, 0, -2, 0 +frigauge , -1, 0, -2, 0 +frighana , -1, 0, -2, 0 +frighost , -1, 0, -2, 0 +frigiant , -1, 0, -2, 0 +friglass , -1, 0, -2, 0 +friglobe , -1, 0, -2, 0 +friglory , -1, 0, -2, 0 +frignome , -1, 0, -2, 0 +frigrace , -1, 0, -2, 0 +frigrain , -1, 0, -2, 0 +frigrams , -1, 0, -2, 0 +frigrand , -1, 0, -2, 0 +frigrant , -1, 0, -2, 0 +frigraph , -1, 0, -2, 0 +frigrave , -1, 0, -2, 0 +frigreat , -1, 0, -2, 0 +frigreek , -1, 0, -2, 0 +frigreen , -1, 0, -2, 0 +frigrill , -1, 0, -2, 0 +frigross , -1, 0, -2, 0 +frigroup , -1, 0, -2, 0 +frigrove , -1, 0, -2, 0 +friguard , -1, 0, -2, 0 +friguess , -1, 0, -2, 0 +friguest , -1, 0, -2, 0 +ftpissue , -1, 0, 0, 0 +futchell , -1, 0, 0, 0 +gamecock , -2, 0, -2, 0 +gangbang , 0, 3, 0, 0 +gapissue , -1, 0, 0, 0 +gapspunk , 0, 0, -3, 0 +gayspunk , 0, 0, -3, 0 +gbpissue , -1, 0, 0, 0 +gccuntil , 0, -2, -2, 0 +gdpissue , -1, 0, 0, 0 +genitaly , 0, 0, -2, 0 +getspunk , 0, 0, -3, 0 +getwatch , 0, 0, -3, 0 +getwater , 0, 0, -3, 0 +ghettoed , 0, -2, 0, 0 +giftwatt , 0, 0, -3, 0 +gmcuntil , 0, -2, -2, 0 +gmtwatch , 0, 0, -3, 0 +gmtwater , 0, 0, -3, 0 +gnudeath , 0, 0, -3, 0 +gnudebug , 0, 0, -3, 0 +gnudebut , 0, 0, -3, 0 +gnudepot , 0, 0, -3, 0 +goatwatt , 0, 0, -3, 0 +godspunk , 0, 0, -3, 0 +goespunk , 0, 0, -3, 0 +golfrick , -1, 0, 0, 0 +gonnazip , 0, -2, 0, 0 +gotwatch , 0, 0, -3, 0 +gotwater , 0, 0, -3, 0 +grandego , 0, -3, 0, 0 +graphate , 0, 0, 0, -2 +gstwatch , 0, 0, -3, 0 +gstwater , 0, 0, -3, 0 +gulfrick , -1, 0, 0, 0 +gunspunk , 0, 0, -3, 0 +guyspunk , 0, 0, -3, 0 +halfcock , -2, 0, -2, 0 +halfrick , -1, 0, 0, 0 +hanspunk , 0, 0, -3, 0 +hateable , 0, 0, 0, -2 +hateagle , 0, 0, 0, -2 +hatebony , 0, 0, 0, -2 +hatebook , 0, 0, 0, -2 +hategypt , 0, 0, 0, -2 +hateight , 0, 0, 0, -2 +hatemacs , 0, 0, 0, -2 +hatemail , 0, 0, 0, -2 +hatemily , 0, 0, 0, -2 +hatempty , 0, 0, 0, -2 +hatenemy , 0, 0, 0, -2 +hatenjoy , 0, 0, 0, -2 +hatepson , 0, 0, 0, -2 +hatequal , 0, 0, 0, -2 +hatessay , 0, 0, 0, -2 +hatessex , 0, 0, 0, -2 +hatexact , 0, 0, 0, -2 +hatexcel , 0, 0, 0, -2 +hatexist , 0, 0, 0, -2 +hatspunk , 0, 0, -3, 0 +hatwatch , 0, 0, -3, 0 +hatwater , 0, 0, -3, 0 +heathate , 0, 0, 0, -2 +helladic , -1, 0, 0, 0 +hellbent , -1, 0, 0, 0 +hellbore , -1, 0, 0, 0 +hellborn , -1, 0, 0, 0 +hellbred , -1, 0, 0, 0 +hellfire , -1, 0, 0, 0 +hellicat , -1, 0, 0, 0 +hellkite , -1, 0, 0, 0 +hellness , -1, 0, 0, 0 +helloser , 0, 0, 0, -2 +hellroot , -1, 0, 0, 0 +hellship , -1, 0, 0, 0 +hellvine , -1, 0, 0, 0 +hellward , -1, 0, 0, 0 +hellweed , -1, 0, 0, 0 +helpissn , -1, 0, 0, 0 +helpoops , -1, 0, 0, 0 +helprick , -2, 0, 0, -1 +hipissue , -1, 0, 0, 0 +hoarhead , 0, -3, -2, 0 +hoariest , 0, -3, -2, 0 +hoarness , 0, -3, -2, 0 +hoarwort , 0, -3, -2, 0 +homocerc , 0, -2, -1, 0 +homodont , 0, -2, -1, 0 +homodyne , 0, -2, -1, 0 +homoeoid , 0, -2, -1, 0 +homogamy , 0, -2, -1, 0 +homoglot , 0, -2, -1, 0 +homogone , 0, -2, -1, 0 +homogony , 0, -2, -1, 0 +homonomy , 0, -2, -1, 0 +homopter , 0, -2, -1, 0 +homotaxy , 0, -2, -1, 0 +homotony , 0, -2, -1, 0 +homotopy , 0, -2, -1, 0 +homotype , 0, -2, -1, 0 +homotypy , 0, -2, -1, 0 +hookeric , 0, 0, -3, 0 +hookerik , 0, 0, -3, 0 +hopissue , -1, 0, 0, 0 +hornyale , 0, 0, -3, 0 +hornyang , 0, 0, -3, 0 +hornyard , 0, 0, -3, 0 +hornyarn , 0, 0, -3, 0 +hornyoga , 0, 0, -3, 0 +hornyork , 0, 0, -3, 0 +horsemen , 0, 0, -3, 0 +hosecock , -2, 0, -2, 0 +hostwatt , 0, 0, -3, 0 +hotwatch , 0, 0, -3, 0 +hotwater , 0, 0, -3, 0 +httpissn , -1, 0, 0, 0 +httpoops , -1, 0, 0, 0 +httprick , -2, 0, 0, -1 +hugheshe , 0, 0, -2, 0 +humorons , 0, 0, 0, -2 +huntwatt , 0, 0, -3, 0 +hurtwatt , 0, 0, -3, 0 +ictwatch , 0, 0, -3, 0 +ictwater , 0, 0, -3, 0 +idahoarc , 0, -3, -2, 0 +idahoare , 0, -3, -2, 0 +idahoarg , 0, -3, -2, 0 +idahoarm , 0, -3, -2, 0 +idahoart , 0, -3, -2, 0 +idahomod , 0, -2, -1, 0 +idahomom , 0, -2, -1, 0 +idahomon , 0, -2, -1, 0 +idiotise , 0, 0, 0, -1 +idiotish , 0, 0, 0, -1 +idiotism , 0, 0, 0, -1 +idiotize , 0, 0, 0, -1 +idiotype , 0, 0, 0, -1 +imbecile , 0, 0, 0, 2 +incheshe , 0, 0, -2, 0 +incuntil , 0, -2, -2, 0 +innspunk , 0, 0, -3, 0 +intwatch , 0, 0, -3, 0 +intwater , 0, 0, -3, 0 +irapeace , 0, 0, -3, 0 +ircuntil , 0, -2, -2, 0 +irishate , 0, 0, 0, -2 +isaaclit , 0, 0, -3, 0 +isaacrap , -1, 0, 0, 0 +istwatch , 0, 0, -3, 0 +istwater , 0, 0, -3, 0 +itwatson , 0, 0, -3, 0 +jarseven , -2, 0, 0, 0 +jeepissn , -1, 0, 0, 0 +jeepoops , -1, 0, 0, 0 +jeeprick , -2, 0, 0, -1 +jeffrick , -1, 0, 0, 0 +jerksome , 0, 0, 0, -1 +jessemen , 0, 0, -3, 0 +jetspunk , 0, 0, -3, 0 +jetwatch , 0, 0, -3, 0 +jetwater , 0, 0, -3, 0 +jewspunk , 0, 0, -3, 0 +jobspunk , 0, 0, -3, 0 +judykeen , -2, -2, -2, 0 +judykeep , -2, -2, -2, 0 +judykept , -2, -2, -2, 0 +jumpissn , -1, 0, 0, 0 +jumpoops , -1, 0, 0, 0 +jumprick , -2, 0, 0, -1 +justwatt , 0, 0, -3, 0 +jvcuntil , 0, -2, -2, 0 +keepissn , -1, 0, 0, 0 +keepoops , -1, 0, 0, 0 +keeprick , -2, 0, 0, -1 +keithate , 0, 0, 0, -2 +keptwatt , 0, 0, -3, 0 +keyspunk , 0, 0, -3, 0 +kisspunk , 0, 0, -3, 0 +kurtwatt , 0, 0, -3, 0 +labiatae , 0, 0, -3, 0 +ladykeen , -2, -2, -2, 0 +ladykeep , -2, -2, -2, 0 +ladykept , -2, -2, -2, 0 +laospunk , 0, 0, -3, 0 +lapissue , -1, 0, 0, 0 +lastwatt , 0, 0, -3, 0 +latwatch , 0, 0, -3, 0 +latwater , 0, 0, -3, 0 +laughate , 0, 0, 0, -2 +laurapee , 0, 0, -3, 0 +laurapen , 0, 0, -3, 0 +laurapet , 0, 0, -3, 0 +lawspunk , 0, 0, -3, 0 +leafrick , -1, 0, 0, 0 +leftwatt , 0, 0, -3, 0 +legspunk , 0, 0, -3, 0 +lenspunk , 0, 0, -3, 0 +lesspunk , 0, 0, -3, 0 +letspunk , 0, 0, -3, 0 +letwatch , 0, 0, -3, 0 +letwater , 0, 0, -3, 0 +libspunk , 0, 0, -3, 0 +liespunk , 0, 0, -3, 0 +lifelate , 0, 0, -3, 0 +liftwatt , 0, 0, -3, 0 +lipissue , -1, 0, 0, 0 +liripoop , -1, 0, 0, 0 +llcuntil , 0, -2, -2, 0 +llpissue , -1, 0, 0, 0 +locuntil , 0, -2, -2, 0 +logiclit , 0, 0, -3, 0 +logicrap , -1, 0, 0, 0 +logspunk , 0, 0, -3, 0 +loopissn , -1, 0, 0, 0 +loopoops , -1, 0, 0, 0 +looprick , -2, 0, 0, -1 +loosemen , 0, 0, -3, 0 +loseread , 0, 0, 0, -2 +losereal , 0, 0, 0, -2 +loserear , 0, 0, 0, -2 +losereed , 0, 0, 0, -2 +losereef , 0, 0, 0, -2 +losereel , 0, 0, 0, -2 +losereid , 0, 0, 0, -2 +loserely , 0, 0, 0, -2 +losereno , 0, 0, 0, -2 +loserent , 0, 0, 0, -2 +losering , 0, 0, 0, -2 +loserise , 0, 0, 0, -2 +loserisk , 0, 0, 0, -2 +loseroad , 0, 0, 0, -2 +loserock , 0, 0, 0, -2 +loserole , 0, 0, 0, -2 +loseroll , 0, 0, 0, -2 +loseroof , 0, 0, 0, -2 +loseroom , 0, 0, 0, -2 +loseroot , 0, 0, 0, -2 +loserope , 0, 0, 0, -2 +loserosa , 0, 0, 0, -2 +loserose , 0, 0, 0, -2 +loseross , 0, 0, 0, -2 +loserror , 0, 0, 0, -2 +loseruby , 0, 0, 0, -2 +loserule , 0, 0, 0, -2 +loserush , 0, 0, 0, -2 +loseruth , 0, 0, 0, -2 +loseryan , 0, 0, 0, -2 +losspunk , 0, 0, -3, 0 +lostwatt , 0, 0, -3, 0 +lotspunk , 0, 0, -3, 0 +lotwatch , 0, 0, -3, 0 +lotwater , 0, 0, -3, 0 +lowspunk , 0, 0, -3, 0 +luispunk , 0, 0, -3, 0 +lunchate , 0, 0, 0, -2 +lunchink , 0, -3, 0, 0 +lyriclit , 0, 0, -3, 0 +lyricrap , -1, 0, 0, 0 +macuntil , 0, -2, -2, 0 +magiclit , 0, 0, -3, 0 +magicrap , -1, 0, 0, 0 +mamboobj , 0, 0, -3, 0 +mangaaye , 0, -2, 0, 0 +mapissue , -1, 0, 0, 0 +mapspunk , 0, 0, -3, 0 +maracock , -2, 0, -2, 0 +marcoone , 0, -5, 0, 0 +marcoons , 0, -5, 0, 0 +marshate , 0, 0, 0, -2 +marspunk , 0, 0, -3, 0 +masspunk , 0, 0, -3, 0 +matchate , 0, 0, 0, -2 +matchink , 0, -3, 0, 0 +matspunk , 0, 0, -3, 0 +mattwatt , 0, 0, -3, 0 +matwatch , 0, 0, -3, 0 +matwater , 0, 0, -3, 0 +maxrated , 0, 0, -2, 0 +mechanal , -2, 0, -2, 0 +meetwatt , 0, 0, -3, 0 +menspunk , 0, 0, -3, 0 +menudead , 0, 0, -3, 0 +menudeaf , 0, 0, -3, 0 +menudeal , 0, 0, -3, 0 +menudean , 0, 0, -3, 0 +menudear , 0, 0, -3, 0 +menudebt , 0, 0, -3, 0 +menudept , 0, 0, -3, 0 +messpunk , 0, 0, -3, 0 +metwatch , 0, 0, -3, 0 +metwater , 0, 0, -3, 0 +michelle , -1, 0, 0, 0 +micuntil , 0, -2, -2, 0 +milfrick , -1, 0, 0, 0 +minigrab , -3, -5, 0, 0 +minigrad , -3, -5, 0, 0 +minigras , -3, -5, 0, 0 +minigray , -3, -5, 0, 0 +minigrid , -3, -5, 0, 0 +minigrip , -3, -5, 0, 0 +minigrow , -3, -5, 0, 0 +miscunto , 0, -2, -2, 0 +misspunk , 0, 0, -3, 0 +mitchell , -1, 0, 0, 0 +mixrated , 0, 0, -2, 0 +modspunk , 0, 0, -3, 0 +momspunk , 0, 0, -3, 0 +monazine , 0, -2, 0, 0 +monazite , 0, -2, 0, 0 +monbuttu , -1, 0, 0, 0 +mondaygo , 0, -3, 0, 0 +monthate , 0, 0, 0, -2 +moorcock , -2, 0, -2, 0 +moronism , 0, 0, 0, -2 +moronity , 0, 0, 0, -2 +moschate , 0, 0, 0, -2 +mosspunk , 0, 0, -3, 0 +mostwatt , 0, 0, -3, 0 +mouthate , 0, 0, 0, -2 +mphellis , -1, 0, 0, 0 +muglycos , 0, 0, 0, -2 +muglying , 0, 0, 0, -2 +muglyric , 0, 0, 0, -2 +muircock , -2, 0, -2, 0 +mustwatt , 0, 0, -3, 0 +nakedest , 0, 0, -2, 0 +nakedish , 0, 0, -2, 0 +nakedize , 0, 0, -2, 0 +natwatch , 0, 0, -3, 0 +natwater , 0, 0, -3, 0 +nazified , 0, -2, 0, 0 +nazifies , 0, -2, 0, 0 +nbcuntil , 0, -2, -2, 0 +necrapid , -1, 0, 0, 0 +necuntil , 0, -2, -2, 0 +netwatch , 0, 0, -3, 0 +netwater , 0, 0, -3, 0 +newspunk , 0, 0, -3, 0 +nflangel , 0, 0, -3, 0 +niggling , -2, -3, 0, 0 +nigrosin , -5, -8, 0, 0 +noisemen , 0, 0, -3, 0 +nonfatty , 0, -2, 0, -2 +nonloser , 0, 0, 0, -2 +norsemen , 0, 0, -3, 0 +northate , 0, 0, 0, -2 +notwatch , 0, 0, -3, 0 +notwater , 0, 0, -3, 0 +ntscunto , 0, -2, -2, 0 +nursemen , 0, 0, -3, 0 +nutspunk , 0, 0, -3, 0 +nutwatch , 0, 0, -3, 0 +nutwater , 0, 0, -3, 0 +nycuntil , 0, -2, -2, 0 +oakspunk , 0, 0, -3, 0 +oasissys , 0, 0, 0, -1 +oclcunto , 0, -2, -2, 0 +octwatch , 0, 0, -3, 0 +octwater , 0, 0, -3, 0 +oddballs , 0, 0, -1, 0 +oddspunk , 0, 0, -3, 0 +oilspunk , 0, 0, -3, 0 +omahatea , 0, 0, 0, -2 +omahatee , 0, 0, 0, -2 +omahaten , 0, 0, 0, -2 +omahatex , 0, 0, 0, -2 +onespunk , 0, 0, -3, 0 +oopspunk , 0, 0, -3, 0 +optwatch , 0, 0, -3, 0 +optwater , 0, 0, -3, 0 +orbitchi , 0, -2, -2, 0 +orbitcho , 0, -2, -2, 0 +orchella , -1, 0, 0, 0 +orgasmic , 0, 0, -2, 0 +ourspunk , 0, 0, -3, 0 +outwatch , 0, 0, -3, 0 +outwater , 0, 0, -3, 0 +overdamn , -1, 0, 0, 0 +overhate , 0, 0, 0, -2 +ownspunk , 0, 0, -3, 0 +oxyfatty , 0, -2, 0, -2 +oxymoron , 0, 0, 0, -2 +pachinko , 0, -3, 0, 0 +pacuntil , 0, -2, -2, 0 +pandanus , -2, 0, 0, 0 +paniclit , 0, 0, -3, 0 +panicrap , -1, 0, 0, 0 +paradego , 0, -3, 0, 0 +parapeak , 0, 0, -3, 0 +parapeas , 0, 0, -3, 0 +parapegm , 0, 0, -3, 0 +passpunk , 0, 0, -3, 0 +pastwatt , 0, 0, -3, 0 +patacoon , 0, -5, 0, 0 +patchate , 0, 0, 0, -2 +patchink , 0, -3, 0, 0 +patwatch , 0, 0, -3, 0 +patwater , 0, 0, -3, 0 +paydaygo , 0, -3, 0, 0 +payspunk , 0, 0, -3, 0 +pctwatch , 0, 0, -3, 0 +pctwater , 0, 0, -3, 0 +pdtwatch , 0, 0, -3, 0 +pdtwater , 0, 0, -3, 0 +penislam , -1, 0, -3, 0 +penissue , -1, 0, -3, 0 +penspunk , 0, 0, -3, 0 +penusing , -1, 0, -3, 0 +penusual , -1, 0, -3, 0 +perianal , -2, 0, -2, 0 +perqueer , 0, -3, 0, 0 +perthate , 0, 0, 0, -2 +petspunk , 0, 0, -3, 0 +petwatch , 0, 0, -3, 0 +petwater , 0, 0, -3, 0 +pfennigs , -2, -3, 0, 0 +pgpissue , -1, 0, 0, 0 +phasemen , 0, 0, -3, 0 +phenazin , 0, -2, 0, 0 +phpissue , -1, 0, 0, 0 +physpunk , 0, 0, -3, 0 +picspunk , 0, 0, -3, 0 +picuntil , 0, -2, -2, 0 +pinballs , 0, 0, -1, 0 +pinprick , -2, 0, 0, -1 +pissabed , -1, 0, 0, 0 +pissodes , -1, 0, 0, 0 +pitchate , 0, 0, 0, -2 +pitchink , 0, -3, 0, 0 +pixrated , 0, 0, -2, 0 +platanus , -2, 0, 0, 0 +plcuntil , 0, -2, -2, 0 +plotcock , -2, 0, -2, 0 +pluglynn , 0, 0, 0, -2 +plugugly , 0, 0, 0, -2 +pluspunk , 0, 0, -3, 0 +pmcuntil , 0, -2, -2, 0 +poetwatt , 0, 0, -3, 0 +polarsea , -2, 0, 0, 0 +polarsec , -2, 0, 0, 0 +polarsee , -2, 0, 0, 0 +polarsen , -2, 0, 0, 0 +polarseo , -2, 0, 0, 0 +polarsep , -2, 0, 0, 0 +polarseq , -2, 0, 0, 0 +polarser , -2, 0, 0, 0 +polarset , -2, 0, 0, 0 +popissue , -1, 0, 0, 0 +pornancy , 0, 0, -3, 0 +pornasty , 0, 0, -3, 0 +pornepal , 0, 0, -3, 0 +pornerve , 0, 0, -3, 0 +pornever , 0, 0, -3, 0 +porniger , 0, 0, -3, 0 +pornight , 0, 0, -3, 0 +pornikon , 0, 0, -3, 0 +pornoble , 0, 0, -3, 0 +pornoise , 0, 0, -3, 0 +pornokia , 0, 0, -3, 0 +pornurse , 0, 0, -3, 0 +pornylon , 0, 0, -3, 0 +portwatt , 0, 0, -3, 0 +possemen , 0, 0, -3, 0 +postanal , -2, 0, -2, 0 +postwatt , 0, 0, -3, 0 +potwatch , 0, 0, -3, 0 +potwater , 0, 0, -3, 0 +ppcuntil , 0, -2, -4, 0 +praeanal , -2, 0, -2, 0 +pregnant , 0, 0, 2, 0 +pretardy , 0, -2, 0, -2 +prickado , -2, 0, 0, -1 +prickant , -2, 0, 0, -1 +prickier , -2, 0, 0, -1 +pricking , -2, 0, 0, -1 +prickish , -2, 0, 0, -1 +princock , -2, 0, -2, 0 +procunto , 0, -2, -2, 0 +promoron , 0, 0, 0, -2 +prospunk , 0, 0, -3, 0 +protwatt , 0, 0, -3, 0 +pstwatch , 0, 0, -3, 0 +pstwater , 0, 0, -3, 0 +pubeagle , 0, 0, -3, 0 +pubebony , 0, 0, -3, 0 +pubebook , 0, 0, -3, 0 +pubeddie , 0, 0, -3, 0 +pubedgar , 0, 0, -3, 0 +pubegypt , 0, 0, -3, 0 +pubeight , 0, 0, -3, 0 +pubelder , 0, 0, -3, 0 +pubelect , 0, 0, -3, 0 +pubelite , 0, 0, -3, 0 +pubellen , 0, 0, -3, 0 +pubellis , 0, 0, -3, 0 +pubelvis , 0, 0, -3, 0 +pubemacs , 0, 0, -3, 0 +pubemail , 0, 0, -3, 0 +pubemily , 0, 0, -3, 0 +pubempty , 0, 0, -3, 0 +pubenemy , 0, 0, -3, 0 +pubenjoy , 0, 0, -3, 0 +pubepson , 0, 0, -3, 0 +pubequal , 0, 0, -3, 0 +puberror , 0, 0, -3, 0 +pubertal , 0, 0, -3, 0 +pubertic , 0, 0, -3, 0 +pubessay , 0, 0, -3, 0 +pubessex , 0, 0, -3, 0 +pubexact , 0, 0, -3, 0 +pubexcel , 0, 0, -3, 0 +pubexist , 0, 0, -3, 0 +pubspunk , 0, 0, -3, 0 +pulsemen , 0, 0, -3, 0 +pumpissn , -1, 0, 0, 0 +pumpoops , -1, 0, 0, 0 +pumprick , -2, 0, 0, -1 +punchate , 0, 0, 0, -2 +punchink , 0, -3, 0, 0 +pursemen , 0, 0, -3, 0 +pussiest , 0, -2, -2, 0 +putspunk , 0, 0, -3, 0 +putwatch , 0, 0, -3, 0 +putwater , 0, 0, -3, 0 +pvcuntil , 0, -2, -2, 0 +quandong , 0, 0, -2, 0 +queerest , 0, -3, 0, 0 +queering , 0, -3, 0, 0 +queerish , 0, -3, 0, 0 +queerity , 0, -3, 0, 0 +queerror , 0, -3, 0, 0 +radarsea , -2, 0, 0, 0 +radarsec , -2, 0, 0, 0 +radarsee , -2, 0, 0, 0 +radarsen , -2, 0, 0, 0 +radarseo , -2, 0, 0, 0 +radarsep , -2, 0, 0, 0 +radarseq , -2, 0, 0, 0 +radarser , -2, 0, 0, 0 +radarset , -2, 0, 0, 0 +raisemen , 0, 0, -3, 0 +rakehell , -1, 0, 0, 0 +ralphate , 0, 0, 0, -2 +ranchate , 0, 0, 0, -2 +ranchink , 0, -3, 0, 0 +rapeagle , 0, 0, -3, 0 +rapebony , 0, 0, -3, 0 +rapebook , 0, 0, -3, 0 +rapegypt , 0, 0, -3, 0 +rapeight , 0, 0, -3, 0 +rapelder , 0, 0, -3, 0 +rapelect , 0, 0, -3, 0 +rapelite , 0, 0, -3, 0 +rapellen , 0, 0, -3, 0 +rapellis , 0, 0, -3, 0 +rapelvis , 0, 0, -3, 0 +rapemacs , 0, 0, -3, 0 +rapemail , 0, 0, -3, 0 +rapemily , 0, 0, -3, 0 +rapempty , 0, 0, -3, 0 +rapenemy , 0, 0, -3, 0 +rapenjoy , 0, 0, -3, 0 +rapepson , 0, 0, -3, 0 +rapequal , 0, 0, -3, 0 +rapeseed , 0, 0, -3, 0 +rapessay , 0, 0, -3, 0 +rapessex , 0, 0, -3, 0 +rapexact , 0, 0, -3, 0 +rapexcel , 0, 0, -3, 0 +rapexist , 0, 0, -3, 0 +raphanus , -2, 0, 0, 0 +rapissue , -1, 0, 0, 0 +ratspunk , 0, 0, -3, 0 +ratwatch , 0, 0, -3, 0 +ratwater , 0, 0, -3, 0 +rayspunk , 0, 0, -3, 0 +readyken , -2, -2, -2, 0 +readykey , -2, -2, -2, 0 +rectumor , 0, 0, -2, 0 +recuntil , 0, -2, -2, 0 +reefrick , -1, 0, 0, 0 +repissue , -1, 0, 0, 0 +retardee , 0, -2, 0, -2 +retarder , 0, -2, 0, -2 +rfcuntil , 0, -2, -2, 0 +ribboner , 0, 0, -3, 0 +ricoonce , 0, -5, 0, 0 +ricoonly , 0, -5, 0, 0 +ricoonto , 0, -5, 0, 0 +ricoward , 0, 0, 0, -1 +ripissue , -1, 0, 0, 0 +rochelle , -1, 0, 0, 0 +roofrick , -1, 0, 0, 0 +rootwatt , 0, 0, -3, 0 +rosspunk , 0, 0, -3, 0 +roughate , 0, 0, 0, -2 +rowspunk , 0, 0, -3, 0 +rrpissue , -1, 0, 0, 0 +ruglycos , 0, 0, 0, -2 +ruglying , 0, 0, 0, -2 +ruglyric , 0, 0, 0, -2 +rugspunk , 0, 0, -3, 0 +runspunk , 0, 0, -3, 0 +sackbutt , -1, 0, 0, 0 +safelate , 0, 0, -3, 0 +sanspunk , 0, 0, -3, 0 +sapissue , -1, 0, 0, 0 +sarahate , 0, 0, 0, -2 +saturday , -1, 0, 0, 0 +satwatch , 0, 0, -3, 0 +satwater , 0, 0, -3, 0 +sayspunk , 0, 0, -3, 0 +scuddick , -2, 0, -2, 0 +scumfish , 0, 0, -2, -2 +scumless , 0, 0, -2, -2 +scumlike , 0, 0, -2, -2 +scummier , 0, 0, -2, -2 +scumming , 0, 0, 0, -2 +scyphate , 0, 0, 0, -2 +secuntil , 0, -2, -2, 0 +seespunk , 0, 0, -3, 0 +selfrick , -1, 0, 0, 0 +seminude , 0, 0, -3, 0 +sensemen , 0, 0, -3, 0 +sepissue , -1, 0, 0, 0 +septwatt , 0, 0, -3, 0 +serranus , -2, 0, 0, 0 +setspunk , 0, 0, -3, 0 +setwatch , 0, 0, -3, 0 +setwater , 0, 0, -3, 0 +shagging , 0, 0, 3, 0 +shitheel , -2, 0, 0, 0 +shutwatt , 0, 0, -3, 0 +sicuntil , 0, -2, -2, 0 +sillcock , -2, 0, -2, 0 +silvanus , -2, 0, 0, 0 +simspunk , 0, 0, -3, 0 +sincestd , 0, 0, -3, 0 +sinceste , 0, 0, -3, 0 +sincestr , 0, 0, -3, 0 +singhate , 0, 0, 0, -2 +sinigrin , -3, -5, 0, 0 +sipissue , -1, 0, 0, 0 +sissyish , 0, 0, 0, -1 +sissyism , 0, 0, 0, -1 +sixrated , 0, 0, -2, 0 +sixthate , 0, 0, 0, -2 +skipissn , -1, 0, 0, 0 +skipoops , -1, 0, 0, 0 +skiprick , -2, 0, 0, -1 +sluthood , 0, -2, -2, 0 +smithate , 0, 0, 0, -2 +smtpissn , -1, 0, 0, 0 +smtpoops , -1, 0, 0, 0 +smtprick , -2, 0, 0, -1 +snapissn , -1, 0, 0, 0 +snaprick , -2, 0, 0, -1 +soapissn , -1, 0, 0, 0 +soaprick , -2, 0, 0, -1 +socuntil , 0, -2, -2, 0 +sodomize , 0, 0, 3, 0 +softwatt , 0, 0, -3, 0 +solarsea , -2, 0, 0, 0 +solarsec , -2, 0, 0, 0 +solarsee , -2, 0, 0, 0 +solarsen , -2, 0, 0, 0 +solarseo , -2, 0, 0, 0 +solarsep , -2, 0, 0, 0 +solarseq , -2, 0, 0, 0 +solarser , -2, 0, 0, 0 +solarset , -2, 0, 0, 0 +soniccab , -2, -3, 0, 0 +soniccad , -2, -3, 0, 0 +soniccal , -2, -3, 0, 0 +soniccam , -2, -3, 0, 0 +soniccan , -2, -3, 0, 0 +soniccap , -2, -3, 0, 0 +soniccar , -2, -3, 0, 0 +soniccas , -2, -3, 0, 0 +soniccat , -2, -3, 0, 0 +soniclit , 0, 0, -3, 0 +sonicrap , -1, 0, 0, 0 +sortwatt , 0, 0, -3, 0 +soupissn , -1, 0, 0, 0 +soupoops , -1, 0, 0, 0 +souprick , -2, 0, 0, -1 +southate , 0, 0, 0, -2 +soxrated , 0, 0, -2, 0 +specunto , 0, -2, -2, 0 +spunkily , 0, 0, -3, 0 +spunking , 0, 0, -3, 0 +srcuntil , 0, -2, -2, 0 +statwatt , 0, 0, -3, 0 +stepissn , -1, 0, 0, 0 +stepoops , -1, 0, 0, 0 +steprick , -2, 0, 0, -1 +stopcock , -2, 0, -2, 0 +studyken , -2, -2, -2, 0 +studykey , -2, -2, -2, 0 +stupider , 0, 0, 0, -1 +stupidly , 0, 0, 0, -1 +sturdied , -1, 0, 0, 0 +sturdier , -1, 0, 0, 0 +sturdily , -1, 0, 0, 0 +suckable , 0, 0, 0, -1 +suckabob , 0, 0, 0, -1 +suckfish , 0, 0, 0, -1 +suckhole , 0, 0, 0, -1 +suckling , 0, 0, 0, -1 +sulphate , 0, 0, 0, -2 +sundaygo , 0, -3, 0, 0 +surfrick , -1, 0, 0, 0 +swapissn , -1, 0, 0, 0 +swaprick , -2, 0, 0, -1 +swordick , -2, 0, -2, 0 +synarses , -2, 0, 0, 0 +syncunto , 0, -2, -2, 0 +tagspunk , 0, 0, -3, 0 +tapisser , -1, 0, 0, 0 +tapissue , -1, 0, 0, 0 +taxrated , 0, 0, -2, 0 +tcpissue , -1, 0, 0, 0 +teddyken , -2, -2, -2, 0 +teddykey , -2, -2, -2, 0 +teethate , 0, 0, 0, -2 +tempissn , -1, 0, 0, 0 +tempoops , -1, 0, 0, 0 +temprick , -2, 0, 0, -1 +testical , 0, 0, 3, 0 +testicle , 0, 0, 3, 0 +texrated , 0, 0, -2, 0 +tftwatch , 0, 0, -3, 0 +tftwater , 0, 0, -3, 0 +tgpissue , -1, 0, 0, 0 +thesemen , 0, 0, -3, 0 +thomomys , 0, -2, -1, 0 +thuspunk , 0, 0, -3, 0 +tiespunk , 0, 0, -3, 0 +tipissue , -1, 0, 0, 0 +tithable , 0, 0, -3, 0 +tithonia , 0, 0, -3, 0 +tithonic , 0, 0, -3, 0 +tithonus , 0, 0, -3, 0 +tithymal , 0, 0, -3, 0 +titmarsh , 0, 0, -3, 0 +titmmice , 0, 0, -3, 0 +titmouse , 0, 0, -3, 0 +titrable , 0, 0, -3, 0 +titrator , 0, 0, -3, 0 +titubant , 0, 0, -3, 0 +titubate , 0, 0, -3, 0 +titulado , 0, 0, -3, 0 +tmpissue , -1, 0, 0, 0 +toothate , 0, 0, 0, -2 +topissue , -1, 0, 0, 0 +topspunk , 0, 0, -3, 0 +touchate , 0, 0, 0, -2 +touchink , 0, -3, 0, 0 +toughate , 0, 0, 0, -2 +toxiclit , 0, 0, -3, 0 +toxicrap , -1, 0, 0, 0 +toyspunk , 0, 0, -3, 0 +trapezia , 0, 0, -3, 0 +trochate , 0, 0, 0, -2 +tumorons , 0, 0, 0, -2 +turboobj , 0, 0, -3, 0 +turdetan , -1, 0, 0, 0 +turdidae , -1, 0, 0, 0 +turdinae , -1, 0, 0, 0 +turncock , -2, 0, -2, 0 +turnmeon , 0, 0, 2, 0 +twatchel , 0, 0, -3, 0 +tympanal , -2, 0, -2, 0 +ultrapee , 0, 0, -3, 0 +ultrapen , 0, 0, -3, 0 +ultrapet , 0, 0, -3, 0 +unbloody , -2, 0, 0, 0 +unbreast , 0, 0, -2, 0 +unigrace , -3, -5, 0, 0 +unigrain , -3, -5, 0, 0 +unigrams , -3, -5, 0, 0 +unigrand , -3, -5, 0, 0 +unigrant , -3, -5, 0, 0 +unigraph , -3, -5, 0, 0 +unigrave , -3, -5, 0, 0 +unigrill , -3, -5, 0, 0 +unigross , -3, -5, 0, 0 +unigroup , -3, -5, 0, 0 +unigrove , -3, -5, 0, 0 +unstupid , 0, 0, 0, -1 +upcuntil , 0, -2, -2, 0 +urlspunk , 0, 0, -3, 0 +uscuntil , 0, -2, -2, 0 +usespunk , 0, 0, -3, 0 +usgspunk , 0, 0, -3, 0 +uspspunk , 0, 0, -3, 0 +utcuntil , 0, -2, -2, 0 +varseven , -2, 0, 0, 0 +vastwatt , 0, 0, -3, 0 +vatwatch , 0, 0, -3, 0 +vatwater , 0, 0, -3, 0 +vcrapart , -1, 0, 0, 0 +vcrapnic , -1, 0, 0, 0 +versemen , 0, 0, -3, 0 +vicuntil , 0, -2, -2, 0 +vipissue , -1, 0, 0, 0 +voipissn , -1, 0, 0, 0 +voipoops , -1, 0, 0, 0 +voiprick , -2, 0, 0, -1 +volcanus , -2, 0, 0, 0 +voltwatt , 0, 0, -3, 0 +wambutti , -1, 0, 0, 0 +warspunk , 0, 0, -3, 0 +watchate , 0, 0, 0, -2 +watchink , 0, -3, 0, 0 +wattwatt , 0, 0, -3, 0 +waxrated , 0, 0, -2, 0 +wayspunk , 0, 0, -3, 0 +welshate , 0, 0, 0, -2 +wendyken , -2, -2, -2, 0 +wendykey , -2, -2, -2, 0 +wetwatch , 0, 0, -3, 0 +wetwater , 0, 0, -3, 0 +whichate , 0, 0, 0, -2 +whichink , 0, -3, 0, 0 +whoarbor , 0, -3, -2, 0 +whoarise , 0, -3, -2, 0 +whoarray , 0, -3, -2, 0 +whoarrow , 0, -3, -2, 0 +whoaruba , 0, -3, -2, 0 +whomoclc , 0, -2, -1, 0 +whomoecd , 0, -2, -1, 0 +whomohio , 0, -2, -1, 0 +whomokay , 0, -2, -1, 0 +whomoops , 0, -2, -1, 0 +whomoore , 0, -2, -1, 0 +whomopen , 0, -2, -1, 0 +whomoral , 0, -2, -1, 0 +whomoses , 0, -2, -1, 0 +whomotel , 0, -2, -1, 0 +whomotor , 0, -2, -1, 0 +whomount , 0, -2, -1, 0 +whomouse , 0, -2, -1, 0 +whomoval , 0, -2, -1, 0 +whomovie , 0, -2, -1, 0 +whomowen , 0, -2, -1, 0 +widthate , 0, 0, 0, -2 +wifelate , 0, 0, -3, 0 +witchate , 0, 0, 0, -2 +witchink , 0, -3, 0, 0 +wolfrick , -1, 0, 0, 0 +woodcock , -2, 0, -2, 0 +worsemen , 0, 0, -3, 0 +worthate , 0, 0, 0, -2 +xanthate , 0, 0, 0, -2 +yetwatch , 0, 0, -3, 0 +yetwater , 0, 0, -3, 0 +youthate , 0, 0, 0, -2 +zipissue , -1, 0, 0, 0 +actwatson , 0, 0, -3, 0 +adamspunk , 0, 0, -3, 0 +adultwatt , 0, 0, -3, 0 +adumbrant , 0, 0, 0, -1 +adumbrate , 0, 0, 0, -1 +advisemen , 0, 0, -3, 0 +agapornis , 0, 0, -3, 0 +alertwatt , 0, 0, -3, 0 +alexrated , 0, 0, -2, 0 +alphatech , 0, 0, 0, -2 +alphatemp , 0, 0, 0, -2 +altwatson , 0, 0, -3, 0 +alumnigsm , -2, -3, 0, 0 +alumnigst , -2, -3, 0, 0 +analbania , -2, 0, -2, 0 +analcimic , -2, 0, -2, 0 +analcohol , -2, 0, -2, 0 +analeague , -2, 0, -2, 0 +analectic , -2, 0, -2, 0 +analepses , -2, 0, -2, 0 +analepsis , -2, 0, -2, 0 +analeptic , -2, 0, -2, 0 +analgebra , -2, 0, -2, 0 +analgeria , -2, 0, -2, 0 +analgesia , -2, 0, -2, 0 +analgesic , -2, 0, -2, 0 +analgesis , -2, 0, -2, 0 +analgetic , -2, 0, -2, 0 +analondon , -2, 0, -2, 0 +analoving , -2, 0, -2, 0 +analready , -2, 0, -2, 0 +analuther , -2, 0, -2, 0 +analuxury , -2, 0, -2, 0 +analysand , -2, 0, -2, 0 +analysing , -2, 0, -2, 0 +analyzing , -2, 0, -2, 0 +anchornyc , 0, 0, -3, 0 +andykeith , -2, -2, -2, 0 +andykelly , -2, -2, -2, 0 +andykevin , -2, -2, -2, 0 +antwatson , 0, 0, -3, 0 +apacheshe , 0, 0, -2, 0 +apniccafe , -2, -3, 0, 0 +apniccage , -2, -3, 0, 0 +apniccake , -2, -3, 0, 0 +apniccave , -2, -3, 0, 0 +apnicunto , 0, -2, -2, 0 +apolloser , 0, 0, 0, -2 +aptwatson , 0, 0, -3, 0 +arabichad , 0, -2, -2, 0 +arabicham , 0, -2, -2, 0 +arabichas , 0, -2, -2, 0 +arabichat , 0, -2, -2, 0 +arabichay , 0, -2, -2, 0 +arabichim , 0, -2, -2, 0 +arabichip , 0, -2, -2, 0 +arabichis , 0, -2, -2, 0 +arabichit , 0, -2, -2, 0 +arabichiv , 0, -2, -2, 0 +arabichon , 0, -2, -2, 0 +arabichop , 0, -2, -2, 0 +arabichot , 0, -2, -2, 0 +arabichow , 0, -2, -2, 0 +arabichrs , 0, -2, -2, 0 +arabichub , 0, -2, -2, 0 +arabichwy , 0, -2, -2, 0 +arabiclit , 0, 0, -3, 0 +arabicrap , -1, 0, 0, 0 +archellis , -1, 0, 0, 0 +arcticlit , 0, 0, -3, 0 +arcticrap , -1, 0, 0, 0 +arenazinc , 0, -2, 0, 0 +armoronce , 0, 0, 0, -2 +armoronly , 0, 0, 0, -2 +armoronto , 0, 0, 0, -2 +arseneted , -2, 0, 0, 0 +arsenfast , -2, 0, 0, 0 +arseniate , -2, 0, 0, 0 +arsenillo , -2, 0, 0, 0 +arsenious , -2, 0, 0, 0 +arsesmart , -2, 0, 0, 0 +artisanal , -2, 0, -2, 0 +artwatson , 0, 0, -3, 0 +ashkenazi , 0, -2, 0, 0 +assausive , -2, 0, 0, 0 +assonance , -2, 0, 0, 0 +assuaging , -2, 0, 0, 0 +assuasive , -2, 0, 0, 0 +assuetude , -2, 0, 0, 0 +assumable , -2, 0, 0, 0 +assumably , -2, 0, 0, 0 +assumpsit , -2, 0, 0, 0 +assurable , -2, 0, 0, 0 +assurance , -2, 0, 0, 0 +asswaging , -2, 0, 0, 0 +assyntite , -2, 0, 0, 0 +asyllabia , 0, 0, -3, 0 +attachink , 0, -3, 0, 0 +aurorapee , 0, 0, -3, 0 +aurorapen , 0, 0, -3, 0 +aurorapet , 0, 0, -3, 0 +autospunk , 0, 0, -3, 0 +babespunk , 0, 0, -3, 0 +bacchanal , -2, 0, -2, 0 +ballsaint , 0, 0, -1, 0 +ballsalad , 0, 0, -1, 0 +ballsally , 0, 0, -1, 0 +ballsalon , 0, 0, -1, 0 +ballsauce , 0, 0, -1, 0 +ballsaudi , 0, 0, -1, 0 +ballsbjct , 0, 0, -1, 0 +ballscale , 0, 0, -1, 0 +ballscary , 0, 0, -1, 0 +ballscene , 0, 0, -1, 0 +ballscoop , 0, 0, -1, 0 +ballscope , 0, 0, -1, 0 +ballscore , 0, 0, -1, 0 +ballscott , 0, 0, -1, 0 +ballscout , 0, 0, -1, 0 +ballscrew , 0, 0, -1, 0 +ballscuba , 0, 0, -1, 0 +ballseven , 0, 0, -1, 0 +ballshade , 0, 0, -1, 0 +ballshaft , 0, 0, -1, 0 +ballshake , 0, 0, -1, 0 +ballshall , 0, 0, -1, 0 +ballshame , 0, 0, -1, 0 +ballshape , 0, 0, -1, 0 +ballshare , 0, 0, -1, 0 +ballshark , 0, 0, -1, 0 +ballsharp , 0, 0, -1, 0 +ballshift , 0, 0, -1, 0 +ballshine , 0, 0, -1, 0 +ballshirt , 0, 0, -1, 0 +ballshock , 0, 0, -1, 0 +ballshoot , 0, 0, -1, 0 +ballshore , 0, 0, -1, 0 +ballshort , 0, 0, -1, 0 +ballsilly , 0, 0, -1, 0 +ballslave , 0, 0, -1, 0 +ballsleep , 0, 0, -1, 0 +ballslide , 0, 0, -1, 0 +ballslope , 0, 0, -1, 0 +ballsmall , 0, 0, -1, 0 +ballsmart , 0, 0, -1, 0 +ballsmell , 0, 0, -1, 0 +ballsmile , 0, 0, -1, 0 +ballsmith , 0, 0, -1, 0 +ballsmoke , 0, 0, -1, 0 +ballsnake , 0, 0, -1, 0 +ballsorry , 0, 0, -1, 0 +ballsound , 0, 0, -1, 0 +ballsouth , 0, 0, -1, 0 +ballspeak , 0, 0, -1, 0 +ballspeed , 0, 0, -1, 0 +ballspell , 0, 0, -1, 0 +ballspend , 0, 0, -1, 0 +ballspent , 0, 0, -1, 0 +ballsperm , 0, 0, -1, 0 +ballspice , 0, 0, -1, 0 +ballspies , 0, 0, -1, 0 +ballsplit , 0, 0, -1, 0 +ballspoke , 0, 0, -1, 0 +ballsport , 0, 0, -1, 0 +ballspray , 0, 0, -1, 0 +ballsquad , 0, 0, -1, 0 +ballstack , 0, 0, -1, 0 +ballstaff , 0, 0, -1, 0 +ballstage , 0, 0, -1, 0 +ballstake , 0, 0, -1, 0 +ballstamp , 0, 0, -1, 0 +ballstick , 0, 0, -1, 0 +ballstill , 0, 0, -1, 0 +ballstock , 0, 0, -1, 0 +ballstone , 0, 0, -1, 0 +ballstood , 0, 0, -1, 0 +ballstore , 0, 0, -1, 0 +ballstorm , 0, 0, -1, 0 +ballstory , 0, 0, -1, 0 +ballstuck , 0, 0, -1, 0 +ballstuff , 0, 0, -1, 0 +ballstyle , 0, 0, -1, 0 +ballsudan , 0, 0, -1, 0 +ballsugar , 0, 0, -1, 0 +ballsuper , 0, 0, -1, 0 +ballsusan , 0, 0, -1, 0 +ballsweet , 0, 0, -1, 0 +ballswift , 0, 0, -1, 0 +ballswing , 0, 0, -1, 0 +ballswiss , 0, 0, -1, 0 +ballsword , 0, 0, -1, 0 +bandspunk , 0, 0, -3, 0 +bankspunk , 0, 0, -3, 0 +baseballs , 0, 0, -1, 0 +basespunk , 0, 0, -3, 0 +basispunk , 0, 0, -3, 0 +basissync , 0, 0, 0, -1 +bathellis , -1, 0, 0, 0 +bathspunk , 0, 0, -3, 0 +batwatson , 0, 0, -3, 0 +beacheshe , 0, 0, -2, 0 +beanballs , 0, 0, -1, 0 +beanspunk , 0, 0, -3, 0 +beatspunk , 0, 0, -3, 0 +beltspunk , 0, 0, -3, 0 +beltwatch , 0, 0, -3, 0 +beltwater , 0, 0, -3, 0 +bethellis , -1, 0, 0, 0 +betwatson , 0, 0, -3, 0 +bichromic , 0, -2, -2, 0 +bikespunk , 0, 0, -3, 0 +bikinigsm , -2, -3, 0, 0 +bikinigst , -2, -3, 0, 0 +billspunk , 0, 0, -3, 0 +billycock , -2, 0, -2, 0 +birdspunk , 0, 0, -3, 0 +bitchains , 0, -2, -2, 0 +bitchapel , 0, -2, -2, 0 +bitcharge , 0, -2, -2, 0 +bitcheers , 0, -2, -2, 0 +bitcheese , 0, -2, -2, 0 +bitcheque , 0, -2, -2, 0 +bitcherry , 0, -2, -2, 0 +bitchiest , 0, -2, -2, 0 +bitchoice , 0, -2, -2, 0 +bitchoose , 0, -2, -2, 0 +bitchorus , 0, -2, -2, 0 +bitchrome , 0, -2, -2, 0 +bitchubby , 0, -2, -2, 0 +bitchurch , 0, -2, -2, 0 +bitschain , 0, -2, -2, 0 +bitschair , 0, -2, -2, 0 +bitschaos , 0, -2, -2, 0 +bitschase , 0, -2, -2, 0 +bitscheap , 0, -2, -2, 0 +bitscheat , 0, -2, -2, 0 +bitscheck , 0, -2, -2, 0 +bitschess , 0, -2, -2, 0 +bitschest , 0, -2, -2, 0 +bitschevy , 0, -2, -2, 0 +bitschris , 0, -2, -2, 0 +bitschuck , 0, -2, -2, 0 +blahellis , -1, 0, 0, 0 +bloodyale , -2, 0, 0, 0 +bloodyang , -2, 0, 0, 0 +bloodyard , -2, 0, 0, 0 +bloodyarn , -2, 0, 0, 0 +bloodying , -2, 0, 0, 0 +bloodyoga , -2, 0, 0, 0 +bloodyork , -2, 0, 0, 0 +blowballs , 0, 0, -1, 0 +bluespunk , 0, 0, -3, 0 +boatspunk , 0, 0, -3, 0 +boatwatch , 0, 0, -3, 0 +boatwater , 0, 0, -3, 0 +bodykeith , -2, -2, -2, 0 +bodykelly , -2, -2, -2, 0 +bodykevin , -2, -2, -2, 0 +boltwatch , 0, 0, -3, 0 +boltwater , 0, 0, -3, 0 +bondspunk , 0, 0, -3, 0 +bonereach , 0, 0, -3, 0 +bonerebel , 0, 0, -3, 0 +bonerehab , 0, 0, -3, 0 +bonerelax , 0, 0, -3, 0 +bonerelay , 0, 0, -3, 0 +boneremix , 0, 0, -3, 0 +bonerenew , 0, 0, -3, 0 +boneretro , 0, 0, -3, 0 +bonerhode , 0, 0, -3, 0 +boneright , 0, 0, -3, 0 +boneriver , 0, 0, -3, 0 +boneroger , 0, 0, -3, 0 +bonerotic , 0, 0, -3, 0 +bonerouge , 0, 0, -3, 0 +bonerough , 0, 0, -3, 0 +boneround , 0, 0, -3, 0 +boneroute , 0, 0, -3, 0 +bonerover , 0, 0, -3, 0 +bonerural , 0, 0, -3, 0 +bonhomous , 0, -2, -1, 0 +bonuspunk , 0, 0, -3, 0 +boobialla , 0, 0, -3, 0 +booboisie , 0, 0, -3, 0 +boobyalla , 0, 0, -3, 0 +bookspunk , 0, 0, -3, 0 +boostwatt , 0, 0, -3, 0 +bootspunk , 0, 0, -3, 0 +bootwatch , 0, 0, -3, 0 +bootwater , 0, 0, -3, 0 +bothellis , -1, 0, 0, 0 +boxespunk , 0, 0, -3, 0 +brainless , 0, 0, 0, 1 +brasquing , 0, 0, -1, 0 +brasspunk , 0, 0, -3, 0 +brauneria , 0, 0, -1, 0 +brauronia , 0, 0, -1, 0 +breastful , 0, 0, -2, 0 +breasting , 0, 0, -2, 0 +breastpin , 0, 0, -2, 0 +breathate , 0, 0, 0, -2 +briefrick , -1, 0, 0, 0 +brighella , -1, 0, 0, 0 +broomrape , 0, 0, -3, 0 +browsemen , 0, 0, -3, 0 +buckspunk , 0, 0, -3, 0 +buddykeen , -2, -2, -2, 0 +buddykeep , -2, -2, -2, 0 +buddykept , -2, -2, -2, 0 +buggerald , -2, 0, 0, 0 +buggeries , -2, 0, 0, 0 +buggering , -2, 0, 0, 0 +buggerman , -2, 0, 0, 0 +builtwatt , 0, 0, -3, 0 +burnspunk , 0, 0, -3, 0 +burstwatt , 0, 0, -3, 0 +buttackle , -1, 0, 0, 0 +buttaiwan , -1, 0, 0, 0 +buttaking , -1, 0, 0, 0 +buttattoo , -1, 0, 0, 0 +buttaught , -1, 0, 0, 0 +buttaylor , -1, 0, 0, 0 +butthirty , -1, 0, 0, 0 +butthomas , -1, 0, 0, 0 +butthread , -1, 0, 0, 0 +butthreat , -1, 0, 0, 0 +butthroat , -1, 0, 0, 0 +butticket , -1, 0, 0, 0 +buttissue , -1, 0, 0, 0 +buttitans , -1, 0, 0, 0 +buttitten , -1, 0, 0, 0 +buttrance , -1, 0, 0, 0 +buttranny , -1, 0, 0, 0 +buttrauma , -1, 0, 0, 0 +buttravel , -1, 0, 0, 0 +buttravis , -1, 0, 0, 0 +buttrembl , -1, 0, 0, 0 +buttroops , -1, 0, 0, 0 +buttstock , -1, 0, 0, 0 +buttstrap , -1, 0, 0, 0 +buttucson , -1, 0, 0, 0 +buttuning , -1, 0, 0, 0 +buttunnel , -1, 0, 0, 0 +butturkey , -1, 0, 0, 0 +butturtle , -1, 0, 0, 0 +buttwelve , -1, 0, 0, 0 +buttwenty , -1, 0, 0, 0 +butwatson , 0, 0, -3, 0 +bytespunk , 0, 0, -3, 0 +cakespunk , 0, 0, -3, 0 +caliphate , 0, 0, 0, -2 +callspunk , 0, 0, -3, 0 +campspunk , 0, 0, -3, 0 +campusyea , 0, -2, -2, 0 +campusyen , 0, -2, -2, 0 +campusyes , 0, -2, -2, 0 +campusyet , 0, -2, -2, 0 +campusyou , 0, -2, -2, 0 +campusyrs , 0, -2, -2, 0 +carbonero , 0, 0, -3, 0 +cardspunk , 0, 0, -3, 0 +casespunk , 0, 0, -3, 0 +castwatch , 0, 0, -3, 0 +castwater , 0, 0, -3, 0 +catharses , -2, 0, 0, 0 +catwatson , 0, 0, -3, 0 +cdtwatson , 0, 0, -3, 0 +cedarsega , -2, 0, 0, 0 +cedarself , -2, 0, 0, 0 +cedarsell , -2, 0, 0, 0 +cedarsemi , -2, 0, 0, 0 +cellspunk , 0, 0, -3, 0 +celticlit , 0, 0, -3, 0 +celticrap , -1, 0, 0, 0 +centspunk , 0, 0, -3, 0 +cetwatson , 0, 0, -3, 0 +cfrignore , -1, 0, -2, 0 +chaospunk , 0, 0, -3, 0 +charseven , -2, 0, 0, 0 +cheapissn , -1, 0, 0, 0 +cheaprick , -2, 0, 0, -1 +cheesemen , 0, 0, -3, 0 +chesspunk , 0, 0, -3, 0 +chiefrick , -1, 0, 0, 0 +chinazinc , 0, -2, 0, 0 +chinkapin , 0, -3, 0, 0 +chinkiest , 0, -3, 0, 0 +choarnold , 0, -3, -2, 0 +choaround , 0, -3, -2, 0 +choarrest , 0, -3, -2, 0 +choarrive , 0, -3, -2, 0 +chomobile , 0, -2, -1, 0 +chomorgan , 0, -2, -1, 0 +chomorris , 0, -2, -1, 0 +chomoscow , 0, -2, -1, 0 +chomother , 0, -2, -1, 0 +chomotion , 0, -2, -1, 0 +chomoving , 0, -2, -1, 0 +choosemen , 0, 0, -3, 0 +chrispunk , 0, 0, -3, 0 +churchate , 0, 0, 0, -2 +churchink , 0, -3, 0, 0 +cindykeen , -2, -2, -2, 0 +cindykeep , -2, -2, -2, 0 +cindykept , -2, -2, -2, 0 +ciscoward , 0, 0, 0, -1 +clarapeak , 0, 0, -3, 0 +clarapeas , 0, 0, -3, 0 +clarseach , -2, 0, 0, 0 +classpunk , 0, 0, -3, 0 +cliffrick , -1, 0, 0, 0 +cliniccab , -2, -3, 0, 0 +cliniccad , -2, -3, 0, 0 +cliniccal , -2, -3, 0, 0 +cliniccam , -2, -3, 0, 0 +cliniccan , -2, -3, 0, 0 +cliniccap , -2, -3, 0, 0 +cliniccar , -2, -3, 0, 0 +cliniccas , -2, -3, 0, 0 +cliniccat , -2, -3, 0, 0 +cliniclit , 0, 0, -3, 0 +clinicrap , -1, 0, 0, 0 +clitocybe , 0, 0, -3, 0 +cloudyken , -2, -2, -2, 0 +cloudykey , -2, -2, -2, 0 +clubspunk , 0, 0, -3, 0 +coacheshe , 0, 0, -2, 0 +coastwatt , 0, 0, -3, 0 +coatwatch , 0, 0, -3, 0 +coatwater , 0, 0, -3, 0 +cockaigne , -2, 0, -2, 0 +cockamamy , -2, 0, -2, 0 +cockateel , -2, 0, -2, 0 +cockatiel , -2, 0, -2, 0 +cockbrain , -2, 0, -1, 0 +cockfight , -2, 0, -2, 0 +cockhorse , -2, 0, -2, 0 +cockiness , -2, 0, -2, 0 +cocklight , -2, 0, -2, 0 +cockloche , -2, 0, -2, 0 +cockmatch , -2, 0, -2, 0 +cockneian , -2, 0, -2, 0 +cockneity , -2, 0, -2, 0 +cockroach , -2, 0, -2, 0 +cockscomb , -2, 0, -2, 0 +cocksfoot , -2, 0, -2, 0 +cockshead , -2, 0, -2, 0 +cockshies , -2, 0, -2, 0 +cockshoot , -2, 0, -2, 0 +cockstone , -2, 0, -2, 0 +cockswain , -2, 0, -2, 0 +collarsea , -2, 0, 0, 0 +collarsec , -2, 0, 0, 0 +collarsee , -2, 0, 0, 0 +collarsen , -2, 0, 0, 0 +collarseo , -2, 0, 0, 0 +collarsep , -2, 0, 0, 0 +collarseq , -2, 0, 0, 0 +collarser , -2, 0, 0, 0 +collarset , -2, 0, 0, 0 +comedyken , -2, -2, -2, 0 +comedykey , -2, -2, -2, 0 +comespunk , 0, 0, -3, 0 +compissue , -1, 0, 0, 0 +condomake , 0, 0, -2, 0 +condomale , 0, 0, -2, 0 +condomali , 0, 0, -2, 0 +condomall , 0, 0, -2, 0 +condomaui , 0, 0, -2, 0 +condomike , 0, 0, -2, 0 +condomime , 0, 0, -2, 0 +condomisc , 0, 0, -2, 0 +condomiss , 0, 0, -2, 0 +condomold , 0, 0, -2, 0 +condomood , 0, 0, -2, 0 +condomoon , 0, 0, -2, 0 +condomore , 0, 0, -2, 0 +condomoss , 0, 0, -2, 0 +condomost , 0, 0, -2, 0 +condomove , 0, 0, -2, 0 +condompeg , 0, 0, -2, 0 +condomrna , 0, 0, -2, 0 +condomsie , 0, 0, -2, 0 +condomuch , 0, 0, -2, 0 +condomust , 0, 0, -2, 0 +condomuze , 0, 0, -2, 0 +constwatt , 0, 0, -3, 0 +coonhound , 0, -5, 0, 0 +cooniness , 0, -5, 0, 0 +cornballs , 0, 0, -1, 0 +corpissue , -1, 0, 0, 0 +corpspunk , 0, 0, -3, 0 +corpusyea , 0, -2, -2, 0 +corpusyen , 0, -2, -2, 0 +corpusyes , 0, -2, -2, 0 +corpusyet , 0, -2, -2, 0 +corpusyou , 0, -2, -2, 0 +corpusyrs , 0, -2, -2, 0 +costspunk , 0, 0, -3, 0 +costwatch , 0, 0, -3, 0 +costwater , 0, 0, -3, 0 +countwatt , 0, 0, -3, 0 +coursemen , 0, 0, -3, 0 +courtwatt , 0, 0, -3, 0 +cowardice , 0, 0, 0, -1 +cowardish , 0, 0, 0, -1 +cpusydney , 0, -2, -2, 0 +cpusymbol , 0, -2, -2, 0 +cpusyntax , 0, -2, -2, 0 +crackeric , 0, -2, 0, 0 +crackerik , 0, -2, 0, 0 +craftwatt , 0, 0, -3, 0 +crapulent , -1, 0, 0, 0 +crapulous , -1, 0, 0, 0 +crisissys , 0, 0, 0, -1 +cropissue , -1, 0, 0, 0 +cropspunk , 0, 0, -3, 0 +cruisemen , 0, 0, -3, 0 +cstwatson , 0, 0, -3, 0 +cubichack , 0, -2, -2, 0 +cubichair , 0, -2, -2, 0 +cubichalf , 0, -2, -2, 0 +cubichall , 0, -2, -2, 0 +cubichalo , 0, -2, -2, 0 +cubichand , 0, -2, -2, 0 +cubichang , 0, -2, -2, 0 +cubichans , 0, -2, -2, 0 +cubichard , 0, -2, -2, 0 +cubicharm , 0, -2, -2, 0 +cubichart , 0, -2, -2, 0 +cubichave , 0, -2, -2, 0 +cubichawk , 0, -2, -2, 0 +cubichdtv , 0, -2, -2, 0 +cubichide , 0, -2, -2, 0 +cubichigh , 0, -2, -2, 0 +cubichill , 0, -2, -2, 0 +cubichint , 0, -2, -2, 0 +cubichold , 0, -2, -2, 0 +cubichole , 0, -2, -2, 0 +cubicholy , 0, -2, -2, 0 +cubichome , 0, -2, -2, 0 +cubichood , 0, -2, -2, 0 +cubichook , 0, -2, -2, 0 +cubichorn , 0, -2, -2, 0 +cubichour , 0, -2, -2, 0 +cubichref , 0, -2, -2, 0 +cubichtml , 0, -2, -2, 0 +cubichttp , 0, -2, -2, 0 +cubichuge , 0, -2, -2, 0 +cubichugh , 0, -2, -2, 0 +cubichugo , 0, -2, -2, 0 +cubichull , 0, -2, -2, 0 +cubichung , 0, -2, -2, 0 +cubichunt , 0, -2, -2, 0 +cubichurt , 0, -2, -2, 0 +cubicunto , 0, -2, -2, 0 +cultwatch , 0, 0, -3, 0 +cultwater , 0, 0, -3, 0 +cumaceous , 0, 0, -3, 0 +cumaphyte , 0, 0, -3, 0 +cumbraite , 0, 0, -3, 0 +cumbrance , 0, 0, -2, 0 +cumengite , 0, 0, -3, 0 +cutwatson , 0, 0, -3, 0 +daddykeen , -2, -2, -2, 0 +daddykeep , -2, -2, -2, 0 +daddykept , -2, -2, -2, 0 +damnaples , -1, 0, 0, 0 +damnarrow , -1, 0, 0, 0 +damnascar , -1, 0, 0, 0 +damnasdaq , -1, 0, 0, 0 +damnelson , -1, 0, 0, 0 +damneural , -1, 0, 0, 0 +damnevada , -1, 0, 0, 0 +damnicole , -1, 0, 0, 0 +damnified , -1, 0, 0, 0 +damnifies , -1, 0, 0, 0 +damnipple , -1, 0, 0, 0 +damnissan , -1, 0, 0, 0 +damnobody , -1, 0, 0, 0 +damnudist , -1, 0, 0, 0 +damnudity , -1, 0, 0, 0 +damnvidia , -1, 0, 0, 0 +danishate , 0, 0, 0, -2 +datespunk , 0, 0, -3, 0 +datwatson , 0, 0, -3, 0 +davispunk , 0, 0, -3, 0 +daygoogle , 0, -3, 0, 0 +daygordon , 0, -3, 0, 0 +daygospel , 0, -3, 0, 0 +daygossip , 0, -3, 0, 0 +dealspunk , 0, 0, -3, 0 +debtchain , 0, -2, -2, 0 +debtchair , 0, -2, -2, 0 +debtchaos , 0, -2, -2, 0 +debtchase , 0, -2, -2, 0 +debtcheap , 0, -2, -2, 0 +debtcheat , 0, -2, -2, 0 +debtcheck , 0, -2, -2, 0 +debtchess , 0, -2, -2, 0 +debtchest , 0, -2, -2, 0 +debtchevy , 0, -2, -2, 0 +debtchris , 0, -2, -2, 0 +debtchuck , 0, -2, -2, 0 +debtwatch , 0, 0, -3, 0 +debtwater , 0, 0, -3, 0 +deepissue , -1, 0, 0, 0 +deffinger , -2, 0, -2, 0 +denigrate , -3, -5, 0, 0 +deptwatch , 0, 0, -3, 0 +deptwater , 0, 0, -3, 0 +dicksonia , -2, 0, -2, 0 +dietwatch , 0, 0, -3, 0 +dietwater , 0, 0, -3, 0 +diffspunk , 0, 0, -3, 0 +dirtwatch , 0, 0, -3, 0 +dirtwater , 0, 0, -3, 0 +discoward , 0, 0, 0, -1 +discspunk , 0, 0, -3, 0 +discuntil , 0, -2, -2, 0 +diskspunk , 0, 0, -3, 0 +divxrated , 0, 0, -2, 0 +dollarsea , -2, 0, 0, 0 +dollarsec , -2, 0, 0, 0 +dollarsee , -2, 0, 0, 0 +dollarsen , -2, 0, 0, 0 +dollarseo , -2, 0, 0, 0 +dollarsep , -2, 0, 0, 0 +dollarseq , -2, 0, 0, 0 +dollarser , -2, 0, 0, 0 +dollarset , -2, 0, 0, 0 +dollspunk , 0, 0, -3, 0 +dongerald , 0, 0, -2, 0 +dongerman , 0, 0, -2, 0 +dongibson , 0, 0, -2, 0 +dongiving , 0, 0, -2, 0 +donglance , 0, 0, -2, 0 +donglobal , 0, 0, -2, 0 +dongloves , 0, 0, -2, 0 +dongraham , 0, 0, -2, 0 +dongranny , 0, 0, -2, 0 +dongratis , 0, 0, -2, 0 +dongreece , 0, 0, -2, 0 +dongroove , 0, 0, -2, 0 +donground , 0, 0, -2, 0 +donnazinc , 0, -2, 0, 0 +dontwatch , 0, 0, -3, 0 +dontwater , 0, 0, -3, 0 +doorspunk , 0, 0, -3, 0 +dotwatson , 0, 0, -3, 0 +doubtchad , 0, -2, -2, 0 +doubtchan , 0, -2, -2, 0 +doubtchar , 0, -2, -2, 0 +doubtchat , 0, -2, -2, 0 +doubtchef , 0, -2, -2, 0 +doubtchem , 0, -2, -2, 0 +doubtchen , 0, -2, -2, 0 +doubtwatt , 0, 0, -3, 0 +douglycos , 0, 0, 0, -2 +douglying , 0, 0, 0, -2 +douglyric , 0, 0, 0, -2 +draftwatt , 0, 0, -3, 0 +dratchell , -1, 0, 0, 0 +drawspunk , 0, 0, -3, 0 +dresspunk , 0, 0, -3, 0 +dropissue , -1, 0, 0, 0 +dropspunk , 0, 0, -3, 0 +drumspunk , 0, 0, -3, 0 +dumbfound , 0, 0, 0, -1 +dumpissue , -1, 0, 0, 0 +dustwatch , 0, 0, -3, 0 +dustwater , 0, 0, -3, 0 +eachellis , -1, 0, 0, 0 +earsebony , -2, 0, 0, 0 +earsebook , -2, 0, 0, 0 +earseddie , -2, 0, 0, 0 +earsedgar , -2, 0, 0, 0 +earsegypt , -2, 0, 0, 0 +earseight , -2, 0, 0, 0 +earselder , -2, 0, 0, 0 +earselect , -2, 0, 0, 0 +earselite , -2, 0, 0, 0 +earselvis , -2, 0, 0, 0 +earsemacs , -2, 0, 0, 0 +earsemail , -2, 0, 0, 0 +earsempty , -2, 0, 0, 0 +earsessay , -2, 0, 0, 0 +earsessex , -2, 0, 0, 0 +earsewing , -2, 0, 0, 0 +earsexact , -2, 0, 0, 0 +earsexcel , -2, 0, 0, 0 +earsexist , -2, 0, 0, 0 +eastwatch , 0, 0, -3, 0 +eastwater , 0, 0, -3, 0 +eatwatson , 0, 0, -3, 0 +ecoonline , 0, -5, 0, 0 +edgespunk , 0, 0, -3, 0 +edtwatson , 0, 0, -3, 0 +egyptwatt , 0, 0, -3, 0 +eightwatt , 0, 0, -3, 0 +ejaculate , 0, 0, -2, 0 +electwatt , 0, 0, -3, 0 +ellispunk , 0, 0, -3, 0 +elvispunk , 0, 0, -3, 0 +emacspunk , 0, 0, -3, 0 +endifrick , -1, 0, 0, 0 +enoughate , 0, 0, 0, -2 +entwatson , 0, 0, -3, 0 +episodego , 0, -3, 0, 0 +epornitic , 0, 0, -3, 0 +erapeople , 0, 0, -3, 0 +erapepper , 0, 0, -3, 0 +ericuntil , 0, -2, -2, 0 +eroticlit , 0, 0, -3, 0 +eroticrap , -1, 0, 0, 0 +estwatson , 0, 0, -3, 0 +ethniccab , -2, -3, 0, 0 +ethniccad , -2, -3, 0, 0 +ethniccal , -2, -3, 0, 0 +ethniccam , -2, -3, 0, 0 +ethniccan , -2, -3, 0, 0 +ethniccap , -2, -3, 0, 0 +ethniccar , -2, -3, 0, 0 +ethniccas , -2, -3, 0, 0 +ethniccat , -2, -3, 0, 0 +ethniclit , 0, 0, -3, 0 +ethnicrap , -1, 0, 0, 0 +eurospunk , 0, 0, -3, 0 +evanspunk , 0, 0, -3, 0 +examspunk , 0, 0, -3, 0 +excisemen , 0, 0, -3, 0 +excludego , 0, -3, 0, 0 +execuntil , 0, -2, -2, 0 +exoticlit , 0, 0, -3, 0 +exoticrap , -1, 0, 0, 0 +expoopera , -1, 0, 0, 0 +extrapeak , 0, 0, -3, 0 +extrapeas , 0, 0, -3, 0 +extwatson , 0, 0, -3, 0 +fabriclit , 0, 0, -3, 0 +fabricrap , -1, 0, 0, 0 +facespunk , 0, 0, -3, 0 +failspunk , 0, 0, -3, 0 +fallspunk , 0, 0, -3, 0 +fastballs , 0, 0, -1, 0 +fastwatch , 0, 0, -3, 0 +fastwater , 0, 0, -3, 0 +fattyping , 0, -2, 0, -2 +fatwatson , 0, 0, -3, 0 +faultwatt , 0, 0, -3, 0 +fbichapel , 0, -2, -2, 0 +fbicheers , 0, -2, -2, 0 +fbicheese , 0, -2, -2, 0 +fbicheque , 0, -2, -2, 0 +fbicherry , 0, -2, -2, 0 +fbichubby , 0, -2, -2, 0 +fbichurch , 0, -2, -2, 0 +feelspunk , 0, 0, -3, 0 +feetwatch , 0, 0, -3, 0 +feetwater , 0, 0, -3, 0 +feltwatch , 0, 0, -3, 0 +feltwater , 0, 0, -3, 0 +fetishate , 0, 0, 0, -2 +fightwatt , 0, 0, -3, 0 +filmspunk , 0, 0, -3, 0 +findspunk , 0, 0, -3, 0 +finishate , 0, 0, 0, -2 +fireballs , 0, 0, -1, 0 +firmspunk , 0, 0, -3, 0 +firstwatt , 0, 0, -3, 0 +fixespunk , 0, 0, -3, 0 +flagspunk , 0, 0, -3, 0 +flangeway , 0, 0, -3, 0 +fleetwatt , 0, 0, -3, 0 +flexrated , 0, 0, -2, 0 +floatwatt , 0, 0, -3, 0 +floodcock , -2, 0, -2, 0 +fluxrated , 0, 0, -2, 0 +focuspunk , 0, 0, -3, 0 +folkspunk , 0, 0, -3, 0 +fontspunk , 0, 0, -3, 0 +fontwatch , 0, 0, -3, 0 +fontwater , 0, 0, -3, 0 +foodspunk , 0, 0, -3, 0 +footballs , 0, 0, -1, 0 +footwatch , 0, 0, -3, 0 +footwater , 0, 0, -3, 0 +formspunk , 0, 0, -3, 0 +fortwatch , 0, 0, -3, 0 +fortwater , 0, 0, -3, 0 +fotospunk , 0, 0, -3, 0 +fourthate , 0, 0, 0, -2 +freakiest , 0, 0, 0, -2 +frenchate , 0, 0, 0, -2 +frenchink , 0, -3, 0, 0 +frigalaxy , -1, 0, -2, 0 +frigaming , -1, 0, -2, 0 +frigarage , -1, 0, -2, 0 +frigarcia , -1, 0, -2, 0 +frigarden , -1, 0, -2, 0 +frigarlic , -1, 0, -2, 0 +frigarmin , -1, 0, -2, 0 +frigather , -1, 0, -2, 0 +frigatoon , -1, 0, -2, 0 +frigefact , -1, 0, -2, 0 +frigerald , -1, 0, -2, 0 +frigerman , -1, 0, -2, 0 +frigibson , -1, 0, -2, 0 +frigiving , -1, 0, -2, 0 +friglance , -1, 0, -2, 0 +friglobal , -1, 0, -2, 0 +frigloves , -1, 0, -2, 0 +frigraham , -1, 0, -2, 0 +frigranny , -1, 0, -2, 0 +frigratis , -1, 0, -2, 0 +frigreece , -1, 0, -2, 0 +frigroove , -1, 0, -2, 0 +friground , -1, 0, -2, 0 +frontwatt , 0, 0, -3, 0 +frostwatt , 0, 0, -3, 0 +fundspunk , 0, 0, -3, 0 +gamespunk , 0, 0, -3, 0 +garliclit , 0, 0, -3, 0 +garlicrap , -1, 0, 0, 0 +gatespunk , 0, 0, -3, 0 +genespunk , 0, 0, -3, 0 +genitalia , 0, 0, -2, 0 +genitalic , 0, 0, -2, 0 +genitally , 0, 0, -2, 0 +gentianal , -2, 0, -2, 0 +getwatson , 0, 0, -3, 0 +ghettoing , 0, -2, 0, 0 +ghettoize , 0, -2, 0, 0 +giftspunk , 0, 0, -3, 0 +giftwatch , 0, 0, -3, 0 +giftwater , 0, 0, -3, 0 +girlspunk , 0, 0, -3, 0 +givespunk , 0, 0, -3, 0 +glasspunk , 0, 0, -3, 0 +gmbhellis , -1, 0, 0, 0 +gmtwatson , 0, 0, -3, 0 +gnudebate , 0, 0, -3, 0 +gnudebian , 0, 0, -3, 0 +gnudegree , 0, 0, -3, 0 +gnudepend , 0, 0, -3, 0 +gnudeputy , 0, 0, -3, 0 +gnudetail , 0, 0, -3, 0 +gnudetect , 0, 0, -3, 0 +goalspunk , 0, 0, -3, 0 +goatwatch , 0, 0, -3, 0 +goatwater , 0, 0, -3, 0 +gonnazinc , 0, -2, 0, 0 +goodspunk , 0, 0, -3, 0 +goofballs , 0, 0, -1, 0 +gothiclit , 0, 0, -3, 0 +gothicrap , -1, 0, 0, 0 +gotwatson , 0, 0, -3, 0 +gramspunk , 0, 0, -3, 0 +grasspunk , 0, 0, -3, 0 +groupissn , -1, 0, 0, 0 +groupoops , -1, 0, 0, 0 +grouprick , -2, 0, 0, -1 +growthate , 0, 0, 0, -2 +gstwatson , 0, 0, -3, 0 +guesspunk , 0, 0, -3, 0 +hairballs , 0, 0, -1, 0 +handballs , 0, 0, -1, 0 +handspunk , 0, 0, -3, 0 +happenist , -1, 0, -3, 0 +hardballs , 0, 0, -1, 0 +hateasier , 0, 0, 0, -2 +hateasily , 0, 0, 0, -2 +hateffect , 0, 0, 0, -2 +hateffort , 0, 0, 0, -2 +hateither , 0, 0, 0, -2 +hateminem , 0, 0, 0, -2 +hatempire , 0, 0, 0, -2 +hatemploy , 0, 0, 0, -2 +hatenable , 0, 0, 0, -2 +hatenergy , 0, 0, 0, -2 +hatenough , 0, 0, 0, -2 +hatensure , 0, 0, 0, -2 +hatenzyme , 0, 0, 0, -2 +hatequity , 0, 0, 0, -2 +hatescape , 0, 0, 0, -2 +hatescort , 0, 0, 0, -2 +hatethics , 0, 0, 0, -2 +hatethnic , 0, 0, 0, -2 +hateugene , 0, 0, 0, -2 +hatexceed , 0, 0, 0, -2 +hatexcept , 0, 0, 0, -2 +hatexcess , 0, 0, 0, -2 +hatexcuse , 0, 0, 0, -2 +hatexempt , 0, 0, 0, -2 +hatexotic , 0, 0, 0, -2 +hatwatson , 0, 0, -3, 0 +healthate , 0, 0, 0, -2 +heelballs , 0, 0, -1, 0 +helenazip , 0, -2, 0, 0 +helladian , -1, 0, 0, 0 +hellbroth , -1, 0, 0, 0 +helldiver , -1, 0, 0, 0 +hellebore , -1, 0, 0, 0 +hellholes , -1, 0, 0, 0 +hellhound , -1, 0, 0, 0 +helpissue , -1, 0, 0, 0 +helpspunk , 0, 0, -3, 0 +hemiganus , -2, 0, 0, 0 +hemipenis , -1, 0, -3, 0 +herbspunk , 0, 0, -3, 0 +heshelter , 0, 0, -2, 0 +heshemale , 0, 0, -2, 0 +hesheriff , 0, 0, -2, 0 +hesherman , 0, 0, -2, 0 +highballs , 0, 0, -1, 0 +highellis , -1, 0, 0, 0 +highspunk , 0, 0, -3, 0 +hillspunk , 0, 0, -3, 0 +hintspunk , 0, 0, -3, 0 +hitlerian , 0, -2, 0, 0 +hitlerism , 0, -2, 0, 0 +hitlerite , 0, -2, 0, 0 +hoarfrost , 0, -3, -2, 0 +hoarhound , 0, -3, -2, 0 +hoariness , 0, -3, -2, 0 +hoarstone , 0, -3, -2, 0 +holdspunk , 0, 0, -3, 0 +holidaygo , 0, -3, 0, 0 +homespunk , 0, 0, -3, 0 +homobaric , 0, -2, -1, 0 +homobront , 0, -2, -1, 0 +homocline , 0, -2, -1, 0 +homocoela , 0, -2, -1, 0 +homocycle , 0, -2, -1, 0 +homodermy , 0, -2, -1, 0 +homodrome , 0, -2, -1, 0 +homodromy , 0, -2, -1, 0 +homoeosis , 0, -2, -1, 0 +homoeotel , 0, -2, -1, 0 +homoeotic , 0, -2, -1, 0 +homogamic , 0, -2, -1, 0 +homograft , 0, -2, -1, 0 +homograph , 0, -2, -1, 0 +homolysin , 0, -2, -1, 0 +homolysis , 0, -2, -1, 0 +homolytic , 0, -2, -1, 0 +homomeral , 0, -2, -1, 0 +homomorph , 0, -2, -1, 0 +homoneura , 0, -2, -1, 0 +homoousia , 0, -2, -1, 0 +homopathy , 0, -2, -1, 0 +homopause , 0, -2, -1, 0 +homophene , 0, -2, -1, 0 +homophile , 0, -2, -1, 0 +homophone , 0, -2, -1, 0 +homophony , 0, -2, -1, 0 +homophyly , 0, -2, -1, 0 +homoplast , 0, -2, -1, 0 +homoplasy , 0, -2, -1, 0 +homopolar , 0, -2, -1, 0 +homopolic , 0, -2, -1, 0 +homospory , 0, -2, -1, 0 +homosteus , 0, -2, -1, 0 +homostyly , 0, -2, -1, 0 +homotatic , 0, -2, -1, 0 +homotaxia , 0, -2, -1, 0 +homotaxic , 0, -2, -1, 0 +homotaxis , 0, -2, -1, 0 +homotherm , 0, -2, -1, 0 +homothety , 0, -2, -1, 0 +homotonic , 0, -2, -1, 0 +homotopic , 0, -2, -1, 0 +homotypal , 0, -2, -1, 0 +homotypic , 0, -2, -1, 0 +homousian , 0, -2, -1, 0 +hookerman , 0, 0, -3, 0 +hookerror , 0, 0, -3, 0 +hopespunk , 0, 0, -3, 0 +hornyacht , 0, 0, -3, 0 +hornyahoo , 0, 0, -3, 0 +hornyemen , 0, 0, -3, 0 +hornyhead , 0, 0, -3, 0 +hornyield , 0, 0, -3, 0 +hornyukon , 0, 0, -3, 0 +hostspunk , 0, 0, -3, 0 +hostwatch , 0, 0, -3, 0 +hostwater , 0, 0, -3, 0 +hotwatson , 0, 0, -3, 0 +httpissue , -1, 0, 0, 0 +hughellis , -1, 0, 0, 0 +humbugger , -2, 0, 0, 0 +humoronce , 0, 0, 0, -2 +humoronly , 0, 0, 0, -2 +humoronto , 0, 0, 0, -2 +huntwatch , 0, 0, -3, 0 +huntwater , 0, 0, -3, 0 +hurtwatch , 0, 0, -3, 0 +hurtwater , 0, 0, -3, 0 +ictwatson , 0, 0, -3, 0 +idahoarab , 0, -3, -2, 0 +idahomold , 0, -2, -1, 0 +idahomood , 0, -2, -1, 0 +idahomoon , 0, -2, -1, 0 +idahomore , 0, -2, -1, 0 +idahomoss , 0, -2, -1, 0 +idahomost , 0, -2, -1, 0 +idahomove , 0, -2, -1, 0 +idiotcies , 0, 0, 0, -1 +idiotypic , 0, 0, 0, -1 +incestate , 0, 0, -3, 0 +inchellis , -1, 0, 0, 0 +includego , 0, -3, 0, 0 +ingenital , 0, 0, -2, 0 +intwatson , 0, 0, -3, 0 +irapeople , 0, 0, -3, 0 +irapepper , 0, 0, -3, 0 +isaacunto , 0, -2, -2, 0 +isophanal , -2, 0, -2, 0 +istwatson , 0, 0, -3, 0 +italiclit , 0, 0, -3, 0 +italicrap , -1, 0, 0, 0 +itemspunk , 0, 0, -3, 0 +jackasset , 0, 0, 0, -1 +jaguarsea , -2, 0, 0, 0 +jaguarsec , -2, 0, 0, 0 +jaguarsee , -2, 0, 0, 0 +jaguarsen , -2, 0, 0, 0 +jaguarseo , -2, 0, 0, 0 +jaguarsep , -2, 0, 0, 0 +jaguarseq , -2, 0, 0, 0 +jaguarser , -2, 0, 0, 0 +jaguarset , -2, 0, 0, 0 +jamespunk , 0, 0, -3, 0 +jarselect , -2, 0, 0, 0 +jarsevere , -2, 0, 0, 0 +jarsewing , -2, 0, 0, 0 +jeanspunk , 0, 0, -3, 0 +jeepissue , -1, 0, 0, 0 +jerkwater , 0, 0, 0, -1 +jesuspunk , 0, 0, -3, 0 +jetwatson , 0, 0, -3, 0 +johnspunk , 0, 0, -3, 0 +jokespunk , 0, 0, -3, 0 +josephate , 0, 0, 0, -2 +judykeith , -2, -2, -2, 0 +judykelly , -2, -2, -2, 0 +judykevin , -2, -2, -2, 0 +jumpissue , -1, 0, 0, 0 +justwatch , 0, 0, -3, 0 +justwater , 0, 0, -3, 0 +katharses , -2, 0, 0, 0 +keepissue , -1, 0, 0, 0 +keepspunk , 0, 0, -3, 0 +keptwatch , 0, 0, -3, 0 +keptwater , 0, 0, -3, 0 +killspunk , 0, 0, -3, 0 +kinasemen , 0, 0, -3, 0 +kindspunk , 0, 0, -3, 0 +kingspunk , 0, 0, -3, 0 +knifelate , 0, 0, -3, 0 +knowspunk , 0, 0, -3, 0 +kurtwatch , 0, 0, -3, 0 +kurtwater , 0, 0, -3, 0 +ladykeith , -2, -2, -2, 0 +ladykelly , -2, -2, -2, 0 +ladykevin , -2, -2, -2, 0 +lakespunk , 0, 0, -3, 0 +lampspunk , 0, 0, -3, 0 +landspunk , 0, 0, -3, 0 +lanespunk , 0, 0, -3, 0 +larghetto , 0, -2, 0, 0 +lastwatch , 0, 0, -3, 0 +lastwater , 0, 0, -3, 0 +latinazip , 0, -2, 0, 0 +latwatson , 0, 0, -3, 0 +launchate , 0, 0, 0, -2 +launchink , 0, -3, 0, 0 +laurapeak , 0, 0, -3, 0 +laurapeas , 0, 0, -3, 0 +leftwatch , 0, 0, -3, 0 +leftwater , 0, 0, -3, 0 +lengthate , 0, 0, 0, -2 +letwatson , 0, 0, -3, 0 +lewispunk , 0, 0, -3, 0 +lexuspunk , 0, 0, -3, 0 +liftwatch , 0, 0, -3, 0 +liftwater , 0, 0, -3, 0 +lightwatt , 0, 0, -3, 0 +likespunk , 0, 0, -3, 0 +linespunk , 0, 0, -3, 0 +linkspunk , 0, 0, -3, 0 +listspunk , 0, 0, -3, 0 +livespunk , 0, 0, -3, 0 +loanspunk , 0, 0, -3, 0 +lockspunk , 0, 0, -3, 0 +logicunto , 0, -2, -2, 0 +logospunk , 0, 0, -3, 0 +lookspunk , 0, 0, -3, 0 +loopissue , -1, 0, 0, 0 +losereach , 0, 0, 0, -2 +loserebel , 0, 0, 0, -2 +loserehab , 0, 0, 0, -2 +loserelax , 0, 0, 0, -2 +loserelay , 0, 0, 0, -2 +loseremix , 0, 0, 0, -2 +loserenew , 0, 0, 0, -2 +loseretro , 0, 0, 0, -2 +loserhode , 0, 0, 0, -2 +loseright , 0, 0, 0, -2 +loseriver , 0, 0, 0, -2 +loseroger , 0, 0, 0, -2 +loserotic , 0, 0, 0, -2 +loserouge , 0, 0, 0, -2 +loserough , 0, 0, 0, -2 +loseround , 0, 0, 0, -2 +loseroute , 0, 0, 0, -2 +loserover , 0, 0, 0, -2 +loserural , 0, 0, 0, -2 +lostwatch , 0, 0, -3, 0 +lostwater , 0, 0, -3, 0 +lotuspunk , 0, 0, -3, 0 +lotwatson , 0, 0, -3, 0 +louisemen , 0, 0, -3, 0 +louispunk , 0, 0, -3, 0 +lovespunk , 0, 0, -3, 0 +lyricunto , 0, -2, -2, 0 +magicunto , 0, -2, -2, 0 +mailspunk , 0, 0, -3, 0 +makespunk , 0, 0, -3, 0 +marcoonce , 0, -5, 0, 0 +marcoonly , 0, -5, 0, 0 +marcoonto , 0, -5, 0, 0 +marcoward , 0, 0, 0, -1 +mariahate , 0, 0, 0, -2 +marinazip , 0, -2, 0, 0 +markspunk , 0, 0, -3, 0 +marthatea , 0, 0, 0, -2 +marthatee , 0, 0, 0, -2 +marthaten , 0, 0, 0, -2 +marthatex , 0, 0, 0, -2 +masterbat , 0, 0, 2, 0 +masturbat , 0, 0, 2, 0 +matcheshe , 0, 0, -2, 0 +mathellis , -1, 0, 0, 0 +mattwatch , 0, 0, -3, 0 +mattwater , 0, 0, -3, 0 +matwatson , 0, 0, -3, 0 +mealspunk , 0, 0, -3, 0 +meanspunk , 0, 0, -3, 0 +meatballs , 0, 0, -1, 0 +meetspunk , 0, 0, -3, 0 +meetwatch , 0, 0, -3, 0 +meetwater , 0, 0, -3, 0 +meltwater , 0, 0, -3, 0 +menudeath , 0, 0, -3, 0 +menudebug , 0, 0, -3, 0 +menudebut , 0, 0, -3, 0 +menudepot , 0, 0, -3, 0 +menuspunk , 0, 0, -3, 0 +metriclit , 0, 0, -3, 0 +metricrap , -1, 0, 0, 0 +metwatson , 0, 0, -3, 0 +mexicoone , 0, -5, 0, 0 +mexicoons , 0, -5, 0, 0 +michellab , -1, 0, 0, 0 +michellan , -1, 0, 0, 0 +michellap , -1, 0, 0, 0 +michellas , -1, 0, 0, 0 +michellat , -1, 0, 0, 0 +michellaw , -1, 0, 0, 0 +michellay , -1, 0, 0, 0 +michellbs , -1, 0, 0, 0 +michellib , -1, 0, 0, 0 +michellid , -1, 0, 0, 0 +michellie , -1, 0, 0, 0 +michellil , -1, 0, 0, 0 +michellip , -1, 0, 0, 0 +michellit , -1, 0, 0, 0 +michelliz , -1, 0, 0, 0 +michelllc , -1, 0, 0, 0 +michelllp , -1, 0, 0, 0 +michelltd , -1, 0, 0, 0 +midiother , 0, 0, 0, -1 +mightwatt , 0, 0, -3, 0 +milfspunk , 0, 0, -3, 0 +millspunk , 0, 0, -3, 0 +mindspunk , 0, 0, -3, 0 +minespunk , 0, 0, -3, 0 +minigrace , -3, -5, 0, 0 +minigrain , -3, -5, 0, 0 +minigrams , -3, -5, 0, 0 +minigrand , -3, -5, 0, 0 +minigrant , -3, -5, 0, 0 +minigraph , -3, -5, 0, 0 +minigrave , -3, -5, 0, 0 +minigrill , -3, -5, 0, 0 +minigross , -3, -5, 0, 0 +minigroup , -3, -5, 0, 0 +minigrove , -3, -5, 0, 0 +minuspunk , 0, 0, -3, 0 +miscuntil , 0, -2, -2, 0 +monacoone , 0, -5, 0, 0 +monacoons , 0, -5, 0, 0 +moronidae , 0, 0, 0, -2 +mosespunk , 0, 0, -3, 0 +mostwatch , 0, 0, -3, 0 +mostwater , 0, 0, -3, 0 +mothballs , 0, 0, -1, 0 +mountwatt , 0, 0, -3, 0 +movespunk , 0, 0, -3, 0 +mpegspunk , 0, 0, -3, 0 +muchellis , -1, 0, 0, 0 +munichate , 0, 0, 0, -2 +munichink , 0, -3, 0, 0 +mustwatch , 0, 0, -3, 0 +mustwater , 0, 0, -3, 0 +myerspunk , 0, 0, -3, 0 +mythellis , -1, 0, 0, 0 +nailspunk , 0, 0, -3, 0 +nakedness , 0, 0, -2, 0 +nakedweed , 0, 0, -2, 0 +nakedwood , 0, 0, -2, 0 +namespunk , 0, 0, -3, 0 +natwatson , 0, 0, -3, 0 +netwatson , 0, 0, -3, 0 +niddicock , -2, 0, -2, 0 +nightwatt , 0, 0, -3, 0 +nigricant , -5, -8, 0, 0 +nigrified , -5, -8, 0, 0 +nigrifies , -5, -8, 0, 0 +nigritian , -5, -8, 0, 0 +nigrities , -5, -8, 0, 0 +nigritude , -5, -8, 0, 0 +notespunk , 0, 0, -3, 0 +notidanus , -2, 0, 0, 0 +notwatson , 0, 0, -3, 0 +ntscuntil , 0, -2, -2, 0 +nutwatson , 0, 0, -3, 0 +oasispunk , 0, 0, -3, 0 +oasissync , 0, 0, 0, -1 +oclcuntil , 0, -2, -2, 0 +octwatson , 0, 0, -3, 0 +omahatech , 0, 0, 0, -2 +omahatemp , 0, 0, 0, -2 +omnigraph , -3, -5, 0, 0 +optwatson , 0, 0, -3, 0 +orbitchar , 0, -2, -2, 0 +oughtwatt , 0, 0, -3, 0 +outwatson , 0, 0, -3, 0 +packspunk , 0, 0, -3, 0 +panicunto , 0, -2, -2, 0 +pantspunk , 0, 0, -3, 0 +parapeace , 0, 0, -3, 0 +parishate , 0, 0, 0, -2 +parispunk , 0, 0, -3, 0 +parkspunk , 0, 0, -3, 0 +pastwatch , 0, 0, -3, 0 +pastwater , 0, 0, -3, 0 +patchcock , -2, 0, -2, 0 +patcheshe , 0, 0, -2, 0 +pathellis , -1, 0, 0, 0 +pathspunk , 0, 0, -3, 0 +patwatson , 0, 0, -3, 0 +pctwatson , 0, 0, -3, 0 +pdtwatson , 0, 0, -3, 0 +pedophile , 0, 0, 2, 0 +peepeeing , -2, 0, -2, 0 +peerspunk , 0, 0, -3, 0 +pelecanus , -2, 0, 0, 0 +penisland , -1, 0, -3, 0 +penisrael , -1, 0, -3, 0 +penistone , -1, 0, -3, 0 +petwatson , 0, 0, -3, 0 +phomopsis , 0, -2, -1, 0 +phosphate , 0, 0, 0, -2 +photosser , -2, 0, 0, 0 +phrasemen , 0, 0, -3, 0 +pickspunk , 0, 0, -3, 0 +picniccab , -2, -3, 0, 0 +picniccad , -2, -3, 0, 0 +picniccal , -2, -3, 0, 0 +picniccam , -2, -3, 0, 0 +picniccan , -2, -3, 0, 0 +picniccap , -2, -3, 0, 0 +picniccar , -2, -3, 0, 0 +picniccas , -2, -3, 0, 0 +picniccat , -2, -3, 0, 0 +picniclit , 0, 0, -3, 0 +picnicrap , -1, 0, 0, 0 +pillicock , -2, 0, -2, 0 +pillspunk , 0, 0, -3, 0 +pinchcock , -2, 0, -2, 0 +pipespunk , 0, 0, -3, 0 +planigram , -3, -5, 0, 0 +planspunk , 0, 0, -3, 0 +playspunk , 0, 0, -3, 0 +pluglycos , 0, 0, 0, -2 +pluglying , 0, 0, 0, -2 +pluglyric , 0, 0, 0, -2 +poemspunk , 0, 0, -3, 0 +poetwatch , 0, 0, -3, 0 +poetwater , 0, 0, -3, 0 +polarsega , -2, 0, 0, 0 +polarself , -2, 0, 0, 0 +polarsell , -2, 0, 0, 0 +polarsemi , -2, 0, 0, 0 +polishate , 0, 0, 0, -2 +pollspunk , 0, 0, -3, 0 +poolspunk , 0, 0, -3, 0 +poppycock , -2, 0, -2, 0 +pornaples , 0, 0, -3, 0 +pornarrow , 0, 0, -3, 0 +pornascar , 0, 0, -3, 0 +pornasdaq , 0, 0, -3, 0 +pornelson , 0, 0, -3, 0 +porneural , 0, 0, -3, 0 +pornevada , 0, 0, -3, 0 +pornicole , 0, 0, -3, 0 +pornipple , 0, 0, -1, 0 +pornissan , 0, 0, -3, 0 +pornobody , 0, 0, -3, 0 +pornocrat , 0, 0, -3, 0 +pornudist , 0, 0, -3, 0 +pornudity , 0, 0, -3, 0 +pornumber , 0, 0, -3, 0 +pornvidia , 0, 0, -3, 0 +portspunk , 0, 0, -3, 0 +portwatch , 0, 0, -3, 0 +portwater , 0, 0, -3, 0 +postspunk , 0, 0, -3, 0 +postwatch , 0, 0, -3, 0 +postwater , 0, 0, -3, 0 +potwatson , 0, 0, -3, 0 +presspunk , 0, 0, -3, 0 +prickfoot , -2, 0, 0, -1 +prickiest , -2, 0, 0, -1 +pricklier , -2, 0, 0, -1 +prickling , -2, 0, 0, -1 +prickseam , -2, 0, 0, -1 +prickshot , -2, 0, 0, -1 +prickspur , -2, 0, 0, -1 +prickwood , -2, 0, 0, -1 +princestd , 0, 0, -3, 0 +princeste , 0, 0, -3, 0 +princestr , 0, 0, -3, 0 +prixrated , 0, 0, -2, 0 +procuntil , 0, -2, -2, 0 +prostitut , 0, 0, 3, 0 +protohomo , 0, -2, -1, 0 +protwatch , 0, 0, -3, 0 +protwater , 0, 0, -3, 0 +prozaclit , 0, 0, -3, 0 +prozacrap , -1, 0, 0, 0 +pstwatson , 0, 0, -3, 0 +pubeasier , 0, 0, -3, 0 +pubeasily , 0, 0, -3, 0 +pubedward , 0, 0, -3, 0 +pubeffect , 0, 0, -3, 0 +pubeffort , 0, 0, -3, 0 +pubeither , 0, 0, -3, 0 +pubeleven , 0, 0, -3, 0 +pubeminem , 0, 0, -3, 0 +pubempire , 0, 0, -3, 0 +pubemploy , 0, 0, -3, 0 +pubenable , 0, 0, -3, 0 +pubenergy , 0, 0, -3, 0 +pubenough , 0, 0, -3, 0 +pubensure , 0, 0, -3, 0 +pubenzyme , 0, 0, -3, 0 +pubequity , 0, 0, -3, 0 +puberotic , 0, 0, -3, 0 +puberties , 0, 0, -3, 0 +pubescape , 0, 0, -3, 0 +pubescent , 0, 0, -3, 0 +pubescort , 0, 0, -3, 0 +pubethics , 0, 0, -3, 0 +pubethnic , 0, 0, -3, 0 +pubeugene , 0, 0, -3, 0 +pubexceed , 0, 0, -3, 0 +pubexcept , 0, 0, -3, 0 +pubexcess , 0, 0, -3, 0 +pubexcuse , 0, 0, -3, 0 +pubexempt , 0, 0, -3, 0 +pubexotic , 0, 0, -3, 0 +publiclit , 0, 0, -3, 0 +publicrap , -1, 0, 0, 0 +puffballs , 0, 0, -1, 0 +pumpissue , -1, 0, 0, 0 +pumpspunk , 0, 0, -3, 0 +punnigram , -3, -5, 0, 0 +pushballs , 0, 0, -1, 0 +putwatson , 0, 0, -3, 0 +pythonkey , 0, -2, 0, 0 +quamoclit , 0, 0, -3, 0 +quebeclit , 0, 0, -3, 0 +quebecrap , -1, 0, 0, 0 +queerness , 0, -3, 0, 0 +queerotic , 0, -3, 0, 0 +queersome , 0, -3, 0, 0 +quietwatt , 0, 0, -3, 0 +quiltwatt , 0, 0, -3, 0 +rabbitchi , 0, -2, -2, 0 +rabbitcho , 0, -2, -2, 0 +racespunk , 0, 0, -3, 0 +rachellab , -1, 0, 0, 0 +rachellan , -1, 0, 0, 0 +rachellap , -1, 0, 0, 0 +rachellas , -1, 0, 0, 0 +rachellat , -1, 0, 0, 0 +rachellaw , -1, 0, 0, 0 +rachellay , -1, 0, 0, 0 +rachellbs , -1, 0, 0, 0 +rachellee , -1, 0, 0, 0 +rachelleg , -1, 0, 0, 0 +rachelleo , -1, 0, 0, 0 +rachelles , -1, 0, 0, 0 +rachellet , -1, 0, 0, 0 +rachelleu , -1, 0, 0, 0 +rachellib , -1, 0, 0, 0 +rachellid , -1, 0, 0, 0 +rachellie , -1, 0, 0, 0 +rachellil , -1, 0, 0, 0 +rachellip , -1, 0, 0, 0 +rachellit , -1, 0, 0, 0 +rachelliz , -1, 0, 0, 0 +rachelllc , -1, 0, 0, 0 +rachelllp , -1, 0, 0, 0 +rachelltd , -1, 0, 0, 0 +rackspunk , 0, 0, -3, 0 +radarsega , -2, 0, 0, 0 +radarself , -2, 0, 0, 0 +radarsell , -2, 0, 0, 0 +radarsemi , -2, 0, 0, 0 +rankspunk , 0, 0, -3, 0 +rapeasier , 0, 0, -3, 0 +rapeasily , 0, 0, -3, 0 +rapeffect , 0, 0, -3, 0 +rapeffort , 0, 0, -3, 0 +rapeither , 0, 0, -3, 0 +rapeleven , 0, 0, -3, 0 +rapeminem , 0, 0, -3, 0 +rapempire , 0, 0, -3, 0 +rapemploy , 0, 0, -3, 0 +rapenable , 0, 0, -3, 0 +rapenergy , 0, 0, -3, 0 +rapenough , 0, 0, -3, 0 +rapensure , 0, 0, -3, 0 +rapenzyme , 0, 0, -3, 0 +rapequity , 0, 0, -3, 0 +rapescape , 0, 0, -3, 0 +rapescort , 0, 0, -3, 0 +rapethics , 0, 0, -3, 0 +rapethnic , 0, 0, -3, 0 +rapeugene , 0, 0, -3, 0 +rapexceed , 0, 0, -3, 0 +rapexcept , 0, 0, -3, 0 +rapexcess , 0, 0, -3, 0 +rapexcuse , 0, 0, -3, 0 +rapexempt , 0, 0, -3, 0 +rapexotic , 0, 0, -3, 0 +ratespunk , 0, 0, -3, 0 +ratwatson , 0, 0, -3, 0 +reacheshe , 0, 0, -2, 0 +readykeen , -2, -2, -2, 0 +readykeep , -2, -2, -2, 0 +readykept , -2, -2, -2, 0 +redbreast , 0, 0, -2, 0 +remedyken , -2, -2, -2, 0 +remedykey , -2, -2, -2, 0 +retardant , 0, -2, 0, -2 +retardate , 0, -2, 0, -2 +retardent , 0, -2, 0, -2 +retarding , 0, -2, 0, -2 +retardive , 0, -2, 0, -2 +retardure , 0, -2, 0, -2 +richellis , -1, 0, 0, 0 +ricoonion , 0, -5, 0, 0 +rightwatt , 0, 0, -3, 0 +ringspunk , 0, 0, -3, 0 +riskspunk , 0, 0, -3, 0 +robotwatt , 0, 0, -3, 0 +rockspunk , 0, 0, -3, 0 +rollspunk , 0, 0, -3, 0 +roomspunk , 0, 0, -3, 0 +rootspunk , 0, 0, -3, 0 +rootwatch , 0, 0, -3, 0 +rootwater , 0, 0, -3, 0 +rosespunk , 0, 0, -3, 0 +ruthellis , -1, 0, 0, 0 +sarsechim , -2, 0, 0, 0 +satwatson , 0, 0, -3, 0 +savespunk , 0, 0, -3, 0 +sbjctwatt , 0, 0, -3, 0 +sceniccab , -2, -3, 0, 0 +sceniccad , -2, -3, 0, 0 +sceniccal , -2, -3, 0, 0 +sceniccam , -2, -3, 0, 0 +sceniccan , -2, -3, 0, 0 +sceniccap , -2, -3, 0, 0 +sceniccar , -2, -3, 0, 0 +sceniccas , -2, -3, 0, 0 +sceniccat , -2, -3, 0, 0 +sceniclit , 0, 0, -3, 0 +scenicrap , -1, 0, 0, 0 +scoopissn , -1, 0, 0, 0 +scoopoops , -1, 0, 0, 0 +scooprick , -2, 0, 0, -1 +scottwatt , 0, 0, -3, 0 +scumbling , 0, 0, -2, -2 +scumboard , 0, 0, -2, -2 +scummiest , 0, 0, -2, -2 +scumproof , 0, 0, 0, -2 +seatspunk , 0, 0, -3, 0 +secretart , 0, -2, 0, -2 +seekspunk , 0, 0, -3, 0 +seemspunk , 0, 0, -3, 0 +sellspunk , 0, 0, -3, 0 +semihorny , 0, 0, -3, 0 +semimoron , 0, 0, 0, -2 +seminaked , 0, 0, -2, 0 +septwatch , 0, 0, -3, 0 +septwater , 0, 0, -3, 0 +setupissn , -1, 0, 0, 0 +setupoops , -1, 0, 0, 0 +setuprick , -2, 0, 0, -1 +setwatson , 0, 0, -3, 0 +shaftwatt , 0, 0, -3, 0 +sharpissn , -1, 0, 0, 0 +sharpoops , -1, 0, 0, 0 +sharprick , -2, 0, 0, -1 +sheepissn , -1, 0, 0, 0 +sheepoops , -1, 0, 0, 0 +sheeprick , -2, 0, 0, -1 +sheetwatt , 0, 0, -3, 0 +shelfrick , -1, 0, 0, 0 +shiftwatt , 0, 0, -3, 0 +shirlcock , -2, 0, -2, 0 +shirtwatt , 0, 0, -3, 0 +shitepoke , -2, 0, 0, 0 +shoespunk , 0, 0, -3, 0 +shootwatt , 0, 0, -3, 0 +shopspunk , 0, 0, -3, 0 +shortwatt , 0, 0, -3, 0 +shotspunk , 0, 0, -3, 0 +showspunk , 0, 0, -3, 0 +shredcock , -2, 0, -2, 0 +shutwatch , 0, 0, -3, 0 +shutwater , 0, 0, -3, 0 +sierrapee , 0, 0, -3, 0 +sierrapen , 0, 0, -3, 0 +sierrapet , 0, 0, -3, 0 +sightwatt , 0, 0, -3, 0 +signspunk , 0, 0, -3, 0 +sincestan , 0, 0, -3, 0 +sincestar , 0, 0, -3, 0 +sincestat , 0, 0, -3, 0 +sincestay , 0, 0, -3, 0 +sincestop , 0, 0, -3, 0 +sincestud , 0, 0, -3, 0 +sitespunk , 0, 0, -3, 0 +sizespunk , 0, 0, -3, 0 +skipissue , -1, 0, 0, 0 +skirlcock , -2, 0, -2, 0 +skirtwatt , 0, 0, -3, 0 +sleepissn , -1, 0, 0, 0 +sleepoops , -1, 0, 0, 0 +sleeprick , -2, 0, 0, -1 +smoothate , 0, 0, 0, -2 +smtpissue , -1, 0, 0, 0 +snapissue , -1, 0, 0, 0 +snowballs , 0, 0, -1, 0 +soapissue , -1, 0, 0, 0 +sockspunk , 0, 0, -3, 0 +softballs , 0, 0, -1, 0 +softwatch , 0, 0, -3, 0 +softwater , 0, 0, -3, 0 +solarsega , -2, 0, 0, 0 +solarself , -2, 0, 0, 0 +solarsell , -2, 0, 0, 0 +solarsemi , -2, 0, 0, 0 +songspunk , 0, 0, -3, 0 +soniccafe , -2, -3, 0, 0 +soniccage , -2, -3, 0, 0 +soniccake , -2, -3, 0, 0 +soniccave , -2, -3, 0, 0 +sonicunto , 0, -2, -2, 0 +sophomore , 0, -2, -1, 0 +sortspunk , 0, 0, -3, 0 +sortwatch , 0, 0, -3, 0 +sortwater , 0, 0, -3, 0 +soulspunk , 0, 0, -3, 0 +soupissue , -1, 0, 0, 0 +sourballs , 0, 0, -1, 0 +specspunk , 0, 0, -3, 0 +specuntil , 0, -2, -2, 0 +speechate , 0, 0, 0, -2 +speechink , 0, -3, 0, 0 +spiespunk , 0, 0, -3, 0 +spitballs , 0, 0, -1, 0 +spotspunk , 0, 0, -3, 0 +spunkless , 0, 0, -3, 0 +staffrick , -1, 0, 0, 0 +starspunk , 0, 0, -3, 0 +staticlit , 0, 0, -3, 0 +staticrap , -1, 0, 0, 0 +statspunk , 0, 0, -3, 0 +statwatch , 0, 0, -3, 0 +statwater , 0, 0, -3, 0 +stayspunk , 0, 0, -3, 0 +steadyken , -2, -2, -2, 0 +steadykey , -2, -2, -2, 0 +stepissue , -1, 0, 0, 0 +stepspunk , 0, 0, -3, 0 +stormcock , -2, 0, -2, 0 +studykeen , -2, -2, -2, 0 +studykeep , -2, -2, -2, 0 +studykept , -2, -2, -2, 0 +stuffrick , -1, 0, 0, 0 +stupidest , 0, 0, 0, -1 +stupidish , 0, 0, 0, -1 +stupidity , 0, 0, 0, -1 +sturdiest , -1, 0, 0, 0 +suchellis , -1, 0, 0, 0 +suckstone , 0, 0, 0, -1 +superugly , 0, 0, 0, -2 +swapissue , -1, 0, 0, 0 +sweetwatt , 0, 0, -3, 0 +swiftwatt , 0, 0, -3, 0 +swisspunk , 0, 0, -3, 0 +syncuntil , 0, -2, -2, 0 +taiwankai , 0, 0, -3, 0 +taiwankay , 0, 0, -3, 0 +taiwankde , 0, 0, -3, 0 +taiwanken , 0, 0, -3, 0 +taiwankey , 0, 0, -3, 0 +taiwankid , 0, 0, -3, 0 +taiwankim , 0, 0, -3, 0 +taiwankit , 0, 0, -3, 0 +takespunk , 0, 0, -3, 0 +talkspunk , 0, 0, -3, 0 +tankspunk , 0, 0, -3, 0 +tapespunk , 0, 0, -3, 0 +tapissier , -1, 0, 0, 0 +taxespunk , 0, 0, -3, 0 +teacheshe , 0, 0, -2, 0 +teamspunk , 0, 0, -3, 0 +techellis , -1, 0, 0, 0 +teddykeen , -2, -2, -2, 0 +teddykeep , -2, -2, -2, 0 +teddykept , -2, -2, -2, 0 +teenspunk , 0, 0, -3, 0 +tellspunk , 0, 0, -3, 0 +tempissue , -1, 0, 0, 0 +termspunk , 0, 0, -3, 0 +terrapene , 0, 0, -3, 0 +testspunk , 0, 0, -3, 0 +textspunk , 0, 0, -3, 0 +tftwatson , 0, 0, -3, 0 +theftwatt , 0, 0, -3, 0 +thesissys , 0, 0, 0, -1 +thoughate , 0, 0, 0, -2 +threesome , 0, 0, 3, 0 +tightwatt , 0, 0, -3, 0 +timespunk , 0, 0, -3, 0 +titrating , 0, 0, -3, 0 +titration , 0, 0, -3, 0 +tittivate , 0, 0, -3, 0 +titubancy , 0, 0, -3, 0 +toolspunk , 0, 0, -3, 0 +toxicunto , 0, -2, -2, 0 +trampcock , -2, 0, -2, 0 +transpunk , 0, 0, -3, 0 +trapballs , 0, 0, -1, 0 +trapezate , 0, 0, -3, 0 +trapezing , 0, 0, -3, 0 +trapezist , 0, 0, -3, 0 +trapezium , 0, 0, -3, 0 +trapezius , 0, 0, -3, 0 +trapezoid , 0, 0, -3, 0 +treespunk , 0, 0, -3, 0 +triespunk , 0, 0, -3, 0 +trustwatt , 0, 0, -3, 0 +tubespunk , 0, 0, -3, 0 +tuesdaygo , 0, -3, 0, 0 +tumoronce , 0, 0, 0, -2 +tumoronly , 0, 0, 0, -2 +tumoronto , 0, 0, 0, -2 +tunespunk , 0, 0, -3, 0 +turdiform , -1, 0, 0, 0 +turnspunk , 0, 0, -3, 0 +twattling , 0, 0, -3, 0 +typespunk , 0, 0, -3, 0 +ultrapeak , 0, 0, -3, 0 +ultrapeas , 0, 0, -3, 0 +ultraugly , 0, 0, 0, -2 +undouched , -1, -1, -2, -2 +unigraham , -3, -5, 0, 0 +unigranny , -3, -5, 0, 0 +unigratis , -3, -5, 0, 0 +unigroove , -3, -5, 0, 0 +uniground , -3, -5, 0, 0 +unixrated , 0, 0, -2, 0 +unporness , 0, 0, -3, 0 +userspunk , 0, 0, -3, 0 +utahellis , -1, 0, 0, 0 +utilspunk , 0, 0, -3, 0 +vachellia , -1, 0, 0, 0 +varselect , -2, 0, 0, 0 +varsevere , -2, 0, 0, 0 +varsewing , -2, 0, 0, 0 +vastwatch , 0, 0, -3, 0 +vastwater , 0, 0, -3, 0 +vatwatson , 0, 0, -3, 0 +vaultwatt , 0, 0, -3, 0 +vcrapache , -1, 0, 0, 0 +vcrapollo , -1, 0, 0, 0 +viennazip , 0, -2, 0, 0 +viewspunk , 0, 0, -3, 0 +villabias , 0, 0, -3, 0 +viruspunk , 0, 0, -3, 0 +voipissue , -1, 0, 0, 0 +voltwatch , 0, 0, -3, 0 +voltwater , 0, 0, -3, 0 +votespunk , 0, 0, -3, 0 +walkspunk , 0, 0, -3, 0 +wallspunk , 0, 0, -3, 0 +wantspunk , 0, 0, -3, 0 +watcheshe , 0, 0, -2, 0 +wattspunk , 0, 0, -3, 0 +wattwatch , 0, 0, -3, 0 +wattwater , 0, 0, -3, 0 +wavespunk , 0, 0, -3, 0 +wealthate , 0, 0, 0, -2 +weekspunk , 0, 0, -3, 0 +wellspunk , 0, 0, -3, 0 +wendykeen , -2, -2, -2, 0 +wendykeep , -2, -2, -2, 0 +wendykept , -2, -2, -2, 0 +wetwatson , 0, 0, -3, 0 +whoarnold , 0, -3, -2, 0 +whoaround , 0, -3, -2, 0 +whoarrest , 0, -3, -2, 0 +whoarrive , 0, -3, -2, 0 +whomoasis , 0, -2, -1, 0 +whomobile , 0, -2, -1, 0 +whomoccur , 0, -2, -1, 0 +whomocean , 0, -2, -1, 0 +whomoften , 0, -2, -1, 0 +whomolive , 0, -2, -1, 0 +whomopera , 0, -2, -1, 0 +whomorbit , 0, -2, -1, 0 +whomorder , 0, -2, -1, 0 +whomorris , 0, -2, -1, 0 +whomoscar , 0, -2, -1, 0 +whomoscow , 0, -2, -1, 0 +whomother , 0, -2, -1, 0 +whomotion , 0, -2, -1, 0 +whomought , 0, -2, -1, 0 +whomoving , 0, -2, -1, 0 +whomoxide , 0, -2, -1, 0 +whomozone , 0, -2, -1, 0 +wiggeries , -2, -3, 0, 0 +windspunk , 0, 0, -3, 0 +winespunk , 0, 0, -3, 0 +wingspunk , 0, 0, -3, 0 +withellis , -1, 0, 0, 0 +wivespunk , 0, 0, -3, 0 +woodspunk , 0, 0, -3, 0 +wordspunk , 0, 0, -3, 0 +workspunk , 0, 0, -3, 0 +worstwatt , 0, 0, -3, 0 +xnxxrated , 0, 0, -2, 0 +yachtwatt , 0, 0, -3, 0 +yamahatea , 0, 0, 0, -2 +yamahatee , 0, 0, 0, -2 +yamahaten , 0, 0, 0, -2 +yamahatex , 0, 0, 0, -2 +yardspunk , 0, 0, -3, 0 +yeahellis , -1, 0, 0, 0 +yesturday , -1, 0, 0, 0 +yetwatson , 0, 0, -3, 0 +acceptwatt , 0, 0, -3, 0 +accesspunk , 0, 0, -3, 0 +acolapissa , -1, 0, 0, 0 +acolythate , 0, 0, 0, -2 +acryliclit , 0, 0, -3, 0 +acrylicrap , -1, 0, 0, 0 +actorspunk , 0, 0, -3, 0 +adultspunk , 0, 0, -3, 0 +adultwatch , 0, 0, -3, 0 +adultwater , 0, 0, -3, 0 +advertwatt , 0, 0, -3, 0 +affectwatt , 0, 0, -3, 0 +agentspunk , 0, 0, -3, 0 +agreespunk , 0, 0, -3, 0 +albertwatt , 0, 0, -3, 0 +albumspunk , 0, 0, -3, 0 +alertspunk , 0, 0, -3, 0 +alertwatch , 0, 0, -3, 0 +alertwater , 0, 0, -3, 0 +algebrapee , 0, 0, -3, 0 +algebrapen , 0, 0, -3, 0 +algebrapet , 0, 0, -3, 0 +allahellis , -1, 0, 0, 0 +alumnigrab , -3, -5, 0, 0 +alumnigrad , -3, -5, 0, 0 +alumnigras , -3, -5, 0, 0 +alumnigray , -3, -5, 0, 0 +alumnigrid , -3, -5, 0, 0 +alumnigrip , -3, -5, 0, 0 +alumnigrow , -3, -5, 0, 0 +analcimite , -2, 0, -2, 0 +analcitite , -2, 0, -2, 0 +analeasing , -2, 0, -2, 0 +analeather , -2, 0, -2, 0 +analeaving , -2, 0, -2, 0 +analebanon , -2, 0, -2, 0 +analecture , -2, 0, -2, 0 +analeisure , -2, 0, -2, 0 +analevitra , -2, 0, -2, 0 +analodging , -2, 0, -2, 0 +analuggage , -2, 0, -2, 0 +analuminum , -2, 0, -2, 0 +analysable , -2, 0, -2, 0 +analyzable , -2, 0, -2, 0 +andorrapee , 0, 0, -3, 0 +andorrapen , 0, 0, -3, 0 +andorrapet , 0, 0, -3, 0 +andykelkoo , -2, -2, -2, 0 +angelabias , 0, 0, -3, 0 +angelspunk , 0, 0, -3, 0 +angolabias , 0, 0, -3, 0 +annexrated , 0, 0, -2, 0 +anogenital , 0, 0, -2, 0 +antennazip , 0, -2, 0, 0 +apniccache , -2, -3, 0, 0 +apniccause , -2, -3, 0, 0 +apnicuntil , 0, -2, -2, 0 +aquaticlit , 0, 0, -3, 0 +aquaticrap , -1, 0, 0, 0 +arabichack , 0, -2, -2, 0 +arabichair , 0, -2, -2, 0 +arabichalf , 0, -2, -2, 0 +arabichall , 0, -2, -2, 0 +arabichalo , 0, -2, -2, 0 +arabichand , 0, -2, -2, 0 +arabichang , 0, -2, -2, 0 +arabichans , 0, -2, -2, 0 +arabichard , 0, -2, -2, 0 +arabicharm , 0, -2, -2, 0 +arabichart , 0, -2, -2, 0 +arabichave , 0, -2, -2, 0 +arabichawk , 0, -2, -2, 0 +arabichdtv , 0, -2, -2, 0 +arabichide , 0, -2, -2, 0 +arabichigh , 0, -2, -2, 0 +arabichill , 0, -2, -2, 0 +arabichint , 0, -2, -2, 0 +arabichold , 0, -2, -2, 0 +arabichole , 0, -2, -2, 0 +arabicholy , 0, -2, -2, 0 +arabichome , 0, -2, -2, 0 +arabichood , 0, -2, -2, 0 +arabichook , 0, -2, -2, 0 +arabichorn , 0, -2, -2, 0 +arabichour , 0, -2, -2, 0 +arabichref , 0, -2, -2, 0 +arabichtml , 0, -2, -2, 0 +arabichttp , 0, -2, -2, 0 +arabichuge , 0, -2, -2, 0 +arabichugh , 0, -2, -2, 0 +arabichugo , 0, -2, -2, 0 +arabichull , 0, -2, -2, 0 +arabichung , 0, -2, -2, 0 +arabichunt , 0, -2, -2, 0 +arabichurt , 0, -2, -2, 0 +arabicunto , 0, -2, -2, 0 +arcticunto , 0, -2, -2, 0 +arizonazip , 0, -2, 0, 0 +armoronion , 0, 0, 0, -2 +arsenation , -2, 0, 0, 0 +arsenetted , -2, 0, 0, 0 +arsenhemol , -2, 0, 0, 0 +arseniasis , -2, 0, 0, 0 +arseniuret , -2, 0, 0, 0 +aspectwatt , 0, 0, -3, 0 +aspidiotus , 0, 0, 0, -1 +assafetida , -2, 0, 0, 0 +assesspunk , 0, 0, -3, 0 +asssembler , -2, 0, 0, 0 +assuagable , -2, 0, 0, 0 +athenspunk , 0, 0, -3, 0 +attitudego , 0, -3, 0, 0 +augustwatt , 0, 0, -3, 0 +aurorapeak , 0, 0, -3, 0 +aurorapeas , 0, 0, -3, 0 +awardspunk , 0, 0, -3, 0 +babiespunk , 0, 0, -3, 0 +backhooker , 0, 0, -3, 0 +backupissn , -1, 0, 0, 0 +backupoops , -1, 0, 0, 0 +backuprick , -2, 0, 0, -1 +ballsacred , 0, 0, -1, 0 +ballsafari , 0, 0, -1, 0 +ballsalary , 0, 0, -1, 0 +ballsalmon , 0, 0, -1, 0 +ballsavage , 0, 0, -1, 0 +ballsaving , 0, 0, -1, 0 +ballscared , 0, 0, -1, 0 +ballscenic , 0, 0, -1, 0 +ballschema , 0, 0, -1, 0 +ballscheme , 0, 0, -1, 0 +ballschool , 0, 0, -1, 0 +ballscotia , 0, 0, -1, 0 +ballscreen , 0, 0, -1, 0 +ballscript , 0, 0, -1, 0 +ballscroll , 0, 0, -1, 0 +ballselect , 0, 0, -1, 0 +ballsevere , 0, 0, -1, 0 +ballsewing , 0, 0, -1, 0 +ballshadow , 0, 0, -1, 0 +ballsharon , 0, 0, -1, 0 +ballshaved , 0, 0, -1, 0 +ballshield , 0, 0, -1, 0 +ballshould , 0, 0, -1, 0 +ballsilent , 0, 0, -1, 0 +ballsilver , 0, 0, -1, 0 +ballsister , 0, 0, -1, 0 +ballsleeve , 0, 0, -1, 0 +ballslight , 0, 0, -1, 0 +ballslovak , 0, 0, -1, 0 +ballsmooth , 0, 0, -1, 0 +ballsodium , 0, 0, -1, 0 +ballsought , 0, 0, -1, 0 +ballsource , 0, 0, -1, 0 +ballsoviet , 0, 0, -1, 0 +ballspears , 0, 0, -1, 0 +ballspeech , 0, 0, -1, 0 +ballsphere , 0, 0, -1, 0 +ballspider , 0, 0, -1, 0 +ballspirit , 0, 0, -1, 0 +ballspouse , 0, 0, -1, 0 +ballspread , 0, 0, -1, 0 +ballspring , 0, 0, -1, 0 +ballsprint , 0, 0, -1, 0 +ballsquare , 0, 0, -1, 0 +ballsquirt , 0, 0, -1, 0 +ballstable , 0, 0, -1, 0 +ballstolen , 0, 0, -1, 0 +ballstuart , 0, 0, -1, 0 +ballstylus , 0, 0, -1, 0 +ballsudden , 0, 0, -1, 0 +ballsuffer , 0, 0, -1, 0 +ballsussex , 0, 0, -1, 0 +ballsuzuki , 0, 0, -1, 0 +ballsweden , 0, 0, -1, 0 +ballswitch , 0, 0, -1, 0 +barbarapee , 0, 0, -3, 0 +barbarapen , 0, 0, -3, 0 +barbarapet , 0, 0, -3, 0 +barnespunk , 0, 0, -3, 0 +basicspunk , 0, 0, -3, 0 +basilicock , -2, 0, -2, 0 +basissyria , 0, 0, 0, -1 +basketwatt , 0, 0, -3, 0 +batchellis , -1, 0, 0, 0 +beeffinger , -2, 0, -2, 0 +beingspunk , 0, 0, -3, 0 +beliefrick , -1, 0, 0, 0 +beltwatson , 0, 0, -3, 0 +benchellis , -1, 0, 0, 0 +beneathate , 0, 0, 0, -2 +bichloride , 0, -2, -2, 0 +bichromate , 0, -2, -2, 0 +bikinigrab , -3, -5, 0, 0 +bikinigrad , -3, -5, 0, 0 +bikinigras , -3, -5, 0, 0 +bikinigray , -3, -5, 0, 0 +bikinigrid , -3, -5, 0, 0 +bikinigrip , -3, -5, 0, 0 +bikinigrow , -3, -5, 0, 0 +bilinigrin , -3, -5, 0, 0 +birthdaygo , 0, -3, 0, 0 +birthellis , -1, 0, 0, 0 +bismuthate , 0, 0, 0, -2 +bitchamber , 0, -2, -2, 0 +bitchapter , 0, -2, -2, 0 +bitcharity , 0, -2, -2, 0 +bitcharles , 0, -2, -2, 0 +bitcharlie , 0, -2, -2, 0 +bitchassis , 0, -2, -2, 0 +bitchelsea , 0, -2, -2, 0 +bitcheries , 0, -2, -2, 0 +bitchicago , 0, -2, -2, 0 +bitchinese , 0, -2, -2, 0 +bitchiness , 0, -2, -2, 0 +bitchronic , 0, -2, -2, 0 +bitschapel , 0, -2, -2, 0 +bitscheers , 0, -2, -2, 0 +bitscheese , 0, -2, -2, 0 +bitscheque , 0, -2, -2, 0 +bitscherry , 0, -2, -2, 0 +bitschrome , 0, -2, -2, 0 +bitschubby , 0, -2, -2, 0 +bitschurch , 0, -2, -2, 0 +blackballs , 0, 0, -1, 0 +blackspunk , 0, 0, -3, 0 +bloodyacht , -2, 0, 0, 0 +bloodyahoo , -2, 0, 0, 0 +bloodyemen , -2, 0, 0, 0 +bloodyield , -2, 0, 0, 0 +bloodyukon , -2, 0, 0, 0 +bluebreast , 0, 0, -2, 0 +boardspunk , 0, 0, -3, 0 +boatwatson , 0, 0, -3, 0 +bodykelkoo , -2, -2, -2, 0 +boltwatson , 0, 0, -3, 0 +bonereason , 0, 0, -3, 0 +bonerebate , 0, 0, -3, 0 +bonereject , 0, 0, -3, 0 +bonerelate , 0, 0, -3, 0 +bonerelief , 0, 0, -3, 0 +bonereload , 0, 0, -3, 0 +boneremain , 0, 0, -3, 0 +boneremark , 0, 0, -3, 0 +boneremedy , 0, 0, -3, 0 +boneremind , 0, 0, -3, 0 +boneremote , 0, 0, -3, 0 +boneremove , 0, 0, -3, 0 +bonerender , 0, 0, -3, 0 +boneretail , 0, 0, -3, 0 +boneretain , 0, 0, -3, 0 +bonereturn , 0, 0, -3, 0 +bonereward , 0, 0, -3, 0 +bonerhythm , 0, 0, -3, 0 +boneribbon , 0, 0, -3, 0 +bonerising , 0, 0, -3, 0 +boneroland , 0, 0, -3, 0 +boneroster , 0, 0, -3, 0 +bonerotary , 0, 0, -3, 0 +bonerubber , 0, 0, -3, 0 +boneruling , 0, 0, -3, 0 +bonerussia , 0, 0, -3, 0 +bonerwanda , 0, 0, -3, 0 +boostwatch , 0, 0, -3, 0 +boostwater , 0, 0, -3, 0 +boothellis , -1, 0, 0, 0 +bootwatson , 0, 0, -3, 0 +brakespunk , 0, 0, -3, 0 +brancheshe , 0, 0, -2, 0 +brandspunk , 0, 0, -3, 0 +braquemard , 0, 0, -1, 0 +breakspunk , 0, 0, -3, 0 +breastband , 0, 0, -2, 0 +breastbeam , 0, 0, -2, 0 +breastbone , 0, 0, -2, 0 +breastfast , 0, 0, -2, 0 +breasthook , 0, 0, -2, 0 +breastless , 0, 0, -2, 0 +breastmark , 0, 0, -2, 0 +breastplow , 0, 0, -2, 0 +breastrail , 0, 0, -2, 0 +breastrope , 0, 0, -2, 0 +breastweed , 0, 0, -2, 0 +breastwise , 0, 0, -2, 0 +breastwood , 0, 0, -2, 0 +breastwork , 0, 0, -2, 0 +briefspunk , 0, 0, -3, 0 +britishate , 0, 0, 0, -2 +brookspunk , 0, 0, -3, 0 +buddykeith , -2, -2, -2, 0 +buddykelly , -2, -2, -2, 0 +buddykevin , -2, -2, -2, 0 +budgetlost , 0, 0, 0, -2 +buffaloser , 0, 0, 0, -2 +buildspunk , 0, 0, -3, 0 +builtwatch , 0, 0, -3, 0 +builtwater , 0, 0, -3, 0 +bunchellis , -1, 0, 0, 0 +burstwatch , 0, 0, -3, 0 +burstwater , 0, 0, -3, 0 +buttactics , -1, 0, 0, 0 +butthomson , -1, 0, 0, 0 +butthrough , -1, 0, 0, 0 +buttiffany , -1, 0, 0, 0 +buttrading , -1, 0, 0, 0 +buttraffic , -1, 0, 0, 0 +buttragedy , -1, 0, 0, 0 +buttrouble , -1, 0, 0, 0 +buttsunami , -1, 0, 0, 0 +buttuition , -1, 0, 0, 0 +buttunisia , -1, 0, 0, 0 +butturkish , -1, 0, 0, 0 +buyerspunk , 0, 0, -3, 0 +campuspunk , 0, 0, -3, 0 +campusyale , 0, -2, -2, 0 +campusyang , 0, -2, -2, 0 +campusyard , 0, -2, -2, 0 +campusyarn , 0, -2, -2, 0 +campusyoga , 0, -2, -2, 0 +campusyork , 0, -2, -2, 0 +capenissan , -1, 0, -3, 0 +cardiaclit , 0, 0, -3, 0 +cardiacrap , -1, 0, 0, 0 +castwatson , 0, 0, -3, 0 +catchellis , -1, 0, 0, 0 +caughtwatt , 0, 0, -3, 0 +cedarseven , -2, 0, 0, 0 +celebspunk , 0, 0, -3, 0 +celticunto , 0, -2, -2, 0 +censuspunk , 0, 0, -3, 0 +charselect , -2, 0, 0, 0 +charsevere , -2, 0, 0, 0 +charsewing , -2, 0, 0, 0 +chassissys , 0, 0, 0, -1 +cheapissue , -1, 0, 0, 0 +cheatspunk , 0, 0, -3, 0 +checkspunk , 0, 0, -3, 0 +cheerspunk , 0, 0, -3, 0 +cheffinger , -2, 0, -2, 0 +chickspunk , 0, 0, -3, 0 +chinesemen , 0, 0, -3, 0 +choarising , 0, -3, -2, 0 +choarizona , 0, -3, -2, 0 +choarrange , 0, -3, -2, 0 +choarrival , 0, -3, -2, 0 +chomorning , 0, -2, -1, 0 +chomorocco , 0, -2, -1, 0 +chomozilla , 0, -2, -1, 0 +choruspunk , 0, 0, -3, 0 +chroniccab , -2, -3, 0, 0 +chroniccad , -2, -3, 0, 0 +chroniccal , -2, -3, 0, 0 +chroniccam , -2, -3, 0, 0 +chroniccan , -2, -3, 0, 0 +chroniccap , -2, -3, 0, 0 +chroniccar , -2, -3, 0, 0 +chroniccas , -2, -3, 0, 0 +chroniccat , -2, -3, 0, 0 +chroniclit , 0, 0, -3, 0 +chronicrap , -1, 0, 0, 0 +churcheshe , 0, 0, -2, 0 +cialispunk , 0, 0, -3, 0 +cindykeith , -2, -2, -2, 0 +cindykelly , -2, -2, -2, 0 +cindykevin , -2, -2, -2, 0 +circuspunk , 0, 0, -3, 0 +clarapeace , 0, 0, -3, 0 +clickspunk , 0, 0, -3, 0 +clinchpoop , -1, 0, 0, 0 +cliniccafe , -2, -3, 0, 0 +cliniccage , -2, -3, 0, 0 +cliniccake , -2, -3, 0, 0 +cliniccave , -2, -3, 0, 0 +clinicunto , 0, -2, -2, 0 +clitoritis , 0, 0, -3, 0 +closespunk , 0, 0, -3, 0 +clothellis , -1, 0, 0, 0 +cloudspunk , 0, 0, -3, 0 +cloudykeen , -2, -2, -2, 0 +cloudykeep , -2, -2, -2, 0 +cloudykept , -2, -2, -2, 0 +coachellis , -1, 0, 0, 0 +coastwatch , 0, 0, -3, 0 +coastwater , 0, 0, -3, 0 +coatwatson , 0, 0, -3, 0 +cockabondy , -2, 0, -2, 0 +cockamamie , -2, 0, -2, 0 +cockamaroo , -2, 0, -2, 0 +cockarouse , -2, 0, -2, 0 +cockatrice , -2, 0, -2, 0 +cockchafer , -2, 0, -2, 0 +cockpaddle , -2, 0, -2, 0 +collarsega , -2, 0, 0, 0 +collarself , -2, 0, 0, 0 +collarsell , -2, 0, 0, 0 +collarsemi , -2, 0, 0, 0 +colorspunk , 0, 0, -3, 0 +combonerve , 0, 0, -3, 0 +comedykeen , -2, -2, -2, 0 +comedykeep , -2, -2, -2, 0 +comedykept , -2, -2, -2, 0 +comicspunk , 0, 0, -3, 0 +concludego , 0, -3, 0, 0 +condomajor , 0, 0, -2, 0 +condomalta , 0, 0, -2, 0 +condomambo , 0, 0, -2, 0 +condomazda , 0, 0, -2, 0 +condomight , 0, 0, -2, 0 +condomoore , 0, 0, -2, 0 +condomoral , 0, 0, -2, 0 +condomoses , 0, 0, -2, 0 +condomotel , 0, 0, -2, 0 +condomotor , 0, 0, -2, 0 +condomount , 0, 0, -2, 0 +condomouse , 0, 0, -2, 0 +condomouth , 0, 0, -2, 0 +condomovie , 0, 0, -2, 0 +condomulti , 0, 0, -2, 0 +condomusic , 0, 0, -2, 0 +congenital , 0, 0, -2, 0 +constwatch , 0, 0, -3, 0 +constwater , 0, 0, -3, 0 +copenissan , -1, 0, -3, 0 +copiespunk , 0, 0, -3, 0 +coriolanus , -2, 0, 0, 0 +corpuspunk , 0, 0, -3, 0 +corpusyale , 0, -2, -2, 0 +corpusyang , 0, -2, -2, 0 +corpusyard , 0, -2, -2, 0 +corpusyarn , 0, -2, -2, 0 +corpusyoga , 0, -2, -2, 0 +corpusyork , 0, -2, -2, 0 +costwatson , 0, 0, -3, 0 +countspunk , 0, 0, -3, 0 +countwatch , 0, 0, -3, 0 +countwater , 0, 0, -3, 0 +courtspunk , 0, 0, -3, 0 +courtwatch , 0, 0, -3, 0 +courtwater , 0, 0, -3, 0 +coverspunk , 0, 0, -3, 0 +cowardness , 0, 0, 0, -1 +crackerror , 0, -2, 0, 0 +craftspunk , 0, 0, -3, 0 +craftwatch , 0, 0, -3, 0 +craftwater , 0, 0, -3, 0 +crapulence , -1, 0, 0, 0 +crapulency , -1, 0, 0, 0 +crimespunk , 0, 0, -3, 0 +crisispunk , 0, 0, -3, 0 +crisissync , 0, 0, 0, -1 +cubichaiti , 0, -2, -2, 0 +cubichappy , 0, -2, -2, 0 +cubicharry , 0, -2, -2, 0 +cubichindu , 0, -2, -2, 0 +cubichobby , 0, -2, -2, 0 +cubicholly , 0, -2, -2, 0 +cubichorse , 0, -2, -2, 0 +cubichouse , 0, -2, -2, 0 +cubichuman , 0, -2, -2, 0 +cubichumor , 0, -2, -2, 0 +cubicuntil , 0, -2, -2, 0 +cultwatson , 0, 0, -3, 0 +cumanagoto , 0, 0, -3, 0 +cumaphytic , 0, 0, -3, 0 +cumflutter , 0, 0, -3, 0 +cumulating , 0, 0, -3, 0 +cumulation , 0, 0, -3, 0 +cumulatist , 0, 0, -3, 0 +cumulative , 0, 0, -3, 0 +curtispunk , 0, 0, -3, 0 +curvespunk , 0, 0, -3, 0 +custodyken , -2, -2, -2, 0 +custodykey , -2, -2, -2, 0 +cypruspunk , 0, 0, -3, 0 +czechellis , -1, 0, 0, 0 +daddykeith , -2, -2, -2, 0 +daddykelly , -2, -2, -2, 0 +daddykevin , -2, -2, -2, 0 +damnaughty , -1, 0, 0, 0 +damneither , -1, 0, 0, 0 +damneutral , -1, 0, 0, 0 +damniagara , -1, 0, 0, 0 +damnirvana , -1, 0, 0, 0 +damnuclear , -1, 0, 0, 0 +damnursing , -1, 0, 0, 0 +damnyankee , -1, 0, 0, 0 +daygourmet , 0, -3, 0, 0 +deathellis , -1, 0, 0, 0 +deathspunk , 0, 0, -3, 0 +debacchate , 0, 0, 0, -2 +deborahate , 0, 0, 0, -2 +debtchapel , 0, -2, -2, 0 +debtcheers , 0, -2, -2, 0 +debtcheese , 0, -2, -2, 0 +debtcheque , 0, -2, -2, 0 +debtcherry , 0, -2, -2, 0 +debtchrome , 0, -2, -2, 0 +debtchubby , 0, -2, -2, 0 +debtchurch , 0, -2, -2, 0 +debtwatson , 0, 0, -3, 0 +defensemen , 0, 0, -3, 0 +delayspunk , 0, 0, -3, 0 +denigrator , -3, -5, 0, 0 +dennispunk , 0, 0, -3, 0 +depthellis , -1, 0, 0, 0 +deptwatson , 0, 0, -3, 0 +desertwatt , 0, 0, -3, 0 +detectwatt , 0, 0, -3, 0 +deutschate , 0, 0, 0, -2 +deutschink , 0, -3, 0, 0 +dickcissel , -2, 0, -2, 0 +dietwatson , 0, 0, -3, 0 +directwatt , 0, 0, -3, 0 +dirtwatson , 0, 0, -3, 0 +dishespunk , 0, 0, -3, 0 +dollarseds , -2, 0, 0, 0 +dollarsedt , -2, 0, 0, 0 +dollarsega , -2, 0, 0, 0 +dollarsegg , -2, 0, 0, 0 +dollarself , -2, 0, 0, 0 +dollarsell , -2, 0, 0, 0 +dollarsemi , -2, 0, 0, 0 +dollarsest , -2, 0, 0, 0 +dollarseur , -2, 0, 0, 0 +dollarseva , -2, 0, 0, 0 +dollarseve , -2, 0, 0, 0 +dollarsexp , -2, 0, 0, 0 +dollarsext , -2, 0, 0, 0 +dollarseye , -2, 0, 0, 0 +dominatrix , 0, 0, 3, 0 +dongilbert , 0, 0, -2, 0 +donglasgow , 0, 0, -2, 0 +donglucose , 0, 0, -2, 0 +dongrammar , 0, 0, -2, 0 +dongratuit , 0, 0, -2, 0 +dongravity , 0, 0, -2, 0 +dongrenada , 0, 0, -2, 0 +dongriffin , 0, 0, -2, 0 +dongrocery , 0, 0, -2, 0 +donorspunk , 0, 0, -3, 0 +dontwatson , 0, 0, -3, 0 +doubledamn , -1, 0, 0, 0 +doubtchain , 0, -2, -2, 0 +doubtchair , 0, -2, -2, 0 +doubtchaos , 0, -2, -2, 0 +doubtchase , 0, -2, -2, 0 +doubtcheap , 0, -2, -2, 0 +doubtcheat , 0, -2, -2, 0 +doubtcheck , 0, -2, -2, 0 +doubtchess , 0, -2, -2, 0 +doubtchest , 0, -2, -2, 0 +doubtchevy , 0, -2, -2, 0 +doubtchris , 0, -2, -2, 0 +doubtchuck , 0, -2, -2, 0 +doubtwatch , 0, 0, -3, 0 +doubtwater , 0, 0, -3, 0 +dozenspunk , 0, 0, -3, 0 +draftwatch , 0, 0, -3, 0 +draftwater , 0, 0, -3, 0 +dreamspunk , 0, 0, -3, 0 +drinkspunk , 0, 0, -3, 0 +drivespunk , 0, 0, -3, 0 +dumbstruck , 0, 0, 0, -1 +dumbwaiter , 0, 0, 0, -1 +dustwatson , 0, 0, -3, 0 +dutchellis , -1, 0, 0, 0 +dykehopper , -2, -2, -2, 0 +earsedward , -2, 0, 0, 0 +earseffect , -2, 0, 0, 0 +earseffort , -2, 0, 0, 0 +earsegment , -2, 0, 0, 0 +earseither , -2, 0, 0, 0 +earseleven , -2, 0, 0, 0 +earsempire , -2, 0, 0, 0 +earsemploy , -2, 0, 0, 0 +earsescape , -2, 0, 0, 0 +earsescort , -2, 0, 0, 0 +earsession , -2, 0, 0, 0 +earseugene , -2, 0, 0, 0 +earsexceed , -2, 0, 0, 0 +earsexcept , -2, 0, 0, 0 +earsexcess , -2, 0, 0, 0 +earsexcuse , -2, 0, 0, 0 +earsexempt , -2, 0, 0, 0 +earsexotic , -2, 0, 0, 0 +earthellis , -1, 0, 0, 0 +eastwatson , 0, 0, -3, 0 +eberthella , -1, 0, 0, 0 +eclipsemen , 0, 0, -3, 0 +ecoongoing , 0, -5, 0, 0 +ecoontario , 0, -5, 0, 0 +effectwatt , 0, 0, -3, 0 +egyptwatch , 0, 0, -3, 0 +egyptwater , 0, 0, -3, 0 +eightballs , 0, 0, -1, 0 +eightwatch , 0, 0, -3, 0 +eightwater , 0, 0, -3, 0 +ejaculator , 0, 0, -2, 0 +electwatch , 0, 0, -3, 0 +electwater , 0, 0, -3, 0 +englishate , 0, 0, 0, -2 +enterspunk , 0, 0, -3, 0 +epoophoron , -1, 0, 0, 0 +eroticunto , 0, -2, -2, 0 +errorspunk , 0, 0, -3, 0 +escortwatt , 0, 0, -3, 0 +essexrated , 0, 0, -2, 0 +ethicspunk , 0, 0, -3, 0 +ethniccafe , -2, -3, 0, 0 +ethniccage , -2, -3, 0, 0 +ethniccake , -2, -3, 0, 0 +ethniccave , -2, -3, 0, 0 +ethnicunto , 0, -2, -2, 0 +eventspunk , 0, 0, -3, 0 +everydaygo , 0, -3, 0, 0 +exceptwatt , 0, 0, -3, 0 +excesspunk , 0, 0, -3, 0 +exemptwatt , 0, 0, -3, 0 +exhibitchi , 0, -2, -2, 0 +exhibitcho , 0, -2, -2, 0 +existspunk , 0, 0, -3, 0 +exoticunto , 0, -2, -2, 0 +expectwatt , 0, 0, -3, 0 +expensemen , 0, 0, -3, 0 +expertwatt , 0, 0, -3, 0 +extrapeace , 0, 0, -3, 0 +fabricunto , 0, -2, -2, 0 +faithellis , -1, 0, 0, 0 +famouspunk , 0, 0, -3, 0 +fastwatson , 0, 0, -3, 0 +fattypical , 0, -2, 0, -2 +faultwatch , 0, 0, -3, 0 +faultwater , 0, 0, -3, 0 +favorspunk , 0, 0, -3, 0 +fbichamber , 0, -2, -2, 0 +fbichapter , 0, -2, -2, 0 +fbichassis , 0, -2, -2, 0 +fbichelsea , 0, -2, -2, 0 +fbichronic , 0, -2, -2, 0 +feckulence , -2, 0, -2, 0 +feetwatson , 0, 0, -3, 0 +feltwatson , 0, 0, -3, 0 +fibrofatty , 0, -2, 0, -2 +fieldspunk , 0, 0, -3, 0 +fifthellis , -1, 0, 0, 0 +fightwatch , 0, 0, -3, 0 +fightwater , 0, 0, -3, 0 +finalspunk , 0, 0, -3, 0 +finnishate , 0, 0, 0, -2 +firstwatch , 0, 0, -3, 0 +firstwater , 0, 0, -3, 0 +flangeless , 0, 0, -3, 0 +fleetwatch , 0, 0, -3, 0 +fleetwater , 0, 0, -3, 0 +floatwatch , 0, 0, -3, 0 +floatwater , 0, 0, -3, 0 +floorspunk , 0, 0, -3, 0 +fontwatson , 0, 0, -3, 0 +footwatson , 0, 0, -3, 0 +forbespunk , 0, 0, -3, 0 +forcespunk , 0, 0, -3, 0 +forebreast , 0, 0, -2, 0 +forgetlost , 0, 0, 0, -2 +forthellis , -1, 0, 0, 0 +fortwatson , 0, 0, -3, 0 +forumspunk , 0, 0, -3, 0 +framespunk , 0, 0, -3, 0 +freakiness , 0, 0, 0, -2 +frigabriel , -1, 0, -2, 0 +frigadgets , -1, 0, -2, 0 +frigallery , -1, 0, -2, 0 +frigarbage , -1, 0, -2, 0 +frigazette , -1, 0, -2, 0 +frigilbert , -1, 0, -2, 0 +friglasgow , -1, 0, -2, 0 +friglucose , -1, 0, -2, 0 +frigrammar , -1, 0, -2, 0 +frigratuit , -1, 0, -2, 0 +frigravity , -1, 0, -2, 0 +frigrenada , -1, 0, -2, 0 +frigriffin , -1, 0, -2, 0 +frigrocery , -1, 0, -2, 0 +frontwatch , 0, 0, -3, 0 +frontwater , 0, 0, -3, 0 +frostwatch , 0, 0, -3, 0 +frostwater , 0, 0, -3, 0 +garlicunto , 0, -2, -2, 0 +genesissys , 0, 0, 0, -1 +geneticlit , 0, 0, -3, 0 +geneticrap , -1, 0, 0, 0 +geniuspunk , 0, 0, -3, 0 +giantspunk , 0, 0, -3, 0 +giftwatson , 0, 0, -3, 0 +glucosemen , 0, 0, -3, 0 +gnudeborah , 0, 0, -3, 0 +gnudeposit , 0, 0, -3, 0 +gnudetroit , 0, 0, -3, 0 +gnudeutsch , 0, 0, -3, 0 +goatwatson , 0, 0, -3, 0 +gothicunto , 0, -2, -2, 0 +grantspunk , 0, 0, -3, 0 +graphellis , -1, 0, 0, 0 +graphiclit , 0, 0, -3, 0 +graphicrap , -1, 0, 0, 0 +graphspunk , 0, 0, -3, 0 +gratispunk , 0, 0, -3, 0 +groupissue , -1, 0, 0, 0 +guardspunk , 0, 0, -3, 0 +guestspunk , 0, 0, -3, 0 +hancockite , -2, 0, -2, 0 +harrispunk , 0, 0, -3, 0 +hateclipse , 0, 0, 0, -2 +hatecuador , 0, 0, 0, -2 +hatembassy , 0, 0, 0, -2 +hatemerald , 0, 0, 0, -2 +hatemonger , 0, 0, 0, -2 +hatemperor , 0, 0, 0, -2 +hatenemies , 0, 0, 0, -2 +hatenhance , 0, 0, 0, -2 +hatenlarge , 0, 0, 0, -2 +hatenquiry , 0, 0, 0, -2 +hatepisode , 0, 0, 0, -2 +hatessence , 0, 0, 0, -2 +hateternal , 0, 0, 0, -2 +hatethical , 0, 0, 0, -2 +hatevident , 0, 0, 0, -2 +hatexcerpt , 0, 0, 0, -2 +hatexcited , 0, 0, 0, -2 +hatexclude , 0, 0, 0, -2 +hatexhaust , 0, 0, 0, -2 +hatexhibit , 0, 0, 0, -2 +heathellis , -1, 0, 0, 0 +helenazinc , 0, -2, 0, 0 +hellandite , -1, 0, 0, 0 +hellanodic , -1, 0, 0, 0 +hellbender , -1, 0, 0, 0 +helleboric , -1, 0, 0, 0 +helleborin , -1, 0, 0, 0 +helleborus , -1, 0, 0, 0 +hellespont , -1, 0, 0, 0 +heroespunk , 0, 0, -3, 0 +heshepherd , 0, 0, -2, 0 +holmespunk , 0, 0, -3, 0 +homoanisic , 0, -2, -1, 0 +homoblasty , 0, -2, -1, 0 +homochiral , 0, -2, -1, 0 +homochrome , 0, -2, -1, 0 +homochromy , 0, -2, -1, 0 +homoclinal , 0, -2, -1, 0 +homocyclic , 0, -2, -1, 0 +homodermic , 0, -2, -1, 0 +homodromal , 0, -2, -1, 0 +homodynamy , 0, -2, -1, 0 +homoecious , 0, -2, -1, 0 +homoeomeri , 0, -2, -1, 0 +homoeomery , 0, -2, -1, 0 +homoeopath , 0, -2, -1, 0 +homoeotopy , 0, -2, -1, 0 +homoeotype , 0, -2, -1, 0 +homoeozoic , 0, -2, -1, 0 +homoerotic , 0, -2, -1, 0 +homogamies , 0, -2, -1, 0 +homogamous , 0, -2, -1, 0 +homogonies , 0, -2, -1, 0 +homogonous , 0, -2, -1, 0 +homohedral , 0, -2, -1, 0 +homoiousia , 0, -2, -1, 0 +homolosine , 0, -2, -1, 0 +homomerous , 0, -2, -1, 0 +homonomous , 0, -2, -1, 0 +homoousion , 0, -2, -1, 0 +homophobia , 0, -2, -1, 0 +homophobic , 0, -2, -1, 0 +homophonic , 0, -2, -1, 0 +homophylic , 0, -2, -1, 0 +homoplasis , 0, -2, -1, 0 +homoplasmy , 0, -2, -1, 0 +homoplassy , 0, -2, -1, 0 +homorelaps , 0, -2, -1, 0 +homorganic , 0, -2, -1, 0 +homosexual , 0, -2, -1, 0 +homosphere , 0, -2, -1, 0 +homostyled , 0, -2, -1, 0 +homostylic , 0, -2, -1, 0 +homotactic , 0, -2, -1, 0 +homothetic , 0, -2, -1, 0 +homotonous , 0, -2, -1, 0 +homotropal , 0, -2, -1, 0 +homozygote , 0, -2, -1, 0 +homozygous , 0, -2, -1, 0 +honeyballs , 0, 0, -1, 0 +honkeyword , 0, -2, 0, 0 +honorspunk , 0, 0, -3, 0 +hookerotic , 0, 0, -3, 0 +hopenissan , -1, 0, -3, 0 +hornyamaha , 0, 0, -3, 0 +hornyellow , 0, 0, -3, 0 +horsespunk , 0, 0, -3, 0 +hostwatson , 0, 0, -3, 0 +hotelspunk , 0, 0, -3, 0 +hughespunk , 0, 0, -3, 0 +humanspunk , 0, 0, -3, 0 +humoronion , 0, 0, 0, -2 +huntwatson , 0, 0, -3, 0 +hurtwatson , 0, 0, -3, 0 +idahoarbor , 0, -3, -2, 0 +idahoarise , 0, -3, -2, 0 +idahoarray , 0, -3, -2, 0 +idahoarrow , 0, -3, -2, 0 +idahoaruba , 0, -3, -2, 0 +idahomoore , 0, -2, -1, 0 +idahomoral , 0, -2, -1, 0 +idahomoses , 0, -2, -1, 0 +idahomotel , 0, -2, -1, 0 +idahomotor , 0, -2, -1, 0 +idahomount , 0, -2, -1, 0 +idahomouse , 0, -2, -1, 0 +idahomouth , 0, -2, -1, 0 +idahomovie , 0, -2, -1, 0 +idiothermy , 0, 0, 0, -1 +idiotising , 0, 0, 0, -1 +idiotizing , 0, 0, 0, -1 +idiotropic , 0, 0, 0, -1 +imbecilely , 0, 0, 0, -2 +impregnant , 0, 0, -2, 0 +incestonia , 0, 0, -3, 0 +incestuous , 0, 0, -3, 0 +inchespunk , 0, 0, -3, 0 +indexrated , 0, 0, -2, 0 +insertwatt , 0, 0, -3, 0 +intensemen , 0, 0, -3, 0 +interimjob , 0, 0, -3, 0 +isaacuntil , 0, -2, -2, 0 +ischioanal , -2, 0, -2, 0 +ispunknown , 0, 0, -3, 0 +issuespunk , 0, 0, -3, 0 +italicunto , 0, -2, -2, 0 +jackassery , 0, 0, 0, -1 +jackassess , 0, 0, 0, -1 +jackassign , 0, 0, 0, -1 +jackassism , 0, 0, 0, -1 +jackassist , 0, 0, 0, -1 +jackassume , 0, 0, 0, -1 +jackassure , 0, 0, 0, -1 +jacketwatt , 0, 0, -3, 0 +jaguarsega , -2, 0, 0, 0 +jaguarself , -2, 0, 0, 0 +jaguarsell , -2, 0, 0, 0 +jaguarsemi , -2, 0, 0, 0 +jarsegment , -2, 0, 0, 0 +jarsession , -2, 0, 0, 0 +jarseveral , -2, 0, 0, 0 +judgespunk , 0, 0, -3, 0 +judykelkoo , -2, -2, -2, 0 +justwatson , 0, 0, -3, 0 +katrinazip , 0, -2, 0, 0 +keithellis , -1, 0, 0, 0 +kennedyken , -2, -2, -2, 0 +kennedykey , -2, -2, -2, 0 +kennethate , 0, 0, 0, -2 +keptwatson , 0, 0, -3, 0 +knivespunk , 0, 0, -3, 0 +kurtwatson , 0, 0, -3, 0 +labelspunk , 0, 0, -3, 0 +ladykelkoo , -2, -2, -2, 0 +lastwatson , 0, 0, -3, 0 +latinazinc , 0, -2, 0, 0 +latitudego , 0, -3, 0, 0 +laughellis , -1, 0, 0, 0 +launcheshe , 0, 0, -2, 0 +laurapeace , 0, 0, -3, 0 +layerspunk , 0, 0, -3, 0 +leavespunk , 0, 0, -3, 0 +leftwatson , 0, 0, -3, 0 +lensespunk , 0, 0, -3, 0 +levelspunk , 0, 0, -3, 0 +levitrapee , 0, 0, -3, 0 +levitrapen , 0, 0, -3, 0 +levitrapet , 0, 0, -3, 0 +licensemen , 0, 0, -3, 0 +liftwatson , 0, 0, -3, 0 +lightspunk , 0, 0, -3, 0 +lightwatch , 0, 0, -3, 0 +lightwater , 0, 0, -3, 0 +linuxrated , 0, 0, -2, 0 +logicuntil , 0, -2, -2, 0 +lookupissn , -1, 0, 0, 0 +lookupoops , -1, 0, 0, 0 +lookuprick , -2, 0, 0, -1 +losereason , 0, 0, 0, -2 +loserebate , 0, 0, 0, -2 +losereject , 0, 0, 0, -2 +loserelate , 0, 0, 0, -2 +loserelief , 0, 0, 0, -2 +losereload , 0, 0, 0, -2 +loseremain , 0, 0, 0, -2 +loseremark , 0, 0, 0, -2 +loseremedy , 0, 0, 0, -2 +loseremind , 0, 0, 0, -2 +loseremote , 0, 0, 0, -2 +loseremove , 0, 0, 0, -2 +loserender , 0, 0, 0, -2 +loseretail , 0, 0, 0, -2 +loseretain , 0, 0, 0, -2 +losereturn , 0, 0, 0, -2 +losereward , 0, 0, 0, -2 +loserhythm , 0, 0, 0, -2 +loseribbon , 0, 0, 0, -2 +loserising , 0, 0, 0, -2 +loseroland , 0, 0, 0, -2 +loseroster , 0, 0, 0, -2 +loserotary , 0, 0, 0, -2 +loserubber , 0, 0, 0, -2 +loseruling , 0, 0, 0, -2 +loserussia , 0, 0, 0, -2 +loserwanda , 0, 0, 0, -2 +lossespunk , 0, 0, -3, 0 +lostwatson , 0, 0, -3, 0 +loverspunk , 0, 0, -3, 0 +lubbercock , -2, 0, -2, 0 +lumachella , -1, 0, 0, 0 +lumachelle , -1, 0, 0, 0 +lunchellis , -1, 0, 0, 0 +lyricspunk , 0, 0, -3, 0 +lyricuntil , 0, -2, -2, 0 +magicuntil , 0, -2, -2, 0 +makerspunk , 0, 0, -3, 0 +makeupissn , -1, 0, 0, 0 +makeupoops , -1, 0, 0, 0 +makeuprick , -2, 0, 0, -1 +mambonerve , 0, 0, -3, 0 +marcoonion , 0, -5, 0, 0 +marcuspunk , 0, 0, -3, 0 +marinazinc , 0, -2, 0, 0 +marketwatt , 0, 0, -3, 0 +marrymuffe , 0, 0, -3, 0 +marthatech , 0, 0, 0, -2 +marthatemp , 0, 0, 0, -2 +masterbath , 0, 0, -2, 0 +matchellis , -1, 0, 0, 0 +mattwatson , 0, 0, -3, 0 +meetupissn , -1, 0, 0, 0 +meetupoops , -1, 0, 0, 0 +meetuprick , -2, 0, 0, -1 +meetwatson , 0, 0, -3, 0 +menudebate , 0, 0, -3, 0 +menudebian , 0, 0, -3, 0 +menudegree , 0, 0, -3, 0 +menudepend , 0, 0, -3, 0 +menudeputy , 0, 0, -3, 0 +menudetail , 0, 0, -3, 0 +menudetect , 0, 0, -3, 0 +mesorectum , 0, 0, -2, 0 +metalspunk , 0, 0, -3, 0 +meterspunk , 0, 0, -3, 0 +metricunto , 0, -2, -2, 0 +mexicoonce , 0, -5, 0, 0 +mexicoonly , 0, -5, 0, 0 +mexicoonto , 0, -5, 0, 0 +mexicoward , 0, 0, 0, -1 +michellace , -1, 0, 0, 0 +michellack , -1, 0, 0, 0 +michellady , -1, 0, 0, 0 +michellaid , -1, 0, 0, 0 +michellake , -1, 0, 0, 0 +michellamb , -1, 0, 0, 0 +michellamp , -1, 0, 0, 0 +michellaos , -1, 0, 0, 0 +michellazy , -1, 0, 0, 0 +michellife , -1, 0, 0, 0 +michellift , -1, 0, 0, 0 +michellike , -1, 0, 0, 0 +michelline , -1, 0, 0, 0 +michellink , -1, 0, 0, 0 +michellisa , -1, 0, 0, 0 +michellist , -1, 0, 0, 0 +michellive , -1, 0, 0, 0 +michelluck , -1, 0, 0, 0 +michellucy , -1, 0, 0, 0 +michelluis , -1, 0, 0, 0 +michelluke , -1, 0, 0, 0 +michellung , -1, 0, 0, 0 +micropenis , -1, 0, -3, 0 +midiottawa , 0, 0, 0, -1 +mightwatch , 0, 0, -3, 0 +mightwater , 0, 0, -3, 0 +minigraham , -3, -5, 0, 0 +minigranny , -3, -5, 0, 0 +minigratis , -3, -5, 0, 0 +minigroove , -3, -5, 0, 0 +miniground , -3, -5, 0, 0 +modelspunk , 0, 0, -3, 0 +modemspunk , 0, 0, -3, 0 +modularsea , -2, 0, 0, 0 +modularsec , -2, 0, 0, 0 +modularsee , -2, 0, 0, 0 +modularsen , -2, 0, 0, 0 +modularseo , -2, 0, 0, 0 +modularsep , -2, 0, 0, 0 +modularseq , -2, 0, 0, 0 +modularser , -2, 0, 0, 0 +modularset , -2, 0, 0, 0 +monacoonce , 0, -5, 0, 0 +monacoonly , 0, -5, 0, 0 +monacoonto , 0, -5, 0, 0 +monacoward , 0, 0, 0, -1 +monthellis , -1, 0, 0, 0 +monthspunk , 0, 0, -3, 0 +moroccoone , 0, -5, 0, 0 +moroccoons , 0, -5, 0, 0 +moronities , 0, 0, 0, -2 +morrispunk , 0, 0, -3, 0 +mostwatson , 0, 0, -3, 0 +motelspunk , 0, 0, -3, 0 +motherfuck , 2, 2, 2, 0 +motorspunk , 0, 0, -3, 0 +mountspunk , 0, 0, -3, 0 +mountwatch , 0, 0, -3, 0 +mountwater , 0, 0, -3, 0 +mouthellis , -1, 0, 0, 0 +moverspunk , 0, 0, -3, 0 +moviespunk , 0, 0, -3, 0 +mphelliott , -1, 0, 0, 0 +mphukraine , -2, 0, -2, 0 +mustwatson , 0, 0, -3, 0 +niagarapee , 0, 0, -3, 0 +niagarapen , 0, 0, -3, 0 +niagarapet , 0, 0, -3, 0 +nightspunk , 0, 0, -3, 0 +nightwatch , 0, 0, -3, 0 +nightwater , 0, 0, -3, 0 +nigranilin , -5, -8, 0, 0 +nincompoop , -1, 0, 0, 0 +nonfascist , 0, -2, 0, 0 +nonporness , 0, 0, -3, 0 +northellis , -1, 0, 0, 0 +novelspunk , 0, 0, -3, 0 +nursespunk , 0, 0, -3, 0 +nutcracker , 0, -2, 0, 0 +oasissyria , 0, 0, 0, -1 +objectwatt , 0, 0, -3, 0 +occurspunk , 0, 0, -3, 0 +oenanthate , 0, 0, 0, -2 +offensemen , 0, 0, -3, 0 +offerspunk , 0, 0, -3, 0 +olympusyea , 0, -2, -2, 0 +olympusyen , 0, -2, -2, 0 +olympusyes , 0, -2, -2, 0 +olympusyet , 0, -2, -2, 0 +olympusyou , 0, -2, -2, 0 +olympusyrs , 0, -2, -2, 0 +opticspunk , 0, 0, -3, 0 +orbitchain , 0, -2, -2, 0 +orbitchess , 0, -2, -2, 0 +orbitchest , 0, -2, -2, 0 +orderspunk , 0, 0, -3, 0 +organiclit , 0, 0, -3, 0 +organicrap , -1, 0, 0, 0 +orthoganal , -2, 0, -2, 0 +otherspunk , 0, 0, -3, 0 +oughtwatch , 0, 0, -3, 0 +oughtwater , 0, 0, -3, 0 +ownerspunk , 0, 0, -3, 0 +pacificlit , 0, 0, -3, 0 +pacificrap , -1, 0, 0, 0 +packetwatt , 0, 0, -3, 0 +paddlecock , -2, 0, -2, 0 +palebreast , 0, 0, -2, 0 +pamelabias , 0, 0, -3, 0 +panelspunk , 0, 0, -3, 0 +panicuntil , 0, -2, -2, 0 +paperspunk , 0, 0, -3, 0 +parapeople , 0, 0, -3, 0 +parapepper , 0, 0, -3, 0 +passespunk , 0, 0, -3, 0 +pastwatson , 0, 0, -3, 0 +patchellis , -1, 0, 0, 0 +perthellis , -1, 0, 0, 0 +phasespunk , 0, 0, -3, 0 +photospunk , 0, 0, -3, 0 +pickupissn , -1, 0, 0, 0 +pickupoops , -1, 0, 0, 0 +pickuprick , -2, 0, 0, -1 +picniccafe , -2, -3, 0, 0 +picniccage , -2, -3, 0, 0 +picniccake , -2, -3, 0, 0 +picniccave , -2, -3, 0, 0 +picnicunto , 0, -2, -2, 0 +piecespunk , 0, 0, -3, 0 +pinnigrada , -3, -5, 0, 0 +pinnigrade , -3, -5, 0, 0 +pipenissan , -1, 0, -3, 0 +pitchellis , -1, 0, 0, 0 +pixelspunk , 0, 0, -3, 0 +placespunk , 0, 0, -3, 0 +placuntoma , 0, -2, -2, 0 +planigraph , -3, -5, 0, 0 +plantspunk , 0, 0, -3, 0 +plasticlit , 0, 0, -3, 0 +plasticrap , -1, 0, 0, 0 +platespunk , 0, 0, -3, 0 +pocketwatt , 0, 0, -3, 0 +poetwatson , 0, 0, -3, 0 +pointspunk , 0, 0, -3, 0 +polarseven , -2, 0, 0, 0 +pontiaclit , 0, 0, -3, 0 +pontiacrap , -1, 0, 0, 0 +popenissan , -1, 0, -3, 0 +popularsea , -2, 0, 0, 0 +popularsec , -2, 0, 0, 0 +popularsee , -2, 0, 0, 0 +popularsen , -2, 0, 0, 0 +popularseo , -2, 0, 0, 0 +popularsep , -2, 0, 0, 0 +popularseq , -2, 0, 0, 0 +popularser , -2, 0, 0, 0 +popularset , -2, 0, 0, 0 +pornaughty , 0, 0, -3, 0 +porneither , 0, 0, -3, 0 +pornervous , 0, 0, -3, 0 +porneutral , 0, 0, -3, 0 +porniagara , 0, 0, -3, 0 +pornirvana , 0, 0, -3, 0 +pornocracy , 0, 0, -3, 0 +pornograph , 0, 0, -3, 0 +pornuclear , 0, 0, -3, 0 +pornumeric , 0, 0, -3, 0 +pornursing , 0, 0, -3, 0 +porscheshe , 0, 0, -2, 0 +portwatson , 0, 0, -3, 0 +postwatson , 0, 0, -3, 0 +pothookery , 0, 0, -3, 0 +poundspunk , 0, 0, -3, 0 +powerspunk , 0, 0, -3, 0 +precisemen , 0, 0, -3, 0 +pregenital , 0, 0, -2, 0 +pregnantly , 0, 0, -2, 0 +pretardily , 0, -2, 0, -2 +pricespunk , 0, 0, -3, 0 +prickliest , -2, 0, 0, -1 +pricklouse , -2, 0, 0, -1 +prickmadam , -2, 0, 0, -1 +prickproof , -2, 0, 0, -1 +princestan , 0, 0, -3, 0 +princestar , 0, 0, -3, 0 +princestat , 0, 0, -3, 0 +princestay , 0, 0, -3, 0 +princestop , 0, 0, -3, 0 +princestud , 0, 0, -3, 0 +printspunk , 0, 0, -3, 0 +prizespunk , 0, 0, -3, 0 +profascist , 0, -2, 0, 0 +progenital , 0, 0, -2, 0 +promisemen , 0, 0, -3, 0 +promptwatt , 0, 0, -3, 0 +protwatson , 0, 0, -3, 0 +prozacunto , 0, -2, -2, 0 +pspunknown , 0, 0, -3, 0 +psychoanal , -2, 0, -2, 0 +pubeclipse , 0, 0, -3, 0 +pubecuador , 0, 0, -3, 0 +pubelegant , 0, 0, -3, 0 +pubelement , 0, 0, -3, 0 +pubelliott , 0, 0, -3, 0 +pubembassy , 0, 0, -3, 0 +pubemerald , 0, 0, -3, 0 +pubemperor , 0, 0, -3, 0 +pubenemies , 0, 0, -3, 0 +pubenhance , 0, 0, -3, 0 +pubenlarge , 0, 0, -3, 0 +pubenquiry , 0, 0, -3, 0 +pubepisode , 0, 0, -3, 0 +puberulent , 0, 0, -3, 0 +puberulous , 0, 0, -3, 0 +pubescence , 0, 0, -3, 0 +pubescency , 0, 0, -3, 0 +pubessence , 0, 0, -3, 0 +pubeternal , 0, 0, -3, 0 +pubethical , 0, 0, -3, 0 +pubevident , 0, 0, -3, 0 +pubexcerpt , 0, 0, -3, 0 +pubexcited , 0, 0, -3, 0 +pubexclude , 0, 0, -3, 0 +pubexhaust , 0, 0, -3, 0 +pubexhibit , 0, 0, -3, 0 +publicunto , 0, -2, -2, 0 +publishate , 0, 0, 0, -2 +punchellis , -1, 0, 0, 0 +pupilspunk , 0, 0, -3, 0 +quebecunto , 0, -2, -2, 0 +queenspunk , 0, 0, -3, 0 +quietwatch , 0, 0, -3, 0 +quietwater , 0, 0, -3, 0 +quiltwatch , 0, 0, -3, 0 +quiltwater , 0, 0, -3, 0 +quotespunk , 0, 0, -3, 0 +rabbitchar , 0, -2, -2, 0 +rachellace , -1, 0, 0, 0 +rachellack , -1, 0, 0, 0 +rachellady , -1, 0, 0, 0 +rachellaid , -1, 0, 0, 0 +rachellake , -1, 0, 0, 0 +rachellamb , -1, 0, 0, 0 +rachellamp , -1, 0, 0, 0 +rachellaos , -1, 0, 0, 0 +rachellazy , -1, 0, 0, 0 +rachellead , -1, 0, 0, 0 +rachelleaf , -1, 0, 0, 0 +rachelleft , -1, 0, 0, 0 +rachellevy , -1, 0, 0, 0 +rachellife , -1, 0, 0, 0 +rachellift , -1, 0, 0, 0 +rachellike , -1, 0, 0, 0 +rachelline , -1, 0, 0, 0 +rachellink , -1, 0, 0, 0 +rachellisa , -1, 0, 0, 0 +rachellist , -1, 0, 0, 0 +rachellive , -1, 0, 0, 0 +rachelluck , -1, 0, 0, 0 +rachellucy , -1, 0, 0, 0 +rachelluis , -1, 0, 0, 0 +rachelluke , -1, 0, 0, 0 +rachellung , -1, 0, 0, 0 +radarseven , -2, 0, 0, 0 +radiospunk , 0, 0, -3, 0 +radiuspunk , 0, 0, -3, 0 +raisespunk , 0, 0, -3, 0 +raleighate , 0, 0, 0, -2 +ralphellis , -1, 0, 0, 0 +ranchellis , -1, 0, 0, 0 +rangespunk , 0, 0, -3, 0 +rapeclipse , 0, 0, -3, 0 +rapecuador , 0, 0, -3, 0 +rapelegant , 0, 0, -3, 0 +rapelement , 0, 0, -3, 0 +rapelliott , 0, 0, -3, 0 +rapembassy , 0, 0, -3, 0 +rapemerald , 0, 0, -3, 0 +rapemperor , 0, 0, -3, 0 +rapenemies , 0, 0, -3, 0 +rapenhance , 0, 0, -3, 0 +rapenlarge , 0, 0, -3, 0 +rapenquiry , 0, 0, -3, 0 +rapepisode , 0, 0, -3, 0 +rapessence , 0, 0, -3, 0 +rapeternal , 0, 0, -3, 0 +rapethical , 0, 0, -3, 0 +rapevident , 0, 0, -3, 0 +rapexcerpt , 0, 0, -3, 0 +rapexcited , 0, 0, -3, 0 +rapexclude , 0, 0, -3, 0 +rapexhaust , 0, 0, -3, 0 +rapexhibit , 0, 0, -3, 0 +ratiospunk , 0, 0, -3, 0 +readykeith , -2, -2, -2, 0 +readykelly , -2, -2, -2, 0 +readykevin , -2, -2, -2, 0 +reeffinger , -2, 0, -2, 0 +referspunk , 0, 0, -3, 0 +regularsea , -2, 0, 0, 0 +regularsec , -2, 0, 0, 0 +regularsee , -2, 0, 0, 0 +regularsen , -2, 0, 0, 0 +regularseo , -2, 0, 0, 0 +regularsep , -2, 0, 0, 0 +regularseq , -2, 0, 0, 0 +regularser , -2, 0, 0, 0 +regularset , -2, 0, 0, 0 +rejectwatt , 0, 0, -3, 0 +relaxrated , 0, 0, -2, 0 +reliefrick , -1, 0, 0, 0 +remedykeen , -2, -2, -2, 0 +remedykeep , -2, -2, -2, 0 +remedykept , -2, -2, -2, 0 +resultwatt , 0, 0, -3, 0 +retardance , 0, -2, 0, -2 +retardence , 0, -2, 0, -2 +retardment , 0, -2, 0, -2 +richellite , -1, 0, 0, 0 +ricoonline , 0, -5, 0, 0 +riderspunk , 0, 0, -3, 0 +rightspunk , 0, 0, -3, 0 +rightwatch , 0, 0, -3, 0 +rightwater , 0, 0, -3, 0 +ripenissan , -1, 0, -3, 0 +riverspunk , 0, 0, -3, 0 +robertwatt , 0, 0, -3, 0 +robotspunk , 0, 0, -3, 0 +robotwatch , 0, 0, -3, 0 +robotwater , 0, 0, -3, 0 +robustwatt , 0, 0, -3, 0 +rocketwatt , 0, 0, -3, 0 +rogerspunk , 0, 0, -3, 0 +rootwatson , 0, 0, -3, 0 +ropenissan , -1, 0, -3, 0 +roughellis , -1, 0, 0, 0 +roundspunk , 0, 0, -3, 0 +routespunk , 0, 0, -3, 0 +saintspunk , 0, 0, -3, 0 +sarahellis , -1, 0, 0, 0 +saturdaygo , 0, -3, 0, 0 +sbjctwatch , 0, 0, -3, 0 +sbjctwater , 0, 0, -3, 0 +scenespunk , 0, 0, -3, 0 +sceniccafe , -2, -3, 0, 0 +sceniccage , -2, -3, 0, 0 +sceniccake , -2, -3, 0, 0 +sceniccave , -2, -3, 0, 0 +scenicunto , 0, -2, -2, 0 +scholarsea , -2, 0, 0, 0 +scholarsec , -2, 0, 0, 0 +scholarsee , -2, 0, 0, 0 +scholarsen , -2, 0, 0, 0 +scholarseo , -2, 0, 0, 0 +scholarsep , -2, 0, 0, 0 +scholarseq , -2, 0, 0, 0 +scholarser , -2, 0, 0, 0 +scholarset , -2, 0, 0, 0 +scoopissue , -1, 0, 0, 0 +scottwatch , 0, 0, -3, 0 +scottwater , 0, 0, -3, 0 +scratchate , 0, 0, 0, -2 +scratchink , 0, -3, 0, 0 +screwballs , 0, 0, -1, 0 +scriptwatt , 0, 0, -3, 0 +scumminess , 0, 0, 0, -2 +searcheshe , 0, 0, -2, 0 +secretwatt , 0, 0, -3, 0 +semencinae , 0, 0, -3, 0 +seminarsea , -2, 0, 0, 0 +seminarsec , -2, 0, 0, 0 +seminarsee , -2, 0, 0, 0 +seminarsen , -2, 0, 0, 0 +seminarseo , -2, 0, 0, 0 +seminarsep , -2, 0, 0, 0 +seminarseq , -2, 0, 0, 0 +seminarser , -2, 0, 0, 0 +seminarset , -2, 0, 0, 0 +septwatson , 0, 0, -3, 0 +seriespunk , 0, 0, -3, 0 +servespunk , 0, 0, -3, 0 +setupissue , -1, 0, 0, 0 +seventhate , 0, 0, 0, -2 +shaftwatch , 0, 0, -3, 0 +shaftwater , 0, 0, -3, 0 +shapespunk , 0, 0, -3, 0 +sharpissue , -1, 0, 0, 0 +sheepissue , -1, 0, 0, 0 +sheetspunk , 0, 0, -3, 0 +sheetwatch , 0, 0, -3, 0 +sheetwater , 0, 0, -3, 0 +shiftwatch , 0, 0, -3, 0 +shiftwater , 0, 0, -3, 0 +shinnecock , -2, 0, -2, 0 +shirtspunk , 0, 0, -3, 0 +shirtwatch , 0, 0, -3, 0 +shirtwater , 0, 0, -3, 0 +shootwatch , 0, 0, -3, 0 +shootwater , 0, 0, -3, 0 +shortspunk , 0, 0, -3, 0 +shortwatch , 0, 0, -3, 0 +shortwater , 0, 0, -3, 0 +shutwatson , 0, 0, -3, 0 +sierrapeak , 0, 0, -3, 0 +sierrapeas , 0, 0, -3, 0 +sightwatch , 0, 0, -3, 0 +sightwater , 0, 0, -3, 0 +signupissn , -1, 0, 0, 0 +signupoops , -1, 0, 0, 0 +signuprick , -2, 0, 0, -1 +similarsea , -2, 0, 0, 0 +similarsec , -2, 0, 0, 0 +similarsee , -2, 0, 0, 0 +similarsen , -2, 0, 0, 0 +similarseo , -2, 0, 0, 0 +similarsep , -2, 0, 0, 0 +similarseq , -2, 0, 0, 0 +similarser , -2, 0, 0, 0 +similarset , -2, 0, 0, 0 +sincestack , 0, 0, -3, 0 +sincestaff , 0, 0, -3, 0 +sincestage , 0, 0, -3, 0 +sincestake , 0, 0, -3, 0 +sincestamp , 0, 0, -3, 0 +sincestick , 0, 0, -3, 0 +sincestill , 0, 0, -3, 0 +sincestock , 0, 0, -3, 0 +sincestone , 0, 0, -3, 0 +sincestood , 0, 0, -3, 0 +sincestore , 0, 0, -3, 0 +sincestorm , 0, 0, -3, 0 +sincestory , 0, 0, -3, 0 +sincestuck , 0, 0, -3, 0 +sincestuff , 0, 0, -3, 0 +sincestyle , 0, 0, -3, 0 +singhellis , -1, 0, 0, 0 +sinigrosid , -3, -5, 0, 0 +sixthellis , -1, 0, 0, 0 +skiddycock , -2, 0, -2, 0 +skirtspunk , 0, 0, -3, 0 +skirtwatch , 0, 0, -3, 0 +skirtwater , 0, 0, -3, 0 +sleepissue , -1, 0, 0, 0 +sleepspunk , 0, 0, -3, 0 +smithellis , -1, 0, 0, 0 +snakedicke , -2, 0, -2, 0 +socketwatt , 0, 0, -3, 0 +softwatson , 0, 0, -3, 0 +solarseven , -2, 0, 0, 0 +soniccache , -2, -3, 0, 0 +soniccause , -2, -3, 0, 0 +sonicuntil , 0, -2, -2, 0 +sophomoric , 0, -2, -1, 0 +sortwatson , 0, 0, -3, 0 +soundspunk , 0, 0, -3, 0 +southellis , -1, 0, 0, 0 +sovietwatt , 0, 0, -3, 0 +spacespunk , 0, 0, -3, 0 +spanishate , 0, 0, 0, -2 +speakspunk , 0, 0, -3, 0 +speecheshe , 0, 0, -2, 0 +spinigrade , -3, -5, 0, 0 +spitchcock , -2, 0, -2, 0 +spunkiness , 0, 0, -3, 0 +squirtwatt , 0, 0, -3, 0 +stampspunk , 0, 0, -3, 0 +standspunk , 0, 0, -3, 0 +statespunk , 0, 0, -3, 0 +staticunto , 0, -2, -2, 0 +statuspunk , 0, 0, -3, 0 +statwatson , 0, 0, -3, 0 +steadykeen , -2, -2, -2, 0 +steadykeep , -2, -2, -2, 0 +steadykept , -2, -2, -2, 0 +stickspunk , 0, 0, -3, 0 +stockspunk , 0, 0, -3, 0 +stomachink , 0, -3, 0, 0 +streetwatt , 0, 0, -3, 0 +stresspunk , 0, 0, -3, 0 +stretchate , 0, 0, 0, -2 +stretchink , 0, -3, 0, 0 +structwatt , 0, 0, -3, 0 +studykeith , -2, -2, -2, 0 +studykelly , -2, -2, -2, 0 +studykevin , -2, -2, -2, 0 +stupidhead , 0, 0, 0, -1 +stupidness , 0, 0, 0, -1 +stylishate , 0, 0, 0, -2 +styluspunk , 0, 0, -3, 0 +subgenital , 0, 0, -2, 0 +suckauhock , 0, 0, 0, -1 +suitespunk , 0, 0, -3, 0 +sweetwatch , 0, 0, -3, 0 +sweetwater , 0, 0, -3, 0 +swiftwatch , 0, 0, -3, 0 +swiftwater , 0, 0, -3, 0 +switcheshe , 0, 0, -2, 0 +symbollock , -2, 0, -2, 0 +taiwankarl , 0, 0, -3, 0 +taiwankate , 0, 0, -3, 0 +taiwankeen , 0, 0, -3, 0 +taiwankeep , 0, 0, -3, 0 +taiwankept , 0, 0, -3, 0 +taiwankick , 0, 0, -3, 0 +taiwankill , 0, 0, -3, 0 +taiwankind , 0, 0, -3, 0 +taiwanking , 0, 0, -3, 0 +taiwankirk , 0, 0, -3, 0 +taiwankiss , 0, 0, -3, 0 +taiwanknee , 0, 0, -3, 0 +taiwanknew , 0, 0, -3, 0 +taiwanknit , 0, 0, -3, 0 +taiwanknow , 0, 0, -3, 0 +taiwankong , 0, 0, -3, 0 +taiwankurt , 0, 0, -3, 0 +taiwankyle , 0, 0, -3, 0 +tapenissan , -1, 0, -3, 0 +tarbuttite , -1, 0, 0, 0 +targetlost , 0, 0, 0, -2 +tariffrick , -1, 0, 0, 0 +taughtwatt , 0, 0, -3, 0 +teddykeith , -2, -2, -2, 0 +teddykelly , -2, -2, -2, 0 +teddykevin , -2, -2, -2, 0 +teethellis , -1, 0, 0, 0 +tennispunk , 0, 0, -3, 0 +thankspunk , 0, 0, -3, 0 +theftwatch , 0, 0, -3, 0 +theftwater , 0, 0, -3, 0 +themespunk , 0, 0, -3, 0 +thesispunk , 0, 0, -3, 0 +thesissync , 0, 0, 0, -1 +thingspunk , 0, 0, -3, 0 +thinkspunk , 0, 0, -3, 0 +thongspunk , 0, 0, -3, 0 +thricecock , -2, 0, -2, 0 +throatwatt , 0, 0, -3, 0 +thumbspunk , 0, 0, -3, 0 +thursdaygo , 0, -3, 0, 0 +ticketwatt , 0, 0, -3, 0 +tigerspunk , 0, 0, -3, 0 +tightwatch , 0, 0, -3, 0 +tightwater , 0, 0, -3, 0 +titanspunk , 0, 0, -3, 0 +titratable , 0, 0, -3, 0 +titrimetry , 0, 0, -3, 0 +tittivator , 0, 0, -3, 0 +titubation , 0, 0, -3, 0 +titulation , 0, 0, -3, 0 +tobaccoone , 0, -5, 0, 0 +tobaccoons , 0, -5, 0, 0 +toothellis , -1, 0, 0, 0 +totalspunk , 0, 0, -3, 0 +touchellis , -1, 0, 0, 0 +toughellis , -1, 0, 0, 0 +towerspunk , 0, 0, -3, 0 +toxicuntil , 0, -2, -2, 0 +trafficlit , 0, 0, -3, 0 +trafficrap , -1, 0, 0, 0 +tragedyken , -2, -2, -2, 0 +tragedykey , -2, -2, -2, 0 +trailspunk , 0, 0, -3, 0 +travispunk , 0, 0, -3, 0 +trialspunk , 0, 0, -3, 0 +tribespunk , 0, 0, -3, 0 +trickspunk , 0, 0, -3, 0 +truckspunk , 0, 0, -3, 0 +trustspunk , 0, 0, -3, 0 +trustwatch , 0, 0, -3, 0 +trustwater , 0, 0, -3, 0 +tumoronion , 0, 0, 0, -2 +turbonerve , 0, 0, -3, 0 +turkishate , 0, 0, 0, -2 +twinkspunk , 0, 0, -3, 0 +typenissan , -1, 0, -3, 0 +ultrapeace , 0, 0, -3, 0 +unigenital , 0, 0, -2, 0 +unigrammar , -3, -5, 0, 0 +unigratuit , -3, -5, 0, 0 +unigravida , -3, -5, 0, 0 +unigravity , -3, -5, 0, 0 +unigriffin , -3, -5, 0, 0 +unigrocery , -3, -5, 0, 0 +unpregnant , 0, 0, -2, 0 +unretarded , 0, -2, 0, -2 +urogenital , 0, 0, -2, 0 +valuespunk , 0, 0, -3, 0 +valvespunk , 0, 0, -3, 0 +variespunk , 0, 0, -3, 0 +varsegment , -2, 0, 0, 0 +varsession , -2, 0, 0, 0 +varseveral , -2, 0, 0, 0 +vastwatson , 0, 0, -3, 0 +vaultwatch , 0, 0, -3, 0 +vaultwater , 0, 0, -3, 0 +velvetwatt , 0, 0, -3, 0 +venuespunk , 0, 0, -3, 0 +versuspunk , 0, 0, -3, 0 +viennazinc , 0, -2, 0, 0 +vocalspunk , 0, 0, -3, 0 +voicespunk , 0, 0, -3, 0 +voltwatson , 0, 0, -3, 0 +voterspunk , 0, 0, -3, 0 +watchellis , -1, 0, 0, 0 +waterspunk , 0, 0, -3, 0 +wattwatson , 0, 0, -3, 0 +wendykeith , -2, -2, -2, 0 +wendykelly , -2, -2, -2, 0 +wendykevin , -2, -2, -2, 0 +wheelspunk , 0, 0, -3, 0 +whichellis , -1, 0, 0, 0 +whilstwatt , 0, 0, -3, 0 +whitetrash , 0, 2, 0, 0 +whoarising , 0, -3, -2, 0 +whoarizona , 0, -3, -2, 0 +whoarrange , 0, -3, -2, 0 +whoarrival , 0, -3, -2, 0 +whomobtain , 0, -2, -1, 0 +whomoracle , 0, -2, -1, 0 +whomorange , 0, -2, -1, 0 +whomorigin , 0, -2, -1, 0 +whomorning , 0, -2, -1, 0 +whomorocco , 0, -2, -1, 0 +whomottawa , 0, -2, -1, 0 +whomoxford , 0, -2, -1, 0 +whomoxygen , 0, -2, -1, 0 +whomozilla , 0, -2, -1, 0 +widthellis , -1, 0, 0, 0 +wishespunk , 0, 0, -3, 0 +witchellis , -1, 0, 0, 0 +woollybutt , -1, 0, 0, 0 +worldspunk , 0, 0, -3, 0 +worstwatch , 0, 0, -3, 0 +worstwater , 0, 0, -3, 0 +worthellis , -1, 0, 0, 0 +writespunk , 0, 0, -3, 0 +xanaxrated , 0, 0, -2, 0 +xeroxrated , 0, 0, -2, 0 +yachtwatch , 0, 0, -3, 0 +yachtwater , 0, 0, -3, 0 +yahookerry , 0, 0, -3, 0 +yamahatech , 0, 0, 0, -2 +yamahatemp , 0, 0, 0, -2 +yieldspunk , 0, 0, -3, 0 +youthellis , -1, 0, 0, 0 +zoloftwatt , 0, 0, -3, 0 +zopenissan , -1, 0, -3, 0 +abcuntitled , 0, -2, 0, 0 +acceptwatch , 0, 0, -3, 0 +acceptwater , 0, 0, -3, 0 +accuntitled , 0, -2, 0, 0 +acousticlit , 0, 0, -3, 0 +acousticrap , -1, 0, 0, 0 +acrylicunto , 0, -2, -2, 0 +actresspunk , 0, 0, -3, 0 +adipexrated , 0, 0, -2, 0 +adultwatson , 0, 0, -3, 0 +adumbrating , 0, 0, 0, -1 +adumbration , 0, 0, 0, -1 +adumbrative , 0, 0, 0, -1 +adumbrellar , 0, 0, 0, -1 +advertwatch , 0, 0, -3, 0 +advertwater , 0, 0, -3, 0 +affectspunk , 0, 0, -3, 0 +affectwatch , 0, 0, -3, 0 +affectwater , 0, 0, -3, 0 +afterbreast , 0, 0, -2, 0 +againstwatt , 0, 0, -3, 0 +albertwatch , 0, 0, -3, 0 +albertwater , 0, 0, -3, 0 +alertwatson , 0, 0, -3, 0 +algebrapeak , 0, 0, -3, 0 +algebrapeas , 0, 0, -3, 0 +alumnigrace , -3, -5, 0, 0 +alumnigrain , -3, -5, 0, 0 +alumnigrams , -3, -5, 0, 0 +alumnigrand , -3, -5, 0, 0 +alumnigrant , -3, -5, 0, 0 +alumnigraph , -3, -5, 0, 0 +alumnigrave , -3, -5, 0, 0 +alumnigrill , -3, -5, 0, 0 +alumnigross , -3, -5, 0, 0 +alumnigroup , -3, -5, 0, 0 +alumnigrove , -3, -5, 0, 0 +analgesidae , -2, 0, -2, 0 +analgorithm , -2, 0, -2, 0 +analuminium , -2, 0, -2, 0 +analysation , -2, 0, -2, 0 +analysissys , 0, 0, 0, -1 +analystwatt , 0, 0, -3, 0 +analyzation , -2, 0, -2, 0 +anchornylon , 0, 0, -3, 0 +andorrapeak , 0, 0, -3, 0 +andorrapeas , 0, 0, -3, 0 +andrewspunk , 0, 0, -3, 0 +animalspunk , 0, 0, -3, 0 +answerspunk , 0, 0, -3, 0 +antennazinc , 0, -2, 0, 0 +antifascist , 0, -2, 0, 0 +apniccaught , -2, -3, 0, 0 +apniccayman , -2, -3, 0, 0 +apocryphate , 0, 0, 0, -2 +appealspunk , 0, 0, -3, 0 +approachink , 0, -3, 0, 0 +aquaticunto , 0, -2, -2, 0 +arabichaiti , 0, -2, -2, 0 +arabichappy , 0, -2, -2, 0 +arabicharry , 0, -2, -2, 0 +arabichindu , 0, -2, -2, 0 +arabichobby , 0, -2, -2, 0 +arabicholly , 0, -2, -2, 0 +arabichorse , 0, -2, -2, 0 +arabichouse , 0, -2, -2, 0 +arabichuman , 0, -2, -2, 0 +arabichumor , 0, -2, -2, 0 +arabicuntil , 0, -2, -2, 0 +archelliott , -1, 0, 0, 0 +arcticuntil , 0, -2, -2, 0 +arcuntitled , 0, -2, 0, 0 +arizonazinc , 0, -2, 0, 0 +armoronline , 0, 0, 0, -2 +arrivespunk , 0, 0, -3, 0 +artisticlit , 0, 0, -3, 0 +artisticrap , -1, 0, 0, 0 +artistspunk , 0, 0, -3, 0 +asbestosser , -2, 0, 0, 0 +aspectspunk , 0, 0, -3, 0 +aspectwatch , 0, 0, -3, 0 +aspectwater , 0, 0, -3, 0 +assafoetida , -2, 0, 0, 0 +assaugement , -2, 0, 0, 0 +assaultwatt , 0, 0, -3, 0 +assistspunk , 0, 0, -3, 0 +assubjugate , -2, 0, 0, 0 +assumespunk , 0, 0, -3, 0 +assyriology , -2, 0, 0, 0 +athleticlit , 0, 0, -3, 0 +athleticrap , -1, 0, 0, 0 +atlanticlit , 0, 0, -3, 0 +atlanticrap , -1, 0, 0, 0 +attachellis , -1, 0, 0, 0 +attackspunk , 0, 0, -3, 0 +attemptwatt , 0, 0, -3, 0 +augustwatch , 0, 0, -3, 0 +augustwater , 0, 0, -3, 0 +aurorapeace , 0, 0, -3, 0 +authorspunk , 0, 0, -3, 0 +backupissue , -1, 0, 0, 0 +ballscholar , 0, 0, -1, 0 +ballscoring , 0, 0, -1, 0 +ballscratch , 0, 0, -1, 0 +ballsegment , 0, 0, -1, 0 +ballsession , 0, 0, -1, 0 +ballseveral , 0, 0, -1, 0 +ballshakira , 0, 0, -1, 0 +ballshannon , 0, 0, -1, 0 +ballsharing , 0, 0, -1, 0 +ballsilence , 0, 0, -1, 0 +ballsilicon , 0, 0, -1, 0 +ballskating , 0, 0, -1, 0 +ballsmilies , 0, 0, -1, 0 +ballsmoking , 0, 0, -1, 0 +ballspencer , 0, 0, -1, 0 +ballsponsor , 0, 0, -1, 0 +ballstadium , 0, 0, -1, 0 +ballstomach , 0, 0, -1, 0 +ballstorage , 0, 0, -1, 0 +ballstories , 0, 0, -1, 0 +ballstylish , 0, 0, -1, 0 +ballsucceed , 0, 0, -1, 0 +ballsuccess , 0, 0, -1, 0 +ballsucking , 0, 0, -1, 0 +ballsuggest , 0, 0, -1, 0 +ballsuicide , 0, 0, -1, 0 +ballsupport , 0, 0, -1, 0 +ballsuppose , 0, 0, -1, 0 +ballsupreme , 0, 0, -1, 0 +ballsuspect , 0, 0, -1, 0 +ballswedish , 0, 0, -1, 0 +bannerspunk , 0, 0, -3, 0 +barbarapeak , 0, 0, -3, 0 +barbarapeas , 0, 0, -3, 0 +basissydney , 0, 0, 0, -1 +basissymbol , 0, 0, 0, -1 +basissyntax , 0, 0, 0, -1 +basketballs , 0, 0, -1, 0 +basketspunk , 0, 0, -3, 0 +basketwatch , 0, 0, -3, 0 +basketwater , 0, 0, -3, 0 +bathelliott , -1, 0, 0, 0 +bbcuntitled , 0, -2, 0, 0 +beachespunk , 0, 0, -3, 0 +belaruspunk , 0, 0, -3, 0 +beliefspunk , 0, 0, -3, 0 +belongspunk , 0, 0, -3, 0 +bennettwatt , 0, 0, -3, 0 +bethelliott , -1, 0, 0, 0 +bichromatic , 0, -2, -2, 0 +bikinigrace , -3, -5, 0, 0 +bikinigrain , -3, -5, 0, 0 +bikinigrams , -3, -5, 0, 0 +bikinigrand , -3, -5, 0, 0 +bikinigrant , -3, -5, 0, 0 +bikinigraph , -3, -5, 0, 0 +bikinigrave , -3, -5, 0, 0 +bikinigrill , -3, -5, 0, 0 +bikinigross , -3, -5, 0, 0 +bikinigroup , -3, -5, 0, 0 +bikinigrove , -3, -5, 0, 0 +bitchampion , 0, -2, -2, 0 +bitcharging , 0, -2, -2, 0 +bitchoosing , 0, -2, -2, 0 +bitchrysler , 0, -2, -2, 0 +bitschamber , 0, -2, -2, 0 +bitschapter , 0, -2, -2, 0 +bitschassis , 0, -2, -2, 0 +bitschedule , 0, -2, -2, 0 +bitschelsea , 0, -2, -2, 0 +bitschronic , 0, -2, -2, 0 +blackbreast , 0, 0, -2, 0 +blahelliott , -1, 0, 0, 0 +blanketwatt , 0, 0, -3, 0 +bloodyamaha , -2, 0, 0, 0 +bloodybones , -2, 0, 0, 0 +bloodyellow , -2, 0, 0, 0 +bocuntitled , 0, -2, 0, 0 +bonerebecca , 0, 0, -3, 0 +bonerebound , 0, 0, -3, 0 +bonerelease , 0, 0, -3, 0 +boneremoval , 0, 0, -3, 0 +bonerequest , 0, 0, -3, 0 +bonerequire , 0, 0, -3, 0 +boneretired , 0, 0, -3, 0 +boneretreat , 0, 0, -3, 0 +bonereunion , 0, 0, -3, 0 +bonereuters , 0, 0, -3, 0 +boneroutine , 0, 0, -3, 0 +bonerouting , 0, 0, -3, 0 +bonerussell , 0, 0, -3, 0 +boostwatson , 0, 0, -3, 0 +bothelliott , -1, 0, 0, 0 +bouquetwatt , 0, 0, -3, 0 +bracketwatt , 0, 0, -3, 0 +brainlesser , 0, 0, 0, -1 +brainlessly , 0, 0, 0, -1 +brainlesson , 0, 0, 0, -1 +breastpiece , 0, 0, -2, 0 +breastplate , 0, 0, -2, 0 +breathellis , -1, 0, 0, 0 +bridgespunk , 0, 0, -3, 0 +brieffinger , -2, 0, -2, 0 +brokerspunk , 0, 0, -3, 0 +brothellike , -1, 0, 0, 0 +buddykelkoo , -2, -2, -2, 0 +builtwatson , 0, 0, -3, 0 +burstwatson , 0, 0, -3, 0 +butthompson , -1, 0, 0, 0 +butthorough , -1, 0, 0, 0 +butthriller , -1, 0, 0, 0 +buttitanium , -1, 0, 0, 0 +buttramadol , -1, 0, 0, 0 +buttravesti , -1, 0, 0, 0 +buttreasure , -1, 0, 0, 0 +buttreasury , -1, 0, 0, 0 +buttropical , -1, 0, 0, 0 +buttutorial , -1, 0, 0, 0 +cadillaclit , 0, 0, -3, 0 +cadillacrap , -1, 0, 0, 0 +calendarsea , -2, 0, 0, 0 +calendarsec , -2, 0, 0, 0 +calendarsee , -2, 0, 0, 0 +calendarsen , -2, 0, 0, 0 +calendarseo , -2, 0, 0, 0 +calendarsep , -2, 0, 0, 0 +calendarseq , -2, 0, 0, 0 +calendarser , -2, 0, 0, 0 +calendarset , -2, 0, 0, 0 +campusyacht , 0, -2, -2, 0 +campusyahoo , 0, -2, -2, 0 +campusyemen , 0, -2, -2, 0 +campusyield , 0, -2, -2, 0 +campusyukon , 0, -2, -2, 0 +canberrapee , 0, 0, -3, 0 +canberrapen , 0, 0, -3, 0 +canberrapet , 0, 0, -3, 0 +cannonballs , 0, 0, -1, 0 +cardiacunto , 0, -2, -2, 0 +careerspunk , 0, 0, -3, 0 +carolinazip , 0, -2, 0, 0 +carriespunk , 0, 0, -3, 0 +casinospunk , 0, 0, -3, 0 +castellanus , -2, 0, 0, 0 +catholiclit , 0, 0, -3, 0 +catholicrap , -1, 0, 0, 0 +caughtwatch , 0, 0, -3, 0 +caughtwater , 0, 0, -3, 0 +cedarselect , -2, 0, 0, 0 +cedarsevere , -2, 0, 0, 0 +cedarsewing , -2, 0, 0, 0 +cellularsea , -2, 0, 0, 0 +cellularsec , -2, 0, 0, 0 +cellularsee , -2, 0, 0, 0 +cellularsen , -2, 0, 0, 0 +cellularseo , -2, 0, 0, 0 +cellularsep , -2, 0, 0, 0 +cellularseq , -2, 0, 0, 0 +cellularser , -2, 0, 0, 0 +cellularset , -2, 0, 0, 0 +celticuntil , 0, -2, -2, 0 +chancespunk , 0, 0, -3, 0 +changespunk , 0, 0, -3, 0 +chargespunk , 0, 0, -3, 0 +charsegment , -2, 0, 0, 0 +charsession , -2, 0, 0, 0 +charseveral , -2, 0, 0, 0 +chassispunk , 0, 0, -3, 0 +chassissync , 0, 0, 0, -1 +chieffinger , -2, 0, -2, 0 +choarkansas , 0, -3, -2, 0 +choicespunk , 0, 0, -3, 0 +chomobility , 0, -2, -1, 0 +chomoisture , 0, -2, -1, 0 +chomortgage , 0, -2, -1, 0 +chroniccafe , -2, -3, 0, 0 +chroniccage , -2, -3, 0, 0 +chroniccake , -2, -3, 0, 0 +chroniccave , -2, -3, 0, 0 +chronicunto , 0, -2, -2, 0 +churchellis , -1, 0, 0, 0 +cindykelkoo , -2, -2, -2, 0 +cingularsea , -2, 0, 0, 0 +cingularsec , -2, 0, 0, 0 +cingularsee , -2, 0, 0, 0 +cingularsen , -2, 0, 0, 0 +cingularseo , -2, 0, 0, 0 +cingularsep , -2, 0, 0, 0 +cingularseq , -2, 0, 0, 0 +cingularser , -2, 0, 0, 0 +cingularset , -2, 0, 0, 0 +circularsea , -2, 0, 0, 0 +circularsec , -2, 0, 0, 0 +circularsee , -2, 0, 0, 0 +circularsen , -2, 0, 0, 0 +circularseo , -2, 0, 0, 0 +circularsep , -2, 0, 0, 0 +circularseq , -2, 0, 0, 0 +circularser , -2, 0, 0, 0 +circularset , -2, 0, 0, 0 +clamcracker , 0, -2, 0, 0 +clarapeople , 0, 0, -3, 0 +clarapepper , 0, 0, -3, 0 +classespunk , 0, 0, -3, 0 +cleanupissn , -1, 0, 0, 0 +cleanupoops , -1, 0, 0, 0 +cleanuprick , -2, 0, 0, -1 +clientspunk , 0, 0, -3, 0 +cliniccache , -2, -3, 0, 0 +cliniccause , -2, -3, 0, 0 +clinicspunk , 0, 0, -3, 0 +clinicuntil , 0, -2, -2, 0 +clitoridean , 0, 0, -3, 0 +clothespunk , 0, 0, -3, 0 +cloudykeith , -2, -2, -2, 0 +cloudykelly , -2, -2, -2, 0 +cloudykevin , -2, -2, -2, 0 +coachespunk , 0, 0, -3, 0 +coastwatson , 0, 0, -3, 0 +cocksparrow , -2, 0, -2, 0 +collapsemen , 0, 0, -3, 0 +collarseven , -2, 0, 0, 0 +collectwatt , 0, 0, -3, 0 +columnspunk , 0, 0, -3, 0 +comboobtain , 0, 0, -3, 0 +comedykeith , -2, -2, -2, 0 +comedykelly , -2, -2, -2, 0 +comedykevin , -2, -2, -2, 0 +conceptwatt , 0, 0, -3, 0 +concertwatt , 0, 0, -3, 0 +condomaking , 0, 0, -2, 0 +condomalawi , 0, 0, -2, 0 +condomirror , 0, 0, -2, 0 +condomobile , 0, 0, -2, 0 +condomorgan , 0, 0, -2, 0 +condomorris , 0, 0, -2, 0 +condomoscow , 0, 0, -2, 0 +condomother , 0, 0, -2, 0 +condomotion , 0, 0, -2, 0 +condomoving , 0, 0, -2, 0 +condomumbai , 0, 0, -2, 0 +condomunich , 0, 0, -2, 0 +condomurder , 0, 0, -2, 0 +condomurphy , 0, 0, -2, 0 +condomurray , 0, 0, -2, 0 +condomuscle , 0, 0, -2, 0 +condomuseum , 0, 0, -2, 0 +condomuslim , 0, 0, -2, 0 +condomutual , 0, 0, -2, 0 +conductwatt , 0, 0, -3, 0 +connectwatt , 0, 0, -3, 0 +constwatson , 0, 0, -3, 0 +consultwatt , 0, 0, -3, 0 +convertwatt , 0, 0, -3, 0 +cookiespunk , 0, 0, -3, 0 +corncracker , 0, -2, 0, 0 +cornerspunk , 0, 0, -3, 0 +corpusyacht , 0, -2, -2, 0 +corpusyahoo , 0, -2, -2, 0 +corpusyemen , 0, -2, -2, 0 +corpusyield , 0, -2, -2, 0 +corpusyukon , 0, -2, -2, 0 +correctwatt , 0, 0, -3, 0 +cosmeticlit , 0, 0, -3, 0 +cosmeticrap , -1, 0, 0, 0 +countwatson , 0, 0, -3, 0 +coursespunk , 0, 0, -3, 0 +courtwatson , 0, 0, -3, 0 +cpusymantec , 0, -2, -2, 0 +cpusympathy , 0, -2, -2, 0 +cpusymphony , 0, -2, -2, 0 +cpusymptoms , 0, -2, -2, 0 +cpusyndrome , 0, -2, -2, 0 +cpusynopsis , 0, -2, -2, 0 +cpusyracuse , 0, -2, -2, 0 +crackerjack , 0, -2, 0, 0 +crackerotic , 0, -2, 0, 0 +craftwatson , 0, 0, -3, 0 +crapshooter , -1, 0, 0, 0 +createspunk , 0, 0, -3, 0 +cricketwatt , 0, 0, -3, 0 +crisissyria , 0, 0, 0, -1 +criticspunk , 0, 0, -3, 0 +cruisespunk , 0, 0, -3, 0 +cubichabits , 0, -2, -2, 0 +cubichappen , 0, -2, -2, 0 +cubicharbor , 0, -2, -2, 0 +cubicharley , 0, -2, -2, 0 +cubicharold , 0, -2, -2, 0 +cubicharper , 0, -2, -2, 0 +cubicharris , 0, -2, -2, 0 +cubicharvey , 0, -2, -2, 0 +cubichaving , 0, -2, -2, 0 +cubichawaii , 0, -2, -2, 0 +cubichazard , 0, -2, -2, 0 +cubichidden , 0, -2, -2, 0 +cubichiking , 0, -2, -2, 0 +cubichilton , 0, -2, -2, 0 +cubichockey , 0, -2, -2, 0 +cubichollow , 0, -2, -2, 0 +cubicholmes , 0, -2, -2, 0 +cubichorror , 0, -2, -2, 0 +cubichudson , 0, -2, -2, 0 +cumaphytism , 0, 0, -3, 0 +cumshotwatt , 0, 0, -3, 0 +curiouspunk , 0, 0, -3, 0 +custodykeen , -2, -2, -2, 0 +custodykeep , -2, -2, -2, 0 +custodykept , -2, -2, -2, 0 +customspunk , 0, 0, -3, 0 +daddykelkoo , -2, -2, -2, 0 +damnability , -1, 0, 0, 0 +damnebraska , -1, 0, 0, 0 +damnegative , -1, 0, 0, 0 +damneighbor , -1, 0, 0, 0 +damnicholas , -1, 0, 0, 0 +damnintendo , -1, 0, 0, 0 +daygorgeous , 0, -3, 0, 0 +daygovernor , 0, -3, 0, 0 +dealerspunk , 0, 0, -3, 0 +debtchamber , 0, -2, -2, 0 +debtchapter , 0, -2, -2, 0 +debtchassis , 0, -2, -2, 0 +debtchelsea , 0, -2, -2, 0 +debtchronic , 0, -2, -2, 0 +decuntitled , 0, -2, 0, 0 +defectspunk , 0, 0, -3, 0 +definespunk , 0, 0, -3, 0 +degreespunk , 0, 0, -3, 0 +demandspunk , 0, 0, -3, 0 +denigrating , -3, -5, 0, 0 +denigration , -3, -5, 0, 0 +denigrative , -3, -5, 0, 0 +desertwatch , 0, 0, -3, 0 +desertwater , 0, 0, -3, 0 +detailspunk , 0, 0, -3, 0 +detectwatch , 0, 0, -3, 0 +detectwater , 0, 0, -3, 0 +deutscheshe , 0, 0, -2, 0 +developissn , -1, 0, 0, 0 +developoops , -1, 0, 0, 0 +developrick , -2, 0, 0, -1 +devicespunk , 0, 0, -3, 0 +directwatch , 0, 0, -3, 0 +directwater , 0, 0, -3, 0 +discusspunk , 0, 0, -3, 0 +doctorspunk , 0, 0, -3, 0 +docuntitled , 0, -2, 0, 0 +dollarsebay , -2, 0, 0, 0 +dollarseden , -2, 0, 0, 0 +dollarsedge , -2, 0, 0, 0 +dollarsedit , -2, 0, 0, 0 +dollarselse , -2, 0, 0, 0 +dollarsemma , -2, 0, 0, 0 +dollarsespn , -2, 0, 0, 0 +dollarsevil , -2, 0, 0, 0 +dollarsexam , -2, 0, 0, 0 +dollarsexec , -2, 0, 0, 0 +dollarsexit , -2, 0, 0, 0 +dollarspunk , 0, 0, -3, 0 +domesticlit , 0, 0, -3, 0 +domesticrap , -1, 0, 0, 0 +dominatrics , 0, 0, 3, 0 +donglossary , 0, 0, -2, 0 +dongrateful , 0, 0, -2, 0 +dongreeting , 0, 0, -2, 0 +doubtchapel , 0, -2, -2, 0 +doubtcheers , 0, -2, -2, 0 +doubtcheese , 0, -2, -2, 0 +doubtcheque , 0, -2, -2, 0 +doubtcherry , 0, -2, -2, 0 +doubtchrome , 0, -2, -2, 0 +doubtchubby , 0, -2, -2, 0 +doubtchurch , 0, -2, -2, 0 +doubtwatson , 0, 0, -3, 0 +draftwatson , 0, 0, -3, 0 +dramaticlit , 0, 0, -3, 0 +dramaticrap , -1, 0, 0, 0 +dressespunk , 0, 0, -3, 0 +dscuntitled , 0, -2, 0, 0 +eachelliott , -1, 0, 0, 0 +earselegant , -2, 0, 0, 0 +earselement , -2, 0, 0, 0 +earsembassy , -2, 0, 0, 0 +earsemerald , -2, 0, 0, 0 +earsemester , -2, 0, 0, 0 +earsemperor , -2, 0, 0, 0 +earsessence , -2, 0, 0, 0 +earsevident , -2, 0, 0, 0 +earsexcerpt , -2, 0, 0, 0 +earsexcited , -2, 0, 0, 0 +earsexclude , -2, 0, 0, 0 +earsexhaust , -2, 0, 0, 0 +earsexhibit , -2, 0, 0, 0 +editorspunk , 0, 0, -3, 0 +edwardspunk , 0, 0, -3, 0 +effectspunk , 0, 0, -3, 0 +effectwatch , 0, 0, -3, 0 +effectwater , 0, 0, -3, 0 +effortspunk , 0, 0, -3, 0 +egyptwatson , 0, 0, -3, 0 +eightwatson , 0, 0, -3, 0 +ejaculating , 0, 0, -2, 0 +ejaculative , 0, 0, -2, 0 +electriclit , 0, 0, -3, 0 +electricrap , -1, 0, 0, 0 +electwatson , 0, 0, -3, 0 +elliottwatt , 0, 0, -3, 0 +emphasissys , 0, 0, 0, -1 +enemiespunk , 0, 0, -3, 0 +enginespunk , 0, 0, -3, 0 +enoughellis , -1, 0, 0, 0 +eroticuntil , 0, -2, -2, 0 +escortspunk , 0, 0, -3, 0 +escortwatch , 0, 0, -3, 0 +escortwater , 0, 0, -3, 0 +etcuntitled , 0, -2, 0, 0 +ethniccache , -2, -3, 0, 0 +ethniccause , -2, -3, 0, 0 +ethnicuntil , 0, -2, -2, 0 +exceptwatch , 0, 0, -3, 0 +exceptwater , 0, 0, -3, 0 +excerptwatt , 0, 0, -3, 0 +exemptwatch , 0, 0, -3, 0 +exemptwater , 0, 0, -3, 0 +exercisemen , 0, 0, -3, 0 +exhaustwatt , 0, 0, -3, 0 +exhibitchar , 0, -2, -2, 0 +exoticuntil , 0, -2, -2, 0 +expectspunk , 0, 0, -3, 0 +expectwatch , 0, 0, -3, 0 +expectwater , 0, 0, -3, 0 +expertspunk , 0, 0, -3, 0 +expertwatch , 0, 0, -3, 0 +expertwater , 0, 0, -3, 0 +expoopinion , -1, 0, 0, 0 +expoopposed , -1, 0, 0, 0 +extrapelvic , 0, 0, -3, 0 +extrapeople , 0, 0, -3, 0 +extrapepper , 0, 0, -3, 0 +fabricspunk , 0, 0, -3, 0 +fabricuntil , 0, -2, -2, 0 +familiarsea , -2, 0, 0, 0 +familiarsec , -2, 0, 0, 0 +familiarsee , -2, 0, 0, 0 +familiarsen , -2, 0, 0, 0 +familiarseo , -2, 0, 0, 0 +familiarsep , -2, 0, 0, 0 +familiarseq , -2, 0, 0, 0 +familiarser , -2, 0, 0, 0 +familiarset , -2, 0, 0, 0 +farmerspunk , 0, 0, -3, 0 +fatherspunk , 0, 0, -3, 0 +faultwatson , 0, 0, -3, 0 +fbichampion , 0, -2, -2, 0 +fbichrysler , 0, -2, -2, 0 +fccuntitled , 0, -2, 0, 0 +fibreasthma , 0, 0, -2, 0 +fightwatson , 0, 0, -3, 0 +filterspunk , 0, 0, -3, 0 +fingerspunk , 0, 0, -3, 0 +firecracker , 0, -2, 0, 0 +firstwatson , 0, 0, -3, 0 +fitnesspunk , 0, 0, -3, 0 +fleetwatson , 0, 0, -3, 0 +floatwatson , 0, 0, -3, 0 +flowerspunk , 0, 0, -3, 0 +folderspunk , 0, 0, -3, 0 +forestspunk , 0, 0, -3, 0 +formulabias , 0, 0, -3, 0 +foursomehow , 0, 0, -3, 0 +foursomeone , 0, 0, -3, 0 +fourthellis , -1, 0, 0, 0 +francispunk , 0, 0, -3, 0 +frenchellis , -1, 0, 0, 0 +frigambling , -1, 0, -2, 0 +friglossary , -1, 0, -2, 0 +frigrateful , -1, 0, -2, 0 +frigreeting , -1, 0, -2, 0 +frontwatson , 0, 0, -3, 0 +frostwatson , 0, 0, -3, 0 +fudgepacker , 0, 0, 3, 0 +gangbangbus , 0, -3, 0, 0 +gangbangkok , 0, -3, 0, 0 +gardenspunk , 0, 0, -3, 0 +garlicuntil , 0, -2, -2, 0 +gccuntitled , 0, -2, 0, 0 +genesispunk , 0, 0, -3, 0 +genesissync , 0, 0, 0, -1 +geneticunto , 0, -2, -2, 0 +ghettoizing , 0, -2, 0, 0 +gilbertwatt , 0, 0, -3, 0 +gimcrackery , 0, -2, 0, 0 +glassespunk , 0, 0, -3, 0 +gmbhelliott , -1, 0, 0, 0 +gmcuntitled , 0, -2, 0, 0 +gothicuntil , 0, -2, -2, 0 +graphicunto , 0, -2, -2, 0 +graphomotor , 0, -2, -1, 0 +growthellis , -1, 0, 0, 0 +guitarspunk , 0, 0, -3, 0 +habitatwatt , 0, 0, -3, 0 +hatembedded , 0, 0, 0, -2 +hatemerging , 0, 0, 0, -2 +hatemirates , 0, 0, 0, -2 +hatemission , 0, 0, 0, -2 +hatemotions , 0, 0, 0, -2 +hatemphasis , 0, 0, 0, -2 +hatenabling , 0, 0, 0, -2 +hatenclosed , 0, 0, 0, -2 +hatencoding , 0, 0, 0, -2 +hatenormous , 0, 0, 0, -2 +hatenrolled , 0, 0, 0, -2 +hatensemble , 0, 0, 0, -2 +hatensuring , 0, 0, 0, -2 +hatenvelope , 0, 0, 0, -2 +hatepinions , 0, 0, 0, -2 +hatequation , 0, 0, 0, -2 +hatequipped , 0, 0, 0, -2 +hatethernet , 0, 0, 0, -2 +hatethiopia , 0, 0, 0, -2 +hatevidence , 0, 0, 0, -2 +hatexchange , 0, 0, 0, -2 +hatexciting , 0, 0, 0, -2 +hatexercise , 0, 0, 0, -2 +hazardspunk , 0, 0, -3, 0 +headerspunk , 0, 0, -3, 0 +healthellis , -1, 0, 0, 0 +heightspunk , 0, 0, -3, 0 +helleborism , -1, 0, 0, 0 +heraclitism , 0, 0, -3, 0 +hesheffield , 0, 0, -2, 0 +hewlettwatt , 0, 0, -3, 0 +highelliott , -1, 0, 0, 0 +historiclit , 0, 0, -3, 0 +historicrap , -1, 0, 0, 0 +hobbiespunk , 0, 0, -3, 0 +holderspunk , 0, 0, -3, 0 +homoblastic , 0, -2, -1, 0 +homocarpous , 0, -2, -1, 0 +homocentric , 0, -2, -1, 0 +homochromic , 0, -2, -1, 0 +homocoelous , 0, -2, -1, 0 +homocreosol , 0, -2, -1, 0 +homodromous , 0, -2, -1, 0 +homodynamic , 0, -2, -1, 0 +homoeoarchy , 0, -2, -1, 0 +homoeogenic , 0, -2, -1, 0 +homoeomerae , 0, -2, -1, 0 +homoeomeral , 0, -2, -1, 0 +homoeomorph , 0, -2, -1, 0 +homoeophony , 0, -2, -1, 0 +homoeoplasy , 0, -2, -1, 0 +homoeopolar , 0, -2, -1, 0 +homoeotypic , 0, -2, -1, 0 +homoerotism , 0, -2, -1, 0 +homogametic , 0, -2, -1, 0 +homoiotherm , 0, -2, -1, 0 +homolateral , 0, -2, -1, 0 +homolegalis , 0, -2, -1, 0 +homomallous , 0, -2, -1, 0 +homonuclear , 0, -2, -1, 0 +homoousious , 0, -2, -1, 0 +homophenous , 0, -2, -1, 0 +homophonous , 0, -2, -1, 0 +homoplasmic , 0, -2, -1, 0 +homopolymer , 0, -2, -1, 0 +homoseismal , 0, -2, -1, 0 +homosporous , 0, -2, -1, 0 +homostylism , 0, -2, -1, 0 +homostylous , 0, -2, -1, 0 +homotaxeous , 0, -2, -1, 0 +homothallic , 0, -2, -1, 0 +homotropous , 0, -2, -1, 0 +homozygosis , 0, -2, -1, 0 +homozygotic , 0, -2, -1, 0 +honkeyboard , 0, -2, 0, 0 +hornyhanded , 0, 0, -3, 0 +hostelspunk , 0, 0, -3, 0 +hughelliott , -1, 0, 0, 0 +humoronline , 0, 0, 0, -2 +idahoarnold , 0, -3, -2, 0 +idahoaround , 0, -3, -2, 0 +idahoarrest , 0, -3, -2, 0 +idahoarrive , 0, -3, -2, 0 +idahomobile , 0, -2, -1, 0 +idahomorgan , 0, -2, -1, 0 +idahomorris , 0, -2, -1, 0 +idahomoscow , 0, -2, -1, 0 +idahomother , 0, -2, -1, 0 +idahomotion , 0, -2, -1, 0 +idahomoving , 0, -2, -1, 0 +idiothermic , 0, 0, 0, -1 +idiotropian , 0, 0, 0, -1 +illnesspunk , 0, 0, -3, 0 +incestimate , 0, 0, -3, 0 +inchelliott , -1, 0, 0, 0 +incuntitled , 0, -2, 0, 0 +indexespunk , 0, 0, -3, 0 +indianspunk , 0, 0, -3, 0 +indicespunk , 0, 0, -3, 0 +infantspunk , 0, 0, -3, 0 +insectspunk , 0, 0, -3, 0 +insertwatch , 0, 0, -3, 0 +insertwater , 0, 0, -3, 0 +interflange , 0, 0, -3, 0 +intrapelvic , 0, 0, -3, 0 +ircuntitled , 0, -2, 0, 0 +italicuntil , 0, -2, -2, 0 +jackassault , 0, 0, 0, -1 +jackassness , 0, 0, 0, -1 +jacketspunk , 0, 0, -3, 0 +jacketwatch , 0, 0, -3, 0 +jacketwater , 0, 0, -3, 0 +jaguarseven , -2, 0, 0, 0 +japanesemen , 0, 0, -3, 0 +jarsemester , -2, 0, 0, 0 +josephellis , -1, 0, 0, 0 +jvcuntitled , 0, -2, 0, 0 +katrinazinc , 0, -2, 0, 0 +kennedykeen , -2, -2, -2, 0 +kennedykeep , -2, -2, -2, 0 +kennedykept , -2, -2, -2, 0 +launchellis , -1, 0, 0, 0 +laurapeople , 0, 0, -3, 0 +laurapepper , 0, 0, -3, 0 +lawyerspunk , 0, 0, -3, 0 +leaderspunk , 0, 0, -3, 0 +lenderspunk , 0, 0, -3, 0 +lengthellis , -1, 0, 0, 0 +letterspunk , 0, 0, -3, 0 +levitrapeak , 0, 0, -3, 0 +levitrapeas , 0, 0, -3, 0 +lightwatson , 0, 0, -3, 0 +llcuntitled , 0, -2, 0, 0 +locuntitled , 0, -2, 0, 0 +longitudego , 0, -3, 0, 0 +lookupissue , -1, 0, 0, 0 +loserebecca , 0, 0, 0, -2 +loserebound , 0, 0, 0, -2 +loserelease , 0, 0, 0, -2 +loseremoval , 0, 0, 0, -2 +loserequest , 0, 0, 0, -2 +loserequire , 0, 0, 0, -2 +loseretired , 0, 0, 0, -2 +loseretreat , 0, 0, 0, -2 +losereunion , 0, 0, 0, -2 +losereuters , 0, 0, 0, -2 +loseroutine , 0, 0, 0, -2 +loserouting , 0, 0, 0, -2 +loserussell , 0, 0, 0, -2 +macuntitled , 0, -2, 0, 0 +madnesspunk , 0, 0, -3, 0 +magneticlit , 0, 0, -3, 0 +magneticrap , -1, 0, 0, 0 +magnitudego , 0, -3, 0, 0 +makeupissue , -1, 0, 0, 0 +mamboobtain , 0, 0, -3, 0 +manualspunk , 0, 0, -3, 0 +marathonkey , 0, -2, 0, 0 +marconigram , -3, -5, 0, 0 +marcoonline , 0, -5, 0, 0 +margaretart , 0, -2, 0, -2 +mariahellis , -1, 0, 0, 0 +markerspunk , 0, 0, -3, 0 +marketspunk , 0, 0, -3, 0 +marketwatch , 0, 0, -3, 0 +marketwater , 0, 0, -3, 0 +masterbatch , 0, 0, -2, 0 +masterspunk , 0, 0, -3, 0 +masturbated , 0, 0, -2, 0 +masturbates , 0, 0, -2, 0 +masturbatic , 0, 0, -2, 0 +masturbator , 0, 0, -2, 0 +matchespunk , 0, 0, -3, 0 +mathelliott , -1, 0, 0, 0 +matrixrated , 0, 0, -2, 0 +matterspunk , 0, 0, -3, 0 +meetupissue , -1, 0, 0, 0 +megalopenis , -1, 0, -3, 0 +memberspunk , 0, 0, -3, 0 +menudeborah , 0, 0, -3, 0 +menudeposit , 0, 0, -3, 0 +menudetroit , 0, 0, -3, 0 +menudeutsch , 0, 0, -3, 0 +metalliclit , 0, 0, -3, 0 +metallicrap , -1, 0, 0, 0 +methodspunk , 0, 0, -3, 0 +metricuntil , 0, -2, -2, 0 +mexicoonion , 0, -5, 0, 0 +michelladen , -1, 0, 0, 0 +michellarge , -1, 0, 0, 0 +michellarry , -1, 0, 0, 0 +michellaugh , -1, 0, 0, 0 +michellaura , -1, 0, 0, 0 +michellight , -1, 0, 0, 0 +michellinda , -1, 0, 0, 0 +michellinux , -1, 0, 0, 0 +michellloyd , -1, 0, 0, 0 +michellucas , -1, 0, 0, 0 +michellucia , -1, 0, 0, 0 +michellunch , -1, 0, 0, 0 +micuntitled , 0, -2, 0, 0 +mightwatson , 0, 0, -3, 0 +minigrammar , -3, -5, 0, 0 +minigratuit , -3, -5, 0, 0 +minigravity , -3, -5, 0, 0 +minigriffin , -3, -5, 0, 0 +minigrocery , -3, -5, 0, 0 +minutespunk , 0, 0, -3, 0 +mirrorspunk , 0, 0, -3, 0 +modularsega , -2, 0, 0, 0 +modularself , -2, 0, 0, 0 +modularsell , -2, 0, 0, 0 +modularsemi , -2, 0, 0, 0 +momentspunk , 0, 0, -3, 0 +monacoonion , 0, -5, 0, 0 +moroccoonce , 0, -5, 0, 0 +moroccoonly , 0, -5, 0, 0 +moroccoonto , 0, -5, 0, 0 +moroccoward , 0, 0, 0, -1 +mountwatson , 0, 0, -3, 0 +mozillabias , 0, 0, -3, 0 +muchelliott , -1, 0, 0, 0 +muddybreast , 0, 0, -2, 0 +munichellis , -1, 0, 0, 0 +museumspunk , 0, 0, -3, 0 +muslimspunk , 0, 0, -3, 0 +mythelliott , -1, 0, 0, 0 +nbcuntitled , 0, -2, 0, 0 +necuntitled , 0, -2, 0, 0 +nervouspunk , 0, 0, -3, 0 +niagarapeak , 0, 0, -3, 0 +niagarapeas , 0, 0, -3, 0 +nightwatson , 0, 0, -3, 0 +nigromancer , -5, -8, 0, 0 +nonpregnant , 0, 0, -2, 0 +nonretarded , 0, -2, 0, -2 +noticespunk , 0, 0, -3, 0 +numberspunk , 0, 0, -3, 0 +nycuntitled , 0, -2, 0, 0 +oasissydney , 0, 0, 0, -1 +oasissymbol , 0, 0, 0, -1 +oasissyntax , 0, 0, 0, -1 +objectspunk , 0, 0, -3, 0 +objectwatch , 0, 0, -3, 0 +objectwater , 0, 0, -3, 0 +obviouspunk , 0, 0, -3, 0 +officespunk , 0, 0, -3, 0 +olympuspunk , 0, 0, -3, 0 +olympusyale , 0, -2, -2, 0 +olympusyang , 0, -2, -2, 0 +olympusyard , 0, -2, -2, 0 +olympusyarn , 0, -2, -2, 0 +olympusyoga , 0, -2, -2, 0 +olympusyork , 0, -2, -2, 0 +organicunto , 0, -2, -2, 0 +orleanspunk , 0, 0, -3, 0 +oughtwatson , 0, 0, -3, 0 +pacificunto , 0, -2, -2, 0 +packetspunk , 0, 0, -3, 0 +packetwatch , 0, 0, -3, 0 +packetwater , 0, 0, -3, 0 +pacuntitled , 0, -2, 0, 0 +parabolanus , -2, 0, 0, 0 +paradisemen , 0, 0, -3, 0 +parentspunk , 0, 0, -3, 0 +patchespunk , 0, 0, -3, 0 +patentspunk , 0, 0, -3, 0 +pathelliott , -1, 0, 0, 0 +penistanbul , -1, 0, -3, 0 +perfectwatt , 0, 0, -3, 0 +perhapspunk , 0, 0, -3, 0 +perigenital , 0, 0, -2, 0 +periodickai , -2, 0, -2, 0 +periodickay , -2, 0, -2, 0 +periodickde , -2, 0, -2, 0 +periodicken , -2, 0, -2, 0 +periodickid , -2, 0, -2, 0 +periodickim , -2, 0, -2, 0 +periodickit , -2, 0, -2, 0 +periodiclit , 0, 0, -3, 0 +periodicrap , -1, 0, 0, 0 +periodspunk , 0, 0, -3, 0 +phrasespunk , 0, 0, -3, 0 +physicspunk , 0, 0, -3, 0 +pickupissue , -1, 0, 0, 0 +picniccache , -2, -3, 0, 0 +picniccause , -2, -3, 0, 0 +picnicuntil , 0, -2, -2, 0 +picuntitled , 0, -2, 0, 0 +pissasphalt , -1, 0, 0, 0 +placuntitis , 0, -2, 0, 0 +planetspunk , 0, 0, -3, 0 +plasticunto , 0, -2, -2, 0 +plcuntitled , 0, -2, 0, 0 +pmcuntitled , 0, -2, 0, 0 +pocketspunk , 0, 0, -3, 0 +pocketwatch , 0, 0, -3, 0 +pocketwater , 0, 0, -3, 0 +polarselect , -2, 0, 0, 0 +polarsevere , -2, 0, 0, 0 +polarsewing , -2, 0, 0, 0 +pontiacunto , 0, -2, -2, 0 +popularsega , -2, 0, 0, 0 +popularself , -2, 0, 0, 0 +popularsell , -2, 0, 0, 0 +popularsemi , -2, 0, 0, 0 +pornebraska , 0, 0, -3, 0 +pornegative , 0, 0, -3, 0 +porneighbor , 0, 0, -3, 0 +pornerastic , 0, 0, -3, 0 +pornicholas , 0, 0, -3, 0 +pornintendo , 0, 0, -3, 0 +pornitrogen , 0, 0, -3, 0 +pornumerous , 0, 0, -3, 0 +possesspunk , 0, 0, -3, 0 +posterspunk , 0, 0, -3, 0 +postgenital , 0, 0, -2, 0 +ppcuntitled , 0, -2, -1, 0 +prayerspunk , 0, 0, -3, 0 +prickliness , -2, 0, 0, -1 +pricktimber , -2, 0, 0, -1 +princestack , 0, 0, -3, 0 +princestaff , 0, 0, -3, 0 +princestage , 0, 0, -3, 0 +princestake , 0, 0, -3, 0 +princestamp , 0, 0, -3, 0 +princestick , 0, 0, -3, 0 +princestill , 0, 0, -3, 0 +princestock , 0, 0, -3, 0 +princestone , 0, 0, -3, 0 +princestood , 0, 0, -3, 0 +princestore , 0, 0, -3, 0 +princestorm , 0, 0, -3, 0 +princestory , 0, 0, -3, 0 +princestuck , 0, 0, -3, 0 +princestuff , 0, 0, -3, 0 +princestyle , 0, 0, -3, 0 +processpunk , 0, 0, -3, 0 +productwatt , 0, 0, -3, 0 +projectwatt , 0, 0, -3, 0 +promptwatch , 0, 0, -3, 0 +promptwater , 0, 0, -3, 0 +prophetwatt , 0, 0, -3, 0 +protectwatt , 0, 0, -3, 0 +provincestd , 0, 0, -3, 0 +provinceste , 0, 0, -3, 0 +provincesto , 0, 0, -3, 0 +provincestr , 0, 0, -3, 0 +prozacuntil , 0, -2, -2, 0 +pseudolabia , 0, 0, -3, 0 +pubedmonton , 0, 0, -3, 0 +pubeducated , 0, 0, -3, 0 +pubelephant , 0, 0, -3, 0 +pubeligible , 0, 0, -3, 0 +pubembedded , 0, 0, -3, 0 +pubemerging , 0, 0, -3, 0 +pubemirates , 0, 0, -3, 0 +pubemission , 0, 0, -3, 0 +pubemotions , 0, 0, -3, 0 +pubemphasis , 0, 0, -3, 0 +pubenabling , 0, 0, -3, 0 +pubenclosed , 0, 0, -3, 0 +pubencoding , 0, 0, -3, 0 +pubenormous , 0, 0, -3, 0 +pubenrolled , 0, 0, -3, 0 +pubensemble , 0, 0, -3, 0 +pubensuring , 0, 0, -3, 0 +pubenvelope , 0, 0, -3, 0 +pubepinions , 0, 0, -3, 0 +pubequation , 0, 0, -3, 0 +pubequipped , 0, 0, -3, 0 +pubethernet , 0, 0, -3, 0 +pubethiopia , 0, 0, -3, 0 +pubevidence , 0, 0, -3, 0 +pubexchange , 0, 0, -3, 0 +pubexciting , 0, 0, -3, 0 +pubexercise , 0, 0, -3, 0 +publicuntil , 0, -2, -2, 0 +pvcuntitled , 0, -2, 0, 0 +quebecuntil , 0, -2, -2, 0 +queriespunk , 0, 0, -3, 0 +quietwatson , 0, 0, -3, 0 +quiltwatson , 0, 0, -3, 0 +quizzespunk , 0, 0, -3, 0 +rabbitchain , 0, -2, -2, 0 +rabbitchess , 0, -2, -2, 0 +rabbitchest , 0, -2, -2, 0 +rachelladen , -1, 0, 0, 0 +rachellarge , -1, 0, 0, 0 +rachellarry , -1, 0, 0, 0 +rachellaugh , -1, 0, 0, 0 +rachellaura , -1, 0, 0, 0 +rachellearn , -1, 0, 0, 0 +rachellease , -1, 0, 0, 0 +rachelleast , -1, 0, 0, 0 +rachelleave , -1, 0, 0, 0 +rachellemon , -1, 0, 0, 0 +rachellevel , -1, 0, 0, 0 +rachellewis , -1, 0, 0, 0 +rachellexus , -1, 0, 0, 0 +rachellight , -1, 0, 0, 0 +rachellinda , -1, 0, 0, 0 +rachellinux , -1, 0, 0, 0 +rachellloyd , -1, 0, 0, 0 +rachellucas , -1, 0, 0, 0 +rachellucia , -1, 0, 0, 0 +rachellunch , -1, 0, 0, 0 +radarselect , -2, 0, 0, 0 +radarsevere , -2, 0, 0, 0 +radarsewing , -2, 0, 0, 0 +rangerspunk , 0, 0, -3, 0 +rapelephant , 0, 0, -3, 0 +rapeligible , 0, 0, -3, 0 +rapembedded , 0, 0, -3, 0 +rapemerging , 0, 0, -3, 0 +rapemirates , 0, 0, -3, 0 +rapemission , 0, 0, -3, 0 +rapemotions , 0, 0, -3, 0 +rapemphasis , 0, 0, -3, 0 +rapenabling , 0, 0, -3, 0 +rapenclosed , 0, 0, -3, 0 +rapencoding , 0, 0, -3, 0 +rapenormous , 0, 0, -3, 0 +rapenrolled , 0, 0, -3, 0 +rapensemble , 0, 0, -3, 0 +rapensuring , 0, 0, -3, 0 +rapenvelope , 0, 0, -3, 0 +rapepinions , 0, 0, -3, 0 +rapequation , 0, 0, -3, 0 +rapequipped , 0, 0, -3, 0 +rapethernet , 0, 0, -3, 0 +rapethiopia , 0, 0, -3, 0 +rapevidence , 0, 0, -3, 0 +rapexchange , 0, 0, -3, 0 +rapexciting , 0, 0, -3, 0 +rapexercise , 0, 0, -3, 0 +ratingspunk , 0, 0, -3, 0 +reachespunk , 0, 0, -3, 0 +readerspunk , 0, 0, -3, 0 +readykelkoo , -2, -2, -2, 0 +rebatespunk , 0, 0, -3, 0 +receiptwatt , 0, 0, -3, 0 +recipespunk , 0, 0, -3, 0 +recordspunk , 0, 0, -3, 0 +recuntitled , 0, -2, 0, 0 +reducespunk , 0, 0, -3, 0 +reflectwatt , 0, 0, -3, 0 +regardspunk , 0, 0, -3, 0 +regularsega , -2, 0, 0, 0 +regularself , -2, 0, 0, 0 +regularsell , -2, 0, 0, 0 +regularsemi , -2, 0, 0, 0 +rejectwatch , 0, 0, -3, 0 +rejectwater , 0, 0, -3, 0 +relatespunk , 0, 0, -3, 0 +remedykeith , -2, -2, -2, 0 +remedykelly , -2, -2, -2, 0 +remedykevin , -2, -2, -2, 0 +rentalspunk , 0, 0, -3, 0 +respectwatt , 0, 0, -3, 0 +responsemen , 0, 0, -3, 0 +resultspunk , 0, 0, -3, 0 +resultwatch , 0, 0, -3, 0 +resultwater , 0, 0, -3, 0 +resumespunk , 0, 0, -3, 0 +retardation , 0, -2, 0, -2 +retardative , 0, -2, 0, -2 +retardatory , 0, -2, 0, -2 +reuterspunk , 0, 0, -3, 0 +revealspunk , 0, 0, -3, 0 +rewardspunk , 0, 0, -3, 0 +rfcuntitled , 0, -2, 0, 0 +richelliott , -1, 0, 0, 0 +ricoongoing , 0, -5, 0, 0 +ricoontario , 0, -5, 0, 0 +rightwatson , 0, 0, -3, 0 +robertspunk , 0, 0, -3, 0 +robertwatch , 0, 0, -3, 0 +robertwater , 0, 0, -3, 0 +robotwatson , 0, 0, -3, 0 +robustwatch , 0, 0, -3, 0 +robustwater , 0, 0, -3, 0 +rocketwatch , 0, 0, -3, 0 +rocketwater , 0, 0, -3, 0 +romanticlit , 0, 0, -3, 0 +romanticrap , -1, 0, 0, 0 +routerspunk , 0, 0, -3, 0 +routhercock , -2, 0, -2, 0 +ruthelliott , -1, 0, 0, 0 +safecracker , 0, -2, 0, 0 +sambunigrin , -3, -5, 0, 0 +sandwichate , 0, 0, 0, -2 +sandwichink , 0, -3, 0, 0 +savannahate , 0, 0, 0, -2 +savingspunk , 0, 0, -3, 0 +sbjctwatson , 0, 0, -3, 0 +sceniccache , -2, -3, 0, 0 +sceniccause , -2, -3, 0, 0 +scenicuntil , 0, -2, -2, 0 +schemespunk , 0, 0, -3, 0 +scholarseds , -2, 0, 0, 0 +scholarsedt , -2, 0, 0, 0 +scholarsega , -2, 0, 0, 0 +scholarsegg , -2, 0, 0, 0 +scholarself , -2, 0, 0, 0 +scholarsell , -2, 0, 0, 0 +scholarsemi , -2, 0, 0, 0 +scholarsest , -2, 0, 0, 0 +scholarseur , -2, 0, 0, 0 +scholarseva , -2, 0, 0, 0 +scholarseve , -2, 0, 0, 0 +scholarsexp , -2, 0, 0, 0 +scholarsext , -2, 0, 0, 0 +scholarseye , -2, 0, 0, 0 +schoolspunk , 0, 0, -3, 0 +scottishate , 0, 0, 0, -2 +scottwatson , 0, 0, -3, 0 +screenspunk , 0, 0, -3, 0 +scriptwatch , 0, 0, -3, 0 +scriptwater , 0, 0, -3, 0 +scuttlebutt , -1, 0, 0, 0 +secondomaha , 0, 0, -2, 0 +secondspunk , 0, 0, -3, 0 +secretspunk , 0, 0, -3, 0 +secretwatch , 0, 0, -3, 0 +secretwater , 0, 0, -3, 0 +sectorspunk , 0, 0, -3, 0 +secuntitled , 0, -2, 0, 0 +seekerspunk , 0, 0, -3, 0 +sellerspunk , 0, 0, -3, 0 +semencontra , 0, 0, -3, 0 +seminarseds , -2, 0, 0, 0 +seminarsedt , -2, 0, 0, 0 +seminarsega , -2, 0, 0, 0 +seminarsegg , -2, 0, 0, 0 +seminarself , -2, 0, 0, 0 +seminarsell , -2, 0, 0, 0 +seminarsemi , -2, 0, 0, 0 +seminarsest , -2, 0, 0, 0 +seminarseur , -2, 0, 0, 0 +seminarseva , -2, 0, 0, 0 +seminarseve , -2, 0, 0, 0 +seminarsexp , -2, 0, 0, 0 +seminarsext , -2, 0, 0, 0 +seminarseye , -2, 0, 0, 0 +seniorspunk , 0, 0, -3, 0 +sensorspunk , 0, 0, -3, 0 +seriouspunk , 0, 0, -3, 0 +serverspunk , 0, 0, -3, 0 +shadowspunk , 0, 0, -3, 0 +shaftwatson , 0, 0, -3, 0 +shapenissan , -1, 0, -3, 0 +sheetwatson , 0, 0, -3, 0 +sheriffrick , -1, 0, 0, 0 +shiftwatson , 0, 0, -3, 0 +shirtwatson , 0, 0, -3, 0 +shootwatson , 0, 0, -3, 0 +shortwatson , 0, 0, -3, 0 +showerspunk , 0, 0, -3, 0 +shuttlecock , -2, 0, -2, 0 +sicuntitled , 0, -2, 0, 0 +sierrapeace , 0, 0, -3, 0 +sightwatson , 0, 0, -3, 0 +signalspunk , 0, 0, -3, 0 +signupissue , -1, 0, 0, 0 +similarsega , -2, 0, 0, 0 +similarself , -2, 0, 0, 0 +similarsell , -2, 0, 0, 0 +similarsemi , -2, 0, 0, 0 +sincestable , 0, 0, -3, 0 +sincestolen , 0, 0, -3, 0 +sincestuart , 0, 0, -3, 0 +sincestylus , 0, 0, -3, 0 +sisterspunk , 0, 0, -3, 0 +skirtwatson , 0, 0, -3, 0 +skypenissan , -1, 0, -3, 0 +slopenissan , -1, 0, -3, 0 +smoothellis , -1, 0, 0, 0 +socketwatch , 0, 0, -3, 0 +socketwater , 0, 0, -3, 0 +socuntitled , 0, -2, 0, 0 +solarispunk , 0, 0, -3, 0 +solarselect , -2, 0, 0, 0 +solarsevere , -2, 0, 0, 0 +solarsewing , -2, 0, 0, 0 +soniccaught , -2, -3, 0, 0 +soniccayman , -2, -3, 0, 0 +sourcespunk , 0, 0, -3, 0 +sovietwatch , 0, 0, -3, 0 +sovietwater , 0, 0, -3, 0 +speciespunk , 0, 0, -3, 0 +specificlit , 0, 0, -3, 0 +specificrap , -1, 0, 0, 0 +speechellis , -1, 0, 0, 0 +squirtwatch , 0, 0, -3, 0 +squirtwater , 0, 0, -3, 0 +srcuntitled , 0, -2, 0, 0 +startupissn , -1, 0, 0, 0 +startupoops , -1, 0, 0, 0 +startuprick , -2, 0, 0, -1 +staticuntil , 0, -2, -2, 0 +steadykeith , -2, -2, -2, 0 +steadykelly , -2, -2, -2, 0 +steadykevin , -2, -2, -2, 0 +stevenspunk , 0, 0, -3, 0 +storiespunk , 0, 0, -3, 0 +streamspunk , 0, 0, -3, 0 +streetspunk , 0, 0, -3, 0 +streetwatch , 0, 0, -3, 0 +streetwater , 0, 0, -3, 0 +strengthate , 0, 0, 0, -2 +strikespunk , 0, 0, -3, 0 +stripespunk , 0, 0, -3, 0 +structwatch , 0, 0, -3, 0 +structwater , 0, 0, -3, 0 +studiospunk , 0, 0, -3, 0 +studykelkoo , -2, -2, -2, 0 +stupidities , 0, 0, 0, -1 +subjectwatt , 0, 0, -3, 0 +successpunk , 0, 0, -3, 0 +suchelliott , -1, 0, 0, 0 +suffraganal , -2, 0, -2, 0 +surveyspunk , 0, 0, -3, 0 +suspectwatt , 0, 0, -3, 0 +sussexrated , 0, 0, -2, 0 +sweetwatson , 0, 0, -3, 0 +swiftwatson , 0, 0, -3, 0 +symanteclit , 0, 0, -3, 0 +symantecrap , -1, 0, 0, 0 +symbolspunk , 0, 0, -3, 0 +synopsissys , 0, 0, 0, -1 +systemspunk , 0, 0, -3, 0 +tacticspunk , 0, 0, -3, 0 +taiwankaren , 0, 0, -3, 0 +taiwankarma , 0, 0, -3, 0 +taiwankathy , 0, 0, -3, 0 +taiwankatie , 0, 0, -3, 0 +taiwankeith , 0, 0, -3, 0 +taiwankelly , 0, 0, -3, 0 +taiwankerry , 0, 0, -3, 0 +taiwankevin , 0, 0, -3, 0 +taiwanklein , 0, 0, -3, 0 +taiwanknife , 0, 0, -3, 0 +taiwanknock , 0, 0, -3, 0 +taiwankodak , 0, 0, -3, 0 +taiwankorea , 0, 0, -3, 0 +taughtwatch , 0, 0, -3, 0 +taughtwater , 0, 0, -3, 0 +teachespunk , 0, 0, -3, 0 +techelliott , -1, 0, 0, 0 +teddykelkoo , -2, -2, -2, 0 +theftwatson , 0, 0, -3, 0 +therapeuses , 0, 0, -3, 0 +therapeusis , 0, 0, -3, 0 +therapeutae , 0, 0, -3, 0 +therapeutic , 0, 0, -3, 0 +thereofrick , -1, 0, 0, 0 +thesissyria , 0, 0, 0, -1 +thoughellis , -1, 0, 0, 0 +threatspunk , 0, 0, -3, 0 +throatwatch , 0, 0, -3, 0 +throatwater , 0, 0, -3, 0 +ticketspunk , 0, 0, -3, 0 +ticketwatch , 0, 0, -3, 0 +ticketwater , 0, 0, -3, 0 +tightwatson , 0, 0, -3, 0 +titrimetric , 0, 0, -3, 0 +tittivating , 0, 0, -3, 0 +tittivation , 0, 0, -3, 0 +tobaccoonce , 0, -5, 0, 0 +tobaccoonly , 0, -5, 0, 0 +tobaccoonto , 0, -5, 0, 0 +tobaccoward , 0, 0, 0, -1 +towardspunk , 0, 0, -3, 0 +trafficunto , 0, -2, -2, 0 +tragedykeen , -2, -2, -2, 0 +tragedykeep , -2, -2, -2, 0 +tragedykept , -2, -2, -2, 0 +trapeziform , 0, 0, -3, 0 +travelspunk , 0, 0, -3, 0 +trustwatson , 0, 0, -3, 0 +tumoronline , 0, 0, 0, -2 +turboobtain , 0, 0, -3, 0 +ultrapeople , 0, 0, -3, 0 +ultrapepper , 0, 0, -3, 0 +unigrateful , -3, -5, 0, 0 +upcuntitled , 0, -2, 0, 0 +uscuntitled , 0, -2, 0, 0 +utahelliott , -1, 0, 0, 0 +utcuntitled , 0, -2, 0, 0 +vanillabias , 0, 0, -3, 0 +variouspunk , 0, 0, -3, 0 +varsemester , -2, 0, 0, 0 +vaultwatson , 0, 0, -3, 0 +velvetwatch , 0, 0, -3, 0 +velvetwater , 0, 0, -3, 0 +vendorspunk , 0, 0, -3, 0 +vermontwatt , 0, 0, -3, 0 +vesselspunk , 0, 0, -3, 0 +victimspunk , 0, 0, -3, 0 +vicuntitled , 0, -2, 0, 0 +viewerspunk , 0, 0, -3, 0 +volleyballs , 0, 0, -1, 0 +volumespunk , 0, 0, -3, 0 +watchespunk , 0, 0, -3, 0 +wealthellis , -1, 0, 0, 0 +weathercock , -2, 0, -2, 0 +wednesdaygo , 0, -3, 0, 0 +weightspunk , 0, 0, -3, 0 +wendykelkoo , -2, -2, -2, 0 +whilstwatch , 0, 0, -3, 0 +whilstwater , 0, 0, -3, 0 +whipcracker , 0, -2, 0, 0 +whisterpoop , -1, 0, 0, 0 +whoarkansas , 0, -3, -2, 0 +whomobesity , 0, -2, -1, 0 +whomobility , 0, -2, -1, 0 +whomobserve , 0, -2, -1, 0 +whomobvious , 0, -2, -1, 0 +whomoisture , 0, -2, -1, 0 +whomolympic , 0, -2, -1, 0 +whomolympus , 0, -2, -1, 0 +whomopinion , 0, -2, -1, 0 +whomopposed , 0, -2, -1, 0 +whomorlando , 0, -2, -1, 0 +whomorleans , 0, -2, -1, 0 +whomortgage , 0, -2, -1, 0 +windowspunk , 0, 0, -3, 0 +winnerspunk , 0, 0, -3, 0 +winterdykes , -2, -2, -2, 0 +wisecracker , 0, -2, 0, 0 +withelliott , -1, 0, 0, 0 +witnesspunk , 0, 0, -3, 0 +woodcracker , 0, -2, 0, 0 +workerspunk , 0, 0, -3, 0 +worstwatson , 0, 0, -3, 0 +writerspunk , 0, 0, -3, 0 +xanthomonas , 0, -2, -1, 0 +yachtwatson , 0, 0, -3, 0 +yahookernel , 0, 0, -3, 0 +yeahelliott , -1, 0, 0, 0 +yesterdaygo , 0, -3, 0, 0 +zoloftwatch , 0, 0, -3, 0 +zoloftwater , 0, 0, -3, 0 +acceptwatson , 0, 0, -3, 0 +acousticunto , 0, -2, -2, 0 +acrylicuntil , 0, -2, -2, 0 +adapterspunk , 0, 0, -3, 0 +advancespunk , 0, 0, -3, 0 +advertisemen , 0, 0, -3, 0 +advertwatson , 0, 0, -3, 0 +advisorspunk , 0, 0, -3, 0 +affectwatson , 0, 0, -3, 0 +againstwatch , 0, 0, -3, 0 +againstwater , 0, 0, -3, 0 +agenciespunk , 0, 0, -3, 0 +albertwatson , 0, 0, -3, 0 +algebrapeace , 0, 0, -3, 0 +allahelliott , -1, 0, 0, 0 +alumnigraham , -3, -5, 0, 0 +alumnigranny , -3, -5, 0, 0 +alumnigratis , -3, -5, 0, 0 +alumnigroove , -3, -5, 0, 0 +alumniground , -3, -5, 0, 0 +analkalinity , -2, 0, -2, 0 +analysespunk , 0, 0, -3, 0 +analysispunk , 0, 0, -3, 0 +analysissync , 0, 0, 0, -1 +analystspunk , 0, 0, -3, 0 +analystwatch , 0, 0, -3, 0 +analystwater , 0, 0, -3, 0 +andorrapeace , 0, 0, -3, 0 +antesignanus , -2, 0, 0, 0 +antiquespunk , 0, 0, -3, 0 +apniccausing , -2, -3, 0, 0 +apniccaution , -2, -3, 0, 0 +aquaticuntil , 0, -2, -2, 0 +arabichabits , 0, -2, -2, 0 +arabichappen , 0, -2, -2, 0 +arabicharbor , 0, -2, -2, 0 +arabicharley , 0, -2, -2, 0 +arabicharold , 0, -2, -2, 0 +arabicharper , 0, -2, -2, 0 +arabicharris , 0, -2, -2, 0 +arabicharvey , 0, -2, -2, 0 +arabichaving , 0, -2, -2, 0 +arabichawaii , 0, -2, -2, 0 +arabichazard , 0, -2, -2, 0 +arabichidden , 0, -2, -2, 0 +arabichiking , 0, -2, -2, 0 +arabichilton , 0, -2, -2, 0 +arabichockey , 0, -2, -2, 0 +arabichollow , 0, -2, -2, 0 +arabicholmes , 0, -2, -2, 0 +arabichorror , 0, -2, -2, 0 +arabichudson , 0, -2, -2, 0 +archivespunk , 0, 0, -3, 0 +argentinazip , 0, -2, 0, 0 +armorontario , 0, 0, 0, -2 +arrivalspunk , 0, 0, -3, 0 +arseniferous , -2, 0, 0, 0 +arsenization , -2, 0, 0, 0 +artisticunto , 0, -2, -2, 0 +asbestospunk , 0, 0, -3, 0 +aspectwatson , 0, 0, -3, 0 +assaultwatch , 0, 0, -3, 0 +assaultwater , 0, 0, -3, 0 +assuefaction , -2, 0, 0, 0 +assyriologue , -2, 0, 0, 0 +athletespunk , 0, 0, -3, 0 +athleticunto , 0, -2, -2, 0 +atlanticunto , 0, -2, -2, 0 +attemptwatch , 0, 0, -3, 0 +attemptwater , 0, 0, -3, 0 +augustwatson , 0, 0, -3, 0 +aurorapeople , 0, 0, -3, 0 +aurorapepper , 0, 0, -3, 0 +authenticlit , 0, 0, -3, 0 +authenticrap , -1, 0, 0, 0 +automaticlit , 0, 0, -3, 0 +automaticrap , -1, 0, 0, 0 +ballsalaries , 0, 0, -1, 0 +ballsalvador , 0, 0, -1, 0 +ballsavannah , 0, 0, -1, 0 +ballscenario , 0, 0, -1, 0 +ballschedule , 0, 0, -1, 0 +ballscotland , 0, 0, -1, 0 +ballsemester , 0, 0, -1, 0 +ballshanghai , 0, 0, -1, 0 +ballslovenia , 0, 0, -1, 0 +ballstunning , 0, 0, -1, 0 +ballsullivan , 0, 0, -1, 0 +barbarapeace , 0, 0, -3, 0 +barcelonazip , 0, -2, 0, 0 +barrierspunk , 0, 0, -3, 0 +basketwatson , 0, 0, -3, 0 +batchelliott , -1, 0, 0, 0 +belieffinger , -2, 0, -2, 0 +believespunk , 0, 0, -3, 0 +benchelliott , -1, 0, 0, 0 +beneathellis , -1, 0, 0, 0 +bennettwatch , 0, 0, -3, 0 +bennettwater , 0, 0, -3, 0 +bichromatize , 0, -2, -2, 0 +bikinigraham , -3, -5, 0, 0 +bikinigranny , -3, -5, 0, 0 +bikinigratis , -3, -5, 0, 0 +bikinigroove , -3, -5, 0, 0 +bikiniground , -3, -5, 0, 0 +birthelliott , -1, 0, 0, 0 +bitchallenge , 0, -2, -2, 0 +bitchampagne , 0, -2, -2, 0 +bitcharacter , 0, -2, -2, 0 +bitcharlotte , 0, -2, -2, 0 +bitchevrolet , 0, -2, -2, 0 +bitchocolate , 0, -2, -2, 0 +bitschampion , 0, -2, -2, 0 +bitschrysler , 0, -2, -2, 0 +blanketwatch , 0, 0, -3, 0 +blanketwater , 0, 0, -3, 0 +bloggerspunk , 0, 0, -3, 0 +bonereaction , 0, 0, -3, 0 +bonerelating , 0, 0, -3, 0 +bonerelation , 0, 0, -3, 0 +bonerelative , 0, 0, -3, 0 +bonerelevant , 0, 0, -3, 0 +bonereliable , 0, 0, -3, 0 +bonereliance , 0, 0, -3, 0 +bonereligion , 0, 0, -3, 0 +boneremedies , 0, 0, -3, 0 +boneremember , 0, 0, -3, 0 +boneremoving , 0, 0, -3, 0 +boneretrieve , 0, 0, -3, 0 +bonereynolds , 0, 0, -3, 0 +bonerotation , 0, 0, -3, 0 +boneroulette , 0, 0, -3, 0 +boothelliott , -1, 0, 0, 0 +bouquetwatch , 0, 0, -3, 0 +bouquetwater , 0, 0, -3, 0 +bracketwatch , 0, 0, -3, 0 +bracketwater , 0, 0, -3, 0 +branchespunk , 0, 0, -3, 0 +brauneberger , 0, 0, -1, 0 +breastheight , 0, 0, -2, 0 +breastplough , 0, 0, -2, 0 +breaststroke , 0, 0, -2, 0 +breastsummer , 0, 0, -2, 0 +browserspunk , 0, 0, -3, 0 +brusselspunk , 0, 0, -3, 0 +builderspunk , 0, 0, -3, 0 +bunchelliott , -1, 0, 0, 0 +businesspunk , 0, 0, -3, 0 +butthreshold , -1, 0, 0, 0 +buttradition , -1, 0, 0, 0 +cabinetspunk , 0, 0, -3, 0 +cadillacunto , 0, -2, -2, 0 +calendarseds , -2, 0, 0, 0 +calendarsedt , -2, 0, 0, 0 +calendarsega , -2, 0, 0, 0 +calendarsegg , -2, 0, 0, 0 +calendarself , -2, 0, 0, 0 +calendarsell , -2, 0, 0, 0 +calendarsemi , -2, 0, 0, 0 +calendarsest , -2, 0, 0, 0 +calendarseur , -2, 0, 0, 0 +calendarseva , -2, 0, 0, 0 +calendarseve , -2, 0, 0, 0 +calendarsexp , -2, 0, 0, 0 +calendarsext , -2, 0, 0, 0 +calendarseye , -2, 0, 0, 0 +campusyamaha , 0, -2, -2, 0 +campusyellow , 0, -2, -2, 0 +canberrapeak , 0, 0, -3, 0 +canberrapeas , 0, 0, -3, 0 +cardiacuntil , 0, -2, -2, 0 +carolinazinc , 0, -2, 0, 0 +carrierspunk , 0, 0, -3, 0 +cashierspunk , 0, 0, -3, 0 +catalystwatt , 0, 0, -3, 0 +catchelliott , -1, 0, 0, 0 +catholicunto , 0, -2, -2, 0 +caughtwatson , 0, 0, -3, 0 +cedarsegment , -2, 0, 0, 0 +cedarsession , -2, 0, 0, 0 +cedarseveral , -2, 0, 0, 0 +cellularsega , -2, 0, 0, 0 +cellularself , -2, 0, 0, 0 +cellularsell , -2, 0, 0, 0 +cellularsemi , -2, 0, 0, 0 +chamberspunk , 0, 0, -3, 0 +channelspunk , 0, 0, -3, 0 +chapterspunk , 0, 0, -3, 0 +chargerspunk , 0, 0, -3, 0 +charsemester , -2, 0, 0, 0 +chassissyria , 0, 0, 0, -1 +choarbitrary , 0, -3, -2, 0 +choarlington , 0, -3, -2, 0 +chomolecular , 0, -2, -1, 0 +chomolecules , 0, -2, -1, 0 +chomortality , 0, -2, -1, 0 +chomotivated , 0, -2, -1, 0 +christinazip , 0, -2, 0, 0 +chroniccache , -2, -3, 0, 0 +chroniccause , -2, -3, 0, 0 +chronicuntil , 0, -2, -2, 0 +chrysophanus , -2, 0, 0, 0 +churchespunk , 0, 0, -3, 0 +cingularsega , -2, 0, 0, 0 +cingularself , -2, 0, 0, 0 +cingularsell , -2, 0, 0, 0 +cingularsemi , -2, 0, 0, 0 +circularsega , -2, 0, 0, 0 +circularself , -2, 0, 0, 0 +circularsell , -2, 0, 0, 0 +circularsemi , -2, 0, 0, 0 +citizenspunk , 0, 0, -3, 0 +classicspunk , 0, 0, -3, 0 +cleanerspunk , 0, 0, -3, 0 +cleanupissue , -1, 0, 0, 0 +cliniccaught , -2, -3, 0, 0 +cliniccayman , -2, -3, 0, 0 +clithridiate , 0, 0, -3, 0 +clitoridauxe , 0, 0, -3, 0 +clitoriditis , 0, 0, -3, 0 +clitoromania , 0, 0, -3, 0 +clothelliott , -1, 0, 0, 0 +cloudykelkoo , -2, -2, -2, 0 +clusterspunk , 0, 0, -3, 0 +coachelliott , -1, 0, 0, 0 +cockthrowing , -2, 0, -2, 0 +collarselect , -2, 0, 0, 0 +collarsevere , -2, 0, 0, 0 +collarsewing , -2, 0, 0, 0 +collectwatch , 0, 0, -3, 0 +collectwater , 0, 0, -3, 0 +collegespunk , 0, 0, -3, 0 +combinespunk , 0, 0, -3, 0 +combonervous , 0, 0, -3, 0 +comboobesity , 0, 0, -3, 0 +comboobserve , 0, 0, -3, 0 +comboobvious , 0, 0, -3, 0 +comedykelkoo , -2, -2, -2, 0 +commandspunk , 0, 0, -3, 0 +commentspunk , 0, 0, -3, 0 +complexrated , 0, 0, -2, 0 +conceptwatch , 0, 0, -3, 0 +conceptwater , 0, 0, -3, 0 +concernspunk , 0, 0, -3, 0 +concertspunk , 0, 0, -3, 0 +concertwatch , 0, 0, -3, 0 +concertwater , 0, 0, -3, 0 +condomiracle , 0, 0, -2, 0 +condomistake , 0, 0, -2, 0 +condomorning , 0, 0, -2, 0 +condomorocco , 0, 0, -2, 0 +condomozilla , 0, 0, -2, 0 +conductwatch , 0, 0, -3, 0 +conductwater , 0, 0, -3, 0 +congresspunk , 0, 0, -3, 0 +connectwatch , 0, 0, -3, 0 +connectwater , 0, 0, -3, 0 +consistspunk , 0, 0, -3, 0 +consultwatch , 0, 0, -3, 0 +consultwater , 0, 0, -3, 0 +contentspunk , 0, 0, -3, 0 +contrastwatt , 0, 0, -3, 0 +controlspunk , 0, 0, -3, 0 +convertwatch , 0, 0, -3, 0 +convertwater , 0, 0, -3, 0 +corpusyamaha , 0, -2, -2, 0 +corpusyellow , 0, -2, -2, 0 +correctwatch , 0, 0, -3, 0 +correctwater , 0, 0, -3, 0 +cosmeticunto , 0, -2, -2, 0 +costumespunk , 0, 0, -3, 0 +councilspunk , 0, 0, -3, 0 +counterspunk , 0, 0, -3, 0 +cowardliness , 0, 0, 0, -1 +cpusymposium , 0, -2, -2, 0 +cpusyndicate , 0, -2, -2, 0 +cpusynthesis , 0, -2, -2, 0 +cpusynthetic , 0, -2, -2, 0 +crackerberry , 0, -2, 0, 0 +crapshooting , -1, 0, 0, 0 +cricketwatch , 0, 0, -3, 0 +cricketwater , 0, 0, -3, 0 +crisissydney , 0, 0, 0, -1 +crisissymbol , 0, 0, 0, -1 +crisissyntax , 0, 0, 0, -1 +cubichabitat , 0, -2, -2, 0 +cubichalifax , 0, -2, -2, 0 +cubicharbour , 0, -2, -2, 0 +cubicharvard , 0, -2, -2, 0 +cubicharvest , 0, -2, -2, 0 +cubichobbies , 0, -2, -2, 0 +cubicholiday , 0, -2, -2, 0 +cubicholland , 0, -2, -2, 0 +cubichorizon , 0, -2, -2, 0 +cubichormone , 0, -2, -2, 0 +cubichousing , 0, -2, -2, 0 +cubichouston , 0, -2, -2, 0 +cubichundred , 0, -2, -2, 0 +cubichusband , 0, -2, -2, 0 +cumshotspunk , 0, 0, -3, 0 +cumshotwatch , 0, 0, -3, 0 +cumshotwater , 0, 0, -3, 0 +cumulocirrus , 0, 0, -3, 0 +cumulonimbus , 0, 0, -3, 0 +cumulophyric , 0, 0, -3, 0 +custodykeith , -2, -2, -2, 0 +custodykelly , -2, -2, -2, 0 +custodykevin , -2, -2, -2, 0 +customisemen , 0, 0, -3, 0 +czechelliott , -1, 0, 0, 0 +damnarrative , -1, 0, 0, 0 +damnashville , -1, 0, 0, 0 +damnicaragua , -1, 0, 0, 0 +damnificatus , -1, 0, 0, 0 +damnominated , -1, 0, 0, 0 +darknesspunk , 0, 0, -3, 0 +daygoverning , 0, -3, 0, 0 +deathelliott , -1, 0, 0, 0 +deborahellis , -1, 0, 0, 0 +debtchampion , 0, -2, -2, 0 +debtchrysler , 0, -2, -2, 0 +deliverspunk , 0, 0, -3, 0 +dentistspunk , 0, 0, -3, 0 +depthelliott , -1, 0, 0, 0 +desertwatson , 0, 0, -3, 0 +detectwatson , 0, 0, -3, 0 +deutschellis , -1, 0, 0, 0 +developissue , -1, 0, 0, 0 +developspunk , 0, 0, -3, 0 +diabetespunk , 0, 0, -3, 0 +diagnosissys , 0, 0, 0, -1 +diamondspunk , 0, 0, -3, 0 +dickinsonite , -2, 0, -2, 0 +directwatson , 0, 0, -3, 0 +discuntitled , 0, -2, 0, 0 +diseasespunk , 0, 0, -3, 0 +disputespunk , 0, 0, -3, 0 +distinctwatt , 0, 0, -3, 0 +dollarsebony , -2, 0, 0, 0 +dollarsebook , -2, 0, 0, 0 +dollarseddie , -2, 0, 0, 0 +dollarsedgar , -2, 0, 0, 0 +dollarsegypt , -2, 0, 0, 0 +dollarseight , -2, 0, 0, 0 +dollarselder , -2, 0, 0, 0 +dollarselect , -2, 0, 0, 0 +dollarselite , -2, 0, 0, 0 +dollarselvis , -2, 0, 0, 0 +dollarsemacs , -2, 0, 0, 0 +dollarsemail , -2, 0, 0, 0 +dollarsempty , -2, 0, 0, 0 +dollarsessay , -2, 0, 0, 0 +dollarsessex , -2, 0, 0, 0 +dollarsewing , -2, 0, 0, 0 +dollarsexact , -2, 0, 0, 0 +dollarsexcel , -2, 0, 0, 0 +dollarsexist , -2, 0, 0, 0 +domesticunto , 0, -2, -2, 0 +dongibraltar , 0, 0, -2, 0 +donguarantee , 0, 0, -2, 0 +donguatemala , 0, 0, -2, 0 +doubtchamber , 0, -2, -2, 0 +doubtchapter , 0, -2, -2, 0 +doubtchassis , 0, -2, -2, 0 +doubtchelsea , 0, -2, -2, 0 +doubtchronic , 0, -2, -2, 0 +dramaticunto , 0, -2, -2, 0 +dumbstricken , 0, 0, 0, -1 +dutchelliott , -1, 0, 0, 0 +dynamicspunk , 0, 0, -3, 0 +earningspunk , 0, 0, -3, 0 +earsedmonton , -2, 0, 0, 0 +earseducated , -2, 0, 0, 0 +earselephant , -2, 0, 0, 0 +earseligible , -2, 0, 0, 0 +earsembedded , -2, 0, 0, 0 +earsemerging , -2, 0, 0, 0 +earsemotions , -2, 0, 0, 0 +earsemphasis , -2, 0, 0, 0 +earsevidence , -2, 0, 0, 0 +earsexchange , -2, 0, 0, 0 +earsexciting , -2, 0, 0, 0 +earsexercise , -2, 0, 0, 0 +earthelliott , -1, 0, 0, 0 +edinburghate , 0, 0, 0, -2 +effectwatson , 0, 0, -3, 0 +ejaculations , 0, 0, -2, 0 +electricunto , 0, -2, -2, 0 +elementspunk , 0, 0, -3, 0 +elliottwatch , 0, 0, -3, 0 +elliottwater , 0, 0, -3, 0 +embreastment , 0, 0, -2, 0 +emphasispunk , 0, 0, -3, 0 +emphasissync , 0, 0, 0, -1 +enormouspunk , 0, 0, -3, 0 +ericuntitled , 0, -2, 0, 0 +escortwatson , 0, 0, -3, 0 +espichellite , -1, 0, 0, 0 +establishate , 0, 0, 0, -2 +ethniccaught , -2, -3, 0, 0 +ethniccayman , -2, -3, 0, 0 +exceptwatson , 0, 0, -3, 0 +excerptwatch , 0, 0, -3, 0 +excerptwater , 0, 0, -3, 0 +execuntitled , 0, -2, 0, 0 +exemptwatson , 0, 0, -3, 0 +exhaustwatch , 0, 0, -3, 0 +exhaustwater , 0, 0, -3, 0 +exhibitchain , 0, -2, -2, 0 +exhibitchess , 0, -2, -2, 0 +exhibitchest , 0, -2, -2, 0 +expectwatson , 0, 0, -3, 0 +expensespunk , 0, 0, -3, 0 +expertisemen , 0, 0, -3, 0 +expertwatson , 0, 0, -3, 0 +expoopponent , -1, 0, 0, 0 +expoopposite , -1, 0, 0, 0 +fabulouspunk , 0, 0, -3, 0 +faithelliott , -1, 0, 0, 0 +familiarsega , -2, 0, 0, 0 +familiarself , -2, 0, 0, 0 +familiarsell , -2, 0, 0, 0 +familiarsemi , -2, 0, 0, 0 +fantasticlit , 0, 0, -3, 0 +fantasticrap , -1, 0, 0, 0 +fbichallenge , 0, -2, -2, 0 +fbichampagne , 0, -2, -2, 0 +fbichevrolet , 0, -2, -2, 0 +feelingspunk , 0, 0, -3, 0 +fifthelliott , -1, 0, 0, 0 +fighterspunk , 0, 0, -3, 0 +financespunk , 0, 0, -3, 0 +findingspunk , 0, 0, -3, 0 +flasherspunk , 0, 0, -3, 0 +floristspunk , 0, 0, -3, 0 +forthelliott , -1, 0, 0, 0 +foursomebody , 0, 0, -3, 0 +foursomerset , 0, 0, -3, 0 +foursomewhat , 0, 0, -3, 0 +franchisemen , 0, 0, -3, 0 +frigalleries , -1, 0, -2, 0 +frigibraltar , -1, 0, -2, 0 +friguarantee , -1, 0, -2, 0 +friguatemala , -1, 0, -2, 0 +generouspunk , 0, 0, -3, 0 +genesissyria , 0, 0, 0, -1 +geneticspunk , 0, 0, -3, 0 +geneticuntil , 0, -2, -2, 0 +gilbertwatch , 0, 0, -3, 0 +gilbertwater , 0, 0, -3, 0 +gnudedicated , 0, 0, -3, 0 +gnudeparture , 0, 0, -3, 0 +gnudetermine , 0, 0, -3, 0 +gobbledegook , 0, -3, 0, 0 +gorgeouspunk , 0, 0, -3, 0 +graphelliott , -1, 0, 0, 0 +graphicspunk , 0, 0, -3, 0 +graphicuntil , 0, -2, -2, 0 +graphukraine , -2, 0, -2, 0 +habitatwatch , 0, 0, -3, 0 +habitatwater , 0, 0, -3, 0 +hatefficient , 0, 0, 0, -2 +hatemergency , 0, 0, 0, -2 +hatemotional , 0, 0, 0, -2 +hatempirical , 0, 0, 0, -2 +hatenclosure , 0, 0, 0, -2 +hatencounter , 0, 0, 0, -2 +hatencourage , 0, 0, 0, -2 +hatenhancing , 0, 0, 0, -2 +hatenquiries , 0, 0, 0, -2 +hatequipment , 0, 0, 0, -2 +hatessential , 0, 0, 0, -2 +hatevolution , 0, 0, 0, -2 +hatexcluding , 0, 0, 0, -2 +hatexclusion , 0, 0, 0, -2 +hatexclusive , 0, 0, 0, -2 +heathelliott , -1, 0, 0, 0 +hellgrammite , -1, 0, 0, 0 +heteroclital , 0, 0, -3, 0 +hewlettwatch , 0, 0, -3, 0 +hewlettwater , 0, 0, -3, 0 +historicunto , 0, -2, -2, 0 +holdingspunk , 0, 0, -3, 0 +homocerebrin , 0, -2, -1, 0 +homochromous , 0, -2, -1, 0 +homochronous , 0, -2, -1, 0 +homodynamous , 0, -2, -1, 0 +homoeogenous , 0, -2, -1, 0 +homoeography , 0, -2, -1, 0 +homoeomerous , 0, -2, -1, 0 +homoeoplasia , 0, -2, -1, 0 +homoiousious , 0, -2, -1, 0 +homolecithal , 0, -2, -1, 0 +homometrical , 0, -2, -1, 0 +homoperiodic , 0, -2, -1, 0 +homopetalous , 0, -2, -1, 0 +homophthalic , 0, -2, -1, 0 +homophyllous , 0, -2, -1, 0 +homosystemic , 0, -2, -1, 0 +homothallism , 0, -2, -1, 0 +homovanillic , 0, -2, -1, 0 +homovanillin , 0, -2, -1, 0 +homoveratric , 0, -2, -1, 0 +homozygosity , 0, -2, -1, 0 +humorontario , 0, 0, 0, -2 +hydrauliclit , 0, 0, -3, 0 +hydraulicrap , -1, 0, 0, 0 +idahoarising , 0, -3, -2, 0 +idahoarizona , 0, -3, -2, 0 +idahoarrange , 0, -3, -2, 0 +idahoarrival , 0, -3, -2, 0 +idahomorning , 0, -2, -1, 0 +idahomorocco , 0, -2, -1, 0 +idahomozilla , 0, -2, -1, 0 +idiothermous , 0, 0, 0, -1 +illinoispunk , 0, 0, -3, 0 +incestablish , 0, 0, -3, 0 +injuriespunk , 0, 0, -3, 0 +insertwatson , 0, 0, -3, 0 +insightspunk , 0, 0, -3, 0 +involvespunk , 0, 0, -3, 0 +jackassembly , 0, 0, 0, -1 +jackassuming , 0, 0, 0, -1 +jacketwatson , 0, 0, -3, 0 +jaguarselect , -2, 0, 0, 0 +jaguarsevere , -2, 0, 0, 0 +jaguarsewing , -2, 0, 0, 0 +jitterbugger , -2, 0, 0, 0 +journalspunk , 0, 0, -3, 0 +keithelliott , -1, 0, 0, 0 +kennedykeith , -2, -2, -2, 0 +kennedykelly , -2, -2, -2, 0 +kennedykevin , -2, -2, -2, 0 +kennethellis , -1, 0, 0, 0 +killyourself , 0, 2, 0, 3 +laughelliott , -1, 0, 0, 0 +launchespunk , 0, 0, -3, 0 +learnerspunk , 0, 0, -3, 0 +lesbianspunk , 0, 0, -3, 0 +levitrapeace , 0, 0, -3, 0 +licensespunk , 0, 0, -3, 0 +listingspunk , 0, 0, -3, 0 +losereaction , 0, 0, 0, -2 +loserelating , 0, 0, 0, -2 +loserelation , 0, 0, 0, -2 +loserelative , 0, 0, 0, -2 +loserelevant , 0, 0, 0, -2 +losereliable , 0, 0, 0, -2 +losereliance , 0, 0, 0, -2 +losereligion , 0, 0, 0, -2 +loseremedies , 0, 0, 0, -2 +loseremember , 0, 0, 0, -2 +loseremoving , 0, 0, 0, -2 +loseretrieve , 0, 0, 0, -2 +losereynolds , 0, 0, 0, -2 +loserotation , 0, 0, 0, -2 +loseroulette , 0, 0, 0, -2 +lunchelliott , -1, 0, 0, 0 +machinespunk , 0, 0, -3, 0 +macintoshate , 0, 0, 0, -2 +magneticunto , 0, -2, -2, 0 +maldivespunk , 0, 0, -3, 0 +mambonervous , 0, 0, -3, 0 +mamboobesity , 0, 0, -3, 0 +mamboobserve , 0, 0, -3, 0 +mamboobvious , 0, 0, -3, 0 +managerspunk , 0, 0, -3, 0 +marconigraph , -3, -5, 0, 0 +marcoongoing , 0, -5, 0, 0 +marcoontario , 0, -5, 0, 0 +margaretwatt , 0, 0, -3, 0 +marketwatson , 0, 0, -3, 0 +marriottwatt , 0, 0, -3, 0 +masterbatman , 0, 0, -2, 0 +masterbattle , 0, 0, -2, 0 +masturbating , 0, 0, -2, 0 +masturbation , 0, 0, -2, 0 +matchelliott , -1, 0, 0, 0 +mattresspunk , 0, 0, -3, 0 +meetingspunk , 0, 0, -3, 0 +memoriespunk , 0, 0, -3, 0 +metallicunto , 0, -2, -2, 0 +mexicoonline , 0, -5, 0, 0 +michelladder , -1, 0, 0, 0 +michelladies , -1, 0, 0, 0 +michellaunch , -1, 0, 0, 0 +michellauren , -1, 0, 0, 0 +michelliable , -1, 0, 0, 0 +michelliquid , -1, 0, 0, 0 +michelliving , -1, 0, 0, 0 +michelluther , -1, 0, 0, 0 +michelluxury , -1, 0, 0, 0 +mineralspunk , 0, 0, -3, 0 +minigrateful , -3, -5, 0, 0 +miscuntitled , 0, -2, 0, 0 +modularseven , -2, 0, 0, 0 +molecularsea , -2, 0, 0, 0 +molecularsec , -2, 0, 0, 0 +molecularsee , -2, 0, 0, 0 +molecularsen , -2, 0, 0, 0 +molecularseo , -2, 0, 0, 0 +molecularsep , -2, 0, 0, 0 +molecularseq , -2, 0, 0, 0 +molecularser , -2, 0, 0, 0 +molecularset , -2, 0, 0, 0 +monacoonline , 0, -5, 0, 0 +monitorspunk , 0, 0, -3, 0 +monsterspunk , 0, 0, -3, 0 +monthelliott , -1, 0, 0, 0 +moroccoonion , 0, -5, 0, 0 +motorolabias , 0, 0, -3, 0 +mouthelliott , -1, 0, 0, 0 +naturalspunk , 0, 0, -3, 0 +nazification , 0, -2, 0, 0 +niagarapeace , 0, 0, -3, 0 +northelliott , -1, 0, 0, 0 +ntscuntitled , 0, -2, 0, 0 +numerouspunk , 0, 0, -3, 0 +objectwatson , 0, 0, -3, 0 +oclcuntitled , 0, -2, 0, 0 +officerspunk , 0, 0, -3, 0 +olympusyacht , 0, -2, -2, 0 +olympusyahoo , 0, -2, -2, 0 +olympusyemen , 0, -2, -2, 0 +olympusyield , 0, -2, -2, 0 +olympusyukon , 0, -2, -2, 0 +omnipregnant , 0, 0, -2, 0 +openingspunk , 0, 0, -3, 0 +orchestrapee , 0, 0, -3, 0 +orchestrapen , 0, 0, -3, 0 +orchestrapet , 0, 0, -3, 0 +organicuntil , 0, -2, -2, 0 +ornithomorph , 0, -2, -1, 0 +orthomorphic , 0, -2, -1, 0 +overpregnant , 0, 0, -2, 0 +pacificuntil , 0, -2, -2, 0 +packetwatson , 0, 0, -3, 0 +partnerspunk , 0, 0, -3, 0 +patchelliott , -1, 0, 0, 0 +patientspunk , 0, 0, -3, 0 +patternspunk , 0, 0, -3, 0 +paymentspunk , 0, 0, -3, 0 +pediatriclit , 0, 0, -3, 0 +pediatricrap , -1, 0, 0, 0 +perfectwatch , 0, 0, -3, 0 +perfectwater , 0, 0, -3, 0 +periodickarl , -2, 0, -2, 0 +periodickate , -2, 0, -2, 0 +periodickeen , -2, 0, -2, 0 +periodickeep , -2, 0, -2, 0 +periodickept , -2, 0, -2, 0 +periodickick , -2, 0, -2, 0 +periodickill , -2, 0, -2, 0 +periodickind , -2, 0, -2, 0 +periodicking , -2, 0, -2, 0 +periodickirk , -2, 0, -2, 0 +periodickiss , -2, 0, -2, 0 +periodicknee , -2, 0, -2, 0 +periodicknew , -2, 0, -2, 0 +periodicknit , -2, 0, -2, 0 +periodicknow , -2, 0, -2, 0 +periodickong , -2, 0, -2, 0 +periodickurt , -2, 0, -2, 0 +periodicunto , 0, -2, -2, 0 +perthelliott , -1, 0, 0, 0 +phellandrene , -1, 0, 0, 0 +philopornist , 0, 0, -3, 0 +phoenixrated , 0, 0, -2, 0 +picniccaught , -2, -3, 0, 0 +picniccayman , -2, -3, 0, 0 +pitchelliott , -1, 0, 0, 0 +plannerspunk , 0, 0, -3, 0 +plasticspunk , 0, 0, -3, 0 +plasticuntil , 0, -2, -2, 0 +pocketwatson , 0, 0, -3, 0 +podcastspunk , 0, 0, -3, 0 +polarsegment , -2, 0, 0, 0 +polarsession , -2, 0, 0, 0 +polarseveral , -2, 0, 0, 0 +policiespunk , 0, 0, -3, 0 +politicspunk , 0, 0, -3, 0 +pontiacuntil , 0, -2, -2, 0 +popularseven , -2, 0, 0, 0 +pornarrative , 0, 0, -3, 0 +pornashville , 0, 0, -3, 0 +pornicaragua , 0, 0, -3, 0 +pornological , 0, 0, -3, 0 +pornominated , 0, 0, -3, 0 +postingspunk , 0, 0, -3, 0 +potatoespunk , 0, 0, -3, 0 +preciouspunk , 0, 0, -3, 0 +pregnantness , 0, 0, -2, 0 +premisespunk , 0, 0, -3, 0 +presentspunk , 0, 0, -3, 0 +pretardiness , 0, -2, 0, -2 +previouspunk , 0, 0, -3, 0 +primogenital , 0, 0, -2, 0 +princesspunk , 0, 0, -3, 0 +princestable , 0, 0, -3, 0 +princestolen , 0, 0, -3, 0 +princestuart , 0, 0, -3, 0 +princestylus , 0, 0, -3, 0 +printerspunk , 0, 0, -3, 0 +problemspunk , 0, 0, -3, 0 +procuntitled , 0, -2, 0, 0 +producespunk , 0, 0, -3, 0 +productspunk , 0, 0, -3, 0 +productwatch , 0, 0, -3, 0 +productwater , 0, 0, -3, 0 +progresspunk , 0, 0, -3, 0 +projectspunk , 0, 0, -3, 0 +projectwatch , 0, 0, -3, 0 +projectwater , 0, 0, -3, 0 +promisespunk , 0, 0, -3, 0 +promotespunk , 0, 0, -3, 0 +promptwatson , 0, 0, -3, 0 +prophetwatch , 0, 0, -3, 0 +prophetwater , 0, 0, -3, 0 +prospectwatt , 0, 0, -3, 0 +protectwatch , 0, 0, -3, 0 +protectwater , 0, 0, -3, 0 +provincestab , 0, 0, -3, 0 +provincestag , 0, 0, -3, 0 +provincestan , 0, 0, -3, 0 +provincestap , 0, 0, -3, 0 +provincestar , 0, 0, -3, 0 +provincestat , 0, 0, -3, 0 +provincestax , 0, 0, -3, 0 +provincestay , 0, 0, -3, 0 +provincestba , 0, 0, -3, 0 +provincestcp , 0, 0, -3, 0 +provincestft , 0, 0, -3, 0 +provincestgp , 0, 0, -3, 0 +provincesthe , 0, 0, -3, 0 +provincesthu , 0, 0, -3, 0 +provincesthy , 0, 0, -3, 0 +provincestie , 0, 0, -3, 0 +provincestil , 0, 0, -3, 0 +provincestim , 0, 0, -3, 0 +provincestin , 0, 0, -3, 0 +provincestip , 0, 0, -3, 0 +provincestmp , 0, 0, -3, 0 +provincestub , 0, 0, -3, 0 +provincestud , 0, 0, -3, 0 +provincestue , 0, 0, -3, 0 +provincestvs , 0, 0, -3, 0 +provincestwo , 0, 0, -3, 0 +pubedinburgh , 0, 0, -3, 0 +pubeducation , 0, 0, -3, 0 +pubeducators , 0, 0, -3, 0 +pubefficient , 0, 0, -3, 0 +pubelevation , 0, 0, -3, 0 +pubeliminate , 0, 0, -3, 0 +pubelizabeth , 0, 0, -3, 0 +pubemergency , 0, 0, -3, 0 +pubemotional , 0, 0, -3, 0 +pubempirical , 0, 0, -3, 0 +pubenclosure , 0, 0, -3, 0 +pubencounter , 0, 0, -3, 0 +pubencourage , 0, 0, -3, 0 +pubenhancing , 0, 0, -3, 0 +pubenquiries , 0, 0, -3, 0 +pubequipment , 0, 0, -3, 0 +pubessential , 0, 0, -3, 0 +pubevolution , 0, 0, -3, 0 +pubexcluding , 0, 0, -3, 0 +pubexclusion , 0, 0, -3, 0 +pubexclusive , 0, 0, -3, 0 +punchelliott , -1, 0, 0, 0 +purposespunk , 0, 0, -3, 0 +quarterspunk , 0, 0, -3, 0 +rachelladder , -1, 0, 0, 0 +rachelladies , -1, 0, 0, 0 +rachellaunch , -1, 0, 0, 0 +rachellauren , -1, 0, 0, 0 +rachelleague , -1, 0, 0, 0 +rachelliable , -1, 0, 0, 0 +rachelliquid , -1, 0, 0, 0 +rachelliving , -1, 0, 0, 0 +rachelluther , -1, 0, 0, 0 +rachelluxury , -1, 0, 0, 0 +radarsegment , -2, 0, 0, 0 +radarsession , -2, 0, 0, 0 +radarseveral , -2, 0, 0, 0 +raleighellis , -1, 0, 0, 0 +ralphelliott , -1, 0, 0, 0 +ralphukraine , -2, 0, -2, 0 +ranchelliott , -1, 0, 0, 0 +rapefficient , 0, 0, -3, 0 +rapelevation , 0, 0, -3, 0 +rapeliminate , 0, 0, -3, 0 +rapelizabeth , 0, 0, -3, 0 +rapemergency , 0, 0, -3, 0 +rapemotional , 0, 0, -3, 0 +rapempirical , 0, 0, -3, 0 +rapenclosure , 0, 0, -3, 0 +rapencounter , 0, 0, -3, 0 +rapencourage , 0, 0, -3, 0 +rapenhancing , 0, 0, -3, 0 +rapenquiries , 0, 0, -3, 0 +rapequipment , 0, 0, -3, 0 +rapessential , 0, 0, -3, 0 +rapevolution , 0, 0, -3, 0 +rapexcluding , 0, 0, -3, 0 +rapexclusion , 0, 0, -3, 0 +rapexclusive , 0, 0, -3, 0 +readingspunk , 0, 0, -3, 0 +realisticlit , 0, 0, -3, 0 +realisticrap , -1, 0, 0, 0 +realtorspunk , 0, 0, -3, 0 +receiptwatch , 0, 0, -3, 0 +receiptwater , 0, 0, -3, 0 +receivespunk , 0, 0, -3, 0 +recipenissan , -1, 0, -3, 0 +rectogenital , 0, 0, -2, 0 +reflectspunk , 0, 0, -3, 0 +reflectwatch , 0, 0, -3, 0 +reflectwater , 0, 0, -3, 0 +refugeespunk , 0, 0, -3, 0 +registrarsea , -2, 0, 0, 0 +registrarsec , -2, 0, 0, 0 +registrarsee , -2, 0, 0, 0 +registrarsen , -2, 0, 0, 0 +registrarseo , -2, 0, 0, 0 +registrarsep , -2, 0, 0, 0 +registrarseq , -2, 0, 0, 0 +registrarser , -2, 0, 0, 0 +registrarset , -2, 0, 0, 0 +regularseven , -2, 0, 0, 0 +rejectwatson , 0, 0, -3, 0 +releasespunk , 0, 0, -3, 0 +relieffinger , -2, 0, -2, 0 +remedykelkoo , -2, -2, -2, 0 +requestspunk , 0, 0, -3, 0 +respectwatch , 0, 0, -3, 0 +respectwater , 0, 0, -3, 0 +resultwatson , 0, 0, -3, 0 +reynoldspunk , 0, 0, -3, 0 +richardspunk , 0, 0, -3, 0 +robertwatson , 0, 0, -3, 0 +robustwatson , 0, 0, -3, 0 +rocketwatson , 0, 0, -3, 0 +romanticunto , 0, -2, -2, 0 +roughelliott , -1, 0, 0, 0 +routinespunk , 0, 0, -3, 0 +salariespunk , 0, 0, -3, 0 +sarahelliott , -1, 0, 0, 0 +scannerspunk , 0, 0, -3, 0 +sceniccaught , -2, -3, 0, 0 +sceniccayman , -2, -3, 0, 0 +scholarsebay , -2, 0, 0, 0 +scholarseden , -2, 0, 0, 0 +scholarsedge , -2, 0, 0, 0 +scholarsedit , -2, 0, 0, 0 +scholarselse , -2, 0, 0, 0 +scholarsemma , -2, 0, 0, 0 +scholarsespn , -2, 0, 0, 0 +scholarsevil , -2, 0, 0, 0 +scholarsexam , -2, 0, 0, 0 +scholarsexec , -2, 0, 0, 0 +scholarsexit , -2, 0, 0, 0 +scholarspunk , 0, 0, -3, 0 +sciencespunk , 0, 0, -3, 0 +scratchellis , -1, 0, 0, 0 +scriptwatson , 0, 0, -3, 0 +searchespunk , 0, 0, -3, 0 +secretwatson , 0, 0, -3, 0 +segmentspunk , 0, 0, -3, 0 +seminarsebay , -2, 0, 0, 0 +seminarseden , -2, 0, 0, 0 +seminarsedge , -2, 0, 0, 0 +seminarsedit , -2, 0, 0, 0 +seminarselse , -2, 0, 0, 0 +seminarsemma , -2, 0, 0, 0 +seminarsespn , -2, 0, 0, 0 +seminarsevil , -2, 0, 0, 0 +seminarsexam , -2, 0, 0, 0 +seminarsexec , -2, 0, 0, 0 +seminarsexit , -2, 0, 0, 0 +seminarspunk , 0, 0, -3, 0 +senatorspunk , 0, 0, -3, 0 +servicespunk , 0, 0, -3, 0 +settingspunk , 0, 0, -3, 0 +seventhellis , -1, 0, 0, 0 +shellcracker , 0, -2, 0, 0 +shopperspunk , 0, 0, -3, 0 +sierrapeople , 0, 0, -3, 0 +sierrapepper , 0, 0, -3, 0 +similarseven , -2, 0, 0, 0 +sincestadium , 0, 0, -3, 0 +sincestomach , 0, 0, -3, 0 +sincestorage , 0, 0, -3, 0 +sincestories , 0, 0, -3, 0 +sincestylish , 0, 0, -3, 0 +singhelliott , -1, 0, 0, 0 +sixthelliott , -1, 0, 0, 0 +smithelliott , -1, 0, 0, 0 +socketwatson , 0, 0, -3, 0 +solarsegment , -2, 0, 0, 0 +solarsession , -2, 0, 0, 0 +solarseveral , -2, 0, 0, 0 +soldierspunk , 0, 0, -3, 0 +soniccausing , -2, -3, 0, 0 +soniccaution , -2, -3, 0, 0 +southelliott , -1, 0, 0, 0 +sovietwatson , 0, 0, -3, 0 +speakerspunk , 0, 0, -3, 0 +specialspunk , 0, 0, -3, 0 +specificunto , 0, -2, -2, 0 +specuntitled , 0, -2, 0, 0 +speechespunk , 0, 0, -3, 0 +sponsorspunk , 0, 0, -3, 0 +squirtwatson , 0, 0, -3, 0 +startupissue , -1, 0, 0, 0 +statutespunk , 0, 0, -3, 0 +steadykelkoo , -2, -2, -2, 0 +stickerspunk , 0, 0, -3, 0 +stomachellis , -1, 0, 0, 0 +straightwatt , 0, 0, -3, 0 +strategiclit , 0, 0, -3, 0 +strategicrap , -1, 0, 0, 0 +streetwatson , 0, 0, -3, 0 +stretchellis , -1, 0, 0, 0 +structwatson , 0, 0, -3, 0 +studentspunk , 0, 0, -3, 0 +subjectspunk , 0, 0, -3, 0 +subjectwatch , 0, 0, -3, 0 +subjectwater , 0, 0, -3, 0 +suggestspunk , 0, 0, -3, 0 +sulpharsenid , -2, 0, 0, 0 +suspectwatch , 0, 0, -3, 0 +suspectwater , 0, 0, -3, 0 +swingerspunk , 0, 0, -3, 0 +switchespunk , 0, 0, -3, 0 +symantecunto , 0, -2, -2, 0 +symptomspunk , 0, 0, -3, 0 +syncuntitled , 0, -2, 0, 0 +synopsispunk , 0, 0, -3, 0 +synopsissync , 0, 0, 0, -1 +syntheticlit , 0, 0, -3, 0 +syntheticrap , -1, 0, 0, 0 +taiwankansas , 0, 0, -3, 0 +taiwankelkoo , 0, 0, -3, 0 +taiwankernel , 0, 0, -3, 0 +taiwankijiji , 0, 0, -3, 0 +taiwankinase , 0, 0, -3, 0 +taiwanknight , 0, 0, -3, 0 +taiwanknives , 0, 0, -3, 0 +taiwankruger , 0, 0, -3, 0 +taiwankuwait , 0, 0, -3, 0 +taughtwatson , 0, 0, -3, 0 +teacherspunk , 0, 0, -3, 0 +teethelliott , -1, 0, 0, 0 +theaterspunk , 0, 0, -3, 0 +theoriespunk , 0, 0, -3, 0 +therapeutism , 0, 0, -3, 0 +therapeutist , 0, 0, -3, 0 +thesissydney , 0, 0, 0, -1 +thesissymbol , 0, 0, 0, -1 +thesissyntax , 0, 0, 0, -1 +thoughtspunk , 0, 0, -3, 0 +threesomehow , 0, 0, -3, 0 +threesomeone , 0, 0, -3, 0 +throatwatson , 0, 0, -3, 0 +ticketwatson , 0, 0, -3, 0 +tithonometer , 0, 0, -3, 0 +tobaccoonion , 0, -5, 0, 0 +tomatoespunk , 0, 0, -3, 0 +toothelliott , -1, 0, 0, 0 +touchelliott , -1, 0, 0, 0 +toughelliott , -1, 0, 0, 0 +trafficuntil , 0, -2, -2, 0 +tragedykeith , -2, -2, -2, 0 +tragedykelly , -2, -2, -2, 0 +tragedykevin , -2, -2, -2, 0 +trailerspunk , 0, 0, -3, 0 +trainerspunk , 0, 0, -3, 0 +trapezohedra , 0, 0, -3, 0 +trapezophora , 0, 0, -3, 0 +trusteespunk , 0, 0, -3, 0 +tumorontario , 0, 0, 0, -2 +turbonervous , 0, 0, -3, 0 +turboobesity , 0, 0, -3, 0 +turboobserve , 0, 0, -3, 0 +turboobvious , 0, 0, -3, 0 +twatterlight , 0, 0, -3, 0 +unanalyzably , -2, 0, -2, 0 +unretardable , 0, -2, 0, -2 +urinogenital , 0, 0, -2, 0 +velvetbreast , 0, 0, -2, 0 +velvetwatson , 0, 0, -3, 0 +vermontwatch , 0, 0, -3, 0 +vermontwater , 0, 0, -3, 0 +veteranspunk , 0, 0, -3, 0 +visitorspunk , 0, 0, -3, 0 +warningspunk , 0, 0, -3, 0 +warriorspunk , 0, 0, -3, 0 +watchelliott , -1, 0, 0, 0 +webmasterbat , 0, 0, -2, 0 +weddingspunk , 0, 0, -3, 0 +wellnesspunk , 0, 0, -3, 0 +whichelliott , -1, 0, 0, 0 +whilstwatson , 0, 0, -3, 0 +whoarbitrary , 0, -3, -2, 0 +whoarlington , 0, -3, -2, 0 +whomoccasion , 0, -2, -1, 0 +whomoccupied , 0, -2, -1, 0 +whomoklahoma , 0, -2, -1, 0 +whomolecular , 0, -2, -1, 0 +whomolecules , 0, -2, -1, 0 +whomopponent , 0, -2, -1, 0 +whomopposite , 0, -2, -1, 0 +whomordinary , 0, -2, -1, 0 +whomoriental , 0, -2, -1, 0 +whomoriented , 0, -2, -1, 0 +whomortality , 0, -2, -1, 0 +whomotivated , 0, -2, -1, 0 +widthelliott , -1, 0, 0, 0 +williamspunk , 0, 0, -3, 0 +witchelliott , -1, 0, 0, 0 +worthelliott , -1, 0, 0, 0 +writingspunk , 0, 0, -3, 0 +youthelliott , -1, 0, 0, 0 +zannichellia , -1, 0, 0, 0 +zoloftwatson , 0, 0, -3, 0 +zooxanthella , -1, 0, 0, 0 +academicspunk , 0, 0, -3, 0 +accidentspunk , 0, 0, -3, 0 +accomplishate , 0, 0, 0, -2 +acousticuntil , 0, -2, -2, 0 +activistspunk , 0, 0, -3, 0 +againstwatson , 0, 0, -3, 0 +algebrapeople , 0, 0, -3, 0 +algebrapepper , 0, 0, -3, 0 +alumnigrammar , -3, -5, 0, 0 +alumnigratuit , -3, -5, 0, 0 +alumnigravity , -3, -5, 0, 0 +alumnigriffin , -3, -5, 0, 0 +alumnigrocery , -3, -5, 0, 0 +americanspunk , 0, 0, -3, 0 +amphibichnite , 0, -2, -2, 0 +analbuquerque , -2, 0, -2, 0 +analuxembourg , -2, 0, -2, 0 +analysability , -2, 0, -2, 0 +analysissyria , 0, 0, 0, -1 +analystwatson , 0, 0, -3, 0 +analyzability , -2, 0, -2, 0 +andorrapeople , 0, 0, -3, 0 +andorrapepper , 0, 0, -3, 0 +announcespunk , 0, 0, -3, 0 +anonymouspunk , 0, 0, -3, 0 +apnicuntitled , 0, -2, 0, 0 +apparatuspunk , 0, 0, -1, 0 +appendixrated , 0, 0, -2, 0 +approachellis , -1, 0, 0, 0 +arabichabitat , 0, -2, -2, 0 +arabichalifax , 0, -2, -2, 0 +arabicharbour , 0, -2, -2, 0 +arabicharvard , 0, -2, -2, 0 +arabicharvest , 0, -2, -2, 0 +arabichobbies , 0, -2, -2, 0 +arabicholiday , 0, -2, -2, 0 +arabicholland , 0, -2, -2, 0 +arabichorizon , 0, -2, -2, 0 +arabichormone , 0, -2, -2, 0 +arabichousing , 0, -2, -2, 0 +arabichouston , 0, -2, -2, 0 +arabichundred , 0, -2, -2, 0 +arabichusband , 0, -2, -2, 0 +architectwatt , 0, 0, -3, 0 +argentinazinc , 0, -2, 0, 0 +argumentspunk , 0, 0, -3, 0 +arseniopleite , -2, 0, 0, 0 +arthritispunk , 0, 0, -3, 0 +artisticuntil , 0, -2, -2, 0 +assaultwatson , 0, 0, -3, 0 +assyriologist , -2, 0, 0, 0 +athleticspunk , 0, 0, -3, 0 +athleticuntil , 0, -2, -2, 0 +atlanticuntil , 0, -2, -2, 0 +attachelliott , -1, 0, 0, 0 +attemptwatson , 0, 0, -3, 0 +attorneyspunk , 0, 0, -3, 0 +authenticunto , 0, -2, -2, 0 +automaticunto , 0, -2, -2, 0 +awarenesspunk , 0, 0, -3, 0 +ballsacrifice , 0, 0, -1, 0 +ballsalvation , 0, 0, -1, 0 +ballsculpture , 0, 0, -1, 0 +ballstability , 0, 0, -1, 0 +ballstainless , 0, 0, -1, 0 +ballsuspended , 0, 0, -1, 0 +ballsustained , 0, 0, -1, 0 +ballswaziland , 0, 0, -1, 0 +bangladeshate , 0, 0, 0, -2 +barbarapeople , 0, 0, -3, 0 +barbarapepper , 0, 0, -3, 0 +barcelonazinc , 0, -2, 0, 0 +basissymantec , 0, 0, 0, -1 +basissympathy , 0, 0, 0, -1 +basissymphony , 0, 0, 0, -1 +basissymptoms , 0, 0, 0, -1 +basissyndrome , 0, 0, 0, -1 +basissynopsis , 0, 0, 0, -1 +basissyracuse , 0, 0, 0, -1 +batteriespunk , 0, 0, -3, 0 +beginnerspunk , 0, 0, -3, 0 +bennettwatson , 0, 0, -3, 0 +bikinigrammar , -3, -5, 0, 0 +bikinigratuit , -3, -5, 0, 0 +bikinigravity , -3, -5, 0, 0 +bikinigriffin , -3, -5, 0, 0 +bikinigrocery , -3, -5, 0, 0 +bitcharitable , 0, -2, -2, 0 +bitschallenge , 0, -2, -2, 0 +bitschampagne , 0, -2, -2, 0 +bitscheduling , 0, -2, -2, 0 +bitschevrolet , 0, -2, -2, 0 +blanketwatson , 0, 0, -3, 0 +bonerelevance , 0, 0, -3, 0 +bonereligious , 0, 0, -3, 0 +boneremovable , 0, 0, -3, 0 +bonerequiring , 0, 0, -3, 0 +boneretention , 0, 0, -3, 0 +boneretrieval , 0, 0, -3, 0 +bonerochester , 0, 0, -3, 0 +bouquetwatson , 0, 0, -3, 0 +bracketwatson , 0, 0, -3, 0 +brainlessness , 0, 0, 0, -1 +breastfeeding , 0, 0, -2, 0 +breathelliott , -1, 0, 0, 0 +buildingspunk , 0, 0, -3, 0 +buttremendous , -1, 0, 0, 0 +cadillacuntil , 0, -2, -2, 0 +calendarsebay , -2, 0, 0, 0 +calendarseden , -2, 0, 0, 0 +calendarsedge , -2, 0, 0, 0 +calendarsedit , -2, 0, 0, 0 +calendarselse , -2, 0, 0, 0 +calendarsemma , -2, 0, 0, 0 +calendarsespn , -2, 0, 0, 0 +calendarsevil , -2, 0, 0, 0 +calendarsexam , -2, 0, 0, 0 +calendarsexec , -2, 0, 0, 0 +calendarsexit , -2, 0, 0, 0 +calendarspunk , 0, 0, -3, 0 +campaignspunk , 0, 0, -3, 0 +canberrapeace , 0, 0, -3, 0 +catalystwatch , 0, 0, -3, 0 +catalystwater , 0, 0, -3, 0 +catholicuntil , 0, -2, -2, 0 +cedarsemester , -2, 0, 0, 0 +cellularseven , -2, 0, 0, 0 +centuriespunk , 0, 0, -3, 0 +chassissydney , 0, 0, 0, -1 +chassissymbol , 0, 0, 0, -1 +chassissyntax , 0, 0, 0, -1 +checkerbreast , 0, 0, -2, 0 +chemicalspunk , 0, 0, -3, 0 +childrenspunk , 0, 0, -3, 0 +chomotivation , 0, -2, -1, 0 +chomozambique , 0, -2, -1, 0 +christinazinc , 0, -2, 0, 0 +chroniccaught , -2, -3, 0, 0 +chroniccayman , -2, -3, 0, 0 +churchelliott , -1, 0, 0, 0 +cingularseven , -2, 0, 0, 0 +circularseven , -2, 0, 0, 0 +circumgenital , 0, 0, -2, 0 +cliniccausing , -2, -3, 0, 0 +cliniccaution , -2, -3, 0, 0 +clitoridotomy , 0, 0, -3, 0 +collarsegment , -2, 0, 0, 0 +collarsession , -2, 0, 0, 0 +collarseveral , -2, 0, 0, 0 +collectwatson , 0, 0, -3, 0 +companiespunk , 0, 0, -3, 0 +computerspunk , 0, 0, -3, 0 +conceptwatson , 0, 0, -3, 0 +concertwatson , 0, 0, -3, 0 +condomalaysia , 0, 0, -2, 0 +condomaldives , 0, 0, -2, 0 +condomcdonald , 0, 0, -2, 0 +condomistress , 0, 0, -2, 0 +condomobility , 0, 0, -2, 0 +condomoisture , 0, 0, -2, 0 +condomortgage , 0, 0, -2, 0 +conductwatson , 0, 0, -3, 0 +conflictspunk , 0, 0, -3, 0 +connectwatson , 0, 0, -3, 0 +consciouspunk , 0, 0, -3, 0 +consensuspunk , 0, 0, -3, 0 +considerspunk , 0, 0, -3, 0 +consultwatson , 0, 0, -3, 0 +consumerspunk , 0, 0, -3, 0 +continuespunk , 0, 0, -3, 0 +contrastwatch , 0, 0, -3, 0 +contrastwater , 0, 0, -3, 0 +convertwatson , 0, 0, -3, 0 +correctwatson , 0, 0, -3, 0 +cosmeticspunk , 0, 0, -3, 0 +cosmeticuntil , 0, -2, -2, 0 +counterflange , 0, 0, -3, 0 +cricketwatson , 0, 0, -3, 0 +cubichorrible , 0, -2, -2, 0 +cubichumidity , 0, -2, -2, 0 +cubicuntitled , 0, -2, 0, 0 +cumshotwatson , 0, 0, -3, 0 +cumulostratus , 0, 0, -3, 0 +custodykelkoo , -2, -2, -2, 0 +customerspunk , 0, 0, -3, 0 +damnabilities , -1, 0, 0, 0 +damnification , -1, 0, 0, 0 +damnomination , -1, 0, 0, 0 +dangerouspunk , 0, 0, -3, 0 +daughterspunk , 0, 0, -3, 0 +daygovernance , 0, -3, 0, 0 +daygovernment , 0, -3, 0, 0 +debtchallenge , 0, -2, -2, 0 +debtchampagne , 0, -2, -2, 0 +debtchevrolet , 0, -2, -2, 0 +deliciouspunk , 0, 0, -3, 0 +democraticlit , 0, 0, -3, 0 +democraticrap , -1, 0, 0, 0 +describespunk , 0, 0, -3, 0 +designerspunk , 0, 0, -3, 0 +diagnosispunk , 0, 0, -3, 0 +diagnosissync , 0, 0, 0, -1 +diagnosticlit , 0, 0, -3, 0 +diagnosticrap , -1, 0, 0, 0 +directorspunk , 0, 0, -3, 0 +discussespunk , 0, 0, -3, 0 +distancespunk , 0, 0, -3, 0 +distinctwatch , 0, 0, -3, 0 +distinctwater , 0, 0, -3, 0 +districtspunk , 0, 0, -3, 0 +documentspunk , 0, 0, -3, 0 +dollarsedward , -2, 0, 0, 0 +dollarseffect , -2, 0, 0, 0 +dollarseffort , -2, 0, 0, 0 +dollarsegment , -2, 0, 0, 0 +dollarseither , -2, 0, 0, 0 +dollarseleven , -2, 0, 0, 0 +dollarsempire , -2, 0, 0, 0 +dollarsemploy , -2, 0, 0, 0 +dollarsescape , -2, 0, 0, 0 +dollarsescort , -2, 0, 0, 0 +dollarsession , -2, 0, 0, 0 +dollarseugene , -2, 0, 0, 0 +dollarsexceed , -2, 0, 0, 0 +dollarsexcept , -2, 0, 0, 0 +dollarsexcess , -2, 0, 0, 0 +dollarsexcuse , -2, 0, 0, 0 +dollarsexempt , -2, 0, 0, 0 +dollarsexotic , -2, 0, 0, 0 +domesticuntil , 0, -2, -2, 0 +doubtchampion , 0, -2, -2, 0 +doubtchrysler , 0, -2, -2, 0 +dramaticuntil , 0, -2, -2, 0 +earsedinburgh , -2, 0, 0, 0 +earseducation , -2, 0, 0, 0 +earseducators , -2, 0, 0, 0 +earsefficient , -2, 0, 0, 0 +earselevation , -2, 0, 0, 0 +earseliminate , -2, 0, 0, 0 +earselizabeth , -2, 0, 0, 0 +earsemergency , -2, 0, 0, 0 +earsemotional , -2, 0, 0, 0 +earsempirical , -2, 0, 0, 0 +earsessential , -2, 0, 0, 0 +earsevolution , -2, 0, 0, 0 +earsexcluding , -2, 0, 0, 0 +earsexclusion , -2, 0, 0, 0 +earsexclusive , -2, 0, 0, 0 +economicspunk , 0, 0, -3, 0 +economiespunk , 0, 0, -3, 0 +educatorspunk , 0, 0, -3, 0 +electricuntil , 0, -2, -2, 0 +electroniccab , -2, -3, 0, 0 +electroniccad , -2, -3, 0, 0 +electroniccal , -2, -3, 0, 0 +electroniccam , -2, -3, 0, 0 +electroniccan , -2, -3, 0, 0 +electroniccap , -2, -3, 0, 0 +electroniccar , -2, -3, 0, 0 +electroniccas , -2, -3, 0, 0 +electroniccat , -2, -3, 0, 0 +electroniclit , 0, 0, -3, 0 +electronicrap , -1, 0, 0, 0 +elliottwatson , 0, 0, -3, 0 +emphasissyria , 0, 0, 0, -1 +employeespunk , 0, 0, -3, 0 +employerspunk , 0, 0, -3, 0 +engineerspunk , 0, 0, -3, 0 +enoughelliott , -1, 0, 0, 0 +enquiriespunk , 0, 0, -3, 0 +estimatespunk , 0, 0, -3, 0 +ethniccausing , -2, -3, 0, 0 +ethniccaution , -2, -3, 0, 0 +excerptwatson , 0, 0, -3, 0 +exercisespunk , 0, 0, -3, 0 +exhaustwatson , 0, 0, -3, 0 +familiarseven , -2, 0, 0, 0 +fantasticunto , 0, -2, -2, 0 +favoritespunk , 0, 0, -3, 0 +festivalspunk , 0, 0, -3, 0 +fisheriespunk , 0, 0, -3, 0 +forecastspunk , 0, 0, -3, 0 +foursomething , 0, 0, -3, 0 +foursometimes , 0, 0, -3, 0 +foursomewhere , 0, 0, -3, 0 +fourthelliott , -1, 0, 0, 0 +frankfurtwatt , 0, 0, -3, 0 +frenchelliott , -1, 0, 0, 0 +galleriespunk , 0, 0, -3, 0 +gastrogenital , 0, 0, -2, 0 +genesissydney , 0, 0, 0, -1 +genesissymbol , 0, 0, 0, -1 +genesissyntax , 0, 0, 0, -1 +ghettoization , 0, -2, 0, 0 +gilbertwatson , 0, 0, -3, 0 +gnudepartment , 0, 0, -3, 0 +gnudeployment , 0, 0, -3, 0 +gnudepression , 0, 0, -3, 0 +graduatespunk , 0, 0, -3, 0 +greetingspunk , 0, 0, -3, 0 +growthelliott , -1, 0, 0, 0 +habitatwatson , 0, 0, -3, 0 +handheldspunk , 0, 0, -3, 0 +happinesspunk , 0, 0, -1, 0 +hatefficiency , 0, 0, 0, -2 +hatencryption , 0, 0, 0, -2 +hatenrollment , 0, 0, 0, -2 +hatequivalent , 0, 0, 0, -2 +hatespecially , 0, 0, 0, -2 +hatexcitement , 0, 0, 0, -2 +hazardouspunk , 0, 0, -3, 0 +healthelliott , -1, 0, 0, 0 +helleboraster , -1, 0, 0, 0 +heteroclitous , 0, 0, -3, 0 +hewlettwatson , 0, 0, -3, 0 +historicuntil , 0, -2, -2, 0 +holocaustwatt , 0, 0, -3, 0 +homoarecoline , 0, -2, -1, 0 +homocategoric , 0, -2, -1, 0 +homochromatic , 0, -2, -1, 0 +homoeoblastic , 0, -2, -1, 0 +homoeokinesis , 0, -2, -1, 0 +homoeoplastic , 0, -2, -1, 0 +homogangliate , 0, -2, -1, 0 +homopiperonyl , 0, -2, -1, 0 +homoscedastic , 0, -2, -1, 0 +homoveratrole , 0, -2, -1, 0 +hospitalspunk , 0, 0, -3, 0 +hydraulicunto , 0, -2, -2, 0 +idahoarkansas , 0, -3, -2, 0 +idahomobility , 0, -2, -1, 0 +idahomoisture , 0, -2, -1, 0 +idahomortgage , 0, -2, -1, 0 +idiothalamous , 0, 0, 0, -1 +incestimation , 0, 0, -3, 0 +incidentspunk , 0, 0, -3, 0 +increasespunk , 0, 0, -3, 0 +indicatespunk , 0, 0, -3, 0 +inquiriespunk , 0, 0, -3, 0 +instancespunk , 0, 0, -3, 0 +interestspunk , 0, 0, -3, 0 +intervalspunk , 0, 0, -3, 0 +intrapetiolar , 0, 0, -3, 0 +investorspunk , 0, 0, -3, 0 +isaacuntitled , 0, -2, 0, 0 +jackassembled , 0, 0, 0, -1 +jackassociate , 0, 0, 0, -1 +jackassurance , 0, 0, 0, -1 +jaguarsegment , -2, 0, 0, 0 +jaguarsession , -2, 0, 0, 0 +jaguarseveral , -2, 0, 0, 0 +josephelliott , -1, 0, 0, 0 +josephukraine , -2, 0, -2, 0 +kennedykelkoo , -2, -2, -2, 0 +launchelliott , -1, 0, 0, 0 +lengthelliott , -1, 0, 0, 0 +levitrapeople , 0, 0, -3, 0 +levitrapepper , 0, 0, -3, 0 +librariespunk , 0, 0, -3, 0 +logicuntitled , 0, -2, 0, 0 +logisticspunk , 0, 0, -3, 0 +loserelevance , 0, 0, 0, -2 +losereligious , 0, 0, 0, -2 +loseremovable , 0, 0, 0, -2 +loserequiring , 0, 0, 0, -2 +loseretention , 0, 0, 0, -2 +loseretrieval , 0, 0, 0, -2 +loserochester , 0, 0, 0, -2 +lyricuntitled , 0, -2, 0, 0 +magazinespunk , 0, 0, -3, 0 +magicuntitled , 0, -2, 0, 0 +magneticuntil , 0, -2, -2, 0 +margaretwatch , 0, 0, -3, 0 +margaretwater , 0, 0, -3, 0 +mariahelliott , -1, 0, 0, 0 +marriottwatch , 0, 0, -3, 0 +marriottwater , 0, 0, -3, 0 +masterbattery , 0, 0, -2, 0 +materialspunk , 0, 0, -3, 0 +mauritiuspunk , 0, 0, -3, 0 +mechanicspunk , 0, 0, -3, 0 +medicinespunk , 0, 0, -3, 0 +menudedicated , 0, 0, -3, 0 +menudeparture , 0, 0, -3, 0 +menudetermine , 0, 0, -3, 0 +merchantspunk , 0, 0, -3, 0 +metallicuntil , 0, -2, -2, 0 +mexicoongoing , 0, -5, 0, 0 +mexicoontario , 0, -5, 0, 0 +michellaundry , -1, 0, 0, 0 +michellicence , -1, 0, 0, 0 +michellicense , -1, 0, 0, 0 +michellicking , -1, 0, 0, 0 +michellincoln , -1, 0, 0, 0 +michellindsay , -1, 0, 0, 0 +michelluggage , -1, 0, 0, 0 +ministerspunk , 0, 0, -3, 0 +modularselect , -2, 0, 0, 0 +modularsevere , -2, 0, 0, 0 +modularsewing , -2, 0, 0, 0 +molecularsega , -2, 0, 0, 0 +molecularself , -2, 0, 0, 0 +molecularsell , -2, 0, 0, 0 +molecularsemi , -2, 0, 0, 0 +monacoongoing , 0, -5, 0, 0 +monacoontario , 0, -5, 0, 0 +moroccoonline , 0, -5, 0, 0 +movementspunk , 0, 0, -3, 0 +munichelliott , -1, 0, 0, 0 +musicianspunk , 0, 0, -3, 0 +musselcracker , 0, -2, 0, 0 +neighborspunk , 0, 0, -3, 0 +niagarapeople , 0, 0, -3, 0 +niagarapepper , 0, 0, -3, 0 +nigrification , -5, -8, 0, 0 +nigritudinous , -5, -8, 0, 0 +oasissymantec , 0, 0, 0, -1 +oasissympathy , 0, 0, 0, -1 +oasissymphony , 0, 0, 0, -1 +oasissymptoms , 0, 0, 0, -1 +oasissyndrome , 0, 0, 0, -1 +oasissynopsis , 0, 0, 0, -1 +oasissyracuse , 0, 0, 0, -1 +officialspunk , 0, 0, -3, 0 +olympusyamaha , 0, -2, -2, 0 +olympusyellow , 0, -2, -2, 0 +operatorspunk , 0, 0, -3, 0 +opponentspunk , 0, 0, -3, 0 +orchestrapeak , 0, 0, -3, 0 +orchestrapeas , 0, 0, -3, 0 +ourselvespunk , 0, 0, -3, 0 +paintingspunk , 0, 0, -3, 0 +panicuntitled , 0, -2, 0, 0 +particularsea , -2, 0, 0, 0 +particularsec , -2, 0, 0, 0 +particularsee , -2, 0, 0, 0 +particularsen , -2, 0, 0, 0 +particularseo , -2, 0, 0, 0 +particularsep , -2, 0, 0, 0 +particularseq , -2, 0, 0, 0 +particularser , -2, 0, 0, 0 +particularset , -2, 0, 0, 0 +pediatricunto , 0, -2, -2, 0 +peninsulabias , 0, 0, -3, 0 +perfectwatson , 0, 0, -3, 0 +periodickaren , -2, 0, -2, 0 +periodickarma , -2, 0, -2, 0 +periodickathy , -2, 0, -2, 0 +periodickatie , -2, 0, -2, 0 +periodickeith , -2, 0, -2, 0 +periodickelly , -2, 0, -2, 0 +periodickevin , -2, 0, -2, 0 +periodicklein , -2, 0, -2, 0 +periodicknife , -2, 0, -2, 0 +periodicknock , -2, 0, -2, 0 +periodickodak , -2, 0, -2, 0 +periodickorea , -2, 0, -2, 0 +periodicuntil , 0, -2, -2, 0 +personalspunk , 0, 0, -3, 0 +photosynthate , 0, 0, 0, -2 +picniccausing , -2, -3, 0, 0 +picniccaution , -2, -3, 0, 0 +pittsburghate , 0, 0, 0, -2 +plaintiffrick , -1, 0, 0, 0 +polarsemester , -2, 0, 0, 0 +polyphoniccab , -2, -3, 0, 0 +polyphoniccad , -2, -3, 0, 0 +polyphoniccal , -2, -3, 0, 0 +polyphoniccam , -2, -3, 0, 0 +polyphoniccan , -2, -3, 0, 0 +polyphoniccap , -2, -3, 0, 0 +polyphoniccar , -2, -3, 0, 0 +polyphoniccas , -2, -3, 0, 0 +polyphoniccat , -2, -3, 0, 0 +polyphoniclit , 0, 0, -3, 0 +polyphonicrap , -1, 0, 0, 0 +popularselect , -2, 0, 0, 0 +popularsevere , -2, 0, 0, 0 +popularsewing , -2, 0, 0, 0 +pornomination , 0, 0, -3, 0 +portuguesemen , 0, 0, -3, 0 +practicespunk , 0, 0, -3, 0 +prickmedainty , -2, 0, 0, -1 +princestadium , 0, 0, -3, 0 +princestomach , 0, 0, -3, 0 +princestorage , 0, 0, -3, 0 +princestories , 0, 0, -3, 0 +princestylish , 0, 0, -3, 0 +prisonerspunk , 0, 0, -3, 0 +processespunk , 0, 0, -3, 0 +producerspunk , 0, 0, -3, 0 +productwatson , 0, 0, -3, 0 +projectwatson , 0, 0, -3, 0 +prophetwatson , 0, 0, -3, 0 +proposalspunk , 0, 0, -3, 0 +prospectspunk , 0, 0, -3, 0 +prospectwatch , 0, 0, -3, 0 +prospectwater , 0, 0, -3, 0 +protectwatson , 0, 0, -3, 0 +protocolspunk , 0, 0, -3, 0 +providerspunk , 0, 0, -3, 0 +provincespunk , 0, 0, -3, 0 +provincestack , 0, 0, -3, 0 +provincestaff , 0, 0, -3, 0 +provincestail , 0, 0, -3, 0 +provincestake , 0, 0, -3, 0 +provincestale , 0, 0, -3, 0 +provincestalk , 0, 0, -3, 0 +provincestall , 0, 0, -3, 0 +provincestamp , 0, 0, -3, 0 +provincestask , 0, 0, -3, 0 +provincesthai , 0, 0, -3, 0 +provincesthan , 0, 0, -3, 0 +provincesthat , 0, 0, -3, 0 +provincesthin , 0, 0, -3, 0 +provincesthis , 0, 0, -3, 0 +provincesthou , 0, 0, -3, 0 +provincesthru , 0, 0, -3, 0 +provincestick , 0, 0, -3, 0 +provincestide , 0, 0, -3, 0 +provincestion , 0, 0, -3, 0 +provincestire , 0, 0, -3, 0 +provincestuck , 0, 0, -3, 0 +provincestuff , 0, 0, -3, 0 +provincestune , 0, 0, -3, 0 +provincesturn , 0, 0, -3, 0 +provincestwin , 0, 0, -3, 0 +provincestyle , 0, 0, -3, 0 +provincestype , 0, 0, -3, 0 +psychomorphic , 0, -2, -1, 0 +pubefficiency , 0, 0, -3, 0 +pubencryption , 0, 0, -3, 0 +pubenrollment , 0, 0, -3, 0 +pubequivalent , 0, 0, -3, 0 +pubespecially , 0, 0, -3, 0 +pubexcitement , 0, 0, -3, 0 +purchasespunk , 0, 0, -3, 0 +rachellaundry , -1, 0, 0, 0 +rachelleasing , -1, 0, 0, 0 +rachelleather , -1, 0, 0, 0 +rachelleaving , -1, 0, 0, 0 +rachellebanon , -1, 0, 0, 0 +rachellecture , -1, 0, 0, 0 +rachelleisure , -1, 0, 0, 0 +rachellevitra , -1, 0, 0, 0 +rachellexmark , -1, 0, 0, 0 +rachellicence , -1, 0, 0, 0 +rachellicense , -1, 0, 0, 0 +rachellicking , -1, 0, 0, 0 +rachellincoln , -1, 0, 0, 0 +rachellindsay , -1, 0, 0, 0 +rachelluggage , -1, 0, 0, 0 +radarsemester , -2, 0, 0, 0 +rapefficiency , 0, 0, -3, 0 +rapencryption , 0, 0, -3, 0 +rapenrollment , 0, 0, -3, 0 +rapequivalent , 0, 0, -3, 0 +rapespecially , 0, 0, -3, 0 +rapexcitement , 0, 0, -3, 0 +realisticunto , 0, -2, -2, 0 +receiptwatson , 0, 0, -3, 0 +receiverspunk , 0, 0, -3, 0 +receptorspunk , 0, 0, -3, 0 +referralspunk , 0, 0, -3, 0 +reflectwatson , 0, 0, -3, 0 +registrarsega , -2, 0, 0, 0 +registrarself , -2, 0, 0, 0 +registrarsell , -2, 0, 0, 0 +registrarsemi , -2, 0, 0, 0 +regularselect , -2, 0, 0, 0 +regularsevere , -2, 0, 0, 0 +regularsewing , -2, 0, 0, 0 +relativespunk , 0, 0, -3, 0 +religiouspunk , 0, 0, -3, 0 +reporterspunk , 0, 0, -3, 0 +residentspunk , 0, 0, -3, 0 +respectwatson , 0, 0, -3, 0 +responsespunk , 0, 0, -3, 0 +retailerspunk , 0, 0, -3, 0 +romanticuntil , 0, -2, -2, 0 +roommatespunk , 0, 0, -3, 0 +sandwichellis , -1, 0, 0, 0 +savannahellis , -1, 0, 0, 0 +scenariospunk , 0, 0, -3, 0 +sceniccausing , -2, -3, 0, 0 +sceniccaution , -2, -3, 0, 0 +scholarsebony , -2, 0, 0, 0 +scholarsebook , -2, 0, 0, 0 +scholarseddie , -2, 0, 0, 0 +scholarsedgar , -2, 0, 0, 0 +scholarsegypt , -2, 0, 0, 0 +scholarseight , -2, 0, 0, 0 +scholarselder , -2, 0, 0, 0 +scholarselect , -2, 0, 0, 0 +scholarselite , -2, 0, 0, 0 +scholarselvis , -2, 0, 0, 0 +scholarsemacs , -2, 0, 0, 0 +scholarsemail , -2, 0, 0, 0 +scholarsempty , -2, 0, 0, 0 +scholarsessay , -2, 0, 0, 0 +scholarsessex , -2, 0, 0, 0 +scholarsewing , -2, 0, 0, 0 +scholarsexact , -2, 0, 0, 0 +scholarsexcel , -2, 0, 0, 0 +scholarsexist , -2, 0, 0, 0 +scientificlit , 0, 0, -3, 0 +scientificrap , -1, 0, 0, 0 +seminarsebony , -2, 0, 0, 0 +seminarsebook , -2, 0, 0, 0 +seminarseddie , -2, 0, 0, 0 +seminarsedgar , -2, 0, 0, 0 +seminarsegypt , -2, 0, 0, 0 +seminarseight , -2, 0, 0, 0 +seminarselder , -2, 0, 0, 0 +seminarselect , -2, 0, 0, 0 +seminarselite , -2, 0, 0, 0 +seminarselvis , -2, 0, 0, 0 +seminarsemacs , -2, 0, 0, 0 +seminarsemail , -2, 0, 0, 0 +seminarsempty , -2, 0, 0, 0 +seminarsessay , -2, 0, 0, 0 +seminarsessex , -2, 0, 0, 0 +seminarsewing , -2, 0, 0, 0 +seminarsexact , -2, 0, 0, 0 +seminarsexcel , -2, 0, 0, 0 +seminarsexist , -2, 0, 0, 0 +sentencespunk , 0, 0, -3, 0 +sequencespunk , 0, 0, -3, 0 +shipmentspunk , 0, 0, -3, 0 +shopzillabias , 0, 0, -3, 0 +similarselect , -2, 0, 0, 0 +similarsevere , -2, 0, 0, 0 +similarsewing , -2, 0, 0, 0 +sincestunning , 0, 0, -3, 0 +skillyourself , 0, -2, 0, -3 +smoothelliott , -1, 0, 0, 0 +solarsemester , -2, 0, 0, 0 +sonicuntitled , 0, -2, 0, 0 +specificspunk , 0, 0, -3, 0 +specificuntil , 0, -2, -2, 0 +specifiespunk , 0, 0, -3, 0 +specklebreast , 0, 0, -2, 0 +speechelliott , -1, 0, 0, 0 +standardspunk , 0, 0, -3, 0 +standingspunk , 0, 0, -3, 0 +straightwatch , 0, 0, -3, 0 +straightwater , 0, 0, -3, 0 +strategicunto , 0, -2, -2, 0 +strengthellis , -1, 0, 0, 0 +strengthspunk , 0, 0, -3, 0 +subjectwatson , 0, 0, -3, 0 +summariespunk , 0, 0, -3, 0 +supplierspunk , 0, 0, -1, 0 +survivorspunk , 0, 0, -3, 0 +suspectwatson , 0, 0, -3, 0 +symantecuntil , 0, -2, -2, 0 +synopsissyria , 0, 0, 0, -1 +syntheticunto , 0, -2, -2, 0 +systematiclit , 0, 0, -3, 0 +systematicrap , -1, 0, 0, 0 +taiwankaraoke , 0, 0, -3, 0 +taiwankatrina , 0, 0, -3, 0 +terminalspunk , 0, 0, -3, 0 +tetrapetalous , 0, 0, -3, 0 +thesauruspunk , 0, 0, -3, 0 +thicknesspunk , 0, 0, -3, 0 +thoughelliott , -1, 0, 0, 0 +thousandspunk , 0, 0, -3, 0 +threesomebody , 0, 0, -3, 0 +threesomerset , 0, 0, -3, 0 +threesomewhat , 0, 0, -3, 0 +tobaccoonline , 0, -5, 0, 0 +toxicuntitled , 0, -2, 0, 0 +tragedykelkoo , -2, -2, -2, 0 +transferspunk , 0, 0, -3, 0 +trapezohedron , 0, 0, -3, 0 +trapezophoron , 0, 0, -3, 0 +travelerspunk , 0, 0, -3, 0 +tutorialspunk , 0, 0, -3, 0 +vacanciespunk , 0, 0, -3, 0 +venezuelabias , 0, 0, -3, 0 +vermontwatson , 0, 0, -3, 0 +vibratorspunk , 0, 0, -2, 0 +vietnamesemen , 0, 0, -3, 0 +wealthelliott , -1, 0, 0, 0 +whomorchestra , 0, -2, -1, 0 +whomordinance , 0, -2, -1, 0 +whomotivation , 0, -2, -1, 0 +whomozambique , 0, -2, -1, 0 +witnessespunk , 0, 0, -3, 0 +worldsexrated , 0, 0, -2, 0 +adiposogenital , 0, 0, -2, 0 +affiliatespunk , 0, 0, -3, 0 +afterwardspunk , 0, 0, -3, 0 +agreementspunk , 0, 0, -3, 0 +algorithmspunk , 0, 0, -3, 0 +alumnigrateful , -3, -5, 0, 0 +amendmentspunk , 0, 0, -3, 0 +analysissydney , 0, 0, 0, -1 +analysissymbol , 0, 0, 0, -1 +analysissyntax , 0, 0, 0, -1 +apartmentspunk , 0, 0, -3, 0 +appliancespunk , 0, 0, -1, 0 +applicantspunk , 0, 0, -1, 0 +approachespunk , 0, 0, -1, 0 +arabichorrible , 0, -2, -2, 0 +arabichumidity , 0, -2, -2, 0 +arabicuntitled , 0, -2, 0, 0 +architectspunk , 0, 0, -3, 0 +architectwatch , 0, 0, -3, 0 +architectwater , 0, 0, -3, 0 +arcticuntitled , 0, -2, 0, 0 +arsenferratose , -2, 0, 0, 0 +associatespunk , 0, 0, -3, 0 +assyriological , -2, 0, 0, 0 +attributespunk , 0, 0, -3, 0 +authenticuntil , 0, -2, -2, 0 +automaticuntil , 0, -2, -2, 0 +ballsacramento , 0, 0, -1, 0 +ballscheduling , 0, 0, -1, 0 +ballsufficient , 0, 0, -1, 0 +ballsuspension , 0, 0, -1, 0 +basissymposium , 0, 0, 0, -1 +basissyndicate , 0, 0, 0, -1 +basissynthesis , 0, 0, 0, -1 +basissynthetic , 0, 0, 0, -1 +beneathelliott , -1, 0, 0, 0 +bikinigrateful , -3, -5, 0, 0 +bitchallenging , 0, -2, -2, 0 +bitcholesterol , 0, -2, -2, 0 +bonerelocation , 0, 0, -3, 0 +boneretirement , 0, 0, -3, 0 +boundariespunk , 0, 0, -3, 0 +braunschweiger , 0, 0, -1, 0 +businessespunk , 0, 0, -3, 0 +buttgenbachite , -1, 0, 0, 0 +calendarsebony , -2, 0, 0, 0 +calendarsebook , -2, 0, 0, 0 +calendarseddie , -2, 0, 0, 0 +calendarsedgar , -2, 0, 0, 0 +calendarsegypt , -2, 0, 0, 0 +calendarseight , -2, 0, 0, 0 +calendarselder , -2, 0, 0, 0 +calendarselect , -2, 0, 0, 0 +calendarselite , -2, 0, 0, 0 +calendarselvis , -2, 0, 0, 0 +calendarsemacs , -2, 0, 0, 0 +calendarsemail , -2, 0, 0, 0 +calendarsempty , -2, 0, 0, 0 +calendarsessay , -2, 0, 0, 0 +calendarsessex , -2, 0, 0, 0 +calendarsewing , -2, 0, 0, 0 +calendarsexact , -2, 0, 0, 0 +calendarsexcel , -2, 0, 0, 0 +calendarsexist , -2, 0, 0, 0 +canberrapeople , 0, 0, -3, 0 +canberrapepper , 0, 0, -3, 0 +cartridgespunk , 0, 0, -3, 0 +catalystwatson , 0, 0, -3, 0 +categoriespunk , 0, 0, -3, 0 +cellularselect , -2, 0, 0, 0 +cellularsevere , -2, 0, 0, 0 +cellularsewing , -2, 0, 0, 0 +celticuntitled , 0, -2, 0, 0 +challengespunk , 0, 0, -3, 0 +characterspunk , 0, 0, -3, 0 +choarbitration , 0, -3, -2, 0 +christianspunk , 0, 0, -3, 0 +chroniccausing , -2, -3, 0, 0 +chroniccaution , -2, -3, 0, 0 +cigarettespunk , 0, 0, -3, 0 +cingularselect , -2, 0, 0, 0 +cingularsevere , -2, 0, 0, 0 +cingularsewing , -2, 0, 0, 0 +circularselect , -2, 0, 0, 0 +circularsevere , -2, 0, 0, 0 +circularsewing , -2, 0, 0, 0 +clinicuntitled , 0, -2, 0, 0 +clitoridectomy , 0, 0, -3, 0 +cockadoodledoo , -2, 0, -2, 0 +collarsemester , -2, 0, 0, 0 +colleaguespunk , 0, 0, -3, 0 +collectorspunk , 0, 0, -3, 0 +columnistspunk , 0, 0, -3, 0 +committeespunk , 0, 0, -3, 0 +complaintspunk , 0, 0, -3, 0 +componentspunk , 0, 0, -3, 0 +condomauritius , 0, 0, -2, 0 +condomigration , 0, 0, -2, 0 +condomolecular , 0, 0, -2, 0 +condomolecules , 0, 0, -2, 0 +condomortality , 0, 0, -2, 0 +condomotivated , 0, 0, -2, 0 +condomunicipal , 0, 0, -2, 0 +connectorspunk , 0, 0, -3, 0 +containerspunk , 0, 0, -3, 0 +continuouspunk , 0, 0, -3, 0 +contrastwatson , 0, 0, -3, 0 +cpusyndication , 0, -2, -2, 0 +crackerberries , 0, -2, 0, 0 +crisissymantec , 0, 0, 0, -1 +crisissympathy , 0, 0, 0, -1 +crisissymphony , 0, 0, 0, -1 +crisissymptoms , 0, 0, 0, -1 +crisissyndrome , 0, 0, 0, -1 +crisissynopsis , 0, 0, 0, -1 +crisissyracuse , 0, 0, 0, -1 +cubichappiness , 0, -2, 0, 0 +cubichierarchy , 0, -2, -2, 0 +cubicholocaust , 0, -2, -2, 0 +cubichurricane , 0, -2, -2, 0 +currenciespunk , 0, 0, -3, 0 +damnegotiation , -1, 0, 0, 0 +deborahelliott , -1, 0, 0, 0 +democraticunto , 0, -2, -2, 0 +deutschelliott , -1, 0, 0, 0 +developerspunk , 0, 0, -3, 0 +diagnosissyria , 0, 0, 0, -1 +diagnosticunto , 0, -2, -2, 0 +distinctwatson , 0, 0, -3, 0 +dollarselegant , -2, 0, 0, 0 +dollarselement , -2, 0, 0, 0 +dollarsembassy , -2, 0, 0, 0 +dollarsemerald , -2, 0, 0, 0 +dollarsemester , -2, 0, 0, 0 +dollarsemperor , -2, 0, 0, 0 +dollarsessence , -2, 0, 0, 0 +dollarsevident , -2, 0, 0, 0 +dollarsexcerpt , -2, 0, 0, 0 +dollarsexcited , -2, 0, 0, 0 +dollarsexclude , -2, 0, 0, 0 +dollarsexhaust , -2, 0, 0, 0 +dollarsexhibit , -2, 0, 0, 0 +doubtchallenge , 0, -2, -2, 0 +doubtchampagne , 0, -2, -2, 0 +doubtchevrolet , 0, -2, -2, 0 +earsefficiency , -2, 0, 0, 0 +earsespecially , -2, 0, 0, 0 +earsexcitement , -2, 0, 0, 0 +edinburghellis , -1, 0, 0, 0 +editorialspunk , 0, 0, -3, 0 +electroniccafe , -2, -3, 0, 0 +electroniccage , -2, -3, 0, 0 +electroniccake , -2, -3, 0, 0 +electroniccave , -2, -3, 0, 0 +electronicunto , 0, -2, -2, 0 +emphasissydney , 0, 0, 0, -1 +emphasissymbol , 0, 0, 0, -1 +emphasissyntax , 0, 0, 0, -1 +envelopenissan , -1, 0, -3, 0 +eroticuntitled , 0, -2, 0, 0 +essentialspunk , 0, 0, -3, 0 +ethnicuntitled , 0, -2, 0, 0 +executivespunk , 0, 0, -3, 0 +exoticuntitled , 0, -2, 0, 0 +expoopposition , -1, 0, 0, 0 +fabricuntitled , 0, -2, 0, 0 +familiarselect , -2, 0, 0, 0 +familiarsevere , -2, 0, 0, 0 +familiarsewing , -2, 0, 0, 0 +fantasticuntil , 0, -2, -2, 0 +favouritespunk , 0, 0, -3, 0 +fbichallenging , 0, -2, -2, 0 +fibreastrology , 0, 0, -2, 0 +fibreastronomy , 0, 0, -2, 0 +fragrancespunk , 0, 0, -3, 0 +frankfurtwatch , 0, 0, -3, 0 +frankfurtwater , 0, 0, -3, 0 +gangbangladesh , 0, -3, 0, 0 +garlicuntitled , 0, -2, 0, 0 +generatorspunk , 0, 0, -3, 0 +gnudetermining , 0, 0, -3, 0 +gothicuntitled , 0, -2, 0, 0 +guaranteespunk , 0, 0, -3, 0 +hatencouraging , 0, 0, 0, -2 +hatenforcement , 0, 0, 0, -2 +hatenvironment , 0, 0, 0, -2 +hatequilibrium , 0, 0, 0, -2 +helladotherium , -1, 0, 0, 0 +helleboraceous , -1, 0, 0, 0 +holocaustwatch , 0, 0, -3, 0 +holocaustwater , 0, 0, -3, 0 +homochromatism , 0, -2, -1, 0 +homochromosome , 0, -2, -1, 0 +homoeochronous , 0, -2, -1, 0 +homoeophyllous , 0, -2, -1, 0 +homotransplant , 0, -2, -1, 0 +hornyugoslavia , 0, 0, -3, 0 +hydraulicuntil , 0, -2, -2, 0 +idahoarbitrary , 0, -3, -2, 0 +idahoarlington , 0, -3, -2, 0 +idahomolecular , 0, -2, -1, 0 +idahomolecules , 0, -2, -1, 0 +idahomortality , 0, -2, -1, 0 +idahomotivated , 0, -2, -1, 0 +identifiespunk , 0, 0, -3, 0 +incentivespunk , 0, 0, -3, 0 +indicatorspunk , 0, 0, -3, 0 +indigenouspunk , 0, 0, -3, 0 +infectiouspunk , 0, 0, -3, 0 +influencespunk , 0, 0, -3, 0 +institutespunk , 0, 0, -3, 0 +introducespunk , 0, 0, -3, 0 +italicuntitled , 0, -2, 0, 0 +jackassumption , 0, 0, 0, -1 +jaguarsemester , -2, 0, 0, 0 +kennethelliott , -1, 0, 0, 0 +labiatiflorous , 0, 0, -3, 0 +landscapespunk , 0, 0, -3, 0 +limousinespunk , 0, 0, -3, 0 +loserelocation , 0, 0, 0, -2 +loseretirement , 0, 0, 0, -2 +lymphomonocyte , 0, -2, -1, 0 +margaretwatson , 0, 0, -3, 0 +marriottwatson , 0, 0, -3, 0 +menudepartment , 0, 0, -3, 0 +menudeployment , 0, 0, -3, 0 +menudepression , 0, 0, -3, 0 +merchandisemen , 0, 0, -3, 0 +metricuntitled , 0, -2, 0, 0 +mississippissl , -1, 0, 0, 0 +moderatorspunk , 0, 0, -3, 0 +modularsegment , -2, 0, 0, 0 +modularsession , -2, 0, 0, 0 +modularseveral , -2, 0, 0, 0 +molecularseven , -2, 0, 0, 0 +moroccoongoing , 0, -5, 0, 0 +moroccoontario , 0, -5, 0, 0 +mysteriouspunk , 0, 0, -3, 0 +oasissymposium , 0, 0, 0, -1 +oasissyndicate , 0, 0, 0, -1 +oasissynthesis , 0, 0, 0, -1 +oasissynthetic , 0, 0, 0, -1 +obituariespunk , 0, 0, -3, 0 +objectivespunk , 0, 0, -3, 0 +orchestrapeace , 0, 0, -3, 0 +orthomolecular , 0, -2, -1, 0 +paperbackspunk , 0, 0, -3, 0 +particularsega , -2, 0, 0, 0 +particularself , -2, 0, 0, 0 +particularsell , -2, 0, 0, 0 +particularsemi , -2, 0, 0, 0 +passengerspunk , 0, 0, -3, 0 +pediatricuntil , 0, -2, -2, 0 +periodickansas , -2, 0, -2, 0 +periodickelkoo , -2, 0, -2, 0 +periodickijiji , -2, 0, -2, 0 +periodickinase , -2, 0, -2, 0 +periodicknight , 0, 0, -2, 0 +periodicknives , -2, 0, -2, 0 +periodickruger , -2, 0, -2, 0 +periodickuwait , -2, 0, -2, 0 +pharmaciespunk , 0, 0, -3, 0 +physicianspunk , 0, 0, -3, 0 +picnicuntitled , 0, -2, 0, 0 +pieceofgarbage , 0, 0, 0, 1 +polyphoniccafe , -2, -3, 0, 0 +polyphoniccage , -2, -3, 0, 0 +polyphoniccake , -2, -3, 0, 0 +polyphoniccave , -2, -3, 0, 0 +polyphonicunto , 0, -2, -2, 0 +popularsegment , -2, 0, 0, 0 +popularsession , -2, 0, 0, 0 +popularseveral , -2, 0, 0, 0 +pornegotiation , 0, 0, -3, 0 +princestunning , 0, 0, -3, 0 +privilegespunk , 0, 0, -3, 0 +processorspunk , 0, 0, -3, 0 +programmespunk , 0, 0, -3, 0 +projectorspunk , 0, 0, -3, 0 +prospectwatson , 0, 0, -3, 0 +provincestahoe , 0, 0, -3, 0 +provincestamil , 0, 0, -3, 0 +provincestaste , 0, 0, -3, 0 +provincesthick , 0, 0, -3, 0 +provincesthird , 0, 0, -3, 0 +provincesthong , 0, 0, -3, 0 +provincesthose , 0, 0, -3, 0 +provincesthree , 0, 0, -3, 0 +provincesthrow , 0, 0, -3, 0 +provincestiger , 0, 0, -3, 0 +provincestight , 0, 0, -3, 0 +provincestuart , 0, 0, -3, 0 +provincestulsa , 0, 0, -3, 0 +provincestumor , 0, 0, -3, 0 +provincesturbo , 0, 0, -3, 0 +provincestwice , 0, 0, -3, 0 +provincestwiki , 0, 0, -3, 0 +provincestwist , 0, 0, -3, 0 +provincestylus , 0, 0, -3, 0 +prozacuntitled , 0, -2, 0, 0 +pseudopregnant , 0, 0, -2, 0 +psychomorphism , 0, -2, -1, 0 +psychomotility , 0, -2, -1, 0 +pubeligibility , 0, 0, -3, 0 +pubelimination , 0, 0, -3, 0 +pubencouraging , 0, 0, -3, 0 +pubenforcement , 0, 0, -3, 0 +pubenvironment , 0, 0, -3, 0 +pubequilibrium , 0, 0, -3, 0 +publicuntitled , 0, -2, 0, 0 +publisherspunk , 0, 0, -3, 0 +quebecuntitled , 0, -2, 0, 0 +raleighelliott , -1, 0, 0, 0 +rapeligibility , 0, 0, -3, 0 +rapelimination , 0, 0, -3, 0 +rapencouraging , 0, 0, -3, 0 +rapenforcement , 0, 0, -3, 0 +rapenvironment , 0, 0, -3, 0 +rapequilibrium , 0, 0, -3, 0 +realisticuntil , 0, -2, -2, 0 +recipientspunk , 0, 0, -3, 0 +recordingspunk , 0, 0, -3, 0 +referencespunk , 0, 0, -3, 0 +registrarseven , -2, 0, 0, 0 +regularsegment , -2, 0, 0, 0 +regularsession , -2, 0, 0, 0 +regularseveral , -2, 0, 0, 0 +scenicuntitled , 0, -2, 0, 0 +scholarsedward , -2, 0, 0, 0 +scholarseffect , -2, 0, 0, 0 +scholarseffort , -2, 0, 0, 0 +scholarsegment , -2, 0, 0, 0 +scholarseither , -2, 0, 0, 0 +scholarseleven , -2, 0, 0, 0 +scholarsempire , -2, 0, 0, 0 +scholarsemploy , -2, 0, 0, 0 +scholarsescape , -2, 0, 0, 0 +scholarsescort , -2, 0, 0, 0 +scholarsession , -2, 0, 0, 0 +scholarseugene , -2, 0, 0, 0 +scholarsexceed , -2, 0, 0, 0 +scholarsexcept , -2, 0, 0, 0 +scholarsexcess , -2, 0, 0, 0 +scholarsexcuse , -2, 0, 0, 0 +scholarsexempt , -2, 0, 0, 0 +scholarsexotic , -2, 0, 0, 0 +scientificunto , 0, -2, -2, 0 +scientistspunk , 0, 0, -3, 0 +scratchelliott , -1, 0, 0, 0 +seminarsedward , -2, 0, 0, 0 +seminarseffect , -2, 0, 0, 0 +seminarseffort , -2, 0, 0, 0 +seminarsegment , -2, 0, 0, 0 +seminarseither , -2, 0, 0, 0 +seminarseleven , -2, 0, 0, 0 +seminarsempire , -2, 0, 0, 0 +seminarsemploy , -2, 0, 0, 0 +seminarsescape , -2, 0, 0, 0 +seminarsescort , -2, 0, 0, 0 +seminarsession , -2, 0, 0, 0 +seminarseugene , -2, 0, 0, 0 +seminarsexceed , -2, 0, 0, 0 +seminarsexcept , -2, 0, 0, 0 +seminarsexcess , -2, 0, 0, 0 +seminarsexcuse , -2, 0, 0, 0 +seminarsexempt , -2, 0, 0, 0 +seminarsexotic , -2, 0, 0, 0 +seventhelliott , -1, 0, 0, 0 +similarsegment , -2, 0, 0, 0 +similarsession , -2, 0, 0, 0 +similarseveral , -2, 0, 0, 0 +sincestability , 0, 0, -3, 0 +sincestainless , 0, 0, -3, 0 +spectacularsea , -2, 0, 0, 0 +spectacularsec , -2, 0, 0, 0 +spectacularsee , -2, 0, 0, 0 +spectacularsen , -2, 0, 0, 0 +spectacularseo , -2, 0, 0, 0 +spectacularsep , -2, 0, 0, 0 +spectacularseq , -2, 0, 0, 0 +spectacularser , -2, 0, 0, 0 +spectacularset , -2, 0, 0, 0 +statementspunk , 0, 0, -3, 0 +staticuntitled , 0, -2, 0, 0 +statisticspunk , 0, 0, -3, 0 +stomachelliott , -1, 0, 0, 0 +straightwatson , 0, 0, -3, 0 +strategicuntil , 0, -2, -2, 0 +strategiespunk , 0, 0, -3, 0 +stretchelliott , -1, 0, 0, 0 +substancespunk , 0, 0, -3, 0 +supporterspunk , 0, 0, -3, 0 +synopsissydney , 0, 0, 0, -1 +synopsissymbol , 0, 0, 0, -1 +synopsissyntax , 0, 0, 0, -1 +syntheticuntil , 0, -2, -2, 0 +systematicunto , 0, -2, -2, 0 +techniquespunk , 0, 0, -3, 0 +terroristspunk , 0, 0, -3, 0 +themselvespunk , 0, 0, -3, 0 +therapeuticlit , 0, 0, -3, 0 +therapeuticrap , -1, 0, 0, 0 +thesissymantec , 0, 0, 0, -1 +thesissympathy , 0, 0, 0, -1 +thesissymphony , 0, 0, 0, -1 +thesissymptoms , 0, 0, 0, -1 +thesissyndrome , 0, 0, 0, -1 +thesissynopsis , 0, 0, 0, -1 +thesissyracuse , 0, 0, 0, -1 +threesomething , 0, 0, -3, 0 +threesometimes , 0, 0, -3, 0 +threesomewhere , 0, 0, -3, 0 +thumbzillabias , 0, 0, -3, 0 +tithonographic , 0, 0, -3, 0 +tobaccoongoing , 0, -5, 0, 0 +tobaccoontario , 0, -5, 0, 0 +trackbackspunk , 0, 0, -3, 0 +transpenisular , -1, 0, -3, 0 +treatmentspunk , 0, 0, -3, 0 +tremendouspunk , 0, 0, -3, 0 +ureterogenital , 0, 0, -2, 0 +urethrogenital , 0, 0, -2, 0 +volunteerspunk , 0, 0, -3, 0 +whoarbitration , 0, -3, -2, 0 +whomobituaries , 0, -2, -1, 0 +whomobligation , 0, -2, -1, 0 +whomoccupation , 0, -2, -1, 0 +whomopposition , 0, -2, -1, 0 +wildernesspunk , 0, 0, -3, 0 +abdominogenital , 0, 0, -2, 0 +accessoriespunk , 0, 0, -3, 0 +acrylicuntitled , 0, -2, 0, 0 +adjustmentspunk , 0, 0, -3, 0 +advertiserspunk , 0, 0, -3, 0 +antiejaculation , 0, 0, -2, 0 +approachelliott , -1, 0, 0, 0 +aquaticuntitled , 0, -2, 0, 0 +arabichappiness , 0, -2, 0, 0 +arabichierarchy , 0, -2, -2, 0 +arabicholocaust , 0, -2, -2, 0 +arabichurricane , 0, -2, -2, 0 +architectwatson , 0, 0, -3, 0 +arseniosiderite , -2, 0, 0, 0 +assessmentspunk , 0, 0, -3, 0 +assignmentspunk , 0, 0, -3, 0 +attachmentspunk , 0, 0, -3, 0 +ballsustainable , 0, 0, -1, 0 +ballswitzerland , 0, 0, -1, 0 +biographiespunk , 0, 0, -3, 0 +bitschallenging , 0, -2, -2, 0 +bloodyugoslavia , -2, 0, 0, 0 +bonereliability , 0, 0, -3, 0 +bonerenaissance , 0, 0, -3, 0 +calculatorspunk , 0, 0, -3, 0 +calendarsedward , -2, 0, 0, 0 +calendarseffect , -2, 0, 0, 0 +calendarseffort , -2, 0, 0, 0 +calendarsegment , -2, 0, 0, 0 +calendarseither , -2, 0, 0, 0 +calendarseleven , -2, 0, 0, 0 +calendarsempire , -2, 0, 0, 0 +calendarsemploy , -2, 0, 0, 0 +calendarsescape , -2, 0, 0, 0 +calendarsescort , -2, 0, 0, 0 +calendarsession , -2, 0, 0, 0 +calendarseugene , -2, 0, 0, 0 +calendarsexceed , -2, 0, 0, 0 +calendarsexcept , -2, 0, 0, 0 +calendarsexcess , -2, 0, 0, 0 +calendarsexcuse , -2, 0, 0, 0 +calendarsexempt , -2, 0, 0, 0 +calendarsexotic , -2, 0, 0, 0 +cardiacuntitled , 0, -2, 0, 0 +cellularsegment , -2, 0, 0, 0 +cellularsession , -2, 0, 0, 0 +cellularseveral , -2, 0, 0, 0 +chassissymantec , 0, 0, 0, -1 +chassissympathy , 0, 0, 0, -1 +chassissymphony , 0, 0, 0, -1 +chassissymptoms , 0, 0, 0, -1 +chassissyndrome , 0, 0, 0, -1 +chassissynopsis , 0, 0, 0, -1 +chassissyracuse , 0, 0, 0, -1 +chronicuntitled , 0, -2, 0, 0 +cingularsegment , -2, 0, 0, 0 +cingularsession , -2, 0, 0, 0 +cingularseveral , -2, 0, 0, 0 +circularsegment , -2, 0, 0, 0 +circularsession , -2, 0, 0, 0 +circularseveral , -2, 0, 0, 0 +comboobituaries , 0, 0, -3, 0 +comboobligation , 0, 0, -3, 0 +commitmentspunk , 0, 0, -3, 0 +competitorspunk , 0, 0, -3, 0 +condomotivation , 0, 0, -2, 0 +condomozambique , 0, 0, -2, 0 +conferencespunk , 0, 0, -3, 0 +constitutespunk , 0, 0, -3, 0 +constraintspunk , 0, 0, -3, 0 +consultantspunk , 0, 0, -3, 0 +controllerspunk , 0, 0, -3, 0 +coordinatespunk , 0, 0, -3, 0 +crisissymposium , 0, 0, 0, -1 +crisissyndicate , 0, 0, 0, -1 +crisissynthesis , 0, 0, 0, -1 +crisissynthetic , 0, 0, 0, -1 +cubicharassment , 0, -2, -2, 0 +debtchallenging , 0, -2, -2, 0 +democraticuntil , 0, -2, -2, 0 +departmentspunk , 0, 0, -3, 0 +diagnosissydney , 0, 0, 0, -1 +diagnosissymbol , 0, 0, 0, -1 +diagnosissyntax , 0, 0, 0, -1 +diagnosticuntil , 0, -2, -2, 0 +differencespunk , 0, 0, -3, 0 +directoriespunk , 0, 0, -3, 0 +disclaimerspunk , 0, 0, -3, 0 +dollarsedmonton , -2, 0, 0, 0 +dollarseducated , -2, 0, 0, 0 +dollarselephant , -2, 0, 0, 0 +dollarseligible , -2, 0, 0, 0 +dollarsembedded , -2, 0, 0, 0 +dollarsemerging , -2, 0, 0, 0 +dollarsemotions , -2, 0, 0, 0 +dollarsemphasis , -2, 0, 0, 0 +dollarsevidence , -2, 0, 0, 0 +dollarsexchange , -2, 0, 0, 0 +dollarsexciting , -2, 0, 0, 0 +dollarsexercise , -2, 0, 0, 0 +earseligibility , -2, 0, 0, 0 +earselimination , -2, 0, 0, 0 +electroniccache , -2, -3, 0, 0 +electroniccause , -2, -3, 0, 0 +electronicspunk , 0, 0, -3, 0 +electronicuntil , 0, -2, -2, 0 +enterprisespunk , 0, 0, -3, 0 +experiencespunk , 0, 0, -3, 0 +experimentspunk , 0, 0, -3, 0 +expoopportunity , -1, 0, 0, 0 +familiarsegment , -2, 0, 0, 0 +familiarsession , -2, 0, 0, 0 +familiarseveral , -2, 0, 0, 0 +frankfurtwatson , 0, 0, -3, 0 +frequenciespunk , 0, 0, -3, 0 +furnishingspunk , 0, 0, -3, 0 +genesissymantec , 0, 0, 0, -1 +genesissympathy , 0, 0, 0, -1 +genesissymphony , 0, 0, 0, -1 +genesissymptoms , 0, 0, 0, -1 +genesissyndrome , 0, 0, 0, -1 +genesissynopsis , 0, 0, 0, -1 +genesissyracuse , 0, 0, 0, -1 +geneticuntitled , 0, -2, 0, 0 +governmentspunk , 0, 0, -3, 0 +graphicuntitled , 0, -2, 0, 0 +hatencyclopedia , 0, 0, 0, -2 +holocaustwatson , 0, 0, -3, 0 +homochlamydeous , 0, -2, -1, 0 +homoeochromatic , 0, -2, -1, 0 +idahomotivation , 0, -2, -1, 0 +idahomozambique , 0, -2, -1, 0 +individualspunk , 0, 0, -3, 0 +ingredientspunk , 0, 0, -3, 0 +initiativespunk , 0, 0, -3, 0 +instructorspunk , 0, 0, -3, 0 +instrumentspunk , 0, 0, -3, 0 +investmentspunk , 0, 0, -3, 0 +jackassociation , 0, 0, 0, -1 +losereliability , 0, 0, 0, -2 +loserenaissance , 0, 0, 0, -2 +mamboobituaries , 0, 0, -3, 0 +mamboobligation , 0, 0, -3, 0 +masterbatteries , 0, 0, -2, 0 +mathematicspunk , 0, 0, -3, 0 +menudetermining , 0, 0, -3, 0 +michellafayette , -1, 0, 0, 0 +michelliability , -1, 0, 0, 0 +michellicensing , -1, 0, 0, 0 +minneapolispunk , 0, 0, -3, 0 +modularsemester , -2, 0, 0, 0 +molecularselect , -2, 0, 0, 0 +molecularsevere , -2, 0, 0, 0 +molecularsewing , -2, 0, 0, 0 +orchestrapeople , 0, 0, -3, 0 +orchestrapepper , 0, 0, -3, 0 +organicuntitled , 0, -2, 0, 0 +pacificuntitled , 0, -2, 0, 0 +particularseven , -2, 0, 0, 0 +pathomorphology , 0, -2, -1, 0 +periodickaraoke , -2, 0, -2, 0 +periodickatrina , -2, 0, -2, 0 +peripheralspunk , 0, 0, -3, 0 +philippinespunk , 0, 0, -1, 0 +phosphomolybdic , 0, -2, -1, 0 +pittsburghellis , -1, 0, 0, 0 +plasticuntitled , 0, -2, 0, 0 +politicianspunk , 0, 0, -3, 0 +polyphoniccache , -2, -3, 0, 0 +polyphoniccause , -2, -3, 0, 0 +polyphonicuntil , 0, -2, -2, 0 +pontiacuntitled , 0, -2, 0, 0 +popularsemester , -2, 0, 0, 0 +princestability , 0, 0, -3, 0 +princestainless , 0, 0, -3, 0 +proceedingspunk , 0, 0, -3, 0 +programmerspunk , 0, 0, -3, 0 +provincestadium , 0, 0, -3, 0 +provincestaiwan , 0, 0, -3, 0 +provincestaking , 0, 0, -3, 0 +provincestaught , 0, 0, -3, 0 +provincesthirty , 0, 0, -3, 0 +provincesthomas , 0, 0, -3, 0 +provincesthread , 0, 0, -3, 0 +provincesthreat , 0, 0, -3, 0 +provincesthroat , 0, 0, -3, 0 +provincestissue , 0, 0, -3, 0 +provincestitten , 0, 0, -3, 0 +provincestucson , 0, 0, -3, 0 +provincestuning , 0, 0, -3, 0 +provincestunnel , 0, 0, -3, 0 +provincesturkey , 0, 0, -3, 0 +provincesturtle , 0, 0, -3, 0 +provincestwelve , 0, 0, -3, 0 +provincestwenty , 0, 0, -3, 0 +provincestylish , 0, 0, -3, 0 +provincestyping , 0, 0, -3, 0 +pubencyclopedia , 0, 0, -3, 0 +rachellafayette , -1, 0, 0, 0 +rachellexington , -1, 0, 0, 0 +rachelliability , -1, 0, 0, 0 +rachellicensing , -1, 0, 0, 0 +rapencyclopedia , 0, 0, -3, 0 +registrarselect , -2, 0, 0, 0 +registrarsevere , -2, 0, 0, 0 +registrarsewing , -2, 0, 0, 0 +regularsemester , -2, 0, 0, 0 +republicanspunk , 0, 0, -3, 0 +researcherspunk , 0, 0, -3, 0 +respondentspunk , 0, 0, -3, 0 +restaurantspunk , 0, 0, -3, 0 +sandwichelliott , -1, 0, 0, 0 +saskatchewankai , 0, 0, -3, 0 +saskatchewankay , 0, 0, -3, 0 +saskatchewankde , 0, 0, -3, 0 +saskatchewanken , 0, 0, -3, 0 +saskatchewankey , 0, 0, -3, 0 +saskatchewankid , 0, 0, -3, 0 +saskatchewankim , 0, 0, -3, 0 +saskatchewankit , 0, 0, -3, 0 +savannahelliott , -1, 0, 0, 0 +scholarselegant , -2, 0, 0, 0 +scholarselement , -2, 0, 0, 0 +scholarsembassy , -2, 0, 0, 0 +scholarsemerald , -2, 0, 0, 0 +scholarsemester , -2, 0, 0, 0 +scholarsemperor , -2, 0, 0, 0 +scholarsessence , -2, 0, 0, 0 +scholarsevident , -2, 0, 0, 0 +scholarsexcerpt , -2, 0, 0, 0 +scholarsexcited , -2, 0, 0, 0 +scholarsexclude , -2, 0, 0, 0 +scholarsexhaust , -2, 0, 0, 0 +scholarsexhibit , -2, 0, 0, 0 +scientificuntil , 0, -2, -2, 0 +secretariatwatt , 0, 0, -3, 0 +seminarselegant , -2, 0, 0, 0 +seminarselement , -2, 0, 0, 0 +seminarsembassy , -2, 0, 0, 0 +seminarsemerald , -2, 0, 0, 0 +seminarsemester , -2, 0, 0, 0 +seminarsemperor , -2, 0, 0, 0 +seminarsessence , -2, 0, 0, 0 +seminarsevident , -2, 0, 0, 0 +seminarsexcerpt , -2, 0, 0, 0 +seminarsexcited , -2, 0, 0, 0 +seminarsexclude , -2, 0, 0, 0 +seminarsexhaust , -2, 0, 0, 0 +seminarsexhibit , -2, 0, 0, 0 +sesquitertianal , -2, 0, -2, 0 +similarsemester , -2, 0, 0, 0 +spectacularsega , -2, 0, 0, 0 +spectacularself , -2, 0, 0, 0 +spectacularsell , -2, 0, 0, 0 +spectacularsemi , -2, 0, 0, 0 +strengthelliott , -1, 0, 0, 0 +subscriberspunk , 0, 0, -3, 0 +supervisorspunk , 0, 0, -3, 0 +supplementspunk , 0, 0, -1, 0 +systematicuntil , 0, -2, -2, 0 +territoriespunk , 0, 0, -3, 0 +therapeuticunto , 0, -2, -2, 0 +thesissymposium , 0, 0, 0, -1 +thesissyndicate , 0, 0, 0, -1 +thesissynthesis , 0, 0, 0, -1 +thesissynthetic , 0, 0, 0, -1 +tournamentspunk , 0, 0, -3, 0 +trafficuntitled , 0, -2, 0, 0 +turboobituaries , 0, 0, -3, 0 +turboobligation , 0, 0, -3, 0 +verzeichnispunk , 0, 0, -3, 0 +whomobservation , 0, -2, -1, 0 +whomopportunity , 0, -2, -1, 0 +whomorientation , 0, -2, -1, 0 +achievementspunk , 0, 0, -3, 0 +acousticuntitled , 0, -2, 0, 0 +alternativespunk , 0, 0, -3, 0 +analysissymantec , 0, 0, 0, -1 +analysissympathy , 0, 0, 0, -1 +analysissymphony , 0, 0, 0, -1 +analysissymptoms , 0, 0, 0, -1 +analysissyndrome , 0, 0, 0, -1 +analysissynopsis , 0, 0, 0, -1 +analysissyracuse , 0, 0, 0, -1 +appointmentspunk , 0, 0, -3, 0 +arabicharassment , 0, -2, -2, 0 +arrangementspunk , 0, 0, -3, 0 +artisticuntitled , 0, -2, 0, 0 +athleticuntitled , 0, -2, 0, 0 +atlanticuntitled , 0, -2, 0, 0 +basissyndication , 0, 0, 0, -1 +cadillacuntitled , 0, -2, 0, 0 +calendarselegant , -2, 0, 0, 0 +calendarselement , -2, 0, 0, 0 +calendarsembassy , -2, 0, 0, 0 +calendarsemerald , -2, 0, 0, 0 +calendarsemester , -2, 0, 0, 0 +calendarsemperor , -2, 0, 0, 0 +calendarsessence , -2, 0, 0, 0 +calendarsevident , -2, 0, 0, 0 +calendarsexcerpt , -2, 0, 0, 0 +calendarsexcited , -2, 0, 0, 0 +calendarsexclude , -2, 0, 0, 0 +calendarsexhaust , -2, 0, 0, 0 +calendarsexhibit , -2, 0, 0, 0 +campusyugoslavia , 0, -2, -2, 0 +catholicuntitled , 0, -2, 0, 0 +cellularsemester , -2, 0, 0, 0 +certificatespunk , 0, 0, -3, 0 +chassissymposium , 0, 0, 0, -1 +chassissyndicate , 0, 0, 0, -1 +chassissynthesis , 0, 0, 0, -1 +chassissynthetic , 0, 0, 0, -1 +cingularsemester , -2, 0, 0, 0 +circularsemester , -2, 0, 0, 0 +clitoridectomies , 0, 0, -3, 0 +comboobservation , 0, 0, -3, 0 +condomalpractice , 0, 0, -2, 0 +contributorspunk , 0, 0, -3, 0 +corpusyugoslavia , 0, -2, -2, 0 +cosmeticuntitled , 0, -2, 0, 0 +developmentspunk , 0, 0, -3, 0 +dictionariespunk , 0, 0, -3, 0 +distributorspunk , 0, 0, -3, 0 +dollarsedinburgh , -2, 0, 0, 0 +dollarseducation , -2, 0, 0, 0 +dollarseducators , -2, 0, 0, 0 +dollarsefficient , -2, 0, 0, 0 +dollarselevation , -2, 0, 0, 0 +dollarseliminate , -2, 0, 0, 0 +dollarselizabeth , -2, 0, 0, 0 +dollarsemergency , -2, 0, 0, 0 +dollarsemotional , -2, 0, 0, 0 +dollarsempirical , -2, 0, 0, 0 +dollarsessential , -2, 0, 0, 0 +dollarsevolution , -2, 0, 0, 0 +dollarsexcluding , -2, 0, 0, 0 +dollarsexclusion , -2, 0, 0, 0 +dollarsexclusive , -2, 0, 0, 0 +domesticuntitled , 0, -2, 0, 0 +doubtchallenging , 0, -2, -2, 0 +dramaticuntitled , 0, -2, 0, 0 +edinburghelliott , -1, 0, 0, 0 +electricuntitled , 0, -2, 0, 0 +electroniccaught , -2, -3, 0, 0 +electroniccayman , -2, -3, 0, 0 +emphasissymantec , 0, 0, 0, -1 +emphasissympathy , 0, 0, 0, -1 +emphasissymphony , 0, 0, 0, -1 +emphasissymptoms , 0, 0, 0, -1 +emphasissyndrome , 0, 0, 0, -1 +emphasissynopsis , 0, 0, 0, -1 +emphasissyracuse , 0, 0, 0, -1 +enhancementspunk , 0, 0, -3, 0 +environmentspunk , 0, 0, -3, 0 +familiarsemester , -2, 0, 0, 0 +fundamentalspunk , 0, 0, -3, 0 +genesissymposium , 0, 0, 0, -1 +genesissyndicate , 0, 0, 0, -1 +genesissynthesis , 0, 0, 0, -1 +genesissynthetic , 0, 0, 0, -1 +gnudetermination , 0, 0, -3, 0 +historicuntitled , 0, -2, 0, 0 +homoanisaldehyde , 0, -2, -1, 0 +homofermentative , 0, -2, -1, 0 +idahoarbitration , 0, -3, -2, 0 +improvementspunk , 0, 0, -3, 0 +indianapolispunk , 0, 0, -3, 0 +jackassification , 0, 0, 0, -1 +laboratoriespunk , 0, 0, -3, 0 +magneticuntitled , 0, -2, 0, 0 +mamboobservation , 0, 0, -3, 0 +measurementspunk , 0, 0, -3, 0 +metallicuntitled , 0, -2, 0, 0 +michellauderdale , -1, 0, 0, 0 +michelluxembourg , -1, 0, 0, 0 +molecularsegment , -2, 0, 0, 0 +molecularsession , -2, 0, 0, 0 +molecularseveral , -2, 0, 0, 0 +oasissyndication , 0, 0, 0, -1 +particularselect , -2, 0, 0, 0 +particularsevere , -2, 0, 0, 0 +particularsewing , -2, 0, 0, 0 +pathomorphologic , 0, -2, -1, 0 +performancespunk , 0, 0, -3, 0 +periodicuntitled , 0, -2, 0, 0 +perspectivespunk , 0, 0, -3, 0 +phosphomolybdate , 0, -2, -1, 0 +polyphoniccaught , -2, -3, 0, 0 +polyphoniccayman , -2, -3, 0, 0 +provincestactics , 0, 0, -3, 0 +provincesthomson , 0, 0, -3, 0 +provincesthrough , 0, 0, -3, 0 +provincestiffany , 0, 0, -3, 0 +provincestsunami , 0, 0, -3, 0 +provincestuition , 0, 0, -3, 0 +provincestunisia , 0, 0, -3, 0 +provincestunning , 0, 0, -3, 0 +provincesturkish , 0, 0, -3, 0 +provincestypical , 0, 0, -3, 0 +rachellauderdale , -1, 0, 0, 0 +rachelluxembourg , -1, 0, 0, 0 +registrarsegment , -2, 0, 0, 0 +registrarsession , -2, 0, 0, 0 +registrarseveral , -2, 0, 0, 0 +requirementspunk , 0, 0, -3, 0 +romanticuntitled , 0, -2, 0, 0 +saskatchewankarl , 0, 0, -3, 0 +saskatchewankate , 0, 0, -3, 0 +saskatchewankeen , 0, 0, -3, 0 +saskatchewankeep , 0, 0, -3, 0 +saskatchewankept , 0, 0, -3, 0 +saskatchewankick , 0, 0, -3, 0 +saskatchewankill , 0, 0, -3, 0 +saskatchewankind , 0, 0, -3, 0 +saskatchewanking , 0, 0, -3, 0 +saskatchewankirk , 0, 0, -3, 0 +saskatchewankiss , 0, 0, -3, 0 +saskatchewanknee , 0, 0, -3, 0 +saskatchewanknew , 0, 0, -3, 0 +saskatchewanknit , 0, 0, -3, 0 +saskatchewanknow , 0, 0, -3, 0 +saskatchewankong , 0, 0, -3, 0 +saskatchewankurt , 0, 0, -3, 0 +saskatchewankyle , 0, 0, -3, 0 +scholarsedmonton , -2, 0, 0, 0 +scholarseducated , -2, 0, 0, 0 +scholarselephant , -2, 0, 0, 0 +scholarseligible , -2, 0, 0, 0 +scholarsembedded , -2, 0, 0, 0 +scholarsemerging , -2, 0, 0, 0 +scholarsemotions , -2, 0, 0, 0 +scholarsemphasis , -2, 0, 0, 0 +scholarsevidence , -2, 0, 0, 0 +scholarsexchange , -2, 0, 0, 0 +scholarsexciting , -2, 0, 0, 0 +scholarsexercise , -2, 0, 0, 0 +screensaverspunk , 0, 0, -3, 0 +secretariatwatch , 0, 0, -3, 0 +secretariatwater , 0, 0, -3, 0 +seminarsedmonton , -2, 0, 0, 0 +seminarseducated , -2, 0, 0, 0 +seminarselephant , -2, 0, 0, 0 +seminarseligible , -2, 0, 0, 0 +seminarsembedded , -2, 0, 0, 0 +seminarsemerging , -2, 0, 0, 0 +seminarsemotions , -2, 0, 0, 0 +seminarsemphasis , -2, 0, 0, 0 +seminarsevidence , -2, 0, 0, 0 +seminarsexchange , -2, 0, 0, 0 +seminarsexciting , -2, 0, 0, 0 +seminarsexercise , -2, 0, 0, 0 +specificuntitled , 0, -2, 0, 0 +spectacularseven , -2, 0, 0, 0 +subsidiariespunk , 0, 0, -3, 0 +symantecuntitled , 0, -2, 0, 0 +synopsissymantec , 0, 0, 0, -1 +synopsissympathy , 0, 0, 0, -1 +synopsissymphony , 0, 0, 0, -1 +synopsissymptoms , 0, 0, 0, -1 +synopsissyndrome , 0, 0, 0, -1 +synopsissynopsis , 0, 0, 0, -1 +synopsissyracuse , 0, 0, 0, -1 +taiwankazakhstan , 0, 0, -3, 0 +taiwankilometers , 0, 0, -3, 0 +technologiespunk , 0, 0, -3, 0 +testimonialspunk , 0, 0, -3, 0 +therapeuticuntil , 0, -2, -2, 0 +turboobservation , 0, 0, -3, 0 +analysissymposium , 0, 0, 0, -1 +analysissyndicate , 0, 0, 0, -1 +analysissynthesis , 0, 0, 0, -1 +analysissynthetic , 0, 0, 0, -1 +announcementspunk , 0, 0, -3, 0 +authenticuntitled , 0, -2, 0, 0 +automaticuntitled , 0, -2, 0, 0 +ballsophisticated , 0, 0, -1, 0 +calendarsedmonton , -2, 0, 0, 0 +calendarseducated , -2, 0, 0, 0 +calendarselephant , -2, 0, 0, 0 +calendarseligible , -2, 0, 0, 0 +calendarsembedded , -2, 0, 0, 0 +calendarsemerging , -2, 0, 0, 0 +calendarsemotions , -2, 0, 0, 0 +calendarsemphasis , -2, 0, 0, 0 +calendarsevidence , -2, 0, 0, 0 +calendarsexchange , -2, 0, 0, 0 +calendarsexciting , -2, 0, 0, 0 +calendarsexercise , -2, 0, 0, 0 +cardiovascularsea , -2, 0, 0, 0 +cardiovascularsec , -2, 0, 0, 0 +cardiovascularsee , -2, 0, 0, 0 +cardiovascularsen , -2, 0, 0, 0 +cardiovascularseo , -2, 0, 0, 0 +cardiovascularsep , -2, 0, 0, 0 +cardiovascularseq , -2, 0, 0, 0 +cardiovascularser , -2, 0, 0, 0 +cardiovascularset , -2, 0, 0, 0 +characteristiclit , 0, 0, -3, 0 +characteristicrap , -1, 0, 0, 0 +circumstancespunk , 0, 0, -3, 0 +commissionerspunk , 0, 0, -3, 0 +consciousnesspunk , 0, 0, -3, 0 +crisissyndication , 0, 0, 0, -1 +diagnosissymantec , 0, 0, 0, -1 +diagnosissympathy , 0, 0, 0, -1 +diagnosissymphony , 0, 0, 0, -1 +diagnosissymptoms , 0, 0, 0, -1 +diagnosissyndrome , 0, 0, 0, -1 +diagnosissynopsis , 0, 0, 0, -1 +diagnosissyracuse , 0, 0, 0, -1 +dollarsefficiency , -2, 0, 0, 0 +dollarsespecially , -2, 0, 0, 0 +dollarsexcitement , -2, 0, 0, 0 +effectivenesspunk , 0, 0, -3, 0 +electroniccausing , -2, -3, 0, 0 +electroniccaution , -2, -3, 0, 0 +emphasissymposium , 0, 0, 0, -1 +emphasissyndicate , 0, 0, 0, -1 +emphasissynthesis , 0, 0, 0, -1 +emphasissynthetic , 0, 0, 0, -1 +entrepreneurspunk , 0, 0, -3, 0 +expoopportunities , -1, 0, 0, 0 +fantasticuntitled , 0, -2, 0, 0 +homoeocrystalline , 0, -2, -1, 0 +hydraulicuntitled , 0, -2, 0, 0 +investigatorspunk , 0, 0, -3, 0 +manufacturerspunk , 0, 0, -3, 0 +massachusettspunk , 0, 0, -3, 0 +menudetermination , 0, 0, -3, 0 +michelliabilities , -1, 0, 0, 0 +miscellaneouspunk , 0, 0, -3, 0 +molecularsemester , -2, 0, 0, 0 +olympusyugoslavia , 0, -2, -2, 0 +particularsegment , -2, 0, 0, 0 +particularsession , -2, 0, 0, 0 +particularseveral , -2, 0, 0, 0 +pediatricuntitled , 0, -2, 0, 0 +photographerspunk , 0, 0, -3, 0 +pittsburghelliott , -1, 0, 0, 0 +polyphoniccausing , -2, -3, 0, 0 +polyphoniccaution , -2, -3, 0, 0 +professionalspunk , 0, 0, -3, 0 +provincestainless , 0, 0, -3, 0 +provincesthompson , 0, 0, -3, 0 +provincesthorough , 0, 0, -3, 0 +provincesthriller , 0, 0, -3, 0 +provincestutorial , 0, 0, -3, 0 +rachelliabilities , -1, 0, 0, 0 +realisticuntitled , 0, -2, 0, 0 +registrarsemester , -2, 0, 0, 0 +saskatchewankaren , 0, 0, -3, 0 +saskatchewankarma , 0, 0, -3, 0 +saskatchewankathy , 0, 0, -3, 0 +saskatchewankatie , 0, 0, -3, 0 +saskatchewankeith , 0, 0, -3, 0 +saskatchewankelly , 0, 0, -3, 0 +saskatchewankerry , 0, 0, -3, 0 +saskatchewankevin , 0, 0, -3, 0 +saskatchewanklein , 0, 0, -3, 0 +saskatchewanknife , 0, 0, -3, 0 +saskatchewanknock , 0, 0, -3, 0 +saskatchewankodak , 0, 0, -3, 0 +saskatchewankorea , 0, 0, -3, 0 +scholarsedinburgh , -2, 0, 0, 0 +scholarseducation , -2, 0, 0, 0 +scholarseducators , -2, 0, 0, 0 +scholarsefficient , -2, 0, 0, 0 +scholarselevation , -2, 0, 0, 0 +scholarseliminate , -2, 0, 0, 0 +scholarselizabeth , -2, 0, 0, 0 +scholarsemergency , -2, 0, 0, 0 +scholarsemotional , -2, 0, 0, 0 +scholarsempirical , -2, 0, 0, 0 +scholarsessential , -2, 0, 0, 0 +scholarsevolution , -2, 0, 0, 0 +scholarsexcluding , -2, 0, 0, 0 +scholarsexclusion , -2, 0, 0, 0 +scholarsexclusive , -2, 0, 0, 0 +secretariatwatson , 0, 0, -3, 0 +seminarsedinburgh , -2, 0, 0, 0 +seminarseducation , -2, 0, 0, 0 +seminarseducators , -2, 0, 0, 0 +seminarsefficient , -2, 0, 0, 0 +seminarselevation , -2, 0, 0, 0 +seminarseliminate , -2, 0, 0, 0 +seminarselizabeth , -2, 0, 0, 0 +seminarsemergency , -2, 0, 0, 0 +seminarsemotional , -2, 0, 0, 0 +seminarsempirical , -2, 0, 0, 0 +seminarsessential , -2, 0, 0, 0 +seminarsevolution , -2, 0, 0, 0 +seminarsexcluding , -2, 0, 0, 0 +seminarsexclusion , -2, 0, 0, 0 +seminarsexclusive , -2, 0, 0, 0 +spectacularselect , -2, 0, 0, 0 +spectacularsevere , -2, 0, 0, 0 +spectacularsewing , -2, 0, 0, 0 +strategicuntitled , 0, -2, 0, 0 +synopsissymposium , 0, 0, 0, -1 +synopsissyndicate , 0, 0, 0, -1 +synopsissynthesis , 0, 0, 0, -1 +synopsissynthetic , 0, 0, 0, -1 +syntheticuntitled , 0, -2, 0, 0 +thesissyndication , 0, 0, 0, -1 +trapezophozophora , 0, 0, -3, 0 +whomopportunities , 0, -2, -1, 0 +administratorspunk , 0, 0, -3, 0 +ballsustainability , 0, 0, -1, 0 +calendarsedinburgh , -2, 0, 0, 0 +calendarseducation , -2, 0, 0, 0 +calendarseducators , -2, 0, 0, 0 +calendarsefficient , -2, 0, 0, 0 +calendarselevation , -2, 0, 0, 0 +calendarseliminate , -2, 0, 0, 0 +calendarselizabeth , -2, 0, 0, 0 +calendarsemergency , -2, 0, 0, 0 +calendarsemotional , -2, 0, 0, 0 +calendarsempirical , -2, 0, 0, 0 +calendarsessential , -2, 0, 0, 0 +calendarsevolution , -2, 0, 0, 0 +calendarsexcluding , -2, 0, 0, 0 +calendarsexclusion , -2, 0, 0, 0 +calendarsexclusive , -2, 0, 0, 0 +cardiovascularsega , -2, 0, 0, 0 +cardiovascularself , -2, 0, 0, 0 +cardiovascularsell , -2, 0, 0, 0 +cardiovascularsemi , -2, 0, 0, 0 +characteristicunto , 0, -2, -2, 0 +chassissyndication , 0, 0, 0, -1 +democraticuntitled , 0, -2, 0, 0 +diagnosissymposium , 0, 0, 0, -1 +diagnosissyndicate , 0, 0, 0, -1 +diagnosissynthesis , 0, 0, 0, -1 +diagnosissynthetic , 0, 0, 0, -1 +diagnosticuntitled , 0, -2, 0, 0 +dollarseligibility , -2, 0, 0, 0 +dollarselimination , -2, 0, 0, 0 +electronicuntitled , 0, -2, 0, 0 +genesissyndication , 0, 0, 0, -1 +particularsemester , -2, 0, 0, 0 +periodickazakhstan , -2, 0, -2, 0 +periodickilometers , -2, 0, -2, 0 +polyphonicuntitled , 0, -2, 0, 0 +provincesthreshold , 0, 0, -3, 0 +saskatchewankansas , 0, 0, -3, 0 +saskatchewankelkoo , 0, 0, -3, 0 +saskatchewankernel , 0, 0, -3, 0 +saskatchewankijiji , 0, 0, -3, 0 +saskatchewankinase , 0, 0, -3, 0 +saskatchewanknight , 0, 0, -3, 0 +saskatchewanknives , 0, 0, -3, 0 +saskatchewankruger , 0, 0, -3, 0 +saskatchewankuwait , 0, 0, -3, 0 +scholarsefficiency , -2, 0, 0, 0 +scholarsespecially , -2, 0, 0, 0 +scholarsexcitement , -2, 0, 0, 0 +scientificuntitled , 0, -2, 0, 0 +seminarsefficiency , -2, 0, 0, 0 +seminarsespecially , -2, 0, 0, 0 +seminarsexcitement , -2, 0, 0, 0 +spectacularsegment , -2, 0, 0, 0 +spectacularsession , -2, 0, 0, 0 +spectacularseveral , -2, 0, 0, 0 +systematicuntitled , 0, -2, 0, 0 +trapeziometacarpal , 0, 0, -3, 0 +analysissyndication , 0, 0, 0, -1 +calendarsefficiency , -2, 0, 0, 0 +calendarsespecially , -2, 0, 0, 0 +calendarsexcitement , -2, 0, 0, 0 +cardiovascularseven , -2, 0, 0, 0 +characteristicspunk , 0, 0, -3, 0 +characteristicuntil , 0, -2, -2, 0 +emphasissyndication , 0, 0, 0, -1 +pharmaceuticalspunk , 0, 0, -3, 0 +phosphomonoesterase , 0, -2, -1, 0 +representativespunk , 0, 0, -3, 0 +saskatchewankaraoke , 0, 0, -3, 0 +saskatchewankatrina , 0, 0, -3, 0 +scholarseligibility , -2, 0, 0, 0 +scholarselimination , -2, 0, 0, 0 +seminarseligibility , -2, 0, 0, 0 +seminarselimination , -2, 0, 0, 0 +spectacularsemester , -2, 0, 0, 0 +synopsissyndication , 0, 0, 0, -1 +therapeuticuntitled , 0, -2, 0, 0 +calendarseligibility , -2, 0, 0, 0 +calendarselimination , -2, 0, 0, 0 +cardiovascularselect , -2, 0, 0, 0 +cardiovascularsevere , -2, 0, 0, 0 +cardiovascularsewing , -2, 0, 0, 0 +diagnosissyndication , 0, 0, 0, -1 +cardiovascularsegment , -2, 0, 0, 0 +cardiovascularsession , -2, 0, 0, 0 +cardiovascularseveral , -2, 0, 0, 0 +cardiovascularsemester, -2, 0, 0, 0 +characteristicuntitled, 0, -2, 0, 0 +saskatchewankazakhstan, 0, 0, -3, 0 +saskatchewankilometers, 0, 0, -3, 0 diff --git a/wordlists.go b/wordlists.go index 10a2f94..b09ff53 100644 --- a/wordlists.go +++ b/wordlists.go @@ -93,11 +93,22 @@ var wordValues = [...]wordValue{ {"shit", 0x2}, {"slut", 0x20200}, {"stfu", 0x2000000}, + {"suck", 0x1000000}, {"titi", 0xfd0000}, {"turd", 0x1}, {"twat", 0x30000}, {"ugly", 0x2000000}, {"wank", 0x30000}, + {"anala", 0xfe00fe}, + {"anali", 0xfe00fe}, + {"anall", 0xfe00fe}, + {"analt", 0xfe00fe}, + {"anusa", 0xfe}, + {"anusb", 0xfe}, + {"anusc", 0xfe}, + {"anusd", 0xfe}, + {"anuse", 0xfe}, + {"anusr", 0xfe}, {"apoop", 0xff}, {"assai", 0xfe}, {"assam", 0xfe}, @@ -242,14 +253,6 @@ var wordValues = [...]wordValue{ {"acclit", 0xfd0000}, {"accrap", 0xff}, {"achate", 0xfe000000}, - {"analab", 0xfe00fe}, - {"analan", 0xfe00fe}, - {"analap", 0xfe00fe}, - {"analas", 0xfe00fe}, - {"analat", 0xfe00fe}, - {"analav", 0xfe00fe}, - {"analaw", 0xfe00fe}, - {"analay", 0xfe00fe}, {"analbs", 0xfe00fe}, {"analcd", 0xfe00fe}, {"analed", 0xfe00fe}, @@ -260,16 +263,7 @@ var wordValues = [...]wordValue{ {"anales", 0xfe00fe}, {"analet", 0xfe00fe}, {"analeu", 0xfe00fe}, - {"analib", 0xfe00fe}, - {"analid", 0xfe00fe}, - {"analie", 0xfe00fe}, - {"analil", 0xfe00fe}, - {"analip", 0xfe00fe}, - {"analit", 0xfe00fe}, - {"analiz", 0xfe00fe}, - {"anallc", 0xfe00fe}, - {"anallp", 0xfe00fe}, - {"anally", 0xfe00fe}, + {"analex", 0xfe00fe}, {"analoc", 0xfe00fe}, {"analog", 0xfe00fe}, {"analol", 0xfe00fe}, @@ -277,11 +271,13 @@ var wordValues = [...]wordValue{ {"analot", 0xfe00fe}, {"analou", 0xfe00fe}, {"analow", 0xfe00fe}, - {"analtd", 0xfe00fe}, + {"analso", 0xfe00fe}, {"analyt", 0xfe00fe}, {"anazip", 0xfe00}, {"anicca", 0xfdfe}, + {"anusgs", 0xfe}, {"anusim", 0xfe}, + {"anusps", 0xfe}, {"apissl", 0xff}, {"arclit", 0xfd0000}, {"arcrap", 0xff}, @@ -364,12 +360,6 @@ var wordValues = [...]wordValue{ {"buttvs", 0xff}, {"buttwo", 0xff}, {"cacoon", 0xfb00}, - {"canusa", 0xfe}, - {"canusb", 0xfe}, - {"canusc", 0xfe}, - {"canusd", 0xfe}, - {"canuse", 0xfe}, - {"canusr", 0xfe}, {"chinky", 0xfd00}, {"choarc", 0xfefd00}, {"choare", 0xfefd00}, @@ -442,16 +432,6 @@ var wordValues = [...]wordValue{ {"damnum", 0xff}, {"damnut", 0xff}, {"damnyc", 0xff}, - {"danala", 0xfe00fe}, - {"danali", 0xfe00fe}, - {"danall", 0xfe00fe}, - {"danalt", 0xfe00fe}, - {"danusa", 0xfe}, - {"danusb", 0xfe}, - {"danusc", 0xfe}, - {"danusd", 0xfe}, - {"danuse", 0xfe}, - {"danusr", 0xfe}, {"daygod", 0xfd00}, {"daygot", 0xfd00}, {"declit", 0xfd0000}, @@ -517,12 +497,6 @@ var wordValues = [...]wordValue{ {"erapet", 0xfd0000}, {"etclit", 0xfd0000}, {"etcrap", 0xff}, - {"fanusa", 0xfe}, - {"fanusb", 0xfe}, - {"fanusc", 0xfe}, - {"fanusd", 0xfe}, - {"fanuse", 0xfe}, - {"fanusr", 0xfe}, {"fbichi", 0xfefe00}, {"fbicho", 0xfefe00}, {"fcclit", 0xfd0000}, @@ -602,6 +576,7 @@ var wordValues = [...]wordValue{ {"hellim", 0xff}, {"helluo", 0xff}, {"heshed", 0xfe0000}, + {"hitler", 0x200}, {"hoared", 0xfefd00}, {"hoarse", 0xfefdfe}, {"hoeful", 0xfffe00}, @@ -609,10 +584,6 @@ var wordValues = [...]wordValue{ {"honkey", 0x200}, {"honkie", 0x200}, {"hooker", 0x30000}, - {"ianala", 0xfe00fe}, - {"ianali", 0xfe00fe}, - {"ianall", 0xfe00fe}, - {"ianalt", 0xfe00fe}, {"ifecks", 0xfe00fe}, {"incest", 0x30000}, {"inclit", 0xfd0000}, @@ -625,10 +596,6 @@ var wordValues = [...]wordValue{ {"ircrap", 0xff}, {"itwatt", 0xfd0000}, {"jadego", 0xfd00}, - {"janala", 0xfe00fe}, - {"janali", 0xfe00fe}, - {"janall", 0xfe00fe}, - {"janalt", 0xfe00fe}, {"jarsea", 0xfe}, {"jarsec", 0xfe}, {"jarsee", 0xfe}, @@ -647,16 +614,6 @@ var wordValues = [...]wordValue{ {"khella", 0xff}, {"labial", 0xfd0000}, {"labian", 0xfd0000}, - {"lanala", 0xfe00fe}, - {"lanali", 0xfe00fe}, - {"lanall", 0xfe00fe}, - {"lanalt", 0xfe00fe}, - {"lanusa", 0xfe}, - {"lanusb", 0xfe}, - {"lanusc", 0xfe}, - {"lanusd", 0xfe}, - {"lanuse", 0xfe}, - {"lanusr", 0xfe}, {"llclit", 0xfd0000}, {"llcrap", 0xff}, {"loclit", 0xfd0000}, @@ -702,10 +659,6 @@ var wordValues = [...]wordValue{ {"orgasm", 0x20000}, {"paclit", 0xfd0000}, {"pacrap", 0xff}, - {"panala", 0xfe00fe}, - {"panali", 0xfe00fe}, - {"panall", 0xfe00fe}, - {"panalt", 0xfe00fe}, {"peepee", 0x20002}, {"penisa", 0xfd00ff}, {"peniso", 0xfd00ff}, @@ -777,12 +730,6 @@ var wordValues = [...]wordValue{ {"queerp", 0xfd00}, {"queery", 0xfd00}, {"racoon", 0xfb00}, - {"ranusa", 0xfe}, - {"ranusb", 0xfe}, - {"ranusc", 0xfe}, - {"ranusd", 0xfe}, - {"ranuse", 0xfe}, - {"ranusr", 0xfe}, {"rapear", 0xfd0000}, {"rapeat", 0xfd0000}, {"rapeau", 0xfd0000}, @@ -817,16 +764,6 @@ var wordValues = [...]wordValue{ {"rfcrap", 0xff}, {"rimjob", 0x30000}, {"rnazip", 0xfe00}, - {"sanala", 0xfe00fe}, - {"sanali", 0xfe00fe}, - {"sanall", 0xfe00fe}, - {"sanalt", 0xfe00fe}, - {"sanusa", 0xfe}, - {"sanusb", 0xfe}, - {"sanusc", 0xfe}, - {"sanusd", 0xfe}, - {"sanuse", 0xfe}, - {"sanusr", 0xfe}, {"sarape", 0xfd0000}, {"sarsen", 0xfe}, {"scummy", 0xfefe0000}, @@ -850,19 +787,14 @@ var wordValues = [...]wordValue{ {"srcrap", 0xff}, {"stupid", 0x1000000}, {"sturdy", 0xff}, + {"sucked", 0xff000000}, + {"sucken", 0xff000000}, + {"sucker", 0xff000000}, + {"sucket", 0xff000000}, {"suckit", 0x2020000}, + {"suckle", 0xff000000}, {"suckmy", 0x30000}, {"sycock", 0xfe00fe}, - {"tanala", 0xfe00fe}, - {"tanali", 0xfe00fe}, - {"tanall", 0xfe00fe}, - {"tanalt", 0xfe00fe}, - {"tanusa", 0xfe}, - {"tanusb", 0xfe}, - {"tanusc", 0xfe}, - {"tanusd", 0xfe}, - {"tanuse", 0xfe}, - {"tanusr", 0xfe}, {"teanal", 0xfe00fe}, {"theshe", 0xfe0000}, {"thorny", 0xfd0000}, @@ -900,16 +832,6 @@ var wordValues = [...]wordValue{ {"utclit", 0xfd0000}, {"utcrap", 0xff}, {"vagina", 0x30000}, - {"vanala", 0xfe00fe}, - {"vanali", 0xfe00fe}, - {"vanall", 0xfe00fe}, - {"vanalt", 0xfe00fe}, - {"vanusa", 0xfe}, - {"vanusb", 0xfe}, - {"vanusc", 0xfe}, - {"vanusd", 0xfe}, - {"vanuse", 0xfe}, - {"vanusr", 0xfe}, {"varsea", 0xfe}, {"varsec", 0xfe}, {"varsee", 0xfe}, @@ -928,16 +850,6 @@ var wordValues = [...]wordValue{ {"vulvae", 0xfd0000}, {"vulval", 0xfd0000}, {"vulvar", 0xfd0000}, - {"wanala", 0xfe00fe}, - {"wanali", 0xfe00fe}, - {"wanall", 0xfe00fe}, - {"wanalt", 0xfe00fe}, - {"wanusa", 0xfe}, - {"wanusb", 0xfe}, - {"wanusc", 0xfe}, - {"wanusd", 0xfe}, - {"wanuse", 0xfe}, - {"wanusr", 0xfe}, {"whoarc", 0xfefd00}, {"whoare", 0xfefd00}, {"whoarg", 0xfefd00}, @@ -960,33 +872,16 @@ var wordValues = [...]wordValue{ {"ampissn", 0xff}, {"ampoops", 0xff}, {"amprick", 0xff0000fe}, - {"analace", 0xfe00fe}, - {"analack", 0xfe00fe}, - {"analady", 0xfe00fe}, - {"analaid", 0xfe00fe}, - {"analake", 0xfe00fe}, - {"analamb", 0xfe00fe}, - {"analamp", 0xfe00fe}, - {"analaos", 0xfe00fe}, - {"analazy", 0xfe00fe}, + {"analbum", 0xfe00fe}, {"analead", 0xfe00fe}, {"analeaf", 0xfe00fe}, {"analean", 0xfe00fe}, {"analeft", 0xfe00fe}, + {"analert", 0xfe00fe}, {"analevy", 0xfe00fe}, {"analgen", 0xfe00fe}, {"analgia", 0xfe00fe}, {"analgic", 0xfe00fe}, - {"analife", 0xfe00fe}, - {"analift", 0xfe00fe}, - {"analike", 0xfe00fe}, - {"analime", 0xfe00fe}, - {"analine", 0xfe00fe}, - {"analink", 0xfe00fe}, - {"analion", 0xfe00fe}, - {"analisa", 0xfe00fe}, - {"analist", 0xfe00fe}, - {"analive", 0xfe00fe}, {"anaload", 0xfe00fe}, {"analoan", 0xfe00fe}, {"analone", 0xfe00fe}, @@ -995,6 +890,7 @@ var wordValues = [...]wordValue{ {"analoop", 0xfe00fe}, {"analord", 0xfe00fe}, {"analove", 0xfe00fe}, + {"analpha", 0xfe00fe}, {"analuck", 0xfe00fe}, {"analucy", 0xfe00fe}, {"analuis", 0xfe00fe}, @@ -1009,6 +905,8 @@ var wordValues = [...]wordValue{ {"andykey", 0xfefefe}, {"annazip", 0xfe00}, {"antwatt", 0xfd0000}, + {"anusing", 0xfe}, + {"anusual", 0xfe}, {"appissn", 0xff}, {"appoops", 0xff}, {"apprick", 0xff0000fe}, @@ -1102,16 +1000,6 @@ var wordValues = [...]wordValue{ {"bawcock", 0xfe00fe}, {"bbcunto", 0xfefe00}, {"bbspunk", 0xfd0000}, - {"beanala", 0xfe00fe}, - {"beanali", 0xfe00fe}, - {"beanall", 0xfe00fe}, - {"beanalt", 0xfe00fe}, - {"beanusa", 0xfe}, - {"beanusb", 0xfe}, - {"beanusc", 0xfe}, - {"beanusd", 0xfe}, - {"beanuse", 0xfe}, - {"beanusr", 0xfe}, {"bethate", 0xfe000000}, {"betwatt", 0xfd0000}, {"bewhore", 0xfdfd00}, @@ -1211,8 +1099,6 @@ var wordValues = [...]wordValue{ {"butturn", 0xff}, {"buttwin", 0xff}, {"butwatt", 0xfd0000}, - {"canusgs", 0xfe}, - {"canusps", 0xfe}, {"capissn", 0xff}, {"caprick", 0xff0000fe}, {"carcoon", 0xfb00}, @@ -1222,16 +1108,6 @@ var wordValues = [...]wordValue{ {"cdspunk", 0xfd0000}, {"cdtwatt", 0xfd0000}, {"cetwatt", 0xfd0000}, - {"chanala", 0xfe00fe}, - {"chanali", 0xfe00fe}, - {"chanall", 0xfe00fe}, - {"chanalt", 0xfe00fe}, - {"chanusa", 0xfe}, - {"chanusb", 0xfe}, - {"chanusc", 0xfe}, - {"chanusd", 0xfe}, - {"chanuse", 0xfe}, - {"chanusr", 0xfe}, {"charsea", 0xfe}, {"charsec", 0xfe}, {"charsee", 0xfe}, @@ -1329,10 +1205,6 @@ var wordValues = [...]wordValue{ {"damntsc", 0xff}, {"damnuke", 0xff}, {"damnull", 0xff}, - {"danalex", 0xfe00fe}, - {"danalso", 0xfe00fe}, - {"danusgs", 0xfe}, - {"danusps", 0xfe}, {"datwatt", 0xfd0000}, {"dawcock", 0xfe00fe}, {"daygoal", 0xfd00}, @@ -1342,16 +1214,6 @@ var wordValues = [...]wordValue{ {"daygone", 0xfd00}, {"daygood", 0xfd00}, {"daygore", 0xfd00}, - {"deanala", 0xfe00fe}, - {"deanali", 0xfe00fe}, - {"deanall", 0xfe00fe}, - {"deanalt", 0xfe00fe}, - {"deanusa", 0xfe}, - {"deanusb", 0xfe}, - {"deanusc", 0xfe}, - {"deanusd", 0xfe}, - {"deanuse", 0xfe}, - {"deanusr", 0xfe}, {"deboner", 0xfd0000}, {"debtchi", 0xfefe00}, {"debtcho", 0xfefe00}, @@ -1451,8 +1313,6 @@ var wordValues = [...]wordValue{ {"exporna", 0xfd0000}, {"exprick", 0xff0000fe}, {"extwatt", 0xfd0000}, - {"fanusgs", 0xfe}, - {"fanusps", 0xfe}, {"fascist", 0x200}, {"fashist", 0x200}, {"fattype", 0xfe00fe00}, @@ -1605,8 +1465,6 @@ var wordValues = [...]wordValue{ {"hotwatt", 0xfd0000}, {"hrspunk", 0xfd0000}, {"hughate", 0xfe000000}, - {"ianalex", 0xfe00fe}, - {"ianalso", 0xfe00fe}, {"icondom", 0xfe0000}, {"ictwatt", 0xfd0000}, {"idiotcy", 0xff000000}, @@ -1632,22 +1490,10 @@ var wordValues = [...]wordValue{ {"itwatch", 0xfd0000}, {"itwater", 0xfd0000}, {"jackass", 0x1000001}, - {"janalex", 0xfe00fe}, - {"janalso", 0xfe00fe}, {"jarsega", 0xfe}, {"jarself", 0xfe}, {"jarsell", 0xfe}, {"jarsemi", 0xfe}, - {"jeanala", 0xfe00fe}, - {"jeanali", 0xfe00fe}, - {"jeanall", 0xfe00fe}, - {"jeanalt", 0xfe00fe}, - {"jeanusa", 0xfe}, - {"jeanusb", 0xfe}, - {"jeanusc", 0xfe}, - {"jeanusd", 0xfe}, - {"jeanuse", 0xfe}, - {"jeanusr", 0xfe}, {"jedcock", 0xfe00fe}, {"jeffing", 0xfe00fe}, {"jerkier", 0xff000000}, @@ -1656,28 +1502,8 @@ var wordValues = [...]wordValue{ {"jerkish", 0xff000000}, {"jetwatt", 0xfd0000}, {"jigaboo", 0x300}, - {"joanala", 0xfe00fe}, - {"joanali", 0xfe00fe}, - {"joanall", 0xfe00fe}, - {"joanalt", 0xfe00fe}, - {"joanusa", 0xfe}, - {"joanusb", 0xfe}, - {"joanusc", 0xfe}, - {"joanusd", 0xfe}, - {"joanuse", 0xfe}, - {"joanusr", 0xfe}, {"josemen", 0xfd0000}, {"joshate", 0xfe000000}, - {"juanala", 0xfe00fe}, - {"juanali", 0xfe00fe}, - {"juanall", 0xfe00fe}, - {"juanalt", 0xfe00fe}, - {"juanusa", 0xfe}, - {"juanusb", 0xfe}, - {"juanusc", 0xfe}, - {"juanusd", 0xfe}, - {"juanuse", 0xfe}, - {"juanusr", 0xfe}, {"judcock", 0xfe00fe}, {"judyken", 0xfefefe}, {"judykey", 0xfefefe}, @@ -1686,26 +1512,12 @@ var wordValues = [...]wordValue{ {"labiate", 0xfd0000}, {"ladyken", 0xfefefe}, {"ladykey", 0xfefefe}, - {"lanalex", 0xfe00fe}, - {"lanalso", 0xfe00fe}, - {"lanusgs", 0xfe}, - {"lanusps", 0xfe}, {"laocoon", 0xfb00}, {"lapcock", 0xfe00fe}, {"lapissn", 0xff}, {"laprick", 0xff0000fe}, {"latwatt", 0xfd0000}, {"lbspunk", 0xfd0000}, - {"leanala", 0xfe00fe}, - {"leanali", 0xfe00fe}, - {"leanall", 0xfe00fe}, - {"leanalt", 0xfe00fe}, - {"leanusa", 0xfe}, - {"leanusb", 0xfe}, - {"leanusc", 0xfe}, - {"leanusd", 0xfe}, - {"leanuse", 0xfe}, - {"leanusr", 0xfe}, {"lespunk", 0xfd0000}, {"letwatt", 0xfd0000}, {"lipissn", 0xff}, @@ -1716,16 +1528,6 @@ var wordValues = [...]wordValue{ {"llpissn", 0xff}, {"llpoops", 0xff}, {"llprick", 0xff0000fe}, - {"loanala", 0xfe00fe}, - {"loanali", 0xfe00fe}, - {"loanall", 0xfe00fe}, - {"loanalt", 0xfe00fe}, - {"loanusa", 0xfe}, - {"loanusb", 0xfe}, - {"loanusc", 0xfe}, - {"loanusd", 0xfe}, - {"loanuse", 0xfe}, - {"loanusr", 0xfe}, {"lobcock", 0xfe00fe}, {"locunto", 0xfefe00}, {"logcock", 0xfe00fe}, @@ -1766,16 +1568,6 @@ var wordValues = [...]wordValue{ {"matwatt", 0xfd0000}, {"maycock", 0xfe00fe}, {"meacock", 0xfe00fe}, - {"meanala", 0xfe00fe}, - {"meanali", 0xfe00fe}, - {"meanall", 0xfe00fe}, - {"meanalt", 0xfe00fe}, - {"meanusa", 0xfe}, - {"meanusb", 0xfe}, - {"meanusc", 0xfe}, - {"meanusd", 0xfe}, - {"meanuse", 0xfe}, - {"meanusr", 0xfe}, {"megaaye", 0xfe00}, {"memoron", 0xfe000000}, {"menudec", 0xfd0000}, @@ -1840,8 +1632,6 @@ var wordValues = [...]wordValue{ {"oroanal", 0xfe00fe}, {"outwatt", 0xfd0000}, {"pacunto", 0xfefe00}, - {"panalex", 0xfe00fe}, - {"panalso", 0xfe00fe}, {"parapee", 0xfd0000}, {"parapen", 0xfd0000}, {"parapet", 0xfd0000}, @@ -1944,8 +1734,6 @@ var wordValues = [...]wordValue{ {"queerik", 0xfd00}, {"queerly", 0xfd00}, {"raccoon", 0xfb00}, - {"ranusgs", 0xfe}, - {"ranusps", 0xfe}, {"rapeach", 0xfd0000}, {"rapease", 0xfd0000}, {"rapeast", 0xfd0000}, @@ -1993,21 +1781,7 @@ var wordValues = [...]wordValue{ {"ruglynn", 0xfe000000}, {"rushate", 0xfe000000}, {"ruthate", 0xfe000000}, - {"ryanala", 0xfe00fe}, - {"ryanali", 0xfe00fe}, - {"ryanall", 0xfe00fe}, - {"ryanalt", 0xfe00fe}, - {"ryanusa", 0xfe}, - {"ryanusb", 0xfe}, - {"ryanusc", 0xfe}, - {"ryanusd", 0xfe}, - {"ryanuse", 0xfe}, - {"ryanusr", 0xfe}, {"saccoon", 0xfb00}, - {"sanalex", 0xfe00fe}, - {"sanalso", 0xfe00fe}, - {"sanusgs", 0xfe}, - {"sanusps", 0xfe}, {"sapissn", 0xff}, {"saprick", 0xff0000fe}, {"satwatt", 0xfd0000}, @@ -2017,16 +1791,6 @@ var wordValues = [...]wordValue{ {"scummed", 0xfefe0000}, {"scummer", 0xfe000000}, {"seacock", 0xfe00fe}, - {"seanala", 0xfe00fe}, - {"seanali", 0xfe00fe}, - {"seanall", 0xfe00fe}, - {"seanalt", 0xfe00fe}, - {"seanusa", 0xfe}, - {"seanusb", 0xfe}, - {"seanusc", 0xfe}, - {"seanusd", 0xfe}, - {"seanuse", 0xfe}, - {"seanusr", 0xfe}, {"secunto", 0xfefe00}, {"segaaye", 0xfe00}, {"semence", 0xfd0000}, @@ -2054,14 +1818,12 @@ var wordValues = [...]wordValue{ {"subnude", 0xfd0000}, {"suchate", 0xfe000000}, {"suchink", 0xfd00}, + {"suckage", 0xff000000}, + {"sucking", 0xff000000}, {"swigger", 0xfdfe}, {"synclit", 0xfd0000}, {"syncrap", 0xff}, {"syspunk", 0xfd0000}, - {"tanalex", 0xfe00fe}, - {"tanalso", 0xfe00fe}, - {"tanusgs", 0xfe}, - {"tanusps", 0xfe}, {"tapissn", 0xff}, {"taprick", 0xff0000fe}, {"tcpissn", 0xff}, @@ -2075,16 +1837,6 @@ var wordValues = [...]wordValue{ {"tgpissn", 0xff}, {"tgpoops", 0xff}, {"tgprick", 0xff0000fe}, - {"thanala", 0xfe00fe}, - {"thanali", 0xfe00fe}, - {"thanall", 0xfe00fe}, - {"thanalt", 0xfe00fe}, - {"thanusa", 0xfe}, - {"thanusb", 0xfe}, - {"thanusc", 0xfe}, - {"thanusd", 0xfe}, - {"thanuse", 0xfe}, - {"thanusr", 0xfe}, {"tipissn", 0xff}, {"tipoops", 0xff}, {"tiprick", 0xff0000fe}, @@ -2139,11 +1891,7 @@ var wordValues = [...]wordValue{ {"uscunto", 0xfefe00}, {"utahate", 0xfe000000}, {"utcunto", 0xfefe00}, - {"vanalex", 0xfe00fe}, - {"vanalso", 0xfe00fe}, {"vandyke", 0xfefefe}, - {"vanusgs", 0xfe}, - {"vanusps", 0xfe}, {"varanus", 0xfe}, {"varsega", 0xfe}, {"varself", 0xfe}, @@ -2157,10 +1905,6 @@ var wordValues = [...]wordValue{ {"vipoops", 0xff}, {"viprick", 0xff0000fe}, {"vulvate", 0xfd0000}, - {"wanalex", 0xfe00fe}, - {"wanalso", 0xfe00fe}, - {"wanusgs", 0xfe}, - {"wanusps", 0xfe}, {"wetwatt", 0xfd0000}, {"whoarab", 0xfefd00}, {"whomoak", 0xfffe00}, @@ -2217,11 +1961,8 @@ var wordValues = [...]wordValue{ {"altwatch", 0xfd0000}, {"altwater", 0xfd0000}, {"ampissue", 0xff}, - {"analaden", 0xfe00fe}, - {"analarge", 0xfe00fe}, - {"analarry", 0xfe00fe}, - {"analaugh", 0xfe00fe}, - {"analaura", 0xfe00fe}, + {"analbany", 0xfe00fe}, + {"analbert", 0xfe00fe}, {"analcime", 0xfe00fe}, {"analcite", 0xfe00fe}, {"analearn", 0xfe00fe}, @@ -2235,20 +1976,19 @@ var wordValues = [...]wordValue{ {"analepsy", 0xfe00fe}, {"analevel", 0xfe00fe}, {"analewis", 0xfe00fe}, - {"analexus", 0xfe00fe}, + {"analfred", 0xfe00fe}, {"analgize", 0xfe00fe}, - {"analight", 0xfe00fe}, - {"analimit", 0xfe00fe}, - {"analinda", 0xfe00fe}, - {"analinux", 0xfe00fe}, - {"analloyd", 0xfe00fe}, + {"analmost", 0xfe00fe}, {"analobby", 0xfe00fe}, {"analodge", 0xfe00fe}, {"analoose", 0xfe00fe}, {"analopez", 0xfe00fe}, + {"analpine", 0xfe00fe}, {"analucas", 0xfe00fe}, {"analucia", 0xfe00fe}, + {"analumni", 0xfe00fe}, {"analunch", 0xfe00fe}, + {"analways", 0xfe00fe}, {"analycos", 0xfe00fe}, {"analying", 0xfe00fe}, {"analyric", 0xfe00fe}, @@ -2366,7 +2106,6 @@ var wordValues = [...]wordValue{ {"ballstop", 0xff0000}, {"ballstud", 0xff0000}, {"ballsuch", 0xff0000}, - {"ballsuck", 0xff0000}, {"ballsuit", 0xff0000}, {"ballsuse", 0xff0000}, {"ballswap", 0xff0000}, @@ -2379,21 +2118,7 @@ var wordValues = [...]wordValue{ {"batwatch", 0xfd0000}, {"batwater", 0xfd0000}, {"bbcuntil", 0xfefe00}, - {"beanalex", 0xfe00fe}, - {"beanalso", 0xfe00fe}, - {"beanusgs", 0xfe}, - {"beanusps", 0xfe}, {"beefrick", 0xff}, - {"beganala", 0xfe00fe}, - {"beganali", 0xfe00fe}, - {"beganall", 0xfe00fe}, - {"beganalt", 0xfe00fe}, - {"beganusa", 0xfe}, - {"beganusb", 0xfe}, - {"beganusc", 0xfe}, - {"beganusd", 0xfe}, - {"beganuse", 0xfe}, - {"beganusr", 0xfe}, {"beltwatt", 0xfd0000}, {"benchate", 0xfe000000}, {"benchink", 0xfd00}, @@ -2549,8 +2274,6 @@ var wordValues = [...]wordValue{ {"cafelate", 0xfd0000}, {"camspunk", 0xfd0000}, {"canarsee", 0xfe}, - {"canusing", 0xfe}, - {"canusual", 0xfe}, {"capissue", 0xff}, {"capspunk", 0xfd0000}, {"carloser", 0xfe000000}, @@ -2574,10 +2297,6 @@ var wordValues = [...]wordValue{ {"cedarset", 0xfe}, {"cetwatch", 0xfd0000}, {"cetwater", 0xfd0000}, - {"chanalex", 0xfe00fe}, - {"chanalso", 0xfe00fe}, - {"chanusgs", 0xfe}, - {"chanusps", 0xfe}, {"charsega", 0xfe}, {"charself", 0xfe}, {"charsell", 0xfe}, @@ -2754,22 +2473,13 @@ var wordValues = [...]wordValue{ {"damnokia", 0xff}, {"damnurse", 0xff}, {"damnylon", 0xff}, - {"danalbum", 0xfe00fe}, - {"danalert", 0xfe00fe}, - {"danalpha", 0xfe00fe}, {"danspunk", 0xfd0000}, - {"danusing", 0xfe}, - {"danusual", 0xfe}, {"datwatch", 0xfd0000}, {"datwater", 0xfd0000}, {"daygoing", 0xfd00}, {"daygonna", 0xfd00}, {"dayspunk", 0xfd0000}, {"deafrick", 0xff}, - {"deanalex", 0xfe00fe}, - {"deanalso", 0xfe00fe}, - {"deanusgs", 0xfe}, - {"deanusps", 0xfe}, {"deathate", 0xfe000000}, {"debtchad", 0xfefe00}, {"debtchan", 0xfefe00}, @@ -2890,8 +2600,6 @@ var wordValues = [...]wordValue{ {"faithate", 0xfe000000}, {"falsemen", 0xfd0000}, {"fanspunk", 0xfd0000}, - {"fanusing", 0xfe}, - {"fanusual", 0xfe}, {"faqspunk", 0xfd0000}, {"fascista", 0xfe00}, {"fascisti", 0xfe00}, @@ -3089,9 +2797,6 @@ var wordValues = [...]wordValue{ {"humorons", 0xfe000000}, {"huntwatt", 0xfd0000}, {"hurtwatt", 0xfd0000}, - {"ianalbum", 0xfe00fe}, - {"ianalert", 0xfe00fe}, - {"ianalpha", 0xfe00fe}, {"ictwatch", 0xfd0000}, {"ictwater", 0xfd0000}, {"idahoarc", 0xfefd00}, @@ -3121,14 +2826,7 @@ var wordValues = [...]wordValue{ {"istwatch", 0xfd0000}, {"istwater", 0xfd0000}, {"itwatson", 0xfd0000}, - {"janalbum", 0xfe00fe}, - {"janalert", 0xfe00fe}, - {"janalpha", 0xfe00fe}, {"jarseven", 0xfe}, - {"jeanalex", 0xfe00fe}, - {"jeanalso", 0xfe00fe}, - {"jeanusgs", 0xfe}, - {"jeanusps", 0xfe}, {"jeepissn", 0xff}, {"jeepoops", 0xff}, {"jeeprick", 0xff0000fe}, @@ -3139,15 +2837,7 @@ var wordValues = [...]wordValue{ {"jetwatch", 0xfd0000}, {"jetwater", 0xfd0000}, {"jewspunk", 0xfd0000}, - {"joanalex", 0xfe00fe}, - {"joanalso", 0xfe00fe}, - {"joanusgs", 0xfe}, - {"joanusps", 0xfe}, {"jobspunk", 0xfd0000}, - {"juanalex", 0xfe00fe}, - {"juanalso", 0xfe00fe}, - {"juanusgs", 0xfe}, - {"juanusps", 0xfe}, {"judykeen", 0xfefefe}, {"judykeep", 0xfefefe}, {"judykept", 0xfefefe}, @@ -3168,11 +2858,6 @@ var wordValues = [...]wordValue{ {"ladykeen", 0xfefefe}, {"ladykeep", 0xfefefe}, {"ladykept", 0xfefefe}, - {"lanalbum", 0xfe00fe}, - {"lanalert", 0xfe00fe}, - {"lanalpha", 0xfe00fe}, - {"lanusing", 0xfe}, - {"lanusual", 0xfe}, {"laospunk", 0xfd0000}, {"lapissue", 0xff}, {"lastwatt", 0xfd0000}, @@ -3184,10 +2869,6 @@ var wordValues = [...]wordValue{ {"laurapet", 0xfd0000}, {"lawspunk", 0xfd0000}, {"leafrick", 0xff}, - {"leanalex", 0xfe00fe}, - {"leanalso", 0xfe00fe}, - {"leanusgs", 0xfe}, - {"leanusps", 0xfe}, {"leftwatt", 0xfd0000}, {"legspunk", 0xfd0000}, {"lenspunk", 0xfd0000}, @@ -3203,21 +2884,7 @@ var wordValues = [...]wordValue{ {"liripoop", 0xff}, {"llcuntil", 0xfefe00}, {"llpissue", 0xff}, - {"loanalex", 0xfe00fe}, - {"loanalso", 0xfe00fe}, - {"loanusgs", 0xfe}, - {"loanusps", 0xfe}, {"locuntil", 0xfefe00}, - {"loganala", 0xfe00fe}, - {"loganali", 0xfe00fe}, - {"loganall", 0xfe00fe}, - {"loganalt", 0xfe00fe}, - {"loganusa", 0xfe}, - {"loganusb", 0xfe}, - {"loganusc", 0xfe}, - {"loganusd", 0xfe}, - {"loganuse", 0xfe}, - {"loganusr", 0xfe}, {"logiclit", 0xfd0000}, {"logicrap", 0xff}, {"logspunk", 0xfd0000}, @@ -3286,10 +2953,6 @@ var wordValues = [...]wordValue{ {"matwatch", 0xfd0000}, {"matwater", 0xfd0000}, {"maxrated", 0xfe0000}, - {"meanalex", 0xfe00fe}, - {"meanalso", 0xfe00fe}, - {"meanusgs", 0xfe}, - {"meanusps", 0xfe}, {"mechanal", 0xfe00fe}, {"meetwatt", 0xfd0000}, {"menspunk", 0xfd0000}, @@ -3368,10 +3031,6 @@ var wordValues = [...]wordValue{ {"nycuntil", 0xfefe00}, {"oakspunk", 0xfd0000}, {"oasissys", 0xff000000}, - {"oceanala", 0xfe00fe}, - {"oceanali", 0xfe00fe}, - {"oceanall", 0xfe00fe}, - {"oceanalt", 0xfe00fe}, {"oclcunto", 0xfefe00}, {"octwatch", 0xfd0000}, {"octwater", 0xfd0000}, @@ -3389,12 +3048,6 @@ var wordValues = [...]wordValue{ {"orbitchi", 0xfefe00}, {"orbitcho", 0xfefe00}, {"orchella", 0xff}, - {"organusa", 0xfe}, - {"organusb", 0xfe}, - {"organusc", 0xfe}, - {"organusd", 0xfe}, - {"organuse", 0xfe}, - {"organusr", 0xfe}, {"orgasmic", 0xfe0000}, {"ourspunk", 0xfd0000}, {"outwatch", 0xfd0000}, @@ -3406,9 +3059,6 @@ var wordValues = [...]wordValue{ {"oxymoron", 0xfe000000}, {"pachinko", 0xfd00}, {"pacuntil", 0xfefe00}, - {"panalbum", 0xfe00fe}, - {"panalert", 0xfe00fe}, - {"panalpha", 0xfe00fe}, {"pandanus", 0xfe}, {"paniclit", 0xfd0000}, {"panicrap", 0xff}, @@ -3570,8 +3220,6 @@ var wordValues = [...]wordValue{ {"ralphate", 0xfe000000}, {"ranchate", 0xfe000000}, {"ranchink", 0xfd00}, - {"ranusing", 0xfe}, - {"ranusual", 0xfe}, {"rapeagle", 0xfd0000}, {"rapebony", 0xfd0000}, {"rapebook", 0xfd0000}, @@ -3630,18 +3278,9 @@ var wordValues = [...]wordValue{ {"ruglyric", 0xfe000000}, {"rugspunk", 0xfd0000}, {"runspunk", 0xfd0000}, - {"ryanalex", 0xfe00fe}, - {"ryanalso", 0xfe00fe}, - {"ryanusgs", 0xfe}, - {"ryanusps", 0xfe}, {"sackbutt", 0xff}, {"safelate", 0xfd0000}, - {"sanalbum", 0xfe00fe}, - {"sanalert", 0xfe00fe}, - {"sanalpha", 0xfe00fe}, {"sanspunk", 0xfd0000}, - {"sanusing", 0xfe}, - {"sanusual", 0xfe}, {"sapissue", 0xff}, {"sarahate", 0xfe000000}, {"saturday", 0xff}, @@ -3655,10 +3294,6 @@ var wordValues = [...]wordValue{ {"scummier", 0xfefe0000}, {"scumming", 0xfe000000}, {"scyphate", 0xfe000000}, - {"seanalex", 0xfe00fe}, - {"seanalso", 0xfe00fe}, - {"seanusgs", 0xfe}, - {"seanusps", 0xfe}, {"secuntil", 0xfefe00}, {"seespunk", 0xfd0000}, {"selfrick", 0xff}, @@ -3744,8 +3379,11 @@ var wordValues = [...]wordValue{ {"sturdied", 0xff}, {"sturdier", 0xff}, {"sturdily", 0xff}, - {"suckitem", 0xfefe0000}, - {"suckmyth", 0xfd0000}, + {"suckable", 0xff000000}, + {"suckabob", 0xff000000}, + {"suckfish", 0xff000000}, + {"suckhole", 0xff000000}, + {"suckling", 0xff000000}, {"sulphate", 0xfe000000}, {"sundaygo", 0xfd00}, {"surfrick", 0xff}, @@ -3755,11 +3393,6 @@ var wordValues = [...]wordValue{ {"synarses", 0xfe}, {"syncunto", 0xfefe00}, {"tagspunk", 0xfd0000}, - {"tanalbum", 0xfe00fe}, - {"tanalert", 0xfe00fe}, - {"tanalpha", 0xfe00fe}, - {"tanusing", 0xfe}, - {"tanusual", 0xfe}, {"tapisser", 0xff}, {"tapissue", 0xff}, {"taxrated", 0xfe0000}, @@ -3776,10 +3409,6 @@ var wordValues = [...]wordValue{ {"tftwatch", 0xfd0000}, {"tftwater", 0xfd0000}, {"tgpissue", 0xff}, - {"thanalex", 0xfe00fe}, - {"thanalso", 0xfe00fe}, - {"thanusgs", 0xfe}, - {"thanusps", 0xfe}, {"thesemen", 0xfd0000}, {"thomomys", 0xfffe00}, {"thuspunk", 0xfd0000}, @@ -3843,11 +3472,6 @@ var wordValues = [...]wordValue{ {"usgspunk", 0xfd0000}, {"uspspunk", 0xfd0000}, {"utcuntil", 0xfefe00}, - {"vanalbum", 0xfe00fe}, - {"vanalert", 0xfe00fe}, - {"vanalpha", 0xfe00fe}, - {"vanusing", 0xfe}, - {"vanusual", 0xfe}, {"varseven", 0xfe}, {"vastwatt", 0xfd0000}, {"vatwatch", 0xfd0000}, @@ -3863,11 +3487,6 @@ var wordValues = [...]wordValue{ {"volcanus", 0xfe}, {"voltwatt", 0xfd0000}, {"wambutti", 0xff}, - {"wanalbum", 0xfe00fe}, - {"wanalert", 0xfe00fe}, - {"wanalpha", 0xfe00fe}, - {"wanusing", 0xfe}, - {"wanusual", 0xfe}, {"warspunk", 0xfd0000}, {"watchate", 0xfe000000}, {"watchink", 0xfd00}, @@ -3929,26 +3548,23 @@ var wordValues = [...]wordValue{ {"altwatson", 0xfd0000}, {"alumnigsm", 0xfdfe}, {"alumnigst", 0xfdfe}, - {"analadder", 0xfe00fe}, - {"analadies", 0xfe00fe}, - {"analagous", 0xfe00fe}, - {"analaunch", 0xfe00fe}, - {"analauren", 0xfe00fe}, + {"analbania", 0xfe00fe}, {"analcimic", 0xfe00fe}, + {"analcohol", 0xfe00fe}, {"analeague", 0xfe00fe}, {"analectic", 0xfe00fe}, {"analepses", 0xfe00fe}, {"analepsis", 0xfe00fe}, {"analeptic", 0xfe00fe}, + {"analgebra", 0xfe00fe}, + {"analgeria", 0xfe00fe}, {"analgesia", 0xfe00fe}, {"analgesic", 0xfe00fe}, {"analgesis", 0xfe00fe}, {"analgetic", 0xfe00fe}, - {"analiable", 0xfe00fe}, - {"analiquid", 0xfe00fe}, - {"analiving", 0xfe00fe}, {"analondon", 0xfe00fe}, {"analoving", 0xfe00fe}, + {"analready", 0xfe00fe}, {"analuther", 0xfe00fe}, {"analuxury", 0xfe00fe}, {"analysand", 0xfe00fe}, @@ -4119,18 +3735,9 @@ var wordValues = [...]wordValue{ {"bathspunk", 0xfd0000}, {"batwatson", 0xfd0000}, {"beacheshe", 0xfe0000}, - {"beanalbum", 0xfe00fe}, - {"beanalert", 0xfe00fe}, - {"beanalpha", 0xfe00fe}, {"beanballs", 0xff0000}, {"beanspunk", 0xfd0000}, - {"beanusing", 0xfe}, - {"beanusual", 0xfe}, {"beatspunk", 0xfd0000}, - {"beganalex", 0xfe00fe}, - {"beganalso", 0xfe00fe}, - {"beganusgs", 0xfe}, - {"beganusps", 0xfe}, {"beltspunk", 0xfd0000}, {"beltwatch", 0xfd0000}, {"beltwater", 0xfd0000}, @@ -4304,11 +3911,6 @@ var wordValues = [...]wordValue{ {"centspunk", 0xfd0000}, {"cetwatson", 0xfd0000}, {"cfrignore", 0xfe00ff}, - {"chanalbum", 0xfe00fe}, - {"chanalert", 0xfe00fe}, - {"chanalpha", 0xfe00fe}, - {"chanusing", 0xfe}, - {"chanusual", 0xfe}, {"chaospunk", 0xfd0000}, {"charseven", 0xfe}, {"cheapissn", 0xff}, @@ -4515,13 +4117,6 @@ var wordValues = [...]wordValue{ {"damnudist", 0xff}, {"damnudity", 0xff}, {"damnvidia", 0xff}, - {"danalbany", 0xfe00fe}, - {"danalbert", 0xfe00fe}, - {"danalfred", 0xfe00fe}, - {"danalmost", 0xfe00fe}, - {"danalpine", 0xfe00fe}, - {"danalumni", 0xfe00fe}, - {"danalways", 0xfe00fe}, {"danishate", 0xfe000000}, {"datespunk", 0xfd0000}, {"datwatson", 0xfd0000}, @@ -4531,11 +4126,6 @@ var wordValues = [...]wordValue{ {"daygospel", 0xfd00}, {"daygossip", 0xfd00}, {"dealspunk", 0xfd0000}, - {"deanalbum", 0xfe00fe}, - {"deanalert", 0xfe00fe}, - {"deanalpha", 0xfe00fe}, - {"deanusing", 0xfe}, - {"deanusual", 0xfe}, {"debtchain", 0xfefe00}, {"debtchair", 0xfefe00}, {"debtchaos", 0xfefe00}, @@ -4863,6 +4453,9 @@ var wordValues = [...]wordValue{ {"highspunk", 0xfd0000}, {"hillspunk", 0xfd0000}, {"hintspunk", 0xfd0000}, + {"hitlerian", 0xfe00}, + {"hitlerism", 0xfe00}, + {"hitlerite", 0xfe00}, {"hoarfrost", 0xfefd00}, {"hoarhound", 0xfefd00}, {"hoariness", 0xfefd00}, @@ -4939,13 +4532,6 @@ var wordValues = [...]wordValue{ {"huntwater", 0xfd0000}, {"hurtwatch", 0xfd0000}, {"hurtwater", 0xfd0000}, - {"ianalbany", 0xfe00fe}, - {"ianalbert", 0xfe00fe}, - {"ianalfred", 0xfe00fe}, - {"ianalmost", 0xfe00fe}, - {"ianalpine", 0xfe00fe}, - {"ianalumni", 0xfe00fe}, - {"ianalways", 0xfe00fe}, {"ictwatson", 0xfd0000}, {"idahoarab", 0xfefd00}, {"idahomold", 0xfffe00}, @@ -4981,39 +4567,17 @@ var wordValues = [...]wordValue{ {"jaguarser", 0xfe}, {"jaguarset", 0xfe}, {"jamespunk", 0xfd0000}, - {"janalbany", 0xfe00fe}, - {"janalbert", 0xfe00fe}, - {"janalfred", 0xfe00fe}, - {"janalmost", 0xfe00fe}, - {"janalpine", 0xfe00fe}, - {"janalumni", 0xfe00fe}, - {"janalways", 0xfe00fe}, {"jarselect", 0xfe}, {"jarsevere", 0xfe}, {"jarsewing", 0xfe}, - {"jeanalbum", 0xfe00fe}, - {"jeanalert", 0xfe00fe}, - {"jeanalpha", 0xfe00fe}, {"jeanspunk", 0xfd0000}, - {"jeanusing", 0xfe}, - {"jeanusual", 0xfe}, {"jeepissue", 0xff}, {"jerkwater", 0xff000000}, {"jesuspunk", 0xfd0000}, {"jetwatson", 0xfd0000}, - {"joanalbum", 0xfe00fe}, - {"joanalert", 0xfe00fe}, - {"joanalpha", 0xfe00fe}, - {"joanusing", 0xfe}, - {"joanusual", 0xfe}, {"johnspunk", 0xfd0000}, {"jokespunk", 0xfd0000}, {"josephate", 0xfe000000}, - {"juanalbum", 0xfe00fe}, - {"juanalert", 0xfe00fe}, - {"juanalpha", 0xfe00fe}, - {"juanusing", 0xfe}, - {"juanusual", 0xfe}, {"judykeith", 0xfefefe}, {"judykelly", 0xfefefe}, {"judykevin", 0xfefefe}, @@ -5031,16 +4595,6 @@ var wordValues = [...]wordValue{ {"kingspunk", 0xfd0000}, {"knifelate", 0xfd0000}, {"knowspunk", 0xfd0000}, - {"koreanala", 0xfe00fe}, - {"koreanali", 0xfe00fe}, - {"koreanall", 0xfe00fe}, - {"koreanalt", 0xfe00fe}, - {"koreanusa", 0xfe}, - {"koreanusb", 0xfe}, - {"koreanusc", 0xfe}, - {"koreanusd", 0xfe}, - {"koreanuse", 0xfe}, - {"koreanusr", 0xfe}, {"kurtwatch", 0xfd0000}, {"kurtwater", 0xfd0000}, {"ladykeith", 0xfefefe}, @@ -5048,13 +4602,6 @@ var wordValues = [...]wordValue{ {"ladykevin", 0xfefefe}, {"lakespunk", 0xfd0000}, {"lampspunk", 0xfd0000}, - {"lanalbany", 0xfe00fe}, - {"lanalbert", 0xfe00fe}, - {"lanalfred", 0xfe00fe}, - {"lanalmost", 0xfe00fe}, - {"lanalpine", 0xfe00fe}, - {"lanalumni", 0xfe00fe}, - {"lanalways", 0xfe00fe}, {"landspunk", 0xfd0000}, {"lanespunk", 0xfd0000}, {"larghetto", 0xfe00}, @@ -5066,11 +4613,6 @@ var wordValues = [...]wordValue{ {"launchink", 0xfd00}, {"laurapeak", 0xfd0000}, {"laurapeas", 0xfd0000}, - {"leanalbum", 0xfe00fe}, - {"leanalert", 0xfe00fe}, - {"leanalpha", 0xfe00fe}, - {"leanusing", 0xfe}, - {"leanusual", 0xfe}, {"leftwatch", 0xfd0000}, {"leftwater", 0xfd0000}, {"lengthate", 0xfe000000}, @@ -5085,17 +4627,8 @@ var wordValues = [...]wordValue{ {"linkspunk", 0xfd0000}, {"listspunk", 0xfd0000}, {"livespunk", 0xfd0000}, - {"loanalbum", 0xfe00fe}, - {"loanalert", 0xfe00fe}, - {"loanalpha", 0xfe00fe}, {"loanspunk", 0xfd0000}, - {"loanusing", 0xfe}, - {"loanusual", 0xfe}, {"lockspunk", 0xfd0000}, - {"loganalex", 0xfe00fe}, - {"loganalso", 0xfe00fe}, - {"loganusgs", 0xfe}, - {"loganusps", 0xfe}, {"logicunto", 0xfefe00}, {"logospunk", 0xfd0000}, {"lookspunk", 0xfd0000}, @@ -5149,12 +4682,7 @@ var wordValues = [...]wordValue{ {"mattwater", 0xfd0000}, {"matwatson", 0xfd0000}, {"mealspunk", 0xfd0000}, - {"meanalbum", 0xfe00fe}, - {"meanalert", 0xfe00fe}, - {"meanalpha", 0xfe00fe}, {"meanspunk", 0xfd0000}, - {"meanusing", 0xfe}, - {"meanusual", 0xfe}, {"meatballs", 0xff0000}, {"meetspunk", 0xfd0000}, {"meetwatch", 0xfd0000}, @@ -5246,8 +4774,6 @@ var wordValues = [...]wordValue{ {"nutwatson", 0xfd0000}, {"oasispunk", 0xfd0000}, {"oasissync", 0xff000000}, - {"oceanalex", 0xfe00fe}, - {"oceanalso", 0xfe00fe}, {"oclcuntil", 0xfefe00}, {"octwatson", 0xfd0000}, {"omahatech", 0xfe000000}, @@ -5255,19 +4781,9 @@ var wordValues = [...]wordValue{ {"omnigraph", 0xfbfd}, {"optwatson", 0xfd0000}, {"orbitchar", 0xfefe00}, - {"organusgs", 0xfe}, - {"organusps", 0xfe}, {"oughtwatt", 0xfd0000}, {"outwatson", 0xfd0000}, {"packspunk", 0xfd0000}, - {"paganalia", 0xfe00fe}, - {"panalbany", 0xfe00fe}, - {"panalbert", 0xfe00fe}, - {"panalfred", 0xfe00fe}, - {"panalmost", 0xfe00fe}, - {"panalpine", 0xfe00fe}, - {"panalumni", 0xfe00fe}, - {"panalways", 0xfe00fe}, {"panicunto", 0xfefe00}, {"pantspunk", 0xfd0000}, {"parapeace", 0xfd0000}, @@ -5507,18 +5023,6 @@ var wordValues = [...]wordValue{ {"rootwater", 0xfd0000}, {"rosespunk", 0xfd0000}, {"ruthellis", 0xff}, - {"ryanalbum", 0xfe00fe}, - {"ryanalert", 0xfe00fe}, - {"ryanalpha", 0xfe00fe}, - {"ryanusing", 0xfe}, - {"ryanusual", 0xfe}, - {"sanalbany", 0xfe00fe}, - {"sanalbert", 0xfe00fe}, - {"sanalfred", 0xfe00fe}, - {"sanalmost", 0xfe00fe}, - {"sanalpine", 0xfe00fe}, - {"sanalumni", 0xfe00fe}, - {"sanalways", 0xfe00fe}, {"sarsechim", 0xfe}, {"satwatson", 0xfd0000}, {"savespunk", 0xfd0000}, @@ -5542,11 +5046,6 @@ var wordValues = [...]wordValue{ {"scumboard", 0xfefe0000}, {"scummiest", 0xfefe0000}, {"scumproof", 0xfe000000}, - {"seanalbum", 0xfe00fe}, - {"seanalert", 0xfe00fe}, - {"seanalpha", 0xfe00fe}, - {"seanusing", 0xfe}, - {"seanusual", 0xfe}, {"seatspunk", 0xfd0000}, {"secretart", 0xfe00fe00}, {"seekspunk", 0xfd0000}, @@ -5658,10 +5157,7 @@ var wordValues = [...]wordValue{ {"stupidity", 0xff000000}, {"sturdiest", 0xff}, {"suchellis", 0xff}, - {"suckitaly", 0xfefe0000}, - {"suckmyers", 0xfd0000}, - {"suckmysql", 0xfd0000}, - {"suckspunk", 0xfd0000}, + {"suckstone", 0xff000000}, {"superugly", 0xfe000000}, {"swapissue", 0xff}, {"sweetwatt", 0xfd0000}, @@ -5678,13 +5174,6 @@ var wordValues = [...]wordValue{ {"taiwankit", 0xfd0000}, {"takespunk", 0xfd0000}, {"talkspunk", 0xfd0000}, - {"tanalbany", 0xfe00fe}, - {"tanalbert", 0xfe00fe}, - {"tanalfred", 0xfe00fe}, - {"tanalmost", 0xfe00fe}, - {"tanalpine", 0xfe00fe}, - {"tanalumni", 0xfe00fe}, - {"tanalways", 0xfe00fe}, {"tankspunk", 0xfd0000}, {"tapespunk", 0xfd0000}, {"tapissier", 0xff}, @@ -5703,11 +5192,6 @@ var wordValues = [...]wordValue{ {"testspunk", 0xfd0000}, {"textspunk", 0xfd0000}, {"tftwatson", 0xfd0000}, - {"thanalbum", 0xfe00fe}, - {"thanalert", 0xfe00fe}, - {"thanalpha", 0xfe00fe}, - {"thanusing", 0xfe}, - {"thanusual", 0xfe}, {"theftwatt", 0xfd0000}, {"thesissys", 0xff000000}, {"thoughate", 0xfe000000}, @@ -5757,13 +5241,6 @@ var wordValues = [...]wordValue{ {"utahellis", 0xff}, {"utilspunk", 0xfd0000}, {"vachellia", 0xff}, - {"vanalbany", 0xfe00fe}, - {"vanalbert", 0xfe00fe}, - {"vanalfred", 0xfe00fe}, - {"vanalmost", 0xfe00fe}, - {"vanalpine", 0xfe00fe}, - {"vanalumni", 0xfe00fe}, - {"vanalways", 0xfe00fe}, {"varselect", 0xfe}, {"varsevere", 0xfe}, {"varsewing", 0xfe}, @@ -5783,13 +5260,6 @@ var wordValues = [...]wordValue{ {"votespunk", 0xfd0000}, {"walkspunk", 0xfd0000}, {"wallspunk", 0xfd0000}, - {"wanalbany", 0xfe00fe}, - {"wanalbert", 0xfe00fe}, - {"wanalfred", 0xfe00fe}, - {"wanalmost", 0xfe00fe}, - {"wanalpine", 0xfe00fe}, - {"wanalumni", 0xfe00fe}, - {"wanalways", 0xfe00fe}, {"wantspunk", 0xfd0000}, {"watcheshe", 0xfe0000}, {"wattspunk", 0xfd0000}, @@ -5875,7 +5345,6 @@ var wordValues = [...]wordValue{ {"alumnigrid", 0xfbfd}, {"alumnigrip", 0xfbfd}, {"alumnigrow", 0xfbfd}, - {"analaundry", 0xfe00fe}, {"analcimite", 0xfe00fe}, {"analcitite", 0xfe00fe}, {"analeasing", 0xfe00fe}, @@ -5885,16 +5354,9 @@ var wordValues = [...]wordValue{ {"analecture", 0xfe00fe}, {"analeisure", 0xfe00fe}, {"analevitra", 0xfe00fe}, - {"analexmark", 0xfe00fe}, - {"analicence", 0xfe00fe}, - {"analicense", 0xfe00fe}, - {"analicking", 0xfe00fe}, - {"analincoln", 0xfe00fe}, - {"analindsay", 0xfe00fe}, - {"anallergic", 0xfe00fe}, {"analodging", 0xfe00fe}, - {"analphabet", 0xfe00fe}, {"analuggage", 0xfe00fe}, + {"analuminum", 0xfe00fe}, {"analysable", 0xfe00fe}, {"analyzable", 0xfe00fe}, {"andorrapee", 0xfd0000}, @@ -6038,19 +5500,7 @@ var wordValues = [...]wordValue{ {"basissyria", 0xff000000}, {"basketwatt", 0xfd0000}, {"batchellis", 0xff}, - {"beanalbany", 0xfe00fe}, - {"beanalbert", 0xfe00fe}, - {"beanalfred", 0xfe00fe}, - {"beanalmost", 0xfe00fe}, - {"beanalpine", 0xfe00fe}, - {"beanalumni", 0xfe00fe}, - {"beanalways", 0xfe00fe}, {"beeffinger", 0xfe00fe}, - {"beganalbum", 0xfe00fe}, - {"beganalert", 0xfe00fe}, - {"beganalpha", 0xfe00fe}, - {"beganusing", 0xfe}, - {"beganusual", 0xfe}, {"beingspunk", 0xfd0000}, {"beliefrick", 0xff}, {"beltwatson", 0xfd0000}, @@ -6195,13 +5645,6 @@ var wordValues = [...]wordValue{ {"celebspunk", 0xfd0000}, {"celticunto", 0xfefe00}, {"censuspunk", 0xfd0000}, - {"chanalbany", 0xfe00fe}, - {"chanalbert", 0xfe00fe}, - {"chanalfred", 0xfe00fe}, - {"chanalmost", 0xfe00fe}, - {"chanalpine", 0xfe00fe}, - {"chanalumni", 0xfe00fe}, - {"chanalways", 0xfe00fe}, {"charselect", 0xfe}, {"charsevere", 0xfe}, {"charsewing", 0xfe}, @@ -6358,19 +5801,7 @@ var wordValues = [...]wordValue{ {"damnuclear", 0xff}, {"damnursing", 0xff}, {"damnyankee", 0xff}, - {"danalbania", 0xfe00fe}, - {"danalcohol", 0xfe00fe}, - {"danalgebra", 0xfe00fe}, - {"danalgeria", 0xfe00fe}, - {"danalready", 0xfe00fe}, {"daygourmet", 0xfd00}, - {"deanalbany", 0xfe00fe}, - {"deanalbert", 0xfe00fe}, - {"deanalfred", 0xfe00fe}, - {"deanalmost", 0xfe00fe}, - {"deanalpine", 0xfe00fe}, - {"deanalumni", 0xfe00fe}, - {"deanalways", 0xfe00fe}, {"deathellis", 0xff}, {"deathspunk", 0xfd0000}, {"debacchate", 0xfe000000}, @@ -6689,11 +6120,6 @@ var wordValues = [...]wordValue{ {"humoronion", 0xfe000000}, {"huntwatson", 0xfd0000}, {"hurtwatson", 0xfd0000}, - {"ianalbania", 0xfe00fe}, - {"ianalcohol", 0xfe00fe}, - {"ianalgebra", 0xfe00fe}, - {"ianalgeria", 0xfe00fe}, - {"ianalready", 0xfe00fe}, {"idahoarbor", 0xfefd00}, {"idahoarise", 0xfefd00}, {"idahoarray", 0xfefd00}, @@ -6738,35 +6164,9 @@ var wordValues = [...]wordValue{ {"jaguarself", 0xfe}, {"jaguarsell", 0xfe}, {"jaguarsemi", 0xfe}, - {"janalbania", 0xfe00fe}, - {"janalcohol", 0xfe00fe}, - {"janalgebra", 0xfe00fe}, - {"janalgeria", 0xfe00fe}, - {"janalready", 0xfe00fe}, {"jarsegment", 0xfe}, {"jarsession", 0xfe}, {"jarseveral", 0xfe}, - {"jeanalbany", 0xfe00fe}, - {"jeanalbert", 0xfe00fe}, - {"jeanalfred", 0xfe00fe}, - {"jeanalmost", 0xfe00fe}, - {"jeanalpine", 0xfe00fe}, - {"jeanalumni", 0xfe00fe}, - {"jeanalways", 0xfe00fe}, - {"joanalbany", 0xfe00fe}, - {"joanalbert", 0xfe00fe}, - {"joanalfred", 0xfe00fe}, - {"joanalmost", 0xfe00fe}, - {"joanalpine", 0xfe00fe}, - {"joanalumni", 0xfe00fe}, - {"joanalways", 0xfe00fe}, - {"juanalbany", 0xfe00fe}, - {"juanalbert", 0xfe00fe}, - {"juanalfred", 0xfe00fe}, - {"juanalmost", 0xfe00fe}, - {"juanalpine", 0xfe00fe}, - {"juanalumni", 0xfe00fe}, - {"juanalways", 0xfe00fe}, {"judgespunk", 0xfd0000}, {"judykelkoo", 0xfefefe}, {"justwatson", 0xfd0000}, @@ -6777,18 +6177,9 @@ var wordValues = [...]wordValue{ {"kennethate", 0xfe000000}, {"keptwatson", 0xfd0000}, {"knivespunk", 0xfd0000}, - {"koreanalex", 0xfe00fe}, - {"koreanalso", 0xfe00fe}, - {"koreanusgs", 0xfe}, - {"koreanusps", 0xfe}, {"kurtwatson", 0xfd0000}, {"labelspunk", 0xfd0000}, {"ladykelkoo", 0xfefefe}, - {"lanalbania", 0xfe00fe}, - {"lanalcohol", 0xfe00fe}, - {"lanalgebra", 0xfe00fe}, - {"lanalgeria", 0xfe00fe}, - {"lanalready", 0xfe00fe}, {"lastwatson", 0xfd0000}, {"latinazinc", 0xfe00}, {"latitudego", 0xfd00}, @@ -6796,13 +6187,6 @@ var wordValues = [...]wordValue{ {"launcheshe", 0xfe0000}, {"laurapeace", 0xfd0000}, {"layerspunk", 0xfd0000}, - {"leanalbany", 0xfe00fe}, - {"leanalbert", 0xfe00fe}, - {"leanalfred", 0xfe00fe}, - {"leanalmost", 0xfe00fe}, - {"leanalpine", 0xfe00fe}, - {"leanalumni", 0xfe00fe}, - {"leanalways", 0xfe00fe}, {"leavespunk", 0xfd0000}, {"leftwatson", 0xfd0000}, {"lensespunk", 0xfd0000}, @@ -6816,18 +6200,6 @@ var wordValues = [...]wordValue{ {"lightwatch", 0xfd0000}, {"lightwater", 0xfd0000}, {"linuxrated", 0xfe0000}, - {"loanalbany", 0xfe00fe}, - {"loanalbert", 0xfe00fe}, - {"loanalfred", 0xfe00fe}, - {"loanalmost", 0xfe00fe}, - {"loanalpine", 0xfe00fe}, - {"loanalumni", 0xfe00fe}, - {"loanalways", 0xfe00fe}, - {"loganalbum", 0xfe00fe}, - {"loganalert", 0xfe00fe}, - {"loganalpha", 0xfe00fe}, - {"loganusing", 0xfe}, - {"loganusual", 0xfe}, {"logicuntil", 0xfefe00}, {"lookupissn", 0xff}, {"lookupoops", 0xff}, @@ -6884,13 +6256,6 @@ var wordValues = [...]wordValue{ {"masterbath", 0xfe0000}, {"matchellis", 0xff}, {"mattwatson", 0xfd0000}, - {"meanalbany", 0xfe00fe}, - {"meanalbert", 0xfe00fe}, - {"meanalfred", 0xfe00fe}, - {"meanalmost", 0xfe00fe}, - {"meanalpine", 0xfe00fe}, - {"meanalumni", 0xfe00fe}, - {"meanalways", 0xfe00fe}, {"meetupissn", 0xff}, {"meetupoops", 0xff}, {"meetuprick", 0xff0000fe}, @@ -6992,9 +6357,6 @@ var wordValues = [...]wordValue{ {"oasissyria", 0xff000000}, {"objectwatt", 0xfd0000}, {"occurspunk", 0xfd0000}, - {"oceanalbum", 0xfe00fe}, - {"oceanalert", 0xfe00fe}, - {"oceanalpha", 0xfe00fe}, {"oenanthate", 0xfe000000}, {"offensemen", 0xfd0000}, {"offerspunk", 0xfd0000}, @@ -7011,8 +6373,6 @@ var wordValues = [...]wordValue{ {"orderspunk", 0xfd0000}, {"organiclit", 0xfd0000}, {"organicrap", 0xff}, - {"organusing", 0xfe}, - {"organusual", 0xfe}, {"orthoganal", 0xfe00fe}, {"otherspunk", 0xfd0000}, {"oughtwatch", 0xfd0000}, @@ -7024,11 +6384,6 @@ var wordValues = [...]wordValue{ {"paddlecock", 0xfe00fe}, {"palebreast", 0xfe0000}, {"pamelabias", 0xfd0000}, - {"panalbania", 0xfe00fe}, - {"panalcohol", 0xfe00fe}, - {"panalgebra", 0xfe00fe}, - {"panalgeria", 0xfe00fe}, - {"panalready", 0xfe00fe}, {"panelspunk", 0xfd0000}, {"panicuntil", 0xfefe00}, {"paperspunk", 0xfd0000}, @@ -7258,19 +6613,7 @@ var wordValues = [...]wordValue{ {"roughellis", 0xff}, {"roundspunk", 0xfd0000}, {"routespunk", 0xfd0000}, - {"ryanalbany", 0xfe00fe}, - {"ryanalbert", 0xfe00fe}, - {"ryanalfred", 0xfe00fe}, - {"ryanalmost", 0xfe00fe}, - {"ryanalpine", 0xfe00fe}, - {"ryanalumni", 0xfe00fe}, - {"ryanalways", 0xfe00fe}, {"saintspunk", 0xfd0000}, - {"sanalbania", 0xfe00fe}, - {"sanalcohol", 0xfe00fe}, - {"sanalgebra", 0xfe00fe}, - {"sanalgeria", 0xfe00fe}, - {"sanalready", 0xfe00fe}, {"sarahellis", 0xff}, {"saturdaygo", 0xfd00}, {"sbjctwatch", 0xfd0000}, @@ -7298,13 +6641,6 @@ var wordValues = [...]wordValue{ {"screwballs", 0xff0000}, {"scriptwatt", 0xfd0000}, {"scumminess", 0xfe000000}, - {"seanalbany", 0xfe00fe}, - {"seanalbert", 0xfe00fe}, - {"seanalfred", 0xfe00fe}, - {"seanalmost", 0xfe00fe}, - {"seanalpine", 0xfe00fe}, - {"seanalumni", 0xfe00fe}, - {"seanalways", 0xfe00fe}, {"searcheshe", 0xfe0000}, {"secretwatt", 0xfd0000}, {"semencinae", 0xfd0000}, @@ -7429,12 +6765,7 @@ var wordValues = [...]wordValue{ {"stylishate", 0xfe000000}, {"styluspunk", 0xfd0000}, {"subgenital", 0xfe0000}, - {"suckitalia", 0xfefe0000}, - {"suckitalic", 0xfefe0000}, - {"suckitself", 0xfefe0000}, - {"suckitunes", 0xfefe0000}, - {"suckmyrtle", 0xfd0000}, - {"suckmyself", 0xfd0000}, + {"suckauhock", 0xff000000}, {"suitespunk", 0xfd0000}, {"sweetwatch", 0xfd0000}, {"sweetwater", 0xfd0000}, @@ -7460,11 +6791,6 @@ var wordValues = [...]wordValue{ {"taiwankong", 0xfd0000}, {"taiwankurt", 0xfd0000}, {"taiwankyle", 0xfd0000}, - {"tanalbania", 0xfe00fe}, - {"tanalcohol", 0xfe00fe}, - {"tanalgebra", 0xfe00fe}, - {"tanalgeria", 0xfe00fe}, - {"tanalready", 0xfe00fe}, {"tapenissan", 0xfd00ff}, {"tarbuttite", 0xff}, {"targetlost", 0xfe000000}, @@ -7475,13 +6801,6 @@ var wordValues = [...]wordValue{ {"teddykevin", 0xfefefe}, {"teethellis", 0xff}, {"tennispunk", 0xfd0000}, - {"thanalbany", 0xfe00fe}, - {"thanalbert", 0xfe00fe}, - {"thanalfred", 0xfe00fe}, - {"thanalmost", 0xfe00fe}, - {"thanalpine", 0xfe00fe}, - {"thanalumni", 0xfe00fe}, - {"thanalways", 0xfe00fe}, {"thankspunk", 0xfd0000}, {"theftwatch", 0xfd0000}, {"theftwater", 0xfd0000}, @@ -7544,11 +6863,6 @@ var wordValues = [...]wordValue{ {"urogenital", 0xfe0000}, {"valuespunk", 0xfd0000}, {"valvespunk", 0xfd0000}, - {"vanalbania", 0xfe00fe}, - {"vanalcohol", 0xfe00fe}, - {"vanalgebra", 0xfe00fe}, - {"vanalgeria", 0xfe00fe}, - {"vanalready", 0xfe00fe}, {"variespunk", 0xfd0000}, {"varsegment", 0xfe}, {"varsession", 0xfe}, @@ -7564,11 +6878,6 @@ var wordValues = [...]wordValue{ {"voicespunk", 0xfd0000}, {"voltwatson", 0xfd0000}, {"voterspunk", 0xfd0000}, - {"wanalbania", 0xfe00fe}, - {"wanalcohol", 0xfe00fe}, - {"wanalgebra", 0xfe00fe}, - {"wanalgeria", 0xfe00fe}, - {"wanalready", 0xfe00fe}, {"watchellis", 0xff}, {"waterspunk", 0xfd0000}, {"wattwatson", 0xfd0000}, @@ -7651,8 +6960,8 @@ var wordValues = [...]wordValue{ {"alumnigroup", 0xfbfd}, {"alumnigrove", 0xfbfd}, {"analgesidae", 0xfe00fe}, - {"analingerie", 0xfe00fe}, - {"anallantoic", 0xfe00fe}, + {"analgorithm", 0xfe00fe}, + {"analuminium", 0xfe00fe}, {"analysation", 0xfe00fe}, {"analysissys", 0xff000000}, {"analystwatt", 0xfd0000}, @@ -7737,6 +7046,7 @@ var wordValues = [...]wordValue{ {"ballstylish", 0xff0000}, {"ballsucceed", 0xff0000}, {"ballsuccess", 0xff0000}, + {"ballsucking", 0xff0000}, {"ballsuggest", 0xff0000}, {"ballsuicide", 0xff0000}, {"ballsupport", 0xff0000}, @@ -7757,18 +7067,6 @@ var wordValues = [...]wordValue{ {"bathelliott", 0xff}, {"bbcuntitled", 0xfe00}, {"beachespunk", 0xfd0000}, - {"beanalbania", 0xfe00fe}, - {"beanalcohol", 0xfe00fe}, - {"beanalgebra", 0xfe00fe}, - {"beanalgeria", 0xfe00fe}, - {"beanalready", 0xfe00fe}, - {"beganalbany", 0xfe00fe}, - {"beganalbert", 0xfe00fe}, - {"beganalfred", 0xfe00fe}, - {"beganalmost", 0xfe00fe}, - {"beganalpine", 0xfe00fe}, - {"beganalumni", 0xfe00fe}, - {"beganalways", 0xfe00fe}, {"belaruspunk", 0xfd0000}, {"beliefspunk", 0xfd0000}, {"belongspunk", 0xfd0000}, @@ -7886,11 +7184,6 @@ var wordValues = [...]wordValue{ {"cellularser", 0xfe}, {"cellularset", 0xfe}, {"celticuntil", 0xfefe00}, - {"chanalbania", 0xfe00fe}, - {"chanalcohol", 0xfe00fe}, - {"chanalgebra", 0xfe00fe}, - {"chanalgeria", 0xfe00fe}, - {"chanalready", 0xfe00fe}, {"chancespunk", 0xfd0000}, {"changespunk", 0xfd0000}, {"chargespunk", 0xfd0000}, @@ -8047,15 +7340,9 @@ var wordValues = [...]wordValue{ {"damneighbor", 0xff}, {"damnicholas", 0xff}, {"damnintendo", 0xff}, - {"danaluminum", 0xfe00fe}, {"daygorgeous", 0xfd00}, {"daygovernor", 0xfd00}, {"dealerspunk", 0xfd0000}, - {"deanalbania", 0xfe00fe}, - {"deanalcohol", 0xfe00fe}, - {"deanalgebra", 0xfe00fe}, - {"deanalgeria", 0xfe00fe}, - {"deanalready", 0xfe00fe}, {"debtchamber", 0xfefe00}, {"debtchapter", 0xfefe00}, {"debtchassis", 0xfefe00}, @@ -8156,16 +7443,6 @@ var wordValues = [...]wordValue{ {"ethniccache", 0xfdfe}, {"ethniccause", 0xfdfe}, {"ethnicuntil", 0xfefe00}, - {"europeanala", 0xfe00fe}, - {"europeanali", 0xfe00fe}, - {"europeanall", 0xfe00fe}, - {"europeanalt", 0xfe00fe}, - {"europeanusa", 0xfe}, - {"europeanusb", 0xfe}, - {"europeanusc", 0xfe}, - {"europeanusd", 0xfe}, - {"europeanuse", 0xfe}, - {"europeanusr", 0xfe}, {"exceptwatch", 0xfd0000}, {"exceptwater", 0xfd0000}, {"excerptwatt", 0xfd0000}, @@ -8327,7 +7604,6 @@ var wordValues = [...]wordValue{ {"hostelspunk", 0xfd0000}, {"hughelliott", 0xff}, {"humoronline", 0xfe000000}, - {"ianaluminum", 0xfe00fe}, {"idahoarnold", 0xfefd00}, {"idahoaround", 0xfefd00}, {"idahoarrest", 0xfefd00}, @@ -8362,46 +7638,19 @@ var wordValues = [...]wordValue{ {"jacketwatch", 0xfd0000}, {"jacketwater", 0xfd0000}, {"jaguarseven", 0xfe}, - {"janaluminum", 0xfe00fe}, {"japanesemen", 0xfd0000}, {"jarsemester", 0xfe}, - {"jeanalbania", 0xfe00fe}, - {"jeanalcohol", 0xfe00fe}, - {"jeanalgebra", 0xfe00fe}, - {"jeanalgeria", 0xfe00fe}, - {"jeanalready", 0xfe00fe}, - {"joanalbania", 0xfe00fe}, - {"joanalcohol", 0xfe00fe}, - {"joanalgebra", 0xfe00fe}, - {"joanalgeria", 0xfe00fe}, - {"joanalready", 0xfe00fe}, {"josephellis", 0xff}, - {"juanalbania", 0xfe00fe}, - {"juanalcohol", 0xfe00fe}, - {"juanalgebra", 0xfe00fe}, - {"juanalgeria", 0xfe00fe}, - {"juanalready", 0xfe00fe}, {"jvcuntitled", 0xfe00}, {"katrinazinc", 0xfe00}, {"kennedykeen", 0xfefefe}, {"kennedykeep", 0xfefefe}, {"kennedykept", 0xfefefe}, - {"koreanalbum", 0xfe00fe}, - {"koreanalert", 0xfe00fe}, - {"koreanalpha", 0xfe00fe}, - {"koreanusing", 0xfe}, - {"koreanusual", 0xfe}, - {"lanaluminum", 0xfe00fe}, {"launchellis", 0xff}, {"laurapeople", 0xfd0000}, {"laurapepper", 0xfd0000}, {"lawyerspunk", 0xfd0000}, {"leaderspunk", 0xfd0000}, - {"leanalbania", 0xfe00fe}, - {"leanalcohol", 0xfe00fe}, - {"leanalgebra", 0xfe00fe}, - {"leanalgeria", 0xfe00fe}, - {"leanalready", 0xfe00fe}, {"lenderspunk", 0xfd0000}, {"lengthellis", 0xff}, {"letterspunk", 0xfd0000}, @@ -8409,19 +7658,7 @@ var wordValues = [...]wordValue{ {"levitrapeas", 0xfd0000}, {"lightwatson", 0xfd0000}, {"llcuntitled", 0xfe00}, - {"loanalbania", 0xfe00fe}, - {"loanalcohol", 0xfe00fe}, - {"loanalgebra", 0xfe00fe}, - {"loanalgeria", 0xfe00fe}, - {"loanalready", 0xfe00fe}, {"locuntitled", 0xfe00}, - {"loganalbany", 0xfe00fe}, - {"loganalbert", 0xfe00fe}, - {"loganalfred", 0xfe00fe}, - {"loganalmost", 0xfe00fe}, - {"loganalpine", 0xfe00fe}, - {"loganalumni", 0xfe00fe}, - {"loganalways", 0xfe00fe}, {"longitudego", 0xfd00}, {"lookupissue", 0xff}, {"loserebecca", 0xfe000000}, @@ -8464,11 +7701,6 @@ var wordValues = [...]wordValue{ {"mathelliott", 0xff}, {"matrixrated", 0xfe0000}, {"matterspunk", 0xfd0000}, - {"meanalbania", 0xfe00fe}, - {"meanalcohol", 0xfe00fe}, - {"meanalgebra", 0xfe00fe}, - {"meanalgeria", 0xfe00fe}, - {"meanalready", 0xfe00fe}, {"meetupissue", 0xff}, {"megalopenis", 0xfd00ff}, {"memberspunk", 0xfd0000}, @@ -8493,16 +7725,6 @@ var wordValues = [...]wordValue{ {"michellucas", 0xff}, {"michellucia", 0xff}, {"michellunch", 0xff}, - {"michiganala", 0xfe00fe}, - {"michiganali", 0xfe00fe}, - {"michiganall", 0xfe00fe}, - {"michiganalt", 0xfe00fe}, - {"michiganusa", 0xfe}, - {"michiganusb", 0xfe}, - {"michiganusc", 0xfe}, - {"michiganusd", 0xfe}, - {"michiganuse", 0xfe}, - {"michiganusr", 0xfe}, {"micuntitled", 0xfe00}, {"mightwatson", 0xfd0000}, {"minigrammar", 0xfbfd}, @@ -8549,13 +7771,6 @@ var wordValues = [...]wordValue{ {"objectwatch", 0xfd0000}, {"objectwater", 0xfd0000}, {"obviouspunk", 0xfd0000}, - {"oceanalbany", 0xfe00fe}, - {"oceanalbert", 0xfe00fe}, - {"oceanalfred", 0xfe00fe}, - {"oceanalmost", 0xfe00fe}, - {"oceanalpine", 0xfe00fe}, - {"oceanalumni", 0xfe00fe}, - {"oceanalways", 0xfe00fe}, {"officespunk", 0xfd0000}, {"olympuspunk", 0xfd0000}, {"olympusyale", 0xfefe00}, @@ -8572,7 +7787,6 @@ var wordValues = [...]wordValue{ {"packetwatch", 0xfd0000}, {"packetwater", 0xfd0000}, {"pacuntitled", 0xfe00}, - {"panaluminum", 0xfe00fe}, {"parabolanus", 0xfe}, {"paradisemen", 0xfd0000}, {"parentspunk", 0xfd0000}, @@ -8800,14 +8014,8 @@ var wordValues = [...]wordValue{ {"routerspunk", 0xfd0000}, {"routhercock", 0xfe00fe}, {"ruthelliott", 0xff}, - {"ryanalbania", 0xfe00fe}, - {"ryanalcohol", 0xfe00fe}, - {"ryanalgebra", 0xfe00fe}, - {"ryanalgeria", 0xfe00fe}, - {"ryanalready", 0xfe00fe}, {"safecracker", 0xfe00}, {"sambunigrin", 0xfbfd}, - {"sanaluminum", 0xfe00fe}, {"sandwichate", 0xfe000000}, {"sandwichink", 0xfd00}, {"savannahate", 0xfe000000}, @@ -8838,11 +8046,6 @@ var wordValues = [...]wordValue{ {"scriptwatch", 0xfd0000}, {"scriptwater", 0xfd0000}, {"scuttlebutt", 0xff}, - {"seanalbania", 0xfe00fe}, - {"seanalcohol", 0xfe00fe}, - {"seanalgebra", 0xfe00fe}, - {"seanalgeria", 0xfe00fe}, - {"seanalready", 0xfe00fe}, {"secondomaha", 0xfe0000}, {"secondspunk", 0xfd0000}, {"secretspunk", 0xfd0000}, @@ -8943,10 +8146,6 @@ var wordValues = [...]wordValue{ {"subjectwatt", 0xfd0000}, {"successpunk", 0xfd0000}, {"suchelliott", 0xff}, - {"suckmyanmar", 0xfd0000}, - {"suckmysimon", 0xfd0000}, - {"suckmyspace", 0xfd0000}, - {"suckmystery", 0xfd0000}, {"suffraganal", 0xfe00fe}, {"surveyspunk", 0xfd0000}, {"suspectwatt", 0xfd0000}, @@ -8972,17 +8171,11 @@ var wordValues = [...]wordValue{ {"taiwanknock", 0xfd0000}, {"taiwankodak", 0xfd0000}, {"taiwankorea", 0xfd0000}, - {"tanaluminum", 0xfe00fe}, {"taughtwatch", 0xfd0000}, {"taughtwater", 0xfd0000}, {"teachespunk", 0xfd0000}, {"techelliott", 0xff}, {"teddykelkoo", 0xfefefe}, - {"thanalbania", 0xfe00fe}, - {"thanalcohol", 0xfe00fe}, - {"thanalgebra", 0xfe00fe}, - {"thanalgeria", 0xfe00fe}, - {"thanalready", 0xfe00fe}, {"theftwatson", 0xfd0000}, {"therapeuses", 0xfd0000}, {"therapeusis", 0xfd0000}, @@ -9022,7 +8215,6 @@ var wordValues = [...]wordValue{ {"uscuntitled", 0xfe00}, {"utahelliott", 0xff}, {"utcuntitled", 0xfe00}, - {"vanaluminum", 0xfe00fe}, {"vanillabias", 0xfd0000}, {"variouspunk", 0xfd0000}, {"varsemester", 0xfe}, @@ -9037,7 +8229,6 @@ var wordValues = [...]wordValue{ {"viewerspunk", 0xfd0000}, {"volleyballs", 0xff0000}, {"volumespunk", 0xfd0000}, - {"wanaluminum", 0xfe00fe}, {"watchespunk", 0xfd0000}, {"wealthellis", 0xff}, {"weathercock", 0xfe00fe}, @@ -9098,13 +8289,7 @@ var wordValues = [...]wordValue{ {"alumnigratis", 0xfbfd}, {"alumnigroove", 0xfbfd}, {"alumniground", 0xfbfd}, - {"analafayette", 0xfe00fe}, - {"analexington", 0xfe00fe}, - {"analiability", 0xfe00fe}, - {"analicensing", 0xfe00fe}, {"analkalinity", 0xfe00fe}, - {"anallagmatic", 0xfe00fe}, - {"anallagmatis", 0xfe00fe}, {"analysespunk", 0xfd0000}, {"analysispunk", 0xfd0000}, {"analysissync", 0xff000000}, @@ -9177,12 +8362,6 @@ var wordValues = [...]wordValue{ {"barrierspunk", 0xfd0000}, {"basketwatson", 0xfd0000}, {"batchelliott", 0xff}, - {"beanaluminum", 0xfe00fe}, - {"beganalbania", 0xfe00fe}, - {"beganalcohol", 0xfe00fe}, - {"beganalgebra", 0xfe00fe}, - {"beganalgeria", 0xfe00fe}, - {"beganalready", 0xfe00fe}, {"belieffinger", 0xfe00fe}, {"believespunk", 0xfd0000}, {"benchelliott", 0xff}, @@ -9276,7 +8455,6 @@ var wordValues = [...]wordValue{ {"cellularsell", 0xfe}, {"cellularsemi", 0xfe}, {"chamberspunk", 0xfd0000}, - {"chanaluminum", 0xfe00fe}, {"channelspunk", 0xfd0000}, {"chapterspunk", 0xfd0000}, {"chargerspunk", 0xfd0000}, @@ -9406,11 +8584,8 @@ var wordValues = [...]wordValue{ {"damnicaragua", 0xff}, {"damnificatus", 0xff}, {"damnominated", 0xff}, - {"danalgorithm", 0xfe00fe}, - {"danaluminium", 0xfe00fe}, {"darknesspunk", 0xfd0000}, {"daygoverning", 0xfd00}, - {"deanaluminum", 0xfe00fe}, {"deathelliott", 0xff}, {"deborahellis", 0xff}, {"debtchampion", 0xfefe00}, @@ -9495,10 +8670,6 @@ var wordValues = [...]wordValue{ {"establishate", 0xfe000000}, {"ethniccaught", 0xfdfe}, {"ethniccayman", 0xfdfe}, - {"europeanalex", 0xfe00fe}, - {"europeanalso", 0xfe00fe}, - {"europeanusgs", 0xfe}, - {"europeanusps", 0xfe}, {"exceptwatson", 0xfd0000}, {"excerptwatch", 0xfd0000}, {"excerptwater", 0xfd0000}, @@ -9605,8 +8776,6 @@ var wordValues = [...]wordValue{ {"humorontario", 0xfe000000}, {"hydrauliclit", 0xfd0000}, {"hydraulicrap", 0xff}, - {"ianalgorithm", 0xfe00fe}, - {"ianaluminium", 0xfe00fe}, {"idahoarising", 0xfefd00}, {"idahoarizona", 0xfefd00}, {"idahoarrange", 0xfefd00}, @@ -9627,42 +8796,21 @@ var wordValues = [...]wordValue{ {"jaguarselect", 0xfe}, {"jaguarsevere", 0xfe}, {"jaguarsewing", 0xfe}, - {"janalgorithm", 0xfe00fe}, - {"janaluminium", 0xfe00fe}, - {"jeanaluminum", 0xfe00fe}, {"jitterbugger", 0xfe}, - {"joanaluminum", 0xfe00fe}, {"journalspunk", 0xfd0000}, - {"juanaluminum", 0xfe00fe}, {"keithelliott", 0xff}, {"kennedykeith", 0xfefefe}, {"kennedykelly", 0xfefefe}, {"kennedykevin", 0xfefefe}, {"kennethellis", 0xff}, {"killyourself", 0x3000200}, - {"koreanalbany", 0xfe00fe}, - {"koreanalbert", 0xfe00fe}, - {"koreanalfred", 0xfe00fe}, - {"koreanalmost", 0xfe00fe}, - {"koreanalpine", 0xfe00fe}, - {"koreanalumni", 0xfe00fe}, - {"koreanalways", 0xfe00fe}, - {"lanalgorithm", 0xfe00fe}, - {"lanaluminium", 0xfe00fe}, {"laughelliott", 0xff}, {"launchespunk", 0xfd0000}, - {"leanaluminum", 0xfe00fe}, {"learnerspunk", 0xfd0000}, {"lesbianspunk", 0xfd0000}, {"levitrapeace", 0xfd0000}, {"licensespunk", 0xfd0000}, {"listingspunk", 0xfd0000}, - {"loanaluminum", 0xfe00fe}, - {"loganalbania", 0xfe00fe}, - {"loganalcohol", 0xfe00fe}, - {"loganalgebra", 0xfe00fe}, - {"loganalgeria", 0xfe00fe}, - {"loganalready", 0xfe00fe}, {"losereaction", 0xfe000000}, {"loserelating", 0xfe000000}, {"loserelation", 0xfe000000}, @@ -9700,7 +8848,6 @@ var wordValues = [...]wordValue{ {"masturbation", 0xfe0000}, {"matchelliott", 0xff}, {"mattresspunk", 0xfd0000}, - {"meanaluminum", 0xfe00fe}, {"meetingspunk", 0xfd0000}, {"memoriespunk", 0xfd0000}, {"metallicunto", 0xfefe00}, @@ -9714,10 +8861,6 @@ var wordValues = [...]wordValue{ {"michelliving", 0xff}, {"michelluther", 0xff}, {"michelluxury", 0xff}, - {"michiganalex", 0xfe00fe}, - {"michiganalso", 0xfe00fe}, - {"michiganusgs", 0xfe}, - {"michiganusps", 0xfe}, {"mineralspunk", 0xfd0000}, {"minigrateful", 0xfbfd}, {"miscuntitled", 0xfe00}, @@ -9745,11 +8888,6 @@ var wordValues = [...]wordValue{ {"ntscuntitled", 0xfe00}, {"numerouspunk", 0xfd0000}, {"objectwatson", 0xfd0000}, - {"oceanalbania", 0xfe00fe}, - {"oceanalcohol", 0xfe00fe}, - {"oceanalgebra", 0xfe00fe}, - {"oceanalgeria", 0xfe00fe}, - {"oceanalready", 0xfe00fe}, {"oclcuntitled", 0xfe00}, {"officerspunk", 0xfd0000}, {"olympusyacht", 0xfefe00}, @@ -9768,8 +8906,6 @@ var wordValues = [...]wordValue{ {"overpregnant", 0xfe0000}, {"pacificuntil", 0xfefe00}, {"packetwatson", 0xfd0000}, - {"panalgorithm", 0xfe00fe}, - {"panaluminium", 0xfe00fe}, {"partnerspunk", 0xfd0000}, {"patchelliott", 0xff}, {"patientspunk", 0xfd0000}, @@ -9978,10 +9114,7 @@ var wordValues = [...]wordValue{ {"romanticunto", 0xfefe00}, {"roughelliott", 0xff}, {"routinespunk", 0xfd0000}, - {"ryanaluminum", 0xfe00fe}, {"salariespunk", 0xfd0000}, - {"sanalgorithm", 0xfe00fe}, - {"sanaluminium", 0xfe00fe}, {"sarahelliott", 0xff}, {"scannerspunk", 0xfd0000}, {"sceniccaught", 0xfdfe}, @@ -10001,7 +9134,6 @@ var wordValues = [...]wordValue{ {"sciencespunk", 0xfd0000}, {"scratchellis", 0xff}, {"scriptwatson", 0xfd0000}, - {"seanaluminum", 0xfe00fe}, {"searchespunk", 0xfd0000}, {"secretwatson", 0xfd0000}, {"segmentspunk", 0xfd0000}, @@ -10087,12 +9219,9 @@ var wordValues = [...]wordValue{ {"taiwanknives", 0xfd0000}, {"taiwankruger", 0xfd0000}, {"taiwankuwait", 0xfd0000}, - {"tanalgorithm", 0xfe00fe}, - {"tanaluminium", 0xfe00fe}, {"taughtwatson", 0xfd0000}, {"teacherspunk", 0xfd0000}, {"teethelliott", 0xff}, - {"thanaluminum", 0xfe00fe}, {"theaterspunk", 0xfd0000}, {"theoriespunk", 0xfd0000}, {"therapeutism", 0xfd0000}, @@ -10129,16 +9258,12 @@ var wordValues = [...]wordValue{ {"unanalyzably", 0xfe00fe}, {"unretardable", 0xfe00fe00}, {"urinogenital", 0xfe0000}, - {"vanalgorithm", 0xfe00fe}, - {"vanaluminium", 0xfe00fe}, {"velvetbreast", 0xfe0000}, {"velvetwatson", 0xfd0000}, {"vermontwatch", 0xfd0000}, {"vermontwater", 0xfd0000}, {"veteranspunk", 0xfd0000}, {"visitorspunk", 0xfd0000}, - {"wanalgorithm", 0xfe00fe}, - {"wanaluminium", 0xfe00fe}, {"warningspunk", 0xfd0000}, {"warriorspunk", 0xfd0000}, {"watchelliott", 0xff}, @@ -10185,9 +9310,7 @@ var wordValues = [...]wordValue{ {"alumnigrocery", 0xfbfd}, {"americanspunk", 0xfd0000}, {"amphibichnite", 0xfefe00}, - {"analauderdale", 0xfe00fe}, - {"analimousines", 0xfe00fe}, - {"anallantoidea", 0xfe00fe}, + {"analbuquerque", 0xfe00fe}, {"analuxembourg", 0xfe00fe}, {"analysability", 0xfe00fe}, {"analysissyria", 0xff000000}, @@ -10252,9 +9375,6 @@ var wordValues = [...]wordValue{ {"basissynopsis", 0xff000000}, {"basissyracuse", 0xff000000}, {"batteriespunk", 0xfd0000}, - {"beanalgorithm", 0xfe00fe}, - {"beanaluminium", 0xfe00fe}, - {"beganaluminum", 0xfe00fe}, {"beginnerspunk", 0xfd0000}, {"bennettwatson", 0xfd0000}, {"bikinigrammar", 0xfbfd}, @@ -10303,8 +9423,6 @@ var wordValues = [...]wordValue{ {"cedarsemester", 0xfe}, {"cellularseven", 0xfe}, {"centuriespunk", 0xfd0000}, - {"chanalgorithm", 0xfe00fe}, - {"chanaluminium", 0xfe00fe}, {"chassissydney", 0xff000000}, {"chassissymbol", 0xff000000}, {"chassissyntax", 0xff000000}, @@ -10369,8 +9487,6 @@ var wordValues = [...]wordValue{ {"daughterspunk", 0xfd0000}, {"daygovernance", 0xfd00}, {"daygovernment", 0xfd00}, - {"deanalgorithm", 0xfe00fe}, - {"deanaluminium", 0xfe00fe}, {"debtchallenge", 0xfefe00}, {"debtchampagne", 0xfefe00}, {"debtchevrolet", 0xfefe00}, @@ -10452,11 +9568,6 @@ var wordValues = [...]wordValue{ {"estimatespunk", 0xfd0000}, {"ethniccausing", 0xfdfe}, {"ethniccaution", 0xfdfe}, - {"europeanalbum", 0xfe00fe}, - {"europeanalert", 0xfe00fe}, - {"europeanalpha", 0xfe00fe}, - {"europeanusing", 0xfe}, - {"europeanusual", 0xfe}, {"excerptwatson", 0xfd0000}, {"exercisespunk", 0xfd0000}, {"exhaustwatson", 0xfd0000}, @@ -10535,30 +9646,14 @@ var wordValues = [...]wordValue{ {"jaguarsegment", 0xfe}, {"jaguarsession", 0xfe}, {"jaguarseveral", 0xfe}, - {"jeanalgorithm", 0xfe00fe}, - {"jeanaluminium", 0xfe00fe}, - {"joanalgorithm", 0xfe00fe}, - {"joanaluminium", 0xfe00fe}, {"josephelliott", 0xff}, {"josephukraine", 0xfe00fe}, - {"juanalgorithm", 0xfe00fe}, - {"juanaluminium", 0xfe00fe}, {"kennedykelkoo", 0xfefefe}, - {"koreanalbania", 0xfe00fe}, - {"koreanalcohol", 0xfe00fe}, - {"koreanalgebra", 0xfe00fe}, - {"koreanalgeria", 0xfe00fe}, - {"koreanalready", 0xfe00fe}, {"launchelliott", 0xff}, - {"leanalgorithm", 0xfe00fe}, - {"leanaluminium", 0xfe00fe}, {"lengthelliott", 0xff}, {"levitrapeople", 0xfd0000}, {"levitrapepper", 0xfd0000}, {"librariespunk", 0xfd0000}, - {"loanalgorithm", 0xfe00fe}, - {"loanaluminium", 0xfe00fe}, - {"loganaluminum", 0xfe00fe}, {"logicuntitled", 0xfe00}, {"logisticspunk", 0xfd0000}, {"loserelevance", 0xfe000000}, @@ -10580,8 +9675,6 @@ var wordValues = [...]wordValue{ {"masterbattery", 0xfe0000}, {"materialspunk", 0xfd0000}, {"mauritiuspunk", 0xfd0000}, - {"meanalgorithm", 0xfe00fe}, - {"meanaluminium", 0xfe00fe}, {"mechanicspunk", 0xfd0000}, {"medicinespunk", 0xfd0000}, {"menudedicated", 0xfd0000}, @@ -10598,11 +9691,6 @@ var wordValues = [...]wordValue{ {"michellincoln", 0xff}, {"michellindsay", 0xff}, {"michelluggage", 0xff}, - {"michiganalbum", 0xfe00fe}, - {"michiganalert", 0xfe00fe}, - {"michiganalpha", 0xfe00fe}, - {"michiganusing", 0xfe}, - {"michiganusual", 0xfe}, {"ministerspunk", 0xfd0000}, {"modularselect", 0xfe}, {"modularsevere", 0xfe}, @@ -10630,7 +9718,6 @@ var wordValues = [...]wordValue{ {"oasissyndrome", 0xff000000}, {"oasissynopsis", 0xff000000}, {"oasissyracuse", 0xff000000}, - {"oceanaluminum", 0xfe00fe}, {"officialspunk", 0xfd0000}, {"olympusyamaha", 0xfefe00}, {"olympusyellow", 0xfefe00}, @@ -10789,8 +9876,6 @@ var wordValues = [...]wordValue{ {"retailerspunk", 0xfd0000}, {"romanticuntil", 0xfefe00}, {"roommatespunk", 0xfd0000}, - {"ryanalgorithm", 0xfe00fe}, - {"ryanaluminium", 0xfe00fe}, {"sandwichellis", 0xff}, {"savannahellis", 0xff}, {"scenariospunk", 0xfd0000}, @@ -10817,8 +9902,6 @@ var wordValues = [...]wordValue{ {"scholarsexist", 0xfe}, {"scientificlit", 0xfd0000}, {"scientificrap", 0xff}, - {"seanalgorithm", 0xfe00fe}, - {"seanaluminium", 0xfe00fe}, {"seminarsebony", 0xfe}, {"seminarsebook", 0xfe}, {"seminarseddie", 0xfe}, @@ -10876,8 +9959,6 @@ var wordValues = [...]wordValue{ {"taiwankatrina", 0xfd0000}, {"terminalspunk", 0xfd0000}, {"tetrapetalous", 0xfd0000}, - {"thanalgorithm", 0xfe00fe}, - {"thanaluminium", 0xfe00fe}, {"thesauruspunk", 0xfd0000}, {"thicknesspunk", 0xfd0000}, {"thoughelliott", 0xff}, @@ -10912,7 +9993,6 @@ var wordValues = [...]wordValue{ {"algorithmspunk", 0xfd0000}, {"alumnigrateful", 0xfbfd}, {"amendmentspunk", 0xfd0000}, - {"analiabilities", 0xfe00fe}, {"analysissydney", 0xff000000}, {"analysissymbol", 0xff000000}, {"analysissyntax", 0xff000000}, @@ -10941,8 +10021,6 @@ var wordValues = [...]wordValue{ {"basissyndicate", 0xff000000}, {"basissynthesis", 0xff000000}, {"basissynthetic", 0xff000000}, - {"beganalgorithm", 0xfe00fe}, - {"beganaluminium", 0xfe00fe}, {"beneathelliott", 0xff}, {"bikinigrateful", 0xfbfd}, {"bitchallenging", 0xfefe00}, @@ -11030,7 +10108,6 @@ var wordValues = [...]wordValue{ {"cubichurricane", 0xfefe00}, {"currenciespunk", 0xfd0000}, {"damnegotiation", 0xff}, - {"danalbuquerque", 0xfe00fe}, {"deborahelliott", 0xff}, {"democraticunto", 0xfefe00}, {"deutschelliott", 0xff}, @@ -11071,13 +10148,6 @@ var wordValues = [...]wordValue{ {"eroticuntitled", 0xfe00}, {"essentialspunk", 0xfd0000}, {"ethnicuntitled", 0xfe00}, - {"europeanalbany", 0xfe00fe}, - {"europeanalbert", 0xfe00fe}, - {"europeanalfred", 0xfe00fe}, - {"europeanalmost", 0xfe00fe}, - {"europeanalpine", 0xfe00fe}, - {"europeanalumni", 0xfe00fe}, - {"europeanalways", 0xfe00fe}, {"executivespunk", 0xfd0000}, {"exoticuntitled", 0xfe00}, {"expoopposition", 0xff}, @@ -11114,7 +10184,6 @@ var wordValues = [...]wordValue{ {"homotransplant", 0xfffe00}, {"hornyugoslavia", 0xfd0000}, {"hydraulicuntil", 0xfefe00}, - {"ianalbuquerque", 0xfe00fe}, {"idahoarbitrary", 0xfefd00}, {"idahoarlington", 0xfefd00}, {"idahomolecular", 0xfffe00}, @@ -11132,15 +10201,10 @@ var wordValues = [...]wordValue{ {"italicuntitled", 0xfe00}, {"jackassumption", 0xff000000}, {"jaguarsemester", 0xfe}, - {"janalbuquerque", 0xfe00fe}, {"kennethelliott", 0xff}, - {"koreanaluminum", 0xfe00fe}, {"labiatiflorous", 0xfd0000}, - {"lanalbuquerque", 0xfe00fe}, {"landscapespunk", 0xfd0000}, {"limousinespunk", 0xfd0000}, - {"loganalgorithm", 0xfe00fe}, - {"loganaluminium", 0xfe00fe}, {"loserelocation", 0xfe000000}, {"loseretirement", 0xfe000000}, {"lymphomonocyte", 0xfffe00}, @@ -11151,13 +10215,6 @@ var wordValues = [...]wordValue{ {"menudepression", 0xfd0000}, {"merchandisemen", 0xfd0000}, {"metricuntitled", 0xfe00}, - {"michiganalbany", 0xfe00fe}, - {"michiganalbert", 0xfe00fe}, - {"michiganalfred", 0xfe00fe}, - {"michiganalmost", 0xfe00fe}, - {"michiganalpine", 0xfe00fe}, - {"michiganalumni", 0xfe00fe}, - {"michiganalways", 0xfe00fe}, {"mississippissl", 0xff}, {"moderatorspunk", 0xfd0000}, {"modularsegment", 0xfe}, @@ -11173,11 +10230,8 @@ var wordValues = [...]wordValue{ {"oasissynthetic", 0xff000000}, {"obituariespunk", 0xfd0000}, {"objectivespunk", 0xfd0000}, - {"oceanalgorithm", 0xfe00fe}, - {"oceanaluminium", 0xfe00fe}, {"orchestrapeace", 0xfd0000}, {"orthomolecular", 0xfffe00}, - {"panalbuquerque", 0xfe00fe}, {"paperbackspunk", 0xfd0000}, {"particularsega", 0xfe}, {"particularself", 0xfe}, @@ -11259,7 +10313,6 @@ var wordValues = [...]wordValue{ {"regularsegment", 0xfe}, {"regularsession", 0xfe}, {"regularseveral", 0xfe}, - {"sanalbuquerque", 0xfe00fe}, {"scenicuntitled", 0xfe00}, {"scholarsedward", 0xfe}, {"scholarseffect", 0xfe}, @@ -11324,14 +10377,12 @@ var wordValues = [...]wordValue{ {"strategiespunk", 0xfd0000}, {"stretchelliott", 0xff}, {"substancespunk", 0xfd0000}, - {"suckmysterious", 0xfd0000}, {"supporterspunk", 0xfd0000}, {"synopsissydney", 0xff000000}, {"synopsissymbol", 0xff000000}, {"synopsissyntax", 0xff000000}, {"syntheticuntil", 0xfefe00}, {"systematicunto", 0xfefe00}, - {"tanalbuquerque", 0xfe00fe}, {"techniquespunk", 0xfd0000}, {"terroristspunk", 0xfd0000}, {"themselvespunk", 0xfd0000}, @@ -11357,9 +10408,7 @@ var wordValues = [...]wordValue{ {"tremendouspunk", 0xfd0000}, {"ureterogenital", 0xfe0000}, {"urethrogenital", 0xfe0000}, - {"vanalbuquerque", 0xfe00fe}, {"volunteerspunk", 0xfd0000}, - {"wanalbuquerque", 0xfe00fe}, {"whoarbitration", 0xfefd00}, {"whomobituaries", 0xfffe00}, {"whomobligation", 0xfffe00}, @@ -11385,7 +10434,6 @@ var wordValues = [...]wordValue{ {"attachmentspunk", 0xfd0000}, {"ballsustainable", 0xff0000}, {"ballswitzerland", 0xff0000}, - {"beanalbuquerque", 0xfe00fe}, {"biographiespunk", 0xfd0000}, {"bitschallenging", 0xfefe00}, {"bloodyugoslavia", 0xfe}, @@ -11414,7 +10462,6 @@ var wordValues = [...]wordValue{ {"cellularsegment", 0xfe}, {"cellularsession", 0xfe}, {"cellularseveral", 0xfe}, - {"chanalbuquerque", 0xfe00fe}, {"chassissymantec", 0xff000000}, {"chassissympathy", 0xff000000}, {"chassissymphony", 0xff000000}, @@ -11446,7 +10493,6 @@ var wordValues = [...]wordValue{ {"crisissynthesis", 0xff000000}, {"crisissynthetic", 0xff000000}, {"cubicharassment", 0xfefe00}, - {"deanalbuquerque", 0xfe00fe}, {"debtchallenging", 0xfefe00}, {"democraticuntil", 0xfefe00}, {"departmentspunk", 0xfd0000}, @@ -11476,11 +10522,6 @@ var wordValues = [...]wordValue{ {"electronicspunk", 0xfd0000}, {"electronicuntil", 0xfefe00}, {"enterprisespunk", 0xfd0000}, - {"europeanalbania", 0xfe00fe}, - {"europeanalcohol", 0xfe00fe}, - {"europeanalgebra", 0xfe00fe}, - {"europeanalgeria", 0xfe00fe}, - {"europeanalready", 0xfe00fe}, {"experiencespunk", 0xfd0000}, {"experimentspunk", 0xfd0000}, {"expoopportunity", 0xff}, @@ -11513,29 +10554,16 @@ var wordValues = [...]wordValue{ {"instrumentspunk", 0xfd0000}, {"investmentspunk", 0xfd0000}, {"jackassociation", 0xff000000}, - {"jeanalbuquerque", 0xfe00fe}, - {"joanalbuquerque", 0xfe00fe}, - {"juanalbuquerque", 0xfe00fe}, - {"koreanalgorithm", 0xfe00fe}, - {"koreanaluminium", 0xfe00fe}, - {"leanalbuquerque", 0xfe00fe}, - {"loanalbuquerque", 0xfe00fe}, {"losereliability", 0xfe000000}, {"loserenaissance", 0xfe000000}, {"mamboobituaries", 0xfd0000}, {"mamboobligation", 0xfd0000}, {"masterbatteries", 0xfe0000}, {"mathematicspunk", 0xfd0000}, - {"meanalbuquerque", 0xfe00fe}, {"menudetermining", 0xfd0000}, {"michellafayette", 0xff}, {"michelliability", 0xff}, {"michellicensing", 0xff}, - {"michiganalbania", 0xfe00fe}, - {"michiganalcohol", 0xfe00fe}, - {"michiganalgebra", 0xfe00fe}, - {"michiganalgeria", 0xfe00fe}, - {"michiganalready", 0xfe00fe}, {"minneapolispunk", 0xfd0000}, {"modularsemester", 0xfe}, {"molecularselect", 0xfe}, @@ -11598,7 +10626,6 @@ var wordValues = [...]wordValue{ {"researcherspunk", 0xfd0000}, {"respondentspunk", 0xfd0000}, {"restaurantspunk", 0xfd0000}, - {"ryanalbuquerque", 0xfe00fe}, {"sandwichelliott", 0xff}, {"saskatchewankai", 0xfd0000}, {"saskatchewankay", 0xfd0000}, @@ -11623,7 +10650,6 @@ var wordValues = [...]wordValue{ {"scholarsexhaust", 0xfe}, {"scholarsexhibit", 0xfe}, {"scientificuntil", 0xfefe00}, - {"seanalbuquerque", 0xfe00fe}, {"secretariatwatt", 0xfd0000}, {"seminarselegant", 0xfe}, {"seminarselement", 0xfe}, @@ -11650,7 +10676,6 @@ var wordValues = [...]wordValue{ {"supplementspunk", 0xff0000}, {"systematicuntil", 0xfefe00}, {"territoriespunk", 0xfd0000}, - {"thanalbuquerque", 0xfe00fe}, {"therapeuticunto", 0xfefe00}, {"thesissymposium", 0xff000000}, {"thesissyndicate", 0xff000000}, @@ -11681,7 +10706,6 @@ var wordValues = [...]wordValue{ {"athleticuntitled", 0xfe00}, {"atlanticuntitled", 0xfe00}, {"basissyndication", 0xff000000}, - {"beganalbuquerque", 0xfe00fe}, {"cadillacuntitled", 0xfe00}, {"calendarselegant", 0xfe}, {"calendarselement", 0xfe}, @@ -11746,7 +10770,6 @@ var wordValues = [...]wordValue{ {"emphasissyracuse", 0xff000000}, {"enhancementspunk", 0xfd0000}, {"environmentspunk", 0xfd0000}, - {"europeanaluminum", 0xfe00fe}, {"familiarsemester", 0xfe}, {"fundamentalspunk", 0xfd0000}, {"genesissymposium", 0xff000000}, @@ -11762,29 +10785,16 @@ var wordValues = [...]wordValue{ {"indianapolispunk", 0xfd0000}, {"jackassification", 0xff000000}, {"laboratoriespunk", 0xfd0000}, - {"loganalbuquerque", 0xfe00fe}, {"magneticuntitled", 0xfe00}, {"mamboobservation", 0xfd0000}, {"measurementspunk", 0xfd0000}, - {"mediterraneanala", 0xfe00fe}, - {"mediterraneanali", 0xfe00fe}, - {"mediterraneanall", 0xfe00fe}, - {"mediterraneanalt", 0xfe00fe}, - {"mediterraneanusa", 0xfe}, - {"mediterraneanusb", 0xfe}, - {"mediterraneanusc", 0xfe}, - {"mediterraneanusd", 0xfe}, - {"mediterraneanuse", 0xfe}, - {"mediterraneanusr", 0xfe}, {"metallicuntitled", 0xfe00}, {"michellauderdale", 0xff}, {"michelluxembourg", 0xff}, - {"michiganaluminum", 0xfe00fe}, {"molecularsegment", 0xfe}, {"molecularsession", 0xfe}, {"molecularseveral", 0xfe}, {"oasissyndication", 0xff000000}, - {"oceanalbuquerque", 0xfe00fe}, {"particularselect", 0xfe}, {"particularsevere", 0xfe}, {"particularsewing", 0xfe}, @@ -11927,24 +10937,15 @@ var wordValues = [...]wordValue{ {"emphasissynthesis", 0xff000000}, {"emphasissynthetic", 0xff000000}, {"entrepreneurspunk", 0xfd0000}, - {"europeanalgorithm", 0xfe00fe}, - {"europeanaluminium", 0xfe00fe}, {"expoopportunities", 0xff}, {"fantasticuntitled", 0xfe00}, {"homoeocrystalline", 0xfffe00}, {"hydraulicuntitled", 0xfe00}, {"investigatorspunk", 0xfd0000}, - {"koreanalbuquerque", 0xfe00fe}, {"manufacturerspunk", 0xfd0000}, {"massachusettspunk", 0xfd0000}, - {"mediterraneanalex", 0xfe00fe}, - {"mediterraneanalso", 0xfe00fe}, - {"mediterraneanusgs", 0xfe}, - {"mediterraneanusps", 0xfe}, {"menudetermination", 0xfd0000}, {"michelliabilities", 0xff}, - {"michiganalgorithm", 0xfe00fe}, - {"michiganaluminium", 0xfe00fe}, {"miscellaneouspunk", 0xfd0000}, {"molecularsemester", 0xfe}, {"olympusyugoslavia", 0xfefe00}, @@ -12054,11 +11055,6 @@ var wordValues = [...]wordValue{ {"dollarselimination", 0xfe}, {"electronicuntitled", 0xfe00}, {"genesissyndication", 0xff000000}, - {"mediterraneanalbum", 0xfe00fe}, - {"mediterraneanalert", 0xfe00fe}, - {"mediterraneanalpha", 0xfe00fe}, - {"mediterraneanusing", 0xfe}, - {"mediterraneanusual", 0xfe}, {"particularsemester", 0xfe}, {"periodickazakhstan", 0xfe00fe}, {"periodickilometers", 0xfe00fe}, @@ -12093,15 +11089,6 @@ var wordValues = [...]wordValue{ {"characteristicspunk", 0xfd0000}, {"characteristicuntil", 0xfefe00}, {"emphasissyndication", 0xff000000}, - {"europeanalbuquerque", 0xfe00fe}, - {"mediterraneanalbany", 0xfe00fe}, - {"mediterraneanalbert", 0xfe00fe}, - {"mediterraneanalfred", 0xfe00fe}, - {"mediterraneanalmost", 0xfe00fe}, - {"mediterraneanalpine", 0xfe00fe}, - {"mediterraneanalumni", 0xfe00fe}, - {"mediterraneanalways", 0xfe00fe}, - {"michiganalbuquerque", 0xfe00fe}, {"pharmaceuticalspunk", 0xfd0000}, {"phosphomonoesterase", 0xfffe00}, {"representativespunk", 0xfd0000}, @@ -12120,20 +11107,11 @@ var wordValues = [...]wordValue{ {"cardiovascularsevere", 0xfe}, {"cardiovascularsewing", 0xfe}, {"diagnosissyndication", 0xff000000}, - {"mediterraneanalbania", 0xfe00fe}, - {"mediterraneanalcohol", 0xfe00fe}, - {"mediterraneanalgebra", 0xfe00fe}, - {"mediterraneanalgeria", 0xfe00fe}, - {"mediterraneanalready", 0xfe00fe}, {"cardiovascularsegment", 0xfe}, {"cardiovascularsession", 0xfe}, {"cardiovascularseveral", 0xfe}, - {"mediterraneanaluminum", 0xfe00fe}, {"cardiovascularsemester", 0xfe}, {"characteristicuntitled", 0xfe00}, - {"mediterraneanalgorithm", 0xfe00fe}, - {"mediterraneanaluminium", 0xfe00fe}, {"saskatchewankazakhstan", 0xfd0000}, {"saskatchewankilometers", 0xfd0000}, - {"mediterraneanalbuquerque", 0xfe00fe}, }