From 7010cd20c9e25e4b3ab002a64e1901ffccf83b2a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 25 Jul 2026 20:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: llam9/eng1-large Source: Original Platform --- .gitattributes | 35 + README.md | 67 + config.json | 32 + generation_config.json | 6 + merges.txt | 29740 ++++++++ model.safetensors | 3 + special_tokens_map.json | 7 + tokenizer.json | 149055 +++++++++++++++++++++++++++++++++++++ tokenizer_config.json | 53 + training_args.bin | 3 + vocab.json | 1 + 11 files changed, 179002 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 generation_config.json create mode 100644 merges.txt create mode 100644 model.safetensors create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json create mode 100644 training_args.bin create mode 100644 vocab.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6344aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..604d3ae --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +library_name: transformers +tags: +- generated_from_trainer +model-index: +- name: eng1-large + results: [] +--- + + + +# eng1-large + +This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset. +It achieves the following results on the evaluation set: +- Loss: 2.6418 + +## Model description + +More information needed + +## Intended uses & limitations + +More information needed + +## Training and evaluation data + +More information needed + +## Training procedure + +### Training hyperparameters + +The following hyperparameters were used during training: +- learning_rate: 0.0001 +- train_batch_size: 16 +- eval_batch_size: 8 +- seed: 42 +- gradient_accumulation_steps: 4 +- total_train_batch_size: 64 +- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments +- lr_scheduler_type: linear +- num_epochs: 10 + +### Training results + +| Training Loss | Epoch | Step | Validation Loss | +|:-------------:|:-----:|:-----:|:---------------:| +| 3.4203 | 1.0 | 2955 | 3.3579 | +| 2.9849 | 2.0 | 5910 | 2.9797 | +| 2.7942 | 3.0 | 8865 | 2.8564 | +| 2.7439 | 4.0 | 11820 | 2.7862 | +| 2.7095 | 5.0 | 14775 | 2.7377 | +| 2.7316 | 6.0 | 17730 | 2.7029 | +| 2.6551 | 7.0 | 20685 | 2.6778 | +| 2.6195 | 8.0 | 23640 | 2.6603 | +| 2.5955 | 9.0 | 26595 | 2.6479 | +| 2.5775 | 10.0 | 29550 | 2.6418 | + + +### Framework versions + +- Transformers 4.53.0 +- Pytorch 2.4.1+cu121 +- Datasets 2.14.7 +- Tokenizers 0.21.0 diff --git a/config.json b/config.json new file mode 100644 index 0000000..9d29b38 --- /dev/null +++ b/config.json @@ -0,0 +1,32 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50256, + "embd_pdrop": 0.1, + "eos_token_id": 50256, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 2048, + "n_embd": 768, + "n_head": 12, + "n_inner": 3072, + "n_layer": 12, + "n_positions": 2048, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "torch_dtype": "float32", + "transformers_version": "4.53.0", + "use_cache": true, + "vocab_size": 30000 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..c1f2d23 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,6 @@ +{ + "_from_model_config": true, + "bos_token_id": 50256, + "eos_token_id": 50256, + "transformers_version": "4.53.0" +} diff --git a/merges.txt b/merges.txt new file mode 100644 index 0000000..282d170 --- /dev/null +++ b/merges.txt @@ -0,0 +1,29740 @@ +#version: 0.2 +Ġ t +h e +Ġ a +i n +r e +Ġ s +Ġt he +o u +Ġ w +o n +h a +e r +n d +Ġ c +Ġ b +i t +Ġ d +i s +Ġ m +e s +Ġ o +e n +Ġ f +Ġ p +l l +a n +in g +o r +Ġ y +Ġ l +O T +M OT +Ġt o +e d +a r +C H +CH I +a s +ha t +Ġ g +Ġy ou +Ġa nd +n o +Ġo f +Ġ in +a t +o m +Ġ he +' s +Ġ ha +Ġ I +Ġ h +l e +i c +v e +Ġ it +e t +a y +u s +Ġ e +Ġ on +i d +Ġt h +a l +o s +Ġt hat +g h +Ġb e +Ġ no +a d +o o +Ġ is +u t +o w +l d +a c +i m +en t +Ġw as +Ġw e +i r +Ġ u +Ġ re +a m +v er +Ġ n +' t +o t +r i +k e +. . +Ġd e +q u +gh t +Ġf or +i on +l y +Ġs t +Ġd o +Ġ T +Ġs e +r o +Ġ S +ou t +Ġm e +a nd +Ġ M +it h +Ġ A +Ġ k +s e +a ll +u r +he r +Ġw ith +s t +e a +om e +c h +Ġa s +Ġa n +Ġ C +t er +i ll +Ġg o +Ġl i +Ġ B +Ġa t +Ġw h +c e +Ġno t +Ġ qu +r a +I N +u n +an t +ou ld +i l +Ġha ve +Ġ H +A T +Ġth is +es t +us t +IN V +he re +Ġ " +u m +a b +Ġa re +no w +i e +c t +oo k +i f +e ll +Ġh is +A R +o l +.. . +Ġ j +Ġthe y +o re +Ġon e +Ġ P +Ġhe r +t h +o p +Ġc an +Ġk now +e l +Ġ r +x x +Ġu p +Ã Ń +Ġa l +Ġn e +ea h +Ġthe re +i g +Ġyou r +Ġ v +Ġs o +Ġc on +Ġd on +Ġha d +u l +Ġa ll +Ġs u +Ġs he +Ġf r +Ġ 1 +p p +a in +Ġw hat +Ġ D +g e +Ġl a +ou r +he n +Ġs a +Ġs h +Ġm y +Ġ W +n a +ac k +ar t +Ġ out +Ġa b +Ġc om +Ġli ke +Ġ en +e m +oo d +Ġp l +i ght +Ġh im +G E +is t +L D +Ġ G +r y +in k +Ġ L +GE T +CHI LD +Ġfr om +' re +T AR +re d +er s +TAR GET +c k +o h +re s +Ġ F +n t +T he +at ion +Ġg et +Ġb ut +Ġ J +à ³ +Y ou +a ke +Ġo r +Ġ N +ĠT he +Ġqu e +ri ght +Ġ R +ver y +Ġwe re +ar d +Ġ E +ou nd +es s +Ġb y +am e +F AT +à © +Ġe l +on e +ha n +y ou +w hat +in d +à ¡ +p e +Ġd id +' m +Ġthe m +as t +on g +t her +it t +Ġ 2 +o d +ow n +a k +E R +. " +Ġ us +Ġs ome +all y +Ġg ot +Ġw or +Ġab out +Ġe x +i ve +Ġl ook +Ġth ink +' ll +Ġhe re +at e +Ġsa id +Ġw ant +e p +Ġse e +c a +Ġj ust +y eah +or t +Ġl e +ic e +Ġm an +b er +] . +t o +ic k +Ġw ould +v en +a p +Ġu n +c i +f e +ic h +Ġ ( +Ġl o +Ġ O +a re +a g +H ER +os e +Ġ if +im e +ou gh +in e +xx x +id e +Ġp ro +us e +u e +Ġthe n +Ġw hen +Ġwh o +Ġan y +, " +os t +Ġa r +Ġa g +u d +Ġno w +h ing +Ġs ay +Ġ right +t hat +Ġt w +k ay +Ġ es +h i +Ġw ill +Ġs p +itt le +Ġb o +ou s +t e +i es +Ġc l +ĠH e +Ġ . +I t +Ġd own +E S +- - +' ve +Ġt r +w ay +Ġ1 9 +O R +Ġb ack +Ġp e +Ġha s +Ġl ittle +Ġbe en +w e +Ġgo ing +Ġ2 0 +Ġp ut +Ġt ime +Ġg r +n e +ac e +MOT HER +Ġthe ir +Ġc ould +Ġm u +Ġm ore +i a +I G +Ġo ver +it y +s o +Ġof f +ĠI t +e ar +Ġg ood +l a +Ġwh ich +re e +ES T +t he +l f +it e +AT OR +EST IG +ESTIG ATOR +INV ESTIGATOR +Ġto o +Ġp r +Ġ [ +u re +H e +Ġ est +Ġ very +l o +m y +Ġ ro +i v +ca use +y es +Ġ K +u h +Ġo ther +is h +m ent +Ġ ' +Ġf e +on d +Ġa f +Ġtw o +Ġ er +p er +A nd +Ġb r +Ġpl ay +W hat +d o +Ġt e +ing s +re at +f t +Ġc o +h o +i an +al k +N o +ÃŃ a +or n +he d +ur n +om et +Ġa m +b le +b e +Ġin to +Ġc ome +a ge +Ġ xxx +op le +i z +h y +Ġ U +t y +ou ght +ir st +Ġp er +as s +i re +p l +p s +ad e +as e +Ġc ar +ot her +Y eah +Ġag ain +O h +on na +at er +u b +Ġw ay +Ġb l +ar y +Ġp art +Ġw here +Ġh ow +Ġc all +Ġpe ople +r an +Ġt han +n g +Ġm ake +Ġg onna +Ġwor k +ou nt +u ck +or d +p t +W e +Ġdo es +h is +Ġm o +Ġp o +is s +Ġd ay +Ġs omet +à ± +Ġwe ll +Ġf irst +nd er +Ġp re +Ġmu ch +h m +? " +u ll +Ġa c +Ġl os +Ġt ake +ac t +m er +Ġt ell +is e +Ġaf ter +f f +Ġha nd +a v +Ġa d +re n +Ġme an +Ġne ed +a h +e nd +o kay +l es +ab le +Ġb et +i en +m an +f ore +se lf +u g +w n +t ing +i er +Ġon ly +ar k +Ġd es +Ġl et +Ġcom p +ha r +at her +Ġ our +Ġth r +ac h +Ġc u +c es +ou se +v ed +T hat +i le +B ut +ad o +y s +Ġc r +Ġg u +ĠS t +w here +Ġsh ould +Ġ im +res s +Ġe very +Ġd is +v ing +Ġcon t +Ġm ade +th ing +Ġ V +in t +os s +W ell +Ġdid n +t here +i ed +ad y +u gh +at ed +Ġy ear +i o +oo l +c o +Ġthe se +an g +Ġp or +he s +or y +Ġha pp +Ġs m +ir l +Ġb ig +Ġl ong +Ġde l +g o +Ġsomet hing +ó n +i p +Ġ Y +ar a +o b +ion s +Ġre ally +t a +ic t +en s +Ġa way +ĠI n +Ġs ha +Ġs er +v es +' d +g et +d ay +d e +qu e +Ġbe fore +0 0 +Ġw ent +Ġ , +Ġbe cause +an na +Ġu nder +Ġw r +Ġse c +Ġs c +Ġb u +Ġ ke +Ġu na +Ġre m +Ġt alk +Ġal so +od y +w ard +ĠM r +b ut +i x +Ġf l +Ġc h +! " +Ġa ct +c l +ri end +Ġo ld +Ġm ay +Ġg irl +Ġt ra +Ġhe l +l ook +Ġc ame +o ll +Ġre s +S o +on s +Ġa pp +P AR +ri ed +f ul +Ġdo ing +m p +or s +Ġh ome +at ch +Ġas k +o y +Ġth ought +Ġne ver +an s +Ġhe ad +Ġth ree +Ġ ra +n y +no ther +Y es +Ġt urn +Ġth ose +á s +hi ld +c an +or m +en ce +ul t +Ġ - +an ce +d y +Ġne w +Ġman y +Ġthr ough +w ell +Ġh ouse +Ġl as +Ġb ook +o c +Ġe at +o ld +l and +i ly +k s +le t +Ġ ent +Ġth ing +Ġth ings +Ġe ven +Ġw anna +at h +ĠS he +Ġg reat +e ct +ab y +Ġm ust +ig n +Ġf ind +on t +Ġst art +Ġp u +a ve +ĠU n +ak es +Ġ20 1 +u c +Ġa nother +en ed +t ain +Ġcall ed +Ġst ill +Ġb it +Ġf ound +Ġhel p +le ase +Ġd if +g g +ĠC h +Ġc hild +Ġl ast +i ous +a it +b r +oo t +c ome +ak ing +Ġg ive +ad a +at es +ab a +I n +x t +Ġm in +and o +Ġdon e +al s +Ġw on +u p +Ġb ot +i gh +Ġbo y +Ġl ea +Ġo p +a ir +Ġc a +ar s +la ugh +Ġm ight +Ġc ha +m e +Ġit s +j o +Ġsh ow +um my +i ent +s ide +Ġha r +i ld +Ġn ight +u ally +Ġn ame +Ġbe l +The y +Ġm om +p ort +Ġm ost +re nt +ver s +Ġt ry +ic al +o g +Ġlo ve +u nd +Ġc han +Ġl ot +a il +l ing +Ġf riend +Ġar ound +Ġs l +Ġo wn +T his +m hm +S he +Ġcom m +. ] +Ġc ol +ch ool +b ody +à º +y e +Ġc ount + ¿ +e ver +Ġc he +ĠThe y +id o +Ġf in +Ġis n +Ġe nd +Ġus ed +Ġw ater +Ġk ind +one y +Ġs pe +em ber +am p +Ġfe el +g r +T here +it ed +ĠA nd +im es +w w +Ġb aby +Ġc are +Ġ 3 +Ġyear s +Ġpl ace +Ġde c +Ġbet ter +Ġb us +Ġbe ing +Ġsu ch +h uh +l ed +d s +ĠB r +Ġm other +Ġm en +in ce +I S +m b +Ġp ara +g an +E X +way s +in s +Ġt en +c er +Ġm on +out h +A D +Ġwh ile +n ing +Ġm at +Ġd r +um p +Ġo b +ation s +Ġsu re +Ġli fe +Ġke ep +Ġe ar +Ġf our +th is +EX P +Ġp res +Ġel se +Ġs ame +Ġ ve +Ġg l +i ke +the y +Ġr un +e w +Ġlook s +id ent +Ġre c +Ġwh y +Ġn ice +Ġm ar +Ġe le +Ġb re +Ġsu pp +ĠN o +it ion +ic an +Ġf am +" . +laugh s +Ġany thing +Ġro om +Ġdoes n + ¡ +ers on +A N +m m +Ġs chool +h ow +Ġs it +un t +Ġse em +ct ion +Ġs et +Ġsa w +i b +Ġ You +ĠA l +in a +Ġha b +Ġ ll +ad dy +Ġre g +u ght +ĠM ar +Ġc our +Ġu h +i ón +ut e +Ġne xt +or ry +v ent +H ow +Ġf ar +Ġo kay +Ġ ? +Ġto ld +Ġst r +s he +g er +Ġle ft +a z +r ow +ic a +Ġat t +re st +I f +ve l +Ġal ways +t en +a le +ĠB ut +Ġp ol +Ġt er +a j +Ġ20 0 +Ġn um +m o +Ġdif fe +Ġm ás +Ġy es +le ep +c ess +n er +e e +¿ ½ +ï ¿½ +is ter +Ġwe e +Ġd i +m s +ĠA mer +Ġf un +Ġf ather +Ġtoo k +d er +ter n +Ġc le +Ġy eah +ou n +Ġus e +Ġs w +Ġre ad +Ġre t +Ġu nt +Ġre al +Ġb all +un g +Ġs ur +m a +Ġe ver +han k +n ess +re am +i al +Ġh old +ra w +m ber +pe ct +Ġst op +no t +Ġs on +Ġg one +i ble +is hed +) , +Ġdo or +en er +Ġc ap +re t +D o +W hy +Ġd ist +ĠT h +Ġth ough +Ġw om +Ġb ed +ow er +w ho +) . +Ġk ne +Ġw ar +c ed +ow s +Ġbo x +Ġw alk +Ġen ough +get her +Ġm oney +Ġcom o +orn ing +Ġw ait +Ġhar d +Ġcom ing +ir a +Ġsay s +Ġp erson +Ġer m +ĠF ran +Ġqu é +Ġs ide +re w +g u +Ġp ap +Ġgo es +Ġe yes +Ġp ie +Ġb ir +Ġhe ar +b o +ou p +c ha +R O +Ġask ed +as ed +Ġunt il +Ġyou ng +g in +er o +Ġcon s +Ġpo int +ri es +a w +Ġf ace +Ġop en +i red +u al +c om +Ġm il +ent e +p ut +Ġs ing +or a +ĠA r +Ġm et +Ġp ass +Ġbel ie +ĠD e +Ġl ar +we en +ĠT his +Ġ20 2 +an y +Ġli ght +Ġne ar +N ow +Ġqu ite +Ġk ill +ur ing +Ġse en +Ġsm all +ul ar +st e +Ġf ive +Ġwor ld +Ġre l +D on +ĠA s +Ġst and +ct or +ation al +Ġdiffe rent +Ġm orning +Ġp lease +Ġknow n +d on +b ab +fe ct +Ġ1 8 +Ġb est +Ġfe w +M A +Ġa qu +t le +re en +Ġsec ond +am a +Ġcour se +S IS +Ġlook ing +an k +Ġdo g +b re +i ó +un e +op e +Ġr ound +r u +r as +Ġc har +w hy +Ġre d +i et +ter s +Ġan im +Ġ _ +t on +Ġto gether +Ġf ell +Ġc as +g ed +Ġs k +oll ow +Ġhand s +Ġnot hing +Ġ 4 +Ġh ur +Ġest á +u res +Ġbot h +Ġre st +Ġs ound +am b +H E +Ġe ach +Ġon ce +Ġd a +p r +ea k +Ġp ick +or th +Ġbet ween +it s +j ect +c he +Ġs al +u ff +r ist +Ġ ver +Ġst ay +Ġmom ent +ci al +Ġchild ren +Ġf all +c le +Ġw ind +ic s +Ġd ri +Ġhe ard +Ġsha ll +us h +Ġup on +Ġso on +Ġ é +Ġs ix +Ġy et +p ed +at ing +te nd +Ġf ire +Ġhim self +Ġs leep +i é +Ġl ist +Ġ ri +Ġget ting +" , +et s +Ġs us +e g +C ome +ft a +d id +Ġnum ber +p h +c hes +A ll +oh n +es e +Ġh or +v ie +if e +Ġ hat +at s +Ġwith out +Ġb ro +Ġb ad +Ġsu b +as on +ĠE ng +m ed +Ġlook ed +et er +Ġc ent +Ġs ent +Ġrem ember +Ġde ar +Ġu m +Ġm ind +Ġin v +d en +s ÃŃ +m ost +Ġw atch +l ess +t s +T E +am os +am es +Ġto day +Ġy a +Ġp op +f orm +b all +Ġin cl +Ġha fta +â Į +Ġha lf +Ġp ict +ĠA n +I s +Ġlea ve +ĠG r +FAT HER +S t +pp ed +er a +Ġex c +Ġm us +Ġwant ed +Ġhapp ened +Ġd ire +Ġha ving +d u +Ġ19 9 +ĠT here +Ġl ater +Ġc er +Ġ id +Ġf oot +c y +se l +s h +an e +Ġf lo +ub l +L et +o e +G MA +an a +id a +Ġ 5 +Ġf ollow +Ġh igh +st and +Ġa p +z a +Q u +nd o +b y +ĠUn ited +as h +Ġa ir +in ed +c u +Ġa h +ce pt +Ġkne w +c hed +Ġto p +or k +Ġac c +Ġpre t +Ġp h +Ġan s +ĠW hat +Ġ ! +Ġal ong +u es +ĠN ew +Ġst ory +Ġc ity +ĠAmer ican +Ġs ort +Ġm i +ond er +Ġim p +Ġre p +os ed +ĠW e +Ġha ven +N ot +M y +ĠS o +Ġv o +Ġagain st +p o +O kay +Ġs orry +Ġs y +Ġtalk ing +Ġhe art +us s +re ady +Ġt ri +Ġg ave +e x +c c +Ġli ve +Ġm ed +w h +Ġday s +it o +Ġo h +is ion +Ġmo ve +n ed +Ġt able +ic o +Ġh our +w o +a ut +it her +Ġm aking +Ġc or +u ary +ĠI nd +Ġj o +Ġre ady +Ġd ied +Ġbo ys +Ġpret ty +o ve +on es +Ġn i +hi p +is ed +ent s +e c +Ġas s +Ġin te +Ġfam ily +ull y +ro p +et h +Ġc ab +Ġbre ak +Ġevery thing +ant s +f ter +e v +Ġo t +Ġad d +ĠMr s +-- -- +Ġst ud +in ess +Ġs we +ié n +om my +ĠG od +Ġm is +o ck +ut h +ward s +c ame +Ġc ut +Ġstart ed +Ġret urn +Ġm iss +He y +ie ld +Ġd in +Ġs ince +W hen +Ġin d +Ġwas n +O U +b a +as ter +os a +Ġex p +Ġsay ing +Ġb ar +ĠS p +Ġin ter +Ġs ign +Ġ Z +Ġin t +Ġtra in +Ġdr ink +Ġwho le +Ġbelie ve +Ġno ise +Ġw he +Ġre f +Ġbr ing +B e +Ġl and +ent y +Ġt a +ver n +ci a +it al +ac ión +Ġb orn +M m +st er +Ġy o +re ad +in es +Ġf ood +Ġs il +Ġs ir +t ed +Ġh um +ac es +ot e +lo ck +it a +ĠJ ohn +Ġto wn +Ġgr and +U h +Ġincl ud +Ġbe came +Ġper o +se e +Ġe as +Ġmat ter +ill y +Ġst e +bab ly +om as +at ive +ust r +Ġk id +ar l +ĠP r +� � +1 9 +Ġc at +ĠI s +Ġs ol +u el +Ġbl ack +ĠM ummy +Ġcount ry +ĠCh rist +ĠM iss +Ġwh ite +in o +Ġto d +Ġs i +Ġcon f +ww w +Ġbe gan +ĠG er +Ġha ir +Ġp at +Ġsp o +Ġfriend s +Ġar t +Ġact ually +Ġim port +k es +T h +T hen +Ġcha ir +ñ o +ant e +Ġte am +E r +ĠSt ates +p le +Ġcom es +Ġg ame +| | +Ġcont in +Ġg ener +Ġtry ing +Ġcl ose +Ġme et +Ġcol or +qu é +Ġfor m +z z +e red +if ic +ak en +Ġwor d +y ing +Ġ CHI +Ġ 6 +Ġ19 8 +Ġde p +Ġflo or +Ġfe et +g a +Ġs ong +Ġw onder +it ies +ĠE l +Ġbr other +Ġbu ild +Ġb ien +Ġaqu ÃŃ +Ġinte rest +iv es +Ġdo ll +Ġqu est +Ġla ugh +or row +f or +Ġal most +Ġp oss +v o +Ġt re +Ġid ea +B RO +ag es +m in +on y +O n +Ġle g +R ight +Ġh ot +Ġwould n +Ġunder stand +ke y +Ġp a +ĠT hen +Ġ ... +Ġex t +is on +ir d +Ġpl an +Ġc ho +J ust +W here +id ad +W ho +Ġc ur +Ġwr ong +Ġal ready +Ġs im +Ġt imes +ct ed +und red +Ġ ed +h ind +A l +Ġp ain +Ġj ob +m en +j ust +ĠA t +ur y +el t +Ġle ad +Ġpres ent +Ġr an +Ġwom an +Ġd uring +Ġf act +Ġin st +Ġp ay +g y +Ġs at +Ġplay ed +ĠB e +Ġg i +b b +iz e +i k +Ġco ll +Ġex pl +ch o +Ġplay ing +p a +st a +Ġe ight +Ġbl ue +Ġp ull +Ġ 7 +Ġmin ute +s ha +Ġpro ble +Ġbe aut +Ġd raw +al es +g ot +Ġp ur +k en +Ġl ost +a pp +ay be +ĠC om +ĠB l +z e +TE A +g ood +Ġg ra +is es +Ġfr ont +Ġf ull +Ġsp eak +y a +Ġpap er +Ġv is +u er +Ġ 8 +at ur +ou ch +l ike +ar on +Ġer a +en e +L ook +r om +Ġh undred +m ore +Ġbr ought +Ġgirl s +i vers +ou d +er y +Ġf ight +i os +Ġpict ure +ll o +id ed +Ġ19 7 +el s +Ġbe hind +o ber +l ish +Ġhab ÃŃa +Ġturn ed +Ġgu ess +E L +Ġd ar +c ri +Ġc re +r os +Ġmean s +Ġqu ick +be cause +ĠL a +Ġpro bably +Ġp os +Ġm akes +ĠA ll +A s +A re +é s +c on +Ġe v +id es +Ġp are +Ġof ten +Ġcer tain +air s +Ġseem ed +Ġpr om +Ġg reen +ĠK ing +r oss +Ġw in +ore s +um b +Ġmu y +Ġde ad +at o +Ġgot ta +Ġst uff +Ġmus ic +e y +itt ing +Ġsh ort +ar r +w er +Ġhapp y +Ġrec ord +Ġpart y +Ġmon th +Ġoff ic +i ver +Ġa w +Ġf ine +f ic +Ġm od +id er +p or +Ġp en +ha ps +Ġm ag +Ġm outh +O N +Ġre pl +ell ow +un ch +ol og +ment s +E l +IN G +Ġde ath +Ġle ar +Ġmo vie +if ul +Ġt u +ĠH ow +Ġwee k +Ġh ope +Ġab le +AD U +ĠC l +am ente +E N +Ġt ien +Ġmin ut +Ġs un +iz ed +Ġlar ge +Ġp le +M CH +Ġout side +ro om +Ġt aken +Ġser v +Ġvo ice +ll a +Ġf ore +Ġst ick +ie f +ou ble +ĠJ ack +Ġen c +Ġto m +ĠGer man +ro g +i pp +m ira +ry ing +r ic +ard s +Ġf av +ne y +he ad +Ġtr ans +Ġon es +Ġc ook +Ġpo or +Ġin s +Ġwant s +D id +as k +Ġte le +u red +Ġh uh +L O +ĠB ob +Ġse a +Ġl ate +en se +Ġpie ce +Ġt em +ĠD addy +Ġm ain +Ġare n +Ġp as +d le +f ully +Ġwor ds +00 0 +s on +Ġl ess +Ġv ol +Ġe mp +R e +us ed +f l +Ġcould n +Ġc am +Ġyour self +ĠH is +ĠB er +Ġhor se +ist s +Ġcl ot +Ġro ck +p ar +er v +d uc +Ġpu ed +Ġc ir +j a +Ġl ad +T hank +he y +u ro +M ummy +Ġres p +Ġst re +Ġin c +ĠC ha +m as +b l +N AN +ur a +G ood +ĠT HE +nd e +Ġcu p +sel ves +Ġp ast +Ġs ister +Ġ 9 +Ġs qu +Ġbe ar +ÃŃ an +Ġc amp +Ġre ac +Ġd ress +Ġp ubl +Ġl ine +am ed +Ġlo c +Ġ i +ĠT hat +Ġhapp en +Ġt aking +Ġst ate +Ġw ife +ĠW hen +Ġ19 6 +Ġd ark +Ġbus iness +Ġpro f +Ġf elt +Ġmy self +Ġr ather +ĠS c +Ġa ge +Ġminut es +ent ion +Ġro ad +Ġm id +Ġb at +Ġthan k +Ġt ree +r it +Ġf ree +Ġin side +Ġmay be +Ġt ill +C an +ĠTh omas +F or +ion al +Ġc os +Ġ z +ad os +ĠF or +ot s +m os +Ġh o +b ye +Ġpro v +Ġe m +Ġgi ven +Ġimport ant +M r +ra z +Ġm ine +m on +Ġc e +b s +Ġhis t +Ġ ¿ +ren ch +ra p +Ġ ir +Ġco ld +Ġb ody +T ER +Ġo cc +ĠEng lish +ha ve +Ġp ower +at or +ian s +Ġc ase +Ġstr ong +ic es +Ġb ag +G o +á n +ie ndo +Ġp ri +Ġw ood +ĠT om +t hank +R A +Ġl ady +ĠM ay +Ġcu ando +b orn +un a +Ġ1 0 +Ġag o +Ġh on +ĠO n +ou b +Ġ MOT +Ġm ill +c il +Ġin de +Ġother s +Ġm ark +Ġpr ot +ught er +c ul +Ġp age +D S +Ġgr ound +Ġgu y +r ing +Ġp ar +Ġto ys +ent ly +is m +Ġbir th +Ġe ither +Ġse ver +Ġchan ge +m ing +Ġhur t +Ġbeaut iful +ir ty +pe nd +ĠR e +Ġf il +Ġm a +Ġgo vern +c ar +Ġc reat +D AD +Ġal one +Ġbo at +A h +ang u +Ġcl ass +ĠC ar +ell o +Ġpart ic +ĠBr it +Ġear ly +st em +id ge +Ġwe ar +ĠJ an +b ed +Ġac ross +on ces +Ġd ro +Ġen g +Ġtr ue +Ġf ast +Ġswe et +Ġsomet imes +Ġt y +I I +ur s +Ġfun ny +u y +f er +c ol +Ġm ess +i am +Ġs um +Ġgr ow +Ġad v +Ġle ast +ran ge +at ure +al d +Ġv ar +Ġsever al +ĠC on +ĠM a +Ġor der +Ġare a +iv ing +Ġl ay +Ġsome one +Ġanim als +Ġso ld +Ġto do +Ġgr oup +ĠL e +f fe +2 0 +Ġcle ar +u ed +ate ly +Ġf air +ĠH ar +g es +f ort +t om +Ġc ried +Ġlist en +no s +Ġsu c +art ment +U R +Ġget s +ĠA d +Ġest aba +c ent +Ġf ig +Ġst ra +i um +ĠA p +L a +ĠFran ce +M AR +Ġtw enty +Ġf if +ut ion +ri l +Ġan t +le y +ĠI f +oo ps +Ġw ish +ve red +do es +Ġre ce +ĠS e +Ġwork ing +A t +Ġd et +ir t +ĠC an +Ġp od +et y +Ġla w +ain ed +ab an +Ġ1 7 +oc al +Ġc al +ep t +Ġquest ion +Ġde al +id ing +Ġmil k +ĠH er +w hen +Ġwom en +Ġg un +il t +or ld +Ġm ad +Ġs ab +Ġm ot +Ġf ish +Ġsh op +e or +ac ed +ud e +Ġre co +ĠW ill +Ġf ing +ĠO h +Ġha y +en n +t hen +ha m +Ġbu y +h il +Ġf ue +Ġd os +p u +en a +Ġt ea +Ġre le +Ġ Qu +u ly +Ġw all +Ġnew s +ren ce +Ġpol it +ie mp +p ha +Ġt ried +uh huh +ar ch +Ġm er +ain s +ious ly +Ġh om +Y our +it ing +Ġp al +Ġ202 0 +Ġ X +] ? +Ġher self +G et +Ġam ong +A L +P AT +Ġcle an +Ġp ot +Ġbl ood +ĠJ ap +Ġse ven +iv ed +Ġar m +ea red +Ġj ump +g n +o es +sha ll +Ġv ill +à ¤ +Ġ1 5 +Ġf uck +Ġgu ys +ñ os +Ġo pp +Ġo ri +Ġy ellow +Ġdis c +er n +Ġcomp any +Ġ19 5 +amb ién +r on +ound s +ĠE d +Ġpr im +Ġex pect +Ġhe ld +Ġkill ed +ĠF rench +it c +Ġd ra +Ġs in +em ent +ri e +Ġv ie +an c +Ġb and +Ġfin ished +ow ed +Ġbe come +Ġb ra +Ġde f +Ġre ason +i as +i jo +Ġgl ad +Ġqu iet +f ord +ick s +A n +ur ch +t wo +Ġex per +en g +oo f +ous and +Ġd iv +Ġsy stem +Ġd est +ĠC ount +Ġthink ing +Ġl angu +ci ent +ĠC har +al th +ĠY ork +Ġto y +v a +He re +Ġ â +O ne +Ġ19 4 +T o +Ġdin ner +r act +Ġli ved +ing ing +Ġt akes +ic ally +ĠW ar +Ġh it +ro l +ĠC ap +Ġdo ctor +ñ a +Ġcon st +Ġe gg +Ġpro p +Ġ ¡ +i or +p es +Ġt an +Ġfav or +Ġé l +ivers ity +ó mo +un k +Ġke pt +Ġli ving +ac her +Ġro ll +ĠF l +Ġthr ow +itt en +Ġas ÃŃ +ĠGr and +en o +it er +Ġha cer +Ġus ually +vel op +ĠW orld +Ġbook s +r ict +Ġe qu +ra id +ĠF e +ĠJap an +Ġse nd +Ġbe gin +Ġchan ce +Ġwr ite +Ġ á +Ġst ood +l er +Ġ ice +e h +pl ay +Ġcomp le +Ġth ousand +Ġatt ack +al a +ĠMar ch +nt s +uro pe +f r +ion es +Ġs itting +ĠJan uary +Ġrun ning +Ġh ung +ó nde +er ing +b and +ot h +Ġwind ow +Ġt on +Ġse ñ +Ġpr in +p ing +Ġsur pr +k ing +Ġcl im +Ġfoot ball +C DS +oll y +Ġst ep +Ġob ject +Ġtr ouble +ĠM an +ĠT o +av y +il ity +we red +Ġest o +Ġf ly +Ġsh ip +LO I +Ġc orn +n ight +Ġn amed +Ġno se +r al +ĠP e +ĠD o +Ġtr uck +Ġn orth +Ġst ar +im ed +aj or +Ġp ig +Ġm ir +Ġk ing +Ġw at +D e +ang er +ĠJ une +Ġsu d +Ġlet ter +Ġest e +Ġpor que +ug ust +b um +or ies +Ġrepl ied +ho ld +os p +ĠS u +ow ers +Ġm am +Ġm ount +ste ad +un ic +Ġd ie +er t +Ġ1 6 +Ġcas a +Ġar ri +al ity +ill a +al right +Ġph one +ĠB ar +hi le +th ough +Ġ1 2 +k ed +Ġs and +. ' +k y +Ġsome body +Ġans wered +Ġaf raid +Ġproble m +Ġt ouch +te en +d ad +Ġso ft +Ġbirth day +g ing +g as +u a +Ġans wer +v ision +Ġsud den +Ġrele ased +Ġes o +Ġdar ling +Ġf a +Ġcr oss +Ġj u +it ch +ul a +g ue +Ġthem selves +Ġhour s +no ck +ci ón +Ġre port +d ing +om an +ĠY es +Ġm ÃŃ +g ar +Ġspe cial +Ġ Q +R I +Ġf ix +at a +Ġda ughter +Ġpro du +ĠP ro +Ġv i +Ġe vent +Ġpoint s +Ġmar ried +ĠG o +Ġde m +Ġf rog +ard en +ĠM in +Ġb ath +Ġgovern ment +Ġser ies +Ġele ct +ĠE urope +ac ter +Ġhum an +ĠBrit ish +Ġclot hes +ĠD on +ue go +Ġc ost +Ġwith in +ú n +Ġc ow +Ġl ow +m akes +Ġno s +Ġc atch +Ġk iss +ol a +ent le +as ure +Ġv al +Ġv a +Ġf ur +Ġha sta +Ġsu per +Ġ ill +oo h +Ġt ired +Ġan g +an ge +u est +S h +Ġb lock +an ces +ct ober +Ġal right +Ġapp ear +Ġve z +ment e +Ġli ves +ig o +Ġs na +re ed +E x +Ġin form +F CH +g est +Ġche ck +A P +re g +Be cause +Ġh us +Ġt ambién +Ġ19 3 +ĠS outh +Er m +ĠG eor +Ġor gan +ain t +ĠP l +Ġseem s +in ing +ĠA ugust +Ġpass ed +ve mber +ĠJ oe +wh ich +Ġf ield +Ġn ine +Ġd ream +han ks +Ġb ur +Ġmonth s +ĠE s +ĠE n +he llo +Ġmo ved +Ġal bum +ept ember +ĠC ol +Ġgo ld +Ġp us +Ġpro per +ient o +Ġsupp ose +Ġo per +ot t +un ny +Ġknow s +ore d +Ġp ost +Ġh op +gr am +S ome +Ġstra ight +ĠJ im +Ġposs ible +ce mber +et e +E n +o x +Ġc oup +Ġe ye +Ġs ca +ĠT e +Ġper haps +Ġwork ed +Ġde ep +Ġab s +Ġwhe ther +f fect +he l +E C +Ġde velop +at t +d a +i j +ay s +ag er +Ġeas y +ĠS w +Ġes c +M e +ri ll +Ġsing le +Ġhow ever +Ġsuc cess +Ġf it +Ġcan not +Ġs ÃŃ +Ġeat ing +act ly +Ġsa il +ĠN orth +Ġri ver +Ġm ur +f riend +int s +Ġp ress +ri ble +Ġbir d +if f +Ġtom orrow +Ġes pe +P lease +Ġs har +U N +ier on +f ast +Ġvis it +Ġc ast +ĠCount y +Ġcomm on +Ġkid s +Ġreac hed +Ġad m +Ġdif fic +Ġdi jo +a ul +Ġn or +ĠO ctober +Ġ ut +Ġori gin +br uary +Ġyour s +Ġapp ro +Ġs n +ul ation +Ġto wards +Ġab ove +ĠAp ril +Ġme mber +Ġd oub +Ġsh ot +Ġt ú +ĠP ar +j oy +r or +b or +ĠO ne +Ġsl ow +Ġfor ward +Ġd ad +Ġwait ing +Ġf ear +á t +ci es +Ġhus band +H ave +w ith +Ġn ational +Ġd addy +E very +Ġto ward +ĠP hil +b u +Ġpubl ic +Ġm ist +Ġno ises +st airs +ĠP er +Ġsa fe +Ġb es +Ġc op +Ġlot s +amp le +ĠEng land +Ġput s +ĠJ uly +Ġd anger +Ġr u +Ġsound s +ha s +ĠA fter +ĠNo vember +Ġtod os +Ġsh oes +n ie +Ġfor get +Ġs now +ĠP res +Ġh ors +an o +ÃŃ as +ĠS eptember +ĠS h +ĠO r +in y +ad es +Ġar ms +Ġdis co +Ġlong er +ier a +n et +Ġbo ard +ĠFran k +U n +Ġput ting +Ġlove ly +Ġs ight +ĠM ic +ĠDe cember +Ġ1 1 +Ġ * +Ġb reat +I T +Ġt reat +Ġreturn ed +ien ce +Ġe ffect +Ġmill ion +w as +at ic +Ġtien e +Ġfor got +Ġdire ct +Ġg entle +E s +Ġes ca +y our +Ġcoup le +Ġfor mer +Ġd am +ĠC al +ard on +Ġquick ly +Ġg ust +Ġv en +ĠB en +Ġgener al +res ent +Ġb as +is ing +Ġso bre +pu és +Ġc ry +ar se +Ġpol ice +Ġth ird +Ġca ught +and er +Ġha ng +av id +i ps +Ġ Yeah +ĠA m +Ġ1 4 +Ġreg ion +Ġbro ken +ĠFe bruary +Ġe h +Ġse at +s ome +ĠT r +Ġan n +Ġob s +Ġl uck +A S +Ġis land +Ġeng ine +Ġest a +Ġneed s +---- ---- +Ġtele vision +Ġf u +Ġtre es +ĠM e +Ġanim al +Ġbuild ing +ist en +o on +Ġsec ret +Ġoff ice +Ġevery body +Ġr ad +Ġpl aces +Ġl ed +ond on +Ġll ev +Ġt est +r id +ĠS am +Ġk nock +il es +Ġeven ing +Ġs ick +Ġmom my +Ġsu gg +Ġd uck +Ġsugg est +em y +A fter +d ijo +Ġbu ilt +ÃŃ n +Ġf ill +Ġdri ve +Ġr ing +Ġfeel ing +Ġvill age +W ith +Ġcl ub +l as +G RA +Ġsupp ort +Ġpro duc +Ġst ri +Ġvie w +Ġde v +Ġdep artment +Ġn atur +re l +Ġco ver +v ocal +od e +ĠIt al +ĠUn iversity +d om +l t +ag ed +O f +Ġnear ly +Ġcl os +Ġa head +Ġ1 3 +V E +' . +Ġre qu +ĠN ow +Ġop ened +Ġcons ider +Ġs ad +Ġpartic ular +ro ll +Ġwr itten +Ġsh out +R E +Ġplay er +el en +g en +v al +mb ers +y l +Ġres ult +Ġl im +er ta +ustr al +Ġper fect +ĠN or +Ġst ation +Ġah ora +ĠChrist mas +ĠM c +Ġwar m +Ġfollow ed +Ġgl ass +i ar +Ġen joy +Ġsh ut +Ġchan ged +Ġst at +r is +r ay +Ġstop ped +im a +itc hen +Ġstand ing +le x +ant o +ph one +S e +osp ital +ci ally +om b +Ġju ice +ĠR ep +ll ustr +M aybe +ff ic +Ġw ild +Ġa in +re m +Ġch ick +ter day +Ġpre tend +Ġin stead +H ello +Ġdec ided +oo p +Ġcr ay +Ġb ow +Ġv an +Ġta pe +ra b +o int +no on +Ġim ag +Ġme ant +Ġany way +Ġtell ing +Ġprof ess +ĠY OU +L E +Ġhung ry +Ġwh om +un ity +re r +Ġton ight +Ġli e +ĠM art +Ġbro ke +Ġcon cer +ĠM ommy +ĠM ary +ce ed +ras er +ĠS ome +A ny +Ġcare er +ĠCap tain +b it +Ġus ing +Ġpro gram +Ġfollow ing +ĠM y +Ġb an +la imed +ĠL ondon +ant a +Ġdis app +Ġpr act +Ġse ason +ĠS ha +Ġsupp osed +Ġinde ed +Ġc ool +Ġlangu age +Ġpu pp +C h +m other +m aybe +Ġp on +Ġmil es +A r +Ġpr ison +Ġb right +Ġst range +s ay +Ġs ac +i od +Ġe lla +Ġadd ed +Ġwhat ever +Ġk itchen +Ġbreak fast +look s +Ġcar ry +Ġg arden +Ġex ample +Ġcare ful +est o +Ġwork s +ĠP eter +Ġp ort +Ġr ide +per o +ci p +bo x +ill s +Ġprot ect +ĠA b +Ġpos ition +Ġs outh +Ġpie ces +im ent +Ġdes cri +id ence +il ed +O r +em pt +b ur +Ġinclud ing +ast e +Ġwor ry +Ġa ut +Ġd ÃŃa +y n +ĠJ e +ou l +ĠA ustral +ĠP at +Ġfor t +Ġmid dle +Ġcon d +Ġsa ve +Ġsw im +Ġfell ow +Ġhe avy +Ġbot tom +Ġto t +Ġwr ote +ad or +Ġbe ll +Ġot ro +Ġleg s +Ġturn s +ĠE st +Ġb ab +ar o +Ġll eg +Ġany one +t ime +w ould +Ġtr ack +Ġn in +Ġs illy +Ġafter noon +uth or +ĠR uss +Ġear th +Ġb ase +Ġlear n +Ġc ake +Ġde fe +ĠB y +Ġte acher +Ġmuch o +Ġent re +b les +Ġfar m +ad as +ĠC ity +Ġme mbers +ĠW ell +Ġcomple te +ĠS te +j os +Ġbl ow +Ġcont rol +, ' +ĠInd ian +Ġbre ad +Ġfam il +v ol +ĠT O +l ie +y o +d ie +Ġp ark +Ġwee ks +Ġp ack +el o +ĠW est +Ġgu ard +Ġh ig +a x +Ġu no +e ge +Ġex cept +ĠD an +a u +Ġhe ll +ig g +Ġha c +Ġne ck +Ġwh is +Ġhist ory +Ġwh ose +w ork +Ġchar acter +ĠN ational +Ġhapp ens +Ġgr an +Ġex actly +ol es +ĠD r +Ġqu ar +Ġha ce +tern ational +Ġcap ital +is hing +ĠB et +Ġra in +ĠW h +ĠA ng +Ġm ajor +Ġbel ong +ic as +Ġb ought +Ġsp ace +Ġexc laimed +ch ild +S ee +ĠThe se +bo ard +al t +id s +ffe e +Ġde j +ord ing +Ġ3 0 +Ġpop ulation +ĠCom m +Ġg as +um ent +am ent +Ġho le +Ġg iving +ĠM at +Ġb urn +te red +Ġpop ular +Ġd ig +ic le +s inging +Ġle vel +ĠA N +p re +n el +o ver +itt ed +Ġcir c +Ġdoub t +oun cil +e k +if ied +Ġtr uth +Ġcertain ly +art y +Ġyes terday +ĠT H +Ġv ide +u k +D addy +re y +Ġext ra +Ġbut ter +ĠC hi +Ġhold ing +Ġl ab +ÃŃ s +Ġfig ure +Ġc and +Ġsit u +Ġwor th +g ive +Ġwatch ing +ĠW ith +Ġa v +ĠO F +i ers +ig u +r ar +W h +Ġt ail +Ġserv ice +Ġrece ived +Ġbr own +Ġf ail +Ġp ad +Ġp ens +Ġch urch + ł +Ġcent ury +Ġse ll +ĠI N +ug g +o ke +ĠN ot +if t +il ar +Ġt ick +y ed +Ġh ospital +ill e +s it +Ġstre et +Ġn ada +Ġde b +Ġhas n +o f +Ġha ll +Ġbe g +ĠPres ident +Ġca use +S I +gr ound +Ġcar ried +Ġqu ed +ic ian +Ġdist rict +Ġdes ign +mb re +Ġg en +Ġcomp et +har d +a red +Ġe mb +ĠM ag +Ġcap tain +Ġent er +Ġll am +Ġm al +es tern +Ġst uck +pp ing +Ġm ach +ĠC ent +Ġpres ident +ĠL ord +Ġsum mer +Ġdiffic ult +and a +Ġse x +Ġk n +ĠAmer ica +Ġpare nts +or ia +h ouse +em os +CH AP +Ġcomp an +ber t +w ow +ress ed +Ġor ange +m ie +Ġ vers +Ġd ue +Ġah ÃŃ +Ġl unch +Ġsome where +ust ed +Ġes p +CHAP TER +itt y +Ġseñ or +s c +ha el +Ġli ft +Ġapp eared +Ġfin al +Ġper iod +oun ter +i us +1 8 +Ġsp ir +ĠG u +Ġpu es +- ¡ +ĠGeor ge +U B +Ġcon vers +Ġlea ving +Ġcur rent +d d +Ġmo ving +iz ation +an cy +Ġot ra +Ġ ought +Ġcontin ued +Ġtr ad +u ch +Ġf at +1 0 +EC T +Ġr ul +Ġne igh +Ġpict ures +Ġ2 5 +re et +, -- +I llustr +Ġp un +Ġcoll ect +ĠM ad +t urn +Ġspo ke +Ġs ense +Ġbus y +Ġt all +ĠA fr +ug ar +Ġqu ie +C l +ven ga +Ġfl owers +Ġf le +j e +he t +Ġreco gn +el a +Ġre ach +Ġpl ant +ri but +Ġcomm une +Ġte eth +Ġv ict +Ġsudden ly +Ġfin ish +Ġâ Ĩ +il ing +Ġfur ther +Ġf uer +im in +Ġall owed +l ight +Ġevery one +Ġf res +ig er +Ġw ide +it ar +ĠW hy +Ġfif ty +b ers +mp ions +c her +ient e +Ġlaugh s +Ġ19 2 +Ġres pect +Ġor d +Ġm ira +ou ra +Ġr ub +ear s +le ct +a qu +ĠL o +Ġm ix +Ġbe at +Ġpri v +Ġb ased +Ġinc re +as hing +Ġn orm +ĠQ ue +Ġf ut +um e +Ġany more +c use +Ġbegin ning +ed er +med i +m it +Ġc ard +Ġac cept +Ġcreat ed +Ġal g +Ġes e +ell a +ĠM ark +Ġwalk ed +w ill +ac ing +po ints +y d +Ġt iemp +Ġlo ck +ac y +Ġ201 8 +Ġin fl +Ġcom fort +Ġg ames +Ġmo v +Ġty pe +u it +Ġni ño +it ions +Ġele pha +oun ced +Ġany body +G r +Ġn a +Ġcar s +ĠE x +Ġpu zz +T ake +vie w +p ap +ĠC o +Illustr ation +Ġj our +ic ed +Ġal though +Ġent onces +H is +olog y +W ait +f ield +Ġc ult +e ch +ir m +i res +w ant +Ġg ar +Ġgr ass +unic ip +�� �� +Ġt ur +Ġa uthor +ÃŃ o +E st +id os +Ġplay s +ĠBr own +a f +1 1 +hy s +Ġwere n +g ie +ĠR oman +Ġfe ed +t ell +Ġcom pl +Ġhors es +Ġli kes +gas ps +ĠD avid +Ġco ffee +ĠM other +Ġr ace +T HE +Ġfing er +Ġth irty +Ġbot tle +em át +M E +Ġloc al +Ġrem ark +Ġrep resent +Ġse lf +iz es +Ġd ry +Ġpol ic +à ² +Ġb a +Ġ202 1 +iv il +i pe +Ġm aster +so ci +Ġé ste +Ġat e +ra ft +Ġp ounds +Ġh oney +Ġsee ing +Ġse par +Ġst ore +Ġcorn er +Ġed uc +Ġact iv +ask et +ĠP aul +s ings +Ġv oy +ĠL ea +Ġit self +u ge +M ar +ri an +Ġla ug +I C +Ġw et +Ġc rying +Ġsp ot +ol ved +Ġcom b +e al +Ġacc ount +Ġfil m +Ġdro pped +i est +Ġent ire +Ġpart s +el ve +Ġex am +Ġinform ation +ous ly +T hanks +ill o +ĠP ol +no ise +ol ute +L T +Ġr id +Ġp et +Ġb ank +Ġj ud +iss ion +Ġlet ters +ri age +Ġl oud +Ġwalk ing +Ġlaug hed +Ġsha pe +Ġcon v +ist e +c lock +Ġj ack +k a +Ġdist ance +os h +Ġhold s +l in +Ġcomp ut +Ġpued e +Ġv ac +C om +P er +Ġth ou +Ġv es +ru pt +Ġal go +Ġl ose +Ġdes pués +Ġspe nd +it es +ĠBl ack +M um +1 2 +as ant +ĠGerman y +ĠL ou +o ff +p lease +ĠA unt +w ood +ĠR o +Ġ $ +Ġ âĮ +ener al +L L +Ġche ese +Ġatt ention +Ġp ush +ound ed +raz y +Ġcount y +Ġpick s +Ġmeet ing +j or +Ġfam ous +it ive +ĠHow ever +Ġtiemp o +Ġf re +Ġne cess +Ġg rew +Ġhe alth +Ġc ómo +Ġsm ell +ĠM on +et a +Ġmo on +Ġfuck ing +Ġvide o +ress ion +w his +Ġs la +S orry +Ġdec ir +s y +hi ps +Ġa st +ed dy +gg y +it ary +Ġcount ries +Ġpo ck +y le +Ġt it +Ġdon de +ĠSp an +Ġwr iting +Ġnatur al +W ill +Ġfor ce +Ġpl ate +ĠS an +ĠA nt +Ġcl a +Ġra bb +Ġ2 4 +b aby +ĠN in +n es +Ġdel ight +Ġd at +i ant +y ep +Ġter rible +Ġcap t +Ġar my +Ġinv est +Ġsil ence +Ġsk y +Ġter m +Ġspe cies +J ECT +Ġlea ves +z o +Ġqu er +pe red +Ġli ked +s p +con om +ĠN e +Ġenc ont +Ġp an +ĠB ill +M ommy +is f +Ġe ars +ĠHar ry +ĠM ot +n ame +âĮ ĭ +u nder +Ġchick en +Ġc ell +Ġwas h +Ġatt empt +Ġm atch +Ġcomm and +ist ed +âĮ ī +Ġn ames +Ġcu ent +k in +L ike +s a +de red +Ġfavor ite +Ġp ers +ad s +Ġme m +S UB +a ff +Ġpo co +Ġsil ver +il s +Ġc ream +Ġm ention +Ġver dad +SUB JECT +p ly +Ġinclud e +Ġb ull +Ġan x +Ġst ars +C AR +Ġbir ds +ĠG ood +omet imes +Ġd ance +k now +Ġtr ust +Ġh ost +. _ +ĠE m +Ġegg s +B y +le an +ĠS m +Ġrel ig +ast ic +ĠL os +Ġshow ed +at ter +Ġp el +Ġen v +ĠH elen +ri a +er ry +ĠInd ia +ĠWill iam +Ġdest ro +ut y +Ġneed ed +ort s +Ġcab e +ie l +" ) +Ġh ous +Ġacc ident +Ġp ink +u x +ab les +Ġt res +ck s +Ġph ot +ra ph +Ġne g +Ġa y +S O +Ġ201 9 +Ġvi ol +I D +Ġis s +Ġsub ject +b out +f ly +O K +t ake +b an +Ġinterest ing +om in +Ġcr ow +Ġl uego +ce ll +Ġten ÃŃa +ill er +Ġwonder ful +a ven +ó lo +Ġf em +Ġpa id +Ġsim ilar +are nt +ut s +Ġinterest ed +Ġquest ions +ĠF raser +s et +ĠL et +Ġs le +ar th +Ġke y +Ġfut ure +Ġm ass +ĠJ ames +Ġmu cha +Ġpe que +Ġcray on +ADU LT +Ġcon ne +Ġfin ally +Ġal ive +p ardon +Ġe ll +Ġhab it +Ġchar ge +ĠD ad +Ġshould n +Ġen er +w anna +1 5 +ĠH en +h ood +ĠB illy +T ell +Ġe p +uh oh +ar io +L A +Ġl ying +Ġsc r +Ġwe l +ust om +anc ing +ĠJ o +Ġm unicip +ĠG reat +ĠU S +p ues +is a +if orn +Ġbel ow +v iously +Ġspe ed +Ġst ub +ĠR iver +er c +Ġser ious +Ġb ene +os o +Ġhat e +Ġlaugh ing +Ġthe e +Ġg ives +Ġn one +Ġn ue +land s +w ait +Ġshe ep +Ġm m +Ġread ing +- . +ober t +Ġstart s +f in +ot a +Ġ à +Ġ( " +t r +E D +ag o +Ġespe cially +Ġs é +Ġcl osed +Ġoffic er +U S +Ġc art +Ġlo ved +Ġproble ms +Ġmam á +re ct +ĠâĨ Ĵ +ar m +Ġg all +Ġc razy +Ġd rop +Ġ � +Ġh ide +Ġbr idge +à ¼ +u ce +St op +N e +eng th +l ar +le g +Ġwhe el +Ġfore st +ĠJ ust +k i +Ġpr ay +z er +Ġm um +ur al +ĠH ouse +ap s +Ġk ick +Ġm ic +ree k +iforn ia +Ġad ult +Ġlar gest +Ġpro cess +Ġm ater +Ġsurpr ise +Ġl es +Ġv ent +oot s +Ġh i +Ġsca red +Ġslow ly +Ġr ose +Ġcam era +omet hing +Ġcho col +o le +n ers +tend ed +ĠUn cle +Ġt our +Ġ201 7 +Ġch ief +Ġfing ers +ver t +ĠB on +Ġsm ile +Ġb asket +Ġ2 3 +Ġf ool +_ , +is c +a i +Ġd ónde +Ġbig ger +Ġrem ain +w ise +st r +Ġd en +Ġsha re +Ġ202 2 +á nd +Ġw est +an ced +Ġser ved +ug s +Ġd eter +Ġdes p +ol id +la red +H i +in ting +es o +Ġdire ction +Ġcab all +Ġ ide +1 7 +Ġdis p +th ree +ĠR ob +d own +Ġshow s +Ġg lo +AT T +al o +oc r +Ġmon key +Ġcour t +in ation +Ġ  +ar ah +ĠP ark +Ġre pe +ist ory +u ct +up id +Ġse g +ci ence +Ġhom bre +ly mp +c ont +Ġap art +ac hing +R Y +ĠS er +Ġhelp ed +Ġag ua +Ġr at +b ack +ier o +Ġint ro +ed s +ĠCal ifornia +Ġas leep +Ġper form +1 3 +ll en +ĠJ ul +ab ly +ĠP arty +he m +Ġco vered +us es +Ġsat isf +Ġam ount +ubl ic +ord er +ant es +Ġconvers ation +Ġjo ined +b ing +e en +ĠM om +Ġ2 2 +ĠM ed +Ġte ch +ol f +Ġear l +Ġac com +Ġ # +b our +Ġca used +B l +Ġpe ace +- ¿ +iemp re +Ġb ang +Ġstud y +Ġpur p +Ġp in +y ond +ĠS ec +Ġbreat h +Ġn ar +Ġvar ious +Ġsp read +1 4 +Ġcon side +Ġsing ing +Ġv iv +Ġlike ly +Ġtem per +l os +Ġst age +Ġf ol +Ġim medi +as ion +P eter +Ġdog s +ĠC arl +pt ion +Ġapp le +The se +Ġsp ent +ci ous +y er +u z +Ġconside red +Ġask ing +ĠM or +T UR +Ġref er +rap hy +Ġte nd +Ġelepha nt +Ġf right +Ġsim ple +er os +at ives +ĠE ast +Ġway s +ic os +ĠS ir +p en +and y +Ġa ños +Ġfor th +Ġso cial +ther n +Ġtw elve +Ġpick ed +Ġold er +Ġv as +Ġsl ight +Ġfres h +u en +Ġh un +ĠO lymp +Ġmach ine +c han +Ġbe com +Ġv ist +Ġo c +Ġre se +Ġhe cho +l s +ant ly +ĠB o +Ġr is +Ġsh it +Ġthan ks +Ġto w +Ġbat tle +Ġpolit ician +Ġent ered +Ġ201 0 +Ġs ens +Ġpain t +un ca +Ġsleep ing +er ve +O W +Ġst ories +Ġturn ing +Ġlear ned +ha nd +P e +Ġsc ar +ĠBet ty +Ġ1 00 +Ġs ize +Ġm or +Ġd ur +i ally +Ġhard ly +ĠW in +v an +ĠA ust +é r +ak er +Ġt al +ad ed +Ġam b +w atch +Ġbro ad +Ġmount ain +ĠS und +Ġdec lared +Ġqu ién +as hed +Ġest ab +Ġsk in +. [ +Ġbr an +Ġst one +m uy +Ġro b +T H +it os +ĠJapan ese +pl es +ught y +ĠI I +os es +Ġc ant +Ġco at +Ġtalk ed +Ġw av +Ġcr ack +s i +Ġby e +Ġpock et +Ġresp ons +er ved +m ar +g on +Ġmis mo +Ġl ength +Ġspo on +ĠLea gue +Ġd irty +fe rence +Ġra p +Ġme at +Ġmed ic +Ġro le +iv al +ĠR ed +est s +Ġno body +out s +Ġ et +Ġcr it +Ġchocol ate +Ġme jor +ing ly +Ġp hys +c is +ut en +olute ly +lean or +pp er +Ġt or +G ive +Ġe ff +Ġsitu ation +Ġe ast +fe ren +ĠR ic +Ġh ub +Ġall ow +Ġ2 6 +Ġse arch +Re ally +ĠAN D +C on +ĠA lex +Ġprom ise +Ġtri p +p ers +b ig +P ro +S ure +es us +Ġdraw ing +us hed +um mer +Ġbl ank +Ġu r +ĠO f +hi re +y y +it or +Ġestá n +Ġher man +Ġr ich +Ġcu ri +Ġcir cle +ens us +ĠT ur +Ġso ci +Ġwor se +im s +Ġten go +ĠAustral ia +Ġe conom +f ace +the se +L o +Ġ2 1 +ĠW here +ell y +Ġsp ring +ant ic +on a +Ġth y +ĠGo vern +ĠM o +Ġdef in +AT I +Ġha n +in ary +ĠMin ister +P ero +Ġun cle +i pped +ĠA c +Ġv amos +en cia +ĠW ho +ĠC at +im o +ce nd +is y +ac iones +Ġla id +out her +all ey +Ġtot al +Ġfor ty +aqu ÃŃ +Ġl ines +ĠC oll +Ġ201 1 +ib ly +l or +ie ve +Not hing +Ġdire cted +Ġlead er +ac hes +Ġnum bers +re me +Ġdisco vered +Ġc ivil +T wo +Ġde pend +Ġsqu are +f our +Ġcos as +Ġdisc uss +Ġag reed +] ! +Ġwin ter +gg ed +Ġpl aced +Ġ = +Ġse vent +L Y +d es +Ġjo in +Ġcall ing +Ġreg ular +Ġmov ies +. , +Ġb ite +Ġen emy +ĠO l +Ġper ro +Ġrel ations +um s +ĠG eneral +l ine +ell e +ess ie +Ġmay or +ĠF red +Ġgo d +Ġta x +Ġt ip +P l +Ġorigin al +Ġbe yond +Ġang ry +act ion +Ġh ill +Ġp ud +Ġaf f +ien e +Ġ201 6 +ĠH all +Ġdri ving +Ġno che +Ġb ill +Ġp ath +Ġstre ng +Ġfor med +z en +ĠD ick +UR S +ol s +Ġact ion +Ġt iny +Ġfight ing +Ġmod ern +le br +Ġwel come +ci as +ĠC ome +F rom +Ġset t +here d +v i +Ġdoll ars +ĠBob by +Ġ2 7 +Ġb ud +Ġt ight +' ? +ĠC or +ĠF irst +-- " +ist r +Ġind ust +Ġsold iers +Ġsh oot +Ġex ist +Ġth ick +Ġarri ved +ct ions +Ġprin cip +Ġs oul +Ġsh ore +Ġcu al +A M +it ude +L e +ĠC O +Ġgr ad +ient ras +Ġdress ed +Ġb on +Ġexpl ain +V ery +outher n +Ġdes de +ce an +A d +el es +Ġstep s +st it +Ġrabb it +an n +ĠM al +Ġcon du +L isten +Ġmark et +Ġr ough +Ġst upid +Ġn uest +ic ious +Ġv ida +ĠPar is +C O +Ġra ised +Ġdem and +Ġst orm +Ġsal t +Ġsand w +Ġth rew +A Y +am s +ĠM us +Ġr om +Ġemp lo +Ġbes ide +á l +Ġpr on +Ġd rew +Ġup stairs +re nd +M om +Ġt ou +Ġo w +Ġpart e +e ep +ac hed +ĠD es +Ġopp os +Ġ2 8 +Ġpolit ical +ĠL u +Ġco ast +Ġst raw +Ġesca pe +ut ch +Ġes per +n s +ĠB ur +Ġ ident +Ġb al +Ġa ud +Ġrad io +as c +Ġeas ily +ist an +W ould +à ¬ +om a +ĠS ue +e z +ĠJ ane +Ġn urs +ĠSt ate +Ġmiss ing +ĠP o +Ġcomput er +ĠSpan ish +Ġhappen ing +Ġhous es +E ven +t i +ran s +2 00 +Ġfly ing +Ġg e +ĠHe re +Ġwat ched +p ro +Ġb le +... ? +1 6 +Ġshar p +Ġ ib +Ġse gu +th ose +f ive +ĠUn ion +F ran +as ons +ĠBl ue +Ġcol ors +ĠA re +ri b +ĠM um +in c +ĠA my +atur day +ĠMic hael +Ġdiffe rence +p et +Ġsu ff +5 0 +p an +Ġ2 9 +Do es +Ġmil itary +Ġpl ane +ĠS chool +" ' +ĠChrist ian +b ook +Ġ201 4 +ĠEurope an +Ġpuzz le +Ġcon se +Ġon to +ate g +I R +ve ll +Ġcl ock +iv id +Ġc rew +J ohn +Ġsp ell +Ġsu it +Ġcabe za +Ġdri ver +iz o +Ġpr oud +Ġend ed +Ġin f +ou ps +Ġd er +Ġh m +il a +ĠP or +laugh ing +Ġwe ap +Ġpull ed +Ġfill ed +Ġprofess ional +st op +ĠHen ry +Ġir on +Ġe ager +se y +Ġcom er +Ġm ult +Ġes a +Ġbab ies +ous in +Ġfe at +Ġof fe +Ġh iding +Ġspir it +Ġsp l +j er +Ġde g +Ġcrow d +Ġth reat +el p +Ġann ounced +Ġinde pend +ĠM ex +Ġwe ather +Ġcle ver +v ille +Ġ & +ash ion +he st +Ġresp ond +G od +Ġn ature +pp y +i que +Ġb ound +Ġhe ro +im os +e re +M hm +Ġut ter +Ġm es +Ġthink s +ĠR obert +Ġman age +ĠB el +ĠP ero +Ġreg ard +Ġh uge +Ġpat ient +Ġmean ing +Ġblock s +Ġwear ing +Ġg ate +Ġbelie ved +Ġwood s +Ġfl at +ĠSund ay +um ber +Ġhe y +Ġ ig +Ġst ream +c ast +h in +s il +Ġproduc ed +l ig +Ġman ner +f ather +Ġant es +em p +Ġact or +ens ive +h od +Ġpupp et +Th omas +Ġple asure +Ġener gy +v ia +Ġj oy +ite ly +Ġmot or +Ġh id +Ġmo ves +â Ģ +ur se +ĠP ort +Ġstart ing +le m +Ġpro ject +Ġcomplete ly +Ġsur v +Ġall ÃŃ +Ġcoll ege +r ó +Ġs iempre +Ġd orm +Ġl ower +Ġthere fore +Ġhand le +at ors +Ġl id +ĠF rom +j as +ha l +Ġdanger ous +ĠIt s +Ġ201 3 +em s +vocal izes +Ġhon est +P or +Ġmiss ed +or ing +H er +Ġperson al +Ġhig her +Ġra il +Ġsurpr ised +ĠE arth +Ġ201 2 +in ct +U m +ab el +ĠC up +ĠM ac +Ġfall ing +r ound +Ġd ate +Ġany where +Ġ 0 +ar ly +F RI +s s +Ġp ir +ĠCh ina +Ġsc ene +Ġves sel +he art +ing u +ĠF ather +led ge +b oy +Ġl ion +Ġh olid +i ber +Ġspeak ing +ĠH igh +Ġexpect ed +Ġj ug +Ġar rest +Ġfr uit +Ġn on +Ġart icle +ru ction +Ġn et +n al +ail s +L os +uten ant +Ġ201 5 +Ġdin osa +Ġimp ro +SI B +H istory +Ġtod as +p ir +Ġemp ty +re c +Ġal gu +Ġper m +Ġgo in +ĠE r +Ġha m +Ġhad n +Ġsong s +Ġun less +ĠL ittle +AN D +Ġsim ply +Ġd ise +Ġsh irt +p icks +b ra +our s +Ġth us +ĠR oy +Ġmost ly +Ġposs ess +Ġw it +Ġnot e +Ġt aste +Ġneed ta +d ónde +Ġb ast +Ġtien es +Ġr oof +T r +Ġb uck +O ur +Ġst ran +Ġexper ience +put s +Ġimmedi ately +ro ad +ag on +op en +ĠCh in +Ġple asant +Ġt ap +ĠQue en +B r +ĠS y +Ġt anto +Ġpap á +Ġpurp ose +on el +Ġfa ult +ĠC he +Ġtra vel +Ġcab in +Ġsol o +Ġam az +Ġce lebr +Ġnecess ary +ĠG l +are n +ord s +ĠKing dom +M iss +Ġto wer +Ġopp ort +por que +ĠR os +c os +Wh ich +Ġquar ter +oo th +Ġcont ent +Ġmu ndo +Ġell os +v ious +Ġha cia +Ġ200 8 +m ommy +ĠF in +ĠC r +Ġc ro +ot o +g ress +Ġsing er +Ġpriv ate +Ġw ake +ĠCha mpions +Ġfa ith +Ġd uty +ĠJ www +Ġhon or +g ent +re ci +Ġnot ice +Ġag ree +Ġgr oups +ier ra +Ġpubl ished +Ġus ual +Ġter ms +T e +Ġfall en +Mr s +Ġv uel +Ġple ased +s m +us ion +ro at +Ġhist or +3 0 +- , +gg ie +b ar +Ġtw ice +Ġna ughty +Ġpl ain +ĠA ir +br other +Ġexc ited +Ġrem o +Ġpre par +Ġsm oke +t akes +Ġc ustom +Ġare as +ĠH am +Ġsna ke +A m +ber ry +ah ora +Ġjour ney +r ÃŃa +à ¶ +Ġd ust +ĠWh ite +Ġin j +en ces +Ġed ge +ĠT V +Ġset tle +Ġgr own +n ic +be red +Ġ200 9 +ke ep +k er +Ġche er +Ġsm art +ĠSc ott +ashing ton +Ġb rie +ĠM il +s u +Ġmunicip ality +ĠS im +Ġoff er +ive ly +B erta +le nd +z ó +Ġcont ain +ĠC ouncil +en ny +Ġest ar +gy pt +Ġf und +Ġhur ry +c ounter +ra in +ĠM any +Ġin qu +ĠM er +im iento +Ġad vent +Ġh y +Ġhead s +Ġatt ract +b ol +Ġ200 7 +is hes +op h +Ġ5 0 +el ess +ĠD or +Ġgra ve +Ġsh oe +-------- -------- +Ġfl ower +Ġla ke +Ġnorm al +D ad +ict ion +ist ic +Ġocc ur +Ġb rill +ĠS aturday +res p +ha h +ud a +Ġocc up +Ġoffic ers +Ġloc ated +z y +Ex cuse +Ġlo g +Ġwe ight +pa red +Ġstreng th +Ġw ed +ib ility +Ġsu gar +Ġaw ful +Ġspe c +Ġass ist +Ġche m +i i +a ur +Ġbe ach +Ġinvest ig +Ġev idence +Ġprodu ct +W as +k o +Ġprom ised +Ġsupp er +Ġ200 6 +Ġs cient +op s +Ġlight s +Ġop in +Ġt one +Ġgun s +Ġearl ier +T od +er m +ĠAfr ica +ce l +Ġind ivid +ĠT ex +at in +c ries +oss ible +r am +e very +Ġstr uck +Ġt ong +Ġcho ice +Ġpl ants +bur g +Ġopen ing +Ġgrow ing +b es +Ġc ensus +Ġbra ve +ĠItal y +m ond +Ġor dered +ĠBer t +ĠJ os +ist ics +S p +ĠRuss ian +Ġind ic +f all +Ġf irm +U T +r s +Ġdire ctor +ĠCan ada +ĠItal ian +M ay +Ġli br +ĠAn n +Ġl iter +Ġep is +ĠB unny +ol o +Ġpre g +S u +oint ed +Ġback ground +look ing +Ġquie res +Ġj un +Ġman o +Ġrun s +i ot +SO A +Ġswim ming +Ġnot iced +Ġa un +Ġst ret +ar ry +N in +Ġt ears +ol ution +v is +Ġs our +m end +us ing +Ġru le +Ġspo ken +Ġbe ha +est e +Ġcare fully +u ando +oura ge +Ġfound ed +sh ould +ĠL uc +v ant +ĠS en +Ġfell ows +Ġstr ugg +Ġinv olved +Ġsa ved +Ġc osa +Ġy e +ri g +Ġfl ag +Ġt eddy +as es +Ġo jos +Ġp ound +Ġ -- +ur die +Ġpl enty +Ġo x +Ġsc ream +le cted +Ġpu erta +ĠL ee +as ÃŃ +s hip +Ġ ) +Ġc ort +Ġdes per +g ain +Ġgood ness +Ġbr ush +Ġgust a +Ġvers ion +ci ó +an other +Ġtr ick +Ġc ada +ĠI re +Ġe j +Ġexp and +Ġhot el +ĠN ed +ĠE gypt +Ġmag ic +ent ro +ast y +ian a +ĠI T +Ġde ck +Ġev ident +Ġp air +ĠO ld +Ġf al +Ġyou th +ĠDo ctor +m ake +ur ity +ĠD em +Ġwe ak +Ġshould er +Ġta ught +k ins +Ġluck y +Ġa ver +ĠW ashington +ot ed +Ġlisten ing +om s +Ġcha p +ĠCar ol +Ġr ow +Ġn ea +B ob +Ġcent er +ir on +uck y +Ġele ction +are t +N ever +wh oops +ĠChar les +Ġw and +ul f +Ġve ces +Ġcor rect +Ġha st +iz za +Ġlad ies +RY A +go ing +cl am +Ġan cient +ition al +Ġs ólo +Ġmoment o +m et +Ġsmall er +ig s +Ġno vel +ĠN et +Ġfl ight +Ġli ps +ĠSt reet +y al +Ġmat emát +Ġcon oc +b al +Ġe mer +ĠAn ne +ur t +ĠHe y +Ġs ides +ĠS arah +R EL +ve re +Qu é +Ġn est +Ġtit le +ĠS ch +w ing +Ġwat ches +Ġbu en +Ġcomm unity +Ġkn ife +Ġmist ake +Ġp il +Ġapp l +ou red +if y +Ġfem ale +Ġt ie +ĠSt an +Ġkeep ing +Ġtod a +c ut +Ġtell s +u f +ent onces +Ġimag ine +ĠP ri +Ġd ouble +ud d +Ġm as +S i +S ha +v ale +Ġmess age +u ri +IG H +ent al +ĠY our +C AT +Ġme al +C K +re es +ing er +Ġrem em +Ġear n +M an +ĠM ama +Ġp ill +Ġ usted +ol ic +ĠThe ir +ian o +Ġm ouse +Ġmur der +Ġmic ro +Ġsh own +P r +ĠQu é +Ġ19 0 +Ġchan ges +UN K +Ġll ama +Ġcho ose +b et +ĠG old +ĠJ ew +v est +Ġd ed +Ġch oo +Ġwalk s +rid ay +à ¨ +ĠB ig +Ġbl ess +ĠS us +Ġre vol +SIS TER +em an +b ro +m ine +Ġac qu +pap er +is n +ĠE mp +Ġn unca +M a +Ġrap id +ĠS al +Ġeduc ation +Ġbut ton +en cy +Ġst ock +ĠD is +Ġo il +iet y +Ġord ers +Ġbra in +Ġbow l +ĠâĮ Ī +Ġmove ment +ĠCh urch +Ġp es +Ġrem ained +E T +bl ue +ĠLou is +st on +ĠSc ot +D es +ĠRep ublic +âĮī . +ĠT im +Ġste am +Ġbe e +Ġ( ) +Ġelect ric +Ġo s +ly n +know n +ak ed +Ġtr ade +Ġce re +Ġdo c +Ġs ig +Ġgrand e +Ġst airs +Ġgener ally +Ġbed room +Ġgentle man +resp ond +at ro +Ġsur face +Ġd ÃŃas +Ġide as +Ġm ut +w ater +raz il +J EN +u an +it an +Ġas soci +ĠMag gie +ĠA h +Ġhe at +âĮ Ĭ +S te +Ġ[ ? +Ġsl ide +Ġg at +On ly +Ġcal m +ĠI r +Ġh izo +Ġt ent +ĠSp ain +Ġpon er +V AL +Ġlos s +ep h +w est +Ġs ido +ri f +ar i +Ġin vent +Ġclos er +ĠAc ad +ĠO K +Ġ20 00 +Ġpre pared +Ġman aged +Ġreac hes +ĠC ong +Ġag ed +S ÃŃ +itt ee +Ġcall s +og raph +Ġav ail +Ġcom ed +Ġu nd +ich o +âĮĭ . +b on +Ġpa use +Ġt ar +ĠTex as +c ould +w in +ost a +Ġqu iero +Ġmad re +Ġt i +Ġcas es +f it +est a +Ġal to +ATI VE +ĠT od +Ġjump ed +ĠW al +s how +F irst +Ġm ientras +Ġadd ress +Ġrock s +Ġsuggest ed +Ġsecond s +Ġt ries +ĠPe ople +Ġhar m +Ġvist o +Ġr ate +arl iam +Ġprov ince +ĠG reen +Ġd ice +ĠRic hard +Ġwor ried +al ed +ĠO N +ĠP al +Ġevent s +Ġne ither +Ġf ond +Ġbeg ins +Ġg az +ĠC hild +Ġper for +ĠS ummer +ĠIs land +ient os +Ġfix ed +Ġmod el +Ġtrain ing +ber g +th ink +ĠO s +Y o +Ġkind s +l am +ĠA rab +Ġha ber +ĠP ap +ĠM ost +Ġot ros +Ġp ed +Ġs ang +u j +Ġm ud +Ġcon cl +ch ing +ñ ana +Ġe ld +ĠS a +Per haps +s ing +Ġrem ind +O S +Ġinter rupt +Ġtra il +x im +on se +iv o +Ġde re +pl ic +n am +pa ñ +Ġran ge +Ġte ach +Ġd ancing +Ġpal ab +er on +arliam ent +REL ATIVE +our t +Ġc ards +ĠC la +qu es +Ġlead ing +Ġdevelop ed +Ġt iger +Ġm ale +ĠM id +min istr +ĠC a +ÃŃ do +Ġdown stairs +Ġocc asion +en ing +Ġp ool +ĠChin ese +Ġoffic ial +Ġf ac +ad ie +Ġter min +Ġshout ed +Ġpur ple +ĠB at +ĠMart in +ceed ed +ĠB razil +it ation +G ot +Ġpre vent +p ara +Ġt im +Ġc in +Ġex ec +ĠA ward +h ost +ord on +an as +Ġtele phone +Ġshow ing +Ġacc ording +Ġb is +Ġpr ice +Ġc ousin +ĠR eg +bab bles +C ould +Ġfour th +Ġp red +ĠN at +Ġus es +Ġbl ind +r at +Ġcar rying +Ġimp ossible +ĠA ct +Ġpad re +é ste +oo ting +ea ks +Ġtong ue +Ġbit s +ĠS anta +Ġblood y +ci o +use um +Ġf aces +g l +Ġinclud ed +Ġclim b +Ġmedic ine +Ġ ú +Ġde cl +Ġc red +ĠS ea +ind a +Ġa unt +ĠE very +Ġst ates +Ġper cent +ough s +Ġmag n +c ÃŃa +Ġhe llo +ĠM el +ĠSw ed +Ġforgot ten +Ġb od +ac he +Ġsh ips +Ġmag az +u v +as y +Ġmet al +Ġr out +ic y +et t +Ġar ch +Ġpl ans +Ġd are +Ġf ashion +Ġg ro +n i +ba jo +Ġmen os +Ġc ities +Re feren +no lo +Ġspe ech +Ġmot ion +Ġopport unity +Ġfind ing +Ġl ugar +ic les +ĠC am +Ġ200 5 +Ġni ña +Ġpract ice +Ġb other +Ġrul es +S ir +Ġlangu ages +Ġright s +Ġevery where +cc ording +Ġmy ster +Ġfif teen +ist a +Ġdet ect +ĠD ep +Ġact ress +om en +Ġabs olutely +r ás +ete en +Ġwhe els +bu eno +ĠB a +ĠChar lie +Ġcontin u +arent ly +ri ó +ĠFran cis +le ar +ĠG reek +é is +c ómo +n ce +or ks +ĠD ay +ra g +Ġlo ves +ĠD utch +Ġmater ial +Ġdec ision +ah ÃŃ +igh s +ĠB ear +Ġoffe red +Ġstay ed +Ġsandw ich +Ġ ing +C hi +Ġl an +Ġs en +ĠW il +Ġte xt +act or +Ġbrother s +r ink +ĠK ore +Ġsc rew +Ġob lig +Ġc raw +Ġmount ains +f ish +ĠO kay +Ġcent re +Ġb omb +s ure +Ġc y +ĠBer ta +ĠM ount +Ġem pe +t od +v in +ir gin +ĠF riday +M ic +Ġext reme +Ġoppos ite +Ġcont ract +Ġstr uct +C ar +a ft +u ke +Ġni ños +h um +Ġcook ie +G R +Ġ200 4 +Ġaf fect +Ġme l +Ġbat ter +u no +Ġappear ance +i als +Ġdrink ing +w a +Ġst yle +ick ed +Ġkne e +Ġs igu +ar ily +op her +ot hy +Ġqu ien +ĠGrand ma +C os +Ġne ces +Ġd io +ll y +Ġsab es +b res +Ġsuccess ful +no te +Ġfall s +Ġb in +Ġcontin ues +l ittle +Ġwall s +Ġk itty +J ack +Ġd read +iz ing +Ġa ward +ĠR ock +Ġstand s +O oh +à ¥ +Ġsm iled +ac ias +ĠD id +ific ation +ipp er +ĠT ony +Ġsa f +T om +al ing +Ġ4 0 +Ġstud ents +Ġsha d +Ġvol v +Ġ200 1 +tain ed +ĠBon net +Ġdefe nd +v iet +ĠPr ince +it as +Ġpl at +Ġcond ition +Ġdevelop ment +act ually +Ġquiet ly +Ġw ond +Ġme re +Ġmon ster +la w +Ġstud io +w orth +Ġshe ll +c ream +ĠT wo +Ġn erv +Ġdo ors +ĠW ind +Ġu nos +! ' +ay a +ĠD el +Ġhe aven +Ġour selves +Ġbo ats +Ġcont act +Ġp ants +ond ay +Ġn urse +hi b +ic ión +Ġth roat +p any +r ad +ur ry +Ġsa ke +Pe ople +w he +Ġcu er +Ġmar riage +ell ig +am n +p ill +Ġc ouncil +Ġneigh bor +P o +ar ies +Ġpo et +ill as +e le +Ġb oss +Ġcr ime +Ġpued o +Ġth in +Ġro pe +Ġhig hest +i ado +Ġla p +ÃŃ cul +ĠK en +Ġeas ier +d is +c or +Ġg or +Ġcomp let +all ed +ĠD ist +ĠJ esus +b el +Ġcontin ue +Ġá r +oun ce +ĠD uring +Ġsus pect +Ġsha ke +Ġbu eno +Ġnar row +Ġv ocal +Ġschool s +ir ing +p on +Ġb ike +an ny +F oot +Ġ18 6 +s orry +i ud +á p +ĠIn ternational +Ġsus p +ĠSm ith +Ġb oo +Ġhelp ing +Ġret ired +se mb +Ġeat en +Ġt ard +Ġpro ve +Ġmar ry +Ġnin ety +Ġup set +C har +Ġbig gest +Ġyoung er +Ġwhis pered +Ġ199 0 +ig r +Ġob viously +Ġfor ced +b ow +Ġpap ers +at ory +Ġsh ook +Ġl ado +Ġf ro +Ġto ast +ĠL ady +ran ce +fort un +c at +ve y +Ġfle w +cell ent +Ġlar ger +f iller +Ġam ig +Ġsett led +m ark +Ġdirect ly +Ġparticular ly +Ġno mbre +Ġstud ied +Ġre ck +S ay +ĠR ome +Ġpas a +Ġs cience +Ġfright ened +Ġ18 9 +Ġsit s +OT HER +Ġk m +' , +C ont +ĠOlymp ics +Ġgreat est +Ġc ub +ĠBe ck +Ġinfl u +Ġmention ed +B et +Ġknow ledge +ĠM ont +Ġele ven +Ġp it +st ood +no ds +Ġat tend +ĠS T +P ut +Ġpod ÃŃa +á nt +Ġc it +f ess +Ġexpl ained +G u +f rom +Ġcent ral +Ġdec ide +Ġsoci ety +id as +Ġpre fer +Ġrep ly +2 5 +Ġb aj +pl ane +Ġev il +Ġm ail +ab eth +Ġposs ibly +ar ÃŃa +b ell +Ġno min +Ġdes k +f a +ĠAr t +C E +Ġplay ers +ĠAr my +c har +ĠR og +Ġsome what +aj est +c raft +H a +duc ed +Ġten er +Ġb os +as tern +ĠG ar +fe ction +ĠPl ay +sil ence +19 9 +Ġris k +ĠJ ud +Ġve get +Ġtow el +m i +ot ros +c ing +ĠFl or +Ġib a +Ġwill ing +o v +Ġp ic +ap t +Ġb ub +ĠB essie +Ġter rit +Ġsix ty +ĠAn na +g reen +Ġwr iter +Ġanx ious +Ġp ages +art e +á r +Ġmed ia +as ing +t les +Ġwait ed +uh uh +Ġpartic ip +an ing +Ġy ell +Ġrel ated +Ġbeaut y +Ġperfor man +et te +C he +M other +Ġw ine +ĠB u +and on +Ġwind ows +Ġholid ay +Ġp our +Ġest oy +Ġpot ato +ul ous +Ġfor ces +Ġsign ific +Ġbring ing +Ġcomfort able +w rit +Ġdep art +Ġst ir +ĠS un +ĠR oss +Ġrese arch +as p +Ġre ve +um ents +ient es +Ġkeep s +Ġavail able +b ir +Ġin ternational +iron ment +ĠB E +nt onces +ic ia +ul ty +ĠC han +ĠSo viet +H old +Ġcirc um +Ġball oon +Ġrepe ated +ha ppy +ĠD a +Ġest aban +ier to +us hing +ĠL in +Ġfu era +Ġv io +Ġb ark +Ġma ñana +M ama +ra el +Ġball s +or ough +Ġfair ly +Ġs que +Ġso y +Ġb unny +Ġshe l +ĠG ra +Ġexc use +Ġpower ful +ÃŃ t +Ġmem ory +ce ly +Ġsa v +Ġafter wards +Ġb are +B ye +ñ as +Ġdise ase +Ġsign ed +Ġt un +ic ans +Ġteam s +Ġserv ices +Ġsm iling +Ġestab l +ĠEmp ire +ĠAcad emy +Ġf oc +Ġv ote +K eep +Ġb ump +z ar +Ġz oo +ĠCan ad +Ġm ate +Ġwas te +ĠE ll +aw s +Ġjud ge +w are +Ġcl own +Ġf urn +OT H +Ġf an +c as +in i +b aj +Ġh ug +G reat +im p +Ġperfect ly +e at +w enty +w hile +re ally +Ġshop ping +a ign +T en +Ġ18 8 +Ġsil ent +Ġw ise +is ions +Ġmiss ion +Ġpreg unt +Ġa ño +y ear +Ġt ir +Ġele cted +Ġú lt +er te +Ġa vo +Ġse es +il os +Ġnin eteen +? ' +Ġdo in +ĠO ther +em a +Ġac uer +ĠB oy +p ull +Ġinst r +Ġp sy +ru ct +Ġf ought +B R +pl ace +Ġdist ribut +F uck +Ġd un +Ġqu it +Ġnurs ery +am in +ater pill +Ġsaf ety +A K +ĠDem ocr +S TE +ad ing +rop ical +Ġproper ly +Ġwed ding +Ġs om +Ġim m +Ġstr ing +iv a +ĠBar b +Ġremark ed +Ġo l +Ġst ro +w ar +Ġche st +ri al +Ġ200 3 +W ow +s ix +im it +" ? +Ġcon e +ab out +r ado +ĠR es +Ġb i +F AD +Ġbe nd +Ġwh ist +Ġbis cu +Foot note +al y +r é +Ġre ci +Ġj am +Ġdes c +Ġglass es +ÃŃ r +Ġf ence +Ġp ump +Ġc hat +Ġbut t +Ġar ran +a fter +Ġbath room +ac ters +ĠF ort +th row +ar me +Ġtr oops +est á +ar lo +m aking +ĠR ay +ar ia +Ġn ap +Ġr iding +Ġlaw yer +C a +Ġw ings +Ġknow ing +Ġval ue +Ġnor thern +ffic ient +Ġ198 0 +d raw +Ġthe ory +Ġthought s +Ġaqu el +Ġt ort +ĠLa ura +ĠAd am +Ġman ager +Ġaun que +Ġcan cer +Ġ ठ+ĠB ay +oc key +Ġhab ÃŃan +per or +ĠSu per +Ġact ual +Ġhur ried +ter ing +Ġpain ting +Ġl atter +Ġche e +Ġresp onse +Ġen em +ĠJ er +Ġn ative +ĠP et +Th ose +ic ago +Ġfav our +on ia +Ġr ust +Ġtien en +ĠRuss ia +olog ical +Ġclot h +I V +[ $ +ar é +Ġde but +ack s +ĠAt l +Ġcast le +Ġhang ing +B C +Ġet c +Ġd ir +ent ial +Ġve h +Ġmet hod +Ġal t +Ġblank et +Ġobs erv +Ġconst it +Ġsp in +ĠMa x +Ġequ ip +ĠS il +Ġwor st +Ġaver age +Ġpe as +Th ree +m ined +Ġd ic +Ġh orn +z as +Ġt v +Ġv ale +Ġsh ock +Ġser ve +J ES +ha d +ĠW estern +Ġco ach +if orm +Ġhe av +Ġremem bered +2 3 +ha b +ĠM aster +Ġty pes +H uh +ke nd +Ġaf ford +Ġeff ort +Ġinclud es +Ġeight y +Ġbur st +Ġgreat er +Ġw ave +Ġ200 2 +C ap +Ġne at +Ġapp reci +Ġconcer ned +I F +Ġin no +Ġhear ing +Ġ202 3 +ĠE ve +Ġtr oub +Ġpass ing +a res +f le +y ellow +Ġpres ence +Ġthr own +Ġdefin itely +Ġs ite +Ġbar n +c od +Ġt id +ĠP en +Ġdescri bed +Ġsold ier +Ġpen cil +Ġpus hed +ĠInd ians +ĠAfr ican +Ġwas hing +r ick +Ġh ook +Ġp ant +iz abeth +Ġr ank +Ġdisapp eared +d addy +Ġfail ed +is her +Ġer an +m orrow +Ġart ist +ĠIre land +Ġf ant +Ġgo al +ick ing +Ġpress ure +Ġac ab +Ġf ancy +Is n +II I +A bout +Ġw ha +pp le +ĠL aw +t ry +Ġg ay +v as +Ġb lo +Ġfeel s +Ġd icho +hold s +p are +Ġpr os +g ers +un s +Ġreport ed +Ġmat ters +ĠRoy al +Ġp izza +Ġad op +Ġopin ion +Ġd om +um ps +Ġf ired +th ur +m es +uss y +Ġrelations hip +Ġproper ty +ĠL ake +Ġreal ize +y up +Ġter ror +Ġgentle men +ow ing +u le +ĠP ak +Ġw ished +Ġfor ms +y an +Ġw an +ch ief +Ġli ber +ep ing +ot ion +Ġfeel ings +et ch +ain e +Ġcomp os +Ġknock ed +Ġobject s +il ities +og raphy +ish ment +Ġtrans port +Ġfamil iar +ar ing +Ġkne es +Ġfre qu +Ġhor rible +Ġf ully +ĠM E +ĠG O +Ġh unt +im ate +ĠV ict +Ġfar mer +Ġexc it +Ġra re +ĠW ood +S c +Ġexper ien +Ġc iud +v amos +Ġdis m +Ġc ute +ĠCh ief +Ġint ent +Ġp ra +Ġpos itive +Be fore +ĠAl ice +Ġdi am +Ġre lease +Ġin n +Ġf ishing +cu ent +Ġin tern +oy e +O ther +ĠIs rael +Ġs ink +Ġc ats +" ] +no thing +_ . +à ® +Ġab uel +do g +Ġpare ce +Ġmicro phone +2 2 +Ġm ummy +Ġp int +Ġdra wn +A ct +ĠK at +Ġs ch +Ġv est +Ġprincip al +c ur +ign ed +Ġpre vious +l ow +Ġc amb +ĠI S +Ġt ied +ĠJ ones +Ġdur ante +Ġadv ant +Ġestabl ished +ĠCent ral +Ġadm ir +Ġkind a +m om +Ġg ather +ĠMex ico +it zer +Ġdinosa ur +Ġqu al +Ġar range +Ġwonder ing +Ġchar acters +s ed +Ġbecom ing +Ġmu jer +Ġshould ers +ĠH o +Ġaw are +Ġthrough out +ou ds +Ġclear ly +Ġs outhern +ĠV an +Ġgrad u +Ġv ia +ac hel +Ġst aff +Ġtra baj +Ġfamil ies +ĠP urdie +Ġexp ress +ĠC ath +reed om +qu ito +ĠM ore +I M +i ation +Ġsy mb +IGH T +Ġf el +Ġw a +Ġwe ird +N A +Ġdo zen +h h +Ġa le +Ġbe ast +ĠC orn +ĠE ven +Every thing +Ġdeter mined +ĠR ight +Ġact ing +ĠFlor ida +ou g +Ġdro ve +Ġa ch +Ġlo ose +c ue +Ġm ile +Ġplan et +Ġdes cend +Ġé sta +Ġfig ures +Ġt ummy +Ġres ist +Ġsoft ly +Gr and +à ° +Ġb oots +Ġaut om +Ġm ort +ĠCh icago +Ġhac iendo +Ġsa le +Ġbu ried +Ġele ment +ĠAustral ian +ct ors +Ġpa ÃŃs +L ea +Ġw estern +ĠM onday +Y OU +Ġfor ma +Ġmin ister +Al right +ĠColl ege +ĠP ooh +Ġaf t +ĠC ast +Ġin it +Ġinst ant +Ġsp osta +n ice +Ġwee kend +Ġentire ly +Ġb ol +Ġcr is +Ġsw ing +Ġdoll y +Ġobs erved +Ġy ard +Ġother wise +Ġcook ing +Ġque en +Ġtra vell +Ġexp ression +ĠM ass +Ġfriend ly +Ġo cean +Ġsp orts +ie ce +ĠSec ret +Ġcom ment +Ġmuch os +d in +Ġcamp aign +ĠT hank +b ury +id en +Ġepis ode +ĠS ol +Ġend s +ĠBe cause +Ġmag net +w alk +who a +S ince +Ġtalk s +Ġd ying +Ġreal ized +uck les +ú s +Ġ3 1 +Ġjo ke +ur as +Ġwit ness +Ġun iversity +Ġr ings +am as +em on +Ġf art +Ġc ay +ar á +Ġtou ched +er as +ĠW H +Ġthrow ing +Ġmix ed +Ġ197 0 +eder al +pre tend +Ġnue vo +n an +Ġf aster +W E +Ġre asons +p ret +Ġprodu ction +Ġcu atro +Ġsc reen +4 0 +S omething +Ġg ente +ĠM ajor +ĠH a +ĠPr ime +Ġst ones +Ġcont ra +Ġdam age +R em +Ġme as +Ġ ess +os en +ĠD en +ile t +ĠTH AT +Ġb ug +ĠR ose +Ġest ás +Ġgar age +st ances +zz z +Ġex erc +ot es +Ġde mon +ĠL as +ĠH aw +la v +Ġst om +aj e +ĠR uth +ĠM os +ĠF OR +Ġpoint ed +Ġdeg ree +Ġsh r +ĠMat emát +ĠD O +Ġop ens +Ġpolic y +Ġa z +Ġtr actor +on ly +uc ha +D r +S T +Ġke ys +he ast +ánd ose +Ġcomm unic +Ġbox es +ĠT er +Ġr ang +Ġre y +Ġunder stood +gen cy +ĠG ordon +t ú +Ġg ift +Ġpo inting +A mer +p os +Ġgi ant +g os +Ġgat hered +Ġdark ness +qu ién +Ġli es +ĠAs ia +Ġbrill iant +On ce +Ġdiv ided +Ġ · +ĠScot land +Ġro de +ang le +ĠL atin +Ġco che +ĠV irgin +Ġr ise +Ġcr own +Ġeffect s +Ġn ing +ill ed +io g +ĠCanad ian +Ġmain ly +Ġsp ort +Ġt ask +Ġs oup +ul ations +Ġlea f +cha ir +play ing +oo per +ĠJos eph +Ġfore ver +r ough +âĮ Ī +Ġvo ices +Ġdro ps +v y +Ġ199 9 +Ġdam n +Ġwav es +ĠV al +Ġpull ing +Ġm ap +or se +Ġle vant +Ġcar riage +ic ated +Ġenv ironment +aterpill ar +s ung +Ġab andon +ost on +Ġh ic +app y +ĠM ur +Ġmir ror +Ġcla im +Ġcr ash +Ġâ Ģ +A ye +Ġcaball o +Ġw id +am á +ĠL ook +Ġbuild ings +Ġactiv ity +emp lo +Ġg host +ber ries +Ġfore ign +ĠIr ish +Ġsh ooting +ĠP h +Ġinflu ence +ran e +Ġland s +Ġp ond +and s +ĠR ec +Ġac cess +Ġpull s +ĠG e +ian ce +Ġw ore +t alk +est ival +ats y +Ġcam ino +Ġdestro yed +Ġb en +ar go +Ġsec urity +Ġsepar ate +whis pers +Ġf ier +Ġtrans l +Ġperform ed +Ġb unch +us o +ud o +Ġstay ing +Ġl at +Ġpl astic +Ġcr uel +Ġd ata +Ġstran ger +Ġ18 7 +Ġmagaz ine +a ñ +Ġper d +Ġad ministr +Ġrece ive +2 1 +Ġprodu ce +Ġrec om +ĠG et +[ . +Ġ196 0 +ĠS ing +um n +p ot +ig an +Ġtra ins +Ġalg una +Ġact ive +Ġcha mpions +Ġcurrent ly +Ġfeat ures +C ha +Ġl ink +Ġas ide +Ġadv ice +Ġf old +ĠL ab +nolo gy +ĠPro v +am ing +Ġh ijo +il iz +Ġrecord ed +igg les +Ġfol ks +av al +Ġcompan ion +Ġcit iz +W H +Ġmed io +st ers +art s +we et +Ġsy mp +Ġnews paper +ĠE leanor +let s +ĠM ike +Ġsign al +Ġd u +ed ing +... " +Ġso cks +Ġdist ur +Ġpay ing +Ġsle pt +han g +Ġdes ire +V ER +Ġto es +ĠW hile +Ġexcit ement +u ries +ĠAmer icans +Ġg an +ĠT y +Ġhid den +Ġcu ps +ĠPr in +ĠB ang +Ġj ugar +ĠL ie +ab oo +ran g +Ġcomm un +Ġche ap +Ġy ards +ste in +ĠS ee +Ġmed ical +Ġfair y +2 4 +I L +Ġindivid ual +Ar t +Ġp ier +ca re +Ġsw ord +ĠBrit ain +Ġn adie +in al +Ġinv ol +Ġslight ly +ul s +Ġown ed +Ġiss ue +E d +ĠG ran +t es +Ġkill ing +Ġpart ner +Ġmus ical +ĠB est +Ġcont est +E leanor +ateg ory +EN T +Ġme asure +per ing +cent r +ĠDist rict +ort e +Ġpro ved +Ġd ish +ch oo +RO Z +ĠGovern or +ĠD ar +Ġuse ful +Ġvo z +Ġpsy ch +Ġw rest +Ġmat ches +Ġrest aur +Ġcre ate +Ġmucha s +ĠC ont +Ġsh o +Ġe res +Ġal ien +ĠS i +Ġpro gress +Ġrec ently +Ġch im +ĠB art +cont in +Ġc ourage +Ġp ow +Ġlad der +Ġcop y +ĠPak istan +Ġp oo +ĠM et +il o +Ġpued en +Ġs ore +Ġl one +Ġn ation +Ġcompan ies +ish op +Ġcult ure +E arly +Ġn uc +Ġcre o +Ġcuent a +ĠT ra +ge nd +Ġown er +Ġwood en +Ġstub s +un as +Ġhab lar +Ġmam ma +Ġcray ons +ĠAng eles +Ġlock ed +Ġwond ered +Ġg ri +im ientos +er al +Ġr ot +Ġam igo +ĠS yl +Ġpur s +Ġspec ific +b ird +Ġapp arently +qu ar +vocal ize +ri fic +ĠF ar +rem ember +av ÃŃa +Ġremo ved +Ġbe b +k iss +Ġest os +Ġcar r +Ġsure ly +um per +ke e +Ġlaw s +Ġinter view +Ġreck on +per a +Ġtot ally +Ġbod ies +M ost +c ow +we re +Ġh oles +Ġfe ather +no pe +ne ath +ĠIn tern +A p +Ġg ently +ac a +ĠâĮ Ĭ +ver se +Ġperforman ce +Ġform ula +Ġstre ets +Ġba jo +Ġcas i +à ¤ +Ġbecom es +Ġamaz ing +v oc +Ġs or +ĠR om +Ġdec or +Ġcut ting +ĠJe an +G H +Ġstop s +Ġlist ened +Ġsha me +gg ing +Ġcol our +a e +Ġre view +Ġsc ore +Ġstat istics +Ġlift ed +Ġg ir +Ġsp ite +Ġph ilos +itzer land +Ġc ama +Ġjump ing +idad es +ĠC ourt +Ġciud ad +Ġs ino +Ġjo ven +f ire +Ġtr as +Ġup per +Ġcl oud +Ġ199 6 +Ġste pped +w an +Ġc raft +Ġin ha +Ġgr ay +er ves +Ġair plane +Ġcuri ous +Ġcon ce +ist ry +Ġfield s +Ġo dd +Ġbran ch +F raser +es ides +Ġintro du +Ġindepend ent +Ġb order +Ġhel ps +unt os +y m +Ġweap ons +a a +Ġdr ama +Ġequ al +Ġrequ est +av es +fess or +ĠB aby +ĠD iv +Ġprison ers +um in +ĠP op +Ġrelig ious +Ġc ri +l ot +ĠB ea +EL L +Ġest ud +Ġrec on +Ġ199 2 +Ch rist +Ġp ale +Ġcreat ure +Ġrelig ion +Ġ199 8 +B u +N ew +Ġl ord +Ġcl ouds +Ġenjoy ed +Ġtre asure +Ġburn ing +c ons +ĠH ill +Ġbit ch +Ġstri ke +Ġindust ry +Ġw ounded +ent h +ĠJe ff +Ġl ack +ĠH on +um ed +ĠF ox +Did n +Ġsister s +t in +BR OTHER +C are +l i +Ġt ough +ĠS pe +ĠJim mie +l ong +Ġintro duced +hes s +ues day +Ġj igs +Ġlead ers +D uring +Ġte nder +N ice +Ġconf ess +Ġc ot +ĠF a +ans as +unt ary +Ġman os +Ġsort s +Ġexec ut +Ġnerv ous +Ġprot est +ent ed +ĠSw itzerland +6 0 +al i +Ġtown s +ĠM ars +ur ance +Ġcont r +ĠmÃŃ o +g ly +bb ed +Ġfrog s +J e +ĠH i +ĠK e +Ġgold en +Ġrapid ly +os ter +Ġg ain +Ġhe ight +ĠD ios +Ġlear ning +S am +Ġpick ing +Ġclose ly +Ġcand id +Ġre ar +ĠEd ward +Ġse ction +st ra +Ġfuer on +y ay +Ġinv ited +Ġbran ches +Ġtar get +ĠH ind +ĠP ac +ĠB oston +ite ct +Ġdiffic ulty +com o +Ġhun ting +ad ores +tom a +ĠRog er +Ġf ox +Ġrepl aced +Ġrespons ible +ĠO t +Ġr ug +Ġdream s +W hile +Ġstud ent +Ġland ed +Ġt in +Ġrequ ired +Ġresult s +Ġl it +Ġgreat ly +Ġhands ome +ipp ing +Ġseñ ora +Ġpupp y +Ġj ail +Ġa x +Ġorigin ally +I A +Ġtr unk +Ġtra ffic +Ġ199 5 +ĠN ight +Ġcrit ic +t oo +Ġgo at +il i +ĠDor othy +Ġcook ies +ad er +Ġal arm +Ġtri al +ĠChampions hip +er k +ĠS qu +O M +Ġquie re +Ġm ant +D E +ic ing +Ġest ado +Ġto ilet +Ġex cellent +Ġhors ie +ĠC amp +itc her +ĠP ot +Ġscar cely +H as +Ġh ills +Ġen se +C arl +Ġ ���� +ĠS ince +ĠF il +Ġdif e +Ġbene ath +ĠR ev +Ġpr int +u vo +re ck +Ġadvant age +Ġ( ; +Ġno ble +Ġbu ena +az ón +Ġchair s +eng ers +Ġr ush +or g +Ġbre aking +ĠH ot +Ġsweet heart +Ġfol k +Ġhe sit +il ty +Ġcred it +Ġque er +Ġcol on +à ³ +Ġv ig +Ġbl ame +urs day +Ġbes ides +Ġay ud +ĠL es +Ġun us +Ġun iform +Ġbrie f +Ġaqu ella +m outh +Ġgu itar +Ġd ump +Ġtard e +n ament +Ġhom bres +ĠAs soci +ĠO x +Ġexc han +Ġsystem s +Ġcont ribut +Ġra z + ° +Ġper man +Ġadm it +Ġneigh bour +H elp +Ġtreat ed +Ġevident ly +é nt +Ġn ut +Ġroom s +Ġ199 4 +ĠCong ress +Ġd entro +ico le +Ġbag s +Ġnos otros +2 7 +us hes +Ġre v +ous ers +Ġvict ory +Ġhab l +B en +ĠR am +Ġgl ance +Ġinc ident +Ġnorm ally +ke ys +ĠCath olic +Ġb ord +ĠZ eal +un ning +od es +Ġag re +Ġsupp ly +Ġcompet ed +um ble +iv ity +be y +Ġig ual +j ar +ĠEl izabeth +turn s +Ġrem ains +Ġchan nel +Ġt ear +Ġint ellig +Ġpal ace +Ġw ra +Ġsp lend +Ġaccept ed +LA U +j et +Ġele v +Ġnea rer +b ot +Ġh yd +ĠP ost +ĠSt ar +A B +ĠT ed +ĠP an +Ġf o +Ġeng aged +ri er +ore nce +ĠH al +Ġaw ake +Ġw ow +Ġcon centr +h us +Ġpri ze +Ġcapt ured +Ġw ipe +it ud +Ġwas hed +am i +ins on +po inting +Ġplan ning +ĠX X +ab ility +arr ing +Ġty p +Ġhub iera +Ġt ierra +] , +ĠM ajest +Ġdel ic +Ġset s +ĠAr thur +Ġsu ffe +Ġrecogn ized +ĠPort ug +all a +Ġlos ing +Ġhom es +Ġd im +Ġdo ggie +Ġrecord ing +âĢ ķ +ĠZeal and +Ġcom mer +ĠN ick +u be +Ġpresent ly +Ġr ushed +ĠSo ci +Ġsour ce +Ġstom ach +Ġtr at +Ġmer cha +Ġgr ant +ah hah +Ġeat s +Ġc ouch +ĠB ro +Ġra ise +Ġin se +Ġel imin +Ġprov ided +Ġf aint +st one +ĠP ers +Ġ199 7 +Ġsome how +Ġair port +Ġb orrow +Ġdr ug +Ġexper iment +Ġto oth +ict ed +Ġstruct ure +Ġexc iting +Ġpur se +ĠC ons +iver se +Ġstick s +ĠGovern ment +c up +Ġquer ÃŃa +Referen cias +Ġb ones +é l +und o +it z +Ġcr u +Ġdel iver +ĠBe fore +ĠJim my +Ġa er +Ġbr icks +Ġrecord er +ĠB ell +Ġsign s +Ġleg al +op l +Ġref used +Ġjob s +. ) +in as +riend o +Ġord inary +ĠAlex ander +um m +pe ech +2 8 +F ather +qu ier +O ver +Ġsa us +Ġcas h +Ġest as +nes day +F ine +ĠJ erry +S er +Ġsevent y +n on +Ġro d +Ġthousand s +Ġte aching +Ġshow er +19 8 +Ġtemper ature +Y a +ke l +Ġde er +Ġattack ed +Ġc ord +Ġgrand es +c les +Ġbus car +Ġmis er +Ġdr unk +Ġl amb +Ġfort une +Ġg ang +ĠP arliament +ĠF ore +Ġch osen +Ġsl ipped +Ġm ont +an cia +Ġsymp at +Ġsm ooth +Ġw ire +ac le +ĠCh ris +ĠAnd y +Ġl od +Ġen orm +Ġcompet ition +Ġcond itions +AN T +Ġprin cess +Ġour s +Ġdiv or +Ġenter tain +Ġm ol +Ġapp ointed +Ġp ony +Ġar row +Ġpap a +Ġpod er +ĠSte ven +Ġd uh +Ġcl ient +Ġfif th +Ġ x +h ot +Ġdesign ed +to ys +ies e +Ġse vere +Ġv ir +cept ion +E W +l ers +Ġb id +ol i +Ġsm o +Ġprov ide +2 6 +Ġp ure +ĠIn stit +Ġhat h +c r +Ġincre ased +t ies +Ġco ck +Ġpron to +Ġco al +g i +id ado +Ġpus o +ĠR od +Ġco c +Ġap artment +Ġbe ars +Ġbre ast +ĠP olly +Ġbad ly +Ġot ras +Ġdoc ument +E E +Ġrel ief +Ġw olf +or o +Ġr áp +Ġpat tern +ĠCl ub +ĠJul ia +ĠâĢ ¢ +Ġ CH +ĠS erv +Ġrep ro +ĠF ire +ĠK im +Ġspl it +Ġlibr ary +Ġin tended +Ġbutter fly +Ġme chan +Ġc ounter +Ġadd ition +ha ha +ac io +Ġappear s +Ġl orry +Ġr ising +ud ed +Ġwin ning +Ġlone ly +ri ff +ig ator +Ġdestro y +L as +Ġn ú +Ġp ile +Ġpu esto +Ġroll ing +Ġmur m +Ġinha bit +Ġfun ction +O D +c oughs +Ġp iano +Ġ199 1 +Ġb one +ĠW ed +Ġunder neath +Ġt us +Ġg ained +Ġqu ality +ge ant +Ġbr ings +Ġdiv ision +Ġf oll +Ġprim era +ĠN ob +Ġre nt +Ġdr own +Ġwat ers +Ġar g +Ġevent ually +d as +Ġl ic +Ġas pect +Ġdun no +K AR +z ing +ll e +ne w +Ġham mer +Ġstand ard +is o +ie lo +Ġdoll s +ĠCha ir +Any way +Ġp ity +Ġsp are +Ġre act +an co +av ing +en ger +Ġcon ven +ĠW omen +US T +ĠS om +Ġ ign +ĠR on +Ġice cream +r á +Ġre jo +ĠBr ad +Ġplan ned +Ġpo ison +ira ffe +Ġjack et +Ġprop os +ĠH ave +d ri +ĠS aint +ĠL ike +Ġchan ging +Ġhist oria +Ġa id +Ġneg ro +Ġpic nic +Ġcircum stances +la x +Ġprison er +ent es +ĠS in +se ll +Ġdemand ed +ĠYou ng +Ġheart s +EL A +ick en +Ġmer ry +b in +ĠG ames +Ġpart ies +mp ion +com ing +om y +Ġcom en +Ġdis play +Ġcha llen +Ġpres ents +ĠA f +Ġmatemát icas +Ġg rie +Ġan no +che ster +Ġ6 0 +No body +Ġmight y +Ġavo id +s omething +é t +Ġold est +Ġlad s +Ġw oke +Ġanim ales +Ġg reet +Ġk night +Ġsu elo +Ġdel ay +Ġbelie f +Ġpil ot +Ġd omin +ĠG il +Ġcal cul +ĠAll ah +Ġincre ase +Ġc ows +Ġhac ÃŃa +Ġbase ball +Ġcand y +ñ or +Ġroll ed +e ze +an i +ĠAust ria +Ġamig os +3 5 +ĠCon f +Ġjigs aw +on io +ĠB as +Ġcha in +CO L +s ighs +p ush +ag ain +ĠAr ch +am iento +ĠT ommy +IT H +G A +ac ional +oint ment +M any +er g +ur r +ĠNor thern +in os +Ġli qu +Ġcross ed +M ark +the w +hel p +m od +Ġp ipe +is er +ul ated +Ġmist ress +b ie +Ġnot es +Ġfart her +Ġin ten +Th ink +Ġpued es +M ore +ger y +sh ine +f irst +em ás +Ġdis hes +ad d +Ġgrand mother +Ġexpl os +Ġperson as +ĠH arr +Ġhop ing +Ġdorm ir +Ġexp ensive +Ġhop ed +semb ly +D avid +M ake +rent e +Ġhum ans +Ġesca ped +Ġc ave +ĠBer n +S ometimes +g ust +Ġk il +ĠC y +Ġgu ilty +Ġpas ó +Ġemb argo +us ter +Ġkid ding +GE R +ick et +c ion +Ġp aj +Ġcompan ions +Ġoccur red +ĠB ird +Ġsc ri +Ġadv ance +Ġweap on +é e +Ġrecord s +Ġappro ach +Ġth orough +Ġtr ousers +Ġgrand father +2 9 +Ġreg ret +at han +4 5 +Ġconne cted +Ġadvent ure +Ġs ed +ar le +Ġisland s +Ġsla ve +Ġt ale +Ġp itcher +Ġsex ual +K F +Ġhigh ly +EL S +Ġplat form +ĠS O +ond e +Ġsupp l +e ight +an ut +cl aro +Amer ican +Ġcr imin +oot ball +Ġprofess or +al ds +ĠB ook +Ġser iously +I K +Ġtra bajo +Ġhur ts +G e +Ġwe alth +ĠGeor g +Ġha br +Ġdes e +19 7 +Ġgra b +Ġtrans fer +Sh ut +Ġcomed y +l im +ĠL and +ĠNet her +Ġy yy +ran k +ek aboo +Ġconse qu +Ġclim bed +b id +Ġh ora +ir rel +cri bed +J une +um es +Ġnum er +Ġ198 8 +ar ian +Ġdo ggy +umb led +ink y +p ass +Ġbe er +A nother +Ġs ons +Ġt orn +---- " +Ġw agon +Ġan te +ĠP re +ĠJ on +ĠOn ly +Ġauthor ity +ĠDis ney +ig a +em ic +Ġpass age +Ġh ue +re ll +ĠH A +Ġmoment s +ĠG ree +Ġda wn +do or +Ġgu est +Ġ199 3 +Ġelect r +ĠB ud +Ġextreme ly +en es +Ġeas tern +Ġeager ly +Ġearn est +us a +all as +ĠO ri +O ut +ut o +Ġj e +ié nd +Ġant i +a jo +y ard +ĠH E +Ġinst ru +ĠS pr +Ġro yal +ens ion +ĠA lf +hi a +Ġgr ace +Ġspe ct +Ġsent ence +Ġsatisf ied +Ġse lected +ail ed +p op +Ġw ound +K AT +it án +Ġu gly +ĠA T +Ġex act +ĠP a +Ġlo ad +Ġent rance +it ó +is mo +Ġfind s +Ġdisco ver +Lea ve +ĠT or +op ter +Ġless ons +Ġshad ow +Ġas h +ÃŃ amos +Ġo d +ir teen +ĠL i +Ġcor azón +Ġdra g +Ġt ub +Ġp á +it ure +Ġto ss +Ġking dom +um a +ĠU N +gu es +Ġb ond +ump h +Ġkiss ed +Ġm os +Ġst ack +el come +Ġpeque ño +Ġmes a +Ġtreat ment +Ġlea gue +Ġset ting +3 7 +Ġsweet ie +om er +Ġb ay +um an +he w +Ġcell s +Ġy um +ĠS ur +Ġshe d +Ġcom r +Ġmark s +Ġsuffe red +d at +Ġpo bre +ons ense +g iggles +b oo +Ġbelong s +at re +am ps +Ġce ased +Ġrecom mend +am ma +Ġse qu +St ay +Ġclim ate +r ich +Ġp itch +ĠF r +Ġprim ero +Ca use +p y +Ġm ama +Ġdr ugs +Ġcur tain +Ġeld er +ea ble +Ġso ap +Ġam or +Ġthr ows +ĠS on +Ġal tern +mm a +nd a +Ġfl ash +Ġconf l +Ġro les +ative ly +Ġvict im +Ġcomple x +ĠB rian +av is +Ġc ode +Ġenem ies +E ntonces +Ġse ated +Ġc aterpillar +ĠCom pany +Ġimpro ve +Ġus eta +roll ed +Ġch op +Ġban ana +Ġcondu ct +Ġh oy +ĠPe ggy +ĠSwed en +p at +ĠB ra +Ġcollect ion +J O +ĠT own +Ġtr uly +Ġsal v +Ġcro cod +ĠW ay +Ġcomm ander +ĠNether lands +Ġp ies +ĠA wards +Ġsu fficient +Ġmark ed +ĠTh ree +Ġless on +Ġfor give +Ġgu ide +ĠMar g +ĠDemocr atic +lf riend +Ġsub s +c est +Ġj ue +ĠAssoci ation +E ll +Ġvol ver +Ġd iss +ĠI II +Ġman era +if fe +ĠW ater +ades h +Ġmo le +sh outs +Ġgrand ma +an qu +Ġgovern or +Ġwar ning +Ġ198 9 +Ġcuent o +is l +Ġo ven +an ed +ĠV er +Ġast on +Q ue +ol k +ĠD E +ĠSt one +Ġbos que +Ġrec ent +C uando +I LL +Ġun as +Ġsp ider +Ġgr in +Ġc hips +ĠG irl +ĠRo ad +Ġbuck et +Ġgr ate +writ er +Ġ195 0 +ĠFl orence +ha y +all e +Ġinhabit ants +" ). +H mm +re mos +ĠM en +our se +Ġsol id +Ġc ig +Ġpro ceed +Ġb ul +hm m +AL L +Ġrequ ire +am ily +ĠR ad +ĠSt ep +L ittle +Ġmy th +á m +does n +or ter +Ġr acing +Ġwhen ever +Ġsh ining +Ġalgu nos +m ic +st ant +Ġres cue +J oe +Ġp ist +Ġap olog +V ID +ĠA ny +Ġnet work +Ġsu e +Ġbel t +Ġprop osed +Ġad vert +Ġste al +ĠSecret ary +S S +b us +Ġt iss +Ġr hy +ĠAb out +p here +Ġb la +ul o +ĠS el +ĠVirgin ia +Ġbe ans +ĠS ometimes +Ġoper ation +Ġalg ún +ĠJack son +Ġstat ement +in vol +ĠL y +á b +Ġpresent ed +Ġfamil ia +Ġs orrow +Ġup side +Ġpo ll +Ġnú mer +Ġmed al +reg unt +Ġfle et +Ġpolic eman +r ant +en as +Ġdist ingu +Ġburn ed +Ġcay ó +po or +Ġtod avÃŃa +Ġtun nel +Ġh ij +ir med +g onna +or ange +ĠT hanks +Ġshop s +Cap tain +Ġ ze +ĠL ong +ĠL ove +Ġsee k +ala is +Ġinfl uen +Å į +Ġsplend id +ĠB ir +Ġex ped +F e +ठ¾ +Ġsell ing +Ġtech n +Ġf ile +Ġl uz +Ġse ats +e ven +Fran k +C all +Ġinst it +Ġchem ical +ĠW ales +ĠPro fessor +Ġf ate +ĠS id +ip ed +Ġsoon er +col n +Ġdiam ond +quar ters +ĠF re +Ġbus h +Ġpel ÃŃcul +Ġdel icious +Ġmis ma +Ġpus hing +J im +Ġ ó +Ġpr ince +Ġrecogn ize +. -- +U na +Ġswe ar +Ġf reedom +Ġg rey +Ġpre gn +het ti +Ġt ropical +St ill +Ġsp rang +Ġalto gether +Ġhar der +Ġth irst +ĠBeck y +ir o +ĠA le +c ido +Ġb ent +Ġp owers +Ġag ent +Ġsw itch +Ġsend ing +ong o +s ho +if ts +hen s +Ġkind ly +Ġdist ant +ĠSte ve +Ġphys ical +ĠT uesday +N OW +re nder +Ġgood s +Ġsc ary +Ġsur r +Ġhon our +ĠCol onel +Ġsla ves +p ress +s w +Ġ ún +Ġv alley +ĠE ach +Ġsp ark +Ġjour nal +Ġarrest ed +is ha +Ġgot ten +Who a +Ġcomplet ed +Ġbr and +go es +eak ing +Ġdelight ed +Ġs ust +sc ream +Ġmo b +ĠProv ince +Ġt ast +re o +ĠI ll +ĠP atsy +Ġcomp añ +Ġpri est +Ġsuc ceeded +Ġiss ues +ĠBel g +r r +ook ie +ĠI m +Ġsha pes +Ġch ose +Ġcons ult +ĠU K +bo at + ¶ +re al +Ġp ussy +ac on +ĠT ri +Ġan al +Ġfin an +Ġsal ir +ĠInd e +Ġbar co +Ġfuer te +Ġscr atch +ĠI ran +ha med +st ick +il idad +Ġun s +Ġam ar +Ġpass engers +Mic hael +Ġár bol +ep s +Ġven ga +Ġwor n +Ġsl ip +B ill +ĠH ER +ct ic +mo ves +Ġdet ails +Act ually +ĠH ay +ĠP as +Ġcomp ar +bre ak +; " +Ġspir its +B ack +s es +s que +Ġn ic +Ġ18 5 +Ġg ato +unt s +p ur +Ġc hi +Ġpain ted +Ġpl ates +Ġfl u +Ġfl ood +Ġow l +ie res +Ġun ivers +Ġarran ged +Ġw itch +Ġpoor ly +Ġclim bing +al m +ĠC le +ul ance +Ġjust ice +Ġsur round +Ġhad ta +d os +Ġé st +ch os +ĠJ ac +Ġaff air +iss a +Ġgu er +ar n +id i +ĠTh ursday +H elen +Ġun able +ĠO ut +Ġcuer po +Ġb or +ĠY o +Ġtrack s +invol untary +s n +Ġd an +Ġab ility +ĠIs lam +Ġpas ado +Ġproduc er +Ġun it +Ġsab er +ĠDan iel +ĠD ire +Ġaccom pl +se x +ea u +ĠF our +Every body +Ġsch ol +ĠAtl antic +à ī +Ġsp eaks +Ġapp les +Ġpre m +Ġinno cent +Ġda ily +Ġstud ies +Ġgo dd +Ġmust n +Ġorgan ization +What ever +Ġbutt ons +ĠWed nesday +ha mm +Ġdri ven +F l +Ġc her +Ġmin or +Ġr ice +Ġtrad itional +ĠM u +ĠE astern +s ometimes +Ġse as +ĠS and +s en +id ers +Ġgo l +ue b +Ġcons erv +Ġpig s +Sh ould +ĠRob in +ĠTur k +uf act +Ġc oun +Ġst ole +ĠH ad +Ġar med +iz a +Ġb raz +Ġal c +Ġle gend +ĠA ld +ĠT w +Ġhi ja +ch uckles +Ġsp ots +ĠPer haps +Ġbal ance +Ġmult ip +uc ed +whis pered +Ġgu ests +Ġcar bon +Ġmat hem +Ġsymb ol +ab or +HER E +Rem ember +Ġsu ck +Ġpro b +Ġper mit +4 7 +Ġappl ic +Ġv ast +Ġpr ide +Ġcont ains +M P +Ġlab or +Ġj elly +Ġor den +s l +ĠB ull +ĠAnd rew +Ġ198 4 +H urry +Ġc ad +ol as +Ġca uses +n ina +am an +all s +Ġeight een +ard o +Ġst ern +ag ue +ĠWal ter +enn ie +Ġcirc us +Ġdra gon +Ġpill ow +ad ium +Ġ3 5 +ĠLie utenant +Ġgo ds +ĠB O +Ġv irt +ĠL ife +Ġill ustr +Ġteacher s +S C +Ġc ott +Ġpe e +Ġc ries +Ġle ans +ag ing +M ad +Ġf ed +Ġpre cious +Ġtem por +Ne xt +ĠB or +ĠF air +ied o +Ġv uest +Some one +ĠIN V +G eor +Ġj ar +Ġpl us +ak i +Ġmar ch +Ġvol ume +ĠOl iver +Ste ven +b ling +b age +ell ed +be c +Ġsw ift +Ġadv anced +respond ió +ĠA D +ĠH ung +ĠT re +Ġun known +Ġun fortun +Ġto ols +ie ved +ag hetti +ĠD ra +em e +Ġes cu +Ġest im +Every one +ĠH ol +Ġsec ure +Ġrid ic +ĠR E +br idge +Ġconsider able +d el +ĠDon ald +Ġfail ure +um pl +Ġarch itect +ĠO ver +Ġse ized +ĠM abel +Ġal pha +o ons +le ction +Ġinse ct +on er +Ġm ister +Ġten emos +Ġchee ks +om ba +Ġbus hes +ĠB ow +Ġhand ed +ch i +br ush +Ġlleg ó +l ad +w ide +ic ide +iz z +Ġeff orts +O L +Ġcreat ures +Ġoccup ied +Ġdes ert +Ġbu ying +Ġnight s +ĠWind ows +Ġconf idence +ĠW AS +ĠCent er +ĠSt ud +Ġste ady +Ġherman o +oll o +Ġsal ió +ÃŃn ci +al so +Ġre ven +un ched +Ġex ha +ive red +ung le +Ġre lax +ne cess +Ġmod o +Ġm and +Ġr ude +Ġbo ld +3 8 +Ġwe bs +Ġan cest +Ġlleg ar +ĠLuc y +S m +ed or +Ġw ing +ĠK ent +Ġ198 6 +Ġt ank +Ġm ood +Ġbit ter +Ġpur cha +Ġunus ual +p regunt +ab e +Ġhapp iness +Ġsound ed +Ġappreci ate +Ġhor ror +Ġtech nology +Tod ay +L ove +W atch +ĠD un +Ġprov in +ir se +ot ty +ag a +Ġinc red +res a +Ġarri ba +Ġblow ing +Ġsix teen +Ġadm itted +dd ed +Ġsuff er +lo c +Ġbud dy +F our +é n +Ġsw all +Ġhundred s +Ġprotect ion +Ġsurr ounded +Ġde mas +Ġstrong er +ĠC uando +Ġcan oe +Ġle ct +av a +Ġcha se +Ġ198 7 +Ġen f +ess ion +se ven +Ġli f +Ġac id +Ġcin co +Ġen cuent +Ġfoll ows +Ġso fa +Ġes os +Ġpen ny +p art +Ġqu ant +. - +ĠL ater +Ġser á +Ġbas ically +Ġeconom ic +Ġequip ment +Ġke en +ĠKore a +ĠJ un +ann ine +D amn +J o +op hy +Ġco vers +b by +ĠO ff +did n +Ġaud ience +in to +ub a +Ġdin ero +umb ling +Ġmajor ity +O P +ur d +ĠG al +Ġshout ing +Ġrail way +ig ger +Ġconst ruction +c orn +Ġd é +ask a +Ġgir lfriend +p ent +ĠS ant +Ġap are +ol en +A nt +in ea +ha ll +sha kes +Ġpun to +ĠOx ford +st ance +ĠW as +em ente +ud den +iog raphy +I E +Ġfour teen +ĠP enn +anna h +eal ous +M ove +j u +Ġs igh +Ġres our +Ġstrugg le +c iones +ĠB C +ĠF AT +ind er +3 6 +a ult +Ġ197 2 +ĠV ol +ĠCol umb +ĠMajest y +l ast +ĠF el +Ġpers u +Ġphot ograph +Ġback wards +Ġdist inct +cri pt +Ġpalab ras +Ġp ul +ĠO cean +Ġ8 0 +Ġan ch +ob ile +Ġexpl an +u als +Ġp one +ĠH im +het ic +stand ing +Ġsuff ering +b ish +e er +w r +Ġat h +ĠS outhern +ĠB eth +ell os +E h +ĠH ello +Ġsab ÃŃa +ult ure +Ġbar rel +Ġvie jo +ĠLin coln +rop ri +Ġtra ve +Ġinst ance +Ġpare cÃŃa +Ġprim er +ĠM ir +Ġun its +Ġserv ant +Ġtick et +Ġn uts +ĠG lo +ĠY ear +Ġc age +Ġd yn +Ġsettle ment +ic io +Ġcomm ittee +o ard +bye bye +Ġcommon ly +Ġinstr ument +C ol +Ġc ough +ri z +ĠM Y +Ġpeque ña +Ġo pt +Ġsal es +Ġtr ay +Ġcar pet +Ġpus hes +Ġbreat hing +Ġdesc ub +ĠL isa +Ġex tend +aw a +Ġland ing +rog en +Ġbrie fly +Ġsha king +Ġvocal ises +ĠW E +be ep +Ġt ales +Ġexerc ise +an es +ĠA ccording +gr im +Ġri fle +Ġcer ca +ĠWin ter +ĠM i +Ġpr oof +whe e +Po or +Ġo we +at i +ĠH ea +Ġsun shine +Ġbo om +ha ra +ĠU k +Ġrespons ibility +ĠConf eder +Ġst iff +ak a +any thing +Ġtruck s +o ft +Ġqu ack +ĠN ancy +Ġch uck +Look s +Ġpers ons +Ġrout e +Ġpotato es +4 8 +b i +ĠD uke +Ġ198 1 +G LO +Ġlet ting +Ġut iliz +Ġwork ers +Ġim per +Ġv ain +ĠF ootball +ier ta +Ġbed s +Ġvis ited +Ġdescri be +ĠT en +Ġbr ick +Ġacuer do +r idge +A C +gin es +Ġpas ar +Ġterrit ory +Ġperm ission +lot te +P re +os ing +Ġshel ter +w ers +Ġcon qu +Ġprin ci +d i +Ġb ree +Ġlie utenant +Ġvolv ió +ic hes +im ents +ul ate +Ġun ion +ubl ican +Ġreturn ing +Sha ll +b ly +o k +Ġa ún +ĠO k +Ġcu anto +Ġroad s +ĠC ross +Ġrefer red +n ons +ĠK itty +Ġpro ced +ĠMid dle +y um +clam ó +Ġha l +Ġher s +bab ble +ex cuse +3 9 +M i +ĠR a +Ġduck s +Ġhac en +Ġol v +Ġr um +ĠBang l +Ġes pañ +ĠHe ad +Ġapp eal +r d +Ġsupport ed +Ġth rill +ĠS r +Ġhel ic +Ġrestaur ant +b ag +ĠL ara +ament o +Ġnomin ated +M EL +Ġfor k +ier no +Ġbeg un +ĠPrin cess +n is +Ġth under +ĠAr gent +Ġco g +Cl ub +M ag +ĠN ic +Ġble w +ĠDep artment +Ġp ardon +ĠGr oup +Ġdrink s +A UN +Ġman ufact +t ra +ĠP ic +Ġcitiz ens +S E +l isten +Ġdefe ated +Ġno dded +Ġcl iff +Ġent hus +ĠMar ia +How ever +Ġtur tle +e ating +Ġdo ctors +Ġfr ame +ĠU nder +er to +ĠS ab +ĠD et +Ġfal se +P ol +h un +Ġas hamed +ĠFrancis co +c ake +ĠB ible +Ġla ughter +ĠW all +ĠSec ond +Ġn ick +Ġpu p +Ġloc ation +t il +Ġfe ver +ĠIs lands +Ġ197 6 +Ġdisapp ear +Ġd ado +Ġno isy +Ġre ward +arr ass +Ġval u +Ġtick le +ort ed +Ġlate ly +B ig +ĠP ier +cri ption +Ġwr it +Al though +Ġf uss +an os +Ġelect ron +Ġsit io +ĠJohn son +Ġf rag +Ġ198 5 +Ġnuest ro +at os +Ġemer gency +Ġpalab ra +Ġb oun +ĠN az +Ġsl ipp +b ang +ĠF ord +Ġsafe ly +Ġw icked +Ġm ent +Ġr ac +Ġwar ri +er tain +Ġra ining +ĠP ict +Ġ197 9 +necess ary +ĠH an +Ġbr u +Ġdi vers +Ġpare nt +Ġfil ms +Ġtrad ition +ĠJew ish +Ġun com +ĠMar ie +Ġtem pt +ĠChair man +Ġm useum +ly ing +Ġw reck +Ġj ealous +Ġen gines +Ġele ments +un es +Ġsab e +Ġgo als +Ġri vers +Ġcheck ed +yd ney +c rying +le ave +Ġj uego +Ġatt ached +- " +Ġreal ity +Ġperson a +Ġclot hing +ĠPhil ipp +Ġbill ion +Ġdir ig +Ġh ut +Ġst ove +ĠE ric +19 6 +ick y +ĠPhil ip +ĠT ime +el ing +ĠWilliam s +Ġa ire +Ġcent s +Ġair craft +Ġpow der +Ġd oo +ĠS har +Ġgr at +Ġscri pt +Ġ eth +Ġc ul +Ġm iedo +ĠV en +OU T +O H +S it +Ġb ail +Ġlar go +ĠComm ittee +j i +Ġre un +o z +Ġg iraffe +Ġbe ads +Ġcom ida +ta il +le a +ĠSus an +Ġrem ove +icy cle +ĠInstit ute +at ics +udden ly +m ate +s qu +Ġa im +am my +ap a +er ted +ĠR ey +Ġcomp ared +Ġfl our +ĠAl though +Ġtom ato +Ġst able +pect ed +Ġviol ent +ĠH y +pt on +ĠBr ook +Ġste el +U p +ĠAs ian +pr on +at ched +ĠMus ic +ĠB oth +Ġer r +ien es +Ġvar iety +Ġri bb +Ġdis gust +ĠFirst name +C or +in te +J ul +m ir +m il +ĠE v +Ġll or +un te +Ġshe et +Ġtr anqu +Ġmu ñ +Ġbus c +Ġconf irmed +Ġinqu ired +ĠJ uan +ĠN av +ĠM useum +ĠJ am +Ġ9 0 +Ġfool ish +Ġpossess ion +Ġneighbor hood +Ġf acing +or ial +Ġo oh +Ġr ana +Ġso lem +Ġprof es +Ġemb arrass +Ġdemon str +ord in +az z +Ġp ied +Ġamb ulance +ĠCarol ina +Ġdistribut ed +ĠPac ific +en ido +ĠA nother +Ġ198 3 +ĠLe on +Ġespe cial +Ġconne ction +Ġsigu iente +Ġs ings +os ity +Ġenc ima +Ġeconom y +re aches +ag u +ÃŃnci pe +Ġalgu ien +Ġd ib +ir ts +A ccording +ĠH oll +Ġso il +Ġpe g +Ġim age +Ġact ions +ĠAr men +Ġimport ance +ĠFa ith +Ġconfl ict +{ \ +en ced +Ġf er +Ġrepresent ed +J esus +ĠH olly +iv os +M at +ather ine +Ġhead ed +Ġdi ag +Ġencont rar +Ġsa uce +Ġdis ci +Ġob st +arr ot +Ġbe es +eg al +Ġcompl ain +in n +in er +* * +l ots +ĠS k +if er +Ġsca le +ou ri +Ġab ajo +ho le +ió s +ON E +ĠSyl via +Ġnumer ous +Ġmere ly +Ġy ummy +Ġab oard +p ick +Ġh ipp +Ġprin ces +Ġan ger +Ġv iene +Ġreg ions +Ġo ro +ĠB all +ĠUn ivers +Ġdr um +Ġfurn iture +Ġlo ving +Ġorgan iz +Ġcapt ure +get s +Ġdi ap +Ġhealth y +ĠMarg aret +Ġh ockey +Ġnot ed +Ġprom pt +Ġoffic ially +Ġoblig ed +i able +ĠB ad +Care er +Ġpen gu +Ġsignific ant +Ġaf fection +iet nam +Ġsleep y +P res +ca p +ĠO ur +Ġtr amp +Ġappro ached +ĠB al +vo ice +Ġcup board +em o +Ġbr on +rop ol +Ġheav ily +B ar +Ġ : +Ġear ned +Ġmyster y +ag nan +Ġact ed +Ġtri be +Ġat tended +Ġpass ion +O k +et ts +ĠAn nie +Ġquar ters +B S +Ġde be +Ġstop ping +f oot +s k +Ġcall e +ĠIn ter +Ġlim ited +ĠBat tle +Ġo y +Ġpart ly +Ġgrow th +Ġdemas iado +B o +Ġd ies +Ġch in +Ġbasket ball +C alais +wh ite +LY N +Ġaward ed +th umb +em pl +Ġcol ored +com m +Ġdeg rees +Ġj ew +Ġall á +Ġpress ed +Ġcan s +ge ous +Ġa ye +less ly +Ġreport s +ĠLo is +Y ep +Ġlet s +m ás +Ġf asc +Ġ198 2 +ur g +ĠN ever +Ġremain ing +Ġalc oh +Ġf its +est ic +Ġang el +Ġutter ances +Ġproduct s +pregunt ó +Ġprim ary +Ġbene fit +Ġbub bles +4 6 +c ción +w ha +Ġl amp +Ġst olen +ĠY et +Ġsc ored +cl ose +Ġunderstand ing +Ġclass es +Ġnuc lear +lo ve +Ġsc he +Ġreac hing +r ito +Ġf ab +ed ro +bl ack +ĠSen ate +el ine +ught ers +Ġkill er +Ġsepar ated +Art agnan +3 3 +Ġsp r +Ġpir ate +Ġinj ured +c re +Ġs ne +Ġha ces +Ġ3 6 +C ategory +t op +ut ions +Ġse asons +Ġrom antic +H o +p ol +ĠL ight +Ġs ought +Ġc akes +ĠD oug +Ġun f +up on +Ġbroad cast +ĠL ew +ĠX V +Ġaff airs +Ġcere al +ĠA z +ĠF er +ug a +ir k +un ci +ĠN an +wh ose +Ġej emplo +Ġdread ful +Ġg ard +Ġgl anced +Ġtre mb +Ġtre mend +g ra +un to +olog ist +Ġanx iety +ĠEm peror +ĠH un +ican e +mo ve +Ġcott age +D an +n amed +Ġat mos +Ġsm iles +Ġdri ft +Ġserv ants +Ġamong st +Ġdepend s +Ġper ce +Ġask s +Ġsqu irrel +Ġcost s +E F +P aul +ier an +Ġtra p +Ġcons cious +yl van +y r +an im +ĠD ora +Ġag es +Ġcons ist +C A +Ġb om +ĠS l +gr and +Ġarg ument +ĠH or +Ġveh icle +Ġin ches +Ġsomet hin +Ġbas ic +Ġit ems +ĠS H +Ġcon m +Ġstret ched +T O +ĠBr other +Ġid iot +Ġconf used +Ġsen ior +ĠS ally +Ġroll s +ĠM as +un ks +V amos +n as +ar la +Ġcontain er +Ġf uel +ĠM att +Ġcas o +Ġlim it +U nder +a id +uck er +ach us +ay e +Ġconst ru +ĠH ome +el ia +ĠJ enny +Ġpod rÃŃa +ne ver +Ġ4 5 +Ġfact ory +T urn +g one +Ġt ro +Ġst ated +Est á +P hil +S on +m ind +Ġhabit ación +Ġth irteen +ak s +Ġma id +port s +Ġqued ó +les h +Ġ197 4 +ĠL iber +Ġboy friend +Ġmanage ment +4 9 +a ha +Ġc ielo +Ġin come +ut a +Ġpre c +Ġmiser able +ĠU r +ĠV alley +M art +Ġg ig +ĠC ra +ĠR ab +cer tain +Ġele g +Ġret reat +Ġdem ás +Ġaccom pan +Ġstro ke +Ġd irt +Ġr att +Ġcu art +Ġalong side +ĠS to +ĠJ ess +Ġ7 0 +ĠGeorg ia +ĠC op +ass es +Ġbull et +c ie +ic ip +ĠW ITH +Ġtra ined +Ġdoll ar +Ġw ishes +ac o +Ġun iverse +Ġdisapp ointed +Ġtiss ue +O pen +Ġse eds +Ġser ving +Ġ197 5 +Ġtrans form +Ġ196 8 +Ġridic ulous +D ear +ĠT ake +ĠG ab +Ġes cri +Ġemplo y +L ast +ic ion +Ġill ness +ĠM ister +Ġart ists +Ġaz ul +C hild +st an +st ill +Ġsuper ior +ĠCO VID +ĠH el +Ġla unched +Ġalg unas +Ġin tend +Ġp ag +Ġcomp osed +Ġret ire +Ġnatur ally +Ġc hess +ar an +end ÃŃa +o co +qu ick +ol ine +ĠSt ill +ino is +Ġauthor ities +Ġrespond ed +Ġcrocod ile +Ġl ou +Ġte en +g iving +om i +ĠM od +Ġpolit ics +Ġsolem n +E so +ĠGr ace +ĠBu ild +E A +l ace +ĠB udd +ĠG i +m al +ĠH as +á ndo +keep er +Ġrevol ution +ha nt +Ġst ores +po int +Ġscient ific +f ind +or ious +Ġde ce +Ġbu ff +Ġsail or +Ġdefe at +Ġwhist le +p her +Ġocc as +rem ony +T A +in ter +Ġd ign +Ġsc hed +Ġcat tle +D is +ĠTH IS +or ado +Ġ197 7 +F ive +ĠT rans +ur ches +Ġ196 9 +Ġach ieve +Ġdec ÃŃa +Ġclean ing +Ġelimin ated +qu et +ĠD ave +Ġag ric +ĠAs h +ĠOn ce +J www +N or +ag le +ĠU p +ĠPr ot +ĠPri ze +I nd +Ġre action +Ġr os +ev in +g irl +ĠM oon +Ġdep os +Ġ197 1 +Ġâ ľ +Ġf ra +Ġarri val +ĠDiv ision +" ), +p ool +r ase +à § +land o +ES S +Ġest ate +A my +Ġres ident +ĠMart ine +Ġbell y +Ġtip o +ĠLou ise +A ha +T ry +Ġcar a +Ġgra pes +Ġsna p +Ġn ac +am il +Ġimp at +Ġadvent ures +S ix +w ind +Ġen fer +Ġle jos +ylvan ia +Ġâľ ¿ +d am +m ag +ier t +Ġvis ible +Ġlevel s +c ase +w orks +Ġso ck +Ġg osh +Ġhor iz +Ġ197 3 +Ġ197 8 +Ġexpect ing +Ġpretend ing +P erson +Ġpl ot +ĠJ r +Ġpe cul +Ġshar k +A lex +Ġcon cept +pe cially +care ful +c ito +ut ies +Ġst ations +ĠmÃŃ ster +Ġmum mie +Ġvessel s +p as +Ġprogram me +Ġnea rest +ĠRev olution +Ġre ign +Ġtu vo +Ġvent ana +ĠGold en +c ado +Ġm ental +ĠS how +Ġbas is +Ġhead quarters +Ġgr ac +Ġviol ence +ed ad +ag ger +leg io +S ec +ĠT a +ĠRep ublican +-- _ +Ġconcer t +Ġsatisf action +A pp +d ale +ĠD omin +Ġb ore +Ġo ct +ri ly +Ġpo le +RI C +Ġactiv ities +Ġpray er +Ġjun to +I nt +I ON +Ġm ast +Ġex cl +Ġadop ted +ĠIll inois +L ife +ĠChrist opher +Ġexchan ge +ĠC as +ĠK ate +Ġtu v +Ġappro aching +---------------- ---------------- +Bu eno +nons peech +O ld +re fer +Ġme nd +Ġbo ca +ĠZ e +Ġast ron +Ġconne ct +Ġcommer cial +E m +T LE +y gen +he im +Ġst amp +nt il +ĠR ail +Ġgr up +Ġdisco very +achus etts +8 0 +r un +Ġm é +Ġbe ating +v os +es a +ot al +Ġal red +Ġd ull +ĠV ietnam +Ġfl ed +Ġdec id +Ġrust ling +Ġtid y +ĠpelÃŃcul a +Ġw ard +ĠA ud +Ġscient ists +k ind +ĠTe am +Ġfoc us +ĠBarb ara +Ell ie +ing o +Ġconst ant +some body +ĠNot hing +ĠWil son +Ġbiscu its +t hanks +iss ed +bur gh +Ġrul ed +Ġnuest ra +P at +ĠDe v +Ġsix th +Ġpecul iar +no ld +Ġorgan is +Ġbelong ed +Ġfeed ing +â Ĩ +ĠR achel +pe ople +Ġwin ner +Ġtem ple +ĠCarol ine +Ġm ac +ill os +The ir +Ġloud ly +Ġgrate ful +Ġsh y +Ġcap ac +Ġpregn ant +A gain +S arah +a ah +ay lor +Ġmu erte +Ġce remony +Ġfeather s +Ġfinan cial +s ound +ol ves +ĠA B +il st +Ġconf ident +OU LD +Ġbe ep +co ld +Ġsurv ive +ĠU h +Ġmur dered +ĠSoci ety +Ġg le +Ġfun eral +Ġnear by +ĠBer lin +Ġport ion +ĠD ada +Ġag u +Ġche w +W ar +t ick +Ġst arring +em ents +hi o +ta pe +und a +Ġve o +Ġ193 0 +Ġtour nament +ĠMex ican +Ġign or +ĠO w +Ġinterrupt ed +Ġac ad +end o +Ġthr one +ĠAl bert +Ġ5 00 +A sÃŃ +k ers +it able +Sh it +ĠMat thew +Ġconm igo +Ġu lt +ĠS ure +ĠA g +Ġcl aro +be e +ĠGerman s +Ġsp y +Ġmultip le +Ġgener ation +Ġvol unte +Ah ora +Ġpig gy +Any thing +Ġbud get +Ġbast ante +a way +Ġh its +ult ural +ĠHA VE +F F +m ight +Ġfue go +Ġfu ri +Ġdesper ate +c ount +r ir +Ġp ip +m ay +ĠS ydney +Ġconcer n +ĠServ ice +Ġcap able +Ġext ent +ĠOlymp ic +Ġhouse hold +Ġdin ing +Ġassist ant +Ġcrimin al +ueb lo +ĠBangl adesh +Ġprogram s +Ġrub bish +Ġf ederal +ĠH ard +Ġmind s +Ġcomm itted +Ġpa used +h op +al ie +ĠN ap +M ary +Ġb oot +N O +Ġpe anut +Ġans wers +Ġassoci ated +bb ing +Ġher mos +re k +ĠI nt +Ġmunicip al +Ġd ia +ĠP art +Ġvisit ors +Ġdetect ive +Ġl ung +Ġsca re +Ġconv in +Pro bably +ios o +Ġpri or +T oo +u rop +Ġn arr +Ġagre ement +Ġent rar +te acher +Ġda ughters +Ġattack s +rib ly +H on +ĠS hi +Ġmet ers +Ġabs or +Ġsk ill +W elcome +ĠI llustr +ĠA be +Ġca e +Ġnice ly +Ġenc oura +Ġthorough ly +Ġe re +Ġfe ast +Ġcha mpion +Ġstick er +Ġnúmer o +ĠC ivil +ra ine +a unt +Ġu mbre +Ġwant ing +Ġthr ust +4 4 +ir s +ĠE llen +Ġbiscu it +ĠR yan +Ġd ough +ĠJ oy +Ġsha red +Ġchar ged +Ġwhis per +Ġregard ed +Ġor g +Ġdisp os +ĠMass achusetts +r ate +ĠAl so +Ġreg res +Ġtroub les +Ġvalu able +ra ba +ĠL ast +ĠN ord +Ġsp aghetti +Ġco co +ĠAl i +Ġsal ad +Ġinten se +id d +Ġse is +Ġbet ray +Ġoper a +ĠYOU R +Ġpros pect +5 00 +is se +Ġth umb +ĠB uck +ĠGr ant +Ġ196 4 +in ar +Ġas ust +ĠB an +Ġgr acias +Ġdraw er +Ġsche me +d rink +re a +ever al +Ġste ad +Ġdep th +Ġm á +Ġg ym +Ġanim ated +Ġalpha bet +Ġwe b +Ġcha mber +Ġen s +M on +Ġt ÃŃa +ĠB us +Ġlim p +H en +qu iera +Ġpre pare +Ġint ention +ĠScott ish +Ġben ch +Ġense ñ +ĠU t +ĠJ ason +pl aces +Ġcent uries +ĠOr der +ĠMic key +c ope +ul ed +Ġim it +ĠJer sey +A y +Ġh ier +U L +Ġt ren +at tered +Ġmet er +ĠSo cial +Ġaw ait +ĠPol and +Ġstraw berry +te xt +ĠK ansas +ĠRep resent +Ġw ag +et ic +ĠSpan i +Ġsail ed +Ġr ay +Ġv ision +Ġfire man +Ġbatter y +le ment +ent o +Ġn atives +Ġstr ict +Ġreturn s +ĠMiss ouri +Ġe cho +ĠT eddy +ĠM olly +ĠR us +Ġtra v +Ġsur gery +Ġcor respond +Ġcl ase +Ġpart ners +Ġpun ishment +p ea +Ġgood bye +Ġchar t +h ol +u ous +Ġun ex +ang ers +Ġexplan ation +ĠR em +Ġfl ores +Ġig no +m ade +ie v +ig e +Ġbu zz +T V +Ġshort ly +Ġmal o +ĠMad ame +7 5 +Ġre form +ab lo +Ġla unch +ink le +ord an +Ġdeep ly +Bl ue +Ġindepend ence +Ġh ired +Ġdress ing +Ġhe mos +ĠA pp +ast a +ret t +Ġcons um +ĠT ob +ne xt +az a +Ġban ks +ĠHo ly +Ġpr ime +Ġpre cip +ys is +Ġ196 7 +Ġmid night +ĠC u +ol ate +Ġcomm ission +Ġinter ior +Ġexist ence +A ren +scream s +ut iful +Ġcon vert +atur al +Ġsaus age +refer ring +it ter +Ġto ol +ĠI ng +ĠM ouse +Ġimp act +3 2 +on o +Ġsa ving +Ġlo yal +Ġchim ney +Ġz ap +Ġvuel ta +s ylvania +Ä ģ +ĠA www +ĠB ol +Ġr inging +ĠF o +Ġbl ows +let on +Ġ194 0 +Ġk not +B A +m el +ĠA qu +Ġus eless +Ġfl ow +Ġcle ared +Un cle +Ġcla imed +f ers +h u +an while +ist or +Ġm ús +ro ck +ĠP lease +vent ion +ĠAust rian +n ine +Ġcr icket +Ġrock et +Ġash ore +Ġb ib +Ġfe ature +be fore +for ce +ik a +Ġthirst y +on ge +Ex actly +Ġdev ice +Ġelepha nts +Ġinn it +m aster +Ġ ido +Ġco legio +Ġpre oc +man n +Ġcolor ing +c ó +et es +ĠCl ara +Ġreco vered +Ġthreat ened +E V +the less +Ġstar ing +7 0 +J ames +Ġwh ilst +Ġv ic +Ġex tended +H L +Ġsw ept +enn eth +Ġfal ta +al og +Ġn onsense +ĠN ana +Ġcar re +osa ur +P S +g han +an za +og rap +Ġvac ation +Ġcot ton +ot ing +Ġstick ing +Ġvol can +Ġesc al +en ess +ic ial +ĠS at +ĠJohn ny +Ġdelight ful +ĠT op +Ġun happy +Pl ay +A qu +iet e +Ġins isted +Ġalred edor +d ers +Ġ( , +Ġsqu ad +Ġvill ages +ĠS ara +ĠG reg +Ġam o +bu ild +Ġbast ard +c alled +ĠS ub +Ġdes erve +ro y +Ġref ers +Ġins urance +Ġsum m +T S +à ´ +Ġf eared +Ġmon ta +Ġbear ing +ĠPap a +ĠBrazil ian +ot ic +ĠM ich +ĠD i +Ġpas o +ky o +Ġhelic opter +ĠN OT +ĠV is +Ġtouch ing +ĠD ie +en gu +Ġl emon +out heast +z an +ad u +pl ess +Ġart icles +3 1 +Ġpatient s +on ed +ÃŃ f +pa ña +enn is +Ġarri ve +Ġclos ing +Ġspend ing +' ... +ĠS ong +Ġpro ceeded +Ġrub ber +Ġwha le +b ors +j ump +Ġn ort +ĠA k +tr uck +9 9 +B O +g reat +im me +ĠT em +Ġinst antly +ĠChar lotte +Ġd igo +Ġre in +Ġv os +Ġca er +Ġfig ured +Ġdeter min +R es +ol ph +Ġcon ference +Ġconvin ced +S H +Ġpr ote +Ġdes ar +Ġstud ying +m um +Ġd umb +Ġre put +Ġcook ed +Ġt ack +ĠS av +Ġind ign +Ġste ep +Bl ack +Ġherman a +Ġhistor ical +ĠCla us +B oth +c us +op y +Ġar ose +Ġca ut +Ġtou ches +Ġ194 5 +Ġsail ing +Ġbeb é +ĠT ell +ĠBe at +ropri ate +Ġatmos phere +ne ed +F in +Ġ / +ro b +Ġim pr +3 4 +ĠG all +Ġcomm it +Ġveget ables +Ġto e +Ġcount ing +Ġimp ress +ĠLo ire +Ġb er +Ġst ared +Ġsp ill +Ġhop es +Ġaffect ed +ĠK NOW +Ġch urches +Some body +ĠD avis +Ġche ek +ĠPenn sylvania +g or +Ġt ide +or gan +el f +Ġhor as +Ġstat us +h im +s name +Ġse ed +ĠD am +Ġser ÃŃa +oll ey +uel a +Ġdraw s +rif ice +w art +Ġf lesh +ain ted +ud dle +Ġexp ressed +Ġt une +hing s +Ġsle e +Ġliter ature +t ie +Ġdistrict s +Ġpir ates +ie ur +Ġpr ÃŃncipe +Ġfe e +Ġr ÃŃo +Ġdis ag +Ġwind s +Ġliqu id +H ab +ĠC ab +ĠSt ory +ĠEd die +Ġd ried +ĠK a +ertain ly +T y +l oo +w estern +cu ando +atur a +ĠAunt ie +ur os +Ġdem ocr +Ġvac a +C o +ang es +ex clamó +Ġenjoy ing +GA I +om ed +ĠW olf +Ġnow here +l ap +Ġf ires +Ġdri ll +Ġcant on +Ġdinosa urs +Ġexped ition +Ġ ] +Ġgo lf +Ġla wn +ĠCl ark +Ġf are +Ġhe n +to y +Ġfier ce +ĠLew is +Ġes as +Ġins p +iffe rent +Ġhat ed +Ġsol a +Ġexper t +IS T +Ġed itor +Ġ196 6 +Ġc ierto +ps on +sh h +Ġcor re +ĠAng el +Ġattempt s +Ġg est +ud ing +Ġlast ed +Ġpack ed +n or +er ÃŃa +Ġcheer ful +ĠGree ce +Ġp oured +Ġal ar +ĠK ong +Ġact s +Ġchan ces +Ġgen us +Ġrat tle +Ġúlt imo +T ime +m pt +mo ving +Ġass ured +Ġdirect ions +Ġkick ed +ĠLab our +5 5 +M B +Ġd well +Ġl un +ĠA pple +Ġfl ies +Ġwav ing +f its +w ick +ot ted +ĠS andy +ĠM eg +iss ors +Ġcre pt +Ġwide ly +Ġempe zó +g s +AR D +Ġdon key +Ġout er +ĠF orm +Ġcual quier +t w +Ġd ul +ĠD allas +int on +ĠTe le +vocal ization +ĠKore an +A c +g ins +Ġex hib +Ġro jo +Ġcor por +v ior +Ġem ot +Ġcult ural +Ġpud o +S im +Ġ3 2 +Ġchar ges +pu esto +ĠEn ter +ĠE ra +Ġdescri ption +Ġj ungle +" ; +ou ches +i at +che stra +Ġfriends hip +B ring +D own +Ġv ino +Ġwhere ver +Ġsac red +Ġsegu ro +Ġs op +We re +Ġpre viously +Ġengine er +Ġdisci pl +et tle +ad amente +Ġst out +ĠM un +Ġob tained +R el +m u +ĠRec ords +W ant +m amá +Ġf estival +Ġar gu +Ġy er +Ġob tain +Ġox ygen +Ġsuc ceed +Ġforest s +ĠJew s +Ġun e +Ġdev il +9 0 +it ched +se qu +ous ed +Ġkind ness +Ġcatch ing +ĠPer cy +Ġsn iff +Ġh ip +Ġve nd +ĠGr ay +Ġfort un +b oles +d uck +as ped +Ap ril +ER S +Ġtri bes +Ġbreat he +Ġsav age +ĠFil m +Geor ge +Ġm oo +Ġto b +Ġlo ads +ĠK ar +hold ing +à ¦ +am en +Ġun like +Ġstick y +Ġorgan ized +Ġmult i +Ġfrequ ently +J an +ĠP ig +ĠE X +Ġcollect ed +Ġestab lish +Ġumbre lla +t an +Ġp ueblo +ĠM ill +ch ó +Ġab und +cha s +Ġmove ments +Ġrabb its +Ġhe d +Ġmount ed +Ġca lend +amp oco +duc ation +Ġappl ied +p iece +Ġp eak +ĠI ce +Ġn asty +ĠS ix +if ying +Ġsh ots +Ġdel ivered +Ġimp ression +Ġexpl ore +Ġalbum s +Ġneg ative +Ġgrad ually +i ac +Ġth ief +ars on +Ġcop ies +Ġsteam er +Ġresour ces +m ates +Ġsub mar +du ction +Ġsna kes +ut her +st al +Ġho ly +ĠGu ard +t aking +ĠA ra +ĠA th +ud ge +Ġres ol +ĠAs sembly +Ġsol ution +ĠDan ny +Ġtick ets +Ġpar ish +Ġmach ines +Ġcont ar +St and +ĠCl ass +Ġwra pped +I ES +er man +ĠW ild +Ġball et +ĠJe annine +ĠR aj +Ġref lect +hand s +yy y +ĠN avy +ĠU s +s illy +Ġhum or +n ut +Ġf etch +ĠH ab +ĠR and +ĠAp ollo +Ġkil omet +H ay +Ġn av +Ġca ÃŃdo +Ġatt itude +Ġdra ft +ĠPat rick +Ġindust rial +Ġ3 00 +Ġcap itán +Ġcor riendo +Ġdiscuss ion +Ġk ings +ĠG uy +AN N +ĠAr k +ĠVict oria +p in +ĠB ank +pha nt +c ond +z es +ur b +ĠD er +ak h +r im +Ġd rank +ĠS now +Ġencont ró +Ġchampions hip +Ġt ab +Ġh u +ro ve +Ġal can +ĠD olly +Ġeng age +ĠW ould +Ġlo bo +so ft +Ġposs ibility +Ġmer cy +ĠWin nie +A unt +é sta +Ġac erc +Ġassist ance +t wenty +Ġcut s +Ġabs ence +Ġnest ing +ha w +Ġgr ade +Ġell as +G l +R ic +ra h +Ġcl ap +ĠHe alth +Ġgu ar +Ġmercha nt +ar ios +ĠMar ÃŃa +M U +d r +ĠS ax +pect or +Ġsu p +read ing +ĠP edro +Ġne ut +Ġun ique +ye h +Ġt ant +Ġob jet +ez es +Ġmuñ e +v or +ak in +br as +Ġinter pret +Ġclos et +Ġdesper t +Ġcy cl +Ġstraw berries +Ġraz ón +U E +ad elp +ĠT our +Ġsn eak +Ġl á +ĠP ete +ĠR al +Ġdra gged +[$ = +u era +ĠL ind +ear ch +Ġent r +Ġllev ar +Ġsc ra +Ġgrie f +E ng +Ġ ಠ+Ġaccompan ied +z ed +he lle +ar oo +ĠL O +Ge ography +H ome +p hew +qu is +ĠD uck +Ġc ush +it ors +ven ue +Ġoccasion ally +Ġmyster ious +contin ues +J W +Ġg re +Ġstay s +pap ers +Ġtr iste +ump ty +Ġsail ors +Ġpack age +ĠAnt onio +Ġning una +Ġinstru ctions +R ob +h or +ĠD iana +. = +Ġp ine +Ġbot tles +Ġlab el +a ver +Ġmain tain +à ¯ +ĠB esides +ap are +cle ver +Ġneck lace +Ġg al +ĠH ans +ĠTh ose +sa id +Ġphot o +Ġm ÃŃa +Ġbe gged +ac er +th ony +put ting +Ġhat s +l ater +Ġver de +Ġsil k +l on +ĠT aylor +B ien +Ġdej ar +Bet ter +I X +g ives +Ġj olly +Ġsw ung +Ġchick ens +Ġreci b +Ġhe ap +la h +c al +are mos +bre ro +Ġref use +ĠFor ce +Ġale gr +Ġb icycle +ÃŃ m +ĠF if +rans cribed +A ng +j amin +Ġsu ced +Ġmu ff +Ġchild hood +Ġ18 0 +Ġnorth west +ĠEll ie +Ġsmo king +1 00 +Ġd uties +ult an +In ternational +ustom ed +Ġspl ash +t ries +es ome +Ġno on +Ġshe lf +Ġdi je +Ġdro pping +Ġsoft ware +ĠC ass +ó l +Ġcu ál +ĠFran ces +Ġpos ible +Ġunex pected +ien cia +Ġjo int +L ES +N IC +Ġe llo +Ġro ar +Ġri val +Ġlead s +Ġmater ials +Ġbee f +ĠIntern et +Ġst ress +all ing +Ġlo ver +ĠV ery +Ġreg al +Ġwar ned +Ġ196 5 +Ġacqu aint +opl ane +ĠHea ven +Ġon line +Ġr oot +Ġr oots +Ġcl ay +Ġc hip +ri et +ab ama +ĠAr m +cher s +Ġde y +the m +ub s +Ġhel pless +Ġchar ming +wh ines +Ġ195 6 +ĠMich igan +M mm +on ce +Ġre ject +Ġun cons +zz y +Ġcoll ar +Ġm our +st ay +Ġany how +Ġrepe at +cu it +ipp i +r ac +ĠN ina +Ġsp aces +Ġconst antly +Ġb ade +Ġli p +Ġmill ions +Ġsandw iches +ĠSwed ish +ĠDire ctor +Ġf á +Ġadd ing +Ġbon ito +pro bably +Ġinvent ed +Ġreve aled +Ġt ables +Ġ196 3 +Ġinf ant +Ġcrowd ed +ĠChampions hips +4 2 +t han +Ġm ars +an ch +Ġhe els +ĠN ell +Ġcamp o +Bob by +Ġw ww +Ġkid na +Ġf aced +ac les +is ión +Ġj ard +Ġsubject s +Ġchallen ge +adelp hia +I nde +Ġs illa +am o +Ġn ieve +ĠG a +Ġmon arch +Ġtri angle +ĠSer ies +every body +ĠStep hen +Ġa leg +Ġgol pe +i qu +or ay +ve t +Ġat om +Ġat ra +Ġfr idge +ĠAl an +app le +Ġmid st +Ġcand le +Ġelectric ity +am ar +Ġper se +Ġdet rás +ffic er +H ar +ĠT al +Ġres olved +Ġenc ant +Ġà ģ +ĠSim on +s al +ĠB av +Ġpo bl +Ġins ist +Ġlay ing +ĠCons erv +iénd ose +ect ion +Ġfact s +Ġru in +Ġbatter ies +m us +ie re +ĠF C +Ġfaith ful +Ġp y +ĠB elle +Ġar ro +ras h +Ġstrong ly +Ġconcl uded +Ġalcoh ol +m oo +Ġs ung +bs olutely +Ġvict ims +Ġfavour ite +ĠAf ghan +R oss +Ġl ux +ĠE arl +Ġgr im +Ġc rap +Ġbe ard +ĠW alk +Ġleg isl +ĠMan chester +H appy +s er +ĠA gn +ĠNew s +Ġanch or +ropol itan +Ġm ue +Ġp ace +Ġe ase +ĠB re +ĠP ope +Ġyour selves +Ġch rist +Ġz ero +ĠNor man +ĠT ha +tend o +Ġinc or +Ġsang re +ĠHon or +Ġre nd +o ch +ĠD own +ge on +Ġpu ff +Ġbare ly +P as +b ad +g le +Ġm art +Ġtr icks +ĠAl icia +Ġl engu +ĠM aybe +ĠG ot +ens es +Ġsy mpt +Ġbell s +Ġb acter +ien en +Ġend ing +�� � +ĠSha h +Ġvist a +ĠCast le +Ġalien s +b ear +Ġs ank +WH AT +Ġtremend ous +w ash +ĠS ay +ter ior +ĠG re +int a +Ġreco ver +f ound +z ado +Ġt ig +Ġbe ings +Ġplan es +ĠNor way +M us +b ien +or us +Ġwill n +ĠEs paña +F L +Ġest uv +Ġform al +Ġholid ays +Ġinvestig ation +Ġtroub led +ons ieur +An ne +Ġclos es +Ġencont r +p ter +Ġs iento +Ġfor bid +Ġgu ards +Ġgaz ed +âĢķ âĢķ +k nock +he e +Ġp anc +ed e +il ton +ĠW ee +ĠE mma +Ġten nis +ala x +Ġsac rifice +ĠComm ission +ĠMad rid +ĠPol ish +Ġoc up +Ġbree ze +C u +Ġl t +ĠS her +ĠE N +ĠTur key +ĠRe ally +Ġsuggest ion +Ġpump kin +Ġimpat ient +ĠH ong +Ġsu icide +ĠF anny +Ġwar n +Ġ196 1 +Ġelect ions +Ġemplo ye +F ire +l ife +Ġa wards +Ġst ab +ĠE ste +Ġcop s +Ġview s +Ġdej ó +La ura +ĠPost man +T ony +Ġsu erte +Ġp ien +Ġse al +Ġar d +Ġgra ph +ĠCl are +Ġcig aret +Ġtrav és +H ad +g ment +Ġg ates +ul gar +ang aroo +ale m +Ġcover ing +Ġár boles +Ġning ún +c en +ĠR h +Ġ7 5 +ĠFrank lin +Ġgor geous +Ġinte gr +Ġneigh bors +Ġbeat en +ĠLaw rence +Ġintrodu ce +Ġa ck +Ġw oof +ĠS ister +ĠM oo +ile y +ĠTo kyo +Ġsecret ary +ĠMatemát ica +ĠA L +ĠE aster +Ġcross ing +6 6 +U D +s an +Ġs an +Ġs ke +Ġn ail +Ġlo ft +ĠO hio +Ġfuer za +u i +An na +Ġprofess ion +Ġperm itted +d ed +Ġre ference +ĠK han +d ate +Ġgener ous +D a +ĠL ion +Ġex ceed +ĠO UT +Ġown ers +Ġem peror +clam ation +ĠRay mond +Ġres cu +Ġsl ice +mb ur +R un +R obert +m ummy +Ġb un +Ġacc used +Ġed ition +ĠLes lie +Ġn app +ĠC are +Ġtr ace +Ġmu erto +ĠSt r +els on +Ġdet ail +Ġ194 7 +rif ied +? ] +Ġw is +ĠB omba +Ġle ather +Ġremark able +Ġ ; +Ġ194 8 +ó m +Ġswe ets +Ġkiss ing +Ġoper ations +ĠEgypt ian +Ġdom estic +Ġcandid ate +" ." +f s +ĠD og +Ġoper ating +Ġscream ing +lo yd +Ġcol onel +Ġ196 2 +ĠPl an +Ġsympat hy +L ara +Ġb oring +Ġp arliament +ro ps +un necessary +ĠW ait +Ġca red +Ġob vious +Ġfel iz +ĠJ ake +ect ive +ĠBr uce +unt ed +Ġquestion ed +heart ed +Ġmut tered +im al +ĠB road +Ġso ber +ub by +ret ty +ĠSu ch +ber y +ord inary +Ġsk irt +ĠMor gan +Ġoc ur +and al +Ġcar go +Ġca using +ĠHow ard +Ġstret ch +t ure +Ġd ude +st ar +ak ers +iss ippi +Ġmusic ian +Ġllev a +ĠMc C +Ġcomr ades +ch oc +Ġbr ace +Ġad apt +ĠGrand pa +Ġal iment +ĠW rest +Ġm it +Ġthem e +Ġgr ows +T wenty +w ich +Ġf oss +Ġim pl +Ġinv ite +Ġass ault +Ġvoy age +Ġdesp ite +Ġenorm ous +it als +Ġal oud +ĠCl ar +Ġdelic ate +Ġt ire +Ġc ra +or i +ed a +ĠC www +Ġaw fully +Ġexperien ced +Ġvir us +Ġf lav +Ġgra v +Ġcrit ical +Ġráp ido +Ġpreoc up +H al +al u +am ples +Ġcont ained +Ġhacer lo +IT TLE +ĠCo ast +Ġcuart o +b ies +n ies +ĠS C +Ġj er +ĠJ ordan +Ġgl ory +Ġtur key +Person al +G eneral +ri el +Ġcon j +Ġtw in +Ġyoung est +Gr acias +Ġpoet ry +Ġcarr ot +Ġhij os +r up +ĠO b +Ġest re +pr ise +Ġstuff ed +Ġmist aken +ĠPol ice +Ġgaz e +h ola +p ict +ĠW el +Ġbl ast +n in +ĠN a +Ġpo ly +Ġmother s +Ġ195 9 +Ġpresident ial +I P +art ed +ĠG en +ag ers +Ġsha kes +Ġanx iously +Ġà ī +S al +c ular +Ġw ars +Ġsn ack +ĠHind u +m ont +ú bl +Ġintellig ence +B el +X X +Ġra ge +Ġrec uer +Ġpot ential +Ġbeha vior +B aby +Ġre ina +Ġfr ank +ĠV ien +ĠTh us +Ġcer t +ĠMay or +Hen ry +L OU +S how +i ate +et ime +Ġall ows +Ġcl ar +per haps +ho g +ug u +De ath +ĠTe ch +R ed +Ġse man +Ġse mi +ĠC AN +Ġbr ide +ĠAl aska +Ġdi pl +Ġs ist +Ġdo l +ĠS ar +Ġk itten +ĠU P +Do ctor +4 1 +Ġst ool +ĠP ower +Ġne phew +Ġten ido +Ġchair man +Ġr aces +ĠSam uel +7 8 +Ġin fect +Ġpe ep +ĠY a +cul es +Ġground s +ĠOff ice +Ġit em +ĠS P +ul ting +ik i +Ġmor al +Ġhel met +Ġgro cer +H arry +N icole +Ġf iring +ĠC ze +v ard +Ġm hm +es ar +ĠS A +ell as +ĠAl abama +Ġdef ence +4 3 +O l +p ink +Ġe fect +ut es +Ġst or +bre ad +Ġadd itional +Ġbur nt +whis pering +h on +Ġn ails +Ġter ribly +S w +s na +u ps +Ġm ice +Ġy ield +Ġj ury +Ġsp ray +ĠPr isc +ĠColumb ia +ri o +qu ieres +IN E +ĠL at +ĠPhil adelphia +Ġabuel a +] ... +m ission +u art +ing le +ĠU na +Ġcu idado +ĠMar io +ĠSp ider +s ur +ro vers +Ġlong est +C L +U CK +Ġb ass +Ġb ars +Ġg ifts +ĠT urn +Ġcu ánt +Ġhapp ily +Ġemp has +Ġ195 2 +Ġhast ily +ĠVict or +Ġg um +ĠK enneth +Ġsit es +Ġkiss es +ĠEm ily +Ġemplo yed +S P +re z +Ġthe atre +an ca +Ġha ha +ĠC ho +Ġdeal ing +Ġann ual +ĠMos cow +lo ved +Ġbu nd +sque als +à ¢ +ĠA gain +ĠSt and +arl os +Referen ces +Ġb um +ĠAll en +Ġev olution +Ġfore head +Ġwa ist +f ix +Ġprint ed +Ġschol ars +in ity +ÃŃ st +ĠN ations +Ġsc enes +Ġspeak er +Ġpod emos +Ġinform ed +Ġappro xim +Ġcraw l +Ġfasc in +Ġt um +on to +Ġd ashed +ĠI V +Ġsc issors +Ġli bro +Ġin ner +ĠL eg +gr oup +Ġmon keys +Ġpass es +T alk +as ures +Ġcon o +Ġlo b +ĠComm ander +Ġcomb at +Ġglo ves +: - +es pera +res h +Does n +Ġack now +S us +n est +ĠEng ine +Ġinv itation +Ġbreak s +Ġcompl icated +? [ +o om +ĠL ang +Ġsc attered +Ġexecut ive +u rie +Ġp arl +ac ion +Ġgo ose +ĠR ub +Ġperson ality +Ġlou der +O w +ĠP il +Ġcons ists +Ġshar ply +Ġsh ift +br ing +Ġsque eze +ri ger +Ġend ea +Ġrest ing +Ġ195 8 +7 6 +Ġs ack +is ie +ĠF eder +." --_ +ĠAr ts +Ġass ume +Ġmass ive +mil k +l ings +Ġ eter +oo ter +ĠD NA +Ġconf usion +Ġexpl ic +l k +ĠS eth +Ġimp ressed +Ġexam ples +Ġdest ruction +ĠGrand ad +Ġcomput ers +Ġcla ims +Ġcalend ar +ĠA RE +Ġ3 8 +vel ope +Ġadd ressed +ĠBur ton +Ġliter ally +Ġqu iz +Ġwor ship +Ġstart led +Ġcha sing +Ġcommand ed +ĠJac ob +ac ha +ra ham +Ġv on +Ġpor ch +Ġdel iber +uc har +Ġ202 4 +Ġsig hed +Ġpregunt ó +ap or +sh it +Ġdef ense +ĠPrisc illa +B Y +H ang +os os +ĠL arry +Ġac om +Ġcere mon +Ġcarr ots +Ġp and +ir y +her s +ĠD ON +ist ered +Ġ195 7 +ĠF ive +ĠR en +Ġsha de +With out +Ġclub s +Ġfirm ly +t ree +Ġc el +ĠW ars +Ġnews papers +ĠArab ic +f ight +Ġv ice +ĠW he +art a +Ġab road +Ġtu be +col m +ol and +na h +ug o +fl ies +ĠRob inson +Ġseg ún +Ġw ins +ĠC ru +ĠP rem +iz ar +ĠChrist ians +Ġworth y +Ad am +P art +P ara +Ġo k +Ġf ir +ĠD ur +Ġlight ed +Ġrel atives +Ġband s +Ġreven ge +' ' +at ers +Ġwe ary +Ġcirc les +A w +Ġl una +IN D +ĠR hod +Ġpr ose +Ġno d +Ġhead ing +Ġid i +Ġrepl ace +ĠWar ren +Ġprotect ed +Ġvig or +Ġang le +Ġshell s +p ens +Ġd ug +is k +Ġhur ting +Ġbang ing +Ġvia je +P op +ĠF estival +ĠR ich +hi gh +Ġsc out +cul o +Ġgather ing +5 8 +re p +or ney +Ġg inger +om on +ĠT an +Ġru ined +Ġsevent een +ĠArgent ina +Ġd anced +Ġmad am +ĠGrand dad +Ġseg undo +w oof +Ġs well +Ġp p +ĠI v +ĠL A +ps y +Ġincl ined +Ġinter fe +Ġcaball ero +Ġsurround ing +M AT +Ġar ts +we e +ens ity +Ġcre ation +cl ass +Ġresist ance +B esides +à £ +ad ora +Ġn aked +Ġcont rolled +Ġdec ent +Ġworld wide +ik ki +Ġcris is +a ug +ent a +Ġacc ur +po on +Ġeffect ive +Ġpens ar +ĠNin tendo +k ward +ĠT imes +ĠK y +Ġref uge +cient ists +H oney +at ures +pp ose +don alds +Ġopp osed +Ġattempt ed +ker chief +d one +ĠE le +Ġpo quito +Ġfl ung +Ġgrand pa +Ġmod er +Ġmir ando +ĠBar ry +ĠPers ian +C at +C ong +T ra +ter y +Ġnot able +Ġfr u +5 6 +a ud +ĠB BC +te enth +Ġperson ally +Ġtom ar +Ġadop t +Ġmob ile +i ada +ĠA y +Ġne got +Ġlist ed +ida e +Ġacc ustomed +Ġdie z +Ġha ya +Ġcon ver +ink s +Ġmis chief +Ġann ounce +Ġpossess ed +Ġ19 20 +Ġpo em +ĠMiss issippi +S il +ó s +ĠE urop +Ġac ost +Ġpray ers +Ġinj ury +Ġincred ible +Ġdiap er +Ġ ଠ+ĠA S +à ł +ĠD u +Ġprepar ing +c la +ot ro +Ġfr ÃŃo +Ġch um +Ġtri but +ĠHar old +Ġwav ed +Ġath let +c op +Ġd ates +Ġh itting +Ġbr id +Ġten ÃŃan +ned y +enn es +Ġequ ally +Ġble eding +ĠBern ard +ĠL ine +Ġ194 6 +Ġbord ers +Ġuncom fort +Ġm ask +co ck +p ie +Ġo bey +ĠB alt +ĠL inda +Ġpap el +ig en +ĠK night +Ġadult s +Ġdistur b +P urdie +Ġer ror +Ġdis aster +Ġpot ty +ĠSil ver +ĠPortug al +Ġb ust +Ġwr ites +IC E +ATI ON +Ġfá cil +n els +Ġro ast +Ġsk ills +Ġearth qu +Ġl ick +et o +Ġpr ost +Ġent ering +M O +Ġc able +Ġb rig +Ġf iction +Ġat rás +Ġher m +ĠN icole +Ġwor m +Ġred uced +Ġ194 9 +d ame +p ack +al ty +Ġad emás +Ġapp ointment +bo ys +por qué +r um +ĠM oses +ĠA LL +ĠB eng +ĠH it +ĠP itt +Ġr ushing +rent es +L ou +ĠAt t +Ġreput ation +c ry +Ġen velope +ĠF at +Ġday light +ĠSt ra +Ġca res +Ġda red +Ġtest s +Ġmethod s +J os +M o +m n +ing ton +Ġsing les +Ġindivid uals +c ill +et r +ĠB our +Ġlight ning +Che ck +Ġgrant ed +Ġcl o +ĠAs ÃŃ +ĠGra ham +P ues +z aron +Ġl ÃŃ +ut ed +Ġr ost +Ġbl own +hm an +ild a +Ġthank ful +Ġexcept ion +Ġcand les +Ġincre asing +Ġident ity +Ġm ales +Ġdi et +Ġpract ical +P ardon +h ors +ĠMatemát icas +F if +N E +GE O +Ġpre y +Ġ4 8 +ér ica +ĠCat hy +ĠSy stem +ĠChan nel +Ġlod ge +ous es +Ġgl ue +oph ie +ĠSpani ards +c ir +c cer +ĠAm anda +Ġgradu ated +ĠTurk ish +i y +Ġha z +ow a +lo v +Ġad el +Ġmar ched +For get +Ġill egal +Ġreview s +Ġp ac +ul es +iz zy +Ġimport ante +Ġgar bage +Ġfant astic +pea re +ĠFo gg +ĠS up +Ġcons ent +Ġpuzz led +Ġphot os +Ġrefer ring +ĠAust in +ĠSpr ing +ĠRal ph +ĠC ON +Ġhur r +.' " +Ġinstr uments +ĠNob el +Ġguer ra +ell ing +Ġar r +oo ped +ĠK elly +Ġcost ume +Ġg on +at as +Ġst adium +ĠG ina +ĠV in +Ġswe ep +B iography +Ġpart es +ĠBr idge +uer to +Ġpos itions +Ġqued a +TH AT +Ġcuri osity +m ust +Ġn it +ot ra +Ġman ners +Ġsearch ing +ĠWH AT +read s +Ġins pir +Ġdeb t +Ġmurm ured +Ġjournal ist +on ent +men se +Ġsuppl ies +Inde ed +i very +Ġw oo +Ġo ÃŃr +as per +Ġin fin +ĠL yn +Ġra ising +B illy +à Ń +Ġflo ating +Ġmem ories +Ġur ban +Ġsegu ir +ĠCr own +ĠFore st +om bre +ĠW igg +Ġextra ordinary +Ġpock ets +M ust +Ġsevent h +Ġsour ces +ént ame +) ; +M alley +b oth +s ounds +ĠT s +Ġsu itc +Ġoff ering +Don ald +Ġtrail er +Ġdrown ed +ho e +Ġinterest s +ĠCor por +Ġveh icles +Ġescu ela +Ġdia lect +id amente +ĠK aren +ĠReg ion +S uch +t rain +ĠM em +Ġr asp +ood y +ca pe +Ġjo king +Ġ194 2 +ĠAir port +Ġo ve +st ru +Ġdr am +Ġsun ny +Ġvers ions +Ġ + +Ġp atch +ow een +Ġwe igh +Ġde ber +Ġbl anco +aj a +kes peare +B oy +Ġpre ced +Ġinst inct +Ġ195 4 +gas p +7 7 +t rying +Ġf ans +Ġp unch +Ġdo ck +ĠM iller +ĠC ur +Ġcon gr +Ġpl um +á is +Ġlo aded +Ġwho a +de rer +Ġself ish +Ġiss ued +D ada +es ter +Ġf rente +ĠH art +ĠZ org +Ġdesp air +ĠBud dy +Ġprinces a +G O +ÃŃ cil +ĠN i +uk i +Ġaccount s +Ġnecess arily +zer ba +ĠMus lim +Ġepis odes +Ġhorn s +B ea +C ertainly +Ġv iento +Ġcount ed +Ġsil en +Ġconf irm +pret ty +res ents +pe ekaboo +Ġapp ropriate +Ġsad dle +Ġsue ño +m ill +ĠM endÃŃa +ĠA un +Ġreg ister +az o +Ġkick ing +ĠI ra +Ġaw kward +Ġpel ig +Ġmagn ific +Ġexplos ion +ĠPict ures +Ġw ret +Ġwho ever +Ġrest ed +Ġ193 9 +ĠNat han +bec ca +g age +Ġdeb ÃŃa +t ouches +ĠB ee +Ġsc rap +gg er +che ese +ĠSo on +Ġcomb ined +Ġm igr +Ġh ollow +ĠP ear +Ġact ors +hamm ad +Ġslipp ers +Ġre ct +ous ins +ĠK az +Ġch ill +Ġlea p +Ġsw inging +Ġvis iting +Ġcow ard +Ġfarm ers +Ġperce ived +: : +M AD +Ġ GET +Ġse ar +ĠB os +ĠR el +Ġsac rific +Ġtax i +AK E +Ġt ut +Ġb ored +Ġd ess +ĠJ essie +ue va +Ġcoc ina +Ġexha usted +Ġinsp ired +b ble +c hard +ul pt +uel o +ros oft +ĠAd ams +Ġviv ir +Br other +Su per +C ómo +Ġo ÃŃdo +om o +ĠC hile +Ġfast ened +ĠSw iss +Ġpel ota +ĠDoug las +d ico +j ack +Ġs ession +Ġo sc +Ġsh one +Ġsh rie +Ġget tin +Ġearl iest +Ġtravell ing +Ġsympt oms +u ción +Ġc ure +ie ves +ĠE ntonces +itt ens +Ġpe pper +ĠTod ay +r ade +it age +Ġin ch +id dle +ab led +ĠG ulf +ĠAr nold +ats on +Ġur ged +w oo +z os +ĠM ain +ĠC reek +Ġj untos +ĠL ane +ĠSt op +Ġapp et +Ġver se +Ġins ult +Ġmir ó +Ġconcl usion +ĠHarr ison +E nd +Ġlat est +9 5 +Å « +ĠJ es +Ġres ign +Ġentertain ment +Ġm ild +ĠH ockey +Ġ194 4 +Ġban anas +ĠCent re +Will iam +Ġcondu ctor +b ia +le te +ĠA v +unt ranscribed +Ġdig ging +s ong +ĠC D +Ġmer ged +Ġ195 5 +Ġdig ger +Ġquer ido +P ar +Ġstar red +D ON +Ġh ind +Ġread s +Ġpat ience +Ġant icip +Ġvisit or +zerba ij +os as +ĠF ederal +Ġle aning +Cont enido +IK E +us ive +ĠW end +ĠE nt +Ġle nd +Ġknight s +Ġpengu in +U s +g ado +u ction +Ġc uddle +ĠP y +Ġcone jo +Ġdivor ce +Ġc umpl +ĠJ en +ap o +ci ences +Ġest amos +Ġdif ÃŃcil +Ġsuspect ed +Ġs ire +Ġin fer +ld om +ĠA st +ag ne +Ġdeath s +ĠIm per +ĠN ep +Ġoff ers +M ax +Ġt ones +Ġp arrot +Ġreason able +Ġúlt ima +Ġapolog ize +m ble +ó r +wn s +ĠCom mon +Ġassoci ation +Ġdic iendo +K ing +Ġr oses +IR L +w on +Ġpr ices +Ġ194 1 +Ġgodd ess +Ġgrup o +er ick +Ġha ste +ĠW y +Ġsk i +Ġesc ond +pre nd +Ġc ump +Ġbe loved +Ġn ations +ĠH u +Ġcom in +Ġpl ug +Ġcol a +Ġass ass +Ġcompos er +Ġc ou +Ġf ake +ĠL ITTLE +ĠK evin +Ġmet res +A bsolutely +N one +ure au +ĠEd na +Ġfootball er +9 8 +h oo +no body +Ġunder ground +Ġfl ows +bor ough +Ġabandon ed +bb ie +Ġdev oted +j aro +r imin +Ġin her +Ġdes apare +Ġspo ons +Ġgen ius +Ġtal ent +Ġliber ty +L ong +m br +ac ia +ĠC ard +Ġman if +Ġim mense +Ġdri ves +Ġbeha vi +cor re +T otal +ĠL ot +ia h +Ġadministr ative +, . +Ġd ating +Ġo re +Ġto mb +gu ard +fect ure +Ġexp res +Ġ194 3 +Ġbless ed +olley ball +b ased +Ġt ag +Ġb ills +ri ve +uff y +Ġclean ed +Ġsens ible +Ġfeat ured +Ġstran gers +ĠMount ain +Ġphilos ophy +F ollow +ĠH annah +Ġacuer das +ĠBelg ium +k u +Ġf iest +Ġse lect +Ġcreat ing +Ġpra ise +ĠHoll and +Ġ iv +Ġaccom pany +dri ver +Ġinsect s +Ġw o +Ġo be +ony m +col or +A b +t ub +Ġcom ments +ĠL www +Ġfl or +Ġch ico +E nt +g ÃŃa +Ġv otes +Ġover all +Ġshar ing +Ġhous ing +Ġplain ly +Ġze bra +Ġc od +Ġc ooper +Ġha mbur +ĠC ind +Ġsc an +Ġbur den +ĠâĨ Ĺ +Ġattract ed +Ġattract ive +R oman +p ushes +Ġj ur +ig ue +Ġneed le +Ġesp osa +Ġfro zen +Ġbron ze +Ġhed ge +ĠWrest ling +B I +x ic +ĠC art +ĠN iger +do ll +Ġimag in +Ġpad res +Ġaer oplane +P h +u ese +Ġf est +Ġf og +hed ral +Ġfound er +Ġrail road +ĠPier re +P A +R ep +Ġcr ashed +ĠIn s +Ġcol ump +Ġtem p +Ġsmell s +è re +Ġcommunic ation +E ach +d ig +es per +ĠF le +ĠF ield +tain ment +br own +Ġglo bal +Ġcontr ast +ĠMoo re +op les +ĠBo ys +Ġb ishop +if ted +em en +Ġad just +OU N +Ġllev ó +Ġs iete +am m +Ġhand kerchief +ĠBl ake +Ġay uda +Ġsuit able +C T +b urn +u per +ĠP ut +Ġso le +ĠCon stit +Ġuncomfort able +h orse +Ġme ad +Ġmús ica +se a +Ġmo ck +Ġste aling +rec order +Ġhabr ÃŃa +Ġt rop +ed ge +ra f +ach t +M ed +w oman +Ġs int +Ġde bajo +ĠO pen +Ġcr ist +Ġll e +Ġsus pend +Ġcontain ing +Ġwebs ite +L uc +M M +Ġl est +é j +Ġim ages +Ġsk ull +Ġrep air +Ġrece iving +Ġident ified +Ġimpro ved +ĠN O +ĠV ill +Ġcol umn +ĠVien na +c ourse +ond isse +ĠRepresent atives +S in +Ġm ush +Ġf isher +ĠA ge +ĠC her +ĠL ily +Ġlea ped +Ġaqu ellos +Ġd il +ĠF ound +Ġun certain +ĠLa ure +Ġenc ourage +c hen +v als +Ġ4 00 +Good bye +Ġce iling +Ġknock ing +Ġrain bow +Ġcelebr ate +talk ing +F ort +t al +Ġf ert +Ġcan non +ren ces +Ġdis par +Ġball oons +Ġhun ter +vest igator +Ġtyp ical +Ġtast es +Ġprovin ces +ĠUk raine +OU R +Ġsouth west +Ġestim ated +b ul +it led +ĠS ultan +ĠB A +ap ore +Ġrel ative +Ġph rase +Ġcheck ing +B E +Ġs iendo +est ion +Ġam us +Ġcomp re +Ġcre ep +Ġdig ital +Ġ ¶ +Char lie +imit ra +Ġespañ ol +ig uel +Ġv oc +ĠF amily +ĠDe f +Ġ195 3 +ĠChild ren +Ġprinci ple +Ġr asc +Ġv ow +lo ad +Ġve l +Ġmus cles +am or +mp h +gr unts +ock s +Ġchee ky +ĠP ass +Ġve loc +Est oy +Ġdust bin +IF A +ĠHarr is +Ġnort heast +l an +Ġt ampoco +Ġw ool +Ġbe w +Ġpaint ings +Ġperman ent +Ġanal ysis +ĠHolly wood +ĠBav aria +D ER +W in +ĠH ugh +ĠR osa +Ġgra bs +Ġcow boy +Ġdeb ate +Ġexperien ces +Ġsc ulpt +Ġcoll ea +b led +Ġr ato +get ting +Ġreg ional +cy cle +ĠInd ones +Ġimmedi ate +Ġdib u +l ady +Ġwe ars +um bre +Ġla zy +Ġcont rovers +Ġ193 6 +Ġsurv ived +Ric hard +Ġd ent +ĠG ive +Ġle che +Ġsomet ime +Ġsol ve +Ġunfortun ate +w ald +Ġback s +Ġfem ales +Ġjun ior +Ġal as +Ġm orn +Ġo o +Ġtr ash +Ġpass enger +Ġpack et +Ġide al +Ġcustom ers +rat ulations +ĠAgn es +Ġcongr at +T rans +p ost +Ġf la +Ġse ldom +IN K +ó g +Ġminut os +T w +Ġl ane +as hes +ĠS is +é nd +ort on +Ġman s +Ġexp osed +Ġ15 0 +Ġpour ing +Ġuncons cious +r us +Ġp elo +Ġp anda +ĠA M +st eps +So on +Ġdress es +ĠCol omb +Ġutter ance +F ind +L ater +ĠE p +Ġex isted +ĠK ings +ĠSe ven +ĠComm un +Ġapplic ation +w all +Ġwh irl +ĠR ap +Ġapp ly +ins ula +Ġcab o +Ġpriv ile +Com m +bet ter +M en +V en +y ummy +ill es +lem me +s leep +Ġhe m +ac u +Ġsh ield +Ġmeet ings +T er +is ible +Ġha mbre +Ġpe ekaboo +ĠAs s +ĠCa pe +Ġcurtain s +Ġún ico +ou st +Ġo cho +ĠJ u +Ġsec ured +Ġsl ope +ĠM ack +Ġal ta +ĠJ enn +Ġdist ress +Ġcas ual +as o +umb les +Ġjug ando +Ġc ust +ĠH ospital +ÃŃ os +Ġcar ries +Ġdoor way +uest a +Ġut tered +Ġdam aged +ĠGe off +Ġc ousins +ĠH istory +Ġsec re +Ġcount ies +Ġdi vert +ma id +Ġprec ise +at ar +be f +Ġdis gr +Ġrep resents +ster dam +ĠBor is +C I +d ress +g ro +g un +Ġc ateg +Ġan ci +Ġcr ust +ĠSt ation +ĠIn stead +Ġ195 1 +Ġvan ished +GR M +ĠSto ck +O b +t u +it i +ĠM ans +ĠW ork +Ġcr imes +Ġmin i +Ġsqu eak +Ġsecret s +Ġwrest ling +op ed +Ġsol ar +Ġdream ed +Ġtremb ling +S aint +s ky +Ġm ath +gg s +ĠSp ace +Ġpain ful +Ġsat ell +Ġperd ido +Ġprob able +at tle +ĠPet ers +Ġwrit ers +P P +Ġd ices +Ġg own +Ġh osp +ĠP ays +ĠAb raham +Ġchap ter +Ġpaj amas +Ġjard ÃŃn +i per +l ia +um er +Ġshe ets +pp ers +Ġch ica +Ġhar bor +Ġrel ieved +Ġhigh way +Ġvar i +Ġespe cie +ĠTr ump +Ġgas ped +Ġhonest ly +Ġhat ch +sil ver +B ad +Ġh oo +Ġca f +Ġabs olute +ĠJ osh +Ġam end +ier as +EN D +Ġ193 4 +Com o +Ġesper a +ju ice +Ġcan al +Ġsa uc +Ġemp ire +Ġcop per +Ġru ido +ĠMon ster +ĠPortug uese +ĠWigg ily +6 5 +M ind +ĠA zerbaij +ĠB und +Ġ3 7 +Ġprom in +Ġconsider ing +Ġpes ar +ĠKen nedy +at ically +You ng +Ġda isy +ĠBe ach +Ġsail s +Ġshout s +j ado +Ġt ires +Ġin k +Ġar reg +ĠHe nd +Ġac er +ĠV e +ĠDe ath +Ġgra in +Ġaltern ative +Ġlect ure +Ġthe rap +al most +Ġtw ins +Ġhelp ful +Ġcol ony +Ġaut umn +Ġbub ble +ic iones +ĠB ab +ink ing +ĠN ich +cha e +Ġjo ining +Ġ6 5 +ĠRe al +Ġstri p +Ġdisapp ointment +Ġcapac ity +M in +Ġwh ip +ĠTh om +Ġmur derer +n umber +Ġc rab +qu ack +ĠA na +ĠH ell +Ġle aned +av an +Ġcu ad +Ġsal ud +ĠMc donalds +Ġcondu cted +Ġherm osa +ist as +It s +ĠK ath +ĠSha kespeare +Ġpurp oses +ĠInde pend +Ġcom ic +Ġdec isions +Ġimag ination +Ġdiag nos +m und +Ġg ap +if ully +RO M +Ġ193 8 +Ġoffe nd +Ġjug u +Ġdife rentes +i osa +Ġtw ist +Ġtr ump +Ġt roll +Ġd war +Ġde af +ĠE nd +ond a +Ġsmall est +ph ones +Ġblank ets +orks hire +rane an +Ġinfluen ced +E ight +G ee +OR E +St ep +tod ay +ut ter +Ġr ack +Ġv ag +Ġgr oss +Ġhabit antes +Ġwid ow +k h +Ġt uck +ass ador +ged y +od ore +tern al +Ġconse gu +M c +v ar +Ġl ent +Ġk ite +Ġbr ass +Ġrem ote +Ġbab ys +ĠMed iter +Ġm ala +le ans +ĠP un +op us +ĠR oc +Ġbat tles +Ġtest ing +Ġstri king +Ġcabin et +, - +Y et +ed y +ĠL ev +mm m +Ġri p +Re ady +Ġstat ue +Ġarrange ments +Ġinvol ve +Ġtrave ling +Ġfab ric +E sta +T RA +W est +d les +o is +Ġse ctor +Ġcont ents +Ġhurr icane +D O +S ólo +g ate +Ġw ax +han e +iv ia +Ġper f +Ġsusp icious +c am +r ont +t uce +ĠC atherine +ĠP am +ĠF ern +Ġor anges +Ġlook in +Ġdes ired +ene z +Ġma xim +Ġdisc har +ĠA ut +Ġtra pped +gr ow +ĠSer geant +bour ne +ĠLu ke +, ] +V EN +r in +Ġw olves +Ġp ase +Ġbe have +ĠS cience +Ġsha ped +nes ota +Ġrough ly +pull s +Ġenvironment al +Ġmunicipal ities +ĠEurop a +p ig +Ġto ps +Ġr it +ĠTh ough +Ġcomb ination +gi ven +Ġendea v +Ġco ger +Ġdel ivery +om ing +op ot +Ġpr omet +sel s +got ta +Ġengine ering +Ġabuel o +Y S +z aba +Ġa no +Ġd aba +ad ies +ĠP oint +Ġr am +em eter +Ġfl ame +Ġdist ract +ĠTh or +Ġaw hile +Ġvar ios +ĠJo han +ing ham +Ġdel ante +head ed +Ġmess ages +Ġhub o +Ġremind s +E ste +U ntil +Ġd ict +Ġp id +ĠB Y +Ġgl orious +Ġg a +Ġas semb +ĠC ooper +ell s +ĠP ra +Ġbot hered +Ġrec all +Qu ick +angu age +cast le +Ġcommun ities +ĠD ennis +ĠL ore +Ġar gue +Ġmed ium +Ġem br +Ġpal m +Un less +Ġnar iz +ĠEve lyn +ĠRab bit +m ail +Ġb aba +Ġd ot +ig el +Ġcol oc +Ġprof it +Ġimag ined +Ġrese mb +Ġencuent ra +R o +Ġf ict +om p +Ġh ood +ĠC uba +ĠN E +Ġlo ll +Ġnew ly +Qu ite +cu ál +fl ower +ĠMic rosoft +Ġdivor ced +Ġrost ro +p ite +r ón +Ġpol ite +RO W +sh ut +Ġdyn asty +Ġprompt ly +9 6 +qu ita +ox y +Ġto ca +od o +Ġcar i +Ġass ure +Ġven ir +Ġplant ed +aps ed +Ġconoc ido +ĠRad io +Ġa us +ur idad +Ġso ccer +ĠN elson +ĠAn thony +ĠLa urie +As k +Ġbusiness man +ĠJon athan +Ġsubmar ine +Ġs outheast +Ġal ter +Ġ3 3 +Ġmod est +ĠSe ñor +ĠSO ME +on ic +ĠM ist +ĠC ir +ol ver +ĠChild sname +ĠInde ed +Ġgard ens +U GH +Ġst air +ea e +ĠF riend +Ġmar av +ib les +TE D +Ġcrit ics +tod o +l és +n at +s chool +v ation +Ġt é +ĠT ambién +ĠA is +ĠG ame +ĠK now +ias m +ĠIre ne +w ah +Ġm ike +ĠMart ha +Ġjud gment +d ough +f are +p ow +w ent +Ġa se +Ġli ed +ĠJ ay +Ġent ers +ĠBen jamin +Ġrob ot +A ah +S AR +ĠV I +Ġimm igr +st yle +ĠC ook +ĠG ard +Ġsm ack +irl ines +Ġconsider ation +Ġmucha cho +Ġmor ir +Ġstrugg ling +N G +Ġn erve +Ġle y +int ed +Ġ17 8 +Ġp ha +ar ms +Ġe cha +Ġse w +ro e +Ġj umps +Ġcl in +Ġtr im +Ġresp ir +ĠMark y +Ġphilos opher +R ay +ĠB ack +Ġdoll house +Ġcamp ing +ĠWh it +Ġcart a +s uch +iv as +ĠK as +Ġcol ours +Ġlarge ly +Ġsum mon +Ġmeant ime +Ġconcer ning +ĠBo ard +Ġsusp icion +b il +Ġare na +ĠP ur +Ġag ents +Ġam id +Ġpop ped +Ġprom oted +Ġdepart ure +pretend s +lea ños +ĠEnter tainment +p el +ha fta +th rop +ĠJ UST +Ġrel ation +Ġgo ver +Ġ4 7 +Ġart ific +Ġclass ical +Ġstead ily +Ġ il +Ġre bell +Ġbene fits +Ġdiscuss ed +ĠTob y +Ġc ore +ĠH IS +ĠH ope +Ġfill ing +Ġcult iv +Ġapproxim ately +j an +r oo +Ġd ick +ir it +Ġv ine +ĠL ib +Al so +room s +Ġspec im +Ġhyd rogen +Ġalegr ÃŃa +riger ator +T im +f o +is ation +Ġbe an +Ġsuper fic +every thing +Ġdescend ed +em por +Ġint r +Ġdeep er +ĠJust ice +Grand ma +ĠIntern acional +ĠSqu are +Ġsist ema +ĠC re +ĠC arr +ĠP ara +Ġbr ook +Ġpre st +Ġcont igo +Ġstra in +ĠAfghan istan +Ġlo an +ü r +jer on +Ġhesit ated +L u +f ing +t own +Ġp ots +ec ut +bl ows +Ġ193 3 +ĠMount ains +Ġshad ows +Ġtempor ary +Ġpobl ación +m itted +Ġ .. +Ġd uda +ĠS everal +all el +ch icken +Ġv it +Ġv oted +âĢ ĭ +Ġdistur bed +Ġdipl om +ĠR ober +Ġpe ar +ĠJack ie +Ġnue va +ĠSing apore +Ġw ip +Ġd ing +Ġp ose +Ġst y +ea ba +Ġevery day +Ġho jas +ald a +Ġmer c +Ġherman os +Ġfru its +Ġf ulf +Ġre new +ĠF IFA +Ġex ists +ap h +do ors +Ġrest rict +ĠCarl os +Ġdess ert +Ġal ike +hi es +Ġcomp ounds +ump y +bo om +Ġtri umph +Ġscr ub +Ġfund ament +Ġdecl ar +id el +Ġsp an +ĠHe idi +Ġcomp ete +Ġpartic les +Ġbull ets +Ġhoriz on +F C +M al +at ical +Ġe char +ĠC hat +te c +ĠY orkshire +Ġbed time +Ġass umed +Ġsad ly +Ġcompl ic +Ġnuest ros +H ola +c ool +Ġo ink +Ġl ions +ĠH at +Ġfr ost +Ġcl ue +bab bling +Ġbeast s +Ġw ives +Ġout fit +we ar +Ġcrack er +Ġtor ment +Fran ce +Ġh ob +Ġn ina +ĠR O +eg as +Ġmod els +ĠCar ter +ĠMa ur +ĠMin nesota +ĠSpe cial +C ut +S pe +j ab +Ġs ample +Ġpro port +av ier +Ġstick ers +Ġem otion +Ġvide os +Ġcher ry +g ian +t ical +Ġdo lor +ru it +sh irt +ĠIs a +ey ed +Ġcustom er +Ġést os +pict ure +Ġcomp ass +Ġ4 2 +Ġanswer ing +Ġscient ist +ĠCam bridge +GR F +m ama +Ġt ons +Ġp ence +ĠG ha +Ġred uce +Ġrul er +ã o +P a +ĠIn c +Ġadministr ation +ennes see +or ro +ĠN ag +ĠE lect +Ġsee king +Ġcons cience +Ġspo il +AS T +Ġrespond ió +DE M +EF A +act ory +Ġreg iment +Ġchar ity +Ġgust o +ĠRom ans +R a +Ġf alt +ĠP ad +Ġper der +Al ways +Ġbab e +Ġpron ounced +Ġbeha lf +ĠSom ers +S ounds +in stein +Ġk ettle +un ting +ĠH ir +ĠW OR +Ġco in +pr im +Ġval or +ĠAB OUT +L ie +Ġthe r +Ġf itted +ac hi +ĠG ro +Ġest uvo +ple asant +ĠCon ne +Ġtrabaj ar +Ġse m +ĠF ree +Ġneed n +ĠSt uart +Ġfil es +igg le +ĠMad am +Ġintern al +ĠDie go +Ġt ÃŃo +ĠD in +é st +Ġch lor +Ġob ed +fortun ately +Ġbark ing +Ġmeas ures +Ġnapp ie +P ued +t iene +Ġre ception +ĠH old +ĠH uman +Ġman e +Ġ3 4 +Ġsur ve +Ġhop eless +Ġlleg ado +Ġindic ate +ॠį +Ġrank ed +opot am +W on +c ray +on om +Ġd ow +Ġto re +ro it +ĠS ky +and om +Ġpl ung +Ġcont empl +Ġsurpr ising +Ġpan ic +Ġviol in +Ġphys ics +Ġregard ing +Ġintellig ent +Ġw rap +Ġk angaroo +ĠB ox +pl ash +iver pool +Ġocc urs +ĠJo an +c ook +i w +ĠA uthor +ĠN ative +cha nt +Ġswift ly +ĠIra q +, , +th rough +Ġlight ly +Ġchar ts +Ġpud ding +Ġib an +- ; +Ġthe ater +ĠI mp +ct r +me ow +B ra +Ġd ip +Ġin com +at ivo +ri ot +ter a +Ġproper ties +throw s +Ġolv id +he astern +CH R +ĠN ev +Ġcl ip +ĠAl ber +m uch +Ġre b +st ream +ĠC ómo +Ġsu fic +Ġinv asion +child ren +Ġscr amb +ĠAlf red +ent ially +Ġpens ion +Ġmort al +A rab +T hings +Ġcl er +ĠK ang +ĠV ik +Ġ3 9 +ĠSc ar +ĠAd vent +Ġtest ed +Ġded ic +Ġelectr ical +ha ven +Ġg ear +Ġg alax +Ġal ert +ood le +Ġdream ing +Ġadm ire +Ġlab our +Ġtit les +Ġslight est +Ġlan tern +pher d +Ġdign ity +M el +c ab +t iger +ĠK ir +aj es +Ġflo ck +ĠGer ald +Ġsens itive +Ġh ire +Ġn ave +ĠA mos +ĠG ary +wh oo +Ġdiv ide +Ġmist akes +Ġpark ing +ĠJul ie +Ġpeace ful +Ġproject s +Ġcamb io +Ġbraz os +f uer +Ġb unk +Ġd ime +Ġp untos +ĠM m +ĠB urn +ĠV ar +Ġdiffe rences +Ġmus k +Ġactiv ist +Ġyell ed +Ġtransfer red +Ġpied ra +( ' +l est +ĠT ennessee +Ġli bre +Ġcon text +Ġda ño +Ġllam ado +Ġdan cer +Ġto ler +le en +ĠS orry +Ġcas ita +Ġmix ture +âĨ Ĵ +ĠHit ler +Ġp he +if ica +Ġfr own +Ġdes erted +Ġlear nt +ĠOs car +ĠIslam ic +Ġoccas ions +I mp +V I +c atch +Ġb ounce +ĠE sta +ĠO fficer +Ġpop s +Ġed ges +Ġcir cul +roll ing +show s +5 7 +x ide +Ġde put +ĠM ess +ĠC ould +ud dy +Ġmar vell +Ġclear ing +Ġdef ined +K now +ie mbre +Ġr ic +Ġbo il +Ġra w +Ġ193 7 +Ġappro ved +Ġhun ger +x ed +Ġd as +ic ians +ĠD ak +ĠW alt +cl ing +Ġter cer +Ġpain ter +bot tle +Ġribb on +Ġs cold +Ġle an +Ġsp ons +Ġcl aws +Ġcomp ound +Ġter rific +Ġllev aba +ĠPat ty +Ġbelong ing +Ġpeque ños +Ġwis dom +o ise +or p +ĠD ream +Ġcons pir +Th ough +ĠWh ich +Ġautom obile +Ġarrow s +ar row +no ises +and ra +ell ect +ang led +Ġaw esome +iff s +ĠOr gan +iv amente +Ġfat al +Ġamar illo +D et +OR Y +Ġguess ed +Ġoffic ials +En ough +Ġeth nic +Ġcr uz +Ġvis ual +Go ing +Ġ193 5 +Ġobs er +Ġbye bye +Ġident ify +c in +Ġaut o +Ġsla very +Ġarrange ment +l ines +r ot +Ġhor rid +Ġinv isible +ĠAm sterdam +Ġrad i +' - +D or +h ur +l ay +ĠA mb +Ġfollow ers +Ġgaz ing +ĠPot ato +b en +j ó +Ġbelie ves +Ġrep ente +Des pués +Ġmagaz ines +" _ +ac co +Ġas cend +Ġser ie +Ġmin us +ĠGr ammy +Ġpued a +Ġz one +Ġir rit +velop ment +ĠNe xt +Ġoppos ition +Ġgo ats +ĠE lla +ĠO R +Ġdis gu +Ġhome work +ane ous +wo ke +Ġvuest ra +Ġac á +Ġgl ances +Ġheart ily +A ugust +K at +T u +Ġs cho +Ġw iped +Ġqu id +ĠPo or +Ġfortun ate +Ġstr ings +ĠMed ia +Ġadmir ation +Ġearnest ly +ĠBuild er +ĠWel sh +" ! +Ġd ense +ic als +Ġli bert +Ġam used +Ġbl oss +Ġdis order +Ġwr ist +Ġca us +Ġequ ival +Ġvent ure +Ġdoc uments +Ġpit ched +ĠHot el +Ġcomen zó +ĠWend y +or ation +Ġdep ression +ĠDen mark +jar os +M arch +i pt +Ġwith draw +Ġsp las +Ġpe el +ĠK arl +ĠU EFA +Ġdi ab +Ġsk ipper +Ġincl uso +bb it +Ġbuen os +ele phant +c ro +Ġs ar +Ġbra ins +Ġlift ing +Ġlevant ó +ĠBrad ford +Ġpropos al +k itty +Ġg it +ri ages +ĠB ush +ul u +Ġcl erk +Ġpe oples +ĠV ic +ĠAnd erson +Ġlive ly +Ġpast a +Ġstri pes +ĠEst ados +feren ces +ĠMal colm +ĠLi br +Ġpist ol +Ġme j +Ġme als +ĠH op +Ġr ural +Ġor bit +Ġcomp r +de le +Ġlight er +ĠZ oe +ĠAll ison +Ġtail s +Ġpens ó +ĠUS A +Ġcy cle +Ġacquaint ance +: -- +R os +f if +Ġh og +Ġover come +ivers ary +Ġoc as +Ġregular ly +ĠGirl s +ĠPhilipp ines +Ġsuitc ase +Ġfiest a +Ġamus ement +, ... +he ld +Ġa ce +ĠT ower +ĠM s +Ġv ive +lo j +co ver +Ġsur vey +Ġprov isions +Ġmark er +some one +Ġpon emos +Ġcelebr ated +C al +H ard +t is +at us +ill ing +uc cess +Ġvie ja +Ġmeas ured +ĠTem ple +C C +G erman +r ome +Ġin medi +qu er +Ġag ency +Ġfin est +Ġelse where +Ġap rend +Ġrock ing +Gu ess +Je an +Ġenthus i +N os +Ġbe hold +ad i +ow l +Ġsh ine +Ġun pleasant +Ġdes cent +ĠY an +Ġmar cha +ĠPr ice +ĠCom o +Ġpod r +Ġ192 9 +uen os +Ġaston ishment +S an +d ear +we ight +Ġsw amp +Ġfix ing +Ch ris +Ten go +ĠSol omon +S uddenly +m ur +Ġs no +ĠB and +Ġr uff +ĠF ame +ix on +Ġfl ames +Ġfin ishing +Ġcam el +Ex cept +Ġpun ished +Ġaccompl ished +M S +P retty +Ġc en +Ġno ds +ĠTod d +Ġpurs uit +or ters +ĠB ry +Ġso d +Ġcon gress +Ġad ap +Ġprincip io +Ġretire ment +ĠJ ill +Ġres igned +Ġutter ly +ĠPal ace +Ġpros per +Ġjew el +p hy +Ġ" " +ie nd +ĠUn idos +Ġconsequ ence +emeter y +6 8 +g ne +Ġt eles +ĠP unch +é se +ĠK o +Ġoffic es +Ġgust an +Ġded icated +Ġwarri ors +P H +e yes +ĠC E +Ġformer ly +Ġexam ined +sho es +b rew +est ro +ĠG un +ĠL IKE +Ġsp illed +ĠV ice +Ġve ÃŃa +Ġ193 1 +Ġpract ically +Ġnuc le +Ġmagnific ent +L ord +g raph +j ud +Ġb acon +am ble +ge red +Ġco le +Ġsur render +Ġind ul +Ġsna pped +Ġabs ent +Ġbuff alo +B re +n ada +um bo +the l +Ġent ró +Ġwar rant +ĠAn cient +Ġexam ination +ĠStan ley +5 9 +C ons +Ġg er +AT E +ĠW WE +Ġbro om +Ġdevelop ing +t able +st arts +ĠH appy +art ing +ho oray +Ġmon sters +Ġcam ps +Ġmess enger +ĠJud y +ĠKat ie +Ġsear ched +Ġbehavi our +Ġa ired +er ican +Ġc reek +Ġth read +Ġre e +Ġde port +ĠA ff +ĠO ak +Ġpe nd +Ġinv it +Ġoper ated +Ġinit i +Ġtravell ed +' ! +f ree +on i +Ġp i +Ġab use +Ġbre ed +Ġfle e +A A +C han +M ike +Ġre fe +Ġab rir +du ct +Ġcontr ary +M uy +b ast +Ä ĩ +Ġp ets +Ġco inc +Ġfood s +Ġ193 2 +Ġrepresent ing +Ġbuck s +sm ith +n ar +it ches +ent ine +ul as +Ġsh iny +ĠR ick +Ġpat rol +over lap +Ġperform ing +ĠON E +bir ds +Ġbump ed +or f +Ġin fection +ĠW az +ĠR ea +Ġwhe at +fl akes +Me anwhile +ĠHaw ai +Ġpá jaro +F red +r ada +Ġa pt +ant ha +Ġmin im +Ġprop ose +Bill board +pur ple +Ġdul ce +b lock +um br +Ġen qu +ĠE ducation +Ġtr ot +que red +pap á +ĠConfeder ate +Ġsched ule +d ra +d ile +Ġh orm +Ġn erves +est aba +Ġsc orn +Ġexpl ains +Ġdifficult ies +je res +Sec ond +on ight +Ġo ak +Ġo ars +ĠB right +ĠN orm +Ġfl ashed +Ġsub ir +ik o +Ġeight h +ĠCze ch +m ac +Ġt act +Ġh ither +Ġus ers +Ġcho c +Ġmathem atics +l ord +ĠT u +hi bit +pl ain +Ġesc ucha +Ġtechn ical +Ġacom pañ +Ġearthqu ake +Ġal ma +ĠJ ose +Ġor chestra +act ive +Ġste ering +Ġran ks +str ong +Ġrom p +Ġgrin ned +p to +ri k +Ġat re +Ġj umper +Ġab e +che t +Ġmir ar +áb amos +ĠHER E +b at +t ea +ĠM U +se lo +ĠR io +ĠSp en +At t +Ġtax es +Ġpud iera +Ġing en +b ea +ĠL iving +ĠR IGHT +AN K +ĠAl ger +por ated +olog ists +af a +id y +ob s +Ġver d +Ġsub stance +Ġcoun sel +Ġwarri or +v oy +Ġ Ċ +Ġl ing +un idad +Ġ" ' +Ġro pa +Ġchar m +Ġpret t +Ġval ues +Ġdepend ing +cel ona +Ġliber al +ĠUnivers idad +B ro +K im +Ġw aff +Ġf ries +Ġp airs +Ġcon vent +ne igh +ces o +Ġhead ache +Ġrel atively +Ġhic ieron +f i +g ur +Ġt es +Ġh ose +os ure +ĠB ishop +Ġv iste +Ġab re +Ġcare less +ĠQue ens +ĠRoman ia +Ġenthus iasm +M aster +W he +en cies +ad ays +ab es +do ing +ĠQu oth +ĠMic helle +ĠMary land +choc olate +Ġc aval +en ne +ĠP ress +ĠW es +Ġgr it +Ġcor rer +Ġplan ets +ĠWill ie +Ġtight ly +S a +S ur +d ist +ÃŃs imo +P ost +r ous +CH ER +Ġser ves +ĠAl ban +Ġfair ies +Ġrad iation +oura ble +Ġtap es +Ġcomr ade +s ister +ĠT W +Ġup right +ĠL ar +be an +So y +Ġlay er +Ġsupport ing +Ġdev ices +Ġcraw ling +Ġtransl ated +ĠMediter ranean +ent on +ĠB aker +Ġgr asp +Ġafter ward +Ġgra bbed +Ġprefer red +ĠPh ill +f ashion +z el +ad ise +Ġ" _ +op es +Ġsh orter +Ġent itled +Ġform ation +app ing +ĠPri x +Tom orrow +ĠGran ny +, [ +R eg +p ose +Ġb ask +ĠC all +ill on +est ed +Ġfr anc +eg a +Ġcor rupt +Ġins ane +Ġpolic ies +Ġeduc ated +ĠFin land +L es +s weet +ĠL il +ail ing +ĠPr im +Ġindic ated +Ġing lés +ĠNaz i +Ġat oms +Ġso da +ul k +ĠBer ry +Ġdur m +ĠNap ole +t as +ĠH IM +Ġr oto +ĠD ark +Ġcar ro +Sh h +IC K +Ġoy ó +Ġdesar roll +ĠNell ie +Ġa woke +ĠS ÃŃ +ol an +op ing +ate ur +Ġcl ick +Ġimport a +Ġgra pe +ĠLe o +AL LY +Ġwhis pering +Ġrecogn ition +Ġ192 8 +Ġmotor cycle +riz ona +Ġw ounds +Ġo ath +Ġf et +Ġwas ted +ly de +ro d +th s +ĠG or +Ġmen or +Ġkill s +Ġ6 4 +Ġmir acle +Ġaccom mod +ĠNep al +Ġsu its +ĠR oll +me al +Ġref lected +Ġdead ly +Ġthank ed +Ġprov ides +Ġarchitect ure +Ġdiscipl ine +Ġcush ion +u u +Ġg ent +ĠC ensus +Ġtw isted +Ġlet tuce +Ġrest ored +Ġ £ +d isc +r ings +u ine +ĠT est +Ġfl ushed +ib ilities +Ġfree ly +n uts +ĠS ri +Ġpl ata +ĠR ain +Ġtr usted +Ġpre v +har ds +Ġapp arent +Ġproble mas +Ġwand ered +Hal f +S ub +Ġto ma +im ore +ĠV enez +Ġll en +Ġcat ches +An n +Ġcorn ers +Ġfear s +Ġgrave ly +Ġhast ened +Ġdistingu ished +D el +E ra +l uego +Ġqu is +Ġmus cle +Ġseñ al +Ġspirit ual +Ġfond o +Ġremind ed +Ġbaj a +aly mp +T ú +s ne +Ġc ement +ĠC e +ack er +cl osed +Ġunt o +ted dy +ĠMiss us +TH ING +des pués +Ġlic ense +Ġrhy th +ograp her +lah oma +B ert +r ice +Ġp unk +Ġp oop +ĠI owa +mon key +Ġvar ias +Ġsho vel +Pres ident +A g +E asy +I DS +S ch +b reat +Ġas hes +il io +ran o +Ġspe ar +Ġadv ised +Ġappro val +Ġcris ps +Ġgreet ed +Ġlif etime +v il +Ġout ta +Ġle er +Ġra ft +Ġsilen cio +v ió +Ġa vent +Ġd ando +Ġg reed +ver ty +ĠE uro +Ġper il +Ġlar ga +ĠAn im +St an +Ġprof und +ĠCount ry +ĠPar alymp +ĠRuss ians +ĠSm art +Ġspin ning +s hi +ĠR A +Ġent ry +ĠBr id +G old +T Y +p han +Ġd amp +Ġse wing +ĠL iverpool +ĠCon stant +roll er +Ġrese ar +Bet ty +Ġtoss ed +Ġdisgust ing +9 7 +Ġc m +ĠL ow +Ġhace mos +Est o +vis ión +loo kee +H aven +or able +im ony +ĠC row +Ġswe at +Ġprov iding +Ġant igu +Ġappear ances +Ġfant as +Ġrare ly +p it +à ± +Ġno ches +Ġan k +ud i +Ġtr oop +And y +Ġ4 4 +aut s +Ġexist ing +ĠKent ucky +Ġinterfe re +K en +V e +ha i +Ġis la +Ġk in +Ġfr ustr +ĠD om +ĠR angers +ount ain +Ġve ter +Ġsol ic +Ġallow ing +ĠHall oween +Ġunfortun ately +s ays +Ġmin es +Ġsk ip +ĠAm ong +Ġcitiz en +Ġmanufact ure +I VE +m un +à « +us k +ho en +Ġca usa +Ġstr ate +sh op +Ġquar rel +C OU +m iss +ĠA R +the ir +Ġhapp ier +Ġlow ered +Ġpretend s +Ġdol ph +W ork +ag ua +Ġam en +Ġca ja +Ġsub stit +ĠWar ner +Ġpig e +fin itely +Ġchem istry +ĠJun ior +ĠIllustr ations +M ister +Ġw har +Ġbe f +op ens +ĠL ower +Ġap enas +ĠAis ne +S ue +f orth +Ġacc ord +Ġvar ied +ctic ut +G RO +it is +Ġis ol +ĠR et +Ġtell y +Ġread er +Ġcamp us +Ġprov ision +Ġmess y +Cong ratulations +Ġstrate gy +" -- +D ar +O s +ĠM AN +Ġran ch +Ġelectron ic +Ġresident s +Ġimpr ison +Ġfict ional +ac ious +Ġj erk +St ation +Ġass um +ipp in +Ġut most +Ġven ido +Ġlog s +ĠSen ator +Ġmagn ets +Ġfold ed +ĠAle c +p icking +Ġb ri +ĠH orn +Ġr ats +are r +Ġwhere as +arr ondisse +Ġcir cuit +ĠBlack ie +m ers +Ġd ub +at ches +Ġe e +Ġn aval +ĠM iles +ĠC ors +Ġcu ales +Ġcha sed +me j +Ġri pped +Ġap ar +Ġpa red +ĠCon ference +Ġrecon oc +R ec +ĠM AR +res o +Ġown s +ĠHar vard +RI T +ĠHam ilton +ĠLouis iana +tod os +Ġconsequ ences +ándo le +c ÃŃan +s pr +is ure +Ġl in +Ġst im +... ( +Ġpo verty +co at +Ġser geant +Ġcre er +ĠPe ace +Ġcast illo +Ġcha lk +ĠJan et +Ġtall er +ĠNet work +Char les +Ġcan ción +ĠD al +Ġpart ir +Ġstr ateg +Ġmam m +ĠArk ansas +Ġp av +an uts +Ġe c +Ġfor given +Ġse lection +est ó +ĠP LA +Ġv in +Ġclass ic +! -- +b ath +on ents +Ġall igator +ĠL im +ĠR ot +ard ie +ĠK ay +St ar +Ġsim pl +ĠJoe y +ĠPres ently +Ġconstit uen +Ġtrave led +ĠSup reme +Ġcump leaños +Ġre he +Ġst alk +ell er +ĠP ublic +ĠG riff +Ġver te +Ġap oy +Ġspeak ers +Ġpal acio +Ġfear ful +ĠJos é +Ġobserv ation +Ġexecut ed +Ġphotograph s +9 2 +C la +E AR +in ction +Ġbe am +ac ho +Ġbo ards +Ġsing ular +Ġint ellect +Ġbless ing +Ġdife ren +Ġd ash +ld er +Ġdo d +Ġlift s +Ġwand ering +Ġdistribut ion +ÃŃf ico +Ġf ame +ĠT ar +ĠH il +ĠF ue +but ter +Ġfun ctions +TE N +Ġremark s +S weet +f ine +s pe +ĠB ed +ck er +gu ess +Ġsub sequ +Ġsuccess fully +bro ken +Ġcomed ian +Ġjam ás +Ġleaders hip +Ġemploy ment +p erson +us alem +st ep +ĠN HL +ĠV o +Ġform ing +ĠSc outs +Ġrepresent ative +ĠPap á +Cont ents +Ġsaus ages +Ġgrat itude +love ly +Ġfuri ous +V er +â Ī +ro id +ĠH ills +Ġex cess +Ġstand ards +Ġpuzz les +Ġfoc used +ĠHung ary +Ġnick name +5 4 +E ver +qu it +ak u +com une +Ġinvest ment +h ums +ĠM iguel +Ġcan vas +Ġv ary +ark s +RO G +Ġd ientes +is en +ĠT igger +op ard +ĠD ID +ĠN EW +Ġgl ow +Ġinst ante +Ġconven ient +Ġscho oner +C reo +R og +Ġsil ently +ĠMed al +Ġanno ying +I ME +i ors +Ġf i +Ġr ico +Ġbo iling +Ġri g +Ġacc ent +Ġgen uine +Ġbacter ia +G ina +c é +t ar +Ġof icial +ain ts +ĠO nt +Ġtalk in +Ġsi quiera +Ġpen alty +Ġvi br +rend a +Tr ue +g ies +h ill +ĠT ai +... - +Ġla v +Ġhand y +Ġdifferent ly +Ġsuggest s +ĠPark er +ch in +Ġpe z +Ġmu jeres +Ġhar sh +Ġpare ció +ĠHer bert +Ġrub bed +chan ge +ĠDa isy +Ġess ential +B UT +b amos +Ġs way +ut t +ra ined +Ġr ides +ĠJ ennie +Ġus er +ĠTh rough +Ġlibr os +Ġped ir +Ġexec ution +Ġelev ator +Ġtyp ically +Ġprofes or +ĠS cientists +Ġla und +fe el +Ġpr am +Ġhistor ic +Ġdebut ed +C D +G reg +al ia +un ta +ven es +Ġdes gr +Ġgust arÃŃa +Ġamaz ement +) : +ĠT iger +ó x +Se ven +Ġcart oon +ĠRus sell +Å ¡ +Ġ ic +Ġc rane +ens a +Ġpol ÃŃt +cu ps +Ġprim arily +ĠPro ject +ĠCol orado +Ġ192 6 +Ġlink s +Ġbraz o +Ġencoura ged +lov ak +Ġartific ial +P od +V D +b os +n um +Ġt el +Ġa ñ +Ġha go +Ġme ets +Ġcr ook +az on +Ġpet rol +ĠLu is +ĠRos alie +Fin ally +h ome +ha lie +ĠS em +mo ans +ĠIs ab +Ġvis its +Ġdej ado +Ġllam aba +D in +O ri +g reg +p oo +ĠB ag +ne ys +ĠU pper +Ġapp la +Ġcount en +Ġvest ido +Ġgri p +Ġsequ ence +Ġswall ow +ĠAzerbaij an +roo ge +e qu +h s +Ġman ip +ip op +Ġcor rid +Ġext ract +Ġproduc ing +Ġcell ar +Ġcro ps +Ġmé dico +Ġr ays +od a +ide o +ank a +Ġbath tub +ĠSh ort +Ġden y +Ġdecl are +hum ming +Ġaston ished +ĠSant i +Ġv ÃŃ +Ġpe ach +erv ation +Ġ192 7 +Ġast ero +Ġnap kin +Ġefect o +M W +ie ge +ul se +Ġresult ed +Ġsens es +Ġstir ring +Ġhyd ro +Ġlung s +ĠAth os +5 3 +im et +ch t +ĠB ase +Ġint im +Ġlim bs +ĠDes pués +Aqu ÃŃ +Ġmaxim um +ĠM and +ant ine +Ġfr anch +Ġbar gain +Ġcaball os +Ġbund le +S ame +Ġt ents +Ġw ages +ha ir +Ġb ows +ac ement +im as +Ġcon quered +Ġmom ma +Ġrescu ed +Ġdisgr ace +os is +ad iós +Ġre named +st ed +Ġgr am +co vered +Ġhar vest +Ġobe yed +Ġw aking +Ġm ajest +ort ing +Ġres umed +Ġmod e +Ġfuck in +ĠChristian ity +Ġpha se +F ree +M er +k m +m are +u um +Ġhe ars +ĠI ris +ĠD oc +ĠD yn +ĠR an +ag an +RA C +sp eaking +Ġinj uries +Ġb ugs +ĠD oes +Ġla kes +ind ing +Ġsp it +Ġco ins +cle ars +ĠRo z +ĠGreat er +Ġtim ber +" ... +ĠS U +th y +Ġpe asant +ĠK r +Ġdi j +Com ing +Ġdepart ed +Ġmagnet ic +ĠColomb ia +5 1 +ĠM é +ĠO cc +ff ie +Ġheart y +ĠHar vey +Ġann iversary +Ġmayor ÃŃa +Ġnot hin +ĠJ a +Ġres olution +Ġca ution +Ġed ad +Ġhost ed +ĠpaÃŃs es +Ġdisag re +p osed +ad ers +ĠS HE +ca le +ire ct +uc has +Ġmon itor +Ġread ily +ĠIs abel +Ġpen a +e za +ve land +ĠB ye +th od +Ġv ital +Ġpar ade +ĠEm my +Ġweak ness +Ġdese o +Ġchrist mas +fashion ed +s us +Ġde leg +ion e +ur ther +Ġat en +ĠN AS +pe e +Ġrel uct +Ġ4 6 +Ġswe ater +Ġswe eping +Ġfight s +ĠFin ally +ĠCorpor ation +Ġn iece +Ġmar ble +Ġsign als +Ġhum ming +Ġpress ing +Ġfem in +Ġhero es +ĠFound ation +G ar +Ġt amb +im er +Ġas sembly +ĠSh ut +writ ing +ĠArmen ian +b as +f ood +t ur +in ations +Ġc ran +Ġb ury +ĠA rizona +Ġj unk +ne e +ĠTer rit +Ġratt ling +mum mie +ĠOnt ario +I d +N unca +oo ping +iz ard +Ġmoon light +kiss es +M il +U K +a ire +g om +s un +Ġo ption +ĠS ophie +ĠM ove +ĠA venue +ĠR ow +iv or +Ġass igned +Ġtrad ing +ME D +Ġlink ed +Ġlengu a +f aced +m ia +Ġt as +ĠE va +Ġsp iders +Ġsw ords +Ġdri vers +Ġintrodu ction +Ġancest ors +Ġf ij +ĠC rom +Ġcor ri +RE E +Tod o +ĠDomin ic +might y +L IN +V ict +oo ke +ĠC ow +ĠP ued +ck ed +Ġsur geon +Ġcor on +y ah +ĠK eep +Ġcar ne +ball s +ĠSp ot +ĠBar celona +Ġmyth ology +Ġpurcha se +Ġagric ultural +H aving +i ante +w hel +re fers +ich i +ne o +Ġfact ors +rer s +Ġprepar ations +Ġhy p +Ġheaven s +EA H +M AN +d ah +Ġab rupt +IS H +ĠInd ust +Ġ9 5 +ĠEst o +Ġcollect ing +Ġconv irt +I AN +t ic +Ġt ug +ĠS ac +Ġli ver +ĠBr u +ming ham +ron ic +book s +Ġmes es +Ġbom bs +p age +à ¸ +ĠB la +Ġso vere +ĠK er +Ġtri ps +OU S +Ġattack ing +Ġappear ing +Ġforget ting +Ġsom brero +Ġhambur ger +ĠW ik +Ġatt orney +Ġshall ow +Ġcam in +ĠNor ah +r ors +t é +y on +Ġcan e +ĠW oman +á c +Ġpe ars +ú t +Ġread ers +Ġpur su +Ġhope fully +Ġgrow led +Ġobs erve +Ġdescri bes +Wh ite +ĠFred erick +Ġstreng then +Ġstream s +Ġpurs ued +Ġpand emic +Ġadel ante +W al +d ling +us ión +ĠC rist +du ce +Ġpat as +Ġext inct +Al ice +Ġmir ada +Ġnurs ing +hab ÃŃa +Ġó r +Ġstor age +V al +ĠG y +we gian +Ġcu ello +Ġfound ation +Ġang rily +Ġport ra +ĠTor onto +yr ics +Ġpromin ent +K e +al mente +Ġr ates +em ed +ight s +Ġac he +Ġtape recorder +Ġsoul s +ĠMel issa +f les +Ġt ips +ĠL loyd +ĠF u +Ġor b +Ġpo ems +Ġjo kes +Ġarm ies +Ġ ° +Ġcrack ers +Ġspell ing +Ġoccup ation +Ġach ieved +h our +Ġd ive +ic he +Ġsecond ary +ĠThere fore +Th rough +Ġsig lo +Ġeld ers +ĠJud ge +Ġveget able +ĠRes earch +Ġintern et +Ġbrace let +t ambién +Ġt ier +id dy +ĠS na +Ġr andom +ck y +Ġest rell +bb les +hand ed +ĠOk lahoma +ĠConne cticut +à ª +ĠN igel +Ġred uc +Ġsub t +Ġinte res +Ġprotest ed +Ġpattern s +Ġdisplay ed +N ana +r ace +Ġw ig +Ġn avy +ĠG uer +Ġcount s +Ġpay ment +Ġrock y +Ġbon ita +Ġha w +Ġdo y +ĠD im +Ġcont empt +ctor al +Ġsal ary +Ġass ign +Ġled ge +Ġllam an +Ġthreat ening +Ġshock ed +Mart in +alog ue +l en +ou ston +ĠB uff +Ġpl uck +ĠN ik +Ġdi ary +Ġrep et +ex cept +Ġcor p +Ġpar cel +ĠCol in +ĠEvery thing +Ġhermos o +â ģ +Ġd ose +os hi +ĠD ale +ĠW onder +Ġfact or +Ġnarr ative +ĠRea gan +f olk +Ġr ows +Ġtheir s +lo g +Ġsent ido +Ġ8 8 +ĠCha nd +iam i +ere lla +J uly +re ne +ĠI da +Ġst em +ĠS omething +ĠP A +Ġv ague +Ġcont rar +ĠRe becca +Ġdra in +Ġoper ate +ĠMu hammad +Ġorganiz ations +tick le +ĠFeder ation +M ir +d ies +on ian +Ġhe nce +ri x +ĠT ree +ant ee +ĠSp irit +Ġproble ma +ij ote +Ġsnow man +Ġconcer ns +Ġrub bing +Ġamaz ed +Ġeld est +imp se +s har +Ġb owed +or ge +ĠH oney +ak ened +Ġco ats +Ġ4 9 +Ġ8 5 +Ġfight er +ĠCl inton +Ġmill ones +Ġshar ks +Ġusted es +ĠJer usalem +H ope +le ft +os amente +Ġst ages +Ġcl am +ĠHe brew +Ġmen udo +ale za +Ġcari ño +b aba +f unny +ĠS ho +ĠM it +Ġenc ar +ĠCa esar +Ġparticip ated +Ġfrequ ent +Mag gie +Ġmit ad +u o +Ġt anta +Ġwor ms +Ġres idence +Ġcent ro +Ġsent ÃŃa +Ġpop corn +Ġemp ie +Ġacqu ainted +à³ ģ +௠į +Ġemploye es +E ve +Ġlo gr +Ġover head +ĠGu inea +Ġpun ish +jor ie +Ġpron unci +itud es +Ġsuspend ed +c rash +g imme +s ized +Ġt asty +in ch +Ġhe e +ac to +Ġas om +Ġ( ), +Ġgl impse +Ġmet als +Ġpupp ets +Dan iel +Ġseman a +Ġs oo +st ate +Ġv aya +Ġag arr +iet h +Ġsub stant +Ġcur ly +Ġdoubt less +AM Y +Ġcigaret te +Ġadap ted +Ġh int +Ġj ó +Ġv iendo +ĠD od +Ġbit ing +ient a +Ġhab la +Ġtop ic +Ġpas aba +Ġglo om +Ġopport un +Ġscrew driver +ĠCont in +Ġunivers ities +ĠDet roit +ha lf +no se +Ġha ul +ad le +Ġk no +ig ua +Ġv apor +Ġel bow +Ġfather s +Ġcut ter +Ġmouth s +Ġsun set +ĠRic hards +Ġacqu ired +Ġsig ue +gl ass +Ġgodd amn +Ġproced ure +d rops +w orld +z burg +Ġw ishing +Ġp ub +Ġtr on +Ġro ared +Ġsha res +arr ison +Ġguard ian +Ġinterrupt s +ĠDep uty +Ġa pron +Ġli z +pp a +ĠR ing +Ġdeal t +Ġyell ing +Ġl ump +Ġcon cre +Ġle isure +Ġco b +ĠU rs +Ġcar n +air y +Ġmusic ians +Ġdeter mine +Ġequip o +ĠPitt s +Ġsatell ite +Ġa cept +ĠM all +á st +hes is +Ġhar bour +sha ped +Ġnovel s +c all +ic amente +ĠT ank +ĠM is +ĠW oo +Ġpre cis +Ġch icos +Ġch orus +Ġsw am +che ll +Ġcontrol s +Ġconstit ution +Ġsevere ly +R on +v ate +ul ip +ul ating +ĠW ANT +Ġcha ins +sh ot +Ġinit ial +Ġlands cape +ĠMet ropolitan +à³ į +Ġconcentr ation +Ġelectr ons +ĠWay ne +Ġf oe +Ġl ug +ist oria +ĠN am +ĠK an +Ġtry in +ĠDe an +ĠWe b +igu ió +Ġstrugg led +T is +h ouses +s ince +un ction +Ġ1 000 +Ġpro bab +Ġcomp rar +Ġlong ing +Ġpres um +ru ff +cu ánt +Ġknock s +Ġseg unda +Ġblo ke +Ġneighbour hood +Ġacad emic +Ġfare well +t ook +Ġp aw +ing e +or io +et as +ĠL uego +az ar +Ġmag ical +Ġdeb ido +Ġan aly +il ia +Ġi i +Ġtreat y +Ġdisp osed +Ġliter ary +ĠPear l +l oud +l ims +ĠP RO +Ġper ten +Ġ4 3 +Ġ5 5 +Ġshort s +Ġlleg aron +Ġden ied +Ġrom ance +M orning +S end +Ġn orte +ĠT ÃŃo +ĠR un +iz ado +Ġmat ar +Ġé se +Ġesca p +Ġnin th +Ġhipp o +ĠProt est +F all +Ġst ake +ĠT ucker +ĠC ookie +ĠP el +Ġcr umb +az e +Ġfun cion +Ġspo iled +Ġ8 7 +Ġlow est +Ġpost man +Ġencont rado +ĠForm ula +ĠDak ota +N IK +O ff +p res +or ra +ab outs +ĠE conom +Ġanim ation +Ġsy ll +Ġmed als +Ġadv is +Ġport ray +Ġquer ida +ĠDra gon +wr ite +igen ous +ĠLibr ary +8 6 +J ane +n ia +Ġ ~ +Ġo so +Ġy onder +ut ional +Ġre tain +ĠB umper +Ġpod ido +Ġcal or +Ġfuck ed +Ġexper iments +Ġgust ó +Ġdise ases +ĠGil bert +ĠIsa ac +no men +id ar +st raw +ÃŃ rit +Ġext ensive +Ġvol unt +ĠSe an +Ġbas ement +Ġfort night +Ġtim id +Ġforbid den +K ill +M Y +P ap +in cl +Ġs ulf +Ġst all +ro xim +ĠM A +ĠG on +Ġpre mie +Ġdes ay +gr itó +Ġdec re +Ġhab lando +Ġmet ros +Ġdar ing +Ġfund s +Ġvig il +ĠJenn ifer +P ooh +k n +p ower +Ġp is +at amente +ĠB oo +ĠD ol +ĠG ill +form ation +Ġtri ump +Ġboard ing +D IS +M C +b ian +v io +Ġa ven +Ġb ake +Ġp iss +all o +ĠP AR +Ġgr itó +Ġbr ut +Ġdis put +ĠV amos +Ġexp ans +ĠGrand mother +ĠCent ury +Ġamount s +Ġexcited ly +ĠIran ian +A ir +l iness +r ub +Ġd ots +ĠR at +Ġex ter +Ġover whel +Ġam mun +ient s +Ġpres erved +ĠMar got +ĠSte wart +Ġbutter flies +mark et +Ġqual ified +? , +er ness +Ġl ament +Ġch ums +Ġche wing +Ġscream ed +Ġrout ine +War ren +ĠImper ial +Ġsuperfic ie +ĠS no +ĠJ in +Ġover board +Ġreal idad +Ġya wn +Ġpay s +ĠAh ora +plic ó +Ġneut ral +B rit +l ies +Ġt ies +Ġsh h +Ġrec y +Ġfar ms +Ġ192 5 +Ġconv ince +ĠMon te +ĠWaz ir +B est +Ġs ill +ed i +ay ed +am ous +ien cy +Ġhel m +ĠMar ian +Ġrequ ires +Ġllam ar +ĠCo le +Ġbull shit +ĠTy ler +Ġeleg ant +ĠVis it +Ġammun ition +L ady +c ence +Ġl em +Ġin m +ĠT ag +ĠB rig +ab s +ĠF arm +Ġcr ushed +Ġra pe +Ġsl iding +TEA CHER +Ġtom ó +bl ow +entle men +Ġpopular ity +fin ished +Ne ither +ĠMars hall +Ġbelief s +Ġpup ils +Ġguar antee +Ġs han +Ġse mej +Ġsu ave +Ġsu puesto +Ġbo ast +HE N +ĠWith out +Ġstock ings +Ġgrav ity +H ear +w yn +Ġe agle +ĠC raw +Ġsu nd +Ġcour ts +Ġsequ el +ĠIce land +cill or +F ue +P ull + º +Ġm ie +an che +ĠE th +Ġro pes +gg otty +Ġesc rit +Ġwel com +Would n +Ġrot ten +Ġfoss il +Ġacknow led +ĠConstit ution +ci an +Ġag it +te e +ĠK id +Ġra is +ĠMiss ion +Ste ve +Ġzap atos +Jan uary +Ġcounten ance +% . +C oll +G ordon +ĠA dele +ĠR idge +Ġpart ed +Ġcol ores +omb ra +ĠCat al +ĠBrook lyn +J ess +v room +w en +Ġf en +Ġf ist +ĠH umph +um en +Ġpl ato +Ġplay group +Ġwork er +Ġcr im +ĠTH INK +Ġlock s +Ġpin ch +S y +W onder +p al +Ġr ider +ĠR oland +ard e +Ġmo ist +Ġflo at +Ġcoll abor +Ġexam ine +Ġargu ed +ĠC lyde +ĠR y +av in +og a +vent h +gu ro +Ġsleep s +Ġ192 2 +Ġmov imiento +Ġej ac +ĠCla ire +ĠCra ig +C r +es y +Ġf ug +or r +ĠB ot +ant on +il us +Ġab rió +ĠF al +ind eer +ĠCh uck +Ġbus ca +Ġbird ie +ĠFin n +Ġcolon ies +T ING +Ġde ed +Ġpr ud +Ġmin ing +Ġcour ses +Ġhum ble +Ġblock ed +reg on +Ġspot ted +Ġdefin ition +Ġborrow ed +Ġber ries +9 3 +G irl +m ot +p arent +Ġw ider +ic ine +ul ars +Ġad j +ĠSt orm +Ġmar ido +Ġcond em +Ġder ived +ĠMil an +Ġfac ilities +ĠDra ke +Ġw ont +Ġno od +Ġk it +ig os +pp en +ĠG IRL +Ġmar ching +ĠAl b +Ġll eno +Ġ7 7 +Ġru ins +Ġdic en +ĠOri gin +Ġhal ted +n atural +p ic +ĠI an +Ġcom ido +Ġmin er +ific ations +Ġesper ar +ĠJoy ce +Ġassemb led +M ira +Ġg ale +ĠP R +Ġ19 18 +Ġpat io +Ġcheer fully +Ġbend ing +Ġmol est +Ġanno yed +ĠUt ah +Ġbew ild +he nd +on ing +ĠC ad +Ġrece ipt +Ġseñor ita +Ġpan el +Ġappet ite +! , +A in +m ad +y ect +Ġw ires +Ġpl acing +Ġsy n +Ġprop ia +Ġsend s +Ġang els +Ġcorrect ly +Ġwrest ler +Ġfundament al +ay an +Ġst ored +ĠSt at +Ġhar é +Ġpri ests +Ġvac uum +Ġnecess ity +ingu no +Ġtort ure +Ġquant ity +osaur us +w ord +Ġp aws +ĠS ports +Ġ" ¡ +Ġpen nies +Ġpost ed +Ġspread ing +Ġclient s +Ġaleg re +W ELL +g el +s im +Ġre loj +ĠP enny +Ġr amp +iss y +Ġimp os +ĠCar ib +Tr ust +Ġcaut iously +Ġexhib ition +M uch +Ġ iz +Ġg amb +Ġbe ad +ill ery +nt own +Ġcu éntame +Al most +Ġreco ll +Ġpretend ed +Ġfant asy +S anta +Ġhe ed +ĠL amb +od ed +ud es +Ġspe cul +Ġsort ed +ips y +bour g +Ġmuñe co +D em +L and +Ġp úbl +Ġab st +Ġjust o +Ġman z +ap an +Ġpe arl +Ġfoot steps +ba a +ĠSc out +Ġdiv isions +Ġprop io +ĠAm érica +Ġprogram ming +ĠAng ela +Ġstruct ures +Ġamig a +Ġbol t +ĠThanks giving +Ġbusc ando +P apa +Ġf oul +ir ie +Ġre n +ĠS E +ĠM aine +ĠC os +Ġqu iso +ĠL en +Ġor phan +." ] +ap orte +Ġag rade +Ġam pl +ĠNor wegian +Ġemer ged +nam ents +walk s +Ġconscious ness +ĠAud rey +N umber +z ando +Ġde ja +Ġnot ion +ol ia +ĠG OT +Ġhat es +Ġclean er +ĠPot ter +ĠT amil +ce ler +ĠH O +ĠR aven +ĠE agle +fe et +Ġag uj +ond o +cl im +Ġres erve +Ġsy nt +Ġref rigerator +ĠQu ijote +Ġdesign s +Ġsle nder +Ġtechn ique +ĠNav idad +Ġc ó +ic i +ĠT HERE +il and +ĠH and +Ġdes con +Ġsha ft +Ġsw itched +Ġobject ion +Ġabs urd +Ġpon ies +Ġkn ives +Ġwebs ites +Ġslee ve +ĠThom pson +p ies +s is +as i +as ha +Ġwe pt +ass y +ff in +Ġthought ful +Ġsur f +Ġcons ol +Ġ5 8 +ĠNew ton +Ġma iden +Ġpens aba +Ġllam ó +Ġ192 4 +ad ar +ĠA aron +ter m +Ġag gress +Ġplay ground +ull o +Ġlong ed +ĠMa isie +Ġgen etic +Ġ192 3 +ĠMor ris +ĠEr nest +ĠPal est +Ġelder ly +Ġmole cules +ĠBir mingham +Ġlaund ry +Ġfranch ise +Ġc av +Ġb ully +Ġbe et +Ġde e +ĠT ib +Ġwhere upon +Ġmis under +Ġpar allel +ĠMin istry +Ġcant idad +Ġcalm ly +M R +M ight +r amos +ac re +ĠD uc +ry n +Ġmis ery +Ġsign ifica +Ġdiagnos ed +Ġc rest +id ency +Ġst ing +ĠA irlines +Ġr idge +ĠW right +ĠO z +Ġwho lly +Ġper rito +ĠY e +amb a +Ġsick ness +Ġcuent as +ánd ome +Gu ys +Ġdism issed +B rian +al g +Ġwas ting +ĠP ep +ĠP hoen +ud y +Ġtr unks +ne um +co g +Ġcur se +Ġopp onent +Ġsac ar +Ġpack ing +Ġcompl iment +Ġprevent ed +à¥ Ģ +Ġsink ing +empor ary +ĠNapole on +m at +Ġc rib +it ical +hat tan +ir i +ir ies +ĠM ason +Ġas es +Ġal umin +ĠD up +Ġab ol +ĠSm all +ĠSec urity +Ġjó venes +G ra +f rog +he ard +Ġre pt +se en +ĠN orte +Ġsl im +Ġreal ise +Ġcons isted +Ġ8 6 +Ġvent ured +Ġflag s +Ġsor prend +Ġprinci ples +ĠR ush +Ġro ja +ens on +ens ions +Ġcomm enced +ows er +Ġsent iment +Ġcam eras +Ġlim its +Ġcivil ization +ĠOs wald +ĠBat man +Ġrejo ined +ĠPic ardie +ĠWall ace +Em ily +ĠRail way +Ġignor ant +Ġmead ow +ac as +Ġn u +ro be +il ight +ab as +th ings +ĠN ar +ĠR ena +Ġreal mente +Ġpast el +ĠLu cia +ĠAre a +Ġjew els +Ġdeput y +a ired +t ri +ha ving +Ġm ates +ĠS ER +ĠM iami +Ġtr ata +Ġbl anc +ors hip +Ġob ra +Ġpen is +Ġplant as +Ġsigu ió +ĠPlay Station +Ġstir red +Ġdelay ed +Ġpaj ar +Ġplung ed +Ġbask ets +i op +Ġh ice +ie val +Ġj azz +ĠF ine +ess a +che e +iver ing +Any body +Ġba a +Ġnomin ation +Ġterrit ories +Ġsav ages +Ġcheap er +ĠPun jab +L adies +re pe +Ġw ander +Ġc ategory +ĠS ud +ĠM P +Ġgo b +Ġthought fully +Ġnever theless +Ġbarrel s +R EN +r ise +it ic +Ġf rench +at ra +Ġe fficient +Ġher mit +od er +Ġpol ar +ĠTh ink +Ġ7 8 +Ġmain tained +Ġpot tie +De cember +ribut ed +ĠRos am +b ug +k an +Ġd uer +ro ar +ĠM aced +ĠF all +ap se +Ġco ke +Ġpor k +ale b +gu nos +Ġexp lo +ĠSha ll +Ġcrack ed +ĠRhod es +F OR +b elt +ic ular +ĠT oy +el and +ÃŃ g +Ġba ñ +Ġmurm ur +Ġrhy me +J on +L ING +Ġm all +ĠT ierra +Ġ19 19 +Ġmar ine +Ġsna il +US E +Ġengage ment +3 00 +M u +c f +Ġm oss +as a +ĠP ir +ĠP uerto +iz ación +Ġ9 7 +Ġdiv ine +ni ques +ĠFore ign +Ġcaval ry +! _ +r ose +it us +ri ved +ĠE L +Ġwhen ce +ud der +Ġbr ow +ĠBr os +ĠDe rek +Ġass ess +Ġconf ront +Ġgener ations +Ġprodu ces +AP P +Ġtrad itions +Could n +Ġsuppl ied +Ġcog ió +Eng lish +Ġnegot i +Ġequival ent +) } +B ER +c ough +f ia +s peech +ĠE arly +Ġdr ums +Don alds +Ġdet ailed +ĠEd ith +isten cia +Ġremo ves +Car oline +LAU GH +Ġopportun ities +D ur +b ach +d emon +Ġd ensity +Ġin ject +le e +ĠF ried +Ġchan nels +Ġsl ides +Ġsw ings +Ġbeaut ifully +Ġesc uchar +Ġtit led +Ġpra ised +Ġspecific ally +Ġmonta ña +r ust +ou ched +ig i +Ġfl ip +Ġtan ks +Ġrevol ver +ĠCle veland +Ġcaf é +P age +l u +ĠT erry +ĠB ureau +cl oth +zz le +rit z +atter ing +ĠMal ays +5 2 +F ar +M ur +Ġc ien +ĠC AR +Ġj et +ĠD imitra +ĠK al +ob re +Ġra id +Ġatt ic +Ġremember ing +Ġsun light +Ġden omin +ĠGeoff rey +h ombre +z i +Ġo ÃŃ +Ġbe gg +ĠC ock +Ġj a +ig ation +ĠD ig +Ġel abor +pr ints +Ġver ano +ĠNat halie +Fuck ing +ĠNob ody +Rog er +Ġb aked +Ġl y +Ġl yrics +ot y +Ġme lt +Ġup ward +one jo +Ġpro c +Ġsp rink +Ġfl ashing +Ġreg istered +ndo le +ĠSc rooge +bu ilt +Ġod ds +hun h +Ġemphas is +6 7 +ĠH omer +ĠJ asper +Ġcomplet amente +Ġperforman ces +Ġneighbour s +Ġbor ne +ĠDet ective +ĠTele vision +ĠEX P +ĠCommun ist +Ġscramb led +g osh +ĠM ong +Ġv ieron +ĠFl oss +Ġgar ments +Ġfre ak +Ġwret ched +f u +p ción +ro c +Ġfr act +Ġsh rill +Ġpod ÃŃan +Ġess ay +Ġtast ed +Ġapplic ations +Ġpurcha sed +ĠJam ie +CL I +C am +r ide +Ġt ér +Ġw i +ha la +ar med +Ġg ast +ĠS uddenly +ĠH ouston +Ġgr asped +Ġcomp elled +de re +eg ro +ĠFr ost +grim as +Ġparl or +8 8 +S A +S eptember +Ġl ined +ĠM orning +ĠC L +Ġcom ún +ĠE ver +ber n +Ġres ent +ons in +po ca +ĠOr leans +Ġmatemát ica +Ġconfess ed +Ġswall owed +Ġconstru cted +Ġcollea gues +S R +Ġd ame +est os +if ting +ĠD aw +ĠF ROM +Ġround s +Ġadv ise +ĠMa id +Ġener gÃŃa +ĠOl ive +Ġbetray ed +C ON +P ass +W ater +e ye +Ġt aps +Ġc j +Ġl ace +out side +Ġcon duc +Ġman us +Ġroll er +cont estó +Ġdram atic +N orth +h oney +Ġb ols +Ġth ine +qu ina +Ġme z +ĠH ud +Ġv alle +Ġex clamation +ag en +we ed +rill iant +ĠMus lims +Ġtrick y +Ġgest ure +K ay +Ġf ib +ĠN emo +Ġle e +Ġun ited +ci eron +ĠIn f +Ġhab its +Ġste pping +Ġpens ando +SI C +Ġprepar ation +Ġoccas ional +Ġimpress ive +D ick +Ġd uro +Ġre vel +Ġli ger +Ġpre ci +Ġcomp ens +ĠSp eak +Es pecially +whe el +ĠBalt imore +ĠAun ty +Ġbe ats +cl ap +Ġref res +Ġquick er +ĠCl ay +nde z +Ġgovern ments +Mum mie +Ġgall ant +Ġtor ped +Ġchuck led +Ġvolcan o +Ġreject ed +Ġcateg ories +Ġmamm als +b od +t ice +st ic +ĠB ark +Ġsm ugg +Ġ5 2 +Ġph ones +uss ia +Ġsqu ares +Ġbusiness es +Ġdest ination +Ġeduc ational +Ġinit ially +Ġemot ional +Ġ1 20 +ort al +Ġpr ints +ft en +let ub +Ġbad ge +ĠGr im +Ġenc ounter +ĠCha mber +ĠEst her +ĠBet ween +Wh oo +Ġnar an +Jul ia +Ġoct opus +Ġañ ad +Ġto c +ab l +Ġv ot +ĠR oxy +ag raph +ĠTr ust +rel ated +RE AM +Ġguard ar +Ġconce aled +Ġayud ar +Ġwealth y +Ġphe nomen +Ġconcre te +9 4 +P oss +s in +u ve +Ġd ances +as hi +Ġin con +ĠC roat +Ġv ul +ĠO range +iv an +do lly +be gins +Ġcor al +Ġpat o +Ġtele visión +cent ury +Ġprotect ing +Ġprocess ion +Ġráp idamente +Ġcompañ ÃŃa +ĠIndones ia +Ġconstituen cy +U gh +in tend +Ġover se +ĠBr on +Qu iero +Ġyo gh +Ġ8 3 +Ġmas ters +Ġpeas ants +Ġgradu ate +ĠJeff erson +Jos eph +Ġclo ak +Ġminim um +B ern +b unny +t ap +oo gle +ri gg +qu ite +Ġdo ce +IN T +Ġpre ca +ang a +Ġsc ent +Ġuh huh +vel t +Ġfree zing +ĠEd mund +ĠDan ish +Ġperiod s +âĢ ¢ +ĠPrem ier +L ee +Ġt ÃŃ +Ġd ieron +ĠT reat +ĠM amá +Ġun w +ĠV as +cc oli +Ġvill ain +Ġing red +Ġrequest ed +ĠEv ans +Ġembarrass ed +U r +b ah +ĠH ero +ĠH ugo +Ġla go +ang o +Ġrest o +rom ise +Ġstar ving +Ġghost s +Ġjue gos +Ġadvert ising +Ġerr and +ĠAra bs +Ġannounce ment +Ġrehe ars +d ic +Ġp ongo +ĠT am +Ġan ime +Ġall eg +ĠG arden +Ġun emplo +Ġar oused +Ġsent enced +Ġext rem +Ġhun ters +Ġsegu ÃŃa +ĠIsrael i +ĠKe ith +ĠCamp bell +Ġbond s +ĠConserv ative +ĠIv án +Lie utenant +R uth +ĠS um +ĠM uch +Ġas pir +ĠB ou +ĠD ory +od dy +Ġwor rying +Ġve inte +Ġdi jeron +Ġtre asures +Ġlady bird +isc onsin +Ġqual ities +Ġrasc al +Ġhosp itals +E res +r ons +re my +et ry +am ite +ĠD ob +ĠJ our +Ġback ward +so on +Ġhand ful +ress ing +Ġve c +Ġprot ests +Ġdiscuss ing +Ġge omet +Ġnic er +soft ly +ĠCarib bean +H y +Ġst amps +ort ion +we alth +Ġcar acter +Ġtra gedy +ica w +Ġret orted +Ġdist ancia +Ġprom otion +Ġclass ified +Ġdisc rimin +ĠAb d +Ġesp ada +Ġrelations hips +Ġcustom s +ĠFr ont +Ġescri b +hors ie +Ġex it +ĠO regon +No vember +Ġper ros +Ġbuild er +ĠEr nie +Ġsque ez +Ġ���� ���� +Ġemot ions +Ġquiz á +Ġsint ió +ĠVenez uela +D ios +n ity +w ight +x ico +Ġto xic +ĠM ey +est ly +ĠL E +ĠN umber +Ġro oster +ĠSt adium +Ġlist s +Ġclass ification +Ġesp acio +Ġtemper atures +Ġdemand s +iert os +N i +c ookie +m ist +in et +Ġw are +Ġm ing +Ġp az +Ġse ctions +ĠM ec +ter o +Ġwr ath +Ġche ers +ĠDe velopment +Ġhur rying +Ġid le +Ġpain s +Ġtermin ado +dis play +Ġacab ó +Ġaccur ate +Ġtherap y +nat ured +N a +Ġc unning +at meal +el ius +Ġsh ores +ĠN ature +ĠK am +Ġass hole +Ġdisc ont +ĠArmen ia +ĠLiber al +Ġtob acco +A V +ver ing +Ġde fect +ul us +Ġpro vo +ĠV II +p ast +Ġc oo +Ġn ive +ĠG U +Ġbr isk +Ġtri gger +Th us +AS E +Ġextra ño +Ġhunt ed +sho e +pent er +ĠGab riel +raf ÃŃa +M ine +S outh +t t +Ġthe ories +... ! +ĠG ob +ĠL or +Ġpr ick +oc ation +Ġwild ly +Por que +achel or +Ġcomment ed +Ġmos quito +U se +he ro +us ions +Ġqu itar +ĠThe atre +Ġsp onge +Qu ién +wh ining +ster n +Ġaut or +ĠAN Y +Ġdefin ite +Ġkilomet ers +ĠFif i +Ġsufic iente +icaw ber +C alm +M ac +M olly +b ound +x ual +Ġw ob +Ġf ag +Ġy ay +Ġn ib +Ġen sure +Ġcomp are +ib i +Ġfar ming +ĠTh ird +Ġrest less +umb ers +Ġscar let +kiss ing +Ġcandid ates +Ġwelcom ed +B a +w ife +Ġs am +ĠS EE +ĠP om +ear ly +Ġro bbed +Ġbl ade +Ġcr unch +Ġpor qué +Ġprom ote +Ġbas in +ĠSha w +ĠComm and +Ġdesign er +Ġtech niques +Ġhistor ian +T a +f old +g od +v ich +Ġ ÃŃ +Ġa uth +Ġl oop +Ġbl anca +Ġcu ch +Ġexp ense +Ġmid ship +Ġcult ures +Ġaccident ally +ĠChe ster +Tod os +ĠHol mes +Ġalar med +ĠTai wan +A un +L isa +o ink +Ġf ain +Ġwe eping +ver dad +op er +Ġv olleyball +ĠW atson +itt e +ps hire +Ġbus es +ple te +Ġins pe +Ġorgan ic +ĠRob bie +T onight +d iv +r ina +re moves +Ġf itting +ĠM ake +ĠH ood +ĠP hys +el ig +ĠL uther +ble m +ĠY am +ĠDe ad +Ġimp lement +Ġsy nd +Ġsum mit +Ġhuman o +Se ems +Ġfre ight +sm all +Other wise +Ġflu id +ĠBeng al +u ces +Ġs izes +Ġthe ore +Ġm are +Ġg y +Ġhe ir +ĠA ch +ĠA bb +st ad +ard ed +pl ed +ip h +Ġmar vel +Ġimp res +Ġsince re +Ġpri zes +Ġnue ve +Ġrob bery +cur rent +Ġaspect o +E lla +j ero +Ġre ass +Ġan ts +ĠE thel +Ġdes erved +Ġca ñ +Ġcha mp +Ġsl id +uss ian +Er ic +Ġcal f +uest o +ಠ¿ +Ġtour ist +Ġscar f +Ġur gent +imit ates +pron ounced +mel on +9 1 +O ctober +t ienes +Ġt ama +ĠS n +ĠS ic +Ġfl owing +Ġhuman ity +ij i +Ġsitu ations +Ġinvestig ate +ĠLab or +Fe bruary +Ġros y +Ġlux ury +Ġcorrid or +re ro +Ġe y +ĠA ges +Ġj aw +ĠJ ung +omet er +Ġcar avan +Ġcap s +ev a +Ġ192 1 +Ġded o +Ġdemocr acy +Ġaten ción +r ÃŃ +es c +ĠL am +ose velt +Ġtw ink +ile en +Ġter rified +ĠLe ader +ĠPe ggotty +Ġsuccess ion +ÃŃn ea +Ġpark s +Ġdent ist +G B +f il +y ers +Ġ Å +Ġm ens +Ġf ret +Ġha ga +ac ie +ĠB unk +ĠL iz +ĠL anc +Ġer u +Ġper ple +Ġra pper +ĠQue bec +Ġtent h +Ġdere cho +Ġloll ipop +display style +D ude +F el +r ong +ed ee +st orm +ĠC ub +uck s +Ġhand led +ara je +Ġbu rial +LO W +Ġviv o +ĠDar win +B ir +Ġ ]. +ha ired +Ġy ep +ĠB enn +ĠL em +ĠN ice +unt il +ĠTr ue +ĠHam pshire +bel iev +Ġenorm e +Ġgreet ing +Ġinstit ution +R et +R oy +g ó +h r +er ts +Ġf lex +Ġl oo +ac eae +ĠW isconsin +Ġar sen +Ġnow adays +Ġsc outs +Ġspe cially +Ġpie l +Ġev olved +Ġstrong est +ĠEd in +hamm ed +ĠFel ix +Ġiz quier +N ick +qu iet +ĠH ur +Ġal k +ĠE ffie +Ġplay a +Ġsm ashed +Ġcol um +Ġflo ated +Ġ5 7 +Ġref lection +ĠMan hattan +Ġjud ges +Ġfac ility +Ġcommunic ate +ĠHung arian +Ġconqu er +Ġrecuer do +Ġlob ster +6 4 +Ġme ow +é mon +Ġgu id +Ġfew er +Ġart istic +Ġgra ves +Ġigno re +Ġslee ves +Ġtig ers +Ġpanc akes +R AN +R ock +Ġf ishes +or al +Ġest é +ĠK ra +Ġll ena +ĠPer ry +Ġvers es +Ġtravel s +Ġfel ic +VER Y +Ġfra ud +T al +r unning +Ġp ills +Ġen able +ĠG ib +ĠR i +ĠE un +fe ld +Ġsent ado +Ġcho os +Ġev acu +ĠEx cuse +âĮī ? +Ġbound ary +Ġcontent ed +Ġpersu ade +Ġp ail +Ġh ol +ĠS ound +ĠM ember +ĠB lo +Ġcon c +Ġpe ek +Ġcar b +Ġcr adle +Ġé poca +Ġlleg a +Ġesp ÃŃrit +Ġcraw led +Ġt umbled +is ms +es pecially +th ought +ans om +oc he +Ġsl ain +che on +Ġri fles +ĠCha mpion +ĠCO MP +Ġacerc ó +Ġatom ic +sne ezes +W AY +Ġto car +im mer +est ra +In stead +Ġpas os +Ġcant ar +Ġox id +Ġcin ema +Ġdiamond s +ĠVin cent +Q U +p our +t ouch +Ġj ab +Ġsa po +ĠL isten +les ia +Ġ4 1 +Ġfire place +Se ñor +ĠSy ria +ĠDis co +Ġreve al +ĠGree ks +Ġprecip it +Ġspaces hip +ĠAff airs +R U +] âĮĭ. +am is +Ġsu fr +Ġco ordin +Ġele f +Ġ8 2 +ING S +Ġsufficient ly +Ġestablish ment +ĠWalk er +p icious +Ġf ury +Ġg araje +ĠA hm +ĠB renda +ĠH undred +ĠW atch +Ġbo iled +Ġcl apping +orn s +Ġbelie ving +Ġfu i +Ġbright ly +Ġcirc ular +Ġtor ch +Su ppose +Ġbuen as +Ġdistingu ish +j es +Ġb ats +Ġre nder +Ġre indeer +ĠT rent +ĠM ust +do ggie +Ġte as +act s +Ġra gged +ĠBr itt +Th irty +Ġav an +light s +Ġagric ulture +Ġdetermin ation +B on +G ran +s ets +om ers +Ġr osa +ĠF BI +ĠR ag +Ġ19 17 +Ġcr ush +Ġi ii +ठ° +Ġphys ician +ĠLuc as +Ġattend ing +Ġfan ci +ĠNich olas +demon str +B us +F ore +Ġs iege +ar ound +im ming +ĠW ant +Ġac celer +ib a +che ck +cle an +ĠEx pl +Ġabsor bed +ĠMaur ice +C le +Ġe rect +ĠD ear +ĠThe odore +Ġcl as +Ġcu ya +Ġincl in +play s +ĠEdin burgh +T ON +e nder +ĠG rey +Ġbut cher +Ġ19 00 +ĠK u +Ġam able +IS S +Ġsal ido +Ch ief +Ġrespect ively +Ġchem icals +ÃŃcul o +Ġescri bir +Ġdeliber ately +is elle +ar ra +at iva +et ies +Ġret ir +arl as +Ġtea pot +Ser iously +Mus ic +N at +Ġbe ak +Ġde most +ant h +ol in +Ġsu pre +what ever +uck ing +Ġlim b +Ġfurn ished +urr icane +J ER +b one +l aces +Ġa ument +Ġm akin +ick ers +Ġlo co +Ġcl asped +Be ing +|| || +Ġreco very +Ġequ iv +RE AT +ugg age +Ġscr atched +Ġpray ed +Ġexpand ed +ĠOt tom +App arently +Ġrend ered +P atsy +s hire +man ia +Ġtra itor +Ġsign ature +Ġbas es +ĠSam my +Ġdefe nder +ĠSan cho +Pl us +Ġconoc er +Ġscrew ed +Ġhue vos +Ġtomato es +Ġwhar f +i ven +Ġs os +ha us +Ġy acht +im ately +ĠT un +ĠC ob +ab ul +Ġser p +Ġsc ores +Ġres ort +Ġrep ent +Ġ7 2 +ĠRos ie +Ġscream s +Ġwitness es +Ġtransl ation +Je ff +Ġsecre to +G reen +Ġm use +Ġe chó +ĠB ran +Ġqu ote +Ġj eep +Ġpl ains +ink er +Ġar cher +Ġsl ack +Ġsl ipping +mo on +ĠFran cia +Ġdar le +Ġglad ly +Per fect +Ġpred ict +Ġcontinu ing +imp iada +Ġcolon ial +Ġfascin ating +s itting +Ġt ha +Ġd anc +et on +ay er +ly mouth +ĠS ciences +ĠB ennie +ĠH istor +art en +ĠL anka +Ġhar ness +Ġhigh chair +ĠNe il +Ġbitter ly +oz co +Ġdepos it +Ġatra ves +Ġconver ted +P ort +T ube +] [ +y uck +Ġb ait +Ġy ucky +ĠH az +ĠL ux +ĠE ight +are st +Ġam using +Ġhand ling +ĠV ie +Ġdi ver +Ġsk ating +Ġwind ing +Ġpat hetic +ON G +ĠEst á +Sure ly +Ġchap el +Ġrasp berry +E at +N ina +b ic +w ig +out ing +Ġche ating +Ġaqu ellas +Ġsub ur +ĠWe re +ĠCl iff +Ġton o +Ġpus ieron +Ġsuccess or +Ġfu ese +Ġsusp ic +thod ox +J apan +g al +Ġg ee +Ġcon ve +Ġwor shi +iz ations +Ġpre l +Ġatt ach +ĠIs n +oub ted +ĠEs pañ +Ġtour ists +Ġsens ation +low ly +Jim my +ĠCors ario +B as +T ur +ĠC ort +Ġall ey +na ughty +ĠHe in +Ġback ed +Ġcr ashing +put er +Ġsent ences +Ġesc ort +ĠNot ting +iant es +Ġpers ist +Ġtow ers +Ġdesper ately +ĠArab ia +Ġexha ust +Mat thew +J ason +ha sta +Ġha lt +ĠS port +st uck +Ġj est +Ġatt ent +Ġcas as +sha ke +ĠAd mir +Ġconsider ably +Ġsouth western +Ġmass es +Ġsymb ols +ĠRon ald +Ġlá grimas +Ġski ing +ĠT ig +ĠP ablo +Ġne gr +Ġlo af +Ġag rad +be at +amp a +Ġmon ument +Ġsent ir +cu ador +Ġcre es +Ġreco ger +Ġmer rily +Ġarri ving +Ġaspect s +Ġcarre ra +ĠMist ress +Ġsummon ed +Ġrhyth m +t aken +Ġs ins +ĠI l +el os +ig hed +Ġsh rink +Ġsh irts +Ġes pect +Ġper pet +go ld +br umm +Ġpol o +bo ards +Ġtre acher +Ġpar que +att ie +ĠCor ps +Ġcraw ls +isher s +Ġpup il +út bol +F A +Y EAH +c ad +Ġa imed +Ġf ri +Ġp ude +Ġre verse +ĠH em +Ġsa fer +Ġcomp rend +ĠV at +ob o +Ġlight ing +Ġ7 6 +ric ia +Ġvan illa +Ġwhis pers +Ġmeas uring +contin u +iped ia +ĠHawai i +C ast +Ġst ew +ĠT AL +ce lla +Ġsal a +Ġ8 1 +Ġconst ell +Ne il +ĠMont real +ĠOther s +Ġheav ier +ĠDun can +Ġmarvell ous +speech play +n ell +o qu +Ġa ra +st art +if ies +Ġcr iter +ĠY outh +og án +Ġsl ed +Ġsuggest ing +draw s +Ġbru ja +Ġcoco on +Ġtroll ey +g re +ĠH oo +est án +ĠD VD +Ġch rom +aut ilus +Ġbur g +Ġven ÃŃa +Ġsecret ly +Ġban ned +Ġsitu ated +ĠMad ison +ĠColl ins +Ġhy pot +ĠMel bourne +Ġwhist ling +ĠIllustr ated +ĠMun ich +Whe ther +ĠTerrit ory +f an +f ar +p izza +Ġs hat +Ġd ated +Ġd iving +Ġbr ushed +ĠV III +Ġprom ises +Ġtrans mit +Ġrece iver +Ġclos est +ĠEr in +ĠBarb ie +ĠSpen cer +M od +t em +z ada +Ġa plic +Ġli ar +ĠL ive +Ġac ord +Ġmot ive +Ġmel ted +Ġpip es +Ġdepth s +Ġproport ion +L aw +p ad +id able +Ġj unt +ĠP ay +ĠE than +Ġland lord +Ġsett lers +Ġproud ly +Ġrout es +Ġhabr á +b ub +b ank +h n +Ġse aled +Ġim plic +olog ÃŃa +ices ter +Ġmess ed +Ġdra gging +Any one +Ġsatisf y +Ġstorm s +Ġvuel to +iction ary +Ġdere cha +ĠMod ern +Ġfest iv +onom ous +ĠHud son +ar ter +ic ios +Ġli king +ĠB ulgar +ge e +ĠW ILL +ide z +Ġtr aces +Ġwin ners +Ġpar agraph +Ġlay s +Ġ16 0 +net te +Un fortunately +ĠJe remy +Ġdisp ute +ଠ¾ +Ġaccompl ish +Ġschol ar +A ME +M ajor +R om +Ġc ier +Ġd imin +Ġp iled +Ġl uc +ĠI d +ĠS ign +ĠA ub +cl own +let t +row s +Ġimp uls +Ġni ñas +Ġtem ples +ĠAng ola +Pl ot +EV A +Ġlemon ade +ĠBroad way +ĠNathan iel +. ), +D i +l ic +ĠM ills +ĠW on +Ġun lock +Ġam bit +Ġcontin ent +Ġmad era +Ġsle igh +Ġexceed ingly +M ont +Ġd arted +Ġp ong +Ġst are +ĠC ro +pp et +ĠE instein +ag os +Ġro be +Ġrun ner +Ġabs ol +Ġpad dle +ĠBelg ian +Ġenfer med +Ġgrac ious +Ġtrump et +p aste +Ġo ye +Ġin ex +ĠC ry +est yle +th irty +pe as +te le +iss ance +ens ión +cu entro +Ġform at +Ġresp uesta +ĠTHE Y +Ġpresident e +Ġrul ing +Ġrecogn ised +Ho ly +pol is +Ġarr ast +ĠRober ts +cray on +MED IA +p resa +t res +er ies +Ġl uggage +ĠS lo +th day +Ġtr am +ĠV egas +Ġche f +Ġ5 4 +ठ¤ +ert as +Ġremain der +Sp eak +Ġcontinu ous +ĠOw l +Ġconsegu ir +h it +h ide +s ame +Ġp issed +ĠM icawber +ĠC and +ĠP in +ig inal +Ġen ga +ĠR ico +Ġtw inkle +pl ate +ĠUn iverse +Ġdec ades +ĠDe bbie +Ġaqu ello +UR E +Ġappro ve +letub bies +Ġfanci ed +H ell +Z oe +h ou +u ñ +re as +Ġf aded +Ġp ones +Ġin ev +om es +Ġde bo +ist o +ĠFran z +att empt +Ġwarm ly +Ġquie ren +tr ack +Ġuncle ar +ĠAnn abel +sn iffs +C ount +V IR +e gg +w right +on ne +Ġp neum +ĠI ron +ĠM unicip +ain ty +ĠD C +em as +Ġsp ank +Ġpart ially +Ġra v +ĠMar ion +oun ces +Ġpick le +ĠGer va +Ġ6 8 +Ġtu yo +Ġcast ing +with out +Ġllam ada +Ġflight s +Ġtooth brush +Ġtorn ado +ĠLeon ard +Ġpelig ro +F riend +e rest +f al +Ġt ad +is ons +Ġf ÃŃs +Ġp unt +Ġn inguno +ĠM am +ĠE www +Ġpro g +ue ba +Ġmu le +ĠSt ars +Ġsc ales +!" , +Ġtra er +Ġlea k +Ġris en +ĠParalymp ics +ĠHumph rey +H H +s ie +ĠB ald +ĠP oll +Ġv oting +Ġbl ues +Ġsl am +Ġdec ides +Ġ9 9 +ĠAd d +fr ont +Ġcomfort ably +ĠEx press +Ġstub born +Ġamb os +Ġstret ching +Ed die +Ġést o +g io +k ie +p i +ak an +Ġplay dough +Ġ9 1 +Ġdark er +Ġprof ound +ĠFor ces +Ġstri kes +Ġnurs es +ĠPre fecture +Ġrecommend ed +Ġinstit utions +Ġgard ener +Ġtriump hant +N ame +Ġ ion +ĠM erc +st able +ĠL is +Ġra ins +og an +OU GH +For give +Ġpar as +ĠAm azon +Ġconcer ts +Ġneces it +ĠGra eme +ĠWH O +ĠFar mer +ĠTre vor +Ġase gur +disc ards +B ow +d ám +Ġl ame +Ġl ÃŃnea +Ġh ues +ĠB omb +ĠR oma +Ġpr óx +uh hum +Ġad orn +Ġhab éis +Ġexp enses +Ġ25 0 +Ġpersu aded +ĠHend erson +ĠSanti ago +A www +B ook +D en +M or +P al +d ur +ac c +ri que +Ġj aws +ĠN urse +to e +Ġsp ed +Ġcont ó +cha nts +Ġart illery +Look ing +Am ong +ĠRog ers +Ġgan ar +ĠArch ie +ĠBrother s +Ġmanus cript +P are +c ross +or ÃŃa +ĠJ ama +Ġex ert +Ġle v +Ġlo vers +Ġend ure +Ġvol umes +Ġir re +Ġalgu no +Ġfro ck +Ġgrace ful +" ¡ +C ool +T ommy +d ow +u ld +Ġse pt +Ġcan oes +ne arly +Ġche at +any a +eter a +Ġsong writer +Ġpartic le +ĠMur ray +Ġveloc idad +Ġinspe ction +Ġde eds +ĠM R +ĠC oun +Ġnot ic +ĠH aving +ĠW at +ĠW ard +Ġus o +ire n +Ġbit es +Ġmother f +Ġem pt +ĠBar ney +cell ed +OS E +ĠHaw k +Ġpurs ue +Ġbid ding +Ġecho ed +N ight +d rop +Ġ ou +Ġst eak +ord en +Ġdis k +Ġwr ink +ling ton +Ġ6 6 +Ġwild erness +rain ian +ĠFair y +C ent +M att +Ġ | +Ġl ust +ot ch +Ġst ag +ĠT IME +ĠC hen +el as +ĠHe art +Ġpe ac +Ġent ra +ĠMar jorie +Ġpat ron +Ġpen etr +Ġ9 8 +Ġpract ices +Ġrat ón +Ġviv ÃŃa +ĠAlex and +Ġlan zó +Ġax e +Ġgrocer y +ĠMé xico +m oney +Ġs aint +Ġag ony +la im +Ġbr ute +av o +Ġapp re +Ġmon stru +Ġrel ate +Ġgrand son +Ġcountry side +Ġcharacter istics +Ġhost ile +fall en +Pol ice +Ġfrag ments +g ow +ĠH ank +Ġr aced +ĠD ot +ĠF ollow +Ġpe ces +Ġam p +gr ade +Ġsk ins +Ġsun k +ĠChar ley +Ġnatur aleza +ĠIndian a +Ġcuri ously +ĠPen insula +Ġfo am +ĠLast name +gom ery +Ġor nament +cl aps +Ġsub ió +Ġ7 9 +iam ond +Ġconcentr ate +Ġmercha nts +Que en +Ġunivers al +Ġteles cope +Ġaggress ive +believ able +G MO +H el +O t +l ion +ou x +Ġha mm +Ġk ittens +ur u +ĠB uster +ĠP it +Ġsm ash +Ġpol es +Ġexc urs +ĠLy on +Ġillustr ations +Ġpengu ins +Ġunf air +Ġhoriz ont +Ġtack le +Ġtob ogán +7 2 +S l +W ind +ĠR ect +pl ant +ien s +Ġreg alo +gu ida +ĠDe ck +Al pes +Ġtele gram +Ġ9 2 +ĠCon se +Ġcry stal +Ġmix ing +Ġincre ases +Ġpreg unta +Ġautom atic +ĠLO OK +c akes +à į +Ġa irl +ĠS ull +ight ed +Ġpro long +ass ic +Ġad min +Ġche ering +ĠDe b +Ġ5 1 +ĠPl ace +Ġhac ÃŃan +Ġconv icted +Ġcontent o +Ġbrave ly +Ġsor presa +ĠJess ica +Ġflav or +Ġfrank ly +Ġcono ce +song writer +ĠNiger ia +H igh +l ik +Ġs oph +Ġex hibit +Ġar c +av ia +Ġdes erves +Ġcu yo +ner o +Ġver ás +Ġmot iv +Ġpost s +ĠRo osevelt +Ġpers pect +Ġfright en +Ġfund ing +ĠBus iness +Ġkidna pped +ĠLore n +Ġsovere ign +S HE +Ġth ieves +Ġbe ber +ri ving +ct ica +ĠP le +Ġar chae +ĠK it +Ġpart ing +ĠY ellow +ener ation +rab an +Ġpeque ñas +John ny +Ġcliff s +ĠIns pector +Ġguid ance +F amily +p cf +es p +ar nos +ĠS ierra +Ġest able +ĠShe m +Ġprom ising +ĠPer u +Pr in +Ġcrumb s +l ab +es ame +ĠS www +ĠC ousin +Ġshe riff +ĠF reedom +ĠNo ah +Ġtri als +Ġsim ult +Ġgall ery +Ġscar ce +Ġmechan ical +Ġpá jaros +Ġún ica +Ġdistinct ly +ĠLyn n +opotam us +B less +J enny +r ones +y as +Ġo v +ri ft +ĠS weet +so le +Ġsc andal +Ġnight mare +Ġsk ate +Ġglo ve +Ġconfess ion +demonstr ates +b ara +Å Ĥ +ha ce +ab ad +ĠP od +Ġher d +ul g +ĠN ame +ĠK l +Ġrest ore +cy cl +Ġ8 9 +Ġmain land +Ġhon ored +Ġge nder +Ġdepart ments +Ġorg ans +Ġimpatient ly +Ph one +H it +K N +m or +Ġc ient +Ġd izzy +Ġp ave +Ġin aug +Ġam erican +Ġfl ats +orm al +up iter +eg es +Ġcomple to +reg ular +roll s +TH IS +Ġdio xide +Ġcru ise +ĠTs ar +dra wn +d rew +Ġw ink +Ġh oof +ir us +ĠM ik +ĠP ippin +ĠF ritz +Ġro aring +Ġplay in +ĠBr uno +pr oof +fl owers +IT Y +was n +Ġcelebr ation +Ġrestaur ants +Ġcomplic ations +Ġinmedi atamente +D un +F rench +V an +u via +Ġb apt +Ġo jo +am ientos +ĠS oo +ĠH ob +ul io +Ġpro hib +ian e +ĠYou Tube +ĠAl mighty +Ġmil it +Ġdire cción +Ġ5 6 +Ġ8 4 +ĠRight s +W alk +Ġd ainty +Ġe go +un ately +ĠP rop +ĠJ orge +ud er +Ġpo cos +Ġinv ierno +Ġinter rog +Ġsqu ash +ĠAd ministr +ĠSe bast +Ġprim eros +OW N +Ġtremb led +E le +I B +S ister +g rap +ag i +Ġ19 12 +Ġam ateur +int ellig +Ġph oned +Ġquestion ing +Ġhub iese +Ġpant ing +Ġcalcul ated +Ġstack er +Ġvuest ro +Ġboun cing +Ġyogh urt +W il +ion eer +ĠM es +ĠM ah +st ruction +ch u +ĠH orse +Ġne e +ĠN autilus +Ġlo com +uck le +pt ions +Ġgu ilt +Ġunder water +ĠAr ist +Ġver b +Ġsurv ival +Ġindic ates +Ġinvol ves +Ġcompañ eros +Ġcompar ison +Ġnic kel +Ġinfer ior +M et +k ar +m aker +Ġb ash +os ition +ĠT es +ĠM ind +Ġch ir +Ġinst all +Ġexplain ing +AK ING +Ġillustr ated +Ġtuv ieron +Ġargu ing +ĠKaz akh +Ġf rig +Ġg oo +at isf +Ġth ro +ut tering +ĠA in +ĠA BC +ĠF A +Ġsha lt +Ġfl ap +20 10 +Ġcheck s +ĠOF F +ĠSal zburg +hh h +Ġgain ing +Ġguitar ist +ĠPig let +h urry +l ucky +s ki +Ġ % +re mo +Ġc udd +Ġm ald +Ġg rill +Ġand a +ĠI F +ĠB aron +Ġcom unic +Ġmu rió +la res +be ing +Ġsl ap +Ġgl owing +Qu iet +Ġtri fle +ĠGO ING +âĨ « +Ġcert ific +ĠCind erella +Ġprecise ly +" : +I CH +N T +Ġm aps +Ġbe gging +ĠA gent +ĠO bs +ten er +Ġinter act +ĠHer itage +Ġwhis kers +Ġrepe ating +Ġsettle ments +Ġdesc ans +Ġdiam eter +Ġconserv ative +Ġenf ad +ĠM ia +Ġk etch +Ġcl an +Ġte asing +ĠU ntil +ied ad +Ġmay ores +me aning +ĠMor oc +Ġopin ions +ĠPitts burgh +M ain +z ie +en ea +or an +ac ent +Ġne go +ĠG ust +Ġcar rier +St art +ĠAd a +da ughter +uch i +Ġphys ic +ĠFre ud +Ġstrict ly +ĠGerva ise +H istoria +W orld +Ġt arta +Ġn ene +ĠT ak +ĠC onejo +ĠB ully +Ġqu em +ant os +Ġ19 14 +Ġadv oc +alth ough +Ġwarm th +Ġcharacter istic +Ġgen es +Ġident ical +Des de +Ġbaj ar +Ġbend s +Ġalt itude +E P +I TE +U P +Ġc oughs +is le +Ġm im +Ġp ins +ay ing +ĠS ik +Ġas unto +od s +Ġbr ushing +Ġte aches +Ġcar ved +Ġad entro +Ġpor ridge +Ġser ial +Ġpres erve +AN Y +Ġple aded +Ġviol ently +Ġadmir al +Ġdé j +hara oh +Ġsolemn ly +Ġske leton +ĠCru z +Ġexpans ion +oubted ly +T CA +p resent +r ical +s and +Ġre vers +Ġn at +Ġn ie +ĠA C +ĠB ri +ell i +ÃŃ fic +ER E +Ġpr isa +ren cy +Ġsent ó +Qu iz +Ġbar rier +Ġarm our +Ġori lla +Ġdest ru +Ġhost s +Ġenv y +ĠMo z +ĠMore over +Ġdibu jo +ecut ive +c ard +Ġpl át +é f +Ġmon o +Ġgl ancing +Ġopen ly +Ġsub urb +Th ought +Ġwall et +Ġesper aba +ĠCam eron +worth y +ruct ure +Ġpy ram +N ada +W A +a que +Ġs ost +it he +you s +Ġun re +Ġent end +Ġni ñ +Ġaw akened +Ġadm ired +ĠBy z +Ġpocket book +Ġmud dy +Ġdump ed +Ġabe jas +C ourse +K EN +ĠI van +ĠB ella +Ġr oman +Ġab ode +ĠL ena +ud os +Ġpart ido +ĠY ears +Ġtra g +Ġres ulting +Ġpare cer +Ġcompl ained +uri ous +Ġhurried ly +Ġbul k +Ġencoura ging +Ġdwar f +ĠHil ary +Ġt il +ĠT el +ur re +ĠK i +Ġmar gin +ubl in +Ġmir aba +Ġcamb iar +Ġdecor ated +ĠHal f +Ġtempt ed +E urope +[ _ +y ment +Ġt ac +Ġre ly +Ġde als +ĠT iene +ĠB oe +ra bbit +Ġr oused +Ġen force +ĠO d +com es +Ġcur ls +Ġtur b +ĠSing h +Ġdife rente +Ġbla h +Ġmans ion +Ġgalax y +Ġlibert ad +arrondisse ment +) ] +V II +Ġhe el +ĠT all +ĠL ud +mp oo +wh oop +Ġbar r +Ġho ja +ĠGl en +build ing +Ġobjet o +Ġmart ial +C ur +H ur +b ike +in ery +Ġf ot +ĠM onsieur +Ġv irgin +Ġdis like +Ġfound ing +Ġhalf way +Ġimp ulse +Ġce ase +uk a +ko v +Ġbos om +Ġbug gy +Ġcritic ism +Ġllor ar +Ġaus picious +Ġgreed y +' _ +D omin +s po +w i +al in +Ġj us +Ġar ray +pl anes +ĠV iv +Ġdef ensive +Ġhop ped +Ġsched uled +ĠHab ÃŃa +spr ing +H and +M ientras +N ope +V ol +Ġt at +Ġcom iendo +ount ed +gr ama +any way +Ġinv aded +min ster +Ġsweet ies +Sh oot +Ġsac ó +igg ling +Ġiron ing +ĠGO OD +Ġmathem atic +Ġencuent ran +Ġcough ing +Ġloyal ty +ĠArm strong +Ġassass in +Ġs ul +Ġc emetery +Ġwe lf +Ġso b +Ġsu cks +ces ter +Ġref lex +Ġ6 7 +Ġ7 1 +Ġev itar +Ġserv ir +Ġ9 6 +ĠSu pp +Ġattempt ing +Che ers +ÃŃt ulo +Ġcompos ition +Ġuns uccess +Ġsauc er +Ġb io +at on +Ġno is +ĠS ind +ĠM amma +ang s +vent ually +Ġinst ruction +Ġobject ive +ĠStud ios +Ġwelf are +N ac +u ver +Ġb aking +ri go +ĠT ol +ĠA bor +em ia +iss ie +Ġsol amente +Ġenjoy ment +Ġattract ion +girl s +Ġequiv oc +t ons +us c +ĠW ow +av i +Ġca ÃŃ +Ġho arse +Ġelect ro +ĠAb bey +Ġesper ando +ĠHigh way +ĠDel hi +Ġbi ological +Ġdism ay +ĠSel ena +P R +Ġw ilt +ĠC hel +ian za +Ġdec ade +Ġten ga +Ġll uvia +Ġrep orter +ĠComm unity +Ġorganis ms +Ġvic inity +I O +m ies +Ġb ung +ĠM www +ĠA ri +ĠA ran +la id +Ġco ge +she ep +Ġcoll apse +tom orrow +Ġlaw yers +Ar thur +Ġrespect ed +ĠAnt on +Ġsom os +Ġadvert is +Ġsurround ings +Ġinspir ation +ĠCommon wealth +Ġrebell ion +ĠespÃŃrit u +J am +m amma +Ġd ud +Ġg em +Ġhe ating +us ually +ĠA ction +ĠB i +ÃŃ z +ĠW a +ĠF rog +ick er +Ġco ax +Ġrec re +Ġkne eling +vie ndo +Ġmess ing +Ġesca par +Ġguard ed +Ġmel an +Christ opher +Ġpied ras +Ġtribut e +bea utiful +S ing +e enth +f ell +Ġc yl +Ġfr ut +ĠE cuador +Ġ( _ +Ġsha w +Ġdif ic +Ġrec alled +Ġdep ressed +good bye +ठ² +att oo +ĠTr acy +rel ative +bur ger +ॠĩ +Ġess entially +Ġimprove ment +Ġpid ió +tec imientos +) " +c ada +Ġl ucha +ĠS alt +um i +Ġsu ite +ĠW or +ĠF ull +ĠN anny +Ġfin ishes +Ġver lo +ĠAt hens +Ġtele graph +ĠEnglish man +Ġdest iny +fr ica +Ġsuper st +Mar ie +ĠJul ian +Ġpath s +Ġinqu iry +ruct ive +Ġtear ing +Ġtama ño +p arty +Ġd angers +Ġre cip +ri ers +ĠS leep +ag ar +Ġpart ial +ug os +ĠV i +let ter +Ġmon aster +AN G +ener y +ĠTh under +Ġcontin ually +ĠAd emás +su per +Ġbol sa +Ġreact ions +Ġconsult ation +iert as +Ġdow ntown +Ġcrook ed +Brit ish +Ġaguj ero +on so +Ġf ried +Ġl ingu +Ġhe ated +et ta +ur dy +Ġlike wise +Ġca z +Ġri pe +Ġint ake +Ġint ently +Ġz oom +Ġori ent +Ġstrange ly +Ġpeque ñ +Ġnuest ras +ĠCla ud +Ġb ah +ĠR ud +Ġpro yect +ub re +Ġop ort +ú p +amp us +ĠBe ing +Ġcompl aint +Ġbang s +Ġthreat s +ĠServ ices +Ġapare ció +N ational +b ump +he h +in ado +ĠT oo +ĠM ort +ĠC ut +ĠC aleb +ĠD AY +itt in +ak o +Ġ19 10 +ĠK yle +Ġmon k +Ġ5 3 +cc iones +Ġcur led +El izabeth +Ġlad ders +Ġ9 3 +Ġequ als +Ġclim bs +LE T +ĠRo om +Ġaccident s +Ġdorm ido +Ġestre lla +Ġmanif est +O O +W ake +Ġg ene +id or +Ġn ena +ĠS eg +ĠC ec +Ġr amas +ess ions +Ġcl ung +Ġres id +Ġwind y +ĠSh ould +Ġmembers hip +ö r +every one +Ġorganis ation +Luc y +Ġcontrar io +ĠCraw ford +B ur +P ick +Ġc rop +Ġc odes +Ġd um +Ġf reed +Ġhe al +ĠB uenos +Ġqu art +Ġne ur +Ġpr ow +ĠU pon +ens ed +ú l +Ġele ctoral +Ġreg ards +Ġhard est +Ġconf ined +Ġfree ze +Ġswim mer +ĠJul iet +Ġbal c +Ġaddress ing +ĠAtl anta +Mad am +Ġath lete +ĠGreg ory +Ġinfant ry +Ġove ja +lovak ia +A lf +t os +Ġa fect +Ġre ino +ĠN OW +Ġex agger +Ġcha nt +Ġinter vals +Ġste er +ĠRe ina +Ġfur ry +Ġspeed ily +è s +hab ited +Ġexchan ged +K ING +R ose +c ore +Ġan them +Ġqu aint +ĠR over +Ġex ce +Ġadv ancing +Ġeye br +Ġpin ea +aur us +Ġdecl ined +Bet ween +Ġacab ado +Ġpoll ution +Ġslipp ery +Ġcler gy +Ġocas ión +ĠSmart ies +A z +H ot +S ab +p ine +Ġp ian +an ne +Ġre no +ĠC urt +Ġall e +ĠD www +Ġca pe +Ġpat a +Ġseñ ores +Ġven ge +Ġrespect able +Ġsegu ida +walk ing +Ġfier cely +ĠSoci edad +ĠFire man +Ġje fe +ĠColumb us +ĠOttom an +N ed +Ġc ál +Ġp ans +se cond +ĠC in +ĠG us +ĠN FL +Ġam a +Ġdes esper +ress es +Ġdraw ings +Ġcre eping +Ġpal o +Ġá ng +Ġtreat ing +Ġremo ving +Ġdocument ary +Ġarg uments +Ġseas ide +Ġopt ions +H OW +Ġthe at +Ġc aca +Ġhe ck +ro llo +Ġal tered +OR N +Ġlos es +ĠV ent +Ġhar ds +ĠMart a +Cl ose +Ġmem oria +Ġesper anza +Ġneat ly +Ġdib uj +Hon ours +Ġestrell as +E ither +H m +H am +P ad +j am +Ġ q +ĠB iden +Ġqu ieras +IN S +ten go +Ġwar mer +Ġ6 00 +Ġcoll apsed +ĠFl ip +Ġsitu ación +Ġrelig ions +Ġinvent ion +Ġalt ar +Ġcrimin als +Ġcorre cted +Ġdolph in +c ott +f ull +Ġt et +Ġg room +ow el +ac ción +Ġan throp +Ġall iance +ĠD ong +ĠN on +Ġle go +ĠAr ound +Ġrep aired +Ġfight ers +Ġz ip +ĠLe ón +ĠSe attle +ĠSh ir +Ġsupport s +Ġviv id +ĠCr us +Ġrequire ments +Ġawait ing +D ec +ri p +Ġde arest +un less +Ġrem ed +gg ies +az ine +Ġvi ii +uest ra +las gow +Ġstat ements +LE D +Ġburn s +Ġvers us +Ġintro duc +ĠHigh ness +Ġdefend ing +Ġagu as +Ġune asy +Ġsupre me +m orning +y os +ĠT wenty +Ġr ating +Ġr ises +Ġcon ci +ĠD oll +ĠF ab +ĠF ace +ten ance +Ġap roxim +cu encia +Ġ7 4 +ĠCha se +ĠWest on +Ġpun ct +Ġoc é +Ġow ing +ĠBu zz +Ġanno y +Pres ently +Ġwag ons +ĠMem orial +S everal +_ ," +s or +w ake +in als +Ġb ald +is hi +Ġm op +Ġst ump +ĠL iter +av or +Ġkeep er +ĠMar ine +ĠSh in +ĠMo hammed +ĠMil ady +Ġtext s +Ġconsist ing +Ġmour n +Ġabrupt ly +D rink +re na +en ci +ot hes +Ġfor wards +Ġwith drew +Ġsu yo +ĠO per +OR T +Ġaf fl +Ġrel ieve +Ġé x +Ġass isted +ya wns +ĠLe ban +Ġ17 0 +Ġprim itive +ĠMin nie +Ġeffect ively +Ġna ught +ĠCong reso +Ġpier nas +Ġmechan ism +Ġkilomet res +Ġimpos ible +D ay +M s +P et +S k +he ar +Ġpro ven +ult s +Ġhouse holds +she ll +Ġmed ieval +Ġbag gage +Es c +Ġbother ing +Christ mas +Ġmant ener +ĠHun ter +ĠWik ipedia +ĠLux em +p od +p ants +Ġ à° +Ġp est +Ġest imate +hy l +me ans +Ġjo ins +Ġem per +Ġmer ced +ĠOl impiada +Ġaud io +Ġagre eable +ĠCop per +Ob viously +Ġconspir acy +B AR +O E +d uh +h t +ĠS uff +ĠP ole +Ġher b +ĠD onna +his m +Ġsw orn +Ġflo ors +Ġpos ter +Ġcup cake +IR ST +ĠGl ad +ĠRock y +Ġexerc ises +Ãī l +Alex ander +ĠBeat les +Ġinher it +Ġcorp se +" - +à ¥ +à ¬ +Ġno bles +ĠT as +Ġwh ore +if ford +Ġso ñ +ĠD ee +ĠF an +Ġbl amed +ip ur +Ġent ender +Ġll ave +ner gy +oun ge +Ġcur ve +Win nie +ĠLiving ston +Ġlocom ot +E ast +Ġ icing +is i +Ġl amps +Ġit al +ĠW OULD +Ġel é +od d +ĠY ale +ĠMar vel +Ġind igenous +ĠCha d +ठ¯ +arden al +hel m +ĠMe anwhile +sm iles +Ġcontribut ion +6 1 +J ac +R ad +c ord +c ourt +j al +} } +Ġwe ed +ĠC old +Ġpl ank +ace y +oy a +oun cing +Ġed ific +your s +Ġdeb en +Ġcaball eros +ĠMed ical +Ġcritic ized +Ġrit ual +Ġdisgu ise +b ite +Ġf erry +ĠP and +ĠP ip +Ġpl aster +ĠR ice +Ġmet e +Ġnos es +ĠEs sex +Ġdirect ors +ris a +Ġfail ing +Ġprocess es +IF E +ĠGha rib +L in +v iv +ĠM O +Ġqu oted +op py +Ġsp ared +ĠHe ath +cl ar +let cher +com er +Ġlay ers +ĠHar riet +De ad +Ġbene fic +Ġgall ey +199 9 +ĠBunk er +S ave +Ġw al +ul um +Ġwater ing +Ġpres encia +Ġins pect +Ġpolit icians +Ġespe cies +bu zz +Ġcry st +Ġfuer zas +lig a +met ros +Ġparticip ate +Sc ott +ĠMur phy +Ġincident s +ĠRh ine +Bre ak +Ġgob ierno +D ie +T iene +Y e +Ġm r +Ġbe held +Ġu ndo +el ope +ĠL ist +ĠF ish +Ġchild ish +Ġter rest +Ġform ally +cul os +át ico +Ġrecogn ise +ĠLuc inda +ĠSat an +4 00 +H ea +P il +s wer +w orm +ay as +st ret +est one +ĠE so +ĠK ula +br os +Ġcons on +orth os +Ġpresent ation +Ġfil ed +ĠQu ién +Ġprop he +Ġarri ves +Ġsex y +Ġrul ers +ĠPo ly +Ġpartners hip +Bel ieve +Bea utiful +ĠIndepend ence +neigh bor +L uego +s abes +it é +Ġg oss +Ġv amp +ĠD IS +ĠG host +Ġlook out +Ġ8 00 +ĠPro f +Was n +Ġalt ura +Ġboun ces +ĠNaz is +Ġembarrass ing +Ġsquirrel s +Ġescal era +ĠBase ball +Ġtas ks +Ġconvirt ió +G entlemen +I mag +en aw +Ġth ither +ĠP lymouth +Ġpe anuts +reat ed +ĠV ir +In ter +ĠAr ctic +bre vi +cu ro +Th ou +Ġserv icio +ham es +Ġtrad ed +turn ed +whis per +Ġà ĸ +Ġmic ros +Ġseg ura +Ġwond ers +ĠTrans port +ÃŃst icas +Ġcust ody +Ġsubstant ial +c j +s now +Ġa ld +Ġof the +ĠP sy +ul ates +ĠL ad +ĠE xt +Ġaf uera +ĠAl most +Ġmet ió +ru ly +for mer +Ġtre nd +Ġcho ke +Ġemp le +Re al +Ġimportant es +ĠWill ard +ĠWell s +Ġcivil ian +Ġcoast al +Ġinflu ential +fight er +Ġtorped o +C lear +D am +b less +Ġt ipped +Ġb aker +Ġhe ns +Ġha il +le vel +ut ton +ith uan +ĠP E +Ġout ra +ĠN ile +Ġar mas +Ġco aches +Ġthr ong +Ġdis abled +ta le +Ġtra je +Ġhome less +che st +Ġinv al +Ġap res +Ġinter és +ato es +Ġant ib +Ġconv ict +Ġmic row +Ġbound aries +Ġcris p +Ġmej ores +H A +N N +c ars +Ġm ord +Ġp iles +Ġon ion +Ġshe er +ĠW ent +Ġtw elf +Ġcar riages +Ġten se +Ġdri pping +Ġext ension +Ġem igr +cent ral +ĠDes pite +Ġge ese +Ġlog ic +Ġaccording ly +Ġtuck ed +intend ent +7 3 +T C +h ic +Ã Ł +Ġ ix +ĠS ev +ch y +ĠC air +Ġwh oles +ĠD umpty +ĠG oogle +ĠN ueva +ĠK irk +Ġsal mon +Ġacc us +Ġneg lected +ĠLet tice +Ġchampions hips +Ġvolunte er +Aunt ie +ĠAuthor ity +ĠMove ment +Dur ante +. ! +P ri +S leep +S IGH +Ġf um +Ġp eso +Ġg arrison +oo oo +im ble +Ġwh im +ĠV a +Ġsha ken +ĠTh ou +ié nt +Ġsub mit +Ġcost umbre +open ha +First name +ĠUnivers al +mind ed +Ġinfect ed +Ġjewel ry +ĠBenn ett +# # +[ " +r án +v ina +w y +Ġt una +Ġp ea +im i +ĠB ren +Ġall ies +ĠN esta +ER Y +Ġch icks +Ġres erved +az ing +Ġcor rió +Ġfu é +Ġpint ar +Ġdispos ition +ĠVat ican +6 3 +A le +c ution +d ar +l ift +à ģ +Ġc ope +Ġm aker +am elo +il is +Ġcar p +other wise +Ġac res +Ġapp oint +Ġreg ulations +Ġjo yous +Ġpat ri +bb ers +Ġdraw ers +Ġmark ets +át ica +Bl oody +Ġspell ed +Ġnúmer os +Rel ax +Ġjugu etes +Ġcolum ns +A be +g ently +Ġha uled +ĠI o +Ġre bel +ĠS af +ant i +ĠH aven +Ġsh ove +ĠR u +pl ing +cl ed +gr own +Ġperson nel +Ġloc ations +Ġfu zzy +Ġsav ings +pare nts +Ġhic iste +Ġscra pe +Post man +? -- +B er +E v +c ita +i ores +n ik +an ks +ĠP ick +Ġr ash +ĠF ix +ĠU l +ĠDe ep +Ġsal ón +ĠPar ish +Ġamb assador +Ġindust ries +oph one +ĠMont gomery +Ġconce al +mic ro +ĠSax on +M oney +l ength +Ġd itch +Ġshe pherd +ĠW AY +ĠG ir +ĠF ight +ĠN one +AN S +Ġpast or +Ġfast est +Ġcost umes +Ġwit ches +Ġpump kins +add ressed +Ġreven ue +Ġbold ly +Ġcomplain ing +ĠRem ember +Ġoffend ed +attempt s +D anny +Ġs ib +ri bu +ri eron +Ġst rap +ĠS AY +ĠA bu +st icks +ĠB ass +ĠP H +Ġen cer +ó t +Ġtw ent +Ġint elig +ĠRe ed +Ġclass room +De b +Ġdev otion +Ġoc ult +Ġfee ble +Ġprobab ility +6 2 +C ho +F a +s sh +Ġt umb +Ġf ountain +Ġto ot +al ways +os to +Ġwas her +Ġse ize +and ro +ĠA ber +Ġcon vention +ĠD ance +Ġsupp orters +Ġcor ps +Ġwhe e +ograph ic +Mic key +ĠUk rainian +ĠTech nology +Ġprivile ge +Ġmarav ill +A f +S ally +d led +k ia +Ġh ull +Ġwe ighed +ĠS ul +ĠC hem +ĠN acional +Ġpe or +Ġsc hem +Ġbre eding +Ġfact ories +Ġcreat es +Ġport s +Ġdoubt ful +Ġglo omy +Ġprincip ales +ĠDor is +hum an +Ġgle e +ĠUs ually +ĠProtest ant +Ġpneum onia +H an +e ast +ad ura +Ġpl ums +ia z +so ever +Ġcol oured +amp ed +ĠBr us +pr ot +Ġri bs +Ġap ost +ĠBl ues +osp el +Ġsurv iving +erm ont +Ġinvol ving +Ġcontribut ed +ĠSpr ings +Ġsty les +Ġcrim son +N ah +v ironment +Ġb ic +Ġst am +Ġwh ining +ĠW ien +Ġcar ac +ib al +ĠIs le +Ġpark ed +Ġdestro ying +Ġoc urr +Ġtransport ation +Ġcompar atively +Col onel +Ġprost it +Ġnaran ja +S aturday +b ishop +Ġl umber +Ġon ions +ĠH ub +ol ent +ĠG iant +ĠR ound +Ġcont rad +Ġfl ush +up a +Ġdear ly +Ġ7 3 +20 17 +Ġmur ders +Ġpill ows +Ġdecl ine +Ġbi ology +Ġbla ze +ĠBuild ing +" ¿ +B ull +L OR +W ay +m is +m id +Ġt art +Ġs amples +Ġw akes +ha ms +Ġc ed +ar án +Ġn igh +ĠM obile +ĠB ond +Ġqu ÃŃm +Oh h +Ġtip os +ଠ¿ +ĠSal v +ĠRome o +Ġje ans +Ġwaff le +8 5 +N ine +o j +w onder +in ian +qu in +and e +ĠD est +ĠG inger +ks ha +Ġcha ps +ĠBut ter +Ġweek ly +ĠOr thodox +Ġdecided ly +Ġcompet itions +ĠCE O +Ġdiferen cia +B unny +i ando +Ġc ardenal +ar us +ĠC BS +ĠP ill +Ġex quis +Ġes fuer +Ġgr as +Ġpr ueba +do ck +Ġhar ass +Ġfell a +ĠRep ort +OS T +Ġlegend s +Ġward robe +ĠBA CK +Ġejac ulated +Ġnood les +d oo +he a +en cias +Ġha re +Ġst ares +Ġwh ipped +ĠF und +Ġman ual +ci um +we y +Ġbat hing +Ġdoub ts +Ġtur tles +Ġdetect ed +Ġchim enea +ĠBO Y +M em +V III +t rees +Ġ à® +ĠT ale +ĠB ah +Ġback ing +Ġsit com +Ġ6 9 +Ġgust aba +ĠEst aba +Ġenter prise +Ġmarket ing +Ġgor illa +Ġfrequ ency +Ġpsych iat +ĠXX X +Ġrejo iced +Ġbrid ges +Ġexpres ión +Ġsod ium +Ġdurm iendo +Ġstrateg ic +ĠRosam und +8 9 +R ub +Ġb ola +Ġh und +ĠP ink +ĠE mer +Ġ19 11 +Ġcont emporary +Ġra g +Ġra pt +Ġmin eral +Ġrec ess +Ġsk ies +Be cky +Ġdet uvo +Ġspace craft +Ġsepar ation +Ġverdad ero +Ġgro aned +ĠEll is +ĠXV I +Ġcontrovers ial +Ġvul ner +Ġming led +s la +w ed +ĠA ires +ĠC OULD +AR E +op a +Ġwor ries +Ġmake up +fore st +Ġsk etch +Ġmed ida +Ġvas o +200 6 +Ġfeat uring +Ġmatemát ico +Ġded os +Ġloss es +ĠOt to +Ġtant as +Ġgram mar +Ġportra it +Ġsos pe +6 9 +S is +S yl +h ist +Ġt ame +Ġc ree +Ġc ass +Ġc aba +ĠN ation +pe ek +Ġar re +Ġtr act +Ġtr otted +Ġreg ión +Ġap ology +Ġvo iced +Ġcat hedral +Un ited +Ġexam ining +Ġpil ots +Ġsees aw +ám ara +ĠArgent ine +ĠNAS A +l ist +w ants +in side +Ġd ummy +Ġl ur +id ia +ĠM ap +ĠL ond +ĠL ock +ang el +Ġinv iting +Ġsign ing +Ġpriv acy +Ġsatisf actory +Ġcommit ment +Ġcigaret tes +Ġank le +G ab +c iendo +c imiento +Ġt ension +ĠH ale +Ġcon vey +Ġsu ited +ĠD ub +ĠF oster +Ġco ffin +co ll +ĠDe c +Ġincl u +Ġleg it +ura i +hel ps +Ġlab ios +itar ian +Ġcomb ust +Ġbon net +Ġspell s +Ġvolunte ers +Ġenthusi astic +ĠEspañ ola +D rop +b ark +i kes +k un +n ant +Ä į +Ġh ides +ant as +Ġpl ague +ĠJ ar +Ġun will +ĠSt aff +Ġca vern +Ġcomm end +Ġbow ls +keep ing +Ġpercent age +Ġsignific ance +Ġtid ying +Ġimit ates +ĠPhoen ix +B ru +T ienes +r ison +r ÃŃan +er d +hat e +gr ass +Ġexp osure +Ġcho ir +field er +Ġcommun ist +Ġdecid ió +Ġdraft ed +mus ic +Ġemploye e +C AP +re plicó +Ġw its +ĠM andy +Ġal f +ĠD ublin +Ġab raz +Ġsp ade +Ġcu c +Ġdr ummer +Ġround ed +ane ously +Ġsol ved +Ġpa ñ +Ġcreat ive +Ġengine ers +Ġrespect s +Ġphot ographer +ánd olo +Ġperm ite +cuent a +Je annine +Ġquant um +ĠAlber ta +ed ay +et ing +Ġse l +Ġme mb +ch iev +um sy +ol ar +Ġj ulio +ĠW olver +Ġen abled +Ġen chant +Ġpe ered +Ġmu g +In s +ĠMar cus +Ġcho osing +Who ever +ĠX box +Ġequ ation +Ġcost a +ĠPl at +Ġqued ado +ĠGl oria +Ġscreen writer +BO B +shar p +à ² +Ġw ist +Ġd usk +Ġy og +im ir +ĠT alk +ĠE qu +é b +He ad +Ġcr ick +Ġsc am +Ġreal ised +bo ats +arr ots +Go vern +La ugh +ĠX IV +Ġstar ve +ĠJo el +Ġnue vos +ĠCat hedral +Ġtermin al +ĠCorn elius +Ġliqu or +Ġaffection ate +Child ren +Ġult imately +ĠLeg isl +Ġvel vet +S et +S un +p read +Ġt read +Ġb orough +Ġto ad +ĠI mm +ie nda +... ' +ĠD ónde +Ġab ilities +ĠJ upiter +be hind +Ġpre jud +ild red +ĠAnd ers +Ġcer rar +po le +po ck +Ġsol itary +ino cho +ĠMay a +An nie +ér cito +Ġmort gage +Ġrug by +Ġlun cheon +Ori gin +ĠMalays ia +T op +t ha +Ġth ump +ĠT ro +ce ls +Ġoff ensive +Ġtri ang +Ġform as +Ġvol ando +Ġsand y +Ġsn atched +ಠ¦ +ĠScot ch +ĠTod os +ĠSa id +Ġyell s +Ġintent ions +ĠUr ugu +Ġknot s +â t +Ġisol ated +L ight +s poon +Ġf ero +ĠS han +un ge +Ġex ternal +Ġfl uffy +ĠMar cia +Ġkid ney +good ness +head s +Ġfree zer +ĠGrand e +ĠEs k +Ġchocol ates +ĠMed icine +Ġcru cial +Ġoverse as +L ucky +c ot +d onde +Ġst urdy +Ġse als +ĠB R +Ġher itage +our n +ever ly +amb i +Th row +Get ting +Ġobject ed +Ġesp ant +Ġpun ta +Ġstream ing +Ġpleasant ly +Pr im +Ġtort uga +ĠPic aporte +Ġpelig ros +Ġrenew ed +ĠDyn asty +Ġnive l +2 000 +C opy +f y +i án +ot le +Ġqu oth +Ġla va +á la +Ġman ga +ĠY ang +Ġwar fare +Ġton to +Ġqued aba +dog s +Ġhesit ation +Ġhabl aba +ĠGuard ian +Ġresol ve +ós ito +7 1 +7 9 +C el +S aid +Ġa we +ĠT ab +ĠF alls +ind e +Ġpro dig +Ġar te +Ġbl uff +ĠLe icester +ठĤ +Ġstar board +ĠSam antha +ĠMc Donalds +Ġllam as +ĠLord s +Ġamb ition +Ġassoci ate +Ġempe zaron +Ġdefend ed +Cha pter +Ġ���� � +Ġmechan ics +ĠFre eman +-------------------------------- -------------------------------- +Ġencontr aron +Ġcorri ente +G lad +Ä ± +en ic +ĠI X +id al +Ġwe eds +ĠP ow +ĠD ou +ĠG ate +Ġex port +Ġpe cho +ne z +Ġhuman os +Ġpupp ies +Ġbell eza +Ġay er +Ġaunt ie +ĠEvery body +Ġshel ves +Ġpra irie +Ġespecial mente +ĠCra gg +later ra +ĠAlban ia +ĠConstant in +Ġappla use +incl uding +d ij +m ast +Ġt ying +Ġg b +ĠM oll +ĠH auts +ist ical +ĠO pera +Ġsp ies +ĠK ap +Ġdis com +Ġdis fr +Ġrec ru +ĠCon stance +Ġesp alda +Ġdat ab +Ġmucha cha +Des cription +Ġharm less +Ġdisagre eable +% , +B uen +J J +] âĮī. +k émon +Ġf útbol +ĠN ash +ĠR icky +Ġle ón +Ġgu inea +ĠIn vest +let as +Ġfire men +cu er +Ġtu ve +ĠX III +Ġpray ing +Ġterror ist +Ġperman e +Ġunlike ly +Ġcuánt os +ĠPLA Y +Y ES +is phere +Ġl ounge +ĠT ot +ab ilidad +ol os +ies en +ĠK ipper +ase y +Ġeat in +Ġpu ertas +ins ky +ĠAn at +Ġsell s +Ġnick named +Ġdrift ed +Ġigno red +Ġresign ation +micro phone +W omen +t it +Ġw ides +ĠA gency +ĠP ant +Ġen cuentro +Ġ19 13 +ĠK ha +Ġco ches +Ġdes em +de f +Ġfl own +Ġpres chool +Ġpol ish +Ġrele vant +ĠX I +Ġbreat hed +Ġtest imony +Ġgas oline +Ġrob ber +Ġphys ically +Ġaffect s +Ġmel od +Ġcrown ed +add les +L ist +M OM +R en +re ys +an ie +ĠH itch +ab ilities +ĠP ee +ĠU m +ass ium +Ġgu ided +Ġrel at +Ġ18 00 +form ed +Ġmed ian +Ġdest ac +Ġneg lect +ĠDes mond +ĠMet ro +ĠBas il +ĠNever theless +onym ous +Ġreb els +Ġrais ins +s ign +on as +Ġn ests +all es +ie u +ĠP L +ĠP ea +ig ious +ĠG lasgow +Ġgr ado +Ġgl ac +Not es +ham pton +ĠOr chestra +Ġpolic ÃŃa +Ġpred icted +erg us +ĠOb ama +Ġpremie red +Ġincon ven +R achel +Ġ ��� +os idad +out heastern +Ġk ar +ur red +Ġan ten +ĠC arson +ĠH are +Ġbo b +Ġser io +Ġmis chiev +20 11 +Ġllev ado +Ġreck less +Ġanal og +ĠHard y +ĠTurn er +ĠUrs ula +ĠNotting ham +t v +Ġt ulip +il it +are z +Ġch ina +ee z +Ġdist int +Ġreco g +Ġsight s +Ġcourt esy +Ġhy per +Ġcort e +ĠTod o +ĠPeters burg +Ġspecim en +Ġempie za +I RE +Ġm asc +il ation +ĠP ud +ĠW ii +ĠN est +what cha +ous ing +OR K +lo gy +ĠK in +Ġmar bles +ĠAl pha +Ġ6 2 +Ġunderstand s +Ġcur rency +ract or +Ġsepar ately +fin ish +Ġtor re +Ġvuel ve +Ġmatemát icos +Ġmotion less +Ġperf ume +Ġtron co += " +E llen +b its +le v +ill ings +ĠH ook +ore r +Ġcon ced +ck ing +ess ed +Ġun necessary +Ġ( ���� +Ġpo ets +Ġad ds +Ġmust ache +uc ita +pr us +Ġguess ing +Ġ9 4 +lect ric +Ġpencil s +ĠBea uty +Ġsust ain +Ġtempt ation +ĠHel ena +ĠTha iland +Ġfoss ils +Ġauth ors +C orn +c ida +l asses +n ard +ĠI D +Ġan terior +ĠG R +Ġman aging +az os +Ġinter ven +ĠOn line +Ġcapt ive +Ġnue vas +Ġpir ata +Ġ190 8 +arring ton +Ġcul pa +ĠVen ice +Ġeter nal +ĠSpeak er +E ducation +in ero +ul os +na ge +lo aded +Ġlist a +Ġid ol +Ġdev ast +Ġdescri bing +Ġcommand s +Ġcuent os +des ign +Ġoccup y +Ġund oubtedly +Ġneces ario +Ġquant ities +ĠJohan n +Dor othy +U M +d al +Ġ 00 +Ġt attoo +ut tered +un cle +ĠW an +Ġcom et +Ġbr ack +Ġwonder fully +Ġmag ician +Ġmain tenance +Ġsn atch +Ġpers isted +Ġunus ually +ĠGlo be +Hab ÃŃa +Ġacer ca +C LA +d ire +it ol +Ġin cap +ĠH OW +ĠK h +Ġuh oh +Ġread iness +Ġhat red +Ġtrans ition +ĠX II +Ġobs c +Ġbright er +ĠAng lo +Est aba +Ġencont raba +Lo is +Ġignor ance +Ġcoco a +T eddy +s ent +Ġc ine +Ġb uns +ĠT ad +ĠP ubl +ul i +ĠR anger +ount ered +ord ers +ĠV ers +cl iffe +Ġenc ountered +Ġoper ates +ĠEx ecutive +hal ina +Ġbomb ing +Ġcontribut ions +ĠBO OK +Ġéx ito +s ac +s ub +Ġt ed +ĠI ke +ve rend +ĠB ub +Ġen velop +Ġmo ons +Ġpo ke +ress ive +Ġeven ings +br aska +Ġhard ware +Ġsing ers +ठ¨ +Ġjud ged +ĠDid n +Ġsignific antly +Ġwitness ed +Ġhesit ate +ĠSom me +Ġore jas +Ġamend ment +Ġtér m +J uan +ar ium +CH O +CH UCK +all ow +ĠH mm +ĠE ug +Ġinter ference +Ġtem bl +Ġsold ado +Ġprin ting +Ġsuper hero +Ġhang s +Ġlock er +Ġsom eday +Ġspark ling +Bo ys +Ġhier ba +Ġdil ig +ĠJour nal +o i +in vestigator +re aching +Ġc ierta +Ġh oll +Ġst umbled +ĠT illy +est as +ab ra +ie ving +ge bra +Ġsh oots +Ġpl ac +ĠL una +ĠN BC +Ġapp rent +let te +cu le +Ġbow ling +Ġdej aba +Ġemplo yer +ĠWood y +Ġgradu ating +Ġbor do +inte rest +Ġsne eze +OUN D +Ġcoinc idence +and ed +ĠH AD +pp led +ĠW ally +ĠJ ur +hi pp +ho ven +har t +ĠShe riff +Ġche ered +Ġsw ore +Ġret rie +ĠBl ood +ĠTo gether +Ġmach inery +Ġminister s +erg arten +ĠCommission er +Ġnit rogen +Ġwip ing +Ġwides pread +s ort +en za +Ġin put +ĠP orthos +Ġcan celled +ĠD oh +ĠF RI +Ġent reg +uc ción +Ġend less +Ġbro ccoli +Ġcho ices +Ġtrans mission +Re ad +ĠFl ight +iff y +Ġris ks +Ġ190 5 +Ed ward +Ġmanufact uring +Ġllor ando +Ġabund ant +Cat hy +Ġdanc ers +F il +R R +R od +r ug +Ġl icking +Ġand ar +ĠF ood +ĠO VER +be ard +hm a +Ġra iny +Ġap ret +Ġph il +ert os +,' " +ĠBill board +Ġfool s +200 7 +Ġempe zar +Ġmont ar +Ġinfluen ces +ĠOw en +Ġocur rió +ĠOrgan ization +F re +F RA +S ign +g us +r ados +Ġin land +am ic +ĠS kin +Ġwh ites +ĠP ues +Ġcon sole +Ġer as +Ġte e +Ġim ped +co ffee +atur as +ĠQ U +Ġvi ven +ĠCal iph +Ġllev aron +ĠWest minster +ĠMot or +âĮĭ ? +Ġeager ness +Ġmail box +Ġblo om +ĠDar ling +Ġbom ber +hol m +N onsense +V oy +g ü +s kin +u ana +v ised +Ġg é +ĠA x +ĠH um +Ġgr ues +ĠV on +Ġunder wear +gr ic +du cted +Ġtable ts +ĠZ ar +Ġ6 3 +bor ne +Mar ia +Ġeconom ics +Ġble nd +Ġdism iss +Ġpsych ology +Ġpropos als +Ġcompañ ero +ĠBrook s +ĠZe us +Ġspecim ens +Ġschem es +x ter +Ġde cks +ĠS ão +ĠM ick +ĠB U +Ġfr y +ĠJ ock +Ġsal vo +sh ore +Ġmed it +Ġhot els +Ġev alu +ula res +UN D +sc reen +ĠAct on +Ġappreci ated +Ġhook ed +Ġstern ly +Ġtempor arily +ĠBow l +emo iselle +Ġnod ding +Ġpige on +Ġvenge ance +i h +u ation +er ucita +ĠI ndo +yes terday +man o +Ġpol itely +Ġbreak down +Ġcre ÃŃa +ĠWar hol +Ġfort una +Ġmem or +Ġchief s +Ġrat on +Br ook +ĠBrad ley +Ġhue vo +ĠFour th +Ġlabor atory +Ġprior ity +Ġgrim ly +Ġosc uridad +Ġketch up +Ġpinea pple +C ind +p oles +on te +Ġb ou +as is +ust y +ĠW A +ĠN ort +Ġus ar +Ġpro grama +irl ing +Ġpop ulations +for ward +fort une +Ġav is +Ġtravell ers +Love ly +Ġresour ce +Ol iver +Ġceremon ies +ĠKath ryn +ĠQueens land +7 4 +B at +J ake +S ea +i ology +l iest +Ġ �� +Ġg ut +ĠI so +Ġst ooped +ĠS ang +Ġtw ilight +Ġpr á +And rew +ĠBr and +Ġint imate +Ġpublic ation +Ġgas es +Ġbang ed +ĠSim pson +Ġcuer da +ĠOri on +p ant +r ite +Ġw rigg +art he +ĠL an +ĠE du +Ġam ist +Ġmo ose +Ġpu ente +Ġrep ublic +Ġbar bar +Ġbat tal +Ġaut ob +ĠPor ter +Ġtim ing +Ġdread ed +Ġdirig ió +Ġconsist ent +Ġexcl us +Ġathlet es +ĠTib et +V in +Ġd re +am ine +il ian +ĠH ug +ĠP age +Ġr ued +Ġr owed +Ġout break +ĠG em +ong s +to ck +Ġcar penter +ier re +cl oses +Ġres erv +Not e +Ġhair s +ĠHis pan +Ġexper ts +Ġorigin ated +SI ON +draw ing +Ġpositive ly +Ġdrown ing +ĠGi ants +Ġcush ions +Ġconj unto +Ġpase o +âģ Ħ +ĠPom pe +s its +Ġs ombra +Ġd ile +ĠS ide +Ġk icks +ĠC ave +un ken +Ġes co +Ġgr ito +ĠK ur +Ġdes ped +Ġtra ÃŃdo +Ġmat t +Ġmat ure +Ġmar rying +Ġdra ught +ಠ¤ +Ġstrugg les +Ġrepeated ly +ĠJes se +; . +L ot +c s +v ag +z ens +Ġm onsieur +Ġe ffic +ĠD wight +Ġen ero +Ġro bbers +Ġcu red +Ġear ning +ial es +Ġexpl oded +ĠBl anco +Ġval id +ĠPaul o +Mar ÃŃa +._ ] +ĠBert ha +Ġadvant ages +oli ath +Ġacknow ledge +Ġsire n +ĠBund es +ĠFern ando +Ġmicrow ave +d é +p oss +Ġm arty +at ha +out e +Ġcon greg +Ġsu ele +Ġmean while +br id +Ġmar zo +Ġbre ach +Ġcap az +Ġinst alled +ĠCom ics +Ġins pector +Ġcir cu +Ġage nda +Ġpar am +Ġmam my +Ex cellent +ĠPer se +work ing +ĠNe ither +ĠMor rison +Ġinqu iet +ograph ical +Lou is +Comm ander +Ġbrut al +Ġshaw l +C re +b ows +Ġt are +Ġs ou +as ters +Ġbe aver +ol er +ĠP rest +Ġup d +ound rel +Ġtw e +hi ya +Ġcl inging +ho y +Ġmay o +Ġdif fer +AD A +Ġdist inction +cu red +Ġhon ourable +Ġstation ed +Ġfort ress +Ġcompet ing +THE Y +Ġmathem atical +Ġcolump io +ĠGro ver +Ġcuch illo +K ind +b asket +r ump +ĠT RA +ĠS K +un ned +ab r +ĠP are +th in +Ġsu jet +Ġcl umsy +ES CO +Ġper don +ĠY ugos +Ġrec uper +pr int +ठ¿ +Ġband age +ĠGrand father +Ġreport ing +ĠMil itary +Ġpred ators +Ġgan ado +ĠPa ula +Ġscratch ing +Ġbail ar +Ġdesar rollo +Ġdespert ó +Ġapres ur +ĠLond res +K T +j ug +Ġt umble +as ingly +Ġat ac +ĠH umpty +ĠP u +ack ing +ĠK rist +Ġsm oo +Ġtra e +ĠAl g +che m +Ġform idable +Ġprot agon +Ġllev an +Ġrob ots +Ġsurv iv +Ġhistor ians +Ġcontest ó +Ġmont ón +Ġcig ar +Back ground +úbl ica +Ġlug ares +Ġizquier da +intellig ible +B art +_ ." +m ouse +Ġa ught +en ough +Ġth res +Ġno mb +st ro +ĠW ERE +ue gos +Ġte ase +ting u +Ġsha mpoo +me red +Ġreal iz +gu au +ga e +for ced +Ġpain ts +Ġpast ure +ĠLe eds +bor ah +Ġpul se +ĠRand all +Ġprose cut +Ġtes oro +Ġocé ano +ĠBrus sels +I l +S up +j un +Ä « +Ġin doors +ĠT hames +ĠA cc +ĠD av +ĠD ays +Ġcl ad +Ġpe le +Ġpu pa +Ġdec is +Ġsub mitted +Ġblack s +As s +ĠCan al +Ġoper ator +Ġtiemp os +ĠGl ory +Ġvuel tas +Ġinvestig ator +Ġquien es +Ġenem igo +Ġgri ev +Should n +Ġinher ited +ĠMU SIC +Ġvolunt ad +Ġacknowled ged +A sh +l ance +Â Ń +ay ette +Ġse aman +Ġso bbed +ue ve +ub en +Ġad iv +ĠCon vention +Ġvi i +Ġdust y +Ġhast y +Ġneighbor ing +Ġbord ered +Ġbla zing +Ġrelax ed +Ġdwell ing +Ġpeak ed +Ġmuñe ca +Ġintellect ual +M amá +Ġthe ft +Ġb ind +Ġha unted +ld a +il er +Ġ" ¿ +ĠP la +Ġr ama +Ġr ansom +ĠN ora +Ġpor ter +ful ness +Ġestá bamos +Ġcent ers +Ġ5 9 +min ute +Ġsold ados +Sh ort +Ġestar á +Ġtie nda +Ġdescend ants +Ġcommunic ations +Ġchi quit +mbr os +Ġdific ult +m ÃŃ +p ath +Ķ Ģ +it tering +ĠC ord +Ġcan n +ain es +Ġab ierto +ĠN atural +Ġhar ÃŃa +Ġreg ime +Ġfire works +Ġmem orial +Ġcrew s +Ġtarget s +grim age +Ġdies el +ĠIng laterra +ĠWhe el +Ġcen ar +D ev +Z org +g ame +Ġ GE +ĠC ot +el in +ĠW ang +Ġdis f +Ġsc enery +Ġche que +Ġfin als +wh ist +Ġcab bage +Ġ6 1 +Ġprot oc +ĠMa isy +ĠWill is +Ġdef ine +ffic ial +Ġimag inary +Ġhabit at +atin um +Ġimm une +din ner +Ġshr ine +Ġwreck ed +ĠMit chell +c illo +p ence +r uns +Ġw reat +Ġm rs +Ġst ink +ĠS ak +ĠH uh +Ġv om +Ġcom ien +man s +Ġwater fall +Ġve t +Ġret iring +Ġson ido +ĠFran co +raz ad +Ġfil thy +ĠHer r +Ġrele ases +Ġrepresent atives +Ġbreath less +Ġallow ance +Ġox en +Ġ186 1 +fess ional +sell ing +ĠCy prus +Fif ty +Ġmorn ings +Ġanci ano +pow der +' : +d ry +Ġ { +Ġd arl +Ġg ul +Ġg ana +Ġse res +ĠA EW +st ones +Ġan arch +ie nde +Ġv ienen +ĠL t +res ist +ĠK urd +Ġve int +Ġve ins +ĠMar x +che z +Ġver tical +stand s +Ġsir ve +ham mer +Ġpublic ly +ĠDan es +Le ft +ĠSus ie +ĠSus sex +Ġ189 0 +Ġreci bir +Ġdistract ed +G en +T re +b ull +t or +ac ity +ĠT rib +ĠM ug +ĠH elp +ĠD avy +ĠF letcher +ĠO ften +ose xual +Ġtr out +Ġ19 15 +ob a +xt on +Ġreal m +ual mente +ié ndole +Ġinter action +Ġpa wn +Ġcoll eges +Ġcirc un +Ġalg or +Ġconv iction +OP LE +Ġindign ation +Ġsan ct +Ġware house +Ġshat tered +Ġinval id +O ye +o a +t est +ĠM eth +ĠC osta +ig as +ĠL omb +age ment +ĠV ermont +Ġsal uted +du ces +Ġcontin ental +Ġir regular +pend ing +Ġfil med +ĠTe letubbies +sc rew +200 8 +Ġmut ual +Ġshr ug +Ġestuv iera +Ġsplas hing +ĠEth iop +C e +G er +g oo +en ario +ĠB ened +... ¡ +ul ta +ER ING +Ġex ca +Ġman kind +Ġoff ence +Ġfl ot +Ġche ated +Ġdi al +ipp y +Ġview ed +Ġgran ny +Ġprocess ing +Ġestab as +Ġtort oise +Ġsho el +Ġvigor ously +ĠTreat y +Ġey el +' " +F orm +M ENT +N athan +T ed +r ando +ir é +ĠS ony +Ġk g +... , +ĠD OWN +Ġsa p +ist ol +Ġwill ingly +Ġbar ber +Ġdisc oura +ĠMic hel +Ġconne ctions +ĠSy rian +Ġdread fully +Ġwha les +ENT Y +Mark y +ç ois +ĠHop kins +ĠLoren zo +ĠCair o +SIGH S +re is +on os +Ġof rec +Ġdo ctr +ĠA w +ĠW u +Ġen han +Ġhand ing +Ġdes ir +ĠNo el +Ġhear th +Ġpat ent +Ġsun rise +alt ar +Ġtall est +Ġsla ughter +ĠFred dy +Ġreci pe +Ġincred ibly +ĠAth let +ĠStand ard +E se +y ears +Ġb ounded +Ġd ah +Ġp iso +Ġg ira +Ġin ton +ic us +ut ure +ĠM ask +ĠB apt +Ġv ase +ĠG oliath +you ng +act ivity +ob ject +oy le +ĠCar o +ĠMa ud +Ġsac ud +Ġox ide +Ġobserv ations +à³ Ĩ +ĠpelÃŃcul as +Ġminor ity +Ġvirt ue +ĠGlo bal +Ġolv idado +ĠShah razad +Ġcongress ional +Ġcorrupt ion +---------------------------------------------------------------- -------- +G osh +T HERE +_ ; +f re +ed as +ri ke +ion a +Ġse amen +ĠC amb +ĠH unt +here nt +Ġcan cel +Ġsh ifted +ĠN os +ĠR ita +Ġover night +av ana +Ġsl ower +ú car +Ġson risa +Ġyoung sters +Ġmet ropolitan +Ġsal ÃŃa +Ġz ipper +net ic +Ġneck s +Ġkn elt +Ġavo ided +Ġdir é +Ġcruel ty +ĠWater man +Ġfisher man +ĠGon z +A con +C y +E xt +S iempre +t led +Ġt ira +Ġo atmeal +Ġto ll +ri ans +ĠS TAR +ĠS hang +ĠS plash +ĠL ithuan +Ġsay in +ty pe +Ġapp ar +Ġhab ia +Be en +arl ow +Ġcre y +20 19 +Ġfeed s +ĠLea ve +sa us +Ġdisp ers +Ġconoc ida +ĠSong s +Ġdischar ge +Ġlin en +ĠCrom er +Ġenga ñ +b rilliant +it ory +Ġl ac +Ġbe ck +ĠS ent +ĠM ade +Ġnot icing +Ġ" ". +ĠP C +Ġpl anta +res pect +to gether +Ġlo lly +Ġcl av +Ġmu nd +Ġsha ve +Ġwater melon +Ġear rings +uff s +col ored +ĠSer bia +Con nor +CO ME +Ġrom per +ĠEll iot +Ġtender ly +Ġentertain ing +Ġimper ial +Ġprote in +Ġmoder ate +Ġalle ged +D ónde +r ated +un ar +AT TER +ĠF isher +ĠR www +Ġback up +look ed +ON NA +Ġrepl acement +20 13 +20 16 +Ġori gen +cient os +hile as +Ġcla pped +ban ana +Ġow ed +Ġej erc +ĠVal entine +Christ ian +Ġchallen ged +Ġboun cy +Ġhipp opotamus +c ers +w ana +nd y +un al +Ġr ally +ĠL ala +Ġcl utch +sh ort +ĠWhat ever +wh im +Ġmiss ions +ĠPr adesh +Ġsqu ared +Ġz ona +Ġ10 1 +Ġmot ions +Ġtech nolo +ivid ual +Ġbeha ved +ĠMajest ad +heim er +Ġsubstit ute +Ġtel éf +u pe +Ġo le +Ġh ielo +ol is +ĠW ag +Ġout put +Ġcom a +to es +Ġest ad +do ggy +ĠUn ión +vie mbre +Ġfoot age +Ġmiss iles +Ġprof undo +Ġdeal er +ĠPro gram +Ġdem ol +Ġsuggest ions +Ġcompet itive +Ġought a +Ġord in +Ġsen ator +ĠMont ana +Ġburst ing +Ġautom atically +Ġproced ures +Ġwrit ings +Ġacad emy +ĠFriend s +ĠTW O +A GE +H ush +V aya +Ġ ions +Ġm ound +Ġl ords +Ġst ain +ĠC ant +ĠP ont +Ġv s +Ġcon ozco +Ġthem es +ci ble +Ġac ud +Ġsc al +als a +Ġsl ate +és ar +Ġmonth ly +Ġpas ando +ange red +ĠTe rence +Cl aro +Ġplant ation +ĠChe f +Ġmagn itude +ĠDen ver +Ġpoison ous +Ġcorpor ate +ĠDef ense +Ġimprison ed +Ġairl ine +K E +S ex +b ob +c ant +c illa +d irty +à ¦ +Ġno mine +ĠB uc +ĠP ingu +Ġsu ya +na p +han ie +Ġun kind +Ġsp lin +Ġco ve +Ġpass port +ĠGer tr +Ġmill as +20 14 +ĠHar bor +Ġant agon +would n +ĠMag ic +Ġdepend ed +Ġhero ic +Ġexcl usive +Ġdemocr atic +Ġpave ment +M IC +p ound +v id +Ä ĥ +Ġt am +ĠI gor +ĠB enson +ĠL ill +ĠF E +te ch +Ġpe eping +Ġpr ision +Ġdes ires +ach ine +ĠAr amis +rop hy +ĠZ ara +Ġpon en +igg ers +Ġsett ling +Tr ack +Ġos curo +Grand pa +Ġuniform s +Ġgrup os +ĠDev on +Ġfortun ately +Ġtut or +Ġpearl s +Domin ic +Ġbalc ony +Ġeyebr ows +A ustral +e ches +v ial +Ġc ena +no x +Ġre tained +ĠM erry +ne g +ĠK end +Ġam use +gu é +Ġmet eor +Ġair s +Ġdig est +turn ing +Ġba ño +ĠPict ure +ĠAud i +Ġorg ull +Ġtwink ling +Ġcaba ña +L ondon +f urt +h ope +p ump +â ĶĢ +Ġb umble +ar in +ĠT ail +ĠB oss +Ġus age +Ġsp ilt +Ġac aba +ĠY ard +Ġreg istr +ows ki +Ġworld s +EN CE +bro ke +Ġdic iembre +Ġwire less +ĠBook s +Ġcrist al +ĠDim ple +ĠConstantin ople +N ic +T ambién +Ġ 000 +Ġfor ts +ĠT itan +ĠB ul +ab o +ĠD J +ER I +Ġ( ). +No el +Ġac ids +Ġneed les +Ġreg ain +Ġcook er +Ġbat alla +Ġhon ors +Ġdepend ent +Ġbon us +Ġsalt ó +Ġtant os +ĠAlger ia +ĠCopper field +Ġgoss ip +F ull +P L +b able +f lo +w s +he us +ro v +Ġthere in +ĠD A +ĠL ost +ĠR est +ĠO ct +ĠK ids +pl an +ub es +Ġdes l +und ers +ĠAl bum +ĠMar co +Ġsy rup +ec imientos +és ped +20 20 +UN C +au x +Ġgen re +Ġig lesia +Pr ot +Ġtermin ó +Ġstro kes +Ġcone j +Ġdeliver ing +Ġcrocod iles +Ġmonta ñas +Ġclin ic +Ġric hest +Ġpresum ably +Ġsemej ante +F air +o ine +t ó +ver b +Ġan at +el ic +Ġsh illings +gu in +Ġrel iable +Ġsal ieron +ĠAd v +Ġvill agers +ding ton +ĠMon roe +Ġcart oons +feren cia +Ġsalt ar +Ġej ército +Ġelement o +Ġdistur bing +Ġinten ción +Ġproceed ing +Ġopt im +ĠVen us +Ġere cted +ĠBeat rice +Ġdisag ree +Ġmigr ation +Ġembr ace +Ġther m +Girl s +ĠLuxem bourg +D er +H annah +I r +R h +h istor +s aw +Ġc aves +is ance +Ġhe aling +ac us +Ġab brevi +?" , +Ġlos er +Ġad vers +Ġact u +Ġlast s +Ġsl ay +Ġside ways +iet ies +wo ah +Ġmiss ile +ĠZ oo +Ġpen et +Ġrepl acing +ĠX IX +Ġextra ordin +Ġeduc ación +Ġrepe ats +Ġskin ny +pos ition +Ġspr ings +Ġdij iste +Ġreduc ing +Ġdescon oc +Acon tecimientos +ll as +Ġhe red +Ġme ek +ul ación +Ġex iste +Ġpro por +Ġmo ver +ĠIn vestigator +Ġpres ume +Ġred uction +Ġap render +Ġmed iante +Ġev ol +Ġprov oc +Ġvar iable +ĠPat ricia +ÃŃs ima +Ġdesign ated +Ġopin ión +Ġchat ter +Ġvirt ually +Ġdemonstr ation +Ġvolunte ered +Ġhier ro +Ġinfin ite +Ġperspect ive +M ill +f ruit +k ick +l ied +s ol +ir ÃŃa +ĠF itz +á culo +Ġday time +Ġra ped +Ġmon ot +Ġbox ing +Ġside walk +MA L +Ġap rove +Ġcho ked +Ġprof ile +ĠEurope ans +Ġsn ug +Ġhang ed +Ġqued ar +Ġcual quiera +umber land +Ġtir ar +Ġflood ed +Ġachieve ment +ĠSat urn +Ġincor porated +Ġmush rooms +Ġquis iera +Ġelef ante +ĠAbor iginal +Ġtérm ino +! [ +A men +l anguage +w ipe +Å Ł +Ġs ighs +Ġd ó +ĠS IS +ĠM ak +Ġsl ot +Ġplan eta +cri be +Ġmag istr +ral o +Ġesca ping +Ġaccept able +off s +ĠTur ks +ĠCat halina +ĠCO ME +ĠRos al +met ic +ĠBaby lon +Ġtooth paste +Ġpropos ition +Ġastero id +Ġassign ment +Fall ecimientos +Ġbewild ered +Nac imientos +F ight +z ip +er io +Ġd oodle +Ġth ir +Ġn oun +ĠS ad +ĠS op +ĠH uns +ĠW ick +Ġab ril +ĠE h +ĠE nergy +pe z +Ġex cel +Ġar ist +ace ous +Ġro ca +Ġent iendo +Ġsal to +Ġext remo +AS S +ĠNor se +Ġav ión +Ġmal os +Ġneg ra +Ġglo bo +EE P +cir cle +Ġree f +Ġsurviv ors +D éj +ĠN aval +ci als +ian g +Ġhar mon +ik ing +Ġvol ar +20 18 +Ġbes o +Ġrad ical +Ġshut ting +ĠBlack y +Ġmedic ation +200 5 +Ġbrill ante +Ġmel ting +Ġfel ices +Ġconqu est +Ġtig re +straw berry +Ġcertific ate +m kay +Ġt umbling +Ġin just +ĠB UT +our ing +ĠL oc +te nder +Ġ19 16 +ient as +ĠBr ick +ident ly +Ġdist ances +gu a +Ġrece ives +Ġbra ke +Ġval iente +Ġstri pped +igg ly +ĠBel arus +ĠDemocr at +Care ful +Ġcher ries +Ġcomplain ts +Ġincor por +ĠWee k +Ġscholars hip +Ġvow el +Ġimmigr ants +ĠJama ica +ĠFollow ing +lik ed +design ated +P olly +ha cer +ed o +ĠS ag +Ġal oft +ren ched +ier da +Ġwar ming +Ġinter cept +Ġhorse men +Ġstat ues +Ne ed +Ġthreat en +Ġhistor ias +Ġgro an +Ġneighbour ing +Ġcord ial +wr itten +Ġmá g +Ġalcan zar +ĠWars aw +ĠGriff in +Ġinev itable +8 4 +B ri +D ist +H ouse +l ined +p us +am y +ĠS old +ĠB ach +ĠN omi +Ġex pend +Ġun con +ci er +iss ions +ĠV io +Ġob l +19 0 +Ġgra vy +Ġemp uj +Wh ose +Ġmedic ines +Pr ince +Ġdefend ant +Ġshel tered +Ġ187 0 +Ġ���� �� +Ġfaint ly +Ġawait ed +Ġlegisl ation +Ġseman as +Ġforgiven ess +ĠDaw son +Ġhorizont al +h orn +Ġt angled +Ġy uck +Ġr inc +Ġv icious +ĠL ola +ĠF un +Ġch ore +ĠUn like +Ġset tee +Ġpol ished +Ġgener a +ĠEl iza +Ġ7 00 +Ġstra ined +ĠMan uel +Ġ14 0 +Ġresult ado +ĠSen ior +ĠBE EN +ĠNic ola +Ġgle am +ĠJosh ua +Ġinaug ur +ĠSuff olk +Ġg anas +Ġre ins +ĠT it +ĠA j +ĠP ied +ice cream +la ughter +Ġco arse +Ġcar ing +Ġlong itud +Ġsur g +Ġref resh +Ġgrand dad +Ġtre ason +Ġloc ate +Ġlearn s +ĠJust in +Ġestud io +Ġtrat aba +Ġregal os +ĠIda ho +D ave +f at +Ġs aints +qu iero +ĠT ort +ĠS or +ĠM und +Ġv ines +Ġout law +ĠF IRST +ĠN ero +ci le +ous er +Ġcl icks +Ġoff ense +can e +ĠJohn nie +bl ast +Ġfil ming +ĠLe gend +Ġdirect ing +Ġdeb es +Ġdecir le +Ġextend s +Ġthrill ed +agu ar +Ġrein force +Sus an +ĠMunicip ality +O F +S und +d ice +e xt +g iraffe +w ine +Ġbe lla +ir me +Ġse min +ĠS it +ĠP orts +Ġsu elen +Ġpl ast +ĠO P +end a +Ġcr uc +Ġsl ipper +ced es +Ġtri pped +Ġmiss us +Ġcross es +Ġ11 0 +ĠMc K +ĠAnt ar +Ġcrow ds +Ġseg uridad +Ġsoci eties +ĠEgypt ians +GR AND +Ġuncom mon +Ġribb ons +Ġgig ante +Ġinterpret ation +kn ife +anth rop +H or +g ada +m ut +s as +à ¯ +es se +ll is +Ġwhat soever +ĠD ue +Ġen am +Ġpl acer +Ġbr ushes +pl us +uck ily +Ġser pent +Ġspe eches +ĠAnd re +Ġri ot +ph ic +St at +atur ally +ĠCap ital +Ġexam ines +Ġchief ly +Ġtend s +Ġtrabaj a +Ġcri atura +ô ne +ĠCind y +ĠSER IES +Ġappre hens +B oss +E mma +d ust +Ġs essions +Ġh ugs +Ġu nde +ch urch +op hil +Ġout s +á f +ĠV ern +aw are +com b +Ġaqu i +Ġtri ple +Ġpictures que +Ġmucha chos +Ġglo be +Ġspring ing +Ġinvent or +quick ly +rim onio +Ġelabor ate +ĠAdmir al +Ġconstell ation +. ? +B orn +R yan +l é +Ġa uction +Ġto ken +Ġre tail +ig ators +Ġbot e +ĠBr ooke +HE L +uff le +Ġlist ing +Ġmis fortune +OU SE +Ġcho king +Ġloc ality +oof y +Ġstri ps +Ch in +Ġhall way +Ġemb ark +ĠPol o +Ġwest ward +ĠDes de +Ġrow ing +Ġcontract s +Ġneces ita +Ġbaj ó +Ġchat ting +Sm ith +Child sname +sna p +Ġliz ard +Ġingred ients +K ate +P en +R US +S en +h ung +á ¹ +ar ias +ro pe +ĠS oc +Ġsu llen +Ġsh rew +ĠR ex +lo e +Ġper fection +ñ ora +uc iones +Ġsl umber +Ġlist o +did a +ipp ers +Ġma estro +At l +Ġva ult +ĠNor folk +Ġcool er +Ġcouncil s +ĠPakistan i +Ġconcentr ated +Ġdomin ant +ĠDev il +ĠTest ament +ĠBoe ing +Ġvulner able +on ies +Ġd or +ot as +ĠC er +Ġcon form +ĠW rit +ĠF ly +ĠF ergus +Ġlea ping +Ġhar á +Ġchar ging +Ġinter val +ĠSc ots +ĠCar men +Ġfast en +Ġbra kes +cient ific +Ġgro ve +Ġtranqu il +Ġrefe ree +Ġveter an +Ġalumin ium +B eth +D iv +N orm +t ico +Ġu bic +Ġfor cing +ch io +ĠB att +Ġv room +Ġpl aint +There fore +Al an +cho ly +au ce +Ġdej ando +sp an +ĠST ORY +Ġpant al +Ġacab aba +Ġdiss olved +Ġproceed ings +Ġloft y +ĠRhod a +Ġdischar ged +Bra vo +Ġabst ract +Ġcriter ia +G al +S ara +s ólo +à ĸ +ha pp +or no +le gged +Ġre de +Ġse an +Ġr as +ĠF uck +ĠN ine +ĠR ace +Ġsp here +Ġte orÃŃa +be k +Ġhow l +har m +Ġsc oring +Ġve las +any body +Ġcoll ie +pa use +rom ag +Ġinde x +Ġsab en +Ġ13 0 +Pro fessor +Ġchallen ges +Ġdrag ón +Ġsust o +izz ie +ĠSocial ist +ĠLind say +ĠVill age +gro ans +Ġrack et +ĠContin ental +E conom +G ame +M organ +T U +c án +n ys +Ġm oust +Ġp all +Ġha gas +Ġre ferences +ĠT ELL +ĠH amb +ci énd +la via +urn ing +ret ion +Ġmet ido +ste ady +amb oo +pr om +Ġcur a +ĠBe et +ĠAll ÃŃ +Ġstre ak +ĠCha pter +ĠPro bably +vol ution +Ġtick ling +Ġconvers ations +Ġpet ition +Ġaud ition +Ġpossess ions +Miss us +ĠSol ar +ĠPop ular +Ġlect ures +adu ate +Ġpien so +ĠRich mond +Ġdeber ÃŃa +Ġsculpt ure +Ġinvolve ment +Ġpronunci ation +ĠFried rich +8 3 +D oug +n ée +ri ous +ĠB arr +na ke +em or +ĠO ber +Ġcu id +Ġtop ics +Ġins ign +20 12 +Ġfear ing +ĠComm ons +ĠMag azine +Ġkn itting +Ġquer ÃŃan +Ġpool s +Ġlit ter +ĠUN ESCO +Ġtro zo +SH A +Ġmour ning +prim ero +ĠAdvent ures +ĠCOMP ANY +N ancy +d ro +ã ĥ +Ġc ac +Ġd w +Ġm iel +Ġsh ooter +ci ente +Ġco gn +Ġcu ándo +de y +Ġch icas +Ġra ises +Ġstr ay +Ġcons ented +aron i +Ġpen insula +Ġexam s +ĠNe braska +ánd ola +ĠMom ma +Ġbal ón +Ġtong ues +Ġneces idad +uls ion +Ġnut ri +Ġrepro ach +Ġrent ed +tw elve +ĠÃī l +Ġsynd rome +Ġagrad able +8 00 +D ra +g ard +et ty +Ġqu eso +od ge +Yes terday +ĠAl ida +Ġfell er +Ġsal ute +den es +Ġbur row +ij ing +Ġterm ina +ĠEm ir +ele ction +Ġhug ging +talk s +ĠHind i +Ġlegend ary +ĠKas hm ++ ~ +M ot +S ol +r és +Ġa ux +er ving +Ġm ente +om atic +ld en +im an +ĠP ie +em ale +own ed +Ġsp erm +ne ar +ĠK ey +ces e +Ġbook ed +rent ly +Ġgrow l +ĠLe go +ĠFrench man +Ġorgan ize +Ġdoub led +Ġchem ist +ĠStud ies +Ġtrag ic +F E +K a +P ay +d ish +d ark +m ath +Ġc int +Ġm ia +ĠB everly +ĠW ing +ĠF O +Ġcl ut +Ġtr aced +Ġcomp act +ĠV oy +Ġseem ing +Ġbest owed +Ġmind ed +Ġmis mos +Ġbar be +Ġhum ili +20 15 +Ġfig ura +ಠ¾ +ĠSa udi +ov sky +ĠJimmie boy +Ġpregn ancy +Ġchamp agne +Ġarist ocr +S qu +p ued +en ÃŃa +ic ting +ac ular +Ġn ought +Ġex ile +ĠK www +ff es +co on +Ġsc oundrel +Ġca fe +po x +Ġesc rito +ĠTr ade +Ġrepresent ation +ID E +Ġhide ous +ĠOl ivia +200 9 +Ġaddress es +ĠPers ia +Ġancest or +ĠPier ce +comm unes +Ġsop ort +Ġmuff in +ĠEnt re +ĠAmb assador +Ġbung al +Imag ine +j amas +Ġs ly +Ġs ip +it ness +ĠN elly +Ġright ly +Ġwr ought +Ġrec or +Ġsur rend +ats u +ĠNew castle +Ġconf using +ĠAll an +Ġfavor able +Ġsnow y +Ġpract iced +Ġqued an +Ġlunch time +Ġge ography +udd led +could n +aterpill ars +Ġsmo ked +Ġancest ry +Ġutiliz a +Ġtransform ed +ĠNap les +! ! +d ened +e res +h urt +Ġc ens +Ġb out +Ġl icked +le ased +ir á +Ġn ah +Ġst er +ĠB ent +ĠH ait +Ġsu cc +Ġsh ipping +ĠG ates +Ġsome place +ag ged +Ġes qu +Ġcomp art +Ġmin ers +IS E +ee red +Ġpick les +uff er +Ġair planes +Ġguess es +eng ine +Ġherman as +Ġcompos ers +Ġrang es +Ġense guida +Ġnegro es +Ġthrill ing +Ġtuv iera +MB ER +ĠGertr ude +D ep +M as +N Y +N ER +m ix +p x +u ffe +Ġ icy +ĠN BA +ard y +Ġex terior +ĠU d +Ġbl ades +Ġpres idency +Ġcer can +Ġrep airs +ĠCHI s +Ġpresent er +Ġdeep est +ಠ¨ +Ġep ic +Ġjun ction +Ġsympat hetic +ĠShar on +Ġteen ager +ĠAngel ina +Gl ory +Greg or +Wal ter +Japan ese +ĠBald win +Ġalgor ith +T or +m art +Ġc él +Ġl ind +ĠT ill +ĠH urricane +ĠW inky +ĠG iles +ĠL ear +ĠV lad +br ook +ib ilidad +Ġhum id +Ġexpl oring +Ġrecord ings +fort y +ĠSe ason +Ġconst ruct +Ġproduc ers +Ġmix er +Ġcard board +Ġtend ency +ĠBur g +Ġtap ing +bar row +Des pite +Ġale j +Ġperd ió +Ġpsych ological +Ġanticip ated +Ġdatab ase +G U +K id +U H +Ġf iddle +Ġg imme +Ġse p +ĠM ildred +Ġup wards +ĠG ONNA +uc lear +Ġve il +ĠNo va +Ġsk irts +ete enth +Ġcover age +Ġrob es +Br own +Ġindic ating +Ġ188 0 +Ġdecor ation +Ġsquad ron +Ġcondem ned +ĠMoroc co +Ġnomb res +ĠCaro lyn +8 7 +M is +b is +e ous +w omen +Ġh mm +ĠS ig +Ġwh it +ĠP ine +ĠP ony +ÃŃ d +ĠF urther +ci ously +Ġcl uster +Ġhouse keeper +Ġcha os +ĠGeor gie +rec row +Ġremem bers +Ġcontinu ó +Ġprem io +Hon estly +Ġvolcan ic +Ġstab bed +Ġcompre hens +ĠNev ada +Ġfranc és +Ġbols illo +Ġvalle ys +ĠWent worth +d éj +in ete +Ġha iled +ic ate +os ph +Ġdo zens +ĠG ail +é m +Ġfe brero +per fect +Ġdis ple +ition ally +Ġminut o +Ġpar ado +Ġprim o +Ġpet ty +cell or +ĠDes ert +200 4 +ö n +ĠMer cer +Ġ190 1 +Ġhook s +Ġrecommend ation +Ġsumm ers +Sim on +Ġcert ified +Ġcontrovers y +ĠYan kee +Ġsubsequ ently +Ġpúbl ico +F r +Ġre ÃŃr +Ġout come +Ġar b +Ġgr umpy +Ġper ch +cl othes +mo ke +Ġrel ating +HE I +Ġsent ry +ĠInd ies +ĠJohn ston +Ġgra vel +ĠAll iance +mon os +Ġopp onents +An swer +ĠEn vironment +ĠMart y +ĠMat ty +Ġnet works +met ro +Ġtir ó +Ġspect ators +Ġtiss ues +Ġprovin cial +Ġfrag ment +Ġtranqu ilo +Ġoct ubre +Ġexceed ing +Ġmush room +ĠMans field +Ġsubsequ ent +h uy +y ells +Ġd ale +as en +qu ete +ur so +Ġqu ita +Ġj an +ig ual +Ġar ise +Ġtr ough +Ġbr ows +Ġmo ld +ĠV end +ĠAl t +Ġz ar +Ġvill a +Ġcop ied +ĠBet ter +Ġremem b +ĠCong o +Ġlan z +Ġneces ito +ĠJud ith +Ġprem ises +ĠIsab elle +A dd +H um +K ar +_ : +b red +d amn +m ons +ha ge +ic on +ĠB ess +é te +to ld +Ġfl ank +uc he +Ġkind ergarten +ĠNe igh +gl asses +Ġwhist led +Ġexact amente +Ġmole cular +ĠAld en +Ġrecib ió +Ġchlor ide +Det ective +Ġatre v +ĠBundes liga +B ang +T ar +f uera +l it +u ing +Ġw rench +Ġo ops +Ġf id +Ġno viembre +ĠP erson +op sy +Ġv ulgar +ĠG as +ĠG ers +ast on +Ġlo bby +ag s +Ġgr ind +Ġbl onde +ĠV illa +Ġch uckles +ild e +ĠAnd rea +gen es +Ġder iv +Ġdecor ations +Ġflash light +Ġobst in +Ġgamb ling +Ġrept iles +continu ó +L eg +N an +c et +g usted +an adu +Ġg uts +le ader +ĠS ans +ĠD illon +ĠN ept +Ġbl ink +ĠV olleyball +Ġsc re +Ġmust ard +Ġmen u +AD Y +Ġhum ana +Ġang les +Ġbur ger +ĠMe gan +RE B +Ġtrad ers +ĠTim my +Ġcred ited +Ġelement os +Ġcontribut e +Ġerr ors +Ġconnect s +Ġassum ing +ĠArist otle +H ung +K aren +f era +Ġd rying +Ġy ew +qu est +Ġcl ues +ĠSt rat +Ġbu ys +Ġfell as +Ġhorse back +ĠGu ild +Mar g +Ġpatient ly +ĠPort land +Ġelev ation +Ġpoison ed +Ġmole cule +Ġune as +Ġrecoll ect +Ġambit ious +f amily +t ip +in th +Ġl ass +Ġre cept +Ġn aming +ĠM end +se mble +ĠD io +Ġun in +Ġdown ward +Ġfe es +ult ura +ĠNo kia +MA X +Ġimport ancia +sha w +Ġmouth ful +ĠProv idence +Ġconserv ation +Ġextend ing +Ġfisher men +Ġmie mbros +Ġarsen ic +Ġprel imin +Europe an +Cel este +G AS +er ie +Ġd azz +is ode +Ġm ould +Ġst ables +ĠT ú +ch op +ĠD ame +Ġchan ced +Ġfin ance +gr oss +Ġste ward +Ġcam els +Ġorder ly +acher s +Ġoper as +Ġchurch yard +ĠEx amples +Ġ186 0 +Ġafford ed +Ġsuck ing +ĠBox er +ác ter +Ġphysic ist +ĠByz antine +N ay +l ore +s light +Å ĵ +Ġ ouch +Ġa pe +ĠC ool +Ġpl ump +ĠJ ava +Ġex clam +be en +Ġsc ant +ĠAl ong +Ġdi verse +ĠDe borah +pr in +du ctions +Ġacc um +Ġbra very +ĠRoman ian +Ad iós +Ġhy ster +Ġthrill er +fing ers +ĠElect ric +Ġperten e +Ġfestiv als +Ġamp hib +ĠShir ley +iént ate +j in +Ġo ce +Ġof re +Ġh uts +Ġwe ep +st ock +ĠR afa +Ġsp arrow +lo at +ĠSt alin +cl ip +oll en +ú b +Ġreal istic +Ġrest ra +Ġtem a +Ġem oc +Ġclim a +Ġtick les +Ġvac ant +Ġkey board +Ġcart as +Ġdom ain +Ġestud iar +ét ico +Ġrevolution ary +Ġromp ió +ĠCub an +Ġsuspic ions +Ġsept iembre +% ) +8 2 +P E +b ard +ha z +Ġd ome +Ġp ent +Ġin aud +am oto +Ġse am +ĠC elt +ol ith +ĠD art +ĠN ad +Ġex tingu +Ġpro ves +Ġag rees +Ġgr is +Ġover heard +urn ame +Ġac ute +Ġcr ouched +Ġnum bered +Ġmet re +ĠCon n +Ar ch +Ġabuel ita +ĠCont rol +Ġgig antic +ĠSax ony +ĠStr ong +Us ually +Ġmini ature +cuánt os +Ġbegg ar +Ġinton ation +L ive +M I +N S +S har +Ġf t +ow ls +qu al +Ġdo omed +ĠC el +ĠD ha +ĠG ay +Ġor chard +ĠE t +ound ing +ci os +-- . +Ġper ched +ire mos +ĠV ERY +but ton +ma ux +Ġcent imet +Ġpubl ishing +ĠFl ora +Ġpon ÃŃa +Ġhospital ity +Ġincre asingly +ಠ° +Ġquer ied +Ġ190 9 +ĠWood s +Ġciud ades +Ġmercha nd +Ġdiscover ies +Ġdialect s +Ġprosper ity +M ade +x to +no l +ĠT hings +Ġr in +ĠN ear +ĠO UR +-- ' +Ġcomp render +St upid +Ġposs ibilities +Ġtom ate +Ġprop ósito +Ġpriv ately +Ġpolic emen +Bl ood +Ġtow els +Ġsoci edad +Ġregard less +Ġ186 2 +mark s +imit ating +Ġclaim ing +Ġchop ped +Ġprem ium +Ġrum or +Ġcarre ras +Ġyield ed +Ġfrustr ated +ĠHO ME +Ġgé nero +L ots +M L +R ather +i ja + Ŀ +ar ity +ĠT us +ĠT ran +ĠT www +ĠC ond +ĠB ib +ĠL otty +ine o +Ġpe ering +Ġunder take +Ġra ven +ente red +Ġass urance +Ġhum o +Ġpare cido +oub t +Ġenter tained +Ġaz úcar +Ġod or +Ġguar ante +Ġburg lar +ĠCry stal +Ġmelan choly +6 00 +8 1 +ou ver +Ġw oe +Ġc ÃŃr +Ġd ashing +Ġd ictionary +ĠA ctor +se es +ĠC ost +Ġwh oo +Ġfr ÃŃa +ation ally +ĠR ah +ĠE g +Ġun ic +ag as +ish na +Ġpo bres +ach ment +Ġch illy +Ġind ifferent +Ġexpl ode +Ġgrow ling +Ġqued aron +Ġsex ually +Ġgall ina +Pro duced +Ġprincipal mente +ĠCorn wall +Ġdrag ons +Ġdece ased +Ġtren ches +K S +L iz +d ifferent +Ġb uh +Ġb achelor +or ian +le aves +ke red +Ġher bs +ĠO LD +ĠY as +ĠAnd ré +Ġmar char +ister s +ĠDe wey +Ġver la +Ġsub stances +ios os +Ġpare cÃŃan +Ġgreen belt +Ġple asures +Ġcam ar +Ar ound +ĠAb i +Ġbast ards +Ġ190 6 +DE B +Ġhue co +ĠBal dy +Ġobed ience +grap es +CHUCK LES +G G +R oll +k ill +Ġw iser +er oy +Ġf ern +Ġg au +Ġre app +Ġn ad +se ud +Ġsu ces +ong a +Ġcl aw +ES E +ne red +Ġest an +Ġend angered +uss ion +Ġinter posed +Ġhum our +for man +Ġsat ur +Ġtom ado +ĠMc Donald +ĠMat ilda +Cl ass +Ġlaughing ly +Ġscrew s +ele ven +Sm all +Ġceremon ial +Ġrasp berries +Ġtact ics +Ġtad poles +Ġmonaster y +J erry +K evin +c ats +ĠS W +st ory +ĠH APP +Ġup date +ig her +Ġso bbing +ain ting +Ġout ward +ĠN as +Ġfe ud +Ġé sa +St ra +ĠTHE M +Ġmid fielder +ĠChar t +Ġextra vag +Ġfail s +Ġba ile +TH ANK +Le on +pro duces +Ġfault s +Ġpred e +Ġheight s +Ġpure ly +Ġult imate +haw ks +Ġentr ada +Ġmathematic ian +m ess +n one +Ġe f +ĠS outheast +il ion +Ġcom ió +ĠL anguage +ĠN ixon +ous y +Ġback pack +ob y +de al +Ġsc ooter +gr aded +Ġsound ing +Ġconf ianza +Ġaw aken +Ġresp et +Ġpubl isher +Ġsuper market +En joy +Ġban ner +Ġpens amiento +arent a +Ġrat io +Ġcivil ians +Ġlog ical +Ġstock ing +Ġprecip itation +Ġlip stick +ĠLion el +Follow ing +Ġobser ving +Ġantigu o +ĠBuff alo +Ġyog urt +A II +F inal +L ear +c itos +Ġa pl +re ra +Ġs es +Ġw age +er forth +Ġf oes +an zas +as el +Ġbe fallen +ea ban +ĠB og +Ġsu be +Ġen closed +ĠG io +ĠN AT +é g +Ġcl atter +Ġpe lea +Ġro ds +ps ies +Ġhome ward +uc as +Ġwait er +Ġrel acion +ĠPr oof +Ġprop ag +ĠTr addles +over la +pap a +Ġtub es +stan bul +Ġray os +Ġocur re +Ġacost umbr +Ġenthusi ast +Ġfantas ma +ĠCroat ia +Ġenfermed ad +D og +I Z +L www +M amma +g art +Ġ OTHER +in stead +re no +er vo +im eter +ĠS alle +se at +ĠP i +pp e +ĠF ra +ĠE P +Ġlo go +Ġtr u +Ġca za +Ġfil mm +Ġarm or +va e +Ġâ Ī +Ġsad ness +ĠEst ás +aren ce +Ġjun io +Ġ190 7 +Ġtermin ar +ĠDa ily +Ġfuss ing +ĠHor ace +Ġprote ins +ĠHu bert +T aking +he avy +Ġe cc +ld on +ĠS ólo +ĠB L +op o +Ġhad a +ĠO mar +ass i +ĠV d +az y +Ġsub way +Ġprof its +ĠLe ft +ĠAd ela +Ġappro aches +Ġgarden ing +Ġpad dling +Ġhost age +Ġnovel ist +Ġconsult ed +ĠGab ri +ĠBeng ali +Ġshrie k +lest on +ĠRena issance +abul ary +Ġpian ist +c n +l ene +r kan +Ġb itten +ar os +ĠB orough +ĠP ul +ĠW ade +Ġpl ough +ĠF enn +ĠN unca +ĠR oo +do ctor +Ġam ple +act ic +Ġad iós +Ġser ver +Ġra ined +Ġbus ily +Ġcons ul +Ġint act +see ing +Ġemp resa +Ġfig ur +Ġant igua +Ġban quet +Ġaut onomous +Ġcollect ions +ribut ion +Mar io +Ġbank rupt +Ġimpro ving +Ġappl ies +Ġinno cence +Ġlic ence +Ġrhy mes +TA IN +Ġbuzz ing +Ġbloss oms +Ġpursu ing +Ġfrig ate +uver gne +Ġoport unidad +I m +b ud +f uss +es h +Ġse izing +ĠM az +ĠB aw +est re +ĠR iding +Ġun gr +Ġgr id +Ġcar ácter +ĠV all +Ġsc ree +Ġfl aming +gr acias +Ġret ro +che l +ific ación +con f +Ġfore most +Ġlad os +Ġkn it +Ġrespect o +Ġmatch ing +Ġvent anas +Ġpin ched +Ġpin ned +Ġconoc ÃŃa +Ġ190 3 +Got ta +Ġmel ody +Ġhug ged +Ġsust ained +Ġdé bil +Ġcolump ios +ĠVo ice +ĠSalv ador +ĠIso bel +A F +H asta +b é +s ir +Ġs ciences +Ġf idd +Ġp ope +Ġre now +Ġre built +ĠA ur +Ġnot ably +Ġout line +ĠR ee +Ġag osto +ĠHe ctor +Ġcu ént +Ġgu apa +oc eros +Ġspe ars +ĠBut ton +Ġass ets +Ġmiss es +Ġpar cels +Ġdet ener +ĠCap itán +gue z +Ġdam ned +ĠGu ad +Ġwheel chair +Ġdisp on +ĠBert ie +Sp eaking +Ġrank ing +Ser geant +Ġdisappear ance +Ġretreat ed +Ġabund ance +Ġexplore r +ĠDer by +ĠEN D +Ġpeep ed +Kat ie +ĠDuc hess +ĠSlo ven +ĠPorts mouth +S chool +T T +W orks +Ġin ver +Ġin habited +am er +ĠT ry +ĠT aj +ch ips +Ġqu ad +ĠD ipsy +ĠW ol +Ġes car +Ġdes en +Ġcomp at +Ġdis cer +Ġcont enido +br altar +Ġsy mm +ec ÃŃa +Ġpat ted +Ġspo kes +ĠAt las +Ġinc ons +Ġcal iente +Ġori gins +Ġhusband s +ĠFrank ie +Ġshut s +Ġbright ness +ĠPat ri +field s +Ġinvestig ating +Ġshr ub +Ġratt les +Ġconsum ption +ĠRand olph +Ġmerc ury +ĠAdvent ure +Ġlem me +Ġfelic idad +Ġunwill ing +D P +D ig +T an +T ill +i ados +y u +Ġ Ä +Ġs outheastern +Ġin duce +ve te +ĠH AS +Ġen lar +Ġman ly +Ġmat a +Ġsw ap +Ġtri b +min ent +ĠAll ied +Ġvol t +Ġmer it +ĠCap itol +Ġpract icing +Ġconvers ación +Ne ces +Con f +Ġtir ado +Ġbi kes +à° ¿ +ĠPrin cip +Ġraz ones +Ġpag an +butter fly +ĠMerc ury +o os +ha st +ĠM old +Ġr ational +Ġen cend +ĠL ate +ĠF ac +ĠN oo +ĠE mb +Ġle ver +ĠK um +Ġbr ood +ú a +Ġfire truck +Ġinst ances +ĠBer g +Ġpar adise +itch ing +Ġgas p +ugg le +Ġrid ers +200 1 +ĠSuper man +Ġexpress ions +Ġfold s +Ġdish on +Ġrev ived +sna ke +Ġrefuge es +Ġvit amin +Ġhither to +Ġminer als +Ġmanz ana +Ġsqueez ed +Ġempt ied +H im +P an +f ue +m ember +n u +Ġt ins +ch ic +ĠC it +ĠC hes +Ġr on +ĠW orks +Ġab ierta +Ġen o +Ġel ig +Ġgr umbled +Ġten ants +Ġsk illed +Ġleg acy +ĠRe ggie +Ġsweet est +Ġmad ness +Ġfat igue +Ġcort ar +Ġgat ito +Ġfier y +Ġstair case +Ġsubur bs +ĠAdministr ation +Ġteléf ono +U no +g all +g raphy +er r +Ġp aces +Ġl itt +ĠS ed +Ġj ub +ĠN ak +Ġun ions +Ġsc ope +Ġdif f +Ġdec ay +ĠAl ison +oun cer +Ġass ert +Ġeas iest +ua u +aqu eline +ĠAnt ony +Ġep id +ĠJul ius +AM P +Ġinqu iries +Ġing les +Ġdiap ers +Ġdrift ing +Ġfuri ously +Ġginger bread +Ġjur is +Ġamen az +G ary +M ars +x i +Ġf ren +Ġl ull +ar as +Ġg us +id ió +Ġme g +ĠM ul +ĠP CI +Ġcon es +ĠG ene +ĠK on +ĠShe ll +up right +jo ining +gr ims +Ġcour ty +Ġhur led +Ġint ens +Ġexpect ations +De bbie +iff any +Ġdam sel +Ġdue ño +Ġrespons ibilities +FRI END +Ġconstit utional +Ġinstru cted +Ġowners hip +ĠDur ante +Ġmath s +Spe cial +Ġrecy cling +ĠBren nan +Ġdisfr ut +l ived +p ark +Ġt ens +Ġc ueva +Ġd ang +Ġo ar +Ġo bras +ent ers +ri ba +Ġde emed +ĠM ientras +ĠA F +ĠB asket +ĠH EL +Ġr hin +Ġab dom +Ġpro cur +Ġag encies +Ġmore over +ee e +St range +Ġhope ful +Ġcamp es +ĠHar per +Ġprop het +Ġcool ing +Ġcommand ing +inc or +inc eton +Ġbless ings +Cont in +Ġblo oming +Cha ir +Ġést as +ĠHir am +ĠFinn ish +ĠSull ivan +uffe ur +c art +n ast +n ets +on omy +is co +Ġh ush +ad ero +Ġst atic +ill ance +ol ence +ol ics +Ġr aro +ĠD olph +ĠG and +ĠG ang +ĠL ocal +ĠJ ob +ĠO pp +the d +Ġcont ado +og ue +Ġsl ips +ĠBr istol +ĠMar gery +cu éntame +Ġhair cut +Ġtre inta +Ġpos ición +Ġpot assium +Ġdest ined +ĠPar adise +Ġesp oso +Ġrid den +Pe ggy +ĠWho a +ĠPal mer +stra ight +OD Y +GA IN +Ġtradition ally +Ġescal eras +Ġsumm ons +Ġgest ures +ĠFif th +ĠFle et +ĠKath leen +Ġverd ict +Ġmonstru o +Ġsurrend ered +S now +v ings +Ġ xx +it ives +Ġis ot +Ġre el +qu i +ro jo +ĠS S +ĠS aw +ĠB AR +Ġfr antic +ist ro +Ġgr itos +Ġcall es +ah u +ier te +Ġdis gusted +de en +Ġve mos +az ed +Ġcap a +Ġsus pir +ones ome +Ġinter pre +Ġste alth +Ġcur ved +pa id +ipp o +bl ood +Ġcal ent +Ġfa red +uest ro +Ġstraight ened +Ġdig as +ez ing +Ġhy mn +vis or +ĠBa gh +ĠBa iley +Ġsho ved +Ġphilos oph +bag s +hun hunh +Ġspr ung +ÃŃf ica +Ġindign ant +Ġfascin ated +ĠStock holm +ĠPra gue +ĠBurn s +Ġtamb ien +tele phone +J osh +d ime +p ay +r iment +Ġy ac +et ics +Ġn anny +Ġde fic +se ñor +ĠP inocho +Ġr ica +Ġor naments +ĠN IGHT +pt ic +ah n +get ic +Ġdr unken +Ġrun ners +vent y +cha do +uff ed +ĠBe ast +ĠCap erucita +Ġorgan ised +Ġorgan ism +Ġhop ping +Ġfinal mente +Ġtal ented +ĠFil ip +Ġje well +Ġpist ols +ĠAld red +Ġpag ar +Ġconnect ing +Ġhob by +Ġhog ar +dám elo +ĠConse il +spo ken +S olo +d est +f ried +g ran +is ch +Ġp um +Ġin ward +ĠI P +Ġan illo +op ol +Ġr im +Ġcon den +ack ed +ĠL ET +Ġque rer +ard ing +ish ly +Ġdes pre +ón ica +Ġsc oop +Ġche ery +AN CE +Ġperson aje +gin ald +Ġass ented +Ġexp elled +Ġcamp os +ĠRe view +Ġven om +Ġfu ente +Ġble ed +ii i +Ġweak ened +ov ich +ĠDemocr ats +Ġdu que +Ġgan ó +Ġment ally +Ġdispos al +ĠEngine ering +Ġgover ness +duct ive +Ġdesgr acia +ĠKazakh stan +S n +h iding +s we +Ġp ál +al ysis +qu eta +ĠS EC +ĠH ond +ĠP arson +Ġthere by +ĠD ix +ĠE ye +Ġjust ified +ven ir +Ġoff spring +urn s +av irus +ah l +ĠSt ories +Ġfl an +Ġnum eros +Ġmil ksha +Ġsk ates +Ġsk ipped +Al bert +ĠBl anche +Ġins ens +unic ations +LL L +fin als +Ġharm ony +ĠCorn y +Ġinterview s +Ġigual es +Ġwra pping +ĠMas ters +Ġcra bs +ĠPil chard +Ġcompre hend +Ġreluct antly +Ġelé ctr +. ; +D ora +Ġm ul +Ġm ittens +en os +all ÃŃ +ĠB ien +Ġsupp lement +sh r +Ġph on +Ġstate ly +Ah h +anc ouver +Ġsand s +Ġcrack ing +ĠOri ental +Ġjue ga +ĠSure ly +grow ls +block s +Ġnu isance +A v +H AR +l ost +Ġd ama +Ġl umin +Ġnot ices +ĠH in +ol óg +Ġal gae +Ġall erg +ĠD arry +ĠW als +ca pt +irst y +Ġper ió +AD E +ĠNew man +ĠBe ijing +rit ic +ĠPro vin +Ġut il +Ġpack ages +Ġquar ry +ĠAng l +Ġplant ing +Ġvac c +Ġmass acre +Ġtir o +Ġexperiment al +Ġcru iser +ĠNic kel +Ġdign ified +Ġparliament ary +ĠGen eva +Ġiniti ative +Ġplát ano +ĠKashm ir +N on +h ug +m our +Ġf ie +as ury +at an +Ġno via +Ġwe aker +ĠH us +ĠH od +ĠH orton +ĠD ul +Ġ2 11 +ĠK aw +ĠK ris +cl ay +Ġcare lessly +Ġmus ed +Ġind ian +ril s +Ġlab els +Ġwheel ed +Te am +ĠReg ional +WH O +Ġhabl ado +Ġmuñ ec +Ġdemonstr ate +Ġprofession ally +Ġadapt ation +ĠWhit ney +stad t +ĠUrugu ay +Ġthres hold +G rab +L inda +w am +ĠM AKE +th ird +Ġpor no +come nd +Ġve la +Ġroom mate +Ġyoung ster +Ġsort ing +Ġtable t +Ġass ail +Ġmot h +Ġju ven +ij uana +Ġdig a +ü n +Ġwheel barrow +Ġvolv ÃŃa +Ġnomin ations +Ġpassion ate +Ġobjet os +ĠÃģ frica +Ġtrop hy +Ġnucle us +Ġmotherf ucker +c ity +Ġp ours +Ġto x +et ti +ri um +Ġfor ks +ea ux +ĠB ears +Ġsh ivering +Ġel oqu +ĠO p +Ġcu est +Ġcont rolling +Ġres on +Ġround about +Be at +Ġsir v +ĠRe ich +ĠEd win +ĠMin or +Ġbur ro +Ġvolv ieron +ÃŃcul os +Ġconstit u +dri ve +Bar bara +Ġstamp ed +Ġcongrat ulations +Tw elve +Ġprett iest +ĠSic ily +_ !" +f un +v ous +Ġt akin +Ġp ines +ay o +Ġbe aches +am ount +Ġan ne +ĠC ray +ab i +Ġal um +Ġout standing +Ġthen ce +Ġback yard +Ġ[ ! +Ġrun way +Ġleg ally +Ġdar é +Ġsurpr ises +Ġdem ons +Ġexcept ions +Ġcrack s +Ġrespond s +Ġqual ification +Ġteen y +ĠRevolution ary +ĠDomin ican +Ġtroubles ome +Ġindign antly +ĠClar ke +Ġvigor ous +Ġcou ples +ione ers +Ġunemplo yment +Ġstag gered +urre ction +Ġcrick eter +Ġmischiev ous +B AB +F un +F riday +M akes +S é +e ggs +re se +Ġp eaks +ĠS ex +ĠP attie +ĠR im +ĠO st +Ġgr ub +Ġte j +Ġte cho +co gn +Ġsha bby +Ġstart ling +bo ve +Ġinv ari +Ġhair y +Ġpat ches +ouch ing +Ġir se +Ġorder ing +ĠEd ition +Ġsna ps +Ġfu imos +yl um +rem ont +ĠEst onia +Ġworth less +ĠMo or +Ġpred omin +Ġlegisl ature +ĠLA UGH +Ġdiab etes +iche ver +B it +E p +H ands +Ġa u +Ġf olly +Ġy arn +Ġg im +Ġbe ams +Ġn as +ĠM ine +ĠB RO +our ce +Ġout door +man y +Ġdis puesto +Ġtra ps +don ald +Ġcer do +Qu er +Ġbar ca +Ġpast e +ĠAd ri +under current +Ġtour ism +200 3 +Sp ot +ĠFort une +Ġsport ing +Ġcri ado +Ġpussy cat +ĠSand ra +ĠSant os +ĠBudd ha +Ġlent amente +Ġrememb rance +E mp +M endÃŃa +Ġb ureau +om os +Ġon going +ĠA way +ĠA la +il ib +pp les +á g +Ġle yes +Ġcl icking +Ġper ÃŃ +me an +Ġsl oop +Ġexc uses +Ġvo ces +ING ING +Ġvar ies +Ġsnow ing +ĠCal vin +ĠSha wn +Ġav i +Cl imate +Ġsmell y +Ġfool ed +olid ay +Ġrob in +ĠMer le +Ġetc etera +ĠPan ama +Ġassass ination +uper t +ĠSOME THING +fif ty +Ġmajest y +ĠBritt any +haus en +Mod ern +Ġtwelf th +e ys +o va +Ġa pr +ĠI b +ĠS ave +ĠD iane +ĠG ener +ĠJ i +ĠN y +ĠN www +Ġhow ling +co ge +ath on +Ġbox er +Ġver t +sh outing +Ġhigh light +ex actly +Ġcook s +rit os +Ġsn ip +Ġdoub ted +ades hi +Ġgall op +ĠMil ton +ĠDa wn +Ġrust y +Ġexperien cia +Ġbul b +Ġcuánt o +Ġanci ana +ĠOrigin al +Ġmidship men +ĠBomb ay +Ġexquis ite +P ens +S ar +S car +u ously +Ġ án +Ġc ámara +Ġm orrow +Ġhe h +ĠT ir +ĠM ight +ĠH ast +if red +ĠG www +ĠJ avier +ĠR ica +ast ro +Ġar rog +ien ces +Ġgl ittering +mo v +Ġdi pped +Is lam +rop he +ĠSp ike +Ġcal cium +Ġdisc re +Ġequ ipped +ĠPe pper +De finitely +ĠSu ppose +Ġelect romag +Ġfort unes +Ġpens ado +Ġur ge +Ġclown s +ĠRes erve +Ġdepos ited +Ġenfer mo +Ġpanc ake +SP E +ĠWhe ther +DO OR +ĠPam ela +ĠPhill ips +Ġantib iot +' ." +B ud +C amp +D ire +F at +K iss +b est +d et +t aker +ha p +ad vant +Ġn appy +ro le +ĠA FC +ĠC reat +ĠC ulture +Ġj ingle +Ġes pes +ia o +Ġcr ude +Ġapp e +ĠShe pherd +ĠCh im +oun id +Ġmoment os +Ġgener als +ĠCl ip +Ġmark ing +Ġfil a +Ġmot to +Ġ15 1 +En laces +Ġllev o +Per cy +TUR E +Ġattend ance +Ġbark ed +ĠBoy d +Ġchat tering +Ġappreci ation +Ġtid ings +ĠSteven s +Joe y +Ġunf old +Ġdece ived +Ind ividual +Ġidi oma +Ġathlet ic +Ġtemp est +ĠNE ED +Ġcircul ation +stret ched +Sund ay +B LE +M onday +g ia +r ador +Ġg iddy +at em +le bra +ĠT E +ĠC ada +Ġun lucky +ú til +Ġhold er +Ġpap i +ĠEl mer +Ġran as +Ġcertain ty +Ġshort ened +Ġsin cer +Ġfarm house +AM I +Ġcelebr ating +Ġhonor able +ĠAct ress +pon lo +Ġbark s +din and +choo choo +ĠSqu ad +ĠRon nie +wr ong +ĠBudd hist +Ġverte br +Ġnegoti ations +ĠRect us +ĠLeban on +B RI +K nock +T ri +j eros +á » +Ġto il +Ġh ike +Ġh ola +Ġe cos +Ġqu ince +un i +ĠH yd +ĠD re +Ġus a +la us +Ġest ilo +ish ops +ian os +ĠV ancouver +Ġless er +Ġemb ar +Ġencont ré +leg s +Ġseg ment +back s +iud ad +Ġbreast s +Mad ame +ĠXV III +Ġnort heastern +Ġcycl one +Ent re +âĪ Ĵ +Ġcó mod +Brook lyn +ĠShang hai +G IN +W F +Ġb usted +Ġf ences +al os +ell es +ĠJ ae +ĠR aw +ind le +Ġun seen +ĠK enny +Ġcu idad +Ġfl ute +!" . +Ġgrand children +ĠRe verend +pu ppet +ĠQu ick +Ġtreat s +ĠMat hem +,-- " +ĠBill ie +ĠTur tle +Ġmas a +uj ah +Ġtort ured +ĠHind us +Ġrum ors +Play ing +Ġfácil mente +Ġbloss om +Ġdiscont in +ĠTun is +Ġpyram id +ĠPea body +Ġrinc ón +A wards +P ower +S EL +c raw +i aba +Ġa venue +Ġb oughs +Ġm ashed +le ta +Ġre igned +ĠS anto +ĠM ol +ĠC ore +ĠB enton +Ġsa ves +ĠG am +ĠG REAT +ĠL ucky +oh o +ó vil +ate ful +Ġover fl +ite i +Ġwhere abouts +Ġday break +ĠSt ay +cer t +Ġmon uments +Ġseem ingly +Ġlar gas +St ory +Ġtri o +Ġtri bal +Ġcur sed +ĠSe oul +Your s +pre ne +sp eak +Ad ministr +200 2 +ĠWil helm +ĠLiber ty +Jon athan +Ġrehears al +Ġhoof s +Ġmoust ache +ĠBaw ly +A H +L AND +M ul +d ler +v ill +ou lt +Ġc iencia +Ġb ounds +ad ió +Ġat aque +ĠH ang +ĠP iper +Ġfr ances +Ġpl unge +ĠF ro +nt y +ĠJ as +ĠR iley +Ġpro ceso +ug as +Ġgl are +HE Y +Ġsal en +Ġsub du +ator io +ĠRe yes +ĠAd rian +ĠSer ge +Ġtemper atura +ĠSund ays +ĠMo vie +inc inn +Ġclock s +cast ing +Ġconoc imiento +win ning +Ġexplos ive +ĠBan ks +Ġgrocer ies +mph ony +Ġcompass ion +Ġobser ver +Att ention +Ġpige ons +Ġmuse ums +c ub +l orn +y et +ar ás +ĠH igg +á monos +Ġun anim +ys on +Ġver as +Ġincl uy +Ġrep ay +Ġsqu at +Ġcreat or +ĠEd wards +Ġcorn flakes +Ġpract ise +Ġhall aba +ĠEr n +Ġrevol t +Ġamig as +ĠGar cia +Ġfoc uses +bid den +Ġtoss es +Ġcans ado +Ġgrac ia +ĠShi va +Ġregres o +Ġmulti plic +ĠEconom ic +ĠWolver ton +H uman +J ump +k ara +Ġa ves +Ġb red +Ġb umps +en ch +en burg +al ong +Ġan gu +il idades +Ġfr ying +ĠD ud +ue vo +ud ged +iz ó +Ġwhere in +Ġch ug +ient emente +Ġdi os +ĠZ one +ON D +Ġemp hat +Ġcam ión +ĠEnglish men +ĠRe ady +ĠItal ia +Ġprogram mes +Ġverdad era +ĠFin al +Ġrug ged +Ġpitch ing +Ġreward ed +Ġdiag ram +Ġmend ed +Ġpreced ing +Ġcollea gue +Ġór denes +Poss um +Ġflex ible +Ġenforce ment +S N +S ummer +b uck +c um +f air +f ootball +k ap +n ings +s cale +Ġc reen +us al +ir lo +Ġre cl +ot ras +ke ley +ĠA gric +ÃŃ j +Ġso f +Ġun believable +Ġes pero +Ġapp end +Ġve ctor +ĠAl z +Ġind uced +ĠSp onge +Ġbuild s +con ne +Re ception +Ġsab ÃŃas +EC A +Ġaccept ing +Ġpes cado +199 0 +ĠHea vy +Ġrecib ido +Ġsung lasses +ĠpolÃŃt ica +Ġadj acent +Ġtwent ieth +ĠEsk imo +ĠPrest on +histor ic +B ell +P ark +k rit +Ġs ittin +ĠA ileen +ĠC ott +ĠB rent +ie g +ĠP hileas +ĠD iamond +Ġsh oo +Ġen jo +ure n +iz er +Ġcont roller +ip es +ĠIn n +Ġsl opes +Ġcol g +ĠAnd orra +Ġmon ks +ras p +ject ion +Ġcab les +ĠAll ies +Ġple asing +Ġmark ers +Ġpublic ity +ĠMc G +Ġport ions +ĠWith in +Ġvict ories +su pp +olo ca +Ġcub ierta +Ten emos +Ġelement ary +Ġcampaign s +Ġresident ial +Lou ise +Ġcooper ation +Ġtemp rano +Ġwip es +ĠLar ge +Ġdesgr ac +Ġabol ished +Ġcourty ard +C atch +D imitra +a un +Ġg ord +Ġdo ings +ĠS ke +ĠG ol +ĠE VERY +Ġcomp onents +ress idar +Ġref using +Ġgrand parents +ĠCar lo +ode on +Ġdeb ts +ĠEx per +ĠBon ny +Ġpir atas +ĠDel aware +Ġpregunt as +Ġtoss ing +Int erest +Ġsniff ing +Ġshrew d +F ig +b ula +r ams +s plash +Ġs lo +Ġp ouch +Ġin fr +ĠS ty +ĠM ORE +ĠA uvergne +ĠC oss +ĠH www +Ġso aked +Ġpl aza +ĠF loyd +pe ep +ne as +ps ons +day s +Ġlast ing +Ġdec iding +Ġdi agon +ĠPr ussia +ĠEl ena +Ġpay ments +Ġfavor ites +Ġremark ably +Ġviv a +Ġgor ro +mom ma +Ġhic cups +Ġmos que +Ġsue ños +Ġmonarch y +Ġard illa +ĠClar issa +Ġjer sey +ĠAun que +Ġarreg lar +Ġkno b +Ġeffic iency +B oo +M ás +P romise +m illo +p aint +t ractor +v r +Ġd ys +ĠP O +ĠG ret +ĠJ oo +Ġcl ump +Ġaf ore +ff s +av ian +Ġad ul +Ġlet ras +ip her +Ġent ren +Ġrun g +ĠAmer icas +Ġsur ge +Ġaqu arium +Ġmod ified +Ġspecial ized +Ġpens é +Ġfut uro +Ġenem igos +Ġinstru ctor +Ġazul es +Ġmá quina +oped ia +Ġaccommod ation +Ġresear cher +!_ " +Ġbrisk ly +ĠCurt is +' ?" +A ut +S www +o van +Ġb ount +Ġd ung +Ġp omp +le af +im port +Ġn ana +Ġde w +ĠT ween +ĠT rain +ĠS aul +ĠS iber +ĠA IDS +ĠB rett +Ġcan ce +ĠD aven +ag les +Ġany time +de e +Ġra ils +Ġnight fall +Ġrun away +ten ÃŃa +ĠBut ler +Ġsub div +osa urs +Ġgrand mamma +ĠEl i +ĠThat cher +with standing +net t +Se an +Ġimag en +Te le +Ġcin cuenta +ĠDist ributed +Ġsmooth ly +Ġimprove ments +Fe el +Ġjealous y +Ġfab ulous +Ġachieve ments +ĠRepresent ative +Ġencourage ment +Rad io +F T +S ho +b ase +c idos +g ina +w et +an se +Ġno mbr +ĠB www +un ció +Ġr isa +Ġv id +Ġen amor +Ġlo ading +Ġhand les +av ed +und e +ib an +ĠCan ter +Ġju icy +ĠMon ica +lar gest +yer on +pen ny +ĠJane iro +ĠHigh land +ĠSch ol +Jack ie +Char lotte +cript ions +ĠXV II +Phil ip +ĠAsh ley +Ġvari ations +Cons ider +ĠSud an +Ġbattal ion +oloca ust +D A +L UK +f inger +r ants +s ar +w reck +z ig +Ġf us +an z +Ġl u +at ivos +Ġn ubes +Ġst unned +ro ads +ĠA vi +ant ry +ĠW itch +ĠR ib +ĠE ust +Ġgr ades +Ġlet ra +ib uster +Ġsal ida +Ġver des +Ġsub tle +Ġsent ada +Ġtri ll +ex cellent +Ġcat alogue +Ġhall s +ĠGl ou +Ġinterrupt ion +Ġbump y +Ġpsy cho +ĠBra hm +ĠBO YS +anim als +grand ma +Ġrecover ing +Ġplum as +ĠVe get +Ġdeclar ation +ĠPalest ine +ĠHein rich +ĠHitch cock +S eg +b ill +ha ma +er ina +ĠI vy +se c +ĠB ROW +ant astic +ĠL iv +ĠR acing +é d +Ġun pack +Ġover d +ps st +Ġpo cas +Ġsha ck +Ġsha des +vent s +Ġbar ge +ĠPr inceton +van ni +ĠMal ay +ĠPo kémon +Ġpes c +GR UN +ĠChan g +ĠHun ting +Ġhedge hog +Ġdibu jos +Ġcasual ties +ĠBulgar ia +ĠWag ner +ĠVern on +L ar +M aking +d ess +no d +ic eless +Ġfor s +ĠM ut +ĠA P +Ġgo bern +ant is +ĠD rive +ĠL ey +ĠL IFE +ĠE mm +Ġmu ertos +ĠK ik +ren s +Ġdis o +ĠIn st +Ġpres ente +Ġsur pass +cu ént +Ġblock ing +Ġdoub les +Ġtest ify +Le o +ĠKen yon +Ġrecon cil +ĠSand ers +Ġespañ oles +Ġgover ned +Ġdiplom at +Ġtercer a +Dar ling +ĠLegisl ative +ĠPied mont +Ġmerchand ise +incinn ati +B omba +H O +c amp +m ile +Ġd ye +at u +Ġdo ble +ĠS et +ĠC ésar +Ġli b +ul ously +Ġsh udder +ĠW illy +ĠL izzie +ĠF lo +od il +Ġpo ker +br is +Ġele venth +ib ur +Ġsur m +Ġmet ro +pr it +Ġsal ut +Ġri gging +Ġap ag +ba i +Ġmot ors +Ġspecial ist +Ġbath s +Ġcow boys +bur st +Ġconse cut +Ġ190 4 +rif ying +Ġsusp ense +Ġadmir able +ĠSpani ard +Ġcorpor ation +Ġgraph ics +ĠCarr ots +iw i +hur st +edi ately +ĠNest or +2 50 +A ust +t rans +Ġf oto +ad der +ĠT roy +ĠS arthe +Ġso is +Ġcon dom +ĠL ope +ĠN egro +Ġun ac +ĠO il +Ġbl unt +Ġwork shop +Ġch up +Ġhel per +ail or +ret te +Ġchar ms +zz o +Ġins cription +Ġrele g +Ġstar ved +De ep +Ġsuper intendent +Est ás +Ġstret ches +pull ing +aph ne +Ġsurve illance +Ġascend ed +Ġportray ed +ĠAlexand ria +Ġmatt ress +ĠYugos lavia +Ġprelimin ary +B or +B all +D ame +F unny +G uy +J AN +W ha +p anda +as aki +ĠC IA +ĠB ath +ĠB aba +Ġpl ural +Ġest ación +Ġdis liked +ĠY un +ks w +Ġgl oss +ĠAl ad +Ġreg ained +vent een +Ġmis pronounced +ĠPr om +ĠCom pton +Ġcold er +Ġrequ ests +Ġcomfort ed +Ġcomb ine +Fran cis +ĠKat hy +Ġmap le +Ġwid th +ĠAny thing +ĠJac ques +Ġlif estyle +Ġchuck le +Ġdisturb ance +ĠAtt orney +Ġsubt ropical +ĠCoun cillor +Ġsimult aneously +W N +b uy +c aster +d ance +l ins +r one +t ooth +Ġd ura +is fe +Ġin e +Ġin oc +ver ne +Ġn an +AR S +Ġr ated +ĠD raft +ĠG uten +ĠR ou +Ġel astic +Ġpro bar +Ġgr unted +la ve +ĠK emp +ĠV era +Ġver anda +Ġblack smith +ĠChrist ine +Ġtu ya +Ġsum s +ĠMan ipur +Ġval entine +ĠSte erforth +ĠHen ri +Ġindic ation +ĠArab ian +ĠWind sor +Ġconce ived +Ġsecure ly +ĠAqu ÃŃ +Ġcaut ious +ĠIndones ian +incor porated +L i +P ete +i Äĩ +l al +o key +v án +Ġl onesome +at hy +ĠT AKE +Ġme mo +ĠM ell +ĠH og +Ġj ohn +ig ion +ist inct +ĠG arth +ĠR ES +Ġcl aps +ĠK urt +Ġbl ouse +Ġdis advant +ob rec +Ġcountry men +Ġlad en +Ġho isted +Ġopp ose +ĠSh op +Ġrad ius +Ġcond iciones +Ġtend ed +Ġbal anced +ĠMer cedes +Ġponer se +Ġol ive +din osaur +Ġhabl ó +Ġcommer ce +Ġanti qu +Pat rick +Ġabsor b +ĠSA ID +Ġdivert ido +E arth +F ound +R hin +m ol +s igh +t ill +Ġc iv +Ġha vin +Ġh ust +Ġh oop +le z +us ky +Ġno ct +oo by +ri lla +Ġse mic +ĠA gu +ĠC ris +Ġsh ifts +ĠG wen +ĠL ex +Ġel apsed +pe cies +Ġar se +Ġgr uñ +Ġfe o +Ġer ase +be nd +ĠSt ella +Ġim itation +Ġdis rupt +Ġsha dy +Ġra gs +br ings +Ġbot as +Ġcha uffeur +Ġfin s +gr ant +Ġdr ows +Ġint est +Ġta pping +ĠHow e +Ġresp onder +ĠQu ieres +Ġsuper natural +With in +Ġsimple mente +Ġhub ieran +Ġcort a +ár cel +ĠSpe ed +Ġrev és +ĠRam sey +Ġgrin ning +ĠRE ALLY +ĠGi braltar +ĠVietnam ese +Ġvic ar +Ġfert ile +Ġtier ras +Ġoverwhel ming +Ġbungal ow +ĠNept une +L y +T ot +w al +and el +ĠC ret +ie lle +if ference +Ġthere of +Ġab used +ĠF uk +ĠE min +Ġle opard +og rafÃŃa +Ġfam oso +Ġah or +Ġint ensity +ĠFl ash +ĠSu z +ĠPhil os +Es a +Ġrad iant +Ġnin eteenth +ĠCr icket +Ġfashion able +Ġwise ly +Ġavo iding +ĠBuck ingham +aver a +ĠBre ak +Ġadopt ion +mill ion +Step hen +Ġvit am +Aun que +ĠRosal ind +F O +J ay +Ġm umbles +Ġl ining +Ġto pped +us ch +Ġn ube +se la +ĠB un +ĠB il +Ġla z +ĠG ry +ĠF en +ap y +Ġtw igs +pl acing +Ġpre f +ull s +Ġlas er +Ġent ran +Ġname ly +ye ong +Ġlight house +ĠAt hen +ĠAd olf +ĠHer cules +Ġhacer le +ador as +Ġkn ickers +Gr ace +tell ing +Ġvideo j +ĠMer rick +oph ren +Ġpound ing +ĠTra il +ĠJeff reys +Ġrejo icing +ĠArch bishop +ĠDire ct +ĠSab es +ĠSher man +Ġarreg l +Ġsoo thing +Ġworshi pped +Ġnotic ias +éb ée +Ġdiscoura ged +Ġdw elt +G S +G il +z ón +Ġw ah +Ġc aterpillars +Ġb ould +Ġp ico +qu estion +ist ant +ĠR oute +iz ophren +de ck +Ġnight time +Ġdist ressed +Ġcons umed +ĠDe edee +Ġsk unk +Ġda res +Ġind irect +Ġsqu ashed +Ġprim eras +Ġill umin +ĠAb by +Ġqued arse +ĠPol icy +Ġjud ging +Ġaff ili +Ġinqu ire +Ġattract ions +ĠDel ta +WH Y +Pol itical +ĠBad en +ATION S +ĠJen kins +Ġradi ator +CD P +A CE +G onna +I ng +J AS +T ech +c mon +Ġa isle +Ġc rank +Ġp uss +or os +Ġon ward +Ġst ung +Ġnot icia +ĠW HEN +ĠG oth +ĠL ag +ast ructure +Ġar ter +ĠK el +hy llis +pl in +Ġmo aning +ĠSt odd +Ġser mon +Ġshow ers +Ġ3 60 +ĠAl gunos +Ġsw ollen +Ġmoment um +Ġinst ruct +Ġeng ra +15 0 +Ġdemand ing +Ġyouth ful +Ġ190 2 +Ġnerv ously +Ġpant ry +ĠCath olics +Ġpier na +Ġsed a +Ġspect acle +Ġappeal ed +Ġmanufact ured +Ġmast s +Ġregres ó +Ang el +ĠCare y +àŃ ĩ +ĠRoc he +ĠSna ke +Ġphenomen on +Ġwrink led +ĠMoz art +ĠKend all +D R +L ake +P ot +d ÃŃ +n ical +v re +in co +ha k +Ġhe aps +Ġno st +st own +ĠC our +ĠP oo +ĠP retty +Ġhad as +ĠN oddy +ĠE D +Ġgu ides +de ep +Ġmon os +az ul +ald as +Ġobject ions +Ġlleg aba +iest os +Ġspend s +Ad emás +ĠTim othy +Ġdu o +Ġlod ging +Ġdomin ated +Ġcalcul ations +part ement +Par is +ĠDef ence +ĠAlber to +Ġmez cl +GRAND MOTHER +Ġmilksha ke +- _ +h ook +m ÃŃa +n ormal +r ation +Ġp ue +Ġl áp +ĠB ak +Ġqu iera +ab ove +ĠP eg +ĠF ay +ĠR ory +Ġpe aches +ĠV es +ĠY EAR +Ġent ero +Ġmar in +Ġcas os +Ġsk et +St ud +Ġed ited +ĠLa f +ĠPar ÃŃs +Ġesca pes +Ġsac o +Est amos +Ġtor rent +ett es +Ġ189 8 +Ġ189 9 +Ġcircum stance +Ġrod illas +ét ica +Ġflood ing +sl ide +Ġgrav it +ĠBru in +chee ky +Ġproc laimed +Ġcompens ation +Ġalk ali +lab ial +ĠTes co +Ġunsuccess ful +Ġprede cess +B al +B ast +G ro +O i +R est +s pl +w itz +Ġf oster +le vant +ĠS ep +ĠW his +Ġout stretched +ĠG ri +ry s +ide red +Ġpe er +IG N +ure l +Ġcar ga +Ġpo ca +ens ional +Ġfl ore +Ġtra uma +In cl +ib ald +ĠAl ready +gin ning +Ġhair dress +Ġvis ita +Ġdest ino +Ġdej aron +Ġweight s +Ġmas ks +Ġarran ging +ĠRec ord +Ġlack ing +Ġintend ing +hant om +Sec ret +Ġgre ase +Ġmuff ins +Ġunexpected ly +ĠCze chos +Ġbrid le +Fif teen +Ġuncertain ty +ĠIndepend ent +Ġrestrict ions +ĠBrid get +Ġgeomet ry +itte es +ĠBagh dad +L ev +R am +S cientists +r ucción +Ġ CHILD +Ġf ists +Ġf usion +Ġp ater +im ag +Ġde jo +Ġfor lorn +ith s +Ġwh oops +if ier +Ġr ushes +ul in +ĠR eddy +Ġun incorporated +ran ium +Ġcomp rom +Ġsl ices +Ġob tener +ĠEl aine +Ġfront ier +Ġple ad +fl ix +Ġdet on +Ġnorth ward +ĠPro ductions +Ġrain fall +Ġkil ó +Ġtempt ing +Ġreun ion +anim al +ĠEle phant +ĠGuten berg +D ifferent +it ics +Ġd y +Ġp isc +Ġhe cha +os er +Ġst rolled +ĠA GAIN +AT ED +th ren +na e +Ġpl as +ĠF ri +ĠE isen +pe re +pe anut +ĠO oh +ĠSt ubby +Ġdis orders +Ġmost rar +Ġimp et +Ġass erted +ĠCom mer +ator ial +col ors +Ġnorth western +ĠTO O +Ġbelong ings +ĠCo hen +Ġeast ward +Ġjoy ful +Ġ186 5 +Ġsore ly +enes is +Under stand +drink ing +Ġber th +Ġmorn in +B arry +J oy +Ġc ie +is ine +ed ed +ar ro +Ġg el +ĠS out +and in +st ore +Ġan unci +ĠC ove +Ġne uro +ĠD ow +em in +Ġsp a +Ġtr ineo +Ġneed ing +Ġch ops +oc us +Ġcha mbers +Ġreal izing +Ġwar med +Ġrel ación +Ġcab ra +Ġste ed +Ġsol os +ĠCar la +iemp o +Ġstep mother +Ġstar fish +Ġgen ial +chan ged +Ġroof s +Ġremo val +Ġ186 3 +Ġimm ortal +ĠCorn elia +Ġnac ió +Ġconfident ial +ĠGall ery +Ġsacrific ed +Ġil umin +Ġvary ing +ĠExpl orer +Ġchrom os +Prin cess +Ġocurr ido +Ġoce ans +Ġflan nel +! ) +A mb +S ort +Ġw izard +Ġc ork +ith ium +se nd +Ġwith drawn +our ces +Ġpl under +ast re +ĠK n +ĠK ling +Ġcomp ort +ú ho +ĠAn imal +Ġcast les +Ġextra ña +Com té +ĠChin aman +Ġmas cul +Ġbord e +Ġgym nast +Ġincor rect +Ġcust ard +Ġfulf illed +Ġpared es +ĠGIRL S +L iving +S ports +T IN +T rying +V ill +d ings +f ox +f unction +m umbles +v ice +w ords +ou dy +ĠS V +ĠP ER +ĠL iga +ĠE duc +Ġby pass +Ġex cell +Ġthink in +ick ory +Ġhand writing +Ġad joining +Ġdis ability +Ġcont amin +Ġyear ly +Ġch ronic +ĠShe l +Ġbot ella +bab ies +Ġph osph +Ġgrand daughter +Ġtem er +Ġpubl ish +Ġinform ación +Ġstraight en +Ġwhis ky +Ġrespect ive +sp aghetti +Ġrat ones +ĠAre na +Ġwhist les +Ġperman ently +Ġplatform s +Fort y +Ġcongrat ulate +Ġrestrict ed +Ġboil er +Ġling ered +Ġwaff les +ĠPLAY ING +Ġkar ate +ĠMund ial +Marg aret +H S +b ility +Ġs urname +Ġf ian +Ġg ains +ĠI stanbul +Ġre hab +Ġn acional +ab elle +ĠP ack +em at +ĠG range +á ndez +Ġman ages +iz ada +ĠY ORK +ves ter +Ġspe ck +ĠBr as +Ġpres cription +aj á +Ġcle ans +Ġda ft +cu atro +Ġpret zel +Ġcur so +bl ank +Ġsqu irt +ĠFor rest +An thony +ĠMan n +ĠBen ny +Ġdisapp oint +ĠMark et +Ġtrust ing +Ġdiscuss ions +Ġtight s +Ġ189 6 +Ġveget ation +ĠPlan et +Quick ly +ĠBla ir +Ġsyll able +' ; +D ark +H ans +M ass +v ado +it aine +ar ca +Ġon wards +oo o +se ction +st age +ĠC incinnati +Ġli ly +Ġwh ither +ĠW ord +ind ers +Ġco con +Ġinter rump +Ġref uses +ple nd +ĠEl ite +Ġtem or +Ġz orro +arch y +ij ah +ĠSome one +sa fe +Ġhost ages +cont rol +Ġtend rÃŃa +Ġmotor way +Ġtrick ed +Ġplat os +IV B +Ġexpress ing +Ġcay eron +Ġmant le +Ben jamin +Ind ian +ç a +Int o +Ġobed ient +Ġsib lings +CHO OL +Ġgira ffes +K EL +P ra +R ussian +U sted +t at +t ta +ou f +Ġp arson +ad ian +ow ards +ke rel +ĠM ás +ĠB owser +Ġr ook +ĠW yn +ĠL akes +ĠN ut +á d +ci us +uck oo +Ġcu arenta +Ġhapp iest +go gne +In side +gr ad +Ġve nder +Ġchar co +Ġsal oon +Ġtre mble +ey ore +Ġloc ally +uy u +ĠMc Gregor +ĠSha y +Ġdefe ating +Ġassoci ations +ĠEvery one +Ġbol ts +Ġprogress ive +ĠUN DER +ĠSid ney +ĠGuer ra +Buen as +ĠBened ict +S ophie +c ousin +t ad +y stem +à ĵ +Ġa ter +Ġd uke +ĠS onia +Ġso bs +Ġor al +ĠN orton +Ġ' ' +hm en +ip el +ect or +gu ien +Ġtrain er +Ġcur l +Ġprom ot +Ġdiv ulg +Ġpost box +ĠItal ians +Ġapart ments +Pl an +Ġow ls +Fran che +è res +Ġ188 8 +Ġqual ify +Ġfold ing +ĠCH AR +ĠBir thday +Ġsne ezes +Ġratt led +Ġastron aut +Ġfir me +Jos é +Ġserp iente +ĠLiter ature +Ġgras ping +W anna +c ade +ar u +ĠI ike +et he +ĠS ite +ĠP ala +Ġpl ight +Ġbefore hand +Ġbot bot +Ġlea gues +Ġmet ap +ĠDe clar +Ġdin ners +arl ic +Ġhot ter +umb ent +ĠCha p +Ah ÃŃ +ĠCar rie +Ġpal ms +Ġequ ations +bor o +Ġgeneral mente +ĠRep ública +ĠEst oy +Ġsmell ed +Ġfresh water +Ġnote book +Ġfac ulty +Ġdescend ing +ĠPop py +Ġtus ks +ĠBir ds +ĠTen ÃŃa +Ġimit ate +Ġove jas +Ġsacrific es +ĠAnim ation +ĠSebast ian +forman ce +ĠProof reading +B essie +D AY +F urther +H all +us ters +Ġn ido +ĠT han +ĠT able +ch ip +ĠC aterpillar +th or +Ġr iches +pp ie +Ġcl ases +ear ing +pl aced +Ġdes n +az i +Ġsw an +Ġlar gos +és a +ĠBer tr +ĠBer keley +Ġi OS +Ġsight ed +Ġviv os +Ġsegu ido +ĠIT V +Ġfashion ed +Ġweekend s +Ġax i +Ġespañ ola +Ġsumm ary +Ġwhirl ed +Ġblanc os +Ġtreacher ous +0 5 +C ass +J a +L or +N EW +P ig +P ierre +b ons +r aron +Ġl ime +Ġl uchar +Ġe aster +Ġis las +ac ial +ĠC AP +ĠB am +ĠH ak +ĠP ens +ĠJ O +Ġbo ing +Ġbr andy +be ads +Ġpo llo +ĠSt re +de ad +ĠCh icken +Ġgl or +Ġpresent ing +Ġtrans parent +ĠEs c +Ġdevelop ments +ĠTr é +ĠTH RO +Ġhost ess +Ġfool ing +Ġris ky +Br ad +Ġsuspect s +Ġcub s +ĠChan cellor +ĠMars hal +ĠPers ians +SS S +ĠTri p +Ġribb it +ĠCab all +ĠCab inet +ĠKnight s +ĠBour gogne +Ġrig id +ĠPE OPLE +iaz za +gü enza +W ITH +a gh +d ong +in qu +re f +Ġb amboo +ir ting +Ġdo ggies +ĠT ory +ĠT RI +ĠS hane +ĠS esame +ĠM ow +Ġk a +ĠC unning +Ġli able +ĠG RA +ĠF uj +ag re +air plane +Ġve a +ident al +aj i +amb ia +Ġsol utions +ĠBl unt +Ġ9 00 +ĠRe ginald +urs os +En ter +Ġprotect or +ĠMark s +Ġbis iestos +ĠME AN +CA A +Ġemploy ers +có g +Ġweigh ing +Ġvoc als +ást ico +Ġdesay uno +iven ess +Ġwholes ome +Ġjuris d +G IRL +H op +g at +Ġd ens +Ġbe in +ad ad +and ers +ĠB ooth +Ġcom fy +od or +ber ger +Ġsp ine +Ġro cas +ah boo +cl ick +Ġpop ulous +Ġcer d +When ever +Ġbar cos +Ġdep ot +Ġext ensión +ĠFor bes +ĠMa o +Ġreason ably +ĠPl ant +ĠSw an +Ġsn oring +was hing +Ġstri pe +Ġcapt ives +Ġgall o +pro fit +Ġattend ant +Ġinn umer +Ġshr ubs +ĠMars h +Ġlamb s +found land +Ġpien sa +Pop ulation +Ġsqueak y +Ġresear chers +Ġimprison ment +Ġeru ption +Ġdre ary +' -- +D os +L ock +V i +g ence +j ada +w ain +in us +Ġl onel +Ġin útil +ĠC ran +ĠB od +um mhm +Ġr ue +ist es +ĠF oot +ĠJ ip +á ng +Ġex clamó +Ġjust ify +ĠO blast +Ġsp ur +la ir +Ġdi alogue +bo ing +com p +ĠDe bby +Ġmus cular +ze bra +Ġple a +Ġi Phone +Ġmam i +Ġsand box +Ġban co +ĠSte in +Ġfuer tes +ĠWin ifred +Ġflower ing +Ma isie +Ġund ers +ĠGreen land +Ġúlt imos +Ġdisappear ing +Ġcommission ed +ĠlÃŃ qu +Ray mond +cray ons +ĠFal con +ĠBark er +Ġappar atus +Ġsubdu ed +A k +C ab +g amos +à ® +ed uc +om ical +ĠS ection +ĠM avis +all ic +ĠB ax +Ġj im +Ġar k +Ġpo king +Ġac ción +und os +ĠTh ousand +cu idado +Ġinter course +ĠPr ison +Ġz inc +Ġrad ar +Ġav iation +Ġinvest ed +LA CK +Ġsocial ist +Ġcuri osidad +ĠSy mphony +Ġterrit orio +Ġtravell er +Ġmeasure ments +Ġrejo ice +Ġgrie ved +Ġtechn ically +acie ux +Friend s +ÃŃfic os +Ġbarr acks +Ġarb ust +. âĢĭ +J ud +n ick +s erv +Ġs illas +Ġo st +Ġo las +Ġf is +Ġf rol +Ġg ab +us i +id encia +ĠS N +ĠA she +Ġas certain +ĠF L +ĠR andy +Ġfl owed +Ġmen cion +Ġsound track +cial es +Ġfire fighter +TE L +Ġpop ping +Ġref le +Th ird +Ġcoll ision +Ġple as +Ġcal am +Ġdisc ount +Ġhacer se +Me et +Ġcast ig +ĠMe itei +Ġfill s +Ġview ers +âĮĭ , +Ġphot ograp +Ġfright ening +Ġconse jo +Am anda +Ġlibr as +ä r +scream ing +ĠStud io +Ġteen age +nold s +Trans port +ĠRap id +Ġexter nos +G az +M ia +R S +W HERE +c H +d ada +e ither +p rop +t re +Ġa ims +Ġc ue +it ió +Ġg ait +et to +Ġbe aker +Ġn ets +ri bbit +Ġcan ciones +ÃŃ to +Ġen light +Ġex ult +fe rent +Ġaf loat +ho on +Ġcomp onent +und y +who osh +Ġwait s +ĠEl sie +Ġinst al +Ġwin ters +EN S +Ġadm iring +ĠTr ot +Ġjug amos +Dad da +Ġyouth s +Ġmission ary +Ġstro de +Ġaer ob +Ġvir uses +Ġcad ena +Ġbru ised +Ġconsum er +Sil ence +ĠBos nia +ĠSho ck +L leg +W ed +x y +z hoo +er h +Ġd airy +Ġp ing +Ġha ck +ĠT hy +ĠC ode +ĠB ET +Ġla pt +Ġab ortion +Ġcom ics +ó se +Ġex isten +lo ading +ool s +Ġtra its +Ġmon te +ĠMar illa +Ġfun ción +ĠAr cher +Ġ18 50 +Ġda is +ĠSp art +Ġpat riot +Ġexpect ation +ĠAugust us +Ġsn eaking +Ġven gan +ĠMe ad +RE D +Ġhonest y +ĠRos en +Ġdism al +Ġtrabaj ando +Ġsalv ation +ĠConfeder ates +Ġaccord ance +Cent ral +ĠMeth od +Ġdoctr ine +ĠNickel odeon +S el +in or +Ġb iog +it ivo +Ġh ilar +ĠT inky +ĠM ull +ĠC emetery +ĠD S +ĠF ris +ind ic +Ġstill ness +ĠCh ick +aw oh +Ġgreen house +Ġir resist +Ġpod rá +ĠTo k +ĠDo ver +Ġbes ie +LE Y +Ġhorses hoe +Ġphot ography +Ġtour naments +ĠWin ston +ĠAir ways +ĠSim psons +ellig ence +ĠPet erson +ĠBro ck +Ġsober ly +Ġprett ier +Ġprev ailed +Ġmanufacture r +Ġprecis o +ĠAch illes +ĠAdela ide +' ) +b uh +t ower +Ġt rench +Ġwe ighs +ch us +ant ically +ĠP rog +ĠN adu +ia ge +Ġbr at +ĠU g +man uel +ob ed +Ġbu oy +ĠDe er +fl u +Ġlleg ada +Ġemb ro +sp ace +Ġtap a +Ġcort o +Ġmel on +Ġheaven ly +Ġ188 9 +Ġimm unity +Ġcommun es +Ġconduct ing +Ġdivers as +ĠLO VE +Ġquiz ás +ĠLaure n +Ġedific io +ĠWheel er +I an +R IGHT +U C +W ood +f ig +h ub +Ġt ink +an ter +ĠT ales +ĠS cha +ĠS lav +and ante +ĠM oney +ĠA ren +ĠC ora +ĠG rove +Ġex istencia +Ġmo zo +Ġad equ +ather s +ĠSt anton +cl osure +Ġpol vo +Ġkne el +Ġpop ulated +Ġexc laim +ik h +EL Y +Ġev apor +ĠAp ost +Ġdiv id +Ġpig gie +ĠSha dow +Ġbright est +istic ated +Ġ188 6 +Ġterror ists +Ġmeasure ment +Ġdescub ierto +ĠBol ivia +poon ful +Ġathlet ics +breat hing +Ġec st +ĠDID N +Ġpróx ima +Ġlegit imate +ahboo zhoo +G lo +T W +T ha +T igger +_ -- +e i +k ids +s ch +Ġd ual +Ġre ds +ri ver +ĠT ina +ĠC ic +op old +ĠD ana +Ġmy st +Ġbr ot +ĠSt ark +Ġcomm ence +Ġsk il +Ġcent res +ĠZ im +Ġint ri +Ġmer maid +To gether +ĠGo ing +Ġadm ission +Ġfu iste +Ġdeb emos +Ġenv iar +Ġpeace fully +bol t +ĠNet flix +Ġacqu ire +Ġbedroom s +Ġbod a +Ġpint a +Ġestud iantes +198 0 +Again st +Ġlun ar +Ġexhib ited +Ġgraph ic +Ġbrig ade +Ġvoc abulary +Ġsulf ur +ĠDig ital +Ġmarvel ous +Ġnegr os +Ġnomine e +ĠDha ka +A way +F u +J UST +r tle +r iding +is cher +Ġst ating +ĠA PP +Ġas ist +ĠD isc +Ġman agers +Ġsp at +Ġover take +Ġbel ts +Ġcomm otion +ĠAs sy +Ġmed ios +Ġcor ona +ĠCar ly +Ġstra it +enn ium +Ġpon iendo +ĠNe ed +OK AY +Ġcere bro +Ġheat hen +ĠMax well +ĠCont est +Ġhomes ick +alm at +ĠFer dinand +Ġprospect s +Ġacer car +Ġcultiv ated +Ġsplas hed +Wonder ful +Ġcuc umber +Ġpropor cion +G one +H az +N OT +T em +b ay +c ute +i ques +Ġb aw +Ġd ine +Ġhe chos +ĠT iny +ĠT ressidar +ĠS oul +Ġj es +ĠP ast +Ġv ener +ĠG ö +ĠF IN +ĠHe e +ñ ado +go vern +Ġexp ose +men os +bb led +Ġprop eller +Ġill eg +ĠTe resa +Ġtrack ing +Ġgran ja +See ing +ĠBlack beard +ĠAnt oine +Ġthick et +asc al +Ġbuck ets +Ġmyster ies +cod ile +Ġelev ated +ĠNick y +Ġconflict s +àŃ į +Ġtare a +ĠSoc cer +olith ic +L uke +M eg +h its +à ¨ +Ġm int +Ġf ic +ent ric +Ġdo ve +ith metic +Ġv eng +ul ia +ĠD ever +Ġsh iver +ĠL ess +nt on +one ys +Ġtr ades +ne ck +Ġcomp romise +Ġcons igu +MA S +Ġsal am +form a +ĠGr ound +ric os +Ġcam is +Ġbat tered +Ġdisc retion +Ġvie jos +Es pera +ĠMy ster +ĠCo al +Ġgar g +Ġeconom ist +Ġoppos ing +ĠHam mond +bet ween +gl i +Ġgoal keeper +Ġamar illa +Ġenseñ ar +Ġnav igation +Ġmuff led +Ġstor my +Ġhaz ard +Ġscrap ing +Ġcumpl ir +Ġga ily +Ġinject ion +Dun no +Ġshoel ace +L yn +M ount +c ific +f ollow +g ave +as ia +ver de +Ġst if +Ġdo le +ĠM mm +ĠB ast +Ġr ÃŃos +ÃŃ ble +Ġso bres +ĠF IVB +ca red +Ġag g +ĠK il +Ġcu antos +Ġact o +ĠAnd roid +Ġrec ruit +Ġdi ablo +Ġvol untary +rit ics +Ġhom bro +Ġband a +Ġsna ils +Ġpet als +Ġbene f +ĠBon acieux +Ġhesit ating +Ġconsequ ently +foot ed +Ġmusk et +Ġocas iones +Ġfet ched +sim ult +Gran ny +Fa ith +Ġdó lares +ĠAlz heimer +ECA USE +C www +f en +r ue +v ies +Ġc ic +Ġp has +am us +qu illa +Ġfor b +ĠM TV +Ġk im +ĠC asey +Ġat rap +op al +Ġle j +Ġman ned +ap á +Ġam mon +Ġcare ers +Ġmil itar +Ġcam pe +Ġma ids +Ġtoy box +ĠSh im +ĠEst os +Ġpens amientos +ss s +Ġtravel ers +Ġlan es +Ġbos ques +Jul ie +Ġdough nut +Ġdough nuts +Ġconfront ed +oty pe +K ids +S pan +m ain +ion ed +ĠT anya +AT ER +Ġcr ater +br al +Ġca en +und ered +ale a +ras es +All ah +mon ary +ĠCar maux +ठķ +Ġobs essed +Ġpract ic +Ġpack s +Ġrain forest +Ġcant ons +Ġham ster +Ġcelebr ity +eless ly +Ġaunt s +Ġbol as +ĠSqu irrel +Ġrequire ment +Ġanch ored +Ġfrag ile +ĠShar rkan +nas ium +Ġimpat ience +ÃŃst ica +ĠSpring field +Ġconfirm ation +Ġwret ch +Ġveloc ity +Pued e +Ġstrengthen ed +Gra eme +ât eau +ĠLomb ardy +J E +J enn +L arry +c ost +t z +Ġm itten +at z +ĠT eh +Ġdon cella +ĠR as +Ġgr uff +Ġbl iss +We ndy +Ġmo or +Ġcu be +oc ulars +cc ion +Ġrock ets +Ġpar ach +pha nage +rid ges +Ġbright ened +Ġrecogn izes +Ġgrave yard +Sp ider +Su pp +lyn n +ĠGar cÃŃa +ĠStep hanie +Ġnic est +Ġenf rent +zan ne +hors es +Ġdwar fs +Ġrecoll ection +Ġmisunder standing +Ġaproxim adamente +ĠSkin ner +dé partement +Stat istics +Ġinaud ible +Ġrin se +ĠDaven port +Ġg ren +ĠS oy +ie ren +ĠJ umbo +od ka +ass an +aba jo +Ġpie zas +Ġwind mill +Ġinv as +Ġhum s +Ġgi psy +Ġdar me +Ġz onas +Ġprop riet +Ġbur p +Ġshut tle +Ġcheese burger +ĠDes ign +ĠPri vate +ĠKen ya +cor ro +Amer ica +Ġcraft s +Ġestud ios +Ġreact s +Ġmos qu +Ġdescub rió +Ġdescub rir +Ġvos otros +Ġcreep y +Ġjugu ete +ĠEuro vision +spe ed +ĠDup lo +GB T +Ele ven +Ġpañ uelo +Ġamist ad +l ifts +v ideo +Ġb ak +Ġf ores +Ġh ound +ve z +id ay +qu a +ĠC ell +ĠB ha +um ont +Ġv ap +Ġfr uta +Ġsp out +ho v +Ġpre fecture +Ġgu apo +Ġfl akes +gg le +me at +ĠDe xter +Ġlist ens +ĠCar roll +Ġsweet ness +Ġvar ieties +Ġprim avera +Ġmount ing +Ġcost ly +Ġbab ble +Ġllam ando +aqu el +Ġstran g +Ġestar ÃŃa +Ġemer gen +nam on +IF F +Ġdim ly +Ġign oring +Ġdivers os +** ** +ĠSk ipper +Ġfir ms +TEN TS +ĠBeet hoven +role um +K arl +d em +f ed +r alla +Ġc ited +is an +Ġo val +Ġf ainted +no stic +ĠI g +Ġh uy +le ms +Ġwe ld +ĠC oke +Ġj ars +Ġso br +Ġfr action +Ġsh ipped +ĠR ange +Ġbo ost +ĠK ill +Ġco y +ĠU no +Ġra ging +ĠUn it +Ġmat rimonio +ĠNew foundland +Ġjo ints +Ġgrand ad +Ġfore cast +Ġpas ear +ĠCon way +AL ICE +ĠQ UE +Ġval ued +Ġespe jo +Un like +ĠTr inity +RE T +ĠGu atem +hys ical +Ġfinger na +Ġhabit ual +Ġcivil ized +ĠCO M +Ġow es +Ġradio active +ĠPor que +bel ieve +Ġcoc aine +Ġcalcul ate +ĠCy ril +ĠOcc itan +Ġfemin ine +Ġliz ards +REAM ING +Ġpreca ution +ĠGlad ys +Ġcryst als +ĠBasket ball +K itty +R ich +Ġe yed +ĠS ob +ĠS che +th ia +Ġall igators +Ġpl a +to ast +Ġgr unt +Ġ3 50 +Ġfun n +ĠThere upon +ĠZ en +Ġart ic +ĠBe hind +Ġgroup ed +Ġstra ps +Ġmot ivo +Ġrele asing +ठ¹ +Ġmir th +ĠsÃŃ mb +ĠNorth west +Ġsn ar +Ġprotect ive +Ġinfl ation +ĠDad da +Ġindepend ently +Ġ189 5 +Ġintern ationally +Ġestim ates +Ġmock ing +ĠCir cle +Ġoxid ation +Ġprolong ed +ĠAber deen +ounid ense +7 00 +T ax +_ ! +m ology +p able +v aya +y ards +} ] +Ġb ooth +Ġm ules +Ġf law +al do +ĠS ung +ĠM aj +ĠB CE +res cent +ous se +OR D +Ġcr ows +app les +Ġpaper work +olog na +enn el +Ġequ ilib +Ġju z +Ġperfect amente +Ġwhis key +Ġcompl ac +Ġcapt ivity +atter y +lem án +Ġdecl aring +Ġdefend ers +Ġtun nels +cup ine +squ are +Ġdeliber ate +ĠGard ens +Ġfuncion a +Ġorient ation +Ġinherit ance +B i +I ce +s burg +w olf +Ġa stern +Ġc esta +Ġno pe +ĠS ey +pp ings +ĠD irk +Ġcom ent +ĠK ira +ĠK atherine +Ġper ish +Ġpo ked +Ġdes olate +Ġve xed +ale igh +Al ready +Ġsat isfe +bb ling +Ġexpl or +ĠTe en +ugg les +Ġconv inc +Ġles bian +Ġ# # +Ġaud ible +ĠMass a +ĠHaw kins +Ġgri zz +Ġdawn ed +Ġdiscover ing +Ġimit ating +Ġreform s +Ġembr aced +Ġresemb lance +Ġsentiment al +Ġcañ ón +C as +D oc +D ream +N adie +S id +d ep +g eneral +Ġt iles +Ġa j +Ġw ailing +Ġd uel +Ġp s +al ine +ĠA to +ĠA ube +ĠC rane +est ás +ell ows +... ¿ +Ġpart ida +Ġcha l +Ġmar ip +vel s +bre aking +Ġcho oses +umb res +Re becca +Ġsqu ire +ĠMa xim +Ġ15 00 +ĠFl ag +Ġhistor ically +Ġbomb ard +ĠST OR +ĠLook ing +Ġforeign ers +Ġspect acles +ĠSon ny +ĠYo ko +Ġcorpor al +Ġcycl ist +Ġperse gu +Ġinfect ions +Ġidi ots +ĠKy oto +cill ors +Ġpreced ed +Ġfrown ed +Ġsincere ly +Ġunre ason +Ġfot os +dire cted +Ġexca v +ĠLithuan ia +Chin ese +ĠStodd ard +ĠTré ville +d ilo +on gh +Ġl ousy +ac ies +ot to +Ġde ment +Ġde ars +un ct +ĠG an +ĠJ uda +Ġsm ashing +Ġent reat +gr aduate +Ġten éis +Ġind ios +Ġpat ting +Ġdep icted +Ġtom ando +pu ppy +Ġprim a +ĠMan ager +Ġmam mal +Ġbur gl +Ġpract ised +ĠWell ington +Ġtick led +Ġdue le +Ġfol iage +Ġfaith fully +Ġaffect ing +Ġpit iful +Ġraz or +Ġkeen ly +ĠNav arra +ĠBudd hism +Ġregres ar +Ty pes +Ġtwist ing +Ġgalax ies +Ġintim id +Ġoverwhel med +ĠcÃŃr culo +A gent +D one +H ol +H aw +H istor +N ING +g ang +l isted +Ã Ĺ +Ġl f +Ġg ems +Ġh á +al to +Ġse rene +Ġgo bble +ĠH olocaust +AT H +ĠD rew +Ġus u +ĠO g +ĠU z +Ġwhere by +oc ated +Ġcre ar +pu esta +Ġequ ality +Ġsand als +ĠEs per +Ch uck +Ġjoy fully +Ġsque ezes +Ġaston ishing +ĠPhilipp a +Ġfra grant +Ġdecid ido +Ġult ra +Ġhermos as +Ġnegot iate +ĠLil ian +Ġcoron avirus +Ġbeet le +Ġduer me +Ġassess ment +Ġcyl inder +Ġstam mered +B uy +J ill +in ny +Ġd azed +ch ick +ĠB rew +ĠB lock +... # +ÃŃ ster +ĠD ixon +ĠF res +od ing +Ġco als +Ġfl ick +og en +Ġcour te +Ġri b +ठµ +ĠEd gar +Ġ12 5 +Ġinform al +Ġut ens +ĠSte ele +Ġbank ing +Ġsmell ing +Ġhonor ary +Ġbod ily +Ġpier ced +Ġchop ping +ONE Y +Ġroast ed +Ġdiplom atic +ĠPhill ip +Ġasom br +Ġases in +Quiz á +Ġtwe et +ĠCunning ham +1 20 +B ird +I OUS +S pr +V A +V o +ha il +Ġc his +Ġf ooting +ur ous +Ġli l +ĠB ambi +ÃŃ es +Ġest ruct +Ġper a +ff er +Ġunder taking +Ġfl op +Ġres ume +ily n +Ġsupp ressed +ma ids +oup le +Ġbear ings +pha l +Ġdirect amente +Ġcant ando +ĠLu cian +Ġperm iso +Ġprepar ado +Ġoccur ring +Ġped est +199 8 +oug hed +ĠDO OR +Ġlack ed +Ġcolon ists +Ġpoison ing +Ġkil og +Ġmac aroni +Ġexplore rs +Fort unately +ĠDin ah +Ġdiscrimin ation +Ġhypot hesis +Ġmilit ia +atisf ied +Ġadvertis ement +Ġnost rils +Ġpisc ina +S lowly +f ires +f avor +in ement +nd ish +Ġdo om +ĠT ud +ĠS ON +ea ke +ĠC es +ĠC ara +Ġab ide +ĠR ikki +ĠE den +ven ce +Ġun just +Ġgr itar +Ġcomp artment +Ġcle ars +Ġrest s +Ġap reci +Ġbar ric +ĠJap ón +ĠSte el +Ġdoubt fully +Ġllam o +yd ia +Ġthick er +ĠBat ala +Ġdiss ip +Ġsuck ed +Ġperce ive +fif teen +Ġavent ura +ĠRot ten +Ġastero ids +ĠPerse us +Ġbarbe cue +SEL F +S r +S em +n n +Ġa ve +Ġno ve +ĠT at +ĠM oss +ĠH os +Ġal ight +Ġsu po +Ġsa ge +ĠR aff +ard i +wn ing +Ġapp lying +Ġra ke +mb ra +Ġatt ributed +ĠFran çois +ĠAr med +Ġrel ativo +Ġdri p +Ġext inction +Ġpresent ó +Ġz an +Ġmot el +olly wood +ott ie +ĠAb el +Ġgas ps +Ġmor ph +ĠGold wing +ĠPap er +ĠMos lems +Ġrecom pens +Ġspect rum +ĠRad cliffe +Ġrac ial +count ry +Ġlá mp +Ġsuced ió +Da isy +GO OD +Ġrespir atory +Ġprosper ous +Ġconvent ional +Ġór gan +Ġtriumphant ly +Ġphil anthrop +Ġdecis ive +Ġdesir able +flo or +Ġlonel iness +C atherine +h ut +Ġd ived +is ers +Ġo lor +Ġp ér +Ġg am +ri lo +ur an +ĠC ree +ĠH ann +ĠP é +Ġall y +Ġsh ivered +Ġlo ca +Ġpe lear +ĠK ind +Ġch ron +Ġact ively +Ġob ede +cept ible +Ġvis ions +ĠCha m +Ġhom osexual +ĠMan agement +ĠGo ose +Ġboard ed +Ġvers ión +Ġtur f +Ġ� , +Ġscar ing +ko k +Ġquit ado +Ġqual ifying +Ġrang ing +Ġax is +Ġ���� ��� +Ġtrat ando +Ġfunction al +UST R +Ġdisplay s +Ġillustr ation +Ġsop a +Ġprofession als +ĠIndust ry +simult aneous +B ah +C op +D AN +D ouble +L ost +T oby +o ci +s iempre +v onne +Ġa ching +in ette +Ġb il +Ġl am +Ġg iggles +Ġn adar +ĠS alem +ĠC A +ĠC ertainly +ĠB oots +Ġwh oop +ĠP owers +op atra +ak y +Ġle ase +Ġest ates +ĠSt ore +Ġtra ils +mb ro +Ġten ÃŃas +Ġpres ión +19 2 +Ġtem o +Ġhorse man +thank you +Ġmot o +Ġton ter +Ġprotect s +Ġentre prene +Ġexcept ional +rar i +ĠMag n +Ġvac aciones +ĠJo anna +Ġgall oped +Ġviv ÃŃan +Ġcontent a +ĠBea ver +ĠStone well +ĠMir iam +ĠConfeder acy +ĠRem i +Ġkidna pping +ĠÃģ ng +Ġbun nies +Part icip +Ġprofund amente +ĠLim ited +ĠvÃŃ ct +Jess ica +CON TENTS +Ġperple x +Ġadmin istered +ĠCot ton +Chair man +ĠCanter bury +C ross +Ġ zzz +it ha +om ic +Ġst ems +ĠT ropical +ĠB ev +Ġal gebra +ul ator +red o +ĠJ aqueline +?" ; +ĠV ideo +Ġsc ow +gu ila +Ġtri un +ĠZ orro +Ġta pped +Ġgi ants +ĠCom edy +Ġdar se +Ġpar ano +Ġmer cado +Ġllev as +Ġconvers ion +Ġgar ment +Ġvac as +Ġdat os +ĠCa ucas +ĠTra vis +Ġconven ience +Out side +Ġment ir +sk irts +Ġastron omy +ĠRen ée +ĠNE VER +ést os +ĠNorm andy +ĠHoo ver +Ġhues os +Ġesfuer zo +c ara +h oles +z co +Ġs iente +Ġs opl +ha les +Ġf ade +ll ev +Ġst ained +ĠM AY +ĠH OUSE +ct ar +ol ks +ĠP M +Ġsh ines +ĠR eds +Ġ[ : +ens is +Ġsc ur +Ġbu que +Ġfl ashes +Ġhel ado +ign on +Ġsl owed +Ġmat ched +Ġbre thren +Ġcas arse +Ġinv ade +ĠCl arence +Ġpast ry +Ġem blem +ĠFrank furt +Ġdescri ptions +alt ies +UB L +Ġcard iac +Ġsla pped +Ġcred its +ĠVictor ian +Ġeter nity +Ġtires ome +breat hes +Ġclergy man +Ġdiscom fort +whim pers +D est +p ri +s low +t iny + ² +Ġo igo +Ġg entes +ri ka +Ġst o +ĠT ax +ĠT ae +ĠT iffany +ĠS unny +ĠS CHOOL +ĠC f +ĠC iudad +ĠP www +ĠL AST +ĠE ventually +fe it +Ġsp un +ĠK le +Ġdes eaba +ĠV alle +ta ils +Ġcha ll +Ġreg ulation +Ġpie za +Ġri vals +Ġexc used +rog ate +Ġtrans m +Ġtrans plant +Ġprof itable +Ġfil ibuster +Ex amples +Ġcurrent s +Ġlower ing +Ġoccur rence +Ġund one +Ġconcl ude +Ġvest idos +Carl os +Ġrepro ductive +Ġutiliz an +Ġembarrass ment +Ġsole ly +stro ke +ĠHamb urg +F er +M erry +O x +t ight +Ġ ), +Ġs áb +er ic +it at +id an +ent re +Ġre yes +ke es +ĠT R +ĠM atson +ur us +st ation +Ġas ylum +ĠB IG +ĠB AB +ig ail +ĠW er +ĠJ em +Ġcl ips +Ġtell in +Ġdis band +Ġdis reg +ĠY u +ĠMar se +Ġrel ay +ject ed +Ġconf und +Ġexpl oration +ĠSu zanne +ĠIN TO +ĠEx change +à² Ĺ +ĠPaul ine +ota pe +Ġcustom ary +Ġconcl usions +ĠSa hara +Ġtermin ated +Mic helle +cor rect +pon er +Ġठķ +Ġlevant ar +añ adió +ĠBea utiful +Ġaltern ate +Ġcog ido +Ġshrie ked +Ġspons ored +mur mur +Ġinvit ations +Ġblanc as +LAUGH S +Ġproyect o +ĠEthiop ia +ĠRafa el +i amente +s at +Ġc ep +Ġre ver +ĠT andy +ur amente +ĠD y +ĠL illy +ĠF ig +Ġbr oma +ran qu +Ġres erves +uc ion +Ġhar p +Ġfin er +Ġmet ric +Ġcor rÃŃa +Ġref ined +unch ing +Ġcam as +Ġsqu aw +Ġz omb +ĠEd ge +ract ion +ĠMan or +mit es +Ġhabit ats +Ġmotor bike +Ġparticip ating +ĠSing les +Ġpier cing +Ġkingdom s +Ġbay on +ĠEv il +Ġtro d +Ġtriste za +alax y +Ġtwin ned +ĠFle ming +pow ered +Ġpajar ito +ĠMaced onia +Ġloo kee +ĠPand ora +O fficer +U pon +V is +c ass +g arden +i ated +j ita +p á +p ond +es on +id ores +am erican +ĠM ate +hi er +Ġgr udge +ĠCh ron +ember g +Ġob t +Ġve x +form ula +Al icia +Ġcup cakes +Ġhon oured +ĠRe uben +Ġcal idad +Ġá rea +ĠGo k +some where +medi ate +ĠBrown ie +Ġdecir te +ĠRepublic ans +ĠDep ression +Ġrust les +Ġpant ed +Ġdecor ate +Ġfox es +Ġdiss ol +Ġvirt ual +ĠMi y +Ġintense ly +Ġmue ve +Ġaliment o +hoe be +ĠLev i +Pa use +Ġtheore tical +Rh ône +Ġkiló metros +U ses +l eness +m elo +o inting +Ġp ious +ĠI z +Ġn ay +Ġn ig +Ġfor man +Ġst unt +ĠS aints +ĠA br +ĠC ox +AR Y +Ġsh ifting +ĠR ider +ap art +Ġcl oudy +Ġover lap +act ions +ĠV ere +Ġsha ky +ons on +Ġdoll ies +ios as +ĠBer m +ĠCha pel +Ġpar ar +Ġarm ario +Ġfear less +ĠSome body +off ice +199 5 +Ġsch izophren +ĠDO ES +Ġhic iera +Ġtransl ate +Ġpow ered +Ġlaws uit +ili ary +cr acker +ĠHay es +Ġcompar ative +Ġcad et +Ġfrag rance +mu cho +óm ico +Ġtribut ary +Ġdesapare ció +Ġpodr ÃŃan +dist rict +Ġassum ption +Cla ire +ĠKra k +Ġprophe cy +Cind y +M ER +R ae +j andro +m ÃŃr +r t +Ġ ira +Ġo str +Ġha h +im ps +Ġn y +ĠS ra +ĠP ull +Ġher ido +Ġpro ces +ĠMar ina +row ing +Ġperson ajes +Ġpass ages +Ġred es +che ers +Ġrep ar +Ġcur ling +Al i +Ġir é +ĠGeor ges +ĠCo ca +Ġmem orable +ĠMal ta +Ġmut tering +ánt ico +199 2 +iform es +Ġcamb iado +ĠGil roy +Ġapolog ies +Ġcad ets +Cor rect +Ġdece ive +Ġros as +Ġdepos its +Ġcapac idad +Ġzap ato +NE I +Ġdesapare cido +doll ar +Ġvine gar +Ġdeport e +Ġavent uras +Ġsimpl er +Ġdesay unar +avin ia +Ġdescans ar +tit les +Stra ight +ĠCret aceous +A ub +H ace +H umph +I LD +L ore +M ist +R ev +S ax +d ys +l aps +n unca +p obrec +nd as +Ġd aban +Ġre organ +qu art +ĠM ose +ĠM ail +ĠM ISS +ĠB EL +Ġqu ot +ĠH ence +ĠH ollow +Ġsh red +Ġout skirts +em aker +Ġpl ed +ĠG aul +ĠL ance +ĠE van +la va +Ġaf ar +ict s +que z +ors es +Ġca ÃŃa +She m +pr isa +Ġind is +Ġcat alog +uel to +Ġcolor ful +ĠBe yond +Ġeight eenth +Ġmer ger +ĠCount ess +ĠBar n +Ġprodu ctions +ĠEst ado +hard t +Ġvict orious +Ġfuer an +ĠLu igi +Ġgradu ation +ĠGet ty +Ġteaching s +Ġcorrespond ing +Ġsniff ed +ĠNiger ian +ĠAhm ed +Ġunlock ed +ĠMes opotam +Ġexce pto +Ġhards hips +CAP Ãį +Ġmarty r +Ġdisf raz +TU LO +ĠVlad imir +" | +A ud +L ind +N HL +d ens +j ob +s ugar +Ġs acks +on ial +Ġd andy +Ġo este +Ġp ell +Ġp onder +or ient +ic opter +Ġth rees +ĠM ond +ĠH ers +ĠH ap +ĠH aut +ĠP ale +Ġsa kes +Ġout let +Ġpl edge +ĠF lying +Ġput tin +Ġpre historic +ĠY i +Ġreg iones +Ġcer rado +Ġcab ellos +Th ursday +Ġprom oting +Ġvar iation +ĠCon rad +ठļ +ĠEn rique +ĠTe acher +ĠPar amount +yl an +ĠEst as +Ġcharacter ized +Ġfres co +sp eaks +Pe ace +ĠBur ke +Ġge ographical +ĠEmp ress +Ġ189 2 +Ġ189 7 +Gu ard +Ġbrief case +ĠRod ney +IE LD +ĠHard ing +Ġmá x +amar illo +ĠRh ode +ĠHindu ism +Ġvow els +Ġdolph ins +Ġrefres hing +ĠGrim m +Hea ven +Ġmemb rane +ĠAnat olia +ĠLope z +CAPÃį TULO +! ... +C AN +O per +b ane +c ual +e o +p ins +Ġs ling +Ġc ors +Ġc anto +Ġm ig +Ġh ump +ut er +ĠC P +ĠC ed +ĠP ent +ĠO S +Ġbr ands +Ġco il +ull ah +Ġcons igo +Ġinter face +ĠGer da +Ġbuild ers +ĠCha mp +Ġsab emos +Ġsuper b +ĠSw ift +fly ing +Ġpud ieron +Ġpron ounce +Ġoccup ants +Ġsteam ing +ĠNat alie +Ġaer ial +Ġod io +Ġsalv aje +ĠOxford shire +Ġgle aming +Ġnav ig +sleep ing +Ġyawn ing +Ġfug itive +Bern ard +Ġunemplo yed +Ġespect áculo +Ġinjust ice +ĠperÃŃ odo +aun que +Ġvitam ins +F ood +X T +b ys +Ġin ducted +Ġhe aled +Ġwas p +Ġu mp +Ġn ailed +ĠS hen +her ry +ĠH off +ĠP av +Ġpl uma +ĠL enn +ĠL ila +ĠJ ungle +Ġle ch +te eth +ĠSt ri +Ġgl ided +ung a +Ġsent in +St arting +ĠBl ind +Ġrepl ic +Ġval iant +Cl ara +Ġaccident e +bra him +Ġ189 1 +199 7 +Ġterrit orial +Ġquit ó +Ġze al +Fl orence +Ġelectron ics +ĠSH OULD +ĠImper io +ĠBry an +Ġwob bly +ĠLanc aster +ĠLt d +Ġrenow ned +" " +M andy +T ras +e lect +s le +v able +w ave +er ting +Ġc ierra +Ġd oth +Ġf als +an cias +Ġg ilt +Ġin mates +ow ard +ĠS ou +ĠC ros +Ġal mac +ĠW acker +ĠL iam +ard in +ort a +Ġright eous +Ġmu est +ĠU ri +act us +ĠV ick +ĠIn side +old s +Ġwood land +ĠQ atar +Ġsna pping +ĠTr in +Ġpresident s +Ġperiod ic +Ġlock et +Ġbull do +Ġspeed s +Ġpud dle +ĠCla ude +bir th +ĠIrish man +Ġax es +ĠAny way +Ġmand ó +Rob in +Ġscold ed +Ġenqu iry +Ġsway ing +ĠObs erv +Ġcaz ador +ĠVio let +! - +? . +C LE +D Y +D yn +G y +G un +I mm +R osa +g own +Ġt its +es cend +om bs +os kap +Ġse ct +ĠB ug +Ġat tain +ĠP iet +Ġsu ic +ĠW ea +ĠL ah +ĠL oy +ĠThe ater +ĠE nos +Ġover time +ear ance +ĠK ö +do be +ob i +Ġrem on +Ġres ervation +ib o +Ġap es +Ġbar ren +Ġty ran +Ex ternal +ĠSh ore +Ġtend rá +watch ing +Ġlength s +Mom ma +Ġjug ador +Ġpill ar +Ġfac ult +Ġfro ggie +Ġalt as +bot tom +Ant es +Ġasust ó +ô te +ĠoÃŃ dos +ĠfÃŃs ica +Pare ce +cycl opedia +ĠProp het +ĠAngl ican +ipel ago +n aran + · +Ġf owls +Ġde ity +Ġst ability +Ġdo pe +ĠM IN +Ġk er +ĠP haraoh +ue y +hy a +Ġac ar +let ons +Ġatt ire +Ġimp osed +ex pl +Ġint oler +ĠCom ing +ĠRe ad +ठ® +Ġcop ying +Ġguard ia +Ġener getic +Ġspeed ing +Ġmater ia +ĠGreen e +Ġinterrupt ing +Ġ186 7 +ĠSqu ire +Ġmyth s +ĠTw itter +Pre viously +Ġrect angle +Pap á +ĠFace book +Ġprejud ice +Ġinsign ific +ĠGio vanni +Ġangu ish +ĠVeget a +ĠDeclar ation +C ada +K elly +R ound +c hat +g lo +m em +t owel +Ġs ash +Ġc ulo +Ġd ost +Ġl ens +Ġse iz +Ġan onymous +ell ar +th ou +Ġen zy +ĠG lend +ĠL om +ĠThe o +ag na +Ġpro verb +Ġany ways +Ġsp ied +Ġdown load +ĠK ab +ord e +ile e +ĠV el +Ġbu c +cl ub +So ld +up stairs +ĠZ ur +Ġlad rón +eng ing +ĠBar clay +ĠPl uto +Ġstraight forward +ĠOr lando +Ġgust ado +Ġdev ote +Ġur ging +Ġident ification +ĠMil ky +ĠPri est +ari amente +whe els +Ġcub ierto +Ġshock ing +à® ¤ +Ġaware ness +OM AN +Ġescu chó +AC T +squ eak +Ġtool box +ĠCho i +aug uau +ĠStra it +Ġagit ated +Ġprud ent +Ġremed io +Ġmund ial +Ġphilosoph ical +Ġinvari ably +ĠDever ing +A CH +L ate +M os +V ES +g ary +s hed +is ition +Ġm ierda +Ġp ido +Ġl inda +Ġto aster +Ġe ater +Ġn ug +Ġdo bl +ĠT i +ĠT UR +ĠG la +ĠG az +ĠL ass +ĠL og +He idi +ĠK oran +Ġam iable +wn y +ĠY uc +Ġunder taken +Ġca es +Ġrec ur +ĠMar ino +Ġcle arer +Ġfall ed +St ate +Ġbar ba +ĠPr issie +Ġgovern ors +ठ£ +ĠPar agu +ĠMon k +Ġdecir lo +vell ed +ĠGl enn +Ġsorrow ful +ĠAle mania +Ġthunder storm +Ġframe work +squ eaks +Ġobtain ing +Ġacquaint ances +Ġmars h +Ġarro j +Talk ing +Ġwhirl ing +Ġtorment a +Hard ly +Wind ows +Ġintroduc ing +ĠPow ell +Ġungr ateful +Ġcuest ión +B EN +d un +d ese +r ÃŃas +z on +z ca +in u +Ġs ine +it ime +Ġd ada +Ġp uls +Ġh é +Ġh ove +ĠM og +ch or +ĠC ultural +ĠB alk +ĠB ret +ĠD aff +ĠJ OH +od i +Ġun c +Ġtw ig +so bre +har ine +ĠIn v +Ġend urance +ĠMar c +Do ing +Ġkne els +Ġsix pence +Ġgener ated +Ġgener osity +umb ria +Ġfore man +Ġbat hed +Ġz ones +oops ie +Ġguard ing +ĠEx cell +Ġgrass y +ॠĭ +asp ard +ĠVal encia +Ġsubs id +ueb as +Ġconvert ido +Ġdwell ings +Ġjer ked +XX X +mn n +Ġiv ory +Pued o +Ġnave g +Ġcoo lly +Ġmidship man +ĠHug hes +Ġdarl in +ĠHEL P +B ODY +D isc +G as +W ish +e ach +e asy +n ana +r atch +w au +w aves +Ġt ang +Ġp ú +ic ent +Ġe mo +Ġe urope +Ġno bility +pp ets +ĠW ool +ĠJ udd +ĠN AME +Ġel bows +pe zó +Ġmu estra +iv ar +Ġlot tery +Ġmar riages +Ġacc use +Ġbar red +Ġpen it +bl os +Ġcos y +20 21 +Ġglad ness +Ġport al +Ġdej amos +Ġfinal ice +ಠ² +Ġrob ust +Ġgod mother +Ġmult itude +Ġfund ed +Ġhy brid +Ġpil grimage +Ġtim er +áp ido +Ġ189 3 +Ġ188 2 +IV Y +Ġtransport ed +Ġexplan ations +pol ice +mal ade +Ġasust ado +Ġprote ger +ĠNa omi +mont on +Ġimmense ly +Ġteles cop +Ġgrit ando +Mem bers +Ġprotoc ol +Ġregistr ation +Ġenjo ys +rasp berry +Ġconsecut ive +- ... +L le +V as +V ING +W HEN +c ate +g ener +l io +n uhhuh +p ushing +Ġd umps +en ched +Ġp iz +ĠI B +et ah +un ches +Ġne enaw +Ġv ayas +Ġcon ting +ĠJ A +Ġlo os +Ġpro ving +He h +ñ ar +Ġmean ings +ĠIn formation +ĠCh ow +Ġdec ÃŃan +ĠNo v +Ġreg iments +Ġpap ás +Ġmet h +uel ve +án chez +Ġsca recrow +Ġnatur ales +omb ro +Ġdej as +Ġemb assy +ĠEm ilio +fall s +Ġsusp ension +Ġparticip ation +throw ing +Ġben ches +Ġ187 1 +Ġdu plic +Ġsympat hi +ĠAccording ly +ĠPhilipp ine +Ġdemonstr ated +Ġconcept s +Ġric her +Ġsel va +dij e +ĠPla za +Ġguarante ed +ĠTween ies +ĠSchol ars +L IL +r ays +w ang +Ġt ing +Ġm alt +Ġg ib +Ġof reci +ot te +ĠT ras +ĠM ing +Ġup s +Ġcon stern +ĠD ÃŃa +ĠW ins +ry an +Ġman g +ick le +ven ant +ven ge +Ġsc or +Ġtra iling +Ġhead long +Ġcomm ittees +Ġschool room +MA Y +Ġfoot prints +cc as +Ġdep lo +ĠCl ifford +Ġsn out +ĠAb igail +ĠPat rol +Ġswim s +Ġspir al +Ġtur no +Ġinvestig ación +!' " +Ġsque al +Ġinno v +ĠMos lem +Ġshr imp +Ġhij as +Ġgol pes +Pre par +ĠNic ol +Ġexplic it +rep uso +Ġinstinct s +Ġscan ned +Mel issa +Ġisol ation +ivor ous +Ġbeet les +Ġperple xed +Span ish +A st +E lect +G i +P ers +P ER +P ush +l ain +er le +Ġg ifted +Ġh ips +ent os +Ġre comend +Ġst roll +ro duction +ĠC LO +ĠB ates +Ġwh ine +un uch +ĠH om +Ġr uth +ĠW ON +ĠJ ove +ĠN ikki +Ġun p +Ġtr ato +Ġest úp +per t +Ġdes car +de c +gg les +Ġmar ca +ane y +Ġsil very +Ġcat al +Ġcam inar +Ġprop ios +Ġesc onder +was her +ĠTH REE +ĠRoman o +Ġaccount ed +ĠMum bai +Ġdetect ives +Ġbin oculars +ĠBea u +Ġraz on +ĠGlo oskap +beep beep +Ġray o +Ġcarre tera +ĠOb ject +Ġmead ows +Ġphilosopher s +Chan ge +ĠBrig ade +ĠGob ierno +Ġmosquito es +Ġsoph isticated +ĠMoll ie +0 1 +G ay +L ay +d icos +m and +Ġa lemán +er an +ar gh +ut ta +ir ió +Ġu ranium +Ġn igger +ĠT ara +ĠS ter +Ġk o +se ason +Ġas c +ĠC yn +Ġher ram +Ġr ud +Ġr ites +ĠF remont +Ġag greg +Ġtr icycle +ĠK om +ĠU lt +Ġac us +land ers +ars ity +ĠAnd rés +Ġsupp osing +Ġbir ch +Ġfell ers +Ġver bal +Al as +Ġexpl ored +Ġresp eto +Ġho ist +ron a +ĠBar ack +ĠSh it +say ing +ĠMad emoiselle +iller mo +ü h +chan ce +ĠBur r +Ġbomb ers +Ġcontact s +Ġveget arian +ĠFort unately +ĠGran ada +Ġpoll ito +idi ary +Ġdyn amite +ĠRey nolds +Ġcorrespond ence +Ġspons or +Ġdiab los +Ġpav ilion +Ġadvis or +Ġresent ment +Ġmens aje +ĠFan ning +Ġexclus ively +Ġcance led +C old +J un +e ats +k k +m uchas +p ó +x es +Ġf ath +ĠS olo +Ġk ins +if a +Ġher ds +ul er +Ġfr ase +Ġsh ud +Ġsh illing +ĠW itt +Ġab og +Ġel f +Ġper ception +Ġpre fect +Ġpre cio +ren cia +Ġdec isión +Ġbre eds +ĠNo ble +Ġred und +Ġsk ipping +ĠSo ft +Ġind ifference +uer te +Ġsab ÃŃan +Ġdiv iding +Ġship wreck +ĠBar ber +Ġcool ed +ĠDr um +arth y +Ġscr amble +ĠSer bian +show ing +Ġperfor mer +Ġplat eau +dri ving +ĠUt tar +Ġsuced ido +Os car +Ġleisure ly +ĠChel sea +former ly +Ġcongreg ation +Ġconej ito +B uenos +D I +W all +b la +c ans +d an +Ĥ ¬ +Ġc á +Ġm ando +Ġp umps +ll i +Ġl yn +as hire +Ġh ú +im ar +Ġwe aken +Ġu gh +Ġst agger +Ġat he +ĠD oo +ĠD amn +ĠW AR +ĠW orth +Ġaf il +ĠY ep +Ġmat ado +Ġatt ribut +cha l +pr ised +Ġcor ral +TER S +Ġlisten ers +ĠSe rena +Ġpot tery +ĠPl ains +ĠPer kins +Ġann ually +alt an +asion ally +Ġoblig ation +Ġ188 5 +Ġess ays +ĠDen ise +Ġcopy right +Ġflood s +ĠUnder ground +ĠHy un +ĠCop a +Ġcuánt as +Ġbund les +ĠWOR K +ĠMU CH +tt emberg +ĠSev illa +ĠDou bs +Econom y +B ay +C over +G all +J en +V ar +a ña +f ounded +Ġw iggle +Ġl uces +Ġth orn +ĠT her +Ġk iwi +ur able +hen tic +Ġpl iers +Ġbl ond +Ġsec ular +Ġent us +Ġmin istry +ĠTh umb +Ġrel ates +Ġsub mission +Be hind +cri ber +Ġpos es +Ġma res +Ġdisc ut +Some how +Ġconsider ado +uk u +want ed +Ġtal ents +Ġtap ed +Ġassoci ates +ĠBa a +AK ES +Ġcoal ition +ĠMir anda +Ġdescub r +uros awa +Ġpuff ed +Ġswell ing +Ġearthqu akes +àŃ ģ +ĠJes ús +Ġano che +Ġsuave mente +Ġhamm ock +ĠHispan ic +Ġinfr astructure +d oh +i ary +n ames +p m +s oo +à ª +Ġc ords +Ġo me +Ġo min +Ġf iel +Ġof ic +Ġh ive +ĠT rophy +ĠM ats +ĠM UST +ĠA ce +um ing +Ġso fter +ain ing +ack en +ĠL GBT +ĠF ur +han ging +ci b +Ġmu zzle +Ġest uve +iv idad +Ġac u +de cÃŃa +br r +Ġgener ously +Ġtu ber +Ġma ÃŃz +ĠFl int +Ġsac a +Ġcond ición +Ġcult ura +âĮī ... +Ġhill side +Ġsmart ie +Ġexpand ing +Ġprevent ing +Ġ188 4 +à® ķ +Ġreact ing +Ġsubs pecies +Ġsubs idiary +Ġ185 7 +Ġfer ment +Ġobjet ivo +Ġcel ery +Ġprose cution +Ġsurve yed +cook ies +Ġ~ + +ĠAlb any +Ġenvelop es +Ġrhin oceros +shr ugs +Ġshud dered +- ' +C razy +P oint +S and +S low +d ón +d igo +g il +v amente +z in +he um +Ġc árcel +Ġp use +no re +ĠI gn +Ġth ud +im m +im us +Ġst owed +ro qu +ĠM ult +ra k +ĠH app +Ġv owed +ĠD os +ĠD aphne +Ġsa un +Ġpl ent +ĠN ate +Ġcl ing +Ġplay wright +Ġcu isine +ĠAl ps +Ġdin ars +Ġste re +Ġpat ito +Ġgener ate +Ġcre m +Ġpartic ulars +Ġhom bros +Ġdisc urso +Ġprin ter +Ġobject ives +ĠmÃŃ os +Ġill usion +Some where +Ġpublic ations +Ġwild life +Ġdecir me +sp in +ĠGood bye +vi Äĩ +Ġdust ing +Ġchap ters +Ġpill ars +ĠGar field +izz ard +Ġdivers ity +ropol is +Ġinterpret ed +Ġmaintain ing +Ġimmigr ation +ĠAnim als +Ġcaracter ÃŃsticas +Ġnib bled +ĠKu wait +ĠFull er +Ġexagger ated +openha uer +Ġpsychiat rist +ĠVend ée +ĠCelt ic +overla pped +Ġallerg ic +Interest ing +Ġlapt op +B uddy +W ild +g entle +k ir +u ber +Ġd ich +at ivas +al us +Ġj ap +ack ett +ĠG ad +ĠG avin +ĠL azar +ĠJ olly +Ġjust icia +are l +Ġar ithmetic +Ġsp itting +ure en +ish y +omet own +gu er +Ġsent ÃŃ +Ġimp art +ĠMiss y +ĠCl oth +Ġtem plate +Ġhon ours +ĠWar ri +Ġllev aban +Ġduck ie +ĠAnt i +Ġmater nal +Ġproduct os +Ġcort es +Ġacab ar +Ġrecon o +Ġhammer ing +ĠHung ry +Ġhal ves +Ġalcoh olic +ĠCas a +Sim ple +௠ģ +Ġadjust ed +ür ttemberg +Ġfug itives +Ġappoint ments +D ex +J ere +L C +S andy +p ipe +v ir +re ng +er ver +Ġh unch +Ġno vio +oo ch +Ġst ressed +ĠS I +se ct +ĠB less +Ġqu ivering +il ts +il iation +th on +ĠD ion +ag ara +Ġpe ck +Ġgr ants +so ck +Ġpre acher +Ġad or +Ġsm ote +Ġres ervo +Ġsl ug +Ġsit ios +ĠTh irty +Ġform ado +Ġplan ks +app ropriate +Ġadv ances +Ġstar vation +ĠPer iod +ĠAm elia +LE ASE +Ġban ished +Ġjack ets +Ġast ro +sp ider +ĠMot ors +Ġdestro yer +ĠRed mond +Ġrom pe +Ġinvestig ated +ĠPal m +Ġpred ic +Ġsigu ientes +ĠArt ie +ĠPlay ers +199 3 +ár t +ĠEve rett +ĠMur d +sque eze +ĠAndrew s +ĠTre asure +ĠLiber ation +Ġzap at +Ġmulti pl +Ġevolution ary +Ġsway ed +Ġtreacher y +Syl via +saus age +ĠHast ings +R ome +U MP +n ea +Ġp its +Ġg in +Ġg la +Ġhe ct +Ġn ip +Ġst inky +ĠA I +ĠA ye +ĠC od +ist ent +ĠJ ans +ĠO din +Ġad qu +ĠSt range +ĠV ul +Ġhome land +Ġcons pic +lock s +Ġsol ÃŃa +Ġpas aron +rit ical +ĠChar leston +Ġsca res +ĠTr uth +Ġsupposed ly +ĠMad ge +Ġgrass es +Ġà ł +Ġspread s +asc us +Ġgro ans +Ġ186 4 +ĠRam say +Ġcitizens hip +ĠLight ning +Ġnac ido +ĠAgain st +ĠRub y +ĠMem bers +ĠSac r +Ġsam urai +OUGH T +ĠLud wig +Ġwist fully +Ġdang ling +ĠGand hi +Ġecos ystem +; -- +N early +T ilda +c alling +m akers +r ather +v ity +z ee +Ġ \ +he ll +ha le +Ġc ages +Ġd ÃŃ +Ġh hh +Ġu l +am ela +st alk +ĠH AR +est ial +ĠW AL +ist le +ĠL ogan +ĠR aleigh +fe ed +He art +Ġco aching +Ġad e +Ġent era +Ġlea pt +Ġrec ession +Ġmar ijuana diff --git a/model.safetensors b/model.safetensors new file mode 100644 index 0000000..3525b66 --- /dev/null +++ b/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bca77400b76e2a81360971b8a65fe3314d03d7148126eebf1af9673d2a32fe +size 438690432 diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..e101338 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,7 @@ +{ + "bos_token": "", + "eos_token": "", + "mask_token": "", + "pad_token": "", + "unk_token": "" +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..9910445 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,149055 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 2048, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": { + "strategy": { + "Fixed": 2048 + }, + "direction": "Right", + "pad_to_multiple_of": null, + "pad_id": 1, + "pad_type_id": 0, + "pad_token": "" + }, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 3, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 4, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": true + }, + "post_processor": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": false, + "use_regex": true + }, + "decoder": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": null, + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": false, + "vocab": { + "": 0, + "": 1, + "": 2, + "": 3, + "": 4, + "!": 5, + "\"": 6, + "#": 7, + "$": 8, + "%": 9, + "&": 10, + "'": 11, + "(": 12, + ")": 13, + "*": 14, + "+": 15, + ",": 16, + "-": 17, + ".": 18, + "/": 19, + "0": 20, + "1": 21, + "2": 22, + "3": 23, + "4": 24, + "5": 25, + "6": 26, + "7": 27, + "8": 28, + "9": 29, + ":": 30, + ";": 31, + "<": 32, + "=": 33, + ">": 34, + "?": 35, + "@": 36, + "A": 37, + "B": 38, + "C": 39, + "D": 40, + "E": 41, + "F": 42, + "G": 43, + "H": 44, + "I": 45, + "J": 46, + "K": 47, + "L": 48, + "M": 49, + "N": 50, + "O": 51, + "P": 52, + "Q": 53, + "R": 54, + "S": 55, + "T": 56, + "U": 57, + "V": 58, + "W": 59, + "X": 60, + "Y": 61, + "Z": 62, + "[": 63, + "\\": 64, + "]": 65, + "^": 66, + "_": 67, + "`": 68, + "a": 69, + "b": 70, + "c": 71, + "d": 72, + "e": 73, + "f": 74, + "g": 75, + "h": 76, + "i": 77, + "j": 78, + "k": 79, + "l": 80, + "m": 81, + "n": 82, + "o": 83, + "p": 84, + "q": 85, + "r": 86, + "s": 87, + "t": 88, + "u": 89, + "v": 90, + "w": 91, + "x": 92, + "y": 93, + "z": 94, + "{": 95, + "|": 96, + "}": 97, + "~": 98, + "¡": 99, + "¢": 100, + "£": 101, + "¤": 102, + "¥": 103, + "¦": 104, + "§": 105, + "¨": 106, + "©": 107, + "ª": 108, + "«": 109, + "¬": 110, + "®": 111, + "¯": 112, + "°": 113, + "±": 114, + "²": 115, + "³": 116, + "´": 117, + "µ": 118, + "¶": 119, + "·": 120, + "¸": 121, + "¹": 122, + "º": 123, + "»": 124, + "¼": 125, + "½": 126, + "¾": 127, + "¿": 128, + "À": 129, + "Á": 130, + "Â": 131, + "Ã": 132, + "Ä": 133, + "Å": 134, + "Æ": 135, + "Ç": 136, + "È": 137, + "É": 138, + "Ê": 139, + "Ë": 140, + "Ì": 141, + "Í": 142, + "Î": 143, + "Ï": 144, + "Ð": 145, + "Ñ": 146, + "Ò": 147, + "Ó": 148, + "Ô": 149, + "Õ": 150, + "Ö": 151, + "×": 152, + "Ø": 153, + "Ù": 154, + "Ú": 155, + "Û": 156, + "Ü": 157, + "Ý": 158, + "Þ": 159, + "ß": 160, + "à": 161, + "á": 162, + "â": 163, + "ã": 164, + "ä": 165, + "å": 166, + "æ": 167, + "ç": 168, + "è": 169, + "é": 170, + "ê": 171, + "ë": 172, + "ì": 173, + "í": 174, + "î": 175, + "ï": 176, + "ð": 177, + "ñ": 178, + "ò": 179, + "ó": 180, + "ô": 181, + "õ": 182, + "ö": 183, + "÷": 184, + "ø": 185, + "ù": 186, + "ú": 187, + "û": 188, + "ü": 189, + "ý": 190, + "þ": 191, + "ÿ": 192, + "Ā": 193, + "ā": 194, + "Ă": 195, + "ă": 196, + "Ą": 197, + "ą": 198, + "Ć": 199, + "ć": 200, + "Ĉ": 201, + "ĉ": 202, + "Ċ": 203, + "ċ": 204, + "Č": 205, + "č": 206, + "Ď": 207, + "ď": 208, + "Đ": 209, + "đ": 210, + "Ē": 211, + "ē": 212, + "Ĕ": 213, + "ĕ": 214, + "Ė": 215, + "ė": 216, + "Ę": 217, + "ę": 218, + "Ě": 219, + "ě": 220, + "Ĝ": 221, + "ĝ": 222, + "Ğ": 223, + "ğ": 224, + "Ġ": 225, + "ġ": 226, + "Ģ": 227, + "ģ": 228, + "Ĥ": 229, + "ĥ": 230, + "Ħ": 231, + "ħ": 232, + "Ĩ": 233, + "ĩ": 234, + "Ī": 235, + "ī": 236, + "Ĭ": 237, + "ĭ": 238, + "Į": 239, + "į": 240, + "İ": 241, + "ı": 242, + "IJ": 243, + "ij": 244, + "Ĵ": 245, + "ĵ": 246, + "Ķ": 247, + "ķ": 248, + "ĸ": 249, + "Ĺ": 250, + "ĺ": 251, + "Ļ": 252, + "ļ": 253, + "Ľ": 254, + "ľ": 255, + "Ŀ": 256, + "ŀ": 257, + "Ł": 258, + "ł": 259, + "Ń": 260, + "Ġt": 261, + "he": 262, + "Ġa": 263, + "in": 264, + "re": 265, + "Ġs": 266, + "Ġthe": 267, + "ou": 268, + "Ġw": 269, + "on": 270, + "ha": 271, + "er": 272, + "nd": 273, + "Ġc": 274, + "Ġb": 275, + "it": 276, + "Ġd": 277, + "is": 278, + "Ġm": 279, + "es": 280, + "Ġo": 281, + "en": 282, + "Ġf": 283, + "Ġp": 284, + "ll": 285, + "an": 286, + "ing": 287, + "or": 288, + "Ġy": 289, + "Ġl": 290, + "OT": 291, + "MOT": 292, + "Ġto": 293, + "ed": 294, + "ar": 295, + "CH": 296, + "CHI": 297, + "as": 298, + "hat": 299, + "Ġg": 300, + "Ġyou": 301, + "Ġand": 302, + "no": 303, + "Ġof": 304, + "Ġin": 305, + "at": 306, + "om": 307, + "Ġhe": 308, + "'s": 309, + "Ġha": 310, + "ĠI": 311, + "Ġh": 312, + "le": 313, + "ic": 314, + "ve": 315, + "Ġit": 316, + "et": 317, + "ay": 318, + "us": 319, + "Ġe": 320, + "Ġon": 321, + "id": 322, + "Ġth": 323, + "al": 324, + "os": 325, + "Ġthat": 326, + "gh": 327, + "Ġbe": 328, + "Ġno": 329, + "ad": 330, + "oo": 331, + "Ġis": 332, + "ut": 333, + "ow": 334, + "ld": 335, + "ac": 336, + "im": 337, + "ent": 338, + "Ġwas": 339, + "Ġwe": 340, + "ir": 341, + "Ġu": 342, + "Ġre": 343, + "am": 344, + "ver": 345, + "Ġn": 346, + "'t": 347, + "ot": 348, + "ri": 349, + "ke": 350, + "..": 351, + "Ġde": 352, + "qu": 353, + "ght": 354, + "Ġfor": 355, + "ion": 356, + "ly": 357, + "Ġst": 358, + "Ġdo": 359, + "ĠT": 360, + "Ġse": 361, + "ro": 362, + "ĠS": 363, + "out": 364, + "Ġme": 365, + "and": 366, + "ĠM": 367, + "ith": 368, + "ĠA": 369, + "Ġk": 370, + "se": 371, + "all": 372, + "ur": 373, + "her": 374, + "Ġwith": 375, + "st": 376, + "ea": 377, + "ome": 378, + "ch": 379, + "Ġas": 380, + "Ġan": 381, + "ĠC": 382, + "ter": 383, + "ill": 384, + "Ġgo": 385, + "Ġli": 386, + "ĠB": 387, + "Ġat": 388, + "Ġwh": 389, + "ce": 390, + "Ġnot": 391, + "Ġqu": 392, + "ra": 393, + "IN": 394, + "un": 395, + "ant": 396, + "ould": 397, + "il": 398, + "Ġhave": 399, + "ĠH": 400, + "AT": 401, + "Ġthis": 402, + "est": 403, + "ust": 404, + "INV": 405, + "here": 406, + "Ġ\"": 407, + "um": 408, + "ab": 409, + "Ġare": 410, + "now": 411, + "ie": 412, + "ct": 413, + "ook": 414, + "if": 415, + "ell": 416, + "Ġhis": 417, + "AR": 418, + "ol": 419, + "...": 420, + "Ġj": 421, + "Ġthey": 422, + "ore": 423, + "Ġone": 424, + "ĠP": 425, + "Ġher": 426, + "th": 427, + "op": 428, + "Ġcan": 429, + "Ġknow": 430, + "el": 431, + "Ġr": 432, + "xx": 433, + "Ġup": 434, + "ÃŃ": 435, + "Ġal": 436, + "Ġne": 437, + "eah": 438, + "Ġthere": 439, + "ig": 440, + "Ġyour": 441, + "Ġv": 442, + "Ġso": 443, + "Ġcon": 444, + "Ġdon": 445, + "Ġhad": 446, + "ul": 447, + "Ġall": 448, + "Ġsu": 449, + "Ġshe": 450, + "Ġfr": 451, + "Ġ1": 452, + "pp": 453, + "ain": 454, + "Ġwhat": 455, + "ĠD": 456, + "ge": 457, + "Ġla": 458, + "our": 459, + "hen": 460, + "Ġsa": 461, + "Ġsh": 462, + "Ġmy": 463, + "ĠW": 464, + "na": 465, + "ack": 466, + "art": 467, + "Ġout": 468, + "Ġab": 469, + "Ġcom": 470, + "Ġlike": 471, + "Ġen": 472, + "em": 473, + "ood": 474, + "Ġpl": 475, + "ight": 476, + "Ġhim": 477, + "GE": 478, + "ist": 479, + "LD": 480, + "ĠG": 481, + "ry": 482, + "ink": 483, + "ĠL": 484, + "GET": 485, + "CHILD": 486, + "Ġfrom": 487, + "'re": 488, + "TAR": 489, + "red": 490, + "ers": 491, + "TARGET": 492, + "ck": 493, + "oh": 494, + "res": 495, + "ĠF": 496, + "nt": 497, + "The": 498, + "ation": 499, + "Ġget": 500, + "Ġbut": 501, + "ĠJ": 502, + "ó": 503, + "You": 504, + "ake": 505, + "Ġor": 506, + "ĠN": 507, + "ĠThe": 508, + "Ġque": 509, + "right": 510, + "ĠR": 511, + "very": 512, + "Ġwere": 513, + "ard": 514, + "ĠE": 515, + "ound": 516, + "ess": 517, + "Ġby": 518, + "ame": 519, + "FAT": 520, + "é": 521, + "Ġel": 522, + "one": 523, + "han": 524, + "you": 525, + "what": 526, + "ind": 527, + "á": 528, + "pe": 529, + "Ġdid": 530, + "'m": 531, + "Ġthem": 532, + "ast": 533, + "ong": 534, + "ther": 535, + "itt": 536, + "Ġ2": 537, + "od": 538, + "own": 539, + "ak": 540, + "ER": 541, + ".\"": 542, + "Ġus": 543, + "Ġsome": 544, + "ally": 545, + "Ġgot": 546, + "Ġwor": 547, + "Ġabout": 548, + "Ġex": 549, + "ive": 550, + "Ġlook": 551, + "Ġthink": 552, + "'ll": 553, + "Ġhere": 554, + "ate": 555, + "Ġsaid": 556, + "Ġwant": 557, + "ep": 558, + "Ġsee": 559, + "ca": 560, + "Ġjust": 561, + "yeah": 562, + "ort": 563, + "Ġle": 564, + "ice": 565, + "Ġman": 566, + "ber": 567, + "].": 568, + "to": 569, + "ick": 570, + "Ġwould": 571, + "ven": 572, + "ap": 573, + "Ġun": 574, + "ci": 575, + "fe": 576, + "ich": 577, + "Ġ(": 578, + "Ġlo": 579, + "ĠO": 580, + "are": 581, + "ag": 582, + "HER": 583, + "ose": 584, + "Ġif": 585, + "ime": 586, + "ough": 587, + "ine": 588, + "xxx": 589, + "ide": 590, + "Ġpro": 591, + "use": 592, + "ue": 593, + "Ġthen": 594, + "Ġwhen": 595, + "Ġwho": 596, + "Ġany": 597, + ",\"": 598, + "ost": 599, + "Ġar": 600, + "Ġag": 601, + "ud": 602, + "Ġnow": 603, + "hing": 604, + "Ġsay": 605, + "Ġright": 606, + "that": 607, + "Ġtw": 608, + "kay": 609, + "Ġes": 610, + "hi": 611, + "Ġwill": 612, + "Ġsp": 613, + "ittle": 614, + "Ġbo": 615, + "ous": 616, + "te": 617, + "ies": 618, + "Ġcl": 619, + "ĠHe": 620, + "Ġ.": 621, + "It": 622, + "Ġdown": 623, + "ES": 624, + "--": 625, + "'ve": 626, + "Ġtr": 627, + "way": 628, + "Ġ19": 629, + "OR": 630, + "Ġback": 631, + "Ġpe": 632, + "Ġhas": 633, + "Ġlittle": 634, + "Ġbeen": 635, + "we": 636, + "Ġgoing": 637, + "Ġ20": 638, + "Ġput": 639, + "Ġtime": 640, + "Ġgr": 641, + "ne": 642, + "ace": 643, + "MOTHER": 644, + "Ġtheir": 645, + "Ġcould": 646, + "Ġmu": 647, + "Ġmore": 648, + "ia": 649, + "IG": 650, + "Ġover": 651, + "ity": 652, + "so": 653, + "Ġoff": 654, + "ĠIt": 655, + "ear": 656, + "Ġgood": 657, + "la": 658, + "Ġwhich": 659, + "ree": 660, + "EST": 661, + "the": 662, + "lf": 663, + "ite": 664, + "ATOR": 665, + "ESTIG": 666, + "ESTIGATOR": 667, + "INVESTIGATOR": 668, + "Ġtoo": 669, + "Ġpr": 670, + "Ġ[": 671, + "ure": 672, + "He": 673, + "Ġest": 674, + "Ġvery": 675, + "lo": 676, + "my": 677, + "Ġro": 678, + "iv": 679, + "cause": 680, + "yes": 681, + "ĠK": 682, + "uh": 683, + "Ġother": 684, + "ish": 685, + "ment": 686, + "Ġ'": 687, + "Ġfe": 688, + "ond": 689, + "Ġaf": 690, + "Ġtwo": 691, + "Ġer": 692, + "per": 693, + "And": 694, + "Ġbr": 695, + "Ġplay": 696, + "What": 697, + "do": 698, + "Ġte": 699, + "ings": 700, + "reat": 701, + "ft": 702, + "Ġco": 703, + "ho": 704, + "ian": 705, + "alk": 706, + "No": 707, + "ÃŃa": 708, + "orn": 709, + "hed": 710, + "urn": 711, + "omet": 712, + "Ġam": 713, + "ble": 714, + "be": 715, + "Ġinto": 716, + "Ġcome": 717, + "age": 718, + "Ġxxx": 719, + "ople": 720, + "iz": 721, + "hy": 722, + "ĠU": 723, + "ty": 724, + "ought": 725, + "irst": 726, + "Ġper": 727, + "ass": 728, + "ire": 729, + "pl": 730, + "ps": 731, + "ade": 732, + "ase": 733, + "Ġcar": 734, + "other": 735, + "Yeah": 736, + "Ġagain": 737, + "Oh": 738, + "onna": 739, + "ater": 740, + "ub": 741, + "Ġway": 742, + "Ġbl": 743, + "ary": 744, + "Ġpart": 745, + "Ġwhere": 746, + "Ġhow": 747, + "Ġcall": 748, + "Ġpeople": 749, + "ran": 750, + "Ġthan": 751, + "ng": 752, + "Ġmake": 753, + "Ġgonna": 754, + "Ġwork": 755, + "ount": 756, + "uck": 757, + "ord": 758, + "pt": 759, + "We": 760, + "Ġdoes": 761, + "his": 762, + "Ġmo": 763, + "Ġpo": 764, + "iss": 765, + "Ġday": 766, + "Ġsomet": 767, + "ñ": 768, + "Ġwell": 769, + "Ġfirst": 770, + "nder": 771, + "Ġpre": 772, + "Ġmuch": 773, + "hm": 774, + "?\"": 775, + "ull": 776, + "Ġac": 777, + "Ġlos": 778, + "Ġtake": 779, + "act": 780, + "mer": 781, + "Ġtell": 782, + "ise": 783, + "Ġafter": 784, + "ff": 785, + "Ġhand": 786, + "av": 787, + "Ġad": 788, + "ren": 789, + "Ġmean": 790, + "Ġneed": 791, + "ah": 792, + "end": 793, + "okay": 794, + "les": 795, + "able": 796, + "Ġbet": 797, + "ien": 798, + "man": 799, + "fore": 800, + "self": 801, + "ug": 802, + "wn": 803, + "ting": 804, + "ier": 805, + "Ġonly": 806, + "ark": 807, + "Ġdes": 808, + "Ġlet": 809, + "Ġcomp": 810, + "har": 811, + "ather": 812, + "Ġour": 813, + "Ġthr": 814, + "ach": 815, + "Ġcu": 816, + "ces": 817, + "ouse": 818, + "ved": 819, + "That": 820, + "ile": 821, + "But": 822, + "ado": 823, + "ys": 824, + "Ġcr": 825, + "Ġgu": 826, + "ĠSt": 827, + "where": 828, + "Ġshould": 829, + "Ġim": 830, + "ress": 831, + "Ġevery": 832, + "Ġdis": 833, + "ving": 834, + "Ġcont": 835, + "Ġmade": 836, + "thing": 837, + "ĠV": 838, + "int": 839, + "oss": 840, + "Well": 841, + "Ġdidn": 842, + "there": 843, + "ied": 844, + "ady": 845, + "ugh": 846, + "ated": 847, + "Ġyear": 848, + "io": 849, + "ool": 850, + "co": 851, + "Ġthese": 852, + "ang": 853, + "Ġpor": 854, + "hes": 855, + "ory": 856, + "Ġhapp": 857, + "Ġsm": 858, + "irl": 859, + "Ġbig": 860, + "Ġlong": 861, + "Ġdel": 862, + "go": 863, + "Ġsomething": 864, + "ón": 865, + "ip": 866, + "ĠY": 867, + "ara": 868, + "ob": 869, + "ions": 870, + "Ġreally": 871, + "ta": 872, + "ict": 873, + "ens": 874, + "Ġaway": 875, + "ĠIn": 876, + "Ġsha": 877, + "Ġser": 878, + "ves": 879, + "'d": 880, + "get": 881, + "day": 882, + "de": 883, + "que": 884, + "Ġbefore": 885, + "00": 886, + "Ġwent": 887, + "Ġ,": 888, + "Ġbecause": 889, + "anna": 890, + "Ġunder": 891, + "Ġwr": 892, + "Ġsec": 893, + "Ġsc": 894, + "Ġbu": 895, + "Ġke": 896, + "Ġuna": 897, + "Ġrem": 898, + "Ġtalk": 899, + "Ġalso": 900, + "ody": 901, + "ward": 902, + "ĠMr": 903, + "but": 904, + "ix": 905, + "Ġfl": 906, + "Ġch": 907, + "!\"": 908, + "Ġact": 909, + "cl": 910, + "riend": 911, + "Ġold": 912, + "Ġmay": 913, + "Ġgirl": 914, + "Ġtra": 915, + "Ġhel": 916, + "look": 917, + "Ġcame": 918, + "oll": 919, + "Ġres": 920, + "So": 921, + "ons": 922, + "Ġapp": 923, + "PAR": 924, + "ried": 925, + "ful": 926, + "Ġdoing": 927, + "mp": 928, + "ors": 929, + "Ġhome": 930, + "atch": 931, + "Ġask": 932, + "oy": 933, + "Ġthought": 934, + "Ġnever": 935, + "ans": 936, + "Ġhead": 937, + "Ġthree": 938, + "Ġra": 939, + "ny": 940, + "nother": 941, + "Yes": 942, + "Ġturn": 943, + "Ġthose": 944, + "ás": 945, + "hild": 946, + "can": 947, + "orm": 948, + "ence": 949, + "ult": 950, + "Ġ-": 951, + "ance": 952, + "dy": 953, + "Ġnew": 954, + "Ġmany": 955, + "Ġthrough": 956, + "well": 957, + "Ġhouse": 958, + "Ġlas": 959, + "Ġbook": 960, + "oc": 961, + "Ġeat": 962, + "old": 963, + "land": 964, + "ily": 965, + "ks": 966, + "let": 967, + "Ġent": 968, + "Ġthing": 969, + "Ġthings": 970, + "Ġeven": 971, + "Ġwanna": 972, + "ath": 973, + "ĠShe": 974, + "Ġgreat": 975, + "ect": 976, + "aby": 977, + "Ġmust": 978, + "ign": 979, + "Ġfind": 980, + "ont": 981, + "Ġstart": 982, + "Ġpu": 983, + "ave": 984, + "ĠUn": 985, + "akes": 986, + "Ġ201": 987, + "uc": 988, + "Ġanother": 989, + "ened": 990, + "tain": 991, + "Ġcalled": 992, + "Ġstill": 993, + "Ġbit": 994, + "Ġfound": 995, + "Ġhelp": 996, + "lease": 997, + "Ġdif": 998, + "gg": 999, + "ĠCh": 1000, + "Ġchild": 1001, + "Ġlast": 1002, + "ious": 1003, + "ait": 1004, + "br": 1005, + "oot": 1006, + "come": 1007, + "aking": 1008, + "Ġgive": 1009, + "ada": 1010, + "ates": 1011, + "aba": 1012, + "In": 1013, + "xt": 1014, + "Ġmin": 1015, + "ando": 1016, + "Ġdone": 1017, + "als": 1018, + "Ġwon": 1019, + "up": 1020, + "Ġbot": 1021, + "igh": 1022, + "Ġboy": 1023, + "Ġlea": 1024, + "Ġop": 1025, + "air": 1026, + "Ġca": 1027, + "ars": 1028, + "laugh": 1029, + "Ġmight": 1030, + "Ġcha": 1031, + "me": 1032, + "Ġits": 1033, + "jo": 1034, + "Ġshow": 1035, + "ummy": 1036, + "ient": 1037, + "side": 1038, + "Ġhar": 1039, + "ild": 1040, + "Ġnight": 1041, + "ually": 1042, + "Ġname": 1043, + "Ġbel": 1044, + "They": 1045, + "Ġmom": 1046, + "port": 1047, + "Ġmost": 1048, + "rent": 1049, + "vers": 1050, + "Ġtry": 1051, + "ical": 1052, + "og": 1053, + "Ġlove": 1054, + "und": 1055, + "Ġchan": 1056, + "Ġlot": 1057, + "ail": 1058, + "ling": 1059, + "Ġfriend": 1060, + "Ġaround": 1061, + "Ġsl": 1062, + "Ġown": 1063, + "This": 1064, + "mhm": 1065, + "She": 1066, + "Ġcomm": 1067, + ".]": 1068, + "Ġcol": 1069, + "chool": 1070, + "body": 1071, + "ú": 1072, + "ye": 1073, + "Ġcount": 1074, + "¿": 1075, + "ever": 1076, + "Ġche": 1077, + "ĠThey": 1078, + "ido": 1079, + "Ġfin": 1080, + "Ġisn": 1081, + "Ġend": 1082, + "Ġused": 1083, + "Ġwater": 1084, + "Ġkind": 1085, + "oney": 1086, + "Ġspe": 1087, + "ember": 1088, + "amp": 1089, + "Ġfeel": 1090, + "gr": 1091, + "There": 1092, + "ited": 1093, + "ĠAnd": 1094, + "imes": 1095, + "ww": 1096, + "Ġbaby": 1097, + "Ġcare": 1098, + "Ġ3": 1099, + "Ġyears": 1100, + "Ġplace": 1101, + "Ġdec": 1102, + "Ġbetter": 1103, + "Ġbus": 1104, + "Ġbeing": 1105, + "Ġsuch": 1106, + "huh": 1107, + "led": 1108, + "ds": 1109, + "ĠBr": 1110, + "Ġmother": 1111, + "Ġmen": 1112, + "ince": 1113, + "IS": 1114, + "mb": 1115, + "Ġpara": 1116, + "gan": 1117, + "EX": 1118, + "ways": 1119, + "ins": 1120, + "Ġten": 1121, + "cer": 1122, + "Ġmon": 1123, + "outh": 1124, + "AD": 1125, + "Ġwhile": 1126, + "ning": 1127, + "Ġmat": 1128, + "Ġdr": 1129, + "ump": 1130, + "Ġob": 1131, + "ations": 1132, + "Ġsure": 1133, + "Ġlife": 1134, + "Ġkeep": 1135, + "Ġear": 1136, + "Ġfour": 1137, + "this": 1138, + "EXP": 1139, + "Ġpres": 1140, + "Ġelse": 1141, + "Ġsame": 1142, + "Ġve": 1143, + "Ġgl": 1144, + "ike": 1145, + "they": 1146, + "Ġrun": 1147, + "ew": 1148, + "Ġlooks": 1149, + "ident": 1150, + "Ġrec": 1151, + "Ġwhy": 1152, + "Ġnice": 1153, + "Ġmar": 1154, + "Ġele": 1155, + "Ġbre": 1156, + "Ġsupp": 1157, + "ĠNo": 1158, + "ition": 1159, + "ican": 1160, + "Ġfam": 1161, + "\".": 1162, + "laughs": 1163, + "Ġanything": 1164, + "Ġroom": 1165, + "Ġdoesn": 1166, + "¡": 1167, + "erson": 1168, + "AN": 1169, + "mm": 1170, + "Ġschool": 1171, + "how": 1172, + "Ġsit": 1173, + "unt": 1174, + "Ġseem": 1175, + "ction": 1176, + "Ġset": 1177, + "Ġsaw": 1178, + "ib": 1179, + "ĠYou": 1180, + "ĠAl": 1181, + "ina": 1182, + "Ġhab": 1183, + "Ġll": 1184, + "addy": 1185, + "Ġreg": 1186, + "ught": 1187, + "ĠMar": 1188, + "Ġcour": 1189, + "Ġuh": 1190, + "ión": 1191, + "ute": 1192, + "Ġnext": 1193, + "orry": 1194, + "vent": 1195, + "How": 1196, + "Ġfar": 1197, + "Ġokay": 1198, + "Ġ?": 1199, + "Ġtold": 1200, + "Ġstr": 1201, + "she": 1202, + "ger": 1203, + "Ġleft": 1204, + "az": 1205, + "row": 1206, + "ica": 1207, + "Ġatt": 1208, + "rest": 1209, + "If": 1210, + "vel": 1211, + "Ġalways": 1212, + "ten": 1213, + "ale": 1214, + "ĠBut": 1215, + "Ġpol": 1216, + "Ġter": 1217, + "aj": 1218, + "Ġ200": 1219, + "Ġnum": 1220, + "mo": 1221, + "Ġdiffe": 1222, + "Ġmás": 1223, + "Ġyes": 1224, + "leep": 1225, + "cess": 1226, + "ner": 1227, + "ee": 1228, + "¿½": 1229, + "�": 1230, + "ister": 1231, + "Ġwee": 1232, + "Ġdi": 1233, + "ms": 1234, + "ĠAmer": 1235, + "Ġfun": 1236, + "Ġfather": 1237, + "Ġtook": 1238, + "der": 1239, + "tern": 1240, + "Ġcle": 1241, + "Ġyeah": 1242, + "oun": 1243, + "Ġuse": 1244, + "Ġsw": 1245, + "Ġread": 1246, + "Ġret": 1247, + "Ġunt": 1248, + "Ġreal": 1249, + "Ġball": 1250, + "ung": 1251, + "Ġsur": 1252, + "ma": 1253, + "Ġever": 1254, + "hank": 1255, + "ness": 1256, + "ream": 1257, + "ial": 1258, + "Ġhold": 1259, + "raw": 1260, + "mber": 1261, + "pect": 1262, + "Ġstop": 1263, + "not": 1264, + "Ġson": 1265, + "Ġgone": 1266, + "ible": 1267, + "ished": 1268, + "),": 1269, + "Ġdoor": 1270, + "ener": 1271, + "Ġcap": 1272, + "ret": 1273, + "Do": 1274, + "Why": 1275, + "Ġdist": 1276, + "ĠTh": 1277, + "Ġthough": 1278, + "Ġwom": 1279, + "Ġbed": 1280, + "ower": 1281, + "who": 1282, + ").": 1283, + "Ġkne": 1284, + "Ġwar": 1285, + "ced": 1286, + "ows": 1287, + "Ġbox": 1288, + "Ġwalk": 1289, + "Ġenough": 1290, + "gether": 1291, + "Ġmoney": 1292, + "Ġcomo": 1293, + "orning": 1294, + "Ġwait": 1295, + "Ġhard": 1296, + "Ġcoming": 1297, + "ira": 1298, + "Ġsays": 1299, + "Ġperson": 1300, + "Ġerm": 1301, + "ĠFran": 1302, + "Ġqué": 1303, + "Ġside": 1304, + "rew": 1305, + "gu": 1306, + "Ġpap": 1307, + "Ġgoes": 1308, + "Ġeyes": 1309, + "Ġpie": 1310, + "Ġbir": 1311, + "Ġhear": 1312, + "bo": 1313, + "oup": 1314, + "cha": 1315, + "RO": 1316, + "Ġasked": 1317, + "ased": 1318, + "Ġuntil": 1319, + "Ġyoung": 1320, + "gin": 1321, + "ero": 1322, + "Ġcons": 1323, + "Ġpoint": 1324, + "ries": 1325, + "aw": 1326, + "Ġface": 1327, + "Ġopen": 1328, + "ired": 1329, + "ual": 1330, + "com": 1331, + "Ġmil": 1332, + "ente": 1333, + "put": 1334, + "Ġsing": 1335, + "ora": 1336, + "ĠAr": 1337, + "Ġmet": 1338, + "Ġpass": 1339, + "Ġbelie": 1340, + "ĠDe": 1341, + "Ġlar": 1342, + "ween": 1343, + "ĠThis": 1344, + "Ġ202": 1345, + "any": 1346, + "Ġlight": 1347, + "Ġnear": 1348, + "Now": 1349, + "Ġquite": 1350, + "Ġkill": 1351, + "uring": 1352, + "Ġseen": 1353, + "Ġsmall": 1354, + "ular": 1355, + "ste": 1356, + "Ġfive": 1357, + "Ġworld": 1358, + "Ġrel": 1359, + "Don": 1360, + "ĠAs": 1361, + "Ġstand": 1362, + "ctor": 1363, + "ational": 1364, + "Ġdifferent": 1365, + "Ġmorning": 1366, + "Ġplease": 1367, + "Ġknown": 1368, + "don": 1369, + "bab": 1370, + "fect": 1371, + "Ġ18": 1372, + "Ġbest": 1373, + "Ġfew": 1374, + "MA": 1375, + "Ġaqu": 1376, + "tle": 1377, + "reen": 1378, + "Ġsecond": 1379, + "ama": 1380, + "Ġcourse": 1381, + "SIS": 1382, + "Ġlooking": 1383, + "ank": 1384, + "Ġdog": 1385, + "bre": 1386, + "ió": 1387, + "une": 1388, + "ope": 1389, + "Ġround": 1390, + "ru": 1391, + "ras": 1392, + "Ġchar": 1393, + "why": 1394, + "Ġred": 1395, + "iet": 1396, + "ters": 1397, + "Ġanim": 1398, + "Ġ_": 1399, + "ton": 1400, + "Ġtogether": 1401, + "Ġfell": 1402, + "Ġcas": 1403, + "ged": 1404, + "Ġsk": 1405, + "ollow": 1406, + "Ġhands": 1407, + "Ġnothing": 1408, + "Ġ4": 1409, + "Ġhur": 1410, + "Ġestá": 1411, + "ures": 1412, + "Ġboth": 1413, + "Ġrest": 1414, + "Ġsound": 1415, + "amb": 1416, + "HE": 1417, + "Ġeach": 1418, + "Ġonce": 1419, + "Ġda": 1420, + "pr": 1421, + "eak": 1422, + "Ġpick": 1423, + "orth": 1424, + "Ġbetween": 1425, + "its": 1426, + "ject": 1427, + "che": 1428, + "Ġsal": 1429, + "uff": 1430, + "rist": 1431, + "Ġver": 1432, + "Ġstay": 1433, + "Ġmoment": 1434, + "cial": 1435, + "Ġchildren": 1436, + "Ġfall": 1437, + "cle": 1438, + "Ġwind": 1439, + "ics": 1440, + "Ġdri": 1441, + "Ġheard": 1442, + "Ġshall": 1443, + "ush": 1444, + "Ġupon": 1445, + "Ġsoon": 1446, + "Ġé": 1447, + "Ġsix": 1448, + "Ġyet": 1449, + "ped": 1450, + "ating": 1451, + "tend": 1452, + "Ġfire": 1453, + "Ġhimself": 1454, + "Ġsleep": 1455, + "ié": 1456, + "Ġlist": 1457, + "Ġri": 1458, + "Ġgetting": 1459, + "\",": 1460, + "ets": 1461, + "Ġsus": 1462, + "eg": 1463, + "Come": 1464, + "fta": 1465, + "did": 1466, + "Ġnumber": 1467, + "ph": 1468, + "ches": 1469, + "All": 1470, + "ohn": 1471, + "ese": 1472, + "Ġhor": 1473, + "vie": 1474, + "ife": 1475, + "Ġhat": 1476, + "ats": 1477, + "Ġwithout": 1478, + "Ġbro": 1479, + "Ġbad": 1480, + "Ġsub": 1481, + "ason": 1482, + "ĠEng": 1483, + "med": 1484, + "Ġlooked": 1485, + "eter": 1486, + "Ġcent": 1487, + "Ġsent": 1488, + "Ġremember": 1489, + "Ġdear": 1490, + "Ġum": 1491, + "Ġmind": 1492, + "Ġinv": 1493, + "den": 1494, + "sÃŃ": 1495, + "most": 1496, + "Ġwatch": 1497, + "less": 1498, + "ts": 1499, + "TE": 1500, + "amos": 1501, + "ames": 1502, + "Ġtoday": 1503, + "Ġya": 1504, + "Ġpop": 1505, + "form": 1506, + "ball": 1507, + "Ġincl": 1508, + "Ġhafta": 1509, + "âĮ": 1510, + "Ġhalf": 1511, + "Ġpict": 1512, + "ĠAn": 1513, + "Is": 1514, + "Ġleave": 1515, + "ĠGr": 1516, + "FATHER": 1517, + "St": 1518, + "pped": 1519, + "era": 1520, + "Ġexc": 1521, + "Ġmus": 1522, + "Ġwanted": 1523, + "Ġhappened": 1524, + "Ġdire": 1525, + "Ġhaving": 1526, + "du": 1527, + "Ġ199": 1528, + "ĠThere": 1529, + "Ġlater": 1530, + "Ġcer": 1531, + "Ġid": 1532, + "Ġfoot": 1533, + "cy": 1534, + "sel": 1535, + "sh": 1536, + "ane": 1537, + "Ġflo": 1538, + "ubl": 1539, + "Let": 1540, + "oe": 1541, + "GMA": 1542, + "ana": 1543, + "ida": 1544, + "Ġ5": 1545, + "Ġfollow": 1546, + "Ġhigh": 1547, + "stand": 1548, + "Ġap": 1549, + "za": 1550, + "Qu": 1551, + "ndo": 1552, + "by": 1553, + "ĠUnited": 1554, + "ash": 1555, + "Ġair": 1556, + "ined": 1557, + "cu": 1558, + "Ġah": 1559, + "cept": 1560, + "Ġknew": 1561, + "ched": 1562, + "Ġtop": 1563, + "ork": 1564, + "Ġacc": 1565, + "Ġpret": 1566, + "Ġph": 1567, + "Ġans": 1568, + "ĠWhat": 1569, + "Ġ!": 1570, + "Ġalong": 1571, + "ues": 1572, + "ĠNew": 1573, + "Ġstory": 1574, + "Ġcity": 1575, + "ĠAmerican": 1576, + "Ġsort": 1577, + "Ġmi": 1578, + "onder": 1579, + "Ġimp": 1580, + "Ġrep": 1581, + "osed": 1582, + "ĠWe": 1583, + "Ġhaven": 1584, + "Not": 1585, + "My": 1586, + "ĠSo": 1587, + "Ġvo": 1588, + "Ġagainst": 1589, + "po": 1590, + "Okay": 1591, + "Ġsorry": 1592, + "Ġsy": 1593, + "Ġtalking": 1594, + "Ġheart": 1595, + "uss": 1596, + "ready": 1597, + "Ġtri": 1598, + "Ġgave": 1599, + "ex": 1600, + "cc": 1601, + "Ġlive": 1602, + "Ġmed": 1603, + "wh": 1604, + "Ġdays": 1605, + "ito": 1606, + "Ġoh": 1607, + "ision": 1608, + "Ġmove": 1609, + "ned": 1610, + "Ġtable": 1611, + "ico": 1612, + "Ġhour": 1613, + "wo": 1614, + "aut": 1615, + "ither": 1616, + "Ġmaking": 1617, + "Ġcor": 1618, + "uary": 1619, + "ĠInd": 1620, + "Ġjo": 1621, + "Ġready": 1622, + "Ġdied": 1623, + "Ġboys": 1624, + "Ġpretty": 1625, + "ove": 1626, + "ones": 1627, + "Ġni": 1628, + "hip": 1629, + "ised": 1630, + "ents": 1631, + "ec": 1632, + "Ġass": 1633, + "Ġinte": 1634, + "Ġfamily": 1635, + "ully": 1636, + "rop": 1637, + "eth": 1638, + "Ġcab": 1639, + "Ġbreak": 1640, + "Ġeverything": 1641, + "ants": 1642, + "fter": 1643, + "ev": 1644, + "Ġot": 1645, + "Ġadd": 1646, + "ĠMrs": 1647, + "----": 1648, + "Ġstud": 1649, + "iness": 1650, + "Ġswe": 1651, + "ién": 1652, + "ommy": 1653, + "ĠGod": 1654, + "Ġmis": 1655, + "ock": 1656, + "uth": 1657, + "wards": 1658, + "came": 1659, + "Ġcut": 1660, + "Ġstarted": 1661, + "Ġreturn": 1662, + "Ġmiss": 1663, + "Hey": 1664, + "ield": 1665, + "Ġdin": 1666, + "Ġsince": 1667, + "When": 1668, + "Ġind": 1669, + "Ġwasn": 1670, + "OU": 1671, + "ba": 1672, + "aster": 1673, + "osa": 1674, + "Ġexp": 1675, + "Ġsaying": 1676, + "Ġbar": 1677, + "ĠSp": 1678, + "Ġinter": 1679, + "Ġsign": 1680, + "ĠZ": 1681, + "Ġint": 1682, + "Ġtrain": 1683, + "Ġdrink": 1684, + "Ġwhole": 1685, + "Ġbelieve": 1686, + "Ġnoise": 1687, + "Ġwhe": 1688, + "Ġref": 1689, + "Ġbring": 1690, + "Be": 1691, + "Ġland": 1692, + "enty": 1693, + "Ġta": 1694, + "vern": 1695, + "cia": 1696, + "ital": 1697, + "ación": 1698, + "Ġborn": 1699, + "Mm": 1700, + "ster": 1701, + "Ġyo": 1702, + "read": 1703, + "ines": 1704, + "Ġfood": 1705, + "Ġsil": 1706, + "Ġsir": 1707, + "ted": 1708, + "Ġhum": 1709, + "aces": 1710, + "ote": 1711, + "lock": 1712, + "ita": 1713, + "ĠJohn": 1714, + "Ġtown": 1715, + "Ġgrand": 1716, + "Uh": 1717, + "Ġinclud": 1718, + "Ġbecame": 1719, + "Ġpero": 1720, + "see": 1721, + "Ġeas": 1722, + "Ġmatter": 1723, + "illy": 1724, + "Ġste": 1725, + "bably": 1726, + "omas": 1727, + "ative": 1728, + "ustr": 1729, + "Ġkid": 1730, + "arl": 1731, + "ĠPr": 1732, + "��": 1733, + "19": 1734, + "Ġcat": 1735, + "ĠIs": 1736, + "Ġsol": 1737, + "uel": 1738, + "Ġblack": 1739, + "ĠMummy": 1740, + "Ġcountry": 1741, + "ĠChrist": 1742, + "ĠMiss": 1743, + "Ġwhite": 1744, + "ino": 1745, + "Ġtod": 1746, + "Ġsi": 1747, + "Ġconf": 1748, + "www": 1749, + "Ġbegan": 1750, + "ĠGer": 1751, + "Ġhair": 1752, + "Ġpat": 1753, + "Ġspo": 1754, + "Ġfriends": 1755, + "Ġart": 1756, + "Ġactually": 1757, + "Ġimport": 1758, + "kes": 1759, + "Th": 1760, + "Then": 1761, + "Ġchair": 1762, + "ño": 1763, + "ante": 1764, + "Ġteam": 1765, + "Er": 1766, + "ĠStates": 1767, + "ple": 1768, + "Ġcomes": 1769, + "Ġgame": 1770, + "||": 1771, + "Ġcontin": 1772, + "Ġgener": 1773, + "Ġtrying": 1774, + "Ġclose": 1775, + "Ġmeet": 1776, + "Ġcolor": 1777, + "qué": 1778, + "Ġform": 1779, + "zz": 1780, + "ered": 1781, + "ific": 1782, + "aken": 1783, + "Ġword": 1784, + "ying": 1785, + "ĠCHI": 1786, + "Ġ6": 1787, + "Ġ198": 1788, + "Ġdep": 1789, + "Ġfloor": 1790, + "Ġfeet": 1791, + "ga": 1792, + "Ġsong": 1793, + "Ġwonder": 1794, + "ities": 1795, + "ĠEl": 1796, + "Ġbrother": 1797, + "Ġbuild": 1798, + "Ġbien": 1799, + "ĠaquÃŃ": 1800, + "Ġinterest": 1801, + "ives": 1802, + "Ġdoll": 1803, + "Ġquest": 1804, + "Ġlaugh": 1805, + "orrow": 1806, + "for": 1807, + "Ġalmost": 1808, + "Ġposs": 1809, + "vo": 1810, + "Ġtre": 1811, + "Ġidea": 1812, + "BRO": 1813, + "ages": 1814, + "min": 1815, + "ony": 1816, + "On": 1817, + "Ġleg": 1818, + "Right": 1819, + "Ġhot": 1820, + "Ġwouldn": 1821, + "Ġunderstand": 1822, + "key": 1823, + "Ġpa": 1824, + "ĠThen": 1825, + "Ġ...": 1826, + "Ġext": 1827, + "ison": 1828, + "ird": 1829, + "Ġplan": 1830, + "Ġcho": 1831, + "Just": 1832, + "Where": 1833, + "idad": 1834, + "Who": 1835, + "Ġcur": 1836, + "Ġwrong": 1837, + "Ġalready": 1838, + "Ġsim": 1839, + "Ġtimes": 1840, + "cted": 1841, + "undred": 1842, + "Ġed": 1843, + "hind": 1844, + "Al": 1845, + "Ġpain": 1846, + "Ġjob": 1847, + "men": 1848, + "just": 1849, + "ĠAt": 1850, + "ury": 1851, + "elt": 1852, + "Ġlead": 1853, + "Ġpresent": 1854, + "Ġran": 1855, + "Ġwoman": 1856, + "Ġduring": 1857, + "Ġfact": 1858, + "Ġinst": 1859, + "Ġpay": 1860, + "gy": 1861, + "Ġsat": 1862, + "Ġplayed": 1863, + "ĠBe": 1864, + "Ġgi": 1865, + "bb": 1866, + "ize": 1867, + "ik": 1868, + "Ġcoll": 1869, + "Ġexpl": 1870, + "cho": 1871, + "Ġplaying": 1872, + "pa": 1873, + "sta": 1874, + "Ġeight": 1875, + "Ġblue": 1876, + "Ġpull": 1877, + "Ġ7": 1878, + "Ġminute": 1879, + "sha": 1880, + "Ġproble": 1881, + "Ġbeaut": 1882, + "Ġdraw": 1883, + "ales": 1884, + "got": 1885, + "Ġpur": 1886, + "ken": 1887, + "Ġlost": 1888, + "app": 1889, + "aybe": 1890, + "ĠCom": 1891, + "ĠBl": 1892, + "ze": 1893, + "TEA": 1894, + "good": 1895, + "Ġgra": 1896, + "ises": 1897, + "Ġfront": 1898, + "Ġfull": 1899, + "Ġspeak": 1900, + "ya": 1901, + "Ġpaper": 1902, + "Ġvis": 1903, + "uer": 1904, + "Ġ8": 1905, + "atur": 1906, + "ouch": 1907, + "like": 1908, + "aron": 1909, + "Ġera": 1910, + "ene": 1911, + "Look": 1912, + "rom": 1913, + "Ġhundred": 1914, + "more": 1915, + "Ġbrought": 1916, + "Ġgirls": 1917, + "ivers": 1918, + "oud": 1919, + "ery": 1920, + "Ġfight": 1921, + "ios": 1922, + "Ġpicture": 1923, + "llo": 1924, + "ided": 1925, + "Ġ197": 1926, + "els": 1927, + "Ġbehind": 1928, + "ober": 1929, + "lish": 1930, + "ĠhabÃŃa": 1931, + "Ġturned": 1932, + "Ġguess": 1933, + "EL": 1934, + "Ġdar": 1935, + "cri": 1936, + "Ġcre": 1937, + "ros": 1938, + "Ġmeans": 1939, + "Ġquick": 1940, + "because": 1941, + "ĠLa": 1942, + "Ġprobably": 1943, + "Ġpos": 1944, + "Ġmakes": 1945, + "ĠAll": 1946, + "As": 1947, + "Are": 1948, + "és": 1949, + "con": 1950, + "Ġev": 1951, + "ides": 1952, + "Ġpare": 1953, + "Ġoften": 1954, + "Ġcertain": 1955, + "airs": 1956, + "Ġseemed": 1957, + "Ġprom": 1958, + "Ġgreen": 1959, + "ĠKing": 1960, + "ross": 1961, + "Ġwin": 1962, + "ores": 1963, + "umb": 1964, + "Ġmuy": 1965, + "Ġdead": 1966, + "ato": 1967, + "Ġgotta": 1968, + "Ġstuff": 1969, + "Ġmusic": 1970, + "ey": 1971, + "itting": 1972, + "Ġshort": 1973, + "arr": 1974, + "wer": 1975, + "Ġhappy": 1976, + "Ġrecord": 1977, + "Ġparty": 1978, + "Ġmonth": 1979, + "Ġoffic": 1980, + "iver": 1981, + "Ġaw": 1982, + "Ġfine": 1983, + "fic": 1984, + "Ġmod": 1985, + "ider": 1986, + "por": 1987, + "Ġpen": 1988, + "haps": 1989, + "Ġmag": 1990, + "Ġmouth": 1991, + "ON": 1992, + "Ġrepl": 1993, + "ellow": 1994, + "unch": 1995, + "olog": 1996, + "ments": 1997, + "El": 1998, + "ING": 1999, + "Ġdeath": 2000, + "Ġlear": 2001, + "Ġmovie": 2002, + "iful": 2003, + "Ġtu": 2004, + "ĠHow": 2005, + "Ġweek": 2006, + "Ġhope": 2007, + "Ġable": 2008, + "ADU": 2009, + "ĠCl": 2010, + "amente": 2011, + "EN": 2012, + "Ġtien": 2013, + "Ġminut": 2014, + "Ġsun": 2015, + "ized": 2016, + "Ġlarge": 2017, + "Ġple": 2018, + "MCH": 2019, + "Ġoutside": 2020, + "room": 2021, + "Ġtaken": 2022, + "Ġserv": 2023, + "Ġvoice": 2024, + "lla": 2025, + "Ġfore": 2026, + "Ġstick": 2027, + "ief": 2028, + "ouble": 2029, + "ĠJack": 2030, + "Ġenc": 2031, + "Ġtom": 2032, + "ĠGerman": 2033, + "rog": 2034, + "ipp": 2035, + "mira": 2036, + "rying": 2037, + "ric": 2038, + "ards": 2039, + "Ġfav": 2040, + "ney": 2041, + "head": 2042, + "Ġtrans": 2043, + "Ġones": 2044, + "Ġcook": 2045, + "Ġpoor": 2046, + "Ġins": 2047, + "Ġwants": 2048, + "Did": 2049, + "ask": 2050, + "Ġtele": 2051, + "ured": 2052, + "Ġhuh": 2053, + "LO": 2054, + "ĠBob": 2055, + "Ġsea": 2056, + "Ġlate": 2057, + "ense": 2058, + "Ġpiece": 2059, + "Ġtem": 2060, + "ĠDaddy": 2061, + "Ġmain": 2062, + "Ġaren": 2063, + "Ġpas": 2064, + "dle": 2065, + "fully": 2066, + "Ġwords": 2067, + "000": 2068, + "son": 2069, + "Ġless": 2070, + "Ġvol": 2071, + "Ġemp": 2072, + "Re": 2073, + "used": 2074, + "fl": 2075, + "Ġcouldn": 2076, + "Ġcam": 2077, + "Ġyourself": 2078, + "ĠHis": 2079, + "ĠBer": 2080, + "Ġhorse": 2081, + "ists": 2082, + "Ġclot": 2083, + "Ġrock": 2084, + "par": 2085, + "erv": 2086, + "duc": 2087, + "Ġpued": 2088, + "Ġcir": 2089, + "ja": 2090, + "Ġlad": 2091, + "Thank": 2092, + "hey": 2093, + "uro": 2094, + "Mummy": 2095, + "Ġresp": 2096, + "Ġstre": 2097, + "Ġinc": 2098, + "ĠCha": 2099, + "mas": 2100, + "bl": 2101, + "NAN": 2102, + "ura": 2103, + "Good": 2104, + "ĠTHE": 2105, + "nde": 2106, + "Ġcup": 2107, + "selves": 2108, + "Ġpast": 2109, + "Ġsister": 2110, + "Ġ9": 2111, + "Ġsqu": 2112, + "Ġbear": 2113, + "ÃŃan": 2114, + "Ġcamp": 2115, + "Ġreac": 2116, + "Ġdress": 2117, + "Ġpubl": 2118, + "Ġline": 2119, + "amed": 2120, + "Ġloc": 2121, + "Ġi": 2122, + "ĠThat": 2123, + "Ġhappen": 2124, + "Ġtaking": 2125, + "Ġstate": 2126, + "Ġwife": 2127, + "ĠWhen": 2128, + "Ġ196": 2129, + "Ġdark": 2130, + "Ġbusiness": 2131, + "Ġprof": 2132, + "Ġfelt": 2133, + "Ġmyself": 2134, + "Ġrather": 2135, + "ĠSc": 2136, + "Ġage": 2137, + "Ġminutes": 2138, + "ention": 2139, + "Ġroad": 2140, + "Ġmid": 2141, + "Ġbat": 2142, + "Ġthank": 2143, + "Ġtree": 2144, + "rit": 2145, + "Ġfree": 2146, + "Ġinside": 2147, + "Ġmaybe": 2148, + "Ġtill": 2149, + "Can": 2150, + "ĠThomas": 2151, + "For": 2152, + "ional": 2153, + "Ġcos": 2154, + "Ġz": 2155, + "ados": 2156, + "ĠFor": 2157, + "ots": 2158, + "mos": 2159, + "Ġho": 2160, + "bye": 2161, + "Ġprov": 2162, + "Ġem": 2163, + "Ġgiven": 2164, + "Ġimportant": 2165, + "Mr": 2166, + "raz": 2167, + "Ġmine": 2168, + "mon": 2169, + "Ġce": 2170, + "bs": 2171, + "Ġhist": 2172, + "Ġ¿": 2173, + "rench": 2174, + "rap": 2175, + "Ġir": 2176, + "Ġcold": 2177, + "Ġbody": 2178, + "TER": 2179, + "Ġocc": 2180, + "ĠEnglish": 2181, + "have": 2182, + "Ġpower": 2183, + "ator": 2184, + "ians": 2185, + "Ġcase": 2186, + "Ġstrong": 2187, + "ices": 2188, + "Ġbag": 2189, + "Go": 2190, + "án": 2191, + "iendo": 2192, + "Ġpri": 2193, + "Ġwood": 2194, + "ĠTom": 2195, + "thank": 2196, + "RA": 2197, + "Ġlady": 2198, + "ĠMay": 2199, + "Ġcuando": 2200, + "born": 2201, + "una": 2202, + "Ġ10": 2203, + "Ġago": 2204, + "Ġhon": 2205, + "ĠOn": 2206, + "oub": 2207, + "ĠMOT": 2208, + "Ġmill": 2209, + "cil": 2210, + "Ġinde": 2211, + "Ġothers": 2212, + "Ġmark": 2213, + "Ġprot": 2214, + "ughter": 2215, + "cul": 2216, + "Ġpage": 2217, + "DS": 2218, + "Ġground": 2219, + "Ġguy": 2220, + "ring": 2221, + "Ġpar": 2222, + "Ġtoys": 2223, + "ently": 2224, + "ism": 2225, + "Ġbirth": 2226, + "Ġeither": 2227, + "Ġsever": 2228, + "Ġchange": 2229, + "ming": 2230, + "Ġhurt": 2231, + "Ġbeautiful": 2232, + "irty": 2233, + "pend": 2234, + "ĠRe": 2235, + "Ġfil": 2236, + "Ġma": 2237, + "Ġgovern": 2238, + "car": 2239, + "Ġcreat": 2240, + "DAD": 2241, + "Ġalone": 2242, + "Ġboat": 2243, + "Ah": 2244, + "angu": 2245, + "Ġclass": 2246, + "ĠCar": 2247, + "ello": 2248, + "Ġpartic": 2249, + "ĠBrit": 2250, + "Ġearly": 2251, + "stem": 2252, + "idge": 2253, + "Ġwear": 2254, + "ĠJan": 2255, + "bed": 2256, + "Ġacross": 2257, + "onces": 2258, + "Ġdro": 2259, + "Ġeng": 2260, + "Ġtrue": 2261, + "Ġfast": 2262, + "Ġsweet": 2263, + "Ġsometimes": 2264, + "Ġty": 2265, + "II": 2266, + "urs": 2267, + "Ġfunny": 2268, + "uy": 2269, + "fer": 2270, + "col": 2271, + "Ġmess": 2272, + "iam": 2273, + "Ġsum": 2274, + "Ġgrow": 2275, + "Ġadv": 2276, + "Ġleast": 2277, + "range": 2278, + "ature": 2279, + "ald": 2280, + "Ġvar": 2281, + "Ġseveral": 2282, + "ĠCon": 2283, + "ĠMa": 2284, + "Ġorder": 2285, + "Ġarea": 2286, + "iving": 2287, + "Ġlay": 2288, + "Ġsomeone": 2289, + "Ġanimals": 2290, + "Ġsold": 2291, + "Ġtodo": 2292, + "Ġgroup": 2293, + "ĠLe": 2294, + "ffe": 2295, + "20": 2296, + "Ġclear": 2297, + "ued": 2298, + "ately": 2299, + "Ġfair": 2300, + "ĠHar": 2301, + "ges": 2302, + "fort": 2303, + "tom": 2304, + "Ġcried": 2305, + "Ġlisten": 2306, + "nos": 2307, + "Ġsuc": 2308, + "artment": 2309, + "UR": 2310, + "Ġgets": 2311, + "ĠAd": 2312, + "Ġestaba": 2313, + "cent": 2314, + "Ġfig": 2315, + "Ġstra": 2316, + "ium": 2317, + "ĠAp": 2318, + "La": 2319, + "ĠFrance": 2320, + "MAR": 2321, + "Ġtwenty": 2322, + "Ġfif": 2323, + "ution": 2324, + "ril": 2325, + "Ġant": 2326, + "ley": 2327, + "ĠIf": 2328, + "oops": 2329, + "Ġwish": 2330, + "vered": 2331, + "does": 2332, + "Ġrece": 2333, + "ĠSe": 2334, + "Ġworking": 2335, + "At": 2336, + "Ġdet": 2337, + "irt": 2338, + "ĠCan": 2339, + "Ġpod": 2340, + "ety": 2341, + "Ġlaw": 2342, + "ained": 2343, + "aban": 2344, + "Ġ17": 2345, + "ocal": 2346, + "Ġcal": 2347, + "ept": 2348, + "Ġquestion": 2349, + "Ġdeal": 2350, + "iding": 2351, + "Ġmilk": 2352, + "ĠHer": 2353, + "when": 2354, + "Ġwomen": 2355, + "Ġgun": 2356, + "ilt": 2357, + "orld": 2358, + "Ġmad": 2359, + "Ġsab": 2360, + "Ġmot": 2361, + "Ġfish": 2362, + "Ġshop": 2363, + "eor": 2364, + "aced": 2365, + "ude": 2366, + "Ġreco": 2367, + "ĠWill": 2368, + "Ġfing": 2369, + "ĠOh": 2370, + "Ġhay": 2371, + "enn": 2372, + "then": 2373, + "ham": 2374, + "Ġbuy": 2375, + "hil": 2376, + "Ġfue": 2377, + "Ġdos": 2378, + "pu": 2379, + "ena": 2380, + "Ġtea": 2381, + "Ġrele": 2382, + "ĠQu": 2383, + "uly": 2384, + "Ġwall": 2385, + "Ġnews": 2386, + "rence": 2387, + "Ġpolit": 2388, + "iemp": 2389, + "pha": 2390, + "Ġtried": 2391, + "uhhuh": 2392, + "arch": 2393, + "Ġmer": 2394, + "ains": 2395, + "iously": 2396, + "Ġhom": 2397, + "Your": 2398, + "iting": 2399, + "Ġpal": 2400, + "Ġ2020": 2401, + "ĠX": 2402, + "]?": 2403, + "Ġherself": 2404, + "Get": 2405, + "Ġamong": 2406, + "AL": 2407, + "PAT": 2408, + "Ġclean": 2409, + "Ġpot": 2410, + "Ġblood": 2411, + "ĠJap": 2412, + "Ġseven": 2413, + "ived": 2414, + "Ġarm": 2415, + "eared": 2416, + "Ġjump": 2417, + "gn": 2418, + "oes": 2419, + "shall": 2420, + "Ġvill": 2421, + "à¤": 2422, + "Ġ15": 2423, + "Ġfuck": 2424, + "Ġguys": 2425, + "ños": 2426, + "Ġopp": 2427, + "Ġori": 2428, + "Ġyellow": 2429, + "Ġdisc": 2430, + "ern": 2431, + "Ġcompany": 2432, + "Ġ195": 2433, + "ambién": 2434, + "ron": 2435, + "ounds": 2436, + "ĠEd": 2437, + "Ġprim": 2438, + "Ġexpect": 2439, + "Ġheld": 2440, + "Ġkilled": 2441, + "ĠFrench": 2442, + "itc": 2443, + "Ġdra": 2444, + "Ġsin": 2445, + "ement": 2446, + "rie": 2447, + "Ġvie": 2448, + "anc": 2449, + "Ġband": 2450, + "Ġfinished": 2451, + "owed": 2452, + "Ġbecome": 2453, + "Ġbra": 2454, + "Ġdef": 2455, + "Ġreason": 2456, + "ias": 2457, + "ijo": 2458, + "Ġglad": 2459, + "Ġquiet": 2460, + "ford": 2461, + "icks": 2462, + "An": 2463, + "urch": 2464, + "two": 2465, + "Ġexper": 2466, + "eng": 2467, + "oof": 2468, + "ousand": 2469, + "Ġdiv": 2470, + "Ġsystem": 2471, + "Ġdest": 2472, + "ĠCount": 2473, + "Ġthinking": 2474, + "Ġlangu": 2475, + "cient": 2476, + "ĠChar": 2477, + "alth": 2478, + "ĠYork": 2479, + "Ġtoy": 2480, + "va": 2481, + "Here": 2482, + "Ġâ": 2483, + "One": 2484, + "Ġ194": 2485, + "To": 2486, + "Ġdinner": 2487, + "ract": 2488, + "Ġlived": 2489, + "inging": 2490, + "Ġtakes": 2491, + "ically": 2492, + "ĠWar": 2493, + "Ġhit": 2494, + "rol": 2495, + "ĠCap": 2496, + "Ġdoctor": 2497, + "ña": 2498, + "Ġconst": 2499, + "Ġegg": 2500, + "Ġprop": 2501, + "Ġ¡": 2502, + "ior": 2503, + "pes": 2504, + "Ġtan": 2505, + "Ġfavor": 2506, + "Ġél": 2507, + "iversity": 2508, + "ómo": 2509, + "unk": 2510, + "Ġkept": 2511, + "Ġliving": 2512, + "acher": 2513, + "Ġroll": 2514, + "ĠFl": 2515, + "Ġthrow": 2516, + "itten": 2517, + "ĠasÃŃ": 2518, + "ĠGrand": 2519, + "eno": 2520, + "iter": 2521, + "Ġhacer": 2522, + "Ġusually": 2523, + "velop": 2524, + "ĠWorld": 2525, + "Ġbooks": 2526, + "rict": 2527, + "Ġequ": 2528, + "raid": 2529, + "ĠFe": 2530, + "ĠJapan": 2531, + "Ġsend": 2532, + "Ġbegin": 2533, + "Ġchance": 2534, + "Ġwrite": 2535, + "Ġá": 2536, + "Ġstood": 2537, + "ler": 2538, + "Ġice": 2539, + "eh": 2540, + "play": 2541, + "Ġcomple": 2542, + "Ġthousand": 2543, + "Ġattack": 2544, + "ala": 2545, + "ĠMarch": 2546, + "nts": 2547, + "urope": 2548, + "fr": 2549, + "iones": 2550, + "Ġsitting": 2551, + "ĠJanuary": 2552, + "Ġrunning": 2553, + "Ġhung": 2554, + "ónde": 2555, + "ering": 2556, + "band": 2557, + "oth": 2558, + "Ġwindow": 2559, + "Ġton": 2560, + "Ġseñ": 2561, + "Ġprin": 2562, + "ping": 2563, + "Ġsurpr": 2564, + "king": 2565, + "Ġclim": 2566, + "Ġfootball": 2567, + "CDS": 2568, + "olly": 2569, + "Ġstep": 2570, + "Ġobject": 2571, + "Ġtrouble": 2572, + "ĠMan": 2573, + "ĠTo": 2574, + "avy": 2575, + "ility": 2576, + "wered": 2577, + "Ġesto": 2578, + "Ġfly": 2579, + "Ġship": 2580, + "LOI": 2581, + "Ġcorn": 2582, + "night": 2583, + "Ġnamed": 2584, + "Ġnose": 2585, + "ral": 2586, + "ĠPe": 2587, + "ĠDo": 2588, + "Ġtruck": 2589, + "Ġnorth": 2590, + "Ġstar": 2591, + "imed": 2592, + "ajor": 2593, + "Ġpig": 2594, + "Ġmir": 2595, + "Ġking": 2596, + "Ġwat": 2597, + "De": 2598, + "anger": 2599, + "ĠJune": 2600, + "Ġsud": 2601, + "Ġletter": 2602, + "Ġeste": 2603, + "Ġporque": 2604, + "ugust": 2605, + "bum": 2606, + "ories": 2607, + "Ġreplied": 2608, + "hold": 2609, + "osp": 2610, + "ĠSu": 2611, + "owers": 2612, + "Ġmam": 2613, + "Ġmount": 2614, + "stead": 2615, + "unic": 2616, + "Ġdie": 2617, + "ert": 2618, + "Ġ16": 2619, + "Ġcasa": 2620, + "Ġarri": 2621, + "ality": 2622, + "illa": 2623, + "alright": 2624, + "Ġphone": 2625, + "ĠBar": 2626, + "hile": 2627, + "though": 2628, + "Ġ12": 2629, + "ked": 2630, + "Ġsand": 2631, + ".'": 2632, + "ky": 2633, + "Ġsomebody": 2634, + "Ġanswered": 2635, + "Ġafraid": 2636, + "Ġproblem": 2637, + "Ġtouch": 2638, + "teen": 2639, + "dad": 2640, + "Ġsoft": 2641, + "Ġbirthday": 2642, + "ging": 2643, + "gas": 2644, + "ua": 2645, + "Ġanswer": 2646, + "vision": 2647, + "Ġsudden": 2648, + "Ġreleased": 2649, + "Ġeso": 2650, + "Ġdarling": 2651, + "Ġfa": 2652, + "Ġcross": 2653, + "Ġju": 2654, + "itch": 2655, + "ula": 2656, + "gue": 2657, + "Ġthemselves": 2658, + "Ġhours": 2659, + "nock": 2660, + "ción": 2661, + "Ġreport": 2662, + "ding": 2663, + "oman": 2664, + "ĠYes": 2665, + "ĠmÃŃ": 2666, + "gar": 2667, + "Ġspecial": 2668, + "ĠQ": 2669, + "RI": 2670, + "Ġfix": 2671, + "ata": 2672, + "Ġdaughter": 2673, + "Ġprodu": 2674, + "ĠPro": 2675, + "Ġvi": 2676, + "Ġevent": 2677, + "Ġpoints": 2678, + "Ġmarried": 2679, + "ĠGo": 2680, + "Ġdem": 2681, + "Ġfrog": 2682, + "arden": 2683, + "ĠMin": 2684, + "Ġbath": 2685, + "Ġgovernment": 2686, + "Ġseries": 2687, + "Ġelect": 2688, + "ĠEurope": 2689, + "acter": 2690, + "Ġhuman": 2691, + "ĠBritish": 2692, + "Ġclothes": 2693, + "ĠDon": 2694, + "uego": 2695, + "Ġcost": 2696, + "Ġwithin": 2697, + "ún": 2698, + "Ġcow": 2699, + "Ġlow": 2700, + "makes": 2701, + "Ġnos": 2702, + "Ġcatch": 2703, + "Ġkiss": 2704, + "ola": 2705, + "entle": 2706, + "asure": 2707, + "Ġval": 2708, + "Ġva": 2709, + "Ġfur": 2710, + "Ġhasta": 2711, + "Ġsuper": 2712, + "Ġill": 2713, + "ooh": 2714, + "Ġtired": 2715, + "Ġang": 2716, + "ange": 2717, + "uest": 2718, + "Sh": 2719, + "Ġblock": 2720, + "ances": 2721, + "ctober": 2722, + "Ġalright": 2723, + "Ġappear": 2724, + "Ġvez": 2725, + "mente": 2726, + "Ġlives": 2727, + "igo": 2728, + "Ġsna": 2729, + "reed": 2730, + "Ex": 2731, + "Ġinform": 2732, + "FCH": 2733, + "gest": 2734, + "Ġcheck": 2735, + "AP": 2736, + "reg": 2737, + "Because": 2738, + "Ġhus": 2739, + "Ġtambién": 2740, + "Ġ193": 2741, + "ĠSouth": 2742, + "Erm": 2743, + "ĠGeor": 2744, + "Ġorgan": 2745, + "aint": 2746, + "ĠPl": 2747, + "Ġseems": 2748, + "ining": 2749, + "ĠAugust": 2750, + "Ġpassed": 2751, + "vember": 2752, + "ĠJoe": 2753, + "which": 2754, + "Ġfield": 2755, + "Ġnine": 2756, + "Ġdream": 2757, + "hanks": 2758, + "Ġbur": 2759, + "Ġmonths": 2760, + "ĠEs": 2761, + "ĠEn": 2762, + "hello": 2763, + "Ġmoved": 2764, + "Ġalbum": 2765, + "eptember": 2766, + "ĠCol": 2767, + "Ġgold": 2768, + "Ġpus": 2769, + "Ġproper": 2770, + "iento": 2771, + "Ġsuppose": 2772, + "Ġoper": 2773, + "ott": 2774, + "unny": 2775, + "Ġknows": 2776, + "ored": 2777, + "Ġpost": 2778, + "Ġhop": 2779, + "gram": 2780, + "Some": 2781, + "Ġstraight": 2782, + "ĠJim": 2783, + "Ġpossible": 2784, + "cember": 2785, + "ete": 2786, + "En": 2787, + "ox": 2788, + "Ġcoup": 2789, + "Ġeye": 2790, + "Ġsca": 2791, + "ĠTe": 2792, + "Ġperhaps": 2793, + "Ġworked": 2794, + "Ġdeep": 2795, + "Ġabs": 2796, + "Ġwhether": 2797, + "ffect": 2798, + "hel": 2799, + "EC": 2800, + "Ġdevelop": 2801, + "att": 2802, + "da": 2803, + "ij": 2804, + "ays": 2805, + "ager": 2806, + "Ġeasy": 2807, + "ĠSw": 2808, + "Ġesc": 2809, + "Me": 2810, + "rill": 2811, + "Ġsingle": 2812, + "Ġhowever": 2813, + "Ġsuccess": 2814, + "Ġfit": 2815, + "Ġcannot": 2816, + "ĠsÃŃ": 2817, + "Ġeating": 2818, + "actly": 2819, + "Ġsail": 2820, + "ĠNorth": 2821, + "Ġriver": 2822, + "Ġmur": 2823, + "friend": 2824, + "ints": 2825, + "Ġpress": 2826, + "rible": 2827, + "Ġbird": 2828, + "iff": 2829, + "Ġtomorrow": 2830, + "Ġespe": 2831, + "Please": 2832, + "Ġshar": 2833, + "UN": 2834, + "ieron": 2835, + "fast": 2836, + "Ġvisit": 2837, + "Ġcast": 2838, + "ĠCounty": 2839, + "Ġcommon": 2840, + "Ġkids": 2841, + "Ġreached": 2842, + "Ġadm": 2843, + "Ġdiffic": 2844, + "Ġdijo": 2845, + "aul": 2846, + "Ġnor": 2847, + "ĠOctober": 2848, + "Ġut": 2849, + "Ġorigin": 2850, + "bruary": 2851, + "Ġyours": 2852, + "Ġappro": 2853, + "Ġsn": 2854, + "ulation": 2855, + "Ġtowards": 2856, + "Ġabove": 2857, + "ĠApril": 2858, + "Ġmember": 2859, + "Ġdoub": 2860, + "Ġshot": 2861, + "Ġtú": 2862, + "ĠPar": 2863, + "joy": 2864, + "ror": 2865, + "bor": 2866, + "ĠOne": 2867, + "Ġslow": 2868, + "Ġforward": 2869, + "Ġdad": 2870, + "Ġwaiting": 2871, + "Ġfear": 2872, + "át": 2873, + "cies": 2874, + "Ġhusband": 2875, + "Have": 2876, + "with": 2877, + "Ġnational": 2878, + "Ġdaddy": 2879, + "Every": 2880, + "Ġtoward": 2881, + "ĠPhil": 2882, + "bu": 2883, + "Ġpublic": 2884, + "Ġmist": 2885, + "Ġnoises": 2886, + "stairs": 2887, + "ĠPer": 2888, + "Ġsafe": 2889, + "Ġbes": 2890, + "Ġcop": 2891, + "Ġlots": 2892, + "ample": 2893, + "ĠEngland": 2894, + "Ġputs": 2895, + "ĠJuly": 2896, + "Ġdanger": 2897, + "Ġru": 2898, + "Ġsounds": 2899, + "has": 2900, + "ĠAfter": 2901, + "ĠNovember": 2902, + "Ġtodos": 2903, + "Ġshoes": 2904, + "nie": 2905, + "Ġforget": 2906, + "Ġsnow": 2907, + "ĠPres": 2908, + "Ġhors": 2909, + "ano": 2910, + "ÃŃas": 2911, + "ĠSeptember": 2912, + "ĠSh": 2913, + "ĠOr": 2914, + "iny": 2915, + "ades": 2916, + "Ġarms": 2917, + "Ġdisco": 2918, + "Ġlonger": 2919, + "iera": 2920, + "net": 2921, + "Ġboard": 2922, + "ĠFrank": 2923, + "Un": 2924, + "Ġputting": 2925, + "Ġlovely": 2926, + "Ġsight": 2927, + "ĠMic": 2928, + "ĠDecember": 2929, + "Ġ11": 2930, + "Ġ*": 2931, + "Ġbreat": 2932, + "IT": 2933, + "Ġtreat": 2934, + "Ġreturned": 2935, + "ience": 2936, + "Ġeffect": 2937, + "Ġmillion": 2938, + "was": 2939, + "atic": 2940, + "Ġtiene": 2941, + "Ġforgot": 2942, + "Ġdirect": 2943, + "Ġgentle": 2944, + "Es": 2945, + "Ġesca": 2946, + "your": 2947, + "Ġcouple": 2948, + "Ġformer": 2949, + "Ġdam": 2950, + "ĠCal": 2951, + "ardon": 2952, + "Ġquickly": 2953, + "Ġgust": 2954, + "Ġven": 2955, + "ĠBen": 2956, + "Ġgeneral": 2957, + "resent": 2958, + "Ġbas": 2959, + "ising": 2960, + "Ġsobre": 2961, + "pués": 2962, + "Ġcry": 2963, + "arse": 2964, + "Ġpolice": 2965, + "Ġthird": 2966, + "Ġcaught": 2967, + "ander": 2968, + "Ġhang": 2969, + "avid": 2970, + "ips": 2971, + "ĠYeah": 2972, + "ĠAm": 2973, + "Ġ14": 2974, + "Ġregion": 2975, + "Ġbroken": 2976, + "ĠFebruary": 2977, + "Ġeh": 2978, + "Ġseat": 2979, + "some": 2980, + "ĠTr": 2981, + "Ġann": 2982, + "Ġobs": 2983, + "Ġluck": 2984, + "AS": 2985, + "Ġisland": 2986, + "Ġengine": 2987, + "Ġesta": 2988, + "Ġneeds": 2989, + "--------": 2990, + "Ġtelevision": 2991, + "Ġfu": 2992, + "Ġtrees": 2993, + "ĠMe": 2994, + "Ġanimal": 2995, + "Ġbuilding": 2996, + "isten": 2997, + "oon": 2998, + "Ġsecret": 2999, + "Ġoffice": 3000, + "Ġeverybody": 3001, + "Ġrad": 3002, + "Ġplaces": 3003, + "Ġled": 3004, + "ondon": 3005, + "Ġllev": 3006, + "Ġtest": 3007, + "rid": 3008, + "ĠSam": 3009, + "Ġknock": 3010, + "iles": 3011, + "Ġevening": 3012, + "Ġsick": 3013, + "Ġmommy": 3014, + "Ġsugg": 3015, + "Ġduck": 3016, + "Ġsuggest": 3017, + "emy": 3018, + "After": 3019, + "dijo": 3020, + "Ġbuilt": 3021, + "ÃŃn": 3022, + "Ġfill": 3023, + "Ġdrive": 3024, + "Ġring": 3025, + "Ġfeeling": 3026, + "Ġvillage": 3027, + "With": 3028, + "Ġclub": 3029, + "las": 3030, + "GRA": 3031, + "Ġsupport": 3032, + "Ġproduc": 3033, + "Ġstri": 3034, + "Ġview": 3035, + "Ġdev": 3036, + "Ġdepartment": 3037, + "Ġnatur": 3038, + "rel": 3039, + "Ġcover": 3040, + "vocal": 3041, + "ode": 3042, + "ĠItal": 3043, + "ĠUniversity": 3044, + "dom": 3045, + "lt": 3046, + "aged": 3047, + "Of": 3048, + "Ġnearly": 3049, + "Ġclos": 3050, + "Ġahead": 3051, + "Ġ13": 3052, + "VE": 3053, + "'.": 3054, + "Ġrequ": 3055, + "ĠNow": 3056, + "Ġopened": 3057, + "Ġconsider": 3058, + "Ġsad": 3059, + "Ġparticular": 3060, + "roll": 3061, + "Ġwritten": 3062, + "Ġshout": 3063, + "RE": 3064, + "Ġplayer": 3065, + "elen": 3066, + "gen": 3067, + "val": 3068, + "mbers": 3069, + "yl": 3070, + "Ġresult": 3071, + "Ġlim": 3072, + "erta": 3073, + "ustral": 3074, + "Ġperfect": 3075, + "ĠNor": 3076, + "Ġstation": 3077, + "Ġahora": 3078, + "ĠChristmas": 3079, + "ĠMc": 3080, + "Ġwarm": 3081, + "Ġfollowed": 3082, + "Ġglass": 3083, + "iar": 3084, + "Ġenjoy": 3085, + "Ġshut": 3086, + "Ġchanged": 3087, + "Ġstat": 3088, + "ris": 3089, + "ray": 3090, + "Ġstopped": 3091, + "ima": 3092, + "itchen": 3093, + "Ġstanding": 3094, + "lex": 3095, + "anto": 3096, + "phone": 3097, + "Se": 3098, + "ospital": 3099, + "cially": 3100, + "omb": 3101, + "Ġjuice": 3102, + "ĠRep": 3103, + "llustr": 3104, + "Maybe": 3105, + "ffic": 3106, + "Ġwild": 3107, + "Ġain": 3108, + "rem": 3109, + "Ġchick": 3110, + "terday": 3111, + "Ġpretend": 3112, + "Ġinstead": 3113, + "Hello": 3114, + "Ġdecided": 3115, + "oop": 3116, + "Ġcray": 3117, + "Ġbow": 3118, + "Ġvan": 3119, + "Ġtape": 3120, + "rab": 3121, + "oint": 3122, + "noon": 3123, + "Ġimag": 3124, + "Ġmeant": 3125, + "Ġanyway": 3126, + "Ġtelling": 3127, + "Ġprofess": 3128, + "ĠYOU": 3129, + "LE": 3130, + "Ġhungry": 3131, + "Ġwhom": 3132, + "unity": 3133, + "rer": 3134, + "Ġtonight": 3135, + "Ġlie": 3136, + "ĠMart": 3137, + "Ġbroke": 3138, + "Ġconcer": 3139, + "ĠMommy": 3140, + "ĠMary": 3141, + "ceed": 3142, + "raser": 3143, + "ĠSome": 3144, + "Any": 3145, + "Ġcareer": 3146, + "ĠCaptain": 3147, + "bit": 3148, + "Ġusing": 3149, + "Ġprogram": 3150, + "Ġfollowing": 3151, + "ĠMy": 3152, + "Ġban": 3153, + "laimed": 3154, + "ĠLondon": 3155, + "anta": 3156, + "Ġdisapp": 3157, + "Ġpract": 3158, + "Ġseason": 3159, + "ĠSha": 3160, + "Ġsupposed": 3161, + "Ġindeed": 3162, + "Ġcool": 3163, + "Ġlanguage": 3164, + "Ġpupp": 3165, + "Ch": 3166, + "mother": 3167, + "maybe": 3168, + "Ġpon": 3169, + "Ġmiles": 3170, + "Ar": 3171, + "Ġprison": 3172, + "Ġbright": 3173, + "Ġstrange": 3174, + "say": 3175, + "Ġsac": 3176, + "iod": 3177, + "Ġella": 3178, + "Ġadded": 3179, + "Ġwhatever": 3180, + "Ġkitchen": 3181, + "Ġbreakfast": 3182, + "looks": 3183, + "Ġcarry": 3184, + "Ġgarden": 3185, + "Ġexample": 3186, + "Ġcareful": 3187, + "esto": 3188, + "Ġworks": 3189, + "ĠPeter": 3190, + "Ġport": 3191, + "Ġride": 3192, + "pero": 3193, + "cip": 3194, + "box": 3195, + "ills": 3196, + "Ġprotect": 3197, + "ĠAb": 3198, + "Ġposition": 3199, + "Ġsouth": 3200, + "Ġpieces": 3201, + "iment": 3202, + "Ġdescri": 3203, + "idence": 3204, + "iled": 3205, + "Or": 3206, + "empt": 3207, + "bur": 3208, + "Ġincluding": 3209, + "aste": 3210, + "Ġworry": 3211, + "Ġaut": 3212, + "ĠdÃŃa": 3213, + "yn": 3214, + "ĠJe": 3215, + "oul": 3216, + "ĠAustral": 3217, + "ĠPat": 3218, + "Ġfort": 3219, + "Ġmiddle": 3220, + "Ġcond": 3221, + "Ġsave": 3222, + "Ġswim": 3223, + "Ġfellow": 3224, + "Ġheavy": 3225, + "Ġbottom": 3226, + "Ġtot": 3227, + "Ġwrote": 3228, + "ador": 3229, + "Ġbell": 3230, + "Ġotro": 3231, + "Ġlegs": 3232, + "Ġturns": 3233, + "ĠEst": 3234, + "Ġbab": 3235, + "aro": 3236, + "Ġlleg": 3237, + "Ġanyone": 3238, + "time": 3239, + "would": 3240, + "Ġtrack": 3241, + "Ġnin": 3242, + "Ġsilly": 3243, + "Ġafternoon": 3244, + "uthor": 3245, + "ĠRuss": 3246, + "Ġearth": 3247, + "Ġbase": 3248, + "Ġlearn": 3249, + "Ġcake": 3250, + "Ġdefe": 3251, + "ĠBy": 3252, + "Ġteacher": 3253, + "Ġmucho": 3254, + "Ġentre": 3255, + "bles": 3256, + "Ġfarm": 3257, + "adas": 3258, + "ĠCity": 3259, + "Ġmembers": 3260, + "ĠWell": 3261, + "Ġcomplete": 3262, + "ĠSte": 3263, + "jos": 3264, + "Ġblow": 3265, + "Ġcontrol": 3266, + ",'": 3267, + "ĠIndian": 3268, + "Ġbread": 3269, + "Ġfamil": 3270, + "vol": 3271, + "ĠTO": 3272, + "lie": 3273, + "yo": 3274, + "die": 3275, + "Ġpark": 3276, + "Ġweeks": 3277, + "Ġpack": 3278, + "elo": 3279, + "ĠWest": 3280, + "Ġguard": 3281, + "Ġhig": 3282, + "ax": 3283, + "Ġuno": 3284, + "ege": 3285, + "Ġexcept": 3286, + "ĠDan": 3287, + "au": 3288, + "Ġhell": 3289, + "igg": 3290, + "Ġhac": 3291, + "Ġneck": 3292, + "Ġwhis": 3293, + "Ġhistory": 3294, + "Ġwhose": 3295, + "work": 3296, + "Ġcharacter": 3297, + "ĠNational": 3298, + "Ġhappens": 3299, + "Ġgran": 3300, + "Ġexactly": 3301, + "oles": 3302, + "ĠDr": 3303, + "Ġquar": 3304, + "Ġhace": 3305, + "ternational": 3306, + "Ġcapital": 3307, + "ishing": 3308, + "ĠBet": 3309, + "Ġrain": 3310, + "ĠWh": 3311, + "ĠAng": 3312, + "Ġmajor": 3313, + "Ġbelong": 3314, + "icas": 3315, + "Ġbought": 3316, + "Ġspace": 3317, + "Ġexclaimed": 3318, + "child": 3319, + "See": 3320, + "ĠThese": 3321, + "board": 3322, + "alt": 3323, + "ids": 3324, + "ffee": 3325, + "Ġdej": 3326, + "ording": 3327, + "Ġ30": 3328, + "Ġpopulation": 3329, + "ĠComm": 3330, + "Ġgas": 3331, + "ument": 3332, + "ament": 3333, + "Ġhole": 3334, + "Ġgiving": 3335, + "ĠMat": 3336, + "Ġburn": 3337, + "tered": 3338, + "Ġpopular": 3339, + "Ġdig": 3340, + "icle": 3341, + "singing": 3342, + "Ġlevel": 3343, + "ĠAN": 3344, + "pre": 3345, + "nel": 3346, + "over": 3347, + "itted": 3348, + "Ġcirc": 3349, + "Ġdoubt": 3350, + "ouncil": 3351, + "ek": 3352, + "ified": 3353, + "Ġtruth": 3354, + "Ġcertainly": 3355, + "arty": 3356, + "Ġyesterday": 3357, + "ĠTH": 3358, + "Ġvide": 3359, + "uk": 3360, + "Daddy": 3361, + "rey": 3362, + "Ġextra": 3363, + "Ġbutter": 3364, + "ĠChi": 3365, + "Ġholding": 3366, + "Ġlab": 3367, + "ÃŃs": 3368, + "Ġfigure": 3369, + "Ġcand": 3370, + "Ġsitu": 3371, + "Ġworth": 3372, + "give": 3373, + "Ġwatching": 3374, + "ĠWith": 3375, + "Ġav": 3376, + "ĠOF": 3377, + "iers": 3378, + "igu": 3379, + "rar": 3380, + "Wh": 3381, + "Ġtail": 3382, + "Ġservice": 3383, + "Ġreceived": 3384, + "Ġbrown": 3385, + "Ġfail": 3386, + "Ġpad": 3387, + "Ġpens": 3388, + "Ġchurch": 3389, + "Âł": 3390, + "Ġcentury": 3391, + "Ġsell": 3392, + "ĠIN": 3393, + "ugg": 3394, + "oke": 3395, + "ĠNot": 3396, + "ift": 3397, + "ilar": 3398, + "Ġtick": 3399, + "yed": 3400, + "Ġhospital": 3401, + "ille": 3402, + "sit": 3403, + "Ġstreet": 3404, + "Ġnada": 3405, + "Ġdeb": 3406, + "Ġhasn": 3407, + "of": 3408, + "Ġhall": 3409, + "Ġbeg": 3410, + "ĠPresident": 3411, + "Ġcause": 3412, + "SI": 3413, + "ground": 3414, + "Ġcarried": 3415, + "Ġqued": 3416, + "ician": 3417, + "Ġdistrict": 3418, + "Ġdesign": 3419, + "mbre": 3420, + "Ġgen": 3421, + "Ġcompet": 3422, + "hard": 3423, + "ared": 3424, + "Ġemb": 3425, + "ĠMag": 3426, + "Ġcaptain": 3427, + "Ġenter": 3428, + "Ġllam": 3429, + "Ġmal": 3430, + "estern": 3431, + "Ġstuck": 3432, + "pping": 3433, + "Ġmach": 3434, + "ĠCent": 3435, + "Ġpresident": 3436, + "ĠLord": 3437, + "Ġsummer": 3438, + "Ġdifficult": 3439, + "anda": 3440, + "Ġsex": 3441, + "Ġkn": 3442, + "ĠAmerica": 3443, + "Ġparents": 3444, + "oria": 3445, + "house": 3446, + "emos": 3447, + "CHAP": 3448, + "Ġcompan": 3449, + "bert": 3450, + "wow": 3451, + "ressed": 3452, + "Ġorange": 3453, + "mie": 3454, + "Ġvers": 3455, + "Ġdue": 3456, + "ĠahÃŃ": 3457, + "Ġlunch": 3458, + "Ġsomewhere": 3459, + "usted": 3460, + "Ġesp": 3461, + "CHAPTER": 3462, + "itty": 3463, + "Ġseñor": 3464, + "sc": 3465, + "hael": 3466, + "Ġlift": 3467, + "Ġappeared": 3468, + "Ġfinal": 3469, + "Ġperiod": 3470, + "ounter": 3471, + "ius": 3472, + "18": 3473, + "Ġspir": 3474, + "ĠGu": 3475, + "Ġpues": 3476, + "-¡": 3477, + "ĠGeorge": 3478, + "UB": 3479, + "Ġconvers": 3480, + "Ġleaving": 3481, + "Ġcurrent": 3482, + "dd": 3483, + "Ġmoving": 3484, + "ization": 3485, + "ancy": 3486, + "Ġotra": 3487, + "Ġought": 3488, + "Ġcontinued": 3489, + "Ġtrad": 3490, + "uch": 3491, + "Ġfat": 3492, + "10": 3493, + "ECT": 3494, + "Ġrul": 3495, + "Ġneigh": 3496, + "Ġpictures": 3497, + "Ġ25": 3498, + "reet": 3499, + ",--": 3500, + "Illustr": 3501, + "Ġpun": 3502, + "Ġcollect": 3503, + "ĠMad": 3504, + "turn": 3505, + "Ġspoke": 3506, + "Ġsense": 3507, + "Ġbusy": 3508, + "Ġtall": 3509, + "ĠAfr": 3510, + "ugar": 3511, + "Ġquie": 3512, + "Cl": 3513, + "venga": 3514, + "Ġflowers": 3515, + "Ġfle": 3516, + "je": 3517, + "het": 3518, + "Ġrecogn": 3519, + "ela": 3520, + "Ġreach": 3521, + "Ġplant": 3522, + "ribut": 3523, + "Ġcommune": 3524, + "Ġteeth": 3525, + "Ġvict": 3526, + "Ġsuddenly": 3527, + "Ġfinish": 3528, + "ĠâĨ": 3529, + "iling": 3530, + "Ġfurther": 3531, + "Ġfuer": 3532, + "imin": 3533, + "Ġallowed": 3534, + "light": 3535, + "Ġeveryone": 3536, + "Ġfres": 3537, + "iger": 3538, + "Ġwide": 3539, + "itar": 3540, + "ĠWhy": 3541, + "Ġfifty": 3542, + "bers": 3543, + "mpions": 3544, + "cher": 3545, + "iente": 3546, + "Ġlaughs": 3547, + "Ġ192": 3548, + "Ġrespect": 3549, + "Ġord": 3550, + "Ġmira": 3551, + "oura": 3552, + "Ġrub": 3553, + "ears": 3554, + "lect": 3555, + "aqu": 3556, + "ĠLo": 3557, + "Ġmix": 3558, + "Ġbeat": 3559, + "Ġpriv": 3560, + "Ġbased": 3561, + "Ġincre": 3562, + "ashing": 3563, + "Ġnorm": 3564, + "ĠQue": 3565, + "Ġfut": 3566, + "ume": 3567, + "Ġanymore": 3568, + "cuse": 3569, + "Ġbeginning": 3570, + "eder": 3571, + "medi": 3572, + "mit": 3573, + "Ġcard": 3574, + "Ġaccept": 3575, + "Ġcreated": 3576, + "Ġalg": 3577, + "Ġese": 3578, + "ella": 3579, + "ĠMark": 3580, + "Ġwalked": 3581, + "will": 3582, + "acing": 3583, + "points": 3584, + "yd": 3585, + "Ġtiemp": 3586, + "Ġlock": 3587, + "acy": 3588, + "Ġ2018": 3589, + "Ġinfl": 3590, + "Ġcomfort": 3591, + "Ġgames": 3592, + "Ġmov": 3593, + "Ġtype": 3594, + "uit": 3595, + "Ġniño": 3596, + "itions": 3597, + "Ġelepha": 3598, + "ounced": 3599, + "Ġanybody": 3600, + "Gr": 3601, + "Ġna": 3602, + "Ġcars": 3603, + "ĠEx": 3604, + "Ġpuzz": 3605, + "Take": 3606, + "view": 3607, + "pap": 3608, + "ĠCo": 3609, + "Illustration": 3610, + "Ġjour": 3611, + "iced": 3612, + "Ġalthough": 3613, + "Ġentonces": 3614, + "His": 3615, + "ology": 3616, + "Wait": 3617, + "field": 3618, + "Ġcult": 3619, + "ech": 3620, + "irm": 3621, + "ires": 3622, + "want": 3623, + "Ġgar": 3624, + "Ġgrass": 3625, + "unicip": 3626, + "����": 3627, + "Ġtur": 3628, + "Ġauthor": 3629, + "ÃŃo": 3630, + "Est": 3631, + "idos": 3632, + "Ġplays": 3633, + "ĠBrown": 3634, + "af": 3635, + "11": 3636, + "hys": 3637, + "Ġweren": 3638, + "gie": 3639, + "ĠRoman": 3640, + "Ġfeed": 3641, + "tell": 3642, + "Ġcompl": 3643, + "Ġhorses": 3644, + "Ġlikes": 3645, + "gasps": 3646, + "ĠDavid": 3647, + "Ġcoffee": 3648, + "ĠMother": 3649, + "Ġrace": 3650, + "THE": 3651, + "Ġfinger": 3652, + "Ġthirty": 3653, + "Ġbottle": 3654, + "emát": 3655, + "ME": 3656, + "Ġlocal": 3657, + "Ġremark": 3658, + "Ġrepresent": 3659, + "Ġself": 3660, + "izes": 3661, + "Ġdry": 3662, + "Ġpolic": 3663, + "à²": 3664, + "Ġba": 3665, + "Ġ2021": 3666, + "ivil": 3667, + "ipe": 3668, + "Ġmaster": 3669, + "soci": 3670, + "Ġéste": 3671, + "Ġate": 3672, + "raft": 3673, + "Ġpounds": 3674, + "Ġhoney": 3675, + "Ġseeing": 3676, + "Ġsepar": 3677, + "Ġstore": 3678, + "Ġcorner": 3679, + "Ġeduc": 3680, + "Ġactiv": 3681, + "asket": 3682, + "ĠPaul": 3683, + "sings": 3684, + "Ġvoy": 3685, + "ĠLea": 3686, + "Ġitself": 3687, + "uge": 3688, + "Mar": 3689, + "rian": 3690, + "Ġlaug": 3691, + "IC": 3692, + "Ġwet": 3693, + "Ġcrying": 3694, + "Ġspot": 3695, + "olved": 3696, + "Ġcomb": 3697, + "eal": 3698, + "Ġaccount": 3699, + "Ġfilm": 3700, + "Ġdropped": 3701, + "iest": 3702, + "Ġentire": 3703, + "Ġparts": 3704, + "elve": 3705, + "Ġexam": 3706, + "Ġinformation": 3707, + "ously": 3708, + "Thanks": 3709, + "illo": 3710, + "ĠPol": 3711, + "noise": 3712, + "olute": 3713, + "LT": 3714, + "Ġrid": 3715, + "Ġpet": 3716, + "Ġbank": 3717, + "Ġjud": 3718, + "ission": 3719, + "Ġletters": 3720, + "riage": 3721, + "Ġloud": 3722, + "Ġwalking": 3723, + "Ġlaughed": 3724, + "Ġshape": 3725, + "Ġconv": 3726, + "iste": 3727, + "clock": 3728, + "Ġjack": 3729, + "ka": 3730, + "Ġdistance": 3731, + "osh": 3732, + "Ġholds": 3733, + "lin": 3734, + "Ġcomput": 3735, + "Ġpuede": 3736, + "Ġvac": 3737, + "Com": 3738, + "Per": 3739, + "Ġthou": 3740, + "Ġves": 3741, + "rupt": 3742, + "Ġalgo": 3743, + "Ġlose": 3744, + "Ġdespués": 3745, + "Ġspend": 3746, + "ites": 3747, + "ĠBlack": 3748, + "Mum": 3749, + "12": 3750, + "asant": 3751, + "ĠGermany": 3752, + "ĠLou": 3753, + "off": 3754, + "please": 3755, + "ĠAunt": 3756, + "wood": 3757, + "ĠRo": 3758, + "Ġ$": 3759, + "ĠâĮ": 3760, + "eneral": 3761, + "LL": 3762, + "Ġcheese": 3763, + "Ġattention": 3764, + "Ġpush": 3765, + "ounded": 3766, + "razy": 3767, + "Ġcounty": 3768, + "Ġpicks": 3769, + "Ġmeeting": 3770, + "jor": 3771, + "Ġfamous": 3772, + "itive": 3773, + "ĠHowever": 3774, + "Ġtiempo": 3775, + "Ġfre": 3776, + "Ġnecess": 3777, + "Ġgrew": 3778, + "Ġhealth": 3779, + "Ġcómo": 3780, + "Ġsmell": 3781, + "ĠMon": 3782, + "eta": 3783, + "Ġmoon": 3784, + "Ġfucking": 3785, + "Ġvideo": 3786, + "ression": 3787, + "whis": 3788, + "Ġsla": 3789, + "Sorry": 3790, + "Ġdecir": 3791, + "sy": 3792, + "hips": 3793, + "Ġast": 3794, + "eddy": 3795, + "ggy": 3796, + "itary": 3797, + "Ġcountries": 3798, + "Ġpock": 3799, + "yle": 3800, + "Ġtit": 3801, + "Ġdonde": 3802, + "ĠSpan": 3803, + "Ġwriting": 3804, + "Ġnatural": 3805, + "Will": 3806, + "Ġforce": 3807, + "Ġplate": 3808, + "ĠSan": 3809, + "ĠAnt": 3810, + "Ġcla": 3811, + "Ġrabb": 3812, + "Ġ24": 3813, + "baby": 3814, + "ĠNin": 3815, + "nes": 3816, + "Ġdelight": 3817, + "Ġdat": 3818, + "iant": 3819, + "yep": 3820, + "Ġterrible": 3821, + "Ġcapt": 3822, + "Ġarmy": 3823, + "Ġinvest": 3824, + "Ġsilence": 3825, + "Ġsky": 3826, + "Ġterm": 3827, + "Ġspecies": 3828, + "JECT": 3829, + "Ġleaves": 3830, + "zo": 3831, + "Ġquer": 3832, + "pered": 3833, + "Ġliked": 3834, + "sp": 3835, + "conom": 3836, + "ĠNe": 3837, + "Ġencont": 3838, + "Ġpan": 3839, + "ĠBill": 3840, + "Mommy": 3841, + "isf": 3842, + "Ġears": 3843, + "ĠHarry": 3844, + "ĠMot": 3845, + "name": 3846, + "âĮĭ": 3847, + "under": 3848, + "Ġchicken": 3849, + "Ġcell": 3850, + "Ġwash": 3851, + "Ġattempt": 3852, + "Ġmatch": 3853, + "Ġcommand": 3854, + "isted": 3855, + "âĮī": 3856, + "Ġnames": 3857, + "Ġcuent": 3858, + "kin": 3859, + "Like": 3860, + "sa": 3861, + "dered": 3862, + "Ġfavorite": 3863, + "Ġpers": 3864, + "ads": 3865, + "Ġmem": 3866, + "SUB": 3867, + "aff": 3868, + "Ġpoco": 3869, + "Ġsilver": 3870, + "ils": 3871, + "Ġcream": 3872, + "Ġmention": 3873, + "Ġverdad": 3874, + "SUBJECT": 3875, + "ply": 3876, + "Ġinclude": 3877, + "Ġbull": 3878, + "Ġanx": 3879, + "Ġstars": 3880, + "CAR": 3881, + "Ġbirds": 3882, + "ĠGood": 3883, + "ometimes": 3884, + "Ġdance": 3885, + "know": 3886, + "Ġtrust": 3887, + "Ġhost": 3888, + "._": 3889, + "ĠEm": 3890, + "Ġeggs": 3891, + "By": 3892, + "lean": 3893, + "ĠSm": 3894, + "Ġrelig": 3895, + "astic": 3896, + "ĠLos": 3897, + "Ġshowed": 3898, + "atter": 3899, + "Ġpel": 3900, + "Ġenv": 3901, + "ĠHelen": 3902, + "ria": 3903, + "erry": 3904, + "ĠIndia": 3905, + "ĠWilliam": 3906, + "Ġdestro": 3907, + "uty": 3908, + "Ġneeded": 3909, + "orts": 3910, + "Ġcabe": 3911, + "iel": 3912, + "\")": 3913, + "Ġhous": 3914, + "Ġaccident": 3915, + "Ġpink": 3916, + "ux": 3917, + "ables": 3918, + "Ġtres": 3919, + "cks": 3920, + "Ġphot": 3921, + "raph": 3922, + "Ġneg": 3923, + "Ġay": 3924, + "SO": 3925, + "Ġ2019": 3926, + "Ġviol": 3927, + "ID": 3928, + "Ġiss": 3929, + "Ġsubject": 3930, + "bout": 3931, + "fly": 3932, + "OK": 3933, + "take": 3934, + "ban": 3935, + "Ġinteresting": 3936, + "omin": 3937, + "Ġcrow": 3938, + "Ġluego": 3939, + "cell": 3940, + "ĠtenÃŃa": 3941, + "iller": 3942, + "Ġwonderful": 3943, + "aven": 3944, + "ólo": 3945, + "Ġfem": 3946, + "Ġpaid": 3947, + "Ġsimilar": 3948, + "arent": 3949, + "uts": 3950, + "Ġinterested": 3951, + "Ġquestions": 3952, + "ĠFraser": 3953, + "set": 3954, + "ĠLet": 3955, + "Ġsle": 3956, + "arth": 3957, + "Ġkey": 3958, + "Ġfuture": 3959, + "Ġmass": 3960, + "ĠJames": 3961, + "Ġmucha": 3962, + "Ġpeque": 3963, + "Ġcrayon": 3964, + "ADULT": 3965, + "Ġconne": 3966, + "Ġfinally": 3967, + "Ġalive": 3968, + "pardon": 3969, + "Ġell": 3970, + "Ġhabit": 3971, + "Ġcharge": 3972, + "ĠDad": 3973, + "Ġshouldn": 3974, + "Ġener": 3975, + "wanna": 3976, + "15": 3977, + "ĠHen": 3978, + "hood": 3979, + "ĠBilly": 3980, + "Tell": 3981, + "Ġep": 3982, + "uhoh": 3983, + "ario": 3984, + "LA": 3985, + "Ġlying": 3986, + "Ġscr": 3987, + "Ġwel": 3988, + "ustom": 3989, + "ancing": 3990, + "ĠJo": 3991, + "Ġmunicip": 3992, + "ĠGreat": 3993, + "ĠUS": 3994, + "pues": 3995, + "isa": 3996, + "iforn": 3997, + "Ġbelow": 3998, + "viously": 3999, + "Ġspeed": 4000, + "Ġstub": 4001, + "ĠRiver": 4002, + "erc": 4003, + "Ġserious": 4004, + "Ġbene": 4005, + "oso": 4006, + "Ġhate": 4007, + "Ġlaughing": 4008, + "Ġthee": 4009, + "Ġgives": 4010, + "Ġnone": 4011, + "Ġnue": 4012, + "lands": 4013, + "wait": 4014, + "Ġsheep": 4015, + "Ġmm": 4016, + "Ġreading": 4017, + "-.": 4018, + "obert": 4019, + "Ġstarts": 4020, + "fin": 4021, + "ota": 4022, + "ĠÃ": 4023, + "Ġ(\"": 4024, + "tr": 4025, + "ED": 4026, + "ago": 4027, + "Ġespecially": 4028, + "Ġsé": 4029, + "Ġclosed": 4030, + "Ġofficer": 4031, + "US": 4032, + "Ġcart": 4033, + "Ġloved": 4034, + "Ġproblems": 4035, + "Ġmamá": 4036, + "rect": 4037, + "ĠâĨĴ": 4038, + "arm": 4039, + "Ġgall": 4040, + "Ġcrazy": 4041, + "Ġdrop": 4042, + "Ġ�": 4043, + "Ġhide": 4044, + "Ġbridge": 4045, + "ü": 4046, + "uce": 4047, + "Stop": 4048, + "Ne": 4049, + "ength": 4050, + "lar": 4051, + "leg": 4052, + "Ġwheel": 4053, + "Ġforest": 4054, + "ĠJust": 4055, + "ki": 4056, + "Ġpray": 4057, + "zer": 4058, + "Ġmum": 4059, + "ural": 4060, + "ĠHouse": 4061, + "aps": 4062, + "Ġkick": 4063, + "Ġmic": 4064, + "reek": 4065, + "ifornia": 4066, + "Ġadult": 4067, + "Ġlargest": 4068, + "Ġprocess": 4069, + "Ġmater": 4070, + "Ġsurprise": 4071, + "Ġles": 4072, + "Ġvent": 4073, + "oots": 4074, + "Ġhi": 4075, + "Ġscared": 4076, + "Ġslowly": 4077, + "Ġrose": 4078, + "Ġcamera": 4079, + "omething": 4080, + "Ġchocol": 4081, + "ole": 4082, + "ners": 4083, + "tended": 4084, + "ĠUncle": 4085, + "Ġtour": 4086, + "Ġ2017": 4087, + "Ġchief": 4088, + "Ġfingers": 4089, + "vert": 4090, + "ĠBon": 4091, + "Ġsmile": 4092, + "Ġbasket": 4093, + "Ġ23": 4094, + "Ġfool": 4095, + "_,": 4096, + "isc": 4097, + "ai": 4098, + "Ġdónde": 4099, + "Ġbigger": 4100, + "Ġremain": 4101, + "wise": 4102, + "str": 4103, + "Ġden": 4104, + "Ġshare": 4105, + "Ġ2022": 4106, + "ánd": 4107, + "Ġwest": 4108, + "anced": 4109, + "Ġserved": 4110, + "ugs": 4111, + "Ġdeter": 4112, + "Ġdesp": 4113, + "olid": 4114, + "lared": 4115, + "Hi": 4116, + "inting": 4117, + "eso": 4118, + "Ġdirection": 4119, + "Ġcaball": 4120, + "Ġide": 4121, + "17": 4122, + "Ġdisp": 4123, + "three": 4124, + "ĠRob": 4125, + "down": 4126, + "Ġshows": 4127, + "Ġglo": 4128, + "ATT": 4129, + "alo": 4130, + "ocr": 4131, + "Ġmonkey": 4132, + "Ġcourt": 4133, + "ination": 4134, + "ĠÂ": 4135, + "arah": 4136, + "ĠPark": 4137, + "Ġrepe": 4138, + "istory": 4139, + "uct": 4140, + "upid": 4141, + "Ġseg": 4142, + "cience": 4143, + "Ġhombre": 4144, + "lymp": 4145, + "cont": 4146, + "Ġapart": 4147, + "aching": 4148, + "RY": 4149, + "ĠSer": 4150, + "Ġhelped": 4151, + "Ġagua": 4152, + "Ġrat": 4153, + "back": 4154, + "iero": 4155, + "Ġintro": 4156, + "eds": 4157, + "ĠCalifornia": 4158, + "Ġasleep": 4159, + "Ġperform": 4160, + "13": 4161, + "llen": 4162, + "ĠJul": 4163, + "ably": 4164, + "ĠParty": 4165, + "hem": 4166, + "Ġcovered": 4167, + "uses": 4168, + "Ġsatisf": 4169, + "Ġamount": 4170, + "ublic": 4171, + "order": 4172, + "antes": 4173, + "Ġconversation": 4174, + "Ġjoined": 4175, + "bing": 4176, + "een": 4177, + "ĠMom": 4178, + "Ġ22": 4179, + "ĠMed": 4180, + "Ġtech": 4181, + "olf": 4182, + "Ġearl": 4183, + "Ġaccom": 4184, + "Ġ#": 4185, + "bour": 4186, + "Ġcaused": 4187, + "Bl": 4188, + "Ġpeace": 4189, + "-¿": 4190, + "iempre": 4191, + "Ġbang": 4192, + "Ġstudy": 4193, + "Ġpurp": 4194, + "Ġpin": 4195, + "yond": 4196, + "ĠSec": 4197, + "Ġbreath": 4198, + "Ġnar": 4199, + "Ġvarious": 4200, + "Ġspread": 4201, + "14": 4202, + "Ġconside": 4203, + "Ġsinging": 4204, + "Ġviv": 4205, + "Ġlikely": 4206, + "Ġtemper": 4207, + "los": 4208, + "Ġstage": 4209, + "Ġfol": 4210, + "Ġimmedi": 4211, + "asion": 4212, + "Peter": 4213, + "Ġdogs": 4214, + "ĠCarl": 4215, + "ption": 4216, + "Ġapple": 4217, + "These": 4218, + "Ġspent": 4219, + "cious": 4220, + "yer": 4221, + "uz": 4222, + "Ġconsidered": 4223, + "Ġasking": 4224, + "ĠMor": 4225, + "TUR": 4226, + "Ġrefer": 4227, + "raphy": 4228, + "Ġtend": 4229, + "Ġelephant": 4230, + "Ġfright": 4231, + "Ġsimple": 4232, + "eros": 4233, + "atives": 4234, + "ĠEast": 4235, + "Ġways": 4236, + "icos": 4237, + "ĠSir": 4238, + "pen": 4239, + "andy": 4240, + "Ġaños": 4241, + "Ġforth": 4242, + "Ġsocial": 4243, + "thern": 4244, + "Ġtwelve": 4245, + "Ġpicked": 4246, + "Ġolder": 4247, + "Ġvas": 4248, + "Ġslight": 4249, + "Ġfresh": 4250, + "uen": 4251, + "Ġhun": 4252, + "ĠOlymp": 4253, + "Ġmachine": 4254, + "chan": 4255, + "Ġbecom": 4256, + "Ġvist": 4257, + "Ġoc": 4258, + "Ġrese": 4259, + "Ġhecho": 4260, + "ls": 4261, + "antly": 4262, + "ĠBo": 4263, + "Ġris": 4264, + "Ġshit": 4265, + "Ġthanks": 4266, + "Ġtow": 4267, + "Ġbattle": 4268, + "Ġpolitician": 4269, + "Ġentered": 4270, + "Ġ2010": 4271, + "Ġsens": 4272, + "Ġpaint": 4273, + "unca": 4274, + "Ġsleeping": 4275, + "erve": 4276, + "OW": 4277, + "Ġstories": 4278, + "Ġturning": 4279, + "Ġlearned": 4280, + "hand": 4281, + "Pe": 4282, + "Ġscar": 4283, + "ĠBetty": 4284, + "Ġ100": 4285, + "Ġsize": 4286, + "Ġmor": 4287, + "Ġdur": 4288, + "ially": 4289, + "Ġhardly": 4290, + "ĠWin": 4291, + "van": 4292, + "ĠAust": 4293, + "ér": 4294, + "aker": 4295, + "Ġtal": 4296, + "aded": 4297, + "Ġamb": 4298, + "watch": 4299, + "Ġbroad": 4300, + "Ġmountain": 4301, + "ĠSund": 4302, + "Ġdeclared": 4303, + "Ġquién": 4304, + "ashed": 4305, + "Ġestab": 4306, + "Ġskin": 4307, + ".[": 4308, + "Ġbran": 4309, + "Ġstone": 4310, + "muy": 4311, + "Ġrob": 4312, + "TH": 4313, + "itos": 4314, + "ĠJapanese": 4315, + "ples": 4316, + "ughty": 4317, + "ĠII": 4318, + "oses": 4319, + "Ġcant": 4320, + "Ġcoat": 4321, + "Ġtalked": 4322, + "Ġwav": 4323, + "Ġcrack": 4324, + "si": 4325, + "Ġbye": 4326, + "Ġpocket": 4327, + "Ġrespons": 4328, + "erved": 4329, + "mar": 4330, + "gon": 4331, + "Ġmismo": 4332, + "Ġlength": 4333, + "Ġspoon": 4334, + "ĠLeague": 4335, + "Ġdirty": 4336, + "ference": 4337, + "Ġrap": 4338, + "Ġmeat": 4339, + "Ġmedic": 4340, + "Ġrole": 4341, + "ival": 4342, + "ĠRed": 4343, + "ests": 4344, + "Ġnobody": 4345, + "outs": 4346, + "Ġet": 4347, + "Ġcrit": 4348, + "Ġchocolate": 4349, + "Ġmejor": 4350, + "ingly": 4351, + "Ġphys": 4352, + "cis": 4353, + "uten": 4354, + "olutely": 4355, + "leanor": 4356, + "pper": 4357, + "Ġtor": 4358, + "Give": 4359, + "Ġeff": 4360, + "Ġsituation": 4361, + "Ġeast": 4362, + "feren": 4363, + "ĠRic": 4364, + "Ġhub": 4365, + "Ġallow": 4366, + "Ġ26": 4367, + "Ġsearch": 4368, + "Really": 4369, + "ĠAND": 4370, + "Con": 4371, + "ĠAlex": 4372, + "Ġpromise": 4373, + "Ġtrip": 4374, + "pers": 4375, + "big": 4376, + "Pro": 4377, + "Sure": 4378, + "esus": 4379, + "Ġdrawing": 4380, + "ushed": 4381, + "ummer": 4382, + "Ġblank": 4383, + "Ġur": 4384, + "ĠOf": 4385, + "hire": 4386, + "yy": 4387, + "itor": 4388, + "Ġestán": 4389, + "Ġherman": 4390, + "Ġrich": 4391, + "Ġcuri": 4392, + "Ġcircle": 4393, + "ensus": 4394, + "ĠTur": 4395, + "Ġsoci": 4396, + "Ġworse": 4397, + "ims": 4398, + "Ġtengo": 4399, + "ĠAustralia": 4400, + "Ġeconom": 4401, + "face": 4402, + "these": 4403, + "Lo": 4404, + "Ġ21": 4405, + "ĠWhere": 4406, + "elly": 4407, + "Ġspring": 4408, + "antic": 4409, + "ona": 4410, + "Ġthy": 4411, + "ĠGovern": 4412, + "ĠMo": 4413, + "Ġdefin": 4414, + "ATI": 4415, + "Ġhan": 4416, + "inary": 4417, + "ĠMinister": 4418, + "Pero": 4419, + "Ġuncle": 4420, + "ipped": 4421, + "ĠAc": 4422, + "Ġvamos": 4423, + "encia": 4424, + "ĠWho": 4425, + "ĠCat": 4426, + "imo": 4427, + "cend": 4428, + "isy": 4429, + "aciones": 4430, + "Ġlaid": 4431, + "outher": 4432, + "alley": 4433, + "Ġtotal": 4434, + "Ġforty": 4435, + "aquÃŃ": 4436, + "Ġlines": 4437, + "ĠColl": 4438, + "Ġ2011": 4439, + "ibly": 4440, + "lor": 4441, + "ieve": 4442, + "Nothing": 4443, + "Ġdirected": 4444, + "Ġleader": 4445, + "aches": 4446, + "Ġnumbers": 4447, + "reme": 4448, + "Ġdiscovered": 4449, + "Ġcivil": 4450, + "Two": 4451, + "Ġdepend": 4452, + "Ġsquare": 4453, + "four": 4454, + "Ġcosas": 4455, + "Ġdiscuss": 4456, + "Ġagreed": 4457, + "]!": 4458, + "Ġwinter": 4459, + "gged": 4460, + "Ġplaced": 4461, + "Ġ=": 4462, + "Ġsevent": 4463, + "LY": 4464, + "des": 4465, + "Ġjoin": 4466, + "Ġcalling": 4467, + "Ġregular": 4468, + "Ġmovies": 4469, + ".,": 4470, + "Ġbite": 4471, + "Ġenemy": 4472, + "ĠOl": 4473, + "Ġperro": 4474, + "Ġrelations": 4475, + "ums": 4476, + "ĠGeneral": 4477, + "line": 4478, + "elle": 4479, + "essie": 4480, + "Ġmayor": 4481, + "ĠFred": 4482, + "Ġgod": 4483, + "Ġtax": 4484, + "Ġtip": 4485, + "Pl": 4486, + "Ġoriginal": 4487, + "Ġbeyond": 4488, + "Ġangry": 4489, + "action": 4490, + "Ġhill": 4491, + "Ġpud": 4492, + "Ġaff": 4493, + "iene": 4494, + "Ġ2016": 4495, + "ĠHall": 4496, + "Ġdriving": 4497, + "Ġnoche": 4498, + "Ġbill": 4499, + "Ġpath": 4500, + "Ġstreng": 4501, + "Ġformed": 4502, + "zen": 4503, + "ĠDick": 4504, + "URS": 4505, + "ols": 4506, + "Ġaction": 4507, + "Ġtiny": 4508, + "Ġfighting": 4509, + "Ġmodern": 4510, + "lebr": 4511, + "Ġwelcome": 4512, + "cias": 4513, + "ĠCome": 4514, + "From": 4515, + "Ġsett": 4516, + "hered": 4517, + "vi": 4518, + "Ġdollars": 4519, + "ĠBobby": 4520, + "Ġ27": 4521, + "Ġbud": 4522, + "Ġtight": 4523, + "'?": 4524, + "ĠCor": 4525, + "ĠFirst": 4526, + "--\"": 4527, + "istr": 4528, + "Ġindust": 4529, + "Ġsoldiers": 4530, + "Ġshoot": 4531, + "Ġexist": 4532, + "Ġthick": 4533, + "Ġarrived": 4534, + "ctions": 4535, + "Ġprincip": 4536, + "Ġsoul": 4537, + "Ġshore": 4538, + "Ġcual": 4539, + "AM": 4540, + "itude": 4541, + "Le": 4542, + "ĠCO": 4543, + "Ġgrad": 4544, + "ientras": 4545, + "Ġdressed": 4546, + "Ġbon": 4547, + "Ġexplain": 4548, + "Very": 4549, + "outhern": 4550, + "Ġdesde": 4551, + "cean": 4552, + "Ad": 4553, + "eles": 4554, + "Ġsteps": 4555, + "stit": 4556, + "Ġrabbit": 4557, + "ann": 4558, + "ĠMal": 4559, + "Ġcondu": 4560, + "Listen": 4561, + "Ġmarket": 4562, + "Ġrough": 4563, + "Ġstupid": 4564, + "Ġnuest": 4565, + "icious": 4566, + "Ġvida": 4567, + "ĠParis": 4568, + "CO": 4569, + "Ġraised": 4570, + "Ġdemand": 4571, + "Ġstorm": 4572, + "Ġsalt": 4573, + "Ġsandw": 4574, + "Ġthrew": 4575, + "AY": 4576, + "ams": 4577, + "ĠMus": 4578, + "Ġrom": 4579, + "Ġemplo": 4580, + "Ġbeside": 4581, + "ál": 4582, + "Ġpron": 4583, + "Ġdrew": 4584, + "Ġupstairs": 4585, + "rend": 4586, + "Mom": 4587, + "Ġtou": 4588, + "Ġow": 4589, + "Ġparte": 4590, + "eep": 4591, + "ached": 4592, + "ĠDes": 4593, + "Ġoppos": 4594, + "Ġ28": 4595, + "Ġpolitical": 4596, + "ĠLu": 4597, + "Ġcoast": 4598, + "Ġstraw": 4599, + "Ġescape": 4600, + "utch": 4601, + "Ġesper": 4602, + "ns": 4603, + "ĠBur": 4604, + "Ġident": 4605, + "Ġbal": 4606, + "Ġaud": 4607, + "Ġradio": 4608, + "asc": 4609, + "Ġeasily": 4610, + "istan": 4611, + "Would": 4612, + "à¬": 4613, + "oma": 4614, + "ĠSue": 4615, + "ez": 4616, + "ĠJane": 4617, + "Ġnurs": 4618, + "ĠState": 4619, + "Ġmissing": 4620, + "ĠPo": 4621, + "Ġcomputer": 4622, + "ĠSpanish": 4623, + "Ġhappening": 4624, + "Ġhouses": 4625, + "Even": 4626, + "ti": 4627, + "rans": 4628, + "200": 4629, + "Ġflying": 4630, + "Ġge": 4631, + "ĠHere": 4632, + "Ġwatched": 4633, + "pro": 4634, + "Ġble": 4635, + "...?": 4636, + "16": 4637, + "Ġsharp": 4638, + "Ġib": 4639, + "Ġsegu": 4640, + "those": 4641, + "five": 4642, + "ĠUnion": 4643, + "Fran": 4644, + "asons": 4645, + "ĠBlue": 4646, + "Ġcolors": 4647, + "ĠAre": 4648, + "rib": 4649, + "ĠMum": 4650, + "inc": 4651, + "ĠAmy": 4652, + "aturday": 4653, + "ĠMichael": 4654, + "Ġdifference": 4655, + "pet": 4656, + "Ġsuff": 4657, + "50": 4658, + "pan": 4659, + "Ġ29": 4660, + "Does": 4661, + "Ġmilitary": 4662, + "Ġplane": 4663, + "ĠSchool": 4664, + "\"'": 4665, + "ĠChristian": 4666, + "book": 4667, + "Ġ2014": 4668, + "ĠEuropean": 4669, + "Ġpuzzle": 4670, + "Ġconse": 4671, + "Ġonto": 4672, + "ateg": 4673, + "IR": 4674, + "vell": 4675, + "Ġclock": 4676, + "ivid": 4677, + "Ġcrew": 4678, + "John": 4679, + "Ġspell": 4680, + "Ġsuit": 4681, + "Ġcabeza": 4682, + "Ġdriver": 4683, + "izo": 4684, + "Ġproud": 4685, + "Ġended": 4686, + "Ġinf": 4687, + "oups": 4688, + "Ġder": 4689, + "Ġhm": 4690, + "ila": 4691, + "ĠPor": 4692, + "laughing": 4693, + "Ġweap": 4694, + "Ġpulled": 4695, + "Ġfilled": 4696, + "Ġprofessional": 4697, + "stop": 4698, + "ĠHenry": 4699, + "Ġiron": 4700, + "Ġeager": 4701, + "sey": 4702, + "Ġcomer": 4703, + "Ġmult": 4704, + "Ġesa": 4705, + "Ġbabies": 4706, + "ousin": 4707, + "Ġfeat": 4708, + "Ġoffe": 4709, + "Ġhiding": 4710, + "Ġspirit": 4711, + "Ġspl": 4712, + "jer": 4713, + "Ġdeg": 4714, + "Ġcrowd": 4715, + "Ġthreat": 4716, + "elp": 4717, + "Ġannounced": 4718, + "Ġindepend": 4719, + "ĠMex": 4720, + "Ġweather": 4721, + "Ġclever": 4722, + "ville": 4723, + "Ġ&": 4724, + "ashion": 4725, + "hest": 4726, + "Ġrespond": 4727, + "God": 4728, + "Ġnature": 4729, + "ppy": 4730, + "ique": 4731, + "Ġbound": 4732, + "Ġhero": 4733, + "imos": 4734, + "ere": 4735, + "Mhm": 4736, + "Ġutter": 4737, + "Ġmes": 4738, + "Ġthinks": 4739, + "ĠRobert": 4740, + "Ġmanage": 4741, + "ĠBel": 4742, + "ĠPero": 4743, + "Ġregard": 4744, + "Ġhuge": 4745, + "Ġpatient": 4746, + "Ġmeaning": 4747, + "Ġblocks": 4748, + "Ġwearing": 4749, + "Ġgate": 4750, + "Ġbelieved": 4751, + "Ġwoods": 4752, + "Ġflat": 4753, + "ĠSunday": 4754, + "umber": 4755, + "Ġhey": 4756, + "Ġig": 4757, + "Ġstream": 4758, + "cast": 4759, + "hin": 4760, + "sil": 4761, + "Ġproduced": 4762, + "lig": 4763, + "Ġmanner": 4764, + "father": 4765, + "Ġantes": 4766, + "emp": 4767, + "Ġactor": 4768, + "ensive": 4769, + "hod": 4770, + "Ġpuppet": 4771, + "Thomas": 4772, + "Ġpleasure": 4773, + "Ġenergy": 4774, + "via": 4775, + "Ġjoy": 4776, + "itely": 4777, + "Ġmotor": 4778, + "Ġhid": 4779, + "Ġmoves": 4780, + "âĢ": 4781, + "urse": 4782, + "ĠPort": 4783, + "Ġstarting": 4784, + "lem": 4785, + "Ġproject": 4786, + "Ġcompletely": 4787, + "Ġsurv": 4788, + "ĠallÃŃ": 4789, + "Ġcollege": 4790, + "ró": 4791, + "Ġsiempre": 4792, + "Ġdorm": 4793, + "Ġlower": 4794, + "Ġtherefore": 4795, + "Ġhandle": 4796, + "ators": 4797, + "Ġlid": 4798, + "ĠFrom": 4799, + "jas": 4800, + "hal": 4801, + "Ġdangerous": 4802, + "ĠIts": 4803, + "Ġ2013": 4804, + "ems": 4805, + "vocalizes": 4806, + "Ġhonest": 4807, + "Por": 4808, + "Ġmissed": 4809, + "oring": 4810, + "Her": 4811, + "Ġpersonal": 4812, + "Ġhigher": 4813, + "Ġrail": 4814, + "Ġsurprised": 4815, + "ĠEarth": 4816, + "Ġ2012": 4817, + "inct": 4818, + "Um": 4819, + "abel": 4820, + "ĠCup": 4821, + "ĠMac": 4822, + "Ġfalling": 4823, + "round": 4824, + "Ġdate": 4825, + "Ġanywhere": 4826, + "Ġ0": 4827, + "arly": 4828, + "FRI": 4829, + "ss": 4830, + "Ġpir": 4831, + "ĠChina": 4832, + "Ġscene": 4833, + "Ġvessel": 4834, + "heart": 4835, + "ingu": 4836, + "ĠFather": 4837, + "ledge": 4838, + "boy": 4839, + "Ġlion": 4840, + "Ġholid": 4841, + "iber": 4842, + "Ġspeaking": 4843, + "ĠHigh": 4844, + "Ġexpected": 4845, + "Ġjug": 4846, + "Ġarrest": 4847, + "Ġfruit": 4848, + "Ġnon": 4849, + "Ġarticle": 4850, + "ruction": 4851, + "Ġnet": 4852, + "nal": 4853, + "ails": 4854, + "Los": 4855, + "utenant": 4856, + "Ġ2015": 4857, + "Ġdinosa": 4858, + "Ġimpro": 4859, + "SIB": 4860, + "History": 4861, + "Ġtodas": 4862, + "pir": 4863, + "Ġempty": 4864, + "rec": 4865, + "Ġalgu": 4866, + "Ġperm": 4867, + "Ġgoin": 4868, + "ĠEr": 4869, + "Ġham": 4870, + "Ġhadn": 4871, + "Ġsongs": 4872, + "Ġunless": 4873, + "ĠLittle": 4874, + "AND": 4875, + "Ġsimply": 4876, + "Ġdise": 4877, + "Ġshirt": 4878, + "picks": 4879, + "bra": 4880, + "ours": 4881, + "Ġthus": 4882, + "ĠRoy": 4883, + "Ġmostly": 4884, + "Ġpossess": 4885, + "Ġwit": 4886, + "Ġnote": 4887, + "Ġtaste": 4888, + "Ġneedta": 4889, + "dónde": 4890, + "Ġbast": 4891, + "Ġtienes": 4892, + "Ġroof": 4893, + "Tr": 4894, + "Ġbuck": 4895, + "Our": 4896, + "Ġstran": 4897, + "Ġexperience": 4898, + "puts": 4899, + "Ġimmediately": 4900, + "road": 4901, + "agon": 4902, + "open": 4903, + "ĠChin": 4904, + "Ġpleasant": 4905, + "Ġtap": 4906, + "ĠQueen": 4907, + "Br": 4908, + "ĠSy": 4909, + "Ġtanto": 4910, + "Ġpapá": 4911, + "Ġpurpose": 4912, + "onel": 4913, + "Ġfault": 4914, + "ĠChe": 4915, + "Ġtravel": 4916, + "Ġcabin": 4917, + "Ġsolo": 4918, + "Ġamaz": 4919, + "Ġcelebr": 4920, + "Ġnecessary": 4921, + "ĠGl": 4922, + "aren": 4923, + "ords": 4924, + "ĠKingdom": 4925, + "Miss": 4926, + "Ġtower": 4927, + "Ġopport": 4928, + "porque": 4929, + "ĠRos": 4930, + "cos": 4931, + "Which": 4932, + "Ġquarter": 4933, + "ooth": 4934, + "Ġcontent": 4935, + "Ġmundo": 4936, + "Ġellos": 4937, + "vious": 4938, + "Ġhacia": 4939, + "Ġ2008": 4940, + "mommy": 4941, + "ĠFin": 4942, + "ĠCr": 4943, + "Ġcro": 4944, + "oto": 4945, + "gress": 4946, + "Ġsinger": 4947, + "Ġprivate": 4948, + "Ġwake": 4949, + "ĠChampions": 4950, + "Ġfaith": 4951, + "Ġduty": 4952, + "ĠJwww": 4953, + "Ġhonor": 4954, + "gent": 4955, + "reci": 4956, + "Ġnotice": 4957, + "Ġagree": 4958, + "Ġgroups": 4959, + "ierra": 4960, + "Ġpublished": 4961, + "Ġusual": 4962, + "Ġterms": 4963, + "Te": 4964, + "Ġfallen": 4965, + "Mrs": 4966, + "Ġvuel": 4967, + "Ġpleased": 4968, + "sm": 4969, + "usion": 4970, + "roat": 4971, + "Ġhistor": 4972, + "30": 4973, + "-,": 4974, + "ggie": 4975, + "bar": 4976, + "Ġtwice": 4977, + "Ġnaughty": 4978, + "Ġplain": 4979, + "ĠAir": 4980, + "brother": 4981, + "Ġexcited": 4982, + "Ġremo": 4983, + "Ġprepar": 4984, + "Ġsmoke": 4985, + "takes": 4986, + "Ġcustom": 4987, + "Ġareas": 4988, + "ĠHam": 4989, + "Ġsnake": 4990, + "Am": 4991, + "berry": 4992, + "ahora": 4993, + "Ġjourney": 4994, + "rÃŃa": 4995, + "ö": 4996, + "Ġdust": 4997, + "ĠWhite": 4998, + "Ġinj": 4999, + "ences": 5000, + "Ġedge": 5001, + "ĠTV": 5002, + "Ġsettle": 5003, + "Ġgrown": 5004, + "nic": 5005, + "bered": 5006, + "Ġ2009": 5007, + "keep": 5008, + "ker": 5009, + "Ġcheer": 5010, + "Ġsmart": 5011, + "ĠScott": 5012, + "ashington": 5013, + "Ġbrie": 5014, + "ĠMil": 5015, + "su": 5016, + "Ġmunicipality": 5017, + "ĠSim": 5018, + "Ġoffer": 5019, + "ively": 5020, + "Berta": 5021, + "lend": 5022, + "zó": 5023, + "Ġcontain": 5024, + "ĠCouncil": 5025, + "enny": 5026, + "Ġestar": 5027, + "gypt": 5028, + "Ġfund": 5029, + "Ġhurry": 5030, + "counter": 5031, + "rain": 5032, + "ĠMany": 5033, + "Ġinqu": 5034, + "ĠMer": 5035, + "imiento": 5036, + "Ġadvent": 5037, + "Ġhy": 5038, + "Ġheads": 5039, + "Ġattract": 5040, + "bol": 5041, + "Ġ2007": 5042, + "ishes": 5043, + "oph": 5044, + "Ġ50": 5045, + "eless": 5046, + "ĠDor": 5047, + "Ġgrave": 5048, + "Ġshoe": 5049, + "----------------": 5050, + "Ġflower": 5051, + "Ġlake": 5052, + "Ġnormal": 5053, + "Dad": 5054, + "iction": 5055, + "istic": 5056, + "Ġoccur": 5057, + "Ġbrill": 5058, + "ĠSaturday": 5059, + "resp": 5060, + "hah": 5061, + "uda": 5062, + "Ġoccup": 5063, + "Ġofficers": 5064, + "Ġlocated": 5065, + "zy": 5066, + "Excuse": 5067, + "Ġlog": 5068, + "Ġweight": 5069, + "pared": 5070, + "Ġstrength": 5071, + "Ġwed": 5072, + "ibility": 5073, + "Ġsugar": 5074, + "Ġawful": 5075, + "Ġspec": 5076, + "Ġassist": 5077, + "Ġchem": 5078, + "ii": 5079, + "aur": 5080, + "Ġbeach": 5081, + "Ġinvestig": 5082, + "Ġevidence": 5083, + "Ġproduct": 5084, + "Was": 5085, + "ko": 5086, + "Ġpromised": 5087, + "Ġsupper": 5088, + "Ġ2006": 5089, + "Ġscient": 5090, + "ops": 5091, + "Ġlights": 5092, + "Ġopin": 5093, + "Ġtone": 5094, + "Ġguns": 5095, + "Ġearlier": 5096, + "Tod": 5097, + "erm": 5098, + "ĠAfrica": 5099, + "cel": 5100, + "Ġindivid": 5101, + "ĠTex": 5102, + "atin": 5103, + "cries": 5104, + "ossible": 5105, + "ram": 5106, + "every": 5107, + "Ġstruck": 5108, + "Ġtong": 5109, + "Ġchoice": 5110, + "Ġplants": 5111, + "burg": 5112, + "Ġopening": 5113, + "Ġgrowing": 5114, + "bes": 5115, + "Ġcensus": 5116, + "Ġbrave": 5117, + "ĠItaly": 5118, + "mond": 5119, + "Ġordered": 5120, + "ĠBert": 5121, + "ĠJos": 5122, + "istics": 5123, + "Sp": 5124, + "ĠRussian": 5125, + "Ġindic": 5126, + "fall": 5127, + "Ġfirm": 5128, + "UT": 5129, + "rs": 5130, + "Ġdirector": 5131, + "ĠCanada": 5132, + "ĠItalian": 5133, + "May": 5134, + "Ġlibr": 5135, + "ĠAnn": 5136, + "Ġliter": 5137, + "Ġepis": 5138, + "ĠBunny": 5139, + "olo": 5140, + "Ġpreg": 5141, + "Su": 5142, + "ointed": 5143, + "Ġbackground": 5144, + "looking": 5145, + "Ġquieres": 5146, + "Ġjun": 5147, + "Ġmano": 5148, + "Ġruns": 5149, + "iot": 5150, + "SOA": 5151, + "Ġswimming": 5152, + "Ġnoticed": 5153, + "Ġaun": 5154, + "Ġstret": 5155, + "arry": 5156, + "Nin": 5157, + "Ġtears": 5158, + "olution": 5159, + "vis": 5160, + "Ġsour": 5161, + "mend": 5162, + "using": 5163, + "Ġrule": 5164, + "Ġspoken": 5165, + "Ġbeha": 5166, + "este": 5167, + "Ġcarefully": 5168, + "uando": 5169, + "ourage": 5170, + "Ġfounded": 5171, + "should": 5172, + "ĠLuc": 5173, + "vant": 5174, + "ĠSen": 5175, + "Ġfellows": 5176, + "Ġstrugg": 5177, + "Ġinvolved": 5178, + "Ġsaved": 5179, + "Ġcosa": 5180, + "Ġye": 5181, + "rig": 5182, + "Ġflag": 5183, + "Ġteddy": 5184, + "ases": 5185, + "Ġojos": 5186, + "Ġpound": 5187, + "Ġ--": 5188, + "urdie": 5189, + "Ġplenty": 5190, + "Ġox": 5191, + "Ġscream": 5192, + "lected": 5193, + "Ġpuerta": 5194, + "ĠLee": 5195, + "asÃŃ": 5196, + "ship": 5197, + "Ġ)": 5198, + "Ġcort": 5199, + "Ġdesper": 5200, + "gain": 5201, + "Ġgoodness": 5202, + "Ġbrush": 5203, + "Ġgusta": 5204, + "Ġversion": 5205, + "ció": 5206, + "another": 5207, + "Ġtrick": 5208, + "Ġcada": 5209, + "ĠIre": 5210, + "Ġej": 5211, + "Ġexpand": 5212, + "Ġhotel": 5213, + "ĠNed": 5214, + "ĠEgypt": 5215, + "Ġmagic": 5216, + "entro": 5217, + "asty": 5218, + "iana": 5219, + "ĠIT": 5220, + "Ġdeck": 5221, + "Ġevident": 5222, + "Ġpair": 5223, + "ĠOld": 5224, + "Ġfal": 5225, + "Ġyouth": 5226, + "ĠDoctor": 5227, + "make": 5228, + "urity": 5229, + "ĠDem": 5230, + "Ġweak": 5231, + "Ġshoulder": 5232, + "Ġtaught": 5233, + "kins": 5234, + "Ġlucky": 5235, + "Ġaver": 5236, + "ĠWashington": 5237, + "oted": 5238, + "Ġlistening": 5239, + "oms": 5240, + "Ġchap": 5241, + "ĠCarol": 5242, + "Ġrow": 5243, + "Ġnea": 5244, + "Bob": 5245, + "Ġcenter": 5246, + "iron": 5247, + "ucky": 5248, + "Ġelection": 5249, + "aret": 5250, + "Never": 5251, + "whoops": 5252, + "ĠCharles": 5253, + "Ġwand": 5254, + "ulf": 5255, + "Ġveces": 5256, + "Ġcorrect": 5257, + "Ġhast": 5258, + "izza": 5259, + "Ġladies": 5260, + "RYA": 5261, + "going": 5262, + "clam": 5263, + "Ġancient": 5264, + "itional": 5265, + "Ġsólo": 5266, + "Ġmomento": 5267, + "met": 5268, + "Ġsmaller": 5269, + "igs": 5270, + "Ġnovel": 5271, + "ĠNet": 5272, + "Ġflight": 5273, + "Ġlips": 5274, + "ĠStreet": 5275, + "yal": 5276, + "Ġmatemát": 5277, + "Ġconoc": 5278, + "bal": 5279, + "Ġemer": 5280, + "ĠAnne": 5281, + "urt": 5282, + "ĠHey": 5283, + "Ġsides": 5284, + "ĠSarah": 5285, + "REL": 5286, + "vere": 5287, + "Qué": 5288, + "Ġnest": 5289, + "Ġtitle": 5290, + "ĠSch": 5291, + "wing": 5292, + "Ġwatches": 5293, + "Ġbuen": 5294, + "Ġcommunity": 5295, + "Ġknife": 5296, + "Ġmistake": 5297, + "Ġpil": 5298, + "Ġappl": 5299, + "oured": 5300, + "ify": 5301, + "Ġfemale": 5302, + "Ġtie": 5303, + "ĠStan": 5304, + "Ġkeeping": 5305, + "Ġtoda": 5306, + "cut": 5307, + "Ġtells": 5308, + "uf": 5309, + "entonces": 5310, + "Ġimagine": 5311, + "ĠPri": 5312, + "Ġdouble": 5313, + "udd": 5314, + "Ġmas": 5315, + "Si": 5316, + "Sha": 5317, + "vale": 5318, + "Ġmessage": 5319, + "uri": 5320, + "IGH": 5321, + "ental": 5322, + "ĠYour": 5323, + "CAT": 5324, + "Ġmeal": 5325, + "CK": 5326, + "rees": 5327, + "inger": 5328, + "Ġremem": 5329, + "Ġearn": 5330, + "Man": 5331, + "ĠMama": 5332, + "Ġpill": 5333, + "Ġusted": 5334, + "olic": 5335, + "ĠTheir": 5336, + "iano": 5337, + "Ġmouse": 5338, + "Ġmurder": 5339, + "Ġmicro": 5340, + "Ġshown": 5341, + "Pr": 5342, + "ĠQué": 5343, + "Ġ190": 5344, + "Ġchanges": 5345, + "UNK": 5346, + "Ġllama": 5347, + "Ġchoose": 5348, + "bet": 5349, + "ĠGold": 5350, + "ĠJew": 5351, + "vest": 5352, + "Ġded": 5353, + "Ġchoo": 5354, + "Ġwalks": 5355, + "riday": 5356, + "è": 5357, + "ĠBig": 5358, + "Ġbless": 5359, + "ĠSus": 5360, + "Ġrevol": 5361, + "SISTER": 5362, + "eman": 5363, + "bro": 5364, + "mine": 5365, + "Ġacqu": 5366, + "paper": 5367, + "isn": 5368, + "ĠEmp": 5369, + "Ġnunca": 5370, + "Ma": 5371, + "Ġrapid": 5372, + "ĠSal": 5373, + "Ġeducation": 5374, + "Ġbutton": 5375, + "ency": 5376, + "Ġstock": 5377, + "ĠDis": 5378, + "Ġoil": 5379, + "iety": 5380, + "Ġorders": 5381, + "Ġbrain": 5382, + "Ġbowl": 5383, + "ĠâĮĪ": 5384, + "Ġmovement": 5385, + "ĠChurch": 5386, + "Ġpes": 5387, + "Ġremained": 5388, + "ET": 5389, + "blue": 5390, + "ĠLouis": 5391, + "ston": 5392, + "ĠScot": 5393, + "Des": 5394, + "ĠRepublic": 5395, + "âĮī.": 5396, + "ĠTim": 5397, + "Ġsteam": 5398, + "Ġbee": 5399, + "Ġ()": 5400, + "Ġelectric": 5401, + "Ġos": 5402, + "lyn": 5403, + "known": 5404, + "aked": 5405, + "Ġtrade": 5406, + "Ġcere": 5407, + "Ġdoc": 5408, + "Ġsig": 5409, + "Ġgrande": 5410, + "Ġstairs": 5411, + "Ġgenerally": 5412, + "Ġbedroom": 5413, + "Ġgentleman": 5414, + "respond": 5415, + "atro": 5416, + "Ġsurface": 5417, + "ĠdÃŃas": 5418, + "Ġideas": 5419, + "Ġmut": 5420, + "water": 5421, + "razil": 5422, + "JEN": 5423, + "uan": 5424, + "itan": 5425, + "Ġassoci": 5426, + "ĠMaggie": 5427, + "ĠAh": 5428, + "Ġheat": 5429, + "âĮĬ": 5430, + "Ste": 5431, + "Ġ[?": 5432, + "Ġslide": 5433, + "Ġgat": 5434, + "Only": 5435, + "Ġcalm": 5436, + "ĠIr": 5437, + "Ġhizo": 5438, + "Ġtent": 5439, + "ĠSpain": 5440, + "Ġponer": 5441, + "VAL": 5442, + "Ġloss": 5443, + "eph": 5444, + "west": 5445, + "Ġsido": 5446, + "rif": 5447, + "ari": 5448, + "Ġinvent": 5449, + "Ġcloser": 5450, + "ĠAcad": 5451, + "ĠOK": 5452, + "Ġ2000": 5453, + "Ġprepared": 5454, + "Ġmanaged": 5455, + "Ġreaches": 5456, + "ĠCong": 5457, + "Ġaged": 5458, + "SÃŃ": 5459, + "ittee": 5460, + "Ġcalls": 5461, + "ograph": 5462, + "Ġavail": 5463, + "Ġcomed": 5464, + "Ġund": 5465, + "icho": 5466, + "âĮĭ.": 5467, + "bon": 5468, + "Ġpause": 5469, + "Ġtar": 5470, + "ĠTexas": 5471, + "could": 5472, + "win": 5473, + "osta": 5474, + "Ġquiero": 5475, + "Ġmadre": 5476, + "Ġti": 5477, + "Ġcases": 5478, + "fit": 5479, + "esta": 5480, + "Ġalto": 5481, + "ATIVE": 5482, + "ĠTod": 5483, + "Ġjumped": 5484, + "ĠWal": 5485, + "show": 5486, + "First": 5487, + "Ġmientras": 5488, + "Ġaddress": 5489, + "Ġrocks": 5490, + "Ġsuggested": 5491, + "Ġseconds": 5492, + "Ġtries": 5493, + "ĠPeople": 5494, + "Ġharm": 5495, + "Ġvisto": 5496, + "Ġrate": 5497, + "arliam": 5498, + "Ġprovince": 5499, + "ĠGreen": 5500, + "Ġdice": 5501, + "ĠRichard": 5502, + "Ġworried": 5503, + "aled": 5504, + "ĠON": 5505, + "ĠPal": 5506, + "Ġevents": 5507, + "Ġneither": 5508, + "Ġfond": 5509, + "Ġbegins": 5510, + "Ġgaz": 5511, + "ĠChild": 5512, + "Ġperfor": 5513, + "ĠSummer": 5514, + "ĠIsland": 5515, + "ientos": 5516, + "Ġfixed": 5517, + "Ġmodel": 5518, + "Ġtraining": 5519, + "berg": 5520, + "think": 5521, + "ĠOs": 5522, + "Yo": 5523, + "Ġkinds": 5524, + "lam": 5525, + "ĠArab": 5526, + "Ġhaber": 5527, + "ĠPap": 5528, + "ĠMost": 5529, + "Ġotros": 5530, + "Ġped": 5531, + "Ġsang": 5532, + "uj": 5533, + "Ġmud": 5534, + "Ġconcl": 5535, + "ching": 5536, + "ñana": 5537, + "Ġeld": 5538, + "ĠSa": 5539, + "Perhaps": 5540, + "sing": 5541, + "Ġremind": 5542, + "OS": 5543, + "Ġinterrupt": 5544, + "Ġtrail": 5545, + "xim": 5546, + "onse": 5547, + "ivo": 5548, + "Ġdere": 5549, + "plic": 5550, + "nam": 5551, + "pañ": 5552, + "Ġrange": 5553, + "Ġteach": 5554, + "Ġdancing": 5555, + "Ġpalab": 5556, + "eron": 5557, + "arliament": 5558, + "RELATIVE": 5559, + "ourt": 5560, + "Ġcards": 5561, + "ĠCla": 5562, + "ques": 5563, + "Ġleading": 5564, + "Ġdeveloped": 5565, + "Ġtiger": 5566, + "Ġmale": 5567, + "ĠMid": 5568, + "ministr": 5569, + "ĠCa": 5570, + "ÃŃdo": 5571, + "Ġdownstairs": 5572, + "Ġoccasion": 5573, + "ening": 5574, + "Ġpool": 5575, + "ĠChinese": 5576, + "Ġofficial": 5577, + "Ġfac": 5578, + "adie": 5579, + "Ġtermin": 5580, + "Ġshouted": 5581, + "Ġpurple": 5582, + "ĠBat": 5583, + "ĠMartin": 5584, + "ceeded": 5585, + "ĠBrazil": 5586, + "itation": 5587, + "Got": 5588, + "Ġprevent": 5589, + "para": 5590, + "Ġtim": 5591, + "Ġcin": 5592, + "Ġexec": 5593, + "ĠAward": 5594, + "host": 5595, + "ordon": 5596, + "anas": 5597, + "Ġtelephone": 5598, + "Ġshowing": 5599, + "Ġaccording": 5600, + "Ġbis": 5601, + "Ġprice": 5602, + "Ġcousin": 5603, + "ĠReg": 5604, + "babbles": 5605, + "Could": 5606, + "Ġfourth": 5607, + "Ġpred": 5608, + "ĠNat": 5609, + "Ġuses": 5610, + "Ġblind": 5611, + "rat": 5612, + "Ġcarrying": 5613, + "Ġimpossible": 5614, + "ĠAct": 5615, + "Ġpadre": 5616, + "éste": 5617, + "ooting": 5618, + "eaks": 5619, + "Ġtongue": 5620, + "Ġbits": 5621, + "ĠSanta": 5622, + "Ġbloody": 5623, + "cio": 5624, + "useum": 5625, + "Ġfaces": 5626, + "gl": 5627, + "Ġincluded": 5628, + "Ġclimb": 5629, + "Ġmedicine": 5630, + "Ġú": 5631, + "Ġdecl": 5632, + "Ġcred": 5633, + "ĠSea": 5634, + "inda": 5635, + "Ġaunt": 5636, + "ĠEvery": 5637, + "Ġstates": 5638, + "Ġpercent": 5639, + "oughs": 5640, + "Ġmagn": 5641, + "cÃŃa": 5642, + "Ġhello": 5643, + "ĠMel": 5644, + "ĠSwed": 5645, + "Ġforgotten": 5646, + "Ġbod": 5647, + "ache": 5648, + "Ġships": 5649, + "Ġmagaz": 5650, + "uv": 5651, + "asy": 5652, + "Ġmetal": 5653, + "Ġrout": 5654, + "icy": 5655, + "ett": 5656, + "Ġarch": 5657, + "Ġplans": 5658, + "Ġdare": 5659, + "Ġfashion": 5660, + "Ġgro": 5661, + "ni": 5662, + "bajo": 5663, + "Ġmenos": 5664, + "Ġcities": 5665, + "Referen": 5666, + "nolo": 5667, + "Ġspeech": 5668, + "Ġmotion": 5669, + "Ġopportunity": 5670, + "Ġfinding": 5671, + "Ġlugar": 5672, + "icles": 5673, + "ĠCam": 5674, + "Ġ2005": 5675, + "Ġniña": 5676, + "Ġpractice": 5677, + "Ġbother": 5678, + "Ġrules": 5679, + "Sir": 5680, + "Ġlanguages": 5681, + "Ġrights": 5682, + "Ġeverywhere": 5683, + "ccording": 5684, + "Ġmyster": 5685, + "Ġfifteen": 5686, + "ista": 5687, + "Ġdetect": 5688, + "ĠDep": 5689, + "Ġactress": 5690, + "omen": 5691, + "Ġabsolutely": 5692, + "rás": 5693, + "eteen": 5694, + "Ġwheels": 5695, + "bueno": 5696, + "ĠBa": 5697, + "ĠCharlie": 5698, + "Ġcontinu": 5699, + "arently": 5700, + "rió": 5701, + "ĠFrancis": 5702, + "lear": 5703, + "ĠGreek": 5704, + "éis": 5705, + "cómo": 5706, + "nce": 5707, + "orks": 5708, + "ĠDay": 5709, + "rag": 5710, + "Ġloves": 5711, + "ĠDutch": 5712, + "Ġmaterial": 5713, + "Ġdecision": 5714, + "ahÃŃ": 5715, + "ighs": 5716, + "ĠBear": 5717, + "Ġoffered": 5718, + "Ġstayed": 5719, + "Ġsandwich": 5720, + "Ġing": 5721, + "Chi": 5722, + "Ġlan": 5723, + "Ġsen": 5724, + "ĠWil": 5725, + "Ġtext": 5726, + "actor": 5727, + "Ġbrothers": 5728, + "rink": 5729, + "ĠKore": 5730, + "Ġscrew": 5731, + "Ġoblig": 5732, + "Ġcraw": 5733, + "Ġmountains": 5734, + "fish": 5735, + "ĠOkay": 5736, + "Ġcentre": 5737, + "Ġbomb": 5738, + "sure": 5739, + "Ġcy": 5740, + "ĠBerta": 5741, + "ĠMount": 5742, + "Ġempe": 5743, + "tod": 5744, + "vin": 5745, + "irgin": 5746, + "ĠFriday": 5747, + "Mic": 5748, + "Ġextreme": 5749, + "Ġopposite": 5750, + "Ġcontract": 5751, + "Ġstruct": 5752, + "Car": 5753, + "aft": 5754, + "uke": 5755, + "Ġniños": 5756, + "hum": 5757, + "Ġcookie": 5758, + "GR": 5759, + "Ġ2004": 5760, + "Ġaffect": 5761, + "Ġmel": 5762, + "Ġbatter": 5763, + "uno": 5764, + "Ġappearance": 5765, + "ials": 5766, + "Ġdrinking": 5767, + "wa": 5768, + "Ġstyle": 5769, + "icked": 5770, + "Ġknee": 5771, + "Ġsigu": 5772, + "arily": 5773, + "opher": 5774, + "othy": 5775, + "Ġquien": 5776, + "ĠGrandma": 5777, + "Cos": 5778, + "Ġneces": 5779, + "Ġdio": 5780, + "lly": 5781, + "Ġsabes": 5782, + "bres": 5783, + "Ġsuccessful": 5784, + "note": 5785, + "Ġfalls": 5786, + "Ġbin": 5787, + "Ġcontinues": 5788, + "little": 5789, + "Ġwalls": 5790, + "Ġkitty": 5791, + "Jack": 5792, + "Ġdread": 5793, + "izing": 5794, + "Ġaward": 5795, + "ĠRock": 5796, + "Ġstands": 5797, + "Ooh": 5798, + "à¥": 5799, + "Ġsmiled": 5800, + "acias": 5801, + "ĠDid": 5802, + "ification": 5803, + "ipper": 5804, + "ĠTony": 5805, + "Ġsaf": 5806, + "Tom": 5807, + "aling": 5808, + "Ġ40": 5809, + "Ġstudents": 5810, + "Ġshad": 5811, + "Ġvolv": 5812, + "Ġ2001": 5813, + "tained": 5814, + "ĠBonnet": 5815, + "Ġdefend": 5816, + "viet": 5817, + "ĠPrince": 5818, + "itas": 5819, + "Ġplat": 5820, + "Ġcondition": 5821, + "Ġdevelopment": 5822, + "actually": 5823, + "Ġquietly": 5824, + "Ġwond": 5825, + "Ġmere": 5826, + "Ġmonster": 5827, + "law": 5828, + "Ġstudio": 5829, + "worth": 5830, + "Ġshell": 5831, + "cream": 5832, + "ĠTwo": 5833, + "Ġnerv": 5834, + "Ġdoors": 5835, + "ĠWind": 5836, + "Ġunos": 5837, + "!'": 5838, + "aya": 5839, + "ĠDel": 5840, + "Ġheaven": 5841, + "Ġourselves": 5842, + "Ġboats": 5843, + "Ġcontact": 5844, + "Ġpants": 5845, + "onday": 5846, + "Ġnurse": 5847, + "hib": 5848, + "ición": 5849, + "Ġthroat": 5850, + "pany": 5851, + "rad": 5852, + "urry": 5853, + "Ġsake": 5854, + "People": 5855, + "whe": 5856, + "Ġcuer": 5857, + "Ġmarriage": 5858, + "ellig": 5859, + "amn": 5860, + "pill": 5861, + "Ġcouncil": 5862, + "Ġneighbor": 5863, + "Po": 5864, + "aries": 5865, + "Ġpoet": 5866, + "illas": 5867, + "ele": 5868, + "Ġboss": 5869, + "Ġcrime": 5870, + "Ġpuedo": 5871, + "Ġthin": 5872, + "Ġrope": 5873, + "Ġhighest": 5874, + "iado": 5875, + "Ġlap": 5876, + "ÃŃcul": 5877, + "ĠKen": 5878, + "Ġeasier": 5879, + "dis": 5880, + "cor": 5881, + "Ġgor": 5882, + "Ġcomplet": 5883, + "alled": 5884, + "ĠDist": 5885, + "ĠJesus": 5886, + "bel": 5887, + "Ġcontinue": 5888, + "Ġár": 5889, + "ounce": 5890, + "ĠDuring": 5891, + "Ġsuspect": 5892, + "Ġshake": 5893, + "Ġbueno": 5894, + "Ġnarrow": 5895, + "Ġvocal": 5896, + "Ġschools": 5897, + "iring": 5898, + "pon": 5899, + "Ġbike": 5900, + "anny": 5901, + "Foot": 5902, + "Ġ186": 5903, + "sorry": 5904, + "iud": 5905, + "áp": 5906, + "ĠInternational": 5907, + "Ġsusp": 5908, + "ĠSmith": 5909, + "Ġboo": 5910, + "Ġhelping": 5911, + "Ġretired": 5912, + "semb": 5913, + "Ġeaten": 5914, + "Ġtard": 5915, + "Ġprove": 5916, + "Ġmarry": 5917, + "Ġninety": 5918, + "Ġupset": 5919, + "Char": 5920, + "Ġbiggest": 5921, + "Ġyounger": 5922, + "Ġwhispered": 5923, + "Ġ1990": 5924, + "igr": 5925, + "Ġobviously": 5926, + "Ġforced": 5927, + "bow": 5928, + "Ġpapers": 5929, + "atory": 5930, + "Ġshook": 5931, + "Ġlado": 5932, + "Ġfro": 5933, + "Ġtoast": 5934, + "ĠLady": 5935, + "rance": 5936, + "fortun": 5937, + "cat": 5938, + "vey": 5939, + "Ġflew": 5940, + "cellent": 5941, + "Ġlarger": 5942, + "filler": 5943, + "Ġamig": 5944, + "Ġsettled": 5945, + "mark": 5946, + "Ġdirectly": 5947, + "Ġparticularly": 5948, + "Ġnombre": 5949, + "Ġstudied": 5950, + "Ġreck": 5951, + "Say": 5952, + "ĠRome": 5953, + "Ġpasa": 5954, + "Ġscience": 5955, + "Ġfrightened": 5956, + "Ġ189": 5957, + "Ġsits": 5958, + "OTHER": 5959, + "Ġkm": 5960, + "',": 5961, + "Cont": 5962, + "ĠOlympics": 5963, + "Ġgreatest": 5964, + "Ġcub": 5965, + "ĠBeck": 5966, + "Ġinflu": 5967, + "Ġmentioned": 5968, + "Bet": 5969, + "Ġknowledge": 5970, + "ĠMont": 5971, + "Ġeleven": 5972, + "Ġpit": 5973, + "stood": 5974, + "nods": 5975, + "Ġattend": 5976, + "ĠST": 5977, + "Put": 5978, + "ĠpodÃŃa": 5979, + "ánt": 5980, + "Ġcit": 5981, + "fess": 5982, + "Ġexplained": 5983, + "Gu": 5984, + "from": 5985, + "Ġcentral": 5986, + "Ġdecide": 5987, + "Ġsociety": 5988, + "idas": 5989, + "Ġprefer": 5990, + "Ġreply": 5991, + "25": 5992, + "Ġbaj": 5993, + "plane": 5994, + "Ġevil": 5995, + "Ġmail": 5996, + "abeth": 5997, + "Ġpossibly": 5998, + "arÃŃa": 5999, + "bell": 6000, + "Ġnomin": 6001, + "Ġdesk": 6002, + "fa": 6003, + "ĠArt": 6004, + "CE": 6005, + "Ġplayers": 6006, + "ĠArmy": 6007, + "char": 6008, + "ĠRog": 6009, + "Ġsomewhat": 6010, + "ajest": 6011, + "craft": 6012, + "Ha": 6013, + "duced": 6014, + "Ġtener": 6015, + "Ġbos": 6016, + "astern": 6017, + "ĠGar": 6018, + "fection": 6019, + "ĠPlay": 6020, + "silence": 6021, + "199": 6022, + "Ġrisk": 6023, + "ĠJud": 6024, + "Ġveget": 6025, + "Ġtowel": 6026, + "mi": 6027, + "otros": 6028, + "cing": 6029, + "ĠFlor": 6030, + "Ġiba": 6031, + "Ġwilling": 6032, + "ov": 6033, + "Ġpic": 6034, + "apt": 6035, + "Ġbub": 6036, + "ĠBessie": 6037, + "Ġterrit": 6038, + "Ġsixty": 6039, + "ĠAnna": 6040, + "green": 6041, + "Ġwriter": 6042, + "Ġanxious": 6043, + "Ġpages": 6044, + "arte": 6045, + "ár": 6046, + "Ġmedia": 6047, + "asing": 6048, + "tles": 6049, + "Ġwaited": 6050, + "uhuh": 6051, + "Ġparticip": 6052, + "aning": 6053, + "Ġyell": 6054, + "Ġrelated": 6055, + "Ġbeauty": 6056, + "Ġperforman": 6057, + "ette": 6058, + "Che": 6059, + "Mother": 6060, + "Ġwine": 6061, + "ĠBu": 6062, + "andon": 6063, + "Ġwindows": 6064, + "Ġholiday": 6065, + "Ġpour": 6066, + "Ġestoy": 6067, + "Ġpotato": 6068, + "ulous": 6069, + "Ġforces": 6070, + "Ġsignific": 6071, + "Ġbringing": 6072, + "Ġcomfortable": 6073, + "writ": 6074, + "Ġdepart": 6075, + "Ġstir": 6076, + "ĠSun": 6077, + "ĠRoss": 6078, + "Ġresearch": 6079, + "asp": 6080, + "Ġreve": 6081, + "uments": 6082, + "ientes": 6083, + "Ġkeeps": 6084, + "Ġavailable": 6085, + "bir": 6086, + "Ġinternational": 6087, + "ironment": 6088, + "ĠBE": 6089, + "ntonces": 6090, + "icia": 6091, + "ulty": 6092, + "ĠChan": 6093, + "ĠSoviet": 6094, + "Hold": 6095, + "Ġcircum": 6096, + "Ġballoon": 6097, + "Ġrepeated": 6098, + "happy": 6099, + "ĠDa": 6100, + "Ġestaban": 6101, + "ierto": 6102, + "ushing": 6103, + "ĠLin": 6104, + "Ġfuera": 6105, + "Ġvio": 6106, + "Ġbark": 6107, + "Ġmañana": 6108, + "Mama": 6109, + "rael": 6110, + "Ġballs": 6111, + "orough": 6112, + "Ġfairly": 6113, + "Ġsque": 6114, + "Ġsoy": 6115, + "Ġbunny": 6116, + "Ġshel": 6117, + "ĠGra": 6118, + "Ġexcuse": 6119, + "Ġpowerful": 6120, + "ÃŃt": 6121, + "Ġmemory": 6122, + "cely": 6123, + "Ġsav": 6124, + "Ġafterwards": 6125, + "Ġbare": 6126, + "Bye": 6127, + "ñas": 6128, + "Ġdisease": 6129, + "Ġsigned": 6130, + "Ġtun": 6131, + "icans": 6132, + "Ġteams": 6133, + "Ġservices": 6134, + "Ġsmiling": 6135, + "Ġestabl": 6136, + "ĠEmpire": 6137, + "ĠAcademy": 6138, + "Ġfoc": 6139, + "Ġvote": 6140, + "Keep": 6141, + "Ġbump": 6142, + "zar": 6143, + "Ġzoo": 6144, + "ĠCanad": 6145, + "Ġmate": 6146, + "Ġwaste": 6147, + "ĠEll": 6148, + "aws": 6149, + "Ġjudge": 6150, + "ware": 6151, + "Ġclown": 6152, + "Ġfurn": 6153, + "OTH": 6154, + "Ġfan": 6155, + "cas": 6156, + "ini": 6157, + "baj": 6158, + "Ġhug": 6159, + "Great": 6160, + "imp": 6161, + "Ġperfectly": 6162, + "eat": 6163, + "wenty": 6164, + "while": 6165, + "really": 6166, + "Ġshopping": 6167, + "aign": 6168, + "Ten": 6169, + "Ġ188": 6170, + "Ġsilent": 6171, + "Ġwise": 6172, + "isions": 6173, + "Ġmission": 6174, + "Ġpregunt": 6175, + "Ġaño": 6176, + "year": 6177, + "Ġtir": 6178, + "Ġelected": 6179, + "Ġúlt": 6180, + "erte": 6181, + "Ġavo": 6182, + "Ġsees": 6183, + "ilos": 6184, + "Ġnineteen": 6185, + "?'": 6186, + "Ġdoin": 6187, + "ĠOther": 6188, + "ema": 6189, + "Ġacuer": 6190, + "ĠBoy": 6191, + "pull": 6192, + "Ġinstr": 6193, + "Ġpsy": 6194, + "ruct": 6195, + "Ġfought": 6196, + "BR": 6197, + "place": 6198, + "Ġdistribut": 6199, + "Fuck": 6200, + "Ġdun": 6201, + "Ġquit": 6202, + "Ġnursery": 6203, + "amin": 6204, + "aterpill": 6205, + "Ġsafety": 6206, + "AK": 6207, + "ĠDemocr": 6208, + "STE": 6209, + "ading": 6210, + "ropical": 6211, + "Ġproperly": 6212, + "Ġwedding": 6213, + "Ġsom": 6214, + "Ġimm": 6215, + "Ġstring": 6216, + "iva": 6217, + "ĠBarb": 6218, + "Ġremarked": 6219, + "Ġol": 6220, + "Ġstro": 6221, + "war": 6222, + "Ġchest": 6223, + "rial": 6224, + "Ġ2003": 6225, + "Wow": 6226, + "six": 6227, + "imit": 6228, + "\"?": 6229, + "Ġcone": 6230, + "about": 6231, + "rado": 6232, + "ĠRes": 6233, + "Ġbi": 6234, + "FAD": 6235, + "Ġbend": 6236, + "Ġwhist": 6237, + "Ġbiscu": 6238, + "Footnote": 6239, + "aly": 6240, + "ré": 6241, + "Ġreci": 6242, + "Ġjam": 6243, + "Ġdesc": 6244, + "Ġglasses": 6245, + "ÃŃr": 6246, + "Ġfence": 6247, + "Ġpump": 6248, + "Ġchat": 6249, + "Ġbutt": 6250, + "Ġarran": 6251, + "after": 6252, + "Ġbathroom": 6253, + "acters": 6254, + "ĠFort": 6255, + "throw": 6256, + "arme": 6257, + "Ġtroops": 6258, + "está": 6259, + "arlo": 6260, + "making": 6261, + "ĠRay": 6262, + "aria": 6263, + "Ġnap": 6264, + "Ġriding": 6265, + "Ġlawyer": 6266, + "Ca": 6267, + "Ġwings": 6268, + "Ġknowing": 6269, + "Ġvalue": 6270, + "Ġnorthern": 6271, + "fficient": 6272, + "Ġ1980": 6273, + "draw": 6274, + "Ġtheory": 6275, + "Ġthoughts": 6276, + "Ġaquel": 6277, + "Ġtort": 6278, + "ĠLaura": 6279, + "ĠAdam": 6280, + "Ġmanager": 6281, + "Ġaunque": 6282, + "Ġcancer": 6283, + "Ġà¤": 6284, + "ĠBay": 6285, + "ockey": 6286, + "ĠhabÃŃan": 6287, + "peror": 6288, + "ĠSuper": 6289, + "Ġactual": 6290, + "Ġhurried": 6291, + "tering": 6292, + "Ġpainting": 6293, + "Ġlatter": 6294, + "Ġchee": 6295, + "Ġresponse": 6296, + "Ġenem": 6297, + "ĠJer": 6298, + "Ġnative": 6299, + "ĠPet": 6300, + "Those": 6301, + "icago": 6302, + "Ġfavour": 6303, + "onia": 6304, + "Ġrust": 6305, + "Ġtienen": 6306, + "ĠRussia": 6307, + "ological": 6308, + "Ġcloth": 6309, + "IV": 6310, + "[$": 6311, + "aré": 6312, + "Ġdebut": 6313, + "acks": 6314, + "ĠAtl": 6315, + "Ġcastle": 6316, + "Ġhanging": 6317, + "BC": 6318, + "Ġetc": 6319, + "Ġdir": 6320, + "ential": 6321, + "Ġveh": 6322, + "Ġmethod": 6323, + "Ġalt": 6324, + "Ġblanket": 6325, + "Ġobserv": 6326, + "Ġconstit": 6327, + "Ġspin": 6328, + "ĠMax": 6329, + "Ġequip": 6330, + "ĠSil": 6331, + "Ġworst": 6332, + "Ġaverage": 6333, + "Ġpeas": 6334, + "Three": 6335, + "mined": 6336, + "Ġdic": 6337, + "Ġhorn": 6338, + "zas": 6339, + "Ġtv": 6340, + "Ġvale": 6341, + "Ġshock": 6342, + "Ġserve": 6343, + "JES": 6344, + "had": 6345, + "ĠWestern": 6346, + "Ġcoach": 6347, + "iform": 6348, + "Ġheav": 6349, + "Ġremembered": 6350, + "23": 6351, + "hab": 6352, + "ĠMaster": 6353, + "Ġtypes": 6354, + "Huh": 6355, + "kend": 6356, + "Ġafford": 6357, + "Ġeffort": 6358, + "Ġincludes": 6359, + "Ġeighty": 6360, + "Ġburst": 6361, + "Ġgreater": 6362, + "Ġwave": 6363, + "Ġ2002": 6364, + "Cap": 6365, + "Ġneat": 6366, + "Ġappreci": 6367, + "Ġconcerned": 6368, + "IF": 6369, + "Ġinno": 6370, + "Ġhearing": 6371, + "Ġ2023": 6372, + "ĠEve": 6373, + "Ġtroub": 6374, + "Ġpassing": 6375, + "ares": 6376, + "fle": 6377, + "yellow": 6378, + "Ġpresence": 6379, + "Ġthrown": 6380, + "Ġdefinitely": 6381, + "Ġsite": 6382, + "Ġbarn": 6383, + "cod": 6384, + "Ġtid": 6385, + "ĠPen": 6386, + "Ġdescribed": 6387, + "Ġsoldier": 6388, + "Ġpencil": 6389, + "Ġpushed": 6390, + "ĠIndians": 6391, + "ĠAfrican": 6392, + "Ġwashing": 6393, + "rick": 6394, + "Ġhook": 6395, + "Ġpant": 6396, + "izabeth": 6397, + "Ġrank": 6398, + "Ġdisappeared": 6399, + "daddy": 6400, + "Ġfailed": 6401, + "isher": 6402, + "Ġeran": 6403, + "morrow": 6404, + "Ġartist": 6405, + "ĠIreland": 6406, + "Ġfant": 6407, + "Ġgoal": 6408, + "icking": 6409, + "Ġpressure": 6410, + "Ġacab": 6411, + "Ġfancy": 6412, + "Isn": 6413, + "III": 6414, + "About": 6415, + "Ġwha": 6416, + "pple": 6417, + "ĠLaw": 6418, + "try": 6419, + "Ġgay": 6420, + "vas": 6421, + "Ġblo": 6422, + "Ġfeels": 6423, + "Ġdicho": 6424, + "holds": 6425, + "pare": 6426, + "Ġpros": 6427, + "gers": 6428, + "uns": 6429, + "Ġreported": 6430, + "Ġmatters": 6431, + "ĠRoyal": 6432, + "Ġpizza": 6433, + "Ġadop": 6434, + "Ġopinion": 6435, + "Ġdom": 6436, + "umps": 6437, + "Ġfired": 6438, + "thur": 6439, + "mes": 6440, + "ussy": 6441, + "Ġrelationship": 6442, + "Ġproperty": 6443, + "ĠLake": 6444, + "Ġrealize": 6445, + "yup": 6446, + "Ġterror": 6447, + "Ġgentlemen": 6448, + "owing": 6449, + "ule": 6450, + "ĠPak": 6451, + "Ġwished": 6452, + "Ġforms": 6453, + "yan": 6454, + "Ġwan": 6455, + "chief": 6456, + "Ġliber": 6457, + "eping": 6458, + "otion": 6459, + "Ġfeelings": 6460, + "etch": 6461, + "aine": 6462, + "Ġcompos": 6463, + "Ġknocked": 6464, + "Ġobjects": 6465, + "ilities": 6466, + "ography": 6467, + "ishment": 6468, + "Ġtransport": 6469, + "Ġfamiliar": 6470, + "aring": 6471, + "Ġknees": 6472, + "Ġfrequ": 6473, + "Ġhorrible": 6474, + "Ġfully": 6475, + "ĠME": 6476, + "ĠGO": 6477, + "Ġhunt": 6478, + "imate": 6479, + "ĠVict": 6480, + "Ġfarmer": 6481, + "Ġexcit": 6482, + "Ġrare": 6483, + "ĠWood": 6484, + "Sc": 6485, + "Ġexperien": 6486, + "Ġciud": 6487, + "vamos": 6488, + "Ġdism": 6489, + "Ġcute": 6490, + "ĠChief": 6491, + "Ġintent": 6492, + "Ġpra": 6493, + "Ġpositive": 6494, + "Before": 6495, + "ĠAlice": 6496, + "Ġdiam": 6497, + "Ġrelease": 6498, + "Ġinn": 6499, + "Ġfishing": 6500, + "cuent": 6501, + "Ġintern": 6502, + "oye": 6503, + "Other": 6504, + "ĠIsrael": 6505, + "Ġsink": 6506, + "Ġcats": 6507, + "\"]": 6508, + "nothing": 6509, + "_.": 6510, + "à®": 6511, + "Ġabuel": 6512, + "dog": 6513, + "Ġparece": 6514, + "Ġmicrophone": 6515, + "22": 6516, + "Ġmummy": 6517, + "Ġpint": 6518, + "Ġdrawn": 6519, + "Act": 6520, + "ĠKat": 6521, + "Ġsch": 6522, + "Ġvest": 6523, + "Ġprincipal": 6524, + "cur": 6525, + "igned": 6526, + "Ġprevious": 6527, + "low": 6528, + "Ġcamb": 6529, + "ĠIS": 6530, + "Ġtied": 6531, + "ĠJones": 6532, + "Ġdurante": 6533, + "Ġadvant": 6534, + "Ġestablished": 6535, + "ĠCentral": 6536, + "Ġadmir": 6537, + "Ġkinda": 6538, + "mom": 6539, + "Ġgather": 6540, + "ĠMexico": 6541, + "itzer": 6542, + "Ġdinosaur": 6543, + "Ġqual": 6544, + "Ġarrange": 6545, + "Ġwondering": 6546, + "Ġcharacters": 6547, + "sed": 6548, + "Ġbecoming": 6549, + "Ġmujer": 6550, + "Ġshoulders": 6551, + "ĠHo": 6552, + "Ġaware": 6553, + "Ġthroughout": 6554, + "ouds": 6555, + "Ġclearly": 6556, + "Ġsouthern": 6557, + "ĠVan": 6558, + "Ġgradu": 6559, + "Ġvia": 6560, + "achel": 6561, + "Ġstaff": 6562, + "Ġtrabaj": 6563, + "Ġfamilies": 6564, + "ĠPurdie": 6565, + "Ġexpress": 6566, + "ĠCath": 6567, + "reedom": 6568, + "quito": 6569, + "ĠMore": 6570, + "IM": 6571, + "iation": 6572, + "Ġsymb": 6573, + "IGHT": 6574, + "Ġfel": 6575, + "Ġwa": 6576, + "Ġweird": 6577, + "NA": 6578, + "Ġdozen": 6579, + "hh": 6580, + "Ġale": 6581, + "Ġbeast": 6582, + "ĠCorn": 6583, + "ĠEven": 6584, + "Everything": 6585, + "Ġdetermined": 6586, + "ĠRight": 6587, + "Ġacting": 6588, + "ĠFlorida": 6589, + "oug": 6590, + "Ġdrove": 6591, + "Ġach": 6592, + "Ġloose": 6593, + "cue": 6594, + "Ġmile": 6595, + "Ġplanet": 6596, + "Ġdescend": 6597, + "Ġésta": 6598, + "Ġfigures": 6599, + "Ġtummy": 6600, + "Ġresist": 6601, + "Ġsoftly": 6602, + "Grand": 6603, + "à°": 6604, + "Ġboots": 6605, + "Ġautom": 6606, + "Ġmort": 6607, + "ĠChicago": 6608, + "Ġhaciendo": 6609, + "Ġsale": 6610, + "Ġburied": 6611, + "Ġelement": 6612, + "ĠAustralian": 6613, + "ctors": 6614, + "ĠpaÃŃs": 6615, + "Lea": 6616, + "Ġwestern": 6617, + "ĠMonday": 6618, + "YOU": 6619, + "Ġforma": 6620, + "Ġminister": 6621, + "Alright": 6622, + "ĠCollege": 6623, + "ĠPooh": 6624, + "Ġaft": 6625, + "ĠCast": 6626, + "Ġinit": 6627, + "Ġinstant": 6628, + "Ġsposta": 6629, + "nice": 6630, + "Ġweekend": 6631, + "Ġentirely": 6632, + "Ġbol": 6633, + "Ġcris": 6634, + "Ġswing": 6635, + "Ġdolly": 6636, + "Ġobserved": 6637, + "Ġyard": 6638, + "Ġotherwise": 6639, + "Ġcooking": 6640, + "Ġqueen": 6641, + "Ġtravell": 6642, + "Ġexpression": 6643, + "ĠMass": 6644, + "Ġfriendly": 6645, + "Ġocean": 6646, + "Ġsports": 6647, + "iece": 6648, + "ĠSecret": 6649, + "Ġcomment": 6650, + "Ġmuchos": 6651, + "din": 6652, + "Ġcampaign": 6653, + "ĠThank": 6654, + "bury": 6655, + "iden": 6656, + "Ġepisode": 6657, + "ĠSol": 6658, + "Ġends": 6659, + "ĠBecause": 6660, + "Ġmagnet": 6661, + "walk": 6662, + "whoa": 6663, + "Since": 6664, + "Ġtalks": 6665, + "Ġdying": 6666, + "Ġrealized": 6667, + "uckles": 6668, + "ús": 6669, + "Ġ31": 6670, + "Ġjoke": 6671, + "uras": 6672, + "Ġwitness": 6673, + "Ġuniversity": 6674, + "Ġrings": 6675, + "amas": 6676, + "emon": 6677, + "Ġfart": 6678, + "Ġcay": 6679, + "ará": 6680, + "Ġtouched": 6681, + "eras": 6682, + "ĠWH": 6683, + "Ġthrowing": 6684, + "Ġmixed": 6685, + "Ġ1970": 6686, + "ederal": 6687, + "pretend": 6688, + "Ġnuevo": 6689, + "nan": 6690, + "Ġfaster": 6691, + "WE": 6692, + "Ġreasons": 6693, + "pret": 6694, + "Ġproduction": 6695, + "Ġcuatro": 6696, + "Ġscreen": 6697, + "40": 6698, + "Something": 6699, + "Ġgente": 6700, + "ĠMajor": 6701, + "ĠHa": 6702, + "ĠPrime": 6703, + "Ġstones": 6704, + "Ġcontra": 6705, + "Ġdamage": 6706, + "Rem": 6707, + "Ġmeas": 6708, + "Ġess": 6709, + "osen": 6710, + "ĠDen": 6711, + "ilet": 6712, + "ĠTHAT": 6713, + "Ġbug": 6714, + "ĠRose": 6715, + "Ġestás": 6716, + "Ġgarage": 6717, + "stances": 6718, + "zzz": 6719, + "Ġexerc": 6720, + "otes": 6721, + "Ġdemon": 6722, + "ĠLas": 6723, + "ĠHaw": 6724, + "lav": 6725, + "Ġstom": 6726, + "aje": 6727, + "ĠRuth": 6728, + "ĠMos": 6729, + "ĠFOR": 6730, + "Ġpointed": 6731, + "Ġdegree": 6732, + "Ġshr": 6733, + "ĠMatemát": 6734, + "ĠDO": 6735, + "Ġopens": 6736, + "Ġpolicy": 6737, + "Ġaz": 6738, + "Ġtractor": 6739, + "only": 6740, + "ucha": 6741, + "Dr": 6742, + "ST": 6743, + "Ġkeys": 6744, + "heast": 6745, + "ándose": 6746, + "Ġcommunic": 6747, + "Ġboxes": 6748, + "ĠTer": 6749, + "Ġrang": 6750, + "Ġrey": 6751, + "Ġunderstood": 6752, + "gency": 6753, + "ĠGordon": 6754, + "tú": 6755, + "Ġgift": 6756, + "Ġpointing": 6757, + "Amer": 6758, + "pos": 6759, + "Ġgiant": 6760, + "gos": 6761, + "Ġgathered": 6762, + "Ġdarkness": 6763, + "quién": 6764, + "Ġlies": 6765, + "ĠAsia": 6766, + "Ġbrilliant": 6767, + "Once": 6768, + "Ġdivided": 6769, + "Ġ·": 6770, + "ĠScotland": 6771, + "Ġrode": 6772, + "angle": 6773, + "ĠLatin": 6774, + "Ġcoche": 6775, + "ĠVirgin": 6776, + "Ġrise": 6777, + "Ġcrown": 6778, + "Ġeffects": 6779, + "Ġning": 6780, + "illed": 6781, + "iog": 6782, + "ĠCanadian": 6783, + "Ġmainly": 6784, + "Ġsport": 6785, + "Ġtask": 6786, + "Ġsoup": 6787, + "ulations": 6788, + "Ġleaf": 6789, + "chair": 6790, + "playing": 6791, + "ooper": 6792, + "ĠJoseph": 6793, + "Ġforever": 6794, + "rough": 6795, + "âĮĪ": 6796, + "Ġvoices": 6797, + "Ġdrops": 6798, + "vy": 6799, + "Ġ1999": 6800, + "Ġdamn": 6801, + "Ġwaves": 6802, + "ĠVal": 6803, + "Ġpulling": 6804, + "Ġmap": 6805, + "orse": 6806, + "Ġlevant": 6807, + "Ġcarriage": 6808, + "icated": 6809, + "Ġenvironment": 6810, + "aterpillar": 6811, + "sung": 6812, + "Ġabandon": 6813, + "oston": 6814, + "Ġhic": 6815, + "appy": 6816, + "ĠMur": 6817, + "Ġmirror": 6818, + "Ġclaim": 6819, + "Ġcrash": 6820, + "ĠâĢ": 6821, + "Aye": 6822, + "Ġcaballo": 6823, + "Ġwid": 6824, + "amá": 6825, + "ĠLook": 6826, + "Ġbuildings": 6827, + "Ġactivity": 6828, + "emplo": 6829, + "Ġghost": 6830, + "berries": 6831, + "Ġforeign": 6832, + "ĠIrish": 6833, + "Ġshooting": 6834, + "ĠPh": 6835, + "Ġinfluence": 6836, + "rane": 6837, + "Ġlands": 6838, + "Ġpond": 6839, + "ands": 6840, + "ĠRec": 6841, + "Ġaccess": 6842, + "Ġpulls": 6843, + "ĠGe": 6844, + "iance": 6845, + "Ġwore": 6846, + "talk": 6847, + "estival": 6848, + "atsy": 6849, + "Ġcamino": 6850, + "Ġdestroyed": 6851, + "Ġben": 6852, + "argo": 6853, + "Ġsecurity": 6854, + "Ġseparate": 6855, + "whispers": 6856, + "Ġfier": 6857, + "Ġtransl": 6858, + "Ġperformed": 6859, + "Ġbunch": 6860, + "uso": 6861, + "udo": 6862, + "Ġstaying": 6863, + "Ġlat": 6864, + "Ġplastic": 6865, + "Ġcruel": 6866, + "Ġdata": 6867, + "Ġstranger": 6868, + "Ġ187": 6869, + "Ġmagazine": 6870, + "añ": 6871, + "Ġperd": 6872, + "Ġadministr": 6873, + "Ġreceive": 6874, + "21": 6875, + "Ġproduce": 6876, + "Ġrecom": 6877, + "ĠGet": 6878, + "[.": 6879, + "Ġ1960": 6880, + "ĠSing": 6881, + "umn": 6882, + "pot": 6883, + "igan": 6884, + "Ġtrains": 6885, + "Ġalguna": 6886, + "Ġactive": 6887, + "Ġchampions": 6888, + "Ġcurrently": 6889, + "Ġfeatures": 6890, + "Cha": 6891, + "Ġlink": 6892, + "Ġaside": 6893, + "Ġadvice": 6894, + "Ġfold": 6895, + "ĠLab": 6896, + "nology": 6897, + "ĠProv": 6898, + "aming": 6899, + "Ġhijo": 6900, + "iliz": 6901, + "Ġrecorded": 6902, + "iggles": 6903, + "Ġfolks": 6904, + "aval": 6905, + "Ġcompanion": 6906, + "Ġcitiz": 6907, + "WH": 6908, + "Ġmedio": 6909, + "sters": 6910, + "arts": 6911, + "weet": 6912, + "Ġsymp": 6913, + "Ġnewspaper": 6914, + "ĠEleanor": 6915, + "lets": 6916, + "ĠMike": 6917, + "Ġsignal": 6918, + "Ġdu": 6919, + "eding": 6920, + "...\"": 6921, + "Ġsocks": 6922, + "Ġdistur": 6923, + "Ġpaying": 6924, + "Ġslept": 6925, + "hang": 6926, + "Ġdesire": 6927, + "VER": 6928, + "Ġtoes": 6929, + "ĠWhile": 6930, + "Ġexcitement": 6931, + "uries": 6932, + "ĠAmericans": 6933, + "Ġgan": 6934, + "ĠTy": 6935, + "Ġhidden": 6936, + "Ġcups": 6937, + "ĠPrin": 6938, + "ĠBang": 6939, + "Ġjugar": 6940, + "ĠLie": 6941, + "aboo": 6942, + "rang": 6943, + "Ġcommun": 6944, + "Ġcheap": 6945, + "Ġyards": 6946, + "stein": 6947, + "ĠSee": 6948, + "Ġmedical": 6949, + "Ġfairy": 6950, + "24": 6951, + "IL": 6952, + "Ġindividual": 6953, + "Art": 6954, + "Ġpier": 6955, + "care": 6956, + "Ġsword": 6957, + "ĠBritain": 6958, + "Ġnadie": 6959, + "inal": 6960, + "Ġinvol": 6961, + "Ġslightly": 6962, + "uls": 6963, + "Ġowned": 6964, + "Ġissue": 6965, + "Ed": 6966, + "ĠGran": 6967, + "tes": 6968, + "Ġkilling": 6969, + "Ġpartner": 6970, + "Ġmusical": 6971, + "ĠBest": 6972, + "Ġcontest": 6973, + "Eleanor": 6974, + "ategory": 6975, + "ENT": 6976, + "Ġmeasure": 6977, + "pering": 6978, + "centr": 6979, + "ĠDistrict": 6980, + "orte": 6981, + "Ġproved": 6982, + "Ġdish": 6983, + "choo": 6984, + "ROZ": 6985, + "ĠGovernor": 6986, + "ĠDar": 6987, + "Ġuseful": 6988, + "Ġvoz": 6989, + "Ġpsych": 6990, + "Ġwrest": 6991, + "Ġmatches": 6992, + "Ġrestaur": 6993, + "Ġcreate": 6994, + "Ġmuchas": 6995, + "ĠCont": 6996, + "Ġsho": 6997, + "Ġeres": 6998, + "Ġalien": 6999, + "ĠSi": 7000, + "Ġprogress": 7001, + "Ġrecently": 7002, + "Ġchim": 7003, + "ĠBart": 7004, + "contin": 7005, + "Ġcourage": 7006, + "Ġpow": 7007, + "Ġladder": 7008, + "Ġcopy": 7009, + "ĠPakistan": 7010, + "Ġpoo": 7011, + "ĠMet": 7012, + "ilo": 7013, + "Ġpueden": 7014, + "Ġsore": 7015, + "Ġlone": 7016, + "Ġnation": 7017, + "Ġcompanies": 7018, + "ishop": 7019, + "Ġculture": 7020, + "Early": 7021, + "Ġnuc": 7022, + "Ġcreo": 7023, + "Ġcuenta": 7024, + "ĠTra": 7025, + "gend": 7026, + "Ġowner": 7027, + "Ġwooden": 7028, + "Ġstubs": 7029, + "unas": 7030, + "Ġhablar": 7031, + "Ġmamma": 7032, + "Ġcrayons": 7033, + "ĠAngeles": 7034, + "Ġlocked": 7035, + "Ġwondered": 7036, + "Ġgri": 7037, + "imientos": 7038, + "eral": 7039, + "Ġrot": 7040, + "Ġamigo": 7041, + "ĠSyl": 7042, + "Ġpurs": 7043, + "Ġspecific": 7044, + "bird": 7045, + "Ġapparently": 7046, + "quar": 7047, + "vocalize": 7048, + "rific": 7049, + "ĠFar": 7050, + "remember": 7051, + "avÃŃa": 7052, + "Ġremoved": 7053, + "Ġbeb": 7054, + "kiss": 7055, + "Ġestos": 7056, + "Ġcarr": 7057, + "Ġsurely": 7058, + "umper": 7059, + "kee": 7060, + "Ġlaws": 7061, + "Ġinterview": 7062, + "Ġreckon": 7063, + "pera": 7064, + "Ġtotally": 7065, + "Ġbodies": 7066, + "Most": 7067, + "cow": 7068, + "were": 7069, + "Ġholes": 7070, + "Ġfeather": 7071, + "nope": 7072, + "neath": 7073, + "ĠIntern": 7074, + "Ap": 7075, + "Ġgently": 7076, + "aca": 7077, + "ĠâĮĬ": 7078, + "verse": 7079, + "Ġperformance": 7080, + "Ġformula": 7081, + "Ġstreets": 7082, + "Ġbajo": 7083, + "Ġcasi": 7084, + "ä": 7085, + "Ġbecomes": 7086, + "Ġamazing": 7087, + "voc": 7088, + "Ġsor": 7089, + "ĠRom": 7090, + "Ġdecor": 7091, + "Ġcutting": 7092, + "ĠJean": 7093, + "GH": 7094, + "Ġstops": 7095, + "Ġlistened": 7096, + "Ġshame": 7097, + "gging": 7098, + "Ġcolour": 7099, + "ae": 7100, + "Ġreview": 7101, + "Ġscore": 7102, + "Ġstatistics": 7103, + "Ġlifted": 7104, + "Ġgir": 7105, + "Ġspite": 7106, + "Ġphilos": 7107, + "itzerland": 7108, + "Ġcama": 7109, + "Ġjumping": 7110, + "idades": 7111, + "ĠCourt": 7112, + "Ġciudad": 7113, + "Ġsino": 7114, + "Ġjoven": 7115, + "fire": 7116, + "Ġtras": 7117, + "Ġupper": 7118, + "Ġcloud": 7119, + "Ġ1996": 7120, + "Ġstepped": 7121, + "wan": 7122, + "Ġcraft": 7123, + "Ġinha": 7124, + "Ġgray": 7125, + "erves": 7126, + "Ġairplane": 7127, + "Ġcurious": 7128, + "Ġconce": 7129, + "istry": 7130, + "Ġfields": 7131, + "Ġodd": 7132, + "Ġbranch": 7133, + "Fraser": 7134, + "esides": 7135, + "Ġintrodu": 7136, + "Ġindependent": 7137, + "Ġborder": 7138, + "Ġhelps": 7139, + "untos": 7140, + "ym": 7141, + "Ġweapons": 7142, + "aa": 7143, + "Ġdrama": 7144, + "Ġequal": 7145, + "Ġrequest": 7146, + "aves": 7147, + "fessor": 7148, + "ĠBaby": 7149, + "ĠDiv": 7150, + "Ġprisoners": 7151, + "umin": 7152, + "ĠPop": 7153, + "Ġreligious": 7154, + "Ġcri": 7155, + "lot": 7156, + "ĠBea": 7157, + "ELL": 7158, + "Ġestud": 7159, + "Ġrecon": 7160, + "Ġ1992": 7161, + "Christ": 7162, + "Ġpale": 7163, + "Ġcreature": 7164, + "Ġreligion": 7165, + "Ġ1998": 7166, + "Bu": 7167, + "New": 7168, + "Ġlord": 7169, + "Ġclouds": 7170, + "Ġenjoyed": 7171, + "Ġtreasure": 7172, + "Ġburning": 7173, + "cons": 7174, + "ĠHill": 7175, + "Ġbitch": 7176, + "Ġstrike": 7177, + "Ġindustry": 7178, + "Ġwounded": 7179, + "enth": 7180, + "ĠJeff": 7181, + "Ġlack": 7182, + "ĠHon": 7183, + "umed": 7184, + "ĠFox": 7185, + "Didn": 7186, + "Ġsisters": 7187, + "tin": 7188, + "BROTHER": 7189, + "Care": 7190, + "li": 7191, + "Ġtough": 7192, + "ĠSpe": 7193, + "ĠJimmie": 7194, + "long": 7195, + "Ġintroduced": 7196, + "hess": 7197, + "uesday": 7198, + "Ġjigs": 7199, + "Ġleaders": 7200, + "During": 7201, + "Ġtender": 7202, + "Nice": 7203, + "Ġconfess": 7204, + "Ġcot": 7205, + "ĠFa": 7206, + "ansas": 7207, + "untary": 7208, + "Ġmanos": 7209, + "Ġsorts": 7210, + "Ġexecut": 7211, + "Ġnervous": 7212, + "Ġprotest": 7213, + "ented": 7214, + "ĠSwitzerland": 7215, + "60": 7216, + "ali": 7217, + "Ġtowns": 7218, + "ĠMars": 7219, + "urance": 7220, + "Ġcontr": 7221, + "ĠmÃŃo": 7222, + "gly": 7223, + "bbed": 7224, + "Ġfrogs": 7225, + "Je": 7226, + "ĠHi": 7227, + "ĠKe": 7228, + "Ġgolden": 7229, + "Ġrapidly": 7230, + "oster": 7231, + "Ġgain": 7232, + "Ġheight": 7233, + "ĠDios": 7234, + "Ġlearning": 7235, + "Sam": 7236, + "Ġpicking": 7237, + "Ġclosely": 7238, + "Ġcandid": 7239, + "Ġrear": 7240, + "ĠEdward": 7241, + "Ġsection": 7242, + "stra": 7243, + "Ġfueron": 7244, + "yay": 7245, + "Ġinvited": 7246, + "Ġbranches": 7247, + "Ġtarget": 7248, + "ĠHind": 7249, + "ĠPac": 7250, + "ĠBoston": 7251, + "itect": 7252, + "Ġdifficulty": 7253, + "como": 7254, + "Ġhunting": 7255, + "adores": 7256, + "toma": 7257, + "ĠRoger": 7258, + "Ġfox": 7259, + "Ġreplaced": 7260, + "Ġresponsible": 7261, + "ĠOt": 7262, + "Ġrug": 7263, + "Ġdreams": 7264, + "While": 7265, + "Ġstudent": 7266, + "Ġlanded": 7267, + "Ġtin": 7268, + "Ġrequired": 7269, + "Ġresults": 7270, + "Ġlit": 7271, + "Ġgreatly": 7272, + "Ġhandsome": 7273, + "ipping": 7274, + "Ġseñora": 7275, + "Ġpuppy": 7276, + "Ġjail": 7277, + "Ġax": 7278, + "Ġoriginally": 7279, + "IA": 7280, + "Ġtrunk": 7281, + "Ġtraffic": 7282, + "Ġ1995": 7283, + "ĠNight": 7284, + "Ġcritic": 7285, + "too": 7286, + "Ġgoat": 7287, + "ili": 7288, + "ĠDorothy": 7289, + "Ġcookies": 7290, + "ader": 7291, + "Ġalarm": 7292, + "Ġtrial": 7293, + "ĠChampionship": 7294, + "erk": 7295, + "ĠSqu": 7296, + "OM": 7297, + "Ġquiere": 7298, + "Ġmant": 7299, + "DE": 7300, + "icing": 7301, + "Ġestado": 7302, + "Ġtoilet": 7303, + "Ġexcellent": 7304, + "Ġhorsie": 7305, + "ĠCamp": 7306, + "itcher": 7307, + "ĠPot": 7308, + "Ġscarcely": 7309, + "Has": 7310, + "Ġhills": 7311, + "Ġense": 7312, + "Carl": 7313, + "Ġ����": 7314, + "ĠSince": 7315, + "ĠFil": 7316, + "Ġdife": 7317, + "Ġbeneath": 7318, + "ĠRev": 7319, + "Ġprint": 7320, + "uvo": 7321, + "reck": 7322, + "Ġadvantage": 7323, + "Ġ(;": 7324, + "Ġnoble": 7325, + "Ġbuena": 7326, + "azón": 7327, + "Ġchairs": 7328, + "engers": 7329, + "Ġrush": 7330, + "org": 7331, + "Ġbreaking": 7332, + "ĠHot": 7333, + "Ġsweetheart": 7334, + "Ġfolk": 7335, + "Ġhesit": 7336, + "ilty": 7337, + "Ġcredit": 7338, + "Ġqueer": 7339, + "Ġcolon": 7340, + "à³": 7341, + "Ġvig": 7342, + "Ġblame": 7343, + "ursday": 7344, + "Ġbesides": 7345, + "Ġayud": 7346, + "ĠLes": 7347, + "Ġunus": 7348, + "Ġuniform": 7349, + "Ġbrief": 7350, + "Ġaquella": 7351, + "mouth": 7352, + "Ġguitar": 7353, + "Ġdump": 7354, + "Ġtarde": 7355, + "nament": 7356, + "Ġhombres": 7357, + "ĠAssoci": 7358, + "ĠOx": 7359, + "Ġexchan": 7360, + "Ġsystems": 7361, + "Ġcontribut": 7362, + "Ġraz": 7363, + "°": 7364, + "Ġperman": 7365, + "Ġadmit": 7366, + "Ġneighbour": 7367, + "Help": 7368, + "Ġtreated": 7369, + "Ġevidently": 7370, + "ént": 7371, + "Ġnut": 7372, + "Ġrooms": 7373, + "Ġ1994": 7374, + "ĠCongress": 7375, + "Ġdentro": 7376, + "icole": 7377, + "Ġbags": 7378, + "Ġnosotros": 7379, + "27": 7380, + "ushes": 7381, + "Ġrev": 7382, + "ousers": 7383, + "Ġvictory": 7384, + "Ġhabl": 7385, + "Ben": 7386, + "ĠRam": 7387, + "Ġglance": 7388, + "Ġincident": 7389, + "Ġnormally": 7390, + "keys": 7391, + "ĠCatholic": 7392, + "Ġbord": 7393, + "ĠZeal": 7394, + "unning": 7395, + "odes": 7396, + "Ġagre": 7397, + "Ġsupply": 7398, + "Ġcompeted": 7399, + "umble": 7400, + "ivity": 7401, + "bey": 7402, + "Ġigual": 7403, + "jar": 7404, + "ĠElizabeth": 7405, + "turns": 7406, + "Ġremains": 7407, + "Ġchannel": 7408, + "Ġtear": 7409, + "Ġintellig": 7410, + "Ġpalace": 7411, + "Ġwra": 7412, + "Ġsplend": 7413, + "Ġaccepted": 7414, + "LAU": 7415, + "jet": 7416, + "Ġelev": 7417, + "Ġnearer": 7418, + "bot": 7419, + "Ġhyd": 7420, + "ĠPost": 7421, + "ĠStar": 7422, + "AB": 7423, + "ĠTed": 7424, + "ĠPan": 7425, + "Ġfo": 7426, + "Ġengaged": 7427, + "rier": 7428, + "orence": 7429, + "ĠHal": 7430, + "Ġawake": 7431, + "Ġwow": 7432, + "Ġconcentr": 7433, + "hus": 7434, + "Ġprize": 7435, + "Ġcaptured": 7436, + "Ġwipe": 7437, + "itud": 7438, + "Ġwashed": 7439, + "ami": 7440, + "inson": 7441, + "pointing": 7442, + "Ġplanning": 7443, + "ĠXX": 7444, + "ability": 7445, + "arring": 7446, + "Ġtyp": 7447, + "Ġhubiera": 7448, + "Ġtierra": 7449, + "],": 7450, + "ĠMajest": 7451, + "Ġdelic": 7452, + "Ġsets": 7453, + "ĠArthur": 7454, + "Ġsuffe": 7455, + "Ġrecognized": 7456, + "ĠPortug": 7457, + "alla": 7458, + "Ġlosing": 7459, + "Ġhomes": 7460, + "Ġdim": 7461, + "Ġdoggie": 7462, + "Ġrecording": 7463, + "âĢķ": 7464, + "ĠZealand": 7465, + "Ġcommer": 7466, + "ĠNick": 7467, + "ube": 7468, + "Ġpresently": 7469, + "Ġrushed": 7470, + "ĠSoci": 7471, + "Ġsource": 7472, + "Ġstomach": 7473, + "Ġtrat": 7474, + "Ġmercha": 7475, + "Ġgrant": 7476, + "ahhah": 7477, + "Ġeats": 7478, + "Ġcouch": 7479, + "ĠBro": 7480, + "Ġraise": 7481, + "Ġinse": 7482, + "Ġelimin": 7483, + "Ġprovided": 7484, + "Ġfaint": 7485, + "stone": 7486, + "ĠPers": 7487, + "Ġ1997": 7488, + "Ġsomehow": 7489, + "Ġairport": 7490, + "Ġborrow": 7491, + "Ġdrug": 7492, + "Ġexperiment": 7493, + "Ġtooth": 7494, + "icted": 7495, + "Ġstructure": 7496, + "Ġexciting": 7497, + "Ġpurse": 7498, + "ĠCons": 7499, + "iverse": 7500, + "Ġsticks": 7501, + "ĠGovernment": 7502, + "cup": 7503, + "ĠquerÃŃa": 7504, + "Referencias": 7505, + "Ġbones": 7506, + "él": 7507, + "undo": 7508, + "itz": 7509, + "Ġcru": 7510, + "Ġdeliver": 7511, + "ĠBefore": 7512, + "ĠJimmy": 7513, + "Ġaer": 7514, + "Ġbricks": 7515, + "Ġrecorder": 7516, + "ĠBell": 7517, + "Ġsigns": 7518, + "Ġlegal": 7519, + "opl": 7520, + "Ġrefused": 7521, + "Ġjobs": 7522, + ".)": 7523, + "inas": 7524, + "riendo": 7525, + "Ġordinary": 7526, + "ĠAlexander": 7527, + "umm": 7528, + "peech": 7529, + "28": 7530, + "Father": 7531, + "quier": 7532, + "Over": 7533, + "Ġsaus": 7534, + "Ġcash": 7535, + "Ġestas": 7536, + "nesday": 7537, + "Fine": 7538, + "ĠJerry": 7539, + "Ser": 7540, + "Ġseventy": 7541, + "non": 7542, + "Ġrod": 7543, + "Ġthousands": 7544, + "Ġteaching": 7545, + "Ġshower": 7546, + "198": 7547, + "Ġtemperature": 7548, + "Ya": 7549, + "kel": 7550, + "Ġdeer": 7551, + "Ġattacked": 7552, + "Ġcord": 7553, + "Ġgrandes": 7554, + "cles": 7555, + "Ġbuscar": 7556, + "Ġmiser": 7557, + "Ġdrunk": 7558, + "Ġlamb": 7559, + "Ġfortune": 7560, + "Ġgang": 7561, + "ĠParliament": 7562, + "ĠFore": 7563, + "Ġchosen": 7564, + "Ġslipped": 7565, + "Ġmont": 7566, + "ancia": 7567, + "Ġsympat": 7568, + "Ġsmooth": 7569, + "Ġwire": 7570, + "acle": 7571, + "ĠChris": 7572, + "ĠAndy": 7573, + "Ġlod": 7574, + "Ġenorm": 7575, + "Ġcompetition": 7576, + "Ġconditions": 7577, + "ANT": 7578, + "Ġprincess": 7579, + "Ġours": 7580, + "Ġdivor": 7581, + "Ġentertain": 7582, + "Ġmol": 7583, + "Ġappointed": 7584, + "Ġpony": 7585, + "Ġarrow": 7586, + "Ġpapa": 7587, + "Ġpoder": 7588, + "ĠSteven": 7589, + "Ġduh": 7590, + "Ġclient": 7591, + "Ġfifth": 7592, + "Ġx": 7593, + "hot": 7594, + "Ġdesigned": 7595, + "toys": 7596, + "iese": 7597, + "Ġsevere": 7598, + "Ġvir": 7599, + "ception": 7600, + "EW": 7601, + "lers": 7602, + "Ġbid": 7603, + "oli": 7604, + "Ġsmo": 7605, + "Ġprovide": 7606, + "26": 7607, + "Ġpure": 7608, + "ĠInstit": 7609, + "Ġhath": 7610, + "cr": 7611, + "Ġincreased": 7612, + "ties": 7613, + "Ġcock": 7614, + "Ġpronto": 7615, + "Ġcoal": 7616, + "gi": 7617, + "idado": 7618, + "Ġpuso": 7619, + "ĠRod": 7620, + "Ġcoc": 7621, + "Ġapartment": 7622, + "Ġbears": 7623, + "Ġbreast": 7624, + "ĠPolly": 7625, + "Ġbadly": 7626, + "Ġotras": 7627, + "Ġdocument": 7628, + "EE": 7629, + "Ġrelief": 7630, + "Ġwolf": 7631, + "oro": 7632, + "Ġráp": 7633, + "Ġpattern": 7634, + "ĠClub": 7635, + "ĠJulia": 7636, + "ĠâĢ¢": 7637, + "ĠCH": 7638, + "ĠServ": 7639, + "Ġrepro": 7640, + "ĠFire": 7641, + "ĠKim": 7642, + "Ġsplit": 7643, + "Ġlibrary": 7644, + "Ġintended": 7645, + "Ġbutterfly": 7646, + "Ġmechan": 7647, + "Ġcounter": 7648, + "Ġaddition": 7649, + "haha": 7650, + "acio": 7651, + "Ġappears": 7652, + "Ġlorry": 7653, + "Ġrising": 7654, + "uded": 7655, + "Ġwinning": 7656, + "Ġlonely": 7657, + "riff": 7658, + "igator": 7659, + "Ġdestroy": 7660, + "Las": 7661, + "Ġnú": 7662, + "Ġpile": 7663, + "Ġpuesto": 7664, + "Ġrolling": 7665, + "Ġmurm": 7666, + "Ġinhabit": 7667, + "Ġfunction": 7668, + "OD": 7669, + "coughs": 7670, + "Ġpiano": 7671, + "Ġ1991": 7672, + "Ġbone": 7673, + "ĠWed": 7674, + "Ġunderneath": 7675, + "Ġtus": 7676, + "Ġgained": 7677, + "Ġquality": 7678, + "geant": 7679, + "Ġbrings": 7680, + "Ġdivision": 7681, + "Ġfoll": 7682, + "Ġprimera": 7683, + "ĠNob": 7684, + "Ġrent": 7685, + "Ġdrown": 7686, + "Ġwaters": 7687, + "Ġarg": 7688, + "Ġeventually": 7689, + "das": 7690, + "Ġlic": 7691, + "Ġaspect": 7692, + "Ġdunno": 7693, + "KAR": 7694, + "zing": 7695, + "lle": 7696, + "new": 7697, + "Ġhammer": 7698, + "Ġstandard": 7699, + "iso": 7700, + "ielo": 7701, + "Ġdolls": 7702, + "ĠChair": 7703, + "Anyway": 7704, + "Ġpity": 7705, + "Ġspare": 7706, + "Ġreact": 7707, + "anco": 7708, + "aving": 7709, + "enger": 7710, + "Ġconven": 7711, + "ĠWomen": 7712, + "UST": 7713, + "ĠSom": 7714, + "Ġign": 7715, + "ĠRon": 7716, + "Ġicecream": 7717, + "rá": 7718, + "Ġrejo": 7719, + "ĠBrad": 7720, + "Ġplanned": 7721, + "Ġpoison": 7722, + "iraffe": 7723, + "Ġjacket": 7724, + "Ġpropos": 7725, + "ĠHave": 7726, + "dri": 7727, + "ĠSaint": 7728, + "ĠLike": 7729, + "Ġchanging": 7730, + "Ġhistoria": 7731, + "Ġaid": 7732, + "Ġnegro": 7733, + "Ġpicnic": 7734, + "Ġcircumstances": 7735, + "lax": 7736, + "Ġprisoner": 7737, + "entes": 7738, + "ĠSin": 7739, + "sell": 7740, + "Ġdemanded": 7741, + "ĠYoung": 7742, + "Ġhearts": 7743, + "ELA": 7744, + "icken": 7745, + "Ġmerry": 7746, + "bin": 7747, + "ĠGames": 7748, + "Ġparties": 7749, + "mpion": 7750, + "coming": 7751, + "omy": 7752, + "Ġcomen": 7753, + "Ġdisplay": 7754, + "Ġchallen": 7755, + "Ġpresents": 7756, + "ĠAf": 7757, + "Ġmatemáticas": 7758, + "Ġgrie": 7759, + "Ġanno": 7760, + "chester": 7761, + "Ġ60": 7762, + "Nobody": 7763, + "Ġmighty": 7764, + "Ġavoid": 7765, + "something": 7766, + "ét": 7767, + "Ġoldest": 7768, + "Ġlads": 7769, + "Ġwoke": 7770, + "Ġanimales": 7771, + "Ġgreet": 7772, + "Ġknight": 7773, + "Ġsuelo": 7774, + "Ġdelay": 7775, + "Ġbelief": 7776, + "Ġpilot": 7777, + "Ġdomin": 7778, + "ĠGil": 7779, + "Ġcalcul": 7780, + "ĠAllah": 7781, + "Ġincrease": 7782, + "Ġcows": 7783, + "ĠhacÃŃa": 7784, + "Ġbaseball": 7785, + "Ġcandy": 7786, + "ñor": 7787, + "Ġrolled": 7788, + "eze": 7789, + "ani": 7790, + "ĠAustria": 7791, + "Ġamigos": 7792, + "35": 7793, + "ĠConf": 7794, + "Ġjigsaw": 7795, + "onio": 7796, + "ĠBas": 7797, + "Ġchain": 7798, + "COL": 7799, + "sighs": 7800, + "push": 7801, + "again": 7802, + "ĠArch": 7803, + "amiento": 7804, + "ĠTommy": 7805, + "ITH": 7806, + "GA": 7807, + "acional": 7808, + "ointment": 7809, + "Many": 7810, + "erg": 7811, + "urr": 7812, + "ĠNorthern": 7813, + "inos": 7814, + "Ġliqu": 7815, + "Ġcrossed": 7816, + "Mark": 7817, + "thew": 7818, + "help": 7819, + "mod": 7820, + "Ġpipe": 7821, + "iser": 7822, + "ulated": 7823, + "Ġmistress": 7824, + "bie": 7825, + "Ġnotes": 7826, + "Ġfarther": 7827, + "Ġinten": 7828, + "Think": 7829, + "Ġpuedes": 7830, + "More": 7831, + "gery": 7832, + "shine": 7833, + "first": 7834, + "emás": 7835, + "Ġdishes": 7836, + "add": 7837, + "Ġgrandmother": 7838, + "Ġexplos": 7839, + "Ġpersonas": 7840, + "ĠHarr": 7841, + "Ġhoping": 7842, + "Ġdormir": 7843, + "Ġexpensive": 7844, + "Ġhoped": 7845, + "sembly": 7846, + "David": 7847, + "Make": 7848, + "rente": 7849, + "Ġhumans": 7850, + "Ġescaped": 7851, + "Ġcave": 7852, + "ĠBern": 7853, + "Sometimes": 7854, + "gust": 7855, + "Ġkil": 7856, + "ĠCy": 7857, + "Ġguilty": 7858, + "Ġpasó": 7859, + "Ġembargo": 7860, + "uster": 7861, + "Ġkidding": 7862, + "GER": 7863, + "icket": 7864, + "cion": 7865, + "Ġpaj": 7866, + "Ġcompanions": 7867, + "Ġoccurred": 7868, + "ĠBird": 7869, + "Ġscri": 7870, + "Ġadvance": 7871, + "Ġweapon": 7872, + "ée": 7873, + "Ġrecords": 7874, + "Ġapproach": 7875, + "Ġthorough": 7876, + "Ġtrousers": 7877, + "Ġgrandfather": 7878, + "29": 7879, + "Ġregret": 7880, + "athan": 7881, + "45": 7882, + "Ġconnected": 7883, + "Ġadventure": 7884, + "Ġsed": 7885, + "arle": 7886, + "Ġislands": 7887, + "Ġslave": 7888, + "Ġtale": 7889, + "Ġpitcher": 7890, + "Ġsexual": 7891, + "KF": 7892, + "Ġhighly": 7893, + "ELS": 7894, + "Ġplatform": 7895, + "ĠSO": 7896, + "onde": 7897, + "Ġsuppl": 7898, + "eight": 7899, + "anut": 7900, + "claro": 7901, + "American": 7902, + "Ġcrimin": 7903, + "ootball": 7904, + "Ġprofessor": 7905, + "alds": 7906, + "ĠBook": 7907, + "Ġseriously": 7908, + "IK": 7909, + "Ġtrabajo": 7910, + "Ġhurts": 7911, + "Ge": 7912, + "Ġwealth": 7913, + "ĠGeorg": 7914, + "Ġhabr": 7915, + "Ġdese": 7916, + "197": 7917, + "Ġgrab": 7918, + "Ġtransfer": 7919, + "Shut": 7920, + "Ġcomedy": 7921, + "lim": 7922, + "ĠLand": 7923, + "ĠNether": 7924, + "Ġyyy": 7925, + "rank": 7926, + "ekaboo": 7927, + "Ġconsequ": 7928, + "Ġclimbed": 7929, + "bid": 7930, + "Ġhora": 7931, + "irrel": 7932, + "cribed": 7933, + "June": 7934, + "umes": 7935, + "Ġnumer": 7936, + "Ġ1988": 7937, + "arian": 7938, + "Ġdoggy": 7939, + "umbled": 7940, + "inky": 7941, + "pass": 7942, + "Ġbeer": 7943, + "Another": 7944, + "Ġsons": 7945, + "Ġtorn": 7946, + "----\"": 7947, + "Ġwagon": 7948, + "Ġante": 7949, + "ĠPre": 7950, + "ĠJon": 7951, + "ĠOnly": 7952, + "Ġauthority": 7953, + "ĠDisney": 7954, + "iga": 7955, + "emic": 7956, + "Ġpassage": 7957, + "Ġhue": 7958, + "rell": 7959, + "ĠHA": 7960, + "Ġmoments": 7961, + "ĠGree": 7962, + "Ġdawn": 7963, + "door": 7964, + "Ġguest": 7965, + "Ġ1993": 7966, + "Ġelectr": 7967, + "ĠBud": 7968, + "Ġextremely": 7969, + "enes": 7970, + "Ġeastern": 7971, + "Ġeagerly": 7972, + "Ġearnest": 7973, + "usa": 7974, + "allas": 7975, + "ĠOri": 7976, + "Out": 7977, + "uto": 7978, + "Ġje": 7979, + "iénd": 7980, + "Ġanti": 7981, + "ajo": 7982, + "yard": 7983, + "ĠHE": 7984, + "Ġinstru": 7985, + "ĠSpr": 7986, + "Ġroyal": 7987, + "ension": 7988, + "ĠAlf": 7989, + "hia": 7990, + "Ġgrace": 7991, + "Ġspect": 7992, + "Ġsentence": 7993, + "Ġsatisfied": 7994, + "Ġselected": 7995, + "ailed": 7996, + "pop": 7997, + "Ġwound": 7998, + "KAT": 7999, + "itán": 8000, + "Ġugly": 8001, + "ĠAT": 8002, + "Ġexact": 8003, + "ĠPa": 8004, + "Ġload": 8005, + "Ġentrance": 8006, + "itó": 8007, + "ismo": 8008, + "Ġfinds": 8009, + "Ġdiscover": 8010, + "Leave": 8011, + "ĠTor": 8012, + "opter": 8013, + "Ġlessons": 8014, + "Ġshadow": 8015, + "Ġash": 8016, + "ÃŃamos": 8017, + "Ġod": 8018, + "irteen": 8019, + "ĠLi": 8020, + "Ġcorazón": 8021, + "Ġdrag": 8022, + "Ġtub": 8023, + "Ġpá": 8024, + "iture": 8025, + "Ġtoss": 8026, + "Ġkingdom": 8027, + "uma": 8028, + "ĠUN": 8029, + "gues": 8030, + "Ġbond": 8031, + "umph": 8032, + "Ġkissed": 8033, + "Ġmos": 8034, + "Ġstack": 8035, + "elcome": 8036, + "Ġpequeño": 8037, + "Ġmesa": 8038, + "Ġtreatment": 8039, + "Ġleague": 8040, + "Ġsetting": 8041, + "37": 8042, + "Ġsweetie": 8043, + "omer": 8044, + "Ġbay": 8045, + "uman": 8046, + "hew": 8047, + "Ġcells": 8048, + "Ġyum": 8049, + "ĠSur": 8050, + "Ġshed": 8051, + "Ġcomr": 8052, + "Ġmarks": 8053, + "Ġsuffered": 8054, + "dat": 8055, + "Ġpobre": 8056, + "onsense": 8057, + "giggles": 8058, + "boo": 8059, + "Ġbelongs": 8060, + "atre": 8061, + "amps": 8062, + "Ġceased": 8063, + "Ġrecommend": 8064, + "amma": 8065, + "Ġsequ": 8066, + "Stay": 8067, + "Ġclimate": 8068, + "rich": 8069, + "Ġpitch": 8070, + "ĠFr": 8071, + "Ġprimero": 8072, + "Cause": 8073, + "py": 8074, + "Ġmama": 8075, + "Ġdrugs": 8076, + "Ġcurtain": 8077, + "Ġelder": 8078, + "eable": 8079, + "Ġsoap": 8080, + "Ġamor": 8081, + "Ġthrows": 8082, + "ĠSon": 8083, + "Ġaltern": 8084, + "mma": 8085, + "nda": 8086, + "Ġflash": 8087, + "Ġconfl": 8088, + "Ġroles": 8089, + "atively": 8090, + "Ġvictim": 8091, + "Ġcomplex": 8092, + "ĠBrian": 8093, + "avis": 8094, + "Ġcode": 8095, + "Ġenemies": 8096, + "Entonces": 8097, + "Ġseated": 8098, + "Ġcaterpillar": 8099, + "ĠCompany": 8100, + "Ġimprove": 8101, + "Ġuseta": 8102, + "rolled": 8103, + "Ġchop": 8104, + "Ġbanana": 8105, + "Ġconduct": 8106, + "Ġhoy": 8107, + "ĠPeggy": 8108, + "ĠSweden": 8109, + "pat": 8110, + "ĠBra": 8111, + "Ġcollection": 8112, + "JO": 8113, + "ĠTown": 8114, + "Ġtruly": 8115, + "Ġsalv": 8116, + "Ġcrocod": 8117, + "ĠWay": 8118, + "Ġcommander": 8119, + "ĠNetherlands": 8120, + "Ġpies": 8121, + "ĠAwards": 8122, + "Ġsufficient": 8123, + "Ġmarked": 8124, + "ĠThree": 8125, + "Ġlesson": 8126, + "Ġforgive": 8127, + "Ġguide": 8128, + "ĠMarg": 8129, + "ĠDemocratic": 8130, + "lfriend": 8131, + "Ġsubs": 8132, + "cest": 8133, + "Ġjue": 8134, + "ĠAssociation": 8135, + "Ell": 8136, + "Ġvolver": 8137, + "Ġdiss": 8138, + "ĠIII": 8139, + "Ġmanera": 8140, + "iffe": 8141, + "ĠWater": 8142, + "adesh": 8143, + "Ġmole": 8144, + "shouts": 8145, + "Ġgrandma": 8146, + "anqu": 8147, + "Ġgovernor": 8148, + "Ġwarning": 8149, + "Ġ1989": 8150, + "Ġcuento": 8151, + "isl": 8152, + "Ġoven": 8153, + "aned": 8154, + "ĠVer": 8155, + "Ġaston": 8156, + "Que": 8157, + "olk": 8158, + "ĠDE": 8159, + "ĠStone": 8160, + "Ġbosque": 8161, + "Ġrecent": 8162, + "Cuando": 8163, + "ILL": 8164, + "Ġunas": 8165, + "Ġspider": 8166, + "Ġgrin": 8167, + "Ġchips": 8168, + "ĠGirl": 8169, + "ĠRoad": 8170, + "Ġbucket": 8171, + "Ġgrate": 8172, + "writer": 8173, + "Ġ1950": 8174, + "ĠFlorence": 8175, + "hay": 8176, + "alle": 8177, + "Ġinhabitants": 8178, + "\").": 8179, + "Hmm": 8180, + "remos": 8181, + "ĠMen": 8182, + "ourse": 8183, + "Ġsolid": 8184, + "Ġcig": 8185, + "Ġproceed": 8186, + "Ġbul": 8187, + "hmm": 8188, + "ALL": 8189, + "Ġrequire": 8190, + "amily": 8191, + "ĠRad": 8192, + "ĠStep": 8193, + "Little": 8194, + "Ġmyth": 8195, + "ám": 8196, + "doesn": 8197, + "orter": 8198, + "Ġracing": 8199, + "Ġwhenever": 8200, + "Ġshining": 8201, + "Ġalgunos": 8202, + "mic": 8203, + "stant": 8204, + "Ġrescue": 8205, + "Joe": 8206, + "Ġpist": 8207, + "Ġapolog": 8208, + "VID": 8209, + "ĠAny": 8210, + "Ġnetwork": 8211, + "Ġsue": 8212, + "Ġbelt": 8213, + "Ġproposed": 8214, + "Ġadvert": 8215, + "Ġsteal": 8216, + "ĠSecretary": 8217, + "SS": 8218, + "bus": 8219, + "Ġtiss": 8220, + "Ġrhy": 8221, + "ĠAbout": 8222, + "phere": 8223, + "Ġbla": 8224, + "ulo": 8225, + "ĠSel": 8226, + "ĠVirginia": 8227, + "Ġbeans": 8228, + "ĠSometimes": 8229, + "Ġoperation": 8230, + "Ġalgún": 8231, + "ĠJackson": 8232, + "Ġstatement": 8233, + "invol": 8234, + "ĠLy": 8235, + "áb": 8236, + "Ġpresented": 8237, + "Ġfamilia": 8238, + "Ġsorrow": 8239, + "Ġupside": 8240, + "Ġpoll": 8241, + "Ġnúmer": 8242, + "Ġmedal": 8243, + "regunt": 8244, + "Ġfleet": 8245, + "Ġpoliceman": 8246, + "rant": 8247, + "enas": 8248, + "Ġdistingu": 8249, + "Ġburned": 8250, + "Ġcayó": 8251, + "poor": 8252, + "ĠtodavÃŃa": 8253, + "Ġtunnel": 8254, + "Ġhij": 8255, + "irmed": 8256, + "gonna": 8257, + "orange": 8258, + "ĠThanks": 8259, + "Ġshops": 8260, + "Captain": 8261, + "Ġze": 8262, + "ĠLong": 8263, + "ĠLove": 8264, + "Ġseek": 8265, + "alais": 8266, + "Ġinfluen": 8267, + "Åį": 8268, + "Ġsplendid": 8269, + "ĠBir": 8270, + "Ġexped": 8271, + "Fe": 8272, + "ा": 8273, + "Ġselling": 8274, + "Ġtechn": 8275, + "Ġfile": 8276, + "Ġluz": 8277, + "Ġseats": 8278, + "even": 8279, + "Frank": 8280, + "Call": 8281, + "Ġinstit": 8282, + "Ġchemical": 8283, + "ĠWales": 8284, + "ĠProfessor": 8285, + "Ġfate": 8286, + "ĠSid": 8287, + "iped": 8288, + "Ġsooner": 8289, + "coln": 8290, + "Ġdiamond": 8291, + "quarters": 8292, + "ĠFre": 8293, + "Ġbush": 8294, + "ĠpelÃŃcul": 8295, + "Ġdelicious": 8296, + "Ġmisma": 8297, + "Ġpushing": 8298, + "Jim": 8299, + "Ġó": 8300, + "Ġprince": 8301, + "Ġrecognize": 8302, + ".--": 8303, + "Una": 8304, + "Ġswear": 8305, + "Ġfreedom": 8306, + "Ġgrey": 8307, + "Ġpregn": 8308, + "hetti": 8309, + "Ġtropical": 8310, + "Still": 8311, + "Ġsprang": 8312, + "Ġaltogether": 8313, + "Ġharder": 8314, + "Ġthirst": 8315, + "ĠBecky": 8316, + "iro": 8317, + "ĠAle": 8318, + "cido": 8319, + "Ġbent": 8320, + "Ġpowers": 8321, + "Ġagent": 8322, + "Ġswitch": 8323, + "Ġsending": 8324, + "ongo": 8325, + "sho": 8326, + "ifts": 8327, + "hens": 8328, + "Ġkindly": 8329, + "Ġdistant": 8330, + "ĠSteve": 8331, + "Ġphysical": 8332, + "ĠTuesday": 8333, + "NOW": 8334, + "render": 8335, + "Ġgoods": 8336, + "Ġscary": 8337, + "Ġsurr": 8338, + "Ġhonour": 8339, + "ĠColonel": 8340, + "Ġslaves": 8341, + "press": 8342, + "sw": 8343, + "Ġún": 8344, + "Ġvalley": 8345, + "ĠEach": 8346, + "Ġspark": 8347, + "Ġjournal": 8348, + "Ġarrested": 8349, + "isha": 8350, + "Ġgotten": 8351, + "Whoa": 8352, + "Ġcompleted": 8353, + "Ġbrand": 8354, + "goes": 8355, + "eaking": 8356, + "Ġdelighted": 8357, + "Ġsust": 8358, + "scream": 8359, + "Ġmob": 8360, + "ĠProvince": 8361, + "Ġtast": 8362, + "reo": 8363, + "ĠIll": 8364, + "ĠPatsy": 8365, + "Ġcompañ": 8366, + "Ġpriest": 8367, + "Ġsucceeded": 8368, + "Ġissues": 8369, + "ĠBelg": 8370, + "rr": 8371, + "ookie": 8372, + "ĠIm": 8373, + "Ġshapes": 8374, + "Ġchose": 8375, + "Ġconsult": 8376, + "ĠUK": 8377, + "boat": 8378, + "¶": 8379, + "real": 8380, + "Ġpussy": 8381, + "acon": 8382, + "ĠTri": 8383, + "Ġanal": 8384, + "Ġfinan": 8385, + "Ġsalir": 8386, + "ĠInde": 8387, + "Ġbarco": 8388, + "Ġfuerte": 8389, + "Ġscratch": 8390, + "ĠIran": 8391, + "hamed": 8392, + "stick": 8393, + "ilidad": 8394, + "Ġuns": 8395, + "Ġamar": 8396, + "Ġpassengers": 8397, + "Michael": 8398, + "Ġárbol": 8399, + "eps": 8400, + "Ġvenga": 8401, + "Ġworn": 8402, + "Ġslip": 8403, + "Bill": 8404, + "ĠHER": 8405, + "ctic": 8406, + "moves": 8407, + "Ġdetails": 8408, + "Actually": 8409, + "ĠHay": 8410, + "ĠPas": 8411, + "Ġcompar": 8412, + "break": 8413, + ";\"": 8414, + "Ġspirits": 8415, + "Back": 8416, + "ses": 8417, + "sque": 8418, + "Ġnic": 8419, + "Ġ185": 8420, + "Ġgato": 8421, + "unts": 8422, + "pur": 8423, + "Ġchi": 8424, + "Ġpainted": 8425, + "Ġplates": 8426, + "Ġflu": 8427, + "Ġflood": 8428, + "Ġowl": 8429, + "ieres": 8430, + "Ġunivers": 8431, + "Ġarranged": 8432, + "Ġwitch": 8433, + "Ġpoorly": 8434, + "Ġclimbing": 8435, + "alm": 8436, + "ĠCle": 8437, + "ulance": 8438, + "Ġjustice": 8439, + "Ġsurround": 8440, + "Ġhadta": 8441, + "dos": 8442, + "Ġést": 8443, + "chos": 8444, + "ĠJac": 8445, + "Ġaffair": 8446, + "issa": 8447, + "Ġguer": 8448, + "arn": 8449, + "idi": 8450, + "ĠThursday": 8451, + "Helen": 8452, + "Ġunable": 8453, + "ĠOut": 8454, + "Ġcuerpo": 8455, + "Ġbor": 8456, + "ĠYo": 8457, + "Ġtracks": 8458, + "involuntary": 8459, + "sn": 8460, + "Ġdan": 8461, + "Ġability": 8462, + "ĠIslam": 8463, + "Ġpasado": 8464, + "Ġproducer": 8465, + "Ġunit": 8466, + "Ġsaber": 8467, + "ĠDaniel": 8468, + "ĠDire": 8469, + "Ġaccompl": 8470, + "sex": 8471, + "eau": 8472, + "ĠFour": 8473, + "Everybody": 8474, + "Ġschol": 8475, + "ĠAtlantic": 8476, + "Ãī": 8477, + "Ġspeaks": 8478, + "Ġapples": 8479, + "Ġprem": 8480, + "Ġinnocent": 8481, + "Ġdaily": 8482, + "Ġstudies": 8483, + "Ġgodd": 8484, + "Ġmustn": 8485, + "Ġorganization": 8486, + "Whatever": 8487, + "Ġbuttons": 8488, + "ĠWednesday": 8489, + "hamm": 8490, + "Ġdriven": 8491, + "Fl": 8492, + "Ġcher": 8493, + "Ġminor": 8494, + "Ġrice": 8495, + "Ġtraditional": 8496, + "ĠMu": 8497, + "ĠEastern": 8498, + "sometimes": 8499, + "Ġseas": 8500, + "ĠSand": 8501, + "sen": 8502, + "iders": 8503, + "Ġgol": 8504, + "ueb": 8505, + "Ġconserv": 8506, + "Ġpigs": 8507, + "Should": 8508, + "ĠRobin": 8509, + "ĠTurk": 8510, + "ufact": 8511, + "Ġcoun": 8512, + "Ġstole": 8513, + "ĠHad": 8514, + "Ġarmed": 8515, + "iza": 8516, + "Ġbraz": 8517, + "Ġalc": 8518, + "Ġlegend": 8519, + "ĠAld": 8520, + "ĠTw": 8521, + "Ġhija": 8522, + "chuckles": 8523, + "Ġspots": 8524, + "ĠPerhaps": 8525, + "Ġbalance": 8526, + "Ġmultip": 8527, + "uced": 8528, + "whispered": 8529, + "Ġguests": 8530, + "Ġcarbon": 8531, + "Ġmathem": 8532, + "Ġsymbol": 8533, + "abor": 8534, + "HERE": 8535, + "Remember": 8536, + "Ġsuck": 8537, + "Ġprob": 8538, + "Ġpermit": 8539, + "47": 8540, + "Ġapplic": 8541, + "Ġvast": 8542, + "Ġpride": 8543, + "Ġcontains": 8544, + "MP": 8545, + "Ġlabor": 8546, + "Ġjelly": 8547, + "Ġorden": 8548, + "sl": 8549, + "ĠBull": 8550, + "ĠAndrew": 8551, + "Ġ1984": 8552, + "Hurry": 8553, + "Ġcad": 8554, + "olas": 8555, + "Ġcauses": 8556, + "nina": 8557, + "aman": 8558, + "alls": 8559, + "Ġeighteen": 8560, + "ardo": 8561, + "Ġstern": 8562, + "ague": 8563, + "ĠWalter": 8564, + "ennie": 8565, + "Ġcircus": 8566, + "Ġdragon": 8567, + "Ġpillow": 8568, + "adium": 8569, + "Ġ35": 8570, + "ĠLieutenant": 8571, + "Ġgods": 8572, + "ĠBO": 8573, + "Ġvirt": 8574, + "ĠLife": 8575, + "Ġillustr": 8576, + "Ġteachers": 8577, + "SC": 8578, + "Ġcott": 8579, + "Ġpee": 8580, + "Ġcries": 8581, + "Ġleans": 8582, + "aging": 8583, + "Mad": 8584, + "Ġfed": 8585, + "Ġprecious": 8586, + "Ġtempor": 8587, + "Next": 8588, + "ĠBor": 8589, + "ĠFair": 8590, + "iedo": 8591, + "Ġvuest": 8592, + "Someone": 8593, + "ĠINV": 8594, + "Geor": 8595, + "Ġjar": 8596, + "Ġplus": 8597, + "aki": 8598, + "Ġmarch": 8599, + "Ġvolume": 8600, + "ĠOliver": 8601, + "Steven": 8602, + "bling": 8603, + "bage": 8604, + "elled": 8605, + "bec": 8606, + "Ġswift": 8607, + "Ġadvanced": 8608, + "respondió": 8609, + "ĠAD": 8610, + "ĠHung": 8611, + "ĠTre": 8612, + "Ġunknown": 8613, + "Ġunfortun": 8614, + "Ġtools": 8615, + "ieved": 8616, + "aghetti": 8617, + "ĠDra": 8618, + "eme": 8619, + "Ġescu": 8620, + "Ġestim": 8621, + "Everyone": 8622, + "ĠHol": 8623, + "Ġsecure": 8624, + "Ġridic": 8625, + "ĠRE": 8626, + "bridge": 8627, + "Ġconsiderable": 8628, + "del": 8629, + "ĠDonald": 8630, + "Ġfailure": 8631, + "umpl": 8632, + "Ġarchitect": 8633, + "ĠOver": 8634, + "Ġseized": 8635, + "ĠMabel": 8636, + "Ġalpha": 8637, + "oons": 8638, + "lection": 8639, + "Ġinsect": 8640, + "oner": 8641, + "Ġmister": 8642, + "Ġtenemos": 8643, + "Ġcheeks": 8644, + "omba": 8645, + "Ġbushes": 8646, + "ĠBow": 8647, + "Ġhanded": 8648, + "chi": 8649, + "brush": 8650, + "Ġllegó": 8651, + "lad": 8652, + "wide": 8653, + "icide": 8654, + "izz": 8655, + "Ġefforts": 8656, + "OL": 8657, + "Ġcreatures": 8658, + "Ġoccupied": 8659, + "Ġdesert": 8660, + "Ġbuying": 8661, + "Ġnights": 8662, + "ĠWindows": 8663, + "Ġconfidence": 8664, + "ĠWAS": 8665, + "ĠCenter": 8666, + "ĠStud": 8667, + "Ġsteady": 8668, + "Ġhermano": 8669, + "ollo": 8670, + "Ġsalió": 8671, + "ÃŃnci": 8672, + "also": 8673, + "Ġreven": 8674, + "unched": 8675, + "Ġexha": 8676, + "ivered": 8677, + "ungle": 8678, + "Ġrelax": 8679, + "necess": 8680, + "Ġmodo": 8681, + "Ġmand": 8682, + "Ġrude": 8683, + "Ġbold": 8684, + "38": 8685, + "Ġwebs": 8686, + "Ġancest": 8687, + "Ġllegar": 8688, + "ĠLucy": 8689, + "Sm": 8690, + "edor": 8691, + "Ġwing": 8692, + "ĠKent": 8693, + "Ġ1986": 8694, + "Ġtank": 8695, + "Ġmood": 8696, + "Ġbitter": 8697, + "Ġpurcha": 8698, + "Ġunusual": 8699, + "pregunt": 8700, + "abe": 8701, + "Ġhappiness": 8702, + "Ġsounded": 8703, + "Ġappreciate": 8704, + "Ġhorror": 8705, + "Ġtechnology": 8706, + "Today": 8707, + "Love": 8708, + "Watch": 8709, + "ĠDun": 8710, + "Ġprovin": 8711, + "irse": 8712, + "otty": 8713, + "aga": 8714, + "Ġincred": 8715, + "resa": 8716, + "Ġarriba": 8717, + "Ġblowing": 8718, + "Ġsixteen": 8719, + "Ġadmitted": 8720, + "dded": 8721, + "Ġsuffer": 8722, + "loc": 8723, + "Ġbuddy": 8724, + "Four": 8725, + "én": 8726, + "Ġswall": 8727, + "Ġhundreds": 8728, + "Ġprotection": 8729, + "Ġsurrounded": 8730, + "Ġdemas": 8731, + "Ġstronger": 8732, + "ĠCuando": 8733, + "Ġcanoe": 8734, + "Ġlect": 8735, + "ava": 8736, + "Ġchase": 8737, + "Ġ1987": 8738, + "Ġenf": 8739, + "ession": 8740, + "seven": 8741, + "Ġlif": 8742, + "Ġacid": 8743, + "Ġcinco": 8744, + "Ġencuent": 8745, + "Ġfollows": 8746, + "Ġsofa": 8747, + "Ġesos": 8748, + "Ġpenny": 8749, + "part": 8750, + "Ġquant": 8751, + ".-": 8752, + "ĠLater": 8753, + "Ġserá": 8754, + "Ġbasically": 8755, + "Ġeconomic": 8756, + "Ġequipment": 8757, + "Ġkeen": 8758, + "ĠKorea": 8759, + "ĠJun": 8760, + "annine": 8761, + "Damn": 8762, + "Jo": 8763, + "ophy": 8764, + "Ġcovers": 8765, + "bby": 8766, + "ĠOff": 8767, + "didn": 8768, + "Ġaudience": 8769, + "into": 8770, + "uba": 8771, + "Ġdinero": 8772, + "umbling": 8773, + "Ġmajority": 8774, + "OP": 8775, + "urd": 8776, + "ĠGal": 8777, + "Ġshouting": 8778, + "Ġrailway": 8779, + "igger": 8780, + "Ġconstruction": 8781, + "corn": 8782, + "Ġdé": 8783, + "aska": 8784, + "Ġgirlfriend": 8785, + "pent": 8786, + "ĠSant": 8787, + "Ġapare": 8788, + "olen": 8789, + "Ant": 8790, + "inea": 8791, + "hall": 8792, + "shakes": 8793, + "Ġpunto": 8794, + "ĠOxford": 8795, + "stance": 8796, + "ĠWas": 8797, + "emente": 8798, + "udden": 8799, + "iography": 8800, + "IE": 8801, + "Ġfourteen": 8802, + "ĠPenn": 8803, + "annah": 8804, + "ealous": 8805, + "Move": 8806, + "ju": 8807, + "Ġsigh": 8808, + "Ġresour": 8809, + "Ġstruggle": 8810, + "ciones": 8811, + "ĠBC": 8812, + "ĠFAT": 8813, + "inder": 8814, + "36": 8815, + "ault": 8816, + "Ġ1972": 8817, + "ĠVol": 8818, + "ĠColumb": 8819, + "ĠMajesty": 8820, + "last": 8821, + "ĠFel": 8822, + "Ġpersu": 8823, + "Ġphotograph": 8824, + "Ġbackwards": 8825, + "Ġdistinct": 8826, + "cript": 8827, + "Ġpalabras": 8828, + "Ġpul": 8829, + "ĠOcean": 8830, + "Ġ80": 8831, + "Ġanch": 8832, + "obile": 8833, + "Ġexplan": 8834, + "uals": 8835, + "Ġpone": 8836, + "ĠHim": 8837, + "hetic": 8838, + "standing": 8839, + "Ġsuffering": 8840, + "bish": 8841, + "eer": 8842, + "wr": 8843, + "Ġath": 8844, + "ĠSouthern": 8845, + "ĠBeth": 8846, + "ellos": 8847, + "Eh": 8848, + "ĠHello": 8849, + "ĠsabÃŃa": 8850, + "ulture": 8851, + "Ġbarrel": 8852, + "Ġviejo": 8853, + "ĠLincoln": 8854, + "ropri": 8855, + "Ġtrave": 8856, + "Ġinstance": 8857, + "ĠparecÃŃa": 8858, + "Ġprimer": 8859, + "ĠMir": 8860, + "Ġunits": 8861, + "Ġservant": 8862, + "Ġticket": 8863, + "Ġnuts": 8864, + "ĠGlo": 8865, + "ĠYear": 8866, + "Ġcage": 8867, + "Ġdyn": 8868, + "Ġsettlement": 8869, + "icio": 8870, + "Ġcommittee": 8871, + "oard": 8872, + "byebye": 8873, + "Ġcommonly": 8874, + "Ġinstrument": 8875, + "Col": 8876, + "Ġcough": 8877, + "riz": 8878, + "ĠMY": 8879, + "Ġpequeña": 8880, + "Ġopt": 8881, + "Ġsales": 8882, + "Ġtray": 8883, + "Ġcarpet": 8884, + "Ġpushes": 8885, + "Ġbreathing": 8886, + "Ġdescub": 8887, + "ĠLisa": 8888, + "Ġextend": 8889, + "awa": 8890, + "Ġlanding": 8891, + "rogen": 8892, + "Ġbriefly": 8893, + "Ġshaking": 8894, + "Ġvocalises": 8895, + "ĠWE": 8896, + "beep": 8897, + "Ġtales": 8898, + "Ġexercise": 8899, + "anes": 8900, + "ĠAccording": 8901, + "grim": 8902, + "Ġrifle": 8903, + "Ġcerca": 8904, + "ĠWinter": 8905, + "ĠMi": 8906, + "Ġproof": 8907, + "whee": 8908, + "Poor": 8909, + "Ġowe": 8910, + "ati": 8911, + "ĠHea": 8912, + "Ġsunshine": 8913, + "Ġboom": 8914, + "hara": 8915, + "ĠUk": 8916, + "Ġresponsibility": 8917, + "ĠConfeder": 8918, + "Ġstiff": 8919, + "aka": 8920, + "anything": 8921, + "Ġtrucks": 8922, + "oft": 8923, + "Ġquack": 8924, + "ĠNancy": 8925, + "Ġchuck": 8926, + "Looks": 8927, + "Ġpersons": 8928, + "Ġroute": 8929, + "Ġpotatoes": 8930, + "48": 8931, + "bi": 8932, + "ĠDuke": 8933, + "Ġ1981": 8934, + "GLO": 8935, + "Ġletting": 8936, + "Ġutiliz": 8937, + "Ġworkers": 8938, + "Ġimper": 8939, + "Ġvain": 8940, + "ĠFootball": 8941, + "ierta": 8942, + "Ġbeds": 8943, + "Ġvisited": 8944, + "Ġdescribe": 8945, + "ĠTen": 8946, + "Ġbrick": 8947, + "Ġacuerdo": 8948, + "ridge": 8949, + "AC": 8950, + "gines": 8951, + "Ġpasar": 8952, + "Ġterritory": 8953, + "Ġpermission": 8954, + "lotte": 8955, + "Pre": 8956, + "osing": 8957, + "Ġshelter": 8958, + "wers": 8959, + "Ġconqu": 8960, + "Ġprinci": 8961, + "di": 8962, + "Ġbree": 8963, + "Ġlieutenant": 8964, + "Ġvolvió": 8965, + "iches": 8966, + "iments": 8967, + "ulate": 8968, + "Ġunion": 8969, + "ublican": 8970, + "Ġreturning": 8971, + "Shall": 8972, + "bly": 8973, + "ok": 8974, + "Ġaún": 8975, + "ĠOk": 8976, + "Ġcuanto": 8977, + "Ġroads": 8978, + "ĠCross": 8979, + "Ġreferred": 8980, + "nons": 8981, + "ĠKitty": 8982, + "Ġproced": 8983, + "ĠMiddle": 8984, + "yum": 8985, + "clamó": 8986, + "Ġhal": 8987, + "Ġhers": 8988, + "babble": 8989, + "excuse": 8990, + "39": 8991, + "Mi": 8992, + "ĠRa": 8993, + "Ġducks": 8994, + "Ġhacen": 8995, + "Ġolv": 8996, + "Ġrum": 8997, + "ĠBangl": 8998, + "Ġespañ": 8999, + "ĠHead": 9000, + "Ġappeal": 9001, + "rd": 9002, + "Ġsupported": 9003, + "Ġthrill": 9004, + "ĠSr": 9005, + "Ġhelic": 9006, + "Ġrestaurant": 9007, + "bag": 9008, + "ĠLara": 9009, + "amento": 9010, + "Ġnominated": 9011, + "MEL": 9012, + "Ġfork": 9013, + "ierno": 9014, + "Ġbegun": 9015, + "ĠPrincess": 9016, + "nis": 9017, + "Ġthunder": 9018, + "ĠArgent": 9019, + "Ġcog": 9020, + "Club": 9021, + "Mag": 9022, + "ĠNic": 9023, + "Ġblew": 9024, + "ĠDepartment": 9025, + "Ġpardon": 9026, + "ĠGroup": 9027, + "Ġdrinks": 9028, + "AUN": 9029, + "Ġmanufact": 9030, + "tra": 9031, + "ĠPic": 9032, + "Ġcitizens": 9033, + "SE": 9034, + "listen": 9035, + "Ġdefeated": 9036, + "Ġnodded": 9037, + "Ġcliff": 9038, + "Ġenthus": 9039, + "ĠMaria": 9040, + "However": 9041, + "Ġturtle": 9042, + "eating": 9043, + "Ġdoctors": 9044, + "Ġframe": 9045, + "ĠUnder": 9046, + "erto": 9047, + "ĠSab": 9048, + "ĠDet": 9049, + "Ġfalse": 9050, + "Pol": 9051, + "hun": 9052, + "Ġashamed": 9053, + "ĠFrancisco": 9054, + "cake": 9055, + "ĠBible": 9056, + "Ġlaughter": 9057, + "ĠWall": 9058, + "ĠSecond": 9059, + "Ġnick": 9060, + "Ġpup": 9061, + "Ġlocation": 9062, + "til": 9063, + "Ġfever": 9064, + "ĠIslands": 9065, + "Ġ1976": 9066, + "Ġdisappear": 9067, + "Ġdado": 9068, + "Ġnoisy": 9069, + "Ġreward": 9070, + "arrass": 9071, + "Ġvalu": 9072, + "Ġtickle": 9073, + "orted": 9074, + "Ġlately": 9075, + "Big": 9076, + "ĠPier": 9077, + "cription": 9078, + "Ġwrit": 9079, + "Although": 9080, + "Ġfuss": 9081, + "anos": 9082, + "Ġelectron": 9083, + "Ġsitio": 9084, + "ĠJohnson": 9085, + "Ġfrag": 9086, + "Ġ1985": 9087, + "Ġnuestro": 9088, + "atos": 9089, + "Ġemergency": 9090, + "Ġpalabra": 9091, + "Ġboun": 9092, + "ĠNaz": 9093, + "Ġslipp": 9094, + "bang": 9095, + "ĠFord": 9096, + "Ġsafely": 9097, + "Ġwicked": 9098, + "Ġment": 9099, + "Ġrac": 9100, + "Ġwarri": 9101, + "ertain": 9102, + "Ġraining": 9103, + "ĠPict": 9104, + "Ġ1979": 9105, + "necessary": 9106, + "ĠHan": 9107, + "Ġbru": 9108, + "Ġdivers": 9109, + "Ġparent": 9110, + "Ġfilms": 9111, + "Ġtradition": 9112, + "ĠJewish": 9113, + "Ġuncom": 9114, + "ĠMarie": 9115, + "Ġtempt": 9116, + "ĠChairman": 9117, + "Ġmuseum": 9118, + "lying": 9119, + "Ġwreck": 9120, + "Ġjealous": 9121, + "Ġengines": 9122, + "Ġelements": 9123, + "unes": 9124, + "Ġsabe": 9125, + "Ġgoals": 9126, + "Ġrivers": 9127, + "Ġchecked": 9128, + "ydney": 9129, + "crying": 9130, + "leave": 9131, + "Ġjuego": 9132, + "Ġattached": 9133, + "-\"": 9134, + "Ġreality": 9135, + "Ġpersona": 9136, + "Ġclothing": 9137, + "ĠPhilipp": 9138, + "Ġbillion": 9139, + "Ġdirig": 9140, + "Ġhut": 9141, + "Ġstove": 9142, + "ĠEric": 9143, + "196": 9144, + "icky": 9145, + "ĠPhilip": 9146, + "ĠTime": 9147, + "eling": 9148, + "ĠWilliams": 9149, + "Ġaire": 9150, + "Ġcents": 9151, + "Ġaircraft": 9152, + "Ġpowder": 9153, + "Ġdoo": 9154, + "ĠShar": 9155, + "Ġgrat": 9156, + "Ġscript": 9157, + "Ġeth": 9158, + "Ġcul": 9159, + "Ġmiedo": 9160, + "ĠVen": 9161, + "OUT": 9162, + "OH": 9163, + "Sit": 9164, + "Ġbail": 9165, + "Ġlargo": 9166, + "ĠCommittee": 9167, + "ji": 9168, + "Ġreun": 9169, + "oz": 9170, + "Ġgiraffe": 9171, + "Ġbeads": 9172, + "Ġcomida": 9173, + "tail": 9174, + "lea": 9175, + "ĠSusan": 9176, + "Ġremove": 9177, + "icycle": 9178, + "ĠInstitute": 9179, + "atics": 9180, + "uddenly": 9181, + "mate": 9182, + "squ": 9183, + "Ġaim": 9184, + "ammy": 9185, + "apa": 9186, + "erted": 9187, + "ĠRey": 9188, + "Ġcompared": 9189, + "Ġflour": 9190, + "ĠAlthough": 9191, + "Ġtomato": 9192, + "Ġstable": 9193, + "pected": 9194, + "Ġviolent": 9195, + "ĠHy": 9196, + "pton": 9197, + "ĠBrook": 9198, + "Ġsteel": 9199, + "Up": 9200, + "ĠAsian": 9201, + "pron": 9202, + "atched": 9203, + "ĠMusic": 9204, + "ĠBoth": 9205, + "Ġerr": 9206, + "ienes": 9207, + "Ġvariety": 9208, + "Ġribb": 9209, + "Ġdisgust": 9210, + "ĠFirstname": 9211, + "Cor": 9212, + "inte": 9213, + "Jul": 9214, + "mir": 9215, + "mil": 9216, + "ĠEv": 9217, + "Ġllor": 9218, + "unte": 9219, + "Ġsheet": 9220, + "Ġtranqu": 9221, + "Ġmuñ": 9222, + "Ġbusc": 9223, + "Ġconfirmed": 9224, + "Ġinquired": 9225, + "ĠJuan": 9226, + "ĠNav": 9227, + "ĠMuseum": 9228, + "ĠJam": 9229, + "Ġ90": 9230, + "Ġfoolish": 9231, + "Ġpossession": 9232, + "Ġneighborhood": 9233, + "Ġfacing": 9234, + "orial": 9235, + "Ġooh": 9236, + "Ġrana": 9237, + "Ġsolem": 9238, + "Ġprofes": 9239, + "Ġembarrass": 9240, + "Ġdemonstr": 9241, + "ordin": 9242, + "azz": 9243, + "Ġpied": 9244, + "Ġambulance": 9245, + "ĠCarolina": 9246, + "Ġdistributed": 9247, + "ĠPacific": 9248, + "enido": 9249, + "ĠAnother": 9250, + "Ġ1983": 9251, + "ĠLeon": 9252, + "Ġespecial": 9253, + "Ġconnection": 9254, + "Ġsiguiente": 9255, + "Ġsings": 9256, + "osity": 9257, + "Ġencima": 9258, + "Ġeconomy": 9259, + "reaches": 9260, + "agu": 9261, + "ÃŃncipe": 9262, + "Ġalguien": 9263, + "Ġdib": 9264, + "irts": 9265, + "According": 9266, + "ĠHoll": 9267, + "Ġsoil": 9268, + "Ġpeg": 9269, + "Ġimage": 9270, + "Ġactions": 9271, + "ĠArmen": 9272, + "Ġimportance": 9273, + "ĠFaith": 9274, + "Ġconflict": 9275, + "{\\": 9276, + "enced": 9277, + "Ġfer": 9278, + "Ġrepresented": 9279, + "Jesus": 9280, + "ĠHolly": 9281, + "ivos": 9282, + "Mat": 9283, + "atherine": 9284, + "Ġheaded": 9285, + "Ġdiag": 9286, + "Ġencontrar": 9287, + "Ġsauce": 9288, + "Ġdisci": 9289, + "Ġobst": 9290, + "arrot": 9291, + "Ġbees": 9292, + "egal": 9293, + "Ġcomplain": 9294, + "inn": 9295, + "iner": 9296, + "**": 9297, + "lots": 9298, + "ĠSk": 9299, + "ifer": 9300, + "Ġscale": 9301, + "ouri": 9302, + "Ġabajo": 9303, + "hole": 9304, + "iós": 9305, + "ONE": 9306, + "ĠSylvia": 9307, + "Ġnumerous": 9308, + "Ġmerely": 9309, + "Ġyummy": 9310, + "Ġaboard": 9311, + "pick": 9312, + "Ġhipp": 9313, + "Ġprinces": 9314, + "Ġanger": 9315, + "Ġviene": 9316, + "Ġregions": 9317, + "Ġoro": 9318, + "ĠBall": 9319, + "ĠUnivers": 9320, + "Ġdrum": 9321, + "Ġfurniture": 9322, + "Ġloving": 9323, + "Ġorganiz": 9324, + "Ġcapture": 9325, + "gets": 9326, + "Ġdiap": 9327, + "Ġhealthy": 9328, + "ĠMargaret": 9329, + "Ġhockey": 9330, + "Ġnoted": 9331, + "Ġprompt": 9332, + "Ġofficially": 9333, + "Ġobliged": 9334, + "iable": 9335, + "ĠBad": 9336, + "Career": 9337, + "Ġpengu": 9338, + "Ġsignificant": 9339, + "Ġaffection": 9340, + "ietnam": 9341, + "Ġsleepy": 9342, + "Pres": 9343, + "cap": 9344, + "ĠOur": 9345, + "Ġtramp": 9346, + "Ġapproached": 9347, + "ĠBal": 9348, + "voice": 9349, + "Ġcupboard": 9350, + "emo": 9351, + "Ġbron": 9352, + "ropol": 9353, + "Ġheavily": 9354, + "Bar": 9355, + "Ġ:": 9356, + "Ġearned": 9357, + "Ġmystery": 9358, + "agnan": 9359, + "Ġacted": 9360, + "Ġtribe": 9361, + "Ġattended": 9362, + "Ġpassion": 9363, + "Ok": 9364, + "etts": 9365, + "ĠAnnie": 9366, + "Ġquarters": 9367, + "BS": 9368, + "Ġdebe": 9369, + "Ġstopping": 9370, + "foot": 9371, + "sk": 9372, + "Ġcalle": 9373, + "ĠInter": 9374, + "Ġlimited": 9375, + "ĠBattle": 9376, + "Ġoy": 9377, + "Ġpartly": 9378, + "Ġgrowth": 9379, + "Ġdemasiado": 9380, + "Bo": 9381, + "Ġdies": 9382, + "Ġchin": 9383, + "Ġbasketball": 9384, + "Calais": 9385, + "white": 9386, + "LYN": 9387, + "Ġawarded": 9388, + "thumb": 9389, + "empl": 9390, + "Ġcolored": 9391, + "comm": 9392, + "Ġdegrees": 9393, + "Ġjew": 9394, + "Ġallá": 9395, + "Ġpressed": 9396, + "Ġcans": 9397, + "geous": 9398, + "Ġaye": 9399, + "lessly": 9400, + "Ġreports": 9401, + "ĠLois": 9402, + "Yep": 9403, + "Ġlets": 9404, + "más": 9405, + "Ġfasc": 9406, + "Ġ1982": 9407, + "urg": 9408, + "ĠNever": 9409, + "Ġremaining": 9410, + "Ġalcoh": 9411, + "Ġfits": 9412, + "estic": 9413, + "Ġangel": 9414, + "Ġutterances": 9415, + "Ġproducts": 9416, + "preguntó": 9417, + "Ġprimary": 9418, + "Ġbenefit": 9419, + "Ġbubbles": 9420, + "46": 9421, + "cción": 9422, + "wha": 9423, + "Ġlamp": 9424, + "Ġstolen": 9425, + "ĠYet": 9426, + "Ġscored": 9427, + "close": 9428, + "Ġunderstanding": 9429, + "Ġclasses": 9430, + "Ġnuclear": 9431, + "love": 9432, + "Ġsche": 9433, + "Ġreaching": 9434, + "rito": 9435, + "Ġfab": 9436, + "edro": 9437, + "black": 9438, + "ĠSenate": 9439, + "eline": 9440, + "ughters": 9441, + "Ġkiller": 9442, + "Ġseparated": 9443, + "Artagnan": 9444, + "33": 9445, + "Ġspr": 9446, + "Ġpirate": 9447, + "Ġinjured": 9448, + "cre": 9449, + "Ġsne": 9450, + "Ġhaces": 9451, + "Ġ36": 9452, + "Category": 9453, + "top": 9454, + "utions": 9455, + "Ġseasons": 9456, + "Ġromantic": 9457, + "Ho": 9458, + "pol": 9459, + "ĠLight": 9460, + "Ġsought": 9461, + "Ġcakes": 9462, + "ĠDoug": 9463, + "Ġunf": 9464, + "upon": 9465, + "Ġbroadcast": 9466, + "ĠLew": 9467, + "ĠXV": 9468, + "Ġaffairs": 9469, + "Ġcereal": 9470, + "ĠAz": 9471, + "ĠFer": 9472, + "uga": 9473, + "irk": 9474, + "unci": 9475, + "ĠNan": 9476, + "whose": 9477, + "Ġejemplo": 9478, + "Ġdreadful": 9479, + "Ġgard": 9480, + "Ġglanced": 9481, + "Ġtremb": 9482, + "Ġtremend": 9483, + "gra": 9484, + "unto": 9485, + "ologist": 9486, + "Ġanxiety": 9487, + "ĠEmperor": 9488, + "ĠHun": 9489, + "icane": 9490, + "move": 9491, + "Ġcottage": 9492, + "Dan": 9493, + "named": 9494, + "Ġatmos": 9495, + "Ġsmiles": 9496, + "Ġdrift": 9497, + "Ġservants": 9498, + "Ġamongst": 9499, + "Ġdepends": 9500, + "Ġperce": 9501, + "Ġasks": 9502, + "Ġsquirrel": 9503, + "Ġcosts": 9504, + "EF": 9505, + "Paul": 9506, + "ieran": 9507, + "Ġtrap": 9508, + "Ġconscious": 9509, + "ylvan": 9510, + "yr": 9511, + "anim": 9512, + "ĠDora": 9513, + "Ġages": 9514, + "Ġconsist": 9515, + "CA": 9516, + "Ġbom": 9517, + "ĠSl": 9518, + "grand": 9519, + "Ġargument": 9520, + "ĠHor": 9521, + "Ġvehicle": 9522, + "Ġinches": 9523, + "Ġsomethin": 9524, + "Ġbasic": 9525, + "Ġitems": 9526, + "ĠSH": 9527, + "Ġconm": 9528, + "Ġstretched": 9529, + "TO": 9530, + "ĠBrother": 9531, + "Ġidiot": 9532, + "Ġconfused": 9533, + "Ġsenior": 9534, + "ĠSally": 9535, + "Ġrolls": 9536, + "ĠMas": 9537, + "unks": 9538, + "Vamos": 9539, + "nas": 9540, + "arla": 9541, + "Ġcontainer": 9542, + "Ġfuel": 9543, + "ĠMatt": 9544, + "Ġcaso": 9545, + "Ġlimit": 9546, + "Under": 9547, + "aid": 9548, + "ucker": 9549, + "achus": 9550, + "aye": 9551, + "Ġconstru": 9552, + "ĠHome": 9553, + "elia": 9554, + "ĠJenny": 9555, + "ĠpodrÃŃa": 9556, + "never": 9557, + "Ġ45": 9558, + "Ġfactory": 9559, + "Turn": 9560, + "gone": 9561, + "Ġtro": 9562, + "Ġstated": 9563, + "Está": 9564, + "Phil": 9565, + "Son": 9566, + "mind": 9567, + "Ġhabitación": 9568, + "Ġthirteen": 9569, + "aks": 9570, + "Ġmaid": 9571, + "ports": 9572, + "Ġquedó": 9573, + "lesh": 9574, + "Ġ1974": 9575, + "ĠLiber": 9576, + "Ġboyfriend": 9577, + "Ġmanagement": 9578, + "49": 9579, + "aha": 9580, + "Ġcielo": 9581, + "Ġincome": 9582, + "uta": 9583, + "Ġprec": 9584, + "Ġmiserable": 9585, + "ĠUr": 9586, + "ĠValley": 9587, + "Mart": 9588, + "Ġgig": 9589, + "ĠCra": 9590, + "ĠRab": 9591, + "certain": 9592, + "Ġeleg": 9593, + "Ġretreat": 9594, + "Ġdemás": 9595, + "Ġaccompan": 9596, + "Ġstroke": 9597, + "Ġdirt": 9598, + "Ġratt": 9599, + "Ġcuart": 9600, + "Ġalongside": 9601, + "ĠSto": 9602, + "ĠJess": 9603, + "Ġ70": 9604, + "ĠGeorgia": 9605, + "ĠCop": 9606, + "asses": 9607, + "Ġbullet": 9608, + "cie": 9609, + "icip": 9610, + "ĠWITH": 9611, + "Ġtrained": 9612, + "Ġdollar": 9613, + "Ġwishes": 9614, + "aco": 9615, + "Ġuniverse": 9616, + "Ġdisappointed": 9617, + "Ġtissue": 9618, + "Open": 9619, + "Ġseeds": 9620, + "Ġserving": 9621, + "Ġ1975": 9622, + "Ġtransform": 9623, + "Ġ1968": 9624, + "Ġridiculous": 9625, + "Dear": 9626, + "ĠTake": 9627, + "ĠGab": 9628, + "Ġescri": 9629, + "Ġemploy": 9630, + "Last": 9631, + "icion": 9632, + "Ġillness": 9633, + "ĠMister": 9634, + "Ġartists": 9635, + "Ġazul": 9636, + "Child": 9637, + "stan": 9638, + "still": 9639, + "Ġsuperior": 9640, + "ĠCOVID": 9641, + "ĠHel": 9642, + "Ġlaunched": 9643, + "Ġalgunas": 9644, + "Ġintend": 9645, + "Ġpag": 9646, + "Ġcomposed": 9647, + "Ġretire": 9648, + "Ġnaturally": 9649, + "Ġchess": 9650, + "aran": 9651, + "endÃŃa": 9652, + "oco": 9653, + "quick": 9654, + "oline": 9655, + "ĠStill": 9656, + "inois": 9657, + "Ġauthorities": 9658, + "Ġresponded": 9659, + "Ġcrocodile": 9660, + "Ġlou": 9661, + "Ġteen": 9662, + "giving": 9663, + "omi": 9664, + "ĠMod": 9665, + "Ġpolitics": 9666, + "Ġsolemn": 9667, + "Eso": 9668, + "ĠGrace": 9669, + "ĠBuild": 9670, + "EA": 9671, + "lace": 9672, + "ĠBudd": 9673, + "ĠGi": 9674, + "mal": 9675, + "ĠHas": 9676, + "ándo": 9677, + "keeper": 9678, + "Ġrevolution": 9679, + "hant": 9680, + "Ġstores": 9681, + "point": 9682, + "Ġscientific": 9683, + "find": 9684, + "orious": 9685, + "Ġdece": 9686, + "Ġbuff": 9687, + "Ġsailor": 9688, + "Ġdefeat": 9689, + "Ġwhistle": 9690, + "pher": 9691, + "Ġoccas": 9692, + "remony": 9693, + "TA": 9694, + "inter": 9695, + "Ġdign": 9696, + "Ġsched": 9697, + "Ġcattle": 9698, + "Dis": 9699, + "ĠTHIS": 9700, + "orado": 9701, + "Ġ1977": 9702, + "Five": 9703, + "ĠTrans": 9704, + "urches": 9705, + "Ġ1969": 9706, + "Ġachieve": 9707, + "ĠdecÃŃa": 9708, + "Ġcleaning": 9709, + "Ġeliminated": 9710, + "quet": 9711, + "ĠDave": 9712, + "Ġagric": 9713, + "ĠAsh": 9714, + "ĠOnce": 9715, + "Jwww": 9716, + "Nor": 9717, + "agle": 9718, + "ĠUp": 9719, + "ĠProt": 9720, + "ĠPrize": 9721, + "Ind": 9722, + "Ġreaction": 9723, + "Ġros": 9724, + "evin": 9725, + "girl": 9726, + "ĠMoon": 9727, + "Ġdepos": 9728, + "Ġ1971": 9729, + "Ġâľ": 9730, + "Ġfra": 9731, + "Ġarrival": 9732, + "ĠDivision": 9733, + "\"),": 9734, + "pool": 9735, + "rase": 9736, + "ç": 9737, + "lando": 9738, + "ESS": 9739, + "Ġestate": 9740, + "Amy": 9741, + "Ġresident": 9742, + "ĠMartine": 9743, + "Ġbelly": 9744, + "Ġtipo": 9745, + "ĠLouise": 9746, + "Aha": 9747, + "Try": 9748, + "Ġcara": 9749, + "Ġgrapes": 9750, + "Ġsnap": 9751, + "Ġnac": 9752, + "amil": 9753, + "Ġimpat": 9754, + "Ġadventures": 9755, + "Six": 9756, + "wind": 9757, + "Ġenfer": 9758, + "Ġlejos": 9759, + "ylvania": 9760, + "Ġâľ¿": 9761, + "dam": 9762, + "mag": 9763, + "iert": 9764, + "Ġvisible": 9765, + "Ġlevels": 9766, + "case": 9767, + "works": 9768, + "Ġsock": 9769, + "Ġgosh": 9770, + "Ġhoriz": 9771, + "Ġ1973": 9772, + "Ġ1978": 9773, + "Ġexpecting": 9774, + "Ġpretending": 9775, + "Person": 9776, + "Ġplot": 9777, + "ĠJr": 9778, + "Ġpecul": 9779, + "Ġshark": 9780, + "Alex": 9781, + "Ġconcept": 9782, + "pecially": 9783, + "careful": 9784, + "cito": 9785, + "uties": 9786, + "Ġstations": 9787, + "ĠmÃŃster": 9788, + "Ġmummie": 9789, + "Ġvessels": 9790, + "pas": 9791, + "Ġprogramme": 9792, + "Ġnearest": 9793, + "ĠRevolution": 9794, + "Ġreign": 9795, + "Ġtuvo": 9796, + "Ġventana": 9797, + "ĠGolden": 9798, + "cado": 9799, + "Ġmental": 9800, + "ĠShow": 9801, + "Ġbasis": 9802, + "Ġheadquarters": 9803, + "Ġgrac": 9804, + "Ġviolence": 9805, + "edad": 9806, + "agger": 9807, + "legio": 9808, + "Sec": 9809, + "ĠTa": 9810, + "ĠRepublican": 9811, + "--_": 9812, + "Ġconcert": 9813, + "Ġsatisfaction": 9814, + "App": 9815, + "dale": 9816, + "ĠDomin": 9817, + "Ġbore": 9818, + "Ġoct": 9819, + "rily": 9820, + "Ġpole": 9821, + "RIC": 9822, + "Ġactivities": 9823, + "Ġprayer": 9824, + "Ġjunto": 9825, + "Int": 9826, + "ION": 9827, + "Ġmast": 9828, + "Ġexcl": 9829, + "Ġadopted": 9830, + "ĠIllinois": 9831, + "Life": 9832, + "ĠChristopher": 9833, + "Ġexchange": 9834, + "ĠCas": 9835, + "ĠKate": 9836, + "Ġtuv": 9837, + "Ġapproaching": 9838, + "--------------------------------": 9839, + "Bueno": 9840, + "nonspeech": 9841, + "Old": 9842, + "refer": 9843, + "Ġmend": 9844, + "Ġboca": 9845, + "ĠZe": 9846, + "Ġastron": 9847, + "Ġconnect": 9848, + "Ġcommercial": 9849, + "Em": 9850, + "TLE": 9851, + "ygen": 9852, + "heim": 9853, + "Ġstamp": 9854, + "ntil": 9855, + "ĠRail": 9856, + "Ġgrup": 9857, + "Ġdiscovery": 9858, + "achusetts": 9859, + "80": 9860, + "run": 9861, + "Ġmé": 9862, + "Ġbeating": 9863, + "vos": 9864, + "esa": 9865, + "otal": 9866, + "Ġalred": 9867, + "Ġdull": 9868, + "ĠVietnam": 9869, + "Ġfled": 9870, + "Ġdecid": 9871, + "Ġrustling": 9872, + "Ġtidy": 9873, + "ĠpelÃŃcula": 9874, + "Ġward": 9875, + "ĠAud": 9876, + "Ġscientists": 9877, + "kind": 9878, + "ĠTeam": 9879, + "Ġfocus": 9880, + "ĠBarbara": 9881, + "Ellie": 9882, + "ingo": 9883, + "Ġconstant": 9884, + "somebody": 9885, + "ĠNothing": 9886, + "ĠWilson": 9887, + "Ġbiscuits": 9888, + "thanks": 9889, + "issed": 9890, + "burgh": 9891, + "Ġruled": 9892, + "Ġnuestra": 9893, + "Pat": 9894, + "ĠDev": 9895, + "Ġsixth": 9896, + "Ġpeculiar": 9897, + "nold": 9898, + "Ġorganis": 9899, + "Ġbelonged": 9900, + "Ġfeeding": 9901, + "âĨ": 9902, + "ĠRachel": 9903, + "people": 9904, + "Ġwinner": 9905, + "Ġtemple": 9906, + "ĠCaroline": 9907, + "Ġmac": 9908, + "illos": 9909, + "Their": 9910, + "Ġloudly": 9911, + "Ġgrateful": 9912, + "Ġshy": 9913, + "Ġcapac": 9914, + "Ġpregnant": 9915, + "Again": 9916, + "Sarah": 9917, + "aah": 9918, + "aylor": 9919, + "Ġmuerte": 9920, + "Ġceremony": 9921, + "Ġfeathers": 9922, + "Ġfinancial": 9923, + "sound": 9924, + "olves": 9925, + "ĠAB": 9926, + "ilst": 9927, + "Ġconfident": 9928, + "OULD": 9929, + "Ġbeep": 9930, + "cold": 9931, + "Ġsurvive": 9932, + "ĠUh": 9933, + "Ġmurdered": 9934, + "ĠSociety": 9935, + "Ġgle": 9936, + "Ġfuneral": 9937, + "Ġnearby": 9938, + "ĠBerlin": 9939, + "Ġportion": 9940, + "ĠDada": 9941, + "Ġagu": 9942, + "Ġchew": 9943, + "War": 9944, + "tick": 9945, + "Ġstarring": 9946, + "ements": 9947, + "hio": 9948, + "tape": 9949, + "unda": 9950, + "Ġveo": 9951, + "Ġ1930": 9952, + "Ġtournament": 9953, + "ĠMexican": 9954, + "Ġignor": 9955, + "ĠOw": 9956, + "Ġinterrupted": 9957, + "Ġacad": 9958, + "endo": 9959, + "Ġthrone": 9960, + "ĠAlbert": 9961, + "Ġ500": 9962, + "AsÃŃ": 9963, + "kers": 9964, + "itable": 9965, + "Shit": 9966, + "ĠMatthew": 9967, + "Ġconmigo": 9968, + "Ġult": 9969, + "ĠSure": 9970, + "ĠAg": 9971, + "Ġclaro": 9972, + "bee": 9973, + "ĠGermans": 9974, + "Ġspy": 9975, + "Ġmultiple": 9976, + "Ġgeneration": 9977, + "Ġvolunte": 9978, + "Ahora": 9979, + "Ġpiggy": 9980, + "Anything": 9981, + "Ġbudget": 9982, + "Ġbastante": 9983, + "away": 9984, + "Ġhits": 9985, + "ultural": 9986, + "ĠHAVE": 9987, + "FF": 9988, + "might": 9989, + "Ġfuego": 9990, + "Ġfuri": 9991, + "Ġdesperate": 9992, + "count": 9993, + "rir": 9994, + "Ġpip": 9995, + "may": 9996, + "ĠSydney": 9997, + "Ġconcern": 9998, + "ĠService": 9999, + "Ġcapable": 10000, + "Ġextent": 10001, + "ĠOlympic": 10002, + "Ġhousehold": 10003, + "Ġdining": 10004, + "Ġassistant": 10005, + "Ġcriminal": 10006, + "ueblo": 10007, + "ĠBangladesh": 10008, + "Ġprograms": 10009, + "Ġrubbish": 10010, + "Ġfederal": 10011, + "ĠHard": 10012, + "Ġminds": 10013, + "Ġcommitted": 10014, + "Ġpaused": 10015, + "hop": 10016, + "alie": 10017, + "ĠNap": 10018, + "Mary": 10019, + "Ġboot": 10020, + "NO": 10021, + "Ġpeanut": 10022, + "Ġanswers": 10023, + "Ġassociated": 10024, + "bbing": 10025, + "Ġhermos": 10026, + "rek": 10027, + "ĠInt": 10028, + "Ġmunicipal": 10029, + "Ġdia": 10030, + "ĠPart": 10031, + "Ġvisitors": 10032, + "Ġdetective": 10033, + "Ġlung": 10034, + "Ġscare": 10035, + "Ġconvin": 10036, + "Probably": 10037, + "ioso": 10038, + "Ġprior": 10039, + "Too": 10040, + "urop": 10041, + "Ġnarr": 10042, + "Ġagreement": 10043, + "Ġentrar": 10044, + "teacher": 10045, + "Ġdaughters": 10046, + "Ġattacks": 10047, + "ribly": 10048, + "Hon": 10049, + "ĠShi": 10050, + "Ġmeters": 10051, + "Ġabsor": 10052, + "Ġskill": 10053, + "Welcome": 10054, + "ĠIllustr": 10055, + "ĠAbe": 10056, + "Ġcae": 10057, + "Ġnicely": 10058, + "Ġencoura": 10059, + "Ġthoroughly": 10060, + "Ġere": 10061, + "Ġfeast": 10062, + "Ġchampion": 10063, + "Ġsticker": 10064, + "Ġnúmero": 10065, + "ĠCivil": 10066, + "raine": 10067, + "aunt": 10068, + "Ġumbre": 10069, + "Ġwanting": 10070, + "Ġthrust": 10071, + "44": 10072, + "irs": 10073, + "ĠEllen": 10074, + "Ġbiscuit": 10075, + "ĠRyan": 10076, + "Ġdough": 10077, + "ĠJoy": 10078, + "Ġshared": 10079, + "Ġcharged": 10080, + "Ġwhisper": 10081, + "Ġregarded": 10082, + "Ġorg": 10083, + "Ġdispos": 10084, + "ĠMassachusetts": 10085, + "rate": 10086, + "ĠAlso": 10087, + "Ġregres": 10088, + "Ġtroubles": 10089, + "Ġvaluable": 10090, + "raba": 10091, + "ĠLast": 10092, + "ĠNord": 10093, + "Ġspaghetti": 10094, + "Ġcoco": 10095, + "ĠAli": 10096, + "Ġsalad": 10097, + "Ġintense": 10098, + "idd": 10099, + "Ġseis": 10100, + "Ġbetray": 10101, + "Ġopera": 10102, + "ĠYOUR": 10103, + "Ġprospect": 10104, + "500": 10105, + "isse": 10106, + "Ġthumb": 10107, + "ĠBuck": 10108, + "ĠGrant": 10109, + "Ġ1964": 10110, + "inar": 10111, + "Ġasust": 10112, + "ĠBan": 10113, + "Ġgracias": 10114, + "Ġdrawer": 10115, + "Ġscheme": 10116, + "drink": 10117, + "rea": 10118, + "everal": 10119, + "Ġstead": 10120, + "Ġdepth": 10121, + "Ġmá": 10122, + "Ġgym": 10123, + "Ġanimated": 10124, + "Ġalphabet": 10125, + "Ġweb": 10126, + "Ġchamber": 10127, + "Ġens": 10128, + "Mon": 10129, + "ĠtÃŃa": 10130, + "ĠBus": 10131, + "Ġlimp": 10132, + "Hen": 10133, + "quiera": 10134, + "Ġprepare": 10135, + "Ġintention": 10136, + "ĠScottish": 10137, + "Ġbench": 10138, + "Ġenseñ": 10139, + "ĠUt": 10140, + "ĠJason": 10141, + "places": 10142, + "Ġcenturies": 10143, + "ĠOrder": 10144, + "ĠMickey": 10145, + "cope": 10146, + "uled": 10147, + "Ġimit": 10148, + "ĠJersey": 10149, + "Ay": 10150, + "Ġhier": 10151, + "UL": 10152, + "Ġtren": 10153, + "attered": 10154, + "Ġmeter": 10155, + "ĠSocial": 10156, + "Ġawait": 10157, + "ĠPoland": 10158, + "Ġstrawberry": 10159, + "text": 10160, + "ĠKansas": 10161, + "ĠRepresent": 10162, + "Ġwag": 10163, + "etic": 10164, + "ĠSpani": 10165, + "Ġsailed": 10166, + "Ġray": 10167, + "Ġvision": 10168, + "Ġfireman": 10169, + "Ġbattery": 10170, + "lement": 10171, + "ento": 10172, + "Ġnatives": 10173, + "Ġstrict": 10174, + "Ġreturns": 10175, + "ĠMissouri": 10176, + "Ġecho": 10177, + "ĠTeddy": 10178, + "ĠMolly": 10179, + "ĠRus": 10180, + "Ġtrav": 10181, + "Ġsurgery": 10182, + "Ġcorrespond": 10183, + "Ġclase": 10184, + "Ġpartners": 10185, + "Ġpunishment": 10186, + "pea": 10187, + "Ġgoodbye": 10188, + "Ġchart": 10189, + "hol": 10190, + "uous": 10191, + "Ġunex": 10192, + "angers": 10193, + "Ġexplanation": 10194, + "ĠRem": 10195, + "Ġflores": 10196, + "Ġigno": 10197, + "made": 10198, + "iev": 10199, + "ige": 10200, + "Ġbuzz": 10201, + "TV": 10202, + "Ġshortly": 10203, + "Ġmalo": 10204, + "ĠMadame": 10205, + "75": 10206, + "Ġreform": 10207, + "ablo": 10208, + "Ġlaunch": 10209, + "inkle": 10210, + "ordan": 10211, + "Ġdeeply": 10212, + "Blue": 10213, + "Ġindependence": 10214, + "Ġhired": 10215, + "Ġdressing": 10216, + "Ġhemos": 10217, + "ĠApp": 10218, + "asta": 10219, + "rett": 10220, + "Ġconsum": 10221, + "ĠTob": 10222, + "next": 10223, + "aza": 10224, + "Ġbanks": 10225, + "ĠHoly": 10226, + "Ġprime": 10227, + "Ġprecip": 10228, + "ysis": 10229, + "Ġ1967": 10230, + "Ġmidnight": 10231, + "ĠCu": 10232, + "olate": 10233, + "Ġcommission": 10234, + "Ġinterior": 10235, + "Ġexistence": 10236, + "Aren": 10237, + "screams": 10238, + "utiful": 10239, + "Ġconvert": 10240, + "atural": 10241, + "Ġsausage": 10242, + "referring": 10243, + "itter": 10244, + "Ġtool": 10245, + "ĠIng": 10246, + "ĠMouse": 10247, + "Ġimpact": 10248, + "32": 10249, + "ono": 10250, + "Ġsaving": 10251, + "Ġloyal": 10252, + "Ġchimney": 10253, + "Ġzap": 10254, + "Ġvuelta": 10255, + "sylvania": 10256, + "Äģ": 10257, + "ĠAwww": 10258, + "ĠBol": 10259, + "Ġringing": 10260, + "ĠFo": 10261, + "Ġblows": 10262, + "leton": 10263, + "Ġ1940": 10264, + "Ġknot": 10265, + "BA": 10266, + "mel": 10267, + "ĠAqu": 10268, + "Ġuseless": 10269, + "Ġflow": 10270, + "Ġcleared": 10271, + "Uncle": 10272, + "Ġclaimed": 10273, + "fers": 10274, + "hu": 10275, + "anwhile": 10276, + "istor": 10277, + "Ġmús": 10278, + "rock": 10279, + "ĠPlease": 10280, + "vention": 10281, + "ĠAustrian": 10282, + "nine": 10283, + "Ġcricket": 10284, + "Ġrocket": 10285, + "Ġashore": 10286, + "Ġbib": 10287, + "Ġfeature": 10288, + "before": 10289, + "force": 10290, + "ika": 10291, + "Ġthirsty": 10292, + "onge": 10293, + "Exactly": 10294, + "Ġdevice": 10295, + "Ġelephants": 10296, + "Ġinnit": 10297, + "master": 10298, + "Ġido": 10299, + "Ġcolegio": 10300, + "Ġpreoc": 10301, + "mann": 10302, + "Ġcoloring": 10303, + "có": 10304, + "etes": 10305, + "ĠClara": 10306, + "Ġrecovered": 10307, + "Ġthreatened": 10308, + "EV": 10309, + "theless": 10310, + "Ġstaring": 10311, + "70": 10312, + "James": 10313, + "Ġwhilst": 10314, + "Ġvic": 10315, + "Ġextended": 10316, + "HL": 10317, + "Ġswept": 10318, + "enneth": 10319, + "Ġfalta": 10320, + "alog": 10321, + "Ġnonsense": 10322, + "ĠNana": 10323, + "Ġcarre": 10324, + "osaur": 10325, + "PS": 10326, + "ghan": 10327, + "anza": 10328, + "ograp": 10329, + "Ġvacation": 10330, + "Ġcotton": 10331, + "oting": 10332, + "Ġsticking": 10333, + "Ġvolcan": 10334, + "Ġescal": 10335, + "eness": 10336, + "icial": 10337, + "ĠSat": 10338, + "ĠJohnny": 10339, + "Ġdelightful": 10340, + "ĠTop": 10341, + "Ġunhappy": 10342, + "Play": 10343, + "Aqu": 10344, + "iete": 10345, + "Ġinsisted": 10346, + "Ġalrededor": 10347, + "ders": 10348, + "Ġ(,": 10349, + "Ġsquad": 10350, + "Ġvillages": 10351, + "ĠSara": 10352, + "ĠGreg": 10353, + "Ġamo": 10354, + "build": 10355, + "Ġbastard": 10356, + "called": 10357, + "ĠSub": 10358, + "Ġdeserve": 10359, + "roy": 10360, + "Ġrefers": 10361, + "Ġinsurance": 10362, + "Ġsumm": 10363, + "TS": 10364, + "ô": 10365, + "Ġfeared": 10366, + "Ġmonta": 10367, + "Ġbearing": 10368, + "ĠPapa": 10369, + "ĠBrazilian": 10370, + "otic": 10371, + "ĠMich": 10372, + "ĠDi": 10373, + "Ġpaso": 10374, + "kyo": 10375, + "Ġhelicopter": 10376, + "ĠNOT": 10377, + "ĠVis": 10378, + "Ġtouching": 10379, + "ĠDie": 10380, + "engu": 10381, + "Ġlemon": 10382, + "outheast": 10383, + "zan": 10384, + "adu": 10385, + "pless": 10386, + "Ġarticles": 10387, + "31": 10388, + "Ġpatients": 10389, + "oned": 10390, + "ÃŃf": 10391, + "paña": 10392, + "ennis": 10393, + "Ġarrive": 10394, + "Ġclosing": 10395, + "Ġspending": 10396, + "'...": 10397, + "ĠSong": 10398, + "Ġproceeded": 10399, + "Ġrubber": 10400, + "Ġwhale": 10401, + "bors": 10402, + "jump": 10403, + "Ġnort": 10404, + "ĠAk": 10405, + "truck": 10406, + "99": 10407, + "BO": 10408, + "great": 10409, + "imme": 10410, + "ĠTem": 10411, + "Ġinstantly": 10412, + "ĠCharlotte": 10413, + "Ġdigo": 10414, + "Ġrein": 10415, + "Ġvos": 10416, + "Ġcaer": 10417, + "Ġfigured": 10418, + "Ġdetermin": 10419, + "Res": 10420, + "olph": 10421, + "Ġconference": 10422, + "Ġconvinced": 10423, + "SH": 10424, + "Ġprote": 10425, + "Ġdesar": 10426, + "Ġstudying": 10427, + "mum": 10428, + "Ġdumb": 10429, + "Ġreput": 10430, + "Ġcooked": 10431, + "Ġtack": 10432, + "ĠSav": 10433, + "Ġindign": 10434, + "Ġsteep": 10435, + "Black": 10436, + "Ġhermana": 10437, + "Ġhistorical": 10438, + "ĠClaus": 10439, + "Both": 10440, + "cus": 10441, + "opy": 10442, + "Ġarose": 10443, + "Ġcaut": 10444, + "Ġtouches": 10445, + "Ġ1945": 10446, + "Ġsailing": 10447, + "Ġbebé": 10448, + "ĠTell": 10449, + "ĠBeat": 10450, + "ropriate": 10451, + "Ġatmosphere": 10452, + "need": 10453, + "Fin": 10454, + "Ġ/": 10455, + "rob": 10456, + "Ġimpr": 10457, + "34": 10458, + "ĠGall": 10459, + "Ġcommit": 10460, + "Ġvegetables": 10461, + "Ġtoe": 10462, + "Ġcounting": 10463, + "Ġimpress": 10464, + "ĠLoire": 10465, + "Ġber": 10466, + "Ġstared": 10467, + "Ġspill": 10468, + "Ġhopes": 10469, + "Ġaffected": 10470, + "ĠKNOW": 10471, + "Ġchurches": 10472, + "Somebody": 10473, + "ĠDavis": 10474, + "Ġcheek": 10475, + "ĠPennsylvania": 10476, + "gor": 10477, + "Ġtide": 10478, + "organ": 10479, + "elf": 10480, + "Ġhoras": 10481, + "Ġstatus": 10482, + "him": 10483, + "sname": 10484, + "Ġseed": 10485, + "ĠDam": 10486, + "ĠserÃŃa": 10487, + "olley": 10488, + "uela": 10489, + "Ġdraws": 10490, + "rifice": 10491, + "wart": 10492, + "Ġflesh": 10493, + "ainted": 10494, + "uddle": 10495, + "Ġexpressed": 10496, + "Ġtune": 10497, + "hings": 10498, + "Ġslee": 10499, + "Ġliterature": 10500, + "tie": 10501, + "Ġdistricts": 10502, + "Ġpirates": 10503, + "ieur": 10504, + "ĠprÃŃncipe": 10505, + "Ġfee": 10506, + "ĠrÃŃo": 10507, + "Ġdisag": 10508, + "Ġwinds": 10509, + "Ġliquid": 10510, + "Hab": 10511, + "ĠCab": 10512, + "ĠStory": 10513, + "ĠEddie": 10514, + "Ġdried": 10515, + "ĠKa": 10516, + "ertainly": 10517, + "Ty": 10518, + "loo": 10519, + "western": 10520, + "cuando": 10521, + "atura": 10522, + "ĠAuntie": 10523, + "uros": 10524, + "Ġdemocr": 10525, + "Ġvaca": 10526, + "Co": 10527, + "anges": 10528, + "exclamó": 10529, + "Ġenjoying": 10530, + "GAI": 10531, + "omed": 10532, + "ĠWolf": 10533, + "Ġnowhere": 10534, + "lap": 10535, + "Ġfires": 10536, + "Ġdrill": 10537, + "Ġcanton": 10538, + "Ġdinosaurs": 10539, + "Ġexpedition": 10540, + "Ġ]": 10541, + "Ġgolf": 10542, + "Ġlawn": 10543, + "ĠClark": 10544, + "Ġfare": 10545, + "Ġhen": 10546, + "toy": 10547, + "Ġfierce": 10548, + "ĠLewis": 10549, + "Ġesas": 10550, + "Ġinsp": 10551, + "ifferent": 10552, + "Ġhated": 10553, + "Ġsola": 10554, + "Ġexpert": 10555, + "IST": 10556, + "Ġeditor": 10557, + "Ġ1966": 10558, + "Ġcierto": 10559, + "pson": 10560, + "shh": 10561, + "Ġcorre": 10562, + "ĠAngel": 10563, + "Ġattempts": 10564, + "Ġgest": 10565, + "uding": 10566, + "Ġlasted": 10567, + "Ġpacked": 10568, + "nor": 10569, + "erÃŃa": 10570, + "Ġcheerful": 10571, + "ĠGreece": 10572, + "Ġpoured": 10573, + "Ġalar": 10574, + "ĠKong": 10575, + "Ġacts": 10576, + "Ġchances": 10577, + "Ġgenus": 10578, + "Ġrattle": 10579, + "Ġúltimo": 10580, + "Time": 10581, + "mpt": 10582, + "moving": 10583, + "Ġassured": 10584, + "Ġdirections": 10585, + "Ġkicked": 10586, + "ĠLabour": 10587, + "55": 10588, + "MB": 10589, + "Ġdwell": 10590, + "Ġlun": 10591, + "ĠApple": 10592, + "Ġflies": 10593, + "Ġwaving": 10594, + "fits": 10595, + "wick": 10596, + "otted": 10597, + "ĠSandy": 10598, + "ĠMeg": 10599, + "issors": 10600, + "Ġcrept": 10601, + "Ġwidely": 10602, + "Ġempezó": 10603, + "gs": 10604, + "ARD": 10605, + "Ġdonkey": 10606, + "Ġouter": 10607, + "ĠForm": 10608, + "Ġcualquier": 10609, + "tw": 10610, + "Ġdul": 10611, + "ĠDallas": 10612, + "inton": 10613, + "ĠTele": 10614, + "vocalization": 10615, + "ĠKorean": 10616, + "Ac": 10617, + "gins": 10618, + "Ġexhib": 10619, + "Ġrojo": 10620, + "Ġcorpor": 10621, + "vior": 10622, + "Ġemot": 10623, + "Ġcultural": 10624, + "Ġpudo": 10625, + "Sim": 10626, + "Ġ32": 10627, + "Ġcharges": 10628, + "puesto": 10629, + "ĠEnter": 10630, + "ĠEra": 10631, + "Ġdescription": 10632, + "Ġjungle": 10633, + "\";": 10634, + "ouches": 10635, + "iat": 10636, + "chestra": 10637, + "Ġfriendship": 10638, + "Bring": 10639, + "Down": 10640, + "Ġvino": 10641, + "Ġwherever": 10642, + "Ġsacred": 10643, + "Ġseguro": 10644, + "Ġsop": 10645, + "Were": 10646, + "Ġpreviously": 10647, + "Ġengineer": 10648, + "Ġdiscipl": 10649, + "ettle": 10650, + "adamente": 10651, + "Ġstout": 10652, + "ĠMun": 10653, + "Ġobtained": 10654, + "Rel": 10655, + "mu": 10656, + "ĠRecords": 10657, + "Want": 10658, + "mamá": 10659, + "Ġfestival": 10660, + "Ġargu": 10661, + "Ġyer": 10662, + "Ġobtain": 10663, + "Ġoxygen": 10664, + "Ġsucceed": 10665, + "Ġforests": 10666, + "ĠJews": 10667, + "Ġune": 10668, + "Ġdevil": 10669, + "90": 10670, + "itched": 10671, + "sequ": 10672, + "oused": 10673, + "Ġkindness": 10674, + "Ġcatching": 10675, + "ĠPercy": 10676, + "Ġsniff": 10677, + "Ġhip": 10678, + "Ġvend": 10679, + "ĠGray": 10680, + "Ġfortun": 10681, + "boles": 10682, + "duck": 10683, + "asped": 10684, + "April": 10685, + "ERS": 10686, + "Ġtribes": 10687, + "Ġbreathe": 10688, + "Ġsavage": 10689, + "ĠFilm": 10690, + "George": 10691, + "Ġmoo": 10692, + "Ġtob": 10693, + "Ġloads": 10694, + "ĠKar": 10695, + "holding": 10696, + "æ": 10697, + "amen": 10698, + "Ġunlike": 10699, + "Ġsticky": 10700, + "Ġorganized": 10701, + "Ġmulti": 10702, + "Ġfrequently": 10703, + "Jan": 10704, + "ĠPig": 10705, + "ĠEX": 10706, + "Ġcollected": 10707, + "Ġestablish": 10708, + "Ġumbrella": 10709, + "tan": 10710, + "Ġpueblo": 10711, + "ĠMill": 10712, + "chó": 10713, + "Ġabund": 10714, + "chas": 10715, + "Ġmovements": 10716, + "Ġrabbits": 10717, + "Ġhed": 10718, + "Ġmounted": 10719, + "Ġcalend": 10720, + "ampoco": 10721, + "ducation": 10722, + "Ġapplied": 10723, + "piece": 10724, + "Ġpeak": 10725, + "ĠIce": 10726, + "Ġnasty": 10727, + "ĠSix": 10728, + "ifying": 10729, + "Ġshots": 10730, + "Ġdelivered": 10731, + "Ġimpression": 10732, + "Ġexplore": 10733, + "Ġalbums": 10734, + "Ġnegative": 10735, + "Ġgradually": 10736, + "iac": 10737, + "Ġthief": 10738, + "arson": 10739, + "Ġcopies": 10740, + "Ġsteamer": 10741, + "Ġresources": 10742, + "mates": 10743, + "Ġsubmar": 10744, + "duction": 10745, + "Ġsnakes": 10746, + "uther": 10747, + "stal": 10748, + "Ġholy": 10749, + "ĠGuard": 10750, + "taking": 10751, + "ĠAra": 10752, + "ĠAth": 10753, + "udge": 10754, + "Ġresol": 10755, + "ĠAssembly": 10756, + "Ġsolution": 10757, + "ĠDanny": 10758, + "Ġtickets": 10759, + "Ġparish": 10760, + "Ġmachines": 10761, + "Ġcontar": 10762, + "Stand": 10763, + "ĠClass": 10764, + "Ġwrapped": 10765, + "IES": 10766, + "erman": 10767, + "ĠWild": 10768, + "Ġballet": 10769, + "ĠJeannine": 10770, + "ĠRaj": 10771, + "Ġreflect": 10772, + "hands": 10773, + "yyy": 10774, + "ĠNavy": 10775, + "ĠUs": 10776, + "silly": 10777, + "Ġhumor": 10778, + "nut": 10779, + "Ġfetch": 10780, + "ĠHab": 10781, + "ĠRand": 10782, + "ĠApollo": 10783, + "Ġkilomet": 10784, + "Hay": 10785, + "Ġnav": 10786, + "ĠcaÃŃdo": 10787, + "Ġattitude": 10788, + "Ġdraft": 10789, + "ĠPatrick": 10790, + "Ġindustrial": 10791, + "Ġ300": 10792, + "Ġcapitán": 10793, + "Ġcorriendo": 10794, + "Ġdiscussion": 10795, + "Ġkings": 10796, + "ĠGuy": 10797, + "ANN": 10798, + "ĠArk": 10799, + "ĠVictoria": 10800, + "pin": 10801, + "ĠBank": 10802, + "phant": 10803, + "cond": 10804, + "zes": 10805, + "urb": 10806, + "ĠDer": 10807, + "akh": 10808, + "rim": 10809, + "Ġdrank": 10810, + "ĠSnow": 10811, + "Ġencontró": 10812, + "Ġchampionship": 10813, + "Ġtab": 10814, + "Ġhu": 10815, + "rove": 10816, + "Ġalcan": 10817, + "ĠDolly": 10818, + "Ġengage": 10819, + "ĠWould": 10820, + "Ġlobo": 10821, + "soft": 10822, + "Ġpossibility": 10823, + "Ġmercy": 10824, + "ĠWinnie": 10825, + "Aunt": 10826, + "ésta": 10827, + "Ġacerc": 10828, + "Ġassistance": 10829, + "twenty": 10830, + "Ġcuts": 10831, + "Ġabsence": 10832, + "Ġnesting": 10833, + "haw": 10834, + "Ġgrade": 10835, + "Ġellas": 10836, + "Gl": 10837, + "Ric": 10838, + "rah": 10839, + "Ġclap": 10840, + "ĠHealth": 10841, + "Ġguar": 10842, + "Ġmerchant": 10843, + "arios": 10844, + "ĠMarÃŃa": 10845, + "MU": 10846, + "dr": 10847, + "ĠSax": 10848, + "pector": 10849, + "Ġsup": 10850, + "reading": 10851, + "ĠPedro": 10852, + "Ġneut": 10853, + "Ġunique": 10854, + "yeh": 10855, + "Ġtant": 10856, + "Ġobjet": 10857, + "ezes": 10858, + "Ġmuñe": 10859, + "vor": 10860, + "akin": 10861, + "bras": 10862, + "Ġinterpret": 10863, + "Ġcloset": 10864, + "Ġdespert": 10865, + "Ġcycl": 10866, + "Ġstrawberries": 10867, + "Ġrazón": 10868, + "UE": 10869, + "adelp": 10870, + "ĠTour": 10871, + "Ġsneak": 10872, + "Ġlá": 10873, + "ĠPete": 10874, + "ĠRal": 10875, + "Ġdragged": 10876, + "[$=": 10877, + "uera": 10878, + "ĠLind": 10879, + "earch": 10880, + "Ġentr": 10881, + "Ġllevar": 10882, + "Ġscra": 10883, + "Ġgrief": 10884, + "Eng": 10885, + "Ġà²": 10886, + "Ġaccompanied": 10887, + "zed": 10888, + "helle": 10889, + "aroo": 10890, + "ĠLO": 10891, + "Geography": 10892, + "Home": 10893, + "phew": 10894, + "quis": 10895, + "ĠDuck": 10896, + "Ġcush": 10897, + "itors": 10898, + "venue": 10899, + "Ġoccasionally": 10900, + "Ġmysterious": 10901, + "continues": 10902, + "JW": 10903, + "Ġgre": 10904, + "Ġstays": 10905, + "papers": 10906, + "Ġtriste": 10907, + "umpty": 10908, + "Ġsailors": 10909, + "Ġpackage": 10910, + "ĠAntonio": 10911, + "Ġninguna": 10912, + "Ġinstructions": 10913, + "Rob": 10914, + "hor": 10915, + "ĠDiana": 10916, + ".=": 10917, + "Ġpine": 10918, + "Ġbottles": 10919, + "Ġlabel": 10920, + "aver": 10921, + "Ġmaintain": 10922, + "à¯": 10923, + "ĠBesides": 10924, + "apare": 10925, + "clever": 10926, + "Ġnecklace": 10927, + "Ġgal": 10928, + "ĠHans": 10929, + "ĠThose": 10930, + "said": 10931, + "Ġphoto": 10932, + "ĠmÃŃa": 10933, + "Ġbegged": 10934, + "acer": 10935, + "thony": 10936, + "putting": 10937, + "Ġhats": 10938, + "later": 10939, + "Ġverde": 10940, + "Ġsilk": 10941, + "lon": 10942, + "ĠTaylor": 10943, + "Bien": 10944, + "Ġdejar": 10945, + "Better": 10946, + "IX": 10947, + "gives": 10948, + "Ġjolly": 10949, + "Ġswung": 10950, + "Ġchickens": 10951, + "Ġrecib": 10952, + "Ġheap": 10953, + "lah": 10954, + "cal": 10955, + "aremos": 10956, + "brero": 10957, + "Ġrefuse": 10958, + "ĠForce": 10959, + "Ġalegr": 10960, + "Ġbicycle": 10961, + "ÃŃm": 10962, + "ĠFif": 10963, + "ranscribed": 10964, + "Ang": 10965, + "jamin": 10966, + "Ġsuced": 10967, + "Ġmuff": 10968, + "Ġchildhood": 10969, + "Ġ180": 10970, + "Ġnorthwest": 10971, + "ĠEllie": 10972, + "Ġsmoking": 10973, + "100": 10974, + "Ġduties": 10975, + "ultan": 10976, + "International": 10977, + "ustomed": 10978, + "Ġsplash": 10979, + "tries": 10980, + "esome": 10981, + "Ġnoon": 10982, + "Ġshelf": 10983, + "Ġdije": 10984, + "Ġdropping": 10985, + "Ġsoftware": 10986, + "ĠCass": 10987, + "ól": 10988, + "Ġcuál": 10989, + "ĠFrances": 10990, + "Ġposible": 10991, + "Ġunexpected": 10992, + "iencia": 10993, + "Ġjoint": 10994, + "LES": 10995, + "NIC": 10996, + "Ġello": 10997, + "Ġroar": 10998, + "Ġrival": 10999, + "Ġleads": 11000, + "Ġmaterials": 11001, + "Ġbeef": 11002, + "ĠInternet": 11003, + "Ġstress": 11004, + "alling": 11005, + "Ġlover": 11006, + "ĠVery": 11007, + "Ġregal": 11008, + "Ġwarned": 11009, + "Ġ1965": 11010, + "Ġacquaint": 11011, + "oplane": 11012, + "ĠHeaven": 11013, + "Ġonline": 11014, + "Ġroot": 11015, + "Ġroots": 11016, + "Ġclay": 11017, + "Ġchip": 11018, + "riet": 11019, + "abama": 11020, + "ĠArm": 11021, + "chers": 11022, + "Ġdey": 11023, + "them": 11024, + "ubs": 11025, + "Ġhelpless": 11026, + "Ġcharming": 11027, + "whines": 11028, + "Ġ1956": 11029, + "ĠMichigan": 11030, + "Mmm": 11031, + "once": 11032, + "Ġreject": 11033, + "Ġuncons": 11034, + "zzy": 11035, + "Ġcollar": 11036, + "Ġmour": 11037, + "stay": 11038, + "Ġanyhow": 11039, + "Ġrepeat": 11040, + "cuit": 11041, + "ippi": 11042, + "rac": 11043, + "ĠNina": 11044, + "Ġspaces": 11045, + "Ġconstantly": 11046, + "Ġbade": 11047, + "Ġlip": 11048, + "Ġmillions": 11049, + "Ġsandwiches": 11050, + "ĠSwedish": 11051, + "ĠDirector": 11052, + "Ġfá": 11053, + "Ġadding": 11054, + "Ġbonito": 11055, + "probably": 11056, + "Ġinvented": 11057, + "Ġrevealed": 11058, + "Ġtables": 11059, + "Ġ1963": 11060, + "Ġinfant": 11061, + "Ġcrowded": 11062, + "ĠChampionships": 11063, + "42": 11064, + "than": 11065, + "Ġmars": 11066, + "anch": 11067, + "Ġheels": 11068, + "ĠNell": 11069, + "Ġcampo": 11070, + "Bobby": 11071, + "Ġwww": 11072, + "Ġkidna": 11073, + "Ġfaced": 11074, + "acles": 11075, + "isión": 11076, + "Ġjard": 11077, + "Ġsubjects": 11078, + "Ġchallenge": 11079, + "adelphia": 11080, + "Inde": 11081, + "Ġsilla": 11082, + "amo": 11083, + "Ġnieve": 11084, + "ĠGa": 11085, + "Ġmonarch": 11086, + "Ġtriangle": 11087, + "ĠSeries": 11088, + "everybody": 11089, + "ĠStephen": 11090, + "Ġaleg": 11091, + "Ġgolpe": 11092, + "iqu": 11093, + "oray": 11094, + "vet": 11095, + "Ġatom": 11096, + "Ġatra": 11097, + "Ġfridge": 11098, + "ĠAlan": 11099, + "apple": 11100, + "Ġmidst": 11101, + "Ġcandle": 11102, + "Ġelectricity": 11103, + "amar": 11104, + "Ġperse": 11105, + "Ġdetrás": 11106, + "fficer": 11107, + "Har": 11108, + "ĠTal": 11109, + "Ġresolved": 11110, + "Ġencant": 11111, + "ĠÃģ": 11112, + "ĠSimon": 11113, + "sal": 11114, + "ĠBav": 11115, + "Ġpobl": 11116, + "Ġinsist": 11117, + "Ġlaying": 11118, + "ĠConserv": 11119, + "iéndose": 11120, + "ection": 11121, + "Ġfacts": 11122, + "Ġruin": 11123, + "Ġbatteries": 11124, + "mus": 11125, + "iere": 11126, + "ĠFC": 11127, + "Ġfaithful": 11128, + "Ġpy": 11129, + "ĠBelle": 11130, + "Ġarro": 11131, + "rash": 11132, + "Ġstrongly": 11133, + "Ġconcluded": 11134, + "Ġalcohol": 11135, + "moo": 11136, + "Ġsung": 11137, + "bsolutely": 11138, + "Ġvictims": 11139, + "Ġfavourite": 11140, + "ĠAfghan": 11141, + "Ross": 11142, + "Ġlux": 11143, + "ĠEarl": 11144, + "Ġgrim": 11145, + "Ġcrap": 11146, + "Ġbeard": 11147, + "ĠWalk": 11148, + "Ġlegisl": 11149, + "ĠManchester": 11150, + "Happy": 11151, + "ser": 11152, + "ĠAgn": 11153, + "ĠNews": 11154, + "Ġanchor": 11155, + "ropolitan": 11156, + "Ġmue": 11157, + "Ġpace": 11158, + "Ġease": 11159, + "ĠBre": 11160, + "ĠPope": 11161, + "Ġyourselves": 11162, + "Ġchrist": 11163, + "Ġzero": 11164, + "ĠNorman": 11165, + "ĠTha": 11166, + "tendo": 11167, + "Ġincor": 11168, + "Ġsangre": 11169, + "ĠHonor": 11170, + "Ġrend": 11171, + "och": 11172, + "ĠDown": 11173, + "geon": 11174, + "Ġpuff": 11175, + "Ġbarely": 11176, + "Pas": 11177, + "bad": 11178, + "gle": 11179, + "Ġmart": 11180, + "Ġtricks": 11181, + "ĠAlicia": 11182, + "Ġlengu": 11183, + "ĠMaybe": 11184, + "ĠGot": 11185, + "enses": 11186, + "Ġsympt": 11187, + "Ġbells": 11188, + "Ġbacter": 11189, + "ienen": 11190, + "Ġending": 11191, + "���": 11192, + "ĠShah": 11193, + "Ġvista": 11194, + "ĠCastle": 11195, + "Ġaliens": 11196, + "bear": 11197, + "Ġsank": 11198, + "WHAT": 11199, + "Ġtremendous": 11200, + "wash": 11201, + "ĠSay": 11202, + "terior": 11203, + "ĠGre": 11204, + "inta": 11205, + "Ġrecover": 11206, + "found": 11207, + "zado": 11208, + "Ġtig": 11209, + "Ġbeings": 11210, + "Ġplanes": 11211, + "ĠNorway": 11212, + "Mus": 11213, + "bien": 11214, + "orus": 11215, + "Ġwilln": 11216, + "ĠEspaña": 11217, + "FL": 11218, + "Ġestuv": 11219, + "Ġformal": 11220, + "Ġholidays": 11221, + "Ġinvestigation": 11222, + "Ġtroubled": 11223, + "onsieur": 11224, + "Anne": 11225, + "Ġcloses": 11226, + "Ġencontr": 11227, + "pter": 11228, + "Ġsiento": 11229, + "Ġforbid": 11230, + "Ġguards": 11231, + "Ġgazed": 11232, + "âĢķâĢķ": 11233, + "knock": 11234, + "hee": 11235, + "Ġpanc": 11236, + "ede": 11237, + "ilton": 11238, + "ĠWee": 11239, + "ĠEmma": 11240, + "Ġtennis": 11241, + "alax": 11242, + "Ġsacrifice": 11243, + "ĠCommission": 11244, + "ĠMadrid": 11245, + "ĠPolish": 11246, + "Ġocup": 11247, + "Ġbreeze": 11248, + "Cu": 11249, + "Ġlt": 11250, + "ĠSher": 11251, + "ĠEN": 11252, + "ĠTurkey": 11253, + "ĠReally": 11254, + "Ġsuggestion": 11255, + "Ġpumpkin": 11256, + "Ġimpatient": 11257, + "ĠHong": 11258, + "Ġsuicide": 11259, + "ĠFanny": 11260, + "Ġwarn": 11261, + "Ġ1961": 11262, + "Ġelections": 11263, + "Ġemploye": 11264, + "Fire": 11265, + "life": 11266, + "Ġawards": 11267, + "Ġstab": 11268, + "ĠEste": 11269, + "Ġcops": 11270, + "Ġviews": 11271, + "Ġdejó": 11272, + "Laura": 11273, + "ĠPostman": 11274, + "Tony": 11275, + "Ġsuerte": 11276, + "Ġpien": 11277, + "Ġseal": 11278, + "Ġard": 11279, + "Ġgraph": 11280, + "ĠClare": 11281, + "Ġcigaret": 11282, + "Ġtravés": 11283, + "Had": 11284, + "gment": 11285, + "Ġgates": 11286, + "ulgar": 11287, + "angaroo": 11288, + "alem": 11289, + "Ġcovering": 11290, + "Ġárboles": 11291, + "Ġningún": 11292, + "cen": 11293, + "ĠRh": 11294, + "Ġ75": 11295, + "ĠFranklin": 11296, + "Ġgorgeous": 11297, + "Ġintegr": 11298, + "Ġneighbors": 11299, + "Ġbeaten": 11300, + "ĠLawrence": 11301, + "Ġintroduce": 11302, + "Ġack": 11303, + "Ġwoof": 11304, + "ĠSister": 11305, + "ĠMoo": 11306, + "iley": 11307, + "ĠTokyo": 11308, + "Ġsecretary": 11309, + "ĠMatemática": 11310, + "ĠAL": 11311, + "ĠEaster": 11312, + "Ġcrossing": 11313, + "66": 11314, + "UD": 11315, + "san": 11316, + "Ġsan": 11317, + "Ġske": 11318, + "Ġnail": 11319, + "Ġloft": 11320, + "ĠOhio": 11321, + "Ġfuerza": 11322, + "ui": 11323, + "Anna": 11324, + "Ġprofession": 11325, + "Ġpermitted": 11326, + "ded": 11327, + "Ġreference": 11328, + "ĠKhan": 11329, + "date": 11330, + "Ġgenerous": 11331, + "Da": 11332, + "ĠLion": 11333, + "Ġexceed": 11334, + "ĠOUT": 11335, + "Ġowners": 11336, + "Ġemperor": 11337, + "clamation": 11338, + "ĠRaymond": 11339, + "Ġrescu": 11340, + "Ġslice": 11341, + "mbur": 11342, + "Run": 11343, + "Robert": 11344, + "mummy": 11345, + "Ġbun": 11346, + "Ġaccused": 11347, + "Ġedition": 11348, + "ĠLeslie": 11349, + "Ġnapp": 11350, + "ĠCare": 11351, + "Ġtrace": 11352, + "Ġmuerto": 11353, + "ĠStr": 11354, + "elson": 11355, + "Ġdetail": 11356, + "Ġ1947": 11357, + "rified": 11358, + "?]": 11359, + "Ġwis": 11360, + "ĠBomba": 11361, + "Ġleather": 11362, + "Ġremarkable": 11363, + "Ġ;": 11364, + "Ġ1948": 11365, + "óm": 11366, + "Ġsweets": 11367, + "Ġkissing": 11368, + "Ġoperations": 11369, + "ĠEgyptian": 11370, + "Ġdomestic": 11371, + "Ġcandidate": 11372, + "\".\"": 11373, + "fs": 11374, + "ĠDog": 11375, + "Ġoperating": 11376, + "Ġscreaming": 11377, + "loyd": 11378, + "Ġcolonel": 11379, + "Ġ1962": 11380, + "ĠPlan": 11381, + "Ġsympathy": 11382, + "Lara": 11383, + "Ġboring": 11384, + "Ġparliament": 11385, + "rops": 11386, + "unnecessary": 11387, + "ĠWait": 11388, + "Ġcared": 11389, + "Ġobvious": 11390, + "Ġfeliz": 11391, + "ĠJake": 11392, + "ective": 11393, + "ĠBruce": 11394, + "unted": 11395, + "Ġquestioned": 11396, + "hearted": 11397, + "Ġmuttered": 11398, + "imal": 11399, + "ĠBroad": 11400, + "Ġsober": 11401, + "ubby": 11402, + "retty": 11403, + "ĠSuch": 11404, + "bery": 11405, + "ordinary": 11406, + "Ġskirt": 11407, + "ĠMorgan": 11408, + "Ġocur": 11409, + "andal": 11410, + "Ġcargo": 11411, + "Ġcausing": 11412, + "ĠHoward": 11413, + "Ġstretch": 11414, + "ture": 11415, + "Ġdude": 11416, + "star": 11417, + "akers": 11418, + "issippi": 11419, + "Ġmusician": 11420, + "Ġlleva": 11421, + "ĠMcC": 11422, + "Ġcomrades": 11423, + "choc": 11424, + "Ġbrace": 11425, + "Ġadapt": 11426, + "ĠGrandpa": 11427, + "Ġaliment": 11428, + "ĠWrest": 11429, + "Ġmit": 11430, + "Ġtheme": 11431, + "Ġgrows": 11432, + "Twenty": 11433, + "wich": 11434, + "Ġfoss": 11435, + "Ġimpl": 11436, + "Ġinvite": 11437, + "Ġassault": 11438, + "Ġvoyage": 11439, + "Ġdespite": 11440, + "Ġenormous": 11441, + "itals": 11442, + "Ġaloud": 11443, + "ĠClar": 11444, + "Ġdelicate": 11445, + "Ġtire": 11446, + "Ġcra": 11447, + "ori": 11448, + "eda": 11449, + "ĠCwww": 11450, + "Ġawfully": 11451, + "Ġexperienced": 11452, + "Ġvirus": 11453, + "Ġflav": 11454, + "Ġgrav": 11455, + "Ġcritical": 11456, + "Ġrápido": 11457, + "Ġpreocup": 11458, + "Hal": 11459, + "alu": 11460, + "amples": 11461, + "Ġcontained": 11462, + "Ġhacerlo": 11463, + "ITTLE": 11464, + "ĠCoast": 11465, + "Ġcuarto": 11466, + "bies": 11467, + "nies": 11468, + "ĠSC": 11469, + "Ġjer": 11470, + "ĠJordan": 11471, + "Ġglory": 11472, + "Ġturkey": 11473, + "Personal": 11474, + "General": 11475, + "riel": 11476, + "Ġconj": 11477, + "Ġtwin": 11478, + "Ġyoungest": 11479, + "Gracias": 11480, + "Ġpoetry": 11481, + "Ġcarrot": 11482, + "Ġhijos": 11483, + "rup": 11484, + "ĠOb": 11485, + "Ġestre": 11486, + "prise": 11487, + "Ġstuffed": 11488, + "Ġmistaken": 11489, + "ĠPolice": 11490, + "Ġgaze": 11491, + "hola": 11492, + "pict": 11493, + "ĠWel": 11494, + "Ġblast": 11495, + "nin": 11496, + "ĠNa": 11497, + "Ġpoly": 11498, + "Ġmothers": 11499, + "Ġ1959": 11500, + "Ġpresidential": 11501, + "IP": 11502, + "arted": 11503, + "ĠGen": 11504, + "agers": 11505, + "Ġshakes": 11506, + "Ġanxiously": 11507, + "ĠÃī": 11508, + "Sal": 11509, + "cular": 11510, + "Ġwars": 11511, + "Ġsnack": 11512, + "ĠHindu": 11513, + "mont": 11514, + "úbl": 11515, + "Ġintelligence": 11516, + "Bel": 11517, + "XX": 11518, + "Ġrage": 11519, + "Ġrecuer": 11520, + "Ġpotential": 11521, + "Ġbehavior": 11522, + "Baby": 11523, + "Ġreina": 11524, + "Ġfrank": 11525, + "ĠVien": 11526, + "ĠThus": 11527, + "Ġcert": 11528, + "ĠMayor": 11529, + "Henry": 11530, + "LOU": 11531, + "Show": 11532, + "iate": 11533, + "etime": 11534, + "Ġallows": 11535, + "Ġclar": 11536, + "perhaps": 11537, + "hog": 11538, + "ugu": 11539, + "Death": 11540, + "ĠTech": 11541, + "Red": 11542, + "Ġseman": 11543, + "Ġsemi": 11544, + "ĠCAN": 11545, + "Ġbride": 11546, + "ĠAlaska": 11547, + "Ġdipl": 11548, + "Ġsist": 11549, + "Ġdol": 11550, + "ĠSar": 11551, + "Ġkitten": 11552, + "ĠUP": 11553, + "Doctor": 11554, + "41": 11555, + "Ġstool": 11556, + "ĠPower": 11557, + "Ġnephew": 11558, + "Ġtenido": 11559, + "Ġchairman": 11560, + "Ġraces": 11561, + "ĠSamuel": 11562, + "78": 11563, + "Ġinfect": 11564, + "Ġpeep": 11565, + "ĠYa": 11566, + "cules": 11567, + "Ġgrounds": 11568, + "ĠOffice": 11569, + "Ġitem": 11570, + "ĠSP": 11571, + "ulting": 11572, + "iki": 11573, + "Ġmoral": 11574, + "Ġhelmet": 11575, + "Ġgrocer": 11576, + "Harry": 11577, + "Nicole": 11578, + "Ġfiring": 11579, + "ĠCze": 11580, + "vard": 11581, + "Ġmhm": 11582, + "esar": 11583, + "ĠSA": 11584, + "ellas": 11585, + "ĠAlabama": 11586, + "Ġdefence": 11587, + "43": 11588, + "Ol": 11589, + "pink": 11590, + "Ġefect": 11591, + "utes": 11592, + "Ġstor": 11593, + "bread": 11594, + "Ġadditional": 11595, + "Ġburnt": 11596, + "whispering": 11597, + "hon": 11598, + "Ġnails": 11599, + "Ġterribly": 11600, + "Sw": 11601, + "sna": 11602, + "ups": 11603, + "Ġmice": 11604, + "Ġyield": 11605, + "Ġjury": 11606, + "Ġspray": 11607, + "ĠPrisc": 11608, + "ĠColumbia": 11609, + "rio": 11610, + "quieres": 11611, + "INE": 11612, + "ĠLat": 11613, + "ĠPhiladelphia": 11614, + "Ġabuela": 11615, + "]...": 11616, + "mission": 11617, + "uart": 11618, + "ingle": 11619, + "ĠUna": 11620, + "Ġcuidado": 11621, + "ĠMario": 11622, + "ĠSpider": 11623, + "sur": 11624, + "rovers": 11625, + "Ġlongest": 11626, + "CL": 11627, + "UCK": 11628, + "Ġbass": 11629, + "Ġbars": 11630, + "Ġgifts": 11631, + "ĠTurn": 11632, + "Ġcuánt": 11633, + "Ġhappily": 11634, + "Ġemphas": 11635, + "Ġ1952": 11636, + "Ġhastily": 11637, + "ĠVictor": 11638, + "Ġgum": 11639, + "ĠKenneth": 11640, + "Ġsites": 11641, + "Ġkisses": 11642, + "ĠEmily": 11643, + "Ġemployed": 11644, + "SP": 11645, + "rez": 11646, + "Ġtheatre": 11647, + "anca": 11648, + "Ġhaha": 11649, + "ĠCho": 11650, + "Ġdealing": 11651, + "Ġannual": 11652, + "ĠMoscow": 11653, + "loved": 11654, + "Ġbund": 11655, + "squeals": 11656, + "â": 11657, + "ĠAgain": 11658, + "ĠStand": 11659, + "arlos": 11660, + "References": 11661, + "Ġbum": 11662, + "ĠAllen": 11663, + "Ġevolution": 11664, + "Ġforehead": 11665, + "Ġwaist": 11666, + "fix": 11667, + "Ġprinted": 11668, + "Ġscholars": 11669, + "inity": 11670, + "ÃŃst": 11671, + "ĠNations": 11672, + "Ġscenes": 11673, + "Ġspeaker": 11674, + "Ġpodemos": 11675, + "Ġinformed": 11676, + "Ġapproxim": 11677, + "Ġcrawl": 11678, + "Ġfascin": 11679, + "Ġtum": 11680, + "onto": 11681, + "Ġdashed": 11682, + "ĠIV": 11683, + "Ġscissors": 11684, + "Ġlibro": 11685, + "Ġinner": 11686, + "ĠLeg": 11687, + "group": 11688, + "Ġmonkeys": 11689, + "Ġpasses": 11690, + "Talk": 11691, + "asures": 11692, + "Ġcono": 11693, + "Ġlob": 11694, + "ĠCommander": 11695, + "Ġcombat": 11696, + "Ġgloves": 11697, + ":-": 11698, + "espera": 11699, + "resh": 11700, + "Doesn": 11701, + "Ġacknow": 11702, + "Sus": 11703, + "nest": 11704, + "ĠEngine": 11705, + "Ġinvitation": 11706, + "Ġbreaks": 11707, + "Ġcomplicated": 11708, + "?[": 11709, + "oom": 11710, + "ĠLang": 11711, + "Ġscattered": 11712, + "Ġexecutive": 11713, + "urie": 11714, + "Ġparl": 11715, + "acion": 11716, + "Ġgoose": 11717, + "ĠRub": 11718, + "Ġpersonality": 11719, + "Ġlouder": 11720, + "Ow": 11721, + "ĠPil": 11722, + "Ġconsists": 11723, + "Ġsharply": 11724, + "Ġshift": 11725, + "bring": 11726, + "Ġsqueeze": 11727, + "riger": 11728, + "Ġendea": 11729, + "Ġresting": 11730, + "Ġ1958": 11731, + "76": 11732, + "Ġsack": 11733, + "isie": 11734, + "ĠFeder": 11735, + ".\"--_": 11736, + "ĠArts": 11737, + "Ġassume": 11738, + "Ġmassive": 11739, + "milk": 11740, + "lings": 11741, + "Ġeter": 11742, + "ooter": 11743, + "ĠDNA": 11744, + "Ġconfusion": 11745, + "Ġexplic": 11746, + "lk": 11747, + "ĠSeth": 11748, + "Ġimpressed": 11749, + "Ġexamples": 11750, + "Ġdestruction": 11751, + "ĠGrandad": 11752, + "Ġcomputers": 11753, + "Ġclaims": 11754, + "Ġcalendar": 11755, + "ĠARE": 11756, + "Ġ38": 11757, + "velope": 11758, + "Ġaddressed": 11759, + "ĠBurton": 11760, + "Ġliterally": 11761, + "Ġquiz": 11762, + "Ġworship": 11763, + "Ġstartled": 11764, + "Ġchasing": 11765, + "Ġcommanded": 11766, + "ĠJacob": 11767, + "acha": 11768, + "raham": 11769, + "Ġvon": 11770, + "Ġporch": 11771, + "Ġdeliber": 11772, + "uchar": 11773, + "Ġ2024": 11774, + "Ġsighed": 11775, + "Ġpreguntó": 11776, + "apor": 11777, + "shit": 11778, + "Ġdefense": 11779, + "ĠPriscilla": 11780, + "BY": 11781, + "Hang": 11782, + "osos": 11783, + "ĠLarry": 11784, + "Ġacom": 11785, + "Ġceremon": 11786, + "Ġcarrots": 11787, + "Ġpand": 11788, + "iry": 11789, + "hers": 11790, + "ĠDON": 11791, + "istered": 11792, + "Ġ1957": 11793, + "ĠFive": 11794, + "ĠRen": 11795, + "Ġshade": 11796, + "Without": 11797, + "Ġclubs": 11798, + "Ġfirmly": 11799, + "tree": 11800, + "Ġcel": 11801, + "ĠWars": 11802, + "Ġnewspapers": 11803, + "ĠArabic": 11804, + "fight": 11805, + "Ġvice": 11806, + "ĠWhe": 11807, + "arta": 11808, + "Ġabroad": 11809, + "Ġtube": 11810, + "colm": 11811, + "oland": 11812, + "nah": 11813, + "ugo": 11814, + "flies": 11815, + "ĠRobinson": 11816, + "Ġsegún": 11817, + "Ġwins": 11818, + "ĠCru": 11819, + "ĠPrem": 11820, + "izar": 11821, + "ĠChristians": 11822, + "Ġworthy": 11823, + "Adam": 11824, + "Part": 11825, + "Para": 11826, + "Ġok": 11827, + "Ġfir": 11828, + "ĠDur": 11829, + "Ġlighted": 11830, + "Ġrelatives": 11831, + "Ġbands": 11832, + "Ġrevenge": 11833, + "''": 11834, + "aters": 11835, + "Ġweary": 11836, + "Ġcircles": 11837, + "Aw": 11838, + "Ġluna": 11839, + "IND": 11840, + "ĠRhod": 11841, + "Ġprose": 11842, + "Ġnod": 11843, + "Ġheading": 11844, + "Ġidi": 11845, + "Ġreplace": 11846, + "ĠWarren": 11847, + "Ġprotected": 11848, + "Ġvigor": 11849, + "Ġangle": 11850, + "Ġshells": 11851, + "pens": 11852, + "Ġdug": 11853, + "isk": 11854, + "Ġhurting": 11855, + "Ġbanging": 11856, + "Ġviaje": 11857, + "Pop": 11858, + "ĠFestival": 11859, + "ĠRich": 11860, + "high": 11861, + "Ġscout": 11862, + "culo": 11863, + "Ġgathering": 11864, + "58": 11865, + "rep": 11866, + "orney": 11867, + "Ġginger": 11868, + "omon": 11869, + "ĠTan": 11870, + "Ġruined": 11871, + "Ġseventeen": 11872, + "ĠArgentina": 11873, + "Ġdanced": 11874, + "Ġmadam": 11875, + "ĠGranddad": 11876, + "Ġsegundo": 11877, + "woof": 11878, + "Ġswell": 11879, + "Ġpp": 11880, + "ĠIv": 11881, + "ĠLA": 11882, + "psy": 11883, + "Ġinclined": 11884, + "Ġinterfe": 11885, + "Ġcaballero": 11886, + "Ġsurrounding": 11887, + "MAT": 11888, + "Ġarts": 11889, + "wee": 11890, + "ensity": 11891, + "Ġcreation": 11892, + "class": 11893, + "Ġresistance": 11894, + "Besides": 11895, + "ã": 11896, + "adora": 11897, + "Ġnaked": 11898, + "Ġcontrolled": 11899, + "Ġdecent": 11900, + "Ġworldwide": 11901, + "ikki": 11902, + "Ġcrisis": 11903, + "aug": 11904, + "enta": 11905, + "Ġaccur": 11906, + "poon": 11907, + "Ġeffective": 11908, + "Ġpensar": 11909, + "ĠNintendo": 11910, + "kward": 11911, + "ĠTimes": 11912, + "ĠKy": 11913, + "Ġrefuge": 11914, + "cientists": 11915, + "Honey": 11916, + "atures": 11917, + "ppose": 11918, + "donalds": 11919, + "Ġopposed": 11920, + "Ġattempted": 11921, + "kerchief": 11922, + "done": 11923, + "ĠEle": 11924, + "Ġpoquito": 11925, + "Ġflung": 11926, + "Ġgrandpa": 11927, + "Ġmoder": 11928, + "Ġmirando": 11929, + "ĠBarry": 11930, + "ĠPersian": 11931, + "Cat": 11932, + "Cong": 11933, + "Tra": 11934, + "tery": 11935, + "Ġnotable": 11936, + "Ġfru": 11937, + "56": 11938, + "aud": 11939, + "ĠBBC": 11940, + "teenth": 11941, + "Ġpersonally": 11942, + "Ġtomar": 11943, + "Ġadopt": 11944, + "Ġmobile": 11945, + "iada": 11946, + "ĠAy": 11947, + "Ġnegot": 11948, + "Ġlisted": 11949, + "idae": 11950, + "Ġaccustomed": 11951, + "Ġdiez": 11952, + "Ġhaya": 11953, + "Ġconver": 11954, + "inks": 11955, + "Ġmischief": 11956, + "Ġannounce": 11957, + "Ġpossessed": 11958, + "Ġ1920": 11959, + "Ġpoem": 11960, + "ĠMississippi": 11961, + "Sil": 11962, + "ós": 11963, + "ĠEurop": 11964, + "Ġacost": 11965, + "Ġprayers": 11966, + "Ġinjury": 11967, + "Ġincredible": 11968, + "Ġdiaper": 11969, + "Ġà¬": 11970, + "ĠAS": 11971, + "Ãł": 11972, + "ĠDu": 11973, + "Ġpreparing": 11974, + "cla": 11975, + "otro": 11976, + "ĠfrÃŃo": 11977, + "Ġchum": 11978, + "Ġtribut": 11979, + "ĠHarold": 11980, + "Ġwaved": 11981, + "Ġathlet": 11982, + "cop": 11983, + "Ġdates": 11984, + "Ġhitting": 11985, + "Ġbrid": 11986, + "ĠtenÃŃan": 11987, + "nedy": 11988, + "ennes": 11989, + "Ġequally": 11990, + "Ġbleeding": 11991, + "ĠBernard": 11992, + "ĠLine": 11993, + "Ġ1946": 11994, + "Ġborders": 11995, + "Ġuncomfort": 11996, + "Ġmask": 11997, + "cock": 11998, + "pie": 11999, + "Ġobey": 12000, + "ĠBalt": 12001, + "ĠLinda": 12002, + "Ġpapel": 12003, + "igen": 12004, + "ĠKnight": 12005, + "Ġadults": 12006, + "Ġdisturb": 12007, + "Purdie": 12008, + "Ġerror": 12009, + "Ġdisaster": 12010, + "Ġpotty": 12011, + "ĠSilver": 12012, + "ĠPortugal": 12013, + "Ġbust": 12014, + "Ġwrites": 12015, + "ICE": 12016, + "ATION": 12017, + "Ġfácil": 12018, + "nels": 12019, + "Ġroast": 12020, + "Ġskills": 12021, + "Ġearthqu": 12022, + "Ġlick": 12023, + "eto": 12024, + "Ġprost": 12025, + "Ġentering": 12026, + "MO": 12027, + "Ġcable": 12028, + "Ġbrig": 12029, + "Ġfiction": 12030, + "Ġatrás": 12031, + "Ġherm": 12032, + "ĠNicole": 12033, + "Ġworm": 12034, + "Ġreduced": 12035, + "Ġ1949": 12036, + "dame": 12037, + "pack": 12038, + "alty": 12039, + "Ġademás": 12040, + "Ġappointment": 12041, + "boys": 12042, + "porqué": 12043, + "rum": 12044, + "ĠMoses": 12045, + "ĠALL": 12046, + "ĠBeng": 12047, + "ĠHit": 12048, + "ĠPitt": 12049, + "Ġrushing": 12050, + "rentes": 12051, + "Lou": 12052, + "ĠAtt": 12053, + "Ġreputation": 12054, + "cry": 12055, + "Ġenvelope": 12056, + "ĠFat": 12057, + "Ġdaylight": 12058, + "ĠStra": 12059, + "Ġcares": 12060, + "Ġdared": 12061, + "Ġtests": 12062, + "Ġmethods": 12063, + "Jos": 12064, + "Mo": 12065, + "mn": 12066, + "ington": 12067, + "Ġsingles": 12068, + "Ġindividuals": 12069, + "cill": 12070, + "etr": 12071, + "ĠBour": 12072, + "Ġlightning": 12073, + "Check": 12074, + "Ġgranted": 12075, + "Ġclo": 12076, + "ĠAsÃŃ": 12077, + "ĠGraham": 12078, + "Pues": 12079, + "zaron": 12080, + "ĠlÃŃ": 12081, + "uted": 12082, + "Ġrost": 12083, + "Ġblown": 12084, + "hman": 12085, + "ilda": 12086, + "Ġthankful": 12087, + "Ġexception": 12088, + "Ġcandles": 12089, + "Ġincreasing": 12090, + "Ġidentity": 12091, + "Ġmales": 12092, + "Ġdiet": 12093, + "Ġpractical": 12094, + "Pardon": 12095, + "hors": 12096, + "ĠMatemáticas": 12097, + "Fif": 12098, + "NE": 12099, + "GEO": 12100, + "Ġprey": 12101, + "Ġ48": 12102, + "érica": 12103, + "ĠCathy": 12104, + "ĠSystem": 12105, + "ĠChannel": 12106, + "Ġlodge": 12107, + "ouses": 12108, + "Ġglue": 12109, + "ophie": 12110, + "ĠSpaniards": 12111, + "cir": 12112, + "ccer": 12113, + "ĠAmanda": 12114, + "Ġgraduated": 12115, + "ĠTurkish": 12116, + "iy": 12117, + "Ġhaz": 12118, + "owa": 12119, + "lov": 12120, + "Ġadel": 12121, + "Ġmarched": 12122, + "Forget": 12123, + "Ġillegal": 12124, + "Ġreviews": 12125, + "Ġpac": 12126, + "ules": 12127, + "izzy": 12128, + "Ġimportante": 12129, + "Ġgarbage": 12130, + "Ġfantastic": 12131, + "peare": 12132, + "ĠFogg": 12133, + "ĠSup": 12134, + "Ġconsent": 12135, + "Ġpuzzled": 12136, + "Ġphotos": 12137, + "Ġreferring": 12138, + "ĠAustin": 12139, + "ĠSpring": 12140, + "ĠRalph": 12141, + "ĠCON": 12142, + "Ġhurr": 12143, + ".'\"": 12144, + "Ġinstruments": 12145, + "ĠNobel": 12146, + "Ġguerra": 12147, + "elling": 12148, + "Ġarr": 12149, + "ooped": 12150, + "ĠKelly": 12151, + "Ġcostume": 12152, + "Ġgon": 12153, + "atas": 12154, + "Ġstadium": 12155, + "ĠGina": 12156, + "ĠVin": 12157, + "Ġsweep": 12158, + "Biography": 12159, + "Ġpartes": 12160, + "ĠBridge": 12161, + "uerto": 12162, + "Ġpositions": 12163, + "Ġqueda": 12164, + "THAT": 12165, + "Ġcuriosity": 12166, + "must": 12167, + "Ġnit": 12168, + "otra": 12169, + "Ġmanners": 12170, + "Ġsearching": 12171, + "ĠWHAT": 12172, + "reads": 12173, + "Ġinspir": 12174, + "Ġdebt": 12175, + "Ġmurmured": 12176, + "Ġjournalist": 12177, + "onent": 12178, + "mense": 12179, + "Ġsupplies": 12180, + "Indeed": 12181, + "ivery": 12182, + "Ġwoo": 12183, + "ĠoÃŃr": 12184, + "asper": 12185, + "Ġinfin": 12186, + "ĠLyn": 12187, + "Ġraising": 12188, + "Billy": 12189, + "àŃ": 12190, + "Ġfloating": 12191, + "Ġmemories": 12192, + "Ġurban": 12193, + "Ġseguir": 12194, + "ĠCrown": 12195, + "ĠForest": 12196, + "ombre": 12197, + "ĠWigg": 12198, + "Ġextraordinary": 12199, + "Ġpockets": 12200, + "Must": 12201, + "Ġseventh": 12202, + "Ġsources": 12203, + "éntame": 12204, + ");": 12205, + "Malley": 12206, + "both": 12207, + "sounds": 12208, + "ĠTs": 12209, + "Ġsuitc": 12210, + "Ġoffering": 12211, + "Donald": 12212, + "Ġtrailer": 12213, + "Ġdrowned": 12214, + "hoe": 12215, + "Ġinterests": 12216, + "ĠCorpor": 12217, + "Ġvehicles": 12218, + "Ġescuela": 12219, + "Ġdialect": 12220, + "idamente": 12221, + "ĠKaren": 12222, + "ĠRegion": 12223, + "Such": 12224, + "train": 12225, + "ĠMem": 12226, + "Ġrasp": 12227, + "oody": 12228, + "cape": 12229, + "Ġjoking": 12230, + "Ġ1942": 12231, + "ĠAirport": 12232, + "Ġove": 12233, + "stru": 12234, + "Ġdram": 12235, + "Ġsunny": 12236, + "Ġversions": 12237, + "Ġ+": 12238, + "Ġpatch": 12239, + "oween": 12240, + "Ġweigh": 12241, + "Ġdeber": 12242, + "Ġblanco": 12243, + "aja": 12244, + "kespeare": 12245, + "Boy": 12246, + "Ġpreced": 12247, + "Ġinstinct": 12248, + "Ġ1954": 12249, + "gasp": 12250, + "77": 12251, + "trying": 12252, + "Ġfans": 12253, + "Ġpunch": 12254, + "Ġdock": 12255, + "ĠMiller": 12256, + "ĠCur": 12257, + "Ġcongr": 12258, + "Ġplum": 12259, + "áis": 12260, + "Ġloaded": 12261, + "Ġwhoa": 12262, + "derer": 12263, + "Ġselfish": 12264, + "Ġissued": 12265, + "Dada": 12266, + "ester": 12267, + "Ġfrente": 12268, + "ĠHart": 12269, + "ĠZorg": 12270, + "Ġdespair": 12271, + "ĠBuddy": 12272, + "Ġprincesa": 12273, + "GO": 12274, + "ÃŃcil": 12275, + "ĠNi": 12276, + "uki": 12277, + "Ġaccounts": 12278, + "Ġnecessarily": 12279, + "zerba": 12280, + "ĠMuslim": 12281, + "Ġepisodes": 12282, + "Ġhorns": 12283, + "Bea": 12284, + "Certainly": 12285, + "Ġviento": 12286, + "Ġcounted": 12287, + "Ġsilen": 12288, + "Ġconfirm": 12289, + "pretty": 12290, + "resents": 12291, + "peekaboo": 12292, + "Ġappropriate": 12293, + "Ġsaddle": 12294, + "Ġsueño": 12295, + "mill": 12296, + "ĠMendÃŃa": 12297, + "ĠAun": 12298, + "Ġregister": 12299, + "azo": 12300, + "Ġkicking": 12301, + "ĠIra": 12302, + "Ġawkward": 12303, + "Ġpelig": 12304, + "Ġmagnific": 12305, + "Ġexplosion": 12306, + "ĠPictures": 12307, + "Ġwret": 12308, + "Ġwhoever": 12309, + "Ġrested": 12310, + "Ġ1939": 12311, + "ĠNathan": 12312, + "becca": 12313, + "gage": 12314, + "ĠdebÃŃa": 12315, + "touches": 12316, + "ĠBee": 12317, + "Ġscrap": 12318, + "gger": 12319, + "cheese": 12320, + "ĠSoon": 12321, + "Ġcombined": 12322, + "Ġmigr": 12323, + "Ġhollow": 12324, + "ĠPear": 12325, + "Ġactors": 12326, + "hammad": 12327, + "Ġslippers": 12328, + "Ġrect": 12329, + "ousins": 12330, + "ĠKaz": 12331, + "Ġchill": 12332, + "Ġleap": 12333, + "Ġswinging": 12334, + "Ġvisiting": 12335, + "Ġcoward": 12336, + "Ġfarmers": 12337, + "Ġperceived": 12338, + "::": 12339, + "MAD": 12340, + "ĠGET": 12341, + "Ġsear": 12342, + "ĠBos": 12343, + "ĠRel": 12344, + "Ġsacrific": 12345, + "Ġtaxi": 12346, + "AKE": 12347, + "Ġtut": 12348, + "Ġbored": 12349, + "Ġdess": 12350, + "ĠJessie": 12351, + "ueva": 12352, + "Ġcocina": 12353, + "Ġexhausted": 12354, + "Ġinspired": 12355, + "bble": 12356, + "chard": 12357, + "ulpt": 12358, + "uelo": 12359, + "rosoft": 12360, + "ĠAdams": 12361, + "Ġvivir": 12362, + "Brother": 12363, + "Super": 12364, + "Cómo": 12365, + "ĠoÃŃdo": 12366, + "omo": 12367, + "ĠChile": 12368, + "Ġfastened": 12369, + "ĠSwiss": 12370, + "Ġpelota": 12371, + "ĠDouglas": 12372, + "dico": 12373, + "jack": 12374, + "Ġsession": 12375, + "Ġosc": 12376, + "Ġshone": 12377, + "Ġshrie": 12378, + "Ġgettin": 12379, + "Ġearliest": 12380, + "Ġtravelling": 12381, + "Ġsymptoms": 12382, + "ución": 12383, + "Ġcure": 12384, + "ieves": 12385, + "ĠEntonces": 12386, + "ittens": 12387, + "Ġpepper": 12388, + "ĠToday": 12389, + "rade": 12390, + "itage": 12391, + "Ġinch": 12392, + "iddle": 12393, + "abled": 12394, + "ĠGulf": 12395, + "ĠArnold": 12396, + "atson": 12397, + "Ġurged": 12398, + "woo": 12399, + "zos": 12400, + "ĠMain": 12401, + "ĠCreek": 12402, + "Ġjuntos": 12403, + "ĠLane": 12404, + "ĠStop": 12405, + "Ġappet": 12406, + "Ġverse": 12407, + "Ġinsult": 12408, + "Ġmiró": 12409, + "Ġconclusion": 12410, + "ĠHarrison": 12411, + "End": 12412, + "Ġlatest": 12413, + "95": 12414, + "Å«": 12415, + "ĠJes": 12416, + "Ġresign": 12417, + "Ġentertainment": 12418, + "Ġmild": 12419, + "ĠHockey": 12420, + "Ġ1944": 12421, + "Ġbananas": 12422, + "ĠCentre": 12423, + "William": 12424, + "Ġconductor": 12425, + "bia": 12426, + "lete": 12427, + "ĠAv": 12428, + "untranscribed": 12429, + "Ġdigging": 12430, + "song": 12431, + "ĠCD": 12432, + "Ġmerged": 12433, + "Ġ1955": 12434, + "Ġdigger": 12435, + "Ġquerido": 12436, + "Par": 12437, + "Ġstarred": 12438, + "DON": 12439, + "Ġhind": 12440, + "Ġreads": 12441, + "Ġpatience": 12442, + "Ġanticip": 12443, + "Ġvisitor": 12444, + "zerbaij": 12445, + "osas": 12446, + "ĠFederal": 12447, + "Ġleaning": 12448, + "Contenido": 12449, + "IKE": 12450, + "usive": 12451, + "ĠWend": 12452, + "ĠEnt": 12453, + "Ġlend": 12454, + "Ġknights": 12455, + "Ġpenguin": 12456, + "Us": 12457, + "gado": 12458, + "uction": 12459, + "Ġcuddle": 12460, + "ĠPy": 12461, + "Ġconejo": 12462, + "Ġdivorce": 12463, + "Ġcumpl": 12464, + "ĠJen": 12465, + "apo": 12466, + "ciences": 12467, + "Ġestamos": 12468, + "ĠdifÃŃcil": 12469, + "Ġsuspected": 12470, + "Ġsire": 12471, + "Ġinfer": 12472, + "ldom": 12473, + "ĠAst": 12474, + "agne": 12475, + "Ġdeaths": 12476, + "ĠImper": 12477, + "ĠNep": 12478, + "Ġoffers": 12479, + "Max": 12480, + "Ġtones": 12481, + "Ġparrot": 12482, + "Ġreasonable": 12483, + "Ġúltima": 12484, + "Ġapologize": 12485, + "mble": 12486, + "ór": 12487, + "wns": 12488, + "ĠCommon": 12489, + "Ġassociation": 12490, + "Ġdiciendo": 12491, + "King": 12492, + "Ġroses": 12493, + "IRL": 12494, + "won": 12495, + "Ġprices": 12496, + "Ġ1941": 12497, + "Ġgoddess": 12498, + "Ġgrupo": 12499, + "erick": 12500, + "Ġhaste": 12501, + "ĠWy": 12502, + "Ġski": 12503, + "Ġescond": 12504, + "prend": 12505, + "Ġcump": 12506, + "Ġbeloved": 12507, + "Ġnations": 12508, + "ĠHu": 12509, + "Ġcomin": 12510, + "Ġplug": 12511, + "Ġcola": 12512, + "Ġassass": 12513, + "Ġcomposer": 12514, + "Ġcou": 12515, + "Ġfake": 12516, + "ĠLITTLE": 12517, + "ĠKevin": 12518, + "Ġmetres": 12519, + "Absolutely": 12520, + "None": 12521, + "ureau": 12522, + "ĠEdna": 12523, + "Ġfootballer": 12524, + "98": 12525, + "hoo": 12526, + "nobody": 12527, + "Ġunderground": 12528, + "Ġflows": 12529, + "borough": 12530, + "Ġabandoned": 12531, + "bbie": 12532, + "Ġdevoted": 12533, + "jaro": 12534, + "rimin": 12535, + "Ġinher": 12536, + "Ġdesapare": 12537, + "Ġspoons": 12538, + "Ġgenius": 12539, + "Ġtalent": 12540, + "Ġliberty": 12541, + "Long": 12542, + "mbr": 12543, + "acia": 12544, + "ĠCard": 12545, + "Ġmanif": 12546, + "Ġimmense": 12547, + "Ġdrives": 12548, + "Ġbehavi": 12549, + "corre": 12550, + "Total": 12551, + "ĠLot": 12552, + "iah": 12553, + "Ġadministrative": 12554, + ",.": 12555, + "Ġdating": 12556, + "Ġore": 12557, + "Ġtomb": 12558, + "guard": 12559, + "fecture": 12560, + "Ġexpres": 12561, + "Ġ1943": 12562, + "Ġblessed": 12563, + "olleyball": 12564, + "based": 12565, + "Ġtag": 12566, + "Ġbills": 12567, + "rive": 12568, + "uffy": 12569, + "Ġcleaned": 12570, + "Ġsensible": 12571, + "Ġfeatured": 12572, + "Ġstrangers": 12573, + "ĠMountain": 12574, + "Ġphilosophy": 12575, + "Follow": 12576, + "ĠHannah": 12577, + "Ġacuerdas": 12578, + "ĠBelgium": 12579, + "ku": 12580, + "Ġfiest": 12581, + "Ġselect": 12582, + "Ġcreating": 12583, + "Ġpraise": 12584, + "ĠHolland": 12585, + "Ġiv": 12586, + "Ġaccompany": 12587, + "driver": 12588, + "Ġinsects": 12589, + "Ġwo": 12590, + "Ġobe": 12591, + "onym": 12592, + "color": 12593, + "Ab": 12594, + "tub": 12595, + "Ġcomments": 12596, + "ĠLwww": 12597, + "Ġflor": 12598, + "Ġchico": 12599, + "Ent": 12600, + "gÃŃa": 12601, + "Ġvotes": 12602, + "Ġoverall": 12603, + "Ġsharing": 12604, + "Ġhousing": 12605, + "Ġplainly": 12606, + "Ġzebra": 12607, + "Ġcod": 12608, + "Ġcooper": 12609, + "Ġhambur": 12610, + "ĠCind": 12611, + "Ġscan": 12612, + "Ġburden": 12613, + "ĠâĨĹ": 12614, + "Ġattracted": 12615, + "Ġattractive": 12616, + "Roman": 12617, + "pushes": 12618, + "Ġjur": 12619, + "igue": 12620, + "Ġneedle": 12621, + "Ġesposa": 12622, + "Ġfrozen": 12623, + "Ġbronze": 12624, + "Ġhedge": 12625, + "ĠWrestling": 12626, + "BI": 12627, + "xic": 12628, + "ĠCart": 12629, + "ĠNiger": 12630, + "doll": 12631, + "Ġimagin": 12632, + "Ġpadres": 12633, + "Ġaeroplane": 12634, + "Ph": 12635, + "uese": 12636, + "Ġfest": 12637, + "Ġfog": 12638, + "hedral": 12639, + "Ġfounder": 12640, + "Ġrailroad": 12641, + "ĠPierre": 12642, + "PA": 12643, + "Rep": 12644, + "Ġcrashed": 12645, + "ĠIns": 12646, + "Ġcolump": 12647, + "Ġtemp": 12648, + "Ġsmells": 12649, + "ère": 12650, + "Ġcommunication": 12651, + "Each": 12652, + "dig": 12653, + "esper": 12654, + "ĠFle": 12655, + "ĠField": 12656, + "tainment": 12657, + "brown": 12658, + "Ġglobal": 12659, + "Ġcontrast": 12660, + "ĠMoore": 12661, + "oples": 12662, + "ĠBoys": 12663, + "Ġbishop": 12664, + "ifted": 12665, + "emen": 12666, + "Ġadjust": 12667, + "OUN": 12668, + "Ġllevó": 12669, + "Ġsiete": 12670, + "amm": 12671, + "Ġhandkerchief": 12672, + "ĠBlake": 12673, + "Ġayuda": 12674, + "Ġsuitable": 12675, + "CT": 12676, + "burn": 12677, + "uper": 12678, + "ĠPut": 12679, + "Ġsole": 12680, + "ĠConstit": 12681, + "Ġuncomfortable": 12682, + "horse": 12683, + "Ġmead": 12684, + "Ġmúsica": 12685, + "sea": 12686, + "Ġmock": 12687, + "Ġstealing": 12688, + "recorder": 12689, + "ĠhabrÃŃa": 12690, + "Ġtrop": 12691, + "edge": 12692, + "raf": 12693, + "acht": 12694, + "Med": 12695, + "woman": 12696, + "Ġsint": 12697, + "Ġdebajo": 12698, + "ĠOpen": 12699, + "Ġcrist": 12700, + "Ġlle": 12701, + "Ġsuspend": 12702, + "Ġcontaining": 12703, + "Ġwebsite": 12704, + "Luc": 12705, + "MM": 12706, + "Ġlest": 12707, + "éj": 12708, + "Ġimages": 12709, + "Ġskull": 12710, + "Ġrepair": 12711, + "Ġreceiving": 12712, + "Ġidentified": 12713, + "Ġimproved": 12714, + "ĠNO": 12715, + "ĠVill": 12716, + "Ġcolumn": 12717, + "ĠVienna": 12718, + "course": 12719, + "ondisse": 12720, + "ĠRepresentatives": 12721, + "Sin": 12722, + "Ġmush": 12723, + "Ġfisher": 12724, + "ĠAge": 12725, + "ĠCher": 12726, + "ĠLily": 12727, + "Ġleaped": 12728, + "Ġaquellos": 12729, + "Ġdil": 12730, + "ĠFound": 12731, + "Ġuncertain": 12732, + "ĠLaure": 12733, + "Ġencourage": 12734, + "chen": 12735, + "vals": 12736, + "Ġ400": 12737, + "Goodbye": 12738, + "Ġceiling": 12739, + "Ġknocking": 12740, + "Ġrainbow": 12741, + "Ġcelebrate": 12742, + "talking": 12743, + "Fort": 12744, + "tal": 12745, + "Ġfert": 12746, + "Ġcannon": 12747, + "rences": 12748, + "Ġdispar": 12749, + "Ġballoons": 12750, + "Ġhunter": 12751, + "vestigator": 12752, + "Ġtypical": 12753, + "Ġtastes": 12754, + "Ġprovinces": 12755, + "ĠUkraine": 12756, + "OUR": 12757, + "Ġsouthwest": 12758, + "Ġestimated": 12759, + "bul": 12760, + "itled": 12761, + "ĠSultan": 12762, + "ĠBA": 12763, + "apore": 12764, + "Ġrelative": 12765, + "Ġphrase": 12766, + "Ġchecking": 12767, + "BE": 12768, + "Ġsiendo": 12769, + "estion": 12770, + "Ġamus": 12771, + "Ġcompre": 12772, + "Ġcreep": 12773, + "Ġdigital": 12774, + "Ġ¶": 12775, + "Charlie": 12776, + "imitra": 12777, + "Ġespañol": 12778, + "iguel": 12779, + "Ġvoc": 12780, + "ĠFamily": 12781, + "ĠDef": 12782, + "Ġ1953": 12783, + "ĠChildren": 12784, + "Ġprinciple": 12785, + "Ġrasc": 12786, + "Ġvow": 12787, + "load": 12788, + "Ġvel": 12789, + "Ġmuscles": 12790, + "amor": 12791, + "mph": 12792, + "grunts": 12793, + "ocks": 12794, + "Ġcheeky": 12795, + "ĠPass": 12796, + "Ġveloc": 12797, + "Estoy": 12798, + "Ġdustbin": 12799, + "IFA": 12800, + "ĠHarris": 12801, + "Ġnortheast": 12802, + "lan": 12803, + "Ġtampoco": 12804, + "Ġwool": 12805, + "Ġbew": 12806, + "Ġpaintings": 12807, + "Ġpermanent": 12808, + "Ġanalysis": 12809, + "ĠHollywood": 12810, + "ĠBavaria": 12811, + "DER": 12812, + "Win": 12813, + "ĠHugh": 12814, + "ĠRosa": 12815, + "Ġgrabs": 12816, + "Ġcowboy": 12817, + "Ġdebate": 12818, + "Ġexperiences": 12819, + "Ġsculpt": 12820, + "Ġcollea": 12821, + "bled": 12822, + "Ġrato": 12823, + "getting": 12824, + "Ġregional": 12825, + "cycle": 12826, + "ĠIndones": 12827, + "Ġimmediate": 12828, + "Ġdibu": 12829, + "lady": 12830, + "Ġwears": 12831, + "umbre": 12832, + "Ġlazy": 12833, + "Ġcontrovers": 12834, + "Ġ1936": 12835, + "Ġsurvived": 12836, + "Richard": 12837, + "Ġdent": 12838, + "ĠGive": 12839, + "Ġleche": 12840, + "Ġsometime": 12841, + "Ġsolve": 12842, + "Ġunfortunate": 12843, + "wald": 12844, + "Ġbacks": 12845, + "Ġfemales": 12846, + "Ġjunior": 12847, + "Ġalas": 12848, + "Ġmorn": 12849, + "Ġoo": 12850, + "Ġtrash": 12851, + "Ġpassenger": 12852, + "Ġpacket": 12853, + "Ġideal": 12854, + "Ġcustomers": 12855, + "ratulations": 12856, + "ĠAgnes": 12857, + "Ġcongrat": 12858, + "Trans": 12859, + "post": 12860, + "Ġfla": 12861, + "Ġseldom": 12862, + "INK": 12863, + "óg": 12864, + "Ġminutos": 12865, + "Tw": 12866, + "Ġlane": 12867, + "ashes": 12868, + "ĠSis": 12869, + "énd": 12870, + "orton": 12871, + "Ġmans": 12872, + "Ġexposed": 12873, + "Ġ150": 12874, + "Ġpouring": 12875, + "Ġunconscious": 12876, + "rus": 12877, + "Ġpelo": 12878, + "Ġpanda": 12879, + "ĠAM": 12880, + "steps": 12881, + "Soon": 12882, + "Ġdresses": 12883, + "ĠColomb": 12884, + "Ġutterance": 12885, + "Find": 12886, + "Later": 12887, + "ĠEp": 12888, + "Ġexisted": 12889, + "ĠKings": 12890, + "ĠSeven": 12891, + "ĠCommun": 12892, + "Ġapplication": 12893, + "wall": 12894, + "Ġwhirl": 12895, + "ĠRap": 12896, + "Ġapply": 12897, + "insula": 12898, + "Ġcabo": 12899, + "Ġprivile": 12900, + "Comm": 12901, + "better": 12902, + "Men": 12903, + "Ven": 12904, + "yummy": 12905, + "illes": 12906, + "lemme": 12907, + "sleep": 12908, + "Ġhem": 12909, + "acu": 12910, + "Ġshield": 12911, + "Ġmeetings": 12912, + "Ter": 12913, + "isible": 12914, + "Ġhambre": 12915, + "Ġpeekaboo": 12916, + "ĠAss": 12917, + "ĠCape": 12918, + "Ġcurtains": 12919, + "Ġúnico": 12920, + "oust": 12921, + "Ġocho": 12922, + "ĠJu": 12923, + "Ġsecured": 12924, + "Ġslope": 12925, + "ĠMack": 12926, + "Ġalta": 12927, + "ĠJenn": 12928, + "Ġdistress": 12929, + "Ġcasual": 12930, + "aso": 12931, + "umbles": 12932, + "Ġjugando": 12933, + "Ġcust": 12934, + "ĠHospital": 12935, + "ÃŃos": 12936, + "Ġcarries": 12937, + "Ġdoorway": 12938, + "uesta": 12939, + "Ġuttered": 12940, + "Ġdamaged": 12941, + "ĠGeoff": 12942, + "Ġcousins": 12943, + "ĠHistory": 12944, + "Ġsecre": 12945, + "Ġcounties": 12946, + "Ġdivert": 12947, + "maid": 12948, + "Ġprecise": 12949, + "atar": 12950, + "bef": 12951, + "Ġdisgr": 12952, + "Ġrepresents": 12953, + "sterdam": 12954, + "ĠBoris": 12955, + "CI": 12956, + "dress": 12957, + "gro": 12958, + "gun": 12959, + "Ġcateg": 12960, + "Ġanci": 12961, + "Ġcrust": 12962, + "ĠStation": 12963, + "ĠInstead": 12964, + "Ġ1951": 12965, + "Ġvanished": 12966, + "GRM": 12967, + "ĠStock": 12968, + "Ob": 12969, + "tu": 12970, + "iti": 12971, + "ĠMans": 12972, + "ĠWork": 12973, + "Ġcrimes": 12974, + "Ġmini": 12975, + "Ġsqueak": 12976, + "Ġsecrets": 12977, + "Ġwrestling": 12978, + "oped": 12979, + "Ġsolar": 12980, + "Ġdreamed": 12981, + "Ġtrembling": 12982, + "Saint": 12983, + "sky": 12984, + "Ġmath": 12985, + "ggs": 12986, + "ĠSpace": 12987, + "Ġpainful": 12988, + "Ġsatell": 12989, + "Ġperdido": 12990, + "Ġprobable": 12991, + "attle": 12992, + "ĠPeters": 12993, + "Ġwriters": 12994, + "PP": 12995, + "Ġdices": 12996, + "Ġgown": 12997, + "Ġhosp": 12998, + "ĠPays": 12999, + "ĠAbraham": 13000, + "Ġchapter": 13001, + "Ġpajamas": 13002, + "ĠjardÃŃn": 13003, + "iper": 13004, + "lia": 13005, + "umer": 13006, + "Ġsheets": 13007, + "ppers": 13008, + "Ġchica": 13009, + "Ġharbor": 13010, + "Ġrelieved": 13011, + "Ġhighway": 13012, + "Ġvari": 13013, + "Ġespecie": 13014, + "ĠTrump": 13015, + "Ġgasped": 13016, + "Ġhonestly": 13017, + "Ġhatch": 13018, + "silver": 13019, + "Bad": 13020, + "Ġhoo": 13021, + "Ġcaf": 13022, + "Ġabsolute": 13023, + "ĠJosh": 13024, + "Ġamend": 13025, + "ieras": 13026, + "END": 13027, + "Ġ1934": 13028, + "Como": 13029, + "Ġespera": 13030, + "juice": 13031, + "Ġcanal": 13032, + "Ġsauc": 13033, + "Ġempire": 13034, + "Ġcopper": 13035, + "Ġruido": 13036, + "ĠMonster": 13037, + "ĠPortuguese": 13038, + "ĠWiggily": 13039, + "65": 13040, + "Mind": 13041, + "ĠAzerbaij": 13042, + "ĠBund": 13043, + "Ġ37": 13044, + "Ġpromin": 13045, + "Ġconsidering": 13046, + "Ġpesar": 13047, + "ĠKennedy": 13048, + "atically": 13049, + "Young": 13050, + "Ġdaisy": 13051, + "ĠBeach": 13052, + "Ġsails": 13053, + "Ġshouts": 13054, + "jado": 13055, + "Ġtires": 13056, + "Ġink": 13057, + "Ġarreg": 13058, + "ĠHend": 13059, + "Ġacer": 13060, + "ĠVe": 13061, + "ĠDeath": 13062, + "Ġgrain": 13063, + "Ġalternative": 13064, + "Ġlecture": 13065, + "Ġtherap": 13066, + "almost": 13067, + "Ġtwins": 13068, + "Ġhelpful": 13069, + "Ġcolony": 13070, + "Ġautumn": 13071, + "Ġbubble": 13072, + "iciones": 13073, + "ĠBab": 13074, + "inking": 13075, + "ĠNich": 13076, + "chae": 13077, + "Ġjoining": 13078, + "Ġ65": 13079, + "ĠReal": 13080, + "Ġstrip": 13081, + "Ġdisappointment": 13082, + "Ġcapacity": 13083, + "Min": 13084, + "Ġwhip": 13085, + "ĠThom": 13086, + "Ġmurderer": 13087, + "number": 13088, + "Ġcrab": 13089, + "quack": 13090, + "ĠAna": 13091, + "ĠHell": 13092, + "Ġleaned": 13093, + "avan": 13094, + "Ġcuad": 13095, + "Ġsalud": 13096, + "ĠMcdonalds": 13097, + "Ġconducted": 13098, + "Ġhermosa": 13099, + "istas": 13100, + "Its": 13101, + "ĠKath": 13102, + "ĠShakespeare": 13103, + "Ġpurposes": 13104, + "ĠIndepend": 13105, + "Ġcomic": 13106, + "Ġdecisions": 13107, + "Ġimagination": 13108, + "Ġdiagnos": 13109, + "mund": 13110, + "Ġgap": 13111, + "ifully": 13112, + "ROM": 13113, + "Ġ1938": 13114, + "Ġoffend": 13115, + "Ġjugu": 13116, + "Ġdiferentes": 13117, + "iosa": 13118, + "Ġtwist": 13119, + "Ġtrump": 13120, + "Ġtroll": 13121, + "Ġdwar": 13122, + "Ġdeaf": 13123, + "ĠEnd": 13124, + "onda": 13125, + "Ġsmallest": 13126, + "phones": 13127, + "Ġblankets": 13128, + "orkshire": 13129, + "ranean": 13130, + "Ġinfluenced": 13131, + "Eight": 13132, + "Gee": 13133, + "ORE": 13134, + "Step": 13135, + "today": 13136, + "utter": 13137, + "Ġrack": 13138, + "Ġvag": 13139, + "Ġgross": 13140, + "Ġhabitantes": 13141, + "Ġwidow": 13142, + "kh": 13143, + "Ġtuck": 13144, + "assador": 13145, + "gedy": 13146, + "odore": 13147, + "ternal": 13148, + "Ġconsegu": 13149, + "Mc": 13150, + "var": 13151, + "Ġlent": 13152, + "Ġkite": 13153, + "Ġbrass": 13154, + "Ġremote": 13155, + "Ġbabys": 13156, + "ĠMediter": 13157, + "Ġmala": 13158, + "leans": 13159, + "ĠPun": 13160, + "opus": 13161, + "ĠRoc": 13162, + "Ġbattles": 13163, + "Ġtesting": 13164, + "Ġstriking": 13165, + "Ġcabinet": 13166, + ",-": 13167, + "Yet": 13168, + "edy": 13169, + "ĠLev": 13170, + "mmm": 13171, + "Ġrip": 13172, + "Ready": 13173, + "Ġstatue": 13174, + "Ġarrangements": 13175, + "Ġinvolve": 13176, + "Ġtraveling": 13177, + "Ġfabric": 13178, + "Esta": 13179, + "TRA": 13180, + "West": 13181, + "dles": 13182, + "ois": 13183, + "Ġsector": 13184, + "Ġcontents": 13185, + "Ġhurricane": 13186, + "DO": 13187, + "Sólo": 13188, + "gate": 13189, + "Ġwax": 13190, + "hane": 13191, + "ivia": 13192, + "Ġperf": 13193, + "Ġsuspicious": 13194, + "cam": 13195, + "ront": 13196, + "tuce": 13197, + "ĠCatherine": 13198, + "ĠPam": 13199, + "ĠFern": 13200, + "Ġoranges": 13201, + "Ġlookin": 13202, + "Ġdesired": 13203, + "enez": 13204, + "Ġmaxim": 13205, + "Ġdischar": 13206, + "ĠAut": 13207, + "Ġtrapped": 13208, + "grow": 13209, + "ĠSergeant": 13210, + "bourne": 13211, + "ĠLuke": 13212, + ",]": 13213, + "VEN": 13214, + "rin": 13215, + "Ġwolves": 13216, + "Ġpase": 13217, + "Ġbehave": 13218, + "ĠScience": 13219, + "Ġshaped": 13220, + "nesota": 13221, + "Ġroughly": 13222, + "pulls": 13223, + "Ġenvironmental": 13224, + "Ġmunicipalities": 13225, + "ĠEuropa": 13226, + "pig": 13227, + "Ġtops": 13228, + "Ġrit": 13229, + "ĠThough": 13230, + "Ġcombination": 13231, + "given": 13232, + "Ġendeav": 13233, + "Ġcoger": 13234, + "Ġdelivery": 13235, + "oming": 13236, + "opot": 13237, + "Ġpromet": 13238, + "sels": 13239, + "gotta": 13240, + "Ġengineering": 13241, + "Ġabuelo": 13242, + "YS": 13243, + "zaba": 13244, + "Ġano": 13245, + "Ġdaba": 13246, + "adies": 13247, + "ĠPoint": 13248, + "Ġram": 13249, + "emeter": 13250, + "Ġflame": 13251, + "Ġdistract": 13252, + "ĠThor": 13253, + "Ġawhile": 13254, + "Ġvarios": 13255, + "ĠJohan": 13256, + "ingham": 13257, + "Ġdelante": 13258, + "headed": 13259, + "Ġmessages": 13260, + "Ġhubo": 13261, + "Ġreminds": 13262, + "Este": 13263, + "Until": 13264, + "Ġdict": 13265, + "Ġpid": 13266, + "ĠBY": 13267, + "Ġglorious": 13268, + "Ġga": 13269, + "Ġassemb": 13270, + "ĠCooper": 13271, + "ells": 13272, + "ĠPra": 13273, + "Ġbothered": 13274, + "Ġrecall": 13275, + "Quick": 13276, + "anguage": 13277, + "castle": 13278, + "Ġcommunities": 13279, + "ĠDennis": 13280, + "ĠLore": 13281, + "Ġargue": 13282, + "Ġmedium": 13283, + "Ġembr": 13284, + "Ġpalm": 13285, + "Unless": 13286, + "Ġnariz": 13287, + "ĠEvelyn": 13288, + "ĠRabbit": 13289, + "mail": 13290, + "Ġbaba": 13291, + "Ġdot": 13292, + "igel": 13293, + "Ġcoloc": 13294, + "Ġprofit": 13295, + "Ġimagined": 13296, + "Ġresemb": 13297, + "Ġencuentra": 13298, + "Ro": 13299, + "Ġfict": 13300, + "omp": 13301, + "Ġhood": 13302, + "ĠCuba": 13303, + "ĠNE": 13304, + "Ġloll": 13305, + "Ġnewly": 13306, + "Quite": 13307, + "cuál": 13308, + "flower": 13309, + "ĠMicrosoft": 13310, + "Ġdivorced": 13311, + "Ġrostro": 13312, + "pite": 13313, + "rón": 13314, + "Ġpolite": 13315, + "ROW": 13316, + "shut": 13317, + "Ġdynasty": 13318, + "Ġpromptly": 13319, + "96": 13320, + "quita": 13321, + "oxy": 13322, + "Ġtoca": 13323, + "odo": 13324, + "Ġcari": 13325, + "Ġassure": 13326, + "Ġvenir": 13327, + "Ġplanted": 13328, + "apsed": 13329, + "Ġconocido": 13330, + "ĠRadio": 13331, + "Ġaus": 13332, + "uridad": 13333, + "Ġsoccer": 13334, + "ĠNelson": 13335, + "ĠAnthony": 13336, + "ĠLaurie": 13337, + "Ask": 13338, + "Ġbusinessman": 13339, + "ĠJonathan": 13340, + "Ġsubmarine": 13341, + "Ġsoutheast": 13342, + "Ġalter": 13343, + "Ġ33": 13344, + "Ġmodest": 13345, + "ĠSeñor": 13346, + "ĠSOME": 13347, + "onic": 13348, + "ĠMist": 13349, + "ĠCir": 13350, + "olver": 13351, + "ĠChildsname": 13352, + "ĠIndeed": 13353, + "Ġgardens": 13354, + "UGH": 13355, + "Ġstair": 13356, + "eae": 13357, + "ĠFriend": 13358, + "Ġmarav": 13359, + "ibles": 13360, + "TED": 13361, + "Ġcritics": 13362, + "todo": 13363, + "lés": 13364, + "nat": 13365, + "school": 13366, + "vation": 13367, + "Ġté": 13368, + "ĠTambién": 13369, + "ĠAis": 13370, + "ĠGame": 13371, + "ĠKnow": 13372, + "iasm": 13373, + "ĠIrene": 13374, + "wah": 13375, + "Ġmike": 13376, + "ĠMartha": 13377, + "Ġjudgment": 13378, + "dough": 13379, + "fare": 13380, + "pow": 13381, + "went": 13382, + "Ġase": 13383, + "Ġlied": 13384, + "ĠJay": 13385, + "Ġenters": 13386, + "ĠBenjamin": 13387, + "Ġrobot": 13388, + "Aah": 13389, + "SAR": 13390, + "ĠVI": 13391, + "Ġimmigr": 13392, + "style": 13393, + "ĠCook": 13394, + "ĠGard": 13395, + "Ġsmack": 13396, + "irlines": 13397, + "Ġconsideration": 13398, + "Ġmuchacho": 13399, + "Ġmorir": 13400, + "Ġstruggling": 13401, + "NG": 13402, + "Ġnerve": 13403, + "Ġley": 13404, + "inted": 13405, + "Ġ178": 13406, + "Ġpha": 13407, + "arms": 13408, + "Ġecha": 13409, + "Ġsew": 13410, + "roe": 13411, + "Ġjumps": 13412, + "Ġclin": 13413, + "Ġtrim": 13414, + "Ġrespir": 13415, + "ĠMarky": 13416, + "Ġphilosopher": 13417, + "Ray": 13418, + "ĠBack": 13419, + "Ġdollhouse": 13420, + "Ġcamping": 13421, + "ĠWhit": 13422, + "Ġcarta": 13423, + "such": 13424, + "ivas": 13425, + "ĠKas": 13426, + "Ġcolours": 13427, + "Ġlargely": 13428, + "Ġsummon": 13429, + "Ġmeantime": 13430, + "Ġconcerning": 13431, + "ĠBoard": 13432, + "Ġsuspicion": 13433, + "bil": 13434, + "Ġarena": 13435, + "ĠPur": 13436, + "Ġagents": 13437, + "Ġamid": 13438, + "Ġpopped": 13439, + "Ġpromoted": 13440, + "Ġdeparture": 13441, + "pretends": 13442, + "leaños": 13443, + "ĠEntertainment": 13444, + "pel": 13445, + "hafta": 13446, + "throp": 13447, + "ĠJUST": 13448, + "Ġrelation": 13449, + "Ġgover": 13450, + "Ġ47": 13451, + "Ġartific": 13452, + "Ġclassical": 13453, + "Ġsteadily": 13454, + "Ġil": 13455, + "Ġrebell": 13456, + "Ġbenefits": 13457, + "Ġdiscussed": 13458, + "ĠToby": 13459, + "Ġcore": 13460, + "ĠHIS": 13461, + "ĠHope": 13462, + "Ġfilling": 13463, + "Ġcultiv": 13464, + "Ġapproximately": 13465, + "jan": 13466, + "roo": 13467, + "Ġdick": 13468, + "irit": 13469, + "Ġvine": 13470, + "ĠLib": 13471, + "Also": 13472, + "rooms": 13473, + "Ġspecim": 13474, + "Ġhydrogen": 13475, + "ĠalegrÃŃa": 13476, + "rigerator": 13477, + "Tim": 13478, + "fo": 13479, + "isation": 13480, + "Ġbean": 13481, + "Ġsuperfic": 13482, + "everything": 13483, + "Ġdescended": 13484, + "empor": 13485, + "Ġintr": 13486, + "Ġdeeper": 13487, + "ĠJustice": 13488, + "Grandma": 13489, + "ĠInternacional": 13490, + "ĠSquare": 13491, + "Ġsistema": 13492, + "ĠCre": 13493, + "ĠCarr": 13494, + "ĠPara": 13495, + "Ġbrook": 13496, + "Ġprest": 13497, + "Ġcontigo": 13498, + "Ġstrain": 13499, + "ĠAfghanistan": 13500, + "Ġloan": 13501, + "ür": 13502, + "jeron": 13503, + "Ġhesitated": 13504, + "Lu": 13505, + "fing": 13506, + "town": 13507, + "Ġpots": 13508, + "ecut": 13509, + "blows": 13510, + "Ġ1933": 13511, + "ĠMountains": 13512, + "Ġshadows": 13513, + "Ġtemporary": 13514, + "Ġpoblación": 13515, + "mitted": 13516, + "Ġ..": 13517, + "Ġduda": 13518, + "ĠSeveral": 13519, + "allel": 13520, + "chicken": 13521, + "Ġvit": 13522, + "Ġvoted": 13523, + "âĢĭ": 13524, + "Ġdisturbed": 13525, + "Ġdiplom": 13526, + "ĠRober": 13527, + "Ġpear": 13528, + "ĠJackie": 13529, + "Ġnueva": 13530, + "ĠSingapore": 13531, + "Ġwip": 13532, + "Ġding": 13533, + "Ġpose": 13534, + "Ġsty": 13535, + "eaba": 13536, + "Ġeveryday": 13537, + "Ġhojas": 13538, + "alda": 13539, + "Ġmerc": 13540, + "Ġhermanos": 13541, + "Ġfruits": 13542, + "Ġfulf": 13543, + "Ġrenew": 13544, + "ĠFIFA": 13545, + "Ġexists": 13546, + "aph": 13547, + "doors": 13548, + "Ġrestrict": 13549, + "ĠCarlos": 13550, + "Ġdessert": 13551, + "Ġalike": 13552, + "hies": 13553, + "Ġcompounds": 13554, + "umpy": 13555, + "boom": 13556, + "Ġtriumph": 13557, + "Ġscrub": 13558, + "Ġfundament": 13559, + "Ġdeclar": 13560, + "idel": 13561, + "Ġspan": 13562, + "ĠHeidi": 13563, + "Ġcompete": 13564, + "Ġparticles": 13565, + "Ġbullets": 13566, + "Ġhorizon": 13567, + "FC": 13568, + "Mal": 13569, + "atical": 13570, + "Ġechar": 13571, + "ĠChat": 13572, + "tec": 13573, + "ĠYorkshire": 13574, + "Ġbedtime": 13575, + "Ġassumed": 13576, + "Ġsadly": 13577, + "Ġcomplic": 13578, + "Ġnuestros": 13579, + "Hola": 13580, + "cool": 13581, + "Ġoink": 13582, + "Ġlions": 13583, + "ĠHat": 13584, + "Ġfrost": 13585, + "Ġclue": 13586, + "babbling": 13587, + "Ġbeasts": 13588, + "Ġwives": 13589, + "Ġoutfit": 13590, + "wear": 13591, + "Ġcracker": 13592, + "Ġtorment": 13593, + "France": 13594, + "Ġhob": 13595, + "Ġnina": 13596, + "ĠRO": 13597, + "egas": 13598, + "Ġmodels": 13599, + "ĠCarter": 13600, + "ĠMaur": 13601, + "ĠMinnesota": 13602, + "ĠSpecial": 13603, + "Cut": 13604, + "Spe": 13605, + "jab": 13606, + "Ġsample": 13607, + "Ġproport": 13608, + "avier": 13609, + "Ġstickers": 13610, + "Ġemotion": 13611, + "Ġvideos": 13612, + "Ġcherry": 13613, + "gian": 13614, + "tical": 13615, + "Ġdolor": 13616, + "ruit": 13617, + "shirt": 13618, + "ĠIsa": 13619, + "eyed": 13620, + "Ġcustomer": 13621, + "Ġéstos": 13622, + "picture": 13623, + "Ġcompass": 13624, + "Ġ42": 13625, + "Ġanswering": 13626, + "Ġscientist": 13627, + "ĠCambridge": 13628, + "GRF": 13629, + "mama": 13630, + "Ġtons": 13631, + "Ġpence": 13632, + "ĠGha": 13633, + "Ġreduce": 13634, + "Ġruler": 13635, + "ão": 13636, + "Pa": 13637, + "ĠInc": 13638, + "Ġadministration": 13639, + "ennessee": 13640, + "orro": 13641, + "ĠNag": 13642, + "ĠElect": 13643, + "Ġseeking": 13644, + "Ġconscience": 13645, + "Ġspoil": 13646, + "AST": 13647, + "Ġrespondió": 13648, + "DEM": 13649, + "EFA": 13650, + "actory": 13651, + "Ġregiment": 13652, + "Ġcharity": 13653, + "Ġgusto": 13654, + "ĠRomans": 13655, + "Ra": 13656, + "Ġfalt": 13657, + "ĠPad": 13658, + "Ġperder": 13659, + "Always": 13660, + "Ġbabe": 13661, + "Ġpronounced": 13662, + "Ġbehalf": 13663, + "ĠSomers": 13664, + "Sounds": 13665, + "instein": 13666, + "Ġkettle": 13667, + "unting": 13668, + "ĠHir": 13669, + "ĠWOR": 13670, + "Ġcoin": 13671, + "prim": 13672, + "Ġvalor": 13673, + "ĠABOUT": 13674, + "Lie": 13675, + "Ġther": 13676, + "Ġfitted": 13677, + "achi": 13678, + "ĠGro": 13679, + "Ġestuvo": 13680, + "pleasant": 13681, + "ĠConne": 13682, + "Ġtrabajar": 13683, + "Ġsem": 13684, + "ĠFree": 13685, + "Ġneedn": 13686, + "ĠStuart": 13687, + "Ġfiles": 13688, + "iggle": 13689, + "ĠMadam": 13690, + "Ġinternal": 13691, + "ĠDiego": 13692, + "ĠtÃŃo": 13693, + "ĠDin": 13694, + "ést": 13695, + "Ġchlor": 13696, + "Ġobed": 13697, + "fortunately": 13698, + "Ġbarking": 13699, + "Ġmeasures": 13700, + "Ġnappie": 13701, + "Pued": 13702, + "tiene": 13703, + "Ġreception": 13704, + "ĠHold": 13705, + "ĠHuman": 13706, + "Ġmane": 13707, + "Ġ34": 13708, + "Ġsurve": 13709, + "Ġhopeless": 13710, + "Ġllegado": 13711, + "Ġindicate": 13712, + "à¥į": 13713, + "Ġranked": 13714, + "opotam": 13715, + "Won": 13716, + "cray": 13717, + "onom": 13718, + "Ġdow": 13719, + "Ġtore": 13720, + "roit": 13721, + "ĠSky": 13722, + "andom": 13723, + "Ġplung": 13724, + "Ġcontempl": 13725, + "Ġsurprising": 13726, + "Ġpanic": 13727, + "Ġviolin": 13728, + "Ġphysics": 13729, + "Ġregarding": 13730, + "Ġintelligent": 13731, + "Ġwrap": 13732, + "Ġkangaroo": 13733, + "ĠBox": 13734, + "plash": 13735, + "iverpool": 13736, + "Ġoccurs": 13737, + "ĠJoan": 13738, + "cook": 13739, + "iw": 13740, + "ĠAuthor": 13741, + "ĠNative": 13742, + "chant": 13743, + "Ġswiftly": 13744, + "ĠIraq": 13745, + ",,": 13746, + "through": 13747, + "Ġlightly": 13748, + "Ġcharts": 13749, + "Ġpudding": 13750, + "Ġiban": 13751, + "-;": 13752, + "Ġtheater": 13753, + "ĠImp": 13754, + "ctr": 13755, + "meow": 13756, + "Bra": 13757, + "Ġdip": 13758, + "Ġincom": 13759, + "ativo": 13760, + "riot": 13761, + "tera": 13762, + "Ġproperties": 13763, + "throws": 13764, + "Ġolvid": 13765, + "heastern": 13766, + "CHR": 13767, + "ĠNev": 13768, + "Ġclip": 13769, + "ĠAlber": 13770, + "much": 13771, + "Ġreb": 13772, + "stream": 13773, + "ĠCómo": 13774, + "Ġsufic": 13775, + "Ġinvasion": 13776, + "children": 13777, + "Ġscramb": 13778, + "ĠAlfred": 13779, + "entially": 13780, + "Ġpension": 13781, + "Ġmortal": 13782, + "Arab": 13783, + "Things": 13784, + "Ġcler": 13785, + "ĠKang": 13786, + "ĠVik": 13787, + "Ġ39": 13788, + "ĠScar": 13789, + "ĠAdvent": 13790, + "Ġtested": 13791, + "Ġdedic": 13792, + "Ġelectrical": 13793, + "haven": 13794, + "Ġgear": 13795, + "Ġgalax": 13796, + "Ġalert": 13797, + "oodle": 13798, + "Ġdreaming": 13799, + "Ġadmire": 13800, + "Ġlabour": 13801, + "Ġtitles": 13802, + "Ġslightest": 13803, + "Ġlantern": 13804, + "pherd": 13805, + "Ġdignity": 13806, + "Mel": 13807, + "cab": 13808, + "tiger": 13809, + "ĠKir": 13810, + "ajes": 13811, + "Ġflock": 13812, + "ĠGerald": 13813, + "Ġsensitive": 13814, + "Ġhire": 13815, + "Ġnave": 13816, + "ĠAmos": 13817, + "ĠGary": 13818, + "whoo": 13819, + "Ġdivide": 13820, + "Ġmistakes": 13821, + "Ġparking": 13822, + "ĠJulie": 13823, + "Ġpeaceful": 13824, + "Ġprojects": 13825, + "Ġcambio": 13826, + "Ġbrazos": 13827, + "fuer": 13828, + "Ġbunk": 13829, + "Ġdime": 13830, + "Ġpuntos": 13831, + "ĠMm": 13832, + "ĠBurn": 13833, + "ĠVar": 13834, + "Ġdifferences": 13835, + "Ġmusk": 13836, + "Ġactivist": 13837, + "Ġyelled": 13838, + "Ġtransferred": 13839, + "Ġpiedra": 13840, + "('": 13841, + "lest": 13842, + "ĠTennessee": 13843, + "Ġlibre": 13844, + "Ġcontext": 13845, + "Ġdaño": 13846, + "Ġllamado": 13847, + "Ġdancer": 13848, + "Ġtoler": 13849, + "leen": 13850, + "ĠSorry": 13851, + "Ġcasita": 13852, + "Ġmixture": 13853, + "âĨĴ": 13854, + "ĠHitler": 13855, + "Ġphe": 13856, + "ifica": 13857, + "Ġfrown": 13858, + "Ġdeserted": 13859, + "Ġlearnt": 13860, + "ĠOscar": 13861, + "ĠIslamic": 13862, + "Ġoccasions": 13863, + "Imp": 13864, + "VI": 13865, + "catch": 13866, + "Ġbounce": 13867, + "ĠEsta": 13868, + "ĠOfficer": 13869, + "Ġpops": 13870, + "Ġedges": 13871, + "Ġcircul": 13872, + "rolling": 13873, + "shows": 13874, + "57": 13875, + "xide": 13876, + "Ġdeput": 13877, + "ĠMess": 13878, + "ĠCould": 13879, + "uddy": 13880, + "Ġmarvell": 13881, + "Ġclearing": 13882, + "Ġdefined": 13883, + "Know": 13884, + "iembre": 13885, + "Ġric": 13886, + "Ġboil": 13887, + "Ġraw": 13888, + "Ġ1937": 13889, + "Ġapproved": 13890, + "Ġhunger": 13891, + "xed": 13892, + "Ġdas": 13893, + "icians": 13894, + "ĠDak": 13895, + "ĠWalt": 13896, + "cling": 13897, + "Ġtercer": 13898, + "Ġpainter": 13899, + "bottle": 13900, + "Ġribbon": 13901, + "Ġscold": 13902, + "Ġlean": 13903, + "Ġspons": 13904, + "Ġclaws": 13905, + "Ġcompound": 13906, + "Ġterrific": 13907, + "Ġllevaba": 13908, + "ĠPatty": 13909, + "Ġbelonging": 13910, + "Ġpequeños": 13911, + "Ġwisdom": 13912, + "oise": 13913, + "orp": 13914, + "ĠDream": 13915, + "Ġconspir": 13916, + "Though": 13917, + "ĠWhich": 13918, + "Ġautomobile": 13919, + "Ġarrows": 13920, + "arrow": 13921, + "noises": 13922, + "andra": 13923, + "ellect": 13924, + "angled": 13925, + "Ġawesome": 13926, + "iffs": 13927, + "ĠOrgan": 13928, + "ivamente": 13929, + "Ġfatal": 13930, + "Ġamarillo": 13931, + "Det": 13932, + "ORY": 13933, + "Ġguessed": 13934, + "Ġofficials": 13935, + "Enough": 13936, + "Ġethnic": 13937, + "Ġcruz": 13938, + "Ġvisual": 13939, + "Going": 13940, + "Ġ1935": 13941, + "Ġobser": 13942, + "Ġbyebye": 13943, + "Ġidentify": 13944, + "cin": 13945, + "Ġauto": 13946, + "Ġslavery": 13947, + "Ġarrangement": 13948, + "lines": 13949, + "rot": 13950, + "Ġhorrid": 13951, + "Ġinvisible": 13952, + "ĠAmsterdam": 13953, + "Ġradi": 13954, + "'-": 13955, + "Dor": 13956, + "hur": 13957, + "lay": 13958, + "ĠAmb": 13959, + "Ġfollowers": 13960, + "Ġgazing": 13961, + "ĠPotato": 13962, + "ben": 13963, + "jó": 13964, + "Ġbelieves": 13965, + "Ġrepente": 13966, + "Después": 13967, + "Ġmagazines": 13968, + "\"_": 13969, + "acco": 13970, + "Ġascend": 13971, + "Ġserie": 13972, + "Ġminus": 13973, + "ĠGrammy": 13974, + "Ġpueda": 13975, + "Ġzone": 13976, + "Ġirrit": 13977, + "velopment": 13978, + "ĠNext": 13979, + "Ġopposition": 13980, + "Ġgoats": 13981, + "ĠElla": 13982, + "ĠOR": 13983, + "Ġdisgu": 13984, + "Ġhomework": 13985, + "aneous": 13986, + "woke": 13987, + "Ġvuestra": 13988, + "Ġacá": 13989, + "Ġglances": 13990, + "Ġheartily": 13991, + "August": 13992, + "Kat": 13993, + "Tu": 13994, + "Ġscho": 13995, + "Ġwiped": 13996, + "Ġquid": 13997, + "ĠPoor": 13998, + "Ġfortunate": 13999, + "Ġstrings": 14000, + "ĠMedia": 14001, + "Ġadmiration": 14002, + "Ġearnestly": 14003, + "ĠBuilder": 14004, + "ĠWelsh": 14005, + "\"!": 14006, + "Ġdense": 14007, + "icals": 14008, + "Ġlibert": 14009, + "Ġamused": 14010, + "Ġbloss": 14011, + "Ġdisorder": 14012, + "Ġwrist": 14013, + "Ġcaus": 14014, + "Ġequival": 14015, + "Ġventure": 14016, + "Ġdocuments": 14017, + "Ġpitched": 14018, + "ĠHotel": 14019, + "Ġcomenzó": 14020, + "ĠWendy": 14021, + "oration": 14022, + "Ġdepression": 14023, + "ĠDenmark": 14024, + "jaros": 14025, + "March": 14026, + "ipt": 14027, + "Ġwithdraw": 14028, + "Ġsplas": 14029, + "Ġpeel": 14030, + "ĠKarl": 14031, + "ĠUEFA": 14032, + "Ġdiab": 14033, + "Ġskipper": 14034, + "Ġincluso": 14035, + "bbit": 14036, + "Ġbuenos": 14037, + "elephant": 14038, + "cro": 14039, + "Ġsar": 14040, + "Ġbrains": 14041, + "Ġlifting": 14042, + "Ġlevantó": 14043, + "ĠBradford": 14044, + "Ġproposal": 14045, + "kitty": 14046, + "Ġgit": 14047, + "riages": 14048, + "ĠBush": 14049, + "ulu": 14050, + "Ġclerk": 14051, + "Ġpeoples": 14052, + "ĠVic": 14053, + "ĠAnderson": 14054, + "Ġlively": 14055, + "Ġpasta": 14056, + "Ġstripes": 14057, + "ĠEstados": 14058, + "ferences": 14059, + "ĠMalcolm": 14060, + "ĠLibr": 14061, + "Ġpistol": 14062, + "Ġmej": 14063, + "Ġmeals": 14064, + "ĠHop": 14065, + "Ġrural": 14066, + "Ġorbit": 14067, + "Ġcompr": 14068, + "dele": 14069, + "Ġlighter": 14070, + "ĠZoe": 14071, + "ĠAllison": 14072, + "Ġtails": 14073, + "Ġpensó": 14074, + "ĠUSA": 14075, + "Ġcycle": 14076, + "Ġacquaintance": 14077, + ":--": 14078, + "Ros": 14079, + "fif": 14080, + "Ġhog": 14081, + "Ġovercome": 14082, + "iversary": 14083, + "Ġocas": 14084, + "Ġregularly": 14085, + "ĠGirls": 14086, + "ĠPhilippines": 14087, + "Ġsuitcase": 14088, + "Ġfiesta": 14089, + "Ġamusement": 14090, + ",...": 14091, + "held": 14092, + "Ġace": 14093, + "ĠTower": 14094, + "ĠMs": 14095, + "Ġvive": 14096, + "loj": 14097, + "cover": 14098, + "Ġsurvey": 14099, + "Ġprovisions": 14100, + "Ġmarker": 14101, + "someone": 14102, + "Ġponemos": 14103, + "Ġcelebrated": 14104, + "Cal": 14105, + "Hard": 14106, + "tis": 14107, + "atus": 14108, + "illing": 14109, + "uccess": 14110, + "Ġvieja": 14111, + "Ġmeasured": 14112, + "ĠTemple": 14113, + "CC": 14114, + "German": 14115, + "rome": 14116, + "Ġinmedi": 14117, + "quer": 14118, + "Ġagency": 14119, + "Ġfinest": 14120, + "Ġelsewhere": 14121, + "Ġaprend": 14122, + "Ġrocking": 14123, + "Guess": 14124, + "Jean": 14125, + "Ġenthusi": 14126, + "Nos": 14127, + "Ġbehold": 14128, + "adi": 14129, + "owl": 14130, + "Ġshine": 14131, + "Ġunpleasant": 14132, + "Ġdescent": 14133, + "ĠYan": 14134, + "Ġmarcha": 14135, + "ĠPrice": 14136, + "ĠComo": 14137, + "Ġpodr": 14138, + "Ġ1929": 14139, + "uenos": 14140, + "Ġastonishment": 14141, + "San": 14142, + "dear": 14143, + "weight": 14144, + "Ġswamp": 14145, + "Ġfixing": 14146, + "Chris": 14147, + "Tengo": 14148, + "ĠSolomon": 14149, + "Suddenly": 14150, + "mur": 14151, + "Ġsno": 14152, + "ĠBand": 14153, + "Ġruff": 14154, + "ĠFame": 14155, + "ixon": 14156, + "Ġflames": 14157, + "Ġfinishing": 14158, + "Ġcamel": 14159, + "Except": 14160, + "Ġpunished": 14161, + "Ġaccomplished": 14162, + "MS": 14163, + "Pretty": 14164, + "Ġcen": 14165, + "Ġnods": 14166, + "ĠTodd": 14167, + "Ġpursuit": 14168, + "orters": 14169, + "ĠBry": 14170, + "Ġsod": 14171, + "Ġcongress": 14172, + "Ġadap": 14173, + "Ġprincipio": 14174, + "Ġretirement": 14175, + "ĠJill": 14176, + "Ġresigned": 14177, + "Ġutterly": 14178, + "ĠPalace": 14179, + "Ġprosper": 14180, + "Ġjewel": 14181, + "phy": 14182, + "Ġ\"\"": 14183, + "iend": 14184, + "ĠUnidos": 14185, + "Ġconsequence": 14186, + "emetery": 14187, + "68": 14188, + "gne": 14189, + "Ġteles": 14190, + "ĠPunch": 14191, + "ése": 14192, + "ĠKo": 14193, + "Ġoffices": 14194, + "Ġgustan": 14195, + "Ġdedicated": 14196, + "Ġwarriors": 14197, + "PH": 14198, + "eyes": 14199, + "ĠCE": 14200, + "Ġformerly": 14201, + "Ġexamined": 14202, + "shoes": 14203, + "brew": 14204, + "estro": 14205, + "ĠGun": 14206, + "ĠLIKE": 14207, + "Ġspilled": 14208, + "ĠVice": 14209, + "ĠveÃŃa": 14210, + "Ġ1931": 14211, + "Ġpractically": 14212, + "Ġnucle": 14213, + "Ġmagnificent": 14214, + "Lord": 14215, + "graph": 14216, + "jud": 14217, + "Ġbacon": 14218, + "amble": 14219, + "gered": 14220, + "Ġcole": 14221, + "Ġsurrender": 14222, + "Ġindul": 14223, + "Ġsnapped": 14224, + "Ġabsent": 14225, + "Ġbuffalo": 14226, + "Bre": 14227, + "nada": 14228, + "umbo": 14229, + "thel": 14230, + "Ġentró": 14231, + "Ġwarrant": 14232, + "ĠAncient": 14233, + "Ġexamination": 14234, + "ĠStanley": 14235, + "59": 14236, + "Cons": 14237, + "Ġger": 14238, + "ATE": 14239, + "ĠWWE": 14240, + "Ġbroom": 14241, + "Ġdeveloping": 14242, + "table": 14243, + "starts": 14244, + "ĠHappy": 14245, + "arting": 14246, + "hooray": 14247, + "Ġmonsters": 14248, + "Ġcamps": 14249, + "Ġmessenger": 14250, + "ĠJudy": 14251, + "ĠKatie": 14252, + "Ġsearched": 14253, + "Ġbehaviour": 14254, + "Ġaired": 14255, + "erican": 14256, + "Ġcreek": 14257, + "Ġthread": 14258, + "Ġree": 14259, + "Ġdeport": 14260, + "ĠAff": 14261, + "ĠOak": 14262, + "Ġpend": 14263, + "Ġinvit": 14264, + "Ġoperated": 14265, + "Ġiniti": 14266, + "Ġtravelled": 14267, + "'!": 14268, + "free": 14269, + "oni": 14270, + "Ġpi": 14271, + "Ġabuse": 14272, + "Ġbreed": 14273, + "Ġflee": 14274, + "AA": 14275, + "Chan": 14276, + "Mike": 14277, + "Ġrefe": 14278, + "Ġabrir": 14279, + "duct": 14280, + "Ġcontrary": 14281, + "Muy": 14282, + "bast": 14283, + "Äĩ": 14284, + "Ġpets": 14285, + "Ġcoinc": 14286, + "Ġfoods": 14287, + "Ġ1932": 14288, + "Ġrepresenting": 14289, + "Ġbucks": 14290, + "smith": 14291, + "nar": 14292, + "itches": 14293, + "entine": 14294, + "ulas": 14295, + "Ġshiny": 14296, + "ĠRick": 14297, + "Ġpatrol": 14298, + "overlap": 14299, + "Ġperforming": 14300, + "ĠONE": 14301, + "birds": 14302, + "Ġbumped": 14303, + "orf": 14304, + "Ġinfection": 14305, + "ĠWaz": 14306, + "ĠRea": 14307, + "Ġwheat": 14308, + "flakes": 14309, + "Meanwhile": 14310, + "ĠHawai": 14311, + "Ġpájaro": 14312, + "Fred": 14313, + "rada": 14314, + "Ġapt": 14315, + "antha": 14316, + "Ġminim": 14317, + "Ġpropose": 14318, + "Billboard": 14319, + "purple": 14320, + "Ġdulce": 14321, + "block": 14322, + "umbr": 14323, + "Ġenqu": 14324, + "ĠEducation": 14325, + "Ġtrot": 14326, + "quered": 14327, + "papá": 14328, + "ĠConfederate": 14329, + "Ġschedule": 14330, + "dra": 14331, + "dile": 14332, + "Ġhorm": 14333, + "Ġnerves": 14334, + "estaba": 14335, + "Ġscorn": 14336, + "Ġexplains": 14337, + "Ġdifficulties": 14338, + "jeres": 14339, + "Second": 14340, + "onight": 14341, + "Ġoak": 14342, + "Ġoars": 14343, + "ĠBright": 14344, + "ĠNorm": 14345, + "Ġflashed": 14346, + "Ġsubir": 14347, + "iko": 14348, + "Ġeighth": 14349, + "ĠCzech": 14350, + "mac": 14351, + "Ġtact": 14352, + "Ġhither": 14353, + "Ġusers": 14354, + "Ġchoc": 14355, + "Ġmathematics": 14356, + "lord": 14357, + "ĠTu": 14358, + "hibit": 14359, + "plain": 14360, + "Ġescucha": 14361, + "Ġtechnical": 14362, + "Ġacompañ": 14363, + "Ġearthquake": 14364, + "Ġalma": 14365, + "ĠJose": 14366, + "Ġorchestra": 14367, + "active": 14368, + "Ġsteering": 14369, + "Ġranks": 14370, + "strong": 14371, + "Ġromp": 14372, + "Ġgrinned": 14373, + "pto": 14374, + "rik": 14375, + "Ġatre": 14376, + "Ġjumper": 14377, + "Ġabe": 14378, + "chet": 14379, + "Ġmirar": 14380, + "ábamos": 14381, + "ĠHERE": 14382, + "bat": 14383, + "tea": 14384, + "ĠMU": 14385, + "selo": 14386, + "ĠRio": 14387, + "ĠSpen": 14388, + "Att": 14389, + "Ġtaxes": 14390, + "Ġpudiera": 14391, + "Ġingen": 14392, + "bea": 14393, + "ĠLiving": 14394, + "ĠRIGHT": 14395, + "ANK": 14396, + "ĠAlger": 14397, + "porated": 14398, + "ologists": 14399, + "afa": 14400, + "idy": 14401, + "obs": 14402, + "Ġverd": 14403, + "Ġsubstance": 14404, + "Ġcounsel": 14405, + "Ġwarrior": 14406, + "voy": 14407, + "ĠĊ": 14408, + "Ġling": 14409, + "unidad": 14410, + "Ġ\"'": 14411, + "Ġropa": 14412, + "Ġcharm": 14413, + "Ġprett": 14414, + "Ġvalues": 14415, + "Ġdepending": 14416, + "celona": 14417, + "Ġliberal": 14418, + "ĠUniversidad": 14419, + "Bro": 14420, + "Kim": 14421, + "Ġwaff": 14422, + "Ġfries": 14423, + "Ġpairs": 14424, + "Ġconvent": 14425, + "neigh": 14426, + "ceso": 14427, + "Ġheadache": 14428, + "Ġrelatively": 14429, + "Ġhicieron": 14430, + "fi": 14431, + "gur": 14432, + "Ġtes": 14433, + "Ġhose": 14434, + "osure": 14435, + "ĠBishop": 14436, + "Ġviste": 14437, + "Ġabre": 14438, + "Ġcareless": 14439, + "ĠQueens": 14440, + "ĠRomania": 14441, + "Ġenthusiasm": 14442, + "Master": 14443, + "Whe": 14444, + "encies": 14445, + "adays": 14446, + "abes": 14447, + "doing": 14448, + "ĠQuoth": 14449, + "ĠMichelle": 14450, + "ĠMaryland": 14451, + "chocolate": 14452, + "Ġcaval": 14453, + "enne": 14454, + "ĠPress": 14455, + "ĠWes": 14456, + "Ġgrit": 14457, + "Ġcorrer": 14458, + "Ġplanets": 14459, + "ĠWillie": 14460, + "Ġtightly": 14461, + "Sa": 14462, + "Sur": 14463, + "dist": 14464, + "ÃŃsimo": 14465, + "Post": 14466, + "rous": 14467, + "CHER": 14468, + "Ġserves": 14469, + "ĠAlban": 14470, + "Ġfairies": 14471, + "Ġradiation": 14472, + "ourable": 14473, + "Ġtapes": 14474, + "Ġcomrade": 14475, + "sister": 14476, + "ĠTW": 14477, + "Ġupright": 14478, + "ĠLar": 14479, + "bean": 14480, + "Soy": 14481, + "Ġlayer": 14482, + "Ġsupporting": 14483, + "Ġdevices": 14484, + "Ġcrawling": 14485, + "Ġtranslated": 14486, + "ĠMediterranean": 14487, + "enton": 14488, + "ĠBaker": 14489, + "Ġgrasp": 14490, + "Ġafterward": 14491, + "Ġgrabbed": 14492, + "Ġpreferred": 14493, + "ĠPhill": 14494, + "fashion": 14495, + "zel": 14496, + "adise": 14497, + "Ġ\"_": 14498, + "opes": 14499, + "Ġshorter": 14500, + "Ġentitled": 14501, + "Ġformation": 14502, + "apping": 14503, + "ĠPrix": 14504, + "Tomorrow": 14505, + "ĠGranny": 14506, + ",[": 14507, + "Reg": 14508, + "pose": 14509, + "Ġbask": 14510, + "ĠCall": 14511, + "illon": 14512, + "ested": 14513, + "Ġfranc": 14514, + "ega": 14515, + "Ġcorrupt": 14516, + "Ġinsane": 14517, + "Ġpolicies": 14518, + "Ġeducated": 14519, + "ĠFinland": 14520, + "Les": 14521, + "sweet": 14522, + "ĠLil": 14523, + "ailing": 14524, + "ĠPrim": 14525, + "Ġindicated": 14526, + "Ġinglés": 14527, + "ĠNazi": 14528, + "Ġatoms": 14529, + "Ġsoda": 14530, + "ulk": 14531, + "ĠBerry": 14532, + "Ġdurm": 14533, + "ĠNapole": 14534, + "tas": 14535, + "ĠHIM": 14536, + "Ġroto": 14537, + "ĠDark": 14538, + "Ġcarro": 14539, + "Shh": 14540, + "ICK": 14541, + "Ġoyó": 14542, + "Ġdesarroll": 14543, + "ĠNellie": 14544, + "Ġawoke": 14545, + "ĠSÃŃ": 14546, + "olan": 14547, + "oping": 14548, + "ateur": 14549, + "Ġclick": 14550, + "Ġimporta": 14551, + "Ġgrape": 14552, + "ĠLeo": 14553, + "ALLY": 14554, + "Ġwhispering": 14555, + "Ġrecognition": 14556, + "Ġ1928": 14557, + "Ġmotorcycle": 14558, + "rizona": 14559, + "Ġwounds": 14560, + "Ġoath": 14561, + "Ġfet": 14562, + "Ġwasted": 14563, + "lyde": 14564, + "rod": 14565, + "ths": 14566, + "ĠGor": 14567, + "Ġmenor": 14568, + "Ġkills": 14569, + "Ġ64": 14570, + "Ġmiracle": 14571, + "Ġaccommod": 14572, + "ĠNepal": 14573, + "Ġsuits": 14574, + "ĠRoll": 14575, + "meal": 14576, + "Ġreflected": 14577, + "Ġdeadly": 14578, + "Ġthanked": 14579, + "Ġprovides": 14580, + "Ġarchitecture": 14581, + "Ġdiscipline": 14582, + "Ġcushion": 14583, + "uu": 14584, + "Ġgent": 14585, + "ĠCensus": 14586, + "Ġtwisted": 14587, + "Ġlettuce": 14588, + "Ġrestored": 14589, + "Ġ£": 14590, + "disc": 14591, + "rings": 14592, + "uine": 14593, + "ĠTest": 14594, + "Ġflushed": 14595, + "ibilities": 14596, + "Ġfreely": 14597, + "nuts": 14598, + "ĠSri": 14599, + "Ġplata": 14600, + "ĠRain": 14601, + "Ġtrusted": 14602, + "Ġprev": 14603, + "hards": 14604, + "Ġapparent": 14605, + "Ġproblemas": 14606, + "Ġwandered": 14607, + "Half": 14608, + "Sub": 14609, + "Ġtoma": 14610, + "imore": 14611, + "ĠVenez": 14612, + "Ġllen": 14613, + "Ġcatches": 14614, + "Ann": 14615, + "Ġcorners": 14616, + "Ġfears": 14617, + "Ġgravely": 14618, + "Ġhastened": 14619, + "Ġdistinguished": 14620, + "Del": 14621, + "Era": 14622, + "luego": 14623, + "Ġquis": 14624, + "Ġmuscle": 14625, + "Ġseñal": 14626, + "Ġspiritual": 14627, + "Ġfondo": 14628, + "Ġreminded": 14629, + "Ġbaja": 14630, + "alymp": 14631, + "Tú": 14632, + "sne": 14633, + "Ġcement": 14634, + "ĠCe": 14635, + "acker": 14636, + "closed": 14637, + "Ġunto": 14638, + "teddy": 14639, + "ĠMissus": 14640, + "THING": 14641, + "después": 14642, + "Ġlicense": 14643, + "Ġrhyth": 14644, + "ographer": 14645, + "lahoma": 14646, + "Bert": 14647, + "rice": 14648, + "Ġpunk": 14649, + "Ġpoop": 14650, + "ĠIowa": 14651, + "monkey": 14652, + "Ġvarias": 14653, + "Ġshovel": 14654, + "President": 14655, + "Ag": 14656, + "Easy": 14657, + "IDS": 14658, + "Sch": 14659, + "breat": 14660, + "Ġashes": 14661, + "ilio": 14662, + "rano": 14663, + "Ġspear": 14664, + "Ġadvised": 14665, + "Ġapproval": 14666, + "Ġcrisps": 14667, + "Ġgreeted": 14668, + "Ġlifetime": 14669, + "vil": 14670, + "Ġoutta": 14671, + "Ġleer": 14672, + "Ġraft": 14673, + "Ġsilencio": 14674, + "vió": 14675, + "Ġavent": 14676, + "Ġdando": 14677, + "Ġgreed": 14678, + "verty": 14679, + "ĠEuro": 14680, + "Ġperil": 14681, + "Ġlarga": 14682, + "ĠAnim": 14683, + "Stan": 14684, + "Ġprofund": 14685, + "ĠCountry": 14686, + "ĠParalymp": 14687, + "ĠRussians": 14688, + "ĠSmart": 14689, + "Ġspinning": 14690, + "shi": 14691, + "ĠRA": 14692, + "Ġentry": 14693, + "ĠBrid": 14694, + "Gold": 14695, + "TY": 14696, + "phan": 14697, + "Ġdamp": 14698, + "Ġsewing": 14699, + "ĠLiverpool": 14700, + "ĠConstant": 14701, + "roller": 14702, + "Ġresear": 14703, + "Betty": 14704, + "Ġtossed": 14705, + "Ġdisgusting": 14706, + "97": 14707, + "Ġcm": 14708, + "ĠLow": 14709, + "Ġhacemos": 14710, + "Esto": 14711, + "visión": 14712, + "lookee": 14713, + "Haven": 14714, + "orable": 14715, + "imony": 14716, + "ĠCrow": 14717, + "Ġsweat": 14718, + "Ġproviding": 14719, + "Ġantigu": 14720, + "Ġappearances": 14721, + "Ġfantas": 14722, + "Ġrarely": 14723, + "pit": 14724, + "à±": 14725, + "Ġnoches": 14726, + "Ġank": 14727, + "udi": 14728, + "Ġtroop": 14729, + "Andy": 14730, + "Ġ44": 14731, + "auts": 14732, + "Ġexisting": 14733, + "ĠKentucky": 14734, + "Ġinterfere": 14735, + "Ken": 14736, + "Ve": 14737, + "hai": 14738, + "Ġisla": 14739, + "Ġkin": 14740, + "Ġfrustr": 14741, + "ĠDom": 14742, + "ĠRangers": 14743, + "ountain": 14744, + "Ġveter": 14745, + "Ġsolic": 14746, + "Ġallowing": 14747, + "ĠHalloween": 14748, + "Ġunfortunately": 14749, + "says": 14750, + "Ġmines": 14751, + "Ġskip": 14752, + "ĠAmong": 14753, + "Ġcitizen": 14754, + "Ġmanufacture": 14755, + "IVE": 14756, + "mun": 14757, + "ë": 14758, + "usk": 14759, + "hoen": 14760, + "Ġcausa": 14761, + "Ġstrate": 14762, + "shop": 14763, + "Ġquarrel": 14764, + "COU": 14765, + "miss": 14766, + "ĠAR": 14767, + "their": 14768, + "Ġhappier": 14769, + "Ġlowered": 14770, + "Ġpretends": 14771, + "Ġdolph": 14772, + "Work": 14773, + "agua": 14774, + "Ġamen": 14775, + "Ġcaja": 14776, + "Ġsubstit": 14777, + "ĠWarner": 14778, + "Ġpige": 14779, + "finitely": 14780, + "Ġchemistry": 14781, + "ĠJunior": 14782, + "ĠIllustrations": 14783, + "Mister": 14784, + "Ġwhar": 14785, + "Ġbef": 14786, + "opens": 14787, + "ĠLower": 14788, + "Ġapenas": 14789, + "ĠAisne": 14790, + "Sue": 14791, + "forth": 14792, + "Ġaccord": 14793, + "Ġvaried": 14794, + "cticut": 14795, + "GRO": 14796, + "itis": 14797, + "Ġisol": 14798, + "ĠRet": 14799, + "Ġtelly": 14800, + "Ġreader": 14801, + "Ġcampus": 14802, + "Ġprovision": 14803, + "Ġmessy": 14804, + "Congratulations": 14805, + "Ġstrategy": 14806, + "\"--": 14807, + "Dar": 14808, + "Os": 14809, + "ĠMAN": 14810, + "Ġranch": 14811, + "Ġelectronic": 14812, + "Ġresidents": 14813, + "Ġimprison": 14814, + "Ġfictional": 14815, + "acious": 14816, + "Ġjerk": 14817, + "Station": 14818, + "Ġassum": 14819, + "ippin": 14820, + "Ġutmost": 14821, + "Ġvenido": 14822, + "Ġlogs": 14823, + "ĠSenator": 14824, + "Ġmagnets": 14825, + "Ġfolded": 14826, + "ĠAlec": 14827, + "picking": 14828, + "Ġbri": 14829, + "ĠHorn": 14830, + "Ġrats": 14831, + "arer": 14832, + "Ġwhereas": 14833, + "arrondisse": 14834, + "Ġcircuit": 14835, + "ĠBlackie": 14836, + "mers": 14837, + "Ġdub": 14838, + "atches": 14839, + "Ġee": 14840, + "Ġnaval": 14841, + "ĠMiles": 14842, + "ĠCors": 14843, + "Ġcuales": 14844, + "Ġchased": 14845, + "mej": 14846, + "Ġripped": 14847, + "Ġapar": 14848, + "Ġpared": 14849, + "ĠConference": 14850, + "Ġreconoc": 14851, + "Rec": 14852, + "ĠMAR": 14853, + "reso": 14854, + "Ġowns": 14855, + "ĠHarvard": 14856, + "RIT": 14857, + "ĠHamilton": 14858, + "ĠLouisiana": 14859, + "todos": 14860, + "Ġconsequences": 14861, + "ándole": 14862, + "cÃŃan": 14863, + "spr": 14864, + "isure": 14865, + "Ġlin": 14866, + "Ġstim": 14867, + "...(": 14868, + "Ġpoverty": 14869, + "coat": 14870, + "Ġsergeant": 14871, + "Ġcreer": 14872, + "ĠPeace": 14873, + "Ġcastillo": 14874, + "Ġchalk": 14875, + "ĠJanet": 14876, + "Ġtaller": 14877, + "ĠNetwork": 14878, + "Charles": 14879, + "Ġcanción": 14880, + "ĠDal": 14881, + "Ġpartir": 14882, + "Ġstrateg": 14883, + "Ġmamm": 14884, + "ĠArkansas": 14885, + "Ġpav": 14886, + "anuts": 14887, + "Ġec": 14888, + "Ġforgiven": 14889, + "Ġselection": 14890, + "estó": 14891, + "ĠPLA": 14892, + "Ġvin": 14893, + "Ġclassic": 14894, + "!--": 14895, + "bath": 14896, + "onents": 14897, + "Ġalligator": 14898, + "ĠLim": 14899, + "ĠRot": 14900, + "ardie": 14901, + "ĠKay": 14902, + "Star": 14903, + "Ġsimpl": 14904, + "ĠJoey": 14905, + "ĠPresently": 14906, + "Ġconstituen": 14907, + "Ġtraveled": 14908, + "ĠSupreme": 14909, + "Ġcumpleaños": 14910, + "Ġrehe": 14911, + "Ġstalk": 14912, + "eller": 14913, + "ĠPublic": 14914, + "ĠGriff": 14915, + "Ġverte": 14916, + "Ġapoy": 14917, + "Ġspeakers": 14918, + "Ġpalacio": 14919, + "Ġfearful": 14920, + "ĠJosé": 14921, + "Ġobservation": 14922, + "Ġexecuted": 14923, + "Ġphotographs": 14924, + "92": 14925, + "Cla": 14926, + "EAR": 14927, + "inction": 14928, + "Ġbeam": 14929, + "acho": 14930, + "Ġboards": 14931, + "Ġsingular": 14932, + "Ġintellect": 14933, + "Ġblessing": 14934, + "Ġdiferen": 14935, + "Ġdash": 14936, + "lder": 14937, + "Ġdod": 14938, + "Ġlifts": 14939, + "Ġwandering": 14940, + "Ġdistribution": 14941, + "ÃŃfico": 14942, + "Ġfame": 14943, + "ĠTar": 14944, + "ĠHil": 14945, + "ĠFue": 14946, + "butter": 14947, + "Ġfunctions": 14948, + "TEN": 14949, + "Ġremarks": 14950, + "Sweet": 14951, + "fine": 14952, + "spe": 14953, + "ĠBed": 14954, + "cker": 14955, + "guess": 14956, + "Ġsubsequ": 14957, + "Ġsuccessfully": 14958, + "broken": 14959, + "Ġcomedian": 14960, + "Ġjamás": 14961, + "Ġleadership": 14962, + "Ġemployment": 14963, + "person": 14964, + "usalem": 14965, + "step": 14966, + "ĠNHL": 14967, + "ĠVo": 14968, + "Ġforming": 14969, + "ĠScouts": 14970, + "Ġrepresentative": 14971, + "ĠPapá": 14972, + "Contents": 14973, + "Ġsausages": 14974, + "Ġgratitude": 14975, + "lovely": 14976, + "Ġfurious": 14977, + "Ver": 14978, + "âĪ": 14979, + "roid": 14980, + "ĠHills": 14981, + "Ġexcess": 14982, + "Ġstandards": 14983, + "Ġpuzzles": 14984, + "Ġfocused": 14985, + "ĠHungary": 14986, + "Ġnickname": 14987, + "54": 14988, + "Ever": 14989, + "quit": 14990, + "aku": 14991, + "comune": 14992, + "Ġinvestment": 14993, + "hums": 14994, + "ĠMiguel": 14995, + "Ġcanvas": 14996, + "Ġvary": 14997, + "arks": 14998, + "ROG": 14999, + "Ġdientes": 15000, + "isen": 15001, + "ĠTigger": 15002, + "opard": 15003, + "ĠDID": 15004, + "ĠNEW": 15005, + "Ġglow": 15006, + "Ġinstante": 15007, + "Ġconvenient": 15008, + "Ġschooner": 15009, + "Creo": 15010, + "Rog": 15011, + "Ġsilently": 15012, + "ĠMedal": 15013, + "Ġannoying": 15014, + "IME": 15015, + "iors": 15016, + "Ġfi": 15017, + "Ġrico": 15018, + "Ġboiling": 15019, + "Ġrig": 15020, + "Ġaccent": 15021, + "Ġgenuine": 15022, + "Ġbacteria": 15023, + "Gina": 15024, + "cé": 15025, + "tar": 15026, + "Ġoficial": 15027, + "aints": 15028, + "ĠOnt": 15029, + "Ġtalkin": 15030, + "Ġsiquiera": 15031, + "Ġpenalty": 15032, + "Ġvibr": 15033, + "renda": 15034, + "True": 15035, + "gies": 15036, + "hill": 15037, + "ĠTai": 15038, + "...-": 15039, + "Ġlav": 15040, + "Ġhandy": 15041, + "Ġdifferently": 15042, + "Ġsuggests": 15043, + "ĠParker": 15044, + "chin": 15045, + "Ġpez": 15046, + "Ġmujeres": 15047, + "Ġharsh": 15048, + "Ġpareció": 15049, + "ĠHerbert": 15050, + "Ġrubbed": 15051, + "change": 15052, + "ĠDaisy": 15053, + "Ġessential": 15054, + "BUT": 15055, + "bamos": 15056, + "Ġsway": 15057, + "utt": 15058, + "rained": 15059, + "Ġrides": 15060, + "ĠJennie": 15061, + "Ġuser": 15062, + "ĠThrough": 15063, + "Ġlibros": 15064, + "Ġpedir": 15065, + "Ġexecution": 15066, + "Ġelevator": 15067, + "Ġtypically": 15068, + "Ġprofesor": 15069, + "ĠScientists": 15070, + "Ġlaund": 15071, + "feel": 15072, + "Ġpram": 15073, + "Ġhistoric": 15074, + "Ġdebuted": 15075, + "CD": 15076, + "Greg": 15077, + "alia": 15078, + "unta": 15079, + "venes": 15080, + "Ġdesgr": 15081, + "ĠgustarÃŃa": 15082, + "Ġamazement": 15083, + "):": 15084, + "ĠTiger": 15085, + "óx": 15086, + "Seven": 15087, + "Ġcartoon": 15088, + "ĠRussell": 15089, + "Å¡": 15090, + "Ġic": 15091, + "Ġcrane": 15092, + "ensa": 15093, + "ĠpolÃŃt": 15094, + "cups": 15095, + "Ġprimarily": 15096, + "ĠProject": 15097, + "ĠColorado": 15098, + "Ġ1926": 15099, + "Ġlinks": 15100, + "Ġbrazo": 15101, + "Ġencouraged": 15102, + "lovak": 15103, + "Ġartificial": 15104, + "Pod": 15105, + "VD": 15106, + "bos": 15107, + "num": 15108, + "Ġtel": 15109, + "Ġañ": 15110, + "Ġhago": 15111, + "Ġmeets": 15112, + "Ġcrook": 15113, + "azon": 15114, + "Ġpetrol": 15115, + "ĠLuis": 15116, + "ĠRosalie": 15117, + "Finally": 15118, + "home": 15119, + "halie": 15120, + "ĠSem": 15121, + "moans": 15122, + "ĠIsab": 15123, + "Ġvisits": 15124, + "Ġdejado": 15125, + "Ġllamaba": 15126, + "Din": 15127, + "Ori": 15128, + "greg": 15129, + "poo": 15130, + "ĠBag": 15131, + "neys": 15132, + "ĠUpper": 15133, + "Ġappla": 15134, + "Ġcounten": 15135, + "Ġvestido": 15136, + "Ġgrip": 15137, + "Ġsequence": 15138, + "Ġswallow": 15139, + "ĠAzerbaijan": 15140, + "rooge": 15141, + "equ": 15142, + "hs": 15143, + "Ġmanip": 15144, + "ipop": 15145, + "Ġcorrid": 15146, + "Ġextract": 15147, + "Ġproducing": 15148, + "Ġcellar": 15149, + "Ġcrops": 15150, + "Ġmédico": 15151, + "Ġrays": 15152, + "oda": 15153, + "ideo": 15154, + "anka": 15155, + "Ġbathtub": 15156, + "ĠShort": 15157, + "Ġdeny": 15158, + "Ġdeclare": 15159, + "humming": 15160, + "Ġastonished": 15161, + "ĠSanti": 15162, + "ĠvÃŃ": 15163, + "Ġpeach": 15164, + "ervation": 15165, + "Ġ1927": 15166, + "Ġastero": 15167, + "Ġnapkin": 15168, + "Ġefecto": 15169, + "MW": 15170, + "iege": 15171, + "ulse": 15172, + "Ġresulted": 15173, + "Ġsenses": 15174, + "Ġstirring": 15175, + "Ġhydro": 15176, + "Ġlungs": 15177, + "ĠAthos": 15178, + "53": 15179, + "imet": 15180, + "cht": 15181, + "ĠBase": 15182, + "Ġintim": 15183, + "Ġlimbs": 15184, + "ĠDespués": 15185, + "AquÃŃ": 15186, + "Ġmaximum": 15187, + "ĠMand": 15188, + "antine": 15189, + "Ġfranch": 15190, + "Ġbargain": 15191, + "Ġcaballos": 15192, + "Ġbundle": 15193, + "Same": 15194, + "Ġtents": 15195, + "Ġwages": 15196, + "hair": 15197, + "Ġbows": 15198, + "acement": 15199, + "imas": 15200, + "Ġconquered": 15201, + "Ġmomma": 15202, + "Ġrescued": 15203, + "Ġdisgrace": 15204, + "osis": 15205, + "adiós": 15206, + "Ġrenamed": 15207, + "sted": 15208, + "Ġgram": 15209, + "covered": 15210, + "Ġharvest": 15211, + "Ġobeyed": 15212, + "Ġwaking": 15213, + "Ġmajest": 15214, + "orting": 15215, + "Ġresumed": 15216, + "Ġmode": 15217, + "Ġfuckin": 15218, + "ĠChristianity": 15219, + "Ġphase": 15220, + "Free": 15221, + "Mer": 15222, + "km": 15223, + "mare": 15224, + "uum": 15225, + "Ġhears": 15226, + "ĠIris": 15227, + "ĠDoc": 15228, + "ĠDyn": 15229, + "ĠRan": 15230, + "agan": 15231, + "RAC": 15232, + "speaking": 15233, + "Ġinjuries": 15234, + "Ġbugs": 15235, + "ĠDoes": 15236, + "Ġlakes": 15237, + "inding": 15238, + "Ġspit": 15239, + "Ġcoins": 15240, + "clears": 15241, + "ĠRoz": 15242, + "ĠGreater": 15243, + "Ġtimber": 15244, + "\"...": 15245, + "ĠSU": 15246, + "thy": 15247, + "Ġpeasant": 15248, + "ĠKr": 15249, + "Ġdij": 15250, + "Coming": 15251, + "Ġdeparted": 15252, + "Ġmagnetic": 15253, + "ĠColombia": 15254, + "51": 15255, + "ĠMé": 15256, + "ĠOcc": 15257, + "ffie": 15258, + "Ġhearty": 15259, + "ĠHarvey": 15260, + "Ġanniversary": 15261, + "ĠmayorÃŃa": 15262, + "Ġnothin": 15263, + "ĠJa": 15264, + "Ġresolution": 15265, + "Ġcaution": 15266, + "Ġedad": 15267, + "Ġhosted": 15268, + "ĠpaÃŃses": 15269, + "Ġdisagre": 15270, + "posed": 15271, + "aders": 15272, + "ĠSHE": 15273, + "cale": 15274, + "irect": 15275, + "uchas": 15276, + "Ġmonitor": 15277, + "Ġreadily": 15278, + "ĠIsabel": 15279, + "Ġpena": 15280, + "eza": 15281, + "veland": 15282, + "ĠBye": 15283, + "thod": 15284, + "Ġvital": 15285, + "Ġparade": 15286, + "ĠEmmy": 15287, + "Ġweakness": 15288, + "Ġdeseo": 15289, + "Ġchristmas": 15290, + "fashioned": 15291, + "sus": 15292, + "Ġdeleg": 15293, + "ione": 15294, + "urther": 15295, + "Ġaten": 15296, + "ĠNAS": 15297, + "pee": 15298, + "Ġreluct": 15299, + "Ġ46": 15300, + "Ġsweater": 15301, + "Ġsweeping": 15302, + "Ġfights": 15303, + "ĠFinally": 15304, + "ĠCorporation": 15305, + "Ġniece": 15306, + "Ġmarble": 15307, + "Ġsignals": 15308, + "Ġhumming": 15309, + "Ġpressing": 15310, + "Ġfemin": 15311, + "Ġheroes": 15312, + "ĠFoundation": 15313, + "Gar": 15314, + "Ġtamb": 15315, + "imer": 15316, + "Ġassembly": 15317, + "ĠShut": 15318, + "writing": 15319, + "ĠArmenian": 15320, + "bas": 15321, + "food": 15322, + "tur": 15323, + "inations": 15324, + "Ġcran": 15325, + "Ġbury": 15326, + "ĠArizona": 15327, + "Ġjunk": 15328, + "nee": 15329, + "ĠTerrit": 15330, + "Ġrattling": 15331, + "mummie": 15332, + "ĠOntario": 15333, + "Id": 15334, + "Nunca": 15335, + "ooping": 15336, + "izard": 15337, + "Ġmoonlight": 15338, + "kisses": 15339, + "Mil": 15340, + "UK": 15341, + "aire": 15342, + "gom": 15343, + "sun": 15344, + "Ġoption": 15345, + "ĠSophie": 15346, + "ĠMove": 15347, + "ĠAvenue": 15348, + "ĠRow": 15349, + "ivor": 15350, + "Ġassigned": 15351, + "Ġtrading": 15352, + "MED": 15353, + "Ġlinked": 15354, + "Ġlengua": 15355, + "faced": 15356, + "mia": 15357, + "Ġtas": 15358, + "ĠEva": 15359, + "Ġspiders": 15360, + "Ġswords": 15361, + "Ġdrivers": 15362, + "Ġintroduction": 15363, + "Ġancestors": 15364, + "Ġfij": 15365, + "ĠCrom": 15366, + "Ġcorri": 15367, + "REE": 15368, + "Todo": 15369, + "ĠDominic": 15370, + "mighty": 15371, + "LIN": 15372, + "Vict": 15373, + "ooke": 15374, + "ĠCow": 15375, + "ĠPued": 15376, + "cked": 15377, + "Ġsurgeon": 15378, + "Ġcoron": 15379, + "yah": 15380, + "ĠKeep": 15381, + "Ġcarne": 15382, + "balls": 15383, + "ĠSpot": 15384, + "ĠBarcelona": 15385, + "Ġmythology": 15386, + "Ġpurchase": 15387, + "Ġagricultural": 15388, + "Having": 15389, + "iante": 15390, + "whel": 15391, + "refers": 15392, + "ichi": 15393, + "neo": 15394, + "Ġfactors": 15395, + "rers": 15396, + "Ġpreparations": 15397, + "Ġhyp": 15398, + "Ġheavens": 15399, + "EAH": 15400, + "MAN": 15401, + "dah": 15402, + "Ġabrupt": 15403, + "ISH": 15404, + "ĠIndust": 15405, + "Ġ95": 15406, + "ĠEsto": 15407, + "Ġcollecting": 15408, + "Ġconvirt": 15409, + "IAN": 15410, + "tic": 15411, + "Ġtug": 15412, + "ĠSac": 15413, + "Ġliver": 15414, + "ĠBru": 15415, + "mingham": 15416, + "ronic": 15417, + "books": 15418, + "Ġmeses": 15419, + "Ġbombs": 15420, + "page": 15421, + "ø": 15422, + "ĠBla": 15423, + "Ġsovere": 15424, + "ĠKer": 15425, + "Ġtrips": 15426, + "OUS": 15427, + "Ġattacking": 15428, + "Ġappearing": 15429, + "Ġforgetting": 15430, + "Ġsombrero": 15431, + "Ġhamburger": 15432, + "ĠWik": 15433, + "Ġattorney": 15434, + "Ġshallow": 15435, + "Ġcamin": 15436, + "ĠNorah": 15437, + "rors": 15438, + "té": 15439, + "yon": 15440, + "Ġcane": 15441, + "ĠWoman": 15442, + "ác": 15443, + "Ġpears": 15444, + "út": 15445, + "Ġreaders": 15446, + "Ġpursu": 15447, + "Ġhopefully": 15448, + "Ġgrowled": 15449, + "Ġobserve": 15450, + "Ġdescribes": 15451, + "White": 15452, + "ĠFrederick": 15453, + "Ġstrengthen": 15454, + "Ġstreams": 15455, + "Ġpursued": 15456, + "Ġpandemic": 15457, + "Ġadelante": 15458, + "Wal": 15459, + "dling": 15460, + "usión": 15461, + "ĠCrist": 15462, + "duce": 15463, + "Ġpatas": 15464, + "Ġextinct": 15465, + "Alice": 15466, + "Ġmirada": 15467, + "Ġnursing": 15468, + "habÃŃa": 15469, + "Ġór": 15470, + "Ġstorage": 15471, + "Val": 15472, + "ĠGy": 15473, + "wegian": 15474, + "Ġcuello": 15475, + "Ġfoundation": 15476, + "Ġangrily": 15477, + "Ġportra": 15478, + "ĠToronto": 15479, + "yrics": 15480, + "Ġprominent": 15481, + "Ke": 15482, + "almente": 15483, + "Ġrates": 15484, + "emed": 15485, + "ights": 15486, + "Ġache": 15487, + "Ġtaperecorder": 15488, + "Ġsouls": 15489, + "ĠMelissa": 15490, + "fles": 15491, + "Ġtips": 15492, + "ĠLloyd": 15493, + "ĠFu": 15494, + "Ġorb": 15495, + "Ġpoems": 15496, + "Ġjokes": 15497, + "Ġarmies": 15498, + "Ġ°": 15499, + "Ġcrackers": 15500, + "Ġspelling": 15501, + "Ġoccupation": 15502, + "Ġachieved": 15503, + "hour": 15504, + "Ġdive": 15505, + "iche": 15506, + "Ġsecondary": 15507, + "ĠTherefore": 15508, + "Through": 15509, + "Ġsiglo": 15510, + "Ġelders": 15511, + "ĠJudge": 15512, + "Ġvegetable": 15513, + "ĠResearch": 15514, + "Ġinternet": 15515, + "Ġbracelet": 15516, + "también": 15517, + "Ġtier": 15518, + "iddy": 15519, + "ĠSna": 15520, + "Ġrandom": 15521, + "cky": 15522, + "Ġestrell": 15523, + "bbles": 15524, + "handed": 15525, + "ĠOklahoma": 15526, + "ĠConnecticut": 15527, + "ê": 15528, + "ĠNigel": 15529, + "Ġreduc": 15530, + "Ġsubt": 15531, + "Ġinteres": 15532, + "Ġprotested": 15533, + "Ġpatterns": 15534, + "Ġdisplayed": 15535, + "Nana": 15536, + "race": 15537, + "Ġwig": 15538, + "Ġnavy": 15539, + "ĠGuer": 15540, + "Ġcounts": 15541, + "Ġpayment": 15542, + "Ġrocky": 15543, + "Ġbonita": 15544, + "Ġhaw": 15545, + "Ġdoy": 15546, + "ĠDim": 15547, + "Ġcontempt": 15548, + "ctoral": 15549, + "Ġsalary": 15550, + "Ġassign": 15551, + "Ġledge": 15552, + "Ġllaman": 15553, + "Ġthreatening": 15554, + "Ġshocked": 15555, + "Martin": 15556, + "alogue": 15557, + "len": 15558, + "ouston": 15559, + "ĠBuff": 15560, + "Ġpluck": 15561, + "ĠNik": 15562, + "Ġdiary": 15563, + "Ġrepet": 15564, + "except": 15565, + "Ġcorp": 15566, + "Ġparcel": 15567, + "ĠColin": 15568, + "ĠEverything": 15569, + "Ġhermoso": 15570, + "âģ": 15571, + "Ġdose": 15572, + "oshi": 15573, + "ĠDale": 15574, + "ĠWonder": 15575, + "Ġfactor": 15576, + "Ġnarrative": 15577, + "ĠReagan": 15578, + "folk": 15579, + "Ġrows": 15580, + "Ġtheirs": 15581, + "log": 15582, + "Ġsentido": 15583, + "Ġ88": 15584, + "ĠChand": 15585, + "iami": 15586, + "erella": 15587, + "July": 15588, + "rene": 15589, + "ĠIda": 15590, + "Ġstem": 15591, + "ĠSomething": 15592, + "ĠPA": 15593, + "Ġvague": 15594, + "Ġcontrar": 15595, + "ĠRebecca": 15596, + "Ġdrain": 15597, + "Ġoperate": 15598, + "ĠMuhammad": 15599, + "Ġorganizations": 15600, + "tickle": 15601, + "ĠFederation": 15602, + "Mir": 15603, + "dies": 15604, + "onian": 15605, + "Ġhence": 15606, + "rix": 15607, + "ĠTree": 15608, + "antee": 15609, + "ĠSpirit": 15610, + "Ġproblema": 15611, + "ijote": 15612, + "Ġsnowman": 15613, + "Ġconcerns": 15614, + "Ġrubbing": 15615, + "Ġamazed": 15616, + "Ġeldest": 15617, + "impse": 15618, + "shar": 15619, + "Ġbowed": 15620, + "orge": 15621, + "ĠHoney": 15622, + "akened": 15623, + "Ġcoats": 15624, + "Ġ49": 15625, + "Ġ85": 15626, + "Ġfighter": 15627, + "ĠClinton": 15628, + "Ġmillones": 15629, + "Ġsharks": 15630, + "Ġustedes": 15631, + "ĠJerusalem": 15632, + "Hope": 15633, + "left": 15634, + "osamente": 15635, + "Ġstages": 15636, + "Ġclam": 15637, + "ĠHebrew": 15638, + "Ġmenudo": 15639, + "aleza": 15640, + "Ġcariño": 15641, + "baba": 15642, + "funny": 15643, + "ĠSho": 15644, + "ĠMit": 15645, + "Ġencar": 15646, + "ĠCaesar": 15647, + "Ġparticipated": 15648, + "Ġfrequent": 15649, + "Maggie": 15650, + "Ġmitad": 15651, + "uo": 15652, + "Ġtanta": 15653, + "Ġworms": 15654, + "Ġresidence": 15655, + "Ġcentro": 15656, + "ĠsentÃŃa": 15657, + "Ġpopcorn": 15658, + "Ġempie": 15659, + "Ġacquainted": 15660, + "à³ģ": 15661, + "à¯į": 15662, + "Ġemployees": 15663, + "Eve": 15664, + "Ġlogr": 15665, + "Ġoverhead": 15666, + "ĠGuinea": 15667, + "Ġpunish": 15668, + "jorie": 15669, + "Ġpronunci": 15670, + "itudes": 15671, + "Ġsuspended": 15672, + "crash": 15673, + "gimme": 15674, + "sized": 15675, + "Ġtasty": 15676, + "inch": 15677, + "Ġhee": 15678, + "acto": 15679, + "Ġasom": 15680, + "Ġ(),": 15681, + "Ġglimpse": 15682, + "Ġmetals": 15683, + "Ġpuppets": 15684, + "Daniel": 15685, + "Ġsemana": 15686, + "Ġsoo": 15687, + "state": 15688, + "Ġvaya": 15689, + "Ġagarr": 15690, + "ieth": 15691, + "Ġsubstant": 15692, + "Ġcurly": 15693, + "Ġdoubtless": 15694, + "AMY": 15695, + "Ġcigarette": 15696, + "Ġadapted": 15697, + "Ġhint": 15698, + "Ġjó": 15699, + "Ġviendo": 15700, + "ĠDod": 15701, + "Ġbiting": 15702, + "ienta": 15703, + "Ġhabla": 15704, + "Ġtopic": 15705, + "Ġpasaba": 15706, + "Ġgloom": 15707, + "Ġopportun": 15708, + "Ġscrewdriver": 15709, + "ĠContin": 15710, + "Ġuniversities": 15711, + "ĠDetroit": 15712, + "half": 15713, + "nose": 15714, + "Ġhaul": 15715, + "adle": 15716, + "Ġkno": 15717, + "igua": 15718, + "Ġvapor": 15719, + "Ġelbow": 15720, + "Ġfathers": 15721, + "Ġcutter": 15722, + "Ġmouths": 15723, + "Ġsunset": 15724, + "ĠRichards": 15725, + "Ġacquired": 15726, + "Ġsigue": 15727, + "glass": 15728, + "Ġgoddamn": 15729, + "Ġprocedure": 15730, + "drops": 15731, + "world": 15732, + "zburg": 15733, + "Ġwishing": 15734, + "Ġpub": 15735, + "Ġtron": 15736, + "Ġroared": 15737, + "Ġshares": 15738, + "arrison": 15739, + "Ġguardian": 15740, + "Ġinterrupts": 15741, + "ĠDeputy": 15742, + "Ġapron": 15743, + "Ġliz": 15744, + "ppa": 15745, + "ĠRing": 15746, + "Ġdealt": 15747, + "Ġyelling": 15748, + "Ġlump": 15749, + "Ġconcre": 15750, + "Ġleisure": 15751, + "Ġcob": 15752, + "ĠUrs": 15753, + "Ġcarn": 15754, + "airy": 15755, + "Ġmusicians": 15756, + "Ġdetermine": 15757, + "Ġequipo": 15758, + "ĠPitts": 15759, + "Ġsatellite": 15760, + "Ġacept": 15761, + "ĠMall": 15762, + "ást": 15763, + "hesis": 15764, + "Ġharbour": 15765, + "shaped": 15766, + "Ġnovels": 15767, + "call": 15768, + "icamente": 15769, + "ĠTank": 15770, + "ĠMis": 15771, + "ĠWoo": 15772, + "Ġprecis": 15773, + "Ġchicos": 15774, + "Ġchorus": 15775, + "Ġswam": 15776, + "chell": 15777, + "Ġcontrols": 15778, + "Ġconstitution": 15779, + "Ġseverely": 15780, + "Ron": 15781, + "vate": 15782, + "ulip": 15783, + "ulating": 15784, + "ĠWANT": 15785, + "Ġchains": 15786, + "shot": 15787, + "Ġinitial": 15788, + "Ġlandscape": 15789, + "ĠMetropolitan": 15790, + "à³į": 15791, + "Ġconcentration": 15792, + "Ġelectrons": 15793, + "ĠWayne": 15794, + "Ġfoe": 15795, + "Ġlug": 15796, + "istoria": 15797, + "ĠNam": 15798, + "ĠKan": 15799, + "Ġtryin": 15800, + "ĠDean": 15801, + "ĠWeb": 15802, + "iguió": 15803, + "Ġstruggled": 15804, + "Tis": 15805, + "houses": 15806, + "since": 15807, + "unction": 15808, + "Ġ1000": 15809, + "Ġprobab": 15810, + "Ġcomprar": 15811, + "Ġlonging": 15812, + "Ġpresum": 15813, + "ruff": 15814, + "cuánt": 15815, + "Ġknocks": 15816, + "Ġsegunda": 15817, + "Ġbloke": 15818, + "Ġneighbourhood": 15819, + "Ġacademic": 15820, + "Ġfarewell": 15821, + "took": 15822, + "Ġpaw": 15823, + "inge": 15824, + "orio": 15825, + "etas": 15826, + "ĠLuego": 15827, + "azar": 15828, + "Ġmagical": 15829, + "Ġdebido": 15830, + "Ġanaly": 15831, + "ilia": 15832, + "Ġii": 15833, + "Ġtreaty": 15834, + "Ġdisposed": 15835, + "Ġliterary": 15836, + "ĠPearl": 15837, + "loud": 15838, + "lims": 15839, + "ĠPRO": 15840, + "Ġperten": 15841, + "Ġ43": 15842, + "Ġ55": 15843, + "Ġshorts": 15844, + "Ġllegaron": 15845, + "Ġdenied": 15846, + "Ġromance": 15847, + "Morning": 15848, + "Send": 15849, + "Ġnorte": 15850, + "ĠTÃŃo": 15851, + "ĠRun": 15852, + "izado": 15853, + "Ġmatar": 15854, + "Ġése": 15855, + "Ġescap": 15856, + "Ġninth": 15857, + "Ġhippo": 15858, + "ĠProtest": 15859, + "Fall": 15860, + "Ġstake": 15861, + "ĠTucker": 15862, + "ĠCookie": 15863, + "ĠPel": 15864, + "Ġcrumb": 15865, + "aze": 15866, + "Ġfuncion": 15867, + "Ġspoiled": 15868, + "Ġ87": 15869, + "Ġlowest": 15870, + "Ġpostman": 15871, + "Ġencontrado": 15872, + "ĠFormula": 15873, + "ĠDakota": 15874, + "NIK": 15875, + "Off": 15876, + "pres": 15877, + "orra": 15878, + "abouts": 15879, + "ĠEconom": 15880, + "Ġanimation": 15881, + "Ġsyll": 15882, + "Ġmedals": 15883, + "Ġadvis": 15884, + "Ġportray": 15885, + "Ġquerida": 15886, + "ĠDragon": 15887, + "write": 15888, + "igenous": 15889, + "ĠLibrary": 15890, + "86": 15891, + "Jane": 15892, + "nia": 15893, + "Ġ~": 15894, + "Ġoso": 15895, + "Ġyonder": 15896, + "utional": 15897, + "Ġretain": 15898, + "ĠBumper": 15899, + "Ġpodido": 15900, + "Ġcalor": 15901, + "Ġfucked": 15902, + "Ġexperiments": 15903, + "Ġgustó": 15904, + "Ġdiseases": 15905, + "ĠGilbert": 15906, + "ĠIsaac": 15907, + "nomen": 15908, + "idar": 15909, + "straw": 15910, + "ÃŃrit": 15911, + "Ġextensive": 15912, + "Ġvolunt": 15913, + "ĠSean": 15914, + "Ġbasement": 15915, + "Ġfortnight": 15916, + "Ġtimid": 15917, + "Ġforbidden": 15918, + "Kill": 15919, + "MY": 15920, + "Pap": 15921, + "incl": 15922, + "Ġsulf": 15923, + "Ġstall": 15924, + "roxim": 15925, + "ĠMA": 15926, + "ĠGon": 15927, + "Ġpremie": 15928, + "Ġdesay": 15929, + "gritó": 15930, + "Ġdecre": 15931, + "Ġhablando": 15932, + "Ġmetros": 15933, + "Ġdaring": 15934, + "Ġfunds": 15935, + "Ġvigil": 15936, + "ĠJennifer": 15937, + "Pooh": 15938, + "kn": 15939, + "power": 15940, + "Ġpis": 15941, + "atamente": 15942, + "ĠBoo": 15943, + "ĠDol": 15944, + "ĠGill": 15945, + "formation": 15946, + "Ġtriump": 15947, + "Ġboarding": 15948, + "DIS": 15949, + "MC": 15950, + "bian": 15951, + "vio": 15952, + "Ġaven": 15953, + "Ġbake": 15954, + "Ġpiss": 15955, + "allo": 15956, + "ĠPAR": 15957, + "Ġgritó": 15958, + "Ġbrut": 15959, + "Ġdisput": 15960, + "ĠVamos": 15961, + "Ġexpans": 15962, + "ĠGrandmother": 15963, + "ĠCentury": 15964, + "Ġamounts": 15965, + "Ġexcitedly": 15966, + "ĠIranian": 15967, + "Air": 15968, + "liness": 15969, + "rub": 15970, + "Ġdots": 15971, + "ĠRat": 15972, + "Ġexter": 15973, + "Ġoverwhel": 15974, + "Ġammun": 15975, + "ients": 15976, + "Ġpreserved": 15977, + "ĠMargot": 15978, + "ĠStewart": 15979, + "Ġbutterflies": 15980, + "market": 15981, + "Ġqualified": 15982, + "?,": 15983, + "erness": 15984, + "Ġlament": 15985, + "Ġchums": 15986, + "Ġchewing": 15987, + "Ġscreamed": 15988, + "Ġroutine": 15989, + "Warren": 15990, + "ĠImperial": 15991, + "Ġsuperficie": 15992, + "ĠSno": 15993, + "ĠJin": 15994, + "Ġoverboard": 15995, + "Ġrealidad": 15996, + "Ġyawn": 15997, + "Ġpays": 15998, + "ĠAhora": 15999, + "plicó": 16000, + "Ġneutral": 16001, + "Brit": 16002, + "lies": 16003, + "Ġties": 16004, + "Ġshh": 16005, + "Ġrecy": 16006, + "Ġfarms": 16007, + "Ġ1925": 16008, + "Ġconvince": 16009, + "ĠMonte": 16010, + "ĠWazir": 16011, + "Best": 16012, + "Ġsill": 16013, + "edi": 16014, + "ayed": 16015, + "amous": 16016, + "iency": 16017, + "Ġhelm": 16018, + "ĠMarian": 16019, + "Ġrequires": 16020, + "Ġllamar": 16021, + "ĠCole": 16022, + "Ġbullshit": 16023, + "ĠTyler": 16024, + "Ġelegant": 16025, + "ĠVisit": 16026, + "Ġammunition": 16027, + "Lady": 16028, + "cence": 16029, + "Ġlem": 16030, + "Ġinm": 16031, + "ĠTag": 16032, + "ĠBrig": 16033, + "abs": 16034, + "ĠFarm": 16035, + "Ġcrushed": 16036, + "Ġrape": 16037, + "Ġsliding": 16038, + "TEACHER": 16039, + "Ġtomó": 16040, + "blow": 16041, + "entlemen": 16042, + "Ġpopularity": 16043, + "finished": 16044, + "Neither": 16045, + "ĠMarshall": 16046, + "Ġbeliefs": 16047, + "Ġpupils": 16048, + "Ġguarantee": 16049, + "Ġshan": 16050, + "Ġsemej": 16051, + "Ġsuave": 16052, + "Ġsupuesto": 16053, + "Ġboast": 16054, + "HEN": 16055, + "ĠWithout": 16056, + "Ġstockings": 16057, + "Ġgravity": 16058, + "Hear": 16059, + "wyn": 16060, + "Ġeagle": 16061, + "ĠCraw": 16062, + "Ġsund": 16063, + "Ġcourts": 16064, + "Ġsequel": 16065, + "ĠIceland": 16066, + "cillor": 16067, + "Fue": 16068, + "Pull": 16069, + "º": 16070, + "Ġmie": 16071, + "anche": 16072, + "ĠEth": 16073, + "Ġropes": 16074, + "ggotty": 16075, + "Ġescrit": 16076, + "Ġwelcom": 16077, + "Wouldn": 16078, + "Ġrotten": 16079, + "Ġfossil": 16080, + "Ġacknowled": 16081, + "ĠConstitution": 16082, + "cian": 16083, + "Ġagit": 16084, + "tee": 16085, + "ĠKid": 16086, + "Ġrais": 16087, + "ĠMission": 16088, + "Steve": 16089, + "Ġzapatos": 16090, + "January": 16091, + "Ġcountenance": 16092, + "%.": 16093, + "Coll": 16094, + "Gordon": 16095, + "ĠAdele": 16096, + "ĠRidge": 16097, + "Ġparted": 16098, + "Ġcolores": 16099, + "ombra": 16100, + "ĠCatal": 16101, + "ĠBrooklyn": 16102, + "Jess": 16103, + "vroom": 16104, + "wen": 16105, + "Ġfen": 16106, + "Ġfist": 16107, + "ĠHumph": 16108, + "umen": 16109, + "Ġplato": 16110, + "Ġplaygroup": 16111, + "Ġworker": 16112, + "Ġcrim": 16113, + "ĠTHINK": 16114, + "Ġlocks": 16115, + "Ġpinch": 16116, + "Sy": 16117, + "Wonder": 16118, + "pal": 16119, + "Ġrider": 16120, + "ĠRoland": 16121, + "arde": 16122, + "Ġmoist": 16123, + "Ġfloat": 16124, + "Ġcollabor": 16125, + "Ġexamine": 16126, + "Ġargued": 16127, + "ĠClyde": 16128, + "ĠRy": 16129, + "avin": 16130, + "oga": 16131, + "venth": 16132, + "guro": 16133, + "Ġsleeps": 16134, + "Ġ1922": 16135, + "Ġmovimiento": 16136, + "Ġejac": 16137, + "ĠClaire": 16138, + "ĠCraig": 16139, + "Cr": 16140, + "esy": 16141, + "Ġfug": 16142, + "orr": 16143, + "ĠBot": 16144, + "anton": 16145, + "ilus": 16146, + "Ġabrió": 16147, + "ĠFal": 16148, + "indeer": 16149, + "ĠChuck": 16150, + "Ġbusca": 16151, + "Ġbirdie": 16152, + "ĠFinn": 16153, + "Ġcolonies": 16154, + "TING": 16155, + "Ġdeed": 16156, + "Ġprud": 16157, + "Ġmining": 16158, + "Ġcourses": 16159, + "Ġhumble": 16160, + "Ġblocked": 16161, + "regon": 16162, + "Ġspotted": 16163, + "Ġdefinition": 16164, + "Ġborrowed": 16165, + "Ġberries": 16166, + "93": 16167, + "Girl": 16168, + "mot": 16169, + "parent": 16170, + "Ġwider": 16171, + "icine": 16172, + "ulars": 16173, + "Ġadj": 16174, + "ĠStorm": 16175, + "Ġmarido": 16176, + "Ġcondem": 16177, + "Ġderived": 16178, + "ĠMilan": 16179, + "Ġfacilities": 16180, + "ĠDrake": 16181, + "Ġwont": 16182, + "Ġnood": 16183, + "Ġkit": 16184, + "igos": 16185, + "ppen": 16186, + "ĠGIRL": 16187, + "Ġmarching": 16188, + "ĠAlb": 16189, + "Ġlleno": 16190, + "Ġ77": 16191, + "Ġruins": 16192, + "Ġdicen": 16193, + "ĠOrigin": 16194, + "Ġhalted": 16195, + "natural": 16196, + "pic": 16197, + "ĠIan": 16198, + "Ġcomido": 16199, + "Ġminer": 16200, + "ifications": 16201, + "Ġesperar": 16202, + "ĠJoyce": 16203, + "Ġassembled": 16204, + "Mira": 16205, + "Ġgale": 16206, + "ĠPR": 16207, + "Ġ1918": 16208, + "Ġpatio": 16209, + "Ġcheerfully": 16210, + "Ġbending": 16211, + "Ġmolest": 16212, + "Ġannoyed": 16213, + "ĠUtah": 16214, + "Ġbewild": 16215, + "hend": 16216, + "oning": 16217, + "ĠCad": 16218, + "Ġreceipt": 16219, + "Ġseñorita": 16220, + "Ġpanel": 16221, + "Ġappetite": 16222, + "!,": 16223, + "Ain": 16224, + "mad": 16225, + "yect": 16226, + "Ġwires": 16227, + "Ġplacing": 16228, + "Ġsyn": 16229, + "Ġpropia": 16230, + "Ġsends": 16231, + "Ġangels": 16232, + "Ġcorrectly": 16233, + "Ġwrestler": 16234, + "Ġfundamental": 16235, + "ayan": 16236, + "Ġstored": 16237, + "ĠStat": 16238, + "Ġharé": 16239, + "Ġpriests": 16240, + "Ġvacuum": 16241, + "Ġnecessity": 16242, + "inguno": 16243, + "Ġtorture": 16244, + "Ġquantity": 16245, + "osaurus": 16246, + "word": 16247, + "Ġpaws": 16248, + "ĠSports": 16249, + "Ġ\"¡": 16250, + "Ġpennies": 16251, + "Ġposted": 16252, + "Ġspreading": 16253, + "Ġclients": 16254, + "Ġalegre": 16255, + "WELL": 16256, + "gel": 16257, + "sim": 16258, + "Ġreloj": 16259, + "ĠPenny": 16260, + "Ġramp": 16261, + "issy": 16262, + "Ġimpos": 16263, + "ĠCarib": 16264, + "Trust": 16265, + "Ġcautiously": 16266, + "Ġexhibition": 16267, + "Much": 16268, + "Ġiz": 16269, + "Ġgamb": 16270, + "Ġbead": 16271, + "illery": 16272, + "ntown": 16273, + "Ġcuéntame": 16274, + "Almost": 16275, + "Ġrecoll": 16276, + "Ġpretended": 16277, + "Ġfantasy": 16278, + "Santa": 16279, + "Ġheed": 16280, + "ĠLamb": 16281, + "oded": 16282, + "udes": 16283, + "Ġspecul": 16284, + "Ġsorted": 16285, + "ipsy": 16286, + "bourg": 16287, + "Ġmuñeco": 16288, + "Dem": 16289, + "Land": 16290, + "Ġpúbl": 16291, + "Ġabst": 16292, + "Ġjusto": 16293, + "Ġmanz": 16294, + "apan": 16295, + "Ġpearl": 16296, + "Ġfootsteps": 16297, + "baa": 16298, + "ĠScout": 16299, + "Ġdivisions": 16300, + "Ġpropio": 16301, + "ĠAmérica": 16302, + "Ġprogramming": 16303, + "ĠAngela": 16304, + "Ġstructures": 16305, + "Ġamiga": 16306, + "Ġbolt": 16307, + "ĠThanksgiving": 16308, + "Ġbuscando": 16309, + "Papa": 16310, + "Ġfoul": 16311, + "irie": 16312, + "Ġren": 16313, + "ĠSE": 16314, + "ĠMaine": 16315, + "ĠCos": 16316, + "Ġquiso": 16317, + "ĠLen": 16318, + "Ġorphan": 16319, + ".\"]": 16320, + "aporte": 16321, + "Ġagrade": 16322, + "Ġampl": 16323, + "ĠNorwegian": 16324, + "Ġemerged": 16325, + "naments": 16326, + "walks": 16327, + "Ġconsciousness": 16328, + "ĠAudrey": 16329, + "Number": 16330, + "zando": 16331, + "Ġdeja": 16332, + "Ġnotion": 16333, + "olia": 16334, + "ĠGOT": 16335, + "Ġhates": 16336, + "Ġcleaner": 16337, + "ĠPotter": 16338, + "ĠTamil": 16339, + "celer": 16340, + "ĠHO": 16341, + "ĠRaven": 16342, + "ĠEagle": 16343, + "feet": 16344, + "Ġaguj": 16345, + "ondo": 16346, + "clim": 16347, + "Ġreserve": 16348, + "Ġsynt": 16349, + "Ġrefrigerator": 16350, + "ĠQuijote": 16351, + "Ġdesigns": 16352, + "Ġslender": 16353, + "Ġtechnique": 16354, + "ĠNavidad": 16355, + "Ġcó": 16356, + "ici": 16357, + "ĠTHERE": 16358, + "iland": 16359, + "ĠHand": 16360, + "Ġdescon": 16361, + "Ġshaft": 16362, + "Ġswitched": 16363, + "Ġobjection": 16364, + "Ġabsurd": 16365, + "Ġponies": 16366, + "Ġknives": 16367, + "Ġwebsites": 16368, + "Ġsleeve": 16369, + "ĠThompson": 16370, + "pies": 16371, + "sis": 16372, + "asi": 16373, + "asha": 16374, + "Ġwept": 16375, + "assy": 16376, + "ffin": 16377, + "Ġthoughtful": 16378, + "Ġsurf": 16379, + "Ġconsol": 16380, + "Ġ58": 16381, + "ĠNewton": 16382, + "Ġmaiden": 16383, + "Ġpensaba": 16384, + "Ġllamó": 16385, + "Ġ1924": 16386, + "adar": 16387, + "ĠAaron": 16388, + "term": 16389, + "Ġaggress": 16390, + "Ġplayground": 16391, + "ullo": 16392, + "Ġlonged": 16393, + "ĠMaisie": 16394, + "Ġgenetic": 16395, + "Ġ1923": 16396, + "ĠMorris": 16397, + "ĠErnest": 16398, + "ĠPalest": 16399, + "Ġelderly": 16400, + "Ġmolecules": 16401, + "ĠBirmingham": 16402, + "Ġlaundry": 16403, + "Ġfranchise": 16404, + "Ġcav": 16405, + "Ġbully": 16406, + "Ġbeet": 16407, + "Ġdee": 16408, + "ĠTib": 16409, + "Ġwhereupon": 16410, + "Ġmisunder": 16411, + "Ġparallel": 16412, + "ĠMinistry": 16413, + "Ġcantidad": 16414, + "Ġcalmly": 16415, + "MR": 16416, + "Might": 16417, + "ramos": 16418, + "acre": 16419, + "ĠDuc": 16420, + "ryn": 16421, + "Ġmisery": 16422, + "Ġsignifica": 16423, + "Ġdiagnosed": 16424, + "Ġcrest": 16425, + "idency": 16426, + "Ġsting": 16427, + "ĠAirlines": 16428, + "Ġridge": 16429, + "ĠWright": 16430, + "ĠOz": 16431, + "Ġwholly": 16432, + "Ġperrito": 16433, + "ĠYe": 16434, + "amba": 16435, + "Ġsickness": 16436, + "Ġcuentas": 16437, + "ándome": 16438, + "Guys": 16439, + "Ġdismissed": 16440, + "Brian": 16441, + "alg": 16442, + "Ġwasting": 16443, + "ĠPep": 16444, + "ĠPhoen": 16445, + "udy": 16446, + "Ġtrunks": 16447, + "neum": 16448, + "cog": 16449, + "Ġcurse": 16450, + "Ġopponent": 16451, + "Ġsacar": 16452, + "Ġpacking": 16453, + "Ġcompliment": 16454, + "Ġprevented": 16455, + "à¥Ģ": 16456, + "Ġsinking": 16457, + "emporary": 16458, + "ĠNapoleon": 16459, + "mat": 16460, + "Ġcrib": 16461, + "itical": 16462, + "hattan": 16463, + "iri": 16464, + "iries": 16465, + "ĠMason": 16466, + "Ġases": 16467, + "Ġalumin": 16468, + "ĠDup": 16469, + "Ġabol": 16470, + "ĠSmall": 16471, + "ĠSecurity": 16472, + "Ġjóvenes": 16473, + "Gra": 16474, + "frog": 16475, + "heard": 16476, + "Ġrept": 16477, + "seen": 16478, + "ĠNorte": 16479, + "Ġslim": 16480, + "Ġrealise": 16481, + "Ġconsisted": 16482, + "Ġ86": 16483, + "Ġventured": 16484, + "Ġflags": 16485, + "Ġsorprend": 16486, + "Ġprinciples": 16487, + "ĠRush": 16488, + "Ġroja": 16489, + "enson": 16490, + "ensions": 16491, + "Ġcommenced": 16492, + "owser": 16493, + "Ġsentiment": 16494, + "Ġcameras": 16495, + "Ġlimits": 16496, + "Ġcivilization": 16497, + "ĠOswald": 16498, + "ĠBatman": 16499, + "Ġrejoined": 16500, + "ĠPicardie": 16501, + "ĠWallace": 16502, + "Emily": 16503, + "ĠRailway": 16504, + "Ġignorant": 16505, + "Ġmeadow": 16506, + "acas": 16507, + "Ġnu": 16508, + "robe": 16509, + "ilight": 16510, + "abas": 16511, + "things": 16512, + "ĠNar": 16513, + "ĠRena": 16514, + "Ġrealmente": 16515, + "Ġpastel": 16516, + "ĠLucia": 16517, + "ĠArea": 16518, + "Ġjewels": 16519, + "Ġdeputy": 16520, + "aired": 16521, + "tri": 16522, + "having": 16523, + "Ġmates": 16524, + "ĠSER": 16525, + "ĠMiami": 16526, + "Ġtrata": 16527, + "Ġblanc": 16528, + "orship": 16529, + "Ġobra": 16530, + "Ġpenis": 16531, + "Ġplantas": 16532, + "Ġsiguió": 16533, + "ĠPlayStation": 16534, + "Ġstirred": 16535, + "Ġdelayed": 16536, + "Ġpajar": 16537, + "Ġplunged": 16538, + "Ġbaskets": 16539, + "iop": 16540, + "Ġhice": 16541, + "ieval": 16542, + "Ġjazz": 16543, + "ĠFine": 16544, + "essa": 16545, + "chee": 16546, + "ivering": 16547, + "Anybody": 16548, + "Ġbaa": 16549, + "Ġnomination": 16550, + "Ġterritories": 16551, + "Ġsavages": 16552, + "Ġcheaper": 16553, + "ĠPunjab": 16554, + "Ladies": 16555, + "repe": 16556, + "Ġwander": 16557, + "Ġcategory": 16558, + "ĠSud": 16559, + "ĠMP": 16560, + "Ġgob": 16561, + "Ġthoughtfully": 16562, + "Ġnevertheless": 16563, + "Ġbarrels": 16564, + "REN": 16565, + "rise": 16566, + "itic": 16567, + "Ġfrench": 16568, + "atra": 16569, + "Ġefficient": 16570, + "Ġhermit": 16571, + "oder": 16572, + "Ġpolar": 16573, + "ĠThink": 16574, + "Ġ78": 16575, + "Ġmaintained": 16576, + "Ġpottie": 16577, + "December": 16578, + "ributed": 16579, + "ĠRosam": 16580, + "bug": 16581, + "kan": 16582, + "Ġduer": 16583, + "roar": 16584, + "ĠMaced": 16585, + "ĠFall": 16586, + "apse": 16587, + "Ġcoke": 16588, + "Ġpork": 16589, + "aleb": 16590, + "gunos": 16591, + "Ġexplo": 16592, + "ĠShall": 16593, + "Ġcracked": 16594, + "ĠRhodes": 16595, + "FOR": 16596, + "belt": 16597, + "icular": 16598, + "ĠToy": 16599, + "eland": 16600, + "ÃŃg": 16601, + "Ġbañ": 16602, + "Ġmurmur": 16603, + "Ġrhyme": 16604, + "Jon": 16605, + "LING": 16606, + "Ġmall": 16607, + "ĠTierra": 16608, + "Ġ1919": 16609, + "Ġmarine": 16610, + "Ġsnail": 16611, + "USE": 16612, + "Ġengagement": 16613, + "300": 16614, + "Mu": 16615, + "cf": 16616, + "Ġmoss": 16617, + "asa": 16618, + "ĠPir": 16619, + "ĠPuerto": 16620, + "ización": 16621, + "Ġ97": 16622, + "Ġdivine": 16623, + "niques": 16624, + "ĠForeign": 16625, + "Ġcavalry": 16626, + "!_": 16627, + "rose": 16628, + "itus": 16629, + "rived": 16630, + "ĠEL": 16631, + "Ġwhence": 16632, + "udder": 16633, + "Ġbrow": 16634, + "ĠBros": 16635, + "ĠDerek": 16636, + "Ġassess": 16637, + "Ġconfront": 16638, + "Ġgenerations": 16639, + "Ġproduces": 16640, + "APP": 16641, + "Ġtraditions": 16642, + "Couldn": 16643, + "Ġsupplied": 16644, + "Ġcogió": 16645, + "English": 16646, + "Ġnegoti": 16647, + "Ġequivalent": 16648, + ")}": 16649, + "BER": 16650, + "cough": 16651, + "fia": 16652, + "speech": 16653, + "ĠEarly": 16654, + "Ġdrums": 16655, + "Donalds": 16656, + "Ġdetailed": 16657, + "ĠEdith": 16658, + "istencia": 16659, + "Ġremoves": 16660, + "Caroline": 16661, + "LAUGH": 16662, + "Ġopportunities": 16663, + "Dur": 16664, + "bach": 16665, + "demon": 16666, + "Ġdensity": 16667, + "Ġinject": 16668, + "lee": 16669, + "ĠFried": 16670, + "Ġchannels": 16671, + "Ġslides": 16672, + "Ġswings": 16673, + "Ġbeautifully": 16674, + "Ġescuchar": 16675, + "Ġtitled": 16676, + "Ġpraised": 16677, + "Ġspecifically": 16678, + "Ġmontaña": 16679, + "rust": 16680, + "ouched": 16681, + "igi": 16682, + "Ġflip": 16683, + "Ġtanks": 16684, + "Ġrevolver": 16685, + "ĠCleveland": 16686, + "Ġcafé": 16687, + "Page": 16688, + "lu": 16689, + "ĠTerry": 16690, + "ĠBureau": 16691, + "cloth": 16692, + "zzle": 16693, + "ritz": 16694, + "attering": 16695, + "ĠMalays": 16696, + "52": 16697, + "Far": 16698, + "Mur": 16699, + "Ġcien": 16700, + "ĠCAR": 16701, + "Ġjet": 16702, + "ĠDimitra": 16703, + "ĠKal": 16704, + "obre": 16705, + "Ġraid": 16706, + "Ġattic": 16707, + "Ġremembering": 16708, + "Ġsunlight": 16709, + "Ġdenomin": 16710, + "ĠGeoffrey": 16711, + "hombre": 16712, + "zi": 16713, + "ĠoÃŃ": 16714, + "Ġbegg": 16715, + "ĠCock": 16716, + "Ġja": 16717, + "igation": 16718, + "ĠDig": 16719, + "Ġelabor": 16720, + "prints": 16721, + "Ġverano": 16722, + "ĠNathalie": 16723, + "Fucking": 16724, + "ĠNobody": 16725, + "Roger": 16726, + "Ġbaked": 16727, + "Ġly": 16728, + "Ġlyrics": 16729, + "oty": 16730, + "Ġmelt": 16731, + "Ġupward": 16732, + "onejo": 16733, + "Ġproc": 16734, + "Ġsprink": 16735, + "Ġflashing": 16736, + "Ġregistered": 16737, + "ndole": 16738, + "ĠScrooge": 16739, + "built": 16740, + "Ġodds": 16741, + "hunh": 16742, + "Ġemphasis": 16743, + "67": 16744, + "ĠHomer": 16745, + "ĠJasper": 16746, + "Ġcompletamente": 16747, + "Ġperformances": 16748, + "Ġneighbours": 16749, + "Ġborne": 16750, + "ĠDetective": 16751, + "ĠTelevision": 16752, + "ĠEXP": 16753, + "ĠCommunist": 16754, + "Ġscrambled": 16755, + "gosh": 16756, + "ĠMong": 16757, + "Ġvieron": 16758, + "ĠFloss": 16759, + "Ġgarments": 16760, + "Ġfreak": 16761, + "Ġwretched": 16762, + "fu": 16763, + "pción": 16764, + "roc": 16765, + "Ġfract": 16766, + "Ġshrill": 16767, + "ĠpodÃŃan": 16768, + "Ġessay": 16769, + "Ġtasted": 16770, + "Ġapplications": 16771, + "Ġpurchased": 16772, + "ĠJamie": 16773, + "CLI": 16774, + "Cam": 16775, + "ride": 16776, + "Ġtér": 16777, + "Ġwi": 16778, + "hala": 16779, + "armed": 16780, + "Ġgast": 16781, + "ĠSuddenly": 16782, + "ĠHouston": 16783, + "Ġgrasped": 16784, + "Ġcompelled": 16785, + "dere": 16786, + "egro": 16787, + "ĠFrost": 16788, + "grimas": 16789, + "Ġparlor": 16790, + "88": 16791, + "SA": 16792, + "September": 16793, + "Ġlined": 16794, + "ĠMorning": 16795, + "ĠCL": 16796, + "Ġcomún": 16797, + "ĠEver": 16798, + "bern": 16799, + "Ġresent": 16800, + "onsin": 16801, + "poca": 16802, + "ĠOrleans": 16803, + "Ġmatemática": 16804, + "Ġconfessed": 16805, + "Ġswallowed": 16806, + "Ġconstructed": 16807, + "Ġcolleagues": 16808, + "SR": 16809, + "Ġdame": 16810, + "estos": 16811, + "ifting": 16812, + "ĠDaw": 16813, + "ĠFROM": 16814, + "Ġrounds": 16815, + "Ġadvise": 16816, + "ĠMaid": 16817, + "ĠenergÃŃa": 16818, + "ĠOlive": 16819, + "Ġbetrayed": 16820, + "CON": 16821, + "Pass": 16822, + "Water": 16823, + "eye": 16824, + "Ġtaps": 16825, + "Ġcj": 16826, + "Ġlace": 16827, + "outside": 16828, + "Ġconduc": 16829, + "Ġmanus": 16830, + "Ġroller": 16831, + "contestó": 16832, + "Ġdramatic": 16833, + "North": 16834, + "honey": 16835, + "Ġbols": 16836, + "Ġthine": 16837, + "quina": 16838, + "Ġmez": 16839, + "ĠHud": 16840, + "Ġvalle": 16841, + "Ġexclamation": 16842, + "agen": 16843, + "weed": 16844, + "rilliant": 16845, + "ĠMuslims": 16846, + "Ġtricky": 16847, + "Ġgesture": 16848, + "Kay": 16849, + "Ġfib": 16850, + "ĠNemo": 16851, + "Ġlee": 16852, + "Ġunited": 16853, + "cieron": 16854, + "ĠInf": 16855, + "Ġhabits": 16856, + "Ġstepping": 16857, + "Ġpensando": 16858, + "SIC": 16859, + "Ġpreparation": 16860, + "Ġoccasional": 16861, + "Ġimpressive": 16862, + "Dick": 16863, + "Ġduro": 16864, + "Ġrevel": 16865, + "Ġliger": 16866, + "Ġpreci": 16867, + "Ġcompens": 16868, + "ĠSpeak": 16869, + "Especially": 16870, + "wheel": 16871, + "ĠBaltimore": 16872, + "ĠAunty": 16873, + "Ġbeats": 16874, + "clap": 16875, + "Ġrefres": 16876, + "Ġquicker": 16877, + "ĠClay": 16878, + "ndez": 16879, + "Ġgovernments": 16880, + "Mummie": 16881, + "Ġgallant": 16882, + "Ġtorped": 16883, + "Ġchuckled": 16884, + "Ġvolcano": 16885, + "Ġrejected": 16886, + "Ġcategories": 16887, + "Ġmammals": 16888, + "bod": 16889, + "tice": 16890, + "stic": 16891, + "ĠBark": 16892, + "Ġsmugg": 16893, + "Ġ52": 16894, + "Ġphones": 16895, + "ussia": 16896, + "Ġsquares": 16897, + "Ġbusinesses": 16898, + "Ġdestination": 16899, + "Ġeducational": 16900, + "Ġinitially": 16901, + "Ġemotional": 16902, + "Ġ120": 16903, + "ortal": 16904, + "Ġprints": 16905, + "ften": 16906, + "letub": 16907, + "Ġbadge": 16908, + "ĠGrim": 16909, + "Ġencounter": 16910, + "ĠChamber": 16911, + "ĠEsther": 16912, + "ĠBetween": 16913, + "Whoo": 16914, + "Ġnaran": 16915, + "Julia": 16916, + "Ġoctopus": 16917, + "Ġañad": 16918, + "Ġtoc": 16919, + "abl": 16920, + "Ġvot": 16921, + "ĠRoxy": 16922, + "agraph": 16923, + "ĠTrust": 16924, + "related": 16925, + "REAM": 16926, + "Ġguardar": 16927, + "Ġconcealed": 16928, + "Ġayudar": 16929, + "Ġwealthy": 16930, + "Ġphenomen": 16931, + "Ġconcrete": 16932, + "94": 16933, + "Poss": 16934, + "sin": 16935, + "uve": 16936, + "Ġdances": 16937, + "ashi": 16938, + "Ġincon": 16939, + "ĠCroat": 16940, + "Ġvul": 16941, + "ĠOrange": 16942, + "ivan": 16943, + "dolly": 16944, + "begins": 16945, + "Ġcoral": 16946, + "Ġpato": 16947, + "Ġtelevisión": 16948, + "century": 16949, + "Ġprotecting": 16950, + "Ġprocession": 16951, + "Ġrápidamente": 16952, + "ĠcompañÃŃa": 16953, + "ĠIndonesia": 16954, + "Ġconstituency": 16955, + "Ugh": 16956, + "intend": 16957, + "Ġoverse": 16958, + "ĠBron": 16959, + "Quiero": 16960, + "Ġyogh": 16961, + "Ġ83": 16962, + "Ġmasters": 16963, + "Ġpeasants": 16964, + "Ġgraduate": 16965, + "ĠJefferson": 16966, + "Joseph": 16967, + "Ġcloak": 16968, + "Ġminimum": 16969, + "Bern": 16970, + "bunny": 16971, + "tap": 16972, + "oogle": 16973, + "rigg": 16974, + "quite": 16975, + "Ġdoce": 16976, + "INT": 16977, + "Ġpreca": 16978, + "anga": 16979, + "Ġscent": 16980, + "Ġuhhuh": 16981, + "velt": 16982, + "Ġfreezing": 16983, + "ĠEdmund": 16984, + "ĠDanish": 16985, + "Ġperiods": 16986, + "âĢ¢": 16987, + "ĠPremier": 16988, + "Lee": 16989, + "ĠtÃŃ": 16990, + "Ġdieron": 16991, + "ĠTreat": 16992, + "ĠMamá": 16993, + "Ġunw": 16994, + "ĠVas": 16995, + "ccoli": 16996, + "Ġvillain": 16997, + "Ġingred": 16998, + "Ġrequested": 16999, + "ĠEvans": 17000, + "Ġembarrassed": 17001, + "Ur": 17002, + "bah": 17003, + "ĠHero": 17004, + "ĠHugo": 17005, + "Ġlago": 17006, + "ango": 17007, + "Ġresto": 17008, + "romise": 17009, + "Ġstarving": 17010, + "Ġghosts": 17011, + "Ġjuegos": 17012, + "Ġadvertising": 17013, + "Ġerrand": 17014, + "ĠArabs": 17015, + "Ġannouncement": 17016, + "Ġrehears": 17017, + "dic": 17018, + "Ġpongo": 17019, + "ĠTam": 17020, + "Ġanime": 17021, + "Ġalleg": 17022, + "ĠGarden": 17023, + "Ġunemplo": 17024, + "Ġaroused": 17025, + "Ġsentenced": 17026, + "Ġextrem": 17027, + "Ġhunters": 17028, + "ĠseguÃŃa": 17029, + "ĠIsraeli": 17030, + "ĠKeith": 17031, + "ĠCampbell": 17032, + "Ġbonds": 17033, + "ĠConservative": 17034, + "ĠIván": 17035, + "Lieutenant": 17036, + "Ruth": 17037, + "ĠSum": 17038, + "ĠMuch": 17039, + "Ġaspir": 17040, + "ĠBou": 17041, + "ĠDory": 17042, + "oddy": 17043, + "Ġworrying": 17044, + "Ġveinte": 17045, + "Ġdijeron": 17046, + "Ġtreasures": 17047, + "Ġladybird": 17048, + "isconsin": 17049, + "Ġqualities": 17050, + "Ġrascal": 17051, + "Ġhospitals": 17052, + "Eres": 17053, + "rons": 17054, + "remy": 17055, + "etry": 17056, + "amite": 17057, + "ĠDob": 17058, + "ĠJour": 17059, + "Ġbackward": 17060, + "soon": 17061, + "Ġhandful": 17062, + "ressing": 17063, + "Ġvec": 17064, + "Ġprotests": 17065, + "Ġdiscussing": 17066, + "Ġgeomet": 17067, + "Ġnicer": 17068, + "softly": 17069, + "ĠCaribbean": 17070, + "Hy": 17071, + "Ġstamps": 17072, + "ortion": 17073, + "wealth": 17074, + "Ġcaracter": 17075, + "Ġtragedy": 17076, + "icaw": 17077, + "Ġretorted": 17078, + "Ġdistancia": 17079, + "Ġpromotion": 17080, + "Ġclassified": 17081, + "Ġdiscrimin": 17082, + "ĠAbd": 17083, + "Ġespada": 17084, + "Ġrelationships": 17085, + "Ġcustoms": 17086, + "ĠFront": 17087, + "Ġescrib": 17088, + "horsie": 17089, + "Ġexit": 17090, + "ĠOregon": 17091, + "November": 17092, + "Ġperros": 17093, + "Ġbuilder": 17094, + "ĠErnie": 17095, + "Ġsqueez": 17096, + "Ġ��������": 17097, + "Ġemotions": 17098, + "Ġquizá": 17099, + "Ġsintió": 17100, + "ĠVenezuela": 17101, + "Dios": 17102, + "nity": 17103, + "wight": 17104, + "xico": 17105, + "Ġtoxic": 17106, + "ĠMey": 17107, + "estly": 17108, + "ĠLE": 17109, + "ĠNumber": 17110, + "Ġrooster": 17111, + "ĠStadium": 17112, + "Ġlists": 17113, + "Ġclassification": 17114, + "Ġespacio": 17115, + "Ġtemperatures": 17116, + "Ġdemands": 17117, + "iertos": 17118, + "Ni": 17119, + "cookie": 17120, + "mist": 17121, + "inet": 17122, + "Ġware": 17123, + "Ġming": 17124, + "Ġpaz": 17125, + "Ġsections": 17126, + "ĠMec": 17127, + "tero": 17128, + "Ġwrath": 17129, + "Ġcheers": 17130, + "ĠDevelopment": 17131, + "Ġhurrying": 17132, + "Ġidle": 17133, + "Ġpains": 17134, + "Ġterminado": 17135, + "display": 17136, + "Ġacabó": 17137, + "Ġaccurate": 17138, + "Ġtherapy": 17139, + "natured": 17140, + "Na": 17141, + "Ġcunning": 17142, + "atmeal": 17143, + "elius": 17144, + "Ġshores": 17145, + "ĠNature": 17146, + "ĠKam": 17147, + "Ġasshole": 17148, + "Ġdiscont": 17149, + "ĠArmenia": 17150, + "ĠLiberal": 17151, + "Ġtobacco": 17152, + "AV": 17153, + "vering": 17154, + "Ġdefect": 17155, + "ulus": 17156, + "Ġprovo": 17157, + "ĠVII": 17158, + "past": 17159, + "Ġcoo": 17160, + "Ġnive": 17161, + "ĠGU": 17162, + "Ġbrisk": 17163, + "Ġtrigger": 17164, + "Thus": 17165, + "ASE": 17166, + "Ġextraño": 17167, + "Ġhunted": 17168, + "shoe": 17169, + "penter": 17170, + "ĠGabriel": 17171, + "rafÃŃa": 17172, + "Mine": 17173, + "South": 17174, + "tt": 17175, + "Ġtheories": 17176, + "...!": 17177, + "ĠGob": 17178, + "ĠLor": 17179, + "Ġprick": 17180, + "ocation": 17181, + "Ġwildly": 17182, + "Porque": 17183, + "achelor": 17184, + "Ġcommented": 17185, + "Ġmosquito": 17186, + "Use": 17187, + "hero": 17188, + "usions": 17189, + "Ġquitar": 17190, + "ĠTheatre": 17191, + "Ġsponge": 17192, + "Quién": 17193, + "whining": 17194, + "stern": 17195, + "Ġautor": 17196, + "ĠANY": 17197, + "Ġdefinite": 17198, + "Ġkilometers": 17199, + "ĠFifi": 17200, + "Ġsuficiente": 17201, + "icawber": 17202, + "Calm": 17203, + "Mac": 17204, + "Molly": 17205, + "bound": 17206, + "xual": 17207, + "Ġwob": 17208, + "Ġfag": 17209, + "Ġyay": 17210, + "Ġnib": 17211, + "Ġensure": 17212, + "Ġcompare": 17213, + "ibi": 17214, + "Ġfarming": 17215, + "ĠThird": 17216, + "Ġrestless": 17217, + "umbers": 17218, + "Ġscarlet": 17219, + "kissing": 17220, + "Ġcandidates": 17221, + "Ġwelcomed": 17222, + "Ba": 17223, + "wife": 17224, + "Ġsam": 17225, + "ĠSEE": 17226, + "ĠPom": 17227, + "early": 17228, + "Ġrobbed": 17229, + "Ġblade": 17230, + "Ġcrunch": 17231, + "Ġporqué": 17232, + "Ġpromote": 17233, + "Ġbasin": 17234, + "ĠShaw": 17235, + "ĠCommand": 17236, + "Ġdesigner": 17237, + "Ġtechniques": 17238, + "Ġhistorian": 17239, + "Ta": 17240, + "fold": 17241, + "god": 17242, + "vich": 17243, + "ĠÃŃ": 17244, + "Ġauth": 17245, + "Ġloop": 17246, + "Ġblanca": 17247, + "Ġcuch": 17248, + "Ġexpense": 17249, + "Ġmidship": 17250, + "Ġcultures": 17251, + "Ġaccidentally": 17252, + "ĠChester": 17253, + "Todos": 17254, + "ĠHolmes": 17255, + "Ġalarmed": 17256, + "ĠTaiwan": 17257, + "Aun": 17258, + "Lisa": 17259, + "oink": 17260, + "Ġfain": 17261, + "Ġweeping": 17262, + "verdad": 17263, + "oper": 17264, + "Ġvolleyball": 17265, + "ĠWatson": 17266, + "itte": 17267, + "pshire": 17268, + "Ġbuses": 17269, + "plete": 17270, + "Ġinspe": 17271, + "Ġorganic": 17272, + "ĠRobbie": 17273, + "Tonight": 17274, + "div": 17275, + "rina": 17276, + "removes": 17277, + "Ġfitting": 17278, + "ĠMake": 17279, + "ĠHood": 17280, + "ĠPhys": 17281, + "elig": 17282, + "ĠLuther": 17283, + "blem": 17284, + "ĠYam": 17285, + "ĠDead": 17286, + "Ġimplement": 17287, + "Ġsynd": 17288, + "Ġsummit": 17289, + "Ġhumano": 17290, + "Seems": 17291, + "Ġfreight": 17292, + "small": 17293, + "Otherwise": 17294, + "Ġfluid": 17295, + "ĠBengal": 17296, + "uces": 17297, + "Ġsizes": 17298, + "Ġtheore": 17299, + "Ġmare": 17300, + "Ġgy": 17301, + "Ġheir": 17302, + "ĠAch": 17303, + "ĠAbb": 17304, + "stad": 17305, + "arded": 17306, + "pled": 17307, + "iph": 17308, + "Ġmarvel": 17309, + "Ġimpres": 17310, + "Ġsincere": 17311, + "Ġprizes": 17312, + "Ġnueve": 17313, + "Ġrobbery": 17314, + "current": 17315, + "Ġaspecto": 17316, + "Ella": 17317, + "jero": 17318, + "Ġreass": 17319, + "Ġants": 17320, + "ĠEthel": 17321, + "Ġdeserved": 17322, + "Ġcañ": 17323, + "Ġchamp": 17324, + "Ġslid": 17325, + "ussian": 17326, + "Eric": 17327, + "Ġcalf": 17328, + "uesto": 17329, + "ಿ": 17330, + "Ġtourist": 17331, + "Ġscarf": 17332, + "Ġurgent": 17333, + "imitates": 17334, + "pronounced": 17335, + "melon": 17336, + "91": 17337, + "October": 17338, + "tienes": 17339, + "Ġtama": 17340, + "ĠSn": 17341, + "ĠSic": 17342, + "Ġflowing": 17343, + "Ġhumanity": 17344, + "iji": 17345, + "Ġsituations": 17346, + "Ġinvestigate": 17347, + "ĠLabor": 17348, + "February": 17349, + "Ġrosy": 17350, + "Ġluxury": 17351, + "Ġcorridor": 17352, + "rero": 17353, + "Ġey": 17354, + "ĠAges": 17355, + "Ġjaw": 17356, + "ĠJung": 17357, + "ometer": 17358, + "Ġcaravan": 17359, + "Ġcaps": 17360, + "eva": 17361, + "Ġ1921": 17362, + "Ġdedo": 17363, + "Ġdemocracy": 17364, + "Ġatención": 17365, + "rÃŃ": 17366, + "esc": 17367, + "ĠLam": 17368, + "osevelt": 17369, + "Ġtwink": 17370, + "ileen": 17371, + "Ġterrified": 17372, + "ĠLeader": 17373, + "ĠPeggotty": 17374, + "Ġsuccession": 17375, + "ÃŃnea": 17376, + "Ġparks": 17377, + "Ġdentist": 17378, + "GB": 17379, + "fil": 17380, + "yers": 17381, + "ĠÅ": 17382, + "Ġmens": 17383, + "Ġfret": 17384, + "Ġhaga": 17385, + "acie": 17386, + "ĠBunk": 17387, + "ĠLiz": 17388, + "ĠLanc": 17389, + "Ġeru": 17390, + "Ġperple": 17391, + "Ġrapper": 17392, + "ĠQuebec": 17393, + "Ġtenth": 17394, + "Ġderecho": 17395, + "Ġlollipop": 17396, + "displaystyle": 17397, + "Dude": 17398, + "Fel": 17399, + "rong": 17400, + "edee": 17401, + "storm": 17402, + "ĠCub": 17403, + "ucks": 17404, + "Ġhandled": 17405, + "araje": 17406, + "Ġburial": 17407, + "LOW": 17408, + "Ġvivo": 17409, + "ĠDarwin": 17410, + "Bir": 17411, + "Ġ].": 17412, + "haired": 17413, + "Ġyep": 17414, + "ĠBenn": 17415, + "ĠLem": 17416, + "ĠNice": 17417, + "until": 17418, + "ĠTrue": 17419, + "ĠHampshire": 17420, + "believ": 17421, + "Ġenorme": 17422, + "Ġgreeting": 17423, + "Ġinstitution": 17424, + "Ret": 17425, + "Roy": 17426, + "gó": 17427, + "hr": 17428, + "erts": 17429, + "Ġflex": 17430, + "Ġloo": 17431, + "aceae": 17432, + "ĠWisconsin": 17433, + "Ġarsen": 17434, + "Ġnowadays": 17435, + "Ġscouts": 17436, + "Ġspecially": 17437, + "Ġpiel": 17438, + "Ġevolved": 17439, + "Ġstrongest": 17440, + "ĠEdin": 17441, + "hammed": 17442, + "ĠFelix": 17443, + "Ġizquier": 17444, + "Nick": 17445, + "quiet": 17446, + "ĠHur": 17447, + "Ġalk": 17448, + "ĠEffie": 17449, + "Ġplaya": 17450, + "Ġsmashed": 17451, + "Ġcolum": 17452, + "Ġfloated": 17453, + "Ġ57": 17454, + "Ġreflection": 17455, + "ĠManhattan": 17456, + "Ġjudges": 17457, + "Ġfacility": 17458, + "Ġcommunicate": 17459, + "ĠHungarian": 17460, + "Ġconquer": 17461, + "Ġrecuerdo": 17462, + "Ġlobster": 17463, + "64": 17464, + "Ġmeow": 17465, + "émon": 17466, + "Ġguid": 17467, + "Ġfewer": 17468, + "Ġartistic": 17469, + "Ġgraves": 17470, + "Ġignore": 17471, + "Ġsleeves": 17472, + "Ġtigers": 17473, + "Ġpancakes": 17474, + "RAN": 17475, + "Rock": 17476, + "Ġfishes": 17477, + "oral": 17478, + "Ġesté": 17479, + "ĠKra": 17480, + "Ġllena": 17481, + "ĠPerry": 17482, + "Ġverses": 17483, + "Ġtravels": 17484, + "Ġfelic": 17485, + "VERY": 17486, + "Ġfraud": 17487, + "Tal": 17488, + "running": 17489, + "Ġpills": 17490, + "Ġenable": 17491, + "ĠGib": 17492, + "ĠRi": 17493, + "ĠEun": 17494, + "feld": 17495, + "Ġsentado": 17496, + "Ġchoos": 17497, + "Ġevacu": 17498, + "ĠExcuse": 17499, + "âĮī?": 17500, + "Ġboundary": 17501, + "Ġcontented": 17502, + "Ġpersuade": 17503, + "Ġpail": 17504, + "Ġhol": 17505, + "ĠSound": 17506, + "ĠMember": 17507, + "ĠBlo": 17508, + "Ġconc": 17509, + "Ġpeek": 17510, + "Ġcarb": 17511, + "Ġcradle": 17512, + "Ġépoca": 17513, + "Ġllega": 17514, + "ĠespÃŃrit": 17515, + "Ġcrawled": 17516, + "Ġtumbled": 17517, + "isms": 17518, + "especially": 17519, + "thought": 17520, + "ansom": 17521, + "oche": 17522, + "Ġslain": 17523, + "cheon": 17524, + "Ġrifles": 17525, + "ĠChampion": 17526, + "ĠCOMP": 17527, + "Ġacercó": 17528, + "Ġatomic": 17529, + "sneezes": 17530, + "WAY": 17531, + "Ġtocar": 17532, + "immer": 17533, + "estra": 17534, + "Instead": 17535, + "Ġpasos": 17536, + "Ġcantar": 17537, + "Ġoxid": 17538, + "Ġcinema": 17539, + "Ġdiamonds": 17540, + "ĠVincent": 17541, + "QU": 17542, + "pour": 17543, + "touch": 17544, + "Ġjab": 17545, + "Ġsapo": 17546, + "ĠListen": 17547, + "lesia": 17548, + "Ġ41": 17549, + "Ġfireplace": 17550, + "Señor": 17551, + "ĠSyria": 17552, + "ĠDisco": 17553, + "Ġreveal": 17554, + "ĠGreeks": 17555, + "Ġprecipit": 17556, + "Ġspaceship": 17557, + "ĠAffairs": 17558, + "RU": 17559, + "]âĮĭ.": 17560, + "amis": 17561, + "Ġsufr": 17562, + "Ġcoordin": 17563, + "Ġelef": 17564, + "Ġ82": 17565, + "INGS": 17566, + "Ġsufficiently": 17567, + "Ġestablishment": 17568, + "ĠWalker": 17569, + "picious": 17570, + "Ġfury": 17571, + "Ġgaraje": 17572, + "ĠAhm": 17573, + "ĠBrenda": 17574, + "ĠHundred": 17575, + "ĠWatch": 17576, + "Ġboiled": 17577, + "Ġclapping": 17578, + "orns": 17579, + "Ġbelieving": 17580, + "Ġfui": 17581, + "Ġbrightly": 17582, + "Ġcircular": 17583, + "Ġtorch": 17584, + "Suppose": 17585, + "Ġbuenas": 17586, + "Ġdistinguish": 17587, + "jes": 17588, + "Ġbats": 17589, + "Ġrender": 17590, + "Ġreindeer": 17591, + "ĠTrent": 17592, + "ĠMust": 17593, + "doggie": 17594, + "Ġteas": 17595, + "acts": 17596, + "Ġragged": 17597, + "ĠBritt": 17598, + "Thirty": 17599, + "Ġavan": 17600, + "lights": 17601, + "Ġagriculture": 17602, + "Ġdetermination": 17603, + "Bon": 17604, + "Gran": 17605, + "sets": 17606, + "omers": 17607, + "Ġrosa": 17608, + "ĠFBI": 17609, + "ĠRag": 17610, + "Ġ1917": 17611, + "Ġcrush": 17612, + "Ġiii": 17613, + "र": 17614, + "Ġphysician": 17615, + "ĠLucas": 17616, + "Ġattending": 17617, + "Ġfanci": 17618, + "ĠNicholas": 17619, + "demonstr": 17620, + "Bus": 17621, + "Fore": 17622, + "Ġsiege": 17623, + "around": 17624, + "imming": 17625, + "ĠWant": 17626, + "Ġacceler": 17627, + "iba": 17628, + "check": 17629, + "clean": 17630, + "ĠExpl": 17631, + "Ġabsorbed": 17632, + "ĠMaurice": 17633, + "Cle": 17634, + "Ġerect": 17635, + "ĠDear": 17636, + "ĠTheodore": 17637, + "Ġclas": 17638, + "Ġcuya": 17639, + "Ġinclin": 17640, + "plays": 17641, + "ĠEdinburgh": 17642, + "TON": 17643, + "ender": 17644, + "ĠGrey": 17645, + "Ġbutcher": 17646, + "Ġ1900": 17647, + "ĠKu": 17648, + "Ġamable": 17649, + "ISS": 17650, + "Ġsalido": 17651, + "Chief": 17652, + "Ġrespectively": 17653, + "Ġchemicals": 17654, + "ÃŃculo": 17655, + "Ġescribir": 17656, + "Ġdeliberately": 17657, + "iselle": 17658, + "arra": 17659, + "ativa": 17660, + "eties": 17661, + "Ġretir": 17662, + "arlas": 17663, + "Ġteapot": 17664, + "Seriously": 17665, + "Music": 17666, + "Nat": 17667, + "Ġbeak": 17668, + "Ġdemost": 17669, + "anth": 17670, + "olin": 17671, + "Ġsupre": 17672, + "whatever": 17673, + "ucking": 17674, + "Ġlimb": 17675, + "Ġfurnished": 17676, + "urricane": 17677, + "JER": 17678, + "bone": 17679, + "laces": 17680, + "Ġaument": 17681, + "Ġmakin": 17682, + "ickers": 17683, + "Ġloco": 17684, + "Ġclasped": 17685, + "Being": 17686, + "||||": 17687, + "Ġrecovery": 17688, + "Ġequiv": 17689, + "REAT": 17690, + "uggage": 17691, + "Ġscratched": 17692, + "Ġprayed": 17693, + "Ġexpanded": 17694, + "ĠOttom": 17695, + "Apparently": 17696, + "Ġrendered": 17697, + "Patsy": 17698, + "shire": 17699, + "mania": 17700, + "Ġtraitor": 17701, + "Ġsignature": 17702, + "Ġbases": 17703, + "ĠSammy": 17704, + "Ġdefender": 17705, + "ĠSancho": 17706, + "Plus": 17707, + "Ġconocer": 17708, + "Ġscrewed": 17709, + "Ġhuevos": 17710, + "Ġtomatoes": 17711, + "Ġwharf": 17712, + "iven": 17713, + "Ġsos": 17714, + "haus": 17715, + "Ġyacht": 17716, + "imately": 17717, + "ĠTun": 17718, + "ĠCob": 17719, + "abul": 17720, + "Ġserp": 17721, + "Ġscores": 17722, + "Ġresort": 17723, + "Ġrepent": 17724, + "Ġ72": 17725, + "ĠRosie": 17726, + "Ġscreams": 17727, + "Ġwitnesses": 17728, + "Ġtranslation": 17729, + "Jeff": 17730, + "Ġsecreto": 17731, + "Green": 17732, + "Ġmuse": 17733, + "Ġechó": 17734, + "ĠBran": 17735, + "Ġquote": 17736, + "Ġjeep": 17737, + "Ġplains": 17738, + "inker": 17739, + "Ġarcher": 17740, + "Ġslack": 17741, + "Ġslipping": 17742, + "moon": 17743, + "ĠFrancia": 17744, + "Ġdarle": 17745, + "Ġgladly": 17746, + "Perfect": 17747, + "Ġpredict": 17748, + "Ġcontinuing": 17749, + "impiada": 17750, + "Ġcolonial": 17751, + "Ġfascinating": 17752, + "sitting": 17753, + "Ġtha": 17754, + "Ġdanc": 17755, + "eton": 17756, + "ayer": 17757, + "lymouth": 17758, + "ĠSciences": 17759, + "ĠBennie": 17760, + "ĠHistor": 17761, + "arten": 17762, + "ĠLanka": 17763, + "Ġharness": 17764, + "Ġhighchair": 17765, + "ĠNeil": 17766, + "Ġbitterly": 17767, + "ozco": 17768, + "Ġdeposit": 17769, + "Ġatraves": 17770, + "Ġconverted": 17771, + "Port": 17772, + "Tube": 17773, + "][": 17774, + "yuck": 17775, + "Ġbait": 17776, + "Ġyucky": 17777, + "ĠHaz": 17778, + "ĠLux": 17779, + "ĠEight": 17780, + "arest": 17781, + "Ġamusing": 17782, + "Ġhandling": 17783, + "ĠVie": 17784, + "Ġdiver": 17785, + "Ġskating": 17786, + "Ġwinding": 17787, + "Ġpathetic": 17788, + "ONG": 17789, + "ĠEstá": 17790, + "Surely": 17791, + "Ġchapel": 17792, + "Ġraspberry": 17793, + "Eat": 17794, + "Nina": 17795, + "bic": 17796, + "wig": 17797, + "outing": 17798, + "Ġcheating": 17799, + "Ġaquellas": 17800, + "Ġsubur": 17801, + "ĠWere": 17802, + "ĠCliff": 17803, + "Ġtono": 17804, + "Ġpusieron": 17805, + "Ġsuccessor": 17806, + "Ġfuese": 17807, + "Ġsuspic": 17808, + "thodox": 17809, + "Japan": 17810, + "gal": 17811, + "Ġgee": 17812, + "Ġconve": 17813, + "Ġworshi": 17814, + "izations": 17815, + "Ġprel": 17816, + "Ġattach": 17817, + "ĠIsn": 17818, + "oubted": 17819, + "ĠEspañ": 17820, + "Ġtourists": 17821, + "Ġsensation": 17822, + "lowly": 17823, + "Jimmy": 17824, + "ĠCorsario": 17825, + "Bas": 17826, + "Tur": 17827, + "ĠCort": 17828, + "Ġalley": 17829, + "naughty": 17830, + "ĠHein": 17831, + "Ġbacked": 17832, + "Ġcrashing": 17833, + "puter": 17834, + "Ġsentences": 17835, + "Ġescort": 17836, + "ĠNotting": 17837, + "iantes": 17838, + "Ġpersist": 17839, + "Ġtowers": 17840, + "Ġdesperately": 17841, + "ĠArabia": 17842, + "Ġexhaust": 17843, + "Matthew": 17844, + "Jason": 17845, + "hasta": 17846, + "Ġhalt": 17847, + "ĠSport": 17848, + "stuck": 17849, + "Ġjest": 17850, + "Ġattent": 17851, + "Ġcasas": 17852, + "shake": 17853, + "ĠAdmir": 17854, + "Ġconsiderably": 17855, + "Ġsouthwestern": 17856, + "Ġmasses": 17857, + "Ġsymbols": 17858, + "ĠRonald": 17859, + "Ġlágrimas": 17860, + "Ġskiing": 17861, + "ĠTig": 17862, + "ĠPablo": 17863, + "Ġnegr": 17864, + "Ġloaf": 17865, + "Ġagrad": 17866, + "beat": 17867, + "ampa": 17868, + "Ġmonument": 17869, + "Ġsentir": 17870, + "cuador": 17871, + "Ġcrees": 17872, + "Ġrecoger": 17873, + "Ġmerrily": 17874, + "Ġarriving": 17875, + "Ġaspects": 17876, + "Ġcarrera": 17877, + "ĠMistress": 17878, + "Ġsummoned": 17879, + "Ġrhythm": 17880, + "taken": 17881, + "Ġsins": 17882, + "ĠIl": 17883, + "elos": 17884, + "ighed": 17885, + "Ġshrink": 17886, + "Ġshirts": 17887, + "Ġespect": 17888, + "Ġperpet": 17889, + "gold": 17890, + "brumm": 17891, + "Ġpolo": 17892, + "boards": 17893, + "Ġtreacher": 17894, + "Ġparque": 17895, + "attie": 17896, + "ĠCorps": 17897, + "Ġcrawls": 17898, + "ishers": 17899, + "Ġpupil": 17900, + "útbol": 17901, + "FA": 17902, + "YEAH": 17903, + "cad": 17904, + "Ġaimed": 17905, + "Ġfri": 17906, + "Ġpude": 17907, + "Ġreverse": 17908, + "ĠHem": 17909, + "Ġsafer": 17910, + "Ġcomprend": 17911, + "ĠVat": 17912, + "obo": 17913, + "Ġlighting": 17914, + "Ġ76": 17915, + "ricia": 17916, + "Ġvanilla": 17917, + "Ġwhispers": 17918, + "Ġmeasuring": 17919, + "continu": 17920, + "ipedia": 17921, + "ĠHawaii": 17922, + "Cast": 17923, + "Ġstew": 17924, + "ĠTAL": 17925, + "cella": 17926, + "Ġsala": 17927, + "Ġ81": 17928, + "Ġconstell": 17929, + "Neil": 17930, + "ĠMontreal": 17931, + "ĠOthers": 17932, + "Ġheavier": 17933, + "ĠDuncan": 17934, + "Ġmarvellous": 17935, + "speechplay": 17936, + "nell": 17937, + "oqu": 17938, + "Ġara": 17939, + "start": 17940, + "ifies": 17941, + "Ġcriter": 17942, + "ĠYouth": 17943, + "ogán": 17944, + "Ġsled": 17945, + "Ġsuggesting": 17946, + "draws": 17947, + "Ġbruja": 17948, + "Ġcocoon": 17949, + "Ġtrolley": 17950, + "gre": 17951, + "ĠHoo": 17952, + "están": 17953, + "ĠDVD": 17954, + "Ġchrom": 17955, + "autilus": 17956, + "Ġburg": 17957, + "ĠvenÃŃa": 17958, + "Ġsecretly": 17959, + "Ġbanned": 17960, + "Ġsituated": 17961, + "ĠMadison": 17962, + "ĠCollins": 17963, + "Ġhypot": 17964, + "ĠMelbourne": 17965, + "Ġwhistling": 17966, + "ĠIllustrated": 17967, + "ĠMunich": 17968, + "Whether": 17969, + "ĠTerritory": 17970, + "fan": 17971, + "far": 17972, + "pizza": 17973, + "Ġshat": 17974, + "Ġdated": 17975, + "Ġdiving": 17976, + "Ġbrushed": 17977, + "ĠVIII": 17978, + "Ġpromises": 17979, + "Ġtransmit": 17980, + "Ġreceiver": 17981, + "Ġclosest": 17982, + "ĠErin": 17983, + "ĠBarbie": 17984, + "ĠSpencer": 17985, + "Mod": 17986, + "tem": 17987, + "zada": 17988, + "Ġaplic": 17989, + "Ġliar": 17990, + "ĠLive": 17991, + "Ġacord": 17992, + "Ġmotive": 17993, + "Ġmelted": 17994, + "Ġpipes": 17995, + "Ġdepths": 17996, + "Ġproportion": 17997, + "Law": 17998, + "pad": 17999, + "idable": 18000, + "Ġjunt": 18001, + "ĠPay": 18002, + "ĠEthan": 18003, + "Ġlandlord": 18004, + "Ġsettlers": 18005, + "Ġproudly": 18006, + "Ġroutes": 18007, + "Ġhabrá": 18008, + "bub": 18009, + "bank": 18010, + "hn": 18011, + "Ġsealed": 18012, + "Ġimplic": 18013, + "ologÃŃa": 18014, + "icester": 18015, + "Ġmessed": 18016, + "Ġdragging": 18017, + "Anyone": 18018, + "Ġsatisfy": 18019, + "Ġstorms": 18020, + "Ġvuelto": 18021, + "ictionary": 18022, + "Ġderecha": 18023, + "ĠModern": 18024, + "Ġfestiv": 18025, + "onomous": 18026, + "ĠHudson": 18027, + "arter": 18028, + "icios": 18029, + "Ġliking": 18030, + "ĠBulgar": 18031, + "gee": 18032, + "ĠWILL": 18033, + "idez": 18034, + "Ġtraces": 18035, + "Ġwinners": 18036, + "Ġparagraph": 18037, + "Ġlays": 18038, + "Ġ160": 18039, + "nette": 18040, + "Unfortunately": 18041, + "ĠJeremy": 18042, + "Ġdispute": 18043, + "ା": 18044, + "Ġaccomplish": 18045, + "Ġscholar": 18046, + "AME": 18047, + "Major": 18048, + "Rom": 18049, + "Ġcier": 18050, + "Ġdimin": 18051, + "Ġpiled": 18052, + "Ġluc": 18053, + "ĠId": 18054, + "ĠSign": 18055, + "ĠAub": 18056, + "clown": 18057, + "lett": 18058, + "rows": 18059, + "Ġimpuls": 18060, + "Ġniñas": 18061, + "Ġtemples": 18062, + "ĠAngola": 18063, + "Plot": 18064, + "EVA": 18065, + "Ġlemonade": 18066, + "ĠBroadway": 18067, + "ĠNathaniel": 18068, + ".),": 18069, + "Di": 18070, + "lic": 18071, + "ĠMills": 18072, + "ĠWon": 18073, + "Ġunlock": 18074, + "Ġambit": 18075, + "Ġcontinent": 18076, + "Ġmadera": 18077, + "Ġsleigh": 18078, + "Ġexceedingly": 18079, + "Mont": 18080, + "Ġdarted": 18081, + "Ġpong": 18082, + "Ġstare": 18083, + "ĠCro": 18084, + "ppet": 18085, + "ĠEinstein": 18086, + "agos": 18087, + "Ġrobe": 18088, + "Ġrunner": 18089, + "Ġabsol": 18090, + "Ġpaddle": 18091, + "ĠBelgian": 18092, + "Ġenfermed": 18093, + "Ġgracious": 18094, + "Ġtrumpet": 18095, + "paste": 18096, + "Ġoye": 18097, + "Ġinex": 18098, + "ĠCry": 18099, + "estyle": 18100, + "thirty": 18101, + "peas": 18102, + "tele": 18103, + "issance": 18104, + "ensión": 18105, + "cuentro": 18106, + "Ġformat": 18107, + "Ġrespuesta": 18108, + "ĠTHEY": 18109, + "Ġpresidente": 18110, + "Ġruling": 18111, + "Ġrecognised": 18112, + "Holy": 18113, + "polis": 18114, + "Ġarrast": 18115, + "ĠRoberts": 18116, + "crayon": 18117, + "MEDIA": 18118, + "presa": 18119, + "tres": 18120, + "eries": 18121, + "Ġluggage": 18122, + "ĠSlo": 18123, + "thday": 18124, + "Ġtram": 18125, + "ĠVegas": 18126, + "Ġchef": 18127, + "Ġ54": 18128, + "त": 18129, + "ertas": 18130, + "Ġremainder": 18131, + "Speak": 18132, + "Ġcontinuous": 18133, + "ĠOwl": 18134, + "Ġconseguir": 18135, + "hit": 18136, + "hide": 18137, + "same": 18138, + "Ġpissed": 18139, + "ĠMicawber": 18140, + "ĠCand": 18141, + "ĠPin": 18142, + "iginal": 18143, + "Ġenga": 18144, + "ĠRico": 18145, + "Ġtwinkle": 18146, + "plate": 18147, + "ĠUniverse": 18148, + "Ġdecades": 18149, + "ĠDebbie": 18150, + "Ġaquello": 18151, + "URE": 18152, + "Ġapprove": 18153, + "letubbies": 18154, + "Ġfancied": 18155, + "Hell": 18156, + "Zoe": 18157, + "hou": 18158, + "uñ": 18159, + "reas": 18160, + "Ġfaded": 18161, + "Ġpones": 18162, + "Ġinev": 18163, + "omes": 18164, + "Ġdebo": 18165, + "isto": 18166, + "ĠFranz": 18167, + "attempt": 18168, + "Ġwarmly": 18169, + "Ġquieren": 18170, + "track": 18171, + "Ġunclear": 18172, + "ĠAnnabel": 18173, + "sniffs": 18174, + "Count": 18175, + "VIR": 18176, + "egg": 18177, + "wright": 18178, + "onne": 18179, + "Ġpneum": 18180, + "ĠIron": 18181, + "ĠMunicip": 18182, + "ainty": 18183, + "ĠDC": 18184, + "emas": 18185, + "Ġspank": 18186, + "Ġpartially": 18187, + "Ġrav": 18188, + "ĠMarion": 18189, + "ounces": 18190, + "Ġpickle": 18191, + "ĠGerva": 18192, + "Ġ68": 18193, + "Ġtuyo": 18194, + "Ġcasting": 18195, + "without": 18196, + "Ġllamada": 18197, + "Ġflights": 18198, + "Ġtoothbrush": 18199, + "Ġtornado": 18200, + "ĠLeonard": 18201, + "Ġpeligro": 18202, + "Friend": 18203, + "erest": 18204, + "fal": 18205, + "Ġtad": 18206, + "isons": 18207, + "ĠfÃŃs": 18208, + "Ġpunt": 18209, + "Ġninguno": 18210, + "ĠMam": 18211, + "ĠEwww": 18212, + "Ġprog": 18213, + "ueba": 18214, + "Ġmule": 18215, + "ĠStars": 18216, + "Ġscales": 18217, + "!\",": 18218, + "Ġtraer": 18219, + "Ġleak": 18220, + "Ġrisen": 18221, + "ĠParalympics": 18222, + "ĠHumphrey": 18223, + "HH": 18224, + "sie": 18225, + "ĠBald": 18226, + "ĠPoll": 18227, + "Ġvoting": 18228, + "Ġblues": 18229, + "Ġslam": 18230, + "Ġdecides": 18231, + "Ġ99": 18232, + "ĠAdd": 18233, + "front": 18234, + "Ġcomfortably": 18235, + "ĠExpress": 18236, + "Ġstubborn": 18237, + "Ġambos": 18238, + "Ġstretching": 18239, + "Eddie": 18240, + "Ġésto": 18241, + "gio": 18242, + "kie": 18243, + "pi": 18244, + "akan": 18245, + "Ġplaydough": 18246, + "Ġ91": 18247, + "Ġdarker": 18248, + "Ġprofound": 18249, + "ĠForces": 18250, + "Ġstrikes": 18251, + "Ġnurses": 18252, + "ĠPrefecture": 18253, + "Ġrecommended": 18254, + "Ġinstitutions": 18255, + "Ġgardener": 18256, + "Ġtriumphant": 18257, + "Name": 18258, + "Ġion": 18259, + "ĠMerc": 18260, + "stable": 18261, + "ĠLis": 18262, + "Ġrains": 18263, + "ogan": 18264, + "OUGH": 18265, + "Forgive": 18266, + "Ġparas": 18267, + "ĠAmazon": 18268, + "Ġconcerts": 18269, + "Ġnecesit": 18270, + "ĠGraeme": 18271, + "ĠWHO": 18272, + "ĠFarmer": 18273, + "ĠTrevor": 18274, + "Ġasegur": 18275, + "discards": 18276, + "Bow": 18277, + "dám": 18278, + "Ġlame": 18279, + "ĠlÃŃnea": 18280, + "Ġhues": 18281, + "ĠBomb": 18282, + "ĠRoma": 18283, + "Ġpróx": 18284, + "uhhum": 18285, + "Ġadorn": 18286, + "Ġhabéis": 18287, + "Ġexpenses": 18288, + "Ġ250": 18289, + "Ġpersuaded": 18290, + "ĠHenderson": 18291, + "ĠSantiago": 18292, + "Awww": 18293, + "Book": 18294, + "Den": 18295, + "Mor": 18296, + "Pal": 18297, + "dur": 18298, + "acc": 18299, + "rique": 18300, + "Ġjaws": 18301, + "ĠNurse": 18302, + "toe": 18303, + "Ġsped": 18304, + "Ġcontó": 18305, + "chants": 18306, + "Ġartillery": 18307, + "Looking": 18308, + "Among": 18309, + "ĠRogers": 18310, + "Ġganar": 18311, + "ĠArchie": 18312, + "ĠBrothers": 18313, + "Ġmanuscript": 18314, + "Pare": 18315, + "cross": 18316, + "orÃŃa": 18317, + "ĠJama": 18318, + "Ġexert": 18319, + "Ġlev": 18320, + "Ġlovers": 18321, + "Ġendure": 18322, + "Ġvolumes": 18323, + "Ġirre": 18324, + "Ġalguno": 18325, + "Ġfrock": 18326, + "Ġgraceful": 18327, + "\"¡": 18328, + "Cool": 18329, + "Tommy": 18330, + "dow": 18331, + "uld": 18332, + "Ġsept": 18333, + "Ġcanoes": 18334, + "nearly": 18335, + "Ġcheat": 18336, + "anya": 18337, + "etera": 18338, + "Ġsongwriter": 18339, + "Ġparticle": 18340, + "ĠMurray": 18341, + "Ġvelocidad": 18342, + "Ġinspection": 18343, + "Ġdeeds": 18344, + "ĠMR": 18345, + "ĠCoun": 18346, + "Ġnotic": 18347, + "ĠHaving": 18348, + "ĠWat": 18349, + "ĠWard": 18350, + "Ġuso": 18351, + "iren": 18352, + "Ġbites": 18353, + "Ġmotherf": 18354, + "Ġempt": 18355, + "ĠBarney": 18356, + "celled": 18357, + "OSE": 18358, + "ĠHawk": 18359, + "Ġpursue": 18360, + "Ġbidding": 18361, + "Ġechoed": 18362, + "Night": 18363, + "drop": 18364, + "Ġou": 18365, + "Ġsteak": 18366, + "orden": 18367, + "Ġdisk": 18368, + "Ġwrink": 18369, + "lington": 18370, + "Ġ66": 18371, + "Ġwilderness": 18372, + "rainian": 18373, + "ĠFairy": 18374, + "Cent": 18375, + "Matt": 18376, + "Ġ|": 18377, + "Ġlust": 18378, + "otch": 18379, + "Ġstag": 18380, + "ĠTIME": 18381, + "ĠChen": 18382, + "elas": 18383, + "ĠHeart": 18384, + "Ġpeac": 18385, + "Ġentra": 18386, + "ĠMarjorie": 18387, + "Ġpatron": 18388, + "Ġpenetr": 18389, + "Ġ98": 18390, + "Ġpractices": 18391, + "Ġratón": 18392, + "ĠvivÃŃa": 18393, + "ĠAlexand": 18394, + "Ġlanzó": 18395, + "Ġaxe": 18396, + "Ġgrocery": 18397, + "ĠMéxico": 18398, + "money": 18399, + "Ġsaint": 18400, + "Ġagony": 18401, + "laim": 18402, + "Ġbrute": 18403, + "avo": 18404, + "Ġappre": 18405, + "Ġmonstru": 18406, + "Ġrelate": 18407, + "Ġgrandson": 18408, + "Ġcountryside": 18409, + "Ġcharacteristics": 18410, + "Ġhostile": 18411, + "fallen": 18412, + "Police": 18413, + "Ġfragments": 18414, + "gow": 18415, + "ĠHank": 18416, + "Ġraced": 18417, + "ĠDot": 18418, + "ĠFollow": 18419, + "Ġpeces": 18420, + "Ġamp": 18421, + "grade": 18422, + "Ġskins": 18423, + "Ġsunk": 18424, + "ĠCharley": 18425, + "Ġnaturaleza": 18426, + "ĠIndiana": 18427, + "Ġcuriously": 18428, + "ĠPeninsula": 18429, + "Ġfoam": 18430, + "ĠLastname": 18431, + "gomery": 18432, + "Ġornament": 18433, + "claps": 18434, + "Ġsubió": 18435, + "Ġ79": 18436, + "iamond": 18437, + "Ġconcentrate": 18438, + "Ġmerchants": 18439, + "Queen": 18440, + "Ġuniversal": 18441, + "Ġtelescope": 18442, + "Ġaggressive": 18443, + "believable": 18444, + "GMO": 18445, + "Hel": 18446, + "Ot": 18447, + "lion": 18448, + "oux": 18449, + "Ġhamm": 18450, + "Ġkittens": 18451, + "uru": 18452, + "ĠBuster": 18453, + "ĠPit": 18454, + "Ġsmash": 18455, + "Ġpoles": 18456, + "Ġexcurs": 18457, + "ĠLyon": 18458, + "Ġillustrations": 18459, + "Ġpenguins": 18460, + "Ġunfair": 18461, + "Ġhorizont": 18462, + "Ġtackle": 18463, + "Ġtobogán": 18464, + "72": 18465, + "Sl": 18466, + "Wind": 18467, + "ĠRect": 18468, + "plant": 18469, + "iens": 18470, + "Ġregalo": 18471, + "guida": 18472, + "ĠDeck": 18473, + "Alpes": 18474, + "Ġtelegram": 18475, + "Ġ92": 18476, + "ĠConse": 18477, + "Ġcrystal": 18478, + "Ġmixing": 18479, + "Ġincreases": 18480, + "Ġpregunta": 18481, + "Ġautomatic": 18482, + "ĠLOOK": 18483, + "cakes": 18484, + "Ãį": 18485, + "Ġairl": 18486, + "ĠSull": 18487, + "ighted": 18488, + "Ġprolong": 18489, + "assic": 18490, + "Ġadmin": 18491, + "Ġcheering": 18492, + "ĠDeb": 18493, + "Ġ51": 18494, + "ĠPlace": 18495, + "ĠhacÃŃan": 18496, + "Ġconvicted": 18497, + "Ġcontento": 18498, + "Ġbravely": 18499, + "Ġsorpresa": 18500, + "ĠJessica": 18501, + "Ġflavor": 18502, + "Ġfrankly": 18503, + "Ġconoce": 18504, + "songwriter": 18505, + "ĠNigeria": 18506, + "High": 18507, + "lik": 18508, + "Ġsoph": 18509, + "Ġexhibit": 18510, + "Ġarc": 18511, + "avia": 18512, + "Ġdeserves": 18513, + "Ġcuyo": 18514, + "nero": 18515, + "Ġverás": 18516, + "Ġmotiv": 18517, + "Ġposts": 18518, + "ĠRoosevelt": 18519, + "Ġperspect": 18520, + "Ġfrighten": 18521, + "Ġfunding": 18522, + "ĠBusiness": 18523, + "Ġkidnapped": 18524, + "ĠLoren": 18525, + "Ġsovereign": 18526, + "SHE": 18527, + "Ġthieves": 18528, + "Ġbeber": 18529, + "riving": 18530, + "ctica": 18531, + "ĠPle": 18532, + "Ġarchae": 18533, + "ĠKit": 18534, + "Ġparting": 18535, + "ĠYellow": 18536, + "eneration": 18537, + "raban": 18538, + "Ġpequeñas": 18539, + "Johnny": 18540, + "Ġcliffs": 18541, + "ĠInspector": 18542, + "Ġguidance": 18543, + "Family": 18544, + "pcf": 18545, + "esp": 18546, + "arnos": 18547, + "ĠSierra": 18548, + "Ġestable": 18549, + "ĠShem": 18550, + "Ġpromising": 18551, + "ĠPeru": 18552, + "Prin": 18553, + "Ġcrumbs": 18554, + "lab": 18555, + "esame": 18556, + "ĠSwww": 18557, + "ĠCousin": 18558, + "Ġsheriff": 18559, + "ĠFreedom": 18560, + "ĠNoah": 18561, + "Ġtrials": 18562, + "Ġsimult": 18563, + "Ġgallery": 18564, + "Ġscarce": 18565, + "Ġmechanical": 18566, + "Ġpájaros": 18567, + "Ġúnica": 18568, + "Ġdistinctly": 18569, + "ĠLynn": 18570, + "opotamus": 18571, + "Bless": 18572, + "Jenny": 18573, + "rones": 18574, + "yas": 18575, + "Ġov": 18576, + "rift": 18577, + "ĠSweet": 18578, + "sole": 18579, + "Ġscandal": 18580, + "Ġnightmare": 18581, + "Ġskate": 18582, + "Ġglove": 18583, + "Ġconfession": 18584, + "demonstrates": 18585, + "bara": 18586, + "ÅĤ": 18587, + "hace": 18588, + "abad": 18589, + "ĠPod": 18590, + "Ġherd": 18591, + "ulg": 18592, + "ĠName": 18593, + "ĠKl": 18594, + "Ġrestore": 18595, + "cycl": 18596, + "Ġ89": 18597, + "Ġmainland": 18598, + "Ġhonored": 18599, + "Ġgender": 18600, + "Ġdepartments": 18601, + "Ġorgans": 18602, + "Ġimpatiently": 18603, + "Phone": 18604, + "Hit": 18605, + "KN": 18606, + "mor": 18607, + "Ġcient": 18608, + "Ġdizzy": 18609, + "Ġpave": 18610, + "Ġinaug": 18611, + "Ġamerican": 18612, + "Ġflats": 18613, + "ormal": 18614, + "upiter": 18615, + "eges": 18616, + "Ġcompleto": 18617, + "regular": 18618, + "rolls": 18619, + "THIS": 18620, + "Ġdioxide": 18621, + "Ġcruise": 18622, + "ĠTsar": 18623, + "drawn": 18624, + "drew": 18625, + "Ġwink": 18626, + "Ġhoof": 18627, + "irus": 18628, + "ĠMik": 18629, + "ĠPippin": 18630, + "ĠFritz": 18631, + "Ġroaring": 18632, + "Ġplayin": 18633, + "ĠBruno": 18634, + "proof": 18635, + "flowers": 18636, + "ITY": 18637, + "wasn": 18638, + "Ġcelebration": 18639, + "Ġrestaurants": 18640, + "Ġcomplications": 18641, + "Ġinmediatamente": 18642, + "Dun": 18643, + "French": 18644, + "Van": 18645, + "uvia": 18646, + "Ġbapt": 18647, + "Ġojo": 18648, + "amientos": 18649, + "ĠSoo": 18650, + "ĠHob": 18651, + "ulio": 18652, + "Ġprohib": 18653, + "iane": 18654, + "ĠYouTube": 18655, + "ĠAlmighty": 18656, + "Ġmilit": 18657, + "Ġdirección": 18658, + "Ġ56": 18659, + "Ġ84": 18660, + "ĠRights": 18661, + "Walk": 18662, + "Ġdainty": 18663, + "Ġego": 18664, + "unately": 18665, + "ĠProp": 18666, + "ĠJorge": 18667, + "uder": 18668, + "Ġpocos": 18669, + "Ġinvierno": 18670, + "Ġinterrog": 18671, + "Ġsquash": 18672, + "ĠAdministr": 18673, + "ĠSebast": 18674, + "Ġprimeros": 18675, + "OWN": 18676, + "Ġtrembled": 18677, + "Ele": 18678, + "IB": 18679, + "Sister": 18680, + "grap": 18681, + "agi": 18682, + "Ġ1912": 18683, + "Ġamateur": 18684, + "intellig": 18685, + "Ġphoned": 18686, + "Ġquestioning": 18687, + "Ġhubiese": 18688, + "Ġpanting": 18689, + "Ġcalculated": 18690, + "Ġstacker": 18691, + "Ġvuestro": 18692, + "Ġbouncing": 18693, + "Ġyoghurt": 18694, + "Wil": 18695, + "ioneer": 18696, + "ĠMes": 18697, + "ĠMah": 18698, + "struction": 18699, + "chu": 18700, + "ĠHorse": 18701, + "Ġnee": 18702, + "ĠNautilus": 18703, + "Ġlocom": 18704, + "uckle": 18705, + "ptions": 18706, + "Ġguilt": 18707, + "Ġunderwater": 18708, + "ĠArist": 18709, + "Ġverb": 18710, + "Ġsurvival": 18711, + "Ġindicates": 18712, + "Ġinvolves": 18713, + "Ġcompañeros": 18714, + "Ġcomparison": 18715, + "Ġnickel": 18716, + "Ġinferior": 18717, + "Met": 18718, + "kar": 18719, + "maker": 18720, + "Ġbash": 18721, + "osition": 18722, + "ĠTes": 18723, + "ĠMind": 18724, + "Ġchir": 18725, + "Ġinstall": 18726, + "Ġexplaining": 18727, + "AKING": 18728, + "Ġillustrated": 18729, + "Ġtuvieron": 18730, + "Ġarguing": 18731, + "ĠKazakh": 18732, + "Ġfrig": 18733, + "Ġgoo": 18734, + "atisf": 18735, + "Ġthro": 18736, + "uttering": 18737, + "ĠAin": 18738, + "ĠABC": 18739, + "ĠFA": 18740, + "Ġshalt": 18741, + "Ġflap": 18742, + "2010": 18743, + "Ġchecks": 18744, + "ĠOFF": 18745, + "ĠSalzburg": 18746, + "hhh": 18747, + "Ġgaining": 18748, + "Ġguitarist": 18749, + "ĠPiglet": 18750, + "hurry": 18751, + "lucky": 18752, + "ski": 18753, + "Ġ%": 18754, + "remo": 18755, + "Ġcudd": 18756, + "Ġmald": 18757, + "Ġgrill": 18758, + "Ġanda": 18759, + "ĠIF": 18760, + "ĠBaron": 18761, + "Ġcomunic": 18762, + "Ġmurió": 18763, + "lares": 18764, + "being": 18765, + "Ġslap": 18766, + "Ġglowing": 18767, + "Quiet": 18768, + "Ġtrifle": 18769, + "ĠGOING": 18770, + "âĨ«": 18771, + "Ġcertific": 18772, + "ĠCinderella": 18773, + "Ġprecisely": 18774, + "\":": 18775, + "ICH": 18776, + "NT": 18777, + "Ġmaps": 18778, + "Ġbegging": 18779, + "ĠAgent": 18780, + "ĠObs": 18781, + "tener": 18782, + "Ġinteract": 18783, + "ĠHeritage": 18784, + "Ġwhiskers": 18785, + "Ġrepeating": 18786, + "Ġsettlements": 18787, + "Ġdescans": 18788, + "Ġdiameter": 18789, + "Ġconservative": 18790, + "Ġenfad": 18791, + "ĠMia": 18792, + "Ġketch": 18793, + "Ġclan": 18794, + "Ġteasing": 18795, + "ĠUntil": 18796, + "iedad": 18797, + "Ġmayores": 18798, + "meaning": 18799, + "ĠMoroc": 18800, + "Ġopinions": 18801, + "ĠPittsburgh": 18802, + "Main": 18803, + "zie": 18804, + "enea": 18805, + "oran": 18806, + "acent": 18807, + "Ġnego": 18808, + "ĠGust": 18809, + "Ġcarrier": 18810, + "Start": 18811, + "ĠAda": 18812, + "daughter": 18813, + "uchi": 18814, + "Ġphysic": 18815, + "ĠFreud": 18816, + "Ġstrictly": 18817, + "ĠGervaise": 18818, + "Historia": 18819, + "World": 18820, + "Ġtarta": 18821, + "Ġnene": 18822, + "ĠTak": 18823, + "ĠConejo": 18824, + "ĠBully": 18825, + "Ġquem": 18826, + "antos": 18827, + "Ġ1914": 18828, + "Ġadvoc": 18829, + "although": 18830, + "Ġwarmth": 18831, + "Ġcharacteristic": 18832, + "Ġgenes": 18833, + "Ġidentical": 18834, + "Desde": 18835, + "Ġbajar": 18836, + "Ġbends": 18837, + "Ġaltitude": 18838, + "EP": 18839, + "ITE": 18840, + "UP": 18841, + "Ġcoughs": 18842, + "isle": 18843, + "Ġmim": 18844, + "Ġpins": 18845, + "aying": 18846, + "ĠSik": 18847, + "Ġasunto": 18848, + "ods": 18849, + "Ġbrushing": 18850, + "Ġteaches": 18851, + "Ġcarved": 18852, + "Ġadentro": 18853, + "Ġporridge": 18854, + "Ġserial": 18855, + "Ġpreserve": 18856, + "ANY": 18857, + "Ġpleaded": 18858, + "Ġviolently": 18859, + "Ġadmiral": 18860, + "Ġdéj": 18861, + "haraoh": 18862, + "Ġsolemnly": 18863, + "Ġskeleton": 18864, + "ĠCruz": 18865, + "Ġexpansion": 18866, + "oubtedly": 18867, + "TCA": 18868, + "present": 18869, + "rical": 18870, + "sand": 18871, + "Ġrevers": 18872, + "Ġnat": 18873, + "Ġnie": 18874, + "ĠAC": 18875, + "ĠBri": 18876, + "elli": 18877, + "ÃŃfic": 18878, + "ERE": 18879, + "Ġprisa": 18880, + "rency": 18881, + "Ġsentó": 18882, + "Quiz": 18883, + "Ġbarrier": 18884, + "Ġarmour": 18885, + "Ġorilla": 18886, + "Ġdestru": 18887, + "Ġhosts": 18888, + "Ġenvy": 18889, + "ĠMoz": 18890, + "ĠMoreover": 18891, + "Ġdibujo": 18892, + "ecutive": 18893, + "card": 18894, + "Ġplát": 18895, + "éf": 18896, + "Ġmono": 18897, + "Ġglancing": 18898, + "Ġopenly": 18899, + "Ġsuburb": 18900, + "Thought": 18901, + "Ġwallet": 18902, + "Ġesperaba": 18903, + "ĠCameron": 18904, + "worthy": 18905, + "ructure": 18906, + "Ġpyram": 18907, + "Nada": 18908, + "WA": 18909, + "aque": 18910, + "Ġsost": 18911, + "ithe": 18912, + "yous": 18913, + "Ġunre": 18914, + "Ġentend": 18915, + "Ġniñ": 18916, + "Ġawakened": 18917, + "Ġadmired": 18918, + "ĠByz": 18919, + "Ġpocketbook": 18920, + "Ġmuddy": 18921, + "Ġdumped": 18922, + "Ġabejas": 18923, + "Course": 18924, + "KEN": 18925, + "ĠIvan": 18926, + "ĠBella": 18927, + "Ġroman": 18928, + "Ġabode": 18929, + "ĠLena": 18930, + "udos": 18931, + "Ġpartido": 18932, + "ĠYears": 18933, + "Ġtrag": 18934, + "Ġresulting": 18935, + "Ġparecer": 18936, + "Ġcomplained": 18937, + "urious": 18938, + "Ġhurriedly": 18939, + "Ġbulk": 18940, + "Ġencouraging": 18941, + "Ġdwarf": 18942, + "ĠHilary": 18943, + "Ġtil": 18944, + "ĠTel": 18945, + "urre": 18946, + "ĠKi": 18947, + "Ġmargin": 18948, + "ublin": 18949, + "Ġmiraba": 18950, + "Ġcambiar": 18951, + "Ġdecorated": 18952, + "ĠHalf": 18953, + "Ġtempted": 18954, + "Europe": 18955, + "[_": 18956, + "yment": 18957, + "Ġtac": 18958, + "Ġrely": 18959, + "Ġdeals": 18960, + "ĠTiene": 18961, + "ĠBoe": 18962, + "rabbit": 18963, + "Ġroused": 18964, + "Ġenforce": 18965, + "ĠOd": 18966, + "comes": 18967, + "Ġcurls": 18968, + "Ġturb": 18969, + "ĠSingh": 18970, + "Ġdiferente": 18971, + "Ġblah": 18972, + "Ġmansion": 18973, + "Ġgalaxy": 18974, + "Ġlibertad": 18975, + "arrondissement": 18976, + ")]": 18977, + "VII": 18978, + "Ġheel": 18979, + "ĠTall": 18980, + "ĠLud": 18981, + "mpoo": 18982, + "whoop": 18983, + "Ġbarr": 18984, + "Ġhoja": 18985, + "ĠGlen": 18986, + "building": 18987, + "Ġobjeto": 18988, + "Ġmartial": 18989, + "Cur": 18990, + "Hur": 18991, + "bike": 18992, + "inery": 18993, + "Ġfot": 18994, + "ĠMonsieur": 18995, + "Ġvirgin": 18996, + "Ġdislike": 18997, + "Ġfounding": 18998, + "Ġhalfway": 18999, + "Ġimpulse": 19000, + "Ġcease": 19001, + "uka": 19002, + "kov": 19003, + "Ġbosom": 19004, + "Ġbuggy": 19005, + "Ġcriticism": 19006, + "Ġllorar": 19007, + "Ġauspicious": 19008, + "Ġgreedy": 19009, + "'_": 19010, + "Domin": 19011, + "spo": 19012, + "wi": 19013, + "alin": 19014, + "Ġjus": 19015, + "Ġarray": 19016, + "planes": 19017, + "ĠViv": 19018, + "Ġdefensive": 19019, + "Ġhopped": 19020, + "Ġscheduled": 19021, + "ĠHabÃŃa": 19022, + "spring": 19023, + "Hand": 19024, + "Mientras": 19025, + "Nope": 19026, + "Vol": 19027, + "Ġtat": 19028, + "Ġcomiendo": 19029, + "ounted": 19030, + "grama": 19031, + "anyway": 19032, + "Ġinvaded": 19033, + "minster": 19034, + "Ġsweeties": 19035, + "Shoot": 19036, + "Ġsacó": 19037, + "iggling": 19038, + "Ġironing": 19039, + "ĠGOOD": 19040, + "Ġmathematic": 19041, + "Ġencuentran": 19042, + "Ġcoughing": 19043, + "Ġloyalty": 19044, + "ĠArmstrong": 19045, + "Ġassassin": 19046, + "Ġsul": 19047, + "Ġcemetery": 19048, + "Ġwelf": 19049, + "Ġsob": 19050, + "Ġsucks": 19051, + "cester": 19052, + "Ġreflex": 19053, + "Ġ67": 19054, + "Ġ71": 19055, + "Ġevitar": 19056, + "Ġservir": 19057, + "Ġ96": 19058, + "ĠSupp": 19059, + "Ġattempting": 19060, + "Cheers": 19061, + "ÃŃtulo": 19062, + "Ġcomposition": 19063, + "Ġunsuccess": 19064, + "Ġsaucer": 19065, + "Ġbio": 19066, + "aton": 19067, + "Ġnois": 19068, + "ĠSind": 19069, + "ĠMamma": 19070, + "angs": 19071, + "ventually": 19072, + "Ġinstruction": 19073, + "Ġobjective": 19074, + "ĠStudios": 19075, + "Ġwelfare": 19076, + "Nac": 19077, + "uver": 19078, + "Ġbaking": 19079, + "rigo": 19080, + "ĠTol": 19081, + "ĠAbor": 19082, + "emia": 19083, + "issie": 19084, + "Ġsolamente": 19085, + "Ġenjoyment": 19086, + "Ġattraction": 19087, + "girls": 19088, + "Ġequivoc": 19089, + "tons": 19090, + "usc": 19091, + "ĠWow": 19092, + "avi": 19093, + "ĠcaÃŃ": 19094, + "Ġhoarse": 19095, + "Ġelectro": 19096, + "ĠAbbey": 19097, + "Ġesperando": 19098, + "ĠHighway": 19099, + "ĠDelhi": 19100, + "Ġbiological": 19101, + "Ġdismay": 19102, + "ĠSelena": 19103, + "PR": 19104, + "Ġwilt": 19105, + "ĠChel": 19106, + "ianza": 19107, + "Ġdecade": 19108, + "Ġtenga": 19109, + "Ġlluvia": 19110, + "Ġreporter": 19111, + "ĠCommunity": 19112, + "Ġorganisms": 19113, + "Ġvicinity": 19114, + "IO": 19115, + "mies": 19116, + "Ġbung": 19117, + "ĠMwww": 19118, + "ĠAri": 19119, + "ĠAran": 19120, + "laid": 19121, + "Ġcoge": 19122, + "sheep": 19123, + "Ġcollapse": 19124, + "tomorrow": 19125, + "Ġlawyers": 19126, + "Arthur": 19127, + "Ġrespected": 19128, + "ĠAnton": 19129, + "Ġsomos": 19130, + "Ġadvertis": 19131, + "Ġsurroundings": 19132, + "Ġinspiration": 19133, + "ĠCommonwealth": 19134, + "Ġrebellion": 19135, + "ĠespÃŃritu": 19136, + "Jam": 19137, + "mamma": 19138, + "Ġdud": 19139, + "Ġgem": 19140, + "Ġheating": 19141, + "usually": 19142, + "ĠAction": 19143, + "ĠBi": 19144, + "ÃŃz": 19145, + "ĠWa": 19146, + "ĠFrog": 19147, + "icker": 19148, + "Ġcoax": 19149, + "Ġrecre": 19150, + "Ġkneeling": 19151, + "viendo": 19152, + "Ġmessing": 19153, + "Ġescapar": 19154, + "Ġguarded": 19155, + "Ġmelan": 19156, + "Christopher": 19157, + "Ġpiedras": 19158, + "Ġtribute": 19159, + "beautiful": 19160, + "Sing": 19161, + "eenth": 19162, + "fell": 19163, + "Ġcyl": 19164, + "Ġfrut": 19165, + "ĠEcuador": 19166, + "Ġ(_": 19167, + "Ġshaw": 19168, + "Ġdific": 19169, + "Ġrecalled": 19170, + "Ġdepressed": 19171, + "goodbye": 19172, + "ल": 19173, + "attoo": 19174, + "ĠTracy": 19175, + "relative": 19176, + "burger": 19177, + "à¥ĩ": 19178, + "Ġessentially": 19179, + "Ġimprovement": 19180, + "Ġpidió": 19181, + "tecimientos": 19182, + ")\"": 19183, + "cada": 19184, + "Ġlucha": 19185, + "ĠSalt": 19186, + "umi": 19187, + "Ġsuite": 19188, + "ĠWor": 19189, + "ĠFull": 19190, + "ĠNanny": 19191, + "Ġfinishes": 19192, + "Ġverlo": 19193, + "ĠAthens": 19194, + "Ġtelegraph": 19195, + "ĠEnglishman": 19196, + "Ġdestiny": 19197, + "frica": 19198, + "Ġsuperst": 19199, + "Marie": 19200, + "ĠJulian": 19201, + "Ġpaths": 19202, + "Ġinquiry": 19203, + "ructive": 19204, + "Ġtearing": 19205, + "Ġtamaño": 19206, + "party": 19207, + "Ġdangers": 19208, + "Ġrecip": 19209, + "riers": 19210, + "ĠSleep": 19211, + "agar": 19212, + "Ġpartial": 19213, + "ugos": 19214, + "ĠVi": 19215, + "letter": 19216, + "Ġmonaster": 19217, + "ANG": 19218, + "enery": 19219, + "ĠThunder": 19220, + "Ġcontinually": 19221, + "ĠAdemás": 19222, + "super": 19223, + "Ġbolsa": 19224, + "Ġreactions": 19225, + "Ġconsultation": 19226, + "iertas": 19227, + "Ġdowntown": 19228, + "Ġcrooked": 19229, + "British": 19230, + "Ġagujero": 19231, + "onso": 19232, + "Ġfried": 19233, + "Ġlingu": 19234, + "Ġheated": 19235, + "etta": 19236, + "urdy": 19237, + "Ġlikewise": 19238, + "Ġcaz": 19239, + "Ġripe": 19240, + "Ġintake": 19241, + "Ġintently": 19242, + "Ġzoom": 19243, + "Ġorient": 19244, + "Ġstrangely": 19245, + "Ġpequeñ": 19246, + "Ġnuestras": 19247, + "ĠClaud": 19248, + "Ġbah": 19249, + "ĠRud": 19250, + "Ġproyect": 19251, + "ubre": 19252, + "Ġoport": 19253, + "úp": 19254, + "ampus": 19255, + "ĠBeing": 19256, + "Ġcomplaint": 19257, + "Ġbangs": 19258, + "Ġthreats": 19259, + "ĠServices": 19260, + "Ġapareció": 19261, + "National": 19262, + "bump": 19263, + "heh": 19264, + "inado": 19265, + "ĠToo": 19266, + "ĠMort": 19267, + "ĠCut": 19268, + "ĠCaleb": 19269, + "ĠDAY": 19270, + "ittin": 19271, + "ako": 19272, + "Ġ1910": 19273, + "ĠKyle": 19274, + "Ġmonk": 19275, + "Ġ53": 19276, + "cciones": 19277, + "Ġcurled": 19278, + "Elizabeth": 19279, + "Ġladders": 19280, + "Ġ93": 19281, + "Ġequals": 19282, + "Ġclimbs": 19283, + "LET": 19284, + "ĠRoom": 19285, + "Ġaccidents": 19286, + "Ġdormido": 19287, + "Ġestrella": 19288, + "Ġmanifest": 19289, + "OO": 19290, + "Wake": 19291, + "Ġgene": 19292, + "idor": 19293, + "Ġnena": 19294, + "ĠSeg": 19295, + "ĠCec": 19296, + "Ġramas": 19297, + "essions": 19298, + "Ġclung": 19299, + "Ġresid": 19300, + "Ġwindy": 19301, + "ĠShould": 19302, + "Ġmembership": 19303, + "ör": 19304, + "everyone": 19305, + "Ġorganisation": 19306, + "Lucy": 19307, + "Ġcontrario": 19308, + "ĠCrawford": 19309, + "Bur": 19310, + "Pick": 19311, + "Ġcrop": 19312, + "Ġcodes": 19313, + "Ġdum": 19314, + "Ġfreed": 19315, + "Ġheal": 19316, + "ĠBuenos": 19317, + "Ġquart": 19318, + "Ġneur": 19319, + "Ġprow": 19320, + "ĠUpon": 19321, + "ensed": 19322, + "úl": 19323, + "Ġelectoral": 19324, + "Ġregards": 19325, + "Ġhardest": 19326, + "Ġconfined": 19327, + "Ġfreeze": 19328, + "Ġswimmer": 19329, + "ĠJuliet": 19330, + "Ġbalc": 19331, + "Ġaddressing": 19332, + "ĠAtlanta": 19333, + "Madam": 19334, + "Ġathlete": 19335, + "ĠGregory": 19336, + "Ġinfantry": 19337, + "Ġoveja": 19338, + "lovakia": 19339, + "Alf": 19340, + "tos": 19341, + "Ġafect": 19342, + "Ġreino": 19343, + "ĠNOW": 19344, + "Ġexagger": 19345, + "Ġchant": 19346, + "Ġintervals": 19347, + "Ġsteer": 19348, + "ĠReina": 19349, + "Ġfurry": 19350, + "Ġspeedily": 19351, + "ès": 19352, + "habited": 19353, + "Ġexchanged": 19354, + "KING": 19355, + "Rose": 19356, + "core": 19357, + "Ġanthem": 19358, + "Ġquaint": 19359, + "ĠRover": 19360, + "Ġexce": 19361, + "Ġadvancing": 19362, + "Ġeyebr": 19363, + "Ġpinea": 19364, + "aurus": 19365, + "Ġdeclined": 19366, + "Between": 19367, + "Ġacabado": 19368, + "Ġpollution": 19369, + "Ġslippery": 19370, + "Ġclergy": 19371, + "Ġocasión": 19372, + "ĠSmarties": 19373, + "Az": 19374, + "Hot": 19375, + "Sab": 19376, + "pine": 19377, + "Ġpian": 19378, + "anne": 19379, + "Ġreno": 19380, + "ĠCurt": 19381, + "Ġalle": 19382, + "ĠDwww": 19383, + "Ġcape": 19384, + "Ġpata": 19385, + "Ġseñores": 19386, + "Ġvenge": 19387, + "Ġrespectable": 19388, + "Ġseguida": 19389, + "walking": 19390, + "Ġfiercely": 19391, + "ĠSociedad": 19392, + "ĠFireman": 19393, + "Ġjefe": 19394, + "ĠColumbus": 19395, + "ĠOttoman": 19396, + "Ned": 19397, + "Ġcál": 19398, + "Ġpans": 19399, + "second": 19400, + "ĠCin": 19401, + "ĠGus": 19402, + "ĠNFL": 19403, + "Ġama": 19404, + "Ġdesesper": 19405, + "resses": 19406, + "Ġdrawings": 19407, + "Ġcreeping": 19408, + "Ġpalo": 19409, + "Ġáng": 19410, + "Ġtreating": 19411, + "Ġremoving": 19412, + "Ġdocumentary": 19413, + "Ġarguments": 19414, + "Ġseaside": 19415, + "Ġoptions": 19416, + "HOW": 19417, + "Ġtheat": 19418, + "Ġcaca": 19419, + "Ġheck": 19420, + "rollo": 19421, + "Ġaltered": 19422, + "ORN": 19423, + "Ġloses": 19424, + "ĠVent": 19425, + "Ġhards": 19426, + "ĠMarta": 19427, + "Close": 19428, + "Ġmemoria": 19429, + "Ġesperanza": 19430, + "Ġneatly": 19431, + "Ġdibuj": 19432, + "Honours": 19433, + "Ġestrellas": 19434, + "Either": 19435, + "Hm": 19436, + "Ham": 19437, + "Pad": 19438, + "jam": 19439, + "Ġq": 19440, + "ĠBiden": 19441, + "Ġquieras": 19442, + "INS": 19443, + "tengo": 19444, + "Ġwarmer": 19445, + "Ġ600": 19446, + "Ġcollapsed": 19447, + "ĠFlip": 19448, + "Ġsituación": 19449, + "Ġreligions": 19450, + "Ġinvention": 19451, + "Ġaltar": 19452, + "Ġcriminals": 19453, + "Ġcorrected": 19454, + "Ġdolphin": 19455, + "cott": 19456, + "full": 19457, + "Ġtet": 19458, + "Ġgroom": 19459, + "owel": 19460, + "acción": 19461, + "Ġanthrop": 19462, + "Ġalliance": 19463, + "ĠDong": 19464, + "ĠNon": 19465, + "Ġlego": 19466, + "ĠAround": 19467, + "Ġrepaired": 19468, + "Ġfighters": 19469, + "Ġzip": 19470, + "ĠLeón": 19471, + "ĠSeattle": 19472, + "ĠShir": 19473, + "Ġsupports": 19474, + "Ġvivid": 19475, + "ĠCrus": 19476, + "Ġrequirements": 19477, + "Ġawaiting": 19478, + "Dec": 19479, + "rip": 19480, + "Ġdearest": 19481, + "unless": 19482, + "Ġremed": 19483, + "ggies": 19484, + "azine": 19485, + "Ġviii": 19486, + "uestra": 19487, + "lasgow": 19488, + "Ġstatements": 19489, + "LED": 19490, + "Ġburns": 19491, + "Ġversus": 19492, + "Ġintroduc": 19493, + "ĠHighness": 19494, + "Ġdefending": 19495, + "Ġaguas": 19496, + "Ġuneasy": 19497, + "Ġsupreme": 19498, + "morning": 19499, + "yos": 19500, + "ĠTwenty": 19501, + "Ġrating": 19502, + "Ġrises": 19503, + "Ġconci": 19504, + "ĠDoll": 19505, + "ĠFab": 19506, + "ĠFace": 19507, + "tenance": 19508, + "Ġaproxim": 19509, + "cuencia": 19510, + "Ġ74": 19511, + "ĠChase": 19512, + "ĠWeston": 19513, + "Ġpunct": 19514, + "Ġocé": 19515, + "Ġowing": 19516, + "ĠBuzz": 19517, + "Ġannoy": 19518, + "Presently": 19519, + "Ġwagons": 19520, + "ĠMemorial": 19521, + "Several": 19522, + "_,\"": 19523, + "sor": 19524, + "wake": 19525, + "inals": 19526, + "Ġbald": 19527, + "ishi": 19528, + "Ġmop": 19529, + "Ġstump": 19530, + "ĠLiter": 19531, + "avor": 19532, + "Ġkeeper": 19533, + "ĠMarine": 19534, + "ĠShin": 19535, + "ĠMohammed": 19536, + "ĠMilady": 19537, + "Ġtexts": 19538, + "Ġconsisting": 19539, + "Ġmourn": 19540, + "Ġabruptly": 19541, + "Drink": 19542, + "rena": 19543, + "enci": 19544, + "othes": 19545, + "Ġforwards": 19546, + "Ġwithdrew": 19547, + "Ġsuyo": 19548, + "ĠOper": 19549, + "ORT": 19550, + "Ġaffl": 19551, + "Ġrelieve": 19552, + "Ġéx": 19553, + "Ġassisted": 19554, + "yawns": 19555, + "ĠLeban": 19556, + "Ġ170": 19557, + "Ġprimitive": 19558, + "ĠMinnie": 19559, + "Ġeffectively": 19560, + "Ġnaught": 19561, + "ĠCongreso": 19562, + "Ġpiernas": 19563, + "Ġmechanism": 19564, + "Ġkilometres": 19565, + "Ġimposible": 19566, + "Day": 19567, + "Ms": 19568, + "Pet": 19569, + "Sk": 19570, + "hear": 19571, + "Ġproven": 19572, + "ults": 19573, + "Ġhouseholds": 19574, + "shell": 19575, + "Ġmedieval": 19576, + "Ġbaggage": 19577, + "Esc": 19578, + "Ġbothering": 19579, + "Christmas": 19580, + "Ġmantener": 19581, + "ĠHunter": 19582, + "ĠWikipedia": 19583, + "ĠLuxem": 19584, + "pod": 19585, + "pants": 19586, + "Ġà°": 19587, + "Ġpest": 19588, + "Ġestimate": 19589, + "hyl": 19590, + "means": 19591, + "Ġjoins": 19592, + "Ġemper": 19593, + "Ġmerced": 19594, + "ĠOlimpiada": 19595, + "Ġaudio": 19596, + "Ġagreeable": 19597, + "ĠCopper": 19598, + "Obviously": 19599, + "Ġconspiracy": 19600, + "BAR": 19601, + "OE": 19602, + "duh": 19603, + "ht": 19604, + "ĠSuff": 19605, + "ĠPole": 19606, + "Ġherb": 19607, + "ĠDonna": 19608, + "hism": 19609, + "Ġsworn": 19610, + "Ġfloors": 19611, + "Ġposter": 19612, + "Ġcupcake": 19613, + "IRST": 19614, + "ĠGlad": 19615, + "ĠRocky": 19616, + "Ġexercises": 19617, + "Ãīl": 19618, + "Alexander": 19619, + "ĠBeatles": 19620, + "Ġinherit": 19621, + "Ġcorpse": 19622, + "\"-": 19623, + "Ã¥": 19624, + "ì": 19625, + "Ġnobles": 19626, + "ĠTas": 19627, + "Ġwhore": 19628, + "ifford": 19629, + "Ġsoñ": 19630, + "ĠDee": 19631, + "ĠFan": 19632, + "Ġblamed": 19633, + "ipur": 19634, + "Ġentender": 19635, + "Ġllave": 19636, + "nergy": 19637, + "ounge": 19638, + "Ġcurve": 19639, + "Winnie": 19640, + "ĠLivingston": 19641, + "Ġlocomot": 19642, + "East": 19643, + "Ġicing": 19644, + "isi": 19645, + "Ġlamps": 19646, + "Ġital": 19647, + "ĠWOULD": 19648, + "Ġelé": 19649, + "odd": 19650, + "ĠYale": 19651, + "ĠMarvel": 19652, + "Ġindigenous": 19653, + "ĠChad": 19654, + "य": 19655, + "ardenal": 19656, + "helm": 19657, + "ĠMeanwhile": 19658, + "smiles": 19659, + "Ġcontribution": 19660, + "61": 19661, + "Jac": 19662, + "Rad": 19663, + "cord": 19664, + "court": 19665, + "jal": 19666, + "}}": 19667, + "Ġweed": 19668, + "ĠCold": 19669, + "Ġplank": 19670, + "acey": 19671, + "oya": 19672, + "ouncing": 19673, + "Ġedific": 19674, + "yours": 19675, + "Ġdeben": 19676, + "Ġcaballeros": 19677, + "ĠMedical": 19678, + "Ġcriticized": 19679, + "Ġritual": 19680, + "Ġdisguise": 19681, + "bite": 19682, + "Ġferry": 19683, + "ĠPand": 19684, + "ĠPip": 19685, + "Ġplaster": 19686, + "ĠRice": 19687, + "Ġmete": 19688, + "Ġnoses": 19689, + "ĠEssex": 19690, + "Ġdirectors": 19691, + "risa": 19692, + "Ġfailing": 19693, + "Ġprocesses": 19694, + "IFE": 19695, + "ĠGharib": 19696, + "Lin": 19697, + "viv": 19698, + "ĠMO": 19699, + "Ġquoted": 19700, + "oppy": 19701, + "Ġspared": 19702, + "ĠHeath": 19703, + "clar": 19704, + "letcher": 19705, + "comer": 19706, + "Ġlayers": 19707, + "ĠHarriet": 19708, + "Dead": 19709, + "Ġbenefic": 19710, + "Ġgalley": 19711, + "1999": 19712, + "ĠBunker": 19713, + "Save": 19714, + "Ġwal": 19715, + "ulum": 19716, + "Ġwatering": 19717, + "Ġpresencia": 19718, + "Ġinspect": 19719, + "Ġpoliticians": 19720, + "Ġespecies": 19721, + "buzz": 19722, + "Ġcryst": 19723, + "Ġfuerzas": 19724, + "liga": 19725, + "metros": 19726, + "Ġparticipate": 19727, + "Scott": 19728, + "ĠMurphy": 19729, + "Ġincidents": 19730, + "ĠRhine": 19731, + "Break": 19732, + "Ġgobierno": 19733, + "Die": 19734, + "Tiene": 19735, + "Ye": 19736, + "Ġmr": 19737, + "Ġbeheld": 19738, + "Ġundo": 19739, + "elope": 19740, + "ĠList": 19741, + "ĠFish": 19742, + "Ġchildish": 19743, + "Ġterrest": 19744, + "Ġformally": 19745, + "culos": 19746, + "ático": 19747, + "Ġrecognise": 19748, + "ĠLucinda": 19749, + "ĠSatan": 19750, + "400": 19751, + "Hea": 19752, + "Pil": 19753, + "swer": 19754, + "worm": 19755, + "ayas": 19756, + "stret": 19757, + "estone": 19758, + "ĠEso": 19759, + "ĠKula": 19760, + "bros": 19761, + "Ġconson": 19762, + "orthos": 19763, + "Ġpresentation": 19764, + "Ġfiled": 19765, + "ĠQuién": 19766, + "Ġprophe": 19767, + "Ġarrives": 19768, + "Ġsexy": 19769, + "Ġrulers": 19770, + "ĠPoly": 19771, + "Ġpartnership": 19772, + "Believe": 19773, + "Beautiful": 19774, + "ĠIndependence": 19775, + "neighbor": 19776, + "Luego": 19777, + "sabes": 19778, + "ité": 19779, + "Ġgoss": 19780, + "Ġvamp": 19781, + "ĠDIS": 19782, + "ĠGhost": 19783, + "Ġlookout": 19784, + "Ġ800": 19785, + "ĠProf": 19786, + "Wasn": 19787, + "Ġaltura": 19788, + "Ġbounces": 19789, + "ĠNazis": 19790, + "Ġembarrassing": 19791, + "Ġsquirrels": 19792, + "Ġescalera": 19793, + "ĠBaseball": 19794, + "Ġtasks": 19795, + "Ġconvirtió": 19796, + "Gentlemen": 19797, + "Imag": 19798, + "enaw": 19799, + "Ġthither": 19800, + "ĠPlymouth": 19801, + "Ġpeanuts": 19802, + "reated": 19803, + "ĠVir": 19804, + "Inter": 19805, + "ĠArctic": 19806, + "brevi": 19807, + "curo": 19808, + "Thou": 19809, + "Ġservicio": 19810, + "hames": 19811, + "Ġtraded": 19812, + "turned": 19813, + "whisper": 19814, + "ĠÃĸ": 19815, + "Ġmicros": 19816, + "Ġsegura": 19817, + "Ġwonders": 19818, + "ĠTransport": 19819, + "ÃŃsticas": 19820, + "Ġcustody": 19821, + "Ġsubstantial": 19822, + "cj": 19823, + "snow": 19824, + "Ġald": 19825, + "Ġofthe": 19826, + "ĠPsy": 19827, + "ulates": 19828, + "ĠLad": 19829, + "ĠExt": 19830, + "Ġafuera": 19831, + "ĠAlmost": 19832, + "Ġmetió": 19833, + "ruly": 19834, + "former": 19835, + "Ġtrend": 19836, + "Ġchoke": 19837, + "Ġemple": 19838, + "Real": 19839, + "Ġimportantes": 19840, + "ĠWillard": 19841, + "ĠWells": 19842, + "Ġcivilian": 19843, + "Ġcoastal": 19844, + "Ġinfluential": 19845, + "fighter": 19846, + "Ġtorpedo": 19847, + "Clear": 19848, + "Dam": 19849, + "bless": 19850, + "Ġtipped": 19851, + "Ġbaker": 19852, + "Ġhens": 19853, + "Ġhail": 19854, + "level": 19855, + "utton": 19856, + "ithuan": 19857, + "ĠPE": 19858, + "Ġoutra": 19859, + "ĠNile": 19860, + "Ġarmas": 19861, + "Ġcoaches": 19862, + "Ġthrong": 19863, + "Ġdisabled": 19864, + "tale": 19865, + "Ġtraje": 19866, + "Ġhomeless": 19867, + "chest": 19868, + "Ġinval": 19869, + "Ġapres": 19870, + "Ġinterés": 19871, + "atoes": 19872, + "Ġantib": 19873, + "Ġconvict": 19874, + "Ġmicrow": 19875, + "Ġboundaries": 19876, + "Ġcrisp": 19877, + "Ġmejores": 19878, + "HA": 19879, + "NN": 19880, + "cars": 19881, + "Ġmord": 19882, + "Ġpiles": 19883, + "Ġonion": 19884, + "Ġsheer": 19885, + "ĠWent": 19886, + "Ġtwelf": 19887, + "Ġcarriages": 19888, + "Ġtense": 19889, + "Ġdripping": 19890, + "Ġextension": 19891, + "Ġemigr": 19892, + "central": 19893, + "ĠDespite": 19894, + "Ġgeese": 19895, + "Ġlogic": 19896, + "Ġaccordingly": 19897, + "Ġtucked": 19898, + "intendent": 19899, + "73": 19900, + "TC": 19901, + "hic": 19902, + "ÃŁ": 19903, + "Ġix": 19904, + "ĠSev": 19905, + "chy": 19906, + "ĠCair": 19907, + "Ġwholes": 19908, + "ĠDumpty": 19909, + "ĠGoogle": 19910, + "ĠNueva": 19911, + "ĠKirk": 19912, + "Ġsalmon": 19913, + "Ġaccus": 19914, + "Ġneglected": 19915, + "ĠLettice": 19916, + "Ġchampionships": 19917, + "Ġvolunteer": 19918, + "Auntie": 19919, + "ĠAuthority": 19920, + "ĠMovement": 19921, + "Durante": 19922, + ".!": 19923, + "Pri": 19924, + "Sleep": 19925, + "SIGH": 19926, + "Ġfum": 19927, + "Ġpeso": 19928, + "Ġgarrison": 19929, + "oooo": 19930, + "imble": 19931, + "Ġwhim": 19932, + "ĠVa": 19933, + "Ġshaken": 19934, + "ĠThou": 19935, + "iént": 19936, + "Ġsubmit": 19937, + "Ġcostumbre": 19938, + "openha": 19939, + "Firstname": 19940, + "ĠUniversal": 19941, + "minded": 19942, + "Ġinfected": 19943, + "Ġjewelry": 19944, + "ĠBennett": 19945, + "##": 19946, + "[\"": 19947, + "rán": 19948, + "vina": 19949, + "wy": 19950, + "Ġtuna": 19951, + "Ġpea": 19952, + "imi": 19953, + "ĠBren": 19954, + "Ġallies": 19955, + "ĠNesta": 19956, + "ERY": 19957, + "Ġchicks": 19958, + "Ġreserved": 19959, + "azing": 19960, + "Ġcorrió": 19961, + "Ġfué": 19962, + "Ġpintar": 19963, + "Ġdisposition": 19964, + "ĠVatican": 19965, + "63": 19966, + "Ale": 19967, + "cution": 19968, + "dar": 19969, + "lift": 19970, + "Ãģ": 19971, + "Ġcope": 19972, + "Ġmaker": 19973, + "amelo": 19974, + "ilis": 19975, + "Ġcarp": 19976, + "otherwise": 19977, + "Ġacres": 19978, + "Ġappoint": 19979, + "Ġregulations": 19980, + "Ġjoyous": 19981, + "Ġpatri": 19982, + "bbers": 19983, + "Ġdrawers": 19984, + "Ġmarkets": 19985, + "ática": 19986, + "Bloody": 19987, + "Ġspelled": 19988, + "Ġnúmeros": 19989, + "Relax": 19990, + "Ġjuguetes": 19991, + "Ġcolumns": 19992, + "Abe": 19993, + "gently": 19994, + "Ġhauled": 19995, + "ĠIo": 19996, + "Ġrebel": 19997, + "ĠSaf": 19998, + "anti": 19999, + "ĠHaven": 20000, + "Ġshove": 20001, + "ĠRu": 20002, + "pling": 20003, + "cled": 20004, + "grown": 20005, + "Ġpersonnel": 20006, + "Ġlocations": 20007, + "Ġfuzzy": 20008, + "Ġsavings": 20009, + "parents": 20010, + "Ġhiciste": 20011, + "Ġscrape": 20012, + "Postman": 20013, + "?--": 20014, + "Ber": 20015, + "Ev": 20016, + "cita": 20017, + "iores": 20018, + "nik": 20019, + "anks": 20020, + "ĠPick": 20021, + "Ġrash": 20022, + "ĠFix": 20023, + "ĠUl": 20024, + "ĠDeep": 20025, + "Ġsalón": 20026, + "ĠParish": 20027, + "Ġambassador": 20028, + "Ġindustries": 20029, + "ophone": 20030, + "ĠMontgomery": 20031, + "Ġconceal": 20032, + "micro": 20033, + "ĠSaxon": 20034, + "Money": 20035, + "length": 20036, + "Ġditch": 20037, + "Ġshepherd": 20038, + "ĠWAY": 20039, + "ĠGir": 20040, + "ĠFight": 20041, + "ĠNone": 20042, + "ANS": 20043, + "Ġpastor": 20044, + "Ġfastest": 20045, + "Ġcostumes": 20046, + "Ġwitches": 20047, + "Ġpumpkins": 20048, + "addressed": 20049, + "Ġrevenue": 20050, + "Ġboldly": 20051, + "Ġcomplaining": 20052, + "ĠRemember": 20053, + "Ġoffended": 20054, + "attempts": 20055, + "Danny": 20056, + "Ġsib": 20057, + "ribu": 20058, + "rieron": 20059, + "Ġstrap": 20060, + "ĠSAY": 20061, + "ĠAbu": 20062, + "sticks": 20063, + "ĠBass": 20064, + "ĠPH": 20065, + "Ġencer": 20066, + "ót": 20067, + "Ġtwent": 20068, + "Ġintelig": 20069, + "ĠReed": 20070, + "Ġclassroom": 20071, + "Deb": 20072, + "Ġdevotion": 20073, + "Ġocult": 20074, + "Ġfeeble": 20075, + "Ġprobability": 20076, + "62": 20077, + "Cho": 20078, + "Fa": 20079, + "ssh": 20080, + "Ġtumb": 20081, + "Ġfountain": 20082, + "Ġtoot": 20083, + "always": 20084, + "osto": 20085, + "Ġwasher": 20086, + "Ġseize": 20087, + "andro": 20088, + "ĠAber": 20089, + "Ġconvention": 20090, + "ĠDance": 20091, + "Ġsupporters": 20092, + "Ġcorps": 20093, + "Ġwhee": 20094, + "ographic": 20095, + "Mickey": 20096, + "ĠUkrainian": 20097, + "ĠTechnology": 20098, + "Ġprivilege": 20099, + "Ġmaravill": 20100, + "Af": 20101, + "Sally": 20102, + "dled": 20103, + "kia": 20104, + "Ġhull": 20105, + "Ġweighed": 20106, + "ĠSul": 20107, + "ĠChem": 20108, + "ĠNacional": 20109, + "Ġpeor": 20110, + "Ġschem": 20111, + "Ġbreeding": 20112, + "Ġfactories": 20113, + "Ġcreates": 20114, + "Ġports": 20115, + "Ġdoubtful": 20116, + "Ġgloomy": 20117, + "Ġprincipales": 20118, + "ĠDoris": 20119, + "human": 20120, + "Ġglee": 20121, + "ĠUsually": 20122, + "ĠProtestant": 20123, + "Ġpneumonia": 20124, + "Han": 20125, + "east": 20126, + "adura": 20127, + "Ġplums": 20128, + "iaz": 20129, + "soever": 20130, + "Ġcoloured": 20131, + "amped": 20132, + "ĠBrus": 20133, + "prot": 20134, + "Ġribs": 20135, + "Ġapost": 20136, + "ĠBlues": 20137, + "ospel": 20138, + "Ġsurviving": 20139, + "ermont": 20140, + "Ġinvolving": 20141, + "Ġcontributed": 20142, + "ĠSprings": 20143, + "Ġstyles": 20144, + "Ġcrimson": 20145, + "Nah": 20146, + "vironment": 20147, + "Ġbic": 20148, + "Ġstam": 20149, + "Ġwhining": 20150, + "ĠWien": 20151, + "Ġcarac": 20152, + "ibal": 20153, + "ĠIsle": 20154, + "Ġparked": 20155, + "Ġdestroying": 20156, + "Ġocurr": 20157, + "Ġtransportation": 20158, + "Ġcomparatively": 20159, + "Colonel": 20160, + "Ġprostit": 20161, + "Ġnaranja": 20162, + "Saturday": 20163, + "bishop": 20164, + "Ġlumber": 20165, + "Ġonions": 20166, + "ĠHub": 20167, + "olent": 20168, + "ĠGiant": 20169, + "ĠRound": 20170, + "Ġcontrad": 20171, + "Ġflush": 20172, + "upa": 20173, + "Ġdearly": 20174, + "Ġ73": 20175, + "2017": 20176, + "Ġmurders": 20177, + "Ġpillows": 20178, + "Ġdecline": 20179, + "Ġbiology": 20180, + "Ġblaze": 20181, + "ĠBuilding": 20182, + "\"¿": 20183, + "Bull": 20184, + "LOR": 20185, + "Way": 20186, + "mis": 20187, + "mid": 20188, + "Ġtart": 20189, + "Ġsamples": 20190, + "Ġwakes": 20191, + "hams": 20192, + "Ġced": 20193, + "arán": 20194, + "Ġnigh": 20195, + "ĠMobile": 20196, + "ĠBond": 20197, + "ĠquÃŃm": 20198, + "Ohh": 20199, + "Ġtipos": 20200, + "ି": 20201, + "ĠSalv": 20202, + "ĠRomeo": 20203, + "Ġjeans": 20204, + "Ġwaffle": 20205, + "85": 20206, + "Nine": 20207, + "oj": 20208, + "wonder": 20209, + "inian": 20210, + "quin": 20211, + "ande": 20212, + "ĠDest": 20213, + "ĠGinger": 20214, + "ksha": 20215, + "Ġchaps": 20216, + "ĠButter": 20217, + "Ġweekly": 20218, + "ĠOrthodox": 20219, + "Ġdecidedly": 20220, + "Ġcompetitions": 20221, + "ĠCEO": 20222, + "Ġdiferencia": 20223, + "Bunny": 20224, + "iando": 20225, + "Ġcardenal": 20226, + "arus": 20227, + "ĠCBS": 20228, + "ĠPill": 20229, + "Ġexquis": 20230, + "Ġesfuer": 20231, + "Ġgras": 20232, + "Ġprueba": 20233, + "dock": 20234, + "Ġharass": 20235, + "Ġfella": 20236, + "ĠReport": 20237, + "OST": 20238, + "Ġlegends": 20239, + "Ġwardrobe": 20240, + "ĠBACK": 20241, + "Ġejaculated": 20242, + "Ġnoodles": 20243, + "doo": 20244, + "hea": 20245, + "encias": 20246, + "Ġhare": 20247, + "Ġstares": 20248, + "Ġwhipped": 20249, + "ĠFund": 20250, + "Ġmanual": 20251, + "cium": 20252, + "wey": 20253, + "Ġbathing": 20254, + "Ġdoubts": 20255, + "Ġturtles": 20256, + "Ġdetected": 20257, + "Ġchimenea": 20258, + "ĠBOY": 20259, + "Mem": 20260, + "VIII": 20261, + "trees": 20262, + "Ġà®": 20263, + "ĠTale": 20264, + "ĠBah": 20265, + "Ġbacking": 20266, + "Ġsitcom": 20267, + "Ġ69": 20268, + "Ġgustaba": 20269, + "ĠEstaba": 20270, + "Ġenterprise": 20271, + "Ġmarketing": 20272, + "Ġgorilla": 20273, + "Ġfrequency": 20274, + "Ġpsychiat": 20275, + "ĠXXX": 20276, + "Ġrejoiced": 20277, + "Ġbridges": 20278, + "Ġexpresión": 20279, + "Ġsodium": 20280, + "Ġdurmiendo": 20281, + "Ġstrategic": 20282, + "ĠRosamund": 20283, + "89": 20284, + "Rub": 20285, + "Ġbola": 20286, + "Ġhund": 20287, + "ĠPink": 20288, + "ĠEmer": 20289, + "Ġ1911": 20290, + "Ġcontemporary": 20291, + "Ġrag": 20292, + "Ġrapt": 20293, + "Ġmineral": 20294, + "Ġrecess": 20295, + "Ġskies": 20296, + "Becky": 20297, + "Ġdetuvo": 20298, + "Ġspacecraft": 20299, + "Ġseparation": 20300, + "Ġverdadero": 20301, + "Ġgroaned": 20302, + "ĠEllis": 20303, + "ĠXVI": 20304, + "Ġcontroversial": 20305, + "Ġvulner": 20306, + "Ġmingled": 20307, + "sla": 20308, + "wed": 20309, + "ĠAires": 20310, + "ĠCOULD": 20311, + "ARE": 20312, + "opa": 20313, + "Ġworries": 20314, + "Ġmakeup": 20315, + "forest": 20316, + "Ġsketch": 20317, + "Ġmedida": 20318, + "Ġvaso": 20319, + "2006": 20320, + "Ġfeaturing": 20321, + "Ġmatemático": 20322, + "Ġdedos": 20323, + "Ġlosses": 20324, + "ĠOtto": 20325, + "Ġtantas": 20326, + "Ġgrammar": 20327, + "Ġportrait": 20328, + "Ġsospe": 20329, + "69": 20330, + "Sis": 20331, + "Syl": 20332, + "hist": 20333, + "Ġtame": 20334, + "Ġcree": 20335, + "Ġcass": 20336, + "Ġcaba": 20337, + "ĠNation": 20338, + "peek": 20339, + "Ġarre": 20340, + "Ġtract": 20341, + "Ġtrotted": 20342, + "Ġregión": 20343, + "Ġapology": 20344, + "Ġvoiced": 20345, + "Ġcathedral": 20346, + "United": 20347, + "Ġexamining": 20348, + "Ġpilots": 20349, + "Ġseesaw": 20350, + "ámara": 20351, + "ĠArgentine": 20352, + "ĠNASA": 20353, + "list": 20354, + "wants": 20355, + "inside": 20356, + "Ġdummy": 20357, + "Ġlur": 20358, + "idia": 20359, + "ĠMap": 20360, + "ĠLond": 20361, + "ĠLock": 20362, + "angel": 20363, + "Ġinviting": 20364, + "Ġsigning": 20365, + "Ġprivacy": 20366, + "Ġsatisfactory": 20367, + "Ġcommitment": 20368, + "Ġcigarettes": 20369, + "Ġankle": 20370, + "Gab": 20371, + "ciendo": 20372, + "cimiento": 20373, + "Ġtension": 20374, + "ĠHale": 20375, + "Ġconvey": 20376, + "Ġsuited": 20377, + "ĠDub": 20378, + "ĠFoster": 20379, + "Ġcoffin": 20380, + "coll": 20381, + "ĠDec": 20382, + "Ġinclu": 20383, + "Ġlegit": 20384, + "urai": 20385, + "helps": 20386, + "Ġlabios": 20387, + "itarian": 20388, + "Ġcombust": 20389, + "Ġbonnet": 20390, + "Ġspells": 20391, + "Ġvolunteers": 20392, + "Ġenthusiastic": 20393, + "ĠEspañola": 20394, + "Drop": 20395, + "bark": 20396, + "ikes": 20397, + "kun": 20398, + "nant": 20399, + "Äį": 20400, + "Ġhides": 20401, + "antas": 20402, + "Ġplague": 20403, + "ĠJar": 20404, + "Ġunwill": 20405, + "ĠStaff": 20406, + "Ġcavern": 20407, + "Ġcommend": 20408, + "Ġbowls": 20409, + "keeping": 20410, + "Ġpercentage": 20411, + "Ġsignificance": 20412, + "Ġtidying": 20413, + "Ġimitates": 20414, + "ĠPhoenix": 20415, + "Bru": 20416, + "Tienes": 20417, + "rison": 20418, + "rÃŃan": 20419, + "erd": 20420, + "hate": 20421, + "grass": 20422, + "Ġexposure": 20423, + "Ġchoir": 20424, + "fielder": 20425, + "Ġcommunist": 20426, + "Ġdecidió": 20427, + "Ġdrafted": 20428, + "music": 20429, + "Ġemployee": 20430, + "CAP": 20431, + "replicó": 20432, + "Ġwits": 20433, + "ĠMandy": 20434, + "Ġalf": 20435, + "ĠDublin": 20436, + "Ġabraz": 20437, + "Ġspade": 20438, + "Ġcuc": 20439, + "Ġdrummer": 20440, + "Ġrounded": 20441, + "aneously": 20442, + "Ġsolved": 20443, + "Ġpañ": 20444, + "Ġcreative": 20445, + "Ġengineers": 20446, + "Ġrespects": 20447, + "Ġphotographer": 20448, + "ándolo": 20449, + "Ġpermite": 20450, + "cuenta": 20451, + "Jeannine": 20452, + "Ġquantum": 20453, + "ĠAlberta": 20454, + "eday": 20455, + "eting": 20456, + "Ġsel": 20457, + "Ġmemb": 20458, + "chiev": 20459, + "umsy": 20460, + "olar": 20461, + "Ġjulio": 20462, + "ĠWolver": 20463, + "Ġenabled": 20464, + "Ġenchant": 20465, + "Ġpeered": 20466, + "Ġmug": 20467, + "Ins": 20468, + "ĠMarcus": 20469, + "Ġchoosing": 20470, + "Whoever": 20471, + "ĠXbox": 20472, + "Ġequation": 20473, + "Ġcosta": 20474, + "ĠPlat": 20475, + "Ġquedado": 20476, + "ĠGloria": 20477, + "Ġscreenwriter": 20478, + "BOB": 20479, + "sharp": 20480, + "ò": 20481, + "Ġwist": 20482, + "Ġdusk": 20483, + "Ġyog": 20484, + "imir": 20485, + "ĠTalk": 20486, + "ĠEqu": 20487, + "éb": 20488, + "Head": 20489, + "Ġcrick": 20490, + "Ġscam": 20491, + "Ġrealised": 20492, + "boats": 20493, + "arrots": 20494, + "Govern": 20495, + "Laugh": 20496, + "ĠXIV": 20497, + "Ġstarve": 20498, + "ĠJoel": 20499, + "Ġnuevos": 20500, + "ĠCathedral": 20501, + "Ġterminal": 20502, + "ĠCornelius": 20503, + "Ġliquor": 20504, + "Ġaffectionate": 20505, + "Children": 20506, + "Ġultimately": 20507, + "ĠLegisl": 20508, + "Ġvelvet": 20509, + "Set": 20510, + "Sun": 20511, + "pread": 20512, + "Ġtread": 20513, + "Ġborough": 20514, + "Ġtoad": 20515, + "ĠImm": 20516, + "ienda": 20517, + "...'": 20518, + "ĠDónde": 20519, + "Ġabilities": 20520, + "ĠJupiter": 20521, + "behind": 20522, + "Ġprejud": 20523, + "ildred": 20524, + "ĠAnders": 20525, + "Ġcerrar": 20526, + "pole": 20527, + "pock": 20528, + "Ġsolitary": 20529, + "inocho": 20530, + "ĠMaya": 20531, + "Annie": 20532, + "ército": 20533, + "Ġmortgage": 20534, + "Ġrugby": 20535, + "Ġluncheon": 20536, + "Origin": 20537, + "ĠMalaysia": 20538, + "Top": 20539, + "tha": 20540, + "Ġthump": 20541, + "ĠTro": 20542, + "cels": 20543, + "Ġoffensive": 20544, + "Ġtriang": 20545, + "Ġformas": 20546, + "Ġvolando": 20547, + "Ġsandy": 20548, + "Ġsnatched": 20549, + "ದ": 20550, + "ĠScotch": 20551, + "ĠTodos": 20552, + "ĠSaid": 20553, + "Ġyells": 20554, + "Ġintentions": 20555, + "ĠUrugu": 20556, + "Ġknots": 20557, + "ât": 20558, + "Ġisolated": 20559, + "Light": 20560, + "spoon": 20561, + "Ġfero": 20562, + "ĠShan": 20563, + "unge": 20564, + "Ġexternal": 20565, + "Ġfluffy": 20566, + "ĠMarcia": 20567, + "Ġkidney": 20568, + "goodness": 20569, + "heads": 20570, + "Ġfreezer": 20571, + "ĠGrande": 20572, + "ĠEsk": 20573, + "Ġchocolates": 20574, + "ĠMedicine": 20575, + "Ġcrucial": 20576, + "Ġoverseas": 20577, + "Lucky": 20578, + "cot": 20579, + "donde": 20580, + "Ġsturdy": 20581, + "Ġseals": 20582, + "ĠBR": 20583, + "Ġheritage": 20584, + "ourn": 20585, + "everly": 20586, + "ambi": 20587, + "Throw": 20588, + "Getting": 20589, + "Ġobjected": 20590, + "Ġespant": 20591, + "Ġpunta": 20592, + "Ġstreaming": 20593, + "Ġpleasantly": 20594, + "Prim": 20595, + "Ġtortuga": 20596, + "ĠPicaporte": 20597, + "Ġpeligros": 20598, + "Ġrenewed": 20599, + "ĠDynasty": 20600, + "Ġnivel": 20601, + "2000": 20602, + "Copy": 20603, + "fy": 20604, + "ián": 20605, + "otle": 20606, + "Ġquoth": 20607, + "Ġlava": 20608, + "ála": 20609, + "Ġmanga": 20610, + "ĠYang": 20611, + "Ġwarfare": 20612, + "Ġtonto": 20613, + "Ġquedaba": 20614, + "dogs": 20615, + "Ġhesitation": 20616, + "Ġhablaba": 20617, + "ĠGuardian": 20618, + "Ġresolve": 20619, + "ósito": 20620, + "71": 20621, + "79": 20622, + "Cel": 20623, + "Said": 20624, + "Ġawe": 20625, + "ĠTab": 20626, + "ĠFalls": 20627, + "inde": 20628, + "Ġprodig": 20629, + "Ġarte": 20630, + "Ġbluff": 20631, + "ĠLeicester": 20632, + "à¤Ĥ": 20633, + "Ġstarboard": 20634, + "ĠSamantha": 20635, + "ĠMcDonalds": 20636, + "Ġllamas": 20637, + "ĠLords": 20638, + "Ġambition": 20639, + "Ġassociate": 20640, + "Ġempezaron": 20641, + "Ġdefended": 20642, + "Chapter": 20643, + "Ġ�����": 20644, + "Ġmechanics": 20645, + "ĠFreeman": 20646, + "----------------------------------------------------------------": 20647, + "Ġencontraron": 20648, + "Ġcorriente": 20649, + "Glad": 20650, + "ı": 20651, + "enic": 20652, + "ĠIX": 20653, + "idal": 20654, + "Ġweeds": 20655, + "ĠPow": 20656, + "ĠDou": 20657, + "ĠGate": 20658, + "Ġexport": 20659, + "Ġpecho": 20660, + "nez": 20661, + "Ġhumanos": 20662, + "Ġpuppies": 20663, + "Ġbelleza": 20664, + "Ġayer": 20665, + "Ġauntie": 20666, + "ĠEverybody": 20667, + "Ġshelves": 20668, + "Ġprairie": 20669, + "Ġespecialmente": 20670, + "ĠCragg": 20671, + "laterra": 20672, + "ĠAlbania": 20673, + "ĠConstantin": 20674, + "Ġapplause": 20675, + "including": 20676, + "dij": 20677, + "mast": 20678, + "Ġtying": 20679, + "Ġgb": 20680, + "ĠMoll": 20681, + "ĠHauts": 20682, + "istical": 20683, + "ĠOpera": 20684, + "Ġspies": 20685, + "ĠKap": 20686, + "Ġdiscom": 20687, + "Ġdisfr": 20688, + "Ġrecru": 20689, + "ĠConstance": 20690, + "Ġespalda": 20691, + "Ġdatab": 20692, + "Ġmuchacha": 20693, + "Description": 20694, + "Ġharmless": 20695, + "Ġdisagreeable": 20696, + "%,": 20697, + "Buen": 20698, + "JJ": 20699, + "]âĮī.": 20700, + "kémon": 20701, + "Ġfútbol": 20702, + "ĠNash": 20703, + "ĠRicky": 20704, + "Ġleón": 20705, + "Ġguinea": 20706, + "ĠInvest": 20707, + "letas": 20708, + "Ġfiremen": 20709, + "cuer": 20710, + "Ġtuve": 20711, + "ĠXIII": 20712, + "Ġpraying": 20713, + "Ġterrorist": 20714, + "Ġpermane": 20715, + "Ġunlikely": 20716, + "Ġcuántos": 20717, + "ĠPLAY": 20718, + "YES": 20719, + "isphere": 20720, + "Ġlounge": 20721, + "ĠTot": 20722, + "abilidad": 20723, + "olos": 20724, + "iesen": 20725, + "ĠKipper": 20726, + "asey": 20727, + "Ġeatin": 20728, + "Ġpuertas": 20729, + "insky": 20730, + "ĠAnat": 20731, + "Ġsells": 20732, + "Ġnicknamed": 20733, + "Ġdrifted": 20734, + "Ġignored": 20735, + "Ġresignation": 20736, + "microphone": 20737, + "Women": 20738, + "tit": 20739, + "Ġwides": 20740, + "ĠAgency": 20741, + "ĠPant": 20742, + "Ġencuentro": 20743, + "Ġ1913": 20744, + "ĠKha": 20745, + "Ġcoches": 20746, + "Ġdesem": 20747, + "def": 20748, + "Ġflown": 20749, + "Ġpreschool": 20750, + "Ġpolish": 20751, + "Ġrelevant": 20752, + "ĠXI": 20753, + "Ġbreathed": 20754, + "Ġtestimony": 20755, + "Ġgasoline": 20756, + "Ġrobber": 20757, + "Ġphysically": 20758, + "Ġaffects": 20759, + "Ġmelod": 20760, + "Ġcrowned": 20761, + "addles": 20762, + "List": 20763, + "MOM": 20764, + "Ren": 20765, + "reys": 20766, + "anie": 20767, + "ĠHitch": 20768, + "abilities": 20769, + "ĠPee": 20770, + "ĠUm": 20771, + "assium": 20772, + "Ġguided": 20773, + "Ġrelat": 20774, + "Ġ1800": 20775, + "formed": 20776, + "Ġmedian": 20777, + "Ġdestac": 20778, + "Ġneglect": 20779, + "ĠDesmond": 20780, + "ĠMetro": 20781, + "ĠBasil": 20782, + "ĠNevertheless": 20783, + "onymous": 20784, + "Ġrebels": 20785, + "Ġraisins": 20786, + "sign": 20787, + "onas": 20788, + "Ġnests": 20789, + "alles": 20790, + "ieu": 20791, + "ĠPL": 20792, + "ĠPea": 20793, + "igious": 20794, + "ĠGlasgow": 20795, + "Ġgrado": 20796, + "Ġglac": 20797, + "Notes": 20798, + "hampton": 20799, + "ĠOrchestra": 20800, + "ĠpolicÃŃa": 20801, + "Ġpredicted": 20802, + "ergus": 20803, + "ĠObama": 20804, + "Ġpremiered": 20805, + "Ġinconven": 20806, + "Rachel": 20807, + "Ġ���": 20808, + "osidad": 20809, + "outheastern": 20810, + "Ġkar": 20811, + "urred": 20812, + "Ġanten": 20813, + "ĠCarson": 20814, + "ĠHare": 20815, + "Ġbob": 20816, + "Ġserio": 20817, + "Ġmischiev": 20818, + "2011": 20819, + "Ġllevado": 20820, + "Ġreckless": 20821, + "Ġanalog": 20822, + "ĠHardy": 20823, + "ĠTurner": 20824, + "ĠUrsula": 20825, + "ĠNottingham": 20826, + "tv": 20827, + "Ġtulip": 20828, + "ilit": 20829, + "arez": 20830, + "Ġchina": 20831, + "eez": 20832, + "Ġdistint": 20833, + "Ġrecog": 20834, + "Ġsights": 20835, + "Ġcourtesy": 20836, + "Ġhyper": 20837, + "Ġcorte": 20838, + "ĠTodo": 20839, + "ĠPetersburg": 20840, + "Ġspecimen": 20841, + "Ġempieza": 20842, + "IRE": 20843, + "Ġmasc": 20844, + "ilation": 20845, + "ĠPud": 20846, + "ĠWii": 20847, + "ĠNest": 20848, + "whatcha": 20849, + "ousing": 20850, + "ORK": 20851, + "logy": 20852, + "ĠKin": 20853, + "Ġmarbles": 20854, + "ĠAlpha": 20855, + "Ġ62": 20856, + "Ġunderstands": 20857, + "Ġcurrency": 20858, + "ractor": 20859, + "Ġseparately": 20860, + "finish": 20861, + "Ġtorre": 20862, + "Ġvuelve": 20863, + "Ġmatemáticos": 20864, + "Ġmotionless": 20865, + "Ġperfume": 20866, + "Ġtronco": 20867, + "=\"": 20868, + "Ellen": 20869, + "bits": 20870, + "lev": 20871, + "illings": 20872, + "ĠHook": 20873, + "orer": 20874, + "Ġconced": 20875, + "cking": 20876, + "essed": 20877, + "Ġunnecessary": 20878, + "Ġ(����": 20879, + "Ġpoets": 20880, + "Ġadds": 20881, + "Ġmustache": 20882, + "ucita": 20883, + "prus": 20884, + "Ġguessing": 20885, + "Ġ94": 20886, + "lectric": 20887, + "Ġpencils": 20888, + "ĠBeauty": 20889, + "Ġsustain": 20890, + "Ġtemptation": 20891, + "ĠHelena": 20892, + "ĠThailand": 20893, + "Ġfossils": 20894, + "Ġauthors": 20895, + "Corn": 20896, + "cida": 20897, + "lasses": 20898, + "nard": 20899, + "ĠID": 20900, + "Ġanterior": 20901, + "ĠGR": 20902, + "Ġmanaging": 20903, + "azos": 20904, + "Ġinterven": 20905, + "ĠOnline": 20906, + "Ġcaptive": 20907, + "Ġnuevas": 20908, + "Ġpirata": 20909, + "Ġ1908": 20910, + "arrington": 20911, + "Ġculpa": 20912, + "ĠVenice": 20913, + "Ġeternal": 20914, + "ĠSpeaker": 20915, + "Education": 20916, + "inero": 20917, + "ulos": 20918, + "nage": 20919, + "loaded": 20920, + "Ġlista": 20921, + "Ġidol": 20922, + "Ġdevast": 20923, + "Ġdescribing": 20924, + "Ġcommands": 20925, + "Ġcuentos": 20926, + "design": 20927, + "Ġoccupy": 20928, + "Ġundoubtedly": 20929, + "Ġnecesario": 20930, + "Ġquantities": 20931, + "ĠJohann": 20932, + "Dorothy": 20933, + "UM": 20934, + "dal": 20935, + "Ġ00": 20936, + "Ġtattoo": 20937, + "uttered": 20938, + "uncle": 20939, + "ĠWan": 20940, + "Ġcomet": 20941, + "Ġbrack": 20942, + "Ġwonderfully": 20943, + "Ġmagician": 20944, + "Ġmaintenance": 20945, + "Ġsnatch": 20946, + "Ġpersisted": 20947, + "Ġunusually": 20948, + "ĠGlobe": 20949, + "HabÃŃa": 20950, + "Ġacerca": 20951, + "CLA": 20952, + "dire": 20953, + "itol": 20954, + "Ġincap": 20955, + "ĠHOW": 20956, + "ĠKh": 20957, + "Ġuhoh": 20958, + "Ġreadiness": 20959, + "Ġhatred": 20960, + "Ġtransition": 20961, + "ĠXII": 20962, + "Ġobsc": 20963, + "Ġbrighter": 20964, + "ĠAnglo": 20965, + "Estaba": 20966, + "Ġencontraba": 20967, + "Lois": 20968, + "Ġignorance": 20969, + "Ġcocoa": 20970, + "Teddy": 20971, + "sent": 20972, + "Ġcine": 20973, + "Ġbuns": 20974, + "ĠTad": 20975, + "ĠPubl": 20976, + "uli": 20977, + "ĠRanger": 20978, + "ountered": 20979, + "orders": 20980, + "ĠVers": 20981, + "cliffe": 20982, + "Ġencountered": 20983, + "Ġoperates": 20984, + "ĠExecutive": 20985, + "halina": 20986, + "Ġbombing": 20987, + "Ġcontributions": 20988, + "ĠBOOK": 20989, + "Ġéxito": 20990, + "sac": 20991, + "sub": 20992, + "Ġted": 20993, + "ĠIke": 20994, + "verend": 20995, + "ĠBub": 20996, + "Ġenvelop": 20997, + "Ġmoons": 20998, + "Ġpoke": 20999, + "ressive": 21000, + "Ġevenings": 21001, + "braska": 21002, + "Ġhardware": 21003, + "Ġsingers": 21004, + "न": 21005, + "Ġjudged": 21006, + "ĠDidn": 21007, + "Ġsignificantly": 21008, + "Ġwitnessed": 21009, + "Ġhesitate": 21010, + "ĠSomme": 21011, + "Ġorejas": 21012, + "Ġamendment": 21013, + "Ġtérm": 21014, + "Juan": 21015, + "arium": 21016, + "CHO": 21017, + "CHUCK": 21018, + "allow": 21019, + "ĠHmm": 21020, + "ĠEug": 21021, + "Ġinterference": 21022, + "Ġtembl": 21023, + "Ġsoldado": 21024, + "Ġprinting": 21025, + "Ġsuperhero": 21026, + "Ġhangs": 21027, + "Ġlocker": 21028, + "Ġsomeday": 21029, + "Ġsparkling": 21030, + "Boys": 21031, + "Ġhierba": 21032, + "Ġdilig": 21033, + "ĠJournal": 21034, + "oi": 21035, + "investigator": 21036, + "reaching": 21037, + "Ġcierta": 21038, + "Ġholl": 21039, + "Ġstumbled": 21040, + "ĠTilly": 21041, + "estas": 21042, + "abra": 21043, + "ieving": 21044, + "gebra": 21045, + "Ġshoots": 21046, + "Ġplac": 21047, + "ĠLuna": 21048, + "ĠNBC": 21049, + "Ġapprent": 21050, + "lette": 21051, + "cule": 21052, + "Ġbowling": 21053, + "Ġdejaba": 21054, + "Ġemployer": 21055, + "ĠWoody": 21056, + "Ġgraduating": 21057, + "Ġbordo": 21058, + "interest": 21059, + "Ġsneeze": 21060, + "OUND": 21061, + "Ġcoincidence": 21062, + "anded": 21063, + "ĠHAD": 21064, + "ppled": 21065, + "ĠWally": 21066, + "ĠJur": 21067, + "hipp": 21068, + "hoven": 21069, + "hart": 21070, + "ĠSheriff": 21071, + "Ġcheered": 21072, + "Ġswore": 21073, + "Ġretrie": 21074, + "ĠBlood": 21075, + "ĠTogether": 21076, + "Ġmachinery": 21077, + "Ġministers": 21078, + "ergarten": 21079, + "ĠCommissioner": 21080, + "Ġnitrogen": 21081, + "Ġwiping": 21082, + "Ġwidespread": 21083, + "sort": 21084, + "enza": 21085, + "Ġinput": 21086, + "ĠPorthos": 21087, + "Ġcancelled": 21088, + "ĠDoh": 21089, + "ĠFRI": 21090, + "Ġentreg": 21091, + "ucción": 21092, + "Ġendless": 21093, + "Ġbroccoli": 21094, + "Ġchoices": 21095, + "Ġtransmission": 21096, + "Read": 21097, + "ĠFlight": 21098, + "iffy": 21099, + "Ġrisks": 21100, + "Ġ1905": 21101, + "Edward": 21102, + "Ġmanufacturing": 21103, + "Ġllorando": 21104, + "Ġabundant": 21105, + "Cathy": 21106, + "Ġdancers": 21107, + "Fil": 21108, + "RR": 21109, + "Rod": 21110, + "rug": 21111, + "Ġlicking": 21112, + "Ġandar": 21113, + "ĠFood": 21114, + "ĠOVER": 21115, + "beard": 21116, + "hma": 21117, + "Ġrainy": 21118, + "Ġapret": 21119, + "Ġphil": 21120, + "ertos": 21121, + ",'\"": 21122, + "ĠBillboard": 21123, + "Ġfools": 21124, + "2007": 21125, + "Ġempezar": 21126, + "Ġmontar": 21127, + "Ġinfluences": 21128, + "ĠOwen": 21129, + "Ġocurrió": 21130, + "ĠOrganization": 21131, + "Fre": 21132, + "FRA": 21133, + "Sign": 21134, + "gus": 21135, + "rados": 21136, + "Ġinland": 21137, + "amic": 21138, + "ĠSkin": 21139, + "Ġwhites": 21140, + "ĠPues": 21141, + "Ġconsole": 21142, + "Ġeras": 21143, + "Ġtee": 21144, + "Ġimped": 21145, + "coffee": 21146, + "aturas": 21147, + "ĠQU": 21148, + "Ġviven": 21149, + "ĠCaliph": 21150, + "Ġllevaron": 21151, + "ĠWestminster": 21152, + "ĠMotor": 21153, + "âĮĭ?": 21154, + "Ġeagerness": 21155, + "Ġmailbox": 21156, + "Ġbloom": 21157, + "ĠDarling": 21158, + "Ġbomber": 21159, + "holm": 21160, + "Nonsense": 21161, + "Voy": 21162, + "gü": 21163, + "skin": 21164, + "uana": 21165, + "vised": 21166, + "Ġgé": 21167, + "ĠAx": 21168, + "ĠHum": 21169, + "Ġgrues": 21170, + "ĠVon": 21171, + "Ġunderwear": 21172, + "gric": 21173, + "ducted": 21174, + "Ġtablets": 21175, + "ĠZar": 21176, + "Ġ63": 21177, + "borne": 21178, + "Maria": 21179, + "Ġeconomics": 21180, + "Ġblend": 21181, + "Ġdismiss": 21182, + "Ġpsychology": 21183, + "Ġproposals": 21184, + "Ġcompañero": 21185, + "ĠBrooks": 21186, + "ĠZeus": 21187, + "Ġspecimens": 21188, + "Ġschemes": 21189, + "xter": 21190, + "Ġdecks": 21191, + "ĠSão": 21192, + "ĠMick": 21193, + "ĠBU": 21194, + "Ġfry": 21195, + "ĠJock": 21196, + "Ġsalvo": 21197, + "shore": 21198, + "Ġmedit": 21199, + "Ġhotels": 21200, + "Ġevalu": 21201, + "ulares": 21202, + "UND": 21203, + "screen": 21204, + "ĠActon": 21205, + "Ġappreciated": 21206, + "Ġhooked": 21207, + "Ġsternly": 21208, + "Ġtemporarily": 21209, + "ĠBowl": 21210, + "emoiselle": 21211, + "Ġnodding": 21212, + "Ġpigeon": 21213, + "Ġvengeance": 21214, + "ih": 21215, + "uation": 21216, + "erucita": 21217, + "ĠIndo": 21218, + "yesterday": 21219, + "mano": 21220, + "Ġpolitely": 21221, + "Ġbreakdown": 21222, + "ĠcreÃŃa": 21223, + "ĠWarhol": 21224, + "Ġfortuna": 21225, + "Ġmemor": 21226, + "Ġchiefs": 21227, + "Ġraton": 21228, + "Brook": 21229, + "ĠBradley": 21230, + "Ġhuevo": 21231, + "ĠFourth": 21232, + "Ġlaboratory": 21233, + "Ġpriority": 21234, + "Ġgrimly": 21235, + "Ġoscuridad": 21236, + "Ġketchup": 21237, + "Ġpineapple": 21238, + "Cind": 21239, + "poles": 21240, + "onte": 21241, + "Ġbou": 21242, + "asis": 21243, + "usty": 21244, + "ĠWA": 21245, + "ĠNort": 21246, + "Ġusar": 21247, + "Ġprograma": 21248, + "irling": 21249, + "Ġpopulations": 21250, + "forward": 21251, + "fortune": 21252, + "Ġavis": 21253, + "Ġtravellers": 21254, + "Lovely": 21255, + "Ġresource": 21256, + "Oliver": 21257, + "Ġceremonies": 21258, + "ĠKathryn": 21259, + "ĠQueensland": 21260, + "74": 21261, + "Bat": 21262, + "Jake": 21263, + "Sea": 21264, + "iology": 21265, + "liest": 21266, + "Ġ��": 21267, + "Ġgut": 21268, + "ĠIso": 21269, + "Ġstooped": 21270, + "ĠSang": 21271, + "Ġtwilight": 21272, + "Ġprá": 21273, + "Andrew": 21274, + "ĠBrand": 21275, + "Ġintimate": 21276, + "Ġpublication": 21277, + "Ġgases": 21278, + "Ġbanged": 21279, + "ĠSimpson": 21280, + "Ġcuerda": 21281, + "ĠOrion": 21282, + "pant": 21283, + "rite": 21284, + "Ġwrigg": 21285, + "arthe": 21286, + "ĠLan": 21287, + "ĠEdu": 21288, + "Ġamist": 21289, + "Ġmoose": 21290, + "Ġpuente": 21291, + "Ġrepublic": 21292, + "Ġbarbar": 21293, + "Ġbattal": 21294, + "Ġautob": 21295, + "ĠPorter": 21296, + "Ġtiming": 21297, + "Ġdreaded": 21298, + "Ġdirigió": 21299, + "Ġconsistent": 21300, + "Ġexclus": 21301, + "Ġathletes": 21302, + "ĠTibet": 21303, + "Vin": 21304, + "Ġdre": 21305, + "amine": 21306, + "ilian": 21307, + "ĠHug": 21308, + "ĠPage": 21309, + "Ġrued": 21310, + "Ġrowed": 21311, + "Ġoutbreak": 21312, + "ĠGem": 21313, + "ongs": 21314, + "tock": 21315, + "Ġcarpenter": 21316, + "ierre": 21317, + "closes": 21318, + "Ġreserv": 21319, + "Note": 21320, + "Ġhairs": 21321, + "ĠHispan": 21322, + "Ġexperts": 21323, + "Ġoriginated": 21324, + "SION": 21325, + "drawing": 21326, + "Ġpositively": 21327, + "Ġdrowning": 21328, + "ĠGiants": 21329, + "Ġcushions": 21330, + "Ġconjunto": 21331, + "Ġpaseo": 21332, + "âģĦ": 21333, + "ĠPompe": 21334, + "sits": 21335, + "Ġsombra": 21336, + "Ġdile": 21337, + "ĠSide": 21338, + "Ġkicks": 21339, + "ĠCave": 21340, + "unken": 21341, + "Ġesco": 21342, + "Ġgrito": 21343, + "ĠKur": 21344, + "Ġdesped": 21345, + "ĠtraÃŃdo": 21346, + "Ġmatt": 21347, + "Ġmature": 21348, + "Ġmarrying": 21349, + "Ġdraught": 21350, + "ತ": 21351, + "Ġstruggles": 21352, + "Ġrepeatedly": 21353, + "ĠJesse": 21354, + ";.": 21355, + "Lot": 21356, + "cs": 21357, + "vag": 21358, + "zens": 21359, + "Ġmonsieur": 21360, + "Ġeffic": 21361, + "ĠDwight": 21362, + "Ġenero": 21363, + "Ġrobbers": 21364, + "Ġcured": 21365, + "Ġearning": 21366, + "iales": 21367, + "Ġexploded": 21368, + "ĠBlanco": 21369, + "Ġvalid": 21370, + "ĠPaulo": 21371, + "MarÃŃa": 21372, + "._]": 21373, + "ĠBertha": 21374, + "Ġadvantages": 21375, + "oliath": 21376, + "Ġacknowledge": 21377, + "Ġsiren": 21378, + "ĠBundes": 21379, + "ĠFernando": 21380, + "Ġmicrowave": 21381, + "dé": 21382, + "poss": 21383, + "Ġmarty": 21384, + "atha": 21385, + "oute": 21386, + "Ġcongreg": 21387, + "Ġsuele": 21388, + "Ġmeanwhile": 21389, + "brid": 21390, + "Ġmarzo": 21391, + "Ġbreach": 21392, + "Ġcapaz": 21393, + "Ġinstalled": 21394, + "ĠComics": 21395, + "Ġinspector": 21396, + "Ġcircu": 21397, + "Ġagenda": 21398, + "Ġparam": 21399, + "Ġmammy": 21400, + "Excellent": 21401, + "ĠPerse": 21402, + "working": 21403, + "ĠNeither": 21404, + "ĠMorrison": 21405, + "Ġinquiet": 21406, + "ographical": 21407, + "Louis": 21408, + "Commander": 21409, + "Ġbrutal": 21410, + "Ġshawl": 21411, + "Cre": 21412, + "bows": 21413, + "Ġtare": 21414, + "Ġsou": 21415, + "asters": 21416, + "Ġbeaver": 21417, + "oler": 21418, + "ĠPrest": 21419, + "Ġupd": 21420, + "oundrel": 21421, + "Ġtwe": 21422, + "hiya": 21423, + "Ġclinging": 21424, + "hoy": 21425, + "Ġmayo": 21426, + "Ġdiffer": 21427, + "ADA": 21428, + "Ġdistinction": 21429, + "cured": 21430, + "Ġhonourable": 21431, + "Ġstationed": 21432, + "Ġfortress": 21433, + "Ġcompeting": 21434, + "THEY": 21435, + "Ġmathematical": 21436, + "Ġcolumpio": 21437, + "ĠGrover": 21438, + "Ġcuchillo": 21439, + "Kind": 21440, + "basket": 21441, + "rump": 21442, + "ĠTRA": 21443, + "ĠSK": 21444, + "unned": 21445, + "abr": 21446, + "ĠPare": 21447, + "thin": 21448, + "Ġsujet": 21449, + "Ġclumsy": 21450, + "ESCO": 21451, + "Ġperdon": 21452, + "ĠYugos": 21453, + "Ġrecuper": 21454, + "print": 21455, + "ि": 21456, + "Ġbandage": 21457, + "ĠGrandfather": 21458, + "Ġreporting": 21459, + "ĠMilitary": 21460, + "Ġpredators": 21461, + "Ġganado": 21462, + "ĠPaula": 21463, + "Ġscratching": 21464, + "Ġbailar": 21465, + "Ġdesarrollo": 21466, + "Ġdespertó": 21467, + "Ġapresur": 21468, + "ĠLondres": 21469, + "KT": 21470, + "jug": 21471, + "Ġtumble": 21472, + "asingly": 21473, + "Ġatac": 21474, + "ĠHumpty": 21475, + "ĠPu": 21476, + "acking": 21477, + "ĠKrist": 21478, + "Ġsmoo": 21479, + "Ġtrae": 21480, + "ĠAlg": 21481, + "chem": 21482, + "Ġformidable": 21483, + "Ġprotagon": 21484, + "Ġllevan": 21485, + "Ġrobots": 21486, + "Ġsurviv": 21487, + "Ġhistorians": 21488, + "Ġcontestó": 21489, + "Ġmontón": 21490, + "Ġcigar": 21491, + "Background": 21492, + "ública": 21493, + "Ġlugares": 21494, + "Ġizquierda": 21495, + "intelligible": 21496, + "Bart": 21497, + "_.\"": 21498, + "mouse": 21499, + "Ġaught": 21500, + "enough": 21501, + "Ġthres": 21502, + "Ġnomb": 21503, + "stro": 21504, + "ĠWERE": 21505, + "uegos": 21506, + "Ġtease": 21507, + "tingu": 21508, + "Ġshampoo": 21509, + "mered": 21510, + "Ġrealiz": 21511, + "guau": 21512, + "gae": 21513, + "forced": 21514, + "Ġpaints": 21515, + "Ġpasture": 21516, + "ĠLeeds": 21517, + "borah": 21518, + "Ġpulse": 21519, + "ĠRandall": 21520, + "Ġprosecut": 21521, + "Ġtesoro": 21522, + "Ġocéano": 21523, + "ĠBrussels": 21524, + "Il": 21525, + "Sup": 21526, + "jun": 21527, + "Ä«": 21528, + "Ġindoors": 21529, + "ĠThames": 21530, + "ĠAcc": 21531, + "ĠDav": 21532, + "ĠDays": 21533, + "Ġclad": 21534, + "Ġpele": 21535, + "Ġpupa": 21536, + "Ġdecis": 21537, + "Ġsubmitted": 21538, + "Ġblacks": 21539, + "Ass": 21540, + "ĠCanal": 21541, + "Ġoperator": 21542, + "Ġtiempos": 21543, + "ĠGlory": 21544, + "Ġvueltas": 21545, + "Ġinvestigator": 21546, + "Ġquienes": 21547, + "Ġenemigo": 21548, + "Ġgriev": 21549, + "Shouldn": 21550, + "Ġinherited": 21551, + "ĠMUSIC": 21552, + "Ġvoluntad": 21553, + "Ġacknowledged": 21554, + "Ash": 21555, + "lance": 21556, + "ÂŃ": 21557, + "ayette": 21558, + "Ġseaman": 21559, + "Ġsobbed": 21560, + "ueve": 21561, + "uben": 21562, + "Ġadiv": 21563, + "ĠConvention": 21564, + "Ġvii": 21565, + "Ġdusty": 21566, + "Ġhasty": 21567, + "Ġneighboring": 21568, + "Ġbordered": 21569, + "Ġblazing": 21570, + "Ġrelaxed": 21571, + "Ġdwelling": 21572, + "Ġpeaked": 21573, + "Ġmuñeca": 21574, + "Ġintellectual": 21575, + "Mamá": 21576, + "Ġtheft": 21577, + "Ġbind": 21578, + "Ġhaunted": 21579, + "lda": 21580, + "iler": 21581, + "Ġ\"¿": 21582, + "ĠPla": 21583, + "Ġrama": 21584, + "Ġransom": 21585, + "ĠNora": 21586, + "Ġporter": 21587, + "fulness": 21588, + "Ġestábamos": 21589, + "Ġcenters": 21590, + "Ġ59": 21591, + "minute": 21592, + "Ġsoldados": 21593, + "Short": 21594, + "Ġestará": 21595, + "Ġtienda": 21596, + "Ġdescendants": 21597, + "Ġcommunications": 21598, + "Ġchiquit": 21599, + "mbros": 21600, + "Ġdificult": 21601, + "mÃŃ": 21602, + "path": 21603, + "ĶĢ": 21604, + "ittering": 21605, + "ĠCord": 21606, + "Ġcann": 21607, + "aines": 21608, + "Ġabierto": 21609, + "ĠNatural": 21610, + "ĠharÃŃa": 21611, + "Ġregime": 21612, + "Ġfireworks": 21613, + "Ġmemorial": 21614, + "Ġcrews": 21615, + "Ġtargets": 21616, + "grimage": 21617, + "Ġdiesel": 21618, + "ĠInglaterra": 21619, + "ĠWheel": 21620, + "Ġcenar": 21621, + "Dev": 21622, + "Zorg": 21623, + "game": 21624, + "ĠGE": 21625, + "ĠCot": 21626, + "elin": 21627, + "ĠWang": 21628, + "Ġdisf": 21629, + "Ġscenery": 21630, + "Ġcheque": 21631, + "Ġfinals": 21632, + "whist": 21633, + "Ġcabbage": 21634, + "Ġ61": 21635, + "Ġprotoc": 21636, + "ĠMaisy": 21637, + "ĠWillis": 21638, + "Ġdefine": 21639, + "fficial": 21640, + "Ġimaginary": 21641, + "Ġhabitat": 21642, + "atinum": 21643, + "Ġimmune": 21644, + "dinner": 21645, + "Ġshrine": 21646, + "Ġwrecked": 21647, + "ĠMitchell": 21648, + "cillo": 21649, + "pence": 21650, + "runs": 21651, + "Ġwreat": 21652, + "Ġmrs": 21653, + "Ġstink": 21654, + "ĠSak": 21655, + "ĠHuh": 21656, + "Ġvom": 21657, + "Ġcomien": 21658, + "mans": 21659, + "Ġwaterfall": 21660, + "Ġvet": 21661, + "Ġretiring": 21662, + "Ġsonido": 21663, + "ĠFranco": 21664, + "razad": 21665, + "Ġfilthy": 21666, + "ĠHerr": 21667, + "Ġreleases": 21668, + "Ġrepresentatives": 21669, + "Ġbreathless": 21670, + "Ġallowance": 21671, + "Ġoxen": 21672, + "Ġ1861": 21673, + "fessional": 21674, + "selling": 21675, + "ĠCyprus": 21676, + "Fifty": 21677, + "Ġmornings": 21678, + "Ġanciano": 21679, + "powder": 21680, + "':": 21681, + "dry": 21682, + "Ġ{": 21683, + "Ġdarl": 21684, + "Ġgul": 21685, + "Ġgana": 21686, + "Ġseres": 21687, + "ĠAEW": 21688, + "stones": 21689, + "Ġanarch": 21690, + "iende": 21691, + "Ġvienen": 21692, + "ĠLt": 21693, + "resist": 21694, + "ĠKurd": 21695, + "Ġveint": 21696, + "Ġveins": 21697, + "ĠMarx": 21698, + "chez": 21699, + "Ġvertical": 21700, + "stands": 21701, + "Ġsirve": 21702, + "hammer": 21703, + "Ġpublicly": 21704, + "ĠDanes": 21705, + "Left": 21706, + "ĠSusie": 21707, + "ĠSussex": 21708, + "Ġ1890": 21709, + "Ġrecibir": 21710, + "Ġdistracted": 21711, + "Gen": 21712, + "Tre": 21713, + "bull": 21714, + "tor": 21715, + "acity": 21716, + "ĠTrib": 21717, + "ĠMug": 21718, + "ĠHelp": 21719, + "ĠDavy": 21720, + "ĠFletcher": 21721, + "ĠOften": 21722, + "osexual": 21723, + "Ġtrout": 21724, + "Ġ1915": 21725, + "oba": 21726, + "xton": 21727, + "Ġrealm": 21728, + "ualmente": 21729, + "iéndole": 21730, + "Ġinteraction": 21731, + "Ġpawn": 21732, + "Ġcolleges": 21733, + "Ġcircun": 21734, + "Ġalgor": 21735, + "Ġconviction": 21736, + "OPLE": 21737, + "Ġindignation": 21738, + "Ġsanct": 21739, + "Ġwarehouse": 21740, + "Ġshattered": 21741, + "Ġinvalid": 21742, + "Oye": 21743, + "oa": 21744, + "test": 21745, + "ĠMeth": 21746, + "ĠCosta": 21747, + "igas": 21748, + "ĠLomb": 21749, + "agement": 21750, + "ĠVermont": 21751, + "Ġsaluted": 21752, + "duces": 21753, + "Ġcontinental": 21754, + "Ġirregular": 21755, + "pending": 21756, + "Ġfilmed": 21757, + "ĠTeletubbies": 21758, + "screw": 21759, + "2008": 21760, + "Ġmutual": 21761, + "Ġshrug": 21762, + "Ġestuviera": 21763, + "Ġsplashing": 21764, + "ĠEthiop": 21765, + "Ce": 21766, + "Ger": 21767, + "goo": 21768, + "enario": 21769, + "ĠBened": 21770, + "...¡": 21771, + "ulta": 21772, + "ERING": 21773, + "Ġexca": 21774, + "Ġmankind": 21775, + "Ġoffence": 21776, + "Ġflot": 21777, + "Ġcheated": 21778, + "Ġdial": 21779, + "ippy": 21780, + "Ġviewed": 21781, + "Ġgranny": 21782, + "Ġprocessing": 21783, + "Ġestabas": 21784, + "Ġtortoise": 21785, + "Ġshoel": 21786, + "Ġvigorously": 21787, + "ĠTreaty": 21788, + "Ġeyel": 21789, + "'\"": 21790, + "Form": 21791, + "MENT": 21792, + "Nathan": 21793, + "Ted": 21794, + "rando": 21795, + "iré": 21796, + "ĠSony": 21797, + "Ġkg": 21798, + "...,": 21799, + "ĠDOWN": 21800, + "Ġsap": 21801, + "istol": 21802, + "Ġwillingly": 21803, + "Ġbarber": 21804, + "Ġdiscoura": 21805, + "ĠMichel": 21806, + "Ġconnections": 21807, + "ĠSyrian": 21808, + "Ġdreadfully": 21809, + "Ġwhales": 21810, + "ENTY": 21811, + "Marky": 21812, + "çois": 21813, + "ĠHopkins": 21814, + "ĠLorenzo": 21815, + "ĠCairo": 21816, + "SIGHS": 21817, + "reis": 21818, + "onos": 21819, + "Ġofrec": 21820, + "Ġdoctr": 21821, + "ĠAw": 21822, + "ĠWu": 21823, + "Ġenhan": 21824, + "Ġhanding": 21825, + "Ġdesir": 21826, + "ĠNoel": 21827, + "Ġhearth": 21828, + "Ġpatent": 21829, + "Ġsunrise": 21830, + "altar": 21831, + "Ġtallest": 21832, + "Ġslaughter": 21833, + "ĠFreddy": 21834, + "Ġrecipe": 21835, + "Ġincredibly": 21836, + "ĠAthlet": 21837, + "ĠStandard": 21838, + "Ese": 21839, + "years": 21840, + "Ġbounded": 21841, + "Ġdah": 21842, + "Ġpiso": 21843, + "Ġgira": 21844, + "Ġinton": 21845, + "icus": 21846, + "uture": 21847, + "ĠMask": 21848, + "ĠBapt": 21849, + "Ġvase": 21850, + "ĠGoliath": 21851, + "young": 21852, + "activity": 21853, + "object": 21854, + "oyle": 21855, + "ĠCaro": 21856, + "ĠMaud": 21857, + "Ġsacud": 21858, + "Ġoxide": 21859, + "Ġobservations": 21860, + "à³Ĩ": 21861, + "ĠpelÃŃculas": 21862, + "Ġminority": 21863, + "Ġvirtue": 21864, + "ĠGlobal": 21865, + "Ġolvidado": 21866, + "ĠShahrazad": 21867, + "Ġcongressional": 21868, + "Ġcorruption": 21869, + "------------------------------------------------------------------------": 21870, + "Gosh": 21871, + "THERE": 21872, + "_;": 21873, + "fre": 21874, + "edas": 21875, + "rike": 21876, + "iona": 21877, + "Ġseamen": 21878, + "ĠCamb": 21879, + "ĠHunt": 21880, + "herent": 21881, + "Ġcancel": 21882, + "Ġshifted": 21883, + "ĠNos": 21884, + "ĠRita": 21885, + "Ġovernight": 21886, + "avana": 21887, + "Ġslower": 21888, + "úcar": 21889, + "Ġsonrisa": 21890, + "Ġyoungsters": 21891, + "Ġmetropolitan": 21892, + "ĠsalÃŃa": 21893, + "Ġzipper": 21894, + "netic": 21895, + "Ġnecks": 21896, + "Ġknelt": 21897, + "Ġavoided": 21898, + "Ġdiré": 21899, + "Ġcruelty": 21900, + "ĠWaterman": 21901, + "Ġfisherman": 21902, + "ĠGonz": 21903, + "Acon": 21904, + "Cy": 21905, + "Ext": 21906, + "Siempre": 21907, + "tled": 21908, + "Ġtira": 21909, + "Ġoatmeal": 21910, + "Ġtoll": 21911, + "rians": 21912, + "ĠSTAR": 21913, + "ĠShang": 21914, + "ĠSplash": 21915, + "ĠLithuan": 21916, + "Ġsayin": 21917, + "type": 21918, + "Ġappar": 21919, + "Ġhabia": 21920, + "Been": 21921, + "arlow": 21922, + "Ġcrey": 21923, + "2019": 21924, + "Ġfeeds": 21925, + "ĠLeave": 21926, + "saus": 21927, + "Ġdispers": 21928, + "Ġconocida": 21929, + "ĠSongs": 21930, + "Ġdischarge": 21931, + "Ġlinen": 21932, + "ĠCromer": 21933, + "Ġengañ": 21934, + "brilliant": 21935, + "itory": 21936, + "Ġlac": 21937, + "Ġbeck": 21938, + "ĠSent": 21939, + "ĠMade": 21940, + "Ġnoticing": 21941, + "Ġ\"\".": 21942, + "ĠPC": 21943, + "Ġplanta": 21944, + "respect": 21945, + "together": 21946, + "Ġlolly": 21947, + "Ġclav": 21948, + "Ġmund": 21949, + "Ġshave": 21950, + "Ġwatermelon": 21951, + "Ġearrings": 21952, + "uffs": 21953, + "colored": 21954, + "ĠSerbia": 21955, + "Connor": 21956, + "COME": 21957, + "Ġromper": 21958, + "ĠElliot": 21959, + "Ġtenderly": 21960, + "Ġentertaining": 21961, + "Ġimperial": 21962, + "Ġprotein": 21963, + "Ġmoderate": 21964, + "Ġalleged": 21965, + "Dónde": 21966, + "rated": 21967, + "unar": 21968, + "ATTER": 21969, + "ĠFisher": 21970, + "ĠRwww": 21971, + "Ġbackup": 21972, + "looked": 21973, + "ONNA": 21974, + "Ġreplacement": 21975, + "2013": 21976, + "2016": 21977, + "Ġorigen": 21978, + "cientos": 21979, + "hileas": 21980, + "Ġclapped": 21981, + "banana": 21982, + "Ġowed": 21983, + "Ġejerc": 21984, + "ĠValentine": 21985, + "Christian": 21986, + "Ġchallenged": 21987, + "Ġbouncy": 21988, + "Ġhippopotamus": 21989, + "cers": 21990, + "wana": 21991, + "ndy": 21992, + "unal": 21993, + "Ġrally": 21994, + "ĠLala": 21995, + "Ġclutch": 21996, + "short": 21997, + "ĠWhatever": 21998, + "whim": 21999, + "Ġmissions": 22000, + "ĠPradesh": 22001, + "Ġsquared": 22002, + "Ġzona": 22003, + "Ġ101": 22004, + "Ġmotions": 22005, + "Ġtechnolo": 22006, + "ividual": 22007, + "Ġbehaved": 22008, + "ĠMajestad": 22009, + "heimer": 22010, + "Ġsubstitute": 22011, + "Ġteléf": 22012, + "upe": 22013, + "Ġole": 22014, + "Ġhielo": 22015, + "olis": 22016, + "ĠWag": 22017, + "Ġoutput": 22018, + "Ġcoma": 22019, + "toes": 22020, + "Ġestad": 22021, + "doggy": 22022, + "ĠUnión": 22023, + "viembre": 22024, + "Ġfootage": 22025, + "Ġmissiles": 22026, + "Ġprofundo": 22027, + "Ġdealer": 22028, + "ĠProgram": 22029, + "Ġdemol": 22030, + "Ġsuggestions": 22031, + "Ġcompetitive": 22032, + "Ġoughta": 22033, + "Ġordin": 22034, + "Ġsenator": 22035, + "ĠMontana": 22036, + "Ġbursting": 22037, + "Ġautomatically": 22038, + "Ġprocedures": 22039, + "Ġwritings": 22040, + "Ġacademy": 22041, + "ĠFriends": 22042, + "ĠTWO": 22043, + "AGE": 22044, + "Hush": 22045, + "Vaya": 22046, + "Ġions": 22047, + "Ġmound": 22048, + "Ġlords": 22049, + "Ġstain": 22050, + "ĠCant": 22051, + "ĠPont": 22052, + "Ġvs": 22053, + "Ġconozco": 22054, + "Ġthemes": 22055, + "cible": 22056, + "Ġacud": 22057, + "Ġscal": 22058, + "alsa": 22059, + "Ġslate": 22060, + "ésar": 22061, + "Ġmonthly": 22062, + "Ġpasando": 22063, + "angered": 22064, + "ĠTerence": 22065, + "Claro": 22066, + "Ġplantation": 22067, + "ĠChef": 22068, + "Ġmagnitude": 22069, + "ĠDenver": 22070, + "Ġpoisonous": 22071, + "Ġcorporate": 22072, + "ĠDefense": 22073, + "Ġimprisoned": 22074, + "Ġairline": 22075, + "KE": 22076, + "Sex": 22077, + "bob": 22078, + "cant": 22079, + "cilla": 22080, + "dirty": 22081, + "à¦": 22082, + "Ġnomine": 22083, + "ĠBuc": 22084, + "ĠPingu": 22085, + "Ġsuya": 22086, + "nap": 22087, + "hanie": 22088, + "Ġunkind": 22089, + "Ġsplin": 22090, + "Ġcove": 22091, + "Ġpassport": 22092, + "ĠGertr": 22093, + "Ġmillas": 22094, + "2014": 22095, + "ĠHarbor": 22096, + "Ġantagon": 22097, + "wouldn": 22098, + "ĠMagic": 22099, + "Ġdepended": 22100, + "Ġheroic": 22101, + "Ġexclusive": 22102, + "Ġdemocratic": 22103, + "Ġpavement": 22104, + "MIC": 22105, + "pound": 22106, + "vid": 22107, + "Äĥ": 22108, + "Ġtam": 22109, + "ĠIgor": 22110, + "ĠBenson": 22111, + "ĠLill": 22112, + "ĠFE": 22113, + "tech": 22114, + "Ġpeeping": 22115, + "Ġprision": 22116, + "Ġdesires": 22117, + "achine": 22118, + "ĠAramis": 22119, + "rophy": 22120, + "ĠZara": 22121, + "Ġponen": 22122, + "iggers": 22123, + "Ġsettling": 22124, + "Track": 22125, + "Ġoscuro": 22126, + "Grandpa": 22127, + "Ġuniforms": 22128, + "Ġgrupos": 22129, + "ĠDevon": 22130, + "Ġfortunately": 22131, + "Ġtutor": 22132, + "Ġpearls": 22133, + "Dominic": 22134, + "Ġbalcony": 22135, + "Ġeyebrows": 22136, + "Austral": 22137, + "eches": 22138, + "vial": 22139, + "Ġcena": 22140, + "nox": 22141, + "Ġretained": 22142, + "ĠMerry": 22143, + "neg": 22144, + "ĠKend": 22145, + "Ġamuse": 22146, + "gué": 22147, + "Ġmeteor": 22148, + "Ġairs": 22149, + "Ġdigest": 22150, + "turning": 22151, + "Ġbaño": 22152, + "ĠPicture": 22153, + "ĠAudi": 22154, + "Ġorgull": 22155, + "Ġtwinkling": 22156, + "Ġcabaña": 22157, + "London": 22158, + "furt": 22159, + "hope": 22160, + "pump": 22161, + "âĶĢ": 22162, + "Ġbumble": 22163, + "arin": 22164, + "ĠTail": 22165, + "ĠBoss": 22166, + "Ġusage": 22167, + "Ġspilt": 22168, + "Ġacaba": 22169, + "ĠYard": 22170, + "Ġregistr": 22171, + "owski": 22172, + "Ġworlds": 22173, + "ENCE": 22174, + "broke": 22175, + "Ġdiciembre": 22176, + "Ġwireless": 22177, + "ĠBooks": 22178, + "Ġcristal": 22179, + "ĠDimple": 22180, + "ĠConstantinople": 22181, + "Nic": 22182, + "También": 22183, + "Ġ000": 22184, + "Ġforts": 22185, + "ĠTitan": 22186, + "ĠBul": 22187, + "abo": 22188, + "ĠDJ": 22189, + "ERI": 22190, + "Ġ().": 22191, + "Noel": 22192, + "Ġacids": 22193, + "Ġneedles": 22194, + "Ġregain": 22195, + "Ġcooker": 22196, + "Ġbatalla": 22197, + "Ġhonors": 22198, + "Ġdependent": 22199, + "Ġbonus": 22200, + "Ġsaltó": 22201, + "Ġtantos": 22202, + "ĠAlgeria": 22203, + "ĠCopperfield": 22204, + "Ġgossip": 22205, + "Full": 22206, + "PL": 22207, + "bable": 22208, + "flo": 22209, + "ws": 22210, + "heus": 22211, + "rov": 22212, + "Ġtherein": 22213, + "ĠDA": 22214, + "ĠLost": 22215, + "ĠRest": 22216, + "ĠOct": 22217, + "ĠKids": 22218, + "plan": 22219, + "ubes": 22220, + "Ġdesl": 22221, + "unders": 22222, + "ĠAlbum": 22223, + "ĠMarco": 22224, + "Ġsyrup": 22225, + "ecimientos": 22226, + "ésped": 22227, + "2020": 22228, + "UNC": 22229, + "aux": 22230, + "Ġgenre": 22231, + "Ġiglesia": 22232, + "Prot": 22233, + "Ġterminó": 22234, + "Ġstrokes": 22235, + "Ġconej": 22236, + "Ġdelivering": 22237, + "Ġcrocodiles": 22238, + "Ġmontañas": 22239, + "Ġclinic": 22240, + "Ġrichest": 22241, + "Ġpresumably": 22242, + "Ġsemejante": 22243, + "Fair": 22244, + "oine": 22245, + "tó": 22246, + "verb": 22247, + "Ġanat": 22248, + "elic": 22249, + "Ġshillings": 22250, + "guin": 22251, + "Ġreliable": 22252, + "Ġsalieron": 22253, + "ĠAdv": 22254, + "Ġvillagers": 22255, + "dington": 22256, + "ĠMonroe": 22257, + "Ġcartoons": 22258, + "ferencia": 22259, + "Ġsaltar": 22260, + "Ġejército": 22261, + "Ġelemento": 22262, + "Ġdisturbing": 22263, + "Ġintención": 22264, + "Ġproceeding": 22265, + "Ġoptim": 22266, + "ĠVenus": 22267, + "Ġerected": 22268, + "ĠBeatrice": 22269, + "Ġdisagree": 22270, + "Ġmigration": 22271, + "Ġembrace": 22272, + "Ġtherm": 22273, + "Girls": 22274, + "ĠLuxembourg": 22275, + "Der": 22276, + "Hannah": 22277, + "Ir": 22278, + "Rh": 22279, + "histor": 22280, + "saw": 22281, + "Ġcaves": 22282, + "isance": 22283, + "Ġhealing": 22284, + "acus": 22285, + "Ġabbrevi": 22286, + "?\",": 22287, + "Ġloser": 22288, + "Ġadvers": 22289, + "Ġactu": 22290, + "Ġlasts": 22291, + "Ġslay": 22292, + "Ġsideways": 22293, + "ieties": 22294, + "woah": 22295, + "Ġmissile": 22296, + "ĠZoo": 22297, + "Ġpenet": 22298, + "Ġreplacing": 22299, + "ĠXIX": 22300, + "Ġextraordin": 22301, + "Ġeducación": 22302, + "Ġrepeats": 22303, + "Ġskinny": 22304, + "position": 22305, + "Ġsprings": 22306, + "Ġdijiste": 22307, + "Ġreducing": 22308, + "Ġdesconoc": 22309, + "Acontecimientos": 22310, + "llas": 22311, + "Ġhered": 22312, + "Ġmeek": 22313, + "ulación": 22314, + "Ġexiste": 22315, + "Ġpropor": 22316, + "Ġmover": 22317, + "ĠInvestigator": 22318, + "Ġpresume": 22319, + "Ġreduction": 22320, + "Ġaprender": 22321, + "Ġmediante": 22322, + "Ġevol": 22323, + "Ġprovoc": 22324, + "Ġvariable": 22325, + "ĠPatricia": 22326, + "ÃŃsima": 22327, + "Ġdesignated": 22328, + "Ġopinión": 22329, + "Ġchatter": 22330, + "Ġvirtually": 22331, + "Ġdemonstration": 22332, + "Ġvolunteered": 22333, + "Ġhierro": 22334, + "Ġinfinite": 22335, + "Ġperspective": 22336, + "Mill": 22337, + "fruit": 22338, + "kick": 22339, + "lied": 22340, + "sol": 22341, + "irÃŃa": 22342, + "ĠFitz": 22343, + "áculo": 22344, + "Ġdaytime": 22345, + "Ġraped": 22346, + "Ġmonot": 22347, + "Ġboxing": 22348, + "Ġsidewalk": 22349, + "MAL": 22350, + "Ġaprove": 22351, + "Ġchoked": 22352, + "Ġprofile": 22353, + "ĠEuropeans": 22354, + "Ġsnug": 22355, + "Ġhanged": 22356, + "Ġquedar": 22357, + "Ġcualquiera": 22358, + "umberland": 22359, + "Ġtirar": 22360, + "Ġflooded": 22361, + "Ġachievement": 22362, + "ĠSaturn": 22363, + "Ġincorporated": 22364, + "Ġmushrooms": 22365, + "Ġquisiera": 22366, + "Ġelefante": 22367, + "ĠAboriginal": 22368, + "Ġtérmino": 22369, + "![": 22370, + "Amen": 22371, + "language": 22372, + "wipe": 22373, + "ÅŁ": 22374, + "Ġsighs": 22375, + "Ġdó": 22376, + "ĠSIS": 22377, + "ĠMak": 22378, + "Ġslot": 22379, + "Ġplaneta": 22380, + "cribe": 22381, + "Ġmagistr": 22382, + "ralo": 22383, + "Ġescaping": 22384, + "Ġacceptable": 22385, + "offs": 22386, + "ĠTurks": 22387, + "ĠCathalina": 22388, + "ĠCOME": 22389, + "ĠRosal": 22390, + "metic": 22391, + "ĠBabylon": 22392, + "Ġtoothpaste": 22393, + "Ġproposition": 22394, + "Ġasteroid": 22395, + "Ġassignment": 22396, + "Fallecimientos": 22397, + "Ġbewildered": 22398, + "Nacimientos": 22399, + "Fight": 22400, + "zip": 22401, + "erio": 22402, + "Ġdoodle": 22403, + "Ġthir": 22404, + "Ġnoun": 22405, + "ĠSad": 22406, + "ĠSop": 22407, + "ĠHuns": 22408, + "ĠWick": 22409, + "Ġabril": 22410, + "ĠEh": 22411, + "ĠEnergy": 22412, + "pez": 22413, + "Ġexcel": 22414, + "Ġarist": 22415, + "aceous": 22416, + "Ġroca": 22417, + "Ġentiendo": 22418, + "Ġsalto": 22419, + "Ġextremo": 22420, + "ASS": 22421, + "ĠNorse": 22422, + "Ġavión": 22423, + "Ġmalos": 22424, + "Ġnegra": 22425, + "Ġglobo": 22426, + "EEP": 22427, + "circle": 22428, + "Ġreef": 22429, + "Ġsurvivors": 22430, + "Déj": 22431, + "ĠNaval": 22432, + "cials": 22433, + "iang": 22434, + "Ġharmon": 22435, + "iking": 22436, + "Ġvolar": 22437, + "2018": 22438, + "Ġbeso": 22439, + "Ġradical": 22440, + "Ġshutting": 22441, + "ĠBlacky": 22442, + "Ġmedication": 22443, + "2005": 22444, + "Ġbrillante": 22445, + "Ġmelting": 22446, + "Ġfelices": 22447, + "Ġconquest": 22448, + "Ġtigre": 22449, + "strawberry": 22450, + "Ġcertificate": 22451, + "mkay": 22452, + "Ġtumbling": 22453, + "Ġinjust": 22454, + "ĠBUT": 22455, + "ouring": 22456, + "ĠLoc": 22457, + "tender": 22458, + "Ġ1916": 22459, + "ientas": 22460, + "ĠBrick": 22461, + "idently": 22462, + "Ġdistances": 22463, + "gua": 22464, + "Ġreceives": 22465, + "Ġbrake": 22466, + "Ġvaliente": 22467, + "Ġstripped": 22468, + "iggly": 22469, + "ĠBelarus": 22470, + "ĠDemocrat": 22471, + "Careful": 22472, + "Ġcherries": 22473, + "Ġcomplaints": 22474, + "Ġincorpor": 22475, + "ĠWeek": 22476, + "Ġscholarship": 22477, + "Ġvowel": 22478, + "Ġimmigrants": 22479, + "ĠJamaica": 22480, + "ĠFollowing": 22481, + "liked": 22482, + "designated": 22483, + "Polly": 22484, + "hacer": 22485, + "edo": 22486, + "ĠSag": 22487, + "Ġaloft": 22488, + "renched": 22489, + "ierda": 22490, + "Ġwarming": 22491, + "Ġintercept": 22492, + "Ġhorsemen": 22493, + "Ġstatues": 22494, + "Need": 22495, + "Ġthreaten": 22496, + "Ġhistorias": 22497, + "Ġgroan": 22498, + "Ġneighbouring": 22499, + "Ġcordial": 22500, + "written": 22501, + "Ġmág": 22502, + "Ġalcanzar": 22503, + "ĠWarsaw": 22504, + "ĠGriffin": 22505, + "Ġinevitable": 22506, + "84": 22507, + "Bri": 22508, + "Dist": 22509, + "House": 22510, + "lined": 22511, + "pus": 22512, + "amy": 22513, + "ĠSold": 22514, + "ĠBach": 22515, + "ĠNomi": 22516, + "Ġexpend": 22517, + "Ġuncon": 22518, + "cier": 22519, + "issions": 22520, + "ĠVio": 22521, + "Ġobl": 22522, + "190": 22523, + "Ġgravy": 22524, + "Ġempuj": 22525, + "Whose": 22526, + "Ġmedicines": 22527, + "Prince": 22528, + "Ġdefendant": 22529, + "Ġsheltered": 22530, + "Ġ1870": 22531, + "Ġ������": 22532, + "Ġfaintly": 22533, + "Ġawaited": 22534, + "Ġlegislation": 22535, + "Ġsemanas": 22536, + "Ġforgiveness": 22537, + "ĠDawson": 22538, + "Ġhorizontal": 22539, + "horn": 22540, + "Ġtangled": 22541, + "Ġyuck": 22542, + "Ġrinc": 22543, + "Ġvicious": 22544, + "ĠLola": 22545, + "ĠFun": 22546, + "Ġchore": 22547, + "ĠUnlike": 22548, + "Ġsettee": 22549, + "Ġpolished": 22550, + "Ġgenera": 22551, + "ĠEliza": 22552, + "Ġ700": 22553, + "Ġstrained": 22554, + "ĠManuel": 22555, + "Ġ140": 22556, + "Ġresultado": 22557, + "ĠSenior": 22558, + "ĠBEEN": 22559, + "ĠNicola": 22560, + "Ġgleam": 22561, + "ĠJoshua": 22562, + "Ġinaugur": 22563, + "ĠSuffolk": 22564, + "Ġganas": 22565, + "Ġreins": 22566, + "ĠTit": 22567, + "ĠAj": 22568, + "ĠPied": 22569, + "icecream": 22570, + "laughter": 22571, + "Ġcoarse": 22572, + "Ġcaring": 22573, + "Ġlongitud": 22574, + "Ġsurg": 22575, + "Ġrefresh": 22576, + "Ġgranddad": 22577, + "Ġtreason": 22578, + "Ġlocate": 22579, + "Ġlearns": 22580, + "ĠJustin": 22581, + "Ġestudio": 22582, + "Ġtrataba": 22583, + "Ġregalos": 22584, + "ĠIdaho": 22585, + "Dave": 22586, + "fat": 22587, + "Ġsaints": 22588, + "quiero": 22589, + "ĠTort": 22590, + "ĠSor": 22591, + "ĠMund": 22592, + "Ġvines": 22593, + "Ġoutlaw": 22594, + "ĠFIRST": 22595, + "ĠNero": 22596, + "cile": 22597, + "ouser": 22598, + "Ġclicks": 22599, + "Ġoffense": 22600, + "cane": 22601, + "ĠJohnnie": 22602, + "blast": 22603, + "Ġfilming": 22604, + "ĠLegend": 22605, + "Ġdirecting": 22606, + "Ġdebes": 22607, + "Ġdecirle": 22608, + "Ġextends": 22609, + "Ġthrilled": 22610, + "aguar": 22611, + "Ġreinforce": 22612, + "Susan": 22613, + "ĠMunicipality": 22614, + "OF": 22615, + "Sund": 22616, + "dice": 22617, + "ext": 22618, + "giraffe": 22619, + "wine": 22620, + "Ġbella": 22621, + "irme": 22622, + "Ġsemin": 22623, + "ĠSit": 22624, + "ĠPorts": 22625, + "Ġsuelen": 22626, + "Ġplast": 22627, + "ĠOP": 22628, + "enda": 22629, + "Ġcruc": 22630, + "Ġslipper": 22631, + "cedes": 22632, + "Ġtripped": 22633, + "Ġmissus": 22634, + "Ġcrosses": 22635, + "Ġ110": 22636, + "ĠMcK": 22637, + "ĠAntar": 22638, + "Ġcrowds": 22639, + "Ġseguridad": 22640, + "Ġsocieties": 22641, + "ĠEgyptians": 22642, + "GRAND": 22643, + "Ġuncommon": 22644, + "Ġribbons": 22645, + "Ġgigante": 22646, + "Ġinterpretation": 22647, + "knife": 22648, + "anthrop": 22649, + "Hor": 22650, + "gada": 22651, + "mut": 22652, + "sas": 22653, + "ï": 22654, + "esse": 22655, + "llis": 22656, + "Ġwhatsoever": 22657, + "ĠDue": 22658, + "Ġenam": 22659, + "Ġplacer": 22660, + "Ġbrushes": 22661, + "plus": 22662, + "uckily": 22663, + "Ġserpent": 22664, + "Ġspeeches": 22665, + "ĠAndre": 22666, + "Ġriot": 22667, + "phic": 22668, + "Stat": 22669, + "aturally": 22670, + "ĠCapital": 22671, + "Ġexamines": 22672, + "Ġchiefly": 22673, + "Ġtends": 22674, + "Ġtrabaja": 22675, + "Ġcriatura": 22676, + "ône": 22677, + "ĠCindy": 22678, + "ĠSERIES": 22679, + "Ġapprehens": 22680, + "Boss": 22681, + "Emma": 22682, + "dust": 22683, + "Ġsessions": 22684, + "Ġhugs": 22685, + "Ġunde": 22686, + "church": 22687, + "ophil": 22688, + "Ġouts": 22689, + "áf": 22690, + "ĠVern": 22691, + "aware": 22692, + "comb": 22693, + "Ġaqui": 22694, + "Ġtriple": 22695, + "Ġpicturesque": 22696, + "Ġmuchachos": 22697, + "Ġglobe": 22698, + "Ġspringing": 22699, + "Ġinventor": 22700, + "quickly": 22701, + "rimonio": 22702, + "Ġelaborate": 22703, + "ĠAdmiral": 22704, + "Ġconstellation": 22705, + ".?": 22706, + "Born": 22707, + "Ryan": 22708, + "lé": 22709, + "Ġauction": 22710, + "Ġtoken": 22711, + "Ġretail": 22712, + "igators": 22713, + "Ġbote": 22714, + "ĠBrooke": 22715, + "HEL": 22716, + "uffle": 22717, + "Ġlisting": 22718, + "Ġmisfortune": 22719, + "OUSE": 22720, + "Ġchoking": 22721, + "Ġlocality": 22722, + "oofy": 22723, + "Ġstrips": 22724, + "Chin": 22725, + "Ġhallway": 22726, + "Ġembark": 22727, + "ĠPolo": 22728, + "Ġwestward": 22729, + "ĠDesde": 22730, + "Ġrowing": 22731, + "Ġcontracts": 22732, + "Ġnecesita": 22733, + "Ġbajó": 22734, + "Ġchatting": 22735, + "Smith": 22736, + "Childsname": 22737, + "snap": 22738, + "Ġlizard": 22739, + "Ġingredients": 22740, + "Kate": 22741, + "Pen": 22742, + "RUS": 22743, + "Sen": 22744, + "hung": 22745, + "á¹": 22746, + "arias": 22747, + "rope": 22748, + "ĠSoc": 22749, + "Ġsullen": 22750, + "Ġshrew": 22751, + "ĠRex": 22752, + "loe": 22753, + "Ġperfection": 22754, + "ñora": 22755, + "uciones": 22756, + "Ġslumber": 22757, + "Ġlisto": 22758, + "dida": 22759, + "ippers": 22760, + "Ġmaestro": 22761, + "Atl": 22762, + "Ġvault": 22763, + "ĠNorfolk": 22764, + "Ġcooler": 22765, + "Ġcouncils": 22766, + "ĠPakistani": 22767, + "Ġconcentrated": 22768, + "Ġdominant": 22769, + "ĠDevil": 22770, + "ĠTestament": 22771, + "ĠBoeing": 22772, + "Ġvulnerable": 22773, + "onies": 22774, + "Ġdor": 22775, + "otas": 22776, + "ĠCer": 22777, + "Ġconform": 22778, + "ĠWrit": 22779, + "ĠFly": 22780, + "ĠFergus": 22781, + "Ġleaping": 22782, + "Ġhará": 22783, + "Ġcharging": 22784, + "Ġinterval": 22785, + "ĠScots": 22786, + "ĠCarmen": 22787, + "Ġfasten": 22788, + "Ġbrakes": 22789, + "cientific": 22790, + "Ġgrove": 22791, + "Ġtranquil": 22792, + "Ġreferee": 22793, + "Ġveteran": 22794, + "Ġaluminium": 22795, + "Beth": 22796, + "Div": 22797, + "Norm": 22798, + "tico": 22799, + "Ġubic": 22800, + "Ġforcing": 22801, + "chio": 22802, + "ĠBatt": 22803, + "Ġvroom": 22804, + "Ġplaint": 22805, + "Therefore": 22806, + "Alan": 22807, + "choly": 22808, + "auce": 22809, + "Ġdejando": 22810, + "span": 22811, + "ĠSTORY": 22812, + "Ġpantal": 22813, + "Ġacababa": 22814, + "Ġdissolved": 22815, + "Ġproceedings": 22816, + "Ġlofty": 22817, + "ĠRhoda": 22818, + "Ġdischarged": 22819, + "Bravo": 22820, + "Ġabstract": 22821, + "Ġcriteria": 22822, + "Gal": 22823, + "Sara": 22824, + "sólo": 22825, + "Ãĸ": 22826, + "happ": 22827, + "orno": 22828, + "legged": 22829, + "Ġrede": 22830, + "Ġsean": 22831, + "Ġras": 22832, + "ĠFuck": 22833, + "ĠNine": 22834, + "ĠRace": 22835, + "Ġsphere": 22836, + "ĠteorÃŃa": 22837, + "bek": 22838, + "Ġhowl": 22839, + "harm": 22840, + "Ġscoring": 22841, + "Ġvelas": 22842, + "anybody": 22843, + "Ġcollie": 22844, + "pause": 22845, + "romag": 22846, + "Ġindex": 22847, + "Ġsaben": 22848, + "Ġ130": 22849, + "Professor": 22850, + "Ġchallenges": 22851, + "Ġdragón": 22852, + "Ġsusto": 22853, + "izzie": 22854, + "ĠSocialist": 22855, + "ĠLindsay": 22856, + "ĠVillage": 22857, + "groans": 22858, + "Ġracket": 22859, + "ĠContinental": 22860, + "Econom": 22861, + "Game": 22862, + "Morgan": 22863, + "TU": 22864, + "cán": 22865, + "nys": 22866, + "Ġmoust": 22867, + "Ġpall": 22868, + "Ġhagas": 22869, + "Ġreferences": 22870, + "ĠTELL": 22871, + "ĠHamb": 22872, + "ciénd": 22873, + "lavia": 22874, + "urning": 22875, + "retion": 22876, + "Ġmetido": 22877, + "steady": 22878, + "amboo": 22879, + "prom": 22880, + "Ġcura": 22881, + "ĠBeet": 22882, + "ĠAllÃŃ": 22883, + "Ġstreak": 22884, + "ĠChapter": 22885, + "ĠProbably": 22886, + "volution": 22887, + "Ġtickling": 22888, + "Ġconversations": 22889, + "Ġpetition": 22890, + "Ġaudition": 22891, + "Ġpossessions": 22892, + "Missus": 22893, + "ĠSolar": 22894, + "ĠPopular": 22895, + "Ġlectures": 22896, + "aduate": 22897, + "Ġpienso": 22898, + "ĠRichmond": 22899, + "ĠdeberÃŃa": 22900, + "Ġsculpture": 22901, + "Ġinvolvement": 22902, + "Ġpronunciation": 22903, + "ĠFriedrich": 22904, + "83": 22905, + "Doug": 22906, + "née": 22907, + "rious": 22908, + "ĠBarr": 22909, + "nake": 22910, + "emor": 22911, + "ĠOber": 22912, + "Ġcuid": 22913, + "Ġtopics": 22914, + "Ġinsign": 22915, + "2012": 22916, + "Ġfearing": 22917, + "ĠCommons": 22918, + "ĠMagazine": 22919, + "Ġknitting": 22920, + "ĠquerÃŃan": 22921, + "Ġpools": 22922, + "Ġlitter": 22923, + "ĠUNESCO": 22924, + "Ġtrozo": 22925, + "SHA": 22926, + "Ġmourning": 22927, + "primero": 22928, + "ĠAdventures": 22929, + "ĠCOMPANY": 22930, + "Nancy": 22931, + "dro": 22932, + "ãĥ": 22933, + "Ġcac": 22934, + "Ġdw": 22935, + "Ġmiel": 22936, + "Ġshooter": 22937, + "ciente": 22938, + "Ġcogn": 22939, + "Ġcuándo": 22940, + "dey": 22941, + "Ġchicas": 22942, + "Ġraises": 22943, + "Ġstray": 22944, + "Ġconsented": 22945, + "aroni": 22946, + "Ġpeninsula": 22947, + "Ġexams": 22948, + "ĠNebraska": 22949, + "ándola": 22950, + "ĠMomma": 22951, + "Ġbalón": 22952, + "Ġtongues": 22953, + "Ġnecesidad": 22954, + "ulsion": 22955, + "Ġnutri": 22956, + "Ġreproach": 22957, + "Ġrented": 22958, + "twelve": 22959, + "ĠÃīl": 22960, + "Ġsyndrome": 22961, + "Ġagradable": 22962, + "800": 22963, + "Dra": 22964, + "gard": 22965, + "etty": 22966, + "Ġqueso": 22967, + "odge": 22968, + "Yesterday": 22969, + "ĠAlida": 22970, + "Ġfeller": 22971, + "Ġsalute": 22972, + "denes": 22973, + "Ġburrow": 22974, + "ijing": 22975, + "Ġtermina": 22976, + "ĠEmir": 22977, + "election": 22978, + "Ġhugging": 22979, + "talks": 22980, + "ĠHindi": 22981, + "Ġlegendary": 22982, + "ĠKashm": 22983, + "+~": 22984, + "Mot": 22985, + "Sol": 22986, + "rés": 22987, + "Ġaux": 22988, + "erving": 22989, + "Ġmente": 22990, + "omatic": 22991, + "lden": 22992, + "iman": 22993, + "ĠPie": 22994, + "emale": 22995, + "owned": 22996, + "Ġsperm": 22997, + "near": 22998, + "ĠKey": 22999, + "cese": 23000, + "Ġbooked": 23001, + "rently": 23002, + "Ġgrowl": 23003, + "ĠLego": 23004, + "ĠFrenchman": 23005, + "Ġorganize": 23006, + "Ġdoubled": 23007, + "Ġchemist": 23008, + "ĠStudies": 23009, + "Ġtragic": 23010, + "FE": 23011, + "Ka": 23012, + "Pay": 23013, + "dish": 23014, + "dark": 23015, + "math": 23016, + "Ġcint": 23017, + "Ġmia": 23018, + "ĠBeverly": 23019, + "ĠWing": 23020, + "ĠFO": 23021, + "Ġclut": 23022, + "Ġtraced": 23023, + "Ġcompact": 23024, + "ĠVoy": 23025, + "Ġseeming": 23026, + "Ġbestowed": 23027, + "Ġminded": 23028, + "Ġmismos": 23029, + "Ġbarbe": 23030, + "Ġhumili": 23031, + "2015": 23032, + "Ġfigura": 23033, + "ಾ": 23034, + "ĠSaudi": 23035, + "ovsky": 23036, + "ĠJimmieboy": 23037, + "Ġpregnancy": 23038, + "Ġchampagne": 23039, + "Ġaristocr": 23040, + "Squ": 23041, + "pued": 23042, + "enÃŃa": 23043, + "icting": 23044, + "acular": 23045, + "Ġnought": 23046, + "Ġexile": 23047, + "ĠKwww": 23048, + "ffes": 23049, + "coon": 23050, + "Ġscoundrel": 23051, + "Ġcafe": 23052, + "pox": 23053, + "Ġescrito": 23054, + "ĠTrade": 23055, + "Ġrepresentation": 23056, + "IDE": 23057, + "Ġhideous": 23058, + "ĠOlivia": 23059, + "2009": 23060, + "Ġaddresses": 23061, + "ĠPersia": 23062, + "Ġancestor": 23063, + "ĠPierce": 23064, + "communes": 23065, + "Ġsoport": 23066, + "Ġmuffin": 23067, + "ĠEntre": 23068, + "ĠAmbassador": 23069, + "Ġbungal": 23070, + "Imagine": 23071, + "jamas": 23072, + "Ġsly": 23073, + "Ġsip": 23074, + "itness": 23075, + "ĠNelly": 23076, + "Ġrightly": 23077, + "Ġwrought": 23078, + "Ġrecor": 23079, + "Ġsurrend": 23080, + "atsu": 23081, + "ĠNewcastle": 23082, + "Ġconfusing": 23083, + "ĠAllan": 23084, + "Ġfavorable": 23085, + "Ġsnowy": 23086, + "Ġpracticed": 23087, + "Ġquedan": 23088, + "Ġlunchtime": 23089, + "Ġgeography": 23090, + "uddled": 23091, + "couldn": 23092, + "aterpillars": 23093, + "Ġsmoked": 23094, + "Ġancestry": 23095, + "Ġutiliza": 23096, + "Ġtransformed": 23097, + "ĠNaples": 23098, + "!!": 23099, + "dened": 23100, + "eres": 23101, + "hurt": 23102, + "Ġcens": 23103, + "Ġbout": 23104, + "Ġlicked": 23105, + "leased": 23106, + "irá": 23107, + "Ġnah": 23108, + "Ġster": 23109, + "ĠBent": 23110, + "ĠHait": 23111, + "Ġsucc": 23112, + "Ġshipping": 23113, + "ĠGates": 23114, + "Ġsomeplace": 23115, + "agged": 23116, + "Ġesqu": 23117, + "Ġcompart": 23118, + "Ġminers": 23119, + "ISE": 23120, + "eered": 23121, + "Ġpickles": 23122, + "uffer": 23123, + "Ġairplanes": 23124, + "Ġguesses": 23125, + "engine": 23126, + "Ġhermanas": 23127, + "Ġcomposers": 23128, + "Ġranges": 23129, + "Ġenseguida": 23130, + "Ġnegroes": 23131, + "Ġthrilling": 23132, + "Ġtuviera": 23133, + "MBER": 23134, + "ĠGertrude": 23135, + "Dep": 23136, + "Mas": 23137, + "NY": 23138, + "NER": 23139, + "mix": 23140, + "px": 23141, + "uffe": 23142, + "Ġicy": 23143, + "ĠNBA": 23144, + "ardy": 23145, + "Ġexterior": 23146, + "ĠUd": 23147, + "Ġblades": 23148, + "Ġpresidency": 23149, + "Ġcercan": 23150, + "Ġrepairs": 23151, + "ĠCHIs": 23152, + "Ġpresenter": 23153, + "Ġdeepest": 23154, + "ನ": 23155, + "Ġepic": 23156, + "Ġjunction": 23157, + "Ġsympathetic": 23158, + "ĠSharon": 23159, + "Ġteenager": 23160, + "ĠAngelina": 23161, + "Glory": 23162, + "Gregor": 23163, + "Walter": 23164, + "Japanese": 23165, + "ĠBaldwin": 23166, + "Ġalgorith": 23167, + "Tor": 23168, + "mart": 23169, + "Ġcél": 23170, + "Ġlind": 23171, + "ĠTill": 23172, + "ĠHurricane": 23173, + "ĠWinky": 23174, + "ĠGiles": 23175, + "ĠLear": 23176, + "ĠVlad": 23177, + "brook": 23178, + "ibilidad": 23179, + "Ġhumid": 23180, + "Ġexploring": 23181, + "Ġrecordings": 23182, + "forty": 23183, + "ĠSeason": 23184, + "Ġconstruct": 23185, + "Ġproducers": 23186, + "Ġmixer": 23187, + "Ġcardboard": 23188, + "Ġtendency": 23189, + "ĠBurg": 23190, + "Ġtaping": 23191, + "barrow": 23192, + "Despite": 23193, + "Ġalej": 23194, + "Ġperdió": 23195, + "Ġpsychological": 23196, + "Ġanticipated": 23197, + "Ġdatabase": 23198, + "GU": 23199, + "Kid": 23200, + "UH": 23201, + "Ġfiddle": 23202, + "Ġgimme": 23203, + "Ġsep": 23204, + "ĠMildred": 23205, + "Ġupwards": 23206, + "ĠGONNA": 23207, + "uclear": 23208, + "Ġveil": 23209, + "ĠNova": 23210, + "Ġskirts": 23211, + "eteenth": 23212, + "Ġcoverage": 23213, + "Ġrobes": 23214, + "Brown": 23215, + "Ġindicating": 23216, + "Ġ1880": 23217, + "Ġdecoration": 23218, + "Ġsquadron": 23219, + "Ġcondemned": 23220, + "ĠMorocco": 23221, + "Ġnombres": 23222, + "ĠCarolyn": 23223, + "87": 23224, + "Mis": 23225, + "bis": 23226, + "eous": 23227, + "women": 23228, + "Ġhmm": 23229, + "ĠSig": 23230, + "Ġwhit": 23231, + "ĠPine": 23232, + "ĠPony": 23233, + "ÃŃd": 23234, + "ĠFurther": 23235, + "ciously": 23236, + "Ġcluster": 23237, + "Ġhousekeeper": 23238, + "Ġchaos": 23239, + "ĠGeorgie": 23240, + "recrow": 23241, + "Ġremembers": 23242, + "Ġcontinuó": 23243, + "Ġpremio": 23244, + "Honestly": 23245, + "Ġvolcanic": 23246, + "Ġstabbed": 23247, + "Ġcomprehens": 23248, + "ĠNevada": 23249, + "Ġfrancés": 23250, + "Ġbolsillo": 23251, + "Ġvalleys": 23252, + "ĠWentworth": 23253, + "déj": 23254, + "inete": 23255, + "Ġhailed": 23256, + "icate": 23257, + "osph": 23258, + "Ġdozens": 23259, + "ĠGail": 23260, + "ém": 23261, + "Ġfebrero": 23262, + "perfect": 23263, + "Ġdisple": 23264, + "itionally": 23265, + "Ġminuto": 23266, + "Ġparado": 23267, + "Ġprimo": 23268, + "Ġpetty": 23269, + "cellor": 23270, + "ĠDesert": 23271, + "2004": 23272, + "ön": 23273, + "ĠMercer": 23274, + "Ġ1901": 23275, + "Ġhooks": 23276, + "Ġrecommendation": 23277, + "Ġsummers": 23278, + "Simon": 23279, + "Ġcertified": 23280, + "Ġcontroversy": 23281, + "ĠYankee": 23282, + "Ġsubsequently": 23283, + "Ġpúblico": 23284, + "Fr": 23285, + "ĠreÃŃr": 23286, + "Ġoutcome": 23287, + "Ġarb": 23288, + "Ġgrumpy": 23289, + "Ġperch": 23290, + "clothes": 23291, + "moke": 23292, + "Ġrelating": 23293, + "HEI": 23294, + "Ġsentry": 23295, + "ĠIndies": 23296, + "ĠJohnston": 23297, + "Ġgravel": 23298, + "ĠAlliance": 23299, + "monos": 23300, + "Ġopponents": 23301, + "Answer": 23302, + "ĠEnvironment": 23303, + "ĠMarty": 23304, + "ĠMatty": 23305, + "Ġnetworks": 23306, + "metro": 23307, + "Ġtiró": 23308, + "Ġspectators": 23309, + "Ġtissues": 23310, + "Ġprovincial": 23311, + "Ġfragment": 23312, + "Ġtranquilo": 23313, + "Ġoctubre": 23314, + "Ġexceeding": 23315, + "Ġmushroom": 23316, + "ĠMansfield": 23317, + "Ġsubsequent": 23318, + "huy": 23319, + "yells": 23320, + "Ġdale": 23321, + "asen": 23322, + "quete": 23323, + "urso": 23324, + "Ġquita": 23325, + "Ġjan": 23326, + "igual": 23327, + "Ġarise": 23328, + "Ġtrough": 23329, + "Ġbrows": 23330, + "Ġmold": 23331, + "ĠVend": 23332, + "ĠAlt": 23333, + "Ġzar": 23334, + "Ġvilla": 23335, + "Ġcopied": 23336, + "ĠBetter": 23337, + "Ġrememb": 23338, + "ĠCongo": 23339, + "Ġlanz": 23340, + "Ġnecesito": 23341, + "ĠJudith": 23342, + "Ġpremises": 23343, + "ĠIsabelle": 23344, + "Add": 23345, + "Hum": 23346, + "Kar": 23347, + "_:": 23348, + "bred": 23349, + "damn": 23350, + "mons": 23351, + "hage": 23352, + "icon": 23353, + "ĠBess": 23354, + "éte": 23355, + "told": 23356, + "Ġflank": 23357, + "uche": 23358, + "Ġkindergarten": 23359, + "ĠNeigh": 23360, + "glasses": 23361, + "Ġwhistled": 23362, + "Ġexactamente": 23363, + "Ġmolecular": 23364, + "ĠAlden": 23365, + "Ġrecibió": 23366, + "Ġchloride": 23367, + "Detective": 23368, + "Ġatrev": 23369, + "ĠBundesliga": 23370, + "Bang": 23371, + "Tar": 23372, + "fuera": 23373, + "lit": 23374, + "uing": 23375, + "Ġwrench": 23376, + "Ġoops": 23377, + "Ġfid": 23378, + "Ġnoviembre": 23379, + "ĠPerson": 23380, + "opsy": 23381, + "Ġvulgar": 23382, + "ĠGas": 23383, + "ĠGers": 23384, + "aston": 23385, + "Ġlobby": 23386, + "ags": 23387, + "Ġgrind": 23388, + "Ġblonde": 23389, + "ĠVilla": 23390, + "Ġchuckles": 23391, + "ilde": 23392, + "ĠAndrea": 23393, + "genes": 23394, + "Ġderiv": 23395, + "Ġdecorations": 23396, + "Ġflashlight": 23397, + "Ġobstin": 23398, + "Ġgambling": 23399, + "Ġreptiles": 23400, + "continuó": 23401, + "Leg": 23402, + "Nan": 23403, + "cet": 23404, + "gusted": 23405, + "anadu": 23406, + "Ġguts": 23407, + "leader": 23408, + "ĠSans": 23409, + "ĠDillon": 23410, + "ĠNept": 23411, + "Ġblink": 23412, + "ĠVolleyball": 23413, + "Ġscre": 23414, + "Ġmustard": 23415, + "Ġmenu": 23416, + "ADY": 23417, + "Ġhumana": 23418, + "Ġangles": 23419, + "Ġburger": 23420, + "ĠMegan": 23421, + "REB": 23422, + "Ġtraders": 23423, + "ĠTimmy": 23424, + "Ġcredited": 23425, + "Ġelementos": 23426, + "Ġcontribute": 23427, + "Ġerrors": 23428, + "Ġconnects": 23429, + "Ġassuming": 23430, + "ĠAristotle": 23431, + "Hung": 23432, + "Karen": 23433, + "fera": 23434, + "Ġdrying": 23435, + "Ġyew": 23436, + "quest": 23437, + "Ġclues": 23438, + "ĠStrat": 23439, + "Ġbuys": 23440, + "Ġfellas": 23441, + "Ġhorseback": 23442, + "ĠGuild": 23443, + "Marg": 23444, + "Ġpatiently": 23445, + "ĠPortland": 23446, + "Ġelevation": 23447, + "Ġpoisoned": 23448, + "Ġmolecule": 23449, + "Ġuneas": 23450, + "Ġrecollect": 23451, + "Ġambitious": 23452, + "family": 23453, + "tip": 23454, + "inth": 23455, + "Ġlass": 23456, + "Ġrecept": 23457, + "Ġnaming": 23458, + "ĠMend": 23459, + "semble": 23460, + "ĠDio": 23461, + "Ġunin": 23462, + "Ġdownward": 23463, + "Ġfees": 23464, + "ultura": 23465, + "ĠNokia": 23466, + "MAX": 23467, + "Ġimportancia": 23468, + "shaw": 23469, + "Ġmouthful": 23470, + "ĠProvidence": 23471, + "Ġconservation": 23472, + "Ġextending": 23473, + "Ġfishermen": 23474, + "Ġmiembros": 23475, + "Ġarsenic": 23476, + "Ġprelimin": 23477, + "European": 23478, + "Celeste": 23479, + "GAS": 23480, + "erie": 23481, + "Ġdazz": 23482, + "isode": 23483, + "Ġmould": 23484, + "Ġstables": 23485, + "ĠTú": 23486, + "chop": 23487, + "ĠDame": 23488, + "Ġchanced": 23489, + "Ġfinance": 23490, + "gross": 23491, + "Ġsteward": 23492, + "Ġcamels": 23493, + "Ġorderly": 23494, + "achers": 23495, + "Ġoperas": 23496, + "Ġchurchyard": 23497, + "ĠExamples": 23498, + "Ġ1860": 23499, + "Ġafforded": 23500, + "Ġsucking": 23501, + "ĠBoxer": 23502, + "ácter": 23503, + "Ġphysicist": 23504, + "ĠByzantine": 23505, + "Nay": 23506, + "lore": 23507, + "slight": 23508, + "Åĵ": 23509, + "Ġouch": 23510, + "Ġape": 23511, + "ĠCool": 23512, + "Ġplump": 23513, + "ĠJava": 23514, + "Ġexclam": 23515, + "been": 23516, + "Ġscant": 23517, + "ĠAlong": 23518, + "Ġdiverse": 23519, + "ĠDeborah": 23520, + "prin": 23521, + "ductions": 23522, + "Ġaccum": 23523, + "Ġbravery": 23524, + "ĠRomanian": 23525, + "Adiós": 23526, + "Ġhyster": 23527, + "Ġthriller": 23528, + "fingers": 23529, + "ĠElectric": 23530, + "Ġpertene": 23531, + "Ġfestivals": 23532, + "Ġamphib": 23533, + "ĠShirley": 23534, + "iéntate": 23535, + "jin": 23536, + "Ġoce": 23537, + "Ġofre": 23538, + "Ġhuts": 23539, + "Ġweep": 23540, + "stock": 23541, + "ĠRafa": 23542, + "Ġsparrow": 23543, + "loat": 23544, + "ĠStalin": 23545, + "clip": 23546, + "ollen": 23547, + "úb": 23548, + "Ġrealistic": 23549, + "Ġrestra": 23550, + "Ġtema": 23551, + "Ġemoc": 23552, + "Ġclima": 23553, + "Ġtickles": 23554, + "Ġvacant": 23555, + "Ġkeyboard": 23556, + "Ġcartas": 23557, + "Ġdomain": 23558, + "Ġestudiar": 23559, + "ético": 23560, + "Ġrevolutionary": 23561, + "Ġrompió": 23562, + "ĠCuban": 23563, + "Ġsuspicions": 23564, + "Ġseptiembre": 23565, + "%)": 23566, + "82": 23567, + "PE": 23568, + "bard": 23569, + "haz": 23570, + "Ġdome": 23571, + "Ġpent": 23572, + "Ġinaud": 23573, + "amoto": 23574, + "Ġseam": 23575, + "ĠCelt": 23576, + "olith": 23577, + "ĠDart": 23578, + "ĠNad": 23579, + "Ġextingu": 23580, + "Ġproves": 23581, + "Ġagrees": 23582, + "Ġgris": 23583, + "Ġoverheard": 23584, + "urname": 23585, + "Ġacute": 23586, + "Ġcrouched": 23587, + "Ġnumbered": 23588, + "Ġmetre": 23589, + "ĠConn": 23590, + "Arch": 23591, + "Ġabuelita": 23592, + "ĠControl": 23593, + "Ġgigantic": 23594, + "ĠSaxony": 23595, + "ĠStrong": 23596, + "Usually": 23597, + "Ġminiature": 23598, + "cuántos": 23599, + "Ġbeggar": 23600, + "Ġintonation": 23601, + "Live": 23602, + "MI": 23603, + "NS": 23604, + "Shar": 23605, + "Ġft": 23606, + "owls": 23607, + "qual": 23608, + "Ġdoomed": 23609, + "ĠCel": 23610, + "ĠDha": 23611, + "ĠGay": 23612, + "Ġorchard": 23613, + "ĠEt": 23614, + "ounding": 23615, + "cios": 23616, + "--.": 23617, + "Ġperched": 23618, + "iremos": 23619, + "ĠVERY": 23620, + "button": 23621, + "maux": 23622, + "Ġcentimet": 23623, + "Ġpublishing": 23624, + "ĠFlora": 23625, + "ĠponÃŃa": 23626, + "Ġhospitality": 23627, + "Ġincreasingly": 23628, + "ರ": 23629, + "Ġqueried": 23630, + "Ġ1909": 23631, + "ĠWoods": 23632, + "Ġciudades": 23633, + "Ġmerchand": 23634, + "Ġdiscoveries": 23635, + "Ġdialects": 23636, + "Ġprosperity": 23637, + "Made": 23638, + "xto": 23639, + "nol": 23640, + "ĠThings": 23641, + "Ġrin": 23642, + "ĠNear": 23643, + "ĠOUR": 23644, + "--'": 23645, + "Ġcomprender": 23646, + "Stupid": 23647, + "Ġpossibilities": 23648, + "Ġtomate": 23649, + "Ġpropósito": 23650, + "Ġprivately": 23651, + "Ġpolicemen": 23652, + "Blood": 23653, + "Ġtowels": 23654, + "Ġsociedad": 23655, + "Ġregardless": 23656, + "Ġ1862": 23657, + "marks": 23658, + "imitating": 23659, + "Ġclaiming": 23660, + "Ġchopped": 23661, + "Ġpremium": 23662, + "Ġrumor": 23663, + "Ġcarreras": 23664, + "Ġyielded": 23665, + "Ġfrustrated": 23666, + "ĠHOME": 23667, + "Ġgénero": 23668, + "Lots": 23669, + "ML": 23670, + "Rather": 23671, + "ija": 23672, + "ÂĿ": 23673, + "arity": 23674, + "ĠTus": 23675, + "ĠTran": 23676, + "ĠTwww": 23677, + "ĠCond": 23678, + "ĠBib": 23679, + "ĠLotty": 23680, + "ineo": 23681, + "Ġpeering": 23682, + "Ġundertake": 23683, + "Ġraven": 23684, + "entered": 23685, + "Ġassurance": 23686, + "Ġhumo": 23687, + "Ġparecido": 23688, + "oubt": 23689, + "Ġentertained": 23690, + "Ġazúcar": 23691, + "Ġodor": 23692, + "Ġguarante": 23693, + "Ġburglar": 23694, + "ĠCrystal": 23695, + "Ġmelancholy": 23696, + "600": 23697, + "81": 23698, + "ouver": 23699, + "Ġwoe": 23700, + "ĠcÃŃr": 23701, + "Ġdashing": 23702, + "Ġdictionary": 23703, + "ĠActor": 23704, + "sees": 23705, + "ĠCost": 23706, + "Ġwhoo": 23707, + "ĠfrÃŃa": 23708, + "ationally": 23709, + "ĠRah": 23710, + "ĠEg": 23711, + "Ġunic": 23712, + "agas": 23713, + "ishna": 23714, + "Ġpobres": 23715, + "achment": 23716, + "Ġchilly": 23717, + "Ġindifferent": 23718, + "Ġexplode": 23719, + "Ġgrowling": 23720, + "Ġquedaron": 23721, + "Ġsexually": 23722, + "Ġgallina": 23723, + "Produced": 23724, + "Ġprincipalmente": 23725, + "ĠCornwall": 23726, + "Ġdragons": 23727, + "Ġdeceased": 23728, + "Ġtrenches": 23729, + "KS": 23730, + "Liz": 23731, + "different": 23732, + "Ġbuh": 23733, + "Ġbachelor": 23734, + "orian": 23735, + "leaves": 23736, + "kered": 23737, + "Ġherbs": 23738, + "ĠOLD": 23739, + "ĠYas": 23740, + "ĠAndré": 23741, + "Ġmarchar": 23742, + "isters": 23743, + "ĠDewey": 23744, + "Ġverla": 23745, + "Ġsubstances": 23746, + "iosos": 23747, + "ĠparecÃŃan": 23748, + "Ġgreenbelt": 23749, + "Ġpleasures": 23750, + "Ġcamar": 23751, + "Around": 23752, + "ĠAbi": 23753, + "Ġbastards": 23754, + "Ġ1906": 23755, + "DEB": 23756, + "Ġhueco": 23757, + "ĠBaldy": 23758, + "Ġobedience": 23759, + "grapes": 23760, + "CHUCKLES": 23761, + "GG": 23762, + "Roll": 23763, + "kill": 23764, + "Ġwiser": 23765, + "eroy": 23766, + "Ġfern": 23767, + "Ġgau": 23768, + "Ġreapp": 23769, + "Ġnad": 23770, + "seud": 23771, + "Ġsuces": 23772, + "onga": 23773, + "Ġclaw": 23774, + "ESE": 23775, + "nered": 23776, + "Ġestan": 23777, + "Ġendangered": 23778, + "ussion": 23779, + "Ġinterposed": 23780, + "Ġhumour": 23781, + "forman": 23782, + "Ġsatur": 23783, + "Ġtomado": 23784, + "ĠMcDonald": 23785, + "ĠMatilda": 23786, + "Class": 23787, + "Ġlaughingly": 23788, + "Ġscrews": 23789, + "eleven": 23790, + "Small": 23791, + "Ġceremonial": 23792, + "Ġraspberries": 23793, + "Ġtactics": 23794, + "Ġtadpoles": 23795, + "Ġmonastery": 23796, + "Jerry": 23797, + "Kevin": 23798, + "cats": 23799, + "ĠSW": 23800, + "story": 23801, + "ĠHAPP": 23802, + "Ġupdate": 23803, + "igher": 23804, + "Ġsobbing": 23805, + "ainting": 23806, + "Ġoutward": 23807, + "ĠNas": 23808, + "Ġfeud": 23809, + "Ġésa": 23810, + "Stra": 23811, + "ĠTHEM": 23812, + "Ġmidfielder": 23813, + "ĠChart": 23814, + "Ġextravag": 23815, + "Ġfails": 23816, + "Ġbaile": 23817, + "THANK": 23818, + "Leon": 23819, + "produces": 23820, + "Ġfaults": 23821, + "Ġprede": 23822, + "Ġheights": 23823, + "Ġpurely": 23824, + "Ġultimate": 23825, + "hawks": 23826, + "Ġentrada": 23827, + "Ġmathematician": 23828, + "mess": 23829, + "none": 23830, + "Ġef": 23831, + "ĠSoutheast": 23832, + "ilion": 23833, + "Ġcomió": 23834, + "ĠLanguage": 23835, + "ĠNixon": 23836, + "ousy": 23837, + "Ġbackpack": 23838, + "oby": 23839, + "deal": 23840, + "Ġscooter": 23841, + "graded": 23842, + "Ġsounding": 23843, + "Ġconfianza": 23844, + "Ġawaken": 23845, + "Ġrespet": 23846, + "Ġpublisher": 23847, + "Ġsupermarket": 23848, + "Enjoy": 23849, + "Ġbanner": 23850, + "Ġpensamiento": 23851, + "arenta": 23852, + "Ġratio": 23853, + "Ġcivilians": 23854, + "Ġlogical": 23855, + "Ġstocking": 23856, + "Ġprecipitation": 23857, + "Ġlipstick": 23858, + "ĠLionel": 23859, + "Following": 23860, + "Ġobserving": 23861, + "Ġantiguo": 23862, + "ĠBuffalo": 23863, + "Ġyogurt": 23864, + "AII": 23865, + "Final": 23866, + "Lear": 23867, + "citos": 23868, + "Ġapl": 23869, + "rera": 23870, + "Ġses": 23871, + "Ġwage": 23872, + "erforth": 23873, + "Ġfoes": 23874, + "anzas": 23875, + "asel": 23876, + "Ġbefallen": 23877, + "eaban": 23878, + "ĠBog": 23879, + "Ġsube": 23880, + "Ġenclosed": 23881, + "ĠGio": 23882, + "ĠNAT": 23883, + "ég": 23884, + "Ġclatter": 23885, + "Ġpelea": 23886, + "Ġrods": 23887, + "psies": 23888, + "Ġhomeward": 23889, + "ucas": 23890, + "Ġwaiter": 23891, + "Ġrelacion": 23892, + "ĠProof": 23893, + "Ġpropag": 23894, + "ĠTraddles": 23895, + "overla": 23896, + "papa": 23897, + "Ġtubes": 23898, + "stanbul": 23899, + "Ġrayos": 23900, + "Ġocurre": 23901, + "Ġacostumbr": 23902, + "Ġenthusiast": 23903, + "Ġfantasma": 23904, + "ĠCroatia": 23905, + "Ġenfermedad": 23906, + "Dog": 23907, + "IZ": 23908, + "Lwww": 23909, + "Mamma": 23910, + "gart": 23911, + "ĠOTHER": 23912, + "instead": 23913, + "reno": 23914, + "ervo": 23915, + "imeter": 23916, + "ĠSalle": 23917, + "seat": 23918, + "ĠPi": 23919, + "ppe": 23920, + "ĠFra": 23921, + "ĠEP": 23922, + "Ġlogo": 23923, + "Ġtru": 23924, + "Ġcaza": 23925, + "Ġfilmm": 23926, + "Ġarmor": 23927, + "vae": 23928, + "ĠâĪ": 23929, + "Ġsadness": 23930, + "ĠEstás": 23931, + "arence": 23932, + "Ġjunio": 23933, + "Ġ1907": 23934, + "Ġterminar": 23935, + "ĠDaily": 23936, + "Ġfussing": 23937, + "ĠHorace": 23938, + "Ġproteins": 23939, + "ĠHubert": 23940, + "Taking": 23941, + "heavy": 23942, + "Ġecc": 23943, + "ldon": 23944, + "ĠSólo": 23945, + "ĠBL": 23946, + "opo": 23947, + "Ġhada": 23948, + "ĠOmar": 23949, + "assi": 23950, + "ĠVd": 23951, + "azy": 23952, + "Ġsubway": 23953, + "Ġprofits": 23954, + "ĠLeft": 23955, + "ĠAdela": 23956, + "Ġapproaches": 23957, + "Ġgardening": 23958, + "Ġpaddling": 23959, + "Ġhostage": 23960, + "Ġnovelist": 23961, + "Ġconsulted": 23962, + "ĠGabri": 23963, + "ĠBengali": 23964, + "Ġshriek": 23965, + "leston": 23966, + "ĠRenaissance": 23967, + "abulary": 23968, + "Ġpianist": 23969, + "cn": 23970, + "lene": 23971, + "rkan": 23972, + "Ġbitten": 23973, + "aros": 23974, + "ĠBorough": 23975, + "ĠPul": 23976, + "ĠWade": 23977, + "Ġplough": 23978, + "ĠFenn": 23979, + "ĠNunca": 23980, + "ĠRoo": 23981, + "doctor": 23982, + "Ġample": 23983, + "actic": 23984, + "Ġadiós": 23985, + "Ġserver": 23986, + "Ġrained": 23987, + "Ġbusily": 23988, + "Ġconsul": 23989, + "Ġintact": 23990, + "seeing": 23991, + "Ġempresa": 23992, + "Ġfigur": 23993, + "Ġantigua": 23994, + "Ġbanquet": 23995, + "Ġautonomous": 23996, + "Ġcollections": 23997, + "ribution": 23998, + "Mario": 23999, + "Ġbankrupt": 24000, + "Ġimproving": 24001, + "Ġapplies": 24002, + "Ġinnocence": 24003, + "Ġlicence": 24004, + "Ġrhymes": 24005, + "TAIN": 24006, + "Ġbuzzing": 24007, + "Ġblossoms": 24008, + "Ġpursuing": 24009, + "Ġfrigate": 24010, + "uvergne": 24011, + "Ġoportunidad": 24012, + "Im": 24013, + "bud": 24014, + "fuss": 24015, + "esh": 24016, + "Ġseizing": 24017, + "ĠMaz": 24018, + "ĠBaw": 24019, + "estre": 24020, + "ĠRiding": 24021, + "Ġungr": 24022, + "Ġgrid": 24023, + "Ġcarácter": 24024, + "ĠVall": 24025, + "Ġscree": 24026, + "Ġflaming": 24027, + "gracias": 24028, + "Ġretro": 24029, + "chel": 24030, + "ificación": 24031, + "conf": 24032, + "Ġforemost": 24033, + "Ġlados": 24034, + "Ġknit": 24035, + "Ġrespecto": 24036, + "Ġmatching": 24037, + "Ġventanas": 24038, + "Ġpinched": 24039, + "Ġpinned": 24040, + "ĠconocÃŃa": 24041, + "Ġ1903": 24042, + "Gotta": 24043, + "Ġmelody": 24044, + "Ġhugged": 24045, + "Ġsustained": 24046, + "Ġdébil": 24047, + "Ġcolumpios": 24048, + "ĠVoice": 24049, + "ĠSalvador": 24050, + "ĠIsobel": 24051, + "AF": 24052, + "Hasta": 24053, + "bé": 24054, + "sir": 24055, + "Ġsciences": 24056, + "Ġfidd": 24057, + "Ġpope": 24058, + "Ġrenow": 24059, + "Ġrebuilt": 24060, + "ĠAur": 24061, + "Ġnotably": 24062, + "Ġoutline": 24063, + "ĠRee": 24064, + "Ġagosto": 24065, + "ĠHector": 24066, + "Ġcuént": 24067, + "Ġguapa": 24068, + "oceros": 24069, + "Ġspears": 24070, + "ĠButton": 24071, + "Ġassets": 24072, + "Ġmisses": 24073, + "Ġparcels": 24074, + "Ġdetener": 24075, + "ĠCapitán": 24076, + "guez": 24077, + "Ġdamned": 24078, + "ĠGuad": 24079, + "Ġwheelchair": 24080, + "Ġdispon": 24081, + "ĠBertie": 24082, + "Speaking": 24083, + "Ġranking": 24084, + "Sergeant": 24085, + "Ġdisappearance": 24086, + "Ġretreated": 24087, + "Ġabundance": 24088, + "Ġexplorer": 24089, + "ĠDerby": 24090, + "ĠEND": 24091, + "Ġpeeped": 24092, + "Katie": 24093, + "ĠDuchess": 24094, + "ĠSloven": 24095, + "ĠPortsmouth": 24096, + "School": 24097, + "TT": 24098, + "Works": 24099, + "Ġinver": 24100, + "Ġinhabited": 24101, + "amer": 24102, + "ĠTry": 24103, + "ĠTaj": 24104, + "chips": 24105, + "Ġquad": 24106, + "ĠDipsy": 24107, + "ĠWol": 24108, + "Ġescar": 24109, + "Ġdesen": 24110, + "Ġcompat": 24111, + "Ġdiscer": 24112, + "Ġcontenido": 24113, + "braltar": 24114, + "Ġsymm": 24115, + "ecÃŃa": 24116, + "Ġpatted": 24117, + "Ġspokes": 24118, + "ĠAtlas": 24119, + "Ġincons": 24120, + "Ġcaliente": 24121, + "Ġorigins": 24122, + "Ġhusbands": 24123, + "ĠFrankie": 24124, + "Ġshuts": 24125, + "Ġbrightness": 24126, + "ĠPatri": 24127, + "fields": 24128, + "Ġinvestigating": 24129, + "Ġshrub": 24130, + "Ġrattles": 24131, + "Ġconsumption": 24132, + "ĠRandolph": 24133, + "Ġmercury": 24134, + "ĠAdventure": 24135, + "Ġlemme": 24136, + "Ġfelicidad": 24137, + "Ġunwilling": 24138, + "DP": 24139, + "Dig": 24140, + "Tan": 24141, + "Till": 24142, + "iados": 24143, + "yu": 24144, + "ĠÄ": 24145, + "Ġsoutheastern": 24146, + "Ġinduce": 24147, + "vete": 24148, + "ĠHAS": 24149, + "Ġenlar": 24150, + "Ġmanly": 24151, + "Ġmata": 24152, + "Ġswap": 24153, + "Ġtrib": 24154, + "minent": 24155, + "ĠAllied": 24156, + "Ġvolt": 24157, + "Ġmerit": 24158, + "ĠCapitol": 24159, + "Ġpracticing": 24160, + "Ġconversación": 24161, + "Neces": 24162, + "Conf": 24163, + "Ġtirado": 24164, + "Ġbikes": 24165, + "à°¿": 24166, + "ĠPrincip": 24167, + "Ġrazones": 24168, + "Ġpagan": 24169, + "butterfly": 24170, + "ĠMercury": 24171, + "oos": 24172, + "hast": 24173, + "ĠMold": 24174, + "Ġrational": 24175, + "Ġencend": 24176, + "ĠLate": 24177, + "ĠFac": 24178, + "ĠNoo": 24179, + "ĠEmb": 24180, + "Ġlever": 24181, + "ĠKum": 24182, + "Ġbrood": 24183, + "úa": 24184, + "Ġfiretruck": 24185, + "Ġinstances": 24186, + "ĠBerg": 24187, + "Ġparadise": 24188, + "itching": 24189, + "Ġgasp": 24190, + "uggle": 24191, + "Ġriders": 24192, + "2001": 24193, + "ĠSuperman": 24194, + "Ġexpressions": 24195, + "Ġfolds": 24196, + "Ġdishon": 24197, + "Ġrevived": 24198, + "snake": 24199, + "Ġrefugees": 24200, + "Ġvitamin": 24201, + "Ġhitherto": 24202, + "Ġminerals": 24203, + "Ġmanzana": 24204, + "Ġsqueezed": 24205, + "Ġemptied": 24206, + "Him": 24207, + "Pan": 24208, + "fue": 24209, + "member": 24210, + "nu": 24211, + "Ġtins": 24212, + "chic": 24213, + "ĠCit": 24214, + "ĠChes": 24215, + "Ġron": 24216, + "ĠWorks": 24217, + "Ġabierta": 24218, + "Ġeno": 24219, + "Ġelig": 24220, + "Ġgrumbled": 24221, + "Ġtenants": 24222, + "Ġskilled": 24223, + "Ġlegacy": 24224, + "ĠReggie": 24225, + "Ġsweetest": 24226, + "Ġmadness": 24227, + "Ġfatigue": 24228, + "Ġcortar": 24229, + "Ġgatito": 24230, + "Ġfiery": 24231, + "Ġstaircase": 24232, + "Ġsuburbs": 24233, + "ĠAdministration": 24234, + "Ġteléfono": 24235, + "Uno": 24236, + "gall": 24237, + "graphy": 24238, + "err": 24239, + "Ġpaces": 24240, + "Ġlitt": 24241, + "ĠSed": 24242, + "Ġjub": 24243, + "ĠNak": 24244, + "Ġunions": 24245, + "Ġscope": 24246, + "Ġdiff": 24247, + "Ġdecay": 24248, + "ĠAlison": 24249, + "ouncer": 24250, + "Ġassert": 24251, + "Ġeasiest": 24252, + "uau": 24253, + "aqueline": 24254, + "ĠAntony": 24255, + "Ġepid": 24256, + "ĠJulius": 24257, + "AMP": 24258, + "Ġinquiries": 24259, + "Ġingles": 24260, + "Ġdiapers": 24261, + "Ġdrifting": 24262, + "Ġfuriously": 24263, + "Ġgingerbread": 24264, + "Ġjuris": 24265, + "Ġamenaz": 24266, + "Gary": 24267, + "Mars": 24268, + "xi": 24269, + "Ġfren": 24270, + "Ġlull": 24271, + "aras": 24272, + "Ġgus": 24273, + "idió": 24274, + "Ġmeg": 24275, + "ĠMul": 24276, + "ĠPCI": 24277, + "Ġcones": 24278, + "ĠGene": 24279, + "ĠKon": 24280, + "ĠShell": 24281, + "upright": 24282, + "joining": 24283, + "grims": 24284, + "Ġcourty": 24285, + "Ġhurled": 24286, + "Ġintens": 24287, + "Ġexpectations": 24288, + "Debbie": 24289, + "iffany": 24290, + "Ġdamsel": 24291, + "Ġdueño": 24292, + "Ġresponsibilities": 24293, + "FRIEND": 24294, + "Ġconstitutional": 24295, + "Ġinstructed": 24296, + "Ġownership": 24297, + "ĠDurante": 24298, + "Ġmaths": 24299, + "Special": 24300, + "Ġrecycling": 24301, + "ĠBrennan": 24302, + "Ġdisfrut": 24303, + "lived": 24304, + "park": 24305, + "Ġtens": 24306, + "Ġcueva": 24307, + "Ġdang": 24308, + "Ġoar": 24309, + "Ġobras": 24310, + "enters": 24311, + "riba": 24312, + "Ġdeemed": 24313, + "ĠMientras": 24314, + "ĠAF": 24315, + "ĠBasket": 24316, + "ĠHEL": 24317, + "Ġrhin": 24318, + "Ġabdom": 24319, + "Ġprocur": 24320, + "Ġagencies": 24321, + "Ġmoreover": 24322, + "eee": 24323, + "Strange": 24324, + "Ġhopeful": 24325, + "Ġcampes": 24326, + "ĠHarper": 24327, + "Ġprophet": 24328, + "Ġcooling": 24329, + "Ġcommanding": 24330, + "incor": 24331, + "inceton": 24332, + "Ġblessings": 24333, + "Contin": 24334, + "Ġblooming": 24335, + "Chair": 24336, + "Ġéstas": 24337, + "ĠHiram": 24338, + "ĠFinnish": 24339, + "ĠSullivan": 24340, + "uffeur": 24341, + "cart": 24342, + "nast": 24343, + "nets": 24344, + "onomy": 24345, + "isco": 24346, + "Ġhush": 24347, + "adero": 24348, + "Ġstatic": 24349, + "illance": 24350, + "olence": 24351, + "olics": 24352, + "Ġraro": 24353, + "ĠDolph": 24354, + "ĠGand": 24355, + "ĠGang": 24356, + "ĠLocal": 24357, + "ĠJob": 24358, + "ĠOpp": 24359, + "thed": 24360, + "Ġcontado": 24361, + "ogue": 24362, + "Ġslips": 24363, + "ĠBristol": 24364, + "ĠMargery": 24365, + "cuéntame": 24366, + "Ġhaircut": 24367, + "Ġtreinta": 24368, + "Ġposición": 24369, + "Ġpotassium": 24370, + "Ġdestined": 24371, + "ĠParadise": 24372, + "Ġesposo": 24373, + "Ġridden": 24374, + "Peggy": 24375, + "ĠWhoa": 24376, + "ĠPalmer": 24377, + "straight": 24378, + "ODY": 24379, + "GAIN": 24380, + "Ġtraditionally": 24381, + "Ġescaleras": 24382, + "Ġsummons": 24383, + "Ġgestures": 24384, + "ĠFifth": 24385, + "ĠFleet": 24386, + "ĠKathleen": 24387, + "Ġverdict": 24388, + "Ġmonstruo": 24389, + "Ġsurrendered": 24390, + "Snow": 24391, + "vings": 24392, + "Ġxx": 24393, + "itives": 24394, + "Ġisot": 24395, + "Ġreel": 24396, + "qui": 24397, + "rojo": 24398, + "ĠSS": 24399, + "ĠSaw": 24400, + "ĠBAR": 24401, + "Ġfrantic": 24402, + "istro": 24403, + "Ġgritos": 24404, + "Ġcalles": 24405, + "ahu": 24406, + "ierte": 24407, + "Ġdisgusted": 24408, + "deen": 24409, + "Ġvemos": 24410, + "azed": 24411, + "Ġcapa": 24412, + "Ġsuspir": 24413, + "onesome": 24414, + "Ġinterpre": 24415, + "Ġstealth": 24416, + "Ġcurved": 24417, + "paid": 24418, + "ippo": 24419, + "blood": 24420, + "Ġcalent": 24421, + "Ġfared": 24422, + "uestro": 24423, + "Ġstraightened": 24424, + "Ġdigas": 24425, + "ezing": 24426, + "Ġhymn": 24427, + "visor": 24428, + "ĠBagh": 24429, + "ĠBailey": 24430, + "Ġshoved": 24431, + "Ġphilosoph": 24432, + "bags": 24433, + "hunhunh": 24434, + "Ġsprung": 24435, + "ÃŃfica": 24436, + "Ġindignant": 24437, + "Ġfascinated": 24438, + "ĠStockholm": 24439, + "ĠPrague": 24440, + "ĠBurns": 24441, + "Ġtambien": 24442, + "telephone": 24443, + "Josh": 24444, + "dime": 24445, + "pay": 24446, + "riment": 24447, + "Ġyac": 24448, + "etics": 24449, + "Ġnanny": 24450, + "Ġdefic": 24451, + "señor": 24452, + "ĠPinocho": 24453, + "Ġrica": 24454, + "Ġornaments": 24455, + "ĠNIGHT": 24456, + "ptic": 24457, + "ahn": 24458, + "getic": 24459, + "Ġdrunken": 24460, + "Ġrunners": 24461, + "venty": 24462, + "chado": 24463, + "uffed": 24464, + "ĠBeast": 24465, + "ĠCaperucita": 24466, + "Ġorganised": 24467, + "Ġorganism": 24468, + "Ġhopping": 24469, + "Ġfinalmente": 24470, + "Ġtalented": 24471, + "ĠFilip": 24472, + "Ġjewell": 24473, + "Ġpistols": 24474, + "ĠAldred": 24475, + "Ġpagar": 24476, + "Ġconnecting": 24477, + "Ġhobby": 24478, + "Ġhogar": 24479, + "dámelo": 24480, + "ĠConseil": 24481, + "spoken": 24482, + "Solo": 24483, + "dest": 24484, + "fried": 24485, + "gran": 24486, + "isch": 24487, + "Ġpum": 24488, + "Ġinward": 24489, + "ĠIP": 24490, + "Ġanillo": 24491, + "opol": 24492, + "Ġrim": 24493, + "Ġconden": 24494, + "acked": 24495, + "ĠLET": 24496, + "Ġquerer": 24497, + "arding": 24498, + "ishly": 24499, + "Ġdespre": 24500, + "ónica": 24501, + "Ġscoop": 24502, + "Ġcheery": 24503, + "ANCE": 24504, + "Ġpersonaje": 24505, + "ginald": 24506, + "Ġassented": 24507, + "Ġexpelled": 24508, + "Ġcampos": 24509, + "ĠReview": 24510, + "Ġvenom": 24511, + "Ġfuente": 24512, + "Ġbleed": 24513, + "iii": 24514, + "Ġweakened": 24515, + "ovich": 24516, + "ĠDemocrats": 24517, + "Ġduque": 24518, + "Ġganó": 24519, + "Ġmentally": 24520, + "Ġdisposal": 24521, + "ĠEngineering": 24522, + "Ġgoverness": 24523, + "ductive": 24524, + "Ġdesgracia": 24525, + "ĠKazakhstan": 24526, + "Sn": 24527, + "hiding": 24528, + "swe": 24529, + "Ġpál": 24530, + "alysis": 24531, + "queta": 24532, + "ĠSEC": 24533, + "ĠHond": 24534, + "ĠParson": 24535, + "Ġthereby": 24536, + "ĠDix": 24537, + "ĠEye": 24538, + "Ġjustified": 24539, + "venir": 24540, + "Ġoffspring": 24541, + "urns": 24542, + "avirus": 24543, + "ahl": 24544, + "ĠStories": 24545, + "Ġflan": 24546, + "Ġnumeros": 24547, + "Ġmilksha": 24548, + "Ġskates": 24549, + "Ġskipped": 24550, + "Albert": 24551, + "ĠBlanche": 24552, + "Ġinsens": 24553, + "unications": 24554, + "LLL": 24555, + "finals": 24556, + "Ġharmony": 24557, + "ĠCorny": 24558, + "Ġinterviews": 24559, + "Ġiguales": 24560, + "Ġwrapping": 24561, + "ĠMasters": 24562, + "Ġcrabs": 24563, + "ĠPilchard": 24564, + "Ġcomprehend": 24565, + "Ġreluctantly": 24566, + "Ġeléctr": 24567, + ".;": 24568, + "Dora": 24569, + "Ġmul": 24570, + "Ġmittens": 24571, + "enos": 24572, + "allÃŃ": 24573, + "ĠBien": 24574, + "Ġsupplement": 24575, + "shr": 24576, + "Ġphon": 24577, + "Ġstately": 24578, + "Ahh": 24579, + "ancouver": 24580, + "Ġsands": 24581, + "Ġcracking": 24582, + "ĠOriental": 24583, + "Ġjuega": 24584, + "ĠSurely": 24585, + "growls": 24586, + "blocks": 24587, + "Ġnuisance": 24588, + "Av": 24589, + "HAR": 24590, + "lost": 24591, + "Ġdama": 24592, + "Ġlumin": 24593, + "Ġnotices": 24594, + "ĠHin": 24595, + "ológ": 24596, + "Ġalgae": 24597, + "Ġallerg": 24598, + "ĠDarry": 24599, + "ĠWals": 24600, + "capt": 24601, + "irsty": 24602, + "Ġperió": 24603, + "ADE": 24604, + "ĠNewman": 24605, + "ĠBeijing": 24606, + "ritic": 24607, + "ĠProvin": 24608, + "Ġutil": 24609, + "Ġpackages": 24610, + "Ġquarry": 24611, + "ĠAngl": 24612, + "Ġplanting": 24613, + "Ġvacc": 24614, + "Ġmassacre": 24615, + "Ġtiro": 24616, + "Ġexperimental": 24617, + "Ġcruiser": 24618, + "ĠNickel": 24619, + "Ġdignified": 24620, + "Ġparliamentary": 24621, + "ĠGeneva": 24622, + "Ġinitiative": 24623, + "Ġplátano": 24624, + "ĠKashmir": 24625, + "Non": 24626, + "hug": 24627, + "mour": 24628, + "Ġfie": 24629, + "asury": 24630, + "atan": 24631, + "Ġnovia": 24632, + "Ġweaker": 24633, + "ĠHus": 24634, + "ĠHod": 24635, + "ĠHorton": 24636, + "ĠDul": 24637, + "Ġ211": 24638, + "ĠKaw": 24639, + "ĠKris": 24640, + "clay": 24641, + "Ġcarelessly": 24642, + "Ġmused": 24643, + "Ġindian": 24644, + "rils": 24645, + "Ġlabels": 24646, + "Ġwheeled": 24647, + "Team": 24648, + "ĠRegional": 24649, + "WHO": 24650, + "Ġhablado": 24651, + "Ġmuñec": 24652, + "Ġdemonstrate": 24653, + "Ġprofessionally": 24654, + "Ġadaptation": 24655, + "ĠWhitney": 24656, + "stadt": 24657, + "ĠUruguay": 24658, + "Ġthreshold": 24659, + "Grab": 24660, + "Linda": 24661, + "wam": 24662, + "ĠMAKE": 24663, + "third": 24664, + "Ġporno": 24665, + "comend": 24666, + "Ġvela": 24667, + "Ġroommate": 24668, + "Ġyoungster": 24669, + "Ġsorting": 24670, + "Ġtablet": 24671, + "Ġassail": 24672, + "Ġmoth": 24673, + "Ġjuven": 24674, + "ijuana": 24675, + "Ġdiga": 24676, + "ün": 24677, + "Ġwheelbarrow": 24678, + "ĠvolvÃŃa": 24679, + "Ġnominations": 24680, + "Ġpassionate": 24681, + "Ġobjetos": 24682, + "ĠÃģfrica": 24683, + "Ġtrophy": 24684, + "Ġnucleus": 24685, + "Ġmotherfucker": 24686, + "city": 24687, + "Ġpours": 24688, + "Ġtox": 24689, + "etti": 24690, + "rium": 24691, + "Ġforks": 24692, + "eaux": 24693, + "ĠBears": 24694, + "Ġshivering": 24695, + "Ġeloqu": 24696, + "ĠOp": 24697, + "Ġcuest": 24698, + "Ġcontrolling": 24699, + "Ġreson": 24700, + "Ġroundabout": 24701, + "Beat": 24702, + "Ġsirv": 24703, + "ĠReich": 24704, + "ĠEdwin": 24705, + "ĠMinor": 24706, + "Ġburro": 24707, + "Ġvolvieron": 24708, + "ÃŃculos": 24709, + "Ġconstitu": 24710, + "drive": 24711, + "Barbara": 24712, + "Ġstamped": 24713, + "Ġcongratulations": 24714, + "Twelve": 24715, + "Ġprettiest": 24716, + "ĠSicily": 24717, + "_!\"": 24718, + "fun": 24719, + "vous": 24720, + "Ġtakin": 24721, + "Ġpines": 24722, + "ayo": 24723, + "Ġbeaches": 24724, + "amount": 24725, + "Ġanne": 24726, + "ĠCray": 24727, + "abi": 24728, + "Ġalum": 24729, + "Ġoutstanding": 24730, + "Ġthence": 24731, + "Ġbackyard": 24732, + "Ġ[!": 24733, + "Ġrunway": 24734, + "Ġlegally": 24735, + "Ġdaré": 24736, + "Ġsurprises": 24737, + "Ġdemons": 24738, + "Ġexceptions": 24739, + "Ġcracks": 24740, + "Ġresponds": 24741, + "Ġqualification": 24742, + "Ġteeny": 24743, + "ĠRevolutionary": 24744, + "ĠDominican": 24745, + "Ġtroublesome": 24746, + "Ġindignantly": 24747, + "ĠClarke": 24748, + "Ġvigorous": 24749, + "Ġcouples": 24750, + "ioneers": 24751, + "Ġunemployment": 24752, + "Ġstaggered": 24753, + "urrection": 24754, + "Ġcricketer": 24755, + "Ġmischievous": 24756, + "BAB": 24757, + "Fun": 24758, + "Friday": 24759, + "Makes": 24760, + "Sé": 24761, + "eggs": 24762, + "rese": 24763, + "Ġpeaks": 24764, + "ĠSex": 24765, + "ĠPattie": 24766, + "ĠRim": 24767, + "ĠOst": 24768, + "Ġgrub": 24769, + "Ġtej": 24770, + "Ġtecho": 24771, + "cogn": 24772, + "Ġshabby": 24773, + "Ġstartling": 24774, + "bove": 24775, + "Ġinvari": 24776, + "Ġhairy": 24777, + "Ġpatches": 24778, + "ouching": 24779, + "Ġirse": 24780, + "Ġordering": 24781, + "ĠEdition": 24782, + "Ġsnaps": 24783, + "Ġfuimos": 24784, + "ylum": 24785, + "remont": 24786, + "ĠEstonia": 24787, + "Ġworthless": 24788, + "ĠMoor": 24789, + "Ġpredomin": 24790, + "Ġlegislature": 24791, + "ĠLAUGH": 24792, + "Ġdiabetes": 24793, + "ichever": 24794, + "Bit": 24795, + "Ep": 24796, + "Hands": 24797, + "Ġau": 24798, + "Ġfolly": 24799, + "Ġyarn": 24800, + "Ġgim": 24801, + "Ġbeams": 24802, + "Ġnas": 24803, + "ĠMine": 24804, + "ĠBRO": 24805, + "ource": 24806, + "Ġoutdoor": 24807, + "many": 24808, + "Ġdispuesto": 24809, + "Ġtraps": 24810, + "donald": 24811, + "Ġcerdo": 24812, + "Quer": 24813, + "Ġbarca": 24814, + "Ġpaste": 24815, + "ĠAdri": 24816, + "undercurrent": 24817, + "Ġtourism": 24818, + "2003": 24819, + "Spot": 24820, + "ĠFortune": 24821, + "Ġsporting": 24822, + "Ġcriado": 24823, + "Ġpussycat": 24824, + "ĠSandra": 24825, + "ĠSantos": 24826, + "ĠBuddha": 24827, + "Ġlentamente": 24828, + "Ġremembrance": 24829, + "Emp": 24830, + "MendÃŃa": 24831, + "Ġbureau": 24832, + "omos": 24833, + "Ġongoing": 24834, + "ĠAway": 24835, + "ĠAla": 24836, + "ilib": 24837, + "pples": 24838, + "ág": 24839, + "Ġleyes": 24840, + "Ġclicking": 24841, + "ĠperÃŃ": 24842, + "mean": 24843, + "Ġsloop": 24844, + "Ġexcuses": 24845, + "Ġvoces": 24846, + "INGING": 24847, + "Ġvaries": 24848, + "Ġsnowing": 24849, + "ĠCalvin": 24850, + "ĠShawn": 24851, + "Ġavi": 24852, + "Climate": 24853, + "Ġsmelly": 24854, + "Ġfooled": 24855, + "oliday": 24856, + "Ġrobin": 24857, + "ĠMerle": 24858, + "Ġetcetera": 24859, + "ĠPanama": 24860, + "Ġassassination": 24861, + "upert": 24862, + "ĠSOMETHING": 24863, + "fifty": 24864, + "Ġmajesty": 24865, + "ĠBrittany": 24866, + "hausen": 24867, + "Modern": 24868, + "Ġtwelfth": 24869, + "eys": 24870, + "ova": 24871, + "Ġapr": 24872, + "ĠIb": 24873, + "ĠSave": 24874, + "ĠDiane": 24875, + "ĠGener": 24876, + "ĠJi": 24877, + "ĠNy": 24878, + "ĠNwww": 24879, + "Ġhowling": 24880, + "coge": 24881, + "athon": 24882, + "Ġboxer": 24883, + "Ġvert": 24884, + "shouting": 24885, + "Ġhighlight": 24886, + "exactly": 24887, + "Ġcooks": 24888, + "ritos": 24889, + "Ġsnip": 24890, + "Ġdoubted": 24891, + "adeshi": 24892, + "Ġgallop": 24893, + "ĠMilton": 24894, + "ĠDawn": 24895, + "Ġrusty": 24896, + "Ġexperiencia": 24897, + "Ġbulb": 24898, + "Ġcuánto": 24899, + "Ġanciana": 24900, + "ĠOriginal": 24901, + "Ġmidshipmen": 24902, + "ĠBombay": 24903, + "Ġexquisite": 24904, + "Pens": 24905, + "Sar": 24906, + "Scar": 24907, + "uously": 24908, + "Ġán": 24909, + "Ġcámara": 24910, + "Ġmorrow": 24911, + "Ġheh": 24912, + "ĠTir": 24913, + "ĠMight": 24914, + "ĠHast": 24915, + "ifred": 24916, + "ĠGwww": 24917, + "ĠJavier": 24918, + "ĠRica": 24919, + "astro": 24920, + "Ġarrog": 24921, + "iences": 24922, + "Ġglittering": 24923, + "mov": 24924, + "Ġdipped": 24925, + "Islam": 24926, + "rophe": 24927, + "ĠSpike": 24928, + "Ġcalcium": 24929, + "Ġdiscre": 24930, + "Ġequipped": 24931, + "ĠPepper": 24932, + "Definitely": 24933, + "ĠSuppose": 24934, + "Ġelectromag": 24935, + "Ġfortunes": 24936, + "Ġpensado": 24937, + "Ġurge": 24938, + "Ġclowns": 24939, + "ĠReserve": 24940, + "Ġdeposited": 24941, + "Ġenfermo": 24942, + "Ġpancake": 24943, + "SPE": 24944, + "ĠWhether": 24945, + "DOOR": 24946, + "ĠPamela": 24947, + "ĠPhillips": 24948, + "Ġantibiot": 24949, + "'.\"": 24950, + "Bud": 24951, + "Camp": 24952, + "Dire": 24953, + "Fat": 24954, + "Kiss": 24955, + "best": 24956, + "det": 24957, + "taker": 24958, + "hap": 24959, + "advant": 24960, + "Ġnappy": 24961, + "role": 24962, + "ĠAFC": 24963, + "ĠCreat": 24964, + "ĠCulture": 24965, + "Ġjingle": 24966, + "Ġespes": 24967, + "iao": 24968, + "Ġcrude": 24969, + "Ġappe": 24970, + "ĠShepherd": 24971, + "ĠChim": 24972, + "ounid": 24973, + "Ġmomentos": 24974, + "Ġgenerals": 24975, + "ĠClip": 24976, + "Ġmarking": 24977, + "Ġfila": 24978, + "Ġmotto": 24979, + "Ġ151": 24980, + "Enlaces": 24981, + "Ġllevo": 24982, + "Percy": 24983, + "TURE": 24984, + "Ġattendance": 24985, + "Ġbarked": 24986, + "ĠBoyd": 24987, + "Ġchattering": 24988, + "Ġappreciation": 24989, + "Ġtidings": 24990, + "ĠStevens": 24991, + "Joey": 24992, + "Ġunfold": 24993, + "Ġdeceived": 24994, + "Individual": 24995, + "Ġidioma": 24996, + "Ġathletic": 24997, + "Ġtempest": 24998, + "ĠNEED": 24999, + "Ġcirculation": 25000, + "stretched": 25001, + "Sunday": 25002, + "BLE": 25003, + "Monday": 25004, + "gia": 25005, + "rador": 25006, + "Ġgiddy": 25007, + "atem": 25008, + "lebra": 25009, + "ĠTE": 25010, + "ĠCada": 25011, + "Ġunlucky": 25012, + "útil": 25013, + "Ġholder": 25014, + "Ġpapi": 25015, + "ĠElmer": 25016, + "Ġranas": 25017, + "Ġcertainty": 25018, + "Ġshortened": 25019, + "Ġsincer": 25020, + "Ġfarmhouse": 25021, + "AMI": 25022, + "Ġcelebrating": 25023, + "Ġhonorable": 25024, + "ĠActress": 25025, + "ponlo": 25026, + "Ġbarks": 25027, + "dinand": 25028, + "choochoo": 25029, + "ĠSquad": 25030, + "ĠRonnie": 25031, + "wrong": 25032, + "ĠBuddhist": 25033, + "Ġvertebr": 25034, + "Ġnegotiations": 25035, + "ĠRectus": 25036, + "ĠLebanon": 25037, + "BRI": 25038, + "Knock": 25039, + "Tri": 25040, + "jeros": 25041, + "á»": 25042, + "Ġtoil": 25043, + "Ġhike": 25044, + "Ġhola": 25045, + "Ġecos": 25046, + "Ġquince": 25047, + "uni": 25048, + "ĠHyd": 25049, + "ĠDre": 25050, + "Ġusa": 25051, + "laus": 25052, + "Ġestilo": 25053, + "ishops": 25054, + "ianos": 25055, + "ĠVancouver": 25056, + "Ġlesser": 25057, + "Ġembar": 25058, + "Ġencontré": 25059, + "legs": 25060, + "Ġsegment": 25061, + "backs": 25062, + "iudad": 25063, + "Ġbreasts": 25064, + "Madame": 25065, + "ĠXVIII": 25066, + "Ġnortheastern": 25067, + "Ġcyclone": 25068, + "Entre": 25069, + "âĪĴ": 25070, + "Ġcómod": 25071, + "Brooklyn": 25072, + "ĠShanghai": 25073, + "GIN": 25074, + "WF": 25075, + "Ġbusted": 25076, + "Ġfences": 25077, + "alos": 25078, + "elles": 25079, + "ĠJae": 25080, + "ĠRaw": 25081, + "indle": 25082, + "Ġunseen": 25083, + "ĠKenny": 25084, + "Ġcuidad": 25085, + "Ġflute": 25086, + "!\".": 25087, + "Ġgrandchildren": 25088, + "ĠReverend": 25089, + "puppet": 25090, + "ĠQuick": 25091, + "Ġtreats": 25092, + "ĠMathem": 25093, + ",--\"": 25094, + "ĠBillie": 25095, + "ĠTurtle": 25096, + "Ġmasa": 25097, + "ujah": 25098, + "Ġtortured": 25099, + "ĠHindus": 25100, + "Ġrumors": 25101, + "Playing": 25102, + "Ġfácilmente": 25103, + "Ġblossom": 25104, + "Ġdiscontin": 25105, + "ĠTunis": 25106, + "Ġpyramid": 25107, + "ĠPeabody": 25108, + "Ġrincón": 25109, + "Awards": 25110, + "Power": 25111, + "SEL": 25112, + "craw": 25113, + "iaba": 25114, + "Ġavenue": 25115, + "Ġboughs": 25116, + "Ġmashed": 25117, + "leta": 25118, + "Ġreigned": 25119, + "ĠSanto": 25120, + "ĠMol": 25121, + "ĠCore": 25122, + "ĠBenton": 25123, + "Ġsaves": 25124, + "ĠGam": 25125, + "ĠGREAT": 25126, + "ĠLucky": 25127, + "oho": 25128, + "óvil": 25129, + "ateful": 25130, + "Ġoverfl": 25131, + "itei": 25132, + "Ġwhereabouts": 25133, + "Ġdaybreak": 25134, + "ĠStay": 25135, + "cert": 25136, + "Ġmonuments": 25137, + "Ġseemingly": 25138, + "Ġlargas": 25139, + "Story": 25140, + "Ġtrio": 25141, + "Ġtribal": 25142, + "Ġcursed": 25143, + "ĠSeoul": 25144, + "Yours": 25145, + "prene": 25146, + "speak": 25147, + "Administr": 25148, + "2002": 25149, + "ĠWilhelm": 25150, + "ĠLiberty": 25151, + "Jonathan": 25152, + "Ġrehearsal": 25153, + "Ġhoofs": 25154, + "Ġmoustache": 25155, + "ĠBawly": 25156, + "AH": 25157, + "LAND": 25158, + "Mul": 25159, + "dler": 25160, + "vill": 25161, + "oult": 25162, + "Ġciencia": 25163, + "Ġbounds": 25164, + "adió": 25165, + "Ġataque": 25166, + "ĠHang": 25167, + "ĠPiper": 25168, + "Ġfrances": 25169, + "Ġplunge": 25170, + "ĠFro": 25171, + "nty": 25172, + "ĠJas": 25173, + "ĠRiley": 25174, + "Ġproceso": 25175, + "ugas": 25176, + "Ġglare": 25177, + "HEY": 25178, + "Ġsalen": 25179, + "Ġsubdu": 25180, + "atorio": 25181, + "ĠReyes": 25182, + "ĠAdrian": 25183, + "ĠSerge": 25184, + "Ġtemperatura": 25185, + "ĠSundays": 25186, + "ĠMovie": 25187, + "incinn": 25188, + "Ġclocks": 25189, + "casting": 25190, + "Ġconocimiento": 25191, + "winning": 25192, + "Ġexplosive": 25193, + "ĠBanks": 25194, + "Ġgroceries": 25195, + "mphony": 25196, + "Ġcompassion": 25197, + "Ġobserver": 25198, + "Attention": 25199, + "Ġpigeons": 25200, + "Ġmuseums": 25201, + "cub": 25202, + "lorn": 25203, + "yet": 25204, + "arás": 25205, + "ĠHigg": 25206, + "ámonos": 25207, + "Ġunanim": 25208, + "yson": 25209, + "Ġveras": 25210, + "Ġincluy": 25211, + "Ġrepay": 25212, + "Ġsquat": 25213, + "Ġcreator": 25214, + "ĠEdwards": 25215, + "Ġcornflakes": 25216, + "Ġpractise": 25217, + "Ġhallaba": 25218, + "ĠErn": 25219, + "Ġrevolt": 25220, + "Ġamigas": 25221, + "ĠGarcia": 25222, + "Ġfocuses": 25223, + "bidden": 25224, + "Ġtosses": 25225, + "Ġcansado": 25226, + "Ġgracia": 25227, + "ĠShiva": 25228, + "Ġregreso": 25229, + "Ġmultiplic": 25230, + "ĠEconomic": 25231, + "ĠWolverton": 25232, + "Human": 25233, + "Jump": 25234, + "kara": 25235, + "Ġaves": 25236, + "Ġbred": 25237, + "Ġbumps": 25238, + "ench": 25239, + "enburg": 25240, + "along": 25241, + "Ġangu": 25242, + "ilidades": 25243, + "Ġfrying": 25244, + "ĠDud": 25245, + "uevo": 25246, + "udged": 25247, + "izó": 25248, + "Ġwherein": 25249, + "Ġchug": 25250, + "ientemente": 25251, + "Ġdios": 25252, + "ĠZone": 25253, + "OND": 25254, + "Ġemphat": 25255, + "Ġcamión": 25256, + "ĠEnglishmen": 25257, + "ĠReady": 25258, + "ĠItalia": 25259, + "Ġprogrammes": 25260, + "Ġverdadera": 25261, + "ĠFinal": 25262, + "Ġrugged": 25263, + "Ġpitching": 25264, + "Ġrewarded": 25265, + "Ġdiagram": 25266, + "Ġmended": 25267, + "Ġpreceding": 25268, + "Ġcolleague": 25269, + "Ġórdenes": 25270, + "Possum": 25271, + "Ġflexible": 25272, + "Ġenforcement": 25273, + "SN": 25274, + "Summer": 25275, + "buck": 25276, + "cum": 25277, + "fair": 25278, + "football": 25279, + "kap": 25280, + "nings": 25281, + "scale": 25282, + "Ġcreen": 25283, + "usal": 25284, + "irlo": 25285, + "Ġrecl": 25286, + "otras": 25287, + "keley": 25288, + "ĠAgric": 25289, + "ÃŃj": 25290, + "Ġsof": 25291, + "Ġunbelievable": 25292, + "Ġespero": 25293, + "Ġappend": 25294, + "Ġvector": 25295, + "ĠAlz": 25296, + "Ġinduced": 25297, + "ĠSponge": 25298, + "Ġbuilds": 25299, + "conne": 25300, + "Reception": 25301, + "ĠsabÃŃas": 25302, + "ECA": 25303, + "Ġaccepting": 25304, + "Ġpescado": 25305, + "1990": 25306, + "ĠHeavy": 25307, + "Ġrecibido": 25308, + "Ġsunglasses": 25309, + "ĠpolÃŃtica": 25310, + "Ġadjacent": 25311, + "Ġtwentieth": 25312, + "ĠEskimo": 25313, + "ĠPreston": 25314, + "historic": 25315, + "Bell": 25316, + "Park": 25317, + "krit": 25318, + "Ġsittin": 25319, + "ĠAileen": 25320, + "ĠCott": 25321, + "ĠBrent": 25322, + "ieg": 25323, + "ĠPhileas": 25324, + "ĠDiamond": 25325, + "Ġshoo": 25326, + "Ġenjo": 25327, + "uren": 25328, + "izer": 25329, + "Ġcontroller": 25330, + "ipes": 25331, + "ĠInn": 25332, + "Ġslopes": 25333, + "Ġcolg": 25334, + "ĠAndorra": 25335, + "Ġmonks": 25336, + "rasp": 25337, + "jection": 25338, + "Ġcables": 25339, + "ĠAllies": 25340, + "Ġpleasing": 25341, + "Ġmarkers": 25342, + "Ġpublicity": 25343, + "ĠMcG": 25344, + "Ġportions": 25345, + "ĠWithin": 25346, + "Ġvictories": 25347, + "supp": 25348, + "oloca": 25349, + "Ġcubierta": 25350, + "Tenemos": 25351, + "Ġelementary": 25352, + "Ġcampaigns": 25353, + "Ġresidential": 25354, + "Louise": 25355, + "Ġcooperation": 25356, + "Ġtemprano": 25357, + "Ġwipes": 25358, + "ĠLarge": 25359, + "Ġdesgrac": 25360, + "Ġabolished": 25361, + "Ġcourtyard": 25362, + "Catch": 25363, + "Dimitra": 25364, + "aun": 25365, + "Ġgord": 25366, + "Ġdoings": 25367, + "ĠSke": 25368, + "ĠGol": 25369, + "ĠEVERY": 25370, + "Ġcomponents": 25371, + "ressidar": 25372, + "Ġrefusing": 25373, + "Ġgrandparents": 25374, + "ĠCarlo": 25375, + "odeon": 25376, + "Ġdebts": 25377, + "ĠExper": 25378, + "ĠBonny": 25379, + "Ġpiratas": 25380, + "ĠDelaware": 25381, + "Ġpreguntas": 25382, + "Ġtossing": 25383, + "Interest": 25384, + "Ġsniffing": 25385, + "Ġshrewd": 25386, + "Fig": 25387, + "bula": 25388, + "rams": 25389, + "splash": 25390, + "Ġslo": 25391, + "Ġpouch": 25392, + "Ġinfr": 25393, + "ĠSty": 25394, + "ĠMORE": 25395, + "ĠAuvergne": 25396, + "ĠCoss": 25397, + "ĠHwww": 25398, + "Ġsoaked": 25399, + "Ġplaza": 25400, + "ĠFloyd": 25401, + "peep": 25402, + "neas": 25403, + "psons": 25404, + "days": 25405, + "Ġlasting": 25406, + "Ġdeciding": 25407, + "Ġdiagon": 25408, + "ĠPrussia": 25409, + "ĠElena": 25410, + "Ġpayments": 25411, + "Ġfavorites": 25412, + "Ġremarkably": 25413, + "Ġviva": 25414, + "Ġgorro": 25415, + "momma": 25416, + "Ġhiccups": 25417, + "Ġmosque": 25418, + "Ġsueños": 25419, + "Ġmonarchy": 25420, + "Ġardilla": 25421, + "ĠClarissa": 25422, + "Ġjersey": 25423, + "ĠAunque": 25424, + "Ġarreglar": 25425, + "Ġknob": 25426, + "Ġefficiency": 25427, + "Boo": 25428, + "Más": 25429, + "Promise": 25430, + "millo": 25431, + "paint": 25432, + "tractor": 25433, + "vr": 25434, + "Ġdys": 25435, + "ĠPO": 25436, + "ĠGret": 25437, + "ĠJoo": 25438, + "Ġclump": 25439, + "Ġafore": 25440, + "ffs": 25441, + "avian": 25442, + "Ġadul": 25443, + "Ġletras": 25444, + "ipher": 25445, + "Ġentren": 25446, + "Ġrung": 25447, + "ĠAmericas": 25448, + "Ġsurge": 25449, + "Ġaquarium": 25450, + "Ġmodified": 25451, + "Ġspecialized": 25452, + "Ġpensé": 25453, + "Ġfuturo": 25454, + "Ġenemigos": 25455, + "Ġinstructor": 25456, + "Ġazules": 25457, + "Ġmáquina": 25458, + "opedia": 25459, + "Ġaccommodation": 25460, + "Ġresearcher": 25461, + "!_\"": 25462, + "Ġbriskly": 25463, + "ĠCurtis": 25464, + "'?\"": 25465, + "Aut": 25466, + "Swww": 25467, + "ovan": 25468, + "Ġbount": 25469, + "Ġdung": 25470, + "Ġpomp": 25471, + "leaf": 25472, + "import": 25473, + "Ġnana": 25474, + "Ġdew": 25475, + "ĠTween": 25476, + "ĠTrain": 25477, + "ĠSaul": 25478, + "ĠSiber": 25479, + "ĠAIDS": 25480, + "ĠBrett": 25481, + "Ġcance": 25482, + "ĠDaven": 25483, + "agles": 25484, + "Ġanytime": 25485, + "dee": 25486, + "Ġrails": 25487, + "Ġnightfall": 25488, + "Ġrunaway": 25489, + "tenÃŃa": 25490, + "ĠButler": 25491, + "Ġsubdiv": 25492, + "osaurs": 25493, + "Ġgrandmamma": 25494, + "ĠEli": 25495, + "ĠThatcher": 25496, + "withstanding": 25497, + "nett": 25498, + "Sean": 25499, + "Ġimagen": 25500, + "Tele": 25501, + "Ġcincuenta": 25502, + "ĠDistributed": 25503, + "Ġsmoothly": 25504, + "Ġimprovements": 25505, + "Feel": 25506, + "Ġjealousy": 25507, + "Ġfabulous": 25508, + "Ġachievements": 25509, + "ĠRepresentative": 25510, + "Ġencouragement": 25511, + "Radio": 25512, + "FT": 25513, + "Sho": 25514, + "base": 25515, + "cidos": 25516, + "gina": 25517, + "wet": 25518, + "anse": 25519, + "Ġnombr": 25520, + "ĠBwww": 25521, + "unció": 25522, + "Ġrisa": 25523, + "Ġvid": 25524, + "Ġenamor": 25525, + "Ġloading": 25526, + "Ġhandles": 25527, + "aved": 25528, + "unde": 25529, + "iban": 25530, + "ĠCanter": 25531, + "Ġjuicy": 25532, + "ĠMonica": 25533, + "largest": 25534, + "yeron": 25535, + "penny": 25536, + "ĠJaneiro": 25537, + "ĠHighland": 25538, + "ĠSchol": 25539, + "Jackie": 25540, + "Charlotte": 25541, + "criptions": 25542, + "ĠXVII": 25543, + "Philip": 25544, + "ĠAshley": 25545, + "Ġvariations": 25546, + "Consider": 25547, + "ĠSudan": 25548, + "Ġbattalion": 25549, + "olocaust": 25550, + "DA": 25551, + "LUK": 25552, + "finger": 25553, + "rants": 25554, + "sar": 25555, + "wreck": 25556, + "zig": 25557, + "Ġfus": 25558, + "anz": 25559, + "Ġlu": 25560, + "ativos": 25561, + "Ġnubes": 25562, + "Ġstunned": 25563, + "roads": 25564, + "ĠAvi": 25565, + "antry": 25566, + "ĠWitch": 25567, + "ĠRib": 25568, + "ĠEust": 25569, + "Ġgrades": 25570, + "Ġletra": 25571, + "ibuster": 25572, + "Ġsalida": 25573, + "Ġverdes": 25574, + "Ġsubtle": 25575, + "Ġsentada": 25576, + "Ġtrill": 25577, + "excellent": 25578, + "Ġcatalogue": 25579, + "Ġhalls": 25580, + "ĠGlou": 25581, + "Ġinterruption": 25582, + "Ġbumpy": 25583, + "Ġpsycho": 25584, + "ĠBrahm": 25585, + "ĠBOYS": 25586, + "animals": 25587, + "grandma": 25588, + "Ġrecovering": 25589, + "Ġplumas": 25590, + "ĠVeget": 25591, + "Ġdeclaration": 25592, + "ĠPalestine": 25593, + "ĠHeinrich": 25594, + "ĠHitchcock": 25595, + "Seg": 25596, + "bill": 25597, + "hama": 25598, + "erina": 25599, + "ĠIvy": 25600, + "sec": 25601, + "ĠBROW": 25602, + "antastic": 25603, + "ĠLiv": 25604, + "ĠRacing": 25605, + "éd": 25606, + "Ġunpack": 25607, + "Ġoverd": 25608, + "psst": 25609, + "Ġpocas": 25610, + "Ġshack": 25611, + "Ġshades": 25612, + "vents": 25613, + "Ġbarge": 25614, + "ĠPrinceton": 25615, + "vanni": 25616, + "ĠMalay": 25617, + "ĠPokémon": 25618, + "Ġpesc": 25619, + "GRUN": 25620, + "ĠChang": 25621, + "ĠHunting": 25622, + "Ġhedgehog": 25623, + "Ġdibujos": 25624, + "Ġcasualties": 25625, + "ĠBulgaria": 25626, + "ĠWagner": 25627, + "ĠVernon": 25628, + "Lar": 25629, + "Making": 25630, + "dess": 25631, + "nod": 25632, + "iceless": 25633, + "Ġfors": 25634, + "ĠMut": 25635, + "ĠAP": 25636, + "Ġgobern": 25637, + "antis": 25638, + "ĠDrive": 25639, + "ĠLey": 25640, + "ĠLIFE": 25641, + "ĠEmm": 25642, + "Ġmuertos": 25643, + "ĠKik": 25644, + "rens": 25645, + "Ġdiso": 25646, + "ĠInst": 25647, + "Ġpresente": 25648, + "Ġsurpass": 25649, + "cuént": 25650, + "Ġblocking": 25651, + "Ġdoubles": 25652, + "Ġtestify": 25653, + "Leo": 25654, + "ĠKenyon": 25655, + "Ġreconcil": 25656, + "ĠSanders": 25657, + "Ġespañoles": 25658, + "Ġgoverned": 25659, + "Ġdiplomat": 25660, + "Ġtercera": 25661, + "Darling": 25662, + "ĠLegislative": 25663, + "ĠPiedmont": 25664, + "Ġmerchandise": 25665, + "incinnati": 25666, + "Bomba": 25667, + "HO": 25668, + "camp": 25669, + "mile": 25670, + "Ġdye": 25671, + "atu": 25672, + "Ġdoble": 25673, + "ĠSet": 25674, + "ĠCésar": 25675, + "Ġlib": 25676, + "ulously": 25677, + "Ġshudder": 25678, + "ĠWilly": 25679, + "ĠLizzie": 25680, + "ĠFlo": 25681, + "odil": 25682, + "Ġpoker": 25683, + "bris": 25684, + "Ġeleventh": 25685, + "ibur": 25686, + "Ġsurm": 25687, + "Ġmetro": 25688, + "prit": 25689, + "Ġsalut": 25690, + "Ġrigging": 25691, + "Ġapag": 25692, + "bai": 25693, + "Ġmotors": 25694, + "Ġspecialist": 25695, + "Ġbaths": 25696, + "Ġcowboys": 25697, + "burst": 25698, + "Ġconsecut": 25699, + "Ġ1904": 25700, + "rifying": 25701, + "Ġsuspense": 25702, + "Ġadmirable": 25703, + "ĠSpaniard": 25704, + "Ġcorporation": 25705, + "Ġgraphics": 25706, + "ĠCarrots": 25707, + "iwi": 25708, + "hurst": 25709, + "ediately": 25710, + "ĠNestor": 25711, + "250": 25712, + "Aust": 25713, + "trans": 25714, + "Ġfoto": 25715, + "adder": 25716, + "ĠTroy": 25717, + "ĠSarthe": 25718, + "Ġsois": 25719, + "Ġcondom": 25720, + "ĠLope": 25721, + "ĠNegro": 25722, + "Ġunac": 25723, + "ĠOil": 25724, + "Ġblunt": 25725, + "Ġworkshop": 25726, + "Ġchup": 25727, + "Ġhelper": 25728, + "ailor": 25729, + "rette": 25730, + "Ġcharms": 25731, + "zzo": 25732, + "Ġinscription": 25733, + "Ġreleg": 25734, + "Ġstarved": 25735, + "Deep": 25736, + "Ġsuperintendent": 25737, + "Estás": 25738, + "Ġstretches": 25739, + "pulling": 25740, + "aphne": 25741, + "Ġsurveillance": 25742, + "Ġascended": 25743, + "Ġportrayed": 25744, + "ĠAlexandria": 25745, + "Ġmattress": 25746, + "ĠYugoslavia": 25747, + "Ġpreliminary": 25748, + "Bor": 25749, + "Ball": 25750, + "Dame": 25751, + "Funny": 25752, + "Guy": 25753, + "JAN": 25754, + "Wha": 25755, + "panda": 25756, + "asaki": 25757, + "ĠCIA": 25758, + "ĠBath": 25759, + "ĠBaba": 25760, + "Ġplural": 25761, + "Ġestación": 25762, + "Ġdisliked": 25763, + "ĠYun": 25764, + "ksw": 25765, + "Ġgloss": 25766, + "ĠAlad": 25767, + "Ġregained": 25768, + "venteen": 25769, + "Ġmispronounced": 25770, + "ĠProm": 25771, + "ĠCompton": 25772, + "Ġcolder": 25773, + "Ġrequests": 25774, + "Ġcomforted": 25775, + "Ġcombine": 25776, + "Francis": 25777, + "ĠKathy": 25778, + "Ġmaple": 25779, + "Ġwidth": 25780, + "ĠAnything": 25781, + "ĠJacques": 25782, + "Ġlifestyle": 25783, + "Ġchuckle": 25784, + "Ġdisturbance": 25785, + "ĠAttorney": 25786, + "Ġsubtropical": 25787, + "ĠCouncillor": 25788, + "Ġsimultaneously": 25789, + "WN": 25790, + "buy": 25791, + "caster": 25792, + "dance": 25793, + "lins": 25794, + "rone": 25795, + "tooth": 25796, + "Ġdura": 25797, + "isfe": 25798, + "Ġine": 25799, + "Ġinoc": 25800, + "verne": 25801, + "Ġnan": 25802, + "ARS": 25803, + "Ġrated": 25804, + "ĠDraft": 25805, + "ĠGuten": 25806, + "ĠRou": 25807, + "Ġelastic": 25808, + "Ġprobar": 25809, + "Ġgrunted": 25810, + "lave": 25811, + "ĠKemp": 25812, + "ĠVera": 25813, + "Ġveranda": 25814, + "Ġblacksmith": 25815, + "ĠChristine": 25816, + "Ġtuya": 25817, + "Ġsums": 25818, + "ĠManipur": 25819, + "Ġvalentine": 25820, + "ĠSteerforth": 25821, + "ĠHenri": 25822, + "Ġindication": 25823, + "ĠArabian": 25824, + "ĠWindsor": 25825, + "Ġconceived": 25826, + "Ġsecurely": 25827, + "ĠAquÃŃ": 25828, + "Ġcautious": 25829, + "ĠIndonesian": 25830, + "incorporated": 25831, + "Li": 25832, + "Pete": 25833, + "iÄĩ": 25834, + "lal": 25835, + "okey": 25836, + "ván": 25837, + "Ġlonesome": 25838, + "athy": 25839, + "ĠTAKE": 25840, + "Ġmemo": 25841, + "ĠMell": 25842, + "ĠHog": 25843, + "Ġjohn": 25844, + "igion": 25845, + "istinct": 25846, + "ĠGarth": 25847, + "ĠRES": 25848, + "Ġclaps": 25849, + "ĠKurt": 25850, + "Ġblouse": 25851, + "Ġdisadvant": 25852, + "obrec": 25853, + "Ġcountrymen": 25854, + "Ġladen": 25855, + "Ġhoisted": 25856, + "Ġoppose": 25857, + "ĠShop": 25858, + "Ġradius": 25859, + "Ġcondiciones": 25860, + "Ġtended": 25861, + "Ġbalanced": 25862, + "ĠMercedes": 25863, + "Ġponerse": 25864, + "Ġolive": 25865, + "dinosaur": 25866, + "Ġhabló": 25867, + "Ġcommerce": 25868, + "Ġantiqu": 25869, + "Patrick": 25870, + "Ġabsorb": 25871, + "ĠSAID": 25872, + "Ġdivertido": 25873, + "Earth": 25874, + "Found": 25875, + "Rhin": 25876, + "mol": 25877, + "sigh": 25878, + "till": 25879, + "Ġciv": 25880, + "Ġhavin": 25881, + "Ġhust": 25882, + "Ġhoop": 25883, + "lez": 25884, + "usky": 25885, + "Ġnoct": 25886, + "ooby": 25887, + "rilla": 25888, + "Ġsemic": 25889, + "ĠAgu": 25890, + "ĠCris": 25891, + "Ġshifts": 25892, + "ĠGwen": 25893, + "ĠLex": 25894, + "Ġelapsed": 25895, + "pecies": 25896, + "Ġarse": 25897, + "Ġgruñ": 25898, + "Ġfeo": 25899, + "Ġerase": 25900, + "bend": 25901, + "ĠStella": 25902, + "Ġimitation": 25903, + "Ġdisrupt": 25904, + "Ġshady": 25905, + "Ġrags": 25906, + "brings": 25907, + "Ġbotas": 25908, + "Ġchauffeur": 25909, + "Ġfins": 25910, + "grant": 25911, + "Ġdrows": 25912, + "Ġintest": 25913, + "Ġtapping": 25914, + "ĠHowe": 25915, + "Ġresponder": 25916, + "ĠQuieres": 25917, + "Ġsupernatural": 25918, + "Within": 25919, + "Ġsimplemente": 25920, + "Ġhubieran": 25921, + "Ġcorta": 25922, + "árcel": 25923, + "ĠSpeed": 25924, + "Ġrevés": 25925, + "ĠRamsey": 25926, + "Ġgrinning": 25927, + "ĠREALLY": 25928, + "ĠGibraltar": 25929, + "ĠVietnamese": 25930, + "Ġvicar": 25931, + "Ġfertile": 25932, + "Ġtierras": 25933, + "Ġoverwhelming": 25934, + "Ġbungalow": 25935, + "ĠNeptune": 25936, + "Ly": 25937, + "Tot": 25938, + "wal": 25939, + "andel": 25940, + "ĠCret": 25941, + "ielle": 25942, + "ifference": 25943, + "Ġthereof": 25944, + "Ġabused": 25945, + "ĠFuk": 25946, + "ĠEmin": 25947, + "Ġleopard": 25948, + "ografÃŃa": 25949, + "Ġfamoso": 25950, + "Ġahor": 25951, + "Ġintensity": 25952, + "ĠFlash": 25953, + "ĠSuz": 25954, + "ĠPhilos": 25955, + "Esa": 25956, + "Ġradiant": 25957, + "Ġnineteenth": 25958, + "ĠCricket": 25959, + "Ġfashionable": 25960, + "Ġwisely": 25961, + "Ġavoiding": 25962, + "ĠBuckingham": 25963, + "avera": 25964, + "ĠBreak": 25965, + "Ġadoption": 25966, + "million": 25967, + "Stephen": 25968, + "Ġvitam": 25969, + "Aunque": 25970, + "ĠRosalind": 25971, + "FO": 25972, + "Jay": 25973, + "Ġmumbles": 25974, + "Ġlining": 25975, + "Ġtopped": 25976, + "usch": 25977, + "Ġnube": 25978, + "sela": 25979, + "ĠBun": 25980, + "ĠBil": 25981, + "Ġlaz": 25982, + "ĠGry": 25983, + "ĠFen": 25984, + "apy": 25985, + "Ġtwigs": 25986, + "placing": 25987, + "Ġpref": 25988, + "ulls": 25989, + "Ġlaser": 25990, + "Ġentran": 25991, + "Ġnamely": 25992, + "yeong": 25993, + "Ġlighthouse": 25994, + "ĠAthen": 25995, + "ĠAdolf": 25996, + "ĠHercules": 25997, + "Ġhacerle": 25998, + "adoras": 25999, + "Ġknickers": 26000, + "Grace": 26001, + "telling": 26002, + "Ġvideoj": 26003, + "ĠMerrick": 26004, + "ophren": 26005, + "Ġpounding": 26006, + "ĠTrail": 26007, + "ĠJeffreys": 26008, + "Ġrejoicing": 26009, + "ĠArchbishop": 26010, + "ĠDirect": 26011, + "ĠSabes": 26012, + "ĠSherman": 26013, + "Ġarregl": 26014, + "Ġsoothing": 26015, + "Ġworshipped": 26016, + "Ġnoticias": 26017, + "ébée": 26018, + "Ġdiscouraged": 26019, + "Ġdwelt": 26020, + "GS": 26021, + "Gil": 26022, + "zón": 26023, + "Ġwah": 26024, + "Ġcaterpillars": 26025, + "Ġbould": 26026, + "Ġpico": 26027, + "question": 26028, + "istant": 26029, + "ĠRoute": 26030, + "izophren": 26031, + "deck": 26032, + "Ġnighttime": 26033, + "Ġdistressed": 26034, + "Ġconsumed": 26035, + "ĠDeedee": 26036, + "Ġskunk": 26037, + "Ġdares": 26038, + "Ġindirect": 26039, + "Ġsquashed": 26040, + "Ġprimeras": 26041, + "Ġillumin": 26042, + "ĠAbby": 26043, + "Ġquedarse": 26044, + "ĠPolicy": 26045, + "Ġjudging": 26046, + "Ġaffili": 26047, + "Ġinquire": 26048, + "Ġattractions": 26049, + "ĠDelta": 26050, + "WHY": 26051, + "Political": 26052, + "ĠBaden": 26053, + "ATIONS": 26054, + "ĠJenkins": 26055, + "Ġradiator": 26056, + "CDP": 26057, + "ACE": 26058, + "Gonna": 26059, + "Ing": 26060, + "JAS": 26061, + "Tech": 26062, + "cmon": 26063, + "Ġaisle": 26064, + "Ġcrank": 26065, + "Ġpuss": 26066, + "oros": 26067, + "Ġonward": 26068, + "Ġstung": 26069, + "Ġnoticia": 26070, + "ĠWHEN": 26071, + "ĠGoth": 26072, + "ĠLag": 26073, + "astructure": 26074, + "Ġarter": 26075, + "ĠKel": 26076, + "hyllis": 26077, + "plin": 26078, + "Ġmoaning": 26079, + "ĠStodd": 26080, + "Ġsermon": 26081, + "Ġshowers": 26082, + "Ġ360": 26083, + "ĠAlgunos": 26084, + "Ġswollen": 26085, + "Ġmomentum": 26086, + "Ġinstruct": 26087, + "Ġengra": 26088, + "150": 26089, + "Ġdemanding": 26090, + "Ġyouthful": 26091, + "Ġ1902": 26092, + "Ġnervously": 26093, + "Ġpantry": 26094, + "ĠCatholics": 26095, + "Ġpierna": 26096, + "Ġseda": 26097, + "Ġspectacle": 26098, + "Ġappealed": 26099, + "Ġmanufactured": 26100, + "Ġmasts": 26101, + "Ġregresó": 26102, + "Angel": 26103, + "ĠCarey": 26104, + "àŃĩ": 26105, + "ĠRoche": 26106, + "ĠSnake": 26107, + "Ġphenomenon": 26108, + "Ġwrinkled": 26109, + "ĠMozart": 26110, + "ĠKendall": 26111, + "DR": 26112, + "Lake": 26113, + "Pot": 26114, + "dÃŃ": 26115, + "nical": 26116, + "vre": 26117, + "inco": 26118, + "hak": 26119, + "Ġheaps": 26120, + "Ġnost": 26121, + "stown": 26122, + "ĠCour": 26123, + "ĠPoo": 26124, + "ĠPretty": 26125, + "Ġhadas": 26126, + "ĠNoddy": 26127, + "ĠED": 26128, + "Ġguides": 26129, + "deep": 26130, + "Ġmonos": 26131, + "azul": 26132, + "aldas": 26133, + "Ġobjections": 26134, + "Ġllegaba": 26135, + "iestos": 26136, + "Ġspends": 26137, + "Además": 26138, + "ĠTimothy": 26139, + "Ġduo": 26140, + "Ġlodging": 26141, + "Ġdominated": 26142, + "Ġcalculations": 26143, + "partement": 26144, + "Paris": 26145, + "ĠDefence": 26146, + "ĠAlberto": 26147, + "Ġmezcl": 26148, + "GRANDMOTHER": 26149, + "Ġmilkshake": 26150, + "-_": 26151, + "hook": 26152, + "mÃŃa": 26153, + "normal": 26154, + "ration": 26155, + "Ġpue": 26156, + "Ġláp": 26157, + "ĠBak": 26158, + "Ġquiera": 26159, + "above": 26160, + "ĠPeg": 26161, + "ĠFay": 26162, + "ĠRory": 26163, + "Ġpeaches": 26164, + "ĠVes": 26165, + "ĠYEAR": 26166, + "Ġentero": 26167, + "Ġmarin": 26168, + "Ġcasos": 26169, + "Ġsket": 26170, + "Stud": 26171, + "Ġedited": 26172, + "ĠLaf": 26173, + "ĠParÃŃs": 26174, + "Ġescapes": 26175, + "Ġsaco": 26176, + "Estamos": 26177, + "Ġtorrent": 26178, + "ettes": 26179, + "Ġ1898": 26180, + "Ġ1899": 26181, + "Ġcircumstance": 26182, + "Ġrodillas": 26183, + "ética": 26184, + "Ġflooding": 26185, + "slide": 26186, + "Ġgravit": 26187, + "ĠBruin": 26188, + "cheeky": 26189, + "Ġproclaimed": 26190, + "Ġcompensation": 26191, + "Ġalkali": 26192, + "labial": 26193, + "ĠTesco": 26194, + "Ġunsuccessful": 26195, + "Ġpredecess": 26196, + "Bal": 26197, + "Bast": 26198, + "Gro": 26199, + "Oi": 26200, + "Rest": 26201, + "spl": 26202, + "witz": 26203, + "Ġfoster": 26204, + "levant": 26205, + "ĠSep": 26206, + "ĠWhis": 26207, + "Ġoutstretched": 26208, + "ĠGri": 26209, + "rys": 26210, + "idered": 26211, + "Ġpeer": 26212, + "IGN": 26213, + "urel": 26214, + "Ġcarga": 26215, + "Ġpoca": 26216, + "ensional": 26217, + "Ġflore": 26218, + "Ġtrauma": 26219, + "Incl": 26220, + "ibald": 26221, + "ĠAlready": 26222, + "ginning": 26223, + "Ġhairdress": 26224, + "Ġvisita": 26225, + "Ġdestino": 26226, + "Ġdejaron": 26227, + "Ġweights": 26228, + "Ġmasks": 26229, + "Ġarranging": 26230, + "ĠRecord": 26231, + "Ġlacking": 26232, + "Ġintending": 26233, + "hantom": 26234, + "Secret": 26235, + "Ġgrease": 26236, + "Ġmuffins": 26237, + "Ġunexpectedly": 26238, + "ĠCzechos": 26239, + "Ġbridle": 26240, + "Fifteen": 26241, + "Ġuncertainty": 26242, + "ĠIndependent": 26243, + "Ġrestrictions": 26244, + "ĠBridget": 26245, + "Ġgeometry": 26246, + "ittees": 26247, + "ĠBaghdad": 26248, + "Lev": 26249, + "Ram": 26250, + "Scientists": 26251, + "rucción": 26252, + "ĠCHILD": 26253, + "Ġfists": 26254, + "Ġfusion": 26255, + "Ġpater": 26256, + "imag": 26257, + "Ġdejo": 26258, + "Ġforlorn": 26259, + "iths": 26260, + "Ġwhoops": 26261, + "ifier": 26262, + "Ġrushes": 26263, + "ulin": 26264, + "ĠReddy": 26265, + "Ġunincorporated": 26266, + "ranium": 26267, + "Ġcomprom": 26268, + "Ġslices": 26269, + "Ġobtener": 26270, + "ĠElaine": 26271, + "Ġfrontier": 26272, + "Ġplead": 26273, + "flix": 26274, + "Ġdeton": 26275, + "Ġnorthward": 26276, + "ĠProductions": 26277, + "Ġrainfall": 26278, + "Ġkiló": 26279, + "Ġtempting": 26280, + "Ġreunion": 26281, + "animal": 26282, + "ĠElephant": 26283, + "ĠGutenberg": 26284, + "Different": 26285, + "itics": 26286, + "Ġdy": 26287, + "Ġpisc": 26288, + "Ġhecha": 26289, + "oser": 26290, + "Ġstrolled": 26291, + "ĠAGAIN": 26292, + "ATED": 26293, + "thren": 26294, + "nae": 26295, + "Ġplas": 26296, + "ĠFri": 26297, + "ĠEisen": 26298, + "pere": 26299, + "peanut": 26300, + "ĠOoh": 26301, + "ĠStubby": 26302, + "Ġdisorders": 26303, + "Ġmostrar": 26304, + "Ġimpet": 26305, + "Ġasserted": 26306, + "ĠCommer": 26307, + "atorial": 26308, + "colors": 26309, + "Ġnorthwestern": 26310, + "ĠTOO": 26311, + "Ġbelongings": 26312, + "ĠCohen": 26313, + "Ġeastward": 26314, + "Ġjoyful": 26315, + "Ġ1865": 26316, + "Ġsorely": 26317, + "enesis": 26318, + "Understand": 26319, + "drinking": 26320, + "Ġberth": 26321, + "Ġmornin": 26322, + "Barry": 26323, + "Joy": 26324, + "Ġcie": 26325, + "isine": 26326, + "eded": 26327, + "arro": 26328, + "Ġgel": 26329, + "ĠSout": 26330, + "andin": 26331, + "store": 26332, + "Ġanunci": 26333, + "ĠCove": 26334, + "Ġneuro": 26335, + "ĠDow": 26336, + "emin": 26337, + "Ġspa": 26338, + "Ġtrineo": 26339, + "Ġneeding": 26340, + "Ġchops": 26341, + "ocus": 26342, + "Ġchambers": 26343, + "Ġrealizing": 26344, + "Ġwarmed": 26345, + "Ġrelación": 26346, + "Ġcabra": 26347, + "Ġsteed": 26348, + "Ġsolos": 26349, + "ĠCarla": 26350, + "iempo": 26351, + "Ġstepmother": 26352, + "Ġstarfish": 26353, + "Ġgenial": 26354, + "changed": 26355, + "Ġroofs": 26356, + "Ġremoval": 26357, + "Ġ1863": 26358, + "Ġimmortal": 26359, + "ĠCornelia": 26360, + "Ġnació": 26361, + "Ġconfidential": 26362, + "ĠGallery": 26363, + "Ġsacrificed": 26364, + "Ġilumin": 26365, + "Ġvarying": 26366, + "ĠExplorer": 26367, + "Ġchromos": 26368, + "Princess": 26369, + "Ġocurrido": 26370, + "Ġoceans": 26371, + "Ġflannel": 26372, + "!)": 26373, + "Amb": 26374, + "Sort": 26375, + "Ġwizard": 26376, + "Ġcork": 26377, + "ithium": 26378, + "send": 26379, + "Ġwithdrawn": 26380, + "ources": 26381, + "Ġplunder": 26382, + "astre": 26383, + "ĠKn": 26384, + "ĠKling": 26385, + "Ġcomport": 26386, + "úho": 26387, + "ĠAnimal": 26388, + "Ġcastles": 26389, + "Ġextraña": 26390, + "Comté": 26391, + "ĠChinaman": 26392, + "Ġmascul": 26393, + "Ġborde": 26394, + "Ġgymnast": 26395, + "Ġincorrect": 26396, + "Ġcustard": 26397, + "Ġfulfilled": 26398, + "Ġparedes": 26399, + "ĠGIRLS": 26400, + "Living": 26401, + "Sports": 26402, + "TIN": 26403, + "Trying": 26404, + "Vill": 26405, + "dings": 26406, + "fox": 26407, + "function": 26408, + "mumbles": 26409, + "vice": 26410, + "words": 26411, + "oudy": 26412, + "ĠSV": 26413, + "ĠPER": 26414, + "ĠLiga": 26415, + "ĠEduc": 26416, + "Ġbypass": 26417, + "Ġexcell": 26418, + "Ġthinkin": 26419, + "ickory": 26420, + "Ġhandwriting": 26421, + "Ġadjoining": 26422, + "Ġdisability": 26423, + "Ġcontamin": 26424, + "Ġyearly": 26425, + "Ġchronic": 26426, + "ĠShel": 26427, + "Ġbotella": 26428, + "babies": 26429, + "Ġphosph": 26430, + "Ġgranddaughter": 26431, + "Ġtemer": 26432, + "Ġpublish": 26433, + "Ġinformación": 26434, + "Ġstraighten": 26435, + "Ġwhisky": 26436, + "Ġrespective": 26437, + "spaghetti": 26438, + "Ġratones": 26439, + "ĠArena": 26440, + "Ġwhistles": 26441, + "Ġpermanently": 26442, + "Ġplatforms": 26443, + "Forty": 26444, + "Ġcongratulate": 26445, + "Ġrestricted": 26446, + "Ġboiler": 26447, + "Ġlingered": 26448, + "Ġwaffles": 26449, + "ĠPLAYING": 26450, + "Ġkarate": 26451, + "ĠMundial": 26452, + "Margaret": 26453, + "HS": 26454, + "bility": 26455, + "Ġsurname": 26456, + "Ġfian": 26457, + "Ġgains": 26458, + "ĠIstanbul": 26459, + "Ġrehab": 26460, + "Ġnacional": 26461, + "abelle": 26462, + "ĠPack": 26463, + "emat": 26464, + "ĠGrange": 26465, + "ández": 26466, + "Ġmanages": 26467, + "izada": 26468, + "ĠYORK": 26469, + "vester": 26470, + "Ġspeck": 26471, + "ĠBras": 26472, + "Ġprescription": 26473, + "ajá": 26474, + "Ġcleans": 26475, + "Ġdaft": 26476, + "cuatro": 26477, + "Ġpretzel": 26478, + "Ġcurso": 26479, + "blank": 26480, + "Ġsquirt": 26481, + "ĠForrest": 26482, + "Anthony": 26483, + "ĠMann": 26484, + "ĠBenny": 26485, + "Ġdisappoint": 26486, + "ĠMarket": 26487, + "Ġtrusting": 26488, + "Ġdiscussions": 26489, + "Ġtights": 26490, + "Ġ1896": 26491, + "Ġvegetation": 26492, + "ĠPlanet": 26493, + "Quickly": 26494, + "ĠBlair": 26495, + "Ġsyllable": 26496, + "';": 26497, + "Dark": 26498, + "Hans": 26499, + "Mass": 26500, + "vado": 26501, + "itaine": 26502, + "arca": 26503, + "Ġonwards": 26504, + "ooo": 26505, + "section": 26506, + "stage": 26507, + "ĠCincinnati": 26508, + "Ġlily": 26509, + "Ġwhither": 26510, + "ĠWord": 26511, + "inders": 26512, + "Ġcocon": 26513, + "Ġinterrump": 26514, + "Ġrefuses": 26515, + "plend": 26516, + "ĠElite": 26517, + "Ġtemor": 26518, + "Ġzorro": 26519, + "archy": 26520, + "ijah": 26521, + "ĠSomeone": 26522, + "safe": 26523, + "Ġhostages": 26524, + "control": 26525, + "ĠtendrÃŃa": 26526, + "Ġmotorway": 26527, + "Ġtricked": 26528, + "Ġplatos": 26529, + "IVB": 26530, + "Ġexpressing": 26531, + "Ġcayeron": 26532, + "Ġmantle": 26533, + "Benjamin": 26534, + "Indian": 26535, + "ça": 26536, + "Into": 26537, + "Ġobedient": 26538, + "Ġsiblings": 26539, + "CHOOL": 26540, + "Ġgiraffes": 26541, + "KEL": 26542, + "Pra": 26543, + "Russian": 26544, + "Usted": 26545, + "tat": 26546, + "tta": 26547, + "ouf": 26548, + "Ġparson": 26549, + "adian": 26550, + "owards": 26551, + "kerel": 26552, + "ĠMás": 26553, + "ĠBowser": 26554, + "Ġrook": 26555, + "ĠWyn": 26556, + "ĠLakes": 26557, + "ĠNut": 26558, + "ád": 26559, + "cius": 26560, + "uckoo": 26561, + "Ġcuarenta": 26562, + "Ġhappiest": 26563, + "gogne": 26564, + "Inside": 26565, + "grad": 26566, + "Ġvender": 26567, + "Ġcharco": 26568, + "Ġsaloon": 26569, + "Ġtremble": 26570, + "eyore": 26571, + "Ġlocally": 26572, + "uyu": 26573, + "ĠMcGregor": 26574, + "ĠShay": 26575, + "Ġdefeating": 26576, + "Ġassociations": 26577, + "ĠEveryone": 26578, + "Ġbolts": 26579, + "Ġprogressive": 26580, + "ĠUNDER": 26581, + "ĠSidney": 26582, + "ĠGuerra": 26583, + "Buenas": 26584, + "ĠBenedict": 26585, + "Sophie": 26586, + "cousin": 26587, + "tad": 26588, + "ystem": 26589, + "Ãĵ": 26590, + "Ġater": 26591, + "Ġduke": 26592, + "ĠSonia": 26593, + "Ġsobs": 26594, + "Ġoral": 26595, + "ĠNorton": 26596, + "Ġ''": 26597, + "hmen": 26598, + "ipel": 26599, + "ector": 26600, + "guien": 26601, + "Ġtrainer": 26602, + "Ġcurl": 26603, + "Ġpromot": 26604, + "Ġdivulg": 26605, + "Ġpostbox": 26606, + "ĠItalians": 26607, + "Ġapartments": 26608, + "Plan": 26609, + "Ġowls": 26610, + "Franche": 26611, + "ères": 26612, + "Ġ1888": 26613, + "Ġqualify": 26614, + "Ġfolding": 26615, + "ĠCHAR": 26616, + "ĠBirthday": 26617, + "Ġsneezes": 26618, + "Ġrattled": 26619, + "Ġastronaut": 26620, + "Ġfirme": 26621, + "José": 26622, + "Ġserpiente": 26623, + "ĠLiterature": 26624, + "Ġgrasping": 26625, + "Wanna": 26626, + "cade": 26627, + "aru": 26628, + "ĠIike": 26629, + "ethe": 26630, + "ĠSite": 26631, + "ĠPala": 26632, + "Ġplight": 26633, + "Ġbeforehand": 26634, + "Ġbotbot": 26635, + "Ġleagues": 26636, + "Ġmetap": 26637, + "ĠDeclar": 26638, + "Ġdinners": 26639, + "arlic": 26640, + "Ġhotter": 26641, + "umbent": 26642, + "ĠChap": 26643, + "AhÃŃ": 26644, + "ĠCarrie": 26645, + "Ġpalms": 26646, + "Ġequations": 26647, + "boro": 26648, + "Ġgeneralmente": 26649, + "ĠRepública": 26650, + "ĠEstoy": 26651, + "Ġsmelled": 26652, + "Ġfreshwater": 26653, + "Ġnotebook": 26654, + "Ġfaculty": 26655, + "Ġdescending": 26656, + "ĠPoppy": 26657, + "Ġtusks": 26658, + "ĠBirds": 26659, + "ĠTenÃŃa": 26660, + "Ġimitate": 26661, + "Ġovejas": 26662, + "Ġsacrifices": 26663, + "ĠAnimation": 26664, + "ĠSebastian": 26665, + "formance": 26666, + "ĠProofreading": 26667, + "Bessie": 26668, + "DAY": 26669, + "Further": 26670, + "Hall": 26671, + "usters": 26672, + "Ġnido": 26673, + "ĠThan": 26674, + "ĠTable": 26675, + "chip": 26676, + "ĠCaterpillar": 26677, + "thor": 26678, + "Ġriches": 26679, + "ppie": 26680, + "Ġclases": 26681, + "earing": 26682, + "placed": 26683, + "Ġdesn": 26684, + "azi": 26685, + "Ġswan": 26686, + "Ġlargos": 26687, + "ésa": 26688, + "ĠBertr": 26689, + "ĠBerkeley": 26690, + "ĠiOS": 26691, + "Ġsighted": 26692, + "Ġvivos": 26693, + "Ġseguido": 26694, + "ĠITV": 26695, + "Ġfashioned": 26696, + "Ġweekends": 26697, + "Ġaxi": 26698, + "Ġespañola": 26699, + "Ġsummary": 26700, + "Ġwhirled": 26701, + "Ġblancos": 26702, + "Ġtreacherous": 26703, + "05": 26704, + "Cass": 26705, + "Ja": 26706, + "Lor": 26707, + "NEW": 26708, + "Pig": 26709, + "Pierre": 26710, + "bons": 26711, + "raron": 26712, + "Ġlime": 26713, + "Ġluchar": 26714, + "Ġeaster": 26715, + "Ġislas": 26716, + "acial": 26717, + "ĠCAP": 26718, + "ĠBam": 26719, + "ĠHak": 26720, + "ĠPens": 26721, + "ĠJO": 26722, + "Ġboing": 26723, + "Ġbrandy": 26724, + "beads": 26725, + "Ġpollo": 26726, + "ĠStre": 26727, + "dead": 26728, + "ĠChicken": 26729, + "Ġglor": 26730, + "Ġpresenting": 26731, + "Ġtransparent": 26732, + "ĠEsc": 26733, + "Ġdevelopments": 26734, + "ĠTré": 26735, + "ĠTHRO": 26736, + "Ġhostess": 26737, + "Ġfooling": 26738, + "Ġrisky": 26739, + "Brad": 26740, + "Ġsuspects": 26741, + "Ġcubs": 26742, + "ĠChancellor": 26743, + "ĠMarshal": 26744, + "ĠPersians": 26745, + "SSS": 26746, + "ĠTrip": 26747, + "Ġribbit": 26748, + "ĠCaball": 26749, + "ĠCabinet": 26750, + "ĠKnights": 26751, + "ĠBourgogne": 26752, + "Ġrigid": 26753, + "ĠPEOPLE": 26754, + "iazza": 26755, + "güenza": 26756, + "WITH": 26757, + "agh": 26758, + "dong": 26759, + "inqu": 26760, + "ref": 26761, + "Ġbamboo": 26762, + "irting": 26763, + "Ġdoggies": 26764, + "ĠTory": 26765, + "ĠTRI": 26766, + "ĠShane": 26767, + "ĠSesame": 26768, + "ĠMow": 26769, + "Ġka": 26770, + "ĠCunning": 26771, + "Ġliable": 26772, + "ĠGRA": 26773, + "ĠFuj": 26774, + "agre": 26775, + "airplane": 26776, + "Ġvea": 26777, + "idental": 26778, + "aji": 26779, + "ambia": 26780, + "Ġsolutions": 26781, + "ĠBlunt": 26782, + "Ġ900": 26783, + "ĠReginald": 26784, + "ursos": 26785, + "Enter": 26786, + "Ġprotector": 26787, + "ĠMarks": 26788, + "Ġbisiestos": 26789, + "ĠMEAN": 26790, + "CAA": 26791, + "Ġemployers": 26792, + "cóg": 26793, + "Ġweighing": 26794, + "Ġvocals": 26795, + "ástico": 26796, + "Ġdesayuno": 26797, + "iveness": 26798, + "Ġwholesome": 26799, + "Ġjurisd": 26800, + "GIRL": 26801, + "Hop": 26802, + "gat": 26803, + "Ġdens": 26804, + "Ġbein": 26805, + "adad": 26806, + "anders": 26807, + "ĠBooth": 26808, + "Ġcomfy": 26809, + "odor": 26810, + "berger": 26811, + "Ġspine": 26812, + "Ġrocas": 26813, + "ahboo": 26814, + "click": 26815, + "Ġpopulous": 26816, + "Ġcerd": 26817, + "Whenever": 26818, + "Ġbarcos": 26819, + "Ġdepot": 26820, + "Ġextensión": 26821, + "ĠForbes": 26822, + "ĠMao": 26823, + "Ġreasonably": 26824, + "ĠPlant": 26825, + "ĠSwan": 26826, + "Ġsnoring": 26827, + "washing": 26828, + "Ġstripe": 26829, + "Ġcaptives": 26830, + "Ġgallo": 26831, + "profit": 26832, + "Ġattendant": 26833, + "Ġinnumer": 26834, + "Ġshrubs": 26835, + "ĠMarsh": 26836, + "Ġlambs": 26837, + "foundland": 26838, + "Ġpiensa": 26839, + "Population": 26840, + "Ġsqueaky": 26841, + "Ġresearchers": 26842, + "Ġimprisonment": 26843, + "Ġeruption": 26844, + "Ġdreary": 26845, + "'--": 26846, + "Dos": 26847, + "Lock": 26848, + "Vi": 26849, + "gence": 26850, + "jada": 26851, + "wain": 26852, + "inus": 26853, + "Ġlonel": 26854, + "Ġinútil": 26855, + "ĠCran": 26856, + "ĠBod": 26857, + "ummhm": 26858, + "Ġrue": 26859, + "istes": 26860, + "ĠFoot": 26861, + "ĠJip": 26862, + "áng": 26863, + "Ġexclamó": 26864, + "Ġjustify": 26865, + "ĠOblast": 26866, + "Ġspur": 26867, + "lair": 26868, + "Ġdialogue": 26869, + "boing": 26870, + "comp": 26871, + "ĠDebby": 26872, + "Ġmuscular": 26873, + "zebra": 26874, + "Ġplea": 26875, + "ĠiPhone": 26876, + "Ġmami": 26877, + "Ġsandbox": 26878, + "Ġbanco": 26879, + "ĠStein": 26880, + "Ġfuertes": 26881, + "ĠWinifred": 26882, + "Ġflowering": 26883, + "Maisie": 26884, + "Ġunders": 26885, + "ĠGreenland": 26886, + "Ġúltimos": 26887, + "Ġdisappearing": 26888, + "Ġcommissioned": 26889, + "ĠlÃŃqu": 26890, + "Raymond": 26891, + "crayons": 26892, + "ĠFalcon": 26893, + "ĠBarker": 26894, + "Ġapparatus": 26895, + "Ġsubdued": 26896, + "Ak": 26897, + "Cab": 26898, + "gamos": 26899, + "î": 26900, + "educ": 26901, + "omical": 26902, + "ĠSection": 26903, + "ĠMavis": 26904, + "allic": 26905, + "ĠBax": 26906, + "Ġjim": 26907, + "Ġark": 26908, + "Ġpoking": 26909, + "Ġacción": 26910, + "undos": 26911, + "ĠThousand": 26912, + "cuidado": 26913, + "Ġintercourse": 26914, + "ĠPrison": 26915, + "Ġzinc": 26916, + "Ġradar": 26917, + "Ġaviation": 26918, + "Ġinvested": 26919, + "LACK": 26920, + "Ġsocialist": 26921, + "Ġcuriosidad": 26922, + "ĠSymphony": 26923, + "Ġterritorio": 26924, + "Ġtraveller": 26925, + "Ġmeasurements": 26926, + "Ġrejoice": 26927, + "Ġgrieved": 26928, + "Ġtechnically": 26929, + "acieux": 26930, + "Friends": 26931, + "ÃŃficos": 26932, + "Ġbarracks": 26933, + "Ġarbust": 26934, + ".âĢĭ": 26935, + "Jud": 26936, + "nick": 26937, + "serv": 26938, + "Ġsillas": 26939, + "Ġost": 26940, + "Ġolas": 26941, + "Ġfis": 26942, + "Ġfrol": 26943, + "Ġgab": 26944, + "usi": 26945, + "idencia": 26946, + "ĠSN": 26947, + "ĠAshe": 26948, + "Ġascertain": 26949, + "ĠFL": 26950, + "ĠRandy": 26951, + "Ġflowed": 26952, + "Ġmencion": 26953, + "Ġsoundtrack": 26954, + "ciales": 26955, + "Ġfirefighter": 26956, + "TEL": 26957, + "Ġpopping": 26958, + "Ġrefle": 26959, + "Third": 26960, + "Ġcollision": 26961, + "Ġpleas": 26962, + "Ġcalam": 26963, + "Ġdiscount": 26964, + "Ġhacerse": 26965, + "Meet": 26966, + "Ġcastig": 26967, + "ĠMeitei": 26968, + "Ġfills": 26969, + "Ġviewers": 26970, + "âĮĭ,": 26971, + "Ġphotograp": 26972, + "Ġfrightening": 26973, + "Ġconsejo": 26974, + "Amanda": 26975, + "Ġlibras": 26976, + "är": 26977, + "screaming": 26978, + "ĠStudio": 26979, + "Ġteenage": 26980, + "nolds": 26981, + "Transport": 26982, + "ĠRapid": 26983, + "Ġexternos": 26984, + "Gaz": 26985, + "Mia": 26986, + "RS": 26987, + "WHERE": 26988, + "cH": 26989, + "dada": 26990, + "either": 26991, + "prop": 26992, + "tre": 26993, + "Ġaims": 26994, + "Ġcue": 26995, + "itió": 26996, + "Ġgait": 26997, + "etto": 26998, + "Ġbeaker": 26999, + "Ġnets": 27000, + "ribbit": 27001, + "Ġcanciones": 27002, + "ÃŃto": 27003, + "Ġenlight": 27004, + "Ġexult": 27005, + "ferent": 27006, + "Ġafloat": 27007, + "hoon": 27008, + "Ġcomponent": 27009, + "undy": 27010, + "whoosh": 27011, + "Ġwaits": 27012, + "ĠElsie": 27013, + "Ġinstal": 27014, + "Ġwinters": 27015, + "ENS": 27016, + "Ġadmiring": 27017, + "ĠTrot": 27018, + "Ġjugamos": 27019, + "Dadda": 27020, + "Ġyouths": 27021, + "Ġmissionary": 27022, + "Ġstrode": 27023, + "Ġaerob": 27024, + "Ġviruses": 27025, + "Ġcadena": 27026, + "Ġbruised": 27027, + "Ġconsumer": 27028, + "Silence": 27029, + "ĠBosnia": 27030, + "ĠShock": 27031, + "Lleg": 27032, + "Wed": 27033, + "xy": 27034, + "zhoo": 27035, + "erh": 27036, + "Ġdairy": 27037, + "Ġping": 27038, + "Ġhack": 27039, + "ĠThy": 27040, + "ĠCode": 27041, + "ĠBET": 27042, + "Ġlapt": 27043, + "Ġabortion": 27044, + "Ġcomics": 27045, + "óse": 27046, + "Ġexisten": 27047, + "loading": 27048, + "ools": 27049, + "Ġtraits": 27050, + "Ġmonte": 27051, + "ĠMarilla": 27052, + "Ġfunción": 27053, + "ĠArcher": 27054, + "Ġ1850": 27055, + "Ġdais": 27056, + "ĠSpart": 27057, + "Ġpatriot": 27058, + "Ġexpectation": 27059, + "ĠAugustus": 27060, + "Ġsneaking": 27061, + "Ġvengan": 27062, + "ĠMead": 27063, + "RED": 27064, + "Ġhonesty": 27065, + "ĠRosen": 27066, + "Ġdismal": 27067, + "Ġtrabajando": 27068, + "Ġsalvation": 27069, + "ĠConfederates": 27070, + "Ġaccordance": 27071, + "Central": 27072, + "ĠMethod": 27073, + "Ġdoctrine": 27074, + "ĠNickelodeon": 27075, + "Sel": 27076, + "inor": 27077, + "Ġbiog": 27078, + "itivo": 27079, + "Ġhilar": 27080, + "ĠTinky": 27081, + "ĠMull": 27082, + "ĠCemetery": 27083, + "ĠDS": 27084, + "ĠFris": 27085, + "indic": 27086, + "Ġstillness": 27087, + "ĠChick": 27088, + "awoh": 27089, + "Ġgreenhouse": 27090, + "Ġirresist": 27091, + "Ġpodrá": 27092, + "ĠTok": 27093, + "ĠDover": 27094, + "Ġbesie": 27095, + "LEY": 27096, + "Ġhorseshoe": 27097, + "Ġphotography": 27098, + "Ġtournaments": 27099, + "ĠWinston": 27100, + "ĠAirways": 27101, + "ĠSimpsons": 27102, + "elligence": 27103, + "ĠPeterson": 27104, + "ĠBrock": 27105, + "Ġsoberly": 27106, + "Ġprettier": 27107, + "Ġprevailed": 27108, + "Ġmanufacturer": 27109, + "Ġpreciso": 27110, + "ĠAchilles": 27111, + "ĠAdelaide": 27112, + "')": 27113, + "buh": 27114, + "tower": 27115, + "Ġtrench": 27116, + "Ġweighs": 27117, + "chus": 27118, + "antically": 27119, + "ĠProg": 27120, + "ĠNadu": 27121, + "iage": 27122, + "Ġbrat": 27123, + "ĠUg": 27124, + "manuel": 27125, + "obed": 27126, + "Ġbuoy": 27127, + "ĠDeer": 27128, + "flu": 27129, + "Ġllegada": 27130, + "Ġembro": 27131, + "space": 27132, + "Ġtapa": 27133, + "Ġcorto": 27134, + "Ġmelon": 27135, + "Ġheavenly": 27136, + "Ġ1889": 27137, + "Ġimmunity": 27138, + "Ġcommunes": 27139, + "Ġconducting": 27140, + "Ġdiversas": 27141, + "ĠLOVE": 27142, + "Ġquizás": 27143, + "ĠLauren": 27144, + "Ġedificio": 27145, + "ĠWheeler": 27146, + "Ian": 27147, + "RIGHT": 27148, + "UC": 27149, + "Wood": 27150, + "fig": 27151, + "hub": 27152, + "Ġtink": 27153, + "anter": 27154, + "ĠTales": 27155, + "ĠScha": 27156, + "ĠSlav": 27157, + "andante": 27158, + "ĠMoney": 27159, + "ĠAren": 27160, + "ĠCora": 27161, + "ĠGrove": 27162, + "Ġexistencia": 27163, + "Ġmozo": 27164, + "Ġadequ": 27165, + "athers": 27166, + "ĠStanton": 27167, + "closure": 27168, + "Ġpolvo": 27169, + "Ġkneel": 27170, + "Ġpopulated": 27171, + "Ġexclaim": 27172, + "ikh": 27173, + "ELY": 27174, + "Ġevapor": 27175, + "ĠApost": 27176, + "Ġdivid": 27177, + "Ġpiggie": 27178, + "ĠShadow": 27179, + "Ġbrightest": 27180, + "isticated": 27181, + "Ġ1886": 27182, + "Ġterrorists": 27183, + "Ġmeasurement": 27184, + "Ġdescubierto": 27185, + "ĠBolivia": 27186, + "poonful": 27187, + "Ġathletics": 27188, + "breathing": 27189, + "Ġecst": 27190, + "ĠDIDN": 27191, + "Ġpróxima": 27192, + "Ġlegitimate": 27193, + "ahboozhoo": 27194, + "Glo": 27195, + "TW": 27196, + "Tha": 27197, + "Tigger": 27198, + "_--": 27199, + "ei": 27200, + "kids": 27201, + "sch": 27202, + "Ġdual": 27203, + "Ġreds": 27204, + "river": 27205, + "ĠTina": 27206, + "ĠCic": 27207, + "opold": 27208, + "ĠDana": 27209, + "Ġmyst": 27210, + "Ġbrot": 27211, + "ĠStark": 27212, + "Ġcommence": 27213, + "Ġskil": 27214, + "Ġcentres": 27215, + "ĠZim": 27216, + "Ġintri": 27217, + "Ġmermaid": 27218, + "Together": 27219, + "ĠGoing": 27220, + "Ġadmission": 27221, + "Ġfuiste": 27222, + "Ġdebemos": 27223, + "Ġenviar": 27224, + "Ġpeacefully": 27225, + "bolt": 27226, + "ĠNetflix": 27227, + "Ġacquire": 27228, + "Ġbedrooms": 27229, + "Ġboda": 27230, + "Ġpinta": 27231, + "Ġestudiantes": 27232, + "1980": 27233, + "Against": 27234, + "Ġlunar": 27235, + "Ġexhibited": 27236, + "Ġgraphic": 27237, + "Ġbrigade": 27238, + "Ġvocabulary": 27239, + "Ġsulfur": 27240, + "ĠDigital": 27241, + "Ġmarvelous": 27242, + "Ġnegros": 27243, + "Ġnominee": 27244, + "ĠDhaka": 27245, + "Away": 27246, + "Fu": 27247, + "JUST": 27248, + "rtle": 27249, + "riding": 27250, + "ischer": 27251, + "Ġstating": 27252, + "ĠAPP": 27253, + "Ġasist": 27254, + "ĠDisc": 27255, + "Ġmanagers": 27256, + "Ġspat": 27257, + "Ġovertake": 27258, + "Ġbelts": 27259, + "Ġcommotion": 27260, + "ĠAssy": 27261, + "Ġmedios": 27262, + "Ġcorona": 27263, + "ĠCarly": 27264, + "Ġstrait": 27265, + "ennium": 27266, + "Ġponiendo": 27267, + "ĠNeed": 27268, + "OKAY": 27269, + "Ġcerebro": 27270, + "Ġheathen": 27271, + "ĠMaxwell": 27272, + "ĠContest": 27273, + "Ġhomesick": 27274, + "almat": 27275, + "ĠFerdinand": 27276, + "Ġprospects": 27277, + "Ġacercar": 27278, + "Ġcultivated": 27279, + "Ġsplashed": 27280, + "Wonderful": 27281, + "Ġcucumber": 27282, + "Ġproporcion": 27283, + "Gone": 27284, + "Haz": 27285, + "NOT": 27286, + "Tem": 27287, + "bay": 27288, + "cute": 27289, + "iques": 27290, + "Ġbaw": 27291, + "Ġdine": 27292, + "Ġhechos": 27293, + "ĠTiny": 27294, + "ĠTressidar": 27295, + "ĠSoul": 27296, + "Ġjes": 27297, + "ĠPast": 27298, + "Ġvener": 27299, + "ĠGö": 27300, + "ĠFIN": 27301, + "ĠHee": 27302, + "ñado": 27303, + "govern": 27304, + "Ġexpose": 27305, + "menos": 27306, + "bbled": 27307, + "Ġpropeller": 27308, + "Ġilleg": 27309, + "ĠTeresa": 27310, + "Ġtracking": 27311, + "Ġgranja": 27312, + "Seeing": 27313, + "ĠBlackbeard": 27314, + "ĠAntoine": 27315, + "Ġthicket": 27316, + "ascal": 27317, + "Ġbuckets": 27318, + "Ġmysteries": 27319, + "codile": 27320, + "Ġelevated": 27321, + "ĠNicky": 27322, + "Ġconflicts": 27323, + "àŃį": 27324, + "Ġtarea": 27325, + "ĠSoccer": 27326, + "olithic": 27327, + "Luke": 27328, + "Meg": 27329, + "hits": 27330, + "à¨": 27331, + "Ġmint": 27332, + "Ġfic": 27333, + "entric": 27334, + "Ġdove": 27335, + "ithmetic": 27336, + "Ġveng": 27337, + "ulia": 27338, + "ĠDever": 27339, + "Ġshiver": 27340, + "ĠLess": 27341, + "nton": 27342, + "oneys": 27343, + "Ġtrades": 27344, + "neck": 27345, + "Ġcompromise": 27346, + "Ġconsigu": 27347, + "MAS": 27348, + "Ġsalam": 27349, + "forma": 27350, + "ĠGround": 27351, + "ricos": 27352, + "Ġcamis": 27353, + "Ġbattered": 27354, + "Ġdiscretion": 27355, + "Ġviejos": 27356, + "Espera": 27357, + "ĠMyster": 27358, + "ĠCoal": 27359, + "Ġgarg": 27360, + "Ġeconomist": 27361, + "Ġopposing": 27362, + "ĠHammond": 27363, + "between": 27364, + "gli": 27365, + "Ġgoalkeeper": 27366, + "Ġamarilla": 27367, + "Ġenseñar": 27368, + "Ġnavigation": 27369, + "Ġmuffled": 27370, + "Ġstormy": 27371, + "Ġhazard": 27372, + "Ġscraping": 27373, + "Ġcumplir": 27374, + "Ġgaily": 27375, + "Ġinjection": 27376, + "Dunno": 27377, + "Ġshoelace": 27378, + "Lyn": 27379, + "Mount": 27380, + "cific": 27381, + "follow": 27382, + "gave": 27383, + "asia": 27384, + "verde": 27385, + "Ġstif": 27386, + "Ġdole": 27387, + "ĠMmm": 27388, + "ĠBast": 27389, + "ĠrÃŃos": 27390, + "ÃŃble": 27391, + "Ġsobres": 27392, + "ĠFIVB": 27393, + "cared": 27394, + "Ġagg": 27395, + "ĠKil": 27396, + "Ġcuantos": 27397, + "Ġacto": 27398, + "ĠAndroid": 27399, + "Ġrecruit": 27400, + "Ġdiablo": 27401, + "Ġvoluntary": 27402, + "ritics": 27403, + "Ġhombro": 27404, + "Ġbanda": 27405, + "Ġsnails": 27406, + "Ġpetals": 27407, + "Ġbenef": 27408, + "ĠBonacieux": 27409, + "Ġhesitating": 27410, + "Ġconsequently": 27411, + "footed": 27412, + "Ġmusket": 27413, + "Ġocasiones": 27414, + "Ġfetched": 27415, + "simult": 27416, + "Granny": 27417, + "Faith": 27418, + "Ġdólares": 27419, + "ĠAlzheimer": 27420, + "ECAUSE": 27421, + "Cwww": 27422, + "fen": 27423, + "rue": 27424, + "vies": 27425, + "Ġcic": 27426, + "Ġphas": 27427, + "amus": 27428, + "quilla": 27429, + "Ġforb": 27430, + "ĠMTV": 27431, + "Ġkim": 27432, + "ĠCasey": 27433, + "Ġatrap": 27434, + "opal": 27435, + "Ġlej": 27436, + "Ġmanned": 27437, + "apá": 27438, + "Ġammon": 27439, + "Ġcareers": 27440, + "Ġmilitar": 27441, + "Ġcampe": 27442, + "Ġmaids": 27443, + "Ġtoybox": 27444, + "ĠShim": 27445, + "ĠEstos": 27446, + "Ġpensamientos": 27447, + "sss": 27448, + "Ġtravelers": 27449, + "Ġlanes": 27450, + "Ġbosques": 27451, + "Julie": 27452, + "Ġdoughnut": 27453, + "Ġdoughnuts": 27454, + "Ġconfronted": 27455, + "otype": 27456, + "Kids": 27457, + "Span": 27458, + "main": 27459, + "ioned": 27460, + "ĠTanya": 27461, + "ATER": 27462, + "Ġcrater": 27463, + "bral": 27464, + "Ġcaen": 27465, + "undered": 27466, + "alea": 27467, + "rases": 27468, + "Allah": 27469, + "monary": 27470, + "ĠCarmaux": 27471, + "à¤ķ": 27472, + "Ġobsessed": 27473, + "Ġpractic": 27474, + "Ġpacks": 27475, + "Ġrainforest": 27476, + "Ġcantons": 27477, + "Ġhamster": 27478, + "Ġcelebrity": 27479, + "elessly": 27480, + "Ġaunts": 27481, + "Ġbolas": 27482, + "ĠSquirrel": 27483, + "Ġrequirement": 27484, + "Ġanchored": 27485, + "Ġfragile": 27486, + "ĠSharrkan": 27487, + "nasium": 27488, + "Ġimpatience": 27489, + "ÃŃstica": 27490, + "ĠSpringfield": 27491, + "Ġconfirmation": 27492, + "Ġwretch": 27493, + "Ġvelocity": 27494, + "Puede": 27495, + "Ġstrengthened": 27496, + "Graeme": 27497, + "âteau": 27498, + "ĠLombardy": 27499, + "JE": 27500, + "Jenn": 27501, + "Larry": 27502, + "cost": 27503, + "tz": 27504, + "Ġmitten": 27505, + "atz": 27506, + "ĠTeh": 27507, + "Ġdoncella": 27508, + "ĠRas": 27509, + "Ġgruff": 27510, + "Ġbliss": 27511, + "Wendy": 27512, + "Ġmoor": 27513, + "Ġcube": 27514, + "oculars": 27515, + "ccion": 27516, + "Ġrockets": 27517, + "Ġparach": 27518, + "phanage": 27519, + "ridges": 27520, + "Ġbrightened": 27521, + "Ġrecognizes": 27522, + "Ġgraveyard": 27523, + "Spider": 27524, + "Supp": 27525, + "lynn": 27526, + "ĠGarcÃŃa": 27527, + "ĠStephanie": 27528, + "Ġnicest": 27529, + "Ġenfrent": 27530, + "zanne": 27531, + "horses": 27532, + "Ġdwarfs": 27533, + "Ġrecollection": 27534, + "Ġmisunderstanding": 27535, + "Ġaproximadamente": 27536, + "ĠSkinner": 27537, + "département": 27538, + "Statistics": 27539, + "Ġinaudible": 27540, + "Ġrinse": 27541, + "ĠDavenport": 27542, + "Ġgren": 27543, + "ĠSoy": 27544, + "ieren": 27545, + "ĠJumbo": 27546, + "odka": 27547, + "assan": 27548, + "abajo": 27549, + "Ġpiezas": 27550, + "Ġwindmill": 27551, + "Ġinvas": 27552, + "Ġhums": 27553, + "Ġgipsy": 27554, + "Ġdarme": 27555, + "Ġzonas": 27556, + "Ġpropriet": 27557, + "Ġburp": 27558, + "Ġshuttle": 27559, + "Ġcheeseburger": 27560, + "ĠDesign": 27561, + "ĠPrivate": 27562, + "ĠKenya": 27563, + "corro": 27564, + "America": 27565, + "Ġcrafts": 27566, + "Ġestudios": 27567, + "Ġreacts": 27568, + "Ġmosqu": 27569, + "Ġdescubrió": 27570, + "Ġdescubrir": 27571, + "Ġvosotros": 27572, + "Ġcreepy": 27573, + "Ġjuguete": 27574, + "ĠEurovision": 27575, + "speed": 27576, + "ĠDuplo": 27577, + "GBT": 27578, + "Eleven": 27579, + "Ġpañuelo": 27580, + "Ġamistad": 27581, + "lifts": 27582, + "video": 27583, + "Ġbak": 27584, + "Ġfores": 27585, + "Ġhound": 27586, + "vez": 27587, + "iday": 27588, + "qua": 27589, + "ĠCell": 27590, + "ĠBha": 27591, + "umont": 27592, + "Ġvap": 27593, + "Ġfruta": 27594, + "Ġspout": 27595, + "hov": 27596, + "Ġprefecture": 27597, + "Ġguapo": 27598, + "Ġflakes": 27599, + "ggle": 27600, + "meat": 27601, + "ĠDexter": 27602, + "Ġlistens": 27603, + "ĠCarroll": 27604, + "Ġsweetness": 27605, + "Ġvarieties": 27606, + "Ġprimavera": 27607, + "Ġmounting": 27608, + "Ġcostly": 27609, + "Ġbabble": 27610, + "Ġllamando": 27611, + "aquel": 27612, + "Ġstrang": 27613, + "ĠestarÃŃa": 27614, + "Ġemergen": 27615, + "namon": 27616, + "IFF": 27617, + "Ġdimly": 27618, + "Ġignoring": 27619, + "Ġdiversos": 27620, + "****": 27621, + "ĠSkipper": 27622, + "Ġfirms": 27623, + "TENTS": 27624, + "ĠBeethoven": 27625, + "roleum": 27626, + "Karl": 27627, + "dem": 27628, + "fed": 27629, + "ralla": 27630, + "Ġcited": 27631, + "isan": 27632, + "Ġoval": 27633, + "Ġfainted": 27634, + "nostic": 27635, + "ĠIg": 27636, + "Ġhuy": 27637, + "lems": 27638, + "Ġweld": 27639, + "ĠCoke": 27640, + "Ġjars": 27641, + "Ġsobr": 27642, + "Ġfraction": 27643, + "Ġshipped": 27644, + "ĠRange": 27645, + "Ġboost": 27646, + "ĠKill": 27647, + "Ġcoy": 27648, + "ĠUno": 27649, + "Ġraging": 27650, + "ĠUnit": 27651, + "Ġmatrimonio": 27652, + "ĠNewfoundland": 27653, + "Ġjoints": 27654, + "Ġgrandad": 27655, + "Ġforecast": 27656, + "Ġpasear": 27657, + "ĠConway": 27658, + "ALICE": 27659, + "ĠQUE": 27660, + "Ġvalued": 27661, + "Ġespejo": 27662, + "Unlike": 27663, + "ĠTrinity": 27664, + "RET": 27665, + "ĠGuatem": 27666, + "hysical": 27667, + "Ġfingerna": 27668, + "Ġhabitual": 27669, + "Ġcivilized": 27670, + "ĠCOM": 27671, + "Ġowes": 27672, + "Ġradioactive": 27673, + "ĠPorque": 27674, + "believe": 27675, + "Ġcocaine": 27676, + "Ġcalculate": 27677, + "ĠCyril": 27678, + "ĠOccitan": 27679, + "Ġfeminine": 27680, + "Ġlizards": 27681, + "REAMING": 27682, + "Ġprecaution": 27683, + "ĠGladys": 27684, + "Ġcrystals": 27685, + "ĠBasketball": 27686, + "Kitty": 27687, + "Rich": 27688, + "Ġeyed": 27689, + "ĠSob": 27690, + "ĠSche": 27691, + "thia": 27692, + "Ġalligators": 27693, + "Ġpla": 27694, + "toast": 27695, + "Ġgrunt": 27696, + "Ġ350": 27697, + "Ġfunn": 27698, + "ĠThereupon": 27699, + "ĠZen": 27700, + "Ġartic": 27701, + "ĠBehind": 27702, + "Ġgrouped": 27703, + "Ġstraps": 27704, + "Ġmotivo": 27705, + "Ġreleasing": 27706, + "ह": 27707, + "Ġmirth": 27708, + "ĠsÃŃmb": 27709, + "ĠNorthwest": 27710, + "Ġsnar": 27711, + "Ġprotective": 27712, + "Ġinflation": 27713, + "ĠDadda": 27714, + "Ġindependently": 27715, + "Ġ1895": 27716, + "Ġinternationally": 27717, + "Ġestimates": 27718, + "Ġmocking": 27719, + "ĠCircle": 27720, + "Ġoxidation": 27721, + "Ġprolonged": 27722, + "ĠAberdeen": 27723, + "ounidense": 27724, + "700": 27725, + "Tax": 27726, + "_!": 27727, + "mology": 27728, + "pable": 27729, + "vaya": 27730, + "yards": 27731, + "}]": 27732, + "Ġbooth": 27733, + "Ġmules": 27734, + "Ġflaw": 27735, + "aldo": 27736, + "ĠSung": 27737, + "ĠMaj": 27738, + "ĠBCE": 27739, + "rescent": 27740, + "ousse": 27741, + "ORD": 27742, + "Ġcrows": 27743, + "apples": 27744, + "Ġpaperwork": 27745, + "ologna": 27746, + "ennel": 27747, + "Ġequilib": 27748, + "Ġjuz": 27749, + "Ġperfectamente": 27750, + "Ġwhiskey": 27751, + "Ġcomplac": 27752, + "Ġcaptivity": 27753, + "attery": 27754, + "lemán": 27755, + "Ġdeclaring": 27756, + "Ġdefenders": 27757, + "Ġtunnels": 27758, + "cupine": 27759, + "square": 27760, + "Ġdeliberate": 27761, + "ĠGardens": 27762, + "Ġfunciona": 27763, + "Ġorientation": 27764, + "Ġinheritance": 27765, + "Bi": 27766, + "Ice": 27767, + "sburg": 27768, + "wolf": 27769, + "Ġastern": 27770, + "Ġcesta": 27771, + "Ġnope": 27772, + "ĠSey": 27773, + "ppings": 27774, + "ĠDirk": 27775, + "Ġcoment": 27776, + "ĠKira": 27777, + "ĠKatherine": 27778, + "Ġperish": 27779, + "Ġpoked": 27780, + "Ġdesolate": 27781, + "Ġvexed": 27782, + "aleigh": 27783, + "Already": 27784, + "Ġsatisfe": 27785, + "bbling": 27786, + "Ġexplor": 27787, + "ĠTeen": 27788, + "uggles": 27789, + "Ġconvinc": 27790, + "Ġlesbian": 27791, + "Ġ##": 27792, + "Ġaudible": 27793, + "ĠMassa": 27794, + "ĠHawkins": 27795, + "Ġgrizz": 27796, + "Ġdawned": 27797, + "Ġdiscovering": 27798, + "Ġimitating": 27799, + "Ġreforms": 27800, + "Ġembraced": 27801, + "Ġresemblance": 27802, + "Ġsentimental": 27803, + "Ġcañón": 27804, + "Cas": 27805, + "Doc": 27806, + "Dream": 27807, + "Nadie": 27808, + "Sid": 27809, + "dep": 27810, + "general": 27811, + "Ġtiles": 27812, + "Ġaj": 27813, + "Ġwailing": 27814, + "Ġduel": 27815, + "Ġps": 27816, + "aline": 27817, + "ĠAto": 27818, + "ĠAube": 27819, + "ĠCrane": 27820, + "estás": 27821, + "ellows": 27822, + "...¿": 27823, + "Ġpartida": 27824, + "Ġchal": 27825, + "Ġmarip": 27826, + "vels": 27827, + "breaking": 27828, + "Ġchooses": 27829, + "umbres": 27830, + "Rebecca": 27831, + "Ġsquire": 27832, + "ĠMaxim": 27833, + "Ġ1500": 27834, + "ĠFlag": 27835, + "Ġhistorically": 27836, + "Ġbombard": 27837, + "ĠSTOR": 27838, + "ĠLooking": 27839, + "Ġforeigners": 27840, + "Ġspectacles": 27841, + "ĠSonny": 27842, + "ĠYoko": 27843, + "Ġcorporal": 27844, + "Ġcyclist": 27845, + "Ġpersegu": 27846, + "Ġinfections": 27847, + "Ġidiots": 27848, + "ĠKyoto": 27849, + "cillors": 27850, + "Ġpreceded": 27851, + "Ġfrowned": 27852, + "Ġsincerely": 27853, + "Ġunreason": 27854, + "Ġfotos": 27855, + "directed": 27856, + "Ġexcav": 27857, + "ĠLithuania": 27858, + "Chinese": 27859, + "ĠStoddard": 27860, + "ĠTréville": 27861, + "dilo": 27862, + "ongh": 27863, + "Ġlousy": 27864, + "acies": 27865, + "otto": 27866, + "Ġdement": 27867, + "Ġdears": 27868, + "unct": 27869, + "ĠGan": 27870, + "ĠJuda": 27871, + "Ġsmashing": 27872, + "Ġentreat": 27873, + "graduate": 27874, + "Ġtenéis": 27875, + "Ġindios": 27876, + "Ġpatting": 27877, + "Ġdepicted": 27878, + "Ġtomando": 27879, + "puppy": 27880, + "Ġprima": 27881, + "ĠManager": 27882, + "Ġmammal": 27883, + "Ġburgl": 27884, + "Ġpractised": 27885, + "ĠWellington": 27886, + "Ġtickled": 27887, + "Ġduele": 27888, + "Ġfoliage": 27889, + "Ġfaithfully": 27890, + "Ġaffecting": 27891, + "Ġpitiful": 27892, + "Ġrazor": 27893, + "Ġkeenly": 27894, + "ĠNavarra": 27895, + "ĠBuddhism": 27896, + "Ġregresar": 27897, + "Types": 27898, + "Ġtwisting": 27899, + "Ġgalaxies": 27900, + "Ġintimid": 27901, + "Ġoverwhelmed": 27902, + "ĠcÃŃrculo": 27903, + "Agent": 27904, + "Done": 27905, + "Hol": 27906, + "Haw": 27907, + "Histor": 27908, + "NING": 27909, + "gang": 27910, + "listed": 27911, + "ÃĹ": 27912, + "Ġlf": 27913, + "Ġgems": 27914, + "Ġhá": 27915, + "alto": 27916, + "Ġserene": 27917, + "Ġgobble": 27918, + "ĠHolocaust": 27919, + "ATH": 27920, + "ĠDrew": 27921, + "Ġusu": 27922, + "ĠOg": 27923, + "ĠUz": 27924, + "Ġwhereby": 27925, + "ocated": 27926, + "Ġcrear": 27927, + "puesta": 27928, + "Ġequality": 27929, + "Ġsandals": 27930, + "ĠEsper": 27931, + "Chuck": 27932, + "Ġjoyfully": 27933, + "Ġsqueezes": 27934, + "Ġastonishing": 27935, + "ĠPhilippa": 27936, + "Ġfragrant": 27937, + "Ġdecidido": 27938, + "Ġultra": 27939, + "Ġhermosas": 27940, + "Ġnegotiate": 27941, + "ĠLilian": 27942, + "Ġcoronavirus": 27943, + "Ġbeetle": 27944, + "Ġduerme": 27945, + "Ġassessment": 27946, + "Ġcylinder": 27947, + "Ġstammered": 27948, + "Buy": 27949, + "Jill": 27950, + "inny": 27951, + "Ġdazed": 27952, + "chick": 27953, + "ĠBrew": 27954, + "ĠBlock": 27955, + "...#": 27956, + "ÃŃster": 27957, + "ĠDixon": 27958, + "ĠFres": 27959, + "oding": 27960, + "Ġcoals": 27961, + "Ġflick": 27962, + "ogen": 27963, + "Ġcourte": 27964, + "Ġrib": 27965, + "व": 27966, + "ĠEdgar": 27967, + "Ġ125": 27968, + "Ġinformal": 27969, + "Ġutens": 27970, + "ĠSteele": 27971, + "Ġbanking": 27972, + "Ġsmelling": 27973, + "Ġhonorary": 27974, + "Ġbodily": 27975, + "Ġpierced": 27976, + "Ġchopping": 27977, + "ONEY": 27978, + "Ġroasted": 27979, + "Ġdiplomatic": 27980, + "ĠPhillip": 27981, + "Ġasombr": 27982, + "Ġasesin": 27983, + "Quizá": 27984, + "Ġtweet": 27985, + "ĠCunningham": 27986, + "120": 27987, + "Bird": 27988, + "IOUS": 27989, + "Spr": 27990, + "VA": 27991, + "Vo": 27992, + "hail": 27993, + "Ġchis": 27994, + "Ġfooting": 27995, + "urous": 27996, + "Ġlil": 27997, + "ĠBambi": 27998, + "ÃŃes": 27999, + "Ġestruct": 28000, + "Ġpera": 28001, + "ffer": 28002, + "Ġundertaking": 28003, + "Ġflop": 28004, + "Ġresume": 28005, + "ilyn": 28006, + "Ġsuppressed": 28007, + "maids": 28008, + "ouple": 28009, + "Ġbearings": 28010, + "phal": 28011, + "Ġdirectamente": 28012, + "Ġcantando": 28013, + "ĠLucian": 28014, + "Ġpermiso": 28015, + "Ġpreparado": 28016, + "Ġoccurring": 28017, + "Ġpedest": 28018, + "1998": 28019, + "oughed": 28020, + "ĠDOOR": 28021, + "Ġlacked": 28022, + "Ġcolonists": 28023, + "Ġpoisoning": 28024, + "Ġkilog": 28025, + "Ġmacaroni": 28026, + "Ġexplorers": 28027, + "Fortunately": 28028, + "ĠDinah": 28029, + "Ġdiscrimination": 28030, + "Ġhypothesis": 28031, + "Ġmilitia": 28032, + "atisfied": 28033, + "Ġadvertisement": 28034, + "Ġnostrils": 28035, + "Ġpiscina": 28036, + "Slowly": 28037, + "fires": 28038, + "favor": 28039, + "inement": 28040, + "ndish": 28041, + "Ġdoom": 28042, + "ĠTud": 28043, + "ĠSON": 28044, + "eake": 28045, + "ĠCes": 28046, + "ĠCara": 28047, + "Ġabide": 28048, + "ĠRikki": 28049, + "ĠEden": 28050, + "vence": 28051, + "Ġunjust": 28052, + "Ġgritar": 28053, + "Ġcompartment": 28054, + "Ġclears": 28055, + "Ġrests": 28056, + "Ġapreci": 28057, + "Ġbarric": 28058, + "ĠJapón": 28059, + "ĠSteel": 28060, + "Ġdoubtfully": 28061, + "Ġllamo": 28062, + "ydia": 28063, + "Ġthicker": 28064, + "ĠBatala": 28065, + "Ġdissip": 28066, + "Ġsucked": 28067, + "Ġperceive": 28068, + "fifteen": 28069, + "Ġaventura": 28070, + "ĠRotten": 28071, + "Ġasteroids": 28072, + "ĠPerseus": 28073, + "Ġbarbecue": 28074, + "SELF": 28075, + "Sr": 28076, + "Sem": 28077, + "nn": 28078, + "Ġave": 28079, + "Ġnove": 28080, + "ĠTat": 28081, + "ĠMoss": 28082, + "ĠHos": 28083, + "Ġalight": 28084, + "Ġsupo": 28085, + "Ġsage": 28086, + "ĠRaff": 28087, + "ardi": 28088, + "wning": 28089, + "Ġapplying": 28090, + "Ġrake": 28091, + "mbra": 28092, + "Ġattributed": 28093, + "ĠFrançois": 28094, + "ĠArmed": 28095, + "Ġrelativo": 28096, + "Ġdrip": 28097, + "Ġextinction": 28098, + "Ġpresentó": 28099, + "Ġzan": 28100, + "Ġmotel": 28101, + "ollywood": 28102, + "ottie": 28103, + "ĠAbel": 28104, + "Ġgasps": 28105, + "Ġmorph": 28106, + "ĠGoldwing": 28107, + "ĠPaper": 28108, + "ĠMoslems": 28109, + "Ġrecompens": 28110, + "Ġspectrum": 28111, + "ĠRadcliffe": 28112, + "Ġracial": 28113, + "country": 28114, + "Ġlámp": 28115, + "Ġsucedió": 28116, + "Daisy": 28117, + "GOOD": 28118, + "Ġrespiratory": 28119, + "Ġprosperous": 28120, + "Ġconventional": 28121, + "Ġórgan": 28122, + "Ġtriumphantly": 28123, + "Ġphilanthrop": 28124, + "Ġdecisive": 28125, + "Ġdesirable": 28126, + "floor": 28127, + "Ġloneliness": 28128, + "Catherine": 28129, + "hut": 28130, + "Ġdived": 28131, + "isers": 28132, + "Ġolor": 28133, + "Ġpér": 28134, + "Ġgam": 28135, + "rilo": 28136, + "uran": 28137, + "ĠCree": 28138, + "ĠHann": 28139, + "ĠPé": 28140, + "Ġally": 28141, + "Ġshivered": 28142, + "Ġloca": 28143, + "Ġpelear": 28144, + "ĠKind": 28145, + "Ġchron": 28146, + "Ġactively": 28147, + "Ġobede": 28148, + "ceptible": 28149, + "Ġvisions": 28150, + "ĠCham": 28151, + "Ġhomosexual": 28152, + "ĠManagement": 28153, + "ĠGoose": 28154, + "Ġboarded": 28155, + "Ġversión": 28156, + "Ġturf": 28157, + "Ġ�,": 28158, + "Ġscaring": 28159, + "kok": 28160, + "Ġquitado": 28161, + "Ġqualifying": 28162, + "Ġranging": 28163, + "Ġaxis": 28164, + "Ġ�������": 28165, + "Ġtratando": 28166, + "Ġfunctional": 28167, + "USTR": 28168, + "Ġdisplays": 28169, + "Ġillustration": 28170, + "Ġsopa": 28171, + "Ġprofessionals": 28172, + "ĠIndustry": 28173, + "simultaneous": 28174, + "Bah": 28175, + "Cop": 28176, + "DAN": 28177, + "Double": 28178, + "Lost": 28179, + "Toby": 28180, + "oci": 28181, + "siempre": 28182, + "vonne": 28183, + "Ġaching": 28184, + "inette": 28185, + "Ġbil": 28186, + "Ġlam": 28187, + "Ġgiggles": 28188, + "Ġnadar": 28189, + "ĠSalem": 28190, + "ĠCA": 28191, + "ĠCertainly": 28192, + "ĠBoots": 28193, + "Ġwhoop": 28194, + "ĠPowers": 28195, + "opatra": 28196, + "aky": 28197, + "Ġlease": 28198, + "Ġestates": 28199, + "ĠStore": 28200, + "Ġtrails": 28201, + "mbro": 28202, + "ĠtenÃŃas": 28203, + "Ġpresión": 28204, + "192": 28205, + "Ġtemo": 28206, + "Ġhorseman": 28207, + "thankyou": 28208, + "Ġmoto": 28209, + "Ġtonter": 28210, + "Ġprotects": 28211, + "Ġentreprene": 28212, + "Ġexceptional": 28213, + "rari": 28214, + "ĠMagn": 28215, + "Ġvacaciones": 28216, + "ĠJoanna": 28217, + "Ġgalloped": 28218, + "ĠvivÃŃan": 28219, + "Ġcontenta": 28220, + "ĠBeaver": 28221, + "ĠStonewell": 28222, + "ĠMiriam": 28223, + "ĠConfederacy": 28224, + "ĠRemi": 28225, + "Ġkidnapping": 28226, + "ĠÃģng": 28227, + "Ġbunnies": 28228, + "Particip": 28229, + "Ġprofundamente": 28230, + "ĠLimited": 28231, + "ĠvÃŃct": 28232, + "Jessica": 28233, + "CONTENTS": 28234, + "Ġperplex": 28235, + "Ġadministered": 28236, + "ĠCotton": 28237, + "Chairman": 28238, + "ĠCanterbury": 28239, + "Cross": 28240, + "Ġzzz": 28241, + "itha": 28242, + "omic": 28243, + "Ġstems": 28244, + "ĠTropical": 28245, + "ĠBev": 28246, + "Ġalgebra": 28247, + "ulator": 28248, + "redo": 28249, + "ĠJaqueline": 28250, + "?\";": 28251, + "ĠVideo": 28252, + "Ġscow": 28253, + "guila": 28254, + "Ġtriun": 28255, + "ĠZorro": 28256, + "Ġtapped": 28257, + "Ġgiants": 28258, + "ĠComedy": 28259, + "Ġdarse": 28260, + "Ġparano": 28261, + "Ġmercado": 28262, + "Ġllevas": 28263, + "Ġconversion": 28264, + "Ġgarment": 28265, + "Ġvacas": 28266, + "Ġdatos": 28267, + "ĠCaucas": 28268, + "ĠTravis": 28269, + "Ġconvenience": 28270, + "Outside": 28271, + "Ġmentir": 28272, + "skirts": 28273, + "Ġastronomy": 28274, + "ĠRenée": 28275, + "ĠNEVER": 28276, + "éstos": 28277, + "ĠNormandy": 28278, + "ĠHoover": 28279, + "Ġhuesos": 28280, + "Ġesfuerzo": 28281, + "cara": 28282, + "holes": 28283, + "zco": 28284, + "Ġsiente": 28285, + "Ġsopl": 28286, + "hales": 28287, + "Ġfade": 28288, + "llev": 28289, + "Ġstained": 28290, + "ĠMAY": 28291, + "ĠHOUSE": 28292, + "ctar": 28293, + "olks": 28294, + "ĠPM": 28295, + "Ġshines": 28296, + "ĠReds": 28297, + "Ġ[:": 28298, + "ensis": 28299, + "Ġscur": 28300, + "Ġbuque": 28301, + "Ġflashes": 28302, + "Ġhelado": 28303, + "ignon": 28304, + "Ġslowed": 28305, + "Ġmatched": 28306, + "Ġbrethren": 28307, + "Ġcasarse": 28308, + "Ġinvade": 28309, + "ĠClarence": 28310, + "Ġpastry": 28311, + "Ġemblem": 28312, + "ĠFrankfurt": 28313, + "Ġdescriptions": 28314, + "alties": 28315, + "UBL": 28316, + "Ġcardiac": 28317, + "Ġslapped": 28318, + "Ġcredits": 28319, + "ĠVictorian": 28320, + "Ġeternity": 28321, + "Ġtiresome": 28322, + "breathes": 28323, + "Ġclergyman": 28324, + "Ġdiscomfort": 28325, + "whimpers": 28326, + "Dest": 28327, + "pri": 28328, + "slow": 28329, + "tiny": 28330, + "²": 28331, + "Ġoigo": 28332, + "Ġgentes": 28333, + "rika": 28334, + "Ġsto": 28335, + "ĠTax": 28336, + "ĠTae": 28337, + "ĠTiffany": 28338, + "ĠSunny": 28339, + "ĠSCHOOL": 28340, + "ĠCf": 28341, + "ĠCiudad": 28342, + "ĠPwww": 28343, + "ĠLAST": 28344, + "ĠEventually": 28345, + "feit": 28346, + "Ġspun": 28347, + "ĠKle": 28348, + "Ġdeseaba": 28349, + "ĠValle": 28350, + "tails": 28351, + "Ġchall": 28352, + "Ġregulation": 28353, + "Ġpieza": 28354, + "Ġrivals": 28355, + "Ġexcused": 28356, + "rogate": 28357, + "Ġtransm": 28358, + "Ġtransplant": 28359, + "Ġprofitable": 28360, + "Ġfilibuster": 28361, + "Examples": 28362, + "Ġcurrents": 28363, + "Ġlowering": 28364, + "Ġoccurrence": 28365, + "Ġundone": 28366, + "Ġconclude": 28367, + "Ġvestidos": 28368, + "Carlos": 28369, + "Ġreproductive": 28370, + "Ġutilizan": 28371, + "Ġembarrassment": 28372, + "Ġsolely": 28373, + "stroke": 28374, + "ĠHamburg": 28375, + "Fer": 28376, + "Merry": 28377, + "Ox": 28378, + "tight": 28379, + "Ġ),": 28380, + "Ġsáb": 28381, + "eric": 28382, + "itat": 28383, + "idan": 28384, + "entre": 28385, + "Ġreyes": 28386, + "kees": 28387, + "ĠTR": 28388, + "ĠMatson": 28389, + "urus": 28390, + "station": 28391, + "Ġasylum": 28392, + "ĠBIG": 28393, + "ĠBAB": 28394, + "igail": 28395, + "ĠWer": 28396, + "ĠJem": 28397, + "Ġclips": 28398, + "Ġtellin": 28399, + "Ġdisband": 28400, + "Ġdisreg": 28401, + "ĠYu": 28402, + "ĠMarse": 28403, + "Ġrelay": 28404, + "jected": 28405, + "Ġconfund": 28406, + "Ġexploration": 28407, + "ĠSuzanne": 28408, + "ĠINTO": 28409, + "ĠExchange": 28410, + "à²Ĺ": 28411, + "ĠPauline": 28412, + "otape": 28413, + "Ġcustomary": 28414, + "Ġconclusions": 28415, + "ĠSahara": 28416, + "Ġterminated": 28417, + "Michelle": 28418, + "correct": 28419, + "poner": 28420, + "Ġà¤ķ": 28421, + "Ġlevantar": 28422, + "añadió": 28423, + "ĠBeautiful": 28424, + "Ġalternate": 28425, + "Ġcogido": 28426, + "Ġshrieked": 28427, + "Ġsponsored": 28428, + "murmur": 28429, + "Ġinvitations": 28430, + "Ġblancas": 28431, + "LAUGHS": 28432, + "Ġproyecto": 28433, + "ĠEthiopia": 28434, + "ĠRafael": 28435, + "iamente": 28436, + "sat": 28437, + "Ġcep": 28438, + "Ġrever": 28439, + "ĠTandy": 28440, + "uramente": 28441, + "ĠDy": 28442, + "ĠLilly": 28443, + "ĠFig": 28444, + "Ġbroma": 28445, + "ranqu": 28446, + "Ġreserves": 28447, + "ucion": 28448, + "Ġharp": 28449, + "Ġfiner": 28450, + "Ġmetric": 28451, + "ĠcorrÃŃa": 28452, + "Ġrefined": 28453, + "unching": 28454, + "Ġcamas": 28455, + "Ġsquaw": 28456, + "Ġzomb": 28457, + "ĠEdge": 28458, + "raction": 28459, + "ĠManor": 28460, + "mites": 28461, + "Ġhabitats": 28462, + "Ġmotorbike": 28463, + "Ġparticipating": 28464, + "ĠSingles": 28465, + "Ġpiercing": 28466, + "Ġkingdoms": 28467, + "Ġbayon": 28468, + "ĠEvil": 28469, + "Ġtrod": 28470, + "Ġtristeza": 28471, + "alaxy": 28472, + "Ġtwinned": 28473, + "ĠFleming": 28474, + "powered": 28475, + "Ġpajarito": 28476, + "ĠMacedonia": 28477, + "Ġlookee": 28478, + "ĠPandora": 28479, + "Officer": 28480, + "Upon": 28481, + "Vis": 28482, + "cass": 28483, + "garden": 28484, + "iated": 28485, + "jita": 28486, + "pá": 28487, + "pond": 28488, + "eson": 28489, + "idores": 28490, + "american": 28491, + "ĠMate": 28492, + "hier": 28493, + "Ġgrudge": 28494, + "ĠChron": 28495, + "emberg": 28496, + "Ġobt": 28497, + "Ġvex": 28498, + "formula": 28499, + "Alicia": 28500, + "Ġcupcakes": 28501, + "Ġhonoured": 28502, + "ĠReuben": 28503, + "Ġcalidad": 28504, + "Ġárea": 28505, + "ĠGok": 28506, + "somewhere": 28507, + "mediate": 28508, + "ĠBrownie": 28509, + "Ġdecirte": 28510, + "ĠRepublicans": 28511, + "ĠDepression": 28512, + "Ġrustles": 28513, + "Ġpanted": 28514, + "Ġdecorate": 28515, + "Ġfoxes": 28516, + "Ġdissol": 28517, + "Ġvirtual": 28518, + "ĠMiy": 28519, + "Ġintensely": 28520, + "Ġmueve": 28521, + "Ġalimento": 28522, + "hoebe": 28523, + "ĠLevi": 28524, + "Pause": 28525, + "Ġtheoretical": 28526, + "Rhône": 28527, + "Ġkilómetros": 28528, + "Uses": 28529, + "leness": 28530, + "melo": 28531, + "ointing": 28532, + "Ġpious": 28533, + "ĠIz": 28534, + "Ġnay": 28535, + "Ġnig": 28536, + "Ġforman": 28537, + "Ġstunt": 28538, + "ĠSaints": 28539, + "ĠAbr": 28540, + "ĠCox": 28541, + "ARY": 28542, + "Ġshifting": 28543, + "ĠRider": 28544, + "apart": 28545, + "Ġcloudy": 28546, + "Ġoverlap": 28547, + "actions": 28548, + "ĠVere": 28549, + "Ġshaky": 28550, + "onson": 28551, + "Ġdollies": 28552, + "iosas": 28553, + "ĠBerm": 28554, + "ĠChapel": 28555, + "Ġparar": 28556, + "Ġarmario": 28557, + "Ġfearless": 28558, + "ĠSomebody": 28559, + "office": 28560, + "1995": 28561, + "Ġschizophren": 28562, + "ĠDOES": 28563, + "Ġhiciera": 28564, + "Ġtranslate": 28565, + "Ġpowered": 28566, + "Ġlawsuit": 28567, + "iliary": 28568, + "cracker": 28569, + "ĠHayes": 28570, + "Ġcomparative": 28571, + "Ġcadet": 28572, + "Ġfragrance": 28573, + "mucho": 28574, + "ómico": 28575, + "Ġtributary": 28576, + "Ġdesapareció": 28577, + "ĠpodrÃŃan": 28578, + "district": 28579, + "Ġassumption": 28580, + "Claire": 28581, + "ĠKrak": 28582, + "Ġprophecy": 28583, + "Cindy": 28584, + "MER": 28585, + "Rae": 28586, + "jandro": 28587, + "mÃŃr": 28588, + "rt": 28589, + "Ġira": 28590, + "Ġostr": 28591, + "Ġhah": 28592, + "imps": 28593, + "Ġny": 28594, + "ĠSra": 28595, + "ĠPull": 28596, + "Ġherido": 28597, + "Ġproces": 28598, + "ĠMarina": 28599, + "rowing": 28600, + "Ġpersonajes": 28601, + "Ġpassages": 28602, + "Ġredes": 28603, + "cheers": 28604, + "Ġrepar": 28605, + "Ġcurling": 28606, + "Ali": 28607, + "Ġiré": 28608, + "ĠGeorges": 28609, + "ĠCoca": 28610, + "Ġmemorable": 28611, + "ĠMalta": 28612, + "Ġmuttering": 28613, + "ántico": 28614, + "1992": 28615, + "iformes": 28616, + "Ġcambiado": 28617, + "ĠGilroy": 28618, + "Ġapologies": 28619, + "Ġcadets": 28620, + "Correct": 28621, + "Ġdeceive": 28622, + "Ġrosas": 28623, + "Ġdeposits": 28624, + "Ġcapacidad": 28625, + "Ġzapato": 28626, + "NEI": 28627, + "Ġdesaparecido": 28628, + "dollar": 28629, + "Ġvinegar": 28630, + "Ġdeporte": 28631, + "Ġaventuras": 28632, + "Ġsimpler": 28633, + "Ġdesayunar": 28634, + "avinia": 28635, + "Ġdescansar": 28636, + "titles": 28637, + "Straight": 28638, + "ĠCretaceous": 28639, + "Aub": 28640, + "Hace": 28641, + "Humph": 28642, + "ILD": 28643, + "Lore": 28644, + "Mist": 28645, + "Rev": 28646, + "Sax": 28647, + "dys": 28648, + "laps": 28649, + "nunca": 28650, + "pobrec": 28651, + "ndas": 28652, + "Ġdaban": 28653, + "Ġreorgan": 28654, + "quart": 28655, + "ĠMose": 28656, + "ĠMail": 28657, + "ĠMISS": 28658, + "ĠBEL": 28659, + "Ġquot": 28660, + "ĠHence": 28661, + "ĠHollow": 28662, + "Ġshred": 28663, + "Ġoutskirts": 28664, + "emaker": 28665, + "Ġpled": 28666, + "ĠGaul": 28667, + "ĠLance": 28668, + "ĠEvan": 28669, + "lava": 28670, + "Ġafar": 28671, + "icts": 28672, + "quez": 28673, + "orses": 28674, + "ĠcaÃŃa": 28675, + "Shem": 28676, + "prisa": 28677, + "Ġindis": 28678, + "Ġcatalog": 28679, + "uelto": 28680, + "Ġcolorful": 28681, + "ĠBeyond": 28682, + "Ġeighteenth": 28683, + "Ġmerger": 28684, + "ĠCountess": 28685, + "ĠBarn": 28686, + "Ġproductions": 28687, + "ĠEstado": 28688, + "hardt": 28689, + "Ġvictorious": 28690, + "Ġfueran": 28691, + "ĠLuigi": 28692, + "Ġgraduation": 28693, + "ĠGetty": 28694, + "Ġteachings": 28695, + "Ġcorresponding": 28696, + "Ġsniffed": 28697, + "ĠNigerian": 28698, + "ĠAhmed": 28699, + "Ġunlocked": 28700, + "ĠMesopotam": 28701, + "Ġexcepto": 28702, + "Ġhardships": 28703, + "CAPÃį": 28704, + "Ġmartyr": 28705, + "Ġdisfraz": 28706, + "TULO": 28707, + "ĠVladimir": 28708, + "\"|": 28709, + "Aud": 28710, + "Lind": 28711, + "NHL": 28712, + "dens": 28713, + "job": 28714, + "sugar": 28715, + "Ġsacks": 28716, + "onial": 28717, + "Ġdandy": 28718, + "Ġoeste": 28719, + "Ġpell": 28720, + "Ġponder": 28721, + "orient": 28722, + "icopter": 28723, + "Ġthrees": 28724, + "ĠMond": 28725, + "ĠHers": 28726, + "ĠHap": 28727, + "ĠHaut": 28728, + "ĠPale": 28729, + "Ġsakes": 28730, + "Ġoutlet": 28731, + "Ġpledge": 28732, + "ĠFlying": 28733, + "Ġputtin": 28734, + "Ġprehistoric": 28735, + "ĠYi": 28736, + "Ġregiones": 28737, + "Ġcerrado": 28738, + "Ġcabellos": 28739, + "Thursday": 28740, + "Ġpromoting": 28741, + "Ġvariation": 28742, + "ĠConrad": 28743, + "à¤ļ": 28744, + "ĠEnrique": 28745, + "ĠTeacher": 28746, + "ĠParamount": 28747, + "ylan": 28748, + "ĠEstas": 28749, + "Ġcharacterized": 28750, + "Ġfresco": 28751, + "speaks": 28752, + "Peace": 28753, + "ĠBurke": 28754, + "Ġgeographical": 28755, + "ĠEmpress": 28756, + "Ġ1892": 28757, + "Ġ1897": 28758, + "Guard": 28759, + "Ġbriefcase": 28760, + "ĠRodney": 28761, + "IELD": 28762, + "ĠHarding": 28763, + "Ġmáx": 28764, + "amarillo": 28765, + "ĠRhode": 28766, + "ĠHinduism": 28767, + "Ġvowels": 28768, + "Ġdolphins": 28769, + "Ġrefreshing": 28770, + "ĠGrimm": 28771, + "Heaven": 28772, + "Ġmembrane": 28773, + "ĠAnatolia": 28774, + "ĠLopez": 28775, + "CAPÃįTULO": 28776, + "!...": 28777, + "CAN": 28778, + "Oper": 28779, + "bane": 28780, + "cual": 28781, + "eo": 28782, + "pins": 28783, + "Ġsling": 28784, + "Ġcors": 28785, + "Ġcanto": 28786, + "Ġmig": 28787, + "Ġhump": 28788, + "uter": 28789, + "ĠCP": 28790, + "ĠCed": 28791, + "ĠPent": 28792, + "ĠOS": 28793, + "Ġbrands": 28794, + "Ġcoil": 28795, + "ullah": 28796, + "Ġconsigo": 28797, + "Ġinterface": 28798, + "ĠGerda": 28799, + "Ġbuilders": 28800, + "ĠChamp": 28801, + "Ġsabemos": 28802, + "Ġsuperb": 28803, + "ĠSwift": 28804, + "flying": 28805, + "Ġpudieron": 28806, + "Ġpronounce": 28807, + "Ġoccupants": 28808, + "Ġsteaming": 28809, + "ĠNatalie": 28810, + "Ġaerial": 28811, + "Ġodio": 28812, + "Ġsalvaje": 28813, + "ĠOxfordshire": 28814, + "Ġgleaming": 28815, + "Ġnavig": 28816, + "sleeping": 28817, + "Ġyawning": 28818, + "Ġfugitive": 28819, + "Bernard": 28820, + "Ġunemployed": 28821, + "Ġespectáculo": 28822, + "Ġinjustice": 28823, + "ĠperÃŃodo": 28824, + "aunque": 28825, + "Ġvitamins": 28826, + "Food": 28827, + "XT": 28828, + "bys": 28829, + "Ġinducted": 28830, + "Ġhealed": 28831, + "Ġwasp": 28832, + "Ġump": 28833, + "Ġnailed": 28834, + "ĠShen": 28835, + "herry": 28836, + "ĠHoff": 28837, + "ĠPav": 28838, + "Ġpluma": 28839, + "ĠLenn": 28840, + "ĠLila": 28841, + "ĠJungle": 28842, + "Ġlech": 28843, + "teeth": 28844, + "ĠStri": 28845, + "Ġglided": 28846, + "unga": 28847, + "Ġsentin": 28848, + "Starting": 28849, + "ĠBlind": 28850, + "Ġreplic": 28851, + "Ġvaliant": 28852, + "Clara": 28853, + "Ġaccidente": 28854, + "brahim": 28855, + "Ġ1891": 28856, + "1997": 28857, + "Ġterritorial": 28858, + "Ġquitó": 28859, + "Ġzeal": 28860, + "Florence": 28861, + "Ġelectronics": 28862, + "ĠSHOULD": 28863, + "ĠImperio": 28864, + "ĠBryan": 28865, + "Ġwobbly": 28866, + "ĠLancaster": 28867, + "ĠLtd": 28868, + "Ġrenowned": 28869, + "\"\"": 28870, + "Mandy": 28871, + "Tras": 28872, + "elect": 28873, + "sle": 28874, + "vable": 28875, + "wave": 28876, + "erting": 28877, + "Ġcierra": 28878, + "Ġdoth": 28879, + "Ġfals": 28880, + "ancias": 28881, + "Ġgilt": 28882, + "Ġinmates": 28883, + "oward": 28884, + "ĠSou": 28885, + "ĠCros": 28886, + "Ġalmac": 28887, + "ĠWacker": 28888, + "ĠLiam": 28889, + "ardin": 28890, + "orta": 28891, + "Ġrighteous": 28892, + "Ġmuest": 28893, + "ĠUri": 28894, + "actus": 28895, + "ĠVick": 28896, + "ĠInside": 28897, + "olds": 28898, + "Ġwoodland": 28899, + "ĠQatar": 28900, + "Ġsnapping": 28901, + "ĠTrin": 28902, + "Ġpresidents": 28903, + "Ġperiodic": 28904, + "Ġlocket": 28905, + "Ġbulldo": 28906, + "Ġspeeds": 28907, + "Ġpuddle": 28908, + "ĠClaude": 28909, + "birth": 28910, + "ĠIrishman": 28911, + "Ġaxes": 28912, + "ĠAnyway": 28913, + "Ġmandó": 28914, + "Robin": 28915, + "Ġscolded": 28916, + "Ġenquiry": 28917, + "Ġswaying": 28918, + "ĠObserv": 28919, + "Ġcazador": 28920, + "ĠViolet": 28921, + "!-": 28922, + "?.": 28923, + "CLE": 28924, + "DY": 28925, + "Dyn": 28926, + "Gy": 28927, + "Gun": 28928, + "Imm": 28929, + "Rosa": 28930, + "gown": 28931, + "Ġtits": 28932, + "escend": 28933, + "ombs": 28934, + "oskap": 28935, + "Ġsect": 28936, + "ĠBug": 28937, + "Ġattain": 28938, + "ĠPiet": 28939, + "Ġsuic": 28940, + "ĠWea": 28941, + "ĠLah": 28942, + "ĠLoy": 28943, + "ĠTheater": 28944, + "ĠEnos": 28945, + "Ġovertime": 28946, + "earance": 28947, + "ĠKö": 28948, + "dobe": 28949, + "obi": 28950, + "Ġremon": 28951, + "Ġreservation": 28952, + "ibo": 28953, + "Ġapes": 28954, + "Ġbarren": 28955, + "Ġtyran": 28956, + "External": 28957, + "ĠShore": 28958, + "Ġtendrá": 28959, + "watching": 28960, + "Ġlengths": 28961, + "Momma": 28962, + "Ġjugador": 28963, + "Ġpillar": 28964, + "Ġfacult": 28965, + "Ġfroggie": 28966, + "Ġaltas": 28967, + "bottom": 28968, + "Antes": 28969, + "Ġasustó": 28970, + "ôte": 28971, + "ĠoÃŃdos": 28972, + "ĠfÃŃsica": 28973, + "Parece": 28974, + "cyclopedia": 28975, + "ĠProphet": 28976, + "ĠAnglican": 28977, + "ipelago": 28978, + "naran": 28979, + "·": 28980, + "Ġfowls": 28981, + "Ġdeity": 28982, + "Ġstability": 28983, + "Ġdope": 28984, + "ĠMIN": 28985, + "Ġker": 28986, + "ĠPharaoh": 28987, + "uey": 28988, + "hya": 28989, + "Ġacar": 28990, + "letons": 28991, + "Ġattire": 28992, + "Ġimposed": 28993, + "expl": 28994, + "Ġintoler": 28995, + "ĠComing": 28996, + "ĠRead": 28997, + "म": 28998, + "Ġcopying": 28999, + "Ġguardia": 29000, + "Ġenergetic": 29001, + "Ġspeeding": 29002, + "Ġmateria": 29003, + "ĠGreene": 29004, + "Ġinterrupting": 29005, + "Ġ1867": 29006, + "ĠSquire": 29007, + "Ġmyths": 29008, + "ĠTwitter": 29009, + "Previously": 29010, + "Ġrectangle": 29011, + "Papá": 29012, + "ĠFacebook": 29013, + "Ġprejudice": 29014, + "Ġinsignific": 29015, + "ĠGiovanni": 29016, + "Ġanguish": 29017, + "ĠVegeta": 29018, + "ĠDeclaration": 29019, + "Cada": 29020, + "Kelly": 29021, + "Round": 29022, + "chat": 29023, + "glo": 29024, + "mem": 29025, + "towel": 29026, + "Ġsash": 29027, + "Ġculo": 29028, + "Ġdost": 29029, + "Ġlens": 29030, + "Ġseiz": 29031, + "Ġanonymous": 29032, + "ellar": 29033, + "thou": 29034, + "Ġenzy": 29035, + "ĠGlend": 29036, + "ĠLom": 29037, + "ĠTheo": 29038, + "agna": 29039, + "Ġproverb": 29040, + "Ġanyways": 29041, + "Ġspied": 29042, + "Ġdownload": 29043, + "ĠKab": 29044, + "orde": 29045, + "ilee": 29046, + "ĠVel": 29047, + "Ġbuc": 29048, + "club": 29049, + "Sold": 29050, + "upstairs": 29051, + "ĠZur": 29052, + "Ġladrón": 29053, + "enging": 29054, + "ĠBarclay": 29055, + "ĠPluto": 29056, + "Ġstraightforward": 29057, + "ĠOrlando": 29058, + "Ġgustado": 29059, + "Ġdevote": 29060, + "Ġurging": 29061, + "Ġidentification": 29062, + "ĠMilky": 29063, + "ĠPriest": 29064, + "ariamente": 29065, + "wheels": 29066, + "Ġcubierto": 29067, + "Ġshocking": 29068, + "த": 29069, + "Ġawareness": 29070, + "OMAN": 29071, + "Ġescuchó": 29072, + "ACT": 29073, + "squeak": 29074, + "Ġtoolbox": 29075, + "ĠChoi": 29076, + "auguau": 29077, + "ĠStrait": 29078, + "Ġagitated": 29079, + "Ġprudent": 29080, + "Ġremedio": 29081, + "Ġmundial": 29082, + "Ġphilosophical": 29083, + "Ġinvariably": 29084, + "ĠDevering": 29085, + "ACH": 29086, + "Late": 29087, + "Mos": 29088, + "VES": 29089, + "gary": 29090, + "shed": 29091, + "isition": 29092, + "Ġmierda": 29093, + "Ġpido": 29094, + "Ġlinda": 29095, + "Ġtoaster": 29096, + "Ġeater": 29097, + "Ġnug": 29098, + "Ġdobl": 29099, + "ĠTi": 29100, + "ĠTUR": 29101, + "ĠGla": 29102, + "ĠGaz": 29103, + "ĠLass": 29104, + "ĠLog": 29105, + "Heidi": 29106, + "ĠKoran": 29107, + "Ġamiable": 29108, + "wny": 29109, + "ĠYuc": 29110, + "Ġundertaken": 29111, + "Ġcaes": 29112, + "Ġrecur": 29113, + "ĠMarino": 29114, + "Ġclearer": 29115, + "Ġfalled": 29116, + "State": 29117, + "Ġbarba": 29118, + "ĠPrissie": 29119, + "Ġgovernors": 29120, + "ण": 29121, + "ĠParagu": 29122, + "ĠMonk": 29123, + "Ġdecirlo": 29124, + "velled": 29125, + "ĠGlenn": 29126, + "Ġsorrowful": 29127, + "ĠAlemania": 29128, + "Ġthunderstorm": 29129, + "Ġframework": 29130, + "squeaks": 29131, + "Ġobtaining": 29132, + "Ġacquaintances": 29133, + "Ġmarsh": 29134, + "Ġarroj": 29135, + "Talking": 29136, + "Ġwhirling": 29137, + "Ġtormenta": 29138, + "Hardly": 29139, + "Windows": 29140, + "Ġintroducing": 29141, + "ĠPowell": 29142, + "Ġungrateful": 29143, + "Ġcuestión": 29144, + "BEN": 29145, + "dun": 29146, + "dese": 29147, + "rÃŃas": 29148, + "zon": 29149, + "zca": 29150, + "inu": 29151, + "Ġsine": 29152, + "itime": 29153, + "Ġdada": 29154, + "Ġpuls": 29155, + "Ġhé": 29156, + "Ġhove": 29157, + "ĠMog": 29158, + "chor": 29159, + "ĠCultural": 29160, + "ĠBalk": 29161, + "ĠBret": 29162, + "ĠDaff": 29163, + "ĠJOH": 29164, + "odi": 29165, + "Ġunc": 29166, + "Ġtwig": 29167, + "sobre": 29168, + "harine": 29169, + "ĠInv": 29170, + "Ġendurance": 29171, + "ĠMarc": 29172, + "Doing": 29173, + "Ġkneels": 29174, + "Ġsixpence": 29175, + "Ġgenerated": 29176, + "Ġgenerosity": 29177, + "umbria": 29178, + "Ġforeman": 29179, + "Ġbathed": 29180, + "Ġzones": 29181, + "oopsie": 29182, + "Ġguarding": 29183, + "ĠExcell": 29184, + "Ġgrassy": 29185, + "à¥ĭ": 29186, + "aspard": 29187, + "ĠValencia": 29188, + "Ġsubsid": 29189, + "uebas": 29190, + "Ġconvertido": 29191, + "Ġdwellings": 29192, + "Ġjerked": 29193, + "XXX": 29194, + "mnn": 29195, + "Ġivory": 29196, + "Puedo": 29197, + "Ġnaveg": 29198, + "Ġcoolly": 29199, + "Ġmidshipman": 29200, + "ĠHughes": 29201, + "Ġdarlin": 29202, + "ĠHELP": 29203, + "BODY": 29204, + "Disc": 29205, + "Gas": 29206, + "Wish": 29207, + "each": 29208, + "easy": 29209, + "nana": 29210, + "ratch": 29211, + "wau": 29212, + "waves": 29213, + "Ġtang": 29214, + "Ġpú": 29215, + "icent": 29216, + "Ġemo": 29217, + "Ġeurope": 29218, + "Ġnobility": 29219, + "ppets": 29220, + "ĠWool": 29221, + "ĠJudd": 29222, + "ĠNAME": 29223, + "Ġelbows": 29224, + "pezó": 29225, + "Ġmuestra": 29226, + "ivar": 29227, + "Ġlottery": 29228, + "Ġmarriages": 29229, + "Ġaccuse": 29230, + "Ġbarred": 29231, + "Ġpenit": 29232, + "blos": 29233, + "Ġcosy": 29234, + "2021": 29235, + "Ġgladness": 29236, + "Ġportal": 29237, + "Ġdejamos": 29238, + "Ġfinalice": 29239, + "ಲ": 29240, + "Ġrobust": 29241, + "Ġgodmother": 29242, + "Ġmultitude": 29243, + "Ġfunded": 29244, + "Ġhybrid": 29245, + "Ġpilgrimage": 29246, + "Ġtimer": 29247, + "ápido": 29248, + "Ġ1893": 29249, + "Ġ1882": 29250, + "IVY": 29251, + "Ġtransported": 29252, + "Ġexplanations": 29253, + "police": 29254, + "malade": 29255, + "Ġasustado": 29256, + "Ġproteger": 29257, + "ĠNaomi": 29258, + "monton": 29259, + "Ġimmensely": 29260, + "Ġtelescop": 29261, + "Ġgritando": 29262, + "Members": 29263, + "Ġprotocol": 29264, + "Ġregistration": 29265, + "Ġenjoys": 29266, + "raspberry": 29267, + "Ġconsecutive": 29268, + "-...": 29269, + "Lle": 29270, + "Vas": 29271, + "VING": 29272, + "WHEN": 29273, + "cate": 29274, + "gener": 29275, + "lio": 29276, + "nuhhuh": 29277, + "pushing": 29278, + "Ġdumps": 29279, + "enched": 29280, + "Ġpiz": 29281, + "ĠIB": 29282, + "etah": 29283, + "unches": 29284, + "Ġneenaw": 29285, + "Ġvayas": 29286, + "Ġconting": 29287, + "ĠJA": 29288, + "Ġloos": 29289, + "Ġproving": 29290, + "Heh": 29291, + "ñar": 29292, + "Ġmeanings": 29293, + "ĠInformation": 29294, + "ĠChow": 29295, + "ĠdecÃŃan": 29296, + "ĠNov": 29297, + "Ġregiments": 29298, + "Ġpapás": 29299, + "Ġmeth": 29300, + "uelve": 29301, + "ánchez": 29302, + "Ġscarecrow": 29303, + "Ġnaturales": 29304, + "ombro": 29305, + "Ġdejas": 29306, + "Ġembassy": 29307, + "ĠEmilio": 29308, + "falls": 29309, + "Ġsuspension": 29310, + "Ġparticipation": 29311, + "throwing": 29312, + "Ġbenches": 29313, + "Ġ1871": 29314, + "Ġduplic": 29315, + "Ġsympathi": 29316, + "ĠAccordingly": 29317, + "ĠPhilippine": 29318, + "Ġdemonstrated": 29319, + "Ġconcepts": 29320, + "Ġricher": 29321, + "Ġselva": 29322, + "dije": 29323, + "ĠPlaza": 29324, + "Ġguaranteed": 29325, + "ĠTweenies": 29326, + "ĠScholars": 29327, + "LIL": 29328, + "rays": 29329, + "wang": 29330, + "Ġting": 29331, + "Ġmalt": 29332, + "Ġgib": 29333, + "Ġofreci": 29334, + "otte": 29335, + "ĠTras": 29336, + "ĠMing": 29337, + "Ġups": 29338, + "Ġconstern": 29339, + "ĠDÃŃa": 29340, + "ĠWins": 29341, + "ryan": 29342, + "Ġmang": 29343, + "ickle": 29344, + "venant": 29345, + "venge": 29346, + "Ġscor": 29347, + "Ġtrailing": 29348, + "Ġheadlong": 29349, + "Ġcommittees": 29350, + "Ġschoolroom": 29351, + "MAY": 29352, + "Ġfootprints": 29353, + "ccas": 29354, + "Ġdeplo": 29355, + "ĠClifford": 29356, + "Ġsnout": 29357, + "ĠAbigail": 29358, + "ĠPatrol": 29359, + "Ġswims": 29360, + "Ġspiral": 29361, + "Ġturno": 29362, + "Ġinvestigación": 29363, + "!'\"": 29364, + "Ġsqueal": 29365, + "Ġinnov": 29366, + "ĠMoslem": 29367, + "Ġshrimp": 29368, + "Ġhijas": 29369, + "Ġgolpes": 29370, + "Prepar": 29371, + "ĠNicol": 29372, + "Ġexplicit": 29373, + "repuso": 29374, + "Ġinstincts": 29375, + "Ġscanned": 29376, + "Melissa": 29377, + "Ġisolation": 29378, + "ivorous": 29379, + "Ġbeetles": 29380, + "Ġperplexed": 29381, + "Spanish": 29382, + "Ast": 29383, + "Elect": 29384, + "Gi": 29385, + "Pers": 29386, + "PER": 29387, + "Push": 29388, + "lain": 29389, + "erle": 29390, + "Ġgifted": 29391, + "Ġhips": 29392, + "entos": 29393, + "Ġrecomend": 29394, + "Ġstroll": 29395, + "roduction": 29396, + "ĠCLO": 29397, + "ĠBates": 29398, + "Ġwhine": 29399, + "unuch": 29400, + "ĠHom": 29401, + "Ġruth": 29402, + "ĠWON": 29403, + "ĠJove": 29404, + "ĠNikki": 29405, + "Ġunp": 29406, + "Ġtrato": 29407, + "Ġestúp": 29408, + "pert": 29409, + "Ġdescar": 29410, + "dec": 29411, + "ggles": 29412, + "Ġmarca": 29413, + "aney": 29414, + "Ġsilvery": 29415, + "Ġcatal": 29416, + "Ġcaminar": 29417, + "Ġpropios": 29418, + "Ġesconder": 29419, + "washer": 29420, + "ĠTHREE": 29421, + "ĠRomano": 29422, + "Ġaccounted": 29423, + "ĠMumbai": 29424, + "Ġdetectives": 29425, + "Ġbinoculars": 29426, + "ĠBeau": 29427, + "Ġrazon": 29428, + "ĠGlooskap": 29429, + "beepbeep": 29430, + "Ġrayo": 29431, + "Ġcarretera": 29432, + "ĠObject": 29433, + "Ġmeadows": 29434, + "Ġphilosophers": 29435, + "Change": 29436, + "ĠBrigade": 29437, + "ĠGobierno": 29438, + "Ġmosquitoes": 29439, + "Ġsophisticated": 29440, + "ĠMollie": 29441, + "01": 29442, + "Gay": 29443, + "Lay": 29444, + "dicos": 29445, + "mand": 29446, + "Ġalemán": 29447, + "eran": 29448, + "argh": 29449, + "utta": 29450, + "irió": 29451, + "Ġuranium": 29452, + "Ġnigger": 29453, + "ĠTara": 29454, + "ĠSter": 29455, + "Ġko": 29456, + "season": 29457, + "Ġasc": 29458, + "ĠCyn": 29459, + "Ġherram": 29460, + "Ġrud": 29461, + "Ġrites": 29462, + "ĠFremont": 29463, + "Ġaggreg": 29464, + "Ġtricycle": 29465, + "ĠKom": 29466, + "ĠUlt": 29467, + "Ġacus": 29468, + "landers": 29469, + "arsity": 29470, + "ĠAndrés": 29471, + "Ġsupposing": 29472, + "Ġbirch": 29473, + "Ġfellers": 29474, + "Ġverbal": 29475, + "Alas": 29476, + "Ġexplored": 29477, + "Ġrespeto": 29478, + "Ġhoist": 29479, + "rona": 29480, + "ĠBarack": 29481, + "ĠShit": 29482, + "saying": 29483, + "ĠMademoiselle": 29484, + "illermo": 29485, + "üh": 29486, + "chance": 29487, + "ĠBurr": 29488, + "Ġbombers": 29489, + "Ġcontacts": 29490, + "Ġvegetarian": 29491, + "ĠFortunately": 29492, + "ĠGranada": 29493, + "Ġpollito": 29494, + "idiary": 29495, + "Ġdynamite": 29496, + "ĠReynolds": 29497, + "Ġcorrespondence": 29498, + "Ġsponsor": 29499, + "Ġdiablos": 29500, + "Ġpavilion": 29501, + "Ġadvisor": 29502, + "Ġresentment": 29503, + "Ġmensaje": 29504, + "ĠFanning": 29505, + "Ġexclusively": 29506, + "Ġcanceled": 29507, + "Cold": 29508, + "Jun": 29509, + "eats": 29510, + "kk": 29511, + "muchas": 29512, + "pó": 29513, + "xes": 29514, + "Ġfath": 29515, + "ĠSolo": 29516, + "Ġkins": 29517, + "ifa": 29518, + "Ġherds": 29519, + "uler": 29520, + "Ġfrase": 29521, + "Ġshud": 29522, + "Ġshilling": 29523, + "ĠWitt": 29524, + "Ġabog": 29525, + "Ġelf": 29526, + "Ġperception": 29527, + "Ġprefect": 29528, + "Ġprecio": 29529, + "rencia": 29530, + "Ġdecisión": 29531, + "Ġbreeds": 29532, + "ĠNoble": 29533, + "Ġredund": 29534, + "Ġskipping": 29535, + "ĠSoft": 29536, + "Ġindifference": 29537, + "uerte": 29538, + "ĠsabÃŃan": 29539, + "Ġdividing": 29540, + "Ġshipwreck": 29541, + "ĠBarber": 29542, + "Ġcooled": 29543, + "ĠDrum": 29544, + "arthy": 29545, + "Ġscramble": 29546, + "ĠSerbian": 29547, + "showing": 29548, + "Ġperformer": 29549, + "Ġplateau": 29550, + "driving": 29551, + "ĠUttar": 29552, + "Ġsucedido": 29553, + "Oscar": 29554, + "Ġleisurely": 29555, + "ĠChelsea": 29556, + "formerly": 29557, + "Ġcongregation": 29558, + "Ġconejito": 29559, + "Buenos": 29560, + "DI": 29561, + "Wall": 29562, + "bla": 29563, + "cans": 29564, + "dan": 29565, + "Ĥ¬": 29566, + "Ġcá": 29567, + "Ġmando": 29568, + "Ġpumps": 29569, + "lli": 29570, + "Ġlyn": 29571, + "ashire": 29572, + "Ġhú": 29573, + "imar": 29574, + "Ġweaken": 29575, + "Ġugh": 29576, + "Ġstagger": 29577, + "Ġathe": 29578, + "ĠDoo": 29579, + "ĠDamn": 29580, + "ĠWAR": 29581, + "ĠWorth": 29582, + "Ġafil": 29583, + "ĠYep": 29584, + "Ġmatado": 29585, + "Ġattribut": 29586, + "chal": 29587, + "prised": 29588, + "Ġcorral": 29589, + "TERS": 29590, + "Ġlisteners": 29591, + "ĠSerena": 29592, + "Ġpottery": 29593, + "ĠPlains": 29594, + "ĠPerkins": 29595, + "Ġannually": 29596, + "altan": 29597, + "asionally": 29598, + "Ġobligation": 29599, + "Ġ1885": 29600, + "Ġessays": 29601, + "ĠDenise": 29602, + "Ġcopyright": 29603, + "Ġfloods": 29604, + "ĠUnderground": 29605, + "ĠHyun": 29606, + "ĠCopa": 29607, + "Ġcuántas": 29608, + "Ġbundles": 29609, + "ĠWORK": 29610, + "ĠMUCH": 29611, + "ttemberg": 29612, + "ĠSevilla": 29613, + "ĠDoubs": 29614, + "Economy": 29615, + "Bay": 29616, + "Cover": 29617, + "Gall": 29618, + "Jen": 29619, + "Var": 29620, + "aña": 29621, + "founded": 29622, + "Ġwiggle": 29623, + "Ġluces": 29624, + "Ġthorn": 29625, + "ĠTher": 29626, + "Ġkiwi": 29627, + "urable": 29628, + "hentic": 29629, + "Ġpliers": 29630, + "Ġblond": 29631, + "Ġsecular": 29632, + "Ġentus": 29633, + "Ġministry": 29634, + "ĠThumb": 29635, + "Ġrelates": 29636, + "Ġsubmission": 29637, + "Behind": 29638, + "criber": 29639, + "Ġposes": 29640, + "Ġmares": 29641, + "Ġdiscut": 29642, + "Somehow": 29643, + "Ġconsiderado": 29644, + "uku": 29645, + "wanted": 29646, + "Ġtalents": 29647, + "Ġtaped": 29648, + "Ġassociates": 29649, + "ĠBaa": 29650, + "AKES": 29651, + "Ġcoalition": 29652, + "ĠMiranda": 29653, + "Ġdescubr": 29654, + "urosawa": 29655, + "Ġpuffed": 29656, + "Ġswelling": 29657, + "Ġearthquakes": 29658, + "àŃģ": 29659, + "ĠJesús": 29660, + "Ġanoche": 29661, + "Ġsuavemente": 29662, + "Ġhammock": 29663, + "ĠHispanic": 29664, + "Ġinfrastructure": 29665, + "doh": 29666, + "iary": 29667, + "names": 29668, + "pm": 29669, + "soo": 29670, + "àª": 29671, + "Ġcords": 29672, + "Ġome": 29673, + "Ġomin": 29674, + "Ġfiel": 29675, + "Ġofic": 29676, + "Ġhive": 29677, + "ĠTrophy": 29678, + "ĠMats": 29679, + "ĠMUST": 29680, + "ĠAce": 29681, + "uming": 29682, + "Ġsofter": 29683, + "aining": 29684, + "acken": 29685, + "ĠLGBT": 29686, + "ĠFur": 29687, + "hanging": 29688, + "cib": 29689, + "Ġmuzzle": 29690, + "Ġestuve": 29691, + "ividad": 29692, + "Ġacu": 29693, + "decÃŃa": 29694, + "brr": 29695, + "Ġgenerously": 29696, + "Ġtuber": 29697, + "ĠmaÃŃz": 29698, + "ĠFlint": 29699, + "Ġsaca": 29700, + "Ġcondición": 29701, + "Ġcultura": 29702, + "âĮī...": 29703, + "Ġhillside": 29704, + "Ġsmartie": 29705, + "Ġexpanding": 29706, + "Ġpreventing": 29707, + "Ġ1884": 29708, + "à®ķ": 29709, + "Ġreacting": 29710, + "Ġsubspecies": 29711, + "Ġsubsidiary": 29712, + "Ġ1857": 29713, + "Ġferment": 29714, + "Ġobjetivo": 29715, + "Ġcelery": 29716, + "Ġprosecution": 29717, + "Ġsurveyed": 29718, + "cookies": 29719, + "Ġ~+": 29720, + "ĠAlbany": 29721, + "Ġenvelopes": 29722, + "Ġrhinoceros": 29723, + "shrugs": 29724, + "Ġshuddered": 29725, + "-'": 29726, + "Crazy": 29727, + "Point": 29728, + "Sand": 29729, + "Slow": 29730, + "dón": 29731, + "digo": 29732, + "gil": 29733, + "vamente": 29734, + "zin": 29735, + "heum": 29736, + "Ġcárcel": 29737, + "Ġpuse": 29738, + "nore": 29739, + "ĠIgn": 29740, + "Ġthud": 29741, + "imm": 29742, + "imus": 29743, + "Ġstowed": 29744, + "roqu": 29745, + "ĠMult": 29746, + "rak": 29747, + "ĠHapp": 29748, + "Ġvowed": 29749, + "ĠDos": 29750, + "ĠDaphne": 29751, + "Ġsaun": 29752, + "Ġplent": 29753, + "ĠNate": 29754, + "Ġcling": 29755, + "Ġplaywright": 29756, + "Ġcuisine": 29757, + "ĠAlps": 29758, + "Ġdinars": 29759, + "Ġstere": 29760, + "Ġpatito": 29761, + "Ġgenerate": 29762, + "Ġcrem": 29763, + "Ġparticulars": 29764, + "Ġhombros": 29765, + "Ġdiscurso": 29766, + "Ġprinter": 29767, + "Ġobjectives": 29768, + "ĠmÃŃos": 29769, + "Ġillusion": 29770, + "Somewhere": 29771, + "Ġpublications": 29772, + "Ġwildlife": 29773, + "Ġdecirme": 29774, + "spin": 29775, + "ĠGoodbye": 29776, + "viÄĩ": 29777, + "Ġdusting": 29778, + "Ġchapters": 29779, + "Ġpillars": 29780, + "ĠGarfield": 29781, + "izzard": 29782, + "Ġdiversity": 29783, + "ropolis": 29784, + "Ġinterpreted": 29785, + "Ġmaintaining": 29786, + "Ġimmigration": 29787, + "ĠAnimals": 29788, + "ĠcaracterÃŃsticas": 29789, + "Ġnibbled": 29790, + "ĠKuwait": 29791, + "ĠFuller": 29792, + "Ġexaggerated": 29793, + "openhauer": 29794, + "Ġpsychiatrist": 29795, + "ĠVendée": 29796, + "ĠCeltic": 29797, + "overlapped": 29798, + "Ġallergic": 29799, + "Interesting": 29800, + "Ġlaptop": 29801, + "Buddy": 29802, + "Wild": 29803, + "gentle": 29804, + "kir": 29805, + "uber": 29806, + "Ġdich": 29807, + "ativas": 29808, + "alus": 29809, + "Ġjap": 29810, + "ackett": 29811, + "ĠGad": 29812, + "ĠGavin": 29813, + "ĠLazar": 29814, + "ĠJolly": 29815, + "Ġjusticia": 29816, + "arel": 29817, + "Ġarithmetic": 29818, + "Ġspitting": 29819, + "ureen": 29820, + "ishy": 29821, + "ometown": 29822, + "guer": 29823, + "ĠsentÃŃ": 29824, + "Ġimpart": 29825, + "ĠMissy": 29826, + "ĠCloth": 29827, + "Ġtemplate": 29828, + "Ġhonours": 29829, + "ĠWarri": 29830, + "Ġllevaban": 29831, + "Ġduckie": 29832, + "ĠAnti": 29833, + "Ġmaternal": 29834, + "Ġproductos": 29835, + "Ġcortes": 29836, + "Ġacabar": 29837, + "Ġrecono": 29838, + "Ġhammering": 29839, + "ĠHungry": 29840, + "Ġhalves": 29841, + "Ġalcoholic": 29842, + "ĠCasa": 29843, + "Simple": 29844, + "à¯ģ": 29845, + "Ġadjusted": 29846, + "ürttemberg": 29847, + "Ġfugitives": 29848, + "Ġappointments": 29849, + "Dex": 29850, + "Jere": 29851, + "LC": 29852, + "Sandy": 29853, + "pipe": 29854, + "vir": 29855, + "reng": 29856, + "erver": 29857, + "Ġhunch": 29858, + "Ġnovio": 29859, + "ooch": 29860, + "Ġstressed": 29861, + "ĠSI": 29862, + "sect": 29863, + "ĠBless": 29864, + "Ġquivering": 29865, + "ilts": 29866, + "iliation": 29867, + "thon": 29868, + "ĠDion": 29869, + "agara": 29870, + "Ġpeck": 29871, + "Ġgrants": 29872, + "sock": 29873, + "Ġpreacher": 29874, + "Ġador": 29875, + "Ġsmote": 29876, + "Ġreservo": 29877, + "Ġslug": 29878, + "Ġsitios": 29879, + "ĠThirty": 29880, + "Ġformado": 29881, + "Ġplanks": 29882, + "appropriate": 29883, + "Ġadvances": 29884, + "Ġstarvation": 29885, + "ĠPeriod": 29886, + "ĠAmelia": 29887, + "LEASE": 29888, + "Ġbanished": 29889, + "Ġjackets": 29890, + "Ġastro": 29891, + "spider": 29892, + "ĠMotors": 29893, + "Ġdestroyer": 29894, + "ĠRedmond": 29895, + "Ġrompe": 29896, + "Ġinvestigated": 29897, + "ĠPalm": 29898, + "Ġpredic": 29899, + "Ġsiguientes": 29900, + "ĠArtie": 29901, + "ĠPlayers": 29902, + "1993": 29903, + "árt": 29904, + "ĠEverett": 29905, + "ĠMurd": 29906, + "squeeze": 29907, + "ĠAndrews": 29908, + "ĠTreasure": 29909, + "ĠLiberation": 29910, + "Ġzapat": 29911, + "Ġmultipl": 29912, + "Ġevolutionary": 29913, + "Ġswayed": 29914, + "Ġtreachery": 29915, + "Sylvia": 29916, + "sausage": 29917, + "ĠHastings": 29918, + "Rome": 29919, + "UMP": 29920, + "nea": 29921, + "Ġpits": 29922, + "Ġgin": 29923, + "Ġgla": 29924, + "Ġhect": 29925, + "Ġnip": 29926, + "Ġstinky": 29927, + "ĠAI": 29928, + "ĠAye": 29929, + "ĠCod": 29930, + "istent": 29931, + "ĠJans": 29932, + "ĠOdin": 29933, + "Ġadqu": 29934, + "ĠStrange": 29935, + "ĠVul": 29936, + "Ġhomeland": 29937, + "Ġconspic": 29938, + "locks": 29939, + "ĠsolÃŃa": 29940, + "Ġpasaron": 29941, + "ritical": 29942, + "ĠCharleston": 29943, + "Ġscares": 29944, + "ĠTruth": 29945, + "Ġsupposedly": 29946, + "ĠMadge": 29947, + "Ġgrasses": 29948, + "ĠÃł": 29949, + "Ġspreads": 29950, + "ascus": 29951, + "Ġgroans": 29952, + "Ġ1864": 29953, + "ĠRamsay": 29954, + "Ġcitizenship": 29955, + "ĠLightning": 29956, + "Ġnacido": 29957, + "ĠAgainst": 29958, + "ĠRuby": 29959, + "ĠMembers": 29960, + "ĠSacr": 29961, + "Ġsamurai": 29962, + "OUGHT": 29963, + "ĠLudwig": 29964, + "Ġwistfully": 29965, + "Ġdangling": 29966, + "ĠGandhi": 29967, + "Ġecosystem": 29968, + ";--": 29969, + "Nearly": 29970, + "Tilda": 29971, + "calling": 29972, + "makers": 29973, + "rather": 29974, + "vity": 29975, + "zee": 29976, + "Ġ\\": 29977, + "hell": 29978, + "hale": 29979, + "Ġcages": 29980, + "ĠdÃŃ": 29981, + "Ġhhh": 29982, + "Ġul": 29983, + "amela": 29984, + "stalk": 29985, + "ĠHAR": 29986, + "estial": 29987, + "ĠWAL": 29988, + "istle": 29989, + "ĠLogan": 29990, + "ĠRaleigh": 29991, + "feed": 29992, + "Heart": 29993, + "Ġcoaching": 29994, + "Ġade": 29995, + "Ġentera": 29996, + "Ġleapt": 29997, + "Ġrecession": 29998, + "Ġmarijuana": 29999 + }, + "merges": [ + [ + "Ġ", + "t" + ], + [ + "h", + "e" + ], + [ + "Ġ", + "a" + ], + [ + "i", + "n" + ], + [ + "r", + "e" + ], + [ + "Ġ", + "s" + ], + [ + "Ġt", + "he" + ], + [ + "o", + "u" + ], + [ + "Ġ", + "w" + ], + [ + "o", + "n" + ], + [ + "h", + "a" + ], + [ + "e", + "r" + ], + [ + "n", + "d" + ], + [ + "Ġ", + "c" + ], + [ + "Ġ", + "b" + ], + [ + "i", + "t" + ], + [ + "Ġ", + "d" + ], + [ + "i", + "s" + ], + [ + "Ġ", + "m" + ], + [ + "e", + "s" + ], + [ + "Ġ", + "o" + ], + [ + "e", + "n" + ], + [ + "Ġ", + "f" + ], + [ + "Ġ", + "p" + ], + [ + "l", + "l" + ], + [ + "a", + "n" + ], + [ + "in", + "g" + ], + [ + "o", + "r" + ], + [ + "Ġ", + "y" + ], + [ + "Ġ", + "l" + ], + [ + "O", + "T" + ], + [ + "M", + "OT" + ], + [ + "Ġt", + "o" + ], + [ + "e", + "d" + ], + [ + "a", + "r" + ], + [ + "C", + "H" + ], + [ + "CH", + "I" + ], + [ + "a", + "s" + ], + [ + "ha", + "t" + ], + [ + "Ġ", + "g" + ], + [ + "Ġy", + "ou" + ], + [ + "Ġa", + "nd" + ], + [ + "n", + "o" + ], + [ + "Ġo", + "f" + ], + [ + "Ġ", + "in" + ], + [ + "a", + "t" + ], + [ + "o", + "m" + ], + [ + "Ġ", + "he" + ], + [ + "'", + "s" + ], + [ + "Ġ", + "ha" + ], + [ + "Ġ", + "I" + ], + [ + "Ġ", + "h" + ], + [ + "l", + "e" + ], + [ + "i", + "c" + ], + [ + "v", + "e" + ], + [ + "Ġ", + "it" + ], + [ + "e", + "t" + ], + [ + "a", + "y" + ], + [ + "u", + "s" + ], + [ + "Ġ", + "e" + ], + [ + "Ġ", + "on" + ], + [ + "i", + "d" + ], + [ + "Ġt", + "h" + ], + [ + "a", + "l" + ], + [ + "o", + "s" + ], + [ + "Ġt", + "hat" + ], + [ + "g", + "h" + ], + [ + "Ġb", + "e" + ], + [ + "Ġ", + "no" + ], + [ + "a", + "d" + ], + [ + "o", + "o" + ], + [ + "Ġ", + "is" + ], + [ + "u", + "t" + ], + [ + "o", + "w" + ], + [ + "l", + "d" + ], + [ + "a", + "c" + ], + [ + "i", + "m" + ], + [ + "en", + "t" + ], + [ + "Ġw", + "as" + ], + [ + "Ġw", + "e" + ], + [ + "i", + "r" + ], + [ + "Ġ", + "u" + ], + [ + "Ġ", + "re" + ], + [ + "a", + "m" + ], + [ + "v", + "er" + ], + [ + "Ġ", + "n" + ], + [ + "'", + "t" + ], + [ + "o", + "t" + ], + [ + "r", + "i" + ], + [ + "k", + "e" + ], + [ + ".", + "." + ], + [ + "Ġd", + "e" + ], + [ + "q", + "u" + ], + [ + "gh", + "t" + ], + [ + "Ġf", + "or" + ], + [ + "i", + "on" + ], + [ + "l", + "y" + ], + [ + "Ġs", + "t" + ], + [ + "Ġd", + "o" + ], + [ + "Ġ", + "T" + ], + [ + "Ġs", + "e" + ], + [ + "r", + "o" + ], + [ + "Ġ", + "S" + ], + [ + "ou", + "t" + ], + [ + "Ġm", + "e" + ], + [ + "a", + "nd" + ], + [ + "Ġ", + "M" + ], + [ + "it", + "h" + ], + [ + "Ġ", + "A" + ], + [ + "Ġ", + "k" + ], + [ + "s", + "e" + ], + [ + "a", + "ll" + ], + [ + "u", + "r" + ], + [ + "he", + "r" + ], + [ + "Ġw", + "ith" + ], + [ + "s", + "t" + ], + [ + "e", + "a" + ], + [ + "om", + "e" + ], + [ + "c", + "h" + ], + [ + "Ġa", + "s" + ], + [ + "Ġa", + "n" + ], + [ + "Ġ", + "C" + ], + [ + "t", + "er" + ], + [ + "i", + "ll" + ], + [ + "Ġg", + "o" + ], + [ + "Ġl", + "i" + ], + [ + "Ġ", + "B" + ], + [ + "Ġa", + "t" + ], + [ + "Ġw", + "h" + ], + [ + "c", + "e" + ], + [ + "Ġno", + "t" + ], + [ + "Ġ", + "qu" + ], + [ + "r", + "a" + ], + [ + "I", + "N" + ], + [ + "u", + "n" + ], + [ + "an", + "t" + ], + [ + "ou", + "ld" + ], + [ + "i", + "l" + ], + [ + "Ġha", + "ve" + ], + [ + "Ġ", + "H" + ], + [ + "A", + "T" + ], + [ + "Ġth", + "is" + ], + [ + "es", + "t" + ], + [ + "us", + "t" + ], + [ + "IN", + "V" + ], + [ + "he", + "re" + ], + [ + "Ġ", + "\"" + ], + [ + "u", + "m" + ], + [ + "a", + "b" + ], + [ + "Ġa", + "re" + ], + [ + "no", + "w" + ], + [ + "i", + "e" + ], + [ + "c", + "t" + ], + [ + "oo", + "k" + ], + [ + "i", + "f" + ], + [ + "e", + "ll" + ], + [ + "Ġh", + "is" + ], + [ + "A", + "R" + ], + [ + "o", + "l" + ], + [ + "..", + "." + ], + [ + "Ġ", + "j" + ], + [ + "Ġthe", + "y" + ], + [ + "o", + "re" + ], + [ + "Ġon", + "e" + ], + [ + "Ġ", + "P" + ], + [ + "Ġhe", + "r" + ], + [ + "t", + "h" + ], + [ + "o", + "p" + ], + [ + "Ġc", + "an" + ], + [ + "Ġk", + "now" + ], + [ + "e", + "l" + ], + [ + "Ġ", + "r" + ], + [ + "x", + "x" + ], + [ + "Ġu", + "p" + ], + [ + "Ã", + "Ń" + ], + [ + "Ġa", + "l" + ], + [ + "Ġn", + "e" + ], + [ + "ea", + "h" + ], + [ + "Ġthe", + "re" + ], + [ + "i", + "g" + ], + [ + "Ġyou", + "r" + ], + [ + "Ġ", + "v" + ], + [ + "Ġs", + "o" + ], + [ + "Ġc", + "on" + ], + [ + "Ġd", + "on" + ], + [ + "Ġha", + "d" + ], + [ + "u", + "l" + ], + [ + "Ġa", + "ll" + ], + [ + "Ġs", + "u" + ], + [ + "Ġs", + "he" + ], + [ + "Ġf", + "r" + ], + [ + "Ġ", + "1" + ], + [ + "p", + "p" + ], + [ + "a", + "in" + ], + [ + "Ġw", + "hat" + ], + [ + "Ġ", + "D" + ], + [ + "g", + "e" + ], + [ + "Ġl", + "a" + ], + [ + "ou", + "r" + ], + [ + "he", + "n" + ], + [ + "Ġs", + "a" + ], + [ + "Ġs", + "h" + ], + [ + "Ġm", + "y" + ], + [ + "Ġ", + "W" + ], + [ + "n", + "a" + ], + [ + "ac", + "k" + ], + [ + "ar", + "t" + ], + [ + "Ġ", + "out" + ], + [ + "Ġa", + "b" + ], + [ + "Ġc", + "om" + ], + [ + "Ġli", + "ke" + ], + [ + "Ġ", + "en" + ], + [ + "e", + "m" + ], + [ + "oo", + "d" + ], + [ + "Ġp", + "l" + ], + [ + "i", + "ght" + ], + [ + "Ġh", + "im" + ], + [ + "G", + "E" + ], + [ + "is", + "t" + ], + [ + "L", + "D" + ], + [ + "Ġ", + "G" + ], + [ + "r", + "y" + ], + [ + "in", + "k" + ], + [ + "Ġ", + "L" + ], + [ + "GE", + "T" + ], + [ + "CHI", + "LD" + ], + [ + "Ġfr", + "om" + ], + [ + "'", + "re" + ], + [ + "T", + "AR" + ], + [ + "re", + "d" + ], + [ + "er", + "s" + ], + [ + "TAR", + "GET" + ], + [ + "c", + "k" + ], + [ + "o", + "h" + ], + [ + "re", + "s" + ], + [ + "Ġ", + "F" + ], + [ + "n", + "t" + ], + [ + "T", + "he" + ], + [ + "at", + "ion" + ], + [ + "Ġg", + "et" + ], + [ + "Ġb", + "ut" + ], + [ + "Ġ", + "J" + ], + [ + "Ã", + "³" + ], + [ + "Y", + "ou" + ], + [ + "a", + "ke" + ], + [ + "Ġo", + "r" + ], + [ + "Ġ", + "N" + ], + [ + "ĠT", + "he" + ], + [ + "Ġqu", + "e" + ], + [ + "ri", + "ght" + ], + [ + "Ġ", + "R" + ], + [ + "ver", + "y" + ], + [ + "Ġwe", + "re" + ], + [ + "ar", + "d" + ], + [ + "Ġ", + "E" + ], + [ + "ou", + "nd" + ], + [ + "es", + "s" + ], + [ + "Ġb", + "y" + ], + [ + "am", + "e" + ], + [ + "F", + "AT" + ], + [ + "Ã", + "©" + ], + [ + "Ġe", + "l" + ], + [ + "on", + "e" + ], + [ + "ha", + "n" + ], + [ + "y", + "ou" + ], + [ + "w", + "hat" + ], + [ + "in", + "d" + ], + [ + "Ã", + "¡" + ], + [ + "p", + "e" + ], + [ + "Ġd", + "id" + ], + [ + "'", + "m" + ], + [ + "Ġthe", + "m" + ], + [ + "as", + "t" + ], + [ + "on", + "g" + ], + [ + "t", + "her" + ], + [ + "it", + "t" + ], + [ + "Ġ", + "2" + ], + [ + "o", + "d" + ], + [ + "ow", + "n" + ], + [ + "a", + "k" + ], + [ + "E", + "R" + ], + [ + ".", + "\"" + ], + [ + "Ġ", + "us" + ], + [ + "Ġs", + "ome" + ], + [ + "all", + "y" + ], + [ + "Ġg", + "ot" + ], + [ + "Ġw", + "or" + ], + [ + "Ġab", + "out" + ], + [ + "Ġe", + "x" + ], + [ + "i", + "ve" + ], + [ + "Ġl", + "ook" + ], + [ + "Ġth", + "ink" + ], + [ + "'", + "ll" + ], + [ + "Ġhe", + "re" + ], + [ + "at", + "e" + ], + [ + "Ġsa", + "id" + ], + [ + "Ġw", + "ant" + ], + [ + "e", + "p" + ], + [ + "Ġse", + "e" + ], + [ + "c", + "a" + ], + [ + "Ġj", + "ust" + ], + [ + "y", + "eah" + ], + [ + "or", + "t" + ], + [ + "Ġl", + "e" + ], + [ + "ic", + "e" + ], + [ + "Ġm", + "an" + ], + [ + "b", + "er" + ], + [ + "]", + "." + ], + [ + "t", + "o" + ], + [ + "ic", + "k" + ], + [ + "Ġw", + "ould" + ], + [ + "v", + "en" + ], + [ + "a", + "p" + ], + [ + "Ġu", + "n" + ], + [ + "c", + "i" + ], + [ + "f", + "e" + ], + [ + "ic", + "h" + ], + [ + "Ġ", + "(" + ], + [ + "Ġl", + "o" + ], + [ + "Ġ", + "O" + ], + [ + "a", + "re" + ], + [ + "a", + "g" + ], + [ + "H", + "ER" + ], + [ + "os", + "e" + ], + [ + "Ġ", + "if" + ], + [ + "im", + "e" + ], + [ + "ou", + "gh" + ], + [ + "in", + "e" + ], + [ + "xx", + "x" + ], + [ + "id", + "e" + ], + [ + "Ġp", + "ro" + ], + [ + "us", + "e" + ], + [ + "u", + "e" + ], + [ + "Ġthe", + "n" + ], + [ + "Ġw", + "hen" + ], + [ + "Ġwh", + "o" + ], + [ + "Ġan", + "y" + ], + [ + ",", + "\"" + ], + [ + "os", + "t" + ], + [ + "Ġa", + "r" + ], + [ + "Ġa", + "g" + ], + [ + "u", + "d" + ], + [ + "Ġno", + "w" + ], + [ + "h", + "ing" + ], + [ + "Ġs", + "ay" + ], + [ + "Ġ", + "right" + ], + [ + "t", + "hat" + ], + [ + "Ġt", + "w" + ], + [ + "k", + "ay" + ], + [ + "Ġ", + "es" + ], + [ + "h", + "i" + ], + [ + "Ġw", + "ill" + ], + [ + "Ġs", + "p" + ], + [ + "itt", + "le" + ], + [ + "Ġb", + "o" + ], + [ + "ou", + "s" + ], + [ + "t", + "e" + ], + [ + "i", + "es" + ], + [ + "Ġc", + "l" + ], + [ + "ĠH", + "e" + ], + [ + "Ġ", + "." + ], + [ + "I", + "t" + ], + [ + "Ġd", + "own" + ], + [ + "E", + "S" + ], + [ + "-", + "-" + ], + [ + "'", + "ve" + ], + [ + "Ġt", + "r" + ], + [ + "w", + "ay" + ], + [ + "Ġ1", + "9" + ], + [ + "O", + "R" + ], + [ + "Ġb", + "ack" + ], + [ + "Ġp", + "e" + ], + [ + "Ġha", + "s" + ], + [ + "Ġl", + "ittle" + ], + [ + "Ġbe", + "en" + ], + [ + "w", + "e" + ], + [ + "Ġgo", + "ing" + ], + [ + "Ġ2", + "0" + ], + [ + "Ġp", + "ut" + ], + [ + "Ġt", + "ime" + ], + [ + "Ġg", + "r" + ], + [ + "n", + "e" + ], + [ + "ac", + "e" + ], + [ + "MOT", + "HER" + ], + [ + "Ġthe", + "ir" + ], + [ + "Ġc", + "ould" + ], + [ + "Ġm", + "u" + ], + [ + "Ġm", + "ore" + ], + [ + "i", + "a" + ], + [ + "I", + "G" + ], + [ + "Ġo", + "ver" + ], + [ + "it", + "y" + ], + [ + "s", + "o" + ], + [ + "Ġof", + "f" + ], + [ + "ĠI", + "t" + ], + [ + "e", + "ar" + ], + [ + "Ġg", + "ood" + ], + [ + "l", + "a" + ], + [ + "Ġwh", + "ich" + ], + [ + "re", + "e" + ], + [ + "ES", + "T" + ], + [ + "t", + "he" + ], + [ + "l", + "f" + ], + [ + "it", + "e" + ], + [ + "AT", + "OR" + ], + [ + "EST", + "IG" + ], + [ + "ESTIG", + "ATOR" + ], + [ + "INV", + "ESTIGATOR" + ], + [ + "Ġto", + "o" + ], + [ + "Ġp", + "r" + ], + [ + "Ġ", + "[" + ], + [ + "u", + "re" + ], + [ + "H", + "e" + ], + [ + "Ġ", + "est" + ], + [ + "Ġ", + "very" + ], + [ + "l", + "o" + ], + [ + "m", + "y" + ], + [ + "Ġ", + "ro" + ], + [ + "i", + "v" + ], + [ + "ca", + "use" + ], + [ + "y", + "es" + ], + [ + "Ġ", + "K" + ], + [ + "u", + "h" + ], + [ + "Ġo", + "ther" + ], + [ + "is", + "h" + ], + [ + "m", + "ent" + ], + [ + "Ġ", + "'" + ], + [ + "Ġf", + "e" + ], + [ + "on", + "d" + ], + [ + "Ġa", + "f" + ], + [ + "Ġtw", + "o" + ], + [ + "Ġ", + "er" + ], + [ + "p", + "er" + ], + [ + "A", + "nd" + ], + [ + "Ġb", + "r" + ], + [ + "Ġpl", + "ay" + ], + [ + "W", + "hat" + ], + [ + "d", + "o" + ], + [ + "Ġt", + "e" + ], + [ + "ing", + "s" + ], + [ + "re", + "at" + ], + [ + "f", + "t" + ], + [ + "Ġc", + "o" + ], + [ + "h", + "o" + ], + [ + "i", + "an" + ], + [ + "al", + "k" + ], + [ + "N", + "o" + ], + [ + "ÃŃ", + "a" + ], + [ + "or", + "n" + ], + [ + "he", + "d" + ], + [ + "ur", + "n" + ], + [ + "om", + "et" + ], + [ + "Ġa", + "m" + ], + [ + "b", + "le" + ], + [ + "b", + "e" + ], + [ + "Ġin", + "to" + ], + [ + "Ġc", + "ome" + ], + [ + "a", + "ge" + ], + [ + "Ġ", + "xxx" + ], + [ + "op", + "le" + ], + [ + "i", + "z" + ], + [ + "h", + "y" + ], + [ + "Ġ", + "U" + ], + [ + "t", + "y" + ], + [ + "ou", + "ght" + ], + [ + "ir", + "st" + ], + [ + "Ġp", + "er" + ], + [ + "as", + "s" + ], + [ + "i", + "re" + ], + [ + "p", + "l" + ], + [ + "p", + "s" + ], + [ + "ad", + "e" + ], + [ + "as", + "e" + ], + [ + "Ġc", + "ar" + ], + [ + "ot", + "her" + ], + [ + "Y", + "eah" + ], + [ + "Ġag", + "ain" + ], + [ + "O", + "h" + ], + [ + "on", + "na" + ], + [ + "at", + "er" + ], + [ + "u", + "b" + ], + [ + "Ġw", + "ay" + ], + [ + "Ġb", + "l" + ], + [ + "ar", + "y" + ], + [ + "Ġp", + "art" + ], + [ + "Ġw", + "here" + ], + [ + "Ġh", + "ow" + ], + [ + "Ġc", + "all" + ], + [ + "Ġpe", + "ople" + ], + [ + "r", + "an" + ], + [ + "Ġt", + "han" + ], + [ + "n", + "g" + ], + [ + "Ġm", + "ake" + ], + [ + "Ġg", + "onna" + ], + [ + "Ġwor", + "k" + ], + [ + "ou", + "nt" + ], + [ + "u", + "ck" + ], + [ + "or", + "d" + ], + [ + "p", + "t" + ], + [ + "W", + "e" + ], + [ + "Ġdo", + "es" + ], + [ + "h", + "is" + ], + [ + "Ġm", + "o" + ], + [ + "Ġp", + "o" + ], + [ + "is", + "s" + ], + [ + "Ġd", + "ay" + ], + [ + "Ġs", + "omet" + ], + [ + "Ã", + "±" + ], + [ + "Ġwe", + "ll" + ], + [ + "Ġf", + "irst" + ], + [ + "nd", + "er" + ], + [ + "Ġp", + "re" + ], + [ + "Ġmu", + "ch" + ], + [ + "h", + "m" + ], + [ + "?", + "\"" + ], + [ + "u", + "ll" + ], + [ + "Ġa", + "c" + ], + [ + "Ġl", + "os" + ], + [ + "Ġt", + "ake" + ], + [ + "ac", + "t" + ], + [ + "m", + "er" + ], + [ + "Ġt", + "ell" + ], + [ + "is", + "e" + ], + [ + "Ġaf", + "ter" + ], + [ + "f", + "f" + ], + [ + "Ġha", + "nd" + ], + [ + "a", + "v" + ], + [ + "Ġa", + "d" + ], + [ + "re", + "n" + ], + [ + "Ġme", + "an" + ], + [ + "Ġne", + "ed" + ], + [ + "a", + "h" + ], + [ + "e", + "nd" + ], + [ + "o", + "kay" + ], + [ + "l", + "es" + ], + [ + "ab", + "le" + ], + [ + "Ġb", + "et" + ], + [ + "i", + "en" + ], + [ + "m", + "an" + ], + [ + "f", + "ore" + ], + [ + "se", + "lf" + ], + [ + "u", + "g" + ], + [ + "w", + "n" + ], + [ + "t", + "ing" + ], + [ + "i", + "er" + ], + [ + "Ġon", + "ly" + ], + [ + "ar", + "k" + ], + [ + "Ġd", + "es" + ], + [ + "Ġl", + "et" + ], + [ + "Ġcom", + "p" + ], + [ + "ha", + "r" + ], + [ + "at", + "her" + ], + [ + "Ġ", + "our" + ], + [ + "Ġth", + "r" + ], + [ + "ac", + "h" + ], + [ + "Ġc", + "u" + ], + [ + "c", + "es" + ], + [ + "ou", + "se" + ], + [ + "v", + "ed" + ], + [ + "T", + "hat" + ], + [ + "i", + "le" + ], + [ + "B", + "ut" + ], + [ + "ad", + "o" + ], + [ + "y", + "s" + ], + [ + "Ġc", + "r" + ], + [ + "Ġg", + "u" + ], + [ + "ĠS", + "t" + ], + [ + "w", + "here" + ], + [ + "Ġsh", + "ould" + ], + [ + "Ġ", + "im" + ], + [ + "res", + "s" + ], + [ + "Ġe", + "very" + ], + [ + "Ġd", + "is" + ], + [ + "v", + "ing" + ], + [ + "Ġcon", + "t" + ], + [ + "Ġm", + "ade" + ], + [ + "th", + "ing" + ], + [ + "Ġ", + "V" + ], + [ + "in", + "t" + ], + [ + "os", + "s" + ], + [ + "W", + "ell" + ], + [ + "Ġdid", + "n" + ], + [ + "t", + "here" + ], + [ + "i", + "ed" + ], + [ + "ad", + "y" + ], + [ + "u", + "gh" + ], + [ + "at", + "ed" + ], + [ + "Ġy", + "ear" + ], + [ + "i", + "o" + ], + [ + "oo", + "l" + ], + [ + "c", + "o" + ], + [ + "Ġthe", + "se" + ], + [ + "an", + "g" + ], + [ + "Ġp", + "or" + ], + [ + "he", + "s" + ], + [ + "or", + "y" + ], + [ + "Ġha", + "pp" + ], + [ + "Ġs", + "m" + ], + [ + "ir", + "l" + ], + [ + "Ġb", + "ig" + ], + [ + "Ġl", + "ong" + ], + [ + "Ġde", + "l" + ], + [ + "g", + "o" + ], + [ + "Ġsomet", + "hing" + ], + [ + "ó", + "n" + ], + [ + "i", + "p" + ], + [ + "Ġ", + "Y" + ], + [ + "ar", + "a" + ], + [ + "o", + "b" + ], + [ + "ion", + "s" + ], + [ + "Ġre", + "ally" + ], + [ + "t", + "a" + ], + [ + "ic", + "t" + ], + [ + "en", + "s" + ], + [ + "Ġa", + "way" + ], + [ + "ĠI", + "n" + ], + [ + "Ġs", + "ha" + ], + [ + "Ġs", + "er" + ], + [ + "v", + "es" + ], + [ + "'", + "d" + ], + [ + "g", + "et" + ], + [ + "d", + "ay" + ], + [ + "d", + "e" + ], + [ + "qu", + "e" + ], + [ + "Ġbe", + "fore" + ], + [ + "0", + "0" + ], + [ + "Ġw", + "ent" + ], + [ + "Ġ", + "," + ], + [ + "Ġbe", + "cause" + ], + [ + "an", + "na" + ], + [ + "Ġu", + "nder" + ], + [ + "Ġw", + "r" + ], + [ + "Ġse", + "c" + ], + [ + "Ġs", + "c" + ], + [ + "Ġb", + "u" + ], + [ + "Ġ", + "ke" + ], + [ + "Ġu", + "na" + ], + [ + "Ġre", + "m" + ], + [ + "Ġt", + "alk" + ], + [ + "Ġal", + "so" + ], + [ + "od", + "y" + ], + [ + "w", + "ard" + ], + [ + "ĠM", + "r" + ], + [ + "b", + "ut" + ], + [ + "i", + "x" + ], + [ + "Ġf", + "l" + ], + [ + "Ġc", + "h" + ], + [ + "!", + "\"" + ], + [ + "Ġa", + "ct" + ], + [ + "c", + "l" + ], + [ + "ri", + "end" + ], + [ + "Ġo", + "ld" + ], + [ + "Ġm", + "ay" + ], + [ + "Ġg", + "irl" + ], + [ + "Ġt", + "ra" + ], + [ + "Ġhe", + "l" + ], + [ + "l", + "ook" + ], + [ + "Ġc", + "ame" + ], + [ + "o", + "ll" + ], + [ + "Ġre", + "s" + ], + [ + "S", + "o" + ], + [ + "on", + "s" + ], + [ + "Ġa", + "pp" + ], + [ + "P", + "AR" + ], + [ + "ri", + "ed" + ], + [ + "f", + "ul" + ], + [ + "Ġdo", + "ing" + ], + [ + "m", + "p" + ], + [ + "or", + "s" + ], + [ + "Ġh", + "ome" + ], + [ + "at", + "ch" + ], + [ + "Ġas", + "k" + ], + [ + "o", + "y" + ], + [ + "Ġth", + "ought" + ], + [ + "Ġne", + "ver" + ], + [ + "an", + "s" + ], + [ + "Ġhe", + "ad" + ], + [ + "Ġth", + "ree" + ], + [ + "Ġ", + "ra" + ], + [ + "n", + "y" + ], + [ + "no", + "ther" + ], + [ + "Y", + "es" + ], + [ + "Ġt", + "urn" + ], + [ + "Ġth", + "ose" + ], + [ + "á", + "s" + ], + [ + "hi", + "ld" + ], + [ + "c", + "an" + ], + [ + "or", + "m" + ], + [ + "en", + "ce" + ], + [ + "ul", + "t" + ], + [ + "Ġ", + "-" + ], + [ + "an", + "ce" + ], + [ + "d", + "y" + ], + [ + "Ġne", + "w" + ], + [ + "Ġman", + "y" + ], + [ + "Ġthr", + "ough" + ], + [ + "w", + "ell" + ], + [ + "Ġh", + "ouse" + ], + [ + "Ġl", + "as" + ], + [ + "Ġb", + "ook" + ], + [ + "o", + "c" + ], + [ + "Ġe", + "at" + ], + [ + "o", + "ld" + ], + [ + "l", + "and" + ], + [ + "i", + "ly" + ], + [ + "k", + "s" + ], + [ + "le", + "t" + ], + [ + "Ġ", + "ent" + ], + [ + "Ġth", + "ing" + ], + [ + "Ġth", + "ings" + ], + [ + "Ġe", + "ven" + ], + [ + "Ġw", + "anna" + ], + [ + "at", + "h" + ], + [ + "ĠS", + "he" + ], + [ + "Ġg", + "reat" + ], + [ + "e", + "ct" + ], + [ + "ab", + "y" + ], + [ + "Ġm", + "ust" + ], + [ + "ig", + "n" + ], + [ + "Ġf", + "ind" + ], + [ + "on", + "t" + ], + [ + "Ġst", + "art" + ], + [ + "Ġp", + "u" + ], + [ + "a", + "ve" + ], + [ + "ĠU", + "n" + ], + [ + "ak", + "es" + ], + [ + "Ġ20", + "1" + ], + [ + "u", + "c" + ], + [ + "Ġa", + "nother" + ], + [ + "en", + "ed" + ], + [ + "t", + "ain" + ], + [ + "Ġcall", + "ed" + ], + [ + "Ġst", + "ill" + ], + [ + "Ġb", + "it" + ], + [ + "Ġf", + "ound" + ], + [ + "Ġhel", + "p" + ], + [ + "le", + "ase" + ], + [ + "Ġd", + "if" + ], + [ + "g", + "g" + ], + [ + "ĠC", + "h" + ], + [ + "Ġc", + "hild" + ], + [ + "Ġl", + "ast" + ], + [ + "i", + "ous" + ], + [ + "a", + "it" + ], + [ + "b", + "r" + ], + [ + "oo", + "t" + ], + [ + "c", + "ome" + ], + [ + "ak", + "ing" + ], + [ + "Ġg", + "ive" + ], + [ + "ad", + "a" + ], + [ + "at", + "es" + ], + [ + "ab", + "a" + ], + [ + "I", + "n" + ], + [ + "x", + "t" + ], + [ + "Ġm", + "in" + ], + [ + "and", + "o" + ], + [ + "Ġdon", + "e" + ], + [ + "al", + "s" + ], + [ + "Ġw", + "on" + ], + [ + "u", + "p" + ], + [ + "Ġb", + "ot" + ], + [ + "i", + "gh" + ], + [ + "Ġbo", + "y" + ], + [ + "Ġl", + "ea" + ], + [ + "Ġo", + "p" + ], + [ + "a", + "ir" + ], + [ + "Ġc", + "a" + ], + [ + "ar", + "s" + ], + [ + "la", + "ugh" + ], + [ + "Ġm", + "ight" + ], + [ + "Ġc", + "ha" + ], + [ + "m", + "e" + ], + [ + "Ġit", + "s" + ], + [ + "j", + "o" + ], + [ + "Ġsh", + "ow" + ], + [ + "um", + "my" + ], + [ + "i", + "ent" + ], + [ + "s", + "ide" + ], + [ + "Ġha", + "r" + ], + [ + "i", + "ld" + ], + [ + "Ġn", + "ight" + ], + [ + "u", + "ally" + ], + [ + "Ġn", + "ame" + ], + [ + "Ġbe", + "l" + ], + [ + "The", + "y" + ], + [ + "Ġm", + "om" + ], + [ + "p", + "ort" + ], + [ + "Ġm", + "ost" + ], + [ + "re", + "nt" + ], + [ + "ver", + "s" + ], + [ + "Ġt", + "ry" + ], + [ + "ic", + "al" + ], + [ + "o", + "g" + ], + [ + "Ġlo", + "ve" + ], + [ + "u", + "nd" + ], + [ + "Ġc", + "han" + ], + [ + "Ġl", + "ot" + ], + [ + "a", + "il" + ], + [ + "l", + "ing" + ], + [ + "Ġf", + "riend" + ], + [ + "Ġar", + "ound" + ], + [ + "Ġs", + "l" + ], + [ + "Ġo", + "wn" + ], + [ + "T", + "his" + ], + [ + "m", + "hm" + ], + [ + "S", + "he" + ], + [ + "Ġcom", + "m" + ], + [ + ".", + "]" + ], + [ + "Ġc", + "ol" + ], + [ + "ch", + "ool" + ], + [ + "b", + "ody" + ], + [ + "Ã", + "º" + ], + [ + "y", + "e" + ], + [ + "Ġc", + "ount" + ], + [ + "Â", + "¿" + ], + [ + "e", + "ver" + ], + [ + "Ġc", + "he" + ], + [ + "ĠThe", + "y" + ], + [ + "id", + "o" + ], + [ + "Ġf", + "in" + ], + [ + "Ġis", + "n" + ], + [ + "Ġe", + "nd" + ], + [ + "Ġus", + "ed" + ], + [ + "Ġw", + "ater" + ], + [ + "Ġk", + "ind" + ], + [ + "one", + "y" + ], + [ + "Ġs", + "pe" + ], + [ + "em", + "ber" + ], + [ + "am", + "p" + ], + [ + "Ġfe", + "el" + ], + [ + "g", + "r" + ], + [ + "T", + "here" + ], + [ + "it", + "ed" + ], + [ + "ĠA", + "nd" + ], + [ + "im", + "es" + ], + [ + "w", + "w" + ], + [ + "Ġb", + "aby" + ], + [ + "Ġc", + "are" + ], + [ + "Ġ", + "3" + ], + [ + "Ġyear", + "s" + ], + [ + "Ġpl", + "ace" + ], + [ + "Ġde", + "c" + ], + [ + "Ġbet", + "ter" + ], + [ + "Ġb", + "us" + ], + [ + "Ġbe", + "ing" + ], + [ + "Ġsu", + "ch" + ], + [ + "h", + "uh" + ], + [ + "l", + "ed" + ], + [ + "d", + "s" + ], + [ + "ĠB", + "r" + ], + [ + "Ġm", + "other" + ], + [ + "Ġm", + "en" + ], + [ + "in", + "ce" + ], + [ + "I", + "S" + ], + [ + "m", + "b" + ], + [ + "Ġp", + "ara" + ], + [ + "g", + "an" + ], + [ + "E", + "X" + ], + [ + "way", + "s" + ], + [ + "in", + "s" + ], + [ + "Ġt", + "en" + ], + [ + "c", + "er" + ], + [ + "Ġm", + "on" + ], + [ + "out", + "h" + ], + [ + "A", + "D" + ], + [ + "Ġwh", + "ile" + ], + [ + "n", + "ing" + ], + [ + "Ġm", + "at" + ], + [ + "Ġd", + "r" + ], + [ + "um", + "p" + ], + [ + "Ġo", + "b" + ], + [ + "ation", + "s" + ], + [ + "Ġsu", + "re" + ], + [ + "Ġli", + "fe" + ], + [ + "Ġke", + "ep" + ], + [ + "Ġe", + "ar" + ], + [ + "Ġf", + "our" + ], + [ + "th", + "is" + ], + [ + "EX", + "P" + ], + [ + "Ġp", + "res" + ], + [ + "Ġel", + "se" + ], + [ + "Ġs", + "ame" + ], + [ + "Ġ", + "ve" + ], + [ + "Ġg", + "l" + ], + [ + "i", + "ke" + ], + [ + "the", + "y" + ], + [ + "Ġr", + "un" + ], + [ + "e", + "w" + ], + [ + "Ġlook", + "s" + ], + [ + "id", + "ent" + ], + [ + "Ġre", + "c" + ], + [ + "Ġwh", + "y" + ], + [ + "Ġn", + "ice" + ], + [ + "Ġm", + "ar" + ], + [ + "Ġe", + "le" + ], + [ + "Ġb", + "re" + ], + [ + "Ġsu", + "pp" + ], + [ + "ĠN", + "o" + ], + [ + "it", + "ion" + ], + [ + "ic", + "an" + ], + [ + "Ġf", + "am" + ], + [ + "\"", + "." + ], + [ + "laugh", + "s" + ], + [ + "Ġany", + "thing" + ], + [ + "Ġro", + "om" + ], + [ + "Ġdoes", + "n" + ], + [ + "Â", + "¡" + ], + [ + "ers", + "on" + ], + [ + "A", + "N" + ], + [ + "m", + "m" + ], + [ + "Ġs", + "chool" + ], + [ + "h", + "ow" + ], + [ + "Ġs", + "it" + ], + [ + "un", + "t" + ], + [ + "Ġse", + "em" + ], + [ + "ct", + "ion" + ], + [ + "Ġs", + "et" + ], + [ + "Ġsa", + "w" + ], + [ + "i", + "b" + ], + [ + "Ġ", + "You" + ], + [ + "ĠA", + "l" + ], + [ + "in", + "a" + ], + [ + "Ġha", + "b" + ], + [ + "Ġ", + "ll" + ], + [ + "ad", + "dy" + ], + [ + "Ġre", + "g" + ], + [ + "u", + "ght" + ], + [ + "ĠM", + "ar" + ], + [ + "Ġc", + "our" + ], + [ + "Ġu", + "h" + ], + [ + "i", + "ón" + ], + [ + "ut", + "e" + ], + [ + "Ġne", + "xt" + ], + [ + "or", + "ry" + ], + [ + "v", + "ent" + ], + [ + "H", + "ow" + ], + [ + "Ġf", + "ar" + ], + [ + "Ġo", + "kay" + ], + [ + "Ġ", + "?" + ], + [ + "Ġto", + "ld" + ], + [ + "Ġst", + "r" + ], + [ + "s", + "he" + ], + [ + "g", + "er" + ], + [ + "Ġle", + "ft" + ], + [ + "a", + "z" + ], + [ + "r", + "ow" + ], + [ + "ic", + "a" + ], + [ + "Ġat", + "t" + ], + [ + "re", + "st" + ], + [ + "I", + "f" + ], + [ + "ve", + "l" + ], + [ + "Ġal", + "ways" + ], + [ + "t", + "en" + ], + [ + "a", + "le" + ], + [ + "ĠB", + "ut" + ], + [ + "Ġp", + "ol" + ], + [ + "Ġt", + "er" + ], + [ + "a", + "j" + ], + [ + "Ġ20", + "0" + ], + [ + "Ġn", + "um" + ], + [ + "m", + "o" + ], + [ + "Ġdif", + "fe" + ], + [ + "Ġm", + "ás" + ], + [ + "Ġy", + "es" + ], + [ + "le", + "ep" + ], + [ + "c", + "ess" + ], + [ + "n", + "er" + ], + [ + "e", + "e" + ], + [ + "¿", + "½" + ], + [ + "ï", + "¿½" + ], + [ + "is", + "ter" + ], + [ + "Ġwe", + "e" + ], + [ + "Ġd", + "i" + ], + [ + "m", + "s" + ], + [ + "ĠA", + "mer" + ], + [ + "Ġf", + "un" + ], + [ + "Ġf", + "ather" + ], + [ + "Ġtoo", + "k" + ], + [ + "d", + "er" + ], + [ + "ter", + "n" + ], + [ + "Ġc", + "le" + ], + [ + "Ġy", + "eah" + ], + [ + "ou", + "n" + ], + [ + "Ġus", + "e" + ], + [ + "Ġs", + "w" + ], + [ + "Ġre", + "ad" + ], + [ + "Ġre", + "t" + ], + [ + "Ġu", + "nt" + ], + [ + "Ġre", + "al" + ], + [ + "Ġb", + "all" + ], + [ + "un", + "g" + ], + [ + "Ġs", + "ur" + ], + [ + "m", + "a" + ], + [ + "Ġe", + "ver" + ], + [ + "han", + "k" + ], + [ + "n", + "ess" + ], + [ + "re", + "am" + ], + [ + "i", + "al" + ], + [ + "Ġh", + "old" + ], + [ + "ra", + "w" + ], + [ + "m", + "ber" + ], + [ + "pe", + "ct" + ], + [ + "Ġst", + "op" + ], + [ + "no", + "t" + ], + [ + "Ġs", + "on" + ], + [ + "Ġg", + "one" + ], + [ + "i", + "ble" + ], + [ + "is", + "hed" + ], + [ + ")", + "," + ], + [ + "Ġdo", + "or" + ], + [ + "en", + "er" + ], + [ + "Ġc", + "ap" + ], + [ + "re", + "t" + ], + [ + "D", + "o" + ], + [ + "W", + "hy" + ], + [ + "Ġd", + "ist" + ], + [ + "ĠT", + "h" + ], + [ + "Ġth", + "ough" + ], + [ + "Ġw", + "om" + ], + [ + "Ġb", + "ed" + ], + [ + "ow", + "er" + ], + [ + "w", + "ho" + ], + [ + ")", + "." + ], + [ + "Ġk", + "ne" + ], + [ + "Ġw", + "ar" + ], + [ + "c", + "ed" + ], + [ + "ow", + "s" + ], + [ + "Ġbo", + "x" + ], + [ + "Ġw", + "alk" + ], + [ + "Ġen", + "ough" + ], + [ + "get", + "her" + ], + [ + "Ġm", + "oney" + ], + [ + "Ġcom", + "o" + ], + [ + "orn", + "ing" + ], + [ + "Ġw", + "ait" + ], + [ + "Ġhar", + "d" + ], + [ + "Ġcom", + "ing" + ], + [ + "ir", + "a" + ], + [ + "Ġsay", + "s" + ], + [ + "Ġp", + "erson" + ], + [ + "Ġer", + "m" + ], + [ + "ĠF", + "ran" + ], + [ + "Ġqu", + "é" + ], + [ + "Ġs", + "ide" + ], + [ + "re", + "w" + ], + [ + "g", + "u" + ], + [ + "Ġp", + "ap" + ], + [ + "Ġgo", + "es" + ], + [ + "Ġe", + "yes" + ], + [ + "Ġp", + "ie" + ], + [ + "Ġb", + "ir" + ], + [ + "Ġhe", + "ar" + ], + [ + "b", + "o" + ], + [ + "ou", + "p" + ], + [ + "c", + "ha" + ], + [ + "R", + "O" + ], + [ + "Ġask", + "ed" + ], + [ + "as", + "ed" + ], + [ + "Ġunt", + "il" + ], + [ + "Ġyou", + "ng" + ], + [ + "g", + "in" + ], + [ + "er", + "o" + ], + [ + "Ġcon", + "s" + ], + [ + "Ġpo", + "int" + ], + [ + "ri", + "es" + ], + [ + "a", + "w" + ], + [ + "Ġf", + "ace" + ], + [ + "Ġop", + "en" + ], + [ + "i", + "red" + ], + [ + "u", + "al" + ], + [ + "c", + "om" + ], + [ + "Ġm", + "il" + ], + [ + "ent", + "e" + ], + [ + "p", + "ut" + ], + [ + "Ġs", + "ing" + ], + [ + "or", + "a" + ], + [ + "ĠA", + "r" + ], + [ + "Ġm", + "et" + ], + [ + "Ġp", + "ass" + ], + [ + "Ġbel", + "ie" + ], + [ + "ĠD", + "e" + ], + [ + "Ġl", + "ar" + ], + [ + "we", + "en" + ], + [ + "ĠT", + "his" + ], + [ + "Ġ20", + "2" + ], + [ + "an", + "y" + ], + [ + "Ġli", + "ght" + ], + [ + "Ġne", + "ar" + ], + [ + "N", + "ow" + ], + [ + "Ġqu", + "ite" + ], + [ + "Ġk", + "ill" + ], + [ + "ur", + "ing" + ], + [ + "Ġse", + "en" + ], + [ + "Ġsm", + "all" + ], + [ + "ul", + "ar" + ], + [ + "st", + "e" + ], + [ + "Ġf", + "ive" + ], + [ + "Ġwor", + "ld" + ], + [ + "Ġre", + "l" + ], + [ + "D", + "on" + ], + [ + "ĠA", + "s" + ], + [ + "Ġst", + "and" + ], + [ + "ct", + "or" + ], + [ + "ation", + "al" + ], + [ + "Ġdiffe", + "rent" + ], + [ + "Ġm", + "orning" + ], + [ + "Ġp", + "lease" + ], + [ + "Ġknow", + "n" + ], + [ + "d", + "on" + ], + [ + "b", + "ab" + ], + [ + "fe", + "ct" + ], + [ + "Ġ1", + "8" + ], + [ + "Ġb", + "est" + ], + [ + "Ġfe", + "w" + ], + [ + "M", + "A" + ], + [ + "Ġa", + "qu" + ], + [ + "t", + "le" + ], + [ + "re", + "en" + ], + [ + "Ġsec", + "ond" + ], + [ + "am", + "a" + ], + [ + "Ġcour", + "se" + ], + [ + "S", + "IS" + ], + [ + "Ġlook", + "ing" + ], + [ + "an", + "k" + ], + [ + "Ġdo", + "g" + ], + [ + "b", + "re" + ], + [ + "i", + "ó" + ], + [ + "un", + "e" + ], + [ + "op", + "e" + ], + [ + "Ġr", + "ound" + ], + [ + "r", + "u" + ], + [ + "r", + "as" + ], + [ + "Ġc", + "har" + ], + [ + "w", + "hy" + ], + [ + "Ġre", + "d" + ], + [ + "i", + "et" + ], + [ + "ter", + "s" + ], + [ + "Ġan", + "im" + ], + [ + "Ġ", + "_" + ], + [ + "t", + "on" + ], + [ + "Ġto", + "gether" + ], + [ + "Ġf", + "ell" + ], + [ + "Ġc", + "as" + ], + [ + "g", + "ed" + ], + [ + "Ġs", + "k" + ], + [ + "oll", + "ow" + ], + [ + "Ġhand", + "s" + ], + [ + "Ġnot", + "hing" + ], + [ + "Ġ", + "4" + ], + [ + "Ġh", + "ur" + ], + [ + "Ġest", + "á" + ], + [ + "u", + "res" + ], + [ + "Ġbot", + "h" + ], + [ + "Ġre", + "st" + ], + [ + "Ġs", + "ound" + ], + [ + "am", + "b" + ], + [ + "H", + "E" + ], + [ + "Ġe", + "ach" + ], + [ + "Ġon", + "ce" + ], + [ + "Ġd", + "a" + ], + [ + "p", + "r" + ], + [ + "ea", + "k" + ], + [ + "Ġp", + "ick" + ], + [ + "or", + "th" + ], + [ + "Ġbet", + "ween" + ], + [ + "it", + "s" + ], + [ + "j", + "ect" + ], + [ + "c", + "he" + ], + [ + "Ġs", + "al" + ], + [ + "u", + "ff" + ], + [ + "r", + "ist" + ], + [ + "Ġ", + "ver" + ], + [ + "Ġst", + "ay" + ], + [ + "Ġmom", + "ent" + ], + [ + "ci", + "al" + ], + [ + "Ġchild", + "ren" + ], + [ + "Ġf", + "all" + ], + [ + "c", + "le" + ], + [ + "Ġw", + "ind" + ], + [ + "ic", + "s" + ], + [ + "Ġd", + "ri" + ], + [ + "Ġhe", + "ard" + ], + [ + "Ġsha", + "ll" + ], + [ + "us", + "h" + ], + [ + "Ġup", + "on" + ], + [ + "Ġso", + "on" + ], + [ + "Ġ", + "é" + ], + [ + "Ġs", + "ix" + ], + [ + "Ġy", + "et" + ], + [ + "p", + "ed" + ], + [ + "at", + "ing" + ], + [ + "te", + "nd" + ], + [ + "Ġf", + "ire" + ], + [ + "Ġhim", + "self" + ], + [ + "Ġs", + "leep" + ], + [ + "i", + "é" + ], + [ + "Ġl", + "ist" + ], + [ + "Ġ", + "ri" + ], + [ + "Ġget", + "ting" + ], + [ + "\"", + "," + ], + [ + "et", + "s" + ], + [ + "Ġs", + "us" + ], + [ + "e", + "g" + ], + [ + "C", + "ome" + ], + [ + "ft", + "a" + ], + [ + "d", + "id" + ], + [ + "Ġnum", + "ber" + ], + [ + "p", + "h" + ], + [ + "c", + "hes" + ], + [ + "A", + "ll" + ], + [ + "oh", + "n" + ], + [ + "es", + "e" + ], + [ + "Ġh", + "or" + ], + [ + "v", + "ie" + ], + [ + "if", + "e" + ], + [ + "Ġ", + "hat" + ], + [ + "at", + "s" + ], + [ + "Ġwith", + "out" + ], + [ + "Ġb", + "ro" + ], + [ + "Ġb", + "ad" + ], + [ + "Ġsu", + "b" + ], + [ + "as", + "on" + ], + [ + "ĠE", + "ng" + ], + [ + "m", + "ed" + ], + [ + "Ġlook", + "ed" + ], + [ + "et", + "er" + ], + [ + "Ġc", + "ent" + ], + [ + "Ġs", + "ent" + ], + [ + "Ġrem", + "ember" + ], + [ + "Ġde", + "ar" + ], + [ + "Ġu", + "m" + ], + [ + "Ġm", + "ind" + ], + [ + "Ġin", + "v" + ], + [ + "d", + "en" + ], + [ + "s", + "ÃŃ" + ], + [ + "m", + "ost" + ], + [ + "Ġw", + "atch" + ], + [ + "l", + "ess" + ], + [ + "t", + "s" + ], + [ + "T", + "E" + ], + [ + "am", + "os" + ], + [ + "am", + "es" + ], + [ + "Ġto", + "day" + ], + [ + "Ġy", + "a" + ], + [ + "Ġp", + "op" + ], + [ + "f", + "orm" + ], + [ + "b", + "all" + ], + [ + "Ġin", + "cl" + ], + [ + "Ġha", + "fta" + ], + [ + "â", + "Į" + ], + [ + "Ġha", + "lf" + ], + [ + "Ġp", + "ict" + ], + [ + "ĠA", + "n" + ], + [ + "I", + "s" + ], + [ + "Ġlea", + "ve" + ], + [ + "ĠG", + "r" + ], + [ + "FAT", + "HER" + ], + [ + "S", + "t" + ], + [ + "pp", + "ed" + ], + [ + "er", + "a" + ], + [ + "Ġex", + "c" + ], + [ + "Ġm", + "us" + ], + [ + "Ġwant", + "ed" + ], + [ + "Ġhapp", + "ened" + ], + [ + "Ġd", + "ire" + ], + [ + "Ġha", + "ving" + ], + [ + "d", + "u" + ], + [ + "Ġ19", + "9" + ], + [ + "ĠT", + "here" + ], + [ + "Ġl", + "ater" + ], + [ + "Ġc", + "er" + ], + [ + "Ġ", + "id" + ], + [ + "Ġf", + "oot" + ], + [ + "c", + "y" + ], + [ + "se", + "l" + ], + [ + "s", + "h" + ], + [ + "an", + "e" + ], + [ + "Ġf", + "lo" + ], + [ + "ub", + "l" + ], + [ + "L", + "et" + ], + [ + "o", + "e" + ], + [ + "G", + "MA" + ], + [ + "an", + "a" + ], + [ + "id", + "a" + ], + [ + "Ġ", + "5" + ], + [ + "Ġf", + "ollow" + ], + [ + "Ġh", + "igh" + ], + [ + "st", + "and" + ], + [ + "Ġa", + "p" + ], + [ + "z", + "a" + ], + [ + "Q", + "u" + ], + [ + "nd", + "o" + ], + [ + "b", + "y" + ], + [ + "ĠUn", + "ited" + ], + [ + "as", + "h" + ], + [ + "Ġa", + "ir" + ], + [ + "in", + "ed" + ], + [ + "c", + "u" + ], + [ + "Ġa", + "h" + ], + [ + "ce", + "pt" + ], + [ + "Ġkne", + "w" + ], + [ + "c", + "hed" + ], + [ + "Ġto", + "p" + ], + [ + "or", + "k" + ], + [ + "Ġac", + "c" + ], + [ + "Ġpre", + "t" + ], + [ + "Ġp", + "h" + ], + [ + "Ġan", + "s" + ], + [ + "ĠW", + "hat" + ], + [ + "Ġ", + "!" + ], + [ + "Ġal", + "ong" + ], + [ + "u", + "es" + ], + [ + "ĠN", + "ew" + ], + [ + "Ġst", + "ory" + ], + [ + "Ġc", + "ity" + ], + [ + "ĠAmer", + "ican" + ], + [ + "Ġs", + "ort" + ], + [ + "Ġm", + "i" + ], + [ + "ond", + "er" + ], + [ + "Ġim", + "p" + ], + [ + "Ġre", + "p" + ], + [ + "os", + "ed" + ], + [ + "ĠW", + "e" + ], + [ + "Ġha", + "ven" + ], + [ + "N", + "ot" + ], + [ + "M", + "y" + ], + [ + "ĠS", + "o" + ], + [ + "Ġv", + "o" + ], + [ + "Ġagain", + "st" + ], + [ + "p", + "o" + ], + [ + "O", + "kay" + ], + [ + "Ġs", + "orry" + ], + [ + "Ġs", + "y" + ], + [ + "Ġtalk", + "ing" + ], + [ + "Ġhe", + "art" + ], + [ + "us", + "s" + ], + [ + "re", + "ady" + ], + [ + "Ġt", + "ri" + ], + [ + "Ġg", + "ave" + ], + [ + "e", + "x" + ], + [ + "c", + "c" + ], + [ + "Ġli", + "ve" + ], + [ + "Ġm", + "ed" + ], + [ + "w", + "h" + ], + [ + "Ġday", + "s" + ], + [ + "it", + "o" + ], + [ + "Ġo", + "h" + ], + [ + "is", + "ion" + ], + [ + "Ġmo", + "ve" + ], + [ + "n", + "ed" + ], + [ + "Ġt", + "able" + ], + [ + "ic", + "o" + ], + [ + "Ġh", + "our" + ], + [ + "w", + "o" + ], + [ + "a", + "ut" + ], + [ + "it", + "her" + ], + [ + "Ġm", + "aking" + ], + [ + "Ġc", + "or" + ], + [ + "u", + "ary" + ], + [ + "ĠI", + "nd" + ], + [ + "Ġj", + "o" + ], + [ + "Ġre", + "ady" + ], + [ + "Ġd", + "ied" + ], + [ + "Ġbo", + "ys" + ], + [ + "Ġpret", + "ty" + ], + [ + "o", + "ve" + ], + [ + "on", + "es" + ], + [ + "Ġn", + "i" + ], + [ + "hi", + "p" + ], + [ + "is", + "ed" + ], + [ + "ent", + "s" + ], + [ + "e", + "c" + ], + [ + "Ġas", + "s" + ], + [ + "Ġin", + "te" + ], + [ + "Ġfam", + "ily" + ], + [ + "ull", + "y" + ], + [ + "ro", + "p" + ], + [ + "et", + "h" + ], + [ + "Ġc", + "ab" + ], + [ + "Ġbre", + "ak" + ], + [ + "Ġevery", + "thing" + ], + [ + "ant", + "s" + ], + [ + "f", + "ter" + ], + [ + "e", + "v" + ], + [ + "Ġo", + "t" + ], + [ + "Ġad", + "d" + ], + [ + "ĠMr", + "s" + ], + [ + "--", + "--" + ], + [ + "Ġst", + "ud" + ], + [ + "in", + "ess" + ], + [ + "Ġs", + "we" + ], + [ + "ié", + "n" + ], + [ + "om", + "my" + ], + [ + "ĠG", + "od" + ], + [ + "Ġm", + "is" + ], + [ + "o", + "ck" + ], + [ + "ut", + "h" + ], + [ + "ward", + "s" + ], + [ + "c", + "ame" + ], + [ + "Ġc", + "ut" + ], + [ + "Ġstart", + "ed" + ], + [ + "Ġret", + "urn" + ], + [ + "Ġm", + "iss" + ], + [ + "He", + "y" + ], + [ + "ie", + "ld" + ], + [ + "Ġd", + "in" + ], + [ + "Ġs", + "ince" + ], + [ + "W", + "hen" + ], + [ + "Ġin", + "d" + ], + [ + "Ġwas", + "n" + ], + [ + "O", + "U" + ], + [ + "b", + "a" + ], + [ + "as", + "ter" + ], + [ + "os", + "a" + ], + [ + "Ġex", + "p" + ], + [ + "Ġsay", + "ing" + ], + [ + "Ġb", + "ar" + ], + [ + "ĠS", + "p" + ], + [ + "Ġin", + "ter" + ], + [ + "Ġs", + "ign" + ], + [ + "Ġ", + "Z" + ], + [ + "Ġin", + "t" + ], + [ + "Ġtra", + "in" + ], + [ + "Ġdr", + "ink" + ], + [ + "Ġwho", + "le" + ], + [ + "Ġbelie", + "ve" + ], + [ + "Ġno", + "ise" + ], + [ + "Ġw", + "he" + ], + [ + "Ġre", + "f" + ], + [ + "Ġbr", + "ing" + ], + [ + "B", + "e" + ], + [ + "Ġl", + "and" + ], + [ + "ent", + "y" + ], + [ + "Ġt", + "a" + ], + [ + "ver", + "n" + ], + [ + "ci", + "a" + ], + [ + "it", + "al" + ], + [ + "ac", + "ión" + ], + [ + "Ġb", + "orn" + ], + [ + "M", + "m" + ], + [ + "st", + "er" + ], + [ + "Ġy", + "o" + ], + [ + "re", + "ad" + ], + [ + "in", + "es" + ], + [ + "Ġf", + "ood" + ], + [ + "Ġs", + "il" + ], + [ + "Ġs", + "ir" + ], + [ + "t", + "ed" + ], + [ + "Ġh", + "um" + ], + [ + "ac", + "es" + ], + [ + "ot", + "e" + ], + [ + "lo", + "ck" + ], + [ + "it", + "a" + ], + [ + "ĠJ", + "ohn" + ], + [ + "Ġto", + "wn" + ], + [ + "Ġgr", + "and" + ], + [ + "U", + "h" + ], + [ + "Ġincl", + "ud" + ], + [ + "Ġbe", + "came" + ], + [ + "Ġper", + "o" + ], + [ + "se", + "e" + ], + [ + "Ġe", + "as" + ], + [ + "Ġmat", + "ter" + ], + [ + "ill", + "y" + ], + [ + "Ġst", + "e" + ], + [ + "bab", + "ly" + ], + [ + "om", + "as" + ], + [ + "at", + "ive" + ], + [ + "ust", + "r" + ], + [ + "Ġk", + "id" + ], + [ + "ar", + "l" + ], + [ + "ĠP", + "r" + ], + [ + "�", + "�" + ], + [ + "1", + "9" + ], + [ + "Ġc", + "at" + ], + [ + "ĠI", + "s" + ], + [ + "Ġs", + "ol" + ], + [ + "u", + "el" + ], + [ + "Ġbl", + "ack" + ], + [ + "ĠM", + "ummy" + ], + [ + "Ġcount", + "ry" + ], + [ + "ĠCh", + "rist" + ], + [ + "ĠM", + "iss" + ], + [ + "Ġwh", + "ite" + ], + [ + "in", + "o" + ], + [ + "Ġto", + "d" + ], + [ + "Ġs", + "i" + ], + [ + "Ġcon", + "f" + ], + [ + "ww", + "w" + ], + [ + "Ġbe", + "gan" + ], + [ + "ĠG", + "er" + ], + [ + "Ġha", + "ir" + ], + [ + "Ġp", + "at" + ], + [ + "Ġsp", + "o" + ], + [ + "Ġfriend", + "s" + ], + [ + "Ġar", + "t" + ], + [ + "Ġact", + "ually" + ], + [ + "Ġim", + "port" + ], + [ + "k", + "es" + ], + [ + "T", + "h" + ], + [ + "T", + "hen" + ], + [ + "Ġcha", + "ir" + ], + [ + "ñ", + "o" + ], + [ + "ant", + "e" + ], + [ + "Ġte", + "am" + ], + [ + "E", + "r" + ], + [ + "ĠSt", + "ates" + ], + [ + "p", + "le" + ], + [ + "Ġcom", + "es" + ], + [ + "Ġg", + "ame" + ], + [ + "|", + "|" + ], + [ + "Ġcont", + "in" + ], + [ + "Ġg", + "ener" + ], + [ + "Ġtry", + "ing" + ], + [ + "Ġcl", + "ose" + ], + [ + "Ġme", + "et" + ], + [ + "Ġcol", + "or" + ], + [ + "qu", + "é" + ], + [ + "Ġfor", + "m" + ], + [ + "z", + "z" + ], + [ + "e", + "red" + ], + [ + "if", + "ic" + ], + [ + "ak", + "en" + ], + [ + "Ġwor", + "d" + ], + [ + "y", + "ing" + ], + [ + "Ġ", + "CHI" + ], + [ + "Ġ", + "6" + ], + [ + "Ġ19", + "8" + ], + [ + "Ġde", + "p" + ], + [ + "Ġflo", + "or" + ], + [ + "Ġfe", + "et" + ], + [ + "g", + "a" + ], + [ + "Ġs", + "ong" + ], + [ + "Ġw", + "onder" + ], + [ + "it", + "ies" + ], + [ + "ĠE", + "l" + ], + [ + "Ġbr", + "other" + ], + [ + "Ġbu", + "ild" + ], + [ + "Ġb", + "ien" + ], + [ + "Ġaqu", + "ÃŃ" + ], + [ + "Ġinte", + "rest" + ], + [ + "iv", + "es" + ], + [ + "Ġdo", + "ll" + ], + [ + "Ġqu", + "est" + ], + [ + "Ġla", + "ugh" + ], + [ + "or", + "row" + ], + [ + "f", + "or" + ], + [ + "Ġal", + "most" + ], + [ + "Ġp", + "oss" + ], + [ + "v", + "o" + ], + [ + "Ġt", + "re" + ], + [ + "Ġid", + "ea" + ], + [ + "B", + "RO" + ], + [ + "ag", + "es" + ], + [ + "m", + "in" + ], + [ + "on", + "y" + ], + [ + "O", + "n" + ], + [ + "Ġle", + "g" + ], + [ + "R", + "ight" + ], + [ + "Ġh", + "ot" + ], + [ + "Ġwould", + "n" + ], + [ + "Ġunder", + "stand" + ], + [ + "ke", + "y" + ], + [ + "Ġp", + "a" + ], + [ + "ĠT", + "hen" + ], + [ + "Ġ", + "..." + ], + [ + "Ġex", + "t" + ], + [ + "is", + "on" + ], + [ + "ir", + "d" + ], + [ + "Ġpl", + "an" + ], + [ + "Ġc", + "ho" + ], + [ + "J", + "ust" + ], + [ + "W", + "here" + ], + [ + "id", + "ad" + ], + [ + "W", + "ho" + ], + [ + "Ġc", + "ur" + ], + [ + "Ġwr", + "ong" + ], + [ + "Ġal", + "ready" + ], + [ + "Ġs", + "im" + ], + [ + "Ġt", + "imes" + ], + [ + "ct", + "ed" + ], + [ + "und", + "red" + ], + [ + "Ġ", + "ed" + ], + [ + "h", + "ind" + ], + [ + "A", + "l" + ], + [ + "Ġp", + "ain" + ], + [ + "Ġj", + "ob" + ], + [ + "m", + "en" + ], + [ + "j", + "ust" + ], + [ + "ĠA", + "t" + ], + [ + "ur", + "y" + ], + [ + "el", + "t" + ], + [ + "Ġle", + "ad" + ], + [ + "Ġpres", + "ent" + ], + [ + "Ġr", + "an" + ], + [ + "Ġwom", + "an" + ], + [ + "Ġd", + "uring" + ], + [ + "Ġf", + "act" + ], + [ + "Ġin", + "st" + ], + [ + "Ġp", + "ay" + ], + [ + "g", + "y" + ], + [ + "Ġs", + "at" + ], + [ + "Ġplay", + "ed" + ], + [ + "ĠB", + "e" + ], + [ + "Ġg", + "i" + ], + [ + "b", + "b" + ], + [ + "iz", + "e" + ], + [ + "i", + "k" + ], + [ + "Ġco", + "ll" + ], + [ + "Ġex", + "pl" + ], + [ + "ch", + "o" + ], + [ + "Ġplay", + "ing" + ], + [ + "p", + "a" + ], + [ + "st", + "a" + ], + [ + "Ġe", + "ight" + ], + [ + "Ġbl", + "ue" + ], + [ + "Ġp", + "ull" + ], + [ + "Ġ", + "7" + ], + [ + "Ġmin", + "ute" + ], + [ + "s", + "ha" + ], + [ + "Ġpro", + "ble" + ], + [ + "Ġbe", + "aut" + ], + [ + "Ġd", + "raw" + ], + [ + "al", + "es" + ], + [ + "g", + "ot" + ], + [ + "Ġp", + "ur" + ], + [ + "k", + "en" + ], + [ + "Ġl", + "ost" + ], + [ + "a", + "pp" + ], + [ + "ay", + "be" + ], + [ + "ĠC", + "om" + ], + [ + "ĠB", + "l" + ], + [ + "z", + "e" + ], + [ + "TE", + "A" + ], + [ + "g", + "ood" + ], + [ + "Ġg", + "ra" + ], + [ + "is", + "es" + ], + [ + "Ġfr", + "ont" + ], + [ + "Ġf", + "ull" + ], + [ + "Ġsp", + "eak" + ], + [ + "y", + "a" + ], + [ + "Ġpap", + "er" + ], + [ + "Ġv", + "is" + ], + [ + "u", + "er" + ], + [ + "Ġ", + "8" + ], + [ + "at", + "ur" + ], + [ + "ou", + "ch" + ], + [ + "l", + "ike" + ], + [ + "ar", + "on" + ], + [ + "Ġer", + "a" + ], + [ + "en", + "e" + ], + [ + "L", + "ook" + ], + [ + "r", + "om" + ], + [ + "Ġh", + "undred" + ], + [ + "m", + "ore" + ], + [ + "Ġbr", + "ought" + ], + [ + "Ġgirl", + "s" + ], + [ + "i", + "vers" + ], + [ + "ou", + "d" + ], + [ + "er", + "y" + ], + [ + "Ġf", + "ight" + ], + [ + "i", + "os" + ], + [ + "Ġpict", + "ure" + ], + [ + "ll", + "o" + ], + [ + "id", + "ed" + ], + [ + "Ġ19", + "7" + ], + [ + "el", + "s" + ], + [ + "Ġbe", + "hind" + ], + [ + "o", + "ber" + ], + [ + "l", + "ish" + ], + [ + "Ġhab", + "ÃŃa" + ], + [ + "Ġturn", + "ed" + ], + [ + "Ġgu", + "ess" + ], + [ + "E", + "L" + ], + [ + "Ġd", + "ar" + ], + [ + "c", + "ri" + ], + [ + "Ġc", + "re" + ], + [ + "r", + "os" + ], + [ + "Ġmean", + "s" + ], + [ + "Ġqu", + "ick" + ], + [ + "be", + "cause" + ], + [ + "ĠL", + "a" + ], + [ + "Ġpro", + "bably" + ], + [ + "Ġp", + "os" + ], + [ + "Ġm", + "akes" + ], + [ + "ĠA", + "ll" + ], + [ + "A", + "s" + ], + [ + "A", + "re" + ], + [ + "é", + "s" + ], + [ + "c", + "on" + ], + [ + "Ġe", + "v" + ], + [ + "id", + "es" + ], + [ + "Ġp", + "are" + ], + [ + "Ġof", + "ten" + ], + [ + "Ġcer", + "tain" + ], + [ + "air", + "s" + ], + [ + "Ġseem", + "ed" + ], + [ + "Ġpr", + "om" + ], + [ + "Ġg", + "reen" + ], + [ + "ĠK", + "ing" + ], + [ + "r", + "oss" + ], + [ + "Ġw", + "in" + ], + [ + "ore", + "s" + ], + [ + "um", + "b" + ], + [ + "Ġmu", + "y" + ], + [ + "Ġde", + "ad" + ], + [ + "at", + "o" + ], + [ + "Ġgot", + "ta" + ], + [ + "Ġst", + "uff" + ], + [ + "Ġmus", + "ic" + ], + [ + "e", + "y" + ], + [ + "itt", + "ing" + ], + [ + "Ġsh", + "ort" + ], + [ + "ar", + "r" + ], + [ + "w", + "er" + ], + [ + "Ġhapp", + "y" + ], + [ + "Ġrec", + "ord" + ], + [ + "Ġpart", + "y" + ], + [ + "Ġmon", + "th" + ], + [ + "Ġoff", + "ic" + ], + [ + "i", + "ver" + ], + [ + "Ġa", + "w" + ], + [ + "Ġf", + "ine" + ], + [ + "f", + "ic" + ], + [ + "Ġm", + "od" + ], + [ + "id", + "er" + ], + [ + "p", + "or" + ], + [ + "Ġp", + "en" + ], + [ + "ha", + "ps" + ], + [ + "Ġm", + "ag" + ], + [ + "Ġm", + "outh" + ], + [ + "O", + "N" + ], + [ + "Ġre", + "pl" + ], + [ + "ell", + "ow" + ], + [ + "un", + "ch" + ], + [ + "ol", + "og" + ], + [ + "ment", + "s" + ], + [ + "E", + "l" + ], + [ + "IN", + "G" + ], + [ + "Ġde", + "ath" + ], + [ + "Ġle", + "ar" + ], + [ + "Ġmo", + "vie" + ], + [ + "if", + "ul" + ], + [ + "Ġt", + "u" + ], + [ + "ĠH", + "ow" + ], + [ + "Ġwee", + "k" + ], + [ + "Ġh", + "ope" + ], + [ + "Ġab", + "le" + ], + [ + "AD", + "U" + ], + [ + "ĠC", + "l" + ], + [ + "am", + "ente" + ], + [ + "E", + "N" + ], + [ + "Ġt", + "ien" + ], + [ + "Ġmin", + "ut" + ], + [ + "Ġs", + "un" + ], + [ + "iz", + "ed" + ], + [ + "Ġlar", + "ge" + ], + [ + "Ġp", + "le" + ], + [ + "M", + "CH" + ], + [ + "Ġout", + "side" + ], + [ + "ro", + "om" + ], + [ + "Ġt", + "aken" + ], + [ + "Ġser", + "v" + ], + [ + "Ġvo", + "ice" + ], + [ + "ll", + "a" + ], + [ + "Ġf", + "ore" + ], + [ + "Ġst", + "ick" + ], + [ + "ie", + "f" + ], + [ + "ou", + "ble" + ], + [ + "ĠJ", + "ack" + ], + [ + "Ġen", + "c" + ], + [ + "Ġto", + "m" + ], + [ + "ĠGer", + "man" + ], + [ + "ro", + "g" + ], + [ + "i", + "pp" + ], + [ + "m", + "ira" + ], + [ + "ry", + "ing" + ], + [ + "r", + "ic" + ], + [ + "ard", + "s" + ], + [ + "Ġf", + "av" + ], + [ + "ne", + "y" + ], + [ + "he", + "ad" + ], + [ + "Ġtr", + "ans" + ], + [ + "Ġon", + "es" + ], + [ + "Ġc", + "ook" + ], + [ + "Ġpo", + "or" + ], + [ + "Ġin", + "s" + ], + [ + "Ġwant", + "s" + ], + [ + "D", + "id" + ], + [ + "as", + "k" + ], + [ + "Ġte", + "le" + ], + [ + "u", + "red" + ], + [ + "Ġh", + "uh" + ], + [ + "L", + "O" + ], + [ + "ĠB", + "ob" + ], + [ + "Ġse", + "a" + ], + [ + "Ġl", + "ate" + ], + [ + "en", + "se" + ], + [ + "Ġpie", + "ce" + ], + [ + "Ġt", + "em" + ], + [ + "ĠD", + "addy" + ], + [ + "Ġm", + "ain" + ], + [ + "Ġare", + "n" + ], + [ + "Ġp", + "as" + ], + [ + "d", + "le" + ], + [ + "f", + "ully" + ], + [ + "Ġwor", + "ds" + ], + [ + "00", + "0" + ], + [ + "s", + "on" + ], + [ + "Ġl", + "ess" + ], + [ + "Ġv", + "ol" + ], + [ + "Ġe", + "mp" + ], + [ + "R", + "e" + ], + [ + "us", + "ed" + ], + [ + "f", + "l" + ], + [ + "Ġcould", + "n" + ], + [ + "Ġc", + "am" + ], + [ + "Ġyour", + "self" + ], + [ + "ĠH", + "is" + ], + [ + "ĠB", + "er" + ], + [ + "Ġhor", + "se" + ], + [ + "ist", + "s" + ], + [ + "Ġcl", + "ot" + ], + [ + "Ġro", + "ck" + ], + [ + "p", + "ar" + ], + [ + "er", + "v" + ], + [ + "d", + "uc" + ], + [ + "Ġpu", + "ed" + ], + [ + "Ġc", + "ir" + ], + [ + "j", + "a" + ], + [ + "Ġl", + "ad" + ], + [ + "T", + "hank" + ], + [ + "he", + "y" + ], + [ + "u", + "ro" + ], + [ + "M", + "ummy" + ], + [ + "Ġres", + "p" + ], + [ + "Ġst", + "re" + ], + [ + "Ġin", + "c" + ], + [ + "ĠC", + "ha" + ], + [ + "m", + "as" + ], + [ + "b", + "l" + ], + [ + "N", + "AN" + ], + [ + "ur", + "a" + ], + [ + "G", + "ood" + ], + [ + "ĠT", + "HE" + ], + [ + "nd", + "e" + ], + [ + "Ġcu", + "p" + ], + [ + "sel", + "ves" + ], + [ + "Ġp", + "ast" + ], + [ + "Ġs", + "ister" + ], + [ + "Ġ", + "9" + ], + [ + "Ġs", + "qu" + ], + [ + "Ġbe", + "ar" + ], + [ + "ÃŃ", + "an" + ], + [ + "Ġc", + "amp" + ], + [ + "Ġre", + "ac" + ], + [ + "Ġd", + "ress" + ], + [ + "Ġp", + "ubl" + ], + [ + "Ġl", + "ine" + ], + [ + "am", + "ed" + ], + [ + "Ġlo", + "c" + ], + [ + "Ġ", + "i" + ], + [ + "ĠT", + "hat" + ], + [ + "Ġhapp", + "en" + ], + [ + "Ġt", + "aking" + ], + [ + "Ġst", + "ate" + ], + [ + "Ġw", + "ife" + ], + [ + "ĠW", + "hen" + ], + [ + "Ġ19", + "6" + ], + [ + "Ġd", + "ark" + ], + [ + "Ġbus", + "iness" + ], + [ + "Ġpro", + "f" + ], + [ + "Ġf", + "elt" + ], + [ + "Ġmy", + "self" + ], + [ + "Ġr", + "ather" + ], + [ + "ĠS", + "c" + ], + [ + "Ġa", + "ge" + ], + [ + "Ġminut", + "es" + ], + [ + "ent", + "ion" + ], + [ + "Ġro", + "ad" + ], + [ + "Ġm", + "id" + ], + [ + "Ġb", + "at" + ], + [ + "Ġthan", + "k" + ], + [ + "Ġt", + "ree" + ], + [ + "r", + "it" + ], + [ + "Ġf", + "ree" + ], + [ + "Ġin", + "side" + ], + [ + "Ġmay", + "be" + ], + [ + "Ġt", + "ill" + ], + [ + "C", + "an" + ], + [ + "ĠTh", + "omas" + ], + [ + "F", + "or" + ], + [ + "ion", + "al" + ], + [ + "Ġc", + "os" + ], + [ + "Ġ", + "z" + ], + [ + "ad", + "os" + ], + [ + "ĠF", + "or" + ], + [ + "ot", + "s" + ], + [ + "m", + "os" + ], + [ + "Ġh", + "o" + ], + [ + "b", + "ye" + ], + [ + "Ġpro", + "v" + ], + [ + "Ġe", + "m" + ], + [ + "Ġgi", + "ven" + ], + [ + "Ġimport", + "ant" + ], + [ + "M", + "r" + ], + [ + "ra", + "z" + ], + [ + "Ġm", + "ine" + ], + [ + "m", + "on" + ], + [ + "Ġc", + "e" + ], + [ + "b", + "s" + ], + [ + "Ġhis", + "t" + ], + [ + "Ġ", + "¿" + ], + [ + "ren", + "ch" + ], + [ + "ra", + "p" + ], + [ + "Ġ", + "ir" + ], + [ + "Ġco", + "ld" + ], + [ + "Ġb", + "ody" + ], + [ + "T", + "ER" + ], + [ + "Ġo", + "cc" + ], + [ + "ĠEng", + "lish" + ], + [ + "ha", + "ve" + ], + [ + "Ġp", + "ower" + ], + [ + "at", + "or" + ], + [ + "ian", + "s" + ], + [ + "Ġc", + "ase" + ], + [ + "Ġstr", + "ong" + ], + [ + "ic", + "es" + ], + [ + "Ġb", + "ag" + ], + [ + "G", + "o" + ], + [ + "á", + "n" + ], + [ + "ie", + "ndo" + ], + [ + "Ġp", + "ri" + ], + [ + "Ġw", + "ood" + ], + [ + "ĠT", + "om" + ], + [ + "t", + "hank" + ], + [ + "R", + "A" + ], + [ + "Ġl", + "ady" + ], + [ + "ĠM", + "ay" + ], + [ + "Ġcu", + "ando" + ], + [ + "b", + "orn" + ], + [ + "un", + "a" + ], + [ + "Ġ1", + "0" + ], + [ + "Ġag", + "o" + ], + [ + "Ġh", + "on" + ], + [ + "ĠO", + "n" + ], + [ + "ou", + "b" + ], + [ + "Ġ", + "MOT" + ], + [ + "Ġm", + "ill" + ], + [ + "c", + "il" + ], + [ + "Ġin", + "de" + ], + [ + "Ġother", + "s" + ], + [ + "Ġm", + "ark" + ], + [ + "Ġpr", + "ot" + ], + [ + "ught", + "er" + ], + [ + "c", + "ul" + ], + [ + "Ġp", + "age" + ], + [ + "D", + "S" + ], + [ + "Ġgr", + "ound" + ], + [ + "Ġgu", + "y" + ], + [ + "r", + "ing" + ], + [ + "Ġp", + "ar" + ], + [ + "Ġto", + "ys" + ], + [ + "ent", + "ly" + ], + [ + "is", + "m" + ], + [ + "Ġbir", + "th" + ], + [ + "Ġe", + "ither" + ], + [ + "Ġse", + "ver" + ], + [ + "Ġchan", + "ge" + ], + [ + "m", + "ing" + ], + [ + "Ġhur", + "t" + ], + [ + "Ġbeaut", + "iful" + ], + [ + "ir", + "ty" + ], + [ + "pe", + "nd" + ], + [ + "ĠR", + "e" + ], + [ + "Ġf", + "il" + ], + [ + "Ġm", + "a" + ], + [ + "Ġgo", + "vern" + ], + [ + "c", + "ar" + ], + [ + "Ġc", + "reat" + ], + [ + "D", + "AD" + ], + [ + "Ġal", + "one" + ], + [ + "Ġbo", + "at" + ], + [ + "A", + "h" + ], + [ + "ang", + "u" + ], + [ + "Ġcl", + "ass" + ], + [ + "ĠC", + "ar" + ], + [ + "ell", + "o" + ], + [ + "Ġpart", + "ic" + ], + [ + "ĠBr", + "it" + ], + [ + "Ġear", + "ly" + ], + [ + "st", + "em" + ], + [ + "id", + "ge" + ], + [ + "Ġwe", + "ar" + ], + [ + "ĠJ", + "an" + ], + [ + "b", + "ed" + ], + [ + "Ġac", + "ross" + ], + [ + "on", + "ces" + ], + [ + "Ġd", + "ro" + ], + [ + "Ġen", + "g" + ], + [ + "Ġtr", + "ue" + ], + [ + "Ġf", + "ast" + ], + [ + "Ġswe", + "et" + ], + [ + "Ġsomet", + "imes" + ], + [ + "Ġt", + "y" + ], + [ + "I", + "I" + ], + [ + "ur", + "s" + ], + [ + "Ġfun", + "ny" + ], + [ + "u", + "y" + ], + [ + "f", + "er" + ], + [ + "c", + "ol" + ], + [ + "Ġm", + "ess" + ], + [ + "i", + "am" + ], + [ + "Ġs", + "um" + ], + [ + "Ġgr", + "ow" + ], + [ + "Ġad", + "v" + ], + [ + "Ġle", + "ast" + ], + [ + "ran", + "ge" + ], + [ + "at", + "ure" + ], + [ + "al", + "d" + ], + [ + "Ġv", + "ar" + ], + [ + "Ġsever", + "al" + ], + [ + "ĠC", + "on" + ], + [ + "ĠM", + "a" + ], + [ + "Ġor", + "der" + ], + [ + "Ġare", + "a" + ], + [ + "iv", + "ing" + ], + [ + "Ġl", + "ay" + ], + [ + "Ġsome", + "one" + ], + [ + "Ġanim", + "als" + ], + [ + "Ġso", + "ld" + ], + [ + "Ġto", + "do" + ], + [ + "Ġgr", + "oup" + ], + [ + "ĠL", + "e" + ], + [ + "f", + "fe" + ], + [ + "2", + "0" + ], + [ + "Ġcle", + "ar" + ], + [ + "u", + "ed" + ], + [ + "ate", + "ly" + ], + [ + "Ġf", + "air" + ], + [ + "ĠH", + "ar" + ], + [ + "g", + "es" + ], + [ + "f", + "ort" + ], + [ + "t", + "om" + ], + [ + "Ġc", + "ried" + ], + [ + "Ġlist", + "en" + ], + [ + "no", + "s" + ], + [ + "Ġsu", + "c" + ], + [ + "art", + "ment" + ], + [ + "U", + "R" + ], + [ + "Ġget", + "s" + ], + [ + "ĠA", + "d" + ], + [ + "Ġest", + "aba" + ], + [ + "c", + "ent" + ], + [ + "Ġf", + "ig" + ], + [ + "Ġst", + "ra" + ], + [ + "i", + "um" + ], + [ + "ĠA", + "p" + ], + [ + "L", + "a" + ], + [ + "ĠFran", + "ce" + ], + [ + "M", + "AR" + ], + [ + "Ġtw", + "enty" + ], + [ + "Ġf", + "if" + ], + [ + "ut", + "ion" + ], + [ + "ri", + "l" + ], + [ + "Ġan", + "t" + ], + [ + "le", + "y" + ], + [ + "ĠI", + "f" + ], + [ + "oo", + "ps" + ], + [ + "Ġw", + "ish" + ], + [ + "ve", + "red" + ], + [ + "do", + "es" + ], + [ + "Ġre", + "ce" + ], + [ + "ĠS", + "e" + ], + [ + "Ġwork", + "ing" + ], + [ + "A", + "t" + ], + [ + "Ġd", + "et" + ], + [ + "ir", + "t" + ], + [ + "ĠC", + "an" + ], + [ + "Ġp", + "od" + ], + [ + "et", + "y" + ], + [ + "Ġla", + "w" + ], + [ + "ain", + "ed" + ], + [ + "ab", + "an" + ], + [ + "Ġ1", + "7" + ], + [ + "oc", + "al" + ], + [ + "Ġc", + "al" + ], + [ + "ep", + "t" + ], + [ + "Ġquest", + "ion" + ], + [ + "Ġde", + "al" + ], + [ + "id", + "ing" + ], + [ + "Ġmil", + "k" + ], + [ + "ĠH", + "er" + ], + [ + "w", + "hen" + ], + [ + "Ġwom", + "en" + ], + [ + "Ġg", + "un" + ], + [ + "il", + "t" + ], + [ + "or", + "ld" + ], + [ + "Ġm", + "ad" + ], + [ + "Ġs", + "ab" + ], + [ + "Ġm", + "ot" + ], + [ + "Ġf", + "ish" + ], + [ + "Ġsh", + "op" + ], + [ + "e", + "or" + ], + [ + "ac", + "ed" + ], + [ + "ud", + "e" + ], + [ + "Ġre", + "co" + ], + [ + "ĠW", + "ill" + ], + [ + "Ġf", + "ing" + ], + [ + "ĠO", + "h" + ], + [ + "Ġha", + "y" + ], + [ + "en", + "n" + ], + [ + "t", + "hen" + ], + [ + "ha", + "m" + ], + [ + "Ġbu", + "y" + ], + [ + "h", + "il" + ], + [ + "Ġf", + "ue" + ], + [ + "Ġd", + "os" + ], + [ + "p", + "u" + ], + [ + "en", + "a" + ], + [ + "Ġt", + "ea" + ], + [ + "Ġre", + "le" + ], + [ + "Ġ", + "Qu" + ], + [ + "u", + "ly" + ], + [ + "Ġw", + "all" + ], + [ + "Ġnew", + "s" + ], + [ + "ren", + "ce" + ], + [ + "Ġpol", + "it" + ], + [ + "ie", + "mp" + ], + [ + "p", + "ha" + ], + [ + "Ġt", + "ried" + ], + [ + "uh", + "huh" + ], + [ + "ar", + "ch" + ], + [ + "Ġm", + "er" + ], + [ + "ain", + "s" + ], + [ + "ious", + "ly" + ], + [ + "Ġh", + "om" + ], + [ + "Y", + "our" + ], + [ + "it", + "ing" + ], + [ + "Ġp", + "al" + ], + [ + "Ġ202", + "0" + ], + [ + "Ġ", + "X" + ], + [ + "]", + "?" + ], + [ + "Ġher", + "self" + ], + [ + "G", + "et" + ], + [ + "Ġam", + "ong" + ], + [ + "A", + "L" + ], + [ + "P", + "AT" + ], + [ + "Ġcle", + "an" + ], + [ + "Ġp", + "ot" + ], + [ + "Ġbl", + "ood" + ], + [ + "ĠJ", + "ap" + ], + [ + "Ġse", + "ven" + ], + [ + "iv", + "ed" + ], + [ + "Ġar", + "m" + ], + [ + "ea", + "red" + ], + [ + "Ġj", + "ump" + ], + [ + "g", + "n" + ], + [ + "o", + "es" + ], + [ + "sha", + "ll" + ], + [ + "Ġv", + "ill" + ], + [ + "à", + "¤" + ], + [ + "Ġ1", + "5" + ], + [ + "Ġf", + "uck" + ], + [ + "Ġgu", + "ys" + ], + [ + "ñ", + "os" + ], + [ + "Ġo", + "pp" + ], + [ + "Ġo", + "ri" + ], + [ + "Ġy", + "ellow" + ], + [ + "Ġdis", + "c" + ], + [ + "er", + "n" + ], + [ + "Ġcomp", + "any" + ], + [ + "Ġ19", + "5" + ], + [ + "amb", + "ién" + ], + [ + "r", + "on" + ], + [ + "ound", + "s" + ], + [ + "ĠE", + "d" + ], + [ + "Ġpr", + "im" + ], + [ + "Ġex", + "pect" + ], + [ + "Ġhe", + "ld" + ], + [ + "Ġkill", + "ed" + ], + [ + "ĠF", + "rench" + ], + [ + "it", + "c" + ], + [ + "Ġd", + "ra" + ], + [ + "Ġs", + "in" + ], + [ + "em", + "ent" + ], + [ + "ri", + "e" + ], + [ + "Ġv", + "ie" + ], + [ + "an", + "c" + ], + [ + "Ġb", + "and" + ], + [ + "Ġfin", + "ished" + ], + [ + "ow", + "ed" + ], + [ + "Ġbe", + "come" + ], + [ + "Ġb", + "ra" + ], + [ + "Ġde", + "f" + ], + [ + "Ġre", + "ason" + ], + [ + "i", + "as" + ], + [ + "i", + "jo" + ], + [ + "Ġgl", + "ad" + ], + [ + "Ġqu", + "iet" + ], + [ + "f", + "ord" + ], + [ + "ick", + "s" + ], + [ + "A", + "n" + ], + [ + "ur", + "ch" + ], + [ + "t", + "wo" + ], + [ + "Ġex", + "per" + ], + [ + "en", + "g" + ], + [ + "oo", + "f" + ], + [ + "ous", + "and" + ], + [ + "Ġd", + "iv" + ], + [ + "Ġsy", + "stem" + ], + [ + "Ġd", + "est" + ], + [ + "ĠC", + "ount" + ], + [ + "Ġthink", + "ing" + ], + [ + "Ġl", + "angu" + ], + [ + "ci", + "ent" + ], + [ + "ĠC", + "har" + ], + [ + "al", + "th" + ], + [ + "ĠY", + "ork" + ], + [ + "Ġto", + "y" + ], + [ + "v", + "a" + ], + [ + "He", + "re" + ], + [ + "Ġ", + "â" + ], + [ + "O", + "ne" + ], + [ + "Ġ19", + "4" + ], + [ + "T", + "o" + ], + [ + "Ġdin", + "ner" + ], + [ + "r", + "act" + ], + [ + "Ġli", + "ved" + ], + [ + "ing", + "ing" + ], + [ + "Ġt", + "akes" + ], + [ + "ic", + "ally" + ], + [ + "ĠW", + "ar" + ], + [ + "Ġh", + "it" + ], + [ + "ro", + "l" + ], + [ + "ĠC", + "ap" + ], + [ + "Ġdo", + "ctor" + ], + [ + "ñ", + "a" + ], + [ + "Ġcon", + "st" + ], + [ + "Ġe", + "gg" + ], + [ + "Ġpro", + "p" + ], + [ + "Ġ", + "¡" + ], + [ + "i", + "or" + ], + [ + "p", + "es" + ], + [ + "Ġt", + "an" + ], + [ + "Ġfav", + "or" + ], + [ + "Ġé", + "l" + ], + [ + "ivers", + "ity" + ], + [ + "ó", + "mo" + ], + [ + "un", + "k" + ], + [ + "Ġke", + "pt" + ], + [ + "Ġli", + "ving" + ], + [ + "ac", + "her" + ], + [ + "Ġro", + "ll" + ], + [ + "ĠF", + "l" + ], + [ + "Ġthr", + "ow" + ], + [ + "itt", + "en" + ], + [ + "Ġas", + "ÃŃ" + ], + [ + "ĠGr", + "and" + ], + [ + "en", + "o" + ], + [ + "it", + "er" + ], + [ + "Ġha", + "cer" + ], + [ + "Ġus", + "ually" + ], + [ + "vel", + "op" + ], + [ + "ĠW", + "orld" + ], + [ + "Ġbook", + "s" + ], + [ + "r", + "ict" + ], + [ + "Ġe", + "qu" + ], + [ + "ra", + "id" + ], + [ + "ĠF", + "e" + ], + [ + "ĠJap", + "an" + ], + [ + "Ġse", + "nd" + ], + [ + "Ġbe", + "gin" + ], + [ + "Ġchan", + "ce" + ], + [ + "Ġwr", + "ite" + ], + [ + "Ġ", + "á" + ], + [ + "Ġst", + "ood" + ], + [ + "l", + "er" + ], + [ + "Ġ", + "ice" + ], + [ + "e", + "h" + ], + [ + "pl", + "ay" + ], + [ + "Ġcomp", + "le" + ], + [ + "Ġth", + "ousand" + ], + [ + "Ġatt", + "ack" + ], + [ + "al", + "a" + ], + [ + "ĠMar", + "ch" + ], + [ + "nt", + "s" + ], + [ + "uro", + "pe" + ], + [ + "f", + "r" + ], + [ + "ion", + "es" + ], + [ + "Ġs", + "itting" + ], + [ + "ĠJan", + "uary" + ], + [ + "Ġrun", + "ning" + ], + [ + "Ġh", + "ung" + ], + [ + "ó", + "nde" + ], + [ + "er", + "ing" + ], + [ + "b", + "and" + ], + [ + "ot", + "h" + ], + [ + "Ġwind", + "ow" + ], + [ + "Ġt", + "on" + ], + [ + "Ġse", + "ñ" + ], + [ + "Ġpr", + "in" + ], + [ + "p", + "ing" + ], + [ + "Ġsur", + "pr" + ], + [ + "k", + "ing" + ], + [ + "Ġcl", + "im" + ], + [ + "Ġfoot", + "ball" + ], + [ + "C", + "DS" + ], + [ + "oll", + "y" + ], + [ + "Ġst", + "ep" + ], + [ + "Ġob", + "ject" + ], + [ + "Ġtr", + "ouble" + ], + [ + "ĠM", + "an" + ], + [ + "ĠT", + "o" + ], + [ + "av", + "y" + ], + [ + "il", + "ity" + ], + [ + "we", + "red" + ], + [ + "Ġest", + "o" + ], + [ + "Ġf", + "ly" + ], + [ + "Ġsh", + "ip" + ], + [ + "LO", + "I" + ], + [ + "Ġc", + "orn" + ], + [ + "n", + "ight" + ], + [ + "Ġn", + "amed" + ], + [ + "Ġno", + "se" + ], + [ + "r", + "al" + ], + [ + "ĠP", + "e" + ], + [ + "ĠD", + "o" + ], + [ + "Ġtr", + "uck" + ], + [ + "Ġn", + "orth" + ], + [ + "Ġst", + "ar" + ], + [ + "im", + "ed" + ], + [ + "aj", + "or" + ], + [ + "Ġp", + "ig" + ], + [ + "Ġm", + "ir" + ], + [ + "Ġk", + "ing" + ], + [ + "Ġw", + "at" + ], + [ + "D", + "e" + ], + [ + "ang", + "er" + ], + [ + "ĠJ", + "une" + ], + [ + "Ġsu", + "d" + ], + [ + "Ġlet", + "ter" + ], + [ + "Ġest", + "e" + ], + [ + "Ġpor", + "que" + ], + [ + "ug", + "ust" + ], + [ + "b", + "um" + ], + [ + "or", + "ies" + ], + [ + "Ġrepl", + "ied" + ], + [ + "ho", + "ld" + ], + [ + "os", + "p" + ], + [ + "ĠS", + "u" + ], + [ + "ow", + "ers" + ], + [ + "Ġm", + "am" + ], + [ + "Ġm", + "ount" + ], + [ + "ste", + "ad" + ], + [ + "un", + "ic" + ], + [ + "Ġd", + "ie" + ], + [ + "er", + "t" + ], + [ + "Ġ1", + "6" + ], + [ + "Ġcas", + "a" + ], + [ + "Ġar", + "ri" + ], + [ + "al", + "ity" + ], + [ + "ill", + "a" + ], + [ + "al", + "right" + ], + [ + "Ġph", + "one" + ], + [ + "ĠB", + "ar" + ], + [ + "hi", + "le" + ], + [ + "th", + "ough" + ], + [ + "Ġ1", + "2" + ], + [ + "k", + "ed" + ], + [ + "Ġs", + "and" + ], + [ + ".", + "'" + ], + [ + "k", + "y" + ], + [ + "Ġsome", + "body" + ], + [ + "Ġans", + "wered" + ], + [ + "Ġaf", + "raid" + ], + [ + "Ġproble", + "m" + ], + [ + "Ġt", + "ouch" + ], + [ + "te", + "en" + ], + [ + "d", + "ad" + ], + [ + "Ġso", + "ft" + ], + [ + "Ġbirth", + "day" + ], + [ + "g", + "ing" + ], + [ + "g", + "as" + ], + [ + "u", + "a" + ], + [ + "Ġans", + "wer" + ], + [ + "v", + "ision" + ], + [ + "Ġsud", + "den" + ], + [ + "Ġrele", + "ased" + ], + [ + "Ġes", + "o" + ], + [ + "Ġdar", + "ling" + ], + [ + "Ġf", + "a" + ], + [ + "Ġcr", + "oss" + ], + [ + "Ġj", + "u" + ], + [ + "it", + "ch" + ], + [ + "ul", + "a" + ], + [ + "g", + "ue" + ], + [ + "Ġthem", + "selves" + ], + [ + "Ġhour", + "s" + ], + [ + "no", + "ck" + ], + [ + "ci", + "ón" + ], + [ + "Ġre", + "port" + ], + [ + "d", + "ing" + ], + [ + "om", + "an" + ], + [ + "ĠY", + "es" + ], + [ + "Ġm", + "ÃŃ" + ], + [ + "g", + "ar" + ], + [ + "Ġspe", + "cial" + ], + [ + "Ġ", + "Q" + ], + [ + "R", + "I" + ], + [ + "Ġf", + "ix" + ], + [ + "at", + "a" + ], + [ + "Ġda", + "ughter" + ], + [ + "Ġpro", + "du" + ], + [ + "ĠP", + "ro" + ], + [ + "Ġv", + "i" + ], + [ + "Ġe", + "vent" + ], + [ + "Ġpoint", + "s" + ], + [ + "Ġmar", + "ried" + ], + [ + "ĠG", + "o" + ], + [ + "Ġde", + "m" + ], + [ + "Ġf", + "rog" + ], + [ + "ard", + "en" + ], + [ + "ĠM", + "in" + ], + [ + "Ġb", + "ath" + ], + [ + "Ġgovern", + "ment" + ], + [ + "Ġser", + "ies" + ], + [ + "Ġele", + "ct" + ], + [ + "ĠE", + "urope" + ], + [ + "ac", + "ter" + ], + [ + "Ġhum", + "an" + ], + [ + "ĠBrit", + "ish" + ], + [ + "Ġclot", + "hes" + ], + [ + "ĠD", + "on" + ], + [ + "ue", + "go" + ], + [ + "Ġc", + "ost" + ], + [ + "Ġwith", + "in" + ], + [ + "ú", + "n" + ], + [ + "Ġc", + "ow" + ], + [ + "Ġl", + "ow" + ], + [ + "m", + "akes" + ], + [ + "Ġno", + "s" + ], + [ + "Ġc", + "atch" + ], + [ + "Ġk", + "iss" + ], + [ + "ol", + "a" + ], + [ + "ent", + "le" + ], + [ + "as", + "ure" + ], + [ + "Ġv", + "al" + ], + [ + "Ġv", + "a" + ], + [ + "Ġf", + "ur" + ], + [ + "Ġha", + "sta" + ], + [ + "Ġsu", + "per" + ], + [ + "Ġ", + "ill" + ], + [ + "oo", + "h" + ], + [ + "Ġt", + "ired" + ], + [ + "Ġan", + "g" + ], + [ + "an", + "ge" + ], + [ + "u", + "est" + ], + [ + "S", + "h" + ], + [ + "Ġb", + "lock" + ], + [ + "an", + "ces" + ], + [ + "ct", + "ober" + ], + [ + "Ġal", + "right" + ], + [ + "Ġapp", + "ear" + ], + [ + "Ġve", + "z" + ], + [ + "ment", + "e" + ], + [ + "Ġli", + "ves" + ], + [ + "ig", + "o" + ], + [ + "Ġs", + "na" + ], + [ + "re", + "ed" + ], + [ + "E", + "x" + ], + [ + "Ġin", + "form" + ], + [ + "F", + "CH" + ], + [ + "g", + "est" + ], + [ + "Ġche", + "ck" + ], + [ + "A", + "P" + ], + [ + "re", + "g" + ], + [ + "Be", + "cause" + ], + [ + "Ġh", + "us" + ], + [ + "Ġt", + "ambién" + ], + [ + "Ġ19", + "3" + ], + [ + "ĠS", + "outh" + ], + [ + "Er", + "m" + ], + [ + "ĠG", + "eor" + ], + [ + "Ġor", + "gan" + ], + [ + "ain", + "t" + ], + [ + "ĠP", + "l" + ], + [ + "Ġseem", + "s" + ], + [ + "in", + "ing" + ], + [ + "ĠA", + "ugust" + ], + [ + "Ġpass", + "ed" + ], + [ + "ve", + "mber" + ], + [ + "ĠJ", + "oe" + ], + [ + "wh", + "ich" + ], + [ + "Ġf", + "ield" + ], + [ + "Ġn", + "ine" + ], + [ + "Ġd", + "ream" + ], + [ + "han", + "ks" + ], + [ + "Ġb", + "ur" + ], + [ + "Ġmonth", + "s" + ], + [ + "ĠE", + "s" + ], + [ + "ĠE", + "n" + ], + [ + "he", + "llo" + ], + [ + "Ġmo", + "ved" + ], + [ + "Ġal", + "bum" + ], + [ + "ept", + "ember" + ], + [ + "ĠC", + "ol" + ], + [ + "Ġgo", + "ld" + ], + [ + "Ġp", + "us" + ], + [ + "Ġpro", + "per" + ], + [ + "ient", + "o" + ], + [ + "Ġsupp", + "ose" + ], + [ + "Ġo", + "per" + ], + [ + "ot", + "t" + ], + [ + "un", + "ny" + ], + [ + "Ġknow", + "s" + ], + [ + "ore", + "d" + ], + [ + "Ġp", + "ost" + ], + [ + "Ġh", + "op" + ], + [ + "gr", + "am" + ], + [ + "S", + "ome" + ], + [ + "Ġstra", + "ight" + ], + [ + "ĠJ", + "im" + ], + [ + "Ġposs", + "ible" + ], + [ + "ce", + "mber" + ], + [ + "et", + "e" + ], + [ + "E", + "n" + ], + [ + "o", + "x" + ], + [ + "Ġc", + "oup" + ], + [ + "Ġe", + "ye" + ], + [ + "Ġs", + "ca" + ], + [ + "ĠT", + "e" + ], + [ + "Ġper", + "haps" + ], + [ + "Ġwork", + "ed" + ], + [ + "Ġde", + "ep" + ], + [ + "Ġab", + "s" + ], + [ + "Ġwhe", + "ther" + ], + [ + "f", + "fect" + ], + [ + "he", + "l" + ], + [ + "E", + "C" + ], + [ + "Ġde", + "velop" + ], + [ + "at", + "t" + ], + [ + "d", + "a" + ], + [ + "i", + "j" + ], + [ + "ay", + "s" + ], + [ + "ag", + "er" + ], + [ + "Ġeas", + "y" + ], + [ + "ĠS", + "w" + ], + [ + "Ġes", + "c" + ], + [ + "M", + "e" + ], + [ + "ri", + "ll" + ], + [ + "Ġsing", + "le" + ], + [ + "Ġhow", + "ever" + ], + [ + "Ġsuc", + "cess" + ], + [ + "Ġf", + "it" + ], + [ + "Ġcan", + "not" + ], + [ + "Ġs", + "ÃŃ" + ], + [ + "Ġeat", + "ing" + ], + [ + "act", + "ly" + ], + [ + "Ġsa", + "il" + ], + [ + "ĠN", + "orth" + ], + [ + "Ġri", + "ver" + ], + [ + "Ġm", + "ur" + ], + [ + "f", + "riend" + ], + [ + "int", + "s" + ], + [ + "Ġp", + "ress" + ], + [ + "ri", + "ble" + ], + [ + "Ġbir", + "d" + ], + [ + "if", + "f" + ], + [ + "Ġtom", + "orrow" + ], + [ + "Ġes", + "pe" + ], + [ + "P", + "lease" + ], + [ + "Ġs", + "har" + ], + [ + "U", + "N" + ], + [ + "ier", + "on" + ], + [ + "f", + "ast" + ], + [ + "Ġvis", + "it" + ], + [ + "Ġc", + "ast" + ], + [ + "ĠCount", + "y" + ], + [ + "Ġcomm", + "on" + ], + [ + "Ġkid", + "s" + ], + [ + "Ġreac", + "hed" + ], + [ + "Ġad", + "m" + ], + [ + "Ġdif", + "fic" + ], + [ + "Ġdi", + "jo" + ], + [ + "a", + "ul" + ], + [ + "Ġn", + "or" + ], + [ + "ĠO", + "ctober" + ], + [ + "Ġ", + "ut" + ], + [ + "Ġori", + "gin" + ], + [ + "br", + "uary" + ], + [ + "Ġyour", + "s" + ], + [ + "Ġapp", + "ro" + ], + [ + "Ġs", + "n" + ], + [ + "ul", + "ation" + ], + [ + "Ġto", + "wards" + ], + [ + "Ġab", + "ove" + ], + [ + "ĠAp", + "ril" + ], + [ + "Ġme", + "mber" + ], + [ + "Ġd", + "oub" + ], + [ + "Ġsh", + "ot" + ], + [ + "Ġt", + "ú" + ], + [ + "ĠP", + "ar" + ], + [ + "j", + "oy" + ], + [ + "r", + "or" + ], + [ + "b", + "or" + ], + [ + "ĠO", + "ne" + ], + [ + "Ġsl", + "ow" + ], + [ + "Ġfor", + "ward" + ], + [ + "Ġd", + "ad" + ], + [ + "Ġwait", + "ing" + ], + [ + "Ġf", + "ear" + ], + [ + "á", + "t" + ], + [ + "ci", + "es" + ], + [ + "Ġhus", + "band" + ], + [ + "H", + "ave" + ], + [ + "w", + "ith" + ], + [ + "Ġn", + "ational" + ], + [ + "Ġd", + "addy" + ], + [ + "E", + "very" + ], + [ + "Ġto", + "ward" + ], + [ + "ĠP", + "hil" + ], + [ + "b", + "u" + ], + [ + "Ġpubl", + "ic" + ], + [ + "Ġm", + "ist" + ], + [ + "Ġno", + "ises" + ], + [ + "st", + "airs" + ], + [ + "ĠP", + "er" + ], + [ + "Ġsa", + "fe" + ], + [ + "Ġb", + "es" + ], + [ + "Ġc", + "op" + ], + [ + "Ġlot", + "s" + ], + [ + "amp", + "le" + ], + [ + "ĠEng", + "land" + ], + [ + "Ġput", + "s" + ], + [ + "ĠJ", + "uly" + ], + [ + "Ġd", + "anger" + ], + [ + "Ġr", + "u" + ], + [ + "Ġsound", + "s" + ], + [ + "ha", + "s" + ], + [ + "ĠA", + "fter" + ], + [ + "ĠNo", + "vember" + ], + [ + "Ġtod", + "os" + ], + [ + "Ġsh", + "oes" + ], + [ + "n", + "ie" + ], + [ + "Ġfor", + "get" + ], + [ + "Ġs", + "now" + ], + [ + "ĠP", + "res" + ], + [ + "Ġh", + "ors" + ], + [ + "an", + "o" + ], + [ + "ÃŃ", + "as" + ], + [ + "ĠS", + "eptember" + ], + [ + "ĠS", + "h" + ], + [ + "ĠO", + "r" + ], + [ + "in", + "y" + ], + [ + "ad", + "es" + ], + [ + "Ġar", + "ms" + ], + [ + "Ġdis", + "co" + ], + [ + "Ġlong", + "er" + ], + [ + "ier", + "a" + ], + [ + "n", + "et" + ], + [ + "Ġbo", + "ard" + ], + [ + "ĠFran", + "k" + ], + [ + "U", + "n" + ], + [ + "Ġput", + "ting" + ], + [ + "Ġlove", + "ly" + ], + [ + "Ġs", + "ight" + ], + [ + "ĠM", + "ic" + ], + [ + "ĠDe", + "cember" + ], + [ + "Ġ1", + "1" + ], + [ + "Ġ", + "*" + ], + [ + "Ġb", + "reat" + ], + [ + "I", + "T" + ], + [ + "Ġt", + "reat" + ], + [ + "Ġreturn", + "ed" + ], + [ + "ien", + "ce" + ], + [ + "Ġe", + "ffect" + ], + [ + "Ġmill", + "ion" + ], + [ + "w", + "as" + ], + [ + "at", + "ic" + ], + [ + "Ġtien", + "e" + ], + [ + "Ġfor", + "got" + ], + [ + "Ġdire", + "ct" + ], + [ + "Ġg", + "entle" + ], + [ + "E", + "s" + ], + [ + "Ġes", + "ca" + ], + [ + "y", + "our" + ], + [ + "Ġcoup", + "le" + ], + [ + "Ġfor", + "mer" + ], + [ + "Ġd", + "am" + ], + [ + "ĠC", + "al" + ], + [ + "ard", + "on" + ], + [ + "Ġquick", + "ly" + ], + [ + "Ġg", + "ust" + ], + [ + "Ġv", + "en" + ], + [ + "ĠB", + "en" + ], + [ + "Ġgener", + "al" + ], + [ + "res", + "ent" + ], + [ + "Ġb", + "as" + ], + [ + "is", + "ing" + ], + [ + "Ġso", + "bre" + ], + [ + "pu", + "és" + ], + [ + "Ġc", + "ry" + ], + [ + "ar", + "se" + ], + [ + "Ġpol", + "ice" + ], + [ + "Ġth", + "ird" + ], + [ + "Ġca", + "ught" + ], + [ + "and", + "er" + ], + [ + "Ġha", + "ng" + ], + [ + "av", + "id" + ], + [ + "i", + "ps" + ], + [ + "Ġ", + "Yeah" + ], + [ + "ĠA", + "m" + ], + [ + "Ġ1", + "4" + ], + [ + "Ġreg", + "ion" + ], + [ + "Ġbro", + "ken" + ], + [ + "ĠFe", + "bruary" + ], + [ + "Ġe", + "h" + ], + [ + "Ġse", + "at" + ], + [ + "s", + "ome" + ], + [ + "ĠT", + "r" + ], + [ + "Ġan", + "n" + ], + [ + "Ġob", + "s" + ], + [ + "Ġl", + "uck" + ], + [ + "A", + "S" + ], + [ + "Ġis", + "land" + ], + [ + "Ġeng", + "ine" + ], + [ + "Ġest", + "a" + ], + [ + "Ġneed", + "s" + ], + [ + "----", + "----" + ], + [ + "Ġtele", + "vision" + ], + [ + "Ġf", + "u" + ], + [ + "Ġtre", + "es" + ], + [ + "ĠM", + "e" + ], + [ + "Ġanim", + "al" + ], + [ + "Ġbuild", + "ing" + ], + [ + "ist", + "en" + ], + [ + "o", + "on" + ], + [ + "Ġsec", + "ret" + ], + [ + "Ġoff", + "ice" + ], + [ + "Ġevery", + "body" + ], + [ + "Ġr", + "ad" + ], + [ + "Ġpl", + "aces" + ], + [ + "Ġl", + "ed" + ], + [ + "ond", + "on" + ], + [ + "Ġll", + "ev" + ], + [ + "Ġt", + "est" + ], + [ + "r", + "id" + ], + [ + "ĠS", + "am" + ], + [ + "Ġk", + "nock" + ], + [ + "il", + "es" + ], + [ + "Ġeven", + "ing" + ], + [ + "Ġs", + "ick" + ], + [ + "Ġmom", + "my" + ], + [ + "Ġsu", + "gg" + ], + [ + "Ġd", + "uck" + ], + [ + "Ġsugg", + "est" + ], + [ + "em", + "y" + ], + [ + "A", + "fter" + ], + [ + "d", + "ijo" + ], + [ + "Ġbu", + "ilt" + ], + [ + "ÃŃ", + "n" + ], + [ + "Ġf", + "ill" + ], + [ + "Ġdri", + "ve" + ], + [ + "Ġr", + "ing" + ], + [ + "Ġfeel", + "ing" + ], + [ + "Ġvill", + "age" + ], + [ + "W", + "ith" + ], + [ + "Ġcl", + "ub" + ], + [ + "l", + "as" + ], + [ + "G", + "RA" + ], + [ + "Ġsupp", + "ort" + ], + [ + "Ġpro", + "duc" + ], + [ + "Ġst", + "ri" + ], + [ + "Ġvie", + "w" + ], + [ + "Ġde", + "v" + ], + [ + "Ġdep", + "artment" + ], + [ + "Ġn", + "atur" + ], + [ + "re", + "l" + ], + [ + "Ġco", + "ver" + ], + [ + "v", + "ocal" + ], + [ + "od", + "e" + ], + [ + "ĠIt", + "al" + ], + [ + "ĠUn", + "iversity" + ], + [ + "d", + "om" + ], + [ + "l", + "t" + ], + [ + "ag", + "ed" + ], + [ + "O", + "f" + ], + [ + "Ġnear", + "ly" + ], + [ + "Ġcl", + "os" + ], + [ + "Ġa", + "head" + ], + [ + "Ġ1", + "3" + ], + [ + "V", + "E" + ], + [ + "'", + "." + ], + [ + "Ġre", + "qu" + ], + [ + "ĠN", + "ow" + ], + [ + "Ġop", + "ened" + ], + [ + "Ġcons", + "ider" + ], + [ + "Ġs", + "ad" + ], + [ + "Ġpartic", + "ular" + ], + [ + "ro", + "ll" + ], + [ + "Ġwr", + "itten" + ], + [ + "Ġsh", + "out" + ], + [ + "R", + "E" + ], + [ + "Ġplay", + "er" + ], + [ + "el", + "en" + ], + [ + "g", + "en" + ], + [ + "v", + "al" + ], + [ + "mb", + "ers" + ], + [ + "y", + "l" + ], + [ + "Ġres", + "ult" + ], + [ + "Ġl", + "im" + ], + [ + "er", + "ta" + ], + [ + "ustr", + "al" + ], + [ + "Ġper", + "fect" + ], + [ + "ĠN", + "or" + ], + [ + "Ġst", + "ation" + ], + [ + "Ġah", + "ora" + ], + [ + "ĠChrist", + "mas" + ], + [ + "ĠM", + "c" + ], + [ + "Ġwar", + "m" + ], + [ + "Ġfollow", + "ed" + ], + [ + "Ġgl", + "ass" + ], + [ + "i", + "ar" + ], + [ + "Ġen", + "joy" + ], + [ + "Ġsh", + "ut" + ], + [ + "Ġchan", + "ged" + ], + [ + "Ġst", + "at" + ], + [ + "r", + "is" + ], + [ + "r", + "ay" + ], + [ + "Ġstop", + "ped" + ], + [ + "im", + "a" + ], + [ + "itc", + "hen" + ], + [ + "Ġstand", + "ing" + ], + [ + "le", + "x" + ], + [ + "ant", + "o" + ], + [ + "ph", + "one" + ], + [ + "S", + "e" + ], + [ + "osp", + "ital" + ], + [ + "ci", + "ally" + ], + [ + "om", + "b" + ], + [ + "Ġju", + "ice" + ], + [ + "ĠR", + "ep" + ], + [ + "ll", + "ustr" + ], + [ + "M", + "aybe" + ], + [ + "ff", + "ic" + ], + [ + "Ġw", + "ild" + ], + [ + "Ġa", + "in" + ], + [ + "re", + "m" + ], + [ + "Ġch", + "ick" + ], + [ + "ter", + "day" + ], + [ + "Ġpre", + "tend" + ], + [ + "Ġin", + "stead" + ], + [ + "H", + "ello" + ], + [ + "Ġdec", + "ided" + ], + [ + "oo", + "p" + ], + [ + "Ġcr", + "ay" + ], + [ + "Ġb", + "ow" + ], + [ + "Ġv", + "an" + ], + [ + "Ġta", + "pe" + ], + [ + "ra", + "b" + ], + [ + "o", + "int" + ], + [ + "no", + "on" + ], + [ + "Ġim", + "ag" + ], + [ + "Ġme", + "ant" + ], + [ + "Ġany", + "way" + ], + [ + "Ġtell", + "ing" + ], + [ + "Ġprof", + "ess" + ], + [ + "ĠY", + "OU" + ], + [ + "L", + "E" + ], + [ + "Ġhung", + "ry" + ], + [ + "Ġwh", + "om" + ], + [ + "un", + "ity" + ], + [ + "re", + "r" + ], + [ + "Ġton", + "ight" + ], + [ + "Ġli", + "e" + ], + [ + "ĠM", + "art" + ], + [ + "Ġbro", + "ke" + ], + [ + "Ġcon", + "cer" + ], + [ + "ĠM", + "ommy" + ], + [ + "ĠM", + "ary" + ], + [ + "ce", + "ed" + ], + [ + "ras", + "er" + ], + [ + "ĠS", + "ome" + ], + [ + "A", + "ny" + ], + [ + "Ġcare", + "er" + ], + [ + "ĠCap", + "tain" + ], + [ + "b", + "it" + ], + [ + "Ġus", + "ing" + ], + [ + "Ġpro", + "gram" + ], + [ + "Ġfollow", + "ing" + ], + [ + "ĠM", + "y" + ], + [ + "Ġb", + "an" + ], + [ + "la", + "imed" + ], + [ + "ĠL", + "ondon" + ], + [ + "ant", + "a" + ], + [ + "Ġdis", + "app" + ], + [ + "Ġpr", + "act" + ], + [ + "Ġse", + "ason" + ], + [ + "ĠS", + "ha" + ], + [ + "Ġsupp", + "osed" + ], + [ + "Ġinde", + "ed" + ], + [ + "Ġc", + "ool" + ], + [ + "Ġlangu", + "age" + ], + [ + "Ġpu", + "pp" + ], + [ + "C", + "h" + ], + [ + "m", + "other" + ], + [ + "m", + "aybe" + ], + [ + "Ġp", + "on" + ], + [ + "Ġmil", + "es" + ], + [ + "A", + "r" + ], + [ + "Ġpr", + "ison" + ], + [ + "Ġb", + "right" + ], + [ + "Ġst", + "range" + ], + [ + "s", + "ay" + ], + [ + "Ġs", + "ac" + ], + [ + "i", + "od" + ], + [ + "Ġe", + "lla" + ], + [ + "Ġadd", + "ed" + ], + [ + "Ġwhat", + "ever" + ], + [ + "Ġk", + "itchen" + ], + [ + "Ġbreak", + "fast" + ], + [ + "look", + "s" + ], + [ + "Ġcar", + "ry" + ], + [ + "Ġg", + "arden" + ], + [ + "Ġex", + "ample" + ], + [ + "Ġcare", + "ful" + ], + [ + "est", + "o" + ], + [ + "Ġwork", + "s" + ], + [ + "ĠP", + "eter" + ], + [ + "Ġp", + "ort" + ], + [ + "Ġr", + "ide" + ], + [ + "per", + "o" + ], + [ + "ci", + "p" + ], + [ + "bo", + "x" + ], + [ + "ill", + "s" + ], + [ + "Ġprot", + "ect" + ], + [ + "ĠA", + "b" + ], + [ + "Ġpos", + "ition" + ], + [ + "Ġs", + "outh" + ], + [ + "Ġpie", + "ces" + ], + [ + "im", + "ent" + ], + [ + "Ġdes", + "cri" + ], + [ + "id", + "ence" + ], + [ + "il", + "ed" + ], + [ + "O", + "r" + ], + [ + "em", + "pt" + ], + [ + "b", + "ur" + ], + [ + "Ġinclud", + "ing" + ], + [ + "ast", + "e" + ], + [ + "Ġwor", + "ry" + ], + [ + "Ġa", + "ut" + ], + [ + "Ġd", + "ÃŃa" + ], + [ + "y", + "n" + ], + [ + "ĠJ", + "e" + ], + [ + "ou", + "l" + ], + [ + "ĠA", + "ustral" + ], + [ + "ĠP", + "at" + ], + [ + "Ġfor", + "t" + ], + [ + "Ġmid", + "dle" + ], + [ + "Ġcon", + "d" + ], + [ + "Ġsa", + "ve" + ], + [ + "Ġsw", + "im" + ], + [ + "Ġfell", + "ow" + ], + [ + "Ġhe", + "avy" + ], + [ + "Ġbot", + "tom" + ], + [ + "Ġto", + "t" + ], + [ + "Ġwr", + "ote" + ], + [ + "ad", + "or" + ], + [ + "Ġbe", + "ll" + ], + [ + "Ġot", + "ro" + ], + [ + "Ġleg", + "s" + ], + [ + "Ġturn", + "s" + ], + [ + "ĠE", + "st" + ], + [ + "Ġb", + "ab" + ], + [ + "ar", + "o" + ], + [ + "Ġll", + "eg" + ], + [ + "Ġany", + "one" + ], + [ + "t", + "ime" + ], + [ + "w", + "ould" + ], + [ + "Ġtr", + "ack" + ], + [ + "Ġn", + "in" + ], + [ + "Ġs", + "illy" + ], + [ + "Ġafter", + "noon" + ], + [ + "uth", + "or" + ], + [ + "ĠR", + "uss" + ], + [ + "Ġear", + "th" + ], + [ + "Ġb", + "ase" + ], + [ + "Ġlear", + "n" + ], + [ + "Ġc", + "ake" + ], + [ + "Ġde", + "fe" + ], + [ + "ĠB", + "y" + ], + [ + "Ġte", + "acher" + ], + [ + "Ġmuch", + "o" + ], + [ + "Ġent", + "re" + ], + [ + "b", + "les" + ], + [ + "Ġfar", + "m" + ], + [ + "ad", + "as" + ], + [ + "ĠC", + "ity" + ], + [ + "Ġme", + "mbers" + ], + [ + "ĠW", + "ell" + ], + [ + "Ġcomple", + "te" + ], + [ + "ĠS", + "te" + ], + [ + "j", + "os" + ], + [ + "Ġbl", + "ow" + ], + [ + "Ġcont", + "rol" + ], + [ + ",", + "'" + ], + [ + "ĠInd", + "ian" + ], + [ + "Ġbre", + "ad" + ], + [ + "Ġfam", + "il" + ], + [ + "v", + "ol" + ], + [ + "ĠT", + "O" + ], + [ + "l", + "ie" + ], + [ + "y", + "o" + ], + [ + "d", + "ie" + ], + [ + "Ġp", + "ark" + ], + [ + "Ġwee", + "ks" + ], + [ + "Ġp", + "ack" + ], + [ + "el", + "o" + ], + [ + "ĠW", + "est" + ], + [ + "Ġgu", + "ard" + ], + [ + "Ġh", + "ig" + ], + [ + "a", + "x" + ], + [ + "Ġu", + "no" + ], + [ + "e", + "ge" + ], + [ + "Ġex", + "cept" + ], + [ + "ĠD", + "an" + ], + [ + "a", + "u" + ], + [ + "Ġhe", + "ll" + ], + [ + "ig", + "g" + ], + [ + "Ġha", + "c" + ], + [ + "Ġne", + "ck" + ], + [ + "Ġwh", + "is" + ], + [ + "Ġhist", + "ory" + ], + [ + "Ġwh", + "ose" + ], + [ + "w", + "ork" + ], + [ + "Ġchar", + "acter" + ], + [ + "ĠN", + "ational" + ], + [ + "Ġhapp", + "ens" + ], + [ + "Ġgr", + "an" + ], + [ + "Ġex", + "actly" + ], + [ + "ol", + "es" + ], + [ + "ĠD", + "r" + ], + [ + "Ġqu", + "ar" + ], + [ + "Ġha", + "ce" + ], + [ + "tern", + "ational" + ], + [ + "Ġcap", + "ital" + ], + [ + "is", + "hing" + ], + [ + "ĠB", + "et" + ], + [ + "Ġra", + "in" + ], + [ + "ĠW", + "h" + ], + [ + "ĠA", + "ng" + ], + [ + "Ġm", + "ajor" + ], + [ + "Ġbel", + "ong" + ], + [ + "ic", + "as" + ], + [ + "Ġb", + "ought" + ], + [ + "Ġsp", + "ace" + ], + [ + "Ġexc", + "laimed" + ], + [ + "ch", + "ild" + ], + [ + "S", + "ee" + ], + [ + "ĠThe", + "se" + ], + [ + "bo", + "ard" + ], + [ + "al", + "t" + ], + [ + "id", + "s" + ], + [ + "ffe", + "e" + ], + [ + "Ġde", + "j" + ], + [ + "ord", + "ing" + ], + [ + "Ġ3", + "0" + ], + [ + "Ġpop", + "ulation" + ], + [ + "ĠCom", + "m" + ], + [ + "Ġg", + "as" + ], + [ + "um", + "ent" + ], + [ + "am", + "ent" + ], + [ + "Ġho", + "le" + ], + [ + "Ġg", + "iving" + ], + [ + "ĠM", + "at" + ], + [ + "Ġb", + "urn" + ], + [ + "te", + "red" + ], + [ + "Ġpop", + "ular" + ], + [ + "Ġd", + "ig" + ], + [ + "ic", + "le" + ], + [ + "s", + "inging" + ], + [ + "Ġle", + "vel" + ], + [ + "ĠA", + "N" + ], + [ + "p", + "re" + ], + [ + "n", + "el" + ], + [ + "o", + "ver" + ], + [ + "itt", + "ed" + ], + [ + "Ġcir", + "c" + ], + [ + "Ġdoub", + "t" + ], + [ + "oun", + "cil" + ], + [ + "e", + "k" + ], + [ + "if", + "ied" + ], + [ + "Ġtr", + "uth" + ], + [ + "Ġcertain", + "ly" + ], + [ + "art", + "y" + ], + [ + "Ġyes", + "terday" + ], + [ + "ĠT", + "H" + ], + [ + "Ġv", + "ide" + ], + [ + "u", + "k" + ], + [ + "D", + "addy" + ], + [ + "re", + "y" + ], + [ + "Ġext", + "ra" + ], + [ + "Ġbut", + "ter" + ], + [ + "ĠC", + "hi" + ], + [ + "Ġhold", + "ing" + ], + [ + "Ġl", + "ab" + ], + [ + "ÃŃ", + "s" + ], + [ + "Ġfig", + "ure" + ], + [ + "Ġc", + "and" + ], + [ + "Ġsit", + "u" + ], + [ + "Ġwor", + "th" + ], + [ + "g", + "ive" + ], + [ + "Ġwatch", + "ing" + ], + [ + "ĠW", + "ith" + ], + [ + "Ġa", + "v" + ], + [ + "ĠO", + "F" + ], + [ + "i", + "ers" + ], + [ + "ig", + "u" + ], + [ + "r", + "ar" + ], + [ + "W", + "h" + ], + [ + "Ġt", + "ail" + ], + [ + "Ġserv", + "ice" + ], + [ + "Ġrece", + "ived" + ], + [ + "Ġbr", + "own" + ], + [ + "Ġf", + "ail" + ], + [ + "Ġp", + "ad" + ], + [ + "Ġp", + "ens" + ], + [ + "Ġch", + "urch" + ], + [ + "Â", + "ł" + ], + [ + "Ġcent", + "ury" + ], + [ + "Ġse", + "ll" + ], + [ + "ĠI", + "N" + ], + [ + "ug", + "g" + ], + [ + "o", + "ke" + ], + [ + "ĠN", + "ot" + ], + [ + "if", + "t" + ], + [ + "il", + "ar" + ], + [ + "Ġt", + "ick" + ], + [ + "y", + "ed" + ], + [ + "Ġh", + "ospital" + ], + [ + "ill", + "e" + ], + [ + "s", + "it" + ], + [ + "Ġstre", + "et" + ], + [ + "Ġn", + "ada" + ], + [ + "Ġde", + "b" + ], + [ + "Ġhas", + "n" + ], + [ + "o", + "f" + ], + [ + "Ġha", + "ll" + ], + [ + "Ġbe", + "g" + ], + [ + "ĠPres", + "ident" + ], + [ + "Ġca", + "use" + ], + [ + "S", + "I" + ], + [ + "gr", + "ound" + ], + [ + "Ġcar", + "ried" + ], + [ + "Ġqu", + "ed" + ], + [ + "ic", + "ian" + ], + [ + "Ġdist", + "rict" + ], + [ + "Ġdes", + "ign" + ], + [ + "mb", + "re" + ], + [ + "Ġg", + "en" + ], + [ + "Ġcomp", + "et" + ], + [ + "har", + "d" + ], + [ + "a", + "red" + ], + [ + "Ġe", + "mb" + ], + [ + "ĠM", + "ag" + ], + [ + "Ġcap", + "tain" + ], + [ + "Ġent", + "er" + ], + [ + "Ġll", + "am" + ], + [ + "Ġm", + "al" + ], + [ + "es", + "tern" + ], + [ + "Ġst", + "uck" + ], + [ + "pp", + "ing" + ], + [ + "Ġm", + "ach" + ], + [ + "ĠC", + "ent" + ], + [ + "Ġpres", + "ident" + ], + [ + "ĠL", + "ord" + ], + [ + "Ġsum", + "mer" + ], + [ + "Ġdiffic", + "ult" + ], + [ + "and", + "a" + ], + [ + "Ġse", + "x" + ], + [ + "Ġk", + "n" + ], + [ + "ĠAmer", + "ica" + ], + [ + "Ġpare", + "nts" + ], + [ + "or", + "ia" + ], + [ + "h", + "ouse" + ], + [ + "em", + "os" + ], + [ + "CH", + "AP" + ], + [ + "Ġcomp", + "an" + ], + [ + "ber", + "t" + ], + [ + "w", + "ow" + ], + [ + "ress", + "ed" + ], + [ + "Ġor", + "ange" + ], + [ + "m", + "ie" + ], + [ + "Ġ", + "vers" + ], + [ + "Ġd", + "ue" + ], + [ + "Ġah", + "ÃŃ" + ], + [ + "Ġl", + "unch" + ], + [ + "Ġsome", + "where" + ], + [ + "ust", + "ed" + ], + [ + "Ġes", + "p" + ], + [ + "CHAP", + "TER" + ], + [ + "itt", + "y" + ], + [ + "Ġseñ", + "or" + ], + [ + "s", + "c" + ], + [ + "ha", + "el" + ], + [ + "Ġli", + "ft" + ], + [ + "Ġapp", + "eared" + ], + [ + "Ġfin", + "al" + ], + [ + "Ġper", + "iod" + ], + [ + "oun", + "ter" + ], + [ + "i", + "us" + ], + [ + "1", + "8" + ], + [ + "Ġsp", + "ir" + ], + [ + "ĠG", + "u" + ], + [ + "Ġpu", + "es" + ], + [ + "-", + "¡" + ], + [ + "ĠGeor", + "ge" + ], + [ + "U", + "B" + ], + [ + "Ġcon", + "vers" + ], + [ + "Ġlea", + "ving" + ], + [ + "Ġcur", + "rent" + ], + [ + "d", + "d" + ], + [ + "Ġmo", + "ving" + ], + [ + "iz", + "ation" + ], + [ + "an", + "cy" + ], + [ + "Ġot", + "ra" + ], + [ + "Ġ", + "ought" + ], + [ + "Ġcontin", + "ued" + ], + [ + "Ġtr", + "ad" + ], + [ + "u", + "ch" + ], + [ + "Ġf", + "at" + ], + [ + "1", + "0" + ], + [ + "EC", + "T" + ], + [ + "Ġr", + "ul" + ], + [ + "Ġne", + "igh" + ], + [ + "Ġpict", + "ures" + ], + [ + "Ġ2", + "5" + ], + [ + "re", + "et" + ], + [ + ",", + "--" + ], + [ + "I", + "llustr" + ], + [ + "Ġp", + "un" + ], + [ + "Ġcoll", + "ect" + ], + [ + "ĠM", + "ad" + ], + [ + "t", + "urn" + ], + [ + "Ġspo", + "ke" + ], + [ + "Ġs", + "ense" + ], + [ + "Ġbus", + "y" + ], + [ + "Ġt", + "all" + ], + [ + "ĠA", + "fr" + ], + [ + "ug", + "ar" + ], + [ + "Ġqu", + "ie" + ], + [ + "C", + "l" + ], + [ + "ven", + "ga" + ], + [ + "Ġfl", + "owers" + ], + [ + "Ġf", + "le" + ], + [ + "j", + "e" + ], + [ + "he", + "t" + ], + [ + "Ġreco", + "gn" + ], + [ + "el", + "a" + ], + [ + "Ġre", + "ach" + ], + [ + "Ġpl", + "ant" + ], + [ + "ri", + "but" + ], + [ + "Ġcomm", + "une" + ], + [ + "Ġte", + "eth" + ], + [ + "Ġv", + "ict" + ], + [ + "Ġsudden", + "ly" + ], + [ + "Ġfin", + "ish" + ], + [ + "Ġâ", + "Ĩ" + ], + [ + "il", + "ing" + ], + [ + "Ġfur", + "ther" + ], + [ + "Ġf", + "uer" + ], + [ + "im", + "in" + ], + [ + "Ġall", + "owed" + ], + [ + "l", + "ight" + ], + [ + "Ġevery", + "one" + ], + [ + "Ġf", + "res" + ], + [ + "ig", + "er" + ], + [ + "Ġw", + "ide" + ], + [ + "it", + "ar" + ], + [ + "ĠW", + "hy" + ], + [ + "Ġfif", + "ty" + ], + [ + "b", + "ers" + ], + [ + "mp", + "ions" + ], + [ + "c", + "her" + ], + [ + "ient", + "e" + ], + [ + "Ġlaugh", + "s" + ], + [ + "Ġ19", + "2" + ], + [ + "Ġres", + "pect" + ], + [ + "Ġor", + "d" + ], + [ + "Ġm", + "ira" + ], + [ + "ou", + "ra" + ], + [ + "Ġr", + "ub" + ], + [ + "ear", + "s" + ], + [ + "le", + "ct" + ], + [ + "a", + "qu" + ], + [ + "ĠL", + "o" + ], + [ + "Ġm", + "ix" + ], + [ + "Ġbe", + "at" + ], + [ + "Ġpri", + "v" + ], + [ + "Ġb", + "ased" + ], + [ + "Ġinc", + "re" + ], + [ + "as", + "hing" + ], + [ + "Ġn", + "orm" + ], + [ + "ĠQ", + "ue" + ], + [ + "Ġf", + "ut" + ], + [ + "um", + "e" + ], + [ + "Ġany", + "more" + ], + [ + "c", + "use" + ], + [ + "Ġbegin", + "ning" + ], + [ + "ed", + "er" + ], + [ + "med", + "i" + ], + [ + "m", + "it" + ], + [ + "Ġc", + "ard" + ], + [ + "Ġac", + "cept" + ], + [ + "Ġcreat", + "ed" + ], + [ + "Ġal", + "g" + ], + [ + "Ġes", + "e" + ], + [ + "ell", + "a" + ], + [ + "ĠM", + "ark" + ], + [ + "Ġwalk", + "ed" + ], + [ + "w", + "ill" + ], + [ + "ac", + "ing" + ], + [ + "po", + "ints" + ], + [ + "y", + "d" + ], + [ + "Ġt", + "iemp" + ], + [ + "Ġlo", + "ck" + ], + [ + "ac", + "y" + ], + [ + "Ġ201", + "8" + ], + [ + "Ġin", + "fl" + ], + [ + "Ġcom", + "fort" + ], + [ + "Ġg", + "ames" + ], + [ + "Ġmo", + "v" + ], + [ + "Ġty", + "pe" + ], + [ + "u", + "it" + ], + [ + "Ġni", + "ño" + ], + [ + "it", + "ions" + ], + [ + "Ġele", + "pha" + ], + [ + "oun", + "ced" + ], + [ + "Ġany", + "body" + ], + [ + "G", + "r" + ], + [ + "Ġn", + "a" + ], + [ + "Ġcar", + "s" + ], + [ + "ĠE", + "x" + ], + [ + "Ġpu", + "zz" + ], + [ + "T", + "ake" + ], + [ + "vie", + "w" + ], + [ + "p", + "ap" + ], + [ + "ĠC", + "o" + ], + [ + "Illustr", + "ation" + ], + [ + "Ġj", + "our" + ], + [ + "ic", + "ed" + ], + [ + "Ġal", + "though" + ], + [ + "Ġent", + "onces" + ], + [ + "H", + "is" + ], + [ + "olog", + "y" + ], + [ + "W", + "ait" + ], + [ + "f", + "ield" + ], + [ + "Ġc", + "ult" + ], + [ + "e", + "ch" + ], + [ + "ir", + "m" + ], + [ + "i", + "res" + ], + [ + "w", + "ant" + ], + [ + "Ġg", + "ar" + ], + [ + "Ġgr", + "ass" + ], + [ + "unic", + "ip" + ], + [ + "��", + "��" + ], + [ + "Ġt", + "ur" + ], + [ + "Ġa", + "uthor" + ], + [ + "ÃŃ", + "o" + ], + [ + "E", + "st" + ], + [ + "id", + "os" + ], + [ + "Ġplay", + "s" + ], + [ + "ĠBr", + "own" + ], + [ + "a", + "f" + ], + [ + "1", + "1" + ], + [ + "hy", + "s" + ], + [ + "Ġwere", + "n" + ], + [ + "g", + "ie" + ], + [ + "ĠR", + "oman" + ], + [ + "Ġfe", + "ed" + ], + [ + "t", + "ell" + ], + [ + "Ġcom", + "pl" + ], + [ + "Ġhors", + "es" + ], + [ + "Ġli", + "kes" + ], + [ + "gas", + "ps" + ], + [ + "ĠD", + "avid" + ], + [ + "Ġco", + "ffee" + ], + [ + "ĠM", + "other" + ], + [ + "Ġr", + "ace" + ], + [ + "T", + "HE" + ], + [ + "Ġfing", + "er" + ], + [ + "Ġth", + "irty" + ], + [ + "Ġbot", + "tle" + ], + [ + "em", + "át" + ], + [ + "M", + "E" + ], + [ + "Ġloc", + "al" + ], + [ + "Ġrem", + "ark" + ], + [ + "Ġrep", + "resent" + ], + [ + "Ġse", + "lf" + ], + [ + "iz", + "es" + ], + [ + "Ġd", + "ry" + ], + [ + "Ġpol", + "ic" + ], + [ + "à", + "²" + ], + [ + "Ġb", + "a" + ], + [ + "Ġ202", + "1" + ], + [ + "iv", + "il" + ], + [ + "i", + "pe" + ], + [ + "Ġm", + "aster" + ], + [ + "so", + "ci" + ], + [ + "Ġé", + "ste" + ], + [ + "Ġat", + "e" + ], + [ + "ra", + "ft" + ], + [ + "Ġp", + "ounds" + ], + [ + "Ġh", + "oney" + ], + [ + "Ġsee", + "ing" + ], + [ + "Ġse", + "par" + ], + [ + "Ġst", + "ore" + ], + [ + "Ġcorn", + "er" + ], + [ + "Ġed", + "uc" + ], + [ + "Ġact", + "iv" + ], + [ + "ask", + "et" + ], + [ + "ĠP", + "aul" + ], + [ + "s", + "ings" + ], + [ + "Ġv", + "oy" + ], + [ + "ĠL", + "ea" + ], + [ + "Ġit", + "self" + ], + [ + "u", + "ge" + ], + [ + "M", + "ar" + ], + [ + "ri", + "an" + ], + [ + "Ġla", + "ug" + ], + [ + "I", + "C" + ], + [ + "Ġw", + "et" + ], + [ + "Ġc", + "rying" + ], + [ + "Ġsp", + "ot" + ], + [ + "ol", + "ved" + ], + [ + "Ġcom", + "b" + ], + [ + "e", + "al" + ], + [ + "Ġacc", + "ount" + ], + [ + "Ġfil", + "m" + ], + [ + "Ġdro", + "pped" + ], + [ + "i", + "est" + ], + [ + "Ġent", + "ire" + ], + [ + "Ġpart", + "s" + ], + [ + "el", + "ve" + ], + [ + "Ġex", + "am" + ], + [ + "Ġinform", + "ation" + ], + [ + "ous", + "ly" + ], + [ + "T", + "hanks" + ], + [ + "ill", + "o" + ], + [ + "ĠP", + "ol" + ], + [ + "no", + "ise" + ], + [ + "ol", + "ute" + ], + [ + "L", + "T" + ], + [ + "Ġr", + "id" + ], + [ + "Ġp", + "et" + ], + [ + "Ġb", + "ank" + ], + [ + "Ġj", + "ud" + ], + [ + "iss", + "ion" + ], + [ + "Ġlet", + "ters" + ], + [ + "ri", + "age" + ], + [ + "Ġl", + "oud" + ], + [ + "Ġwalk", + "ing" + ], + [ + "Ġlaug", + "hed" + ], + [ + "Ġsha", + "pe" + ], + [ + "Ġcon", + "v" + ], + [ + "ist", + "e" + ], + [ + "c", + "lock" + ], + [ + "Ġj", + "ack" + ], + [ + "k", + "a" + ], + [ + "Ġdist", + "ance" + ], + [ + "os", + "h" + ], + [ + "Ġhold", + "s" + ], + [ + "l", + "in" + ], + [ + "Ġcomp", + "ut" + ], + [ + "Ġpued", + "e" + ], + [ + "Ġv", + "ac" + ], + [ + "C", + "om" + ], + [ + "P", + "er" + ], + [ + "Ġth", + "ou" + ], + [ + "Ġv", + "es" + ], + [ + "ru", + "pt" + ], + [ + "Ġal", + "go" + ], + [ + "Ġl", + "ose" + ], + [ + "Ġdes", + "pués" + ], + [ + "Ġspe", + "nd" + ], + [ + "it", + "es" + ], + [ + "ĠBl", + "ack" + ], + [ + "M", + "um" + ], + [ + "1", + "2" + ], + [ + "as", + "ant" + ], + [ + "ĠGerman", + "y" + ], + [ + "ĠL", + "ou" + ], + [ + "o", + "ff" + ], + [ + "p", + "lease" + ], + [ + "ĠA", + "unt" + ], + [ + "w", + "ood" + ], + [ + "ĠR", + "o" + ], + [ + "Ġ", + "$" + ], + [ + "Ġ", + "âĮ" + ], + [ + "ener", + "al" + ], + [ + "L", + "L" + ], + [ + "Ġche", + "ese" + ], + [ + "Ġatt", + "ention" + ], + [ + "Ġp", + "ush" + ], + [ + "ound", + "ed" + ], + [ + "raz", + "y" + ], + [ + "Ġcount", + "y" + ], + [ + "Ġpick", + "s" + ], + [ + "Ġmeet", + "ing" + ], + [ + "j", + "or" + ], + [ + "Ġfam", + "ous" + ], + [ + "it", + "ive" + ], + [ + "ĠHow", + "ever" + ], + [ + "Ġtiemp", + "o" + ], + [ + "Ġf", + "re" + ], + [ + "Ġne", + "cess" + ], + [ + "Ġg", + "rew" + ], + [ + "Ġhe", + "alth" + ], + [ + "Ġc", + "ómo" + ], + [ + "Ġsm", + "ell" + ], + [ + "ĠM", + "on" + ], + [ + "et", + "a" + ], + [ + "Ġmo", + "on" + ], + [ + "Ġfuck", + "ing" + ], + [ + "Ġvide", + "o" + ], + [ + "ress", + "ion" + ], + [ + "w", + "his" + ], + [ + "Ġs", + "la" + ], + [ + "S", + "orry" + ], + [ + "Ġdec", + "ir" + ], + [ + "s", + "y" + ], + [ + "hi", + "ps" + ], + [ + "Ġa", + "st" + ], + [ + "ed", + "dy" + ], + [ + "gg", + "y" + ], + [ + "it", + "ary" + ], + [ + "Ġcount", + "ries" + ], + [ + "Ġpo", + "ck" + ], + [ + "y", + "le" + ], + [ + "Ġt", + "it" + ], + [ + "Ġdon", + "de" + ], + [ + "ĠSp", + "an" + ], + [ + "Ġwr", + "iting" + ], + [ + "Ġnatur", + "al" + ], + [ + "W", + "ill" + ], + [ + "Ġfor", + "ce" + ], + [ + "Ġpl", + "ate" + ], + [ + "ĠS", + "an" + ], + [ + "ĠA", + "nt" + ], + [ + "Ġcl", + "a" + ], + [ + "Ġra", + "bb" + ], + [ + "Ġ2", + "4" + ], + [ + "b", + "aby" + ], + [ + "ĠN", + "in" + ], + [ + "n", + "es" + ], + [ + "Ġdel", + "ight" + ], + [ + "Ġd", + "at" + ], + [ + "i", + "ant" + ], + [ + "y", + "ep" + ], + [ + "Ġter", + "rible" + ], + [ + "Ġcap", + "t" + ], + [ + "Ġar", + "my" + ], + [ + "Ġinv", + "est" + ], + [ + "Ġsil", + "ence" + ], + [ + "Ġsk", + "y" + ], + [ + "Ġter", + "m" + ], + [ + "Ġspe", + "cies" + ], + [ + "J", + "ECT" + ], + [ + "Ġlea", + "ves" + ], + [ + "z", + "o" + ], + [ + "Ġqu", + "er" + ], + [ + "pe", + "red" + ], + [ + "Ġli", + "ked" + ], + [ + "s", + "p" + ], + [ + "con", + "om" + ], + [ + "ĠN", + "e" + ], + [ + "Ġenc", + "ont" + ], + [ + "Ġp", + "an" + ], + [ + "ĠB", + "ill" + ], + [ + "M", + "ommy" + ], + [ + "is", + "f" + ], + [ + "Ġe", + "ars" + ], + [ + "ĠHar", + "ry" + ], + [ + "ĠM", + "ot" + ], + [ + "n", + "ame" + ], + [ + "âĮ", + "ĭ" + ], + [ + "u", + "nder" + ], + [ + "Ġchick", + "en" + ], + [ + "Ġc", + "ell" + ], + [ + "Ġwas", + "h" + ], + [ + "Ġatt", + "empt" + ], + [ + "Ġm", + "atch" + ], + [ + "Ġcomm", + "and" + ], + [ + "ist", + "ed" + ], + [ + "âĮ", + "ī" + ], + [ + "Ġn", + "ames" + ], + [ + "Ġcu", + "ent" + ], + [ + "k", + "in" + ], + [ + "L", + "ike" + ], + [ + "s", + "a" + ], + [ + "de", + "red" + ], + [ + "Ġfavor", + "ite" + ], + [ + "Ġp", + "ers" + ], + [ + "ad", + "s" + ], + [ + "Ġme", + "m" + ], + [ + "S", + "UB" + ], + [ + "a", + "ff" + ], + [ + "Ġpo", + "co" + ], + [ + "Ġsil", + "ver" + ], + [ + "il", + "s" + ], + [ + "Ġc", + "ream" + ], + [ + "Ġm", + "ention" + ], + [ + "Ġver", + "dad" + ], + [ + "SUB", + "JECT" + ], + [ + "p", + "ly" + ], + [ + "Ġinclud", + "e" + ], + [ + "Ġb", + "ull" + ], + [ + "Ġan", + "x" + ], + [ + "Ġst", + "ars" + ], + [ + "C", + "AR" + ], + [ + "Ġbir", + "ds" + ], + [ + "ĠG", + "ood" + ], + [ + "omet", + "imes" + ], + [ + "Ġd", + "ance" + ], + [ + "k", + "now" + ], + [ + "Ġtr", + "ust" + ], + [ + "Ġh", + "ost" + ], + [ + ".", + "_" + ], + [ + "ĠE", + "m" + ], + [ + "Ġegg", + "s" + ], + [ + "B", + "y" + ], + [ + "le", + "an" + ], + [ + "ĠS", + "m" + ], + [ + "Ġrel", + "ig" + ], + [ + "ast", + "ic" + ], + [ + "ĠL", + "os" + ], + [ + "Ġshow", + "ed" + ], + [ + "at", + "ter" + ], + [ + "Ġp", + "el" + ], + [ + "Ġen", + "v" + ], + [ + "ĠH", + "elen" + ], + [ + "ri", + "a" + ], + [ + "er", + "ry" + ], + [ + "ĠInd", + "ia" + ], + [ + "ĠWill", + "iam" + ], + [ + "Ġdest", + "ro" + ], + [ + "ut", + "y" + ], + [ + "Ġneed", + "ed" + ], + [ + "ort", + "s" + ], + [ + "Ġcab", + "e" + ], + [ + "ie", + "l" + ], + [ + "\"", + ")" + ], + [ + "Ġh", + "ous" + ], + [ + "Ġacc", + "ident" + ], + [ + "Ġp", + "ink" + ], + [ + "u", + "x" + ], + [ + "ab", + "les" + ], + [ + "Ġt", + "res" + ], + [ + "ck", + "s" + ], + [ + "Ġph", + "ot" + ], + [ + "ra", + "ph" + ], + [ + "Ġne", + "g" + ], + [ + "Ġa", + "y" + ], + [ + "S", + "O" + ], + [ + "Ġ201", + "9" + ], + [ + "Ġvi", + "ol" + ], + [ + "I", + "D" + ], + [ + "Ġis", + "s" + ], + [ + "Ġsub", + "ject" + ], + [ + "b", + "out" + ], + [ + "f", + "ly" + ], + [ + "O", + "K" + ], + [ + "t", + "ake" + ], + [ + "b", + "an" + ], + [ + "Ġinterest", + "ing" + ], + [ + "om", + "in" + ], + [ + "Ġcr", + "ow" + ], + [ + "Ġl", + "uego" + ], + [ + "ce", + "ll" + ], + [ + "Ġten", + "ÃŃa" + ], + [ + "ill", + "er" + ], + [ + "Ġwonder", + "ful" + ], + [ + "a", + "ven" + ], + [ + "ó", + "lo" + ], + [ + "Ġf", + "em" + ], + [ + "Ġpa", + "id" + ], + [ + "Ġsim", + "ilar" + ], + [ + "are", + "nt" + ], + [ + "ut", + "s" + ], + [ + "Ġinterest", + "ed" + ], + [ + "Ġquest", + "ions" + ], + [ + "ĠF", + "raser" + ], + [ + "s", + "et" + ], + [ + "ĠL", + "et" + ], + [ + "Ġs", + "le" + ], + [ + "ar", + "th" + ], + [ + "Ġke", + "y" + ], + [ + "Ġfut", + "ure" + ], + [ + "Ġm", + "ass" + ], + [ + "ĠJ", + "ames" + ], + [ + "Ġmu", + "cha" + ], + [ + "Ġpe", + "que" + ], + [ + "Ġcray", + "on" + ], + [ + "ADU", + "LT" + ], + [ + "Ġcon", + "ne" + ], + [ + "Ġfin", + "ally" + ], + [ + "Ġal", + "ive" + ], + [ + "p", + "ardon" + ], + [ + "Ġe", + "ll" + ], + [ + "Ġhab", + "it" + ], + [ + "Ġchar", + "ge" + ], + [ + "ĠD", + "ad" + ], + [ + "Ġshould", + "n" + ], + [ + "Ġen", + "er" + ], + [ + "w", + "anna" + ], + [ + "1", + "5" + ], + [ + "ĠH", + "en" + ], + [ + "h", + "ood" + ], + [ + "ĠB", + "illy" + ], + [ + "T", + "ell" + ], + [ + "Ġe", + "p" + ], + [ + "uh", + "oh" + ], + [ + "ar", + "io" + ], + [ + "L", + "A" + ], + [ + "Ġl", + "ying" + ], + [ + "Ġsc", + "r" + ], + [ + "Ġwe", + "l" + ], + [ + "ust", + "om" + ], + [ + "anc", + "ing" + ], + [ + "ĠJ", + "o" + ], + [ + "Ġm", + "unicip" + ], + [ + "ĠG", + "reat" + ], + [ + "ĠU", + "S" + ], + [ + "p", + "ues" + ], + [ + "is", + "a" + ], + [ + "if", + "orn" + ], + [ + "Ġbel", + "ow" + ], + [ + "v", + "iously" + ], + [ + "Ġspe", + "ed" + ], + [ + "Ġst", + "ub" + ], + [ + "ĠR", + "iver" + ], + [ + "er", + "c" + ], + [ + "Ġser", + "ious" + ], + [ + "Ġb", + "ene" + ], + [ + "os", + "o" + ], + [ + "Ġhat", + "e" + ], + [ + "Ġlaugh", + "ing" + ], + [ + "Ġthe", + "e" + ], + [ + "Ġg", + "ives" + ], + [ + "Ġn", + "one" + ], + [ + "Ġn", + "ue" + ], + [ + "land", + "s" + ], + [ + "w", + "ait" + ], + [ + "Ġshe", + "ep" + ], + [ + "Ġm", + "m" + ], + [ + "Ġread", + "ing" + ], + [ + "-", + "." + ], + [ + "ober", + "t" + ], + [ + "Ġstart", + "s" + ], + [ + "f", + "in" + ], + [ + "ot", + "a" + ], + [ + "Ġ", + "Ã" + ], + [ + "Ġ(", + "\"" + ], + [ + "t", + "r" + ], + [ + "E", + "D" + ], + [ + "ag", + "o" + ], + [ + "Ġespe", + "cially" + ], + [ + "Ġs", + "é" + ], + [ + "Ġcl", + "osed" + ], + [ + "Ġoffic", + "er" + ], + [ + "U", + "S" + ], + [ + "Ġc", + "art" + ], + [ + "Ġlo", + "ved" + ], + [ + "Ġproble", + "ms" + ], + [ + "Ġmam", + "á" + ], + [ + "re", + "ct" + ], + [ + "ĠâĨ", + "Ĵ" + ], + [ + "ar", + "m" + ], + [ + "Ġg", + "all" + ], + [ + "Ġc", + "razy" + ], + [ + "Ġd", + "rop" + ], + [ + "Ġ", + "�" + ], + [ + "Ġh", + "ide" + ], + [ + "Ġbr", + "idge" + ], + [ + "Ã", + "¼" + ], + [ + "u", + "ce" + ], + [ + "St", + "op" + ], + [ + "N", + "e" + ], + [ + "eng", + "th" + ], + [ + "l", + "ar" + ], + [ + "le", + "g" + ], + [ + "Ġwhe", + "el" + ], + [ + "Ġfore", + "st" + ], + [ + "ĠJ", + "ust" + ], + [ + "k", + "i" + ], + [ + "Ġpr", + "ay" + ], + [ + "z", + "er" + ], + [ + "Ġm", + "um" + ], + [ + "ur", + "al" + ], + [ + "ĠH", + "ouse" + ], + [ + "ap", + "s" + ], + [ + "Ġk", + "ick" + ], + [ + "Ġm", + "ic" + ], + [ + "ree", + "k" + ], + [ + "iforn", + "ia" + ], + [ + "Ġad", + "ult" + ], + [ + "Ġlar", + "gest" + ], + [ + "Ġpro", + "cess" + ], + [ + "Ġm", + "ater" + ], + [ + "Ġsurpr", + "ise" + ], + [ + "Ġl", + "es" + ], + [ + "Ġv", + "ent" + ], + [ + "oot", + "s" + ], + [ + "Ġh", + "i" + ], + [ + "Ġsca", + "red" + ], + [ + "Ġslow", + "ly" + ], + [ + "Ġr", + "ose" + ], + [ + "Ġcam", + "era" + ], + [ + "omet", + "hing" + ], + [ + "Ġcho", + "col" + ], + [ + "o", + "le" + ], + [ + "n", + "ers" + ], + [ + "tend", + "ed" + ], + [ + "ĠUn", + "cle" + ], + [ + "Ġt", + "our" + ], + [ + "Ġ201", + "7" + ], + [ + "Ġch", + "ief" + ], + [ + "Ġfing", + "ers" + ], + [ + "ver", + "t" + ], + [ + "ĠB", + "on" + ], + [ + "Ġsm", + "ile" + ], + [ + "Ġb", + "asket" + ], + [ + "Ġ2", + "3" + ], + [ + "Ġf", + "ool" + ], + [ + "_", + "," + ], + [ + "is", + "c" + ], + [ + "a", + "i" + ], + [ + "Ġd", + "ónde" + ], + [ + "Ġbig", + "ger" + ], + [ + "Ġrem", + "ain" + ], + [ + "w", + "ise" + ], + [ + "st", + "r" + ], + [ + "Ġd", + "en" + ], + [ + "Ġsha", + "re" + ], + [ + "Ġ202", + "2" + ], + [ + "á", + "nd" + ], + [ + "Ġw", + "est" + ], + [ + "an", + "ced" + ], + [ + "Ġser", + "ved" + ], + [ + "ug", + "s" + ], + [ + "Ġd", + "eter" + ], + [ + "Ġdes", + "p" + ], + [ + "ol", + "id" + ], + [ + "la", + "red" + ], + [ + "H", + "i" + ], + [ + "in", + "ting" + ], + [ + "es", + "o" + ], + [ + "Ġdire", + "ction" + ], + [ + "Ġcab", + "all" + ], + [ + "Ġ", + "ide" + ], + [ + "1", + "7" + ], + [ + "Ġdis", + "p" + ], + [ + "th", + "ree" + ], + [ + "ĠR", + "ob" + ], + [ + "d", + "own" + ], + [ + "Ġshow", + "s" + ], + [ + "Ġg", + "lo" + ], + [ + "AT", + "T" + ], + [ + "al", + "o" + ], + [ + "oc", + "r" + ], + [ + "Ġmon", + "key" + ], + [ + "Ġcour", + "t" + ], + [ + "in", + "ation" + ], + [ + "Ġ", + "Â" + ], + [ + "ar", + "ah" + ], + [ + "ĠP", + "ark" + ], + [ + "Ġre", + "pe" + ], + [ + "ist", + "ory" + ], + [ + "u", + "ct" + ], + [ + "up", + "id" + ], + [ + "Ġse", + "g" + ], + [ + "ci", + "ence" + ], + [ + "Ġhom", + "bre" + ], + [ + "ly", + "mp" + ], + [ + "c", + "ont" + ], + [ + "Ġap", + "art" + ], + [ + "ac", + "hing" + ], + [ + "R", + "Y" + ], + [ + "ĠS", + "er" + ], + [ + "Ġhelp", + "ed" + ], + [ + "Ġag", + "ua" + ], + [ + "Ġr", + "at" + ], + [ + "b", + "ack" + ], + [ + "ier", + "o" + ], + [ + "Ġint", + "ro" + ], + [ + "ed", + "s" + ], + [ + "ĠCal", + "ifornia" + ], + [ + "Ġas", + "leep" + ], + [ + "Ġper", + "form" + ], + [ + "1", + "3" + ], + [ + "ll", + "en" + ], + [ + "ĠJ", + "ul" + ], + [ + "ab", + "ly" + ], + [ + "ĠP", + "arty" + ], + [ + "he", + "m" + ], + [ + "Ġco", + "vered" + ], + [ + "us", + "es" + ], + [ + "Ġsat", + "isf" + ], + [ + "Ġam", + "ount" + ], + [ + "ubl", + "ic" + ], + [ + "ord", + "er" + ], + [ + "ant", + "es" + ], + [ + "Ġconvers", + "ation" + ], + [ + "Ġjo", + "ined" + ], + [ + "b", + "ing" + ], + [ + "e", + "en" + ], + [ + "ĠM", + "om" + ], + [ + "Ġ2", + "2" + ], + [ + "ĠM", + "ed" + ], + [ + "Ġte", + "ch" + ], + [ + "ol", + "f" + ], + [ + "Ġear", + "l" + ], + [ + "Ġac", + "com" + ], + [ + "Ġ", + "#" + ], + [ + "b", + "our" + ], + [ + "Ġca", + "used" + ], + [ + "B", + "l" + ], + [ + "Ġpe", + "ace" + ], + [ + "-", + "¿" + ], + [ + "iemp", + "re" + ], + [ + "Ġb", + "ang" + ], + [ + "Ġstud", + "y" + ], + [ + "Ġpur", + "p" + ], + [ + "Ġp", + "in" + ], + [ + "y", + "ond" + ], + [ + "ĠS", + "ec" + ], + [ + "Ġbreat", + "h" + ], + [ + "Ġn", + "ar" + ], + [ + "Ġvar", + "ious" + ], + [ + "Ġsp", + "read" + ], + [ + "1", + "4" + ], + [ + "Ġcon", + "side" + ], + [ + "Ġsing", + "ing" + ], + [ + "Ġv", + "iv" + ], + [ + "Ġlike", + "ly" + ], + [ + "Ġtem", + "per" + ], + [ + "l", + "os" + ], + [ + "Ġst", + "age" + ], + [ + "Ġf", + "ol" + ], + [ + "Ġim", + "medi" + ], + [ + "as", + "ion" + ], + [ + "P", + "eter" + ], + [ + "Ġdog", + "s" + ], + [ + "ĠC", + "arl" + ], + [ + "pt", + "ion" + ], + [ + "Ġapp", + "le" + ], + [ + "The", + "se" + ], + [ + "Ġsp", + "ent" + ], + [ + "ci", + "ous" + ], + [ + "y", + "er" + ], + [ + "u", + "z" + ], + [ + "Ġconside", + "red" + ], + [ + "Ġask", + "ing" + ], + [ + "ĠM", + "or" + ], + [ + "T", + "UR" + ], + [ + "Ġref", + "er" + ], + [ + "rap", + "hy" + ], + [ + "Ġte", + "nd" + ], + [ + "Ġelepha", + "nt" + ], + [ + "Ġf", + "right" + ], + [ + "Ġsim", + "ple" + ], + [ + "er", + "os" + ], + [ + "at", + "ives" + ], + [ + "ĠE", + "ast" + ], + [ + "Ġway", + "s" + ], + [ + "ic", + "os" + ], + [ + "ĠS", + "ir" + ], + [ + "p", + "en" + ], + [ + "and", + "y" + ], + [ + "Ġa", + "ños" + ], + [ + "Ġfor", + "th" + ], + [ + "Ġso", + "cial" + ], + [ + "ther", + "n" + ], + [ + "Ġtw", + "elve" + ], + [ + "Ġpick", + "ed" + ], + [ + "Ġold", + "er" + ], + [ + "Ġv", + "as" + ], + [ + "Ġsl", + "ight" + ], + [ + "Ġfres", + "h" + ], + [ + "u", + "en" + ], + [ + "Ġh", + "un" + ], + [ + "ĠO", + "lymp" + ], + [ + "Ġmach", + "ine" + ], + [ + "c", + "han" + ], + [ + "Ġbe", + "com" + ], + [ + "Ġv", + "ist" + ], + [ + "Ġo", + "c" + ], + [ + "Ġre", + "se" + ], + [ + "Ġhe", + "cho" + ], + [ + "l", + "s" + ], + [ + "ant", + "ly" + ], + [ + "ĠB", + "o" + ], + [ + "Ġr", + "is" + ], + [ + "Ġsh", + "it" + ], + [ + "Ġthan", + "ks" + ], + [ + "Ġto", + "w" + ], + [ + "Ġbat", + "tle" + ], + [ + "Ġpolit", + "ician" + ], + [ + "Ġent", + "ered" + ], + [ + "Ġ201", + "0" + ], + [ + "Ġs", + "ens" + ], + [ + "Ġpain", + "t" + ], + [ + "un", + "ca" + ], + [ + "Ġsleep", + "ing" + ], + [ + "er", + "ve" + ], + [ + "O", + "W" + ], + [ + "Ġst", + "ories" + ], + [ + "Ġturn", + "ing" + ], + [ + "Ġlear", + "ned" + ], + [ + "ha", + "nd" + ], + [ + "P", + "e" + ], + [ + "Ġsc", + "ar" + ], + [ + "ĠBet", + "ty" + ], + [ + "Ġ1", + "00" + ], + [ + "Ġs", + "ize" + ], + [ + "Ġm", + "or" + ], + [ + "Ġd", + "ur" + ], + [ + "i", + "ally" + ], + [ + "Ġhard", + "ly" + ], + [ + "ĠW", + "in" + ], + [ + "v", + "an" + ], + [ + "ĠA", + "ust" + ], + [ + "é", + "r" + ], + [ + "ak", + "er" + ], + [ + "Ġt", + "al" + ], + [ + "ad", + "ed" + ], + [ + "Ġam", + "b" + ], + [ + "w", + "atch" + ], + [ + "Ġbro", + "ad" + ], + [ + "Ġmount", + "ain" + ], + [ + "ĠS", + "und" + ], + [ + "Ġdec", + "lared" + ], + [ + "Ġqu", + "ién" + ], + [ + "as", + "hed" + ], + [ + "Ġest", + "ab" + ], + [ + "Ġsk", + "in" + ], + [ + ".", + "[" + ], + [ + "Ġbr", + "an" + ], + [ + "Ġst", + "one" + ], + [ + "m", + "uy" + ], + [ + "Ġro", + "b" + ], + [ + "T", + "H" + ], + [ + "it", + "os" + ], + [ + "ĠJapan", + "ese" + ], + [ + "pl", + "es" + ], + [ + "ught", + "y" + ], + [ + "ĠI", + "I" + ], + [ + "os", + "es" + ], + [ + "Ġc", + "ant" + ], + [ + "Ġco", + "at" + ], + [ + "Ġtalk", + "ed" + ], + [ + "Ġw", + "av" + ], + [ + "Ġcr", + "ack" + ], + [ + "s", + "i" + ], + [ + "Ġby", + "e" + ], + [ + "Ġpock", + "et" + ], + [ + "Ġresp", + "ons" + ], + [ + "er", + "ved" + ], + [ + "m", + "ar" + ], + [ + "g", + "on" + ], + [ + "Ġmis", + "mo" + ], + [ + "Ġl", + "ength" + ], + [ + "Ġspo", + "on" + ], + [ + "ĠLea", + "gue" + ], + [ + "Ġd", + "irty" + ], + [ + "fe", + "rence" + ], + [ + "Ġra", + "p" + ], + [ + "Ġme", + "at" + ], + [ + "Ġmed", + "ic" + ], + [ + "Ġro", + "le" + ], + [ + "iv", + "al" + ], + [ + "ĠR", + "ed" + ], + [ + "est", + "s" + ], + [ + "Ġno", + "body" + ], + [ + "out", + "s" + ], + [ + "Ġ", + "et" + ], + [ + "Ġcr", + "it" + ], + [ + "Ġchocol", + "ate" + ], + [ + "Ġme", + "jor" + ], + [ + "ing", + "ly" + ], + [ + "Ġp", + "hys" + ], + [ + "c", + "is" + ], + [ + "ut", + "en" + ], + [ + "olute", + "ly" + ], + [ + "lean", + "or" + ], + [ + "pp", + "er" + ], + [ + "Ġt", + "or" + ], + [ + "G", + "ive" + ], + [ + "Ġe", + "ff" + ], + [ + "Ġsitu", + "ation" + ], + [ + "Ġe", + "ast" + ], + [ + "fe", + "ren" + ], + [ + "ĠR", + "ic" + ], + [ + "Ġh", + "ub" + ], + [ + "Ġall", + "ow" + ], + [ + "Ġ2", + "6" + ], + [ + "Ġse", + "arch" + ], + [ + "Re", + "ally" + ], + [ + "ĠAN", + "D" + ], + [ + "C", + "on" + ], + [ + "ĠA", + "lex" + ], + [ + "Ġprom", + "ise" + ], + [ + "Ġtri", + "p" + ], + [ + "p", + "ers" + ], + [ + "b", + "ig" + ], + [ + "P", + "ro" + ], + [ + "S", + "ure" + ], + [ + "es", + "us" + ], + [ + "Ġdraw", + "ing" + ], + [ + "us", + "hed" + ], + [ + "um", + "mer" + ], + [ + "Ġbl", + "ank" + ], + [ + "Ġu", + "r" + ], + [ + "ĠO", + "f" + ], + [ + "hi", + "re" + ], + [ + "y", + "y" + ], + [ + "it", + "or" + ], + [ + "Ġestá", + "n" + ], + [ + "Ġher", + "man" + ], + [ + "Ġr", + "ich" + ], + [ + "Ġcu", + "ri" + ], + [ + "Ġcir", + "cle" + ], + [ + "ens", + "us" + ], + [ + "ĠT", + "ur" + ], + [ + "Ġso", + "ci" + ], + [ + "Ġwor", + "se" + ], + [ + "im", + "s" + ], + [ + "Ġten", + "go" + ], + [ + "ĠAustral", + "ia" + ], + [ + "Ġe", + "conom" + ], + [ + "f", + "ace" + ], + [ + "the", + "se" + ], + [ + "L", + "o" + ], + [ + "Ġ2", + "1" + ], + [ + "ĠW", + "here" + ], + [ + "ell", + "y" + ], + [ + "Ġsp", + "ring" + ], + [ + "ant", + "ic" + ], + [ + "on", + "a" + ], + [ + "Ġth", + "y" + ], + [ + "ĠGo", + "vern" + ], + [ + "ĠM", + "o" + ], + [ + "Ġdef", + "in" + ], + [ + "AT", + "I" + ], + [ + "Ġha", + "n" + ], + [ + "in", + "ary" + ], + [ + "ĠMin", + "ister" + ], + [ + "P", + "ero" + ], + [ + "Ġun", + "cle" + ], + [ + "i", + "pped" + ], + [ + "ĠA", + "c" + ], + [ + "Ġv", + "amos" + ], + [ + "en", + "cia" + ], + [ + "ĠW", + "ho" + ], + [ + "ĠC", + "at" + ], + [ + "im", + "o" + ], + [ + "ce", + "nd" + ], + [ + "is", + "y" + ], + [ + "ac", + "iones" + ], + [ + "Ġla", + "id" + ], + [ + "out", + "her" + ], + [ + "all", + "ey" + ], + [ + "Ġtot", + "al" + ], + [ + "Ġfor", + "ty" + ], + [ + "aqu", + "ÃŃ" + ], + [ + "Ġl", + "ines" + ], + [ + "ĠC", + "oll" + ], + [ + "Ġ201", + "1" + ], + [ + "ib", + "ly" + ], + [ + "l", + "or" + ], + [ + "ie", + "ve" + ], + [ + "Not", + "hing" + ], + [ + "Ġdire", + "cted" + ], + [ + "Ġlead", + "er" + ], + [ + "ac", + "hes" + ], + [ + "Ġnum", + "bers" + ], + [ + "re", + "me" + ], + [ + "Ġdisco", + "vered" + ], + [ + "Ġc", + "ivil" + ], + [ + "T", + "wo" + ], + [ + "Ġde", + "pend" + ], + [ + "Ġsqu", + "are" + ], + [ + "f", + "our" + ], + [ + "Ġcos", + "as" + ], + [ + "Ġdisc", + "uss" + ], + [ + "Ġag", + "reed" + ], + [ + "]", + "!" + ], + [ + "Ġwin", + "ter" + ], + [ + "gg", + "ed" + ], + [ + "Ġpl", + "aced" + ], + [ + "Ġ", + "=" + ], + [ + "Ġse", + "vent" + ], + [ + "L", + "Y" + ], + [ + "d", + "es" + ], + [ + "Ġjo", + "in" + ], + [ + "Ġcall", + "ing" + ], + [ + "Ġreg", + "ular" + ], + [ + "Ġmov", + "ies" + ], + [ + ".", + "," + ], + [ + "Ġb", + "ite" + ], + [ + "Ġen", + "emy" + ], + [ + "ĠO", + "l" + ], + [ + "Ġper", + "ro" + ], + [ + "Ġrel", + "ations" + ], + [ + "um", + "s" + ], + [ + "ĠG", + "eneral" + ], + [ + "l", + "ine" + ], + [ + "ell", + "e" + ], + [ + "ess", + "ie" + ], + [ + "Ġmay", + "or" + ], + [ + "ĠF", + "red" + ], + [ + "Ġgo", + "d" + ], + [ + "Ġta", + "x" + ], + [ + "Ġt", + "ip" + ], + [ + "P", + "l" + ], + [ + "Ġorigin", + "al" + ], + [ + "Ġbe", + "yond" + ], + [ + "Ġang", + "ry" + ], + [ + "act", + "ion" + ], + [ + "Ġh", + "ill" + ], + [ + "Ġp", + "ud" + ], + [ + "Ġaf", + "f" + ], + [ + "ien", + "e" + ], + [ + "Ġ201", + "6" + ], + [ + "ĠH", + "all" + ], + [ + "Ġdri", + "ving" + ], + [ + "Ġno", + "che" + ], + [ + "Ġb", + "ill" + ], + [ + "Ġp", + "ath" + ], + [ + "Ġstre", + "ng" + ], + [ + "Ġfor", + "med" + ], + [ + "z", + "en" + ], + [ + "ĠD", + "ick" + ], + [ + "UR", + "S" + ], + [ + "ol", + "s" + ], + [ + "Ġact", + "ion" + ], + [ + "Ġt", + "iny" + ], + [ + "Ġfight", + "ing" + ], + [ + "Ġmod", + "ern" + ], + [ + "le", + "br" + ], + [ + "Ġwel", + "come" + ], + [ + "ci", + "as" + ], + [ + "ĠC", + "ome" + ], + [ + "F", + "rom" + ], + [ + "Ġset", + "t" + ], + [ + "here", + "d" + ], + [ + "v", + "i" + ], + [ + "Ġdoll", + "ars" + ], + [ + "ĠBob", + "by" + ], + [ + "Ġ2", + "7" + ], + [ + "Ġb", + "ud" + ], + [ + "Ġt", + "ight" + ], + [ + "'", + "?" + ], + [ + "ĠC", + "or" + ], + [ + "ĠF", + "irst" + ], + [ + "--", + "\"" + ], + [ + "ist", + "r" + ], + [ + "Ġind", + "ust" + ], + [ + "Ġsold", + "iers" + ], + [ + "Ġsh", + "oot" + ], + [ + "Ġex", + "ist" + ], + [ + "Ġth", + "ick" + ], + [ + "Ġarri", + "ved" + ], + [ + "ct", + "ions" + ], + [ + "Ġprin", + "cip" + ], + [ + "Ġs", + "oul" + ], + [ + "Ġsh", + "ore" + ], + [ + "Ġcu", + "al" + ], + [ + "A", + "M" + ], + [ + "it", + "ude" + ], + [ + "L", + "e" + ], + [ + "ĠC", + "O" + ], + [ + "Ġgr", + "ad" + ], + [ + "ient", + "ras" + ], + [ + "Ġdress", + "ed" + ], + [ + "Ġb", + "on" + ], + [ + "Ġexpl", + "ain" + ], + [ + "V", + "ery" + ], + [ + "outher", + "n" + ], + [ + "Ġdes", + "de" + ], + [ + "ce", + "an" + ], + [ + "A", + "d" + ], + [ + "el", + "es" + ], + [ + "Ġstep", + "s" + ], + [ + "st", + "it" + ], + [ + "Ġrabb", + "it" + ], + [ + "an", + "n" + ], + [ + "ĠM", + "al" + ], + [ + "Ġcon", + "du" + ], + [ + "L", + "isten" + ], + [ + "Ġmark", + "et" + ], + [ + "Ġr", + "ough" + ], + [ + "Ġst", + "upid" + ], + [ + "Ġn", + "uest" + ], + [ + "ic", + "ious" + ], + [ + "Ġv", + "ida" + ], + [ + "ĠPar", + "is" + ], + [ + "C", + "O" + ], + [ + "Ġra", + "ised" + ], + [ + "Ġdem", + "and" + ], + [ + "Ġst", + "orm" + ], + [ + "Ġsal", + "t" + ], + [ + "Ġsand", + "w" + ], + [ + "Ġth", + "rew" + ], + [ + "A", + "Y" + ], + [ + "am", + "s" + ], + [ + "ĠM", + "us" + ], + [ + "Ġr", + "om" + ], + [ + "Ġemp", + "lo" + ], + [ + "Ġbes", + "ide" + ], + [ + "á", + "l" + ], + [ + "Ġpr", + "on" + ], + [ + "Ġd", + "rew" + ], + [ + "Ġup", + "stairs" + ], + [ + "re", + "nd" + ], + [ + "M", + "om" + ], + [ + "Ġt", + "ou" + ], + [ + "Ġo", + "w" + ], + [ + "Ġpart", + "e" + ], + [ + "e", + "ep" + ], + [ + "ac", + "hed" + ], + [ + "ĠD", + "es" + ], + [ + "Ġopp", + "os" + ], + [ + "Ġ2", + "8" + ], + [ + "Ġpolit", + "ical" + ], + [ + "ĠL", + "u" + ], + [ + "Ġco", + "ast" + ], + [ + "Ġst", + "raw" + ], + [ + "Ġesca", + "pe" + ], + [ + "ut", + "ch" + ], + [ + "Ġes", + "per" + ], + [ + "n", + "s" + ], + [ + "ĠB", + "ur" + ], + [ + "Ġ", + "ident" + ], + [ + "Ġb", + "al" + ], + [ + "Ġa", + "ud" + ], + [ + "Ġrad", + "io" + ], + [ + "as", + "c" + ], + [ + "Ġeas", + "ily" + ], + [ + "ist", + "an" + ], + [ + "W", + "ould" + ], + [ + "à", + "¬" + ], + [ + "om", + "a" + ], + [ + "ĠS", + "ue" + ], + [ + "e", + "z" + ], + [ + "ĠJ", + "ane" + ], + [ + "Ġn", + "urs" + ], + [ + "ĠSt", + "ate" + ], + [ + "Ġmiss", + "ing" + ], + [ + "ĠP", + "o" + ], + [ + "Ġcomput", + "er" + ], + [ + "ĠSpan", + "ish" + ], + [ + "Ġhappen", + "ing" + ], + [ + "Ġhous", + "es" + ], + [ + "E", + "ven" + ], + [ + "t", + "i" + ], + [ + "ran", + "s" + ], + [ + "2", + "00" + ], + [ + "Ġfly", + "ing" + ], + [ + "Ġg", + "e" + ], + [ + "ĠHe", + "re" + ], + [ + "Ġwat", + "ched" + ], + [ + "p", + "ro" + ], + [ + "Ġb", + "le" + ], + [ + "...", + "?" + ], + [ + "1", + "6" + ], + [ + "Ġshar", + "p" + ], + [ + "Ġ", + "ib" + ], + [ + "Ġse", + "gu" + ], + [ + "th", + "ose" + ], + [ + "f", + "ive" + ], + [ + "ĠUn", + "ion" + ], + [ + "F", + "ran" + ], + [ + "as", + "ons" + ], + [ + "ĠBl", + "ue" + ], + [ + "Ġcol", + "ors" + ], + [ + "ĠA", + "re" + ], + [ + "ri", + "b" + ], + [ + "ĠM", + "um" + ], + [ + "in", + "c" + ], + [ + "ĠA", + "my" + ], + [ + "atur", + "day" + ], + [ + "ĠMic", + "hael" + ], + [ + "Ġdiffe", + "rence" + ], + [ + "p", + "et" + ], + [ + "Ġsu", + "ff" + ], + [ + "5", + "0" + ], + [ + "p", + "an" + ], + [ + "Ġ2", + "9" + ], + [ + "Do", + "es" + ], + [ + "Ġmil", + "itary" + ], + [ + "Ġpl", + "ane" + ], + [ + "ĠS", + "chool" + ], + [ + "\"", + "'" + ], + [ + "ĠChrist", + "ian" + ], + [ + "b", + "ook" + ], + [ + "Ġ201", + "4" + ], + [ + "ĠEurope", + "an" + ], + [ + "Ġpuzz", + "le" + ], + [ + "Ġcon", + "se" + ], + [ + "Ġon", + "to" + ], + [ + "ate", + "g" + ], + [ + "I", + "R" + ], + [ + "ve", + "ll" + ], + [ + "Ġcl", + "ock" + ], + [ + "iv", + "id" + ], + [ + "Ġc", + "rew" + ], + [ + "J", + "ohn" + ], + [ + "Ġsp", + "ell" + ], + [ + "Ġsu", + "it" + ], + [ + "Ġcabe", + "za" + ], + [ + "Ġdri", + "ver" + ], + [ + "iz", + "o" + ], + [ + "Ġpr", + "oud" + ], + [ + "Ġend", + "ed" + ], + [ + "Ġin", + "f" + ], + [ + "ou", + "ps" + ], + [ + "Ġd", + "er" + ], + [ + "Ġh", + "m" + ], + [ + "il", + "a" + ], + [ + "ĠP", + "or" + ], + [ + "laugh", + "ing" + ], + [ + "Ġwe", + "ap" + ], + [ + "Ġpull", + "ed" + ], + [ + "Ġfill", + "ed" + ], + [ + "Ġprofess", + "ional" + ], + [ + "st", + "op" + ], + [ + "ĠHen", + "ry" + ], + [ + "Ġir", + "on" + ], + [ + "Ġe", + "ager" + ], + [ + "se", + "y" + ], + [ + "Ġcom", + "er" + ], + [ + "Ġm", + "ult" + ], + [ + "Ġes", + "a" + ], + [ + "Ġbab", + "ies" + ], + [ + "ous", + "in" + ], + [ + "Ġfe", + "at" + ], + [ + "Ġof", + "fe" + ], + [ + "Ġh", + "iding" + ], + [ + "Ġspir", + "it" + ], + [ + "Ġsp", + "l" + ], + [ + "j", + "er" + ], + [ + "Ġde", + "g" + ], + [ + "Ġcrow", + "d" + ], + [ + "Ġth", + "reat" + ], + [ + "el", + "p" + ], + [ + "Ġann", + "ounced" + ], + [ + "Ġinde", + "pend" + ], + [ + "ĠM", + "ex" + ], + [ + "Ġwe", + "ather" + ], + [ + "Ġcle", + "ver" + ], + [ + "v", + "ille" + ], + [ + "Ġ", + "&" + ], + [ + "ash", + "ion" + ], + [ + "he", + "st" + ], + [ + "Ġresp", + "ond" + ], + [ + "G", + "od" + ], + [ + "Ġn", + "ature" + ], + [ + "pp", + "y" + ], + [ + "i", + "que" + ], + [ + "Ġb", + "ound" + ], + [ + "Ġhe", + "ro" + ], + [ + "im", + "os" + ], + [ + "e", + "re" + ], + [ + "M", + "hm" + ], + [ + "Ġut", + "ter" + ], + [ + "Ġm", + "es" + ], + [ + "Ġthink", + "s" + ], + [ + "ĠR", + "obert" + ], + [ + "Ġman", + "age" + ], + [ + "ĠB", + "el" + ], + [ + "ĠP", + "ero" + ], + [ + "Ġreg", + "ard" + ], + [ + "Ġh", + "uge" + ], + [ + "Ġpat", + "ient" + ], + [ + "Ġmean", + "ing" + ], + [ + "Ġblock", + "s" + ], + [ + "Ġwear", + "ing" + ], + [ + "Ġg", + "ate" + ], + [ + "Ġbelie", + "ved" + ], + [ + "Ġwood", + "s" + ], + [ + "Ġfl", + "at" + ], + [ + "ĠSund", + "ay" + ], + [ + "um", + "ber" + ], + [ + "Ġhe", + "y" + ], + [ + "Ġ", + "ig" + ], + [ + "Ġst", + "ream" + ], + [ + "c", + "ast" + ], + [ + "h", + "in" + ], + [ + "s", + "il" + ], + [ + "Ġproduc", + "ed" + ], + [ + "l", + "ig" + ], + [ + "Ġman", + "ner" + ], + [ + "f", + "ather" + ], + [ + "Ġant", + "es" + ], + [ + "em", + "p" + ], + [ + "Ġact", + "or" + ], + [ + "ens", + "ive" + ], + [ + "h", + "od" + ], + [ + "Ġpupp", + "et" + ], + [ + "Th", + "omas" + ], + [ + "Ġple", + "asure" + ], + [ + "Ġener", + "gy" + ], + [ + "v", + "ia" + ], + [ + "Ġj", + "oy" + ], + [ + "ite", + "ly" + ], + [ + "Ġmot", + "or" + ], + [ + "Ġh", + "id" + ], + [ + "Ġmo", + "ves" + ], + [ + "â", + "Ģ" + ], + [ + "ur", + "se" + ], + [ + "ĠP", + "ort" + ], + [ + "Ġstart", + "ing" + ], + [ + "le", + "m" + ], + [ + "Ġpro", + "ject" + ], + [ + "Ġcomplete", + "ly" + ], + [ + "Ġsur", + "v" + ], + [ + "Ġall", + "ÃŃ" + ], + [ + "Ġcoll", + "ege" + ], + [ + "r", + "ó" + ], + [ + "Ġs", + "iempre" + ], + [ + "Ġd", + "orm" + ], + [ + "Ġl", + "ower" + ], + [ + "Ġthere", + "fore" + ], + [ + "Ġhand", + "le" + ], + [ + "at", + "ors" + ], + [ + "Ġl", + "id" + ], + [ + "ĠF", + "rom" + ], + [ + "j", + "as" + ], + [ + "ha", + "l" + ], + [ + "Ġdanger", + "ous" + ], + [ + "ĠIt", + "s" + ], + [ + "Ġ201", + "3" + ], + [ + "em", + "s" + ], + [ + "vocal", + "izes" + ], + [ + "Ġhon", + "est" + ], + [ + "P", + "or" + ], + [ + "Ġmiss", + "ed" + ], + [ + "or", + "ing" + ], + [ + "H", + "er" + ], + [ + "Ġperson", + "al" + ], + [ + "Ġhig", + "her" + ], + [ + "Ġra", + "il" + ], + [ + "Ġsurpr", + "ised" + ], + [ + "ĠE", + "arth" + ], + [ + "Ġ201", + "2" + ], + [ + "in", + "ct" + ], + [ + "U", + "m" + ], + [ + "ab", + "el" + ], + [ + "ĠC", + "up" + ], + [ + "ĠM", + "ac" + ], + [ + "Ġfall", + "ing" + ], + [ + "r", + "ound" + ], + [ + "Ġd", + "ate" + ], + [ + "Ġany", + "where" + ], + [ + "Ġ", + "0" + ], + [ + "ar", + "ly" + ], + [ + "F", + "RI" + ], + [ + "s", + "s" + ], + [ + "Ġp", + "ir" + ], + [ + "ĠCh", + "ina" + ], + [ + "Ġsc", + "ene" + ], + [ + "Ġves", + "sel" + ], + [ + "he", + "art" + ], + [ + "ing", + "u" + ], + [ + "ĠF", + "ather" + ], + [ + "led", + "ge" + ], + [ + "b", + "oy" + ], + [ + "Ġl", + "ion" + ], + [ + "Ġh", + "olid" + ], + [ + "i", + "ber" + ], + [ + "Ġspeak", + "ing" + ], + [ + "ĠH", + "igh" + ], + [ + "Ġexpect", + "ed" + ], + [ + "Ġj", + "ug" + ], + [ + "Ġar", + "rest" + ], + [ + "Ġfr", + "uit" + ], + [ + "Ġn", + "on" + ], + [ + "Ġart", + "icle" + ], + [ + "ru", + "ction" + ], + [ + "Ġn", + "et" + ], + [ + "n", + "al" + ], + [ + "ail", + "s" + ], + [ + "L", + "os" + ], + [ + "uten", + "ant" + ], + [ + "Ġ201", + "5" + ], + [ + "Ġdin", + "osa" + ], + [ + "Ġimp", + "ro" + ], + [ + "SI", + "B" + ], + [ + "H", + "istory" + ], + [ + "Ġtod", + "as" + ], + [ + "p", + "ir" + ], + [ + "Ġemp", + "ty" + ], + [ + "re", + "c" + ], + [ + "Ġal", + "gu" + ], + [ + "Ġper", + "m" + ], + [ + "Ġgo", + "in" + ], + [ + "ĠE", + "r" + ], + [ + "Ġha", + "m" + ], + [ + "Ġhad", + "n" + ], + [ + "Ġsong", + "s" + ], + [ + "Ġun", + "less" + ], + [ + "ĠL", + "ittle" + ], + [ + "AN", + "D" + ], + [ + "Ġsim", + "ply" + ], + [ + "Ġd", + "ise" + ], + [ + "Ġsh", + "irt" + ], + [ + "p", + "icks" + ], + [ + "b", + "ra" + ], + [ + "our", + "s" + ], + [ + "Ġth", + "us" + ], + [ + "ĠR", + "oy" + ], + [ + "Ġmost", + "ly" + ], + [ + "Ġposs", + "ess" + ], + [ + "Ġw", + "it" + ], + [ + "Ġnot", + "e" + ], + [ + "Ġt", + "aste" + ], + [ + "Ġneed", + "ta" + ], + [ + "d", + "ónde" + ], + [ + "Ġb", + "ast" + ], + [ + "Ġtien", + "es" + ], + [ + "Ġr", + "oof" + ], + [ + "T", + "r" + ], + [ + "Ġb", + "uck" + ], + [ + "O", + "ur" + ], + [ + "Ġst", + "ran" + ], + [ + "Ġexper", + "ience" + ], + [ + "put", + "s" + ], + [ + "Ġimmedi", + "ately" + ], + [ + "ro", + "ad" + ], + [ + "ag", + "on" + ], + [ + "op", + "en" + ], + [ + "ĠCh", + "in" + ], + [ + "Ġple", + "asant" + ], + [ + "Ġt", + "ap" + ], + [ + "ĠQue", + "en" + ], + [ + "B", + "r" + ], + [ + "ĠS", + "y" + ], + [ + "Ġt", + "anto" + ], + [ + "Ġpap", + "á" + ], + [ + "Ġpurp", + "ose" + ], + [ + "on", + "el" + ], + [ + "Ġfa", + "ult" + ], + [ + "ĠC", + "he" + ], + [ + "Ġtra", + "vel" + ], + [ + "Ġcab", + "in" + ], + [ + "Ġsol", + "o" + ], + [ + "Ġam", + "az" + ], + [ + "Ġce", + "lebr" + ], + [ + "Ġnecess", + "ary" + ], + [ + "ĠG", + "l" + ], + [ + "are", + "n" + ], + [ + "ord", + "s" + ], + [ + "ĠKing", + "dom" + ], + [ + "M", + "iss" + ], + [ + "Ġto", + "wer" + ], + [ + "Ġopp", + "ort" + ], + [ + "por", + "que" + ], + [ + "ĠR", + "os" + ], + [ + "c", + "os" + ], + [ + "Wh", + "ich" + ], + [ + "Ġquar", + "ter" + ], + [ + "oo", + "th" + ], + [ + "Ġcont", + "ent" + ], + [ + "Ġmu", + "ndo" + ], + [ + "Ġell", + "os" + ], + [ + "v", + "ious" + ], + [ + "Ġha", + "cia" + ], + [ + "Ġ200", + "8" + ], + [ + "m", + "ommy" + ], + [ + "ĠF", + "in" + ], + [ + "ĠC", + "r" + ], + [ + "Ġc", + "ro" + ], + [ + "ot", + "o" + ], + [ + "g", + "ress" + ], + [ + "Ġsing", + "er" + ], + [ + "Ġpriv", + "ate" + ], + [ + "Ġw", + "ake" + ], + [ + "ĠCha", + "mpions" + ], + [ + "Ġfa", + "ith" + ], + [ + "Ġd", + "uty" + ], + [ + "ĠJ", + "www" + ], + [ + "Ġhon", + "or" + ], + [ + "g", + "ent" + ], + [ + "re", + "ci" + ], + [ + "Ġnot", + "ice" + ], + [ + "Ġag", + "ree" + ], + [ + "Ġgr", + "oups" + ], + [ + "ier", + "ra" + ], + [ + "Ġpubl", + "ished" + ], + [ + "Ġus", + "ual" + ], + [ + "Ġter", + "ms" + ], + [ + "T", + "e" + ], + [ + "Ġfall", + "en" + ], + [ + "Mr", + "s" + ], + [ + "Ġv", + "uel" + ], + [ + "Ġple", + "ased" + ], + [ + "s", + "m" + ], + [ + "us", + "ion" + ], + [ + "ro", + "at" + ], + [ + "Ġhist", + "or" + ], + [ + "3", + "0" + ], + [ + "-", + "," + ], + [ + "gg", + "ie" + ], + [ + "b", + "ar" + ], + [ + "Ġtw", + "ice" + ], + [ + "Ġna", + "ughty" + ], + [ + "Ġpl", + "ain" + ], + [ + "ĠA", + "ir" + ], + [ + "br", + "other" + ], + [ + "Ġexc", + "ited" + ], + [ + "Ġrem", + "o" + ], + [ + "Ġpre", + "par" + ], + [ + "Ġsm", + "oke" + ], + [ + "t", + "akes" + ], + [ + "Ġc", + "ustom" + ], + [ + "Ġare", + "as" + ], + [ + "ĠH", + "am" + ], + [ + "Ġsna", + "ke" + ], + [ + "A", + "m" + ], + [ + "ber", + "ry" + ], + [ + "ah", + "ora" + ], + [ + "Ġjour", + "ney" + ], + [ + "r", + "ÃŃa" + ], + [ + "Ã", + "¶" + ], + [ + "Ġd", + "ust" + ], + [ + "ĠWh", + "ite" + ], + [ + "Ġin", + "j" + ], + [ + "en", + "ces" + ], + [ + "Ġed", + "ge" + ], + [ + "ĠT", + "V" + ], + [ + "Ġset", + "tle" + ], + [ + "Ġgr", + "own" + ], + [ + "n", + "ic" + ], + [ + "be", + "red" + ], + [ + "Ġ200", + "9" + ], + [ + "ke", + "ep" + ], + [ + "k", + "er" + ], + [ + "Ġche", + "er" + ], + [ + "Ġsm", + "art" + ], + [ + "ĠSc", + "ott" + ], + [ + "ashing", + "ton" + ], + [ + "Ġb", + "rie" + ], + [ + "ĠM", + "il" + ], + [ + "s", + "u" + ], + [ + "Ġmunicip", + "ality" + ], + [ + "ĠS", + "im" + ], + [ + "Ġoff", + "er" + ], + [ + "ive", + "ly" + ], + [ + "B", + "erta" + ], + [ + "le", + "nd" + ], + [ + "z", + "ó" + ], + [ + "Ġcont", + "ain" + ], + [ + "ĠC", + "ouncil" + ], + [ + "en", + "ny" + ], + [ + "Ġest", + "ar" + ], + [ + "gy", + "pt" + ], + [ + "Ġf", + "und" + ], + [ + "Ġhur", + "ry" + ], + [ + "c", + "ounter" + ], + [ + "ra", + "in" + ], + [ + "ĠM", + "any" + ], + [ + "Ġin", + "qu" + ], + [ + "ĠM", + "er" + ], + [ + "im", + "iento" + ], + [ + "Ġad", + "vent" + ], + [ + "Ġh", + "y" + ], + [ + "Ġhead", + "s" + ], + [ + "Ġatt", + "ract" + ], + [ + "b", + "ol" + ], + [ + "Ġ200", + "7" + ], + [ + "is", + "hes" + ], + [ + "op", + "h" + ], + [ + "Ġ5", + "0" + ], + [ + "el", + "ess" + ], + [ + "ĠD", + "or" + ], + [ + "Ġgra", + "ve" + ], + [ + "Ġsh", + "oe" + ], + [ + "--------", + "--------" + ], + [ + "Ġfl", + "ower" + ], + [ + "Ġla", + "ke" + ], + [ + "Ġnorm", + "al" + ], + [ + "D", + "ad" + ], + [ + "ict", + "ion" + ], + [ + "ist", + "ic" + ], + [ + "Ġocc", + "ur" + ], + [ + "Ġb", + "rill" + ], + [ + "ĠS", + "aturday" + ], + [ + "res", + "p" + ], + [ + "ha", + "h" + ], + [ + "ud", + "a" + ], + [ + "Ġocc", + "up" + ], + [ + "Ġoffic", + "ers" + ], + [ + "Ġloc", + "ated" + ], + [ + "z", + "y" + ], + [ + "Ex", + "cuse" + ], + [ + "Ġlo", + "g" + ], + [ + "Ġwe", + "ight" + ], + [ + "pa", + "red" + ], + [ + "Ġstreng", + "th" + ], + [ + "Ġw", + "ed" + ], + [ + "ib", + "ility" + ], + [ + "Ġsu", + "gar" + ], + [ + "Ġaw", + "ful" + ], + [ + "Ġspe", + "c" + ], + [ + "Ġass", + "ist" + ], + [ + "Ġche", + "m" + ], + [ + "i", + "i" + ], + [ + "a", + "ur" + ], + [ + "Ġbe", + "ach" + ], + [ + "Ġinvest", + "ig" + ], + [ + "Ġev", + "idence" + ], + [ + "Ġprodu", + "ct" + ], + [ + "W", + "as" + ], + [ + "k", + "o" + ], + [ + "Ġprom", + "ised" + ], + [ + "Ġsupp", + "er" + ], + [ + "Ġ200", + "6" + ], + [ + "Ġs", + "cient" + ], + [ + "op", + "s" + ], + [ + "Ġlight", + "s" + ], + [ + "Ġop", + "in" + ], + [ + "Ġt", + "one" + ], + [ + "Ġgun", + "s" + ], + [ + "Ġearl", + "ier" + ], + [ + "T", + "od" + ], + [ + "er", + "m" + ], + [ + "ĠAfr", + "ica" + ], + [ + "ce", + "l" + ], + [ + "Ġind", + "ivid" + ], + [ + "ĠT", + "ex" + ], + [ + "at", + "in" + ], + [ + "c", + "ries" + ], + [ + "oss", + "ible" + ], + [ + "r", + "am" + ], + [ + "e", + "very" + ], + [ + "Ġstr", + "uck" + ], + [ + "Ġt", + "ong" + ], + [ + "Ġcho", + "ice" + ], + [ + "Ġpl", + "ants" + ], + [ + "bur", + "g" + ], + [ + "Ġopen", + "ing" + ], + [ + "Ġgrow", + "ing" + ], + [ + "b", + "es" + ], + [ + "Ġc", + "ensus" + ], + [ + "Ġbra", + "ve" + ], + [ + "ĠItal", + "y" + ], + [ + "m", + "ond" + ], + [ + "Ġor", + "dered" + ], + [ + "ĠBer", + "t" + ], + [ + "ĠJ", + "os" + ], + [ + "ist", + "ics" + ], + [ + "S", + "p" + ], + [ + "ĠRuss", + "ian" + ], + [ + "Ġind", + "ic" + ], + [ + "f", + "all" + ], + [ + "Ġf", + "irm" + ], + [ + "U", + "T" + ], + [ + "r", + "s" + ], + [ + "Ġdire", + "ctor" + ], + [ + "ĠCan", + "ada" + ], + [ + "ĠItal", + "ian" + ], + [ + "M", + "ay" + ], + [ + "Ġli", + "br" + ], + [ + "ĠAn", + "n" + ], + [ + "Ġl", + "iter" + ], + [ + "Ġep", + "is" + ], + [ + "ĠB", + "unny" + ], + [ + "ol", + "o" + ], + [ + "Ġpre", + "g" + ], + [ + "S", + "u" + ], + [ + "oint", + "ed" + ], + [ + "Ġback", + "ground" + ], + [ + "look", + "ing" + ], + [ + "Ġquie", + "res" + ], + [ + "Ġj", + "un" + ], + [ + "Ġman", + "o" + ], + [ + "Ġrun", + "s" + ], + [ + "i", + "ot" + ], + [ + "SO", + "A" + ], + [ + "Ġswim", + "ming" + ], + [ + "Ġnot", + "iced" + ], + [ + "Ġa", + "un" + ], + [ + "Ġst", + "ret" + ], + [ + "ar", + "ry" + ], + [ + "N", + "in" + ], + [ + "Ġt", + "ears" + ], + [ + "ol", + "ution" + ], + [ + "v", + "is" + ], + [ + "Ġs", + "our" + ], + [ + "m", + "end" + ], + [ + "us", + "ing" + ], + [ + "Ġru", + "le" + ], + [ + "Ġspo", + "ken" + ], + [ + "Ġbe", + "ha" + ], + [ + "est", + "e" + ], + [ + "Ġcare", + "fully" + ], + [ + "u", + "ando" + ], + [ + "oura", + "ge" + ], + [ + "Ġfound", + "ed" + ], + [ + "sh", + "ould" + ], + [ + "ĠL", + "uc" + ], + [ + "v", + "ant" + ], + [ + "ĠS", + "en" + ], + [ + "Ġfell", + "ows" + ], + [ + "Ġstr", + "ugg" + ], + [ + "Ġinv", + "olved" + ], + [ + "Ġsa", + "ved" + ], + [ + "Ġc", + "osa" + ], + [ + "Ġy", + "e" + ], + [ + "ri", + "g" + ], + [ + "Ġfl", + "ag" + ], + [ + "Ġt", + "eddy" + ], + [ + "as", + "es" + ], + [ + "Ġo", + "jos" + ], + [ + "Ġp", + "ound" + ], + [ + "Ġ", + "--" + ], + [ + "ur", + "die" + ], + [ + "Ġpl", + "enty" + ], + [ + "Ġo", + "x" + ], + [ + "Ġsc", + "ream" + ], + [ + "le", + "cted" + ], + [ + "Ġpu", + "erta" + ], + [ + "ĠL", + "ee" + ], + [ + "as", + "ÃŃ" + ], + [ + "s", + "hip" + ], + [ + "Ġ", + ")" + ], + [ + "Ġc", + "ort" + ], + [ + "Ġdes", + "per" + ], + [ + "g", + "ain" + ], + [ + "Ġgood", + "ness" + ], + [ + "Ġbr", + "ush" + ], + [ + "Ġgust", + "a" + ], + [ + "Ġvers", + "ion" + ], + [ + "ci", + "ó" + ], + [ + "an", + "other" + ], + [ + "Ġtr", + "ick" + ], + [ + "Ġc", + "ada" + ], + [ + "ĠI", + "re" + ], + [ + "Ġe", + "j" + ], + [ + "Ġexp", + "and" + ], + [ + "Ġhot", + "el" + ], + [ + "ĠN", + "ed" + ], + [ + "ĠE", + "gypt" + ], + [ + "Ġmag", + "ic" + ], + [ + "ent", + "ro" + ], + [ + "ast", + "y" + ], + [ + "ian", + "a" + ], + [ + "ĠI", + "T" + ], + [ + "Ġde", + "ck" + ], + [ + "Ġev", + "ident" + ], + [ + "Ġp", + "air" + ], + [ + "ĠO", + "ld" + ], + [ + "Ġf", + "al" + ], + [ + "Ġyou", + "th" + ], + [ + "ĠDo", + "ctor" + ], + [ + "m", + "ake" + ], + [ + "ur", + "ity" + ], + [ + "ĠD", + "em" + ], + [ + "Ġwe", + "ak" + ], + [ + "Ġshould", + "er" + ], + [ + "Ġta", + "ught" + ], + [ + "k", + "ins" + ], + [ + "Ġluck", + "y" + ], + [ + "Ġa", + "ver" + ], + [ + "ĠW", + "ashington" + ], + [ + "ot", + "ed" + ], + [ + "Ġlisten", + "ing" + ], + [ + "om", + "s" + ], + [ + "Ġcha", + "p" + ], + [ + "ĠCar", + "ol" + ], + [ + "Ġr", + "ow" + ], + [ + "Ġn", + "ea" + ], + [ + "B", + "ob" + ], + [ + "Ġcent", + "er" + ], + [ + "ir", + "on" + ], + [ + "uck", + "y" + ], + [ + "Ġele", + "ction" + ], + [ + "are", + "t" + ], + [ + "N", + "ever" + ], + [ + "wh", + "oops" + ], + [ + "ĠChar", + "les" + ], + [ + "Ġw", + "and" + ], + [ + "ul", + "f" + ], + [ + "Ġve", + "ces" + ], + [ + "Ġcor", + "rect" + ], + [ + "Ġha", + "st" + ], + [ + "iz", + "za" + ], + [ + "Ġlad", + "ies" + ], + [ + "RY", + "A" + ], + [ + "go", + "ing" + ], + [ + "cl", + "am" + ], + [ + "Ġan", + "cient" + ], + [ + "ition", + "al" + ], + [ + "Ġs", + "ólo" + ], + [ + "Ġmoment", + "o" + ], + [ + "m", + "et" + ], + [ + "Ġsmall", + "er" + ], + [ + "ig", + "s" + ], + [ + "Ġno", + "vel" + ], + [ + "ĠN", + "et" + ], + [ + "Ġfl", + "ight" + ], + [ + "Ġli", + "ps" + ], + [ + "ĠSt", + "reet" + ], + [ + "y", + "al" + ], + [ + "Ġmat", + "emát" + ], + [ + "Ġcon", + "oc" + ], + [ + "b", + "al" + ], + [ + "Ġe", + "mer" + ], + [ + "ĠAn", + "ne" + ], + [ + "ur", + "t" + ], + [ + "ĠHe", + "y" + ], + [ + "Ġs", + "ides" + ], + [ + "ĠS", + "arah" + ], + [ + "R", + "EL" + ], + [ + "ve", + "re" + ], + [ + "Qu", + "é" + ], + [ + "Ġn", + "est" + ], + [ + "Ġtit", + "le" + ], + [ + "ĠS", + "ch" + ], + [ + "w", + "ing" + ], + [ + "Ġwat", + "ches" + ], + [ + "Ġbu", + "en" + ], + [ + "Ġcomm", + "unity" + ], + [ + "Ġkn", + "ife" + ], + [ + "Ġmist", + "ake" + ], + [ + "Ġp", + "il" + ], + [ + "Ġapp", + "l" + ], + [ + "ou", + "red" + ], + [ + "if", + "y" + ], + [ + "Ġfem", + "ale" + ], + [ + "Ġt", + "ie" + ], + [ + "ĠSt", + "an" + ], + [ + "Ġkeep", + "ing" + ], + [ + "Ġtod", + "a" + ], + [ + "c", + "ut" + ], + [ + "Ġtell", + "s" + ], + [ + "u", + "f" + ], + [ + "ent", + "onces" + ], + [ + "Ġimag", + "ine" + ], + [ + "ĠP", + "ri" + ], + [ + "Ġd", + "ouble" + ], + [ + "ud", + "d" + ], + [ + "Ġm", + "as" + ], + [ + "S", + "i" + ], + [ + "S", + "ha" + ], + [ + "v", + "ale" + ], + [ + "Ġmess", + "age" + ], + [ + "u", + "ri" + ], + [ + "IG", + "H" + ], + [ + "ent", + "al" + ], + [ + "ĠY", + "our" + ], + [ + "C", + "AT" + ], + [ + "Ġme", + "al" + ], + [ + "C", + "K" + ], + [ + "re", + "es" + ], + [ + "ing", + "er" + ], + [ + "Ġrem", + "em" + ], + [ + "Ġear", + "n" + ], + [ + "M", + "an" + ], + [ + "ĠM", + "ama" + ], + [ + "Ġp", + "ill" + ], + [ + "Ġ", + "usted" + ], + [ + "ol", + "ic" + ], + [ + "ĠThe", + "ir" + ], + [ + "ian", + "o" + ], + [ + "Ġm", + "ouse" + ], + [ + "Ġmur", + "der" + ], + [ + "Ġmic", + "ro" + ], + [ + "Ġsh", + "own" + ], + [ + "P", + "r" + ], + [ + "ĠQu", + "é" + ], + [ + "Ġ19", + "0" + ], + [ + "Ġchan", + "ges" + ], + [ + "UN", + "K" + ], + [ + "Ġll", + "ama" + ], + [ + "Ġcho", + "ose" + ], + [ + "b", + "et" + ], + [ + "ĠG", + "old" + ], + [ + "ĠJ", + "ew" + ], + [ + "v", + "est" + ], + [ + "Ġd", + "ed" + ], + [ + "Ġch", + "oo" + ], + [ + "Ġwalk", + "s" + ], + [ + "rid", + "ay" + ], + [ + "Ã", + "¨" + ], + [ + "ĠB", + "ig" + ], + [ + "Ġbl", + "ess" + ], + [ + "ĠS", + "us" + ], + [ + "Ġre", + "vol" + ], + [ + "SIS", + "TER" + ], + [ + "em", + "an" + ], + [ + "b", + "ro" + ], + [ + "m", + "ine" + ], + [ + "Ġac", + "qu" + ], + [ + "pap", + "er" + ], + [ + "is", + "n" + ], + [ + "ĠE", + "mp" + ], + [ + "Ġn", + "unca" + ], + [ + "M", + "a" + ], + [ + "Ġrap", + "id" + ], + [ + "ĠS", + "al" + ], + [ + "Ġeduc", + "ation" + ], + [ + "Ġbut", + "ton" + ], + [ + "en", + "cy" + ], + [ + "Ġst", + "ock" + ], + [ + "ĠD", + "is" + ], + [ + "Ġo", + "il" + ], + [ + "iet", + "y" + ], + [ + "Ġord", + "ers" + ], + [ + "Ġbra", + "in" + ], + [ + "Ġbow", + "l" + ], + [ + "ĠâĮ", + "Ī" + ], + [ + "Ġmove", + "ment" + ], + [ + "ĠCh", + "urch" + ], + [ + "Ġp", + "es" + ], + [ + "Ġrem", + "ained" + ], + [ + "E", + "T" + ], + [ + "bl", + "ue" + ], + [ + "ĠLou", + "is" + ], + [ + "st", + "on" + ], + [ + "ĠSc", + "ot" + ], + [ + "D", + "es" + ], + [ + "ĠRep", + "ublic" + ], + [ + "âĮī", + "." + ], + [ + "ĠT", + "im" + ], + [ + "Ġste", + "am" + ], + [ + "Ġbe", + "e" + ], + [ + "Ġ(", + ")" + ], + [ + "Ġelect", + "ric" + ], + [ + "Ġo", + "s" + ], + [ + "ly", + "n" + ], + [ + "know", + "n" + ], + [ + "ak", + "ed" + ], + [ + "Ġtr", + "ade" + ], + [ + "Ġce", + "re" + ], + [ + "Ġdo", + "c" + ], + [ + "Ġs", + "ig" + ], + [ + "Ġgrand", + "e" + ], + [ + "Ġst", + "airs" + ], + [ + "Ġgener", + "ally" + ], + [ + "Ġbed", + "room" + ], + [ + "Ġgentle", + "man" + ], + [ + "resp", + "ond" + ], + [ + "at", + "ro" + ], + [ + "Ġsur", + "face" + ], + [ + "Ġd", + "ÃŃas" + ], + [ + "Ġide", + "as" + ], + [ + "Ġm", + "ut" + ], + [ + "w", + "ater" + ], + [ + "raz", + "il" + ], + [ + "J", + "EN" + ], + [ + "u", + "an" + ], + [ + "it", + "an" + ], + [ + "Ġas", + "soci" + ], + [ + "ĠMag", + "gie" + ], + [ + "ĠA", + "h" + ], + [ + "Ġhe", + "at" + ], + [ + "âĮ", + "Ĭ" + ], + [ + "S", + "te" + ], + [ + "Ġ[", + "?" + ], + [ + "Ġsl", + "ide" + ], + [ + "Ġg", + "at" + ], + [ + "On", + "ly" + ], + [ + "Ġcal", + "m" + ], + [ + "ĠI", + "r" + ], + [ + "Ġh", + "izo" + ], + [ + "Ġt", + "ent" + ], + [ + "ĠSp", + "ain" + ], + [ + "Ġpon", + "er" + ], + [ + "V", + "AL" + ], + [ + "Ġlos", + "s" + ], + [ + "ep", + "h" + ], + [ + "w", + "est" + ], + [ + "Ġs", + "ido" + ], + [ + "ri", + "f" + ], + [ + "ar", + "i" + ], + [ + "Ġin", + "vent" + ], + [ + "Ġclos", + "er" + ], + [ + "ĠAc", + "ad" + ], + [ + "ĠO", + "K" + ], + [ + "Ġ20", + "00" + ], + [ + "Ġpre", + "pared" + ], + [ + "Ġman", + "aged" + ], + [ + "Ġreac", + "hes" + ], + [ + "ĠC", + "ong" + ], + [ + "Ġag", + "ed" + ], + [ + "S", + "ÃŃ" + ], + [ + "itt", + "ee" + ], + [ + "Ġcall", + "s" + ], + [ + "og", + "raph" + ], + [ + "Ġav", + "ail" + ], + [ + "Ġcom", + "ed" + ], + [ + "Ġu", + "nd" + ], + [ + "ich", + "o" + ], + [ + "âĮĭ", + "." + ], + [ + "b", + "on" + ], + [ + "Ġpa", + "use" + ], + [ + "Ġt", + "ar" + ], + [ + "ĠTex", + "as" + ], + [ + "c", + "ould" + ], + [ + "w", + "in" + ], + [ + "ost", + "a" + ], + [ + "Ġqu", + "iero" + ], + [ + "Ġmad", + "re" + ], + [ + "Ġt", + "i" + ], + [ + "Ġcas", + "es" + ], + [ + "f", + "it" + ], + [ + "est", + "a" + ], + [ + "Ġal", + "to" + ], + [ + "ATI", + "VE" + ], + [ + "ĠT", + "od" + ], + [ + "Ġjump", + "ed" + ], + [ + "ĠW", + "al" + ], + [ + "s", + "how" + ], + [ + "F", + "irst" + ], + [ + "Ġm", + "ientras" + ], + [ + "Ġadd", + "ress" + ], + [ + "Ġrock", + "s" + ], + [ + "Ġsuggest", + "ed" + ], + [ + "Ġsecond", + "s" + ], + [ + "Ġt", + "ries" + ], + [ + "ĠPe", + "ople" + ], + [ + "Ġhar", + "m" + ], + [ + "Ġvist", + "o" + ], + [ + "Ġr", + "ate" + ], + [ + "arl", + "iam" + ], + [ + "Ġprov", + "ince" + ], + [ + "ĠG", + "reen" + ], + [ + "Ġd", + "ice" + ], + [ + "ĠRic", + "hard" + ], + [ + "Ġwor", + "ried" + ], + [ + "al", + "ed" + ], + [ + "ĠO", + "N" + ], + [ + "ĠP", + "al" + ], + [ + "Ġevent", + "s" + ], + [ + "Ġne", + "ither" + ], + [ + "Ġf", + "ond" + ], + [ + "Ġbeg", + "ins" + ], + [ + "Ġg", + "az" + ], + [ + "ĠC", + "hild" + ], + [ + "Ġper", + "for" + ], + [ + "ĠS", + "ummer" + ], + [ + "ĠIs", + "land" + ], + [ + "ient", + "os" + ], + [ + "Ġfix", + "ed" + ], + [ + "Ġmod", + "el" + ], + [ + "Ġtrain", + "ing" + ], + [ + "ber", + "g" + ], + [ + "th", + "ink" + ], + [ + "ĠO", + "s" + ], + [ + "Y", + "o" + ], + [ + "Ġkind", + "s" + ], + [ + "l", + "am" + ], + [ + "ĠA", + "rab" + ], + [ + "Ġha", + "ber" + ], + [ + "ĠP", + "ap" + ], + [ + "ĠM", + "ost" + ], + [ + "Ġot", + "ros" + ], + [ + "Ġp", + "ed" + ], + [ + "Ġs", + "ang" + ], + [ + "u", + "j" + ], + [ + "Ġm", + "ud" + ], + [ + "Ġcon", + "cl" + ], + [ + "ch", + "ing" + ], + [ + "ñ", + "ana" + ], + [ + "Ġe", + "ld" + ], + [ + "ĠS", + "a" + ], + [ + "Per", + "haps" + ], + [ + "s", + "ing" + ], + [ + "Ġrem", + "ind" + ], + [ + "O", + "S" + ], + [ + "Ġinter", + "rupt" + ], + [ + "Ġtra", + "il" + ], + [ + "x", + "im" + ], + [ + "on", + "se" + ], + [ + "iv", + "o" + ], + [ + "Ġde", + "re" + ], + [ + "pl", + "ic" + ], + [ + "n", + "am" + ], + [ + "pa", + "ñ" + ], + [ + "Ġran", + "ge" + ], + [ + "Ġte", + "ach" + ], + [ + "Ġd", + "ancing" + ], + [ + "Ġpal", + "ab" + ], + [ + "er", + "on" + ], + [ + "arliam", + "ent" + ], + [ + "REL", + "ATIVE" + ], + [ + "our", + "t" + ], + [ + "Ġc", + "ards" + ], + [ + "ĠC", + "la" + ], + [ + "qu", + "es" + ], + [ + "Ġlead", + "ing" + ], + [ + "Ġdevelop", + "ed" + ], + [ + "Ġt", + "iger" + ], + [ + "Ġm", + "ale" + ], + [ + "ĠM", + "id" + ], + [ + "min", + "istr" + ], + [ + "ĠC", + "a" + ], + [ + "ÃŃ", + "do" + ], + [ + "Ġdown", + "stairs" + ], + [ + "Ġocc", + "asion" + ], + [ + "en", + "ing" + ], + [ + "Ġp", + "ool" + ], + [ + "ĠChin", + "ese" + ], + [ + "Ġoffic", + "ial" + ], + [ + "Ġf", + "ac" + ], + [ + "ad", + "ie" + ], + [ + "Ġter", + "min" + ], + [ + "Ġshout", + "ed" + ], + [ + "Ġpur", + "ple" + ], + [ + "ĠB", + "at" + ], + [ + "ĠMart", + "in" + ], + [ + "ceed", + "ed" + ], + [ + "ĠB", + "razil" + ], + [ + "it", + "ation" + ], + [ + "G", + "ot" + ], + [ + "Ġpre", + "vent" + ], + [ + "p", + "ara" + ], + [ + "Ġt", + "im" + ], + [ + "Ġc", + "in" + ], + [ + "Ġex", + "ec" + ], + [ + "ĠA", + "ward" + ], + [ + "h", + "ost" + ], + [ + "ord", + "on" + ], + [ + "an", + "as" + ], + [ + "Ġtele", + "phone" + ], + [ + "Ġshow", + "ing" + ], + [ + "Ġacc", + "ording" + ], + [ + "Ġb", + "is" + ], + [ + "Ġpr", + "ice" + ], + [ + "Ġc", + "ousin" + ], + [ + "ĠR", + "eg" + ], + [ + "bab", + "bles" + ], + [ + "C", + "ould" + ], + [ + "Ġfour", + "th" + ], + [ + "Ġp", + "red" + ], + [ + "ĠN", + "at" + ], + [ + "Ġus", + "es" + ], + [ + "Ġbl", + "ind" + ], + [ + "r", + "at" + ], + [ + "Ġcar", + "rying" + ], + [ + "Ġimp", + "ossible" + ], + [ + "ĠA", + "ct" + ], + [ + "Ġpad", + "re" + ], + [ + "é", + "ste" + ], + [ + "oo", + "ting" + ], + [ + "ea", + "ks" + ], + [ + "Ġtong", + "ue" + ], + [ + "Ġbit", + "s" + ], + [ + "ĠS", + "anta" + ], + [ + "Ġblood", + "y" + ], + [ + "ci", + "o" + ], + [ + "use", + "um" + ], + [ + "Ġf", + "aces" + ], + [ + "g", + "l" + ], + [ + "Ġinclud", + "ed" + ], + [ + "Ġclim", + "b" + ], + [ + "Ġmedic", + "ine" + ], + [ + "Ġ", + "ú" + ], + [ + "Ġde", + "cl" + ], + [ + "Ġc", + "red" + ], + [ + "ĠS", + "ea" + ], + [ + "ind", + "a" + ], + [ + "Ġa", + "unt" + ], + [ + "ĠE", + "very" + ], + [ + "Ġst", + "ates" + ], + [ + "Ġper", + "cent" + ], + [ + "ough", + "s" + ], + [ + "Ġmag", + "n" + ], + [ + "c", + "ÃŃa" + ], + [ + "Ġhe", + "llo" + ], + [ + "ĠM", + "el" + ], + [ + "ĠSw", + "ed" + ], + [ + "Ġforgot", + "ten" + ], + [ + "Ġb", + "od" + ], + [ + "ac", + "he" + ], + [ + "Ġsh", + "ips" + ], + [ + "Ġmag", + "az" + ], + [ + "u", + "v" + ], + [ + "as", + "y" + ], + [ + "Ġmet", + "al" + ], + [ + "Ġr", + "out" + ], + [ + "ic", + "y" + ], + [ + "et", + "t" + ], + [ + "Ġar", + "ch" + ], + [ + "Ġpl", + "ans" + ], + [ + "Ġd", + "are" + ], + [ + "Ġf", + "ashion" + ], + [ + "Ġg", + "ro" + ], + [ + "n", + "i" + ], + [ + "ba", + "jo" + ], + [ + "Ġmen", + "os" + ], + [ + "Ġc", + "ities" + ], + [ + "Re", + "feren" + ], + [ + "no", + "lo" + ], + [ + "Ġspe", + "ech" + ], + [ + "Ġmot", + "ion" + ], + [ + "Ġopport", + "unity" + ], + [ + "Ġfind", + "ing" + ], + [ + "Ġl", + "ugar" + ], + [ + "ic", + "les" + ], + [ + "ĠC", + "am" + ], + [ + "Ġ200", + "5" + ], + [ + "Ġni", + "ña" + ], + [ + "Ġpract", + "ice" + ], + [ + "Ġb", + "other" + ], + [ + "Ġrul", + "es" + ], + [ + "S", + "ir" + ], + [ + "Ġlangu", + "ages" + ], + [ + "Ġright", + "s" + ], + [ + "Ġevery", + "where" + ], + [ + "cc", + "ording" + ], + [ + "Ġmy", + "ster" + ], + [ + "Ġfif", + "teen" + ], + [ + "ist", + "a" + ], + [ + "Ġdet", + "ect" + ], + [ + "ĠD", + "ep" + ], + [ + "Ġact", + "ress" + ], + [ + "om", + "en" + ], + [ + "Ġabs", + "olutely" + ], + [ + "r", + "ás" + ], + [ + "ete", + "en" + ], + [ + "Ġwhe", + "els" + ], + [ + "bu", + "eno" + ], + [ + "ĠB", + "a" + ], + [ + "ĠChar", + "lie" + ], + [ + "Ġcontin", + "u" + ], + [ + "arent", + "ly" + ], + [ + "ri", + "ó" + ], + [ + "ĠFran", + "cis" + ], + [ + "le", + "ar" + ], + [ + "ĠG", + "reek" + ], + [ + "é", + "is" + ], + [ + "c", + "ómo" + ], + [ + "n", + "ce" + ], + [ + "or", + "ks" + ], + [ + "ĠD", + "ay" + ], + [ + "ra", + "g" + ], + [ + "Ġlo", + "ves" + ], + [ + "ĠD", + "utch" + ], + [ + "Ġmater", + "ial" + ], + [ + "Ġdec", + "ision" + ], + [ + "ah", + "ÃŃ" + ], + [ + "igh", + "s" + ], + [ + "ĠB", + "ear" + ], + [ + "Ġoffe", + "red" + ], + [ + "Ġstay", + "ed" + ], + [ + "Ġsandw", + "ich" + ], + [ + "Ġ", + "ing" + ], + [ + "C", + "hi" + ], + [ + "Ġl", + "an" + ], + [ + "Ġs", + "en" + ], + [ + "ĠW", + "il" + ], + [ + "Ġte", + "xt" + ], + [ + "act", + "or" + ], + [ + "Ġbrother", + "s" + ], + [ + "r", + "ink" + ], + [ + "ĠK", + "ore" + ], + [ + "Ġsc", + "rew" + ], + [ + "Ġob", + "lig" + ], + [ + "Ġc", + "raw" + ], + [ + "Ġmount", + "ains" + ], + [ + "f", + "ish" + ], + [ + "ĠO", + "kay" + ], + [ + "Ġcent", + "re" + ], + [ + "Ġb", + "omb" + ], + [ + "s", + "ure" + ], + [ + "Ġc", + "y" + ], + [ + "ĠBer", + "ta" + ], + [ + "ĠM", + "ount" + ], + [ + "Ġem", + "pe" + ], + [ + "t", + "od" + ], + [ + "v", + "in" + ], + [ + "ir", + "gin" + ], + [ + "ĠF", + "riday" + ], + [ + "M", + "ic" + ], + [ + "Ġext", + "reme" + ], + [ + "Ġoppos", + "ite" + ], + [ + "Ġcont", + "ract" + ], + [ + "Ġstr", + "uct" + ], + [ + "C", + "ar" + ], + [ + "a", + "ft" + ], + [ + "u", + "ke" + ], + [ + "Ġni", + "ños" + ], + [ + "h", + "um" + ], + [ + "Ġcook", + "ie" + ], + [ + "G", + "R" + ], + [ + "Ġ200", + "4" + ], + [ + "Ġaf", + "fect" + ], + [ + "Ġme", + "l" + ], + [ + "Ġbat", + "ter" + ], + [ + "u", + "no" + ], + [ + "Ġappear", + "ance" + ], + [ + "i", + "als" + ], + [ + "Ġdrink", + "ing" + ], + [ + "w", + "a" + ], + [ + "Ġst", + "yle" + ], + [ + "ick", + "ed" + ], + [ + "Ġkne", + "e" + ], + [ + "Ġs", + "igu" + ], + [ + "ar", + "ily" + ], + [ + "op", + "her" + ], + [ + "ot", + "hy" + ], + [ + "Ġqu", + "ien" + ], + [ + "ĠGrand", + "ma" + ], + [ + "C", + "os" + ], + [ + "Ġne", + "ces" + ], + [ + "Ġd", + "io" + ], + [ + "ll", + "y" + ], + [ + "Ġsab", + "es" + ], + [ + "b", + "res" + ], + [ + "Ġsuccess", + "ful" + ], + [ + "no", + "te" + ], + [ + "Ġfall", + "s" + ], + [ + "Ġb", + "in" + ], + [ + "Ġcontin", + "ues" + ], + [ + "l", + "ittle" + ], + [ + "Ġwall", + "s" + ], + [ + "Ġk", + "itty" + ], + [ + "J", + "ack" + ], + [ + "Ġd", + "read" + ], + [ + "iz", + "ing" + ], + [ + "Ġa", + "ward" + ], + [ + "ĠR", + "ock" + ], + [ + "Ġstand", + "s" + ], + [ + "O", + "oh" + ], + [ + "à", + "¥" + ], + [ + "Ġsm", + "iled" + ], + [ + "ac", + "ias" + ], + [ + "ĠD", + "id" + ], + [ + "ific", + "ation" + ], + [ + "ipp", + "er" + ], + [ + "ĠT", + "ony" + ], + [ + "Ġsa", + "f" + ], + [ + "T", + "om" + ], + [ + "al", + "ing" + ], + [ + "Ġ4", + "0" + ], + [ + "Ġstud", + "ents" + ], + [ + "Ġsha", + "d" + ], + [ + "Ġvol", + "v" + ], + [ + "Ġ200", + "1" + ], + [ + "tain", + "ed" + ], + [ + "ĠBon", + "net" + ], + [ + "Ġdefe", + "nd" + ], + [ + "v", + "iet" + ], + [ + "ĠPr", + "ince" + ], + [ + "it", + "as" + ], + [ + "Ġpl", + "at" + ], + [ + "Ġcond", + "ition" + ], + [ + "Ġdevelop", + "ment" + ], + [ + "act", + "ually" + ], + [ + "Ġquiet", + "ly" + ], + [ + "Ġw", + "ond" + ], + [ + "Ġme", + "re" + ], + [ + "Ġmon", + "ster" + ], + [ + "la", + "w" + ], + [ + "Ġstud", + "io" + ], + [ + "w", + "orth" + ], + [ + "Ġshe", + "ll" + ], + [ + "c", + "ream" + ], + [ + "ĠT", + "wo" + ], + [ + "Ġn", + "erv" + ], + [ + "Ġdo", + "ors" + ], + [ + "ĠW", + "ind" + ], + [ + "Ġu", + "nos" + ], + [ + "!", + "'" + ], + [ + "ay", + "a" + ], + [ + "ĠD", + "el" + ], + [ + "Ġhe", + "aven" + ], + [ + "Ġour", + "selves" + ], + [ + "Ġbo", + "ats" + ], + [ + "Ġcont", + "act" + ], + [ + "Ġp", + "ants" + ], + [ + "ond", + "ay" + ], + [ + "Ġn", + "urse" + ], + [ + "hi", + "b" + ], + [ + "ic", + "ión" + ], + [ + "Ġth", + "roat" + ], + [ + "p", + "any" + ], + [ + "r", + "ad" + ], + [ + "ur", + "ry" + ], + [ + "Ġsa", + "ke" + ], + [ + "Pe", + "ople" + ], + [ + "w", + "he" + ], + [ + "Ġcu", + "er" + ], + [ + "Ġmar", + "riage" + ], + [ + "ell", + "ig" + ], + [ + "am", + "n" + ], + [ + "p", + "ill" + ], + [ + "Ġc", + "ouncil" + ], + [ + "Ġneigh", + "bor" + ], + [ + "P", + "o" + ], + [ + "ar", + "ies" + ], + [ + "Ġpo", + "et" + ], + [ + "ill", + "as" + ], + [ + "e", + "le" + ], + [ + "Ġb", + "oss" + ], + [ + "Ġcr", + "ime" + ], + [ + "Ġpued", + "o" + ], + [ + "Ġth", + "in" + ], + [ + "Ġro", + "pe" + ], + [ + "Ġhig", + "hest" + ], + [ + "i", + "ado" + ], + [ + "Ġla", + "p" + ], + [ + "ÃŃ", + "cul" + ], + [ + "ĠK", + "en" + ], + [ + "Ġeas", + "ier" + ], + [ + "d", + "is" + ], + [ + "c", + "or" + ], + [ + "Ġg", + "or" + ], + [ + "Ġcomp", + "let" + ], + [ + "all", + "ed" + ], + [ + "ĠD", + "ist" + ], + [ + "ĠJ", + "esus" + ], + [ + "b", + "el" + ], + [ + "Ġcontin", + "ue" + ], + [ + "Ġá", + "r" + ], + [ + "oun", + "ce" + ], + [ + "ĠD", + "uring" + ], + [ + "Ġsus", + "pect" + ], + [ + "Ġsha", + "ke" + ], + [ + "Ġbu", + "eno" + ], + [ + "Ġnar", + "row" + ], + [ + "Ġv", + "ocal" + ], + [ + "Ġschool", + "s" + ], + [ + "ir", + "ing" + ], + [ + "p", + "on" + ], + [ + "Ġb", + "ike" + ], + [ + "an", + "ny" + ], + [ + "F", + "oot" + ], + [ + "Ġ18", + "6" + ], + [ + "s", + "orry" + ], + [ + "i", + "ud" + ], + [ + "á", + "p" + ], + [ + "ĠIn", + "ternational" + ], + [ + "Ġsus", + "p" + ], + [ + "ĠSm", + "ith" + ], + [ + "Ġb", + "oo" + ], + [ + "Ġhelp", + "ing" + ], + [ + "Ġret", + "ired" + ], + [ + "se", + "mb" + ], + [ + "Ġeat", + "en" + ], + [ + "Ġt", + "ard" + ], + [ + "Ġpro", + "ve" + ], + [ + "Ġmar", + "ry" + ], + [ + "Ġnin", + "ety" + ], + [ + "Ġup", + "set" + ], + [ + "C", + "har" + ], + [ + "Ġbig", + "gest" + ], + [ + "Ġyoung", + "er" + ], + [ + "Ġwhis", + "pered" + ], + [ + "Ġ199", + "0" + ], + [ + "ig", + "r" + ], + [ + "Ġob", + "viously" + ], + [ + "Ġfor", + "ced" + ], + [ + "b", + "ow" + ], + [ + "Ġpap", + "ers" + ], + [ + "at", + "ory" + ], + [ + "Ġsh", + "ook" + ], + [ + "Ġl", + "ado" + ], + [ + "Ġf", + "ro" + ], + [ + "Ġto", + "ast" + ], + [ + "ĠL", + "ady" + ], + [ + "ran", + "ce" + ], + [ + "fort", + "un" + ], + [ + "c", + "at" + ], + [ + "ve", + "y" + ], + [ + "Ġfle", + "w" + ], + [ + "cell", + "ent" + ], + [ + "Ġlar", + "ger" + ], + [ + "f", + "iller" + ], + [ + "Ġam", + "ig" + ], + [ + "Ġsett", + "led" + ], + [ + "m", + "ark" + ], + [ + "Ġdirect", + "ly" + ], + [ + "Ġparticular", + "ly" + ], + [ + "Ġno", + "mbre" + ], + [ + "Ġstud", + "ied" + ], + [ + "Ġre", + "ck" + ], + [ + "S", + "ay" + ], + [ + "ĠR", + "ome" + ], + [ + "Ġpas", + "a" + ], + [ + "Ġs", + "cience" + ], + [ + "Ġfright", + "ened" + ], + [ + "Ġ18", + "9" + ], + [ + "Ġsit", + "s" + ], + [ + "OT", + "HER" + ], + [ + "Ġk", + "m" + ], + [ + "'", + "," + ], + [ + "C", + "ont" + ], + [ + "ĠOlymp", + "ics" + ], + [ + "Ġgreat", + "est" + ], + [ + "Ġc", + "ub" + ], + [ + "ĠBe", + "ck" + ], + [ + "Ġinfl", + "u" + ], + [ + "Ġmention", + "ed" + ], + [ + "B", + "et" + ], + [ + "Ġknow", + "ledge" + ], + [ + "ĠM", + "ont" + ], + [ + "Ġele", + "ven" + ], + [ + "Ġp", + "it" + ], + [ + "st", + "ood" + ], + [ + "no", + "ds" + ], + [ + "Ġat", + "tend" + ], + [ + "ĠS", + "T" + ], + [ + "P", + "ut" + ], + [ + "Ġpod", + "ÃŃa" + ], + [ + "á", + "nt" + ], + [ + "Ġc", + "it" + ], + [ + "f", + "ess" + ], + [ + "Ġexpl", + "ained" + ], + [ + "G", + "u" + ], + [ + "f", + "rom" + ], + [ + "Ġcent", + "ral" + ], + [ + "Ġdec", + "ide" + ], + [ + "Ġsoci", + "ety" + ], + [ + "id", + "as" + ], + [ + "Ġpre", + "fer" + ], + [ + "Ġrep", + "ly" + ], + [ + "2", + "5" + ], + [ + "Ġb", + "aj" + ], + [ + "pl", + "ane" + ], + [ + "Ġev", + "il" + ], + [ + "Ġm", + "ail" + ], + [ + "ab", + "eth" + ], + [ + "Ġposs", + "ibly" + ], + [ + "ar", + "ÃŃa" + ], + [ + "b", + "ell" + ], + [ + "Ġno", + "min" + ], + [ + "Ġdes", + "k" + ], + [ + "f", + "a" + ], + [ + "ĠAr", + "t" + ], + [ + "C", + "E" + ], + [ + "Ġplay", + "ers" + ], + [ + "ĠAr", + "my" + ], + [ + "c", + "har" + ], + [ + "ĠR", + "og" + ], + [ + "Ġsome", + "what" + ], + [ + "aj", + "est" + ], + [ + "c", + "raft" + ], + [ + "H", + "a" + ], + [ + "duc", + "ed" + ], + [ + "Ġten", + "er" + ], + [ + "Ġb", + "os" + ], + [ + "as", + "tern" + ], + [ + "ĠG", + "ar" + ], + [ + "fe", + "ction" + ], + [ + "ĠPl", + "ay" + ], + [ + "sil", + "ence" + ], + [ + "19", + "9" + ], + [ + "Ġris", + "k" + ], + [ + "ĠJ", + "ud" + ], + [ + "Ġve", + "get" + ], + [ + "Ġtow", + "el" + ], + [ + "m", + "i" + ], + [ + "ot", + "ros" + ], + [ + "c", + "ing" + ], + [ + "ĠFl", + "or" + ], + [ + "Ġib", + "a" + ], + [ + "Ġwill", + "ing" + ], + [ + "o", + "v" + ], + [ + "Ġp", + "ic" + ], + [ + "ap", + "t" + ], + [ + "Ġb", + "ub" + ], + [ + "ĠB", + "essie" + ], + [ + "Ġter", + "rit" + ], + [ + "Ġsix", + "ty" + ], + [ + "ĠAn", + "na" + ], + [ + "g", + "reen" + ], + [ + "Ġwr", + "iter" + ], + [ + "Ġanx", + "ious" + ], + [ + "Ġp", + "ages" + ], + [ + "art", + "e" + ], + [ + "á", + "r" + ], + [ + "Ġmed", + "ia" + ], + [ + "as", + "ing" + ], + [ + "t", + "les" + ], + [ + "Ġwait", + "ed" + ], + [ + "uh", + "uh" + ], + [ + "Ġpartic", + "ip" + ], + [ + "an", + "ing" + ], + [ + "Ġy", + "ell" + ], + [ + "Ġrel", + "ated" + ], + [ + "Ġbeaut", + "y" + ], + [ + "Ġperfor", + "man" + ], + [ + "et", + "te" + ], + [ + "C", + "he" + ], + [ + "M", + "other" + ], + [ + "Ġw", + "ine" + ], + [ + "ĠB", + "u" + ], + [ + "and", + "on" + ], + [ + "Ġwind", + "ows" + ], + [ + "Ġholid", + "ay" + ], + [ + "Ġp", + "our" + ], + [ + "Ġest", + "oy" + ], + [ + "Ġpot", + "ato" + ], + [ + "ul", + "ous" + ], + [ + "Ġfor", + "ces" + ], + [ + "Ġsign", + "ific" + ], + [ + "Ġbring", + "ing" + ], + [ + "Ġcomfort", + "able" + ], + [ + "w", + "rit" + ], + [ + "Ġdep", + "art" + ], + [ + "Ġst", + "ir" + ], + [ + "ĠS", + "un" + ], + [ + "ĠR", + "oss" + ], + [ + "Ġrese", + "arch" + ], + [ + "as", + "p" + ], + [ + "Ġre", + "ve" + ], + [ + "um", + "ents" + ], + [ + "ient", + "es" + ], + [ + "Ġkeep", + "s" + ], + [ + "Ġavail", + "able" + ], + [ + "b", + "ir" + ], + [ + "Ġin", + "ternational" + ], + [ + "iron", + "ment" + ], + [ + "ĠB", + "E" + ], + [ + "nt", + "onces" + ], + [ + "ic", + "ia" + ], + [ + "ul", + "ty" + ], + [ + "ĠC", + "han" + ], + [ + "ĠSo", + "viet" + ], + [ + "H", + "old" + ], + [ + "Ġcirc", + "um" + ], + [ + "Ġball", + "oon" + ], + [ + "Ġrepe", + "ated" + ], + [ + "ha", + "ppy" + ], + [ + "ĠD", + "a" + ], + [ + "Ġest", + "aban" + ], + [ + "ier", + "to" + ], + [ + "us", + "hing" + ], + [ + "ĠL", + "in" + ], + [ + "Ġfu", + "era" + ], + [ + "Ġv", + "io" + ], + [ + "Ġb", + "ark" + ], + [ + "Ġma", + "ñana" + ], + [ + "M", + "ama" + ], + [ + "ra", + "el" + ], + [ + "Ġball", + "s" + ], + [ + "or", + "ough" + ], + [ + "Ġfair", + "ly" + ], + [ + "Ġs", + "que" + ], + [ + "Ġso", + "y" + ], + [ + "Ġb", + "unny" + ], + [ + "Ġshe", + "l" + ], + [ + "ĠG", + "ra" + ], + [ + "Ġexc", + "use" + ], + [ + "Ġpower", + "ful" + ], + [ + "ÃŃ", + "t" + ], + [ + "Ġmem", + "ory" + ], + [ + "ce", + "ly" + ], + [ + "Ġsa", + "v" + ], + [ + "Ġafter", + "wards" + ], + [ + "Ġb", + "are" + ], + [ + "B", + "ye" + ], + [ + "ñ", + "as" + ], + [ + "Ġdise", + "ase" + ], + [ + "Ġsign", + "ed" + ], + [ + "Ġt", + "un" + ], + [ + "ic", + "ans" + ], + [ + "Ġteam", + "s" + ], + [ + "Ġserv", + "ices" + ], + [ + "Ġsm", + "iling" + ], + [ + "Ġestab", + "l" + ], + [ + "ĠEmp", + "ire" + ], + [ + "ĠAcad", + "emy" + ], + [ + "Ġf", + "oc" + ], + [ + "Ġv", + "ote" + ], + [ + "K", + "eep" + ], + [ + "Ġb", + "ump" + ], + [ + "z", + "ar" + ], + [ + "Ġz", + "oo" + ], + [ + "ĠCan", + "ad" + ], + [ + "Ġm", + "ate" + ], + [ + "Ġwas", + "te" + ], + [ + "ĠE", + "ll" + ], + [ + "aw", + "s" + ], + [ + "Ġjud", + "ge" + ], + [ + "w", + "are" + ], + [ + "Ġcl", + "own" + ], + [ + "Ġf", + "urn" + ], + [ + "OT", + "H" + ], + [ + "Ġf", + "an" + ], + [ + "c", + "as" + ], + [ + "in", + "i" + ], + [ + "b", + "aj" + ], + [ + "Ġh", + "ug" + ], + [ + "G", + "reat" + ], + [ + "im", + "p" + ], + [ + "Ġperfect", + "ly" + ], + [ + "e", + "at" + ], + [ + "w", + "enty" + ], + [ + "w", + "hile" + ], + [ + "re", + "ally" + ], + [ + "Ġshop", + "ping" + ], + [ + "a", + "ign" + ], + [ + "T", + "en" + ], + [ + "Ġ18", + "8" + ], + [ + "Ġsil", + "ent" + ], + [ + "Ġw", + "ise" + ], + [ + "is", + "ions" + ], + [ + "Ġmiss", + "ion" + ], + [ + "Ġpreg", + "unt" + ], + [ + "Ġa", + "ño" + ], + [ + "y", + "ear" + ], + [ + "Ġt", + "ir" + ], + [ + "Ġele", + "cted" + ], + [ + "Ġú", + "lt" + ], + [ + "er", + "te" + ], + [ + "Ġa", + "vo" + ], + [ + "Ġse", + "es" + ], + [ + "il", + "os" + ], + [ + "Ġnin", + "eteen" + ], + [ + "?", + "'" + ], + [ + "Ġdo", + "in" + ], + [ + "ĠO", + "ther" + ], + [ + "em", + "a" + ], + [ + "Ġac", + "uer" + ], + [ + "ĠB", + "oy" + ], + [ + "p", + "ull" + ], + [ + "Ġinst", + "r" + ], + [ + "Ġp", + "sy" + ], + [ + "ru", + "ct" + ], + [ + "Ġf", + "ought" + ], + [ + "B", + "R" + ], + [ + "pl", + "ace" + ], + [ + "Ġdist", + "ribut" + ], + [ + "F", + "uck" + ], + [ + "Ġd", + "un" + ], + [ + "Ġqu", + "it" + ], + [ + "Ġnurs", + "ery" + ], + [ + "am", + "in" + ], + [ + "ater", + "pill" + ], + [ + "Ġsaf", + "ety" + ], + [ + "A", + "K" + ], + [ + "ĠDem", + "ocr" + ], + [ + "S", + "TE" + ], + [ + "ad", + "ing" + ], + [ + "rop", + "ical" + ], + [ + "Ġproper", + "ly" + ], + [ + "Ġwed", + "ding" + ], + [ + "Ġs", + "om" + ], + [ + "Ġim", + "m" + ], + [ + "Ġstr", + "ing" + ], + [ + "iv", + "a" + ], + [ + "ĠBar", + "b" + ], + [ + "Ġremark", + "ed" + ], + [ + "Ġo", + "l" + ], + [ + "Ġst", + "ro" + ], + [ + "w", + "ar" + ], + [ + "Ġche", + "st" + ], + [ + "ri", + "al" + ], + [ + "Ġ200", + "3" + ], + [ + "W", + "ow" + ], + [ + "s", + "ix" + ], + [ + "im", + "it" + ], + [ + "\"", + "?" + ], + [ + "Ġcon", + "e" + ], + [ + "ab", + "out" + ], + [ + "r", + "ado" + ], + [ + "ĠR", + "es" + ], + [ + "Ġb", + "i" + ], + [ + "F", + "AD" + ], + [ + "Ġbe", + "nd" + ], + [ + "Ġwh", + "ist" + ], + [ + "Ġbis", + "cu" + ], + [ + "Foot", + "note" + ], + [ + "al", + "y" + ], + [ + "r", + "é" + ], + [ + "Ġre", + "ci" + ], + [ + "Ġj", + "am" + ], + [ + "Ġdes", + "c" + ], + [ + "Ġglass", + "es" + ], + [ + "ÃŃ", + "r" + ], + [ + "Ġf", + "ence" + ], + [ + "Ġp", + "ump" + ], + [ + "Ġc", + "hat" + ], + [ + "Ġbut", + "t" + ], + [ + "Ġar", + "ran" + ], + [ + "a", + "fter" + ], + [ + "Ġbath", + "room" + ], + [ + "ac", + "ters" + ], + [ + "ĠF", + "ort" + ], + [ + "th", + "row" + ], + [ + "ar", + "me" + ], + [ + "Ġtr", + "oops" + ], + [ + "est", + "á" + ], + [ + "ar", + "lo" + ], + [ + "m", + "aking" + ], + [ + "ĠR", + "ay" + ], + [ + "ar", + "ia" + ], + [ + "Ġn", + "ap" + ], + [ + "Ġr", + "iding" + ], + [ + "Ġlaw", + "yer" + ], + [ + "C", + "a" + ], + [ + "Ġw", + "ings" + ], + [ + "Ġknow", + "ing" + ], + [ + "Ġval", + "ue" + ], + [ + "Ġnor", + "thern" + ], + [ + "ffic", + "ient" + ], + [ + "Ġ198", + "0" + ], + [ + "d", + "raw" + ], + [ + "Ġthe", + "ory" + ], + [ + "Ġthought", + "s" + ], + [ + "Ġaqu", + "el" + ], + [ + "Ġt", + "ort" + ], + [ + "ĠLa", + "ura" + ], + [ + "ĠAd", + "am" + ], + [ + "Ġman", + "ager" + ], + [ + "Ġaun", + "que" + ], + [ + "Ġcan", + "cer" + ], + [ + "Ġ", + "à¤" + ], + [ + "ĠB", + "ay" + ], + [ + "oc", + "key" + ], + [ + "Ġhab", + "ÃŃan" + ], + [ + "per", + "or" + ], + [ + "ĠSu", + "per" + ], + [ + "Ġact", + "ual" + ], + [ + "Ġhur", + "ried" + ], + [ + "ter", + "ing" + ], + [ + "Ġpain", + "ting" + ], + [ + "Ġl", + "atter" + ], + [ + "Ġche", + "e" + ], + [ + "Ġresp", + "onse" + ], + [ + "Ġen", + "em" + ], + [ + "ĠJ", + "er" + ], + [ + "Ġn", + "ative" + ], + [ + "ĠP", + "et" + ], + [ + "Th", + "ose" + ], + [ + "ic", + "ago" + ], + [ + "Ġfav", + "our" + ], + [ + "on", + "ia" + ], + [ + "Ġr", + "ust" + ], + [ + "Ġtien", + "en" + ], + [ + "ĠRuss", + "ia" + ], + [ + "olog", + "ical" + ], + [ + "Ġclot", + "h" + ], + [ + "I", + "V" + ], + [ + "[", + "$" + ], + [ + "ar", + "é" + ], + [ + "Ġde", + "but" + ], + [ + "ack", + "s" + ], + [ + "ĠAt", + "l" + ], + [ + "Ġcast", + "le" + ], + [ + "Ġhang", + "ing" + ], + [ + "B", + "C" + ], + [ + "Ġet", + "c" + ], + [ + "Ġd", + "ir" + ], + [ + "ent", + "ial" + ], + [ + "Ġve", + "h" + ], + [ + "Ġmet", + "hod" + ], + [ + "Ġal", + "t" + ], + [ + "Ġblank", + "et" + ], + [ + "Ġobs", + "erv" + ], + [ + "Ġconst", + "it" + ], + [ + "Ġsp", + "in" + ], + [ + "ĠMa", + "x" + ], + [ + "Ġequ", + "ip" + ], + [ + "ĠS", + "il" + ], + [ + "Ġwor", + "st" + ], + [ + "Ġaver", + "age" + ], + [ + "Ġpe", + "as" + ], + [ + "Th", + "ree" + ], + [ + "m", + "ined" + ], + [ + "Ġd", + "ic" + ], + [ + "Ġh", + "orn" + ], + [ + "z", + "as" + ], + [ + "Ġt", + "v" + ], + [ + "Ġv", + "ale" + ], + [ + "Ġsh", + "ock" + ], + [ + "Ġser", + "ve" + ], + [ + "J", + "ES" + ], + [ + "ha", + "d" + ], + [ + "ĠW", + "estern" + ], + [ + "Ġco", + "ach" + ], + [ + "if", + "orm" + ], + [ + "Ġhe", + "av" + ], + [ + "Ġremem", + "bered" + ], + [ + "2", + "3" + ], + [ + "ha", + "b" + ], + [ + "ĠM", + "aster" + ], + [ + "Ġty", + "pes" + ], + [ + "H", + "uh" + ], + [ + "ke", + "nd" + ], + [ + "Ġaf", + "ford" + ], + [ + "Ġeff", + "ort" + ], + [ + "Ġinclud", + "es" + ], + [ + "Ġeight", + "y" + ], + [ + "Ġbur", + "st" + ], + [ + "Ġgreat", + "er" + ], + [ + "Ġw", + "ave" + ], + [ + "Ġ200", + "2" + ], + [ + "C", + "ap" + ], + [ + "Ġne", + "at" + ], + [ + "Ġapp", + "reci" + ], + [ + "Ġconcer", + "ned" + ], + [ + "I", + "F" + ], + [ + "Ġin", + "no" + ], + [ + "Ġhear", + "ing" + ], + [ + "Ġ202", + "3" + ], + [ + "ĠE", + "ve" + ], + [ + "Ġtr", + "oub" + ], + [ + "Ġpass", + "ing" + ], + [ + "a", + "res" + ], + [ + "f", + "le" + ], + [ + "y", + "ellow" + ], + [ + "Ġpres", + "ence" + ], + [ + "Ġthr", + "own" + ], + [ + "Ġdefin", + "itely" + ], + [ + "Ġs", + "ite" + ], + [ + "Ġbar", + "n" + ], + [ + "c", + "od" + ], + [ + "Ġt", + "id" + ], + [ + "ĠP", + "en" + ], + [ + "Ġdescri", + "bed" + ], + [ + "Ġsold", + "ier" + ], + [ + "Ġpen", + "cil" + ], + [ + "Ġpus", + "hed" + ], + [ + "ĠInd", + "ians" + ], + [ + "ĠAfr", + "ican" + ], + [ + "Ġwas", + "hing" + ], + [ + "r", + "ick" + ], + [ + "Ġh", + "ook" + ], + [ + "Ġp", + "ant" + ], + [ + "iz", + "abeth" + ], + [ + "Ġr", + "ank" + ], + [ + "Ġdisapp", + "eared" + ], + [ + "d", + "addy" + ], + [ + "Ġfail", + "ed" + ], + [ + "is", + "her" + ], + [ + "Ġer", + "an" + ], + [ + "m", + "orrow" + ], + [ + "Ġart", + "ist" + ], + [ + "ĠIre", + "land" + ], + [ + "Ġf", + "ant" + ], + [ + "Ġgo", + "al" + ], + [ + "ick", + "ing" + ], + [ + "Ġpress", + "ure" + ], + [ + "Ġac", + "ab" + ], + [ + "Ġf", + "ancy" + ], + [ + "Is", + "n" + ], + [ + "II", + "I" + ], + [ + "A", + "bout" + ], + [ + "Ġw", + "ha" + ], + [ + "pp", + "le" + ], + [ + "ĠL", + "aw" + ], + [ + "t", + "ry" + ], + [ + "Ġg", + "ay" + ], + [ + "v", + "as" + ], + [ + "Ġb", + "lo" + ], + [ + "Ġfeel", + "s" + ], + [ + "Ġd", + "icho" + ], + [ + "hold", + "s" + ], + [ + "p", + "are" + ], + [ + "Ġpr", + "os" + ], + [ + "g", + "ers" + ], + [ + "un", + "s" + ], + [ + "Ġreport", + "ed" + ], + [ + "Ġmat", + "ters" + ], + [ + "ĠRoy", + "al" + ], + [ + "Ġp", + "izza" + ], + [ + "Ġad", + "op" + ], + [ + "Ġopin", + "ion" + ], + [ + "Ġd", + "om" + ], + [ + "um", + "ps" + ], + [ + "Ġf", + "ired" + ], + [ + "th", + "ur" + ], + [ + "m", + "es" + ], + [ + "uss", + "y" + ], + [ + "Ġrelations", + "hip" + ], + [ + "Ġproper", + "ty" + ], + [ + "ĠL", + "ake" + ], + [ + "Ġreal", + "ize" + ], + [ + "y", + "up" + ], + [ + "Ġter", + "ror" + ], + [ + "Ġgentle", + "men" + ], + [ + "ow", + "ing" + ], + [ + "u", + "le" + ], + [ + "ĠP", + "ak" + ], + [ + "Ġw", + "ished" + ], + [ + "Ġfor", + "ms" + ], + [ + "y", + "an" + ], + [ + "Ġw", + "an" + ], + [ + "ch", + "ief" + ], + [ + "Ġli", + "ber" + ], + [ + "ep", + "ing" + ], + [ + "ot", + "ion" + ], + [ + "Ġfeel", + "ings" + ], + [ + "et", + "ch" + ], + [ + "ain", + "e" + ], + [ + "Ġcomp", + "os" + ], + [ + "Ġknock", + "ed" + ], + [ + "Ġobject", + "s" + ], + [ + "il", + "ities" + ], + [ + "og", + "raphy" + ], + [ + "ish", + "ment" + ], + [ + "Ġtrans", + "port" + ], + [ + "Ġfamil", + "iar" + ], + [ + "ar", + "ing" + ], + [ + "Ġkne", + "es" + ], + [ + "Ġfre", + "qu" + ], + [ + "Ġhor", + "rible" + ], + [ + "Ġf", + "ully" + ], + [ + "ĠM", + "E" + ], + [ + "ĠG", + "O" + ], + [ + "Ġh", + "unt" + ], + [ + "im", + "ate" + ], + [ + "ĠV", + "ict" + ], + [ + "Ġfar", + "mer" + ], + [ + "Ġexc", + "it" + ], + [ + "Ġra", + "re" + ], + [ + "ĠW", + "ood" + ], + [ + "S", + "c" + ], + [ + "Ġexper", + "ien" + ], + [ + "Ġc", + "iud" + ], + [ + "v", + "amos" + ], + [ + "Ġdis", + "m" + ], + [ + "Ġc", + "ute" + ], + [ + "ĠCh", + "ief" + ], + [ + "Ġint", + "ent" + ], + [ + "Ġp", + "ra" + ], + [ + "Ġpos", + "itive" + ], + [ + "Be", + "fore" + ], + [ + "ĠAl", + "ice" + ], + [ + "Ġdi", + "am" + ], + [ + "Ġre", + "lease" + ], + [ + "Ġin", + "n" + ], + [ + "Ġf", + "ishing" + ], + [ + "cu", + "ent" + ], + [ + "Ġin", + "tern" + ], + [ + "oy", + "e" + ], + [ + "O", + "ther" + ], + [ + "ĠIs", + "rael" + ], + [ + "Ġs", + "ink" + ], + [ + "Ġc", + "ats" + ], + [ + "\"", + "]" + ], + [ + "no", + "thing" + ], + [ + "_", + "." + ], + [ + "à", + "®" + ], + [ + "Ġab", + "uel" + ], + [ + "do", + "g" + ], + [ + "Ġpare", + "ce" + ], + [ + "Ġmicro", + "phone" + ], + [ + "2", + "2" + ], + [ + "Ġm", + "ummy" + ], + [ + "Ġp", + "int" + ], + [ + "Ġdra", + "wn" + ], + [ + "A", + "ct" + ], + [ + "ĠK", + "at" + ], + [ + "Ġs", + "ch" + ], + [ + "Ġv", + "est" + ], + [ + "Ġprincip", + "al" + ], + [ + "c", + "ur" + ], + [ + "ign", + "ed" + ], + [ + "Ġpre", + "vious" + ], + [ + "l", + "ow" + ], + [ + "Ġc", + "amb" + ], + [ + "ĠI", + "S" + ], + [ + "Ġt", + "ied" + ], + [ + "ĠJ", + "ones" + ], + [ + "Ġdur", + "ante" + ], + [ + "Ġadv", + "ant" + ], + [ + "Ġestabl", + "ished" + ], + [ + "ĠCent", + "ral" + ], + [ + "Ġadm", + "ir" + ], + [ + "Ġkind", + "a" + ], + [ + "m", + "om" + ], + [ + "Ġg", + "ather" + ], + [ + "ĠMex", + "ico" + ], + [ + "it", + "zer" + ], + [ + "Ġdinosa", + "ur" + ], + [ + "Ġqu", + "al" + ], + [ + "Ġar", + "range" + ], + [ + "Ġwonder", + "ing" + ], + [ + "Ġchar", + "acters" + ], + [ + "s", + "ed" + ], + [ + "Ġbecom", + "ing" + ], + [ + "Ġmu", + "jer" + ], + [ + "Ġshould", + "ers" + ], + [ + "ĠH", + "o" + ], + [ + "Ġaw", + "are" + ], + [ + "Ġthrough", + "out" + ], + [ + "ou", + "ds" + ], + [ + "Ġclear", + "ly" + ], + [ + "Ġs", + "outhern" + ], + [ + "ĠV", + "an" + ], + [ + "Ġgrad", + "u" + ], + [ + "Ġv", + "ia" + ], + [ + "ac", + "hel" + ], + [ + "Ġst", + "aff" + ], + [ + "Ġtra", + "baj" + ], + [ + "Ġfamil", + "ies" + ], + [ + "ĠP", + "urdie" + ], + [ + "Ġexp", + "ress" + ], + [ + "ĠC", + "ath" + ], + [ + "reed", + "om" + ], + [ + "qu", + "ito" + ], + [ + "ĠM", + "ore" + ], + [ + "I", + "M" + ], + [ + "i", + "ation" + ], + [ + "Ġsy", + "mb" + ], + [ + "IGH", + "T" + ], + [ + "Ġf", + "el" + ], + [ + "Ġw", + "a" + ], + [ + "Ġwe", + "ird" + ], + [ + "N", + "A" + ], + [ + "Ġdo", + "zen" + ], + [ + "h", + "h" + ], + [ + "Ġa", + "le" + ], + [ + "Ġbe", + "ast" + ], + [ + "ĠC", + "orn" + ], + [ + "ĠE", + "ven" + ], + [ + "Every", + "thing" + ], + [ + "Ġdeter", + "mined" + ], + [ + "ĠR", + "ight" + ], + [ + "Ġact", + "ing" + ], + [ + "ĠFlor", + "ida" + ], + [ + "ou", + "g" + ], + [ + "Ġdro", + "ve" + ], + [ + "Ġa", + "ch" + ], + [ + "Ġlo", + "ose" + ], + [ + "c", + "ue" + ], + [ + "Ġm", + "ile" + ], + [ + "Ġplan", + "et" + ], + [ + "Ġdes", + "cend" + ], + [ + "Ġé", + "sta" + ], + [ + "Ġfig", + "ures" + ], + [ + "Ġt", + "ummy" + ], + [ + "Ġres", + "ist" + ], + [ + "Ġsoft", + "ly" + ], + [ + "Gr", + "and" + ], + [ + "à", + "°" + ], + [ + "Ġb", + "oots" + ], + [ + "Ġaut", + "om" + ], + [ + "Ġm", + "ort" + ], + [ + "ĠCh", + "icago" + ], + [ + "Ġhac", + "iendo" + ], + [ + "Ġsa", + "le" + ], + [ + "Ġbu", + "ried" + ], + [ + "Ġele", + "ment" + ], + [ + "ĠAustral", + "ian" + ], + [ + "ct", + "ors" + ], + [ + "Ġpa", + "ÃŃs" + ], + [ + "L", + "ea" + ], + [ + "Ġw", + "estern" + ], + [ + "ĠM", + "onday" + ], + [ + "Y", + "OU" + ], + [ + "Ġfor", + "ma" + ], + [ + "Ġmin", + "ister" + ], + [ + "Al", + "right" + ], + [ + "ĠColl", + "ege" + ], + [ + "ĠP", + "ooh" + ], + [ + "Ġaf", + "t" + ], + [ + "ĠC", + "ast" + ], + [ + "Ġin", + "it" + ], + [ + "Ġinst", + "ant" + ], + [ + "Ġsp", + "osta" + ], + [ + "n", + "ice" + ], + [ + "Ġwee", + "kend" + ], + [ + "Ġentire", + "ly" + ], + [ + "Ġb", + "ol" + ], + [ + "Ġcr", + "is" + ], + [ + "Ġsw", + "ing" + ], + [ + "Ġdoll", + "y" + ], + [ + "Ġobs", + "erved" + ], + [ + "Ġy", + "ard" + ], + [ + "Ġother", + "wise" + ], + [ + "Ġcook", + "ing" + ], + [ + "Ġque", + "en" + ], + [ + "Ġtra", + "vell" + ], + [ + "Ġexp", + "ression" + ], + [ + "ĠM", + "ass" + ], + [ + "Ġfriend", + "ly" + ], + [ + "Ġo", + "cean" + ], + [ + "Ġsp", + "orts" + ], + [ + "ie", + "ce" + ], + [ + "ĠSec", + "ret" + ], + [ + "Ġcom", + "ment" + ], + [ + "Ġmuch", + "os" + ], + [ + "d", + "in" + ], + [ + "Ġcamp", + "aign" + ], + [ + "ĠT", + "hank" + ], + [ + "b", + "ury" + ], + [ + "id", + "en" + ], + [ + "Ġepis", + "ode" + ], + [ + "ĠS", + "ol" + ], + [ + "Ġend", + "s" + ], + [ + "ĠBe", + "cause" + ], + [ + "Ġmag", + "net" + ], + [ + "w", + "alk" + ], + [ + "who", + "a" + ], + [ + "S", + "ince" + ], + [ + "Ġtalk", + "s" + ], + [ + "Ġd", + "ying" + ], + [ + "Ġreal", + "ized" + ], + [ + "uck", + "les" + ], + [ + "ú", + "s" + ], + [ + "Ġ3", + "1" + ], + [ + "Ġjo", + "ke" + ], + [ + "ur", + "as" + ], + [ + "Ġwit", + "ness" + ], + [ + "Ġun", + "iversity" + ], + [ + "Ġr", + "ings" + ], + [ + "am", + "as" + ], + [ + "em", + "on" + ], + [ + "Ġf", + "art" + ], + [ + "Ġc", + "ay" + ], + [ + "ar", + "á" + ], + [ + "Ġtou", + "ched" + ], + [ + "er", + "as" + ], + [ + "ĠW", + "H" + ], + [ + "Ġthrow", + "ing" + ], + [ + "Ġmix", + "ed" + ], + [ + "Ġ197", + "0" + ], + [ + "eder", + "al" + ], + [ + "pre", + "tend" + ], + [ + "Ġnue", + "vo" + ], + [ + "n", + "an" + ], + [ + "Ġf", + "aster" + ], + [ + "W", + "E" + ], + [ + "Ġre", + "asons" + ], + [ + "p", + "ret" + ], + [ + "Ġprodu", + "ction" + ], + [ + "Ġcu", + "atro" + ], + [ + "Ġsc", + "reen" + ], + [ + "4", + "0" + ], + [ + "S", + "omething" + ], + [ + "Ġg", + "ente" + ], + [ + "ĠM", + "ajor" + ], + [ + "ĠH", + "a" + ], + [ + "ĠPr", + "ime" + ], + [ + "Ġst", + "ones" + ], + [ + "Ġcont", + "ra" + ], + [ + "Ġdam", + "age" + ], + [ + "R", + "em" + ], + [ + "Ġme", + "as" + ], + [ + "Ġ", + "ess" + ], + [ + "os", + "en" + ], + [ + "ĠD", + "en" + ], + [ + "ile", + "t" + ], + [ + "ĠTH", + "AT" + ], + [ + "Ġb", + "ug" + ], + [ + "ĠR", + "ose" + ], + [ + "Ġest", + "ás" + ], + [ + "Ġgar", + "age" + ], + [ + "st", + "ances" + ], + [ + "zz", + "z" + ], + [ + "Ġex", + "erc" + ], + [ + "ot", + "es" + ], + [ + "Ġde", + "mon" + ], + [ + "ĠL", + "as" + ], + [ + "ĠH", + "aw" + ], + [ + "la", + "v" + ], + [ + "Ġst", + "om" + ], + [ + "aj", + "e" + ], + [ + "ĠR", + "uth" + ], + [ + "ĠM", + "os" + ], + [ + "ĠF", + "OR" + ], + [ + "Ġpoint", + "ed" + ], + [ + "Ġdeg", + "ree" + ], + [ + "Ġsh", + "r" + ], + [ + "ĠMat", + "emát" + ], + [ + "ĠD", + "O" + ], + [ + "Ġop", + "ens" + ], + [ + "Ġpolic", + "y" + ], + [ + "Ġa", + "z" + ], + [ + "Ġtr", + "actor" + ], + [ + "on", + "ly" + ], + [ + "uc", + "ha" + ], + [ + "D", + "r" + ], + [ + "S", + "T" + ], + [ + "Ġke", + "ys" + ], + [ + "he", + "ast" + ], + [ + "ánd", + "ose" + ], + [ + "Ġcomm", + "unic" + ], + [ + "Ġbox", + "es" + ], + [ + "ĠT", + "er" + ], + [ + "Ġr", + "ang" + ], + [ + "Ġre", + "y" + ], + [ + "Ġunder", + "stood" + ], + [ + "gen", + "cy" + ], + [ + "ĠG", + "ordon" + ], + [ + "t", + "ú" + ], + [ + "Ġg", + "ift" + ], + [ + "Ġpo", + "inting" + ], + [ + "A", + "mer" + ], + [ + "p", + "os" + ], + [ + "Ġgi", + "ant" + ], + [ + "g", + "os" + ], + [ + "Ġgat", + "hered" + ], + [ + "Ġdark", + "ness" + ], + [ + "qu", + "ién" + ], + [ + "Ġli", + "es" + ], + [ + "ĠAs", + "ia" + ], + [ + "Ġbrill", + "iant" + ], + [ + "On", + "ce" + ], + [ + "Ġdiv", + "ided" + ], + [ + "ĠÂ", + "·" + ], + [ + "ĠScot", + "land" + ], + [ + "Ġro", + "de" + ], + [ + "ang", + "le" + ], + [ + "ĠL", + "atin" + ], + [ + "Ġco", + "che" + ], + [ + "ĠV", + "irgin" + ], + [ + "Ġr", + "ise" + ], + [ + "Ġcr", + "own" + ], + [ + "Ġeffect", + "s" + ], + [ + "Ġn", + "ing" + ], + [ + "ill", + "ed" + ], + [ + "io", + "g" + ], + [ + "ĠCanad", + "ian" + ], + [ + "Ġmain", + "ly" + ], + [ + "Ġsp", + "ort" + ], + [ + "Ġt", + "ask" + ], + [ + "Ġs", + "oup" + ], + [ + "ul", + "ations" + ], + [ + "Ġlea", + "f" + ], + [ + "cha", + "ir" + ], + [ + "play", + "ing" + ], + [ + "oo", + "per" + ], + [ + "ĠJos", + "eph" + ], + [ + "Ġfore", + "ver" + ], + [ + "r", + "ough" + ], + [ + "âĮ", + "Ī" + ], + [ + "Ġvo", + "ices" + ], + [ + "Ġdro", + "ps" + ], + [ + "v", + "y" + ], + [ + "Ġ199", + "9" + ], + [ + "Ġdam", + "n" + ], + [ + "Ġwav", + "es" + ], + [ + "ĠV", + "al" + ], + [ + "Ġpull", + "ing" + ], + [ + "Ġm", + "ap" + ], + [ + "or", + "se" + ], + [ + "Ġle", + "vant" + ], + [ + "Ġcar", + "riage" + ], + [ + "ic", + "ated" + ], + [ + "Ġenv", + "ironment" + ], + [ + "aterpill", + "ar" + ], + [ + "s", + "ung" + ], + [ + "Ġab", + "andon" + ], + [ + "ost", + "on" + ], + [ + "Ġh", + "ic" + ], + [ + "app", + "y" + ], + [ + "ĠM", + "ur" + ], + [ + "Ġmir", + "ror" + ], + [ + "Ġcla", + "im" + ], + [ + "Ġcr", + "ash" + ], + [ + "Ġâ", + "Ģ" + ], + [ + "A", + "ye" + ], + [ + "Ġcaball", + "o" + ], + [ + "Ġw", + "id" + ], + [ + "am", + "á" + ], + [ + "ĠL", + "ook" + ], + [ + "Ġbuild", + "ings" + ], + [ + "Ġactiv", + "ity" + ], + [ + "emp", + "lo" + ], + [ + "Ġg", + "host" + ], + [ + "ber", + "ries" + ], + [ + "Ġfore", + "ign" + ], + [ + "ĠIr", + "ish" + ], + [ + "Ġsh", + "ooting" + ], + [ + "ĠP", + "h" + ], + [ + "Ġinflu", + "ence" + ], + [ + "ran", + "e" + ], + [ + "Ġland", + "s" + ], + [ + "Ġp", + "ond" + ], + [ + "and", + "s" + ], + [ + "ĠR", + "ec" + ], + [ + "Ġac", + "cess" + ], + [ + "Ġpull", + "s" + ], + [ + "ĠG", + "e" + ], + [ + "ian", + "ce" + ], + [ + "Ġw", + "ore" + ], + [ + "t", + "alk" + ], + [ + "est", + "ival" + ], + [ + "ats", + "y" + ], + [ + "Ġcam", + "ino" + ], + [ + "Ġdestro", + "yed" + ], + [ + "Ġb", + "en" + ], + [ + "ar", + "go" + ], + [ + "Ġsec", + "urity" + ], + [ + "Ġsepar", + "ate" + ], + [ + "whis", + "pers" + ], + [ + "Ġf", + "ier" + ], + [ + "Ġtrans", + "l" + ], + [ + "Ġperform", + "ed" + ], + [ + "Ġb", + "unch" + ], + [ + "us", + "o" + ], + [ + "ud", + "o" + ], + [ + "Ġstay", + "ing" + ], + [ + "Ġl", + "at" + ], + [ + "Ġpl", + "astic" + ], + [ + "Ġcr", + "uel" + ], + [ + "Ġd", + "ata" + ], + [ + "Ġstran", + "ger" + ], + [ + "Ġ18", + "7" + ], + [ + "Ġmagaz", + "ine" + ], + [ + "a", + "ñ" + ], + [ + "Ġper", + "d" + ], + [ + "Ġad", + "ministr" + ], + [ + "Ġrece", + "ive" + ], + [ + "2", + "1" + ], + [ + "Ġprodu", + "ce" + ], + [ + "Ġrec", + "om" + ], + [ + "ĠG", + "et" + ], + [ + "[", + "." + ], + [ + "Ġ196", + "0" + ], + [ + "ĠS", + "ing" + ], + [ + "um", + "n" + ], + [ + "p", + "ot" + ], + [ + "ig", + "an" + ], + [ + "Ġtra", + "ins" + ], + [ + "Ġalg", + "una" + ], + [ + "Ġact", + "ive" + ], + [ + "Ġcha", + "mpions" + ], + [ + "Ġcurrent", + "ly" + ], + [ + "Ġfeat", + "ures" + ], + [ + "C", + "ha" + ], + [ + "Ġl", + "ink" + ], + [ + "Ġas", + "ide" + ], + [ + "Ġadv", + "ice" + ], + [ + "Ġf", + "old" + ], + [ + "ĠL", + "ab" + ], + [ + "nolo", + "gy" + ], + [ + "ĠPro", + "v" + ], + [ + "am", + "ing" + ], + [ + "Ġh", + "ijo" + ], + [ + "il", + "iz" + ], + [ + "Ġrecord", + "ed" + ], + [ + "igg", + "les" + ], + [ + "Ġfol", + "ks" + ], + [ + "av", + "al" + ], + [ + "Ġcompan", + "ion" + ], + [ + "Ġcit", + "iz" + ], + [ + "W", + "H" + ], + [ + "Ġmed", + "io" + ], + [ + "st", + "ers" + ], + [ + "art", + "s" + ], + [ + "we", + "et" + ], + [ + "Ġsy", + "mp" + ], + [ + "Ġnews", + "paper" + ], + [ + "ĠE", + "leanor" + ], + [ + "let", + "s" + ], + [ + "ĠM", + "ike" + ], + [ + "Ġsign", + "al" + ], + [ + "Ġd", + "u" + ], + [ + "ed", + "ing" + ], + [ + "...", + "\"" + ], + [ + "Ġso", + "cks" + ], + [ + "Ġdist", + "ur" + ], + [ + "Ġpay", + "ing" + ], + [ + "Ġsle", + "pt" + ], + [ + "han", + "g" + ], + [ + "Ġdes", + "ire" + ], + [ + "V", + "ER" + ], + [ + "Ġto", + "es" + ], + [ + "ĠW", + "hile" + ], + [ + "Ġexcit", + "ement" + ], + [ + "u", + "ries" + ], + [ + "ĠAmer", + "icans" + ], + [ + "Ġg", + "an" + ], + [ + "ĠT", + "y" + ], + [ + "Ġhid", + "den" + ], + [ + "Ġcu", + "ps" + ], + [ + "ĠPr", + "in" + ], + [ + "ĠB", + "ang" + ], + [ + "Ġj", + "ugar" + ], + [ + "ĠL", + "ie" + ], + [ + "ab", + "oo" + ], + [ + "ran", + "g" + ], + [ + "Ġcomm", + "un" + ], + [ + "Ġche", + "ap" + ], + [ + "Ġy", + "ards" + ], + [ + "ste", + "in" + ], + [ + "ĠS", + "ee" + ], + [ + "Ġmed", + "ical" + ], + [ + "Ġfair", + "y" + ], + [ + "2", + "4" + ], + [ + "I", + "L" + ], + [ + "Ġindivid", + "ual" + ], + [ + "Ar", + "t" + ], + [ + "Ġp", + "ier" + ], + [ + "ca", + "re" + ], + [ + "Ġsw", + "ord" + ], + [ + "ĠBrit", + "ain" + ], + [ + "Ġn", + "adie" + ], + [ + "in", + "al" + ], + [ + "Ġinv", + "ol" + ], + [ + "Ġslight", + "ly" + ], + [ + "ul", + "s" + ], + [ + "Ġown", + "ed" + ], + [ + "Ġiss", + "ue" + ], + [ + "E", + "d" + ], + [ + "ĠG", + "ran" + ], + [ + "t", + "es" + ], + [ + "Ġkill", + "ing" + ], + [ + "Ġpart", + "ner" + ], + [ + "Ġmus", + "ical" + ], + [ + "ĠB", + "est" + ], + [ + "Ġcont", + "est" + ], + [ + "E", + "leanor" + ], + [ + "ateg", + "ory" + ], + [ + "EN", + "T" + ], + [ + "Ġme", + "asure" + ], + [ + "per", + "ing" + ], + [ + "cent", + "r" + ], + [ + "ĠDist", + "rict" + ], + [ + "ort", + "e" + ], + [ + "Ġpro", + "ved" + ], + [ + "Ġd", + "ish" + ], + [ + "ch", + "oo" + ], + [ + "RO", + "Z" + ], + [ + "ĠGovern", + "or" + ], + [ + "ĠD", + "ar" + ], + [ + "Ġuse", + "ful" + ], + [ + "Ġvo", + "z" + ], + [ + "Ġpsy", + "ch" + ], + [ + "Ġw", + "rest" + ], + [ + "Ġmat", + "ches" + ], + [ + "Ġrest", + "aur" + ], + [ + "Ġcre", + "ate" + ], + [ + "Ġmucha", + "s" + ], + [ + "ĠC", + "ont" + ], + [ + "Ġsh", + "o" + ], + [ + "Ġe", + "res" + ], + [ + "Ġal", + "ien" + ], + [ + "ĠS", + "i" + ], + [ + "Ġpro", + "gress" + ], + [ + "Ġrec", + "ently" + ], + [ + "Ġch", + "im" + ], + [ + "ĠB", + "art" + ], + [ + "cont", + "in" + ], + [ + "Ġc", + "ourage" + ], + [ + "Ġp", + "ow" + ], + [ + "Ġlad", + "der" + ], + [ + "Ġcop", + "y" + ], + [ + "ĠPak", + "istan" + ], + [ + "Ġp", + "oo" + ], + [ + "ĠM", + "et" + ], + [ + "il", + "o" + ], + [ + "Ġpued", + "en" + ], + [ + "Ġs", + "ore" + ], + [ + "Ġl", + "one" + ], + [ + "Ġn", + "ation" + ], + [ + "Ġcompan", + "ies" + ], + [ + "ish", + "op" + ], + [ + "Ġcult", + "ure" + ], + [ + "E", + "arly" + ], + [ + "Ġn", + "uc" + ], + [ + "Ġcre", + "o" + ], + [ + "Ġcuent", + "a" + ], + [ + "ĠT", + "ra" + ], + [ + "ge", + "nd" + ], + [ + "Ġown", + "er" + ], + [ + "Ġwood", + "en" + ], + [ + "Ġstub", + "s" + ], + [ + "un", + "as" + ], + [ + "Ġhab", + "lar" + ], + [ + "Ġmam", + "ma" + ], + [ + "Ġcray", + "ons" + ], + [ + "ĠAng", + "eles" + ], + [ + "Ġlock", + "ed" + ], + [ + "Ġwond", + "ered" + ], + [ + "Ġg", + "ri" + ], + [ + "im", + "ientos" + ], + [ + "er", + "al" + ], + [ + "Ġr", + "ot" + ], + [ + "Ġam", + "igo" + ], + [ + "ĠS", + "yl" + ], + [ + "Ġpur", + "s" + ], + [ + "Ġspec", + "ific" + ], + [ + "b", + "ird" + ], + [ + "Ġapp", + "arently" + ], + [ + "qu", + "ar" + ], + [ + "vocal", + "ize" + ], + [ + "ri", + "fic" + ], + [ + "ĠF", + "ar" + ], + [ + "rem", + "ember" + ], + [ + "av", + "ÃŃa" + ], + [ + "Ġremo", + "ved" + ], + [ + "Ġbe", + "b" + ], + [ + "k", + "iss" + ], + [ + "Ġest", + "os" + ], + [ + "Ġcar", + "r" + ], + [ + "Ġsure", + "ly" + ], + [ + "um", + "per" + ], + [ + "ke", + "e" + ], + [ + "Ġlaw", + "s" + ], + [ + "Ġinter", + "view" + ], + [ + "Ġreck", + "on" + ], + [ + "per", + "a" + ], + [ + "Ġtot", + "ally" + ], + [ + "Ġbod", + "ies" + ], + [ + "M", + "ost" + ], + [ + "c", + "ow" + ], + [ + "we", + "re" + ], + [ + "Ġh", + "oles" + ], + [ + "Ġfe", + "ather" + ], + [ + "no", + "pe" + ], + [ + "ne", + "ath" + ], + [ + "ĠIn", + "tern" + ], + [ + "A", + "p" + ], + [ + "Ġg", + "ently" + ], + [ + "ac", + "a" + ], + [ + "ĠâĮ", + "Ĭ" + ], + [ + "ver", + "se" + ], + [ + "Ġperforman", + "ce" + ], + [ + "Ġform", + "ula" + ], + [ + "Ġstre", + "ets" + ], + [ + "Ġba", + "jo" + ], + [ + "Ġcas", + "i" + ], + [ + "Ã", + "¤" + ], + [ + "Ġbecom", + "es" + ], + [ + "Ġamaz", + "ing" + ], + [ + "v", + "oc" + ], + [ + "Ġs", + "or" + ], + [ + "ĠR", + "om" + ], + [ + "Ġdec", + "or" + ], + [ + "Ġcut", + "ting" + ], + [ + "ĠJe", + "an" + ], + [ + "G", + "H" + ], + [ + "Ġstop", + "s" + ], + [ + "Ġlist", + "ened" + ], + [ + "Ġsha", + "me" + ], + [ + "gg", + "ing" + ], + [ + "Ġcol", + "our" + ], + [ + "a", + "e" + ], + [ + "Ġre", + "view" + ], + [ + "Ġsc", + "ore" + ], + [ + "Ġstat", + "istics" + ], + [ + "Ġlift", + "ed" + ], + [ + "Ġg", + "ir" + ], + [ + "Ġsp", + "ite" + ], + [ + "Ġph", + "ilos" + ], + [ + "itzer", + "land" + ], + [ + "Ġc", + "ama" + ], + [ + "Ġjump", + "ing" + ], + [ + "idad", + "es" + ], + [ + "ĠC", + "ourt" + ], + [ + "Ġciud", + "ad" + ], + [ + "Ġs", + "ino" + ], + [ + "Ġjo", + "ven" + ], + [ + "f", + "ire" + ], + [ + "Ġtr", + "as" + ], + [ + "Ġup", + "per" + ], + [ + "Ġcl", + "oud" + ], + [ + "Ġ199", + "6" + ], + [ + "Ġste", + "pped" + ], + [ + "w", + "an" + ], + [ + "Ġc", + "raft" + ], + [ + "Ġin", + "ha" + ], + [ + "Ġgr", + "ay" + ], + [ + "er", + "ves" + ], + [ + "Ġair", + "plane" + ], + [ + "Ġcuri", + "ous" + ], + [ + "Ġcon", + "ce" + ], + [ + "ist", + "ry" + ], + [ + "Ġfield", + "s" + ], + [ + "Ġo", + "dd" + ], + [ + "Ġbran", + "ch" + ], + [ + "F", + "raser" + ], + [ + "es", + "ides" + ], + [ + "Ġintro", + "du" + ], + [ + "Ġindepend", + "ent" + ], + [ + "Ġb", + "order" + ], + [ + "Ġhel", + "ps" + ], + [ + "unt", + "os" + ], + [ + "y", + "m" + ], + [ + "Ġweap", + "ons" + ], + [ + "a", + "a" + ], + [ + "Ġdr", + "ama" + ], + [ + "Ġequ", + "al" + ], + [ + "Ġrequ", + "est" + ], + [ + "av", + "es" + ], + [ + "fess", + "or" + ], + [ + "ĠB", + "aby" + ], + [ + "ĠD", + "iv" + ], + [ + "Ġprison", + "ers" + ], + [ + "um", + "in" + ], + [ + "ĠP", + "op" + ], + [ + "Ġrelig", + "ious" + ], + [ + "Ġc", + "ri" + ], + [ + "l", + "ot" + ], + [ + "ĠB", + "ea" + ], + [ + "EL", + "L" + ], + [ + "Ġest", + "ud" + ], + [ + "Ġrec", + "on" + ], + [ + "Ġ199", + "2" + ], + [ + "Ch", + "rist" + ], + [ + "Ġp", + "ale" + ], + [ + "Ġcreat", + "ure" + ], + [ + "Ġrelig", + "ion" + ], + [ + "Ġ199", + "8" + ], + [ + "B", + "u" + ], + [ + "N", + "ew" + ], + [ + "Ġl", + "ord" + ], + [ + "Ġcl", + "ouds" + ], + [ + "Ġenjoy", + "ed" + ], + [ + "Ġtre", + "asure" + ], + [ + "Ġburn", + "ing" + ], + [ + "c", + "ons" + ], + [ + "ĠH", + "ill" + ], + [ + "Ġbit", + "ch" + ], + [ + "Ġstri", + "ke" + ], + [ + "Ġindust", + "ry" + ], + [ + "Ġw", + "ounded" + ], + [ + "ent", + "h" + ], + [ + "ĠJe", + "ff" + ], + [ + "Ġl", + "ack" + ], + [ + "ĠH", + "on" + ], + [ + "um", + "ed" + ], + [ + "ĠF", + "ox" + ], + [ + "Did", + "n" + ], + [ + "Ġsister", + "s" + ], + [ + "t", + "in" + ], + [ + "BR", + "OTHER" + ], + [ + "C", + "are" + ], + [ + "l", + "i" + ], + [ + "Ġt", + "ough" + ], + [ + "ĠS", + "pe" + ], + [ + "ĠJim", + "mie" + ], + [ + "l", + "ong" + ], + [ + "Ġintro", + "duced" + ], + [ + "hes", + "s" + ], + [ + "ues", + "day" + ], + [ + "Ġj", + "igs" + ], + [ + "Ġlead", + "ers" + ], + [ + "D", + "uring" + ], + [ + "Ġte", + "nder" + ], + [ + "N", + "ice" + ], + [ + "Ġconf", + "ess" + ], + [ + "Ġc", + "ot" + ], + [ + "ĠF", + "a" + ], + [ + "ans", + "as" + ], + [ + "unt", + "ary" + ], + [ + "Ġman", + "os" + ], + [ + "Ġsort", + "s" + ], + [ + "Ġexec", + "ut" + ], + [ + "Ġnerv", + "ous" + ], + [ + "Ġprot", + "est" + ], + [ + "ent", + "ed" + ], + [ + "ĠSw", + "itzerland" + ], + [ + "6", + "0" + ], + [ + "al", + "i" + ], + [ + "Ġtown", + "s" + ], + [ + "ĠM", + "ars" + ], + [ + "ur", + "ance" + ], + [ + "Ġcont", + "r" + ], + [ + "ĠmÃŃ", + "o" + ], + [ + "g", + "ly" + ], + [ + "bb", + "ed" + ], + [ + "Ġfrog", + "s" + ], + [ + "J", + "e" + ], + [ + "ĠH", + "i" + ], + [ + "ĠK", + "e" + ], + [ + "Ġgold", + "en" + ], + [ + "Ġrapid", + "ly" + ], + [ + "os", + "ter" + ], + [ + "Ġg", + "ain" + ], + [ + "Ġhe", + "ight" + ], + [ + "ĠD", + "ios" + ], + [ + "Ġlear", + "ning" + ], + [ + "S", + "am" + ], + [ + "Ġpick", + "ing" + ], + [ + "Ġclose", + "ly" + ], + [ + "Ġcand", + "id" + ], + [ + "Ġre", + "ar" + ], + [ + "ĠEd", + "ward" + ], + [ + "Ġse", + "ction" + ], + [ + "st", + "ra" + ], + [ + "Ġfuer", + "on" + ], + [ + "y", + "ay" + ], + [ + "Ġinv", + "ited" + ], + [ + "Ġbran", + "ches" + ], + [ + "Ġtar", + "get" + ], + [ + "ĠH", + "ind" + ], + [ + "ĠP", + "ac" + ], + [ + "ĠB", + "oston" + ], + [ + "ite", + "ct" + ], + [ + "Ġdiffic", + "ulty" + ], + [ + "com", + "o" + ], + [ + "Ġhun", + "ting" + ], + [ + "ad", + "ores" + ], + [ + "tom", + "a" + ], + [ + "ĠRog", + "er" + ], + [ + "Ġf", + "ox" + ], + [ + "Ġrepl", + "aced" + ], + [ + "Ġrespons", + "ible" + ], + [ + "ĠO", + "t" + ], + [ + "Ġr", + "ug" + ], + [ + "Ġdream", + "s" + ], + [ + "W", + "hile" + ], + [ + "Ġstud", + "ent" + ], + [ + "Ġland", + "ed" + ], + [ + "Ġt", + "in" + ], + [ + "Ġrequ", + "ired" + ], + [ + "Ġresult", + "s" + ], + [ + "Ġl", + "it" + ], + [ + "Ġgreat", + "ly" + ], + [ + "Ġhands", + "ome" + ], + [ + "ipp", + "ing" + ], + [ + "Ġseñ", + "ora" + ], + [ + "Ġpupp", + "y" + ], + [ + "Ġj", + "ail" + ], + [ + "Ġa", + "x" + ], + [ + "Ġorigin", + "ally" + ], + [ + "I", + "A" + ], + [ + "Ġtr", + "unk" + ], + [ + "Ġtra", + "ffic" + ], + [ + "Ġ199", + "5" + ], + [ + "ĠN", + "ight" + ], + [ + "Ġcrit", + "ic" + ], + [ + "t", + "oo" + ], + [ + "Ġgo", + "at" + ], + [ + "il", + "i" + ], + [ + "ĠDor", + "othy" + ], + [ + "Ġcook", + "ies" + ], + [ + "ad", + "er" + ], + [ + "Ġal", + "arm" + ], + [ + "Ġtri", + "al" + ], + [ + "ĠChampions", + "hip" + ], + [ + "er", + "k" + ], + [ + "ĠS", + "qu" + ], + [ + "O", + "M" + ], + [ + "Ġquie", + "re" + ], + [ + "Ġm", + "ant" + ], + [ + "D", + "E" + ], + [ + "ic", + "ing" + ], + [ + "Ġest", + "ado" + ], + [ + "Ġto", + "ilet" + ], + [ + "Ġex", + "cellent" + ], + [ + "Ġhors", + "ie" + ], + [ + "ĠC", + "amp" + ], + [ + "itc", + "her" + ], + [ + "ĠP", + "ot" + ], + [ + "Ġscar", + "cely" + ], + [ + "H", + "as" + ], + [ + "Ġh", + "ills" + ], + [ + "Ġen", + "se" + ], + [ + "C", + "arl" + ], + [ + "Ġ", + "����" + ], + [ + "ĠS", + "ince" + ], + [ + "ĠF", + "il" + ], + [ + "Ġdif", + "e" + ], + [ + "Ġbene", + "ath" + ], + [ + "ĠR", + "ev" + ], + [ + "Ġpr", + "int" + ], + [ + "u", + "vo" + ], + [ + "re", + "ck" + ], + [ + "Ġadvant", + "age" + ], + [ + "Ġ(", + ";" + ], + [ + "Ġno", + "ble" + ], + [ + "Ġbu", + "ena" + ], + [ + "az", + "ón" + ], + [ + "Ġchair", + "s" + ], + [ + "eng", + "ers" + ], + [ + "Ġr", + "ush" + ], + [ + "or", + "g" + ], + [ + "Ġbre", + "aking" + ], + [ + "ĠH", + "ot" + ], + [ + "Ġsweet", + "heart" + ], + [ + "Ġfol", + "k" + ], + [ + "Ġhe", + "sit" + ], + [ + "il", + "ty" + ], + [ + "Ġcred", + "it" + ], + [ + "Ġque", + "er" + ], + [ + "Ġcol", + "on" + ], + [ + "à", + "³" + ], + [ + "Ġv", + "ig" + ], + [ + "Ġbl", + "ame" + ], + [ + "urs", + "day" + ], + [ + "Ġbes", + "ides" + ], + [ + "Ġay", + "ud" + ], + [ + "ĠL", + "es" + ], + [ + "Ġun", + "us" + ], + [ + "Ġun", + "iform" + ], + [ + "Ġbrie", + "f" + ], + [ + "Ġaqu", + "ella" + ], + [ + "m", + "outh" + ], + [ + "Ġgu", + "itar" + ], + [ + "Ġd", + "ump" + ], + [ + "Ġtard", + "e" + ], + [ + "n", + "ament" + ], + [ + "Ġhom", + "bres" + ], + [ + "ĠAs", + "soci" + ], + [ + "ĠO", + "x" + ], + [ + "Ġexc", + "han" + ], + [ + "Ġsystem", + "s" + ], + [ + "Ġcont", + "ribut" + ], + [ + "Ġra", + "z" + ], + [ + "Â", + "°" + ], + [ + "Ġper", + "man" + ], + [ + "Ġadm", + "it" + ], + [ + "Ġneigh", + "bour" + ], + [ + "H", + "elp" + ], + [ + "Ġtreat", + "ed" + ], + [ + "Ġevident", + "ly" + ], + [ + "é", + "nt" + ], + [ + "Ġn", + "ut" + ], + [ + "Ġroom", + "s" + ], + [ + "Ġ199", + "4" + ], + [ + "ĠCong", + "ress" + ], + [ + "Ġd", + "entro" + ], + [ + "ico", + "le" + ], + [ + "Ġbag", + "s" + ], + [ + "Ġnos", + "otros" + ], + [ + "2", + "7" + ], + [ + "us", + "hes" + ], + [ + "Ġre", + "v" + ], + [ + "ous", + "ers" + ], + [ + "Ġvict", + "ory" + ], + [ + "Ġhab", + "l" + ], + [ + "B", + "en" + ], + [ + "ĠR", + "am" + ], + [ + "Ġgl", + "ance" + ], + [ + "Ġinc", + "ident" + ], + [ + "Ġnorm", + "ally" + ], + [ + "ke", + "ys" + ], + [ + "ĠCath", + "olic" + ], + [ + "Ġb", + "ord" + ], + [ + "ĠZ", + "eal" + ], + [ + "un", + "ning" + ], + [ + "od", + "es" + ], + [ + "Ġag", + "re" + ], + [ + "Ġsupp", + "ly" + ], + [ + "Ġcompet", + "ed" + ], + [ + "um", + "ble" + ], + [ + "iv", + "ity" + ], + [ + "be", + "y" + ], + [ + "Ġig", + "ual" + ], + [ + "j", + "ar" + ], + [ + "ĠEl", + "izabeth" + ], + [ + "turn", + "s" + ], + [ + "Ġrem", + "ains" + ], + [ + "Ġchan", + "nel" + ], + [ + "Ġt", + "ear" + ], + [ + "Ġint", + "ellig" + ], + [ + "Ġpal", + "ace" + ], + [ + "Ġw", + "ra" + ], + [ + "Ġsp", + "lend" + ], + [ + "Ġaccept", + "ed" + ], + [ + "LA", + "U" + ], + [ + "j", + "et" + ], + [ + "Ġele", + "v" + ], + [ + "Ġnea", + "rer" + ], + [ + "b", + "ot" + ], + [ + "Ġh", + "yd" + ], + [ + "ĠP", + "ost" + ], + [ + "ĠSt", + "ar" + ], + [ + "A", + "B" + ], + [ + "ĠT", + "ed" + ], + [ + "ĠP", + "an" + ], + [ + "Ġf", + "o" + ], + [ + "Ġeng", + "aged" + ], + [ + "ri", + "er" + ], + [ + "ore", + "nce" + ], + [ + "ĠH", + "al" + ], + [ + "Ġaw", + "ake" + ], + [ + "Ġw", + "ow" + ], + [ + "Ġcon", + "centr" + ], + [ + "h", + "us" + ], + [ + "Ġpri", + "ze" + ], + [ + "Ġcapt", + "ured" + ], + [ + "Ġw", + "ipe" + ], + [ + "it", + "ud" + ], + [ + "Ġwas", + "hed" + ], + [ + "am", + "i" + ], + [ + "ins", + "on" + ], + [ + "po", + "inting" + ], + [ + "Ġplan", + "ning" + ], + [ + "ĠX", + "X" + ], + [ + "ab", + "ility" + ], + [ + "arr", + "ing" + ], + [ + "Ġty", + "p" + ], + [ + "Ġhub", + "iera" + ], + [ + "Ġt", + "ierra" + ], + [ + "]", + "," + ], + [ + "ĠM", + "ajest" + ], + [ + "Ġdel", + "ic" + ], + [ + "Ġset", + "s" + ], + [ + "ĠAr", + "thur" + ], + [ + "Ġsu", + "ffe" + ], + [ + "Ġrecogn", + "ized" + ], + [ + "ĠPort", + "ug" + ], + [ + "all", + "a" + ], + [ + "Ġlos", + "ing" + ], + [ + "Ġhom", + "es" + ], + [ + "Ġd", + "im" + ], + [ + "Ġdo", + "ggie" + ], + [ + "Ġrecord", + "ing" + ], + [ + "âĢ", + "ķ" + ], + [ + "ĠZeal", + "and" + ], + [ + "Ġcom", + "mer" + ], + [ + "ĠN", + "ick" + ], + [ + "u", + "be" + ], + [ + "Ġpresent", + "ly" + ], + [ + "Ġr", + "ushed" + ], + [ + "ĠSo", + "ci" + ], + [ + "Ġsour", + "ce" + ], + [ + "Ġstom", + "ach" + ], + [ + "Ġtr", + "at" + ], + [ + "Ġmer", + "cha" + ], + [ + "Ġgr", + "ant" + ], + [ + "ah", + "hah" + ], + [ + "Ġeat", + "s" + ], + [ + "Ġc", + "ouch" + ], + [ + "ĠB", + "ro" + ], + [ + "Ġra", + "ise" + ], + [ + "Ġin", + "se" + ], + [ + "Ġel", + "imin" + ], + [ + "Ġprov", + "ided" + ], + [ + "Ġf", + "aint" + ], + [ + "st", + "one" + ], + [ + "ĠP", + "ers" + ], + [ + "Ġ199", + "7" + ], + [ + "Ġsome", + "how" + ], + [ + "Ġair", + "port" + ], + [ + "Ġb", + "orrow" + ], + [ + "Ġdr", + "ug" + ], + [ + "Ġexper", + "iment" + ], + [ + "Ġto", + "oth" + ], + [ + "ict", + "ed" + ], + [ + "Ġstruct", + "ure" + ], + [ + "Ġexc", + "iting" + ], + [ + "Ġpur", + "se" + ], + [ + "ĠC", + "ons" + ], + [ + "iver", + "se" + ], + [ + "Ġstick", + "s" + ], + [ + "ĠGovern", + "ment" + ], + [ + "c", + "up" + ], + [ + "Ġquer", + "ÃŃa" + ], + [ + "Referen", + "cias" + ], + [ + "Ġb", + "ones" + ], + [ + "é", + "l" + ], + [ + "und", + "o" + ], + [ + "it", + "z" + ], + [ + "Ġcr", + "u" + ], + [ + "Ġdel", + "iver" + ], + [ + "ĠBe", + "fore" + ], + [ + "ĠJim", + "my" + ], + [ + "Ġa", + "er" + ], + [ + "Ġbr", + "icks" + ], + [ + "Ġrecord", + "er" + ], + [ + "ĠB", + "ell" + ], + [ + "Ġsign", + "s" + ], + [ + "Ġleg", + "al" + ], + [ + "op", + "l" + ], + [ + "Ġref", + "used" + ], + [ + "Ġjob", + "s" + ], + [ + ".", + ")" + ], + [ + "in", + "as" + ], + [ + "riend", + "o" + ], + [ + "Ġord", + "inary" + ], + [ + "ĠAlex", + "ander" + ], + [ + "um", + "m" + ], + [ + "pe", + "ech" + ], + [ + "2", + "8" + ], + [ + "F", + "ather" + ], + [ + "qu", + "ier" + ], + [ + "O", + "ver" + ], + [ + "Ġsa", + "us" + ], + [ + "Ġcas", + "h" + ], + [ + "Ġest", + "as" + ], + [ + "nes", + "day" + ], + [ + "F", + "ine" + ], + [ + "ĠJ", + "erry" + ], + [ + "S", + "er" + ], + [ + "Ġsevent", + "y" + ], + [ + "n", + "on" + ], + [ + "Ġro", + "d" + ], + [ + "Ġthousand", + "s" + ], + [ + "Ġte", + "aching" + ], + [ + "Ġshow", + "er" + ], + [ + "19", + "8" + ], + [ + "Ġtemper", + "ature" + ], + [ + "Y", + "a" + ], + [ + "ke", + "l" + ], + [ + "Ġde", + "er" + ], + [ + "Ġattack", + "ed" + ], + [ + "Ġc", + "ord" + ], + [ + "Ġgrand", + "es" + ], + [ + "c", + "les" + ], + [ + "Ġbus", + "car" + ], + [ + "Ġmis", + "er" + ], + [ + "Ġdr", + "unk" + ], + [ + "Ġl", + "amb" + ], + [ + "Ġfort", + "une" + ], + [ + "Ġg", + "ang" + ], + [ + "ĠP", + "arliament" + ], + [ + "ĠF", + "ore" + ], + [ + "Ġch", + "osen" + ], + [ + "Ġsl", + "ipped" + ], + [ + "Ġm", + "ont" + ], + [ + "an", + "cia" + ], + [ + "Ġsymp", + "at" + ], + [ + "Ġsm", + "ooth" + ], + [ + "Ġw", + "ire" + ], + [ + "ac", + "le" + ], + [ + "ĠCh", + "ris" + ], + [ + "ĠAnd", + "y" + ], + [ + "Ġl", + "od" + ], + [ + "Ġen", + "orm" + ], + [ + "Ġcompet", + "ition" + ], + [ + "Ġcond", + "itions" + ], + [ + "AN", + "T" + ], + [ + "Ġprin", + "cess" + ], + [ + "Ġour", + "s" + ], + [ + "Ġdiv", + "or" + ], + [ + "Ġenter", + "tain" + ], + [ + "Ġm", + "ol" + ], + [ + "Ġapp", + "ointed" + ], + [ + "Ġp", + "ony" + ], + [ + "Ġar", + "row" + ], + [ + "Ġpap", + "a" + ], + [ + "Ġpod", + "er" + ], + [ + "ĠSte", + "ven" + ], + [ + "Ġd", + "uh" + ], + [ + "Ġcl", + "ient" + ], + [ + "Ġfif", + "th" + ], + [ + "Ġ", + "x" + ], + [ + "h", + "ot" + ], + [ + "Ġdesign", + "ed" + ], + [ + "to", + "ys" + ], + [ + "ies", + "e" + ], + [ + "Ġse", + "vere" + ], + [ + "Ġv", + "ir" + ], + [ + "cept", + "ion" + ], + [ + "E", + "W" + ], + [ + "l", + "ers" + ], + [ + "Ġb", + "id" + ], + [ + "ol", + "i" + ], + [ + "Ġsm", + "o" + ], + [ + "Ġprov", + "ide" + ], + [ + "2", + "6" + ], + [ + "Ġp", + "ure" + ], + [ + "ĠIn", + "stit" + ], + [ + "Ġhat", + "h" + ], + [ + "c", + "r" + ], + [ + "Ġincre", + "ased" + ], + [ + "t", + "ies" + ], + [ + "Ġco", + "ck" + ], + [ + "Ġpron", + "to" + ], + [ + "Ġco", + "al" + ], + [ + "g", + "i" + ], + [ + "id", + "ado" + ], + [ + "Ġpus", + "o" + ], + [ + "ĠR", + "od" + ], + [ + "Ġco", + "c" + ], + [ + "Ġap", + "artment" + ], + [ + "Ġbe", + "ars" + ], + [ + "Ġbre", + "ast" + ], + [ + "ĠP", + "olly" + ], + [ + "Ġbad", + "ly" + ], + [ + "Ġot", + "ras" + ], + [ + "Ġdoc", + "ument" + ], + [ + "E", + "E" + ], + [ + "Ġrel", + "ief" + ], + [ + "Ġw", + "olf" + ], + [ + "or", + "o" + ], + [ + "Ġr", + "áp" + ], + [ + "Ġpat", + "tern" + ], + [ + "ĠCl", + "ub" + ], + [ + "ĠJul", + "ia" + ], + [ + "ĠâĢ", + "¢" + ], + [ + "Ġ", + "CH" + ], + [ + "ĠS", + "erv" + ], + [ + "Ġrep", + "ro" + ], + [ + "ĠF", + "ire" + ], + [ + "ĠK", + "im" + ], + [ + "Ġspl", + "it" + ], + [ + "Ġlibr", + "ary" + ], + [ + "Ġin", + "tended" + ], + [ + "Ġbutter", + "fly" + ], + [ + "Ġme", + "chan" + ], + [ + "Ġc", + "ounter" + ], + [ + "Ġadd", + "ition" + ], + [ + "ha", + "ha" + ], + [ + "ac", + "io" + ], + [ + "Ġappear", + "s" + ], + [ + "Ġl", + "orry" + ], + [ + "Ġr", + "ising" + ], + [ + "ud", + "ed" + ], + [ + "Ġwin", + "ning" + ], + [ + "Ġlone", + "ly" + ], + [ + "ri", + "ff" + ], + [ + "ig", + "ator" + ], + [ + "Ġdestro", + "y" + ], + [ + "L", + "as" + ], + [ + "Ġn", + "ú" + ], + [ + "Ġp", + "ile" + ], + [ + "Ġpu", + "esto" + ], + [ + "Ġroll", + "ing" + ], + [ + "Ġmur", + "m" + ], + [ + "Ġinha", + "bit" + ], + [ + "Ġfun", + "ction" + ], + [ + "O", + "D" + ], + [ + "c", + "oughs" + ], + [ + "Ġp", + "iano" + ], + [ + "Ġ199", + "1" + ], + [ + "Ġb", + "one" + ], + [ + "ĠW", + "ed" + ], + [ + "Ġunder", + "neath" + ], + [ + "Ġt", + "us" + ], + [ + "Ġg", + "ained" + ], + [ + "Ġqu", + "ality" + ], + [ + "ge", + "ant" + ], + [ + "Ġbr", + "ings" + ], + [ + "Ġdiv", + "ision" + ], + [ + "Ġf", + "oll" + ], + [ + "Ġprim", + "era" + ], + [ + "ĠN", + "ob" + ], + [ + "Ġre", + "nt" + ], + [ + "Ġdr", + "own" + ], + [ + "Ġwat", + "ers" + ], + [ + "Ġar", + "g" + ], + [ + "Ġevent", + "ually" + ], + [ + "d", + "as" + ], + [ + "Ġl", + "ic" + ], + [ + "Ġas", + "pect" + ], + [ + "Ġdun", + "no" + ], + [ + "K", + "AR" + ], + [ + "z", + "ing" + ], + [ + "ll", + "e" + ], + [ + "ne", + "w" + ], + [ + "Ġham", + "mer" + ], + [ + "Ġstand", + "ard" + ], + [ + "is", + "o" + ], + [ + "ie", + "lo" + ], + [ + "Ġdoll", + "s" + ], + [ + "ĠCha", + "ir" + ], + [ + "Any", + "way" + ], + [ + "Ġp", + "ity" + ], + [ + "Ġsp", + "are" + ], + [ + "Ġre", + "act" + ], + [ + "an", + "co" + ], + [ + "av", + "ing" + ], + [ + "en", + "ger" + ], + [ + "Ġcon", + "ven" + ], + [ + "ĠW", + "omen" + ], + [ + "US", + "T" + ], + [ + "ĠS", + "om" + ], + [ + "Ġ", + "ign" + ], + [ + "ĠR", + "on" + ], + [ + "Ġice", + "cream" + ], + [ + "r", + "á" + ], + [ + "Ġre", + "jo" + ], + [ + "ĠBr", + "ad" + ], + [ + "Ġplan", + "ned" + ], + [ + "Ġpo", + "ison" + ], + [ + "ira", + "ffe" + ], + [ + "Ġjack", + "et" + ], + [ + "Ġprop", + "os" + ], + [ + "ĠH", + "ave" + ], + [ + "d", + "ri" + ], + [ + "ĠS", + "aint" + ], + [ + "ĠL", + "ike" + ], + [ + "Ġchan", + "ging" + ], + [ + "Ġhist", + "oria" + ], + [ + "Ġa", + "id" + ], + [ + "Ġneg", + "ro" + ], + [ + "Ġpic", + "nic" + ], + [ + "Ġcircum", + "stances" + ], + [ + "la", + "x" + ], + [ + "Ġprison", + "er" + ], + [ + "ent", + "es" + ], + [ + "ĠS", + "in" + ], + [ + "se", + "ll" + ], + [ + "Ġdemand", + "ed" + ], + [ + "ĠYou", + "ng" + ], + [ + "Ġheart", + "s" + ], + [ + "EL", + "A" + ], + [ + "ick", + "en" + ], + [ + "Ġmer", + "ry" + ], + [ + "b", + "in" + ], + [ + "ĠG", + "ames" + ], + [ + "Ġpart", + "ies" + ], + [ + "mp", + "ion" + ], + [ + "com", + "ing" + ], + [ + "om", + "y" + ], + [ + "Ġcom", + "en" + ], + [ + "Ġdis", + "play" + ], + [ + "Ġcha", + "llen" + ], + [ + "Ġpres", + "ents" + ], + [ + "ĠA", + "f" + ], + [ + "Ġmatemát", + "icas" + ], + [ + "Ġg", + "rie" + ], + [ + "Ġan", + "no" + ], + [ + "che", + "ster" + ], + [ + "Ġ6", + "0" + ], + [ + "No", + "body" + ], + [ + "Ġmight", + "y" + ], + [ + "Ġavo", + "id" + ], + [ + "s", + "omething" + ], + [ + "é", + "t" + ], + [ + "Ġold", + "est" + ], + [ + "Ġlad", + "s" + ], + [ + "Ġw", + "oke" + ], + [ + "Ġanim", + "ales" + ], + [ + "Ġg", + "reet" + ], + [ + "Ġk", + "night" + ], + [ + "Ġsu", + "elo" + ], + [ + "Ġdel", + "ay" + ], + [ + "Ġbelie", + "f" + ], + [ + "Ġpil", + "ot" + ], + [ + "Ġd", + "omin" + ], + [ + "ĠG", + "il" + ], + [ + "Ġcal", + "cul" + ], + [ + "ĠAll", + "ah" + ], + [ + "Ġincre", + "ase" + ], + [ + "Ġc", + "ows" + ], + [ + "Ġhac", + "ÃŃa" + ], + [ + "Ġbase", + "ball" + ], + [ + "Ġcand", + "y" + ], + [ + "ñ", + "or" + ], + [ + "Ġroll", + "ed" + ], + [ + "e", + "ze" + ], + [ + "an", + "i" + ], + [ + "ĠAust", + "ria" + ], + [ + "Ġamig", + "os" + ], + [ + "3", + "5" + ], + [ + "ĠCon", + "f" + ], + [ + "Ġjigs", + "aw" + ], + [ + "on", + "io" + ], + [ + "ĠB", + "as" + ], + [ + "Ġcha", + "in" + ], + [ + "CO", + "L" + ], + [ + "s", + "ighs" + ], + [ + "p", + "ush" + ], + [ + "ag", + "ain" + ], + [ + "ĠAr", + "ch" + ], + [ + "am", + "iento" + ], + [ + "ĠT", + "ommy" + ], + [ + "IT", + "H" + ], + [ + "G", + "A" + ], + [ + "ac", + "ional" + ], + [ + "oint", + "ment" + ], + [ + "M", + "any" + ], + [ + "er", + "g" + ], + [ + "ur", + "r" + ], + [ + "ĠNor", + "thern" + ], + [ + "in", + "os" + ], + [ + "Ġli", + "qu" + ], + [ + "Ġcross", + "ed" + ], + [ + "M", + "ark" + ], + [ + "the", + "w" + ], + [ + "hel", + "p" + ], + [ + "m", + "od" + ], + [ + "Ġp", + "ipe" + ], + [ + "is", + "er" + ], + [ + "ul", + "ated" + ], + [ + "Ġmist", + "ress" + ], + [ + "b", + "ie" + ], + [ + "Ġnot", + "es" + ], + [ + "Ġfart", + "her" + ], + [ + "Ġin", + "ten" + ], + [ + "Th", + "ink" + ], + [ + "Ġpued", + "es" + ], + [ + "M", + "ore" + ], + [ + "ger", + "y" + ], + [ + "sh", + "ine" + ], + [ + "f", + "irst" + ], + [ + "em", + "ás" + ], + [ + "Ġdis", + "hes" + ], + [ + "ad", + "d" + ], + [ + "Ġgrand", + "mother" + ], + [ + "Ġexpl", + "os" + ], + [ + "Ġperson", + "as" + ], + [ + "ĠH", + "arr" + ], + [ + "Ġhop", + "ing" + ], + [ + "Ġdorm", + "ir" + ], + [ + "Ġexp", + "ensive" + ], + [ + "Ġhop", + "ed" + ], + [ + "semb", + "ly" + ], + [ + "D", + "avid" + ], + [ + "M", + "ake" + ], + [ + "rent", + "e" + ], + [ + "Ġhum", + "ans" + ], + [ + "Ġesca", + "ped" + ], + [ + "Ġc", + "ave" + ], + [ + "ĠBer", + "n" + ], + [ + "S", + "ometimes" + ], + [ + "g", + "ust" + ], + [ + "Ġk", + "il" + ], + [ + "ĠC", + "y" + ], + [ + "Ġgu", + "ilty" + ], + [ + "Ġpas", + "ó" + ], + [ + "Ġemb", + "argo" + ], + [ + "us", + "ter" + ], + [ + "Ġkid", + "ding" + ], + [ + "GE", + "R" + ], + [ + "ick", + "et" + ], + [ + "c", + "ion" + ], + [ + "Ġp", + "aj" + ], + [ + "Ġcompan", + "ions" + ], + [ + "Ġoccur", + "red" + ], + [ + "ĠB", + "ird" + ], + [ + "Ġsc", + "ri" + ], + [ + "Ġadv", + "ance" + ], + [ + "Ġweap", + "on" + ], + [ + "é", + "e" + ], + [ + "Ġrecord", + "s" + ], + [ + "Ġappro", + "ach" + ], + [ + "Ġth", + "orough" + ], + [ + "Ġtr", + "ousers" + ], + [ + "Ġgrand", + "father" + ], + [ + "2", + "9" + ], + [ + "Ġreg", + "ret" + ], + [ + "at", + "han" + ], + [ + "4", + "5" + ], + [ + "Ġconne", + "cted" + ], + [ + "Ġadvent", + "ure" + ], + [ + "Ġs", + "ed" + ], + [ + "ar", + "le" + ], + [ + "Ġisland", + "s" + ], + [ + "Ġsla", + "ve" + ], + [ + "Ġt", + "ale" + ], + [ + "Ġp", + "itcher" + ], + [ + "Ġsex", + "ual" + ], + [ + "K", + "F" + ], + [ + "Ġhigh", + "ly" + ], + [ + "EL", + "S" + ], + [ + "Ġplat", + "form" + ], + [ + "ĠS", + "O" + ], + [ + "ond", + "e" + ], + [ + "Ġsupp", + "l" + ], + [ + "e", + "ight" + ], + [ + "an", + "ut" + ], + [ + "cl", + "aro" + ], + [ + "Amer", + "ican" + ], + [ + "Ġcr", + "imin" + ], + [ + "oot", + "ball" + ], + [ + "Ġprofess", + "or" + ], + [ + "al", + "ds" + ], + [ + "ĠB", + "ook" + ], + [ + "Ġser", + "iously" + ], + [ + "I", + "K" + ], + [ + "Ġtra", + "bajo" + ], + [ + "Ġhur", + "ts" + ], + [ + "G", + "e" + ], + [ + "Ġwe", + "alth" + ], + [ + "ĠGeor", + "g" + ], + [ + "Ġha", + "br" + ], + [ + "Ġdes", + "e" + ], + [ + "19", + "7" + ], + [ + "Ġgra", + "b" + ], + [ + "Ġtrans", + "fer" + ], + [ + "Sh", + "ut" + ], + [ + "Ġcomed", + "y" + ], + [ + "l", + "im" + ], + [ + "ĠL", + "and" + ], + [ + "ĠNet", + "her" + ], + [ + "Ġy", + "yy" + ], + [ + "ran", + "k" + ], + [ + "ek", + "aboo" + ], + [ + "Ġconse", + "qu" + ], + [ + "Ġclim", + "bed" + ], + [ + "b", + "id" + ], + [ + "Ġh", + "ora" + ], + [ + "ir", + "rel" + ], + [ + "cri", + "bed" + ], + [ + "J", + "une" + ], + [ + "um", + "es" + ], + [ + "Ġnum", + "er" + ], + [ + "Ġ198", + "8" + ], + [ + "ar", + "ian" + ], + [ + "Ġdo", + "ggy" + ], + [ + "umb", + "led" + ], + [ + "ink", + "y" + ], + [ + "p", + "ass" + ], + [ + "Ġbe", + "er" + ], + [ + "A", + "nother" + ], + [ + "Ġs", + "ons" + ], + [ + "Ġt", + "orn" + ], + [ + "----", + "\"" + ], + [ + "Ġw", + "agon" + ], + [ + "Ġan", + "te" + ], + [ + "ĠP", + "re" + ], + [ + "ĠJ", + "on" + ], + [ + "ĠOn", + "ly" + ], + [ + "Ġauthor", + "ity" + ], + [ + "ĠDis", + "ney" + ], + [ + "ig", + "a" + ], + [ + "em", + "ic" + ], + [ + "Ġpass", + "age" + ], + [ + "Ġh", + "ue" + ], + [ + "re", + "ll" + ], + [ + "ĠH", + "A" + ], + [ + "Ġmoment", + "s" + ], + [ + "ĠG", + "ree" + ], + [ + "Ġda", + "wn" + ], + [ + "do", + "or" + ], + [ + "Ġgu", + "est" + ], + [ + "Ġ199", + "3" + ], + [ + "Ġelect", + "r" + ], + [ + "ĠB", + "ud" + ], + [ + "Ġextreme", + "ly" + ], + [ + "en", + "es" + ], + [ + "Ġeas", + "tern" + ], + [ + "Ġeager", + "ly" + ], + [ + "Ġearn", + "est" + ], + [ + "us", + "a" + ], + [ + "all", + "as" + ], + [ + "ĠO", + "ri" + ], + [ + "O", + "ut" + ], + [ + "ut", + "o" + ], + [ + "Ġj", + "e" + ], + [ + "ié", + "nd" + ], + [ + "Ġant", + "i" + ], + [ + "a", + "jo" + ], + [ + "y", + "ard" + ], + [ + "ĠH", + "E" + ], + [ + "Ġinst", + "ru" + ], + [ + "ĠS", + "pr" + ], + [ + "Ġro", + "yal" + ], + [ + "ens", + "ion" + ], + [ + "ĠA", + "lf" + ], + [ + "hi", + "a" + ], + [ + "Ġgr", + "ace" + ], + [ + "Ġspe", + "ct" + ], + [ + "Ġsent", + "ence" + ], + [ + "Ġsatisf", + "ied" + ], + [ + "Ġse", + "lected" + ], + [ + "ail", + "ed" + ], + [ + "p", + "op" + ], + [ + "Ġw", + "ound" + ], + [ + "K", + "AT" + ], + [ + "it", + "án" + ], + [ + "Ġu", + "gly" + ], + [ + "ĠA", + "T" + ], + [ + "Ġex", + "act" + ], + [ + "ĠP", + "a" + ], + [ + "Ġlo", + "ad" + ], + [ + "Ġent", + "rance" + ], + [ + "it", + "ó" + ], + [ + "is", + "mo" + ], + [ + "Ġfind", + "s" + ], + [ + "Ġdisco", + "ver" + ], + [ + "Lea", + "ve" + ], + [ + "ĠT", + "or" + ], + [ + "op", + "ter" + ], + [ + "Ġless", + "ons" + ], + [ + "Ġshad", + "ow" + ], + [ + "Ġas", + "h" + ], + [ + "ÃŃ", + "amos" + ], + [ + "Ġo", + "d" + ], + [ + "ir", + "teen" + ], + [ + "ĠL", + "i" + ], + [ + "Ġcor", + "azón" + ], + [ + "Ġdra", + "g" + ], + [ + "Ġt", + "ub" + ], + [ + "Ġp", + "á" + ], + [ + "it", + "ure" + ], + [ + "Ġto", + "ss" + ], + [ + "Ġking", + "dom" + ], + [ + "um", + "a" + ], + [ + "ĠU", + "N" + ], + [ + "gu", + "es" + ], + [ + "Ġb", + "ond" + ], + [ + "ump", + "h" + ], + [ + "Ġkiss", + "ed" + ], + [ + "Ġm", + "os" + ], + [ + "Ġst", + "ack" + ], + [ + "el", + "come" + ], + [ + "Ġpeque", + "ño" + ], + [ + "Ġmes", + "a" + ], + [ + "Ġtreat", + "ment" + ], + [ + "Ġlea", + "gue" + ], + [ + "Ġset", + "ting" + ], + [ + "3", + "7" + ], + [ + "Ġsweet", + "ie" + ], + [ + "om", + "er" + ], + [ + "Ġb", + "ay" + ], + [ + "um", + "an" + ], + [ + "he", + "w" + ], + [ + "Ġcell", + "s" + ], + [ + "Ġy", + "um" + ], + [ + "ĠS", + "ur" + ], + [ + "Ġshe", + "d" + ], + [ + "Ġcom", + "r" + ], + [ + "Ġmark", + "s" + ], + [ + "Ġsuffe", + "red" + ], + [ + "d", + "at" + ], + [ + "Ġpo", + "bre" + ], + [ + "ons", + "ense" + ], + [ + "g", + "iggles" + ], + [ + "b", + "oo" + ], + [ + "Ġbelong", + "s" + ], + [ + "at", + "re" + ], + [ + "am", + "ps" + ], + [ + "Ġce", + "ased" + ], + [ + "Ġrecom", + "mend" + ], + [ + "am", + "ma" + ], + [ + "Ġse", + "qu" + ], + [ + "St", + "ay" + ], + [ + "Ġclim", + "ate" + ], + [ + "r", + "ich" + ], + [ + "Ġp", + "itch" + ], + [ + "ĠF", + "r" + ], + [ + "Ġprim", + "ero" + ], + [ + "Ca", + "use" + ], + [ + "p", + "y" + ], + [ + "Ġm", + "ama" + ], + [ + "Ġdr", + "ugs" + ], + [ + "Ġcur", + "tain" + ], + [ + "Ġeld", + "er" + ], + [ + "ea", + "ble" + ], + [ + "Ġso", + "ap" + ], + [ + "Ġam", + "or" + ], + [ + "Ġthr", + "ows" + ], + [ + "ĠS", + "on" + ], + [ + "Ġal", + "tern" + ], + [ + "mm", + "a" + ], + [ + "nd", + "a" + ], + [ + "Ġfl", + "ash" + ], + [ + "Ġconf", + "l" + ], + [ + "Ġro", + "les" + ], + [ + "ative", + "ly" + ], + [ + "Ġvict", + "im" + ], + [ + "Ġcomple", + "x" + ], + [ + "ĠB", + "rian" + ], + [ + "av", + "is" + ], + [ + "Ġc", + "ode" + ], + [ + "Ġenem", + "ies" + ], + [ + "E", + "ntonces" + ], + [ + "Ġse", + "ated" + ], + [ + "Ġc", + "aterpillar" + ], + [ + "ĠCom", + "pany" + ], + [ + "Ġimpro", + "ve" + ], + [ + "Ġus", + "eta" + ], + [ + "roll", + "ed" + ], + [ + "Ġch", + "op" + ], + [ + "Ġban", + "ana" + ], + [ + "Ġcondu", + "ct" + ], + [ + "Ġh", + "oy" + ], + [ + "ĠPe", + "ggy" + ], + [ + "ĠSwed", + "en" + ], + [ + "p", + "at" + ], + [ + "ĠB", + "ra" + ], + [ + "Ġcollect", + "ion" + ], + [ + "J", + "O" + ], + [ + "ĠT", + "own" + ], + [ + "Ġtr", + "uly" + ], + [ + "Ġsal", + "v" + ], + [ + "Ġcro", + "cod" + ], + [ + "ĠW", + "ay" + ], + [ + "Ġcomm", + "ander" + ], + [ + "ĠNether", + "lands" + ], + [ + "Ġp", + "ies" + ], + [ + "ĠA", + "wards" + ], + [ + "Ġsu", + "fficient" + ], + [ + "Ġmark", + "ed" + ], + [ + "ĠTh", + "ree" + ], + [ + "Ġless", + "on" + ], + [ + "Ġfor", + "give" + ], + [ + "Ġgu", + "ide" + ], + [ + "ĠMar", + "g" + ], + [ + "ĠDemocr", + "atic" + ], + [ + "lf", + "riend" + ], + [ + "Ġsub", + "s" + ], + [ + "c", + "est" + ], + [ + "Ġj", + "ue" + ], + [ + "ĠAssoci", + "ation" + ], + [ + "E", + "ll" + ], + [ + "Ġvol", + "ver" + ], + [ + "Ġd", + "iss" + ], + [ + "ĠI", + "II" + ], + [ + "Ġman", + "era" + ], + [ + "if", + "fe" + ], + [ + "ĠW", + "ater" + ], + [ + "ades", + "h" + ], + [ + "Ġmo", + "le" + ], + [ + "sh", + "outs" + ], + [ + "Ġgrand", + "ma" + ], + [ + "an", + "qu" + ], + [ + "Ġgovern", + "or" + ], + [ + "Ġwar", + "ning" + ], + [ + "Ġ198", + "9" + ], + [ + "Ġcuent", + "o" + ], + [ + "is", + "l" + ], + [ + "Ġo", + "ven" + ], + [ + "an", + "ed" + ], + [ + "ĠV", + "er" + ], + [ + "Ġast", + "on" + ], + [ + "Q", + "ue" + ], + [ + "ol", + "k" + ], + [ + "ĠD", + "E" + ], + [ + "ĠSt", + "one" + ], + [ + "Ġbos", + "que" + ], + [ + "Ġrec", + "ent" + ], + [ + "C", + "uando" + ], + [ + "I", + "LL" + ], + [ + "Ġun", + "as" + ], + [ + "Ġsp", + "ider" + ], + [ + "Ġgr", + "in" + ], + [ + "Ġc", + "hips" + ], + [ + "ĠG", + "irl" + ], + [ + "ĠRo", + "ad" + ], + [ + "Ġbuck", + "et" + ], + [ + "Ġgr", + "ate" + ], + [ + "writ", + "er" + ], + [ + "Ġ195", + "0" + ], + [ + "ĠFl", + "orence" + ], + [ + "ha", + "y" + ], + [ + "all", + "e" + ], + [ + "Ġinhabit", + "ants" + ], + [ + "\"", + ")." + ], + [ + "H", + "mm" + ], + [ + "re", + "mos" + ], + [ + "ĠM", + "en" + ], + [ + "our", + "se" + ], + [ + "Ġsol", + "id" + ], + [ + "Ġc", + "ig" + ], + [ + "Ġpro", + "ceed" + ], + [ + "Ġb", + "ul" + ], + [ + "hm", + "m" + ], + [ + "AL", + "L" + ], + [ + "Ġrequ", + "ire" + ], + [ + "am", + "ily" + ], + [ + "ĠR", + "ad" + ], + [ + "ĠSt", + "ep" + ], + [ + "L", + "ittle" + ], + [ + "Ġmy", + "th" + ], + [ + "á", + "m" + ], + [ + "does", + "n" + ], + [ + "or", + "ter" + ], + [ + "Ġr", + "acing" + ], + [ + "Ġwhen", + "ever" + ], + [ + "Ġsh", + "ining" + ], + [ + "Ġalgu", + "nos" + ], + [ + "m", + "ic" + ], + [ + "st", + "ant" + ], + [ + "Ġres", + "cue" + ], + [ + "J", + "oe" + ], + [ + "Ġp", + "ist" + ], + [ + "Ġap", + "olog" + ], + [ + "V", + "ID" + ], + [ + "ĠA", + "ny" + ], + [ + "Ġnet", + "work" + ], + [ + "Ġsu", + "e" + ], + [ + "Ġbel", + "t" + ], + [ + "Ġprop", + "osed" + ], + [ + "Ġad", + "vert" + ], + [ + "Ġste", + "al" + ], + [ + "ĠSecret", + "ary" + ], + [ + "S", + "S" + ], + [ + "b", + "us" + ], + [ + "Ġt", + "iss" + ], + [ + "Ġr", + "hy" + ], + [ + "ĠAb", + "out" + ], + [ + "p", + "here" + ], + [ + "Ġb", + "la" + ], + [ + "ul", + "o" + ], + [ + "ĠS", + "el" + ], + [ + "ĠVirgin", + "ia" + ], + [ + "Ġbe", + "ans" + ], + [ + "ĠS", + "ometimes" + ], + [ + "Ġoper", + "ation" + ], + [ + "Ġalg", + "ún" + ], + [ + "ĠJack", + "son" + ], + [ + "Ġstat", + "ement" + ], + [ + "in", + "vol" + ], + [ + "ĠL", + "y" + ], + [ + "á", + "b" + ], + [ + "Ġpresent", + "ed" + ], + [ + "Ġfamil", + "ia" + ], + [ + "Ġs", + "orrow" + ], + [ + "Ġup", + "side" + ], + [ + "Ġpo", + "ll" + ], + [ + "Ġnú", + "mer" + ], + [ + "Ġmed", + "al" + ], + [ + "reg", + "unt" + ], + [ + "Ġfle", + "et" + ], + [ + "Ġpolic", + "eman" + ], + [ + "r", + "ant" + ], + [ + "en", + "as" + ], + [ + "Ġdist", + "ingu" + ], + [ + "Ġburn", + "ed" + ], + [ + "Ġcay", + "ó" + ], + [ + "po", + "or" + ], + [ + "Ġtod", + "avÃŃa" + ], + [ + "Ġtun", + "nel" + ], + [ + "Ġh", + "ij" + ], + [ + "ir", + "med" + ], + [ + "g", + "onna" + ], + [ + "or", + "ange" + ], + [ + "ĠT", + "hanks" + ], + [ + "Ġshop", + "s" + ], + [ + "Cap", + "tain" + ], + [ + "Ġ", + "ze" + ], + [ + "ĠL", + "ong" + ], + [ + "ĠL", + "ove" + ], + [ + "Ġsee", + "k" + ], + [ + "ala", + "is" + ], + [ + "Ġinfl", + "uen" + ], + [ + "Å", + "į" + ], + [ + "Ġsplend", + "id" + ], + [ + "ĠB", + "ir" + ], + [ + "Ġex", + "ped" + ], + [ + "F", + "e" + ], + [ + "à¤", + "¾" + ], + [ + "Ġsell", + "ing" + ], + [ + "Ġtech", + "n" + ], + [ + "Ġf", + "ile" + ], + [ + "Ġl", + "uz" + ], + [ + "Ġse", + "ats" + ], + [ + "e", + "ven" + ], + [ + "Fran", + "k" + ], + [ + "C", + "all" + ], + [ + "Ġinst", + "it" + ], + [ + "Ġchem", + "ical" + ], + [ + "ĠW", + "ales" + ], + [ + "ĠPro", + "fessor" + ], + [ + "Ġf", + "ate" + ], + [ + "ĠS", + "id" + ], + [ + "ip", + "ed" + ], + [ + "Ġsoon", + "er" + ], + [ + "col", + "n" + ], + [ + "Ġdiam", + "ond" + ], + [ + "quar", + "ters" + ], + [ + "ĠF", + "re" + ], + [ + "Ġbus", + "h" + ], + [ + "Ġpel", + "ÃŃcul" + ], + [ + "Ġdel", + "icious" + ], + [ + "Ġmis", + "ma" + ], + [ + "Ġpus", + "hing" + ], + [ + "J", + "im" + ], + [ + "Ġ", + "ó" + ], + [ + "Ġpr", + "ince" + ], + [ + "Ġrecogn", + "ize" + ], + [ + ".", + "--" + ], + [ + "U", + "na" + ], + [ + "Ġswe", + "ar" + ], + [ + "Ġf", + "reedom" + ], + [ + "Ġg", + "rey" + ], + [ + "Ġpre", + "gn" + ], + [ + "het", + "ti" + ], + [ + "Ġt", + "ropical" + ], + [ + "St", + "ill" + ], + [ + "Ġsp", + "rang" + ], + [ + "Ġalto", + "gether" + ], + [ + "Ġhar", + "der" + ], + [ + "Ġth", + "irst" + ], + [ + "ĠBeck", + "y" + ], + [ + "ir", + "o" + ], + [ + "ĠA", + "le" + ], + [ + "c", + "ido" + ], + [ + "Ġb", + "ent" + ], + [ + "Ġp", + "owers" + ], + [ + "Ġag", + "ent" + ], + [ + "Ġsw", + "itch" + ], + [ + "Ġsend", + "ing" + ], + [ + "ong", + "o" + ], + [ + "s", + "ho" + ], + [ + "if", + "ts" + ], + [ + "hen", + "s" + ], + [ + "Ġkind", + "ly" + ], + [ + "Ġdist", + "ant" + ], + [ + "ĠSte", + "ve" + ], + [ + "Ġphys", + "ical" + ], + [ + "ĠT", + "uesday" + ], + [ + "N", + "OW" + ], + [ + "re", + "nder" + ], + [ + "Ġgood", + "s" + ], + [ + "Ġsc", + "ary" + ], + [ + "Ġsur", + "r" + ], + [ + "Ġhon", + "our" + ], + [ + "ĠCol", + "onel" + ], + [ + "Ġsla", + "ves" + ], + [ + "p", + "ress" + ], + [ + "s", + "w" + ], + [ + "Ġ", + "ún" + ], + [ + "Ġv", + "alley" + ], + [ + "ĠE", + "ach" + ], + [ + "Ġsp", + "ark" + ], + [ + "Ġjour", + "nal" + ], + [ + "Ġarrest", + "ed" + ], + [ + "is", + "ha" + ], + [ + "Ġgot", + "ten" + ], + [ + "Who", + "a" + ], + [ + "Ġcomplet", + "ed" + ], + [ + "Ġbr", + "and" + ], + [ + "go", + "es" + ], + [ + "eak", + "ing" + ], + [ + "Ġdelight", + "ed" + ], + [ + "Ġs", + "ust" + ], + [ + "sc", + "ream" + ], + [ + "Ġmo", + "b" + ], + [ + "ĠProv", + "ince" + ], + [ + "Ġt", + "ast" + ], + [ + "re", + "o" + ], + [ + "ĠI", + "ll" + ], + [ + "ĠP", + "atsy" + ], + [ + "Ġcomp", + "añ" + ], + [ + "Ġpri", + "est" + ], + [ + "Ġsuc", + "ceeded" + ], + [ + "Ġiss", + "ues" + ], + [ + "ĠBel", + "g" + ], + [ + "r", + "r" + ], + [ + "ook", + "ie" + ], + [ + "ĠI", + "m" + ], + [ + "Ġsha", + "pes" + ], + [ + "Ġch", + "ose" + ], + [ + "Ġcons", + "ult" + ], + [ + "ĠU", + "K" + ], + [ + "bo", + "at" + ], + [ + "Â", + "¶" + ], + [ + "re", + "al" + ], + [ + "Ġp", + "ussy" + ], + [ + "ac", + "on" + ], + [ + "ĠT", + "ri" + ], + [ + "Ġan", + "al" + ], + [ + "Ġfin", + "an" + ], + [ + "Ġsal", + "ir" + ], + [ + "ĠInd", + "e" + ], + [ + "Ġbar", + "co" + ], + [ + "Ġfuer", + "te" + ], + [ + "Ġscr", + "atch" + ], + [ + "ĠI", + "ran" + ], + [ + "ha", + "med" + ], + [ + "st", + "ick" + ], + [ + "il", + "idad" + ], + [ + "Ġun", + "s" + ], + [ + "Ġam", + "ar" + ], + [ + "Ġpass", + "engers" + ], + [ + "Mic", + "hael" + ], + [ + "Ġár", + "bol" + ], + [ + "ep", + "s" + ], + [ + "Ġven", + "ga" + ], + [ + "Ġwor", + "n" + ], + [ + "Ġsl", + "ip" + ], + [ + "B", + "ill" + ], + [ + "ĠH", + "ER" + ], + [ + "ct", + "ic" + ], + [ + "mo", + "ves" + ], + [ + "Ġdet", + "ails" + ], + [ + "Act", + "ually" + ], + [ + "ĠH", + "ay" + ], + [ + "ĠP", + "as" + ], + [ + "Ġcomp", + "ar" + ], + [ + "bre", + "ak" + ], + [ + ";", + "\"" + ], + [ + "Ġspir", + "its" + ], + [ + "B", + "ack" + ], + [ + "s", + "es" + ], + [ + "s", + "que" + ], + [ + "Ġn", + "ic" + ], + [ + "Ġ18", + "5" + ], + [ + "Ġg", + "ato" + ], + [ + "unt", + "s" + ], + [ + "p", + "ur" + ], + [ + "Ġc", + "hi" + ], + [ + "Ġpain", + "ted" + ], + [ + "Ġpl", + "ates" + ], + [ + "Ġfl", + "u" + ], + [ + "Ġfl", + "ood" + ], + [ + "Ġow", + "l" + ], + [ + "ie", + "res" + ], + [ + "Ġun", + "ivers" + ], + [ + "Ġarran", + "ged" + ], + [ + "Ġw", + "itch" + ], + [ + "Ġpoor", + "ly" + ], + [ + "Ġclim", + "bing" + ], + [ + "al", + "m" + ], + [ + "ĠC", + "le" + ], + [ + "ul", + "ance" + ], + [ + "Ġjust", + "ice" + ], + [ + "Ġsur", + "round" + ], + [ + "Ġhad", + "ta" + ], + [ + "d", + "os" + ], + [ + "Ġé", + "st" + ], + [ + "ch", + "os" + ], + [ + "ĠJ", + "ac" + ], + [ + "Ġaff", + "air" + ], + [ + "iss", + "a" + ], + [ + "Ġgu", + "er" + ], + [ + "ar", + "n" + ], + [ + "id", + "i" + ], + [ + "ĠTh", + "ursday" + ], + [ + "H", + "elen" + ], + [ + "Ġun", + "able" + ], + [ + "ĠO", + "ut" + ], + [ + "Ġcuer", + "po" + ], + [ + "Ġb", + "or" + ], + [ + "ĠY", + "o" + ], + [ + "Ġtrack", + "s" + ], + [ + "invol", + "untary" + ], + [ + "s", + "n" + ], + [ + "Ġd", + "an" + ], + [ + "Ġab", + "ility" + ], + [ + "ĠIs", + "lam" + ], + [ + "Ġpas", + "ado" + ], + [ + "Ġproduc", + "er" + ], + [ + "Ġun", + "it" + ], + [ + "Ġsab", + "er" + ], + [ + "ĠDan", + "iel" + ], + [ + "ĠD", + "ire" + ], + [ + "Ġaccom", + "pl" + ], + [ + "se", + "x" + ], + [ + "ea", + "u" + ], + [ + "ĠF", + "our" + ], + [ + "Every", + "body" + ], + [ + "Ġsch", + "ol" + ], + [ + "ĠAtl", + "antic" + ], + [ + "Ã", + "ī" + ], + [ + "Ġsp", + "eaks" + ], + [ + "Ġapp", + "les" + ], + [ + "Ġpre", + "m" + ], + [ + "Ġinno", + "cent" + ], + [ + "Ġda", + "ily" + ], + [ + "Ġstud", + "ies" + ], + [ + "Ġgo", + "dd" + ], + [ + "Ġmust", + "n" + ], + [ + "Ġorgan", + "ization" + ], + [ + "What", + "ever" + ], + [ + "Ġbutt", + "ons" + ], + [ + "ĠWed", + "nesday" + ], + [ + "ha", + "mm" + ], + [ + "Ġdri", + "ven" + ], + [ + "F", + "l" + ], + [ + "Ġc", + "her" + ], + [ + "Ġmin", + "or" + ], + [ + "Ġr", + "ice" + ], + [ + "Ġtrad", + "itional" + ], + [ + "ĠM", + "u" + ], + [ + "ĠE", + "astern" + ], + [ + "s", + "ometimes" + ], + [ + "Ġse", + "as" + ], + [ + "ĠS", + "and" + ], + [ + "s", + "en" + ], + [ + "id", + "ers" + ], + [ + "Ġgo", + "l" + ], + [ + "ue", + "b" + ], + [ + "Ġcons", + "erv" + ], + [ + "Ġpig", + "s" + ], + [ + "Sh", + "ould" + ], + [ + "ĠRob", + "in" + ], + [ + "ĠTur", + "k" + ], + [ + "uf", + "act" + ], + [ + "Ġc", + "oun" + ], + [ + "Ġst", + "ole" + ], + [ + "ĠH", + "ad" + ], + [ + "Ġar", + "med" + ], + [ + "iz", + "a" + ], + [ + "Ġb", + "raz" + ], + [ + "Ġal", + "c" + ], + [ + "Ġle", + "gend" + ], + [ + "ĠA", + "ld" + ], + [ + "ĠT", + "w" + ], + [ + "Ġhi", + "ja" + ], + [ + "ch", + "uckles" + ], + [ + "Ġsp", + "ots" + ], + [ + "ĠPer", + "haps" + ], + [ + "Ġbal", + "ance" + ], + [ + "Ġmult", + "ip" + ], + [ + "uc", + "ed" + ], + [ + "whis", + "pered" + ], + [ + "Ġgu", + "ests" + ], + [ + "Ġcar", + "bon" + ], + [ + "Ġmat", + "hem" + ], + [ + "Ġsymb", + "ol" + ], + [ + "ab", + "or" + ], + [ + "HER", + "E" + ], + [ + "Rem", + "ember" + ], + [ + "Ġsu", + "ck" + ], + [ + "Ġpro", + "b" + ], + [ + "Ġper", + "mit" + ], + [ + "4", + "7" + ], + [ + "Ġappl", + "ic" + ], + [ + "Ġv", + "ast" + ], + [ + "Ġpr", + "ide" + ], + [ + "Ġcont", + "ains" + ], + [ + "M", + "P" + ], + [ + "Ġlab", + "or" + ], + [ + "Ġj", + "elly" + ], + [ + "Ġor", + "den" + ], + [ + "s", + "l" + ], + [ + "ĠB", + "ull" + ], + [ + "ĠAnd", + "rew" + ], + [ + "Ġ198", + "4" + ], + [ + "H", + "urry" + ], + [ + "Ġc", + "ad" + ], + [ + "ol", + "as" + ], + [ + "Ġca", + "uses" + ], + [ + "n", + "ina" + ], + [ + "am", + "an" + ], + [ + "all", + "s" + ], + [ + "Ġeight", + "een" + ], + [ + "ard", + "o" + ], + [ + "Ġst", + "ern" + ], + [ + "ag", + "ue" + ], + [ + "ĠWal", + "ter" + ], + [ + "enn", + "ie" + ], + [ + "Ġcirc", + "us" + ], + [ + "Ġdra", + "gon" + ], + [ + "Ġpill", + "ow" + ], + [ + "ad", + "ium" + ], + [ + "Ġ3", + "5" + ], + [ + "ĠLie", + "utenant" + ], + [ + "Ġgo", + "ds" + ], + [ + "ĠB", + "O" + ], + [ + "Ġv", + "irt" + ], + [ + "ĠL", + "ife" + ], + [ + "Ġill", + "ustr" + ], + [ + "Ġteacher", + "s" + ], + [ + "S", + "C" + ], + [ + "Ġc", + "ott" + ], + [ + "Ġpe", + "e" + ], + [ + "Ġc", + "ries" + ], + [ + "Ġle", + "ans" + ], + [ + "ag", + "ing" + ], + [ + "M", + "ad" + ], + [ + "Ġf", + "ed" + ], + [ + "Ġpre", + "cious" + ], + [ + "Ġtem", + "por" + ], + [ + "Ne", + "xt" + ], + [ + "ĠB", + "or" + ], + [ + "ĠF", + "air" + ], + [ + "ied", + "o" + ], + [ + "Ġv", + "uest" + ], + [ + "Some", + "one" + ], + [ + "ĠIN", + "V" + ], + [ + "G", + "eor" + ], + [ + "Ġj", + "ar" + ], + [ + "Ġpl", + "us" + ], + [ + "ak", + "i" + ], + [ + "Ġmar", + "ch" + ], + [ + "Ġvol", + "ume" + ], + [ + "ĠOl", + "iver" + ], + [ + "Ste", + "ven" + ], + [ + "b", + "ling" + ], + [ + "b", + "age" + ], + [ + "ell", + "ed" + ], + [ + "be", + "c" + ], + [ + "Ġsw", + "ift" + ], + [ + "Ġadv", + "anced" + ], + [ + "respond", + "ió" + ], + [ + "ĠA", + "D" + ], + [ + "ĠH", + "ung" + ], + [ + "ĠT", + "re" + ], + [ + "Ġun", + "known" + ], + [ + "Ġun", + "fortun" + ], + [ + "Ġto", + "ols" + ], + [ + "ie", + "ved" + ], + [ + "ag", + "hetti" + ], + [ + "ĠD", + "ra" + ], + [ + "em", + "e" + ], + [ + "Ġes", + "cu" + ], + [ + "Ġest", + "im" + ], + [ + "Every", + "one" + ], + [ + "ĠH", + "ol" + ], + [ + "Ġsec", + "ure" + ], + [ + "Ġrid", + "ic" + ], + [ + "ĠR", + "E" + ], + [ + "br", + "idge" + ], + [ + "Ġconsider", + "able" + ], + [ + "d", + "el" + ], + [ + "ĠDon", + "ald" + ], + [ + "Ġfail", + "ure" + ], + [ + "um", + "pl" + ], + [ + "Ġarch", + "itect" + ], + [ + "ĠO", + "ver" + ], + [ + "Ġse", + "ized" + ], + [ + "ĠM", + "abel" + ], + [ + "Ġal", + "pha" + ], + [ + "o", + "ons" + ], + [ + "le", + "ction" + ], + [ + "Ġinse", + "ct" + ], + [ + "on", + "er" + ], + [ + "Ġm", + "ister" + ], + [ + "Ġten", + "emos" + ], + [ + "Ġchee", + "ks" + ], + [ + "om", + "ba" + ], + [ + "Ġbus", + "hes" + ], + [ + "ĠB", + "ow" + ], + [ + "Ġhand", + "ed" + ], + [ + "ch", + "i" + ], + [ + "br", + "ush" + ], + [ + "Ġlleg", + "ó" + ], + [ + "l", + "ad" + ], + [ + "w", + "ide" + ], + [ + "ic", + "ide" + ], + [ + "iz", + "z" + ], + [ + "Ġeff", + "orts" + ], + [ + "O", + "L" + ], + [ + "Ġcreat", + "ures" + ], + [ + "Ġoccup", + "ied" + ], + [ + "Ġdes", + "ert" + ], + [ + "Ġbu", + "ying" + ], + [ + "Ġnight", + "s" + ], + [ + "ĠWind", + "ows" + ], + [ + "Ġconf", + "idence" + ], + [ + "ĠW", + "AS" + ], + [ + "ĠCent", + "er" + ], + [ + "ĠSt", + "ud" + ], + [ + "Ġste", + "ady" + ], + [ + "Ġherman", + "o" + ], + [ + "oll", + "o" + ], + [ + "Ġsal", + "ió" + ], + [ + "ÃŃn", + "ci" + ], + [ + "al", + "so" + ], + [ + "Ġre", + "ven" + ], + [ + "un", + "ched" + ], + [ + "Ġex", + "ha" + ], + [ + "ive", + "red" + ], + [ + "ung", + "le" + ], + [ + "Ġre", + "lax" + ], + [ + "ne", + "cess" + ], + [ + "Ġmod", + "o" + ], + [ + "Ġm", + "and" + ], + [ + "Ġr", + "ude" + ], + [ + "Ġbo", + "ld" + ], + [ + "3", + "8" + ], + [ + "Ġwe", + "bs" + ], + [ + "Ġan", + "cest" + ], + [ + "Ġlleg", + "ar" + ], + [ + "ĠLuc", + "y" + ], + [ + "S", + "m" + ], + [ + "ed", + "or" + ], + [ + "Ġw", + "ing" + ], + [ + "ĠK", + "ent" + ], + [ + "Ġ198", + "6" + ], + [ + "Ġt", + "ank" + ], + [ + "Ġm", + "ood" + ], + [ + "Ġbit", + "ter" + ], + [ + "Ġpur", + "cha" + ], + [ + "Ġunus", + "ual" + ], + [ + "p", + "regunt" + ], + [ + "ab", + "e" + ], + [ + "Ġhapp", + "iness" + ], + [ + "Ġsound", + "ed" + ], + [ + "Ġappreci", + "ate" + ], + [ + "Ġhor", + "ror" + ], + [ + "Ġtech", + "nology" + ], + [ + "Tod", + "ay" + ], + [ + "L", + "ove" + ], + [ + "W", + "atch" + ], + [ + "ĠD", + "un" + ], + [ + "Ġprov", + "in" + ], + [ + "ir", + "se" + ], + [ + "ot", + "ty" + ], + [ + "ag", + "a" + ], + [ + "Ġinc", + "red" + ], + [ + "res", + "a" + ], + [ + "Ġarri", + "ba" + ], + [ + "Ġblow", + "ing" + ], + [ + "Ġsix", + "teen" + ], + [ + "Ġadm", + "itted" + ], + [ + "dd", + "ed" + ], + [ + "Ġsuff", + "er" + ], + [ + "lo", + "c" + ], + [ + "Ġbud", + "dy" + ], + [ + "F", + "our" + ], + [ + "é", + "n" + ], + [ + "Ġsw", + "all" + ], + [ + "Ġhundred", + "s" + ], + [ + "Ġprotect", + "ion" + ], + [ + "Ġsurr", + "ounded" + ], + [ + "Ġde", + "mas" + ], + [ + "Ġstrong", + "er" + ], + [ + "ĠC", + "uando" + ], + [ + "Ġcan", + "oe" + ], + [ + "Ġle", + "ct" + ], + [ + "av", + "a" + ], + [ + "Ġcha", + "se" + ], + [ + "Ġ198", + "7" + ], + [ + "Ġen", + "f" + ], + [ + "ess", + "ion" + ], + [ + "se", + "ven" + ], + [ + "Ġli", + "f" + ], + [ + "Ġac", + "id" + ], + [ + "Ġcin", + "co" + ], + [ + "Ġen", + "cuent" + ], + [ + "Ġfoll", + "ows" + ], + [ + "Ġso", + "fa" + ], + [ + "Ġes", + "os" + ], + [ + "Ġpen", + "ny" + ], + [ + "p", + "art" + ], + [ + "Ġqu", + "ant" + ], + [ + ".", + "-" + ], + [ + "ĠL", + "ater" + ], + [ + "Ġser", + "á" + ], + [ + "Ġbas", + "ically" + ], + [ + "Ġeconom", + "ic" + ], + [ + "Ġequip", + "ment" + ], + [ + "Ġke", + "en" + ], + [ + "ĠKore", + "a" + ], + [ + "ĠJ", + "un" + ], + [ + "ann", + "ine" + ], + [ + "D", + "amn" + ], + [ + "J", + "o" + ], + [ + "op", + "hy" + ], + [ + "Ġco", + "vers" + ], + [ + "b", + "by" + ], + [ + "ĠO", + "ff" + ], + [ + "did", + "n" + ], + [ + "Ġaud", + "ience" + ], + [ + "in", + "to" + ], + [ + "ub", + "a" + ], + [ + "Ġdin", + "ero" + ], + [ + "umb", + "ling" + ], + [ + "Ġmajor", + "ity" + ], + [ + "O", + "P" + ], + [ + "ur", + "d" + ], + [ + "ĠG", + "al" + ], + [ + "Ġshout", + "ing" + ], + [ + "Ġrail", + "way" + ], + [ + "ig", + "ger" + ], + [ + "Ġconst", + "ruction" + ], + [ + "c", + "orn" + ], + [ + "Ġd", + "é" + ], + [ + "ask", + "a" + ], + [ + "Ġgir", + "lfriend" + ], + [ + "p", + "ent" + ], + [ + "ĠS", + "ant" + ], + [ + "Ġap", + "are" + ], + [ + "ol", + "en" + ], + [ + "A", + "nt" + ], + [ + "in", + "ea" + ], + [ + "ha", + "ll" + ], + [ + "sha", + "kes" + ], + [ + "Ġpun", + "to" + ], + [ + "ĠOx", + "ford" + ], + [ + "st", + "ance" + ], + [ + "ĠW", + "as" + ], + [ + "em", + "ente" + ], + [ + "ud", + "den" + ], + [ + "iog", + "raphy" + ], + [ + "I", + "E" + ], + [ + "Ġfour", + "teen" + ], + [ + "ĠP", + "enn" + ], + [ + "anna", + "h" + ], + [ + "eal", + "ous" + ], + [ + "M", + "ove" + ], + [ + "j", + "u" + ], + [ + "Ġs", + "igh" + ], + [ + "Ġres", + "our" + ], + [ + "Ġstrugg", + "le" + ], + [ + "c", + "iones" + ], + [ + "ĠB", + "C" + ], + [ + "ĠF", + "AT" + ], + [ + "ind", + "er" + ], + [ + "3", + "6" + ], + [ + "a", + "ult" + ], + [ + "Ġ197", + "2" + ], + [ + "ĠV", + "ol" + ], + [ + "ĠCol", + "umb" + ], + [ + "ĠMajest", + "y" + ], + [ + "l", + "ast" + ], + [ + "ĠF", + "el" + ], + [ + "Ġpers", + "u" + ], + [ + "Ġphot", + "ograph" + ], + [ + "Ġback", + "wards" + ], + [ + "Ġdist", + "inct" + ], + [ + "cri", + "pt" + ], + [ + "Ġpalab", + "ras" + ], + [ + "Ġp", + "ul" + ], + [ + "ĠO", + "cean" + ], + [ + "Ġ8", + "0" + ], + [ + "Ġan", + "ch" + ], + [ + "ob", + "ile" + ], + [ + "Ġexpl", + "an" + ], + [ + "u", + "als" + ], + [ + "Ġp", + "one" + ], + [ + "ĠH", + "im" + ], + [ + "het", + "ic" + ], + [ + "stand", + "ing" + ], + [ + "Ġsuff", + "ering" + ], + [ + "b", + "ish" + ], + [ + "e", + "er" + ], + [ + "w", + "r" + ], + [ + "Ġat", + "h" + ], + [ + "ĠS", + "outhern" + ], + [ + "ĠB", + "eth" + ], + [ + "ell", + "os" + ], + [ + "E", + "h" + ], + [ + "ĠH", + "ello" + ], + [ + "Ġsab", + "ÃŃa" + ], + [ + "ult", + "ure" + ], + [ + "Ġbar", + "rel" + ], + [ + "Ġvie", + "jo" + ], + [ + "ĠLin", + "coln" + ], + [ + "rop", + "ri" + ], + [ + "Ġtra", + "ve" + ], + [ + "Ġinst", + "ance" + ], + [ + "Ġpare", + "cÃŃa" + ], + [ + "Ġprim", + "er" + ], + [ + "ĠM", + "ir" + ], + [ + "Ġun", + "its" + ], + [ + "Ġserv", + "ant" + ], + [ + "Ġtick", + "et" + ], + [ + "Ġn", + "uts" + ], + [ + "ĠG", + "lo" + ], + [ + "ĠY", + "ear" + ], + [ + "Ġc", + "age" + ], + [ + "Ġd", + "yn" + ], + [ + "Ġsettle", + "ment" + ], + [ + "ic", + "io" + ], + [ + "Ġcomm", + "ittee" + ], + [ + "o", + "ard" + ], + [ + "bye", + "bye" + ], + [ + "Ġcommon", + "ly" + ], + [ + "Ġinstr", + "ument" + ], + [ + "C", + "ol" + ], + [ + "Ġc", + "ough" + ], + [ + "ri", + "z" + ], + [ + "ĠM", + "Y" + ], + [ + "Ġpeque", + "ña" + ], + [ + "Ġo", + "pt" + ], + [ + "Ġsal", + "es" + ], + [ + "Ġtr", + "ay" + ], + [ + "Ġcar", + "pet" + ], + [ + "Ġpus", + "hes" + ], + [ + "Ġbreat", + "hing" + ], + [ + "Ġdesc", + "ub" + ], + [ + "ĠL", + "isa" + ], + [ + "Ġex", + "tend" + ], + [ + "aw", + "a" + ], + [ + "Ġland", + "ing" + ], + [ + "rog", + "en" + ], + [ + "Ġbrie", + "fly" + ], + [ + "Ġsha", + "king" + ], + [ + "Ġvocal", + "ises" + ], + [ + "ĠW", + "E" + ], + [ + "be", + "ep" + ], + [ + "Ġt", + "ales" + ], + [ + "Ġexerc", + "ise" + ], + [ + "an", + "es" + ], + [ + "ĠA", + "ccording" + ], + [ + "gr", + "im" + ], + [ + "Ġri", + "fle" + ], + [ + "Ġcer", + "ca" + ], + [ + "ĠWin", + "ter" + ], + [ + "ĠM", + "i" + ], + [ + "Ġpr", + "oof" + ], + [ + "whe", + "e" + ], + [ + "Po", + "or" + ], + [ + "Ġo", + "we" + ], + [ + "at", + "i" + ], + [ + "ĠH", + "ea" + ], + [ + "Ġsun", + "shine" + ], + [ + "Ġbo", + "om" + ], + [ + "ha", + "ra" + ], + [ + "ĠU", + "k" + ], + [ + "Ġrespons", + "ibility" + ], + [ + "ĠConf", + "eder" + ], + [ + "Ġst", + "iff" + ], + [ + "ak", + "a" + ], + [ + "any", + "thing" + ], + [ + "Ġtruck", + "s" + ], + [ + "o", + "ft" + ], + [ + "Ġqu", + "ack" + ], + [ + "ĠN", + "ancy" + ], + [ + "Ġch", + "uck" + ], + [ + "Look", + "s" + ], + [ + "Ġpers", + "ons" + ], + [ + "Ġrout", + "e" + ], + [ + "Ġpotato", + "es" + ], + [ + "4", + "8" + ], + [ + "b", + "i" + ], + [ + "ĠD", + "uke" + ], + [ + "Ġ198", + "1" + ], + [ + "G", + "LO" + ], + [ + "Ġlet", + "ting" + ], + [ + "Ġut", + "iliz" + ], + [ + "Ġwork", + "ers" + ], + [ + "Ġim", + "per" + ], + [ + "Ġv", + "ain" + ], + [ + "ĠF", + "ootball" + ], + [ + "ier", + "ta" + ], + [ + "Ġbed", + "s" + ], + [ + "Ġvis", + "ited" + ], + [ + "Ġdescri", + "be" + ], + [ + "ĠT", + "en" + ], + [ + "Ġbr", + "ick" + ], + [ + "Ġacuer", + "do" + ], + [ + "r", + "idge" + ], + [ + "A", + "C" + ], + [ + "gin", + "es" + ], + [ + "Ġpas", + "ar" + ], + [ + "Ġterrit", + "ory" + ], + [ + "Ġperm", + "ission" + ], + [ + "lot", + "te" + ], + [ + "P", + "re" + ], + [ + "os", + "ing" + ], + [ + "Ġshel", + "ter" + ], + [ + "w", + "ers" + ], + [ + "Ġcon", + "qu" + ], + [ + "Ġprin", + "ci" + ], + [ + "d", + "i" + ], + [ + "Ġb", + "ree" + ], + [ + "Ġlie", + "utenant" + ], + [ + "Ġvolv", + "ió" + ], + [ + "ic", + "hes" + ], + [ + "im", + "ents" + ], + [ + "ul", + "ate" + ], + [ + "Ġun", + "ion" + ], + [ + "ubl", + "ican" + ], + [ + "Ġreturn", + "ing" + ], + [ + "Sha", + "ll" + ], + [ + "b", + "ly" + ], + [ + "o", + "k" + ], + [ + "Ġa", + "ún" + ], + [ + "ĠO", + "k" + ], + [ + "Ġcu", + "anto" + ], + [ + "Ġroad", + "s" + ], + [ + "ĠC", + "ross" + ], + [ + "Ġrefer", + "red" + ], + [ + "n", + "ons" + ], + [ + "ĠK", + "itty" + ], + [ + "Ġpro", + "ced" + ], + [ + "ĠMid", + "dle" + ], + [ + "y", + "um" + ], + [ + "clam", + "ó" + ], + [ + "Ġha", + "l" + ], + [ + "Ġher", + "s" + ], + [ + "bab", + "ble" + ], + [ + "ex", + "cuse" + ], + [ + "3", + "9" + ], + [ + "M", + "i" + ], + [ + "ĠR", + "a" + ], + [ + "Ġduck", + "s" + ], + [ + "Ġhac", + "en" + ], + [ + "Ġol", + "v" + ], + [ + "Ġr", + "um" + ], + [ + "ĠBang", + "l" + ], + [ + "Ġes", + "pañ" + ], + [ + "ĠHe", + "ad" + ], + [ + "Ġapp", + "eal" + ], + [ + "r", + "d" + ], + [ + "Ġsupport", + "ed" + ], + [ + "Ġth", + "rill" + ], + [ + "ĠS", + "r" + ], + [ + "Ġhel", + "ic" + ], + [ + "Ġrestaur", + "ant" + ], + [ + "b", + "ag" + ], + [ + "ĠL", + "ara" + ], + [ + "ament", + "o" + ], + [ + "Ġnomin", + "ated" + ], + [ + "M", + "EL" + ], + [ + "Ġfor", + "k" + ], + [ + "ier", + "no" + ], + [ + "Ġbeg", + "un" + ], + [ + "ĠPrin", + "cess" + ], + [ + "n", + "is" + ], + [ + "Ġth", + "under" + ], + [ + "ĠAr", + "gent" + ], + [ + "Ġco", + "g" + ], + [ + "Cl", + "ub" + ], + [ + "M", + "ag" + ], + [ + "ĠN", + "ic" + ], + [ + "Ġble", + "w" + ], + [ + "ĠDep", + "artment" + ], + [ + "Ġp", + "ardon" + ], + [ + "ĠGr", + "oup" + ], + [ + "Ġdrink", + "s" + ], + [ + "A", + "UN" + ], + [ + "Ġman", + "ufact" + ], + [ + "t", + "ra" + ], + [ + "ĠP", + "ic" + ], + [ + "Ġcitiz", + "ens" + ], + [ + "S", + "E" + ], + [ + "l", + "isten" + ], + [ + "Ġdefe", + "ated" + ], + [ + "Ġno", + "dded" + ], + [ + "Ġcl", + "iff" + ], + [ + "Ġent", + "hus" + ], + [ + "ĠMar", + "ia" + ], + [ + "How", + "ever" + ], + [ + "Ġtur", + "tle" + ], + [ + "e", + "ating" + ], + [ + "Ġdo", + "ctors" + ], + [ + "Ġfr", + "ame" + ], + [ + "ĠU", + "nder" + ], + [ + "er", + "to" + ], + [ + "ĠS", + "ab" + ], + [ + "ĠD", + "et" + ], + [ + "Ġfal", + "se" + ], + [ + "P", + "ol" + ], + [ + "h", + "un" + ], + [ + "Ġas", + "hamed" + ], + [ + "ĠFrancis", + "co" + ], + [ + "c", + "ake" + ], + [ + "ĠB", + "ible" + ], + [ + "Ġla", + "ughter" + ], + [ + "ĠW", + "all" + ], + [ + "ĠSec", + "ond" + ], + [ + "Ġn", + "ick" + ], + [ + "Ġpu", + "p" + ], + [ + "Ġloc", + "ation" + ], + [ + "t", + "il" + ], + [ + "Ġfe", + "ver" + ], + [ + "ĠIs", + "lands" + ], + [ + "Ġ197", + "6" + ], + [ + "Ġdisapp", + "ear" + ], + [ + "Ġd", + "ado" + ], + [ + "Ġno", + "isy" + ], + [ + "Ġre", + "ward" + ], + [ + "arr", + "ass" + ], + [ + "Ġval", + "u" + ], + [ + "Ġtick", + "le" + ], + [ + "ort", + "ed" + ], + [ + "Ġlate", + "ly" + ], + [ + "B", + "ig" + ], + [ + "ĠP", + "ier" + ], + [ + "cri", + "ption" + ], + [ + "Ġwr", + "it" + ], + [ + "Al", + "though" + ], + [ + "Ġf", + "uss" + ], + [ + "an", + "os" + ], + [ + "Ġelect", + "ron" + ], + [ + "Ġsit", + "io" + ], + [ + "ĠJohn", + "son" + ], + [ + "Ġf", + "rag" + ], + [ + "Ġ198", + "5" + ], + [ + "Ġnuest", + "ro" + ], + [ + "at", + "os" + ], + [ + "Ġemer", + "gency" + ], + [ + "Ġpalab", + "ra" + ], + [ + "Ġb", + "oun" + ], + [ + "ĠN", + "az" + ], + [ + "Ġsl", + "ipp" + ], + [ + "b", + "ang" + ], + [ + "ĠF", + "ord" + ], + [ + "Ġsafe", + "ly" + ], + [ + "Ġw", + "icked" + ], + [ + "Ġm", + "ent" + ], + [ + "Ġr", + "ac" + ], + [ + "Ġwar", + "ri" + ], + [ + "er", + "tain" + ], + [ + "Ġra", + "ining" + ], + [ + "ĠP", + "ict" + ], + [ + "Ġ197", + "9" + ], + [ + "necess", + "ary" + ], + [ + "ĠH", + "an" + ], + [ + "Ġbr", + "u" + ], + [ + "Ġdi", + "vers" + ], + [ + "Ġpare", + "nt" + ], + [ + "Ġfil", + "ms" + ], + [ + "Ġtrad", + "ition" + ], + [ + "ĠJew", + "ish" + ], + [ + "Ġun", + "com" + ], + [ + "ĠMar", + "ie" + ], + [ + "Ġtem", + "pt" + ], + [ + "ĠChair", + "man" + ], + [ + "Ġm", + "useum" + ], + [ + "ly", + "ing" + ], + [ + "Ġw", + "reck" + ], + [ + "Ġj", + "ealous" + ], + [ + "Ġen", + "gines" + ], + [ + "Ġele", + "ments" + ], + [ + "un", + "es" + ], + [ + "Ġsab", + "e" + ], + [ + "Ġgo", + "als" + ], + [ + "Ġri", + "vers" + ], + [ + "Ġcheck", + "ed" + ], + [ + "yd", + "ney" + ], + [ + "c", + "rying" + ], + [ + "le", + "ave" + ], + [ + "Ġj", + "uego" + ], + [ + "Ġatt", + "ached" + ], + [ + "-", + "\"" + ], + [ + "Ġreal", + "ity" + ], + [ + "Ġperson", + "a" + ], + [ + "Ġclot", + "hing" + ], + [ + "ĠPhil", + "ipp" + ], + [ + "Ġbill", + "ion" + ], + [ + "Ġdir", + "ig" + ], + [ + "Ġh", + "ut" + ], + [ + "Ġst", + "ove" + ], + [ + "ĠE", + "ric" + ], + [ + "19", + "6" + ], + [ + "ick", + "y" + ], + [ + "ĠPhil", + "ip" + ], + [ + "ĠT", + "ime" + ], + [ + "el", + "ing" + ], + [ + "ĠWilliam", + "s" + ], + [ + "Ġa", + "ire" + ], + [ + "Ġcent", + "s" + ], + [ + "Ġair", + "craft" + ], + [ + "Ġpow", + "der" + ], + [ + "Ġd", + "oo" + ], + [ + "ĠS", + "har" + ], + [ + "Ġgr", + "at" + ], + [ + "Ġscri", + "pt" + ], + [ + "Ġ", + "eth" + ], + [ + "Ġc", + "ul" + ], + [ + "Ġm", + "iedo" + ], + [ + "ĠV", + "en" + ], + [ + "OU", + "T" + ], + [ + "O", + "H" + ], + [ + "S", + "it" + ], + [ + "Ġb", + "ail" + ], + [ + "Ġlar", + "go" + ], + [ + "ĠComm", + "ittee" + ], + [ + "j", + "i" + ], + [ + "Ġre", + "un" + ], + [ + "o", + "z" + ], + [ + "Ġg", + "iraffe" + ], + [ + "Ġbe", + "ads" + ], + [ + "Ġcom", + "ida" + ], + [ + "ta", + "il" + ], + [ + "le", + "a" + ], + [ + "ĠSus", + "an" + ], + [ + "Ġrem", + "ove" + ], + [ + "icy", + "cle" + ], + [ + "ĠInstit", + "ute" + ], + [ + "at", + "ics" + ], + [ + "udden", + "ly" + ], + [ + "m", + "ate" + ], + [ + "s", + "qu" + ], + [ + "Ġa", + "im" + ], + [ + "am", + "my" + ], + [ + "ap", + "a" + ], + [ + "er", + "ted" + ], + [ + "ĠR", + "ey" + ], + [ + "Ġcomp", + "ared" + ], + [ + "Ġfl", + "our" + ], + [ + "ĠAl", + "though" + ], + [ + "Ġtom", + "ato" + ], + [ + "Ġst", + "able" + ], + [ + "pect", + "ed" + ], + [ + "Ġviol", + "ent" + ], + [ + "ĠH", + "y" + ], + [ + "pt", + "on" + ], + [ + "ĠBr", + "ook" + ], + [ + "Ġste", + "el" + ], + [ + "U", + "p" + ], + [ + "ĠAs", + "ian" + ], + [ + "pr", + "on" + ], + [ + "at", + "ched" + ], + [ + "ĠMus", + "ic" + ], + [ + "ĠB", + "oth" + ], + [ + "Ġer", + "r" + ], + [ + "ien", + "es" + ], + [ + "Ġvar", + "iety" + ], + [ + "Ġri", + "bb" + ], + [ + "Ġdis", + "gust" + ], + [ + "ĠFirst", + "name" + ], + [ + "C", + "or" + ], + [ + "in", + "te" + ], + [ + "J", + "ul" + ], + [ + "m", + "ir" + ], + [ + "m", + "il" + ], + [ + "ĠE", + "v" + ], + [ + "Ġll", + "or" + ], + [ + "un", + "te" + ], + [ + "Ġshe", + "et" + ], + [ + "Ġtr", + "anqu" + ], + [ + "Ġmu", + "ñ" + ], + [ + "Ġbus", + "c" + ], + [ + "Ġconf", + "irmed" + ], + [ + "Ġinqu", + "ired" + ], + [ + "ĠJ", + "uan" + ], + [ + "ĠN", + "av" + ], + [ + "ĠM", + "useum" + ], + [ + "ĠJ", + "am" + ], + [ + "Ġ9", + "0" + ], + [ + "Ġfool", + "ish" + ], + [ + "Ġpossess", + "ion" + ], + [ + "Ġneighbor", + "hood" + ], + [ + "Ġf", + "acing" + ], + [ + "or", + "ial" + ], + [ + "Ġo", + "oh" + ], + [ + "Ġr", + "ana" + ], + [ + "Ġso", + "lem" + ], + [ + "Ġprof", + "es" + ], + [ + "Ġemb", + "arrass" + ], + [ + "Ġdemon", + "str" + ], + [ + "ord", + "in" + ], + [ + "az", + "z" + ], + [ + "Ġp", + "ied" + ], + [ + "Ġamb", + "ulance" + ], + [ + "ĠCarol", + "ina" + ], + [ + "Ġdistribut", + "ed" + ], + [ + "ĠPac", + "ific" + ], + [ + "en", + "ido" + ], + [ + "ĠA", + "nother" + ], + [ + "Ġ198", + "3" + ], + [ + "ĠLe", + "on" + ], + [ + "Ġespe", + "cial" + ], + [ + "Ġconne", + "ction" + ], + [ + "Ġsigu", + "iente" + ], + [ + "Ġs", + "ings" + ], + [ + "os", + "ity" + ], + [ + "Ġenc", + "ima" + ], + [ + "Ġeconom", + "y" + ], + [ + "re", + "aches" + ], + [ + "ag", + "u" + ], + [ + "ÃŃnci", + "pe" + ], + [ + "Ġalgu", + "ien" + ], + [ + "Ġd", + "ib" + ], + [ + "ir", + "ts" + ], + [ + "A", + "ccording" + ], + [ + "ĠH", + "oll" + ], + [ + "Ġso", + "il" + ], + [ + "Ġpe", + "g" + ], + [ + "Ġim", + "age" + ], + [ + "Ġact", + "ions" + ], + [ + "ĠAr", + "men" + ], + [ + "Ġimport", + "ance" + ], + [ + "ĠFa", + "ith" + ], + [ + "Ġconfl", + "ict" + ], + [ + "{", + "\\" + ], + [ + "en", + "ced" + ], + [ + "Ġf", + "er" + ], + [ + "Ġrepresent", + "ed" + ], + [ + "J", + "esus" + ], + [ + "ĠH", + "olly" + ], + [ + "iv", + "os" + ], + [ + "M", + "at" + ], + [ + "ather", + "ine" + ], + [ + "Ġhead", + "ed" + ], + [ + "Ġdi", + "ag" + ], + [ + "Ġencont", + "rar" + ], + [ + "Ġsa", + "uce" + ], + [ + "Ġdis", + "ci" + ], + [ + "Ġob", + "st" + ], + [ + "arr", + "ot" + ], + [ + "Ġbe", + "es" + ], + [ + "eg", + "al" + ], + [ + "Ġcompl", + "ain" + ], + [ + "in", + "n" + ], + [ + "in", + "er" + ], + [ + "*", + "*" + ], + [ + "l", + "ots" + ], + [ + "ĠS", + "k" + ], + [ + "if", + "er" + ], + [ + "Ġsca", + "le" + ], + [ + "ou", + "ri" + ], + [ + "Ġab", + "ajo" + ], + [ + "ho", + "le" + ], + [ + "ió", + "s" + ], + [ + "ON", + "E" + ], + [ + "ĠSyl", + "via" + ], + [ + "Ġnumer", + "ous" + ], + [ + "Ġmere", + "ly" + ], + [ + "Ġy", + "ummy" + ], + [ + "Ġab", + "oard" + ], + [ + "p", + "ick" + ], + [ + "Ġh", + "ipp" + ], + [ + "Ġprin", + "ces" + ], + [ + "Ġan", + "ger" + ], + [ + "Ġv", + "iene" + ], + [ + "Ġreg", + "ions" + ], + [ + "Ġo", + "ro" + ], + [ + "ĠB", + "all" + ], + [ + "ĠUn", + "ivers" + ], + [ + "Ġdr", + "um" + ], + [ + "Ġfurn", + "iture" + ], + [ + "Ġlo", + "ving" + ], + [ + "Ġorgan", + "iz" + ], + [ + "Ġcapt", + "ure" + ], + [ + "get", + "s" + ], + [ + "Ġdi", + "ap" + ], + [ + "Ġhealth", + "y" + ], + [ + "ĠMarg", + "aret" + ], + [ + "Ġh", + "ockey" + ], + [ + "Ġnot", + "ed" + ], + [ + "Ġprom", + "pt" + ], + [ + "Ġoffic", + "ially" + ], + [ + "Ġoblig", + "ed" + ], + [ + "i", + "able" + ], + [ + "ĠB", + "ad" + ], + [ + "Care", + "er" + ], + [ + "Ġpen", + "gu" + ], + [ + "Ġsignific", + "ant" + ], + [ + "Ġaf", + "fection" + ], + [ + "iet", + "nam" + ], + [ + "Ġsleep", + "y" + ], + [ + "P", + "res" + ], + [ + "ca", + "p" + ], + [ + "ĠO", + "ur" + ], + [ + "Ġtr", + "amp" + ], + [ + "Ġappro", + "ached" + ], + [ + "ĠB", + "al" + ], + [ + "vo", + "ice" + ], + [ + "Ġcup", + "board" + ], + [ + "em", + "o" + ], + [ + "Ġbr", + "on" + ], + [ + "rop", + "ol" + ], + [ + "Ġheav", + "ily" + ], + [ + "B", + "ar" + ], + [ + "Ġ", + ":" + ], + [ + "Ġear", + "ned" + ], + [ + "Ġmyster", + "y" + ], + [ + "ag", + "nan" + ], + [ + "Ġact", + "ed" + ], + [ + "Ġtri", + "be" + ], + [ + "Ġat", + "tended" + ], + [ + "Ġpass", + "ion" + ], + [ + "O", + "k" + ], + [ + "et", + "ts" + ], + [ + "ĠAn", + "nie" + ], + [ + "Ġquar", + "ters" + ], + [ + "B", + "S" + ], + [ + "Ġde", + "be" + ], + [ + "Ġstop", + "ping" + ], + [ + "f", + "oot" + ], + [ + "s", + "k" + ], + [ + "Ġcall", + "e" + ], + [ + "ĠIn", + "ter" + ], + [ + "Ġlim", + "ited" + ], + [ + "ĠBat", + "tle" + ], + [ + "Ġo", + "y" + ], + [ + "Ġpart", + "ly" + ], + [ + "Ġgrow", + "th" + ], + [ + "Ġdemas", + "iado" + ], + [ + "B", + "o" + ], + [ + "Ġd", + "ies" + ], + [ + "Ġch", + "in" + ], + [ + "Ġbasket", + "ball" + ], + [ + "C", + "alais" + ], + [ + "wh", + "ite" + ], + [ + "LY", + "N" + ], + [ + "Ġaward", + "ed" + ], + [ + "th", + "umb" + ], + [ + "em", + "pl" + ], + [ + "Ġcol", + "ored" + ], + [ + "com", + "m" + ], + [ + "Ġdeg", + "rees" + ], + [ + "Ġj", + "ew" + ], + [ + "Ġall", + "á" + ], + [ + "Ġpress", + "ed" + ], + [ + "Ġcan", + "s" + ], + [ + "ge", + "ous" + ], + [ + "Ġa", + "ye" + ], + [ + "less", + "ly" + ], + [ + "Ġreport", + "s" + ], + [ + "ĠLo", + "is" + ], + [ + "Y", + "ep" + ], + [ + "Ġlet", + "s" + ], + [ + "m", + "ás" + ], + [ + "Ġf", + "asc" + ], + [ + "Ġ198", + "2" + ], + [ + "ur", + "g" + ], + [ + "ĠN", + "ever" + ], + [ + "Ġremain", + "ing" + ], + [ + "Ġalc", + "oh" + ], + [ + "Ġf", + "its" + ], + [ + "est", + "ic" + ], + [ + "Ġang", + "el" + ], + [ + "Ġutter", + "ances" + ], + [ + "Ġproduct", + "s" + ], + [ + "pregunt", + "ó" + ], + [ + "Ġprim", + "ary" + ], + [ + "Ġbene", + "fit" + ], + [ + "Ġbub", + "bles" + ], + [ + "4", + "6" + ], + [ + "c", + "ción" + ], + [ + "w", + "ha" + ], + [ + "Ġl", + "amp" + ], + [ + "Ġst", + "olen" + ], + [ + "ĠY", + "et" + ], + [ + "Ġsc", + "ored" + ], + [ + "cl", + "ose" + ], + [ + "Ġunderstand", + "ing" + ], + [ + "Ġclass", + "es" + ], + [ + "Ġnuc", + "lear" + ], + [ + "lo", + "ve" + ], + [ + "Ġsc", + "he" + ], + [ + "Ġreac", + "hing" + ], + [ + "r", + "ito" + ], + [ + "Ġf", + "ab" + ], + [ + "ed", + "ro" + ], + [ + "bl", + "ack" + ], + [ + "ĠSen", + "ate" + ], + [ + "el", + "ine" + ], + [ + "ught", + "ers" + ], + [ + "Ġkill", + "er" + ], + [ + "Ġsepar", + "ated" + ], + [ + "Art", + "agnan" + ], + [ + "3", + "3" + ], + [ + "Ġsp", + "r" + ], + [ + "Ġpir", + "ate" + ], + [ + "Ġinj", + "ured" + ], + [ + "c", + "re" + ], + [ + "Ġs", + "ne" + ], + [ + "Ġha", + "ces" + ], + [ + "Ġ3", + "6" + ], + [ + "C", + "ategory" + ], + [ + "t", + "op" + ], + [ + "ut", + "ions" + ], + [ + "Ġse", + "asons" + ], + [ + "Ġrom", + "antic" + ], + [ + "H", + "o" + ], + [ + "p", + "ol" + ], + [ + "ĠL", + "ight" + ], + [ + "Ġs", + "ought" + ], + [ + "Ġc", + "akes" + ], + [ + "ĠD", + "oug" + ], + [ + "Ġun", + "f" + ], + [ + "up", + "on" + ], + [ + "Ġbroad", + "cast" + ], + [ + "ĠL", + "ew" + ], + [ + "ĠX", + "V" + ], + [ + "Ġaff", + "airs" + ], + [ + "Ġcere", + "al" + ], + [ + "ĠA", + "z" + ], + [ + "ĠF", + "er" + ], + [ + "ug", + "a" + ], + [ + "ir", + "k" + ], + [ + "un", + "ci" + ], + [ + "ĠN", + "an" + ], + [ + "wh", + "ose" + ], + [ + "Ġej", + "emplo" + ], + [ + "Ġdread", + "ful" + ], + [ + "Ġg", + "ard" + ], + [ + "Ġgl", + "anced" + ], + [ + "Ġtre", + "mb" + ], + [ + "Ġtre", + "mend" + ], + [ + "g", + "ra" + ], + [ + "un", + "to" + ], + [ + "olog", + "ist" + ], + [ + "Ġanx", + "iety" + ], + [ + "ĠEm", + "peror" + ], + [ + "ĠH", + "un" + ], + [ + "ican", + "e" + ], + [ + "mo", + "ve" + ], + [ + "Ġcott", + "age" + ], + [ + "D", + "an" + ], + [ + "n", + "amed" + ], + [ + "Ġat", + "mos" + ], + [ + "Ġsm", + "iles" + ], + [ + "Ġdri", + "ft" + ], + [ + "Ġserv", + "ants" + ], + [ + "Ġamong", + "st" + ], + [ + "Ġdepend", + "s" + ], + [ + "Ġper", + "ce" + ], + [ + "Ġask", + "s" + ], + [ + "Ġsqu", + "irrel" + ], + [ + "Ġcost", + "s" + ], + [ + "E", + "F" + ], + [ + "P", + "aul" + ], + [ + "ier", + "an" + ], + [ + "Ġtra", + "p" + ], + [ + "Ġcons", + "cious" + ], + [ + "yl", + "van" + ], + [ + "y", + "r" + ], + [ + "an", + "im" + ], + [ + "ĠD", + "ora" + ], + [ + "Ġag", + "es" + ], + [ + "Ġcons", + "ist" + ], + [ + "C", + "A" + ], + [ + "Ġb", + "om" + ], + [ + "ĠS", + "l" + ], + [ + "gr", + "and" + ], + [ + "Ġarg", + "ument" + ], + [ + "ĠH", + "or" + ], + [ + "Ġveh", + "icle" + ], + [ + "Ġin", + "ches" + ], + [ + "Ġsomet", + "hin" + ], + [ + "Ġbas", + "ic" + ], + [ + "Ġit", + "ems" + ], + [ + "ĠS", + "H" + ], + [ + "Ġcon", + "m" + ], + [ + "Ġstret", + "ched" + ], + [ + "T", + "O" + ], + [ + "ĠBr", + "other" + ], + [ + "Ġid", + "iot" + ], + [ + "Ġconf", + "used" + ], + [ + "Ġsen", + "ior" + ], + [ + "ĠS", + "ally" + ], + [ + "Ġroll", + "s" + ], + [ + "ĠM", + "as" + ], + [ + "un", + "ks" + ], + [ + "V", + "amos" + ], + [ + "n", + "as" + ], + [ + "ar", + "la" + ], + [ + "Ġcontain", + "er" + ], + [ + "Ġf", + "uel" + ], + [ + "ĠM", + "att" + ], + [ + "Ġcas", + "o" + ], + [ + "Ġlim", + "it" + ], + [ + "U", + "nder" + ], + [ + "a", + "id" + ], + [ + "uck", + "er" + ], + [ + "ach", + "us" + ], + [ + "ay", + "e" + ], + [ + "Ġconst", + "ru" + ], + [ + "ĠH", + "ome" + ], + [ + "el", + "ia" + ], + [ + "ĠJ", + "enny" + ], + [ + "Ġpod", + "rÃŃa" + ], + [ + "ne", + "ver" + ], + [ + "Ġ4", + "5" + ], + [ + "Ġfact", + "ory" + ], + [ + "T", + "urn" + ], + [ + "g", + "one" + ], + [ + "Ġt", + "ro" + ], + [ + "Ġst", + "ated" + ], + [ + "Est", + "á" + ], + [ + "P", + "hil" + ], + [ + "S", + "on" + ], + [ + "m", + "ind" + ], + [ + "Ġhabit", + "ación" + ], + [ + "Ġth", + "irteen" + ], + [ + "ak", + "s" + ], + [ + "Ġma", + "id" + ], + [ + "port", + "s" + ], + [ + "Ġqued", + "ó" + ], + [ + "les", + "h" + ], + [ + "Ġ197", + "4" + ], + [ + "ĠL", + "iber" + ], + [ + "Ġboy", + "friend" + ], + [ + "Ġmanage", + "ment" + ], + [ + "4", + "9" + ], + [ + "a", + "ha" + ], + [ + "Ġc", + "ielo" + ], + [ + "Ġin", + "come" + ], + [ + "ut", + "a" + ], + [ + "Ġpre", + "c" + ], + [ + "Ġmiser", + "able" + ], + [ + "ĠU", + "r" + ], + [ + "ĠV", + "alley" + ], + [ + "M", + "art" + ], + [ + "Ġg", + "ig" + ], + [ + "ĠC", + "ra" + ], + [ + "ĠR", + "ab" + ], + [ + "cer", + "tain" + ], + [ + "Ġele", + "g" + ], + [ + "Ġret", + "reat" + ], + [ + "Ġdem", + "ás" + ], + [ + "Ġaccom", + "pan" + ], + [ + "Ġstro", + "ke" + ], + [ + "Ġd", + "irt" + ], + [ + "Ġr", + "att" + ], + [ + "Ġcu", + "art" + ], + [ + "Ġalong", + "side" + ], + [ + "ĠS", + "to" + ], + [ + "ĠJ", + "ess" + ], + [ + "Ġ7", + "0" + ], + [ + "ĠGeorg", + "ia" + ], + [ + "ĠC", + "op" + ], + [ + "ass", + "es" + ], + [ + "Ġbull", + "et" + ], + [ + "c", + "ie" + ], + [ + "ic", + "ip" + ], + [ + "ĠW", + "ITH" + ], + [ + "Ġtra", + "ined" + ], + [ + "Ġdoll", + "ar" + ], + [ + "Ġw", + "ishes" + ], + [ + "ac", + "o" + ], + [ + "Ġun", + "iverse" + ], + [ + "Ġdisapp", + "ointed" + ], + [ + "Ġtiss", + "ue" + ], + [ + "O", + "pen" + ], + [ + "Ġse", + "eds" + ], + [ + "Ġser", + "ving" + ], + [ + "Ġ197", + "5" + ], + [ + "Ġtrans", + "form" + ], + [ + "Ġ196", + "8" + ], + [ + "Ġridic", + "ulous" + ], + [ + "D", + "ear" + ], + [ + "ĠT", + "ake" + ], + [ + "ĠG", + "ab" + ], + [ + "Ġes", + "cri" + ], + [ + "Ġemplo", + "y" + ], + [ + "L", + "ast" + ], + [ + "ic", + "ion" + ], + [ + "Ġill", + "ness" + ], + [ + "ĠM", + "ister" + ], + [ + "Ġart", + "ists" + ], + [ + "Ġaz", + "ul" + ], + [ + "C", + "hild" + ], + [ + "st", + "an" + ], + [ + "st", + "ill" + ], + [ + "Ġsuper", + "ior" + ], + [ + "ĠCO", + "VID" + ], + [ + "ĠH", + "el" + ], + [ + "Ġla", + "unched" + ], + [ + "Ġalg", + "unas" + ], + [ + "Ġin", + "tend" + ], + [ + "Ġp", + "ag" + ], + [ + "Ġcomp", + "osed" + ], + [ + "Ġret", + "ire" + ], + [ + "Ġnatur", + "ally" + ], + [ + "Ġc", + "hess" + ], + [ + "ar", + "an" + ], + [ + "end", + "ÃŃa" + ], + [ + "o", + "co" + ], + [ + "qu", + "ick" + ], + [ + "ol", + "ine" + ], + [ + "ĠSt", + "ill" + ], + [ + "ino", + "is" + ], + [ + "Ġauthor", + "ities" + ], + [ + "Ġrespond", + "ed" + ], + [ + "Ġcrocod", + "ile" + ], + [ + "Ġl", + "ou" + ], + [ + "Ġte", + "en" + ], + [ + "g", + "iving" + ], + [ + "om", + "i" + ], + [ + "ĠM", + "od" + ], + [ + "Ġpolit", + "ics" + ], + [ + "Ġsolem", + "n" + ], + [ + "E", + "so" + ], + [ + "ĠGr", + "ace" + ], + [ + "ĠBu", + "ild" + ], + [ + "E", + "A" + ], + [ + "l", + "ace" + ], + [ + "ĠB", + "udd" + ], + [ + "ĠG", + "i" + ], + [ + "m", + "al" + ], + [ + "ĠH", + "as" + ], + [ + "á", + "ndo" + ], + [ + "keep", + "er" + ], + [ + "Ġrevol", + "ution" + ], + [ + "ha", + "nt" + ], + [ + "Ġst", + "ores" + ], + [ + "po", + "int" + ], + [ + "Ġscient", + "ific" + ], + [ + "f", + "ind" + ], + [ + "or", + "ious" + ], + [ + "Ġde", + "ce" + ], + [ + "Ġbu", + "ff" + ], + [ + "Ġsail", + "or" + ], + [ + "Ġdefe", + "at" + ], + [ + "Ġwhist", + "le" + ], + [ + "p", + "her" + ], + [ + "Ġocc", + "as" + ], + [ + "rem", + "ony" + ], + [ + "T", + "A" + ], + [ + "in", + "ter" + ], + [ + "Ġd", + "ign" + ], + [ + "Ġsc", + "hed" + ], + [ + "Ġcat", + "tle" + ], + [ + "D", + "is" + ], + [ + "ĠTH", + "IS" + ], + [ + "or", + "ado" + ], + [ + "Ġ197", + "7" + ], + [ + "F", + "ive" + ], + [ + "ĠT", + "rans" + ], + [ + "ur", + "ches" + ], + [ + "Ġ196", + "9" + ], + [ + "Ġach", + "ieve" + ], + [ + "Ġdec", + "ÃŃa" + ], + [ + "Ġclean", + "ing" + ], + [ + "Ġelimin", + "ated" + ], + [ + "qu", + "et" + ], + [ + "ĠD", + "ave" + ], + [ + "Ġag", + "ric" + ], + [ + "ĠAs", + "h" + ], + [ + "ĠOn", + "ce" + ], + [ + "J", + "www" + ], + [ + "N", + "or" + ], + [ + "ag", + "le" + ], + [ + "ĠU", + "p" + ], + [ + "ĠPr", + "ot" + ], + [ + "ĠPri", + "ze" + ], + [ + "I", + "nd" + ], + [ + "Ġre", + "action" + ], + [ + "Ġr", + "os" + ], + [ + "ev", + "in" + ], + [ + "g", + "irl" + ], + [ + "ĠM", + "oon" + ], + [ + "Ġdep", + "os" + ], + [ + "Ġ197", + "1" + ], + [ + "Ġâ", + "ľ" + ], + [ + "Ġf", + "ra" + ], + [ + "Ġarri", + "val" + ], + [ + "ĠDiv", + "ision" + ], + [ + "\"", + ")," + ], + [ + "p", + "ool" + ], + [ + "r", + "ase" + ], + [ + "Ã", + "§" + ], + [ + "land", + "o" + ], + [ + "ES", + "S" + ], + [ + "Ġest", + "ate" + ], + [ + "A", + "my" + ], + [ + "Ġres", + "ident" + ], + [ + "ĠMart", + "ine" + ], + [ + "Ġbell", + "y" + ], + [ + "Ġtip", + "o" + ], + [ + "ĠLou", + "ise" + ], + [ + "A", + "ha" + ], + [ + "T", + "ry" + ], + [ + "Ġcar", + "a" + ], + [ + "Ġgra", + "pes" + ], + [ + "Ġsna", + "p" + ], + [ + "Ġn", + "ac" + ], + [ + "am", + "il" + ], + [ + "Ġimp", + "at" + ], + [ + "Ġadvent", + "ures" + ], + [ + "S", + "ix" + ], + [ + "w", + "ind" + ], + [ + "Ġen", + "fer" + ], + [ + "Ġle", + "jos" + ], + [ + "ylvan", + "ia" + ], + [ + "Ġâľ", + "¿" + ], + [ + "d", + "am" + ], + [ + "m", + "ag" + ], + [ + "ier", + "t" + ], + [ + "Ġvis", + "ible" + ], + [ + "Ġlevel", + "s" + ], + [ + "c", + "ase" + ], + [ + "w", + "orks" + ], + [ + "Ġso", + "ck" + ], + [ + "Ġg", + "osh" + ], + [ + "Ġhor", + "iz" + ], + [ + "Ġ197", + "3" + ], + [ + "Ġ197", + "8" + ], + [ + "Ġexpect", + "ing" + ], + [ + "Ġpretend", + "ing" + ], + [ + "P", + "erson" + ], + [ + "Ġpl", + "ot" + ], + [ + "ĠJ", + "r" + ], + [ + "Ġpe", + "cul" + ], + [ + "Ġshar", + "k" + ], + [ + "A", + "lex" + ], + [ + "Ġcon", + "cept" + ], + [ + "pe", + "cially" + ], + [ + "care", + "ful" + ], + [ + "c", + "ito" + ], + [ + "ut", + "ies" + ], + [ + "Ġst", + "ations" + ], + [ + "ĠmÃŃ", + "ster" + ], + [ + "Ġmum", + "mie" + ], + [ + "Ġvessel", + "s" + ], + [ + "p", + "as" + ], + [ + "Ġprogram", + "me" + ], + [ + "Ġnea", + "rest" + ], + [ + "ĠRev", + "olution" + ], + [ + "Ġre", + "ign" + ], + [ + "Ġtu", + "vo" + ], + [ + "Ġvent", + "ana" + ], + [ + "ĠGold", + "en" + ], + [ + "c", + "ado" + ], + [ + "Ġm", + "ental" + ], + [ + "ĠS", + "how" + ], + [ + "Ġbas", + "is" + ], + [ + "Ġhead", + "quarters" + ], + [ + "Ġgr", + "ac" + ], + [ + "Ġviol", + "ence" + ], + [ + "ed", + "ad" + ], + [ + "ag", + "ger" + ], + [ + "leg", + "io" + ], + [ + "S", + "ec" + ], + [ + "ĠT", + "a" + ], + [ + "ĠRep", + "ublican" + ], + [ + "--", + "_" + ], + [ + "Ġconcer", + "t" + ], + [ + "Ġsatisf", + "action" + ], + [ + "A", + "pp" + ], + [ + "d", + "ale" + ], + [ + "ĠD", + "omin" + ], + [ + "Ġb", + "ore" + ], + [ + "Ġo", + "ct" + ], + [ + "ri", + "ly" + ], + [ + "Ġpo", + "le" + ], + [ + "RI", + "C" + ], + [ + "Ġactiv", + "ities" + ], + [ + "Ġpray", + "er" + ], + [ + "Ġjun", + "to" + ], + [ + "I", + "nt" + ], + [ + "I", + "ON" + ], + [ + "Ġm", + "ast" + ], + [ + "Ġex", + "cl" + ], + [ + "Ġadop", + "ted" + ], + [ + "ĠIll", + "inois" + ], + [ + "L", + "ife" + ], + [ + "ĠChrist", + "opher" + ], + [ + "Ġexchan", + "ge" + ], + [ + "ĠC", + "as" + ], + [ + "ĠK", + "ate" + ], + [ + "Ġtu", + "v" + ], + [ + "Ġappro", + "aching" + ], + [ + "----------------", + "----------------" + ], + [ + "Bu", + "eno" + ], + [ + "nons", + "peech" + ], + [ + "O", + "ld" + ], + [ + "re", + "fer" + ], + [ + "Ġme", + "nd" + ], + [ + "Ġbo", + "ca" + ], + [ + "ĠZ", + "e" + ], + [ + "Ġast", + "ron" + ], + [ + "Ġconne", + "ct" + ], + [ + "Ġcommer", + "cial" + ], + [ + "E", + "m" + ], + [ + "T", + "LE" + ], + [ + "y", + "gen" + ], + [ + "he", + "im" + ], + [ + "Ġst", + "amp" + ], + [ + "nt", + "il" + ], + [ + "ĠR", + "ail" + ], + [ + "Ġgr", + "up" + ], + [ + "Ġdisco", + "very" + ], + [ + "achus", + "etts" + ], + [ + "8", + "0" + ], + [ + "r", + "un" + ], + [ + "Ġm", + "é" + ], + [ + "Ġbe", + "ating" + ], + [ + "v", + "os" + ], + [ + "es", + "a" + ], + [ + "ot", + "al" + ], + [ + "Ġal", + "red" + ], + [ + "Ġd", + "ull" + ], + [ + "ĠV", + "ietnam" + ], + [ + "Ġfl", + "ed" + ], + [ + "Ġdec", + "id" + ], + [ + "Ġrust", + "ling" + ], + [ + "Ġtid", + "y" + ], + [ + "ĠpelÃŃcul", + "a" + ], + [ + "Ġw", + "ard" + ], + [ + "ĠA", + "ud" + ], + [ + "Ġscient", + "ists" + ], + [ + "k", + "ind" + ], + [ + "ĠTe", + "am" + ], + [ + "Ġfoc", + "us" + ], + [ + "ĠBarb", + "ara" + ], + [ + "Ell", + "ie" + ], + [ + "ing", + "o" + ], + [ + "Ġconst", + "ant" + ], + [ + "some", + "body" + ], + [ + "ĠNot", + "hing" + ], + [ + "ĠWil", + "son" + ], + [ + "Ġbiscu", + "its" + ], + [ + "t", + "hanks" + ], + [ + "iss", + "ed" + ], + [ + "bur", + "gh" + ], + [ + "Ġrul", + "ed" + ], + [ + "Ġnuest", + "ra" + ], + [ + "P", + "at" + ], + [ + "ĠDe", + "v" + ], + [ + "Ġsix", + "th" + ], + [ + "Ġpecul", + "iar" + ], + [ + "no", + "ld" + ], + [ + "Ġorgan", + "is" + ], + [ + "Ġbelong", + "ed" + ], + [ + "Ġfeed", + "ing" + ], + [ + "â", + "Ĩ" + ], + [ + "ĠR", + "achel" + ], + [ + "pe", + "ople" + ], + [ + "Ġwin", + "ner" + ], + [ + "Ġtem", + "ple" + ], + [ + "ĠCarol", + "ine" + ], + [ + "Ġm", + "ac" + ], + [ + "ill", + "os" + ], + [ + "The", + "ir" + ], + [ + "Ġloud", + "ly" + ], + [ + "Ġgrate", + "ful" + ], + [ + "Ġsh", + "y" + ], + [ + "Ġcap", + "ac" + ], + [ + "Ġpregn", + "ant" + ], + [ + "A", + "gain" + ], + [ + "S", + "arah" + ], + [ + "a", + "ah" + ], + [ + "ay", + "lor" + ], + [ + "Ġmu", + "erte" + ], + [ + "Ġce", + "remony" + ], + [ + "Ġfeather", + "s" + ], + [ + "Ġfinan", + "cial" + ], + [ + "s", + "ound" + ], + [ + "ol", + "ves" + ], + [ + "ĠA", + "B" + ], + [ + "il", + "st" + ], + [ + "Ġconf", + "ident" + ], + [ + "OU", + "LD" + ], + [ + "Ġbe", + "ep" + ], + [ + "co", + "ld" + ], + [ + "Ġsurv", + "ive" + ], + [ + "ĠU", + "h" + ], + [ + "Ġmur", + "dered" + ], + [ + "ĠSoci", + "ety" + ], + [ + "Ġg", + "le" + ], + [ + "Ġfun", + "eral" + ], + [ + "Ġnear", + "by" + ], + [ + "ĠBer", + "lin" + ], + [ + "Ġport", + "ion" + ], + [ + "ĠD", + "ada" + ], + [ + "Ġag", + "u" + ], + [ + "Ġche", + "w" + ], + [ + "W", + "ar" + ], + [ + "t", + "ick" + ], + [ + "Ġst", + "arring" + ], + [ + "em", + "ents" + ], + [ + "hi", + "o" + ], + [ + "ta", + "pe" + ], + [ + "und", + "a" + ], + [ + "Ġve", + "o" + ], + [ + "Ġ193", + "0" + ], + [ + "Ġtour", + "nament" + ], + [ + "ĠMex", + "ican" + ], + [ + "Ġign", + "or" + ], + [ + "ĠO", + "w" + ], + [ + "Ġinterrupt", + "ed" + ], + [ + "Ġac", + "ad" + ], + [ + "end", + "o" + ], + [ + "Ġthr", + "one" + ], + [ + "ĠAl", + "bert" + ], + [ + "Ġ5", + "00" + ], + [ + "A", + "sÃŃ" + ], + [ + "k", + "ers" + ], + [ + "it", + "able" + ], + [ + "Sh", + "it" + ], + [ + "ĠMat", + "thew" + ], + [ + "Ġconm", + "igo" + ], + [ + "Ġu", + "lt" + ], + [ + "ĠS", + "ure" + ], + [ + "ĠA", + "g" + ], + [ + "Ġcl", + "aro" + ], + [ + "be", + "e" + ], + [ + "ĠGerman", + "s" + ], + [ + "Ġsp", + "y" + ], + [ + "Ġmultip", + "le" + ], + [ + "Ġgener", + "ation" + ], + [ + "Ġvol", + "unte" + ], + [ + "Ah", + "ora" + ], + [ + "Ġpig", + "gy" + ], + [ + "Any", + "thing" + ], + [ + "Ġbud", + "get" + ], + [ + "Ġbast", + "ante" + ], + [ + "a", + "way" + ], + [ + "Ġh", + "its" + ], + [ + "ult", + "ural" + ], + [ + "ĠHA", + "VE" + ], + [ + "F", + "F" + ], + [ + "m", + "ight" + ], + [ + "Ġfue", + "go" + ], + [ + "Ġfu", + "ri" + ], + [ + "Ġdesper", + "ate" + ], + [ + "c", + "ount" + ], + [ + "r", + "ir" + ], + [ + "Ġp", + "ip" + ], + [ + "m", + "ay" + ], + [ + "ĠS", + "ydney" + ], + [ + "Ġconcer", + "n" + ], + [ + "ĠServ", + "ice" + ], + [ + "Ġcap", + "able" + ], + [ + "Ġext", + "ent" + ], + [ + "ĠOlymp", + "ic" + ], + [ + "Ġhouse", + "hold" + ], + [ + "Ġdin", + "ing" + ], + [ + "Ġassist", + "ant" + ], + [ + "Ġcrimin", + "al" + ], + [ + "ueb", + "lo" + ], + [ + "ĠBangl", + "adesh" + ], + [ + "Ġprogram", + "s" + ], + [ + "Ġrub", + "bish" + ], + [ + "Ġf", + "ederal" + ], + [ + "ĠH", + "ard" + ], + [ + "Ġmind", + "s" + ], + [ + "Ġcomm", + "itted" + ], + [ + "Ġpa", + "used" + ], + [ + "h", + "op" + ], + [ + "al", + "ie" + ], + [ + "ĠN", + "ap" + ], + [ + "M", + "ary" + ], + [ + "Ġb", + "oot" + ], + [ + "N", + "O" + ], + [ + "Ġpe", + "anut" + ], + [ + "Ġans", + "wers" + ], + [ + "Ġassoci", + "ated" + ], + [ + "bb", + "ing" + ], + [ + "Ġher", + "mos" + ], + [ + "re", + "k" + ], + [ + "ĠI", + "nt" + ], + [ + "Ġmunicip", + "al" + ], + [ + "Ġd", + "ia" + ], + [ + "ĠP", + "art" + ], + [ + "Ġvisit", + "ors" + ], + [ + "Ġdetect", + "ive" + ], + [ + "Ġl", + "ung" + ], + [ + "Ġsca", + "re" + ], + [ + "Ġconv", + "in" + ], + [ + "Pro", + "bably" + ], + [ + "ios", + "o" + ], + [ + "Ġpri", + "or" + ], + [ + "T", + "oo" + ], + [ + "u", + "rop" + ], + [ + "Ġn", + "arr" + ], + [ + "Ġagre", + "ement" + ], + [ + "Ġent", + "rar" + ], + [ + "te", + "acher" + ], + [ + "Ġda", + "ughters" + ], + [ + "Ġattack", + "s" + ], + [ + "rib", + "ly" + ], + [ + "H", + "on" + ], + [ + "ĠS", + "hi" + ], + [ + "Ġmet", + "ers" + ], + [ + "Ġabs", + "or" + ], + [ + "Ġsk", + "ill" + ], + [ + "W", + "elcome" + ], + [ + "ĠI", + "llustr" + ], + [ + "ĠA", + "be" + ], + [ + "Ġca", + "e" + ], + [ + "Ġnice", + "ly" + ], + [ + "Ġenc", + "oura" + ], + [ + "Ġthorough", + "ly" + ], + [ + "Ġe", + "re" + ], + [ + "Ġfe", + "ast" + ], + [ + "Ġcha", + "mpion" + ], + [ + "Ġstick", + "er" + ], + [ + "Ġnúmer", + "o" + ], + [ + "ĠC", + "ivil" + ], + [ + "ra", + "ine" + ], + [ + "a", + "unt" + ], + [ + "Ġu", + "mbre" + ], + [ + "Ġwant", + "ing" + ], + [ + "Ġthr", + "ust" + ], + [ + "4", + "4" + ], + [ + "ir", + "s" + ], + [ + "ĠE", + "llen" + ], + [ + "Ġbiscu", + "it" + ], + [ + "ĠR", + "yan" + ], + [ + "Ġd", + "ough" + ], + [ + "ĠJ", + "oy" + ], + [ + "Ġsha", + "red" + ], + [ + "Ġchar", + "ged" + ], + [ + "Ġwhis", + "per" + ], + [ + "Ġregard", + "ed" + ], + [ + "Ġor", + "g" + ], + [ + "Ġdisp", + "os" + ], + [ + "ĠMass", + "achusetts" + ], + [ + "r", + "ate" + ], + [ + "ĠAl", + "so" + ], + [ + "Ġreg", + "res" + ], + [ + "Ġtroub", + "les" + ], + [ + "Ġvalu", + "able" + ], + [ + "ra", + "ba" + ], + [ + "ĠL", + "ast" + ], + [ + "ĠN", + "ord" + ], + [ + "Ġsp", + "aghetti" + ], + [ + "Ġco", + "co" + ], + [ + "ĠAl", + "i" + ], + [ + "Ġsal", + "ad" + ], + [ + "Ġinten", + "se" + ], + [ + "id", + "d" + ], + [ + "Ġse", + "is" + ], + [ + "Ġbet", + "ray" + ], + [ + "Ġoper", + "a" + ], + [ + "ĠYOU", + "R" + ], + [ + "Ġpros", + "pect" + ], + [ + "5", + "00" + ], + [ + "is", + "se" + ], + [ + "Ġth", + "umb" + ], + [ + "ĠB", + "uck" + ], + [ + "ĠGr", + "ant" + ], + [ + "Ġ196", + "4" + ], + [ + "in", + "ar" + ], + [ + "Ġas", + "ust" + ], + [ + "ĠB", + "an" + ], + [ + "Ġgr", + "acias" + ], + [ + "Ġdraw", + "er" + ], + [ + "Ġsche", + "me" + ], + [ + "d", + "rink" + ], + [ + "re", + "a" + ], + [ + "ever", + "al" + ], + [ + "Ġste", + "ad" + ], + [ + "Ġdep", + "th" + ], + [ + "Ġm", + "á" + ], + [ + "Ġg", + "ym" + ], + [ + "Ġanim", + "ated" + ], + [ + "Ġalpha", + "bet" + ], + [ + "Ġwe", + "b" + ], + [ + "Ġcha", + "mber" + ], + [ + "Ġen", + "s" + ], + [ + "M", + "on" + ], + [ + "Ġt", + "ÃŃa" + ], + [ + "ĠB", + "us" + ], + [ + "Ġlim", + "p" + ], + [ + "H", + "en" + ], + [ + "qu", + "iera" + ], + [ + "Ġpre", + "pare" + ], + [ + "Ġint", + "ention" + ], + [ + "ĠScott", + "ish" + ], + [ + "Ġben", + "ch" + ], + [ + "Ġense", + "ñ" + ], + [ + "ĠU", + "t" + ], + [ + "ĠJ", + "ason" + ], + [ + "pl", + "aces" + ], + [ + "Ġcent", + "uries" + ], + [ + "ĠOr", + "der" + ], + [ + "ĠMic", + "key" + ], + [ + "c", + "ope" + ], + [ + "ul", + "ed" + ], + [ + "Ġim", + "it" + ], + [ + "ĠJer", + "sey" + ], + [ + "A", + "y" + ], + [ + "Ġh", + "ier" + ], + [ + "U", + "L" + ], + [ + "Ġt", + "ren" + ], + [ + "at", + "tered" + ], + [ + "Ġmet", + "er" + ], + [ + "ĠSo", + "cial" + ], + [ + "Ġaw", + "ait" + ], + [ + "ĠPol", + "and" + ], + [ + "Ġstraw", + "berry" + ], + [ + "te", + "xt" + ], + [ + "ĠK", + "ansas" + ], + [ + "ĠRep", + "resent" + ], + [ + "Ġw", + "ag" + ], + [ + "et", + "ic" + ], + [ + "ĠSpan", + "i" + ], + [ + "Ġsail", + "ed" + ], + [ + "Ġr", + "ay" + ], + [ + "Ġv", + "ision" + ], + [ + "Ġfire", + "man" + ], + [ + "Ġbatter", + "y" + ], + [ + "le", + "ment" + ], + [ + "ent", + "o" + ], + [ + "Ġn", + "atives" + ], + [ + "Ġstr", + "ict" + ], + [ + "Ġreturn", + "s" + ], + [ + "ĠMiss", + "ouri" + ], + [ + "Ġe", + "cho" + ], + [ + "ĠT", + "eddy" + ], + [ + "ĠM", + "olly" + ], + [ + "ĠR", + "us" + ], + [ + "Ġtra", + "v" + ], + [ + "Ġsur", + "gery" + ], + [ + "Ġcor", + "respond" + ], + [ + "Ġcl", + "ase" + ], + [ + "Ġpart", + "ners" + ], + [ + "Ġpun", + "ishment" + ], + [ + "p", + "ea" + ], + [ + "Ġgood", + "bye" + ], + [ + "Ġchar", + "t" + ], + [ + "h", + "ol" + ], + [ + "u", + "ous" + ], + [ + "Ġun", + "ex" + ], + [ + "ang", + "ers" + ], + [ + "Ġexplan", + "ation" + ], + [ + "ĠR", + "em" + ], + [ + "Ġfl", + "ores" + ], + [ + "Ġig", + "no" + ], + [ + "m", + "ade" + ], + [ + "ie", + "v" + ], + [ + "ig", + "e" + ], + [ + "Ġbu", + "zz" + ], + [ + "T", + "V" + ], + [ + "Ġshort", + "ly" + ], + [ + "Ġmal", + "o" + ], + [ + "ĠMad", + "ame" + ], + [ + "7", + "5" + ], + [ + "Ġre", + "form" + ], + [ + "ab", + "lo" + ], + [ + "Ġla", + "unch" + ], + [ + "ink", + "le" + ], + [ + "ord", + "an" + ], + [ + "Ġdeep", + "ly" + ], + [ + "Bl", + "ue" + ], + [ + "Ġindepend", + "ence" + ], + [ + "Ġh", + "ired" + ], + [ + "Ġdress", + "ing" + ], + [ + "Ġhe", + "mos" + ], + [ + "ĠA", + "pp" + ], + [ + "ast", + "a" + ], + [ + "ret", + "t" + ], + [ + "Ġcons", + "um" + ], + [ + "ĠT", + "ob" + ], + [ + "ne", + "xt" + ], + [ + "az", + "a" + ], + [ + "Ġban", + "ks" + ], + [ + "ĠHo", + "ly" + ], + [ + "Ġpr", + "ime" + ], + [ + "Ġpre", + "cip" + ], + [ + "ys", + "is" + ], + [ + "Ġ196", + "7" + ], + [ + "Ġmid", + "night" + ], + [ + "ĠC", + "u" + ], + [ + "ol", + "ate" + ], + [ + "Ġcomm", + "ission" + ], + [ + "Ġinter", + "ior" + ], + [ + "Ġexist", + "ence" + ], + [ + "A", + "ren" + ], + [ + "scream", + "s" + ], + [ + "ut", + "iful" + ], + [ + "Ġcon", + "vert" + ], + [ + "atur", + "al" + ], + [ + "Ġsaus", + "age" + ], + [ + "refer", + "ring" + ], + [ + "it", + "ter" + ], + [ + "Ġto", + "ol" + ], + [ + "ĠI", + "ng" + ], + [ + "ĠM", + "ouse" + ], + [ + "Ġimp", + "act" + ], + [ + "3", + "2" + ], + [ + "on", + "o" + ], + [ + "Ġsa", + "ving" + ], + [ + "Ġlo", + "yal" + ], + [ + "Ġchim", + "ney" + ], + [ + "Ġz", + "ap" + ], + [ + "Ġvuel", + "ta" + ], + [ + "s", + "ylvania" + ], + [ + "Ä", + "ģ" + ], + [ + "ĠA", + "www" + ], + [ + "ĠB", + "ol" + ], + [ + "Ġr", + "inging" + ], + [ + "ĠF", + "o" + ], + [ + "Ġbl", + "ows" + ], + [ + "let", + "on" + ], + [ + "Ġ194", + "0" + ], + [ + "Ġk", + "not" + ], + [ + "B", + "A" + ], + [ + "m", + "el" + ], + [ + "ĠA", + "qu" + ], + [ + "Ġus", + "eless" + ], + [ + "Ġfl", + "ow" + ], + [ + "Ġcle", + "ared" + ], + [ + "Un", + "cle" + ], + [ + "Ġcla", + "imed" + ], + [ + "f", + "ers" + ], + [ + "h", + "u" + ], + [ + "an", + "while" + ], + [ + "ist", + "or" + ], + [ + "Ġm", + "ús" + ], + [ + "ro", + "ck" + ], + [ + "ĠP", + "lease" + ], + [ + "vent", + "ion" + ], + [ + "ĠAust", + "rian" + ], + [ + "n", + "ine" + ], + [ + "Ġcr", + "icket" + ], + [ + "Ġrock", + "et" + ], + [ + "Ġash", + "ore" + ], + [ + "Ġb", + "ib" + ], + [ + "Ġfe", + "ature" + ], + [ + "be", + "fore" + ], + [ + "for", + "ce" + ], + [ + "ik", + "a" + ], + [ + "Ġthirst", + "y" + ], + [ + "on", + "ge" + ], + [ + "Ex", + "actly" + ], + [ + "Ġdev", + "ice" + ], + [ + "Ġelepha", + "nts" + ], + [ + "Ġinn", + "it" + ], + [ + "m", + "aster" + ], + [ + "Ġ", + "ido" + ], + [ + "Ġco", + "legio" + ], + [ + "Ġpre", + "oc" + ], + [ + "man", + "n" + ], + [ + "Ġcolor", + "ing" + ], + [ + "c", + "ó" + ], + [ + "et", + "es" + ], + [ + "ĠCl", + "ara" + ], + [ + "Ġreco", + "vered" + ], + [ + "Ġthreat", + "ened" + ], + [ + "E", + "V" + ], + [ + "the", + "less" + ], + [ + "Ġstar", + "ing" + ], + [ + "7", + "0" + ], + [ + "J", + "ames" + ], + [ + "Ġwh", + "ilst" + ], + [ + "Ġv", + "ic" + ], + [ + "Ġex", + "tended" + ], + [ + "H", + "L" + ], + [ + "Ġsw", + "ept" + ], + [ + "enn", + "eth" + ], + [ + "Ġfal", + "ta" + ], + [ + "al", + "og" + ], + [ + "Ġn", + "onsense" + ], + [ + "ĠN", + "ana" + ], + [ + "Ġcar", + "re" + ], + [ + "osa", + "ur" + ], + [ + "P", + "S" + ], + [ + "g", + "han" + ], + [ + "an", + "za" + ], + [ + "og", + "rap" + ], + [ + "Ġvac", + "ation" + ], + [ + "Ġcot", + "ton" + ], + [ + "ot", + "ing" + ], + [ + "Ġstick", + "ing" + ], + [ + "Ġvol", + "can" + ], + [ + "Ġesc", + "al" + ], + [ + "en", + "ess" + ], + [ + "ic", + "ial" + ], + [ + "ĠS", + "at" + ], + [ + "ĠJohn", + "ny" + ], + [ + "Ġdelight", + "ful" + ], + [ + "ĠT", + "op" + ], + [ + "Ġun", + "happy" + ], + [ + "Pl", + "ay" + ], + [ + "A", + "qu" + ], + [ + "iet", + "e" + ], + [ + "Ġins", + "isted" + ], + [ + "Ġalred", + "edor" + ], + [ + "d", + "ers" + ], + [ + "Ġ(", + "," + ], + [ + "Ġsqu", + "ad" + ], + [ + "Ġvill", + "ages" + ], + [ + "ĠS", + "ara" + ], + [ + "ĠG", + "reg" + ], + [ + "Ġam", + "o" + ], + [ + "bu", + "ild" + ], + [ + "Ġbast", + "ard" + ], + [ + "c", + "alled" + ], + [ + "ĠS", + "ub" + ], + [ + "Ġdes", + "erve" + ], + [ + "ro", + "y" + ], + [ + "Ġref", + "ers" + ], + [ + "Ġins", + "urance" + ], + [ + "Ġsum", + "m" + ], + [ + "T", + "S" + ], + [ + "Ã", + "´" + ], + [ + "Ġf", + "eared" + ], + [ + "Ġmon", + "ta" + ], + [ + "Ġbear", + "ing" + ], + [ + "ĠPap", + "a" + ], + [ + "ĠBrazil", + "ian" + ], + [ + "ot", + "ic" + ], + [ + "ĠM", + "ich" + ], + [ + "ĠD", + "i" + ], + [ + "Ġpas", + "o" + ], + [ + "ky", + "o" + ], + [ + "Ġhelic", + "opter" + ], + [ + "ĠN", + "OT" + ], + [ + "ĠV", + "is" + ], + [ + "Ġtouch", + "ing" + ], + [ + "ĠD", + "ie" + ], + [ + "en", + "gu" + ], + [ + "Ġl", + "emon" + ], + [ + "out", + "heast" + ], + [ + "z", + "an" + ], + [ + "ad", + "u" + ], + [ + "pl", + "ess" + ], + [ + "Ġart", + "icles" + ], + [ + "3", + "1" + ], + [ + "Ġpatient", + "s" + ], + [ + "on", + "ed" + ], + [ + "ÃŃ", + "f" + ], + [ + "pa", + "ña" + ], + [ + "enn", + "is" + ], + [ + "Ġarri", + "ve" + ], + [ + "Ġclos", + "ing" + ], + [ + "Ġspend", + "ing" + ], + [ + "'", + "..." + ], + [ + "ĠS", + "ong" + ], + [ + "Ġpro", + "ceeded" + ], + [ + "Ġrub", + "ber" + ], + [ + "Ġwha", + "le" + ], + [ + "b", + "ors" + ], + [ + "j", + "ump" + ], + [ + "Ġn", + "ort" + ], + [ + "ĠA", + "k" + ], + [ + "tr", + "uck" + ], + [ + "9", + "9" + ], + [ + "B", + "O" + ], + [ + "g", + "reat" + ], + [ + "im", + "me" + ], + [ + "ĠT", + "em" + ], + [ + "Ġinst", + "antly" + ], + [ + "ĠChar", + "lotte" + ], + [ + "Ġd", + "igo" + ], + [ + "Ġre", + "in" + ], + [ + "Ġv", + "os" + ], + [ + "Ġca", + "er" + ], + [ + "Ġfig", + "ured" + ], + [ + "Ġdeter", + "min" + ], + [ + "R", + "es" + ], + [ + "ol", + "ph" + ], + [ + "Ġcon", + "ference" + ], + [ + "Ġconvin", + "ced" + ], + [ + "S", + "H" + ], + [ + "Ġpr", + "ote" + ], + [ + "Ġdes", + "ar" + ], + [ + "Ġstud", + "ying" + ], + [ + "m", + "um" + ], + [ + "Ġd", + "umb" + ], + [ + "Ġre", + "put" + ], + [ + "Ġcook", + "ed" + ], + [ + "Ġt", + "ack" + ], + [ + "ĠS", + "av" + ], + [ + "Ġind", + "ign" + ], + [ + "Ġste", + "ep" + ], + [ + "Bl", + "ack" + ], + [ + "Ġherman", + "a" + ], + [ + "Ġhistor", + "ical" + ], + [ + "ĠCla", + "us" + ], + [ + "B", + "oth" + ], + [ + "c", + "us" + ], + [ + "op", + "y" + ], + [ + "Ġar", + "ose" + ], + [ + "Ġca", + "ut" + ], + [ + "Ġtou", + "ches" + ], + [ + "Ġ194", + "5" + ], + [ + "Ġsail", + "ing" + ], + [ + "Ġbeb", + "é" + ], + [ + "ĠT", + "ell" + ], + [ + "ĠBe", + "at" + ], + [ + "ropri", + "ate" + ], + [ + "Ġatmos", + "phere" + ], + [ + "ne", + "ed" + ], + [ + "F", + "in" + ], + [ + "Ġ", + "/" + ], + [ + "ro", + "b" + ], + [ + "Ġim", + "pr" + ], + [ + "3", + "4" + ], + [ + "ĠG", + "all" + ], + [ + "Ġcomm", + "it" + ], + [ + "Ġveget", + "ables" + ], + [ + "Ġto", + "e" + ], + [ + "Ġcount", + "ing" + ], + [ + "Ġimp", + "ress" + ], + [ + "ĠLo", + "ire" + ], + [ + "Ġb", + "er" + ], + [ + "Ġst", + "ared" + ], + [ + "Ġsp", + "ill" + ], + [ + "Ġhop", + "es" + ], + [ + "Ġaffect", + "ed" + ], + [ + "ĠK", + "NOW" + ], + [ + "Ġch", + "urches" + ], + [ + "Some", + "body" + ], + [ + "ĠD", + "avis" + ], + [ + "Ġche", + "ek" + ], + [ + "ĠPenn", + "sylvania" + ], + [ + "g", + "or" + ], + [ + "Ġt", + "ide" + ], + [ + "or", + "gan" + ], + [ + "el", + "f" + ], + [ + "Ġhor", + "as" + ], + [ + "Ġstat", + "us" + ], + [ + "h", + "im" + ], + [ + "s", + "name" + ], + [ + "Ġse", + "ed" + ], + [ + "ĠD", + "am" + ], + [ + "Ġser", + "ÃŃa" + ], + [ + "oll", + "ey" + ], + [ + "uel", + "a" + ], + [ + "Ġdraw", + "s" + ], + [ + "rif", + "ice" + ], + [ + "w", + "art" + ], + [ + "Ġf", + "lesh" + ], + [ + "ain", + "ted" + ], + [ + "ud", + "dle" + ], + [ + "Ġexp", + "ressed" + ], + [ + "Ġt", + "une" + ], + [ + "hing", + "s" + ], + [ + "Ġsle", + "e" + ], + [ + "Ġliter", + "ature" + ], + [ + "t", + "ie" + ], + [ + "Ġdistrict", + "s" + ], + [ + "Ġpir", + "ates" + ], + [ + "ie", + "ur" + ], + [ + "Ġpr", + "ÃŃncipe" + ], + [ + "Ġfe", + "e" + ], + [ + "Ġr", + "ÃŃo" + ], + [ + "Ġdis", + "ag" + ], + [ + "Ġwind", + "s" + ], + [ + "Ġliqu", + "id" + ], + [ + "H", + "ab" + ], + [ + "ĠC", + "ab" + ], + [ + "ĠSt", + "ory" + ], + [ + "ĠEd", + "die" + ], + [ + "Ġd", + "ried" + ], + [ + "ĠK", + "a" + ], + [ + "ertain", + "ly" + ], + [ + "T", + "y" + ], + [ + "l", + "oo" + ], + [ + "w", + "estern" + ], + [ + "cu", + "ando" + ], + [ + "atur", + "a" + ], + [ + "ĠAunt", + "ie" + ], + [ + "ur", + "os" + ], + [ + "Ġdem", + "ocr" + ], + [ + "Ġvac", + "a" + ], + [ + "C", + "o" + ], + [ + "ang", + "es" + ], + [ + "ex", + "clamó" + ], + [ + "Ġenjoy", + "ing" + ], + [ + "GA", + "I" + ], + [ + "om", + "ed" + ], + [ + "ĠW", + "olf" + ], + [ + "Ġnow", + "here" + ], + [ + "l", + "ap" + ], + [ + "Ġf", + "ires" + ], + [ + "Ġdri", + "ll" + ], + [ + "Ġcant", + "on" + ], + [ + "Ġdinosa", + "urs" + ], + [ + "Ġexped", + "ition" + ], + [ + "Ġ", + "]" + ], + [ + "Ġgo", + "lf" + ], + [ + "Ġla", + "wn" + ], + [ + "ĠCl", + "ark" + ], + [ + "Ġf", + "are" + ], + [ + "Ġhe", + "n" + ], + [ + "to", + "y" + ], + [ + "Ġfier", + "ce" + ], + [ + "ĠLew", + "is" + ], + [ + "Ġes", + "as" + ], + [ + "Ġins", + "p" + ], + [ + "iffe", + "rent" + ], + [ + "Ġhat", + "ed" + ], + [ + "Ġsol", + "a" + ], + [ + "Ġexper", + "t" + ], + [ + "IS", + "T" + ], + [ + "Ġed", + "itor" + ], + [ + "Ġ196", + "6" + ], + [ + "Ġc", + "ierto" + ], + [ + "ps", + "on" + ], + [ + "sh", + "h" + ], + [ + "Ġcor", + "re" + ], + [ + "ĠAng", + "el" + ], + [ + "Ġattempt", + "s" + ], + [ + "Ġg", + "est" + ], + [ + "ud", + "ing" + ], + [ + "Ġlast", + "ed" + ], + [ + "Ġpack", + "ed" + ], + [ + "n", + "or" + ], + [ + "er", + "ÃŃa" + ], + [ + "Ġcheer", + "ful" + ], + [ + "ĠGree", + "ce" + ], + [ + "Ġp", + "oured" + ], + [ + "Ġal", + "ar" + ], + [ + "ĠK", + "ong" + ], + [ + "Ġact", + "s" + ], + [ + "Ġchan", + "ces" + ], + [ + "Ġgen", + "us" + ], + [ + "Ġrat", + "tle" + ], + [ + "Ġúlt", + "imo" + ], + [ + "T", + "ime" + ], + [ + "m", + "pt" + ], + [ + "mo", + "ving" + ], + [ + "Ġass", + "ured" + ], + [ + "Ġdirect", + "ions" + ], + [ + "Ġkick", + "ed" + ], + [ + "ĠLab", + "our" + ], + [ + "5", + "5" + ], + [ + "M", + "B" + ], + [ + "Ġd", + "well" + ], + [ + "Ġl", + "un" + ], + [ + "ĠA", + "pple" + ], + [ + "Ġfl", + "ies" + ], + [ + "Ġwav", + "ing" + ], + [ + "f", + "its" + ], + [ + "w", + "ick" + ], + [ + "ot", + "ted" + ], + [ + "ĠS", + "andy" + ], + [ + "ĠM", + "eg" + ], + [ + "iss", + "ors" + ], + [ + "Ġcre", + "pt" + ], + [ + "Ġwide", + "ly" + ], + [ + "Ġempe", + "zó" + ], + [ + "g", + "s" + ], + [ + "AR", + "D" + ], + [ + "Ġdon", + "key" + ], + [ + "Ġout", + "er" + ], + [ + "ĠF", + "orm" + ], + [ + "Ġcual", + "quier" + ], + [ + "t", + "w" + ], + [ + "Ġd", + "ul" + ], + [ + "ĠD", + "allas" + ], + [ + "int", + "on" + ], + [ + "ĠTe", + "le" + ], + [ + "vocal", + "ization" + ], + [ + "ĠKore", + "an" + ], + [ + "A", + "c" + ], + [ + "g", + "ins" + ], + [ + "Ġex", + "hib" + ], + [ + "Ġro", + "jo" + ], + [ + "Ġcor", + "por" + ], + [ + "v", + "ior" + ], + [ + "Ġem", + "ot" + ], + [ + "Ġcult", + "ural" + ], + [ + "Ġpud", + "o" + ], + [ + "S", + "im" + ], + [ + "Ġ3", + "2" + ], + [ + "Ġchar", + "ges" + ], + [ + "pu", + "esto" + ], + [ + "ĠEn", + "ter" + ], + [ + "ĠE", + "ra" + ], + [ + "Ġdescri", + "ption" + ], + [ + "Ġj", + "ungle" + ], + [ + "\"", + ";" + ], + [ + "ou", + "ches" + ], + [ + "i", + "at" + ], + [ + "che", + "stra" + ], + [ + "Ġfriends", + "hip" + ], + [ + "B", + "ring" + ], + [ + "D", + "own" + ], + [ + "Ġv", + "ino" + ], + [ + "Ġwhere", + "ver" + ], + [ + "Ġsac", + "red" + ], + [ + "Ġsegu", + "ro" + ], + [ + "Ġs", + "op" + ], + [ + "We", + "re" + ], + [ + "Ġpre", + "viously" + ], + [ + "Ġengine", + "er" + ], + [ + "Ġdisci", + "pl" + ], + [ + "et", + "tle" + ], + [ + "ad", + "amente" + ], + [ + "Ġst", + "out" + ], + [ + "ĠM", + "un" + ], + [ + "Ġob", + "tained" + ], + [ + "R", + "el" + ], + [ + "m", + "u" + ], + [ + "ĠRec", + "ords" + ], + [ + "W", + "ant" + ], + [ + "m", + "amá" + ], + [ + "Ġf", + "estival" + ], + [ + "Ġar", + "gu" + ], + [ + "Ġy", + "er" + ], + [ + "Ġob", + "tain" + ], + [ + "Ġox", + "ygen" + ], + [ + "Ġsuc", + "ceed" + ], + [ + "Ġforest", + "s" + ], + [ + "ĠJew", + "s" + ], + [ + "Ġun", + "e" + ], + [ + "Ġdev", + "il" + ], + [ + "9", + "0" + ], + [ + "it", + "ched" + ], + [ + "se", + "qu" + ], + [ + "ous", + "ed" + ], + [ + "Ġkind", + "ness" + ], + [ + "Ġcatch", + "ing" + ], + [ + "ĠPer", + "cy" + ], + [ + "Ġsn", + "iff" + ], + [ + "Ġh", + "ip" + ], + [ + "Ġve", + "nd" + ], + [ + "ĠGr", + "ay" + ], + [ + "Ġfort", + "un" + ], + [ + "b", + "oles" + ], + [ + "d", + "uck" + ], + [ + "as", + "ped" + ], + [ + "Ap", + "ril" + ], + [ + "ER", + "S" + ], + [ + "Ġtri", + "bes" + ], + [ + "Ġbreat", + "he" + ], + [ + "Ġsav", + "age" + ], + [ + "ĠFil", + "m" + ], + [ + "Geor", + "ge" + ], + [ + "Ġm", + "oo" + ], + [ + "Ġto", + "b" + ], + [ + "Ġlo", + "ads" + ], + [ + "ĠK", + "ar" + ], + [ + "hold", + "ing" + ], + [ + "Ã", + "¦" + ], + [ + "am", + "en" + ], + [ + "Ġun", + "like" + ], + [ + "Ġstick", + "y" + ], + [ + "Ġorgan", + "ized" + ], + [ + "Ġmult", + "i" + ], + [ + "Ġfrequ", + "ently" + ], + [ + "J", + "an" + ], + [ + "ĠP", + "ig" + ], + [ + "ĠE", + "X" + ], + [ + "Ġcollect", + "ed" + ], + [ + "Ġestab", + "lish" + ], + [ + "Ġumbre", + "lla" + ], + [ + "t", + "an" + ], + [ + "Ġp", + "ueblo" + ], + [ + "ĠM", + "ill" + ], + [ + "ch", + "ó" + ], + [ + "Ġab", + "und" + ], + [ + "cha", + "s" + ], + [ + "Ġmove", + "ments" + ], + [ + "Ġrabb", + "its" + ], + [ + "Ġhe", + "d" + ], + [ + "Ġmount", + "ed" + ], + [ + "Ġca", + "lend" + ], + [ + "amp", + "oco" + ], + [ + "duc", + "ation" + ], + [ + "Ġappl", + "ied" + ], + [ + "p", + "iece" + ], + [ + "Ġp", + "eak" + ], + [ + "ĠI", + "ce" + ], + [ + "Ġn", + "asty" + ], + [ + "ĠS", + "ix" + ], + [ + "if", + "ying" + ], + [ + "Ġsh", + "ots" + ], + [ + "Ġdel", + "ivered" + ], + [ + "Ġimp", + "ression" + ], + [ + "Ġexpl", + "ore" + ], + [ + "Ġalbum", + "s" + ], + [ + "Ġneg", + "ative" + ], + [ + "Ġgrad", + "ually" + ], + [ + "i", + "ac" + ], + [ + "Ġth", + "ief" + ], + [ + "ars", + "on" + ], + [ + "Ġcop", + "ies" + ], + [ + "Ġsteam", + "er" + ], + [ + "Ġresour", + "ces" + ], + [ + "m", + "ates" + ], + [ + "Ġsub", + "mar" + ], + [ + "du", + "ction" + ], + [ + "Ġsna", + "kes" + ], + [ + "ut", + "her" + ], + [ + "st", + "al" + ], + [ + "Ġho", + "ly" + ], + [ + "ĠGu", + "ard" + ], + [ + "t", + "aking" + ], + [ + "ĠA", + "ra" + ], + [ + "ĠA", + "th" + ], + [ + "ud", + "ge" + ], + [ + "Ġres", + "ol" + ], + [ + "ĠAs", + "sembly" + ], + [ + "Ġsol", + "ution" + ], + [ + "ĠDan", + "ny" + ], + [ + "Ġtick", + "ets" + ], + [ + "Ġpar", + "ish" + ], + [ + "Ġmach", + "ines" + ], + [ + "Ġcont", + "ar" + ], + [ + "St", + "and" + ], + [ + "ĠCl", + "ass" + ], + [ + "Ġwra", + "pped" + ], + [ + "I", + "ES" + ], + [ + "er", + "man" + ], + [ + "ĠW", + "ild" + ], + [ + "Ġball", + "et" + ], + [ + "ĠJe", + "annine" + ], + [ + "ĠR", + "aj" + ], + [ + "Ġref", + "lect" + ], + [ + "hand", + "s" + ], + [ + "yy", + "y" + ], + [ + "ĠN", + "avy" + ], + [ + "ĠU", + "s" + ], + [ + "s", + "illy" + ], + [ + "Ġhum", + "or" + ], + [ + "n", + "ut" + ], + [ + "Ġf", + "etch" + ], + [ + "ĠH", + "ab" + ], + [ + "ĠR", + "and" + ], + [ + "ĠAp", + "ollo" + ], + [ + "Ġkil", + "omet" + ], + [ + "H", + "ay" + ], + [ + "Ġn", + "av" + ], + [ + "Ġca", + "ÃŃdo" + ], + [ + "Ġatt", + "itude" + ], + [ + "Ġdra", + "ft" + ], + [ + "ĠPat", + "rick" + ], + [ + "Ġindust", + "rial" + ], + [ + "Ġ3", + "00" + ], + [ + "Ġcap", + "itán" + ], + [ + "Ġcor", + "riendo" + ], + [ + "Ġdiscuss", + "ion" + ], + [ + "Ġk", + "ings" + ], + [ + "ĠG", + "uy" + ], + [ + "AN", + "N" + ], + [ + "ĠAr", + "k" + ], + [ + "ĠVict", + "oria" + ], + [ + "p", + "in" + ], + [ + "ĠB", + "ank" + ], + [ + "pha", + "nt" + ], + [ + "c", + "ond" + ], + [ + "z", + "es" + ], + [ + "ur", + "b" + ], + [ + "ĠD", + "er" + ], + [ + "ak", + "h" + ], + [ + "r", + "im" + ], + [ + "Ġd", + "rank" + ], + [ + "ĠS", + "now" + ], + [ + "Ġencont", + "ró" + ], + [ + "Ġchampions", + "hip" + ], + [ + "Ġt", + "ab" + ], + [ + "Ġh", + "u" + ], + [ + "ro", + "ve" + ], + [ + "Ġal", + "can" + ], + [ + "ĠD", + "olly" + ], + [ + "Ġeng", + "age" + ], + [ + "ĠW", + "ould" + ], + [ + "Ġlo", + "bo" + ], + [ + "so", + "ft" + ], + [ + "Ġposs", + "ibility" + ], + [ + "Ġmer", + "cy" + ], + [ + "ĠWin", + "nie" + ], + [ + "A", + "unt" + ], + [ + "é", + "sta" + ], + [ + "Ġac", + "erc" + ], + [ + "Ġassist", + "ance" + ], + [ + "t", + "wenty" + ], + [ + "Ġcut", + "s" + ], + [ + "Ġabs", + "ence" + ], + [ + "Ġnest", + "ing" + ], + [ + "ha", + "w" + ], + [ + "Ġgr", + "ade" + ], + [ + "Ġell", + "as" + ], + [ + "G", + "l" + ], + [ + "R", + "ic" + ], + [ + "ra", + "h" + ], + [ + "Ġcl", + "ap" + ], + [ + "ĠHe", + "alth" + ], + [ + "Ġgu", + "ar" + ], + [ + "Ġmercha", + "nt" + ], + [ + "ar", + "ios" + ], + [ + "ĠMar", + "ÃŃa" + ], + [ + "M", + "U" + ], + [ + "d", + "r" + ], + [ + "ĠS", + "ax" + ], + [ + "pect", + "or" + ], + [ + "Ġsu", + "p" + ], + [ + "read", + "ing" + ], + [ + "ĠP", + "edro" + ], + [ + "Ġne", + "ut" + ], + [ + "Ġun", + "ique" + ], + [ + "ye", + "h" + ], + [ + "Ġt", + "ant" + ], + [ + "Ġob", + "jet" + ], + [ + "ez", + "es" + ], + [ + "Ġmuñ", + "e" + ], + [ + "v", + "or" + ], + [ + "ak", + "in" + ], + [ + "br", + "as" + ], + [ + "Ġinter", + "pret" + ], + [ + "Ġclos", + "et" + ], + [ + "Ġdesper", + "t" + ], + [ + "Ġcy", + "cl" + ], + [ + "Ġstraw", + "berries" + ], + [ + "Ġraz", + "ón" + ], + [ + "U", + "E" + ], + [ + "ad", + "elp" + ], + [ + "ĠT", + "our" + ], + [ + "Ġsn", + "eak" + ], + [ + "Ġl", + "á" + ], + [ + "ĠP", + "ete" + ], + [ + "ĠR", + "al" + ], + [ + "Ġdra", + "gged" + ], + [ + "[$", + "=" + ], + [ + "u", + "era" + ], + [ + "ĠL", + "ind" + ], + [ + "ear", + "ch" + ], + [ + "Ġent", + "r" + ], + [ + "Ġllev", + "ar" + ], + [ + "Ġsc", + "ra" + ], + [ + "Ġgrie", + "f" + ], + [ + "E", + "ng" + ], + [ + "Ġ", + "à²" + ], + [ + "Ġaccompan", + "ied" + ], + [ + "z", + "ed" + ], + [ + "he", + "lle" + ], + [ + "ar", + "oo" + ], + [ + "ĠL", + "O" + ], + [ + "Ge", + "ography" + ], + [ + "H", + "ome" + ], + [ + "p", + "hew" + ], + [ + "qu", + "is" + ], + [ + "ĠD", + "uck" + ], + [ + "Ġc", + "ush" + ], + [ + "it", + "ors" + ], + [ + "ven", + "ue" + ], + [ + "Ġoccasion", + "ally" + ], + [ + "Ġmyster", + "ious" + ], + [ + "contin", + "ues" + ], + [ + "J", + "W" + ], + [ + "Ġg", + "re" + ], + [ + "Ġstay", + "s" + ], + [ + "pap", + "ers" + ], + [ + "Ġtr", + "iste" + ], + [ + "ump", + "ty" + ], + [ + "Ġsail", + "ors" + ], + [ + "Ġpack", + "age" + ], + [ + "ĠAnt", + "onio" + ], + [ + "Ġning", + "una" + ], + [ + "Ġinstru", + "ctions" + ], + [ + "R", + "ob" + ], + [ + "h", + "or" + ], + [ + "ĠD", + "iana" + ], + [ + ".", + "=" + ], + [ + "Ġp", + "ine" + ], + [ + "Ġbot", + "tles" + ], + [ + "Ġlab", + "el" + ], + [ + "a", + "ver" + ], + [ + "Ġmain", + "tain" + ], + [ + "à", + "¯" + ], + [ + "ĠB", + "esides" + ], + [ + "ap", + "are" + ], + [ + "cle", + "ver" + ], + [ + "Ġneck", + "lace" + ], + [ + "Ġg", + "al" + ], + [ + "ĠH", + "ans" + ], + [ + "ĠTh", + "ose" + ], + [ + "sa", + "id" + ], + [ + "Ġphot", + "o" + ], + [ + "Ġm", + "ÃŃa" + ], + [ + "Ġbe", + "gged" + ], + [ + "ac", + "er" + ], + [ + "th", + "ony" + ], + [ + "put", + "ting" + ], + [ + "Ġhat", + "s" + ], + [ + "l", + "ater" + ], + [ + "Ġver", + "de" + ], + [ + "Ġsil", + "k" + ], + [ + "l", + "on" + ], + [ + "ĠT", + "aylor" + ], + [ + "B", + "ien" + ], + [ + "Ġdej", + "ar" + ], + [ + "Bet", + "ter" + ], + [ + "I", + "X" + ], + [ + "g", + "ives" + ], + [ + "Ġj", + "olly" + ], + [ + "Ġsw", + "ung" + ], + [ + "Ġchick", + "ens" + ], + [ + "Ġreci", + "b" + ], + [ + "Ġhe", + "ap" + ], + [ + "la", + "h" + ], + [ + "c", + "al" + ], + [ + "are", + "mos" + ], + [ + "bre", + "ro" + ], + [ + "Ġref", + "use" + ], + [ + "ĠFor", + "ce" + ], + [ + "Ġale", + "gr" + ], + [ + "Ġb", + "icycle" + ], + [ + "ÃŃ", + "m" + ], + [ + "ĠF", + "if" + ], + [ + "rans", + "cribed" + ], + [ + "A", + "ng" + ], + [ + "j", + "amin" + ], + [ + "Ġsu", + "ced" + ], + [ + "Ġmu", + "ff" + ], + [ + "Ġchild", + "hood" + ], + [ + "Ġ18", + "0" + ], + [ + "Ġnorth", + "west" + ], + [ + "ĠEll", + "ie" + ], + [ + "Ġsmo", + "king" + ], + [ + "1", + "00" + ], + [ + "Ġd", + "uties" + ], + [ + "ult", + "an" + ], + [ + "In", + "ternational" + ], + [ + "ustom", + "ed" + ], + [ + "Ġspl", + "ash" + ], + [ + "t", + "ries" + ], + [ + "es", + "ome" + ], + [ + "Ġno", + "on" + ], + [ + "Ġshe", + "lf" + ], + [ + "Ġdi", + "je" + ], + [ + "Ġdro", + "pping" + ], + [ + "Ġsoft", + "ware" + ], + [ + "ĠC", + "ass" + ], + [ + "ó", + "l" + ], + [ + "Ġcu", + "ál" + ], + [ + "ĠFran", + "ces" + ], + [ + "Ġpos", + "ible" + ], + [ + "Ġunex", + "pected" + ], + [ + "ien", + "cia" + ], + [ + "Ġjo", + "int" + ], + [ + "L", + "ES" + ], + [ + "N", + "IC" + ], + [ + "Ġe", + "llo" + ], + [ + "Ġro", + "ar" + ], + [ + "Ġri", + "val" + ], + [ + "Ġlead", + "s" + ], + [ + "Ġmater", + "ials" + ], + [ + "Ġbee", + "f" + ], + [ + "ĠIntern", + "et" + ], + [ + "Ġst", + "ress" + ], + [ + "all", + "ing" + ], + [ + "Ġlo", + "ver" + ], + [ + "ĠV", + "ery" + ], + [ + "Ġreg", + "al" + ], + [ + "Ġwar", + "ned" + ], + [ + "Ġ196", + "5" + ], + [ + "Ġacqu", + "aint" + ], + [ + "opl", + "ane" + ], + [ + "ĠHea", + "ven" + ], + [ + "Ġon", + "line" + ], + [ + "Ġr", + "oot" + ], + [ + "Ġr", + "oots" + ], + [ + "Ġcl", + "ay" + ], + [ + "Ġc", + "hip" + ], + [ + "ri", + "et" + ], + [ + "ab", + "ama" + ], + [ + "ĠAr", + "m" + ], + [ + "cher", + "s" + ], + [ + "Ġde", + "y" + ], + [ + "the", + "m" + ], + [ + "ub", + "s" + ], + [ + "Ġhel", + "pless" + ], + [ + "Ġchar", + "ming" + ], + [ + "wh", + "ines" + ], + [ + "Ġ195", + "6" + ], + [ + "ĠMich", + "igan" + ], + [ + "M", + "mm" + ], + [ + "on", + "ce" + ], + [ + "Ġre", + "ject" + ], + [ + "Ġun", + "cons" + ], + [ + "zz", + "y" + ], + [ + "Ġcoll", + "ar" + ], + [ + "Ġm", + "our" + ], + [ + "st", + "ay" + ], + [ + "Ġany", + "how" + ], + [ + "Ġrepe", + "at" + ], + [ + "cu", + "it" + ], + [ + "ipp", + "i" + ], + [ + "r", + "ac" + ], + [ + "ĠN", + "ina" + ], + [ + "Ġsp", + "aces" + ], + [ + "Ġconst", + "antly" + ], + [ + "Ġb", + "ade" + ], + [ + "Ġli", + "p" + ], + [ + "Ġmill", + "ions" + ], + [ + "Ġsandw", + "iches" + ], + [ + "ĠSwed", + "ish" + ], + [ + "ĠDire", + "ctor" + ], + [ + "Ġf", + "á" + ], + [ + "Ġadd", + "ing" + ], + [ + "Ġbon", + "ito" + ], + [ + "pro", + "bably" + ], + [ + "Ġinvent", + "ed" + ], + [ + "Ġreve", + "aled" + ], + [ + "Ġt", + "ables" + ], + [ + "Ġ196", + "3" + ], + [ + "Ġinf", + "ant" + ], + [ + "Ġcrowd", + "ed" + ], + [ + "ĠChampions", + "hips" + ], + [ + "4", + "2" + ], + [ + "t", + "han" + ], + [ + "Ġm", + "ars" + ], + [ + "an", + "ch" + ], + [ + "Ġhe", + "els" + ], + [ + "ĠN", + "ell" + ], + [ + "Ġcamp", + "o" + ], + [ + "Bob", + "by" + ], + [ + "Ġw", + "ww" + ], + [ + "Ġkid", + "na" + ], + [ + "Ġf", + "aced" + ], + [ + "ac", + "les" + ], + [ + "is", + "ión" + ], + [ + "Ġj", + "ard" + ], + [ + "Ġsubject", + "s" + ], + [ + "Ġchallen", + "ge" + ], + [ + "adelp", + "hia" + ], + [ + "I", + "nde" + ], + [ + "Ġs", + "illa" + ], + [ + "am", + "o" + ], + [ + "Ġn", + "ieve" + ], + [ + "ĠG", + "a" + ], + [ + "Ġmon", + "arch" + ], + [ + "Ġtri", + "angle" + ], + [ + "ĠSer", + "ies" + ], + [ + "every", + "body" + ], + [ + "ĠStep", + "hen" + ], + [ + "Ġa", + "leg" + ], + [ + "Ġgol", + "pe" + ], + [ + "i", + "qu" + ], + [ + "or", + "ay" + ], + [ + "ve", + "t" + ], + [ + "Ġat", + "om" + ], + [ + "Ġat", + "ra" + ], + [ + "Ġfr", + "idge" + ], + [ + "ĠAl", + "an" + ], + [ + "app", + "le" + ], + [ + "Ġmid", + "st" + ], + [ + "Ġcand", + "le" + ], + [ + "Ġelectric", + "ity" + ], + [ + "am", + "ar" + ], + [ + "Ġper", + "se" + ], + [ + "Ġdet", + "rás" + ], + [ + "ffic", + "er" + ], + [ + "H", + "ar" + ], + [ + "ĠT", + "al" + ], + [ + "Ġres", + "olved" + ], + [ + "Ġenc", + "ant" + ], + [ + "ĠÃ", + "ģ" + ], + [ + "ĠSim", + "on" + ], + [ + "s", + "al" + ], + [ + "ĠB", + "av" + ], + [ + "Ġpo", + "bl" + ], + [ + "Ġins", + "ist" + ], + [ + "Ġlay", + "ing" + ], + [ + "ĠCons", + "erv" + ], + [ + "iénd", + "ose" + ], + [ + "ect", + "ion" + ], + [ + "Ġfact", + "s" + ], + [ + "Ġru", + "in" + ], + [ + "Ġbatter", + "ies" + ], + [ + "m", + "us" + ], + [ + "ie", + "re" + ], + [ + "ĠF", + "C" + ], + [ + "Ġfaith", + "ful" + ], + [ + "Ġp", + "y" + ], + [ + "ĠB", + "elle" + ], + [ + "Ġar", + "ro" + ], + [ + "ras", + "h" + ], + [ + "Ġstrong", + "ly" + ], + [ + "Ġconcl", + "uded" + ], + [ + "Ġalcoh", + "ol" + ], + [ + "m", + "oo" + ], + [ + "Ġs", + "ung" + ], + [ + "bs", + "olutely" + ], + [ + "Ġvict", + "ims" + ], + [ + "Ġfavour", + "ite" + ], + [ + "ĠAf", + "ghan" + ], + [ + "R", + "oss" + ], + [ + "Ġl", + "ux" + ], + [ + "ĠE", + "arl" + ], + [ + "Ġgr", + "im" + ], + [ + "Ġc", + "rap" + ], + [ + "Ġbe", + "ard" + ], + [ + "ĠW", + "alk" + ], + [ + "Ġleg", + "isl" + ], + [ + "ĠMan", + "chester" + ], + [ + "H", + "appy" + ], + [ + "s", + "er" + ], + [ + "ĠA", + "gn" + ], + [ + "ĠNew", + "s" + ], + [ + "Ġanch", + "or" + ], + [ + "ropol", + "itan" + ], + [ + "Ġm", + "ue" + ], + [ + "Ġp", + "ace" + ], + [ + "Ġe", + "ase" + ], + [ + "ĠB", + "re" + ], + [ + "ĠP", + "ope" + ], + [ + "Ġyour", + "selves" + ], + [ + "Ġch", + "rist" + ], + [ + "Ġz", + "ero" + ], + [ + "ĠNor", + "man" + ], + [ + "ĠT", + "ha" + ], + [ + "tend", + "o" + ], + [ + "Ġinc", + "or" + ], + [ + "Ġsang", + "re" + ], + [ + "ĠHon", + "or" + ], + [ + "Ġre", + "nd" + ], + [ + "o", + "ch" + ], + [ + "ĠD", + "own" + ], + [ + "ge", + "on" + ], + [ + "Ġpu", + "ff" + ], + [ + "Ġbare", + "ly" + ], + [ + "P", + "as" + ], + [ + "b", + "ad" + ], + [ + "g", + "le" + ], + [ + "Ġm", + "art" + ], + [ + "Ġtr", + "icks" + ], + [ + "ĠAl", + "icia" + ], + [ + "Ġl", + "engu" + ], + [ + "ĠM", + "aybe" + ], + [ + "ĠG", + "ot" + ], + [ + "ens", + "es" + ], + [ + "Ġsy", + "mpt" + ], + [ + "Ġbell", + "s" + ], + [ + "Ġb", + "acter" + ], + [ + "ien", + "en" + ], + [ + "Ġend", + "ing" + ], + [ + "��", + "�" + ], + [ + "ĠSha", + "h" + ], + [ + "Ġvist", + "a" + ], + [ + "ĠCast", + "le" + ], + [ + "Ġalien", + "s" + ], + [ + "b", + "ear" + ], + [ + "Ġs", + "ank" + ], + [ + "WH", + "AT" + ], + [ + "Ġtremend", + "ous" + ], + [ + "w", + "ash" + ], + [ + "ĠS", + "ay" + ], + [ + "ter", + "ior" + ], + [ + "ĠG", + "re" + ], + [ + "int", + "a" + ], + [ + "Ġreco", + "ver" + ], + [ + "f", + "ound" + ], + [ + "z", + "ado" + ], + [ + "Ġt", + "ig" + ], + [ + "Ġbe", + "ings" + ], + [ + "Ġplan", + "es" + ], + [ + "ĠNor", + "way" + ], + [ + "M", + "us" + ], + [ + "b", + "ien" + ], + [ + "or", + "us" + ], + [ + "Ġwill", + "n" + ], + [ + "ĠEs", + "paña" + ], + [ + "F", + "L" + ], + [ + "Ġest", + "uv" + ], + [ + "Ġform", + "al" + ], + [ + "Ġholid", + "ays" + ], + [ + "Ġinvestig", + "ation" + ], + [ + "Ġtroub", + "led" + ], + [ + "ons", + "ieur" + ], + [ + "An", + "ne" + ], + [ + "Ġclos", + "es" + ], + [ + "Ġencont", + "r" + ], + [ + "p", + "ter" + ], + [ + "Ġs", + "iento" + ], + [ + "Ġfor", + "bid" + ], + [ + "Ġgu", + "ards" + ], + [ + "Ġgaz", + "ed" + ], + [ + "âĢķ", + "âĢķ" + ], + [ + "k", + "nock" + ], + [ + "he", + "e" + ], + [ + "Ġp", + "anc" + ], + [ + "ed", + "e" + ], + [ + "il", + "ton" + ], + [ + "ĠW", + "ee" + ], + [ + "ĠE", + "mma" + ], + [ + "Ġten", + "nis" + ], + [ + "ala", + "x" + ], + [ + "Ġsac", + "rifice" + ], + [ + "ĠComm", + "ission" + ], + [ + "ĠMad", + "rid" + ], + [ + "ĠPol", + "ish" + ], + [ + "Ġoc", + "up" + ], + [ + "Ġbree", + "ze" + ], + [ + "C", + "u" + ], + [ + "Ġl", + "t" + ], + [ + "ĠS", + "her" + ], + [ + "ĠE", + "N" + ], + [ + "ĠTur", + "key" + ], + [ + "ĠRe", + "ally" + ], + [ + "Ġsuggest", + "ion" + ], + [ + "Ġpump", + "kin" + ], + [ + "Ġimpat", + "ient" + ], + [ + "ĠH", + "ong" + ], + [ + "Ġsu", + "icide" + ], + [ + "ĠF", + "anny" + ], + [ + "Ġwar", + "n" + ], + [ + "Ġ196", + "1" + ], + [ + "Ġelect", + "ions" + ], + [ + "Ġemplo", + "ye" + ], + [ + "F", + "ire" + ], + [ + "l", + "ife" + ], + [ + "Ġa", + "wards" + ], + [ + "Ġst", + "ab" + ], + [ + "ĠE", + "ste" + ], + [ + "Ġcop", + "s" + ], + [ + "Ġview", + "s" + ], + [ + "Ġdej", + "ó" + ], + [ + "La", + "ura" + ], + [ + "ĠPost", + "man" + ], + [ + "T", + "ony" + ], + [ + "Ġsu", + "erte" + ], + [ + "Ġp", + "ien" + ], + [ + "Ġse", + "al" + ], + [ + "Ġar", + "d" + ], + [ + "Ġgra", + "ph" + ], + [ + "ĠCl", + "are" + ], + [ + "Ġcig", + "aret" + ], + [ + "Ġtrav", + "és" + ], + [ + "H", + "ad" + ], + [ + "g", + "ment" + ], + [ + "Ġg", + "ates" + ], + [ + "ul", + "gar" + ], + [ + "ang", + "aroo" + ], + [ + "ale", + "m" + ], + [ + "Ġcover", + "ing" + ], + [ + "Ġár", + "boles" + ], + [ + "Ġning", + "ún" + ], + [ + "c", + "en" + ], + [ + "ĠR", + "h" + ], + [ + "Ġ7", + "5" + ], + [ + "ĠFrank", + "lin" + ], + [ + "Ġgor", + "geous" + ], + [ + "Ġinte", + "gr" + ], + [ + "Ġneigh", + "bors" + ], + [ + "Ġbeat", + "en" + ], + [ + "ĠLaw", + "rence" + ], + [ + "Ġintrodu", + "ce" + ], + [ + "Ġa", + "ck" + ], + [ + "Ġw", + "oof" + ], + [ + "ĠS", + "ister" + ], + [ + "ĠM", + "oo" + ], + [ + "ile", + "y" + ], + [ + "ĠTo", + "kyo" + ], + [ + "Ġsecret", + "ary" + ], + [ + "ĠMatemát", + "ica" + ], + [ + "ĠA", + "L" + ], + [ + "ĠE", + "aster" + ], + [ + "Ġcross", + "ing" + ], + [ + "6", + "6" + ], + [ + "U", + "D" + ], + [ + "s", + "an" + ], + [ + "Ġs", + "an" + ], + [ + "Ġs", + "ke" + ], + [ + "Ġn", + "ail" + ], + [ + "Ġlo", + "ft" + ], + [ + "ĠO", + "hio" + ], + [ + "Ġfuer", + "za" + ], + [ + "u", + "i" + ], + [ + "An", + "na" + ], + [ + "Ġprofess", + "ion" + ], + [ + "Ġperm", + "itted" + ], + [ + "d", + "ed" + ], + [ + "Ġre", + "ference" + ], + [ + "ĠK", + "han" + ], + [ + "d", + "ate" + ], + [ + "Ġgener", + "ous" + ], + [ + "D", + "a" + ], + [ + "ĠL", + "ion" + ], + [ + "Ġex", + "ceed" + ], + [ + "ĠO", + "UT" + ], + [ + "Ġown", + "ers" + ], + [ + "Ġem", + "peror" + ], + [ + "clam", + "ation" + ], + [ + "ĠRay", + "mond" + ], + [ + "Ġres", + "cu" + ], + [ + "Ġsl", + "ice" + ], + [ + "mb", + "ur" + ], + [ + "R", + "un" + ], + [ + "R", + "obert" + ], + [ + "m", + "ummy" + ], + [ + "Ġb", + "un" + ], + [ + "Ġacc", + "used" + ], + [ + "Ġed", + "ition" + ], + [ + "ĠLes", + "lie" + ], + [ + "Ġn", + "app" + ], + [ + "ĠC", + "are" + ], + [ + "Ġtr", + "ace" + ], + [ + "Ġmu", + "erto" + ], + [ + "ĠSt", + "r" + ], + [ + "els", + "on" + ], + [ + "Ġdet", + "ail" + ], + [ + "Ġ194", + "7" + ], + [ + "rif", + "ied" + ], + [ + "?", + "]" + ], + [ + "Ġw", + "is" + ], + [ + "ĠB", + "omba" + ], + [ + "Ġle", + "ather" + ], + [ + "Ġremark", + "able" + ], + [ + "Ġ", + ";" + ], + [ + "Ġ194", + "8" + ], + [ + "ó", + "m" + ], + [ + "Ġswe", + "ets" + ], + [ + "Ġkiss", + "ing" + ], + [ + "Ġoper", + "ations" + ], + [ + "ĠEgypt", + "ian" + ], + [ + "Ġdom", + "estic" + ], + [ + "Ġcandid", + "ate" + ], + [ + "\"", + ".\"" + ], + [ + "f", + "s" + ], + [ + "ĠD", + "og" + ], + [ + "Ġoper", + "ating" + ], + [ + "Ġscream", + "ing" + ], + [ + "lo", + "yd" + ], + [ + "Ġcol", + "onel" + ], + [ + "Ġ196", + "2" + ], + [ + "ĠPl", + "an" + ], + [ + "Ġsympat", + "hy" + ], + [ + "L", + "ara" + ], + [ + "Ġb", + "oring" + ], + [ + "Ġp", + "arliament" + ], + [ + "ro", + "ps" + ], + [ + "un", + "necessary" + ], + [ + "ĠW", + "ait" + ], + [ + "Ġca", + "red" + ], + [ + "Ġob", + "vious" + ], + [ + "Ġfel", + "iz" + ], + [ + "ĠJ", + "ake" + ], + [ + "ect", + "ive" + ], + [ + "ĠBr", + "uce" + ], + [ + "unt", + "ed" + ], + [ + "Ġquestion", + "ed" + ], + [ + "heart", + "ed" + ], + [ + "Ġmut", + "tered" + ], + [ + "im", + "al" + ], + [ + "ĠB", + "road" + ], + [ + "Ġso", + "ber" + ], + [ + "ub", + "by" + ], + [ + "ret", + "ty" + ], + [ + "ĠSu", + "ch" + ], + [ + "ber", + "y" + ], + [ + "ord", + "inary" + ], + [ + "Ġsk", + "irt" + ], + [ + "ĠMor", + "gan" + ], + [ + "Ġoc", + "ur" + ], + [ + "and", + "al" + ], + [ + "Ġcar", + "go" + ], + [ + "Ġca", + "using" + ], + [ + "ĠHow", + "ard" + ], + [ + "Ġstret", + "ch" + ], + [ + "t", + "ure" + ], + [ + "Ġd", + "ude" + ], + [ + "st", + "ar" + ], + [ + "ak", + "ers" + ], + [ + "iss", + "ippi" + ], + [ + "Ġmusic", + "ian" + ], + [ + "Ġllev", + "a" + ], + [ + "ĠMc", + "C" + ], + [ + "Ġcomr", + "ades" + ], + [ + "ch", + "oc" + ], + [ + "Ġbr", + "ace" + ], + [ + "Ġad", + "apt" + ], + [ + "ĠGrand", + "pa" + ], + [ + "Ġal", + "iment" + ], + [ + "ĠW", + "rest" + ], + [ + "Ġm", + "it" + ], + [ + "Ġthem", + "e" + ], + [ + "Ġgr", + "ows" + ], + [ + "T", + "wenty" + ], + [ + "w", + "ich" + ], + [ + "Ġf", + "oss" + ], + [ + "Ġim", + "pl" + ], + [ + "Ġinv", + "ite" + ], + [ + "Ġass", + "ault" + ], + [ + "Ġvoy", + "age" + ], + [ + "Ġdesp", + "ite" + ], + [ + "Ġenorm", + "ous" + ], + [ + "it", + "als" + ], + [ + "Ġal", + "oud" + ], + [ + "ĠCl", + "ar" + ], + [ + "Ġdelic", + "ate" + ], + [ + "Ġt", + "ire" + ], + [ + "Ġc", + "ra" + ], + [ + "or", + "i" + ], + [ + "ed", + "a" + ], + [ + "ĠC", + "www" + ], + [ + "Ġaw", + "fully" + ], + [ + "Ġexperien", + "ced" + ], + [ + "Ġvir", + "us" + ], + [ + "Ġf", + "lav" + ], + [ + "Ġgra", + "v" + ], + [ + "Ġcrit", + "ical" + ], + [ + "Ġráp", + "ido" + ], + [ + "Ġpreoc", + "up" + ], + [ + "H", + "al" + ], + [ + "al", + "u" + ], + [ + "am", + "ples" + ], + [ + "Ġcont", + "ained" + ], + [ + "Ġhacer", + "lo" + ], + [ + "IT", + "TLE" + ], + [ + "ĠCo", + "ast" + ], + [ + "Ġcuart", + "o" + ], + [ + "b", + "ies" + ], + [ + "n", + "ies" + ], + [ + "ĠS", + "C" + ], + [ + "Ġj", + "er" + ], + [ + "ĠJ", + "ordan" + ], + [ + "Ġgl", + "ory" + ], + [ + "Ġtur", + "key" + ], + [ + "Person", + "al" + ], + [ + "G", + "eneral" + ], + [ + "ri", + "el" + ], + [ + "Ġcon", + "j" + ], + [ + "Ġtw", + "in" + ], + [ + "Ġyoung", + "est" + ], + [ + "Gr", + "acias" + ], + [ + "Ġpoet", + "ry" + ], + [ + "Ġcarr", + "ot" + ], + [ + "Ġhij", + "os" + ], + [ + "r", + "up" + ], + [ + "ĠO", + "b" + ], + [ + "Ġest", + "re" + ], + [ + "pr", + "ise" + ], + [ + "Ġstuff", + "ed" + ], + [ + "Ġmist", + "aken" + ], + [ + "ĠPol", + "ice" + ], + [ + "Ġgaz", + "e" + ], + [ + "h", + "ola" + ], + [ + "p", + "ict" + ], + [ + "ĠW", + "el" + ], + [ + "Ġbl", + "ast" + ], + [ + "n", + "in" + ], + [ + "ĠN", + "a" + ], + [ + "Ġpo", + "ly" + ], + [ + "Ġmother", + "s" + ], + [ + "Ġ195", + "9" + ], + [ + "Ġpresident", + "ial" + ], + [ + "I", + "P" + ], + [ + "art", + "ed" + ], + [ + "ĠG", + "en" + ], + [ + "ag", + "ers" + ], + [ + "Ġsha", + "kes" + ], + [ + "Ġanx", + "iously" + ], + [ + "ĠÃ", + "ī" + ], + [ + "S", + "al" + ], + [ + "c", + "ular" + ], + [ + "Ġw", + "ars" + ], + [ + "Ġsn", + "ack" + ], + [ + "ĠHind", + "u" + ], + [ + "m", + "ont" + ], + [ + "ú", + "bl" + ], + [ + "Ġintellig", + "ence" + ], + [ + "B", + "el" + ], + [ + "X", + "X" + ], + [ + "Ġra", + "ge" + ], + [ + "Ġrec", + "uer" + ], + [ + "Ġpot", + "ential" + ], + [ + "Ġbeha", + "vior" + ], + [ + "B", + "aby" + ], + [ + "Ġre", + "ina" + ], + [ + "Ġfr", + "ank" + ], + [ + "ĠV", + "ien" + ], + [ + "ĠTh", + "us" + ], + [ + "Ġcer", + "t" + ], + [ + "ĠMay", + "or" + ], + [ + "Hen", + "ry" + ], + [ + "L", + "OU" + ], + [ + "S", + "how" + ], + [ + "i", + "ate" + ], + [ + "et", + "ime" + ], + [ + "Ġall", + "ows" + ], + [ + "Ġcl", + "ar" + ], + [ + "per", + "haps" + ], + [ + "ho", + "g" + ], + [ + "ug", + "u" + ], + [ + "De", + "ath" + ], + [ + "ĠTe", + "ch" + ], + [ + "R", + "ed" + ], + [ + "Ġse", + "man" + ], + [ + "Ġse", + "mi" + ], + [ + "ĠC", + "AN" + ], + [ + "Ġbr", + "ide" + ], + [ + "ĠAl", + "aska" + ], + [ + "Ġdi", + "pl" + ], + [ + "Ġs", + "ist" + ], + [ + "Ġdo", + "l" + ], + [ + "ĠS", + "ar" + ], + [ + "Ġk", + "itten" + ], + [ + "ĠU", + "P" + ], + [ + "Do", + "ctor" + ], + [ + "4", + "1" + ], + [ + "Ġst", + "ool" + ], + [ + "ĠP", + "ower" + ], + [ + "Ġne", + "phew" + ], + [ + "Ġten", + "ido" + ], + [ + "Ġchair", + "man" + ], + [ + "Ġr", + "aces" + ], + [ + "ĠSam", + "uel" + ], + [ + "7", + "8" + ], + [ + "Ġin", + "fect" + ], + [ + "Ġpe", + "ep" + ], + [ + "ĠY", + "a" + ], + [ + "cul", + "es" + ], + [ + "Ġground", + "s" + ], + [ + "ĠOff", + "ice" + ], + [ + "Ġit", + "em" + ], + [ + "ĠS", + "P" + ], + [ + "ul", + "ting" + ], + [ + "ik", + "i" + ], + [ + "Ġmor", + "al" + ], + [ + "Ġhel", + "met" + ], + [ + "Ġgro", + "cer" + ], + [ + "H", + "arry" + ], + [ + "N", + "icole" + ], + [ + "Ġf", + "iring" + ], + [ + "ĠC", + "ze" + ], + [ + "v", + "ard" + ], + [ + "Ġm", + "hm" + ], + [ + "es", + "ar" + ], + [ + "ĠS", + "A" + ], + [ + "ell", + "as" + ], + [ + "ĠAl", + "abama" + ], + [ + "Ġdef", + "ence" + ], + [ + "4", + "3" + ], + [ + "O", + "l" + ], + [ + "p", + "ink" + ], + [ + "Ġe", + "fect" + ], + [ + "ut", + "es" + ], + [ + "Ġst", + "or" + ], + [ + "bre", + "ad" + ], + [ + "Ġadd", + "itional" + ], + [ + "Ġbur", + "nt" + ], + [ + "whis", + "pering" + ], + [ + "h", + "on" + ], + [ + "Ġn", + "ails" + ], + [ + "Ġter", + "ribly" + ], + [ + "S", + "w" + ], + [ + "s", + "na" + ], + [ + "u", + "ps" + ], + [ + "Ġm", + "ice" + ], + [ + "Ġy", + "ield" + ], + [ + "Ġj", + "ury" + ], + [ + "Ġsp", + "ray" + ], + [ + "ĠPr", + "isc" + ], + [ + "ĠColumb", + "ia" + ], + [ + "ri", + "o" + ], + [ + "qu", + "ieres" + ], + [ + "IN", + "E" + ], + [ + "ĠL", + "at" + ], + [ + "ĠPhil", + "adelphia" + ], + [ + "Ġabuel", + "a" + ], + [ + "]", + "..." + ], + [ + "m", + "ission" + ], + [ + "u", + "art" + ], + [ + "ing", + "le" + ], + [ + "ĠU", + "na" + ], + [ + "Ġcu", + "idado" + ], + [ + "ĠMar", + "io" + ], + [ + "ĠSp", + "ider" + ], + [ + "s", + "ur" + ], + [ + "ro", + "vers" + ], + [ + "Ġlong", + "est" + ], + [ + "C", + "L" + ], + [ + "U", + "CK" + ], + [ + "Ġb", + "ass" + ], + [ + "Ġb", + "ars" + ], + [ + "Ġg", + "ifts" + ], + [ + "ĠT", + "urn" + ], + [ + "Ġcu", + "ánt" + ], + [ + "Ġhapp", + "ily" + ], + [ + "Ġemp", + "has" + ], + [ + "Ġ195", + "2" + ], + [ + "Ġhast", + "ily" + ], + [ + "ĠVict", + "or" + ], + [ + "Ġg", + "um" + ], + [ + "ĠK", + "enneth" + ], + [ + "Ġsit", + "es" + ], + [ + "Ġkiss", + "es" + ], + [ + "ĠEm", + "ily" + ], + [ + "Ġemplo", + "yed" + ], + [ + "S", + "P" + ], + [ + "re", + "z" + ], + [ + "Ġthe", + "atre" + ], + [ + "an", + "ca" + ], + [ + "Ġha", + "ha" + ], + [ + "ĠC", + "ho" + ], + [ + "Ġdeal", + "ing" + ], + [ + "Ġann", + "ual" + ], + [ + "ĠMos", + "cow" + ], + [ + "lo", + "ved" + ], + [ + "Ġbu", + "nd" + ], + [ + "sque", + "als" + ], + [ + "Ã", + "¢" + ], + [ + "ĠA", + "gain" + ], + [ + "ĠSt", + "and" + ], + [ + "arl", + "os" + ], + [ + "Referen", + "ces" + ], + [ + "Ġb", + "um" + ], + [ + "ĠAll", + "en" + ], + [ + "Ġev", + "olution" + ], + [ + "Ġfore", + "head" + ], + [ + "Ġwa", + "ist" + ], + [ + "f", + "ix" + ], + [ + "Ġprint", + "ed" + ], + [ + "Ġschol", + "ars" + ], + [ + "in", + "ity" + ], + [ + "ÃŃ", + "st" + ], + [ + "ĠN", + "ations" + ], + [ + "Ġsc", + "enes" + ], + [ + "Ġspeak", + "er" + ], + [ + "Ġpod", + "emos" + ], + [ + "Ġinform", + "ed" + ], + [ + "Ġappro", + "xim" + ], + [ + "Ġcraw", + "l" + ], + [ + "Ġfasc", + "in" + ], + [ + "Ġt", + "um" + ], + [ + "on", + "to" + ], + [ + "Ġd", + "ashed" + ], + [ + "ĠI", + "V" + ], + [ + "Ġsc", + "issors" + ], + [ + "Ġli", + "bro" + ], + [ + "Ġin", + "ner" + ], + [ + "ĠL", + "eg" + ], + [ + "gr", + "oup" + ], + [ + "Ġmon", + "keys" + ], + [ + "Ġpass", + "es" + ], + [ + "T", + "alk" + ], + [ + "as", + "ures" + ], + [ + "Ġcon", + "o" + ], + [ + "Ġlo", + "b" + ], + [ + "ĠComm", + "ander" + ], + [ + "Ġcomb", + "at" + ], + [ + "Ġglo", + "ves" + ], + [ + ":", + "-" + ], + [ + "es", + "pera" + ], + [ + "res", + "h" + ], + [ + "Does", + "n" + ], + [ + "Ġack", + "now" + ], + [ + "S", + "us" + ], + [ + "n", + "est" + ], + [ + "ĠEng", + "ine" + ], + [ + "Ġinv", + "itation" + ], + [ + "Ġbreak", + "s" + ], + [ + "Ġcompl", + "icated" + ], + [ + "?", + "[" + ], + [ + "o", + "om" + ], + [ + "ĠL", + "ang" + ], + [ + "Ġsc", + "attered" + ], + [ + "Ġexecut", + "ive" + ], + [ + "u", + "rie" + ], + [ + "Ġp", + "arl" + ], + [ + "ac", + "ion" + ], + [ + "Ġgo", + "ose" + ], + [ + "ĠR", + "ub" + ], + [ + "Ġperson", + "ality" + ], + [ + "Ġlou", + "der" + ], + [ + "O", + "w" + ], + [ + "ĠP", + "il" + ], + [ + "Ġcons", + "ists" + ], + [ + "Ġshar", + "ply" + ], + [ + "Ġsh", + "ift" + ], + [ + "br", + "ing" + ], + [ + "Ġsque", + "eze" + ], + [ + "ri", + "ger" + ], + [ + "Ġend", + "ea" + ], + [ + "Ġrest", + "ing" + ], + [ + "Ġ195", + "8" + ], + [ + "7", + "6" + ], + [ + "Ġs", + "ack" + ], + [ + "is", + "ie" + ], + [ + "ĠF", + "eder" + ], + [ + ".\"", + "--_" + ], + [ + "ĠAr", + "ts" + ], + [ + "Ġass", + "ume" + ], + [ + "Ġmass", + "ive" + ], + [ + "mil", + "k" + ], + [ + "l", + "ings" + ], + [ + "Ġ", + "eter" + ], + [ + "oo", + "ter" + ], + [ + "ĠD", + "NA" + ], + [ + "Ġconf", + "usion" + ], + [ + "Ġexpl", + "ic" + ], + [ + "l", + "k" + ], + [ + "ĠS", + "eth" + ], + [ + "Ġimp", + "ressed" + ], + [ + "Ġexam", + "ples" + ], + [ + "Ġdest", + "ruction" + ], + [ + "ĠGrand", + "ad" + ], + [ + "Ġcomput", + "ers" + ], + [ + "Ġcla", + "ims" + ], + [ + "Ġcalend", + "ar" + ], + [ + "ĠA", + "RE" + ], + [ + "Ġ3", + "8" + ], + [ + "vel", + "ope" + ], + [ + "Ġadd", + "ressed" + ], + [ + "ĠBur", + "ton" + ], + [ + "Ġliter", + "ally" + ], + [ + "Ġqu", + "iz" + ], + [ + "Ġwor", + "ship" + ], + [ + "Ġstart", + "led" + ], + [ + "Ġcha", + "sing" + ], + [ + "Ġcommand", + "ed" + ], + [ + "ĠJac", + "ob" + ], + [ + "ac", + "ha" + ], + [ + "ra", + "ham" + ], + [ + "Ġv", + "on" + ], + [ + "Ġpor", + "ch" + ], + [ + "Ġdel", + "iber" + ], + [ + "uc", + "har" + ], + [ + "Ġ202", + "4" + ], + [ + "Ġsig", + "hed" + ], + [ + "Ġpregunt", + "ó" + ], + [ + "ap", + "or" + ], + [ + "sh", + "it" + ], + [ + "Ġdef", + "ense" + ], + [ + "ĠPrisc", + "illa" + ], + [ + "B", + "Y" + ], + [ + "H", + "ang" + ], + [ + "os", + "os" + ], + [ + "ĠL", + "arry" + ], + [ + "Ġac", + "om" + ], + [ + "Ġcere", + "mon" + ], + [ + "Ġcarr", + "ots" + ], + [ + "Ġp", + "and" + ], + [ + "ir", + "y" + ], + [ + "her", + "s" + ], + [ + "ĠD", + "ON" + ], + [ + "ist", + "ered" + ], + [ + "Ġ195", + "7" + ], + [ + "ĠF", + "ive" + ], + [ + "ĠR", + "en" + ], + [ + "Ġsha", + "de" + ], + [ + "With", + "out" + ], + [ + "Ġclub", + "s" + ], + [ + "Ġfirm", + "ly" + ], + [ + "t", + "ree" + ], + [ + "Ġc", + "el" + ], + [ + "ĠW", + "ars" + ], + [ + "Ġnews", + "papers" + ], + [ + "ĠArab", + "ic" + ], + [ + "f", + "ight" + ], + [ + "Ġv", + "ice" + ], + [ + "ĠW", + "he" + ], + [ + "art", + "a" + ], + [ + "Ġab", + "road" + ], + [ + "Ġtu", + "be" + ], + [ + "col", + "m" + ], + [ + "ol", + "and" + ], + [ + "na", + "h" + ], + [ + "ug", + "o" + ], + [ + "fl", + "ies" + ], + [ + "ĠRob", + "inson" + ], + [ + "Ġseg", + "ún" + ], + [ + "Ġw", + "ins" + ], + [ + "ĠC", + "ru" + ], + [ + "ĠP", + "rem" + ], + [ + "iz", + "ar" + ], + [ + "ĠChrist", + "ians" + ], + [ + "Ġworth", + "y" + ], + [ + "Ad", + "am" + ], + [ + "P", + "art" + ], + [ + "P", + "ara" + ], + [ + "Ġo", + "k" + ], + [ + "Ġf", + "ir" + ], + [ + "ĠD", + "ur" + ], + [ + "Ġlight", + "ed" + ], + [ + "Ġrel", + "atives" + ], + [ + "Ġband", + "s" + ], + [ + "Ġreven", + "ge" + ], + [ + "'", + "'" + ], + [ + "at", + "ers" + ], + [ + "Ġwe", + "ary" + ], + [ + "Ġcirc", + "les" + ], + [ + "A", + "w" + ], + [ + "Ġl", + "una" + ], + [ + "IN", + "D" + ], + [ + "ĠR", + "hod" + ], + [ + "Ġpr", + "ose" + ], + [ + "Ġno", + "d" + ], + [ + "Ġhead", + "ing" + ], + [ + "Ġid", + "i" + ], + [ + "Ġrepl", + "ace" + ], + [ + "ĠWar", + "ren" + ], + [ + "Ġprotect", + "ed" + ], + [ + "Ġvig", + "or" + ], + [ + "Ġang", + "le" + ], + [ + "Ġshell", + "s" + ], + [ + "p", + "ens" + ], + [ + "Ġd", + "ug" + ], + [ + "is", + "k" + ], + [ + "Ġhur", + "ting" + ], + [ + "Ġbang", + "ing" + ], + [ + "Ġvia", + "je" + ], + [ + "P", + "op" + ], + [ + "ĠF", + "estival" + ], + [ + "ĠR", + "ich" + ], + [ + "hi", + "gh" + ], + [ + "Ġsc", + "out" + ], + [ + "cul", + "o" + ], + [ + "Ġgather", + "ing" + ], + [ + "5", + "8" + ], + [ + "re", + "p" + ], + [ + "or", + "ney" + ], + [ + "Ġg", + "inger" + ], + [ + "om", + "on" + ], + [ + "ĠT", + "an" + ], + [ + "Ġru", + "ined" + ], + [ + "Ġsevent", + "een" + ], + [ + "ĠArgent", + "ina" + ], + [ + "Ġd", + "anced" + ], + [ + "Ġmad", + "am" + ], + [ + "ĠGrand", + "dad" + ], + [ + "Ġseg", + "undo" + ], + [ + "w", + "oof" + ], + [ + "Ġs", + "well" + ], + [ + "Ġp", + "p" + ], + [ + "ĠI", + "v" + ], + [ + "ĠL", + "A" + ], + [ + "ps", + "y" + ], + [ + "Ġincl", + "ined" + ], + [ + "Ġinter", + "fe" + ], + [ + "Ġcaball", + "ero" + ], + [ + "Ġsurround", + "ing" + ], + [ + "M", + "AT" + ], + [ + "Ġar", + "ts" + ], + [ + "we", + "e" + ], + [ + "ens", + "ity" + ], + [ + "Ġcre", + "ation" + ], + [ + "cl", + "ass" + ], + [ + "Ġresist", + "ance" + ], + [ + "B", + "esides" + ], + [ + "Ã", + "£" + ], + [ + "ad", + "ora" + ], + [ + "Ġn", + "aked" + ], + [ + "Ġcont", + "rolled" + ], + [ + "Ġdec", + "ent" + ], + [ + "Ġworld", + "wide" + ], + [ + "ik", + "ki" + ], + [ + "Ġcris", + "is" + ], + [ + "a", + "ug" + ], + [ + "ent", + "a" + ], + [ + "Ġacc", + "ur" + ], + [ + "po", + "on" + ], + [ + "Ġeffect", + "ive" + ], + [ + "Ġpens", + "ar" + ], + [ + "ĠNin", + "tendo" + ], + [ + "k", + "ward" + ], + [ + "ĠT", + "imes" + ], + [ + "ĠK", + "y" + ], + [ + "Ġref", + "uge" + ], + [ + "cient", + "ists" + ], + [ + "H", + "oney" + ], + [ + "at", + "ures" + ], + [ + "pp", + "ose" + ], + [ + "don", + "alds" + ], + [ + "Ġopp", + "osed" + ], + [ + "Ġattempt", + "ed" + ], + [ + "ker", + "chief" + ], + [ + "d", + "one" + ], + [ + "ĠE", + "le" + ], + [ + "Ġpo", + "quito" + ], + [ + "Ġfl", + "ung" + ], + [ + "Ġgrand", + "pa" + ], + [ + "Ġmod", + "er" + ], + [ + "Ġmir", + "ando" + ], + [ + "ĠBar", + "ry" + ], + [ + "ĠPers", + "ian" + ], + [ + "C", + "at" + ], + [ + "C", + "ong" + ], + [ + "T", + "ra" + ], + [ + "ter", + "y" + ], + [ + "Ġnot", + "able" + ], + [ + "Ġfr", + "u" + ], + [ + "5", + "6" + ], + [ + "a", + "ud" + ], + [ + "ĠB", + "BC" + ], + [ + "te", + "enth" + ], + [ + "Ġperson", + "ally" + ], + [ + "Ġtom", + "ar" + ], + [ + "Ġadop", + "t" + ], + [ + "Ġmob", + "ile" + ], + [ + "i", + "ada" + ], + [ + "ĠA", + "y" + ], + [ + "Ġne", + "got" + ], + [ + "Ġlist", + "ed" + ], + [ + "ida", + "e" + ], + [ + "Ġacc", + "ustomed" + ], + [ + "Ġdie", + "z" + ], + [ + "Ġha", + "ya" + ], + [ + "Ġcon", + "ver" + ], + [ + "ink", + "s" + ], + [ + "Ġmis", + "chief" + ], + [ + "Ġann", + "ounce" + ], + [ + "Ġpossess", + "ed" + ], + [ + "Ġ19", + "20" + ], + [ + "Ġpo", + "em" + ], + [ + "ĠMiss", + "issippi" + ], + [ + "S", + "il" + ], + [ + "ó", + "s" + ], + [ + "ĠE", + "urop" + ], + [ + "Ġac", + "ost" + ], + [ + "Ġpray", + "ers" + ], + [ + "Ġinj", + "ury" + ], + [ + "Ġincred", + "ible" + ], + [ + "Ġdiap", + "er" + ], + [ + "Ġ", + "à¬" + ], + [ + "ĠA", + "S" + ], + [ + "Ã", + "ł" + ], + [ + "ĠD", + "u" + ], + [ + "Ġprepar", + "ing" + ], + [ + "c", + "la" + ], + [ + "ot", + "ro" + ], + [ + "Ġfr", + "ÃŃo" + ], + [ + "Ġch", + "um" + ], + [ + "Ġtri", + "but" + ], + [ + "ĠHar", + "old" + ], + [ + "Ġwav", + "ed" + ], + [ + "Ġath", + "let" + ], + [ + "c", + "op" + ], + [ + "Ġd", + "ates" + ], + [ + "Ġh", + "itting" + ], + [ + "Ġbr", + "id" + ], + [ + "Ġten", + "ÃŃan" + ], + [ + "ned", + "y" + ], + [ + "enn", + "es" + ], + [ + "Ġequ", + "ally" + ], + [ + "Ġble", + "eding" + ], + [ + "ĠBern", + "ard" + ], + [ + "ĠL", + "ine" + ], + [ + "Ġ194", + "6" + ], + [ + "Ġbord", + "ers" + ], + [ + "Ġuncom", + "fort" + ], + [ + "Ġm", + "ask" + ], + [ + "co", + "ck" + ], + [ + "p", + "ie" + ], + [ + "Ġo", + "bey" + ], + [ + "ĠB", + "alt" + ], + [ + "ĠL", + "inda" + ], + [ + "Ġpap", + "el" + ], + [ + "ig", + "en" + ], + [ + "ĠK", + "night" + ], + [ + "Ġadult", + "s" + ], + [ + "Ġdistur", + "b" + ], + [ + "P", + "urdie" + ], + [ + "Ġer", + "ror" + ], + [ + "Ġdis", + "aster" + ], + [ + "Ġpot", + "ty" + ], + [ + "ĠSil", + "ver" + ], + [ + "ĠPortug", + "al" + ], + [ + "Ġb", + "ust" + ], + [ + "Ġwr", + "ites" + ], + [ + "IC", + "E" + ], + [ + "ATI", + "ON" + ], + [ + "Ġfá", + "cil" + ], + [ + "n", + "els" + ], + [ + "Ġro", + "ast" + ], + [ + "Ġsk", + "ills" + ], + [ + "Ġearth", + "qu" + ], + [ + "Ġl", + "ick" + ], + [ + "et", + "o" + ], + [ + "Ġpr", + "ost" + ], + [ + "Ġent", + "ering" + ], + [ + "M", + "O" + ], + [ + "Ġc", + "able" + ], + [ + "Ġb", + "rig" + ], + [ + "Ġf", + "iction" + ], + [ + "Ġat", + "rás" + ], + [ + "Ġher", + "m" + ], + [ + "ĠN", + "icole" + ], + [ + "Ġwor", + "m" + ], + [ + "Ġred", + "uced" + ], + [ + "Ġ194", + "9" + ], + [ + "d", + "ame" + ], + [ + "p", + "ack" + ], + [ + "al", + "ty" + ], + [ + "Ġad", + "emás" + ], + [ + "Ġapp", + "ointment" + ], + [ + "bo", + "ys" + ], + [ + "por", + "qué" + ], + [ + "r", + "um" + ], + [ + "ĠM", + "oses" + ], + [ + "ĠA", + "LL" + ], + [ + "ĠB", + "eng" + ], + [ + "ĠH", + "it" + ], + [ + "ĠP", + "itt" + ], + [ + "Ġr", + "ushing" + ], + [ + "rent", + "es" + ], + [ + "L", + "ou" + ], + [ + "ĠAt", + "t" + ], + [ + "Ġreput", + "ation" + ], + [ + "c", + "ry" + ], + [ + "Ġen", + "velope" + ], + [ + "ĠF", + "at" + ], + [ + "Ġday", + "light" + ], + [ + "ĠSt", + "ra" + ], + [ + "Ġca", + "res" + ], + [ + "Ġda", + "red" + ], + [ + "Ġtest", + "s" + ], + [ + "Ġmethod", + "s" + ], + [ + "J", + "os" + ], + [ + "M", + "o" + ], + [ + "m", + "n" + ], + [ + "ing", + "ton" + ], + [ + "Ġsing", + "les" + ], + [ + "Ġindivid", + "uals" + ], + [ + "c", + "ill" + ], + [ + "et", + "r" + ], + [ + "ĠB", + "our" + ], + [ + "Ġlight", + "ning" + ], + [ + "Che", + "ck" + ], + [ + "Ġgrant", + "ed" + ], + [ + "Ġcl", + "o" + ], + [ + "ĠAs", + "ÃŃ" + ], + [ + "ĠGra", + "ham" + ], + [ + "P", + "ues" + ], + [ + "z", + "aron" + ], + [ + "Ġl", + "ÃŃ" + ], + [ + "ut", + "ed" + ], + [ + "Ġr", + "ost" + ], + [ + "Ġbl", + "own" + ], + [ + "hm", + "an" + ], + [ + "ild", + "a" + ], + [ + "Ġthank", + "ful" + ], + [ + "Ġexcept", + "ion" + ], + [ + "Ġcand", + "les" + ], + [ + "Ġincre", + "asing" + ], + [ + "Ġident", + "ity" + ], + [ + "Ġm", + "ales" + ], + [ + "Ġdi", + "et" + ], + [ + "Ġpract", + "ical" + ], + [ + "P", + "ardon" + ], + [ + "h", + "ors" + ], + [ + "ĠMatemát", + "icas" + ], + [ + "F", + "if" + ], + [ + "N", + "E" + ], + [ + "GE", + "O" + ], + [ + "Ġpre", + "y" + ], + [ + "Ġ4", + "8" + ], + [ + "ér", + "ica" + ], + [ + "ĠCat", + "hy" + ], + [ + "ĠSy", + "stem" + ], + [ + "ĠChan", + "nel" + ], + [ + "Ġlod", + "ge" + ], + [ + "ous", + "es" + ], + [ + "Ġgl", + "ue" + ], + [ + "oph", + "ie" + ], + [ + "ĠSpani", + "ards" + ], + [ + "c", + "ir" + ], + [ + "c", + "cer" + ], + [ + "ĠAm", + "anda" + ], + [ + "Ġgradu", + "ated" + ], + [ + "ĠTurk", + "ish" + ], + [ + "i", + "y" + ], + [ + "Ġha", + "z" + ], + [ + "ow", + "a" + ], + [ + "lo", + "v" + ], + [ + "Ġad", + "el" + ], + [ + "Ġmar", + "ched" + ], + [ + "For", + "get" + ], + [ + "Ġill", + "egal" + ], + [ + "Ġreview", + "s" + ], + [ + "Ġp", + "ac" + ], + [ + "ul", + "es" + ], + [ + "iz", + "zy" + ], + [ + "Ġimport", + "ante" + ], + [ + "Ġgar", + "bage" + ], + [ + "Ġfant", + "astic" + ], + [ + "pea", + "re" + ], + [ + "ĠFo", + "gg" + ], + [ + "ĠS", + "up" + ], + [ + "Ġcons", + "ent" + ], + [ + "Ġpuzz", + "led" + ], + [ + "Ġphot", + "os" + ], + [ + "Ġrefer", + "ring" + ], + [ + "ĠAust", + "in" + ], + [ + "ĠSpr", + "ing" + ], + [ + "ĠRal", + "ph" + ], + [ + "ĠC", + "ON" + ], + [ + "Ġhur", + "r" + ], + [ + ".'", + "\"" + ], + [ + "Ġinstr", + "uments" + ], + [ + "ĠNob", + "el" + ], + [ + "Ġguer", + "ra" + ], + [ + "ell", + "ing" + ], + [ + "Ġar", + "r" + ], + [ + "oo", + "ped" + ], + [ + "ĠK", + "elly" + ], + [ + "Ġcost", + "ume" + ], + [ + "Ġg", + "on" + ], + [ + "at", + "as" + ], + [ + "Ġst", + "adium" + ], + [ + "ĠG", + "ina" + ], + [ + "ĠV", + "in" + ], + [ + "Ġswe", + "ep" + ], + [ + "B", + "iography" + ], + [ + "Ġpart", + "es" + ], + [ + "ĠBr", + "idge" + ], + [ + "uer", + "to" + ], + [ + "Ġpos", + "itions" + ], + [ + "Ġqued", + "a" + ], + [ + "TH", + "AT" + ], + [ + "Ġcuri", + "osity" + ], + [ + "m", + "ust" + ], + [ + "Ġn", + "it" + ], + [ + "ot", + "ra" + ], + [ + "Ġman", + "ners" + ], + [ + "Ġsearch", + "ing" + ], + [ + "ĠWH", + "AT" + ], + [ + "read", + "s" + ], + [ + "Ġins", + "pir" + ], + [ + "Ġdeb", + "t" + ], + [ + "Ġmurm", + "ured" + ], + [ + "Ġjournal", + "ist" + ], + [ + "on", + "ent" + ], + [ + "men", + "se" + ], + [ + "Ġsuppl", + "ies" + ], + [ + "Inde", + "ed" + ], + [ + "i", + "very" + ], + [ + "Ġw", + "oo" + ], + [ + "Ġo", + "ÃŃr" + ], + [ + "as", + "per" + ], + [ + "Ġin", + "fin" + ], + [ + "ĠL", + "yn" + ], + [ + "Ġra", + "ising" + ], + [ + "B", + "illy" + ], + [ + "à", + "Ń" + ], + [ + "Ġflo", + "ating" + ], + [ + "Ġmem", + "ories" + ], + [ + "Ġur", + "ban" + ], + [ + "Ġsegu", + "ir" + ], + [ + "ĠCr", + "own" + ], + [ + "ĠFore", + "st" + ], + [ + "om", + "bre" + ], + [ + "ĠW", + "igg" + ], + [ + "Ġextra", + "ordinary" + ], + [ + "Ġpock", + "ets" + ], + [ + "M", + "ust" + ], + [ + "Ġsevent", + "h" + ], + [ + "Ġsour", + "ces" + ], + [ + "ént", + "ame" + ], + [ + ")", + ";" + ], + [ + "M", + "alley" + ], + [ + "b", + "oth" + ], + [ + "s", + "ounds" + ], + [ + "ĠT", + "s" + ], + [ + "Ġsu", + "itc" + ], + [ + "Ġoff", + "ering" + ], + [ + "Don", + "ald" + ], + [ + "Ġtrail", + "er" + ], + [ + "Ġdrown", + "ed" + ], + [ + "ho", + "e" + ], + [ + "Ġinterest", + "s" + ], + [ + "ĠCor", + "por" + ], + [ + "Ġveh", + "icles" + ], + [ + "Ġescu", + "ela" + ], + [ + "Ġdia", + "lect" + ], + [ + "id", + "amente" + ], + [ + "ĠK", + "aren" + ], + [ + "ĠReg", + "ion" + ], + [ + "S", + "uch" + ], + [ + "t", + "rain" + ], + [ + "ĠM", + "em" + ], + [ + "Ġr", + "asp" + ], + [ + "ood", + "y" + ], + [ + "ca", + "pe" + ], + [ + "Ġjo", + "king" + ], + [ + "Ġ194", + "2" + ], + [ + "ĠAir", + "port" + ], + [ + "Ġo", + "ve" + ], + [ + "st", + "ru" + ], + [ + "Ġdr", + "am" + ], + [ + "Ġsun", + "ny" + ], + [ + "Ġvers", + "ions" + ], + [ + "Ġ", + "+" + ], + [ + "Ġp", + "atch" + ], + [ + "ow", + "een" + ], + [ + "Ġwe", + "igh" + ], + [ + "Ġde", + "ber" + ], + [ + "Ġbl", + "anco" + ], + [ + "aj", + "a" + ], + [ + "kes", + "peare" + ], + [ + "B", + "oy" + ], + [ + "Ġpre", + "ced" + ], + [ + "Ġinst", + "inct" + ], + [ + "Ġ195", + "4" + ], + [ + "gas", + "p" + ], + [ + "7", + "7" + ], + [ + "t", + "rying" + ], + [ + "Ġf", + "ans" + ], + [ + "Ġp", + "unch" + ], + [ + "Ġdo", + "ck" + ], + [ + "ĠM", + "iller" + ], + [ + "ĠC", + "ur" + ], + [ + "Ġcon", + "gr" + ], + [ + "Ġpl", + "um" + ], + [ + "á", + "is" + ], + [ + "Ġlo", + "aded" + ], + [ + "Ġwho", + "a" + ], + [ + "de", + "rer" + ], + [ + "Ġself", + "ish" + ], + [ + "Ġiss", + "ued" + ], + [ + "D", + "ada" + ], + [ + "es", + "ter" + ], + [ + "Ġf", + "rente" + ], + [ + "ĠH", + "art" + ], + [ + "ĠZ", + "org" + ], + [ + "Ġdesp", + "air" + ], + [ + "ĠBud", + "dy" + ], + [ + "Ġprinces", + "a" + ], + [ + "G", + "O" + ], + [ + "ÃŃ", + "cil" + ], + [ + "ĠN", + "i" + ], + [ + "uk", + "i" + ], + [ + "Ġaccount", + "s" + ], + [ + "Ġnecess", + "arily" + ], + [ + "zer", + "ba" + ], + [ + "ĠMus", + "lim" + ], + [ + "Ġepis", + "odes" + ], + [ + "Ġhorn", + "s" + ], + [ + "B", + "ea" + ], + [ + "C", + "ertainly" + ], + [ + "Ġv", + "iento" + ], + [ + "Ġcount", + "ed" + ], + [ + "Ġsil", + "en" + ], + [ + "Ġconf", + "irm" + ], + [ + "pret", + "ty" + ], + [ + "res", + "ents" + ], + [ + "pe", + "ekaboo" + ], + [ + "Ġapp", + "ropriate" + ], + [ + "Ġsad", + "dle" + ], + [ + "Ġsue", + "ño" + ], + [ + "m", + "ill" + ], + [ + "ĠM", + "endÃŃa" + ], + [ + "ĠA", + "un" + ], + [ + "Ġreg", + "ister" + ], + [ + "az", + "o" + ], + [ + "Ġkick", + "ing" + ], + [ + "ĠI", + "ra" + ], + [ + "Ġaw", + "kward" + ], + [ + "Ġpel", + "ig" + ], + [ + "Ġmagn", + "ific" + ], + [ + "Ġexplos", + "ion" + ], + [ + "ĠPict", + "ures" + ], + [ + "Ġw", + "ret" + ], + [ + "Ġwho", + "ever" + ], + [ + "Ġrest", + "ed" + ], + [ + "Ġ193", + "9" + ], + [ + "ĠNat", + "han" + ], + [ + "bec", + "ca" + ], + [ + "g", + "age" + ], + [ + "Ġdeb", + "ÃŃa" + ], + [ + "t", + "ouches" + ], + [ + "ĠB", + "ee" + ], + [ + "Ġsc", + "rap" + ], + [ + "gg", + "er" + ], + [ + "che", + "ese" + ], + [ + "ĠSo", + "on" + ], + [ + "Ġcomb", + "ined" + ], + [ + "Ġm", + "igr" + ], + [ + "Ġh", + "ollow" + ], + [ + "ĠP", + "ear" + ], + [ + "Ġact", + "ors" + ], + [ + "hamm", + "ad" + ], + [ + "Ġslipp", + "ers" + ], + [ + "Ġre", + "ct" + ], + [ + "ous", + "ins" + ], + [ + "ĠK", + "az" + ], + [ + "Ġch", + "ill" + ], + [ + "Ġlea", + "p" + ], + [ + "Ġsw", + "inging" + ], + [ + "Ġvis", + "iting" + ], + [ + "Ġcow", + "ard" + ], + [ + "Ġfarm", + "ers" + ], + [ + "Ġperce", + "ived" + ], + [ + ":", + ":" + ], + [ + "M", + "AD" + ], + [ + "Ġ", + "GET" + ], + [ + "Ġse", + "ar" + ], + [ + "ĠB", + "os" + ], + [ + "ĠR", + "el" + ], + [ + "Ġsac", + "rific" + ], + [ + "Ġtax", + "i" + ], + [ + "AK", + "E" + ], + [ + "Ġt", + "ut" + ], + [ + "Ġb", + "ored" + ], + [ + "Ġd", + "ess" + ], + [ + "ĠJ", + "essie" + ], + [ + "ue", + "va" + ], + [ + "Ġcoc", + "ina" + ], + [ + "Ġexha", + "usted" + ], + [ + "Ġinsp", + "ired" + ], + [ + "b", + "ble" + ], + [ + "c", + "hard" + ], + [ + "ul", + "pt" + ], + [ + "uel", + "o" + ], + [ + "ros", + "oft" + ], + [ + "ĠAd", + "ams" + ], + [ + "Ġviv", + "ir" + ], + [ + "Br", + "other" + ], + [ + "Su", + "per" + ], + [ + "C", + "ómo" + ], + [ + "Ġo", + "ÃŃdo" + ], + [ + "om", + "o" + ], + [ + "ĠC", + "hile" + ], + [ + "Ġfast", + "ened" + ], + [ + "ĠSw", + "iss" + ], + [ + "Ġpel", + "ota" + ], + [ + "ĠDoug", + "las" + ], + [ + "d", + "ico" + ], + [ + "j", + "ack" + ], + [ + "Ġs", + "ession" + ], + [ + "Ġo", + "sc" + ], + [ + "Ġsh", + "one" + ], + [ + "Ġsh", + "rie" + ], + [ + "Ġget", + "tin" + ], + [ + "Ġearl", + "iest" + ], + [ + "Ġtravell", + "ing" + ], + [ + "Ġsympt", + "oms" + ], + [ + "u", + "ción" + ], + [ + "Ġc", + "ure" + ], + [ + "ie", + "ves" + ], + [ + "ĠE", + "ntonces" + ], + [ + "itt", + "ens" + ], + [ + "Ġpe", + "pper" + ], + [ + "ĠTod", + "ay" + ], + [ + "r", + "ade" + ], + [ + "it", + "age" + ], + [ + "Ġin", + "ch" + ], + [ + "id", + "dle" + ], + [ + "ab", + "led" + ], + [ + "ĠG", + "ulf" + ], + [ + "ĠAr", + "nold" + ], + [ + "ats", + "on" + ], + [ + "Ġur", + "ged" + ], + [ + "w", + "oo" + ], + [ + "z", + "os" + ], + [ + "ĠM", + "ain" + ], + [ + "ĠC", + "reek" + ], + [ + "Ġj", + "untos" + ], + [ + "ĠL", + "ane" + ], + [ + "ĠSt", + "op" + ], + [ + "Ġapp", + "et" + ], + [ + "Ġver", + "se" + ], + [ + "Ġins", + "ult" + ], + [ + "Ġmir", + "ó" + ], + [ + "Ġconcl", + "usion" + ], + [ + "ĠHarr", + "ison" + ], + [ + "E", + "nd" + ], + [ + "Ġlat", + "est" + ], + [ + "9", + "5" + ], + [ + "Å", + "«" + ], + [ + "ĠJ", + "es" + ], + [ + "Ġres", + "ign" + ], + [ + "Ġentertain", + "ment" + ], + [ + "Ġm", + "ild" + ], + [ + "ĠH", + "ockey" + ], + [ + "Ġ194", + "4" + ], + [ + "Ġban", + "anas" + ], + [ + "ĠCent", + "re" + ], + [ + "Will", + "iam" + ], + [ + "Ġcondu", + "ctor" + ], + [ + "b", + "ia" + ], + [ + "le", + "te" + ], + [ + "ĠA", + "v" + ], + [ + "unt", + "ranscribed" + ], + [ + "Ġdig", + "ging" + ], + [ + "s", + "ong" + ], + [ + "ĠC", + "D" + ], + [ + "Ġmer", + "ged" + ], + [ + "Ġ195", + "5" + ], + [ + "Ġdig", + "ger" + ], + [ + "Ġquer", + "ido" + ], + [ + "P", + "ar" + ], + [ + "Ġstar", + "red" + ], + [ + "D", + "ON" + ], + [ + "Ġh", + "ind" + ], + [ + "Ġread", + "s" + ], + [ + "Ġpat", + "ience" + ], + [ + "Ġant", + "icip" + ], + [ + "Ġvisit", + "or" + ], + [ + "zerba", + "ij" + ], + [ + "os", + "as" + ], + [ + "ĠF", + "ederal" + ], + [ + "Ġle", + "aning" + ], + [ + "Cont", + "enido" + ], + [ + "IK", + "E" + ], + [ + "us", + "ive" + ], + [ + "ĠW", + "end" + ], + [ + "ĠE", + "nt" + ], + [ + "Ġle", + "nd" + ], + [ + "Ġknight", + "s" + ], + [ + "Ġpengu", + "in" + ], + [ + "U", + "s" + ], + [ + "g", + "ado" + ], + [ + "u", + "ction" + ], + [ + "Ġc", + "uddle" + ], + [ + "ĠP", + "y" + ], + [ + "Ġcone", + "jo" + ], + [ + "Ġdivor", + "ce" + ], + [ + "Ġc", + "umpl" + ], + [ + "ĠJ", + "en" + ], + [ + "ap", + "o" + ], + [ + "ci", + "ences" + ], + [ + "Ġest", + "amos" + ], + [ + "Ġdif", + "ÃŃcil" + ], + [ + "Ġsuspect", + "ed" + ], + [ + "Ġs", + "ire" + ], + [ + "Ġin", + "fer" + ], + [ + "ld", + "om" + ], + [ + "ĠA", + "st" + ], + [ + "ag", + "ne" + ], + [ + "Ġdeath", + "s" + ], + [ + "ĠIm", + "per" + ], + [ + "ĠN", + "ep" + ], + [ + "Ġoff", + "ers" + ], + [ + "M", + "ax" + ], + [ + "Ġt", + "ones" + ], + [ + "Ġp", + "arrot" + ], + [ + "Ġreason", + "able" + ], + [ + "Ġúlt", + "ima" + ], + [ + "Ġapolog", + "ize" + ], + [ + "m", + "ble" + ], + [ + "ó", + "r" + ], + [ + "wn", + "s" + ], + [ + "ĠCom", + "mon" + ], + [ + "Ġassoci", + "ation" + ], + [ + "Ġdic", + "iendo" + ], + [ + "K", + "ing" + ], + [ + "Ġr", + "oses" + ], + [ + "IR", + "L" + ], + [ + "w", + "on" + ], + [ + "Ġpr", + "ices" + ], + [ + "Ġ194", + "1" + ], + [ + "Ġgodd", + "ess" + ], + [ + "Ġgrup", + "o" + ], + [ + "er", + "ick" + ], + [ + "Ġha", + "ste" + ], + [ + "ĠW", + "y" + ], + [ + "Ġsk", + "i" + ], + [ + "Ġesc", + "ond" + ], + [ + "pre", + "nd" + ], + [ + "Ġc", + "ump" + ], + [ + "Ġbe", + "loved" + ], + [ + "Ġn", + "ations" + ], + [ + "ĠH", + "u" + ], + [ + "Ġcom", + "in" + ], + [ + "Ġpl", + "ug" + ], + [ + "Ġcol", + "a" + ], + [ + "Ġass", + "ass" + ], + [ + "Ġcompos", + "er" + ], + [ + "Ġc", + "ou" + ], + [ + "Ġf", + "ake" + ], + [ + "ĠL", + "ITTLE" + ], + [ + "ĠK", + "evin" + ], + [ + "Ġmet", + "res" + ], + [ + "A", + "bsolutely" + ], + [ + "N", + "one" + ], + [ + "ure", + "au" + ], + [ + "ĠEd", + "na" + ], + [ + "Ġfootball", + "er" + ], + [ + "9", + "8" + ], + [ + "h", + "oo" + ], + [ + "no", + "body" + ], + [ + "Ġunder", + "ground" + ], + [ + "Ġfl", + "ows" + ], + [ + "bor", + "ough" + ], + [ + "Ġabandon", + "ed" + ], + [ + "bb", + "ie" + ], + [ + "Ġdev", + "oted" + ], + [ + "j", + "aro" + ], + [ + "r", + "imin" + ], + [ + "Ġin", + "her" + ], + [ + "Ġdes", + "apare" + ], + [ + "Ġspo", + "ons" + ], + [ + "Ġgen", + "ius" + ], + [ + "Ġtal", + "ent" + ], + [ + "Ġliber", + "ty" + ], + [ + "L", + "ong" + ], + [ + "m", + "br" + ], + [ + "ac", + "ia" + ], + [ + "ĠC", + "ard" + ], + [ + "Ġman", + "if" + ], + [ + "Ġim", + "mense" + ], + [ + "Ġdri", + "ves" + ], + [ + "Ġbeha", + "vi" + ], + [ + "cor", + "re" + ], + [ + "T", + "otal" + ], + [ + "ĠL", + "ot" + ], + [ + "ia", + "h" + ], + [ + "Ġadministr", + "ative" + ], + [ + ",", + "." + ], + [ + "Ġd", + "ating" + ], + [ + "Ġo", + "re" + ], + [ + "Ġto", + "mb" + ], + [ + "gu", + "ard" + ], + [ + "fect", + "ure" + ], + [ + "Ġexp", + "res" + ], + [ + "Ġ194", + "3" + ], + [ + "Ġbless", + "ed" + ], + [ + "olley", + "ball" + ], + [ + "b", + "ased" + ], + [ + "Ġt", + "ag" + ], + [ + "Ġb", + "ills" + ], + [ + "ri", + "ve" + ], + [ + "uff", + "y" + ], + [ + "Ġclean", + "ed" + ], + [ + "Ġsens", + "ible" + ], + [ + "Ġfeat", + "ured" + ], + [ + "Ġstran", + "gers" + ], + [ + "ĠMount", + "ain" + ], + [ + "Ġphilos", + "ophy" + ], + [ + "F", + "ollow" + ], + [ + "ĠH", + "annah" + ], + [ + "Ġacuer", + "das" + ], + [ + "ĠBelg", + "ium" + ], + [ + "k", + "u" + ], + [ + "Ġf", + "iest" + ], + [ + "Ġse", + "lect" + ], + [ + "Ġcreat", + "ing" + ], + [ + "Ġpra", + "ise" + ], + [ + "ĠHoll", + "and" + ], + [ + "Ġ", + "iv" + ], + [ + "Ġaccom", + "pany" + ], + [ + "dri", + "ver" + ], + [ + "Ġinsect", + "s" + ], + [ + "Ġw", + "o" + ], + [ + "Ġo", + "be" + ], + [ + "ony", + "m" + ], + [ + "col", + "or" + ], + [ + "A", + "b" + ], + [ + "t", + "ub" + ], + [ + "Ġcom", + "ments" + ], + [ + "ĠL", + "www" + ], + [ + "Ġfl", + "or" + ], + [ + "Ġch", + "ico" + ], + [ + "E", + "nt" + ], + [ + "g", + "ÃŃa" + ], + [ + "Ġv", + "otes" + ], + [ + "Ġover", + "all" + ], + [ + "Ġshar", + "ing" + ], + [ + "Ġhous", + "ing" + ], + [ + "Ġplain", + "ly" + ], + [ + "Ġze", + "bra" + ], + [ + "Ġc", + "od" + ], + [ + "Ġc", + "ooper" + ], + [ + "Ġha", + "mbur" + ], + [ + "ĠC", + "ind" + ], + [ + "Ġsc", + "an" + ], + [ + "Ġbur", + "den" + ], + [ + "ĠâĨ", + "Ĺ" + ], + [ + "Ġattract", + "ed" + ], + [ + "Ġattract", + "ive" + ], + [ + "R", + "oman" + ], + [ + "p", + "ushes" + ], + [ + "Ġj", + "ur" + ], + [ + "ig", + "ue" + ], + [ + "Ġneed", + "le" + ], + [ + "Ġesp", + "osa" + ], + [ + "Ġfro", + "zen" + ], + [ + "Ġbron", + "ze" + ], + [ + "Ġhed", + "ge" + ], + [ + "ĠWrest", + "ling" + ], + [ + "B", + "I" + ], + [ + "x", + "ic" + ], + [ + "ĠC", + "art" + ], + [ + "ĠN", + "iger" + ], + [ + "do", + "ll" + ], + [ + "Ġimag", + "in" + ], + [ + "Ġpad", + "res" + ], + [ + "Ġaer", + "oplane" + ], + [ + "P", + "h" + ], + [ + "u", + "ese" + ], + [ + "Ġf", + "est" + ], + [ + "Ġf", + "og" + ], + [ + "hed", + "ral" + ], + [ + "Ġfound", + "er" + ], + [ + "Ġrail", + "road" + ], + [ + "ĠPier", + "re" + ], + [ + "P", + "A" + ], + [ + "R", + "ep" + ], + [ + "Ġcr", + "ashed" + ], + [ + "ĠIn", + "s" + ], + [ + "Ġcol", + "ump" + ], + [ + "Ġtem", + "p" + ], + [ + "Ġsmell", + "s" + ], + [ + "è", + "re" + ], + [ + "Ġcommunic", + "ation" + ], + [ + "E", + "ach" + ], + [ + "d", + "ig" + ], + [ + "es", + "per" + ], + [ + "ĠF", + "le" + ], + [ + "ĠF", + "ield" + ], + [ + "tain", + "ment" + ], + [ + "br", + "own" + ], + [ + "Ġglo", + "bal" + ], + [ + "Ġcontr", + "ast" + ], + [ + "ĠMoo", + "re" + ], + [ + "op", + "les" + ], + [ + "ĠBo", + "ys" + ], + [ + "Ġb", + "ishop" + ], + [ + "if", + "ted" + ], + [ + "em", + "en" + ], + [ + "Ġad", + "just" + ], + [ + "OU", + "N" + ], + [ + "Ġllev", + "ó" + ], + [ + "Ġs", + "iete" + ], + [ + "am", + "m" + ], + [ + "Ġhand", + "kerchief" + ], + [ + "ĠBl", + "ake" + ], + [ + "Ġay", + "uda" + ], + [ + "Ġsuit", + "able" + ], + [ + "C", + "T" + ], + [ + "b", + "urn" + ], + [ + "u", + "per" + ], + [ + "ĠP", + "ut" + ], + [ + "Ġso", + "le" + ], + [ + "ĠCon", + "stit" + ], + [ + "Ġuncomfort", + "able" + ], + [ + "h", + "orse" + ], + [ + "Ġme", + "ad" + ], + [ + "Ġmús", + "ica" + ], + [ + "se", + "a" + ], + [ + "Ġmo", + "ck" + ], + [ + "Ġste", + "aling" + ], + [ + "rec", + "order" + ], + [ + "Ġhabr", + "ÃŃa" + ], + [ + "Ġt", + "rop" + ], + [ + "ed", + "ge" + ], + [ + "ra", + "f" + ], + [ + "ach", + "t" + ], + [ + "M", + "ed" + ], + [ + "w", + "oman" + ], + [ + "Ġs", + "int" + ], + [ + "Ġde", + "bajo" + ], + [ + "ĠO", + "pen" + ], + [ + "Ġcr", + "ist" + ], + [ + "Ġll", + "e" + ], + [ + "Ġsus", + "pend" + ], + [ + "Ġcontain", + "ing" + ], + [ + "Ġwebs", + "ite" + ], + [ + "L", + "uc" + ], + [ + "M", + "M" + ], + [ + "Ġl", + "est" + ], + [ + "é", + "j" + ], + [ + "Ġim", + "ages" + ], + [ + "Ġsk", + "ull" + ], + [ + "Ġrep", + "air" + ], + [ + "Ġrece", + "iving" + ], + [ + "Ġident", + "ified" + ], + [ + "Ġimpro", + "ved" + ], + [ + "ĠN", + "O" + ], + [ + "ĠV", + "ill" + ], + [ + "Ġcol", + "umn" + ], + [ + "ĠVien", + "na" + ], + [ + "c", + "ourse" + ], + [ + "ond", + "isse" + ], + [ + "ĠRepresent", + "atives" + ], + [ + "S", + "in" + ], + [ + "Ġm", + "ush" + ], + [ + "Ġf", + "isher" + ], + [ + "ĠA", + "ge" + ], + [ + "ĠC", + "her" + ], + [ + "ĠL", + "ily" + ], + [ + "Ġlea", + "ped" + ], + [ + "Ġaqu", + "ellos" + ], + [ + "Ġd", + "il" + ], + [ + "ĠF", + "ound" + ], + [ + "Ġun", + "certain" + ], + [ + "ĠLa", + "ure" + ], + [ + "Ġenc", + "ourage" + ], + [ + "c", + "hen" + ], + [ + "v", + "als" + ], + [ + "Ġ4", + "00" + ], + [ + "Good", + "bye" + ], + [ + "Ġce", + "iling" + ], + [ + "Ġknock", + "ing" + ], + [ + "Ġrain", + "bow" + ], + [ + "Ġcelebr", + "ate" + ], + [ + "talk", + "ing" + ], + [ + "F", + "ort" + ], + [ + "t", + "al" + ], + [ + "Ġf", + "ert" + ], + [ + "Ġcan", + "non" + ], + [ + "ren", + "ces" + ], + [ + "Ġdis", + "par" + ], + [ + "Ġball", + "oons" + ], + [ + "Ġhun", + "ter" + ], + [ + "vest", + "igator" + ], + [ + "Ġtyp", + "ical" + ], + [ + "Ġtast", + "es" + ], + [ + "Ġprovin", + "ces" + ], + [ + "ĠUk", + "raine" + ], + [ + "OU", + "R" + ], + [ + "Ġsouth", + "west" + ], + [ + "Ġestim", + "ated" + ], + [ + "b", + "ul" + ], + [ + "it", + "led" + ], + [ + "ĠS", + "ultan" + ], + [ + "ĠB", + "A" + ], + [ + "ap", + "ore" + ], + [ + "Ġrel", + "ative" + ], + [ + "Ġph", + "rase" + ], + [ + "Ġcheck", + "ing" + ], + [ + "B", + "E" + ], + [ + "Ġs", + "iendo" + ], + [ + "est", + "ion" + ], + [ + "Ġam", + "us" + ], + [ + "Ġcomp", + "re" + ], + [ + "Ġcre", + "ep" + ], + [ + "Ġdig", + "ital" + ], + [ + "ĠÂ", + "¶" + ], + [ + "Char", + "lie" + ], + [ + "imit", + "ra" + ], + [ + "Ġespañ", + "ol" + ], + [ + "ig", + "uel" + ], + [ + "Ġv", + "oc" + ], + [ + "ĠF", + "amily" + ], + [ + "ĠDe", + "f" + ], + [ + "Ġ195", + "3" + ], + [ + "ĠChild", + "ren" + ], + [ + "Ġprinci", + "ple" + ], + [ + "Ġr", + "asc" + ], + [ + "Ġv", + "ow" + ], + [ + "lo", + "ad" + ], + [ + "Ġve", + "l" + ], + [ + "Ġmus", + "cles" + ], + [ + "am", + "or" + ], + [ + "mp", + "h" + ], + [ + "gr", + "unts" + ], + [ + "ock", + "s" + ], + [ + "Ġchee", + "ky" + ], + [ + "ĠP", + "ass" + ], + [ + "Ġve", + "loc" + ], + [ + "Est", + "oy" + ], + [ + "Ġdust", + "bin" + ], + [ + "IF", + "A" + ], + [ + "ĠHarr", + "is" + ], + [ + "Ġnort", + "heast" + ], + [ + "l", + "an" + ], + [ + "Ġt", + "ampoco" + ], + [ + "Ġw", + "ool" + ], + [ + "Ġbe", + "w" + ], + [ + "Ġpaint", + "ings" + ], + [ + "Ġperman", + "ent" + ], + [ + "Ġanal", + "ysis" + ], + [ + "ĠHolly", + "wood" + ], + [ + "ĠBav", + "aria" + ], + [ + "D", + "ER" + ], + [ + "W", + "in" + ], + [ + "ĠH", + "ugh" + ], + [ + "ĠR", + "osa" + ], + [ + "Ġgra", + "bs" + ], + [ + "Ġcow", + "boy" + ], + [ + "Ġdeb", + "ate" + ], + [ + "Ġexperien", + "ces" + ], + [ + "Ġsc", + "ulpt" + ], + [ + "Ġcoll", + "ea" + ], + [ + "b", + "led" + ], + [ + "Ġr", + "ato" + ], + [ + "get", + "ting" + ], + [ + "Ġreg", + "ional" + ], + [ + "cy", + "cle" + ], + [ + "ĠInd", + "ones" + ], + [ + "Ġimmedi", + "ate" + ], + [ + "Ġdib", + "u" + ], + [ + "l", + "ady" + ], + [ + "Ġwe", + "ars" + ], + [ + "um", + "bre" + ], + [ + "Ġla", + "zy" + ], + [ + "Ġcont", + "rovers" + ], + [ + "Ġ193", + "6" + ], + [ + "Ġsurv", + "ived" + ], + [ + "Ric", + "hard" + ], + [ + "Ġd", + "ent" + ], + [ + "ĠG", + "ive" + ], + [ + "Ġle", + "che" + ], + [ + "Ġsomet", + "ime" + ], + [ + "Ġsol", + "ve" + ], + [ + "Ġunfortun", + "ate" + ], + [ + "w", + "ald" + ], + [ + "Ġback", + "s" + ], + [ + "Ġfem", + "ales" + ], + [ + "Ġjun", + "ior" + ], + [ + "Ġal", + "as" + ], + [ + "Ġm", + "orn" + ], + [ + "Ġo", + "o" + ], + [ + "Ġtr", + "ash" + ], + [ + "Ġpass", + "enger" + ], + [ + "Ġpack", + "et" + ], + [ + "Ġide", + "al" + ], + [ + "Ġcustom", + "ers" + ], + [ + "rat", + "ulations" + ], + [ + "ĠAgn", + "es" + ], + [ + "Ġcongr", + "at" + ], + [ + "T", + "rans" + ], + [ + "p", + "ost" + ], + [ + "Ġf", + "la" + ], + [ + "Ġse", + "ldom" + ], + [ + "IN", + "K" + ], + [ + "ó", + "g" + ], + [ + "Ġminut", + "os" + ], + [ + "T", + "w" + ], + [ + "Ġl", + "ane" + ], + [ + "as", + "hes" + ], + [ + "ĠS", + "is" + ], + [ + "é", + "nd" + ], + [ + "ort", + "on" + ], + [ + "Ġman", + "s" + ], + [ + "Ġexp", + "osed" + ], + [ + "Ġ15", + "0" + ], + [ + "Ġpour", + "ing" + ], + [ + "Ġuncons", + "cious" + ], + [ + "r", + "us" + ], + [ + "Ġp", + "elo" + ], + [ + "Ġp", + "anda" + ], + [ + "ĠA", + "M" + ], + [ + "st", + "eps" + ], + [ + "So", + "on" + ], + [ + "Ġdress", + "es" + ], + [ + "ĠCol", + "omb" + ], + [ + "Ġutter", + "ance" + ], + [ + "F", + "ind" + ], + [ + "L", + "ater" + ], + [ + "ĠE", + "p" + ], + [ + "Ġex", + "isted" + ], + [ + "ĠK", + "ings" + ], + [ + "ĠSe", + "ven" + ], + [ + "ĠComm", + "un" + ], + [ + "Ġapplic", + "ation" + ], + [ + "w", + "all" + ], + [ + "Ġwh", + "irl" + ], + [ + "ĠR", + "ap" + ], + [ + "Ġapp", + "ly" + ], + [ + "ins", + "ula" + ], + [ + "Ġcab", + "o" + ], + [ + "Ġpriv", + "ile" + ], + [ + "Com", + "m" + ], + [ + "bet", + "ter" + ], + [ + "M", + "en" + ], + [ + "V", + "en" + ], + [ + "y", + "ummy" + ], + [ + "ill", + "es" + ], + [ + "lem", + "me" + ], + [ + "s", + "leep" + ], + [ + "Ġhe", + "m" + ], + [ + "ac", + "u" + ], + [ + "Ġsh", + "ield" + ], + [ + "Ġmeet", + "ings" + ], + [ + "T", + "er" + ], + [ + "is", + "ible" + ], + [ + "Ġha", + "mbre" + ], + [ + "Ġpe", + "ekaboo" + ], + [ + "ĠAs", + "s" + ], + [ + "ĠCa", + "pe" + ], + [ + "Ġcurtain", + "s" + ], + [ + "Ġún", + "ico" + ], + [ + "ou", + "st" + ], + [ + "Ġo", + "cho" + ], + [ + "ĠJ", + "u" + ], + [ + "Ġsec", + "ured" + ], + [ + "Ġsl", + "ope" + ], + [ + "ĠM", + "ack" + ], + [ + "Ġal", + "ta" + ], + [ + "ĠJ", + "enn" + ], + [ + "Ġdist", + "ress" + ], + [ + "Ġcas", + "ual" + ], + [ + "as", + "o" + ], + [ + "umb", + "les" + ], + [ + "Ġjug", + "ando" + ], + [ + "Ġc", + "ust" + ], + [ + "ĠH", + "ospital" + ], + [ + "ÃŃ", + "os" + ], + [ + "Ġcar", + "ries" + ], + [ + "Ġdoor", + "way" + ], + [ + "uest", + "a" + ], + [ + "Ġut", + "tered" + ], + [ + "Ġdam", + "aged" + ], + [ + "ĠGe", + "off" + ], + [ + "Ġc", + "ousins" + ], + [ + "ĠH", + "istory" + ], + [ + "Ġsec", + "re" + ], + [ + "Ġcount", + "ies" + ], + [ + "Ġdi", + "vert" + ], + [ + "ma", + "id" + ], + [ + "Ġprec", + "ise" + ], + [ + "at", + "ar" + ], + [ + "be", + "f" + ], + [ + "Ġdis", + "gr" + ], + [ + "Ġrep", + "resents" + ], + [ + "ster", + "dam" + ], + [ + "ĠBor", + "is" + ], + [ + "C", + "I" + ], + [ + "d", + "ress" + ], + [ + "g", + "ro" + ], + [ + "g", + "un" + ], + [ + "Ġc", + "ateg" + ], + [ + "Ġan", + "ci" + ], + [ + "Ġcr", + "ust" + ], + [ + "ĠSt", + "ation" + ], + [ + "ĠIn", + "stead" + ], + [ + "Ġ195", + "1" + ], + [ + "Ġvan", + "ished" + ], + [ + "GR", + "M" + ], + [ + "ĠSto", + "ck" + ], + [ + "O", + "b" + ], + [ + "t", + "u" + ], + [ + "it", + "i" + ], + [ + "ĠM", + "ans" + ], + [ + "ĠW", + "ork" + ], + [ + "Ġcr", + "imes" + ], + [ + "Ġmin", + "i" + ], + [ + "Ġsqu", + "eak" + ], + [ + "Ġsecret", + "s" + ], + [ + "Ġwrest", + "ling" + ], + [ + "op", + "ed" + ], + [ + "Ġsol", + "ar" + ], + [ + "Ġdream", + "ed" + ], + [ + "Ġtremb", + "ling" + ], + [ + "S", + "aint" + ], + [ + "s", + "ky" + ], + [ + "Ġm", + "ath" + ], + [ + "gg", + "s" + ], + [ + "ĠSp", + "ace" + ], + [ + "Ġpain", + "ful" + ], + [ + "Ġsat", + "ell" + ], + [ + "Ġperd", + "ido" + ], + [ + "Ġprob", + "able" + ], + [ + "at", + "tle" + ], + [ + "ĠPet", + "ers" + ], + [ + "Ġwrit", + "ers" + ], + [ + "P", + "P" + ], + [ + "Ġd", + "ices" + ], + [ + "Ġg", + "own" + ], + [ + "Ġh", + "osp" + ], + [ + "ĠP", + "ays" + ], + [ + "ĠAb", + "raham" + ], + [ + "Ġchap", + "ter" + ], + [ + "Ġpaj", + "amas" + ], + [ + "Ġjard", + "ÃŃn" + ], + [ + "i", + "per" + ], + [ + "l", + "ia" + ], + [ + "um", + "er" + ], + [ + "Ġshe", + "ets" + ], + [ + "pp", + "ers" + ], + [ + "Ġch", + "ica" + ], + [ + "Ġhar", + "bor" + ], + [ + "Ġrel", + "ieved" + ], + [ + "Ġhigh", + "way" + ], + [ + "Ġvar", + "i" + ], + [ + "Ġespe", + "cie" + ], + [ + "ĠTr", + "ump" + ], + [ + "Ġgas", + "ped" + ], + [ + "Ġhonest", + "ly" + ], + [ + "Ġhat", + "ch" + ], + [ + "sil", + "ver" + ], + [ + "B", + "ad" + ], + [ + "Ġh", + "oo" + ], + [ + "Ġca", + "f" + ], + [ + "Ġabs", + "olute" + ], + [ + "ĠJ", + "osh" + ], + [ + "Ġam", + "end" + ], + [ + "ier", + "as" + ], + [ + "EN", + "D" + ], + [ + "Ġ193", + "4" + ], + [ + "Com", + "o" + ], + [ + "Ġesper", + "a" + ], + [ + "ju", + "ice" + ], + [ + "Ġcan", + "al" + ], + [ + "Ġsa", + "uc" + ], + [ + "Ġemp", + "ire" + ], + [ + "Ġcop", + "per" + ], + [ + "Ġru", + "ido" + ], + [ + "ĠMon", + "ster" + ], + [ + "ĠPortug", + "uese" + ], + [ + "ĠWigg", + "ily" + ], + [ + "6", + "5" + ], + [ + "M", + "ind" + ], + [ + "ĠA", + "zerbaij" + ], + [ + "ĠB", + "und" + ], + [ + "Ġ3", + "7" + ], + [ + "Ġprom", + "in" + ], + [ + "Ġconsider", + "ing" + ], + [ + "Ġpes", + "ar" + ], + [ + "ĠKen", + "nedy" + ], + [ + "at", + "ically" + ], + [ + "You", + "ng" + ], + [ + "Ġda", + "isy" + ], + [ + "ĠBe", + "ach" + ], + [ + "Ġsail", + "s" + ], + [ + "Ġshout", + "s" + ], + [ + "j", + "ado" + ], + [ + "Ġt", + "ires" + ], + [ + "Ġin", + "k" + ], + [ + "Ġar", + "reg" + ], + [ + "ĠHe", + "nd" + ], + [ + "Ġac", + "er" + ], + [ + "ĠV", + "e" + ], + [ + "ĠDe", + "ath" + ], + [ + "Ġgra", + "in" + ], + [ + "Ġaltern", + "ative" + ], + [ + "Ġlect", + "ure" + ], + [ + "Ġthe", + "rap" + ], + [ + "al", + "most" + ], + [ + "Ġtw", + "ins" + ], + [ + "Ġhelp", + "ful" + ], + [ + "Ġcol", + "ony" + ], + [ + "Ġaut", + "umn" + ], + [ + "Ġbub", + "ble" + ], + [ + "ic", + "iones" + ], + [ + "ĠB", + "ab" + ], + [ + "ink", + "ing" + ], + [ + "ĠN", + "ich" + ], + [ + "cha", + "e" + ], + [ + "Ġjo", + "ining" + ], + [ + "Ġ6", + "5" + ], + [ + "ĠRe", + "al" + ], + [ + "Ġstri", + "p" + ], + [ + "Ġdisapp", + "ointment" + ], + [ + "Ġcapac", + "ity" + ], + [ + "M", + "in" + ], + [ + "Ġwh", + "ip" + ], + [ + "ĠTh", + "om" + ], + [ + "Ġmur", + "derer" + ], + [ + "n", + "umber" + ], + [ + "Ġc", + "rab" + ], + [ + "qu", + "ack" + ], + [ + "ĠA", + "na" + ], + [ + "ĠH", + "ell" + ], + [ + "Ġle", + "aned" + ], + [ + "av", + "an" + ], + [ + "Ġcu", + "ad" + ], + [ + "Ġsal", + "ud" + ], + [ + "ĠMc", + "donalds" + ], + [ + "Ġcondu", + "cted" + ], + [ + "Ġherm", + "osa" + ], + [ + "ist", + "as" + ], + [ + "It", + "s" + ], + [ + "ĠK", + "ath" + ], + [ + "ĠSha", + "kespeare" + ], + [ + "Ġpurp", + "oses" + ], + [ + "ĠInde", + "pend" + ], + [ + "Ġcom", + "ic" + ], + [ + "Ġdec", + "isions" + ], + [ + "Ġimag", + "ination" + ], + [ + "Ġdiag", + "nos" + ], + [ + "m", + "und" + ], + [ + "Ġg", + "ap" + ], + [ + "if", + "ully" + ], + [ + "RO", + "M" + ], + [ + "Ġ193", + "8" + ], + [ + "Ġoffe", + "nd" + ], + [ + "Ġjug", + "u" + ], + [ + "Ġdife", + "rentes" + ], + [ + "i", + "osa" + ], + [ + "Ġtw", + "ist" + ], + [ + "Ġtr", + "ump" + ], + [ + "Ġt", + "roll" + ], + [ + "Ġd", + "war" + ], + [ + "Ġde", + "af" + ], + [ + "ĠE", + "nd" + ], + [ + "ond", + "a" + ], + [ + "Ġsmall", + "est" + ], + [ + "ph", + "ones" + ], + [ + "Ġblank", + "ets" + ], + [ + "orks", + "hire" + ], + [ + "rane", + "an" + ], + [ + "Ġinfluen", + "ced" + ], + [ + "E", + "ight" + ], + [ + "G", + "ee" + ], + [ + "OR", + "E" + ], + [ + "St", + "ep" + ], + [ + "tod", + "ay" + ], + [ + "ut", + "ter" + ], + [ + "Ġr", + "ack" + ], + [ + "Ġv", + "ag" + ], + [ + "Ġgr", + "oss" + ], + [ + "Ġhabit", + "antes" + ], + [ + "Ġwid", + "ow" + ], + [ + "k", + "h" + ], + [ + "Ġt", + "uck" + ], + [ + "ass", + "ador" + ], + [ + "ged", + "y" + ], + [ + "od", + "ore" + ], + [ + "tern", + "al" + ], + [ + "Ġconse", + "gu" + ], + [ + "M", + "c" + ], + [ + "v", + "ar" + ], + [ + "Ġl", + "ent" + ], + [ + "Ġk", + "ite" + ], + [ + "Ġbr", + "ass" + ], + [ + "Ġrem", + "ote" + ], + [ + "Ġbab", + "ys" + ], + [ + "ĠMed", + "iter" + ], + [ + "Ġm", + "ala" + ], + [ + "le", + "ans" + ], + [ + "ĠP", + "un" + ], + [ + "op", + "us" + ], + [ + "ĠR", + "oc" + ], + [ + "Ġbat", + "tles" + ], + [ + "Ġtest", + "ing" + ], + [ + "Ġstri", + "king" + ], + [ + "Ġcabin", + "et" + ], + [ + ",", + "-" + ], + [ + "Y", + "et" + ], + [ + "ed", + "y" + ], + [ + "ĠL", + "ev" + ], + [ + "mm", + "m" + ], + [ + "Ġri", + "p" + ], + [ + "Re", + "ady" + ], + [ + "Ġstat", + "ue" + ], + [ + "Ġarrange", + "ments" + ], + [ + "Ġinvol", + "ve" + ], + [ + "Ġtrave", + "ling" + ], + [ + "Ġfab", + "ric" + ], + [ + "E", + "sta" + ], + [ + "T", + "RA" + ], + [ + "W", + "est" + ], + [ + "d", + "les" + ], + [ + "o", + "is" + ], + [ + "Ġse", + "ctor" + ], + [ + "Ġcont", + "ents" + ], + [ + "Ġhurr", + "icane" + ], + [ + "D", + "O" + ], + [ + "S", + "ólo" + ], + [ + "g", + "ate" + ], + [ + "Ġw", + "ax" + ], + [ + "han", + "e" + ], + [ + "iv", + "ia" + ], + [ + "Ġper", + "f" + ], + [ + "Ġsusp", + "icious" + ], + [ + "c", + "am" + ], + [ + "r", + "ont" + ], + [ + "t", + "uce" + ], + [ + "ĠC", + "atherine" + ], + [ + "ĠP", + "am" + ], + [ + "ĠF", + "ern" + ], + [ + "Ġor", + "anges" + ], + [ + "Ġlook", + "in" + ], + [ + "Ġdes", + "ired" + ], + [ + "ene", + "z" + ], + [ + "Ġma", + "xim" + ], + [ + "Ġdisc", + "har" + ], + [ + "ĠA", + "ut" + ], + [ + "Ġtra", + "pped" + ], + [ + "gr", + "ow" + ], + [ + "ĠSer", + "geant" + ], + [ + "bour", + "ne" + ], + [ + "ĠLu", + "ke" + ], + [ + ",", + "]" + ], + [ + "V", + "EN" + ], + [ + "r", + "in" + ], + [ + "Ġw", + "olves" + ], + [ + "Ġp", + "ase" + ], + [ + "Ġbe", + "have" + ], + [ + "ĠS", + "cience" + ], + [ + "Ġsha", + "ped" + ], + [ + "nes", + "ota" + ], + [ + "Ġrough", + "ly" + ], + [ + "pull", + "s" + ], + [ + "Ġenvironment", + "al" + ], + [ + "Ġmunicipal", + "ities" + ], + [ + "ĠEurop", + "a" + ], + [ + "p", + "ig" + ], + [ + "Ġto", + "ps" + ], + [ + "Ġr", + "it" + ], + [ + "ĠTh", + "ough" + ], + [ + "Ġcomb", + "ination" + ], + [ + "gi", + "ven" + ], + [ + "Ġendea", + "v" + ], + [ + "Ġco", + "ger" + ], + [ + "Ġdel", + "ivery" + ], + [ + "om", + "ing" + ], + [ + "op", + "ot" + ], + [ + "Ġpr", + "omet" + ], + [ + "sel", + "s" + ], + [ + "got", + "ta" + ], + [ + "Ġengine", + "ering" + ], + [ + "Ġabuel", + "o" + ], + [ + "Y", + "S" + ], + [ + "z", + "aba" + ], + [ + "Ġa", + "no" + ], + [ + "Ġd", + "aba" + ], + [ + "ad", + "ies" + ], + [ + "ĠP", + "oint" + ], + [ + "Ġr", + "am" + ], + [ + "em", + "eter" + ], + [ + "Ġfl", + "ame" + ], + [ + "Ġdist", + "ract" + ], + [ + "ĠTh", + "or" + ], + [ + "Ġaw", + "hile" + ], + [ + "Ġvar", + "ios" + ], + [ + "ĠJo", + "han" + ], + [ + "ing", + "ham" + ], + [ + "Ġdel", + "ante" + ], + [ + "head", + "ed" + ], + [ + "Ġmess", + "ages" + ], + [ + "Ġhub", + "o" + ], + [ + "Ġremind", + "s" + ], + [ + "E", + "ste" + ], + [ + "U", + "ntil" + ], + [ + "Ġd", + "ict" + ], + [ + "Ġp", + "id" + ], + [ + "ĠB", + "Y" + ], + [ + "Ġgl", + "orious" + ], + [ + "Ġg", + "a" + ], + [ + "Ġas", + "semb" + ], + [ + "ĠC", + "ooper" + ], + [ + "ell", + "s" + ], + [ + "ĠP", + "ra" + ], + [ + "Ġbot", + "hered" + ], + [ + "Ġrec", + "all" + ], + [ + "Qu", + "ick" + ], + [ + "angu", + "age" + ], + [ + "cast", + "le" + ], + [ + "Ġcommun", + "ities" + ], + [ + "ĠD", + "ennis" + ], + [ + "ĠL", + "ore" + ], + [ + "Ġar", + "gue" + ], + [ + "Ġmed", + "ium" + ], + [ + "Ġem", + "br" + ], + [ + "Ġpal", + "m" + ], + [ + "Un", + "less" + ], + [ + "Ġnar", + "iz" + ], + [ + "ĠEve", + "lyn" + ], + [ + "ĠRab", + "bit" + ], + [ + "m", + "ail" + ], + [ + "Ġb", + "aba" + ], + [ + "Ġd", + "ot" + ], + [ + "ig", + "el" + ], + [ + "Ġcol", + "oc" + ], + [ + "Ġprof", + "it" + ], + [ + "Ġimag", + "ined" + ], + [ + "Ġrese", + "mb" + ], + [ + "Ġencuent", + "ra" + ], + [ + "R", + "o" + ], + [ + "Ġf", + "ict" + ], + [ + "om", + "p" + ], + [ + "Ġh", + "ood" + ], + [ + "ĠC", + "uba" + ], + [ + "ĠN", + "E" + ], + [ + "Ġlo", + "ll" + ], + [ + "Ġnew", + "ly" + ], + [ + "Qu", + "ite" + ], + [ + "cu", + "ál" + ], + [ + "fl", + "ower" + ], + [ + "ĠMic", + "rosoft" + ], + [ + "Ġdivor", + "ced" + ], + [ + "Ġrost", + "ro" + ], + [ + "p", + "ite" + ], + [ + "r", + "ón" + ], + [ + "Ġpol", + "ite" + ], + [ + "RO", + "W" + ], + [ + "sh", + "ut" + ], + [ + "Ġdyn", + "asty" + ], + [ + "Ġprompt", + "ly" + ], + [ + "9", + "6" + ], + [ + "qu", + "ita" + ], + [ + "ox", + "y" + ], + [ + "Ġto", + "ca" + ], + [ + "od", + "o" + ], + [ + "Ġcar", + "i" + ], + [ + "Ġass", + "ure" + ], + [ + "Ġven", + "ir" + ], + [ + "Ġplant", + "ed" + ], + [ + "aps", + "ed" + ], + [ + "Ġconoc", + "ido" + ], + [ + "ĠRad", + "io" + ], + [ + "Ġa", + "us" + ], + [ + "ur", + "idad" + ], + [ + "Ġso", + "ccer" + ], + [ + "ĠN", + "elson" + ], + [ + "ĠAn", + "thony" + ], + [ + "ĠLa", + "urie" + ], + [ + "As", + "k" + ], + [ + "Ġbusiness", + "man" + ], + [ + "ĠJon", + "athan" + ], + [ + "Ġsubmar", + "ine" + ], + [ + "Ġs", + "outheast" + ], + [ + "Ġal", + "ter" + ], + [ + "Ġ3", + "3" + ], + [ + "Ġmod", + "est" + ], + [ + "ĠSe", + "ñor" + ], + [ + "ĠSO", + "ME" + ], + [ + "on", + "ic" + ], + [ + "ĠM", + "ist" + ], + [ + "ĠC", + "ir" + ], + [ + "ol", + "ver" + ], + [ + "ĠChild", + "sname" + ], + [ + "ĠInde", + "ed" + ], + [ + "Ġgard", + "ens" + ], + [ + "U", + "GH" + ], + [ + "Ġst", + "air" + ], + [ + "ea", + "e" + ], + [ + "ĠF", + "riend" + ], + [ + "Ġmar", + "av" + ], + [ + "ib", + "les" + ], + [ + "TE", + "D" + ], + [ + "Ġcrit", + "ics" + ], + [ + "tod", + "o" + ], + [ + "l", + "és" + ], + [ + "n", + "at" + ], + [ + "s", + "chool" + ], + [ + "v", + "ation" + ], + [ + "Ġt", + "é" + ], + [ + "ĠT", + "ambién" + ], + [ + "ĠA", + "is" + ], + [ + "ĠG", + "ame" + ], + [ + "ĠK", + "now" + ], + [ + "ias", + "m" + ], + [ + "ĠIre", + "ne" + ], + [ + "w", + "ah" + ], + [ + "Ġm", + "ike" + ], + [ + "ĠMart", + "ha" + ], + [ + "Ġjud", + "gment" + ], + [ + "d", + "ough" + ], + [ + "f", + "are" + ], + [ + "p", + "ow" + ], + [ + "w", + "ent" + ], + [ + "Ġa", + "se" + ], + [ + "Ġli", + "ed" + ], + [ + "ĠJ", + "ay" + ], + [ + "Ġent", + "ers" + ], + [ + "ĠBen", + "jamin" + ], + [ + "Ġrob", + "ot" + ], + [ + "A", + "ah" + ], + [ + "S", + "AR" + ], + [ + "ĠV", + "I" + ], + [ + "Ġimm", + "igr" + ], + [ + "st", + "yle" + ], + [ + "ĠC", + "ook" + ], + [ + "ĠG", + "ard" + ], + [ + "Ġsm", + "ack" + ], + [ + "irl", + "ines" + ], + [ + "Ġconsider", + "ation" + ], + [ + "Ġmucha", + "cho" + ], + [ + "Ġmor", + "ir" + ], + [ + "Ġstrugg", + "ling" + ], + [ + "N", + "G" + ], + [ + "Ġn", + "erve" + ], + [ + "Ġle", + "y" + ], + [ + "int", + "ed" + ], + [ + "Ġ17", + "8" + ], + [ + "Ġp", + "ha" + ], + [ + "ar", + "ms" + ], + [ + "Ġe", + "cha" + ], + [ + "Ġse", + "w" + ], + [ + "ro", + "e" + ], + [ + "Ġj", + "umps" + ], + [ + "Ġcl", + "in" + ], + [ + "Ġtr", + "im" + ], + [ + "Ġresp", + "ir" + ], + [ + "ĠMark", + "y" + ], + [ + "Ġphilos", + "opher" + ], + [ + "R", + "ay" + ], + [ + "ĠB", + "ack" + ], + [ + "Ġdoll", + "house" + ], + [ + "Ġcamp", + "ing" + ], + [ + "ĠWh", + "it" + ], + [ + "Ġcart", + "a" + ], + [ + "s", + "uch" + ], + [ + "iv", + "as" + ], + [ + "ĠK", + "as" + ], + [ + "Ġcol", + "ours" + ], + [ + "Ġlarge", + "ly" + ], + [ + "Ġsum", + "mon" + ], + [ + "Ġmeant", + "ime" + ], + [ + "Ġconcer", + "ning" + ], + [ + "ĠBo", + "ard" + ], + [ + "Ġsusp", + "icion" + ], + [ + "b", + "il" + ], + [ + "Ġare", + "na" + ], + [ + "ĠP", + "ur" + ], + [ + "Ġag", + "ents" + ], + [ + "Ġam", + "id" + ], + [ + "Ġpop", + "ped" + ], + [ + "Ġprom", + "oted" + ], + [ + "Ġdepart", + "ure" + ], + [ + "pretend", + "s" + ], + [ + "lea", + "ños" + ], + [ + "ĠEnter", + "tainment" + ], + [ + "p", + "el" + ], + [ + "ha", + "fta" + ], + [ + "th", + "rop" + ], + [ + "ĠJ", + "UST" + ], + [ + "Ġrel", + "ation" + ], + [ + "Ġgo", + "ver" + ], + [ + "Ġ4", + "7" + ], + [ + "Ġart", + "ific" + ], + [ + "Ġclass", + "ical" + ], + [ + "Ġstead", + "ily" + ], + [ + "Ġ", + "il" + ], + [ + "Ġre", + "bell" + ], + [ + "Ġbene", + "fits" + ], + [ + "Ġdiscuss", + "ed" + ], + [ + "ĠTob", + "y" + ], + [ + "Ġc", + "ore" + ], + [ + "ĠH", + "IS" + ], + [ + "ĠH", + "ope" + ], + [ + "Ġfill", + "ing" + ], + [ + "Ġcult", + "iv" + ], + [ + "Ġapproxim", + "ately" + ], + [ + "j", + "an" + ], + [ + "r", + "oo" + ], + [ + "Ġd", + "ick" + ], + [ + "ir", + "it" + ], + [ + "Ġv", + "ine" + ], + [ + "ĠL", + "ib" + ], + [ + "Al", + "so" + ], + [ + "room", + "s" + ], + [ + "Ġspec", + "im" + ], + [ + "Ġhyd", + "rogen" + ], + [ + "Ġalegr", + "ÃŃa" + ], + [ + "riger", + "ator" + ], + [ + "T", + "im" + ], + [ + "f", + "o" + ], + [ + "is", + "ation" + ], + [ + "Ġbe", + "an" + ], + [ + "Ġsuper", + "fic" + ], + [ + "every", + "thing" + ], + [ + "Ġdescend", + "ed" + ], + [ + "em", + "por" + ], + [ + "Ġint", + "r" + ], + [ + "Ġdeep", + "er" + ], + [ + "ĠJust", + "ice" + ], + [ + "Grand", + "ma" + ], + [ + "ĠIntern", + "acional" + ], + [ + "ĠSqu", + "are" + ], + [ + "Ġsist", + "ema" + ], + [ + "ĠC", + "re" + ], + [ + "ĠC", + "arr" + ], + [ + "ĠP", + "ara" + ], + [ + "Ġbr", + "ook" + ], + [ + "Ġpre", + "st" + ], + [ + "Ġcont", + "igo" + ], + [ + "Ġstra", + "in" + ], + [ + "ĠAfghan", + "istan" + ], + [ + "Ġlo", + "an" + ], + [ + "ü", + "r" + ], + [ + "jer", + "on" + ], + [ + "Ġhesit", + "ated" + ], + [ + "L", + "u" + ], + [ + "f", + "ing" + ], + [ + "t", + "own" + ], + [ + "Ġp", + "ots" + ], + [ + "ec", + "ut" + ], + [ + "bl", + "ows" + ], + [ + "Ġ193", + "3" + ], + [ + "ĠMount", + "ains" + ], + [ + "Ġshad", + "ows" + ], + [ + "Ġtempor", + "ary" + ], + [ + "Ġpobl", + "ación" + ], + [ + "m", + "itted" + ], + [ + "Ġ", + ".." + ], + [ + "Ġd", + "uda" + ], + [ + "ĠS", + "everal" + ], + [ + "all", + "el" + ], + [ + "ch", + "icken" + ], + [ + "Ġv", + "it" + ], + [ + "Ġv", + "oted" + ], + [ + "âĢ", + "ĭ" + ], + [ + "Ġdistur", + "bed" + ], + [ + "Ġdipl", + "om" + ], + [ + "ĠR", + "ober" + ], + [ + "Ġpe", + "ar" + ], + [ + "ĠJack", + "ie" + ], + [ + "Ġnue", + "va" + ], + [ + "ĠSing", + "apore" + ], + [ + "Ġw", + "ip" + ], + [ + "Ġd", + "ing" + ], + [ + "Ġp", + "ose" + ], + [ + "Ġst", + "y" + ], + [ + "ea", + "ba" + ], + [ + "Ġevery", + "day" + ], + [ + "Ġho", + "jas" + ], + [ + "ald", + "a" + ], + [ + "Ġmer", + "c" + ], + [ + "Ġherman", + "os" + ], + [ + "Ġfru", + "its" + ], + [ + "Ġf", + "ulf" + ], + [ + "Ġre", + "new" + ], + [ + "ĠF", + "IFA" + ], + [ + "Ġex", + "ists" + ], + [ + "ap", + "h" + ], + [ + "do", + "ors" + ], + [ + "Ġrest", + "rict" + ], + [ + "ĠCarl", + "os" + ], + [ + "Ġdess", + "ert" + ], + [ + "Ġal", + "ike" + ], + [ + "hi", + "es" + ], + [ + "Ġcomp", + "ounds" + ], + [ + "ump", + "y" + ], + [ + "bo", + "om" + ], + [ + "Ġtri", + "umph" + ], + [ + "Ġscr", + "ub" + ], + [ + "Ġfund", + "ament" + ], + [ + "Ġdecl", + "ar" + ], + [ + "id", + "el" + ], + [ + "Ġsp", + "an" + ], + [ + "ĠHe", + "idi" + ], + [ + "Ġcomp", + "ete" + ], + [ + "Ġpartic", + "les" + ], + [ + "Ġbull", + "ets" + ], + [ + "Ġhoriz", + "on" + ], + [ + "F", + "C" + ], + [ + "M", + "al" + ], + [ + "at", + "ical" + ], + [ + "Ġe", + "char" + ], + [ + "ĠC", + "hat" + ], + [ + "te", + "c" + ], + [ + "ĠY", + "orkshire" + ], + [ + "Ġbed", + "time" + ], + [ + "Ġass", + "umed" + ], + [ + "Ġsad", + "ly" + ], + [ + "Ġcompl", + "ic" + ], + [ + "Ġnuest", + "ros" + ], + [ + "H", + "ola" + ], + [ + "c", + "ool" + ], + [ + "Ġo", + "ink" + ], + [ + "Ġl", + "ions" + ], + [ + "ĠH", + "at" + ], + [ + "Ġfr", + "ost" + ], + [ + "Ġcl", + "ue" + ], + [ + "bab", + "bling" + ], + [ + "Ġbeast", + "s" + ], + [ + "Ġw", + "ives" + ], + [ + "Ġout", + "fit" + ], + [ + "we", + "ar" + ], + [ + "Ġcrack", + "er" + ], + [ + "Ġtor", + "ment" + ], + [ + "Fran", + "ce" + ], + [ + "Ġh", + "ob" + ], + [ + "Ġn", + "ina" + ], + [ + "ĠR", + "O" + ], + [ + "eg", + "as" + ], + [ + "Ġmod", + "els" + ], + [ + "ĠCar", + "ter" + ], + [ + "ĠMa", + "ur" + ], + [ + "ĠMin", + "nesota" + ], + [ + "ĠSpe", + "cial" + ], + [ + "C", + "ut" + ], + [ + "S", + "pe" + ], + [ + "j", + "ab" + ], + [ + "Ġs", + "ample" + ], + [ + "Ġpro", + "port" + ], + [ + "av", + "ier" + ], + [ + "Ġstick", + "ers" + ], + [ + "Ġem", + "otion" + ], + [ + "Ġvide", + "os" + ], + [ + "Ġcher", + "ry" + ], + [ + "g", + "ian" + ], + [ + "t", + "ical" + ], + [ + "Ġdo", + "lor" + ], + [ + "ru", + "it" + ], + [ + "sh", + "irt" + ], + [ + "ĠIs", + "a" + ], + [ + "ey", + "ed" + ], + [ + "Ġcustom", + "er" + ], + [ + "Ġést", + "os" + ], + [ + "pict", + "ure" + ], + [ + "Ġcomp", + "ass" + ], + [ + "Ġ4", + "2" + ], + [ + "Ġanswer", + "ing" + ], + [ + "Ġscient", + "ist" + ], + [ + "ĠCam", + "bridge" + ], + [ + "GR", + "F" + ], + [ + "m", + "ama" + ], + [ + "Ġt", + "ons" + ], + [ + "Ġp", + "ence" + ], + [ + "ĠG", + "ha" + ], + [ + "Ġred", + "uce" + ], + [ + "Ġrul", + "er" + ], + [ + "ã", + "o" + ], + [ + "P", + "a" + ], + [ + "ĠIn", + "c" + ], + [ + "Ġadministr", + "ation" + ], + [ + "ennes", + "see" + ], + [ + "or", + "ro" + ], + [ + "ĠN", + "ag" + ], + [ + "ĠE", + "lect" + ], + [ + "Ġsee", + "king" + ], + [ + "Ġcons", + "cience" + ], + [ + "Ġspo", + "il" + ], + [ + "AS", + "T" + ], + [ + "Ġrespond", + "ió" + ], + [ + "DE", + "M" + ], + [ + "EF", + "A" + ], + [ + "act", + "ory" + ], + [ + "Ġreg", + "iment" + ], + [ + "Ġchar", + "ity" + ], + [ + "Ġgust", + "o" + ], + [ + "ĠRom", + "ans" + ], + [ + "R", + "a" + ], + [ + "Ġf", + "alt" + ], + [ + "ĠP", + "ad" + ], + [ + "Ġper", + "der" + ], + [ + "Al", + "ways" + ], + [ + "Ġbab", + "e" + ], + [ + "Ġpron", + "ounced" + ], + [ + "Ġbeha", + "lf" + ], + [ + "ĠSom", + "ers" + ], + [ + "S", + "ounds" + ], + [ + "in", + "stein" + ], + [ + "Ġk", + "ettle" + ], + [ + "un", + "ting" + ], + [ + "ĠH", + "ir" + ], + [ + "ĠW", + "OR" + ], + [ + "Ġco", + "in" + ], + [ + "pr", + "im" + ], + [ + "Ġval", + "or" + ], + [ + "ĠAB", + "OUT" + ], + [ + "L", + "ie" + ], + [ + "Ġthe", + "r" + ], + [ + "Ġf", + "itted" + ], + [ + "ac", + "hi" + ], + [ + "ĠG", + "ro" + ], + [ + "Ġest", + "uvo" + ], + [ + "ple", + "asant" + ], + [ + "ĠCon", + "ne" + ], + [ + "Ġtrabaj", + "ar" + ], + [ + "Ġse", + "m" + ], + [ + "ĠF", + "ree" + ], + [ + "Ġneed", + "n" + ], + [ + "ĠSt", + "uart" + ], + [ + "Ġfil", + "es" + ], + [ + "igg", + "le" + ], + [ + "ĠMad", + "am" + ], + [ + "Ġintern", + "al" + ], + [ + "ĠDie", + "go" + ], + [ + "Ġt", + "ÃŃo" + ], + [ + "ĠD", + "in" + ], + [ + "é", + "st" + ], + [ + "Ġch", + "lor" + ], + [ + "Ġob", + "ed" + ], + [ + "fortun", + "ately" + ], + [ + "Ġbark", + "ing" + ], + [ + "Ġmeas", + "ures" + ], + [ + "Ġnapp", + "ie" + ], + [ + "P", + "ued" + ], + [ + "t", + "iene" + ], + [ + "Ġre", + "ception" + ], + [ + "ĠH", + "old" + ], + [ + "ĠH", + "uman" + ], + [ + "Ġman", + "e" + ], + [ + "Ġ3", + "4" + ], + [ + "Ġsur", + "ve" + ], + [ + "Ġhop", + "eless" + ], + [ + "Ġlleg", + "ado" + ], + [ + "Ġindic", + "ate" + ], + [ + "à¥", + "į" + ], + [ + "Ġrank", + "ed" + ], + [ + "opot", + "am" + ], + [ + "W", + "on" + ], + [ + "c", + "ray" + ], + [ + "on", + "om" + ], + [ + "Ġd", + "ow" + ], + [ + "Ġto", + "re" + ], + [ + "ro", + "it" + ], + [ + "ĠS", + "ky" + ], + [ + "and", + "om" + ], + [ + "Ġpl", + "ung" + ], + [ + "Ġcont", + "empl" + ], + [ + "Ġsurpr", + "ising" + ], + [ + "Ġpan", + "ic" + ], + [ + "Ġviol", + "in" + ], + [ + "Ġphys", + "ics" + ], + [ + "Ġregard", + "ing" + ], + [ + "Ġintellig", + "ent" + ], + [ + "Ġw", + "rap" + ], + [ + "Ġk", + "angaroo" + ], + [ + "ĠB", + "ox" + ], + [ + "pl", + "ash" + ], + [ + "iver", + "pool" + ], + [ + "Ġocc", + "urs" + ], + [ + "ĠJo", + "an" + ], + [ + "c", + "ook" + ], + [ + "i", + "w" + ], + [ + "ĠA", + "uthor" + ], + [ + "ĠN", + "ative" + ], + [ + "cha", + "nt" + ], + [ + "Ġswift", + "ly" + ], + [ + "ĠIra", + "q" + ], + [ + ",", + "," + ], + [ + "th", + "rough" + ], + [ + "Ġlight", + "ly" + ], + [ + "Ġchar", + "ts" + ], + [ + "Ġpud", + "ding" + ], + [ + "Ġib", + "an" + ], + [ + "-", + ";" + ], + [ + "Ġthe", + "ater" + ], + [ + "ĠI", + "mp" + ], + [ + "ct", + "r" + ], + [ + "me", + "ow" + ], + [ + "B", + "ra" + ], + [ + "Ġd", + "ip" + ], + [ + "Ġin", + "com" + ], + [ + "at", + "ivo" + ], + [ + "ri", + "ot" + ], + [ + "ter", + "a" + ], + [ + "Ġproper", + "ties" + ], + [ + "throw", + "s" + ], + [ + "Ġolv", + "id" + ], + [ + "he", + "astern" + ], + [ + "CH", + "R" + ], + [ + "ĠN", + "ev" + ], + [ + "Ġcl", + "ip" + ], + [ + "ĠAl", + "ber" + ], + [ + "m", + "uch" + ], + [ + "Ġre", + "b" + ], + [ + "st", + "ream" + ], + [ + "ĠC", + "ómo" + ], + [ + "Ġsu", + "fic" + ], + [ + "Ġinv", + "asion" + ], + [ + "child", + "ren" + ], + [ + "Ġscr", + "amb" + ], + [ + "ĠAlf", + "red" + ], + [ + "ent", + "ially" + ], + [ + "Ġpens", + "ion" + ], + [ + "Ġmort", + "al" + ], + [ + "A", + "rab" + ], + [ + "T", + "hings" + ], + [ + "Ġcl", + "er" + ], + [ + "ĠK", + "ang" + ], + [ + "ĠV", + "ik" + ], + [ + "Ġ3", + "9" + ], + [ + "ĠSc", + "ar" + ], + [ + "ĠAd", + "vent" + ], + [ + "Ġtest", + "ed" + ], + [ + "Ġded", + "ic" + ], + [ + "Ġelectr", + "ical" + ], + [ + "ha", + "ven" + ], + [ + "Ġg", + "ear" + ], + [ + "Ġg", + "alax" + ], + [ + "Ġal", + "ert" + ], + [ + "ood", + "le" + ], + [ + "Ġdream", + "ing" + ], + [ + "Ġadm", + "ire" + ], + [ + "Ġlab", + "our" + ], + [ + "Ġtit", + "les" + ], + [ + "Ġslight", + "est" + ], + [ + "Ġlan", + "tern" + ], + [ + "pher", + "d" + ], + [ + "Ġdign", + "ity" + ], + [ + "M", + "el" + ], + [ + "c", + "ab" + ], + [ + "t", + "iger" + ], + [ + "ĠK", + "ir" + ], + [ + "aj", + "es" + ], + [ + "Ġflo", + "ck" + ], + [ + "ĠGer", + "ald" + ], + [ + "Ġsens", + "itive" + ], + [ + "Ġh", + "ire" + ], + [ + "Ġn", + "ave" + ], + [ + "ĠA", + "mos" + ], + [ + "ĠG", + "ary" + ], + [ + "wh", + "oo" + ], + [ + "Ġdiv", + "ide" + ], + [ + "Ġmist", + "akes" + ], + [ + "Ġpark", + "ing" + ], + [ + "ĠJul", + "ie" + ], + [ + "Ġpeace", + "ful" + ], + [ + "Ġproject", + "s" + ], + [ + "Ġcamb", + "io" + ], + [ + "Ġbraz", + "os" + ], + [ + "f", + "uer" + ], + [ + "Ġb", + "unk" + ], + [ + "Ġd", + "ime" + ], + [ + "Ġp", + "untos" + ], + [ + "ĠM", + "m" + ], + [ + "ĠB", + "urn" + ], + [ + "ĠV", + "ar" + ], + [ + "Ġdiffe", + "rences" + ], + [ + "Ġmus", + "k" + ], + [ + "Ġactiv", + "ist" + ], + [ + "Ġyell", + "ed" + ], + [ + "Ġtransfer", + "red" + ], + [ + "Ġpied", + "ra" + ], + [ + "(", + "'" + ], + [ + "l", + "est" + ], + [ + "ĠT", + "ennessee" + ], + [ + "Ġli", + "bre" + ], + [ + "Ġcon", + "text" + ], + [ + "Ġda", + "ño" + ], + [ + "Ġllam", + "ado" + ], + [ + "Ġdan", + "cer" + ], + [ + "Ġto", + "ler" + ], + [ + "le", + "en" + ], + [ + "ĠS", + "orry" + ], + [ + "Ġcas", + "ita" + ], + [ + "Ġmix", + "ture" + ], + [ + "âĨ", + "Ĵ" + ], + [ + "ĠHit", + "ler" + ], + [ + "Ġp", + "he" + ], + [ + "if", + "ica" + ], + [ + "Ġfr", + "own" + ], + [ + "Ġdes", + "erted" + ], + [ + "Ġlear", + "nt" + ], + [ + "ĠOs", + "car" + ], + [ + "ĠIslam", + "ic" + ], + [ + "Ġoccas", + "ions" + ], + [ + "I", + "mp" + ], + [ + "V", + "I" + ], + [ + "c", + "atch" + ], + [ + "Ġb", + "ounce" + ], + [ + "ĠE", + "sta" + ], + [ + "ĠO", + "fficer" + ], + [ + "Ġpop", + "s" + ], + [ + "Ġed", + "ges" + ], + [ + "Ġcir", + "cul" + ], + [ + "roll", + "ing" + ], + [ + "show", + "s" + ], + [ + "5", + "7" + ], + [ + "x", + "ide" + ], + [ + "Ġde", + "put" + ], + [ + "ĠM", + "ess" + ], + [ + "ĠC", + "ould" + ], + [ + "ud", + "dy" + ], + [ + "Ġmar", + "vell" + ], + [ + "Ġclear", + "ing" + ], + [ + "Ġdef", + "ined" + ], + [ + "K", + "now" + ], + [ + "ie", + "mbre" + ], + [ + "Ġr", + "ic" + ], + [ + "Ġbo", + "il" + ], + [ + "Ġra", + "w" + ], + [ + "Ġ193", + "7" + ], + [ + "Ġappro", + "ved" + ], + [ + "Ġhun", + "ger" + ], + [ + "x", + "ed" + ], + [ + "Ġd", + "as" + ], + [ + "ic", + "ians" + ], + [ + "ĠD", + "ak" + ], + [ + "ĠW", + "alt" + ], + [ + "cl", + "ing" + ], + [ + "Ġter", + "cer" + ], + [ + "Ġpain", + "ter" + ], + [ + "bot", + "tle" + ], + [ + "Ġribb", + "on" + ], + [ + "Ġs", + "cold" + ], + [ + "Ġle", + "an" + ], + [ + "Ġsp", + "ons" + ], + [ + "Ġcl", + "aws" + ], + [ + "Ġcomp", + "ound" + ], + [ + "Ġter", + "rific" + ], + [ + "Ġllev", + "aba" + ], + [ + "ĠPat", + "ty" + ], + [ + "Ġbelong", + "ing" + ], + [ + "Ġpeque", + "ños" + ], + [ + "Ġwis", + "dom" + ], + [ + "o", + "ise" + ], + [ + "or", + "p" + ], + [ + "ĠD", + "ream" + ], + [ + "Ġcons", + "pir" + ], + [ + "Th", + "ough" + ], + [ + "ĠWh", + "ich" + ], + [ + "Ġautom", + "obile" + ], + [ + "Ġarrow", + "s" + ], + [ + "ar", + "row" + ], + [ + "no", + "ises" + ], + [ + "and", + "ra" + ], + [ + "ell", + "ect" + ], + [ + "ang", + "led" + ], + [ + "Ġaw", + "esome" + ], + [ + "iff", + "s" + ], + [ + "ĠOr", + "gan" + ], + [ + "iv", + "amente" + ], + [ + "Ġfat", + "al" + ], + [ + "Ġamar", + "illo" + ], + [ + "D", + "et" + ], + [ + "OR", + "Y" + ], + [ + "Ġguess", + "ed" + ], + [ + "Ġoffic", + "ials" + ], + [ + "En", + "ough" + ], + [ + "Ġeth", + "nic" + ], + [ + "Ġcr", + "uz" + ], + [ + "Ġvis", + "ual" + ], + [ + "Go", + "ing" + ], + [ + "Ġ193", + "5" + ], + [ + "Ġobs", + "er" + ], + [ + "Ġbye", + "bye" + ], + [ + "Ġident", + "ify" + ], + [ + "c", + "in" + ], + [ + "Ġaut", + "o" + ], + [ + "Ġsla", + "very" + ], + [ + "Ġarrange", + "ment" + ], + [ + "l", + "ines" + ], + [ + "r", + "ot" + ], + [ + "Ġhor", + "rid" + ], + [ + "Ġinv", + "isible" + ], + [ + "ĠAm", + "sterdam" + ], + [ + "Ġrad", + "i" + ], + [ + "'", + "-" + ], + [ + "D", + "or" + ], + [ + "h", + "ur" + ], + [ + "l", + "ay" + ], + [ + "ĠA", + "mb" + ], + [ + "Ġfollow", + "ers" + ], + [ + "Ġgaz", + "ing" + ], + [ + "ĠPot", + "ato" + ], + [ + "b", + "en" + ], + [ + "j", + "ó" + ], + [ + "Ġbelie", + "ves" + ], + [ + "Ġrep", + "ente" + ], + [ + "Des", + "pués" + ], + [ + "Ġmagaz", + "ines" + ], + [ + "\"", + "_" + ], + [ + "ac", + "co" + ], + [ + "Ġas", + "cend" + ], + [ + "Ġser", + "ie" + ], + [ + "Ġmin", + "us" + ], + [ + "ĠGr", + "ammy" + ], + [ + "Ġpued", + "a" + ], + [ + "Ġz", + "one" + ], + [ + "Ġir", + "rit" + ], + [ + "velop", + "ment" + ], + [ + "ĠNe", + "xt" + ], + [ + "Ġoppos", + "ition" + ], + [ + "Ġgo", + "ats" + ], + [ + "ĠE", + "lla" + ], + [ + "ĠO", + "R" + ], + [ + "Ġdis", + "gu" + ], + [ + "Ġhome", + "work" + ], + [ + "ane", + "ous" + ], + [ + "wo", + "ke" + ], + [ + "Ġvuest", + "ra" + ], + [ + "Ġac", + "á" + ], + [ + "Ġgl", + "ances" + ], + [ + "Ġheart", + "ily" + ], + [ + "A", + "ugust" + ], + [ + "K", + "at" + ], + [ + "T", + "u" + ], + [ + "Ġs", + "cho" + ], + [ + "Ġw", + "iped" + ], + [ + "Ġqu", + "id" + ], + [ + "ĠPo", + "or" + ], + [ + "Ġfortun", + "ate" + ], + [ + "Ġstr", + "ings" + ], + [ + "ĠMed", + "ia" + ], + [ + "Ġadmir", + "ation" + ], + [ + "Ġearnest", + "ly" + ], + [ + "ĠBuild", + "er" + ], + [ + "ĠWel", + "sh" + ], + [ + "\"", + "!" + ], + [ + "Ġd", + "ense" + ], + [ + "ic", + "als" + ], + [ + "Ġli", + "bert" + ], + [ + "Ġam", + "used" + ], + [ + "Ġbl", + "oss" + ], + [ + "Ġdis", + "order" + ], + [ + "Ġwr", + "ist" + ], + [ + "Ġca", + "us" + ], + [ + "Ġequ", + "ival" + ], + [ + "Ġvent", + "ure" + ], + [ + "Ġdoc", + "uments" + ], + [ + "Ġpit", + "ched" + ], + [ + "ĠHot", + "el" + ], + [ + "Ġcomen", + "zó" + ], + [ + "ĠWend", + "y" + ], + [ + "or", + "ation" + ], + [ + "Ġdep", + "ression" + ], + [ + "ĠDen", + "mark" + ], + [ + "jar", + "os" + ], + [ + "M", + "arch" + ], + [ + "i", + "pt" + ], + [ + "Ġwith", + "draw" + ], + [ + "Ġsp", + "las" + ], + [ + "Ġpe", + "el" + ], + [ + "ĠK", + "arl" + ], + [ + "ĠU", + "EFA" + ], + [ + "Ġdi", + "ab" + ], + [ + "Ġsk", + "ipper" + ], + [ + "Ġincl", + "uso" + ], + [ + "bb", + "it" + ], + [ + "Ġbuen", + "os" + ], + [ + "ele", + "phant" + ], + [ + "c", + "ro" + ], + [ + "Ġs", + "ar" + ], + [ + "Ġbra", + "ins" + ], + [ + "Ġlift", + "ing" + ], + [ + "Ġlevant", + "ó" + ], + [ + "ĠBrad", + "ford" + ], + [ + "Ġpropos", + "al" + ], + [ + "k", + "itty" + ], + [ + "Ġg", + "it" + ], + [ + "ri", + "ages" + ], + [ + "ĠB", + "ush" + ], + [ + "ul", + "u" + ], + [ + "Ġcl", + "erk" + ], + [ + "Ġpe", + "oples" + ], + [ + "ĠV", + "ic" + ], + [ + "ĠAnd", + "erson" + ], + [ + "Ġlive", + "ly" + ], + [ + "Ġpast", + "a" + ], + [ + "Ġstri", + "pes" + ], + [ + "ĠEst", + "ados" + ], + [ + "feren", + "ces" + ], + [ + "ĠMal", + "colm" + ], + [ + "ĠLi", + "br" + ], + [ + "Ġpist", + "ol" + ], + [ + "Ġme", + "j" + ], + [ + "Ġme", + "als" + ], + [ + "ĠH", + "op" + ], + [ + "Ġr", + "ural" + ], + [ + "Ġor", + "bit" + ], + [ + "Ġcomp", + "r" + ], + [ + "de", + "le" + ], + [ + "Ġlight", + "er" + ], + [ + "ĠZ", + "oe" + ], + [ + "ĠAll", + "ison" + ], + [ + "Ġtail", + "s" + ], + [ + "Ġpens", + "ó" + ], + [ + "ĠUS", + "A" + ], + [ + "Ġcy", + "cle" + ], + [ + "Ġacquaint", + "ance" + ], + [ + ":", + "--" + ], + [ + "R", + "os" + ], + [ + "f", + "if" + ], + [ + "Ġh", + "og" + ], + [ + "Ġover", + "come" + ], + [ + "ivers", + "ary" + ], + [ + "Ġoc", + "as" + ], + [ + "Ġregular", + "ly" + ], + [ + "ĠGirl", + "s" + ], + [ + "ĠPhilipp", + "ines" + ], + [ + "Ġsuitc", + "ase" + ], + [ + "Ġfiest", + "a" + ], + [ + "Ġamus", + "ement" + ], + [ + ",", + "..." + ], + [ + "he", + "ld" + ], + [ + "Ġa", + "ce" + ], + [ + "ĠT", + "ower" + ], + [ + "ĠM", + "s" + ], + [ + "Ġv", + "ive" + ], + [ + "lo", + "j" + ], + [ + "co", + "ver" + ], + [ + "Ġsur", + "vey" + ], + [ + "Ġprov", + "isions" + ], + [ + "Ġmark", + "er" + ], + [ + "some", + "one" + ], + [ + "Ġpon", + "emos" + ], + [ + "Ġcelebr", + "ated" + ], + [ + "C", + "al" + ], + [ + "H", + "ard" + ], + [ + "t", + "is" + ], + [ + "at", + "us" + ], + [ + "ill", + "ing" + ], + [ + "uc", + "cess" + ], + [ + "Ġvie", + "ja" + ], + [ + "Ġmeas", + "ured" + ], + [ + "ĠTem", + "ple" + ], + [ + "C", + "C" + ], + [ + "G", + "erman" + ], + [ + "r", + "ome" + ], + [ + "Ġin", + "medi" + ], + [ + "qu", + "er" + ], + [ + "Ġag", + "ency" + ], + [ + "Ġfin", + "est" + ], + [ + "Ġelse", + "where" + ], + [ + "Ġap", + "rend" + ], + [ + "Ġrock", + "ing" + ], + [ + "Gu", + "ess" + ], + [ + "Je", + "an" + ], + [ + "Ġenthus", + "i" + ], + [ + "N", + "os" + ], + [ + "Ġbe", + "hold" + ], + [ + "ad", + "i" + ], + [ + "ow", + "l" + ], + [ + "Ġsh", + "ine" + ], + [ + "Ġun", + "pleasant" + ], + [ + "Ġdes", + "cent" + ], + [ + "ĠY", + "an" + ], + [ + "Ġmar", + "cha" + ], + [ + "ĠPr", + "ice" + ], + [ + "ĠCom", + "o" + ], + [ + "Ġpod", + "r" + ], + [ + "Ġ192", + "9" + ], + [ + "uen", + "os" + ], + [ + "Ġaston", + "ishment" + ], + [ + "S", + "an" + ], + [ + "d", + "ear" + ], + [ + "we", + "ight" + ], + [ + "Ġsw", + "amp" + ], + [ + "Ġfix", + "ing" + ], + [ + "Ch", + "ris" + ], + [ + "Ten", + "go" + ], + [ + "ĠSol", + "omon" + ], + [ + "S", + "uddenly" + ], + [ + "m", + "ur" + ], + [ + "Ġs", + "no" + ], + [ + "ĠB", + "and" + ], + [ + "Ġr", + "uff" + ], + [ + "ĠF", + "ame" + ], + [ + "ix", + "on" + ], + [ + "Ġfl", + "ames" + ], + [ + "Ġfin", + "ishing" + ], + [ + "Ġcam", + "el" + ], + [ + "Ex", + "cept" + ], + [ + "Ġpun", + "ished" + ], + [ + "Ġaccompl", + "ished" + ], + [ + "M", + "S" + ], + [ + "P", + "retty" + ], + [ + "Ġc", + "en" + ], + [ + "Ġno", + "ds" + ], + [ + "ĠTod", + "d" + ], + [ + "Ġpurs", + "uit" + ], + [ + "or", + "ters" + ], + [ + "ĠB", + "ry" + ], + [ + "Ġso", + "d" + ], + [ + "Ġcon", + "gress" + ], + [ + "Ġad", + "ap" + ], + [ + "Ġprincip", + "io" + ], + [ + "Ġretire", + "ment" + ], + [ + "ĠJ", + "ill" + ], + [ + "Ġres", + "igned" + ], + [ + "Ġutter", + "ly" + ], + [ + "ĠPal", + "ace" + ], + [ + "Ġpros", + "per" + ], + [ + "Ġjew", + "el" + ], + [ + "p", + "hy" + ], + [ + "Ġ\"", + "\"" + ], + [ + "ie", + "nd" + ], + [ + "ĠUn", + "idos" + ], + [ + "Ġconsequ", + "ence" + ], + [ + "emeter", + "y" + ], + [ + "6", + "8" + ], + [ + "g", + "ne" + ], + [ + "Ġt", + "eles" + ], + [ + "ĠP", + "unch" + ], + [ + "é", + "se" + ], + [ + "ĠK", + "o" + ], + [ + "Ġoffic", + "es" + ], + [ + "Ġgust", + "an" + ], + [ + "Ġded", + "icated" + ], + [ + "Ġwarri", + "ors" + ], + [ + "P", + "H" + ], + [ + "e", + "yes" + ], + [ + "ĠC", + "E" + ], + [ + "Ġformer", + "ly" + ], + [ + "Ġexam", + "ined" + ], + [ + "sho", + "es" + ], + [ + "b", + "rew" + ], + [ + "est", + "ro" + ], + [ + "ĠG", + "un" + ], + [ + "ĠL", + "IKE" + ], + [ + "Ġsp", + "illed" + ], + [ + "ĠV", + "ice" + ], + [ + "Ġve", + "ÃŃa" + ], + [ + "Ġ193", + "1" + ], + [ + "Ġpract", + "ically" + ], + [ + "Ġnuc", + "le" + ], + [ + "Ġmagnific", + "ent" + ], + [ + "L", + "ord" + ], + [ + "g", + "raph" + ], + [ + "j", + "ud" + ], + [ + "Ġb", + "acon" + ], + [ + "am", + "ble" + ], + [ + "ge", + "red" + ], + [ + "Ġco", + "le" + ], + [ + "Ġsur", + "render" + ], + [ + "Ġind", + "ul" + ], + [ + "Ġsna", + "pped" + ], + [ + "Ġabs", + "ent" + ], + [ + "Ġbuff", + "alo" + ], + [ + "B", + "re" + ], + [ + "n", + "ada" + ], + [ + "um", + "bo" + ], + [ + "the", + "l" + ], + [ + "Ġent", + "ró" + ], + [ + "Ġwar", + "rant" + ], + [ + "ĠAn", + "cient" + ], + [ + "Ġexam", + "ination" + ], + [ + "ĠStan", + "ley" + ], + [ + "5", + "9" + ], + [ + "C", + "ons" + ], + [ + "Ġg", + "er" + ], + [ + "AT", + "E" + ], + [ + "ĠW", + "WE" + ], + [ + "Ġbro", + "om" + ], + [ + "Ġdevelop", + "ing" + ], + [ + "t", + "able" + ], + [ + "st", + "arts" + ], + [ + "ĠH", + "appy" + ], + [ + "art", + "ing" + ], + [ + "ho", + "oray" + ], + [ + "Ġmon", + "sters" + ], + [ + "Ġcam", + "ps" + ], + [ + "Ġmess", + "enger" + ], + [ + "ĠJud", + "y" + ], + [ + "ĠKat", + "ie" + ], + [ + "Ġsear", + "ched" + ], + [ + "Ġbehavi", + "our" + ], + [ + "Ġa", + "ired" + ], + [ + "er", + "ican" + ], + [ + "Ġc", + "reek" + ], + [ + "Ġth", + "read" + ], + [ + "Ġre", + "e" + ], + [ + "Ġde", + "port" + ], + [ + "ĠA", + "ff" + ], + [ + "ĠO", + "ak" + ], + [ + "Ġpe", + "nd" + ], + [ + "Ġinv", + "it" + ], + [ + "Ġoper", + "ated" + ], + [ + "Ġinit", + "i" + ], + [ + "Ġtravell", + "ed" + ], + [ + "'", + "!" + ], + [ + "f", + "ree" + ], + [ + "on", + "i" + ], + [ + "Ġp", + "i" + ], + [ + "Ġab", + "use" + ], + [ + "Ġbre", + "ed" + ], + [ + "Ġfle", + "e" + ], + [ + "A", + "A" + ], + [ + "C", + "han" + ], + [ + "M", + "ike" + ], + [ + "Ġre", + "fe" + ], + [ + "Ġab", + "rir" + ], + [ + "du", + "ct" + ], + [ + "Ġcontr", + "ary" + ], + [ + "M", + "uy" + ], + [ + "b", + "ast" + ], + [ + "Ä", + "ĩ" + ], + [ + "Ġp", + "ets" + ], + [ + "Ġco", + "inc" + ], + [ + "Ġfood", + "s" + ], + [ + "Ġ193", + "2" + ], + [ + "Ġrepresent", + "ing" + ], + [ + "Ġbuck", + "s" + ], + [ + "sm", + "ith" + ], + [ + "n", + "ar" + ], + [ + "it", + "ches" + ], + [ + "ent", + "ine" + ], + [ + "ul", + "as" + ], + [ + "Ġsh", + "iny" + ], + [ + "ĠR", + "ick" + ], + [ + "Ġpat", + "rol" + ], + [ + "over", + "lap" + ], + [ + "Ġperform", + "ing" + ], + [ + "ĠON", + "E" + ], + [ + "bir", + "ds" + ], + [ + "Ġbump", + "ed" + ], + [ + "or", + "f" + ], + [ + "Ġin", + "fection" + ], + [ + "ĠW", + "az" + ], + [ + "ĠR", + "ea" + ], + [ + "Ġwhe", + "at" + ], + [ + "fl", + "akes" + ], + [ + "Me", + "anwhile" + ], + [ + "ĠHaw", + "ai" + ], + [ + "Ġpá", + "jaro" + ], + [ + "F", + "red" + ], + [ + "r", + "ada" + ], + [ + "Ġa", + "pt" + ], + [ + "ant", + "ha" + ], + [ + "Ġmin", + "im" + ], + [ + "Ġprop", + "ose" + ], + [ + "Bill", + "board" + ], + [ + "pur", + "ple" + ], + [ + "Ġdul", + "ce" + ], + [ + "b", + "lock" + ], + [ + "um", + "br" + ], + [ + "Ġen", + "qu" + ], + [ + "ĠE", + "ducation" + ], + [ + "Ġtr", + "ot" + ], + [ + "que", + "red" + ], + [ + "pap", + "á" + ], + [ + "ĠConfeder", + "ate" + ], + [ + "Ġsched", + "ule" + ], + [ + "d", + "ra" + ], + [ + "d", + "ile" + ], + [ + "Ġh", + "orm" + ], + [ + "Ġn", + "erves" + ], + [ + "est", + "aba" + ], + [ + "Ġsc", + "orn" + ], + [ + "Ġexpl", + "ains" + ], + [ + "Ġdifficult", + "ies" + ], + [ + "je", + "res" + ], + [ + "Sec", + "ond" + ], + [ + "on", + "ight" + ], + [ + "Ġo", + "ak" + ], + [ + "Ġo", + "ars" + ], + [ + "ĠB", + "right" + ], + [ + "ĠN", + "orm" + ], + [ + "Ġfl", + "ashed" + ], + [ + "Ġsub", + "ir" + ], + [ + "ik", + "o" + ], + [ + "Ġeight", + "h" + ], + [ + "ĠCze", + "ch" + ], + [ + "m", + "ac" + ], + [ + "Ġt", + "act" + ], + [ + "Ġh", + "ither" + ], + [ + "Ġus", + "ers" + ], + [ + "Ġcho", + "c" + ], + [ + "Ġmathem", + "atics" + ], + [ + "l", + "ord" + ], + [ + "ĠT", + "u" + ], + [ + "hi", + "bit" + ], + [ + "pl", + "ain" + ], + [ + "Ġesc", + "ucha" + ], + [ + "Ġtechn", + "ical" + ], + [ + "Ġacom", + "pañ" + ], + [ + "Ġearthqu", + "ake" + ], + [ + "Ġal", + "ma" + ], + [ + "ĠJ", + "ose" + ], + [ + "Ġor", + "chestra" + ], + [ + "act", + "ive" + ], + [ + "Ġste", + "ering" + ], + [ + "Ġran", + "ks" + ], + [ + "str", + "ong" + ], + [ + "Ġrom", + "p" + ], + [ + "Ġgrin", + "ned" + ], + [ + "p", + "to" + ], + [ + "ri", + "k" + ], + [ + "Ġat", + "re" + ], + [ + "Ġj", + "umper" + ], + [ + "Ġab", + "e" + ], + [ + "che", + "t" + ], + [ + "Ġmir", + "ar" + ], + [ + "áb", + "amos" + ], + [ + "ĠHER", + "E" + ], + [ + "b", + "at" + ], + [ + "t", + "ea" + ], + [ + "ĠM", + "U" + ], + [ + "se", + "lo" + ], + [ + "ĠR", + "io" + ], + [ + "ĠSp", + "en" + ], + [ + "At", + "t" + ], + [ + "Ġtax", + "es" + ], + [ + "Ġpud", + "iera" + ], + [ + "Ġing", + "en" + ], + [ + "b", + "ea" + ], + [ + "ĠL", + "iving" + ], + [ + "ĠR", + "IGHT" + ], + [ + "AN", + "K" + ], + [ + "ĠAl", + "ger" + ], + [ + "por", + "ated" + ], + [ + "olog", + "ists" + ], + [ + "af", + "a" + ], + [ + "id", + "y" + ], + [ + "ob", + "s" + ], + [ + "Ġver", + "d" + ], + [ + "Ġsub", + "stance" + ], + [ + "Ġcoun", + "sel" + ], + [ + "Ġwarri", + "or" + ], + [ + "v", + "oy" + ], + [ + "Ġ", + "Ċ" + ], + [ + "Ġl", + "ing" + ], + [ + "un", + "idad" + ], + [ + "Ġ\"", + "'" + ], + [ + "Ġro", + "pa" + ], + [ + "Ġchar", + "m" + ], + [ + "Ġpret", + "t" + ], + [ + "Ġval", + "ues" + ], + [ + "Ġdepend", + "ing" + ], + [ + "cel", + "ona" + ], + [ + "Ġliber", + "al" + ], + [ + "ĠUnivers", + "idad" + ], + [ + "B", + "ro" + ], + [ + "K", + "im" + ], + [ + "Ġw", + "aff" + ], + [ + "Ġf", + "ries" + ], + [ + "Ġp", + "airs" + ], + [ + "Ġcon", + "vent" + ], + [ + "ne", + "igh" + ], + [ + "ces", + "o" + ], + [ + "Ġhead", + "ache" + ], + [ + "Ġrel", + "atively" + ], + [ + "Ġhic", + "ieron" + ], + [ + "f", + "i" + ], + [ + "g", + "ur" + ], + [ + "Ġt", + "es" + ], + [ + "Ġh", + "ose" + ], + [ + "os", + "ure" + ], + [ + "ĠB", + "ishop" + ], + [ + "Ġv", + "iste" + ], + [ + "Ġab", + "re" + ], + [ + "Ġcare", + "less" + ], + [ + "ĠQue", + "ens" + ], + [ + "ĠRoman", + "ia" + ], + [ + "Ġenthus", + "iasm" + ], + [ + "M", + "aster" + ], + [ + "W", + "he" + ], + [ + "en", + "cies" + ], + [ + "ad", + "ays" + ], + [ + "ab", + "es" + ], + [ + "do", + "ing" + ], + [ + "ĠQu", + "oth" + ], + [ + "ĠMic", + "helle" + ], + [ + "ĠMary", + "land" + ], + [ + "choc", + "olate" + ], + [ + "Ġc", + "aval" + ], + [ + "en", + "ne" + ], + [ + "ĠP", + "ress" + ], + [ + "ĠW", + "es" + ], + [ + "Ġgr", + "it" + ], + [ + "Ġcor", + "rer" + ], + [ + "Ġplan", + "ets" + ], + [ + "ĠWill", + "ie" + ], + [ + "Ġtight", + "ly" + ], + [ + "S", + "a" + ], + [ + "S", + "ur" + ], + [ + "d", + "ist" + ], + [ + "ÃŃs", + "imo" + ], + [ + "P", + "ost" + ], + [ + "r", + "ous" + ], + [ + "CH", + "ER" + ], + [ + "Ġser", + "ves" + ], + [ + "ĠAl", + "ban" + ], + [ + "Ġfair", + "ies" + ], + [ + "Ġrad", + "iation" + ], + [ + "oura", + "ble" + ], + [ + "Ġtap", + "es" + ], + [ + "Ġcomr", + "ade" + ], + [ + "s", + "ister" + ], + [ + "ĠT", + "W" + ], + [ + "Ġup", + "right" + ], + [ + "ĠL", + "ar" + ], + [ + "be", + "an" + ], + [ + "So", + "y" + ], + [ + "Ġlay", + "er" + ], + [ + "Ġsupport", + "ing" + ], + [ + "Ġdev", + "ices" + ], + [ + "Ġcraw", + "ling" + ], + [ + "Ġtransl", + "ated" + ], + [ + "ĠMediter", + "ranean" + ], + [ + "ent", + "on" + ], + [ + "ĠB", + "aker" + ], + [ + "Ġgr", + "asp" + ], + [ + "Ġafter", + "ward" + ], + [ + "Ġgra", + "bbed" + ], + [ + "Ġprefer", + "red" + ], + [ + "ĠPh", + "ill" + ], + [ + "f", + "ashion" + ], + [ + "z", + "el" + ], + [ + "ad", + "ise" + ], + [ + "Ġ\"", + "_" + ], + [ + "op", + "es" + ], + [ + "Ġsh", + "orter" + ], + [ + "Ġent", + "itled" + ], + [ + "Ġform", + "ation" + ], + [ + "app", + "ing" + ], + [ + "ĠPri", + "x" + ], + [ + "Tom", + "orrow" + ], + [ + "ĠGran", + "ny" + ], + [ + ",", + "[" + ], + [ + "R", + "eg" + ], + [ + "p", + "ose" + ], + [ + "Ġb", + "ask" + ], + [ + "ĠC", + "all" + ], + [ + "ill", + "on" + ], + [ + "est", + "ed" + ], + [ + "Ġfr", + "anc" + ], + [ + "eg", + "a" + ], + [ + "Ġcor", + "rupt" + ], + [ + "Ġins", + "ane" + ], + [ + "Ġpolic", + "ies" + ], + [ + "Ġeduc", + "ated" + ], + [ + "ĠFin", + "land" + ], + [ + "L", + "es" + ], + [ + "s", + "weet" + ], + [ + "ĠL", + "il" + ], + [ + "ail", + "ing" + ], + [ + "ĠPr", + "im" + ], + [ + "Ġindic", + "ated" + ], + [ + "Ġing", + "lés" + ], + [ + "ĠNaz", + "i" + ], + [ + "Ġat", + "oms" + ], + [ + "Ġso", + "da" + ], + [ + "ul", + "k" + ], + [ + "ĠBer", + "ry" + ], + [ + "Ġdur", + "m" + ], + [ + "ĠNap", + "ole" + ], + [ + "t", + "as" + ], + [ + "ĠH", + "IM" + ], + [ + "Ġr", + "oto" + ], + [ + "ĠD", + "ark" + ], + [ + "Ġcar", + "ro" + ], + [ + "Sh", + "h" + ], + [ + "IC", + "K" + ], + [ + "Ġoy", + "ó" + ], + [ + "Ġdesar", + "roll" + ], + [ + "ĠNell", + "ie" + ], + [ + "Ġa", + "woke" + ], + [ + "ĠS", + "ÃŃ" + ], + [ + "ol", + "an" + ], + [ + "op", + "ing" + ], + [ + "ate", + "ur" + ], + [ + "Ġcl", + "ick" + ], + [ + "Ġimport", + "a" + ], + [ + "Ġgra", + "pe" + ], + [ + "ĠLe", + "o" + ], + [ + "AL", + "LY" + ], + [ + "Ġwhis", + "pering" + ], + [ + "Ġrecogn", + "ition" + ], + [ + "Ġ192", + "8" + ], + [ + "Ġmotor", + "cycle" + ], + [ + "riz", + "ona" + ], + [ + "Ġw", + "ounds" + ], + [ + "Ġo", + "ath" + ], + [ + "Ġf", + "et" + ], + [ + "Ġwas", + "ted" + ], + [ + "ly", + "de" + ], + [ + "ro", + "d" + ], + [ + "th", + "s" + ], + [ + "ĠG", + "or" + ], + [ + "Ġmen", + "or" + ], + [ + "Ġkill", + "s" + ], + [ + "Ġ6", + "4" + ], + [ + "Ġmir", + "acle" + ], + [ + "Ġaccom", + "mod" + ], + [ + "ĠNep", + "al" + ], + [ + "Ġsu", + "its" + ], + [ + "ĠR", + "oll" + ], + [ + "me", + "al" + ], + [ + "Ġref", + "lected" + ], + [ + "Ġdead", + "ly" + ], + [ + "Ġthank", + "ed" + ], + [ + "Ġprov", + "ides" + ], + [ + "Ġarchitect", + "ure" + ], + [ + "Ġdiscipl", + "ine" + ], + [ + "Ġcush", + "ion" + ], + [ + "u", + "u" + ], + [ + "Ġg", + "ent" + ], + [ + "ĠC", + "ensus" + ], + [ + "Ġtw", + "isted" + ], + [ + "Ġlet", + "tuce" + ], + [ + "Ġrest", + "ored" + ], + [ + "ĠÂ", + "£" + ], + [ + "d", + "isc" + ], + [ + "r", + "ings" + ], + [ + "u", + "ine" + ], + [ + "ĠT", + "est" + ], + [ + "Ġfl", + "ushed" + ], + [ + "ib", + "ilities" + ], + [ + "Ġfree", + "ly" + ], + [ + "n", + "uts" + ], + [ + "ĠS", + "ri" + ], + [ + "Ġpl", + "ata" + ], + [ + "ĠR", + "ain" + ], + [ + "Ġtr", + "usted" + ], + [ + "Ġpre", + "v" + ], + [ + "har", + "ds" + ], + [ + "Ġapp", + "arent" + ], + [ + "Ġproble", + "mas" + ], + [ + "Ġwand", + "ered" + ], + [ + "Hal", + "f" + ], + [ + "S", + "ub" + ], + [ + "Ġto", + "ma" + ], + [ + "im", + "ore" + ], + [ + "ĠV", + "enez" + ], + [ + "Ġll", + "en" + ], + [ + "Ġcat", + "ches" + ], + [ + "An", + "n" + ], + [ + "Ġcorn", + "ers" + ], + [ + "Ġfear", + "s" + ], + [ + "Ġgrave", + "ly" + ], + [ + "Ġhast", + "ened" + ], + [ + "Ġdistingu", + "ished" + ], + [ + "D", + "el" + ], + [ + "E", + "ra" + ], + [ + "l", + "uego" + ], + [ + "Ġqu", + "is" + ], + [ + "Ġmus", + "cle" + ], + [ + "Ġseñ", + "al" + ], + [ + "Ġspirit", + "ual" + ], + [ + "Ġfond", + "o" + ], + [ + "Ġremind", + "ed" + ], + [ + "Ġbaj", + "a" + ], + [ + "aly", + "mp" + ], + [ + "T", + "ú" + ], + [ + "s", + "ne" + ], + [ + "Ġc", + "ement" + ], + [ + "ĠC", + "e" + ], + [ + "ack", + "er" + ], + [ + "cl", + "osed" + ], + [ + "Ġunt", + "o" + ], + [ + "ted", + "dy" + ], + [ + "ĠMiss", + "us" + ], + [ + "TH", + "ING" + ], + [ + "des", + "pués" + ], + [ + "Ġlic", + "ense" + ], + [ + "Ġrhy", + "th" + ], + [ + "ograp", + "her" + ], + [ + "lah", + "oma" + ], + [ + "B", + "ert" + ], + [ + "r", + "ice" + ], + [ + "Ġp", + "unk" + ], + [ + "Ġp", + "oop" + ], + [ + "ĠI", + "owa" + ], + [ + "mon", + "key" + ], + [ + "Ġvar", + "ias" + ], + [ + "Ġsho", + "vel" + ], + [ + "Pres", + "ident" + ], + [ + "A", + "g" + ], + [ + "E", + "asy" + ], + [ + "I", + "DS" + ], + [ + "S", + "ch" + ], + [ + "b", + "reat" + ], + [ + "Ġas", + "hes" + ], + [ + "il", + "io" + ], + [ + "ran", + "o" + ], + [ + "Ġspe", + "ar" + ], + [ + "Ġadv", + "ised" + ], + [ + "Ġappro", + "val" + ], + [ + "Ġcris", + "ps" + ], + [ + "Ġgreet", + "ed" + ], + [ + "Ġlif", + "etime" + ], + [ + "v", + "il" + ], + [ + "Ġout", + "ta" + ], + [ + "Ġle", + "er" + ], + [ + "Ġra", + "ft" + ], + [ + "Ġsilen", + "cio" + ], + [ + "v", + "ió" + ], + [ + "Ġa", + "vent" + ], + [ + "Ġd", + "ando" + ], + [ + "Ġg", + "reed" + ], + [ + "ver", + "ty" + ], + [ + "ĠE", + "uro" + ], + [ + "Ġper", + "il" + ], + [ + "Ġlar", + "ga" + ], + [ + "ĠAn", + "im" + ], + [ + "St", + "an" + ], + [ + "Ġprof", + "und" + ], + [ + "ĠCount", + "ry" + ], + [ + "ĠPar", + "alymp" + ], + [ + "ĠRuss", + "ians" + ], + [ + "ĠSm", + "art" + ], + [ + "Ġspin", + "ning" + ], + [ + "s", + "hi" + ], + [ + "ĠR", + "A" + ], + [ + "Ġent", + "ry" + ], + [ + "ĠBr", + "id" + ], + [ + "G", + "old" + ], + [ + "T", + "Y" + ], + [ + "p", + "han" + ], + [ + "Ġd", + "amp" + ], + [ + "Ġse", + "wing" + ], + [ + "ĠL", + "iverpool" + ], + [ + "ĠCon", + "stant" + ], + [ + "roll", + "er" + ], + [ + "Ġrese", + "ar" + ], + [ + "Bet", + "ty" + ], + [ + "Ġtoss", + "ed" + ], + [ + "Ġdisgust", + "ing" + ], + [ + "9", + "7" + ], + [ + "Ġc", + "m" + ], + [ + "ĠL", + "ow" + ], + [ + "Ġhace", + "mos" + ], + [ + "Est", + "o" + ], + [ + "vis", + "ión" + ], + [ + "loo", + "kee" + ], + [ + "H", + "aven" + ], + [ + "or", + "able" + ], + [ + "im", + "ony" + ], + [ + "ĠC", + "row" + ], + [ + "Ġswe", + "at" + ], + [ + "Ġprov", + "iding" + ], + [ + "Ġant", + "igu" + ], + [ + "Ġappear", + "ances" + ], + [ + "Ġfant", + "as" + ], + [ + "Ġrare", + "ly" + ], + [ + "p", + "it" + ], + [ + "à", + "±" + ], + [ + "Ġno", + "ches" + ], + [ + "Ġan", + "k" + ], + [ + "ud", + "i" + ], + [ + "Ġtr", + "oop" + ], + [ + "And", + "y" + ], + [ + "Ġ4", + "4" + ], + [ + "aut", + "s" + ], + [ + "Ġexist", + "ing" + ], + [ + "ĠKent", + "ucky" + ], + [ + "Ġinterfe", + "re" + ], + [ + "K", + "en" + ], + [ + "V", + "e" + ], + [ + "ha", + "i" + ], + [ + "Ġis", + "la" + ], + [ + "Ġk", + "in" + ], + [ + "Ġfr", + "ustr" + ], + [ + "ĠD", + "om" + ], + [ + "ĠR", + "angers" + ], + [ + "ount", + "ain" + ], + [ + "Ġve", + "ter" + ], + [ + "Ġsol", + "ic" + ], + [ + "Ġallow", + "ing" + ], + [ + "ĠHall", + "oween" + ], + [ + "Ġunfortun", + "ately" + ], + [ + "s", + "ays" + ], + [ + "Ġmin", + "es" + ], + [ + "Ġsk", + "ip" + ], + [ + "ĠAm", + "ong" + ], + [ + "Ġcitiz", + "en" + ], + [ + "Ġmanufact", + "ure" + ], + [ + "I", + "VE" + ], + [ + "m", + "un" + ], + [ + "Ã", + "«" + ], + [ + "us", + "k" + ], + [ + "ho", + "en" + ], + [ + "Ġca", + "usa" + ], + [ + "Ġstr", + "ate" + ], + [ + "sh", + "op" + ], + [ + "Ġquar", + "rel" + ], + [ + "C", + "OU" + ], + [ + "m", + "iss" + ], + [ + "ĠA", + "R" + ], + [ + "the", + "ir" + ], + [ + "Ġhapp", + "ier" + ], + [ + "Ġlow", + "ered" + ], + [ + "Ġpretend", + "s" + ], + [ + "Ġdol", + "ph" + ], + [ + "W", + "ork" + ], + [ + "ag", + "ua" + ], + [ + "Ġam", + "en" + ], + [ + "Ġca", + "ja" + ], + [ + "Ġsub", + "stit" + ], + [ + "ĠWar", + "ner" + ], + [ + "Ġpig", + "e" + ], + [ + "fin", + "itely" + ], + [ + "Ġchem", + "istry" + ], + [ + "ĠJun", + "ior" + ], + [ + "ĠIllustr", + "ations" + ], + [ + "M", + "ister" + ], + [ + "Ġw", + "har" + ], + [ + "Ġbe", + "f" + ], + [ + "op", + "ens" + ], + [ + "ĠL", + "ower" + ], + [ + "Ġap", + "enas" + ], + [ + "ĠAis", + "ne" + ], + [ + "S", + "ue" + ], + [ + "f", + "orth" + ], + [ + "Ġacc", + "ord" + ], + [ + "Ġvar", + "ied" + ], + [ + "ctic", + "ut" + ], + [ + "G", + "RO" + ], + [ + "it", + "is" + ], + [ + "Ġis", + "ol" + ], + [ + "ĠR", + "et" + ], + [ + "Ġtell", + "y" + ], + [ + "Ġread", + "er" + ], + [ + "Ġcamp", + "us" + ], + [ + "Ġprov", + "ision" + ], + [ + "Ġmess", + "y" + ], + [ + "Cong", + "ratulations" + ], + [ + "Ġstrate", + "gy" + ], + [ + "\"", + "--" + ], + [ + "D", + "ar" + ], + [ + "O", + "s" + ], + [ + "ĠM", + "AN" + ], + [ + "Ġran", + "ch" + ], + [ + "Ġelectron", + "ic" + ], + [ + "Ġresident", + "s" + ], + [ + "Ġimpr", + "ison" + ], + [ + "Ġfict", + "ional" + ], + [ + "ac", + "ious" + ], + [ + "Ġj", + "erk" + ], + [ + "St", + "ation" + ], + [ + "Ġass", + "um" + ], + [ + "ipp", + "in" + ], + [ + "Ġut", + "most" + ], + [ + "Ġven", + "ido" + ], + [ + "Ġlog", + "s" + ], + [ + "ĠSen", + "ator" + ], + [ + "Ġmagn", + "ets" + ], + [ + "Ġfold", + "ed" + ], + [ + "ĠAle", + "c" + ], + [ + "p", + "icking" + ], + [ + "Ġb", + "ri" + ], + [ + "ĠH", + "orn" + ], + [ + "Ġr", + "ats" + ], + [ + "are", + "r" + ], + [ + "Ġwhere", + "as" + ], + [ + "arr", + "ondisse" + ], + [ + "Ġcir", + "cuit" + ], + [ + "ĠBlack", + "ie" + ], + [ + "m", + "ers" + ], + [ + "Ġd", + "ub" + ], + [ + "at", + "ches" + ], + [ + "Ġe", + "e" + ], + [ + "Ġn", + "aval" + ], + [ + "ĠM", + "iles" + ], + [ + "ĠC", + "ors" + ], + [ + "Ġcu", + "ales" + ], + [ + "Ġcha", + "sed" + ], + [ + "me", + "j" + ], + [ + "Ġri", + "pped" + ], + [ + "Ġap", + "ar" + ], + [ + "Ġpa", + "red" + ], + [ + "ĠCon", + "ference" + ], + [ + "Ġrecon", + "oc" + ], + [ + "R", + "ec" + ], + [ + "ĠM", + "AR" + ], + [ + "res", + "o" + ], + [ + "Ġown", + "s" + ], + [ + "ĠHar", + "vard" + ], + [ + "RI", + "T" + ], + [ + "ĠHam", + "ilton" + ], + [ + "ĠLouis", + "iana" + ], + [ + "tod", + "os" + ], + [ + "Ġconsequ", + "ences" + ], + [ + "ándo", + "le" + ], + [ + "c", + "ÃŃan" + ], + [ + "s", + "pr" + ], + [ + "is", + "ure" + ], + [ + "Ġl", + "in" + ], + [ + "Ġst", + "im" + ], + [ + "...", + "(" + ], + [ + "Ġpo", + "verty" + ], + [ + "co", + "at" + ], + [ + "Ġser", + "geant" + ], + [ + "Ġcre", + "er" + ], + [ + "ĠPe", + "ace" + ], + [ + "Ġcast", + "illo" + ], + [ + "Ġcha", + "lk" + ], + [ + "ĠJan", + "et" + ], + [ + "Ġtall", + "er" + ], + [ + "ĠNet", + "work" + ], + [ + "Char", + "les" + ], + [ + "Ġcan", + "ción" + ], + [ + "ĠD", + "al" + ], + [ + "Ġpart", + "ir" + ], + [ + "Ġstr", + "ateg" + ], + [ + "Ġmam", + "m" + ], + [ + "ĠArk", + "ansas" + ], + [ + "Ġp", + "av" + ], + [ + "an", + "uts" + ], + [ + "Ġe", + "c" + ], + [ + "Ġfor", + "given" + ], + [ + "Ġse", + "lection" + ], + [ + "est", + "ó" + ], + [ + "ĠP", + "LA" + ], + [ + "Ġv", + "in" + ], + [ + "Ġclass", + "ic" + ], + [ + "!", + "--" + ], + [ + "b", + "ath" + ], + [ + "on", + "ents" + ], + [ + "Ġall", + "igator" + ], + [ + "ĠL", + "im" + ], + [ + "ĠR", + "ot" + ], + [ + "ard", + "ie" + ], + [ + "ĠK", + "ay" + ], + [ + "St", + "ar" + ], + [ + "Ġsim", + "pl" + ], + [ + "ĠJoe", + "y" + ], + [ + "ĠPres", + "ently" + ], + [ + "Ġconstit", + "uen" + ], + [ + "Ġtrave", + "led" + ], + [ + "ĠSup", + "reme" + ], + [ + "Ġcump", + "leaños" + ], + [ + "Ġre", + "he" + ], + [ + "Ġst", + "alk" + ], + [ + "ell", + "er" + ], + [ + "ĠP", + "ublic" + ], + [ + "ĠG", + "riff" + ], + [ + "Ġver", + "te" + ], + [ + "Ġap", + "oy" + ], + [ + "Ġspeak", + "ers" + ], + [ + "Ġpal", + "acio" + ], + [ + "Ġfear", + "ful" + ], + [ + "ĠJos", + "é" + ], + [ + "Ġobserv", + "ation" + ], + [ + "Ġexecut", + "ed" + ], + [ + "Ġphotograph", + "s" + ], + [ + "9", + "2" + ], + [ + "C", + "la" + ], + [ + "E", + "AR" + ], + [ + "in", + "ction" + ], + [ + "Ġbe", + "am" + ], + [ + "ac", + "ho" + ], + [ + "Ġbo", + "ards" + ], + [ + "Ġsing", + "ular" + ], + [ + "Ġint", + "ellect" + ], + [ + "Ġbless", + "ing" + ], + [ + "Ġdife", + "ren" + ], + [ + "Ġd", + "ash" + ], + [ + "ld", + "er" + ], + [ + "Ġdo", + "d" + ], + [ + "Ġlift", + "s" + ], + [ + "Ġwand", + "ering" + ], + [ + "Ġdistribut", + "ion" + ], + [ + "ÃŃf", + "ico" + ], + [ + "Ġf", + "ame" + ], + [ + "ĠT", + "ar" + ], + [ + "ĠH", + "il" + ], + [ + "ĠF", + "ue" + ], + [ + "but", + "ter" + ], + [ + "Ġfun", + "ctions" + ], + [ + "TE", + "N" + ], + [ + "Ġremark", + "s" + ], + [ + "S", + "weet" + ], + [ + "f", + "ine" + ], + [ + "s", + "pe" + ], + [ + "ĠB", + "ed" + ], + [ + "ck", + "er" + ], + [ + "gu", + "ess" + ], + [ + "Ġsub", + "sequ" + ], + [ + "Ġsuccess", + "fully" + ], + [ + "bro", + "ken" + ], + [ + "Ġcomed", + "ian" + ], + [ + "Ġjam", + "ás" + ], + [ + "Ġleaders", + "hip" + ], + [ + "Ġemploy", + "ment" + ], + [ + "p", + "erson" + ], + [ + "us", + "alem" + ], + [ + "st", + "ep" + ], + [ + "ĠN", + "HL" + ], + [ + "ĠV", + "o" + ], + [ + "Ġform", + "ing" + ], + [ + "ĠSc", + "outs" + ], + [ + "Ġrepresent", + "ative" + ], + [ + "ĠPap", + "á" + ], + [ + "Cont", + "ents" + ], + [ + "Ġsaus", + "ages" + ], + [ + "Ġgrat", + "itude" + ], + [ + "love", + "ly" + ], + [ + "Ġfuri", + "ous" + ], + [ + "V", + "er" + ], + [ + "â", + "Ī" + ], + [ + "ro", + "id" + ], + [ + "ĠH", + "ills" + ], + [ + "Ġex", + "cess" + ], + [ + "Ġstand", + "ards" + ], + [ + "Ġpuzz", + "les" + ], + [ + "Ġfoc", + "used" + ], + [ + "ĠHung", + "ary" + ], + [ + "Ġnick", + "name" + ], + [ + "5", + "4" + ], + [ + "E", + "ver" + ], + [ + "qu", + "it" + ], + [ + "ak", + "u" + ], + [ + "com", + "une" + ], + [ + "Ġinvest", + "ment" + ], + [ + "h", + "ums" + ], + [ + "ĠM", + "iguel" + ], + [ + "Ġcan", + "vas" + ], + [ + "Ġv", + "ary" + ], + [ + "ark", + "s" + ], + [ + "RO", + "G" + ], + [ + "Ġd", + "ientes" + ], + [ + "is", + "en" + ], + [ + "ĠT", + "igger" + ], + [ + "op", + "ard" + ], + [ + "ĠD", + "ID" + ], + [ + "ĠN", + "EW" + ], + [ + "Ġgl", + "ow" + ], + [ + "Ġinst", + "ante" + ], + [ + "Ġconven", + "ient" + ], + [ + "Ġscho", + "oner" + ], + [ + "C", + "reo" + ], + [ + "R", + "og" + ], + [ + "Ġsil", + "ently" + ], + [ + "ĠMed", + "al" + ], + [ + "Ġanno", + "ying" + ], + [ + "I", + "ME" + ], + [ + "i", + "ors" + ], + [ + "Ġf", + "i" + ], + [ + "Ġr", + "ico" + ], + [ + "Ġbo", + "iling" + ], + [ + "Ġri", + "g" + ], + [ + "Ġacc", + "ent" + ], + [ + "Ġgen", + "uine" + ], + [ + "Ġbacter", + "ia" + ], + [ + "G", + "ina" + ], + [ + "c", + "é" + ], + [ + "t", + "ar" + ], + [ + "Ġof", + "icial" + ], + [ + "ain", + "ts" + ], + [ + "ĠO", + "nt" + ], + [ + "Ġtalk", + "in" + ], + [ + "Ġsi", + "quiera" + ], + [ + "Ġpen", + "alty" + ], + [ + "Ġvi", + "br" + ], + [ + "rend", + "a" + ], + [ + "Tr", + "ue" + ], + [ + "g", + "ies" + ], + [ + "h", + "ill" + ], + [ + "ĠT", + "ai" + ], + [ + "...", + "-" + ], + [ + "Ġla", + "v" + ], + [ + "Ġhand", + "y" + ], + [ + "Ġdifferent", + "ly" + ], + [ + "Ġsuggest", + "s" + ], + [ + "ĠPark", + "er" + ], + [ + "ch", + "in" + ], + [ + "Ġpe", + "z" + ], + [ + "Ġmu", + "jeres" + ], + [ + "Ġhar", + "sh" + ], + [ + "Ġpare", + "ció" + ], + [ + "ĠHer", + "bert" + ], + [ + "Ġrub", + "bed" + ], + [ + "chan", + "ge" + ], + [ + "ĠDa", + "isy" + ], + [ + "Ġess", + "ential" + ], + [ + "B", + "UT" + ], + [ + "b", + "amos" + ], + [ + "Ġs", + "way" + ], + [ + "ut", + "t" + ], + [ + "ra", + "ined" + ], + [ + "Ġr", + "ides" + ], + [ + "ĠJ", + "ennie" + ], + [ + "Ġus", + "er" + ], + [ + "ĠTh", + "rough" + ], + [ + "Ġlibr", + "os" + ], + [ + "Ġped", + "ir" + ], + [ + "Ġexec", + "ution" + ], + [ + "Ġelev", + "ator" + ], + [ + "Ġtyp", + "ically" + ], + [ + "Ġprofes", + "or" + ], + [ + "ĠS", + "cientists" + ], + [ + "Ġla", + "und" + ], + [ + "fe", + "el" + ], + [ + "Ġpr", + "am" + ], + [ + "Ġhistor", + "ic" + ], + [ + "Ġdebut", + "ed" + ], + [ + "C", + "D" + ], + [ + "G", + "reg" + ], + [ + "al", + "ia" + ], + [ + "un", + "ta" + ], + [ + "ven", + "es" + ], + [ + "Ġdes", + "gr" + ], + [ + "Ġgust", + "arÃŃa" + ], + [ + "Ġamaz", + "ement" + ], + [ + ")", + ":" + ], + [ + "ĠT", + "iger" + ], + [ + "ó", + "x" + ], + [ + "Se", + "ven" + ], + [ + "Ġcart", + "oon" + ], + [ + "ĠRus", + "sell" + ], + [ + "Å", + "¡" + ], + [ + "Ġ", + "ic" + ], + [ + "Ġc", + "rane" + ], + [ + "ens", + "a" + ], + [ + "Ġpol", + "ÃŃt" + ], + [ + "cu", + "ps" + ], + [ + "Ġprim", + "arily" + ], + [ + "ĠPro", + "ject" + ], + [ + "ĠCol", + "orado" + ], + [ + "Ġ192", + "6" + ], + [ + "Ġlink", + "s" + ], + [ + "Ġbraz", + "o" + ], + [ + "Ġencoura", + "ged" + ], + [ + "lov", + "ak" + ], + [ + "Ġartific", + "ial" + ], + [ + "P", + "od" + ], + [ + "V", + "D" + ], + [ + "b", + "os" + ], + [ + "n", + "um" + ], + [ + "Ġt", + "el" + ], + [ + "Ġa", + "ñ" + ], + [ + "Ġha", + "go" + ], + [ + "Ġme", + "ets" + ], + [ + "Ġcr", + "ook" + ], + [ + "az", + "on" + ], + [ + "Ġpet", + "rol" + ], + [ + "ĠLu", + "is" + ], + [ + "ĠRos", + "alie" + ], + [ + "Fin", + "ally" + ], + [ + "h", + "ome" + ], + [ + "ha", + "lie" + ], + [ + "ĠS", + "em" + ], + [ + "mo", + "ans" + ], + [ + "ĠIs", + "ab" + ], + [ + "Ġvis", + "its" + ], + [ + "Ġdej", + "ado" + ], + [ + "Ġllam", + "aba" + ], + [ + "D", + "in" + ], + [ + "O", + "ri" + ], + [ + "g", + "reg" + ], + [ + "p", + "oo" + ], + [ + "ĠB", + "ag" + ], + [ + "ne", + "ys" + ], + [ + "ĠU", + "pper" + ], + [ + "Ġapp", + "la" + ], + [ + "Ġcount", + "en" + ], + [ + "Ġvest", + "ido" + ], + [ + "Ġgri", + "p" + ], + [ + "Ġsequ", + "ence" + ], + [ + "Ġswall", + "ow" + ], + [ + "ĠAzerbaij", + "an" + ], + [ + "roo", + "ge" + ], + [ + "e", + "qu" + ], + [ + "h", + "s" + ], + [ + "Ġman", + "ip" + ], + [ + "ip", + "op" + ], + [ + "Ġcor", + "rid" + ], + [ + "Ġext", + "ract" + ], + [ + "Ġproduc", + "ing" + ], + [ + "Ġcell", + "ar" + ], + [ + "Ġcro", + "ps" + ], + [ + "Ġmé", + "dico" + ], + [ + "Ġr", + "ays" + ], + [ + "od", + "a" + ], + [ + "ide", + "o" + ], + [ + "ank", + "a" + ], + [ + "Ġbath", + "tub" + ], + [ + "ĠSh", + "ort" + ], + [ + "Ġden", + "y" + ], + [ + "Ġdecl", + "are" + ], + [ + "hum", + "ming" + ], + [ + "Ġaston", + "ished" + ], + [ + "ĠSant", + "i" + ], + [ + "Ġv", + "ÃŃ" + ], + [ + "Ġpe", + "ach" + ], + [ + "erv", + "ation" + ], + [ + "Ġ192", + "7" + ], + [ + "Ġast", + "ero" + ], + [ + "Ġnap", + "kin" + ], + [ + "Ġefect", + "o" + ], + [ + "M", + "W" + ], + [ + "ie", + "ge" + ], + [ + "ul", + "se" + ], + [ + "Ġresult", + "ed" + ], + [ + "Ġsens", + "es" + ], + [ + "Ġstir", + "ring" + ], + [ + "Ġhyd", + "ro" + ], + [ + "Ġlung", + "s" + ], + [ + "ĠAth", + "os" + ], + [ + "5", + "3" + ], + [ + "im", + "et" + ], + [ + "ch", + "t" + ], + [ + "ĠB", + "ase" + ], + [ + "Ġint", + "im" + ], + [ + "Ġlim", + "bs" + ], + [ + "ĠDes", + "pués" + ], + [ + "Aqu", + "ÃŃ" + ], + [ + "Ġmaxim", + "um" + ], + [ + "ĠM", + "and" + ], + [ + "ant", + "ine" + ], + [ + "Ġfr", + "anch" + ], + [ + "Ġbar", + "gain" + ], + [ + "Ġcaball", + "os" + ], + [ + "Ġbund", + "le" + ], + [ + "S", + "ame" + ], + [ + "Ġt", + "ents" + ], + [ + "Ġw", + "ages" + ], + [ + "ha", + "ir" + ], + [ + "Ġb", + "ows" + ], + [ + "ac", + "ement" + ], + [ + "im", + "as" + ], + [ + "Ġcon", + "quered" + ], + [ + "Ġmom", + "ma" + ], + [ + "Ġrescu", + "ed" + ], + [ + "Ġdisgr", + "ace" + ], + [ + "os", + "is" + ], + [ + "ad", + "iós" + ], + [ + "Ġre", + "named" + ], + [ + "st", + "ed" + ], + [ + "Ġgr", + "am" + ], + [ + "co", + "vered" + ], + [ + "Ġhar", + "vest" + ], + [ + "Ġobe", + "yed" + ], + [ + "Ġw", + "aking" + ], + [ + "Ġm", + "ajest" + ], + [ + "ort", + "ing" + ], + [ + "Ġres", + "umed" + ], + [ + "Ġmod", + "e" + ], + [ + "Ġfuck", + "in" + ], + [ + "ĠChristian", + "ity" + ], + [ + "Ġpha", + "se" + ], + [ + "F", + "ree" + ], + [ + "M", + "er" + ], + [ + "k", + "m" + ], + [ + "m", + "are" + ], + [ + "u", + "um" + ], + [ + "Ġhe", + "ars" + ], + [ + "ĠI", + "ris" + ], + [ + "ĠD", + "oc" + ], + [ + "ĠD", + "yn" + ], + [ + "ĠR", + "an" + ], + [ + "ag", + "an" + ], + [ + "RA", + "C" + ], + [ + "sp", + "eaking" + ], + [ + "Ġinj", + "uries" + ], + [ + "Ġb", + "ugs" + ], + [ + "ĠD", + "oes" + ], + [ + "Ġla", + "kes" + ], + [ + "ind", + "ing" + ], + [ + "Ġsp", + "it" + ], + [ + "Ġco", + "ins" + ], + [ + "cle", + "ars" + ], + [ + "ĠRo", + "z" + ], + [ + "ĠGreat", + "er" + ], + [ + "Ġtim", + "ber" + ], + [ + "\"", + "..." + ], + [ + "ĠS", + "U" + ], + [ + "th", + "y" + ], + [ + "Ġpe", + "asant" + ], + [ + "ĠK", + "r" + ], + [ + "Ġdi", + "j" + ], + [ + "Com", + "ing" + ], + [ + "Ġdepart", + "ed" + ], + [ + "Ġmagnet", + "ic" + ], + [ + "ĠColomb", + "ia" + ], + [ + "5", + "1" + ], + [ + "ĠM", + "é" + ], + [ + "ĠO", + "cc" + ], + [ + "ff", + "ie" + ], + [ + "Ġheart", + "y" + ], + [ + "ĠHar", + "vey" + ], + [ + "Ġann", + "iversary" + ], + [ + "Ġmayor", + "ÃŃa" + ], + [ + "Ġnot", + "hin" + ], + [ + "ĠJ", + "a" + ], + [ + "Ġres", + "olution" + ], + [ + "Ġca", + "ution" + ], + [ + "Ġed", + "ad" + ], + [ + "Ġhost", + "ed" + ], + [ + "ĠpaÃŃs", + "es" + ], + [ + "Ġdisag", + "re" + ], + [ + "p", + "osed" + ], + [ + "ad", + "ers" + ], + [ + "ĠS", + "HE" + ], + [ + "ca", + "le" + ], + [ + "ire", + "ct" + ], + [ + "uc", + "has" + ], + [ + "Ġmon", + "itor" + ], + [ + "Ġread", + "ily" + ], + [ + "ĠIs", + "abel" + ], + [ + "Ġpen", + "a" + ], + [ + "e", + "za" + ], + [ + "ve", + "land" + ], + [ + "ĠB", + "ye" + ], + [ + "th", + "od" + ], + [ + "Ġv", + "ital" + ], + [ + "Ġpar", + "ade" + ], + [ + "ĠEm", + "my" + ], + [ + "Ġweak", + "ness" + ], + [ + "Ġdese", + "o" + ], + [ + "Ġchrist", + "mas" + ], + [ + "fashion", + "ed" + ], + [ + "s", + "us" + ], + [ + "Ġde", + "leg" + ], + [ + "ion", + "e" + ], + [ + "ur", + "ther" + ], + [ + "Ġat", + "en" + ], + [ + "ĠN", + "AS" + ], + [ + "pe", + "e" + ], + [ + "Ġrel", + "uct" + ], + [ + "Ġ4", + "6" + ], + [ + "Ġswe", + "ater" + ], + [ + "Ġswe", + "eping" + ], + [ + "Ġfight", + "s" + ], + [ + "ĠFin", + "ally" + ], + [ + "ĠCorpor", + "ation" + ], + [ + "Ġn", + "iece" + ], + [ + "Ġmar", + "ble" + ], + [ + "Ġsign", + "als" + ], + [ + "Ġhum", + "ming" + ], + [ + "Ġpress", + "ing" + ], + [ + "Ġfem", + "in" + ], + [ + "Ġhero", + "es" + ], + [ + "ĠFound", + "ation" + ], + [ + "G", + "ar" + ], + [ + "Ġt", + "amb" + ], + [ + "im", + "er" + ], + [ + "Ġas", + "sembly" + ], + [ + "ĠSh", + "ut" + ], + [ + "writ", + "ing" + ], + [ + "ĠArmen", + "ian" + ], + [ + "b", + "as" + ], + [ + "f", + "ood" + ], + [ + "t", + "ur" + ], + [ + "in", + "ations" + ], + [ + "Ġc", + "ran" + ], + [ + "Ġb", + "ury" + ], + [ + "ĠA", + "rizona" + ], + [ + "Ġj", + "unk" + ], + [ + "ne", + "e" + ], + [ + "ĠTer", + "rit" + ], + [ + "Ġratt", + "ling" + ], + [ + "mum", + "mie" + ], + [ + "ĠOnt", + "ario" + ], + [ + "I", + "d" + ], + [ + "N", + "unca" + ], + [ + "oo", + "ping" + ], + [ + "iz", + "ard" + ], + [ + "Ġmoon", + "light" + ], + [ + "kiss", + "es" + ], + [ + "M", + "il" + ], + [ + "U", + "K" + ], + [ + "a", + "ire" + ], + [ + "g", + "om" + ], + [ + "s", + "un" + ], + [ + "Ġo", + "ption" + ], + [ + "ĠS", + "ophie" + ], + [ + "ĠM", + "ove" + ], + [ + "ĠA", + "venue" + ], + [ + "ĠR", + "ow" + ], + [ + "iv", + "or" + ], + [ + "Ġass", + "igned" + ], + [ + "Ġtrad", + "ing" + ], + [ + "ME", + "D" + ], + [ + "Ġlink", + "ed" + ], + [ + "Ġlengu", + "a" + ], + [ + "f", + "aced" + ], + [ + "m", + "ia" + ], + [ + "Ġt", + "as" + ], + [ + "ĠE", + "va" + ], + [ + "Ġsp", + "iders" + ], + [ + "Ġsw", + "ords" + ], + [ + "Ġdri", + "vers" + ], + [ + "Ġintrodu", + "ction" + ], + [ + "Ġancest", + "ors" + ], + [ + "Ġf", + "ij" + ], + [ + "ĠC", + "rom" + ], + [ + "Ġcor", + "ri" + ], + [ + "RE", + "E" + ], + [ + "Tod", + "o" + ], + [ + "ĠDomin", + "ic" + ], + [ + "might", + "y" + ], + [ + "L", + "IN" + ], + [ + "V", + "ict" + ], + [ + "oo", + "ke" + ], + [ + "ĠC", + "ow" + ], + [ + "ĠP", + "ued" + ], + [ + "ck", + "ed" + ], + [ + "Ġsur", + "geon" + ], + [ + "Ġcor", + "on" + ], + [ + "y", + "ah" + ], + [ + "ĠK", + "eep" + ], + [ + "Ġcar", + "ne" + ], + [ + "ball", + "s" + ], + [ + "ĠSp", + "ot" + ], + [ + "ĠBar", + "celona" + ], + [ + "Ġmyth", + "ology" + ], + [ + "Ġpurcha", + "se" + ], + [ + "Ġagric", + "ultural" + ], + [ + "H", + "aving" + ], + [ + "i", + "ante" + ], + [ + "w", + "hel" + ], + [ + "re", + "fers" + ], + [ + "ich", + "i" + ], + [ + "ne", + "o" + ], + [ + "Ġfact", + "ors" + ], + [ + "rer", + "s" + ], + [ + "Ġprepar", + "ations" + ], + [ + "Ġhy", + "p" + ], + [ + "Ġheaven", + "s" + ], + [ + "EA", + "H" + ], + [ + "M", + "AN" + ], + [ + "d", + "ah" + ], + [ + "Ġab", + "rupt" + ], + [ + "IS", + "H" + ], + [ + "ĠInd", + "ust" + ], + [ + "Ġ9", + "5" + ], + [ + "ĠEst", + "o" + ], + [ + "Ġcollect", + "ing" + ], + [ + "Ġconv", + "irt" + ], + [ + "I", + "AN" + ], + [ + "t", + "ic" + ], + [ + "Ġt", + "ug" + ], + [ + "ĠS", + "ac" + ], + [ + "Ġli", + "ver" + ], + [ + "ĠBr", + "u" + ], + [ + "ming", + "ham" + ], + [ + "ron", + "ic" + ], + [ + "book", + "s" + ], + [ + "Ġmes", + "es" + ], + [ + "Ġbom", + "bs" + ], + [ + "p", + "age" + ], + [ + "Ã", + "¸" + ], + [ + "ĠB", + "la" + ], + [ + "Ġso", + "vere" + ], + [ + "ĠK", + "er" + ], + [ + "Ġtri", + "ps" + ], + [ + "OU", + "S" + ], + [ + "Ġattack", + "ing" + ], + [ + "Ġappear", + "ing" + ], + [ + "Ġforget", + "ting" + ], + [ + "Ġsom", + "brero" + ], + [ + "Ġhambur", + "ger" + ], + [ + "ĠW", + "ik" + ], + [ + "Ġatt", + "orney" + ], + [ + "Ġshall", + "ow" + ], + [ + "Ġcam", + "in" + ], + [ + "ĠNor", + "ah" + ], + [ + "r", + "ors" + ], + [ + "t", + "é" + ], + [ + "y", + "on" + ], + [ + "Ġcan", + "e" + ], + [ + "ĠW", + "oman" + ], + [ + "á", + "c" + ], + [ + "Ġpe", + "ars" + ], + [ + "ú", + "t" + ], + [ + "Ġread", + "ers" + ], + [ + "Ġpur", + "su" + ], + [ + "Ġhope", + "fully" + ], + [ + "Ġgrow", + "led" + ], + [ + "Ġobs", + "erve" + ], + [ + "Ġdescri", + "bes" + ], + [ + "Wh", + "ite" + ], + [ + "ĠFred", + "erick" + ], + [ + "Ġstreng", + "then" + ], + [ + "Ġstream", + "s" + ], + [ + "Ġpurs", + "ued" + ], + [ + "Ġpand", + "emic" + ], + [ + "Ġadel", + "ante" + ], + [ + "W", + "al" + ], + [ + "d", + "ling" + ], + [ + "us", + "ión" + ], + [ + "ĠC", + "rist" + ], + [ + "du", + "ce" + ], + [ + "Ġpat", + "as" + ], + [ + "Ġext", + "inct" + ], + [ + "Al", + "ice" + ], + [ + "Ġmir", + "ada" + ], + [ + "Ġnurs", + "ing" + ], + [ + "hab", + "ÃŃa" + ], + [ + "Ġó", + "r" + ], + [ + "Ġstor", + "age" + ], + [ + "V", + "al" + ], + [ + "ĠG", + "y" + ], + [ + "we", + "gian" + ], + [ + "Ġcu", + "ello" + ], + [ + "Ġfound", + "ation" + ], + [ + "Ġang", + "rily" + ], + [ + "Ġport", + "ra" + ], + [ + "ĠTor", + "onto" + ], + [ + "yr", + "ics" + ], + [ + "Ġpromin", + "ent" + ], + [ + "K", + "e" + ], + [ + "al", + "mente" + ], + [ + "Ġr", + "ates" + ], + [ + "em", + "ed" + ], + [ + "ight", + "s" + ], + [ + "Ġac", + "he" + ], + [ + "Ġtape", + "recorder" + ], + [ + "Ġsoul", + "s" + ], + [ + "ĠMel", + "issa" + ], + [ + "f", + "les" + ], + [ + "Ġt", + "ips" + ], + [ + "ĠL", + "loyd" + ], + [ + "ĠF", + "u" + ], + [ + "Ġor", + "b" + ], + [ + "Ġpo", + "ems" + ], + [ + "Ġjo", + "kes" + ], + [ + "Ġarm", + "ies" + ], + [ + "ĠÂ", + "°" + ], + [ + "Ġcrack", + "ers" + ], + [ + "Ġspell", + "ing" + ], + [ + "Ġoccup", + "ation" + ], + [ + "Ġach", + "ieved" + ], + [ + "h", + "our" + ], + [ + "Ġd", + "ive" + ], + [ + "ic", + "he" + ], + [ + "Ġsecond", + "ary" + ], + [ + "ĠThere", + "fore" + ], + [ + "Th", + "rough" + ], + [ + "Ġsig", + "lo" + ], + [ + "Ġeld", + "ers" + ], + [ + "ĠJud", + "ge" + ], + [ + "Ġveget", + "able" + ], + [ + "ĠRes", + "earch" + ], + [ + "Ġintern", + "et" + ], + [ + "Ġbrace", + "let" + ], + [ + "t", + "ambién" + ], + [ + "Ġt", + "ier" + ], + [ + "id", + "dy" + ], + [ + "ĠS", + "na" + ], + [ + "Ġr", + "andom" + ], + [ + "ck", + "y" + ], + [ + "Ġest", + "rell" + ], + [ + "bb", + "les" + ], + [ + "hand", + "ed" + ], + [ + "ĠOk", + "lahoma" + ], + [ + "ĠConne", + "cticut" + ], + [ + "Ã", + "ª" + ], + [ + "ĠN", + "igel" + ], + [ + "Ġred", + "uc" + ], + [ + "Ġsub", + "t" + ], + [ + "Ġinte", + "res" + ], + [ + "Ġprotest", + "ed" + ], + [ + "Ġpattern", + "s" + ], + [ + "Ġdisplay", + "ed" + ], + [ + "N", + "ana" + ], + [ + "r", + "ace" + ], + [ + "Ġw", + "ig" + ], + [ + "Ġn", + "avy" + ], + [ + "ĠG", + "uer" + ], + [ + "Ġcount", + "s" + ], + [ + "Ġpay", + "ment" + ], + [ + "Ġrock", + "y" + ], + [ + "Ġbon", + "ita" + ], + [ + "Ġha", + "w" + ], + [ + "Ġdo", + "y" + ], + [ + "ĠD", + "im" + ], + [ + "Ġcont", + "empt" + ], + [ + "ctor", + "al" + ], + [ + "Ġsal", + "ary" + ], + [ + "Ġass", + "ign" + ], + [ + "Ġled", + "ge" + ], + [ + "Ġllam", + "an" + ], + [ + "Ġthreat", + "ening" + ], + [ + "Ġshock", + "ed" + ], + [ + "Mart", + "in" + ], + [ + "alog", + "ue" + ], + [ + "l", + "en" + ], + [ + "ou", + "ston" + ], + [ + "ĠB", + "uff" + ], + [ + "Ġpl", + "uck" + ], + [ + "ĠN", + "ik" + ], + [ + "Ġdi", + "ary" + ], + [ + "Ġrep", + "et" + ], + [ + "ex", + "cept" + ], + [ + "Ġcor", + "p" + ], + [ + "Ġpar", + "cel" + ], + [ + "ĠCol", + "in" + ], + [ + "ĠEvery", + "thing" + ], + [ + "Ġhermos", + "o" + ], + [ + "â", + "ģ" + ], + [ + "Ġd", + "ose" + ], + [ + "os", + "hi" + ], + [ + "ĠD", + "ale" + ], + [ + "ĠW", + "onder" + ], + [ + "Ġfact", + "or" + ], + [ + "Ġnarr", + "ative" + ], + [ + "ĠRea", + "gan" + ], + [ + "f", + "olk" + ], + [ + "Ġr", + "ows" + ], + [ + "Ġtheir", + "s" + ], + [ + "lo", + "g" + ], + [ + "Ġsent", + "ido" + ], + [ + "Ġ8", + "8" + ], + [ + "ĠCha", + "nd" + ], + [ + "iam", + "i" + ], + [ + "ere", + "lla" + ], + [ + "J", + "uly" + ], + [ + "re", + "ne" + ], + [ + "ĠI", + "da" + ], + [ + "Ġst", + "em" + ], + [ + "ĠS", + "omething" + ], + [ + "ĠP", + "A" + ], + [ + "Ġv", + "ague" + ], + [ + "Ġcont", + "rar" + ], + [ + "ĠRe", + "becca" + ], + [ + "Ġdra", + "in" + ], + [ + "Ġoper", + "ate" + ], + [ + "ĠMu", + "hammad" + ], + [ + "Ġorganiz", + "ations" + ], + [ + "tick", + "le" + ], + [ + "ĠFeder", + "ation" + ], + [ + "M", + "ir" + ], + [ + "d", + "ies" + ], + [ + "on", + "ian" + ], + [ + "Ġhe", + "nce" + ], + [ + "ri", + "x" + ], + [ + "ĠT", + "ree" + ], + [ + "ant", + "ee" + ], + [ + "ĠSp", + "irit" + ], + [ + "Ġproble", + "ma" + ], + [ + "ij", + "ote" + ], + [ + "Ġsnow", + "man" + ], + [ + "Ġconcer", + "ns" + ], + [ + "Ġrub", + "bing" + ], + [ + "Ġamaz", + "ed" + ], + [ + "Ġeld", + "est" + ], + [ + "imp", + "se" + ], + [ + "s", + "har" + ], + [ + "Ġb", + "owed" + ], + [ + "or", + "ge" + ], + [ + "ĠH", + "oney" + ], + [ + "ak", + "ened" + ], + [ + "Ġco", + "ats" + ], + [ + "Ġ4", + "9" + ], + [ + "Ġ8", + "5" + ], + [ + "Ġfight", + "er" + ], + [ + "ĠCl", + "inton" + ], + [ + "Ġmill", + "ones" + ], + [ + "Ġshar", + "ks" + ], + [ + "Ġusted", + "es" + ], + [ + "ĠJer", + "usalem" + ], + [ + "H", + "ope" + ], + [ + "le", + "ft" + ], + [ + "os", + "amente" + ], + [ + "Ġst", + "ages" + ], + [ + "Ġcl", + "am" + ], + [ + "ĠHe", + "brew" + ], + [ + "Ġmen", + "udo" + ], + [ + "ale", + "za" + ], + [ + "Ġcari", + "ño" + ], + [ + "b", + "aba" + ], + [ + "f", + "unny" + ], + [ + "ĠS", + "ho" + ], + [ + "ĠM", + "it" + ], + [ + "Ġenc", + "ar" + ], + [ + "ĠCa", + "esar" + ], + [ + "Ġparticip", + "ated" + ], + [ + "Ġfrequ", + "ent" + ], + [ + "Mag", + "gie" + ], + [ + "Ġmit", + "ad" + ], + [ + "u", + "o" + ], + [ + "Ġt", + "anta" + ], + [ + "Ġwor", + "ms" + ], + [ + "Ġres", + "idence" + ], + [ + "Ġcent", + "ro" + ], + [ + "Ġsent", + "ÃŃa" + ], + [ + "Ġpop", + "corn" + ], + [ + "Ġemp", + "ie" + ], + [ + "Ġacqu", + "ainted" + ], + [ + "à³", + "ģ" + ], + [ + "à¯", + "į" + ], + [ + "Ġemploye", + "es" + ], + [ + "E", + "ve" + ], + [ + "Ġlo", + "gr" + ], + [ + "Ġover", + "head" + ], + [ + "ĠGu", + "inea" + ], + [ + "Ġpun", + "ish" + ], + [ + "jor", + "ie" + ], + [ + "Ġpron", + "unci" + ], + [ + "itud", + "es" + ], + [ + "Ġsuspend", + "ed" + ], + [ + "c", + "rash" + ], + [ + "g", + "imme" + ], + [ + "s", + "ized" + ], + [ + "Ġt", + "asty" + ], + [ + "in", + "ch" + ], + [ + "Ġhe", + "e" + ], + [ + "ac", + "to" + ], + [ + "Ġas", + "om" + ], + [ + "Ġ(", + ")," + ], + [ + "Ġgl", + "impse" + ], + [ + "Ġmet", + "als" + ], + [ + "Ġpupp", + "ets" + ], + [ + "Dan", + "iel" + ], + [ + "Ġseman", + "a" + ], + [ + "Ġs", + "oo" + ], + [ + "st", + "ate" + ], + [ + "Ġv", + "aya" + ], + [ + "Ġag", + "arr" + ], + [ + "iet", + "h" + ], + [ + "Ġsub", + "stant" + ], + [ + "Ġcur", + "ly" + ], + [ + "Ġdoubt", + "less" + ], + [ + "AM", + "Y" + ], + [ + "Ġcigaret", + "te" + ], + [ + "Ġadap", + "ted" + ], + [ + "Ġh", + "int" + ], + [ + "Ġj", + "ó" + ], + [ + "Ġv", + "iendo" + ], + [ + "ĠD", + "od" + ], + [ + "Ġbit", + "ing" + ], + [ + "ient", + "a" + ], + [ + "Ġhab", + "la" + ], + [ + "Ġtop", + "ic" + ], + [ + "Ġpas", + "aba" + ], + [ + "Ġglo", + "om" + ], + [ + "Ġopport", + "un" + ], + [ + "Ġscrew", + "driver" + ], + [ + "ĠCont", + "in" + ], + [ + "Ġunivers", + "ities" + ], + [ + "ĠDet", + "roit" + ], + [ + "ha", + "lf" + ], + [ + "no", + "se" + ], + [ + "Ġha", + "ul" + ], + [ + "ad", + "le" + ], + [ + "Ġk", + "no" + ], + [ + "ig", + "ua" + ], + [ + "Ġv", + "apor" + ], + [ + "Ġel", + "bow" + ], + [ + "Ġfather", + "s" + ], + [ + "Ġcut", + "ter" + ], + [ + "Ġmouth", + "s" + ], + [ + "Ġsun", + "set" + ], + [ + "ĠRic", + "hards" + ], + [ + "Ġacqu", + "ired" + ], + [ + "Ġsig", + "ue" + ], + [ + "gl", + "ass" + ], + [ + "Ġgodd", + "amn" + ], + [ + "Ġproced", + "ure" + ], + [ + "d", + "rops" + ], + [ + "w", + "orld" + ], + [ + "z", + "burg" + ], + [ + "Ġw", + "ishing" + ], + [ + "Ġp", + "ub" + ], + [ + "Ġtr", + "on" + ], + [ + "Ġro", + "ared" + ], + [ + "Ġsha", + "res" + ], + [ + "arr", + "ison" + ], + [ + "Ġguard", + "ian" + ], + [ + "Ġinterrupt", + "s" + ], + [ + "ĠDep", + "uty" + ], + [ + "Ġa", + "pron" + ], + [ + "Ġli", + "z" + ], + [ + "pp", + "a" + ], + [ + "ĠR", + "ing" + ], + [ + "Ġdeal", + "t" + ], + [ + "Ġyell", + "ing" + ], + [ + "Ġl", + "ump" + ], + [ + "Ġcon", + "cre" + ], + [ + "Ġle", + "isure" + ], + [ + "Ġco", + "b" + ], + [ + "ĠU", + "rs" + ], + [ + "Ġcar", + "n" + ], + [ + "air", + "y" + ], + [ + "Ġmusic", + "ians" + ], + [ + "Ġdeter", + "mine" + ], + [ + "Ġequip", + "o" + ], + [ + "ĠPitt", + "s" + ], + [ + "Ġsatell", + "ite" + ], + [ + "Ġa", + "cept" + ], + [ + "ĠM", + "all" + ], + [ + "á", + "st" + ], + [ + "hes", + "is" + ], + [ + "Ġhar", + "bour" + ], + [ + "sha", + "ped" + ], + [ + "Ġnovel", + "s" + ], + [ + "c", + "all" + ], + [ + "ic", + "amente" + ], + [ + "ĠT", + "ank" + ], + [ + "ĠM", + "is" + ], + [ + "ĠW", + "oo" + ], + [ + "Ġpre", + "cis" + ], + [ + "Ġch", + "icos" + ], + [ + "Ġch", + "orus" + ], + [ + "Ġsw", + "am" + ], + [ + "che", + "ll" + ], + [ + "Ġcontrol", + "s" + ], + [ + "Ġconstit", + "ution" + ], + [ + "Ġsevere", + "ly" + ], + [ + "R", + "on" + ], + [ + "v", + "ate" + ], + [ + "ul", + "ip" + ], + [ + "ul", + "ating" + ], + [ + "ĠW", + "ANT" + ], + [ + "Ġcha", + "ins" + ], + [ + "sh", + "ot" + ], + [ + "Ġinit", + "ial" + ], + [ + "Ġlands", + "cape" + ], + [ + "ĠMet", + "ropolitan" + ], + [ + "à³", + "į" + ], + [ + "Ġconcentr", + "ation" + ], + [ + "Ġelectr", + "ons" + ], + [ + "ĠWay", + "ne" + ], + [ + "Ġf", + "oe" + ], + [ + "Ġl", + "ug" + ], + [ + "ist", + "oria" + ], + [ + "ĠN", + "am" + ], + [ + "ĠK", + "an" + ], + [ + "Ġtry", + "in" + ], + [ + "ĠDe", + "an" + ], + [ + "ĠWe", + "b" + ], + [ + "igu", + "ió" + ], + [ + "Ġstrugg", + "led" + ], + [ + "T", + "is" + ], + [ + "h", + "ouses" + ], + [ + "s", + "ince" + ], + [ + "un", + "ction" + ], + [ + "Ġ1", + "000" + ], + [ + "Ġpro", + "bab" + ], + [ + "Ġcomp", + "rar" + ], + [ + "Ġlong", + "ing" + ], + [ + "Ġpres", + "um" + ], + [ + "ru", + "ff" + ], + [ + "cu", + "ánt" + ], + [ + "Ġknock", + "s" + ], + [ + "Ġseg", + "unda" + ], + [ + "Ġblo", + "ke" + ], + [ + "Ġneighbour", + "hood" + ], + [ + "Ġacad", + "emic" + ], + [ + "Ġfare", + "well" + ], + [ + "t", + "ook" + ], + [ + "Ġp", + "aw" + ], + [ + "ing", + "e" + ], + [ + "or", + "io" + ], + [ + "et", + "as" + ], + [ + "ĠL", + "uego" + ], + [ + "az", + "ar" + ], + [ + "Ġmag", + "ical" + ], + [ + "Ġdeb", + "ido" + ], + [ + "Ġan", + "aly" + ], + [ + "il", + "ia" + ], + [ + "Ġi", + "i" + ], + [ + "Ġtreat", + "y" + ], + [ + "Ġdisp", + "osed" + ], + [ + "Ġliter", + "ary" + ], + [ + "ĠPear", + "l" + ], + [ + "l", + "oud" + ], + [ + "l", + "ims" + ], + [ + "ĠP", + "RO" + ], + [ + "Ġper", + "ten" + ], + [ + "Ġ4", + "3" + ], + [ + "Ġ5", + "5" + ], + [ + "Ġshort", + "s" + ], + [ + "Ġlleg", + "aron" + ], + [ + "Ġden", + "ied" + ], + [ + "Ġrom", + "ance" + ], + [ + "M", + "orning" + ], + [ + "S", + "end" + ], + [ + "Ġn", + "orte" + ], + [ + "ĠT", + "ÃŃo" + ], + [ + "ĠR", + "un" + ], + [ + "iz", + "ado" + ], + [ + "Ġmat", + "ar" + ], + [ + "Ġé", + "se" + ], + [ + "Ġesca", + "p" + ], + [ + "Ġnin", + "th" + ], + [ + "Ġhipp", + "o" + ], + [ + "ĠProt", + "est" + ], + [ + "F", + "all" + ], + [ + "Ġst", + "ake" + ], + [ + "ĠT", + "ucker" + ], + [ + "ĠC", + "ookie" + ], + [ + "ĠP", + "el" + ], + [ + "Ġcr", + "umb" + ], + [ + "az", + "e" + ], + [ + "Ġfun", + "cion" + ], + [ + "Ġspo", + "iled" + ], + [ + "Ġ8", + "7" + ], + [ + "Ġlow", + "est" + ], + [ + "Ġpost", + "man" + ], + [ + "Ġencont", + "rado" + ], + [ + "ĠForm", + "ula" + ], + [ + "ĠDak", + "ota" + ], + [ + "N", + "IK" + ], + [ + "O", + "ff" + ], + [ + "p", + "res" + ], + [ + "or", + "ra" + ], + [ + "ab", + "outs" + ], + [ + "ĠE", + "conom" + ], + [ + "Ġanim", + "ation" + ], + [ + "Ġsy", + "ll" + ], + [ + "Ġmed", + "als" + ], + [ + "Ġadv", + "is" + ], + [ + "Ġport", + "ray" + ], + [ + "Ġquer", + "ida" + ], + [ + "ĠDra", + "gon" + ], + [ + "wr", + "ite" + ], + [ + "igen", + "ous" + ], + [ + "ĠLibr", + "ary" + ], + [ + "8", + "6" + ], + [ + "J", + "ane" + ], + [ + "n", + "ia" + ], + [ + "Ġ", + "~" + ], + [ + "Ġo", + "so" + ], + [ + "Ġy", + "onder" + ], + [ + "ut", + "ional" + ], + [ + "Ġre", + "tain" + ], + [ + "ĠB", + "umper" + ], + [ + "Ġpod", + "ido" + ], + [ + "Ġcal", + "or" + ], + [ + "Ġfuck", + "ed" + ], + [ + "Ġexper", + "iments" + ], + [ + "Ġgust", + "ó" + ], + [ + "Ġdise", + "ases" + ], + [ + "ĠGil", + "bert" + ], + [ + "ĠIsa", + "ac" + ], + [ + "no", + "men" + ], + [ + "id", + "ar" + ], + [ + "st", + "raw" + ], + [ + "ÃŃ", + "rit" + ], + [ + "Ġext", + "ensive" + ], + [ + "Ġvol", + "unt" + ], + [ + "ĠSe", + "an" + ], + [ + "Ġbas", + "ement" + ], + [ + "Ġfort", + "night" + ], + [ + "Ġtim", + "id" + ], + [ + "Ġforbid", + "den" + ], + [ + "K", + "ill" + ], + [ + "M", + "Y" + ], + [ + "P", + "ap" + ], + [ + "in", + "cl" + ], + [ + "Ġs", + "ulf" + ], + [ + "Ġst", + "all" + ], + [ + "ro", + "xim" + ], + [ + "ĠM", + "A" + ], + [ + "ĠG", + "on" + ], + [ + "Ġpre", + "mie" + ], + [ + "Ġdes", + "ay" + ], + [ + "gr", + "itó" + ], + [ + "Ġdec", + "re" + ], + [ + "Ġhab", + "lando" + ], + [ + "Ġmet", + "ros" + ], + [ + "Ġdar", + "ing" + ], + [ + "Ġfund", + "s" + ], + [ + "Ġvig", + "il" + ], + [ + "ĠJenn", + "ifer" + ], + [ + "P", + "ooh" + ], + [ + "k", + "n" + ], + [ + "p", + "ower" + ], + [ + "Ġp", + "is" + ], + [ + "at", + "amente" + ], + [ + "ĠB", + "oo" + ], + [ + "ĠD", + "ol" + ], + [ + "ĠG", + "ill" + ], + [ + "form", + "ation" + ], + [ + "Ġtri", + "ump" + ], + [ + "Ġboard", + "ing" + ], + [ + "D", + "IS" + ], + [ + "M", + "C" + ], + [ + "b", + "ian" + ], + [ + "v", + "io" + ], + [ + "Ġa", + "ven" + ], + [ + "Ġb", + "ake" + ], + [ + "Ġp", + "iss" + ], + [ + "all", + "o" + ], + [ + "ĠP", + "AR" + ], + [ + "Ġgr", + "itó" + ], + [ + "Ġbr", + "ut" + ], + [ + "Ġdis", + "put" + ], + [ + "ĠV", + "amos" + ], + [ + "Ġexp", + "ans" + ], + [ + "ĠGrand", + "mother" + ], + [ + "ĠCent", + "ury" + ], + [ + "Ġamount", + "s" + ], + [ + "Ġexcited", + "ly" + ], + [ + "ĠIran", + "ian" + ], + [ + "A", + "ir" + ], + [ + "l", + "iness" + ], + [ + "r", + "ub" + ], + [ + "Ġd", + "ots" + ], + [ + "ĠR", + "at" + ], + [ + "Ġex", + "ter" + ], + [ + "Ġover", + "whel" + ], + [ + "Ġam", + "mun" + ], + [ + "ient", + "s" + ], + [ + "Ġpres", + "erved" + ], + [ + "ĠMar", + "got" + ], + [ + "ĠSte", + "wart" + ], + [ + "Ġbutter", + "flies" + ], + [ + "mark", + "et" + ], + [ + "Ġqual", + "ified" + ], + [ + "?", + "," + ], + [ + "er", + "ness" + ], + [ + "Ġl", + "ament" + ], + [ + "Ġch", + "ums" + ], + [ + "Ġche", + "wing" + ], + [ + "Ġscream", + "ed" + ], + [ + "Ġrout", + "ine" + ], + [ + "War", + "ren" + ], + [ + "ĠImper", + "ial" + ], + [ + "Ġsuperfic", + "ie" + ], + [ + "ĠS", + "no" + ], + [ + "ĠJ", + "in" + ], + [ + "Ġover", + "board" + ], + [ + "Ġreal", + "idad" + ], + [ + "Ġya", + "wn" + ], + [ + "Ġpay", + "s" + ], + [ + "ĠAh", + "ora" + ], + [ + "plic", + "ó" + ], + [ + "Ġneut", + "ral" + ], + [ + "B", + "rit" + ], + [ + "l", + "ies" + ], + [ + "Ġt", + "ies" + ], + [ + "Ġsh", + "h" + ], + [ + "Ġrec", + "y" + ], + [ + "Ġfar", + "ms" + ], + [ + "Ġ192", + "5" + ], + [ + "Ġconv", + "ince" + ], + [ + "ĠMon", + "te" + ], + [ + "ĠWaz", + "ir" + ], + [ + "B", + "est" + ], + [ + "Ġs", + "ill" + ], + [ + "ed", + "i" + ], + [ + "ay", + "ed" + ], + [ + "am", + "ous" + ], + [ + "ien", + "cy" + ], + [ + "Ġhel", + "m" + ], + [ + "ĠMar", + "ian" + ], + [ + "Ġrequ", + "ires" + ], + [ + "Ġllam", + "ar" + ], + [ + "ĠCo", + "le" + ], + [ + "Ġbull", + "shit" + ], + [ + "ĠTy", + "ler" + ], + [ + "Ġeleg", + "ant" + ], + [ + "ĠVis", + "it" + ], + [ + "Ġammun", + "ition" + ], + [ + "L", + "ady" + ], + [ + "c", + "ence" + ], + [ + "Ġl", + "em" + ], + [ + "Ġin", + "m" + ], + [ + "ĠT", + "ag" + ], + [ + "ĠB", + "rig" + ], + [ + "ab", + "s" + ], + [ + "ĠF", + "arm" + ], + [ + "Ġcr", + "ushed" + ], + [ + "Ġra", + "pe" + ], + [ + "Ġsl", + "iding" + ], + [ + "TEA", + "CHER" + ], + [ + "Ġtom", + "ó" + ], + [ + "bl", + "ow" + ], + [ + "entle", + "men" + ], + [ + "Ġpopular", + "ity" + ], + [ + "fin", + "ished" + ], + [ + "Ne", + "ither" + ], + [ + "ĠMars", + "hall" + ], + [ + "Ġbelief", + "s" + ], + [ + "Ġpup", + "ils" + ], + [ + "Ġguar", + "antee" + ], + [ + "Ġs", + "han" + ], + [ + "Ġse", + "mej" + ], + [ + "Ġsu", + "ave" + ], + [ + "Ġsu", + "puesto" + ], + [ + "Ġbo", + "ast" + ], + [ + "HE", + "N" + ], + [ + "ĠWith", + "out" + ], + [ + "Ġstock", + "ings" + ], + [ + "Ġgrav", + "ity" + ], + [ + "H", + "ear" + ], + [ + "w", + "yn" + ], + [ + "Ġe", + "agle" + ], + [ + "ĠC", + "raw" + ], + [ + "Ġsu", + "nd" + ], + [ + "Ġcour", + "ts" + ], + [ + "Ġsequ", + "el" + ], + [ + "ĠIce", + "land" + ], + [ + "cill", + "or" + ], + [ + "F", + "ue" + ], + [ + "P", + "ull" + ], + [ + "Â", + "º" + ], + [ + "Ġm", + "ie" + ], + [ + "an", + "che" + ], + [ + "ĠE", + "th" + ], + [ + "Ġro", + "pes" + ], + [ + "gg", + "otty" + ], + [ + "Ġesc", + "rit" + ], + [ + "Ġwel", + "com" + ], + [ + "Would", + "n" + ], + [ + "Ġrot", + "ten" + ], + [ + "Ġfoss", + "il" + ], + [ + "Ġacknow", + "led" + ], + [ + "ĠConstit", + "ution" + ], + [ + "ci", + "an" + ], + [ + "Ġag", + "it" + ], + [ + "te", + "e" + ], + [ + "ĠK", + "id" + ], + [ + "Ġra", + "is" + ], + [ + "ĠMiss", + "ion" + ], + [ + "Ste", + "ve" + ], + [ + "Ġzap", + "atos" + ], + [ + "Jan", + "uary" + ], + [ + "Ġcounten", + "ance" + ], + [ + "%", + "." + ], + [ + "C", + "oll" + ], + [ + "G", + "ordon" + ], + [ + "ĠA", + "dele" + ], + [ + "ĠR", + "idge" + ], + [ + "Ġpart", + "ed" + ], + [ + "Ġcol", + "ores" + ], + [ + "omb", + "ra" + ], + [ + "ĠCat", + "al" + ], + [ + "ĠBrook", + "lyn" + ], + [ + "J", + "ess" + ], + [ + "v", + "room" + ], + [ + "w", + "en" + ], + [ + "Ġf", + "en" + ], + [ + "Ġf", + "ist" + ], + [ + "ĠH", + "umph" + ], + [ + "um", + "en" + ], + [ + "Ġpl", + "ato" + ], + [ + "Ġplay", + "group" + ], + [ + "Ġwork", + "er" + ], + [ + "Ġcr", + "im" + ], + [ + "ĠTH", + "INK" + ], + [ + "Ġlock", + "s" + ], + [ + "Ġpin", + "ch" + ], + [ + "S", + "y" + ], + [ + "W", + "onder" + ], + [ + "p", + "al" + ], + [ + "Ġr", + "ider" + ], + [ + "ĠR", + "oland" + ], + [ + "ard", + "e" + ], + [ + "Ġmo", + "ist" + ], + [ + "Ġflo", + "at" + ], + [ + "Ġcoll", + "abor" + ], + [ + "Ġexam", + "ine" + ], + [ + "Ġargu", + "ed" + ], + [ + "ĠC", + "lyde" + ], + [ + "ĠR", + "y" + ], + [ + "av", + "in" + ], + [ + "og", + "a" + ], + [ + "vent", + "h" + ], + [ + "gu", + "ro" + ], + [ + "Ġsleep", + "s" + ], + [ + "Ġ192", + "2" + ], + [ + "Ġmov", + "imiento" + ], + [ + "Ġej", + "ac" + ], + [ + "ĠCla", + "ire" + ], + [ + "ĠCra", + "ig" + ], + [ + "C", + "r" + ], + [ + "es", + "y" + ], + [ + "Ġf", + "ug" + ], + [ + "or", + "r" + ], + [ + "ĠB", + "ot" + ], + [ + "ant", + "on" + ], + [ + "il", + "us" + ], + [ + "Ġab", + "rió" + ], + [ + "ĠF", + "al" + ], + [ + "ind", + "eer" + ], + [ + "ĠCh", + "uck" + ], + [ + "Ġbus", + "ca" + ], + [ + "Ġbird", + "ie" + ], + [ + "ĠFin", + "n" + ], + [ + "Ġcolon", + "ies" + ], + [ + "T", + "ING" + ], + [ + "Ġde", + "ed" + ], + [ + "Ġpr", + "ud" + ], + [ + "Ġmin", + "ing" + ], + [ + "Ġcour", + "ses" + ], + [ + "Ġhum", + "ble" + ], + [ + "Ġblock", + "ed" + ], + [ + "reg", + "on" + ], + [ + "Ġspot", + "ted" + ], + [ + "Ġdefin", + "ition" + ], + [ + "Ġborrow", + "ed" + ], + [ + "Ġber", + "ries" + ], + [ + "9", + "3" + ], + [ + "G", + "irl" + ], + [ + "m", + "ot" + ], + [ + "p", + "arent" + ], + [ + "Ġw", + "ider" + ], + [ + "ic", + "ine" + ], + [ + "ul", + "ars" + ], + [ + "Ġad", + "j" + ], + [ + "ĠSt", + "orm" + ], + [ + "Ġmar", + "ido" + ], + [ + "Ġcond", + "em" + ], + [ + "Ġder", + "ived" + ], + [ + "ĠMil", + "an" + ], + [ + "Ġfac", + "ilities" + ], + [ + "ĠDra", + "ke" + ], + [ + "Ġw", + "ont" + ], + [ + "Ġno", + "od" + ], + [ + "Ġk", + "it" + ], + [ + "ig", + "os" + ], + [ + "pp", + "en" + ], + [ + "ĠG", + "IRL" + ], + [ + "Ġmar", + "ching" + ], + [ + "ĠAl", + "b" + ], + [ + "Ġll", + "eno" + ], + [ + "Ġ7", + "7" + ], + [ + "Ġru", + "ins" + ], + [ + "Ġdic", + "en" + ], + [ + "ĠOri", + "gin" + ], + [ + "Ġhal", + "ted" + ], + [ + "n", + "atural" + ], + [ + "p", + "ic" + ], + [ + "ĠI", + "an" + ], + [ + "Ġcom", + "ido" + ], + [ + "Ġmin", + "er" + ], + [ + "ific", + "ations" + ], + [ + "Ġesper", + "ar" + ], + [ + "ĠJoy", + "ce" + ], + [ + "Ġassemb", + "led" + ], + [ + "M", + "ira" + ], + [ + "Ġg", + "ale" + ], + [ + "ĠP", + "R" + ], + [ + "Ġ19", + "18" + ], + [ + "Ġpat", + "io" + ], + [ + "Ġcheer", + "fully" + ], + [ + "Ġbend", + "ing" + ], + [ + "Ġmol", + "est" + ], + [ + "Ġanno", + "yed" + ], + [ + "ĠUt", + "ah" + ], + [ + "Ġbew", + "ild" + ], + [ + "he", + "nd" + ], + [ + "on", + "ing" + ], + [ + "ĠC", + "ad" + ], + [ + "Ġrece", + "ipt" + ], + [ + "Ġseñor", + "ita" + ], + [ + "Ġpan", + "el" + ], + [ + "Ġappet", + "ite" + ], + [ + "!", + "," + ], + [ + "A", + "in" + ], + [ + "m", + "ad" + ], + [ + "y", + "ect" + ], + [ + "Ġw", + "ires" + ], + [ + "Ġpl", + "acing" + ], + [ + "Ġsy", + "n" + ], + [ + "Ġprop", + "ia" + ], + [ + "Ġsend", + "s" + ], + [ + "Ġang", + "els" + ], + [ + "Ġcorrect", + "ly" + ], + [ + "Ġwrest", + "ler" + ], + [ + "Ġfundament", + "al" + ], + [ + "ay", + "an" + ], + [ + "Ġst", + "ored" + ], + [ + "ĠSt", + "at" + ], + [ + "Ġhar", + "é" + ], + [ + "Ġpri", + "ests" + ], + [ + "Ġvac", + "uum" + ], + [ + "Ġnecess", + "ity" + ], + [ + "ingu", + "no" + ], + [ + "Ġtort", + "ure" + ], + [ + "Ġquant", + "ity" + ], + [ + "osaur", + "us" + ], + [ + "w", + "ord" + ], + [ + "Ġp", + "aws" + ], + [ + "ĠS", + "ports" + ], + [ + "Ġ\"", + "¡" + ], + [ + "Ġpen", + "nies" + ], + [ + "Ġpost", + "ed" + ], + [ + "Ġspread", + "ing" + ], + [ + "Ġclient", + "s" + ], + [ + "Ġaleg", + "re" + ], + [ + "W", + "ELL" + ], + [ + "g", + "el" + ], + [ + "s", + "im" + ], + [ + "Ġre", + "loj" + ], + [ + "ĠP", + "enny" + ], + [ + "Ġr", + "amp" + ], + [ + "iss", + "y" + ], + [ + "Ġimp", + "os" + ], + [ + "ĠCar", + "ib" + ], + [ + "Tr", + "ust" + ], + [ + "Ġcaut", + "iously" + ], + [ + "Ġexhib", + "ition" + ], + [ + "M", + "uch" + ], + [ + "Ġ", + "iz" + ], + [ + "Ġg", + "amb" + ], + [ + "Ġbe", + "ad" + ], + [ + "ill", + "ery" + ], + [ + "nt", + "own" + ], + [ + "Ġcu", + "éntame" + ], + [ + "Al", + "most" + ], + [ + "Ġreco", + "ll" + ], + [ + "Ġpretend", + "ed" + ], + [ + "Ġfant", + "asy" + ], + [ + "S", + "anta" + ], + [ + "Ġhe", + "ed" + ], + [ + "ĠL", + "amb" + ], + [ + "od", + "ed" + ], + [ + "ud", + "es" + ], + [ + "Ġspe", + "cul" + ], + [ + "Ġsort", + "ed" + ], + [ + "ips", + "y" + ], + [ + "bour", + "g" + ], + [ + "Ġmuñe", + "co" + ], + [ + "D", + "em" + ], + [ + "L", + "and" + ], + [ + "Ġp", + "úbl" + ], + [ + "Ġab", + "st" + ], + [ + "Ġjust", + "o" + ], + [ + "Ġman", + "z" + ], + [ + "ap", + "an" + ], + [ + "Ġpe", + "arl" + ], + [ + "Ġfoot", + "steps" + ], + [ + "ba", + "a" + ], + [ + "ĠSc", + "out" + ], + [ + "Ġdiv", + "isions" + ], + [ + "Ġprop", + "io" + ], + [ + "ĠAm", + "érica" + ], + [ + "Ġprogram", + "ming" + ], + [ + "ĠAng", + "ela" + ], + [ + "Ġstruct", + "ures" + ], + [ + "Ġamig", + "a" + ], + [ + "Ġbol", + "t" + ], + [ + "ĠThanks", + "giving" + ], + [ + "Ġbusc", + "ando" + ], + [ + "P", + "apa" + ], + [ + "Ġf", + "oul" + ], + [ + "ir", + "ie" + ], + [ + "Ġre", + "n" + ], + [ + "ĠS", + "E" + ], + [ + "ĠM", + "aine" + ], + [ + "ĠC", + "os" + ], + [ + "Ġqu", + "iso" + ], + [ + "ĠL", + "en" + ], + [ + "Ġor", + "phan" + ], + [ + ".\"", + "]" + ], + [ + "ap", + "orte" + ], + [ + "Ġag", + "rade" + ], + [ + "Ġam", + "pl" + ], + [ + "ĠNor", + "wegian" + ], + [ + "Ġemer", + "ged" + ], + [ + "nam", + "ents" + ], + [ + "walk", + "s" + ], + [ + "Ġconscious", + "ness" + ], + [ + "ĠAud", + "rey" + ], + [ + "N", + "umber" + ], + [ + "z", + "ando" + ], + [ + "Ġde", + "ja" + ], + [ + "Ġnot", + "ion" + ], + [ + "ol", + "ia" + ], + [ + "ĠG", + "OT" + ], + [ + "Ġhat", + "es" + ], + [ + "Ġclean", + "er" + ], + [ + "ĠPot", + "ter" + ], + [ + "ĠT", + "amil" + ], + [ + "ce", + "ler" + ], + [ + "ĠH", + "O" + ], + [ + "ĠR", + "aven" + ], + [ + "ĠE", + "agle" + ], + [ + "fe", + "et" + ], + [ + "Ġag", + "uj" + ], + [ + "ond", + "o" + ], + [ + "cl", + "im" + ], + [ + "Ġres", + "erve" + ], + [ + "Ġsy", + "nt" + ], + [ + "Ġref", + "rigerator" + ], + [ + "ĠQu", + "ijote" + ], + [ + "Ġdesign", + "s" + ], + [ + "Ġsle", + "nder" + ], + [ + "Ġtechn", + "ique" + ], + [ + "ĠNav", + "idad" + ], + [ + "Ġc", + "ó" + ], + [ + "ic", + "i" + ], + [ + "ĠT", + "HERE" + ], + [ + "il", + "and" + ], + [ + "ĠH", + "and" + ], + [ + "Ġdes", + "con" + ], + [ + "Ġsha", + "ft" + ], + [ + "Ġsw", + "itched" + ], + [ + "Ġobject", + "ion" + ], + [ + "Ġabs", + "urd" + ], + [ + "Ġpon", + "ies" + ], + [ + "Ġkn", + "ives" + ], + [ + "Ġwebs", + "ites" + ], + [ + "Ġslee", + "ve" + ], + [ + "ĠThom", + "pson" + ], + [ + "p", + "ies" + ], + [ + "s", + "is" + ], + [ + "as", + "i" + ], + [ + "as", + "ha" + ], + [ + "Ġwe", + "pt" + ], + [ + "ass", + "y" + ], + [ + "ff", + "in" + ], + [ + "Ġthought", + "ful" + ], + [ + "Ġsur", + "f" + ], + [ + "Ġcons", + "ol" + ], + [ + "Ġ5", + "8" + ], + [ + "ĠNew", + "ton" + ], + [ + "Ġma", + "iden" + ], + [ + "Ġpens", + "aba" + ], + [ + "Ġllam", + "ó" + ], + [ + "Ġ192", + "4" + ], + [ + "ad", + "ar" + ], + [ + "ĠA", + "aron" + ], + [ + "ter", + "m" + ], + [ + "Ġag", + "gress" + ], + [ + "Ġplay", + "ground" + ], + [ + "ull", + "o" + ], + [ + "Ġlong", + "ed" + ], + [ + "ĠMa", + "isie" + ], + [ + "Ġgen", + "etic" + ], + [ + "Ġ192", + "3" + ], + [ + "ĠMor", + "ris" + ], + [ + "ĠEr", + "nest" + ], + [ + "ĠPal", + "est" + ], + [ + "Ġelder", + "ly" + ], + [ + "Ġmole", + "cules" + ], + [ + "ĠBir", + "mingham" + ], + [ + "Ġlaund", + "ry" + ], + [ + "Ġfranch", + "ise" + ], + [ + "Ġc", + "av" + ], + [ + "Ġb", + "ully" + ], + [ + "Ġbe", + "et" + ], + [ + "Ġde", + "e" + ], + [ + "ĠT", + "ib" + ], + [ + "Ġwhere", + "upon" + ], + [ + "Ġmis", + "under" + ], + [ + "Ġpar", + "allel" + ], + [ + "ĠMin", + "istry" + ], + [ + "Ġcant", + "idad" + ], + [ + "Ġcalm", + "ly" + ], + [ + "M", + "R" + ], + [ + "M", + "ight" + ], + [ + "r", + "amos" + ], + [ + "ac", + "re" + ], + [ + "ĠD", + "uc" + ], + [ + "ry", + "n" + ], + [ + "Ġmis", + "ery" + ], + [ + "Ġsign", + "ifica" + ], + [ + "Ġdiagnos", + "ed" + ], + [ + "Ġc", + "rest" + ], + [ + "id", + "ency" + ], + [ + "Ġst", + "ing" + ], + [ + "ĠA", + "irlines" + ], + [ + "Ġr", + "idge" + ], + [ + "ĠW", + "right" + ], + [ + "ĠO", + "z" + ], + [ + "Ġwho", + "lly" + ], + [ + "Ġper", + "rito" + ], + [ + "ĠY", + "e" + ], + [ + "amb", + "a" + ], + [ + "Ġsick", + "ness" + ], + [ + "Ġcuent", + "as" + ], + [ + "ánd", + "ome" + ], + [ + "Gu", + "ys" + ], + [ + "Ġdism", + "issed" + ], + [ + "B", + "rian" + ], + [ + "al", + "g" + ], + [ + "Ġwas", + "ting" + ], + [ + "ĠP", + "ep" + ], + [ + "ĠP", + "hoen" + ], + [ + "ud", + "y" + ], + [ + "Ġtr", + "unks" + ], + [ + "ne", + "um" + ], + [ + "co", + "g" + ], + [ + "Ġcur", + "se" + ], + [ + "Ġopp", + "onent" + ], + [ + "Ġsac", + "ar" + ], + [ + "Ġpack", + "ing" + ], + [ + "Ġcompl", + "iment" + ], + [ + "Ġprevent", + "ed" + ], + [ + "à¥", + "Ģ" + ], + [ + "Ġsink", + "ing" + ], + [ + "empor", + "ary" + ], + [ + "ĠNapole", + "on" + ], + [ + "m", + "at" + ], + [ + "Ġc", + "rib" + ], + [ + "it", + "ical" + ], + [ + "hat", + "tan" + ], + [ + "ir", + "i" + ], + [ + "ir", + "ies" + ], + [ + "ĠM", + "ason" + ], + [ + "Ġas", + "es" + ], + [ + "Ġal", + "umin" + ], + [ + "ĠD", + "up" + ], + [ + "Ġab", + "ol" + ], + [ + "ĠSm", + "all" + ], + [ + "ĠSec", + "urity" + ], + [ + "Ġjó", + "venes" + ], + [ + "G", + "ra" + ], + [ + "f", + "rog" + ], + [ + "he", + "ard" + ], + [ + "Ġre", + "pt" + ], + [ + "se", + "en" + ], + [ + "ĠN", + "orte" + ], + [ + "Ġsl", + "im" + ], + [ + "Ġreal", + "ise" + ], + [ + "Ġcons", + "isted" + ], + [ + "Ġ8", + "6" + ], + [ + "Ġvent", + "ured" + ], + [ + "Ġflag", + "s" + ], + [ + "Ġsor", + "prend" + ], + [ + "Ġprinci", + "ples" + ], + [ + "ĠR", + "ush" + ], + [ + "Ġro", + "ja" + ], + [ + "ens", + "on" + ], + [ + "ens", + "ions" + ], + [ + "Ġcomm", + "enced" + ], + [ + "ows", + "er" + ], + [ + "Ġsent", + "iment" + ], + [ + "Ġcam", + "eras" + ], + [ + "Ġlim", + "its" + ], + [ + "Ġcivil", + "ization" + ], + [ + "ĠOs", + "wald" + ], + [ + "ĠBat", + "man" + ], + [ + "Ġrejo", + "ined" + ], + [ + "ĠPic", + "ardie" + ], + [ + "ĠWall", + "ace" + ], + [ + "Em", + "ily" + ], + [ + "ĠRail", + "way" + ], + [ + "Ġignor", + "ant" + ], + [ + "Ġmead", + "ow" + ], + [ + "ac", + "as" + ], + [ + "Ġn", + "u" + ], + [ + "ro", + "be" + ], + [ + "il", + "ight" + ], + [ + "ab", + "as" + ], + [ + "th", + "ings" + ], + [ + "ĠN", + "ar" + ], + [ + "ĠR", + "ena" + ], + [ + "Ġreal", + "mente" + ], + [ + "Ġpast", + "el" + ], + [ + "ĠLu", + "cia" + ], + [ + "ĠAre", + "a" + ], + [ + "Ġjew", + "els" + ], + [ + "Ġdeput", + "y" + ], + [ + "a", + "ired" + ], + [ + "t", + "ri" + ], + [ + "ha", + "ving" + ], + [ + "Ġm", + "ates" + ], + [ + "ĠS", + "ER" + ], + [ + "ĠM", + "iami" + ], + [ + "Ġtr", + "ata" + ], + [ + "Ġbl", + "anc" + ], + [ + "ors", + "hip" + ], + [ + "Ġob", + "ra" + ], + [ + "Ġpen", + "is" + ], + [ + "Ġplant", + "as" + ], + [ + "Ġsigu", + "ió" + ], + [ + "ĠPlay", + "Station" + ], + [ + "Ġstir", + "red" + ], + [ + "Ġdelay", + "ed" + ], + [ + "Ġpaj", + "ar" + ], + [ + "Ġplung", + "ed" + ], + [ + "Ġbask", + "ets" + ], + [ + "i", + "op" + ], + [ + "Ġh", + "ice" + ], + [ + "ie", + "val" + ], + [ + "Ġj", + "azz" + ], + [ + "ĠF", + "ine" + ], + [ + "ess", + "a" + ], + [ + "che", + "e" + ], + [ + "iver", + "ing" + ], + [ + "Any", + "body" + ], + [ + "Ġba", + "a" + ], + [ + "Ġnomin", + "ation" + ], + [ + "Ġterrit", + "ories" + ], + [ + "Ġsav", + "ages" + ], + [ + "Ġcheap", + "er" + ], + [ + "ĠPun", + "jab" + ], + [ + "L", + "adies" + ], + [ + "re", + "pe" + ], + [ + "Ġw", + "ander" + ], + [ + "Ġc", + "ategory" + ], + [ + "ĠS", + "ud" + ], + [ + "ĠM", + "P" + ], + [ + "Ġgo", + "b" + ], + [ + "Ġthought", + "fully" + ], + [ + "Ġnever", + "theless" + ], + [ + "Ġbarrel", + "s" + ], + [ + "R", + "EN" + ], + [ + "r", + "ise" + ], + [ + "it", + "ic" + ], + [ + "Ġf", + "rench" + ], + [ + "at", + "ra" + ], + [ + "Ġe", + "fficient" + ], + [ + "Ġher", + "mit" + ], + [ + "od", + "er" + ], + [ + "Ġpol", + "ar" + ], + [ + "ĠTh", + "ink" + ], + [ + "Ġ7", + "8" + ], + [ + "Ġmain", + "tained" + ], + [ + "Ġpot", + "tie" + ], + [ + "De", + "cember" + ], + [ + "ribut", + "ed" + ], + [ + "ĠRos", + "am" + ], + [ + "b", + "ug" + ], + [ + "k", + "an" + ], + [ + "Ġd", + "uer" + ], + [ + "ro", + "ar" + ], + [ + "ĠM", + "aced" + ], + [ + "ĠF", + "all" + ], + [ + "ap", + "se" + ], + [ + "Ġco", + "ke" + ], + [ + "Ġpor", + "k" + ], + [ + "ale", + "b" + ], + [ + "gu", + "nos" + ], + [ + "Ġexp", + "lo" + ], + [ + "ĠSha", + "ll" + ], + [ + "Ġcrack", + "ed" + ], + [ + "ĠRhod", + "es" + ], + [ + "F", + "OR" + ], + [ + "b", + "elt" + ], + [ + "ic", + "ular" + ], + [ + "ĠT", + "oy" + ], + [ + "el", + "and" + ], + [ + "ÃŃ", + "g" + ], + [ + "Ġba", + "ñ" + ], + [ + "Ġmurm", + "ur" + ], + [ + "Ġrhy", + "me" + ], + [ + "J", + "on" + ], + [ + "L", + "ING" + ], + [ + "Ġm", + "all" + ], + [ + "ĠT", + "ierra" + ], + [ + "Ġ19", + "19" + ], + [ + "Ġmar", + "ine" + ], + [ + "Ġsna", + "il" + ], + [ + "US", + "E" + ], + [ + "Ġengage", + "ment" + ], + [ + "3", + "00" + ], + [ + "M", + "u" + ], + [ + "c", + "f" + ], + [ + "Ġm", + "oss" + ], + [ + "as", + "a" + ], + [ + "ĠP", + "ir" + ], + [ + "ĠP", + "uerto" + ], + [ + "iz", + "ación" + ], + [ + "Ġ9", + "7" + ], + [ + "Ġdiv", + "ine" + ], + [ + "ni", + "ques" + ], + [ + "ĠFore", + "ign" + ], + [ + "Ġcaval", + "ry" + ], + [ + "!", + "_" + ], + [ + "r", + "ose" + ], + [ + "it", + "us" + ], + [ + "ri", + "ved" + ], + [ + "ĠE", + "L" + ], + [ + "Ġwhen", + "ce" + ], + [ + "ud", + "der" + ], + [ + "Ġbr", + "ow" + ], + [ + "ĠBr", + "os" + ], + [ + "ĠDe", + "rek" + ], + [ + "Ġass", + "ess" + ], + [ + "Ġconf", + "ront" + ], + [ + "Ġgener", + "ations" + ], + [ + "Ġprodu", + "ces" + ], + [ + "AP", + "P" + ], + [ + "Ġtrad", + "itions" + ], + [ + "Could", + "n" + ], + [ + "Ġsuppl", + "ied" + ], + [ + "Ġcog", + "ió" + ], + [ + "Eng", + "lish" + ], + [ + "Ġnegot", + "i" + ], + [ + "Ġequival", + "ent" + ], + [ + ")", + "}" + ], + [ + "B", + "ER" + ], + [ + "c", + "ough" + ], + [ + "f", + "ia" + ], + [ + "s", + "peech" + ], + [ + "ĠE", + "arly" + ], + [ + "Ġdr", + "ums" + ], + [ + "Don", + "alds" + ], + [ + "Ġdet", + "ailed" + ], + [ + "ĠEd", + "ith" + ], + [ + "isten", + "cia" + ], + [ + "Ġremo", + "ves" + ], + [ + "Car", + "oline" + ], + [ + "LAU", + "GH" + ], + [ + "Ġopportun", + "ities" + ], + [ + "D", + "ur" + ], + [ + "b", + "ach" + ], + [ + "d", + "emon" + ], + [ + "Ġd", + "ensity" + ], + [ + "Ġin", + "ject" + ], + [ + "le", + "e" + ], + [ + "ĠF", + "ried" + ], + [ + "Ġchan", + "nels" + ], + [ + "Ġsl", + "ides" + ], + [ + "Ġsw", + "ings" + ], + [ + "Ġbeaut", + "ifully" + ], + [ + "Ġesc", + "uchar" + ], + [ + "Ġtit", + "led" + ], + [ + "Ġpra", + "ised" + ], + [ + "Ġspecific", + "ally" + ], + [ + "Ġmonta", + "ña" + ], + [ + "r", + "ust" + ], + [ + "ou", + "ched" + ], + [ + "ig", + "i" + ], + [ + "Ġfl", + "ip" + ], + [ + "Ġtan", + "ks" + ], + [ + "Ġrevol", + "ver" + ], + [ + "ĠCle", + "veland" + ], + [ + "Ġcaf", + "é" + ], + [ + "P", + "age" + ], + [ + "l", + "u" + ], + [ + "ĠT", + "erry" + ], + [ + "ĠB", + "ureau" + ], + [ + "cl", + "oth" + ], + [ + "zz", + "le" + ], + [ + "rit", + "z" + ], + [ + "atter", + "ing" + ], + [ + "ĠMal", + "ays" + ], + [ + "5", + "2" + ], + [ + "F", + "ar" + ], + [ + "M", + "ur" + ], + [ + "Ġc", + "ien" + ], + [ + "ĠC", + "AR" + ], + [ + "Ġj", + "et" + ], + [ + "ĠD", + "imitra" + ], + [ + "ĠK", + "al" + ], + [ + "ob", + "re" + ], + [ + "Ġra", + "id" + ], + [ + "Ġatt", + "ic" + ], + [ + "Ġremember", + "ing" + ], + [ + "Ġsun", + "light" + ], + [ + "Ġden", + "omin" + ], + [ + "ĠGeoff", + "rey" + ], + [ + "h", + "ombre" + ], + [ + "z", + "i" + ], + [ + "Ġo", + "ÃŃ" + ], + [ + "Ġbe", + "gg" + ], + [ + "ĠC", + "ock" + ], + [ + "Ġj", + "a" + ], + [ + "ig", + "ation" + ], + [ + "ĠD", + "ig" + ], + [ + "Ġel", + "abor" + ], + [ + "pr", + "ints" + ], + [ + "Ġver", + "ano" + ], + [ + "ĠNat", + "halie" + ], + [ + "Fuck", + "ing" + ], + [ + "ĠNob", + "ody" + ], + [ + "Rog", + "er" + ], + [ + "Ġb", + "aked" + ], + [ + "Ġl", + "y" + ], + [ + "Ġl", + "yrics" + ], + [ + "ot", + "y" + ], + [ + "Ġme", + "lt" + ], + [ + "Ġup", + "ward" + ], + [ + "one", + "jo" + ], + [ + "Ġpro", + "c" + ], + [ + "Ġsp", + "rink" + ], + [ + "Ġfl", + "ashing" + ], + [ + "Ġreg", + "istered" + ], + [ + "ndo", + "le" + ], + [ + "ĠSc", + "rooge" + ], + [ + "bu", + "ilt" + ], + [ + "Ġod", + "ds" + ], + [ + "hun", + "h" + ], + [ + "Ġemphas", + "is" + ], + [ + "6", + "7" + ], + [ + "ĠH", + "omer" + ], + [ + "ĠJ", + "asper" + ], + [ + "Ġcomplet", + "amente" + ], + [ + "Ġperforman", + "ces" + ], + [ + "Ġneighbour", + "s" + ], + [ + "Ġbor", + "ne" + ], + [ + "ĠDet", + "ective" + ], + [ + "ĠTele", + "vision" + ], + [ + "ĠEX", + "P" + ], + [ + "ĠCommun", + "ist" + ], + [ + "Ġscramb", + "led" + ], + [ + "g", + "osh" + ], + [ + "ĠM", + "ong" + ], + [ + "Ġv", + "ieron" + ], + [ + "ĠFl", + "oss" + ], + [ + "Ġgar", + "ments" + ], + [ + "Ġfre", + "ak" + ], + [ + "Ġwret", + "ched" + ], + [ + "f", + "u" + ], + [ + "p", + "ción" + ], + [ + "ro", + "c" + ], + [ + "Ġfr", + "act" + ], + [ + "Ġsh", + "rill" + ], + [ + "Ġpod", + "ÃŃan" + ], + [ + "Ġess", + "ay" + ], + [ + "Ġtast", + "ed" + ], + [ + "Ġapplic", + "ations" + ], + [ + "Ġpurcha", + "sed" + ], + [ + "ĠJam", + "ie" + ], + [ + "CL", + "I" + ], + [ + "C", + "am" + ], + [ + "r", + "ide" + ], + [ + "Ġt", + "ér" + ], + [ + "Ġw", + "i" + ], + [ + "ha", + "la" + ], + [ + "ar", + "med" + ], + [ + "Ġg", + "ast" + ], + [ + "ĠS", + "uddenly" + ], + [ + "ĠH", + "ouston" + ], + [ + "Ġgr", + "asped" + ], + [ + "Ġcomp", + "elled" + ], + [ + "de", + "re" + ], + [ + "eg", + "ro" + ], + [ + "ĠFr", + "ost" + ], + [ + "grim", + "as" + ], + [ + "Ġparl", + "or" + ], + [ + "8", + "8" + ], + [ + "S", + "A" + ], + [ + "S", + "eptember" + ], + [ + "Ġl", + "ined" + ], + [ + "ĠM", + "orning" + ], + [ + "ĠC", + "L" + ], + [ + "Ġcom", + "ún" + ], + [ + "ĠE", + "ver" + ], + [ + "ber", + "n" + ], + [ + "Ġres", + "ent" + ], + [ + "ons", + "in" + ], + [ + "po", + "ca" + ], + [ + "ĠOr", + "leans" + ], + [ + "Ġmatemát", + "ica" + ], + [ + "Ġconfess", + "ed" + ], + [ + "Ġswall", + "owed" + ], + [ + "Ġconstru", + "cted" + ], + [ + "Ġcollea", + "gues" + ], + [ + "S", + "R" + ], + [ + "Ġd", + "ame" + ], + [ + "est", + "os" + ], + [ + "if", + "ting" + ], + [ + "ĠD", + "aw" + ], + [ + "ĠF", + "ROM" + ], + [ + "Ġround", + "s" + ], + [ + "Ġadv", + "ise" + ], + [ + "ĠMa", + "id" + ], + [ + "Ġener", + "gÃŃa" + ], + [ + "ĠOl", + "ive" + ], + [ + "Ġbetray", + "ed" + ], + [ + "C", + "ON" + ], + [ + "P", + "ass" + ], + [ + "W", + "ater" + ], + [ + "e", + "ye" + ], + [ + "Ġt", + "aps" + ], + [ + "Ġc", + "j" + ], + [ + "Ġl", + "ace" + ], + [ + "out", + "side" + ], + [ + "Ġcon", + "duc" + ], + [ + "Ġman", + "us" + ], + [ + "Ġroll", + "er" + ], + [ + "cont", + "estó" + ], + [ + "Ġdram", + "atic" + ], + [ + "N", + "orth" + ], + [ + "h", + "oney" + ], + [ + "Ġb", + "ols" + ], + [ + "Ġth", + "ine" + ], + [ + "qu", + "ina" + ], + [ + "Ġme", + "z" + ], + [ + "ĠH", + "ud" + ], + [ + "Ġv", + "alle" + ], + [ + "Ġex", + "clamation" + ], + [ + "ag", + "en" + ], + [ + "we", + "ed" + ], + [ + "rill", + "iant" + ], + [ + "ĠMus", + "lims" + ], + [ + "Ġtrick", + "y" + ], + [ + "Ġgest", + "ure" + ], + [ + "K", + "ay" + ], + [ + "Ġf", + "ib" + ], + [ + "ĠN", + "emo" + ], + [ + "Ġle", + "e" + ], + [ + "Ġun", + "ited" + ], + [ + "ci", + "eron" + ], + [ + "ĠIn", + "f" + ], + [ + "Ġhab", + "its" + ], + [ + "Ġste", + "pping" + ], + [ + "Ġpens", + "ando" + ], + [ + "SI", + "C" + ], + [ + "Ġprepar", + "ation" + ], + [ + "Ġoccas", + "ional" + ], + [ + "Ġimpress", + "ive" + ], + [ + "D", + "ick" + ], + [ + "Ġd", + "uro" + ], + [ + "Ġre", + "vel" + ], + [ + "Ġli", + "ger" + ], + [ + "Ġpre", + "ci" + ], + [ + "Ġcomp", + "ens" + ], + [ + "ĠSp", + "eak" + ], + [ + "Es", + "pecially" + ], + [ + "whe", + "el" + ], + [ + "ĠBalt", + "imore" + ], + [ + "ĠAun", + "ty" + ], + [ + "Ġbe", + "ats" + ], + [ + "cl", + "ap" + ], + [ + "Ġref", + "res" + ], + [ + "Ġquick", + "er" + ], + [ + "ĠCl", + "ay" + ], + [ + "nde", + "z" + ], + [ + "Ġgovern", + "ments" + ], + [ + "Mum", + "mie" + ], + [ + "Ġgall", + "ant" + ], + [ + "Ġtor", + "ped" + ], + [ + "Ġchuck", + "led" + ], + [ + "Ġvolcan", + "o" + ], + [ + "Ġreject", + "ed" + ], + [ + "Ġcateg", + "ories" + ], + [ + "Ġmamm", + "als" + ], + [ + "b", + "od" + ], + [ + "t", + "ice" + ], + [ + "st", + "ic" + ], + [ + "ĠB", + "ark" + ], + [ + "Ġsm", + "ugg" + ], + [ + "Ġ5", + "2" + ], + [ + "Ġph", + "ones" + ], + [ + "uss", + "ia" + ], + [ + "Ġsqu", + "ares" + ], + [ + "Ġbusiness", + "es" + ], + [ + "Ġdest", + "ination" + ], + [ + "Ġeduc", + "ational" + ], + [ + "Ġinit", + "ially" + ], + [ + "Ġemot", + "ional" + ], + [ + "Ġ1", + "20" + ], + [ + "ort", + "al" + ], + [ + "Ġpr", + "ints" + ], + [ + "ft", + "en" + ], + [ + "let", + "ub" + ], + [ + "Ġbad", + "ge" + ], + [ + "ĠGr", + "im" + ], + [ + "Ġenc", + "ounter" + ], + [ + "ĠCha", + "mber" + ], + [ + "ĠEst", + "her" + ], + [ + "ĠBet", + "ween" + ], + [ + "Wh", + "oo" + ], + [ + "Ġnar", + "an" + ], + [ + "Jul", + "ia" + ], + [ + "Ġoct", + "opus" + ], + [ + "Ġañ", + "ad" + ], + [ + "Ġto", + "c" + ], + [ + "ab", + "l" + ], + [ + "Ġv", + "ot" + ], + [ + "ĠR", + "oxy" + ], + [ + "ag", + "raph" + ], + [ + "ĠTr", + "ust" + ], + [ + "rel", + "ated" + ], + [ + "RE", + "AM" + ], + [ + "Ġguard", + "ar" + ], + [ + "Ġconce", + "aled" + ], + [ + "Ġayud", + "ar" + ], + [ + "Ġwealth", + "y" + ], + [ + "Ġphe", + "nomen" + ], + [ + "Ġconcre", + "te" + ], + [ + "9", + "4" + ], + [ + "P", + "oss" + ], + [ + "s", + "in" + ], + [ + "u", + "ve" + ], + [ + "Ġd", + "ances" + ], + [ + "as", + "hi" + ], + [ + "Ġin", + "con" + ], + [ + "ĠC", + "roat" + ], + [ + "Ġv", + "ul" + ], + [ + "ĠO", + "range" + ], + [ + "iv", + "an" + ], + [ + "do", + "lly" + ], + [ + "be", + "gins" + ], + [ + "Ġcor", + "al" + ], + [ + "Ġpat", + "o" + ], + [ + "Ġtele", + "visión" + ], + [ + "cent", + "ury" + ], + [ + "Ġprotect", + "ing" + ], + [ + "Ġprocess", + "ion" + ], + [ + "Ġráp", + "idamente" + ], + [ + "Ġcompañ", + "ÃŃa" + ], + [ + "ĠIndones", + "ia" + ], + [ + "Ġconstituen", + "cy" + ], + [ + "U", + "gh" + ], + [ + "in", + "tend" + ], + [ + "Ġover", + "se" + ], + [ + "ĠBr", + "on" + ], + [ + "Qu", + "iero" + ], + [ + "Ġyo", + "gh" + ], + [ + "Ġ8", + "3" + ], + [ + "Ġmas", + "ters" + ], + [ + "Ġpeas", + "ants" + ], + [ + "Ġgradu", + "ate" + ], + [ + "ĠJeff", + "erson" + ], + [ + "Jos", + "eph" + ], + [ + "Ġclo", + "ak" + ], + [ + "Ġminim", + "um" + ], + [ + "B", + "ern" + ], + [ + "b", + "unny" + ], + [ + "t", + "ap" + ], + [ + "oo", + "gle" + ], + [ + "ri", + "gg" + ], + [ + "qu", + "ite" + ], + [ + "Ġdo", + "ce" + ], + [ + "IN", + "T" + ], + [ + "Ġpre", + "ca" + ], + [ + "ang", + "a" + ], + [ + "Ġsc", + "ent" + ], + [ + "Ġuh", + "huh" + ], + [ + "vel", + "t" + ], + [ + "Ġfree", + "zing" + ], + [ + "ĠEd", + "mund" + ], + [ + "ĠDan", + "ish" + ], + [ + "Ġperiod", + "s" + ], + [ + "âĢ", + "¢" + ], + [ + "ĠPrem", + "ier" + ], + [ + "L", + "ee" + ], + [ + "Ġt", + "ÃŃ" + ], + [ + "Ġd", + "ieron" + ], + [ + "ĠT", + "reat" + ], + [ + "ĠM", + "amá" + ], + [ + "Ġun", + "w" + ], + [ + "ĠV", + "as" + ], + [ + "cc", + "oli" + ], + [ + "Ġvill", + "ain" + ], + [ + "Ġing", + "red" + ], + [ + "Ġrequest", + "ed" + ], + [ + "ĠEv", + "ans" + ], + [ + "Ġembarrass", + "ed" + ], + [ + "U", + "r" + ], + [ + "b", + "ah" + ], + [ + "ĠH", + "ero" + ], + [ + "ĠH", + "ugo" + ], + [ + "Ġla", + "go" + ], + [ + "ang", + "o" + ], + [ + "Ġrest", + "o" + ], + [ + "rom", + "ise" + ], + [ + "Ġstar", + "ving" + ], + [ + "Ġghost", + "s" + ], + [ + "Ġjue", + "gos" + ], + [ + "Ġadvert", + "ising" + ], + [ + "Ġerr", + "and" + ], + [ + "ĠAra", + "bs" + ], + [ + "Ġannounce", + "ment" + ], + [ + "Ġrehe", + "ars" + ], + [ + "d", + "ic" + ], + [ + "Ġp", + "ongo" + ], + [ + "ĠT", + "am" + ], + [ + "Ġan", + "ime" + ], + [ + "Ġall", + "eg" + ], + [ + "ĠG", + "arden" + ], + [ + "Ġun", + "emplo" + ], + [ + "Ġar", + "oused" + ], + [ + "Ġsent", + "enced" + ], + [ + "Ġext", + "rem" + ], + [ + "Ġhun", + "ters" + ], + [ + "Ġsegu", + "ÃŃa" + ], + [ + "ĠIsrael", + "i" + ], + [ + "ĠKe", + "ith" + ], + [ + "ĠCamp", + "bell" + ], + [ + "Ġbond", + "s" + ], + [ + "ĠConserv", + "ative" + ], + [ + "ĠIv", + "án" + ], + [ + "Lie", + "utenant" + ], + [ + "R", + "uth" + ], + [ + "ĠS", + "um" + ], + [ + "ĠM", + "uch" + ], + [ + "Ġas", + "pir" + ], + [ + "ĠB", + "ou" + ], + [ + "ĠD", + "ory" + ], + [ + "od", + "dy" + ], + [ + "Ġwor", + "rying" + ], + [ + "Ġve", + "inte" + ], + [ + "Ġdi", + "jeron" + ], + [ + "Ġtre", + "asures" + ], + [ + "Ġlady", + "bird" + ], + [ + "isc", + "onsin" + ], + [ + "Ġqual", + "ities" + ], + [ + "Ġrasc", + "al" + ], + [ + "Ġhosp", + "itals" + ], + [ + "E", + "res" + ], + [ + "r", + "ons" + ], + [ + "re", + "my" + ], + [ + "et", + "ry" + ], + [ + "am", + "ite" + ], + [ + "ĠD", + "ob" + ], + [ + "ĠJ", + "our" + ], + [ + "Ġback", + "ward" + ], + [ + "so", + "on" + ], + [ + "Ġhand", + "ful" + ], + [ + "ress", + "ing" + ], + [ + "Ġve", + "c" + ], + [ + "Ġprot", + "ests" + ], + [ + "Ġdiscuss", + "ing" + ], + [ + "Ġge", + "omet" + ], + [ + "Ġnic", + "er" + ], + [ + "soft", + "ly" + ], + [ + "ĠCarib", + "bean" + ], + [ + "H", + "y" + ], + [ + "Ġst", + "amps" + ], + [ + "ort", + "ion" + ], + [ + "we", + "alth" + ], + [ + "Ġcar", + "acter" + ], + [ + "Ġtra", + "gedy" + ], + [ + "ica", + "w" + ], + [ + "Ġret", + "orted" + ], + [ + "Ġdist", + "ancia" + ], + [ + "Ġprom", + "otion" + ], + [ + "Ġclass", + "ified" + ], + [ + "Ġdisc", + "rimin" + ], + [ + "ĠAb", + "d" + ], + [ + "Ġesp", + "ada" + ], + [ + "Ġrelations", + "hips" + ], + [ + "Ġcustom", + "s" + ], + [ + "ĠFr", + "ont" + ], + [ + "Ġescri", + "b" + ], + [ + "hors", + "ie" + ], + [ + "Ġex", + "it" + ], + [ + "ĠO", + "regon" + ], + [ + "No", + "vember" + ], + [ + "Ġper", + "ros" + ], + [ + "Ġbuild", + "er" + ], + [ + "ĠEr", + "nie" + ], + [ + "Ġsque", + "ez" + ], + [ + "Ġ����", + "����" + ], + [ + "Ġemot", + "ions" + ], + [ + "Ġquiz", + "á" + ], + [ + "Ġsint", + "ió" + ], + [ + "ĠVenez", + "uela" + ], + [ + "D", + "ios" + ], + [ + "n", + "ity" + ], + [ + "w", + "ight" + ], + [ + "x", + "ico" + ], + [ + "Ġto", + "xic" + ], + [ + "ĠM", + "ey" + ], + [ + "est", + "ly" + ], + [ + "ĠL", + "E" + ], + [ + "ĠN", + "umber" + ], + [ + "Ġro", + "oster" + ], + [ + "ĠSt", + "adium" + ], + [ + "Ġlist", + "s" + ], + [ + "Ġclass", + "ification" + ], + [ + "Ġesp", + "acio" + ], + [ + "Ġtemper", + "atures" + ], + [ + "Ġdemand", + "s" + ], + [ + "iert", + "os" + ], + [ + "N", + "i" + ], + [ + "c", + "ookie" + ], + [ + "m", + "ist" + ], + [ + "in", + "et" + ], + [ + "Ġw", + "are" + ], + [ + "Ġm", + "ing" + ], + [ + "Ġp", + "az" + ], + [ + "Ġse", + "ctions" + ], + [ + "ĠM", + "ec" + ], + [ + "ter", + "o" + ], + [ + "Ġwr", + "ath" + ], + [ + "Ġche", + "ers" + ], + [ + "ĠDe", + "velopment" + ], + [ + "Ġhur", + "rying" + ], + [ + "Ġid", + "le" + ], + [ + "Ġpain", + "s" + ], + [ + "Ġtermin", + "ado" + ], + [ + "dis", + "play" + ], + [ + "Ġacab", + "ó" + ], + [ + "Ġaccur", + "ate" + ], + [ + "Ġtherap", + "y" + ], + [ + "nat", + "ured" + ], + [ + "N", + "a" + ], + [ + "Ġc", + "unning" + ], + [ + "at", + "meal" + ], + [ + "el", + "ius" + ], + [ + "Ġsh", + "ores" + ], + [ + "ĠN", + "ature" + ], + [ + "ĠK", + "am" + ], + [ + "Ġass", + "hole" + ], + [ + "Ġdisc", + "ont" + ], + [ + "ĠArmen", + "ia" + ], + [ + "ĠLiber", + "al" + ], + [ + "Ġtob", + "acco" + ], + [ + "A", + "V" + ], + [ + "ver", + "ing" + ], + [ + "Ġde", + "fect" + ], + [ + "ul", + "us" + ], + [ + "Ġpro", + "vo" + ], + [ + "ĠV", + "II" + ], + [ + "p", + "ast" + ], + [ + "Ġc", + "oo" + ], + [ + "Ġn", + "ive" + ], + [ + "ĠG", + "U" + ], + [ + "Ġbr", + "isk" + ], + [ + "Ġtri", + "gger" + ], + [ + "Th", + "us" + ], + [ + "AS", + "E" + ], + [ + "Ġextra", + "ño" + ], + [ + "Ġhunt", + "ed" + ], + [ + "sho", + "e" + ], + [ + "pent", + "er" + ], + [ + "ĠGab", + "riel" + ], + [ + "raf", + "ÃŃa" + ], + [ + "M", + "ine" + ], + [ + "S", + "outh" + ], + [ + "t", + "t" + ], + [ + "Ġthe", + "ories" + ], + [ + "...", + "!" + ], + [ + "ĠG", + "ob" + ], + [ + "ĠL", + "or" + ], + [ + "Ġpr", + "ick" + ], + [ + "oc", + "ation" + ], + [ + "Ġwild", + "ly" + ], + [ + "Por", + "que" + ], + [ + "achel", + "or" + ], + [ + "Ġcomment", + "ed" + ], + [ + "Ġmos", + "quito" + ], + [ + "U", + "se" + ], + [ + "he", + "ro" + ], + [ + "us", + "ions" + ], + [ + "Ġqu", + "itar" + ], + [ + "ĠThe", + "atre" + ], + [ + "Ġsp", + "onge" + ], + [ + "Qu", + "ién" + ], + [ + "wh", + "ining" + ], + [ + "ster", + "n" + ], + [ + "Ġaut", + "or" + ], + [ + "ĠAN", + "Y" + ], + [ + "Ġdefin", + "ite" + ], + [ + "Ġkilomet", + "ers" + ], + [ + "ĠFif", + "i" + ], + [ + "Ġsufic", + "iente" + ], + [ + "icaw", + "ber" + ], + [ + "C", + "alm" + ], + [ + "M", + "ac" + ], + [ + "M", + "olly" + ], + [ + "b", + "ound" + ], + [ + "x", + "ual" + ], + [ + "Ġw", + "ob" + ], + [ + "Ġf", + "ag" + ], + [ + "Ġy", + "ay" + ], + [ + "Ġn", + "ib" + ], + [ + "Ġen", + "sure" + ], + [ + "Ġcomp", + "are" + ], + [ + "ib", + "i" + ], + [ + "Ġfar", + "ming" + ], + [ + "ĠTh", + "ird" + ], + [ + "Ġrest", + "less" + ], + [ + "umb", + "ers" + ], + [ + "Ġscar", + "let" + ], + [ + "kiss", + "ing" + ], + [ + "Ġcandid", + "ates" + ], + [ + "Ġwelcom", + "ed" + ], + [ + "B", + "a" + ], + [ + "w", + "ife" + ], + [ + "Ġs", + "am" + ], + [ + "ĠS", + "EE" + ], + [ + "ĠP", + "om" + ], + [ + "ear", + "ly" + ], + [ + "Ġro", + "bbed" + ], + [ + "Ġbl", + "ade" + ], + [ + "Ġcr", + "unch" + ], + [ + "Ġpor", + "qué" + ], + [ + "Ġprom", + "ote" + ], + [ + "Ġbas", + "in" + ], + [ + "ĠSha", + "w" + ], + [ + "ĠComm", + "and" + ], + [ + "Ġdesign", + "er" + ], + [ + "Ġtech", + "niques" + ], + [ + "Ġhistor", + "ian" + ], + [ + "T", + "a" + ], + [ + "f", + "old" + ], + [ + "g", + "od" + ], + [ + "v", + "ich" + ], + [ + "Ġ", + "ÃŃ" + ], + [ + "Ġa", + "uth" + ], + [ + "Ġl", + "oop" + ], + [ + "Ġbl", + "anca" + ], + [ + "Ġcu", + "ch" + ], + [ + "Ġexp", + "ense" + ], + [ + "Ġmid", + "ship" + ], + [ + "Ġcult", + "ures" + ], + [ + "Ġaccident", + "ally" + ], + [ + "ĠChe", + "ster" + ], + [ + "Tod", + "os" + ], + [ + "ĠHol", + "mes" + ], + [ + "Ġalar", + "med" + ], + [ + "ĠTai", + "wan" + ], + [ + "A", + "un" + ], + [ + "L", + "isa" + ], + [ + "o", + "ink" + ], + [ + "Ġf", + "ain" + ], + [ + "Ġwe", + "eping" + ], + [ + "ver", + "dad" + ], + [ + "op", + "er" + ], + [ + "Ġv", + "olleyball" + ], + [ + "ĠW", + "atson" + ], + [ + "itt", + "e" + ], + [ + "ps", + "hire" + ], + [ + "Ġbus", + "es" + ], + [ + "ple", + "te" + ], + [ + "Ġins", + "pe" + ], + [ + "Ġorgan", + "ic" + ], + [ + "ĠRob", + "bie" + ], + [ + "T", + "onight" + ], + [ + "d", + "iv" + ], + [ + "r", + "ina" + ], + [ + "re", + "moves" + ], + [ + "Ġf", + "itting" + ], + [ + "ĠM", + "ake" + ], + [ + "ĠH", + "ood" + ], + [ + "ĠP", + "hys" + ], + [ + "el", + "ig" + ], + [ + "ĠL", + "uther" + ], + [ + "ble", + "m" + ], + [ + "ĠY", + "am" + ], + [ + "ĠDe", + "ad" + ], + [ + "Ġimp", + "lement" + ], + [ + "Ġsy", + "nd" + ], + [ + "Ġsum", + "mit" + ], + [ + "Ġhuman", + "o" + ], + [ + "Se", + "ems" + ], + [ + "Ġfre", + "ight" + ], + [ + "sm", + "all" + ], + [ + "Other", + "wise" + ], + [ + "Ġflu", + "id" + ], + [ + "ĠBeng", + "al" + ], + [ + "u", + "ces" + ], + [ + "Ġs", + "izes" + ], + [ + "Ġthe", + "ore" + ], + [ + "Ġm", + "are" + ], + [ + "Ġg", + "y" + ], + [ + "Ġhe", + "ir" + ], + [ + "ĠA", + "ch" + ], + [ + "ĠA", + "bb" + ], + [ + "st", + "ad" + ], + [ + "ard", + "ed" + ], + [ + "pl", + "ed" + ], + [ + "ip", + "h" + ], + [ + "Ġmar", + "vel" + ], + [ + "Ġimp", + "res" + ], + [ + "Ġsince", + "re" + ], + [ + "Ġpri", + "zes" + ], + [ + "Ġnue", + "ve" + ], + [ + "Ġrob", + "bery" + ], + [ + "cur", + "rent" + ], + [ + "Ġaspect", + "o" + ], + [ + "E", + "lla" + ], + [ + "j", + "ero" + ], + [ + "Ġre", + "ass" + ], + [ + "Ġan", + "ts" + ], + [ + "ĠE", + "thel" + ], + [ + "Ġdes", + "erved" + ], + [ + "Ġca", + "ñ" + ], + [ + "Ġcha", + "mp" + ], + [ + "Ġsl", + "id" + ], + [ + "uss", + "ian" + ], + [ + "Er", + "ic" + ], + [ + "Ġcal", + "f" + ], + [ + "uest", + "o" + ], + [ + "à²", + "¿" + ], + [ + "Ġtour", + "ist" + ], + [ + "Ġscar", + "f" + ], + [ + "Ġur", + "gent" + ], + [ + "imit", + "ates" + ], + [ + "pron", + "ounced" + ], + [ + "mel", + "on" + ], + [ + "9", + "1" + ], + [ + "O", + "ctober" + ], + [ + "t", + "ienes" + ], + [ + "Ġt", + "ama" + ], + [ + "ĠS", + "n" + ], + [ + "ĠS", + "ic" + ], + [ + "Ġfl", + "owing" + ], + [ + "Ġhuman", + "ity" + ], + [ + "ij", + "i" + ], + [ + "Ġsitu", + "ations" + ], + [ + "Ġinvestig", + "ate" + ], + [ + "ĠLab", + "or" + ], + [ + "Fe", + "bruary" + ], + [ + "Ġros", + "y" + ], + [ + "Ġlux", + "ury" + ], + [ + "Ġcorrid", + "or" + ], + [ + "re", + "ro" + ], + [ + "Ġe", + "y" + ], + [ + "ĠA", + "ges" + ], + [ + "Ġj", + "aw" + ], + [ + "ĠJ", + "ung" + ], + [ + "omet", + "er" + ], + [ + "Ġcar", + "avan" + ], + [ + "Ġcap", + "s" + ], + [ + "ev", + "a" + ], + [ + "Ġ192", + "1" + ], + [ + "Ġded", + "o" + ], + [ + "Ġdemocr", + "acy" + ], + [ + "Ġaten", + "ción" + ], + [ + "r", + "ÃŃ" + ], + [ + "es", + "c" + ], + [ + "ĠL", + "am" + ], + [ + "ose", + "velt" + ], + [ + "Ġtw", + "ink" + ], + [ + "ile", + "en" + ], + [ + "Ġter", + "rified" + ], + [ + "ĠLe", + "ader" + ], + [ + "ĠPe", + "ggotty" + ], + [ + "Ġsuccess", + "ion" + ], + [ + "ÃŃn", + "ea" + ], + [ + "Ġpark", + "s" + ], + [ + "Ġdent", + "ist" + ], + [ + "G", + "B" + ], + [ + "f", + "il" + ], + [ + "y", + "ers" + ], + [ + "Ġ", + "Å" + ], + [ + "Ġm", + "ens" + ], + [ + "Ġf", + "ret" + ], + [ + "Ġha", + "ga" + ], + [ + "ac", + "ie" + ], + [ + "ĠB", + "unk" + ], + [ + "ĠL", + "iz" + ], + [ + "ĠL", + "anc" + ], + [ + "Ġer", + "u" + ], + [ + "Ġper", + "ple" + ], + [ + "Ġra", + "pper" + ], + [ + "ĠQue", + "bec" + ], + [ + "Ġtent", + "h" + ], + [ + "Ġdere", + "cho" + ], + [ + "Ġloll", + "ipop" + ], + [ + "display", + "style" + ], + [ + "D", + "ude" + ], + [ + "F", + "el" + ], + [ + "r", + "ong" + ], + [ + "ed", + "ee" + ], + [ + "st", + "orm" + ], + [ + "ĠC", + "ub" + ], + [ + "uck", + "s" + ], + [ + "Ġhand", + "led" + ], + [ + "ara", + "je" + ], + [ + "Ġbu", + "rial" + ], + [ + "LO", + "W" + ], + [ + "Ġviv", + "o" + ], + [ + "ĠDar", + "win" + ], + [ + "B", + "ir" + ], + [ + "Ġ", + "]." + ], + [ + "ha", + "ired" + ], + [ + "Ġy", + "ep" + ], + [ + "ĠB", + "enn" + ], + [ + "ĠL", + "em" + ], + [ + "ĠN", + "ice" + ], + [ + "unt", + "il" + ], + [ + "ĠTr", + "ue" + ], + [ + "ĠHam", + "pshire" + ], + [ + "bel", + "iev" + ], + [ + "Ġenorm", + "e" + ], + [ + "Ġgreet", + "ing" + ], + [ + "Ġinstit", + "ution" + ], + [ + "R", + "et" + ], + [ + "R", + "oy" + ], + [ + "g", + "ó" + ], + [ + "h", + "r" + ], + [ + "er", + "ts" + ], + [ + "Ġf", + "lex" + ], + [ + "Ġl", + "oo" + ], + [ + "ac", + "eae" + ], + [ + "ĠW", + "isconsin" + ], + [ + "Ġar", + "sen" + ], + [ + "Ġnow", + "adays" + ], + [ + "Ġsc", + "outs" + ], + [ + "Ġspe", + "cially" + ], + [ + "Ġpie", + "l" + ], + [ + "Ġev", + "olved" + ], + [ + "Ġstrong", + "est" + ], + [ + "ĠEd", + "in" + ], + [ + "hamm", + "ed" + ], + [ + "ĠFel", + "ix" + ], + [ + "Ġiz", + "quier" + ], + [ + "N", + "ick" + ], + [ + "qu", + "iet" + ], + [ + "ĠH", + "ur" + ], + [ + "Ġal", + "k" + ], + [ + "ĠE", + "ffie" + ], + [ + "Ġplay", + "a" + ], + [ + "Ġsm", + "ashed" + ], + [ + "Ġcol", + "um" + ], + [ + "Ġflo", + "ated" + ], + [ + "Ġ5", + "7" + ], + [ + "Ġref", + "lection" + ], + [ + "ĠMan", + "hattan" + ], + [ + "Ġjud", + "ges" + ], + [ + "Ġfac", + "ility" + ], + [ + "Ġcommunic", + "ate" + ], + [ + "ĠHung", + "arian" + ], + [ + "Ġconqu", + "er" + ], + [ + "Ġrecuer", + "do" + ], + [ + "Ġlob", + "ster" + ], + [ + "6", + "4" + ], + [ + "Ġme", + "ow" + ], + [ + "é", + "mon" + ], + [ + "Ġgu", + "id" + ], + [ + "Ġfew", + "er" + ], + [ + "Ġart", + "istic" + ], + [ + "Ġgra", + "ves" + ], + [ + "Ġigno", + "re" + ], + [ + "Ġslee", + "ves" + ], + [ + "Ġtig", + "ers" + ], + [ + "Ġpanc", + "akes" + ], + [ + "R", + "AN" + ], + [ + "R", + "ock" + ], + [ + "Ġf", + "ishes" + ], + [ + "or", + "al" + ], + [ + "Ġest", + "é" + ], + [ + "ĠK", + "ra" + ], + [ + "Ġll", + "ena" + ], + [ + "ĠPer", + "ry" + ], + [ + "Ġvers", + "es" + ], + [ + "Ġtravel", + "s" + ], + [ + "Ġfel", + "ic" + ], + [ + "VER", + "Y" + ], + [ + "Ġfra", + "ud" + ], + [ + "T", + "al" + ], + [ + "r", + "unning" + ], + [ + "Ġp", + "ills" + ], + [ + "Ġen", + "able" + ], + [ + "ĠG", + "ib" + ], + [ + "ĠR", + "i" + ], + [ + "ĠE", + "un" + ], + [ + "fe", + "ld" + ], + [ + "Ġsent", + "ado" + ], + [ + "Ġcho", + "os" + ], + [ + "Ġev", + "acu" + ], + [ + "ĠEx", + "cuse" + ], + [ + "âĮī", + "?" + ], + [ + "Ġbound", + "ary" + ], + [ + "Ġcontent", + "ed" + ], + [ + "Ġpersu", + "ade" + ], + [ + "Ġp", + "ail" + ], + [ + "Ġh", + "ol" + ], + [ + "ĠS", + "ound" + ], + [ + "ĠM", + "ember" + ], + [ + "ĠB", + "lo" + ], + [ + "Ġcon", + "c" + ], + [ + "Ġpe", + "ek" + ], + [ + "Ġcar", + "b" + ], + [ + "Ġcr", + "adle" + ], + [ + "Ġé", + "poca" + ], + [ + "Ġlleg", + "a" + ], + [ + "Ġesp", + "ÃŃrit" + ], + [ + "Ġcraw", + "led" + ], + [ + "Ġt", + "umbled" + ], + [ + "is", + "ms" + ], + [ + "es", + "pecially" + ], + [ + "th", + "ought" + ], + [ + "ans", + "om" + ], + [ + "oc", + "he" + ], + [ + "Ġsl", + "ain" + ], + [ + "che", + "on" + ], + [ + "Ġri", + "fles" + ], + [ + "ĠCha", + "mpion" + ], + [ + "ĠCO", + "MP" + ], + [ + "Ġacerc", + "ó" + ], + [ + "Ġatom", + "ic" + ], + [ + "sne", + "ezes" + ], + [ + "W", + "AY" + ], + [ + "Ġto", + "car" + ], + [ + "im", + "mer" + ], + [ + "est", + "ra" + ], + [ + "In", + "stead" + ], + [ + "Ġpas", + "os" + ], + [ + "Ġcant", + "ar" + ], + [ + "Ġox", + "id" + ], + [ + "Ġcin", + "ema" + ], + [ + "Ġdiamond", + "s" + ], + [ + "ĠVin", + "cent" + ], + [ + "Q", + "U" + ], + [ + "p", + "our" + ], + [ + "t", + "ouch" + ], + [ + "Ġj", + "ab" + ], + [ + "Ġsa", + "po" + ], + [ + "ĠL", + "isten" + ], + [ + "les", + "ia" + ], + [ + "Ġ4", + "1" + ], + [ + "Ġfire", + "place" + ], + [ + "Se", + "ñor" + ], + [ + "ĠSy", + "ria" + ], + [ + "ĠDis", + "co" + ], + [ + "Ġreve", + "al" + ], + [ + "ĠGree", + "ks" + ], + [ + "Ġprecip", + "it" + ], + [ + "Ġspaces", + "hip" + ], + [ + "ĠAff", + "airs" + ], + [ + "R", + "U" + ], + [ + "]", + "âĮĭ." + ], + [ + "am", + "is" + ], + [ + "Ġsu", + "fr" + ], + [ + "Ġco", + "ordin" + ], + [ + "Ġele", + "f" + ], + [ + "Ġ8", + "2" + ], + [ + "ING", + "S" + ], + [ + "Ġsufficient", + "ly" + ], + [ + "Ġestablish", + "ment" + ], + [ + "ĠWalk", + "er" + ], + [ + "p", + "icious" + ], + [ + "Ġf", + "ury" + ], + [ + "Ġg", + "araje" + ], + [ + "ĠA", + "hm" + ], + [ + "ĠB", + "renda" + ], + [ + "ĠH", + "undred" + ], + [ + "ĠW", + "atch" + ], + [ + "Ġbo", + "iled" + ], + [ + "Ġcl", + "apping" + ], + [ + "orn", + "s" + ], + [ + "Ġbelie", + "ving" + ], + [ + "Ġfu", + "i" + ], + [ + "Ġbright", + "ly" + ], + [ + "Ġcirc", + "ular" + ], + [ + "Ġtor", + "ch" + ], + [ + "Su", + "ppose" + ], + [ + "Ġbuen", + "as" + ], + [ + "Ġdistingu", + "ish" + ], + [ + "j", + "es" + ], + [ + "Ġb", + "ats" + ], + [ + "Ġre", + "nder" + ], + [ + "Ġre", + "indeer" + ], + [ + "ĠT", + "rent" + ], + [ + "ĠM", + "ust" + ], + [ + "do", + "ggie" + ], + [ + "Ġte", + "as" + ], + [ + "act", + "s" + ], + [ + "Ġra", + "gged" + ], + [ + "ĠBr", + "itt" + ], + [ + "Th", + "irty" + ], + [ + "Ġav", + "an" + ], + [ + "light", + "s" + ], + [ + "Ġagric", + "ulture" + ], + [ + "Ġdetermin", + "ation" + ], + [ + "B", + "on" + ], + [ + "G", + "ran" + ], + [ + "s", + "ets" + ], + [ + "om", + "ers" + ], + [ + "Ġr", + "osa" + ], + [ + "ĠF", + "BI" + ], + [ + "ĠR", + "ag" + ], + [ + "Ġ19", + "17" + ], + [ + "Ġcr", + "ush" + ], + [ + "Ġi", + "ii" + ], + [ + "à¤", + "°" + ], + [ + "Ġphys", + "ician" + ], + [ + "ĠLuc", + "as" + ], + [ + "Ġattend", + "ing" + ], + [ + "Ġfan", + "ci" + ], + [ + "ĠNich", + "olas" + ], + [ + "demon", + "str" + ], + [ + "B", + "us" + ], + [ + "F", + "ore" + ], + [ + "Ġs", + "iege" + ], + [ + "ar", + "ound" + ], + [ + "im", + "ming" + ], + [ + "ĠW", + "ant" + ], + [ + "Ġac", + "celer" + ], + [ + "ib", + "a" + ], + [ + "che", + "ck" + ], + [ + "cle", + "an" + ], + [ + "ĠEx", + "pl" + ], + [ + "Ġabsor", + "bed" + ], + [ + "ĠMaur", + "ice" + ], + [ + "C", + "le" + ], + [ + "Ġe", + "rect" + ], + [ + "ĠD", + "ear" + ], + [ + "ĠThe", + "odore" + ], + [ + "Ġcl", + "as" + ], + [ + "Ġcu", + "ya" + ], + [ + "Ġincl", + "in" + ], + [ + "play", + "s" + ], + [ + "ĠEdin", + "burgh" + ], + [ + "T", + "ON" + ], + [ + "e", + "nder" + ], + [ + "ĠG", + "rey" + ], + [ + "Ġbut", + "cher" + ], + [ + "Ġ19", + "00" + ], + [ + "ĠK", + "u" + ], + [ + "Ġam", + "able" + ], + [ + "IS", + "S" + ], + [ + "Ġsal", + "ido" + ], + [ + "Ch", + "ief" + ], + [ + "Ġrespect", + "ively" + ], + [ + "Ġchem", + "icals" + ], + [ + "ÃŃcul", + "o" + ], + [ + "Ġescri", + "bir" + ], + [ + "Ġdeliber", + "ately" + ], + [ + "is", + "elle" + ], + [ + "ar", + "ra" + ], + [ + "at", + "iva" + ], + [ + "et", + "ies" + ], + [ + "Ġret", + "ir" + ], + [ + "arl", + "as" + ], + [ + "Ġtea", + "pot" + ], + [ + "Ser", + "iously" + ], + [ + "Mus", + "ic" + ], + [ + "N", + "at" + ], + [ + "Ġbe", + "ak" + ], + [ + "Ġde", + "most" + ], + [ + "ant", + "h" + ], + [ + "ol", + "in" + ], + [ + "Ġsu", + "pre" + ], + [ + "what", + "ever" + ], + [ + "uck", + "ing" + ], + [ + "Ġlim", + "b" + ], + [ + "Ġfurn", + "ished" + ], + [ + "urr", + "icane" + ], + [ + "J", + "ER" + ], + [ + "b", + "one" + ], + [ + "l", + "aces" + ], + [ + "Ġa", + "ument" + ], + [ + "Ġm", + "akin" + ], + [ + "ick", + "ers" + ], + [ + "Ġlo", + "co" + ], + [ + "Ġcl", + "asped" + ], + [ + "Be", + "ing" + ], + [ + "||", + "||" + ], + [ + "Ġreco", + "very" + ], + [ + "Ġequ", + "iv" + ], + [ + "RE", + "AT" + ], + [ + "ugg", + "age" + ], + [ + "Ġscr", + "atched" + ], + [ + "Ġpray", + "ed" + ], + [ + "Ġexpand", + "ed" + ], + [ + "ĠOt", + "tom" + ], + [ + "App", + "arently" + ], + [ + "Ġrend", + "ered" + ], + [ + "P", + "atsy" + ], + [ + "s", + "hire" + ], + [ + "man", + "ia" + ], + [ + "Ġtra", + "itor" + ], + [ + "Ġsign", + "ature" + ], + [ + "Ġbas", + "es" + ], + [ + "ĠSam", + "my" + ], + [ + "Ġdefe", + "nder" + ], + [ + "ĠSan", + "cho" + ], + [ + "Pl", + "us" + ], + [ + "Ġconoc", + "er" + ], + [ + "Ġscrew", + "ed" + ], + [ + "Ġhue", + "vos" + ], + [ + "Ġtomato", + "es" + ], + [ + "Ġwhar", + "f" + ], + [ + "i", + "ven" + ], + [ + "Ġs", + "os" + ], + [ + "ha", + "us" + ], + [ + "Ġy", + "acht" + ], + [ + "im", + "ately" + ], + [ + "ĠT", + "un" + ], + [ + "ĠC", + "ob" + ], + [ + "ab", + "ul" + ], + [ + "Ġser", + "p" + ], + [ + "Ġsc", + "ores" + ], + [ + "Ġres", + "ort" + ], + [ + "Ġrep", + "ent" + ], + [ + "Ġ7", + "2" + ], + [ + "ĠRos", + "ie" + ], + [ + "Ġscream", + "s" + ], + [ + "Ġwitness", + "es" + ], + [ + "Ġtransl", + "ation" + ], + [ + "Je", + "ff" + ], + [ + "Ġsecre", + "to" + ], + [ + "G", + "reen" + ], + [ + "Ġm", + "use" + ], + [ + "Ġe", + "chó" + ], + [ + "ĠB", + "ran" + ], + [ + "Ġqu", + "ote" + ], + [ + "Ġj", + "eep" + ], + [ + "Ġpl", + "ains" + ], + [ + "ink", + "er" + ], + [ + "Ġar", + "cher" + ], + [ + "Ġsl", + "ack" + ], + [ + "Ġsl", + "ipping" + ], + [ + "mo", + "on" + ], + [ + "ĠFran", + "cia" + ], + [ + "Ġdar", + "le" + ], + [ + "Ġglad", + "ly" + ], + [ + "Per", + "fect" + ], + [ + "Ġpred", + "ict" + ], + [ + "Ġcontinu", + "ing" + ], + [ + "imp", + "iada" + ], + [ + "Ġcolon", + "ial" + ], + [ + "Ġfascin", + "ating" + ], + [ + "s", + "itting" + ], + [ + "Ġt", + "ha" + ], + [ + "Ġd", + "anc" + ], + [ + "et", + "on" + ], + [ + "ay", + "er" + ], + [ + "ly", + "mouth" + ], + [ + "ĠS", + "ciences" + ], + [ + "ĠB", + "ennie" + ], + [ + "ĠH", + "istor" + ], + [ + "art", + "en" + ], + [ + "ĠL", + "anka" + ], + [ + "Ġhar", + "ness" + ], + [ + "Ġhigh", + "chair" + ], + [ + "ĠNe", + "il" + ], + [ + "Ġbitter", + "ly" + ], + [ + "oz", + "co" + ], + [ + "Ġdepos", + "it" + ], + [ + "Ġatra", + "ves" + ], + [ + "Ġconver", + "ted" + ], + [ + "P", + "ort" + ], + [ + "T", + "ube" + ], + [ + "]", + "[" + ], + [ + "y", + "uck" + ], + [ + "Ġb", + "ait" + ], + [ + "Ġy", + "ucky" + ], + [ + "ĠH", + "az" + ], + [ + "ĠL", + "ux" + ], + [ + "ĠE", + "ight" + ], + [ + "are", + "st" + ], + [ + "Ġam", + "using" + ], + [ + "Ġhand", + "ling" + ], + [ + "ĠV", + "ie" + ], + [ + "Ġdi", + "ver" + ], + [ + "Ġsk", + "ating" + ], + [ + "Ġwind", + "ing" + ], + [ + "Ġpat", + "hetic" + ], + [ + "ON", + "G" + ], + [ + "ĠEst", + "á" + ], + [ + "Sure", + "ly" + ], + [ + "Ġchap", + "el" + ], + [ + "Ġrasp", + "berry" + ], + [ + "E", + "at" + ], + [ + "N", + "ina" + ], + [ + "b", + "ic" + ], + [ + "w", + "ig" + ], + [ + "out", + "ing" + ], + [ + "Ġche", + "ating" + ], + [ + "Ġaqu", + "ellas" + ], + [ + "Ġsub", + "ur" + ], + [ + "ĠWe", + "re" + ], + [ + "ĠCl", + "iff" + ], + [ + "Ġton", + "o" + ], + [ + "Ġpus", + "ieron" + ], + [ + "Ġsuccess", + "or" + ], + [ + "Ġfu", + "ese" + ], + [ + "Ġsusp", + "ic" + ], + [ + "thod", + "ox" + ], + [ + "J", + "apan" + ], + [ + "g", + "al" + ], + [ + "Ġg", + "ee" + ], + [ + "Ġcon", + "ve" + ], + [ + "Ġwor", + "shi" + ], + [ + "iz", + "ations" + ], + [ + "Ġpre", + "l" + ], + [ + "Ġatt", + "ach" + ], + [ + "ĠIs", + "n" + ], + [ + "oub", + "ted" + ], + [ + "ĠEs", + "pañ" + ], + [ + "Ġtour", + "ists" + ], + [ + "Ġsens", + "ation" + ], + [ + "low", + "ly" + ], + [ + "Jim", + "my" + ], + [ + "ĠCors", + "ario" + ], + [ + "B", + "as" + ], + [ + "T", + "ur" + ], + [ + "ĠC", + "ort" + ], + [ + "Ġall", + "ey" + ], + [ + "na", + "ughty" + ], + [ + "ĠHe", + "in" + ], + [ + "Ġback", + "ed" + ], + [ + "Ġcr", + "ashing" + ], + [ + "put", + "er" + ], + [ + "Ġsent", + "ences" + ], + [ + "Ġesc", + "ort" + ], + [ + "ĠNot", + "ting" + ], + [ + "iant", + "es" + ], + [ + "Ġpers", + "ist" + ], + [ + "Ġtow", + "ers" + ], + [ + "Ġdesper", + "ately" + ], + [ + "ĠArab", + "ia" + ], + [ + "Ġexha", + "ust" + ], + [ + "Mat", + "thew" + ], + [ + "J", + "ason" + ], + [ + "ha", + "sta" + ], + [ + "Ġha", + "lt" + ], + [ + "ĠS", + "port" + ], + [ + "st", + "uck" + ], + [ + "Ġj", + "est" + ], + [ + "Ġatt", + "ent" + ], + [ + "Ġcas", + "as" + ], + [ + "sha", + "ke" + ], + [ + "ĠAd", + "mir" + ], + [ + "Ġconsider", + "ably" + ], + [ + "Ġsouth", + "western" + ], + [ + "Ġmass", + "es" + ], + [ + "Ġsymb", + "ols" + ], + [ + "ĠRon", + "ald" + ], + [ + "Ġlá", + "grimas" + ], + [ + "Ġski", + "ing" + ], + [ + "ĠT", + "ig" + ], + [ + "ĠP", + "ablo" + ], + [ + "Ġne", + "gr" + ], + [ + "Ġlo", + "af" + ], + [ + "Ġag", + "rad" + ], + [ + "be", + "at" + ], + [ + "amp", + "a" + ], + [ + "Ġmon", + "ument" + ], + [ + "Ġsent", + "ir" + ], + [ + "cu", + "ador" + ], + [ + "Ġcre", + "es" + ], + [ + "Ġreco", + "ger" + ], + [ + "Ġmer", + "rily" + ], + [ + "Ġarri", + "ving" + ], + [ + "Ġaspect", + "s" + ], + [ + "Ġcarre", + "ra" + ], + [ + "ĠMist", + "ress" + ], + [ + "Ġsummon", + "ed" + ], + [ + "Ġrhyth", + "m" + ], + [ + "t", + "aken" + ], + [ + "Ġs", + "ins" + ], + [ + "ĠI", + "l" + ], + [ + "el", + "os" + ], + [ + "ig", + "hed" + ], + [ + "Ġsh", + "rink" + ], + [ + "Ġsh", + "irts" + ], + [ + "Ġes", + "pect" + ], + [ + "Ġper", + "pet" + ], + [ + "go", + "ld" + ], + [ + "br", + "umm" + ], + [ + "Ġpol", + "o" + ], + [ + "bo", + "ards" + ], + [ + "Ġtre", + "acher" + ], + [ + "Ġpar", + "que" + ], + [ + "att", + "ie" + ], + [ + "ĠCor", + "ps" + ], + [ + "Ġcraw", + "ls" + ], + [ + "isher", + "s" + ], + [ + "Ġpup", + "il" + ], + [ + "út", + "bol" + ], + [ + "F", + "A" + ], + [ + "Y", + "EAH" + ], + [ + "c", + "ad" + ], + [ + "Ġa", + "imed" + ], + [ + "Ġf", + "ri" + ], + [ + "Ġp", + "ude" + ], + [ + "Ġre", + "verse" + ], + [ + "ĠH", + "em" + ], + [ + "Ġsa", + "fer" + ], + [ + "Ġcomp", + "rend" + ], + [ + "ĠV", + "at" + ], + [ + "ob", + "o" + ], + [ + "Ġlight", + "ing" + ], + [ + "Ġ7", + "6" + ], + [ + "ric", + "ia" + ], + [ + "Ġvan", + "illa" + ], + [ + "Ġwhis", + "pers" + ], + [ + "Ġmeas", + "uring" + ], + [ + "contin", + "u" + ], + [ + "iped", + "ia" + ], + [ + "ĠHawai", + "i" + ], + [ + "C", + "ast" + ], + [ + "Ġst", + "ew" + ], + [ + "ĠT", + "AL" + ], + [ + "ce", + "lla" + ], + [ + "Ġsal", + "a" + ], + [ + "Ġ8", + "1" + ], + [ + "Ġconst", + "ell" + ], + [ + "Ne", + "il" + ], + [ + "ĠMont", + "real" + ], + [ + "ĠOther", + "s" + ], + [ + "Ġheav", + "ier" + ], + [ + "ĠDun", + "can" + ], + [ + "Ġmarvell", + "ous" + ], + [ + "speech", + "play" + ], + [ + "n", + "ell" + ], + [ + "o", + "qu" + ], + [ + "Ġa", + "ra" + ], + [ + "st", + "art" + ], + [ + "if", + "ies" + ], + [ + "Ġcr", + "iter" + ], + [ + "ĠY", + "outh" + ], + [ + "og", + "án" + ], + [ + "Ġsl", + "ed" + ], + [ + "Ġsuggest", + "ing" + ], + [ + "draw", + "s" + ], + [ + "Ġbru", + "ja" + ], + [ + "Ġcoco", + "on" + ], + [ + "Ġtroll", + "ey" + ], + [ + "g", + "re" + ], + [ + "ĠH", + "oo" + ], + [ + "est", + "án" + ], + [ + "ĠD", + "VD" + ], + [ + "Ġch", + "rom" + ], + [ + "aut", + "ilus" + ], + [ + "Ġbur", + "g" + ], + [ + "Ġven", + "ÃŃa" + ], + [ + "Ġsecret", + "ly" + ], + [ + "Ġban", + "ned" + ], + [ + "Ġsitu", + "ated" + ], + [ + "ĠMad", + "ison" + ], + [ + "ĠColl", + "ins" + ], + [ + "Ġhy", + "pot" + ], + [ + "ĠMel", + "bourne" + ], + [ + "Ġwhist", + "ling" + ], + [ + "ĠIllustr", + "ated" + ], + [ + "ĠMun", + "ich" + ], + [ + "Whe", + "ther" + ], + [ + "ĠTerrit", + "ory" + ], + [ + "f", + "an" + ], + [ + "f", + "ar" + ], + [ + "p", + "izza" + ], + [ + "Ġs", + "hat" + ], + [ + "Ġd", + "ated" + ], + [ + "Ġd", + "iving" + ], + [ + "Ġbr", + "ushed" + ], + [ + "ĠV", + "III" + ], + [ + "Ġprom", + "ises" + ], + [ + "Ġtrans", + "mit" + ], + [ + "Ġrece", + "iver" + ], + [ + "Ġclos", + "est" + ], + [ + "ĠEr", + "in" + ], + [ + "ĠBarb", + "ie" + ], + [ + "ĠSpen", + "cer" + ], + [ + "M", + "od" + ], + [ + "t", + "em" + ], + [ + "z", + "ada" + ], + [ + "Ġa", + "plic" + ], + [ + "Ġli", + "ar" + ], + [ + "ĠL", + "ive" + ], + [ + "Ġac", + "ord" + ], + [ + "Ġmot", + "ive" + ], + [ + "Ġmel", + "ted" + ], + [ + "Ġpip", + "es" + ], + [ + "Ġdepth", + "s" + ], + [ + "Ġproport", + "ion" + ], + [ + "L", + "aw" + ], + [ + "p", + "ad" + ], + [ + "id", + "able" + ], + [ + "Ġj", + "unt" + ], + [ + "ĠP", + "ay" + ], + [ + "ĠE", + "than" + ], + [ + "Ġland", + "lord" + ], + [ + "Ġsett", + "lers" + ], + [ + "Ġproud", + "ly" + ], + [ + "Ġrout", + "es" + ], + [ + "Ġhabr", + "á" + ], + [ + "b", + "ub" + ], + [ + "b", + "ank" + ], + [ + "h", + "n" + ], + [ + "Ġse", + "aled" + ], + [ + "Ġim", + "plic" + ], + [ + "olog", + "ÃŃa" + ], + [ + "ices", + "ter" + ], + [ + "Ġmess", + "ed" + ], + [ + "Ġdra", + "gging" + ], + [ + "Any", + "one" + ], + [ + "Ġsatisf", + "y" + ], + [ + "Ġstorm", + "s" + ], + [ + "Ġvuel", + "to" + ], + [ + "iction", + "ary" + ], + [ + "Ġdere", + "cha" + ], + [ + "ĠMod", + "ern" + ], + [ + "Ġfest", + "iv" + ], + [ + "onom", + "ous" + ], + [ + "ĠHud", + "son" + ], + [ + "ar", + "ter" + ], + [ + "ic", + "ios" + ], + [ + "Ġli", + "king" + ], + [ + "ĠB", + "ulgar" + ], + [ + "ge", + "e" + ], + [ + "ĠW", + "ILL" + ], + [ + "ide", + "z" + ], + [ + "Ġtr", + "aces" + ], + [ + "Ġwin", + "ners" + ], + [ + "Ġpar", + "agraph" + ], + [ + "Ġlay", + "s" + ], + [ + "Ġ16", + "0" + ], + [ + "net", + "te" + ], + [ + "Un", + "fortunately" + ], + [ + "ĠJe", + "remy" + ], + [ + "Ġdisp", + "ute" + ], + [ + "à¬", + "¾" + ], + [ + "Ġaccompl", + "ish" + ], + [ + "Ġschol", + "ar" + ], + [ + "A", + "ME" + ], + [ + "M", + "ajor" + ], + [ + "R", + "om" + ], + [ + "Ġc", + "ier" + ], + [ + "Ġd", + "imin" + ], + [ + "Ġp", + "iled" + ], + [ + "Ġl", + "uc" + ], + [ + "ĠI", + "d" + ], + [ + "ĠS", + "ign" + ], + [ + "ĠA", + "ub" + ], + [ + "cl", + "own" + ], + [ + "let", + "t" + ], + [ + "row", + "s" + ], + [ + "Ġimp", + "uls" + ], + [ + "Ġni", + "ñas" + ], + [ + "Ġtem", + "ples" + ], + [ + "ĠAng", + "ola" + ], + [ + "Pl", + "ot" + ], + [ + "EV", + "A" + ], + [ + "Ġlemon", + "ade" + ], + [ + "ĠBroad", + "way" + ], + [ + "ĠNathan", + "iel" + ], + [ + ".", + ")," + ], + [ + "D", + "i" + ], + [ + "l", + "ic" + ], + [ + "ĠM", + "ills" + ], + [ + "ĠW", + "on" + ], + [ + "Ġun", + "lock" + ], + [ + "Ġam", + "bit" + ], + [ + "Ġcontin", + "ent" + ], + [ + "Ġmad", + "era" + ], + [ + "Ġsle", + "igh" + ], + [ + "Ġexceed", + "ingly" + ], + [ + "M", + "ont" + ], + [ + "Ġd", + "arted" + ], + [ + "Ġp", + "ong" + ], + [ + "Ġst", + "are" + ], + [ + "ĠC", + "ro" + ], + [ + "pp", + "et" + ], + [ + "ĠE", + "instein" + ], + [ + "ag", + "os" + ], + [ + "Ġro", + "be" + ], + [ + "Ġrun", + "ner" + ], + [ + "Ġabs", + "ol" + ], + [ + "Ġpad", + "dle" + ], + [ + "ĠBelg", + "ian" + ], + [ + "Ġenfer", + "med" + ], + [ + "Ġgrac", + "ious" + ], + [ + "Ġtrump", + "et" + ], + [ + "p", + "aste" + ], + [ + "Ġo", + "ye" + ], + [ + "Ġin", + "ex" + ], + [ + "ĠC", + "ry" + ], + [ + "est", + "yle" + ], + [ + "th", + "irty" + ], + [ + "pe", + "as" + ], + [ + "te", + "le" + ], + [ + "iss", + "ance" + ], + [ + "ens", + "ión" + ], + [ + "cu", + "entro" + ], + [ + "Ġform", + "at" + ], + [ + "Ġresp", + "uesta" + ], + [ + "ĠTHE", + "Y" + ], + [ + "Ġpresident", + "e" + ], + [ + "Ġrul", + "ing" + ], + [ + "Ġrecogn", + "ised" + ], + [ + "Ho", + "ly" + ], + [ + "pol", + "is" + ], + [ + "Ġarr", + "ast" + ], + [ + "ĠRober", + "ts" + ], + [ + "cray", + "on" + ], + [ + "MED", + "IA" + ], + [ + "p", + "resa" + ], + [ + "t", + "res" + ], + [ + "er", + "ies" + ], + [ + "Ġl", + "uggage" + ], + [ + "ĠS", + "lo" + ], + [ + "th", + "day" + ], + [ + "Ġtr", + "am" + ], + [ + "ĠV", + "egas" + ], + [ + "Ġche", + "f" + ], + [ + "Ġ5", + "4" + ], + [ + "à¤", + "¤" + ], + [ + "ert", + "as" + ], + [ + "Ġremain", + "der" + ], + [ + "Sp", + "eak" + ], + [ + "Ġcontinu", + "ous" + ], + [ + "ĠOw", + "l" + ], + [ + "Ġconsegu", + "ir" + ], + [ + "h", + "it" + ], + [ + "h", + "ide" + ], + [ + "s", + "ame" + ], + [ + "Ġp", + "issed" + ], + [ + "ĠM", + "icawber" + ], + [ + "ĠC", + "and" + ], + [ + "ĠP", + "in" + ], + [ + "ig", + "inal" + ], + [ + "Ġen", + "ga" + ], + [ + "ĠR", + "ico" + ], + [ + "Ġtw", + "inkle" + ], + [ + "pl", + "ate" + ], + [ + "ĠUn", + "iverse" + ], + [ + "Ġdec", + "ades" + ], + [ + "ĠDe", + "bbie" + ], + [ + "Ġaqu", + "ello" + ], + [ + "UR", + "E" + ], + [ + "Ġappro", + "ve" + ], + [ + "letub", + "bies" + ], + [ + "Ġfanci", + "ed" + ], + [ + "H", + "ell" + ], + [ + "Z", + "oe" + ], + [ + "h", + "ou" + ], + [ + "u", + "ñ" + ], + [ + "re", + "as" + ], + [ + "Ġf", + "aded" + ], + [ + "Ġp", + "ones" + ], + [ + "Ġin", + "ev" + ], + [ + "om", + "es" + ], + [ + "Ġde", + "bo" + ], + [ + "ist", + "o" + ], + [ + "ĠFran", + "z" + ], + [ + "att", + "empt" + ], + [ + "Ġwarm", + "ly" + ], + [ + "Ġquie", + "ren" + ], + [ + "tr", + "ack" + ], + [ + "Ġuncle", + "ar" + ], + [ + "ĠAnn", + "abel" + ], + [ + "sn", + "iffs" + ], + [ + "C", + "ount" + ], + [ + "V", + "IR" + ], + [ + "e", + "gg" + ], + [ + "w", + "right" + ], + [ + "on", + "ne" + ], + [ + "Ġp", + "neum" + ], + [ + "ĠI", + "ron" + ], + [ + "ĠM", + "unicip" + ], + [ + "ain", + "ty" + ], + [ + "ĠD", + "C" + ], + [ + "em", + "as" + ], + [ + "Ġsp", + "ank" + ], + [ + "Ġpart", + "ially" + ], + [ + "Ġra", + "v" + ], + [ + "ĠMar", + "ion" + ], + [ + "oun", + "ces" + ], + [ + "Ġpick", + "le" + ], + [ + "ĠGer", + "va" + ], + [ + "Ġ6", + "8" + ], + [ + "Ġtu", + "yo" + ], + [ + "Ġcast", + "ing" + ], + [ + "with", + "out" + ], + [ + "Ġllam", + "ada" + ], + [ + "Ġflight", + "s" + ], + [ + "Ġtooth", + "brush" + ], + [ + "Ġtorn", + "ado" + ], + [ + "ĠLeon", + "ard" + ], + [ + "Ġpelig", + "ro" + ], + [ + "F", + "riend" + ], + [ + "e", + "rest" + ], + [ + "f", + "al" + ], + [ + "Ġt", + "ad" + ], + [ + "is", + "ons" + ], + [ + "Ġf", + "ÃŃs" + ], + [ + "Ġp", + "unt" + ], + [ + "Ġn", + "inguno" + ], + [ + "ĠM", + "am" + ], + [ + "ĠE", + "www" + ], + [ + "Ġpro", + "g" + ], + [ + "ue", + "ba" + ], + [ + "Ġmu", + "le" + ], + [ + "ĠSt", + "ars" + ], + [ + "Ġsc", + "ales" + ], + [ + "!\"", + "," + ], + [ + "Ġtra", + "er" + ], + [ + "Ġlea", + "k" + ], + [ + "Ġris", + "en" + ], + [ + "ĠParalymp", + "ics" + ], + [ + "ĠHumph", + "rey" + ], + [ + "H", + "H" + ], + [ + "s", + "ie" + ], + [ + "ĠB", + "ald" + ], + [ + "ĠP", + "oll" + ], + [ + "Ġv", + "oting" + ], + [ + "Ġbl", + "ues" + ], + [ + "Ġsl", + "am" + ], + [ + "Ġdec", + "ides" + ], + [ + "Ġ9", + "9" + ], + [ + "ĠAd", + "d" + ], + [ + "fr", + "ont" + ], + [ + "Ġcomfort", + "ably" + ], + [ + "ĠEx", + "press" + ], + [ + "Ġstub", + "born" + ], + [ + "Ġamb", + "os" + ], + [ + "Ġstret", + "ching" + ], + [ + "Ed", + "die" + ], + [ + "Ġést", + "o" + ], + [ + "g", + "io" + ], + [ + "k", + "ie" + ], + [ + "p", + "i" + ], + [ + "ak", + "an" + ], + [ + "Ġplay", + "dough" + ], + [ + "Ġ9", + "1" + ], + [ + "Ġdark", + "er" + ], + [ + "Ġprof", + "ound" + ], + [ + "ĠFor", + "ces" + ], + [ + "Ġstri", + "kes" + ], + [ + "Ġnurs", + "es" + ], + [ + "ĠPre", + "fecture" + ], + [ + "Ġrecommend", + "ed" + ], + [ + "Ġinstit", + "utions" + ], + [ + "Ġgard", + "ener" + ], + [ + "Ġtriump", + "hant" + ], + [ + "N", + "ame" + ], + [ + "Ġ", + "ion" + ], + [ + "ĠM", + "erc" + ], + [ + "st", + "able" + ], + [ + "ĠL", + "is" + ], + [ + "Ġra", + "ins" + ], + [ + "og", + "an" + ], + [ + "OU", + "GH" + ], + [ + "For", + "give" + ], + [ + "Ġpar", + "as" + ], + [ + "ĠAm", + "azon" + ], + [ + "Ġconcer", + "ts" + ], + [ + "Ġneces", + "it" + ], + [ + "ĠGra", + "eme" + ], + [ + "ĠWH", + "O" + ], + [ + "ĠFar", + "mer" + ], + [ + "ĠTre", + "vor" + ], + [ + "Ġase", + "gur" + ], + [ + "disc", + "ards" + ], + [ + "B", + "ow" + ], + [ + "d", + "ám" + ], + [ + "Ġl", + "ame" + ], + [ + "Ġl", + "ÃŃnea" + ], + [ + "Ġh", + "ues" + ], + [ + "ĠB", + "omb" + ], + [ + "ĠR", + "oma" + ], + [ + "Ġpr", + "óx" + ], + [ + "uh", + "hum" + ], + [ + "Ġad", + "orn" + ], + [ + "Ġhab", + "éis" + ], + [ + "Ġexp", + "enses" + ], + [ + "Ġ25", + "0" + ], + [ + "Ġpersu", + "aded" + ], + [ + "ĠHend", + "erson" + ], + [ + "ĠSanti", + "ago" + ], + [ + "A", + "www" + ], + [ + "B", + "ook" + ], + [ + "D", + "en" + ], + [ + "M", + "or" + ], + [ + "P", + "al" + ], + [ + "d", + "ur" + ], + [ + "ac", + "c" + ], + [ + "ri", + "que" + ], + [ + "Ġj", + "aws" + ], + [ + "ĠN", + "urse" + ], + [ + "to", + "e" + ], + [ + "Ġsp", + "ed" + ], + [ + "Ġcont", + "ó" + ], + [ + "cha", + "nts" + ], + [ + "Ġart", + "illery" + ], + [ + "Look", + "ing" + ], + [ + "Am", + "ong" + ], + [ + "ĠRog", + "ers" + ], + [ + "Ġgan", + "ar" + ], + [ + "ĠArch", + "ie" + ], + [ + "ĠBrother", + "s" + ], + [ + "Ġmanus", + "cript" + ], + [ + "P", + "are" + ], + [ + "c", + "ross" + ], + [ + "or", + "ÃŃa" + ], + [ + "ĠJ", + "ama" + ], + [ + "Ġex", + "ert" + ], + [ + "Ġle", + "v" + ], + [ + "Ġlo", + "vers" + ], + [ + "Ġend", + "ure" + ], + [ + "Ġvol", + "umes" + ], + [ + "Ġir", + "re" + ], + [ + "Ġalgu", + "no" + ], + [ + "Ġfro", + "ck" + ], + [ + "Ġgrace", + "ful" + ], + [ + "\"", + "¡" + ], + [ + "C", + "ool" + ], + [ + "T", + "ommy" + ], + [ + "d", + "ow" + ], + [ + "u", + "ld" + ], + [ + "Ġse", + "pt" + ], + [ + "Ġcan", + "oes" + ], + [ + "ne", + "arly" + ], + [ + "Ġche", + "at" + ], + [ + "any", + "a" + ], + [ + "eter", + "a" + ], + [ + "Ġsong", + "writer" + ], + [ + "Ġpartic", + "le" + ], + [ + "ĠMur", + "ray" + ], + [ + "Ġveloc", + "idad" + ], + [ + "Ġinspe", + "ction" + ], + [ + "Ġde", + "eds" + ], + [ + "ĠM", + "R" + ], + [ + "ĠC", + "oun" + ], + [ + "Ġnot", + "ic" + ], + [ + "ĠH", + "aving" + ], + [ + "ĠW", + "at" + ], + [ + "ĠW", + "ard" + ], + [ + "Ġus", + "o" + ], + [ + "ire", + "n" + ], + [ + "Ġbit", + "es" + ], + [ + "Ġmother", + "f" + ], + [ + "Ġem", + "pt" + ], + [ + "ĠBar", + "ney" + ], + [ + "cell", + "ed" + ], + [ + "OS", + "E" + ], + [ + "ĠHaw", + "k" + ], + [ + "Ġpurs", + "ue" + ], + [ + "Ġbid", + "ding" + ], + [ + "Ġecho", + "ed" + ], + [ + "N", + "ight" + ], + [ + "d", + "rop" + ], + [ + "Ġ", + "ou" + ], + [ + "Ġst", + "eak" + ], + [ + "ord", + "en" + ], + [ + "Ġdis", + "k" + ], + [ + "Ġwr", + "ink" + ], + [ + "ling", + "ton" + ], + [ + "Ġ6", + "6" + ], + [ + "Ġwild", + "erness" + ], + [ + "rain", + "ian" + ], + [ + "ĠFair", + "y" + ], + [ + "C", + "ent" + ], + [ + "M", + "att" + ], + [ + "Ġ", + "|" + ], + [ + "Ġl", + "ust" + ], + [ + "ot", + "ch" + ], + [ + "Ġst", + "ag" + ], + [ + "ĠT", + "IME" + ], + [ + "ĠC", + "hen" + ], + [ + "el", + "as" + ], + [ + "ĠHe", + "art" + ], + [ + "Ġpe", + "ac" + ], + [ + "Ġent", + "ra" + ], + [ + "ĠMar", + "jorie" + ], + [ + "Ġpat", + "ron" + ], + [ + "Ġpen", + "etr" + ], + [ + "Ġ9", + "8" + ], + [ + "Ġpract", + "ices" + ], + [ + "Ġrat", + "ón" + ], + [ + "Ġviv", + "ÃŃa" + ], + [ + "ĠAlex", + "and" + ], + [ + "Ġlan", + "zó" + ], + [ + "Ġax", + "e" + ], + [ + "Ġgrocer", + "y" + ], + [ + "ĠMé", + "xico" + ], + [ + "m", + "oney" + ], + [ + "Ġs", + "aint" + ], + [ + "Ġag", + "ony" + ], + [ + "la", + "im" + ], + [ + "Ġbr", + "ute" + ], + [ + "av", + "o" + ], + [ + "Ġapp", + "re" + ], + [ + "Ġmon", + "stru" + ], + [ + "Ġrel", + "ate" + ], + [ + "Ġgrand", + "son" + ], + [ + "Ġcountry", + "side" + ], + [ + "Ġcharacter", + "istics" + ], + [ + "Ġhost", + "ile" + ], + [ + "fall", + "en" + ], + [ + "Pol", + "ice" + ], + [ + "Ġfrag", + "ments" + ], + [ + "g", + "ow" + ], + [ + "ĠH", + "ank" + ], + [ + "Ġr", + "aced" + ], + [ + "ĠD", + "ot" + ], + [ + "ĠF", + "ollow" + ], + [ + "Ġpe", + "ces" + ], + [ + "Ġam", + "p" + ], + [ + "gr", + "ade" + ], + [ + "Ġsk", + "ins" + ], + [ + "Ġsun", + "k" + ], + [ + "ĠChar", + "ley" + ], + [ + "Ġnatur", + "aleza" + ], + [ + "ĠIndian", + "a" + ], + [ + "Ġcuri", + "ously" + ], + [ + "ĠPen", + "insula" + ], + [ + "Ġfo", + "am" + ], + [ + "ĠLast", + "name" + ], + [ + "gom", + "ery" + ], + [ + "Ġor", + "nament" + ], + [ + "cl", + "aps" + ], + [ + "Ġsub", + "ió" + ], + [ + "Ġ7", + "9" + ], + [ + "iam", + "ond" + ], + [ + "Ġconcentr", + "ate" + ], + [ + "Ġmercha", + "nts" + ], + [ + "Que", + "en" + ], + [ + "Ġunivers", + "al" + ], + [ + "Ġteles", + "cope" + ], + [ + "Ġaggress", + "ive" + ], + [ + "believ", + "able" + ], + [ + "G", + "MO" + ], + [ + "H", + "el" + ], + [ + "O", + "t" + ], + [ + "l", + "ion" + ], + [ + "ou", + "x" + ], + [ + "Ġha", + "mm" + ], + [ + "Ġk", + "ittens" + ], + [ + "ur", + "u" + ], + [ + "ĠB", + "uster" + ], + [ + "ĠP", + "it" + ], + [ + "Ġsm", + "ash" + ], + [ + "Ġpol", + "es" + ], + [ + "Ġexc", + "urs" + ], + [ + "ĠLy", + "on" + ], + [ + "Ġillustr", + "ations" + ], + [ + "Ġpengu", + "ins" + ], + [ + "Ġunf", + "air" + ], + [ + "Ġhoriz", + "ont" + ], + [ + "Ġtack", + "le" + ], + [ + "Ġtob", + "ogán" + ], + [ + "7", + "2" + ], + [ + "S", + "l" + ], + [ + "W", + "ind" + ], + [ + "ĠR", + "ect" + ], + [ + "pl", + "ant" + ], + [ + "ien", + "s" + ], + [ + "Ġreg", + "alo" + ], + [ + "gu", + "ida" + ], + [ + "ĠDe", + "ck" + ], + [ + "Al", + "pes" + ], + [ + "Ġtele", + "gram" + ], + [ + "Ġ9", + "2" + ], + [ + "ĠCon", + "se" + ], + [ + "Ġcry", + "stal" + ], + [ + "Ġmix", + "ing" + ], + [ + "Ġincre", + "ases" + ], + [ + "Ġpreg", + "unta" + ], + [ + "Ġautom", + "atic" + ], + [ + "ĠLO", + "OK" + ], + [ + "c", + "akes" + ], + [ + "Ã", + "į" + ], + [ + "Ġa", + "irl" + ], + [ + "ĠS", + "ull" + ], + [ + "ight", + "ed" + ], + [ + "Ġpro", + "long" + ], + [ + "ass", + "ic" + ], + [ + "Ġad", + "min" + ], + [ + "Ġche", + "ering" + ], + [ + "ĠDe", + "b" + ], + [ + "Ġ5", + "1" + ], + [ + "ĠPl", + "ace" + ], + [ + "Ġhac", + "ÃŃan" + ], + [ + "Ġconv", + "icted" + ], + [ + "Ġcontent", + "o" + ], + [ + "Ġbrave", + "ly" + ], + [ + "Ġsor", + "presa" + ], + [ + "ĠJess", + "ica" + ], + [ + "Ġflav", + "or" + ], + [ + "Ġfrank", + "ly" + ], + [ + "Ġcono", + "ce" + ], + [ + "song", + "writer" + ], + [ + "ĠNiger", + "ia" + ], + [ + "H", + "igh" + ], + [ + "l", + "ik" + ], + [ + "Ġs", + "oph" + ], + [ + "Ġex", + "hibit" + ], + [ + "Ġar", + "c" + ], + [ + "av", + "ia" + ], + [ + "Ġdes", + "erves" + ], + [ + "Ġcu", + "yo" + ], + [ + "ner", + "o" + ], + [ + "Ġver", + "ás" + ], + [ + "Ġmot", + "iv" + ], + [ + "Ġpost", + "s" + ], + [ + "ĠRo", + "osevelt" + ], + [ + "Ġpers", + "pect" + ], + [ + "Ġfright", + "en" + ], + [ + "Ġfund", + "ing" + ], + [ + "ĠBus", + "iness" + ], + [ + "Ġkidna", + "pped" + ], + [ + "ĠLore", + "n" + ], + [ + "Ġsovere", + "ign" + ], + [ + "S", + "HE" + ], + [ + "Ġth", + "ieves" + ], + [ + "Ġbe", + "ber" + ], + [ + "ri", + "ving" + ], + [ + "ct", + "ica" + ], + [ + "ĠP", + "le" + ], + [ + "Ġar", + "chae" + ], + [ + "ĠK", + "it" + ], + [ + "Ġpart", + "ing" + ], + [ + "ĠY", + "ellow" + ], + [ + "ener", + "ation" + ], + [ + "rab", + "an" + ], + [ + "Ġpeque", + "ñas" + ], + [ + "John", + "ny" + ], + [ + "Ġcliff", + "s" + ], + [ + "ĠIns", + "pector" + ], + [ + "Ġguid", + "ance" + ], + [ + "F", + "amily" + ], + [ + "p", + "cf" + ], + [ + "es", + "p" + ], + [ + "ar", + "nos" + ], + [ + "ĠS", + "ierra" + ], + [ + "Ġest", + "able" + ], + [ + "ĠShe", + "m" + ], + [ + "Ġprom", + "ising" + ], + [ + "ĠPer", + "u" + ], + [ + "Pr", + "in" + ], + [ + "Ġcrumb", + "s" + ], + [ + "l", + "ab" + ], + [ + "es", + "ame" + ], + [ + "ĠS", + "www" + ], + [ + "ĠC", + "ousin" + ], + [ + "Ġshe", + "riff" + ], + [ + "ĠF", + "reedom" + ], + [ + "ĠNo", + "ah" + ], + [ + "Ġtri", + "als" + ], + [ + "Ġsim", + "ult" + ], + [ + "Ġgall", + "ery" + ], + [ + "Ġscar", + "ce" + ], + [ + "Ġmechan", + "ical" + ], + [ + "Ġpá", + "jaros" + ], + [ + "Ġún", + "ica" + ], + [ + "Ġdistinct", + "ly" + ], + [ + "ĠLyn", + "n" + ], + [ + "opotam", + "us" + ], + [ + "B", + "less" + ], + [ + "J", + "enny" + ], + [ + "r", + "ones" + ], + [ + "y", + "as" + ], + [ + "Ġo", + "v" + ], + [ + "ri", + "ft" + ], + [ + "ĠS", + "weet" + ], + [ + "so", + "le" + ], + [ + "Ġsc", + "andal" + ], + [ + "Ġnight", + "mare" + ], + [ + "Ġsk", + "ate" + ], + [ + "Ġglo", + "ve" + ], + [ + "Ġconfess", + "ion" + ], + [ + "demonstr", + "ates" + ], + [ + "b", + "ara" + ], + [ + "Å", + "Ĥ" + ], + [ + "ha", + "ce" + ], + [ + "ab", + "ad" + ], + [ + "ĠP", + "od" + ], + [ + "Ġher", + "d" + ], + [ + "ul", + "g" + ], + [ + "ĠN", + "ame" + ], + [ + "ĠK", + "l" + ], + [ + "Ġrest", + "ore" + ], + [ + "cy", + "cl" + ], + [ + "Ġ8", + "9" + ], + [ + "Ġmain", + "land" + ], + [ + "Ġhon", + "ored" + ], + [ + "Ġge", + "nder" + ], + [ + "Ġdepart", + "ments" + ], + [ + "Ġorg", + "ans" + ], + [ + "Ġimpatient", + "ly" + ], + [ + "Ph", + "one" + ], + [ + "H", + "it" + ], + [ + "K", + "N" + ], + [ + "m", + "or" + ], + [ + "Ġc", + "ient" + ], + [ + "Ġd", + "izzy" + ], + [ + "Ġp", + "ave" + ], + [ + "Ġin", + "aug" + ], + [ + "Ġam", + "erican" + ], + [ + "Ġfl", + "ats" + ], + [ + "orm", + "al" + ], + [ + "up", + "iter" + ], + [ + "eg", + "es" + ], + [ + "Ġcomple", + "to" + ], + [ + "reg", + "ular" + ], + [ + "roll", + "s" + ], + [ + "TH", + "IS" + ], + [ + "Ġdio", + "xide" + ], + [ + "Ġcru", + "ise" + ], + [ + "ĠTs", + "ar" + ], + [ + "dra", + "wn" + ], + [ + "d", + "rew" + ], + [ + "Ġw", + "ink" + ], + [ + "Ġh", + "oof" + ], + [ + "ir", + "us" + ], + [ + "ĠM", + "ik" + ], + [ + "ĠP", + "ippin" + ], + [ + "ĠF", + "ritz" + ], + [ + "Ġro", + "aring" + ], + [ + "Ġplay", + "in" + ], + [ + "ĠBr", + "uno" + ], + [ + "pr", + "oof" + ], + [ + "fl", + "owers" + ], + [ + "IT", + "Y" + ], + [ + "was", + "n" + ], + [ + "Ġcelebr", + "ation" + ], + [ + "Ġrestaur", + "ants" + ], + [ + "Ġcomplic", + "ations" + ], + [ + "Ġinmedi", + "atamente" + ], + [ + "D", + "un" + ], + [ + "F", + "rench" + ], + [ + "V", + "an" + ], + [ + "u", + "via" + ], + [ + "Ġb", + "apt" + ], + [ + "Ġo", + "jo" + ], + [ + "am", + "ientos" + ], + [ + "ĠS", + "oo" + ], + [ + "ĠH", + "ob" + ], + [ + "ul", + "io" + ], + [ + "Ġpro", + "hib" + ], + [ + "ian", + "e" + ], + [ + "ĠYou", + "Tube" + ], + [ + "ĠAl", + "mighty" + ], + [ + "Ġmil", + "it" + ], + [ + "Ġdire", + "cción" + ], + [ + "Ġ5", + "6" + ], + [ + "Ġ8", + "4" + ], + [ + "ĠRight", + "s" + ], + [ + "W", + "alk" + ], + [ + "Ġd", + "ainty" + ], + [ + "Ġe", + "go" + ], + [ + "un", + "ately" + ], + [ + "ĠP", + "rop" + ], + [ + "ĠJ", + "orge" + ], + [ + "ud", + "er" + ], + [ + "Ġpo", + "cos" + ], + [ + "Ġinv", + "ierno" + ], + [ + "Ġinter", + "rog" + ], + [ + "Ġsqu", + "ash" + ], + [ + "ĠAd", + "ministr" + ], + [ + "ĠSe", + "bast" + ], + [ + "Ġprim", + "eros" + ], + [ + "OW", + "N" + ], + [ + "Ġtremb", + "led" + ], + [ + "E", + "le" + ], + [ + "I", + "B" + ], + [ + "S", + "ister" + ], + [ + "g", + "rap" + ], + [ + "ag", + "i" + ], + [ + "Ġ19", + "12" + ], + [ + "Ġam", + "ateur" + ], + [ + "int", + "ellig" + ], + [ + "Ġph", + "oned" + ], + [ + "Ġquestion", + "ing" + ], + [ + "Ġhub", + "iese" + ], + [ + "Ġpant", + "ing" + ], + [ + "Ġcalcul", + "ated" + ], + [ + "Ġstack", + "er" + ], + [ + "Ġvuest", + "ro" + ], + [ + "Ġboun", + "cing" + ], + [ + "Ġyogh", + "urt" + ], + [ + "W", + "il" + ], + [ + "ion", + "eer" + ], + [ + "ĠM", + "es" + ], + [ + "ĠM", + "ah" + ], + [ + "st", + "ruction" + ], + [ + "ch", + "u" + ], + [ + "ĠH", + "orse" + ], + [ + "Ġne", + "e" + ], + [ + "ĠN", + "autilus" + ], + [ + "Ġlo", + "com" + ], + [ + "uck", + "le" + ], + [ + "pt", + "ions" + ], + [ + "Ġgu", + "ilt" + ], + [ + "Ġunder", + "water" + ], + [ + "ĠAr", + "ist" + ], + [ + "Ġver", + "b" + ], + [ + "Ġsurv", + "ival" + ], + [ + "Ġindic", + "ates" + ], + [ + "Ġinvol", + "ves" + ], + [ + "Ġcompañ", + "eros" + ], + [ + "Ġcompar", + "ison" + ], + [ + "Ġnic", + "kel" + ], + [ + "Ġinfer", + "ior" + ], + [ + "M", + "et" + ], + [ + "k", + "ar" + ], + [ + "m", + "aker" + ], + [ + "Ġb", + "ash" + ], + [ + "os", + "ition" + ], + [ + "ĠT", + "es" + ], + [ + "ĠM", + "ind" + ], + [ + "Ġch", + "ir" + ], + [ + "Ġinst", + "all" + ], + [ + "Ġexplain", + "ing" + ], + [ + "AK", + "ING" + ], + [ + "Ġillustr", + "ated" + ], + [ + "Ġtuv", + "ieron" + ], + [ + "Ġargu", + "ing" + ], + [ + "ĠKaz", + "akh" + ], + [ + "Ġf", + "rig" + ], + [ + "Ġg", + "oo" + ], + [ + "at", + "isf" + ], + [ + "Ġth", + "ro" + ], + [ + "ut", + "tering" + ], + [ + "ĠA", + "in" + ], + [ + "ĠA", + "BC" + ], + [ + "ĠF", + "A" + ], + [ + "Ġsha", + "lt" + ], + [ + "Ġfl", + "ap" + ], + [ + "20", + "10" + ], + [ + "Ġcheck", + "s" + ], + [ + "ĠOF", + "F" + ], + [ + "ĠSal", + "zburg" + ], + [ + "hh", + "h" + ], + [ + "Ġgain", + "ing" + ], + [ + "Ġguitar", + "ist" + ], + [ + "ĠPig", + "let" + ], + [ + "h", + "urry" + ], + [ + "l", + "ucky" + ], + [ + "s", + "ki" + ], + [ + "Ġ", + "%" + ], + [ + "re", + "mo" + ], + [ + "Ġc", + "udd" + ], + [ + "Ġm", + "ald" + ], + [ + "Ġg", + "rill" + ], + [ + "Ġand", + "a" + ], + [ + "ĠI", + "F" + ], + [ + "ĠB", + "aron" + ], + [ + "Ġcom", + "unic" + ], + [ + "Ġmu", + "rió" + ], + [ + "la", + "res" + ], + [ + "be", + "ing" + ], + [ + "Ġsl", + "ap" + ], + [ + "Ġgl", + "owing" + ], + [ + "Qu", + "iet" + ], + [ + "Ġtri", + "fle" + ], + [ + "ĠGO", + "ING" + ], + [ + "âĨ", + "«" + ], + [ + "Ġcert", + "ific" + ], + [ + "ĠCind", + "erella" + ], + [ + "Ġprecise", + "ly" + ], + [ + "\"", + ":" + ], + [ + "I", + "CH" + ], + [ + "N", + "T" + ], + [ + "Ġm", + "aps" + ], + [ + "Ġbe", + "gging" + ], + [ + "ĠA", + "gent" + ], + [ + "ĠO", + "bs" + ], + [ + "ten", + "er" + ], + [ + "Ġinter", + "act" + ], + [ + "ĠHer", + "itage" + ], + [ + "Ġwhis", + "kers" + ], + [ + "Ġrepe", + "ating" + ], + [ + "Ġsettle", + "ments" + ], + [ + "Ġdesc", + "ans" + ], + [ + "Ġdiam", + "eter" + ], + [ + "Ġconserv", + "ative" + ], + [ + "Ġenf", + "ad" + ], + [ + "ĠM", + "ia" + ], + [ + "Ġk", + "etch" + ], + [ + "Ġcl", + "an" + ], + [ + "Ġte", + "asing" + ], + [ + "ĠU", + "ntil" + ], + [ + "ied", + "ad" + ], + [ + "Ġmay", + "ores" + ], + [ + "me", + "aning" + ], + [ + "ĠMor", + "oc" + ], + [ + "Ġopin", + "ions" + ], + [ + "ĠPitts", + "burgh" + ], + [ + "M", + "ain" + ], + [ + "z", + "ie" + ], + [ + "en", + "ea" + ], + [ + "or", + "an" + ], + [ + "ac", + "ent" + ], + [ + "Ġne", + "go" + ], + [ + "ĠG", + "ust" + ], + [ + "Ġcar", + "rier" + ], + [ + "St", + "art" + ], + [ + "ĠAd", + "a" + ], + [ + "da", + "ughter" + ], + [ + "uch", + "i" + ], + [ + "Ġphys", + "ic" + ], + [ + "ĠFre", + "ud" + ], + [ + "Ġstrict", + "ly" + ], + [ + "ĠGerva", + "ise" + ], + [ + "H", + "istoria" + ], + [ + "W", + "orld" + ], + [ + "Ġt", + "arta" + ], + [ + "Ġn", + "ene" + ], + [ + "ĠT", + "ak" + ], + [ + "ĠC", + "onejo" + ], + [ + "ĠB", + "ully" + ], + [ + "Ġqu", + "em" + ], + [ + "ant", + "os" + ], + [ + "Ġ19", + "14" + ], + [ + "Ġadv", + "oc" + ], + [ + "alth", + "ough" + ], + [ + "Ġwarm", + "th" + ], + [ + "Ġcharacter", + "istic" + ], + [ + "Ġgen", + "es" + ], + [ + "Ġident", + "ical" + ], + [ + "Des", + "de" + ], + [ + "Ġbaj", + "ar" + ], + [ + "Ġbend", + "s" + ], + [ + "Ġalt", + "itude" + ], + [ + "E", + "P" + ], + [ + "I", + "TE" + ], + [ + "U", + "P" + ], + [ + "Ġc", + "oughs" + ], + [ + "is", + "le" + ], + [ + "Ġm", + "im" + ], + [ + "Ġp", + "ins" + ], + [ + "ay", + "ing" + ], + [ + "ĠS", + "ik" + ], + [ + "Ġas", + "unto" + ], + [ + "od", + "s" + ], + [ + "Ġbr", + "ushing" + ], + [ + "Ġte", + "aches" + ], + [ + "Ġcar", + "ved" + ], + [ + "Ġad", + "entro" + ], + [ + "Ġpor", + "ridge" + ], + [ + "Ġser", + "ial" + ], + [ + "Ġpres", + "erve" + ], + [ + "AN", + "Y" + ], + [ + "Ġple", + "aded" + ], + [ + "Ġviol", + "ently" + ], + [ + "Ġadmir", + "al" + ], + [ + "Ġdé", + "j" + ], + [ + "hara", + "oh" + ], + [ + "Ġsolemn", + "ly" + ], + [ + "Ġske", + "leton" + ], + [ + "ĠCru", + "z" + ], + [ + "Ġexpans", + "ion" + ], + [ + "oubted", + "ly" + ], + [ + "T", + "CA" + ], + [ + "p", + "resent" + ], + [ + "r", + "ical" + ], + [ + "s", + "and" + ], + [ + "Ġre", + "vers" + ], + [ + "Ġn", + "at" + ], + [ + "Ġn", + "ie" + ], + [ + "ĠA", + "C" + ], + [ + "ĠB", + "ri" + ], + [ + "ell", + "i" + ], + [ + "ÃŃ", + "fic" + ], + [ + "ER", + "E" + ], + [ + "Ġpr", + "isa" + ], + [ + "ren", + "cy" + ], + [ + "Ġsent", + "ó" + ], + [ + "Qu", + "iz" + ], + [ + "Ġbar", + "rier" + ], + [ + "Ġarm", + "our" + ], + [ + "Ġori", + "lla" + ], + [ + "Ġdest", + "ru" + ], + [ + "Ġhost", + "s" + ], + [ + "Ġenv", + "y" + ], + [ + "ĠMo", + "z" + ], + [ + "ĠMore", + "over" + ], + [ + "Ġdibu", + "jo" + ], + [ + "ecut", + "ive" + ], + [ + "c", + "ard" + ], + [ + "Ġpl", + "át" + ], + [ + "é", + "f" + ], + [ + "Ġmon", + "o" + ], + [ + "Ġgl", + "ancing" + ], + [ + "Ġopen", + "ly" + ], + [ + "Ġsub", + "urb" + ], + [ + "Th", + "ought" + ], + [ + "Ġwall", + "et" + ], + [ + "Ġesper", + "aba" + ], + [ + "ĠCam", + "eron" + ], + [ + "worth", + "y" + ], + [ + "ruct", + "ure" + ], + [ + "Ġpy", + "ram" + ], + [ + "N", + "ada" + ], + [ + "W", + "A" + ], + [ + "a", + "que" + ], + [ + "Ġs", + "ost" + ], + [ + "it", + "he" + ], + [ + "you", + "s" + ], + [ + "Ġun", + "re" + ], + [ + "Ġent", + "end" + ], + [ + "Ġni", + "ñ" + ], + [ + "Ġaw", + "akened" + ], + [ + "Ġadm", + "ired" + ], + [ + "ĠBy", + "z" + ], + [ + "Ġpocket", + "book" + ], + [ + "Ġmud", + "dy" + ], + [ + "Ġdump", + "ed" + ], + [ + "Ġabe", + "jas" + ], + [ + "C", + "ourse" + ], + [ + "K", + "EN" + ], + [ + "ĠI", + "van" + ], + [ + "ĠB", + "ella" + ], + [ + "Ġr", + "oman" + ], + [ + "Ġab", + "ode" + ], + [ + "ĠL", + "ena" + ], + [ + "ud", + "os" + ], + [ + "Ġpart", + "ido" + ], + [ + "ĠY", + "ears" + ], + [ + "Ġtra", + "g" + ], + [ + "Ġres", + "ulting" + ], + [ + "Ġpare", + "cer" + ], + [ + "Ġcompl", + "ained" + ], + [ + "uri", + "ous" + ], + [ + "Ġhurried", + "ly" + ], + [ + "Ġbul", + "k" + ], + [ + "Ġencoura", + "ging" + ], + [ + "Ġdwar", + "f" + ], + [ + "ĠHil", + "ary" + ], + [ + "Ġt", + "il" + ], + [ + "ĠT", + "el" + ], + [ + "ur", + "re" + ], + [ + "ĠK", + "i" + ], + [ + "Ġmar", + "gin" + ], + [ + "ubl", + "in" + ], + [ + "Ġmir", + "aba" + ], + [ + "Ġcamb", + "iar" + ], + [ + "Ġdecor", + "ated" + ], + [ + "ĠHal", + "f" + ], + [ + "Ġtempt", + "ed" + ], + [ + "E", + "urope" + ], + [ + "[", + "_" + ], + [ + "y", + "ment" + ], + [ + "Ġt", + "ac" + ], + [ + "Ġre", + "ly" + ], + [ + "Ġde", + "als" + ], + [ + "ĠT", + "iene" + ], + [ + "ĠB", + "oe" + ], + [ + "ra", + "bbit" + ], + [ + "Ġr", + "oused" + ], + [ + "Ġen", + "force" + ], + [ + "ĠO", + "d" + ], + [ + "com", + "es" + ], + [ + "Ġcur", + "ls" + ], + [ + "Ġtur", + "b" + ], + [ + "ĠSing", + "h" + ], + [ + "Ġdife", + "rente" + ], + [ + "Ġbla", + "h" + ], + [ + "Ġmans", + "ion" + ], + [ + "Ġgalax", + "y" + ], + [ + "Ġlibert", + "ad" + ], + [ + "arrondisse", + "ment" + ], + [ + ")", + "]" + ], + [ + "V", + "II" + ], + [ + "Ġhe", + "el" + ], + [ + "ĠT", + "all" + ], + [ + "ĠL", + "ud" + ], + [ + "mp", + "oo" + ], + [ + "wh", + "oop" + ], + [ + "Ġbar", + "r" + ], + [ + "Ġho", + "ja" + ], + [ + "ĠGl", + "en" + ], + [ + "build", + "ing" + ], + [ + "Ġobjet", + "o" + ], + [ + "Ġmart", + "ial" + ], + [ + "C", + "ur" + ], + [ + "H", + "ur" + ], + [ + "b", + "ike" + ], + [ + "in", + "ery" + ], + [ + "Ġf", + "ot" + ], + [ + "ĠM", + "onsieur" + ], + [ + "Ġv", + "irgin" + ], + [ + "Ġdis", + "like" + ], + [ + "Ġfound", + "ing" + ], + [ + "Ġhalf", + "way" + ], + [ + "Ġimp", + "ulse" + ], + [ + "Ġce", + "ase" + ], + [ + "uk", + "a" + ], + [ + "ko", + "v" + ], + [ + "Ġbos", + "om" + ], + [ + "Ġbug", + "gy" + ], + [ + "Ġcritic", + "ism" + ], + [ + "Ġllor", + "ar" + ], + [ + "Ġaus", + "picious" + ], + [ + "Ġgreed", + "y" + ], + [ + "'", + "_" + ], + [ + "D", + "omin" + ], + [ + "s", + "po" + ], + [ + "w", + "i" + ], + [ + "al", + "in" + ], + [ + "Ġj", + "us" + ], + [ + "Ġar", + "ray" + ], + [ + "pl", + "anes" + ], + [ + "ĠV", + "iv" + ], + [ + "Ġdef", + "ensive" + ], + [ + "Ġhop", + "ped" + ], + [ + "Ġsched", + "uled" + ], + [ + "ĠHab", + "ÃŃa" + ], + [ + "spr", + "ing" + ], + [ + "H", + "and" + ], + [ + "M", + "ientras" + ], + [ + "N", + "ope" + ], + [ + "V", + "ol" + ], + [ + "Ġt", + "at" + ], + [ + "Ġcom", + "iendo" + ], + [ + "ount", + "ed" + ], + [ + "gr", + "ama" + ], + [ + "any", + "way" + ], + [ + "Ġinv", + "aded" + ], + [ + "min", + "ster" + ], + [ + "Ġsweet", + "ies" + ], + [ + "Sh", + "oot" + ], + [ + "Ġsac", + "ó" + ], + [ + "igg", + "ling" + ], + [ + "Ġiron", + "ing" + ], + [ + "ĠGO", + "OD" + ], + [ + "Ġmathem", + "atic" + ], + [ + "Ġencuent", + "ran" + ], + [ + "Ġcough", + "ing" + ], + [ + "Ġloyal", + "ty" + ], + [ + "ĠArm", + "strong" + ], + [ + "Ġassass", + "in" + ], + [ + "Ġs", + "ul" + ], + [ + "Ġc", + "emetery" + ], + [ + "Ġwe", + "lf" + ], + [ + "Ġso", + "b" + ], + [ + "Ġsu", + "cks" + ], + [ + "ces", + "ter" + ], + [ + "Ġref", + "lex" + ], + [ + "Ġ6", + "7" + ], + [ + "Ġ7", + "1" + ], + [ + "Ġev", + "itar" + ], + [ + "Ġserv", + "ir" + ], + [ + "Ġ9", + "6" + ], + [ + "ĠSu", + "pp" + ], + [ + "Ġattempt", + "ing" + ], + [ + "Che", + "ers" + ], + [ + "ÃŃt", + "ulo" + ], + [ + "Ġcompos", + "ition" + ], + [ + "Ġuns", + "uccess" + ], + [ + "Ġsauc", + "er" + ], + [ + "Ġb", + "io" + ], + [ + "at", + "on" + ], + [ + "Ġno", + "is" + ], + [ + "ĠS", + "ind" + ], + [ + "ĠM", + "amma" + ], + [ + "ang", + "s" + ], + [ + "vent", + "ually" + ], + [ + "Ġinst", + "ruction" + ], + [ + "Ġobject", + "ive" + ], + [ + "ĠStud", + "ios" + ], + [ + "Ġwelf", + "are" + ], + [ + "N", + "ac" + ], + [ + "u", + "ver" + ], + [ + "Ġb", + "aking" + ], + [ + "ri", + "go" + ], + [ + "ĠT", + "ol" + ], + [ + "ĠA", + "bor" + ], + [ + "em", + "ia" + ], + [ + "iss", + "ie" + ], + [ + "Ġsol", + "amente" + ], + [ + "Ġenjoy", + "ment" + ], + [ + "Ġattract", + "ion" + ], + [ + "girl", + "s" + ], + [ + "Ġequiv", + "oc" + ], + [ + "t", + "ons" + ], + [ + "us", + "c" + ], + [ + "ĠW", + "ow" + ], + [ + "av", + "i" + ], + [ + "Ġca", + "ÃŃ" + ], + [ + "Ġho", + "arse" + ], + [ + "Ġelect", + "ro" + ], + [ + "ĠAb", + "bey" + ], + [ + "Ġesper", + "ando" + ], + [ + "ĠHigh", + "way" + ], + [ + "ĠDel", + "hi" + ], + [ + "Ġbi", + "ological" + ], + [ + "Ġdism", + "ay" + ], + [ + "ĠSel", + "ena" + ], + [ + "P", + "R" + ], + [ + "Ġw", + "ilt" + ], + [ + "ĠC", + "hel" + ], + [ + "ian", + "za" + ], + [ + "Ġdec", + "ade" + ], + [ + "Ġten", + "ga" + ], + [ + "Ġll", + "uvia" + ], + [ + "Ġrep", + "orter" + ], + [ + "ĠComm", + "unity" + ], + [ + "Ġorganis", + "ms" + ], + [ + "Ġvic", + "inity" + ], + [ + "I", + "O" + ], + [ + "m", + "ies" + ], + [ + "Ġb", + "ung" + ], + [ + "ĠM", + "www" + ], + [ + "ĠA", + "ri" + ], + [ + "ĠA", + "ran" + ], + [ + "la", + "id" + ], + [ + "Ġco", + "ge" + ], + [ + "she", + "ep" + ], + [ + "Ġcoll", + "apse" + ], + [ + "tom", + "orrow" + ], + [ + "Ġlaw", + "yers" + ], + [ + "Ar", + "thur" + ], + [ + "Ġrespect", + "ed" + ], + [ + "ĠAnt", + "on" + ], + [ + "Ġsom", + "os" + ], + [ + "Ġadvert", + "is" + ], + [ + "Ġsurround", + "ings" + ], + [ + "Ġinspir", + "ation" + ], + [ + "ĠCommon", + "wealth" + ], + [ + "Ġrebell", + "ion" + ], + [ + "ĠespÃŃrit", + "u" + ], + [ + "J", + "am" + ], + [ + "m", + "amma" + ], + [ + "Ġd", + "ud" + ], + [ + "Ġg", + "em" + ], + [ + "Ġhe", + "ating" + ], + [ + "us", + "ually" + ], + [ + "ĠA", + "ction" + ], + [ + "ĠB", + "i" + ], + [ + "ÃŃ", + "z" + ], + [ + "ĠW", + "a" + ], + [ + "ĠF", + "rog" + ], + [ + "ick", + "er" + ], + [ + "Ġco", + "ax" + ], + [ + "Ġrec", + "re" + ], + [ + "Ġkne", + "eling" + ], + [ + "vie", + "ndo" + ], + [ + "Ġmess", + "ing" + ], + [ + "Ġesca", + "par" + ], + [ + "Ġguard", + "ed" + ], + [ + "Ġmel", + "an" + ], + [ + "Christ", + "opher" + ], + [ + "Ġpied", + "ras" + ], + [ + "Ġtribut", + "e" + ], + [ + "bea", + "utiful" + ], + [ + "S", + "ing" + ], + [ + "e", + "enth" + ], + [ + "f", + "ell" + ], + [ + "Ġc", + "yl" + ], + [ + "Ġfr", + "ut" + ], + [ + "ĠE", + "cuador" + ], + [ + "Ġ(", + "_" + ], + [ + "Ġsha", + "w" + ], + [ + "Ġdif", + "ic" + ], + [ + "Ġrec", + "alled" + ], + [ + "Ġdep", + "ressed" + ], + [ + "good", + "bye" + ], + [ + "à¤", + "²" + ], + [ + "att", + "oo" + ], + [ + "ĠTr", + "acy" + ], + [ + "rel", + "ative" + ], + [ + "bur", + "ger" + ], + [ + "à¥", + "ĩ" + ], + [ + "Ġess", + "entially" + ], + [ + "Ġimprove", + "ment" + ], + [ + "Ġpid", + "ió" + ], + [ + "tec", + "imientos" + ], + [ + ")", + "\"" + ], + [ + "c", + "ada" + ], + [ + "Ġl", + "ucha" + ], + [ + "ĠS", + "alt" + ], + [ + "um", + "i" + ], + [ + "Ġsu", + "ite" + ], + [ + "ĠW", + "or" + ], + [ + "ĠF", + "ull" + ], + [ + "ĠN", + "anny" + ], + [ + "Ġfin", + "ishes" + ], + [ + "Ġver", + "lo" + ], + [ + "ĠAt", + "hens" + ], + [ + "Ġtele", + "graph" + ], + [ + "ĠEnglish", + "man" + ], + [ + "Ġdest", + "iny" + ], + [ + "fr", + "ica" + ], + [ + "Ġsuper", + "st" + ], + [ + "Mar", + "ie" + ], + [ + "ĠJul", + "ian" + ], + [ + "Ġpath", + "s" + ], + [ + "Ġinqu", + "iry" + ], + [ + "ruct", + "ive" + ], + [ + "Ġtear", + "ing" + ], + [ + "Ġtama", + "ño" + ], + [ + "p", + "arty" + ], + [ + "Ġd", + "angers" + ], + [ + "Ġre", + "cip" + ], + [ + "ri", + "ers" + ], + [ + "ĠS", + "leep" + ], + [ + "ag", + "ar" + ], + [ + "Ġpart", + "ial" + ], + [ + "ug", + "os" + ], + [ + "ĠV", + "i" + ], + [ + "let", + "ter" + ], + [ + "Ġmon", + "aster" + ], + [ + "AN", + "G" + ], + [ + "ener", + "y" + ], + [ + "ĠTh", + "under" + ], + [ + "Ġcontin", + "ually" + ], + [ + "ĠAd", + "emás" + ], + [ + "su", + "per" + ], + [ + "Ġbol", + "sa" + ], + [ + "Ġreact", + "ions" + ], + [ + "Ġconsult", + "ation" + ], + [ + "iert", + "as" + ], + [ + "Ġdow", + "ntown" + ], + [ + "Ġcrook", + "ed" + ], + [ + "Brit", + "ish" + ], + [ + "Ġaguj", + "ero" + ], + [ + "on", + "so" + ], + [ + "Ġf", + "ried" + ], + [ + "Ġl", + "ingu" + ], + [ + "Ġhe", + "ated" + ], + [ + "et", + "ta" + ], + [ + "ur", + "dy" + ], + [ + "Ġlike", + "wise" + ], + [ + "Ġca", + "z" + ], + [ + "Ġri", + "pe" + ], + [ + "Ġint", + "ake" + ], + [ + "Ġint", + "ently" + ], + [ + "Ġz", + "oom" + ], + [ + "Ġori", + "ent" + ], + [ + "Ġstrange", + "ly" + ], + [ + "Ġpeque", + "ñ" + ], + [ + "Ġnuest", + "ras" + ], + [ + "ĠCla", + "ud" + ], + [ + "Ġb", + "ah" + ], + [ + "ĠR", + "ud" + ], + [ + "Ġpro", + "yect" + ], + [ + "ub", + "re" + ], + [ + "Ġop", + "ort" + ], + [ + "ú", + "p" + ], + [ + "amp", + "us" + ], + [ + "ĠBe", + "ing" + ], + [ + "Ġcompl", + "aint" + ], + [ + "Ġbang", + "s" + ], + [ + "Ġthreat", + "s" + ], + [ + "ĠServ", + "ices" + ], + [ + "Ġapare", + "ció" + ], + [ + "N", + "ational" + ], + [ + "b", + "ump" + ], + [ + "he", + "h" + ], + [ + "in", + "ado" + ], + [ + "ĠT", + "oo" + ], + [ + "ĠM", + "ort" + ], + [ + "ĠC", + "ut" + ], + [ + "ĠC", + "aleb" + ], + [ + "ĠD", + "AY" + ], + [ + "itt", + "in" + ], + [ + "ak", + "o" + ], + [ + "Ġ19", + "10" + ], + [ + "ĠK", + "yle" + ], + [ + "Ġmon", + "k" + ], + [ + "Ġ5", + "3" + ], + [ + "cc", + "iones" + ], + [ + "Ġcur", + "led" + ], + [ + "El", + "izabeth" + ], + [ + "Ġlad", + "ders" + ], + [ + "Ġ9", + "3" + ], + [ + "Ġequ", + "als" + ], + [ + "Ġclim", + "bs" + ], + [ + "LE", + "T" + ], + [ + "ĠRo", + "om" + ], + [ + "Ġaccident", + "s" + ], + [ + "Ġdorm", + "ido" + ], + [ + "Ġestre", + "lla" + ], + [ + "Ġmanif", + "est" + ], + [ + "O", + "O" + ], + [ + "W", + "ake" + ], + [ + "Ġg", + "ene" + ], + [ + "id", + "or" + ], + [ + "Ġn", + "ena" + ], + [ + "ĠS", + "eg" + ], + [ + "ĠC", + "ec" + ], + [ + "Ġr", + "amas" + ], + [ + "ess", + "ions" + ], + [ + "Ġcl", + "ung" + ], + [ + "Ġres", + "id" + ], + [ + "Ġwind", + "y" + ], + [ + "ĠSh", + "ould" + ], + [ + "Ġmembers", + "hip" + ], + [ + "ö", + "r" + ], + [ + "every", + "one" + ], + [ + "Ġorganis", + "ation" + ], + [ + "Luc", + "y" + ], + [ + "Ġcontrar", + "io" + ], + [ + "ĠCraw", + "ford" + ], + [ + "B", + "ur" + ], + [ + "P", + "ick" + ], + [ + "Ġc", + "rop" + ], + [ + "Ġc", + "odes" + ], + [ + "Ġd", + "um" + ], + [ + "Ġf", + "reed" + ], + [ + "Ġhe", + "al" + ], + [ + "ĠB", + "uenos" + ], + [ + "Ġqu", + "art" + ], + [ + "Ġne", + "ur" + ], + [ + "Ġpr", + "ow" + ], + [ + "ĠU", + "pon" + ], + [ + "ens", + "ed" + ], + [ + "ú", + "l" + ], + [ + "Ġele", + "ctoral" + ], + [ + "Ġreg", + "ards" + ], + [ + "Ġhard", + "est" + ], + [ + "Ġconf", + "ined" + ], + [ + "Ġfree", + "ze" + ], + [ + "Ġswim", + "mer" + ], + [ + "ĠJul", + "iet" + ], + [ + "Ġbal", + "c" + ], + [ + "Ġaddress", + "ing" + ], + [ + "ĠAtl", + "anta" + ], + [ + "Mad", + "am" + ], + [ + "Ġath", + "lete" + ], + [ + "ĠGreg", + "ory" + ], + [ + "Ġinfant", + "ry" + ], + [ + "Ġove", + "ja" + ], + [ + "lovak", + "ia" + ], + [ + "A", + "lf" + ], + [ + "t", + "os" + ], + [ + "Ġa", + "fect" + ], + [ + "Ġre", + "ino" + ], + [ + "ĠN", + "OW" + ], + [ + "Ġex", + "agger" + ], + [ + "Ġcha", + "nt" + ], + [ + "Ġinter", + "vals" + ], + [ + "Ġste", + "er" + ], + [ + "ĠRe", + "ina" + ], + [ + "Ġfur", + "ry" + ], + [ + "Ġspeed", + "ily" + ], + [ + "è", + "s" + ], + [ + "hab", + "ited" + ], + [ + "Ġexchan", + "ged" + ], + [ + "K", + "ING" + ], + [ + "R", + "ose" + ], + [ + "c", + "ore" + ], + [ + "Ġan", + "them" + ], + [ + "Ġqu", + "aint" + ], + [ + "ĠR", + "over" + ], + [ + "Ġex", + "ce" + ], + [ + "Ġadv", + "ancing" + ], + [ + "Ġeye", + "br" + ], + [ + "Ġpin", + "ea" + ], + [ + "aur", + "us" + ], + [ + "Ġdecl", + "ined" + ], + [ + "Bet", + "ween" + ], + [ + "Ġacab", + "ado" + ], + [ + "Ġpoll", + "ution" + ], + [ + "Ġslipp", + "ery" + ], + [ + "Ġcler", + "gy" + ], + [ + "Ġocas", + "ión" + ], + [ + "ĠSmart", + "ies" + ], + [ + "A", + "z" + ], + [ + "H", + "ot" + ], + [ + "S", + "ab" + ], + [ + "p", + "ine" + ], + [ + "Ġp", + "ian" + ], + [ + "an", + "ne" + ], + [ + "Ġre", + "no" + ], + [ + "ĠC", + "urt" + ], + [ + "Ġall", + "e" + ], + [ + "ĠD", + "www" + ], + [ + "Ġca", + "pe" + ], + [ + "Ġpat", + "a" + ], + [ + "Ġseñ", + "ores" + ], + [ + "Ġven", + "ge" + ], + [ + "Ġrespect", + "able" + ], + [ + "Ġsegu", + "ida" + ], + [ + "walk", + "ing" + ], + [ + "Ġfier", + "cely" + ], + [ + "ĠSoci", + "edad" + ], + [ + "ĠFire", + "man" + ], + [ + "Ġje", + "fe" + ], + [ + "ĠColumb", + "us" + ], + [ + "ĠOttom", + "an" + ], + [ + "N", + "ed" + ], + [ + "Ġc", + "ál" + ], + [ + "Ġp", + "ans" + ], + [ + "se", + "cond" + ], + [ + "ĠC", + "in" + ], + [ + "ĠG", + "us" + ], + [ + "ĠN", + "FL" + ], + [ + "Ġam", + "a" + ], + [ + "Ġdes", + "esper" + ], + [ + "ress", + "es" + ], + [ + "Ġdraw", + "ings" + ], + [ + "Ġcre", + "eping" + ], + [ + "Ġpal", + "o" + ], + [ + "Ġá", + "ng" + ], + [ + "Ġtreat", + "ing" + ], + [ + "Ġremo", + "ving" + ], + [ + "Ġdocument", + "ary" + ], + [ + "Ġarg", + "uments" + ], + [ + "Ġseas", + "ide" + ], + [ + "Ġopt", + "ions" + ], + [ + "H", + "OW" + ], + [ + "Ġthe", + "at" + ], + [ + "Ġc", + "aca" + ], + [ + "Ġhe", + "ck" + ], + [ + "ro", + "llo" + ], + [ + "Ġal", + "tered" + ], + [ + "OR", + "N" + ], + [ + "Ġlos", + "es" + ], + [ + "ĠV", + "ent" + ], + [ + "Ġhar", + "ds" + ], + [ + "ĠMart", + "a" + ], + [ + "Cl", + "ose" + ], + [ + "Ġmem", + "oria" + ], + [ + "Ġesper", + "anza" + ], + [ + "Ġneat", + "ly" + ], + [ + "Ġdib", + "uj" + ], + [ + "Hon", + "ours" + ], + [ + "Ġestrell", + "as" + ], + [ + "E", + "ither" + ], + [ + "H", + "m" + ], + [ + "H", + "am" + ], + [ + "P", + "ad" + ], + [ + "j", + "am" + ], + [ + "Ġ", + "q" + ], + [ + "ĠB", + "iden" + ], + [ + "Ġqu", + "ieras" + ], + [ + "IN", + "S" + ], + [ + "ten", + "go" + ], + [ + "Ġwar", + "mer" + ], + [ + "Ġ6", + "00" + ], + [ + "Ġcoll", + "apsed" + ], + [ + "ĠFl", + "ip" + ], + [ + "Ġsitu", + "ación" + ], + [ + "Ġrelig", + "ions" + ], + [ + "Ġinvent", + "ion" + ], + [ + "Ġalt", + "ar" + ], + [ + "Ġcrimin", + "als" + ], + [ + "Ġcorre", + "cted" + ], + [ + "Ġdolph", + "in" + ], + [ + "c", + "ott" + ], + [ + "f", + "ull" + ], + [ + "Ġt", + "et" + ], + [ + "Ġg", + "room" + ], + [ + "ow", + "el" + ], + [ + "ac", + "ción" + ], + [ + "Ġan", + "throp" + ], + [ + "Ġall", + "iance" + ], + [ + "ĠD", + "ong" + ], + [ + "ĠN", + "on" + ], + [ + "Ġle", + "go" + ], + [ + "ĠAr", + "ound" + ], + [ + "Ġrep", + "aired" + ], + [ + "Ġfight", + "ers" + ], + [ + "Ġz", + "ip" + ], + [ + "ĠLe", + "ón" + ], + [ + "ĠSe", + "attle" + ], + [ + "ĠSh", + "ir" + ], + [ + "Ġsupport", + "s" + ], + [ + "Ġviv", + "id" + ], + [ + "ĠCr", + "us" + ], + [ + "Ġrequire", + "ments" + ], + [ + "Ġawait", + "ing" + ], + [ + "D", + "ec" + ], + [ + "ri", + "p" + ], + [ + "Ġde", + "arest" + ], + [ + "un", + "less" + ], + [ + "Ġrem", + "ed" + ], + [ + "gg", + "ies" + ], + [ + "az", + "ine" + ], + [ + "Ġvi", + "ii" + ], + [ + "uest", + "ra" + ], + [ + "las", + "gow" + ], + [ + "Ġstat", + "ements" + ], + [ + "LE", + "D" + ], + [ + "Ġburn", + "s" + ], + [ + "Ġvers", + "us" + ], + [ + "Ġintro", + "duc" + ], + [ + "ĠHigh", + "ness" + ], + [ + "Ġdefend", + "ing" + ], + [ + "Ġagu", + "as" + ], + [ + "Ġune", + "asy" + ], + [ + "Ġsupre", + "me" + ], + [ + "m", + "orning" + ], + [ + "y", + "os" + ], + [ + "ĠT", + "wenty" + ], + [ + "Ġr", + "ating" + ], + [ + "Ġr", + "ises" + ], + [ + "Ġcon", + "ci" + ], + [ + "ĠD", + "oll" + ], + [ + "ĠF", + "ab" + ], + [ + "ĠF", + "ace" + ], + [ + "ten", + "ance" + ], + [ + "Ġap", + "roxim" + ], + [ + "cu", + "encia" + ], + [ + "Ġ7", + "4" + ], + [ + "ĠCha", + "se" + ], + [ + "ĠWest", + "on" + ], + [ + "Ġpun", + "ct" + ], + [ + "Ġoc", + "é" + ], + [ + "Ġow", + "ing" + ], + [ + "ĠBu", + "zz" + ], + [ + "Ġanno", + "y" + ], + [ + "Pres", + "ently" + ], + [ + "Ġwag", + "ons" + ], + [ + "ĠMem", + "orial" + ], + [ + "S", + "everal" + ], + [ + "_", + ",\"" + ], + [ + "s", + "or" + ], + [ + "w", + "ake" + ], + [ + "in", + "als" + ], + [ + "Ġb", + "ald" + ], + [ + "is", + "hi" + ], + [ + "Ġm", + "op" + ], + [ + "Ġst", + "ump" + ], + [ + "ĠL", + "iter" + ], + [ + "av", + "or" + ], + [ + "Ġkeep", + "er" + ], + [ + "ĠMar", + "ine" + ], + [ + "ĠSh", + "in" + ], + [ + "ĠMo", + "hammed" + ], + [ + "ĠMil", + "ady" + ], + [ + "Ġtext", + "s" + ], + [ + "Ġconsist", + "ing" + ], + [ + "Ġmour", + "n" + ], + [ + "Ġabrupt", + "ly" + ], + [ + "D", + "rink" + ], + [ + "re", + "na" + ], + [ + "en", + "ci" + ], + [ + "ot", + "hes" + ], + [ + "Ġfor", + "wards" + ], + [ + "Ġwith", + "drew" + ], + [ + "Ġsu", + "yo" + ], + [ + "ĠO", + "per" + ], + [ + "OR", + "T" + ], + [ + "Ġaf", + "fl" + ], + [ + "Ġrel", + "ieve" + ], + [ + "Ġé", + "x" + ], + [ + "Ġass", + "isted" + ], + [ + "ya", + "wns" + ], + [ + "ĠLe", + "ban" + ], + [ + "Ġ17", + "0" + ], + [ + "Ġprim", + "itive" + ], + [ + "ĠMin", + "nie" + ], + [ + "Ġeffect", + "ively" + ], + [ + "Ġna", + "ught" + ], + [ + "ĠCong", + "reso" + ], + [ + "Ġpier", + "nas" + ], + [ + "Ġmechan", + "ism" + ], + [ + "Ġkilomet", + "res" + ], + [ + "Ġimpos", + "ible" + ], + [ + "D", + "ay" + ], + [ + "M", + "s" + ], + [ + "P", + "et" + ], + [ + "S", + "k" + ], + [ + "he", + "ar" + ], + [ + "Ġpro", + "ven" + ], + [ + "ult", + "s" + ], + [ + "Ġhouse", + "holds" + ], + [ + "she", + "ll" + ], + [ + "Ġmed", + "ieval" + ], + [ + "Ġbag", + "gage" + ], + [ + "Es", + "c" + ], + [ + "Ġbother", + "ing" + ], + [ + "Christ", + "mas" + ], + [ + "Ġmant", + "ener" + ], + [ + "ĠHun", + "ter" + ], + [ + "ĠWik", + "ipedia" + ], + [ + "ĠLux", + "em" + ], + [ + "p", + "od" + ], + [ + "p", + "ants" + ], + [ + "Ġ", + "à°" + ], + [ + "Ġp", + "est" + ], + [ + "Ġest", + "imate" + ], + [ + "hy", + "l" + ], + [ + "me", + "ans" + ], + [ + "Ġjo", + "ins" + ], + [ + "Ġem", + "per" + ], + [ + "Ġmer", + "ced" + ], + [ + "ĠOl", + "impiada" + ], + [ + "Ġaud", + "io" + ], + [ + "Ġagre", + "eable" + ], + [ + "ĠCop", + "per" + ], + [ + "Ob", + "viously" + ], + [ + "Ġconspir", + "acy" + ], + [ + "B", + "AR" + ], + [ + "O", + "E" + ], + [ + "d", + "uh" + ], + [ + "h", + "t" + ], + [ + "ĠS", + "uff" + ], + [ + "ĠP", + "ole" + ], + [ + "Ġher", + "b" + ], + [ + "ĠD", + "onna" + ], + [ + "his", + "m" + ], + [ + "Ġsw", + "orn" + ], + [ + "Ġflo", + "ors" + ], + [ + "Ġpos", + "ter" + ], + [ + "Ġcup", + "cake" + ], + [ + "IR", + "ST" + ], + [ + "ĠGl", + "ad" + ], + [ + "ĠRock", + "y" + ], + [ + "Ġexerc", + "ises" + ], + [ + "Ãī", + "l" + ], + [ + "Alex", + "ander" + ], + [ + "ĠBeat", + "les" + ], + [ + "Ġinher", + "it" + ], + [ + "Ġcorp", + "se" + ], + [ + "\"", + "-" + ], + [ + "Ã", + "¥" + ], + [ + "Ã", + "¬" + ], + [ + "Ġno", + "bles" + ], + [ + "ĠT", + "as" + ], + [ + "Ġwh", + "ore" + ], + [ + "if", + "ford" + ], + [ + "Ġso", + "ñ" + ], + [ + "ĠD", + "ee" + ], + [ + "ĠF", + "an" + ], + [ + "Ġbl", + "amed" + ], + [ + "ip", + "ur" + ], + [ + "Ġent", + "ender" + ], + [ + "Ġll", + "ave" + ], + [ + "ner", + "gy" + ], + [ + "oun", + "ge" + ], + [ + "Ġcur", + "ve" + ], + [ + "Win", + "nie" + ], + [ + "ĠLiving", + "ston" + ], + [ + "Ġlocom", + "ot" + ], + [ + "E", + "ast" + ], + [ + "Ġ", + "icing" + ], + [ + "is", + "i" + ], + [ + "Ġl", + "amps" + ], + [ + "Ġit", + "al" + ], + [ + "ĠW", + "OULD" + ], + [ + "Ġel", + "é" + ], + [ + "od", + "d" + ], + [ + "ĠY", + "ale" + ], + [ + "ĠMar", + "vel" + ], + [ + "Ġind", + "igenous" + ], + [ + "ĠCha", + "d" + ], + [ + "à¤", + "¯" + ], + [ + "arden", + "al" + ], + [ + "hel", + "m" + ], + [ + "ĠMe", + "anwhile" + ], + [ + "sm", + "iles" + ], + [ + "Ġcontribut", + "ion" + ], + [ + "6", + "1" + ], + [ + "J", + "ac" + ], + [ + "R", + "ad" + ], + [ + "c", + "ord" + ], + [ + "c", + "ourt" + ], + [ + "j", + "al" + ], + [ + "}", + "}" + ], + [ + "Ġwe", + "ed" + ], + [ + "ĠC", + "old" + ], + [ + "Ġpl", + "ank" + ], + [ + "ace", + "y" + ], + [ + "oy", + "a" + ], + [ + "oun", + "cing" + ], + [ + "Ġed", + "ific" + ], + [ + "your", + "s" + ], + [ + "Ġdeb", + "en" + ], + [ + "Ġcaball", + "eros" + ], + [ + "ĠMed", + "ical" + ], + [ + "Ġcritic", + "ized" + ], + [ + "Ġrit", + "ual" + ], + [ + "Ġdisgu", + "ise" + ], + [ + "b", + "ite" + ], + [ + "Ġf", + "erry" + ], + [ + "ĠP", + "and" + ], + [ + "ĠP", + "ip" + ], + [ + "Ġpl", + "aster" + ], + [ + "ĠR", + "ice" + ], + [ + "Ġmet", + "e" + ], + [ + "Ġnos", + "es" + ], + [ + "ĠEs", + "sex" + ], + [ + "Ġdirect", + "ors" + ], + [ + "ris", + "a" + ], + [ + "Ġfail", + "ing" + ], + [ + "Ġprocess", + "es" + ], + [ + "IF", + "E" + ], + [ + "ĠGha", + "rib" + ], + [ + "L", + "in" + ], + [ + "v", + "iv" + ], + [ + "ĠM", + "O" + ], + [ + "Ġqu", + "oted" + ], + [ + "op", + "py" + ], + [ + "Ġsp", + "ared" + ], + [ + "ĠHe", + "ath" + ], + [ + "cl", + "ar" + ], + [ + "let", + "cher" + ], + [ + "com", + "er" + ], + [ + "Ġlay", + "ers" + ], + [ + "ĠHar", + "riet" + ], + [ + "De", + "ad" + ], + [ + "Ġbene", + "fic" + ], + [ + "Ġgall", + "ey" + ], + [ + "199", + "9" + ], + [ + "ĠBunk", + "er" + ], + [ + "S", + "ave" + ], + [ + "Ġw", + "al" + ], + [ + "ul", + "um" + ], + [ + "Ġwater", + "ing" + ], + [ + "Ġpres", + "encia" + ], + [ + "Ġins", + "pect" + ], + [ + "Ġpolit", + "icians" + ], + [ + "Ġespe", + "cies" + ], + [ + "bu", + "zz" + ], + [ + "Ġcry", + "st" + ], + [ + "Ġfuer", + "zas" + ], + [ + "lig", + "a" + ], + [ + "met", + "ros" + ], + [ + "Ġparticip", + "ate" + ], + [ + "Sc", + "ott" + ], + [ + "ĠMur", + "phy" + ], + [ + "Ġincident", + "s" + ], + [ + "ĠRh", + "ine" + ], + [ + "Bre", + "ak" + ], + [ + "Ġgob", + "ierno" + ], + [ + "D", + "ie" + ], + [ + "T", + "iene" + ], + [ + "Y", + "e" + ], + [ + "Ġm", + "r" + ], + [ + "Ġbe", + "held" + ], + [ + "Ġu", + "ndo" + ], + [ + "el", + "ope" + ], + [ + "ĠL", + "ist" + ], + [ + "ĠF", + "ish" + ], + [ + "Ġchild", + "ish" + ], + [ + "Ġter", + "rest" + ], + [ + "Ġform", + "ally" + ], + [ + "cul", + "os" + ], + [ + "át", + "ico" + ], + [ + "Ġrecogn", + "ise" + ], + [ + "ĠLuc", + "inda" + ], + [ + "ĠSat", + "an" + ], + [ + "4", + "00" + ], + [ + "H", + "ea" + ], + [ + "P", + "il" + ], + [ + "s", + "wer" + ], + [ + "w", + "orm" + ], + [ + "ay", + "as" + ], + [ + "st", + "ret" + ], + [ + "est", + "one" + ], + [ + "ĠE", + "so" + ], + [ + "ĠK", + "ula" + ], + [ + "br", + "os" + ], + [ + "Ġcons", + "on" + ], + [ + "orth", + "os" + ], + [ + "Ġpresent", + "ation" + ], + [ + "Ġfil", + "ed" + ], + [ + "ĠQu", + "ién" + ], + [ + "Ġprop", + "he" + ], + [ + "Ġarri", + "ves" + ], + [ + "Ġsex", + "y" + ], + [ + "Ġrul", + "ers" + ], + [ + "ĠPo", + "ly" + ], + [ + "Ġpartners", + "hip" + ], + [ + "Bel", + "ieve" + ], + [ + "Bea", + "utiful" + ], + [ + "ĠIndepend", + "ence" + ], + [ + "neigh", + "bor" + ], + [ + "L", + "uego" + ], + [ + "s", + "abes" + ], + [ + "it", + "é" + ], + [ + "Ġg", + "oss" + ], + [ + "Ġv", + "amp" + ], + [ + "ĠD", + "IS" + ], + [ + "ĠG", + "host" + ], + [ + "Ġlook", + "out" + ], + [ + "Ġ8", + "00" + ], + [ + "ĠPro", + "f" + ], + [ + "Was", + "n" + ], + [ + "Ġalt", + "ura" + ], + [ + "Ġboun", + "ces" + ], + [ + "ĠNaz", + "is" + ], + [ + "Ġembarrass", + "ing" + ], + [ + "Ġsquirrel", + "s" + ], + [ + "Ġescal", + "era" + ], + [ + "ĠBase", + "ball" + ], + [ + "Ġtas", + "ks" + ], + [ + "Ġconvirt", + "ió" + ], + [ + "G", + "entlemen" + ], + [ + "I", + "mag" + ], + [ + "en", + "aw" + ], + [ + "Ġth", + "ither" + ], + [ + "ĠP", + "lymouth" + ], + [ + "Ġpe", + "anuts" + ], + [ + "reat", + "ed" + ], + [ + "ĠV", + "ir" + ], + [ + "In", + "ter" + ], + [ + "ĠAr", + "ctic" + ], + [ + "bre", + "vi" + ], + [ + "cu", + "ro" + ], + [ + "Th", + "ou" + ], + [ + "Ġserv", + "icio" + ], + [ + "ham", + "es" + ], + [ + "Ġtrad", + "ed" + ], + [ + "turn", + "ed" + ], + [ + "whis", + "per" + ], + [ + "ĠÃ", + "ĸ" + ], + [ + "Ġmic", + "ros" + ], + [ + "Ġseg", + "ura" + ], + [ + "Ġwond", + "ers" + ], + [ + "ĠTrans", + "port" + ], + [ + "ÃŃst", + "icas" + ], + [ + "Ġcust", + "ody" + ], + [ + "Ġsubstant", + "ial" + ], + [ + "c", + "j" + ], + [ + "s", + "now" + ], + [ + "Ġa", + "ld" + ], + [ + "Ġof", + "the" + ], + [ + "ĠP", + "sy" + ], + [ + "ul", + "ates" + ], + [ + "ĠL", + "ad" + ], + [ + "ĠE", + "xt" + ], + [ + "Ġaf", + "uera" + ], + [ + "ĠAl", + "most" + ], + [ + "Ġmet", + "ió" + ], + [ + "ru", + "ly" + ], + [ + "for", + "mer" + ], + [ + "Ġtre", + "nd" + ], + [ + "Ġcho", + "ke" + ], + [ + "Ġemp", + "le" + ], + [ + "Re", + "al" + ], + [ + "Ġimportant", + "es" + ], + [ + "ĠWill", + "ard" + ], + [ + "ĠWell", + "s" + ], + [ + "Ġcivil", + "ian" + ], + [ + "Ġcoast", + "al" + ], + [ + "Ġinflu", + "ential" + ], + [ + "fight", + "er" + ], + [ + "Ġtorped", + "o" + ], + [ + "C", + "lear" + ], + [ + "D", + "am" + ], + [ + "b", + "less" + ], + [ + "Ġt", + "ipped" + ], + [ + "Ġb", + "aker" + ], + [ + "Ġhe", + "ns" + ], + [ + "Ġha", + "il" + ], + [ + "le", + "vel" + ], + [ + "ut", + "ton" + ], + [ + "ith", + "uan" + ], + [ + "ĠP", + "E" + ], + [ + "Ġout", + "ra" + ], + [ + "ĠN", + "ile" + ], + [ + "Ġar", + "mas" + ], + [ + "Ġco", + "aches" + ], + [ + "Ġthr", + "ong" + ], + [ + "Ġdis", + "abled" + ], + [ + "ta", + "le" + ], + [ + "Ġtra", + "je" + ], + [ + "Ġhome", + "less" + ], + [ + "che", + "st" + ], + [ + "Ġinv", + "al" + ], + [ + "Ġap", + "res" + ], + [ + "Ġinter", + "és" + ], + [ + "ato", + "es" + ], + [ + "Ġant", + "ib" + ], + [ + "Ġconv", + "ict" + ], + [ + "Ġmic", + "row" + ], + [ + "Ġbound", + "aries" + ], + [ + "Ġcris", + "p" + ], + [ + "Ġmej", + "ores" + ], + [ + "H", + "A" + ], + [ + "N", + "N" + ], + [ + "c", + "ars" + ], + [ + "Ġm", + "ord" + ], + [ + "Ġp", + "iles" + ], + [ + "Ġon", + "ion" + ], + [ + "Ġshe", + "er" + ], + [ + "ĠW", + "ent" + ], + [ + "Ġtw", + "elf" + ], + [ + "Ġcar", + "riages" + ], + [ + "Ġten", + "se" + ], + [ + "Ġdri", + "pping" + ], + [ + "Ġext", + "ension" + ], + [ + "Ġem", + "igr" + ], + [ + "cent", + "ral" + ], + [ + "ĠDes", + "pite" + ], + [ + "Ġge", + "ese" + ], + [ + "Ġlog", + "ic" + ], + [ + "Ġaccording", + "ly" + ], + [ + "Ġtuck", + "ed" + ], + [ + "intend", + "ent" + ], + [ + "7", + "3" + ], + [ + "T", + "C" + ], + [ + "h", + "ic" + ], + [ + "Ã", + "Ł" + ], + [ + "Ġ", + "ix" + ], + [ + "ĠS", + "ev" + ], + [ + "ch", + "y" + ], + [ + "ĠC", + "air" + ], + [ + "Ġwh", + "oles" + ], + [ + "ĠD", + "umpty" + ], + [ + "ĠG", + "oogle" + ], + [ + "ĠN", + "ueva" + ], + [ + "ĠK", + "irk" + ], + [ + "Ġsal", + "mon" + ], + [ + "Ġacc", + "us" + ], + [ + "Ġneg", + "lected" + ], + [ + "ĠLet", + "tice" + ], + [ + "Ġchampions", + "hips" + ], + [ + "Ġvolunte", + "er" + ], + [ + "Aunt", + "ie" + ], + [ + "ĠAuthor", + "ity" + ], + [ + "ĠMove", + "ment" + ], + [ + "Dur", + "ante" + ], + [ + ".", + "!" + ], + [ + "P", + "ri" + ], + [ + "S", + "leep" + ], + [ + "S", + "IGH" + ], + [ + "Ġf", + "um" + ], + [ + "Ġp", + "eso" + ], + [ + "Ġg", + "arrison" + ], + [ + "oo", + "oo" + ], + [ + "im", + "ble" + ], + [ + "Ġwh", + "im" + ], + [ + "ĠV", + "a" + ], + [ + "Ġsha", + "ken" + ], + [ + "ĠTh", + "ou" + ], + [ + "ié", + "nt" + ], + [ + "Ġsub", + "mit" + ], + [ + "Ġcost", + "umbre" + ], + [ + "open", + "ha" + ], + [ + "First", + "name" + ], + [ + "ĠUnivers", + "al" + ], + [ + "mind", + "ed" + ], + [ + "Ġinfect", + "ed" + ], + [ + "Ġjewel", + "ry" + ], + [ + "ĠBenn", + "ett" + ], + [ + "#", + "#" + ], + [ + "[", + "\"" + ], + [ + "r", + "án" + ], + [ + "v", + "ina" + ], + [ + "w", + "y" + ], + [ + "Ġt", + "una" + ], + [ + "Ġp", + "ea" + ], + [ + "im", + "i" + ], + [ + "ĠB", + "ren" + ], + [ + "Ġall", + "ies" + ], + [ + "ĠN", + "esta" + ], + [ + "ER", + "Y" + ], + [ + "Ġch", + "icks" + ], + [ + "Ġres", + "erved" + ], + [ + "az", + "ing" + ], + [ + "Ġcor", + "rió" + ], + [ + "Ġfu", + "é" + ], + [ + "Ġpint", + "ar" + ], + [ + "Ġdispos", + "ition" + ], + [ + "ĠVat", + "ican" + ], + [ + "6", + "3" + ], + [ + "A", + "le" + ], + [ + "c", + "ution" + ], + [ + "d", + "ar" + ], + [ + "l", + "ift" + ], + [ + "Ã", + "ģ" + ], + [ + "Ġc", + "ope" + ], + [ + "Ġm", + "aker" + ], + [ + "am", + "elo" + ], + [ + "il", + "is" + ], + [ + "Ġcar", + "p" + ], + [ + "other", + "wise" + ], + [ + "Ġac", + "res" + ], + [ + "Ġapp", + "oint" + ], + [ + "Ġreg", + "ulations" + ], + [ + "Ġjo", + "yous" + ], + [ + "Ġpat", + "ri" + ], + [ + "bb", + "ers" + ], + [ + "Ġdraw", + "ers" + ], + [ + "Ġmark", + "ets" + ], + [ + "át", + "ica" + ], + [ + "Bl", + "oody" + ], + [ + "Ġspell", + "ed" + ], + [ + "Ġnúmer", + "os" + ], + [ + "Rel", + "ax" + ], + [ + "Ġjugu", + "etes" + ], + [ + "Ġcolum", + "ns" + ], + [ + "A", + "be" + ], + [ + "g", + "ently" + ], + [ + "Ġha", + "uled" + ], + [ + "ĠI", + "o" + ], + [ + "Ġre", + "bel" + ], + [ + "ĠS", + "af" + ], + [ + "ant", + "i" + ], + [ + "ĠH", + "aven" + ], + [ + "Ġsh", + "ove" + ], + [ + "ĠR", + "u" + ], + [ + "pl", + "ing" + ], + [ + "cl", + "ed" + ], + [ + "gr", + "own" + ], + [ + "Ġperson", + "nel" + ], + [ + "Ġloc", + "ations" + ], + [ + "Ġfu", + "zzy" + ], + [ + "Ġsav", + "ings" + ], + [ + "pare", + "nts" + ], + [ + "Ġhic", + "iste" + ], + [ + "Ġscra", + "pe" + ], + [ + "Post", + "man" + ], + [ + "?", + "--" + ], + [ + "B", + "er" + ], + [ + "E", + "v" + ], + [ + "c", + "ita" + ], + [ + "i", + "ores" + ], + [ + "n", + "ik" + ], + [ + "an", + "ks" + ], + [ + "ĠP", + "ick" + ], + [ + "Ġr", + "ash" + ], + [ + "ĠF", + "ix" + ], + [ + "ĠU", + "l" + ], + [ + "ĠDe", + "ep" + ], + [ + "Ġsal", + "ón" + ], + [ + "ĠPar", + "ish" + ], + [ + "Ġamb", + "assador" + ], + [ + "Ġindust", + "ries" + ], + [ + "oph", + "one" + ], + [ + "ĠMont", + "gomery" + ], + [ + "Ġconce", + "al" + ], + [ + "mic", + "ro" + ], + [ + "ĠSax", + "on" + ], + [ + "M", + "oney" + ], + [ + "l", + "ength" + ], + [ + "Ġd", + "itch" + ], + [ + "Ġshe", + "pherd" + ], + [ + "ĠW", + "AY" + ], + [ + "ĠG", + "ir" + ], + [ + "ĠF", + "ight" + ], + [ + "ĠN", + "one" + ], + [ + "AN", + "S" + ], + [ + "Ġpast", + "or" + ], + [ + "Ġfast", + "est" + ], + [ + "Ġcost", + "umes" + ], + [ + "Ġwit", + "ches" + ], + [ + "Ġpump", + "kins" + ], + [ + "add", + "ressed" + ], + [ + "Ġreven", + "ue" + ], + [ + "Ġbold", + "ly" + ], + [ + "Ġcomplain", + "ing" + ], + [ + "ĠRem", + "ember" + ], + [ + "Ġoffend", + "ed" + ], + [ + "attempt", + "s" + ], + [ + "D", + "anny" + ], + [ + "Ġs", + "ib" + ], + [ + "ri", + "bu" + ], + [ + "ri", + "eron" + ], + [ + "Ġst", + "rap" + ], + [ + "ĠS", + "AY" + ], + [ + "ĠA", + "bu" + ], + [ + "st", + "icks" + ], + [ + "ĠB", + "ass" + ], + [ + "ĠP", + "H" + ], + [ + "Ġen", + "cer" + ], + [ + "ó", + "t" + ], + [ + "Ġtw", + "ent" + ], + [ + "Ġint", + "elig" + ], + [ + "ĠRe", + "ed" + ], + [ + "Ġclass", + "room" + ], + [ + "De", + "b" + ], + [ + "Ġdev", + "otion" + ], + [ + "Ġoc", + "ult" + ], + [ + "Ġfee", + "ble" + ], + [ + "Ġprobab", + "ility" + ], + [ + "6", + "2" + ], + [ + "C", + "ho" + ], + [ + "F", + "a" + ], + [ + "s", + "sh" + ], + [ + "Ġt", + "umb" + ], + [ + "Ġf", + "ountain" + ], + [ + "Ġto", + "ot" + ], + [ + "al", + "ways" + ], + [ + "os", + "to" + ], + [ + "Ġwas", + "her" + ], + [ + "Ġse", + "ize" + ], + [ + "and", + "ro" + ], + [ + "ĠA", + "ber" + ], + [ + "Ġcon", + "vention" + ], + [ + "ĠD", + "ance" + ], + [ + "Ġsupp", + "orters" + ], + [ + "Ġcor", + "ps" + ], + [ + "Ġwhe", + "e" + ], + [ + "ograph", + "ic" + ], + [ + "Mic", + "key" + ], + [ + "ĠUk", + "rainian" + ], + [ + "ĠTech", + "nology" + ], + [ + "Ġprivile", + "ge" + ], + [ + "Ġmarav", + "ill" + ], + [ + "A", + "f" + ], + [ + "S", + "ally" + ], + [ + "d", + "led" + ], + [ + "k", + "ia" + ], + [ + "Ġh", + "ull" + ], + [ + "Ġwe", + "ighed" + ], + [ + "ĠS", + "ul" + ], + [ + "ĠC", + "hem" + ], + [ + "ĠN", + "acional" + ], + [ + "Ġpe", + "or" + ], + [ + "Ġsc", + "hem" + ], + [ + "Ġbre", + "eding" + ], + [ + "Ġfact", + "ories" + ], + [ + "Ġcreat", + "es" + ], + [ + "Ġport", + "s" + ], + [ + "Ġdoubt", + "ful" + ], + [ + "Ġglo", + "omy" + ], + [ + "Ġprincip", + "ales" + ], + [ + "ĠDor", + "is" + ], + [ + "hum", + "an" + ], + [ + "Ġgle", + "e" + ], + [ + "ĠUs", + "ually" + ], + [ + "ĠProtest", + "ant" + ], + [ + "Ġpneum", + "onia" + ], + [ + "H", + "an" + ], + [ + "e", + "ast" + ], + [ + "ad", + "ura" + ], + [ + "Ġpl", + "ums" + ], + [ + "ia", + "z" + ], + [ + "so", + "ever" + ], + [ + "Ġcol", + "oured" + ], + [ + "amp", + "ed" + ], + [ + "ĠBr", + "us" + ], + [ + "pr", + "ot" + ], + [ + "Ġri", + "bs" + ], + [ + "Ġap", + "ost" + ], + [ + "ĠBl", + "ues" + ], + [ + "osp", + "el" + ], + [ + "Ġsurv", + "iving" + ], + [ + "erm", + "ont" + ], + [ + "Ġinvol", + "ving" + ], + [ + "Ġcontribut", + "ed" + ], + [ + "ĠSpr", + "ings" + ], + [ + "Ġsty", + "les" + ], + [ + "Ġcrim", + "son" + ], + [ + "N", + "ah" + ], + [ + "v", + "ironment" + ], + [ + "Ġb", + "ic" + ], + [ + "Ġst", + "am" + ], + [ + "Ġwh", + "ining" + ], + [ + "ĠW", + "ien" + ], + [ + "Ġcar", + "ac" + ], + [ + "ib", + "al" + ], + [ + "ĠIs", + "le" + ], + [ + "Ġpark", + "ed" + ], + [ + "Ġdestro", + "ying" + ], + [ + "Ġoc", + "urr" + ], + [ + "Ġtransport", + "ation" + ], + [ + "Ġcompar", + "atively" + ], + [ + "Col", + "onel" + ], + [ + "Ġprost", + "it" + ], + [ + "Ġnaran", + "ja" + ], + [ + "S", + "aturday" + ], + [ + "b", + "ishop" + ], + [ + "Ġl", + "umber" + ], + [ + "Ġon", + "ions" + ], + [ + "ĠH", + "ub" + ], + [ + "ol", + "ent" + ], + [ + "ĠG", + "iant" + ], + [ + "ĠR", + "ound" + ], + [ + "Ġcont", + "rad" + ], + [ + "Ġfl", + "ush" + ], + [ + "up", + "a" + ], + [ + "Ġdear", + "ly" + ], + [ + "Ġ7", + "3" + ], + [ + "20", + "17" + ], + [ + "Ġmur", + "ders" + ], + [ + "Ġpill", + "ows" + ], + [ + "Ġdecl", + "ine" + ], + [ + "Ġbi", + "ology" + ], + [ + "Ġbla", + "ze" + ], + [ + "ĠBuild", + "ing" + ], + [ + "\"", + "¿" + ], + [ + "B", + "ull" + ], + [ + "L", + "OR" + ], + [ + "W", + "ay" + ], + [ + "m", + "is" + ], + [ + "m", + "id" + ], + [ + "Ġt", + "art" + ], + [ + "Ġs", + "amples" + ], + [ + "Ġw", + "akes" + ], + [ + "ha", + "ms" + ], + [ + "Ġc", + "ed" + ], + [ + "ar", + "án" + ], + [ + "Ġn", + "igh" + ], + [ + "ĠM", + "obile" + ], + [ + "ĠB", + "ond" + ], + [ + "Ġqu", + "ÃŃm" + ], + [ + "Oh", + "h" + ], + [ + "Ġtip", + "os" + ], + [ + "à¬", + "¿" + ], + [ + "ĠSal", + "v" + ], + [ + "ĠRome", + "o" + ], + [ + "Ġje", + "ans" + ], + [ + "Ġwaff", + "le" + ], + [ + "8", + "5" + ], + [ + "N", + "ine" + ], + [ + "o", + "j" + ], + [ + "w", + "onder" + ], + [ + "in", + "ian" + ], + [ + "qu", + "in" + ], + [ + "and", + "e" + ], + [ + "ĠD", + "est" + ], + [ + "ĠG", + "inger" + ], + [ + "ks", + "ha" + ], + [ + "Ġcha", + "ps" + ], + [ + "ĠBut", + "ter" + ], + [ + "Ġweek", + "ly" + ], + [ + "ĠOr", + "thodox" + ], + [ + "Ġdecided", + "ly" + ], + [ + "Ġcompet", + "itions" + ], + [ + "ĠCE", + "O" + ], + [ + "Ġdiferen", + "cia" + ], + [ + "B", + "unny" + ], + [ + "i", + "ando" + ], + [ + "Ġc", + "ardenal" + ], + [ + "ar", + "us" + ], + [ + "ĠC", + "BS" + ], + [ + "ĠP", + "ill" + ], + [ + "Ġex", + "quis" + ], + [ + "Ġes", + "fuer" + ], + [ + "Ġgr", + "as" + ], + [ + "Ġpr", + "ueba" + ], + [ + "do", + "ck" + ], + [ + "Ġhar", + "ass" + ], + [ + "Ġfell", + "a" + ], + [ + "ĠRep", + "ort" + ], + [ + "OS", + "T" + ], + [ + "Ġlegend", + "s" + ], + [ + "Ġward", + "robe" + ], + [ + "ĠBA", + "CK" + ], + [ + "Ġejac", + "ulated" + ], + [ + "Ġnood", + "les" + ], + [ + "d", + "oo" + ], + [ + "he", + "a" + ], + [ + "en", + "cias" + ], + [ + "Ġha", + "re" + ], + [ + "Ġst", + "ares" + ], + [ + "Ġwh", + "ipped" + ], + [ + "ĠF", + "und" + ], + [ + "Ġman", + "ual" + ], + [ + "ci", + "um" + ], + [ + "we", + "y" + ], + [ + "Ġbat", + "hing" + ], + [ + "Ġdoub", + "ts" + ], + [ + "Ġtur", + "tles" + ], + [ + "Ġdetect", + "ed" + ], + [ + "Ġchim", + "enea" + ], + [ + "ĠBO", + "Y" + ], + [ + "M", + "em" + ], + [ + "V", + "III" + ], + [ + "t", + "rees" + ], + [ + "Ġ", + "à®" + ], + [ + "ĠT", + "ale" + ], + [ + "ĠB", + "ah" + ], + [ + "Ġback", + "ing" + ], + [ + "Ġsit", + "com" + ], + [ + "Ġ6", + "9" + ], + [ + "Ġgust", + "aba" + ], + [ + "ĠEst", + "aba" + ], + [ + "Ġenter", + "prise" + ], + [ + "Ġmarket", + "ing" + ], + [ + "Ġgor", + "illa" + ], + [ + "Ġfrequ", + "ency" + ], + [ + "Ġpsych", + "iat" + ], + [ + "ĠXX", + "X" + ], + [ + "Ġrejo", + "iced" + ], + [ + "Ġbrid", + "ges" + ], + [ + "Ġexpres", + "ión" + ], + [ + "Ġsod", + "ium" + ], + [ + "Ġdurm", + "iendo" + ], + [ + "Ġstrateg", + "ic" + ], + [ + "ĠRosam", + "und" + ], + [ + "8", + "9" + ], + [ + "R", + "ub" + ], + [ + "Ġb", + "ola" + ], + [ + "Ġh", + "und" + ], + [ + "ĠP", + "ink" + ], + [ + "ĠE", + "mer" + ], + [ + "Ġ19", + "11" + ], + [ + "Ġcont", + "emporary" + ], + [ + "Ġra", + "g" + ], + [ + "Ġra", + "pt" + ], + [ + "Ġmin", + "eral" + ], + [ + "Ġrec", + "ess" + ], + [ + "Ġsk", + "ies" + ], + [ + "Be", + "cky" + ], + [ + "Ġdet", + "uvo" + ], + [ + "Ġspace", + "craft" + ], + [ + "Ġsepar", + "ation" + ], + [ + "Ġverdad", + "ero" + ], + [ + "Ġgro", + "aned" + ], + [ + "ĠEll", + "is" + ], + [ + "ĠXV", + "I" + ], + [ + "Ġcontrovers", + "ial" + ], + [ + "Ġvul", + "ner" + ], + [ + "Ġming", + "led" + ], + [ + "s", + "la" + ], + [ + "w", + "ed" + ], + [ + "ĠA", + "ires" + ], + [ + "ĠC", + "OULD" + ], + [ + "AR", + "E" + ], + [ + "op", + "a" + ], + [ + "Ġwor", + "ries" + ], + [ + "Ġmake", + "up" + ], + [ + "fore", + "st" + ], + [ + "Ġsk", + "etch" + ], + [ + "Ġmed", + "ida" + ], + [ + "Ġvas", + "o" + ], + [ + "200", + "6" + ], + [ + "Ġfeat", + "uring" + ], + [ + "Ġmatemát", + "ico" + ], + [ + "Ġded", + "os" + ], + [ + "Ġloss", + "es" + ], + [ + "ĠOt", + "to" + ], + [ + "Ġtant", + "as" + ], + [ + "Ġgram", + "mar" + ], + [ + "Ġportra", + "it" + ], + [ + "Ġsos", + "pe" + ], + [ + "6", + "9" + ], + [ + "S", + "is" + ], + [ + "S", + "yl" + ], + [ + "h", + "ist" + ], + [ + "Ġt", + "ame" + ], + [ + "Ġc", + "ree" + ], + [ + "Ġc", + "ass" + ], + [ + "Ġc", + "aba" + ], + [ + "ĠN", + "ation" + ], + [ + "pe", + "ek" + ], + [ + "Ġar", + "re" + ], + [ + "Ġtr", + "act" + ], + [ + "Ġtr", + "otted" + ], + [ + "Ġreg", + "ión" + ], + [ + "Ġap", + "ology" + ], + [ + "Ġvo", + "iced" + ], + [ + "Ġcat", + "hedral" + ], + [ + "Un", + "ited" + ], + [ + "Ġexam", + "ining" + ], + [ + "Ġpil", + "ots" + ], + [ + "Ġsees", + "aw" + ], + [ + "ám", + "ara" + ], + [ + "ĠArgent", + "ine" + ], + [ + "ĠNAS", + "A" + ], + [ + "l", + "ist" + ], + [ + "w", + "ants" + ], + [ + "in", + "side" + ], + [ + "Ġd", + "ummy" + ], + [ + "Ġl", + "ur" + ], + [ + "id", + "ia" + ], + [ + "ĠM", + "ap" + ], + [ + "ĠL", + "ond" + ], + [ + "ĠL", + "ock" + ], + [ + "ang", + "el" + ], + [ + "Ġinv", + "iting" + ], + [ + "Ġsign", + "ing" + ], + [ + "Ġpriv", + "acy" + ], + [ + "Ġsatisf", + "actory" + ], + [ + "Ġcommit", + "ment" + ], + [ + "Ġcigaret", + "tes" + ], + [ + "Ġank", + "le" + ], + [ + "G", + "ab" + ], + [ + "c", + "iendo" + ], + [ + "c", + "imiento" + ], + [ + "Ġt", + "ension" + ], + [ + "ĠH", + "ale" + ], + [ + "Ġcon", + "vey" + ], + [ + "Ġsu", + "ited" + ], + [ + "ĠD", + "ub" + ], + [ + "ĠF", + "oster" + ], + [ + "Ġco", + "ffin" + ], + [ + "co", + "ll" + ], + [ + "ĠDe", + "c" + ], + [ + "Ġincl", + "u" + ], + [ + "Ġleg", + "it" + ], + [ + "ura", + "i" + ], + [ + "hel", + "ps" + ], + [ + "Ġlab", + "ios" + ], + [ + "itar", + "ian" + ], + [ + "Ġcomb", + "ust" + ], + [ + "Ġbon", + "net" + ], + [ + "Ġspell", + "s" + ], + [ + "Ġvolunte", + "ers" + ], + [ + "Ġenthusi", + "astic" + ], + [ + "ĠEspañ", + "ola" + ], + [ + "D", + "rop" + ], + [ + "b", + "ark" + ], + [ + "i", + "kes" + ], + [ + "k", + "un" + ], + [ + "n", + "ant" + ], + [ + "Ä", + "į" + ], + [ + "Ġh", + "ides" + ], + [ + "ant", + "as" + ], + [ + "Ġpl", + "ague" + ], + [ + "ĠJ", + "ar" + ], + [ + "Ġun", + "will" + ], + [ + "ĠSt", + "aff" + ], + [ + "Ġca", + "vern" + ], + [ + "Ġcomm", + "end" + ], + [ + "Ġbow", + "ls" + ], + [ + "keep", + "ing" + ], + [ + "Ġpercent", + "age" + ], + [ + "Ġsignific", + "ance" + ], + [ + "Ġtid", + "ying" + ], + [ + "Ġimit", + "ates" + ], + [ + "ĠPhoen", + "ix" + ], + [ + "B", + "ru" + ], + [ + "T", + "ienes" + ], + [ + "r", + "ison" + ], + [ + "r", + "ÃŃan" + ], + [ + "er", + "d" + ], + [ + "hat", + "e" + ], + [ + "gr", + "ass" + ], + [ + "Ġexp", + "osure" + ], + [ + "Ġcho", + "ir" + ], + [ + "field", + "er" + ], + [ + "Ġcommun", + "ist" + ], + [ + "Ġdecid", + "ió" + ], + [ + "Ġdraft", + "ed" + ], + [ + "mus", + "ic" + ], + [ + "Ġemploye", + "e" + ], + [ + "C", + "AP" + ], + [ + "re", + "plicó" + ], + [ + "Ġw", + "its" + ], + [ + "ĠM", + "andy" + ], + [ + "Ġal", + "f" + ], + [ + "ĠD", + "ublin" + ], + [ + "Ġab", + "raz" + ], + [ + "Ġsp", + "ade" + ], + [ + "Ġcu", + "c" + ], + [ + "Ġdr", + "ummer" + ], + [ + "Ġround", + "ed" + ], + [ + "ane", + "ously" + ], + [ + "Ġsol", + "ved" + ], + [ + "Ġpa", + "ñ" + ], + [ + "Ġcreat", + "ive" + ], + [ + "Ġengine", + "ers" + ], + [ + "Ġrespect", + "s" + ], + [ + "Ġphot", + "ographer" + ], + [ + "ánd", + "olo" + ], + [ + "Ġperm", + "ite" + ], + [ + "cuent", + "a" + ], + [ + "Je", + "annine" + ], + [ + "Ġquant", + "um" + ], + [ + "ĠAlber", + "ta" + ], + [ + "ed", + "ay" + ], + [ + "et", + "ing" + ], + [ + "Ġse", + "l" + ], + [ + "Ġme", + "mb" + ], + [ + "ch", + "iev" + ], + [ + "um", + "sy" + ], + [ + "ol", + "ar" + ], + [ + "Ġj", + "ulio" + ], + [ + "ĠW", + "olver" + ], + [ + "Ġen", + "abled" + ], + [ + "Ġen", + "chant" + ], + [ + "Ġpe", + "ered" + ], + [ + "Ġmu", + "g" + ], + [ + "In", + "s" + ], + [ + "ĠMar", + "cus" + ], + [ + "Ġcho", + "osing" + ], + [ + "Who", + "ever" + ], + [ + "ĠX", + "box" + ], + [ + "Ġequ", + "ation" + ], + [ + "Ġcost", + "a" + ], + [ + "ĠPl", + "at" + ], + [ + "Ġqued", + "ado" + ], + [ + "ĠGl", + "oria" + ], + [ + "Ġscreen", + "writer" + ], + [ + "BO", + "B" + ], + [ + "shar", + "p" + ], + [ + "Ã", + "²" + ], + [ + "Ġw", + "ist" + ], + [ + "Ġd", + "usk" + ], + [ + "Ġy", + "og" + ], + [ + "im", + "ir" + ], + [ + "ĠT", + "alk" + ], + [ + "ĠE", + "qu" + ], + [ + "é", + "b" + ], + [ + "He", + "ad" + ], + [ + "Ġcr", + "ick" + ], + [ + "Ġsc", + "am" + ], + [ + "Ġreal", + "ised" + ], + [ + "bo", + "ats" + ], + [ + "arr", + "ots" + ], + [ + "Go", + "vern" + ], + [ + "La", + "ugh" + ], + [ + "ĠX", + "IV" + ], + [ + "Ġstar", + "ve" + ], + [ + "ĠJo", + "el" + ], + [ + "Ġnue", + "vos" + ], + [ + "ĠCat", + "hedral" + ], + [ + "Ġtermin", + "al" + ], + [ + "ĠCorn", + "elius" + ], + [ + "Ġliqu", + "or" + ], + [ + "Ġaffection", + "ate" + ], + [ + "Child", + "ren" + ], + [ + "Ġult", + "imately" + ], + [ + "ĠLeg", + "isl" + ], + [ + "Ġvel", + "vet" + ], + [ + "S", + "et" + ], + [ + "S", + "un" + ], + [ + "p", + "read" + ], + [ + "Ġt", + "read" + ], + [ + "Ġb", + "orough" + ], + [ + "Ġto", + "ad" + ], + [ + "ĠI", + "mm" + ], + [ + "ie", + "nda" + ], + [ + "...", + "'" + ], + [ + "ĠD", + "ónde" + ], + [ + "Ġab", + "ilities" + ], + [ + "ĠJ", + "upiter" + ], + [ + "be", + "hind" + ], + [ + "Ġpre", + "jud" + ], + [ + "ild", + "red" + ], + [ + "ĠAnd", + "ers" + ], + [ + "Ġcer", + "rar" + ], + [ + "po", + "le" + ], + [ + "po", + "ck" + ], + [ + "Ġsol", + "itary" + ], + [ + "ino", + "cho" + ], + [ + "ĠMay", + "a" + ], + [ + "An", + "nie" + ], + [ + "ér", + "cito" + ], + [ + "Ġmort", + "gage" + ], + [ + "Ġrug", + "by" + ], + [ + "Ġlun", + "cheon" + ], + [ + "Ori", + "gin" + ], + [ + "ĠMalays", + "ia" + ], + [ + "T", + "op" + ], + [ + "t", + "ha" + ], + [ + "Ġth", + "ump" + ], + [ + "ĠT", + "ro" + ], + [ + "ce", + "ls" + ], + [ + "Ġoff", + "ensive" + ], + [ + "Ġtri", + "ang" + ], + [ + "Ġform", + "as" + ], + [ + "Ġvol", + "ando" + ], + [ + "Ġsand", + "y" + ], + [ + "Ġsn", + "atched" + ], + [ + "à²", + "¦" + ], + [ + "ĠScot", + "ch" + ], + [ + "ĠTod", + "os" + ], + [ + "ĠSa", + "id" + ], + [ + "Ġyell", + "s" + ], + [ + "Ġintent", + "ions" + ], + [ + "ĠUr", + "ugu" + ], + [ + "Ġknot", + "s" + ], + [ + "â", + "t" + ], + [ + "Ġisol", + "ated" + ], + [ + "L", + "ight" + ], + [ + "s", + "poon" + ], + [ + "Ġf", + "ero" + ], + [ + "ĠS", + "han" + ], + [ + "un", + "ge" + ], + [ + "Ġex", + "ternal" + ], + [ + "Ġfl", + "uffy" + ], + [ + "ĠMar", + "cia" + ], + [ + "Ġkid", + "ney" + ], + [ + "good", + "ness" + ], + [ + "head", + "s" + ], + [ + "Ġfree", + "zer" + ], + [ + "ĠGrand", + "e" + ], + [ + "ĠEs", + "k" + ], + [ + "Ġchocol", + "ates" + ], + [ + "ĠMed", + "icine" + ], + [ + "Ġcru", + "cial" + ], + [ + "Ġoverse", + "as" + ], + [ + "L", + "ucky" + ], + [ + "c", + "ot" + ], + [ + "d", + "onde" + ], + [ + "Ġst", + "urdy" + ], + [ + "Ġse", + "als" + ], + [ + "ĠB", + "R" + ], + [ + "Ġher", + "itage" + ], + [ + "our", + "n" + ], + [ + "ever", + "ly" + ], + [ + "amb", + "i" + ], + [ + "Th", + "row" + ], + [ + "Get", + "ting" + ], + [ + "Ġobject", + "ed" + ], + [ + "Ġesp", + "ant" + ], + [ + "Ġpun", + "ta" + ], + [ + "Ġstream", + "ing" + ], + [ + "Ġpleasant", + "ly" + ], + [ + "Pr", + "im" + ], + [ + "Ġtort", + "uga" + ], + [ + "ĠPic", + "aporte" + ], + [ + "Ġpelig", + "ros" + ], + [ + "Ġrenew", + "ed" + ], + [ + "ĠDyn", + "asty" + ], + [ + "Ġnive", + "l" + ], + [ + "2", + "000" + ], + [ + "C", + "opy" + ], + [ + "f", + "y" + ], + [ + "i", + "án" + ], + [ + "ot", + "le" + ], + [ + "Ġqu", + "oth" + ], + [ + "Ġla", + "va" + ], + [ + "á", + "la" + ], + [ + "Ġman", + "ga" + ], + [ + "ĠY", + "ang" + ], + [ + "Ġwar", + "fare" + ], + [ + "Ġton", + "to" + ], + [ + "Ġqued", + "aba" + ], + [ + "dog", + "s" + ], + [ + "Ġhesit", + "ation" + ], + [ + "Ġhabl", + "aba" + ], + [ + "ĠGuard", + "ian" + ], + [ + "Ġresol", + "ve" + ], + [ + "ós", + "ito" + ], + [ + "7", + "1" + ], + [ + "7", + "9" + ], + [ + "C", + "el" + ], + [ + "S", + "aid" + ], + [ + "Ġa", + "we" + ], + [ + "ĠT", + "ab" + ], + [ + "ĠF", + "alls" + ], + [ + "ind", + "e" + ], + [ + "Ġpro", + "dig" + ], + [ + "Ġar", + "te" + ], + [ + "Ġbl", + "uff" + ], + [ + "ĠLe", + "icester" + ], + [ + "à¤", + "Ĥ" + ], + [ + "Ġstar", + "board" + ], + [ + "ĠSam", + "antha" + ], + [ + "ĠMc", + "Donalds" + ], + [ + "Ġllam", + "as" + ], + [ + "ĠLord", + "s" + ], + [ + "Ġamb", + "ition" + ], + [ + "Ġassoci", + "ate" + ], + [ + "Ġempe", + "zaron" + ], + [ + "Ġdefend", + "ed" + ], + [ + "Cha", + "pter" + ], + [ + "Ġ����", + "�" + ], + [ + "Ġmechan", + "ics" + ], + [ + "ĠFre", + "eman" + ], + [ + "--------------------------------", + "--------------------------------" + ], + [ + "Ġencontr", + "aron" + ], + [ + "Ġcorri", + "ente" + ], + [ + "G", + "lad" + ], + [ + "Ä", + "±" + ], + [ + "en", + "ic" + ], + [ + "ĠI", + "X" + ], + [ + "id", + "al" + ], + [ + "Ġwe", + "eds" + ], + [ + "ĠP", + "ow" + ], + [ + "ĠD", + "ou" + ], + [ + "ĠG", + "ate" + ], + [ + "Ġex", + "port" + ], + [ + "Ġpe", + "cho" + ], + [ + "ne", + "z" + ], + [ + "Ġhuman", + "os" + ], + [ + "Ġpupp", + "ies" + ], + [ + "Ġbell", + "eza" + ], + [ + "Ġay", + "er" + ], + [ + "Ġaunt", + "ie" + ], + [ + "ĠEvery", + "body" + ], + [ + "Ġshel", + "ves" + ], + [ + "Ġpra", + "irie" + ], + [ + "Ġespecial", + "mente" + ], + [ + "ĠCra", + "gg" + ], + [ + "later", + "ra" + ], + [ + "ĠAlban", + "ia" + ], + [ + "ĠConstant", + "in" + ], + [ + "Ġappla", + "use" + ], + [ + "incl", + "uding" + ], + [ + "d", + "ij" + ], + [ + "m", + "ast" + ], + [ + "Ġt", + "ying" + ], + [ + "Ġg", + "b" + ], + [ + "ĠM", + "oll" + ], + [ + "ĠH", + "auts" + ], + [ + "ist", + "ical" + ], + [ + "ĠO", + "pera" + ], + [ + "Ġsp", + "ies" + ], + [ + "ĠK", + "ap" + ], + [ + "Ġdis", + "com" + ], + [ + "Ġdis", + "fr" + ], + [ + "Ġrec", + "ru" + ], + [ + "ĠCon", + "stance" + ], + [ + "Ġesp", + "alda" + ], + [ + "Ġdat", + "ab" + ], + [ + "Ġmucha", + "cha" + ], + [ + "Des", + "cription" + ], + [ + "Ġharm", + "less" + ], + [ + "Ġdisagre", + "eable" + ], + [ + "%", + "," + ], + [ + "B", + "uen" + ], + [ + "J", + "J" + ], + [ + "]", + "âĮī." + ], + [ + "k", + "émon" + ], + [ + "Ġf", + "útbol" + ], + [ + "ĠN", + "ash" + ], + [ + "ĠR", + "icky" + ], + [ + "Ġle", + "ón" + ], + [ + "Ġgu", + "inea" + ], + [ + "ĠIn", + "vest" + ], + [ + "let", + "as" + ], + [ + "Ġfire", + "men" + ], + [ + "cu", + "er" + ], + [ + "Ġtu", + "ve" + ], + [ + "ĠX", + "III" + ], + [ + "Ġpray", + "ing" + ], + [ + "Ġterror", + "ist" + ], + [ + "Ġperman", + "e" + ], + [ + "Ġunlike", + "ly" + ], + [ + "Ġcuánt", + "os" + ], + [ + "ĠPLA", + "Y" + ], + [ + "Y", + "ES" + ], + [ + "is", + "phere" + ], + [ + "Ġl", + "ounge" + ], + [ + "ĠT", + "ot" + ], + [ + "ab", + "ilidad" + ], + [ + "ol", + "os" + ], + [ + "ies", + "en" + ], + [ + "ĠK", + "ipper" + ], + [ + "ase", + "y" + ], + [ + "Ġeat", + "in" + ], + [ + "Ġpu", + "ertas" + ], + [ + "ins", + "ky" + ], + [ + "ĠAn", + "at" + ], + [ + "Ġsell", + "s" + ], + [ + "Ġnick", + "named" + ], + [ + "Ġdrift", + "ed" + ], + [ + "Ġigno", + "red" + ], + [ + "Ġresign", + "ation" + ], + [ + "micro", + "phone" + ], + [ + "W", + "omen" + ], + [ + "t", + "it" + ], + [ + "Ġw", + "ides" + ], + [ + "ĠA", + "gency" + ], + [ + "ĠP", + "ant" + ], + [ + "Ġen", + "cuentro" + ], + [ + "Ġ19", + "13" + ], + [ + "ĠK", + "ha" + ], + [ + "Ġco", + "ches" + ], + [ + "Ġdes", + "em" + ], + [ + "de", + "f" + ], + [ + "Ġfl", + "own" + ], + [ + "Ġpres", + "chool" + ], + [ + "Ġpol", + "ish" + ], + [ + "Ġrele", + "vant" + ], + [ + "ĠX", + "I" + ], + [ + "Ġbreat", + "hed" + ], + [ + "Ġtest", + "imony" + ], + [ + "Ġgas", + "oline" + ], + [ + "Ġrob", + "ber" + ], + [ + "Ġphys", + "ically" + ], + [ + "Ġaffect", + "s" + ], + [ + "Ġmel", + "od" + ], + [ + "Ġcrown", + "ed" + ], + [ + "add", + "les" + ], + [ + "L", + "ist" + ], + [ + "M", + "OM" + ], + [ + "R", + "en" + ], + [ + "re", + "ys" + ], + [ + "an", + "ie" + ], + [ + "ĠH", + "itch" + ], + [ + "ab", + "ilities" + ], + [ + "ĠP", + "ee" + ], + [ + "ĠU", + "m" + ], + [ + "ass", + "ium" + ], + [ + "Ġgu", + "ided" + ], + [ + "Ġrel", + "at" + ], + [ + "Ġ18", + "00" + ], + [ + "form", + "ed" + ], + [ + "Ġmed", + "ian" + ], + [ + "Ġdest", + "ac" + ], + [ + "Ġneg", + "lect" + ], + [ + "ĠDes", + "mond" + ], + [ + "ĠMet", + "ro" + ], + [ + "ĠBas", + "il" + ], + [ + "ĠNever", + "theless" + ], + [ + "onym", + "ous" + ], + [ + "Ġreb", + "els" + ], + [ + "Ġrais", + "ins" + ], + [ + "s", + "ign" + ], + [ + "on", + "as" + ], + [ + "Ġn", + "ests" + ], + [ + "all", + "es" + ], + [ + "ie", + "u" + ], + [ + "ĠP", + "L" + ], + [ + "ĠP", + "ea" + ], + [ + "ig", + "ious" + ], + [ + "ĠG", + "lasgow" + ], + [ + "Ġgr", + "ado" + ], + [ + "Ġgl", + "ac" + ], + [ + "Not", + "es" + ], + [ + "ham", + "pton" + ], + [ + "ĠOr", + "chestra" + ], + [ + "Ġpolic", + "ÃŃa" + ], + [ + "Ġpred", + "icted" + ], + [ + "erg", + "us" + ], + [ + "ĠOb", + "ama" + ], + [ + "Ġpremie", + "red" + ], + [ + "Ġincon", + "ven" + ], + [ + "R", + "achel" + ], + [ + "Ġ", + "���" + ], + [ + "os", + "idad" + ], + [ + "out", + "heastern" + ], + [ + "Ġk", + "ar" + ], + [ + "ur", + "red" + ], + [ + "Ġan", + "ten" + ], + [ + "ĠC", + "arson" + ], + [ + "ĠH", + "are" + ], + [ + "Ġbo", + "b" + ], + [ + "Ġser", + "io" + ], + [ + "Ġmis", + "chiev" + ], + [ + "20", + "11" + ], + [ + "Ġllev", + "ado" + ], + [ + "Ġreck", + "less" + ], + [ + "Ġanal", + "og" + ], + [ + "ĠHard", + "y" + ], + [ + "ĠTurn", + "er" + ], + [ + "ĠUrs", + "ula" + ], + [ + "ĠNotting", + "ham" + ], + [ + "t", + "v" + ], + [ + "Ġt", + "ulip" + ], + [ + "il", + "it" + ], + [ + "are", + "z" + ], + [ + "Ġch", + "ina" + ], + [ + "ee", + "z" + ], + [ + "Ġdist", + "int" + ], + [ + "Ġreco", + "g" + ], + [ + "Ġsight", + "s" + ], + [ + "Ġcourt", + "esy" + ], + [ + "Ġhy", + "per" + ], + [ + "Ġcort", + "e" + ], + [ + "ĠTod", + "o" + ], + [ + "ĠPeters", + "burg" + ], + [ + "Ġspecim", + "en" + ], + [ + "Ġempie", + "za" + ], + [ + "I", + "RE" + ], + [ + "Ġm", + "asc" + ], + [ + "il", + "ation" + ], + [ + "ĠP", + "ud" + ], + [ + "ĠW", + "ii" + ], + [ + "ĠN", + "est" + ], + [ + "what", + "cha" + ], + [ + "ous", + "ing" + ], + [ + "OR", + "K" + ], + [ + "lo", + "gy" + ], + [ + "ĠK", + "in" + ], + [ + "Ġmar", + "bles" + ], + [ + "ĠAl", + "pha" + ], + [ + "Ġ6", + "2" + ], + [ + "Ġunderstand", + "s" + ], + [ + "Ġcur", + "rency" + ], + [ + "ract", + "or" + ], + [ + "Ġsepar", + "ately" + ], + [ + "fin", + "ish" + ], + [ + "Ġtor", + "re" + ], + [ + "Ġvuel", + "ve" + ], + [ + "Ġmatemát", + "icos" + ], + [ + "Ġmotion", + "less" + ], + [ + "Ġperf", + "ume" + ], + [ + "Ġtron", + "co" + ], + [ + "=", + "\"" + ], + [ + "E", + "llen" + ], + [ + "b", + "its" + ], + [ + "le", + "v" + ], + [ + "ill", + "ings" + ], + [ + "ĠH", + "ook" + ], + [ + "ore", + "r" + ], + [ + "Ġcon", + "ced" + ], + [ + "ck", + "ing" + ], + [ + "ess", + "ed" + ], + [ + "Ġun", + "necessary" + ], + [ + "Ġ(", + "����" + ], + [ + "Ġpo", + "ets" + ], + [ + "Ġad", + "ds" + ], + [ + "Ġmust", + "ache" + ], + [ + "uc", + "ita" + ], + [ + "pr", + "us" + ], + [ + "Ġguess", + "ing" + ], + [ + "Ġ9", + "4" + ], + [ + "lect", + "ric" + ], + [ + "Ġpencil", + "s" + ], + [ + "ĠBea", + "uty" + ], + [ + "Ġsust", + "ain" + ], + [ + "Ġtempt", + "ation" + ], + [ + "ĠHel", + "ena" + ], + [ + "ĠTha", + "iland" + ], + [ + "Ġfoss", + "ils" + ], + [ + "Ġauth", + "ors" + ], + [ + "C", + "orn" + ], + [ + "c", + "ida" + ], + [ + "l", + "asses" + ], + [ + "n", + "ard" + ], + [ + "ĠI", + "D" + ], + [ + "Ġan", + "terior" + ], + [ + "ĠG", + "R" + ], + [ + "Ġman", + "aging" + ], + [ + "az", + "os" + ], + [ + "Ġinter", + "ven" + ], + [ + "ĠOn", + "line" + ], + [ + "Ġcapt", + "ive" + ], + [ + "Ġnue", + "vas" + ], + [ + "Ġpir", + "ata" + ], + [ + "Ġ190", + "8" + ], + [ + "arring", + "ton" + ], + [ + "Ġcul", + "pa" + ], + [ + "ĠVen", + "ice" + ], + [ + "Ġeter", + "nal" + ], + [ + "ĠSpeak", + "er" + ], + [ + "E", + "ducation" + ], + [ + "in", + "ero" + ], + [ + "ul", + "os" + ], + [ + "na", + "ge" + ], + [ + "lo", + "aded" + ], + [ + "Ġlist", + "a" + ], + [ + "Ġid", + "ol" + ], + [ + "Ġdev", + "ast" + ], + [ + "Ġdescri", + "bing" + ], + [ + "Ġcommand", + "s" + ], + [ + "Ġcuent", + "os" + ], + [ + "des", + "ign" + ], + [ + "Ġoccup", + "y" + ], + [ + "Ġund", + "oubtedly" + ], + [ + "Ġneces", + "ario" + ], + [ + "Ġquant", + "ities" + ], + [ + "ĠJohan", + "n" + ], + [ + "Dor", + "othy" + ], + [ + "U", + "M" + ], + [ + "d", + "al" + ], + [ + "Ġ", + "00" + ], + [ + "Ġt", + "attoo" + ], + [ + "ut", + "tered" + ], + [ + "un", + "cle" + ], + [ + "ĠW", + "an" + ], + [ + "Ġcom", + "et" + ], + [ + "Ġbr", + "ack" + ], + [ + "Ġwonder", + "fully" + ], + [ + "Ġmag", + "ician" + ], + [ + "Ġmain", + "tenance" + ], + [ + "Ġsn", + "atch" + ], + [ + "Ġpers", + "isted" + ], + [ + "Ġunus", + "ually" + ], + [ + "ĠGlo", + "be" + ], + [ + "Hab", + "ÃŃa" + ], + [ + "Ġacer", + "ca" + ], + [ + "C", + "LA" + ], + [ + "d", + "ire" + ], + [ + "it", + "ol" + ], + [ + "Ġin", + "cap" + ], + [ + "ĠH", + "OW" + ], + [ + "ĠK", + "h" + ], + [ + "Ġuh", + "oh" + ], + [ + "Ġread", + "iness" + ], + [ + "Ġhat", + "red" + ], + [ + "Ġtrans", + "ition" + ], + [ + "ĠX", + "II" + ], + [ + "Ġobs", + "c" + ], + [ + "Ġbright", + "er" + ], + [ + "ĠAng", + "lo" + ], + [ + "Est", + "aba" + ], + [ + "Ġencont", + "raba" + ], + [ + "Lo", + "is" + ], + [ + "Ġignor", + "ance" + ], + [ + "Ġcoco", + "a" + ], + [ + "T", + "eddy" + ], + [ + "s", + "ent" + ], + [ + "Ġc", + "ine" + ], + [ + "Ġb", + "uns" + ], + [ + "ĠT", + "ad" + ], + [ + "ĠP", + "ubl" + ], + [ + "ul", + "i" + ], + [ + "ĠR", + "anger" + ], + [ + "ount", + "ered" + ], + [ + "ord", + "ers" + ], + [ + "ĠV", + "ers" + ], + [ + "cl", + "iffe" + ], + [ + "Ġenc", + "ountered" + ], + [ + "Ġoper", + "ates" + ], + [ + "ĠEx", + "ecutive" + ], + [ + "hal", + "ina" + ], + [ + "Ġbomb", + "ing" + ], + [ + "Ġcontribut", + "ions" + ], + [ + "ĠBO", + "OK" + ], + [ + "Ġéx", + "ito" + ], + [ + "s", + "ac" + ], + [ + "s", + "ub" + ], + [ + "Ġt", + "ed" + ], + [ + "ĠI", + "ke" + ], + [ + "ve", + "rend" + ], + [ + "ĠB", + "ub" + ], + [ + "Ġen", + "velop" + ], + [ + "Ġmo", + "ons" + ], + [ + "Ġpo", + "ke" + ], + [ + "ress", + "ive" + ], + [ + "Ġeven", + "ings" + ], + [ + "br", + "aska" + ], + [ + "Ġhard", + "ware" + ], + [ + "Ġsing", + "ers" + ], + [ + "à¤", + "¨" + ], + [ + "Ġjud", + "ged" + ], + [ + "ĠDid", + "n" + ], + [ + "Ġsignific", + "antly" + ], + [ + "Ġwitness", + "ed" + ], + [ + "Ġhesit", + "ate" + ], + [ + "ĠSom", + "me" + ], + [ + "Ġore", + "jas" + ], + [ + "Ġamend", + "ment" + ], + [ + "Ġtér", + "m" + ], + [ + "J", + "uan" + ], + [ + "ar", + "ium" + ], + [ + "CH", + "O" + ], + [ + "CH", + "UCK" + ], + [ + "all", + "ow" + ], + [ + "ĠH", + "mm" + ], + [ + "ĠE", + "ug" + ], + [ + "Ġinter", + "ference" + ], + [ + "Ġtem", + "bl" + ], + [ + "Ġsold", + "ado" + ], + [ + "Ġprin", + "ting" + ], + [ + "Ġsuper", + "hero" + ], + [ + "Ġhang", + "s" + ], + [ + "Ġlock", + "er" + ], + [ + "Ġsom", + "eday" + ], + [ + "Ġspark", + "ling" + ], + [ + "Bo", + "ys" + ], + [ + "Ġhier", + "ba" + ], + [ + "Ġdil", + "ig" + ], + [ + "ĠJour", + "nal" + ], + [ + "o", + "i" + ], + [ + "in", + "vestigator" + ], + [ + "re", + "aching" + ], + [ + "Ġc", + "ierta" + ], + [ + "Ġh", + "oll" + ], + [ + "Ġst", + "umbled" + ], + [ + "ĠT", + "illy" + ], + [ + "est", + "as" + ], + [ + "ab", + "ra" + ], + [ + "ie", + "ving" + ], + [ + "ge", + "bra" + ], + [ + "Ġsh", + "oots" + ], + [ + "Ġpl", + "ac" + ], + [ + "ĠL", + "una" + ], + [ + "ĠN", + "BC" + ], + [ + "Ġapp", + "rent" + ], + [ + "let", + "te" + ], + [ + "cu", + "le" + ], + [ + "Ġbow", + "ling" + ], + [ + "Ġdej", + "aba" + ], + [ + "Ġemplo", + "yer" + ], + [ + "ĠWood", + "y" + ], + [ + "Ġgradu", + "ating" + ], + [ + "Ġbor", + "do" + ], + [ + "inte", + "rest" + ], + [ + "Ġsne", + "eze" + ], + [ + "OUN", + "D" + ], + [ + "Ġcoinc", + "idence" + ], + [ + "and", + "ed" + ], + [ + "ĠH", + "AD" + ], + [ + "pp", + "led" + ], + [ + "ĠW", + "ally" + ], + [ + "ĠJ", + "ur" + ], + [ + "hi", + "pp" + ], + [ + "ho", + "ven" + ], + [ + "har", + "t" + ], + [ + "ĠShe", + "riff" + ], + [ + "Ġche", + "ered" + ], + [ + "Ġsw", + "ore" + ], + [ + "Ġret", + "rie" + ], + [ + "ĠBl", + "ood" + ], + [ + "ĠTo", + "gether" + ], + [ + "Ġmach", + "inery" + ], + [ + "Ġminister", + "s" + ], + [ + "erg", + "arten" + ], + [ + "ĠCommission", + "er" + ], + [ + "Ġnit", + "rogen" + ], + [ + "Ġwip", + "ing" + ], + [ + "Ġwides", + "pread" + ], + [ + "s", + "ort" + ], + [ + "en", + "za" + ], + [ + "Ġin", + "put" + ], + [ + "ĠP", + "orthos" + ], + [ + "Ġcan", + "celled" + ], + [ + "ĠD", + "oh" + ], + [ + "ĠF", + "RI" + ], + [ + "Ġent", + "reg" + ], + [ + "uc", + "ción" + ], + [ + "Ġend", + "less" + ], + [ + "Ġbro", + "ccoli" + ], + [ + "Ġcho", + "ices" + ], + [ + "Ġtrans", + "mission" + ], + [ + "Re", + "ad" + ], + [ + "ĠFl", + "ight" + ], + [ + "iff", + "y" + ], + [ + "Ġris", + "ks" + ], + [ + "Ġ190", + "5" + ], + [ + "Ed", + "ward" + ], + [ + "Ġmanufact", + "uring" + ], + [ + "Ġllor", + "ando" + ], + [ + "Ġabund", + "ant" + ], + [ + "Cat", + "hy" + ], + [ + "Ġdanc", + "ers" + ], + [ + "F", + "il" + ], + [ + "R", + "R" + ], + [ + "R", + "od" + ], + [ + "r", + "ug" + ], + [ + "Ġl", + "icking" + ], + [ + "Ġand", + "ar" + ], + [ + "ĠF", + "ood" + ], + [ + "ĠO", + "VER" + ], + [ + "be", + "ard" + ], + [ + "hm", + "a" + ], + [ + "Ġra", + "iny" + ], + [ + "Ġap", + "ret" + ], + [ + "Ġph", + "il" + ], + [ + "ert", + "os" + ], + [ + ",'", + "\"" + ], + [ + "ĠBill", + "board" + ], + [ + "Ġfool", + "s" + ], + [ + "200", + "7" + ], + [ + "Ġempe", + "zar" + ], + [ + "Ġmont", + "ar" + ], + [ + "Ġinfluen", + "ces" + ], + [ + "ĠOw", + "en" + ], + [ + "Ġocur", + "rió" + ], + [ + "ĠOrgan", + "ization" + ], + [ + "F", + "re" + ], + [ + "F", + "RA" + ], + [ + "S", + "ign" + ], + [ + "g", + "us" + ], + [ + "r", + "ados" + ], + [ + "Ġin", + "land" + ], + [ + "am", + "ic" + ], + [ + "ĠS", + "kin" + ], + [ + "Ġwh", + "ites" + ], + [ + "ĠP", + "ues" + ], + [ + "Ġcon", + "sole" + ], + [ + "Ġer", + "as" + ], + [ + "Ġte", + "e" + ], + [ + "Ġim", + "ped" + ], + [ + "co", + "ffee" + ], + [ + "atur", + "as" + ], + [ + "ĠQ", + "U" + ], + [ + "Ġvi", + "ven" + ], + [ + "ĠCal", + "iph" + ], + [ + "Ġllev", + "aron" + ], + [ + "ĠWest", + "minster" + ], + [ + "ĠMot", + "or" + ], + [ + "âĮĭ", + "?" + ], + [ + "Ġeager", + "ness" + ], + [ + "Ġmail", + "box" + ], + [ + "Ġblo", + "om" + ], + [ + "ĠDar", + "ling" + ], + [ + "Ġbom", + "ber" + ], + [ + "hol", + "m" + ], + [ + "N", + "onsense" + ], + [ + "V", + "oy" + ], + [ + "g", + "ü" + ], + [ + "s", + "kin" + ], + [ + "u", + "ana" + ], + [ + "v", + "ised" + ], + [ + "Ġg", + "é" + ], + [ + "ĠA", + "x" + ], + [ + "ĠH", + "um" + ], + [ + "Ġgr", + "ues" + ], + [ + "ĠV", + "on" + ], + [ + "Ġunder", + "wear" + ], + [ + "gr", + "ic" + ], + [ + "du", + "cted" + ], + [ + "Ġtable", + "ts" + ], + [ + "ĠZ", + "ar" + ], + [ + "Ġ6", + "3" + ], + [ + "bor", + "ne" + ], + [ + "Mar", + "ia" + ], + [ + "Ġeconom", + "ics" + ], + [ + "Ġble", + "nd" + ], + [ + "Ġdism", + "iss" + ], + [ + "Ġpsych", + "ology" + ], + [ + "Ġpropos", + "als" + ], + [ + "Ġcompañ", + "ero" + ], + [ + "ĠBrook", + "s" + ], + [ + "ĠZe", + "us" + ], + [ + "Ġspecim", + "ens" + ], + [ + "Ġschem", + "es" + ], + [ + "x", + "ter" + ], + [ + "Ġde", + "cks" + ], + [ + "ĠS", + "ão" + ], + [ + "ĠM", + "ick" + ], + [ + "ĠB", + "U" + ], + [ + "Ġfr", + "y" + ], + [ + "ĠJ", + "ock" + ], + [ + "Ġsal", + "vo" + ], + [ + "sh", + "ore" + ], + [ + "Ġmed", + "it" + ], + [ + "Ġhot", + "els" + ], + [ + "Ġev", + "alu" + ], + [ + "ula", + "res" + ], + [ + "UN", + "D" + ], + [ + "sc", + "reen" + ], + [ + "ĠAct", + "on" + ], + [ + "Ġappreci", + "ated" + ], + [ + "Ġhook", + "ed" + ], + [ + "Ġstern", + "ly" + ], + [ + "Ġtempor", + "arily" + ], + [ + "ĠBow", + "l" + ], + [ + "emo", + "iselle" + ], + [ + "Ġnod", + "ding" + ], + [ + "Ġpige", + "on" + ], + [ + "Ġvenge", + "ance" + ], + [ + "i", + "h" + ], + [ + "u", + "ation" + ], + [ + "er", + "ucita" + ], + [ + "ĠI", + "ndo" + ], + [ + "yes", + "terday" + ], + [ + "man", + "o" + ], + [ + "Ġpol", + "itely" + ], + [ + "Ġbreak", + "down" + ], + [ + "Ġcre", + "ÃŃa" + ], + [ + "ĠWar", + "hol" + ], + [ + "Ġfort", + "una" + ], + [ + "Ġmem", + "or" + ], + [ + "Ġchief", + "s" + ], + [ + "Ġrat", + "on" + ], + [ + "Br", + "ook" + ], + [ + "ĠBrad", + "ley" + ], + [ + "Ġhue", + "vo" + ], + [ + "ĠFour", + "th" + ], + [ + "Ġlabor", + "atory" + ], + [ + "Ġprior", + "ity" + ], + [ + "Ġgrim", + "ly" + ], + [ + "Ġosc", + "uridad" + ], + [ + "Ġketch", + "up" + ], + [ + "Ġpinea", + "pple" + ], + [ + "C", + "ind" + ], + [ + "p", + "oles" + ], + [ + "on", + "te" + ], + [ + "Ġb", + "ou" + ], + [ + "as", + "is" + ], + [ + "ust", + "y" + ], + [ + "ĠW", + "A" + ], + [ + "ĠN", + "ort" + ], + [ + "Ġus", + "ar" + ], + [ + "Ġpro", + "grama" + ], + [ + "irl", + "ing" + ], + [ + "Ġpop", + "ulations" + ], + [ + "for", + "ward" + ], + [ + "fort", + "une" + ], + [ + "Ġav", + "is" + ], + [ + "Ġtravell", + "ers" + ], + [ + "Love", + "ly" + ], + [ + "Ġresour", + "ce" + ], + [ + "Ol", + "iver" + ], + [ + "Ġceremon", + "ies" + ], + [ + "ĠKath", + "ryn" + ], + [ + "ĠQueens", + "land" + ], + [ + "7", + "4" + ], + [ + "B", + "at" + ], + [ + "J", + "ake" + ], + [ + "S", + "ea" + ], + [ + "i", + "ology" + ], + [ + "l", + "iest" + ], + [ + "Ġ", + "��" + ], + [ + "Ġg", + "ut" + ], + [ + "ĠI", + "so" + ], + [ + "Ġst", + "ooped" + ], + [ + "ĠS", + "ang" + ], + [ + "Ġtw", + "ilight" + ], + [ + "Ġpr", + "á" + ], + [ + "And", + "rew" + ], + [ + "ĠBr", + "and" + ], + [ + "Ġint", + "imate" + ], + [ + "Ġpublic", + "ation" + ], + [ + "Ġgas", + "es" + ], + [ + "Ġbang", + "ed" + ], + [ + "ĠSim", + "pson" + ], + [ + "Ġcuer", + "da" + ], + [ + "ĠOri", + "on" + ], + [ + "p", + "ant" + ], + [ + "r", + "ite" + ], + [ + "Ġw", + "rigg" + ], + [ + "art", + "he" + ], + [ + "ĠL", + "an" + ], + [ + "ĠE", + "du" + ], + [ + "Ġam", + "ist" + ], + [ + "Ġmo", + "ose" + ], + [ + "Ġpu", + "ente" + ], + [ + "Ġrep", + "ublic" + ], + [ + "Ġbar", + "bar" + ], + [ + "Ġbat", + "tal" + ], + [ + "Ġaut", + "ob" + ], + [ + "ĠPor", + "ter" + ], + [ + "Ġtim", + "ing" + ], + [ + "Ġdread", + "ed" + ], + [ + "Ġdirig", + "ió" + ], + [ + "Ġconsist", + "ent" + ], + [ + "Ġexcl", + "us" + ], + [ + "Ġathlet", + "es" + ], + [ + "ĠTib", + "et" + ], + [ + "V", + "in" + ], + [ + "Ġd", + "re" + ], + [ + "am", + "ine" + ], + [ + "il", + "ian" + ], + [ + "ĠH", + "ug" + ], + [ + "ĠP", + "age" + ], + [ + "Ġr", + "ued" + ], + [ + "Ġr", + "owed" + ], + [ + "Ġout", + "break" + ], + [ + "ĠG", + "em" + ], + [ + "ong", + "s" + ], + [ + "to", + "ck" + ], + [ + "Ġcar", + "penter" + ], + [ + "ier", + "re" + ], + [ + "cl", + "oses" + ], + [ + "Ġres", + "erv" + ], + [ + "Not", + "e" + ], + [ + "Ġhair", + "s" + ], + [ + "ĠHis", + "pan" + ], + [ + "Ġexper", + "ts" + ], + [ + "Ġorigin", + "ated" + ], + [ + "SI", + "ON" + ], + [ + "draw", + "ing" + ], + [ + "Ġpositive", + "ly" + ], + [ + "Ġdrown", + "ing" + ], + [ + "ĠGi", + "ants" + ], + [ + "Ġcush", + "ions" + ], + [ + "Ġconj", + "unto" + ], + [ + "Ġpase", + "o" + ], + [ + "âģ", + "Ħ" + ], + [ + "ĠPom", + "pe" + ], + [ + "s", + "its" + ], + [ + "Ġs", + "ombra" + ], + [ + "Ġd", + "ile" + ], + [ + "ĠS", + "ide" + ], + [ + "Ġk", + "icks" + ], + [ + "ĠC", + "ave" + ], + [ + "un", + "ken" + ], + [ + "Ġes", + "co" + ], + [ + "Ġgr", + "ito" + ], + [ + "ĠK", + "ur" + ], + [ + "Ġdes", + "ped" + ], + [ + "Ġtra", + "ÃŃdo" + ], + [ + "Ġmat", + "t" + ], + [ + "Ġmat", + "ure" + ], + [ + "Ġmar", + "rying" + ], + [ + "Ġdra", + "ught" + ], + [ + "à²", + "¤" + ], + [ + "Ġstrugg", + "les" + ], + [ + "Ġrepeated", + "ly" + ], + [ + "ĠJes", + "se" + ], + [ + ";", + "." + ], + [ + "L", + "ot" + ], + [ + "c", + "s" + ], + [ + "v", + "ag" + ], + [ + "z", + "ens" + ], + [ + "Ġm", + "onsieur" + ], + [ + "Ġe", + "ffic" + ], + [ + "ĠD", + "wight" + ], + [ + "Ġen", + "ero" + ], + [ + "Ġro", + "bbers" + ], + [ + "Ġcu", + "red" + ], + [ + "Ġear", + "ning" + ], + [ + "ial", + "es" + ], + [ + "Ġexpl", + "oded" + ], + [ + "ĠBl", + "anco" + ], + [ + "Ġval", + "id" + ], + [ + "ĠPaul", + "o" + ], + [ + "Mar", + "ÃŃa" + ], + [ + "._", + "]" + ], + [ + "ĠBert", + "ha" + ], + [ + "Ġadvant", + "ages" + ], + [ + "oli", + "ath" + ], + [ + "Ġacknow", + "ledge" + ], + [ + "Ġsire", + "n" + ], + [ + "ĠBund", + "es" + ], + [ + "ĠFern", + "ando" + ], + [ + "Ġmicrow", + "ave" + ], + [ + "d", + "é" + ], + [ + "p", + "oss" + ], + [ + "Ġm", + "arty" + ], + [ + "at", + "ha" + ], + [ + "out", + "e" + ], + [ + "Ġcon", + "greg" + ], + [ + "Ġsu", + "ele" + ], + [ + "Ġmean", + "while" + ], + [ + "br", + "id" + ], + [ + "Ġmar", + "zo" + ], + [ + "Ġbre", + "ach" + ], + [ + "Ġcap", + "az" + ], + [ + "Ġinst", + "alled" + ], + [ + "ĠCom", + "ics" + ], + [ + "Ġins", + "pector" + ], + [ + "Ġcir", + "cu" + ], + [ + "Ġage", + "nda" + ], + [ + "Ġpar", + "am" + ], + [ + "Ġmam", + "my" + ], + [ + "Ex", + "cellent" + ], + [ + "ĠPer", + "se" + ], + [ + "work", + "ing" + ], + [ + "ĠNe", + "ither" + ], + [ + "ĠMor", + "rison" + ], + [ + "Ġinqu", + "iet" + ], + [ + "ograph", + "ical" + ], + [ + "Lou", + "is" + ], + [ + "Comm", + "ander" + ], + [ + "Ġbrut", + "al" + ], + [ + "Ġshaw", + "l" + ], + [ + "C", + "re" + ], + [ + "b", + "ows" + ], + [ + "Ġt", + "are" + ], + [ + "Ġs", + "ou" + ], + [ + "as", + "ters" + ], + [ + "Ġbe", + "aver" + ], + [ + "ol", + "er" + ], + [ + "ĠP", + "rest" + ], + [ + "Ġup", + "d" + ], + [ + "ound", + "rel" + ], + [ + "Ġtw", + "e" + ], + [ + "hi", + "ya" + ], + [ + "Ġcl", + "inging" + ], + [ + "ho", + "y" + ], + [ + "Ġmay", + "o" + ], + [ + "Ġdif", + "fer" + ], + [ + "AD", + "A" + ], + [ + "Ġdist", + "inction" + ], + [ + "cu", + "red" + ], + [ + "Ġhon", + "ourable" + ], + [ + "Ġstation", + "ed" + ], + [ + "Ġfort", + "ress" + ], + [ + "Ġcompet", + "ing" + ], + [ + "THE", + "Y" + ], + [ + "Ġmathem", + "atical" + ], + [ + "Ġcolump", + "io" + ], + [ + "ĠGro", + "ver" + ], + [ + "Ġcuch", + "illo" + ], + [ + "K", + "ind" + ], + [ + "b", + "asket" + ], + [ + "r", + "ump" + ], + [ + "ĠT", + "RA" + ], + [ + "ĠS", + "K" + ], + [ + "un", + "ned" + ], + [ + "ab", + "r" + ], + [ + "ĠP", + "are" + ], + [ + "th", + "in" + ], + [ + "Ġsu", + "jet" + ], + [ + "Ġcl", + "umsy" + ], + [ + "ES", + "CO" + ], + [ + "Ġper", + "don" + ], + [ + "ĠY", + "ugos" + ], + [ + "Ġrec", + "uper" + ], + [ + "pr", + "int" + ], + [ + "à¤", + "¿" + ], + [ + "Ġband", + "age" + ], + [ + "ĠGrand", + "father" + ], + [ + "Ġreport", + "ing" + ], + [ + "ĠMil", + "itary" + ], + [ + "Ġpred", + "ators" + ], + [ + "Ġgan", + "ado" + ], + [ + "ĠPa", + "ula" + ], + [ + "Ġscratch", + "ing" + ], + [ + "Ġbail", + "ar" + ], + [ + "Ġdesar", + "rollo" + ], + [ + "Ġdespert", + "ó" + ], + [ + "Ġapres", + "ur" + ], + [ + "ĠLond", + "res" + ], + [ + "K", + "T" + ], + [ + "j", + "ug" + ], + [ + "Ġt", + "umble" + ], + [ + "as", + "ingly" + ], + [ + "Ġat", + "ac" + ], + [ + "ĠH", + "umpty" + ], + [ + "ĠP", + "u" + ], + [ + "ack", + "ing" + ], + [ + "ĠK", + "rist" + ], + [ + "Ġsm", + "oo" + ], + [ + "Ġtra", + "e" + ], + [ + "ĠAl", + "g" + ], + [ + "che", + "m" + ], + [ + "Ġform", + "idable" + ], + [ + "Ġprot", + "agon" + ], + [ + "Ġllev", + "an" + ], + [ + "Ġrob", + "ots" + ], + [ + "Ġsurv", + "iv" + ], + [ + "Ġhistor", + "ians" + ], + [ + "Ġcontest", + "ó" + ], + [ + "Ġmont", + "ón" + ], + [ + "Ġcig", + "ar" + ], + [ + "Back", + "ground" + ], + [ + "úbl", + "ica" + ], + [ + "Ġlug", + "ares" + ], + [ + "Ġizquier", + "da" + ], + [ + "intellig", + "ible" + ], + [ + "B", + "art" + ], + [ + "_", + ".\"" + ], + [ + "m", + "ouse" + ], + [ + "Ġa", + "ught" + ], + [ + "en", + "ough" + ], + [ + "Ġth", + "res" + ], + [ + "Ġno", + "mb" + ], + [ + "st", + "ro" + ], + [ + "ĠW", + "ERE" + ], + [ + "ue", + "gos" + ], + [ + "Ġte", + "ase" + ], + [ + "ting", + "u" + ], + [ + "Ġsha", + "mpoo" + ], + [ + "me", + "red" + ], + [ + "Ġreal", + "iz" + ], + [ + "gu", + "au" + ], + [ + "ga", + "e" + ], + [ + "for", + "ced" + ], + [ + "Ġpain", + "ts" + ], + [ + "Ġpast", + "ure" + ], + [ + "ĠLe", + "eds" + ], + [ + "bor", + "ah" + ], + [ + "Ġpul", + "se" + ], + [ + "ĠRand", + "all" + ], + [ + "Ġprose", + "cut" + ], + [ + "Ġtes", + "oro" + ], + [ + "Ġocé", + "ano" + ], + [ + "ĠBrus", + "sels" + ], + [ + "I", + "l" + ], + [ + "S", + "up" + ], + [ + "j", + "un" + ], + [ + "Ä", + "«" + ], + [ + "Ġin", + "doors" + ], + [ + "ĠT", + "hames" + ], + [ + "ĠA", + "cc" + ], + [ + "ĠD", + "av" + ], + [ + "ĠD", + "ays" + ], + [ + "Ġcl", + "ad" + ], + [ + "Ġpe", + "le" + ], + [ + "Ġpu", + "pa" + ], + [ + "Ġdec", + "is" + ], + [ + "Ġsub", + "mitted" + ], + [ + "Ġblack", + "s" + ], + [ + "As", + "s" + ], + [ + "ĠCan", + "al" + ], + [ + "Ġoper", + "ator" + ], + [ + "Ġtiemp", + "os" + ], + [ + "ĠGl", + "ory" + ], + [ + "Ġvuel", + "tas" + ], + [ + "Ġinvestig", + "ator" + ], + [ + "Ġquien", + "es" + ], + [ + "Ġenem", + "igo" + ], + [ + "Ġgri", + "ev" + ], + [ + "Should", + "n" + ], + [ + "Ġinher", + "ited" + ], + [ + "ĠMU", + "SIC" + ], + [ + "Ġvolunt", + "ad" + ], + [ + "Ġacknowled", + "ged" + ], + [ + "A", + "sh" + ], + [ + "l", + "ance" + ], + [ + "Â", + "Ń" + ], + [ + "ay", + "ette" + ], + [ + "Ġse", + "aman" + ], + [ + "Ġso", + "bbed" + ], + [ + "ue", + "ve" + ], + [ + "ub", + "en" + ], + [ + "Ġad", + "iv" + ], + [ + "ĠCon", + "vention" + ], + [ + "Ġvi", + "i" + ], + [ + "Ġdust", + "y" + ], + [ + "Ġhast", + "y" + ], + [ + "Ġneighbor", + "ing" + ], + [ + "Ġbord", + "ered" + ], + [ + "Ġbla", + "zing" + ], + [ + "Ġrelax", + "ed" + ], + [ + "Ġdwell", + "ing" + ], + [ + "Ġpeak", + "ed" + ], + [ + "Ġmuñe", + "ca" + ], + [ + "Ġintellect", + "ual" + ], + [ + "M", + "amá" + ], + [ + "Ġthe", + "ft" + ], + [ + "Ġb", + "ind" + ], + [ + "Ġha", + "unted" + ], + [ + "ld", + "a" + ], + [ + "il", + "er" + ], + [ + "Ġ\"", + "¿" + ], + [ + "ĠP", + "la" + ], + [ + "Ġr", + "ama" + ], + [ + "Ġr", + "ansom" + ], + [ + "ĠN", + "ora" + ], + [ + "Ġpor", + "ter" + ], + [ + "ful", + "ness" + ], + [ + "Ġestá", + "bamos" + ], + [ + "Ġcent", + "ers" + ], + [ + "Ġ5", + "9" + ], + [ + "min", + "ute" + ], + [ + "Ġsold", + "ados" + ], + [ + "Sh", + "ort" + ], + [ + "Ġestar", + "á" + ], + [ + "Ġtie", + "nda" + ], + [ + "Ġdescend", + "ants" + ], + [ + "Ġcommunic", + "ations" + ], + [ + "Ġchi", + "quit" + ], + [ + "mbr", + "os" + ], + [ + "Ġdific", + "ult" + ], + [ + "m", + "ÃŃ" + ], + [ + "p", + "ath" + ], + [ + "Ķ", + "Ģ" + ], + [ + "it", + "tering" + ], + [ + "ĠC", + "ord" + ], + [ + "Ġcan", + "n" + ], + [ + "ain", + "es" + ], + [ + "Ġab", + "ierto" + ], + [ + "ĠN", + "atural" + ], + [ + "Ġhar", + "ÃŃa" + ], + [ + "Ġreg", + "ime" + ], + [ + "Ġfire", + "works" + ], + [ + "Ġmem", + "orial" + ], + [ + "Ġcrew", + "s" + ], + [ + "Ġtarget", + "s" + ], + [ + "grim", + "age" + ], + [ + "Ġdies", + "el" + ], + [ + "ĠIng", + "laterra" + ], + [ + "ĠWhe", + "el" + ], + [ + "Ġcen", + "ar" + ], + [ + "D", + "ev" + ], + [ + "Z", + "org" + ], + [ + "g", + "ame" + ], + [ + "Ġ", + "GE" + ], + [ + "ĠC", + "ot" + ], + [ + "el", + "in" + ], + [ + "ĠW", + "ang" + ], + [ + "Ġdis", + "f" + ], + [ + "Ġsc", + "enery" + ], + [ + "Ġche", + "que" + ], + [ + "Ġfin", + "als" + ], + [ + "wh", + "ist" + ], + [ + "Ġcab", + "bage" + ], + [ + "Ġ6", + "1" + ], + [ + "Ġprot", + "oc" + ], + [ + "ĠMa", + "isy" + ], + [ + "ĠWill", + "is" + ], + [ + "Ġdef", + "ine" + ], + [ + "ffic", + "ial" + ], + [ + "Ġimag", + "inary" + ], + [ + "Ġhabit", + "at" + ], + [ + "atin", + "um" + ], + [ + "Ġimm", + "une" + ], + [ + "din", + "ner" + ], + [ + "Ġshr", + "ine" + ], + [ + "Ġwreck", + "ed" + ], + [ + "ĠMit", + "chell" + ], + [ + "c", + "illo" + ], + [ + "p", + "ence" + ], + [ + "r", + "uns" + ], + [ + "Ġw", + "reat" + ], + [ + "Ġm", + "rs" + ], + [ + "Ġst", + "ink" + ], + [ + "ĠS", + "ak" + ], + [ + "ĠH", + "uh" + ], + [ + "Ġv", + "om" + ], + [ + "Ġcom", + "ien" + ], + [ + "man", + "s" + ], + [ + "Ġwater", + "fall" + ], + [ + "Ġve", + "t" + ], + [ + "Ġret", + "iring" + ], + [ + "Ġson", + "ido" + ], + [ + "ĠFran", + "co" + ], + [ + "raz", + "ad" + ], + [ + "Ġfil", + "thy" + ], + [ + "ĠHer", + "r" + ], + [ + "Ġrele", + "ases" + ], + [ + "Ġrepresent", + "atives" + ], + [ + "Ġbreath", + "less" + ], + [ + "Ġallow", + "ance" + ], + [ + "Ġox", + "en" + ], + [ + "Ġ186", + "1" + ], + [ + "fess", + "ional" + ], + [ + "sell", + "ing" + ], + [ + "ĠCy", + "prus" + ], + [ + "Fif", + "ty" + ], + [ + "Ġmorn", + "ings" + ], + [ + "Ġanci", + "ano" + ], + [ + "pow", + "der" + ], + [ + "'", + ":" + ], + [ + "d", + "ry" + ], + [ + "Ġ", + "{" + ], + [ + "Ġd", + "arl" + ], + [ + "Ġg", + "ul" + ], + [ + "Ġg", + "ana" + ], + [ + "Ġse", + "res" + ], + [ + "ĠA", + "EW" + ], + [ + "st", + "ones" + ], + [ + "Ġan", + "arch" + ], + [ + "ie", + "nde" + ], + [ + "Ġv", + "ienen" + ], + [ + "ĠL", + "t" + ], + [ + "res", + "ist" + ], + [ + "ĠK", + "urd" + ], + [ + "Ġve", + "int" + ], + [ + "Ġve", + "ins" + ], + [ + "ĠMar", + "x" + ], + [ + "che", + "z" + ], + [ + "Ġver", + "tical" + ], + [ + "stand", + "s" + ], + [ + "Ġsir", + "ve" + ], + [ + "ham", + "mer" + ], + [ + "Ġpublic", + "ly" + ], + [ + "ĠDan", + "es" + ], + [ + "Le", + "ft" + ], + [ + "ĠSus", + "ie" + ], + [ + "ĠSus", + "sex" + ], + [ + "Ġ189", + "0" + ], + [ + "Ġreci", + "bir" + ], + [ + "Ġdistract", + "ed" + ], + [ + "G", + "en" + ], + [ + "T", + "re" + ], + [ + "b", + "ull" + ], + [ + "t", + "or" + ], + [ + "ac", + "ity" + ], + [ + "ĠT", + "rib" + ], + [ + "ĠM", + "ug" + ], + [ + "ĠH", + "elp" + ], + [ + "ĠD", + "avy" + ], + [ + "ĠF", + "letcher" + ], + [ + "ĠO", + "ften" + ], + [ + "ose", + "xual" + ], + [ + "Ġtr", + "out" + ], + [ + "Ġ19", + "15" + ], + [ + "ob", + "a" + ], + [ + "xt", + "on" + ], + [ + "Ġreal", + "m" + ], + [ + "ual", + "mente" + ], + [ + "ié", + "ndole" + ], + [ + "Ġinter", + "action" + ], + [ + "Ġpa", + "wn" + ], + [ + "Ġcoll", + "eges" + ], + [ + "Ġcirc", + "un" + ], + [ + "Ġalg", + "or" + ], + [ + "Ġconv", + "iction" + ], + [ + "OP", + "LE" + ], + [ + "Ġindign", + "ation" + ], + [ + "Ġsan", + "ct" + ], + [ + "Ġware", + "house" + ], + [ + "Ġshat", + "tered" + ], + [ + "Ġinval", + "id" + ], + [ + "O", + "ye" + ], + [ + "o", + "a" + ], + [ + "t", + "est" + ], + [ + "ĠM", + "eth" + ], + [ + "ĠC", + "osta" + ], + [ + "ig", + "as" + ], + [ + "ĠL", + "omb" + ], + [ + "age", + "ment" + ], + [ + "ĠV", + "ermont" + ], + [ + "Ġsal", + "uted" + ], + [ + "du", + "ces" + ], + [ + "Ġcontin", + "ental" + ], + [ + "Ġir", + "regular" + ], + [ + "pend", + "ing" + ], + [ + "Ġfil", + "med" + ], + [ + "ĠTe", + "letubbies" + ], + [ + "sc", + "rew" + ], + [ + "200", + "8" + ], + [ + "Ġmut", + "ual" + ], + [ + "Ġshr", + "ug" + ], + [ + "Ġestuv", + "iera" + ], + [ + "Ġsplas", + "hing" + ], + [ + "ĠEth", + "iop" + ], + [ + "C", + "e" + ], + [ + "G", + "er" + ], + [ + "g", + "oo" + ], + [ + "en", + "ario" + ], + [ + "ĠB", + "ened" + ], + [ + "...", + "¡" + ], + [ + "ul", + "ta" + ], + [ + "ER", + "ING" + ], + [ + "Ġex", + "ca" + ], + [ + "Ġman", + "kind" + ], + [ + "Ġoff", + "ence" + ], + [ + "Ġfl", + "ot" + ], + [ + "Ġche", + "ated" + ], + [ + "Ġdi", + "al" + ], + [ + "ipp", + "y" + ], + [ + "Ġview", + "ed" + ], + [ + "Ġgran", + "ny" + ], + [ + "Ġprocess", + "ing" + ], + [ + "Ġestab", + "as" + ], + [ + "Ġtort", + "oise" + ], + [ + "Ġsho", + "el" + ], + [ + "Ġvigor", + "ously" + ], + [ + "ĠTreat", + "y" + ], + [ + "Ġey", + "el" + ], + [ + "'", + "\"" + ], + [ + "F", + "orm" + ], + [ + "M", + "ENT" + ], + [ + "N", + "athan" + ], + [ + "T", + "ed" + ], + [ + "r", + "ando" + ], + [ + "ir", + "é" + ], + [ + "ĠS", + "ony" + ], + [ + "Ġk", + "g" + ], + [ + "...", + "," + ], + [ + "ĠD", + "OWN" + ], + [ + "Ġsa", + "p" + ], + [ + "ist", + "ol" + ], + [ + "Ġwill", + "ingly" + ], + [ + "Ġbar", + "ber" + ], + [ + "Ġdisc", + "oura" + ], + [ + "ĠMic", + "hel" + ], + [ + "Ġconne", + "ctions" + ], + [ + "ĠSy", + "rian" + ], + [ + "Ġdread", + "fully" + ], + [ + "Ġwha", + "les" + ], + [ + "ENT", + "Y" + ], + [ + "Mark", + "y" + ], + [ + "ç", + "ois" + ], + [ + "ĠHop", + "kins" + ], + [ + "ĠLoren", + "zo" + ], + [ + "ĠCair", + "o" + ], + [ + "SIGH", + "S" + ], + [ + "re", + "is" + ], + [ + "on", + "os" + ], + [ + "Ġof", + "rec" + ], + [ + "Ġdo", + "ctr" + ], + [ + "ĠA", + "w" + ], + [ + "ĠW", + "u" + ], + [ + "Ġen", + "han" + ], + [ + "Ġhand", + "ing" + ], + [ + "Ġdes", + "ir" + ], + [ + "ĠNo", + "el" + ], + [ + "Ġhear", + "th" + ], + [ + "Ġpat", + "ent" + ], + [ + "Ġsun", + "rise" + ], + [ + "alt", + "ar" + ], + [ + "Ġtall", + "est" + ], + [ + "Ġsla", + "ughter" + ], + [ + "ĠFred", + "dy" + ], + [ + "Ġreci", + "pe" + ], + [ + "Ġincred", + "ibly" + ], + [ + "ĠAth", + "let" + ], + [ + "ĠStand", + "ard" + ], + [ + "E", + "se" + ], + [ + "y", + "ears" + ], + [ + "Ġb", + "ounded" + ], + [ + "Ġd", + "ah" + ], + [ + "Ġp", + "iso" + ], + [ + "Ġg", + "ira" + ], + [ + "Ġin", + "ton" + ], + [ + "ic", + "us" + ], + [ + "ut", + "ure" + ], + [ + "ĠM", + "ask" + ], + [ + "ĠB", + "apt" + ], + [ + "Ġv", + "ase" + ], + [ + "ĠG", + "oliath" + ], + [ + "you", + "ng" + ], + [ + "act", + "ivity" + ], + [ + "ob", + "ject" + ], + [ + "oy", + "le" + ], + [ + "ĠCar", + "o" + ], + [ + "ĠMa", + "ud" + ], + [ + "Ġsac", + "ud" + ], + [ + "Ġox", + "ide" + ], + [ + "Ġobserv", + "ations" + ], + [ + "à³", + "Ĩ" + ], + [ + "ĠpelÃŃcul", + "as" + ], + [ + "Ġminor", + "ity" + ], + [ + "Ġvirt", + "ue" + ], + [ + "ĠGlo", + "bal" + ], + [ + "Ġolv", + "idado" + ], + [ + "ĠShah", + "razad" + ], + [ + "Ġcongress", + "ional" + ], + [ + "Ġcorrupt", + "ion" + ], + [ + "----------------------------------------------------------------", + "--------" + ], + [ + "G", + "osh" + ], + [ + "T", + "HERE" + ], + [ + "_", + ";" + ], + [ + "f", + "re" + ], + [ + "ed", + "as" + ], + [ + "ri", + "ke" + ], + [ + "ion", + "a" + ], + [ + "Ġse", + "amen" + ], + [ + "ĠC", + "amb" + ], + [ + "ĠH", + "unt" + ], + [ + "here", + "nt" + ], + [ + "Ġcan", + "cel" + ], + [ + "Ġsh", + "ifted" + ], + [ + "ĠN", + "os" + ], + [ + "ĠR", + "ita" + ], + [ + "Ġover", + "night" + ], + [ + "av", + "ana" + ], + [ + "Ġsl", + "ower" + ], + [ + "ú", + "car" + ], + [ + "Ġson", + "risa" + ], + [ + "Ġyoung", + "sters" + ], + [ + "Ġmet", + "ropolitan" + ], + [ + "Ġsal", + "ÃŃa" + ], + [ + "Ġz", + "ipper" + ], + [ + "net", + "ic" + ], + [ + "Ġneck", + "s" + ], + [ + "Ġkn", + "elt" + ], + [ + "Ġavo", + "ided" + ], + [ + "Ġdir", + "é" + ], + [ + "Ġcruel", + "ty" + ], + [ + "ĠWater", + "man" + ], + [ + "Ġfisher", + "man" + ], + [ + "ĠGon", + "z" + ], + [ + "A", + "con" + ], + [ + "C", + "y" + ], + [ + "E", + "xt" + ], + [ + "S", + "iempre" + ], + [ + "t", + "led" + ], + [ + "Ġt", + "ira" + ], + [ + "Ġo", + "atmeal" + ], + [ + "Ġto", + "ll" + ], + [ + "ri", + "ans" + ], + [ + "ĠS", + "TAR" + ], + [ + "ĠS", + "hang" + ], + [ + "ĠS", + "plash" + ], + [ + "ĠL", + "ithuan" + ], + [ + "Ġsay", + "in" + ], + [ + "ty", + "pe" + ], + [ + "Ġapp", + "ar" + ], + [ + "Ġhab", + "ia" + ], + [ + "Be", + "en" + ], + [ + "arl", + "ow" + ], + [ + "Ġcre", + "y" + ], + [ + "20", + "19" + ], + [ + "Ġfeed", + "s" + ], + [ + "ĠLea", + "ve" + ], + [ + "sa", + "us" + ], + [ + "Ġdisp", + "ers" + ], + [ + "Ġconoc", + "ida" + ], + [ + "ĠSong", + "s" + ], + [ + "Ġdischar", + "ge" + ], + [ + "Ġlin", + "en" + ], + [ + "ĠCrom", + "er" + ], + [ + "Ġenga", + "ñ" + ], + [ + "b", + "rilliant" + ], + [ + "it", + "ory" + ], + [ + "Ġl", + "ac" + ], + [ + "Ġbe", + "ck" + ], + [ + "ĠS", + "ent" + ], + [ + "ĠM", + "ade" + ], + [ + "Ġnot", + "icing" + ], + [ + "Ġ\"", + "\"." + ], + [ + "ĠP", + "C" + ], + [ + "Ġpl", + "anta" + ], + [ + "res", + "pect" + ], + [ + "to", + "gether" + ], + [ + "Ġlo", + "lly" + ], + [ + "Ġcl", + "av" + ], + [ + "Ġmu", + "nd" + ], + [ + "Ġsha", + "ve" + ], + [ + "Ġwater", + "melon" + ], + [ + "Ġear", + "rings" + ], + [ + "uff", + "s" + ], + [ + "col", + "ored" + ], + [ + "ĠSer", + "bia" + ], + [ + "Con", + "nor" + ], + [ + "CO", + "ME" + ], + [ + "Ġrom", + "per" + ], + [ + "ĠEll", + "iot" + ], + [ + "Ġtender", + "ly" + ], + [ + "Ġentertain", + "ing" + ], + [ + "Ġimper", + "ial" + ], + [ + "Ġprote", + "in" + ], + [ + "Ġmoder", + "ate" + ], + [ + "Ġalle", + "ged" + ], + [ + "D", + "ónde" + ], + [ + "r", + "ated" + ], + [ + "un", + "ar" + ], + [ + "AT", + "TER" + ], + [ + "ĠF", + "isher" + ], + [ + "ĠR", + "www" + ], + [ + "Ġback", + "up" + ], + [ + "look", + "ed" + ], + [ + "ON", + "NA" + ], + [ + "Ġrepl", + "acement" + ], + [ + "20", + "13" + ], + [ + "20", + "16" + ], + [ + "Ġori", + "gen" + ], + [ + "cient", + "os" + ], + [ + "hile", + "as" + ], + [ + "Ġcla", + "pped" + ], + [ + "ban", + "ana" + ], + [ + "Ġow", + "ed" + ], + [ + "Ġej", + "erc" + ], + [ + "ĠVal", + "entine" + ], + [ + "Christ", + "ian" + ], + [ + "Ġchallen", + "ged" + ], + [ + "Ġboun", + "cy" + ], + [ + "Ġhipp", + "opotamus" + ], + [ + "c", + "ers" + ], + [ + "w", + "ana" + ], + [ + "nd", + "y" + ], + [ + "un", + "al" + ], + [ + "Ġr", + "ally" + ], + [ + "ĠL", + "ala" + ], + [ + "Ġcl", + "utch" + ], + [ + "sh", + "ort" + ], + [ + "ĠWhat", + "ever" + ], + [ + "wh", + "im" + ], + [ + "Ġmiss", + "ions" + ], + [ + "ĠPr", + "adesh" + ], + [ + "Ġsqu", + "ared" + ], + [ + "Ġz", + "ona" + ], + [ + "Ġ10", + "1" + ], + [ + "Ġmot", + "ions" + ], + [ + "Ġtech", + "nolo" + ], + [ + "ivid", + "ual" + ], + [ + "Ġbeha", + "ved" + ], + [ + "ĠMajest", + "ad" + ], + [ + "heim", + "er" + ], + [ + "Ġsubstit", + "ute" + ], + [ + "Ġtel", + "éf" + ], + [ + "u", + "pe" + ], + [ + "Ġo", + "le" + ], + [ + "Ġh", + "ielo" + ], + [ + "ol", + "is" + ], + [ + "ĠW", + "ag" + ], + [ + "Ġout", + "put" + ], + [ + "Ġcom", + "a" + ], + [ + "to", + "es" + ], + [ + "Ġest", + "ad" + ], + [ + "do", + "ggy" + ], + [ + "ĠUn", + "ión" + ], + [ + "vie", + "mbre" + ], + [ + "Ġfoot", + "age" + ], + [ + "Ġmiss", + "iles" + ], + [ + "Ġprof", + "undo" + ], + [ + "Ġdeal", + "er" + ], + [ + "ĠPro", + "gram" + ], + [ + "Ġdem", + "ol" + ], + [ + "Ġsuggest", + "ions" + ], + [ + "Ġcompet", + "itive" + ], + [ + "Ġought", + "a" + ], + [ + "Ġord", + "in" + ], + [ + "Ġsen", + "ator" + ], + [ + "ĠMont", + "ana" + ], + [ + "Ġburst", + "ing" + ], + [ + "Ġautom", + "atically" + ], + [ + "Ġproced", + "ures" + ], + [ + "Ġwrit", + "ings" + ], + [ + "Ġacad", + "emy" + ], + [ + "ĠFriend", + "s" + ], + [ + "ĠTW", + "O" + ], + [ + "A", + "GE" + ], + [ + "H", + "ush" + ], + [ + "V", + "aya" + ], + [ + "Ġ", + "ions" + ], + [ + "Ġm", + "ound" + ], + [ + "Ġl", + "ords" + ], + [ + "Ġst", + "ain" + ], + [ + "ĠC", + "ant" + ], + [ + "ĠP", + "ont" + ], + [ + "Ġv", + "s" + ], + [ + "Ġcon", + "ozco" + ], + [ + "Ġthem", + "es" + ], + [ + "ci", + "ble" + ], + [ + "Ġac", + "ud" + ], + [ + "Ġsc", + "al" + ], + [ + "als", + "a" + ], + [ + "Ġsl", + "ate" + ], + [ + "és", + "ar" + ], + [ + "Ġmonth", + "ly" + ], + [ + "Ġpas", + "ando" + ], + [ + "ange", + "red" + ], + [ + "ĠTe", + "rence" + ], + [ + "Cl", + "aro" + ], + [ + "Ġplant", + "ation" + ], + [ + "ĠChe", + "f" + ], + [ + "Ġmagn", + "itude" + ], + [ + "ĠDen", + "ver" + ], + [ + "Ġpoison", + "ous" + ], + [ + "Ġcorpor", + "ate" + ], + [ + "ĠDef", + "ense" + ], + [ + "Ġimprison", + "ed" + ], + [ + "Ġairl", + "ine" + ], + [ + "K", + "E" + ], + [ + "S", + "ex" + ], + [ + "b", + "ob" + ], + [ + "c", + "ant" + ], + [ + "c", + "illa" + ], + [ + "d", + "irty" + ], + [ + "à", + "¦" + ], + [ + "Ġno", + "mine" + ], + [ + "ĠB", + "uc" + ], + [ + "ĠP", + "ingu" + ], + [ + "Ġsu", + "ya" + ], + [ + "na", + "p" + ], + [ + "han", + "ie" + ], + [ + "Ġun", + "kind" + ], + [ + "Ġsp", + "lin" + ], + [ + "Ġco", + "ve" + ], + [ + "Ġpass", + "port" + ], + [ + "ĠGer", + "tr" + ], + [ + "Ġmill", + "as" + ], + [ + "20", + "14" + ], + [ + "ĠHar", + "bor" + ], + [ + "Ġant", + "agon" + ], + [ + "would", + "n" + ], + [ + "ĠMag", + "ic" + ], + [ + "Ġdepend", + "ed" + ], + [ + "Ġhero", + "ic" + ], + [ + "Ġexcl", + "usive" + ], + [ + "Ġdemocr", + "atic" + ], + [ + "Ġpave", + "ment" + ], + [ + "M", + "IC" + ], + [ + "p", + "ound" + ], + [ + "v", + "id" + ], + [ + "Ä", + "ĥ" + ], + [ + "Ġt", + "am" + ], + [ + "ĠI", + "gor" + ], + [ + "ĠB", + "enson" + ], + [ + "ĠL", + "ill" + ], + [ + "ĠF", + "E" + ], + [ + "te", + "ch" + ], + [ + "Ġpe", + "eping" + ], + [ + "Ġpr", + "ision" + ], + [ + "Ġdes", + "ires" + ], + [ + "ach", + "ine" + ], + [ + "ĠAr", + "amis" + ], + [ + "rop", + "hy" + ], + [ + "ĠZ", + "ara" + ], + [ + "Ġpon", + "en" + ], + [ + "igg", + "ers" + ], + [ + "Ġsett", + "ling" + ], + [ + "Tr", + "ack" + ], + [ + "Ġos", + "curo" + ], + [ + "Grand", + "pa" + ], + [ + "Ġuniform", + "s" + ], + [ + "Ġgrup", + "os" + ], + [ + "ĠDev", + "on" + ], + [ + "Ġfortun", + "ately" + ], + [ + "Ġtut", + "or" + ], + [ + "Ġpearl", + "s" + ], + [ + "Domin", + "ic" + ], + [ + "Ġbalc", + "ony" + ], + [ + "Ġeyebr", + "ows" + ], + [ + "A", + "ustral" + ], + [ + "e", + "ches" + ], + [ + "v", + "ial" + ], + [ + "Ġc", + "ena" + ], + [ + "no", + "x" + ], + [ + "Ġre", + "tained" + ], + [ + "ĠM", + "erry" + ], + [ + "ne", + "g" + ], + [ + "ĠK", + "end" + ], + [ + "Ġam", + "use" + ], + [ + "gu", + "é" + ], + [ + "Ġmet", + "eor" + ], + [ + "Ġair", + "s" + ], + [ + "Ġdig", + "est" + ], + [ + "turn", + "ing" + ], + [ + "Ġba", + "ño" + ], + [ + "ĠPict", + "ure" + ], + [ + "ĠAud", + "i" + ], + [ + "Ġorg", + "ull" + ], + [ + "Ġtwink", + "ling" + ], + [ + "Ġcaba", + "ña" + ], + [ + "L", + "ondon" + ], + [ + "f", + "urt" + ], + [ + "h", + "ope" + ], + [ + "p", + "ump" + ], + [ + "â", + "ĶĢ" + ], + [ + "Ġb", + "umble" + ], + [ + "ar", + "in" + ], + [ + "ĠT", + "ail" + ], + [ + "ĠB", + "oss" + ], + [ + "Ġus", + "age" + ], + [ + "Ġsp", + "ilt" + ], + [ + "Ġac", + "aba" + ], + [ + "ĠY", + "ard" + ], + [ + "Ġreg", + "istr" + ], + [ + "ows", + "ki" + ], + [ + "Ġworld", + "s" + ], + [ + "EN", + "CE" + ], + [ + "bro", + "ke" + ], + [ + "Ġdic", + "iembre" + ], + [ + "Ġwire", + "less" + ], + [ + "ĠBook", + "s" + ], + [ + "Ġcrist", + "al" + ], + [ + "ĠDim", + "ple" + ], + [ + "ĠConstantin", + "ople" + ], + [ + "N", + "ic" + ], + [ + "T", + "ambién" + ], + [ + "Ġ", + "000" + ], + [ + "Ġfor", + "ts" + ], + [ + "ĠT", + "itan" + ], + [ + "ĠB", + "ul" + ], + [ + "ab", + "o" + ], + [ + "ĠD", + "J" + ], + [ + "ER", + "I" + ], + [ + "Ġ(", + ")." + ], + [ + "No", + "el" + ], + [ + "Ġac", + "ids" + ], + [ + "Ġneed", + "les" + ], + [ + "Ġreg", + "ain" + ], + [ + "Ġcook", + "er" + ], + [ + "Ġbat", + "alla" + ], + [ + "Ġhon", + "ors" + ], + [ + "Ġdepend", + "ent" + ], + [ + "Ġbon", + "us" + ], + [ + "Ġsalt", + "ó" + ], + [ + "Ġtant", + "os" + ], + [ + "ĠAlger", + "ia" + ], + [ + "ĠCopper", + "field" + ], + [ + "Ġgoss", + "ip" + ], + [ + "F", + "ull" + ], + [ + "P", + "L" + ], + [ + "b", + "able" + ], + [ + "f", + "lo" + ], + [ + "w", + "s" + ], + [ + "he", + "us" + ], + [ + "ro", + "v" + ], + [ + "Ġthere", + "in" + ], + [ + "ĠD", + "A" + ], + [ + "ĠL", + "ost" + ], + [ + "ĠR", + "est" + ], + [ + "ĠO", + "ct" + ], + [ + "ĠK", + "ids" + ], + [ + "pl", + "an" + ], + [ + "ub", + "es" + ], + [ + "Ġdes", + "l" + ], + [ + "und", + "ers" + ], + [ + "ĠAl", + "bum" + ], + [ + "ĠMar", + "co" + ], + [ + "Ġsy", + "rup" + ], + [ + "ec", + "imientos" + ], + [ + "és", + "ped" + ], + [ + "20", + "20" + ], + [ + "UN", + "C" + ], + [ + "au", + "x" + ], + [ + "Ġgen", + "re" + ], + [ + "Ġig", + "lesia" + ], + [ + "Pr", + "ot" + ], + [ + "Ġtermin", + "ó" + ], + [ + "Ġstro", + "kes" + ], + [ + "Ġcone", + "j" + ], + [ + "Ġdeliver", + "ing" + ], + [ + "Ġcrocod", + "iles" + ], + [ + "Ġmonta", + "ñas" + ], + [ + "Ġclin", + "ic" + ], + [ + "Ġric", + "hest" + ], + [ + "Ġpresum", + "ably" + ], + [ + "Ġsemej", + "ante" + ], + [ + "F", + "air" + ], + [ + "o", + "ine" + ], + [ + "t", + "ó" + ], + [ + "ver", + "b" + ], + [ + "Ġan", + "at" + ], + [ + "el", + "ic" + ], + [ + "Ġsh", + "illings" + ], + [ + "gu", + "in" + ], + [ + "Ġrel", + "iable" + ], + [ + "Ġsal", + "ieron" + ], + [ + "ĠAd", + "v" + ], + [ + "Ġvill", + "agers" + ], + [ + "ding", + "ton" + ], + [ + "ĠMon", + "roe" + ], + [ + "Ġcart", + "oons" + ], + [ + "feren", + "cia" + ], + [ + "Ġsalt", + "ar" + ], + [ + "Ġej", + "ército" + ], + [ + "Ġelement", + "o" + ], + [ + "Ġdistur", + "bing" + ], + [ + "Ġinten", + "ción" + ], + [ + "Ġproceed", + "ing" + ], + [ + "Ġopt", + "im" + ], + [ + "ĠVen", + "us" + ], + [ + "Ġere", + "cted" + ], + [ + "ĠBeat", + "rice" + ], + [ + "Ġdisag", + "ree" + ], + [ + "Ġmigr", + "ation" + ], + [ + "Ġembr", + "ace" + ], + [ + "Ġther", + "m" + ], + [ + "Girl", + "s" + ], + [ + "ĠLuxem", + "bourg" + ], + [ + "D", + "er" + ], + [ + "H", + "annah" + ], + [ + "I", + "r" + ], + [ + "R", + "h" + ], + [ + "h", + "istor" + ], + [ + "s", + "aw" + ], + [ + "Ġc", + "aves" + ], + [ + "is", + "ance" + ], + [ + "Ġhe", + "aling" + ], + [ + "ac", + "us" + ], + [ + "Ġab", + "brevi" + ], + [ + "?\"", + "," + ], + [ + "Ġlos", + "er" + ], + [ + "Ġad", + "vers" + ], + [ + "Ġact", + "u" + ], + [ + "Ġlast", + "s" + ], + [ + "Ġsl", + "ay" + ], + [ + "Ġside", + "ways" + ], + [ + "iet", + "ies" + ], + [ + "wo", + "ah" + ], + [ + "Ġmiss", + "ile" + ], + [ + "ĠZ", + "oo" + ], + [ + "Ġpen", + "et" + ], + [ + "Ġrepl", + "acing" + ], + [ + "ĠX", + "IX" + ], + [ + "Ġextra", + "ordin" + ], + [ + "Ġeduc", + "ación" + ], + [ + "Ġrepe", + "ats" + ], + [ + "Ġskin", + "ny" + ], + [ + "pos", + "ition" + ], + [ + "Ġspr", + "ings" + ], + [ + "Ġdij", + "iste" + ], + [ + "Ġreduc", + "ing" + ], + [ + "Ġdescon", + "oc" + ], + [ + "Acon", + "tecimientos" + ], + [ + "ll", + "as" + ], + [ + "Ġhe", + "red" + ], + [ + "Ġme", + "ek" + ], + [ + "ul", + "ación" + ], + [ + "Ġex", + "iste" + ], + [ + "Ġpro", + "por" + ], + [ + "Ġmo", + "ver" + ], + [ + "ĠIn", + "vestigator" + ], + [ + "Ġpres", + "ume" + ], + [ + "Ġred", + "uction" + ], + [ + "Ġap", + "render" + ], + [ + "Ġmed", + "iante" + ], + [ + "Ġev", + "ol" + ], + [ + "Ġprov", + "oc" + ], + [ + "Ġvar", + "iable" + ], + [ + "ĠPat", + "ricia" + ], + [ + "ÃŃs", + "ima" + ], + [ + "Ġdesign", + "ated" + ], + [ + "Ġopin", + "ión" + ], + [ + "Ġchat", + "ter" + ], + [ + "Ġvirt", + "ually" + ], + [ + "Ġdemonstr", + "ation" + ], + [ + "Ġvolunte", + "ered" + ], + [ + "Ġhier", + "ro" + ], + [ + "Ġinfin", + "ite" + ], + [ + "Ġperspect", + "ive" + ], + [ + "M", + "ill" + ], + [ + "f", + "ruit" + ], + [ + "k", + "ick" + ], + [ + "l", + "ied" + ], + [ + "s", + "ol" + ], + [ + "ir", + "ÃŃa" + ], + [ + "ĠF", + "itz" + ], + [ + "á", + "culo" + ], + [ + "Ġday", + "time" + ], + [ + "Ġra", + "ped" + ], + [ + "Ġmon", + "ot" + ], + [ + "Ġbox", + "ing" + ], + [ + "Ġside", + "walk" + ], + [ + "MA", + "L" + ], + [ + "Ġap", + "rove" + ], + [ + "Ġcho", + "ked" + ], + [ + "Ġprof", + "ile" + ], + [ + "ĠEurope", + "ans" + ], + [ + "Ġsn", + "ug" + ], + [ + "Ġhang", + "ed" + ], + [ + "Ġqued", + "ar" + ], + [ + "Ġcual", + "quiera" + ], + [ + "umber", + "land" + ], + [ + "Ġtir", + "ar" + ], + [ + "Ġflood", + "ed" + ], + [ + "Ġachieve", + "ment" + ], + [ + "ĠSat", + "urn" + ], + [ + "Ġincor", + "porated" + ], + [ + "Ġmush", + "rooms" + ], + [ + "Ġquis", + "iera" + ], + [ + "Ġelef", + "ante" + ], + [ + "ĠAbor", + "iginal" + ], + [ + "Ġtérm", + "ino" + ], + [ + "!", + "[" + ], + [ + "A", + "men" + ], + [ + "l", + "anguage" + ], + [ + "w", + "ipe" + ], + [ + "Å", + "Ł" + ], + [ + "Ġs", + "ighs" + ], + [ + "Ġd", + "ó" + ], + [ + "ĠS", + "IS" + ], + [ + "ĠM", + "ak" + ], + [ + "Ġsl", + "ot" + ], + [ + "Ġplan", + "eta" + ], + [ + "cri", + "be" + ], + [ + "Ġmag", + "istr" + ], + [ + "ral", + "o" + ], + [ + "Ġesca", + "ping" + ], + [ + "Ġaccept", + "able" + ], + [ + "off", + "s" + ], + [ + "ĠTur", + "ks" + ], + [ + "ĠCat", + "halina" + ], + [ + "ĠCO", + "ME" + ], + [ + "ĠRos", + "al" + ], + [ + "met", + "ic" + ], + [ + "ĠBaby", + "lon" + ], + [ + "Ġtooth", + "paste" + ], + [ + "Ġpropos", + "ition" + ], + [ + "Ġastero", + "id" + ], + [ + "Ġassign", + "ment" + ], + [ + "Fall", + "ecimientos" + ], + [ + "Ġbewild", + "ered" + ], + [ + "Nac", + "imientos" + ], + [ + "F", + "ight" + ], + [ + "z", + "ip" + ], + [ + "er", + "io" + ], + [ + "Ġd", + "oodle" + ], + [ + "Ġth", + "ir" + ], + [ + "Ġn", + "oun" + ], + [ + "ĠS", + "ad" + ], + [ + "ĠS", + "op" + ], + [ + "ĠH", + "uns" + ], + [ + "ĠW", + "ick" + ], + [ + "Ġab", + "ril" + ], + [ + "ĠE", + "h" + ], + [ + "ĠE", + "nergy" + ], + [ + "pe", + "z" + ], + [ + "Ġex", + "cel" + ], + [ + "Ġar", + "ist" + ], + [ + "ace", + "ous" + ], + [ + "Ġro", + "ca" + ], + [ + "Ġent", + "iendo" + ], + [ + "Ġsal", + "to" + ], + [ + "Ġext", + "remo" + ], + [ + "AS", + "S" + ], + [ + "ĠNor", + "se" + ], + [ + "Ġav", + "ión" + ], + [ + "Ġmal", + "os" + ], + [ + "Ġneg", + "ra" + ], + [ + "Ġglo", + "bo" + ], + [ + "EE", + "P" + ], + [ + "cir", + "cle" + ], + [ + "Ġree", + "f" + ], + [ + "Ġsurviv", + "ors" + ], + [ + "D", + "éj" + ], + [ + "ĠN", + "aval" + ], + [ + "ci", + "als" + ], + [ + "ian", + "g" + ], + [ + "Ġhar", + "mon" + ], + [ + "ik", + "ing" + ], + [ + "Ġvol", + "ar" + ], + [ + "20", + "18" + ], + [ + "Ġbes", + "o" + ], + [ + "Ġrad", + "ical" + ], + [ + "Ġshut", + "ting" + ], + [ + "ĠBlack", + "y" + ], + [ + "Ġmedic", + "ation" + ], + [ + "200", + "5" + ], + [ + "Ġbrill", + "ante" + ], + [ + "Ġmel", + "ting" + ], + [ + "Ġfel", + "ices" + ], + [ + "Ġconqu", + "est" + ], + [ + "Ġtig", + "re" + ], + [ + "straw", + "berry" + ], + [ + "Ġcertific", + "ate" + ], + [ + "m", + "kay" + ], + [ + "Ġt", + "umbling" + ], + [ + "Ġin", + "just" + ], + [ + "ĠB", + "UT" + ], + [ + "our", + "ing" + ], + [ + "ĠL", + "oc" + ], + [ + "te", + "nder" + ], + [ + "Ġ19", + "16" + ], + [ + "ient", + "as" + ], + [ + "ĠBr", + "ick" + ], + [ + "ident", + "ly" + ], + [ + "Ġdist", + "ances" + ], + [ + "gu", + "a" + ], + [ + "Ġrece", + "ives" + ], + [ + "Ġbra", + "ke" + ], + [ + "Ġval", + "iente" + ], + [ + "Ġstri", + "pped" + ], + [ + "igg", + "ly" + ], + [ + "ĠBel", + "arus" + ], + [ + "ĠDemocr", + "at" + ], + [ + "Care", + "ful" + ], + [ + "Ġcher", + "ries" + ], + [ + "Ġcomplain", + "ts" + ], + [ + "Ġincor", + "por" + ], + [ + "ĠWee", + "k" + ], + [ + "Ġscholars", + "hip" + ], + [ + "Ġvow", + "el" + ], + [ + "Ġimmigr", + "ants" + ], + [ + "ĠJama", + "ica" + ], + [ + "ĠFollow", + "ing" + ], + [ + "lik", + "ed" + ], + [ + "design", + "ated" + ], + [ + "P", + "olly" + ], + [ + "ha", + "cer" + ], + [ + "ed", + "o" + ], + [ + "ĠS", + "ag" + ], + [ + "Ġal", + "oft" + ], + [ + "ren", + "ched" + ], + [ + "ier", + "da" + ], + [ + "Ġwar", + "ming" + ], + [ + "Ġinter", + "cept" + ], + [ + "Ġhorse", + "men" + ], + [ + "Ġstat", + "ues" + ], + [ + "Ne", + "ed" + ], + [ + "Ġthreat", + "en" + ], + [ + "Ġhistor", + "ias" + ], + [ + "Ġgro", + "an" + ], + [ + "Ġneighbour", + "ing" + ], + [ + "Ġcord", + "ial" + ], + [ + "wr", + "itten" + ], + [ + "Ġmá", + "g" + ], + [ + "Ġalcan", + "zar" + ], + [ + "ĠWars", + "aw" + ], + [ + "ĠGriff", + "in" + ], + [ + "Ġinev", + "itable" + ], + [ + "8", + "4" + ], + [ + "B", + "ri" + ], + [ + "D", + "ist" + ], + [ + "H", + "ouse" + ], + [ + "l", + "ined" + ], + [ + "p", + "us" + ], + [ + "am", + "y" + ], + [ + "ĠS", + "old" + ], + [ + "ĠB", + "ach" + ], + [ + "ĠN", + "omi" + ], + [ + "Ġex", + "pend" + ], + [ + "Ġun", + "con" + ], + [ + "ci", + "er" + ], + [ + "iss", + "ions" + ], + [ + "ĠV", + "io" + ], + [ + "Ġob", + "l" + ], + [ + "19", + "0" + ], + [ + "Ġgra", + "vy" + ], + [ + "Ġemp", + "uj" + ], + [ + "Wh", + "ose" + ], + [ + "Ġmedic", + "ines" + ], + [ + "Pr", + "ince" + ], + [ + "Ġdefend", + "ant" + ], + [ + "Ġshel", + "tered" + ], + [ + "Ġ187", + "0" + ], + [ + "Ġ����", + "��" + ], + [ + "Ġfaint", + "ly" + ], + [ + "Ġawait", + "ed" + ], + [ + "Ġlegisl", + "ation" + ], + [ + "Ġseman", + "as" + ], + [ + "Ġforgiven", + "ess" + ], + [ + "ĠDaw", + "son" + ], + [ + "Ġhorizont", + "al" + ], + [ + "h", + "orn" + ], + [ + "Ġt", + "angled" + ], + [ + "Ġy", + "uck" + ], + [ + "Ġr", + "inc" + ], + [ + "Ġv", + "icious" + ], + [ + "ĠL", + "ola" + ], + [ + "ĠF", + "un" + ], + [ + "Ġch", + "ore" + ], + [ + "ĠUn", + "like" + ], + [ + "Ġset", + "tee" + ], + [ + "Ġpol", + "ished" + ], + [ + "Ġgener", + "a" + ], + [ + "ĠEl", + "iza" + ], + [ + "Ġ7", + "00" + ], + [ + "Ġstra", + "ined" + ], + [ + "ĠMan", + "uel" + ], + [ + "Ġ14", + "0" + ], + [ + "Ġresult", + "ado" + ], + [ + "ĠSen", + "ior" + ], + [ + "ĠBE", + "EN" + ], + [ + "ĠNic", + "ola" + ], + [ + "Ġgle", + "am" + ], + [ + "ĠJosh", + "ua" + ], + [ + "Ġinaug", + "ur" + ], + [ + "ĠSuff", + "olk" + ], + [ + "Ġg", + "anas" + ], + [ + "Ġre", + "ins" + ], + [ + "ĠT", + "it" + ], + [ + "ĠA", + "j" + ], + [ + "ĠP", + "ied" + ], + [ + "ice", + "cream" + ], + [ + "la", + "ughter" + ], + [ + "Ġco", + "arse" + ], + [ + "Ġcar", + "ing" + ], + [ + "Ġlong", + "itud" + ], + [ + "Ġsur", + "g" + ], + [ + "Ġref", + "resh" + ], + [ + "Ġgrand", + "dad" + ], + [ + "Ġtre", + "ason" + ], + [ + "Ġloc", + "ate" + ], + [ + "Ġlearn", + "s" + ], + [ + "ĠJust", + "in" + ], + [ + "Ġestud", + "io" + ], + [ + "Ġtrat", + "aba" + ], + [ + "Ġregal", + "os" + ], + [ + "ĠIda", + "ho" + ], + [ + "D", + "ave" + ], + [ + "f", + "at" + ], + [ + "Ġs", + "aints" + ], + [ + "qu", + "iero" + ], + [ + "ĠT", + "ort" + ], + [ + "ĠS", + "or" + ], + [ + "ĠM", + "und" + ], + [ + "Ġv", + "ines" + ], + [ + "Ġout", + "law" + ], + [ + "ĠF", + "IRST" + ], + [ + "ĠN", + "ero" + ], + [ + "ci", + "le" + ], + [ + "ous", + "er" + ], + [ + "Ġcl", + "icks" + ], + [ + "Ġoff", + "ense" + ], + [ + "can", + "e" + ], + [ + "ĠJohn", + "nie" + ], + [ + "bl", + "ast" + ], + [ + "Ġfil", + "ming" + ], + [ + "ĠLe", + "gend" + ], + [ + "Ġdirect", + "ing" + ], + [ + "Ġdeb", + "es" + ], + [ + "Ġdecir", + "le" + ], + [ + "Ġextend", + "s" + ], + [ + "Ġthrill", + "ed" + ], + [ + "agu", + "ar" + ], + [ + "Ġrein", + "force" + ], + [ + "Sus", + "an" + ], + [ + "ĠMunicip", + "ality" + ], + [ + "O", + "F" + ], + [ + "S", + "und" + ], + [ + "d", + "ice" + ], + [ + "e", + "xt" + ], + [ + "g", + "iraffe" + ], + [ + "w", + "ine" + ], + [ + "Ġbe", + "lla" + ], + [ + "ir", + "me" + ], + [ + "Ġse", + "min" + ], + [ + "ĠS", + "it" + ], + [ + "ĠP", + "orts" + ], + [ + "Ġsu", + "elen" + ], + [ + "Ġpl", + "ast" + ], + [ + "ĠO", + "P" + ], + [ + "end", + "a" + ], + [ + "Ġcr", + "uc" + ], + [ + "Ġsl", + "ipper" + ], + [ + "ced", + "es" + ], + [ + "Ġtri", + "pped" + ], + [ + "Ġmiss", + "us" + ], + [ + "Ġcross", + "es" + ], + [ + "Ġ11", + "0" + ], + [ + "ĠMc", + "K" + ], + [ + "ĠAnt", + "ar" + ], + [ + "Ġcrow", + "ds" + ], + [ + "Ġseg", + "uridad" + ], + [ + "Ġsoci", + "eties" + ], + [ + "ĠEgypt", + "ians" + ], + [ + "GR", + "AND" + ], + [ + "Ġuncom", + "mon" + ], + [ + "Ġribb", + "ons" + ], + [ + "Ġgig", + "ante" + ], + [ + "Ġinterpret", + "ation" + ], + [ + "kn", + "ife" + ], + [ + "anth", + "rop" + ], + [ + "H", + "or" + ], + [ + "g", + "ada" + ], + [ + "m", + "ut" + ], + [ + "s", + "as" + ], + [ + "Ã", + "¯" + ], + [ + "es", + "se" + ], + [ + "ll", + "is" + ], + [ + "Ġwhat", + "soever" + ], + [ + "ĠD", + "ue" + ], + [ + "Ġen", + "am" + ], + [ + "Ġpl", + "acer" + ], + [ + "Ġbr", + "ushes" + ], + [ + "pl", + "us" + ], + [ + "uck", + "ily" + ], + [ + "Ġser", + "pent" + ], + [ + "Ġspe", + "eches" + ], + [ + "ĠAnd", + "re" + ], + [ + "Ġri", + "ot" + ], + [ + "ph", + "ic" + ], + [ + "St", + "at" + ], + [ + "atur", + "ally" + ], + [ + "ĠCap", + "ital" + ], + [ + "Ġexam", + "ines" + ], + [ + "Ġchief", + "ly" + ], + [ + "Ġtend", + "s" + ], + [ + "Ġtrabaj", + "a" + ], + [ + "Ġcri", + "atura" + ], + [ + "ô", + "ne" + ], + [ + "ĠCind", + "y" + ], + [ + "ĠSER", + "IES" + ], + [ + "Ġappre", + "hens" + ], + [ + "B", + "oss" + ], + [ + "E", + "mma" + ], + [ + "d", + "ust" + ], + [ + "Ġs", + "essions" + ], + [ + "Ġh", + "ugs" + ], + [ + "Ġu", + "nde" + ], + [ + "ch", + "urch" + ], + [ + "op", + "hil" + ], + [ + "Ġout", + "s" + ], + [ + "á", + "f" + ], + [ + "ĠV", + "ern" + ], + [ + "aw", + "are" + ], + [ + "com", + "b" + ], + [ + "Ġaqu", + "i" + ], + [ + "Ġtri", + "ple" + ], + [ + "Ġpictures", + "que" + ], + [ + "Ġmucha", + "chos" + ], + [ + "Ġglo", + "be" + ], + [ + "Ġspring", + "ing" + ], + [ + "Ġinvent", + "or" + ], + [ + "quick", + "ly" + ], + [ + "rim", + "onio" + ], + [ + "Ġelabor", + "ate" + ], + [ + "ĠAdmir", + "al" + ], + [ + "Ġconstell", + "ation" + ], + [ + ".", + "?" + ], + [ + "B", + "orn" + ], + [ + "R", + "yan" + ], + [ + "l", + "é" + ], + [ + "Ġa", + "uction" + ], + [ + "Ġto", + "ken" + ], + [ + "Ġre", + "tail" + ], + [ + "ig", + "ators" + ], + [ + "Ġbot", + "e" + ], + [ + "ĠBr", + "ooke" + ], + [ + "HE", + "L" + ], + [ + "uff", + "le" + ], + [ + "Ġlist", + "ing" + ], + [ + "Ġmis", + "fortune" + ], + [ + "OU", + "SE" + ], + [ + "Ġcho", + "king" + ], + [ + "Ġloc", + "ality" + ], + [ + "oof", + "y" + ], + [ + "Ġstri", + "ps" + ], + [ + "Ch", + "in" + ], + [ + "Ġhall", + "way" + ], + [ + "Ġemb", + "ark" + ], + [ + "ĠPol", + "o" + ], + [ + "Ġwest", + "ward" + ], + [ + "ĠDes", + "de" + ], + [ + "Ġrow", + "ing" + ], + [ + "Ġcontract", + "s" + ], + [ + "Ġneces", + "ita" + ], + [ + "Ġbaj", + "ó" + ], + [ + "Ġchat", + "ting" + ], + [ + "Sm", + "ith" + ], + [ + "Child", + "sname" + ], + [ + "sna", + "p" + ], + [ + "Ġliz", + "ard" + ], + [ + "Ġingred", + "ients" + ], + [ + "K", + "ate" + ], + [ + "P", + "en" + ], + [ + "R", + "US" + ], + [ + "S", + "en" + ], + [ + "h", + "ung" + ], + [ + "á", + "¹" + ], + [ + "ar", + "ias" + ], + [ + "ro", + "pe" + ], + [ + "ĠS", + "oc" + ], + [ + "Ġsu", + "llen" + ], + [ + "Ġsh", + "rew" + ], + [ + "ĠR", + "ex" + ], + [ + "lo", + "e" + ], + [ + "Ġper", + "fection" + ], + [ + "ñ", + "ora" + ], + [ + "uc", + "iones" + ], + [ + "Ġsl", + "umber" + ], + [ + "Ġlist", + "o" + ], + [ + "did", + "a" + ], + [ + "ipp", + "ers" + ], + [ + "Ġma", + "estro" + ], + [ + "At", + "l" + ], + [ + "Ġva", + "ult" + ], + [ + "ĠNor", + "folk" + ], + [ + "Ġcool", + "er" + ], + [ + "Ġcouncil", + "s" + ], + [ + "ĠPakistan", + "i" + ], + [ + "Ġconcentr", + "ated" + ], + [ + "Ġdomin", + "ant" + ], + [ + "ĠDev", + "il" + ], + [ + "ĠTest", + "ament" + ], + [ + "ĠBoe", + "ing" + ], + [ + "Ġvulner", + "able" + ], + [ + "on", + "ies" + ], + [ + "Ġd", + "or" + ], + [ + "ot", + "as" + ], + [ + "ĠC", + "er" + ], + [ + "Ġcon", + "form" + ], + [ + "ĠW", + "rit" + ], + [ + "ĠF", + "ly" + ], + [ + "ĠF", + "ergus" + ], + [ + "Ġlea", + "ping" + ], + [ + "Ġhar", + "á" + ], + [ + "Ġchar", + "ging" + ], + [ + "Ġinter", + "val" + ], + [ + "ĠSc", + "ots" + ], + [ + "ĠCar", + "men" + ], + [ + "Ġfast", + "en" + ], + [ + "Ġbra", + "kes" + ], + [ + "cient", + "ific" + ], + [ + "Ġgro", + "ve" + ], + [ + "Ġtranqu", + "il" + ], + [ + "Ġrefe", + "ree" + ], + [ + "Ġveter", + "an" + ], + [ + "Ġalumin", + "ium" + ], + [ + "B", + "eth" + ], + [ + "D", + "iv" + ], + [ + "N", + "orm" + ], + [ + "t", + "ico" + ], + [ + "Ġu", + "bic" + ], + [ + "Ġfor", + "cing" + ], + [ + "ch", + "io" + ], + [ + "ĠB", + "att" + ], + [ + "Ġv", + "room" + ], + [ + "Ġpl", + "aint" + ], + [ + "There", + "fore" + ], + [ + "Al", + "an" + ], + [ + "cho", + "ly" + ], + [ + "au", + "ce" + ], + [ + "Ġdej", + "ando" + ], + [ + "sp", + "an" + ], + [ + "ĠST", + "ORY" + ], + [ + "Ġpant", + "al" + ], + [ + "Ġacab", + "aba" + ], + [ + "Ġdiss", + "olved" + ], + [ + "Ġproceed", + "ings" + ], + [ + "Ġloft", + "y" + ], + [ + "ĠRhod", + "a" + ], + [ + "Ġdischar", + "ged" + ], + [ + "Bra", + "vo" + ], + [ + "Ġabst", + "ract" + ], + [ + "Ġcriter", + "ia" + ], + [ + "G", + "al" + ], + [ + "S", + "ara" + ], + [ + "s", + "ólo" + ], + [ + "Ã", + "ĸ" + ], + [ + "ha", + "pp" + ], + [ + "or", + "no" + ], + [ + "le", + "gged" + ], + [ + "Ġre", + "de" + ], + [ + "Ġse", + "an" + ], + [ + "Ġr", + "as" + ], + [ + "ĠF", + "uck" + ], + [ + "ĠN", + "ine" + ], + [ + "ĠR", + "ace" + ], + [ + "Ġsp", + "here" + ], + [ + "Ġte", + "orÃŃa" + ], + [ + "be", + "k" + ], + [ + "Ġhow", + "l" + ], + [ + "har", + "m" + ], + [ + "Ġsc", + "oring" + ], + [ + "Ġve", + "las" + ], + [ + "any", + "body" + ], + [ + "Ġcoll", + "ie" + ], + [ + "pa", + "use" + ], + [ + "rom", + "ag" + ], + [ + "Ġinde", + "x" + ], + [ + "Ġsab", + "en" + ], + [ + "Ġ13", + "0" + ], + [ + "Pro", + "fessor" + ], + [ + "Ġchallen", + "ges" + ], + [ + "Ġdrag", + "ón" + ], + [ + "Ġsust", + "o" + ], + [ + "izz", + "ie" + ], + [ + "ĠSocial", + "ist" + ], + [ + "ĠLind", + "say" + ], + [ + "ĠVill", + "age" + ], + [ + "gro", + "ans" + ], + [ + "Ġrack", + "et" + ], + [ + "ĠContin", + "ental" + ], + [ + "E", + "conom" + ], + [ + "G", + "ame" + ], + [ + "M", + "organ" + ], + [ + "T", + "U" + ], + [ + "c", + "án" + ], + [ + "n", + "ys" + ], + [ + "Ġm", + "oust" + ], + [ + "Ġp", + "all" + ], + [ + "Ġha", + "gas" + ], + [ + "Ġre", + "ferences" + ], + [ + "ĠT", + "ELL" + ], + [ + "ĠH", + "amb" + ], + [ + "ci", + "énd" + ], + [ + "la", + "via" + ], + [ + "urn", + "ing" + ], + [ + "ret", + "ion" + ], + [ + "Ġmet", + "ido" + ], + [ + "ste", + "ady" + ], + [ + "amb", + "oo" + ], + [ + "pr", + "om" + ], + [ + "Ġcur", + "a" + ], + [ + "ĠBe", + "et" + ], + [ + "ĠAll", + "ÃŃ" + ], + [ + "Ġstre", + "ak" + ], + [ + "ĠCha", + "pter" + ], + [ + "ĠPro", + "bably" + ], + [ + "vol", + "ution" + ], + [ + "Ġtick", + "ling" + ], + [ + "Ġconvers", + "ations" + ], + [ + "Ġpet", + "ition" + ], + [ + "Ġaud", + "ition" + ], + [ + "Ġpossess", + "ions" + ], + [ + "Miss", + "us" + ], + [ + "ĠSol", + "ar" + ], + [ + "ĠPop", + "ular" + ], + [ + "Ġlect", + "ures" + ], + [ + "adu", + "ate" + ], + [ + "Ġpien", + "so" + ], + [ + "ĠRich", + "mond" + ], + [ + "Ġdeber", + "ÃŃa" + ], + [ + "Ġsculpt", + "ure" + ], + [ + "Ġinvolve", + "ment" + ], + [ + "Ġpronunci", + "ation" + ], + [ + "ĠFried", + "rich" + ], + [ + "8", + "3" + ], + [ + "D", + "oug" + ], + [ + "n", + "ée" + ], + [ + "ri", + "ous" + ], + [ + "ĠB", + "arr" + ], + [ + "na", + "ke" + ], + [ + "em", + "or" + ], + [ + "ĠO", + "ber" + ], + [ + "Ġcu", + "id" + ], + [ + "Ġtop", + "ics" + ], + [ + "Ġins", + "ign" + ], + [ + "20", + "12" + ], + [ + "Ġfear", + "ing" + ], + [ + "ĠComm", + "ons" + ], + [ + "ĠMag", + "azine" + ], + [ + "Ġkn", + "itting" + ], + [ + "Ġquer", + "ÃŃan" + ], + [ + "Ġpool", + "s" + ], + [ + "Ġlit", + "ter" + ], + [ + "ĠUN", + "ESCO" + ], + [ + "Ġtro", + "zo" + ], + [ + "SH", + "A" + ], + [ + "Ġmour", + "ning" + ], + [ + "prim", + "ero" + ], + [ + "ĠAdvent", + "ures" + ], + [ + "ĠCOMP", + "ANY" + ], + [ + "N", + "ancy" + ], + [ + "d", + "ro" + ], + [ + "ã", + "ĥ" + ], + [ + "Ġc", + "ac" + ], + [ + "Ġd", + "w" + ], + [ + "Ġm", + "iel" + ], + [ + "Ġsh", + "ooter" + ], + [ + "ci", + "ente" + ], + [ + "Ġco", + "gn" + ], + [ + "Ġcu", + "ándo" + ], + [ + "de", + "y" + ], + [ + "Ġch", + "icas" + ], + [ + "Ġra", + "ises" + ], + [ + "Ġstr", + "ay" + ], + [ + "Ġcons", + "ented" + ], + [ + "aron", + "i" + ], + [ + "Ġpen", + "insula" + ], + [ + "Ġexam", + "s" + ], + [ + "ĠNe", + "braska" + ], + [ + "ánd", + "ola" + ], + [ + "ĠMom", + "ma" + ], + [ + "Ġbal", + "ón" + ], + [ + "Ġtong", + "ues" + ], + [ + "Ġneces", + "idad" + ], + [ + "uls", + "ion" + ], + [ + "Ġnut", + "ri" + ], + [ + "Ġrepro", + "ach" + ], + [ + "Ġrent", + "ed" + ], + [ + "tw", + "elve" + ], + [ + "ĠÃī", + "l" + ], + [ + "Ġsynd", + "rome" + ], + [ + "Ġagrad", + "able" + ], + [ + "8", + "00" + ], + [ + "D", + "ra" + ], + [ + "g", + "ard" + ], + [ + "et", + "ty" + ], + [ + "Ġqu", + "eso" + ], + [ + "od", + "ge" + ], + [ + "Yes", + "terday" + ], + [ + "ĠAl", + "ida" + ], + [ + "Ġfell", + "er" + ], + [ + "Ġsal", + "ute" + ], + [ + "den", + "es" + ], + [ + "Ġbur", + "row" + ], + [ + "ij", + "ing" + ], + [ + "Ġterm", + "ina" + ], + [ + "ĠEm", + "ir" + ], + [ + "ele", + "ction" + ], + [ + "Ġhug", + "ging" + ], + [ + "talk", + "s" + ], + [ + "ĠHind", + "i" + ], + [ + "Ġlegend", + "ary" + ], + [ + "ĠKas", + "hm" + ], + [ + "+", + "~" + ], + [ + "M", + "ot" + ], + [ + "S", + "ol" + ], + [ + "r", + "és" + ], + [ + "Ġa", + "ux" + ], + [ + "er", + "ving" + ], + [ + "Ġm", + "ente" + ], + [ + "om", + "atic" + ], + [ + "ld", + "en" + ], + [ + "im", + "an" + ], + [ + "ĠP", + "ie" + ], + [ + "em", + "ale" + ], + [ + "own", + "ed" + ], + [ + "Ġsp", + "erm" + ], + [ + "ne", + "ar" + ], + [ + "ĠK", + "ey" + ], + [ + "ces", + "e" + ], + [ + "Ġbook", + "ed" + ], + [ + "rent", + "ly" + ], + [ + "Ġgrow", + "l" + ], + [ + "ĠLe", + "go" + ], + [ + "ĠFrench", + "man" + ], + [ + "Ġorgan", + "ize" + ], + [ + "Ġdoub", + "led" + ], + [ + "Ġchem", + "ist" + ], + [ + "ĠStud", + "ies" + ], + [ + "Ġtrag", + "ic" + ], + [ + "F", + "E" + ], + [ + "K", + "a" + ], + [ + "P", + "ay" + ], + [ + "d", + "ish" + ], + [ + "d", + "ark" + ], + [ + "m", + "ath" + ], + [ + "Ġc", + "int" + ], + [ + "Ġm", + "ia" + ], + [ + "ĠB", + "everly" + ], + [ + "ĠW", + "ing" + ], + [ + "ĠF", + "O" + ], + [ + "Ġcl", + "ut" + ], + [ + "Ġtr", + "aced" + ], + [ + "Ġcomp", + "act" + ], + [ + "ĠV", + "oy" + ], + [ + "Ġseem", + "ing" + ], + [ + "Ġbest", + "owed" + ], + [ + "Ġmind", + "ed" + ], + [ + "Ġmis", + "mos" + ], + [ + "Ġbar", + "be" + ], + [ + "Ġhum", + "ili" + ], + [ + "20", + "15" + ], + [ + "Ġfig", + "ura" + ], + [ + "à²", + "¾" + ], + [ + "ĠSa", + "udi" + ], + [ + "ov", + "sky" + ], + [ + "ĠJimmie", + "boy" + ], + [ + "Ġpregn", + "ancy" + ], + [ + "Ġchamp", + "agne" + ], + [ + "Ġarist", + "ocr" + ], + [ + "S", + "qu" + ], + [ + "p", + "ued" + ], + [ + "en", + "ÃŃa" + ], + [ + "ic", + "ting" + ], + [ + "ac", + "ular" + ], + [ + "Ġn", + "ought" + ], + [ + "Ġex", + "ile" + ], + [ + "ĠK", + "www" + ], + [ + "ff", + "es" + ], + [ + "co", + "on" + ], + [ + "Ġsc", + "oundrel" + ], + [ + "Ġca", + "fe" + ], + [ + "po", + "x" + ], + [ + "Ġesc", + "rito" + ], + [ + "ĠTr", + "ade" + ], + [ + "Ġrepresent", + "ation" + ], + [ + "ID", + "E" + ], + [ + "Ġhide", + "ous" + ], + [ + "ĠOl", + "ivia" + ], + [ + "200", + "9" + ], + [ + "Ġaddress", + "es" + ], + [ + "ĠPers", + "ia" + ], + [ + "Ġancest", + "or" + ], + [ + "ĠPier", + "ce" + ], + [ + "comm", + "unes" + ], + [ + "Ġsop", + "ort" + ], + [ + "Ġmuff", + "in" + ], + [ + "ĠEnt", + "re" + ], + [ + "ĠAmb", + "assador" + ], + [ + "Ġbung", + "al" + ], + [ + "Imag", + "ine" + ], + [ + "j", + "amas" + ], + [ + "Ġs", + "ly" + ], + [ + "Ġs", + "ip" + ], + [ + "it", + "ness" + ], + [ + "ĠN", + "elly" + ], + [ + "Ġright", + "ly" + ], + [ + "Ġwr", + "ought" + ], + [ + "Ġrec", + "or" + ], + [ + "Ġsur", + "rend" + ], + [ + "ats", + "u" + ], + [ + "ĠNew", + "castle" + ], + [ + "Ġconf", + "using" + ], + [ + "ĠAll", + "an" + ], + [ + "Ġfavor", + "able" + ], + [ + "Ġsnow", + "y" + ], + [ + "Ġpract", + "iced" + ], + [ + "Ġqued", + "an" + ], + [ + "Ġlunch", + "time" + ], + [ + "Ġge", + "ography" + ], + [ + "udd", + "led" + ], + [ + "could", + "n" + ], + [ + "aterpill", + "ars" + ], + [ + "Ġsmo", + "ked" + ], + [ + "Ġancest", + "ry" + ], + [ + "Ġutiliz", + "a" + ], + [ + "Ġtransform", + "ed" + ], + [ + "ĠNap", + "les" + ], + [ + "!", + "!" + ], + [ + "d", + "ened" + ], + [ + "e", + "res" + ], + [ + "h", + "urt" + ], + [ + "Ġc", + "ens" + ], + [ + "Ġb", + "out" + ], + [ + "Ġl", + "icked" + ], + [ + "le", + "ased" + ], + [ + "ir", + "á" + ], + [ + "Ġn", + "ah" + ], + [ + "Ġst", + "er" + ], + [ + "ĠB", + "ent" + ], + [ + "ĠH", + "ait" + ], + [ + "Ġsu", + "cc" + ], + [ + "Ġsh", + "ipping" + ], + [ + "ĠG", + "ates" + ], + [ + "Ġsome", + "place" + ], + [ + "ag", + "ged" + ], + [ + "Ġes", + "qu" + ], + [ + "Ġcomp", + "art" + ], + [ + "Ġmin", + "ers" + ], + [ + "IS", + "E" + ], + [ + "ee", + "red" + ], + [ + "Ġpick", + "les" + ], + [ + "uff", + "er" + ], + [ + "Ġair", + "planes" + ], + [ + "Ġguess", + "es" + ], + [ + "eng", + "ine" + ], + [ + "Ġherman", + "as" + ], + [ + "Ġcompos", + "ers" + ], + [ + "Ġrang", + "es" + ], + [ + "Ġense", + "guida" + ], + [ + "Ġnegro", + "es" + ], + [ + "Ġthrill", + "ing" + ], + [ + "Ġtuv", + "iera" + ], + [ + "MB", + "ER" + ], + [ + "ĠGertr", + "ude" + ], + [ + "D", + "ep" + ], + [ + "M", + "as" + ], + [ + "N", + "Y" + ], + [ + "N", + "ER" + ], + [ + "m", + "ix" + ], + [ + "p", + "x" + ], + [ + "u", + "ffe" + ], + [ + "Ġ", + "icy" + ], + [ + "ĠN", + "BA" + ], + [ + "ard", + "y" + ], + [ + "Ġex", + "terior" + ], + [ + "ĠU", + "d" + ], + [ + "Ġbl", + "ades" + ], + [ + "Ġpres", + "idency" + ], + [ + "Ġcer", + "can" + ], + [ + "Ġrep", + "airs" + ], + [ + "ĠCHI", + "s" + ], + [ + "Ġpresent", + "er" + ], + [ + "Ġdeep", + "est" + ], + [ + "à²", + "¨" + ], + [ + "Ġep", + "ic" + ], + [ + "Ġjun", + "ction" + ], + [ + "Ġsympat", + "hetic" + ], + [ + "ĠShar", + "on" + ], + [ + "Ġteen", + "ager" + ], + [ + "ĠAngel", + "ina" + ], + [ + "Gl", + "ory" + ], + [ + "Greg", + "or" + ], + [ + "Wal", + "ter" + ], + [ + "Japan", + "ese" + ], + [ + "ĠBald", + "win" + ], + [ + "Ġalgor", + "ith" + ], + [ + "T", + "or" + ], + [ + "m", + "art" + ], + [ + "Ġc", + "él" + ], + [ + "Ġl", + "ind" + ], + [ + "ĠT", + "ill" + ], + [ + "ĠH", + "urricane" + ], + [ + "ĠW", + "inky" + ], + [ + "ĠG", + "iles" + ], + [ + "ĠL", + "ear" + ], + [ + "ĠV", + "lad" + ], + [ + "br", + "ook" + ], + [ + "ib", + "ilidad" + ], + [ + "Ġhum", + "id" + ], + [ + "Ġexpl", + "oring" + ], + [ + "Ġrecord", + "ings" + ], + [ + "fort", + "y" + ], + [ + "ĠSe", + "ason" + ], + [ + "Ġconst", + "ruct" + ], + [ + "Ġproduc", + "ers" + ], + [ + "Ġmix", + "er" + ], + [ + "Ġcard", + "board" + ], + [ + "Ġtend", + "ency" + ], + [ + "ĠBur", + "g" + ], + [ + "Ġtap", + "ing" + ], + [ + "bar", + "row" + ], + [ + "Des", + "pite" + ], + [ + "Ġale", + "j" + ], + [ + "Ġperd", + "ió" + ], + [ + "Ġpsych", + "ological" + ], + [ + "Ġanticip", + "ated" + ], + [ + "Ġdatab", + "ase" + ], + [ + "G", + "U" + ], + [ + "K", + "id" + ], + [ + "U", + "H" + ], + [ + "Ġf", + "iddle" + ], + [ + "Ġg", + "imme" + ], + [ + "Ġse", + "p" + ], + [ + "ĠM", + "ildred" + ], + [ + "Ġup", + "wards" + ], + [ + "ĠG", + "ONNA" + ], + [ + "uc", + "lear" + ], + [ + "Ġve", + "il" + ], + [ + "ĠNo", + "va" + ], + [ + "Ġsk", + "irts" + ], + [ + "ete", + "enth" + ], + [ + "Ġcover", + "age" + ], + [ + "Ġrob", + "es" + ], + [ + "Br", + "own" + ], + [ + "Ġindic", + "ating" + ], + [ + "Ġ188", + "0" + ], + [ + "Ġdecor", + "ation" + ], + [ + "Ġsquad", + "ron" + ], + [ + "Ġcondem", + "ned" + ], + [ + "ĠMoroc", + "co" + ], + [ + "Ġnomb", + "res" + ], + [ + "ĠCaro", + "lyn" + ], + [ + "8", + "7" + ], + [ + "M", + "is" + ], + [ + "b", + "is" + ], + [ + "e", + "ous" + ], + [ + "w", + "omen" + ], + [ + "Ġh", + "mm" + ], + [ + "ĠS", + "ig" + ], + [ + "Ġwh", + "it" + ], + [ + "ĠP", + "ine" + ], + [ + "ĠP", + "ony" + ], + [ + "ÃŃ", + "d" + ], + [ + "ĠF", + "urther" + ], + [ + "ci", + "ously" + ], + [ + "Ġcl", + "uster" + ], + [ + "Ġhouse", + "keeper" + ], + [ + "Ġcha", + "os" + ], + [ + "ĠGeor", + "gie" + ], + [ + "rec", + "row" + ], + [ + "Ġremem", + "bers" + ], + [ + "Ġcontinu", + "ó" + ], + [ + "Ġprem", + "io" + ], + [ + "Hon", + "estly" + ], + [ + "Ġvolcan", + "ic" + ], + [ + "Ġstab", + "bed" + ], + [ + "Ġcompre", + "hens" + ], + [ + "ĠNev", + "ada" + ], + [ + "Ġfranc", + "és" + ], + [ + "Ġbols", + "illo" + ], + [ + "Ġvalle", + "ys" + ], + [ + "ĠWent", + "worth" + ], + [ + "d", + "éj" + ], + [ + "in", + "ete" + ], + [ + "Ġha", + "iled" + ], + [ + "ic", + "ate" + ], + [ + "os", + "ph" + ], + [ + "Ġdo", + "zens" + ], + [ + "ĠG", + "ail" + ], + [ + "é", + "m" + ], + [ + "Ġfe", + "brero" + ], + [ + "per", + "fect" + ], + [ + "Ġdis", + "ple" + ], + [ + "ition", + "ally" + ], + [ + "Ġminut", + "o" + ], + [ + "Ġpar", + "ado" + ], + [ + "Ġprim", + "o" + ], + [ + "Ġpet", + "ty" + ], + [ + "cell", + "or" + ], + [ + "ĠDes", + "ert" + ], + [ + "200", + "4" + ], + [ + "ö", + "n" + ], + [ + "ĠMer", + "cer" + ], + [ + "Ġ190", + "1" + ], + [ + "Ġhook", + "s" + ], + [ + "Ġrecommend", + "ation" + ], + [ + "Ġsumm", + "ers" + ], + [ + "Sim", + "on" + ], + [ + "Ġcert", + "ified" + ], + [ + "Ġcontrovers", + "y" + ], + [ + "ĠYan", + "kee" + ], + [ + "Ġsubsequ", + "ently" + ], + [ + "Ġpúbl", + "ico" + ], + [ + "F", + "r" + ], + [ + "Ġre", + "ÃŃr" + ], + [ + "Ġout", + "come" + ], + [ + "Ġar", + "b" + ], + [ + "Ġgr", + "umpy" + ], + [ + "Ġper", + "ch" + ], + [ + "cl", + "othes" + ], + [ + "mo", + "ke" + ], + [ + "Ġrel", + "ating" + ], + [ + "HE", + "I" + ], + [ + "Ġsent", + "ry" + ], + [ + "ĠInd", + "ies" + ], + [ + "ĠJohn", + "ston" + ], + [ + "Ġgra", + "vel" + ], + [ + "ĠAll", + "iance" + ], + [ + "mon", + "os" + ], + [ + "Ġopp", + "onents" + ], + [ + "An", + "swer" + ], + [ + "ĠEn", + "vironment" + ], + [ + "ĠMart", + "y" + ], + [ + "ĠMat", + "ty" + ], + [ + "Ġnet", + "works" + ], + [ + "met", + "ro" + ], + [ + "Ġtir", + "ó" + ], + [ + "Ġspect", + "ators" + ], + [ + "Ġtiss", + "ues" + ], + [ + "Ġprovin", + "cial" + ], + [ + "Ġfrag", + "ment" + ], + [ + "Ġtranqu", + "ilo" + ], + [ + "Ġoct", + "ubre" + ], + [ + "Ġexceed", + "ing" + ], + [ + "Ġmush", + "room" + ], + [ + "ĠMans", + "field" + ], + [ + "Ġsubsequ", + "ent" + ], + [ + "h", + "uy" + ], + [ + "y", + "ells" + ], + [ + "Ġd", + "ale" + ], + [ + "as", + "en" + ], + [ + "qu", + "ete" + ], + [ + "ur", + "so" + ], + [ + "Ġqu", + "ita" + ], + [ + "Ġj", + "an" + ], + [ + "ig", + "ual" + ], + [ + "Ġar", + "ise" + ], + [ + "Ġtr", + "ough" + ], + [ + "Ġbr", + "ows" + ], + [ + "Ġmo", + "ld" + ], + [ + "ĠV", + "end" + ], + [ + "ĠAl", + "t" + ], + [ + "Ġz", + "ar" + ], + [ + "Ġvill", + "a" + ], + [ + "Ġcop", + "ied" + ], + [ + "ĠBet", + "ter" + ], + [ + "Ġremem", + "b" + ], + [ + "ĠCong", + "o" + ], + [ + "Ġlan", + "z" + ], + [ + "Ġneces", + "ito" + ], + [ + "ĠJud", + "ith" + ], + [ + "Ġprem", + "ises" + ], + [ + "ĠIsab", + "elle" + ], + [ + "A", + "dd" + ], + [ + "H", + "um" + ], + [ + "K", + "ar" + ], + [ + "_", + ":" + ], + [ + "b", + "red" + ], + [ + "d", + "amn" + ], + [ + "m", + "ons" + ], + [ + "ha", + "ge" + ], + [ + "ic", + "on" + ], + [ + "ĠB", + "ess" + ], + [ + "é", + "te" + ], + [ + "to", + "ld" + ], + [ + "Ġfl", + "ank" + ], + [ + "uc", + "he" + ], + [ + "Ġkind", + "ergarten" + ], + [ + "ĠNe", + "igh" + ], + [ + "gl", + "asses" + ], + [ + "Ġwhist", + "led" + ], + [ + "Ġexact", + "amente" + ], + [ + "Ġmole", + "cular" + ], + [ + "ĠAld", + "en" + ], + [ + "Ġrecib", + "ió" + ], + [ + "Ġchlor", + "ide" + ], + [ + "Det", + "ective" + ], + [ + "Ġatre", + "v" + ], + [ + "ĠBundes", + "liga" + ], + [ + "B", + "ang" + ], + [ + "T", + "ar" + ], + [ + "f", + "uera" + ], + [ + "l", + "it" + ], + [ + "u", + "ing" + ], + [ + "Ġw", + "rench" + ], + [ + "Ġo", + "ops" + ], + [ + "Ġf", + "id" + ], + [ + "Ġno", + "viembre" + ], + [ + "ĠP", + "erson" + ], + [ + "op", + "sy" + ], + [ + "Ġv", + "ulgar" + ], + [ + "ĠG", + "as" + ], + [ + "ĠG", + "ers" + ], + [ + "ast", + "on" + ], + [ + "Ġlo", + "bby" + ], + [ + "ag", + "s" + ], + [ + "Ġgr", + "ind" + ], + [ + "Ġbl", + "onde" + ], + [ + "ĠV", + "illa" + ], + [ + "Ġch", + "uckles" + ], + [ + "ild", + "e" + ], + [ + "ĠAnd", + "rea" + ], + [ + "gen", + "es" + ], + [ + "Ġder", + "iv" + ], + [ + "Ġdecor", + "ations" + ], + [ + "Ġflash", + "light" + ], + [ + "Ġobst", + "in" + ], + [ + "Ġgamb", + "ling" + ], + [ + "Ġrept", + "iles" + ], + [ + "continu", + "ó" + ], + [ + "L", + "eg" + ], + [ + "N", + "an" + ], + [ + "c", + "et" + ], + [ + "g", + "usted" + ], + [ + "an", + "adu" + ], + [ + "Ġg", + "uts" + ], + [ + "le", + "ader" + ], + [ + "ĠS", + "ans" + ], + [ + "ĠD", + "illon" + ], + [ + "ĠN", + "ept" + ], + [ + "Ġbl", + "ink" + ], + [ + "ĠV", + "olleyball" + ], + [ + "Ġsc", + "re" + ], + [ + "Ġmust", + "ard" + ], + [ + "Ġmen", + "u" + ], + [ + "AD", + "Y" + ], + [ + "Ġhum", + "ana" + ], + [ + "Ġang", + "les" + ], + [ + "Ġbur", + "ger" + ], + [ + "ĠMe", + "gan" + ], + [ + "RE", + "B" + ], + [ + "Ġtrad", + "ers" + ], + [ + "ĠTim", + "my" + ], + [ + "Ġcred", + "ited" + ], + [ + "Ġelement", + "os" + ], + [ + "Ġcontribut", + "e" + ], + [ + "Ġerr", + "ors" + ], + [ + "Ġconnect", + "s" + ], + [ + "Ġassum", + "ing" + ], + [ + "ĠArist", + "otle" + ], + [ + "H", + "ung" + ], + [ + "K", + "aren" + ], + [ + "f", + "era" + ], + [ + "Ġd", + "rying" + ], + [ + "Ġy", + "ew" + ], + [ + "qu", + "est" + ], + [ + "Ġcl", + "ues" + ], + [ + "ĠSt", + "rat" + ], + [ + "Ġbu", + "ys" + ], + [ + "Ġfell", + "as" + ], + [ + "Ġhorse", + "back" + ], + [ + "ĠGu", + "ild" + ], + [ + "Mar", + "g" + ], + [ + "Ġpatient", + "ly" + ], + [ + "ĠPort", + "land" + ], + [ + "Ġelev", + "ation" + ], + [ + "Ġpoison", + "ed" + ], + [ + "Ġmole", + "cule" + ], + [ + "Ġune", + "as" + ], + [ + "Ġrecoll", + "ect" + ], + [ + "Ġambit", + "ious" + ], + [ + "f", + "amily" + ], + [ + "t", + "ip" + ], + [ + "in", + "th" + ], + [ + "Ġl", + "ass" + ], + [ + "Ġre", + "cept" + ], + [ + "Ġn", + "aming" + ], + [ + "ĠM", + "end" + ], + [ + "se", + "mble" + ], + [ + "ĠD", + "io" + ], + [ + "Ġun", + "in" + ], + [ + "Ġdown", + "ward" + ], + [ + "Ġfe", + "es" + ], + [ + "ult", + "ura" + ], + [ + "ĠNo", + "kia" + ], + [ + "MA", + "X" + ], + [ + "Ġimport", + "ancia" + ], + [ + "sha", + "w" + ], + [ + "Ġmouth", + "ful" + ], + [ + "ĠProv", + "idence" + ], + [ + "Ġconserv", + "ation" + ], + [ + "Ġextend", + "ing" + ], + [ + "Ġfisher", + "men" + ], + [ + "Ġmie", + "mbros" + ], + [ + "Ġarsen", + "ic" + ], + [ + "Ġprel", + "imin" + ], + [ + "Europe", + "an" + ], + [ + "Cel", + "este" + ], + [ + "G", + "AS" + ], + [ + "er", + "ie" + ], + [ + "Ġd", + "azz" + ], + [ + "is", + "ode" + ], + [ + "Ġm", + "ould" + ], + [ + "Ġst", + "ables" + ], + [ + "ĠT", + "ú" + ], + [ + "ch", + "op" + ], + [ + "ĠD", + "ame" + ], + [ + "Ġchan", + "ced" + ], + [ + "Ġfin", + "ance" + ], + [ + "gr", + "oss" + ], + [ + "Ġste", + "ward" + ], + [ + "Ġcam", + "els" + ], + [ + "Ġorder", + "ly" + ], + [ + "acher", + "s" + ], + [ + "Ġoper", + "as" + ], + [ + "Ġchurch", + "yard" + ], + [ + "ĠEx", + "amples" + ], + [ + "Ġ186", + "0" + ], + [ + "Ġafford", + "ed" + ], + [ + "Ġsuck", + "ing" + ], + [ + "ĠBox", + "er" + ], + [ + "ác", + "ter" + ], + [ + "Ġphysic", + "ist" + ], + [ + "ĠByz", + "antine" + ], + [ + "N", + "ay" + ], + [ + "l", + "ore" + ], + [ + "s", + "light" + ], + [ + "Å", + "ĵ" + ], + [ + "Ġ", + "ouch" + ], + [ + "Ġa", + "pe" + ], + [ + "ĠC", + "ool" + ], + [ + "Ġpl", + "ump" + ], + [ + "ĠJ", + "ava" + ], + [ + "Ġex", + "clam" + ], + [ + "be", + "en" + ], + [ + "Ġsc", + "ant" + ], + [ + "ĠAl", + "ong" + ], + [ + "Ġdi", + "verse" + ], + [ + "ĠDe", + "borah" + ], + [ + "pr", + "in" + ], + [ + "du", + "ctions" + ], + [ + "Ġacc", + "um" + ], + [ + "Ġbra", + "very" + ], + [ + "ĠRoman", + "ian" + ], + [ + "Ad", + "iós" + ], + [ + "Ġhy", + "ster" + ], + [ + "Ġthrill", + "er" + ], + [ + "fing", + "ers" + ], + [ + "ĠElect", + "ric" + ], + [ + "Ġperten", + "e" + ], + [ + "Ġfestiv", + "als" + ], + [ + "Ġamp", + "hib" + ], + [ + "ĠShir", + "ley" + ], + [ + "iént", + "ate" + ], + [ + "j", + "in" + ], + [ + "Ġo", + "ce" + ], + [ + "Ġof", + "re" + ], + [ + "Ġh", + "uts" + ], + [ + "Ġwe", + "ep" + ], + [ + "st", + "ock" + ], + [ + "ĠR", + "afa" + ], + [ + "Ġsp", + "arrow" + ], + [ + "lo", + "at" + ], + [ + "ĠSt", + "alin" + ], + [ + "cl", + "ip" + ], + [ + "oll", + "en" + ], + [ + "ú", + "b" + ], + [ + "Ġreal", + "istic" + ], + [ + "Ġrest", + "ra" + ], + [ + "Ġtem", + "a" + ], + [ + "Ġem", + "oc" + ], + [ + "Ġclim", + "a" + ], + [ + "Ġtick", + "les" + ], + [ + "Ġvac", + "ant" + ], + [ + "Ġkey", + "board" + ], + [ + "Ġcart", + "as" + ], + [ + "Ġdom", + "ain" + ], + [ + "Ġestud", + "iar" + ], + [ + "ét", + "ico" + ], + [ + "Ġrevolution", + "ary" + ], + [ + "Ġromp", + "ió" + ], + [ + "ĠCub", + "an" + ], + [ + "Ġsuspic", + "ions" + ], + [ + "Ġsept", + "iembre" + ], + [ + "%", + ")" + ], + [ + "8", + "2" + ], + [ + "P", + "E" + ], + [ + "b", + "ard" + ], + [ + "ha", + "z" + ], + [ + "Ġd", + "ome" + ], + [ + "Ġp", + "ent" + ], + [ + "Ġin", + "aud" + ], + [ + "am", + "oto" + ], + [ + "Ġse", + "am" + ], + [ + "ĠC", + "elt" + ], + [ + "ol", + "ith" + ], + [ + "ĠD", + "art" + ], + [ + "ĠN", + "ad" + ], + [ + "Ġex", + "tingu" + ], + [ + "Ġpro", + "ves" + ], + [ + "Ġag", + "rees" + ], + [ + "Ġgr", + "is" + ], + [ + "Ġover", + "heard" + ], + [ + "urn", + "ame" + ], + [ + "Ġac", + "ute" + ], + [ + "Ġcr", + "ouched" + ], + [ + "Ġnum", + "bered" + ], + [ + "Ġmet", + "re" + ], + [ + "ĠCon", + "n" + ], + [ + "Ar", + "ch" + ], + [ + "Ġabuel", + "ita" + ], + [ + "ĠCont", + "rol" + ], + [ + "Ġgig", + "antic" + ], + [ + "ĠSax", + "ony" + ], + [ + "ĠStr", + "ong" + ], + [ + "Us", + "ually" + ], + [ + "Ġmini", + "ature" + ], + [ + "cuánt", + "os" + ], + [ + "Ġbegg", + "ar" + ], + [ + "Ġinton", + "ation" + ], + [ + "L", + "ive" + ], + [ + "M", + "I" + ], + [ + "N", + "S" + ], + [ + "S", + "har" + ], + [ + "Ġf", + "t" + ], + [ + "ow", + "ls" + ], + [ + "qu", + "al" + ], + [ + "Ġdo", + "omed" + ], + [ + "ĠC", + "el" + ], + [ + "ĠD", + "ha" + ], + [ + "ĠG", + "ay" + ], + [ + "Ġor", + "chard" + ], + [ + "ĠE", + "t" + ], + [ + "ound", + "ing" + ], + [ + "ci", + "os" + ], + [ + "--", + "." + ], + [ + "Ġper", + "ched" + ], + [ + "ire", + "mos" + ], + [ + "ĠV", + "ERY" + ], + [ + "but", + "ton" + ], + [ + "ma", + "ux" + ], + [ + "Ġcent", + "imet" + ], + [ + "Ġpubl", + "ishing" + ], + [ + "ĠFl", + "ora" + ], + [ + "Ġpon", + "ÃŃa" + ], + [ + "Ġhospital", + "ity" + ], + [ + "Ġincre", + "asingly" + ], + [ + "à²", + "°" + ], + [ + "Ġquer", + "ied" + ], + [ + "Ġ190", + "9" + ], + [ + "ĠWood", + "s" + ], + [ + "Ġciud", + "ades" + ], + [ + "Ġmercha", + "nd" + ], + [ + "Ġdiscover", + "ies" + ], + [ + "Ġdialect", + "s" + ], + [ + "Ġprosper", + "ity" + ], + [ + "M", + "ade" + ], + [ + "x", + "to" + ], + [ + "no", + "l" + ], + [ + "ĠT", + "hings" + ], + [ + "Ġr", + "in" + ], + [ + "ĠN", + "ear" + ], + [ + "ĠO", + "UR" + ], + [ + "--", + "'" + ], + [ + "Ġcomp", + "render" + ], + [ + "St", + "upid" + ], + [ + "Ġposs", + "ibilities" + ], + [ + "Ġtom", + "ate" + ], + [ + "Ġprop", + "ósito" + ], + [ + "Ġpriv", + "ately" + ], + [ + "Ġpolic", + "emen" + ], + [ + "Bl", + "ood" + ], + [ + "Ġtow", + "els" + ], + [ + "Ġsoci", + "edad" + ], + [ + "Ġregard", + "less" + ], + [ + "Ġ186", + "2" + ], + [ + "mark", + "s" + ], + [ + "imit", + "ating" + ], + [ + "Ġclaim", + "ing" + ], + [ + "Ġchop", + "ped" + ], + [ + "Ġprem", + "ium" + ], + [ + "Ġrum", + "or" + ], + [ + "Ġcarre", + "ras" + ], + [ + "Ġyield", + "ed" + ], + [ + "Ġfrustr", + "ated" + ], + [ + "ĠHO", + "ME" + ], + [ + "Ġgé", + "nero" + ], + [ + "L", + "ots" + ], + [ + "M", + "L" + ], + [ + "R", + "ather" + ], + [ + "i", + "ja" + ], + [ + "Â", + "Ŀ" + ], + [ + "ar", + "ity" + ], + [ + "ĠT", + "us" + ], + [ + "ĠT", + "ran" + ], + [ + "ĠT", + "www" + ], + [ + "ĠC", + "ond" + ], + [ + "ĠB", + "ib" + ], + [ + "ĠL", + "otty" + ], + [ + "ine", + "o" + ], + [ + "Ġpe", + "ering" + ], + [ + "Ġunder", + "take" + ], + [ + "Ġra", + "ven" + ], + [ + "ente", + "red" + ], + [ + "Ġass", + "urance" + ], + [ + "Ġhum", + "o" + ], + [ + "Ġpare", + "cido" + ], + [ + "oub", + "t" + ], + [ + "Ġenter", + "tained" + ], + [ + "Ġaz", + "úcar" + ], + [ + "Ġod", + "or" + ], + [ + "Ġguar", + "ante" + ], + [ + "Ġburg", + "lar" + ], + [ + "ĠCry", + "stal" + ], + [ + "Ġmelan", + "choly" + ], + [ + "6", + "00" + ], + [ + "8", + "1" + ], + [ + "ou", + "ver" + ], + [ + "Ġw", + "oe" + ], + [ + "Ġc", + "ÃŃr" + ], + [ + "Ġd", + "ashing" + ], + [ + "Ġd", + "ictionary" + ], + [ + "ĠA", + "ctor" + ], + [ + "se", + "es" + ], + [ + "ĠC", + "ost" + ], + [ + "Ġwh", + "oo" + ], + [ + "Ġfr", + "ÃŃa" + ], + [ + "ation", + "ally" + ], + [ + "ĠR", + "ah" + ], + [ + "ĠE", + "g" + ], + [ + "Ġun", + "ic" + ], + [ + "ag", + "as" + ], + [ + "ish", + "na" + ], + [ + "Ġpo", + "bres" + ], + [ + "ach", + "ment" + ], + [ + "Ġch", + "illy" + ], + [ + "Ġind", + "ifferent" + ], + [ + "Ġexpl", + "ode" + ], + [ + "Ġgrow", + "ling" + ], + [ + "Ġqued", + "aron" + ], + [ + "Ġsex", + "ually" + ], + [ + "Ġgall", + "ina" + ], + [ + "Pro", + "duced" + ], + [ + "Ġprincipal", + "mente" + ], + [ + "ĠCorn", + "wall" + ], + [ + "Ġdrag", + "ons" + ], + [ + "Ġdece", + "ased" + ], + [ + "Ġtren", + "ches" + ], + [ + "K", + "S" + ], + [ + "L", + "iz" + ], + [ + "d", + "ifferent" + ], + [ + "Ġb", + "uh" + ], + [ + "Ġb", + "achelor" + ], + [ + "or", + "ian" + ], + [ + "le", + "aves" + ], + [ + "ke", + "red" + ], + [ + "Ġher", + "bs" + ], + [ + "ĠO", + "LD" + ], + [ + "ĠY", + "as" + ], + [ + "ĠAnd", + "ré" + ], + [ + "Ġmar", + "char" + ], + [ + "ister", + "s" + ], + [ + "ĠDe", + "wey" + ], + [ + "Ġver", + "la" + ], + [ + "Ġsub", + "stances" + ], + [ + "ios", + "os" + ], + [ + "Ġpare", + "cÃŃan" + ], + [ + "Ġgreen", + "belt" + ], + [ + "Ġple", + "asures" + ], + [ + "Ġcam", + "ar" + ], + [ + "Ar", + "ound" + ], + [ + "ĠAb", + "i" + ], + [ + "Ġbast", + "ards" + ], + [ + "Ġ190", + "6" + ], + [ + "DE", + "B" + ], + [ + "Ġhue", + "co" + ], + [ + "ĠBal", + "dy" + ], + [ + "Ġobed", + "ience" + ], + [ + "grap", + "es" + ], + [ + "CHUCK", + "LES" + ], + [ + "G", + "G" + ], + [ + "R", + "oll" + ], + [ + "k", + "ill" + ], + [ + "Ġw", + "iser" + ], + [ + "er", + "oy" + ], + [ + "Ġf", + "ern" + ], + [ + "Ġg", + "au" + ], + [ + "Ġre", + "app" + ], + [ + "Ġn", + "ad" + ], + [ + "se", + "ud" + ], + [ + "Ġsu", + "ces" + ], + [ + "ong", + "a" + ], + [ + "Ġcl", + "aw" + ], + [ + "ES", + "E" + ], + [ + "ne", + "red" + ], + [ + "Ġest", + "an" + ], + [ + "Ġend", + "angered" + ], + [ + "uss", + "ion" + ], + [ + "Ġinter", + "posed" + ], + [ + "Ġhum", + "our" + ], + [ + "for", + "man" + ], + [ + "Ġsat", + "ur" + ], + [ + "Ġtom", + "ado" + ], + [ + "ĠMc", + "Donald" + ], + [ + "ĠMat", + "ilda" + ], + [ + "Cl", + "ass" + ], + [ + "Ġlaughing", + "ly" + ], + [ + "Ġscrew", + "s" + ], + [ + "ele", + "ven" + ], + [ + "Sm", + "all" + ], + [ + "Ġceremon", + "ial" + ], + [ + "Ġrasp", + "berries" + ], + [ + "Ġtact", + "ics" + ], + [ + "Ġtad", + "poles" + ], + [ + "Ġmonaster", + "y" + ], + [ + "J", + "erry" + ], + [ + "K", + "evin" + ], + [ + "c", + "ats" + ], + [ + "ĠS", + "W" + ], + [ + "st", + "ory" + ], + [ + "ĠH", + "APP" + ], + [ + "Ġup", + "date" + ], + [ + "ig", + "her" + ], + [ + "Ġso", + "bbing" + ], + [ + "ain", + "ting" + ], + [ + "Ġout", + "ward" + ], + [ + "ĠN", + "as" + ], + [ + "Ġfe", + "ud" + ], + [ + "Ġé", + "sa" + ], + [ + "St", + "ra" + ], + [ + "ĠTHE", + "M" + ], + [ + "Ġmid", + "fielder" + ], + [ + "ĠChar", + "t" + ], + [ + "Ġextra", + "vag" + ], + [ + "Ġfail", + "s" + ], + [ + "Ġba", + "ile" + ], + [ + "TH", + "ANK" + ], + [ + "Le", + "on" + ], + [ + "pro", + "duces" + ], + [ + "Ġfault", + "s" + ], + [ + "Ġpred", + "e" + ], + [ + "Ġheight", + "s" + ], + [ + "Ġpure", + "ly" + ], + [ + "Ġult", + "imate" + ], + [ + "haw", + "ks" + ], + [ + "Ġentr", + "ada" + ], + [ + "Ġmathematic", + "ian" + ], + [ + "m", + "ess" + ], + [ + "n", + "one" + ], + [ + "Ġe", + "f" + ], + [ + "ĠS", + "outheast" + ], + [ + "il", + "ion" + ], + [ + "Ġcom", + "ió" + ], + [ + "ĠL", + "anguage" + ], + [ + "ĠN", + "ixon" + ], + [ + "ous", + "y" + ], + [ + "Ġback", + "pack" + ], + [ + "ob", + "y" + ], + [ + "de", + "al" + ], + [ + "Ġsc", + "ooter" + ], + [ + "gr", + "aded" + ], + [ + "Ġsound", + "ing" + ], + [ + "Ġconf", + "ianza" + ], + [ + "Ġaw", + "aken" + ], + [ + "Ġresp", + "et" + ], + [ + "Ġpubl", + "isher" + ], + [ + "Ġsuper", + "market" + ], + [ + "En", + "joy" + ], + [ + "Ġban", + "ner" + ], + [ + "Ġpens", + "amiento" + ], + [ + "arent", + "a" + ], + [ + "Ġrat", + "io" + ], + [ + "Ġcivil", + "ians" + ], + [ + "Ġlog", + "ical" + ], + [ + "Ġstock", + "ing" + ], + [ + "Ġprecip", + "itation" + ], + [ + "Ġlip", + "stick" + ], + [ + "ĠLion", + "el" + ], + [ + "Follow", + "ing" + ], + [ + "Ġobser", + "ving" + ], + [ + "Ġantigu", + "o" + ], + [ + "ĠBuff", + "alo" + ], + [ + "Ġyog", + "urt" + ], + [ + "A", + "II" + ], + [ + "F", + "inal" + ], + [ + "L", + "ear" + ], + [ + "c", + "itos" + ], + [ + "Ġa", + "pl" + ], + [ + "re", + "ra" + ], + [ + "Ġs", + "es" + ], + [ + "Ġw", + "age" + ], + [ + "er", + "forth" + ], + [ + "Ġf", + "oes" + ], + [ + "an", + "zas" + ], + [ + "as", + "el" + ], + [ + "Ġbe", + "fallen" + ], + [ + "ea", + "ban" + ], + [ + "ĠB", + "og" + ], + [ + "Ġsu", + "be" + ], + [ + "Ġen", + "closed" + ], + [ + "ĠG", + "io" + ], + [ + "ĠN", + "AT" + ], + [ + "é", + "g" + ], + [ + "Ġcl", + "atter" + ], + [ + "Ġpe", + "lea" + ], + [ + "Ġro", + "ds" + ], + [ + "ps", + "ies" + ], + [ + "Ġhome", + "ward" + ], + [ + "uc", + "as" + ], + [ + "Ġwait", + "er" + ], + [ + "Ġrel", + "acion" + ], + [ + "ĠPr", + "oof" + ], + [ + "Ġprop", + "ag" + ], + [ + "ĠTr", + "addles" + ], + [ + "over", + "la" + ], + [ + "pap", + "a" + ], + [ + "Ġtub", + "es" + ], + [ + "stan", + "bul" + ], + [ + "Ġray", + "os" + ], + [ + "Ġocur", + "re" + ], + [ + "Ġacost", + "umbr" + ], + [ + "Ġenthusi", + "ast" + ], + [ + "Ġfantas", + "ma" + ], + [ + "ĠCroat", + "ia" + ], + [ + "Ġenfermed", + "ad" + ], + [ + "D", + "og" + ], + [ + "I", + "Z" + ], + [ + "L", + "www" + ], + [ + "M", + "amma" + ], + [ + "g", + "art" + ], + [ + "Ġ", + "OTHER" + ], + [ + "in", + "stead" + ], + [ + "re", + "no" + ], + [ + "er", + "vo" + ], + [ + "im", + "eter" + ], + [ + "ĠS", + "alle" + ], + [ + "se", + "at" + ], + [ + "ĠP", + "i" + ], + [ + "pp", + "e" + ], + [ + "ĠF", + "ra" + ], + [ + "ĠE", + "P" + ], + [ + "Ġlo", + "go" + ], + [ + "Ġtr", + "u" + ], + [ + "Ġca", + "za" + ], + [ + "Ġfil", + "mm" + ], + [ + "Ġarm", + "or" + ], + [ + "va", + "e" + ], + [ + "Ġâ", + "Ī" + ], + [ + "Ġsad", + "ness" + ], + [ + "ĠEst", + "ás" + ], + [ + "aren", + "ce" + ], + [ + "Ġjun", + "io" + ], + [ + "Ġ190", + "7" + ], + [ + "Ġtermin", + "ar" + ], + [ + "ĠDa", + "ily" + ], + [ + "Ġfuss", + "ing" + ], + [ + "ĠHor", + "ace" + ], + [ + "Ġprote", + "ins" + ], + [ + "ĠHu", + "bert" + ], + [ + "T", + "aking" + ], + [ + "he", + "avy" + ], + [ + "Ġe", + "cc" + ], + [ + "ld", + "on" + ], + [ + "ĠS", + "ólo" + ], + [ + "ĠB", + "L" + ], + [ + "op", + "o" + ], + [ + "Ġhad", + "a" + ], + [ + "ĠO", + "mar" + ], + [ + "ass", + "i" + ], + [ + "ĠV", + "d" + ], + [ + "az", + "y" + ], + [ + "Ġsub", + "way" + ], + [ + "Ġprof", + "its" + ], + [ + "ĠLe", + "ft" + ], + [ + "ĠAd", + "ela" + ], + [ + "Ġappro", + "aches" + ], + [ + "Ġgarden", + "ing" + ], + [ + "Ġpad", + "dling" + ], + [ + "Ġhost", + "age" + ], + [ + "Ġnovel", + "ist" + ], + [ + "Ġconsult", + "ed" + ], + [ + "ĠGab", + "ri" + ], + [ + "ĠBeng", + "ali" + ], + [ + "Ġshrie", + "k" + ], + [ + "lest", + "on" + ], + [ + "ĠRena", + "issance" + ], + [ + "abul", + "ary" + ], + [ + "Ġpian", + "ist" + ], + [ + "c", + "n" + ], + [ + "l", + "ene" + ], + [ + "r", + "kan" + ], + [ + "Ġb", + "itten" + ], + [ + "ar", + "os" + ], + [ + "ĠB", + "orough" + ], + [ + "ĠP", + "ul" + ], + [ + "ĠW", + "ade" + ], + [ + "Ġpl", + "ough" + ], + [ + "ĠF", + "enn" + ], + [ + "ĠN", + "unca" + ], + [ + "ĠR", + "oo" + ], + [ + "do", + "ctor" + ], + [ + "Ġam", + "ple" + ], + [ + "act", + "ic" + ], + [ + "Ġad", + "iós" + ], + [ + "Ġser", + "ver" + ], + [ + "Ġra", + "ined" + ], + [ + "Ġbus", + "ily" + ], + [ + "Ġcons", + "ul" + ], + [ + "Ġint", + "act" + ], + [ + "see", + "ing" + ], + [ + "Ġemp", + "resa" + ], + [ + "Ġfig", + "ur" + ], + [ + "Ġant", + "igua" + ], + [ + "Ġban", + "quet" + ], + [ + "Ġaut", + "onomous" + ], + [ + "Ġcollect", + "ions" + ], + [ + "ribut", + "ion" + ], + [ + "Mar", + "io" + ], + [ + "Ġbank", + "rupt" + ], + [ + "Ġimpro", + "ving" + ], + [ + "Ġappl", + "ies" + ], + [ + "Ġinno", + "cence" + ], + [ + "Ġlic", + "ence" + ], + [ + "Ġrhy", + "mes" + ], + [ + "TA", + "IN" + ], + [ + "Ġbuzz", + "ing" + ], + [ + "Ġbloss", + "oms" + ], + [ + "Ġpursu", + "ing" + ], + [ + "Ġfrig", + "ate" + ], + [ + "uver", + "gne" + ], + [ + "Ġoport", + "unidad" + ], + [ + "I", + "m" + ], + [ + "b", + "ud" + ], + [ + "f", + "uss" + ], + [ + "es", + "h" + ], + [ + "Ġse", + "izing" + ], + [ + "ĠM", + "az" + ], + [ + "ĠB", + "aw" + ], + [ + "est", + "re" + ], + [ + "ĠR", + "iding" + ], + [ + "Ġun", + "gr" + ], + [ + "Ġgr", + "id" + ], + [ + "Ġcar", + "ácter" + ], + [ + "ĠV", + "all" + ], + [ + "Ġsc", + "ree" + ], + [ + "Ġfl", + "aming" + ], + [ + "gr", + "acias" + ], + [ + "Ġret", + "ro" + ], + [ + "che", + "l" + ], + [ + "ific", + "ación" + ], + [ + "con", + "f" + ], + [ + "Ġfore", + "most" + ], + [ + "Ġlad", + "os" + ], + [ + "Ġkn", + "it" + ], + [ + "Ġrespect", + "o" + ], + [ + "Ġmatch", + "ing" + ], + [ + "Ġvent", + "anas" + ], + [ + "Ġpin", + "ched" + ], + [ + "Ġpin", + "ned" + ], + [ + "Ġconoc", + "ÃŃa" + ], + [ + "Ġ190", + "3" + ], + [ + "Got", + "ta" + ], + [ + "Ġmel", + "ody" + ], + [ + "Ġhug", + "ged" + ], + [ + "Ġsust", + "ained" + ], + [ + "Ġdé", + "bil" + ], + [ + "Ġcolump", + "ios" + ], + [ + "ĠVo", + "ice" + ], + [ + "ĠSalv", + "ador" + ], + [ + "ĠIso", + "bel" + ], + [ + "A", + "F" + ], + [ + "H", + "asta" + ], + [ + "b", + "é" + ], + [ + "s", + "ir" + ], + [ + "Ġs", + "ciences" + ], + [ + "Ġf", + "idd" + ], + [ + "Ġp", + "ope" + ], + [ + "Ġre", + "now" + ], + [ + "Ġre", + "built" + ], + [ + "ĠA", + "ur" + ], + [ + "Ġnot", + "ably" + ], + [ + "Ġout", + "line" + ], + [ + "ĠR", + "ee" + ], + [ + "Ġag", + "osto" + ], + [ + "ĠHe", + "ctor" + ], + [ + "Ġcu", + "ént" + ], + [ + "Ġgu", + "apa" + ], + [ + "oc", + "eros" + ], + [ + "Ġspe", + "ars" + ], + [ + "ĠBut", + "ton" + ], + [ + "Ġass", + "ets" + ], + [ + "Ġmiss", + "es" + ], + [ + "Ġpar", + "cels" + ], + [ + "Ġdet", + "ener" + ], + [ + "ĠCap", + "itán" + ], + [ + "gue", + "z" + ], + [ + "Ġdam", + "ned" + ], + [ + "ĠGu", + "ad" + ], + [ + "Ġwheel", + "chair" + ], + [ + "Ġdisp", + "on" + ], + [ + "ĠBert", + "ie" + ], + [ + "Sp", + "eaking" + ], + [ + "Ġrank", + "ing" + ], + [ + "Ser", + "geant" + ], + [ + "Ġdisappear", + "ance" + ], + [ + "Ġretreat", + "ed" + ], + [ + "Ġabund", + "ance" + ], + [ + "Ġexplore", + "r" + ], + [ + "ĠDer", + "by" + ], + [ + "ĠEN", + "D" + ], + [ + "Ġpeep", + "ed" + ], + [ + "Kat", + "ie" + ], + [ + "ĠDuc", + "hess" + ], + [ + "ĠSlo", + "ven" + ], + [ + "ĠPorts", + "mouth" + ], + [ + "S", + "chool" + ], + [ + "T", + "T" + ], + [ + "W", + "orks" + ], + [ + "Ġin", + "ver" + ], + [ + "Ġin", + "habited" + ], + [ + "am", + "er" + ], + [ + "ĠT", + "ry" + ], + [ + "ĠT", + "aj" + ], + [ + "ch", + "ips" + ], + [ + "Ġqu", + "ad" + ], + [ + "ĠD", + "ipsy" + ], + [ + "ĠW", + "ol" + ], + [ + "Ġes", + "car" + ], + [ + "Ġdes", + "en" + ], + [ + "Ġcomp", + "at" + ], + [ + "Ġdis", + "cer" + ], + [ + "Ġcont", + "enido" + ], + [ + "br", + "altar" + ], + [ + "Ġsy", + "mm" + ], + [ + "ec", + "ÃŃa" + ], + [ + "Ġpat", + "ted" + ], + [ + "Ġspo", + "kes" + ], + [ + "ĠAt", + "las" + ], + [ + "Ġinc", + "ons" + ], + [ + "Ġcal", + "iente" + ], + [ + "Ġori", + "gins" + ], + [ + "Ġhusband", + "s" + ], + [ + "ĠFrank", + "ie" + ], + [ + "Ġshut", + "s" + ], + [ + "Ġbright", + "ness" + ], + [ + "ĠPat", + "ri" + ], + [ + "field", + "s" + ], + [ + "Ġinvestig", + "ating" + ], + [ + "Ġshr", + "ub" + ], + [ + "Ġratt", + "les" + ], + [ + "Ġconsum", + "ption" + ], + [ + "ĠRand", + "olph" + ], + [ + "Ġmerc", + "ury" + ], + [ + "ĠAdvent", + "ure" + ], + [ + "Ġlem", + "me" + ], + [ + "Ġfelic", + "idad" + ], + [ + "Ġunwill", + "ing" + ], + [ + "D", + "P" + ], + [ + "D", + "ig" + ], + [ + "T", + "an" + ], + [ + "T", + "ill" + ], + [ + "i", + "ados" + ], + [ + "y", + "u" + ], + [ + "Ġ", + "Ä" + ], + [ + "Ġs", + "outheastern" + ], + [ + "Ġin", + "duce" + ], + [ + "ve", + "te" + ], + [ + "ĠH", + "AS" + ], + [ + "Ġen", + "lar" + ], + [ + "Ġman", + "ly" + ], + [ + "Ġmat", + "a" + ], + [ + "Ġsw", + "ap" + ], + [ + "Ġtri", + "b" + ], + [ + "min", + "ent" + ], + [ + "ĠAll", + "ied" + ], + [ + "Ġvol", + "t" + ], + [ + "Ġmer", + "it" + ], + [ + "ĠCap", + "itol" + ], + [ + "Ġpract", + "icing" + ], + [ + "Ġconvers", + "ación" + ], + [ + "Ne", + "ces" + ], + [ + "Con", + "f" + ], + [ + "Ġtir", + "ado" + ], + [ + "Ġbi", + "kes" + ], + [ + "à°", + "¿" + ], + [ + "ĠPrin", + "cip" + ], + [ + "Ġraz", + "ones" + ], + [ + "Ġpag", + "an" + ], + [ + "butter", + "fly" + ], + [ + "ĠMerc", + "ury" + ], + [ + "o", + "os" + ], + [ + "ha", + "st" + ], + [ + "ĠM", + "old" + ], + [ + "Ġr", + "ational" + ], + [ + "Ġen", + "cend" + ], + [ + "ĠL", + "ate" + ], + [ + "ĠF", + "ac" + ], + [ + "ĠN", + "oo" + ], + [ + "ĠE", + "mb" + ], + [ + "Ġle", + "ver" + ], + [ + "ĠK", + "um" + ], + [ + "Ġbr", + "ood" + ], + [ + "ú", + "a" + ], + [ + "Ġfire", + "truck" + ], + [ + "Ġinst", + "ances" + ], + [ + "ĠBer", + "g" + ], + [ + "Ġpar", + "adise" + ], + [ + "itch", + "ing" + ], + [ + "Ġgas", + "p" + ], + [ + "ugg", + "le" + ], + [ + "Ġrid", + "ers" + ], + [ + "200", + "1" + ], + [ + "ĠSuper", + "man" + ], + [ + "Ġexpress", + "ions" + ], + [ + "Ġfold", + "s" + ], + [ + "Ġdish", + "on" + ], + [ + "Ġrev", + "ived" + ], + [ + "sna", + "ke" + ], + [ + "Ġrefuge", + "es" + ], + [ + "Ġvit", + "amin" + ], + [ + "Ġhither", + "to" + ], + [ + "Ġminer", + "als" + ], + [ + "Ġmanz", + "ana" + ], + [ + "Ġsqueez", + "ed" + ], + [ + "Ġempt", + "ied" + ], + [ + "H", + "im" + ], + [ + "P", + "an" + ], + [ + "f", + "ue" + ], + [ + "m", + "ember" + ], + [ + "n", + "u" + ], + [ + "Ġt", + "ins" + ], + [ + "ch", + "ic" + ], + [ + "ĠC", + "it" + ], + [ + "ĠC", + "hes" + ], + [ + "Ġr", + "on" + ], + [ + "ĠW", + "orks" + ], + [ + "Ġab", + "ierta" + ], + [ + "Ġen", + "o" + ], + [ + "Ġel", + "ig" + ], + [ + "Ġgr", + "umbled" + ], + [ + "Ġten", + "ants" + ], + [ + "Ġsk", + "illed" + ], + [ + "Ġleg", + "acy" + ], + [ + "ĠRe", + "ggie" + ], + [ + "Ġsweet", + "est" + ], + [ + "Ġmad", + "ness" + ], + [ + "Ġfat", + "igue" + ], + [ + "Ġcort", + "ar" + ], + [ + "Ġgat", + "ito" + ], + [ + "Ġfier", + "y" + ], + [ + "Ġstair", + "case" + ], + [ + "Ġsubur", + "bs" + ], + [ + "ĠAdministr", + "ation" + ], + [ + "Ġteléf", + "ono" + ], + [ + "U", + "no" + ], + [ + "g", + "all" + ], + [ + "g", + "raphy" + ], + [ + "er", + "r" + ], + [ + "Ġp", + "aces" + ], + [ + "Ġl", + "itt" + ], + [ + "ĠS", + "ed" + ], + [ + "Ġj", + "ub" + ], + [ + "ĠN", + "ak" + ], + [ + "Ġun", + "ions" + ], + [ + "Ġsc", + "ope" + ], + [ + "Ġdif", + "f" + ], + [ + "Ġdec", + "ay" + ], + [ + "ĠAl", + "ison" + ], + [ + "oun", + "cer" + ], + [ + "Ġass", + "ert" + ], + [ + "Ġeas", + "iest" + ], + [ + "ua", + "u" + ], + [ + "aqu", + "eline" + ], + [ + "ĠAnt", + "ony" + ], + [ + "Ġep", + "id" + ], + [ + "ĠJul", + "ius" + ], + [ + "AM", + "P" + ], + [ + "Ġinqu", + "iries" + ], + [ + "Ġing", + "les" + ], + [ + "Ġdiap", + "ers" + ], + [ + "Ġdrift", + "ing" + ], + [ + "Ġfuri", + "ously" + ], + [ + "Ġginger", + "bread" + ], + [ + "Ġjur", + "is" + ], + [ + "Ġamen", + "az" + ], + [ + "G", + "ary" + ], + [ + "M", + "ars" + ], + [ + "x", + "i" + ], + [ + "Ġf", + "ren" + ], + [ + "Ġl", + "ull" + ], + [ + "ar", + "as" + ], + [ + "Ġg", + "us" + ], + [ + "id", + "ió" + ], + [ + "Ġme", + "g" + ], + [ + "ĠM", + "ul" + ], + [ + "ĠP", + "CI" + ], + [ + "Ġcon", + "es" + ], + [ + "ĠG", + "ene" + ], + [ + "ĠK", + "on" + ], + [ + "ĠShe", + "ll" + ], + [ + "up", + "right" + ], + [ + "jo", + "ining" + ], + [ + "gr", + "ims" + ], + [ + "Ġcour", + "ty" + ], + [ + "Ġhur", + "led" + ], + [ + "Ġint", + "ens" + ], + [ + "Ġexpect", + "ations" + ], + [ + "De", + "bbie" + ], + [ + "iff", + "any" + ], + [ + "Ġdam", + "sel" + ], + [ + "Ġdue", + "ño" + ], + [ + "Ġrespons", + "ibilities" + ], + [ + "FRI", + "END" + ], + [ + "Ġconstit", + "utional" + ], + [ + "Ġinstru", + "cted" + ], + [ + "Ġowners", + "hip" + ], + [ + "ĠDur", + "ante" + ], + [ + "Ġmath", + "s" + ], + [ + "Spe", + "cial" + ], + [ + "Ġrecy", + "cling" + ], + [ + "ĠBren", + "nan" + ], + [ + "Ġdisfr", + "ut" + ], + [ + "l", + "ived" + ], + [ + "p", + "ark" + ], + [ + "Ġt", + "ens" + ], + [ + "Ġc", + "ueva" + ], + [ + "Ġd", + "ang" + ], + [ + "Ġo", + "ar" + ], + [ + "Ġo", + "bras" + ], + [ + "ent", + "ers" + ], + [ + "ri", + "ba" + ], + [ + "Ġde", + "emed" + ], + [ + "ĠM", + "ientras" + ], + [ + "ĠA", + "F" + ], + [ + "ĠB", + "asket" + ], + [ + "ĠH", + "EL" + ], + [ + "Ġr", + "hin" + ], + [ + "Ġab", + "dom" + ], + [ + "Ġpro", + "cur" + ], + [ + "Ġag", + "encies" + ], + [ + "Ġmore", + "over" + ], + [ + "ee", + "e" + ], + [ + "St", + "range" + ], + [ + "Ġhope", + "ful" + ], + [ + "Ġcamp", + "es" + ], + [ + "ĠHar", + "per" + ], + [ + "Ġprop", + "het" + ], + [ + "Ġcool", + "ing" + ], + [ + "Ġcommand", + "ing" + ], + [ + "inc", + "or" + ], + [ + "inc", + "eton" + ], + [ + "Ġbless", + "ings" + ], + [ + "Cont", + "in" + ], + [ + "Ġblo", + "oming" + ], + [ + "Cha", + "ir" + ], + [ + "Ġést", + "as" + ], + [ + "ĠHir", + "am" + ], + [ + "ĠFinn", + "ish" + ], + [ + "ĠSull", + "ivan" + ], + [ + "uffe", + "ur" + ], + [ + "c", + "art" + ], + [ + "n", + "ast" + ], + [ + "n", + "ets" + ], + [ + "on", + "omy" + ], + [ + "is", + "co" + ], + [ + "Ġh", + "ush" + ], + [ + "ad", + "ero" + ], + [ + "Ġst", + "atic" + ], + [ + "ill", + "ance" + ], + [ + "ol", + "ence" + ], + [ + "ol", + "ics" + ], + [ + "Ġr", + "aro" + ], + [ + "ĠD", + "olph" + ], + [ + "ĠG", + "and" + ], + [ + "ĠG", + "ang" + ], + [ + "ĠL", + "ocal" + ], + [ + "ĠJ", + "ob" + ], + [ + "ĠO", + "pp" + ], + [ + "the", + "d" + ], + [ + "Ġcont", + "ado" + ], + [ + "og", + "ue" + ], + [ + "Ġsl", + "ips" + ], + [ + "ĠBr", + "istol" + ], + [ + "ĠMar", + "gery" + ], + [ + "cu", + "éntame" + ], + [ + "Ġhair", + "cut" + ], + [ + "Ġtre", + "inta" + ], + [ + "Ġpos", + "ición" + ], + [ + "Ġpot", + "assium" + ], + [ + "Ġdest", + "ined" + ], + [ + "ĠPar", + "adise" + ], + [ + "Ġesp", + "oso" + ], + [ + "Ġrid", + "den" + ], + [ + "Pe", + "ggy" + ], + [ + "ĠWho", + "a" + ], + [ + "ĠPal", + "mer" + ], + [ + "stra", + "ight" + ], + [ + "OD", + "Y" + ], + [ + "GA", + "IN" + ], + [ + "Ġtradition", + "ally" + ], + [ + "Ġescal", + "eras" + ], + [ + "Ġsumm", + "ons" + ], + [ + "Ġgest", + "ures" + ], + [ + "ĠFif", + "th" + ], + [ + "ĠFle", + "et" + ], + [ + "ĠKath", + "leen" + ], + [ + "Ġverd", + "ict" + ], + [ + "Ġmonstru", + "o" + ], + [ + "Ġsurrend", + "ered" + ], + [ + "S", + "now" + ], + [ + "v", + "ings" + ], + [ + "Ġ", + "xx" + ], + [ + "it", + "ives" + ], + [ + "Ġis", + "ot" + ], + [ + "Ġre", + "el" + ], + [ + "qu", + "i" + ], + [ + "ro", + "jo" + ], + [ + "ĠS", + "S" + ], + [ + "ĠS", + "aw" + ], + [ + "ĠB", + "AR" + ], + [ + "Ġfr", + "antic" + ], + [ + "ist", + "ro" + ], + [ + "Ġgr", + "itos" + ], + [ + "Ġcall", + "es" + ], + [ + "ah", + "u" + ], + [ + "ier", + "te" + ], + [ + "Ġdis", + "gusted" + ], + [ + "de", + "en" + ], + [ + "Ġve", + "mos" + ], + [ + "az", + "ed" + ], + [ + "Ġcap", + "a" + ], + [ + "Ġsus", + "pir" + ], + [ + "ones", + "ome" + ], + [ + "Ġinter", + "pre" + ], + [ + "Ġste", + "alth" + ], + [ + "Ġcur", + "ved" + ], + [ + "pa", + "id" + ], + [ + "ipp", + "o" + ], + [ + "bl", + "ood" + ], + [ + "Ġcal", + "ent" + ], + [ + "Ġfa", + "red" + ], + [ + "uest", + "ro" + ], + [ + "Ġstraight", + "ened" + ], + [ + "Ġdig", + "as" + ], + [ + "ez", + "ing" + ], + [ + "Ġhy", + "mn" + ], + [ + "vis", + "or" + ], + [ + "ĠBa", + "gh" + ], + [ + "ĠBa", + "iley" + ], + [ + "Ġsho", + "ved" + ], + [ + "Ġphilos", + "oph" + ], + [ + "bag", + "s" + ], + [ + "hun", + "hunh" + ], + [ + "Ġspr", + "ung" + ], + [ + "ÃŃf", + "ica" + ], + [ + "Ġindign", + "ant" + ], + [ + "Ġfascin", + "ated" + ], + [ + "ĠStock", + "holm" + ], + [ + "ĠPra", + "gue" + ], + [ + "ĠBurn", + "s" + ], + [ + "Ġtamb", + "ien" + ], + [ + "tele", + "phone" + ], + [ + "J", + "osh" + ], + [ + "d", + "ime" + ], + [ + "p", + "ay" + ], + [ + "r", + "iment" + ], + [ + "Ġy", + "ac" + ], + [ + "et", + "ics" + ], + [ + "Ġn", + "anny" + ], + [ + "Ġde", + "fic" + ], + [ + "se", + "ñor" + ], + [ + "ĠP", + "inocho" + ], + [ + "Ġr", + "ica" + ], + [ + "Ġor", + "naments" + ], + [ + "ĠN", + "IGHT" + ], + [ + "pt", + "ic" + ], + [ + "ah", + "n" + ], + [ + "get", + "ic" + ], + [ + "Ġdr", + "unken" + ], + [ + "Ġrun", + "ners" + ], + [ + "vent", + "y" + ], + [ + "cha", + "do" + ], + [ + "uff", + "ed" + ], + [ + "ĠBe", + "ast" + ], + [ + "ĠCap", + "erucita" + ], + [ + "Ġorgan", + "ised" + ], + [ + "Ġorgan", + "ism" + ], + [ + "Ġhop", + "ping" + ], + [ + "Ġfinal", + "mente" + ], + [ + "Ġtal", + "ented" + ], + [ + "ĠFil", + "ip" + ], + [ + "Ġje", + "well" + ], + [ + "Ġpist", + "ols" + ], + [ + "ĠAld", + "red" + ], + [ + "Ġpag", + "ar" + ], + [ + "Ġconnect", + "ing" + ], + [ + "Ġhob", + "by" + ], + [ + "Ġhog", + "ar" + ], + [ + "dám", + "elo" + ], + [ + "ĠConse", + "il" + ], + [ + "spo", + "ken" + ], + [ + "S", + "olo" + ], + [ + "d", + "est" + ], + [ + "f", + "ried" + ], + [ + "g", + "ran" + ], + [ + "is", + "ch" + ], + [ + "Ġp", + "um" + ], + [ + "Ġin", + "ward" + ], + [ + "ĠI", + "P" + ], + [ + "Ġan", + "illo" + ], + [ + "op", + "ol" + ], + [ + "Ġr", + "im" + ], + [ + "Ġcon", + "den" + ], + [ + "ack", + "ed" + ], + [ + "ĠL", + "ET" + ], + [ + "Ġque", + "rer" + ], + [ + "ard", + "ing" + ], + [ + "ish", + "ly" + ], + [ + "Ġdes", + "pre" + ], + [ + "ón", + "ica" + ], + [ + "Ġsc", + "oop" + ], + [ + "Ġche", + "ery" + ], + [ + "AN", + "CE" + ], + [ + "Ġperson", + "aje" + ], + [ + "gin", + "ald" + ], + [ + "Ġass", + "ented" + ], + [ + "Ġexp", + "elled" + ], + [ + "Ġcamp", + "os" + ], + [ + "ĠRe", + "view" + ], + [ + "Ġven", + "om" + ], + [ + "Ġfu", + "ente" + ], + [ + "Ġble", + "ed" + ], + [ + "ii", + "i" + ], + [ + "Ġweak", + "ened" + ], + [ + "ov", + "ich" + ], + [ + "ĠDemocr", + "ats" + ], + [ + "Ġdu", + "que" + ], + [ + "Ġgan", + "ó" + ], + [ + "Ġment", + "ally" + ], + [ + "Ġdispos", + "al" + ], + [ + "ĠEngine", + "ering" + ], + [ + "Ġgover", + "ness" + ], + [ + "duct", + "ive" + ], + [ + "Ġdesgr", + "acia" + ], + [ + "ĠKazakh", + "stan" + ], + [ + "S", + "n" + ], + [ + "h", + "iding" + ], + [ + "s", + "we" + ], + [ + "Ġp", + "ál" + ], + [ + "al", + "ysis" + ], + [ + "qu", + "eta" + ], + [ + "ĠS", + "EC" + ], + [ + "ĠH", + "ond" + ], + [ + "ĠP", + "arson" + ], + [ + "Ġthere", + "by" + ], + [ + "ĠD", + "ix" + ], + [ + "ĠE", + "ye" + ], + [ + "Ġjust", + "ified" + ], + [ + "ven", + "ir" + ], + [ + "Ġoff", + "spring" + ], + [ + "urn", + "s" + ], + [ + "av", + "irus" + ], + [ + "ah", + "l" + ], + [ + "ĠSt", + "ories" + ], + [ + "Ġfl", + "an" + ], + [ + "Ġnum", + "eros" + ], + [ + "Ġmil", + "ksha" + ], + [ + "Ġsk", + "ates" + ], + [ + "Ġsk", + "ipped" + ], + [ + "Al", + "bert" + ], + [ + "ĠBl", + "anche" + ], + [ + "Ġins", + "ens" + ], + [ + "unic", + "ations" + ], + [ + "LL", + "L" + ], + [ + "fin", + "als" + ], + [ + "Ġharm", + "ony" + ], + [ + "ĠCorn", + "y" + ], + [ + "Ġinterview", + "s" + ], + [ + "Ġigual", + "es" + ], + [ + "Ġwra", + "pping" + ], + [ + "ĠMas", + "ters" + ], + [ + "Ġcra", + "bs" + ], + [ + "ĠPil", + "chard" + ], + [ + "Ġcompre", + "hend" + ], + [ + "Ġreluct", + "antly" + ], + [ + "Ġelé", + "ctr" + ], + [ + ".", + ";" + ], + [ + "D", + "ora" + ], + [ + "Ġm", + "ul" + ], + [ + "Ġm", + "ittens" + ], + [ + "en", + "os" + ], + [ + "all", + "ÃŃ" + ], + [ + "ĠB", + "ien" + ], + [ + "Ġsupp", + "lement" + ], + [ + "sh", + "r" + ], + [ + "Ġph", + "on" + ], + [ + "Ġstate", + "ly" + ], + [ + "Ah", + "h" + ], + [ + "anc", + "ouver" + ], + [ + "Ġsand", + "s" + ], + [ + "Ġcrack", + "ing" + ], + [ + "ĠOri", + "ental" + ], + [ + "Ġjue", + "ga" + ], + [ + "ĠSure", + "ly" + ], + [ + "grow", + "ls" + ], + [ + "block", + "s" + ], + [ + "Ġnu", + "isance" + ], + [ + "A", + "v" + ], + [ + "H", + "AR" + ], + [ + "l", + "ost" + ], + [ + "Ġd", + "ama" + ], + [ + "Ġl", + "umin" + ], + [ + "Ġnot", + "ices" + ], + [ + "ĠH", + "in" + ], + [ + "ol", + "óg" + ], + [ + "Ġal", + "gae" + ], + [ + "Ġall", + "erg" + ], + [ + "ĠD", + "arry" + ], + [ + "ĠW", + "als" + ], + [ + "ca", + "pt" + ], + [ + "irst", + "y" + ], + [ + "Ġper", + "ió" + ], + [ + "AD", + "E" + ], + [ + "ĠNew", + "man" + ], + [ + "ĠBe", + "ijing" + ], + [ + "rit", + "ic" + ], + [ + "ĠPro", + "vin" + ], + [ + "Ġut", + "il" + ], + [ + "Ġpack", + "ages" + ], + [ + "Ġquar", + "ry" + ], + [ + "ĠAng", + "l" + ], + [ + "Ġplant", + "ing" + ], + [ + "Ġvac", + "c" + ], + [ + "Ġmass", + "acre" + ], + [ + "Ġtir", + "o" + ], + [ + "Ġexperiment", + "al" + ], + [ + "Ġcru", + "iser" + ], + [ + "ĠNic", + "kel" + ], + [ + "Ġdign", + "ified" + ], + [ + "Ġparliament", + "ary" + ], + [ + "ĠGen", + "eva" + ], + [ + "Ġiniti", + "ative" + ], + [ + "Ġplát", + "ano" + ], + [ + "ĠKashm", + "ir" + ], + [ + "N", + "on" + ], + [ + "h", + "ug" + ], + [ + "m", + "our" + ], + [ + "Ġf", + "ie" + ], + [ + "as", + "ury" + ], + [ + "at", + "an" + ], + [ + "Ġno", + "via" + ], + [ + "Ġwe", + "aker" + ], + [ + "ĠH", + "us" + ], + [ + "ĠH", + "od" + ], + [ + "ĠH", + "orton" + ], + [ + "ĠD", + "ul" + ], + [ + "Ġ2", + "11" + ], + [ + "ĠK", + "aw" + ], + [ + "ĠK", + "ris" + ], + [ + "cl", + "ay" + ], + [ + "Ġcare", + "lessly" + ], + [ + "Ġmus", + "ed" + ], + [ + "Ġind", + "ian" + ], + [ + "ril", + "s" + ], + [ + "Ġlab", + "els" + ], + [ + "Ġwheel", + "ed" + ], + [ + "Te", + "am" + ], + [ + "ĠReg", + "ional" + ], + [ + "WH", + "O" + ], + [ + "Ġhabl", + "ado" + ], + [ + "Ġmuñ", + "ec" + ], + [ + "Ġdemonstr", + "ate" + ], + [ + "Ġprofession", + "ally" + ], + [ + "Ġadapt", + "ation" + ], + [ + "ĠWhit", + "ney" + ], + [ + "stad", + "t" + ], + [ + "ĠUrugu", + "ay" + ], + [ + "Ġthres", + "hold" + ], + [ + "G", + "rab" + ], + [ + "L", + "inda" + ], + [ + "w", + "am" + ], + [ + "ĠM", + "AKE" + ], + [ + "th", + "ird" + ], + [ + "Ġpor", + "no" + ], + [ + "come", + "nd" + ], + [ + "Ġve", + "la" + ], + [ + "Ġroom", + "mate" + ], + [ + "Ġyoung", + "ster" + ], + [ + "Ġsort", + "ing" + ], + [ + "Ġtable", + "t" + ], + [ + "Ġass", + "ail" + ], + [ + "Ġmot", + "h" + ], + [ + "Ġju", + "ven" + ], + [ + "ij", + "uana" + ], + [ + "Ġdig", + "a" + ], + [ + "ü", + "n" + ], + [ + "Ġwheel", + "barrow" + ], + [ + "Ġvolv", + "ÃŃa" + ], + [ + "Ġnomin", + "ations" + ], + [ + "Ġpassion", + "ate" + ], + [ + "Ġobjet", + "os" + ], + [ + "ĠÃģ", + "frica" + ], + [ + "Ġtrop", + "hy" + ], + [ + "Ġnucle", + "us" + ], + [ + "Ġmotherf", + "ucker" + ], + [ + "c", + "ity" + ], + [ + "Ġp", + "ours" + ], + [ + "Ġto", + "x" + ], + [ + "et", + "ti" + ], + [ + "ri", + "um" + ], + [ + "Ġfor", + "ks" + ], + [ + "ea", + "ux" + ], + [ + "ĠB", + "ears" + ], + [ + "Ġsh", + "ivering" + ], + [ + "Ġel", + "oqu" + ], + [ + "ĠO", + "p" + ], + [ + "Ġcu", + "est" + ], + [ + "Ġcont", + "rolling" + ], + [ + "Ġres", + "on" + ], + [ + "Ġround", + "about" + ], + [ + "Be", + "at" + ], + [ + "Ġsir", + "v" + ], + [ + "ĠRe", + "ich" + ], + [ + "ĠEd", + "win" + ], + [ + "ĠMin", + "or" + ], + [ + "Ġbur", + "ro" + ], + [ + "Ġvolv", + "ieron" + ], + [ + "ÃŃcul", + "os" + ], + [ + "Ġconstit", + "u" + ], + [ + "dri", + "ve" + ], + [ + "Bar", + "bara" + ], + [ + "Ġstamp", + "ed" + ], + [ + "Ġcongrat", + "ulations" + ], + [ + "Tw", + "elve" + ], + [ + "Ġprett", + "iest" + ], + [ + "ĠSic", + "ily" + ], + [ + "_", + "!\"" + ], + [ + "f", + "un" + ], + [ + "v", + "ous" + ], + [ + "Ġt", + "akin" + ], + [ + "Ġp", + "ines" + ], + [ + "ay", + "o" + ], + [ + "Ġbe", + "aches" + ], + [ + "am", + "ount" + ], + [ + "Ġan", + "ne" + ], + [ + "ĠC", + "ray" + ], + [ + "ab", + "i" + ], + [ + "Ġal", + "um" + ], + [ + "Ġout", + "standing" + ], + [ + "Ġthen", + "ce" + ], + [ + "Ġback", + "yard" + ], + [ + "Ġ[", + "!" + ], + [ + "Ġrun", + "way" + ], + [ + "Ġleg", + "ally" + ], + [ + "Ġdar", + "é" + ], + [ + "Ġsurpr", + "ises" + ], + [ + "Ġdem", + "ons" + ], + [ + "Ġexcept", + "ions" + ], + [ + "Ġcrack", + "s" + ], + [ + "Ġrespond", + "s" + ], + [ + "Ġqual", + "ification" + ], + [ + "Ġteen", + "y" + ], + [ + "ĠRevolution", + "ary" + ], + [ + "ĠDomin", + "ican" + ], + [ + "Ġtroubles", + "ome" + ], + [ + "Ġindign", + "antly" + ], + [ + "ĠClar", + "ke" + ], + [ + "Ġvigor", + "ous" + ], + [ + "Ġcou", + "ples" + ], + [ + "ione", + "ers" + ], + [ + "Ġunemplo", + "yment" + ], + [ + "Ġstag", + "gered" + ], + [ + "urre", + "ction" + ], + [ + "Ġcrick", + "eter" + ], + [ + "Ġmischiev", + "ous" + ], + [ + "B", + "AB" + ], + [ + "F", + "un" + ], + [ + "F", + "riday" + ], + [ + "M", + "akes" + ], + [ + "S", + "é" + ], + [ + "e", + "ggs" + ], + [ + "re", + "se" + ], + [ + "Ġp", + "eaks" + ], + [ + "ĠS", + "ex" + ], + [ + "ĠP", + "attie" + ], + [ + "ĠR", + "im" + ], + [ + "ĠO", + "st" + ], + [ + "Ġgr", + "ub" + ], + [ + "Ġte", + "j" + ], + [ + "Ġte", + "cho" + ], + [ + "co", + "gn" + ], + [ + "Ġsha", + "bby" + ], + [ + "Ġstart", + "ling" + ], + [ + "bo", + "ve" + ], + [ + "Ġinv", + "ari" + ], + [ + "Ġhair", + "y" + ], + [ + "Ġpat", + "ches" + ], + [ + "ouch", + "ing" + ], + [ + "Ġir", + "se" + ], + [ + "Ġorder", + "ing" + ], + [ + "ĠEd", + "ition" + ], + [ + "Ġsna", + "ps" + ], + [ + "Ġfu", + "imos" + ], + [ + "yl", + "um" + ], + [ + "rem", + "ont" + ], + [ + "ĠEst", + "onia" + ], + [ + "Ġworth", + "less" + ], + [ + "ĠMo", + "or" + ], + [ + "Ġpred", + "omin" + ], + [ + "Ġlegisl", + "ature" + ], + [ + "ĠLA", + "UGH" + ], + [ + "Ġdiab", + "etes" + ], + [ + "iche", + "ver" + ], + [ + "B", + "it" + ], + [ + "E", + "p" + ], + [ + "H", + "ands" + ], + [ + "Ġa", + "u" + ], + [ + "Ġf", + "olly" + ], + [ + "Ġy", + "arn" + ], + [ + "Ġg", + "im" + ], + [ + "Ġbe", + "ams" + ], + [ + "Ġn", + "as" + ], + [ + "ĠM", + "ine" + ], + [ + "ĠB", + "RO" + ], + [ + "our", + "ce" + ], + [ + "Ġout", + "door" + ], + [ + "man", + "y" + ], + [ + "Ġdis", + "puesto" + ], + [ + "Ġtra", + "ps" + ], + [ + "don", + "ald" + ], + [ + "Ġcer", + "do" + ], + [ + "Qu", + "er" + ], + [ + "Ġbar", + "ca" + ], + [ + "Ġpast", + "e" + ], + [ + "ĠAd", + "ri" + ], + [ + "under", + "current" + ], + [ + "Ġtour", + "ism" + ], + [ + "200", + "3" + ], + [ + "Sp", + "ot" + ], + [ + "ĠFort", + "une" + ], + [ + "Ġsport", + "ing" + ], + [ + "Ġcri", + "ado" + ], + [ + "Ġpussy", + "cat" + ], + [ + "ĠSand", + "ra" + ], + [ + "ĠSant", + "os" + ], + [ + "ĠBudd", + "ha" + ], + [ + "Ġlent", + "amente" + ], + [ + "Ġrememb", + "rance" + ], + [ + "E", + "mp" + ], + [ + "M", + "endÃŃa" + ], + [ + "Ġb", + "ureau" + ], + [ + "om", + "os" + ], + [ + "Ġon", + "going" + ], + [ + "ĠA", + "way" + ], + [ + "ĠA", + "la" + ], + [ + "il", + "ib" + ], + [ + "pp", + "les" + ], + [ + "á", + "g" + ], + [ + "Ġle", + "yes" + ], + [ + "Ġcl", + "icking" + ], + [ + "Ġper", + "ÃŃ" + ], + [ + "me", + "an" + ], + [ + "Ġsl", + "oop" + ], + [ + "Ġexc", + "uses" + ], + [ + "Ġvo", + "ces" + ], + [ + "ING", + "ING" + ], + [ + "Ġvar", + "ies" + ], + [ + "Ġsnow", + "ing" + ], + [ + "ĠCal", + "vin" + ], + [ + "ĠSha", + "wn" + ], + [ + "Ġav", + "i" + ], + [ + "Cl", + "imate" + ], + [ + "Ġsmell", + "y" + ], + [ + "Ġfool", + "ed" + ], + [ + "olid", + "ay" + ], + [ + "Ġrob", + "in" + ], + [ + "ĠMer", + "le" + ], + [ + "Ġetc", + "etera" + ], + [ + "ĠPan", + "ama" + ], + [ + "Ġassass", + "ination" + ], + [ + "uper", + "t" + ], + [ + "ĠSOME", + "THING" + ], + [ + "fif", + "ty" + ], + [ + "Ġmajest", + "y" + ], + [ + "ĠBritt", + "any" + ], + [ + "haus", + "en" + ], + [ + "Mod", + "ern" + ], + [ + "Ġtwelf", + "th" + ], + [ + "e", + "ys" + ], + [ + "o", + "va" + ], + [ + "Ġa", + "pr" + ], + [ + "ĠI", + "b" + ], + [ + "ĠS", + "ave" + ], + [ + "ĠD", + "iane" + ], + [ + "ĠG", + "ener" + ], + [ + "ĠJ", + "i" + ], + [ + "ĠN", + "y" + ], + [ + "ĠN", + "www" + ], + [ + "Ġhow", + "ling" + ], + [ + "co", + "ge" + ], + [ + "ath", + "on" + ], + [ + "Ġbox", + "er" + ], + [ + "Ġver", + "t" + ], + [ + "sh", + "outing" + ], + [ + "Ġhigh", + "light" + ], + [ + "ex", + "actly" + ], + [ + "Ġcook", + "s" + ], + [ + "rit", + "os" + ], + [ + "Ġsn", + "ip" + ], + [ + "Ġdoub", + "ted" + ], + [ + "ades", + "hi" + ], + [ + "Ġgall", + "op" + ], + [ + "ĠMil", + "ton" + ], + [ + "ĠDa", + "wn" + ], + [ + "Ġrust", + "y" + ], + [ + "Ġexperien", + "cia" + ], + [ + "Ġbul", + "b" + ], + [ + "Ġcuánt", + "o" + ], + [ + "Ġanci", + "ana" + ], + [ + "ĠOrigin", + "al" + ], + [ + "Ġmidship", + "men" + ], + [ + "ĠBomb", + "ay" + ], + [ + "Ġexquis", + "ite" + ], + [ + "P", + "ens" + ], + [ + "S", + "ar" + ], + [ + "S", + "car" + ], + [ + "u", + "ously" + ], + [ + "Ġ", + "án" + ], + [ + "Ġc", + "ámara" + ], + [ + "Ġm", + "orrow" + ], + [ + "Ġhe", + "h" + ], + [ + "ĠT", + "ir" + ], + [ + "ĠM", + "ight" + ], + [ + "ĠH", + "ast" + ], + [ + "if", + "red" + ], + [ + "ĠG", + "www" + ], + [ + "ĠJ", + "avier" + ], + [ + "ĠR", + "ica" + ], + [ + "ast", + "ro" + ], + [ + "Ġar", + "rog" + ], + [ + "ien", + "ces" + ], + [ + "Ġgl", + "ittering" + ], + [ + "mo", + "v" + ], + [ + "Ġdi", + "pped" + ], + [ + "Is", + "lam" + ], + [ + "rop", + "he" + ], + [ + "ĠSp", + "ike" + ], + [ + "Ġcal", + "cium" + ], + [ + "Ġdisc", + "re" + ], + [ + "Ġequ", + "ipped" + ], + [ + "ĠPe", + "pper" + ], + [ + "De", + "finitely" + ], + [ + "ĠSu", + "ppose" + ], + [ + "Ġelect", + "romag" + ], + [ + "Ġfort", + "unes" + ], + [ + "Ġpens", + "ado" + ], + [ + "Ġur", + "ge" + ], + [ + "Ġclown", + "s" + ], + [ + "ĠRes", + "erve" + ], + [ + "Ġdepos", + "ited" + ], + [ + "Ġenfer", + "mo" + ], + [ + "Ġpanc", + "ake" + ], + [ + "SP", + "E" + ], + [ + "ĠWhe", + "ther" + ], + [ + "DO", + "OR" + ], + [ + "ĠPam", + "ela" + ], + [ + "ĠPhill", + "ips" + ], + [ + "Ġantib", + "iot" + ], + [ + "'", + ".\"" + ], + [ + "B", + "ud" + ], + [ + "C", + "amp" + ], + [ + "D", + "ire" + ], + [ + "F", + "at" + ], + [ + "K", + "iss" + ], + [ + "b", + "est" + ], + [ + "d", + "et" + ], + [ + "t", + "aker" + ], + [ + "ha", + "p" + ], + [ + "ad", + "vant" + ], + [ + "Ġn", + "appy" + ], + [ + "ro", + "le" + ], + [ + "ĠA", + "FC" + ], + [ + "ĠC", + "reat" + ], + [ + "ĠC", + "ulture" + ], + [ + "Ġj", + "ingle" + ], + [ + "Ġes", + "pes" + ], + [ + "ia", + "o" + ], + [ + "Ġcr", + "ude" + ], + [ + "Ġapp", + "e" + ], + [ + "ĠShe", + "pherd" + ], + [ + "ĠCh", + "im" + ], + [ + "oun", + "id" + ], + [ + "Ġmoment", + "os" + ], + [ + "Ġgener", + "als" + ], + [ + "ĠCl", + "ip" + ], + [ + "Ġmark", + "ing" + ], + [ + "Ġfil", + "a" + ], + [ + "Ġmot", + "to" + ], + [ + "Ġ15", + "1" + ], + [ + "En", + "laces" + ], + [ + "Ġllev", + "o" + ], + [ + "Per", + "cy" + ], + [ + "TUR", + "E" + ], + [ + "Ġattend", + "ance" + ], + [ + "Ġbark", + "ed" + ], + [ + "ĠBoy", + "d" + ], + [ + "Ġchat", + "tering" + ], + [ + "Ġappreci", + "ation" + ], + [ + "Ġtid", + "ings" + ], + [ + "ĠSteven", + "s" + ], + [ + "Joe", + "y" + ], + [ + "Ġunf", + "old" + ], + [ + "Ġdece", + "ived" + ], + [ + "Ind", + "ividual" + ], + [ + "Ġidi", + "oma" + ], + [ + "Ġathlet", + "ic" + ], + [ + "Ġtemp", + "est" + ], + [ + "ĠNE", + "ED" + ], + [ + "Ġcircul", + "ation" + ], + [ + "stret", + "ched" + ], + [ + "Sund", + "ay" + ], + [ + "B", + "LE" + ], + [ + "M", + "onday" + ], + [ + "g", + "ia" + ], + [ + "r", + "ador" + ], + [ + "Ġg", + "iddy" + ], + [ + "at", + "em" + ], + [ + "le", + "bra" + ], + [ + "ĠT", + "E" + ], + [ + "ĠC", + "ada" + ], + [ + "Ġun", + "lucky" + ], + [ + "ú", + "til" + ], + [ + "Ġhold", + "er" + ], + [ + "Ġpap", + "i" + ], + [ + "ĠEl", + "mer" + ], + [ + "Ġran", + "as" + ], + [ + "Ġcertain", + "ty" + ], + [ + "Ġshort", + "ened" + ], + [ + "Ġsin", + "cer" + ], + [ + "Ġfarm", + "house" + ], + [ + "AM", + "I" + ], + [ + "Ġcelebr", + "ating" + ], + [ + "Ġhonor", + "able" + ], + [ + "ĠAct", + "ress" + ], + [ + "pon", + "lo" + ], + [ + "Ġbark", + "s" + ], + [ + "din", + "and" + ], + [ + "choo", + "choo" + ], + [ + "ĠSqu", + "ad" + ], + [ + "ĠRon", + "nie" + ], + [ + "wr", + "ong" + ], + [ + "ĠBudd", + "hist" + ], + [ + "Ġverte", + "br" + ], + [ + "Ġnegoti", + "ations" + ], + [ + "ĠRect", + "us" + ], + [ + "ĠLeban", + "on" + ], + [ + "B", + "RI" + ], + [ + "K", + "nock" + ], + [ + "T", + "ri" + ], + [ + "j", + "eros" + ], + [ + "á", + "»" + ], + [ + "Ġto", + "il" + ], + [ + "Ġh", + "ike" + ], + [ + "Ġh", + "ola" + ], + [ + "Ġe", + "cos" + ], + [ + "Ġqu", + "ince" + ], + [ + "un", + "i" + ], + [ + "ĠH", + "yd" + ], + [ + "ĠD", + "re" + ], + [ + "Ġus", + "a" + ], + [ + "la", + "us" + ], + [ + "Ġest", + "ilo" + ], + [ + "ish", + "ops" + ], + [ + "ian", + "os" + ], + [ + "ĠV", + "ancouver" + ], + [ + "Ġless", + "er" + ], + [ + "Ġemb", + "ar" + ], + [ + "Ġencont", + "ré" + ], + [ + "leg", + "s" + ], + [ + "Ġseg", + "ment" + ], + [ + "back", + "s" + ], + [ + "iud", + "ad" + ], + [ + "Ġbreast", + "s" + ], + [ + "Mad", + "ame" + ], + [ + "ĠXV", + "III" + ], + [ + "Ġnort", + "heastern" + ], + [ + "Ġcycl", + "one" + ], + [ + "Ent", + "re" + ], + [ + "âĪ", + "Ĵ" + ], + [ + "Ġcó", + "mod" + ], + [ + "Brook", + "lyn" + ], + [ + "ĠShang", + "hai" + ], + [ + "G", + "IN" + ], + [ + "W", + "F" + ], + [ + "Ġb", + "usted" + ], + [ + "Ġf", + "ences" + ], + [ + "al", + "os" + ], + [ + "ell", + "es" + ], + [ + "ĠJ", + "ae" + ], + [ + "ĠR", + "aw" + ], + [ + "ind", + "le" + ], + [ + "Ġun", + "seen" + ], + [ + "ĠK", + "enny" + ], + [ + "Ġcu", + "idad" + ], + [ + "Ġfl", + "ute" + ], + [ + "!\"", + "." + ], + [ + "Ġgrand", + "children" + ], + [ + "ĠRe", + "verend" + ], + [ + "pu", + "ppet" + ], + [ + "ĠQu", + "ick" + ], + [ + "Ġtreat", + "s" + ], + [ + "ĠMat", + "hem" + ], + [ + ",--", + "\"" + ], + [ + "ĠBill", + "ie" + ], + [ + "ĠTur", + "tle" + ], + [ + "Ġmas", + "a" + ], + [ + "uj", + "ah" + ], + [ + "Ġtort", + "ured" + ], + [ + "ĠHind", + "us" + ], + [ + "Ġrum", + "ors" + ], + [ + "Play", + "ing" + ], + [ + "Ġfácil", + "mente" + ], + [ + "Ġbloss", + "om" + ], + [ + "Ġdiscont", + "in" + ], + [ + "ĠTun", + "is" + ], + [ + "Ġpyram", + "id" + ], + [ + "ĠPea", + "body" + ], + [ + "Ġrinc", + "ón" + ], + [ + "A", + "wards" + ], + [ + "P", + "ower" + ], + [ + "S", + "EL" + ], + [ + "c", + "raw" + ], + [ + "i", + "aba" + ], + [ + "Ġa", + "venue" + ], + [ + "Ġb", + "oughs" + ], + [ + "Ġm", + "ashed" + ], + [ + "le", + "ta" + ], + [ + "Ġre", + "igned" + ], + [ + "ĠS", + "anto" + ], + [ + "ĠM", + "ol" + ], + [ + "ĠC", + "ore" + ], + [ + "ĠB", + "enton" + ], + [ + "Ġsa", + "ves" + ], + [ + "ĠG", + "am" + ], + [ + "ĠG", + "REAT" + ], + [ + "ĠL", + "ucky" + ], + [ + "oh", + "o" + ], + [ + "ó", + "vil" + ], + [ + "ate", + "ful" + ], + [ + "Ġover", + "fl" + ], + [ + "ite", + "i" + ], + [ + "Ġwhere", + "abouts" + ], + [ + "Ġday", + "break" + ], + [ + "ĠSt", + "ay" + ], + [ + "cer", + "t" + ], + [ + "Ġmon", + "uments" + ], + [ + "Ġseem", + "ingly" + ], + [ + "Ġlar", + "gas" + ], + [ + "St", + "ory" + ], + [ + "Ġtri", + "o" + ], + [ + "Ġtri", + "bal" + ], + [ + "Ġcur", + "sed" + ], + [ + "ĠSe", + "oul" + ], + [ + "Your", + "s" + ], + [ + "pre", + "ne" + ], + [ + "sp", + "eak" + ], + [ + "Ad", + "ministr" + ], + [ + "200", + "2" + ], + [ + "ĠWil", + "helm" + ], + [ + "ĠLiber", + "ty" + ], + [ + "Jon", + "athan" + ], + [ + "Ġrehears", + "al" + ], + [ + "Ġhoof", + "s" + ], + [ + "Ġmoust", + "ache" + ], + [ + "ĠBaw", + "ly" + ], + [ + "A", + "H" + ], + [ + "L", + "AND" + ], + [ + "M", + "ul" + ], + [ + "d", + "ler" + ], + [ + "v", + "ill" + ], + [ + "ou", + "lt" + ], + [ + "Ġc", + "iencia" + ], + [ + "Ġb", + "ounds" + ], + [ + "ad", + "ió" + ], + [ + "Ġat", + "aque" + ], + [ + "ĠH", + "ang" + ], + [ + "ĠP", + "iper" + ], + [ + "Ġfr", + "ances" + ], + [ + "Ġpl", + "unge" + ], + [ + "ĠF", + "ro" + ], + [ + "nt", + "y" + ], + [ + "ĠJ", + "as" + ], + [ + "ĠR", + "iley" + ], + [ + "Ġpro", + "ceso" + ], + [ + "ug", + "as" + ], + [ + "Ġgl", + "are" + ], + [ + "HE", + "Y" + ], + [ + "Ġsal", + "en" + ], + [ + "Ġsub", + "du" + ], + [ + "ator", + "io" + ], + [ + "ĠRe", + "yes" + ], + [ + "ĠAd", + "rian" + ], + [ + "ĠSer", + "ge" + ], + [ + "Ġtemper", + "atura" + ], + [ + "ĠSund", + "ays" + ], + [ + "ĠMo", + "vie" + ], + [ + "inc", + "inn" + ], + [ + "Ġclock", + "s" + ], + [ + "cast", + "ing" + ], + [ + "Ġconoc", + "imiento" + ], + [ + "win", + "ning" + ], + [ + "Ġexplos", + "ive" + ], + [ + "ĠBan", + "ks" + ], + [ + "Ġgrocer", + "ies" + ], + [ + "mph", + "ony" + ], + [ + "Ġcompass", + "ion" + ], + [ + "Ġobser", + "ver" + ], + [ + "Att", + "ention" + ], + [ + "Ġpige", + "ons" + ], + [ + "Ġmuse", + "ums" + ], + [ + "c", + "ub" + ], + [ + "l", + "orn" + ], + [ + "y", + "et" + ], + [ + "ar", + "ás" + ], + [ + "ĠH", + "igg" + ], + [ + "á", + "monos" + ], + [ + "Ġun", + "anim" + ], + [ + "ys", + "on" + ], + [ + "Ġver", + "as" + ], + [ + "Ġincl", + "uy" + ], + [ + "Ġrep", + "ay" + ], + [ + "Ġsqu", + "at" + ], + [ + "Ġcreat", + "or" + ], + [ + "ĠEd", + "wards" + ], + [ + "Ġcorn", + "flakes" + ], + [ + "Ġpract", + "ise" + ], + [ + "Ġhall", + "aba" + ], + [ + "ĠEr", + "n" + ], + [ + "Ġrevol", + "t" + ], + [ + "Ġamig", + "as" + ], + [ + "ĠGar", + "cia" + ], + [ + "Ġfoc", + "uses" + ], + [ + "bid", + "den" + ], + [ + "Ġtoss", + "es" + ], + [ + "Ġcans", + "ado" + ], + [ + "Ġgrac", + "ia" + ], + [ + "ĠShi", + "va" + ], + [ + "Ġregres", + "o" + ], + [ + "Ġmulti", + "plic" + ], + [ + "ĠEconom", + "ic" + ], + [ + "ĠWolver", + "ton" + ], + [ + "H", + "uman" + ], + [ + "J", + "ump" + ], + [ + "k", + "ara" + ], + [ + "Ġa", + "ves" + ], + [ + "Ġb", + "red" + ], + [ + "Ġb", + "umps" + ], + [ + "en", + "ch" + ], + [ + "en", + "burg" + ], + [ + "al", + "ong" + ], + [ + "Ġan", + "gu" + ], + [ + "il", + "idades" + ], + [ + "Ġfr", + "ying" + ], + [ + "ĠD", + "ud" + ], + [ + "ue", + "vo" + ], + [ + "ud", + "ged" + ], + [ + "iz", + "ó" + ], + [ + "Ġwhere", + "in" + ], + [ + "Ġch", + "ug" + ], + [ + "ient", + "emente" + ], + [ + "Ġdi", + "os" + ], + [ + "ĠZ", + "one" + ], + [ + "ON", + "D" + ], + [ + "Ġemp", + "hat" + ], + [ + "Ġcam", + "ión" + ], + [ + "ĠEnglish", + "men" + ], + [ + "ĠRe", + "ady" + ], + [ + "ĠItal", + "ia" + ], + [ + "Ġprogram", + "mes" + ], + [ + "Ġverdad", + "era" + ], + [ + "ĠFin", + "al" + ], + [ + "Ġrug", + "ged" + ], + [ + "Ġpitch", + "ing" + ], + [ + "Ġreward", + "ed" + ], + [ + "Ġdiag", + "ram" + ], + [ + "Ġmend", + "ed" + ], + [ + "Ġpreced", + "ing" + ], + [ + "Ġcollea", + "gue" + ], + [ + "Ġór", + "denes" + ], + [ + "Poss", + "um" + ], + [ + "Ġflex", + "ible" + ], + [ + "Ġenforce", + "ment" + ], + [ + "S", + "N" + ], + [ + "S", + "ummer" + ], + [ + "b", + "uck" + ], + [ + "c", + "um" + ], + [ + "f", + "air" + ], + [ + "f", + "ootball" + ], + [ + "k", + "ap" + ], + [ + "n", + "ings" + ], + [ + "s", + "cale" + ], + [ + "Ġc", + "reen" + ], + [ + "us", + "al" + ], + [ + "ir", + "lo" + ], + [ + "Ġre", + "cl" + ], + [ + "ot", + "ras" + ], + [ + "ke", + "ley" + ], + [ + "ĠA", + "gric" + ], + [ + "ÃŃ", + "j" + ], + [ + "Ġso", + "f" + ], + [ + "Ġun", + "believable" + ], + [ + "Ġes", + "pero" + ], + [ + "Ġapp", + "end" + ], + [ + "Ġve", + "ctor" + ], + [ + "ĠAl", + "z" + ], + [ + "Ġind", + "uced" + ], + [ + "ĠSp", + "onge" + ], + [ + "Ġbuild", + "s" + ], + [ + "con", + "ne" + ], + [ + "Re", + "ception" + ], + [ + "Ġsab", + "ÃŃas" + ], + [ + "EC", + "A" + ], + [ + "Ġaccept", + "ing" + ], + [ + "Ġpes", + "cado" + ], + [ + "199", + "0" + ], + [ + "ĠHea", + "vy" + ], + [ + "Ġrecib", + "ido" + ], + [ + "Ġsung", + "lasses" + ], + [ + "ĠpolÃŃt", + "ica" + ], + [ + "Ġadj", + "acent" + ], + [ + "Ġtwent", + "ieth" + ], + [ + "ĠEsk", + "imo" + ], + [ + "ĠPrest", + "on" + ], + [ + "histor", + "ic" + ], + [ + "B", + "ell" + ], + [ + "P", + "ark" + ], + [ + "k", + "rit" + ], + [ + "Ġs", + "ittin" + ], + [ + "ĠA", + "ileen" + ], + [ + "ĠC", + "ott" + ], + [ + "ĠB", + "rent" + ], + [ + "ie", + "g" + ], + [ + "ĠP", + "hileas" + ], + [ + "ĠD", + "iamond" + ], + [ + "Ġsh", + "oo" + ], + [ + "Ġen", + "jo" + ], + [ + "ure", + "n" + ], + [ + "iz", + "er" + ], + [ + "Ġcont", + "roller" + ], + [ + "ip", + "es" + ], + [ + "ĠIn", + "n" + ], + [ + "Ġsl", + "opes" + ], + [ + "Ġcol", + "g" + ], + [ + "ĠAnd", + "orra" + ], + [ + "Ġmon", + "ks" + ], + [ + "ras", + "p" + ], + [ + "ject", + "ion" + ], + [ + "Ġcab", + "les" + ], + [ + "ĠAll", + "ies" + ], + [ + "Ġple", + "asing" + ], + [ + "Ġmark", + "ers" + ], + [ + "Ġpublic", + "ity" + ], + [ + "ĠMc", + "G" + ], + [ + "Ġport", + "ions" + ], + [ + "ĠWith", + "in" + ], + [ + "Ġvict", + "ories" + ], + [ + "su", + "pp" + ], + [ + "olo", + "ca" + ], + [ + "Ġcub", + "ierta" + ], + [ + "Ten", + "emos" + ], + [ + "Ġelement", + "ary" + ], + [ + "Ġcampaign", + "s" + ], + [ + "Ġresident", + "ial" + ], + [ + "Lou", + "ise" + ], + [ + "Ġcooper", + "ation" + ], + [ + "Ġtemp", + "rano" + ], + [ + "Ġwip", + "es" + ], + [ + "ĠLar", + "ge" + ], + [ + "Ġdesgr", + "ac" + ], + [ + "Ġabol", + "ished" + ], + [ + "Ġcourty", + "ard" + ], + [ + "C", + "atch" + ], + [ + "D", + "imitra" + ], + [ + "a", + "un" + ], + [ + "Ġg", + "ord" + ], + [ + "Ġdo", + "ings" + ], + [ + "ĠS", + "ke" + ], + [ + "ĠG", + "ol" + ], + [ + "ĠE", + "VERY" + ], + [ + "Ġcomp", + "onents" + ], + [ + "ress", + "idar" + ], + [ + "Ġref", + "using" + ], + [ + "Ġgrand", + "parents" + ], + [ + "ĠCar", + "lo" + ], + [ + "ode", + "on" + ], + [ + "Ġdeb", + "ts" + ], + [ + "ĠEx", + "per" + ], + [ + "ĠBon", + "ny" + ], + [ + "Ġpir", + "atas" + ], + [ + "ĠDel", + "aware" + ], + [ + "Ġpregunt", + "as" + ], + [ + "Ġtoss", + "ing" + ], + [ + "Int", + "erest" + ], + [ + "Ġsniff", + "ing" + ], + [ + "Ġshrew", + "d" + ], + [ + "F", + "ig" + ], + [ + "b", + "ula" + ], + [ + "r", + "ams" + ], + [ + "s", + "plash" + ], + [ + "Ġs", + "lo" + ], + [ + "Ġp", + "ouch" + ], + [ + "Ġin", + "fr" + ], + [ + "ĠS", + "ty" + ], + [ + "ĠM", + "ORE" + ], + [ + "ĠA", + "uvergne" + ], + [ + "ĠC", + "oss" + ], + [ + "ĠH", + "www" + ], + [ + "Ġso", + "aked" + ], + [ + "Ġpl", + "aza" + ], + [ + "ĠF", + "loyd" + ], + [ + "pe", + "ep" + ], + [ + "ne", + "as" + ], + [ + "ps", + "ons" + ], + [ + "day", + "s" + ], + [ + "Ġlast", + "ing" + ], + [ + "Ġdec", + "iding" + ], + [ + "Ġdi", + "agon" + ], + [ + "ĠPr", + "ussia" + ], + [ + "ĠEl", + "ena" + ], + [ + "Ġpay", + "ments" + ], + [ + "Ġfavor", + "ites" + ], + [ + "Ġremark", + "ably" + ], + [ + "Ġviv", + "a" + ], + [ + "Ġgor", + "ro" + ], + [ + "mom", + "ma" + ], + [ + "Ġhic", + "cups" + ], + [ + "Ġmos", + "que" + ], + [ + "Ġsue", + "ños" + ], + [ + "Ġmonarch", + "y" + ], + [ + "Ġard", + "illa" + ], + [ + "ĠClar", + "issa" + ], + [ + "Ġjer", + "sey" + ], + [ + "ĠAun", + "que" + ], + [ + "Ġarreg", + "lar" + ], + [ + "Ġkno", + "b" + ], + [ + "Ġeffic", + "iency" + ], + [ + "B", + "oo" + ], + [ + "M", + "ás" + ], + [ + "P", + "romise" + ], + [ + "m", + "illo" + ], + [ + "p", + "aint" + ], + [ + "t", + "ractor" + ], + [ + "v", + "r" + ], + [ + "Ġd", + "ys" + ], + [ + "ĠP", + "O" + ], + [ + "ĠG", + "ret" + ], + [ + "ĠJ", + "oo" + ], + [ + "Ġcl", + "ump" + ], + [ + "Ġaf", + "ore" + ], + [ + "ff", + "s" + ], + [ + "av", + "ian" + ], + [ + "Ġad", + "ul" + ], + [ + "Ġlet", + "ras" + ], + [ + "ip", + "her" + ], + [ + "Ġent", + "ren" + ], + [ + "Ġrun", + "g" + ], + [ + "ĠAmer", + "icas" + ], + [ + "Ġsur", + "ge" + ], + [ + "Ġaqu", + "arium" + ], + [ + "Ġmod", + "ified" + ], + [ + "Ġspecial", + "ized" + ], + [ + "Ġpens", + "é" + ], + [ + "Ġfut", + "uro" + ], + [ + "Ġenem", + "igos" + ], + [ + "Ġinstru", + "ctor" + ], + [ + "Ġazul", + "es" + ], + [ + "Ġmá", + "quina" + ], + [ + "oped", + "ia" + ], + [ + "Ġaccommod", + "ation" + ], + [ + "Ġresear", + "cher" + ], + [ + "!_", + "\"" + ], + [ + "Ġbrisk", + "ly" + ], + [ + "ĠCurt", + "is" + ], + [ + "'", + "?\"" + ], + [ + "A", + "ut" + ], + [ + "S", + "www" + ], + [ + "o", + "van" + ], + [ + "Ġb", + "ount" + ], + [ + "Ġd", + "ung" + ], + [ + "Ġp", + "omp" + ], + [ + "le", + "af" + ], + [ + "im", + "port" + ], + [ + "Ġn", + "ana" + ], + [ + "Ġde", + "w" + ], + [ + "ĠT", + "ween" + ], + [ + "ĠT", + "rain" + ], + [ + "ĠS", + "aul" + ], + [ + "ĠS", + "iber" + ], + [ + "ĠA", + "IDS" + ], + [ + "ĠB", + "rett" + ], + [ + "Ġcan", + "ce" + ], + [ + "ĠD", + "aven" + ], + [ + "ag", + "les" + ], + [ + "Ġany", + "time" + ], + [ + "de", + "e" + ], + [ + "Ġra", + "ils" + ], + [ + "Ġnight", + "fall" + ], + [ + "Ġrun", + "away" + ], + [ + "ten", + "ÃŃa" + ], + [ + "ĠBut", + "ler" + ], + [ + "Ġsub", + "div" + ], + [ + "osa", + "urs" + ], + [ + "Ġgrand", + "mamma" + ], + [ + "ĠEl", + "i" + ], + [ + "ĠThat", + "cher" + ], + [ + "with", + "standing" + ], + [ + "net", + "t" + ], + [ + "Se", + "an" + ], + [ + "Ġimag", + "en" + ], + [ + "Te", + "le" + ], + [ + "Ġcin", + "cuenta" + ], + [ + "ĠDist", + "ributed" + ], + [ + "Ġsmooth", + "ly" + ], + [ + "Ġimprove", + "ments" + ], + [ + "Fe", + "el" + ], + [ + "Ġjealous", + "y" + ], + [ + "Ġfab", + "ulous" + ], + [ + "Ġachieve", + "ments" + ], + [ + "ĠRepresent", + "ative" + ], + [ + "Ġencourage", + "ment" + ], + [ + "Rad", + "io" + ], + [ + "F", + "T" + ], + [ + "S", + "ho" + ], + [ + "b", + "ase" + ], + [ + "c", + "idos" + ], + [ + "g", + "ina" + ], + [ + "w", + "et" + ], + [ + "an", + "se" + ], + [ + "Ġno", + "mbr" + ], + [ + "ĠB", + "www" + ], + [ + "un", + "ció" + ], + [ + "Ġr", + "isa" + ], + [ + "Ġv", + "id" + ], + [ + "Ġen", + "amor" + ], + [ + "Ġlo", + "ading" + ], + [ + "Ġhand", + "les" + ], + [ + "av", + "ed" + ], + [ + "und", + "e" + ], + [ + "ib", + "an" + ], + [ + "ĠCan", + "ter" + ], + [ + "Ġju", + "icy" + ], + [ + "ĠMon", + "ica" + ], + [ + "lar", + "gest" + ], + [ + "yer", + "on" + ], + [ + "pen", + "ny" + ], + [ + "ĠJane", + "iro" + ], + [ + "ĠHigh", + "land" + ], + [ + "ĠSch", + "ol" + ], + [ + "Jack", + "ie" + ], + [ + "Char", + "lotte" + ], + [ + "cript", + "ions" + ], + [ + "ĠXV", + "II" + ], + [ + "Phil", + "ip" + ], + [ + "ĠAsh", + "ley" + ], + [ + "Ġvari", + "ations" + ], + [ + "Cons", + "ider" + ], + [ + "ĠSud", + "an" + ], + [ + "Ġbattal", + "ion" + ], + [ + "oloca", + "ust" + ], + [ + "D", + "A" + ], + [ + "L", + "UK" + ], + [ + "f", + "inger" + ], + [ + "r", + "ants" + ], + [ + "s", + "ar" + ], + [ + "w", + "reck" + ], + [ + "z", + "ig" + ], + [ + "Ġf", + "us" + ], + [ + "an", + "z" + ], + [ + "Ġl", + "u" + ], + [ + "at", + "ivos" + ], + [ + "Ġn", + "ubes" + ], + [ + "Ġst", + "unned" + ], + [ + "ro", + "ads" + ], + [ + "ĠA", + "vi" + ], + [ + "ant", + "ry" + ], + [ + "ĠW", + "itch" + ], + [ + "ĠR", + "ib" + ], + [ + "ĠE", + "ust" + ], + [ + "Ġgr", + "ades" + ], + [ + "Ġlet", + "ra" + ], + [ + "ib", + "uster" + ], + [ + "Ġsal", + "ida" + ], + [ + "Ġver", + "des" + ], + [ + "Ġsub", + "tle" + ], + [ + "Ġsent", + "ada" + ], + [ + "Ġtri", + "ll" + ], + [ + "ex", + "cellent" + ], + [ + "Ġcat", + "alogue" + ], + [ + "Ġhall", + "s" + ], + [ + "ĠGl", + "ou" + ], + [ + "Ġinterrupt", + "ion" + ], + [ + "Ġbump", + "y" + ], + [ + "Ġpsy", + "cho" + ], + [ + "ĠBra", + "hm" + ], + [ + "ĠBO", + "YS" + ], + [ + "anim", + "als" + ], + [ + "grand", + "ma" + ], + [ + "Ġrecover", + "ing" + ], + [ + "Ġplum", + "as" + ], + [ + "ĠVe", + "get" + ], + [ + "Ġdeclar", + "ation" + ], + [ + "ĠPalest", + "ine" + ], + [ + "ĠHein", + "rich" + ], + [ + "ĠHitch", + "cock" + ], + [ + "S", + "eg" + ], + [ + "b", + "ill" + ], + [ + "ha", + "ma" + ], + [ + "er", + "ina" + ], + [ + "ĠI", + "vy" + ], + [ + "se", + "c" + ], + [ + "ĠB", + "ROW" + ], + [ + "ant", + "astic" + ], + [ + "ĠL", + "iv" + ], + [ + "ĠR", + "acing" + ], + [ + "é", + "d" + ], + [ + "Ġun", + "pack" + ], + [ + "Ġover", + "d" + ], + [ + "ps", + "st" + ], + [ + "Ġpo", + "cas" + ], + [ + "Ġsha", + "ck" + ], + [ + "Ġsha", + "des" + ], + [ + "vent", + "s" + ], + [ + "Ġbar", + "ge" + ], + [ + "ĠPr", + "inceton" + ], + [ + "van", + "ni" + ], + [ + "ĠMal", + "ay" + ], + [ + "ĠPo", + "kémon" + ], + [ + "Ġpes", + "c" + ], + [ + "GR", + "UN" + ], + [ + "ĠChan", + "g" + ], + [ + "ĠHun", + "ting" + ], + [ + "Ġhedge", + "hog" + ], + [ + "Ġdibu", + "jos" + ], + [ + "Ġcasual", + "ties" + ], + [ + "ĠBulgar", + "ia" + ], + [ + "ĠWag", + "ner" + ], + [ + "ĠVern", + "on" + ], + [ + "L", + "ar" + ], + [ + "M", + "aking" + ], + [ + "d", + "ess" + ], + [ + "no", + "d" + ], + [ + "ic", + "eless" + ], + [ + "Ġfor", + "s" + ], + [ + "ĠM", + "ut" + ], + [ + "ĠA", + "P" + ], + [ + "Ġgo", + "bern" + ], + [ + "ant", + "is" + ], + [ + "ĠD", + "rive" + ], + [ + "ĠL", + "ey" + ], + [ + "ĠL", + "IFE" + ], + [ + "ĠE", + "mm" + ], + [ + "Ġmu", + "ertos" + ], + [ + "ĠK", + "ik" + ], + [ + "ren", + "s" + ], + [ + "Ġdis", + "o" + ], + [ + "ĠIn", + "st" + ], + [ + "Ġpres", + "ente" + ], + [ + "Ġsur", + "pass" + ], + [ + "cu", + "ént" + ], + [ + "Ġblock", + "ing" + ], + [ + "Ġdoub", + "les" + ], + [ + "Ġtest", + "ify" + ], + [ + "Le", + "o" + ], + [ + "ĠKen", + "yon" + ], + [ + "Ġrecon", + "cil" + ], + [ + "ĠSand", + "ers" + ], + [ + "Ġespañ", + "oles" + ], + [ + "Ġgover", + "ned" + ], + [ + "Ġdiplom", + "at" + ], + [ + "Ġtercer", + "a" + ], + [ + "Dar", + "ling" + ], + [ + "ĠLegisl", + "ative" + ], + [ + "ĠPied", + "mont" + ], + [ + "Ġmerchand", + "ise" + ], + [ + "incinn", + "ati" + ], + [ + "B", + "omba" + ], + [ + "H", + "O" + ], + [ + "c", + "amp" + ], + [ + "m", + "ile" + ], + [ + "Ġd", + "ye" + ], + [ + "at", + "u" + ], + [ + "Ġdo", + "ble" + ], + [ + "ĠS", + "et" + ], + [ + "ĠC", + "ésar" + ], + [ + "Ġli", + "b" + ], + [ + "ul", + "ously" + ], + [ + "Ġsh", + "udder" + ], + [ + "ĠW", + "illy" + ], + [ + "ĠL", + "izzie" + ], + [ + "ĠF", + "lo" + ], + [ + "od", + "il" + ], + [ + "Ġpo", + "ker" + ], + [ + "br", + "is" + ], + [ + "Ġele", + "venth" + ], + [ + "ib", + "ur" + ], + [ + "Ġsur", + "m" + ], + [ + "Ġmet", + "ro" + ], + [ + "pr", + "it" + ], + [ + "Ġsal", + "ut" + ], + [ + "Ġri", + "gging" + ], + [ + "Ġap", + "ag" + ], + [ + "ba", + "i" + ], + [ + "Ġmot", + "ors" + ], + [ + "Ġspecial", + "ist" + ], + [ + "Ġbath", + "s" + ], + [ + "Ġcow", + "boys" + ], + [ + "bur", + "st" + ], + [ + "Ġconse", + "cut" + ], + [ + "Ġ190", + "4" + ], + [ + "rif", + "ying" + ], + [ + "Ġsusp", + "ense" + ], + [ + "Ġadmir", + "able" + ], + [ + "ĠSpani", + "ard" + ], + [ + "Ġcorpor", + "ation" + ], + [ + "Ġgraph", + "ics" + ], + [ + "ĠCarr", + "ots" + ], + [ + "iw", + "i" + ], + [ + "hur", + "st" + ], + [ + "edi", + "ately" + ], + [ + "ĠNest", + "or" + ], + [ + "2", + "50" + ], + [ + "A", + "ust" + ], + [ + "t", + "rans" + ], + [ + "Ġf", + "oto" + ], + [ + "ad", + "der" + ], + [ + "ĠT", + "roy" + ], + [ + "ĠS", + "arthe" + ], + [ + "Ġso", + "is" + ], + [ + "Ġcon", + "dom" + ], + [ + "ĠL", + "ope" + ], + [ + "ĠN", + "egro" + ], + [ + "Ġun", + "ac" + ], + [ + "ĠO", + "il" + ], + [ + "Ġbl", + "unt" + ], + [ + "Ġwork", + "shop" + ], + [ + "Ġch", + "up" + ], + [ + "Ġhel", + "per" + ], + [ + "ail", + "or" + ], + [ + "ret", + "te" + ], + [ + "Ġchar", + "ms" + ], + [ + "zz", + "o" + ], + [ + "Ġins", + "cription" + ], + [ + "Ġrele", + "g" + ], + [ + "Ġstar", + "ved" + ], + [ + "De", + "ep" + ], + [ + "Ġsuper", + "intendent" + ], + [ + "Est", + "ás" + ], + [ + "Ġstret", + "ches" + ], + [ + "pull", + "ing" + ], + [ + "aph", + "ne" + ], + [ + "Ġsurve", + "illance" + ], + [ + "Ġascend", + "ed" + ], + [ + "Ġportray", + "ed" + ], + [ + "ĠAlexand", + "ria" + ], + [ + "Ġmatt", + "ress" + ], + [ + "ĠYugos", + "lavia" + ], + [ + "Ġprelimin", + "ary" + ], + [ + "B", + "or" + ], + [ + "B", + "all" + ], + [ + "D", + "ame" + ], + [ + "F", + "unny" + ], + [ + "G", + "uy" + ], + [ + "J", + "AN" + ], + [ + "W", + "ha" + ], + [ + "p", + "anda" + ], + [ + "as", + "aki" + ], + [ + "ĠC", + "IA" + ], + [ + "ĠB", + "ath" + ], + [ + "ĠB", + "aba" + ], + [ + "Ġpl", + "ural" + ], + [ + "Ġest", + "ación" + ], + [ + "Ġdis", + "liked" + ], + [ + "ĠY", + "un" + ], + [ + "ks", + "w" + ], + [ + "Ġgl", + "oss" + ], + [ + "ĠAl", + "ad" + ], + [ + "Ġreg", + "ained" + ], + [ + "vent", + "een" + ], + [ + "Ġmis", + "pronounced" + ], + [ + "ĠPr", + "om" + ], + [ + "ĠCom", + "pton" + ], + [ + "Ġcold", + "er" + ], + [ + "Ġrequ", + "ests" + ], + [ + "Ġcomfort", + "ed" + ], + [ + "Ġcomb", + "ine" + ], + [ + "Fran", + "cis" + ], + [ + "ĠKat", + "hy" + ], + [ + "Ġmap", + "le" + ], + [ + "Ġwid", + "th" + ], + [ + "ĠAny", + "thing" + ], + [ + "ĠJac", + "ques" + ], + [ + "Ġlif", + "estyle" + ], + [ + "Ġchuck", + "le" + ], + [ + "Ġdisturb", + "ance" + ], + [ + "ĠAtt", + "orney" + ], + [ + "Ġsubt", + "ropical" + ], + [ + "ĠCoun", + "cillor" + ], + [ + "Ġsimult", + "aneously" + ], + [ + "W", + "N" + ], + [ + "b", + "uy" + ], + [ + "c", + "aster" + ], + [ + "d", + "ance" + ], + [ + "l", + "ins" + ], + [ + "r", + "one" + ], + [ + "t", + "ooth" + ], + [ + "Ġd", + "ura" + ], + [ + "is", + "fe" + ], + [ + "Ġin", + "e" + ], + [ + "Ġin", + "oc" + ], + [ + "ver", + "ne" + ], + [ + "Ġn", + "an" + ], + [ + "AR", + "S" + ], + [ + "Ġr", + "ated" + ], + [ + "ĠD", + "raft" + ], + [ + "ĠG", + "uten" + ], + [ + "ĠR", + "ou" + ], + [ + "Ġel", + "astic" + ], + [ + "Ġpro", + "bar" + ], + [ + "Ġgr", + "unted" + ], + [ + "la", + "ve" + ], + [ + "ĠK", + "emp" + ], + [ + "ĠV", + "era" + ], + [ + "Ġver", + "anda" + ], + [ + "Ġblack", + "smith" + ], + [ + "ĠChrist", + "ine" + ], + [ + "Ġtu", + "ya" + ], + [ + "Ġsum", + "s" + ], + [ + "ĠMan", + "ipur" + ], + [ + "Ġval", + "entine" + ], + [ + "ĠSte", + "erforth" + ], + [ + "ĠHen", + "ri" + ], + [ + "Ġindic", + "ation" + ], + [ + "ĠArab", + "ian" + ], + [ + "ĠWind", + "sor" + ], + [ + "Ġconce", + "ived" + ], + [ + "Ġsecure", + "ly" + ], + [ + "ĠAqu", + "ÃŃ" + ], + [ + "Ġcaut", + "ious" + ], + [ + "ĠIndones", + "ian" + ], + [ + "incor", + "porated" + ], + [ + "L", + "i" + ], + [ + "P", + "ete" + ], + [ + "i", + "Äĩ" + ], + [ + "l", + "al" + ], + [ + "o", + "key" + ], + [ + "v", + "án" + ], + [ + "Ġl", + "onesome" + ], + [ + "at", + "hy" + ], + [ + "ĠT", + "AKE" + ], + [ + "Ġme", + "mo" + ], + [ + "ĠM", + "ell" + ], + [ + "ĠH", + "og" + ], + [ + "Ġj", + "ohn" + ], + [ + "ig", + "ion" + ], + [ + "ist", + "inct" + ], + [ + "ĠG", + "arth" + ], + [ + "ĠR", + "ES" + ], + [ + "Ġcl", + "aps" + ], + [ + "ĠK", + "urt" + ], + [ + "Ġbl", + "ouse" + ], + [ + "Ġdis", + "advant" + ], + [ + "ob", + "rec" + ], + [ + "Ġcountry", + "men" + ], + [ + "Ġlad", + "en" + ], + [ + "Ġho", + "isted" + ], + [ + "Ġopp", + "ose" + ], + [ + "ĠSh", + "op" + ], + [ + "Ġrad", + "ius" + ], + [ + "Ġcond", + "iciones" + ], + [ + "Ġtend", + "ed" + ], + [ + "Ġbal", + "anced" + ], + [ + "ĠMer", + "cedes" + ], + [ + "Ġponer", + "se" + ], + [ + "Ġol", + "ive" + ], + [ + "din", + "osaur" + ], + [ + "Ġhabl", + "ó" + ], + [ + "Ġcommer", + "ce" + ], + [ + "Ġanti", + "qu" + ], + [ + "Pat", + "rick" + ], + [ + "Ġabsor", + "b" + ], + [ + "ĠSA", + "ID" + ], + [ + "Ġdivert", + "ido" + ], + [ + "E", + "arth" + ], + [ + "F", + "ound" + ], + [ + "R", + "hin" + ], + [ + "m", + "ol" + ], + [ + "s", + "igh" + ], + [ + "t", + "ill" + ], + [ + "Ġc", + "iv" + ], + [ + "Ġha", + "vin" + ], + [ + "Ġh", + "ust" + ], + [ + "Ġh", + "oop" + ], + [ + "le", + "z" + ], + [ + "us", + "ky" + ], + [ + "Ġno", + "ct" + ], + [ + "oo", + "by" + ], + [ + "ri", + "lla" + ], + [ + "Ġse", + "mic" + ], + [ + "ĠA", + "gu" + ], + [ + "ĠC", + "ris" + ], + [ + "Ġsh", + "ifts" + ], + [ + "ĠG", + "wen" + ], + [ + "ĠL", + "ex" + ], + [ + "Ġel", + "apsed" + ], + [ + "pe", + "cies" + ], + [ + "Ġar", + "se" + ], + [ + "Ġgr", + "uñ" + ], + [ + "Ġfe", + "o" + ], + [ + "Ġer", + "ase" + ], + [ + "be", + "nd" + ], + [ + "ĠSt", + "ella" + ], + [ + "Ġim", + "itation" + ], + [ + "Ġdis", + "rupt" + ], + [ + "Ġsha", + "dy" + ], + [ + "Ġra", + "gs" + ], + [ + "br", + "ings" + ], + [ + "Ġbot", + "as" + ], + [ + "Ġcha", + "uffeur" + ], + [ + "Ġfin", + "s" + ], + [ + "gr", + "ant" + ], + [ + "Ġdr", + "ows" + ], + [ + "Ġint", + "est" + ], + [ + "Ġta", + "pping" + ], + [ + "ĠHow", + "e" + ], + [ + "Ġresp", + "onder" + ], + [ + "ĠQu", + "ieres" + ], + [ + "Ġsuper", + "natural" + ], + [ + "With", + "in" + ], + [ + "Ġsimple", + "mente" + ], + [ + "Ġhub", + "ieran" + ], + [ + "Ġcort", + "a" + ], + [ + "ár", + "cel" + ], + [ + "ĠSpe", + "ed" + ], + [ + "Ġrev", + "és" + ], + [ + "ĠRam", + "sey" + ], + [ + "Ġgrin", + "ning" + ], + [ + "ĠRE", + "ALLY" + ], + [ + "ĠGi", + "braltar" + ], + [ + "ĠVietnam", + "ese" + ], + [ + "Ġvic", + "ar" + ], + [ + "Ġfert", + "ile" + ], + [ + "Ġtier", + "ras" + ], + [ + "Ġoverwhel", + "ming" + ], + [ + "Ġbungal", + "ow" + ], + [ + "ĠNept", + "une" + ], + [ + "L", + "y" + ], + [ + "T", + "ot" + ], + [ + "w", + "al" + ], + [ + "and", + "el" + ], + [ + "ĠC", + "ret" + ], + [ + "ie", + "lle" + ], + [ + "if", + "ference" + ], + [ + "Ġthere", + "of" + ], + [ + "Ġab", + "used" + ], + [ + "ĠF", + "uk" + ], + [ + "ĠE", + "min" + ], + [ + "Ġle", + "opard" + ], + [ + "og", + "rafÃŃa" + ], + [ + "Ġfam", + "oso" + ], + [ + "Ġah", + "or" + ], + [ + "Ġint", + "ensity" + ], + [ + "ĠFl", + "ash" + ], + [ + "ĠSu", + "z" + ], + [ + "ĠPhil", + "os" + ], + [ + "Es", + "a" + ], + [ + "Ġrad", + "iant" + ], + [ + "Ġnin", + "eteenth" + ], + [ + "ĠCr", + "icket" + ], + [ + "Ġfashion", + "able" + ], + [ + "Ġwise", + "ly" + ], + [ + "Ġavo", + "iding" + ], + [ + "ĠBuck", + "ingham" + ], + [ + "aver", + "a" + ], + [ + "ĠBre", + "ak" + ], + [ + "Ġadopt", + "ion" + ], + [ + "mill", + "ion" + ], + [ + "Step", + "hen" + ], + [ + "Ġvit", + "am" + ], + [ + "Aun", + "que" + ], + [ + "ĠRosal", + "ind" + ], + [ + "F", + "O" + ], + [ + "J", + "ay" + ], + [ + "Ġm", + "umbles" + ], + [ + "Ġl", + "ining" + ], + [ + "Ġto", + "pped" + ], + [ + "us", + "ch" + ], + [ + "Ġn", + "ube" + ], + [ + "se", + "la" + ], + [ + "ĠB", + "un" + ], + [ + "ĠB", + "il" + ], + [ + "Ġla", + "z" + ], + [ + "ĠG", + "ry" + ], + [ + "ĠF", + "en" + ], + [ + "ap", + "y" + ], + [ + "Ġtw", + "igs" + ], + [ + "pl", + "acing" + ], + [ + "Ġpre", + "f" + ], + [ + "ull", + "s" + ], + [ + "Ġlas", + "er" + ], + [ + "Ġent", + "ran" + ], + [ + "Ġname", + "ly" + ], + [ + "ye", + "ong" + ], + [ + "Ġlight", + "house" + ], + [ + "ĠAt", + "hen" + ], + [ + "ĠAd", + "olf" + ], + [ + "ĠHer", + "cules" + ], + [ + "Ġhacer", + "le" + ], + [ + "ador", + "as" + ], + [ + "Ġkn", + "ickers" + ], + [ + "Gr", + "ace" + ], + [ + "tell", + "ing" + ], + [ + "Ġvideo", + "j" + ], + [ + "ĠMer", + "rick" + ], + [ + "oph", + "ren" + ], + [ + "Ġpound", + "ing" + ], + [ + "ĠTra", + "il" + ], + [ + "ĠJeff", + "reys" + ], + [ + "Ġrejo", + "icing" + ], + [ + "ĠArch", + "bishop" + ], + [ + "ĠDire", + "ct" + ], + [ + "ĠSab", + "es" + ], + [ + "ĠSher", + "man" + ], + [ + "Ġarreg", + "l" + ], + [ + "Ġsoo", + "thing" + ], + [ + "Ġworshi", + "pped" + ], + [ + "Ġnotic", + "ias" + ], + [ + "éb", + "ée" + ], + [ + "Ġdiscoura", + "ged" + ], + [ + "Ġdw", + "elt" + ], + [ + "G", + "S" + ], + [ + "G", + "il" + ], + [ + "z", + "ón" + ], + [ + "Ġw", + "ah" + ], + [ + "Ġc", + "aterpillars" + ], + [ + "Ġb", + "ould" + ], + [ + "Ġp", + "ico" + ], + [ + "qu", + "estion" + ], + [ + "ist", + "ant" + ], + [ + "ĠR", + "oute" + ], + [ + "iz", + "ophren" + ], + [ + "de", + "ck" + ], + [ + "Ġnight", + "time" + ], + [ + "Ġdist", + "ressed" + ], + [ + "Ġcons", + "umed" + ], + [ + "ĠDe", + "edee" + ], + [ + "Ġsk", + "unk" + ], + [ + "Ġda", + "res" + ], + [ + "Ġind", + "irect" + ], + [ + "Ġsqu", + "ashed" + ], + [ + "Ġprim", + "eras" + ], + [ + "Ġill", + "umin" + ], + [ + "ĠAb", + "by" + ], + [ + "Ġqued", + "arse" + ], + [ + "ĠPol", + "icy" + ], + [ + "Ġjud", + "ging" + ], + [ + "Ġaff", + "ili" + ], + [ + "Ġinqu", + "ire" + ], + [ + "Ġattract", + "ions" + ], + [ + "ĠDel", + "ta" + ], + [ + "WH", + "Y" + ], + [ + "Pol", + "itical" + ], + [ + "ĠBad", + "en" + ], + [ + "ATION", + "S" + ], + [ + "ĠJen", + "kins" + ], + [ + "Ġradi", + "ator" + ], + [ + "CD", + "P" + ], + [ + "A", + "CE" + ], + [ + "G", + "onna" + ], + [ + "I", + "ng" + ], + [ + "J", + "AS" + ], + [ + "T", + "ech" + ], + [ + "c", + "mon" + ], + [ + "Ġa", + "isle" + ], + [ + "Ġc", + "rank" + ], + [ + "Ġp", + "uss" + ], + [ + "or", + "os" + ], + [ + "Ġon", + "ward" + ], + [ + "Ġst", + "ung" + ], + [ + "Ġnot", + "icia" + ], + [ + "ĠW", + "HEN" + ], + [ + "ĠG", + "oth" + ], + [ + "ĠL", + "ag" + ], + [ + "ast", + "ructure" + ], + [ + "Ġar", + "ter" + ], + [ + "ĠK", + "el" + ], + [ + "hy", + "llis" + ], + [ + "pl", + "in" + ], + [ + "Ġmo", + "aning" + ], + [ + "ĠSt", + "odd" + ], + [ + "Ġser", + "mon" + ], + [ + "Ġshow", + "ers" + ], + [ + "Ġ3", + "60" + ], + [ + "ĠAl", + "gunos" + ], + [ + "Ġsw", + "ollen" + ], + [ + "Ġmoment", + "um" + ], + [ + "Ġinst", + "ruct" + ], + [ + "Ġeng", + "ra" + ], + [ + "15", + "0" + ], + [ + "Ġdemand", + "ing" + ], + [ + "Ġyouth", + "ful" + ], + [ + "Ġ190", + "2" + ], + [ + "Ġnerv", + "ously" + ], + [ + "Ġpant", + "ry" + ], + [ + "ĠCath", + "olics" + ], + [ + "Ġpier", + "na" + ], + [ + "Ġsed", + "a" + ], + [ + "Ġspect", + "acle" + ], + [ + "Ġappeal", + "ed" + ], + [ + "Ġmanufact", + "ured" + ], + [ + "Ġmast", + "s" + ], + [ + "Ġregres", + "ó" + ], + [ + "Ang", + "el" + ], + [ + "ĠCare", + "y" + ], + [ + "àŃ", + "ĩ" + ], + [ + "ĠRoc", + "he" + ], + [ + "ĠSna", + "ke" + ], + [ + "Ġphenomen", + "on" + ], + [ + "Ġwrink", + "led" + ], + [ + "ĠMoz", + "art" + ], + [ + "ĠKend", + "all" + ], + [ + "D", + "R" + ], + [ + "L", + "ake" + ], + [ + "P", + "ot" + ], + [ + "d", + "ÃŃ" + ], + [ + "n", + "ical" + ], + [ + "v", + "re" + ], + [ + "in", + "co" + ], + [ + "ha", + "k" + ], + [ + "Ġhe", + "aps" + ], + [ + "Ġno", + "st" + ], + [ + "st", + "own" + ], + [ + "ĠC", + "our" + ], + [ + "ĠP", + "oo" + ], + [ + "ĠP", + "retty" + ], + [ + "Ġhad", + "as" + ], + [ + "ĠN", + "oddy" + ], + [ + "ĠE", + "D" + ], + [ + "Ġgu", + "ides" + ], + [ + "de", + "ep" + ], + [ + "Ġmon", + "os" + ], + [ + "az", + "ul" + ], + [ + "ald", + "as" + ], + [ + "Ġobject", + "ions" + ], + [ + "Ġlleg", + "aba" + ], + [ + "iest", + "os" + ], + [ + "Ġspend", + "s" + ], + [ + "Ad", + "emás" + ], + [ + "ĠTim", + "othy" + ], + [ + "Ġdu", + "o" + ], + [ + "Ġlod", + "ging" + ], + [ + "Ġdomin", + "ated" + ], + [ + "Ġcalcul", + "ations" + ], + [ + "part", + "ement" + ], + [ + "Par", + "is" + ], + [ + "ĠDef", + "ence" + ], + [ + "ĠAlber", + "to" + ], + [ + "Ġmez", + "cl" + ], + [ + "GRAND", + "MOTHER" + ], + [ + "Ġmilksha", + "ke" + ], + [ + "-", + "_" + ], + [ + "h", + "ook" + ], + [ + "m", + "ÃŃa" + ], + [ + "n", + "ormal" + ], + [ + "r", + "ation" + ], + [ + "Ġp", + "ue" + ], + [ + "Ġl", + "áp" + ], + [ + "ĠB", + "ak" + ], + [ + "Ġqu", + "iera" + ], + [ + "ab", + "ove" + ], + [ + "ĠP", + "eg" + ], + [ + "ĠF", + "ay" + ], + [ + "ĠR", + "ory" + ], + [ + "Ġpe", + "aches" + ], + [ + "ĠV", + "es" + ], + [ + "ĠY", + "EAR" + ], + [ + "Ġent", + "ero" + ], + [ + "Ġmar", + "in" + ], + [ + "Ġcas", + "os" + ], + [ + "Ġsk", + "et" + ], + [ + "St", + "ud" + ], + [ + "Ġed", + "ited" + ], + [ + "ĠLa", + "f" + ], + [ + "ĠPar", + "ÃŃs" + ], + [ + "Ġesca", + "pes" + ], + [ + "Ġsac", + "o" + ], + [ + "Est", + "amos" + ], + [ + "Ġtor", + "rent" + ], + [ + "ett", + "es" + ], + [ + "Ġ189", + "8" + ], + [ + "Ġ189", + "9" + ], + [ + "Ġcircum", + "stance" + ], + [ + "Ġrod", + "illas" + ], + [ + "ét", + "ica" + ], + [ + "Ġflood", + "ing" + ], + [ + "sl", + "ide" + ], + [ + "Ġgrav", + "it" + ], + [ + "ĠBru", + "in" + ], + [ + "chee", + "ky" + ], + [ + "Ġproc", + "laimed" + ], + [ + "Ġcompens", + "ation" + ], + [ + "Ġalk", + "ali" + ], + [ + "lab", + "ial" + ], + [ + "ĠTes", + "co" + ], + [ + "Ġunsuccess", + "ful" + ], + [ + "Ġprede", + "cess" + ], + [ + "B", + "al" + ], + [ + "B", + "ast" + ], + [ + "G", + "ro" + ], + [ + "O", + "i" + ], + [ + "R", + "est" + ], + [ + "s", + "pl" + ], + [ + "w", + "itz" + ], + [ + "Ġf", + "oster" + ], + [ + "le", + "vant" + ], + [ + "ĠS", + "ep" + ], + [ + "ĠW", + "his" + ], + [ + "Ġout", + "stretched" + ], + [ + "ĠG", + "ri" + ], + [ + "ry", + "s" + ], + [ + "ide", + "red" + ], + [ + "Ġpe", + "er" + ], + [ + "IG", + "N" + ], + [ + "ure", + "l" + ], + [ + "Ġcar", + "ga" + ], + [ + "Ġpo", + "ca" + ], + [ + "ens", + "ional" + ], + [ + "Ġfl", + "ore" + ], + [ + "Ġtra", + "uma" + ], + [ + "In", + "cl" + ], + [ + "ib", + "ald" + ], + [ + "ĠAl", + "ready" + ], + [ + "gin", + "ning" + ], + [ + "Ġhair", + "dress" + ], + [ + "Ġvis", + "ita" + ], + [ + "Ġdest", + "ino" + ], + [ + "Ġdej", + "aron" + ], + [ + "Ġweight", + "s" + ], + [ + "Ġmas", + "ks" + ], + [ + "Ġarran", + "ging" + ], + [ + "ĠRec", + "ord" + ], + [ + "Ġlack", + "ing" + ], + [ + "Ġintend", + "ing" + ], + [ + "hant", + "om" + ], + [ + "Sec", + "ret" + ], + [ + "Ġgre", + "ase" + ], + [ + "Ġmuff", + "ins" + ], + [ + "Ġunexpected", + "ly" + ], + [ + "ĠCze", + "chos" + ], + [ + "Ġbrid", + "le" + ], + [ + "Fif", + "teen" + ], + [ + "Ġuncertain", + "ty" + ], + [ + "ĠIndepend", + "ent" + ], + [ + "Ġrestrict", + "ions" + ], + [ + "ĠBrid", + "get" + ], + [ + "Ġgeomet", + "ry" + ], + [ + "itte", + "es" + ], + [ + "ĠBagh", + "dad" + ], + [ + "L", + "ev" + ], + [ + "R", + "am" + ], + [ + "S", + "cientists" + ], + [ + "r", + "ucción" + ], + [ + "Ġ", + "CHILD" + ], + [ + "Ġf", + "ists" + ], + [ + "Ġf", + "usion" + ], + [ + "Ġp", + "ater" + ], + [ + "im", + "ag" + ], + [ + "Ġde", + "jo" + ], + [ + "Ġfor", + "lorn" + ], + [ + "ith", + "s" + ], + [ + "Ġwh", + "oops" + ], + [ + "if", + "ier" + ], + [ + "Ġr", + "ushes" + ], + [ + "ul", + "in" + ], + [ + "ĠR", + "eddy" + ], + [ + "Ġun", + "incorporated" + ], + [ + "ran", + "ium" + ], + [ + "Ġcomp", + "rom" + ], + [ + "Ġsl", + "ices" + ], + [ + "Ġob", + "tener" + ], + [ + "ĠEl", + "aine" + ], + [ + "Ġfront", + "ier" + ], + [ + "Ġple", + "ad" + ], + [ + "fl", + "ix" + ], + [ + "Ġdet", + "on" + ], + [ + "Ġnorth", + "ward" + ], + [ + "ĠPro", + "ductions" + ], + [ + "Ġrain", + "fall" + ], + [ + "Ġkil", + "ó" + ], + [ + "Ġtempt", + "ing" + ], + [ + "Ġreun", + "ion" + ], + [ + "anim", + "al" + ], + [ + "ĠEle", + "phant" + ], + [ + "ĠGuten", + "berg" + ], + [ + "D", + "ifferent" + ], + [ + "it", + "ics" + ], + [ + "Ġd", + "y" + ], + [ + "Ġp", + "isc" + ], + [ + "Ġhe", + "cha" + ], + [ + "os", + "er" + ], + [ + "Ġst", + "rolled" + ], + [ + "ĠA", + "GAIN" + ], + [ + "AT", + "ED" + ], + [ + "th", + "ren" + ], + [ + "na", + "e" + ], + [ + "Ġpl", + "as" + ], + [ + "ĠF", + "ri" + ], + [ + "ĠE", + "isen" + ], + [ + "pe", + "re" + ], + [ + "pe", + "anut" + ], + [ + "ĠO", + "oh" + ], + [ + "ĠSt", + "ubby" + ], + [ + "Ġdis", + "orders" + ], + [ + "Ġmost", + "rar" + ], + [ + "Ġimp", + "et" + ], + [ + "Ġass", + "erted" + ], + [ + "ĠCom", + "mer" + ], + [ + "ator", + "ial" + ], + [ + "col", + "ors" + ], + [ + "Ġnorth", + "western" + ], + [ + "ĠTO", + "O" + ], + [ + "Ġbelong", + "ings" + ], + [ + "ĠCo", + "hen" + ], + [ + "Ġeast", + "ward" + ], + [ + "Ġjoy", + "ful" + ], + [ + "Ġ186", + "5" + ], + [ + "Ġsore", + "ly" + ], + [ + "enes", + "is" + ], + [ + "Under", + "stand" + ], + [ + "drink", + "ing" + ], + [ + "Ġber", + "th" + ], + [ + "Ġmorn", + "in" + ], + [ + "B", + "arry" + ], + [ + "J", + "oy" + ], + [ + "Ġc", + "ie" + ], + [ + "is", + "ine" + ], + [ + "ed", + "ed" + ], + [ + "ar", + "ro" + ], + [ + "Ġg", + "el" + ], + [ + "ĠS", + "out" + ], + [ + "and", + "in" + ], + [ + "st", + "ore" + ], + [ + "Ġan", + "unci" + ], + [ + "ĠC", + "ove" + ], + [ + "Ġne", + "uro" + ], + [ + "ĠD", + "ow" + ], + [ + "em", + "in" + ], + [ + "Ġsp", + "a" + ], + [ + "Ġtr", + "ineo" + ], + [ + "Ġneed", + "ing" + ], + [ + "Ġch", + "ops" + ], + [ + "oc", + "us" + ], + [ + "Ġcha", + "mbers" + ], + [ + "Ġreal", + "izing" + ], + [ + "Ġwar", + "med" + ], + [ + "Ġrel", + "ación" + ], + [ + "Ġcab", + "ra" + ], + [ + "Ġste", + "ed" + ], + [ + "Ġsol", + "os" + ], + [ + "ĠCar", + "la" + ], + [ + "iemp", + "o" + ], + [ + "Ġstep", + "mother" + ], + [ + "Ġstar", + "fish" + ], + [ + "Ġgen", + "ial" + ], + [ + "chan", + "ged" + ], + [ + "Ġroof", + "s" + ], + [ + "Ġremo", + "val" + ], + [ + "Ġ186", + "3" + ], + [ + "Ġimm", + "ortal" + ], + [ + "ĠCorn", + "elia" + ], + [ + "Ġnac", + "ió" + ], + [ + "Ġconfident", + "ial" + ], + [ + "ĠGall", + "ery" + ], + [ + "Ġsacrific", + "ed" + ], + [ + "Ġil", + "umin" + ], + [ + "Ġvary", + "ing" + ], + [ + "ĠExpl", + "orer" + ], + [ + "Ġchrom", + "os" + ], + [ + "Prin", + "cess" + ], + [ + "Ġocurr", + "ido" + ], + [ + "Ġoce", + "ans" + ], + [ + "Ġflan", + "nel" + ], + [ + "!", + ")" + ], + [ + "A", + "mb" + ], + [ + "S", + "ort" + ], + [ + "Ġw", + "izard" + ], + [ + "Ġc", + "ork" + ], + [ + "ith", + "ium" + ], + [ + "se", + "nd" + ], + [ + "Ġwith", + "drawn" + ], + [ + "our", + "ces" + ], + [ + "Ġpl", + "under" + ], + [ + "ast", + "re" + ], + [ + "ĠK", + "n" + ], + [ + "ĠK", + "ling" + ], + [ + "Ġcomp", + "ort" + ], + [ + "ú", + "ho" + ], + [ + "ĠAn", + "imal" + ], + [ + "Ġcast", + "les" + ], + [ + "Ġextra", + "ña" + ], + [ + "Com", + "té" + ], + [ + "ĠChin", + "aman" + ], + [ + "Ġmas", + "cul" + ], + [ + "Ġbord", + "e" + ], + [ + "Ġgym", + "nast" + ], + [ + "Ġincor", + "rect" + ], + [ + "Ġcust", + "ard" + ], + [ + "Ġfulf", + "illed" + ], + [ + "Ġpared", + "es" + ], + [ + "ĠGIRL", + "S" + ], + [ + "L", + "iving" + ], + [ + "S", + "ports" + ], + [ + "T", + "IN" + ], + [ + "T", + "rying" + ], + [ + "V", + "ill" + ], + [ + "d", + "ings" + ], + [ + "f", + "ox" + ], + [ + "f", + "unction" + ], + [ + "m", + "umbles" + ], + [ + "v", + "ice" + ], + [ + "w", + "ords" + ], + [ + "ou", + "dy" + ], + [ + "ĠS", + "V" + ], + [ + "ĠP", + "ER" + ], + [ + "ĠL", + "iga" + ], + [ + "ĠE", + "duc" + ], + [ + "Ġby", + "pass" + ], + [ + "Ġex", + "cell" + ], + [ + "Ġthink", + "in" + ], + [ + "ick", + "ory" + ], + [ + "Ġhand", + "writing" + ], + [ + "Ġad", + "joining" + ], + [ + "Ġdis", + "ability" + ], + [ + "Ġcont", + "amin" + ], + [ + "Ġyear", + "ly" + ], + [ + "Ġch", + "ronic" + ], + [ + "ĠShe", + "l" + ], + [ + "Ġbot", + "ella" + ], + [ + "bab", + "ies" + ], + [ + "Ġph", + "osph" + ], + [ + "Ġgrand", + "daughter" + ], + [ + "Ġtem", + "er" + ], + [ + "Ġpubl", + "ish" + ], + [ + "Ġinform", + "ación" + ], + [ + "Ġstraight", + "en" + ], + [ + "Ġwhis", + "ky" + ], + [ + "Ġrespect", + "ive" + ], + [ + "sp", + "aghetti" + ], + [ + "Ġrat", + "ones" + ], + [ + "ĠAre", + "na" + ], + [ + "Ġwhist", + "les" + ], + [ + "Ġperman", + "ently" + ], + [ + "Ġplatform", + "s" + ], + [ + "Fort", + "y" + ], + [ + "Ġcongrat", + "ulate" + ], + [ + "Ġrestrict", + "ed" + ], + [ + "Ġboil", + "er" + ], + [ + "Ġling", + "ered" + ], + [ + "Ġwaff", + "les" + ], + [ + "ĠPLAY", + "ING" + ], + [ + "Ġkar", + "ate" + ], + [ + "ĠMund", + "ial" + ], + [ + "Marg", + "aret" + ], + [ + "H", + "S" + ], + [ + "b", + "ility" + ], + [ + "Ġs", + "urname" + ], + [ + "Ġf", + "ian" + ], + [ + "Ġg", + "ains" + ], + [ + "ĠI", + "stanbul" + ], + [ + "Ġre", + "hab" + ], + [ + "Ġn", + "acional" + ], + [ + "ab", + "elle" + ], + [ + "ĠP", + "ack" + ], + [ + "em", + "at" + ], + [ + "ĠG", + "range" + ], + [ + "á", + "ndez" + ], + [ + "Ġman", + "ages" + ], + [ + "iz", + "ada" + ], + [ + "ĠY", + "ORK" + ], + [ + "ves", + "ter" + ], + [ + "Ġspe", + "ck" + ], + [ + "ĠBr", + "as" + ], + [ + "Ġpres", + "cription" + ], + [ + "aj", + "á" + ], + [ + "Ġcle", + "ans" + ], + [ + "Ġda", + "ft" + ], + [ + "cu", + "atro" + ], + [ + "Ġpret", + "zel" + ], + [ + "Ġcur", + "so" + ], + [ + "bl", + "ank" + ], + [ + "Ġsqu", + "irt" + ], + [ + "ĠFor", + "rest" + ], + [ + "An", + "thony" + ], + [ + "ĠMan", + "n" + ], + [ + "ĠBen", + "ny" + ], + [ + "Ġdisapp", + "oint" + ], + [ + "ĠMark", + "et" + ], + [ + "Ġtrust", + "ing" + ], + [ + "Ġdiscuss", + "ions" + ], + [ + "Ġtight", + "s" + ], + [ + "Ġ189", + "6" + ], + [ + "Ġveget", + "ation" + ], + [ + "ĠPlan", + "et" + ], + [ + "Quick", + "ly" + ], + [ + "ĠBla", + "ir" + ], + [ + "Ġsyll", + "able" + ], + [ + "'", + ";" + ], + [ + "D", + "ark" + ], + [ + "H", + "ans" + ], + [ + "M", + "ass" + ], + [ + "v", + "ado" + ], + [ + "it", + "aine" + ], + [ + "ar", + "ca" + ], + [ + "Ġon", + "wards" + ], + [ + "oo", + "o" + ], + [ + "se", + "ction" + ], + [ + "st", + "age" + ], + [ + "ĠC", + "incinnati" + ], + [ + "Ġli", + "ly" + ], + [ + "Ġwh", + "ither" + ], + [ + "ĠW", + "ord" + ], + [ + "ind", + "ers" + ], + [ + "Ġco", + "con" + ], + [ + "Ġinter", + "rump" + ], + [ + "Ġref", + "uses" + ], + [ + "ple", + "nd" + ], + [ + "ĠEl", + "ite" + ], + [ + "Ġtem", + "or" + ], + [ + "Ġz", + "orro" + ], + [ + "arch", + "y" + ], + [ + "ij", + "ah" + ], + [ + "ĠSome", + "one" + ], + [ + "sa", + "fe" + ], + [ + "Ġhost", + "ages" + ], + [ + "cont", + "rol" + ], + [ + "Ġtend", + "rÃŃa" + ], + [ + "Ġmotor", + "way" + ], + [ + "Ġtrick", + "ed" + ], + [ + "Ġplat", + "os" + ], + [ + "IV", + "B" + ], + [ + "Ġexpress", + "ing" + ], + [ + "Ġcay", + "eron" + ], + [ + "Ġmant", + "le" + ], + [ + "Ben", + "jamin" + ], + [ + "Ind", + "ian" + ], + [ + "ç", + "a" + ], + [ + "Int", + "o" + ], + [ + "Ġobed", + "ient" + ], + [ + "Ġsib", + "lings" + ], + [ + "CHO", + "OL" + ], + [ + "Ġgira", + "ffes" + ], + [ + "K", + "EL" + ], + [ + "P", + "ra" + ], + [ + "R", + "ussian" + ], + [ + "U", + "sted" + ], + [ + "t", + "at" + ], + [ + "t", + "ta" + ], + [ + "ou", + "f" + ], + [ + "Ġp", + "arson" + ], + [ + "ad", + "ian" + ], + [ + "ow", + "ards" + ], + [ + "ke", + "rel" + ], + [ + "ĠM", + "ás" + ], + [ + "ĠB", + "owser" + ], + [ + "Ġr", + "ook" + ], + [ + "ĠW", + "yn" + ], + [ + "ĠL", + "akes" + ], + [ + "ĠN", + "ut" + ], + [ + "á", + "d" + ], + [ + "ci", + "us" + ], + [ + "uck", + "oo" + ], + [ + "Ġcu", + "arenta" + ], + [ + "Ġhapp", + "iest" + ], + [ + "go", + "gne" + ], + [ + "In", + "side" + ], + [ + "gr", + "ad" + ], + [ + "Ġve", + "nder" + ], + [ + "Ġchar", + "co" + ], + [ + "Ġsal", + "oon" + ], + [ + "Ġtre", + "mble" + ], + [ + "ey", + "ore" + ], + [ + "Ġloc", + "ally" + ], + [ + "uy", + "u" + ], + [ + "ĠMc", + "Gregor" + ], + [ + "ĠSha", + "y" + ], + [ + "Ġdefe", + "ating" + ], + [ + "Ġassoci", + "ations" + ], + [ + "ĠEvery", + "one" + ], + [ + "Ġbol", + "ts" + ], + [ + "Ġprogress", + "ive" + ], + [ + "ĠUN", + "DER" + ], + [ + "ĠSid", + "ney" + ], + [ + "ĠGuer", + "ra" + ], + [ + "Buen", + "as" + ], + [ + "ĠBened", + "ict" + ], + [ + "S", + "ophie" + ], + [ + "c", + "ousin" + ], + [ + "t", + "ad" + ], + [ + "y", + "stem" + ], + [ + "Ã", + "ĵ" + ], + [ + "Ġa", + "ter" + ], + [ + "Ġd", + "uke" + ], + [ + "ĠS", + "onia" + ], + [ + "Ġso", + "bs" + ], + [ + "Ġor", + "al" + ], + [ + "ĠN", + "orton" + ], + [ + "Ġ'", + "'" + ], + [ + "hm", + "en" + ], + [ + "ip", + "el" + ], + [ + "ect", + "or" + ], + [ + "gu", + "ien" + ], + [ + "Ġtrain", + "er" + ], + [ + "Ġcur", + "l" + ], + [ + "Ġprom", + "ot" + ], + [ + "Ġdiv", + "ulg" + ], + [ + "Ġpost", + "box" + ], + [ + "ĠItal", + "ians" + ], + [ + "Ġapart", + "ments" + ], + [ + "Pl", + "an" + ], + [ + "Ġow", + "ls" + ], + [ + "Fran", + "che" + ], + [ + "è", + "res" + ], + [ + "Ġ188", + "8" + ], + [ + "Ġqual", + "ify" + ], + [ + "Ġfold", + "ing" + ], + [ + "ĠCH", + "AR" + ], + [ + "ĠBir", + "thday" + ], + [ + "Ġsne", + "ezes" + ], + [ + "Ġratt", + "led" + ], + [ + "Ġastron", + "aut" + ], + [ + "Ġfir", + "me" + ], + [ + "Jos", + "é" + ], + [ + "Ġserp", + "iente" + ], + [ + "ĠLiter", + "ature" + ], + [ + "Ġgras", + "ping" + ], + [ + "W", + "anna" + ], + [ + "c", + "ade" + ], + [ + "ar", + "u" + ], + [ + "ĠI", + "ike" + ], + [ + "et", + "he" + ], + [ + "ĠS", + "ite" + ], + [ + "ĠP", + "ala" + ], + [ + "Ġpl", + "ight" + ], + [ + "Ġbefore", + "hand" + ], + [ + "Ġbot", + "bot" + ], + [ + "Ġlea", + "gues" + ], + [ + "Ġmet", + "ap" + ], + [ + "ĠDe", + "clar" + ], + [ + "Ġdin", + "ners" + ], + [ + "arl", + "ic" + ], + [ + "Ġhot", + "ter" + ], + [ + "umb", + "ent" + ], + [ + "ĠCha", + "p" + ], + [ + "Ah", + "ÃŃ" + ], + [ + "ĠCar", + "rie" + ], + [ + "Ġpal", + "ms" + ], + [ + "Ġequ", + "ations" + ], + [ + "bor", + "o" + ], + [ + "Ġgeneral", + "mente" + ], + [ + "ĠRep", + "ública" + ], + [ + "ĠEst", + "oy" + ], + [ + "Ġsmell", + "ed" + ], + [ + "Ġfresh", + "water" + ], + [ + "Ġnote", + "book" + ], + [ + "Ġfac", + "ulty" + ], + [ + "Ġdescend", + "ing" + ], + [ + "ĠPop", + "py" + ], + [ + "Ġtus", + "ks" + ], + [ + "ĠBir", + "ds" + ], + [ + "ĠTen", + "ÃŃa" + ], + [ + "Ġimit", + "ate" + ], + [ + "Ġove", + "jas" + ], + [ + "Ġsacrific", + "es" + ], + [ + "ĠAnim", + "ation" + ], + [ + "ĠSebast", + "ian" + ], + [ + "forman", + "ce" + ], + [ + "ĠProof", + "reading" + ], + [ + "B", + "essie" + ], + [ + "D", + "AY" + ], + [ + "F", + "urther" + ], + [ + "H", + "all" + ], + [ + "us", + "ters" + ], + [ + "Ġn", + "ido" + ], + [ + "ĠT", + "han" + ], + [ + "ĠT", + "able" + ], + [ + "ch", + "ip" + ], + [ + "ĠC", + "aterpillar" + ], + [ + "th", + "or" + ], + [ + "Ġr", + "iches" + ], + [ + "pp", + "ie" + ], + [ + "Ġcl", + "ases" + ], + [ + "ear", + "ing" + ], + [ + "pl", + "aced" + ], + [ + "Ġdes", + "n" + ], + [ + "az", + "i" + ], + [ + "Ġsw", + "an" + ], + [ + "Ġlar", + "gos" + ], + [ + "és", + "a" + ], + [ + "ĠBer", + "tr" + ], + [ + "ĠBer", + "keley" + ], + [ + "Ġi", + "OS" + ], + [ + "Ġsight", + "ed" + ], + [ + "Ġviv", + "os" + ], + [ + "Ġsegu", + "ido" + ], + [ + "ĠIT", + "V" + ], + [ + "Ġfashion", + "ed" + ], + [ + "Ġweekend", + "s" + ], + [ + "Ġax", + "i" + ], + [ + "Ġespañ", + "ola" + ], + [ + "Ġsumm", + "ary" + ], + [ + "Ġwhirl", + "ed" + ], + [ + "Ġblanc", + "os" + ], + [ + "Ġtreacher", + "ous" + ], + [ + "0", + "5" + ], + [ + "C", + "ass" + ], + [ + "J", + "a" + ], + [ + "L", + "or" + ], + [ + "N", + "EW" + ], + [ + "P", + "ig" + ], + [ + "P", + "ierre" + ], + [ + "b", + "ons" + ], + [ + "r", + "aron" + ], + [ + "Ġl", + "ime" + ], + [ + "Ġl", + "uchar" + ], + [ + "Ġe", + "aster" + ], + [ + "Ġis", + "las" + ], + [ + "ac", + "ial" + ], + [ + "ĠC", + "AP" + ], + [ + "ĠB", + "am" + ], + [ + "ĠH", + "ak" + ], + [ + "ĠP", + "ens" + ], + [ + "ĠJ", + "O" + ], + [ + "Ġbo", + "ing" + ], + [ + "Ġbr", + "andy" + ], + [ + "be", + "ads" + ], + [ + "Ġpo", + "llo" + ], + [ + "ĠSt", + "re" + ], + [ + "de", + "ad" + ], + [ + "ĠCh", + "icken" + ], + [ + "Ġgl", + "or" + ], + [ + "Ġpresent", + "ing" + ], + [ + "Ġtrans", + "parent" + ], + [ + "ĠEs", + "c" + ], + [ + "Ġdevelop", + "ments" + ], + [ + "ĠTr", + "é" + ], + [ + "ĠTH", + "RO" + ], + [ + "Ġhost", + "ess" + ], + [ + "Ġfool", + "ing" + ], + [ + "Ġris", + "ky" + ], + [ + "Br", + "ad" + ], + [ + "Ġsuspect", + "s" + ], + [ + "Ġcub", + "s" + ], + [ + "ĠChan", + "cellor" + ], + [ + "ĠMars", + "hal" + ], + [ + "ĠPers", + "ians" + ], + [ + "SS", + "S" + ], + [ + "ĠTri", + "p" + ], + [ + "Ġribb", + "it" + ], + [ + "ĠCab", + "all" + ], + [ + "ĠCab", + "inet" + ], + [ + "ĠKnight", + "s" + ], + [ + "ĠBour", + "gogne" + ], + [ + "Ġrig", + "id" + ], + [ + "ĠPE", + "OPLE" + ], + [ + "iaz", + "za" + ], + [ + "gü", + "enza" + ], + [ + "W", + "ITH" + ], + [ + "a", + "gh" + ], + [ + "d", + "ong" + ], + [ + "in", + "qu" + ], + [ + "re", + "f" + ], + [ + "Ġb", + "amboo" + ], + [ + "ir", + "ting" + ], + [ + "Ġdo", + "ggies" + ], + [ + "ĠT", + "ory" + ], + [ + "ĠT", + "RI" + ], + [ + "ĠS", + "hane" + ], + [ + "ĠS", + "esame" + ], + [ + "ĠM", + "ow" + ], + [ + "Ġk", + "a" + ], + [ + "ĠC", + "unning" + ], + [ + "Ġli", + "able" + ], + [ + "ĠG", + "RA" + ], + [ + "ĠF", + "uj" + ], + [ + "ag", + "re" + ], + [ + "air", + "plane" + ], + [ + "Ġve", + "a" + ], + [ + "ident", + "al" + ], + [ + "aj", + "i" + ], + [ + "amb", + "ia" + ], + [ + "Ġsol", + "utions" + ], + [ + "ĠBl", + "unt" + ], + [ + "Ġ9", + "00" + ], + [ + "ĠRe", + "ginald" + ], + [ + "urs", + "os" + ], + [ + "En", + "ter" + ], + [ + "Ġprotect", + "or" + ], + [ + "ĠMark", + "s" + ], + [ + "Ġbis", + "iestos" + ], + [ + "ĠME", + "AN" + ], + [ + "CA", + "A" + ], + [ + "Ġemploy", + "ers" + ], + [ + "có", + "g" + ], + [ + "Ġweigh", + "ing" + ], + [ + "Ġvoc", + "als" + ], + [ + "ást", + "ico" + ], + [ + "Ġdesay", + "uno" + ], + [ + "iven", + "ess" + ], + [ + "Ġwholes", + "ome" + ], + [ + "Ġjuris", + "d" + ], + [ + "G", + "IRL" + ], + [ + "H", + "op" + ], + [ + "g", + "at" + ], + [ + "Ġd", + "ens" + ], + [ + "Ġbe", + "in" + ], + [ + "ad", + "ad" + ], + [ + "and", + "ers" + ], + [ + "ĠB", + "ooth" + ], + [ + "Ġcom", + "fy" + ], + [ + "od", + "or" + ], + [ + "ber", + "ger" + ], + [ + "Ġsp", + "ine" + ], + [ + "Ġro", + "cas" + ], + [ + "ah", + "boo" + ], + [ + "cl", + "ick" + ], + [ + "Ġpop", + "ulous" + ], + [ + "Ġcer", + "d" + ], + [ + "When", + "ever" + ], + [ + "Ġbar", + "cos" + ], + [ + "Ġdep", + "ot" + ], + [ + "Ġext", + "ensión" + ], + [ + "ĠFor", + "bes" + ], + [ + "ĠMa", + "o" + ], + [ + "Ġreason", + "ably" + ], + [ + "ĠPl", + "ant" + ], + [ + "ĠSw", + "an" + ], + [ + "Ġsn", + "oring" + ], + [ + "was", + "hing" + ], + [ + "Ġstri", + "pe" + ], + [ + "Ġcapt", + "ives" + ], + [ + "Ġgall", + "o" + ], + [ + "pro", + "fit" + ], + [ + "Ġattend", + "ant" + ], + [ + "Ġinn", + "umer" + ], + [ + "Ġshr", + "ubs" + ], + [ + "ĠMars", + "h" + ], + [ + "Ġlamb", + "s" + ], + [ + "found", + "land" + ], + [ + "Ġpien", + "sa" + ], + [ + "Pop", + "ulation" + ], + [ + "Ġsqueak", + "y" + ], + [ + "Ġresear", + "chers" + ], + [ + "Ġimprison", + "ment" + ], + [ + "Ġeru", + "ption" + ], + [ + "Ġdre", + "ary" + ], + [ + "'", + "--" + ], + [ + "D", + "os" + ], + [ + "L", + "ock" + ], + [ + "V", + "i" + ], + [ + "g", + "ence" + ], + [ + "j", + "ada" + ], + [ + "w", + "ain" + ], + [ + "in", + "us" + ], + [ + "Ġl", + "onel" + ], + [ + "Ġin", + "útil" + ], + [ + "ĠC", + "ran" + ], + [ + "ĠB", + "od" + ], + [ + "um", + "mhm" + ], + [ + "Ġr", + "ue" + ], + [ + "ist", + "es" + ], + [ + "ĠF", + "oot" + ], + [ + "ĠJ", + "ip" + ], + [ + "á", + "ng" + ], + [ + "Ġex", + "clamó" + ], + [ + "Ġjust", + "ify" + ], + [ + "ĠO", + "blast" + ], + [ + "Ġsp", + "ur" + ], + [ + "la", + "ir" + ], + [ + "Ġdi", + "alogue" + ], + [ + "bo", + "ing" + ], + [ + "com", + "p" + ], + [ + "ĠDe", + "bby" + ], + [ + "Ġmus", + "cular" + ], + [ + "ze", + "bra" + ], + [ + "Ġple", + "a" + ], + [ + "Ġi", + "Phone" + ], + [ + "Ġmam", + "i" + ], + [ + "Ġsand", + "box" + ], + [ + "Ġban", + "co" + ], + [ + "ĠSte", + "in" + ], + [ + "Ġfuer", + "tes" + ], + [ + "ĠWin", + "ifred" + ], + [ + "Ġflower", + "ing" + ], + [ + "Ma", + "isie" + ], + [ + "Ġund", + "ers" + ], + [ + "ĠGreen", + "land" + ], + [ + "Ġúlt", + "imos" + ], + [ + "Ġdisappear", + "ing" + ], + [ + "Ġcommission", + "ed" + ], + [ + "ĠlÃŃ", + "qu" + ], + [ + "Ray", + "mond" + ], + [ + "cray", + "ons" + ], + [ + "ĠFal", + "con" + ], + [ + "ĠBark", + "er" + ], + [ + "Ġappar", + "atus" + ], + [ + "Ġsubdu", + "ed" + ], + [ + "A", + "k" + ], + [ + "C", + "ab" + ], + [ + "g", + "amos" + ], + [ + "Ã", + "®" + ], + [ + "ed", + "uc" + ], + [ + "om", + "ical" + ], + [ + "ĠS", + "ection" + ], + [ + "ĠM", + "avis" + ], + [ + "all", + "ic" + ], + [ + "ĠB", + "ax" + ], + [ + "Ġj", + "im" + ], + [ + "Ġar", + "k" + ], + [ + "Ġpo", + "king" + ], + [ + "Ġac", + "ción" + ], + [ + "und", + "os" + ], + [ + "ĠTh", + "ousand" + ], + [ + "cu", + "idado" + ], + [ + "Ġinter", + "course" + ], + [ + "ĠPr", + "ison" + ], + [ + "Ġz", + "inc" + ], + [ + "Ġrad", + "ar" + ], + [ + "Ġav", + "iation" + ], + [ + "Ġinvest", + "ed" + ], + [ + "LA", + "CK" + ], + [ + "Ġsocial", + "ist" + ], + [ + "Ġcuri", + "osidad" + ], + [ + "ĠSy", + "mphony" + ], + [ + "Ġterrit", + "orio" + ], + [ + "Ġtravell", + "er" + ], + [ + "Ġmeasure", + "ments" + ], + [ + "Ġrejo", + "ice" + ], + [ + "Ġgrie", + "ved" + ], + [ + "Ġtechn", + "ically" + ], + [ + "acie", + "ux" + ], + [ + "Friend", + "s" + ], + [ + "ÃŃfic", + "os" + ], + [ + "Ġbarr", + "acks" + ], + [ + "Ġarb", + "ust" + ], + [ + ".", + "âĢĭ" + ], + [ + "J", + "ud" + ], + [ + "n", + "ick" + ], + [ + "s", + "erv" + ], + [ + "Ġs", + "illas" + ], + [ + "Ġo", + "st" + ], + [ + "Ġo", + "las" + ], + [ + "Ġf", + "is" + ], + [ + "Ġf", + "rol" + ], + [ + "Ġg", + "ab" + ], + [ + "us", + "i" + ], + [ + "id", + "encia" + ], + [ + "ĠS", + "N" + ], + [ + "ĠA", + "she" + ], + [ + "Ġas", + "certain" + ], + [ + "ĠF", + "L" + ], + [ + "ĠR", + "andy" + ], + [ + "Ġfl", + "owed" + ], + [ + "Ġmen", + "cion" + ], + [ + "Ġsound", + "track" + ], + [ + "cial", + "es" + ], + [ + "Ġfire", + "fighter" + ], + [ + "TE", + "L" + ], + [ + "Ġpop", + "ping" + ], + [ + "Ġref", + "le" + ], + [ + "Th", + "ird" + ], + [ + "Ġcoll", + "ision" + ], + [ + "Ġple", + "as" + ], + [ + "Ġcal", + "am" + ], + [ + "Ġdisc", + "ount" + ], + [ + "Ġhacer", + "se" + ], + [ + "Me", + "et" + ], + [ + "Ġcast", + "ig" + ], + [ + "ĠMe", + "itei" + ], + [ + "Ġfill", + "s" + ], + [ + "Ġview", + "ers" + ], + [ + "âĮĭ", + "," + ], + [ + "Ġphot", + "ograp" + ], + [ + "Ġfright", + "ening" + ], + [ + "Ġconse", + "jo" + ], + [ + "Am", + "anda" + ], + [ + "Ġlibr", + "as" + ], + [ + "ä", + "r" + ], + [ + "scream", + "ing" + ], + [ + "ĠStud", + "io" + ], + [ + "Ġteen", + "age" + ], + [ + "nold", + "s" + ], + [ + "Trans", + "port" + ], + [ + "ĠRap", + "id" + ], + [ + "Ġexter", + "nos" + ], + [ + "G", + "az" + ], + [ + "M", + "ia" + ], + [ + "R", + "S" + ], + [ + "W", + "HERE" + ], + [ + "c", + "H" + ], + [ + "d", + "ada" + ], + [ + "e", + "ither" + ], + [ + "p", + "rop" + ], + [ + "t", + "re" + ], + [ + "Ġa", + "ims" + ], + [ + "Ġc", + "ue" + ], + [ + "it", + "ió" + ], + [ + "Ġg", + "ait" + ], + [ + "et", + "to" + ], + [ + "Ġbe", + "aker" + ], + [ + "Ġn", + "ets" + ], + [ + "ri", + "bbit" + ], + [ + "Ġcan", + "ciones" + ], + [ + "ÃŃ", + "to" + ], + [ + "Ġen", + "light" + ], + [ + "Ġex", + "ult" + ], + [ + "fe", + "rent" + ], + [ + "Ġaf", + "loat" + ], + [ + "ho", + "on" + ], + [ + "Ġcomp", + "onent" + ], + [ + "und", + "y" + ], + [ + "who", + "osh" + ], + [ + "Ġwait", + "s" + ], + [ + "ĠEl", + "sie" + ], + [ + "Ġinst", + "al" + ], + [ + "Ġwin", + "ters" + ], + [ + "EN", + "S" + ], + [ + "Ġadm", + "iring" + ], + [ + "ĠTr", + "ot" + ], + [ + "Ġjug", + "amos" + ], + [ + "Dad", + "da" + ], + [ + "Ġyouth", + "s" + ], + [ + "Ġmission", + "ary" + ], + [ + "Ġstro", + "de" + ], + [ + "Ġaer", + "ob" + ], + [ + "Ġvir", + "uses" + ], + [ + "Ġcad", + "ena" + ], + [ + "Ġbru", + "ised" + ], + [ + "Ġconsum", + "er" + ], + [ + "Sil", + "ence" + ], + [ + "ĠBos", + "nia" + ], + [ + "ĠSho", + "ck" + ], + [ + "L", + "leg" + ], + [ + "W", + "ed" + ], + [ + "x", + "y" + ], + [ + "z", + "hoo" + ], + [ + "er", + "h" + ], + [ + "Ġd", + "airy" + ], + [ + "Ġp", + "ing" + ], + [ + "Ġha", + "ck" + ], + [ + "ĠT", + "hy" + ], + [ + "ĠC", + "ode" + ], + [ + "ĠB", + "ET" + ], + [ + "Ġla", + "pt" + ], + [ + "Ġab", + "ortion" + ], + [ + "Ġcom", + "ics" + ], + [ + "ó", + "se" + ], + [ + "Ġex", + "isten" + ], + [ + "lo", + "ading" + ], + [ + "ool", + "s" + ], + [ + "Ġtra", + "its" + ], + [ + "Ġmon", + "te" + ], + [ + "ĠMar", + "illa" + ], + [ + "Ġfun", + "ción" + ], + [ + "ĠAr", + "cher" + ], + [ + "Ġ18", + "50" + ], + [ + "Ġda", + "is" + ], + [ + "ĠSp", + "art" + ], + [ + "Ġpat", + "riot" + ], + [ + "Ġexpect", + "ation" + ], + [ + "ĠAugust", + "us" + ], + [ + "Ġsn", + "eaking" + ], + [ + "Ġven", + "gan" + ], + [ + "ĠMe", + "ad" + ], + [ + "RE", + "D" + ], + [ + "Ġhonest", + "y" + ], + [ + "ĠRos", + "en" + ], + [ + "Ġdism", + "al" + ], + [ + "Ġtrabaj", + "ando" + ], + [ + "Ġsalv", + "ation" + ], + [ + "ĠConfeder", + "ates" + ], + [ + "Ġaccord", + "ance" + ], + [ + "Cent", + "ral" + ], + [ + "ĠMeth", + "od" + ], + [ + "Ġdoctr", + "ine" + ], + [ + "ĠNickel", + "odeon" + ], + [ + "S", + "el" + ], + [ + "in", + "or" + ], + [ + "Ġb", + "iog" + ], + [ + "it", + "ivo" + ], + [ + "Ġh", + "ilar" + ], + [ + "ĠT", + "inky" + ], + [ + "ĠM", + "ull" + ], + [ + "ĠC", + "emetery" + ], + [ + "ĠD", + "S" + ], + [ + "ĠF", + "ris" + ], + [ + "ind", + "ic" + ], + [ + "Ġstill", + "ness" + ], + [ + "ĠCh", + "ick" + ], + [ + "aw", + "oh" + ], + [ + "Ġgreen", + "house" + ], + [ + "Ġir", + "resist" + ], + [ + "Ġpod", + "rá" + ], + [ + "ĠTo", + "k" + ], + [ + "ĠDo", + "ver" + ], + [ + "Ġbes", + "ie" + ], + [ + "LE", + "Y" + ], + [ + "Ġhorses", + "hoe" + ], + [ + "Ġphot", + "ography" + ], + [ + "Ġtour", + "naments" + ], + [ + "ĠWin", + "ston" + ], + [ + "ĠAir", + "ways" + ], + [ + "ĠSim", + "psons" + ], + [ + "ellig", + "ence" + ], + [ + "ĠPet", + "erson" + ], + [ + "ĠBro", + "ck" + ], + [ + "Ġsober", + "ly" + ], + [ + "Ġprett", + "ier" + ], + [ + "Ġprev", + "ailed" + ], + [ + "Ġmanufacture", + "r" + ], + [ + "Ġprecis", + "o" + ], + [ + "ĠAch", + "illes" + ], + [ + "ĠAdela", + "ide" + ], + [ + "'", + ")" + ], + [ + "b", + "uh" + ], + [ + "t", + "ower" + ], + [ + "Ġt", + "rench" + ], + [ + "Ġwe", + "ighs" + ], + [ + "ch", + "us" + ], + [ + "ant", + "ically" + ], + [ + "ĠP", + "rog" + ], + [ + "ĠN", + "adu" + ], + [ + "ia", + "ge" + ], + [ + "Ġbr", + "at" + ], + [ + "ĠU", + "g" + ], + [ + "man", + "uel" + ], + [ + "ob", + "ed" + ], + [ + "Ġbu", + "oy" + ], + [ + "ĠDe", + "er" + ], + [ + "fl", + "u" + ], + [ + "Ġlleg", + "ada" + ], + [ + "Ġemb", + "ro" + ], + [ + "sp", + "ace" + ], + [ + "Ġtap", + "a" + ], + [ + "Ġcort", + "o" + ], + [ + "Ġmel", + "on" + ], + [ + "Ġheaven", + "ly" + ], + [ + "Ġ188", + "9" + ], + [ + "Ġimm", + "unity" + ], + [ + "Ġcommun", + "es" + ], + [ + "Ġconduct", + "ing" + ], + [ + "Ġdivers", + "as" + ], + [ + "ĠLO", + "VE" + ], + [ + "Ġquiz", + "ás" + ], + [ + "ĠLaure", + "n" + ], + [ + "Ġedific", + "io" + ], + [ + "ĠWheel", + "er" + ], + [ + "I", + "an" + ], + [ + "R", + "IGHT" + ], + [ + "U", + "C" + ], + [ + "W", + "ood" + ], + [ + "f", + "ig" + ], + [ + "h", + "ub" + ], + [ + "Ġt", + "ink" + ], + [ + "an", + "ter" + ], + [ + "ĠT", + "ales" + ], + [ + "ĠS", + "cha" + ], + [ + "ĠS", + "lav" + ], + [ + "and", + "ante" + ], + [ + "ĠM", + "oney" + ], + [ + "ĠA", + "ren" + ], + [ + "ĠC", + "ora" + ], + [ + "ĠG", + "rove" + ], + [ + "Ġex", + "istencia" + ], + [ + "Ġmo", + "zo" + ], + [ + "Ġad", + "equ" + ], + [ + "ather", + "s" + ], + [ + "ĠSt", + "anton" + ], + [ + "cl", + "osure" + ], + [ + "Ġpol", + "vo" + ], + [ + "Ġkne", + "el" + ], + [ + "Ġpop", + "ulated" + ], + [ + "Ġexc", + "laim" + ], + [ + "ik", + "h" + ], + [ + "EL", + "Y" + ], + [ + "Ġev", + "apor" + ], + [ + "ĠAp", + "ost" + ], + [ + "Ġdiv", + "id" + ], + [ + "Ġpig", + "gie" + ], + [ + "ĠSha", + "dow" + ], + [ + "Ġbright", + "est" + ], + [ + "istic", + "ated" + ], + [ + "Ġ188", + "6" + ], + [ + "Ġterror", + "ists" + ], + [ + "Ġmeasure", + "ment" + ], + [ + "Ġdescub", + "ierto" + ], + [ + "ĠBol", + "ivia" + ], + [ + "poon", + "ful" + ], + [ + "Ġathlet", + "ics" + ], + [ + "breat", + "hing" + ], + [ + "Ġec", + "st" + ], + [ + "ĠDID", + "N" + ], + [ + "Ġpróx", + "ima" + ], + [ + "Ġlegit", + "imate" + ], + [ + "ahboo", + "zhoo" + ], + [ + "G", + "lo" + ], + [ + "T", + "W" + ], + [ + "T", + "ha" + ], + [ + "T", + "igger" + ], + [ + "_", + "--" + ], + [ + "e", + "i" + ], + [ + "k", + "ids" + ], + [ + "s", + "ch" + ], + [ + "Ġd", + "ual" + ], + [ + "Ġre", + "ds" + ], + [ + "ri", + "ver" + ], + [ + "ĠT", + "ina" + ], + [ + "ĠC", + "ic" + ], + [ + "op", + "old" + ], + [ + "ĠD", + "ana" + ], + [ + "Ġmy", + "st" + ], + [ + "Ġbr", + "ot" + ], + [ + "ĠSt", + "ark" + ], + [ + "Ġcomm", + "ence" + ], + [ + "Ġsk", + "il" + ], + [ + "Ġcent", + "res" + ], + [ + "ĠZ", + "im" + ], + [ + "Ġint", + "ri" + ], + [ + "Ġmer", + "maid" + ], + [ + "To", + "gether" + ], + [ + "ĠGo", + "ing" + ], + [ + "Ġadm", + "ission" + ], + [ + "Ġfu", + "iste" + ], + [ + "Ġdeb", + "emos" + ], + [ + "Ġenv", + "iar" + ], + [ + "Ġpeace", + "fully" + ], + [ + "bol", + "t" + ], + [ + "ĠNet", + "flix" + ], + [ + "Ġacqu", + "ire" + ], + [ + "Ġbedroom", + "s" + ], + [ + "Ġbod", + "a" + ], + [ + "Ġpint", + "a" + ], + [ + "Ġestud", + "iantes" + ], + [ + "198", + "0" + ], + [ + "Again", + "st" + ], + [ + "Ġlun", + "ar" + ], + [ + "Ġexhib", + "ited" + ], + [ + "Ġgraph", + "ic" + ], + [ + "Ġbrig", + "ade" + ], + [ + "Ġvoc", + "abulary" + ], + [ + "Ġsulf", + "ur" + ], + [ + "ĠDig", + "ital" + ], + [ + "Ġmarvel", + "ous" + ], + [ + "Ġnegr", + "os" + ], + [ + "Ġnomine", + "e" + ], + [ + "ĠDha", + "ka" + ], + [ + "A", + "way" + ], + [ + "F", + "u" + ], + [ + "J", + "UST" + ], + [ + "r", + "tle" + ], + [ + "r", + "iding" + ], + [ + "is", + "cher" + ], + [ + "Ġst", + "ating" + ], + [ + "ĠA", + "PP" + ], + [ + "Ġas", + "ist" + ], + [ + "ĠD", + "isc" + ], + [ + "Ġman", + "agers" + ], + [ + "Ġsp", + "at" + ], + [ + "Ġover", + "take" + ], + [ + "Ġbel", + "ts" + ], + [ + "Ġcomm", + "otion" + ], + [ + "ĠAs", + "sy" + ], + [ + "Ġmed", + "ios" + ], + [ + "Ġcor", + "ona" + ], + [ + "ĠCar", + "ly" + ], + [ + "Ġstra", + "it" + ], + [ + "enn", + "ium" + ], + [ + "Ġpon", + "iendo" + ], + [ + "ĠNe", + "ed" + ], + [ + "OK", + "AY" + ], + [ + "Ġcere", + "bro" + ], + [ + "Ġheat", + "hen" + ], + [ + "ĠMax", + "well" + ], + [ + "ĠCont", + "est" + ], + [ + "Ġhomes", + "ick" + ], + [ + "alm", + "at" + ], + [ + "ĠFer", + "dinand" + ], + [ + "Ġprospect", + "s" + ], + [ + "Ġacer", + "car" + ], + [ + "Ġcultiv", + "ated" + ], + [ + "Ġsplas", + "hed" + ], + [ + "Wonder", + "ful" + ], + [ + "Ġcuc", + "umber" + ], + [ + "Ġpropor", + "cion" + ], + [ + "G", + "one" + ], + [ + "H", + "az" + ], + [ + "N", + "OT" + ], + [ + "T", + "em" + ], + [ + "b", + "ay" + ], + [ + "c", + "ute" + ], + [ + "i", + "ques" + ], + [ + "Ġb", + "aw" + ], + [ + "Ġd", + "ine" + ], + [ + "Ġhe", + "chos" + ], + [ + "ĠT", + "iny" + ], + [ + "ĠT", + "ressidar" + ], + [ + "ĠS", + "oul" + ], + [ + "Ġj", + "es" + ], + [ + "ĠP", + "ast" + ], + [ + "Ġv", + "ener" + ], + [ + "ĠG", + "ö" + ], + [ + "ĠF", + "IN" + ], + [ + "ĠHe", + "e" + ], + [ + "ñ", + "ado" + ], + [ + "go", + "vern" + ], + [ + "Ġexp", + "ose" + ], + [ + "men", + "os" + ], + [ + "bb", + "led" + ], + [ + "Ġprop", + "eller" + ], + [ + "Ġill", + "eg" + ], + [ + "ĠTe", + "resa" + ], + [ + "Ġtrack", + "ing" + ], + [ + "Ġgran", + "ja" + ], + [ + "See", + "ing" + ], + [ + "ĠBlack", + "beard" + ], + [ + "ĠAnt", + "oine" + ], + [ + "Ġthick", + "et" + ], + [ + "asc", + "al" + ], + [ + "Ġbuck", + "ets" + ], + [ + "Ġmyster", + "ies" + ], + [ + "cod", + "ile" + ], + [ + "Ġelev", + "ated" + ], + [ + "ĠNick", + "y" + ], + [ + "Ġconflict", + "s" + ], + [ + "àŃ", + "į" + ], + [ + "Ġtare", + "a" + ], + [ + "ĠSoc", + "cer" + ], + [ + "olith", + "ic" + ], + [ + "L", + "uke" + ], + [ + "M", + "eg" + ], + [ + "h", + "its" + ], + [ + "à", + "¨" + ], + [ + "Ġm", + "int" + ], + [ + "Ġf", + "ic" + ], + [ + "ent", + "ric" + ], + [ + "Ġdo", + "ve" + ], + [ + "ith", + "metic" + ], + [ + "Ġv", + "eng" + ], + [ + "ul", + "ia" + ], + [ + "ĠD", + "ever" + ], + [ + "Ġsh", + "iver" + ], + [ + "ĠL", + "ess" + ], + [ + "nt", + "on" + ], + [ + "one", + "ys" + ], + [ + "Ġtr", + "ades" + ], + [ + "ne", + "ck" + ], + [ + "Ġcomp", + "romise" + ], + [ + "Ġcons", + "igu" + ], + [ + "MA", + "S" + ], + [ + "Ġsal", + "am" + ], + [ + "form", + "a" + ], + [ + "ĠGr", + "ound" + ], + [ + "ric", + "os" + ], + [ + "Ġcam", + "is" + ], + [ + "Ġbat", + "tered" + ], + [ + "Ġdisc", + "retion" + ], + [ + "Ġvie", + "jos" + ], + [ + "Es", + "pera" + ], + [ + "ĠMy", + "ster" + ], + [ + "ĠCo", + "al" + ], + [ + "Ġgar", + "g" + ], + [ + "Ġeconom", + "ist" + ], + [ + "Ġoppos", + "ing" + ], + [ + "ĠHam", + "mond" + ], + [ + "bet", + "ween" + ], + [ + "gl", + "i" + ], + [ + "Ġgoal", + "keeper" + ], + [ + "Ġamar", + "illa" + ], + [ + "Ġenseñ", + "ar" + ], + [ + "Ġnav", + "igation" + ], + [ + "Ġmuff", + "led" + ], + [ + "Ġstor", + "my" + ], + [ + "Ġhaz", + "ard" + ], + [ + "Ġscrap", + "ing" + ], + [ + "Ġcumpl", + "ir" + ], + [ + "Ġga", + "ily" + ], + [ + "Ġinject", + "ion" + ], + [ + "Dun", + "no" + ], + [ + "Ġshoel", + "ace" + ], + [ + "L", + "yn" + ], + [ + "M", + "ount" + ], + [ + "c", + "ific" + ], + [ + "f", + "ollow" + ], + [ + "g", + "ave" + ], + [ + "as", + "ia" + ], + [ + "ver", + "de" + ], + [ + "Ġst", + "if" + ], + [ + "Ġdo", + "le" + ], + [ + "ĠM", + "mm" + ], + [ + "ĠB", + "ast" + ], + [ + "Ġr", + "ÃŃos" + ], + [ + "ÃŃ", + "ble" + ], + [ + "Ġso", + "bres" + ], + [ + "ĠF", + "IVB" + ], + [ + "ca", + "red" + ], + [ + "Ġag", + "g" + ], + [ + "ĠK", + "il" + ], + [ + "Ġcu", + "antos" + ], + [ + "Ġact", + "o" + ], + [ + "ĠAnd", + "roid" + ], + [ + "Ġrec", + "ruit" + ], + [ + "Ġdi", + "ablo" + ], + [ + "Ġvol", + "untary" + ], + [ + "rit", + "ics" + ], + [ + "Ġhom", + "bro" + ], + [ + "Ġband", + "a" + ], + [ + "Ġsna", + "ils" + ], + [ + "Ġpet", + "als" + ], + [ + "Ġbene", + "f" + ], + [ + "ĠBon", + "acieux" + ], + [ + "Ġhesit", + "ating" + ], + [ + "Ġconsequ", + "ently" + ], + [ + "foot", + "ed" + ], + [ + "Ġmusk", + "et" + ], + [ + "Ġocas", + "iones" + ], + [ + "Ġfet", + "ched" + ], + [ + "sim", + "ult" + ], + [ + "Gran", + "ny" + ], + [ + "Fa", + "ith" + ], + [ + "Ġdó", + "lares" + ], + [ + "ĠAlz", + "heimer" + ], + [ + "ECA", + "USE" + ], + [ + "C", + "www" + ], + [ + "f", + "en" + ], + [ + "r", + "ue" + ], + [ + "v", + "ies" + ], + [ + "Ġc", + "ic" + ], + [ + "Ġp", + "has" + ], + [ + "am", + "us" + ], + [ + "qu", + "illa" + ], + [ + "Ġfor", + "b" + ], + [ + "ĠM", + "TV" + ], + [ + "Ġk", + "im" + ], + [ + "ĠC", + "asey" + ], + [ + "Ġat", + "rap" + ], + [ + "op", + "al" + ], + [ + "Ġle", + "j" + ], + [ + "Ġman", + "ned" + ], + [ + "ap", + "á" + ], + [ + "Ġam", + "mon" + ], + [ + "Ġcare", + "ers" + ], + [ + "Ġmil", + "itar" + ], + [ + "Ġcam", + "pe" + ], + [ + "Ġma", + "ids" + ], + [ + "Ġtoy", + "box" + ], + [ + "ĠSh", + "im" + ], + [ + "ĠEst", + "os" + ], + [ + "Ġpens", + "amientos" + ], + [ + "ss", + "s" + ], + [ + "Ġtravel", + "ers" + ], + [ + "Ġlan", + "es" + ], + [ + "Ġbos", + "ques" + ], + [ + "Jul", + "ie" + ], + [ + "Ġdough", + "nut" + ], + [ + "Ġdough", + "nuts" + ], + [ + "Ġconfront", + "ed" + ], + [ + "oty", + "pe" + ], + [ + "K", + "ids" + ], + [ + "S", + "pan" + ], + [ + "m", + "ain" + ], + [ + "ion", + "ed" + ], + [ + "ĠT", + "anya" + ], + [ + "AT", + "ER" + ], + [ + "Ġcr", + "ater" + ], + [ + "br", + "al" + ], + [ + "Ġca", + "en" + ], + [ + "und", + "ered" + ], + [ + "ale", + "a" + ], + [ + "ras", + "es" + ], + [ + "All", + "ah" + ], + [ + "mon", + "ary" + ], + [ + "ĠCar", + "maux" + ], + [ + "à¤", + "ķ" + ], + [ + "Ġobs", + "essed" + ], + [ + "Ġpract", + "ic" + ], + [ + "Ġpack", + "s" + ], + [ + "Ġrain", + "forest" + ], + [ + "Ġcant", + "ons" + ], + [ + "Ġham", + "ster" + ], + [ + "Ġcelebr", + "ity" + ], + [ + "eless", + "ly" + ], + [ + "Ġaunt", + "s" + ], + [ + "Ġbol", + "as" + ], + [ + "ĠSqu", + "irrel" + ], + [ + "Ġrequire", + "ment" + ], + [ + "Ġanch", + "ored" + ], + [ + "Ġfrag", + "ile" + ], + [ + "ĠShar", + "rkan" + ], + [ + "nas", + "ium" + ], + [ + "Ġimpat", + "ience" + ], + [ + "ÃŃst", + "ica" + ], + [ + "ĠSpring", + "field" + ], + [ + "Ġconfirm", + "ation" + ], + [ + "Ġwret", + "ch" + ], + [ + "Ġveloc", + "ity" + ], + [ + "Pued", + "e" + ], + [ + "Ġstrengthen", + "ed" + ], + [ + "Gra", + "eme" + ], + [ + "ât", + "eau" + ], + [ + "ĠLomb", + "ardy" + ], + [ + "J", + "E" + ], + [ + "J", + "enn" + ], + [ + "L", + "arry" + ], + [ + "c", + "ost" + ], + [ + "t", + "z" + ], + [ + "Ġm", + "itten" + ], + [ + "at", + "z" + ], + [ + "ĠT", + "eh" + ], + [ + "Ġdon", + "cella" + ], + [ + "ĠR", + "as" + ], + [ + "Ġgr", + "uff" + ], + [ + "Ġbl", + "iss" + ], + [ + "We", + "ndy" + ], + [ + "Ġmo", + "or" + ], + [ + "Ġcu", + "be" + ], + [ + "oc", + "ulars" + ], + [ + "cc", + "ion" + ], + [ + "Ġrock", + "ets" + ], + [ + "Ġpar", + "ach" + ], + [ + "pha", + "nage" + ], + [ + "rid", + "ges" + ], + [ + "Ġbright", + "ened" + ], + [ + "Ġrecogn", + "izes" + ], + [ + "Ġgrave", + "yard" + ], + [ + "Sp", + "ider" + ], + [ + "Su", + "pp" + ], + [ + "lyn", + "n" + ], + [ + "ĠGar", + "cÃŃa" + ], + [ + "ĠStep", + "hanie" + ], + [ + "Ġnic", + "est" + ], + [ + "Ġenf", + "rent" + ], + [ + "zan", + "ne" + ], + [ + "hors", + "es" + ], + [ + "Ġdwar", + "fs" + ], + [ + "Ġrecoll", + "ection" + ], + [ + "Ġmisunder", + "standing" + ], + [ + "Ġaproxim", + "adamente" + ], + [ + "ĠSkin", + "ner" + ], + [ + "dé", + "partement" + ], + [ + "Stat", + "istics" + ], + [ + "Ġinaud", + "ible" + ], + [ + "Ġrin", + "se" + ], + [ + "ĠDaven", + "port" + ], + [ + "Ġg", + "ren" + ], + [ + "ĠS", + "oy" + ], + [ + "ie", + "ren" + ], + [ + "ĠJ", + "umbo" + ], + [ + "od", + "ka" + ], + [ + "ass", + "an" + ], + [ + "aba", + "jo" + ], + [ + "Ġpie", + "zas" + ], + [ + "Ġwind", + "mill" + ], + [ + "Ġinv", + "as" + ], + [ + "Ġhum", + "s" + ], + [ + "Ġgi", + "psy" + ], + [ + "Ġdar", + "me" + ], + [ + "Ġz", + "onas" + ], + [ + "Ġprop", + "riet" + ], + [ + "Ġbur", + "p" + ], + [ + "Ġshut", + "tle" + ], + [ + "Ġcheese", + "burger" + ], + [ + "ĠDes", + "ign" + ], + [ + "ĠPri", + "vate" + ], + [ + "ĠKen", + "ya" + ], + [ + "cor", + "ro" + ], + [ + "Amer", + "ica" + ], + [ + "Ġcraft", + "s" + ], + [ + "Ġestud", + "ios" + ], + [ + "Ġreact", + "s" + ], + [ + "Ġmos", + "qu" + ], + [ + "Ġdescub", + "rió" + ], + [ + "Ġdescub", + "rir" + ], + [ + "Ġvos", + "otros" + ], + [ + "Ġcreep", + "y" + ], + [ + "Ġjugu", + "ete" + ], + [ + "ĠEuro", + "vision" + ], + [ + "spe", + "ed" + ], + [ + "ĠDup", + "lo" + ], + [ + "GB", + "T" + ], + [ + "Ele", + "ven" + ], + [ + "Ġpañ", + "uelo" + ], + [ + "Ġamist", + "ad" + ], + [ + "l", + "ifts" + ], + [ + "v", + "ideo" + ], + [ + "Ġb", + "ak" + ], + [ + "Ġf", + "ores" + ], + [ + "Ġh", + "ound" + ], + [ + "ve", + "z" + ], + [ + "id", + "ay" + ], + [ + "qu", + "a" + ], + [ + "ĠC", + "ell" + ], + [ + "ĠB", + "ha" + ], + [ + "um", + "ont" + ], + [ + "Ġv", + "ap" + ], + [ + "Ġfr", + "uta" + ], + [ + "Ġsp", + "out" + ], + [ + "ho", + "v" + ], + [ + "Ġpre", + "fecture" + ], + [ + "Ġgu", + "apo" + ], + [ + "Ġfl", + "akes" + ], + [ + "gg", + "le" + ], + [ + "me", + "at" + ], + [ + "ĠDe", + "xter" + ], + [ + "Ġlist", + "ens" + ], + [ + "ĠCar", + "roll" + ], + [ + "Ġsweet", + "ness" + ], + [ + "Ġvar", + "ieties" + ], + [ + "Ġprim", + "avera" + ], + [ + "Ġmount", + "ing" + ], + [ + "Ġcost", + "ly" + ], + [ + "Ġbab", + "ble" + ], + [ + "Ġllam", + "ando" + ], + [ + "aqu", + "el" + ], + [ + "Ġstran", + "g" + ], + [ + "Ġestar", + "ÃŃa" + ], + [ + "Ġemer", + "gen" + ], + [ + "nam", + "on" + ], + [ + "IF", + "F" + ], + [ + "Ġdim", + "ly" + ], + [ + "Ġign", + "oring" + ], + [ + "Ġdivers", + "os" + ], + [ + "**", + "**" + ], + [ + "ĠSk", + "ipper" + ], + [ + "Ġfir", + "ms" + ], + [ + "TEN", + "TS" + ], + [ + "ĠBeet", + "hoven" + ], + [ + "role", + "um" + ], + [ + "K", + "arl" + ], + [ + "d", + "em" + ], + [ + "f", + "ed" + ], + [ + "r", + "alla" + ], + [ + "Ġc", + "ited" + ], + [ + "is", + "an" + ], + [ + "Ġo", + "val" + ], + [ + "Ġf", + "ainted" + ], + [ + "no", + "stic" + ], + [ + "ĠI", + "g" + ], + [ + "Ġh", + "uy" + ], + [ + "le", + "ms" + ], + [ + "Ġwe", + "ld" + ], + [ + "ĠC", + "oke" + ], + [ + "Ġj", + "ars" + ], + [ + "Ġso", + "br" + ], + [ + "Ġfr", + "action" + ], + [ + "Ġsh", + "ipped" + ], + [ + "ĠR", + "ange" + ], + [ + "Ġbo", + "ost" + ], + [ + "ĠK", + "ill" + ], + [ + "Ġco", + "y" + ], + [ + "ĠU", + "no" + ], + [ + "Ġra", + "ging" + ], + [ + "ĠUn", + "it" + ], + [ + "Ġmat", + "rimonio" + ], + [ + "ĠNew", + "foundland" + ], + [ + "Ġjo", + "ints" + ], + [ + "Ġgrand", + "ad" + ], + [ + "Ġfore", + "cast" + ], + [ + "Ġpas", + "ear" + ], + [ + "ĠCon", + "way" + ], + [ + "AL", + "ICE" + ], + [ + "ĠQ", + "UE" + ], + [ + "Ġval", + "ued" + ], + [ + "Ġespe", + "jo" + ], + [ + "Un", + "like" + ], + [ + "ĠTr", + "inity" + ], + [ + "RE", + "T" + ], + [ + "ĠGu", + "atem" + ], + [ + "hys", + "ical" + ], + [ + "Ġfinger", + "na" + ], + [ + "Ġhabit", + "ual" + ], + [ + "Ġcivil", + "ized" + ], + [ + "ĠCO", + "M" + ], + [ + "Ġow", + "es" + ], + [ + "Ġradio", + "active" + ], + [ + "ĠPor", + "que" + ], + [ + "bel", + "ieve" + ], + [ + "Ġcoc", + "aine" + ], + [ + "Ġcalcul", + "ate" + ], + [ + "ĠCy", + "ril" + ], + [ + "ĠOcc", + "itan" + ], + [ + "Ġfemin", + "ine" + ], + [ + "Ġliz", + "ards" + ], + [ + "REAM", + "ING" + ], + [ + "Ġpreca", + "ution" + ], + [ + "ĠGlad", + "ys" + ], + [ + "Ġcryst", + "als" + ], + [ + "ĠBasket", + "ball" + ], + [ + "K", + "itty" + ], + [ + "R", + "ich" + ], + [ + "Ġe", + "yed" + ], + [ + "ĠS", + "ob" + ], + [ + "ĠS", + "che" + ], + [ + "th", + "ia" + ], + [ + "Ġall", + "igators" + ], + [ + "Ġpl", + "a" + ], + [ + "to", + "ast" + ], + [ + "Ġgr", + "unt" + ], + [ + "Ġ3", + "50" + ], + [ + "Ġfun", + "n" + ], + [ + "ĠThere", + "upon" + ], + [ + "ĠZ", + "en" + ], + [ + "Ġart", + "ic" + ], + [ + "ĠBe", + "hind" + ], + [ + "Ġgroup", + "ed" + ], + [ + "Ġstra", + "ps" + ], + [ + "Ġmot", + "ivo" + ], + [ + "Ġrele", + "asing" + ], + [ + "à¤", + "¹" + ], + [ + "Ġmir", + "th" + ], + [ + "ĠsÃŃ", + "mb" + ], + [ + "ĠNorth", + "west" + ], + [ + "Ġsn", + "ar" + ], + [ + "Ġprotect", + "ive" + ], + [ + "Ġinfl", + "ation" + ], + [ + "ĠDad", + "da" + ], + [ + "Ġindepend", + "ently" + ], + [ + "Ġ189", + "5" + ], + [ + "Ġintern", + "ationally" + ], + [ + "Ġestim", + "ates" + ], + [ + "Ġmock", + "ing" + ], + [ + "ĠCir", + "cle" + ], + [ + "Ġoxid", + "ation" + ], + [ + "Ġprolong", + "ed" + ], + [ + "ĠAber", + "deen" + ], + [ + "ounid", + "ense" + ], + [ + "7", + "00" + ], + [ + "T", + "ax" + ], + [ + "_", + "!" + ], + [ + "m", + "ology" + ], + [ + "p", + "able" + ], + [ + "v", + "aya" + ], + [ + "y", + "ards" + ], + [ + "}", + "]" + ], + [ + "Ġb", + "ooth" + ], + [ + "Ġm", + "ules" + ], + [ + "Ġf", + "law" + ], + [ + "al", + "do" + ], + [ + "ĠS", + "ung" + ], + [ + "ĠM", + "aj" + ], + [ + "ĠB", + "CE" + ], + [ + "res", + "cent" + ], + [ + "ous", + "se" + ], + [ + "OR", + "D" + ], + [ + "Ġcr", + "ows" + ], + [ + "app", + "les" + ], + [ + "Ġpaper", + "work" + ], + [ + "olog", + "na" + ], + [ + "enn", + "el" + ], + [ + "Ġequ", + "ilib" + ], + [ + "Ġju", + "z" + ], + [ + "Ġperfect", + "amente" + ], + [ + "Ġwhis", + "key" + ], + [ + "Ġcompl", + "ac" + ], + [ + "Ġcapt", + "ivity" + ], + [ + "atter", + "y" + ], + [ + "lem", + "án" + ], + [ + "Ġdecl", + "aring" + ], + [ + "Ġdefend", + "ers" + ], + [ + "Ġtun", + "nels" + ], + [ + "cup", + "ine" + ], + [ + "squ", + "are" + ], + [ + "Ġdeliber", + "ate" + ], + [ + "ĠGard", + "ens" + ], + [ + "Ġfuncion", + "a" + ], + [ + "Ġorient", + "ation" + ], + [ + "Ġinherit", + "ance" + ], + [ + "B", + "i" + ], + [ + "I", + "ce" + ], + [ + "s", + "burg" + ], + [ + "w", + "olf" + ], + [ + "Ġa", + "stern" + ], + [ + "Ġc", + "esta" + ], + [ + "Ġno", + "pe" + ], + [ + "ĠS", + "ey" + ], + [ + "pp", + "ings" + ], + [ + "ĠD", + "irk" + ], + [ + "Ġcom", + "ent" + ], + [ + "ĠK", + "ira" + ], + [ + "ĠK", + "atherine" + ], + [ + "Ġper", + "ish" + ], + [ + "Ġpo", + "ked" + ], + [ + "Ġdes", + "olate" + ], + [ + "Ġve", + "xed" + ], + [ + "ale", + "igh" + ], + [ + "Al", + "ready" + ], + [ + "Ġsat", + "isfe" + ], + [ + "bb", + "ling" + ], + [ + "Ġexpl", + "or" + ], + [ + "ĠTe", + "en" + ], + [ + "ugg", + "les" + ], + [ + "Ġconv", + "inc" + ], + [ + "Ġles", + "bian" + ], + [ + "Ġ#", + "#" + ], + [ + "Ġaud", + "ible" + ], + [ + "ĠMass", + "a" + ], + [ + "ĠHaw", + "kins" + ], + [ + "Ġgri", + "zz" + ], + [ + "Ġdawn", + "ed" + ], + [ + "Ġdiscover", + "ing" + ], + [ + "Ġimit", + "ating" + ], + [ + "Ġreform", + "s" + ], + [ + "Ġembr", + "aced" + ], + [ + "Ġresemb", + "lance" + ], + [ + "Ġsentiment", + "al" + ], + [ + "Ġcañ", + "ón" + ], + [ + "C", + "as" + ], + [ + "D", + "oc" + ], + [ + "D", + "ream" + ], + [ + "N", + "adie" + ], + [ + "S", + "id" + ], + [ + "d", + "ep" + ], + [ + "g", + "eneral" + ], + [ + "Ġt", + "iles" + ], + [ + "Ġa", + "j" + ], + [ + "Ġw", + "ailing" + ], + [ + "Ġd", + "uel" + ], + [ + "Ġp", + "s" + ], + [ + "al", + "ine" + ], + [ + "ĠA", + "to" + ], + [ + "ĠA", + "ube" + ], + [ + "ĠC", + "rane" + ], + [ + "est", + "ás" + ], + [ + "ell", + "ows" + ], + [ + "...", + "¿" + ], + [ + "Ġpart", + "ida" + ], + [ + "Ġcha", + "l" + ], + [ + "Ġmar", + "ip" + ], + [ + "vel", + "s" + ], + [ + "bre", + "aking" + ], + [ + "Ġcho", + "oses" + ], + [ + "umb", + "res" + ], + [ + "Re", + "becca" + ], + [ + "Ġsqu", + "ire" + ], + [ + "ĠMa", + "xim" + ], + [ + "Ġ15", + "00" + ], + [ + "ĠFl", + "ag" + ], + [ + "Ġhistor", + "ically" + ], + [ + "Ġbomb", + "ard" + ], + [ + "ĠST", + "OR" + ], + [ + "ĠLook", + "ing" + ], + [ + "Ġforeign", + "ers" + ], + [ + "Ġspect", + "acles" + ], + [ + "ĠSon", + "ny" + ], + [ + "ĠYo", + "ko" + ], + [ + "Ġcorpor", + "al" + ], + [ + "Ġcycl", + "ist" + ], + [ + "Ġperse", + "gu" + ], + [ + "Ġinfect", + "ions" + ], + [ + "Ġidi", + "ots" + ], + [ + "ĠKy", + "oto" + ], + [ + "cill", + "ors" + ], + [ + "Ġpreced", + "ed" + ], + [ + "Ġfrown", + "ed" + ], + [ + "Ġsincere", + "ly" + ], + [ + "Ġunre", + "ason" + ], + [ + "Ġfot", + "os" + ], + [ + "dire", + "cted" + ], + [ + "Ġexca", + "v" + ], + [ + "ĠLithuan", + "ia" + ], + [ + "Chin", + "ese" + ], + [ + "ĠStodd", + "ard" + ], + [ + "ĠTré", + "ville" + ], + [ + "d", + "ilo" + ], + [ + "on", + "gh" + ], + [ + "Ġl", + "ousy" + ], + [ + "ac", + "ies" + ], + [ + "ot", + "to" + ], + [ + "Ġde", + "ment" + ], + [ + "Ġde", + "ars" + ], + [ + "un", + "ct" + ], + [ + "ĠG", + "an" + ], + [ + "ĠJ", + "uda" + ], + [ + "Ġsm", + "ashing" + ], + [ + "Ġent", + "reat" + ], + [ + "gr", + "aduate" + ], + [ + "Ġten", + "éis" + ], + [ + "Ġind", + "ios" + ], + [ + "Ġpat", + "ting" + ], + [ + "Ġdep", + "icted" + ], + [ + "Ġtom", + "ando" + ], + [ + "pu", + "ppy" + ], + [ + "Ġprim", + "a" + ], + [ + "ĠMan", + "ager" + ], + [ + "Ġmam", + "mal" + ], + [ + "Ġbur", + "gl" + ], + [ + "Ġpract", + "ised" + ], + [ + "ĠWell", + "ington" + ], + [ + "Ġtick", + "led" + ], + [ + "Ġdue", + "le" + ], + [ + "Ġfol", + "iage" + ], + [ + "Ġfaith", + "fully" + ], + [ + "Ġaffect", + "ing" + ], + [ + "Ġpit", + "iful" + ], + [ + "Ġraz", + "or" + ], + [ + "Ġkeen", + "ly" + ], + [ + "ĠNav", + "arra" + ], + [ + "ĠBudd", + "hism" + ], + [ + "Ġregres", + "ar" + ], + [ + "Ty", + "pes" + ], + [ + "Ġtwist", + "ing" + ], + [ + "Ġgalax", + "ies" + ], + [ + "Ġintim", + "id" + ], + [ + "Ġoverwhel", + "med" + ], + [ + "ĠcÃŃr", + "culo" + ], + [ + "A", + "gent" + ], + [ + "D", + "one" + ], + [ + "H", + "ol" + ], + [ + "H", + "aw" + ], + [ + "H", + "istor" + ], + [ + "N", + "ING" + ], + [ + "g", + "ang" + ], + [ + "l", + "isted" + ], + [ + "Ã", + "Ĺ" + ], + [ + "Ġl", + "f" + ], + [ + "Ġg", + "ems" + ], + [ + "Ġh", + "á" + ], + [ + "al", + "to" + ], + [ + "Ġse", + "rene" + ], + [ + "Ġgo", + "bble" + ], + [ + "ĠH", + "olocaust" + ], + [ + "AT", + "H" + ], + [ + "ĠD", + "rew" + ], + [ + "Ġus", + "u" + ], + [ + "ĠO", + "g" + ], + [ + "ĠU", + "z" + ], + [ + "Ġwhere", + "by" + ], + [ + "oc", + "ated" + ], + [ + "Ġcre", + "ar" + ], + [ + "pu", + "esta" + ], + [ + "Ġequ", + "ality" + ], + [ + "Ġsand", + "als" + ], + [ + "ĠEs", + "per" + ], + [ + "Ch", + "uck" + ], + [ + "Ġjoy", + "fully" + ], + [ + "Ġsque", + "ezes" + ], + [ + "Ġaston", + "ishing" + ], + [ + "ĠPhilipp", + "a" + ], + [ + "Ġfra", + "grant" + ], + [ + "Ġdecid", + "ido" + ], + [ + "Ġult", + "ra" + ], + [ + "Ġhermos", + "as" + ], + [ + "Ġnegot", + "iate" + ], + [ + "ĠLil", + "ian" + ], + [ + "Ġcoron", + "avirus" + ], + [ + "Ġbeet", + "le" + ], + [ + "Ġduer", + "me" + ], + [ + "Ġassess", + "ment" + ], + [ + "Ġcyl", + "inder" + ], + [ + "Ġstam", + "mered" + ], + [ + "B", + "uy" + ], + [ + "J", + "ill" + ], + [ + "in", + "ny" + ], + [ + "Ġd", + "azed" + ], + [ + "ch", + "ick" + ], + [ + "ĠB", + "rew" + ], + [ + "ĠB", + "lock" + ], + [ + "...", + "#" + ], + [ + "ÃŃ", + "ster" + ], + [ + "ĠD", + "ixon" + ], + [ + "ĠF", + "res" + ], + [ + "od", + "ing" + ], + [ + "Ġco", + "als" + ], + [ + "Ġfl", + "ick" + ], + [ + "og", + "en" + ], + [ + "Ġcour", + "te" + ], + [ + "Ġri", + "b" + ], + [ + "à¤", + "µ" + ], + [ + "ĠEd", + "gar" + ], + [ + "Ġ12", + "5" + ], + [ + "Ġinform", + "al" + ], + [ + "Ġut", + "ens" + ], + [ + "ĠSte", + "ele" + ], + [ + "Ġbank", + "ing" + ], + [ + "Ġsmell", + "ing" + ], + [ + "Ġhonor", + "ary" + ], + [ + "Ġbod", + "ily" + ], + [ + "Ġpier", + "ced" + ], + [ + "Ġchop", + "ping" + ], + [ + "ONE", + "Y" + ], + [ + "Ġroast", + "ed" + ], + [ + "Ġdiplom", + "atic" + ], + [ + "ĠPhill", + "ip" + ], + [ + "Ġasom", + "br" + ], + [ + "Ġases", + "in" + ], + [ + "Quiz", + "á" + ], + [ + "Ġtwe", + "et" + ], + [ + "ĠCunning", + "ham" + ], + [ + "1", + "20" + ], + [ + "B", + "ird" + ], + [ + "I", + "OUS" + ], + [ + "S", + "pr" + ], + [ + "V", + "A" + ], + [ + "V", + "o" + ], + [ + "ha", + "il" + ], + [ + "Ġc", + "his" + ], + [ + "Ġf", + "ooting" + ], + [ + "ur", + "ous" + ], + [ + "Ġli", + "l" + ], + [ + "ĠB", + "ambi" + ], + [ + "ÃŃ", + "es" + ], + [ + "Ġest", + "ruct" + ], + [ + "Ġper", + "a" + ], + [ + "ff", + "er" + ], + [ + "Ġunder", + "taking" + ], + [ + "Ġfl", + "op" + ], + [ + "Ġres", + "ume" + ], + [ + "ily", + "n" + ], + [ + "Ġsupp", + "ressed" + ], + [ + "ma", + "ids" + ], + [ + "oup", + "le" + ], + [ + "Ġbear", + "ings" + ], + [ + "pha", + "l" + ], + [ + "Ġdirect", + "amente" + ], + [ + "Ġcant", + "ando" + ], + [ + "ĠLu", + "cian" + ], + [ + "Ġperm", + "iso" + ], + [ + "Ġprepar", + "ado" + ], + [ + "Ġoccur", + "ring" + ], + [ + "Ġped", + "est" + ], + [ + "199", + "8" + ], + [ + "oug", + "hed" + ], + [ + "ĠDO", + "OR" + ], + [ + "Ġlack", + "ed" + ], + [ + "Ġcolon", + "ists" + ], + [ + "Ġpoison", + "ing" + ], + [ + "Ġkil", + "og" + ], + [ + "Ġmac", + "aroni" + ], + [ + "Ġexplore", + "rs" + ], + [ + "Fort", + "unately" + ], + [ + "ĠDin", + "ah" + ], + [ + "Ġdiscrimin", + "ation" + ], + [ + "Ġhypot", + "hesis" + ], + [ + "Ġmilit", + "ia" + ], + [ + "atisf", + "ied" + ], + [ + "Ġadvertis", + "ement" + ], + [ + "Ġnost", + "rils" + ], + [ + "Ġpisc", + "ina" + ], + [ + "S", + "lowly" + ], + [ + "f", + "ires" + ], + [ + "f", + "avor" + ], + [ + "in", + "ement" + ], + [ + "nd", + "ish" + ], + [ + "Ġdo", + "om" + ], + [ + "ĠT", + "ud" + ], + [ + "ĠS", + "ON" + ], + [ + "ea", + "ke" + ], + [ + "ĠC", + "es" + ], + [ + "ĠC", + "ara" + ], + [ + "Ġab", + "ide" + ], + [ + "ĠR", + "ikki" + ], + [ + "ĠE", + "den" + ], + [ + "ven", + "ce" + ], + [ + "Ġun", + "just" + ], + [ + "Ġgr", + "itar" + ], + [ + "Ġcomp", + "artment" + ], + [ + "Ġcle", + "ars" + ], + [ + "Ġrest", + "s" + ], + [ + "Ġap", + "reci" + ], + [ + "Ġbar", + "ric" + ], + [ + "ĠJap", + "ón" + ], + [ + "ĠSte", + "el" + ], + [ + "Ġdoubt", + "fully" + ], + [ + "Ġllam", + "o" + ], + [ + "yd", + "ia" + ], + [ + "Ġthick", + "er" + ], + [ + "ĠBat", + "ala" + ], + [ + "Ġdiss", + "ip" + ], + [ + "Ġsuck", + "ed" + ], + [ + "Ġperce", + "ive" + ], + [ + "fif", + "teen" + ], + [ + "Ġavent", + "ura" + ], + [ + "ĠRot", + "ten" + ], + [ + "Ġastero", + "ids" + ], + [ + "ĠPerse", + "us" + ], + [ + "Ġbarbe", + "cue" + ], + [ + "SEL", + "F" + ], + [ + "S", + "r" + ], + [ + "S", + "em" + ], + [ + "n", + "n" + ], + [ + "Ġa", + "ve" + ], + [ + "Ġno", + "ve" + ], + [ + "ĠT", + "at" + ], + [ + "ĠM", + "oss" + ], + [ + "ĠH", + "os" + ], + [ + "Ġal", + "ight" + ], + [ + "Ġsu", + "po" + ], + [ + "Ġsa", + "ge" + ], + [ + "ĠR", + "aff" + ], + [ + "ard", + "i" + ], + [ + "wn", + "ing" + ], + [ + "Ġapp", + "lying" + ], + [ + "Ġra", + "ke" + ], + [ + "mb", + "ra" + ], + [ + "Ġatt", + "ributed" + ], + [ + "ĠFran", + "çois" + ], + [ + "ĠAr", + "med" + ], + [ + "Ġrel", + "ativo" + ], + [ + "Ġdri", + "p" + ], + [ + "Ġext", + "inction" + ], + [ + "Ġpresent", + "ó" + ], + [ + "Ġz", + "an" + ], + [ + "Ġmot", + "el" + ], + [ + "olly", + "wood" + ], + [ + "ott", + "ie" + ], + [ + "ĠAb", + "el" + ], + [ + "Ġgas", + "ps" + ], + [ + "Ġmor", + "ph" + ], + [ + "ĠGold", + "wing" + ], + [ + "ĠPap", + "er" + ], + [ + "ĠMos", + "lems" + ], + [ + "Ġrecom", + "pens" + ], + [ + "Ġspect", + "rum" + ], + [ + "ĠRad", + "cliffe" + ], + [ + "Ġrac", + "ial" + ], + [ + "count", + "ry" + ], + [ + "Ġlá", + "mp" + ], + [ + "Ġsuced", + "ió" + ], + [ + "Da", + "isy" + ], + [ + "GO", + "OD" + ], + [ + "Ġrespir", + "atory" + ], + [ + "Ġprosper", + "ous" + ], + [ + "Ġconvent", + "ional" + ], + [ + "Ġór", + "gan" + ], + [ + "Ġtriumphant", + "ly" + ], + [ + "Ġphil", + "anthrop" + ], + [ + "Ġdecis", + "ive" + ], + [ + "Ġdesir", + "able" + ], + [ + "flo", + "or" + ], + [ + "Ġlonel", + "iness" + ], + [ + "C", + "atherine" + ], + [ + "h", + "ut" + ], + [ + "Ġd", + "ived" + ], + [ + "is", + "ers" + ], + [ + "Ġo", + "lor" + ], + [ + "Ġp", + "ér" + ], + [ + "Ġg", + "am" + ], + [ + "ri", + "lo" + ], + [ + "ur", + "an" + ], + [ + "ĠC", + "ree" + ], + [ + "ĠH", + "ann" + ], + [ + "ĠP", + "é" + ], + [ + "Ġall", + "y" + ], + [ + "Ġsh", + "ivered" + ], + [ + "Ġlo", + "ca" + ], + [ + "Ġpe", + "lear" + ], + [ + "ĠK", + "ind" + ], + [ + "Ġch", + "ron" + ], + [ + "Ġact", + "ively" + ], + [ + "Ġob", + "ede" + ], + [ + "cept", + "ible" + ], + [ + "Ġvis", + "ions" + ], + [ + "ĠCha", + "m" + ], + [ + "Ġhom", + "osexual" + ], + [ + "ĠMan", + "agement" + ], + [ + "ĠGo", + "ose" + ], + [ + "Ġboard", + "ed" + ], + [ + "Ġvers", + "ión" + ], + [ + "Ġtur", + "f" + ], + [ + "Ġ�", + "," + ], + [ + "Ġscar", + "ing" + ], + [ + "ko", + "k" + ], + [ + "Ġquit", + "ado" + ], + [ + "Ġqual", + "ifying" + ], + [ + "Ġrang", + "ing" + ], + [ + "Ġax", + "is" + ], + [ + "Ġ����", + "���" + ], + [ + "Ġtrat", + "ando" + ], + [ + "Ġfunction", + "al" + ], + [ + "UST", + "R" + ], + [ + "Ġdisplay", + "s" + ], + [ + "Ġillustr", + "ation" + ], + [ + "Ġsop", + "a" + ], + [ + "Ġprofession", + "als" + ], + [ + "ĠIndust", + "ry" + ], + [ + "simult", + "aneous" + ], + [ + "B", + "ah" + ], + [ + "C", + "op" + ], + [ + "D", + "AN" + ], + [ + "D", + "ouble" + ], + [ + "L", + "ost" + ], + [ + "T", + "oby" + ], + [ + "o", + "ci" + ], + [ + "s", + "iempre" + ], + [ + "v", + "onne" + ], + [ + "Ġa", + "ching" + ], + [ + "in", + "ette" + ], + [ + "Ġb", + "il" + ], + [ + "Ġl", + "am" + ], + [ + "Ġg", + "iggles" + ], + [ + "Ġn", + "adar" + ], + [ + "ĠS", + "alem" + ], + [ + "ĠC", + "A" + ], + [ + "ĠC", + "ertainly" + ], + [ + "ĠB", + "oots" + ], + [ + "Ġwh", + "oop" + ], + [ + "ĠP", + "owers" + ], + [ + "op", + "atra" + ], + [ + "ak", + "y" + ], + [ + "Ġle", + "ase" + ], + [ + "Ġest", + "ates" + ], + [ + "ĠSt", + "ore" + ], + [ + "Ġtra", + "ils" + ], + [ + "mb", + "ro" + ], + [ + "Ġten", + "ÃŃas" + ], + [ + "Ġpres", + "ión" + ], + [ + "19", + "2" + ], + [ + "Ġtem", + "o" + ], + [ + "Ġhorse", + "man" + ], + [ + "thank", + "you" + ], + [ + "Ġmot", + "o" + ], + [ + "Ġton", + "ter" + ], + [ + "Ġprotect", + "s" + ], + [ + "Ġentre", + "prene" + ], + [ + "Ġexcept", + "ional" + ], + [ + "rar", + "i" + ], + [ + "ĠMag", + "n" + ], + [ + "Ġvac", + "aciones" + ], + [ + "ĠJo", + "anna" + ], + [ + "Ġgall", + "oped" + ], + [ + "Ġviv", + "ÃŃan" + ], + [ + "Ġcontent", + "a" + ], + [ + "ĠBea", + "ver" + ], + [ + "ĠStone", + "well" + ], + [ + "ĠMir", + "iam" + ], + [ + "ĠConfeder", + "acy" + ], + [ + "ĠRem", + "i" + ], + [ + "Ġkidna", + "pping" + ], + [ + "ĠÃģ", + "ng" + ], + [ + "Ġbun", + "nies" + ], + [ + "Part", + "icip" + ], + [ + "Ġprofund", + "amente" + ], + [ + "ĠLim", + "ited" + ], + [ + "ĠvÃŃ", + "ct" + ], + [ + "Jess", + "ica" + ], + [ + "CON", + "TENTS" + ], + [ + "Ġperple", + "x" + ], + [ + "Ġadmin", + "istered" + ], + [ + "ĠCot", + "ton" + ], + [ + "Chair", + "man" + ], + [ + "ĠCanter", + "bury" + ], + [ + "C", + "ross" + ], + [ + "Ġ", + "zzz" + ], + [ + "it", + "ha" + ], + [ + "om", + "ic" + ], + [ + "Ġst", + "ems" + ], + [ + "ĠT", + "ropical" + ], + [ + "ĠB", + "ev" + ], + [ + "Ġal", + "gebra" + ], + [ + "ul", + "ator" + ], + [ + "red", + "o" + ], + [ + "ĠJ", + "aqueline" + ], + [ + "?\"", + ";" + ], + [ + "ĠV", + "ideo" + ], + [ + "Ġsc", + "ow" + ], + [ + "gu", + "ila" + ], + [ + "Ġtri", + "un" + ], + [ + "ĠZ", + "orro" + ], + [ + "Ġta", + "pped" + ], + [ + "Ġgi", + "ants" + ], + [ + "ĠCom", + "edy" + ], + [ + "Ġdar", + "se" + ], + [ + "Ġpar", + "ano" + ], + [ + "Ġmer", + "cado" + ], + [ + "Ġllev", + "as" + ], + [ + "Ġconvers", + "ion" + ], + [ + "Ġgar", + "ment" + ], + [ + "Ġvac", + "as" + ], + [ + "Ġdat", + "os" + ], + [ + "ĠCa", + "ucas" + ], + [ + "ĠTra", + "vis" + ], + [ + "Ġconven", + "ience" + ], + [ + "Out", + "side" + ], + [ + "Ġment", + "ir" + ], + [ + "sk", + "irts" + ], + [ + "Ġastron", + "omy" + ], + [ + "ĠRen", + "ée" + ], + [ + "ĠNE", + "VER" + ], + [ + "ést", + "os" + ], + [ + "ĠNorm", + "andy" + ], + [ + "ĠHoo", + "ver" + ], + [ + "Ġhues", + "os" + ], + [ + "Ġesfuer", + "zo" + ], + [ + "c", + "ara" + ], + [ + "h", + "oles" + ], + [ + "z", + "co" + ], + [ + "Ġs", + "iente" + ], + [ + "Ġs", + "opl" + ], + [ + "ha", + "les" + ], + [ + "Ġf", + "ade" + ], + [ + "ll", + "ev" + ], + [ + "Ġst", + "ained" + ], + [ + "ĠM", + "AY" + ], + [ + "ĠH", + "OUSE" + ], + [ + "ct", + "ar" + ], + [ + "ol", + "ks" + ], + [ + "ĠP", + "M" + ], + [ + "Ġsh", + "ines" + ], + [ + "ĠR", + "eds" + ], + [ + "Ġ[", + ":" + ], + [ + "ens", + "is" + ], + [ + "Ġsc", + "ur" + ], + [ + "Ġbu", + "que" + ], + [ + "Ġfl", + "ashes" + ], + [ + "Ġhel", + "ado" + ], + [ + "ign", + "on" + ], + [ + "Ġsl", + "owed" + ], + [ + "Ġmat", + "ched" + ], + [ + "Ġbre", + "thren" + ], + [ + "Ġcas", + "arse" + ], + [ + "Ġinv", + "ade" + ], + [ + "ĠCl", + "arence" + ], + [ + "Ġpast", + "ry" + ], + [ + "Ġem", + "blem" + ], + [ + "ĠFrank", + "furt" + ], + [ + "Ġdescri", + "ptions" + ], + [ + "alt", + "ies" + ], + [ + "UB", + "L" + ], + [ + "Ġcard", + "iac" + ], + [ + "Ġsla", + "pped" + ], + [ + "Ġcred", + "its" + ], + [ + "ĠVictor", + "ian" + ], + [ + "Ġeter", + "nity" + ], + [ + "Ġtires", + "ome" + ], + [ + "breat", + "hes" + ], + [ + "Ġclergy", + "man" + ], + [ + "Ġdiscom", + "fort" + ], + [ + "whim", + "pers" + ], + [ + "D", + "est" + ], + [ + "p", + "ri" + ], + [ + "s", + "low" + ], + [ + "t", + "iny" + ], + [ + "Â", + "²" + ], + [ + "Ġo", + "igo" + ], + [ + "Ġg", + "entes" + ], + [ + "ri", + "ka" + ], + [ + "Ġst", + "o" + ], + [ + "ĠT", + "ax" + ], + [ + "ĠT", + "ae" + ], + [ + "ĠT", + "iffany" + ], + [ + "ĠS", + "unny" + ], + [ + "ĠS", + "CHOOL" + ], + [ + "ĠC", + "f" + ], + [ + "ĠC", + "iudad" + ], + [ + "ĠP", + "www" + ], + [ + "ĠL", + "AST" + ], + [ + "ĠE", + "ventually" + ], + [ + "fe", + "it" + ], + [ + "Ġsp", + "un" + ], + [ + "ĠK", + "le" + ], + [ + "Ġdes", + "eaba" + ], + [ + "ĠV", + "alle" + ], + [ + "ta", + "ils" + ], + [ + "Ġcha", + "ll" + ], + [ + "Ġreg", + "ulation" + ], + [ + "Ġpie", + "za" + ], + [ + "Ġri", + "vals" + ], + [ + "Ġexc", + "used" + ], + [ + "rog", + "ate" + ], + [ + "Ġtrans", + "m" + ], + [ + "Ġtrans", + "plant" + ], + [ + "Ġprof", + "itable" + ], + [ + "Ġfil", + "ibuster" + ], + [ + "Ex", + "amples" + ], + [ + "Ġcurrent", + "s" + ], + [ + "Ġlower", + "ing" + ], + [ + "Ġoccur", + "rence" + ], + [ + "Ġund", + "one" + ], + [ + "Ġconcl", + "ude" + ], + [ + "Ġvest", + "idos" + ], + [ + "Carl", + "os" + ], + [ + "Ġrepro", + "ductive" + ], + [ + "Ġutiliz", + "an" + ], + [ + "Ġembarrass", + "ment" + ], + [ + "Ġsole", + "ly" + ], + [ + "stro", + "ke" + ], + [ + "ĠHamb", + "urg" + ], + [ + "F", + "er" + ], + [ + "M", + "erry" + ], + [ + "O", + "x" + ], + [ + "t", + "ight" + ], + [ + "Ġ", + ")," + ], + [ + "Ġs", + "áb" + ], + [ + "er", + "ic" + ], + [ + "it", + "at" + ], + [ + "id", + "an" + ], + [ + "ent", + "re" + ], + [ + "Ġre", + "yes" + ], + [ + "ke", + "es" + ], + [ + "ĠT", + "R" + ], + [ + "ĠM", + "atson" + ], + [ + "ur", + "us" + ], + [ + "st", + "ation" + ], + [ + "Ġas", + "ylum" + ], + [ + "ĠB", + "IG" + ], + [ + "ĠB", + "AB" + ], + [ + "ig", + "ail" + ], + [ + "ĠW", + "er" + ], + [ + "ĠJ", + "em" + ], + [ + "Ġcl", + "ips" + ], + [ + "Ġtell", + "in" + ], + [ + "Ġdis", + "band" + ], + [ + "Ġdis", + "reg" + ], + [ + "ĠY", + "u" + ], + [ + "ĠMar", + "se" + ], + [ + "Ġrel", + "ay" + ], + [ + "ject", + "ed" + ], + [ + "Ġconf", + "und" + ], + [ + "Ġexpl", + "oration" + ], + [ + "ĠSu", + "zanne" + ], + [ + "ĠIN", + "TO" + ], + [ + "ĠEx", + "change" + ], + [ + "à²", + "Ĺ" + ], + [ + "ĠPaul", + "ine" + ], + [ + "ota", + "pe" + ], + [ + "Ġcustom", + "ary" + ], + [ + "Ġconcl", + "usions" + ], + [ + "ĠSa", + "hara" + ], + [ + "Ġtermin", + "ated" + ], + [ + "Mic", + "helle" + ], + [ + "cor", + "rect" + ], + [ + "pon", + "er" + ], + [ + "Ġà¤", + "ķ" + ], + [ + "Ġlevant", + "ar" + ], + [ + "añ", + "adió" + ], + [ + "ĠBea", + "utiful" + ], + [ + "Ġaltern", + "ate" + ], + [ + "Ġcog", + "ido" + ], + [ + "Ġshrie", + "ked" + ], + [ + "Ġspons", + "ored" + ], + [ + "mur", + "mur" + ], + [ + "Ġinvit", + "ations" + ], + [ + "Ġblanc", + "as" + ], + [ + "LAUGH", + "S" + ], + [ + "Ġproyect", + "o" + ], + [ + "ĠEthiop", + "ia" + ], + [ + "ĠRafa", + "el" + ], + [ + "i", + "amente" + ], + [ + "s", + "at" + ], + [ + "Ġc", + "ep" + ], + [ + "Ġre", + "ver" + ], + [ + "ĠT", + "andy" + ], + [ + "ur", + "amente" + ], + [ + "ĠD", + "y" + ], + [ + "ĠL", + "illy" + ], + [ + "ĠF", + "ig" + ], + [ + "Ġbr", + "oma" + ], + [ + "ran", + "qu" + ], + [ + "Ġres", + "erves" + ], + [ + "uc", + "ion" + ], + [ + "Ġhar", + "p" + ], + [ + "Ġfin", + "er" + ], + [ + "Ġmet", + "ric" + ], + [ + "Ġcor", + "rÃŃa" + ], + [ + "Ġref", + "ined" + ], + [ + "unch", + "ing" + ], + [ + "Ġcam", + "as" + ], + [ + "Ġsqu", + "aw" + ], + [ + "Ġz", + "omb" + ], + [ + "ĠEd", + "ge" + ], + [ + "ract", + "ion" + ], + [ + "ĠMan", + "or" + ], + [ + "mit", + "es" + ], + [ + "Ġhabit", + "ats" + ], + [ + "Ġmotor", + "bike" + ], + [ + "Ġparticip", + "ating" + ], + [ + "ĠSing", + "les" + ], + [ + "Ġpier", + "cing" + ], + [ + "Ġkingdom", + "s" + ], + [ + "Ġbay", + "on" + ], + [ + "ĠEv", + "il" + ], + [ + "Ġtro", + "d" + ], + [ + "Ġtriste", + "za" + ], + [ + "alax", + "y" + ], + [ + "Ġtwin", + "ned" + ], + [ + "ĠFle", + "ming" + ], + [ + "pow", + "ered" + ], + [ + "Ġpajar", + "ito" + ], + [ + "ĠMaced", + "onia" + ], + [ + "Ġloo", + "kee" + ], + [ + "ĠPand", + "ora" + ], + [ + "O", + "fficer" + ], + [ + "U", + "pon" + ], + [ + "V", + "is" + ], + [ + "c", + "ass" + ], + [ + "g", + "arden" + ], + [ + "i", + "ated" + ], + [ + "j", + "ita" + ], + [ + "p", + "á" + ], + [ + "p", + "ond" + ], + [ + "es", + "on" + ], + [ + "id", + "ores" + ], + [ + "am", + "erican" + ], + [ + "ĠM", + "ate" + ], + [ + "hi", + "er" + ], + [ + "Ġgr", + "udge" + ], + [ + "ĠCh", + "ron" + ], + [ + "ember", + "g" + ], + [ + "Ġob", + "t" + ], + [ + "Ġve", + "x" + ], + [ + "form", + "ula" + ], + [ + "Al", + "icia" + ], + [ + "Ġcup", + "cakes" + ], + [ + "Ġhon", + "oured" + ], + [ + "ĠRe", + "uben" + ], + [ + "Ġcal", + "idad" + ], + [ + "Ġá", + "rea" + ], + [ + "ĠGo", + "k" + ], + [ + "some", + "where" + ], + [ + "medi", + "ate" + ], + [ + "ĠBrown", + "ie" + ], + [ + "Ġdecir", + "te" + ], + [ + "ĠRepublic", + "ans" + ], + [ + "ĠDep", + "ression" + ], + [ + "Ġrust", + "les" + ], + [ + "Ġpant", + "ed" + ], + [ + "Ġdecor", + "ate" + ], + [ + "Ġfox", + "es" + ], + [ + "Ġdiss", + "ol" + ], + [ + "Ġvirt", + "ual" + ], + [ + "ĠMi", + "y" + ], + [ + "Ġintense", + "ly" + ], + [ + "Ġmue", + "ve" + ], + [ + "Ġaliment", + "o" + ], + [ + "hoe", + "be" + ], + [ + "ĠLev", + "i" + ], + [ + "Pa", + "use" + ], + [ + "Ġtheore", + "tical" + ], + [ + "Rh", + "ône" + ], + [ + "Ġkiló", + "metros" + ], + [ + "U", + "ses" + ], + [ + "l", + "eness" + ], + [ + "m", + "elo" + ], + [ + "o", + "inting" + ], + [ + "Ġp", + "ious" + ], + [ + "ĠI", + "z" + ], + [ + "Ġn", + "ay" + ], + [ + "Ġn", + "ig" + ], + [ + "Ġfor", + "man" + ], + [ + "Ġst", + "unt" + ], + [ + "ĠS", + "aints" + ], + [ + "ĠA", + "br" + ], + [ + "ĠC", + "ox" + ], + [ + "AR", + "Y" + ], + [ + "Ġsh", + "ifting" + ], + [ + "ĠR", + "ider" + ], + [ + "ap", + "art" + ], + [ + "Ġcl", + "oudy" + ], + [ + "Ġover", + "lap" + ], + [ + "act", + "ions" + ], + [ + "ĠV", + "ere" + ], + [ + "Ġsha", + "ky" + ], + [ + "ons", + "on" + ], + [ + "Ġdoll", + "ies" + ], + [ + "ios", + "as" + ], + [ + "ĠBer", + "m" + ], + [ + "ĠCha", + "pel" + ], + [ + "Ġpar", + "ar" + ], + [ + "Ġarm", + "ario" + ], + [ + "Ġfear", + "less" + ], + [ + "ĠSome", + "body" + ], + [ + "off", + "ice" + ], + [ + "199", + "5" + ], + [ + "Ġsch", + "izophren" + ], + [ + "ĠDO", + "ES" + ], + [ + "Ġhic", + "iera" + ], + [ + "Ġtransl", + "ate" + ], + [ + "Ġpow", + "ered" + ], + [ + "Ġlaws", + "uit" + ], + [ + "ili", + "ary" + ], + [ + "cr", + "acker" + ], + [ + "ĠHay", + "es" + ], + [ + "Ġcompar", + "ative" + ], + [ + "Ġcad", + "et" + ], + [ + "Ġfrag", + "rance" + ], + [ + "mu", + "cho" + ], + [ + "óm", + "ico" + ], + [ + "Ġtribut", + "ary" + ], + [ + "Ġdesapare", + "ció" + ], + [ + "Ġpodr", + "ÃŃan" + ], + [ + "dist", + "rict" + ], + [ + "Ġassum", + "ption" + ], + [ + "Cla", + "ire" + ], + [ + "ĠKra", + "k" + ], + [ + "Ġprophe", + "cy" + ], + [ + "Cind", + "y" + ], + [ + "M", + "ER" + ], + [ + "R", + "ae" + ], + [ + "j", + "andro" + ], + [ + "m", + "ÃŃr" + ], + [ + "r", + "t" + ], + [ + "Ġ", + "ira" + ], + [ + "Ġo", + "str" + ], + [ + "Ġha", + "h" + ], + [ + "im", + "ps" + ], + [ + "Ġn", + "y" + ], + [ + "ĠS", + "ra" + ], + [ + "ĠP", + "ull" + ], + [ + "Ġher", + "ido" + ], + [ + "Ġpro", + "ces" + ], + [ + "ĠMar", + "ina" + ], + [ + "row", + "ing" + ], + [ + "Ġperson", + "ajes" + ], + [ + "Ġpass", + "ages" + ], + [ + "Ġred", + "es" + ], + [ + "che", + "ers" + ], + [ + "Ġrep", + "ar" + ], + [ + "Ġcur", + "ling" + ], + [ + "Al", + "i" + ], + [ + "Ġir", + "é" + ], + [ + "ĠGeor", + "ges" + ], + [ + "ĠCo", + "ca" + ], + [ + "Ġmem", + "orable" + ], + [ + "ĠMal", + "ta" + ], + [ + "Ġmut", + "tering" + ], + [ + "ánt", + "ico" + ], + [ + "199", + "2" + ], + [ + "iform", + "es" + ], + [ + "Ġcamb", + "iado" + ], + [ + "ĠGil", + "roy" + ], + [ + "Ġapolog", + "ies" + ], + [ + "Ġcad", + "ets" + ], + [ + "Cor", + "rect" + ], + [ + "Ġdece", + "ive" + ], + [ + "Ġros", + "as" + ], + [ + "Ġdepos", + "its" + ], + [ + "Ġcapac", + "idad" + ], + [ + "Ġzap", + "ato" + ], + [ + "NE", + "I" + ], + [ + "Ġdesapare", + "cido" + ], + [ + "doll", + "ar" + ], + [ + "Ġvine", + "gar" + ], + [ + "Ġdeport", + "e" + ], + [ + "Ġavent", + "uras" + ], + [ + "Ġsimpl", + "er" + ], + [ + "Ġdesay", + "unar" + ], + [ + "avin", + "ia" + ], + [ + "Ġdescans", + "ar" + ], + [ + "tit", + "les" + ], + [ + "Stra", + "ight" + ], + [ + "ĠCret", + "aceous" + ], + [ + "A", + "ub" + ], + [ + "H", + "ace" + ], + [ + "H", + "umph" + ], + [ + "I", + "LD" + ], + [ + "L", + "ore" + ], + [ + "M", + "ist" + ], + [ + "R", + "ev" + ], + [ + "S", + "ax" + ], + [ + "d", + "ys" + ], + [ + "l", + "aps" + ], + [ + "n", + "unca" + ], + [ + "p", + "obrec" + ], + [ + "nd", + "as" + ], + [ + "Ġd", + "aban" + ], + [ + "Ġre", + "organ" + ], + [ + "qu", + "art" + ], + [ + "ĠM", + "ose" + ], + [ + "ĠM", + "ail" + ], + [ + "ĠM", + "ISS" + ], + [ + "ĠB", + "EL" + ], + [ + "Ġqu", + "ot" + ], + [ + "ĠH", + "ence" + ], + [ + "ĠH", + "ollow" + ], + [ + "Ġsh", + "red" + ], + [ + "Ġout", + "skirts" + ], + [ + "em", + "aker" + ], + [ + "Ġpl", + "ed" + ], + [ + "ĠG", + "aul" + ], + [ + "ĠL", + "ance" + ], + [ + "ĠE", + "van" + ], + [ + "la", + "va" + ], + [ + "Ġaf", + "ar" + ], + [ + "ict", + "s" + ], + [ + "que", + "z" + ], + [ + "ors", + "es" + ], + [ + "Ġca", + "ÃŃa" + ], + [ + "She", + "m" + ], + [ + "pr", + "isa" + ], + [ + "Ġind", + "is" + ], + [ + "Ġcat", + "alog" + ], + [ + "uel", + "to" + ], + [ + "Ġcolor", + "ful" + ], + [ + "ĠBe", + "yond" + ], + [ + "Ġeight", + "eenth" + ], + [ + "Ġmer", + "ger" + ], + [ + "ĠCount", + "ess" + ], + [ + "ĠBar", + "n" + ], + [ + "Ġprodu", + "ctions" + ], + [ + "ĠEst", + "ado" + ], + [ + "hard", + "t" + ], + [ + "Ġvict", + "orious" + ], + [ + "Ġfuer", + "an" + ], + [ + "ĠLu", + "igi" + ], + [ + "Ġgradu", + "ation" + ], + [ + "ĠGet", + "ty" + ], + [ + "Ġteaching", + "s" + ], + [ + "Ġcorrespond", + "ing" + ], + [ + "Ġsniff", + "ed" + ], + [ + "ĠNiger", + "ian" + ], + [ + "ĠAhm", + "ed" + ], + [ + "Ġunlock", + "ed" + ], + [ + "ĠMes", + "opotam" + ], + [ + "Ġexce", + "pto" + ], + [ + "Ġhards", + "hips" + ], + [ + "CAP", + "Ãį" + ], + [ + "Ġmarty", + "r" + ], + [ + "Ġdisf", + "raz" + ], + [ + "TU", + "LO" + ], + [ + "ĠVlad", + "imir" + ], + [ + "\"", + "|" + ], + [ + "A", + "ud" + ], + [ + "L", + "ind" + ], + [ + "N", + "HL" + ], + [ + "d", + "ens" + ], + [ + "j", + "ob" + ], + [ + "s", + "ugar" + ], + [ + "Ġs", + "acks" + ], + [ + "on", + "ial" + ], + [ + "Ġd", + "andy" + ], + [ + "Ġo", + "este" + ], + [ + "Ġp", + "ell" + ], + [ + "Ġp", + "onder" + ], + [ + "or", + "ient" + ], + [ + "ic", + "opter" + ], + [ + "Ġth", + "rees" + ], + [ + "ĠM", + "ond" + ], + [ + "ĠH", + "ers" + ], + [ + "ĠH", + "ap" + ], + [ + "ĠH", + "aut" + ], + [ + "ĠP", + "ale" + ], + [ + "Ġsa", + "kes" + ], + [ + "Ġout", + "let" + ], + [ + "Ġpl", + "edge" + ], + [ + "ĠF", + "lying" + ], + [ + "Ġput", + "tin" + ], + [ + "Ġpre", + "historic" + ], + [ + "ĠY", + "i" + ], + [ + "Ġreg", + "iones" + ], + [ + "Ġcer", + "rado" + ], + [ + "Ġcab", + "ellos" + ], + [ + "Th", + "ursday" + ], + [ + "Ġprom", + "oting" + ], + [ + "Ġvar", + "iation" + ], + [ + "ĠCon", + "rad" + ], + [ + "à¤", + "ļ" + ], + [ + "ĠEn", + "rique" + ], + [ + "ĠTe", + "acher" + ], + [ + "ĠPar", + "amount" + ], + [ + "yl", + "an" + ], + [ + "ĠEst", + "as" + ], + [ + "Ġcharacter", + "ized" + ], + [ + "Ġfres", + "co" + ], + [ + "sp", + "eaks" + ], + [ + "Pe", + "ace" + ], + [ + "ĠBur", + "ke" + ], + [ + "Ġge", + "ographical" + ], + [ + "ĠEmp", + "ress" + ], + [ + "Ġ189", + "2" + ], + [ + "Ġ189", + "7" + ], + [ + "Gu", + "ard" + ], + [ + "Ġbrief", + "case" + ], + [ + "ĠRod", + "ney" + ], + [ + "IE", + "LD" + ], + [ + "ĠHard", + "ing" + ], + [ + "Ġmá", + "x" + ], + [ + "amar", + "illo" + ], + [ + "ĠRh", + "ode" + ], + [ + "ĠHindu", + "ism" + ], + [ + "Ġvow", + "els" + ], + [ + "Ġdolph", + "ins" + ], + [ + "Ġrefres", + "hing" + ], + [ + "ĠGrim", + "m" + ], + [ + "Hea", + "ven" + ], + [ + "Ġmemb", + "rane" + ], + [ + "ĠAnat", + "olia" + ], + [ + "ĠLope", + "z" + ], + [ + "CAPÃį", + "TULO" + ], + [ + "!", + "..." + ], + [ + "C", + "AN" + ], + [ + "O", + "per" + ], + [ + "b", + "ane" + ], + [ + "c", + "ual" + ], + [ + "e", + "o" + ], + [ + "p", + "ins" + ], + [ + "Ġs", + "ling" + ], + [ + "Ġc", + "ors" + ], + [ + "Ġc", + "anto" + ], + [ + "Ġm", + "ig" + ], + [ + "Ġh", + "ump" + ], + [ + "ut", + "er" + ], + [ + "ĠC", + "P" + ], + [ + "ĠC", + "ed" + ], + [ + "ĠP", + "ent" + ], + [ + "ĠO", + "S" + ], + [ + "Ġbr", + "ands" + ], + [ + "Ġco", + "il" + ], + [ + "ull", + "ah" + ], + [ + "Ġcons", + "igo" + ], + [ + "Ġinter", + "face" + ], + [ + "ĠGer", + "da" + ], + [ + "Ġbuild", + "ers" + ], + [ + "ĠCha", + "mp" + ], + [ + "Ġsab", + "emos" + ], + [ + "Ġsuper", + "b" + ], + [ + "ĠSw", + "ift" + ], + [ + "fly", + "ing" + ], + [ + "Ġpud", + "ieron" + ], + [ + "Ġpron", + "ounce" + ], + [ + "Ġoccup", + "ants" + ], + [ + "Ġsteam", + "ing" + ], + [ + "ĠNat", + "alie" + ], + [ + "Ġaer", + "ial" + ], + [ + "Ġod", + "io" + ], + [ + "Ġsalv", + "aje" + ], + [ + "ĠOxford", + "shire" + ], + [ + "Ġgle", + "aming" + ], + [ + "Ġnav", + "ig" + ], + [ + "sleep", + "ing" + ], + [ + "Ġyawn", + "ing" + ], + [ + "Ġfug", + "itive" + ], + [ + "Bern", + "ard" + ], + [ + "Ġunemplo", + "yed" + ], + [ + "Ġespect", + "áculo" + ], + [ + "Ġinjust", + "ice" + ], + [ + "ĠperÃŃ", + "odo" + ], + [ + "aun", + "que" + ], + [ + "Ġvitam", + "ins" + ], + [ + "F", + "ood" + ], + [ + "X", + "T" + ], + [ + "b", + "ys" + ], + [ + "Ġin", + "ducted" + ], + [ + "Ġhe", + "aled" + ], + [ + "Ġwas", + "p" + ], + [ + "Ġu", + "mp" + ], + [ + "Ġn", + "ailed" + ], + [ + "ĠS", + "hen" + ], + [ + "her", + "ry" + ], + [ + "ĠH", + "off" + ], + [ + "ĠP", + "av" + ], + [ + "Ġpl", + "uma" + ], + [ + "ĠL", + "enn" + ], + [ + "ĠL", + "ila" + ], + [ + "ĠJ", + "ungle" + ], + [ + "Ġle", + "ch" + ], + [ + "te", + "eth" + ], + [ + "ĠSt", + "ri" + ], + [ + "Ġgl", + "ided" + ], + [ + "ung", + "a" + ], + [ + "Ġsent", + "in" + ], + [ + "St", + "arting" + ], + [ + "ĠBl", + "ind" + ], + [ + "Ġrepl", + "ic" + ], + [ + "Ġval", + "iant" + ], + [ + "Cl", + "ara" + ], + [ + "Ġaccident", + "e" + ], + [ + "bra", + "him" + ], + [ + "Ġ189", + "1" + ], + [ + "199", + "7" + ], + [ + "Ġterrit", + "orial" + ], + [ + "Ġquit", + "ó" + ], + [ + "Ġze", + "al" + ], + [ + "Fl", + "orence" + ], + [ + "Ġelectron", + "ics" + ], + [ + "ĠSH", + "OULD" + ], + [ + "ĠImper", + "io" + ], + [ + "ĠBry", + "an" + ], + [ + "Ġwob", + "bly" + ], + [ + "ĠLanc", + "aster" + ], + [ + "ĠLt", + "d" + ], + [ + "Ġrenow", + "ned" + ], + [ + "\"", + "\"" + ], + [ + "M", + "andy" + ], + [ + "T", + "ras" + ], + [ + "e", + "lect" + ], + [ + "s", + "le" + ], + [ + "v", + "able" + ], + [ + "w", + "ave" + ], + [ + "er", + "ting" + ], + [ + "Ġc", + "ierra" + ], + [ + "Ġd", + "oth" + ], + [ + "Ġf", + "als" + ], + [ + "an", + "cias" + ], + [ + "Ġg", + "ilt" + ], + [ + "Ġin", + "mates" + ], + [ + "ow", + "ard" + ], + [ + "ĠS", + "ou" + ], + [ + "ĠC", + "ros" + ], + [ + "Ġal", + "mac" + ], + [ + "ĠW", + "acker" + ], + [ + "ĠL", + "iam" + ], + [ + "ard", + "in" + ], + [ + "ort", + "a" + ], + [ + "Ġright", + "eous" + ], + [ + "Ġmu", + "est" + ], + [ + "ĠU", + "ri" + ], + [ + "act", + "us" + ], + [ + "ĠV", + "ick" + ], + [ + "ĠIn", + "side" + ], + [ + "old", + "s" + ], + [ + "Ġwood", + "land" + ], + [ + "ĠQ", + "atar" + ], + [ + "Ġsna", + "pping" + ], + [ + "ĠTr", + "in" + ], + [ + "Ġpresident", + "s" + ], + [ + "Ġperiod", + "ic" + ], + [ + "Ġlock", + "et" + ], + [ + "Ġbull", + "do" + ], + [ + "Ġspeed", + "s" + ], + [ + "Ġpud", + "dle" + ], + [ + "ĠCla", + "ude" + ], + [ + "bir", + "th" + ], + [ + "ĠIrish", + "man" + ], + [ + "Ġax", + "es" + ], + [ + "ĠAny", + "way" + ], + [ + "Ġmand", + "ó" + ], + [ + "Rob", + "in" + ], + [ + "Ġscold", + "ed" + ], + [ + "Ġenqu", + "iry" + ], + [ + "Ġsway", + "ing" + ], + [ + "ĠObs", + "erv" + ], + [ + "Ġcaz", + "ador" + ], + [ + "ĠVio", + "let" + ], + [ + "!", + "-" + ], + [ + "?", + "." + ], + [ + "C", + "LE" + ], + [ + "D", + "Y" + ], + [ + "D", + "yn" + ], + [ + "G", + "y" + ], + [ + "G", + "un" + ], + [ + "I", + "mm" + ], + [ + "R", + "osa" + ], + [ + "g", + "own" + ], + [ + "Ġt", + "its" + ], + [ + "es", + "cend" + ], + [ + "om", + "bs" + ], + [ + "os", + "kap" + ], + [ + "Ġse", + "ct" + ], + [ + "ĠB", + "ug" + ], + [ + "Ġat", + "tain" + ], + [ + "ĠP", + "iet" + ], + [ + "Ġsu", + "ic" + ], + [ + "ĠW", + "ea" + ], + [ + "ĠL", + "ah" + ], + [ + "ĠL", + "oy" + ], + [ + "ĠThe", + "ater" + ], + [ + "ĠE", + "nos" + ], + [ + "Ġover", + "time" + ], + [ + "ear", + "ance" + ], + [ + "ĠK", + "ö" + ], + [ + "do", + "be" + ], + [ + "ob", + "i" + ], + [ + "Ġrem", + "on" + ], + [ + "Ġres", + "ervation" + ], + [ + "ib", + "o" + ], + [ + "Ġap", + "es" + ], + [ + "Ġbar", + "ren" + ], + [ + "Ġty", + "ran" + ], + [ + "Ex", + "ternal" + ], + [ + "ĠSh", + "ore" + ], + [ + "Ġtend", + "rá" + ], + [ + "watch", + "ing" + ], + [ + "Ġlength", + "s" + ], + [ + "Mom", + "ma" + ], + [ + "Ġjug", + "ador" + ], + [ + "Ġpill", + "ar" + ], + [ + "Ġfac", + "ult" + ], + [ + "Ġfro", + "ggie" + ], + [ + "Ġalt", + "as" + ], + [ + "bot", + "tom" + ], + [ + "Ant", + "es" + ], + [ + "Ġasust", + "ó" + ], + [ + "ô", + "te" + ], + [ + "ĠoÃŃ", + "dos" + ], + [ + "ĠfÃŃs", + "ica" + ], + [ + "Pare", + "ce" + ], + [ + "cycl", + "opedia" + ], + [ + "ĠProp", + "het" + ], + [ + "ĠAngl", + "ican" + ], + [ + "ipel", + "ago" + ], + [ + "n", + "aran" + ], + [ + "Â", + "·" + ], + [ + "Ġf", + "owls" + ], + [ + "Ġde", + "ity" + ], + [ + "Ġst", + "ability" + ], + [ + "Ġdo", + "pe" + ], + [ + "ĠM", + "IN" + ], + [ + "Ġk", + "er" + ], + [ + "ĠP", + "haraoh" + ], + [ + "ue", + "y" + ], + [ + "hy", + "a" + ], + [ + "Ġac", + "ar" + ], + [ + "let", + "ons" + ], + [ + "Ġatt", + "ire" + ], + [ + "Ġimp", + "osed" + ], + [ + "ex", + "pl" + ], + [ + "Ġint", + "oler" + ], + [ + "ĠCom", + "ing" + ], + [ + "ĠRe", + "ad" + ], + [ + "à¤", + "®" + ], + [ + "Ġcop", + "ying" + ], + [ + "Ġguard", + "ia" + ], + [ + "Ġener", + "getic" + ], + [ + "Ġspeed", + "ing" + ], + [ + "Ġmater", + "ia" + ], + [ + "ĠGreen", + "e" + ], + [ + "Ġinterrupt", + "ing" + ], + [ + "Ġ186", + "7" + ], + [ + "ĠSqu", + "ire" + ], + [ + "Ġmyth", + "s" + ], + [ + "ĠTw", + "itter" + ], + [ + "Pre", + "viously" + ], + [ + "Ġrect", + "angle" + ], + [ + "Pap", + "á" + ], + [ + "ĠFace", + "book" + ], + [ + "Ġprejud", + "ice" + ], + [ + "Ġinsign", + "ific" + ], + [ + "ĠGio", + "vanni" + ], + [ + "Ġangu", + "ish" + ], + [ + "ĠVeget", + "a" + ], + [ + "ĠDeclar", + "ation" + ], + [ + "C", + "ada" + ], + [ + "K", + "elly" + ], + [ + "R", + "ound" + ], + [ + "c", + "hat" + ], + [ + "g", + "lo" + ], + [ + "m", + "em" + ], + [ + "t", + "owel" + ], + [ + "Ġs", + "ash" + ], + [ + "Ġc", + "ulo" + ], + [ + "Ġd", + "ost" + ], + [ + "Ġl", + "ens" + ], + [ + "Ġse", + "iz" + ], + [ + "Ġan", + "onymous" + ], + [ + "ell", + "ar" + ], + [ + "th", + "ou" + ], + [ + "Ġen", + "zy" + ], + [ + "ĠG", + "lend" + ], + [ + "ĠL", + "om" + ], + [ + "ĠThe", + "o" + ], + [ + "ag", + "na" + ], + [ + "Ġpro", + "verb" + ], + [ + "Ġany", + "ways" + ], + [ + "Ġsp", + "ied" + ], + [ + "Ġdown", + "load" + ], + [ + "ĠK", + "ab" + ], + [ + "ord", + "e" + ], + [ + "ile", + "e" + ], + [ + "ĠV", + "el" + ], + [ + "Ġbu", + "c" + ], + [ + "cl", + "ub" + ], + [ + "So", + "ld" + ], + [ + "up", + "stairs" + ], + [ + "ĠZ", + "ur" + ], + [ + "Ġlad", + "rón" + ], + [ + "eng", + "ing" + ], + [ + "ĠBar", + "clay" + ], + [ + "ĠPl", + "uto" + ], + [ + "Ġstraight", + "forward" + ], + [ + "ĠOr", + "lando" + ], + [ + "Ġgust", + "ado" + ], + [ + "Ġdev", + "ote" + ], + [ + "Ġur", + "ging" + ], + [ + "Ġident", + "ification" + ], + [ + "ĠMil", + "ky" + ], + [ + "ĠPri", + "est" + ], + [ + "ari", + "amente" + ], + [ + "whe", + "els" + ], + [ + "Ġcub", + "ierto" + ], + [ + "Ġshock", + "ing" + ], + [ + "à®", + "¤" + ], + [ + "Ġaware", + "ness" + ], + [ + "OM", + "AN" + ], + [ + "Ġescu", + "chó" + ], + [ + "AC", + "T" + ], + [ + "squ", + "eak" + ], + [ + "Ġtool", + "box" + ], + [ + "ĠCho", + "i" + ], + [ + "aug", + "uau" + ], + [ + "ĠStra", + "it" + ], + [ + "Ġagit", + "ated" + ], + [ + "Ġprud", + "ent" + ], + [ + "Ġremed", + "io" + ], + [ + "Ġmund", + "ial" + ], + [ + "Ġphilosoph", + "ical" + ], + [ + "Ġinvari", + "ably" + ], + [ + "ĠDever", + "ing" + ], + [ + "A", + "CH" + ], + [ + "L", + "ate" + ], + [ + "M", + "os" + ], + [ + "V", + "ES" + ], + [ + "g", + "ary" + ], + [ + "s", + "hed" + ], + [ + "is", + "ition" + ], + [ + "Ġm", + "ierda" + ], + [ + "Ġp", + "ido" + ], + [ + "Ġl", + "inda" + ], + [ + "Ġto", + "aster" + ], + [ + "Ġe", + "ater" + ], + [ + "Ġn", + "ug" + ], + [ + "Ġdo", + "bl" + ], + [ + "ĠT", + "i" + ], + [ + "ĠT", + "UR" + ], + [ + "ĠG", + "la" + ], + [ + "ĠG", + "az" + ], + [ + "ĠL", + "ass" + ], + [ + "ĠL", + "og" + ], + [ + "He", + "idi" + ], + [ + "ĠK", + "oran" + ], + [ + "Ġam", + "iable" + ], + [ + "wn", + "y" + ], + [ + "ĠY", + "uc" + ], + [ + "Ġunder", + "taken" + ], + [ + "Ġca", + "es" + ], + [ + "Ġrec", + "ur" + ], + [ + "ĠMar", + "ino" + ], + [ + "Ġcle", + "arer" + ], + [ + "Ġfall", + "ed" + ], + [ + "St", + "ate" + ], + [ + "Ġbar", + "ba" + ], + [ + "ĠPr", + "issie" + ], + [ + "Ġgovern", + "ors" + ], + [ + "à¤", + "£" + ], + [ + "ĠPar", + "agu" + ], + [ + "ĠMon", + "k" + ], + [ + "Ġdecir", + "lo" + ], + [ + "vell", + "ed" + ], + [ + "ĠGl", + "enn" + ], + [ + "Ġsorrow", + "ful" + ], + [ + "ĠAle", + "mania" + ], + [ + "Ġthunder", + "storm" + ], + [ + "Ġframe", + "work" + ], + [ + "squ", + "eaks" + ], + [ + "Ġobtain", + "ing" + ], + [ + "Ġacquaint", + "ances" + ], + [ + "Ġmars", + "h" + ], + [ + "Ġarro", + "j" + ], + [ + "Talk", + "ing" + ], + [ + "Ġwhirl", + "ing" + ], + [ + "Ġtorment", + "a" + ], + [ + "Hard", + "ly" + ], + [ + "Wind", + "ows" + ], + [ + "Ġintroduc", + "ing" + ], + [ + "ĠPow", + "ell" + ], + [ + "Ġungr", + "ateful" + ], + [ + "Ġcuest", + "ión" + ], + [ + "B", + "EN" + ], + [ + "d", + "un" + ], + [ + "d", + "ese" + ], + [ + "r", + "ÃŃas" + ], + [ + "z", + "on" + ], + [ + "z", + "ca" + ], + [ + "in", + "u" + ], + [ + "Ġs", + "ine" + ], + [ + "it", + "ime" + ], + [ + "Ġd", + "ada" + ], + [ + "Ġp", + "uls" + ], + [ + "Ġh", + "é" + ], + [ + "Ġh", + "ove" + ], + [ + "ĠM", + "og" + ], + [ + "ch", + "or" + ], + [ + "ĠC", + "ultural" + ], + [ + "ĠB", + "alk" + ], + [ + "ĠB", + "ret" + ], + [ + "ĠD", + "aff" + ], + [ + "ĠJ", + "OH" + ], + [ + "od", + "i" + ], + [ + "Ġun", + "c" + ], + [ + "Ġtw", + "ig" + ], + [ + "so", + "bre" + ], + [ + "har", + "ine" + ], + [ + "ĠIn", + "v" + ], + [ + "Ġend", + "urance" + ], + [ + "ĠMar", + "c" + ], + [ + "Do", + "ing" + ], + [ + "Ġkne", + "els" + ], + [ + "Ġsix", + "pence" + ], + [ + "Ġgener", + "ated" + ], + [ + "Ġgener", + "osity" + ], + [ + "umb", + "ria" + ], + [ + "Ġfore", + "man" + ], + [ + "Ġbat", + "hed" + ], + [ + "Ġz", + "ones" + ], + [ + "oops", + "ie" + ], + [ + "Ġguard", + "ing" + ], + [ + "ĠEx", + "cell" + ], + [ + "Ġgrass", + "y" + ], + [ + "à¥", + "ĭ" + ], + [ + "asp", + "ard" + ], + [ + "ĠVal", + "encia" + ], + [ + "Ġsubs", + "id" + ], + [ + "ueb", + "as" + ], + [ + "Ġconvert", + "ido" + ], + [ + "Ġdwell", + "ings" + ], + [ + "Ġjer", + "ked" + ], + [ + "XX", + "X" + ], + [ + "mn", + "n" + ], + [ + "Ġiv", + "ory" + ], + [ + "Pued", + "o" + ], + [ + "Ġnave", + "g" + ], + [ + "Ġcoo", + "lly" + ], + [ + "Ġmidship", + "man" + ], + [ + "ĠHug", + "hes" + ], + [ + "Ġdarl", + "in" + ], + [ + "ĠHEL", + "P" + ], + [ + "B", + "ODY" + ], + [ + "D", + "isc" + ], + [ + "G", + "as" + ], + [ + "W", + "ish" + ], + [ + "e", + "ach" + ], + [ + "e", + "asy" + ], + [ + "n", + "ana" + ], + [ + "r", + "atch" + ], + [ + "w", + "au" + ], + [ + "w", + "aves" + ], + [ + "Ġt", + "ang" + ], + [ + "Ġp", + "ú" + ], + [ + "ic", + "ent" + ], + [ + "Ġe", + "mo" + ], + [ + "Ġe", + "urope" + ], + [ + "Ġno", + "bility" + ], + [ + "pp", + "ets" + ], + [ + "ĠW", + "ool" + ], + [ + "ĠJ", + "udd" + ], + [ + "ĠN", + "AME" + ], + [ + "Ġel", + "bows" + ], + [ + "pe", + "zó" + ], + [ + "Ġmu", + "estra" + ], + [ + "iv", + "ar" + ], + [ + "Ġlot", + "tery" + ], + [ + "Ġmar", + "riages" + ], + [ + "Ġacc", + "use" + ], + [ + "Ġbar", + "red" + ], + [ + "Ġpen", + "it" + ], + [ + "bl", + "os" + ], + [ + "Ġcos", + "y" + ], + [ + "20", + "21" + ], + [ + "Ġglad", + "ness" + ], + [ + "Ġport", + "al" + ], + [ + "Ġdej", + "amos" + ], + [ + "Ġfinal", + "ice" + ], + [ + "à²", + "²" + ], + [ + "Ġrob", + "ust" + ], + [ + "Ġgod", + "mother" + ], + [ + "Ġmult", + "itude" + ], + [ + "Ġfund", + "ed" + ], + [ + "Ġhy", + "brid" + ], + [ + "Ġpil", + "grimage" + ], + [ + "Ġtim", + "er" + ], + [ + "áp", + "ido" + ], + [ + "Ġ189", + "3" + ], + [ + "Ġ188", + "2" + ], + [ + "IV", + "Y" + ], + [ + "Ġtransport", + "ed" + ], + [ + "Ġexplan", + "ations" + ], + [ + "pol", + "ice" + ], + [ + "mal", + "ade" + ], + [ + "Ġasust", + "ado" + ], + [ + "Ġprote", + "ger" + ], + [ + "ĠNa", + "omi" + ], + [ + "mont", + "on" + ], + [ + "Ġimmense", + "ly" + ], + [ + "Ġteles", + "cop" + ], + [ + "Ġgrit", + "ando" + ], + [ + "Mem", + "bers" + ], + [ + "Ġprotoc", + "ol" + ], + [ + "Ġregistr", + "ation" + ], + [ + "Ġenjo", + "ys" + ], + [ + "rasp", + "berry" + ], + [ + "Ġconsecut", + "ive" + ], + [ + "-", + "..." + ], + [ + "L", + "le" + ], + [ + "V", + "as" + ], + [ + "V", + "ING" + ], + [ + "W", + "HEN" + ], + [ + "c", + "ate" + ], + [ + "g", + "ener" + ], + [ + "l", + "io" + ], + [ + "n", + "uhhuh" + ], + [ + "p", + "ushing" + ], + [ + "Ġd", + "umps" + ], + [ + "en", + "ched" + ], + [ + "Ġp", + "iz" + ], + [ + "ĠI", + "B" + ], + [ + "et", + "ah" + ], + [ + "un", + "ches" + ], + [ + "Ġne", + "enaw" + ], + [ + "Ġv", + "ayas" + ], + [ + "Ġcon", + "ting" + ], + [ + "ĠJ", + "A" + ], + [ + "Ġlo", + "os" + ], + [ + "Ġpro", + "ving" + ], + [ + "He", + "h" + ], + [ + "ñ", + "ar" + ], + [ + "Ġmean", + "ings" + ], + [ + "ĠIn", + "formation" + ], + [ + "ĠCh", + "ow" + ], + [ + "Ġdec", + "ÃŃan" + ], + [ + "ĠNo", + "v" + ], + [ + "Ġreg", + "iments" + ], + [ + "Ġpap", + "ás" + ], + [ + "Ġmet", + "h" + ], + [ + "uel", + "ve" + ], + [ + "án", + "chez" + ], + [ + "Ġsca", + "recrow" + ], + [ + "Ġnatur", + "ales" + ], + [ + "omb", + "ro" + ], + [ + "Ġdej", + "as" + ], + [ + "Ġemb", + "assy" + ], + [ + "ĠEm", + "ilio" + ], + [ + "fall", + "s" + ], + [ + "Ġsusp", + "ension" + ], + [ + "Ġparticip", + "ation" + ], + [ + "throw", + "ing" + ], + [ + "Ġben", + "ches" + ], + [ + "Ġ187", + "1" + ], + [ + "Ġdu", + "plic" + ], + [ + "Ġsympat", + "hi" + ], + [ + "ĠAccording", + "ly" + ], + [ + "ĠPhilipp", + "ine" + ], + [ + "Ġdemonstr", + "ated" + ], + [ + "Ġconcept", + "s" + ], + [ + "Ġric", + "her" + ], + [ + "Ġsel", + "va" + ], + [ + "dij", + "e" + ], + [ + "ĠPla", + "za" + ], + [ + "Ġguarante", + "ed" + ], + [ + "ĠTween", + "ies" + ], + [ + "ĠSchol", + "ars" + ], + [ + "L", + "IL" + ], + [ + "r", + "ays" + ], + [ + "w", + "ang" + ], + [ + "Ġt", + "ing" + ], + [ + "Ġm", + "alt" + ], + [ + "Ġg", + "ib" + ], + [ + "Ġof", + "reci" + ], + [ + "ot", + "te" + ], + [ + "ĠT", + "ras" + ], + [ + "ĠM", + "ing" + ], + [ + "Ġup", + "s" + ], + [ + "Ġcon", + "stern" + ], + [ + "ĠD", + "ÃŃa" + ], + [ + "ĠW", + "ins" + ], + [ + "ry", + "an" + ], + [ + "Ġman", + "g" + ], + [ + "ick", + "le" + ], + [ + "ven", + "ant" + ], + [ + "ven", + "ge" + ], + [ + "Ġsc", + "or" + ], + [ + "Ġtra", + "iling" + ], + [ + "Ġhead", + "long" + ], + [ + "Ġcomm", + "ittees" + ], + [ + "Ġschool", + "room" + ], + [ + "MA", + "Y" + ], + [ + "Ġfoot", + "prints" + ], + [ + "cc", + "as" + ], + [ + "Ġdep", + "lo" + ], + [ + "ĠCl", + "ifford" + ], + [ + "Ġsn", + "out" + ], + [ + "ĠAb", + "igail" + ], + [ + "ĠPat", + "rol" + ], + [ + "Ġswim", + "s" + ], + [ + "Ġspir", + "al" + ], + [ + "Ġtur", + "no" + ], + [ + "Ġinvestig", + "ación" + ], + [ + "!'", + "\"" + ], + [ + "Ġsque", + "al" + ], + [ + "Ġinno", + "v" + ], + [ + "ĠMos", + "lem" + ], + [ + "Ġshr", + "imp" + ], + [ + "Ġhij", + "as" + ], + [ + "Ġgol", + "pes" + ], + [ + "Pre", + "par" + ], + [ + "ĠNic", + "ol" + ], + [ + "Ġexplic", + "it" + ], + [ + "rep", + "uso" + ], + [ + "Ġinstinct", + "s" + ], + [ + "Ġscan", + "ned" + ], + [ + "Mel", + "issa" + ], + [ + "Ġisol", + "ation" + ], + [ + "ivor", + "ous" + ], + [ + "Ġbeet", + "les" + ], + [ + "Ġperple", + "xed" + ], + [ + "Span", + "ish" + ], + [ + "A", + "st" + ], + [ + "E", + "lect" + ], + [ + "G", + "i" + ], + [ + "P", + "ers" + ], + [ + "P", + "ER" + ], + [ + "P", + "ush" + ], + [ + "l", + "ain" + ], + [ + "er", + "le" + ], + [ + "Ġg", + "ifted" + ], + [ + "Ġh", + "ips" + ], + [ + "ent", + "os" + ], + [ + "Ġre", + "comend" + ], + [ + "Ġst", + "roll" + ], + [ + "ro", + "duction" + ], + [ + "ĠC", + "LO" + ], + [ + "ĠB", + "ates" + ], + [ + "Ġwh", + "ine" + ], + [ + "un", + "uch" + ], + [ + "ĠH", + "om" + ], + [ + "Ġr", + "uth" + ], + [ + "ĠW", + "ON" + ], + [ + "ĠJ", + "ove" + ], + [ + "ĠN", + "ikki" + ], + [ + "Ġun", + "p" + ], + [ + "Ġtr", + "ato" + ], + [ + "Ġest", + "úp" + ], + [ + "per", + "t" + ], + [ + "Ġdes", + "car" + ], + [ + "de", + "c" + ], + [ + "gg", + "les" + ], + [ + "Ġmar", + "ca" + ], + [ + "ane", + "y" + ], + [ + "Ġsil", + "very" + ], + [ + "Ġcat", + "al" + ], + [ + "Ġcam", + "inar" + ], + [ + "Ġprop", + "ios" + ], + [ + "Ġesc", + "onder" + ], + [ + "was", + "her" + ], + [ + "ĠTH", + "REE" + ], + [ + "ĠRoman", + "o" + ], + [ + "Ġaccount", + "ed" + ], + [ + "ĠMum", + "bai" + ], + [ + "Ġdetect", + "ives" + ], + [ + "Ġbin", + "oculars" + ], + [ + "ĠBea", + "u" + ], + [ + "Ġraz", + "on" + ], + [ + "ĠGlo", + "oskap" + ], + [ + "beep", + "beep" + ], + [ + "Ġray", + "o" + ], + [ + "Ġcarre", + "tera" + ], + [ + "ĠOb", + "ject" + ], + [ + "Ġmead", + "ows" + ], + [ + "Ġphilosopher", + "s" + ], + [ + "Chan", + "ge" + ], + [ + "ĠBrig", + "ade" + ], + [ + "ĠGob", + "ierno" + ], + [ + "Ġmosquito", + "es" + ], + [ + "Ġsoph", + "isticated" + ], + [ + "ĠMoll", + "ie" + ], + [ + "0", + "1" + ], + [ + "G", + "ay" + ], + [ + "L", + "ay" + ], + [ + "d", + "icos" + ], + [ + "m", + "and" + ], + [ + "Ġa", + "lemán" + ], + [ + "er", + "an" + ], + [ + "ar", + "gh" + ], + [ + "ut", + "ta" + ], + [ + "ir", + "ió" + ], + [ + "Ġu", + "ranium" + ], + [ + "Ġn", + "igger" + ], + [ + "ĠT", + "ara" + ], + [ + "ĠS", + "ter" + ], + [ + "Ġk", + "o" + ], + [ + "se", + "ason" + ], + [ + "Ġas", + "c" + ], + [ + "ĠC", + "yn" + ], + [ + "Ġher", + "ram" + ], + [ + "Ġr", + "ud" + ], + [ + "Ġr", + "ites" + ], + [ + "ĠF", + "remont" + ], + [ + "Ġag", + "greg" + ], + [ + "Ġtr", + "icycle" + ], + [ + "ĠK", + "om" + ], + [ + "ĠU", + "lt" + ], + [ + "Ġac", + "us" + ], + [ + "land", + "ers" + ], + [ + "ars", + "ity" + ], + [ + "ĠAnd", + "rés" + ], + [ + "Ġsupp", + "osing" + ], + [ + "Ġbir", + "ch" + ], + [ + "Ġfell", + "ers" + ], + [ + "Ġver", + "bal" + ], + [ + "Al", + "as" + ], + [ + "Ġexpl", + "ored" + ], + [ + "Ġresp", + "eto" + ], + [ + "Ġho", + "ist" + ], + [ + "ron", + "a" + ], + [ + "ĠBar", + "ack" + ], + [ + "ĠSh", + "it" + ], + [ + "say", + "ing" + ], + [ + "ĠMad", + "emoiselle" + ], + [ + "iller", + "mo" + ], + [ + "ü", + "h" + ], + [ + "chan", + "ce" + ], + [ + "ĠBur", + "r" + ], + [ + "Ġbomb", + "ers" + ], + [ + "Ġcontact", + "s" + ], + [ + "Ġveget", + "arian" + ], + [ + "ĠFort", + "unately" + ], + [ + "ĠGran", + "ada" + ], + [ + "Ġpoll", + "ito" + ], + [ + "idi", + "ary" + ], + [ + "Ġdyn", + "amite" + ], + [ + "ĠRey", + "nolds" + ], + [ + "Ġcorrespond", + "ence" + ], + [ + "Ġspons", + "or" + ], + [ + "Ġdiab", + "los" + ], + [ + "Ġpav", + "ilion" + ], + [ + "Ġadvis", + "or" + ], + [ + "Ġresent", + "ment" + ], + [ + "Ġmens", + "aje" + ], + [ + "ĠFan", + "ning" + ], + [ + "Ġexclus", + "ively" + ], + [ + "Ġcance", + "led" + ], + [ + "C", + "old" + ], + [ + "J", + "un" + ], + [ + "e", + "ats" + ], + [ + "k", + "k" + ], + [ + "m", + "uchas" + ], + [ + "p", + "ó" + ], + [ + "x", + "es" + ], + [ + "Ġf", + "ath" + ], + [ + "ĠS", + "olo" + ], + [ + "Ġk", + "ins" + ], + [ + "if", + "a" + ], + [ + "Ġher", + "ds" + ], + [ + "ul", + "er" + ], + [ + "Ġfr", + "ase" + ], + [ + "Ġsh", + "ud" + ], + [ + "Ġsh", + "illing" + ], + [ + "ĠW", + "itt" + ], + [ + "Ġab", + "og" + ], + [ + "Ġel", + "f" + ], + [ + "Ġper", + "ception" + ], + [ + "Ġpre", + "fect" + ], + [ + "Ġpre", + "cio" + ], + [ + "ren", + "cia" + ], + [ + "Ġdec", + "isión" + ], + [ + "Ġbre", + "eds" + ], + [ + "ĠNo", + "ble" + ], + [ + "Ġred", + "und" + ], + [ + "Ġsk", + "ipping" + ], + [ + "ĠSo", + "ft" + ], + [ + "Ġind", + "ifference" + ], + [ + "uer", + "te" + ], + [ + "Ġsab", + "ÃŃan" + ], + [ + "Ġdiv", + "iding" + ], + [ + "Ġship", + "wreck" + ], + [ + "ĠBar", + "ber" + ], + [ + "Ġcool", + "ed" + ], + [ + "ĠDr", + "um" + ], + [ + "arth", + "y" + ], + [ + "Ġscr", + "amble" + ], + [ + "ĠSer", + "bian" + ], + [ + "show", + "ing" + ], + [ + "Ġperfor", + "mer" + ], + [ + "Ġplat", + "eau" + ], + [ + "dri", + "ving" + ], + [ + "ĠUt", + "tar" + ], + [ + "Ġsuced", + "ido" + ], + [ + "Os", + "car" + ], + [ + "Ġleisure", + "ly" + ], + [ + "ĠChel", + "sea" + ], + [ + "former", + "ly" + ], + [ + "Ġcongreg", + "ation" + ], + [ + "Ġconej", + "ito" + ], + [ + "B", + "uenos" + ], + [ + "D", + "I" + ], + [ + "W", + "all" + ], + [ + "b", + "la" + ], + [ + "c", + "ans" + ], + [ + "d", + "an" + ], + [ + "Ĥ", + "¬" + ], + [ + "Ġc", + "á" + ], + [ + "Ġm", + "ando" + ], + [ + "Ġp", + "umps" + ], + [ + "ll", + "i" + ], + [ + "Ġl", + "yn" + ], + [ + "as", + "hire" + ], + [ + "Ġh", + "ú" + ], + [ + "im", + "ar" + ], + [ + "Ġwe", + "aken" + ], + [ + "Ġu", + "gh" + ], + [ + "Ġst", + "agger" + ], + [ + "Ġat", + "he" + ], + [ + "ĠD", + "oo" + ], + [ + "ĠD", + "amn" + ], + [ + "ĠW", + "AR" + ], + [ + "ĠW", + "orth" + ], + [ + "Ġaf", + "il" + ], + [ + "ĠY", + "ep" + ], + [ + "Ġmat", + "ado" + ], + [ + "Ġatt", + "ribut" + ], + [ + "cha", + "l" + ], + [ + "pr", + "ised" + ], + [ + "Ġcor", + "ral" + ], + [ + "TER", + "S" + ], + [ + "Ġlisten", + "ers" + ], + [ + "ĠSe", + "rena" + ], + [ + "Ġpot", + "tery" + ], + [ + "ĠPl", + "ains" + ], + [ + "ĠPer", + "kins" + ], + [ + "Ġann", + "ually" + ], + [ + "alt", + "an" + ], + [ + "asion", + "ally" + ], + [ + "Ġoblig", + "ation" + ], + [ + "Ġ188", + "5" + ], + [ + "Ġess", + "ays" + ], + [ + "ĠDen", + "ise" + ], + [ + "Ġcopy", + "right" + ], + [ + "Ġflood", + "s" + ], + [ + "ĠUnder", + "ground" + ], + [ + "ĠHy", + "un" + ], + [ + "ĠCop", + "a" + ], + [ + "Ġcuánt", + "as" + ], + [ + "Ġbund", + "les" + ], + [ + "ĠWOR", + "K" + ], + [ + "ĠMU", + "CH" + ], + [ + "tt", + "emberg" + ], + [ + "ĠSev", + "illa" + ], + [ + "ĠDou", + "bs" + ], + [ + "Econom", + "y" + ], + [ + "B", + "ay" + ], + [ + "C", + "over" + ], + [ + "G", + "all" + ], + [ + "J", + "en" + ], + [ + "V", + "ar" + ], + [ + "a", + "ña" + ], + [ + "f", + "ounded" + ], + [ + "Ġw", + "iggle" + ], + [ + "Ġl", + "uces" + ], + [ + "Ġth", + "orn" + ], + [ + "ĠT", + "her" + ], + [ + "Ġk", + "iwi" + ], + [ + "ur", + "able" + ], + [ + "hen", + "tic" + ], + [ + "Ġpl", + "iers" + ], + [ + "Ġbl", + "ond" + ], + [ + "Ġsec", + "ular" + ], + [ + "Ġent", + "us" + ], + [ + "Ġmin", + "istry" + ], + [ + "ĠTh", + "umb" + ], + [ + "Ġrel", + "ates" + ], + [ + "Ġsub", + "mission" + ], + [ + "Be", + "hind" + ], + [ + "cri", + "ber" + ], + [ + "Ġpos", + "es" + ], + [ + "Ġma", + "res" + ], + [ + "Ġdisc", + "ut" + ], + [ + "Some", + "how" + ], + [ + "Ġconsider", + "ado" + ], + [ + "uk", + "u" + ], + [ + "want", + "ed" + ], + [ + "Ġtal", + "ents" + ], + [ + "Ġtap", + "ed" + ], + [ + "Ġassoci", + "ates" + ], + [ + "ĠBa", + "a" + ], + [ + "AK", + "ES" + ], + [ + "Ġcoal", + "ition" + ], + [ + "ĠMir", + "anda" + ], + [ + "Ġdescub", + "r" + ], + [ + "uros", + "awa" + ], + [ + "Ġpuff", + "ed" + ], + [ + "Ġswell", + "ing" + ], + [ + "Ġearthqu", + "akes" + ], + [ + "àŃ", + "ģ" + ], + [ + "ĠJes", + "ús" + ], + [ + "Ġano", + "che" + ], + [ + "Ġsuave", + "mente" + ], + [ + "Ġhamm", + "ock" + ], + [ + "ĠHispan", + "ic" + ], + [ + "Ġinfr", + "astructure" + ], + [ + "d", + "oh" + ], + [ + "i", + "ary" + ], + [ + "n", + "ames" + ], + [ + "p", + "m" + ], + [ + "s", + "oo" + ], + [ + "à", + "ª" + ], + [ + "Ġc", + "ords" + ], + [ + "Ġo", + "me" + ], + [ + "Ġo", + "min" + ], + [ + "Ġf", + "iel" + ], + [ + "Ġof", + "ic" + ], + [ + "Ġh", + "ive" + ], + [ + "ĠT", + "rophy" + ], + [ + "ĠM", + "ats" + ], + [ + "ĠM", + "UST" + ], + [ + "ĠA", + "ce" + ], + [ + "um", + "ing" + ], + [ + "Ġso", + "fter" + ], + [ + "ain", + "ing" + ], + [ + "ack", + "en" + ], + [ + "ĠL", + "GBT" + ], + [ + "ĠF", + "ur" + ], + [ + "han", + "ging" + ], + [ + "ci", + "b" + ], + [ + "Ġmu", + "zzle" + ], + [ + "Ġest", + "uve" + ], + [ + "iv", + "idad" + ], + [ + "Ġac", + "u" + ], + [ + "de", + "cÃŃa" + ], + [ + "br", + "r" + ], + [ + "Ġgener", + "ously" + ], + [ + "Ġtu", + "ber" + ], + [ + "Ġma", + "ÃŃz" + ], + [ + "ĠFl", + "int" + ], + [ + "Ġsac", + "a" + ], + [ + "Ġcond", + "ición" + ], + [ + "Ġcult", + "ura" + ], + [ + "âĮī", + "..." + ], + [ + "Ġhill", + "side" + ], + [ + "Ġsmart", + "ie" + ], + [ + "Ġexpand", + "ing" + ], + [ + "Ġprevent", + "ing" + ], + [ + "Ġ188", + "4" + ], + [ + "à®", + "ķ" + ], + [ + "Ġreact", + "ing" + ], + [ + "Ġsubs", + "pecies" + ], + [ + "Ġsubs", + "idiary" + ], + [ + "Ġ185", + "7" + ], + [ + "Ġfer", + "ment" + ], + [ + "Ġobjet", + "ivo" + ], + [ + "Ġcel", + "ery" + ], + [ + "Ġprose", + "cution" + ], + [ + "Ġsurve", + "yed" + ], + [ + "cook", + "ies" + ], + [ + "Ġ~", + "+" + ], + [ + "ĠAlb", + "any" + ], + [ + "Ġenvelop", + "es" + ], + [ + "Ġrhin", + "oceros" + ], + [ + "shr", + "ugs" + ], + [ + "Ġshud", + "dered" + ], + [ + "-", + "'" + ], + [ + "C", + "razy" + ], + [ + "P", + "oint" + ], + [ + "S", + "and" + ], + [ + "S", + "low" + ], + [ + "d", + "ón" + ], + [ + "d", + "igo" + ], + [ + "g", + "il" + ], + [ + "v", + "amente" + ], + [ + "z", + "in" + ], + [ + "he", + "um" + ], + [ + "Ġc", + "árcel" + ], + [ + "Ġp", + "use" + ], + [ + "no", + "re" + ], + [ + "ĠI", + "gn" + ], + [ + "Ġth", + "ud" + ], + [ + "im", + "m" + ], + [ + "im", + "us" + ], + [ + "Ġst", + "owed" + ], + [ + "ro", + "qu" + ], + [ + "ĠM", + "ult" + ], + [ + "ra", + "k" + ], + [ + "ĠH", + "app" + ], + [ + "Ġv", + "owed" + ], + [ + "ĠD", + "os" + ], + [ + "ĠD", + "aphne" + ], + [ + "Ġsa", + "un" + ], + [ + "Ġpl", + "ent" + ], + [ + "ĠN", + "ate" + ], + [ + "Ġcl", + "ing" + ], + [ + "Ġplay", + "wright" + ], + [ + "Ġcu", + "isine" + ], + [ + "ĠAl", + "ps" + ], + [ + "Ġdin", + "ars" + ], + [ + "Ġste", + "re" + ], + [ + "Ġpat", + "ito" + ], + [ + "Ġgener", + "ate" + ], + [ + "Ġcre", + "m" + ], + [ + "Ġpartic", + "ulars" + ], + [ + "Ġhom", + "bros" + ], + [ + "Ġdisc", + "urso" + ], + [ + "Ġprin", + "ter" + ], + [ + "Ġobject", + "ives" + ], + [ + "ĠmÃŃ", + "os" + ], + [ + "Ġill", + "usion" + ], + [ + "Some", + "where" + ], + [ + "Ġpublic", + "ations" + ], + [ + "Ġwild", + "life" + ], + [ + "Ġdecir", + "me" + ], + [ + "sp", + "in" + ], + [ + "ĠGood", + "bye" + ], + [ + "vi", + "Äĩ" + ], + [ + "Ġdust", + "ing" + ], + [ + "Ġchap", + "ters" + ], + [ + "Ġpill", + "ars" + ], + [ + "ĠGar", + "field" + ], + [ + "izz", + "ard" + ], + [ + "Ġdivers", + "ity" + ], + [ + "ropol", + "is" + ], + [ + "Ġinterpret", + "ed" + ], + [ + "Ġmaintain", + "ing" + ], + [ + "Ġimmigr", + "ation" + ], + [ + "ĠAnim", + "als" + ], + [ + "Ġcaracter", + "ÃŃsticas" + ], + [ + "Ġnib", + "bled" + ], + [ + "ĠKu", + "wait" + ], + [ + "ĠFull", + "er" + ], + [ + "Ġexagger", + "ated" + ], + [ + "openha", + "uer" + ], + [ + "Ġpsychiat", + "rist" + ], + [ + "ĠVend", + "ée" + ], + [ + "ĠCelt", + "ic" + ], + [ + "overla", + "pped" + ], + [ + "Ġallerg", + "ic" + ], + [ + "Interest", + "ing" + ], + [ + "Ġlapt", + "op" + ], + [ + "B", + "uddy" + ], + [ + "W", + "ild" + ], + [ + "g", + "entle" + ], + [ + "k", + "ir" + ], + [ + "u", + "ber" + ], + [ + "Ġd", + "ich" + ], + [ + "at", + "ivas" + ], + [ + "al", + "us" + ], + [ + "Ġj", + "ap" + ], + [ + "ack", + "ett" + ], + [ + "ĠG", + "ad" + ], + [ + "ĠG", + "avin" + ], + [ + "ĠL", + "azar" + ], + [ + "ĠJ", + "olly" + ], + [ + "Ġjust", + "icia" + ], + [ + "are", + "l" + ], + [ + "Ġar", + "ithmetic" + ], + [ + "Ġsp", + "itting" + ], + [ + "ure", + "en" + ], + [ + "ish", + "y" + ], + [ + "omet", + "own" + ], + [ + "gu", + "er" + ], + [ + "Ġsent", + "ÃŃ" + ], + [ + "Ġimp", + "art" + ], + [ + "ĠMiss", + "y" + ], + [ + "ĠCl", + "oth" + ], + [ + "Ġtem", + "plate" + ], + [ + "Ġhon", + "ours" + ], + [ + "ĠWar", + "ri" + ], + [ + "Ġllev", + "aban" + ], + [ + "Ġduck", + "ie" + ], + [ + "ĠAnt", + "i" + ], + [ + "Ġmater", + "nal" + ], + [ + "Ġproduct", + "os" + ], + [ + "Ġcort", + "es" + ], + [ + "Ġacab", + "ar" + ], + [ + "Ġrecon", + "o" + ], + [ + "Ġhammer", + "ing" + ], + [ + "ĠHung", + "ry" + ], + [ + "Ġhal", + "ves" + ], + [ + "Ġalcoh", + "olic" + ], + [ + "ĠCas", + "a" + ], + [ + "Sim", + "ple" + ], + [ + "à¯", + "ģ" + ], + [ + "Ġadjust", + "ed" + ], + [ + "ür", + "ttemberg" + ], + [ + "Ġfug", + "itives" + ], + [ + "Ġappoint", + "ments" + ], + [ + "D", + "ex" + ], + [ + "J", + "ere" + ], + [ + "L", + "C" + ], + [ + "S", + "andy" + ], + [ + "p", + "ipe" + ], + [ + "v", + "ir" + ], + [ + "re", + "ng" + ], + [ + "er", + "ver" + ], + [ + "Ġh", + "unch" + ], + [ + "Ġno", + "vio" + ], + [ + "oo", + "ch" + ], + [ + "Ġst", + "ressed" + ], + [ + "ĠS", + "I" + ], + [ + "se", + "ct" + ], + [ + "ĠB", + "less" + ], + [ + "Ġqu", + "ivering" + ], + [ + "il", + "ts" + ], + [ + "il", + "iation" + ], + [ + "th", + "on" + ], + [ + "ĠD", + "ion" + ], + [ + "ag", + "ara" + ], + [ + "Ġpe", + "ck" + ], + [ + "Ġgr", + "ants" + ], + [ + "so", + "ck" + ], + [ + "Ġpre", + "acher" + ], + [ + "Ġad", + "or" + ], + [ + "Ġsm", + "ote" + ], + [ + "Ġres", + "ervo" + ], + [ + "Ġsl", + "ug" + ], + [ + "Ġsit", + "ios" + ], + [ + "ĠTh", + "irty" + ], + [ + "Ġform", + "ado" + ], + [ + "Ġplan", + "ks" + ], + [ + "app", + "ropriate" + ], + [ + "Ġadv", + "ances" + ], + [ + "Ġstar", + "vation" + ], + [ + "ĠPer", + "iod" + ], + [ + "ĠAm", + "elia" + ], + [ + "LE", + "ASE" + ], + [ + "Ġban", + "ished" + ], + [ + "Ġjack", + "ets" + ], + [ + "Ġast", + "ro" + ], + [ + "sp", + "ider" + ], + [ + "ĠMot", + "ors" + ], + [ + "Ġdestro", + "yer" + ], + [ + "ĠRed", + "mond" + ], + [ + "Ġrom", + "pe" + ], + [ + "Ġinvestig", + "ated" + ], + [ + "ĠPal", + "m" + ], + [ + "Ġpred", + "ic" + ], + [ + "Ġsigu", + "ientes" + ], + [ + "ĠArt", + "ie" + ], + [ + "ĠPlay", + "ers" + ], + [ + "199", + "3" + ], + [ + "ár", + "t" + ], + [ + "ĠEve", + "rett" + ], + [ + "ĠMur", + "d" + ], + [ + "sque", + "eze" + ], + [ + "ĠAndrew", + "s" + ], + [ + "ĠTre", + "asure" + ], + [ + "ĠLiber", + "ation" + ], + [ + "Ġzap", + "at" + ], + [ + "Ġmulti", + "pl" + ], + [ + "Ġevolution", + "ary" + ], + [ + "Ġsway", + "ed" + ], + [ + "Ġtreacher", + "y" + ], + [ + "Syl", + "via" + ], + [ + "saus", + "age" + ], + [ + "ĠHast", + "ings" + ], + [ + "R", + "ome" + ], + [ + "U", + "MP" + ], + [ + "n", + "ea" + ], + [ + "Ġp", + "its" + ], + [ + "Ġg", + "in" + ], + [ + "Ġg", + "la" + ], + [ + "Ġhe", + "ct" + ], + [ + "Ġn", + "ip" + ], + [ + "Ġst", + "inky" + ], + [ + "ĠA", + "I" + ], + [ + "ĠA", + "ye" + ], + [ + "ĠC", + "od" + ], + [ + "ist", + "ent" + ], + [ + "ĠJ", + "ans" + ], + [ + "ĠO", + "din" + ], + [ + "Ġad", + "qu" + ], + [ + "ĠSt", + "range" + ], + [ + "ĠV", + "ul" + ], + [ + "Ġhome", + "land" + ], + [ + "Ġcons", + "pic" + ], + [ + "lock", + "s" + ], + [ + "Ġsol", + "ÃŃa" + ], + [ + "Ġpas", + "aron" + ], + [ + "rit", + "ical" + ], + [ + "ĠChar", + "leston" + ], + [ + "Ġsca", + "res" + ], + [ + "ĠTr", + "uth" + ], + [ + "Ġsupposed", + "ly" + ], + [ + "ĠMad", + "ge" + ], + [ + "Ġgrass", + "es" + ], + [ + "ĠÃ", + "ł" + ], + [ + "Ġspread", + "s" + ], + [ + "asc", + "us" + ], + [ + "Ġgro", + "ans" + ], + [ + "Ġ186", + "4" + ], + [ + "ĠRam", + "say" + ], + [ + "Ġcitizens", + "hip" + ], + [ + "ĠLight", + "ning" + ], + [ + "Ġnac", + "ido" + ], + [ + "ĠAgain", + "st" + ], + [ + "ĠRub", + "y" + ], + [ + "ĠMem", + "bers" + ], + [ + "ĠSac", + "r" + ], + [ + "Ġsam", + "urai" + ], + [ + "OUGH", + "T" + ], + [ + "ĠLud", + "wig" + ], + [ + "Ġwist", + "fully" + ], + [ + "Ġdang", + "ling" + ], + [ + "ĠGand", + "hi" + ], + [ + "Ġecos", + "ystem" + ], + [ + ";", + "--" + ], + [ + "N", + "early" + ], + [ + "T", + "ilda" + ], + [ + "c", + "alling" + ], + [ + "m", + "akers" + ], + [ + "r", + "ather" + ], + [ + "v", + "ity" + ], + [ + "z", + "ee" + ], + [ + "Ġ", + "\\" + ], + [ + "he", + "ll" + ], + [ + "ha", + "le" + ], + [ + "Ġc", + "ages" + ], + [ + "Ġd", + "ÃŃ" + ], + [ + "Ġh", + "hh" + ], + [ + "Ġu", + "l" + ], + [ + "am", + "ela" + ], + [ + "st", + "alk" + ], + [ + "ĠH", + "AR" + ], + [ + "est", + "ial" + ], + [ + "ĠW", + "AL" + ], + [ + "ist", + "le" + ], + [ + "ĠL", + "ogan" + ], + [ + "ĠR", + "aleigh" + ], + [ + "fe", + "ed" + ], + [ + "He", + "art" + ], + [ + "Ġco", + "aching" + ], + [ + "Ġad", + "e" + ], + [ + "Ġent", + "era" + ], + [ + "Ġlea", + "pt" + ], + [ + "Ġrec", + "ession" + ], + [ + "Ġmar", + "ijuana" + ] + ] + } +} \ No newline at end of file diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..12a8166 --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,53 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "3": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "4": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "", + "clean_up_tokenization_spaces": false, + "eos_token": "", + "extra_special_tokens": {}, + "mask_token": "", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "tokenizer_class": "PreTrainedTokenizerFast", + "unk_token": "" +} diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..d040bda --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed7f0a4d40ecef5a254bcbbde19c7592df0a405b11ca1c0ba8f905d9b1e6839 +size 5432 diff --git a/vocab.json b/vocab.json new file mode 100644 index 0000000..7bba965 --- /dev/null +++ b/vocab.json @@ -0,0 +1 @@ +{"":0,"":1,"":2,"":3,"":4,"!":5,"\"":6,"#":7,"$":8,"%":9,"&":10,"'":11,"(":12,")":13,"*":14,"+":15,",":16,"-":17,".":18,"/":19,"0":20,"1":21,"2":22,"3":23,"4":24,"5":25,"6":26,"7":27,"8":28,"9":29,":":30,";":31,"<":32,"=":33,">":34,"?":35,"@":36,"A":37,"B":38,"C":39,"D":40,"E":41,"F":42,"G":43,"H":44,"I":45,"J":46,"K":47,"L":48,"M":49,"N":50,"O":51,"P":52,"Q":53,"R":54,"S":55,"T":56,"U":57,"V":58,"W":59,"X":60,"Y":61,"Z":62,"[":63,"\\":64,"]":65,"^":66,"_":67,"`":68,"a":69,"b":70,"c":71,"d":72,"e":73,"f":74,"g":75,"h":76,"i":77,"j":78,"k":79,"l":80,"m":81,"n":82,"o":83,"p":84,"q":85,"r":86,"s":87,"t":88,"u":89,"v":90,"w":91,"x":92,"y":93,"z":94,"{":95,"|":96,"}":97,"~":98,"¡":99,"¢":100,"£":101,"¤":102,"¥":103,"¦":104,"§":105,"¨":106,"©":107,"ª":108,"«":109,"¬":110,"®":111,"¯":112,"°":113,"±":114,"²":115,"³":116,"´":117,"µ":118,"¶":119,"·":120,"¸":121,"¹":122,"º":123,"»":124,"¼":125,"½":126,"¾":127,"¿":128,"À":129,"Á":130,"Â":131,"Ã":132,"Ä":133,"Å":134,"Æ":135,"Ç":136,"È":137,"É":138,"Ê":139,"Ë":140,"Ì":141,"Í":142,"Î":143,"Ï":144,"Ð":145,"Ñ":146,"Ò":147,"Ó":148,"Ô":149,"Õ":150,"Ö":151,"×":152,"Ø":153,"Ù":154,"Ú":155,"Û":156,"Ü":157,"Ý":158,"Þ":159,"ß":160,"à":161,"á":162,"â":163,"ã":164,"ä":165,"å":166,"æ":167,"ç":168,"è":169,"é":170,"ê":171,"ë":172,"ì":173,"í":174,"î":175,"ï":176,"ð":177,"ñ":178,"ò":179,"ó":180,"ô":181,"õ":182,"ö":183,"÷":184,"ø":185,"ù":186,"ú":187,"û":188,"ü":189,"ý":190,"þ":191,"ÿ":192,"Ā":193,"ā":194,"Ă":195,"ă":196,"Ą":197,"ą":198,"Ć":199,"ć":200,"Ĉ":201,"ĉ":202,"Ċ":203,"ċ":204,"Č":205,"č":206,"Ď":207,"ď":208,"Đ":209,"đ":210,"Ē":211,"ē":212,"Ĕ":213,"ĕ":214,"Ė":215,"ė":216,"Ę":217,"ę":218,"Ě":219,"ě":220,"Ĝ":221,"ĝ":222,"Ğ":223,"ğ":224,"Ġ":225,"ġ":226,"Ģ":227,"ģ":228,"Ĥ":229,"ĥ":230,"Ħ":231,"ħ":232,"Ĩ":233,"ĩ":234,"Ī":235,"ī":236,"Ĭ":237,"ĭ":238,"Į":239,"į":240,"İ":241,"ı":242,"IJ":243,"ij":244,"Ĵ":245,"ĵ":246,"Ķ":247,"ķ":248,"ĸ":249,"Ĺ":250,"ĺ":251,"Ļ":252,"ļ":253,"Ľ":254,"ľ":255,"Ŀ":256,"ŀ":257,"Ł":258,"ł":259,"Ń":260,"Ġt":261,"he":262,"Ġa":263,"in":264,"re":265,"Ġs":266,"Ġthe":267,"ou":268,"Ġw":269,"on":270,"ha":271,"er":272,"nd":273,"Ġc":274,"Ġb":275,"it":276,"Ġd":277,"is":278,"Ġm":279,"es":280,"Ġo":281,"en":282,"Ġf":283,"Ġp":284,"ll":285,"an":286,"ing":287,"or":288,"Ġy":289,"Ġl":290,"OT":291,"MOT":292,"Ġto":293,"ed":294,"ar":295,"CH":296,"CHI":297,"as":298,"hat":299,"Ġg":300,"Ġyou":301,"Ġand":302,"no":303,"Ġof":304,"Ġin":305,"at":306,"om":307,"Ġhe":308,"'s":309,"Ġha":310,"ĠI":311,"Ġh":312,"le":313,"ic":314,"ve":315,"Ġit":316,"et":317,"ay":318,"us":319,"Ġe":320,"Ġon":321,"id":322,"Ġth":323,"al":324,"os":325,"Ġthat":326,"gh":327,"Ġbe":328,"Ġno":329,"ad":330,"oo":331,"Ġis":332,"ut":333,"ow":334,"ld":335,"ac":336,"im":337,"ent":338,"Ġwas":339,"Ġwe":340,"ir":341,"Ġu":342,"Ġre":343,"am":344,"ver":345,"Ġn":346,"'t":347,"ot":348,"ri":349,"ke":350,"..":351,"Ġde":352,"qu":353,"ght":354,"Ġfor":355,"ion":356,"ly":357,"Ġst":358,"Ġdo":359,"ĠT":360,"Ġse":361,"ro":362,"ĠS":363,"out":364,"Ġme":365,"and":366,"ĠM":367,"ith":368,"ĠA":369,"Ġk":370,"se":371,"all":372,"ur":373,"her":374,"Ġwith":375,"st":376,"ea":377,"ome":378,"ch":379,"Ġas":380,"Ġan":381,"ĠC":382,"ter":383,"ill":384,"Ġgo":385,"Ġli":386,"ĠB":387,"Ġat":388,"Ġwh":389,"ce":390,"Ġnot":391,"Ġqu":392,"ra":393,"IN":394,"un":395,"ant":396,"ould":397,"il":398,"Ġhave":399,"ĠH":400,"AT":401,"Ġthis":402,"est":403,"ust":404,"INV":405,"here":406,"Ġ\"":407,"um":408,"ab":409,"Ġare":410,"now":411,"ie":412,"ct":413,"ook":414,"if":415,"ell":416,"Ġhis":417,"AR":418,"ol":419,"...":420,"Ġj":421,"Ġthey":422,"ore":423,"Ġone":424,"ĠP":425,"Ġher":426,"th":427,"op":428,"Ġcan":429,"Ġknow":430,"el":431,"Ġr":432,"xx":433,"Ġup":434,"ÃŃ":435,"Ġal":436,"Ġne":437,"eah":438,"Ġthere":439,"ig":440,"Ġyour":441,"Ġv":442,"Ġso":443,"Ġcon":444,"Ġdon":445,"Ġhad":446,"ul":447,"Ġall":448,"Ġsu":449,"Ġshe":450,"Ġfr":451,"Ġ1":452,"pp":453,"ain":454,"Ġwhat":455,"ĠD":456,"ge":457,"Ġla":458,"our":459,"hen":460,"Ġsa":461,"Ġsh":462,"Ġmy":463,"ĠW":464,"na":465,"ack":466,"art":467,"Ġout":468,"Ġab":469,"Ġcom":470,"Ġlike":471,"Ġen":472,"em":473,"ood":474,"Ġpl":475,"ight":476,"Ġhim":477,"GE":478,"ist":479,"LD":480,"ĠG":481,"ry":482,"ink":483,"ĠL":484,"GET":485,"CHILD":486,"Ġfrom":487,"'re":488,"TAR":489,"red":490,"ers":491,"TARGET":492,"ck":493,"oh":494,"res":495,"ĠF":496,"nt":497,"The":498,"ation":499,"Ġget":500,"Ġbut":501,"ĠJ":502,"ó":503,"You":504,"ake":505,"Ġor":506,"ĠN":507,"ĠThe":508,"Ġque":509,"right":510,"ĠR":511,"very":512,"Ġwere":513,"ard":514,"ĠE":515,"ound":516,"ess":517,"Ġby":518,"ame":519,"FAT":520,"é":521,"Ġel":522,"one":523,"han":524,"you":525,"what":526,"ind":527,"á":528,"pe":529,"Ġdid":530,"'m":531,"Ġthem":532,"ast":533,"ong":534,"ther":535,"itt":536,"Ġ2":537,"od":538,"own":539,"ak":540,"ER":541,".\"":542,"Ġus":543,"Ġsome":544,"ally":545,"Ġgot":546,"Ġwor":547,"Ġabout":548,"Ġex":549,"ive":550,"Ġlook":551,"Ġthink":552,"'ll":553,"Ġhere":554,"ate":555,"Ġsaid":556,"Ġwant":557,"ep":558,"Ġsee":559,"ca":560,"Ġjust":561,"yeah":562,"ort":563,"Ġle":564,"ice":565,"Ġman":566,"ber":567,"].":568,"to":569,"ick":570,"Ġwould":571,"ven":572,"ap":573,"Ġun":574,"ci":575,"fe":576,"ich":577,"Ġ(":578,"Ġlo":579,"ĠO":580,"are":581,"ag":582,"HER":583,"ose":584,"Ġif":585,"ime":586,"ough":587,"ine":588,"xxx":589,"ide":590,"Ġpro":591,"use":592,"ue":593,"Ġthen":594,"Ġwhen":595,"Ġwho":596,"Ġany":597,",\"":598,"ost":599,"Ġar":600,"Ġag":601,"ud":602,"Ġnow":603,"hing":604,"Ġsay":605,"Ġright":606,"that":607,"Ġtw":608,"kay":609,"Ġes":610,"hi":611,"Ġwill":612,"Ġsp":613,"ittle":614,"Ġbo":615,"ous":616,"te":617,"ies":618,"Ġcl":619,"ĠHe":620,"Ġ.":621,"It":622,"Ġdown":623,"ES":624,"--":625,"'ve":626,"Ġtr":627,"way":628,"Ġ19":629,"OR":630,"Ġback":631,"Ġpe":632,"Ġhas":633,"Ġlittle":634,"Ġbeen":635,"we":636,"Ġgoing":637,"Ġ20":638,"Ġput":639,"Ġtime":640,"Ġgr":641,"ne":642,"ace":643,"MOTHER":644,"Ġtheir":645,"Ġcould":646,"Ġmu":647,"Ġmore":648,"ia":649,"IG":650,"Ġover":651,"ity":652,"so":653,"Ġoff":654,"ĠIt":655,"ear":656,"Ġgood":657,"la":658,"Ġwhich":659,"ree":660,"EST":661,"the":662,"lf":663,"ite":664,"ATOR":665,"ESTIG":666,"ESTIGATOR":667,"INVESTIGATOR":668,"Ġtoo":669,"Ġpr":670,"Ġ[":671,"ure":672,"He":673,"Ġest":674,"Ġvery":675,"lo":676,"my":677,"Ġro":678,"iv":679,"cause":680,"yes":681,"ĠK":682,"uh":683,"Ġother":684,"ish":685,"ment":686,"Ġ'":687,"Ġfe":688,"ond":689,"Ġaf":690,"Ġtwo":691,"Ġer":692,"per":693,"And":694,"Ġbr":695,"Ġplay":696,"What":697,"do":698,"Ġte":699,"ings":700,"reat":701,"ft":702,"Ġco":703,"ho":704,"ian":705,"alk":706,"No":707,"ÃŃa":708,"orn":709,"hed":710,"urn":711,"omet":712,"Ġam":713,"ble":714,"be":715,"Ġinto":716,"Ġcome":717,"age":718,"Ġxxx":719,"ople":720,"iz":721,"hy":722,"ĠU":723,"ty":724,"ought":725,"irst":726,"Ġper":727,"ass":728,"ire":729,"pl":730,"ps":731,"ade":732,"ase":733,"Ġcar":734,"other":735,"Yeah":736,"Ġagain":737,"Oh":738,"onna":739,"ater":740,"ub":741,"Ġway":742,"Ġbl":743,"ary":744,"Ġpart":745,"Ġwhere":746,"Ġhow":747,"Ġcall":748,"Ġpeople":749,"ran":750,"Ġthan":751,"ng":752,"Ġmake":753,"Ġgonna":754,"Ġwork":755,"ount":756,"uck":757,"ord":758,"pt":759,"We":760,"Ġdoes":761,"his":762,"Ġmo":763,"Ġpo":764,"iss":765,"Ġday":766,"Ġsomet":767,"ñ":768,"Ġwell":769,"Ġfirst":770,"nder":771,"Ġpre":772,"Ġmuch":773,"hm":774,"?\"":775,"ull":776,"Ġac":777,"Ġlos":778,"Ġtake":779,"act":780,"mer":781,"Ġtell":782,"ise":783,"Ġafter":784,"ff":785,"Ġhand":786,"av":787,"Ġad":788,"ren":789,"Ġmean":790,"Ġneed":791,"ah":792,"end":793,"okay":794,"les":795,"able":796,"Ġbet":797,"ien":798,"man":799,"fore":800,"self":801,"ug":802,"wn":803,"ting":804,"ier":805,"Ġonly":806,"ark":807,"Ġdes":808,"Ġlet":809,"Ġcomp":810,"har":811,"ather":812,"Ġour":813,"Ġthr":814,"ach":815,"Ġcu":816,"ces":817,"ouse":818,"ved":819,"That":820,"ile":821,"But":822,"ado":823,"ys":824,"Ġcr":825,"Ġgu":826,"ĠSt":827,"where":828,"Ġshould":829,"Ġim":830,"ress":831,"Ġevery":832,"Ġdis":833,"ving":834,"Ġcont":835,"Ġmade":836,"thing":837,"ĠV":838,"int":839,"oss":840,"Well":841,"Ġdidn":842,"there":843,"ied":844,"ady":845,"ugh":846,"ated":847,"Ġyear":848,"io":849,"ool":850,"co":851,"Ġthese":852,"ang":853,"Ġpor":854,"hes":855,"ory":856,"Ġhapp":857,"Ġsm":858,"irl":859,"Ġbig":860,"Ġlong":861,"Ġdel":862,"go":863,"Ġsomething":864,"ón":865,"ip":866,"ĠY":867,"ara":868,"ob":869,"ions":870,"Ġreally":871,"ta":872,"ict":873,"ens":874,"Ġaway":875,"ĠIn":876,"Ġsha":877,"Ġser":878,"ves":879,"'d":880,"get":881,"day":882,"de":883,"que":884,"Ġbefore":885,"00":886,"Ġwent":887,"Ġ,":888,"Ġbecause":889,"anna":890,"Ġunder":891,"Ġwr":892,"Ġsec":893,"Ġsc":894,"Ġbu":895,"Ġke":896,"Ġuna":897,"Ġrem":898,"Ġtalk":899,"Ġalso":900,"ody":901,"ward":902,"ĠMr":903,"but":904,"ix":905,"Ġfl":906,"Ġch":907,"!\"":908,"Ġact":909,"cl":910,"riend":911,"Ġold":912,"Ġmay":913,"Ġgirl":914,"Ġtra":915,"Ġhel":916,"look":917,"Ġcame":918,"oll":919,"Ġres":920,"So":921,"ons":922,"Ġapp":923,"PAR":924,"ried":925,"ful":926,"Ġdoing":927,"mp":928,"ors":929,"Ġhome":930,"atch":931,"Ġask":932,"oy":933,"Ġthought":934,"Ġnever":935,"ans":936,"Ġhead":937,"Ġthree":938,"Ġra":939,"ny":940,"nother":941,"Yes":942,"Ġturn":943,"Ġthose":944,"ás":945,"hild":946,"can":947,"orm":948,"ence":949,"ult":950,"Ġ-":951,"ance":952,"dy":953,"Ġnew":954,"Ġmany":955,"Ġthrough":956,"well":957,"Ġhouse":958,"Ġlas":959,"Ġbook":960,"oc":961,"Ġeat":962,"old":963,"land":964,"ily":965,"ks":966,"let":967,"Ġent":968,"Ġthing":969,"Ġthings":970,"Ġeven":971,"Ġwanna":972,"ath":973,"ĠShe":974,"Ġgreat":975,"ect":976,"aby":977,"Ġmust":978,"ign":979,"Ġfind":980,"ont":981,"Ġstart":982,"Ġpu":983,"ave":984,"ĠUn":985,"akes":986,"Ġ201":987,"uc":988,"Ġanother":989,"ened":990,"tain":991,"Ġcalled":992,"Ġstill":993,"Ġbit":994,"Ġfound":995,"Ġhelp":996,"lease":997,"Ġdif":998,"gg":999,"ĠCh":1000,"Ġchild":1001,"Ġlast":1002,"ious":1003,"ait":1004,"br":1005,"oot":1006,"come":1007,"aking":1008,"Ġgive":1009,"ada":1010,"ates":1011,"aba":1012,"In":1013,"xt":1014,"Ġmin":1015,"ando":1016,"Ġdone":1017,"als":1018,"Ġwon":1019,"up":1020,"Ġbot":1021,"igh":1022,"Ġboy":1023,"Ġlea":1024,"Ġop":1025,"air":1026,"Ġca":1027,"ars":1028,"laugh":1029,"Ġmight":1030,"Ġcha":1031,"me":1032,"Ġits":1033,"jo":1034,"Ġshow":1035,"ummy":1036,"ient":1037,"side":1038,"Ġhar":1039,"ild":1040,"Ġnight":1041,"ually":1042,"Ġname":1043,"Ġbel":1044,"They":1045,"Ġmom":1046,"port":1047,"Ġmost":1048,"rent":1049,"vers":1050,"Ġtry":1051,"ical":1052,"og":1053,"Ġlove":1054,"und":1055,"Ġchan":1056,"Ġlot":1057,"ail":1058,"ling":1059,"Ġfriend":1060,"Ġaround":1061,"Ġsl":1062,"Ġown":1063,"This":1064,"mhm":1065,"She":1066,"Ġcomm":1067,".]":1068,"Ġcol":1069,"chool":1070,"body":1071,"ú":1072,"ye":1073,"Ġcount":1074,"¿":1075,"ever":1076,"Ġche":1077,"ĠThey":1078,"ido":1079,"Ġfin":1080,"Ġisn":1081,"Ġend":1082,"Ġused":1083,"Ġwater":1084,"Ġkind":1085,"oney":1086,"Ġspe":1087,"ember":1088,"amp":1089,"Ġfeel":1090,"gr":1091,"There":1092,"ited":1093,"ĠAnd":1094,"imes":1095,"ww":1096,"Ġbaby":1097,"Ġcare":1098,"Ġ3":1099,"Ġyears":1100,"Ġplace":1101,"Ġdec":1102,"Ġbetter":1103,"Ġbus":1104,"Ġbeing":1105,"Ġsuch":1106,"huh":1107,"led":1108,"ds":1109,"ĠBr":1110,"Ġmother":1111,"Ġmen":1112,"ince":1113,"IS":1114,"mb":1115,"Ġpara":1116,"gan":1117,"EX":1118,"ways":1119,"ins":1120,"Ġten":1121,"cer":1122,"Ġmon":1123,"outh":1124,"AD":1125,"Ġwhile":1126,"ning":1127,"Ġmat":1128,"Ġdr":1129,"ump":1130,"Ġob":1131,"ations":1132,"Ġsure":1133,"Ġlife":1134,"Ġkeep":1135,"Ġear":1136,"Ġfour":1137,"this":1138,"EXP":1139,"Ġpres":1140,"Ġelse":1141,"Ġsame":1142,"Ġve":1143,"Ġgl":1144,"ike":1145,"they":1146,"Ġrun":1147,"ew":1148,"Ġlooks":1149,"ident":1150,"Ġrec":1151,"Ġwhy":1152,"Ġnice":1153,"Ġmar":1154,"Ġele":1155,"Ġbre":1156,"Ġsupp":1157,"ĠNo":1158,"ition":1159,"ican":1160,"Ġfam":1161,"\".":1162,"laughs":1163,"Ġanything":1164,"Ġroom":1165,"Ġdoesn":1166,"¡":1167,"erson":1168,"AN":1169,"mm":1170,"Ġschool":1171,"how":1172,"Ġsit":1173,"unt":1174,"Ġseem":1175,"ction":1176,"Ġset":1177,"Ġsaw":1178,"ib":1179,"ĠYou":1180,"ĠAl":1181,"ina":1182,"Ġhab":1183,"Ġll":1184,"addy":1185,"Ġreg":1186,"ught":1187,"ĠMar":1188,"Ġcour":1189,"Ġuh":1190,"ión":1191,"ute":1192,"Ġnext":1193,"orry":1194,"vent":1195,"How":1196,"Ġfar":1197,"Ġokay":1198,"Ġ?":1199,"Ġtold":1200,"Ġstr":1201,"she":1202,"ger":1203,"Ġleft":1204,"az":1205,"row":1206,"ica":1207,"Ġatt":1208,"rest":1209,"If":1210,"vel":1211,"Ġalways":1212,"ten":1213,"ale":1214,"ĠBut":1215,"Ġpol":1216,"Ġter":1217,"aj":1218,"Ġ200":1219,"Ġnum":1220,"mo":1221,"Ġdiffe":1222,"Ġmás":1223,"Ġyes":1224,"leep":1225,"cess":1226,"ner":1227,"ee":1228,"¿½":1229,"�":1230,"ister":1231,"Ġwee":1232,"Ġdi":1233,"ms":1234,"ĠAmer":1235,"Ġfun":1236,"Ġfather":1237,"Ġtook":1238,"der":1239,"tern":1240,"Ġcle":1241,"Ġyeah":1242,"oun":1243,"Ġuse":1244,"Ġsw":1245,"Ġread":1246,"Ġret":1247,"Ġunt":1248,"Ġreal":1249,"Ġball":1250,"ung":1251,"Ġsur":1252,"ma":1253,"Ġever":1254,"hank":1255,"ness":1256,"ream":1257,"ial":1258,"Ġhold":1259,"raw":1260,"mber":1261,"pect":1262,"Ġstop":1263,"not":1264,"Ġson":1265,"Ġgone":1266,"ible":1267,"ished":1268,"),":1269,"Ġdoor":1270,"ener":1271,"Ġcap":1272,"ret":1273,"Do":1274,"Why":1275,"Ġdist":1276,"ĠTh":1277,"Ġthough":1278,"Ġwom":1279,"Ġbed":1280,"ower":1281,"who":1282,").":1283,"Ġkne":1284,"Ġwar":1285,"ced":1286,"ows":1287,"Ġbox":1288,"Ġwalk":1289,"Ġenough":1290,"gether":1291,"Ġmoney":1292,"Ġcomo":1293,"orning":1294,"Ġwait":1295,"Ġhard":1296,"Ġcoming":1297,"ira":1298,"Ġsays":1299,"Ġperson":1300,"Ġerm":1301,"ĠFran":1302,"Ġqué":1303,"Ġside":1304,"rew":1305,"gu":1306,"Ġpap":1307,"Ġgoes":1308,"Ġeyes":1309,"Ġpie":1310,"Ġbir":1311,"Ġhear":1312,"bo":1313,"oup":1314,"cha":1315,"RO":1316,"Ġasked":1317,"ased":1318,"Ġuntil":1319,"Ġyoung":1320,"gin":1321,"ero":1322,"Ġcons":1323,"Ġpoint":1324,"ries":1325,"aw":1326,"Ġface":1327,"Ġopen":1328,"ired":1329,"ual":1330,"com":1331,"Ġmil":1332,"ente":1333,"put":1334,"Ġsing":1335,"ora":1336,"ĠAr":1337,"Ġmet":1338,"Ġpass":1339,"Ġbelie":1340,"ĠDe":1341,"Ġlar":1342,"ween":1343,"ĠThis":1344,"Ġ202":1345,"any":1346,"Ġlight":1347,"Ġnear":1348,"Now":1349,"Ġquite":1350,"Ġkill":1351,"uring":1352,"Ġseen":1353,"Ġsmall":1354,"ular":1355,"ste":1356,"Ġfive":1357,"Ġworld":1358,"Ġrel":1359,"Don":1360,"ĠAs":1361,"Ġstand":1362,"ctor":1363,"ational":1364,"Ġdifferent":1365,"Ġmorning":1366,"Ġplease":1367,"Ġknown":1368,"don":1369,"bab":1370,"fect":1371,"Ġ18":1372,"Ġbest":1373,"Ġfew":1374,"MA":1375,"Ġaqu":1376,"tle":1377,"reen":1378,"Ġsecond":1379,"ama":1380,"Ġcourse":1381,"SIS":1382,"Ġlooking":1383,"ank":1384,"Ġdog":1385,"bre":1386,"ió":1387,"une":1388,"ope":1389,"Ġround":1390,"ru":1391,"ras":1392,"Ġchar":1393,"why":1394,"Ġred":1395,"iet":1396,"ters":1397,"Ġanim":1398,"Ġ_":1399,"ton":1400,"Ġtogether":1401,"Ġfell":1402,"Ġcas":1403,"ged":1404,"Ġsk":1405,"ollow":1406,"Ġhands":1407,"Ġnothing":1408,"Ġ4":1409,"Ġhur":1410,"Ġestá":1411,"ures":1412,"Ġboth":1413,"Ġrest":1414,"Ġsound":1415,"amb":1416,"HE":1417,"Ġeach":1418,"Ġonce":1419,"Ġda":1420,"pr":1421,"eak":1422,"Ġpick":1423,"orth":1424,"Ġbetween":1425,"its":1426,"ject":1427,"che":1428,"Ġsal":1429,"uff":1430,"rist":1431,"Ġver":1432,"Ġstay":1433,"Ġmoment":1434,"cial":1435,"Ġchildren":1436,"Ġfall":1437,"cle":1438,"Ġwind":1439,"ics":1440,"Ġdri":1441,"Ġheard":1442,"Ġshall":1443,"ush":1444,"Ġupon":1445,"Ġsoon":1446,"Ġé":1447,"Ġsix":1448,"Ġyet":1449,"ped":1450,"ating":1451,"tend":1452,"Ġfire":1453,"Ġhimself":1454,"Ġsleep":1455,"ié":1456,"Ġlist":1457,"Ġri":1458,"Ġgetting":1459,"\",":1460,"ets":1461,"Ġsus":1462,"eg":1463,"Come":1464,"fta":1465,"did":1466,"Ġnumber":1467,"ph":1468,"ches":1469,"All":1470,"ohn":1471,"ese":1472,"Ġhor":1473,"vie":1474,"ife":1475,"Ġhat":1476,"ats":1477,"Ġwithout":1478,"Ġbro":1479,"Ġbad":1480,"Ġsub":1481,"ason":1482,"ĠEng":1483,"med":1484,"Ġlooked":1485,"eter":1486,"Ġcent":1487,"Ġsent":1488,"Ġremember":1489,"Ġdear":1490,"Ġum":1491,"Ġmind":1492,"Ġinv":1493,"den":1494,"sÃŃ":1495,"most":1496,"Ġwatch":1497,"less":1498,"ts":1499,"TE":1500,"amos":1501,"ames":1502,"Ġtoday":1503,"Ġya":1504,"Ġpop":1505,"form":1506,"ball":1507,"Ġincl":1508,"Ġhafta":1509,"âĮ":1510,"Ġhalf":1511,"Ġpict":1512,"ĠAn":1513,"Is":1514,"Ġleave":1515,"ĠGr":1516,"FATHER":1517,"St":1518,"pped":1519,"era":1520,"Ġexc":1521,"Ġmus":1522,"Ġwanted":1523,"Ġhappened":1524,"Ġdire":1525,"Ġhaving":1526,"du":1527,"Ġ199":1528,"ĠThere":1529,"Ġlater":1530,"Ġcer":1531,"Ġid":1532,"Ġfoot":1533,"cy":1534,"sel":1535,"sh":1536,"ane":1537,"Ġflo":1538,"ubl":1539,"Let":1540,"oe":1541,"GMA":1542,"ana":1543,"ida":1544,"Ġ5":1545,"Ġfollow":1546,"Ġhigh":1547,"stand":1548,"Ġap":1549,"za":1550,"Qu":1551,"ndo":1552,"by":1553,"ĠUnited":1554,"ash":1555,"Ġair":1556,"ined":1557,"cu":1558,"Ġah":1559,"cept":1560,"Ġknew":1561,"ched":1562,"Ġtop":1563,"ork":1564,"Ġacc":1565,"Ġpret":1566,"Ġph":1567,"Ġans":1568,"ĠWhat":1569,"Ġ!":1570,"Ġalong":1571,"ues":1572,"ĠNew":1573,"Ġstory":1574,"Ġcity":1575,"ĠAmerican":1576,"Ġsort":1577,"Ġmi":1578,"onder":1579,"Ġimp":1580,"Ġrep":1581,"osed":1582,"ĠWe":1583,"Ġhaven":1584,"Not":1585,"My":1586,"ĠSo":1587,"Ġvo":1588,"Ġagainst":1589,"po":1590,"Okay":1591,"Ġsorry":1592,"Ġsy":1593,"Ġtalking":1594,"Ġheart":1595,"uss":1596,"ready":1597,"Ġtri":1598,"Ġgave":1599,"ex":1600,"cc":1601,"Ġlive":1602,"Ġmed":1603,"wh":1604,"Ġdays":1605,"ito":1606,"Ġoh":1607,"ision":1608,"Ġmove":1609,"ned":1610,"Ġtable":1611,"ico":1612,"Ġhour":1613,"wo":1614,"aut":1615,"ither":1616,"Ġmaking":1617,"Ġcor":1618,"uary":1619,"ĠInd":1620,"Ġjo":1621,"Ġready":1622,"Ġdied":1623,"Ġboys":1624,"Ġpretty":1625,"ove":1626,"ones":1627,"Ġni":1628,"hip":1629,"ised":1630,"ents":1631,"ec":1632,"Ġass":1633,"Ġinte":1634,"Ġfamily":1635,"ully":1636,"rop":1637,"eth":1638,"Ġcab":1639,"Ġbreak":1640,"Ġeverything":1641,"ants":1642,"fter":1643,"ev":1644,"Ġot":1645,"Ġadd":1646,"ĠMrs":1647,"----":1648,"Ġstud":1649,"iness":1650,"Ġswe":1651,"ién":1652,"ommy":1653,"ĠGod":1654,"Ġmis":1655,"ock":1656,"uth":1657,"wards":1658,"came":1659,"Ġcut":1660,"Ġstarted":1661,"Ġreturn":1662,"Ġmiss":1663,"Hey":1664,"ield":1665,"Ġdin":1666,"Ġsince":1667,"When":1668,"Ġind":1669,"Ġwasn":1670,"OU":1671,"ba":1672,"aster":1673,"osa":1674,"Ġexp":1675,"Ġsaying":1676,"Ġbar":1677,"ĠSp":1678,"Ġinter":1679,"Ġsign":1680,"ĠZ":1681,"Ġint":1682,"Ġtrain":1683,"Ġdrink":1684,"Ġwhole":1685,"Ġbelieve":1686,"Ġnoise":1687,"Ġwhe":1688,"Ġref":1689,"Ġbring":1690,"Be":1691,"Ġland":1692,"enty":1693,"Ġta":1694,"vern":1695,"cia":1696,"ital":1697,"ación":1698,"Ġborn":1699,"Mm":1700,"ster":1701,"Ġyo":1702,"read":1703,"ines":1704,"Ġfood":1705,"Ġsil":1706,"Ġsir":1707,"ted":1708,"Ġhum":1709,"aces":1710,"ote":1711,"lock":1712,"ita":1713,"ĠJohn":1714,"Ġtown":1715,"Ġgrand":1716,"Uh":1717,"Ġinclud":1718,"Ġbecame":1719,"Ġpero":1720,"see":1721,"Ġeas":1722,"Ġmatter":1723,"illy":1724,"Ġste":1725,"bably":1726,"omas":1727,"ative":1728,"ustr":1729,"Ġkid":1730,"arl":1731,"ĠPr":1732,"��":1733,"19":1734,"Ġcat":1735,"ĠIs":1736,"Ġsol":1737,"uel":1738,"Ġblack":1739,"ĠMummy":1740,"Ġcountry":1741,"ĠChrist":1742,"ĠMiss":1743,"Ġwhite":1744,"ino":1745,"Ġtod":1746,"Ġsi":1747,"Ġconf":1748,"www":1749,"Ġbegan":1750,"ĠGer":1751,"Ġhair":1752,"Ġpat":1753,"Ġspo":1754,"Ġfriends":1755,"Ġart":1756,"Ġactually":1757,"Ġimport":1758,"kes":1759,"Th":1760,"Then":1761,"Ġchair":1762,"ño":1763,"ante":1764,"Ġteam":1765,"Er":1766,"ĠStates":1767,"ple":1768,"Ġcomes":1769,"Ġgame":1770,"||":1771,"Ġcontin":1772,"Ġgener":1773,"Ġtrying":1774,"Ġclose":1775,"Ġmeet":1776,"Ġcolor":1777,"qué":1778,"Ġform":1779,"zz":1780,"ered":1781,"ific":1782,"aken":1783,"Ġword":1784,"ying":1785,"ĠCHI":1786,"Ġ6":1787,"Ġ198":1788,"Ġdep":1789,"Ġfloor":1790,"Ġfeet":1791,"ga":1792,"Ġsong":1793,"Ġwonder":1794,"ities":1795,"ĠEl":1796,"Ġbrother":1797,"Ġbuild":1798,"Ġbien":1799,"ĠaquÃŃ":1800,"Ġinterest":1801,"ives":1802,"Ġdoll":1803,"Ġquest":1804,"Ġlaugh":1805,"orrow":1806,"for":1807,"Ġalmost":1808,"Ġposs":1809,"vo":1810,"Ġtre":1811,"Ġidea":1812,"BRO":1813,"ages":1814,"min":1815,"ony":1816,"On":1817,"Ġleg":1818,"Right":1819,"Ġhot":1820,"Ġwouldn":1821,"Ġunderstand":1822,"key":1823,"Ġpa":1824,"ĠThen":1825,"Ġ...":1826,"Ġext":1827,"ison":1828,"ird":1829,"Ġplan":1830,"Ġcho":1831,"Just":1832,"Where":1833,"idad":1834,"Who":1835,"Ġcur":1836,"Ġwrong":1837,"Ġalready":1838,"Ġsim":1839,"Ġtimes":1840,"cted":1841,"undred":1842,"Ġed":1843,"hind":1844,"Al":1845,"Ġpain":1846,"Ġjob":1847,"men":1848,"just":1849,"ĠAt":1850,"ury":1851,"elt":1852,"Ġlead":1853,"Ġpresent":1854,"Ġran":1855,"Ġwoman":1856,"Ġduring":1857,"Ġfact":1858,"Ġinst":1859,"Ġpay":1860,"gy":1861,"Ġsat":1862,"Ġplayed":1863,"ĠBe":1864,"Ġgi":1865,"bb":1866,"ize":1867,"ik":1868,"Ġcoll":1869,"Ġexpl":1870,"cho":1871,"Ġplaying":1872,"pa":1873,"sta":1874,"Ġeight":1875,"Ġblue":1876,"Ġpull":1877,"Ġ7":1878,"Ġminute":1879,"sha":1880,"Ġproble":1881,"Ġbeaut":1882,"Ġdraw":1883,"ales":1884,"got":1885,"Ġpur":1886,"ken":1887,"Ġlost":1888,"app":1889,"aybe":1890,"ĠCom":1891,"ĠBl":1892,"ze":1893,"TEA":1894,"good":1895,"Ġgra":1896,"ises":1897,"Ġfront":1898,"Ġfull":1899,"Ġspeak":1900,"ya":1901,"Ġpaper":1902,"Ġvis":1903,"uer":1904,"Ġ8":1905,"atur":1906,"ouch":1907,"like":1908,"aron":1909,"Ġera":1910,"ene":1911,"Look":1912,"rom":1913,"Ġhundred":1914,"more":1915,"Ġbrought":1916,"Ġgirls":1917,"ivers":1918,"oud":1919,"ery":1920,"Ġfight":1921,"ios":1922,"Ġpicture":1923,"llo":1924,"ided":1925,"Ġ197":1926,"els":1927,"Ġbehind":1928,"ober":1929,"lish":1930,"ĠhabÃŃa":1931,"Ġturned":1932,"Ġguess":1933,"EL":1934,"Ġdar":1935,"cri":1936,"Ġcre":1937,"ros":1938,"Ġmeans":1939,"Ġquick":1940,"because":1941,"ĠLa":1942,"Ġprobably":1943,"Ġpos":1944,"Ġmakes":1945,"ĠAll":1946,"As":1947,"Are":1948,"és":1949,"con":1950,"Ġev":1951,"ides":1952,"Ġpare":1953,"Ġoften":1954,"Ġcertain":1955,"airs":1956,"Ġseemed":1957,"Ġprom":1958,"Ġgreen":1959,"ĠKing":1960,"ross":1961,"Ġwin":1962,"ores":1963,"umb":1964,"Ġmuy":1965,"Ġdead":1966,"ato":1967,"Ġgotta":1968,"Ġstuff":1969,"Ġmusic":1970,"ey":1971,"itting":1972,"Ġshort":1973,"arr":1974,"wer":1975,"Ġhappy":1976,"Ġrecord":1977,"Ġparty":1978,"Ġmonth":1979,"Ġoffic":1980,"iver":1981,"Ġaw":1982,"Ġfine":1983,"fic":1984,"Ġmod":1985,"ider":1986,"por":1987,"Ġpen":1988,"haps":1989,"Ġmag":1990,"Ġmouth":1991,"ON":1992,"Ġrepl":1993,"ellow":1994,"unch":1995,"olog":1996,"ments":1997,"El":1998,"ING":1999,"Ġdeath":2000,"Ġlear":2001,"Ġmovie":2002,"iful":2003,"Ġtu":2004,"ĠHow":2005,"Ġweek":2006,"Ġhope":2007,"Ġable":2008,"ADU":2009,"ĠCl":2010,"amente":2011,"EN":2012,"Ġtien":2013,"Ġminut":2014,"Ġsun":2015,"ized":2016,"Ġlarge":2017,"Ġple":2018,"MCH":2019,"Ġoutside":2020,"room":2021,"Ġtaken":2022,"Ġserv":2023,"Ġvoice":2024,"lla":2025,"Ġfore":2026,"Ġstick":2027,"ief":2028,"ouble":2029,"ĠJack":2030,"Ġenc":2031,"Ġtom":2032,"ĠGerman":2033,"rog":2034,"ipp":2035,"mira":2036,"rying":2037,"ric":2038,"ards":2039,"Ġfav":2040,"ney":2041,"head":2042,"Ġtrans":2043,"Ġones":2044,"Ġcook":2045,"Ġpoor":2046,"Ġins":2047,"Ġwants":2048,"Did":2049,"ask":2050,"Ġtele":2051,"ured":2052,"Ġhuh":2053,"LO":2054,"ĠBob":2055,"Ġsea":2056,"Ġlate":2057,"ense":2058,"Ġpiece":2059,"Ġtem":2060,"ĠDaddy":2061,"Ġmain":2062,"Ġaren":2063,"Ġpas":2064,"dle":2065,"fully":2066,"Ġwords":2067,"000":2068,"son":2069,"Ġless":2070,"Ġvol":2071,"Ġemp":2072,"Re":2073,"used":2074,"fl":2075,"Ġcouldn":2076,"Ġcam":2077,"Ġyourself":2078,"ĠHis":2079,"ĠBer":2080,"Ġhorse":2081,"ists":2082,"Ġclot":2083,"Ġrock":2084,"par":2085,"erv":2086,"duc":2087,"Ġpued":2088,"Ġcir":2089,"ja":2090,"Ġlad":2091,"Thank":2092,"hey":2093,"uro":2094,"Mummy":2095,"Ġresp":2096,"Ġstre":2097,"Ġinc":2098,"ĠCha":2099,"mas":2100,"bl":2101,"NAN":2102,"ura":2103,"Good":2104,"ĠTHE":2105,"nde":2106,"Ġcup":2107,"selves":2108,"Ġpast":2109,"Ġsister":2110,"Ġ9":2111,"Ġsqu":2112,"Ġbear":2113,"ÃŃan":2114,"Ġcamp":2115,"Ġreac":2116,"Ġdress":2117,"Ġpubl":2118,"Ġline":2119,"amed":2120,"Ġloc":2121,"Ġi":2122,"ĠThat":2123,"Ġhappen":2124,"Ġtaking":2125,"Ġstate":2126,"Ġwife":2127,"ĠWhen":2128,"Ġ196":2129,"Ġdark":2130,"Ġbusiness":2131,"Ġprof":2132,"Ġfelt":2133,"Ġmyself":2134,"Ġrather":2135,"ĠSc":2136,"Ġage":2137,"Ġminutes":2138,"ention":2139,"Ġroad":2140,"Ġmid":2141,"Ġbat":2142,"Ġthank":2143,"Ġtree":2144,"rit":2145,"Ġfree":2146,"Ġinside":2147,"Ġmaybe":2148,"Ġtill":2149,"Can":2150,"ĠThomas":2151,"For":2152,"ional":2153,"Ġcos":2154,"Ġz":2155,"ados":2156,"ĠFor":2157,"ots":2158,"mos":2159,"Ġho":2160,"bye":2161,"Ġprov":2162,"Ġem":2163,"Ġgiven":2164,"Ġimportant":2165,"Mr":2166,"raz":2167,"Ġmine":2168,"mon":2169,"Ġce":2170,"bs":2171,"Ġhist":2172,"Ġ¿":2173,"rench":2174,"rap":2175,"Ġir":2176,"Ġcold":2177,"Ġbody":2178,"TER":2179,"Ġocc":2180,"ĠEnglish":2181,"have":2182,"Ġpower":2183,"ator":2184,"ians":2185,"Ġcase":2186,"Ġstrong":2187,"ices":2188,"Ġbag":2189,"Go":2190,"án":2191,"iendo":2192,"Ġpri":2193,"Ġwood":2194,"ĠTom":2195,"thank":2196,"RA":2197,"Ġlady":2198,"ĠMay":2199,"Ġcuando":2200,"born":2201,"una":2202,"Ġ10":2203,"Ġago":2204,"Ġhon":2205,"ĠOn":2206,"oub":2207,"ĠMOT":2208,"Ġmill":2209,"cil":2210,"Ġinde":2211,"Ġothers":2212,"Ġmark":2213,"Ġprot":2214,"ughter":2215,"cul":2216,"Ġpage":2217,"DS":2218,"Ġground":2219,"Ġguy":2220,"ring":2221,"Ġpar":2222,"Ġtoys":2223,"ently":2224,"ism":2225,"Ġbirth":2226,"Ġeither":2227,"Ġsever":2228,"Ġchange":2229,"ming":2230,"Ġhurt":2231,"Ġbeautiful":2232,"irty":2233,"pend":2234,"ĠRe":2235,"Ġfil":2236,"Ġma":2237,"Ġgovern":2238,"car":2239,"Ġcreat":2240,"DAD":2241,"Ġalone":2242,"Ġboat":2243,"Ah":2244,"angu":2245,"Ġclass":2246,"ĠCar":2247,"ello":2248,"Ġpartic":2249,"ĠBrit":2250,"Ġearly":2251,"stem":2252,"idge":2253,"Ġwear":2254,"ĠJan":2255,"bed":2256,"Ġacross":2257,"onces":2258,"Ġdro":2259,"Ġeng":2260,"Ġtrue":2261,"Ġfast":2262,"Ġsweet":2263,"Ġsometimes":2264,"Ġty":2265,"II":2266,"urs":2267,"Ġfunny":2268,"uy":2269,"fer":2270,"col":2271,"Ġmess":2272,"iam":2273,"Ġsum":2274,"Ġgrow":2275,"Ġadv":2276,"Ġleast":2277,"range":2278,"ature":2279,"ald":2280,"Ġvar":2281,"Ġseveral":2282,"ĠCon":2283,"ĠMa":2284,"Ġorder":2285,"Ġarea":2286,"iving":2287,"Ġlay":2288,"Ġsomeone":2289,"Ġanimals":2290,"Ġsold":2291,"Ġtodo":2292,"Ġgroup":2293,"ĠLe":2294,"ffe":2295,"20":2296,"Ġclear":2297,"ued":2298,"ately":2299,"Ġfair":2300,"ĠHar":2301,"ges":2302,"fort":2303,"tom":2304,"Ġcried":2305,"Ġlisten":2306,"nos":2307,"Ġsuc":2308,"artment":2309,"UR":2310,"Ġgets":2311,"ĠAd":2312,"Ġestaba":2313,"cent":2314,"Ġfig":2315,"Ġstra":2316,"ium":2317,"ĠAp":2318,"La":2319,"ĠFrance":2320,"MAR":2321,"Ġtwenty":2322,"Ġfif":2323,"ution":2324,"ril":2325,"Ġant":2326,"ley":2327,"ĠIf":2328,"oops":2329,"Ġwish":2330,"vered":2331,"does":2332,"Ġrece":2333,"ĠSe":2334,"Ġworking":2335,"At":2336,"Ġdet":2337,"irt":2338,"ĠCan":2339,"Ġpod":2340,"ety":2341,"Ġlaw":2342,"ained":2343,"aban":2344,"Ġ17":2345,"ocal":2346,"Ġcal":2347,"ept":2348,"Ġquestion":2349,"Ġdeal":2350,"iding":2351,"Ġmilk":2352,"ĠHer":2353,"when":2354,"Ġwomen":2355,"Ġgun":2356,"ilt":2357,"orld":2358,"Ġmad":2359,"Ġsab":2360,"Ġmot":2361,"Ġfish":2362,"Ġshop":2363,"eor":2364,"aced":2365,"ude":2366,"Ġreco":2367,"ĠWill":2368,"Ġfing":2369,"ĠOh":2370,"Ġhay":2371,"enn":2372,"then":2373,"ham":2374,"Ġbuy":2375,"hil":2376,"Ġfue":2377,"Ġdos":2378,"pu":2379,"ena":2380,"Ġtea":2381,"Ġrele":2382,"ĠQu":2383,"uly":2384,"Ġwall":2385,"Ġnews":2386,"rence":2387,"Ġpolit":2388,"iemp":2389,"pha":2390,"Ġtried":2391,"uhhuh":2392,"arch":2393,"Ġmer":2394,"ains":2395,"iously":2396,"Ġhom":2397,"Your":2398,"iting":2399,"Ġpal":2400,"Ġ2020":2401,"ĠX":2402,"]?":2403,"Ġherself":2404,"Get":2405,"Ġamong":2406,"AL":2407,"PAT":2408,"Ġclean":2409,"Ġpot":2410,"Ġblood":2411,"ĠJap":2412,"Ġseven":2413,"ived":2414,"Ġarm":2415,"eared":2416,"Ġjump":2417,"gn":2418,"oes":2419,"shall":2420,"Ġvill":2421,"à¤":2422,"Ġ15":2423,"Ġfuck":2424,"Ġguys":2425,"ños":2426,"Ġopp":2427,"Ġori":2428,"Ġyellow":2429,"Ġdisc":2430,"ern":2431,"Ġcompany":2432,"Ġ195":2433,"ambién":2434,"ron":2435,"ounds":2436,"ĠEd":2437,"Ġprim":2438,"Ġexpect":2439,"Ġheld":2440,"Ġkilled":2441,"ĠFrench":2442,"itc":2443,"Ġdra":2444,"Ġsin":2445,"ement":2446,"rie":2447,"Ġvie":2448,"anc":2449,"Ġband":2450,"Ġfinished":2451,"owed":2452,"Ġbecome":2453,"Ġbra":2454,"Ġdef":2455,"Ġreason":2456,"ias":2457,"ijo":2458,"Ġglad":2459,"Ġquiet":2460,"ford":2461,"icks":2462,"An":2463,"urch":2464,"two":2465,"Ġexper":2466,"eng":2467,"oof":2468,"ousand":2469,"Ġdiv":2470,"Ġsystem":2471,"Ġdest":2472,"ĠCount":2473,"Ġthinking":2474,"Ġlangu":2475,"cient":2476,"ĠChar":2477,"alth":2478,"ĠYork":2479,"Ġtoy":2480,"va":2481,"Here":2482,"Ġâ":2483,"One":2484,"Ġ194":2485,"To":2486,"Ġdinner":2487,"ract":2488,"Ġlived":2489,"inging":2490,"Ġtakes":2491,"ically":2492,"ĠWar":2493,"Ġhit":2494,"rol":2495,"ĠCap":2496,"Ġdoctor":2497,"ña":2498,"Ġconst":2499,"Ġegg":2500,"Ġprop":2501,"Ġ¡":2502,"ior":2503,"pes":2504,"Ġtan":2505,"Ġfavor":2506,"Ġél":2507,"iversity":2508,"ómo":2509,"unk":2510,"Ġkept":2511,"Ġliving":2512,"acher":2513,"Ġroll":2514,"ĠFl":2515,"Ġthrow":2516,"itten":2517,"ĠasÃŃ":2518,"ĠGrand":2519,"eno":2520,"iter":2521,"Ġhacer":2522,"Ġusually":2523,"velop":2524,"ĠWorld":2525,"Ġbooks":2526,"rict":2527,"Ġequ":2528,"raid":2529,"ĠFe":2530,"ĠJapan":2531,"Ġsend":2532,"Ġbegin":2533,"Ġchance":2534,"Ġwrite":2535,"Ġá":2536,"Ġstood":2537,"ler":2538,"Ġice":2539,"eh":2540,"play":2541,"Ġcomple":2542,"Ġthousand":2543,"Ġattack":2544,"ala":2545,"ĠMarch":2546,"nts":2547,"urope":2548,"fr":2549,"iones":2550,"Ġsitting":2551,"ĠJanuary":2552,"Ġrunning":2553,"Ġhung":2554,"ónde":2555,"ering":2556,"band":2557,"oth":2558,"Ġwindow":2559,"Ġton":2560,"Ġseñ":2561,"Ġprin":2562,"ping":2563,"Ġsurpr":2564,"king":2565,"Ġclim":2566,"Ġfootball":2567,"CDS":2568,"olly":2569,"Ġstep":2570,"Ġobject":2571,"Ġtrouble":2572,"ĠMan":2573,"ĠTo":2574,"avy":2575,"ility":2576,"wered":2577,"Ġesto":2578,"Ġfly":2579,"Ġship":2580,"LOI":2581,"Ġcorn":2582,"night":2583,"Ġnamed":2584,"Ġnose":2585,"ral":2586,"ĠPe":2587,"ĠDo":2588,"Ġtruck":2589,"Ġnorth":2590,"Ġstar":2591,"imed":2592,"ajor":2593,"Ġpig":2594,"Ġmir":2595,"Ġking":2596,"Ġwat":2597,"De":2598,"anger":2599,"ĠJune":2600,"Ġsud":2601,"Ġletter":2602,"Ġeste":2603,"Ġporque":2604,"ugust":2605,"bum":2606,"ories":2607,"Ġreplied":2608,"hold":2609,"osp":2610,"ĠSu":2611,"owers":2612,"Ġmam":2613,"Ġmount":2614,"stead":2615,"unic":2616,"Ġdie":2617,"ert":2618,"Ġ16":2619,"Ġcasa":2620,"Ġarri":2621,"ality":2622,"illa":2623,"alright":2624,"Ġphone":2625,"ĠBar":2626,"hile":2627,"though":2628,"Ġ12":2629,"ked":2630,"Ġsand":2631,".'":2632,"ky":2633,"Ġsomebody":2634,"Ġanswered":2635,"Ġafraid":2636,"Ġproblem":2637,"Ġtouch":2638,"teen":2639,"dad":2640,"Ġsoft":2641,"Ġbirthday":2642,"ging":2643,"gas":2644,"ua":2645,"Ġanswer":2646,"vision":2647,"Ġsudden":2648,"Ġreleased":2649,"Ġeso":2650,"Ġdarling":2651,"Ġfa":2652,"Ġcross":2653,"Ġju":2654,"itch":2655,"ula":2656,"gue":2657,"Ġthemselves":2658,"Ġhours":2659,"nock":2660,"ción":2661,"Ġreport":2662,"ding":2663,"oman":2664,"ĠYes":2665,"ĠmÃŃ":2666,"gar":2667,"Ġspecial":2668,"ĠQ":2669,"RI":2670,"Ġfix":2671,"ata":2672,"Ġdaughter":2673,"Ġprodu":2674,"ĠPro":2675,"Ġvi":2676,"Ġevent":2677,"Ġpoints":2678,"Ġmarried":2679,"ĠGo":2680,"Ġdem":2681,"Ġfrog":2682,"arden":2683,"ĠMin":2684,"Ġbath":2685,"Ġgovernment":2686,"Ġseries":2687,"Ġelect":2688,"ĠEurope":2689,"acter":2690,"Ġhuman":2691,"ĠBritish":2692,"Ġclothes":2693,"ĠDon":2694,"uego":2695,"Ġcost":2696,"Ġwithin":2697,"ún":2698,"Ġcow":2699,"Ġlow":2700,"makes":2701,"Ġnos":2702,"Ġcatch":2703,"Ġkiss":2704,"ola":2705,"entle":2706,"asure":2707,"Ġval":2708,"Ġva":2709,"Ġfur":2710,"Ġhasta":2711,"Ġsuper":2712,"Ġill":2713,"ooh":2714,"Ġtired":2715,"Ġang":2716,"ange":2717,"uest":2718,"Sh":2719,"Ġblock":2720,"ances":2721,"ctober":2722,"Ġalright":2723,"Ġappear":2724,"Ġvez":2725,"mente":2726,"Ġlives":2727,"igo":2728,"Ġsna":2729,"reed":2730,"Ex":2731,"Ġinform":2732,"FCH":2733,"gest":2734,"Ġcheck":2735,"AP":2736,"reg":2737,"Because":2738,"Ġhus":2739,"Ġtambién":2740,"Ġ193":2741,"ĠSouth":2742,"Erm":2743,"ĠGeor":2744,"Ġorgan":2745,"aint":2746,"ĠPl":2747,"Ġseems":2748,"ining":2749,"ĠAugust":2750,"Ġpassed":2751,"vember":2752,"ĠJoe":2753,"which":2754,"Ġfield":2755,"Ġnine":2756,"Ġdream":2757,"hanks":2758,"Ġbur":2759,"Ġmonths":2760,"ĠEs":2761,"ĠEn":2762,"hello":2763,"Ġmoved":2764,"Ġalbum":2765,"eptember":2766,"ĠCol":2767,"Ġgold":2768,"Ġpus":2769,"Ġproper":2770,"iento":2771,"Ġsuppose":2772,"Ġoper":2773,"ott":2774,"unny":2775,"Ġknows":2776,"ored":2777,"Ġpost":2778,"Ġhop":2779,"gram":2780,"Some":2781,"Ġstraight":2782,"ĠJim":2783,"Ġpossible":2784,"cember":2785,"ete":2786,"En":2787,"ox":2788,"Ġcoup":2789,"Ġeye":2790,"Ġsca":2791,"ĠTe":2792,"Ġperhaps":2793,"Ġworked":2794,"Ġdeep":2795,"Ġabs":2796,"Ġwhether":2797,"ffect":2798,"hel":2799,"EC":2800,"Ġdevelop":2801,"att":2802,"da":2803,"ij":2804,"ays":2805,"ager":2806,"Ġeasy":2807,"ĠSw":2808,"Ġesc":2809,"Me":2810,"rill":2811,"Ġsingle":2812,"Ġhowever":2813,"Ġsuccess":2814,"Ġfit":2815,"Ġcannot":2816,"ĠsÃŃ":2817,"Ġeating":2818,"actly":2819,"Ġsail":2820,"ĠNorth":2821,"Ġriver":2822,"Ġmur":2823,"friend":2824,"ints":2825,"Ġpress":2826,"rible":2827,"Ġbird":2828,"iff":2829,"Ġtomorrow":2830,"Ġespe":2831,"Please":2832,"Ġshar":2833,"UN":2834,"ieron":2835,"fast":2836,"Ġvisit":2837,"Ġcast":2838,"ĠCounty":2839,"Ġcommon":2840,"Ġkids":2841,"Ġreached":2842,"Ġadm":2843,"Ġdiffic":2844,"Ġdijo":2845,"aul":2846,"Ġnor":2847,"ĠOctober":2848,"Ġut":2849,"Ġorigin":2850,"bruary":2851,"Ġyours":2852,"Ġappro":2853,"Ġsn":2854,"ulation":2855,"Ġtowards":2856,"Ġabove":2857,"ĠApril":2858,"Ġmember":2859,"Ġdoub":2860,"Ġshot":2861,"Ġtú":2862,"ĠPar":2863,"joy":2864,"ror":2865,"bor":2866,"ĠOne":2867,"Ġslow":2868,"Ġforward":2869,"Ġdad":2870,"Ġwaiting":2871,"Ġfear":2872,"át":2873,"cies":2874,"Ġhusband":2875,"Have":2876,"with":2877,"Ġnational":2878,"Ġdaddy":2879,"Every":2880,"Ġtoward":2881,"ĠPhil":2882,"bu":2883,"Ġpublic":2884,"Ġmist":2885,"Ġnoises":2886,"stairs":2887,"ĠPer":2888,"Ġsafe":2889,"Ġbes":2890,"Ġcop":2891,"Ġlots":2892,"ample":2893,"ĠEngland":2894,"Ġputs":2895,"ĠJuly":2896,"Ġdanger":2897,"Ġru":2898,"Ġsounds":2899,"has":2900,"ĠAfter":2901,"ĠNovember":2902,"Ġtodos":2903,"Ġshoes":2904,"nie":2905,"Ġforget":2906,"Ġsnow":2907,"ĠPres":2908,"Ġhors":2909,"ano":2910,"ÃŃas":2911,"ĠSeptember":2912,"ĠSh":2913,"ĠOr":2914,"iny":2915,"ades":2916,"Ġarms":2917,"Ġdisco":2918,"Ġlonger":2919,"iera":2920,"net":2921,"Ġboard":2922,"ĠFrank":2923,"Un":2924,"Ġputting":2925,"Ġlovely":2926,"Ġsight":2927,"ĠMic":2928,"ĠDecember":2929,"Ġ11":2930,"Ġ*":2931,"Ġbreat":2932,"IT":2933,"Ġtreat":2934,"Ġreturned":2935,"ience":2936,"Ġeffect":2937,"Ġmillion":2938,"was":2939,"atic":2940,"Ġtiene":2941,"Ġforgot":2942,"Ġdirect":2943,"Ġgentle":2944,"Es":2945,"Ġesca":2946,"your":2947,"Ġcouple":2948,"Ġformer":2949,"Ġdam":2950,"ĠCal":2951,"ardon":2952,"Ġquickly":2953,"Ġgust":2954,"Ġven":2955,"ĠBen":2956,"Ġgeneral":2957,"resent":2958,"Ġbas":2959,"ising":2960,"Ġsobre":2961,"pués":2962,"Ġcry":2963,"arse":2964,"Ġpolice":2965,"Ġthird":2966,"Ġcaught":2967,"ander":2968,"Ġhang":2969,"avid":2970,"ips":2971,"ĠYeah":2972,"ĠAm":2973,"Ġ14":2974,"Ġregion":2975,"Ġbroken":2976,"ĠFebruary":2977,"Ġeh":2978,"Ġseat":2979,"some":2980,"ĠTr":2981,"Ġann":2982,"Ġobs":2983,"Ġluck":2984,"AS":2985,"Ġisland":2986,"Ġengine":2987,"Ġesta":2988,"Ġneeds":2989,"--------":2990,"Ġtelevision":2991,"Ġfu":2992,"Ġtrees":2993,"ĠMe":2994,"Ġanimal":2995,"Ġbuilding":2996,"isten":2997,"oon":2998,"Ġsecret":2999,"Ġoffice":3000,"Ġeverybody":3001,"Ġrad":3002,"Ġplaces":3003,"Ġled":3004,"ondon":3005,"Ġllev":3006,"Ġtest":3007,"rid":3008,"ĠSam":3009,"Ġknock":3010,"iles":3011,"Ġevening":3012,"Ġsick":3013,"Ġmommy":3014,"Ġsugg":3015,"Ġduck":3016,"Ġsuggest":3017,"emy":3018,"After":3019,"dijo":3020,"Ġbuilt":3021,"ÃŃn":3022,"Ġfill":3023,"Ġdrive":3024,"Ġring":3025,"Ġfeeling":3026,"Ġvillage":3027,"With":3028,"Ġclub":3029,"las":3030,"GRA":3031,"Ġsupport":3032,"Ġproduc":3033,"Ġstri":3034,"Ġview":3035,"Ġdev":3036,"Ġdepartment":3037,"Ġnatur":3038,"rel":3039,"Ġcover":3040,"vocal":3041,"ode":3042,"ĠItal":3043,"ĠUniversity":3044,"dom":3045,"lt":3046,"aged":3047,"Of":3048,"Ġnearly":3049,"Ġclos":3050,"Ġahead":3051,"Ġ13":3052,"VE":3053,"'.":3054,"Ġrequ":3055,"ĠNow":3056,"Ġopened":3057,"Ġconsider":3058,"Ġsad":3059,"Ġparticular":3060,"roll":3061,"Ġwritten":3062,"Ġshout":3063,"RE":3064,"Ġplayer":3065,"elen":3066,"gen":3067,"val":3068,"mbers":3069,"yl":3070,"Ġresult":3071,"Ġlim":3072,"erta":3073,"ustral":3074,"Ġperfect":3075,"ĠNor":3076,"Ġstation":3077,"Ġahora":3078,"ĠChristmas":3079,"ĠMc":3080,"Ġwarm":3081,"Ġfollowed":3082,"Ġglass":3083,"iar":3084,"Ġenjoy":3085,"Ġshut":3086,"Ġchanged":3087,"Ġstat":3088,"ris":3089,"ray":3090,"Ġstopped":3091,"ima":3092,"itchen":3093,"Ġstanding":3094,"lex":3095,"anto":3096,"phone":3097,"Se":3098,"ospital":3099,"cially":3100,"omb":3101,"Ġjuice":3102,"ĠRep":3103,"llustr":3104,"Maybe":3105,"ffic":3106,"Ġwild":3107,"Ġain":3108,"rem":3109,"Ġchick":3110,"terday":3111,"Ġpretend":3112,"Ġinstead":3113,"Hello":3114,"Ġdecided":3115,"oop":3116,"Ġcray":3117,"Ġbow":3118,"Ġvan":3119,"Ġtape":3120,"rab":3121,"oint":3122,"noon":3123,"Ġimag":3124,"Ġmeant":3125,"Ġanyway":3126,"Ġtelling":3127,"Ġprofess":3128,"ĠYOU":3129,"LE":3130,"Ġhungry":3131,"Ġwhom":3132,"unity":3133,"rer":3134,"Ġtonight":3135,"Ġlie":3136,"ĠMart":3137,"Ġbroke":3138,"Ġconcer":3139,"ĠMommy":3140,"ĠMary":3141,"ceed":3142,"raser":3143,"ĠSome":3144,"Any":3145,"Ġcareer":3146,"ĠCaptain":3147,"bit":3148,"Ġusing":3149,"Ġprogram":3150,"Ġfollowing":3151,"ĠMy":3152,"Ġban":3153,"laimed":3154,"ĠLondon":3155,"anta":3156,"Ġdisapp":3157,"Ġpract":3158,"Ġseason":3159,"ĠSha":3160,"Ġsupposed":3161,"Ġindeed":3162,"Ġcool":3163,"Ġlanguage":3164,"Ġpupp":3165,"Ch":3166,"mother":3167,"maybe":3168,"Ġpon":3169,"Ġmiles":3170,"Ar":3171,"Ġprison":3172,"Ġbright":3173,"Ġstrange":3174,"say":3175,"Ġsac":3176,"iod":3177,"Ġella":3178,"Ġadded":3179,"Ġwhatever":3180,"Ġkitchen":3181,"Ġbreakfast":3182,"looks":3183,"Ġcarry":3184,"Ġgarden":3185,"Ġexample":3186,"Ġcareful":3187,"esto":3188,"Ġworks":3189,"ĠPeter":3190,"Ġport":3191,"Ġride":3192,"pero":3193,"cip":3194,"box":3195,"ills":3196,"Ġprotect":3197,"ĠAb":3198,"Ġposition":3199,"Ġsouth":3200,"Ġpieces":3201,"iment":3202,"Ġdescri":3203,"idence":3204,"iled":3205,"Or":3206,"empt":3207,"bur":3208,"Ġincluding":3209,"aste":3210,"Ġworry":3211,"Ġaut":3212,"ĠdÃŃa":3213,"yn":3214,"ĠJe":3215,"oul":3216,"ĠAustral":3217,"ĠPat":3218,"Ġfort":3219,"Ġmiddle":3220,"Ġcond":3221,"Ġsave":3222,"Ġswim":3223,"Ġfellow":3224,"Ġheavy":3225,"Ġbottom":3226,"Ġtot":3227,"Ġwrote":3228,"ador":3229,"Ġbell":3230,"Ġotro":3231,"Ġlegs":3232,"Ġturns":3233,"ĠEst":3234,"Ġbab":3235,"aro":3236,"Ġlleg":3237,"Ġanyone":3238,"time":3239,"would":3240,"Ġtrack":3241,"Ġnin":3242,"Ġsilly":3243,"Ġafternoon":3244,"uthor":3245,"ĠRuss":3246,"Ġearth":3247,"Ġbase":3248,"Ġlearn":3249,"Ġcake":3250,"Ġdefe":3251,"ĠBy":3252,"Ġteacher":3253,"Ġmucho":3254,"Ġentre":3255,"bles":3256,"Ġfarm":3257,"adas":3258,"ĠCity":3259,"Ġmembers":3260,"ĠWell":3261,"Ġcomplete":3262,"ĠSte":3263,"jos":3264,"Ġblow":3265,"Ġcontrol":3266,",'":3267,"ĠIndian":3268,"Ġbread":3269,"Ġfamil":3270,"vol":3271,"ĠTO":3272,"lie":3273,"yo":3274,"die":3275,"Ġpark":3276,"Ġweeks":3277,"Ġpack":3278,"elo":3279,"ĠWest":3280,"Ġguard":3281,"Ġhig":3282,"ax":3283,"Ġuno":3284,"ege":3285,"Ġexcept":3286,"ĠDan":3287,"au":3288,"Ġhell":3289,"igg":3290,"Ġhac":3291,"Ġneck":3292,"Ġwhis":3293,"Ġhistory":3294,"Ġwhose":3295,"work":3296,"Ġcharacter":3297,"ĠNational":3298,"Ġhappens":3299,"Ġgran":3300,"Ġexactly":3301,"oles":3302,"ĠDr":3303,"Ġquar":3304,"Ġhace":3305,"ternational":3306,"Ġcapital":3307,"ishing":3308,"ĠBet":3309,"Ġrain":3310,"ĠWh":3311,"ĠAng":3312,"Ġmajor":3313,"Ġbelong":3314,"icas":3315,"Ġbought":3316,"Ġspace":3317,"Ġexclaimed":3318,"child":3319,"See":3320,"ĠThese":3321,"board":3322,"alt":3323,"ids":3324,"ffee":3325,"Ġdej":3326,"ording":3327,"Ġ30":3328,"Ġpopulation":3329,"ĠComm":3330,"Ġgas":3331,"ument":3332,"ament":3333,"Ġhole":3334,"Ġgiving":3335,"ĠMat":3336,"Ġburn":3337,"tered":3338,"Ġpopular":3339,"Ġdig":3340,"icle":3341,"singing":3342,"Ġlevel":3343,"ĠAN":3344,"pre":3345,"nel":3346,"over":3347,"itted":3348,"Ġcirc":3349,"Ġdoubt":3350,"ouncil":3351,"ek":3352,"ified":3353,"Ġtruth":3354,"Ġcertainly":3355,"arty":3356,"Ġyesterday":3357,"ĠTH":3358,"Ġvide":3359,"uk":3360,"Daddy":3361,"rey":3362,"Ġextra":3363,"Ġbutter":3364,"ĠChi":3365,"Ġholding":3366,"Ġlab":3367,"ÃŃs":3368,"Ġfigure":3369,"Ġcand":3370,"Ġsitu":3371,"Ġworth":3372,"give":3373,"Ġwatching":3374,"ĠWith":3375,"Ġav":3376,"ĠOF":3377,"iers":3378,"igu":3379,"rar":3380,"Wh":3381,"Ġtail":3382,"Ġservice":3383,"Ġreceived":3384,"Ġbrown":3385,"Ġfail":3386,"Ġpad":3387,"Ġpens":3388,"Ġchurch":3389,"Âł":3390,"Ġcentury":3391,"Ġsell":3392,"ĠIN":3393,"ugg":3394,"oke":3395,"ĠNot":3396,"ift":3397,"ilar":3398,"Ġtick":3399,"yed":3400,"Ġhospital":3401,"ille":3402,"sit":3403,"Ġstreet":3404,"Ġnada":3405,"Ġdeb":3406,"Ġhasn":3407,"of":3408,"Ġhall":3409,"Ġbeg":3410,"ĠPresident":3411,"Ġcause":3412,"SI":3413,"ground":3414,"Ġcarried":3415,"Ġqued":3416,"ician":3417,"Ġdistrict":3418,"Ġdesign":3419,"mbre":3420,"Ġgen":3421,"Ġcompet":3422,"hard":3423,"ared":3424,"Ġemb":3425,"ĠMag":3426,"Ġcaptain":3427,"Ġenter":3428,"Ġllam":3429,"Ġmal":3430,"estern":3431,"Ġstuck":3432,"pping":3433,"Ġmach":3434,"ĠCent":3435,"Ġpresident":3436,"ĠLord":3437,"Ġsummer":3438,"Ġdifficult":3439,"anda":3440,"Ġsex":3441,"Ġkn":3442,"ĠAmerica":3443,"Ġparents":3444,"oria":3445,"house":3446,"emos":3447,"CHAP":3448,"Ġcompan":3449,"bert":3450,"wow":3451,"ressed":3452,"Ġorange":3453,"mie":3454,"Ġvers":3455,"Ġdue":3456,"ĠahÃŃ":3457,"Ġlunch":3458,"Ġsomewhere":3459,"usted":3460,"Ġesp":3461,"CHAPTER":3462,"itty":3463,"Ġseñor":3464,"sc":3465,"hael":3466,"Ġlift":3467,"Ġappeared":3468,"Ġfinal":3469,"Ġperiod":3470,"ounter":3471,"ius":3472,"18":3473,"Ġspir":3474,"ĠGu":3475,"Ġpues":3476,"-¡":3477,"ĠGeorge":3478,"UB":3479,"Ġconvers":3480,"Ġleaving":3481,"Ġcurrent":3482,"dd":3483,"Ġmoving":3484,"ization":3485,"ancy":3486,"Ġotra":3487,"Ġought":3488,"Ġcontinued":3489,"Ġtrad":3490,"uch":3491,"Ġfat":3492,"10":3493,"ECT":3494,"Ġrul":3495,"Ġneigh":3496,"Ġpictures":3497,"Ġ25":3498,"reet":3499,",--":3500,"Illustr":3501,"Ġpun":3502,"Ġcollect":3503,"ĠMad":3504,"turn":3505,"Ġspoke":3506,"Ġsense":3507,"Ġbusy":3508,"Ġtall":3509,"ĠAfr":3510,"ugar":3511,"Ġquie":3512,"Cl":3513,"venga":3514,"Ġflowers":3515,"Ġfle":3516,"je":3517,"het":3518,"Ġrecogn":3519,"ela":3520,"Ġreach":3521,"Ġplant":3522,"ribut":3523,"Ġcommune":3524,"Ġteeth":3525,"Ġvict":3526,"Ġsuddenly":3527,"Ġfinish":3528,"ĠâĨ":3529,"iling":3530,"Ġfurther":3531,"Ġfuer":3532,"imin":3533,"Ġallowed":3534,"light":3535,"Ġeveryone":3536,"Ġfres":3537,"iger":3538,"Ġwide":3539,"itar":3540,"ĠWhy":3541,"Ġfifty":3542,"bers":3543,"mpions":3544,"cher":3545,"iente":3546,"Ġlaughs":3547,"Ġ192":3548,"Ġrespect":3549,"Ġord":3550,"Ġmira":3551,"oura":3552,"Ġrub":3553,"ears":3554,"lect":3555,"aqu":3556,"ĠLo":3557,"Ġmix":3558,"Ġbeat":3559,"Ġpriv":3560,"Ġbased":3561,"Ġincre":3562,"ashing":3563,"Ġnorm":3564,"ĠQue":3565,"Ġfut":3566,"ume":3567,"Ġanymore":3568,"cuse":3569,"Ġbeginning":3570,"eder":3571,"medi":3572,"mit":3573,"Ġcard":3574,"Ġaccept":3575,"Ġcreated":3576,"Ġalg":3577,"Ġese":3578,"ella":3579,"ĠMark":3580,"Ġwalked":3581,"will":3582,"acing":3583,"points":3584,"yd":3585,"Ġtiemp":3586,"Ġlock":3587,"acy":3588,"Ġ2018":3589,"Ġinfl":3590,"Ġcomfort":3591,"Ġgames":3592,"Ġmov":3593,"Ġtype":3594,"uit":3595,"Ġniño":3596,"itions":3597,"Ġelepha":3598,"ounced":3599,"Ġanybody":3600,"Gr":3601,"Ġna":3602,"Ġcars":3603,"ĠEx":3604,"Ġpuzz":3605,"Take":3606,"view":3607,"pap":3608,"ĠCo":3609,"Illustration":3610,"Ġjour":3611,"iced":3612,"Ġalthough":3613,"Ġentonces":3614,"His":3615,"ology":3616,"Wait":3617,"field":3618,"Ġcult":3619,"ech":3620,"irm":3621,"ires":3622,"want":3623,"Ġgar":3624,"Ġgrass":3625,"unicip":3626,"����":3627,"Ġtur":3628,"Ġauthor":3629,"ÃŃo":3630,"Est":3631,"idos":3632,"Ġplays":3633,"ĠBrown":3634,"af":3635,"11":3636,"hys":3637,"Ġweren":3638,"gie":3639,"ĠRoman":3640,"Ġfeed":3641,"tell":3642,"Ġcompl":3643,"Ġhorses":3644,"Ġlikes":3645,"gasps":3646,"ĠDavid":3647,"Ġcoffee":3648,"ĠMother":3649,"Ġrace":3650,"THE":3651,"Ġfinger":3652,"Ġthirty":3653,"Ġbottle":3654,"emát":3655,"ME":3656,"Ġlocal":3657,"Ġremark":3658,"Ġrepresent":3659,"Ġself":3660,"izes":3661,"Ġdry":3662,"Ġpolic":3663,"à²":3664,"Ġba":3665,"Ġ2021":3666,"ivil":3667,"ipe":3668,"Ġmaster":3669,"soci":3670,"Ġéste":3671,"Ġate":3672,"raft":3673,"Ġpounds":3674,"Ġhoney":3675,"Ġseeing":3676,"Ġsepar":3677,"Ġstore":3678,"Ġcorner":3679,"Ġeduc":3680,"Ġactiv":3681,"asket":3682,"ĠPaul":3683,"sings":3684,"Ġvoy":3685,"ĠLea":3686,"Ġitself":3687,"uge":3688,"Mar":3689,"rian":3690,"Ġlaug":3691,"IC":3692,"Ġwet":3693,"Ġcrying":3694,"Ġspot":3695,"olved":3696,"Ġcomb":3697,"eal":3698,"Ġaccount":3699,"Ġfilm":3700,"Ġdropped":3701,"iest":3702,"Ġentire":3703,"Ġparts":3704,"elve":3705,"Ġexam":3706,"Ġinformation":3707,"ously":3708,"Thanks":3709,"illo":3710,"ĠPol":3711,"noise":3712,"olute":3713,"LT":3714,"Ġrid":3715,"Ġpet":3716,"Ġbank":3717,"Ġjud":3718,"ission":3719,"Ġletters":3720,"riage":3721,"Ġloud":3722,"Ġwalking":3723,"Ġlaughed":3724,"Ġshape":3725,"Ġconv":3726,"iste":3727,"clock":3728,"Ġjack":3729,"ka":3730,"Ġdistance":3731,"osh":3732,"Ġholds":3733,"lin":3734,"Ġcomput":3735,"Ġpuede":3736,"Ġvac":3737,"Com":3738,"Per":3739,"Ġthou":3740,"Ġves":3741,"rupt":3742,"Ġalgo":3743,"Ġlose":3744,"Ġdespués":3745,"Ġspend":3746,"ites":3747,"ĠBlack":3748,"Mum":3749,"12":3750,"asant":3751,"ĠGermany":3752,"ĠLou":3753,"off":3754,"please":3755,"ĠAunt":3756,"wood":3757,"ĠRo":3758,"Ġ$":3759,"ĠâĮ":3760,"eneral":3761,"LL":3762,"Ġcheese":3763,"Ġattention":3764,"Ġpush":3765,"ounded":3766,"razy":3767,"Ġcounty":3768,"Ġpicks":3769,"Ġmeeting":3770,"jor":3771,"Ġfamous":3772,"itive":3773,"ĠHowever":3774,"Ġtiempo":3775,"Ġfre":3776,"Ġnecess":3777,"Ġgrew":3778,"Ġhealth":3779,"Ġcómo":3780,"Ġsmell":3781,"ĠMon":3782,"eta":3783,"Ġmoon":3784,"Ġfucking":3785,"Ġvideo":3786,"ression":3787,"whis":3788,"Ġsla":3789,"Sorry":3790,"Ġdecir":3791,"sy":3792,"hips":3793,"Ġast":3794,"eddy":3795,"ggy":3796,"itary":3797,"Ġcountries":3798,"Ġpock":3799,"yle":3800,"Ġtit":3801,"Ġdonde":3802,"ĠSpan":3803,"Ġwriting":3804,"Ġnatural":3805,"Will":3806,"Ġforce":3807,"Ġplate":3808,"ĠSan":3809,"ĠAnt":3810,"Ġcla":3811,"Ġrabb":3812,"Ġ24":3813,"baby":3814,"ĠNin":3815,"nes":3816,"Ġdelight":3817,"Ġdat":3818,"iant":3819,"yep":3820,"Ġterrible":3821,"Ġcapt":3822,"Ġarmy":3823,"Ġinvest":3824,"Ġsilence":3825,"Ġsky":3826,"Ġterm":3827,"Ġspecies":3828,"JECT":3829,"Ġleaves":3830,"zo":3831,"Ġquer":3832,"pered":3833,"Ġliked":3834,"sp":3835,"conom":3836,"ĠNe":3837,"Ġencont":3838,"Ġpan":3839,"ĠBill":3840,"Mommy":3841,"isf":3842,"Ġears":3843,"ĠHarry":3844,"ĠMot":3845,"name":3846,"âĮĭ":3847,"under":3848,"Ġchicken":3849,"Ġcell":3850,"Ġwash":3851,"Ġattempt":3852,"Ġmatch":3853,"Ġcommand":3854,"isted":3855,"âĮī":3856,"Ġnames":3857,"Ġcuent":3858,"kin":3859,"Like":3860,"sa":3861,"dered":3862,"Ġfavorite":3863,"Ġpers":3864,"ads":3865,"Ġmem":3866,"SUB":3867,"aff":3868,"Ġpoco":3869,"Ġsilver":3870,"ils":3871,"Ġcream":3872,"Ġmention":3873,"Ġverdad":3874,"SUBJECT":3875,"ply":3876,"Ġinclude":3877,"Ġbull":3878,"Ġanx":3879,"Ġstars":3880,"CAR":3881,"Ġbirds":3882,"ĠGood":3883,"ometimes":3884,"Ġdance":3885,"know":3886,"Ġtrust":3887,"Ġhost":3888,"._":3889,"ĠEm":3890,"Ġeggs":3891,"By":3892,"lean":3893,"ĠSm":3894,"Ġrelig":3895,"astic":3896,"ĠLos":3897,"Ġshowed":3898,"atter":3899,"Ġpel":3900,"Ġenv":3901,"ĠHelen":3902,"ria":3903,"erry":3904,"ĠIndia":3905,"ĠWilliam":3906,"Ġdestro":3907,"uty":3908,"Ġneeded":3909,"orts":3910,"Ġcabe":3911,"iel":3912,"\")":3913,"Ġhous":3914,"Ġaccident":3915,"Ġpink":3916,"ux":3917,"ables":3918,"Ġtres":3919,"cks":3920,"Ġphot":3921,"raph":3922,"Ġneg":3923,"Ġay":3924,"SO":3925,"Ġ2019":3926,"Ġviol":3927,"ID":3928,"Ġiss":3929,"Ġsubject":3930,"bout":3931,"fly":3932,"OK":3933,"take":3934,"ban":3935,"Ġinteresting":3936,"omin":3937,"Ġcrow":3938,"Ġluego":3939,"cell":3940,"ĠtenÃŃa":3941,"iller":3942,"Ġwonderful":3943,"aven":3944,"ólo":3945,"Ġfem":3946,"Ġpaid":3947,"Ġsimilar":3948,"arent":3949,"uts":3950,"Ġinterested":3951,"Ġquestions":3952,"ĠFraser":3953,"set":3954,"ĠLet":3955,"Ġsle":3956,"arth":3957,"Ġkey":3958,"Ġfuture":3959,"Ġmass":3960,"ĠJames":3961,"Ġmucha":3962,"Ġpeque":3963,"Ġcrayon":3964,"ADULT":3965,"Ġconne":3966,"Ġfinally":3967,"Ġalive":3968,"pardon":3969,"Ġell":3970,"Ġhabit":3971,"Ġcharge":3972,"ĠDad":3973,"Ġshouldn":3974,"Ġener":3975,"wanna":3976,"15":3977,"ĠHen":3978,"hood":3979,"ĠBilly":3980,"Tell":3981,"Ġep":3982,"uhoh":3983,"ario":3984,"LA":3985,"Ġlying":3986,"Ġscr":3987,"Ġwel":3988,"ustom":3989,"ancing":3990,"ĠJo":3991,"Ġmunicip":3992,"ĠGreat":3993,"ĠUS":3994,"pues":3995,"isa":3996,"iforn":3997,"Ġbelow":3998,"viously":3999,"Ġspeed":4000,"Ġstub":4001,"ĠRiver":4002,"erc":4003,"Ġserious":4004,"Ġbene":4005,"oso":4006,"Ġhate":4007,"Ġlaughing":4008,"Ġthee":4009,"Ġgives":4010,"Ġnone":4011,"Ġnue":4012,"lands":4013,"wait":4014,"Ġsheep":4015,"Ġmm":4016,"Ġreading":4017,"-.":4018,"obert":4019,"Ġstarts":4020,"fin":4021,"ota":4022,"ĠÃ":4023,"Ġ(\"":4024,"tr":4025,"ED":4026,"ago":4027,"Ġespecially":4028,"Ġsé":4029,"Ġclosed":4030,"Ġofficer":4031,"US":4032,"Ġcart":4033,"Ġloved":4034,"Ġproblems":4035,"Ġmamá":4036,"rect":4037,"ĠâĨĴ":4038,"arm":4039,"Ġgall":4040,"Ġcrazy":4041,"Ġdrop":4042,"Ġ�":4043,"Ġhide":4044,"Ġbridge":4045,"ü":4046,"uce":4047,"Stop":4048,"Ne":4049,"ength":4050,"lar":4051,"leg":4052,"Ġwheel":4053,"Ġforest":4054,"ĠJust":4055,"ki":4056,"Ġpray":4057,"zer":4058,"Ġmum":4059,"ural":4060,"ĠHouse":4061,"aps":4062,"Ġkick":4063,"Ġmic":4064,"reek":4065,"ifornia":4066,"Ġadult":4067,"Ġlargest":4068,"Ġprocess":4069,"Ġmater":4070,"Ġsurprise":4071,"Ġles":4072,"Ġvent":4073,"oots":4074,"Ġhi":4075,"Ġscared":4076,"Ġslowly":4077,"Ġrose":4078,"Ġcamera":4079,"omething":4080,"Ġchocol":4081,"ole":4082,"ners":4083,"tended":4084,"ĠUncle":4085,"Ġtour":4086,"Ġ2017":4087,"Ġchief":4088,"Ġfingers":4089,"vert":4090,"ĠBon":4091,"Ġsmile":4092,"Ġbasket":4093,"Ġ23":4094,"Ġfool":4095,"_,":4096,"isc":4097,"ai":4098,"Ġdónde":4099,"Ġbigger":4100,"Ġremain":4101,"wise":4102,"str":4103,"Ġden":4104,"Ġshare":4105,"Ġ2022":4106,"ánd":4107,"Ġwest":4108,"anced":4109,"Ġserved":4110,"ugs":4111,"Ġdeter":4112,"Ġdesp":4113,"olid":4114,"lared":4115,"Hi":4116,"inting":4117,"eso":4118,"Ġdirection":4119,"Ġcaball":4120,"Ġide":4121,"17":4122,"Ġdisp":4123,"three":4124,"ĠRob":4125,"down":4126,"Ġshows":4127,"Ġglo":4128,"ATT":4129,"alo":4130,"ocr":4131,"Ġmonkey":4132,"Ġcourt":4133,"ination":4134,"ĠÂ":4135,"arah":4136,"ĠPark":4137,"Ġrepe":4138,"istory":4139,"uct":4140,"upid":4141,"Ġseg":4142,"cience":4143,"Ġhombre":4144,"lymp":4145,"cont":4146,"Ġapart":4147,"aching":4148,"RY":4149,"ĠSer":4150,"Ġhelped":4151,"Ġagua":4152,"Ġrat":4153,"back":4154,"iero":4155,"Ġintro":4156,"eds":4157,"ĠCalifornia":4158,"Ġasleep":4159,"Ġperform":4160,"13":4161,"llen":4162,"ĠJul":4163,"ably":4164,"ĠParty":4165,"hem":4166,"Ġcovered":4167,"uses":4168,"Ġsatisf":4169,"Ġamount":4170,"ublic":4171,"order":4172,"antes":4173,"Ġconversation":4174,"Ġjoined":4175,"bing":4176,"een":4177,"ĠMom":4178,"Ġ22":4179,"ĠMed":4180,"Ġtech":4181,"olf":4182,"Ġearl":4183,"Ġaccom":4184,"Ġ#":4185,"bour":4186,"Ġcaused":4187,"Bl":4188,"Ġpeace":4189,"-¿":4190,"iempre":4191,"Ġbang":4192,"Ġstudy":4193,"Ġpurp":4194,"Ġpin":4195,"yond":4196,"ĠSec":4197,"Ġbreath":4198,"Ġnar":4199,"Ġvarious":4200,"Ġspread":4201,"14":4202,"Ġconside":4203,"Ġsinging":4204,"Ġviv":4205,"Ġlikely":4206,"Ġtemper":4207,"los":4208,"Ġstage":4209,"Ġfol":4210,"Ġimmedi":4211,"asion":4212,"Peter":4213,"Ġdogs":4214,"ĠCarl":4215,"ption":4216,"Ġapple":4217,"These":4218,"Ġspent":4219,"cious":4220,"yer":4221,"uz":4222,"Ġconsidered":4223,"Ġasking":4224,"ĠMor":4225,"TUR":4226,"Ġrefer":4227,"raphy":4228,"Ġtend":4229,"Ġelephant":4230,"Ġfright":4231,"Ġsimple":4232,"eros":4233,"atives":4234,"ĠEast":4235,"Ġways":4236,"icos":4237,"ĠSir":4238,"pen":4239,"andy":4240,"Ġaños":4241,"Ġforth":4242,"Ġsocial":4243,"thern":4244,"Ġtwelve":4245,"Ġpicked":4246,"Ġolder":4247,"Ġvas":4248,"Ġslight":4249,"Ġfresh":4250,"uen":4251,"Ġhun":4252,"ĠOlymp":4253,"Ġmachine":4254,"chan":4255,"Ġbecom":4256,"Ġvist":4257,"Ġoc":4258,"Ġrese":4259,"Ġhecho":4260,"ls":4261,"antly":4262,"ĠBo":4263,"Ġris":4264,"Ġshit":4265,"Ġthanks":4266,"Ġtow":4267,"Ġbattle":4268,"Ġpolitician":4269,"Ġentered":4270,"Ġ2010":4271,"Ġsens":4272,"Ġpaint":4273,"unca":4274,"Ġsleeping":4275,"erve":4276,"OW":4277,"Ġstories":4278,"Ġturning":4279,"Ġlearned":4280,"hand":4281,"Pe":4282,"Ġscar":4283,"ĠBetty":4284,"Ġ100":4285,"Ġsize":4286,"Ġmor":4287,"Ġdur":4288,"ially":4289,"Ġhardly":4290,"ĠWin":4291,"van":4292,"ĠAust":4293,"ér":4294,"aker":4295,"Ġtal":4296,"aded":4297,"Ġamb":4298,"watch":4299,"Ġbroad":4300,"Ġmountain":4301,"ĠSund":4302,"Ġdeclared":4303,"Ġquién":4304,"ashed":4305,"Ġestab":4306,"Ġskin":4307,".[":4308,"Ġbran":4309,"Ġstone":4310,"muy":4311,"Ġrob":4312,"TH":4313,"itos":4314,"ĠJapanese":4315,"ples":4316,"ughty":4317,"ĠII":4318,"oses":4319,"Ġcant":4320,"Ġcoat":4321,"Ġtalked":4322,"Ġwav":4323,"Ġcrack":4324,"si":4325,"Ġbye":4326,"Ġpocket":4327,"Ġrespons":4328,"erved":4329,"mar":4330,"gon":4331,"Ġmismo":4332,"Ġlength":4333,"Ġspoon":4334,"ĠLeague":4335,"Ġdirty":4336,"ference":4337,"Ġrap":4338,"Ġmeat":4339,"Ġmedic":4340,"Ġrole":4341,"ival":4342,"ĠRed":4343,"ests":4344,"Ġnobody":4345,"outs":4346,"Ġet":4347,"Ġcrit":4348,"Ġchocolate":4349,"Ġmejor":4350,"ingly":4351,"Ġphys":4352,"cis":4353,"uten":4354,"olutely":4355,"leanor":4356,"pper":4357,"Ġtor":4358,"Give":4359,"Ġeff":4360,"Ġsituation":4361,"Ġeast":4362,"feren":4363,"ĠRic":4364,"Ġhub":4365,"Ġallow":4366,"Ġ26":4367,"Ġsearch":4368,"Really":4369,"ĠAND":4370,"Con":4371,"ĠAlex":4372,"Ġpromise":4373,"Ġtrip":4374,"pers":4375,"big":4376,"Pro":4377,"Sure":4378,"esus":4379,"Ġdrawing":4380,"ushed":4381,"ummer":4382,"Ġblank":4383,"Ġur":4384,"ĠOf":4385,"hire":4386,"yy":4387,"itor":4388,"Ġestán":4389,"Ġherman":4390,"Ġrich":4391,"Ġcuri":4392,"Ġcircle":4393,"ensus":4394,"ĠTur":4395,"Ġsoci":4396,"Ġworse":4397,"ims":4398,"Ġtengo":4399,"ĠAustralia":4400,"Ġeconom":4401,"face":4402,"these":4403,"Lo":4404,"Ġ21":4405,"ĠWhere":4406,"elly":4407,"Ġspring":4408,"antic":4409,"ona":4410,"Ġthy":4411,"ĠGovern":4412,"ĠMo":4413,"Ġdefin":4414,"ATI":4415,"Ġhan":4416,"inary":4417,"ĠMinister":4418,"Pero":4419,"Ġuncle":4420,"ipped":4421,"ĠAc":4422,"Ġvamos":4423,"encia":4424,"ĠWho":4425,"ĠCat":4426,"imo":4427,"cend":4428,"isy":4429,"aciones":4430,"Ġlaid":4431,"outher":4432,"alley":4433,"Ġtotal":4434,"Ġforty":4435,"aquÃŃ":4436,"Ġlines":4437,"ĠColl":4438,"Ġ2011":4439,"ibly":4440,"lor":4441,"ieve":4442,"Nothing":4443,"Ġdirected":4444,"Ġleader":4445,"aches":4446,"Ġnumbers":4447,"reme":4448,"Ġdiscovered":4449,"Ġcivil":4450,"Two":4451,"Ġdepend":4452,"Ġsquare":4453,"four":4454,"Ġcosas":4455,"Ġdiscuss":4456,"Ġagreed":4457,"]!":4458,"Ġwinter":4459,"gged":4460,"Ġplaced":4461,"Ġ=":4462,"Ġsevent":4463,"LY":4464,"des":4465,"Ġjoin":4466,"Ġcalling":4467,"Ġregular":4468,"Ġmovies":4469,".,":4470,"Ġbite":4471,"Ġenemy":4472,"ĠOl":4473,"Ġperro":4474,"Ġrelations":4475,"ums":4476,"ĠGeneral":4477,"line":4478,"elle":4479,"essie":4480,"Ġmayor":4481,"ĠFred":4482,"Ġgod":4483,"Ġtax":4484,"Ġtip":4485,"Pl":4486,"Ġoriginal":4487,"Ġbeyond":4488,"Ġangry":4489,"action":4490,"Ġhill":4491,"Ġpud":4492,"Ġaff":4493,"iene":4494,"Ġ2016":4495,"ĠHall":4496,"Ġdriving":4497,"Ġnoche":4498,"Ġbill":4499,"Ġpath":4500,"Ġstreng":4501,"Ġformed":4502,"zen":4503,"ĠDick":4504,"URS":4505,"ols":4506,"Ġaction":4507,"Ġtiny":4508,"Ġfighting":4509,"Ġmodern":4510,"lebr":4511,"Ġwelcome":4512,"cias":4513,"ĠCome":4514,"From":4515,"Ġsett":4516,"hered":4517,"vi":4518,"Ġdollars":4519,"ĠBobby":4520,"Ġ27":4521,"Ġbud":4522,"Ġtight":4523,"'?":4524,"ĠCor":4525,"ĠFirst":4526,"--\"":4527,"istr":4528,"Ġindust":4529,"Ġsoldiers":4530,"Ġshoot":4531,"Ġexist":4532,"Ġthick":4533,"Ġarrived":4534,"ctions":4535,"Ġprincip":4536,"Ġsoul":4537,"Ġshore":4538,"Ġcual":4539,"AM":4540,"itude":4541,"Le":4542,"ĠCO":4543,"Ġgrad":4544,"ientras":4545,"Ġdressed":4546,"Ġbon":4547,"Ġexplain":4548,"Very":4549,"outhern":4550,"Ġdesde":4551,"cean":4552,"Ad":4553,"eles":4554,"Ġsteps":4555,"stit":4556,"Ġrabbit":4557,"ann":4558,"ĠMal":4559,"Ġcondu":4560,"Listen":4561,"Ġmarket":4562,"Ġrough":4563,"Ġstupid":4564,"Ġnuest":4565,"icious":4566,"Ġvida":4567,"ĠParis":4568,"CO":4569,"Ġraised":4570,"Ġdemand":4571,"Ġstorm":4572,"Ġsalt":4573,"Ġsandw":4574,"Ġthrew":4575,"AY":4576,"ams":4577,"ĠMus":4578,"Ġrom":4579,"Ġemplo":4580,"Ġbeside":4581,"ál":4582,"Ġpron":4583,"Ġdrew":4584,"Ġupstairs":4585,"rend":4586,"Mom":4587,"Ġtou":4588,"Ġow":4589,"Ġparte":4590,"eep":4591,"ached":4592,"ĠDes":4593,"Ġoppos":4594,"Ġ28":4595,"Ġpolitical":4596,"ĠLu":4597,"Ġcoast":4598,"Ġstraw":4599,"Ġescape":4600,"utch":4601,"Ġesper":4602,"ns":4603,"ĠBur":4604,"Ġident":4605,"Ġbal":4606,"Ġaud":4607,"Ġradio":4608,"asc":4609,"Ġeasily":4610,"istan":4611,"Would":4612,"à¬":4613,"oma":4614,"ĠSue":4615,"ez":4616,"ĠJane":4617,"Ġnurs":4618,"ĠState":4619,"Ġmissing":4620,"ĠPo":4621,"Ġcomputer":4622,"ĠSpanish":4623,"Ġhappening":4624,"Ġhouses":4625,"Even":4626,"ti":4627,"rans":4628,"200":4629,"Ġflying":4630,"Ġge":4631,"ĠHere":4632,"Ġwatched":4633,"pro":4634,"Ġble":4635,"...?":4636,"16":4637,"Ġsharp":4638,"Ġib":4639,"Ġsegu":4640,"those":4641,"five":4642,"ĠUnion":4643,"Fran":4644,"asons":4645,"ĠBlue":4646,"Ġcolors":4647,"ĠAre":4648,"rib":4649,"ĠMum":4650,"inc":4651,"ĠAmy":4652,"aturday":4653,"ĠMichael":4654,"Ġdifference":4655,"pet":4656,"Ġsuff":4657,"50":4658,"pan":4659,"Ġ29":4660,"Does":4661,"Ġmilitary":4662,"Ġplane":4663,"ĠSchool":4664,"\"'":4665,"ĠChristian":4666,"book":4667,"Ġ2014":4668,"ĠEuropean":4669,"Ġpuzzle":4670,"Ġconse":4671,"Ġonto":4672,"ateg":4673,"IR":4674,"vell":4675,"Ġclock":4676,"ivid":4677,"Ġcrew":4678,"John":4679,"Ġspell":4680,"Ġsuit":4681,"Ġcabeza":4682,"Ġdriver":4683,"izo":4684,"Ġproud":4685,"Ġended":4686,"Ġinf":4687,"oups":4688,"Ġder":4689,"Ġhm":4690,"ila":4691,"ĠPor":4692,"laughing":4693,"Ġweap":4694,"Ġpulled":4695,"Ġfilled":4696,"Ġprofessional":4697,"stop":4698,"ĠHenry":4699,"Ġiron":4700,"Ġeager":4701,"sey":4702,"Ġcomer":4703,"Ġmult":4704,"Ġesa":4705,"Ġbabies":4706,"ousin":4707,"Ġfeat":4708,"Ġoffe":4709,"Ġhiding":4710,"Ġspirit":4711,"Ġspl":4712,"jer":4713,"Ġdeg":4714,"Ġcrowd":4715,"Ġthreat":4716,"elp":4717,"Ġannounced":4718,"Ġindepend":4719,"ĠMex":4720,"Ġweather":4721,"Ġclever":4722,"ville":4723,"Ġ&":4724,"ashion":4725,"hest":4726,"Ġrespond":4727,"God":4728,"Ġnature":4729,"ppy":4730,"ique":4731,"Ġbound":4732,"Ġhero":4733,"imos":4734,"ere":4735,"Mhm":4736,"Ġutter":4737,"Ġmes":4738,"Ġthinks":4739,"ĠRobert":4740,"Ġmanage":4741,"ĠBel":4742,"ĠPero":4743,"Ġregard":4744,"Ġhuge":4745,"Ġpatient":4746,"Ġmeaning":4747,"Ġblocks":4748,"Ġwearing":4749,"Ġgate":4750,"Ġbelieved":4751,"Ġwoods":4752,"Ġflat":4753,"ĠSunday":4754,"umber":4755,"Ġhey":4756,"Ġig":4757,"Ġstream":4758,"cast":4759,"hin":4760,"sil":4761,"Ġproduced":4762,"lig":4763,"Ġmanner":4764,"father":4765,"Ġantes":4766,"emp":4767,"Ġactor":4768,"ensive":4769,"hod":4770,"Ġpuppet":4771,"Thomas":4772,"Ġpleasure":4773,"Ġenergy":4774,"via":4775,"Ġjoy":4776,"itely":4777,"Ġmotor":4778,"Ġhid":4779,"Ġmoves":4780,"âĢ":4781,"urse":4782,"ĠPort":4783,"Ġstarting":4784,"lem":4785,"Ġproject":4786,"Ġcompletely":4787,"Ġsurv":4788,"ĠallÃŃ":4789,"Ġcollege":4790,"ró":4791,"Ġsiempre":4792,"Ġdorm":4793,"Ġlower":4794,"Ġtherefore":4795,"Ġhandle":4796,"ators":4797,"Ġlid":4798,"ĠFrom":4799,"jas":4800,"hal":4801,"Ġdangerous":4802,"ĠIts":4803,"Ġ2013":4804,"ems":4805,"vocalizes":4806,"Ġhonest":4807,"Por":4808,"Ġmissed":4809,"oring":4810,"Her":4811,"Ġpersonal":4812,"Ġhigher":4813,"Ġrail":4814,"Ġsurprised":4815,"ĠEarth":4816,"Ġ2012":4817,"inct":4818,"Um":4819,"abel":4820,"ĠCup":4821,"ĠMac":4822,"Ġfalling":4823,"round":4824,"Ġdate":4825,"Ġanywhere":4826,"Ġ0":4827,"arly":4828,"FRI":4829,"ss":4830,"Ġpir":4831,"ĠChina":4832,"Ġscene":4833,"Ġvessel":4834,"heart":4835,"ingu":4836,"ĠFather":4837,"ledge":4838,"boy":4839,"Ġlion":4840,"Ġholid":4841,"iber":4842,"Ġspeaking":4843,"ĠHigh":4844,"Ġexpected":4845,"Ġjug":4846,"Ġarrest":4847,"Ġfruit":4848,"Ġnon":4849,"Ġarticle":4850,"ruction":4851,"Ġnet":4852,"nal":4853,"ails":4854,"Los":4855,"utenant":4856,"Ġ2015":4857,"Ġdinosa":4858,"Ġimpro":4859,"SIB":4860,"History":4861,"Ġtodas":4862,"pir":4863,"Ġempty":4864,"rec":4865,"Ġalgu":4866,"Ġperm":4867,"Ġgoin":4868,"ĠEr":4869,"Ġham":4870,"Ġhadn":4871,"Ġsongs":4872,"Ġunless":4873,"ĠLittle":4874,"AND":4875,"Ġsimply":4876,"Ġdise":4877,"Ġshirt":4878,"picks":4879,"bra":4880,"ours":4881,"Ġthus":4882,"ĠRoy":4883,"Ġmostly":4884,"Ġpossess":4885,"Ġwit":4886,"Ġnote":4887,"Ġtaste":4888,"Ġneedta":4889,"dónde":4890,"Ġbast":4891,"Ġtienes":4892,"Ġroof":4893,"Tr":4894,"Ġbuck":4895,"Our":4896,"Ġstran":4897,"Ġexperience":4898,"puts":4899,"Ġimmediately":4900,"road":4901,"agon":4902,"open":4903,"ĠChin":4904,"Ġpleasant":4905,"Ġtap":4906,"ĠQueen":4907,"Br":4908,"ĠSy":4909,"Ġtanto":4910,"Ġpapá":4911,"Ġpurpose":4912,"onel":4913,"Ġfault":4914,"ĠChe":4915,"Ġtravel":4916,"Ġcabin":4917,"Ġsolo":4918,"Ġamaz":4919,"Ġcelebr":4920,"Ġnecessary":4921,"ĠGl":4922,"aren":4923,"ords":4924,"ĠKingdom":4925,"Miss":4926,"Ġtower":4927,"Ġopport":4928,"porque":4929,"ĠRos":4930,"cos":4931,"Which":4932,"Ġquarter":4933,"ooth":4934,"Ġcontent":4935,"Ġmundo":4936,"Ġellos":4937,"vious":4938,"Ġhacia":4939,"Ġ2008":4940,"mommy":4941,"ĠFin":4942,"ĠCr":4943,"Ġcro":4944,"oto":4945,"gress":4946,"Ġsinger":4947,"Ġprivate":4948,"Ġwake":4949,"ĠChampions":4950,"Ġfaith":4951,"Ġduty":4952,"ĠJwww":4953,"Ġhonor":4954,"gent":4955,"reci":4956,"Ġnotice":4957,"Ġagree":4958,"Ġgroups":4959,"ierra":4960,"Ġpublished":4961,"Ġusual":4962,"Ġterms":4963,"Te":4964,"Ġfallen":4965,"Mrs":4966,"Ġvuel":4967,"Ġpleased":4968,"sm":4969,"usion":4970,"roat":4971,"Ġhistor":4972,"30":4973,"-,":4974,"ggie":4975,"bar":4976,"Ġtwice":4977,"Ġnaughty":4978,"Ġplain":4979,"ĠAir":4980,"brother":4981,"Ġexcited":4982,"Ġremo":4983,"Ġprepar":4984,"Ġsmoke":4985,"takes":4986,"Ġcustom":4987,"Ġareas":4988,"ĠHam":4989,"Ġsnake":4990,"Am":4991,"berry":4992,"ahora":4993,"Ġjourney":4994,"rÃŃa":4995,"ö":4996,"Ġdust":4997,"ĠWhite":4998,"Ġinj":4999,"ences":5000,"Ġedge":5001,"ĠTV":5002,"Ġsettle":5003,"Ġgrown":5004,"nic":5005,"bered":5006,"Ġ2009":5007,"keep":5008,"ker":5009,"Ġcheer":5010,"Ġsmart":5011,"ĠScott":5012,"ashington":5013,"Ġbrie":5014,"ĠMil":5015,"su":5016,"Ġmunicipality":5017,"ĠSim":5018,"Ġoffer":5019,"ively":5020,"Berta":5021,"lend":5022,"zó":5023,"Ġcontain":5024,"ĠCouncil":5025,"enny":5026,"Ġestar":5027,"gypt":5028,"Ġfund":5029,"Ġhurry":5030,"counter":5031,"rain":5032,"ĠMany":5033,"Ġinqu":5034,"ĠMer":5035,"imiento":5036,"Ġadvent":5037,"Ġhy":5038,"Ġheads":5039,"Ġattract":5040,"bol":5041,"Ġ2007":5042,"ishes":5043,"oph":5044,"Ġ50":5045,"eless":5046,"ĠDor":5047,"Ġgrave":5048,"Ġshoe":5049,"----------------":5050,"Ġflower":5051,"Ġlake":5052,"Ġnormal":5053,"Dad":5054,"iction":5055,"istic":5056,"Ġoccur":5057,"Ġbrill":5058,"ĠSaturday":5059,"resp":5060,"hah":5061,"uda":5062,"Ġoccup":5063,"Ġofficers":5064,"Ġlocated":5065,"zy":5066,"Excuse":5067,"Ġlog":5068,"Ġweight":5069,"pared":5070,"Ġstrength":5071,"Ġwed":5072,"ibility":5073,"Ġsugar":5074,"Ġawful":5075,"Ġspec":5076,"Ġassist":5077,"Ġchem":5078,"ii":5079,"aur":5080,"Ġbeach":5081,"Ġinvestig":5082,"Ġevidence":5083,"Ġproduct":5084,"Was":5085,"ko":5086,"Ġpromised":5087,"Ġsupper":5088,"Ġ2006":5089,"Ġscient":5090,"ops":5091,"Ġlights":5092,"Ġopin":5093,"Ġtone":5094,"Ġguns":5095,"Ġearlier":5096,"Tod":5097,"erm":5098,"ĠAfrica":5099,"cel":5100,"Ġindivid":5101,"ĠTex":5102,"atin":5103,"cries":5104,"ossible":5105,"ram":5106,"every":5107,"Ġstruck":5108,"Ġtong":5109,"Ġchoice":5110,"Ġplants":5111,"burg":5112,"Ġopening":5113,"Ġgrowing":5114,"bes":5115,"Ġcensus":5116,"Ġbrave":5117,"ĠItaly":5118,"mond":5119,"Ġordered":5120,"ĠBert":5121,"ĠJos":5122,"istics":5123,"Sp":5124,"ĠRussian":5125,"Ġindic":5126,"fall":5127,"Ġfirm":5128,"UT":5129,"rs":5130,"Ġdirector":5131,"ĠCanada":5132,"ĠItalian":5133,"May":5134,"Ġlibr":5135,"ĠAnn":5136,"Ġliter":5137,"Ġepis":5138,"ĠBunny":5139,"olo":5140,"Ġpreg":5141,"Su":5142,"ointed":5143,"Ġbackground":5144,"looking":5145,"Ġquieres":5146,"Ġjun":5147,"Ġmano":5148,"Ġruns":5149,"iot":5150,"SOA":5151,"Ġswimming":5152,"Ġnoticed":5153,"Ġaun":5154,"Ġstret":5155,"arry":5156,"Nin":5157,"Ġtears":5158,"olution":5159,"vis":5160,"Ġsour":5161,"mend":5162,"using":5163,"Ġrule":5164,"Ġspoken":5165,"Ġbeha":5166,"este":5167,"Ġcarefully":5168,"uando":5169,"ourage":5170,"Ġfounded":5171,"should":5172,"ĠLuc":5173,"vant":5174,"ĠSen":5175,"Ġfellows":5176,"Ġstrugg":5177,"Ġinvolved":5178,"Ġsaved":5179,"Ġcosa":5180,"Ġye":5181,"rig":5182,"Ġflag":5183,"Ġteddy":5184,"ases":5185,"Ġojos":5186,"Ġpound":5187,"Ġ--":5188,"urdie":5189,"Ġplenty":5190,"Ġox":5191,"Ġscream":5192,"lected":5193,"Ġpuerta":5194,"ĠLee":5195,"asÃŃ":5196,"ship":5197,"Ġ)":5198,"Ġcort":5199,"Ġdesper":5200,"gain":5201,"Ġgoodness":5202,"Ġbrush":5203,"Ġgusta":5204,"Ġversion":5205,"ció":5206,"another":5207,"Ġtrick":5208,"Ġcada":5209,"ĠIre":5210,"Ġej":5211,"Ġexpand":5212,"Ġhotel":5213,"ĠNed":5214,"ĠEgypt":5215,"Ġmagic":5216,"entro":5217,"asty":5218,"iana":5219,"ĠIT":5220,"Ġdeck":5221,"Ġevident":5222,"Ġpair":5223,"ĠOld":5224,"Ġfal":5225,"Ġyouth":5226,"ĠDoctor":5227,"make":5228,"urity":5229,"ĠDem":5230,"Ġweak":5231,"Ġshoulder":5232,"Ġtaught":5233,"kins":5234,"Ġlucky":5235,"Ġaver":5236,"ĠWashington":5237,"oted":5238,"Ġlistening":5239,"oms":5240,"Ġchap":5241,"ĠCarol":5242,"Ġrow":5243,"Ġnea":5244,"Bob":5245,"Ġcenter":5246,"iron":5247,"ucky":5248,"Ġelection":5249,"aret":5250,"Never":5251,"whoops":5252,"ĠCharles":5253,"Ġwand":5254,"ulf":5255,"Ġveces":5256,"Ġcorrect":5257,"Ġhast":5258,"izza":5259,"Ġladies":5260,"RYA":5261,"going":5262,"clam":5263,"Ġancient":5264,"itional":5265,"Ġsólo":5266,"Ġmomento":5267,"met":5268,"Ġsmaller":5269,"igs":5270,"Ġnovel":5271,"ĠNet":5272,"Ġflight":5273,"Ġlips":5274,"ĠStreet":5275,"yal":5276,"Ġmatemát":5277,"Ġconoc":5278,"bal":5279,"Ġemer":5280,"ĠAnne":5281,"urt":5282,"ĠHey":5283,"Ġsides":5284,"ĠSarah":5285,"REL":5286,"vere":5287,"Qué":5288,"Ġnest":5289,"Ġtitle":5290,"ĠSch":5291,"wing":5292,"Ġwatches":5293,"Ġbuen":5294,"Ġcommunity":5295,"Ġknife":5296,"Ġmistake":5297,"Ġpil":5298,"Ġappl":5299,"oured":5300,"ify":5301,"Ġfemale":5302,"Ġtie":5303,"ĠStan":5304,"Ġkeeping":5305,"Ġtoda":5306,"cut":5307,"Ġtells":5308,"uf":5309,"entonces":5310,"Ġimagine":5311,"ĠPri":5312,"Ġdouble":5313,"udd":5314,"Ġmas":5315,"Si":5316,"Sha":5317,"vale":5318,"Ġmessage":5319,"uri":5320,"IGH":5321,"ental":5322,"ĠYour":5323,"CAT":5324,"Ġmeal":5325,"CK":5326,"rees":5327,"inger":5328,"Ġremem":5329,"Ġearn":5330,"Man":5331,"ĠMama":5332,"Ġpill":5333,"Ġusted":5334,"olic":5335,"ĠTheir":5336,"iano":5337,"Ġmouse":5338,"Ġmurder":5339,"Ġmicro":5340,"Ġshown":5341,"Pr":5342,"ĠQué":5343,"Ġ190":5344,"Ġchanges":5345,"UNK":5346,"Ġllama":5347,"Ġchoose":5348,"bet":5349,"ĠGold":5350,"ĠJew":5351,"vest":5352,"Ġded":5353,"Ġchoo":5354,"Ġwalks":5355,"riday":5356,"è":5357,"ĠBig":5358,"Ġbless":5359,"ĠSus":5360,"Ġrevol":5361,"SISTER":5362,"eman":5363,"bro":5364,"mine":5365,"Ġacqu":5366,"paper":5367,"isn":5368,"ĠEmp":5369,"Ġnunca":5370,"Ma":5371,"Ġrapid":5372,"ĠSal":5373,"Ġeducation":5374,"Ġbutton":5375,"ency":5376,"Ġstock":5377,"ĠDis":5378,"Ġoil":5379,"iety":5380,"Ġorders":5381,"Ġbrain":5382,"Ġbowl":5383,"ĠâĮĪ":5384,"Ġmovement":5385,"ĠChurch":5386,"Ġpes":5387,"Ġremained":5388,"ET":5389,"blue":5390,"ĠLouis":5391,"ston":5392,"ĠScot":5393,"Des":5394,"ĠRepublic":5395,"âĮī.":5396,"ĠTim":5397,"Ġsteam":5398,"Ġbee":5399,"Ġ()":5400,"Ġelectric":5401,"Ġos":5402,"lyn":5403,"known":5404,"aked":5405,"Ġtrade":5406,"Ġcere":5407,"Ġdoc":5408,"Ġsig":5409,"Ġgrande":5410,"Ġstairs":5411,"Ġgenerally":5412,"Ġbedroom":5413,"Ġgentleman":5414,"respond":5415,"atro":5416,"Ġsurface":5417,"ĠdÃŃas":5418,"Ġideas":5419,"Ġmut":5420,"water":5421,"razil":5422,"JEN":5423,"uan":5424,"itan":5425,"Ġassoci":5426,"ĠMaggie":5427,"ĠAh":5428,"Ġheat":5429,"âĮĬ":5430,"Ste":5431,"Ġ[?":5432,"Ġslide":5433,"Ġgat":5434,"Only":5435,"Ġcalm":5436,"ĠIr":5437,"Ġhizo":5438,"Ġtent":5439,"ĠSpain":5440,"Ġponer":5441,"VAL":5442,"Ġloss":5443,"eph":5444,"west":5445,"Ġsido":5446,"rif":5447,"ari":5448,"Ġinvent":5449,"Ġcloser":5450,"ĠAcad":5451,"ĠOK":5452,"Ġ2000":5453,"Ġprepared":5454,"Ġmanaged":5455,"Ġreaches":5456,"ĠCong":5457,"Ġaged":5458,"SÃŃ":5459,"ittee":5460,"Ġcalls":5461,"ograph":5462,"Ġavail":5463,"Ġcomed":5464,"Ġund":5465,"icho":5466,"âĮĭ.":5467,"bon":5468,"Ġpause":5469,"Ġtar":5470,"ĠTexas":5471,"could":5472,"win":5473,"osta":5474,"Ġquiero":5475,"Ġmadre":5476,"Ġti":5477,"Ġcases":5478,"fit":5479,"esta":5480,"Ġalto":5481,"ATIVE":5482,"ĠTod":5483,"Ġjumped":5484,"ĠWal":5485,"show":5486,"First":5487,"Ġmientras":5488,"Ġaddress":5489,"Ġrocks":5490,"Ġsuggested":5491,"Ġseconds":5492,"Ġtries":5493,"ĠPeople":5494,"Ġharm":5495,"Ġvisto":5496,"Ġrate":5497,"arliam":5498,"Ġprovince":5499,"ĠGreen":5500,"Ġdice":5501,"ĠRichard":5502,"Ġworried":5503,"aled":5504,"ĠON":5505,"ĠPal":5506,"Ġevents":5507,"Ġneither":5508,"Ġfond":5509,"Ġbegins":5510,"Ġgaz":5511,"ĠChild":5512,"Ġperfor":5513,"ĠSummer":5514,"ĠIsland":5515,"ientos":5516,"Ġfixed":5517,"Ġmodel":5518,"Ġtraining":5519,"berg":5520,"think":5521,"ĠOs":5522,"Yo":5523,"Ġkinds":5524,"lam":5525,"ĠArab":5526,"Ġhaber":5527,"ĠPap":5528,"ĠMost":5529,"Ġotros":5530,"Ġped":5531,"Ġsang":5532,"uj":5533,"Ġmud":5534,"Ġconcl":5535,"ching":5536,"ñana":5537,"Ġeld":5538,"ĠSa":5539,"Perhaps":5540,"sing":5541,"Ġremind":5542,"OS":5543,"Ġinterrupt":5544,"Ġtrail":5545,"xim":5546,"onse":5547,"ivo":5548,"Ġdere":5549,"plic":5550,"nam":5551,"pañ":5552,"Ġrange":5553,"Ġteach":5554,"Ġdancing":5555,"Ġpalab":5556,"eron":5557,"arliament":5558,"RELATIVE":5559,"ourt":5560,"Ġcards":5561,"ĠCla":5562,"ques":5563,"Ġleading":5564,"Ġdeveloped":5565,"Ġtiger":5566,"Ġmale":5567,"ĠMid":5568,"ministr":5569,"ĠCa":5570,"ÃŃdo":5571,"Ġdownstairs":5572,"Ġoccasion":5573,"ening":5574,"Ġpool":5575,"ĠChinese":5576,"Ġofficial":5577,"Ġfac":5578,"adie":5579,"Ġtermin":5580,"Ġshouted":5581,"Ġpurple":5582,"ĠBat":5583,"ĠMartin":5584,"ceeded":5585,"ĠBrazil":5586,"itation":5587,"Got":5588,"Ġprevent":5589,"para":5590,"Ġtim":5591,"Ġcin":5592,"Ġexec":5593,"ĠAward":5594,"host":5595,"ordon":5596,"anas":5597,"Ġtelephone":5598,"Ġshowing":5599,"Ġaccording":5600,"Ġbis":5601,"Ġprice":5602,"Ġcousin":5603,"ĠReg":5604,"babbles":5605,"Could":5606,"Ġfourth":5607,"Ġpred":5608,"ĠNat":5609,"Ġuses":5610,"Ġblind":5611,"rat":5612,"Ġcarrying":5613,"Ġimpossible":5614,"ĠAct":5615,"Ġpadre":5616,"éste":5617,"ooting":5618,"eaks":5619,"Ġtongue":5620,"Ġbits":5621,"ĠSanta":5622,"Ġbloody":5623,"cio":5624,"useum":5625,"Ġfaces":5626,"gl":5627,"Ġincluded":5628,"Ġclimb":5629,"Ġmedicine":5630,"Ġú":5631,"Ġdecl":5632,"Ġcred":5633,"ĠSea":5634,"inda":5635,"Ġaunt":5636,"ĠEvery":5637,"Ġstates":5638,"Ġpercent":5639,"oughs":5640,"Ġmagn":5641,"cÃŃa":5642,"Ġhello":5643,"ĠMel":5644,"ĠSwed":5645,"Ġforgotten":5646,"Ġbod":5647,"ache":5648,"Ġships":5649,"Ġmagaz":5650,"uv":5651,"asy":5652,"Ġmetal":5653,"Ġrout":5654,"icy":5655,"ett":5656,"Ġarch":5657,"Ġplans":5658,"Ġdare":5659,"Ġfashion":5660,"Ġgro":5661,"ni":5662,"bajo":5663,"Ġmenos":5664,"Ġcities":5665,"Referen":5666,"nolo":5667,"Ġspeech":5668,"Ġmotion":5669,"Ġopportunity":5670,"Ġfinding":5671,"Ġlugar":5672,"icles":5673,"ĠCam":5674,"Ġ2005":5675,"Ġniña":5676,"Ġpractice":5677,"Ġbother":5678,"Ġrules":5679,"Sir":5680,"Ġlanguages":5681,"Ġrights":5682,"Ġeverywhere":5683,"ccording":5684,"Ġmyster":5685,"Ġfifteen":5686,"ista":5687,"Ġdetect":5688,"ĠDep":5689,"Ġactress":5690,"omen":5691,"Ġabsolutely":5692,"rás":5693,"eteen":5694,"Ġwheels":5695,"bueno":5696,"ĠBa":5697,"ĠCharlie":5698,"Ġcontinu":5699,"arently":5700,"rió":5701,"ĠFrancis":5702,"lear":5703,"ĠGreek":5704,"éis":5705,"cómo":5706,"nce":5707,"orks":5708,"ĠDay":5709,"rag":5710,"Ġloves":5711,"ĠDutch":5712,"Ġmaterial":5713,"Ġdecision":5714,"ahÃŃ":5715,"ighs":5716,"ĠBear":5717,"Ġoffered":5718,"Ġstayed":5719,"Ġsandwich":5720,"Ġing":5721,"Chi":5722,"Ġlan":5723,"Ġsen":5724,"ĠWil":5725,"Ġtext":5726,"actor":5727,"Ġbrothers":5728,"rink":5729,"ĠKore":5730,"Ġscrew":5731,"Ġoblig":5732,"Ġcraw":5733,"Ġmountains":5734,"fish":5735,"ĠOkay":5736,"Ġcentre":5737,"Ġbomb":5738,"sure":5739,"Ġcy":5740,"ĠBerta":5741,"ĠMount":5742,"Ġempe":5743,"tod":5744,"vin":5745,"irgin":5746,"ĠFriday":5747,"Mic":5748,"Ġextreme":5749,"Ġopposite":5750,"Ġcontract":5751,"Ġstruct":5752,"Car":5753,"aft":5754,"uke":5755,"Ġniños":5756,"hum":5757,"Ġcookie":5758,"GR":5759,"Ġ2004":5760,"Ġaffect":5761,"Ġmel":5762,"Ġbatter":5763,"uno":5764,"Ġappearance":5765,"ials":5766,"Ġdrinking":5767,"wa":5768,"Ġstyle":5769,"icked":5770,"Ġknee":5771,"Ġsigu":5772,"arily":5773,"opher":5774,"othy":5775,"Ġquien":5776,"ĠGrandma":5777,"Cos":5778,"Ġneces":5779,"Ġdio":5780,"lly":5781,"Ġsabes":5782,"bres":5783,"Ġsuccessful":5784,"note":5785,"Ġfalls":5786,"Ġbin":5787,"Ġcontinues":5788,"little":5789,"Ġwalls":5790,"Ġkitty":5791,"Jack":5792,"Ġdread":5793,"izing":5794,"Ġaward":5795,"ĠRock":5796,"Ġstands":5797,"Ooh":5798,"à¥":5799,"Ġsmiled":5800,"acias":5801,"ĠDid":5802,"ification":5803,"ipper":5804,"ĠTony":5805,"Ġsaf":5806,"Tom":5807,"aling":5808,"Ġ40":5809,"Ġstudents":5810,"Ġshad":5811,"Ġvolv":5812,"Ġ2001":5813,"tained":5814,"ĠBonnet":5815,"Ġdefend":5816,"viet":5817,"ĠPrince":5818,"itas":5819,"Ġplat":5820,"Ġcondition":5821,"Ġdevelopment":5822,"actually":5823,"Ġquietly":5824,"Ġwond":5825,"Ġmere":5826,"Ġmonster":5827,"law":5828,"Ġstudio":5829,"worth":5830,"Ġshell":5831,"cream":5832,"ĠTwo":5833,"Ġnerv":5834,"Ġdoors":5835,"ĠWind":5836,"Ġunos":5837,"!'":5838,"aya":5839,"ĠDel":5840,"Ġheaven":5841,"Ġourselves":5842,"Ġboats":5843,"Ġcontact":5844,"Ġpants":5845,"onday":5846,"Ġnurse":5847,"hib":5848,"ición":5849,"Ġthroat":5850,"pany":5851,"rad":5852,"urry":5853,"Ġsake":5854,"People":5855,"whe":5856,"Ġcuer":5857,"Ġmarriage":5858,"ellig":5859,"amn":5860,"pill":5861,"Ġcouncil":5862,"Ġneighbor":5863,"Po":5864,"aries":5865,"Ġpoet":5866,"illas":5867,"ele":5868,"Ġboss":5869,"Ġcrime":5870,"Ġpuedo":5871,"Ġthin":5872,"Ġrope":5873,"Ġhighest":5874,"iado":5875,"Ġlap":5876,"ÃŃcul":5877,"ĠKen":5878,"Ġeasier":5879,"dis":5880,"cor":5881,"Ġgor":5882,"Ġcomplet":5883,"alled":5884,"ĠDist":5885,"ĠJesus":5886,"bel":5887,"Ġcontinue":5888,"Ġár":5889,"ounce":5890,"ĠDuring":5891,"Ġsuspect":5892,"Ġshake":5893,"Ġbueno":5894,"Ġnarrow":5895,"Ġvocal":5896,"Ġschools":5897,"iring":5898,"pon":5899,"Ġbike":5900,"anny":5901,"Foot":5902,"Ġ186":5903,"sorry":5904,"iud":5905,"áp":5906,"ĠInternational":5907,"Ġsusp":5908,"ĠSmith":5909,"Ġboo":5910,"Ġhelping":5911,"Ġretired":5912,"semb":5913,"Ġeaten":5914,"Ġtard":5915,"Ġprove":5916,"Ġmarry":5917,"Ġninety":5918,"Ġupset":5919,"Char":5920,"Ġbiggest":5921,"Ġyounger":5922,"Ġwhispered":5923,"Ġ1990":5924,"igr":5925,"Ġobviously":5926,"Ġforced":5927,"bow":5928,"Ġpapers":5929,"atory":5930,"Ġshook":5931,"Ġlado":5932,"Ġfro":5933,"Ġtoast":5934,"ĠLady":5935,"rance":5936,"fortun":5937,"cat":5938,"vey":5939,"Ġflew":5940,"cellent":5941,"Ġlarger":5942,"filler":5943,"Ġamig":5944,"Ġsettled":5945,"mark":5946,"Ġdirectly":5947,"Ġparticularly":5948,"Ġnombre":5949,"Ġstudied":5950,"Ġreck":5951,"Say":5952,"ĠRome":5953,"Ġpasa":5954,"Ġscience":5955,"Ġfrightened":5956,"Ġ189":5957,"Ġsits":5958,"OTHER":5959,"Ġkm":5960,"',":5961,"Cont":5962,"ĠOlympics":5963,"Ġgreatest":5964,"Ġcub":5965,"ĠBeck":5966,"Ġinflu":5967,"Ġmentioned":5968,"Bet":5969,"Ġknowledge":5970,"ĠMont":5971,"Ġeleven":5972,"Ġpit":5973,"stood":5974,"nods":5975,"Ġattend":5976,"ĠST":5977,"Put":5978,"ĠpodÃŃa":5979,"ánt":5980,"Ġcit":5981,"fess":5982,"Ġexplained":5983,"Gu":5984,"from":5985,"Ġcentral":5986,"Ġdecide":5987,"Ġsociety":5988,"idas":5989,"Ġprefer":5990,"Ġreply":5991,"25":5992,"Ġbaj":5993,"plane":5994,"Ġevil":5995,"Ġmail":5996,"abeth":5997,"Ġpossibly":5998,"arÃŃa":5999,"bell":6000,"Ġnomin":6001,"Ġdesk":6002,"fa":6003,"ĠArt":6004,"CE":6005,"Ġplayers":6006,"ĠArmy":6007,"char":6008,"ĠRog":6009,"Ġsomewhat":6010,"ajest":6011,"craft":6012,"Ha":6013,"duced":6014,"Ġtener":6015,"Ġbos":6016,"astern":6017,"ĠGar":6018,"fection":6019,"ĠPlay":6020,"silence":6021,"199":6022,"Ġrisk":6023,"ĠJud":6024,"Ġveget":6025,"Ġtowel":6026,"mi":6027,"otros":6028,"cing":6029,"ĠFlor":6030,"Ġiba":6031,"Ġwilling":6032,"ov":6033,"Ġpic":6034,"apt":6035,"Ġbub":6036,"ĠBessie":6037,"Ġterrit":6038,"Ġsixty":6039,"ĠAnna":6040,"green":6041,"Ġwriter":6042,"Ġanxious":6043,"Ġpages":6044,"arte":6045,"ár":6046,"Ġmedia":6047,"asing":6048,"tles":6049,"Ġwaited":6050,"uhuh":6051,"Ġparticip":6052,"aning":6053,"Ġyell":6054,"Ġrelated":6055,"Ġbeauty":6056,"Ġperforman":6057,"ette":6058,"Che":6059,"Mother":6060,"Ġwine":6061,"ĠBu":6062,"andon":6063,"Ġwindows":6064,"Ġholiday":6065,"Ġpour":6066,"Ġestoy":6067,"Ġpotato":6068,"ulous":6069,"Ġforces":6070,"Ġsignific":6071,"Ġbringing":6072,"Ġcomfortable":6073,"writ":6074,"Ġdepart":6075,"Ġstir":6076,"ĠSun":6077,"ĠRoss":6078,"Ġresearch":6079,"asp":6080,"Ġreve":6081,"uments":6082,"ientes":6083,"Ġkeeps":6084,"Ġavailable":6085,"bir":6086,"Ġinternational":6087,"ironment":6088,"ĠBE":6089,"ntonces":6090,"icia":6091,"ulty":6092,"ĠChan":6093,"ĠSoviet":6094,"Hold":6095,"Ġcircum":6096,"Ġballoon":6097,"Ġrepeated":6098,"happy":6099,"ĠDa":6100,"Ġestaban":6101,"ierto":6102,"ushing":6103,"ĠLin":6104,"Ġfuera":6105,"Ġvio":6106,"Ġbark":6107,"Ġmañana":6108,"Mama":6109,"rael":6110,"Ġballs":6111,"orough":6112,"Ġfairly":6113,"Ġsque":6114,"Ġsoy":6115,"Ġbunny":6116,"Ġshel":6117,"ĠGra":6118,"Ġexcuse":6119,"Ġpowerful":6120,"ÃŃt":6121,"Ġmemory":6122,"cely":6123,"Ġsav":6124,"Ġafterwards":6125,"Ġbare":6126,"Bye":6127,"ñas":6128,"Ġdisease":6129,"Ġsigned":6130,"Ġtun":6131,"icans":6132,"Ġteams":6133,"Ġservices":6134,"Ġsmiling":6135,"Ġestabl":6136,"ĠEmpire":6137,"ĠAcademy":6138,"Ġfoc":6139,"Ġvote":6140,"Keep":6141,"Ġbump":6142,"zar":6143,"Ġzoo":6144,"ĠCanad":6145,"Ġmate":6146,"Ġwaste":6147,"ĠEll":6148,"aws":6149,"Ġjudge":6150,"ware":6151,"Ġclown":6152,"Ġfurn":6153,"OTH":6154,"Ġfan":6155,"cas":6156,"ini":6157,"baj":6158,"Ġhug":6159,"Great":6160,"imp":6161,"Ġperfectly":6162,"eat":6163,"wenty":6164,"while":6165,"really":6166,"Ġshopping":6167,"aign":6168,"Ten":6169,"Ġ188":6170,"Ġsilent":6171,"Ġwise":6172,"isions":6173,"Ġmission":6174,"Ġpregunt":6175,"Ġaño":6176,"year":6177,"Ġtir":6178,"Ġelected":6179,"Ġúlt":6180,"erte":6181,"Ġavo":6182,"Ġsees":6183,"ilos":6184,"Ġnineteen":6185,"?'":6186,"Ġdoin":6187,"ĠOther":6188,"ema":6189,"Ġacuer":6190,"ĠBoy":6191,"pull":6192,"Ġinstr":6193,"Ġpsy":6194,"ruct":6195,"Ġfought":6196,"BR":6197,"place":6198,"Ġdistribut":6199,"Fuck":6200,"Ġdun":6201,"Ġquit":6202,"Ġnursery":6203,"amin":6204,"aterpill":6205,"Ġsafety":6206,"AK":6207,"ĠDemocr":6208,"STE":6209,"ading":6210,"ropical":6211,"Ġproperly":6212,"Ġwedding":6213,"Ġsom":6214,"Ġimm":6215,"Ġstring":6216,"iva":6217,"ĠBarb":6218,"Ġremarked":6219,"Ġol":6220,"Ġstro":6221,"war":6222,"Ġchest":6223,"rial":6224,"Ġ2003":6225,"Wow":6226,"six":6227,"imit":6228,"\"?":6229,"Ġcone":6230,"about":6231,"rado":6232,"ĠRes":6233,"Ġbi":6234,"FAD":6235,"Ġbend":6236,"Ġwhist":6237,"Ġbiscu":6238,"Footnote":6239,"aly":6240,"ré":6241,"Ġreci":6242,"Ġjam":6243,"Ġdesc":6244,"Ġglasses":6245,"ÃŃr":6246,"Ġfence":6247,"Ġpump":6248,"Ġchat":6249,"Ġbutt":6250,"Ġarran":6251,"after":6252,"Ġbathroom":6253,"acters":6254,"ĠFort":6255,"throw":6256,"arme":6257,"Ġtroops":6258,"está":6259,"arlo":6260,"making":6261,"ĠRay":6262,"aria":6263,"Ġnap":6264,"Ġriding":6265,"Ġlawyer":6266,"Ca":6267,"Ġwings":6268,"Ġknowing":6269,"Ġvalue":6270,"Ġnorthern":6271,"fficient":6272,"Ġ1980":6273,"draw":6274,"Ġtheory":6275,"Ġthoughts":6276,"Ġaquel":6277,"Ġtort":6278,"ĠLaura":6279,"ĠAdam":6280,"Ġmanager":6281,"Ġaunque":6282,"Ġcancer":6283,"Ġà¤":6284,"ĠBay":6285,"ockey":6286,"ĠhabÃŃan":6287,"peror":6288,"ĠSuper":6289,"Ġactual":6290,"Ġhurried":6291,"tering":6292,"Ġpainting":6293,"Ġlatter":6294,"Ġchee":6295,"Ġresponse":6296,"Ġenem":6297,"ĠJer":6298,"Ġnative":6299,"ĠPet":6300,"Those":6301,"icago":6302,"Ġfavour":6303,"onia":6304,"Ġrust":6305,"Ġtienen":6306,"ĠRussia":6307,"ological":6308,"Ġcloth":6309,"IV":6310,"[$":6311,"aré":6312,"Ġdebut":6313,"acks":6314,"ĠAtl":6315,"Ġcastle":6316,"Ġhanging":6317,"BC":6318,"Ġetc":6319,"Ġdir":6320,"ential":6321,"Ġveh":6322,"Ġmethod":6323,"Ġalt":6324,"Ġblanket":6325,"Ġobserv":6326,"Ġconstit":6327,"Ġspin":6328,"ĠMax":6329,"Ġequip":6330,"ĠSil":6331,"Ġworst":6332,"Ġaverage":6333,"Ġpeas":6334,"Three":6335,"mined":6336,"Ġdic":6337,"Ġhorn":6338,"zas":6339,"Ġtv":6340,"Ġvale":6341,"Ġshock":6342,"Ġserve":6343,"JES":6344,"had":6345,"ĠWestern":6346,"Ġcoach":6347,"iform":6348,"Ġheav":6349,"Ġremembered":6350,"23":6351,"hab":6352,"ĠMaster":6353,"Ġtypes":6354,"Huh":6355,"kend":6356,"Ġafford":6357,"Ġeffort":6358,"Ġincludes":6359,"Ġeighty":6360,"Ġburst":6361,"Ġgreater":6362,"Ġwave":6363,"Ġ2002":6364,"Cap":6365,"Ġneat":6366,"Ġappreci":6367,"Ġconcerned":6368,"IF":6369,"Ġinno":6370,"Ġhearing":6371,"Ġ2023":6372,"ĠEve":6373,"Ġtroub":6374,"Ġpassing":6375,"ares":6376,"fle":6377,"yellow":6378,"Ġpresence":6379,"Ġthrown":6380,"Ġdefinitely":6381,"Ġsite":6382,"Ġbarn":6383,"cod":6384,"Ġtid":6385,"ĠPen":6386,"Ġdescribed":6387,"Ġsoldier":6388,"Ġpencil":6389,"Ġpushed":6390,"ĠIndians":6391,"ĠAfrican":6392,"Ġwashing":6393,"rick":6394,"Ġhook":6395,"Ġpant":6396,"izabeth":6397,"Ġrank":6398,"Ġdisappeared":6399,"daddy":6400,"Ġfailed":6401,"isher":6402,"Ġeran":6403,"morrow":6404,"Ġartist":6405,"ĠIreland":6406,"Ġfant":6407,"Ġgoal":6408,"icking":6409,"Ġpressure":6410,"Ġacab":6411,"Ġfancy":6412,"Isn":6413,"III":6414,"About":6415,"Ġwha":6416,"pple":6417,"ĠLaw":6418,"try":6419,"Ġgay":6420,"vas":6421,"Ġblo":6422,"Ġfeels":6423,"Ġdicho":6424,"holds":6425,"pare":6426,"Ġpros":6427,"gers":6428,"uns":6429,"Ġreported":6430,"Ġmatters":6431,"ĠRoyal":6432,"Ġpizza":6433,"Ġadop":6434,"Ġopinion":6435,"Ġdom":6436,"umps":6437,"Ġfired":6438,"thur":6439,"mes":6440,"ussy":6441,"Ġrelationship":6442,"Ġproperty":6443,"ĠLake":6444,"Ġrealize":6445,"yup":6446,"Ġterror":6447,"Ġgentlemen":6448,"owing":6449,"ule":6450,"ĠPak":6451,"Ġwished":6452,"Ġforms":6453,"yan":6454,"Ġwan":6455,"chief":6456,"Ġliber":6457,"eping":6458,"otion":6459,"Ġfeelings":6460,"etch":6461,"aine":6462,"Ġcompos":6463,"Ġknocked":6464,"Ġobjects":6465,"ilities":6466,"ography":6467,"ishment":6468,"Ġtransport":6469,"Ġfamiliar":6470,"aring":6471,"Ġknees":6472,"Ġfrequ":6473,"Ġhorrible":6474,"Ġfully":6475,"ĠME":6476,"ĠGO":6477,"Ġhunt":6478,"imate":6479,"ĠVict":6480,"Ġfarmer":6481,"Ġexcit":6482,"Ġrare":6483,"ĠWood":6484,"Sc":6485,"Ġexperien":6486,"Ġciud":6487,"vamos":6488,"Ġdism":6489,"Ġcute":6490,"ĠChief":6491,"Ġintent":6492,"Ġpra":6493,"Ġpositive":6494,"Before":6495,"ĠAlice":6496,"Ġdiam":6497,"Ġrelease":6498,"Ġinn":6499,"Ġfishing":6500,"cuent":6501,"Ġintern":6502,"oye":6503,"Other":6504,"ĠIsrael":6505,"Ġsink":6506,"Ġcats":6507,"\"]":6508,"nothing":6509,"_.":6510,"à®":6511,"Ġabuel":6512,"dog":6513,"Ġparece":6514,"Ġmicrophone":6515,"22":6516,"Ġmummy":6517,"Ġpint":6518,"Ġdrawn":6519,"Act":6520,"ĠKat":6521,"Ġsch":6522,"Ġvest":6523,"Ġprincipal":6524,"cur":6525,"igned":6526,"Ġprevious":6527,"low":6528,"Ġcamb":6529,"ĠIS":6530,"Ġtied":6531,"ĠJones":6532,"Ġdurante":6533,"Ġadvant":6534,"Ġestablished":6535,"ĠCentral":6536,"Ġadmir":6537,"Ġkinda":6538,"mom":6539,"Ġgather":6540,"ĠMexico":6541,"itzer":6542,"Ġdinosaur":6543,"Ġqual":6544,"Ġarrange":6545,"Ġwondering":6546,"Ġcharacters":6547,"sed":6548,"Ġbecoming":6549,"Ġmujer":6550,"Ġshoulders":6551,"ĠHo":6552,"Ġaware":6553,"Ġthroughout":6554,"ouds":6555,"Ġclearly":6556,"Ġsouthern":6557,"ĠVan":6558,"Ġgradu":6559,"Ġvia":6560,"achel":6561,"Ġstaff":6562,"Ġtrabaj":6563,"Ġfamilies":6564,"ĠPurdie":6565,"Ġexpress":6566,"ĠCath":6567,"reedom":6568,"quito":6569,"ĠMore":6570,"IM":6571,"iation":6572,"Ġsymb":6573,"IGHT":6574,"Ġfel":6575,"Ġwa":6576,"Ġweird":6577,"NA":6578,"Ġdozen":6579,"hh":6580,"Ġale":6581,"Ġbeast":6582,"ĠCorn":6583,"ĠEven":6584,"Everything":6585,"Ġdetermined":6586,"ĠRight":6587,"Ġacting":6588,"ĠFlorida":6589,"oug":6590,"Ġdrove":6591,"Ġach":6592,"Ġloose":6593,"cue":6594,"Ġmile":6595,"Ġplanet":6596,"Ġdescend":6597,"Ġésta":6598,"Ġfigures":6599,"Ġtummy":6600,"Ġresist":6601,"Ġsoftly":6602,"Grand":6603,"à°":6604,"Ġboots":6605,"Ġautom":6606,"Ġmort":6607,"ĠChicago":6608,"Ġhaciendo":6609,"Ġsale":6610,"Ġburied":6611,"Ġelement":6612,"ĠAustralian":6613,"ctors":6614,"ĠpaÃŃs":6615,"Lea":6616,"Ġwestern":6617,"ĠMonday":6618,"YOU":6619,"Ġforma":6620,"Ġminister":6621,"Alright":6622,"ĠCollege":6623,"ĠPooh":6624,"Ġaft":6625,"ĠCast":6626,"Ġinit":6627,"Ġinstant":6628,"Ġsposta":6629,"nice":6630,"Ġweekend":6631,"Ġentirely":6632,"Ġbol":6633,"Ġcris":6634,"Ġswing":6635,"Ġdolly":6636,"Ġobserved":6637,"Ġyard":6638,"Ġotherwise":6639,"Ġcooking":6640,"Ġqueen":6641,"Ġtravell":6642,"Ġexpression":6643,"ĠMass":6644,"Ġfriendly":6645,"Ġocean":6646,"Ġsports":6647,"iece":6648,"ĠSecret":6649,"Ġcomment":6650,"Ġmuchos":6651,"din":6652,"Ġcampaign":6653,"ĠThank":6654,"bury":6655,"iden":6656,"Ġepisode":6657,"ĠSol":6658,"Ġends":6659,"ĠBecause":6660,"Ġmagnet":6661,"walk":6662,"whoa":6663,"Since":6664,"Ġtalks":6665,"Ġdying":6666,"Ġrealized":6667,"uckles":6668,"ús":6669,"Ġ31":6670,"Ġjoke":6671,"uras":6672,"Ġwitness":6673,"Ġuniversity":6674,"Ġrings":6675,"amas":6676,"emon":6677,"Ġfart":6678,"Ġcay":6679,"ará":6680,"Ġtouched":6681,"eras":6682,"ĠWH":6683,"Ġthrowing":6684,"Ġmixed":6685,"Ġ1970":6686,"ederal":6687,"pretend":6688,"Ġnuevo":6689,"nan":6690,"Ġfaster":6691,"WE":6692,"Ġreasons":6693,"pret":6694,"Ġproduction":6695,"Ġcuatro":6696,"Ġscreen":6697,"40":6698,"Something":6699,"Ġgente":6700,"ĠMajor":6701,"ĠHa":6702,"ĠPrime":6703,"Ġstones":6704,"Ġcontra":6705,"Ġdamage":6706,"Rem":6707,"Ġmeas":6708,"Ġess":6709,"osen":6710,"ĠDen":6711,"ilet":6712,"ĠTHAT":6713,"Ġbug":6714,"ĠRose":6715,"Ġestás":6716,"Ġgarage":6717,"stances":6718,"zzz":6719,"Ġexerc":6720,"otes":6721,"Ġdemon":6722,"ĠLas":6723,"ĠHaw":6724,"lav":6725,"Ġstom":6726,"aje":6727,"ĠRuth":6728,"ĠMos":6729,"ĠFOR":6730,"Ġpointed":6731,"Ġdegree":6732,"Ġshr":6733,"ĠMatemát":6734,"ĠDO":6735,"Ġopens":6736,"Ġpolicy":6737,"Ġaz":6738,"Ġtractor":6739,"only":6740,"ucha":6741,"Dr":6742,"ST":6743,"Ġkeys":6744,"heast":6745,"ándose":6746,"Ġcommunic":6747,"Ġboxes":6748,"ĠTer":6749,"Ġrang":6750,"Ġrey":6751,"Ġunderstood":6752,"gency":6753,"ĠGordon":6754,"tú":6755,"Ġgift":6756,"Ġpointing":6757,"Amer":6758,"pos":6759,"Ġgiant":6760,"gos":6761,"Ġgathered":6762,"Ġdarkness":6763,"quién":6764,"Ġlies":6765,"ĠAsia":6766,"Ġbrilliant":6767,"Once":6768,"Ġdivided":6769,"Ġ·":6770,"ĠScotland":6771,"Ġrode":6772,"angle":6773,"ĠLatin":6774,"Ġcoche":6775,"ĠVirgin":6776,"Ġrise":6777,"Ġcrown":6778,"Ġeffects":6779,"Ġning":6780,"illed":6781,"iog":6782,"ĠCanadian":6783,"Ġmainly":6784,"Ġsport":6785,"Ġtask":6786,"Ġsoup":6787,"ulations":6788,"Ġleaf":6789,"chair":6790,"playing":6791,"ooper":6792,"ĠJoseph":6793,"Ġforever":6794,"rough":6795,"âĮĪ":6796,"Ġvoices":6797,"Ġdrops":6798,"vy":6799,"Ġ1999":6800,"Ġdamn":6801,"Ġwaves":6802,"ĠVal":6803,"Ġpulling":6804,"Ġmap":6805,"orse":6806,"Ġlevant":6807,"Ġcarriage":6808,"icated":6809,"Ġenvironment":6810,"aterpillar":6811,"sung":6812,"Ġabandon":6813,"oston":6814,"Ġhic":6815,"appy":6816,"ĠMur":6817,"Ġmirror":6818,"Ġclaim":6819,"Ġcrash":6820,"ĠâĢ":6821,"Aye":6822,"Ġcaballo":6823,"Ġwid":6824,"amá":6825,"ĠLook":6826,"Ġbuildings":6827,"Ġactivity":6828,"emplo":6829,"Ġghost":6830,"berries":6831,"Ġforeign":6832,"ĠIrish":6833,"Ġshooting":6834,"ĠPh":6835,"Ġinfluence":6836,"rane":6837,"Ġlands":6838,"Ġpond":6839,"ands":6840,"ĠRec":6841,"Ġaccess":6842,"Ġpulls":6843,"ĠGe":6844,"iance":6845,"Ġwore":6846,"talk":6847,"estival":6848,"atsy":6849,"Ġcamino":6850,"Ġdestroyed":6851,"Ġben":6852,"argo":6853,"Ġsecurity":6854,"Ġseparate":6855,"whispers":6856,"Ġfier":6857,"Ġtransl":6858,"Ġperformed":6859,"Ġbunch":6860,"uso":6861,"udo":6862,"Ġstaying":6863,"Ġlat":6864,"Ġplastic":6865,"Ġcruel":6866,"Ġdata":6867,"Ġstranger":6868,"Ġ187":6869,"Ġmagazine":6870,"añ":6871,"Ġperd":6872,"Ġadministr":6873,"Ġreceive":6874,"21":6875,"Ġproduce":6876,"Ġrecom":6877,"ĠGet":6878,"[.":6879,"Ġ1960":6880,"ĠSing":6881,"umn":6882,"pot":6883,"igan":6884,"Ġtrains":6885,"Ġalguna":6886,"Ġactive":6887,"Ġchampions":6888,"Ġcurrently":6889,"Ġfeatures":6890,"Cha":6891,"Ġlink":6892,"Ġaside":6893,"Ġadvice":6894,"Ġfold":6895,"ĠLab":6896,"nology":6897,"ĠProv":6898,"aming":6899,"Ġhijo":6900,"iliz":6901,"Ġrecorded":6902,"iggles":6903,"Ġfolks":6904,"aval":6905,"Ġcompanion":6906,"Ġcitiz":6907,"WH":6908,"Ġmedio":6909,"sters":6910,"arts":6911,"weet":6912,"Ġsymp":6913,"Ġnewspaper":6914,"ĠEleanor":6915,"lets":6916,"ĠMike":6917,"Ġsignal":6918,"Ġdu":6919,"eding":6920,"...\"":6921,"Ġsocks":6922,"Ġdistur":6923,"Ġpaying":6924,"Ġslept":6925,"hang":6926,"Ġdesire":6927,"VER":6928,"Ġtoes":6929,"ĠWhile":6930,"Ġexcitement":6931,"uries":6932,"ĠAmericans":6933,"Ġgan":6934,"ĠTy":6935,"Ġhidden":6936,"Ġcups":6937,"ĠPrin":6938,"ĠBang":6939,"Ġjugar":6940,"ĠLie":6941,"aboo":6942,"rang":6943,"Ġcommun":6944,"Ġcheap":6945,"Ġyards":6946,"stein":6947,"ĠSee":6948,"Ġmedical":6949,"Ġfairy":6950,"24":6951,"IL":6952,"Ġindividual":6953,"Art":6954,"Ġpier":6955,"care":6956,"Ġsword":6957,"ĠBritain":6958,"Ġnadie":6959,"inal":6960,"Ġinvol":6961,"Ġslightly":6962,"uls":6963,"Ġowned":6964,"Ġissue":6965,"Ed":6966,"ĠGran":6967,"tes":6968,"Ġkilling":6969,"Ġpartner":6970,"Ġmusical":6971,"ĠBest":6972,"Ġcontest":6973,"Eleanor":6974,"ategory":6975,"ENT":6976,"Ġmeasure":6977,"pering":6978,"centr":6979,"ĠDistrict":6980,"orte":6981,"Ġproved":6982,"Ġdish":6983,"choo":6984,"ROZ":6985,"ĠGovernor":6986,"ĠDar":6987,"Ġuseful":6988,"Ġvoz":6989,"Ġpsych":6990,"Ġwrest":6991,"Ġmatches":6992,"Ġrestaur":6993,"Ġcreate":6994,"Ġmuchas":6995,"ĠCont":6996,"Ġsho":6997,"Ġeres":6998,"Ġalien":6999,"ĠSi":7000,"Ġprogress":7001,"Ġrecently":7002,"Ġchim":7003,"ĠBart":7004,"contin":7005,"Ġcourage":7006,"Ġpow":7007,"Ġladder":7008,"Ġcopy":7009,"ĠPakistan":7010,"Ġpoo":7011,"ĠMet":7012,"ilo":7013,"Ġpueden":7014,"Ġsore":7015,"Ġlone":7016,"Ġnation":7017,"Ġcompanies":7018,"ishop":7019,"Ġculture":7020,"Early":7021,"Ġnuc":7022,"Ġcreo":7023,"Ġcuenta":7024,"ĠTra":7025,"gend":7026,"Ġowner":7027,"Ġwooden":7028,"Ġstubs":7029,"unas":7030,"Ġhablar":7031,"Ġmamma":7032,"Ġcrayons":7033,"ĠAngeles":7034,"Ġlocked":7035,"Ġwondered":7036,"Ġgri":7037,"imientos":7038,"eral":7039,"Ġrot":7040,"Ġamigo":7041,"ĠSyl":7042,"Ġpurs":7043,"Ġspecific":7044,"bird":7045,"Ġapparently":7046,"quar":7047,"vocalize":7048,"rific":7049,"ĠFar":7050,"remember":7051,"avÃŃa":7052,"Ġremoved":7053,"Ġbeb":7054,"kiss":7055,"Ġestos":7056,"Ġcarr":7057,"Ġsurely":7058,"umper":7059,"kee":7060,"Ġlaws":7061,"Ġinterview":7062,"Ġreckon":7063,"pera":7064,"Ġtotally":7065,"Ġbodies":7066,"Most":7067,"cow":7068,"were":7069,"Ġholes":7070,"Ġfeather":7071,"nope":7072,"neath":7073,"ĠIntern":7074,"Ap":7075,"Ġgently":7076,"aca":7077,"ĠâĮĬ":7078,"verse":7079,"Ġperformance":7080,"Ġformula":7081,"Ġstreets":7082,"Ġbajo":7083,"Ġcasi":7084,"ä":7085,"Ġbecomes":7086,"Ġamazing":7087,"voc":7088,"Ġsor":7089,"ĠRom":7090,"Ġdecor":7091,"Ġcutting":7092,"ĠJean":7093,"GH":7094,"Ġstops":7095,"Ġlistened":7096,"Ġshame":7097,"gging":7098,"Ġcolour":7099,"ae":7100,"Ġreview":7101,"Ġscore":7102,"Ġstatistics":7103,"Ġlifted":7104,"Ġgir":7105,"Ġspite":7106,"Ġphilos":7107,"itzerland":7108,"Ġcama":7109,"Ġjumping":7110,"idades":7111,"ĠCourt":7112,"Ġciudad":7113,"Ġsino":7114,"Ġjoven":7115,"fire":7116,"Ġtras":7117,"Ġupper":7118,"Ġcloud":7119,"Ġ1996":7120,"Ġstepped":7121,"wan":7122,"Ġcraft":7123,"Ġinha":7124,"Ġgray":7125,"erves":7126,"Ġairplane":7127,"Ġcurious":7128,"Ġconce":7129,"istry":7130,"Ġfields":7131,"Ġodd":7132,"Ġbranch":7133,"Fraser":7134,"esides":7135,"Ġintrodu":7136,"Ġindependent":7137,"Ġborder":7138,"Ġhelps":7139,"untos":7140,"ym":7141,"Ġweapons":7142,"aa":7143,"Ġdrama":7144,"Ġequal":7145,"Ġrequest":7146,"aves":7147,"fessor":7148,"ĠBaby":7149,"ĠDiv":7150,"Ġprisoners":7151,"umin":7152,"ĠPop":7153,"Ġreligious":7154,"Ġcri":7155,"lot":7156,"ĠBea":7157,"ELL":7158,"Ġestud":7159,"Ġrecon":7160,"Ġ1992":7161,"Christ":7162,"Ġpale":7163,"Ġcreature":7164,"Ġreligion":7165,"Ġ1998":7166,"Bu":7167,"New":7168,"Ġlord":7169,"Ġclouds":7170,"Ġenjoyed":7171,"Ġtreasure":7172,"Ġburning":7173,"cons":7174,"ĠHill":7175,"Ġbitch":7176,"Ġstrike":7177,"Ġindustry":7178,"Ġwounded":7179,"enth":7180,"ĠJeff":7181,"Ġlack":7182,"ĠHon":7183,"umed":7184,"ĠFox":7185,"Didn":7186,"Ġsisters":7187,"tin":7188,"BROTHER":7189,"Care":7190,"li":7191,"Ġtough":7192,"ĠSpe":7193,"ĠJimmie":7194,"long":7195,"Ġintroduced":7196,"hess":7197,"uesday":7198,"Ġjigs":7199,"Ġleaders":7200,"During":7201,"Ġtender":7202,"Nice":7203,"Ġconfess":7204,"Ġcot":7205,"ĠFa":7206,"ansas":7207,"untary":7208,"Ġmanos":7209,"Ġsorts":7210,"Ġexecut":7211,"Ġnervous":7212,"Ġprotest":7213,"ented":7214,"ĠSwitzerland":7215,"60":7216,"ali":7217,"Ġtowns":7218,"ĠMars":7219,"urance":7220,"Ġcontr":7221,"ĠmÃŃo":7222,"gly":7223,"bbed":7224,"Ġfrogs":7225,"Je":7226,"ĠHi":7227,"ĠKe":7228,"Ġgolden":7229,"Ġrapidly":7230,"oster":7231,"Ġgain":7232,"Ġheight":7233,"ĠDios":7234,"Ġlearning":7235,"Sam":7236,"Ġpicking":7237,"Ġclosely":7238,"Ġcandid":7239,"Ġrear":7240,"ĠEdward":7241,"Ġsection":7242,"stra":7243,"Ġfueron":7244,"yay":7245,"Ġinvited":7246,"Ġbranches":7247,"Ġtarget":7248,"ĠHind":7249,"ĠPac":7250,"ĠBoston":7251,"itect":7252,"Ġdifficulty":7253,"como":7254,"Ġhunting":7255,"adores":7256,"toma":7257,"ĠRoger":7258,"Ġfox":7259,"Ġreplaced":7260,"Ġresponsible":7261,"ĠOt":7262,"Ġrug":7263,"Ġdreams":7264,"While":7265,"Ġstudent":7266,"Ġlanded":7267,"Ġtin":7268,"Ġrequired":7269,"Ġresults":7270,"Ġlit":7271,"Ġgreatly":7272,"Ġhandsome":7273,"ipping":7274,"Ġseñora":7275,"Ġpuppy":7276,"Ġjail":7277,"Ġax":7278,"Ġoriginally":7279,"IA":7280,"Ġtrunk":7281,"Ġtraffic":7282,"Ġ1995":7283,"ĠNight":7284,"Ġcritic":7285,"too":7286,"Ġgoat":7287,"ili":7288,"ĠDorothy":7289,"Ġcookies":7290,"ader":7291,"Ġalarm":7292,"Ġtrial":7293,"ĠChampionship":7294,"erk":7295,"ĠSqu":7296,"OM":7297,"Ġquiere":7298,"Ġmant":7299,"DE":7300,"icing":7301,"Ġestado":7302,"Ġtoilet":7303,"Ġexcellent":7304,"Ġhorsie":7305,"ĠCamp":7306,"itcher":7307,"ĠPot":7308,"Ġscarcely":7309,"Has":7310,"Ġhills":7311,"Ġense":7312,"Carl":7313,"Ġ����":7314,"ĠSince":7315,"ĠFil":7316,"Ġdife":7317,"Ġbeneath":7318,"ĠRev":7319,"Ġprint":7320,"uvo":7321,"reck":7322,"Ġadvantage":7323,"Ġ(;":7324,"Ġnoble":7325,"Ġbuena":7326,"azón":7327,"Ġchairs":7328,"engers":7329,"Ġrush":7330,"org":7331,"Ġbreaking":7332,"ĠHot":7333,"Ġsweetheart":7334,"Ġfolk":7335,"Ġhesit":7336,"ilty":7337,"Ġcredit":7338,"Ġqueer":7339,"Ġcolon":7340,"à³":7341,"Ġvig":7342,"Ġblame":7343,"ursday":7344,"Ġbesides":7345,"Ġayud":7346,"ĠLes":7347,"Ġunus":7348,"Ġuniform":7349,"Ġbrief":7350,"Ġaquella":7351,"mouth":7352,"Ġguitar":7353,"Ġdump":7354,"Ġtarde":7355,"nament":7356,"Ġhombres":7357,"ĠAssoci":7358,"ĠOx":7359,"Ġexchan":7360,"Ġsystems":7361,"Ġcontribut":7362,"Ġraz":7363,"°":7364,"Ġperman":7365,"Ġadmit":7366,"Ġneighbour":7367,"Help":7368,"Ġtreated":7369,"Ġevidently":7370,"ént":7371,"Ġnut":7372,"Ġrooms":7373,"Ġ1994":7374,"ĠCongress":7375,"Ġdentro":7376,"icole":7377,"Ġbags":7378,"Ġnosotros":7379,"27":7380,"ushes":7381,"Ġrev":7382,"ousers":7383,"Ġvictory":7384,"Ġhabl":7385,"Ben":7386,"ĠRam":7387,"Ġglance":7388,"Ġincident":7389,"Ġnormally":7390,"keys":7391,"ĠCatholic":7392,"Ġbord":7393,"ĠZeal":7394,"unning":7395,"odes":7396,"Ġagre":7397,"Ġsupply":7398,"Ġcompeted":7399,"umble":7400,"ivity":7401,"bey":7402,"Ġigual":7403,"jar":7404,"ĠElizabeth":7405,"turns":7406,"Ġremains":7407,"Ġchannel":7408,"Ġtear":7409,"Ġintellig":7410,"Ġpalace":7411,"Ġwra":7412,"Ġsplend":7413,"Ġaccepted":7414,"LAU":7415,"jet":7416,"Ġelev":7417,"Ġnearer":7418,"bot":7419,"Ġhyd":7420,"ĠPost":7421,"ĠStar":7422,"AB":7423,"ĠTed":7424,"ĠPan":7425,"Ġfo":7426,"Ġengaged":7427,"rier":7428,"orence":7429,"ĠHal":7430,"Ġawake":7431,"Ġwow":7432,"Ġconcentr":7433,"hus":7434,"Ġprize":7435,"Ġcaptured":7436,"Ġwipe":7437,"itud":7438,"Ġwashed":7439,"ami":7440,"inson":7441,"pointing":7442,"Ġplanning":7443,"ĠXX":7444,"ability":7445,"arring":7446,"Ġtyp":7447,"Ġhubiera":7448,"Ġtierra":7449,"],":7450,"ĠMajest":7451,"Ġdelic":7452,"Ġsets":7453,"ĠArthur":7454,"Ġsuffe":7455,"Ġrecognized":7456,"ĠPortug":7457,"alla":7458,"Ġlosing":7459,"Ġhomes":7460,"Ġdim":7461,"Ġdoggie":7462,"Ġrecording":7463,"âĢķ":7464,"ĠZealand":7465,"Ġcommer":7466,"ĠNick":7467,"ube":7468,"Ġpresently":7469,"Ġrushed":7470,"ĠSoci":7471,"Ġsource":7472,"Ġstomach":7473,"Ġtrat":7474,"Ġmercha":7475,"Ġgrant":7476,"ahhah":7477,"Ġeats":7478,"Ġcouch":7479,"ĠBro":7480,"Ġraise":7481,"Ġinse":7482,"Ġelimin":7483,"Ġprovided":7484,"Ġfaint":7485,"stone":7486,"ĠPers":7487,"Ġ1997":7488,"Ġsomehow":7489,"Ġairport":7490,"Ġborrow":7491,"Ġdrug":7492,"Ġexperiment":7493,"Ġtooth":7494,"icted":7495,"Ġstructure":7496,"Ġexciting":7497,"Ġpurse":7498,"ĠCons":7499,"iverse":7500,"Ġsticks":7501,"ĠGovernment":7502,"cup":7503,"ĠquerÃŃa":7504,"Referencias":7505,"Ġbones":7506,"él":7507,"undo":7508,"itz":7509,"Ġcru":7510,"Ġdeliver":7511,"ĠBefore":7512,"ĠJimmy":7513,"Ġaer":7514,"Ġbricks":7515,"Ġrecorder":7516,"ĠBell":7517,"Ġsigns":7518,"Ġlegal":7519,"opl":7520,"Ġrefused":7521,"Ġjobs":7522,".)":7523,"inas":7524,"riendo":7525,"Ġordinary":7526,"ĠAlexander":7527,"umm":7528,"peech":7529,"28":7530,"Father":7531,"quier":7532,"Over":7533,"Ġsaus":7534,"Ġcash":7535,"Ġestas":7536,"nesday":7537,"Fine":7538,"ĠJerry":7539,"Ser":7540,"Ġseventy":7541,"non":7542,"Ġrod":7543,"Ġthousands":7544,"Ġteaching":7545,"Ġshower":7546,"198":7547,"Ġtemperature":7548,"Ya":7549,"kel":7550,"Ġdeer":7551,"Ġattacked":7552,"Ġcord":7553,"Ġgrandes":7554,"cles":7555,"Ġbuscar":7556,"Ġmiser":7557,"Ġdrunk":7558,"Ġlamb":7559,"Ġfortune":7560,"Ġgang":7561,"ĠParliament":7562,"ĠFore":7563,"Ġchosen":7564,"Ġslipped":7565,"Ġmont":7566,"ancia":7567,"Ġsympat":7568,"Ġsmooth":7569,"Ġwire":7570,"acle":7571,"ĠChris":7572,"ĠAndy":7573,"Ġlod":7574,"Ġenorm":7575,"Ġcompetition":7576,"Ġconditions":7577,"ANT":7578,"Ġprincess":7579,"Ġours":7580,"Ġdivor":7581,"Ġentertain":7582,"Ġmol":7583,"Ġappointed":7584,"Ġpony":7585,"Ġarrow":7586,"Ġpapa":7587,"Ġpoder":7588,"ĠSteven":7589,"Ġduh":7590,"Ġclient":7591,"Ġfifth":7592,"Ġx":7593,"hot":7594,"Ġdesigned":7595,"toys":7596,"iese":7597,"Ġsevere":7598,"Ġvir":7599,"ception":7600,"EW":7601,"lers":7602,"Ġbid":7603,"oli":7604,"Ġsmo":7605,"Ġprovide":7606,"26":7607,"Ġpure":7608,"ĠInstit":7609,"Ġhath":7610,"cr":7611,"Ġincreased":7612,"ties":7613,"Ġcock":7614,"Ġpronto":7615,"Ġcoal":7616,"gi":7617,"idado":7618,"Ġpuso":7619,"ĠRod":7620,"Ġcoc":7621,"Ġapartment":7622,"Ġbears":7623,"Ġbreast":7624,"ĠPolly":7625,"Ġbadly":7626,"Ġotras":7627,"Ġdocument":7628,"EE":7629,"Ġrelief":7630,"Ġwolf":7631,"oro":7632,"Ġráp":7633,"Ġpattern":7634,"ĠClub":7635,"ĠJulia":7636,"ĠâĢ¢":7637,"ĠCH":7638,"ĠServ":7639,"Ġrepro":7640,"ĠFire":7641,"ĠKim":7642,"Ġsplit":7643,"Ġlibrary":7644,"Ġintended":7645,"Ġbutterfly":7646,"Ġmechan":7647,"Ġcounter":7648,"Ġaddition":7649,"haha":7650,"acio":7651,"Ġappears":7652,"Ġlorry":7653,"Ġrising":7654,"uded":7655,"Ġwinning":7656,"Ġlonely":7657,"riff":7658,"igator":7659,"Ġdestroy":7660,"Las":7661,"Ġnú":7662,"Ġpile":7663,"Ġpuesto":7664,"Ġrolling":7665,"Ġmurm":7666,"Ġinhabit":7667,"Ġfunction":7668,"OD":7669,"coughs":7670,"Ġpiano":7671,"Ġ1991":7672,"Ġbone":7673,"ĠWed":7674,"Ġunderneath":7675,"Ġtus":7676,"Ġgained":7677,"Ġquality":7678,"geant":7679,"Ġbrings":7680,"Ġdivision":7681,"Ġfoll":7682,"Ġprimera":7683,"ĠNob":7684,"Ġrent":7685,"Ġdrown":7686,"Ġwaters":7687,"Ġarg":7688,"Ġeventually":7689,"das":7690,"Ġlic":7691,"Ġaspect":7692,"Ġdunno":7693,"KAR":7694,"zing":7695,"lle":7696,"new":7697,"Ġhammer":7698,"Ġstandard":7699,"iso":7700,"ielo":7701,"Ġdolls":7702,"ĠChair":7703,"Anyway":7704,"Ġpity":7705,"Ġspare":7706,"Ġreact":7707,"anco":7708,"aving":7709,"enger":7710,"Ġconven":7711,"ĠWomen":7712,"UST":7713,"ĠSom":7714,"Ġign":7715,"ĠRon":7716,"Ġicecream":7717,"rá":7718,"Ġrejo":7719,"ĠBrad":7720,"Ġplanned":7721,"Ġpoison":7722,"iraffe":7723,"Ġjacket":7724,"Ġpropos":7725,"ĠHave":7726,"dri":7727,"ĠSaint":7728,"ĠLike":7729,"Ġchanging":7730,"Ġhistoria":7731,"Ġaid":7732,"Ġnegro":7733,"Ġpicnic":7734,"Ġcircumstances":7735,"lax":7736,"Ġprisoner":7737,"entes":7738,"ĠSin":7739,"sell":7740,"Ġdemanded":7741,"ĠYoung":7742,"Ġhearts":7743,"ELA":7744,"icken":7745,"Ġmerry":7746,"bin":7747,"ĠGames":7748,"Ġparties":7749,"mpion":7750,"coming":7751,"omy":7752,"Ġcomen":7753,"Ġdisplay":7754,"Ġchallen":7755,"Ġpresents":7756,"ĠAf":7757,"Ġmatemáticas":7758,"Ġgrie":7759,"Ġanno":7760,"chester":7761,"Ġ60":7762,"Nobody":7763,"Ġmighty":7764,"Ġavoid":7765,"something":7766,"ét":7767,"Ġoldest":7768,"Ġlads":7769,"Ġwoke":7770,"Ġanimales":7771,"Ġgreet":7772,"Ġknight":7773,"Ġsuelo":7774,"Ġdelay":7775,"Ġbelief":7776,"Ġpilot":7777,"Ġdomin":7778,"ĠGil":7779,"Ġcalcul":7780,"ĠAllah":7781,"Ġincrease":7782,"Ġcows":7783,"ĠhacÃŃa":7784,"Ġbaseball":7785,"Ġcandy":7786,"ñor":7787,"Ġrolled":7788,"eze":7789,"ani":7790,"ĠAustria":7791,"Ġamigos":7792,"35":7793,"ĠConf":7794,"Ġjigsaw":7795,"onio":7796,"ĠBas":7797,"Ġchain":7798,"COL":7799,"sighs":7800,"push":7801,"again":7802,"ĠArch":7803,"amiento":7804,"ĠTommy":7805,"ITH":7806,"GA":7807,"acional":7808,"ointment":7809,"Many":7810,"erg":7811,"urr":7812,"ĠNorthern":7813,"inos":7814,"Ġliqu":7815,"Ġcrossed":7816,"Mark":7817,"thew":7818,"help":7819,"mod":7820,"Ġpipe":7821,"iser":7822,"ulated":7823,"Ġmistress":7824,"bie":7825,"Ġnotes":7826,"Ġfarther":7827,"Ġinten":7828,"Think":7829,"Ġpuedes":7830,"More":7831,"gery":7832,"shine":7833,"first":7834,"emás":7835,"Ġdishes":7836,"add":7837,"Ġgrandmother":7838,"Ġexplos":7839,"Ġpersonas":7840,"ĠHarr":7841,"Ġhoping":7842,"Ġdormir":7843,"Ġexpensive":7844,"Ġhoped":7845,"sembly":7846,"David":7847,"Make":7848,"rente":7849,"Ġhumans":7850,"Ġescaped":7851,"Ġcave":7852,"ĠBern":7853,"Sometimes":7854,"gust":7855,"Ġkil":7856,"ĠCy":7857,"Ġguilty":7858,"Ġpasó":7859,"Ġembargo":7860,"uster":7861,"Ġkidding":7862,"GER":7863,"icket":7864,"cion":7865,"Ġpaj":7866,"Ġcompanions":7867,"Ġoccurred":7868,"ĠBird":7869,"Ġscri":7870,"Ġadvance":7871,"Ġweapon":7872,"ée":7873,"Ġrecords":7874,"Ġapproach":7875,"Ġthorough":7876,"Ġtrousers":7877,"Ġgrandfather":7878,"29":7879,"Ġregret":7880,"athan":7881,"45":7882,"Ġconnected":7883,"Ġadventure":7884,"Ġsed":7885,"arle":7886,"Ġislands":7887,"Ġslave":7888,"Ġtale":7889,"Ġpitcher":7890,"Ġsexual":7891,"KF":7892,"Ġhighly":7893,"ELS":7894,"Ġplatform":7895,"ĠSO":7896,"onde":7897,"Ġsuppl":7898,"eight":7899,"anut":7900,"claro":7901,"American":7902,"Ġcrimin":7903,"ootball":7904,"Ġprofessor":7905,"alds":7906,"ĠBook":7907,"Ġseriously":7908,"IK":7909,"Ġtrabajo":7910,"Ġhurts":7911,"Ge":7912,"Ġwealth":7913,"ĠGeorg":7914,"Ġhabr":7915,"Ġdese":7916,"197":7917,"Ġgrab":7918,"Ġtransfer":7919,"Shut":7920,"Ġcomedy":7921,"lim":7922,"ĠLand":7923,"ĠNether":7924,"Ġyyy":7925,"rank":7926,"ekaboo":7927,"Ġconsequ":7928,"Ġclimbed":7929,"bid":7930,"Ġhora":7931,"irrel":7932,"cribed":7933,"June":7934,"umes":7935,"Ġnumer":7936,"Ġ1988":7937,"arian":7938,"Ġdoggy":7939,"umbled":7940,"inky":7941,"pass":7942,"Ġbeer":7943,"Another":7944,"Ġsons":7945,"Ġtorn":7946,"----\"":7947,"Ġwagon":7948,"Ġante":7949,"ĠPre":7950,"ĠJon":7951,"ĠOnly":7952,"Ġauthority":7953,"ĠDisney":7954,"iga":7955,"emic":7956,"Ġpassage":7957,"Ġhue":7958,"rell":7959,"ĠHA":7960,"Ġmoments":7961,"ĠGree":7962,"Ġdawn":7963,"door":7964,"Ġguest":7965,"Ġ1993":7966,"Ġelectr":7967,"ĠBud":7968,"Ġextremely":7969,"enes":7970,"Ġeastern":7971,"Ġeagerly":7972,"Ġearnest":7973,"usa":7974,"allas":7975,"ĠOri":7976,"Out":7977,"uto":7978,"Ġje":7979,"iénd":7980,"Ġanti":7981,"ajo":7982,"yard":7983,"ĠHE":7984,"Ġinstru":7985,"ĠSpr":7986,"Ġroyal":7987,"ension":7988,"ĠAlf":7989,"hia":7990,"Ġgrace":7991,"Ġspect":7992,"Ġsentence":7993,"Ġsatisfied":7994,"Ġselected":7995,"ailed":7996,"pop":7997,"Ġwound":7998,"KAT":7999,"itán":8000,"Ġugly":8001,"ĠAT":8002,"Ġexact":8003,"ĠPa":8004,"Ġload":8005,"Ġentrance":8006,"itó":8007,"ismo":8008,"Ġfinds":8009,"Ġdiscover":8010,"Leave":8011,"ĠTor":8012,"opter":8013,"Ġlessons":8014,"Ġshadow":8015,"Ġash":8016,"ÃŃamos":8017,"Ġod":8018,"irteen":8019,"ĠLi":8020,"Ġcorazón":8021,"Ġdrag":8022,"Ġtub":8023,"Ġpá":8024,"iture":8025,"Ġtoss":8026,"Ġkingdom":8027,"uma":8028,"ĠUN":8029,"gues":8030,"Ġbond":8031,"umph":8032,"Ġkissed":8033,"Ġmos":8034,"Ġstack":8035,"elcome":8036,"Ġpequeño":8037,"Ġmesa":8038,"Ġtreatment":8039,"Ġleague":8040,"Ġsetting":8041,"37":8042,"Ġsweetie":8043,"omer":8044,"Ġbay":8045,"uman":8046,"hew":8047,"Ġcells":8048,"Ġyum":8049,"ĠSur":8050,"Ġshed":8051,"Ġcomr":8052,"Ġmarks":8053,"Ġsuffered":8054,"dat":8055,"Ġpobre":8056,"onsense":8057,"giggles":8058,"boo":8059,"Ġbelongs":8060,"atre":8061,"amps":8062,"Ġceased":8063,"Ġrecommend":8064,"amma":8065,"Ġsequ":8066,"Stay":8067,"Ġclimate":8068,"rich":8069,"Ġpitch":8070,"ĠFr":8071,"Ġprimero":8072,"Cause":8073,"py":8074,"Ġmama":8075,"Ġdrugs":8076,"Ġcurtain":8077,"Ġelder":8078,"eable":8079,"Ġsoap":8080,"Ġamor":8081,"Ġthrows":8082,"ĠSon":8083,"Ġaltern":8084,"mma":8085,"nda":8086,"Ġflash":8087,"Ġconfl":8088,"Ġroles":8089,"atively":8090,"Ġvictim":8091,"Ġcomplex":8092,"ĠBrian":8093,"avis":8094,"Ġcode":8095,"Ġenemies":8096,"Entonces":8097,"Ġseated":8098,"Ġcaterpillar":8099,"ĠCompany":8100,"Ġimprove":8101,"Ġuseta":8102,"rolled":8103,"Ġchop":8104,"Ġbanana":8105,"Ġconduct":8106,"Ġhoy":8107,"ĠPeggy":8108,"ĠSweden":8109,"pat":8110,"ĠBra":8111,"Ġcollection":8112,"JO":8113,"ĠTown":8114,"Ġtruly":8115,"Ġsalv":8116,"Ġcrocod":8117,"ĠWay":8118,"Ġcommander":8119,"ĠNetherlands":8120,"Ġpies":8121,"ĠAwards":8122,"Ġsufficient":8123,"Ġmarked":8124,"ĠThree":8125,"Ġlesson":8126,"Ġforgive":8127,"Ġguide":8128,"ĠMarg":8129,"ĠDemocratic":8130,"lfriend":8131,"Ġsubs":8132,"cest":8133,"Ġjue":8134,"ĠAssociation":8135,"Ell":8136,"Ġvolver":8137,"Ġdiss":8138,"ĠIII":8139,"Ġmanera":8140,"iffe":8141,"ĠWater":8142,"adesh":8143,"Ġmole":8144,"shouts":8145,"Ġgrandma":8146,"anqu":8147,"Ġgovernor":8148,"Ġwarning":8149,"Ġ1989":8150,"Ġcuento":8151,"isl":8152,"Ġoven":8153,"aned":8154,"ĠVer":8155,"Ġaston":8156,"Que":8157,"olk":8158,"ĠDE":8159,"ĠStone":8160,"Ġbosque":8161,"Ġrecent":8162,"Cuando":8163,"ILL":8164,"Ġunas":8165,"Ġspider":8166,"Ġgrin":8167,"Ġchips":8168,"ĠGirl":8169,"ĠRoad":8170,"Ġbucket":8171,"Ġgrate":8172,"writer":8173,"Ġ1950":8174,"ĠFlorence":8175,"hay":8176,"alle":8177,"Ġinhabitants":8178,"\").":8179,"Hmm":8180,"remos":8181,"ĠMen":8182,"ourse":8183,"Ġsolid":8184,"Ġcig":8185,"Ġproceed":8186,"Ġbul":8187,"hmm":8188,"ALL":8189,"Ġrequire":8190,"amily":8191,"ĠRad":8192,"ĠStep":8193,"Little":8194,"Ġmyth":8195,"ám":8196,"doesn":8197,"orter":8198,"Ġracing":8199,"Ġwhenever":8200,"Ġshining":8201,"Ġalgunos":8202,"mic":8203,"stant":8204,"Ġrescue":8205,"Joe":8206,"Ġpist":8207,"Ġapolog":8208,"VID":8209,"ĠAny":8210,"Ġnetwork":8211,"Ġsue":8212,"Ġbelt":8213,"Ġproposed":8214,"Ġadvert":8215,"Ġsteal":8216,"ĠSecretary":8217,"SS":8218,"bus":8219,"Ġtiss":8220,"Ġrhy":8221,"ĠAbout":8222,"phere":8223,"Ġbla":8224,"ulo":8225,"ĠSel":8226,"ĠVirginia":8227,"Ġbeans":8228,"ĠSometimes":8229,"Ġoperation":8230,"Ġalgún":8231,"ĠJackson":8232,"Ġstatement":8233,"invol":8234,"ĠLy":8235,"áb":8236,"Ġpresented":8237,"Ġfamilia":8238,"Ġsorrow":8239,"Ġupside":8240,"Ġpoll":8241,"Ġnúmer":8242,"Ġmedal":8243,"regunt":8244,"Ġfleet":8245,"Ġpoliceman":8246,"rant":8247,"enas":8248,"Ġdistingu":8249,"Ġburned":8250,"Ġcayó":8251,"poor":8252,"ĠtodavÃŃa":8253,"Ġtunnel":8254,"Ġhij":8255,"irmed":8256,"gonna":8257,"orange":8258,"ĠThanks":8259,"Ġshops":8260,"Captain":8261,"Ġze":8262,"ĠLong":8263,"ĠLove":8264,"Ġseek":8265,"alais":8266,"Ġinfluen":8267,"Åį":8268,"Ġsplendid":8269,"ĠBir":8270,"Ġexped":8271,"Fe":8272,"ा":8273,"Ġselling":8274,"Ġtechn":8275,"Ġfile":8276,"Ġluz":8277,"Ġseats":8278,"even":8279,"Frank":8280,"Call":8281,"Ġinstit":8282,"Ġchemical":8283,"ĠWales":8284,"ĠProfessor":8285,"Ġfate":8286,"ĠSid":8287,"iped":8288,"Ġsooner":8289,"coln":8290,"Ġdiamond":8291,"quarters":8292,"ĠFre":8293,"Ġbush":8294,"ĠpelÃŃcul":8295,"Ġdelicious":8296,"Ġmisma":8297,"Ġpushing":8298,"Jim":8299,"Ġó":8300,"Ġprince":8301,"Ġrecognize":8302,".--":8303,"Una":8304,"Ġswear":8305,"Ġfreedom":8306,"Ġgrey":8307,"Ġpregn":8308,"hetti":8309,"Ġtropical":8310,"Still":8311,"Ġsprang":8312,"Ġaltogether":8313,"Ġharder":8314,"Ġthirst":8315,"ĠBecky":8316,"iro":8317,"ĠAle":8318,"cido":8319,"Ġbent":8320,"Ġpowers":8321,"Ġagent":8322,"Ġswitch":8323,"Ġsending":8324,"ongo":8325,"sho":8326,"ifts":8327,"hens":8328,"Ġkindly":8329,"Ġdistant":8330,"ĠSteve":8331,"Ġphysical":8332,"ĠTuesday":8333,"NOW":8334,"render":8335,"Ġgoods":8336,"Ġscary":8337,"Ġsurr":8338,"Ġhonour":8339,"ĠColonel":8340,"Ġslaves":8341,"press":8342,"sw":8343,"Ġún":8344,"Ġvalley":8345,"ĠEach":8346,"Ġspark":8347,"Ġjournal":8348,"Ġarrested":8349,"isha":8350,"Ġgotten":8351,"Whoa":8352,"Ġcompleted":8353,"Ġbrand":8354,"goes":8355,"eaking":8356,"Ġdelighted":8357,"Ġsust":8358,"scream":8359,"Ġmob":8360,"ĠProvince":8361,"Ġtast":8362,"reo":8363,"ĠIll":8364,"ĠPatsy":8365,"Ġcompañ":8366,"Ġpriest":8367,"Ġsucceeded":8368,"Ġissues":8369,"ĠBelg":8370,"rr":8371,"ookie":8372,"ĠIm":8373,"Ġshapes":8374,"Ġchose":8375,"Ġconsult":8376,"ĠUK":8377,"boat":8378,"¶":8379,"real":8380,"Ġpussy":8381,"acon":8382,"ĠTri":8383,"Ġanal":8384,"Ġfinan":8385,"Ġsalir":8386,"ĠInde":8387,"Ġbarco":8388,"Ġfuerte":8389,"Ġscratch":8390,"ĠIran":8391,"hamed":8392,"stick":8393,"ilidad":8394,"Ġuns":8395,"Ġamar":8396,"Ġpassengers":8397,"Michael":8398,"Ġárbol":8399,"eps":8400,"Ġvenga":8401,"Ġworn":8402,"Ġslip":8403,"Bill":8404,"ĠHER":8405,"ctic":8406,"moves":8407,"Ġdetails":8408,"Actually":8409,"ĠHay":8410,"ĠPas":8411,"Ġcompar":8412,"break":8413,";\"":8414,"Ġspirits":8415,"Back":8416,"ses":8417,"sque":8418,"Ġnic":8419,"Ġ185":8420,"Ġgato":8421,"unts":8422,"pur":8423,"Ġchi":8424,"Ġpainted":8425,"Ġplates":8426,"Ġflu":8427,"Ġflood":8428,"Ġowl":8429,"ieres":8430,"Ġunivers":8431,"Ġarranged":8432,"Ġwitch":8433,"Ġpoorly":8434,"Ġclimbing":8435,"alm":8436,"ĠCle":8437,"ulance":8438,"Ġjustice":8439,"Ġsurround":8440,"Ġhadta":8441,"dos":8442,"Ġést":8443,"chos":8444,"ĠJac":8445,"Ġaffair":8446,"issa":8447,"Ġguer":8448,"arn":8449,"idi":8450,"ĠThursday":8451,"Helen":8452,"Ġunable":8453,"ĠOut":8454,"Ġcuerpo":8455,"Ġbor":8456,"ĠYo":8457,"Ġtracks":8458,"involuntary":8459,"sn":8460,"Ġdan":8461,"Ġability":8462,"ĠIslam":8463,"Ġpasado":8464,"Ġproducer":8465,"Ġunit":8466,"Ġsaber":8467,"ĠDaniel":8468,"ĠDire":8469,"Ġaccompl":8470,"sex":8471,"eau":8472,"ĠFour":8473,"Everybody":8474,"Ġschol":8475,"ĠAtlantic":8476,"Ãī":8477,"Ġspeaks":8478,"Ġapples":8479,"Ġprem":8480,"Ġinnocent":8481,"Ġdaily":8482,"Ġstudies":8483,"Ġgodd":8484,"Ġmustn":8485,"Ġorganization":8486,"Whatever":8487,"Ġbuttons":8488,"ĠWednesday":8489,"hamm":8490,"Ġdriven":8491,"Fl":8492,"Ġcher":8493,"Ġminor":8494,"Ġrice":8495,"Ġtraditional":8496,"ĠMu":8497,"ĠEastern":8498,"sometimes":8499,"Ġseas":8500,"ĠSand":8501,"sen":8502,"iders":8503,"Ġgol":8504,"ueb":8505,"Ġconserv":8506,"Ġpigs":8507,"Should":8508,"ĠRobin":8509,"ĠTurk":8510,"ufact":8511,"Ġcoun":8512,"Ġstole":8513,"ĠHad":8514,"Ġarmed":8515,"iza":8516,"Ġbraz":8517,"Ġalc":8518,"Ġlegend":8519,"ĠAld":8520,"ĠTw":8521,"Ġhija":8522,"chuckles":8523,"Ġspots":8524,"ĠPerhaps":8525,"Ġbalance":8526,"Ġmultip":8527,"uced":8528,"whispered":8529,"Ġguests":8530,"Ġcarbon":8531,"Ġmathem":8532,"Ġsymbol":8533,"abor":8534,"HERE":8535,"Remember":8536,"Ġsuck":8537,"Ġprob":8538,"Ġpermit":8539,"47":8540,"Ġapplic":8541,"Ġvast":8542,"Ġpride":8543,"Ġcontains":8544,"MP":8545,"Ġlabor":8546,"Ġjelly":8547,"Ġorden":8548,"sl":8549,"ĠBull":8550,"ĠAndrew":8551,"Ġ1984":8552,"Hurry":8553,"Ġcad":8554,"olas":8555,"Ġcauses":8556,"nina":8557,"aman":8558,"alls":8559,"Ġeighteen":8560,"ardo":8561,"Ġstern":8562,"ague":8563,"ĠWalter":8564,"ennie":8565,"Ġcircus":8566,"Ġdragon":8567,"Ġpillow":8568,"adium":8569,"Ġ35":8570,"ĠLieutenant":8571,"Ġgods":8572,"ĠBO":8573,"Ġvirt":8574,"ĠLife":8575,"Ġillustr":8576,"Ġteachers":8577,"SC":8578,"Ġcott":8579,"Ġpee":8580,"Ġcries":8581,"Ġleans":8582,"aging":8583,"Mad":8584,"Ġfed":8585,"Ġprecious":8586,"Ġtempor":8587,"Next":8588,"ĠBor":8589,"ĠFair":8590,"iedo":8591,"Ġvuest":8592,"Someone":8593,"ĠINV":8594,"Geor":8595,"Ġjar":8596,"Ġplus":8597,"aki":8598,"Ġmarch":8599,"Ġvolume":8600,"ĠOliver":8601,"Steven":8602,"bling":8603,"bage":8604,"elled":8605,"bec":8606,"Ġswift":8607,"Ġadvanced":8608,"respondió":8609,"ĠAD":8610,"ĠHung":8611,"ĠTre":8612,"Ġunknown":8613,"Ġunfortun":8614,"Ġtools":8615,"ieved":8616,"aghetti":8617,"ĠDra":8618,"eme":8619,"Ġescu":8620,"Ġestim":8621,"Everyone":8622,"ĠHol":8623,"Ġsecure":8624,"Ġridic":8625,"ĠRE":8626,"bridge":8627,"Ġconsiderable":8628,"del":8629,"ĠDonald":8630,"Ġfailure":8631,"umpl":8632,"Ġarchitect":8633,"ĠOver":8634,"Ġseized":8635,"ĠMabel":8636,"Ġalpha":8637,"oons":8638,"lection":8639,"Ġinsect":8640,"oner":8641,"Ġmister":8642,"Ġtenemos":8643,"Ġcheeks":8644,"omba":8645,"Ġbushes":8646,"ĠBow":8647,"Ġhanded":8648,"chi":8649,"brush":8650,"Ġllegó":8651,"lad":8652,"wide":8653,"icide":8654,"izz":8655,"Ġefforts":8656,"OL":8657,"Ġcreatures":8658,"Ġoccupied":8659,"Ġdesert":8660,"Ġbuying":8661,"Ġnights":8662,"ĠWindows":8663,"Ġconfidence":8664,"ĠWAS":8665,"ĠCenter":8666,"ĠStud":8667,"Ġsteady":8668,"Ġhermano":8669,"ollo":8670,"Ġsalió":8671,"ÃŃnci":8672,"also":8673,"Ġreven":8674,"unched":8675,"Ġexha":8676,"ivered":8677,"ungle":8678,"Ġrelax":8679,"necess":8680,"Ġmodo":8681,"Ġmand":8682,"Ġrude":8683,"Ġbold":8684,"38":8685,"Ġwebs":8686,"Ġancest":8687,"Ġllegar":8688,"ĠLucy":8689,"Sm":8690,"edor":8691,"Ġwing":8692,"ĠKent":8693,"Ġ1986":8694,"Ġtank":8695,"Ġmood":8696,"Ġbitter":8697,"Ġpurcha":8698,"Ġunusual":8699,"pregunt":8700,"abe":8701,"Ġhappiness":8702,"Ġsounded":8703,"Ġappreciate":8704,"Ġhorror":8705,"Ġtechnology":8706,"Today":8707,"Love":8708,"Watch":8709,"ĠDun":8710,"Ġprovin":8711,"irse":8712,"otty":8713,"aga":8714,"Ġincred":8715,"resa":8716,"Ġarriba":8717,"Ġblowing":8718,"Ġsixteen":8719,"Ġadmitted":8720,"dded":8721,"Ġsuffer":8722,"loc":8723,"Ġbuddy":8724,"Four":8725,"én":8726,"Ġswall":8727,"Ġhundreds":8728,"Ġprotection":8729,"Ġsurrounded":8730,"Ġdemas":8731,"Ġstronger":8732,"ĠCuando":8733,"Ġcanoe":8734,"Ġlect":8735,"ava":8736,"Ġchase":8737,"Ġ1987":8738,"Ġenf":8739,"ession":8740,"seven":8741,"Ġlif":8742,"Ġacid":8743,"Ġcinco":8744,"Ġencuent":8745,"Ġfollows":8746,"Ġsofa":8747,"Ġesos":8748,"Ġpenny":8749,"part":8750,"Ġquant":8751,".-":8752,"ĠLater":8753,"Ġserá":8754,"Ġbasically":8755,"Ġeconomic":8756,"Ġequipment":8757,"Ġkeen":8758,"ĠKorea":8759,"ĠJun":8760,"annine":8761,"Damn":8762,"Jo":8763,"ophy":8764,"Ġcovers":8765,"bby":8766,"ĠOff":8767,"didn":8768,"Ġaudience":8769,"into":8770,"uba":8771,"Ġdinero":8772,"umbling":8773,"Ġmajority":8774,"OP":8775,"urd":8776,"ĠGal":8777,"Ġshouting":8778,"Ġrailway":8779,"igger":8780,"Ġconstruction":8781,"corn":8782,"Ġdé":8783,"aska":8784,"Ġgirlfriend":8785,"pent":8786,"ĠSant":8787,"Ġapare":8788,"olen":8789,"Ant":8790,"inea":8791,"hall":8792,"shakes":8793,"Ġpunto":8794,"ĠOxford":8795,"stance":8796,"ĠWas":8797,"emente":8798,"udden":8799,"iography":8800,"IE":8801,"Ġfourteen":8802,"ĠPenn":8803,"annah":8804,"ealous":8805,"Move":8806,"ju":8807,"Ġsigh":8808,"Ġresour":8809,"Ġstruggle":8810,"ciones":8811,"ĠBC":8812,"ĠFAT":8813,"inder":8814,"36":8815,"ault":8816,"Ġ1972":8817,"ĠVol":8818,"ĠColumb":8819,"ĠMajesty":8820,"last":8821,"ĠFel":8822,"Ġpersu":8823,"Ġphotograph":8824,"Ġbackwards":8825,"Ġdistinct":8826,"cript":8827,"Ġpalabras":8828,"Ġpul":8829,"ĠOcean":8830,"Ġ80":8831,"Ġanch":8832,"obile":8833,"Ġexplan":8834,"uals":8835,"Ġpone":8836,"ĠHim":8837,"hetic":8838,"standing":8839,"Ġsuffering":8840,"bish":8841,"eer":8842,"wr":8843,"Ġath":8844,"ĠSouthern":8845,"ĠBeth":8846,"ellos":8847,"Eh":8848,"ĠHello":8849,"ĠsabÃŃa":8850,"ulture":8851,"Ġbarrel":8852,"Ġviejo":8853,"ĠLincoln":8854,"ropri":8855,"Ġtrave":8856,"Ġinstance":8857,"ĠparecÃŃa":8858,"Ġprimer":8859,"ĠMir":8860,"Ġunits":8861,"Ġservant":8862,"Ġticket":8863,"Ġnuts":8864,"ĠGlo":8865,"ĠYear":8866,"Ġcage":8867,"Ġdyn":8868,"Ġsettlement":8869,"icio":8870,"Ġcommittee":8871,"oard":8872,"byebye":8873,"Ġcommonly":8874,"Ġinstrument":8875,"Col":8876,"Ġcough":8877,"riz":8878,"ĠMY":8879,"Ġpequeña":8880,"Ġopt":8881,"Ġsales":8882,"Ġtray":8883,"Ġcarpet":8884,"Ġpushes":8885,"Ġbreathing":8886,"Ġdescub":8887,"ĠLisa":8888,"Ġextend":8889,"awa":8890,"Ġlanding":8891,"rogen":8892,"Ġbriefly":8893,"Ġshaking":8894,"Ġvocalises":8895,"ĠWE":8896,"beep":8897,"Ġtales":8898,"Ġexercise":8899,"anes":8900,"ĠAccording":8901,"grim":8902,"Ġrifle":8903,"Ġcerca":8904,"ĠWinter":8905,"ĠMi":8906,"Ġproof":8907,"whee":8908,"Poor":8909,"Ġowe":8910,"ati":8911,"ĠHea":8912,"Ġsunshine":8913,"Ġboom":8914,"hara":8915,"ĠUk":8916,"Ġresponsibility":8917,"ĠConfeder":8918,"Ġstiff":8919,"aka":8920,"anything":8921,"Ġtrucks":8922,"oft":8923,"Ġquack":8924,"ĠNancy":8925,"Ġchuck":8926,"Looks":8927,"Ġpersons":8928,"Ġroute":8929,"Ġpotatoes":8930,"48":8931,"bi":8932,"ĠDuke":8933,"Ġ1981":8934,"GLO":8935,"Ġletting":8936,"Ġutiliz":8937,"Ġworkers":8938,"Ġimper":8939,"Ġvain":8940,"ĠFootball":8941,"ierta":8942,"Ġbeds":8943,"Ġvisited":8944,"Ġdescribe":8945,"ĠTen":8946,"Ġbrick":8947,"Ġacuerdo":8948,"ridge":8949,"AC":8950,"gines":8951,"Ġpasar":8952,"Ġterritory":8953,"Ġpermission":8954,"lotte":8955,"Pre":8956,"osing":8957,"Ġshelter":8958,"wers":8959,"Ġconqu":8960,"Ġprinci":8961,"di":8962,"Ġbree":8963,"Ġlieutenant":8964,"Ġvolvió":8965,"iches":8966,"iments":8967,"ulate":8968,"Ġunion":8969,"ublican":8970,"Ġreturning":8971,"Shall":8972,"bly":8973,"ok":8974,"Ġaún":8975,"ĠOk":8976,"Ġcuanto":8977,"Ġroads":8978,"ĠCross":8979,"Ġreferred":8980,"nons":8981,"ĠKitty":8982,"Ġproced":8983,"ĠMiddle":8984,"yum":8985,"clamó":8986,"Ġhal":8987,"Ġhers":8988,"babble":8989,"excuse":8990,"39":8991,"Mi":8992,"ĠRa":8993,"Ġducks":8994,"Ġhacen":8995,"Ġolv":8996,"Ġrum":8997,"ĠBangl":8998,"Ġespañ":8999,"ĠHead":9000,"Ġappeal":9001,"rd":9002,"Ġsupported":9003,"Ġthrill":9004,"ĠSr":9005,"Ġhelic":9006,"Ġrestaurant":9007,"bag":9008,"ĠLara":9009,"amento":9010,"Ġnominated":9011,"MEL":9012,"Ġfork":9013,"ierno":9014,"Ġbegun":9015,"ĠPrincess":9016,"nis":9017,"Ġthunder":9018,"ĠArgent":9019,"Ġcog":9020,"Club":9021,"Mag":9022,"ĠNic":9023,"Ġblew":9024,"ĠDepartment":9025,"Ġpardon":9026,"ĠGroup":9027,"Ġdrinks":9028,"AUN":9029,"Ġmanufact":9030,"tra":9031,"ĠPic":9032,"Ġcitizens":9033,"SE":9034,"listen":9035,"Ġdefeated":9036,"Ġnodded":9037,"Ġcliff":9038,"Ġenthus":9039,"ĠMaria":9040,"However":9041,"Ġturtle":9042,"eating":9043,"Ġdoctors":9044,"Ġframe":9045,"ĠUnder":9046,"erto":9047,"ĠSab":9048,"ĠDet":9049,"Ġfalse":9050,"Pol":9051,"hun":9052,"Ġashamed":9053,"ĠFrancisco":9054,"cake":9055,"ĠBible":9056,"Ġlaughter":9057,"ĠWall":9058,"ĠSecond":9059,"Ġnick":9060,"Ġpup":9061,"Ġlocation":9062,"til":9063,"Ġfever":9064,"ĠIslands":9065,"Ġ1976":9066,"Ġdisappear":9067,"Ġdado":9068,"Ġnoisy":9069,"Ġreward":9070,"arrass":9071,"Ġvalu":9072,"Ġtickle":9073,"orted":9074,"Ġlately":9075,"Big":9076,"ĠPier":9077,"cription":9078,"Ġwrit":9079,"Although":9080,"Ġfuss":9081,"anos":9082,"Ġelectron":9083,"Ġsitio":9084,"ĠJohnson":9085,"Ġfrag":9086,"Ġ1985":9087,"Ġnuestro":9088,"atos":9089,"Ġemergency":9090,"Ġpalabra":9091,"Ġboun":9092,"ĠNaz":9093,"Ġslipp":9094,"bang":9095,"ĠFord":9096,"Ġsafely":9097,"Ġwicked":9098,"Ġment":9099,"Ġrac":9100,"Ġwarri":9101,"ertain":9102,"Ġraining":9103,"ĠPict":9104,"Ġ1979":9105,"necessary":9106,"ĠHan":9107,"Ġbru":9108,"Ġdivers":9109,"Ġparent":9110,"Ġfilms":9111,"Ġtradition":9112,"ĠJewish":9113,"Ġuncom":9114,"ĠMarie":9115,"Ġtempt":9116,"ĠChairman":9117,"Ġmuseum":9118,"lying":9119,"Ġwreck":9120,"Ġjealous":9121,"Ġengines":9122,"Ġelements":9123,"unes":9124,"Ġsabe":9125,"Ġgoals":9126,"Ġrivers":9127,"Ġchecked":9128,"ydney":9129,"crying":9130,"leave":9131,"Ġjuego":9132,"Ġattached":9133,"-\"":9134,"Ġreality":9135,"Ġpersona":9136,"Ġclothing":9137,"ĠPhilipp":9138,"Ġbillion":9139,"Ġdirig":9140,"Ġhut":9141,"Ġstove":9142,"ĠEric":9143,"196":9144,"icky":9145,"ĠPhilip":9146,"ĠTime":9147,"eling":9148,"ĠWilliams":9149,"Ġaire":9150,"Ġcents":9151,"Ġaircraft":9152,"Ġpowder":9153,"Ġdoo":9154,"ĠShar":9155,"Ġgrat":9156,"Ġscript":9157,"Ġeth":9158,"Ġcul":9159,"Ġmiedo":9160,"ĠVen":9161,"OUT":9162,"OH":9163,"Sit":9164,"Ġbail":9165,"Ġlargo":9166,"ĠCommittee":9167,"ji":9168,"Ġreun":9169,"oz":9170,"Ġgiraffe":9171,"Ġbeads":9172,"Ġcomida":9173,"tail":9174,"lea":9175,"ĠSusan":9176,"Ġremove":9177,"icycle":9178,"ĠInstitute":9179,"atics":9180,"uddenly":9181,"mate":9182,"squ":9183,"Ġaim":9184,"ammy":9185,"apa":9186,"erted":9187,"ĠRey":9188,"Ġcompared":9189,"Ġflour":9190,"ĠAlthough":9191,"Ġtomato":9192,"Ġstable":9193,"pected":9194,"Ġviolent":9195,"ĠHy":9196,"pton":9197,"ĠBrook":9198,"Ġsteel":9199,"Up":9200,"ĠAsian":9201,"pron":9202,"atched":9203,"ĠMusic":9204,"ĠBoth":9205,"Ġerr":9206,"ienes":9207,"Ġvariety":9208,"Ġribb":9209,"Ġdisgust":9210,"ĠFirstname":9211,"Cor":9212,"inte":9213,"Jul":9214,"mir":9215,"mil":9216,"ĠEv":9217,"Ġllor":9218,"unte":9219,"Ġsheet":9220,"Ġtranqu":9221,"Ġmuñ":9222,"Ġbusc":9223,"Ġconfirmed":9224,"Ġinquired":9225,"ĠJuan":9226,"ĠNav":9227,"ĠMuseum":9228,"ĠJam":9229,"Ġ90":9230,"Ġfoolish":9231,"Ġpossession":9232,"Ġneighborhood":9233,"Ġfacing":9234,"orial":9235,"Ġooh":9236,"Ġrana":9237,"Ġsolem":9238,"Ġprofes":9239,"Ġembarrass":9240,"Ġdemonstr":9241,"ordin":9242,"azz":9243,"Ġpied":9244,"Ġambulance":9245,"ĠCarolina":9246,"Ġdistributed":9247,"ĠPacific":9248,"enido":9249,"ĠAnother":9250,"Ġ1983":9251,"ĠLeon":9252,"Ġespecial":9253,"Ġconnection":9254,"Ġsiguiente":9255,"Ġsings":9256,"osity":9257,"Ġencima":9258,"Ġeconomy":9259,"reaches":9260,"agu":9261,"ÃŃncipe":9262,"Ġalguien":9263,"Ġdib":9264,"irts":9265,"According":9266,"ĠHoll":9267,"Ġsoil":9268,"Ġpeg":9269,"Ġimage":9270,"Ġactions":9271,"ĠArmen":9272,"Ġimportance":9273,"ĠFaith":9274,"Ġconflict":9275,"{\\":9276,"enced":9277,"Ġfer":9278,"Ġrepresented":9279,"Jesus":9280,"ĠHolly":9281,"ivos":9282,"Mat":9283,"atherine":9284,"Ġheaded":9285,"Ġdiag":9286,"Ġencontrar":9287,"Ġsauce":9288,"Ġdisci":9289,"Ġobst":9290,"arrot":9291,"Ġbees":9292,"egal":9293,"Ġcomplain":9294,"inn":9295,"iner":9296,"**":9297,"lots":9298,"ĠSk":9299,"ifer":9300,"Ġscale":9301,"ouri":9302,"Ġabajo":9303,"hole":9304,"iós":9305,"ONE":9306,"ĠSylvia":9307,"Ġnumerous":9308,"Ġmerely":9309,"Ġyummy":9310,"Ġaboard":9311,"pick":9312,"Ġhipp":9313,"Ġprinces":9314,"Ġanger":9315,"Ġviene":9316,"Ġregions":9317,"Ġoro":9318,"ĠBall":9319,"ĠUnivers":9320,"Ġdrum":9321,"Ġfurniture":9322,"Ġloving":9323,"Ġorganiz":9324,"Ġcapture":9325,"gets":9326,"Ġdiap":9327,"Ġhealthy":9328,"ĠMargaret":9329,"Ġhockey":9330,"Ġnoted":9331,"Ġprompt":9332,"Ġofficially":9333,"Ġobliged":9334,"iable":9335,"ĠBad":9336,"Career":9337,"Ġpengu":9338,"Ġsignificant":9339,"Ġaffection":9340,"ietnam":9341,"Ġsleepy":9342,"Pres":9343,"cap":9344,"ĠOur":9345,"Ġtramp":9346,"Ġapproached":9347,"ĠBal":9348,"voice":9349,"Ġcupboard":9350,"emo":9351,"Ġbron":9352,"ropol":9353,"Ġheavily":9354,"Bar":9355,"Ġ:":9356,"Ġearned":9357,"Ġmystery":9358,"agnan":9359,"Ġacted":9360,"Ġtribe":9361,"Ġattended":9362,"Ġpassion":9363,"Ok":9364,"etts":9365,"ĠAnnie":9366,"Ġquarters":9367,"BS":9368,"Ġdebe":9369,"Ġstopping":9370,"foot":9371,"sk":9372,"Ġcalle":9373,"ĠInter":9374,"Ġlimited":9375,"ĠBattle":9376,"Ġoy":9377,"Ġpartly":9378,"Ġgrowth":9379,"Ġdemasiado":9380,"Bo":9381,"Ġdies":9382,"Ġchin":9383,"Ġbasketball":9384,"Calais":9385,"white":9386,"LYN":9387,"Ġawarded":9388,"thumb":9389,"empl":9390,"Ġcolored":9391,"comm":9392,"Ġdegrees":9393,"Ġjew":9394,"Ġallá":9395,"Ġpressed":9396,"Ġcans":9397,"geous":9398,"Ġaye":9399,"lessly":9400,"Ġreports":9401,"ĠLois":9402,"Yep":9403,"Ġlets":9404,"más":9405,"Ġfasc":9406,"Ġ1982":9407,"urg":9408,"ĠNever":9409,"Ġremaining":9410,"Ġalcoh":9411,"Ġfits":9412,"estic":9413,"Ġangel":9414,"Ġutterances":9415,"Ġproducts":9416,"preguntó":9417,"Ġprimary":9418,"Ġbenefit":9419,"Ġbubbles":9420,"46":9421,"cción":9422,"wha":9423,"Ġlamp":9424,"Ġstolen":9425,"ĠYet":9426,"Ġscored":9427,"close":9428,"Ġunderstanding":9429,"Ġclasses":9430,"Ġnuclear":9431,"love":9432,"Ġsche":9433,"Ġreaching":9434,"rito":9435,"Ġfab":9436,"edro":9437,"black":9438,"ĠSenate":9439,"eline":9440,"ughters":9441,"Ġkiller":9442,"Ġseparated":9443,"Artagnan":9444,"33":9445,"Ġspr":9446,"Ġpirate":9447,"Ġinjured":9448,"cre":9449,"Ġsne":9450,"Ġhaces":9451,"Ġ36":9452,"Category":9453,"top":9454,"utions":9455,"Ġseasons":9456,"Ġromantic":9457,"Ho":9458,"pol":9459,"ĠLight":9460,"Ġsought":9461,"Ġcakes":9462,"ĠDoug":9463,"Ġunf":9464,"upon":9465,"Ġbroadcast":9466,"ĠLew":9467,"ĠXV":9468,"Ġaffairs":9469,"Ġcereal":9470,"ĠAz":9471,"ĠFer":9472,"uga":9473,"irk":9474,"unci":9475,"ĠNan":9476,"whose":9477,"Ġejemplo":9478,"Ġdreadful":9479,"Ġgard":9480,"Ġglanced":9481,"Ġtremb":9482,"Ġtremend":9483,"gra":9484,"unto":9485,"ologist":9486,"Ġanxiety":9487,"ĠEmperor":9488,"ĠHun":9489,"icane":9490,"move":9491,"Ġcottage":9492,"Dan":9493,"named":9494,"Ġatmos":9495,"Ġsmiles":9496,"Ġdrift":9497,"Ġservants":9498,"Ġamongst":9499,"Ġdepends":9500,"Ġperce":9501,"Ġasks":9502,"Ġsquirrel":9503,"Ġcosts":9504,"EF":9505,"Paul":9506,"ieran":9507,"Ġtrap":9508,"Ġconscious":9509,"ylvan":9510,"yr":9511,"anim":9512,"ĠDora":9513,"Ġages":9514,"Ġconsist":9515,"CA":9516,"Ġbom":9517,"ĠSl":9518,"grand":9519,"Ġargument":9520,"ĠHor":9521,"Ġvehicle":9522,"Ġinches":9523,"Ġsomethin":9524,"Ġbasic":9525,"Ġitems":9526,"ĠSH":9527,"Ġconm":9528,"Ġstretched":9529,"TO":9530,"ĠBrother":9531,"Ġidiot":9532,"Ġconfused":9533,"Ġsenior":9534,"ĠSally":9535,"Ġrolls":9536,"ĠMas":9537,"unks":9538,"Vamos":9539,"nas":9540,"arla":9541,"Ġcontainer":9542,"Ġfuel":9543,"ĠMatt":9544,"Ġcaso":9545,"Ġlimit":9546,"Under":9547,"aid":9548,"ucker":9549,"achus":9550,"aye":9551,"Ġconstru":9552,"ĠHome":9553,"elia":9554,"ĠJenny":9555,"ĠpodrÃŃa":9556,"never":9557,"Ġ45":9558,"Ġfactory":9559,"Turn":9560,"gone":9561,"Ġtro":9562,"Ġstated":9563,"Está":9564,"Phil":9565,"Son":9566,"mind":9567,"Ġhabitación":9568,"Ġthirteen":9569,"aks":9570,"Ġmaid":9571,"ports":9572,"Ġquedó":9573,"lesh":9574,"Ġ1974":9575,"ĠLiber":9576,"Ġboyfriend":9577,"Ġmanagement":9578,"49":9579,"aha":9580,"Ġcielo":9581,"Ġincome":9582,"uta":9583,"Ġprec":9584,"Ġmiserable":9585,"ĠUr":9586,"ĠValley":9587,"Mart":9588,"Ġgig":9589,"ĠCra":9590,"ĠRab":9591,"certain":9592,"Ġeleg":9593,"Ġretreat":9594,"Ġdemás":9595,"Ġaccompan":9596,"Ġstroke":9597,"Ġdirt":9598,"Ġratt":9599,"Ġcuart":9600,"Ġalongside":9601,"ĠSto":9602,"ĠJess":9603,"Ġ70":9604,"ĠGeorgia":9605,"ĠCop":9606,"asses":9607,"Ġbullet":9608,"cie":9609,"icip":9610,"ĠWITH":9611,"Ġtrained":9612,"Ġdollar":9613,"Ġwishes":9614,"aco":9615,"Ġuniverse":9616,"Ġdisappointed":9617,"Ġtissue":9618,"Open":9619,"Ġseeds":9620,"Ġserving":9621,"Ġ1975":9622,"Ġtransform":9623,"Ġ1968":9624,"Ġridiculous":9625,"Dear":9626,"ĠTake":9627,"ĠGab":9628,"Ġescri":9629,"Ġemploy":9630,"Last":9631,"icion":9632,"Ġillness":9633,"ĠMister":9634,"Ġartists":9635,"Ġazul":9636,"Child":9637,"stan":9638,"still":9639,"Ġsuperior":9640,"ĠCOVID":9641,"ĠHel":9642,"Ġlaunched":9643,"Ġalgunas":9644,"Ġintend":9645,"Ġpag":9646,"Ġcomposed":9647,"Ġretire":9648,"Ġnaturally":9649,"Ġchess":9650,"aran":9651,"endÃŃa":9652,"oco":9653,"quick":9654,"oline":9655,"ĠStill":9656,"inois":9657,"Ġauthorities":9658,"Ġresponded":9659,"Ġcrocodile":9660,"Ġlou":9661,"Ġteen":9662,"giving":9663,"omi":9664,"ĠMod":9665,"Ġpolitics":9666,"Ġsolemn":9667,"Eso":9668,"ĠGrace":9669,"ĠBuild":9670,"EA":9671,"lace":9672,"ĠBudd":9673,"ĠGi":9674,"mal":9675,"ĠHas":9676,"ándo":9677,"keeper":9678,"Ġrevolution":9679,"hant":9680,"Ġstores":9681,"point":9682,"Ġscientific":9683,"find":9684,"orious":9685,"Ġdece":9686,"Ġbuff":9687,"Ġsailor":9688,"Ġdefeat":9689,"Ġwhistle":9690,"pher":9691,"Ġoccas":9692,"remony":9693,"TA":9694,"inter":9695,"Ġdign":9696,"Ġsched":9697,"Ġcattle":9698,"Dis":9699,"ĠTHIS":9700,"orado":9701,"Ġ1977":9702,"Five":9703,"ĠTrans":9704,"urches":9705,"Ġ1969":9706,"Ġachieve":9707,"ĠdecÃŃa":9708,"Ġcleaning":9709,"Ġeliminated":9710,"quet":9711,"ĠDave":9712,"Ġagric":9713,"ĠAsh":9714,"ĠOnce":9715,"Jwww":9716,"Nor":9717,"agle":9718,"ĠUp":9719,"ĠProt":9720,"ĠPrize":9721,"Ind":9722,"Ġreaction":9723,"Ġros":9724,"evin":9725,"girl":9726,"ĠMoon":9727,"Ġdepos":9728,"Ġ1971":9729,"Ġâľ":9730,"Ġfra":9731,"Ġarrival":9732,"ĠDivision":9733,"\"),":9734,"pool":9735,"rase":9736,"ç":9737,"lando":9738,"ESS":9739,"Ġestate":9740,"Amy":9741,"Ġresident":9742,"ĠMartine":9743,"Ġbelly":9744,"Ġtipo":9745,"ĠLouise":9746,"Aha":9747,"Try":9748,"Ġcara":9749,"Ġgrapes":9750,"Ġsnap":9751,"Ġnac":9752,"amil":9753,"Ġimpat":9754,"Ġadventures":9755,"Six":9756,"wind":9757,"Ġenfer":9758,"Ġlejos":9759,"ylvania":9760,"Ġâľ¿":9761,"dam":9762,"mag":9763,"iert":9764,"Ġvisible":9765,"Ġlevels":9766,"case":9767,"works":9768,"Ġsock":9769,"Ġgosh":9770,"Ġhoriz":9771,"Ġ1973":9772,"Ġ1978":9773,"Ġexpecting":9774,"Ġpretending":9775,"Person":9776,"Ġplot":9777,"ĠJr":9778,"Ġpecul":9779,"Ġshark":9780,"Alex":9781,"Ġconcept":9782,"pecially":9783,"careful":9784,"cito":9785,"uties":9786,"Ġstations":9787,"ĠmÃŃster":9788,"Ġmummie":9789,"Ġvessels":9790,"pas":9791,"Ġprogramme":9792,"Ġnearest":9793,"ĠRevolution":9794,"Ġreign":9795,"Ġtuvo":9796,"Ġventana":9797,"ĠGolden":9798,"cado":9799,"Ġmental":9800,"ĠShow":9801,"Ġbasis":9802,"Ġheadquarters":9803,"Ġgrac":9804,"Ġviolence":9805,"edad":9806,"agger":9807,"legio":9808,"Sec":9809,"ĠTa":9810,"ĠRepublican":9811,"--_":9812,"Ġconcert":9813,"Ġsatisfaction":9814,"App":9815,"dale":9816,"ĠDomin":9817,"Ġbore":9818,"Ġoct":9819,"rily":9820,"Ġpole":9821,"RIC":9822,"Ġactivities":9823,"Ġprayer":9824,"Ġjunto":9825,"Int":9826,"ION":9827,"Ġmast":9828,"Ġexcl":9829,"Ġadopted":9830,"ĠIllinois":9831,"Life":9832,"ĠChristopher":9833,"Ġexchange":9834,"ĠCas":9835,"ĠKate":9836,"Ġtuv":9837,"Ġapproaching":9838,"--------------------------------":9839,"Bueno":9840,"nonspeech":9841,"Old":9842,"refer":9843,"Ġmend":9844,"Ġboca":9845,"ĠZe":9846,"Ġastron":9847,"Ġconnect":9848,"Ġcommercial":9849,"Em":9850,"TLE":9851,"ygen":9852,"heim":9853,"Ġstamp":9854,"ntil":9855,"ĠRail":9856,"Ġgrup":9857,"Ġdiscovery":9858,"achusetts":9859,"80":9860,"run":9861,"Ġmé":9862,"Ġbeating":9863,"vos":9864,"esa":9865,"otal":9866,"Ġalred":9867,"Ġdull":9868,"ĠVietnam":9869,"Ġfled":9870,"Ġdecid":9871,"Ġrustling":9872,"Ġtidy":9873,"ĠpelÃŃcula":9874,"Ġward":9875,"ĠAud":9876,"Ġscientists":9877,"kind":9878,"ĠTeam":9879,"Ġfocus":9880,"ĠBarbara":9881,"Ellie":9882,"ingo":9883,"Ġconstant":9884,"somebody":9885,"ĠNothing":9886,"ĠWilson":9887,"Ġbiscuits":9888,"thanks":9889,"issed":9890,"burgh":9891,"Ġruled":9892,"Ġnuestra":9893,"Pat":9894,"ĠDev":9895,"Ġsixth":9896,"Ġpeculiar":9897,"nold":9898,"Ġorganis":9899,"Ġbelonged":9900,"Ġfeeding":9901,"âĨ":9902,"ĠRachel":9903,"people":9904,"Ġwinner":9905,"Ġtemple":9906,"ĠCaroline":9907,"Ġmac":9908,"illos":9909,"Their":9910,"Ġloudly":9911,"Ġgrateful":9912,"Ġshy":9913,"Ġcapac":9914,"Ġpregnant":9915,"Again":9916,"Sarah":9917,"aah":9918,"aylor":9919,"Ġmuerte":9920,"Ġceremony":9921,"Ġfeathers":9922,"Ġfinancial":9923,"sound":9924,"olves":9925,"ĠAB":9926,"ilst":9927,"Ġconfident":9928,"OULD":9929,"Ġbeep":9930,"cold":9931,"Ġsurvive":9932,"ĠUh":9933,"Ġmurdered":9934,"ĠSociety":9935,"Ġgle":9936,"Ġfuneral":9937,"Ġnearby":9938,"ĠBerlin":9939,"Ġportion":9940,"ĠDada":9941,"Ġagu":9942,"Ġchew":9943,"War":9944,"tick":9945,"Ġstarring":9946,"ements":9947,"hio":9948,"tape":9949,"unda":9950,"Ġveo":9951,"Ġ1930":9952,"Ġtournament":9953,"ĠMexican":9954,"Ġignor":9955,"ĠOw":9956,"Ġinterrupted":9957,"Ġacad":9958,"endo":9959,"Ġthrone":9960,"ĠAlbert":9961,"Ġ500":9962,"AsÃŃ":9963,"kers":9964,"itable":9965,"Shit":9966,"ĠMatthew":9967,"Ġconmigo":9968,"Ġult":9969,"ĠSure":9970,"ĠAg":9971,"Ġclaro":9972,"bee":9973,"ĠGermans":9974,"Ġspy":9975,"Ġmultiple":9976,"Ġgeneration":9977,"Ġvolunte":9978,"Ahora":9979,"Ġpiggy":9980,"Anything":9981,"Ġbudget":9982,"Ġbastante":9983,"away":9984,"Ġhits":9985,"ultural":9986,"ĠHAVE":9987,"FF":9988,"might":9989,"Ġfuego":9990,"Ġfuri":9991,"Ġdesperate":9992,"count":9993,"rir":9994,"Ġpip":9995,"may":9996,"ĠSydney":9997,"Ġconcern":9998,"ĠService":9999,"Ġcapable":10000,"Ġextent":10001,"ĠOlympic":10002,"Ġhousehold":10003,"Ġdining":10004,"Ġassistant":10005,"Ġcriminal":10006,"ueblo":10007,"ĠBangladesh":10008,"Ġprograms":10009,"Ġrubbish":10010,"Ġfederal":10011,"ĠHard":10012,"Ġminds":10013,"Ġcommitted":10014,"Ġpaused":10015,"hop":10016,"alie":10017,"ĠNap":10018,"Mary":10019,"Ġboot":10020,"NO":10021,"Ġpeanut":10022,"Ġanswers":10023,"Ġassociated":10024,"bbing":10025,"Ġhermos":10026,"rek":10027,"ĠInt":10028,"Ġmunicipal":10029,"Ġdia":10030,"ĠPart":10031,"Ġvisitors":10032,"Ġdetective":10033,"Ġlung":10034,"Ġscare":10035,"Ġconvin":10036,"Probably":10037,"ioso":10038,"Ġprior":10039,"Too":10040,"urop":10041,"Ġnarr":10042,"Ġagreement":10043,"Ġentrar":10044,"teacher":10045,"Ġdaughters":10046,"Ġattacks":10047,"ribly":10048,"Hon":10049,"ĠShi":10050,"Ġmeters":10051,"Ġabsor":10052,"Ġskill":10053,"Welcome":10054,"ĠIllustr":10055,"ĠAbe":10056,"Ġcae":10057,"Ġnicely":10058,"Ġencoura":10059,"Ġthoroughly":10060,"Ġere":10061,"Ġfeast":10062,"Ġchampion":10063,"Ġsticker":10064,"Ġnúmero":10065,"ĠCivil":10066,"raine":10067,"aunt":10068,"Ġumbre":10069,"Ġwanting":10070,"Ġthrust":10071,"44":10072,"irs":10073,"ĠEllen":10074,"Ġbiscuit":10075,"ĠRyan":10076,"Ġdough":10077,"ĠJoy":10078,"Ġshared":10079,"Ġcharged":10080,"Ġwhisper":10081,"Ġregarded":10082,"Ġorg":10083,"Ġdispos":10084,"ĠMassachusetts":10085,"rate":10086,"ĠAlso":10087,"Ġregres":10088,"Ġtroubles":10089,"Ġvaluable":10090,"raba":10091,"ĠLast":10092,"ĠNord":10093,"Ġspaghetti":10094,"Ġcoco":10095,"ĠAli":10096,"Ġsalad":10097,"Ġintense":10098,"idd":10099,"Ġseis":10100,"Ġbetray":10101,"Ġopera":10102,"ĠYOUR":10103,"Ġprospect":10104,"500":10105,"isse":10106,"Ġthumb":10107,"ĠBuck":10108,"ĠGrant":10109,"Ġ1964":10110,"inar":10111,"Ġasust":10112,"ĠBan":10113,"Ġgracias":10114,"Ġdrawer":10115,"Ġscheme":10116,"drink":10117,"rea":10118,"everal":10119,"Ġstead":10120,"Ġdepth":10121,"Ġmá":10122,"Ġgym":10123,"Ġanimated":10124,"Ġalphabet":10125,"Ġweb":10126,"Ġchamber":10127,"Ġens":10128,"Mon":10129,"ĠtÃŃa":10130,"ĠBus":10131,"Ġlimp":10132,"Hen":10133,"quiera":10134,"Ġprepare":10135,"Ġintention":10136,"ĠScottish":10137,"Ġbench":10138,"Ġenseñ":10139,"ĠUt":10140,"ĠJason":10141,"places":10142,"Ġcenturies":10143,"ĠOrder":10144,"ĠMickey":10145,"cope":10146,"uled":10147,"Ġimit":10148,"ĠJersey":10149,"Ay":10150,"Ġhier":10151,"UL":10152,"Ġtren":10153,"attered":10154,"Ġmeter":10155,"ĠSocial":10156,"Ġawait":10157,"ĠPoland":10158,"Ġstrawberry":10159,"text":10160,"ĠKansas":10161,"ĠRepresent":10162,"Ġwag":10163,"etic":10164,"ĠSpani":10165,"Ġsailed":10166,"Ġray":10167,"Ġvision":10168,"Ġfireman":10169,"Ġbattery":10170,"lement":10171,"ento":10172,"Ġnatives":10173,"Ġstrict":10174,"Ġreturns":10175,"ĠMissouri":10176,"Ġecho":10177,"ĠTeddy":10178,"ĠMolly":10179,"ĠRus":10180,"Ġtrav":10181,"Ġsurgery":10182,"Ġcorrespond":10183,"Ġclase":10184,"Ġpartners":10185,"Ġpunishment":10186,"pea":10187,"Ġgoodbye":10188,"Ġchart":10189,"hol":10190,"uous":10191,"Ġunex":10192,"angers":10193,"Ġexplanation":10194,"ĠRem":10195,"Ġflores":10196,"Ġigno":10197,"made":10198,"iev":10199,"ige":10200,"Ġbuzz":10201,"TV":10202,"Ġshortly":10203,"Ġmalo":10204,"ĠMadame":10205,"75":10206,"Ġreform":10207,"ablo":10208,"Ġlaunch":10209,"inkle":10210,"ordan":10211,"Ġdeeply":10212,"Blue":10213,"Ġindependence":10214,"Ġhired":10215,"Ġdressing":10216,"Ġhemos":10217,"ĠApp":10218,"asta":10219,"rett":10220,"Ġconsum":10221,"ĠTob":10222,"next":10223,"aza":10224,"Ġbanks":10225,"ĠHoly":10226,"Ġprime":10227,"Ġprecip":10228,"ysis":10229,"Ġ1967":10230,"Ġmidnight":10231,"ĠCu":10232,"olate":10233,"Ġcommission":10234,"Ġinterior":10235,"Ġexistence":10236,"Aren":10237,"screams":10238,"utiful":10239,"Ġconvert":10240,"atural":10241,"Ġsausage":10242,"referring":10243,"itter":10244,"Ġtool":10245,"ĠIng":10246,"ĠMouse":10247,"Ġimpact":10248,"32":10249,"ono":10250,"Ġsaving":10251,"Ġloyal":10252,"Ġchimney":10253,"Ġzap":10254,"Ġvuelta":10255,"sylvania":10256,"Äģ":10257,"ĠAwww":10258,"ĠBol":10259,"Ġringing":10260,"ĠFo":10261,"Ġblows":10262,"leton":10263,"Ġ1940":10264,"Ġknot":10265,"BA":10266,"mel":10267,"ĠAqu":10268,"Ġuseless":10269,"Ġflow":10270,"Ġcleared":10271,"Uncle":10272,"Ġclaimed":10273,"fers":10274,"hu":10275,"anwhile":10276,"istor":10277,"Ġmús":10278,"rock":10279,"ĠPlease":10280,"vention":10281,"ĠAustrian":10282,"nine":10283,"Ġcricket":10284,"Ġrocket":10285,"Ġashore":10286,"Ġbib":10287,"Ġfeature":10288,"before":10289,"force":10290,"ika":10291,"Ġthirsty":10292,"onge":10293,"Exactly":10294,"Ġdevice":10295,"Ġelephants":10296,"Ġinnit":10297,"master":10298,"Ġido":10299,"Ġcolegio":10300,"Ġpreoc":10301,"mann":10302,"Ġcoloring":10303,"có":10304,"etes":10305,"ĠClara":10306,"Ġrecovered":10307,"Ġthreatened":10308,"EV":10309,"theless":10310,"Ġstaring":10311,"70":10312,"James":10313,"Ġwhilst":10314,"Ġvic":10315,"Ġextended":10316,"HL":10317,"Ġswept":10318,"enneth":10319,"Ġfalta":10320,"alog":10321,"Ġnonsense":10322,"ĠNana":10323,"Ġcarre":10324,"osaur":10325,"PS":10326,"ghan":10327,"anza":10328,"ograp":10329,"Ġvacation":10330,"Ġcotton":10331,"oting":10332,"Ġsticking":10333,"Ġvolcan":10334,"Ġescal":10335,"eness":10336,"icial":10337,"ĠSat":10338,"ĠJohnny":10339,"Ġdelightful":10340,"ĠTop":10341,"Ġunhappy":10342,"Play":10343,"Aqu":10344,"iete":10345,"Ġinsisted":10346,"Ġalrededor":10347,"ders":10348,"Ġ(,":10349,"Ġsquad":10350,"Ġvillages":10351,"ĠSara":10352,"ĠGreg":10353,"Ġamo":10354,"build":10355,"Ġbastard":10356,"called":10357,"ĠSub":10358,"Ġdeserve":10359,"roy":10360,"Ġrefers":10361,"Ġinsurance":10362,"Ġsumm":10363,"TS":10364,"ô":10365,"Ġfeared":10366,"Ġmonta":10367,"Ġbearing":10368,"ĠPapa":10369,"ĠBrazilian":10370,"otic":10371,"ĠMich":10372,"ĠDi":10373,"Ġpaso":10374,"kyo":10375,"Ġhelicopter":10376,"ĠNOT":10377,"ĠVis":10378,"Ġtouching":10379,"ĠDie":10380,"engu":10381,"Ġlemon":10382,"outheast":10383,"zan":10384,"adu":10385,"pless":10386,"Ġarticles":10387,"31":10388,"Ġpatients":10389,"oned":10390,"ÃŃf":10391,"paña":10392,"ennis":10393,"Ġarrive":10394,"Ġclosing":10395,"Ġspending":10396,"'...":10397,"ĠSong":10398,"Ġproceeded":10399,"Ġrubber":10400,"Ġwhale":10401,"bors":10402,"jump":10403,"Ġnort":10404,"ĠAk":10405,"truck":10406,"99":10407,"BO":10408,"great":10409,"imme":10410,"ĠTem":10411,"Ġinstantly":10412,"ĠCharlotte":10413,"Ġdigo":10414,"Ġrein":10415,"Ġvos":10416,"Ġcaer":10417,"Ġfigured":10418,"Ġdetermin":10419,"Res":10420,"olph":10421,"Ġconference":10422,"Ġconvinced":10423,"SH":10424,"Ġprote":10425,"Ġdesar":10426,"Ġstudying":10427,"mum":10428,"Ġdumb":10429,"Ġreput":10430,"Ġcooked":10431,"Ġtack":10432,"ĠSav":10433,"Ġindign":10434,"Ġsteep":10435,"Black":10436,"Ġhermana":10437,"Ġhistorical":10438,"ĠClaus":10439,"Both":10440,"cus":10441,"opy":10442,"Ġarose":10443,"Ġcaut":10444,"Ġtouches":10445,"Ġ1945":10446,"Ġsailing":10447,"Ġbebé":10448,"ĠTell":10449,"ĠBeat":10450,"ropriate":10451,"Ġatmosphere":10452,"need":10453,"Fin":10454,"Ġ/":10455,"rob":10456,"Ġimpr":10457,"34":10458,"ĠGall":10459,"Ġcommit":10460,"Ġvegetables":10461,"Ġtoe":10462,"Ġcounting":10463,"Ġimpress":10464,"ĠLoire":10465,"Ġber":10466,"Ġstared":10467,"Ġspill":10468,"Ġhopes":10469,"Ġaffected":10470,"ĠKNOW":10471,"Ġchurches":10472,"Somebody":10473,"ĠDavis":10474,"Ġcheek":10475,"ĠPennsylvania":10476,"gor":10477,"Ġtide":10478,"organ":10479,"elf":10480,"Ġhoras":10481,"Ġstatus":10482,"him":10483,"sname":10484,"Ġseed":10485,"ĠDam":10486,"ĠserÃŃa":10487,"olley":10488,"uela":10489,"Ġdraws":10490,"rifice":10491,"wart":10492,"Ġflesh":10493,"ainted":10494,"uddle":10495,"Ġexpressed":10496,"Ġtune":10497,"hings":10498,"Ġslee":10499,"Ġliterature":10500,"tie":10501,"Ġdistricts":10502,"Ġpirates":10503,"ieur":10504,"ĠprÃŃncipe":10505,"Ġfee":10506,"ĠrÃŃo":10507,"Ġdisag":10508,"Ġwinds":10509,"Ġliquid":10510,"Hab":10511,"ĠCab":10512,"ĠStory":10513,"ĠEddie":10514,"Ġdried":10515,"ĠKa":10516,"ertainly":10517,"Ty":10518,"loo":10519,"western":10520,"cuando":10521,"atura":10522,"ĠAuntie":10523,"uros":10524,"Ġdemocr":10525,"Ġvaca":10526,"Co":10527,"anges":10528,"exclamó":10529,"Ġenjoying":10530,"GAI":10531,"omed":10532,"ĠWolf":10533,"Ġnowhere":10534,"lap":10535,"Ġfires":10536,"Ġdrill":10537,"Ġcanton":10538,"Ġdinosaurs":10539,"Ġexpedition":10540,"Ġ]":10541,"Ġgolf":10542,"Ġlawn":10543,"ĠClark":10544,"Ġfare":10545,"Ġhen":10546,"toy":10547,"Ġfierce":10548,"ĠLewis":10549,"Ġesas":10550,"Ġinsp":10551,"ifferent":10552,"Ġhated":10553,"Ġsola":10554,"Ġexpert":10555,"IST":10556,"Ġeditor":10557,"Ġ1966":10558,"Ġcierto":10559,"pson":10560,"shh":10561,"Ġcorre":10562,"ĠAngel":10563,"Ġattempts":10564,"Ġgest":10565,"uding":10566,"Ġlasted":10567,"Ġpacked":10568,"nor":10569,"erÃŃa":10570,"Ġcheerful":10571,"ĠGreece":10572,"Ġpoured":10573,"Ġalar":10574,"ĠKong":10575,"Ġacts":10576,"Ġchances":10577,"Ġgenus":10578,"Ġrattle":10579,"Ġúltimo":10580,"Time":10581,"mpt":10582,"moving":10583,"Ġassured":10584,"Ġdirections":10585,"Ġkicked":10586,"ĠLabour":10587,"55":10588,"MB":10589,"Ġdwell":10590,"Ġlun":10591,"ĠApple":10592,"Ġflies":10593,"Ġwaving":10594,"fits":10595,"wick":10596,"otted":10597,"ĠSandy":10598,"ĠMeg":10599,"issors":10600,"Ġcrept":10601,"Ġwidely":10602,"Ġempezó":10603,"gs":10604,"ARD":10605,"Ġdonkey":10606,"Ġouter":10607,"ĠForm":10608,"Ġcualquier":10609,"tw":10610,"Ġdul":10611,"ĠDallas":10612,"inton":10613,"ĠTele":10614,"vocalization":10615,"ĠKorean":10616,"Ac":10617,"gins":10618,"Ġexhib":10619,"Ġrojo":10620,"Ġcorpor":10621,"vior":10622,"Ġemot":10623,"Ġcultural":10624,"Ġpudo":10625,"Sim":10626,"Ġ32":10627,"Ġcharges":10628,"puesto":10629,"ĠEnter":10630,"ĠEra":10631,"Ġdescription":10632,"Ġjungle":10633,"\";":10634,"ouches":10635,"iat":10636,"chestra":10637,"Ġfriendship":10638,"Bring":10639,"Down":10640,"Ġvino":10641,"Ġwherever":10642,"Ġsacred":10643,"Ġseguro":10644,"Ġsop":10645,"Were":10646,"Ġpreviously":10647,"Ġengineer":10648,"Ġdiscipl":10649,"ettle":10650,"adamente":10651,"Ġstout":10652,"ĠMun":10653,"Ġobtained":10654,"Rel":10655,"mu":10656,"ĠRecords":10657,"Want":10658,"mamá":10659,"Ġfestival":10660,"Ġargu":10661,"Ġyer":10662,"Ġobtain":10663,"Ġoxygen":10664,"Ġsucceed":10665,"Ġforests":10666,"ĠJews":10667,"Ġune":10668,"Ġdevil":10669,"90":10670,"itched":10671,"sequ":10672,"oused":10673,"Ġkindness":10674,"Ġcatching":10675,"ĠPercy":10676,"Ġsniff":10677,"Ġhip":10678,"Ġvend":10679,"ĠGray":10680,"Ġfortun":10681,"boles":10682,"duck":10683,"asped":10684,"April":10685,"ERS":10686,"Ġtribes":10687,"Ġbreathe":10688,"Ġsavage":10689,"ĠFilm":10690,"George":10691,"Ġmoo":10692,"Ġtob":10693,"Ġloads":10694,"ĠKar":10695,"holding":10696,"æ":10697,"amen":10698,"Ġunlike":10699,"Ġsticky":10700,"Ġorganized":10701,"Ġmulti":10702,"Ġfrequently":10703,"Jan":10704,"ĠPig":10705,"ĠEX":10706,"Ġcollected":10707,"Ġestablish":10708,"Ġumbrella":10709,"tan":10710,"Ġpueblo":10711,"ĠMill":10712,"chó":10713,"Ġabund":10714,"chas":10715,"Ġmovements":10716,"Ġrabbits":10717,"Ġhed":10718,"Ġmounted":10719,"Ġcalend":10720,"ampoco":10721,"ducation":10722,"Ġapplied":10723,"piece":10724,"Ġpeak":10725,"ĠIce":10726,"Ġnasty":10727,"ĠSix":10728,"ifying":10729,"Ġshots":10730,"Ġdelivered":10731,"Ġimpression":10732,"Ġexplore":10733,"Ġalbums":10734,"Ġnegative":10735,"Ġgradually":10736,"iac":10737,"Ġthief":10738,"arson":10739,"Ġcopies":10740,"Ġsteamer":10741,"Ġresources":10742,"mates":10743,"Ġsubmar":10744,"duction":10745,"Ġsnakes":10746,"uther":10747,"stal":10748,"Ġholy":10749,"ĠGuard":10750,"taking":10751,"ĠAra":10752,"ĠAth":10753,"udge":10754,"Ġresol":10755,"ĠAssembly":10756,"Ġsolution":10757,"ĠDanny":10758,"Ġtickets":10759,"Ġparish":10760,"Ġmachines":10761,"Ġcontar":10762,"Stand":10763,"ĠClass":10764,"Ġwrapped":10765,"IES":10766,"erman":10767,"ĠWild":10768,"Ġballet":10769,"ĠJeannine":10770,"ĠRaj":10771,"Ġreflect":10772,"hands":10773,"yyy":10774,"ĠNavy":10775,"ĠUs":10776,"silly":10777,"Ġhumor":10778,"nut":10779,"Ġfetch":10780,"ĠHab":10781,"ĠRand":10782,"ĠApollo":10783,"Ġkilomet":10784,"Hay":10785,"Ġnav":10786,"ĠcaÃŃdo":10787,"Ġattitude":10788,"Ġdraft":10789,"ĠPatrick":10790,"Ġindustrial":10791,"Ġ300":10792,"Ġcapitán":10793,"Ġcorriendo":10794,"Ġdiscussion":10795,"Ġkings":10796,"ĠGuy":10797,"ANN":10798,"ĠArk":10799,"ĠVictoria":10800,"pin":10801,"ĠBank":10802,"phant":10803,"cond":10804,"zes":10805,"urb":10806,"ĠDer":10807,"akh":10808,"rim":10809,"Ġdrank":10810,"ĠSnow":10811,"Ġencontró":10812,"Ġchampionship":10813,"Ġtab":10814,"Ġhu":10815,"rove":10816,"Ġalcan":10817,"ĠDolly":10818,"Ġengage":10819,"ĠWould":10820,"Ġlobo":10821,"soft":10822,"Ġpossibility":10823,"Ġmercy":10824,"ĠWinnie":10825,"Aunt":10826,"ésta":10827,"Ġacerc":10828,"Ġassistance":10829,"twenty":10830,"Ġcuts":10831,"Ġabsence":10832,"Ġnesting":10833,"haw":10834,"Ġgrade":10835,"Ġellas":10836,"Gl":10837,"Ric":10838,"rah":10839,"Ġclap":10840,"ĠHealth":10841,"Ġguar":10842,"Ġmerchant":10843,"arios":10844,"ĠMarÃŃa":10845,"MU":10846,"dr":10847,"ĠSax":10848,"pector":10849,"Ġsup":10850,"reading":10851,"ĠPedro":10852,"Ġneut":10853,"Ġunique":10854,"yeh":10855,"Ġtant":10856,"Ġobjet":10857,"ezes":10858,"Ġmuñe":10859,"vor":10860,"akin":10861,"bras":10862,"Ġinterpret":10863,"Ġcloset":10864,"Ġdespert":10865,"Ġcycl":10866,"Ġstrawberries":10867,"Ġrazón":10868,"UE":10869,"adelp":10870,"ĠTour":10871,"Ġsneak":10872,"Ġlá":10873,"ĠPete":10874,"ĠRal":10875,"Ġdragged":10876,"[$=":10877,"uera":10878,"ĠLind":10879,"earch":10880,"Ġentr":10881,"Ġllevar":10882,"Ġscra":10883,"Ġgrief":10884,"Eng":10885,"Ġà²":10886,"Ġaccompanied":10887,"zed":10888,"helle":10889,"aroo":10890,"ĠLO":10891,"Geography":10892,"Home":10893,"phew":10894,"quis":10895,"ĠDuck":10896,"Ġcush":10897,"itors":10898,"venue":10899,"Ġoccasionally":10900,"Ġmysterious":10901,"continues":10902,"JW":10903,"Ġgre":10904,"Ġstays":10905,"papers":10906,"Ġtriste":10907,"umpty":10908,"Ġsailors":10909,"Ġpackage":10910,"ĠAntonio":10911,"Ġninguna":10912,"Ġinstructions":10913,"Rob":10914,"hor":10915,"ĠDiana":10916,".=":10917,"Ġpine":10918,"Ġbottles":10919,"Ġlabel":10920,"aver":10921,"Ġmaintain":10922,"à¯":10923,"ĠBesides":10924,"apare":10925,"clever":10926,"Ġnecklace":10927,"Ġgal":10928,"ĠHans":10929,"ĠThose":10930,"said":10931,"Ġphoto":10932,"ĠmÃŃa":10933,"Ġbegged":10934,"acer":10935,"thony":10936,"putting":10937,"Ġhats":10938,"later":10939,"Ġverde":10940,"Ġsilk":10941,"lon":10942,"ĠTaylor":10943,"Bien":10944,"Ġdejar":10945,"Better":10946,"IX":10947,"gives":10948,"Ġjolly":10949,"Ġswung":10950,"Ġchickens":10951,"Ġrecib":10952,"Ġheap":10953,"lah":10954,"cal":10955,"aremos":10956,"brero":10957,"Ġrefuse":10958,"ĠForce":10959,"Ġalegr":10960,"Ġbicycle":10961,"ÃŃm":10962,"ĠFif":10963,"ranscribed":10964,"Ang":10965,"jamin":10966,"Ġsuced":10967,"Ġmuff":10968,"Ġchildhood":10969,"Ġ180":10970,"Ġnorthwest":10971,"ĠEllie":10972,"Ġsmoking":10973,"100":10974,"Ġduties":10975,"ultan":10976,"International":10977,"ustomed":10978,"Ġsplash":10979,"tries":10980,"esome":10981,"Ġnoon":10982,"Ġshelf":10983,"Ġdije":10984,"Ġdropping":10985,"Ġsoftware":10986,"ĠCass":10987,"ól":10988,"Ġcuál":10989,"ĠFrances":10990,"Ġposible":10991,"Ġunexpected":10992,"iencia":10993,"Ġjoint":10994,"LES":10995,"NIC":10996,"Ġello":10997,"Ġroar":10998,"Ġrival":10999,"Ġleads":11000,"Ġmaterials":11001,"Ġbeef":11002,"ĠInternet":11003,"Ġstress":11004,"alling":11005,"Ġlover":11006,"ĠVery":11007,"Ġregal":11008,"Ġwarned":11009,"Ġ1965":11010,"Ġacquaint":11011,"oplane":11012,"ĠHeaven":11013,"Ġonline":11014,"Ġroot":11015,"Ġroots":11016,"Ġclay":11017,"Ġchip":11018,"riet":11019,"abama":11020,"ĠArm":11021,"chers":11022,"Ġdey":11023,"them":11024,"ubs":11025,"Ġhelpless":11026,"Ġcharming":11027,"whines":11028,"Ġ1956":11029,"ĠMichigan":11030,"Mmm":11031,"once":11032,"Ġreject":11033,"Ġuncons":11034,"zzy":11035,"Ġcollar":11036,"Ġmour":11037,"stay":11038,"Ġanyhow":11039,"Ġrepeat":11040,"cuit":11041,"ippi":11042,"rac":11043,"ĠNina":11044,"Ġspaces":11045,"Ġconstantly":11046,"Ġbade":11047,"Ġlip":11048,"Ġmillions":11049,"Ġsandwiches":11050,"ĠSwedish":11051,"ĠDirector":11052,"Ġfá":11053,"Ġadding":11054,"Ġbonito":11055,"probably":11056,"Ġinvented":11057,"Ġrevealed":11058,"Ġtables":11059,"Ġ1963":11060,"Ġinfant":11061,"Ġcrowded":11062,"ĠChampionships":11063,"42":11064,"than":11065,"Ġmars":11066,"anch":11067,"Ġheels":11068,"ĠNell":11069,"Ġcampo":11070,"Bobby":11071,"Ġwww":11072,"Ġkidna":11073,"Ġfaced":11074,"acles":11075,"isión":11076,"Ġjard":11077,"Ġsubjects":11078,"Ġchallenge":11079,"adelphia":11080,"Inde":11081,"Ġsilla":11082,"amo":11083,"Ġnieve":11084,"ĠGa":11085,"Ġmonarch":11086,"Ġtriangle":11087,"ĠSeries":11088,"everybody":11089,"ĠStephen":11090,"Ġaleg":11091,"Ġgolpe":11092,"iqu":11093,"oray":11094,"vet":11095,"Ġatom":11096,"Ġatra":11097,"Ġfridge":11098,"ĠAlan":11099,"apple":11100,"Ġmidst":11101,"Ġcandle":11102,"Ġelectricity":11103,"amar":11104,"Ġperse":11105,"Ġdetrás":11106,"fficer":11107,"Har":11108,"ĠTal":11109,"Ġresolved":11110,"Ġencant":11111,"ĠÃģ":11112,"ĠSimon":11113,"sal":11114,"ĠBav":11115,"Ġpobl":11116,"Ġinsist":11117,"Ġlaying":11118,"ĠConserv":11119,"iéndose":11120,"ection":11121,"Ġfacts":11122,"Ġruin":11123,"Ġbatteries":11124,"mus":11125,"iere":11126,"ĠFC":11127,"Ġfaithful":11128,"Ġpy":11129,"ĠBelle":11130,"Ġarro":11131,"rash":11132,"Ġstrongly":11133,"Ġconcluded":11134,"Ġalcohol":11135,"moo":11136,"Ġsung":11137,"bsolutely":11138,"Ġvictims":11139,"Ġfavourite":11140,"ĠAfghan":11141,"Ross":11142,"Ġlux":11143,"ĠEarl":11144,"Ġgrim":11145,"Ġcrap":11146,"Ġbeard":11147,"ĠWalk":11148,"Ġlegisl":11149,"ĠManchester":11150,"Happy":11151,"ser":11152,"ĠAgn":11153,"ĠNews":11154,"Ġanchor":11155,"ropolitan":11156,"Ġmue":11157,"Ġpace":11158,"Ġease":11159,"ĠBre":11160,"ĠPope":11161,"Ġyourselves":11162,"Ġchrist":11163,"Ġzero":11164,"ĠNorman":11165,"ĠTha":11166,"tendo":11167,"Ġincor":11168,"Ġsangre":11169,"ĠHonor":11170,"Ġrend":11171,"och":11172,"ĠDown":11173,"geon":11174,"Ġpuff":11175,"Ġbarely":11176,"Pas":11177,"bad":11178,"gle":11179,"Ġmart":11180,"Ġtricks":11181,"ĠAlicia":11182,"Ġlengu":11183,"ĠMaybe":11184,"ĠGot":11185,"enses":11186,"Ġsympt":11187,"Ġbells":11188,"Ġbacter":11189,"ienen":11190,"Ġending":11191,"���":11192,"ĠShah":11193,"Ġvista":11194,"ĠCastle":11195,"Ġaliens":11196,"bear":11197,"Ġsank":11198,"WHAT":11199,"Ġtremendous":11200,"wash":11201,"ĠSay":11202,"terior":11203,"ĠGre":11204,"inta":11205,"Ġrecover":11206,"found":11207,"zado":11208,"Ġtig":11209,"Ġbeings":11210,"Ġplanes":11211,"ĠNorway":11212,"Mus":11213,"bien":11214,"orus":11215,"Ġwilln":11216,"ĠEspaña":11217,"FL":11218,"Ġestuv":11219,"Ġformal":11220,"Ġholidays":11221,"Ġinvestigation":11222,"Ġtroubled":11223,"onsieur":11224,"Anne":11225,"Ġcloses":11226,"Ġencontr":11227,"pter":11228,"Ġsiento":11229,"Ġforbid":11230,"Ġguards":11231,"Ġgazed":11232,"âĢķâĢķ":11233,"knock":11234,"hee":11235,"Ġpanc":11236,"ede":11237,"ilton":11238,"ĠWee":11239,"ĠEmma":11240,"Ġtennis":11241,"alax":11242,"Ġsacrifice":11243,"ĠCommission":11244,"ĠMadrid":11245,"ĠPolish":11246,"Ġocup":11247,"Ġbreeze":11248,"Cu":11249,"Ġlt":11250,"ĠSher":11251,"ĠEN":11252,"ĠTurkey":11253,"ĠReally":11254,"Ġsuggestion":11255,"Ġpumpkin":11256,"Ġimpatient":11257,"ĠHong":11258,"Ġsuicide":11259,"ĠFanny":11260,"Ġwarn":11261,"Ġ1961":11262,"Ġelections":11263,"Ġemploye":11264,"Fire":11265,"life":11266,"Ġawards":11267,"Ġstab":11268,"ĠEste":11269,"Ġcops":11270,"Ġviews":11271,"Ġdejó":11272,"Laura":11273,"ĠPostman":11274,"Tony":11275,"Ġsuerte":11276,"Ġpien":11277,"Ġseal":11278,"Ġard":11279,"Ġgraph":11280,"ĠClare":11281,"Ġcigaret":11282,"Ġtravés":11283,"Had":11284,"gment":11285,"Ġgates":11286,"ulgar":11287,"angaroo":11288,"alem":11289,"Ġcovering":11290,"Ġárboles":11291,"Ġningún":11292,"cen":11293,"ĠRh":11294,"Ġ75":11295,"ĠFranklin":11296,"Ġgorgeous":11297,"Ġintegr":11298,"Ġneighbors":11299,"Ġbeaten":11300,"ĠLawrence":11301,"Ġintroduce":11302,"Ġack":11303,"Ġwoof":11304,"ĠSister":11305,"ĠMoo":11306,"iley":11307,"ĠTokyo":11308,"Ġsecretary":11309,"ĠMatemática":11310,"ĠAL":11311,"ĠEaster":11312,"Ġcrossing":11313,"66":11314,"UD":11315,"san":11316,"Ġsan":11317,"Ġske":11318,"Ġnail":11319,"Ġloft":11320,"ĠOhio":11321,"Ġfuerza":11322,"ui":11323,"Anna":11324,"Ġprofession":11325,"Ġpermitted":11326,"ded":11327,"Ġreference":11328,"ĠKhan":11329,"date":11330,"Ġgenerous":11331,"Da":11332,"ĠLion":11333,"Ġexceed":11334,"ĠOUT":11335,"Ġowners":11336,"Ġemperor":11337,"clamation":11338,"ĠRaymond":11339,"Ġrescu":11340,"Ġslice":11341,"mbur":11342,"Run":11343,"Robert":11344,"mummy":11345,"Ġbun":11346,"Ġaccused":11347,"Ġedition":11348,"ĠLeslie":11349,"Ġnapp":11350,"ĠCare":11351,"Ġtrace":11352,"Ġmuerto":11353,"ĠStr":11354,"elson":11355,"Ġdetail":11356,"Ġ1947":11357,"rified":11358,"?]":11359,"Ġwis":11360,"ĠBomba":11361,"Ġleather":11362,"Ġremarkable":11363,"Ġ;":11364,"Ġ1948":11365,"óm":11366,"Ġsweets":11367,"Ġkissing":11368,"Ġoperations":11369,"ĠEgyptian":11370,"Ġdomestic":11371,"Ġcandidate":11372,"\".\"":11373,"fs":11374,"ĠDog":11375,"Ġoperating":11376,"Ġscreaming":11377,"loyd":11378,"Ġcolonel":11379,"Ġ1962":11380,"ĠPlan":11381,"Ġsympathy":11382,"Lara":11383,"Ġboring":11384,"Ġparliament":11385,"rops":11386,"unnecessary":11387,"ĠWait":11388,"Ġcared":11389,"Ġobvious":11390,"Ġfeliz":11391,"ĠJake":11392,"ective":11393,"ĠBruce":11394,"unted":11395,"Ġquestioned":11396,"hearted":11397,"Ġmuttered":11398,"imal":11399,"ĠBroad":11400,"Ġsober":11401,"ubby":11402,"retty":11403,"ĠSuch":11404,"bery":11405,"ordinary":11406,"Ġskirt":11407,"ĠMorgan":11408,"Ġocur":11409,"andal":11410,"Ġcargo":11411,"Ġcausing":11412,"ĠHoward":11413,"Ġstretch":11414,"ture":11415,"Ġdude":11416,"star":11417,"akers":11418,"issippi":11419,"Ġmusician":11420,"Ġlleva":11421,"ĠMcC":11422,"Ġcomrades":11423,"choc":11424,"Ġbrace":11425,"Ġadapt":11426,"ĠGrandpa":11427,"Ġaliment":11428,"ĠWrest":11429,"Ġmit":11430,"Ġtheme":11431,"Ġgrows":11432,"Twenty":11433,"wich":11434,"Ġfoss":11435,"Ġimpl":11436,"Ġinvite":11437,"Ġassault":11438,"Ġvoyage":11439,"Ġdespite":11440,"Ġenormous":11441,"itals":11442,"Ġaloud":11443,"ĠClar":11444,"Ġdelicate":11445,"Ġtire":11446,"Ġcra":11447,"ori":11448,"eda":11449,"ĠCwww":11450,"Ġawfully":11451,"Ġexperienced":11452,"Ġvirus":11453,"Ġflav":11454,"Ġgrav":11455,"Ġcritical":11456,"Ġrápido":11457,"Ġpreocup":11458,"Hal":11459,"alu":11460,"amples":11461,"Ġcontained":11462,"Ġhacerlo":11463,"ITTLE":11464,"ĠCoast":11465,"Ġcuarto":11466,"bies":11467,"nies":11468,"ĠSC":11469,"Ġjer":11470,"ĠJordan":11471,"Ġglory":11472,"Ġturkey":11473,"Personal":11474,"General":11475,"riel":11476,"Ġconj":11477,"Ġtwin":11478,"Ġyoungest":11479,"Gracias":11480,"Ġpoetry":11481,"Ġcarrot":11482,"Ġhijos":11483,"rup":11484,"ĠOb":11485,"Ġestre":11486,"prise":11487,"Ġstuffed":11488,"Ġmistaken":11489,"ĠPolice":11490,"Ġgaze":11491,"hola":11492,"pict":11493,"ĠWel":11494,"Ġblast":11495,"nin":11496,"ĠNa":11497,"Ġpoly":11498,"Ġmothers":11499,"Ġ1959":11500,"Ġpresidential":11501,"IP":11502,"arted":11503,"ĠGen":11504,"agers":11505,"Ġshakes":11506,"Ġanxiously":11507,"ĠÃī":11508,"Sal":11509,"cular":11510,"Ġwars":11511,"Ġsnack":11512,"ĠHindu":11513,"mont":11514,"úbl":11515,"Ġintelligence":11516,"Bel":11517,"XX":11518,"Ġrage":11519,"Ġrecuer":11520,"Ġpotential":11521,"Ġbehavior":11522,"Baby":11523,"Ġreina":11524,"Ġfrank":11525,"ĠVien":11526,"ĠThus":11527,"Ġcert":11528,"ĠMayor":11529,"Henry":11530,"LOU":11531,"Show":11532,"iate":11533,"etime":11534,"Ġallows":11535,"Ġclar":11536,"perhaps":11537,"hog":11538,"ugu":11539,"Death":11540,"ĠTech":11541,"Red":11542,"Ġseman":11543,"Ġsemi":11544,"ĠCAN":11545,"Ġbride":11546,"ĠAlaska":11547,"Ġdipl":11548,"Ġsist":11549,"Ġdol":11550,"ĠSar":11551,"Ġkitten":11552,"ĠUP":11553,"Doctor":11554,"41":11555,"Ġstool":11556,"ĠPower":11557,"Ġnephew":11558,"Ġtenido":11559,"Ġchairman":11560,"Ġraces":11561,"ĠSamuel":11562,"78":11563,"Ġinfect":11564,"Ġpeep":11565,"ĠYa":11566,"cules":11567,"Ġgrounds":11568,"ĠOffice":11569,"Ġitem":11570,"ĠSP":11571,"ulting":11572,"iki":11573,"Ġmoral":11574,"Ġhelmet":11575,"Ġgrocer":11576,"Harry":11577,"Nicole":11578,"Ġfiring":11579,"ĠCze":11580,"vard":11581,"Ġmhm":11582,"esar":11583,"ĠSA":11584,"ellas":11585,"ĠAlabama":11586,"Ġdefence":11587,"43":11588,"Ol":11589,"pink":11590,"Ġefect":11591,"utes":11592,"Ġstor":11593,"bread":11594,"Ġadditional":11595,"Ġburnt":11596,"whispering":11597,"hon":11598,"Ġnails":11599,"Ġterribly":11600,"Sw":11601,"sna":11602,"ups":11603,"Ġmice":11604,"Ġyield":11605,"Ġjury":11606,"Ġspray":11607,"ĠPrisc":11608,"ĠColumbia":11609,"rio":11610,"quieres":11611,"INE":11612,"ĠLat":11613,"ĠPhiladelphia":11614,"Ġabuela":11615,"]...":11616,"mission":11617,"uart":11618,"ingle":11619,"ĠUna":11620,"Ġcuidado":11621,"ĠMario":11622,"ĠSpider":11623,"sur":11624,"rovers":11625,"Ġlongest":11626,"CL":11627,"UCK":11628,"Ġbass":11629,"Ġbars":11630,"Ġgifts":11631,"ĠTurn":11632,"Ġcuánt":11633,"Ġhappily":11634,"Ġemphas":11635,"Ġ1952":11636,"Ġhastily":11637,"ĠVictor":11638,"Ġgum":11639,"ĠKenneth":11640,"Ġsites":11641,"Ġkisses":11642,"ĠEmily":11643,"Ġemployed":11644,"SP":11645,"rez":11646,"Ġtheatre":11647,"anca":11648,"Ġhaha":11649,"ĠCho":11650,"Ġdealing":11651,"Ġannual":11652,"ĠMoscow":11653,"loved":11654,"Ġbund":11655,"squeals":11656,"â":11657,"ĠAgain":11658,"ĠStand":11659,"arlos":11660,"References":11661,"Ġbum":11662,"ĠAllen":11663,"Ġevolution":11664,"Ġforehead":11665,"Ġwaist":11666,"fix":11667,"Ġprinted":11668,"Ġscholars":11669,"inity":11670,"ÃŃst":11671,"ĠNations":11672,"Ġscenes":11673,"Ġspeaker":11674,"Ġpodemos":11675,"Ġinformed":11676,"Ġapproxim":11677,"Ġcrawl":11678,"Ġfascin":11679,"Ġtum":11680,"onto":11681,"Ġdashed":11682,"ĠIV":11683,"Ġscissors":11684,"Ġlibro":11685,"Ġinner":11686,"ĠLeg":11687,"group":11688,"Ġmonkeys":11689,"Ġpasses":11690,"Talk":11691,"asures":11692,"Ġcono":11693,"Ġlob":11694,"ĠCommander":11695,"Ġcombat":11696,"Ġgloves":11697,":-":11698,"espera":11699,"resh":11700,"Doesn":11701,"Ġacknow":11702,"Sus":11703,"nest":11704,"ĠEngine":11705,"Ġinvitation":11706,"Ġbreaks":11707,"Ġcomplicated":11708,"?[":11709,"oom":11710,"ĠLang":11711,"Ġscattered":11712,"Ġexecutive":11713,"urie":11714,"Ġparl":11715,"acion":11716,"Ġgoose":11717,"ĠRub":11718,"Ġpersonality":11719,"Ġlouder":11720,"Ow":11721,"ĠPil":11722,"Ġconsists":11723,"Ġsharply":11724,"Ġshift":11725,"bring":11726,"Ġsqueeze":11727,"riger":11728,"Ġendea":11729,"Ġresting":11730,"Ġ1958":11731,"76":11732,"Ġsack":11733,"isie":11734,"ĠFeder":11735,".\"--_":11736,"ĠArts":11737,"Ġassume":11738,"Ġmassive":11739,"milk":11740,"lings":11741,"Ġeter":11742,"ooter":11743,"ĠDNA":11744,"Ġconfusion":11745,"Ġexplic":11746,"lk":11747,"ĠSeth":11748,"Ġimpressed":11749,"Ġexamples":11750,"Ġdestruction":11751,"ĠGrandad":11752,"Ġcomputers":11753,"Ġclaims":11754,"Ġcalendar":11755,"ĠARE":11756,"Ġ38":11757,"velope":11758,"Ġaddressed":11759,"ĠBurton":11760,"Ġliterally":11761,"Ġquiz":11762,"Ġworship":11763,"Ġstartled":11764,"Ġchasing":11765,"Ġcommanded":11766,"ĠJacob":11767,"acha":11768,"raham":11769,"Ġvon":11770,"Ġporch":11771,"Ġdeliber":11772,"uchar":11773,"Ġ2024":11774,"Ġsighed":11775,"Ġpreguntó":11776,"apor":11777,"shit":11778,"Ġdefense":11779,"ĠPriscilla":11780,"BY":11781,"Hang":11782,"osos":11783,"ĠLarry":11784,"Ġacom":11785,"Ġceremon":11786,"Ġcarrots":11787,"Ġpand":11788,"iry":11789,"hers":11790,"ĠDON":11791,"istered":11792,"Ġ1957":11793,"ĠFive":11794,"ĠRen":11795,"Ġshade":11796,"Without":11797,"Ġclubs":11798,"Ġfirmly":11799,"tree":11800,"Ġcel":11801,"ĠWars":11802,"Ġnewspapers":11803,"ĠArabic":11804,"fight":11805,"Ġvice":11806,"ĠWhe":11807,"arta":11808,"Ġabroad":11809,"Ġtube":11810,"colm":11811,"oland":11812,"nah":11813,"ugo":11814,"flies":11815,"ĠRobinson":11816,"Ġsegún":11817,"Ġwins":11818,"ĠCru":11819,"ĠPrem":11820,"izar":11821,"ĠChristians":11822,"Ġworthy":11823,"Adam":11824,"Part":11825,"Para":11826,"Ġok":11827,"Ġfir":11828,"ĠDur":11829,"Ġlighted":11830,"Ġrelatives":11831,"Ġbands":11832,"Ġrevenge":11833,"''":11834,"aters":11835,"Ġweary":11836,"Ġcircles":11837,"Aw":11838,"Ġluna":11839,"IND":11840,"ĠRhod":11841,"Ġprose":11842,"Ġnod":11843,"Ġheading":11844,"Ġidi":11845,"Ġreplace":11846,"ĠWarren":11847,"Ġprotected":11848,"Ġvigor":11849,"Ġangle":11850,"Ġshells":11851,"pens":11852,"Ġdug":11853,"isk":11854,"Ġhurting":11855,"Ġbanging":11856,"Ġviaje":11857,"Pop":11858,"ĠFestival":11859,"ĠRich":11860,"high":11861,"Ġscout":11862,"culo":11863,"Ġgathering":11864,"58":11865,"rep":11866,"orney":11867,"Ġginger":11868,"omon":11869,"ĠTan":11870,"Ġruined":11871,"Ġseventeen":11872,"ĠArgentina":11873,"Ġdanced":11874,"Ġmadam":11875,"ĠGranddad":11876,"Ġsegundo":11877,"woof":11878,"Ġswell":11879,"Ġpp":11880,"ĠIv":11881,"ĠLA":11882,"psy":11883,"Ġinclined":11884,"Ġinterfe":11885,"Ġcaballero":11886,"Ġsurrounding":11887,"MAT":11888,"Ġarts":11889,"wee":11890,"ensity":11891,"Ġcreation":11892,"class":11893,"Ġresistance":11894,"Besides":11895,"ã":11896,"adora":11897,"Ġnaked":11898,"Ġcontrolled":11899,"Ġdecent":11900,"Ġworldwide":11901,"ikki":11902,"Ġcrisis":11903,"aug":11904,"enta":11905,"Ġaccur":11906,"poon":11907,"Ġeffective":11908,"Ġpensar":11909,"ĠNintendo":11910,"kward":11911,"ĠTimes":11912,"ĠKy":11913,"Ġrefuge":11914,"cientists":11915,"Honey":11916,"atures":11917,"ppose":11918,"donalds":11919,"Ġopposed":11920,"Ġattempted":11921,"kerchief":11922,"done":11923,"ĠEle":11924,"Ġpoquito":11925,"Ġflung":11926,"Ġgrandpa":11927,"Ġmoder":11928,"Ġmirando":11929,"ĠBarry":11930,"ĠPersian":11931,"Cat":11932,"Cong":11933,"Tra":11934,"tery":11935,"Ġnotable":11936,"Ġfru":11937,"56":11938,"aud":11939,"ĠBBC":11940,"teenth":11941,"Ġpersonally":11942,"Ġtomar":11943,"Ġadopt":11944,"Ġmobile":11945,"iada":11946,"ĠAy":11947,"Ġnegot":11948,"Ġlisted":11949,"idae":11950,"Ġaccustomed":11951,"Ġdiez":11952,"Ġhaya":11953,"Ġconver":11954,"inks":11955,"Ġmischief":11956,"Ġannounce":11957,"Ġpossessed":11958,"Ġ1920":11959,"Ġpoem":11960,"ĠMississippi":11961,"Sil":11962,"ós":11963,"ĠEurop":11964,"Ġacost":11965,"Ġprayers":11966,"Ġinjury":11967,"Ġincredible":11968,"Ġdiaper":11969,"Ġà¬":11970,"ĠAS":11971,"Ãł":11972,"ĠDu":11973,"Ġpreparing":11974,"cla":11975,"otro":11976,"ĠfrÃŃo":11977,"Ġchum":11978,"Ġtribut":11979,"ĠHarold":11980,"Ġwaved":11981,"Ġathlet":11982,"cop":11983,"Ġdates":11984,"Ġhitting":11985,"Ġbrid":11986,"ĠtenÃŃan":11987,"nedy":11988,"ennes":11989,"Ġequally":11990,"Ġbleeding":11991,"ĠBernard":11992,"ĠLine":11993,"Ġ1946":11994,"Ġborders":11995,"Ġuncomfort":11996,"Ġmask":11997,"cock":11998,"pie":11999,"Ġobey":12000,"ĠBalt":12001,"ĠLinda":12002,"Ġpapel":12003,"igen":12004,"ĠKnight":12005,"Ġadults":12006,"Ġdisturb":12007,"Purdie":12008,"Ġerror":12009,"Ġdisaster":12010,"Ġpotty":12011,"ĠSilver":12012,"ĠPortugal":12013,"Ġbust":12014,"Ġwrites":12015,"ICE":12016,"ATION":12017,"Ġfácil":12018,"nels":12019,"Ġroast":12020,"Ġskills":12021,"Ġearthqu":12022,"Ġlick":12023,"eto":12024,"Ġprost":12025,"Ġentering":12026,"MO":12027,"Ġcable":12028,"Ġbrig":12029,"Ġfiction":12030,"Ġatrás":12031,"Ġherm":12032,"ĠNicole":12033,"Ġworm":12034,"Ġreduced":12035,"Ġ1949":12036,"dame":12037,"pack":12038,"alty":12039,"Ġademás":12040,"Ġappointment":12041,"boys":12042,"porqué":12043,"rum":12044,"ĠMoses":12045,"ĠALL":12046,"ĠBeng":12047,"ĠHit":12048,"ĠPitt":12049,"Ġrushing":12050,"rentes":12051,"Lou":12052,"ĠAtt":12053,"Ġreputation":12054,"cry":12055,"Ġenvelope":12056,"ĠFat":12057,"Ġdaylight":12058,"ĠStra":12059,"Ġcares":12060,"Ġdared":12061,"Ġtests":12062,"Ġmethods":12063,"Jos":12064,"Mo":12065,"mn":12066,"ington":12067,"Ġsingles":12068,"Ġindividuals":12069,"cill":12070,"etr":12071,"ĠBour":12072,"Ġlightning":12073,"Check":12074,"Ġgranted":12075,"Ġclo":12076,"ĠAsÃŃ":12077,"ĠGraham":12078,"Pues":12079,"zaron":12080,"ĠlÃŃ":12081,"uted":12082,"Ġrost":12083,"Ġblown":12084,"hman":12085,"ilda":12086,"Ġthankful":12087,"Ġexception":12088,"Ġcandles":12089,"Ġincreasing":12090,"Ġidentity":12091,"Ġmales":12092,"Ġdiet":12093,"Ġpractical":12094,"Pardon":12095,"hors":12096,"ĠMatemáticas":12097,"Fif":12098,"NE":12099,"GEO":12100,"Ġprey":12101,"Ġ48":12102,"érica":12103,"ĠCathy":12104,"ĠSystem":12105,"ĠChannel":12106,"Ġlodge":12107,"ouses":12108,"Ġglue":12109,"ophie":12110,"ĠSpaniards":12111,"cir":12112,"ccer":12113,"ĠAmanda":12114,"Ġgraduated":12115,"ĠTurkish":12116,"iy":12117,"Ġhaz":12118,"owa":12119,"lov":12120,"Ġadel":12121,"Ġmarched":12122,"Forget":12123,"Ġillegal":12124,"Ġreviews":12125,"Ġpac":12126,"ules":12127,"izzy":12128,"Ġimportante":12129,"Ġgarbage":12130,"Ġfantastic":12131,"peare":12132,"ĠFogg":12133,"ĠSup":12134,"Ġconsent":12135,"Ġpuzzled":12136,"Ġphotos":12137,"Ġreferring":12138,"ĠAustin":12139,"ĠSpring":12140,"ĠRalph":12141,"ĠCON":12142,"Ġhurr":12143,".'\"":12144,"Ġinstruments":12145,"ĠNobel":12146,"Ġguerra":12147,"elling":12148,"Ġarr":12149,"ooped":12150,"ĠKelly":12151,"Ġcostume":12152,"Ġgon":12153,"atas":12154,"Ġstadium":12155,"ĠGina":12156,"ĠVin":12157,"Ġsweep":12158,"Biography":12159,"Ġpartes":12160,"ĠBridge":12161,"uerto":12162,"Ġpositions":12163,"Ġqueda":12164,"THAT":12165,"Ġcuriosity":12166,"must":12167,"Ġnit":12168,"otra":12169,"Ġmanners":12170,"Ġsearching":12171,"ĠWHAT":12172,"reads":12173,"Ġinspir":12174,"Ġdebt":12175,"Ġmurmured":12176,"Ġjournalist":12177,"onent":12178,"mense":12179,"Ġsupplies":12180,"Indeed":12181,"ivery":12182,"Ġwoo":12183,"ĠoÃŃr":12184,"asper":12185,"Ġinfin":12186,"ĠLyn":12187,"Ġraising":12188,"Billy":12189,"àŃ":12190,"Ġfloating":12191,"Ġmemories":12192,"Ġurban":12193,"Ġseguir":12194,"ĠCrown":12195,"ĠForest":12196,"ombre":12197,"ĠWigg":12198,"Ġextraordinary":12199,"Ġpockets":12200,"Must":12201,"Ġseventh":12202,"Ġsources":12203,"éntame":12204,");":12205,"Malley":12206,"both":12207,"sounds":12208,"ĠTs":12209,"Ġsuitc":12210,"Ġoffering":12211,"Donald":12212,"Ġtrailer":12213,"Ġdrowned":12214,"hoe":12215,"Ġinterests":12216,"ĠCorpor":12217,"Ġvehicles":12218,"Ġescuela":12219,"Ġdialect":12220,"idamente":12221,"ĠKaren":12222,"ĠRegion":12223,"Such":12224,"train":12225,"ĠMem":12226,"Ġrasp":12227,"oody":12228,"cape":12229,"Ġjoking":12230,"Ġ1942":12231,"ĠAirport":12232,"Ġove":12233,"stru":12234,"Ġdram":12235,"Ġsunny":12236,"Ġversions":12237,"Ġ+":12238,"Ġpatch":12239,"oween":12240,"Ġweigh":12241,"Ġdeber":12242,"Ġblanco":12243,"aja":12244,"kespeare":12245,"Boy":12246,"Ġpreced":12247,"Ġinstinct":12248,"Ġ1954":12249,"gasp":12250,"77":12251,"trying":12252,"Ġfans":12253,"Ġpunch":12254,"Ġdock":12255,"ĠMiller":12256,"ĠCur":12257,"Ġcongr":12258,"Ġplum":12259,"áis":12260,"Ġloaded":12261,"Ġwhoa":12262,"derer":12263,"Ġselfish":12264,"Ġissued":12265,"Dada":12266,"ester":12267,"Ġfrente":12268,"ĠHart":12269,"ĠZorg":12270,"Ġdespair":12271,"ĠBuddy":12272,"Ġprincesa":12273,"GO":12274,"ÃŃcil":12275,"ĠNi":12276,"uki":12277,"Ġaccounts":12278,"Ġnecessarily":12279,"zerba":12280,"ĠMuslim":12281,"Ġepisodes":12282,"Ġhorns":12283,"Bea":12284,"Certainly":12285,"Ġviento":12286,"Ġcounted":12287,"Ġsilen":12288,"Ġconfirm":12289,"pretty":12290,"resents":12291,"peekaboo":12292,"Ġappropriate":12293,"Ġsaddle":12294,"Ġsueño":12295,"mill":12296,"ĠMendÃŃa":12297,"ĠAun":12298,"Ġregister":12299,"azo":12300,"Ġkicking":12301,"ĠIra":12302,"Ġawkward":12303,"Ġpelig":12304,"Ġmagnific":12305,"Ġexplosion":12306,"ĠPictures":12307,"Ġwret":12308,"Ġwhoever":12309,"Ġrested":12310,"Ġ1939":12311,"ĠNathan":12312,"becca":12313,"gage":12314,"ĠdebÃŃa":12315,"touches":12316,"ĠBee":12317,"Ġscrap":12318,"gger":12319,"cheese":12320,"ĠSoon":12321,"Ġcombined":12322,"Ġmigr":12323,"Ġhollow":12324,"ĠPear":12325,"Ġactors":12326,"hammad":12327,"Ġslippers":12328,"Ġrect":12329,"ousins":12330,"ĠKaz":12331,"Ġchill":12332,"Ġleap":12333,"Ġswinging":12334,"Ġvisiting":12335,"Ġcoward":12336,"Ġfarmers":12337,"Ġperceived":12338,"::":12339,"MAD":12340,"ĠGET":12341,"Ġsear":12342,"ĠBos":12343,"ĠRel":12344,"Ġsacrific":12345,"Ġtaxi":12346,"AKE":12347,"Ġtut":12348,"Ġbored":12349,"Ġdess":12350,"ĠJessie":12351,"ueva":12352,"Ġcocina":12353,"Ġexhausted":12354,"Ġinspired":12355,"bble":12356,"chard":12357,"ulpt":12358,"uelo":12359,"rosoft":12360,"ĠAdams":12361,"Ġvivir":12362,"Brother":12363,"Super":12364,"Cómo":12365,"ĠoÃŃdo":12366,"omo":12367,"ĠChile":12368,"Ġfastened":12369,"ĠSwiss":12370,"Ġpelota":12371,"ĠDouglas":12372,"dico":12373,"jack":12374,"Ġsession":12375,"Ġosc":12376,"Ġshone":12377,"Ġshrie":12378,"Ġgettin":12379,"Ġearliest":12380,"Ġtravelling":12381,"Ġsymptoms":12382,"ución":12383,"Ġcure":12384,"ieves":12385,"ĠEntonces":12386,"ittens":12387,"Ġpepper":12388,"ĠToday":12389,"rade":12390,"itage":12391,"Ġinch":12392,"iddle":12393,"abled":12394,"ĠGulf":12395,"ĠArnold":12396,"atson":12397,"Ġurged":12398,"woo":12399,"zos":12400,"ĠMain":12401,"ĠCreek":12402,"Ġjuntos":12403,"ĠLane":12404,"ĠStop":12405,"Ġappet":12406,"Ġverse":12407,"Ġinsult":12408,"Ġmiró":12409,"Ġconclusion":12410,"ĠHarrison":12411,"End":12412,"Ġlatest":12413,"95":12414,"Å«":12415,"ĠJes":12416,"Ġresign":12417,"Ġentertainment":12418,"Ġmild":12419,"ĠHockey":12420,"Ġ1944":12421,"Ġbananas":12422,"ĠCentre":12423,"William":12424,"Ġconductor":12425,"bia":12426,"lete":12427,"ĠAv":12428,"untranscribed":12429,"Ġdigging":12430,"song":12431,"ĠCD":12432,"Ġmerged":12433,"Ġ1955":12434,"Ġdigger":12435,"Ġquerido":12436,"Par":12437,"Ġstarred":12438,"DON":12439,"Ġhind":12440,"Ġreads":12441,"Ġpatience":12442,"Ġanticip":12443,"Ġvisitor":12444,"zerbaij":12445,"osas":12446,"ĠFederal":12447,"Ġleaning":12448,"Contenido":12449,"IKE":12450,"usive":12451,"ĠWend":12452,"ĠEnt":12453,"Ġlend":12454,"Ġknights":12455,"Ġpenguin":12456,"Us":12457,"gado":12458,"uction":12459,"Ġcuddle":12460,"ĠPy":12461,"Ġconejo":12462,"Ġdivorce":12463,"Ġcumpl":12464,"ĠJen":12465,"apo":12466,"ciences":12467,"Ġestamos":12468,"ĠdifÃŃcil":12469,"Ġsuspected":12470,"Ġsire":12471,"Ġinfer":12472,"ldom":12473,"ĠAst":12474,"agne":12475,"Ġdeaths":12476,"ĠImper":12477,"ĠNep":12478,"Ġoffers":12479,"Max":12480,"Ġtones":12481,"Ġparrot":12482,"Ġreasonable":12483,"Ġúltima":12484,"Ġapologize":12485,"mble":12486,"ór":12487,"wns":12488,"ĠCommon":12489,"Ġassociation":12490,"Ġdiciendo":12491,"King":12492,"Ġroses":12493,"IRL":12494,"won":12495,"Ġprices":12496,"Ġ1941":12497,"Ġgoddess":12498,"Ġgrupo":12499,"erick":12500,"Ġhaste":12501,"ĠWy":12502,"Ġski":12503,"Ġescond":12504,"prend":12505,"Ġcump":12506,"Ġbeloved":12507,"Ġnations":12508,"ĠHu":12509,"Ġcomin":12510,"Ġplug":12511,"Ġcola":12512,"Ġassass":12513,"Ġcomposer":12514,"Ġcou":12515,"Ġfake":12516,"ĠLITTLE":12517,"ĠKevin":12518,"Ġmetres":12519,"Absolutely":12520,"None":12521,"ureau":12522,"ĠEdna":12523,"Ġfootballer":12524,"98":12525,"hoo":12526,"nobody":12527,"Ġunderground":12528,"Ġflows":12529,"borough":12530,"Ġabandoned":12531,"bbie":12532,"Ġdevoted":12533,"jaro":12534,"rimin":12535,"Ġinher":12536,"Ġdesapare":12537,"Ġspoons":12538,"Ġgenius":12539,"Ġtalent":12540,"Ġliberty":12541,"Long":12542,"mbr":12543,"acia":12544,"ĠCard":12545,"Ġmanif":12546,"Ġimmense":12547,"Ġdrives":12548,"Ġbehavi":12549,"corre":12550,"Total":12551,"ĠLot":12552,"iah":12553,"Ġadministrative":12554,",.":12555,"Ġdating":12556,"Ġore":12557,"Ġtomb":12558,"guard":12559,"fecture":12560,"Ġexpres":12561,"Ġ1943":12562,"Ġblessed":12563,"olleyball":12564,"based":12565,"Ġtag":12566,"Ġbills":12567,"rive":12568,"uffy":12569,"Ġcleaned":12570,"Ġsensible":12571,"Ġfeatured":12572,"Ġstrangers":12573,"ĠMountain":12574,"Ġphilosophy":12575,"Follow":12576,"ĠHannah":12577,"Ġacuerdas":12578,"ĠBelgium":12579,"ku":12580,"Ġfiest":12581,"Ġselect":12582,"Ġcreating":12583,"Ġpraise":12584,"ĠHolland":12585,"Ġiv":12586,"Ġaccompany":12587,"driver":12588,"Ġinsects":12589,"Ġwo":12590,"Ġobe":12591,"onym":12592,"color":12593,"Ab":12594,"tub":12595,"Ġcomments":12596,"ĠLwww":12597,"Ġflor":12598,"Ġchico":12599,"Ent":12600,"gÃŃa":12601,"Ġvotes":12602,"Ġoverall":12603,"Ġsharing":12604,"Ġhousing":12605,"Ġplainly":12606,"Ġzebra":12607,"Ġcod":12608,"Ġcooper":12609,"Ġhambur":12610,"ĠCind":12611,"Ġscan":12612,"Ġburden":12613,"ĠâĨĹ":12614,"Ġattracted":12615,"Ġattractive":12616,"Roman":12617,"pushes":12618,"Ġjur":12619,"igue":12620,"Ġneedle":12621,"Ġesposa":12622,"Ġfrozen":12623,"Ġbronze":12624,"Ġhedge":12625,"ĠWrestling":12626,"BI":12627,"xic":12628,"ĠCart":12629,"ĠNiger":12630,"doll":12631,"Ġimagin":12632,"Ġpadres":12633,"Ġaeroplane":12634,"Ph":12635,"uese":12636,"Ġfest":12637,"Ġfog":12638,"hedral":12639,"Ġfounder":12640,"Ġrailroad":12641,"ĠPierre":12642,"PA":12643,"Rep":12644,"Ġcrashed":12645,"ĠIns":12646,"Ġcolump":12647,"Ġtemp":12648,"Ġsmells":12649,"ère":12650,"Ġcommunication":12651,"Each":12652,"dig":12653,"esper":12654,"ĠFle":12655,"ĠField":12656,"tainment":12657,"brown":12658,"Ġglobal":12659,"Ġcontrast":12660,"ĠMoore":12661,"oples":12662,"ĠBoys":12663,"Ġbishop":12664,"ifted":12665,"emen":12666,"Ġadjust":12667,"OUN":12668,"Ġllevó":12669,"Ġsiete":12670,"amm":12671,"Ġhandkerchief":12672,"ĠBlake":12673,"Ġayuda":12674,"Ġsuitable":12675,"CT":12676,"burn":12677,"uper":12678,"ĠPut":12679,"Ġsole":12680,"ĠConstit":12681,"Ġuncomfortable":12682,"horse":12683,"Ġmead":12684,"Ġmúsica":12685,"sea":12686,"Ġmock":12687,"Ġstealing":12688,"recorder":12689,"ĠhabrÃŃa":12690,"Ġtrop":12691,"edge":12692,"raf":12693,"acht":12694,"Med":12695,"woman":12696,"Ġsint":12697,"Ġdebajo":12698,"ĠOpen":12699,"Ġcrist":12700,"Ġlle":12701,"Ġsuspend":12702,"Ġcontaining":12703,"Ġwebsite":12704,"Luc":12705,"MM":12706,"Ġlest":12707,"éj":12708,"Ġimages":12709,"Ġskull":12710,"Ġrepair":12711,"Ġreceiving":12712,"Ġidentified":12713,"Ġimproved":12714,"ĠNO":12715,"ĠVill":12716,"Ġcolumn":12717,"ĠVienna":12718,"course":12719,"ondisse":12720,"ĠRepresentatives":12721,"Sin":12722,"Ġmush":12723,"Ġfisher":12724,"ĠAge":12725,"ĠCher":12726,"ĠLily":12727,"Ġleaped":12728,"Ġaquellos":12729,"Ġdil":12730,"ĠFound":12731,"Ġuncertain":12732,"ĠLaure":12733,"Ġencourage":12734,"chen":12735,"vals":12736,"Ġ400":12737,"Goodbye":12738,"Ġceiling":12739,"Ġknocking":12740,"Ġrainbow":12741,"Ġcelebrate":12742,"talking":12743,"Fort":12744,"tal":12745,"Ġfert":12746,"Ġcannon":12747,"rences":12748,"Ġdispar":12749,"Ġballoons":12750,"Ġhunter":12751,"vestigator":12752,"Ġtypical":12753,"Ġtastes":12754,"Ġprovinces":12755,"ĠUkraine":12756,"OUR":12757,"Ġsouthwest":12758,"Ġestimated":12759,"bul":12760,"itled":12761,"ĠSultan":12762,"ĠBA":12763,"apore":12764,"Ġrelative":12765,"Ġphrase":12766,"Ġchecking":12767,"BE":12768,"Ġsiendo":12769,"estion":12770,"Ġamus":12771,"Ġcompre":12772,"Ġcreep":12773,"Ġdigital":12774,"Ġ¶":12775,"Charlie":12776,"imitra":12777,"Ġespañol":12778,"iguel":12779,"Ġvoc":12780,"ĠFamily":12781,"ĠDef":12782,"Ġ1953":12783,"ĠChildren":12784,"Ġprinciple":12785,"Ġrasc":12786,"Ġvow":12787,"load":12788,"Ġvel":12789,"Ġmuscles":12790,"amor":12791,"mph":12792,"grunts":12793,"ocks":12794,"Ġcheeky":12795,"ĠPass":12796,"Ġveloc":12797,"Estoy":12798,"Ġdustbin":12799,"IFA":12800,"ĠHarris":12801,"Ġnortheast":12802,"lan":12803,"Ġtampoco":12804,"Ġwool":12805,"Ġbew":12806,"Ġpaintings":12807,"Ġpermanent":12808,"Ġanalysis":12809,"ĠHollywood":12810,"ĠBavaria":12811,"DER":12812,"Win":12813,"ĠHugh":12814,"ĠRosa":12815,"Ġgrabs":12816,"Ġcowboy":12817,"Ġdebate":12818,"Ġexperiences":12819,"Ġsculpt":12820,"Ġcollea":12821,"bled":12822,"Ġrato":12823,"getting":12824,"Ġregional":12825,"cycle":12826,"ĠIndones":12827,"Ġimmediate":12828,"Ġdibu":12829,"lady":12830,"Ġwears":12831,"umbre":12832,"Ġlazy":12833,"Ġcontrovers":12834,"Ġ1936":12835,"Ġsurvived":12836,"Richard":12837,"Ġdent":12838,"ĠGive":12839,"Ġleche":12840,"Ġsometime":12841,"Ġsolve":12842,"Ġunfortunate":12843,"wald":12844,"Ġbacks":12845,"Ġfemales":12846,"Ġjunior":12847,"Ġalas":12848,"Ġmorn":12849,"Ġoo":12850,"Ġtrash":12851,"Ġpassenger":12852,"Ġpacket":12853,"Ġideal":12854,"Ġcustomers":12855,"ratulations":12856,"ĠAgnes":12857,"Ġcongrat":12858,"Trans":12859,"post":12860,"Ġfla":12861,"Ġseldom":12862,"INK":12863,"óg":12864,"Ġminutos":12865,"Tw":12866,"Ġlane":12867,"ashes":12868,"ĠSis":12869,"énd":12870,"orton":12871,"Ġmans":12872,"Ġexposed":12873,"Ġ150":12874,"Ġpouring":12875,"Ġunconscious":12876,"rus":12877,"Ġpelo":12878,"Ġpanda":12879,"ĠAM":12880,"steps":12881,"Soon":12882,"Ġdresses":12883,"ĠColomb":12884,"Ġutterance":12885,"Find":12886,"Later":12887,"ĠEp":12888,"Ġexisted":12889,"ĠKings":12890,"ĠSeven":12891,"ĠCommun":12892,"Ġapplication":12893,"wall":12894,"Ġwhirl":12895,"ĠRap":12896,"Ġapply":12897,"insula":12898,"Ġcabo":12899,"Ġprivile":12900,"Comm":12901,"better":12902,"Men":12903,"Ven":12904,"yummy":12905,"illes":12906,"lemme":12907,"sleep":12908,"Ġhem":12909,"acu":12910,"Ġshield":12911,"Ġmeetings":12912,"Ter":12913,"isible":12914,"Ġhambre":12915,"Ġpeekaboo":12916,"ĠAss":12917,"ĠCape":12918,"Ġcurtains":12919,"Ġúnico":12920,"oust":12921,"Ġocho":12922,"ĠJu":12923,"Ġsecured":12924,"Ġslope":12925,"ĠMack":12926,"Ġalta":12927,"ĠJenn":12928,"Ġdistress":12929,"Ġcasual":12930,"aso":12931,"umbles":12932,"Ġjugando":12933,"Ġcust":12934,"ĠHospital":12935,"ÃŃos":12936,"Ġcarries":12937,"Ġdoorway":12938,"uesta":12939,"Ġuttered":12940,"Ġdamaged":12941,"ĠGeoff":12942,"Ġcousins":12943,"ĠHistory":12944,"Ġsecre":12945,"Ġcounties":12946,"Ġdivert":12947,"maid":12948,"Ġprecise":12949,"atar":12950,"bef":12951,"Ġdisgr":12952,"Ġrepresents":12953,"sterdam":12954,"ĠBoris":12955,"CI":12956,"dress":12957,"gro":12958,"gun":12959,"Ġcateg":12960,"Ġanci":12961,"Ġcrust":12962,"ĠStation":12963,"ĠInstead":12964,"Ġ1951":12965,"Ġvanished":12966,"GRM":12967,"ĠStock":12968,"Ob":12969,"tu":12970,"iti":12971,"ĠMans":12972,"ĠWork":12973,"Ġcrimes":12974,"Ġmini":12975,"Ġsqueak":12976,"Ġsecrets":12977,"Ġwrestling":12978,"oped":12979,"Ġsolar":12980,"Ġdreamed":12981,"Ġtrembling":12982,"Saint":12983,"sky":12984,"Ġmath":12985,"ggs":12986,"ĠSpace":12987,"Ġpainful":12988,"Ġsatell":12989,"Ġperdido":12990,"Ġprobable":12991,"attle":12992,"ĠPeters":12993,"Ġwriters":12994,"PP":12995,"Ġdices":12996,"Ġgown":12997,"Ġhosp":12998,"ĠPays":12999,"ĠAbraham":13000,"Ġchapter":13001,"Ġpajamas":13002,"ĠjardÃŃn":13003,"iper":13004,"lia":13005,"umer":13006,"Ġsheets":13007,"ppers":13008,"Ġchica":13009,"Ġharbor":13010,"Ġrelieved":13011,"Ġhighway":13012,"Ġvari":13013,"Ġespecie":13014,"ĠTrump":13015,"Ġgasped":13016,"Ġhonestly":13017,"Ġhatch":13018,"silver":13019,"Bad":13020,"Ġhoo":13021,"Ġcaf":13022,"Ġabsolute":13023,"ĠJosh":13024,"Ġamend":13025,"ieras":13026,"END":13027,"Ġ1934":13028,"Como":13029,"Ġespera":13030,"juice":13031,"Ġcanal":13032,"Ġsauc":13033,"Ġempire":13034,"Ġcopper":13035,"Ġruido":13036,"ĠMonster":13037,"ĠPortuguese":13038,"ĠWiggily":13039,"65":13040,"Mind":13041,"ĠAzerbaij":13042,"ĠBund":13043,"Ġ37":13044,"Ġpromin":13045,"Ġconsidering":13046,"Ġpesar":13047,"ĠKennedy":13048,"atically":13049,"Young":13050,"Ġdaisy":13051,"ĠBeach":13052,"Ġsails":13053,"Ġshouts":13054,"jado":13055,"Ġtires":13056,"Ġink":13057,"Ġarreg":13058,"ĠHend":13059,"Ġacer":13060,"ĠVe":13061,"ĠDeath":13062,"Ġgrain":13063,"Ġalternative":13064,"Ġlecture":13065,"Ġtherap":13066,"almost":13067,"Ġtwins":13068,"Ġhelpful":13069,"Ġcolony":13070,"Ġautumn":13071,"Ġbubble":13072,"iciones":13073,"ĠBab":13074,"inking":13075,"ĠNich":13076,"chae":13077,"Ġjoining":13078,"Ġ65":13079,"ĠReal":13080,"Ġstrip":13081,"Ġdisappointment":13082,"Ġcapacity":13083,"Min":13084,"Ġwhip":13085,"ĠThom":13086,"Ġmurderer":13087,"number":13088,"Ġcrab":13089,"quack":13090,"ĠAna":13091,"ĠHell":13092,"Ġleaned":13093,"avan":13094,"Ġcuad":13095,"Ġsalud":13096,"ĠMcdonalds":13097,"Ġconducted":13098,"Ġhermosa":13099,"istas":13100,"Its":13101,"ĠKath":13102,"ĠShakespeare":13103,"Ġpurposes":13104,"ĠIndepend":13105,"Ġcomic":13106,"Ġdecisions":13107,"Ġimagination":13108,"Ġdiagnos":13109,"mund":13110,"Ġgap":13111,"ifully":13112,"ROM":13113,"Ġ1938":13114,"Ġoffend":13115,"Ġjugu":13116,"Ġdiferentes":13117,"iosa":13118,"Ġtwist":13119,"Ġtrump":13120,"Ġtroll":13121,"Ġdwar":13122,"Ġdeaf":13123,"ĠEnd":13124,"onda":13125,"Ġsmallest":13126,"phones":13127,"Ġblankets":13128,"orkshire":13129,"ranean":13130,"Ġinfluenced":13131,"Eight":13132,"Gee":13133,"ORE":13134,"Step":13135,"today":13136,"utter":13137,"Ġrack":13138,"Ġvag":13139,"Ġgross":13140,"Ġhabitantes":13141,"Ġwidow":13142,"kh":13143,"Ġtuck":13144,"assador":13145,"gedy":13146,"odore":13147,"ternal":13148,"Ġconsegu":13149,"Mc":13150,"var":13151,"Ġlent":13152,"Ġkite":13153,"Ġbrass":13154,"Ġremote":13155,"Ġbabys":13156,"ĠMediter":13157,"Ġmala":13158,"leans":13159,"ĠPun":13160,"opus":13161,"ĠRoc":13162,"Ġbattles":13163,"Ġtesting":13164,"Ġstriking":13165,"Ġcabinet":13166,",-":13167,"Yet":13168,"edy":13169,"ĠLev":13170,"mmm":13171,"Ġrip":13172,"Ready":13173,"Ġstatue":13174,"Ġarrangements":13175,"Ġinvolve":13176,"Ġtraveling":13177,"Ġfabric":13178,"Esta":13179,"TRA":13180,"West":13181,"dles":13182,"ois":13183,"Ġsector":13184,"Ġcontents":13185,"Ġhurricane":13186,"DO":13187,"Sólo":13188,"gate":13189,"Ġwax":13190,"hane":13191,"ivia":13192,"Ġperf":13193,"Ġsuspicious":13194,"cam":13195,"ront":13196,"tuce":13197,"ĠCatherine":13198,"ĠPam":13199,"ĠFern":13200,"Ġoranges":13201,"Ġlookin":13202,"Ġdesired":13203,"enez":13204,"Ġmaxim":13205,"Ġdischar":13206,"ĠAut":13207,"Ġtrapped":13208,"grow":13209,"ĠSergeant":13210,"bourne":13211,"ĠLuke":13212,",]":13213,"VEN":13214,"rin":13215,"Ġwolves":13216,"Ġpase":13217,"Ġbehave":13218,"ĠScience":13219,"Ġshaped":13220,"nesota":13221,"Ġroughly":13222,"pulls":13223,"Ġenvironmental":13224,"Ġmunicipalities":13225,"ĠEuropa":13226,"pig":13227,"Ġtops":13228,"Ġrit":13229,"ĠThough":13230,"Ġcombination":13231,"given":13232,"Ġendeav":13233,"Ġcoger":13234,"Ġdelivery":13235,"oming":13236,"opot":13237,"Ġpromet":13238,"sels":13239,"gotta":13240,"Ġengineering":13241,"Ġabuelo":13242,"YS":13243,"zaba":13244,"Ġano":13245,"Ġdaba":13246,"adies":13247,"ĠPoint":13248,"Ġram":13249,"emeter":13250,"Ġflame":13251,"Ġdistract":13252,"ĠThor":13253,"Ġawhile":13254,"Ġvarios":13255,"ĠJohan":13256,"ingham":13257,"Ġdelante":13258,"headed":13259,"Ġmessages":13260,"Ġhubo":13261,"Ġreminds":13262,"Este":13263,"Until":13264,"Ġdict":13265,"Ġpid":13266,"ĠBY":13267,"Ġglorious":13268,"Ġga":13269,"Ġassemb":13270,"ĠCooper":13271,"ells":13272,"ĠPra":13273,"Ġbothered":13274,"Ġrecall":13275,"Quick":13276,"anguage":13277,"castle":13278,"Ġcommunities":13279,"ĠDennis":13280,"ĠLore":13281,"Ġargue":13282,"Ġmedium":13283,"Ġembr":13284,"Ġpalm":13285,"Unless":13286,"Ġnariz":13287,"ĠEvelyn":13288,"ĠRabbit":13289,"mail":13290,"Ġbaba":13291,"Ġdot":13292,"igel":13293,"Ġcoloc":13294,"Ġprofit":13295,"Ġimagined":13296,"Ġresemb":13297,"Ġencuentra":13298,"Ro":13299,"Ġfict":13300,"omp":13301,"Ġhood":13302,"ĠCuba":13303,"ĠNE":13304,"Ġloll":13305,"Ġnewly":13306,"Quite":13307,"cuál":13308,"flower":13309,"ĠMicrosoft":13310,"Ġdivorced":13311,"Ġrostro":13312,"pite":13313,"rón":13314,"Ġpolite":13315,"ROW":13316,"shut":13317,"Ġdynasty":13318,"Ġpromptly":13319,"96":13320,"quita":13321,"oxy":13322,"Ġtoca":13323,"odo":13324,"Ġcari":13325,"Ġassure":13326,"Ġvenir":13327,"Ġplanted":13328,"apsed":13329,"Ġconocido":13330,"ĠRadio":13331,"Ġaus":13332,"uridad":13333,"Ġsoccer":13334,"ĠNelson":13335,"ĠAnthony":13336,"ĠLaurie":13337,"Ask":13338,"Ġbusinessman":13339,"ĠJonathan":13340,"Ġsubmarine":13341,"Ġsoutheast":13342,"Ġalter":13343,"Ġ33":13344,"Ġmodest":13345,"ĠSeñor":13346,"ĠSOME":13347,"onic":13348,"ĠMist":13349,"ĠCir":13350,"olver":13351,"ĠChildsname":13352,"ĠIndeed":13353,"Ġgardens":13354,"UGH":13355,"Ġstair":13356,"eae":13357,"ĠFriend":13358,"Ġmarav":13359,"ibles":13360,"TED":13361,"Ġcritics":13362,"todo":13363,"lés":13364,"nat":13365,"school":13366,"vation":13367,"Ġté":13368,"ĠTambién":13369,"ĠAis":13370,"ĠGame":13371,"ĠKnow":13372,"iasm":13373,"ĠIrene":13374,"wah":13375,"Ġmike":13376,"ĠMartha":13377,"Ġjudgment":13378,"dough":13379,"fare":13380,"pow":13381,"went":13382,"Ġase":13383,"Ġlied":13384,"ĠJay":13385,"Ġenters":13386,"ĠBenjamin":13387,"Ġrobot":13388,"Aah":13389,"SAR":13390,"ĠVI":13391,"Ġimmigr":13392,"style":13393,"ĠCook":13394,"ĠGard":13395,"Ġsmack":13396,"irlines":13397,"Ġconsideration":13398,"Ġmuchacho":13399,"Ġmorir":13400,"Ġstruggling":13401,"NG":13402,"Ġnerve":13403,"Ġley":13404,"inted":13405,"Ġ178":13406,"Ġpha":13407,"arms":13408,"Ġecha":13409,"Ġsew":13410,"roe":13411,"Ġjumps":13412,"Ġclin":13413,"Ġtrim":13414,"Ġrespir":13415,"ĠMarky":13416,"Ġphilosopher":13417,"Ray":13418,"ĠBack":13419,"Ġdollhouse":13420,"Ġcamping":13421,"ĠWhit":13422,"Ġcarta":13423,"such":13424,"ivas":13425,"ĠKas":13426,"Ġcolours":13427,"Ġlargely":13428,"Ġsummon":13429,"Ġmeantime":13430,"Ġconcerning":13431,"ĠBoard":13432,"Ġsuspicion":13433,"bil":13434,"Ġarena":13435,"ĠPur":13436,"Ġagents":13437,"Ġamid":13438,"Ġpopped":13439,"Ġpromoted":13440,"Ġdeparture":13441,"pretends":13442,"leaños":13443,"ĠEntertainment":13444,"pel":13445,"hafta":13446,"throp":13447,"ĠJUST":13448,"Ġrelation":13449,"Ġgover":13450,"Ġ47":13451,"Ġartific":13452,"Ġclassical":13453,"Ġsteadily":13454,"Ġil":13455,"Ġrebell":13456,"Ġbenefits":13457,"Ġdiscussed":13458,"ĠToby":13459,"Ġcore":13460,"ĠHIS":13461,"ĠHope":13462,"Ġfilling":13463,"Ġcultiv":13464,"Ġapproximately":13465,"jan":13466,"roo":13467,"Ġdick":13468,"irit":13469,"Ġvine":13470,"ĠLib":13471,"Also":13472,"rooms":13473,"Ġspecim":13474,"Ġhydrogen":13475,"ĠalegrÃŃa":13476,"rigerator":13477,"Tim":13478,"fo":13479,"isation":13480,"Ġbean":13481,"Ġsuperfic":13482,"everything":13483,"Ġdescended":13484,"empor":13485,"Ġintr":13486,"Ġdeeper":13487,"ĠJustice":13488,"Grandma":13489,"ĠInternacional":13490,"ĠSquare":13491,"Ġsistema":13492,"ĠCre":13493,"ĠCarr":13494,"ĠPara":13495,"Ġbrook":13496,"Ġprest":13497,"Ġcontigo":13498,"Ġstrain":13499,"ĠAfghanistan":13500,"Ġloan":13501,"ür":13502,"jeron":13503,"Ġhesitated":13504,"Lu":13505,"fing":13506,"town":13507,"Ġpots":13508,"ecut":13509,"blows":13510,"Ġ1933":13511,"ĠMountains":13512,"Ġshadows":13513,"Ġtemporary":13514,"Ġpoblación":13515,"mitted":13516,"Ġ..":13517,"Ġduda":13518,"ĠSeveral":13519,"allel":13520,"chicken":13521,"Ġvit":13522,"Ġvoted":13523,"âĢĭ":13524,"Ġdisturbed":13525,"Ġdiplom":13526,"ĠRober":13527,"Ġpear":13528,"ĠJackie":13529,"Ġnueva":13530,"ĠSingapore":13531,"Ġwip":13532,"Ġding":13533,"Ġpose":13534,"Ġsty":13535,"eaba":13536,"Ġeveryday":13537,"Ġhojas":13538,"alda":13539,"Ġmerc":13540,"Ġhermanos":13541,"Ġfruits":13542,"Ġfulf":13543,"Ġrenew":13544,"ĠFIFA":13545,"Ġexists":13546,"aph":13547,"doors":13548,"Ġrestrict":13549,"ĠCarlos":13550,"Ġdessert":13551,"Ġalike":13552,"hies":13553,"Ġcompounds":13554,"umpy":13555,"boom":13556,"Ġtriumph":13557,"Ġscrub":13558,"Ġfundament":13559,"Ġdeclar":13560,"idel":13561,"Ġspan":13562,"ĠHeidi":13563,"Ġcompete":13564,"Ġparticles":13565,"Ġbullets":13566,"Ġhorizon":13567,"FC":13568,"Mal":13569,"atical":13570,"Ġechar":13571,"ĠChat":13572,"tec":13573,"ĠYorkshire":13574,"Ġbedtime":13575,"Ġassumed":13576,"Ġsadly":13577,"Ġcomplic":13578,"Ġnuestros":13579,"Hola":13580,"cool":13581,"Ġoink":13582,"Ġlions":13583,"ĠHat":13584,"Ġfrost":13585,"Ġclue":13586,"babbling":13587,"Ġbeasts":13588,"Ġwives":13589,"Ġoutfit":13590,"wear":13591,"Ġcracker":13592,"Ġtorment":13593,"France":13594,"Ġhob":13595,"Ġnina":13596,"ĠRO":13597,"egas":13598,"Ġmodels":13599,"ĠCarter":13600,"ĠMaur":13601,"ĠMinnesota":13602,"ĠSpecial":13603,"Cut":13604,"Spe":13605,"jab":13606,"Ġsample":13607,"Ġproport":13608,"avier":13609,"Ġstickers":13610,"Ġemotion":13611,"Ġvideos":13612,"Ġcherry":13613,"gian":13614,"tical":13615,"Ġdolor":13616,"ruit":13617,"shirt":13618,"ĠIsa":13619,"eyed":13620,"Ġcustomer":13621,"Ġéstos":13622,"picture":13623,"Ġcompass":13624,"Ġ42":13625,"Ġanswering":13626,"Ġscientist":13627,"ĠCambridge":13628,"GRF":13629,"mama":13630,"Ġtons":13631,"Ġpence":13632,"ĠGha":13633,"Ġreduce":13634,"Ġruler":13635,"ão":13636,"Pa":13637,"ĠInc":13638,"Ġadministration":13639,"ennessee":13640,"orro":13641,"ĠNag":13642,"ĠElect":13643,"Ġseeking":13644,"Ġconscience":13645,"Ġspoil":13646,"AST":13647,"Ġrespondió":13648,"DEM":13649,"EFA":13650,"actory":13651,"Ġregiment":13652,"Ġcharity":13653,"Ġgusto":13654,"ĠRomans":13655,"Ra":13656,"Ġfalt":13657,"ĠPad":13658,"Ġperder":13659,"Always":13660,"Ġbabe":13661,"Ġpronounced":13662,"Ġbehalf":13663,"ĠSomers":13664,"Sounds":13665,"instein":13666,"Ġkettle":13667,"unting":13668,"ĠHir":13669,"ĠWOR":13670,"Ġcoin":13671,"prim":13672,"Ġvalor":13673,"ĠABOUT":13674,"Lie":13675,"Ġther":13676,"Ġfitted":13677,"achi":13678,"ĠGro":13679,"Ġestuvo":13680,"pleasant":13681,"ĠConne":13682,"Ġtrabajar":13683,"Ġsem":13684,"ĠFree":13685,"Ġneedn":13686,"ĠStuart":13687,"Ġfiles":13688,"iggle":13689,"ĠMadam":13690,"Ġinternal":13691,"ĠDiego":13692,"ĠtÃŃo":13693,"ĠDin":13694,"ést":13695,"Ġchlor":13696,"Ġobed":13697,"fortunately":13698,"Ġbarking":13699,"Ġmeasures":13700,"Ġnappie":13701,"Pued":13702,"tiene":13703,"Ġreception":13704,"ĠHold":13705,"ĠHuman":13706,"Ġmane":13707,"Ġ34":13708,"Ġsurve":13709,"Ġhopeless":13710,"Ġllegado":13711,"Ġindicate":13712,"à¥į":13713,"Ġranked":13714,"opotam":13715,"Won":13716,"cray":13717,"onom":13718,"Ġdow":13719,"Ġtore":13720,"roit":13721,"ĠSky":13722,"andom":13723,"Ġplung":13724,"Ġcontempl":13725,"Ġsurprising":13726,"Ġpanic":13727,"Ġviolin":13728,"Ġphysics":13729,"Ġregarding":13730,"Ġintelligent":13731,"Ġwrap":13732,"Ġkangaroo":13733,"ĠBox":13734,"plash":13735,"iverpool":13736,"Ġoccurs":13737,"ĠJoan":13738,"cook":13739,"iw":13740,"ĠAuthor":13741,"ĠNative":13742,"chant":13743,"Ġswiftly":13744,"ĠIraq":13745,",,":13746,"through":13747,"Ġlightly":13748,"Ġcharts":13749,"Ġpudding":13750,"Ġiban":13751,"-;":13752,"Ġtheater":13753,"ĠImp":13754,"ctr":13755,"meow":13756,"Bra":13757,"Ġdip":13758,"Ġincom":13759,"ativo":13760,"riot":13761,"tera":13762,"Ġproperties":13763,"throws":13764,"Ġolvid":13765,"heastern":13766,"CHR":13767,"ĠNev":13768,"Ġclip":13769,"ĠAlber":13770,"much":13771,"Ġreb":13772,"stream":13773,"ĠCómo":13774,"Ġsufic":13775,"Ġinvasion":13776,"children":13777,"Ġscramb":13778,"ĠAlfred":13779,"entially":13780,"Ġpension":13781,"Ġmortal":13782,"Arab":13783,"Things":13784,"Ġcler":13785,"ĠKang":13786,"ĠVik":13787,"Ġ39":13788,"ĠScar":13789,"ĠAdvent":13790,"Ġtested":13791,"Ġdedic":13792,"Ġelectrical":13793,"haven":13794,"Ġgear":13795,"Ġgalax":13796,"Ġalert":13797,"oodle":13798,"Ġdreaming":13799,"Ġadmire":13800,"Ġlabour":13801,"Ġtitles":13802,"Ġslightest":13803,"Ġlantern":13804,"pherd":13805,"Ġdignity":13806,"Mel":13807,"cab":13808,"tiger":13809,"ĠKir":13810,"ajes":13811,"Ġflock":13812,"ĠGerald":13813,"Ġsensitive":13814,"Ġhire":13815,"Ġnave":13816,"ĠAmos":13817,"ĠGary":13818,"whoo":13819,"Ġdivide":13820,"Ġmistakes":13821,"Ġparking":13822,"ĠJulie":13823,"Ġpeaceful":13824,"Ġprojects":13825,"Ġcambio":13826,"Ġbrazos":13827,"fuer":13828,"Ġbunk":13829,"Ġdime":13830,"Ġpuntos":13831,"ĠMm":13832,"ĠBurn":13833,"ĠVar":13834,"Ġdifferences":13835,"Ġmusk":13836,"Ġactivist":13837,"Ġyelled":13838,"Ġtransferred":13839,"Ġpiedra":13840,"('":13841,"lest":13842,"ĠTennessee":13843,"Ġlibre":13844,"Ġcontext":13845,"Ġdaño":13846,"Ġllamado":13847,"Ġdancer":13848,"Ġtoler":13849,"leen":13850,"ĠSorry":13851,"Ġcasita":13852,"Ġmixture":13853,"âĨĴ":13854,"ĠHitler":13855,"Ġphe":13856,"ifica":13857,"Ġfrown":13858,"Ġdeserted":13859,"Ġlearnt":13860,"ĠOscar":13861,"ĠIslamic":13862,"Ġoccasions":13863,"Imp":13864,"VI":13865,"catch":13866,"Ġbounce":13867,"ĠEsta":13868,"ĠOfficer":13869,"Ġpops":13870,"Ġedges":13871,"Ġcircul":13872,"rolling":13873,"shows":13874,"57":13875,"xide":13876,"Ġdeput":13877,"ĠMess":13878,"ĠCould":13879,"uddy":13880,"Ġmarvell":13881,"Ġclearing":13882,"Ġdefined":13883,"Know":13884,"iembre":13885,"Ġric":13886,"Ġboil":13887,"Ġraw":13888,"Ġ1937":13889,"Ġapproved":13890,"Ġhunger":13891,"xed":13892,"Ġdas":13893,"icians":13894,"ĠDak":13895,"ĠWalt":13896,"cling":13897,"Ġtercer":13898,"Ġpainter":13899,"bottle":13900,"Ġribbon":13901,"Ġscold":13902,"Ġlean":13903,"Ġspons":13904,"Ġclaws":13905,"Ġcompound":13906,"Ġterrific":13907,"Ġllevaba":13908,"ĠPatty":13909,"Ġbelonging":13910,"Ġpequeños":13911,"Ġwisdom":13912,"oise":13913,"orp":13914,"ĠDream":13915,"Ġconspir":13916,"Though":13917,"ĠWhich":13918,"Ġautomobile":13919,"Ġarrows":13920,"arrow":13921,"noises":13922,"andra":13923,"ellect":13924,"angled":13925,"Ġawesome":13926,"iffs":13927,"ĠOrgan":13928,"ivamente":13929,"Ġfatal":13930,"Ġamarillo":13931,"Det":13932,"ORY":13933,"Ġguessed":13934,"Ġofficials":13935,"Enough":13936,"Ġethnic":13937,"Ġcruz":13938,"Ġvisual":13939,"Going":13940,"Ġ1935":13941,"Ġobser":13942,"Ġbyebye":13943,"Ġidentify":13944,"cin":13945,"Ġauto":13946,"Ġslavery":13947,"Ġarrangement":13948,"lines":13949,"rot":13950,"Ġhorrid":13951,"Ġinvisible":13952,"ĠAmsterdam":13953,"Ġradi":13954,"'-":13955,"Dor":13956,"hur":13957,"lay":13958,"ĠAmb":13959,"Ġfollowers":13960,"Ġgazing":13961,"ĠPotato":13962,"ben":13963,"jó":13964,"Ġbelieves":13965,"Ġrepente":13966,"Después":13967,"Ġmagazines":13968,"\"_":13969,"acco":13970,"Ġascend":13971,"Ġserie":13972,"Ġminus":13973,"ĠGrammy":13974,"Ġpueda":13975,"Ġzone":13976,"Ġirrit":13977,"velopment":13978,"ĠNext":13979,"Ġopposition":13980,"Ġgoats":13981,"ĠElla":13982,"ĠOR":13983,"Ġdisgu":13984,"Ġhomework":13985,"aneous":13986,"woke":13987,"Ġvuestra":13988,"Ġacá":13989,"Ġglances":13990,"Ġheartily":13991,"August":13992,"Kat":13993,"Tu":13994,"Ġscho":13995,"Ġwiped":13996,"Ġquid":13997,"ĠPoor":13998,"Ġfortunate":13999,"Ġstrings":14000,"ĠMedia":14001,"Ġadmiration":14002,"Ġearnestly":14003,"ĠBuilder":14004,"ĠWelsh":14005,"\"!":14006,"Ġdense":14007,"icals":14008,"Ġlibert":14009,"Ġamused":14010,"Ġbloss":14011,"Ġdisorder":14012,"Ġwrist":14013,"Ġcaus":14014,"Ġequival":14015,"Ġventure":14016,"Ġdocuments":14017,"Ġpitched":14018,"ĠHotel":14019,"Ġcomenzó":14020,"ĠWendy":14021,"oration":14022,"Ġdepression":14023,"ĠDenmark":14024,"jaros":14025,"March":14026,"ipt":14027,"Ġwithdraw":14028,"Ġsplas":14029,"Ġpeel":14030,"ĠKarl":14031,"ĠUEFA":14032,"Ġdiab":14033,"Ġskipper":14034,"Ġincluso":14035,"bbit":14036,"Ġbuenos":14037,"elephant":14038,"cro":14039,"Ġsar":14040,"Ġbrains":14041,"Ġlifting":14042,"Ġlevantó":14043,"ĠBradford":14044,"Ġproposal":14045,"kitty":14046,"Ġgit":14047,"riages":14048,"ĠBush":14049,"ulu":14050,"Ġclerk":14051,"Ġpeoples":14052,"ĠVic":14053,"ĠAnderson":14054,"Ġlively":14055,"Ġpasta":14056,"Ġstripes":14057,"ĠEstados":14058,"ferences":14059,"ĠMalcolm":14060,"ĠLibr":14061,"Ġpistol":14062,"Ġmej":14063,"Ġmeals":14064,"ĠHop":14065,"Ġrural":14066,"Ġorbit":14067,"Ġcompr":14068,"dele":14069,"Ġlighter":14070,"ĠZoe":14071,"ĠAllison":14072,"Ġtails":14073,"Ġpensó":14074,"ĠUSA":14075,"Ġcycle":14076,"Ġacquaintance":14077,":--":14078,"Ros":14079,"fif":14080,"Ġhog":14081,"Ġovercome":14082,"iversary":14083,"Ġocas":14084,"Ġregularly":14085,"ĠGirls":14086,"ĠPhilippines":14087,"Ġsuitcase":14088,"Ġfiesta":14089,"Ġamusement":14090,",...":14091,"held":14092,"Ġace":14093,"ĠTower":14094,"ĠMs":14095,"Ġvive":14096,"loj":14097,"cover":14098,"Ġsurvey":14099,"Ġprovisions":14100,"Ġmarker":14101,"someone":14102,"Ġponemos":14103,"Ġcelebrated":14104,"Cal":14105,"Hard":14106,"tis":14107,"atus":14108,"illing":14109,"uccess":14110,"Ġvieja":14111,"Ġmeasured":14112,"ĠTemple":14113,"CC":14114,"German":14115,"rome":14116,"Ġinmedi":14117,"quer":14118,"Ġagency":14119,"Ġfinest":14120,"Ġelsewhere":14121,"Ġaprend":14122,"Ġrocking":14123,"Guess":14124,"Jean":14125,"Ġenthusi":14126,"Nos":14127,"Ġbehold":14128,"adi":14129,"owl":14130,"Ġshine":14131,"Ġunpleasant":14132,"Ġdescent":14133,"ĠYan":14134,"Ġmarcha":14135,"ĠPrice":14136,"ĠComo":14137,"Ġpodr":14138,"Ġ1929":14139,"uenos":14140,"Ġastonishment":14141,"San":14142,"dear":14143,"weight":14144,"Ġswamp":14145,"Ġfixing":14146,"Chris":14147,"Tengo":14148,"ĠSolomon":14149,"Suddenly":14150,"mur":14151,"Ġsno":14152,"ĠBand":14153,"Ġruff":14154,"ĠFame":14155,"ixon":14156,"Ġflames":14157,"Ġfinishing":14158,"Ġcamel":14159,"Except":14160,"Ġpunished":14161,"Ġaccomplished":14162,"MS":14163,"Pretty":14164,"Ġcen":14165,"Ġnods":14166,"ĠTodd":14167,"Ġpursuit":14168,"orters":14169,"ĠBry":14170,"Ġsod":14171,"Ġcongress":14172,"Ġadap":14173,"Ġprincipio":14174,"Ġretirement":14175,"ĠJill":14176,"Ġresigned":14177,"Ġutterly":14178,"ĠPalace":14179,"Ġprosper":14180,"Ġjewel":14181,"phy":14182,"Ġ\"\"":14183,"iend":14184,"ĠUnidos":14185,"Ġconsequence":14186,"emetery":14187,"68":14188,"gne":14189,"Ġteles":14190,"ĠPunch":14191,"ése":14192,"ĠKo":14193,"Ġoffices":14194,"Ġgustan":14195,"Ġdedicated":14196,"Ġwarriors":14197,"PH":14198,"eyes":14199,"ĠCE":14200,"Ġformerly":14201,"Ġexamined":14202,"shoes":14203,"brew":14204,"estro":14205,"ĠGun":14206,"ĠLIKE":14207,"Ġspilled":14208,"ĠVice":14209,"ĠveÃŃa":14210,"Ġ1931":14211,"Ġpractically":14212,"Ġnucle":14213,"Ġmagnificent":14214,"Lord":14215,"graph":14216,"jud":14217,"Ġbacon":14218,"amble":14219,"gered":14220,"Ġcole":14221,"Ġsurrender":14222,"Ġindul":14223,"Ġsnapped":14224,"Ġabsent":14225,"Ġbuffalo":14226,"Bre":14227,"nada":14228,"umbo":14229,"thel":14230,"Ġentró":14231,"Ġwarrant":14232,"ĠAncient":14233,"Ġexamination":14234,"ĠStanley":14235,"59":14236,"Cons":14237,"Ġger":14238,"ATE":14239,"ĠWWE":14240,"Ġbroom":14241,"Ġdeveloping":14242,"table":14243,"starts":14244,"ĠHappy":14245,"arting":14246,"hooray":14247,"Ġmonsters":14248,"Ġcamps":14249,"Ġmessenger":14250,"ĠJudy":14251,"ĠKatie":14252,"Ġsearched":14253,"Ġbehaviour":14254,"Ġaired":14255,"erican":14256,"Ġcreek":14257,"Ġthread":14258,"Ġree":14259,"Ġdeport":14260,"ĠAff":14261,"ĠOak":14262,"Ġpend":14263,"Ġinvit":14264,"Ġoperated":14265,"Ġiniti":14266,"Ġtravelled":14267,"'!":14268,"free":14269,"oni":14270,"Ġpi":14271,"Ġabuse":14272,"Ġbreed":14273,"Ġflee":14274,"AA":14275,"Chan":14276,"Mike":14277,"Ġrefe":14278,"Ġabrir":14279,"duct":14280,"Ġcontrary":14281,"Muy":14282,"bast":14283,"Äĩ":14284,"Ġpets":14285,"Ġcoinc":14286,"Ġfoods":14287,"Ġ1932":14288,"Ġrepresenting":14289,"Ġbucks":14290,"smith":14291,"nar":14292,"itches":14293,"entine":14294,"ulas":14295,"Ġshiny":14296,"ĠRick":14297,"Ġpatrol":14298,"overlap":14299,"Ġperforming":14300,"ĠONE":14301,"birds":14302,"Ġbumped":14303,"orf":14304,"Ġinfection":14305,"ĠWaz":14306,"ĠRea":14307,"Ġwheat":14308,"flakes":14309,"Meanwhile":14310,"ĠHawai":14311,"Ġpájaro":14312,"Fred":14313,"rada":14314,"Ġapt":14315,"antha":14316,"Ġminim":14317,"Ġpropose":14318,"Billboard":14319,"purple":14320,"Ġdulce":14321,"block":14322,"umbr":14323,"Ġenqu":14324,"ĠEducation":14325,"Ġtrot":14326,"quered":14327,"papá":14328,"ĠConfederate":14329,"Ġschedule":14330,"dra":14331,"dile":14332,"Ġhorm":14333,"Ġnerves":14334,"estaba":14335,"Ġscorn":14336,"Ġexplains":14337,"Ġdifficulties":14338,"jeres":14339,"Second":14340,"onight":14341,"Ġoak":14342,"Ġoars":14343,"ĠBright":14344,"ĠNorm":14345,"Ġflashed":14346,"Ġsubir":14347,"iko":14348,"Ġeighth":14349,"ĠCzech":14350,"mac":14351,"Ġtact":14352,"Ġhither":14353,"Ġusers":14354,"Ġchoc":14355,"Ġmathematics":14356,"lord":14357,"ĠTu":14358,"hibit":14359,"plain":14360,"Ġescucha":14361,"Ġtechnical":14362,"Ġacompañ":14363,"Ġearthquake":14364,"Ġalma":14365,"ĠJose":14366,"Ġorchestra":14367,"active":14368,"Ġsteering":14369,"Ġranks":14370,"strong":14371,"Ġromp":14372,"Ġgrinned":14373,"pto":14374,"rik":14375,"Ġatre":14376,"Ġjumper":14377,"Ġabe":14378,"chet":14379,"Ġmirar":14380,"ábamos":14381,"ĠHERE":14382,"bat":14383,"tea":14384,"ĠMU":14385,"selo":14386,"ĠRio":14387,"ĠSpen":14388,"Att":14389,"Ġtaxes":14390,"Ġpudiera":14391,"Ġingen":14392,"bea":14393,"ĠLiving":14394,"ĠRIGHT":14395,"ANK":14396,"ĠAlger":14397,"porated":14398,"ologists":14399,"afa":14400,"idy":14401,"obs":14402,"Ġverd":14403,"Ġsubstance":14404,"Ġcounsel":14405,"Ġwarrior":14406,"voy":14407,"ĠĊ":14408,"Ġling":14409,"unidad":14410,"Ġ\"'":14411,"Ġropa":14412,"Ġcharm":14413,"Ġprett":14414,"Ġvalues":14415,"Ġdepending":14416,"celona":14417,"Ġliberal":14418,"ĠUniversidad":14419,"Bro":14420,"Kim":14421,"Ġwaff":14422,"Ġfries":14423,"Ġpairs":14424,"Ġconvent":14425,"neigh":14426,"ceso":14427,"Ġheadache":14428,"Ġrelatively":14429,"Ġhicieron":14430,"fi":14431,"gur":14432,"Ġtes":14433,"Ġhose":14434,"osure":14435,"ĠBishop":14436,"Ġviste":14437,"Ġabre":14438,"Ġcareless":14439,"ĠQueens":14440,"ĠRomania":14441,"Ġenthusiasm":14442,"Master":14443,"Whe":14444,"encies":14445,"adays":14446,"abes":14447,"doing":14448,"ĠQuoth":14449,"ĠMichelle":14450,"ĠMaryland":14451,"chocolate":14452,"Ġcaval":14453,"enne":14454,"ĠPress":14455,"ĠWes":14456,"Ġgrit":14457,"Ġcorrer":14458,"Ġplanets":14459,"ĠWillie":14460,"Ġtightly":14461,"Sa":14462,"Sur":14463,"dist":14464,"ÃŃsimo":14465,"Post":14466,"rous":14467,"CHER":14468,"Ġserves":14469,"ĠAlban":14470,"Ġfairies":14471,"Ġradiation":14472,"ourable":14473,"Ġtapes":14474,"Ġcomrade":14475,"sister":14476,"ĠTW":14477,"Ġupright":14478,"ĠLar":14479,"bean":14480,"Soy":14481,"Ġlayer":14482,"Ġsupporting":14483,"Ġdevices":14484,"Ġcrawling":14485,"Ġtranslated":14486,"ĠMediterranean":14487,"enton":14488,"ĠBaker":14489,"Ġgrasp":14490,"Ġafterward":14491,"Ġgrabbed":14492,"Ġpreferred":14493,"ĠPhill":14494,"fashion":14495,"zel":14496,"adise":14497,"Ġ\"_":14498,"opes":14499,"Ġshorter":14500,"Ġentitled":14501,"Ġformation":14502,"apping":14503,"ĠPrix":14504,"Tomorrow":14505,"ĠGranny":14506,",[":14507,"Reg":14508,"pose":14509,"Ġbask":14510,"ĠCall":14511,"illon":14512,"ested":14513,"Ġfranc":14514,"ega":14515,"Ġcorrupt":14516,"Ġinsane":14517,"Ġpolicies":14518,"Ġeducated":14519,"ĠFinland":14520,"Les":14521,"sweet":14522,"ĠLil":14523,"ailing":14524,"ĠPrim":14525,"Ġindicated":14526,"Ġinglés":14527,"ĠNazi":14528,"Ġatoms":14529,"Ġsoda":14530,"ulk":14531,"ĠBerry":14532,"Ġdurm":14533,"ĠNapole":14534,"tas":14535,"ĠHIM":14536,"Ġroto":14537,"ĠDark":14538,"Ġcarro":14539,"Shh":14540,"ICK":14541,"Ġoyó":14542,"Ġdesarroll":14543,"ĠNellie":14544,"Ġawoke":14545,"ĠSÃŃ":14546,"olan":14547,"oping":14548,"ateur":14549,"Ġclick":14550,"Ġimporta":14551,"Ġgrape":14552,"ĠLeo":14553,"ALLY":14554,"Ġwhispering":14555,"Ġrecognition":14556,"Ġ1928":14557,"Ġmotorcycle":14558,"rizona":14559,"Ġwounds":14560,"Ġoath":14561,"Ġfet":14562,"Ġwasted":14563,"lyde":14564,"rod":14565,"ths":14566,"ĠGor":14567,"Ġmenor":14568,"Ġkills":14569,"Ġ64":14570,"Ġmiracle":14571,"Ġaccommod":14572,"ĠNepal":14573,"Ġsuits":14574,"ĠRoll":14575,"meal":14576,"Ġreflected":14577,"Ġdeadly":14578,"Ġthanked":14579,"Ġprovides":14580,"Ġarchitecture":14581,"Ġdiscipline":14582,"Ġcushion":14583,"uu":14584,"Ġgent":14585,"ĠCensus":14586,"Ġtwisted":14587,"Ġlettuce":14588,"Ġrestored":14589,"Ġ£":14590,"disc":14591,"rings":14592,"uine":14593,"ĠTest":14594,"Ġflushed":14595,"ibilities":14596,"Ġfreely":14597,"nuts":14598,"ĠSri":14599,"Ġplata":14600,"ĠRain":14601,"Ġtrusted":14602,"Ġprev":14603,"hards":14604,"Ġapparent":14605,"Ġproblemas":14606,"Ġwandered":14607,"Half":14608,"Sub":14609,"Ġtoma":14610,"imore":14611,"ĠVenez":14612,"Ġllen":14613,"Ġcatches":14614,"Ann":14615,"Ġcorners":14616,"Ġfears":14617,"Ġgravely":14618,"Ġhastened":14619,"Ġdistinguished":14620,"Del":14621,"Era":14622,"luego":14623,"Ġquis":14624,"Ġmuscle":14625,"Ġseñal":14626,"Ġspiritual":14627,"Ġfondo":14628,"Ġreminded":14629,"Ġbaja":14630,"alymp":14631,"Tú":14632,"sne":14633,"Ġcement":14634,"ĠCe":14635,"acker":14636,"closed":14637,"Ġunto":14638,"teddy":14639,"ĠMissus":14640,"THING":14641,"después":14642,"Ġlicense":14643,"Ġrhyth":14644,"ographer":14645,"lahoma":14646,"Bert":14647,"rice":14648,"Ġpunk":14649,"Ġpoop":14650,"ĠIowa":14651,"monkey":14652,"Ġvarias":14653,"Ġshovel":14654,"President":14655,"Ag":14656,"Easy":14657,"IDS":14658,"Sch":14659,"breat":14660,"Ġashes":14661,"ilio":14662,"rano":14663,"Ġspear":14664,"Ġadvised":14665,"Ġapproval":14666,"Ġcrisps":14667,"Ġgreeted":14668,"Ġlifetime":14669,"vil":14670,"Ġoutta":14671,"Ġleer":14672,"Ġraft":14673,"Ġsilencio":14674,"vió":14675,"Ġavent":14676,"Ġdando":14677,"Ġgreed":14678,"verty":14679,"ĠEuro":14680,"Ġperil":14681,"Ġlarga":14682,"ĠAnim":14683,"Stan":14684,"Ġprofund":14685,"ĠCountry":14686,"ĠParalymp":14687,"ĠRussians":14688,"ĠSmart":14689,"Ġspinning":14690,"shi":14691,"ĠRA":14692,"Ġentry":14693,"ĠBrid":14694,"Gold":14695,"TY":14696,"phan":14697,"Ġdamp":14698,"Ġsewing":14699,"ĠLiverpool":14700,"ĠConstant":14701,"roller":14702,"Ġresear":14703,"Betty":14704,"Ġtossed":14705,"Ġdisgusting":14706,"97":14707,"Ġcm":14708,"ĠLow":14709,"Ġhacemos":14710,"Esto":14711,"visión":14712,"lookee":14713,"Haven":14714,"orable":14715,"imony":14716,"ĠCrow":14717,"Ġsweat":14718,"Ġproviding":14719,"Ġantigu":14720,"Ġappearances":14721,"Ġfantas":14722,"Ġrarely":14723,"pit":14724,"à±":14725,"Ġnoches":14726,"Ġank":14727,"udi":14728,"Ġtroop":14729,"Andy":14730,"Ġ44":14731,"auts":14732,"Ġexisting":14733,"ĠKentucky":14734,"Ġinterfere":14735,"Ken":14736,"Ve":14737,"hai":14738,"Ġisla":14739,"Ġkin":14740,"Ġfrustr":14741,"ĠDom":14742,"ĠRangers":14743,"ountain":14744,"Ġveter":14745,"Ġsolic":14746,"Ġallowing":14747,"ĠHalloween":14748,"Ġunfortunately":14749,"says":14750,"Ġmines":14751,"Ġskip":14752,"ĠAmong":14753,"Ġcitizen":14754,"Ġmanufacture":14755,"IVE":14756,"mun":14757,"ë":14758,"usk":14759,"hoen":14760,"Ġcausa":14761,"Ġstrate":14762,"shop":14763,"Ġquarrel":14764,"COU":14765,"miss":14766,"ĠAR":14767,"their":14768,"Ġhappier":14769,"Ġlowered":14770,"Ġpretends":14771,"Ġdolph":14772,"Work":14773,"agua":14774,"Ġamen":14775,"Ġcaja":14776,"Ġsubstit":14777,"ĠWarner":14778,"Ġpige":14779,"finitely":14780,"Ġchemistry":14781,"ĠJunior":14782,"ĠIllustrations":14783,"Mister":14784,"Ġwhar":14785,"Ġbef":14786,"opens":14787,"ĠLower":14788,"Ġapenas":14789,"ĠAisne":14790,"Sue":14791,"forth":14792,"Ġaccord":14793,"Ġvaried":14794,"cticut":14795,"GRO":14796,"itis":14797,"Ġisol":14798,"ĠRet":14799,"Ġtelly":14800,"Ġreader":14801,"Ġcampus":14802,"Ġprovision":14803,"Ġmessy":14804,"Congratulations":14805,"Ġstrategy":14806,"\"--":14807,"Dar":14808,"Os":14809,"ĠMAN":14810,"Ġranch":14811,"Ġelectronic":14812,"Ġresidents":14813,"Ġimprison":14814,"Ġfictional":14815,"acious":14816,"Ġjerk":14817,"Station":14818,"Ġassum":14819,"ippin":14820,"Ġutmost":14821,"Ġvenido":14822,"Ġlogs":14823,"ĠSenator":14824,"Ġmagnets":14825,"Ġfolded":14826,"ĠAlec":14827,"picking":14828,"Ġbri":14829,"ĠHorn":14830,"Ġrats":14831,"arer":14832,"Ġwhereas":14833,"arrondisse":14834,"Ġcircuit":14835,"ĠBlackie":14836,"mers":14837,"Ġdub":14838,"atches":14839,"Ġee":14840,"Ġnaval":14841,"ĠMiles":14842,"ĠCors":14843,"Ġcuales":14844,"Ġchased":14845,"mej":14846,"Ġripped":14847,"Ġapar":14848,"Ġpared":14849,"ĠConference":14850,"Ġreconoc":14851,"Rec":14852,"ĠMAR":14853,"reso":14854,"Ġowns":14855,"ĠHarvard":14856,"RIT":14857,"ĠHamilton":14858,"ĠLouisiana":14859,"todos":14860,"Ġconsequences":14861,"ándole":14862,"cÃŃan":14863,"spr":14864,"isure":14865,"Ġlin":14866,"Ġstim":14867,"...(":14868,"Ġpoverty":14869,"coat":14870,"Ġsergeant":14871,"Ġcreer":14872,"ĠPeace":14873,"Ġcastillo":14874,"Ġchalk":14875,"ĠJanet":14876,"Ġtaller":14877,"ĠNetwork":14878,"Charles":14879,"Ġcanción":14880,"ĠDal":14881,"Ġpartir":14882,"Ġstrateg":14883,"Ġmamm":14884,"ĠArkansas":14885,"Ġpav":14886,"anuts":14887,"Ġec":14888,"Ġforgiven":14889,"Ġselection":14890,"estó":14891,"ĠPLA":14892,"Ġvin":14893,"Ġclassic":14894,"!--":14895,"bath":14896,"onents":14897,"Ġalligator":14898,"ĠLim":14899,"ĠRot":14900,"ardie":14901,"ĠKay":14902,"Star":14903,"Ġsimpl":14904,"ĠJoey":14905,"ĠPresently":14906,"Ġconstituen":14907,"Ġtraveled":14908,"ĠSupreme":14909,"Ġcumpleaños":14910,"Ġrehe":14911,"Ġstalk":14912,"eller":14913,"ĠPublic":14914,"ĠGriff":14915,"Ġverte":14916,"Ġapoy":14917,"Ġspeakers":14918,"Ġpalacio":14919,"Ġfearful":14920,"ĠJosé":14921,"Ġobservation":14922,"Ġexecuted":14923,"Ġphotographs":14924,"92":14925,"Cla":14926,"EAR":14927,"inction":14928,"Ġbeam":14929,"acho":14930,"Ġboards":14931,"Ġsingular":14932,"Ġintellect":14933,"Ġblessing":14934,"Ġdiferen":14935,"Ġdash":14936,"lder":14937,"Ġdod":14938,"Ġlifts":14939,"Ġwandering":14940,"Ġdistribution":14941,"ÃŃfico":14942,"Ġfame":14943,"ĠTar":14944,"ĠHil":14945,"ĠFue":14946,"butter":14947,"Ġfunctions":14948,"TEN":14949,"Ġremarks":14950,"Sweet":14951,"fine":14952,"spe":14953,"ĠBed":14954,"cker":14955,"guess":14956,"Ġsubsequ":14957,"Ġsuccessfully":14958,"broken":14959,"Ġcomedian":14960,"Ġjamás":14961,"Ġleadership":14962,"Ġemployment":14963,"person":14964,"usalem":14965,"step":14966,"ĠNHL":14967,"ĠVo":14968,"Ġforming":14969,"ĠScouts":14970,"Ġrepresentative":14971,"ĠPapá":14972,"Contents":14973,"Ġsausages":14974,"Ġgratitude":14975,"lovely":14976,"Ġfurious":14977,"Ver":14978,"âĪ":14979,"roid":14980,"ĠHills":14981,"Ġexcess":14982,"Ġstandards":14983,"Ġpuzzles":14984,"Ġfocused":14985,"ĠHungary":14986,"Ġnickname":14987,"54":14988,"Ever":14989,"quit":14990,"aku":14991,"comune":14992,"Ġinvestment":14993,"hums":14994,"ĠMiguel":14995,"Ġcanvas":14996,"Ġvary":14997,"arks":14998,"ROG":14999,"Ġdientes":15000,"isen":15001,"ĠTigger":15002,"opard":15003,"ĠDID":15004,"ĠNEW":15005,"Ġglow":15006,"Ġinstante":15007,"Ġconvenient":15008,"Ġschooner":15009,"Creo":15010,"Rog":15011,"Ġsilently":15012,"ĠMedal":15013,"Ġannoying":15014,"IME":15015,"iors":15016,"Ġfi":15017,"Ġrico":15018,"Ġboiling":15019,"Ġrig":15020,"Ġaccent":15021,"Ġgenuine":15022,"Ġbacteria":15023,"Gina":15024,"cé":15025,"tar":15026,"Ġoficial":15027,"aints":15028,"ĠOnt":15029,"Ġtalkin":15030,"Ġsiquiera":15031,"Ġpenalty":15032,"Ġvibr":15033,"renda":15034,"True":15035,"gies":15036,"hill":15037,"ĠTai":15038,"...-":15039,"Ġlav":15040,"Ġhandy":15041,"Ġdifferently":15042,"Ġsuggests":15043,"ĠParker":15044,"chin":15045,"Ġpez":15046,"Ġmujeres":15047,"Ġharsh":15048,"Ġpareció":15049,"ĠHerbert":15050,"Ġrubbed":15051,"change":15052,"ĠDaisy":15053,"Ġessential":15054,"BUT":15055,"bamos":15056,"Ġsway":15057,"utt":15058,"rained":15059,"Ġrides":15060,"ĠJennie":15061,"Ġuser":15062,"ĠThrough":15063,"Ġlibros":15064,"Ġpedir":15065,"Ġexecution":15066,"Ġelevator":15067,"Ġtypically":15068,"Ġprofesor":15069,"ĠScientists":15070,"Ġlaund":15071,"feel":15072,"Ġpram":15073,"Ġhistoric":15074,"Ġdebuted":15075,"CD":15076,"Greg":15077,"alia":15078,"unta":15079,"venes":15080,"Ġdesgr":15081,"ĠgustarÃŃa":15082,"Ġamazement":15083,"):":15084,"ĠTiger":15085,"óx":15086,"Seven":15087,"Ġcartoon":15088,"ĠRussell":15089,"Å¡":15090,"Ġic":15091,"Ġcrane":15092,"ensa":15093,"ĠpolÃŃt":15094,"cups":15095,"Ġprimarily":15096,"ĠProject":15097,"ĠColorado":15098,"Ġ1926":15099,"Ġlinks":15100,"Ġbrazo":15101,"Ġencouraged":15102,"lovak":15103,"Ġartificial":15104,"Pod":15105,"VD":15106,"bos":15107,"num":15108,"Ġtel":15109,"Ġañ":15110,"Ġhago":15111,"Ġmeets":15112,"Ġcrook":15113,"azon":15114,"Ġpetrol":15115,"ĠLuis":15116,"ĠRosalie":15117,"Finally":15118,"home":15119,"halie":15120,"ĠSem":15121,"moans":15122,"ĠIsab":15123,"Ġvisits":15124,"Ġdejado":15125,"Ġllamaba":15126,"Din":15127,"Ori":15128,"greg":15129,"poo":15130,"ĠBag":15131,"neys":15132,"ĠUpper":15133,"Ġappla":15134,"Ġcounten":15135,"Ġvestido":15136,"Ġgrip":15137,"Ġsequence":15138,"Ġswallow":15139,"ĠAzerbaijan":15140,"rooge":15141,"equ":15142,"hs":15143,"Ġmanip":15144,"ipop":15145,"Ġcorrid":15146,"Ġextract":15147,"Ġproducing":15148,"Ġcellar":15149,"Ġcrops":15150,"Ġmédico":15151,"Ġrays":15152,"oda":15153,"ideo":15154,"anka":15155,"Ġbathtub":15156,"ĠShort":15157,"Ġdeny":15158,"Ġdeclare":15159,"humming":15160,"Ġastonished":15161,"ĠSanti":15162,"ĠvÃŃ":15163,"Ġpeach":15164,"ervation":15165,"Ġ1927":15166,"Ġastero":15167,"Ġnapkin":15168,"Ġefecto":15169,"MW":15170,"iege":15171,"ulse":15172,"Ġresulted":15173,"Ġsenses":15174,"Ġstirring":15175,"Ġhydro":15176,"Ġlungs":15177,"ĠAthos":15178,"53":15179,"imet":15180,"cht":15181,"ĠBase":15182,"Ġintim":15183,"Ġlimbs":15184,"ĠDespués":15185,"AquÃŃ":15186,"Ġmaximum":15187,"ĠMand":15188,"antine":15189,"Ġfranch":15190,"Ġbargain":15191,"Ġcaballos":15192,"Ġbundle":15193,"Same":15194,"Ġtents":15195,"Ġwages":15196,"hair":15197,"Ġbows":15198,"acement":15199,"imas":15200,"Ġconquered":15201,"Ġmomma":15202,"Ġrescued":15203,"Ġdisgrace":15204,"osis":15205,"adiós":15206,"Ġrenamed":15207,"sted":15208,"Ġgram":15209,"covered":15210,"Ġharvest":15211,"Ġobeyed":15212,"Ġwaking":15213,"Ġmajest":15214,"orting":15215,"Ġresumed":15216,"Ġmode":15217,"Ġfuckin":15218,"ĠChristianity":15219,"Ġphase":15220,"Free":15221,"Mer":15222,"km":15223,"mare":15224,"uum":15225,"Ġhears":15226,"ĠIris":15227,"ĠDoc":15228,"ĠDyn":15229,"ĠRan":15230,"agan":15231,"RAC":15232,"speaking":15233,"Ġinjuries":15234,"Ġbugs":15235,"ĠDoes":15236,"Ġlakes":15237,"inding":15238,"Ġspit":15239,"Ġcoins":15240,"clears":15241,"ĠRoz":15242,"ĠGreater":15243,"Ġtimber":15244,"\"...":15245,"ĠSU":15246,"thy":15247,"Ġpeasant":15248,"ĠKr":15249,"Ġdij":15250,"Coming":15251,"Ġdeparted":15252,"Ġmagnetic":15253,"ĠColombia":15254,"51":15255,"ĠMé":15256,"ĠOcc":15257,"ffie":15258,"Ġhearty":15259,"ĠHarvey":15260,"Ġanniversary":15261,"ĠmayorÃŃa":15262,"Ġnothin":15263,"ĠJa":15264,"Ġresolution":15265,"Ġcaution":15266,"Ġedad":15267,"Ġhosted":15268,"ĠpaÃŃses":15269,"Ġdisagre":15270,"posed":15271,"aders":15272,"ĠSHE":15273,"cale":15274,"irect":15275,"uchas":15276,"Ġmonitor":15277,"Ġreadily":15278,"ĠIsabel":15279,"Ġpena":15280,"eza":15281,"veland":15282,"ĠBye":15283,"thod":15284,"Ġvital":15285,"Ġparade":15286,"ĠEmmy":15287,"Ġweakness":15288,"Ġdeseo":15289,"Ġchristmas":15290,"fashioned":15291,"sus":15292,"Ġdeleg":15293,"ione":15294,"urther":15295,"Ġaten":15296,"ĠNAS":15297,"pee":15298,"Ġreluct":15299,"Ġ46":15300,"Ġsweater":15301,"Ġsweeping":15302,"Ġfights":15303,"ĠFinally":15304,"ĠCorporation":15305,"Ġniece":15306,"Ġmarble":15307,"Ġsignals":15308,"Ġhumming":15309,"Ġpressing":15310,"Ġfemin":15311,"Ġheroes":15312,"ĠFoundation":15313,"Gar":15314,"Ġtamb":15315,"imer":15316,"Ġassembly":15317,"ĠShut":15318,"writing":15319,"ĠArmenian":15320,"bas":15321,"food":15322,"tur":15323,"inations":15324,"Ġcran":15325,"Ġbury":15326,"ĠArizona":15327,"Ġjunk":15328,"nee":15329,"ĠTerrit":15330,"Ġrattling":15331,"mummie":15332,"ĠOntario":15333,"Id":15334,"Nunca":15335,"ooping":15336,"izard":15337,"Ġmoonlight":15338,"kisses":15339,"Mil":15340,"UK":15341,"aire":15342,"gom":15343,"sun":15344,"Ġoption":15345,"ĠSophie":15346,"ĠMove":15347,"ĠAvenue":15348,"ĠRow":15349,"ivor":15350,"Ġassigned":15351,"Ġtrading":15352,"MED":15353,"Ġlinked":15354,"Ġlengua":15355,"faced":15356,"mia":15357,"Ġtas":15358,"ĠEva":15359,"Ġspiders":15360,"Ġswords":15361,"Ġdrivers":15362,"Ġintroduction":15363,"Ġancestors":15364,"Ġfij":15365,"ĠCrom":15366,"Ġcorri":15367,"REE":15368,"Todo":15369,"ĠDominic":15370,"mighty":15371,"LIN":15372,"Vict":15373,"ooke":15374,"ĠCow":15375,"ĠPued":15376,"cked":15377,"Ġsurgeon":15378,"Ġcoron":15379,"yah":15380,"ĠKeep":15381,"Ġcarne":15382,"balls":15383,"ĠSpot":15384,"ĠBarcelona":15385,"Ġmythology":15386,"Ġpurchase":15387,"Ġagricultural":15388,"Having":15389,"iante":15390,"whel":15391,"refers":15392,"ichi":15393,"neo":15394,"Ġfactors":15395,"rers":15396,"Ġpreparations":15397,"Ġhyp":15398,"Ġheavens":15399,"EAH":15400,"MAN":15401,"dah":15402,"Ġabrupt":15403,"ISH":15404,"ĠIndust":15405,"Ġ95":15406,"ĠEsto":15407,"Ġcollecting":15408,"Ġconvirt":15409,"IAN":15410,"tic":15411,"Ġtug":15412,"ĠSac":15413,"Ġliver":15414,"ĠBru":15415,"mingham":15416,"ronic":15417,"books":15418,"Ġmeses":15419,"Ġbombs":15420,"page":15421,"ø":15422,"ĠBla":15423,"Ġsovere":15424,"ĠKer":15425,"Ġtrips":15426,"OUS":15427,"Ġattacking":15428,"Ġappearing":15429,"Ġforgetting":15430,"Ġsombrero":15431,"Ġhamburger":15432,"ĠWik":15433,"Ġattorney":15434,"Ġshallow":15435,"Ġcamin":15436,"ĠNorah":15437,"rors":15438,"té":15439,"yon":15440,"Ġcane":15441,"ĠWoman":15442,"ác":15443,"Ġpears":15444,"út":15445,"Ġreaders":15446,"Ġpursu":15447,"Ġhopefully":15448,"Ġgrowled":15449,"Ġobserve":15450,"Ġdescribes":15451,"White":15452,"ĠFrederick":15453,"Ġstrengthen":15454,"Ġstreams":15455,"Ġpursued":15456,"Ġpandemic":15457,"Ġadelante":15458,"Wal":15459,"dling":15460,"usión":15461,"ĠCrist":15462,"duce":15463,"Ġpatas":15464,"Ġextinct":15465,"Alice":15466,"Ġmirada":15467,"Ġnursing":15468,"habÃŃa":15469,"Ġór":15470,"Ġstorage":15471,"Val":15472,"ĠGy":15473,"wegian":15474,"Ġcuello":15475,"Ġfoundation":15476,"Ġangrily":15477,"Ġportra":15478,"ĠToronto":15479,"yrics":15480,"Ġprominent":15481,"Ke":15482,"almente":15483,"Ġrates":15484,"emed":15485,"ights":15486,"Ġache":15487,"Ġtaperecorder":15488,"Ġsouls":15489,"ĠMelissa":15490,"fles":15491,"Ġtips":15492,"ĠLloyd":15493,"ĠFu":15494,"Ġorb":15495,"Ġpoems":15496,"Ġjokes":15497,"Ġarmies":15498,"Ġ°":15499,"Ġcrackers":15500,"Ġspelling":15501,"Ġoccupation":15502,"Ġachieved":15503,"hour":15504,"Ġdive":15505,"iche":15506,"Ġsecondary":15507,"ĠTherefore":15508,"Through":15509,"Ġsiglo":15510,"Ġelders":15511,"ĠJudge":15512,"Ġvegetable":15513,"ĠResearch":15514,"Ġinternet":15515,"Ġbracelet":15516,"también":15517,"Ġtier":15518,"iddy":15519,"ĠSna":15520,"Ġrandom":15521,"cky":15522,"Ġestrell":15523,"bbles":15524,"handed":15525,"ĠOklahoma":15526,"ĠConnecticut":15527,"ê":15528,"ĠNigel":15529,"Ġreduc":15530,"Ġsubt":15531,"Ġinteres":15532,"Ġprotested":15533,"Ġpatterns":15534,"Ġdisplayed":15535,"Nana":15536,"race":15537,"Ġwig":15538,"Ġnavy":15539,"ĠGuer":15540,"Ġcounts":15541,"Ġpayment":15542,"Ġrocky":15543,"Ġbonita":15544,"Ġhaw":15545,"Ġdoy":15546,"ĠDim":15547,"Ġcontempt":15548,"ctoral":15549,"Ġsalary":15550,"Ġassign":15551,"Ġledge":15552,"Ġllaman":15553,"Ġthreatening":15554,"Ġshocked":15555,"Martin":15556,"alogue":15557,"len":15558,"ouston":15559,"ĠBuff":15560,"Ġpluck":15561,"ĠNik":15562,"Ġdiary":15563,"Ġrepet":15564,"except":15565,"Ġcorp":15566,"Ġparcel":15567,"ĠColin":15568,"ĠEverything":15569,"Ġhermoso":15570,"âģ":15571,"Ġdose":15572,"oshi":15573,"ĠDale":15574,"ĠWonder":15575,"Ġfactor":15576,"Ġnarrative":15577,"ĠReagan":15578,"folk":15579,"Ġrows":15580,"Ġtheirs":15581,"log":15582,"Ġsentido":15583,"Ġ88":15584,"ĠChand":15585,"iami":15586,"erella":15587,"July":15588,"rene":15589,"ĠIda":15590,"Ġstem":15591,"ĠSomething":15592,"ĠPA":15593,"Ġvague":15594,"Ġcontrar":15595,"ĠRebecca":15596,"Ġdrain":15597,"Ġoperate":15598,"ĠMuhammad":15599,"Ġorganizations":15600,"tickle":15601,"ĠFederation":15602,"Mir":15603,"dies":15604,"onian":15605,"Ġhence":15606,"rix":15607,"ĠTree":15608,"antee":15609,"ĠSpirit":15610,"Ġproblema":15611,"ijote":15612,"Ġsnowman":15613,"Ġconcerns":15614,"Ġrubbing":15615,"Ġamazed":15616,"Ġeldest":15617,"impse":15618,"shar":15619,"Ġbowed":15620,"orge":15621,"ĠHoney":15622,"akened":15623,"Ġcoats":15624,"Ġ49":15625,"Ġ85":15626,"Ġfighter":15627,"ĠClinton":15628,"Ġmillones":15629,"Ġsharks":15630,"Ġustedes":15631,"ĠJerusalem":15632,"Hope":15633,"left":15634,"osamente":15635,"Ġstages":15636,"Ġclam":15637,"ĠHebrew":15638,"Ġmenudo":15639,"aleza":15640,"Ġcariño":15641,"baba":15642,"funny":15643,"ĠSho":15644,"ĠMit":15645,"Ġencar":15646,"ĠCaesar":15647,"Ġparticipated":15648,"Ġfrequent":15649,"Maggie":15650,"Ġmitad":15651,"uo":15652,"Ġtanta":15653,"Ġworms":15654,"Ġresidence":15655,"Ġcentro":15656,"ĠsentÃŃa":15657,"Ġpopcorn":15658,"Ġempie":15659,"Ġacquainted":15660,"à³ģ":15661,"à¯į":15662,"Ġemployees":15663,"Eve":15664,"Ġlogr":15665,"Ġoverhead":15666,"ĠGuinea":15667,"Ġpunish":15668,"jorie":15669,"Ġpronunci":15670,"itudes":15671,"Ġsuspended":15672,"crash":15673,"gimme":15674,"sized":15675,"Ġtasty":15676,"inch":15677,"Ġhee":15678,"acto":15679,"Ġasom":15680,"Ġ(),":15681,"Ġglimpse":15682,"Ġmetals":15683,"Ġpuppets":15684,"Daniel":15685,"Ġsemana":15686,"Ġsoo":15687,"state":15688,"Ġvaya":15689,"Ġagarr":15690,"ieth":15691,"Ġsubstant":15692,"Ġcurly":15693,"Ġdoubtless":15694,"AMY":15695,"Ġcigarette":15696,"Ġadapted":15697,"Ġhint":15698,"Ġjó":15699,"Ġviendo":15700,"ĠDod":15701,"Ġbiting":15702,"ienta":15703,"Ġhabla":15704,"Ġtopic":15705,"Ġpasaba":15706,"Ġgloom":15707,"Ġopportun":15708,"Ġscrewdriver":15709,"ĠContin":15710,"Ġuniversities":15711,"ĠDetroit":15712,"half":15713,"nose":15714,"Ġhaul":15715,"adle":15716,"Ġkno":15717,"igua":15718,"Ġvapor":15719,"Ġelbow":15720,"Ġfathers":15721,"Ġcutter":15722,"Ġmouths":15723,"Ġsunset":15724,"ĠRichards":15725,"Ġacquired":15726,"Ġsigue":15727,"glass":15728,"Ġgoddamn":15729,"Ġprocedure":15730,"drops":15731,"world":15732,"zburg":15733,"Ġwishing":15734,"Ġpub":15735,"Ġtron":15736,"Ġroared":15737,"Ġshares":15738,"arrison":15739,"Ġguardian":15740,"Ġinterrupts":15741,"ĠDeputy":15742,"Ġapron":15743,"Ġliz":15744,"ppa":15745,"ĠRing":15746,"Ġdealt":15747,"Ġyelling":15748,"Ġlump":15749,"Ġconcre":15750,"Ġleisure":15751,"Ġcob":15752,"ĠUrs":15753,"Ġcarn":15754,"airy":15755,"Ġmusicians":15756,"Ġdetermine":15757,"Ġequipo":15758,"ĠPitts":15759,"Ġsatellite":15760,"Ġacept":15761,"ĠMall":15762,"ást":15763,"hesis":15764,"Ġharbour":15765,"shaped":15766,"Ġnovels":15767,"call":15768,"icamente":15769,"ĠTank":15770,"ĠMis":15771,"ĠWoo":15772,"Ġprecis":15773,"Ġchicos":15774,"Ġchorus":15775,"Ġswam":15776,"chell":15777,"Ġcontrols":15778,"Ġconstitution":15779,"Ġseverely":15780,"Ron":15781,"vate":15782,"ulip":15783,"ulating":15784,"ĠWANT":15785,"Ġchains":15786,"shot":15787,"Ġinitial":15788,"Ġlandscape":15789,"ĠMetropolitan":15790,"à³į":15791,"Ġconcentration":15792,"Ġelectrons":15793,"ĠWayne":15794,"Ġfoe":15795,"Ġlug":15796,"istoria":15797,"ĠNam":15798,"ĠKan":15799,"Ġtryin":15800,"ĠDean":15801,"ĠWeb":15802,"iguió":15803,"Ġstruggled":15804,"Tis":15805,"houses":15806,"since":15807,"unction":15808,"Ġ1000":15809,"Ġprobab":15810,"Ġcomprar":15811,"Ġlonging":15812,"Ġpresum":15813,"ruff":15814,"cuánt":15815,"Ġknocks":15816,"Ġsegunda":15817,"Ġbloke":15818,"Ġneighbourhood":15819,"Ġacademic":15820,"Ġfarewell":15821,"took":15822,"Ġpaw":15823,"inge":15824,"orio":15825,"etas":15826,"ĠLuego":15827,"azar":15828,"Ġmagical":15829,"Ġdebido":15830,"Ġanaly":15831,"ilia":15832,"Ġii":15833,"Ġtreaty":15834,"Ġdisposed":15835,"Ġliterary":15836,"ĠPearl":15837,"loud":15838,"lims":15839,"ĠPRO":15840,"Ġperten":15841,"Ġ43":15842,"Ġ55":15843,"Ġshorts":15844,"Ġllegaron":15845,"Ġdenied":15846,"Ġromance":15847,"Morning":15848,"Send":15849,"Ġnorte":15850,"ĠTÃŃo":15851,"ĠRun":15852,"izado":15853,"Ġmatar":15854,"Ġése":15855,"Ġescap":15856,"Ġninth":15857,"Ġhippo":15858,"ĠProtest":15859,"Fall":15860,"Ġstake":15861,"ĠTucker":15862,"ĠCookie":15863,"ĠPel":15864,"Ġcrumb":15865,"aze":15866,"Ġfuncion":15867,"Ġspoiled":15868,"Ġ87":15869,"Ġlowest":15870,"Ġpostman":15871,"Ġencontrado":15872,"ĠFormula":15873,"ĠDakota":15874,"NIK":15875,"Off":15876,"pres":15877,"orra":15878,"abouts":15879,"ĠEconom":15880,"Ġanimation":15881,"Ġsyll":15882,"Ġmedals":15883,"Ġadvis":15884,"Ġportray":15885,"Ġquerida":15886,"ĠDragon":15887,"write":15888,"igenous":15889,"ĠLibrary":15890,"86":15891,"Jane":15892,"nia":15893,"Ġ~":15894,"Ġoso":15895,"Ġyonder":15896,"utional":15897,"Ġretain":15898,"ĠBumper":15899,"Ġpodido":15900,"Ġcalor":15901,"Ġfucked":15902,"Ġexperiments":15903,"Ġgustó":15904,"Ġdiseases":15905,"ĠGilbert":15906,"ĠIsaac":15907,"nomen":15908,"idar":15909,"straw":15910,"ÃŃrit":15911,"Ġextensive":15912,"Ġvolunt":15913,"ĠSean":15914,"Ġbasement":15915,"Ġfortnight":15916,"Ġtimid":15917,"Ġforbidden":15918,"Kill":15919,"MY":15920,"Pap":15921,"incl":15922,"Ġsulf":15923,"Ġstall":15924,"roxim":15925,"ĠMA":15926,"ĠGon":15927,"Ġpremie":15928,"Ġdesay":15929,"gritó":15930,"Ġdecre":15931,"Ġhablando":15932,"Ġmetros":15933,"Ġdaring":15934,"Ġfunds":15935,"Ġvigil":15936,"ĠJennifer":15937,"Pooh":15938,"kn":15939,"power":15940,"Ġpis":15941,"atamente":15942,"ĠBoo":15943,"ĠDol":15944,"ĠGill":15945,"formation":15946,"Ġtriump":15947,"Ġboarding":15948,"DIS":15949,"MC":15950,"bian":15951,"vio":15952,"Ġaven":15953,"Ġbake":15954,"Ġpiss":15955,"allo":15956,"ĠPAR":15957,"Ġgritó":15958,"Ġbrut":15959,"Ġdisput":15960,"ĠVamos":15961,"Ġexpans":15962,"ĠGrandmother":15963,"ĠCentury":15964,"Ġamounts":15965,"Ġexcitedly":15966,"ĠIranian":15967,"Air":15968,"liness":15969,"rub":15970,"Ġdots":15971,"ĠRat":15972,"Ġexter":15973,"Ġoverwhel":15974,"Ġammun":15975,"ients":15976,"Ġpreserved":15977,"ĠMargot":15978,"ĠStewart":15979,"Ġbutterflies":15980,"market":15981,"Ġqualified":15982,"?,":15983,"erness":15984,"Ġlament":15985,"Ġchums":15986,"Ġchewing":15987,"Ġscreamed":15988,"Ġroutine":15989,"Warren":15990,"ĠImperial":15991,"Ġsuperficie":15992,"ĠSno":15993,"ĠJin":15994,"Ġoverboard":15995,"Ġrealidad":15996,"Ġyawn":15997,"Ġpays":15998,"ĠAhora":15999,"plicó":16000,"Ġneutral":16001,"Brit":16002,"lies":16003,"Ġties":16004,"Ġshh":16005,"Ġrecy":16006,"Ġfarms":16007,"Ġ1925":16008,"Ġconvince":16009,"ĠMonte":16010,"ĠWazir":16011,"Best":16012,"Ġsill":16013,"edi":16014,"ayed":16015,"amous":16016,"iency":16017,"Ġhelm":16018,"ĠMarian":16019,"Ġrequires":16020,"Ġllamar":16021,"ĠCole":16022,"Ġbullshit":16023,"ĠTyler":16024,"Ġelegant":16025,"ĠVisit":16026,"Ġammunition":16027,"Lady":16028,"cence":16029,"Ġlem":16030,"Ġinm":16031,"ĠTag":16032,"ĠBrig":16033,"abs":16034,"ĠFarm":16035,"Ġcrushed":16036,"Ġrape":16037,"Ġsliding":16038,"TEACHER":16039,"Ġtomó":16040,"blow":16041,"entlemen":16042,"Ġpopularity":16043,"finished":16044,"Neither":16045,"ĠMarshall":16046,"Ġbeliefs":16047,"Ġpupils":16048,"Ġguarantee":16049,"Ġshan":16050,"Ġsemej":16051,"Ġsuave":16052,"Ġsupuesto":16053,"Ġboast":16054,"HEN":16055,"ĠWithout":16056,"Ġstockings":16057,"Ġgravity":16058,"Hear":16059,"wyn":16060,"Ġeagle":16061,"ĠCraw":16062,"Ġsund":16063,"Ġcourts":16064,"Ġsequel":16065,"ĠIceland":16066,"cillor":16067,"Fue":16068,"Pull":16069,"º":16070,"Ġmie":16071,"anche":16072,"ĠEth":16073,"Ġropes":16074,"ggotty":16075,"Ġescrit":16076,"Ġwelcom":16077,"Wouldn":16078,"Ġrotten":16079,"Ġfossil":16080,"Ġacknowled":16081,"ĠConstitution":16082,"cian":16083,"Ġagit":16084,"tee":16085,"ĠKid":16086,"Ġrais":16087,"ĠMission":16088,"Steve":16089,"Ġzapatos":16090,"January":16091,"Ġcountenance":16092,"%.":16093,"Coll":16094,"Gordon":16095,"ĠAdele":16096,"ĠRidge":16097,"Ġparted":16098,"Ġcolores":16099,"ombra":16100,"ĠCatal":16101,"ĠBrooklyn":16102,"Jess":16103,"vroom":16104,"wen":16105,"Ġfen":16106,"Ġfist":16107,"ĠHumph":16108,"umen":16109,"Ġplato":16110,"Ġplaygroup":16111,"Ġworker":16112,"Ġcrim":16113,"ĠTHINK":16114,"Ġlocks":16115,"Ġpinch":16116,"Sy":16117,"Wonder":16118,"pal":16119,"Ġrider":16120,"ĠRoland":16121,"arde":16122,"Ġmoist":16123,"Ġfloat":16124,"Ġcollabor":16125,"Ġexamine":16126,"Ġargued":16127,"ĠClyde":16128,"ĠRy":16129,"avin":16130,"oga":16131,"venth":16132,"guro":16133,"Ġsleeps":16134,"Ġ1922":16135,"Ġmovimiento":16136,"Ġejac":16137,"ĠClaire":16138,"ĠCraig":16139,"Cr":16140,"esy":16141,"Ġfug":16142,"orr":16143,"ĠBot":16144,"anton":16145,"ilus":16146,"Ġabrió":16147,"ĠFal":16148,"indeer":16149,"ĠChuck":16150,"Ġbusca":16151,"Ġbirdie":16152,"ĠFinn":16153,"Ġcolonies":16154,"TING":16155,"Ġdeed":16156,"Ġprud":16157,"Ġmining":16158,"Ġcourses":16159,"Ġhumble":16160,"Ġblocked":16161,"regon":16162,"Ġspotted":16163,"Ġdefinition":16164,"Ġborrowed":16165,"Ġberries":16166,"93":16167,"Girl":16168,"mot":16169,"parent":16170,"Ġwider":16171,"icine":16172,"ulars":16173,"Ġadj":16174,"ĠStorm":16175,"Ġmarido":16176,"Ġcondem":16177,"Ġderived":16178,"ĠMilan":16179,"Ġfacilities":16180,"ĠDrake":16181,"Ġwont":16182,"Ġnood":16183,"Ġkit":16184,"igos":16185,"ppen":16186,"ĠGIRL":16187,"Ġmarching":16188,"ĠAlb":16189,"Ġlleno":16190,"Ġ77":16191,"Ġruins":16192,"Ġdicen":16193,"ĠOrigin":16194,"Ġhalted":16195,"natural":16196,"pic":16197,"ĠIan":16198,"Ġcomido":16199,"Ġminer":16200,"ifications":16201,"Ġesperar":16202,"ĠJoyce":16203,"Ġassembled":16204,"Mira":16205,"Ġgale":16206,"ĠPR":16207,"Ġ1918":16208,"Ġpatio":16209,"Ġcheerfully":16210,"Ġbending":16211,"Ġmolest":16212,"Ġannoyed":16213,"ĠUtah":16214,"Ġbewild":16215,"hend":16216,"oning":16217,"ĠCad":16218,"Ġreceipt":16219,"Ġseñorita":16220,"Ġpanel":16221,"Ġappetite":16222,"!,":16223,"Ain":16224,"mad":16225,"yect":16226,"Ġwires":16227,"Ġplacing":16228,"Ġsyn":16229,"Ġpropia":16230,"Ġsends":16231,"Ġangels":16232,"Ġcorrectly":16233,"Ġwrestler":16234,"Ġfundamental":16235,"ayan":16236,"Ġstored":16237,"ĠStat":16238,"Ġharé":16239,"Ġpriests":16240,"Ġvacuum":16241,"Ġnecessity":16242,"inguno":16243,"Ġtorture":16244,"Ġquantity":16245,"osaurus":16246,"word":16247,"Ġpaws":16248,"ĠSports":16249,"Ġ\"¡":16250,"Ġpennies":16251,"Ġposted":16252,"Ġspreading":16253,"Ġclients":16254,"Ġalegre":16255,"WELL":16256,"gel":16257,"sim":16258,"Ġreloj":16259,"ĠPenny":16260,"Ġramp":16261,"issy":16262,"Ġimpos":16263,"ĠCarib":16264,"Trust":16265,"Ġcautiously":16266,"Ġexhibition":16267,"Much":16268,"Ġiz":16269,"Ġgamb":16270,"Ġbead":16271,"illery":16272,"ntown":16273,"Ġcuéntame":16274,"Almost":16275,"Ġrecoll":16276,"Ġpretended":16277,"Ġfantasy":16278,"Santa":16279,"Ġheed":16280,"ĠLamb":16281,"oded":16282,"udes":16283,"Ġspecul":16284,"Ġsorted":16285,"ipsy":16286,"bourg":16287,"Ġmuñeco":16288,"Dem":16289,"Land":16290,"Ġpúbl":16291,"Ġabst":16292,"Ġjusto":16293,"Ġmanz":16294,"apan":16295,"Ġpearl":16296,"Ġfootsteps":16297,"baa":16298,"ĠScout":16299,"Ġdivisions":16300,"Ġpropio":16301,"ĠAmérica":16302,"Ġprogramming":16303,"ĠAngela":16304,"Ġstructures":16305,"Ġamiga":16306,"Ġbolt":16307,"ĠThanksgiving":16308,"Ġbuscando":16309,"Papa":16310,"Ġfoul":16311,"irie":16312,"Ġren":16313,"ĠSE":16314,"ĠMaine":16315,"ĠCos":16316,"Ġquiso":16317,"ĠLen":16318,"Ġorphan":16319,".\"]":16320,"aporte":16321,"Ġagrade":16322,"Ġampl":16323,"ĠNorwegian":16324,"Ġemerged":16325,"naments":16326,"walks":16327,"Ġconsciousness":16328,"ĠAudrey":16329,"Number":16330,"zando":16331,"Ġdeja":16332,"Ġnotion":16333,"olia":16334,"ĠGOT":16335,"Ġhates":16336,"Ġcleaner":16337,"ĠPotter":16338,"ĠTamil":16339,"celer":16340,"ĠHO":16341,"ĠRaven":16342,"ĠEagle":16343,"feet":16344,"Ġaguj":16345,"ondo":16346,"clim":16347,"Ġreserve":16348,"Ġsynt":16349,"Ġrefrigerator":16350,"ĠQuijote":16351,"Ġdesigns":16352,"Ġslender":16353,"Ġtechnique":16354,"ĠNavidad":16355,"Ġcó":16356,"ici":16357,"ĠTHERE":16358,"iland":16359,"ĠHand":16360,"Ġdescon":16361,"Ġshaft":16362,"Ġswitched":16363,"Ġobjection":16364,"Ġabsurd":16365,"Ġponies":16366,"Ġknives":16367,"Ġwebsites":16368,"Ġsleeve":16369,"ĠThompson":16370,"pies":16371,"sis":16372,"asi":16373,"asha":16374,"Ġwept":16375,"assy":16376,"ffin":16377,"Ġthoughtful":16378,"Ġsurf":16379,"Ġconsol":16380,"Ġ58":16381,"ĠNewton":16382,"Ġmaiden":16383,"Ġpensaba":16384,"Ġllamó":16385,"Ġ1924":16386,"adar":16387,"ĠAaron":16388,"term":16389,"Ġaggress":16390,"Ġplayground":16391,"ullo":16392,"Ġlonged":16393,"ĠMaisie":16394,"Ġgenetic":16395,"Ġ1923":16396,"ĠMorris":16397,"ĠErnest":16398,"ĠPalest":16399,"Ġelderly":16400,"Ġmolecules":16401,"ĠBirmingham":16402,"Ġlaundry":16403,"Ġfranchise":16404,"Ġcav":16405,"Ġbully":16406,"Ġbeet":16407,"Ġdee":16408,"ĠTib":16409,"Ġwhereupon":16410,"Ġmisunder":16411,"Ġparallel":16412,"ĠMinistry":16413,"Ġcantidad":16414,"Ġcalmly":16415,"MR":16416,"Might":16417,"ramos":16418,"acre":16419,"ĠDuc":16420,"ryn":16421,"Ġmisery":16422,"Ġsignifica":16423,"Ġdiagnosed":16424,"Ġcrest":16425,"idency":16426,"Ġsting":16427,"ĠAirlines":16428,"Ġridge":16429,"ĠWright":16430,"ĠOz":16431,"Ġwholly":16432,"Ġperrito":16433,"ĠYe":16434,"amba":16435,"Ġsickness":16436,"Ġcuentas":16437,"ándome":16438,"Guys":16439,"Ġdismissed":16440,"Brian":16441,"alg":16442,"Ġwasting":16443,"ĠPep":16444,"ĠPhoen":16445,"udy":16446,"Ġtrunks":16447,"neum":16448,"cog":16449,"Ġcurse":16450,"Ġopponent":16451,"Ġsacar":16452,"Ġpacking":16453,"Ġcompliment":16454,"Ġprevented":16455,"à¥Ģ":16456,"Ġsinking":16457,"emporary":16458,"ĠNapoleon":16459,"mat":16460,"Ġcrib":16461,"itical":16462,"hattan":16463,"iri":16464,"iries":16465,"ĠMason":16466,"Ġases":16467,"Ġalumin":16468,"ĠDup":16469,"Ġabol":16470,"ĠSmall":16471,"ĠSecurity":16472,"Ġjóvenes":16473,"Gra":16474,"frog":16475,"heard":16476,"Ġrept":16477,"seen":16478,"ĠNorte":16479,"Ġslim":16480,"Ġrealise":16481,"Ġconsisted":16482,"Ġ86":16483,"Ġventured":16484,"Ġflags":16485,"Ġsorprend":16486,"Ġprinciples":16487,"ĠRush":16488,"Ġroja":16489,"enson":16490,"ensions":16491,"Ġcommenced":16492,"owser":16493,"Ġsentiment":16494,"Ġcameras":16495,"Ġlimits":16496,"Ġcivilization":16497,"ĠOswald":16498,"ĠBatman":16499,"Ġrejoined":16500,"ĠPicardie":16501,"ĠWallace":16502,"Emily":16503,"ĠRailway":16504,"Ġignorant":16505,"Ġmeadow":16506,"acas":16507,"Ġnu":16508,"robe":16509,"ilight":16510,"abas":16511,"things":16512,"ĠNar":16513,"ĠRena":16514,"Ġrealmente":16515,"Ġpastel":16516,"ĠLucia":16517,"ĠArea":16518,"Ġjewels":16519,"Ġdeputy":16520,"aired":16521,"tri":16522,"having":16523,"Ġmates":16524,"ĠSER":16525,"ĠMiami":16526,"Ġtrata":16527,"Ġblanc":16528,"orship":16529,"Ġobra":16530,"Ġpenis":16531,"Ġplantas":16532,"Ġsiguió":16533,"ĠPlayStation":16534,"Ġstirred":16535,"Ġdelayed":16536,"Ġpajar":16537,"Ġplunged":16538,"Ġbaskets":16539,"iop":16540,"Ġhice":16541,"ieval":16542,"Ġjazz":16543,"ĠFine":16544,"essa":16545,"chee":16546,"ivering":16547,"Anybody":16548,"Ġbaa":16549,"Ġnomination":16550,"Ġterritories":16551,"Ġsavages":16552,"Ġcheaper":16553,"ĠPunjab":16554,"Ladies":16555,"repe":16556,"Ġwander":16557,"Ġcategory":16558,"ĠSud":16559,"ĠMP":16560,"Ġgob":16561,"Ġthoughtfully":16562,"Ġnevertheless":16563,"Ġbarrels":16564,"REN":16565,"rise":16566,"itic":16567,"Ġfrench":16568,"atra":16569,"Ġefficient":16570,"Ġhermit":16571,"oder":16572,"Ġpolar":16573,"ĠThink":16574,"Ġ78":16575,"Ġmaintained":16576,"Ġpottie":16577,"December":16578,"ributed":16579,"ĠRosam":16580,"bug":16581,"kan":16582,"Ġduer":16583,"roar":16584,"ĠMaced":16585,"ĠFall":16586,"apse":16587,"Ġcoke":16588,"Ġpork":16589,"aleb":16590,"gunos":16591,"Ġexplo":16592,"ĠShall":16593,"Ġcracked":16594,"ĠRhodes":16595,"FOR":16596,"belt":16597,"icular":16598,"ĠToy":16599,"eland":16600,"ÃŃg":16601,"Ġbañ":16602,"Ġmurmur":16603,"Ġrhyme":16604,"Jon":16605,"LING":16606,"Ġmall":16607,"ĠTierra":16608,"Ġ1919":16609,"Ġmarine":16610,"Ġsnail":16611,"USE":16612,"Ġengagement":16613,"300":16614,"Mu":16615,"cf":16616,"Ġmoss":16617,"asa":16618,"ĠPir":16619,"ĠPuerto":16620,"ización":16621,"Ġ97":16622,"Ġdivine":16623,"niques":16624,"ĠForeign":16625,"Ġcavalry":16626,"!_":16627,"rose":16628,"itus":16629,"rived":16630,"ĠEL":16631,"Ġwhence":16632,"udder":16633,"Ġbrow":16634,"ĠBros":16635,"ĠDerek":16636,"Ġassess":16637,"Ġconfront":16638,"Ġgenerations":16639,"Ġproduces":16640,"APP":16641,"Ġtraditions":16642,"Couldn":16643,"Ġsupplied":16644,"Ġcogió":16645,"English":16646,"Ġnegoti":16647,"Ġequivalent":16648,")}":16649,"BER":16650,"cough":16651,"fia":16652,"speech":16653,"ĠEarly":16654,"Ġdrums":16655,"Donalds":16656,"Ġdetailed":16657,"ĠEdith":16658,"istencia":16659,"Ġremoves":16660,"Caroline":16661,"LAUGH":16662,"Ġopportunities":16663,"Dur":16664,"bach":16665,"demon":16666,"Ġdensity":16667,"Ġinject":16668,"lee":16669,"ĠFried":16670,"Ġchannels":16671,"Ġslides":16672,"Ġswings":16673,"Ġbeautifully":16674,"Ġescuchar":16675,"Ġtitled":16676,"Ġpraised":16677,"Ġspecifically":16678,"Ġmontaña":16679,"rust":16680,"ouched":16681,"igi":16682,"Ġflip":16683,"Ġtanks":16684,"Ġrevolver":16685,"ĠCleveland":16686,"Ġcafé":16687,"Page":16688,"lu":16689,"ĠTerry":16690,"ĠBureau":16691,"cloth":16692,"zzle":16693,"ritz":16694,"attering":16695,"ĠMalays":16696,"52":16697,"Far":16698,"Mur":16699,"Ġcien":16700,"ĠCAR":16701,"Ġjet":16702,"ĠDimitra":16703,"ĠKal":16704,"obre":16705,"Ġraid":16706,"Ġattic":16707,"Ġremembering":16708,"Ġsunlight":16709,"Ġdenomin":16710,"ĠGeoffrey":16711,"hombre":16712,"zi":16713,"ĠoÃŃ":16714,"Ġbegg":16715,"ĠCock":16716,"Ġja":16717,"igation":16718,"ĠDig":16719,"Ġelabor":16720,"prints":16721,"Ġverano":16722,"ĠNathalie":16723,"Fucking":16724,"ĠNobody":16725,"Roger":16726,"Ġbaked":16727,"Ġly":16728,"Ġlyrics":16729,"oty":16730,"Ġmelt":16731,"Ġupward":16732,"onejo":16733,"Ġproc":16734,"Ġsprink":16735,"Ġflashing":16736,"Ġregistered":16737,"ndole":16738,"ĠScrooge":16739,"built":16740,"Ġodds":16741,"hunh":16742,"Ġemphasis":16743,"67":16744,"ĠHomer":16745,"ĠJasper":16746,"Ġcompletamente":16747,"Ġperformances":16748,"Ġneighbours":16749,"Ġborne":16750,"ĠDetective":16751,"ĠTelevision":16752,"ĠEXP":16753,"ĠCommunist":16754,"Ġscrambled":16755,"gosh":16756,"ĠMong":16757,"Ġvieron":16758,"ĠFloss":16759,"Ġgarments":16760,"Ġfreak":16761,"Ġwretched":16762,"fu":16763,"pción":16764,"roc":16765,"Ġfract":16766,"Ġshrill":16767,"ĠpodÃŃan":16768,"Ġessay":16769,"Ġtasted":16770,"Ġapplications":16771,"Ġpurchased":16772,"ĠJamie":16773,"CLI":16774,"Cam":16775,"ride":16776,"Ġtér":16777,"Ġwi":16778,"hala":16779,"armed":16780,"Ġgast":16781,"ĠSuddenly":16782,"ĠHouston":16783,"Ġgrasped":16784,"Ġcompelled":16785,"dere":16786,"egro":16787,"ĠFrost":16788,"grimas":16789,"Ġparlor":16790,"88":16791,"SA":16792,"September":16793,"Ġlined":16794,"ĠMorning":16795,"ĠCL":16796,"Ġcomún":16797,"ĠEver":16798,"bern":16799,"Ġresent":16800,"onsin":16801,"poca":16802,"ĠOrleans":16803,"Ġmatemática":16804,"Ġconfessed":16805,"Ġswallowed":16806,"Ġconstructed":16807,"Ġcolleagues":16808,"SR":16809,"Ġdame":16810,"estos":16811,"ifting":16812,"ĠDaw":16813,"ĠFROM":16814,"Ġrounds":16815,"Ġadvise":16816,"ĠMaid":16817,"ĠenergÃŃa":16818,"ĠOlive":16819,"Ġbetrayed":16820,"CON":16821,"Pass":16822,"Water":16823,"eye":16824,"Ġtaps":16825,"Ġcj":16826,"Ġlace":16827,"outside":16828,"Ġconduc":16829,"Ġmanus":16830,"Ġroller":16831,"contestó":16832,"Ġdramatic":16833,"North":16834,"honey":16835,"Ġbols":16836,"Ġthine":16837,"quina":16838,"Ġmez":16839,"ĠHud":16840,"Ġvalle":16841,"Ġexclamation":16842,"agen":16843,"weed":16844,"rilliant":16845,"ĠMuslims":16846,"Ġtricky":16847,"Ġgesture":16848,"Kay":16849,"Ġfib":16850,"ĠNemo":16851,"Ġlee":16852,"Ġunited":16853,"cieron":16854,"ĠInf":16855,"Ġhabits":16856,"Ġstepping":16857,"Ġpensando":16858,"SIC":16859,"Ġpreparation":16860,"Ġoccasional":16861,"Ġimpressive":16862,"Dick":16863,"Ġduro":16864,"Ġrevel":16865,"Ġliger":16866,"Ġpreci":16867,"Ġcompens":16868,"ĠSpeak":16869,"Especially":16870,"wheel":16871,"ĠBaltimore":16872,"ĠAunty":16873,"Ġbeats":16874,"clap":16875,"Ġrefres":16876,"Ġquicker":16877,"ĠClay":16878,"ndez":16879,"Ġgovernments":16880,"Mummie":16881,"Ġgallant":16882,"Ġtorped":16883,"Ġchuckled":16884,"Ġvolcano":16885,"Ġrejected":16886,"Ġcategories":16887,"Ġmammals":16888,"bod":16889,"tice":16890,"stic":16891,"ĠBark":16892,"Ġsmugg":16893,"Ġ52":16894,"Ġphones":16895,"ussia":16896,"Ġsquares":16897,"Ġbusinesses":16898,"Ġdestination":16899,"Ġeducational":16900,"Ġinitially":16901,"Ġemotional":16902,"Ġ120":16903,"ortal":16904,"Ġprints":16905,"ften":16906,"letub":16907,"Ġbadge":16908,"ĠGrim":16909,"Ġencounter":16910,"ĠChamber":16911,"ĠEsther":16912,"ĠBetween":16913,"Whoo":16914,"Ġnaran":16915,"Julia":16916,"Ġoctopus":16917,"Ġañad":16918,"Ġtoc":16919,"abl":16920,"Ġvot":16921,"ĠRoxy":16922,"agraph":16923,"ĠTrust":16924,"related":16925,"REAM":16926,"Ġguardar":16927,"Ġconcealed":16928,"Ġayudar":16929,"Ġwealthy":16930,"Ġphenomen":16931,"Ġconcrete":16932,"94":16933,"Poss":16934,"sin":16935,"uve":16936,"Ġdances":16937,"ashi":16938,"Ġincon":16939,"ĠCroat":16940,"Ġvul":16941,"ĠOrange":16942,"ivan":16943,"dolly":16944,"begins":16945,"Ġcoral":16946,"Ġpato":16947,"Ġtelevisión":16948,"century":16949,"Ġprotecting":16950,"Ġprocession":16951,"Ġrápidamente":16952,"ĠcompañÃŃa":16953,"ĠIndonesia":16954,"Ġconstituency":16955,"Ugh":16956,"intend":16957,"Ġoverse":16958,"ĠBron":16959,"Quiero":16960,"Ġyogh":16961,"Ġ83":16962,"Ġmasters":16963,"Ġpeasants":16964,"Ġgraduate":16965,"ĠJefferson":16966,"Joseph":16967,"Ġcloak":16968,"Ġminimum":16969,"Bern":16970,"bunny":16971,"tap":16972,"oogle":16973,"rigg":16974,"quite":16975,"Ġdoce":16976,"INT":16977,"Ġpreca":16978,"anga":16979,"Ġscent":16980,"Ġuhhuh":16981,"velt":16982,"Ġfreezing":16983,"ĠEdmund":16984,"ĠDanish":16985,"Ġperiods":16986,"âĢ¢":16987,"ĠPremier":16988,"Lee":16989,"ĠtÃŃ":16990,"Ġdieron":16991,"ĠTreat":16992,"ĠMamá":16993,"Ġunw":16994,"ĠVas":16995,"ccoli":16996,"Ġvillain":16997,"Ġingred":16998,"Ġrequested":16999,"ĠEvans":17000,"Ġembarrassed":17001,"Ur":17002,"bah":17003,"ĠHero":17004,"ĠHugo":17005,"Ġlago":17006,"ango":17007,"Ġresto":17008,"romise":17009,"Ġstarving":17010,"Ġghosts":17011,"Ġjuegos":17012,"Ġadvertising":17013,"Ġerrand":17014,"ĠArabs":17015,"Ġannouncement":17016,"Ġrehears":17017,"dic":17018,"Ġpongo":17019,"ĠTam":17020,"Ġanime":17021,"Ġalleg":17022,"ĠGarden":17023,"Ġunemplo":17024,"Ġaroused":17025,"Ġsentenced":17026,"Ġextrem":17027,"Ġhunters":17028,"ĠseguÃŃa":17029,"ĠIsraeli":17030,"ĠKeith":17031,"ĠCampbell":17032,"Ġbonds":17033,"ĠConservative":17034,"ĠIván":17035,"Lieutenant":17036,"Ruth":17037,"ĠSum":17038,"ĠMuch":17039,"Ġaspir":17040,"ĠBou":17041,"ĠDory":17042,"oddy":17043,"Ġworrying":17044,"Ġveinte":17045,"Ġdijeron":17046,"Ġtreasures":17047,"Ġladybird":17048,"isconsin":17049,"Ġqualities":17050,"Ġrascal":17051,"Ġhospitals":17052,"Eres":17053,"rons":17054,"remy":17055,"etry":17056,"amite":17057,"ĠDob":17058,"ĠJour":17059,"Ġbackward":17060,"soon":17061,"Ġhandful":17062,"ressing":17063,"Ġvec":17064,"Ġprotests":17065,"Ġdiscussing":17066,"Ġgeomet":17067,"Ġnicer":17068,"softly":17069,"ĠCaribbean":17070,"Hy":17071,"Ġstamps":17072,"ortion":17073,"wealth":17074,"Ġcaracter":17075,"Ġtragedy":17076,"icaw":17077,"Ġretorted":17078,"Ġdistancia":17079,"Ġpromotion":17080,"Ġclassified":17081,"Ġdiscrimin":17082,"ĠAbd":17083,"Ġespada":17084,"Ġrelationships":17085,"Ġcustoms":17086,"ĠFront":17087,"Ġescrib":17088,"horsie":17089,"Ġexit":17090,"ĠOregon":17091,"November":17092,"Ġperros":17093,"Ġbuilder":17094,"ĠErnie":17095,"Ġsqueez":17096,"Ġ��������":17097,"Ġemotions":17098,"Ġquizá":17099,"Ġsintió":17100,"ĠVenezuela":17101,"Dios":17102,"nity":17103,"wight":17104,"xico":17105,"Ġtoxic":17106,"ĠMey":17107,"estly":17108,"ĠLE":17109,"ĠNumber":17110,"Ġrooster":17111,"ĠStadium":17112,"Ġlists":17113,"Ġclassification":17114,"Ġespacio":17115,"Ġtemperatures":17116,"Ġdemands":17117,"iertos":17118,"Ni":17119,"cookie":17120,"mist":17121,"inet":17122,"Ġware":17123,"Ġming":17124,"Ġpaz":17125,"Ġsections":17126,"ĠMec":17127,"tero":17128,"Ġwrath":17129,"Ġcheers":17130,"ĠDevelopment":17131,"Ġhurrying":17132,"Ġidle":17133,"Ġpains":17134,"Ġterminado":17135,"display":17136,"Ġacabó":17137,"Ġaccurate":17138,"Ġtherapy":17139,"natured":17140,"Na":17141,"Ġcunning":17142,"atmeal":17143,"elius":17144,"Ġshores":17145,"ĠNature":17146,"ĠKam":17147,"Ġasshole":17148,"Ġdiscont":17149,"ĠArmenia":17150,"ĠLiberal":17151,"Ġtobacco":17152,"AV":17153,"vering":17154,"Ġdefect":17155,"ulus":17156,"Ġprovo":17157,"ĠVII":17158,"past":17159,"Ġcoo":17160,"Ġnive":17161,"ĠGU":17162,"Ġbrisk":17163,"Ġtrigger":17164,"Thus":17165,"ASE":17166,"Ġextraño":17167,"Ġhunted":17168,"shoe":17169,"penter":17170,"ĠGabriel":17171,"rafÃŃa":17172,"Mine":17173,"South":17174,"tt":17175,"Ġtheories":17176,"...!":17177,"ĠGob":17178,"ĠLor":17179,"Ġprick":17180,"ocation":17181,"Ġwildly":17182,"Porque":17183,"achelor":17184,"Ġcommented":17185,"Ġmosquito":17186,"Use":17187,"hero":17188,"usions":17189,"Ġquitar":17190,"ĠTheatre":17191,"Ġsponge":17192,"Quién":17193,"whining":17194,"stern":17195,"Ġautor":17196,"ĠANY":17197,"Ġdefinite":17198,"Ġkilometers":17199,"ĠFifi":17200,"Ġsuficiente":17201,"icawber":17202,"Calm":17203,"Mac":17204,"Molly":17205,"bound":17206,"xual":17207,"Ġwob":17208,"Ġfag":17209,"Ġyay":17210,"Ġnib":17211,"Ġensure":17212,"Ġcompare":17213,"ibi":17214,"Ġfarming":17215,"ĠThird":17216,"Ġrestless":17217,"umbers":17218,"Ġscarlet":17219,"kissing":17220,"Ġcandidates":17221,"Ġwelcomed":17222,"Ba":17223,"wife":17224,"Ġsam":17225,"ĠSEE":17226,"ĠPom":17227,"early":17228,"Ġrobbed":17229,"Ġblade":17230,"Ġcrunch":17231,"Ġporqué":17232,"Ġpromote":17233,"Ġbasin":17234,"ĠShaw":17235,"ĠCommand":17236,"Ġdesigner":17237,"Ġtechniques":17238,"Ġhistorian":17239,"Ta":17240,"fold":17241,"god":17242,"vich":17243,"ĠÃŃ":17244,"Ġauth":17245,"Ġloop":17246,"Ġblanca":17247,"Ġcuch":17248,"Ġexpense":17249,"Ġmidship":17250,"Ġcultures":17251,"Ġaccidentally":17252,"ĠChester":17253,"Todos":17254,"ĠHolmes":17255,"Ġalarmed":17256,"ĠTaiwan":17257,"Aun":17258,"Lisa":17259,"oink":17260,"Ġfain":17261,"Ġweeping":17262,"verdad":17263,"oper":17264,"Ġvolleyball":17265,"ĠWatson":17266,"itte":17267,"pshire":17268,"Ġbuses":17269,"plete":17270,"Ġinspe":17271,"Ġorganic":17272,"ĠRobbie":17273,"Tonight":17274,"div":17275,"rina":17276,"removes":17277,"Ġfitting":17278,"ĠMake":17279,"ĠHood":17280,"ĠPhys":17281,"elig":17282,"ĠLuther":17283,"blem":17284,"ĠYam":17285,"ĠDead":17286,"Ġimplement":17287,"Ġsynd":17288,"Ġsummit":17289,"Ġhumano":17290,"Seems":17291,"Ġfreight":17292,"small":17293,"Otherwise":17294,"Ġfluid":17295,"ĠBengal":17296,"uces":17297,"Ġsizes":17298,"Ġtheore":17299,"Ġmare":17300,"Ġgy":17301,"Ġheir":17302,"ĠAch":17303,"ĠAbb":17304,"stad":17305,"arded":17306,"pled":17307,"iph":17308,"Ġmarvel":17309,"Ġimpres":17310,"Ġsincere":17311,"Ġprizes":17312,"Ġnueve":17313,"Ġrobbery":17314,"current":17315,"Ġaspecto":17316,"Ella":17317,"jero":17318,"Ġreass":17319,"Ġants":17320,"ĠEthel":17321,"Ġdeserved":17322,"Ġcañ":17323,"Ġchamp":17324,"Ġslid":17325,"ussian":17326,"Eric":17327,"Ġcalf":17328,"uesto":17329,"ಿ":17330,"Ġtourist":17331,"Ġscarf":17332,"Ġurgent":17333,"imitates":17334,"pronounced":17335,"melon":17336,"91":17337,"October":17338,"tienes":17339,"Ġtama":17340,"ĠSn":17341,"ĠSic":17342,"Ġflowing":17343,"Ġhumanity":17344,"iji":17345,"Ġsituations":17346,"Ġinvestigate":17347,"ĠLabor":17348,"February":17349,"Ġrosy":17350,"Ġluxury":17351,"Ġcorridor":17352,"rero":17353,"Ġey":17354,"ĠAges":17355,"Ġjaw":17356,"ĠJung":17357,"ometer":17358,"Ġcaravan":17359,"Ġcaps":17360,"eva":17361,"Ġ1921":17362,"Ġdedo":17363,"Ġdemocracy":17364,"Ġatención":17365,"rÃŃ":17366,"esc":17367,"ĠLam":17368,"osevelt":17369,"Ġtwink":17370,"ileen":17371,"Ġterrified":17372,"ĠLeader":17373,"ĠPeggotty":17374,"Ġsuccession":17375,"ÃŃnea":17376,"Ġparks":17377,"Ġdentist":17378,"GB":17379,"fil":17380,"yers":17381,"ĠÅ":17382,"Ġmens":17383,"Ġfret":17384,"Ġhaga":17385,"acie":17386,"ĠBunk":17387,"ĠLiz":17388,"ĠLanc":17389,"Ġeru":17390,"Ġperple":17391,"Ġrapper":17392,"ĠQuebec":17393,"Ġtenth":17394,"Ġderecho":17395,"Ġlollipop":17396,"displaystyle":17397,"Dude":17398,"Fel":17399,"rong":17400,"edee":17401,"storm":17402,"ĠCub":17403,"ucks":17404,"Ġhandled":17405,"araje":17406,"Ġburial":17407,"LOW":17408,"Ġvivo":17409,"ĠDarwin":17410,"Bir":17411,"Ġ].":17412,"haired":17413,"Ġyep":17414,"ĠBenn":17415,"ĠLem":17416,"ĠNice":17417,"until":17418,"ĠTrue":17419,"ĠHampshire":17420,"believ":17421,"Ġenorme":17422,"Ġgreeting":17423,"Ġinstitution":17424,"Ret":17425,"Roy":17426,"gó":17427,"hr":17428,"erts":17429,"Ġflex":17430,"Ġloo":17431,"aceae":17432,"ĠWisconsin":17433,"Ġarsen":17434,"Ġnowadays":17435,"Ġscouts":17436,"Ġspecially":17437,"Ġpiel":17438,"Ġevolved":17439,"Ġstrongest":17440,"ĠEdin":17441,"hammed":17442,"ĠFelix":17443,"Ġizquier":17444,"Nick":17445,"quiet":17446,"ĠHur":17447,"Ġalk":17448,"ĠEffie":17449,"Ġplaya":17450,"Ġsmashed":17451,"Ġcolum":17452,"Ġfloated":17453,"Ġ57":17454,"Ġreflection":17455,"ĠManhattan":17456,"Ġjudges":17457,"Ġfacility":17458,"Ġcommunicate":17459,"ĠHungarian":17460,"Ġconquer":17461,"Ġrecuerdo":17462,"Ġlobster":17463,"64":17464,"Ġmeow":17465,"émon":17466,"Ġguid":17467,"Ġfewer":17468,"Ġartistic":17469,"Ġgraves":17470,"Ġignore":17471,"Ġsleeves":17472,"Ġtigers":17473,"Ġpancakes":17474,"RAN":17475,"Rock":17476,"Ġfishes":17477,"oral":17478,"Ġesté":17479,"ĠKra":17480,"Ġllena":17481,"ĠPerry":17482,"Ġverses":17483,"Ġtravels":17484,"Ġfelic":17485,"VERY":17486,"Ġfraud":17487,"Tal":17488,"running":17489,"Ġpills":17490,"Ġenable":17491,"ĠGib":17492,"ĠRi":17493,"ĠEun":17494,"feld":17495,"Ġsentado":17496,"Ġchoos":17497,"Ġevacu":17498,"ĠExcuse":17499,"âĮī?":17500,"Ġboundary":17501,"Ġcontented":17502,"Ġpersuade":17503,"Ġpail":17504,"Ġhol":17505,"ĠSound":17506,"ĠMember":17507,"ĠBlo":17508,"Ġconc":17509,"Ġpeek":17510,"Ġcarb":17511,"Ġcradle":17512,"Ġépoca":17513,"Ġllega":17514,"ĠespÃŃrit":17515,"Ġcrawled":17516,"Ġtumbled":17517,"isms":17518,"especially":17519,"thought":17520,"ansom":17521,"oche":17522,"Ġslain":17523,"cheon":17524,"Ġrifles":17525,"ĠChampion":17526,"ĠCOMP":17527,"Ġacercó":17528,"Ġatomic":17529,"sneezes":17530,"WAY":17531,"Ġtocar":17532,"immer":17533,"estra":17534,"Instead":17535,"Ġpasos":17536,"Ġcantar":17537,"Ġoxid":17538,"Ġcinema":17539,"Ġdiamonds":17540,"ĠVincent":17541,"QU":17542,"pour":17543,"touch":17544,"Ġjab":17545,"Ġsapo":17546,"ĠListen":17547,"lesia":17548,"Ġ41":17549,"Ġfireplace":17550,"Señor":17551,"ĠSyria":17552,"ĠDisco":17553,"Ġreveal":17554,"ĠGreeks":17555,"Ġprecipit":17556,"Ġspaceship":17557,"ĠAffairs":17558,"RU":17559,"]âĮĭ.":17560,"amis":17561,"Ġsufr":17562,"Ġcoordin":17563,"Ġelef":17564,"Ġ82":17565,"INGS":17566,"Ġsufficiently":17567,"Ġestablishment":17568,"ĠWalker":17569,"picious":17570,"Ġfury":17571,"Ġgaraje":17572,"ĠAhm":17573,"ĠBrenda":17574,"ĠHundred":17575,"ĠWatch":17576,"Ġboiled":17577,"Ġclapping":17578,"orns":17579,"Ġbelieving":17580,"Ġfui":17581,"Ġbrightly":17582,"Ġcircular":17583,"Ġtorch":17584,"Suppose":17585,"Ġbuenas":17586,"Ġdistinguish":17587,"jes":17588,"Ġbats":17589,"Ġrender":17590,"Ġreindeer":17591,"ĠTrent":17592,"ĠMust":17593,"doggie":17594,"Ġteas":17595,"acts":17596,"Ġragged":17597,"ĠBritt":17598,"Thirty":17599,"Ġavan":17600,"lights":17601,"Ġagriculture":17602,"Ġdetermination":17603,"Bon":17604,"Gran":17605,"sets":17606,"omers":17607,"Ġrosa":17608,"ĠFBI":17609,"ĠRag":17610,"Ġ1917":17611,"Ġcrush":17612,"Ġiii":17613,"र":17614,"Ġphysician":17615,"ĠLucas":17616,"Ġattending":17617,"Ġfanci":17618,"ĠNicholas":17619,"demonstr":17620,"Bus":17621,"Fore":17622,"Ġsiege":17623,"around":17624,"imming":17625,"ĠWant":17626,"Ġacceler":17627,"iba":17628,"check":17629,"clean":17630,"ĠExpl":17631,"Ġabsorbed":17632,"ĠMaurice":17633,"Cle":17634,"Ġerect":17635,"ĠDear":17636,"ĠTheodore":17637,"Ġclas":17638,"Ġcuya":17639,"Ġinclin":17640,"plays":17641,"ĠEdinburgh":17642,"TON":17643,"ender":17644,"ĠGrey":17645,"Ġbutcher":17646,"Ġ1900":17647,"ĠKu":17648,"Ġamable":17649,"ISS":17650,"Ġsalido":17651,"Chief":17652,"Ġrespectively":17653,"Ġchemicals":17654,"ÃŃculo":17655,"Ġescribir":17656,"Ġdeliberately":17657,"iselle":17658,"arra":17659,"ativa":17660,"eties":17661,"Ġretir":17662,"arlas":17663,"Ġteapot":17664,"Seriously":17665,"Music":17666,"Nat":17667,"Ġbeak":17668,"Ġdemost":17669,"anth":17670,"olin":17671,"Ġsupre":17672,"whatever":17673,"ucking":17674,"Ġlimb":17675,"Ġfurnished":17676,"urricane":17677,"JER":17678,"bone":17679,"laces":17680,"Ġaument":17681,"Ġmakin":17682,"ickers":17683,"Ġloco":17684,"Ġclasped":17685,"Being":17686,"||||":17687,"Ġrecovery":17688,"Ġequiv":17689,"REAT":17690,"uggage":17691,"Ġscratched":17692,"Ġprayed":17693,"Ġexpanded":17694,"ĠOttom":17695,"Apparently":17696,"Ġrendered":17697,"Patsy":17698,"shire":17699,"mania":17700,"Ġtraitor":17701,"Ġsignature":17702,"Ġbases":17703,"ĠSammy":17704,"Ġdefender":17705,"ĠSancho":17706,"Plus":17707,"Ġconocer":17708,"Ġscrewed":17709,"Ġhuevos":17710,"Ġtomatoes":17711,"Ġwharf":17712,"iven":17713,"Ġsos":17714,"haus":17715,"Ġyacht":17716,"imately":17717,"ĠTun":17718,"ĠCob":17719,"abul":17720,"Ġserp":17721,"Ġscores":17722,"Ġresort":17723,"Ġrepent":17724,"Ġ72":17725,"ĠRosie":17726,"Ġscreams":17727,"Ġwitnesses":17728,"Ġtranslation":17729,"Jeff":17730,"Ġsecreto":17731,"Green":17732,"Ġmuse":17733,"Ġechó":17734,"ĠBran":17735,"Ġquote":17736,"Ġjeep":17737,"Ġplains":17738,"inker":17739,"Ġarcher":17740,"Ġslack":17741,"Ġslipping":17742,"moon":17743,"ĠFrancia":17744,"Ġdarle":17745,"Ġgladly":17746,"Perfect":17747,"Ġpredict":17748,"Ġcontinuing":17749,"impiada":17750,"Ġcolonial":17751,"Ġfascinating":17752,"sitting":17753,"Ġtha":17754,"Ġdanc":17755,"eton":17756,"ayer":17757,"lymouth":17758,"ĠSciences":17759,"ĠBennie":17760,"ĠHistor":17761,"arten":17762,"ĠLanka":17763,"Ġharness":17764,"Ġhighchair":17765,"ĠNeil":17766,"Ġbitterly":17767,"ozco":17768,"Ġdeposit":17769,"Ġatraves":17770,"Ġconverted":17771,"Port":17772,"Tube":17773,"][":17774,"yuck":17775,"Ġbait":17776,"Ġyucky":17777,"ĠHaz":17778,"ĠLux":17779,"ĠEight":17780,"arest":17781,"Ġamusing":17782,"Ġhandling":17783,"ĠVie":17784,"Ġdiver":17785,"Ġskating":17786,"Ġwinding":17787,"Ġpathetic":17788,"ONG":17789,"ĠEstá":17790,"Surely":17791,"Ġchapel":17792,"Ġraspberry":17793,"Eat":17794,"Nina":17795,"bic":17796,"wig":17797,"outing":17798,"Ġcheating":17799,"Ġaquellas":17800,"Ġsubur":17801,"ĠWere":17802,"ĠCliff":17803,"Ġtono":17804,"Ġpusieron":17805,"Ġsuccessor":17806,"Ġfuese":17807,"Ġsuspic":17808,"thodox":17809,"Japan":17810,"gal":17811,"Ġgee":17812,"Ġconve":17813,"Ġworshi":17814,"izations":17815,"Ġprel":17816,"Ġattach":17817,"ĠIsn":17818,"oubted":17819,"ĠEspañ":17820,"Ġtourists":17821,"Ġsensation":17822,"lowly":17823,"Jimmy":17824,"ĠCorsario":17825,"Bas":17826,"Tur":17827,"ĠCort":17828,"Ġalley":17829,"naughty":17830,"ĠHein":17831,"Ġbacked":17832,"Ġcrashing":17833,"puter":17834,"Ġsentences":17835,"Ġescort":17836,"ĠNotting":17837,"iantes":17838,"Ġpersist":17839,"Ġtowers":17840,"Ġdesperately":17841,"ĠArabia":17842,"Ġexhaust":17843,"Matthew":17844,"Jason":17845,"hasta":17846,"Ġhalt":17847,"ĠSport":17848,"stuck":17849,"Ġjest":17850,"Ġattent":17851,"Ġcasas":17852,"shake":17853,"ĠAdmir":17854,"Ġconsiderably":17855,"Ġsouthwestern":17856,"Ġmasses":17857,"Ġsymbols":17858,"ĠRonald":17859,"Ġlágrimas":17860,"Ġskiing":17861,"ĠTig":17862,"ĠPablo":17863,"Ġnegr":17864,"Ġloaf":17865,"Ġagrad":17866,"beat":17867,"ampa":17868,"Ġmonument":17869,"Ġsentir":17870,"cuador":17871,"Ġcrees":17872,"Ġrecoger":17873,"Ġmerrily":17874,"Ġarriving":17875,"Ġaspects":17876,"Ġcarrera":17877,"ĠMistress":17878,"Ġsummoned":17879,"Ġrhythm":17880,"taken":17881,"Ġsins":17882,"ĠIl":17883,"elos":17884,"ighed":17885,"Ġshrink":17886,"Ġshirts":17887,"Ġespect":17888,"Ġperpet":17889,"gold":17890,"brumm":17891,"Ġpolo":17892,"boards":17893,"Ġtreacher":17894,"Ġparque":17895,"attie":17896,"ĠCorps":17897,"Ġcrawls":17898,"ishers":17899,"Ġpupil":17900,"útbol":17901,"FA":17902,"YEAH":17903,"cad":17904,"Ġaimed":17905,"Ġfri":17906,"Ġpude":17907,"Ġreverse":17908,"ĠHem":17909,"Ġsafer":17910,"Ġcomprend":17911,"ĠVat":17912,"obo":17913,"Ġlighting":17914,"Ġ76":17915,"ricia":17916,"Ġvanilla":17917,"Ġwhispers":17918,"Ġmeasuring":17919,"continu":17920,"ipedia":17921,"ĠHawaii":17922,"Cast":17923,"Ġstew":17924,"ĠTAL":17925,"cella":17926,"Ġsala":17927,"Ġ81":17928,"Ġconstell":17929,"Neil":17930,"ĠMontreal":17931,"ĠOthers":17932,"Ġheavier":17933,"ĠDuncan":17934,"Ġmarvellous":17935,"speechplay":17936,"nell":17937,"oqu":17938,"Ġara":17939,"start":17940,"ifies":17941,"Ġcriter":17942,"ĠYouth":17943,"ogán":17944,"Ġsled":17945,"Ġsuggesting":17946,"draws":17947,"Ġbruja":17948,"Ġcocoon":17949,"Ġtrolley":17950,"gre":17951,"ĠHoo":17952,"están":17953,"ĠDVD":17954,"Ġchrom":17955,"autilus":17956,"Ġburg":17957,"ĠvenÃŃa":17958,"Ġsecretly":17959,"Ġbanned":17960,"Ġsituated":17961,"ĠMadison":17962,"ĠCollins":17963,"Ġhypot":17964,"ĠMelbourne":17965,"Ġwhistling":17966,"ĠIllustrated":17967,"ĠMunich":17968,"Whether":17969,"ĠTerritory":17970,"fan":17971,"far":17972,"pizza":17973,"Ġshat":17974,"Ġdated":17975,"Ġdiving":17976,"Ġbrushed":17977,"ĠVIII":17978,"Ġpromises":17979,"Ġtransmit":17980,"Ġreceiver":17981,"Ġclosest":17982,"ĠErin":17983,"ĠBarbie":17984,"ĠSpencer":17985,"Mod":17986,"tem":17987,"zada":17988,"Ġaplic":17989,"Ġliar":17990,"ĠLive":17991,"Ġacord":17992,"Ġmotive":17993,"Ġmelted":17994,"Ġpipes":17995,"Ġdepths":17996,"Ġproportion":17997,"Law":17998,"pad":17999,"idable":18000,"Ġjunt":18001,"ĠPay":18002,"ĠEthan":18003,"Ġlandlord":18004,"Ġsettlers":18005,"Ġproudly":18006,"Ġroutes":18007,"Ġhabrá":18008,"bub":18009,"bank":18010,"hn":18011,"Ġsealed":18012,"Ġimplic":18013,"ologÃŃa":18014,"icester":18015,"Ġmessed":18016,"Ġdragging":18017,"Anyone":18018,"Ġsatisfy":18019,"Ġstorms":18020,"Ġvuelto":18021,"ictionary":18022,"Ġderecha":18023,"ĠModern":18024,"Ġfestiv":18025,"onomous":18026,"ĠHudson":18027,"arter":18028,"icios":18029,"Ġliking":18030,"ĠBulgar":18031,"gee":18032,"ĠWILL":18033,"idez":18034,"Ġtraces":18035,"Ġwinners":18036,"Ġparagraph":18037,"Ġlays":18038,"Ġ160":18039,"nette":18040,"Unfortunately":18041,"ĠJeremy":18042,"Ġdispute":18043,"ା":18044,"Ġaccomplish":18045,"Ġscholar":18046,"AME":18047,"Major":18048,"Rom":18049,"Ġcier":18050,"Ġdimin":18051,"Ġpiled":18052,"Ġluc":18053,"ĠId":18054,"ĠSign":18055,"ĠAub":18056,"clown":18057,"lett":18058,"rows":18059,"Ġimpuls":18060,"Ġniñas":18061,"Ġtemples":18062,"ĠAngola":18063,"Plot":18064,"EVA":18065,"Ġlemonade":18066,"ĠBroadway":18067,"ĠNathaniel":18068,".),":18069,"Di":18070,"lic":18071,"ĠMills":18072,"ĠWon":18073,"Ġunlock":18074,"Ġambit":18075,"Ġcontinent":18076,"Ġmadera":18077,"Ġsleigh":18078,"Ġexceedingly":18079,"Mont":18080,"Ġdarted":18081,"Ġpong":18082,"Ġstare":18083,"ĠCro":18084,"ppet":18085,"ĠEinstein":18086,"agos":18087,"Ġrobe":18088,"Ġrunner":18089,"Ġabsol":18090,"Ġpaddle":18091,"ĠBelgian":18092,"Ġenfermed":18093,"Ġgracious":18094,"Ġtrumpet":18095,"paste":18096,"Ġoye":18097,"Ġinex":18098,"ĠCry":18099,"estyle":18100,"thirty":18101,"peas":18102,"tele":18103,"issance":18104,"ensión":18105,"cuentro":18106,"Ġformat":18107,"Ġrespuesta":18108,"ĠTHEY":18109,"Ġpresidente":18110,"Ġruling":18111,"Ġrecognised":18112,"Holy":18113,"polis":18114,"Ġarrast":18115,"ĠRoberts":18116,"crayon":18117,"MEDIA":18118,"presa":18119,"tres":18120,"eries":18121,"Ġluggage":18122,"ĠSlo":18123,"thday":18124,"Ġtram":18125,"ĠVegas":18126,"Ġchef":18127,"Ġ54":18128,"त":18129,"ertas":18130,"Ġremainder":18131,"Speak":18132,"Ġcontinuous":18133,"ĠOwl":18134,"Ġconseguir":18135,"hit":18136,"hide":18137,"same":18138,"Ġpissed":18139,"ĠMicawber":18140,"ĠCand":18141,"ĠPin":18142,"iginal":18143,"Ġenga":18144,"ĠRico":18145,"Ġtwinkle":18146,"plate":18147,"ĠUniverse":18148,"Ġdecades":18149,"ĠDebbie":18150,"Ġaquello":18151,"URE":18152,"Ġapprove":18153,"letubbies":18154,"Ġfancied":18155,"Hell":18156,"Zoe":18157,"hou":18158,"uñ":18159,"reas":18160,"Ġfaded":18161,"Ġpones":18162,"Ġinev":18163,"omes":18164,"Ġdebo":18165,"isto":18166,"ĠFranz":18167,"attempt":18168,"Ġwarmly":18169,"Ġquieren":18170,"track":18171,"Ġunclear":18172,"ĠAnnabel":18173,"sniffs":18174,"Count":18175,"VIR":18176,"egg":18177,"wright":18178,"onne":18179,"Ġpneum":18180,"ĠIron":18181,"ĠMunicip":18182,"ainty":18183,"ĠDC":18184,"emas":18185,"Ġspank":18186,"Ġpartially":18187,"Ġrav":18188,"ĠMarion":18189,"ounces":18190,"Ġpickle":18191,"ĠGerva":18192,"Ġ68":18193,"Ġtuyo":18194,"Ġcasting":18195,"without":18196,"Ġllamada":18197,"Ġflights":18198,"Ġtoothbrush":18199,"Ġtornado":18200,"ĠLeonard":18201,"Ġpeligro":18202,"Friend":18203,"erest":18204,"fal":18205,"Ġtad":18206,"isons":18207,"ĠfÃŃs":18208,"Ġpunt":18209,"Ġninguno":18210,"ĠMam":18211,"ĠEwww":18212,"Ġprog":18213,"ueba":18214,"Ġmule":18215,"ĠStars":18216,"Ġscales":18217,"!\",":18218,"Ġtraer":18219,"Ġleak":18220,"Ġrisen":18221,"ĠParalympics":18222,"ĠHumphrey":18223,"HH":18224,"sie":18225,"ĠBald":18226,"ĠPoll":18227,"Ġvoting":18228,"Ġblues":18229,"Ġslam":18230,"Ġdecides":18231,"Ġ99":18232,"ĠAdd":18233,"front":18234,"Ġcomfortably":18235,"ĠExpress":18236,"Ġstubborn":18237,"Ġambos":18238,"Ġstretching":18239,"Eddie":18240,"Ġésto":18241,"gio":18242,"kie":18243,"pi":18244,"akan":18245,"Ġplaydough":18246,"Ġ91":18247,"Ġdarker":18248,"Ġprofound":18249,"ĠForces":18250,"Ġstrikes":18251,"Ġnurses":18252,"ĠPrefecture":18253,"Ġrecommended":18254,"Ġinstitutions":18255,"Ġgardener":18256,"Ġtriumphant":18257,"Name":18258,"Ġion":18259,"ĠMerc":18260,"stable":18261,"ĠLis":18262,"Ġrains":18263,"ogan":18264,"OUGH":18265,"Forgive":18266,"Ġparas":18267,"ĠAmazon":18268,"Ġconcerts":18269,"Ġnecesit":18270,"ĠGraeme":18271,"ĠWHO":18272,"ĠFarmer":18273,"ĠTrevor":18274,"Ġasegur":18275,"discards":18276,"Bow":18277,"dám":18278,"Ġlame":18279,"ĠlÃŃnea":18280,"Ġhues":18281,"ĠBomb":18282,"ĠRoma":18283,"Ġpróx":18284,"uhhum":18285,"Ġadorn":18286,"Ġhabéis":18287,"Ġexpenses":18288,"Ġ250":18289,"Ġpersuaded":18290,"ĠHenderson":18291,"ĠSantiago":18292,"Awww":18293,"Book":18294,"Den":18295,"Mor":18296,"Pal":18297,"dur":18298,"acc":18299,"rique":18300,"Ġjaws":18301,"ĠNurse":18302,"toe":18303,"Ġsped":18304,"Ġcontó":18305,"chants":18306,"Ġartillery":18307,"Looking":18308,"Among":18309,"ĠRogers":18310,"Ġganar":18311,"ĠArchie":18312,"ĠBrothers":18313,"Ġmanuscript":18314,"Pare":18315,"cross":18316,"orÃŃa":18317,"ĠJama":18318,"Ġexert":18319,"Ġlev":18320,"Ġlovers":18321,"Ġendure":18322,"Ġvolumes":18323,"Ġirre":18324,"Ġalguno":18325,"Ġfrock":18326,"Ġgraceful":18327,"\"¡":18328,"Cool":18329,"Tommy":18330,"dow":18331,"uld":18332,"Ġsept":18333,"Ġcanoes":18334,"nearly":18335,"Ġcheat":18336,"anya":18337,"etera":18338,"Ġsongwriter":18339,"Ġparticle":18340,"ĠMurray":18341,"Ġvelocidad":18342,"Ġinspection":18343,"Ġdeeds":18344,"ĠMR":18345,"ĠCoun":18346,"Ġnotic":18347,"ĠHaving":18348,"ĠWat":18349,"ĠWard":18350,"Ġuso":18351,"iren":18352,"Ġbites":18353,"Ġmotherf":18354,"Ġempt":18355,"ĠBarney":18356,"celled":18357,"OSE":18358,"ĠHawk":18359,"Ġpursue":18360,"Ġbidding":18361,"Ġechoed":18362,"Night":18363,"drop":18364,"Ġou":18365,"Ġsteak":18366,"orden":18367,"Ġdisk":18368,"Ġwrink":18369,"lington":18370,"Ġ66":18371,"Ġwilderness":18372,"rainian":18373,"ĠFairy":18374,"Cent":18375,"Matt":18376,"Ġ|":18377,"Ġlust":18378,"otch":18379,"Ġstag":18380,"ĠTIME":18381,"ĠChen":18382,"elas":18383,"ĠHeart":18384,"Ġpeac":18385,"Ġentra":18386,"ĠMarjorie":18387,"Ġpatron":18388,"Ġpenetr":18389,"Ġ98":18390,"Ġpractices":18391,"Ġratón":18392,"ĠvivÃŃa":18393,"ĠAlexand":18394,"Ġlanzó":18395,"Ġaxe":18396,"Ġgrocery":18397,"ĠMéxico":18398,"money":18399,"Ġsaint":18400,"Ġagony":18401,"laim":18402,"Ġbrute":18403,"avo":18404,"Ġappre":18405,"Ġmonstru":18406,"Ġrelate":18407,"Ġgrandson":18408,"Ġcountryside":18409,"Ġcharacteristics":18410,"Ġhostile":18411,"fallen":18412,"Police":18413,"Ġfragments":18414,"gow":18415,"ĠHank":18416,"Ġraced":18417,"ĠDot":18418,"ĠFollow":18419,"Ġpeces":18420,"Ġamp":18421,"grade":18422,"Ġskins":18423,"Ġsunk":18424,"ĠCharley":18425,"Ġnaturaleza":18426,"ĠIndiana":18427,"Ġcuriously":18428,"ĠPeninsula":18429,"Ġfoam":18430,"ĠLastname":18431,"gomery":18432,"Ġornament":18433,"claps":18434,"Ġsubió":18435,"Ġ79":18436,"iamond":18437,"Ġconcentrate":18438,"Ġmerchants":18439,"Queen":18440,"Ġuniversal":18441,"Ġtelescope":18442,"Ġaggressive":18443,"believable":18444,"GMO":18445,"Hel":18446,"Ot":18447,"lion":18448,"oux":18449,"Ġhamm":18450,"Ġkittens":18451,"uru":18452,"ĠBuster":18453,"ĠPit":18454,"Ġsmash":18455,"Ġpoles":18456,"Ġexcurs":18457,"ĠLyon":18458,"Ġillustrations":18459,"Ġpenguins":18460,"Ġunfair":18461,"Ġhorizont":18462,"Ġtackle":18463,"Ġtobogán":18464,"72":18465,"Sl":18466,"Wind":18467,"ĠRect":18468,"plant":18469,"iens":18470,"Ġregalo":18471,"guida":18472,"ĠDeck":18473,"Alpes":18474,"Ġtelegram":18475,"Ġ92":18476,"ĠConse":18477,"Ġcrystal":18478,"Ġmixing":18479,"Ġincreases":18480,"Ġpregunta":18481,"Ġautomatic":18482,"ĠLOOK":18483,"cakes":18484,"Ãį":18485,"Ġairl":18486,"ĠSull":18487,"ighted":18488,"Ġprolong":18489,"assic":18490,"Ġadmin":18491,"Ġcheering":18492,"ĠDeb":18493,"Ġ51":18494,"ĠPlace":18495,"ĠhacÃŃan":18496,"Ġconvicted":18497,"Ġcontento":18498,"Ġbravely":18499,"Ġsorpresa":18500,"ĠJessica":18501,"Ġflavor":18502,"Ġfrankly":18503,"Ġconoce":18504,"songwriter":18505,"ĠNigeria":18506,"High":18507,"lik":18508,"Ġsoph":18509,"Ġexhibit":18510,"Ġarc":18511,"avia":18512,"Ġdeserves":18513,"Ġcuyo":18514,"nero":18515,"Ġverás":18516,"Ġmotiv":18517,"Ġposts":18518,"ĠRoosevelt":18519,"Ġperspect":18520,"Ġfrighten":18521,"Ġfunding":18522,"ĠBusiness":18523,"Ġkidnapped":18524,"ĠLoren":18525,"Ġsovereign":18526,"SHE":18527,"Ġthieves":18528,"Ġbeber":18529,"riving":18530,"ctica":18531,"ĠPle":18532,"Ġarchae":18533,"ĠKit":18534,"Ġparting":18535,"ĠYellow":18536,"eneration":18537,"raban":18538,"Ġpequeñas":18539,"Johnny":18540,"Ġcliffs":18541,"ĠInspector":18542,"Ġguidance":18543,"Family":18544,"pcf":18545,"esp":18546,"arnos":18547,"ĠSierra":18548,"Ġestable":18549,"ĠShem":18550,"Ġpromising":18551,"ĠPeru":18552,"Prin":18553,"Ġcrumbs":18554,"lab":18555,"esame":18556,"ĠSwww":18557,"ĠCousin":18558,"Ġsheriff":18559,"ĠFreedom":18560,"ĠNoah":18561,"Ġtrials":18562,"Ġsimult":18563,"Ġgallery":18564,"Ġscarce":18565,"Ġmechanical":18566,"Ġpájaros":18567,"Ġúnica":18568,"Ġdistinctly":18569,"ĠLynn":18570,"opotamus":18571,"Bless":18572,"Jenny":18573,"rones":18574,"yas":18575,"Ġov":18576,"rift":18577,"ĠSweet":18578,"sole":18579,"Ġscandal":18580,"Ġnightmare":18581,"Ġskate":18582,"Ġglove":18583,"Ġconfession":18584,"demonstrates":18585,"bara":18586,"ÅĤ":18587,"hace":18588,"abad":18589,"ĠPod":18590,"Ġherd":18591,"ulg":18592,"ĠName":18593,"ĠKl":18594,"Ġrestore":18595,"cycl":18596,"Ġ89":18597,"Ġmainland":18598,"Ġhonored":18599,"Ġgender":18600,"Ġdepartments":18601,"Ġorgans":18602,"Ġimpatiently":18603,"Phone":18604,"Hit":18605,"KN":18606,"mor":18607,"Ġcient":18608,"Ġdizzy":18609,"Ġpave":18610,"Ġinaug":18611,"Ġamerican":18612,"Ġflats":18613,"ormal":18614,"upiter":18615,"eges":18616,"Ġcompleto":18617,"regular":18618,"rolls":18619,"THIS":18620,"Ġdioxide":18621,"Ġcruise":18622,"ĠTsar":18623,"drawn":18624,"drew":18625,"Ġwink":18626,"Ġhoof":18627,"irus":18628,"ĠMik":18629,"ĠPippin":18630,"ĠFritz":18631,"Ġroaring":18632,"Ġplayin":18633,"ĠBruno":18634,"proof":18635,"flowers":18636,"ITY":18637,"wasn":18638,"Ġcelebration":18639,"Ġrestaurants":18640,"Ġcomplications":18641,"Ġinmediatamente":18642,"Dun":18643,"French":18644,"Van":18645,"uvia":18646,"Ġbapt":18647,"Ġojo":18648,"amientos":18649,"ĠSoo":18650,"ĠHob":18651,"ulio":18652,"Ġprohib":18653,"iane":18654,"ĠYouTube":18655,"ĠAlmighty":18656,"Ġmilit":18657,"Ġdirección":18658,"Ġ56":18659,"Ġ84":18660,"ĠRights":18661,"Walk":18662,"Ġdainty":18663,"Ġego":18664,"unately":18665,"ĠProp":18666,"ĠJorge":18667,"uder":18668,"Ġpocos":18669,"Ġinvierno":18670,"Ġinterrog":18671,"Ġsquash":18672,"ĠAdministr":18673,"ĠSebast":18674,"Ġprimeros":18675,"OWN":18676,"Ġtrembled":18677,"Ele":18678,"IB":18679,"Sister":18680,"grap":18681,"agi":18682,"Ġ1912":18683,"Ġamateur":18684,"intellig":18685,"Ġphoned":18686,"Ġquestioning":18687,"Ġhubiese":18688,"Ġpanting":18689,"Ġcalculated":18690,"Ġstacker":18691,"Ġvuestro":18692,"Ġbouncing":18693,"Ġyoghurt":18694,"Wil":18695,"ioneer":18696,"ĠMes":18697,"ĠMah":18698,"struction":18699,"chu":18700,"ĠHorse":18701,"Ġnee":18702,"ĠNautilus":18703,"Ġlocom":18704,"uckle":18705,"ptions":18706,"Ġguilt":18707,"Ġunderwater":18708,"ĠArist":18709,"Ġverb":18710,"Ġsurvival":18711,"Ġindicates":18712,"Ġinvolves":18713,"Ġcompañeros":18714,"Ġcomparison":18715,"Ġnickel":18716,"Ġinferior":18717,"Met":18718,"kar":18719,"maker":18720,"Ġbash":18721,"osition":18722,"ĠTes":18723,"ĠMind":18724,"Ġchir":18725,"Ġinstall":18726,"Ġexplaining":18727,"AKING":18728,"Ġillustrated":18729,"Ġtuvieron":18730,"Ġarguing":18731,"ĠKazakh":18732,"Ġfrig":18733,"Ġgoo":18734,"atisf":18735,"Ġthro":18736,"uttering":18737,"ĠAin":18738,"ĠABC":18739,"ĠFA":18740,"Ġshalt":18741,"Ġflap":18742,"2010":18743,"Ġchecks":18744,"ĠOFF":18745,"ĠSalzburg":18746,"hhh":18747,"Ġgaining":18748,"Ġguitarist":18749,"ĠPiglet":18750,"hurry":18751,"lucky":18752,"ski":18753,"Ġ%":18754,"remo":18755,"Ġcudd":18756,"Ġmald":18757,"Ġgrill":18758,"Ġanda":18759,"ĠIF":18760,"ĠBaron":18761,"Ġcomunic":18762,"Ġmurió":18763,"lares":18764,"being":18765,"Ġslap":18766,"Ġglowing":18767,"Quiet":18768,"Ġtrifle":18769,"ĠGOING":18770,"âĨ«":18771,"Ġcertific":18772,"ĠCinderella":18773,"Ġprecisely":18774,"\":":18775,"ICH":18776,"NT":18777,"Ġmaps":18778,"Ġbegging":18779,"ĠAgent":18780,"ĠObs":18781,"tener":18782,"Ġinteract":18783,"ĠHeritage":18784,"Ġwhiskers":18785,"Ġrepeating":18786,"Ġsettlements":18787,"Ġdescans":18788,"Ġdiameter":18789,"Ġconservative":18790,"Ġenfad":18791,"ĠMia":18792,"Ġketch":18793,"Ġclan":18794,"Ġteasing":18795,"ĠUntil":18796,"iedad":18797,"Ġmayores":18798,"meaning":18799,"ĠMoroc":18800,"Ġopinions":18801,"ĠPittsburgh":18802,"Main":18803,"zie":18804,"enea":18805,"oran":18806,"acent":18807,"Ġnego":18808,"ĠGust":18809,"Ġcarrier":18810,"Start":18811,"ĠAda":18812,"daughter":18813,"uchi":18814,"Ġphysic":18815,"ĠFreud":18816,"Ġstrictly":18817,"ĠGervaise":18818,"Historia":18819,"World":18820,"Ġtarta":18821,"Ġnene":18822,"ĠTak":18823,"ĠConejo":18824,"ĠBully":18825,"Ġquem":18826,"antos":18827,"Ġ1914":18828,"Ġadvoc":18829,"although":18830,"Ġwarmth":18831,"Ġcharacteristic":18832,"Ġgenes":18833,"Ġidentical":18834,"Desde":18835,"Ġbajar":18836,"Ġbends":18837,"Ġaltitude":18838,"EP":18839,"ITE":18840,"UP":18841,"Ġcoughs":18842,"isle":18843,"Ġmim":18844,"Ġpins":18845,"aying":18846,"ĠSik":18847,"Ġasunto":18848,"ods":18849,"Ġbrushing":18850,"Ġteaches":18851,"Ġcarved":18852,"Ġadentro":18853,"Ġporridge":18854,"Ġserial":18855,"Ġpreserve":18856,"ANY":18857,"Ġpleaded":18858,"Ġviolently":18859,"Ġadmiral":18860,"Ġdéj":18861,"haraoh":18862,"Ġsolemnly":18863,"Ġskeleton":18864,"ĠCruz":18865,"Ġexpansion":18866,"oubtedly":18867,"TCA":18868,"present":18869,"rical":18870,"sand":18871,"Ġrevers":18872,"Ġnat":18873,"Ġnie":18874,"ĠAC":18875,"ĠBri":18876,"elli":18877,"ÃŃfic":18878,"ERE":18879,"Ġprisa":18880,"rency":18881,"Ġsentó":18882,"Quiz":18883,"Ġbarrier":18884,"Ġarmour":18885,"Ġorilla":18886,"Ġdestru":18887,"Ġhosts":18888,"Ġenvy":18889,"ĠMoz":18890,"ĠMoreover":18891,"Ġdibujo":18892,"ecutive":18893,"card":18894,"Ġplát":18895,"éf":18896,"Ġmono":18897,"Ġglancing":18898,"Ġopenly":18899,"Ġsuburb":18900,"Thought":18901,"Ġwallet":18902,"Ġesperaba":18903,"ĠCameron":18904,"worthy":18905,"ructure":18906,"Ġpyram":18907,"Nada":18908,"WA":18909,"aque":18910,"Ġsost":18911,"ithe":18912,"yous":18913,"Ġunre":18914,"Ġentend":18915,"Ġniñ":18916,"Ġawakened":18917,"Ġadmired":18918,"ĠByz":18919,"Ġpocketbook":18920,"Ġmuddy":18921,"Ġdumped":18922,"Ġabejas":18923,"Course":18924,"KEN":18925,"ĠIvan":18926,"ĠBella":18927,"Ġroman":18928,"Ġabode":18929,"ĠLena":18930,"udos":18931,"Ġpartido":18932,"ĠYears":18933,"Ġtrag":18934,"Ġresulting":18935,"Ġparecer":18936,"Ġcomplained":18937,"urious":18938,"Ġhurriedly":18939,"Ġbulk":18940,"Ġencouraging":18941,"Ġdwarf":18942,"ĠHilary":18943,"Ġtil":18944,"ĠTel":18945,"urre":18946,"ĠKi":18947,"Ġmargin":18948,"ublin":18949,"Ġmiraba":18950,"Ġcambiar":18951,"Ġdecorated":18952,"ĠHalf":18953,"Ġtempted":18954,"Europe":18955,"[_":18956,"yment":18957,"Ġtac":18958,"Ġrely":18959,"Ġdeals":18960,"ĠTiene":18961,"ĠBoe":18962,"rabbit":18963,"Ġroused":18964,"Ġenforce":18965,"ĠOd":18966,"comes":18967,"Ġcurls":18968,"Ġturb":18969,"ĠSingh":18970,"Ġdiferente":18971,"Ġblah":18972,"Ġmansion":18973,"Ġgalaxy":18974,"Ġlibertad":18975,"arrondissement":18976,")]":18977,"VII":18978,"Ġheel":18979,"ĠTall":18980,"ĠLud":18981,"mpoo":18982,"whoop":18983,"Ġbarr":18984,"Ġhoja":18985,"ĠGlen":18986,"building":18987,"Ġobjeto":18988,"Ġmartial":18989,"Cur":18990,"Hur":18991,"bike":18992,"inery":18993,"Ġfot":18994,"ĠMonsieur":18995,"Ġvirgin":18996,"Ġdislike":18997,"Ġfounding":18998,"Ġhalfway":18999,"Ġimpulse":19000,"Ġcease":19001,"uka":19002,"kov":19003,"Ġbosom":19004,"Ġbuggy":19005,"Ġcriticism":19006,"Ġllorar":19007,"Ġauspicious":19008,"Ġgreedy":19009,"'_":19010,"Domin":19011,"spo":19012,"wi":19013,"alin":19014,"Ġjus":19015,"Ġarray":19016,"planes":19017,"ĠViv":19018,"Ġdefensive":19019,"Ġhopped":19020,"Ġscheduled":19021,"ĠHabÃŃa":19022,"spring":19023,"Hand":19024,"Mientras":19025,"Nope":19026,"Vol":19027,"Ġtat":19028,"Ġcomiendo":19029,"ounted":19030,"grama":19031,"anyway":19032,"Ġinvaded":19033,"minster":19034,"Ġsweeties":19035,"Shoot":19036,"Ġsacó":19037,"iggling":19038,"Ġironing":19039,"ĠGOOD":19040,"Ġmathematic":19041,"Ġencuentran":19042,"Ġcoughing":19043,"Ġloyalty":19044,"ĠArmstrong":19045,"Ġassassin":19046,"Ġsul":19047,"Ġcemetery":19048,"Ġwelf":19049,"Ġsob":19050,"Ġsucks":19051,"cester":19052,"Ġreflex":19053,"Ġ67":19054,"Ġ71":19055,"Ġevitar":19056,"Ġservir":19057,"Ġ96":19058,"ĠSupp":19059,"Ġattempting":19060,"Cheers":19061,"ÃŃtulo":19062,"Ġcomposition":19063,"Ġunsuccess":19064,"Ġsaucer":19065,"Ġbio":19066,"aton":19067,"Ġnois":19068,"ĠSind":19069,"ĠMamma":19070,"angs":19071,"ventually":19072,"Ġinstruction":19073,"Ġobjective":19074,"ĠStudios":19075,"Ġwelfare":19076,"Nac":19077,"uver":19078,"Ġbaking":19079,"rigo":19080,"ĠTol":19081,"ĠAbor":19082,"emia":19083,"issie":19084,"Ġsolamente":19085,"Ġenjoyment":19086,"Ġattraction":19087,"girls":19088,"Ġequivoc":19089,"tons":19090,"usc":19091,"ĠWow":19092,"avi":19093,"ĠcaÃŃ":19094,"Ġhoarse":19095,"Ġelectro":19096,"ĠAbbey":19097,"Ġesperando":19098,"ĠHighway":19099,"ĠDelhi":19100,"Ġbiological":19101,"Ġdismay":19102,"ĠSelena":19103,"PR":19104,"Ġwilt":19105,"ĠChel":19106,"ianza":19107,"Ġdecade":19108,"Ġtenga":19109,"Ġlluvia":19110,"Ġreporter":19111,"ĠCommunity":19112,"Ġorganisms":19113,"Ġvicinity":19114,"IO":19115,"mies":19116,"Ġbung":19117,"ĠMwww":19118,"ĠAri":19119,"ĠAran":19120,"laid":19121,"Ġcoge":19122,"sheep":19123,"Ġcollapse":19124,"tomorrow":19125,"Ġlawyers":19126,"Arthur":19127,"Ġrespected":19128,"ĠAnton":19129,"Ġsomos":19130,"Ġadvertis":19131,"Ġsurroundings":19132,"Ġinspiration":19133,"ĠCommonwealth":19134,"Ġrebellion":19135,"ĠespÃŃritu":19136,"Jam":19137,"mamma":19138,"Ġdud":19139,"Ġgem":19140,"Ġheating":19141,"usually":19142,"ĠAction":19143,"ĠBi":19144,"ÃŃz":19145,"ĠWa":19146,"ĠFrog":19147,"icker":19148,"Ġcoax":19149,"Ġrecre":19150,"Ġkneeling":19151,"viendo":19152,"Ġmessing":19153,"Ġescapar":19154,"Ġguarded":19155,"Ġmelan":19156,"Christopher":19157,"Ġpiedras":19158,"Ġtribute":19159,"beautiful":19160,"Sing":19161,"eenth":19162,"fell":19163,"Ġcyl":19164,"Ġfrut":19165,"ĠEcuador":19166,"Ġ(_":19167,"Ġshaw":19168,"Ġdific":19169,"Ġrecalled":19170,"Ġdepressed":19171,"goodbye":19172,"ल":19173,"attoo":19174,"ĠTracy":19175,"relative":19176,"burger":19177,"à¥ĩ":19178,"Ġessentially":19179,"Ġimprovement":19180,"Ġpidió":19181,"tecimientos":19182,")\"":19183,"cada":19184,"Ġlucha":19185,"ĠSalt":19186,"umi":19187,"Ġsuite":19188,"ĠWor":19189,"ĠFull":19190,"ĠNanny":19191,"Ġfinishes":19192,"Ġverlo":19193,"ĠAthens":19194,"Ġtelegraph":19195,"ĠEnglishman":19196,"Ġdestiny":19197,"frica":19198,"Ġsuperst":19199,"Marie":19200,"ĠJulian":19201,"Ġpaths":19202,"Ġinquiry":19203,"ructive":19204,"Ġtearing":19205,"Ġtamaño":19206,"party":19207,"Ġdangers":19208,"Ġrecip":19209,"riers":19210,"ĠSleep":19211,"agar":19212,"Ġpartial":19213,"ugos":19214,"ĠVi":19215,"letter":19216,"Ġmonaster":19217,"ANG":19218,"enery":19219,"ĠThunder":19220,"Ġcontinually":19221,"ĠAdemás":19222,"super":19223,"Ġbolsa":19224,"Ġreactions":19225,"Ġconsultation":19226,"iertas":19227,"Ġdowntown":19228,"Ġcrooked":19229,"British":19230,"Ġagujero":19231,"onso":19232,"Ġfried":19233,"Ġlingu":19234,"Ġheated":19235,"etta":19236,"urdy":19237,"Ġlikewise":19238,"Ġcaz":19239,"Ġripe":19240,"Ġintake":19241,"Ġintently":19242,"Ġzoom":19243,"Ġorient":19244,"Ġstrangely":19245,"Ġpequeñ":19246,"Ġnuestras":19247,"ĠClaud":19248,"Ġbah":19249,"ĠRud":19250,"Ġproyect":19251,"ubre":19252,"Ġoport":19253,"úp":19254,"ampus":19255,"ĠBeing":19256,"Ġcomplaint":19257,"Ġbangs":19258,"Ġthreats":19259,"ĠServices":19260,"Ġapareció":19261,"National":19262,"bump":19263,"heh":19264,"inado":19265,"ĠToo":19266,"ĠMort":19267,"ĠCut":19268,"ĠCaleb":19269,"ĠDAY":19270,"ittin":19271,"ako":19272,"Ġ1910":19273,"ĠKyle":19274,"Ġmonk":19275,"Ġ53":19276,"cciones":19277,"Ġcurled":19278,"Elizabeth":19279,"Ġladders":19280,"Ġ93":19281,"Ġequals":19282,"Ġclimbs":19283,"LET":19284,"ĠRoom":19285,"Ġaccidents":19286,"Ġdormido":19287,"Ġestrella":19288,"Ġmanifest":19289,"OO":19290,"Wake":19291,"Ġgene":19292,"idor":19293,"Ġnena":19294,"ĠSeg":19295,"ĠCec":19296,"Ġramas":19297,"essions":19298,"Ġclung":19299,"Ġresid":19300,"Ġwindy":19301,"ĠShould":19302,"Ġmembership":19303,"ör":19304,"everyone":19305,"Ġorganisation":19306,"Lucy":19307,"Ġcontrario":19308,"ĠCrawford":19309,"Bur":19310,"Pick":19311,"Ġcrop":19312,"Ġcodes":19313,"Ġdum":19314,"Ġfreed":19315,"Ġheal":19316,"ĠBuenos":19317,"Ġquart":19318,"Ġneur":19319,"Ġprow":19320,"ĠUpon":19321,"ensed":19322,"úl":19323,"Ġelectoral":19324,"Ġregards":19325,"Ġhardest":19326,"Ġconfined":19327,"Ġfreeze":19328,"Ġswimmer":19329,"ĠJuliet":19330,"Ġbalc":19331,"Ġaddressing":19332,"ĠAtlanta":19333,"Madam":19334,"Ġathlete":19335,"ĠGregory":19336,"Ġinfantry":19337,"Ġoveja":19338,"lovakia":19339,"Alf":19340,"tos":19341,"Ġafect":19342,"Ġreino":19343,"ĠNOW":19344,"Ġexagger":19345,"Ġchant":19346,"Ġintervals":19347,"Ġsteer":19348,"ĠReina":19349,"Ġfurry":19350,"Ġspeedily":19351,"ès":19352,"habited":19353,"Ġexchanged":19354,"KING":19355,"Rose":19356,"core":19357,"Ġanthem":19358,"Ġquaint":19359,"ĠRover":19360,"Ġexce":19361,"Ġadvancing":19362,"Ġeyebr":19363,"Ġpinea":19364,"aurus":19365,"Ġdeclined":19366,"Between":19367,"Ġacabado":19368,"Ġpollution":19369,"Ġslippery":19370,"Ġclergy":19371,"Ġocasión":19372,"ĠSmarties":19373,"Az":19374,"Hot":19375,"Sab":19376,"pine":19377,"Ġpian":19378,"anne":19379,"Ġreno":19380,"ĠCurt":19381,"Ġalle":19382,"ĠDwww":19383,"Ġcape":19384,"Ġpata":19385,"Ġseñores":19386,"Ġvenge":19387,"Ġrespectable":19388,"Ġseguida":19389,"walking":19390,"Ġfiercely":19391,"ĠSociedad":19392,"ĠFireman":19393,"Ġjefe":19394,"ĠColumbus":19395,"ĠOttoman":19396,"Ned":19397,"Ġcál":19398,"Ġpans":19399,"second":19400,"ĠCin":19401,"ĠGus":19402,"ĠNFL":19403,"Ġama":19404,"Ġdesesper":19405,"resses":19406,"Ġdrawings":19407,"Ġcreeping":19408,"Ġpalo":19409,"Ġáng":19410,"Ġtreating":19411,"Ġremoving":19412,"Ġdocumentary":19413,"Ġarguments":19414,"Ġseaside":19415,"Ġoptions":19416,"HOW":19417,"Ġtheat":19418,"Ġcaca":19419,"Ġheck":19420,"rollo":19421,"Ġaltered":19422,"ORN":19423,"Ġloses":19424,"ĠVent":19425,"Ġhards":19426,"ĠMarta":19427,"Close":19428,"Ġmemoria":19429,"Ġesperanza":19430,"Ġneatly":19431,"Ġdibuj":19432,"Honours":19433,"Ġestrellas":19434,"Either":19435,"Hm":19436,"Ham":19437,"Pad":19438,"jam":19439,"Ġq":19440,"ĠBiden":19441,"Ġquieras":19442,"INS":19443,"tengo":19444,"Ġwarmer":19445,"Ġ600":19446,"Ġcollapsed":19447,"ĠFlip":19448,"Ġsituación":19449,"Ġreligions":19450,"Ġinvention":19451,"Ġaltar":19452,"Ġcriminals":19453,"Ġcorrected":19454,"Ġdolphin":19455,"cott":19456,"full":19457,"Ġtet":19458,"Ġgroom":19459,"owel":19460,"acción":19461,"Ġanthrop":19462,"Ġalliance":19463,"ĠDong":19464,"ĠNon":19465,"Ġlego":19466,"ĠAround":19467,"Ġrepaired":19468,"Ġfighters":19469,"Ġzip":19470,"ĠLeón":19471,"ĠSeattle":19472,"ĠShir":19473,"Ġsupports":19474,"Ġvivid":19475,"ĠCrus":19476,"Ġrequirements":19477,"Ġawaiting":19478,"Dec":19479,"rip":19480,"Ġdearest":19481,"unless":19482,"Ġremed":19483,"ggies":19484,"azine":19485,"Ġviii":19486,"uestra":19487,"lasgow":19488,"Ġstatements":19489,"LED":19490,"Ġburns":19491,"Ġversus":19492,"Ġintroduc":19493,"ĠHighness":19494,"Ġdefending":19495,"Ġaguas":19496,"Ġuneasy":19497,"Ġsupreme":19498,"morning":19499,"yos":19500,"ĠTwenty":19501,"Ġrating":19502,"Ġrises":19503,"Ġconci":19504,"ĠDoll":19505,"ĠFab":19506,"ĠFace":19507,"tenance":19508,"Ġaproxim":19509,"cuencia":19510,"Ġ74":19511,"ĠChase":19512,"ĠWeston":19513,"Ġpunct":19514,"Ġocé":19515,"Ġowing":19516,"ĠBuzz":19517,"Ġannoy":19518,"Presently":19519,"Ġwagons":19520,"ĠMemorial":19521,"Several":19522,"_,\"":19523,"sor":19524,"wake":19525,"inals":19526,"Ġbald":19527,"ishi":19528,"Ġmop":19529,"Ġstump":19530,"ĠLiter":19531,"avor":19532,"Ġkeeper":19533,"ĠMarine":19534,"ĠShin":19535,"ĠMohammed":19536,"ĠMilady":19537,"Ġtexts":19538,"Ġconsisting":19539,"Ġmourn":19540,"Ġabruptly":19541,"Drink":19542,"rena":19543,"enci":19544,"othes":19545,"Ġforwards":19546,"Ġwithdrew":19547,"Ġsuyo":19548,"ĠOper":19549,"ORT":19550,"Ġaffl":19551,"Ġrelieve":19552,"Ġéx":19553,"Ġassisted":19554,"yawns":19555,"ĠLeban":19556,"Ġ170":19557,"Ġprimitive":19558,"ĠMinnie":19559,"Ġeffectively":19560,"Ġnaught":19561,"ĠCongreso":19562,"Ġpiernas":19563,"Ġmechanism":19564,"Ġkilometres":19565,"Ġimposible":19566,"Day":19567,"Ms":19568,"Pet":19569,"Sk":19570,"hear":19571,"Ġproven":19572,"ults":19573,"Ġhouseholds":19574,"shell":19575,"Ġmedieval":19576,"Ġbaggage":19577,"Esc":19578,"Ġbothering":19579,"Christmas":19580,"Ġmantener":19581,"ĠHunter":19582,"ĠWikipedia":19583,"ĠLuxem":19584,"pod":19585,"pants":19586,"Ġà°":19587,"Ġpest":19588,"Ġestimate":19589,"hyl":19590,"means":19591,"Ġjoins":19592,"Ġemper":19593,"Ġmerced":19594,"ĠOlimpiada":19595,"Ġaudio":19596,"Ġagreeable":19597,"ĠCopper":19598,"Obviously":19599,"Ġconspiracy":19600,"BAR":19601,"OE":19602,"duh":19603,"ht":19604,"ĠSuff":19605,"ĠPole":19606,"Ġherb":19607,"ĠDonna":19608,"hism":19609,"Ġsworn":19610,"Ġfloors":19611,"Ġposter":19612,"Ġcupcake":19613,"IRST":19614,"ĠGlad":19615,"ĠRocky":19616,"Ġexercises":19617,"Ãīl":19618,"Alexander":19619,"ĠBeatles":19620,"Ġinherit":19621,"Ġcorpse":19622,"\"-":19623,"Ã¥":19624,"ì":19625,"Ġnobles":19626,"ĠTas":19627,"Ġwhore":19628,"ifford":19629,"Ġsoñ":19630,"ĠDee":19631,"ĠFan":19632,"Ġblamed":19633,"ipur":19634,"Ġentender":19635,"Ġllave":19636,"nergy":19637,"ounge":19638,"Ġcurve":19639,"Winnie":19640,"ĠLivingston":19641,"Ġlocomot":19642,"East":19643,"Ġicing":19644,"isi":19645,"Ġlamps":19646,"Ġital":19647,"ĠWOULD":19648,"Ġelé":19649,"odd":19650,"ĠYale":19651,"ĠMarvel":19652,"Ġindigenous":19653,"ĠChad":19654,"य":19655,"ardenal":19656,"helm":19657,"ĠMeanwhile":19658,"smiles":19659,"Ġcontribution":19660,"61":19661,"Jac":19662,"Rad":19663,"cord":19664,"court":19665,"jal":19666,"}}":19667,"Ġweed":19668,"ĠCold":19669,"Ġplank":19670,"acey":19671,"oya":19672,"ouncing":19673,"Ġedific":19674,"yours":19675,"Ġdeben":19676,"Ġcaballeros":19677,"ĠMedical":19678,"Ġcriticized":19679,"Ġritual":19680,"Ġdisguise":19681,"bite":19682,"Ġferry":19683,"ĠPand":19684,"ĠPip":19685,"Ġplaster":19686,"ĠRice":19687,"Ġmete":19688,"Ġnoses":19689,"ĠEssex":19690,"Ġdirectors":19691,"risa":19692,"Ġfailing":19693,"Ġprocesses":19694,"IFE":19695,"ĠGharib":19696,"Lin":19697,"viv":19698,"ĠMO":19699,"Ġquoted":19700,"oppy":19701,"Ġspared":19702,"ĠHeath":19703,"clar":19704,"letcher":19705,"comer":19706,"Ġlayers":19707,"ĠHarriet":19708,"Dead":19709,"Ġbenefic":19710,"Ġgalley":19711,"1999":19712,"ĠBunker":19713,"Save":19714,"Ġwal":19715,"ulum":19716,"Ġwatering":19717,"Ġpresencia":19718,"Ġinspect":19719,"Ġpoliticians":19720,"Ġespecies":19721,"buzz":19722,"Ġcryst":19723,"Ġfuerzas":19724,"liga":19725,"metros":19726,"Ġparticipate":19727,"Scott":19728,"ĠMurphy":19729,"Ġincidents":19730,"ĠRhine":19731,"Break":19732,"Ġgobierno":19733,"Die":19734,"Tiene":19735,"Ye":19736,"Ġmr":19737,"Ġbeheld":19738,"Ġundo":19739,"elope":19740,"ĠList":19741,"ĠFish":19742,"Ġchildish":19743,"Ġterrest":19744,"Ġformally":19745,"culos":19746,"ático":19747,"Ġrecognise":19748,"ĠLucinda":19749,"ĠSatan":19750,"400":19751,"Hea":19752,"Pil":19753,"swer":19754,"worm":19755,"ayas":19756,"stret":19757,"estone":19758,"ĠEso":19759,"ĠKula":19760,"bros":19761,"Ġconson":19762,"orthos":19763,"Ġpresentation":19764,"Ġfiled":19765,"ĠQuién":19766,"Ġprophe":19767,"Ġarrives":19768,"Ġsexy":19769,"Ġrulers":19770,"ĠPoly":19771,"Ġpartnership":19772,"Believe":19773,"Beautiful":19774,"ĠIndependence":19775,"neighbor":19776,"Luego":19777,"sabes":19778,"ité":19779,"Ġgoss":19780,"Ġvamp":19781,"ĠDIS":19782,"ĠGhost":19783,"Ġlookout":19784,"Ġ800":19785,"ĠProf":19786,"Wasn":19787,"Ġaltura":19788,"Ġbounces":19789,"ĠNazis":19790,"Ġembarrassing":19791,"Ġsquirrels":19792,"Ġescalera":19793,"ĠBaseball":19794,"Ġtasks":19795,"Ġconvirtió":19796,"Gentlemen":19797,"Imag":19798,"enaw":19799,"Ġthither":19800,"ĠPlymouth":19801,"Ġpeanuts":19802,"reated":19803,"ĠVir":19804,"Inter":19805,"ĠArctic":19806,"brevi":19807,"curo":19808,"Thou":19809,"Ġservicio":19810,"hames":19811,"Ġtraded":19812,"turned":19813,"whisper":19814,"ĠÃĸ":19815,"Ġmicros":19816,"Ġsegura":19817,"Ġwonders":19818,"ĠTransport":19819,"ÃŃsticas":19820,"Ġcustody":19821,"Ġsubstantial":19822,"cj":19823,"snow":19824,"Ġald":19825,"Ġofthe":19826,"ĠPsy":19827,"ulates":19828,"ĠLad":19829,"ĠExt":19830,"Ġafuera":19831,"ĠAlmost":19832,"Ġmetió":19833,"ruly":19834,"former":19835,"Ġtrend":19836,"Ġchoke":19837,"Ġemple":19838,"Real":19839,"Ġimportantes":19840,"ĠWillard":19841,"ĠWells":19842,"Ġcivilian":19843,"Ġcoastal":19844,"Ġinfluential":19845,"fighter":19846,"Ġtorpedo":19847,"Clear":19848,"Dam":19849,"bless":19850,"Ġtipped":19851,"Ġbaker":19852,"Ġhens":19853,"Ġhail":19854,"level":19855,"utton":19856,"ithuan":19857,"ĠPE":19858,"Ġoutra":19859,"ĠNile":19860,"Ġarmas":19861,"Ġcoaches":19862,"Ġthrong":19863,"Ġdisabled":19864,"tale":19865,"Ġtraje":19866,"Ġhomeless":19867,"chest":19868,"Ġinval":19869,"Ġapres":19870,"Ġinterés":19871,"atoes":19872,"Ġantib":19873,"Ġconvict":19874,"Ġmicrow":19875,"Ġboundaries":19876,"Ġcrisp":19877,"Ġmejores":19878,"HA":19879,"NN":19880,"cars":19881,"Ġmord":19882,"Ġpiles":19883,"Ġonion":19884,"Ġsheer":19885,"ĠWent":19886,"Ġtwelf":19887,"Ġcarriages":19888,"Ġtense":19889,"Ġdripping":19890,"Ġextension":19891,"Ġemigr":19892,"central":19893,"ĠDespite":19894,"Ġgeese":19895,"Ġlogic":19896,"Ġaccordingly":19897,"Ġtucked":19898,"intendent":19899,"73":19900,"TC":19901,"hic":19902,"ÃŁ":19903,"Ġix":19904,"ĠSev":19905,"chy":19906,"ĠCair":19907,"Ġwholes":19908,"ĠDumpty":19909,"ĠGoogle":19910,"ĠNueva":19911,"ĠKirk":19912,"Ġsalmon":19913,"Ġaccus":19914,"Ġneglected":19915,"ĠLettice":19916,"Ġchampionships":19917,"Ġvolunteer":19918,"Auntie":19919,"ĠAuthority":19920,"ĠMovement":19921,"Durante":19922,".!":19923,"Pri":19924,"Sleep":19925,"SIGH":19926,"Ġfum":19927,"Ġpeso":19928,"Ġgarrison":19929,"oooo":19930,"imble":19931,"Ġwhim":19932,"ĠVa":19933,"Ġshaken":19934,"ĠThou":19935,"iént":19936,"Ġsubmit":19937,"Ġcostumbre":19938,"openha":19939,"Firstname":19940,"ĠUniversal":19941,"minded":19942,"Ġinfected":19943,"Ġjewelry":19944,"ĠBennett":19945,"##":19946,"[\"":19947,"rán":19948,"vina":19949,"wy":19950,"Ġtuna":19951,"Ġpea":19952,"imi":19953,"ĠBren":19954,"Ġallies":19955,"ĠNesta":19956,"ERY":19957,"Ġchicks":19958,"Ġreserved":19959,"azing":19960,"Ġcorrió":19961,"Ġfué":19962,"Ġpintar":19963,"Ġdisposition":19964,"ĠVatican":19965,"63":19966,"Ale":19967,"cution":19968,"dar":19969,"lift":19970,"Ãģ":19971,"Ġcope":19972,"Ġmaker":19973,"amelo":19974,"ilis":19975,"Ġcarp":19976,"otherwise":19977,"Ġacres":19978,"Ġappoint":19979,"Ġregulations":19980,"Ġjoyous":19981,"Ġpatri":19982,"bbers":19983,"Ġdrawers":19984,"Ġmarkets":19985,"ática":19986,"Bloody":19987,"Ġspelled":19988,"Ġnúmeros":19989,"Relax":19990,"Ġjuguetes":19991,"Ġcolumns":19992,"Abe":19993,"gently":19994,"Ġhauled":19995,"ĠIo":19996,"Ġrebel":19997,"ĠSaf":19998,"anti":19999,"ĠHaven":20000,"Ġshove":20001,"ĠRu":20002,"pling":20003,"cled":20004,"grown":20005,"Ġpersonnel":20006,"Ġlocations":20007,"Ġfuzzy":20008,"Ġsavings":20009,"parents":20010,"Ġhiciste":20011,"Ġscrape":20012,"Postman":20013,"?--":20014,"Ber":20015,"Ev":20016,"cita":20017,"iores":20018,"nik":20019,"anks":20020,"ĠPick":20021,"Ġrash":20022,"ĠFix":20023,"ĠUl":20024,"ĠDeep":20025,"Ġsalón":20026,"ĠParish":20027,"Ġambassador":20028,"Ġindustries":20029,"ophone":20030,"ĠMontgomery":20031,"Ġconceal":20032,"micro":20033,"ĠSaxon":20034,"Money":20035,"length":20036,"Ġditch":20037,"Ġshepherd":20038,"ĠWAY":20039,"ĠGir":20040,"ĠFight":20041,"ĠNone":20042,"ANS":20043,"Ġpastor":20044,"Ġfastest":20045,"Ġcostumes":20046,"Ġwitches":20047,"Ġpumpkins":20048,"addressed":20049,"Ġrevenue":20050,"Ġboldly":20051,"Ġcomplaining":20052,"ĠRemember":20053,"Ġoffended":20054,"attempts":20055,"Danny":20056,"Ġsib":20057,"ribu":20058,"rieron":20059,"Ġstrap":20060,"ĠSAY":20061,"ĠAbu":20062,"sticks":20063,"ĠBass":20064,"ĠPH":20065,"Ġencer":20066,"ót":20067,"Ġtwent":20068,"Ġintelig":20069,"ĠReed":20070,"Ġclassroom":20071,"Deb":20072,"Ġdevotion":20073,"Ġocult":20074,"Ġfeeble":20075,"Ġprobability":20076,"62":20077,"Cho":20078,"Fa":20079,"ssh":20080,"Ġtumb":20081,"Ġfountain":20082,"Ġtoot":20083,"always":20084,"osto":20085,"Ġwasher":20086,"Ġseize":20087,"andro":20088,"ĠAber":20089,"Ġconvention":20090,"ĠDance":20091,"Ġsupporters":20092,"Ġcorps":20093,"Ġwhee":20094,"ographic":20095,"Mickey":20096,"ĠUkrainian":20097,"ĠTechnology":20098,"Ġprivilege":20099,"Ġmaravill":20100,"Af":20101,"Sally":20102,"dled":20103,"kia":20104,"Ġhull":20105,"Ġweighed":20106,"ĠSul":20107,"ĠChem":20108,"ĠNacional":20109,"Ġpeor":20110,"Ġschem":20111,"Ġbreeding":20112,"Ġfactories":20113,"Ġcreates":20114,"Ġports":20115,"Ġdoubtful":20116,"Ġgloomy":20117,"Ġprincipales":20118,"ĠDoris":20119,"human":20120,"Ġglee":20121,"ĠUsually":20122,"ĠProtestant":20123,"Ġpneumonia":20124,"Han":20125,"east":20126,"adura":20127,"Ġplums":20128,"iaz":20129,"soever":20130,"Ġcoloured":20131,"amped":20132,"ĠBrus":20133,"prot":20134,"Ġribs":20135,"Ġapost":20136,"ĠBlues":20137,"ospel":20138,"Ġsurviving":20139,"ermont":20140,"Ġinvolving":20141,"Ġcontributed":20142,"ĠSprings":20143,"Ġstyles":20144,"Ġcrimson":20145,"Nah":20146,"vironment":20147,"Ġbic":20148,"Ġstam":20149,"Ġwhining":20150,"ĠWien":20151,"Ġcarac":20152,"ibal":20153,"ĠIsle":20154,"Ġparked":20155,"Ġdestroying":20156,"Ġocurr":20157,"Ġtransportation":20158,"Ġcomparatively":20159,"Colonel":20160,"Ġprostit":20161,"Ġnaranja":20162,"Saturday":20163,"bishop":20164,"Ġlumber":20165,"Ġonions":20166,"ĠHub":20167,"olent":20168,"ĠGiant":20169,"ĠRound":20170,"Ġcontrad":20171,"Ġflush":20172,"upa":20173,"Ġdearly":20174,"Ġ73":20175,"2017":20176,"Ġmurders":20177,"Ġpillows":20178,"Ġdecline":20179,"Ġbiology":20180,"Ġblaze":20181,"ĠBuilding":20182,"\"¿":20183,"Bull":20184,"LOR":20185,"Way":20186,"mis":20187,"mid":20188,"Ġtart":20189,"Ġsamples":20190,"Ġwakes":20191,"hams":20192,"Ġced":20193,"arán":20194,"Ġnigh":20195,"ĠMobile":20196,"ĠBond":20197,"ĠquÃŃm":20198,"Ohh":20199,"Ġtipos":20200,"ି":20201,"ĠSalv":20202,"ĠRomeo":20203,"Ġjeans":20204,"Ġwaffle":20205,"85":20206,"Nine":20207,"oj":20208,"wonder":20209,"inian":20210,"quin":20211,"ande":20212,"ĠDest":20213,"ĠGinger":20214,"ksha":20215,"Ġchaps":20216,"ĠButter":20217,"Ġweekly":20218,"ĠOrthodox":20219,"Ġdecidedly":20220,"Ġcompetitions":20221,"ĠCEO":20222,"Ġdiferencia":20223,"Bunny":20224,"iando":20225,"Ġcardenal":20226,"arus":20227,"ĠCBS":20228,"ĠPill":20229,"Ġexquis":20230,"Ġesfuer":20231,"Ġgras":20232,"Ġprueba":20233,"dock":20234,"Ġharass":20235,"Ġfella":20236,"ĠReport":20237,"OST":20238,"Ġlegends":20239,"Ġwardrobe":20240,"ĠBACK":20241,"Ġejaculated":20242,"Ġnoodles":20243,"doo":20244,"hea":20245,"encias":20246,"Ġhare":20247,"Ġstares":20248,"Ġwhipped":20249,"ĠFund":20250,"Ġmanual":20251,"cium":20252,"wey":20253,"Ġbathing":20254,"Ġdoubts":20255,"Ġturtles":20256,"Ġdetected":20257,"Ġchimenea":20258,"ĠBOY":20259,"Mem":20260,"VIII":20261,"trees":20262,"Ġà®":20263,"ĠTale":20264,"ĠBah":20265,"Ġbacking":20266,"Ġsitcom":20267,"Ġ69":20268,"Ġgustaba":20269,"ĠEstaba":20270,"Ġenterprise":20271,"Ġmarketing":20272,"Ġgorilla":20273,"Ġfrequency":20274,"Ġpsychiat":20275,"ĠXXX":20276,"Ġrejoiced":20277,"Ġbridges":20278,"Ġexpresión":20279,"Ġsodium":20280,"Ġdurmiendo":20281,"Ġstrategic":20282,"ĠRosamund":20283,"89":20284,"Rub":20285,"Ġbola":20286,"Ġhund":20287,"ĠPink":20288,"ĠEmer":20289,"Ġ1911":20290,"Ġcontemporary":20291,"Ġrag":20292,"Ġrapt":20293,"Ġmineral":20294,"Ġrecess":20295,"Ġskies":20296,"Becky":20297,"Ġdetuvo":20298,"Ġspacecraft":20299,"Ġseparation":20300,"Ġverdadero":20301,"Ġgroaned":20302,"ĠEllis":20303,"ĠXVI":20304,"Ġcontroversial":20305,"Ġvulner":20306,"Ġmingled":20307,"sla":20308,"wed":20309,"ĠAires":20310,"ĠCOULD":20311,"ARE":20312,"opa":20313,"Ġworries":20314,"Ġmakeup":20315,"forest":20316,"Ġsketch":20317,"Ġmedida":20318,"Ġvaso":20319,"2006":20320,"Ġfeaturing":20321,"Ġmatemático":20322,"Ġdedos":20323,"Ġlosses":20324,"ĠOtto":20325,"Ġtantas":20326,"Ġgrammar":20327,"Ġportrait":20328,"Ġsospe":20329,"69":20330,"Sis":20331,"Syl":20332,"hist":20333,"Ġtame":20334,"Ġcree":20335,"Ġcass":20336,"Ġcaba":20337,"ĠNation":20338,"peek":20339,"Ġarre":20340,"Ġtract":20341,"Ġtrotted":20342,"Ġregión":20343,"Ġapology":20344,"Ġvoiced":20345,"Ġcathedral":20346,"United":20347,"Ġexamining":20348,"Ġpilots":20349,"Ġseesaw":20350,"ámara":20351,"ĠArgentine":20352,"ĠNASA":20353,"list":20354,"wants":20355,"inside":20356,"Ġdummy":20357,"Ġlur":20358,"idia":20359,"ĠMap":20360,"ĠLond":20361,"ĠLock":20362,"angel":20363,"Ġinviting":20364,"Ġsigning":20365,"Ġprivacy":20366,"Ġsatisfactory":20367,"Ġcommitment":20368,"Ġcigarettes":20369,"Ġankle":20370,"Gab":20371,"ciendo":20372,"cimiento":20373,"Ġtension":20374,"ĠHale":20375,"Ġconvey":20376,"Ġsuited":20377,"ĠDub":20378,"ĠFoster":20379,"Ġcoffin":20380,"coll":20381,"ĠDec":20382,"Ġinclu":20383,"Ġlegit":20384,"urai":20385,"helps":20386,"Ġlabios":20387,"itarian":20388,"Ġcombust":20389,"Ġbonnet":20390,"Ġspells":20391,"Ġvolunteers":20392,"Ġenthusiastic":20393,"ĠEspañola":20394,"Drop":20395,"bark":20396,"ikes":20397,"kun":20398,"nant":20399,"Äį":20400,"Ġhides":20401,"antas":20402,"Ġplague":20403,"ĠJar":20404,"Ġunwill":20405,"ĠStaff":20406,"Ġcavern":20407,"Ġcommend":20408,"Ġbowls":20409,"keeping":20410,"Ġpercentage":20411,"Ġsignificance":20412,"Ġtidying":20413,"Ġimitates":20414,"ĠPhoenix":20415,"Bru":20416,"Tienes":20417,"rison":20418,"rÃŃan":20419,"erd":20420,"hate":20421,"grass":20422,"Ġexposure":20423,"Ġchoir":20424,"fielder":20425,"Ġcommunist":20426,"Ġdecidió":20427,"Ġdrafted":20428,"music":20429,"Ġemployee":20430,"CAP":20431,"replicó":20432,"Ġwits":20433,"ĠMandy":20434,"Ġalf":20435,"ĠDublin":20436,"Ġabraz":20437,"Ġspade":20438,"Ġcuc":20439,"Ġdrummer":20440,"Ġrounded":20441,"aneously":20442,"Ġsolved":20443,"Ġpañ":20444,"Ġcreative":20445,"Ġengineers":20446,"Ġrespects":20447,"Ġphotographer":20448,"ándolo":20449,"Ġpermite":20450,"cuenta":20451,"Jeannine":20452,"Ġquantum":20453,"ĠAlberta":20454,"eday":20455,"eting":20456,"Ġsel":20457,"Ġmemb":20458,"chiev":20459,"umsy":20460,"olar":20461,"Ġjulio":20462,"ĠWolver":20463,"Ġenabled":20464,"Ġenchant":20465,"Ġpeered":20466,"Ġmug":20467,"Ins":20468,"ĠMarcus":20469,"Ġchoosing":20470,"Whoever":20471,"ĠXbox":20472,"Ġequation":20473,"Ġcosta":20474,"ĠPlat":20475,"Ġquedado":20476,"ĠGloria":20477,"Ġscreenwriter":20478,"BOB":20479,"sharp":20480,"ò":20481,"Ġwist":20482,"Ġdusk":20483,"Ġyog":20484,"imir":20485,"ĠTalk":20486,"ĠEqu":20487,"éb":20488,"Head":20489,"Ġcrick":20490,"Ġscam":20491,"Ġrealised":20492,"boats":20493,"arrots":20494,"Govern":20495,"Laugh":20496,"ĠXIV":20497,"Ġstarve":20498,"ĠJoel":20499,"Ġnuevos":20500,"ĠCathedral":20501,"Ġterminal":20502,"ĠCornelius":20503,"Ġliquor":20504,"Ġaffectionate":20505,"Children":20506,"Ġultimately":20507,"ĠLegisl":20508,"Ġvelvet":20509,"Set":20510,"Sun":20511,"pread":20512,"Ġtread":20513,"Ġborough":20514,"Ġtoad":20515,"ĠImm":20516,"ienda":20517,"...'":20518,"ĠDónde":20519,"Ġabilities":20520,"ĠJupiter":20521,"behind":20522,"Ġprejud":20523,"ildred":20524,"ĠAnders":20525,"Ġcerrar":20526,"pole":20527,"pock":20528,"Ġsolitary":20529,"inocho":20530,"ĠMaya":20531,"Annie":20532,"ército":20533,"Ġmortgage":20534,"Ġrugby":20535,"Ġluncheon":20536,"Origin":20537,"ĠMalaysia":20538,"Top":20539,"tha":20540,"Ġthump":20541,"ĠTro":20542,"cels":20543,"Ġoffensive":20544,"Ġtriang":20545,"Ġformas":20546,"Ġvolando":20547,"Ġsandy":20548,"Ġsnatched":20549,"ದ":20550,"ĠScotch":20551,"ĠTodos":20552,"ĠSaid":20553,"Ġyells":20554,"Ġintentions":20555,"ĠUrugu":20556,"Ġknots":20557,"ât":20558,"Ġisolated":20559,"Light":20560,"spoon":20561,"Ġfero":20562,"ĠShan":20563,"unge":20564,"Ġexternal":20565,"Ġfluffy":20566,"ĠMarcia":20567,"Ġkidney":20568,"goodness":20569,"heads":20570,"Ġfreezer":20571,"ĠGrande":20572,"ĠEsk":20573,"Ġchocolates":20574,"ĠMedicine":20575,"Ġcrucial":20576,"Ġoverseas":20577,"Lucky":20578,"cot":20579,"donde":20580,"Ġsturdy":20581,"Ġseals":20582,"ĠBR":20583,"Ġheritage":20584,"ourn":20585,"everly":20586,"ambi":20587,"Throw":20588,"Getting":20589,"Ġobjected":20590,"Ġespant":20591,"Ġpunta":20592,"Ġstreaming":20593,"Ġpleasantly":20594,"Prim":20595,"Ġtortuga":20596,"ĠPicaporte":20597,"Ġpeligros":20598,"Ġrenewed":20599,"ĠDynasty":20600,"Ġnivel":20601,"2000":20602,"Copy":20603,"fy":20604,"ián":20605,"otle":20606,"Ġquoth":20607,"Ġlava":20608,"ála":20609,"Ġmanga":20610,"ĠYang":20611,"Ġwarfare":20612,"Ġtonto":20613,"Ġquedaba":20614,"dogs":20615,"Ġhesitation":20616,"Ġhablaba":20617,"ĠGuardian":20618,"Ġresolve":20619,"ósito":20620,"71":20621,"79":20622,"Cel":20623,"Said":20624,"Ġawe":20625,"ĠTab":20626,"ĠFalls":20627,"inde":20628,"Ġprodig":20629,"Ġarte":20630,"Ġbluff":20631,"ĠLeicester":20632,"à¤Ĥ":20633,"Ġstarboard":20634,"ĠSamantha":20635,"ĠMcDonalds":20636,"Ġllamas":20637,"ĠLords":20638,"Ġambition":20639,"Ġassociate":20640,"Ġempezaron":20641,"Ġdefended":20642,"Chapter":20643,"Ġ�����":20644,"Ġmechanics":20645,"ĠFreeman":20646,"----------------------------------------------------------------":20647,"Ġencontraron":20648,"Ġcorriente":20649,"Glad":20650,"ı":20651,"enic":20652,"ĠIX":20653,"idal":20654,"Ġweeds":20655,"ĠPow":20656,"ĠDou":20657,"ĠGate":20658,"Ġexport":20659,"Ġpecho":20660,"nez":20661,"Ġhumanos":20662,"Ġpuppies":20663,"Ġbelleza":20664,"Ġayer":20665,"Ġauntie":20666,"ĠEverybody":20667,"Ġshelves":20668,"Ġprairie":20669,"Ġespecialmente":20670,"ĠCragg":20671,"laterra":20672,"ĠAlbania":20673,"ĠConstantin":20674,"Ġapplause":20675,"including":20676,"dij":20677,"mast":20678,"Ġtying":20679,"Ġgb":20680,"ĠMoll":20681,"ĠHauts":20682,"istical":20683,"ĠOpera":20684,"Ġspies":20685,"ĠKap":20686,"Ġdiscom":20687,"Ġdisfr":20688,"Ġrecru":20689,"ĠConstance":20690,"Ġespalda":20691,"Ġdatab":20692,"Ġmuchacha":20693,"Description":20694,"Ġharmless":20695,"Ġdisagreeable":20696,"%,":20697,"Buen":20698,"JJ":20699,"]âĮī.":20700,"kémon":20701,"Ġfútbol":20702,"ĠNash":20703,"ĠRicky":20704,"Ġleón":20705,"Ġguinea":20706,"ĠInvest":20707,"letas":20708,"Ġfiremen":20709,"cuer":20710,"Ġtuve":20711,"ĠXIII":20712,"Ġpraying":20713,"Ġterrorist":20714,"Ġpermane":20715,"Ġunlikely":20716,"Ġcuántos":20717,"ĠPLAY":20718,"YES":20719,"isphere":20720,"Ġlounge":20721,"ĠTot":20722,"abilidad":20723,"olos":20724,"iesen":20725,"ĠKipper":20726,"asey":20727,"Ġeatin":20728,"Ġpuertas":20729,"insky":20730,"ĠAnat":20731,"Ġsells":20732,"Ġnicknamed":20733,"Ġdrifted":20734,"Ġignored":20735,"Ġresignation":20736,"microphone":20737,"Women":20738,"tit":20739,"Ġwides":20740,"ĠAgency":20741,"ĠPant":20742,"Ġencuentro":20743,"Ġ1913":20744,"ĠKha":20745,"Ġcoches":20746,"Ġdesem":20747,"def":20748,"Ġflown":20749,"Ġpreschool":20750,"Ġpolish":20751,"Ġrelevant":20752,"ĠXI":20753,"Ġbreathed":20754,"Ġtestimony":20755,"Ġgasoline":20756,"Ġrobber":20757,"Ġphysically":20758,"Ġaffects":20759,"Ġmelod":20760,"Ġcrowned":20761,"addles":20762,"List":20763,"MOM":20764,"Ren":20765,"reys":20766,"anie":20767,"ĠHitch":20768,"abilities":20769,"ĠPee":20770,"ĠUm":20771,"assium":20772,"Ġguided":20773,"Ġrelat":20774,"Ġ1800":20775,"formed":20776,"Ġmedian":20777,"Ġdestac":20778,"Ġneglect":20779,"ĠDesmond":20780,"ĠMetro":20781,"ĠBasil":20782,"ĠNevertheless":20783,"onymous":20784,"Ġrebels":20785,"Ġraisins":20786,"sign":20787,"onas":20788,"Ġnests":20789,"alles":20790,"ieu":20791,"ĠPL":20792,"ĠPea":20793,"igious":20794,"ĠGlasgow":20795,"Ġgrado":20796,"Ġglac":20797,"Notes":20798,"hampton":20799,"ĠOrchestra":20800,"ĠpolicÃŃa":20801,"Ġpredicted":20802,"ergus":20803,"ĠObama":20804,"Ġpremiered":20805,"Ġinconven":20806,"Rachel":20807,"Ġ���":20808,"osidad":20809,"outheastern":20810,"Ġkar":20811,"urred":20812,"Ġanten":20813,"ĠCarson":20814,"ĠHare":20815,"Ġbob":20816,"Ġserio":20817,"Ġmischiev":20818,"2011":20819,"Ġllevado":20820,"Ġreckless":20821,"Ġanalog":20822,"ĠHardy":20823,"ĠTurner":20824,"ĠUrsula":20825,"ĠNottingham":20826,"tv":20827,"Ġtulip":20828,"ilit":20829,"arez":20830,"Ġchina":20831,"eez":20832,"Ġdistint":20833,"Ġrecog":20834,"Ġsights":20835,"Ġcourtesy":20836,"Ġhyper":20837,"Ġcorte":20838,"ĠTodo":20839,"ĠPetersburg":20840,"Ġspecimen":20841,"Ġempieza":20842,"IRE":20843,"Ġmasc":20844,"ilation":20845,"ĠPud":20846,"ĠWii":20847,"ĠNest":20848,"whatcha":20849,"ousing":20850,"ORK":20851,"logy":20852,"ĠKin":20853,"Ġmarbles":20854,"ĠAlpha":20855,"Ġ62":20856,"Ġunderstands":20857,"Ġcurrency":20858,"ractor":20859,"Ġseparately":20860,"finish":20861,"Ġtorre":20862,"Ġvuelve":20863,"Ġmatemáticos":20864,"Ġmotionless":20865,"Ġperfume":20866,"Ġtronco":20867,"=\"":20868,"Ellen":20869,"bits":20870,"lev":20871,"illings":20872,"ĠHook":20873,"orer":20874,"Ġconced":20875,"cking":20876,"essed":20877,"Ġunnecessary":20878,"Ġ(����":20879,"Ġpoets":20880,"Ġadds":20881,"Ġmustache":20882,"ucita":20883,"prus":20884,"Ġguessing":20885,"Ġ94":20886,"lectric":20887,"Ġpencils":20888,"ĠBeauty":20889,"Ġsustain":20890,"Ġtemptation":20891,"ĠHelena":20892,"ĠThailand":20893,"Ġfossils":20894,"Ġauthors":20895,"Corn":20896,"cida":20897,"lasses":20898,"nard":20899,"ĠID":20900,"Ġanterior":20901,"ĠGR":20902,"Ġmanaging":20903,"azos":20904,"Ġinterven":20905,"ĠOnline":20906,"Ġcaptive":20907,"Ġnuevas":20908,"Ġpirata":20909,"Ġ1908":20910,"arrington":20911,"Ġculpa":20912,"ĠVenice":20913,"Ġeternal":20914,"ĠSpeaker":20915,"Education":20916,"inero":20917,"ulos":20918,"nage":20919,"loaded":20920,"Ġlista":20921,"Ġidol":20922,"Ġdevast":20923,"Ġdescribing":20924,"Ġcommands":20925,"Ġcuentos":20926,"design":20927,"Ġoccupy":20928,"Ġundoubtedly":20929,"Ġnecesario":20930,"Ġquantities":20931,"ĠJohann":20932,"Dorothy":20933,"UM":20934,"dal":20935,"Ġ00":20936,"Ġtattoo":20937,"uttered":20938,"uncle":20939,"ĠWan":20940,"Ġcomet":20941,"Ġbrack":20942,"Ġwonderfully":20943,"Ġmagician":20944,"Ġmaintenance":20945,"Ġsnatch":20946,"Ġpersisted":20947,"Ġunusually":20948,"ĠGlobe":20949,"HabÃŃa":20950,"Ġacerca":20951,"CLA":20952,"dire":20953,"itol":20954,"Ġincap":20955,"ĠHOW":20956,"ĠKh":20957,"Ġuhoh":20958,"Ġreadiness":20959,"Ġhatred":20960,"Ġtransition":20961,"ĠXII":20962,"Ġobsc":20963,"Ġbrighter":20964,"ĠAnglo":20965,"Estaba":20966,"Ġencontraba":20967,"Lois":20968,"Ġignorance":20969,"Ġcocoa":20970,"Teddy":20971,"sent":20972,"Ġcine":20973,"Ġbuns":20974,"ĠTad":20975,"ĠPubl":20976,"uli":20977,"ĠRanger":20978,"ountered":20979,"orders":20980,"ĠVers":20981,"cliffe":20982,"Ġencountered":20983,"Ġoperates":20984,"ĠExecutive":20985,"halina":20986,"Ġbombing":20987,"Ġcontributions":20988,"ĠBOOK":20989,"Ġéxito":20990,"sac":20991,"sub":20992,"Ġted":20993,"ĠIke":20994,"verend":20995,"ĠBub":20996,"Ġenvelop":20997,"Ġmoons":20998,"Ġpoke":20999,"ressive":21000,"Ġevenings":21001,"braska":21002,"Ġhardware":21003,"Ġsingers":21004,"न":21005,"Ġjudged":21006,"ĠDidn":21007,"Ġsignificantly":21008,"Ġwitnessed":21009,"Ġhesitate":21010,"ĠSomme":21011,"Ġorejas":21012,"Ġamendment":21013,"Ġtérm":21014,"Juan":21015,"arium":21016,"CHO":21017,"CHUCK":21018,"allow":21019,"ĠHmm":21020,"ĠEug":21021,"Ġinterference":21022,"Ġtembl":21023,"Ġsoldado":21024,"Ġprinting":21025,"Ġsuperhero":21026,"Ġhangs":21027,"Ġlocker":21028,"Ġsomeday":21029,"Ġsparkling":21030,"Boys":21031,"Ġhierba":21032,"Ġdilig":21033,"ĠJournal":21034,"oi":21035,"investigator":21036,"reaching":21037,"Ġcierta":21038,"Ġholl":21039,"Ġstumbled":21040,"ĠTilly":21041,"estas":21042,"abra":21043,"ieving":21044,"gebra":21045,"Ġshoots":21046,"Ġplac":21047,"ĠLuna":21048,"ĠNBC":21049,"Ġapprent":21050,"lette":21051,"cule":21052,"Ġbowling":21053,"Ġdejaba":21054,"Ġemployer":21055,"ĠWoody":21056,"Ġgraduating":21057,"Ġbordo":21058,"interest":21059,"Ġsneeze":21060,"OUND":21061,"Ġcoincidence":21062,"anded":21063,"ĠHAD":21064,"ppled":21065,"ĠWally":21066,"ĠJur":21067,"hipp":21068,"hoven":21069,"hart":21070,"ĠSheriff":21071,"Ġcheered":21072,"Ġswore":21073,"Ġretrie":21074,"ĠBlood":21075,"ĠTogether":21076,"Ġmachinery":21077,"Ġministers":21078,"ergarten":21079,"ĠCommissioner":21080,"Ġnitrogen":21081,"Ġwiping":21082,"Ġwidespread":21083,"sort":21084,"enza":21085,"Ġinput":21086,"ĠPorthos":21087,"Ġcancelled":21088,"ĠDoh":21089,"ĠFRI":21090,"Ġentreg":21091,"ucción":21092,"Ġendless":21093,"Ġbroccoli":21094,"Ġchoices":21095,"Ġtransmission":21096,"Read":21097,"ĠFlight":21098,"iffy":21099,"Ġrisks":21100,"Ġ1905":21101,"Edward":21102,"Ġmanufacturing":21103,"Ġllorando":21104,"Ġabundant":21105,"Cathy":21106,"Ġdancers":21107,"Fil":21108,"RR":21109,"Rod":21110,"rug":21111,"Ġlicking":21112,"Ġandar":21113,"ĠFood":21114,"ĠOVER":21115,"beard":21116,"hma":21117,"Ġrainy":21118,"Ġapret":21119,"Ġphil":21120,"ertos":21121,",'\"":21122,"ĠBillboard":21123,"Ġfools":21124,"2007":21125,"Ġempezar":21126,"Ġmontar":21127,"Ġinfluences":21128,"ĠOwen":21129,"Ġocurrió":21130,"ĠOrganization":21131,"Fre":21132,"FRA":21133,"Sign":21134,"gus":21135,"rados":21136,"Ġinland":21137,"amic":21138,"ĠSkin":21139,"Ġwhites":21140,"ĠPues":21141,"Ġconsole":21142,"Ġeras":21143,"Ġtee":21144,"Ġimped":21145,"coffee":21146,"aturas":21147,"ĠQU":21148,"Ġviven":21149,"ĠCaliph":21150,"Ġllevaron":21151,"ĠWestminster":21152,"ĠMotor":21153,"âĮĭ?":21154,"Ġeagerness":21155,"Ġmailbox":21156,"Ġbloom":21157,"ĠDarling":21158,"Ġbomber":21159,"holm":21160,"Nonsense":21161,"Voy":21162,"gü":21163,"skin":21164,"uana":21165,"vised":21166,"Ġgé":21167,"ĠAx":21168,"ĠHum":21169,"Ġgrues":21170,"ĠVon":21171,"Ġunderwear":21172,"gric":21173,"ducted":21174,"Ġtablets":21175,"ĠZar":21176,"Ġ63":21177,"borne":21178,"Maria":21179,"Ġeconomics":21180,"Ġblend":21181,"Ġdismiss":21182,"Ġpsychology":21183,"Ġproposals":21184,"Ġcompañero":21185,"ĠBrooks":21186,"ĠZeus":21187,"Ġspecimens":21188,"Ġschemes":21189,"xter":21190,"Ġdecks":21191,"ĠSão":21192,"ĠMick":21193,"ĠBU":21194,"Ġfry":21195,"ĠJock":21196,"Ġsalvo":21197,"shore":21198,"Ġmedit":21199,"Ġhotels":21200,"Ġevalu":21201,"ulares":21202,"UND":21203,"screen":21204,"ĠActon":21205,"Ġappreciated":21206,"Ġhooked":21207,"Ġsternly":21208,"Ġtemporarily":21209,"ĠBowl":21210,"emoiselle":21211,"Ġnodding":21212,"Ġpigeon":21213,"Ġvengeance":21214,"ih":21215,"uation":21216,"erucita":21217,"ĠIndo":21218,"yesterday":21219,"mano":21220,"Ġpolitely":21221,"Ġbreakdown":21222,"ĠcreÃŃa":21223,"ĠWarhol":21224,"Ġfortuna":21225,"Ġmemor":21226,"Ġchiefs":21227,"Ġraton":21228,"Brook":21229,"ĠBradley":21230,"Ġhuevo":21231,"ĠFourth":21232,"Ġlaboratory":21233,"Ġpriority":21234,"Ġgrimly":21235,"Ġoscuridad":21236,"Ġketchup":21237,"Ġpineapple":21238,"Cind":21239,"poles":21240,"onte":21241,"Ġbou":21242,"asis":21243,"usty":21244,"ĠWA":21245,"ĠNort":21246,"Ġusar":21247,"Ġprograma":21248,"irling":21249,"Ġpopulations":21250,"forward":21251,"fortune":21252,"Ġavis":21253,"Ġtravellers":21254,"Lovely":21255,"Ġresource":21256,"Oliver":21257,"Ġceremonies":21258,"ĠKathryn":21259,"ĠQueensland":21260,"74":21261,"Bat":21262,"Jake":21263,"Sea":21264,"iology":21265,"liest":21266,"Ġ��":21267,"Ġgut":21268,"ĠIso":21269,"Ġstooped":21270,"ĠSang":21271,"Ġtwilight":21272,"Ġprá":21273,"Andrew":21274,"ĠBrand":21275,"Ġintimate":21276,"Ġpublication":21277,"Ġgases":21278,"Ġbanged":21279,"ĠSimpson":21280,"Ġcuerda":21281,"ĠOrion":21282,"pant":21283,"rite":21284,"Ġwrigg":21285,"arthe":21286,"ĠLan":21287,"ĠEdu":21288,"Ġamist":21289,"Ġmoose":21290,"Ġpuente":21291,"Ġrepublic":21292,"Ġbarbar":21293,"Ġbattal":21294,"Ġautob":21295,"ĠPorter":21296,"Ġtiming":21297,"Ġdreaded":21298,"Ġdirigió":21299,"Ġconsistent":21300,"Ġexclus":21301,"Ġathletes":21302,"ĠTibet":21303,"Vin":21304,"Ġdre":21305,"amine":21306,"ilian":21307,"ĠHug":21308,"ĠPage":21309,"Ġrued":21310,"Ġrowed":21311,"Ġoutbreak":21312,"ĠGem":21313,"ongs":21314,"tock":21315,"Ġcarpenter":21316,"ierre":21317,"closes":21318,"Ġreserv":21319,"Note":21320,"Ġhairs":21321,"ĠHispan":21322,"Ġexperts":21323,"Ġoriginated":21324,"SION":21325,"drawing":21326,"Ġpositively":21327,"Ġdrowning":21328,"ĠGiants":21329,"Ġcushions":21330,"Ġconjunto":21331,"Ġpaseo":21332,"âģĦ":21333,"ĠPompe":21334,"sits":21335,"Ġsombra":21336,"Ġdile":21337,"ĠSide":21338,"Ġkicks":21339,"ĠCave":21340,"unken":21341,"Ġesco":21342,"Ġgrito":21343,"ĠKur":21344,"Ġdesped":21345,"ĠtraÃŃdo":21346,"Ġmatt":21347,"Ġmature":21348,"Ġmarrying":21349,"Ġdraught":21350,"ತ":21351,"Ġstruggles":21352,"Ġrepeatedly":21353,"ĠJesse":21354,";.":21355,"Lot":21356,"cs":21357,"vag":21358,"zens":21359,"Ġmonsieur":21360,"Ġeffic":21361,"ĠDwight":21362,"Ġenero":21363,"Ġrobbers":21364,"Ġcured":21365,"Ġearning":21366,"iales":21367,"Ġexploded":21368,"ĠBlanco":21369,"Ġvalid":21370,"ĠPaulo":21371,"MarÃŃa":21372,"._]":21373,"ĠBertha":21374,"Ġadvantages":21375,"oliath":21376,"Ġacknowledge":21377,"Ġsiren":21378,"ĠBundes":21379,"ĠFernando":21380,"Ġmicrowave":21381,"dé":21382,"poss":21383,"Ġmarty":21384,"atha":21385,"oute":21386,"Ġcongreg":21387,"Ġsuele":21388,"Ġmeanwhile":21389,"brid":21390,"Ġmarzo":21391,"Ġbreach":21392,"Ġcapaz":21393,"Ġinstalled":21394,"ĠComics":21395,"Ġinspector":21396,"Ġcircu":21397,"Ġagenda":21398,"Ġparam":21399,"Ġmammy":21400,"Excellent":21401,"ĠPerse":21402,"working":21403,"ĠNeither":21404,"ĠMorrison":21405,"Ġinquiet":21406,"ographical":21407,"Louis":21408,"Commander":21409,"Ġbrutal":21410,"Ġshawl":21411,"Cre":21412,"bows":21413,"Ġtare":21414,"Ġsou":21415,"asters":21416,"Ġbeaver":21417,"oler":21418,"ĠPrest":21419,"Ġupd":21420,"oundrel":21421,"Ġtwe":21422,"hiya":21423,"Ġclinging":21424,"hoy":21425,"Ġmayo":21426,"Ġdiffer":21427,"ADA":21428,"Ġdistinction":21429,"cured":21430,"Ġhonourable":21431,"Ġstationed":21432,"Ġfortress":21433,"Ġcompeting":21434,"THEY":21435,"Ġmathematical":21436,"Ġcolumpio":21437,"ĠGrover":21438,"Ġcuchillo":21439,"Kind":21440,"basket":21441,"rump":21442,"ĠTRA":21443,"ĠSK":21444,"unned":21445,"abr":21446,"ĠPare":21447,"thin":21448,"Ġsujet":21449,"Ġclumsy":21450,"ESCO":21451,"Ġperdon":21452,"ĠYugos":21453,"Ġrecuper":21454,"print":21455,"ि":21456,"Ġbandage":21457,"ĠGrandfather":21458,"Ġreporting":21459,"ĠMilitary":21460,"Ġpredators":21461,"Ġganado":21462,"ĠPaula":21463,"Ġscratching":21464,"Ġbailar":21465,"Ġdesarrollo":21466,"Ġdespertó":21467,"Ġapresur":21468,"ĠLondres":21469,"KT":21470,"jug":21471,"Ġtumble":21472,"asingly":21473,"Ġatac":21474,"ĠHumpty":21475,"ĠPu":21476,"acking":21477,"ĠKrist":21478,"Ġsmoo":21479,"Ġtrae":21480,"ĠAlg":21481,"chem":21482,"Ġformidable":21483,"Ġprotagon":21484,"Ġllevan":21485,"Ġrobots":21486,"Ġsurviv":21487,"Ġhistorians":21488,"Ġcontestó":21489,"Ġmontón":21490,"Ġcigar":21491,"Background":21492,"ública":21493,"Ġlugares":21494,"Ġizquierda":21495,"intelligible":21496,"Bart":21497,"_.\"":21498,"mouse":21499,"Ġaught":21500,"enough":21501,"Ġthres":21502,"Ġnomb":21503,"stro":21504,"ĠWERE":21505,"uegos":21506,"Ġtease":21507,"tingu":21508,"Ġshampoo":21509,"mered":21510,"Ġrealiz":21511,"guau":21512,"gae":21513,"forced":21514,"Ġpaints":21515,"Ġpasture":21516,"ĠLeeds":21517,"borah":21518,"Ġpulse":21519,"ĠRandall":21520,"Ġprosecut":21521,"Ġtesoro":21522,"Ġocéano":21523,"ĠBrussels":21524,"Il":21525,"Sup":21526,"jun":21527,"Ä«":21528,"Ġindoors":21529,"ĠThames":21530,"ĠAcc":21531,"ĠDav":21532,"ĠDays":21533,"Ġclad":21534,"Ġpele":21535,"Ġpupa":21536,"Ġdecis":21537,"Ġsubmitted":21538,"Ġblacks":21539,"Ass":21540,"ĠCanal":21541,"Ġoperator":21542,"Ġtiempos":21543,"ĠGlory":21544,"Ġvueltas":21545,"Ġinvestigator":21546,"Ġquienes":21547,"Ġenemigo":21548,"Ġgriev":21549,"Shouldn":21550,"Ġinherited":21551,"ĠMUSIC":21552,"Ġvoluntad":21553,"Ġacknowledged":21554,"Ash":21555,"lance":21556,"ÂŃ":21557,"ayette":21558,"Ġseaman":21559,"Ġsobbed":21560,"ueve":21561,"uben":21562,"Ġadiv":21563,"ĠConvention":21564,"Ġvii":21565,"Ġdusty":21566,"Ġhasty":21567,"Ġneighboring":21568,"Ġbordered":21569,"Ġblazing":21570,"Ġrelaxed":21571,"Ġdwelling":21572,"Ġpeaked":21573,"Ġmuñeca":21574,"Ġintellectual":21575,"Mamá":21576,"Ġtheft":21577,"Ġbind":21578,"Ġhaunted":21579,"lda":21580,"iler":21581,"Ġ\"¿":21582,"ĠPla":21583,"Ġrama":21584,"Ġransom":21585,"ĠNora":21586,"Ġporter":21587,"fulness":21588,"Ġestábamos":21589,"Ġcenters":21590,"Ġ59":21591,"minute":21592,"Ġsoldados":21593,"Short":21594,"Ġestará":21595,"Ġtienda":21596,"Ġdescendants":21597,"Ġcommunications":21598,"Ġchiquit":21599,"mbros":21600,"Ġdificult":21601,"mÃŃ":21602,"path":21603,"ĶĢ":21604,"ittering":21605,"ĠCord":21606,"Ġcann":21607,"aines":21608,"Ġabierto":21609,"ĠNatural":21610,"ĠharÃŃa":21611,"Ġregime":21612,"Ġfireworks":21613,"Ġmemorial":21614,"Ġcrews":21615,"Ġtargets":21616,"grimage":21617,"Ġdiesel":21618,"ĠInglaterra":21619,"ĠWheel":21620,"Ġcenar":21621,"Dev":21622,"Zorg":21623,"game":21624,"ĠGE":21625,"ĠCot":21626,"elin":21627,"ĠWang":21628,"Ġdisf":21629,"Ġscenery":21630,"Ġcheque":21631,"Ġfinals":21632,"whist":21633,"Ġcabbage":21634,"Ġ61":21635,"Ġprotoc":21636,"ĠMaisy":21637,"ĠWillis":21638,"Ġdefine":21639,"fficial":21640,"Ġimaginary":21641,"Ġhabitat":21642,"atinum":21643,"Ġimmune":21644,"dinner":21645,"Ġshrine":21646,"Ġwrecked":21647,"ĠMitchell":21648,"cillo":21649,"pence":21650,"runs":21651,"Ġwreat":21652,"Ġmrs":21653,"Ġstink":21654,"ĠSak":21655,"ĠHuh":21656,"Ġvom":21657,"Ġcomien":21658,"mans":21659,"Ġwaterfall":21660,"Ġvet":21661,"Ġretiring":21662,"Ġsonido":21663,"ĠFranco":21664,"razad":21665,"Ġfilthy":21666,"ĠHerr":21667,"Ġreleases":21668,"Ġrepresentatives":21669,"Ġbreathless":21670,"Ġallowance":21671,"Ġoxen":21672,"Ġ1861":21673,"fessional":21674,"selling":21675,"ĠCyprus":21676,"Fifty":21677,"Ġmornings":21678,"Ġanciano":21679,"powder":21680,"':":21681,"dry":21682,"Ġ{":21683,"Ġdarl":21684,"Ġgul":21685,"Ġgana":21686,"Ġseres":21687,"ĠAEW":21688,"stones":21689,"Ġanarch":21690,"iende":21691,"Ġvienen":21692,"ĠLt":21693,"resist":21694,"ĠKurd":21695,"Ġveint":21696,"Ġveins":21697,"ĠMarx":21698,"chez":21699,"Ġvertical":21700,"stands":21701,"Ġsirve":21702,"hammer":21703,"Ġpublicly":21704,"ĠDanes":21705,"Left":21706,"ĠSusie":21707,"ĠSussex":21708,"Ġ1890":21709,"Ġrecibir":21710,"Ġdistracted":21711,"Gen":21712,"Tre":21713,"bull":21714,"tor":21715,"acity":21716,"ĠTrib":21717,"ĠMug":21718,"ĠHelp":21719,"ĠDavy":21720,"ĠFletcher":21721,"ĠOften":21722,"osexual":21723,"Ġtrout":21724,"Ġ1915":21725,"oba":21726,"xton":21727,"Ġrealm":21728,"ualmente":21729,"iéndole":21730,"Ġinteraction":21731,"Ġpawn":21732,"Ġcolleges":21733,"Ġcircun":21734,"Ġalgor":21735,"Ġconviction":21736,"OPLE":21737,"Ġindignation":21738,"Ġsanct":21739,"Ġwarehouse":21740,"Ġshattered":21741,"Ġinvalid":21742,"Oye":21743,"oa":21744,"test":21745,"ĠMeth":21746,"ĠCosta":21747,"igas":21748,"ĠLomb":21749,"agement":21750,"ĠVermont":21751,"Ġsaluted":21752,"duces":21753,"Ġcontinental":21754,"Ġirregular":21755,"pending":21756,"Ġfilmed":21757,"ĠTeletubbies":21758,"screw":21759,"2008":21760,"Ġmutual":21761,"Ġshrug":21762,"Ġestuviera":21763,"Ġsplashing":21764,"ĠEthiop":21765,"Ce":21766,"Ger":21767,"goo":21768,"enario":21769,"ĠBened":21770,"...¡":21771,"ulta":21772,"ERING":21773,"Ġexca":21774,"Ġmankind":21775,"Ġoffence":21776,"Ġflot":21777,"Ġcheated":21778,"Ġdial":21779,"ippy":21780,"Ġviewed":21781,"Ġgranny":21782,"Ġprocessing":21783,"Ġestabas":21784,"Ġtortoise":21785,"Ġshoel":21786,"Ġvigorously":21787,"ĠTreaty":21788,"Ġeyel":21789,"'\"":21790,"Form":21791,"MENT":21792,"Nathan":21793,"Ted":21794,"rando":21795,"iré":21796,"ĠSony":21797,"Ġkg":21798,"...,":21799,"ĠDOWN":21800,"Ġsap":21801,"istol":21802,"Ġwillingly":21803,"Ġbarber":21804,"Ġdiscoura":21805,"ĠMichel":21806,"Ġconnections":21807,"ĠSyrian":21808,"Ġdreadfully":21809,"Ġwhales":21810,"ENTY":21811,"Marky":21812,"çois":21813,"ĠHopkins":21814,"ĠLorenzo":21815,"ĠCairo":21816,"SIGHS":21817,"reis":21818,"onos":21819,"Ġofrec":21820,"Ġdoctr":21821,"ĠAw":21822,"ĠWu":21823,"Ġenhan":21824,"Ġhanding":21825,"Ġdesir":21826,"ĠNoel":21827,"Ġhearth":21828,"Ġpatent":21829,"Ġsunrise":21830,"altar":21831,"Ġtallest":21832,"Ġslaughter":21833,"ĠFreddy":21834,"Ġrecipe":21835,"Ġincredibly":21836,"ĠAthlet":21837,"ĠStandard":21838,"Ese":21839,"years":21840,"Ġbounded":21841,"Ġdah":21842,"Ġpiso":21843,"Ġgira":21844,"Ġinton":21845,"icus":21846,"uture":21847,"ĠMask":21848,"ĠBapt":21849,"Ġvase":21850,"ĠGoliath":21851,"young":21852,"activity":21853,"object":21854,"oyle":21855,"ĠCaro":21856,"ĠMaud":21857,"Ġsacud":21858,"Ġoxide":21859,"Ġobservations":21860,"à³Ĩ":21861,"ĠpelÃŃculas":21862,"Ġminority":21863,"Ġvirtue":21864,"ĠGlobal":21865,"Ġolvidado":21866,"ĠShahrazad":21867,"Ġcongressional":21868,"Ġcorruption":21869,"------------------------------------------------------------------------":21870,"Gosh":21871,"THERE":21872,"_;":21873,"fre":21874,"edas":21875,"rike":21876,"iona":21877,"Ġseamen":21878,"ĠCamb":21879,"ĠHunt":21880,"herent":21881,"Ġcancel":21882,"Ġshifted":21883,"ĠNos":21884,"ĠRita":21885,"Ġovernight":21886,"avana":21887,"Ġslower":21888,"úcar":21889,"Ġsonrisa":21890,"Ġyoungsters":21891,"Ġmetropolitan":21892,"ĠsalÃŃa":21893,"Ġzipper":21894,"netic":21895,"Ġnecks":21896,"Ġknelt":21897,"Ġavoided":21898,"Ġdiré":21899,"Ġcruelty":21900,"ĠWaterman":21901,"Ġfisherman":21902,"ĠGonz":21903,"Acon":21904,"Cy":21905,"Ext":21906,"Siempre":21907,"tled":21908,"Ġtira":21909,"Ġoatmeal":21910,"Ġtoll":21911,"rians":21912,"ĠSTAR":21913,"ĠShang":21914,"ĠSplash":21915,"ĠLithuan":21916,"Ġsayin":21917,"type":21918,"Ġappar":21919,"Ġhabia":21920,"Been":21921,"arlow":21922,"Ġcrey":21923,"2019":21924,"Ġfeeds":21925,"ĠLeave":21926,"saus":21927,"Ġdispers":21928,"Ġconocida":21929,"ĠSongs":21930,"Ġdischarge":21931,"Ġlinen":21932,"ĠCromer":21933,"Ġengañ":21934,"brilliant":21935,"itory":21936,"Ġlac":21937,"Ġbeck":21938,"ĠSent":21939,"ĠMade":21940,"Ġnoticing":21941,"Ġ\"\".":21942,"ĠPC":21943,"Ġplanta":21944,"respect":21945,"together":21946,"Ġlolly":21947,"Ġclav":21948,"Ġmund":21949,"Ġshave":21950,"Ġwatermelon":21951,"Ġearrings":21952,"uffs":21953,"colored":21954,"ĠSerbia":21955,"Connor":21956,"COME":21957,"Ġromper":21958,"ĠElliot":21959,"Ġtenderly":21960,"Ġentertaining":21961,"Ġimperial":21962,"Ġprotein":21963,"Ġmoderate":21964,"Ġalleged":21965,"Dónde":21966,"rated":21967,"unar":21968,"ATTER":21969,"ĠFisher":21970,"ĠRwww":21971,"Ġbackup":21972,"looked":21973,"ONNA":21974,"Ġreplacement":21975,"2013":21976,"2016":21977,"Ġorigen":21978,"cientos":21979,"hileas":21980,"Ġclapped":21981,"banana":21982,"Ġowed":21983,"Ġejerc":21984,"ĠValentine":21985,"Christian":21986,"Ġchallenged":21987,"Ġbouncy":21988,"Ġhippopotamus":21989,"cers":21990,"wana":21991,"ndy":21992,"unal":21993,"Ġrally":21994,"ĠLala":21995,"Ġclutch":21996,"short":21997,"ĠWhatever":21998,"whim":21999,"Ġmissions":22000,"ĠPradesh":22001,"Ġsquared":22002,"Ġzona":22003,"Ġ101":22004,"Ġmotions":22005,"Ġtechnolo":22006,"ividual":22007,"Ġbehaved":22008,"ĠMajestad":22009,"heimer":22010,"Ġsubstitute":22011,"Ġteléf":22012,"upe":22013,"Ġole":22014,"Ġhielo":22015,"olis":22016,"ĠWag":22017,"Ġoutput":22018,"Ġcoma":22019,"toes":22020,"Ġestad":22021,"doggy":22022,"ĠUnión":22023,"viembre":22024,"Ġfootage":22025,"Ġmissiles":22026,"Ġprofundo":22027,"Ġdealer":22028,"ĠProgram":22029,"Ġdemol":22030,"Ġsuggestions":22031,"Ġcompetitive":22032,"Ġoughta":22033,"Ġordin":22034,"Ġsenator":22035,"ĠMontana":22036,"Ġbursting":22037,"Ġautomatically":22038,"Ġprocedures":22039,"Ġwritings":22040,"Ġacademy":22041,"ĠFriends":22042,"ĠTWO":22043,"AGE":22044,"Hush":22045,"Vaya":22046,"Ġions":22047,"Ġmound":22048,"Ġlords":22049,"Ġstain":22050,"ĠCant":22051,"ĠPont":22052,"Ġvs":22053,"Ġconozco":22054,"Ġthemes":22055,"cible":22056,"Ġacud":22057,"Ġscal":22058,"alsa":22059,"Ġslate":22060,"ésar":22061,"Ġmonthly":22062,"Ġpasando":22063,"angered":22064,"ĠTerence":22065,"Claro":22066,"Ġplantation":22067,"ĠChef":22068,"Ġmagnitude":22069,"ĠDenver":22070,"Ġpoisonous":22071,"Ġcorporate":22072,"ĠDefense":22073,"Ġimprisoned":22074,"Ġairline":22075,"KE":22076,"Sex":22077,"bob":22078,"cant":22079,"cilla":22080,"dirty":22081,"à¦":22082,"Ġnomine":22083,"ĠBuc":22084,"ĠPingu":22085,"Ġsuya":22086,"nap":22087,"hanie":22088,"Ġunkind":22089,"Ġsplin":22090,"Ġcove":22091,"Ġpassport":22092,"ĠGertr":22093,"Ġmillas":22094,"2014":22095,"ĠHarbor":22096,"Ġantagon":22097,"wouldn":22098,"ĠMagic":22099,"Ġdepended":22100,"Ġheroic":22101,"Ġexclusive":22102,"Ġdemocratic":22103,"Ġpavement":22104,"MIC":22105,"pound":22106,"vid":22107,"Äĥ":22108,"Ġtam":22109,"ĠIgor":22110,"ĠBenson":22111,"ĠLill":22112,"ĠFE":22113,"tech":22114,"Ġpeeping":22115,"Ġprision":22116,"Ġdesires":22117,"achine":22118,"ĠAramis":22119,"rophy":22120,"ĠZara":22121,"Ġponen":22122,"iggers":22123,"Ġsettling":22124,"Track":22125,"Ġoscuro":22126,"Grandpa":22127,"Ġuniforms":22128,"Ġgrupos":22129,"ĠDevon":22130,"Ġfortunately":22131,"Ġtutor":22132,"Ġpearls":22133,"Dominic":22134,"Ġbalcony":22135,"Ġeyebrows":22136,"Austral":22137,"eches":22138,"vial":22139,"Ġcena":22140,"nox":22141,"Ġretained":22142,"ĠMerry":22143,"neg":22144,"ĠKend":22145,"Ġamuse":22146,"gué":22147,"Ġmeteor":22148,"Ġairs":22149,"Ġdigest":22150,"turning":22151,"Ġbaño":22152,"ĠPicture":22153,"ĠAudi":22154,"Ġorgull":22155,"Ġtwinkling":22156,"Ġcabaña":22157,"London":22158,"furt":22159,"hope":22160,"pump":22161,"âĶĢ":22162,"Ġbumble":22163,"arin":22164,"ĠTail":22165,"ĠBoss":22166,"Ġusage":22167,"Ġspilt":22168,"Ġacaba":22169,"ĠYard":22170,"Ġregistr":22171,"owski":22172,"Ġworlds":22173,"ENCE":22174,"broke":22175,"Ġdiciembre":22176,"Ġwireless":22177,"ĠBooks":22178,"Ġcristal":22179,"ĠDimple":22180,"ĠConstantinople":22181,"Nic":22182,"También":22183,"Ġ000":22184,"Ġforts":22185,"ĠTitan":22186,"ĠBul":22187,"abo":22188,"ĠDJ":22189,"ERI":22190,"Ġ().":22191,"Noel":22192,"Ġacids":22193,"Ġneedles":22194,"Ġregain":22195,"Ġcooker":22196,"Ġbatalla":22197,"Ġhonors":22198,"Ġdependent":22199,"Ġbonus":22200,"Ġsaltó":22201,"Ġtantos":22202,"ĠAlgeria":22203,"ĠCopperfield":22204,"Ġgossip":22205,"Full":22206,"PL":22207,"bable":22208,"flo":22209,"ws":22210,"heus":22211,"rov":22212,"Ġtherein":22213,"ĠDA":22214,"ĠLost":22215,"ĠRest":22216,"ĠOct":22217,"ĠKids":22218,"plan":22219,"ubes":22220,"Ġdesl":22221,"unders":22222,"ĠAlbum":22223,"ĠMarco":22224,"Ġsyrup":22225,"ecimientos":22226,"ésped":22227,"2020":22228,"UNC":22229,"aux":22230,"Ġgenre":22231,"Ġiglesia":22232,"Prot":22233,"Ġterminó":22234,"Ġstrokes":22235,"Ġconej":22236,"Ġdelivering":22237,"Ġcrocodiles":22238,"Ġmontañas":22239,"Ġclinic":22240,"Ġrichest":22241,"Ġpresumably":22242,"Ġsemejante":22243,"Fair":22244,"oine":22245,"tó":22246,"verb":22247,"Ġanat":22248,"elic":22249,"Ġshillings":22250,"guin":22251,"Ġreliable":22252,"Ġsalieron":22253,"ĠAdv":22254,"Ġvillagers":22255,"dington":22256,"ĠMonroe":22257,"Ġcartoons":22258,"ferencia":22259,"Ġsaltar":22260,"Ġejército":22261,"Ġelemento":22262,"Ġdisturbing":22263,"Ġintención":22264,"Ġproceeding":22265,"Ġoptim":22266,"ĠVenus":22267,"Ġerected":22268,"ĠBeatrice":22269,"Ġdisagree":22270,"Ġmigration":22271,"Ġembrace":22272,"Ġtherm":22273,"Girls":22274,"ĠLuxembourg":22275,"Der":22276,"Hannah":22277,"Ir":22278,"Rh":22279,"histor":22280,"saw":22281,"Ġcaves":22282,"isance":22283,"Ġhealing":22284,"acus":22285,"Ġabbrevi":22286,"?\",":22287,"Ġloser":22288,"Ġadvers":22289,"Ġactu":22290,"Ġlasts":22291,"Ġslay":22292,"Ġsideways":22293,"ieties":22294,"woah":22295,"Ġmissile":22296,"ĠZoo":22297,"Ġpenet":22298,"Ġreplacing":22299,"ĠXIX":22300,"Ġextraordin":22301,"Ġeducación":22302,"Ġrepeats":22303,"Ġskinny":22304,"position":22305,"Ġsprings":22306,"Ġdijiste":22307,"Ġreducing":22308,"Ġdesconoc":22309,"Acontecimientos":22310,"llas":22311,"Ġhered":22312,"Ġmeek":22313,"ulación":22314,"Ġexiste":22315,"Ġpropor":22316,"Ġmover":22317,"ĠInvestigator":22318,"Ġpresume":22319,"Ġreduction":22320,"Ġaprender":22321,"Ġmediante":22322,"Ġevol":22323,"Ġprovoc":22324,"Ġvariable":22325,"ĠPatricia":22326,"ÃŃsima":22327,"Ġdesignated":22328,"Ġopinión":22329,"Ġchatter":22330,"Ġvirtually":22331,"Ġdemonstration":22332,"Ġvolunteered":22333,"Ġhierro":22334,"Ġinfinite":22335,"Ġperspective":22336,"Mill":22337,"fruit":22338,"kick":22339,"lied":22340,"sol":22341,"irÃŃa":22342,"ĠFitz":22343,"áculo":22344,"Ġdaytime":22345,"Ġraped":22346,"Ġmonot":22347,"Ġboxing":22348,"Ġsidewalk":22349,"MAL":22350,"Ġaprove":22351,"Ġchoked":22352,"Ġprofile":22353,"ĠEuropeans":22354,"Ġsnug":22355,"Ġhanged":22356,"Ġquedar":22357,"Ġcualquiera":22358,"umberland":22359,"Ġtirar":22360,"Ġflooded":22361,"Ġachievement":22362,"ĠSaturn":22363,"Ġincorporated":22364,"Ġmushrooms":22365,"Ġquisiera":22366,"Ġelefante":22367,"ĠAboriginal":22368,"Ġtérmino":22369,"![":22370,"Amen":22371,"language":22372,"wipe":22373,"ÅŁ":22374,"Ġsighs":22375,"Ġdó":22376,"ĠSIS":22377,"ĠMak":22378,"Ġslot":22379,"Ġplaneta":22380,"cribe":22381,"Ġmagistr":22382,"ralo":22383,"Ġescaping":22384,"Ġacceptable":22385,"offs":22386,"ĠTurks":22387,"ĠCathalina":22388,"ĠCOME":22389,"ĠRosal":22390,"metic":22391,"ĠBabylon":22392,"Ġtoothpaste":22393,"Ġproposition":22394,"Ġasteroid":22395,"Ġassignment":22396,"Fallecimientos":22397,"Ġbewildered":22398,"Nacimientos":22399,"Fight":22400,"zip":22401,"erio":22402,"Ġdoodle":22403,"Ġthir":22404,"Ġnoun":22405,"ĠSad":22406,"ĠSop":22407,"ĠHuns":22408,"ĠWick":22409,"Ġabril":22410,"ĠEh":22411,"ĠEnergy":22412,"pez":22413,"Ġexcel":22414,"Ġarist":22415,"aceous":22416,"Ġroca":22417,"Ġentiendo":22418,"Ġsalto":22419,"Ġextremo":22420,"ASS":22421,"ĠNorse":22422,"Ġavión":22423,"Ġmalos":22424,"Ġnegra":22425,"Ġglobo":22426,"EEP":22427,"circle":22428,"Ġreef":22429,"Ġsurvivors":22430,"Déj":22431,"ĠNaval":22432,"cials":22433,"iang":22434,"Ġharmon":22435,"iking":22436,"Ġvolar":22437,"2018":22438,"Ġbeso":22439,"Ġradical":22440,"Ġshutting":22441,"ĠBlacky":22442,"Ġmedication":22443,"2005":22444,"Ġbrillante":22445,"Ġmelting":22446,"Ġfelices":22447,"Ġconquest":22448,"Ġtigre":22449,"strawberry":22450,"Ġcertificate":22451,"mkay":22452,"Ġtumbling":22453,"Ġinjust":22454,"ĠBUT":22455,"ouring":22456,"ĠLoc":22457,"tender":22458,"Ġ1916":22459,"ientas":22460,"ĠBrick":22461,"idently":22462,"Ġdistances":22463,"gua":22464,"Ġreceives":22465,"Ġbrake":22466,"Ġvaliente":22467,"Ġstripped":22468,"iggly":22469,"ĠBelarus":22470,"ĠDemocrat":22471,"Careful":22472,"Ġcherries":22473,"Ġcomplaints":22474,"Ġincorpor":22475,"ĠWeek":22476,"Ġscholarship":22477,"Ġvowel":22478,"Ġimmigrants":22479,"ĠJamaica":22480,"ĠFollowing":22481,"liked":22482,"designated":22483,"Polly":22484,"hacer":22485,"edo":22486,"ĠSag":22487,"Ġaloft":22488,"renched":22489,"ierda":22490,"Ġwarming":22491,"Ġintercept":22492,"Ġhorsemen":22493,"Ġstatues":22494,"Need":22495,"Ġthreaten":22496,"Ġhistorias":22497,"Ġgroan":22498,"Ġneighbouring":22499,"Ġcordial":22500,"written":22501,"Ġmág":22502,"Ġalcanzar":22503,"ĠWarsaw":22504,"ĠGriffin":22505,"Ġinevitable":22506,"84":22507,"Bri":22508,"Dist":22509,"House":22510,"lined":22511,"pus":22512,"amy":22513,"ĠSold":22514,"ĠBach":22515,"ĠNomi":22516,"Ġexpend":22517,"Ġuncon":22518,"cier":22519,"issions":22520,"ĠVio":22521,"Ġobl":22522,"190":22523,"Ġgravy":22524,"Ġempuj":22525,"Whose":22526,"Ġmedicines":22527,"Prince":22528,"Ġdefendant":22529,"Ġsheltered":22530,"Ġ1870":22531,"Ġ������":22532,"Ġfaintly":22533,"Ġawaited":22534,"Ġlegislation":22535,"Ġsemanas":22536,"Ġforgiveness":22537,"ĠDawson":22538,"Ġhorizontal":22539,"horn":22540,"Ġtangled":22541,"Ġyuck":22542,"Ġrinc":22543,"Ġvicious":22544,"ĠLola":22545,"ĠFun":22546,"Ġchore":22547,"ĠUnlike":22548,"Ġsettee":22549,"Ġpolished":22550,"Ġgenera":22551,"ĠEliza":22552,"Ġ700":22553,"Ġstrained":22554,"ĠManuel":22555,"Ġ140":22556,"Ġresultado":22557,"ĠSenior":22558,"ĠBEEN":22559,"ĠNicola":22560,"Ġgleam":22561,"ĠJoshua":22562,"Ġinaugur":22563,"ĠSuffolk":22564,"Ġganas":22565,"Ġreins":22566,"ĠTit":22567,"ĠAj":22568,"ĠPied":22569,"icecream":22570,"laughter":22571,"Ġcoarse":22572,"Ġcaring":22573,"Ġlongitud":22574,"Ġsurg":22575,"Ġrefresh":22576,"Ġgranddad":22577,"Ġtreason":22578,"Ġlocate":22579,"Ġlearns":22580,"ĠJustin":22581,"Ġestudio":22582,"Ġtrataba":22583,"Ġregalos":22584,"ĠIdaho":22585,"Dave":22586,"fat":22587,"Ġsaints":22588,"quiero":22589,"ĠTort":22590,"ĠSor":22591,"ĠMund":22592,"Ġvines":22593,"Ġoutlaw":22594,"ĠFIRST":22595,"ĠNero":22596,"cile":22597,"ouser":22598,"Ġclicks":22599,"Ġoffense":22600,"cane":22601,"ĠJohnnie":22602,"blast":22603,"Ġfilming":22604,"ĠLegend":22605,"Ġdirecting":22606,"Ġdebes":22607,"Ġdecirle":22608,"Ġextends":22609,"Ġthrilled":22610,"aguar":22611,"Ġreinforce":22612,"Susan":22613,"ĠMunicipality":22614,"OF":22615,"Sund":22616,"dice":22617,"ext":22618,"giraffe":22619,"wine":22620,"Ġbella":22621,"irme":22622,"Ġsemin":22623,"ĠSit":22624,"ĠPorts":22625,"Ġsuelen":22626,"Ġplast":22627,"ĠOP":22628,"enda":22629,"Ġcruc":22630,"Ġslipper":22631,"cedes":22632,"Ġtripped":22633,"Ġmissus":22634,"Ġcrosses":22635,"Ġ110":22636,"ĠMcK":22637,"ĠAntar":22638,"Ġcrowds":22639,"Ġseguridad":22640,"Ġsocieties":22641,"ĠEgyptians":22642,"GRAND":22643,"Ġuncommon":22644,"Ġribbons":22645,"Ġgigante":22646,"Ġinterpretation":22647,"knife":22648,"anthrop":22649,"Hor":22650,"gada":22651,"mut":22652,"sas":22653,"ï":22654,"esse":22655,"llis":22656,"Ġwhatsoever":22657,"ĠDue":22658,"Ġenam":22659,"Ġplacer":22660,"Ġbrushes":22661,"plus":22662,"uckily":22663,"Ġserpent":22664,"Ġspeeches":22665,"ĠAndre":22666,"Ġriot":22667,"phic":22668,"Stat":22669,"aturally":22670,"ĠCapital":22671,"Ġexamines":22672,"Ġchiefly":22673,"Ġtends":22674,"Ġtrabaja":22675,"Ġcriatura":22676,"ône":22677,"ĠCindy":22678,"ĠSERIES":22679,"Ġapprehens":22680,"Boss":22681,"Emma":22682,"dust":22683,"Ġsessions":22684,"Ġhugs":22685,"Ġunde":22686,"church":22687,"ophil":22688,"Ġouts":22689,"áf":22690,"ĠVern":22691,"aware":22692,"comb":22693,"Ġaqui":22694,"Ġtriple":22695,"Ġpicturesque":22696,"Ġmuchachos":22697,"Ġglobe":22698,"Ġspringing":22699,"Ġinventor":22700,"quickly":22701,"rimonio":22702,"Ġelaborate":22703,"ĠAdmiral":22704,"Ġconstellation":22705,".?":22706,"Born":22707,"Ryan":22708,"lé":22709,"Ġauction":22710,"Ġtoken":22711,"Ġretail":22712,"igators":22713,"Ġbote":22714,"ĠBrooke":22715,"HEL":22716,"uffle":22717,"Ġlisting":22718,"Ġmisfortune":22719,"OUSE":22720,"Ġchoking":22721,"Ġlocality":22722,"oofy":22723,"Ġstrips":22724,"Chin":22725,"Ġhallway":22726,"Ġembark":22727,"ĠPolo":22728,"Ġwestward":22729,"ĠDesde":22730,"Ġrowing":22731,"Ġcontracts":22732,"Ġnecesita":22733,"Ġbajó":22734,"Ġchatting":22735,"Smith":22736,"Childsname":22737,"snap":22738,"Ġlizard":22739,"Ġingredients":22740,"Kate":22741,"Pen":22742,"RUS":22743,"Sen":22744,"hung":22745,"á¹":22746,"arias":22747,"rope":22748,"ĠSoc":22749,"Ġsullen":22750,"Ġshrew":22751,"ĠRex":22752,"loe":22753,"Ġperfection":22754,"ñora":22755,"uciones":22756,"Ġslumber":22757,"Ġlisto":22758,"dida":22759,"ippers":22760,"Ġmaestro":22761,"Atl":22762,"Ġvault":22763,"ĠNorfolk":22764,"Ġcooler":22765,"Ġcouncils":22766,"ĠPakistani":22767,"Ġconcentrated":22768,"Ġdominant":22769,"ĠDevil":22770,"ĠTestament":22771,"ĠBoeing":22772,"Ġvulnerable":22773,"onies":22774,"Ġdor":22775,"otas":22776,"ĠCer":22777,"Ġconform":22778,"ĠWrit":22779,"ĠFly":22780,"ĠFergus":22781,"Ġleaping":22782,"Ġhará":22783,"Ġcharging":22784,"Ġinterval":22785,"ĠScots":22786,"ĠCarmen":22787,"Ġfasten":22788,"Ġbrakes":22789,"cientific":22790,"Ġgrove":22791,"Ġtranquil":22792,"Ġreferee":22793,"Ġveteran":22794,"Ġaluminium":22795,"Beth":22796,"Div":22797,"Norm":22798,"tico":22799,"Ġubic":22800,"Ġforcing":22801,"chio":22802,"ĠBatt":22803,"Ġvroom":22804,"Ġplaint":22805,"Therefore":22806,"Alan":22807,"choly":22808,"auce":22809,"Ġdejando":22810,"span":22811,"ĠSTORY":22812,"Ġpantal":22813,"Ġacababa":22814,"Ġdissolved":22815,"Ġproceedings":22816,"Ġlofty":22817,"ĠRhoda":22818,"Ġdischarged":22819,"Bravo":22820,"Ġabstract":22821,"Ġcriteria":22822,"Gal":22823,"Sara":22824,"sólo":22825,"Ãĸ":22826,"happ":22827,"orno":22828,"legged":22829,"Ġrede":22830,"Ġsean":22831,"Ġras":22832,"ĠFuck":22833,"ĠNine":22834,"ĠRace":22835,"Ġsphere":22836,"ĠteorÃŃa":22837,"bek":22838,"Ġhowl":22839,"harm":22840,"Ġscoring":22841,"Ġvelas":22842,"anybody":22843,"Ġcollie":22844,"pause":22845,"romag":22846,"Ġindex":22847,"Ġsaben":22848,"Ġ130":22849,"Professor":22850,"Ġchallenges":22851,"Ġdragón":22852,"Ġsusto":22853,"izzie":22854,"ĠSocialist":22855,"ĠLindsay":22856,"ĠVillage":22857,"groans":22858,"Ġracket":22859,"ĠContinental":22860,"Econom":22861,"Game":22862,"Morgan":22863,"TU":22864,"cán":22865,"nys":22866,"Ġmoust":22867,"Ġpall":22868,"Ġhagas":22869,"Ġreferences":22870,"ĠTELL":22871,"ĠHamb":22872,"ciénd":22873,"lavia":22874,"urning":22875,"retion":22876,"Ġmetido":22877,"steady":22878,"amboo":22879,"prom":22880,"Ġcura":22881,"ĠBeet":22882,"ĠAllÃŃ":22883,"Ġstreak":22884,"ĠChapter":22885,"ĠProbably":22886,"volution":22887,"Ġtickling":22888,"Ġconversations":22889,"Ġpetition":22890,"Ġaudition":22891,"Ġpossessions":22892,"Missus":22893,"ĠSolar":22894,"ĠPopular":22895,"Ġlectures":22896,"aduate":22897,"Ġpienso":22898,"ĠRichmond":22899,"ĠdeberÃŃa":22900,"Ġsculpture":22901,"Ġinvolvement":22902,"Ġpronunciation":22903,"ĠFriedrich":22904,"83":22905,"Doug":22906,"née":22907,"rious":22908,"ĠBarr":22909,"nake":22910,"emor":22911,"ĠOber":22912,"Ġcuid":22913,"Ġtopics":22914,"Ġinsign":22915,"2012":22916,"Ġfearing":22917,"ĠCommons":22918,"ĠMagazine":22919,"Ġknitting":22920,"ĠquerÃŃan":22921,"Ġpools":22922,"Ġlitter":22923,"ĠUNESCO":22924,"Ġtrozo":22925,"SHA":22926,"Ġmourning":22927,"primero":22928,"ĠAdventures":22929,"ĠCOMPANY":22930,"Nancy":22931,"dro":22932,"ãĥ":22933,"Ġcac":22934,"Ġdw":22935,"Ġmiel":22936,"Ġshooter":22937,"ciente":22938,"Ġcogn":22939,"Ġcuándo":22940,"dey":22941,"Ġchicas":22942,"Ġraises":22943,"Ġstray":22944,"Ġconsented":22945,"aroni":22946,"Ġpeninsula":22947,"Ġexams":22948,"ĠNebraska":22949,"ándola":22950,"ĠMomma":22951,"Ġbalón":22952,"Ġtongues":22953,"Ġnecesidad":22954,"ulsion":22955,"Ġnutri":22956,"Ġreproach":22957,"Ġrented":22958,"twelve":22959,"ĠÃīl":22960,"Ġsyndrome":22961,"Ġagradable":22962,"800":22963,"Dra":22964,"gard":22965,"etty":22966,"Ġqueso":22967,"odge":22968,"Yesterday":22969,"ĠAlida":22970,"Ġfeller":22971,"Ġsalute":22972,"denes":22973,"Ġburrow":22974,"ijing":22975,"Ġtermina":22976,"ĠEmir":22977,"election":22978,"Ġhugging":22979,"talks":22980,"ĠHindi":22981,"Ġlegendary":22982,"ĠKashm":22983,"+~":22984,"Mot":22985,"Sol":22986,"rés":22987,"Ġaux":22988,"erving":22989,"Ġmente":22990,"omatic":22991,"lden":22992,"iman":22993,"ĠPie":22994,"emale":22995,"owned":22996,"Ġsperm":22997,"near":22998,"ĠKey":22999,"cese":23000,"Ġbooked":23001,"rently":23002,"Ġgrowl":23003,"ĠLego":23004,"ĠFrenchman":23005,"Ġorganize":23006,"Ġdoubled":23007,"Ġchemist":23008,"ĠStudies":23009,"Ġtragic":23010,"FE":23011,"Ka":23012,"Pay":23013,"dish":23014,"dark":23015,"math":23016,"Ġcint":23017,"Ġmia":23018,"ĠBeverly":23019,"ĠWing":23020,"ĠFO":23021,"Ġclut":23022,"Ġtraced":23023,"Ġcompact":23024,"ĠVoy":23025,"Ġseeming":23026,"Ġbestowed":23027,"Ġminded":23028,"Ġmismos":23029,"Ġbarbe":23030,"Ġhumili":23031,"2015":23032,"Ġfigura":23033,"ಾ":23034,"ĠSaudi":23035,"ovsky":23036,"ĠJimmieboy":23037,"Ġpregnancy":23038,"Ġchampagne":23039,"Ġaristocr":23040,"Squ":23041,"pued":23042,"enÃŃa":23043,"icting":23044,"acular":23045,"Ġnought":23046,"Ġexile":23047,"ĠKwww":23048,"ffes":23049,"coon":23050,"Ġscoundrel":23051,"Ġcafe":23052,"pox":23053,"Ġescrito":23054,"ĠTrade":23055,"Ġrepresentation":23056,"IDE":23057,"Ġhideous":23058,"ĠOlivia":23059,"2009":23060,"Ġaddresses":23061,"ĠPersia":23062,"Ġancestor":23063,"ĠPierce":23064,"communes":23065,"Ġsoport":23066,"Ġmuffin":23067,"ĠEntre":23068,"ĠAmbassador":23069,"Ġbungal":23070,"Imagine":23071,"jamas":23072,"Ġsly":23073,"Ġsip":23074,"itness":23075,"ĠNelly":23076,"Ġrightly":23077,"Ġwrought":23078,"Ġrecor":23079,"Ġsurrend":23080,"atsu":23081,"ĠNewcastle":23082,"Ġconfusing":23083,"ĠAllan":23084,"Ġfavorable":23085,"Ġsnowy":23086,"Ġpracticed":23087,"Ġquedan":23088,"Ġlunchtime":23089,"Ġgeography":23090,"uddled":23091,"couldn":23092,"aterpillars":23093,"Ġsmoked":23094,"Ġancestry":23095,"Ġutiliza":23096,"Ġtransformed":23097,"ĠNaples":23098,"!!":23099,"dened":23100,"eres":23101,"hurt":23102,"Ġcens":23103,"Ġbout":23104,"Ġlicked":23105,"leased":23106,"irá":23107,"Ġnah":23108,"Ġster":23109,"ĠBent":23110,"ĠHait":23111,"Ġsucc":23112,"Ġshipping":23113,"ĠGates":23114,"Ġsomeplace":23115,"agged":23116,"Ġesqu":23117,"Ġcompart":23118,"Ġminers":23119,"ISE":23120,"eered":23121,"Ġpickles":23122,"uffer":23123,"Ġairplanes":23124,"Ġguesses":23125,"engine":23126,"Ġhermanas":23127,"Ġcomposers":23128,"Ġranges":23129,"Ġenseguida":23130,"Ġnegroes":23131,"Ġthrilling":23132,"Ġtuviera":23133,"MBER":23134,"ĠGertrude":23135,"Dep":23136,"Mas":23137,"NY":23138,"NER":23139,"mix":23140,"px":23141,"uffe":23142,"Ġicy":23143,"ĠNBA":23144,"ardy":23145,"Ġexterior":23146,"ĠUd":23147,"Ġblades":23148,"Ġpresidency":23149,"Ġcercan":23150,"Ġrepairs":23151,"ĠCHIs":23152,"Ġpresenter":23153,"Ġdeepest":23154,"ನ":23155,"Ġepic":23156,"Ġjunction":23157,"Ġsympathetic":23158,"ĠSharon":23159,"Ġteenager":23160,"ĠAngelina":23161,"Glory":23162,"Gregor":23163,"Walter":23164,"Japanese":23165,"ĠBaldwin":23166,"Ġalgorith":23167,"Tor":23168,"mart":23169,"Ġcél":23170,"Ġlind":23171,"ĠTill":23172,"ĠHurricane":23173,"ĠWinky":23174,"ĠGiles":23175,"ĠLear":23176,"ĠVlad":23177,"brook":23178,"ibilidad":23179,"Ġhumid":23180,"Ġexploring":23181,"Ġrecordings":23182,"forty":23183,"ĠSeason":23184,"Ġconstruct":23185,"Ġproducers":23186,"Ġmixer":23187,"Ġcardboard":23188,"Ġtendency":23189,"ĠBurg":23190,"Ġtaping":23191,"barrow":23192,"Despite":23193,"Ġalej":23194,"Ġperdió":23195,"Ġpsychological":23196,"Ġanticipated":23197,"Ġdatabase":23198,"GU":23199,"Kid":23200,"UH":23201,"Ġfiddle":23202,"Ġgimme":23203,"Ġsep":23204,"ĠMildred":23205,"Ġupwards":23206,"ĠGONNA":23207,"uclear":23208,"Ġveil":23209,"ĠNova":23210,"Ġskirts":23211,"eteenth":23212,"Ġcoverage":23213,"Ġrobes":23214,"Brown":23215,"Ġindicating":23216,"Ġ1880":23217,"Ġdecoration":23218,"Ġsquadron":23219,"Ġcondemned":23220,"ĠMorocco":23221,"Ġnombres":23222,"ĠCarolyn":23223,"87":23224,"Mis":23225,"bis":23226,"eous":23227,"women":23228,"Ġhmm":23229,"ĠSig":23230,"Ġwhit":23231,"ĠPine":23232,"ĠPony":23233,"ÃŃd":23234,"ĠFurther":23235,"ciously":23236,"Ġcluster":23237,"Ġhousekeeper":23238,"Ġchaos":23239,"ĠGeorgie":23240,"recrow":23241,"Ġremembers":23242,"Ġcontinuó":23243,"Ġpremio":23244,"Honestly":23245,"Ġvolcanic":23246,"Ġstabbed":23247,"Ġcomprehens":23248,"ĠNevada":23249,"Ġfrancés":23250,"Ġbolsillo":23251,"Ġvalleys":23252,"ĠWentworth":23253,"déj":23254,"inete":23255,"Ġhailed":23256,"icate":23257,"osph":23258,"Ġdozens":23259,"ĠGail":23260,"ém":23261,"Ġfebrero":23262,"perfect":23263,"Ġdisple":23264,"itionally":23265,"Ġminuto":23266,"Ġparado":23267,"Ġprimo":23268,"Ġpetty":23269,"cellor":23270,"ĠDesert":23271,"2004":23272,"ön":23273,"ĠMercer":23274,"Ġ1901":23275,"Ġhooks":23276,"Ġrecommendation":23277,"Ġsummers":23278,"Simon":23279,"Ġcertified":23280,"Ġcontroversy":23281,"ĠYankee":23282,"Ġsubsequently":23283,"Ġpúblico":23284,"Fr":23285,"ĠreÃŃr":23286,"Ġoutcome":23287,"Ġarb":23288,"Ġgrumpy":23289,"Ġperch":23290,"clothes":23291,"moke":23292,"Ġrelating":23293,"HEI":23294,"Ġsentry":23295,"ĠIndies":23296,"ĠJohnston":23297,"Ġgravel":23298,"ĠAlliance":23299,"monos":23300,"Ġopponents":23301,"Answer":23302,"ĠEnvironment":23303,"ĠMarty":23304,"ĠMatty":23305,"Ġnetworks":23306,"metro":23307,"Ġtiró":23308,"Ġspectators":23309,"Ġtissues":23310,"Ġprovincial":23311,"Ġfragment":23312,"Ġtranquilo":23313,"Ġoctubre":23314,"Ġexceeding":23315,"Ġmushroom":23316,"ĠMansfield":23317,"Ġsubsequent":23318,"huy":23319,"yells":23320,"Ġdale":23321,"asen":23322,"quete":23323,"urso":23324,"Ġquita":23325,"Ġjan":23326,"igual":23327,"Ġarise":23328,"Ġtrough":23329,"Ġbrows":23330,"Ġmold":23331,"ĠVend":23332,"ĠAlt":23333,"Ġzar":23334,"Ġvilla":23335,"Ġcopied":23336,"ĠBetter":23337,"Ġrememb":23338,"ĠCongo":23339,"Ġlanz":23340,"Ġnecesito":23341,"ĠJudith":23342,"Ġpremises":23343,"ĠIsabelle":23344,"Add":23345,"Hum":23346,"Kar":23347,"_:":23348,"bred":23349,"damn":23350,"mons":23351,"hage":23352,"icon":23353,"ĠBess":23354,"éte":23355,"told":23356,"Ġflank":23357,"uche":23358,"Ġkindergarten":23359,"ĠNeigh":23360,"glasses":23361,"Ġwhistled":23362,"Ġexactamente":23363,"Ġmolecular":23364,"ĠAlden":23365,"Ġrecibió":23366,"Ġchloride":23367,"Detective":23368,"Ġatrev":23369,"ĠBundesliga":23370,"Bang":23371,"Tar":23372,"fuera":23373,"lit":23374,"uing":23375,"Ġwrench":23376,"Ġoops":23377,"Ġfid":23378,"Ġnoviembre":23379,"ĠPerson":23380,"opsy":23381,"Ġvulgar":23382,"ĠGas":23383,"ĠGers":23384,"aston":23385,"Ġlobby":23386,"ags":23387,"Ġgrind":23388,"Ġblonde":23389,"ĠVilla":23390,"Ġchuckles":23391,"ilde":23392,"ĠAndrea":23393,"genes":23394,"Ġderiv":23395,"Ġdecorations":23396,"Ġflashlight":23397,"Ġobstin":23398,"Ġgambling":23399,"Ġreptiles":23400,"continuó":23401,"Leg":23402,"Nan":23403,"cet":23404,"gusted":23405,"anadu":23406,"Ġguts":23407,"leader":23408,"ĠSans":23409,"ĠDillon":23410,"ĠNept":23411,"Ġblink":23412,"ĠVolleyball":23413,"Ġscre":23414,"Ġmustard":23415,"Ġmenu":23416,"ADY":23417,"Ġhumana":23418,"Ġangles":23419,"Ġburger":23420,"ĠMegan":23421,"REB":23422,"Ġtraders":23423,"ĠTimmy":23424,"Ġcredited":23425,"Ġelementos":23426,"Ġcontribute":23427,"Ġerrors":23428,"Ġconnects":23429,"Ġassuming":23430,"ĠAristotle":23431,"Hung":23432,"Karen":23433,"fera":23434,"Ġdrying":23435,"Ġyew":23436,"quest":23437,"Ġclues":23438,"ĠStrat":23439,"Ġbuys":23440,"Ġfellas":23441,"Ġhorseback":23442,"ĠGuild":23443,"Marg":23444,"Ġpatiently":23445,"ĠPortland":23446,"Ġelevation":23447,"Ġpoisoned":23448,"Ġmolecule":23449,"Ġuneas":23450,"Ġrecollect":23451,"Ġambitious":23452,"family":23453,"tip":23454,"inth":23455,"Ġlass":23456,"Ġrecept":23457,"Ġnaming":23458,"ĠMend":23459,"semble":23460,"ĠDio":23461,"Ġunin":23462,"Ġdownward":23463,"Ġfees":23464,"ultura":23465,"ĠNokia":23466,"MAX":23467,"Ġimportancia":23468,"shaw":23469,"Ġmouthful":23470,"ĠProvidence":23471,"Ġconservation":23472,"Ġextending":23473,"Ġfishermen":23474,"Ġmiembros":23475,"Ġarsenic":23476,"Ġprelimin":23477,"European":23478,"Celeste":23479,"GAS":23480,"erie":23481,"Ġdazz":23482,"isode":23483,"Ġmould":23484,"Ġstables":23485,"ĠTú":23486,"chop":23487,"ĠDame":23488,"Ġchanced":23489,"Ġfinance":23490,"gross":23491,"Ġsteward":23492,"Ġcamels":23493,"Ġorderly":23494,"achers":23495,"Ġoperas":23496,"Ġchurchyard":23497,"ĠExamples":23498,"Ġ1860":23499,"Ġafforded":23500,"Ġsucking":23501,"ĠBoxer":23502,"ácter":23503,"Ġphysicist":23504,"ĠByzantine":23505,"Nay":23506,"lore":23507,"slight":23508,"Åĵ":23509,"Ġouch":23510,"Ġape":23511,"ĠCool":23512,"Ġplump":23513,"ĠJava":23514,"Ġexclam":23515,"been":23516,"Ġscant":23517,"ĠAlong":23518,"Ġdiverse":23519,"ĠDeborah":23520,"prin":23521,"ductions":23522,"Ġaccum":23523,"Ġbravery":23524,"ĠRomanian":23525,"Adiós":23526,"Ġhyster":23527,"Ġthriller":23528,"fingers":23529,"ĠElectric":23530,"Ġpertene":23531,"Ġfestivals":23532,"Ġamphib":23533,"ĠShirley":23534,"iéntate":23535,"jin":23536,"Ġoce":23537,"Ġofre":23538,"Ġhuts":23539,"Ġweep":23540,"stock":23541,"ĠRafa":23542,"Ġsparrow":23543,"loat":23544,"ĠStalin":23545,"clip":23546,"ollen":23547,"úb":23548,"Ġrealistic":23549,"Ġrestra":23550,"Ġtema":23551,"Ġemoc":23552,"Ġclima":23553,"Ġtickles":23554,"Ġvacant":23555,"Ġkeyboard":23556,"Ġcartas":23557,"Ġdomain":23558,"Ġestudiar":23559,"ético":23560,"Ġrevolutionary":23561,"Ġrompió":23562,"ĠCuban":23563,"Ġsuspicions":23564,"Ġseptiembre":23565,"%)":23566,"82":23567,"PE":23568,"bard":23569,"haz":23570,"Ġdome":23571,"Ġpent":23572,"Ġinaud":23573,"amoto":23574,"Ġseam":23575,"ĠCelt":23576,"olith":23577,"ĠDart":23578,"ĠNad":23579,"Ġextingu":23580,"Ġproves":23581,"Ġagrees":23582,"Ġgris":23583,"Ġoverheard":23584,"urname":23585,"Ġacute":23586,"Ġcrouched":23587,"Ġnumbered":23588,"Ġmetre":23589,"ĠConn":23590,"Arch":23591,"Ġabuelita":23592,"ĠControl":23593,"Ġgigantic":23594,"ĠSaxony":23595,"ĠStrong":23596,"Usually":23597,"Ġminiature":23598,"cuántos":23599,"Ġbeggar":23600,"Ġintonation":23601,"Live":23602,"MI":23603,"NS":23604,"Shar":23605,"Ġft":23606,"owls":23607,"qual":23608,"Ġdoomed":23609,"ĠCel":23610,"ĠDha":23611,"ĠGay":23612,"Ġorchard":23613,"ĠEt":23614,"ounding":23615,"cios":23616,"--.":23617,"Ġperched":23618,"iremos":23619,"ĠVERY":23620,"button":23621,"maux":23622,"Ġcentimet":23623,"Ġpublishing":23624,"ĠFlora":23625,"ĠponÃŃa":23626,"Ġhospitality":23627,"Ġincreasingly":23628,"ರ":23629,"Ġqueried":23630,"Ġ1909":23631,"ĠWoods":23632,"Ġciudades":23633,"Ġmerchand":23634,"Ġdiscoveries":23635,"Ġdialects":23636,"Ġprosperity":23637,"Made":23638,"xto":23639,"nol":23640,"ĠThings":23641,"Ġrin":23642,"ĠNear":23643,"ĠOUR":23644,"--'":23645,"Ġcomprender":23646,"Stupid":23647,"Ġpossibilities":23648,"Ġtomate":23649,"Ġpropósito":23650,"Ġprivately":23651,"Ġpolicemen":23652,"Blood":23653,"Ġtowels":23654,"Ġsociedad":23655,"Ġregardless":23656,"Ġ1862":23657,"marks":23658,"imitating":23659,"Ġclaiming":23660,"Ġchopped":23661,"Ġpremium":23662,"Ġrumor":23663,"Ġcarreras":23664,"Ġyielded":23665,"Ġfrustrated":23666,"ĠHOME":23667,"Ġgénero":23668,"Lots":23669,"ML":23670,"Rather":23671,"ija":23672,"ÂĿ":23673,"arity":23674,"ĠTus":23675,"ĠTran":23676,"ĠTwww":23677,"ĠCond":23678,"ĠBib":23679,"ĠLotty":23680,"ineo":23681,"Ġpeering":23682,"Ġundertake":23683,"Ġraven":23684,"entered":23685,"Ġassurance":23686,"Ġhumo":23687,"Ġparecido":23688,"oubt":23689,"Ġentertained":23690,"Ġazúcar":23691,"Ġodor":23692,"Ġguarante":23693,"Ġburglar":23694,"ĠCrystal":23695,"Ġmelancholy":23696,"600":23697,"81":23698,"ouver":23699,"Ġwoe":23700,"ĠcÃŃr":23701,"Ġdashing":23702,"Ġdictionary":23703,"ĠActor":23704,"sees":23705,"ĠCost":23706,"Ġwhoo":23707,"ĠfrÃŃa":23708,"ationally":23709,"ĠRah":23710,"ĠEg":23711,"Ġunic":23712,"agas":23713,"ishna":23714,"Ġpobres":23715,"achment":23716,"Ġchilly":23717,"Ġindifferent":23718,"Ġexplode":23719,"Ġgrowling":23720,"Ġquedaron":23721,"Ġsexually":23722,"Ġgallina":23723,"Produced":23724,"Ġprincipalmente":23725,"ĠCornwall":23726,"Ġdragons":23727,"Ġdeceased":23728,"Ġtrenches":23729,"KS":23730,"Liz":23731,"different":23732,"Ġbuh":23733,"Ġbachelor":23734,"orian":23735,"leaves":23736,"kered":23737,"Ġherbs":23738,"ĠOLD":23739,"ĠYas":23740,"ĠAndré":23741,"Ġmarchar":23742,"isters":23743,"ĠDewey":23744,"Ġverla":23745,"Ġsubstances":23746,"iosos":23747,"ĠparecÃŃan":23748,"Ġgreenbelt":23749,"Ġpleasures":23750,"Ġcamar":23751,"Around":23752,"ĠAbi":23753,"Ġbastards":23754,"Ġ1906":23755,"DEB":23756,"Ġhueco":23757,"ĠBaldy":23758,"Ġobedience":23759,"grapes":23760,"CHUCKLES":23761,"GG":23762,"Roll":23763,"kill":23764,"Ġwiser":23765,"eroy":23766,"Ġfern":23767,"Ġgau":23768,"Ġreapp":23769,"Ġnad":23770,"seud":23771,"Ġsuces":23772,"onga":23773,"Ġclaw":23774,"ESE":23775,"nered":23776,"Ġestan":23777,"Ġendangered":23778,"ussion":23779,"Ġinterposed":23780,"Ġhumour":23781,"forman":23782,"Ġsatur":23783,"Ġtomado":23784,"ĠMcDonald":23785,"ĠMatilda":23786,"Class":23787,"Ġlaughingly":23788,"Ġscrews":23789,"eleven":23790,"Small":23791,"Ġceremonial":23792,"Ġraspberries":23793,"Ġtactics":23794,"Ġtadpoles":23795,"Ġmonastery":23796,"Jerry":23797,"Kevin":23798,"cats":23799,"ĠSW":23800,"story":23801,"ĠHAPP":23802,"Ġupdate":23803,"igher":23804,"Ġsobbing":23805,"ainting":23806,"Ġoutward":23807,"ĠNas":23808,"Ġfeud":23809,"Ġésa":23810,"Stra":23811,"ĠTHEM":23812,"Ġmidfielder":23813,"ĠChart":23814,"Ġextravag":23815,"Ġfails":23816,"Ġbaile":23817,"THANK":23818,"Leon":23819,"produces":23820,"Ġfaults":23821,"Ġprede":23822,"Ġheights":23823,"Ġpurely":23824,"Ġultimate":23825,"hawks":23826,"Ġentrada":23827,"Ġmathematician":23828,"mess":23829,"none":23830,"Ġef":23831,"ĠSoutheast":23832,"ilion":23833,"Ġcomió":23834,"ĠLanguage":23835,"ĠNixon":23836,"ousy":23837,"Ġbackpack":23838,"oby":23839,"deal":23840,"Ġscooter":23841,"graded":23842,"Ġsounding":23843,"Ġconfianza":23844,"Ġawaken":23845,"Ġrespet":23846,"Ġpublisher":23847,"Ġsupermarket":23848,"Enjoy":23849,"Ġbanner":23850,"Ġpensamiento":23851,"arenta":23852,"Ġratio":23853,"Ġcivilians":23854,"Ġlogical":23855,"Ġstocking":23856,"Ġprecipitation":23857,"Ġlipstick":23858,"ĠLionel":23859,"Following":23860,"Ġobserving":23861,"Ġantiguo":23862,"ĠBuffalo":23863,"Ġyogurt":23864,"AII":23865,"Final":23866,"Lear":23867,"citos":23868,"Ġapl":23869,"rera":23870,"Ġses":23871,"Ġwage":23872,"erforth":23873,"Ġfoes":23874,"anzas":23875,"asel":23876,"Ġbefallen":23877,"eaban":23878,"ĠBog":23879,"Ġsube":23880,"Ġenclosed":23881,"ĠGio":23882,"ĠNAT":23883,"ég":23884,"Ġclatter":23885,"Ġpelea":23886,"Ġrods":23887,"psies":23888,"Ġhomeward":23889,"ucas":23890,"Ġwaiter":23891,"Ġrelacion":23892,"ĠProof":23893,"Ġpropag":23894,"ĠTraddles":23895,"overla":23896,"papa":23897,"Ġtubes":23898,"stanbul":23899,"Ġrayos":23900,"Ġocurre":23901,"Ġacostumbr":23902,"Ġenthusiast":23903,"Ġfantasma":23904,"ĠCroatia":23905,"Ġenfermedad":23906,"Dog":23907,"IZ":23908,"Lwww":23909,"Mamma":23910,"gart":23911,"ĠOTHER":23912,"instead":23913,"reno":23914,"ervo":23915,"imeter":23916,"ĠSalle":23917,"seat":23918,"ĠPi":23919,"ppe":23920,"ĠFra":23921,"ĠEP":23922,"Ġlogo":23923,"Ġtru":23924,"Ġcaza":23925,"Ġfilmm":23926,"Ġarmor":23927,"vae":23928,"ĠâĪ":23929,"Ġsadness":23930,"ĠEstás":23931,"arence":23932,"Ġjunio":23933,"Ġ1907":23934,"Ġterminar":23935,"ĠDaily":23936,"Ġfussing":23937,"ĠHorace":23938,"Ġproteins":23939,"ĠHubert":23940,"Taking":23941,"heavy":23942,"Ġecc":23943,"ldon":23944,"ĠSólo":23945,"ĠBL":23946,"opo":23947,"Ġhada":23948,"ĠOmar":23949,"assi":23950,"ĠVd":23951,"azy":23952,"Ġsubway":23953,"Ġprofits":23954,"ĠLeft":23955,"ĠAdela":23956,"Ġapproaches":23957,"Ġgardening":23958,"Ġpaddling":23959,"Ġhostage":23960,"Ġnovelist":23961,"Ġconsulted":23962,"ĠGabri":23963,"ĠBengali":23964,"Ġshriek":23965,"leston":23966,"ĠRenaissance":23967,"abulary":23968,"Ġpianist":23969,"cn":23970,"lene":23971,"rkan":23972,"Ġbitten":23973,"aros":23974,"ĠBorough":23975,"ĠPul":23976,"ĠWade":23977,"Ġplough":23978,"ĠFenn":23979,"ĠNunca":23980,"ĠRoo":23981,"doctor":23982,"Ġample":23983,"actic":23984,"Ġadiós":23985,"Ġserver":23986,"Ġrained":23987,"Ġbusily":23988,"Ġconsul":23989,"Ġintact":23990,"seeing":23991,"Ġempresa":23992,"Ġfigur":23993,"Ġantigua":23994,"Ġbanquet":23995,"Ġautonomous":23996,"Ġcollections":23997,"ribution":23998,"Mario":23999,"Ġbankrupt":24000,"Ġimproving":24001,"Ġapplies":24002,"Ġinnocence":24003,"Ġlicence":24004,"Ġrhymes":24005,"TAIN":24006,"Ġbuzzing":24007,"Ġblossoms":24008,"Ġpursuing":24009,"Ġfrigate":24010,"uvergne":24011,"Ġoportunidad":24012,"Im":24013,"bud":24014,"fuss":24015,"esh":24016,"Ġseizing":24017,"ĠMaz":24018,"ĠBaw":24019,"estre":24020,"ĠRiding":24021,"Ġungr":24022,"Ġgrid":24023,"Ġcarácter":24024,"ĠVall":24025,"Ġscree":24026,"Ġflaming":24027,"gracias":24028,"Ġretro":24029,"chel":24030,"ificación":24031,"conf":24032,"Ġforemost":24033,"Ġlados":24034,"Ġknit":24035,"Ġrespecto":24036,"Ġmatching":24037,"Ġventanas":24038,"Ġpinched":24039,"Ġpinned":24040,"ĠconocÃŃa":24041,"Ġ1903":24042,"Gotta":24043,"Ġmelody":24044,"Ġhugged":24045,"Ġsustained":24046,"Ġdébil":24047,"Ġcolumpios":24048,"ĠVoice":24049,"ĠSalvador":24050,"ĠIsobel":24051,"AF":24052,"Hasta":24053,"bé":24054,"sir":24055,"Ġsciences":24056,"Ġfidd":24057,"Ġpope":24058,"Ġrenow":24059,"Ġrebuilt":24060,"ĠAur":24061,"Ġnotably":24062,"Ġoutline":24063,"ĠRee":24064,"Ġagosto":24065,"ĠHector":24066,"Ġcuént":24067,"Ġguapa":24068,"oceros":24069,"Ġspears":24070,"ĠButton":24071,"Ġassets":24072,"Ġmisses":24073,"Ġparcels":24074,"Ġdetener":24075,"ĠCapitán":24076,"guez":24077,"Ġdamned":24078,"ĠGuad":24079,"Ġwheelchair":24080,"Ġdispon":24081,"ĠBertie":24082,"Speaking":24083,"Ġranking":24084,"Sergeant":24085,"Ġdisappearance":24086,"Ġretreated":24087,"Ġabundance":24088,"Ġexplorer":24089,"ĠDerby":24090,"ĠEND":24091,"Ġpeeped":24092,"Katie":24093,"ĠDuchess":24094,"ĠSloven":24095,"ĠPortsmouth":24096,"School":24097,"TT":24098,"Works":24099,"Ġinver":24100,"Ġinhabited":24101,"amer":24102,"ĠTry":24103,"ĠTaj":24104,"chips":24105,"Ġquad":24106,"ĠDipsy":24107,"ĠWol":24108,"Ġescar":24109,"Ġdesen":24110,"Ġcompat":24111,"Ġdiscer":24112,"Ġcontenido":24113,"braltar":24114,"Ġsymm":24115,"ecÃŃa":24116,"Ġpatted":24117,"Ġspokes":24118,"ĠAtlas":24119,"Ġincons":24120,"Ġcaliente":24121,"Ġorigins":24122,"Ġhusbands":24123,"ĠFrankie":24124,"Ġshuts":24125,"Ġbrightness":24126,"ĠPatri":24127,"fields":24128,"Ġinvestigating":24129,"Ġshrub":24130,"Ġrattles":24131,"Ġconsumption":24132,"ĠRandolph":24133,"Ġmercury":24134,"ĠAdventure":24135,"Ġlemme":24136,"Ġfelicidad":24137,"Ġunwilling":24138,"DP":24139,"Dig":24140,"Tan":24141,"Till":24142,"iados":24143,"yu":24144,"ĠÄ":24145,"Ġsoutheastern":24146,"Ġinduce":24147,"vete":24148,"ĠHAS":24149,"Ġenlar":24150,"Ġmanly":24151,"Ġmata":24152,"Ġswap":24153,"Ġtrib":24154,"minent":24155,"ĠAllied":24156,"Ġvolt":24157,"Ġmerit":24158,"ĠCapitol":24159,"Ġpracticing":24160,"Ġconversación":24161,"Neces":24162,"Conf":24163,"Ġtirado":24164,"Ġbikes":24165,"à°¿":24166,"ĠPrincip":24167,"Ġrazones":24168,"Ġpagan":24169,"butterfly":24170,"ĠMercury":24171,"oos":24172,"hast":24173,"ĠMold":24174,"Ġrational":24175,"Ġencend":24176,"ĠLate":24177,"ĠFac":24178,"ĠNoo":24179,"ĠEmb":24180,"Ġlever":24181,"ĠKum":24182,"Ġbrood":24183,"úa":24184,"Ġfiretruck":24185,"Ġinstances":24186,"ĠBerg":24187,"Ġparadise":24188,"itching":24189,"Ġgasp":24190,"uggle":24191,"Ġriders":24192,"2001":24193,"ĠSuperman":24194,"Ġexpressions":24195,"Ġfolds":24196,"Ġdishon":24197,"Ġrevived":24198,"snake":24199,"Ġrefugees":24200,"Ġvitamin":24201,"Ġhitherto":24202,"Ġminerals":24203,"Ġmanzana":24204,"Ġsqueezed":24205,"Ġemptied":24206,"Him":24207,"Pan":24208,"fue":24209,"member":24210,"nu":24211,"Ġtins":24212,"chic":24213,"ĠCit":24214,"ĠChes":24215,"Ġron":24216,"ĠWorks":24217,"Ġabierta":24218,"Ġeno":24219,"Ġelig":24220,"Ġgrumbled":24221,"Ġtenants":24222,"Ġskilled":24223,"Ġlegacy":24224,"ĠReggie":24225,"Ġsweetest":24226,"Ġmadness":24227,"Ġfatigue":24228,"Ġcortar":24229,"Ġgatito":24230,"Ġfiery":24231,"Ġstaircase":24232,"Ġsuburbs":24233,"ĠAdministration":24234,"Ġteléfono":24235,"Uno":24236,"gall":24237,"graphy":24238,"err":24239,"Ġpaces":24240,"Ġlitt":24241,"ĠSed":24242,"Ġjub":24243,"ĠNak":24244,"Ġunions":24245,"Ġscope":24246,"Ġdiff":24247,"Ġdecay":24248,"ĠAlison":24249,"ouncer":24250,"Ġassert":24251,"Ġeasiest":24252,"uau":24253,"aqueline":24254,"ĠAntony":24255,"Ġepid":24256,"ĠJulius":24257,"AMP":24258,"Ġinquiries":24259,"Ġingles":24260,"Ġdiapers":24261,"Ġdrifting":24262,"Ġfuriously":24263,"Ġgingerbread":24264,"Ġjuris":24265,"Ġamenaz":24266,"Gary":24267,"Mars":24268,"xi":24269,"Ġfren":24270,"Ġlull":24271,"aras":24272,"Ġgus":24273,"idió":24274,"Ġmeg":24275,"ĠMul":24276,"ĠPCI":24277,"Ġcones":24278,"ĠGene":24279,"ĠKon":24280,"ĠShell":24281,"upright":24282,"joining":24283,"grims":24284,"Ġcourty":24285,"Ġhurled":24286,"Ġintens":24287,"Ġexpectations":24288,"Debbie":24289,"iffany":24290,"Ġdamsel":24291,"Ġdueño":24292,"Ġresponsibilities":24293,"FRIEND":24294,"Ġconstitutional":24295,"Ġinstructed":24296,"Ġownership":24297,"ĠDurante":24298,"Ġmaths":24299,"Special":24300,"Ġrecycling":24301,"ĠBrennan":24302,"Ġdisfrut":24303,"lived":24304,"park":24305,"Ġtens":24306,"Ġcueva":24307,"Ġdang":24308,"Ġoar":24309,"Ġobras":24310,"enters":24311,"riba":24312,"Ġdeemed":24313,"ĠMientras":24314,"ĠAF":24315,"ĠBasket":24316,"ĠHEL":24317,"Ġrhin":24318,"Ġabdom":24319,"Ġprocur":24320,"Ġagencies":24321,"Ġmoreover":24322,"eee":24323,"Strange":24324,"Ġhopeful":24325,"Ġcampes":24326,"ĠHarper":24327,"Ġprophet":24328,"Ġcooling":24329,"Ġcommanding":24330,"incor":24331,"inceton":24332,"Ġblessings":24333,"Contin":24334,"Ġblooming":24335,"Chair":24336,"Ġéstas":24337,"ĠHiram":24338,"ĠFinnish":24339,"ĠSullivan":24340,"uffeur":24341,"cart":24342,"nast":24343,"nets":24344,"onomy":24345,"isco":24346,"Ġhush":24347,"adero":24348,"Ġstatic":24349,"illance":24350,"olence":24351,"olics":24352,"Ġraro":24353,"ĠDolph":24354,"ĠGand":24355,"ĠGang":24356,"ĠLocal":24357,"ĠJob":24358,"ĠOpp":24359,"thed":24360,"Ġcontado":24361,"ogue":24362,"Ġslips":24363,"ĠBristol":24364,"ĠMargery":24365,"cuéntame":24366,"Ġhaircut":24367,"Ġtreinta":24368,"Ġposición":24369,"Ġpotassium":24370,"Ġdestined":24371,"ĠParadise":24372,"Ġesposo":24373,"Ġridden":24374,"Peggy":24375,"ĠWhoa":24376,"ĠPalmer":24377,"straight":24378,"ODY":24379,"GAIN":24380,"Ġtraditionally":24381,"Ġescaleras":24382,"Ġsummons":24383,"Ġgestures":24384,"ĠFifth":24385,"ĠFleet":24386,"ĠKathleen":24387,"Ġverdict":24388,"Ġmonstruo":24389,"Ġsurrendered":24390,"Snow":24391,"vings":24392,"Ġxx":24393,"itives":24394,"Ġisot":24395,"Ġreel":24396,"qui":24397,"rojo":24398,"ĠSS":24399,"ĠSaw":24400,"ĠBAR":24401,"Ġfrantic":24402,"istro":24403,"Ġgritos":24404,"Ġcalles":24405,"ahu":24406,"ierte":24407,"Ġdisgusted":24408,"deen":24409,"Ġvemos":24410,"azed":24411,"Ġcapa":24412,"Ġsuspir":24413,"onesome":24414,"Ġinterpre":24415,"Ġstealth":24416,"Ġcurved":24417,"paid":24418,"ippo":24419,"blood":24420,"Ġcalent":24421,"Ġfared":24422,"uestro":24423,"Ġstraightened":24424,"Ġdigas":24425,"ezing":24426,"Ġhymn":24427,"visor":24428,"ĠBagh":24429,"ĠBailey":24430,"Ġshoved":24431,"Ġphilosoph":24432,"bags":24433,"hunhunh":24434,"Ġsprung":24435,"ÃŃfica":24436,"Ġindignant":24437,"Ġfascinated":24438,"ĠStockholm":24439,"ĠPrague":24440,"ĠBurns":24441,"Ġtambien":24442,"telephone":24443,"Josh":24444,"dime":24445,"pay":24446,"riment":24447,"Ġyac":24448,"etics":24449,"Ġnanny":24450,"Ġdefic":24451,"señor":24452,"ĠPinocho":24453,"Ġrica":24454,"Ġornaments":24455,"ĠNIGHT":24456,"ptic":24457,"ahn":24458,"getic":24459,"Ġdrunken":24460,"Ġrunners":24461,"venty":24462,"chado":24463,"uffed":24464,"ĠBeast":24465,"ĠCaperucita":24466,"Ġorganised":24467,"Ġorganism":24468,"Ġhopping":24469,"Ġfinalmente":24470,"Ġtalented":24471,"ĠFilip":24472,"Ġjewell":24473,"Ġpistols":24474,"ĠAldred":24475,"Ġpagar":24476,"Ġconnecting":24477,"Ġhobby":24478,"Ġhogar":24479,"dámelo":24480,"ĠConseil":24481,"spoken":24482,"Solo":24483,"dest":24484,"fried":24485,"gran":24486,"isch":24487,"Ġpum":24488,"Ġinward":24489,"ĠIP":24490,"Ġanillo":24491,"opol":24492,"Ġrim":24493,"Ġconden":24494,"acked":24495,"ĠLET":24496,"Ġquerer":24497,"arding":24498,"ishly":24499,"Ġdespre":24500,"ónica":24501,"Ġscoop":24502,"Ġcheery":24503,"ANCE":24504,"Ġpersonaje":24505,"ginald":24506,"Ġassented":24507,"Ġexpelled":24508,"Ġcampos":24509,"ĠReview":24510,"Ġvenom":24511,"Ġfuente":24512,"Ġbleed":24513,"iii":24514,"Ġweakened":24515,"ovich":24516,"ĠDemocrats":24517,"Ġduque":24518,"Ġganó":24519,"Ġmentally":24520,"Ġdisposal":24521,"ĠEngineering":24522,"Ġgoverness":24523,"ductive":24524,"Ġdesgracia":24525,"ĠKazakhstan":24526,"Sn":24527,"hiding":24528,"swe":24529,"Ġpál":24530,"alysis":24531,"queta":24532,"ĠSEC":24533,"ĠHond":24534,"ĠParson":24535,"Ġthereby":24536,"ĠDix":24537,"ĠEye":24538,"Ġjustified":24539,"venir":24540,"Ġoffspring":24541,"urns":24542,"avirus":24543,"ahl":24544,"ĠStories":24545,"Ġflan":24546,"Ġnumeros":24547,"Ġmilksha":24548,"Ġskates":24549,"Ġskipped":24550,"Albert":24551,"ĠBlanche":24552,"Ġinsens":24553,"unications":24554,"LLL":24555,"finals":24556,"Ġharmony":24557,"ĠCorny":24558,"Ġinterviews":24559,"Ġiguales":24560,"Ġwrapping":24561,"ĠMasters":24562,"Ġcrabs":24563,"ĠPilchard":24564,"Ġcomprehend":24565,"Ġreluctantly":24566,"Ġeléctr":24567,".;":24568,"Dora":24569,"Ġmul":24570,"Ġmittens":24571,"enos":24572,"allÃŃ":24573,"ĠBien":24574,"Ġsupplement":24575,"shr":24576,"Ġphon":24577,"Ġstately":24578,"Ahh":24579,"ancouver":24580,"Ġsands":24581,"Ġcracking":24582,"ĠOriental":24583,"Ġjuega":24584,"ĠSurely":24585,"growls":24586,"blocks":24587,"Ġnuisance":24588,"Av":24589,"HAR":24590,"lost":24591,"Ġdama":24592,"Ġlumin":24593,"Ġnotices":24594,"ĠHin":24595,"ológ":24596,"Ġalgae":24597,"Ġallerg":24598,"ĠDarry":24599,"ĠWals":24600,"capt":24601,"irsty":24602,"Ġperió":24603,"ADE":24604,"ĠNewman":24605,"ĠBeijing":24606,"ritic":24607,"ĠProvin":24608,"Ġutil":24609,"Ġpackages":24610,"Ġquarry":24611,"ĠAngl":24612,"Ġplanting":24613,"Ġvacc":24614,"Ġmassacre":24615,"Ġtiro":24616,"Ġexperimental":24617,"Ġcruiser":24618,"ĠNickel":24619,"Ġdignified":24620,"Ġparliamentary":24621,"ĠGeneva":24622,"Ġinitiative":24623,"Ġplátano":24624,"ĠKashmir":24625,"Non":24626,"hug":24627,"mour":24628,"Ġfie":24629,"asury":24630,"atan":24631,"Ġnovia":24632,"Ġweaker":24633,"ĠHus":24634,"ĠHod":24635,"ĠHorton":24636,"ĠDul":24637,"Ġ211":24638,"ĠKaw":24639,"ĠKris":24640,"clay":24641,"Ġcarelessly":24642,"Ġmused":24643,"Ġindian":24644,"rils":24645,"Ġlabels":24646,"Ġwheeled":24647,"Team":24648,"ĠRegional":24649,"WHO":24650,"Ġhablado":24651,"Ġmuñec":24652,"Ġdemonstrate":24653,"Ġprofessionally":24654,"Ġadaptation":24655,"ĠWhitney":24656,"stadt":24657,"ĠUruguay":24658,"Ġthreshold":24659,"Grab":24660,"Linda":24661,"wam":24662,"ĠMAKE":24663,"third":24664,"Ġporno":24665,"comend":24666,"Ġvela":24667,"Ġroommate":24668,"Ġyoungster":24669,"Ġsorting":24670,"Ġtablet":24671,"Ġassail":24672,"Ġmoth":24673,"Ġjuven":24674,"ijuana":24675,"Ġdiga":24676,"ün":24677,"Ġwheelbarrow":24678,"ĠvolvÃŃa":24679,"Ġnominations":24680,"Ġpassionate":24681,"Ġobjetos":24682,"ĠÃģfrica":24683,"Ġtrophy":24684,"Ġnucleus":24685,"Ġmotherfucker":24686,"city":24687,"Ġpours":24688,"Ġtox":24689,"etti":24690,"rium":24691,"Ġforks":24692,"eaux":24693,"ĠBears":24694,"Ġshivering":24695,"Ġeloqu":24696,"ĠOp":24697,"Ġcuest":24698,"Ġcontrolling":24699,"Ġreson":24700,"Ġroundabout":24701,"Beat":24702,"Ġsirv":24703,"ĠReich":24704,"ĠEdwin":24705,"ĠMinor":24706,"Ġburro":24707,"Ġvolvieron":24708,"ÃŃculos":24709,"Ġconstitu":24710,"drive":24711,"Barbara":24712,"Ġstamped":24713,"Ġcongratulations":24714,"Twelve":24715,"Ġprettiest":24716,"ĠSicily":24717,"_!\"":24718,"fun":24719,"vous":24720,"Ġtakin":24721,"Ġpines":24722,"ayo":24723,"Ġbeaches":24724,"amount":24725,"Ġanne":24726,"ĠCray":24727,"abi":24728,"Ġalum":24729,"Ġoutstanding":24730,"Ġthence":24731,"Ġbackyard":24732,"Ġ[!":24733,"Ġrunway":24734,"Ġlegally":24735,"Ġdaré":24736,"Ġsurprises":24737,"Ġdemons":24738,"Ġexceptions":24739,"Ġcracks":24740,"Ġresponds":24741,"Ġqualification":24742,"Ġteeny":24743,"ĠRevolutionary":24744,"ĠDominican":24745,"Ġtroublesome":24746,"Ġindignantly":24747,"ĠClarke":24748,"Ġvigorous":24749,"Ġcouples":24750,"ioneers":24751,"Ġunemployment":24752,"Ġstaggered":24753,"urrection":24754,"Ġcricketer":24755,"Ġmischievous":24756,"BAB":24757,"Fun":24758,"Friday":24759,"Makes":24760,"Sé":24761,"eggs":24762,"rese":24763,"Ġpeaks":24764,"ĠSex":24765,"ĠPattie":24766,"ĠRim":24767,"ĠOst":24768,"Ġgrub":24769,"Ġtej":24770,"Ġtecho":24771,"cogn":24772,"Ġshabby":24773,"Ġstartling":24774,"bove":24775,"Ġinvari":24776,"Ġhairy":24777,"Ġpatches":24778,"ouching":24779,"Ġirse":24780,"Ġordering":24781,"ĠEdition":24782,"Ġsnaps":24783,"Ġfuimos":24784,"ylum":24785,"remont":24786,"ĠEstonia":24787,"Ġworthless":24788,"ĠMoor":24789,"Ġpredomin":24790,"Ġlegislature":24791,"ĠLAUGH":24792,"Ġdiabetes":24793,"ichever":24794,"Bit":24795,"Ep":24796,"Hands":24797,"Ġau":24798,"Ġfolly":24799,"Ġyarn":24800,"Ġgim":24801,"Ġbeams":24802,"Ġnas":24803,"ĠMine":24804,"ĠBRO":24805,"ource":24806,"Ġoutdoor":24807,"many":24808,"Ġdispuesto":24809,"Ġtraps":24810,"donald":24811,"Ġcerdo":24812,"Quer":24813,"Ġbarca":24814,"Ġpaste":24815,"ĠAdri":24816,"undercurrent":24817,"Ġtourism":24818,"2003":24819,"Spot":24820,"ĠFortune":24821,"Ġsporting":24822,"Ġcriado":24823,"Ġpussycat":24824,"ĠSandra":24825,"ĠSantos":24826,"ĠBuddha":24827,"Ġlentamente":24828,"Ġremembrance":24829,"Emp":24830,"MendÃŃa":24831,"Ġbureau":24832,"omos":24833,"Ġongoing":24834,"ĠAway":24835,"ĠAla":24836,"ilib":24837,"pples":24838,"ág":24839,"Ġleyes":24840,"Ġclicking":24841,"ĠperÃŃ":24842,"mean":24843,"Ġsloop":24844,"Ġexcuses":24845,"Ġvoces":24846,"INGING":24847,"Ġvaries":24848,"Ġsnowing":24849,"ĠCalvin":24850,"ĠShawn":24851,"Ġavi":24852,"Climate":24853,"Ġsmelly":24854,"Ġfooled":24855,"oliday":24856,"Ġrobin":24857,"ĠMerle":24858,"Ġetcetera":24859,"ĠPanama":24860,"Ġassassination":24861,"upert":24862,"ĠSOMETHING":24863,"fifty":24864,"Ġmajesty":24865,"ĠBrittany":24866,"hausen":24867,"Modern":24868,"Ġtwelfth":24869,"eys":24870,"ova":24871,"Ġapr":24872,"ĠIb":24873,"ĠSave":24874,"ĠDiane":24875,"ĠGener":24876,"ĠJi":24877,"ĠNy":24878,"ĠNwww":24879,"Ġhowling":24880,"coge":24881,"athon":24882,"Ġboxer":24883,"Ġvert":24884,"shouting":24885,"Ġhighlight":24886,"exactly":24887,"Ġcooks":24888,"ritos":24889,"Ġsnip":24890,"Ġdoubted":24891,"adeshi":24892,"Ġgallop":24893,"ĠMilton":24894,"ĠDawn":24895,"Ġrusty":24896,"Ġexperiencia":24897,"Ġbulb":24898,"Ġcuánto":24899,"Ġanciana":24900,"ĠOriginal":24901,"Ġmidshipmen":24902,"ĠBombay":24903,"Ġexquisite":24904,"Pens":24905,"Sar":24906,"Scar":24907,"uously":24908,"Ġán":24909,"Ġcámara":24910,"Ġmorrow":24911,"Ġheh":24912,"ĠTir":24913,"ĠMight":24914,"ĠHast":24915,"ifred":24916,"ĠGwww":24917,"ĠJavier":24918,"ĠRica":24919,"astro":24920,"Ġarrog":24921,"iences":24922,"Ġglittering":24923,"mov":24924,"Ġdipped":24925,"Islam":24926,"rophe":24927,"ĠSpike":24928,"Ġcalcium":24929,"Ġdiscre":24930,"Ġequipped":24931,"ĠPepper":24932,"Definitely":24933,"ĠSuppose":24934,"Ġelectromag":24935,"Ġfortunes":24936,"Ġpensado":24937,"Ġurge":24938,"Ġclowns":24939,"ĠReserve":24940,"Ġdeposited":24941,"Ġenfermo":24942,"Ġpancake":24943,"SPE":24944,"ĠWhether":24945,"DOOR":24946,"ĠPamela":24947,"ĠPhillips":24948,"Ġantibiot":24949,"'.\"":24950,"Bud":24951,"Camp":24952,"Dire":24953,"Fat":24954,"Kiss":24955,"best":24956,"det":24957,"taker":24958,"hap":24959,"advant":24960,"Ġnappy":24961,"role":24962,"ĠAFC":24963,"ĠCreat":24964,"ĠCulture":24965,"Ġjingle":24966,"Ġespes":24967,"iao":24968,"Ġcrude":24969,"Ġappe":24970,"ĠShepherd":24971,"ĠChim":24972,"ounid":24973,"Ġmomentos":24974,"Ġgenerals":24975,"ĠClip":24976,"Ġmarking":24977,"Ġfila":24978,"Ġmotto":24979,"Ġ151":24980,"Enlaces":24981,"Ġllevo":24982,"Percy":24983,"TURE":24984,"Ġattendance":24985,"Ġbarked":24986,"ĠBoyd":24987,"Ġchattering":24988,"Ġappreciation":24989,"Ġtidings":24990,"ĠStevens":24991,"Joey":24992,"Ġunfold":24993,"Ġdeceived":24994,"Individual":24995,"Ġidioma":24996,"Ġathletic":24997,"Ġtempest":24998,"ĠNEED":24999,"Ġcirculation":25000,"stretched":25001,"Sunday":25002,"BLE":25003,"Monday":25004,"gia":25005,"rador":25006,"Ġgiddy":25007,"atem":25008,"lebra":25009,"ĠTE":25010,"ĠCada":25011,"Ġunlucky":25012,"útil":25013,"Ġholder":25014,"Ġpapi":25015,"ĠElmer":25016,"Ġranas":25017,"Ġcertainty":25018,"Ġshortened":25019,"Ġsincer":25020,"Ġfarmhouse":25021,"AMI":25022,"Ġcelebrating":25023,"Ġhonorable":25024,"ĠActress":25025,"ponlo":25026,"Ġbarks":25027,"dinand":25028,"choochoo":25029,"ĠSquad":25030,"ĠRonnie":25031,"wrong":25032,"ĠBuddhist":25033,"Ġvertebr":25034,"Ġnegotiations":25035,"ĠRectus":25036,"ĠLebanon":25037,"BRI":25038,"Knock":25039,"Tri":25040,"jeros":25041,"á»":25042,"Ġtoil":25043,"Ġhike":25044,"Ġhola":25045,"Ġecos":25046,"Ġquince":25047,"uni":25048,"ĠHyd":25049,"ĠDre":25050,"Ġusa":25051,"laus":25052,"Ġestilo":25053,"ishops":25054,"ianos":25055,"ĠVancouver":25056,"Ġlesser":25057,"Ġembar":25058,"Ġencontré":25059,"legs":25060,"Ġsegment":25061,"backs":25062,"iudad":25063,"Ġbreasts":25064,"Madame":25065,"ĠXVIII":25066,"Ġnortheastern":25067,"Ġcyclone":25068,"Entre":25069,"âĪĴ":25070,"Ġcómod":25071,"Brooklyn":25072,"ĠShanghai":25073,"GIN":25074,"WF":25075,"Ġbusted":25076,"Ġfences":25077,"alos":25078,"elles":25079,"ĠJae":25080,"ĠRaw":25081,"indle":25082,"Ġunseen":25083,"ĠKenny":25084,"Ġcuidad":25085,"Ġflute":25086,"!\".":25087,"Ġgrandchildren":25088,"ĠReverend":25089,"puppet":25090,"ĠQuick":25091,"Ġtreats":25092,"ĠMathem":25093,",--\"":25094,"ĠBillie":25095,"ĠTurtle":25096,"Ġmasa":25097,"ujah":25098,"Ġtortured":25099,"ĠHindus":25100,"Ġrumors":25101,"Playing":25102,"Ġfácilmente":25103,"Ġblossom":25104,"Ġdiscontin":25105,"ĠTunis":25106,"Ġpyramid":25107,"ĠPeabody":25108,"Ġrincón":25109,"Awards":25110,"Power":25111,"SEL":25112,"craw":25113,"iaba":25114,"Ġavenue":25115,"Ġboughs":25116,"Ġmashed":25117,"leta":25118,"Ġreigned":25119,"ĠSanto":25120,"ĠMol":25121,"ĠCore":25122,"ĠBenton":25123,"Ġsaves":25124,"ĠGam":25125,"ĠGREAT":25126,"ĠLucky":25127,"oho":25128,"óvil":25129,"ateful":25130,"Ġoverfl":25131,"itei":25132,"Ġwhereabouts":25133,"Ġdaybreak":25134,"ĠStay":25135,"cert":25136,"Ġmonuments":25137,"Ġseemingly":25138,"Ġlargas":25139,"Story":25140,"Ġtrio":25141,"Ġtribal":25142,"Ġcursed":25143,"ĠSeoul":25144,"Yours":25145,"prene":25146,"speak":25147,"Administr":25148,"2002":25149,"ĠWilhelm":25150,"ĠLiberty":25151,"Jonathan":25152,"Ġrehearsal":25153,"Ġhoofs":25154,"Ġmoustache":25155,"ĠBawly":25156,"AH":25157,"LAND":25158,"Mul":25159,"dler":25160,"vill":25161,"oult":25162,"Ġciencia":25163,"Ġbounds":25164,"adió":25165,"Ġataque":25166,"ĠHang":25167,"ĠPiper":25168,"Ġfrances":25169,"Ġplunge":25170,"ĠFro":25171,"nty":25172,"ĠJas":25173,"ĠRiley":25174,"Ġproceso":25175,"ugas":25176,"Ġglare":25177,"HEY":25178,"Ġsalen":25179,"Ġsubdu":25180,"atorio":25181,"ĠReyes":25182,"ĠAdrian":25183,"ĠSerge":25184,"Ġtemperatura":25185,"ĠSundays":25186,"ĠMovie":25187,"incinn":25188,"Ġclocks":25189,"casting":25190,"Ġconocimiento":25191,"winning":25192,"Ġexplosive":25193,"ĠBanks":25194,"Ġgroceries":25195,"mphony":25196,"Ġcompassion":25197,"Ġobserver":25198,"Attention":25199,"Ġpigeons":25200,"Ġmuseums":25201,"cub":25202,"lorn":25203,"yet":25204,"arás":25205,"ĠHigg":25206,"ámonos":25207,"Ġunanim":25208,"yson":25209,"Ġveras":25210,"Ġincluy":25211,"Ġrepay":25212,"Ġsquat":25213,"Ġcreator":25214,"ĠEdwards":25215,"Ġcornflakes":25216,"Ġpractise":25217,"Ġhallaba":25218,"ĠErn":25219,"Ġrevolt":25220,"Ġamigas":25221,"ĠGarcia":25222,"Ġfocuses":25223,"bidden":25224,"Ġtosses":25225,"Ġcansado":25226,"Ġgracia":25227,"ĠShiva":25228,"Ġregreso":25229,"Ġmultiplic":25230,"ĠEconomic":25231,"ĠWolverton":25232,"Human":25233,"Jump":25234,"kara":25235,"Ġaves":25236,"Ġbred":25237,"Ġbumps":25238,"ench":25239,"enburg":25240,"along":25241,"Ġangu":25242,"ilidades":25243,"Ġfrying":25244,"ĠDud":25245,"uevo":25246,"udged":25247,"izó":25248,"Ġwherein":25249,"Ġchug":25250,"ientemente":25251,"Ġdios":25252,"ĠZone":25253,"OND":25254,"Ġemphat":25255,"Ġcamión":25256,"ĠEnglishmen":25257,"ĠReady":25258,"ĠItalia":25259,"Ġprogrammes":25260,"Ġverdadera":25261,"ĠFinal":25262,"Ġrugged":25263,"Ġpitching":25264,"Ġrewarded":25265,"Ġdiagram":25266,"Ġmended":25267,"Ġpreceding":25268,"Ġcolleague":25269,"Ġórdenes":25270,"Possum":25271,"Ġflexible":25272,"Ġenforcement":25273,"SN":25274,"Summer":25275,"buck":25276,"cum":25277,"fair":25278,"football":25279,"kap":25280,"nings":25281,"scale":25282,"Ġcreen":25283,"usal":25284,"irlo":25285,"Ġrecl":25286,"otras":25287,"keley":25288,"ĠAgric":25289,"ÃŃj":25290,"Ġsof":25291,"Ġunbelievable":25292,"Ġespero":25293,"Ġappend":25294,"Ġvector":25295,"ĠAlz":25296,"Ġinduced":25297,"ĠSponge":25298,"Ġbuilds":25299,"conne":25300,"Reception":25301,"ĠsabÃŃas":25302,"ECA":25303,"Ġaccepting":25304,"Ġpescado":25305,"1990":25306,"ĠHeavy":25307,"Ġrecibido":25308,"Ġsunglasses":25309,"ĠpolÃŃtica":25310,"Ġadjacent":25311,"Ġtwentieth":25312,"ĠEskimo":25313,"ĠPreston":25314,"historic":25315,"Bell":25316,"Park":25317,"krit":25318,"Ġsittin":25319,"ĠAileen":25320,"ĠCott":25321,"ĠBrent":25322,"ieg":25323,"ĠPhileas":25324,"ĠDiamond":25325,"Ġshoo":25326,"Ġenjo":25327,"uren":25328,"izer":25329,"Ġcontroller":25330,"ipes":25331,"ĠInn":25332,"Ġslopes":25333,"Ġcolg":25334,"ĠAndorra":25335,"Ġmonks":25336,"rasp":25337,"jection":25338,"Ġcables":25339,"ĠAllies":25340,"Ġpleasing":25341,"Ġmarkers":25342,"Ġpublicity":25343,"ĠMcG":25344,"Ġportions":25345,"ĠWithin":25346,"Ġvictories":25347,"supp":25348,"oloca":25349,"Ġcubierta":25350,"Tenemos":25351,"Ġelementary":25352,"Ġcampaigns":25353,"Ġresidential":25354,"Louise":25355,"Ġcooperation":25356,"Ġtemprano":25357,"Ġwipes":25358,"ĠLarge":25359,"Ġdesgrac":25360,"Ġabolished":25361,"Ġcourtyard":25362,"Catch":25363,"Dimitra":25364,"aun":25365,"Ġgord":25366,"Ġdoings":25367,"ĠSke":25368,"ĠGol":25369,"ĠEVERY":25370,"Ġcomponents":25371,"ressidar":25372,"Ġrefusing":25373,"Ġgrandparents":25374,"ĠCarlo":25375,"odeon":25376,"Ġdebts":25377,"ĠExper":25378,"ĠBonny":25379,"Ġpiratas":25380,"ĠDelaware":25381,"Ġpreguntas":25382,"Ġtossing":25383,"Interest":25384,"Ġsniffing":25385,"Ġshrewd":25386,"Fig":25387,"bula":25388,"rams":25389,"splash":25390,"Ġslo":25391,"Ġpouch":25392,"Ġinfr":25393,"ĠSty":25394,"ĠMORE":25395,"ĠAuvergne":25396,"ĠCoss":25397,"ĠHwww":25398,"Ġsoaked":25399,"Ġplaza":25400,"ĠFloyd":25401,"peep":25402,"neas":25403,"psons":25404,"days":25405,"Ġlasting":25406,"Ġdeciding":25407,"Ġdiagon":25408,"ĠPrussia":25409,"ĠElena":25410,"Ġpayments":25411,"Ġfavorites":25412,"Ġremarkably":25413,"Ġviva":25414,"Ġgorro":25415,"momma":25416,"Ġhiccups":25417,"Ġmosque":25418,"Ġsueños":25419,"Ġmonarchy":25420,"Ġardilla":25421,"ĠClarissa":25422,"Ġjersey":25423,"ĠAunque":25424,"Ġarreglar":25425,"Ġknob":25426,"Ġefficiency":25427,"Boo":25428,"Más":25429,"Promise":25430,"millo":25431,"paint":25432,"tractor":25433,"vr":25434,"Ġdys":25435,"ĠPO":25436,"ĠGret":25437,"ĠJoo":25438,"Ġclump":25439,"Ġafore":25440,"ffs":25441,"avian":25442,"Ġadul":25443,"Ġletras":25444,"ipher":25445,"Ġentren":25446,"Ġrung":25447,"ĠAmericas":25448,"Ġsurge":25449,"Ġaquarium":25450,"Ġmodified":25451,"Ġspecialized":25452,"Ġpensé":25453,"Ġfuturo":25454,"Ġenemigos":25455,"Ġinstructor":25456,"Ġazules":25457,"Ġmáquina":25458,"opedia":25459,"Ġaccommodation":25460,"Ġresearcher":25461,"!_\"":25462,"Ġbriskly":25463,"ĠCurtis":25464,"'?\"":25465,"Aut":25466,"Swww":25467,"ovan":25468,"Ġbount":25469,"Ġdung":25470,"Ġpomp":25471,"leaf":25472,"import":25473,"Ġnana":25474,"Ġdew":25475,"ĠTween":25476,"ĠTrain":25477,"ĠSaul":25478,"ĠSiber":25479,"ĠAIDS":25480,"ĠBrett":25481,"Ġcance":25482,"ĠDaven":25483,"agles":25484,"Ġanytime":25485,"dee":25486,"Ġrails":25487,"Ġnightfall":25488,"Ġrunaway":25489,"tenÃŃa":25490,"ĠButler":25491,"Ġsubdiv":25492,"osaurs":25493,"Ġgrandmamma":25494,"ĠEli":25495,"ĠThatcher":25496,"withstanding":25497,"nett":25498,"Sean":25499,"Ġimagen":25500,"Tele":25501,"Ġcincuenta":25502,"ĠDistributed":25503,"Ġsmoothly":25504,"Ġimprovements":25505,"Feel":25506,"Ġjealousy":25507,"Ġfabulous":25508,"Ġachievements":25509,"ĠRepresentative":25510,"Ġencouragement":25511,"Radio":25512,"FT":25513,"Sho":25514,"base":25515,"cidos":25516,"gina":25517,"wet":25518,"anse":25519,"Ġnombr":25520,"ĠBwww":25521,"unció":25522,"Ġrisa":25523,"Ġvid":25524,"Ġenamor":25525,"Ġloading":25526,"Ġhandles":25527,"aved":25528,"unde":25529,"iban":25530,"ĠCanter":25531,"Ġjuicy":25532,"ĠMonica":25533,"largest":25534,"yeron":25535,"penny":25536,"ĠJaneiro":25537,"ĠHighland":25538,"ĠSchol":25539,"Jackie":25540,"Charlotte":25541,"criptions":25542,"ĠXVII":25543,"Philip":25544,"ĠAshley":25545,"Ġvariations":25546,"Consider":25547,"ĠSudan":25548,"Ġbattalion":25549,"olocaust":25550,"DA":25551,"LUK":25552,"finger":25553,"rants":25554,"sar":25555,"wreck":25556,"zig":25557,"Ġfus":25558,"anz":25559,"Ġlu":25560,"ativos":25561,"Ġnubes":25562,"Ġstunned":25563,"roads":25564,"ĠAvi":25565,"antry":25566,"ĠWitch":25567,"ĠRib":25568,"ĠEust":25569,"Ġgrades":25570,"Ġletra":25571,"ibuster":25572,"Ġsalida":25573,"Ġverdes":25574,"Ġsubtle":25575,"Ġsentada":25576,"Ġtrill":25577,"excellent":25578,"Ġcatalogue":25579,"Ġhalls":25580,"ĠGlou":25581,"Ġinterruption":25582,"Ġbumpy":25583,"Ġpsycho":25584,"ĠBrahm":25585,"ĠBOYS":25586,"animals":25587,"grandma":25588,"Ġrecovering":25589,"Ġplumas":25590,"ĠVeget":25591,"Ġdeclaration":25592,"ĠPalestine":25593,"ĠHeinrich":25594,"ĠHitchcock":25595,"Seg":25596,"bill":25597,"hama":25598,"erina":25599,"ĠIvy":25600,"sec":25601,"ĠBROW":25602,"antastic":25603,"ĠLiv":25604,"ĠRacing":25605,"éd":25606,"Ġunpack":25607,"Ġoverd":25608,"psst":25609,"Ġpocas":25610,"Ġshack":25611,"Ġshades":25612,"vents":25613,"Ġbarge":25614,"ĠPrinceton":25615,"vanni":25616,"ĠMalay":25617,"ĠPokémon":25618,"Ġpesc":25619,"GRUN":25620,"ĠChang":25621,"ĠHunting":25622,"Ġhedgehog":25623,"Ġdibujos":25624,"Ġcasualties":25625,"ĠBulgaria":25626,"ĠWagner":25627,"ĠVernon":25628,"Lar":25629,"Making":25630,"dess":25631,"nod":25632,"iceless":25633,"Ġfors":25634,"ĠMut":25635,"ĠAP":25636,"Ġgobern":25637,"antis":25638,"ĠDrive":25639,"ĠLey":25640,"ĠLIFE":25641,"ĠEmm":25642,"Ġmuertos":25643,"ĠKik":25644,"rens":25645,"Ġdiso":25646,"ĠInst":25647,"Ġpresente":25648,"Ġsurpass":25649,"cuént":25650,"Ġblocking":25651,"Ġdoubles":25652,"Ġtestify":25653,"Leo":25654,"ĠKenyon":25655,"Ġreconcil":25656,"ĠSanders":25657,"Ġespañoles":25658,"Ġgoverned":25659,"Ġdiplomat":25660,"Ġtercera":25661,"Darling":25662,"ĠLegislative":25663,"ĠPiedmont":25664,"Ġmerchandise":25665,"incinnati":25666,"Bomba":25667,"HO":25668,"camp":25669,"mile":25670,"Ġdye":25671,"atu":25672,"Ġdoble":25673,"ĠSet":25674,"ĠCésar":25675,"Ġlib":25676,"ulously":25677,"Ġshudder":25678,"ĠWilly":25679,"ĠLizzie":25680,"ĠFlo":25681,"odil":25682,"Ġpoker":25683,"bris":25684,"Ġeleventh":25685,"ibur":25686,"Ġsurm":25687,"Ġmetro":25688,"prit":25689,"Ġsalut":25690,"Ġrigging":25691,"Ġapag":25692,"bai":25693,"Ġmotors":25694,"Ġspecialist":25695,"Ġbaths":25696,"Ġcowboys":25697,"burst":25698,"Ġconsecut":25699,"Ġ1904":25700,"rifying":25701,"Ġsuspense":25702,"Ġadmirable":25703,"ĠSpaniard":25704,"Ġcorporation":25705,"Ġgraphics":25706,"ĠCarrots":25707,"iwi":25708,"hurst":25709,"ediately":25710,"ĠNestor":25711,"250":25712,"Aust":25713,"trans":25714,"Ġfoto":25715,"adder":25716,"ĠTroy":25717,"ĠSarthe":25718,"Ġsois":25719,"Ġcondom":25720,"ĠLope":25721,"ĠNegro":25722,"Ġunac":25723,"ĠOil":25724,"Ġblunt":25725,"Ġworkshop":25726,"Ġchup":25727,"Ġhelper":25728,"ailor":25729,"rette":25730,"Ġcharms":25731,"zzo":25732,"Ġinscription":25733,"Ġreleg":25734,"Ġstarved":25735,"Deep":25736,"Ġsuperintendent":25737,"Estás":25738,"Ġstretches":25739,"pulling":25740,"aphne":25741,"Ġsurveillance":25742,"Ġascended":25743,"Ġportrayed":25744,"ĠAlexandria":25745,"Ġmattress":25746,"ĠYugoslavia":25747,"Ġpreliminary":25748,"Bor":25749,"Ball":25750,"Dame":25751,"Funny":25752,"Guy":25753,"JAN":25754,"Wha":25755,"panda":25756,"asaki":25757,"ĠCIA":25758,"ĠBath":25759,"ĠBaba":25760,"Ġplural":25761,"Ġestación":25762,"Ġdisliked":25763,"ĠYun":25764,"ksw":25765,"Ġgloss":25766,"ĠAlad":25767,"Ġregained":25768,"venteen":25769,"Ġmispronounced":25770,"ĠProm":25771,"ĠCompton":25772,"Ġcolder":25773,"Ġrequests":25774,"Ġcomforted":25775,"Ġcombine":25776,"Francis":25777,"ĠKathy":25778,"Ġmaple":25779,"Ġwidth":25780,"ĠAnything":25781,"ĠJacques":25782,"Ġlifestyle":25783,"Ġchuckle":25784,"Ġdisturbance":25785,"ĠAttorney":25786,"Ġsubtropical":25787,"ĠCouncillor":25788,"Ġsimultaneously":25789,"WN":25790,"buy":25791,"caster":25792,"dance":25793,"lins":25794,"rone":25795,"tooth":25796,"Ġdura":25797,"isfe":25798,"Ġine":25799,"Ġinoc":25800,"verne":25801,"Ġnan":25802,"ARS":25803,"Ġrated":25804,"ĠDraft":25805,"ĠGuten":25806,"ĠRou":25807,"Ġelastic":25808,"Ġprobar":25809,"Ġgrunted":25810,"lave":25811,"ĠKemp":25812,"ĠVera":25813,"Ġveranda":25814,"Ġblacksmith":25815,"ĠChristine":25816,"Ġtuya":25817,"Ġsums":25818,"ĠManipur":25819,"Ġvalentine":25820,"ĠSteerforth":25821,"ĠHenri":25822,"Ġindication":25823,"ĠArabian":25824,"ĠWindsor":25825,"Ġconceived":25826,"Ġsecurely":25827,"ĠAquÃŃ":25828,"Ġcautious":25829,"ĠIndonesian":25830,"incorporated":25831,"Li":25832,"Pete":25833,"iÄĩ":25834,"lal":25835,"okey":25836,"ván":25837,"Ġlonesome":25838,"athy":25839,"ĠTAKE":25840,"Ġmemo":25841,"ĠMell":25842,"ĠHog":25843,"Ġjohn":25844,"igion":25845,"istinct":25846,"ĠGarth":25847,"ĠRES":25848,"Ġclaps":25849,"ĠKurt":25850,"Ġblouse":25851,"Ġdisadvant":25852,"obrec":25853,"Ġcountrymen":25854,"Ġladen":25855,"Ġhoisted":25856,"Ġoppose":25857,"ĠShop":25858,"Ġradius":25859,"Ġcondiciones":25860,"Ġtended":25861,"Ġbalanced":25862,"ĠMercedes":25863,"Ġponerse":25864,"Ġolive":25865,"dinosaur":25866,"Ġhabló":25867,"Ġcommerce":25868,"Ġantiqu":25869,"Patrick":25870,"Ġabsorb":25871,"ĠSAID":25872,"Ġdivertido":25873,"Earth":25874,"Found":25875,"Rhin":25876,"mol":25877,"sigh":25878,"till":25879,"Ġciv":25880,"Ġhavin":25881,"Ġhust":25882,"Ġhoop":25883,"lez":25884,"usky":25885,"Ġnoct":25886,"ooby":25887,"rilla":25888,"Ġsemic":25889,"ĠAgu":25890,"ĠCris":25891,"Ġshifts":25892,"ĠGwen":25893,"ĠLex":25894,"Ġelapsed":25895,"pecies":25896,"Ġarse":25897,"Ġgruñ":25898,"Ġfeo":25899,"Ġerase":25900,"bend":25901,"ĠStella":25902,"Ġimitation":25903,"Ġdisrupt":25904,"Ġshady":25905,"Ġrags":25906,"brings":25907,"Ġbotas":25908,"Ġchauffeur":25909,"Ġfins":25910,"grant":25911,"Ġdrows":25912,"Ġintest":25913,"Ġtapping":25914,"ĠHowe":25915,"Ġresponder":25916,"ĠQuieres":25917,"Ġsupernatural":25918,"Within":25919,"Ġsimplemente":25920,"Ġhubieran":25921,"Ġcorta":25922,"árcel":25923,"ĠSpeed":25924,"Ġrevés":25925,"ĠRamsey":25926,"Ġgrinning":25927,"ĠREALLY":25928,"ĠGibraltar":25929,"ĠVietnamese":25930,"Ġvicar":25931,"Ġfertile":25932,"Ġtierras":25933,"Ġoverwhelming":25934,"Ġbungalow":25935,"ĠNeptune":25936,"Ly":25937,"Tot":25938,"wal":25939,"andel":25940,"ĠCret":25941,"ielle":25942,"ifference":25943,"Ġthereof":25944,"Ġabused":25945,"ĠFuk":25946,"ĠEmin":25947,"Ġleopard":25948,"ografÃŃa":25949,"Ġfamoso":25950,"Ġahor":25951,"Ġintensity":25952,"ĠFlash":25953,"ĠSuz":25954,"ĠPhilos":25955,"Esa":25956,"Ġradiant":25957,"Ġnineteenth":25958,"ĠCricket":25959,"Ġfashionable":25960,"Ġwisely":25961,"Ġavoiding":25962,"ĠBuckingham":25963,"avera":25964,"ĠBreak":25965,"Ġadoption":25966,"million":25967,"Stephen":25968,"Ġvitam":25969,"Aunque":25970,"ĠRosalind":25971,"FO":25972,"Jay":25973,"Ġmumbles":25974,"Ġlining":25975,"Ġtopped":25976,"usch":25977,"Ġnube":25978,"sela":25979,"ĠBun":25980,"ĠBil":25981,"Ġlaz":25982,"ĠGry":25983,"ĠFen":25984,"apy":25985,"Ġtwigs":25986,"placing":25987,"Ġpref":25988,"ulls":25989,"Ġlaser":25990,"Ġentran":25991,"Ġnamely":25992,"yeong":25993,"Ġlighthouse":25994,"ĠAthen":25995,"ĠAdolf":25996,"ĠHercules":25997,"Ġhacerle":25998,"adoras":25999,"Ġknickers":26000,"Grace":26001,"telling":26002,"Ġvideoj":26003,"ĠMerrick":26004,"ophren":26005,"Ġpounding":26006,"ĠTrail":26007,"ĠJeffreys":26008,"Ġrejoicing":26009,"ĠArchbishop":26010,"ĠDirect":26011,"ĠSabes":26012,"ĠSherman":26013,"Ġarregl":26014,"Ġsoothing":26015,"Ġworshipped":26016,"Ġnoticias":26017,"ébée":26018,"Ġdiscouraged":26019,"Ġdwelt":26020,"GS":26021,"Gil":26022,"zón":26023,"Ġwah":26024,"Ġcaterpillars":26025,"Ġbould":26026,"Ġpico":26027,"question":26028,"istant":26029,"ĠRoute":26030,"izophren":26031,"deck":26032,"Ġnighttime":26033,"Ġdistressed":26034,"Ġconsumed":26035,"ĠDeedee":26036,"Ġskunk":26037,"Ġdares":26038,"Ġindirect":26039,"Ġsquashed":26040,"Ġprimeras":26041,"Ġillumin":26042,"ĠAbby":26043,"Ġquedarse":26044,"ĠPolicy":26045,"Ġjudging":26046,"Ġaffili":26047,"Ġinquire":26048,"Ġattractions":26049,"ĠDelta":26050,"WHY":26051,"Political":26052,"ĠBaden":26053,"ATIONS":26054,"ĠJenkins":26055,"Ġradiator":26056,"CDP":26057,"ACE":26058,"Gonna":26059,"Ing":26060,"JAS":26061,"Tech":26062,"cmon":26063,"Ġaisle":26064,"Ġcrank":26065,"Ġpuss":26066,"oros":26067,"Ġonward":26068,"Ġstung":26069,"Ġnoticia":26070,"ĠWHEN":26071,"ĠGoth":26072,"ĠLag":26073,"astructure":26074,"Ġarter":26075,"ĠKel":26076,"hyllis":26077,"plin":26078,"Ġmoaning":26079,"ĠStodd":26080,"Ġsermon":26081,"Ġshowers":26082,"Ġ360":26083,"ĠAlgunos":26084,"Ġswollen":26085,"Ġmomentum":26086,"Ġinstruct":26087,"Ġengra":26088,"150":26089,"Ġdemanding":26090,"Ġyouthful":26091,"Ġ1902":26092,"Ġnervously":26093,"Ġpantry":26094,"ĠCatholics":26095,"Ġpierna":26096,"Ġseda":26097,"Ġspectacle":26098,"Ġappealed":26099,"Ġmanufactured":26100,"Ġmasts":26101,"Ġregresó":26102,"Angel":26103,"ĠCarey":26104,"àŃĩ":26105,"ĠRoche":26106,"ĠSnake":26107,"Ġphenomenon":26108,"Ġwrinkled":26109,"ĠMozart":26110,"ĠKendall":26111,"DR":26112,"Lake":26113,"Pot":26114,"dÃŃ":26115,"nical":26116,"vre":26117,"inco":26118,"hak":26119,"Ġheaps":26120,"Ġnost":26121,"stown":26122,"ĠCour":26123,"ĠPoo":26124,"ĠPretty":26125,"Ġhadas":26126,"ĠNoddy":26127,"ĠED":26128,"Ġguides":26129,"deep":26130,"Ġmonos":26131,"azul":26132,"aldas":26133,"Ġobjections":26134,"Ġllegaba":26135,"iestos":26136,"Ġspends":26137,"Además":26138,"ĠTimothy":26139,"Ġduo":26140,"Ġlodging":26141,"Ġdominated":26142,"Ġcalculations":26143,"partement":26144,"Paris":26145,"ĠDefence":26146,"ĠAlberto":26147,"Ġmezcl":26148,"GRANDMOTHER":26149,"Ġmilkshake":26150,"-_":26151,"hook":26152,"mÃŃa":26153,"normal":26154,"ration":26155,"Ġpue":26156,"Ġláp":26157,"ĠBak":26158,"Ġquiera":26159,"above":26160,"ĠPeg":26161,"ĠFay":26162,"ĠRory":26163,"Ġpeaches":26164,"ĠVes":26165,"ĠYEAR":26166,"Ġentero":26167,"Ġmarin":26168,"Ġcasos":26169,"Ġsket":26170,"Stud":26171,"Ġedited":26172,"ĠLaf":26173,"ĠParÃŃs":26174,"Ġescapes":26175,"Ġsaco":26176,"Estamos":26177,"Ġtorrent":26178,"ettes":26179,"Ġ1898":26180,"Ġ1899":26181,"Ġcircumstance":26182,"Ġrodillas":26183,"ética":26184,"Ġflooding":26185,"slide":26186,"Ġgravit":26187,"ĠBruin":26188,"cheeky":26189,"Ġproclaimed":26190,"Ġcompensation":26191,"Ġalkali":26192,"labial":26193,"ĠTesco":26194,"Ġunsuccessful":26195,"Ġpredecess":26196,"Bal":26197,"Bast":26198,"Gro":26199,"Oi":26200,"Rest":26201,"spl":26202,"witz":26203,"Ġfoster":26204,"levant":26205,"ĠSep":26206,"ĠWhis":26207,"Ġoutstretched":26208,"ĠGri":26209,"rys":26210,"idered":26211,"Ġpeer":26212,"IGN":26213,"urel":26214,"Ġcarga":26215,"Ġpoca":26216,"ensional":26217,"Ġflore":26218,"Ġtrauma":26219,"Incl":26220,"ibald":26221,"ĠAlready":26222,"ginning":26223,"Ġhairdress":26224,"Ġvisita":26225,"Ġdestino":26226,"Ġdejaron":26227,"Ġweights":26228,"Ġmasks":26229,"Ġarranging":26230,"ĠRecord":26231,"Ġlacking":26232,"Ġintending":26233,"hantom":26234,"Secret":26235,"Ġgrease":26236,"Ġmuffins":26237,"Ġunexpectedly":26238,"ĠCzechos":26239,"Ġbridle":26240,"Fifteen":26241,"Ġuncertainty":26242,"ĠIndependent":26243,"Ġrestrictions":26244,"ĠBridget":26245,"Ġgeometry":26246,"ittees":26247,"ĠBaghdad":26248,"Lev":26249,"Ram":26250,"Scientists":26251,"rucción":26252,"ĠCHILD":26253,"Ġfists":26254,"Ġfusion":26255,"Ġpater":26256,"imag":26257,"Ġdejo":26258,"Ġforlorn":26259,"iths":26260,"Ġwhoops":26261,"ifier":26262,"Ġrushes":26263,"ulin":26264,"ĠReddy":26265,"Ġunincorporated":26266,"ranium":26267,"Ġcomprom":26268,"Ġslices":26269,"Ġobtener":26270,"ĠElaine":26271,"Ġfrontier":26272,"Ġplead":26273,"flix":26274,"Ġdeton":26275,"Ġnorthward":26276,"ĠProductions":26277,"Ġrainfall":26278,"Ġkiló":26279,"Ġtempting":26280,"Ġreunion":26281,"animal":26282,"ĠElephant":26283,"ĠGutenberg":26284,"Different":26285,"itics":26286,"Ġdy":26287,"Ġpisc":26288,"Ġhecha":26289,"oser":26290,"Ġstrolled":26291,"ĠAGAIN":26292,"ATED":26293,"thren":26294,"nae":26295,"Ġplas":26296,"ĠFri":26297,"ĠEisen":26298,"pere":26299,"peanut":26300,"ĠOoh":26301,"ĠStubby":26302,"Ġdisorders":26303,"Ġmostrar":26304,"Ġimpet":26305,"Ġasserted":26306,"ĠCommer":26307,"atorial":26308,"colors":26309,"Ġnorthwestern":26310,"ĠTOO":26311,"Ġbelongings":26312,"ĠCohen":26313,"Ġeastward":26314,"Ġjoyful":26315,"Ġ1865":26316,"Ġsorely":26317,"enesis":26318,"Understand":26319,"drinking":26320,"Ġberth":26321,"Ġmornin":26322,"Barry":26323,"Joy":26324,"Ġcie":26325,"isine":26326,"eded":26327,"arro":26328,"Ġgel":26329,"ĠSout":26330,"andin":26331,"store":26332,"Ġanunci":26333,"ĠCove":26334,"Ġneuro":26335,"ĠDow":26336,"emin":26337,"Ġspa":26338,"Ġtrineo":26339,"Ġneeding":26340,"Ġchops":26341,"ocus":26342,"Ġchambers":26343,"Ġrealizing":26344,"Ġwarmed":26345,"Ġrelación":26346,"Ġcabra":26347,"Ġsteed":26348,"Ġsolos":26349,"ĠCarla":26350,"iempo":26351,"Ġstepmother":26352,"Ġstarfish":26353,"Ġgenial":26354,"changed":26355,"Ġroofs":26356,"Ġremoval":26357,"Ġ1863":26358,"Ġimmortal":26359,"ĠCornelia":26360,"Ġnació":26361,"Ġconfidential":26362,"ĠGallery":26363,"Ġsacrificed":26364,"Ġilumin":26365,"Ġvarying":26366,"ĠExplorer":26367,"Ġchromos":26368,"Princess":26369,"Ġocurrido":26370,"Ġoceans":26371,"Ġflannel":26372,"!)":26373,"Amb":26374,"Sort":26375,"Ġwizard":26376,"Ġcork":26377,"ithium":26378,"send":26379,"Ġwithdrawn":26380,"ources":26381,"Ġplunder":26382,"astre":26383,"ĠKn":26384,"ĠKling":26385,"Ġcomport":26386,"úho":26387,"ĠAnimal":26388,"Ġcastles":26389,"Ġextraña":26390,"Comté":26391,"ĠChinaman":26392,"Ġmascul":26393,"Ġborde":26394,"Ġgymnast":26395,"Ġincorrect":26396,"Ġcustard":26397,"Ġfulfilled":26398,"Ġparedes":26399,"ĠGIRLS":26400,"Living":26401,"Sports":26402,"TIN":26403,"Trying":26404,"Vill":26405,"dings":26406,"fox":26407,"function":26408,"mumbles":26409,"vice":26410,"words":26411,"oudy":26412,"ĠSV":26413,"ĠPER":26414,"ĠLiga":26415,"ĠEduc":26416,"Ġbypass":26417,"Ġexcell":26418,"Ġthinkin":26419,"ickory":26420,"Ġhandwriting":26421,"Ġadjoining":26422,"Ġdisability":26423,"Ġcontamin":26424,"Ġyearly":26425,"Ġchronic":26426,"ĠShel":26427,"Ġbotella":26428,"babies":26429,"Ġphosph":26430,"Ġgranddaughter":26431,"Ġtemer":26432,"Ġpublish":26433,"Ġinformación":26434,"Ġstraighten":26435,"Ġwhisky":26436,"Ġrespective":26437,"spaghetti":26438,"Ġratones":26439,"ĠArena":26440,"Ġwhistles":26441,"Ġpermanently":26442,"Ġplatforms":26443,"Forty":26444,"Ġcongratulate":26445,"Ġrestricted":26446,"Ġboiler":26447,"Ġlingered":26448,"Ġwaffles":26449,"ĠPLAYING":26450,"Ġkarate":26451,"ĠMundial":26452,"Margaret":26453,"HS":26454,"bility":26455,"Ġsurname":26456,"Ġfian":26457,"Ġgains":26458,"ĠIstanbul":26459,"Ġrehab":26460,"Ġnacional":26461,"abelle":26462,"ĠPack":26463,"emat":26464,"ĠGrange":26465,"ández":26466,"Ġmanages":26467,"izada":26468,"ĠYORK":26469,"vester":26470,"Ġspeck":26471,"ĠBras":26472,"Ġprescription":26473,"ajá":26474,"Ġcleans":26475,"Ġdaft":26476,"cuatro":26477,"Ġpretzel":26478,"Ġcurso":26479,"blank":26480,"Ġsquirt":26481,"ĠForrest":26482,"Anthony":26483,"ĠMann":26484,"ĠBenny":26485,"Ġdisappoint":26486,"ĠMarket":26487,"Ġtrusting":26488,"Ġdiscussions":26489,"Ġtights":26490,"Ġ1896":26491,"Ġvegetation":26492,"ĠPlanet":26493,"Quickly":26494,"ĠBlair":26495,"Ġsyllable":26496,"';":26497,"Dark":26498,"Hans":26499,"Mass":26500,"vado":26501,"itaine":26502,"arca":26503,"Ġonwards":26504,"ooo":26505,"section":26506,"stage":26507,"ĠCincinnati":26508,"Ġlily":26509,"Ġwhither":26510,"ĠWord":26511,"inders":26512,"Ġcocon":26513,"Ġinterrump":26514,"Ġrefuses":26515,"plend":26516,"ĠElite":26517,"Ġtemor":26518,"Ġzorro":26519,"archy":26520,"ijah":26521,"ĠSomeone":26522,"safe":26523,"Ġhostages":26524,"control":26525,"ĠtendrÃŃa":26526,"Ġmotorway":26527,"Ġtricked":26528,"Ġplatos":26529,"IVB":26530,"Ġexpressing":26531,"Ġcayeron":26532,"Ġmantle":26533,"Benjamin":26534,"Indian":26535,"ça":26536,"Into":26537,"Ġobedient":26538,"Ġsiblings":26539,"CHOOL":26540,"Ġgiraffes":26541,"KEL":26542,"Pra":26543,"Russian":26544,"Usted":26545,"tat":26546,"tta":26547,"ouf":26548,"Ġparson":26549,"adian":26550,"owards":26551,"kerel":26552,"ĠMás":26553,"ĠBowser":26554,"Ġrook":26555,"ĠWyn":26556,"ĠLakes":26557,"ĠNut":26558,"ád":26559,"cius":26560,"uckoo":26561,"Ġcuarenta":26562,"Ġhappiest":26563,"gogne":26564,"Inside":26565,"grad":26566,"Ġvender":26567,"Ġcharco":26568,"Ġsaloon":26569,"Ġtremble":26570,"eyore":26571,"Ġlocally":26572,"uyu":26573,"ĠMcGregor":26574,"ĠShay":26575,"Ġdefeating":26576,"Ġassociations":26577,"ĠEveryone":26578,"Ġbolts":26579,"Ġprogressive":26580,"ĠUNDER":26581,"ĠSidney":26582,"ĠGuerra":26583,"Buenas":26584,"ĠBenedict":26585,"Sophie":26586,"cousin":26587,"tad":26588,"ystem":26589,"Ãĵ":26590,"Ġater":26591,"Ġduke":26592,"ĠSonia":26593,"Ġsobs":26594,"Ġoral":26595,"ĠNorton":26596,"Ġ''":26597,"hmen":26598,"ipel":26599,"ector":26600,"guien":26601,"Ġtrainer":26602,"Ġcurl":26603,"Ġpromot":26604,"Ġdivulg":26605,"Ġpostbox":26606,"ĠItalians":26607,"Ġapartments":26608,"Plan":26609,"Ġowls":26610,"Franche":26611,"ères":26612,"Ġ1888":26613,"Ġqualify":26614,"Ġfolding":26615,"ĠCHAR":26616,"ĠBirthday":26617,"Ġsneezes":26618,"Ġrattled":26619,"Ġastronaut":26620,"Ġfirme":26621,"José":26622,"Ġserpiente":26623,"ĠLiterature":26624,"Ġgrasping":26625,"Wanna":26626,"cade":26627,"aru":26628,"ĠIike":26629,"ethe":26630,"ĠSite":26631,"ĠPala":26632,"Ġplight":26633,"Ġbeforehand":26634,"Ġbotbot":26635,"Ġleagues":26636,"Ġmetap":26637,"ĠDeclar":26638,"Ġdinners":26639,"arlic":26640,"Ġhotter":26641,"umbent":26642,"ĠChap":26643,"AhÃŃ":26644,"ĠCarrie":26645,"Ġpalms":26646,"Ġequations":26647,"boro":26648,"Ġgeneralmente":26649,"ĠRepública":26650,"ĠEstoy":26651,"Ġsmelled":26652,"Ġfreshwater":26653,"Ġnotebook":26654,"Ġfaculty":26655,"Ġdescending":26656,"ĠPoppy":26657,"Ġtusks":26658,"ĠBirds":26659,"ĠTenÃŃa":26660,"Ġimitate":26661,"Ġovejas":26662,"Ġsacrifices":26663,"ĠAnimation":26664,"ĠSebastian":26665,"formance":26666,"ĠProofreading":26667,"Bessie":26668,"DAY":26669,"Further":26670,"Hall":26671,"usters":26672,"Ġnido":26673,"ĠThan":26674,"ĠTable":26675,"chip":26676,"ĠCaterpillar":26677,"thor":26678,"Ġriches":26679,"ppie":26680,"Ġclases":26681,"earing":26682,"placed":26683,"Ġdesn":26684,"azi":26685,"Ġswan":26686,"Ġlargos":26687,"ésa":26688,"ĠBertr":26689,"ĠBerkeley":26690,"ĠiOS":26691,"Ġsighted":26692,"Ġvivos":26693,"Ġseguido":26694,"ĠITV":26695,"Ġfashioned":26696,"Ġweekends":26697,"Ġaxi":26698,"Ġespañola":26699,"Ġsummary":26700,"Ġwhirled":26701,"Ġblancos":26702,"Ġtreacherous":26703,"05":26704,"Cass":26705,"Ja":26706,"Lor":26707,"NEW":26708,"Pig":26709,"Pierre":26710,"bons":26711,"raron":26712,"Ġlime":26713,"Ġluchar":26714,"Ġeaster":26715,"Ġislas":26716,"acial":26717,"ĠCAP":26718,"ĠBam":26719,"ĠHak":26720,"ĠPens":26721,"ĠJO":26722,"Ġboing":26723,"Ġbrandy":26724,"beads":26725,"Ġpollo":26726,"ĠStre":26727,"dead":26728,"ĠChicken":26729,"Ġglor":26730,"Ġpresenting":26731,"Ġtransparent":26732,"ĠEsc":26733,"Ġdevelopments":26734,"ĠTré":26735,"ĠTHRO":26736,"Ġhostess":26737,"Ġfooling":26738,"Ġrisky":26739,"Brad":26740,"Ġsuspects":26741,"Ġcubs":26742,"ĠChancellor":26743,"ĠMarshal":26744,"ĠPersians":26745,"SSS":26746,"ĠTrip":26747,"Ġribbit":26748,"ĠCaball":26749,"ĠCabinet":26750,"ĠKnights":26751,"ĠBourgogne":26752,"Ġrigid":26753,"ĠPEOPLE":26754,"iazza":26755,"güenza":26756,"WITH":26757,"agh":26758,"dong":26759,"inqu":26760,"ref":26761,"Ġbamboo":26762,"irting":26763,"Ġdoggies":26764,"ĠTory":26765,"ĠTRI":26766,"ĠShane":26767,"ĠSesame":26768,"ĠMow":26769,"Ġka":26770,"ĠCunning":26771,"Ġliable":26772,"ĠGRA":26773,"ĠFuj":26774,"agre":26775,"airplane":26776,"Ġvea":26777,"idental":26778,"aji":26779,"ambia":26780,"Ġsolutions":26781,"ĠBlunt":26782,"Ġ900":26783,"ĠReginald":26784,"ursos":26785,"Enter":26786,"Ġprotector":26787,"ĠMarks":26788,"Ġbisiestos":26789,"ĠMEAN":26790,"CAA":26791,"Ġemployers":26792,"cóg":26793,"Ġweighing":26794,"Ġvocals":26795,"ástico":26796,"Ġdesayuno":26797,"iveness":26798,"Ġwholesome":26799,"Ġjurisd":26800,"GIRL":26801,"Hop":26802,"gat":26803,"Ġdens":26804,"Ġbein":26805,"adad":26806,"anders":26807,"ĠBooth":26808,"Ġcomfy":26809,"odor":26810,"berger":26811,"Ġspine":26812,"Ġrocas":26813,"ahboo":26814,"click":26815,"Ġpopulous":26816,"Ġcerd":26817,"Whenever":26818,"Ġbarcos":26819,"Ġdepot":26820,"Ġextensión":26821,"ĠForbes":26822,"ĠMao":26823,"Ġreasonably":26824,"ĠPlant":26825,"ĠSwan":26826,"Ġsnoring":26827,"washing":26828,"Ġstripe":26829,"Ġcaptives":26830,"Ġgallo":26831,"profit":26832,"Ġattendant":26833,"Ġinnumer":26834,"Ġshrubs":26835,"ĠMarsh":26836,"Ġlambs":26837,"foundland":26838,"Ġpiensa":26839,"Population":26840,"Ġsqueaky":26841,"Ġresearchers":26842,"Ġimprisonment":26843,"Ġeruption":26844,"Ġdreary":26845,"'--":26846,"Dos":26847,"Lock":26848,"Vi":26849,"gence":26850,"jada":26851,"wain":26852,"inus":26853,"Ġlonel":26854,"Ġinútil":26855,"ĠCran":26856,"ĠBod":26857,"ummhm":26858,"Ġrue":26859,"istes":26860,"ĠFoot":26861,"ĠJip":26862,"áng":26863,"Ġexclamó":26864,"Ġjustify":26865,"ĠOblast":26866,"Ġspur":26867,"lair":26868,"Ġdialogue":26869,"boing":26870,"comp":26871,"ĠDebby":26872,"Ġmuscular":26873,"zebra":26874,"Ġplea":26875,"ĠiPhone":26876,"Ġmami":26877,"Ġsandbox":26878,"Ġbanco":26879,"ĠStein":26880,"Ġfuertes":26881,"ĠWinifred":26882,"Ġflowering":26883,"Maisie":26884,"Ġunders":26885,"ĠGreenland":26886,"Ġúltimos":26887,"Ġdisappearing":26888,"Ġcommissioned":26889,"ĠlÃŃqu":26890,"Raymond":26891,"crayons":26892,"ĠFalcon":26893,"ĠBarker":26894,"Ġapparatus":26895,"Ġsubdued":26896,"Ak":26897,"Cab":26898,"gamos":26899,"î":26900,"educ":26901,"omical":26902,"ĠSection":26903,"ĠMavis":26904,"allic":26905,"ĠBax":26906,"Ġjim":26907,"Ġark":26908,"Ġpoking":26909,"Ġacción":26910,"undos":26911,"ĠThousand":26912,"cuidado":26913,"Ġintercourse":26914,"ĠPrison":26915,"Ġzinc":26916,"Ġradar":26917,"Ġaviation":26918,"Ġinvested":26919,"LACK":26920,"Ġsocialist":26921,"Ġcuriosidad":26922,"ĠSymphony":26923,"Ġterritorio":26924,"Ġtraveller":26925,"Ġmeasurements":26926,"Ġrejoice":26927,"Ġgrieved":26928,"Ġtechnically":26929,"acieux":26930,"Friends":26931,"ÃŃficos":26932,"Ġbarracks":26933,"Ġarbust":26934,".âĢĭ":26935,"Jud":26936,"nick":26937,"serv":26938,"Ġsillas":26939,"Ġost":26940,"Ġolas":26941,"Ġfis":26942,"Ġfrol":26943,"Ġgab":26944,"usi":26945,"idencia":26946,"ĠSN":26947,"ĠAshe":26948,"Ġascertain":26949,"ĠFL":26950,"ĠRandy":26951,"Ġflowed":26952,"Ġmencion":26953,"Ġsoundtrack":26954,"ciales":26955,"Ġfirefighter":26956,"TEL":26957,"Ġpopping":26958,"Ġrefle":26959,"Third":26960,"Ġcollision":26961,"Ġpleas":26962,"Ġcalam":26963,"Ġdiscount":26964,"Ġhacerse":26965,"Meet":26966,"Ġcastig":26967,"ĠMeitei":26968,"Ġfills":26969,"Ġviewers":26970,"âĮĭ,":26971,"Ġphotograp":26972,"Ġfrightening":26973,"Ġconsejo":26974,"Amanda":26975,"Ġlibras":26976,"är":26977,"screaming":26978,"ĠStudio":26979,"Ġteenage":26980,"nolds":26981,"Transport":26982,"ĠRapid":26983,"Ġexternos":26984,"Gaz":26985,"Mia":26986,"RS":26987,"WHERE":26988,"cH":26989,"dada":26990,"either":26991,"prop":26992,"tre":26993,"Ġaims":26994,"Ġcue":26995,"itió":26996,"Ġgait":26997,"etto":26998,"Ġbeaker":26999,"Ġnets":27000,"ribbit":27001,"Ġcanciones":27002,"ÃŃto":27003,"Ġenlight":27004,"Ġexult":27005,"ferent":27006,"Ġafloat":27007,"hoon":27008,"Ġcomponent":27009,"undy":27010,"whoosh":27011,"Ġwaits":27012,"ĠElsie":27013,"Ġinstal":27014,"Ġwinters":27015,"ENS":27016,"Ġadmiring":27017,"ĠTrot":27018,"Ġjugamos":27019,"Dadda":27020,"Ġyouths":27021,"Ġmissionary":27022,"Ġstrode":27023,"Ġaerob":27024,"Ġviruses":27025,"Ġcadena":27026,"Ġbruised":27027,"Ġconsumer":27028,"Silence":27029,"ĠBosnia":27030,"ĠShock":27031,"Lleg":27032,"Wed":27033,"xy":27034,"zhoo":27035,"erh":27036,"Ġdairy":27037,"Ġping":27038,"Ġhack":27039,"ĠThy":27040,"ĠCode":27041,"ĠBET":27042,"Ġlapt":27043,"Ġabortion":27044,"Ġcomics":27045,"óse":27046,"Ġexisten":27047,"loading":27048,"ools":27049,"Ġtraits":27050,"Ġmonte":27051,"ĠMarilla":27052,"Ġfunción":27053,"ĠArcher":27054,"Ġ1850":27055,"Ġdais":27056,"ĠSpart":27057,"Ġpatriot":27058,"Ġexpectation":27059,"ĠAugustus":27060,"Ġsneaking":27061,"Ġvengan":27062,"ĠMead":27063,"RED":27064,"Ġhonesty":27065,"ĠRosen":27066,"Ġdismal":27067,"Ġtrabajando":27068,"Ġsalvation":27069,"ĠConfederates":27070,"Ġaccordance":27071,"Central":27072,"ĠMethod":27073,"Ġdoctrine":27074,"ĠNickelodeon":27075,"Sel":27076,"inor":27077,"Ġbiog":27078,"itivo":27079,"Ġhilar":27080,"ĠTinky":27081,"ĠMull":27082,"ĠCemetery":27083,"ĠDS":27084,"ĠFris":27085,"indic":27086,"Ġstillness":27087,"ĠChick":27088,"awoh":27089,"Ġgreenhouse":27090,"Ġirresist":27091,"Ġpodrá":27092,"ĠTok":27093,"ĠDover":27094,"Ġbesie":27095,"LEY":27096,"Ġhorseshoe":27097,"Ġphotography":27098,"Ġtournaments":27099,"ĠWinston":27100,"ĠAirways":27101,"ĠSimpsons":27102,"elligence":27103,"ĠPeterson":27104,"ĠBrock":27105,"Ġsoberly":27106,"Ġprettier":27107,"Ġprevailed":27108,"Ġmanufacturer":27109,"Ġpreciso":27110,"ĠAchilles":27111,"ĠAdelaide":27112,"')":27113,"buh":27114,"tower":27115,"Ġtrench":27116,"Ġweighs":27117,"chus":27118,"antically":27119,"ĠProg":27120,"ĠNadu":27121,"iage":27122,"Ġbrat":27123,"ĠUg":27124,"manuel":27125,"obed":27126,"Ġbuoy":27127,"ĠDeer":27128,"flu":27129,"Ġllegada":27130,"Ġembro":27131,"space":27132,"Ġtapa":27133,"Ġcorto":27134,"Ġmelon":27135,"Ġheavenly":27136,"Ġ1889":27137,"Ġimmunity":27138,"Ġcommunes":27139,"Ġconducting":27140,"Ġdiversas":27141,"ĠLOVE":27142,"Ġquizás":27143,"ĠLauren":27144,"Ġedificio":27145,"ĠWheeler":27146,"Ian":27147,"RIGHT":27148,"UC":27149,"Wood":27150,"fig":27151,"hub":27152,"Ġtink":27153,"anter":27154,"ĠTales":27155,"ĠScha":27156,"ĠSlav":27157,"andante":27158,"ĠMoney":27159,"ĠAren":27160,"ĠCora":27161,"ĠGrove":27162,"Ġexistencia":27163,"Ġmozo":27164,"Ġadequ":27165,"athers":27166,"ĠStanton":27167,"closure":27168,"Ġpolvo":27169,"Ġkneel":27170,"Ġpopulated":27171,"Ġexclaim":27172,"ikh":27173,"ELY":27174,"Ġevapor":27175,"ĠApost":27176,"Ġdivid":27177,"Ġpiggie":27178,"ĠShadow":27179,"Ġbrightest":27180,"isticated":27181,"Ġ1886":27182,"Ġterrorists":27183,"Ġmeasurement":27184,"Ġdescubierto":27185,"ĠBolivia":27186,"poonful":27187,"Ġathletics":27188,"breathing":27189,"Ġecst":27190,"ĠDIDN":27191,"Ġpróxima":27192,"Ġlegitimate":27193,"ahboozhoo":27194,"Glo":27195,"TW":27196,"Tha":27197,"Tigger":27198,"_--":27199,"ei":27200,"kids":27201,"sch":27202,"Ġdual":27203,"Ġreds":27204,"river":27205,"ĠTina":27206,"ĠCic":27207,"opold":27208,"ĠDana":27209,"Ġmyst":27210,"Ġbrot":27211,"ĠStark":27212,"Ġcommence":27213,"Ġskil":27214,"Ġcentres":27215,"ĠZim":27216,"Ġintri":27217,"Ġmermaid":27218,"Together":27219,"ĠGoing":27220,"Ġadmission":27221,"Ġfuiste":27222,"Ġdebemos":27223,"Ġenviar":27224,"Ġpeacefully":27225,"bolt":27226,"ĠNetflix":27227,"Ġacquire":27228,"Ġbedrooms":27229,"Ġboda":27230,"Ġpinta":27231,"Ġestudiantes":27232,"1980":27233,"Against":27234,"Ġlunar":27235,"Ġexhibited":27236,"Ġgraphic":27237,"Ġbrigade":27238,"Ġvocabulary":27239,"Ġsulfur":27240,"ĠDigital":27241,"Ġmarvelous":27242,"Ġnegros":27243,"Ġnominee":27244,"ĠDhaka":27245,"Away":27246,"Fu":27247,"JUST":27248,"rtle":27249,"riding":27250,"ischer":27251,"Ġstating":27252,"ĠAPP":27253,"Ġasist":27254,"ĠDisc":27255,"Ġmanagers":27256,"Ġspat":27257,"Ġovertake":27258,"Ġbelts":27259,"Ġcommotion":27260,"ĠAssy":27261,"Ġmedios":27262,"Ġcorona":27263,"ĠCarly":27264,"Ġstrait":27265,"ennium":27266,"Ġponiendo":27267,"ĠNeed":27268,"OKAY":27269,"Ġcerebro":27270,"Ġheathen":27271,"ĠMaxwell":27272,"ĠContest":27273,"Ġhomesick":27274,"almat":27275,"ĠFerdinand":27276,"Ġprospects":27277,"Ġacercar":27278,"Ġcultivated":27279,"Ġsplashed":27280,"Wonderful":27281,"Ġcucumber":27282,"Ġproporcion":27283,"Gone":27284,"Haz":27285,"NOT":27286,"Tem":27287,"bay":27288,"cute":27289,"iques":27290,"Ġbaw":27291,"Ġdine":27292,"Ġhechos":27293,"ĠTiny":27294,"ĠTressidar":27295,"ĠSoul":27296,"Ġjes":27297,"ĠPast":27298,"Ġvener":27299,"ĠGö":27300,"ĠFIN":27301,"ĠHee":27302,"ñado":27303,"govern":27304,"Ġexpose":27305,"menos":27306,"bbled":27307,"Ġpropeller":27308,"Ġilleg":27309,"ĠTeresa":27310,"Ġtracking":27311,"Ġgranja":27312,"Seeing":27313,"ĠBlackbeard":27314,"ĠAntoine":27315,"Ġthicket":27316,"ascal":27317,"Ġbuckets":27318,"Ġmysteries":27319,"codile":27320,"Ġelevated":27321,"ĠNicky":27322,"Ġconflicts":27323,"àŃį":27324,"Ġtarea":27325,"ĠSoccer":27326,"olithic":27327,"Luke":27328,"Meg":27329,"hits":27330,"à¨":27331,"Ġmint":27332,"Ġfic":27333,"entric":27334,"Ġdove":27335,"ithmetic":27336,"Ġveng":27337,"ulia":27338,"ĠDever":27339,"Ġshiver":27340,"ĠLess":27341,"nton":27342,"oneys":27343,"Ġtrades":27344,"neck":27345,"Ġcompromise":27346,"Ġconsigu":27347,"MAS":27348,"Ġsalam":27349,"forma":27350,"ĠGround":27351,"ricos":27352,"Ġcamis":27353,"Ġbattered":27354,"Ġdiscretion":27355,"Ġviejos":27356,"Espera":27357,"ĠMyster":27358,"ĠCoal":27359,"Ġgarg":27360,"Ġeconomist":27361,"Ġopposing":27362,"ĠHammond":27363,"between":27364,"gli":27365,"Ġgoalkeeper":27366,"Ġamarilla":27367,"Ġenseñar":27368,"Ġnavigation":27369,"Ġmuffled":27370,"Ġstormy":27371,"Ġhazard":27372,"Ġscraping":27373,"Ġcumplir":27374,"Ġgaily":27375,"Ġinjection":27376,"Dunno":27377,"Ġshoelace":27378,"Lyn":27379,"Mount":27380,"cific":27381,"follow":27382,"gave":27383,"asia":27384,"verde":27385,"Ġstif":27386,"Ġdole":27387,"ĠMmm":27388,"ĠBast":27389,"ĠrÃŃos":27390,"ÃŃble":27391,"Ġsobres":27392,"ĠFIVB":27393,"cared":27394,"Ġagg":27395,"ĠKil":27396,"Ġcuantos":27397,"Ġacto":27398,"ĠAndroid":27399,"Ġrecruit":27400,"Ġdiablo":27401,"Ġvoluntary":27402,"ritics":27403,"Ġhombro":27404,"Ġbanda":27405,"Ġsnails":27406,"Ġpetals":27407,"Ġbenef":27408,"ĠBonacieux":27409,"Ġhesitating":27410,"Ġconsequently":27411,"footed":27412,"Ġmusket":27413,"Ġocasiones":27414,"Ġfetched":27415,"simult":27416,"Granny":27417,"Faith":27418,"Ġdólares":27419,"ĠAlzheimer":27420,"ECAUSE":27421,"Cwww":27422,"fen":27423,"rue":27424,"vies":27425,"Ġcic":27426,"Ġphas":27427,"amus":27428,"quilla":27429,"Ġforb":27430,"ĠMTV":27431,"Ġkim":27432,"ĠCasey":27433,"Ġatrap":27434,"opal":27435,"Ġlej":27436,"Ġmanned":27437,"apá":27438,"Ġammon":27439,"Ġcareers":27440,"Ġmilitar":27441,"Ġcampe":27442,"Ġmaids":27443,"Ġtoybox":27444,"ĠShim":27445,"ĠEstos":27446,"Ġpensamientos":27447,"sss":27448,"Ġtravelers":27449,"Ġlanes":27450,"Ġbosques":27451,"Julie":27452,"Ġdoughnut":27453,"Ġdoughnuts":27454,"Ġconfronted":27455,"otype":27456,"Kids":27457,"Span":27458,"main":27459,"ioned":27460,"ĠTanya":27461,"ATER":27462,"Ġcrater":27463,"bral":27464,"Ġcaen":27465,"undered":27466,"alea":27467,"rases":27468,"Allah":27469,"monary":27470,"ĠCarmaux":27471,"à¤ķ":27472,"Ġobsessed":27473,"Ġpractic":27474,"Ġpacks":27475,"Ġrainforest":27476,"Ġcantons":27477,"Ġhamster":27478,"Ġcelebrity":27479,"elessly":27480,"Ġaunts":27481,"Ġbolas":27482,"ĠSquirrel":27483,"Ġrequirement":27484,"Ġanchored":27485,"Ġfragile":27486,"ĠSharrkan":27487,"nasium":27488,"Ġimpatience":27489,"ÃŃstica":27490,"ĠSpringfield":27491,"Ġconfirmation":27492,"Ġwretch":27493,"Ġvelocity":27494,"Puede":27495,"Ġstrengthened":27496,"Graeme":27497,"âteau":27498,"ĠLombardy":27499,"JE":27500,"Jenn":27501,"Larry":27502,"cost":27503,"tz":27504,"Ġmitten":27505,"atz":27506,"ĠTeh":27507,"Ġdoncella":27508,"ĠRas":27509,"Ġgruff":27510,"Ġbliss":27511,"Wendy":27512,"Ġmoor":27513,"Ġcube":27514,"oculars":27515,"ccion":27516,"Ġrockets":27517,"Ġparach":27518,"phanage":27519,"ridges":27520,"Ġbrightened":27521,"Ġrecognizes":27522,"Ġgraveyard":27523,"Spider":27524,"Supp":27525,"lynn":27526,"ĠGarcÃŃa":27527,"ĠStephanie":27528,"Ġnicest":27529,"Ġenfrent":27530,"zanne":27531,"horses":27532,"Ġdwarfs":27533,"Ġrecollection":27534,"Ġmisunderstanding":27535,"Ġaproximadamente":27536,"ĠSkinner":27537,"département":27538,"Statistics":27539,"Ġinaudible":27540,"Ġrinse":27541,"ĠDavenport":27542,"Ġgren":27543,"ĠSoy":27544,"ieren":27545,"ĠJumbo":27546,"odka":27547,"assan":27548,"abajo":27549,"Ġpiezas":27550,"Ġwindmill":27551,"Ġinvas":27552,"Ġhums":27553,"Ġgipsy":27554,"Ġdarme":27555,"Ġzonas":27556,"Ġpropriet":27557,"Ġburp":27558,"Ġshuttle":27559,"Ġcheeseburger":27560,"ĠDesign":27561,"ĠPrivate":27562,"ĠKenya":27563,"corro":27564,"America":27565,"Ġcrafts":27566,"Ġestudios":27567,"Ġreacts":27568,"Ġmosqu":27569,"Ġdescubrió":27570,"Ġdescubrir":27571,"Ġvosotros":27572,"Ġcreepy":27573,"Ġjuguete":27574,"ĠEurovision":27575,"speed":27576,"ĠDuplo":27577,"GBT":27578,"Eleven":27579,"Ġpañuelo":27580,"Ġamistad":27581,"lifts":27582,"video":27583,"Ġbak":27584,"Ġfores":27585,"Ġhound":27586,"vez":27587,"iday":27588,"qua":27589,"ĠCell":27590,"ĠBha":27591,"umont":27592,"Ġvap":27593,"Ġfruta":27594,"Ġspout":27595,"hov":27596,"Ġprefecture":27597,"Ġguapo":27598,"Ġflakes":27599,"ggle":27600,"meat":27601,"ĠDexter":27602,"Ġlistens":27603,"ĠCarroll":27604,"Ġsweetness":27605,"Ġvarieties":27606,"Ġprimavera":27607,"Ġmounting":27608,"Ġcostly":27609,"Ġbabble":27610,"Ġllamando":27611,"aquel":27612,"Ġstrang":27613,"ĠestarÃŃa":27614,"Ġemergen":27615,"namon":27616,"IFF":27617,"Ġdimly":27618,"Ġignoring":27619,"Ġdiversos":27620,"****":27621,"ĠSkipper":27622,"Ġfirms":27623,"TENTS":27624,"ĠBeethoven":27625,"roleum":27626,"Karl":27627,"dem":27628,"fed":27629,"ralla":27630,"Ġcited":27631,"isan":27632,"Ġoval":27633,"Ġfainted":27634,"nostic":27635,"ĠIg":27636,"Ġhuy":27637,"lems":27638,"Ġweld":27639,"ĠCoke":27640,"Ġjars":27641,"Ġsobr":27642,"Ġfraction":27643,"Ġshipped":27644,"ĠRange":27645,"Ġboost":27646,"ĠKill":27647,"Ġcoy":27648,"ĠUno":27649,"Ġraging":27650,"ĠUnit":27651,"Ġmatrimonio":27652,"ĠNewfoundland":27653,"Ġjoints":27654,"Ġgrandad":27655,"Ġforecast":27656,"Ġpasear":27657,"ĠConway":27658,"ALICE":27659,"ĠQUE":27660,"Ġvalued":27661,"Ġespejo":27662,"Unlike":27663,"ĠTrinity":27664,"RET":27665,"ĠGuatem":27666,"hysical":27667,"Ġfingerna":27668,"Ġhabitual":27669,"Ġcivilized":27670,"ĠCOM":27671,"Ġowes":27672,"Ġradioactive":27673,"ĠPorque":27674,"believe":27675,"Ġcocaine":27676,"Ġcalculate":27677,"ĠCyril":27678,"ĠOccitan":27679,"Ġfeminine":27680,"Ġlizards":27681,"REAMING":27682,"Ġprecaution":27683,"ĠGladys":27684,"Ġcrystals":27685,"ĠBasketball":27686,"Kitty":27687,"Rich":27688,"Ġeyed":27689,"ĠSob":27690,"ĠSche":27691,"thia":27692,"Ġalligators":27693,"Ġpla":27694,"toast":27695,"Ġgrunt":27696,"Ġ350":27697,"Ġfunn":27698,"ĠThereupon":27699,"ĠZen":27700,"Ġartic":27701,"ĠBehind":27702,"Ġgrouped":27703,"Ġstraps":27704,"Ġmotivo":27705,"Ġreleasing":27706,"ह":27707,"Ġmirth":27708,"ĠsÃŃmb":27709,"ĠNorthwest":27710,"Ġsnar":27711,"Ġprotective":27712,"Ġinflation":27713,"ĠDadda":27714,"Ġindependently":27715,"Ġ1895":27716,"Ġinternationally":27717,"Ġestimates":27718,"Ġmocking":27719,"ĠCircle":27720,"Ġoxidation":27721,"Ġprolonged":27722,"ĠAberdeen":27723,"ounidense":27724,"700":27725,"Tax":27726,"_!":27727,"mology":27728,"pable":27729,"vaya":27730,"yards":27731,"}]":27732,"Ġbooth":27733,"Ġmules":27734,"Ġflaw":27735,"aldo":27736,"ĠSung":27737,"ĠMaj":27738,"ĠBCE":27739,"rescent":27740,"ousse":27741,"ORD":27742,"Ġcrows":27743,"apples":27744,"Ġpaperwork":27745,"ologna":27746,"ennel":27747,"Ġequilib":27748,"Ġjuz":27749,"Ġperfectamente":27750,"Ġwhiskey":27751,"Ġcomplac":27752,"Ġcaptivity":27753,"attery":27754,"lemán":27755,"Ġdeclaring":27756,"Ġdefenders":27757,"Ġtunnels":27758,"cupine":27759,"square":27760,"Ġdeliberate":27761,"ĠGardens":27762,"Ġfunciona":27763,"Ġorientation":27764,"Ġinheritance":27765,"Bi":27766,"Ice":27767,"sburg":27768,"wolf":27769,"Ġastern":27770,"Ġcesta":27771,"Ġnope":27772,"ĠSey":27773,"ppings":27774,"ĠDirk":27775,"Ġcoment":27776,"ĠKira":27777,"ĠKatherine":27778,"Ġperish":27779,"Ġpoked":27780,"Ġdesolate":27781,"Ġvexed":27782,"aleigh":27783,"Already":27784,"Ġsatisfe":27785,"bbling":27786,"Ġexplor":27787,"ĠTeen":27788,"uggles":27789,"Ġconvinc":27790,"Ġlesbian":27791,"Ġ##":27792,"Ġaudible":27793,"ĠMassa":27794,"ĠHawkins":27795,"Ġgrizz":27796,"Ġdawned":27797,"Ġdiscovering":27798,"Ġimitating":27799,"Ġreforms":27800,"Ġembraced":27801,"Ġresemblance":27802,"Ġsentimental":27803,"Ġcañón":27804,"Cas":27805,"Doc":27806,"Dream":27807,"Nadie":27808,"Sid":27809,"dep":27810,"general":27811,"Ġtiles":27812,"Ġaj":27813,"Ġwailing":27814,"Ġduel":27815,"Ġps":27816,"aline":27817,"ĠAto":27818,"ĠAube":27819,"ĠCrane":27820,"estás":27821,"ellows":27822,"...¿":27823,"Ġpartida":27824,"Ġchal":27825,"Ġmarip":27826,"vels":27827,"breaking":27828,"Ġchooses":27829,"umbres":27830,"Rebecca":27831,"Ġsquire":27832,"ĠMaxim":27833,"Ġ1500":27834,"ĠFlag":27835,"Ġhistorically":27836,"Ġbombard":27837,"ĠSTOR":27838,"ĠLooking":27839,"Ġforeigners":27840,"Ġspectacles":27841,"ĠSonny":27842,"ĠYoko":27843,"Ġcorporal":27844,"Ġcyclist":27845,"Ġpersegu":27846,"Ġinfections":27847,"Ġidiots":27848,"ĠKyoto":27849,"cillors":27850,"Ġpreceded":27851,"Ġfrowned":27852,"Ġsincerely":27853,"Ġunreason":27854,"Ġfotos":27855,"directed":27856,"Ġexcav":27857,"ĠLithuania":27858,"Chinese":27859,"ĠStoddard":27860,"ĠTréville":27861,"dilo":27862,"ongh":27863,"Ġlousy":27864,"acies":27865,"otto":27866,"Ġdement":27867,"Ġdears":27868,"unct":27869,"ĠGan":27870,"ĠJuda":27871,"Ġsmashing":27872,"Ġentreat":27873,"graduate":27874,"Ġtenéis":27875,"Ġindios":27876,"Ġpatting":27877,"Ġdepicted":27878,"Ġtomando":27879,"puppy":27880,"Ġprima":27881,"ĠManager":27882,"Ġmammal":27883,"Ġburgl":27884,"Ġpractised":27885,"ĠWellington":27886,"Ġtickled":27887,"Ġduele":27888,"Ġfoliage":27889,"Ġfaithfully":27890,"Ġaffecting":27891,"Ġpitiful":27892,"Ġrazor":27893,"Ġkeenly":27894,"ĠNavarra":27895,"ĠBuddhism":27896,"Ġregresar":27897,"Types":27898,"Ġtwisting":27899,"Ġgalaxies":27900,"Ġintimid":27901,"Ġoverwhelmed":27902,"ĠcÃŃrculo":27903,"Agent":27904,"Done":27905,"Hol":27906,"Haw":27907,"Histor":27908,"NING":27909,"gang":27910,"listed":27911,"ÃĹ":27912,"Ġlf":27913,"Ġgems":27914,"Ġhá":27915,"alto":27916,"Ġserene":27917,"Ġgobble":27918,"ĠHolocaust":27919,"ATH":27920,"ĠDrew":27921,"Ġusu":27922,"ĠOg":27923,"ĠUz":27924,"Ġwhereby":27925,"ocated":27926,"Ġcrear":27927,"puesta":27928,"Ġequality":27929,"Ġsandals":27930,"ĠEsper":27931,"Chuck":27932,"Ġjoyfully":27933,"Ġsqueezes":27934,"Ġastonishing":27935,"ĠPhilippa":27936,"Ġfragrant":27937,"Ġdecidido":27938,"Ġultra":27939,"Ġhermosas":27940,"Ġnegotiate":27941,"ĠLilian":27942,"Ġcoronavirus":27943,"Ġbeetle":27944,"Ġduerme":27945,"Ġassessment":27946,"Ġcylinder":27947,"Ġstammered":27948,"Buy":27949,"Jill":27950,"inny":27951,"Ġdazed":27952,"chick":27953,"ĠBrew":27954,"ĠBlock":27955,"...#":27956,"ÃŃster":27957,"ĠDixon":27958,"ĠFres":27959,"oding":27960,"Ġcoals":27961,"Ġflick":27962,"ogen":27963,"Ġcourte":27964,"Ġrib":27965,"व":27966,"ĠEdgar":27967,"Ġ125":27968,"Ġinformal":27969,"Ġutens":27970,"ĠSteele":27971,"Ġbanking":27972,"Ġsmelling":27973,"Ġhonorary":27974,"Ġbodily":27975,"Ġpierced":27976,"Ġchopping":27977,"ONEY":27978,"Ġroasted":27979,"Ġdiplomatic":27980,"ĠPhillip":27981,"Ġasombr":27982,"Ġasesin":27983,"Quizá":27984,"Ġtweet":27985,"ĠCunningham":27986,"120":27987,"Bird":27988,"IOUS":27989,"Spr":27990,"VA":27991,"Vo":27992,"hail":27993,"Ġchis":27994,"Ġfooting":27995,"urous":27996,"Ġlil":27997,"ĠBambi":27998,"ÃŃes":27999,"Ġestruct":28000,"Ġpera":28001,"ffer":28002,"Ġundertaking":28003,"Ġflop":28004,"Ġresume":28005,"ilyn":28006,"Ġsuppressed":28007,"maids":28008,"ouple":28009,"Ġbearings":28010,"phal":28011,"Ġdirectamente":28012,"Ġcantando":28013,"ĠLucian":28014,"Ġpermiso":28015,"Ġpreparado":28016,"Ġoccurring":28017,"Ġpedest":28018,"1998":28019,"oughed":28020,"ĠDOOR":28021,"Ġlacked":28022,"Ġcolonists":28023,"Ġpoisoning":28024,"Ġkilog":28025,"Ġmacaroni":28026,"Ġexplorers":28027,"Fortunately":28028,"ĠDinah":28029,"Ġdiscrimination":28030,"Ġhypothesis":28031,"Ġmilitia":28032,"atisfied":28033,"Ġadvertisement":28034,"Ġnostrils":28035,"Ġpiscina":28036,"Slowly":28037,"fires":28038,"favor":28039,"inement":28040,"ndish":28041,"Ġdoom":28042,"ĠTud":28043,"ĠSON":28044,"eake":28045,"ĠCes":28046,"ĠCara":28047,"Ġabide":28048,"ĠRikki":28049,"ĠEden":28050,"vence":28051,"Ġunjust":28052,"Ġgritar":28053,"Ġcompartment":28054,"Ġclears":28055,"Ġrests":28056,"Ġapreci":28057,"Ġbarric":28058,"ĠJapón":28059,"ĠSteel":28060,"Ġdoubtfully":28061,"Ġllamo":28062,"ydia":28063,"Ġthicker":28064,"ĠBatala":28065,"Ġdissip":28066,"Ġsucked":28067,"Ġperceive":28068,"fifteen":28069,"Ġaventura":28070,"ĠRotten":28071,"Ġasteroids":28072,"ĠPerseus":28073,"Ġbarbecue":28074,"SELF":28075,"Sr":28076,"Sem":28077,"nn":28078,"Ġave":28079,"Ġnove":28080,"ĠTat":28081,"ĠMoss":28082,"ĠHos":28083,"Ġalight":28084,"Ġsupo":28085,"Ġsage":28086,"ĠRaff":28087,"ardi":28088,"wning":28089,"Ġapplying":28090,"Ġrake":28091,"mbra":28092,"Ġattributed":28093,"ĠFrançois":28094,"ĠArmed":28095,"Ġrelativo":28096,"Ġdrip":28097,"Ġextinction":28098,"Ġpresentó":28099,"Ġzan":28100,"Ġmotel":28101,"ollywood":28102,"ottie":28103,"ĠAbel":28104,"Ġgasps":28105,"Ġmorph":28106,"ĠGoldwing":28107,"ĠPaper":28108,"ĠMoslems":28109,"Ġrecompens":28110,"Ġspectrum":28111,"ĠRadcliffe":28112,"Ġracial":28113,"country":28114,"Ġlámp":28115,"Ġsucedió":28116,"Daisy":28117,"GOOD":28118,"Ġrespiratory":28119,"Ġprosperous":28120,"Ġconventional":28121,"Ġórgan":28122,"Ġtriumphantly":28123,"Ġphilanthrop":28124,"Ġdecisive":28125,"Ġdesirable":28126,"floor":28127,"Ġloneliness":28128,"Catherine":28129,"hut":28130,"Ġdived":28131,"isers":28132,"Ġolor":28133,"Ġpér":28134,"Ġgam":28135,"rilo":28136,"uran":28137,"ĠCree":28138,"ĠHann":28139,"ĠPé":28140,"Ġally":28141,"Ġshivered":28142,"Ġloca":28143,"Ġpelear":28144,"ĠKind":28145,"Ġchron":28146,"Ġactively":28147,"Ġobede":28148,"ceptible":28149,"Ġvisions":28150,"ĠCham":28151,"Ġhomosexual":28152,"ĠManagement":28153,"ĠGoose":28154,"Ġboarded":28155,"Ġversión":28156,"Ġturf":28157,"Ġ�,":28158,"Ġscaring":28159,"kok":28160,"Ġquitado":28161,"Ġqualifying":28162,"Ġranging":28163,"Ġaxis":28164,"Ġ�������":28165,"Ġtratando":28166,"Ġfunctional":28167,"USTR":28168,"Ġdisplays":28169,"Ġillustration":28170,"Ġsopa":28171,"Ġprofessionals":28172,"ĠIndustry":28173,"simultaneous":28174,"Bah":28175,"Cop":28176,"DAN":28177,"Double":28178,"Lost":28179,"Toby":28180,"oci":28181,"siempre":28182,"vonne":28183,"Ġaching":28184,"inette":28185,"Ġbil":28186,"Ġlam":28187,"Ġgiggles":28188,"Ġnadar":28189,"ĠSalem":28190,"ĠCA":28191,"ĠCertainly":28192,"ĠBoots":28193,"Ġwhoop":28194,"ĠPowers":28195,"opatra":28196,"aky":28197,"Ġlease":28198,"Ġestates":28199,"ĠStore":28200,"Ġtrails":28201,"mbro":28202,"ĠtenÃŃas":28203,"Ġpresión":28204,"192":28205,"Ġtemo":28206,"Ġhorseman":28207,"thankyou":28208,"Ġmoto":28209,"Ġtonter":28210,"Ġprotects":28211,"Ġentreprene":28212,"Ġexceptional":28213,"rari":28214,"ĠMagn":28215,"Ġvacaciones":28216,"ĠJoanna":28217,"Ġgalloped":28218,"ĠvivÃŃan":28219,"Ġcontenta":28220,"ĠBeaver":28221,"ĠStonewell":28222,"ĠMiriam":28223,"ĠConfederacy":28224,"ĠRemi":28225,"Ġkidnapping":28226,"ĠÃģng":28227,"Ġbunnies":28228,"Particip":28229,"Ġprofundamente":28230,"ĠLimited":28231,"ĠvÃŃct":28232,"Jessica":28233,"CONTENTS":28234,"Ġperplex":28235,"Ġadministered":28236,"ĠCotton":28237,"Chairman":28238,"ĠCanterbury":28239,"Cross":28240,"Ġzzz":28241,"itha":28242,"omic":28243,"Ġstems":28244,"ĠTropical":28245,"ĠBev":28246,"Ġalgebra":28247,"ulator":28248,"redo":28249,"ĠJaqueline":28250,"?\";":28251,"ĠVideo":28252,"Ġscow":28253,"guila":28254,"Ġtriun":28255,"ĠZorro":28256,"Ġtapped":28257,"Ġgiants":28258,"ĠComedy":28259,"Ġdarse":28260,"Ġparano":28261,"Ġmercado":28262,"Ġllevas":28263,"Ġconversion":28264,"Ġgarment":28265,"Ġvacas":28266,"Ġdatos":28267,"ĠCaucas":28268,"ĠTravis":28269,"Ġconvenience":28270,"Outside":28271,"Ġmentir":28272,"skirts":28273,"Ġastronomy":28274,"ĠRenée":28275,"ĠNEVER":28276,"éstos":28277,"ĠNormandy":28278,"ĠHoover":28279,"Ġhuesos":28280,"Ġesfuerzo":28281,"cara":28282,"holes":28283,"zco":28284,"Ġsiente":28285,"Ġsopl":28286,"hales":28287,"Ġfade":28288,"llev":28289,"Ġstained":28290,"ĠMAY":28291,"ĠHOUSE":28292,"ctar":28293,"olks":28294,"ĠPM":28295,"Ġshines":28296,"ĠReds":28297,"Ġ[:":28298,"ensis":28299,"Ġscur":28300,"Ġbuque":28301,"Ġflashes":28302,"Ġhelado":28303,"ignon":28304,"Ġslowed":28305,"Ġmatched":28306,"Ġbrethren":28307,"Ġcasarse":28308,"Ġinvade":28309,"ĠClarence":28310,"Ġpastry":28311,"Ġemblem":28312,"ĠFrankfurt":28313,"Ġdescriptions":28314,"alties":28315,"UBL":28316,"Ġcardiac":28317,"Ġslapped":28318,"Ġcredits":28319,"ĠVictorian":28320,"Ġeternity":28321,"Ġtiresome":28322,"breathes":28323,"Ġclergyman":28324,"Ġdiscomfort":28325,"whimpers":28326,"Dest":28327,"pri":28328,"slow":28329,"tiny":28330,"²":28331,"Ġoigo":28332,"Ġgentes":28333,"rika":28334,"Ġsto":28335,"ĠTax":28336,"ĠTae":28337,"ĠTiffany":28338,"ĠSunny":28339,"ĠSCHOOL":28340,"ĠCf":28341,"ĠCiudad":28342,"ĠPwww":28343,"ĠLAST":28344,"ĠEventually":28345,"feit":28346,"Ġspun":28347,"ĠKle":28348,"Ġdeseaba":28349,"ĠValle":28350,"tails":28351,"Ġchall":28352,"Ġregulation":28353,"Ġpieza":28354,"Ġrivals":28355,"Ġexcused":28356,"rogate":28357,"Ġtransm":28358,"Ġtransplant":28359,"Ġprofitable":28360,"Ġfilibuster":28361,"Examples":28362,"Ġcurrents":28363,"Ġlowering":28364,"Ġoccurrence":28365,"Ġundone":28366,"Ġconclude":28367,"Ġvestidos":28368,"Carlos":28369,"Ġreproductive":28370,"Ġutilizan":28371,"Ġembarrassment":28372,"Ġsolely":28373,"stroke":28374,"ĠHamburg":28375,"Fer":28376,"Merry":28377,"Ox":28378,"tight":28379,"Ġ),":28380,"Ġsáb":28381,"eric":28382,"itat":28383,"idan":28384,"entre":28385,"Ġreyes":28386,"kees":28387,"ĠTR":28388,"ĠMatson":28389,"urus":28390,"station":28391,"Ġasylum":28392,"ĠBIG":28393,"ĠBAB":28394,"igail":28395,"ĠWer":28396,"ĠJem":28397,"Ġclips":28398,"Ġtellin":28399,"Ġdisband":28400,"Ġdisreg":28401,"ĠYu":28402,"ĠMarse":28403,"Ġrelay":28404,"jected":28405,"Ġconfund":28406,"Ġexploration":28407,"ĠSuzanne":28408,"ĠINTO":28409,"ĠExchange":28410,"à²Ĺ":28411,"ĠPauline":28412,"otape":28413,"Ġcustomary":28414,"Ġconclusions":28415,"ĠSahara":28416,"Ġterminated":28417,"Michelle":28418,"correct":28419,"poner":28420,"Ġà¤ķ":28421,"Ġlevantar":28422,"añadió":28423,"ĠBeautiful":28424,"Ġalternate":28425,"Ġcogido":28426,"Ġshrieked":28427,"Ġsponsored":28428,"murmur":28429,"Ġinvitations":28430,"Ġblancas":28431,"LAUGHS":28432,"Ġproyecto":28433,"ĠEthiopia":28434,"ĠRafael":28435,"iamente":28436,"sat":28437,"Ġcep":28438,"Ġrever":28439,"ĠTandy":28440,"uramente":28441,"ĠDy":28442,"ĠLilly":28443,"ĠFig":28444,"Ġbroma":28445,"ranqu":28446,"Ġreserves":28447,"ucion":28448,"Ġharp":28449,"Ġfiner":28450,"Ġmetric":28451,"ĠcorrÃŃa":28452,"Ġrefined":28453,"unching":28454,"Ġcamas":28455,"Ġsquaw":28456,"Ġzomb":28457,"ĠEdge":28458,"raction":28459,"ĠManor":28460,"mites":28461,"Ġhabitats":28462,"Ġmotorbike":28463,"Ġparticipating":28464,"ĠSingles":28465,"Ġpiercing":28466,"Ġkingdoms":28467,"Ġbayon":28468,"ĠEvil":28469,"Ġtrod":28470,"Ġtristeza":28471,"alaxy":28472,"Ġtwinned":28473,"ĠFleming":28474,"powered":28475,"Ġpajarito":28476,"ĠMacedonia":28477,"Ġlookee":28478,"ĠPandora":28479,"Officer":28480,"Upon":28481,"Vis":28482,"cass":28483,"garden":28484,"iated":28485,"jita":28486,"pá":28487,"pond":28488,"eson":28489,"idores":28490,"american":28491,"ĠMate":28492,"hier":28493,"Ġgrudge":28494,"ĠChron":28495,"emberg":28496,"Ġobt":28497,"Ġvex":28498,"formula":28499,"Alicia":28500,"Ġcupcakes":28501,"Ġhonoured":28502,"ĠReuben":28503,"Ġcalidad":28504,"Ġárea":28505,"ĠGok":28506,"somewhere":28507,"mediate":28508,"ĠBrownie":28509,"Ġdecirte":28510,"ĠRepublicans":28511,"ĠDepression":28512,"Ġrustles":28513,"Ġpanted":28514,"Ġdecorate":28515,"Ġfoxes":28516,"Ġdissol":28517,"Ġvirtual":28518,"ĠMiy":28519,"Ġintensely":28520,"Ġmueve":28521,"Ġalimento":28522,"hoebe":28523,"ĠLevi":28524,"Pause":28525,"Ġtheoretical":28526,"Rhône":28527,"Ġkilómetros":28528,"Uses":28529,"leness":28530,"melo":28531,"ointing":28532,"Ġpious":28533,"ĠIz":28534,"Ġnay":28535,"Ġnig":28536,"Ġforman":28537,"Ġstunt":28538,"ĠSaints":28539,"ĠAbr":28540,"ĠCox":28541,"ARY":28542,"Ġshifting":28543,"ĠRider":28544,"apart":28545,"Ġcloudy":28546,"Ġoverlap":28547,"actions":28548,"ĠVere":28549,"Ġshaky":28550,"onson":28551,"Ġdollies":28552,"iosas":28553,"ĠBerm":28554,"ĠChapel":28555,"Ġparar":28556,"Ġarmario":28557,"Ġfearless":28558,"ĠSomebody":28559,"office":28560,"1995":28561,"Ġschizophren":28562,"ĠDOES":28563,"Ġhiciera":28564,"Ġtranslate":28565,"Ġpowered":28566,"Ġlawsuit":28567,"iliary":28568,"cracker":28569,"ĠHayes":28570,"Ġcomparative":28571,"Ġcadet":28572,"Ġfragrance":28573,"mucho":28574,"ómico":28575,"Ġtributary":28576,"Ġdesapareció":28577,"ĠpodrÃŃan":28578,"district":28579,"Ġassumption":28580,"Claire":28581,"ĠKrak":28582,"Ġprophecy":28583,"Cindy":28584,"MER":28585,"Rae":28586,"jandro":28587,"mÃŃr":28588,"rt":28589,"Ġira":28590,"Ġostr":28591,"Ġhah":28592,"imps":28593,"Ġny":28594,"ĠSra":28595,"ĠPull":28596,"Ġherido":28597,"Ġproces":28598,"ĠMarina":28599,"rowing":28600,"Ġpersonajes":28601,"Ġpassages":28602,"Ġredes":28603,"cheers":28604,"Ġrepar":28605,"Ġcurling":28606,"Ali":28607,"Ġiré":28608,"ĠGeorges":28609,"ĠCoca":28610,"Ġmemorable":28611,"ĠMalta":28612,"Ġmuttering":28613,"ántico":28614,"1992":28615,"iformes":28616,"Ġcambiado":28617,"ĠGilroy":28618,"Ġapologies":28619,"Ġcadets":28620,"Correct":28621,"Ġdeceive":28622,"Ġrosas":28623,"Ġdeposits":28624,"Ġcapacidad":28625,"Ġzapato":28626,"NEI":28627,"Ġdesaparecido":28628,"dollar":28629,"Ġvinegar":28630,"Ġdeporte":28631,"Ġaventuras":28632,"Ġsimpler":28633,"Ġdesayunar":28634,"avinia":28635,"Ġdescansar":28636,"titles":28637,"Straight":28638,"ĠCretaceous":28639,"Aub":28640,"Hace":28641,"Humph":28642,"ILD":28643,"Lore":28644,"Mist":28645,"Rev":28646,"Sax":28647,"dys":28648,"laps":28649,"nunca":28650,"pobrec":28651,"ndas":28652,"Ġdaban":28653,"Ġreorgan":28654,"quart":28655,"ĠMose":28656,"ĠMail":28657,"ĠMISS":28658,"ĠBEL":28659,"Ġquot":28660,"ĠHence":28661,"ĠHollow":28662,"Ġshred":28663,"Ġoutskirts":28664,"emaker":28665,"Ġpled":28666,"ĠGaul":28667,"ĠLance":28668,"ĠEvan":28669,"lava":28670,"Ġafar":28671,"icts":28672,"quez":28673,"orses":28674,"ĠcaÃŃa":28675,"Shem":28676,"prisa":28677,"Ġindis":28678,"Ġcatalog":28679,"uelto":28680,"Ġcolorful":28681,"ĠBeyond":28682,"Ġeighteenth":28683,"Ġmerger":28684,"ĠCountess":28685,"ĠBarn":28686,"Ġproductions":28687,"ĠEstado":28688,"hardt":28689,"Ġvictorious":28690,"Ġfueran":28691,"ĠLuigi":28692,"Ġgraduation":28693,"ĠGetty":28694,"Ġteachings":28695,"Ġcorresponding":28696,"Ġsniffed":28697,"ĠNigerian":28698,"ĠAhmed":28699,"Ġunlocked":28700,"ĠMesopotam":28701,"Ġexcepto":28702,"Ġhardships":28703,"CAPÃį":28704,"Ġmartyr":28705,"Ġdisfraz":28706,"TULO":28707,"ĠVladimir":28708,"\"|":28709,"Aud":28710,"Lind":28711,"NHL":28712,"dens":28713,"job":28714,"sugar":28715,"Ġsacks":28716,"onial":28717,"Ġdandy":28718,"Ġoeste":28719,"Ġpell":28720,"Ġponder":28721,"orient":28722,"icopter":28723,"Ġthrees":28724,"ĠMond":28725,"ĠHers":28726,"ĠHap":28727,"ĠHaut":28728,"ĠPale":28729,"Ġsakes":28730,"Ġoutlet":28731,"Ġpledge":28732,"ĠFlying":28733,"Ġputtin":28734,"Ġprehistoric":28735,"ĠYi":28736,"Ġregiones":28737,"Ġcerrado":28738,"Ġcabellos":28739,"Thursday":28740,"Ġpromoting":28741,"Ġvariation":28742,"ĠConrad":28743,"à¤ļ":28744,"ĠEnrique":28745,"ĠTeacher":28746,"ĠParamount":28747,"ylan":28748,"ĠEstas":28749,"Ġcharacterized":28750,"Ġfresco":28751,"speaks":28752,"Peace":28753,"ĠBurke":28754,"Ġgeographical":28755,"ĠEmpress":28756,"Ġ1892":28757,"Ġ1897":28758,"Guard":28759,"Ġbriefcase":28760,"ĠRodney":28761,"IELD":28762,"ĠHarding":28763,"Ġmáx":28764,"amarillo":28765,"ĠRhode":28766,"ĠHinduism":28767,"Ġvowels":28768,"Ġdolphins":28769,"Ġrefreshing":28770,"ĠGrimm":28771,"Heaven":28772,"Ġmembrane":28773,"ĠAnatolia":28774,"ĠLopez":28775,"CAPÃįTULO":28776,"!...":28777,"CAN":28778,"Oper":28779,"bane":28780,"cual":28781,"eo":28782,"pins":28783,"Ġsling":28784,"Ġcors":28785,"Ġcanto":28786,"Ġmig":28787,"Ġhump":28788,"uter":28789,"ĠCP":28790,"ĠCed":28791,"ĠPent":28792,"ĠOS":28793,"Ġbrands":28794,"Ġcoil":28795,"ullah":28796,"Ġconsigo":28797,"Ġinterface":28798,"ĠGerda":28799,"Ġbuilders":28800,"ĠChamp":28801,"Ġsabemos":28802,"Ġsuperb":28803,"ĠSwift":28804,"flying":28805,"Ġpudieron":28806,"Ġpronounce":28807,"Ġoccupants":28808,"Ġsteaming":28809,"ĠNatalie":28810,"Ġaerial":28811,"Ġodio":28812,"Ġsalvaje":28813,"ĠOxfordshire":28814,"Ġgleaming":28815,"Ġnavig":28816,"sleeping":28817,"Ġyawning":28818,"Ġfugitive":28819,"Bernard":28820,"Ġunemployed":28821,"Ġespectáculo":28822,"Ġinjustice":28823,"ĠperÃŃodo":28824,"aunque":28825,"Ġvitamins":28826,"Food":28827,"XT":28828,"bys":28829,"Ġinducted":28830,"Ġhealed":28831,"Ġwasp":28832,"Ġump":28833,"Ġnailed":28834,"ĠShen":28835,"herry":28836,"ĠHoff":28837,"ĠPav":28838,"Ġpluma":28839,"ĠLenn":28840,"ĠLila":28841,"ĠJungle":28842,"Ġlech":28843,"teeth":28844,"ĠStri":28845,"Ġglided":28846,"unga":28847,"Ġsentin":28848,"Starting":28849,"ĠBlind":28850,"Ġreplic":28851,"Ġvaliant":28852,"Clara":28853,"Ġaccidente":28854,"brahim":28855,"Ġ1891":28856,"1997":28857,"Ġterritorial":28858,"Ġquitó":28859,"Ġzeal":28860,"Florence":28861,"Ġelectronics":28862,"ĠSHOULD":28863,"ĠImperio":28864,"ĠBryan":28865,"Ġwobbly":28866,"ĠLancaster":28867,"ĠLtd":28868,"Ġrenowned":28869,"\"\"":28870,"Mandy":28871,"Tras":28872,"elect":28873,"sle":28874,"vable":28875,"wave":28876,"erting":28877,"Ġcierra":28878,"Ġdoth":28879,"Ġfals":28880,"ancias":28881,"Ġgilt":28882,"Ġinmates":28883,"oward":28884,"ĠSou":28885,"ĠCros":28886,"Ġalmac":28887,"ĠWacker":28888,"ĠLiam":28889,"ardin":28890,"orta":28891,"Ġrighteous":28892,"Ġmuest":28893,"ĠUri":28894,"actus":28895,"ĠVick":28896,"ĠInside":28897,"olds":28898,"Ġwoodland":28899,"ĠQatar":28900,"Ġsnapping":28901,"ĠTrin":28902,"Ġpresidents":28903,"Ġperiodic":28904,"Ġlocket":28905,"Ġbulldo":28906,"Ġspeeds":28907,"Ġpuddle":28908,"ĠClaude":28909,"birth":28910,"ĠIrishman":28911,"Ġaxes":28912,"ĠAnyway":28913,"Ġmandó":28914,"Robin":28915,"Ġscolded":28916,"Ġenquiry":28917,"Ġswaying":28918,"ĠObserv":28919,"Ġcazador":28920,"ĠViolet":28921,"!-":28922,"?.":28923,"CLE":28924,"DY":28925,"Dyn":28926,"Gy":28927,"Gun":28928,"Imm":28929,"Rosa":28930,"gown":28931,"Ġtits":28932,"escend":28933,"ombs":28934,"oskap":28935,"Ġsect":28936,"ĠBug":28937,"Ġattain":28938,"ĠPiet":28939,"Ġsuic":28940,"ĠWea":28941,"ĠLah":28942,"ĠLoy":28943,"ĠTheater":28944,"ĠEnos":28945,"Ġovertime":28946,"earance":28947,"ĠKö":28948,"dobe":28949,"obi":28950,"Ġremon":28951,"Ġreservation":28952,"ibo":28953,"Ġapes":28954,"Ġbarren":28955,"Ġtyran":28956,"External":28957,"ĠShore":28958,"Ġtendrá":28959,"watching":28960,"Ġlengths":28961,"Momma":28962,"Ġjugador":28963,"Ġpillar":28964,"Ġfacult":28965,"Ġfroggie":28966,"Ġaltas":28967,"bottom":28968,"Antes":28969,"Ġasustó":28970,"ôte":28971,"ĠoÃŃdos":28972,"ĠfÃŃsica":28973,"Parece":28974,"cyclopedia":28975,"ĠProphet":28976,"ĠAnglican":28977,"ipelago":28978,"naran":28979,"·":28980,"Ġfowls":28981,"Ġdeity":28982,"Ġstability":28983,"Ġdope":28984,"ĠMIN":28985,"Ġker":28986,"ĠPharaoh":28987,"uey":28988,"hya":28989,"Ġacar":28990,"letons":28991,"Ġattire":28992,"Ġimposed":28993,"expl":28994,"Ġintoler":28995,"ĠComing":28996,"ĠRead":28997,"म":28998,"Ġcopying":28999,"Ġguardia":29000,"Ġenergetic":29001,"Ġspeeding":29002,"Ġmateria":29003,"ĠGreene":29004,"Ġinterrupting":29005,"Ġ1867":29006,"ĠSquire":29007,"Ġmyths":29008,"ĠTwitter":29009,"Previously":29010,"Ġrectangle":29011,"Papá":29012,"ĠFacebook":29013,"Ġprejudice":29014,"Ġinsignific":29015,"ĠGiovanni":29016,"Ġanguish":29017,"ĠVegeta":29018,"ĠDeclaration":29019,"Cada":29020,"Kelly":29021,"Round":29022,"chat":29023,"glo":29024,"mem":29025,"towel":29026,"Ġsash":29027,"Ġculo":29028,"Ġdost":29029,"Ġlens":29030,"Ġseiz":29031,"Ġanonymous":29032,"ellar":29033,"thou":29034,"Ġenzy":29035,"ĠGlend":29036,"ĠLom":29037,"ĠTheo":29038,"agna":29039,"Ġproverb":29040,"Ġanyways":29041,"Ġspied":29042,"Ġdownload":29043,"ĠKab":29044,"orde":29045,"ilee":29046,"ĠVel":29047,"Ġbuc":29048,"club":29049,"Sold":29050,"upstairs":29051,"ĠZur":29052,"Ġladrón":29053,"enging":29054,"ĠBarclay":29055,"ĠPluto":29056,"Ġstraightforward":29057,"ĠOrlando":29058,"Ġgustado":29059,"Ġdevote":29060,"Ġurging":29061,"Ġidentification":29062,"ĠMilky":29063,"ĠPriest":29064,"ariamente":29065,"wheels":29066,"Ġcubierto":29067,"Ġshocking":29068,"த":29069,"Ġawareness":29070,"OMAN":29071,"Ġescuchó":29072,"ACT":29073,"squeak":29074,"Ġtoolbox":29075,"ĠChoi":29076,"auguau":29077,"ĠStrait":29078,"Ġagitated":29079,"Ġprudent":29080,"Ġremedio":29081,"Ġmundial":29082,"Ġphilosophical":29083,"Ġinvariably":29084,"ĠDevering":29085,"ACH":29086,"Late":29087,"Mos":29088,"VES":29089,"gary":29090,"shed":29091,"isition":29092,"Ġmierda":29093,"Ġpido":29094,"Ġlinda":29095,"Ġtoaster":29096,"Ġeater":29097,"Ġnug":29098,"Ġdobl":29099,"ĠTi":29100,"ĠTUR":29101,"ĠGla":29102,"ĠGaz":29103,"ĠLass":29104,"ĠLog":29105,"Heidi":29106,"ĠKoran":29107,"Ġamiable":29108,"wny":29109,"ĠYuc":29110,"Ġundertaken":29111,"Ġcaes":29112,"Ġrecur":29113,"ĠMarino":29114,"Ġclearer":29115,"Ġfalled":29116,"State":29117,"Ġbarba":29118,"ĠPrissie":29119,"Ġgovernors":29120,"ण":29121,"ĠParagu":29122,"ĠMonk":29123,"Ġdecirlo":29124,"velled":29125,"ĠGlenn":29126,"Ġsorrowful":29127,"ĠAlemania":29128,"Ġthunderstorm":29129,"Ġframework":29130,"squeaks":29131,"Ġobtaining":29132,"Ġacquaintances":29133,"Ġmarsh":29134,"Ġarroj":29135,"Talking":29136,"Ġwhirling":29137,"Ġtormenta":29138,"Hardly":29139,"Windows":29140,"Ġintroducing":29141,"ĠPowell":29142,"Ġungrateful":29143,"Ġcuestión":29144,"BEN":29145,"dun":29146,"dese":29147,"rÃŃas":29148,"zon":29149,"zca":29150,"inu":29151,"Ġsine":29152,"itime":29153,"Ġdada":29154,"Ġpuls":29155,"Ġhé":29156,"Ġhove":29157,"ĠMog":29158,"chor":29159,"ĠCultural":29160,"ĠBalk":29161,"ĠBret":29162,"ĠDaff":29163,"ĠJOH":29164,"odi":29165,"Ġunc":29166,"Ġtwig":29167,"sobre":29168,"harine":29169,"ĠInv":29170,"Ġendurance":29171,"ĠMarc":29172,"Doing":29173,"Ġkneels":29174,"Ġsixpence":29175,"Ġgenerated":29176,"Ġgenerosity":29177,"umbria":29178,"Ġforeman":29179,"Ġbathed":29180,"Ġzones":29181,"oopsie":29182,"Ġguarding":29183,"ĠExcell":29184,"Ġgrassy":29185,"à¥ĭ":29186,"aspard":29187,"ĠValencia":29188,"Ġsubsid":29189,"uebas":29190,"Ġconvertido":29191,"Ġdwellings":29192,"Ġjerked":29193,"XXX":29194,"mnn":29195,"Ġivory":29196,"Puedo":29197,"Ġnaveg":29198,"Ġcoolly":29199,"Ġmidshipman":29200,"ĠHughes":29201,"Ġdarlin":29202,"ĠHELP":29203,"BODY":29204,"Disc":29205,"Gas":29206,"Wish":29207,"each":29208,"easy":29209,"nana":29210,"ratch":29211,"wau":29212,"waves":29213,"Ġtang":29214,"Ġpú":29215,"icent":29216,"Ġemo":29217,"Ġeurope":29218,"Ġnobility":29219,"ppets":29220,"ĠWool":29221,"ĠJudd":29222,"ĠNAME":29223,"Ġelbows":29224,"pezó":29225,"Ġmuestra":29226,"ivar":29227,"Ġlottery":29228,"Ġmarriages":29229,"Ġaccuse":29230,"Ġbarred":29231,"Ġpenit":29232,"blos":29233,"Ġcosy":29234,"2021":29235,"Ġgladness":29236,"Ġportal":29237,"Ġdejamos":29238,"Ġfinalice":29239,"ಲ":29240,"Ġrobust":29241,"Ġgodmother":29242,"Ġmultitude":29243,"Ġfunded":29244,"Ġhybrid":29245,"Ġpilgrimage":29246,"Ġtimer":29247,"ápido":29248,"Ġ1893":29249,"Ġ1882":29250,"IVY":29251,"Ġtransported":29252,"Ġexplanations":29253,"police":29254,"malade":29255,"Ġasustado":29256,"Ġproteger":29257,"ĠNaomi":29258,"monton":29259,"Ġimmensely":29260,"Ġtelescop":29261,"Ġgritando":29262,"Members":29263,"Ġprotocol":29264,"Ġregistration":29265,"Ġenjoys":29266,"raspberry":29267,"Ġconsecutive":29268,"-...":29269,"Lle":29270,"Vas":29271,"VING":29272,"WHEN":29273,"cate":29274,"gener":29275,"lio":29276,"nuhhuh":29277,"pushing":29278,"Ġdumps":29279,"enched":29280,"Ġpiz":29281,"ĠIB":29282,"etah":29283,"unches":29284,"Ġneenaw":29285,"Ġvayas":29286,"Ġconting":29287,"ĠJA":29288,"Ġloos":29289,"Ġproving":29290,"Heh":29291,"ñar":29292,"Ġmeanings":29293,"ĠInformation":29294,"ĠChow":29295,"ĠdecÃŃan":29296,"ĠNov":29297,"Ġregiments":29298,"Ġpapás":29299,"Ġmeth":29300,"uelve":29301,"ánchez":29302,"Ġscarecrow":29303,"Ġnaturales":29304,"ombro":29305,"Ġdejas":29306,"Ġembassy":29307,"ĠEmilio":29308,"falls":29309,"Ġsuspension":29310,"Ġparticipation":29311,"throwing":29312,"Ġbenches":29313,"Ġ1871":29314,"Ġduplic":29315,"Ġsympathi":29316,"ĠAccordingly":29317,"ĠPhilippine":29318,"Ġdemonstrated":29319,"Ġconcepts":29320,"Ġricher":29321,"Ġselva":29322,"dije":29323,"ĠPlaza":29324,"Ġguaranteed":29325,"ĠTweenies":29326,"ĠScholars":29327,"LIL":29328,"rays":29329,"wang":29330,"Ġting":29331,"Ġmalt":29332,"Ġgib":29333,"Ġofreci":29334,"otte":29335,"ĠTras":29336,"ĠMing":29337,"Ġups":29338,"Ġconstern":29339,"ĠDÃŃa":29340,"ĠWins":29341,"ryan":29342,"Ġmang":29343,"ickle":29344,"venant":29345,"venge":29346,"Ġscor":29347,"Ġtrailing":29348,"Ġheadlong":29349,"Ġcommittees":29350,"Ġschoolroom":29351,"MAY":29352,"Ġfootprints":29353,"ccas":29354,"Ġdeplo":29355,"ĠClifford":29356,"Ġsnout":29357,"ĠAbigail":29358,"ĠPatrol":29359,"Ġswims":29360,"Ġspiral":29361,"Ġturno":29362,"Ġinvestigación":29363,"!'\"":29364,"Ġsqueal":29365,"Ġinnov":29366,"ĠMoslem":29367,"Ġshrimp":29368,"Ġhijas":29369,"Ġgolpes":29370,"Prepar":29371,"ĠNicol":29372,"Ġexplicit":29373,"repuso":29374,"Ġinstincts":29375,"Ġscanned":29376,"Melissa":29377,"Ġisolation":29378,"ivorous":29379,"Ġbeetles":29380,"Ġperplexed":29381,"Spanish":29382,"Ast":29383,"Elect":29384,"Gi":29385,"Pers":29386,"PER":29387,"Push":29388,"lain":29389,"erle":29390,"Ġgifted":29391,"Ġhips":29392,"entos":29393,"Ġrecomend":29394,"Ġstroll":29395,"roduction":29396,"ĠCLO":29397,"ĠBates":29398,"Ġwhine":29399,"unuch":29400,"ĠHom":29401,"Ġruth":29402,"ĠWON":29403,"ĠJove":29404,"ĠNikki":29405,"Ġunp":29406,"Ġtrato":29407,"Ġestúp":29408,"pert":29409,"Ġdescar":29410,"dec":29411,"ggles":29412,"Ġmarca":29413,"aney":29414,"Ġsilvery":29415,"Ġcatal":29416,"Ġcaminar":29417,"Ġpropios":29418,"Ġesconder":29419,"washer":29420,"ĠTHREE":29421,"ĠRomano":29422,"Ġaccounted":29423,"ĠMumbai":29424,"Ġdetectives":29425,"Ġbinoculars":29426,"ĠBeau":29427,"Ġrazon":29428,"ĠGlooskap":29429,"beepbeep":29430,"Ġrayo":29431,"Ġcarretera":29432,"ĠObject":29433,"Ġmeadows":29434,"Ġphilosophers":29435,"Change":29436,"ĠBrigade":29437,"ĠGobierno":29438,"Ġmosquitoes":29439,"Ġsophisticated":29440,"ĠMollie":29441,"01":29442,"Gay":29443,"Lay":29444,"dicos":29445,"mand":29446,"Ġalemán":29447,"eran":29448,"argh":29449,"utta":29450,"irió":29451,"Ġuranium":29452,"Ġnigger":29453,"ĠTara":29454,"ĠSter":29455,"Ġko":29456,"season":29457,"Ġasc":29458,"ĠCyn":29459,"Ġherram":29460,"Ġrud":29461,"Ġrites":29462,"ĠFremont":29463,"Ġaggreg":29464,"Ġtricycle":29465,"ĠKom":29466,"ĠUlt":29467,"Ġacus":29468,"landers":29469,"arsity":29470,"ĠAndrés":29471,"Ġsupposing":29472,"Ġbirch":29473,"Ġfellers":29474,"Ġverbal":29475,"Alas":29476,"Ġexplored":29477,"Ġrespeto":29478,"Ġhoist":29479,"rona":29480,"ĠBarack":29481,"ĠShit":29482,"saying":29483,"ĠMademoiselle":29484,"illermo":29485,"üh":29486,"chance":29487,"ĠBurr":29488,"Ġbombers":29489,"Ġcontacts":29490,"Ġvegetarian":29491,"ĠFortunately":29492,"ĠGranada":29493,"Ġpollito":29494,"idiary":29495,"Ġdynamite":29496,"ĠReynolds":29497,"Ġcorrespondence":29498,"Ġsponsor":29499,"Ġdiablos":29500,"Ġpavilion":29501,"Ġadvisor":29502,"Ġresentment":29503,"Ġmensaje":29504,"ĠFanning":29505,"Ġexclusively":29506,"Ġcanceled":29507,"Cold":29508,"Jun":29509,"eats":29510,"kk":29511,"muchas":29512,"pó":29513,"xes":29514,"Ġfath":29515,"ĠSolo":29516,"Ġkins":29517,"ifa":29518,"Ġherds":29519,"uler":29520,"Ġfrase":29521,"Ġshud":29522,"Ġshilling":29523,"ĠWitt":29524,"Ġabog":29525,"Ġelf":29526,"Ġperception":29527,"Ġprefect":29528,"Ġprecio":29529,"rencia":29530,"Ġdecisión":29531,"Ġbreeds":29532,"ĠNoble":29533,"Ġredund":29534,"Ġskipping":29535,"ĠSoft":29536,"Ġindifference":29537,"uerte":29538,"ĠsabÃŃan":29539,"Ġdividing":29540,"Ġshipwreck":29541,"ĠBarber":29542,"Ġcooled":29543,"ĠDrum":29544,"arthy":29545,"Ġscramble":29546,"ĠSerbian":29547,"showing":29548,"Ġperformer":29549,"Ġplateau":29550,"driving":29551,"ĠUttar":29552,"Ġsucedido":29553,"Oscar":29554,"Ġleisurely":29555,"ĠChelsea":29556,"formerly":29557,"Ġcongregation":29558,"Ġconejito":29559,"Buenos":29560,"DI":29561,"Wall":29562,"bla":29563,"cans":29564,"dan":29565,"Ĥ¬":29566,"Ġcá":29567,"Ġmando":29568,"Ġpumps":29569,"lli":29570,"Ġlyn":29571,"ashire":29572,"Ġhú":29573,"imar":29574,"Ġweaken":29575,"Ġugh":29576,"Ġstagger":29577,"Ġathe":29578,"ĠDoo":29579,"ĠDamn":29580,"ĠWAR":29581,"ĠWorth":29582,"Ġafil":29583,"ĠYep":29584,"Ġmatado":29585,"Ġattribut":29586,"chal":29587,"prised":29588,"Ġcorral":29589,"TERS":29590,"Ġlisteners":29591,"ĠSerena":29592,"Ġpottery":29593,"ĠPlains":29594,"ĠPerkins":29595,"Ġannually":29596,"altan":29597,"asionally":29598,"Ġobligation":29599,"Ġ1885":29600,"Ġessays":29601,"ĠDenise":29602,"Ġcopyright":29603,"Ġfloods":29604,"ĠUnderground":29605,"ĠHyun":29606,"ĠCopa":29607,"Ġcuántas":29608,"Ġbundles":29609,"ĠWORK":29610,"ĠMUCH":29611,"ttemberg":29612,"ĠSevilla":29613,"ĠDoubs":29614,"Economy":29615,"Bay":29616,"Cover":29617,"Gall":29618,"Jen":29619,"Var":29620,"aña":29621,"founded":29622,"Ġwiggle":29623,"Ġluces":29624,"Ġthorn":29625,"ĠTher":29626,"Ġkiwi":29627,"urable":29628,"hentic":29629,"Ġpliers":29630,"Ġblond":29631,"Ġsecular":29632,"Ġentus":29633,"Ġministry":29634,"ĠThumb":29635,"Ġrelates":29636,"Ġsubmission":29637,"Behind":29638,"criber":29639,"Ġposes":29640,"Ġmares":29641,"Ġdiscut":29642,"Somehow":29643,"Ġconsiderado":29644,"uku":29645,"wanted":29646,"Ġtalents":29647,"Ġtaped":29648,"Ġassociates":29649,"ĠBaa":29650,"AKES":29651,"Ġcoalition":29652,"ĠMiranda":29653,"Ġdescubr":29654,"urosawa":29655,"Ġpuffed":29656,"Ġswelling":29657,"Ġearthquakes":29658,"àŃģ":29659,"ĠJesús":29660,"Ġanoche":29661,"Ġsuavemente":29662,"Ġhammock":29663,"ĠHispanic":29664,"Ġinfrastructure":29665,"doh":29666,"iary":29667,"names":29668,"pm":29669,"soo":29670,"àª":29671,"Ġcords":29672,"Ġome":29673,"Ġomin":29674,"Ġfiel":29675,"Ġofic":29676,"Ġhive":29677,"ĠTrophy":29678,"ĠMats":29679,"ĠMUST":29680,"ĠAce":29681,"uming":29682,"Ġsofter":29683,"aining":29684,"acken":29685,"ĠLGBT":29686,"ĠFur":29687,"hanging":29688,"cib":29689,"Ġmuzzle":29690,"Ġestuve":29691,"ividad":29692,"Ġacu":29693,"decÃŃa":29694,"brr":29695,"Ġgenerously":29696,"Ġtuber":29697,"ĠmaÃŃz":29698,"ĠFlint":29699,"Ġsaca":29700,"Ġcondición":29701,"Ġcultura":29702,"âĮī...":29703,"Ġhillside":29704,"Ġsmartie":29705,"Ġexpanding":29706,"Ġpreventing":29707,"Ġ1884":29708,"à®ķ":29709,"Ġreacting":29710,"Ġsubspecies":29711,"Ġsubsidiary":29712,"Ġ1857":29713,"Ġferment":29714,"Ġobjetivo":29715,"Ġcelery":29716,"Ġprosecution":29717,"Ġsurveyed":29718,"cookies":29719,"Ġ~+":29720,"ĠAlbany":29721,"Ġenvelopes":29722,"Ġrhinoceros":29723,"shrugs":29724,"Ġshuddered":29725,"-'":29726,"Crazy":29727,"Point":29728,"Sand":29729,"Slow":29730,"dón":29731,"digo":29732,"gil":29733,"vamente":29734,"zin":29735,"heum":29736,"Ġcárcel":29737,"Ġpuse":29738,"nore":29739,"ĠIgn":29740,"Ġthud":29741,"imm":29742,"imus":29743,"Ġstowed":29744,"roqu":29745,"ĠMult":29746,"rak":29747,"ĠHapp":29748,"Ġvowed":29749,"ĠDos":29750,"ĠDaphne":29751,"Ġsaun":29752,"Ġplent":29753,"ĠNate":29754,"Ġcling":29755,"Ġplaywright":29756,"Ġcuisine":29757,"ĠAlps":29758,"Ġdinars":29759,"Ġstere":29760,"Ġpatito":29761,"Ġgenerate":29762,"Ġcrem":29763,"Ġparticulars":29764,"Ġhombros":29765,"Ġdiscurso":29766,"Ġprinter":29767,"Ġobjectives":29768,"ĠmÃŃos":29769,"Ġillusion":29770,"Somewhere":29771,"Ġpublications":29772,"Ġwildlife":29773,"Ġdecirme":29774,"spin":29775,"ĠGoodbye":29776,"viÄĩ":29777,"Ġdusting":29778,"Ġchapters":29779,"Ġpillars":29780,"ĠGarfield":29781,"izzard":29782,"Ġdiversity":29783,"ropolis":29784,"Ġinterpreted":29785,"Ġmaintaining":29786,"Ġimmigration":29787,"ĠAnimals":29788,"ĠcaracterÃŃsticas":29789,"Ġnibbled":29790,"ĠKuwait":29791,"ĠFuller":29792,"Ġexaggerated":29793,"openhauer":29794,"Ġpsychiatrist":29795,"ĠVendée":29796,"ĠCeltic":29797,"overlapped":29798,"Ġallergic":29799,"Interesting":29800,"Ġlaptop":29801,"Buddy":29802,"Wild":29803,"gentle":29804,"kir":29805,"uber":29806,"Ġdich":29807,"ativas":29808,"alus":29809,"Ġjap":29810,"ackett":29811,"ĠGad":29812,"ĠGavin":29813,"ĠLazar":29814,"ĠJolly":29815,"Ġjusticia":29816,"arel":29817,"Ġarithmetic":29818,"Ġspitting":29819,"ureen":29820,"ishy":29821,"ometown":29822,"guer":29823,"ĠsentÃŃ":29824,"Ġimpart":29825,"ĠMissy":29826,"ĠCloth":29827,"Ġtemplate":29828,"Ġhonours":29829,"ĠWarri":29830,"Ġllevaban":29831,"Ġduckie":29832,"ĠAnti":29833,"Ġmaternal":29834,"Ġproductos":29835,"Ġcortes":29836,"Ġacabar":29837,"Ġrecono":29838,"Ġhammering":29839,"ĠHungry":29840,"Ġhalves":29841,"Ġalcoholic":29842,"ĠCasa":29843,"Simple":29844,"à¯ģ":29845,"Ġadjusted":29846,"ürttemberg":29847,"Ġfugitives":29848,"Ġappointments":29849,"Dex":29850,"Jere":29851,"LC":29852,"Sandy":29853,"pipe":29854,"vir":29855,"reng":29856,"erver":29857,"Ġhunch":29858,"Ġnovio":29859,"ooch":29860,"Ġstressed":29861,"ĠSI":29862,"sect":29863,"ĠBless":29864,"Ġquivering":29865,"ilts":29866,"iliation":29867,"thon":29868,"ĠDion":29869,"agara":29870,"Ġpeck":29871,"Ġgrants":29872,"sock":29873,"Ġpreacher":29874,"Ġador":29875,"Ġsmote":29876,"Ġreservo":29877,"Ġslug":29878,"Ġsitios":29879,"ĠThirty":29880,"Ġformado":29881,"Ġplanks":29882,"appropriate":29883,"Ġadvances":29884,"Ġstarvation":29885,"ĠPeriod":29886,"ĠAmelia":29887,"LEASE":29888,"Ġbanished":29889,"Ġjackets":29890,"Ġastro":29891,"spider":29892,"ĠMotors":29893,"Ġdestroyer":29894,"ĠRedmond":29895,"Ġrompe":29896,"Ġinvestigated":29897,"ĠPalm":29898,"Ġpredic":29899,"Ġsiguientes":29900,"ĠArtie":29901,"ĠPlayers":29902,"1993":29903,"árt":29904,"ĠEverett":29905,"ĠMurd":29906,"squeeze":29907,"ĠAndrews":29908,"ĠTreasure":29909,"ĠLiberation":29910,"Ġzapat":29911,"Ġmultipl":29912,"Ġevolutionary":29913,"Ġswayed":29914,"Ġtreachery":29915,"Sylvia":29916,"sausage":29917,"ĠHastings":29918,"Rome":29919,"UMP":29920,"nea":29921,"Ġpits":29922,"Ġgin":29923,"Ġgla":29924,"Ġhect":29925,"Ġnip":29926,"Ġstinky":29927,"ĠAI":29928,"ĠAye":29929,"ĠCod":29930,"istent":29931,"ĠJans":29932,"ĠOdin":29933,"Ġadqu":29934,"ĠStrange":29935,"ĠVul":29936,"Ġhomeland":29937,"Ġconspic":29938,"locks":29939,"ĠsolÃŃa":29940,"Ġpasaron":29941,"ritical":29942,"ĠCharleston":29943,"Ġscares":29944,"ĠTruth":29945,"Ġsupposedly":29946,"ĠMadge":29947,"Ġgrasses":29948,"ĠÃł":29949,"Ġspreads":29950,"ascus":29951,"Ġgroans":29952,"Ġ1864":29953,"ĠRamsay":29954,"Ġcitizenship":29955,"ĠLightning":29956,"Ġnacido":29957,"ĠAgainst":29958,"ĠRuby":29959,"ĠMembers":29960,"ĠSacr":29961,"Ġsamurai":29962,"OUGHT":29963,"ĠLudwig":29964,"Ġwistfully":29965,"Ġdangling":29966,"ĠGandhi":29967,"Ġecosystem":29968,";--":29969,"Nearly":29970,"Tilda":29971,"calling":29972,"makers":29973,"rather":29974,"vity":29975,"zee":29976,"Ġ\\":29977,"hell":29978,"hale":29979,"Ġcages":29980,"ĠdÃŃ":29981,"Ġhhh":29982,"Ġul":29983,"amela":29984,"stalk":29985,"ĠHAR":29986,"estial":29987,"ĠWAL":29988,"istle":29989,"ĠLogan":29990,"ĠRaleigh":29991,"feed":29992,"Heart":29993,"Ġcoaching":29994,"Ġade":29995,"Ġentera":29996,"Ġleapt":29997,"Ġrecession":29998,"Ġmarijuana":29999} \ No newline at end of file