Zebulon Goriely commited on
Commit
7c1007c
·
1 Parent(s): 81000d3

Keep LM Head Model

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. best_model/config.json +0 -27
  2. best_model/lm_model/config.json +0 -27
  3. best_model/lm_model/merges.txt +0 -7932
  4. best_model/lm_model/pytorch_model.bin +0 -3
  5. best_model/lm_model/special_tokens_map.json +0 -15
  6. best_model/lm_model/tokenizer.json +0 -0
  7. best_model/lm_model/tokenizer_config.json +0 -23
  8. best_model/lm_model/vocab.json +0 -0
  9. best_model/merges.txt +0 -7932
  10. best_model/pytorch_model.bin +0 -3
  11. best_model/special_tokens_map.json +0 -15
  12. best_model/task_heads/mlm_optimizer.pt +0 -3
  13. best_model/task_heads/mlm_scheduler.pt +0 -3
  14. best_model/task_heads/mlm_task_head.pt +0 -3
  15. best_model/tokenizer.json +0 -0
  16. best_model/tokenizer_config.json +0 -23
  17. best_model/training_args.bin +0 -3
  18. best_model/vocab.json +0 -0
  19. config.json +1 -1
  20. hydra_config_1690018007.1819203.yaml +0 -57
  21. lm_model/all_predictions.json +0 -3
  22. lm_model/aoa_prediction/extracted_average_surprisals.json +0 -1
  23. lm_model/aoa_prediction/mean_absolute_deviation_results.json +0 -1
  24. lm_model/config.json +0 -27
  25. lm_model/finetune/boolq/all_results.json +0 -15
  26. lm_model/finetune/boolq/config.json +0 -37
  27. lm_model/finetune/boolq/eval_results.json +0 -10
  28. lm_model/finetune/boolq/merges.txt +0 -7932
  29. lm_model/finetune/boolq/predict_results.txt +0 -724
  30. lm_model/finetune/boolq/pytorch_model.bin +0 -3
  31. lm_model/finetune/boolq/special_tokens_map.json +0 -15
  32. lm_model/finetune/boolq/tokenizer.json +0 -0
  33. lm_model/finetune/boolq/tokenizer_config.json +0 -23
  34. lm_model/finetune/boolq/train_results.json +0 -8
  35. lm_model/finetune/boolq/trainer_state.json +0 -35
  36. lm_model/finetune/boolq/training_args.bin +0 -3
  37. lm_model/finetune/boolq/vocab.json +0 -0
  38. lm_model/finetune/cola/all_results.json +0 -15
  39. lm_model/finetune/cola/config.json +0 -37
  40. lm_model/finetune/cola/eval_results.json +0 -10
  41. lm_model/finetune/cola/merges.txt +0 -7932
  42. lm_model/finetune/cola/predict_results.txt +0 -1020
  43. lm_model/finetune/cola/pytorch_model.bin +0 -3
  44. lm_model/finetune/cola/special_tokens_map.json +0 -15
  45. lm_model/finetune/cola/tokenizer.json +0 -0
  46. lm_model/finetune/cola/tokenizer_config.json +0 -23
  47. lm_model/finetune/cola/train_results.json +0 -8
  48. lm_model/finetune/cola/trainer_state.json +0 -97
  49. lm_model/finetune/cola/training_args.bin +0 -3
  50. lm_model/finetune/cola/vocab.json +0 -0
best_model/config.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "architectures": [
3
- "RobertaPreLayerNormModel"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "bos_token_id": 3,
7
- "classifier_dropout": null,
8
- "eos_token_id": 4,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 500,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 2000,
14
- "layer_norm_eps": 1e-05,
15
- "max_position_embeddings": 512,
16
- "model_type": "roberta-prelayernorm",
17
- "num_attention_heads": 10,
18
- "num_hidden_layers": 10,
19
- "pad_token_id": 1,
20
- "position_embedding_type": "absolute",
21
- "tie_word_embeddings": false,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.26.1",
24
- "type_vocab_size": 2,
25
- "use_cache": true,
26
- "vocab_size": 8192
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/lm_model/config.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "architectures": [
3
- "RobertaPreLayerNormForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "bos_token_id": 3,
7
- "classifier_dropout": null,
8
- "eos_token_id": 4,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 500,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 2000,
14
- "layer_norm_eps": 1e-05,
15
- "max_position_embeddings": 512,
16
- "model_type": "roberta-prelayernorm",
17
- "num_attention_heads": 10,
18
- "num_hidden_layers": 10,
19
- "pad_token_id": 1,
20
- "position_embedding_type": "absolute",
21
- "tie_word_embeddings": false,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.26.1",
24
- "type_vocab_size": 2,
25
- "use_cache": true,
26
- "vocab_size": 8192
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/lm_model/merges.txt DELETED
@@ -1,7932 +0,0 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
- Ġ t
3
- h e
4
- Ġ a
5
- Ġ i
6
- Ġ w
7
- Ġt he
8
- Ġ s
9
- r e
10
- Ġ o
11
- i n
12
- o u
13
- h a
14
- Ġ b
15
- e r
16
- Ġ c
17
- Ġ m
18
- n d
19
- o n
20
- Ġ f
21
- Ġ d
22
- Ġ y
23
- Ġ p
24
- in g
25
- Ġt o
26
- o r
27
- e d
28
- l l
29
- a n
30
- e n
31
- Ġ l
32
- Ġy ou
33
- e s
34
- Ġ g
35
- Ġa nd
36
- Ġi n
37
- Ġ n
38
- Ġo f
39
- i s
40
- i t
41
- a r
42
- a t
43
- ha t
44
- a s
45
- Ġ he
46
- o m
47
- Ġ h
48
- Ġi t
49
- i c
50
- o w
51
- v e
52
- Ġ ha
53
- l e
54
- Ġt h
55
- o t
56
- Ġb e
57
- Ġt hat
58
- ' s
59
- Ġ e
60
- a l
61
- u s
62
- Ġi s
63
- Ġw e
64
- u t
65
- Ġo n
66
- a y
67
- e t
68
- i on
69
- Ġ re
70
- i d
71
- Ġ r
72
- g h
73
- Ġw as
74
- l d
75
- en t
76
- Ġ k
77
- Ġs t
78
- a c
79
- v er
80
- Ġf or
81
- i m
82
- Ġ u
83
- . .
84
- a m
85
- l y
86
- s t
87
- i r
88
- a d
89
- s e
90
- Ġ j
91
- u r
92
- o o
93
- ' t
94
- gh t
95
- Ġa n
96
- Ġm e
97
- Ġd o
98
- Ġw h
99
- k e
100
- it h
101
- Ġa s
102
- Ġw ith
103
- a ll
104
- Ġs e
105
- Ġth is
106
- r o
107
- Ġw hat
108
- Ġ "
109
- Ġl i
110
- c t
111
- he r
112
- Ġs o
113
- c e
114
- Ġa re
115
- i ll
116
- Ġg o
117
- Ġn ot
118
- t er
119
- c h
120
- r i
121
- Ġa t
122
- om e
123
- Ġha ve
124
- Ġthe y
125
- Ġ 1
126
- i ght
127
- i l
128
- ou ld
129
- Ġb ut
130
- Ġn e
131
- an t
132
- us t
133
- o p
134
- Ġd e
135
- Ġf r
136
- Ġk n
137
- t h
138
- Ġn o
139
- at ion
140
- a in
141
- Ġw he
142
- Ġh is
143
- Ġa l
144
- Ġc an
145
- Ġthe re
146
- a nd
147
- Ġa ll
148
- Ġm o
149
- e a
150
- u n
151
- g e
152
- Ġm y
153
- Ġs he
154
- Ġkn ow
155
- .. .
156
- u l
157
- Ġs h
158
- Ġa b
159
- Ġs u
160
- Ġyou r
161
- o l
162
- p p
163
- ou t
164
- Ġd on
165
- Ġ v
166
- Ġo r
167
- Ġon e
168
- Ġb y
169
- es t
170
- Ġfr om
171
- Ġc om
172
- Ġc on
173
- i e
174
- er s
175
- q u
176
- ar t
177
- Ġhe r
178
- is t
179
- Ġ 2
180
- es s
181
- u m
182
- Ġt r
183
- ha n
184
- Ġu p
185
- Ġs a
186
- Ġw or
187
- re d
188
- all y
189
- Ġli ke
190
- Ġha d
191
- a b
192
- ' re
193
- o s
194
- Ġ (
195
- Ġh im
196
- Ġp l
197
- i g
198
- Ġo ut
199
- ver y
200
- Ġg et
201
- Ġ us
202
- oo k
203
- at e
204
- Ġi f
205
- Ġp ro
206
- f e
207
- n t
208
- Ġe x
209
- ac k
210
- oo d
211
- Ġj ust
212
- re s
213
- Ġs p
214
- am e
215
- Ġwh o
216
- ' m
217
- Ġab out
218
- i ve
219
- Ġwe re
220
- Ġt e
221
- a ke
222
- in k
223
- Ġd id
224
- c k
225
- ou r
226
- a p
227
- Ġhe re
228
- on e
229
- as t
230
- on g
231
- in d
232
- ou nd
233
- Ġm an
234
- e l
235
- it y
236
- â Ģ
237
- ar d
238
- e m
239
- i f
240
- or t
241
- Ġwhe n
242
- Ġa r
243
- Ġwe ll
244
- r y
245
- Ġs ome
246
- Ġw ill
247
- Ġn ow
248
- Ġ1 9
249
- Ġr ight
250
- Ġc h
251
- ic h
252
- i es
253
- Ġu n
254
- ea h
255
- Ġw ould
256
- Ġy eah
257
- Ġb r
258
- Ġl o
259
- Ġo h
260
- Ġl e
261
- Ġc o
262
- Ġh ow
263
- Ġthe m
264
- a k
265
- Ġt im
266
- Ġw ant
267
- b er
268
- Ġan y
269
- ' ll
270
- Ġth ink
271
- in e
272
- Ġ2 0
273
- a g
274
- Ġp e
275
- Ġl ook
276
- Ġg ot
277
- Ġse e
278
- Ġthe n
279
- v en
280
- Ġa m
281
- Ġin t
282
- Ġbe c
283
- ou s
284
- u d
285
- Ġwh ich
286
- o re
287
- Ġha s
288
- Ġt w
289
- h ing
290
- m ent
291
- Ġa g
292
- Ġf e
293
- Ġg r
294
- ow n
295
- Ġc l
296
- t her
297
- us e
298
- it t
299
- Ġr o
300
- Ġs ay
301
- Ġp r
302
- Ġsa id
303
- ic e
304
- ou gh
305
- Ġa f
306
- Ġ en
307
- id e
308
- Ġtim e
309
- Ġt han
310
- Ġc ome
311
- Ġg ood
312
- e p
313
- m p
314
- i p
315
- i a
316
- w ay
317
- i v
318
- Ġb o
319
- Ġbe en
320
- Ġwhe re
321
- Ġ qu
322
- Ġthe ir
323
- Ġl et
324
- e ar
325
- ' ve
326
- Ġ er
327
- ac e
328
- u re
329
- op le
330
- a re
331
- i an
332
- ic k
333
- Ġpe ople
334
- Ġmo re
335
- s o
336
- a use
337
- Ġo ther
338
- Ġgo ing
339
- n a
340
- Ġc ould
341
- e ct
342
- Ġof f
343
- Ġm ar
344
- l f
345
- r a
346
- Ġo ver
347
- re at
348
- Ġs c
349
- is h
350
- Ġo k
351
- Ġb ack
352
- Ġ very
353
- Ġf ir
354
- Ġtw o
355
- a ge
356
- re e
357
- Ġb l
358
- e nd
359
- it e
360
- ot her
361
- Ġth ing
362
- Ġa d
363
- ac t
364
- Ġwor k
365
- o se
366
- Ġp art
367
- Ġfir st
368
- Ġcom p
369
- Ġto o
370
- Ġc ha
371
- nd er
372
- ou nt
373
- as s
374
- Ġe very
375
- Ġne w
376
- - -
377
- Ġy es
378
- b le
379
- w e
380
- Ġbec ause
381
- ar y
382
- u e
383
- om et
384
- Ġj o
385
- Ġaf ter
386
- Ġd own
387
- Ġp o
388
- Ġm ay
389
- Ġw ay
390
- Ġint o
391
- Ġal so
392
- i re
393
- o d
394
- Ġc all
395
- Ġok ay
396
- as e
397
- or n
398
- at ed
399
- al k
400
- Ġo ur
401
- he d
402
- an s
403
- Ġy ear
404
- 0 0
405
- Ġs omet
406
- p t
407
- Ġon ly
408
- Ġg u
409
- ion s
410
- Ġwh y
411
- c i
412
- . "
413
- ad e
414
- itt le
415
- or d
416
- i z
417
- c o
418
- Ġl ittle
419
- Ġag ain
420
- Ġa ct
421
- Ġa c
422
- Ġt ake
423
- Ġbe t
424
- Ġb u
425
- at er
426
- Ġthe se
427
- Ġd ay
428
- Ġp er
429
- v ed
430
- ac h
431
- p er
432
- Ġpl ay
433
- i ld
434
- ou ght
435
- an ce
436
- Ġd is
437
- Ġre ally
438
- w n
439
- u b
440
- Ġf l
441
- Ġc ar
442
- ur n
443
- Ġcom m
444
- Ġs ha
445
- Ġte ll
446
- Ġcon t
447
- Ġm ake
448
- t y
449
- Ġp re
450
- Ġne ed
451
- v ing
452
- Ġm u
453
- Ġsh ould
454
- re n
455
- Ġf o
456
- f f
457
- Ġdo es
458
- Ġp ut
459
- Ġs er
460
- Ġ âĢ
461
- Ġw r
462
- res s
463
- i le
464
- a v
465
- or m
466
- Ġth r
467
- se lf
468
- c l
469
- Ġ '
470
- Ġa pp
471
- en ce
472
- an g
473
- f ore
474
- Ġu nder
475
- Ġha pp
476
- ab le
477
- th ing
478
- Ġsomet hing
479
- f t
480
- Ġl a
481
- Ġc r
482
- in t
483
- Ġe ven
484
- Ġme an
485
- at her
486
- Ġmu ch
487
- b e
488
- Ġ20 1
489
- is s
490
- Ġg on
491
- i ed
492
- Ġi nd
493
- ic t
494
- Ġd r
495
- Ġs m
496
- ic al
497
- Ġre s
498
- en s
499
- ig n
500
- Ġre p
501
- Ġgon na
502
- l es
503
- or y
504
- ul t
505
- u ck
506
- Ġc ount
507
- Ġl ong
508
- at es
509
- oo l
510
- m an
511
- Ġbe fore
512
- Ġit s
513
- Ġne ver
514
- ' d
515
- Ġm ade
516
- Ġg reat
517
- t he
518
- Ġt alk
519
- Ġh o
520
- a il
521
- l and
522
- Ġman y
523
- Ġre m
524
- Ġdid n
525
- , "
526
- Ġhe l
527
- Ġi mp
528
- Ġmo st
529
- o g
530
- y s
531
- k s
532
- Ġk e
533
- Ġc han
534
- ation s
535
- on s
536
- Ġex p
537
- i ous
538
- at h
539
- t ing
540
- it ed
541
- Ġm in
542
- Ġha nd
543
- Ġbe l
544
- i ver
545
- n e
546
- Ġu h
547
- ad y
548
- Ġm r
549
- t e
550
- u ally
551
- ve l
552
- Ġth ree
553
- Ġth ose
554
- Ġm a
555
- d ay
556
- Ġd if
557
- Ġha r
558
- Ġh i
559
- Ġl ea
560
- Ġst ill
561
- ou se
562
- i ly
563
- Ġthr ough
564
- Ġst r
565
- u ll
566
- Ġyear s
567
- Ġhel p
568
- Ġli fe
569
- v es
570
- or s
571
- Ġ 3
572
- Ġo ld
573
- it ion
574
- Ġg ive
575
- Ġc our
576
- u g
577
- w ard
578
- Ġwor ld
579
- Ġthing s
580
- Ġd es
581
- re nt
582
- Ġth ought
583
- t ain
584
- i x
585
- Ġsh ow
586
- Ġlo ve
587
- Ġp le
588
- Ġe ar
589
- Ġ20 0
590
- is e
591
- f ul
592
- g et
593
- Ġp res
594
- âĢ Ŀ
595
- Ġst art
596
- p s
597
- ĠâĢ ľ
598
- Ġas k
599
- Ġl ast
600
- ri ed
601
- Ġp h
602
- c ess
603
- m m
604
- Ġf ound
605
- Ġs ch
606
- Ġc he
607
- Ġm ust
608
- u c
609
- Ġw a
610
- Ġw ent
611
- Ġa way
612
- Ġc ame
613
- Ġh ome
614
- ll ow
615
- i al
616
- Ġw ar
617
- Ġf ind
618
- in ce
619
- Ġus ed
620
- Ġ" "
621
- Ġcall ed
622
- d er
623
- Ġdo ing
624
- one y
625
- Ġbe ing
626
- Ġp ol
627
- u ct
628
- am p
629
- c es
630
- Ġat t
631
- g in
632
- Ġp ar
633
- Ġm at
634
- Ġe nd
635
- os s
636
- Ġre c
637
- ter n
638
- Ġfor m
639
- ot h
640
- Ġsp e
641
- Ġs l
642
- Ġb ig
643
- ri end
644
- ent s
645
- Ġf am
646
- er ic
647
- Ġm on
648
- Ġsu ch
649
- Ġo p
650
- Ġf in
651
- Ġe l
652
- x t
653
- Ġn ight
654
- Ġo wn
655
- Ġgo d
656
- Ġcha r
657
- Ġtr y
658
- he s
659
- Ġh ouse
660
- en ed
661
- Ġw om
662
- a u
663
- op e
664
- Ġn ame
665
- Ġre g
666
- ing s
667
- " .
668
- Ġs y
669
- Ġl ot
670
- Ġsu re
671
- Ġi d
672
- Ġc ity
673
- l ic
674
- Ġs ame
675
- f orm
676
- Ġc ap
677
- Ġen g
678
- Ġk ind
679
- g an
680
- Ġw on
681
- Ġm om
682
- Ġdif fe
683
- Ġhe y
684
- a ve
685
- od y
686
- al s
687
- Ġg en
688
- ir l
689
- n g
690
- Ġch ild
691
- Ġer m
692
- u p
693
- Ġc are
694
- Ġan other
695
- way s
696
- Ġt urn
697
- Ġk ill
698
- Ġs w
699
- Ġsu pp
700
- Ġhe ad
701
- Ġn um
702
- Ġg l
703
- e ver
704
- Ġre l
705
- Ġam eric
706
- Ġpl ace
707
- i b
708
- Ġ .
709
- Ġfe el
710
- Ġcon s
711
- Ġm ight
712
- ��p ers
713
- Ġt ak
714
- b ody
715
- Ġsch ool
716
- n ing
717
- Ġthan k
718
- Ġ z
719
- Ġke ep
720
- g r
721
- Ġus e
722
- Ġst op
723
- y e
724
- Ġf our
725
- Ġf riend
726
- Ġc ent
727
- Ġar ound
728
- Ġ1 8
729
- Ġple ase
730
- a ir
731
- as ed
732
- Ġd ist
733
- Ġs et
734
- d y
735
- Ġ ed
736
- ut e
737
- Ġh u
738
- o ck
739
- Ġe v
740
- Ġany thing
741
- t s
742
- Ġe le
743
- Ġal ways
744
- em ber
745
- ou th
746
- Ġwh ile
747
- b r
748
- ation al
749
- Ġs ur
750
- Ġn or
751
- m o
752
- m ber
753
- ur ing
754
- Ġg irl
755
- re st
756
- Ġs or
757
- m y
758
- co nd
759
- at ing
760
- Ġwa it
761
- Ġbet ter
762
- Ġnot hing
763
- Ġ 4
764
- Ġm oney
765
- Ġle ft
766
- Ġk ing
767
- ) .
768
- Ġr un
769
- Ġt er
770
- " ,
771
- m s
772
- Ġde p
773
- Ġst ates
774
- s s
775
- Ġm us
776
- fe ct
777
- ow er
778
- Ġun ited
779
- Ġre al
780
- i o
781
- Ġac c
782
- Ġse cond
783
- Ġin v
784
- Ġin st
785
- s h
786
- Ġb it
787
- Ġ ent
788
- Ġc le
789
- Ġm et
790
- m b
791
- we en
792
- l ed
793
- cl ud
794
- Ġbel ie
795
- an k
796
- Ġdiffe rent
797
- Ġm ak
798
- a h
799
- ) ,
800
- at ch
801
- Ġbet ween
802
- Ġhi gh
803
- Ġl ist
804
- Ġin s
805
- Ġdon e
806
- ou p
807
- Ġb us
808
- Ġto ld
809
- ul ar
810
- Ġs ir
811
- Ġne xt
812
- Ġf ar
813
- Ġsor ry
814
- Ġe ver
815
- t on
816
- Ġst ud
817
- Ġpo int
818
- Ġu nt
819
- Ġwor d
820
- Ġf ather
821
- Ġo b
822
- Ġsu b
823
- Ġw ater
824
- p e
825
- Ġc ol
826
- Ġb re
827
- id ent
828
- Ġb oth
829
- Ġm en
830
- ir d
831
- Ġ 5
832
- Ġ |
833
- Ġst ate
834
- n ess
835
- Ġre t
836
- Ġs ing
837
- ic s
838
- Ġm iss
839
- i ble
840
- Ġpers on
841
- ter s
842
- Ġknow n
843
- Ġb est
844
- ci al
845
- Ã ©
846
- Ġfo llow
847
- Ġb ook
848
- Ġad d
849
- a z
850
- Ġe ach
851
- Ġas s
852
- Ġde c
853
- Ġtoo k
854
- Ġg re
855
- Ġco ll
856
- Ġact ually
857
- as on
858
- Ġm other
859
- Ġ19 9
860
- d e
861
- Ġin clud
862
- c ed
863
- Ġl ater
864
- is hed
865
- Ġon ce
866
- Ġs ince
867
- Ġd uring
868
- Ġ -
869
- Ġunt il
870
- u al
871
- g er
872
- au ght
873
- i er
874
- Ġs im
875
- Ġint e
876
- h n
877
- Ġl ar
878
- t en
879
- Ġhe ll
880
- Ġcour se
881
- j ect
882
- n o
883
- Ġpro d
884
- iver s
885
- Ġevery thing
886
- Ġp ass
887
- ri ght
888
- Ġwe e
889
- Ġp op
890
- am es
891
- ar s
892
- g ed
893
- e w
894
- ? "
895
- Ġnum ber
896
- Ġin c
897
- Ġdoes n
898
- Ġm ed
899
- Ġsa w
900
- at ive
901
- Ġse em
902
- Ġd ad
903
- Ġcomm un
904
- y es
905
- Ġf un
906
- Ġbo y
907
- Ġm m
908
- on t
909
- it s
910
- ce pt
911
- Ġgen er
912
- Ġsm all
913
- ol og
914
- it ies
915
- a le
916
- p h
917
- n er
918
- Ġmay be
919
- âĢ Ļ
920
- Ġb ar
921
- ver n
922
- v ie
923
- ro ss
924
- Ġop en
925
- ou n
926
- Ġli ght
927
- Ġyou ng
928
- r ic
929
- in s
930
- l ing
931
- ea k
932
- st and
933
- as h
934
- Ġst ay
935
- Ġjo hn
936
- Ġst and
937
- ire ct
938
- Ġto day
939
- c y
940
- is ion
941
- Ġfam ily
942
- im e
943
- u res
944
- Ġen ough
945
- u ary
946
- Ġwant ed
947
- Ġlo c
948
- Ġf ive
949
- Ġp ub
950
- or k
951
- r ow
952
- Ġst e
953
- Ġro om
954
- Ġn ice
955
- Ġin ter
956
- Ġs it
957
- Ġel se
958
- os ed
959
- Ġs outh
960
- Ġs ix
961
- Ġlea ve
962
- Ġa p
963
- Ġ --
964
- Ġs on
965
- Ġnor th
966
- Ġb ad
967
- Ġameric an
968
- Ġis n
969
- Ġch r
970
- get her
971
- m e
972
- Ġto gether
973
- l ess
974
- Ġre d
975
- he re
976
- Ġd irect
977
- Ġagain st
978
- Ġar t
979
- Ġh um
980
- n y
981
- Ġa ir
982
- Ġc ur
983
- Ġgo vern
984
- Ġwith out
985
- Ġpro ble
986
- Ġhar d
987
- Ġm il
988
- Ġm ind
989
- Ġb ro
990
- Ġho ld
991
- Ġf act
992
- Ġe as
993
- i et
994
- an e
995
- er tain
996
- ar k
997
- ver s
998
- ot t
999
- ut ion
1000
- Ġse en
1001
- Ġqu ite
1002
- Ġme et
1003
- Ġm ain
1004
- Ġfe w
1005
- Ġs k
1006
- Ġsay s
1007
- Ġbec ame
1008
- re t
1009
- Ġt ri
1010
- Ġre st
1011
- Ġli ve
1012
- l o
1013
- ut h
1014
- Ġpre t
1015
- Ġto wn
1016
- Ġre ad
1017
- Ġmo ve
1018
- Ġlook ing
1019
- Ġs ide
1020
- i fe
1021
- Ġcom ing
1022
- ab ly
1023
- Ġhe ar
1024
- if ic
1025
- Ġf il
1026
- Ġk id
1027
- c c
1028
- Ġtr ans
1029
- n ed
1030
- Ġp ri
1031
- Ġtim es
1032
- Ġl and
1033
- Ġte am
1034
- Ġ 6
1035
- Ġimp ort
1036
- Ġth ough
1037
- Ġc al
1038
- Ġchild ren
1039
- Ġs ign
1040
- un g
1041
- Ġun ivers
1042
- Ġg er
1043
- i red
1044
- is ter
1045
- Ġd ied
1046
- in ess
1047
- Ġcomp an
1048
- Ġrem ember
1049
- Ġunder stand
1050
- Ġbelie ve
1051
- ot e
1052
- g g
1053
- Ġ19 8
1054
- in es
1055
- Ġpro v
1056
- Ġm orn
1057
- Ġw alk
1058
- Ġqu est
1059
- Ġb ab
1060
- a w
1061
- Ġf ace
1062
- Ġla w
1063
- Ġh ur
1064
- re am
1065
- Ġn at
1066
- Ġe mp
1067
- Ġele ct
1068
- e ll
1069
- a red
1070
- Ġhapp ened
1071
- s on
1072
- ur y
1073
- Ġc or
1074
- Ġget ting
1075
- Ġjo b
1076
- Ġmus ic
1077
- Ġy et
1078
- Ġm ill
1079
- Ġbu ild
1080
- Ġb as
1081
- Ġmorn ing
1082
- Ġw o
1083
- Ġex t
1084
- Ġwom an
1085
- Ġd ri
1086
- p ect
1087
- Ġse c
1088
- Ġf uck
1089
- l i
1090
- is ed
1091
- en se
1092
- Ġp at
1093
- Ġday s
1094
- Ġde ath
1095
- Ġre le
1096
- ! "
1097
- Ġwho le
1098
- Ġinte rest
1099
- Ġs le
1100
- Ġp a
1101
- 1 9
1102
- Ġl ine
1103
- Ġ es
1104
- Ġbr other
1105
- u ff
1106
- Ġw in
1107
- et er
1108
- Ġcon f
1109
- Ġcount ry
1110
- Ġs ort
1111
- se l
1112
- Ġne ar
1113
- Ġhe ard
1114
- Ġask ed
1115
- Ġe m
1116
- Ġg ame
1117
- t a
1118
- r al
1119
- Ġg e
1120
- Ġp ower
1121
- it al
1122
- it her
1123
- i ent
1124
- ha r
1125
- Ġle ad
1126
- Ġp oss
1127
- Ġf ore
1128
- Ġha ving
1129
- Ġrec ord
1130
- p l
1131
- t ed
1132
- Ġso on
1133
- Ġpl an
1134
- Ġa h
1135
- r on
1136
- Ġpro b
1137
- y ing
1138
- Ġan s
1139
- c he
1140
- re w
1141
- Ġe yes
1142
- st em
1143
- Ġha lf
1144
- c er
1145
- Ġhe art
1146
- is m
1147
- Ġe at
1148
- ment s
1149
- Ġp ay
1150
- ist s
1151
- Ġw ind
1152
- Ġhim self
1153
- Ġr a
1154
- 00 0
1155
- Ġg i
1156
- Ġ ...
1157
- Ġ19 7
1158
- in a
1159
- Ġde ad
1160
- Ġfo ot
1161
- re ady
1162
- Ġc a
1163
- Ġb orn
1164
- Ġser v
1165
- Ġchr ist
1166
- Ġcount y
1167
- iz ed
1168
- Ġg ave
1169
- h ip
1170
- Ġoff ic
1171
- Ġimport ant
1172
- Ġhow ever
1173
- Ġbl ack
1174
- an na
1175
- Ġsha ll
1176
- Ġ 8
1177
- an ge
1178
- Ġal ready
1179
- b o
1180
- Ġs ong
1181
- Ġgu y
1182
- ie ld
1183
- Ġwr ong
1184
- Ġh our
1185
- Ġt y
1186
- Ġsy stem
1187
- b all
1188
- Ġex c
1189
- Ġbr ing
1190
- h o
1191
- ant s
1192
- et s
1193
- a ut
1194
- Ġw atch
1195
- b y
1196
- as ter
1197
- Ġkn ew
1198
- iz e
1199
- Ġhis t
1200
- Ġma j
1201
- Ġc ase
1202
- Ġup on
1203
- l ish
1204
- Ġn ational
1205
- Ġ 7
1206
- i ence
1207
- Ġsay ing
1208
- Ġre f
1209
- im es
1210
- us s
1211
- o c
1212
- Ġf ull
1213
- v ent
1214
- Ġpro f
1215
- Ġtalk ing
1216
- in ed
1217
- Ġsome one
1218
- Ġunivers ity
1219
- Ġ1 0
1220
- Ġs n
1221
- Ġs ound
1222
- en e
1223
- Ġwom en
1224
- b ut
1225
- Ġf ine
1226
- Ġto m
1227
- Ġret urn
1228
- Ġtry ing
1229
- Ġpres ident
1230
- Ġcon st
1231
- Ġor der
1232
- Ġf ight
1233
- pp ed
1234
- Ġs qu
1235
- Ġsp eak
1236
- Ġpr om
1237
- Ġmar k
1238
- Ġr ound
1239
- Ġal ong
1240
- Ġme ans
1241
- Ġwh ite
1242
- Ġmon th
1243
- mo st
1244
- o h
1245
- t le
1246
- ward s
1247
- Ġbe gan
1248
- i k
1249
- t o
1250
- Ġe qu
1251
- Ġde f
1252
- Ġlist en
1253
- Ġpret ty
1254
- is on
1255
- Ġc ertain
1256
- Ġstart ed
1257
- vel op
1258
- Ġle g
1259
- Ġdo or
1260
- Ġh on
1261
- Ġpart y
1262
- Ġ 9
1263
- Ġof ten
1264
- . âĢĿ
1265
- iv es
1266
- Ġb at
1267
- Ġcomp le
1268
- Ġo ri
1269
- w er
1270
- y ou
1271
- Ġcl ass
1272
- c hed
1273
- Ġto p
1274
- Ġhand s
1275
- Ġpr ot
1276
- Ġw anna
1277
- Ġd iv
1278
- ic ally
1279
- Ġg one
1280
- Ġle ar
1281
- Ġchan ge
1282
- ow s
1283
- e red
1284
- u es
1285
- Ġf all
1286
- ain s
1287
- id ed
1288
- Ġw ife
1289
- Ġ hat
1290
- Ġbre ak
1291
- Ġid ea
1292
- Ġprob ably
1293
- Ġt en
1294
- Ġcont in
1295
- ion al
1296
- Ġi ll
1297
- Ġm id
1298
- ur al
1299
- Ġp ur
1300
- Ġ ,
1301
- Ġare a
1302
- Ġ19 6
1303
- ct or
1304
- w here
1305
- Ġb ed
1306
- Ġde velop
1307
- un e
1308
- Ġst ory
1309
- Ġs we
1310
- Ġhapp en
1311
- Ġs ent
1312
- Ġsh o
1313
- s ide
1314
- Ġin f
1315
- ag es
1316
- Ġc reat
1317
- Ġp ap
1318
- st er
1319
- Ġplay ed
1320
- Ġbus iness
1321
- il ity
1322
- Ġd an
1323
- d en
1324
- Ġgr oup
1325
- Ġger man
1326
- ar ch
1327
- Ġsh ort
1328
- Ġj u
1329
- Ġl ess
1330
- am ed
1331
- Ġgo es
1332
- Ġmat ter
1333
- Ġre ady
1334
- Ġdr ink
1335
- Ġhell o
1336
- Ġwas n
1337
- ate ly
1338
- Ġgu ys
1339
- Ġgovern ment
1340
- c le
1341
- Ġbe aut
1342
- Ġs at
1343
- Ġnew s
1344
- Ġh or
1345
- Ġlo st
1346
- ro p
1347
- u red
1348
- Ġm ic
1349
- Ġ x
1350
- Ġ1 5
1351
- Ġst re
1352
- Ġc ut
1353
- r ict
1354
- Ġbab y
1355
- Ġa w
1356
- Ġproble m
1357
- Ġab le
1358
- um p
1359
- Ġcompan y
1360
- Ġmak ing
1361
- p r
1362
- Ġan im
1363
- id es
1364
- Ġmom ent
1365
- 2 0
1366
- Ġt on
1367
- Ġf ire
1368
- Ġt a
1369
- Ġsle ep
1370
- Ġha ven
1371
- Ġtr ue
1372
- Ġbl ood
1373
- Ġpol it
1374
- Ġthan ks
1375
- Ġv o
1376
- it er
1377
- Ġp ain
1378
- ra w
1379
- Ġex amp
1380
- Ġpres ent
1381
- Ġt re
1382
- Ġgo ld
1383
- Ġh ope
1384
- Ġal most
1385
- Ġpart ic
1386
- Ġm er
1387
- Ġ1 7
1388
- Ġsomet imes
1389
- Ġsu c
1390
- Ġexp l
1391
- Ġde l
1392
- Ġj an
1393
- Ġd ou
1394
- Ġeng lish
1395
- at s
1396
- Ġco nd
1397
- Ġb ur
1398
- Ġcont ro
1399
- Ġf ree
1400
- e en
1401
- Ġdis c
1402
- Ġcom es
1403
- Ġwould n
1404
- Ġwee k
1405
- Ġyour self
1406
- Ġlar ge
1407
- Ġp ick
1408
- ap an
1409
- Ġh ot
1410
- Ġwork ing
1411
- Ġex per
1412
- Ġ ve
1413
- Ġo per
1414
- il t
1415
- Ġs al
1416
- Ġv is
1417
- Ġis land
1418
- ct ion
1419
- g n
1420
- ren ce
1421
- h y
1422
- Ġa ge
1423
- Ġe ight
1424
- at or
1425
- Ġear ly
1426
- Ġv al
1427
- ic es
1428
- Ġi m
1429
- Ġad v
1430
- Ġw est
1431
- Ġori gin
1432
- Ġv ar
1433
- Ġd aught
1434
- i am
1435
- c hes
1436
- Ġp ie
1437
- Ġgr and
1438
- l er
1439
- Ġlook ed
1440
- c ent
1441
- ac es
1442
- ri es
1443
- âĢ ĵ
1444
- Ġb all
1445
- Ġbr it
1446
- ent ion
1447
- g es
1448
- Ġde al
1449
- Ġad m
1450
- Ġ est
1451
- Ġsh ip
1452
- n ot
1453
- Ġro ck
1454
- Ġbo dy
1455
- Ġgener al
1456
- Ġj apan
1457
- Ġfil m
1458
- Ġj ack
1459
- us h
1460
- Ġpub lic
1461
- r ap
1462
- Ġm ag
1463
- Ġcle ar
1464
- ain ed
1465
- i i
1466
- Ġin tern
1467
- Ġbec ome
1468
- Ġd am
1469
- Ġag o
1470
- Ġp os
1471
- Ġr om
1472
- Ġso l
1473
- ian s
1474
- r act
1475
- Ġcl ose
1476
- Ġte le
1477
- Ġm ur
1478
- am a
1479
- Ġhapp y
1480
- Ġmr s
1481
- Ġo pp
1482
- Ġ !
1483
- Ġgi ven
1484
- Ġst ation
1485
- Ġf ood
1486
- or row
1487
- Ġse ver
1488
- c on
1489
- Ġro ad
1490
- Ġl ate
1491
- Ġspe c
1492
- gr am
1493
- Ġmo vie
1494
- Ġ19 4
1495
- Ġfriend s
1496
- Ġst uff
1497
- Ġwo nder
1498
- Ġdist rict
1499
- Ġa v
1500
- Ġlook s
1501
- Ġdo g
1502
- ul ation
1503
- uct ion
1504
- Ġs il
1505
- u nd
1506
- Ġfr ance
1507
- Ġo cc
1508
- Ġbe gin
1509
- are nt
1510
- Ġquest ion
1511
- Ġ #
1512
- Ġal b
1513
- g y
1514
- us ed
1515
- Ġhu h
1516
- Ġde v
1517
- Ġgu ess
1518
- Ġst ar
1519
- o nd
1520
- Ġch ur
1521
- Ġtr a
1522
- Ġc e
1523
- Ġl ang
1524
- ĠâĢ ĵ
1525
- Ġmy self
1526
- ha m
1527
- Ġrele ased
1528
- Ġh it
1529
- Ġor gan
1530
- Ġp en
1531
- Ġs un
1532
- ent y
1533
- Ġqu ick
1534
- Ġprof ess
1535
- Ġan n
1536
- Ġbr ought
1537
- Ġp ict
1538
- Ġsever al
1539
- Ġmar ch
1540
- Ġp ast
1541
- c ri
1542
- h ind
1543
- Ġkill ed
1544
- Ġfr ont
1545
- ne y
1546
- o k
1547
- Ġre ce
1548
- Ġb ill
1549
- le y
1550
- Ġmaj or
1551
- Ġe ur
1552
- z e
1553
- Ġp ort
1554
- Ġle ast
1555
- Ġu m
1556
- Ġdaught er
1557
- Â ł
1558
- Ġpro gram
1559
- Ġex act
1560
- Ġbe hind
1561
- Ġal right
1562
- Ġf re
1563
- Ġhum an
1564
- Ġre ason
1565
- Ġjan uary
1566
- Ġtak ing
1567
- b orn
1568
- ot s
1569
- i gh
1570
- Ġword s
1571
- er ing
1572
- Ġin form
1573
- it ing
1574
- e e
1575
- Ġser ies
1576
- et y
1577
- ie f
1578
- Ġexamp le
1579
- m a
1580
- if ul
1581
- n s
1582
- Ġ1 6
1583
- Ġtak en
1584
- Ġcap tain
1585
- Ġe ither
1586
- Ġmak es
1587
- Ġdes ign
1588
- Ġb and
1589
- Ġrep ort
1590
- Ġy ork
1591
- Ġso ld
1592
- Ġche ck
1593
- Ġr ather
1594
- Ġcour t
1595
- Ġ19 5
1596
- Ġr ad
1597
- Ġlang u
1598
- ha ps
1599
- Ġmar ried
1600
- Ġmill ion
1601
- Ġ ?
1602
- ard s
1603
- Ġm ad
1604
- Ġd et
1605
- Ġcomm on
1606
- Ġall ow
1607
- es e
1608
- j o
1609
- ut es
1610
- iv ed
1611
- ious ly
1612
- Ġ1 2
1613
- r ing
1614
- Ġco st
1615
- Ġf ig
1616
- sel ves
1617
- e y
1618
- p le
1619
- Ġv ill
1620
- Ġa ust
1621
- Ġc at
1622
- Ġf a
1623
- art ment
1624
- h u
1625
- Ġi r
1626
- al th
1627
- Ġal one
1628
- Ġtr ain
1629
- Ġli ving
1630
- Ġte mp
1631
- Ġpr in
1632
- Ġpar k
1633
- Ġcould n
1634
- Ġstr ong
1635
- Ġse a
1636
- Ġsupp ort
1637
- Ġother s
1638
- m on
1639
- Ġsu per
1640
- Ġc op
1641
- g o
1642
- Ġr iver
1643
- Ġd a
1644
- ud e
1645
- Ġevery one
1646
- Ġspe cial
1647
- Ġc amp
1648
- Ġc os
1649
- Ġt ou
1650
- Ġc ir
1651
- Ġatt ack
1652
- Ġhu nd
1653
- Ġpo or
1654
- Ġsuc cess
1655
- ou d
1656
- Ġchar ac
1657
- Ġm ess
1658
- Ġchur ch
1659
- ac ed
1660
- Ġturn ed
1661
- Ġl ay
1662
- Ġhund red
1663
- Ġst ep
1664
- Ġab s
1665
- Ġbeaut iful
1666
- he ad
1667
- Ġper haps
1668
- Ġp al
1669
- f ic
1670
- p ort
1671
- Ġt est
1672
- i en
1673
- Ġth ird
1674
- Ġar m
1675
- Ġm ount
1676
- Ġthink ing
1677
- itt en
1678
- el t
1679
- Ġ 0
1680
- Ġc oun
1681
- olog y
1682
- Ġear th
1683
- Ġdo ctor
1684
- b ed
1685
- Ġf if
1686
- Ġl ady
1687
- Ġres p
1688
- Ġoff ice
1689
- w hat
1690
- , âĢĿ
1691
- Ġper form
1692
- g ue
1693
- mb ers
1694
- d le
1695
- Ġwith in
1696
- Ġge or
1697
- c om
1698
- Ġe ast
1699
- Ġ $
1700
- Ġsu mm
1701
- um b
1702
- Ġswe et
1703
- Ġalb um
1704
- on es
1705
- i qu
1706
- p ed
1707
- i um
1708
- Ġus ually
1709
- Ġins ide
1710
- Ġd ie
1711
- Ġde ar
1712
- Ġto t
1713
- ull y
1714
- Ġeur ope
1715
- in o
1716
- Ġv ir
1717
- Ġw all
1718
- os p
1719
- Ġgr ow
1720
- ren ch
1721
- Ġf air
1722
- Ġn amed
1723
- b and
1724
- Ġstre et
1725
- ll y
1726
- Ġre co
1727
- p ar
1728
- o ve
1729
- Ġc ross
1730
- al ity
1731
- em ent
1732
- Ġhist ory
1733
- Ġf ur
1734
- Ġbrit ish
1735
- Ġc oup
1736
- Ġy e
1737
- Ġh y
1738
- Ġgre en
1739
- ap e
1740
- am ent
1741
- Ġse pt
1742
- Ġfollow ing
1743
- el s
1744
- Ġwant s
1745
- le t
1746
- Ġse ven
1747
- Ġexact ly
1748
- Ġse nd
1749
- ri l
1750
- Ġans wer
1751
- Ġpol ice
1752
- Ġg un
1753
- Ġam ong
1754
- z y
1755
- Ġbuild ing
1756
- Ġj ud
1757
- er t
1758
- Ġexp ect
1759
- Ġte ac
1760
- itt ing
1761
- Ġbu ilt
1762
- Ġj e
1763
- Ġgot ta
1764
- Ġtr ou
1765
- Ġcoll e
1766
- f ord
1767
- Ġhe ld
1768
- Ġapp ro
1769
- Ġro b
1770
- Ġsing le
1771
- Ġv ict
1772
- ent ly
1773
- Ġus ing
1774
- Ġc ast
1775
- en g
1776
- Ġmin ute
1777
- b s
1778
- id ge
1779
- Ġac ross
1780
- Ġout side
1781
- Ġserv ice
1782
- at ic
1783
- f fect
1784
- Ġc re
1785
- Ġcl ub
1786
- Ġgr ound
1787
- uc ed
1788
- nd on
1789
- Ġbu y
1790
- Ġse ason
1791
- her n
1792
- Ġl ad
1793
- Ġres ult
1794
- Ġde ce
1795
- Ġi mm
1796
- Ġtw enty
1797
- Ġre qu
1798
- Ġwhat ever
1799
- Ġme mbers
1800
- Ġsept ember
1801
- Ġa ug
1802
- Ġl ord
1803
- Ġloc al
1804
- . '
1805
- Ġcha mp
1806
- Ġw ood
1807
- Ġph il
1808
- l s
1809
- Ġplay ing
1810
- Ġtom orrow
1811
- Ġmonth s
1812
- Ġmin utes
1813
- l ished
1814
- Ġd ark
1815
- Ġo ct
1816
- Ġl ab
1817
- e ad
1818
- ag ed
1819
- Ġevery body
1820
- es tern
1821
- Ġr an
1822
- Ġany one
1823
- Ġju ly
1824
- Ġfoot ball
1825
- Ġb ird
1826
- Ġc ra
1827
- Ġan g
1828
- i or
1829
- an ces
1830
- Ġb ir
1831
- Ġh us
1832
- Ġinclud ing
1833
- m ing
1834
- o ke
1835
- Ġsh ut
1836
- Ġv ide
1837
- a pp
1838
- id er
1839
- Ġposs ible
1840
- Ġf rench
1841
- Ġd est
1842
- Ġs us
1843
- we ll
1844
- f ully
1845
- or ies
1846
- ve red
1847
- Ġcon cer
1848
- Ġl ow
1849
- Ġe ffect
1850
- ke y
1851
- Ġt ried
1852
- er v
1853
- Ġd ream
1854
- Ġte ch
1855
- Ġp ull
1856
- Ġha ir
1857
- Ġcon n
1858
- Ġwhe ther
1859
- l a
1860
- un k
1861
- v ision
1862
- Ġhe n
1863
- s u
1864
- Ġ19 3
1865
- u ce
1866
- un t
1867
- m en
1868
- Ġm or
1869
- Ġmo d
1870
- o ber
1871
- Ġt reat
1872
- Ġme mber
1873
- Ġsec ret
1874
- Ġn orm
1875
- Ġle vel
1876
- Ġeas y
1877
- ous and
1878
- Ġbl ue
1879
- Ġwr itten
1880
- Ġbo x
1881
- Ġj une
1882
- Ġ ver
1883
- Ġa uth
1884
- Ġp ress
1885
- Ġfor g
1886
- Ġapp ear
1887
- Ġt ill
1888
- Ġ1 1
1889
- a im
1890
- g est
1891
- Ġth ousand
1892
- Ġv ie
1893
- Ġaug ust
1894
- Ġsh it
1895
- Ġrep res
1896
- al d
1897
- Ġco ld
1898
- Ġr u
1899
- Ġany way
1900
- Ġrep l
1901
- Ġfe ll
1902
- Ġpop ulation
1903
- in ation
1904
- Ġbo ys
1905
- b it
1906
- Ġli ved
1907
- iv ing
1908
- Ġc am
1909
- Ġc ry
1910
- an c
1911
- Ġlo ndon
1912
- Ġm ine
1913
- ber t
1914
- Ġfl o
1915
- Ġh ill
1916
- Ġwor ry
1917
- Ġget s
1918
- ang er
1919
- g ress
1920
- c ome
1921
- Ġb ased
1922
- Ġp et
1923
- Ġdep artment
1924
- Ġf ield
1925
- Ġf elt
1926
- Ġprot ect
1927
- en cy
1928
- Ġev ent
1929
- Ġm ot
1930
- Ġpro per
1931
- Ġchan ce
1932
- ve mber
1933
- Ġform er
1934
- Ġwork s
1935
- Ġeng land
1936
- Ġinst ead
1937
- Ġt able
1938
- Ġh ig
1939
- Ġar my
1940
- Ġhus band
1941
- Ġcomple te
1942
- f ort
1943
- Ġd in
1944
- un ch
1945
- ac hed
1946
- Ġde fe
1947
- Ġinform ation
1948
- Ġpo st
1949
- o b
1950
- Ġcolle ge
1951
- Ġvie w
1952
- Ġm aster
1953
- Ġap ril
1954
- Ġcur rent
1955
- Ġpartic ular
1956
- Ġcle an
1957
- Ġt our
1958
- vie w
1959
- Ġed uc
1960
- Ġwr ite
1961
- Ġit al
1962
- Ġvo ice
1963
- ep t
1964
- av y
1965
- Ġwork ed
1966
- Ġm ass
1967
- Ġwe ar
1968
- Ġg ar
1969
- Ġpro cess
1970
- h m
1971
- Ġoct ober
1972
- d om
1973
- Ġsome body
1974
- as es
1975
- Ġreg ion
1976
- Ġan t
1977
- Ġcomm and
1978
- ea red
1979
- i pp
1980
- s c
1981
- Ġc ook
1982
- Ġst ra
1983
- Ġcoup le
1984
- Ġs ister
1985
- Ġcent ury
1986
- Ġb ri
1987
- Ġf av
1988
- Ġw ish
1989
- br uary
1990
- Ġli ves
1991
- Ġhour s
1992
- Ġlangu age
1993
- o v
1994
- Ġg ames
1995
- Ġfor get
1996
- Ġtr ust
1997
- Ġseem s
1998
- Ġe p
1999
- th ough
2000
- hu h
2001
- Ġon es
2002
- Ġtr ad
2003
- if ied
2004
- Ġdece mber
2005
- Ġtech n
2006
- Ġsu d
2007
- Ġtele vision
2008
- Ġpap er
2009
- Ġpri v
2010
- ro d
2011
- c ha
2012
- at ure
2013
- Ġ1 3
2014
- Ġwr ote
2015
- Ġare n
2016
- re ad
2017
- Ġinv ol
2018
- Ġno vember
2019
- Ġpr act
2020
- an a
2021
- Ġknow s
2022
- Ġtr uth
2023
- c han
2024
- Ġha ng
2025
- Ġto r
2026
- Ġdif fic
2027
- le ct
2028
- Ġf ast
2029
- Ġpro p
2030
- Ġli e
2031
- Ġr is
2032
- Ġ1 4
2033
- Ġr ail
2034
- Ġcan not
2035
- k es
2036
- Ġl im
2037
- og rap
2038
- Ġt it
2039
- ll ing
2040
- Ġn et
2041
- i od
2042
- r u
2043
- Ġton ight
2044
- Ġconn ect
2045
- Ġt ur
2046
- Ġs en
2047
- Ġp arent
2048
- Ġameric a
2049
- Ġcomp et
2050
- id ing
2051
- so ci
2052
- it ions
2053
- c il
2054
- d o
2055
- Ġd ress
2056
- Ġchan ged
2057
- Ġcontro l
2058
- Ġs ense
2059
- as ure
2060
- it ch
2061
- Ġfe bruary
2062
- Ġ3 0
2063
- Ġdad dy
2064
- ra id
2065
- Ġal though
2066
- Ġkid s
2067
- o int
2068
- Ġ vers
2069
- Ġauth or
2070
- Ġr ic
2071
- Ġso ci
2072
- Ġv i
2073
- Ġmo ved
2074
- Ġper fect
2075
- e f
2076
- Ġfe et
2077
- Ġph one
2078
- Ġd i
2079
- Ġd raw
2080
- air s
2081
- Î ¿
2082
- Ġse x
2083
- Ġa ward
2084
- Ġc iv
2085
- f or
2086
- Ġrepres ent
2087
- iz ation
2088
- Ġex cept
2089
- w ork
2090
- Ġl uck
2091
- i ke
2092
- Ġter m
2093
- Ġde ep
2094
- Ġlong er
2095
- Ġbu ll
2096
- Ġbir th
2097
- y al
2098
- Ġf ail
2099
- Ġ201 3
2100
- Ġsh ot
2101
- Ġas soci
2102
- Ġb ott
2103
- Ġsho ot
2104
- y ed
2105
- Ġn ine
2106
- k ing
2107
- Ġc ult
2108
- oo se
2109
- Ġsp ace
2110
- Ġsupp osed
2111
- Ġvide o
2112
- s y
2113
- Ġwe l
2114
- Ġfr ank
2115
- Ġcha ir
2116
- Ġhe alth
2117
- Ġaf raid
2118
- Ġcommun e
2119
- ro om
2120
- Ġgirl s
2121
- Ġacc ord
2122
- Ġg ent
2123
- Ġpro ject
2124
- Ġ20 2
2125
- Ġgeor ge
2126
- er y
2127
- Ġso cial
2128
- Ġh oney
2129
- id ence
2130
- Ġd ar
2131
- Ġrun ning
2132
- Ġhur t
2133
- Ġfuck ing
2134
- Ġf ly
2135
- Ġd av
2136
- Ġb er
2137
- ir ty
2138
- Ġmid dle
2139
- f fe
2140
- Ġb en
2141
- iv al
2142
- Ġpict ure
2143
- Ġtrou ble
2144
- Ġsud den
2145
- it ive
2146
- ur s
2147
- Ġ201 0
2148
- Ġvill age
2149
- Ġp eter
2150
- et h
2151
- Ġs ar
2152
- Ġm al
2153
- d ing
2154
- Ġdis co
2155
- e c
2156
- Ġme m
2157
- Ġper iod
2158
- g ing
2159
- Ġc ried
2160
- Ġd ro
2161
- ain t
2162
- Ġla u
2163
- Ġinc re
2164
- Ġc up
2165
- Ġb ud
2166
- Ġthem selves
2167
- y n
2168
- Ġfor ce
2169
- end ed
2170
- Ġintern ational
2171
- Ġhor se
2172
- Ġtou ch
2173
- Ġlet ter
2174
- Ġp ot
2175
- m ore
2176
- Ġt ree
2177
- he n
2178
- Ġl at
2179
- at a
2180
- Ġneed s
2181
- Ġrom an
2182
- Ġc orn
2183
- t hat
2184
- Ġcoll ect
2185
- Ġh osp
2186
- Ġj ames
2187
- g u
2188
- Ġdes cri
2189
- Ġd ue
2190
- Ġk ept
2191
- Ġh op
2192
- Ġes c
2193
- Ġind ian
2194
- Ġciv il
2195
- k a
2196
- ha el
2197
- l u
2198
- Ġrece ived
2199
- on y
2200
- ci ally
2201
- Ġd en
2202
- b ers
2203
- Ġcomp ut
2204
- ro g
2205
- Ġar ri
2206
- Ġcl ot
2207
- Ġpop ular
2208
- Ġre v
2209
- Ġac cept
2210
- Ġwait ing
2211
- f er
2212
- Ġcare er
2213
- m er
2214
- Ġwill iam
2215
- Ġrel ig
2216
- Ġbe at
2217
- Ġcharac ter
2218
- Ġbe ar
2219
- Ġe ye
2220
- Ġcap ital
2221
- Ġis s
2222
- Ġde m
2223
- Ġs and
2224
- Ġplay er
2225
- Ġinv est
2226
- Ġexc use
2227
- um ent
2228
- Ġm hm
2229
- Ġty pe
2230
- Ġf ut
2231
- Ġj im
2232
- Ġlea gue
2233
- Ġch o
2234
- Ġseem ed
2235
- Ġmom my
2236
- Ġr ain
2237
- y r
2238
- Ġm ult
2239
- Ġab ove
2240
- Ġgent le
2241
- em y
2242
- Ġsa ve
2243
- Ġind e
2244
- Ġstra ight
2245
- Ġbro ad
2246
- Ġcount ries
2247
- Ġb urn
2248
- u ation
2249
- Ġent ire
2250
- con om
2251
- y l
2252
- Ġmo der
2253
- Ġu r
2254
- ul a
2255
- Ġre se
2256
- Ġres pect
2257
- Ġfur ther
2258
- Ġp ound
2259
- Ġinclud e
2260
- Ġb al
2261
- Ġv ol
2262
- Ġwor th
2263
- Ġl ed
2264
- Ġr ul
2265
- Ġeng ine
2266
- har d
2267
- b ur
2268
- Ġha ll
2269
- Ġcr it
2270
- iss ion
2271
- Ġpie ce
2272
- Ġcreat ed
2273
- Ġs an
2274
- Ġsur pr
2275
- c r
2276
- le x
2277
- oo f
2278
- il ar
2279
- ub lic
2280
- Ġsl ow
2281
- sh ip
2282
- Ġcir c
2283
- Ġc ool
2284
- ad a
2285
- Ġph ot
2286
- Ġtak es
2287
- Ġprod uct
2288
- Ġfun ny
2289
- Ġa in
2290
- Ġm ist
2291
- ff ic
2292
- Ġst at
2293
- Ġfam ous
2294
- Ġim ag
2295
- Ġmar y
2296
- Ġaf ric
2297
- Ġun ion
2298
- Ġpos ition
2299
- Ġqu een
2300
- k y
2301
- Ġter ri
2302
- Ġs out
2303
- Ġb an
2304
- r ay
2305
- Ġsp ir
2306
- Ġ2 5
2307
- Ġph ys
2308
- Ġaccord ing
2309
- ed er
2310
- Ġst ri
2311
- Ġe conom
2312
- Ġdiffic ult
2313
- l ant
2314
- ol ute
2315
- Ġc atch
2316
- Ġam ount
2317
- Ġm is
2318
- Ġn on
2319
- g ar
2320
- Ġen jo
2321
- pt ion
2322
- Ġn ort
2323
- Ġsu gg
2324
- u el
2325
- Ġcar ry
2326
- Ġmil it
2327
- Ġdri ve
2328
- Ġsumm er
2329
- Ġf ill
2330
- Ġby e
2331
- Ġeven ing
2332
- Ġbo ard
2333
- r or
2334
- Ġsa fe
2335
- Ġsugg est
2336
- Ġrep ublic
2337
- Ġro le
2338
- k en
2339
- ou l
2340
- Ġco ver
2341
- Ġpol ic
2342
- Ġwee ks
2343
- i ally
2344
- Ġit self
2345
- Ġfor t
2346
- Ġbook s
2347
- Ġaust ral
2348
- Ġdec ided
2349
- Ġhosp ital
2350
- Ġd ut
2351
- Ġc ause
2352
- Ġgl ad
2353
- Ġl os
2354
- l ine
2355
- Ġn ar
2356
- Ġh ung
2357
- Ġfut ure
2358
- Ġtell ing
2359
- Ġser ved
2360
- a x
2361
- om in
2362
- Ġcent ral
2363
- Ġreco gn
2364
- b t
2365
- Ġf ix
2366
- Ġj our
2367
- Ġfeel ing
2368
- Ġfore st
2369
- Ġdo ll
2370
- Ġw ow
2371
- Ġr ing
2372
- Ġk iss
2373
- Ġtr ack
2374
- Ġar ch
2375
- Ġ *
2376
- Ġch ief
2377
- Ġp an
2378
- Ġcertain ly
2379
- Ġsha r
2380
- Ġmat ch
2381
- Ġb ene
2382
- Ġthr ow
2383
- Ġcommun ity
2384
- Ġfig ure
2385
- st on
2386
- fe rence
2387
- h ow
2388
- s p
2389
- Ġst ood
2390
- Ġcom b
2391
- Ġgr ad
2392
- Ġproble ms
2393
- Ġcra zy
2394
- ed i
2395
- Ġme ant
2396
- Ġmeet ing
2397
- Ġteac her
2398
- r ation
2399
- Ġg ard
2400
- ol ution
2401
- Ġmic hael
2402
- Ġsh op
2403
- Ġqu iet
2404
- Ġabs olute
2405
- Ġh un
2406
- Ġpr ison
2407
- e al
2408
- Ġa head
2409
- Ġne g
2410
- Ġno body
2411
- am b
2412
- Ġfin al
2413
- Ġan ge
2414
- ill e
2415
- Ġm art
2416
- Ġparent s
2417
- Ġl ou
2418
- ac y
2419
- Ġwho se
2420
- Ġrel ations
2421
- Ġcent er
2422
- Ġpass ed
2423
- Ġen er
2424
- Ġsim ilar
2425
- Ġind ia
2426
- Ġlear n
2427
- Ġf ish
2428
- Ġex ist
2429
- Ġa ut
2430
- Ġchamp ions
2431
- 1 8
2432
- w h
2433
- Ġn in
2434
- Ġst ick
2435
- Ġsa il
2436
- Ġs ick
2437
- Ġfin ally
2438
- o on
2439
- y le
2440
- Ġd anger
2441
- Ġro ll
2442
- r uct
2443
- Ġa ud
2444
- Ġb ag
2445
- Ġfam il
2446
- Ġr uss
2447
- Ġm ater
2448
- Ġ19 2
2449
- Ġpre v
2450
- Ġob ject
2451
- Ġreturn ed
2452
- Ġanim als
2453
- Ġcontin u
2454
- Ġpl aces
2455
- Ġag re
2456
- Ġvir gin
2457
- k ed
2458
- l in
2459
- Ġty p
2460
- te en
2461
- pe cially
2462
- Ġs am
2463
- Ġm outh
2464
- Ġh m
2465
- Ġher self
2466
- Ġdav id
2467
- Ġf er
2468
- Ġgl ass
2469
- Ġjapan ese
2470
- Ġs ad
2471
- Ġinterest ing
2472
- ag on
2473
- Ġbat tle
2474
- Ġquick ly
2475
- Ġb ow
2476
- Ġmo ving
2477
- Ġ2 4
2478
- Ġvi ol
2479
- a i
2480
- Ġop ened
2481
- Ġsupp ose
2482
- Ġso ft
2483
- ak es
2484
- Ġb es
2485
- it or
2486
- Ġr ich
2487
- Ġh ol
2488
- Ġm ach
2489
- Ġhapp ens
2490
- 1 0
2491
- Ġpa ul
2492
- Ġho st
2493
- Ġmoder n
2494
- Ġpart s
2495
- Ġcol or
2496
- Ġfollow ed
2497
- Ġspec ies
2498
- Ġsub ject
2499
- Ġse lf
2500
- id a
2501
- Ġsc ience
2502
- Ġ201 1
2503
- Ġind ust
2504
- Ġking dom
2505
- Ġbegin ning
2506
- Ġs itting
2507
- Ġhen ry
2508
- Ġor d
2509
- Ġgerman y
2510
- Ġ1 00
2511
- z z
2512
- Ġk en
2513
- Ġsoci ety
2514
- ow ers
2515
- Ġse par
2516
- im ent
2517
- Ġprov ince
2518
- re me
2519
- li ke
2520
- Ġdef in
2521
- Ġest ab
2522
- c ause
2523
- Ġb reat
2524
- Ġ200 6
2525
- Ġsp end
2526
- Ġany body
2527
- Ġcoun cil
2528
- Ġlea ving
2529
- n el
2530
- s ha
2531
- Ġm um
2532
- Ġes pecially
2533
- Ġmark et
2534
- Ġb ank
2535
- Ġpe ace
2536
- Ġ201 2
2537
- om b
2538
- Ġth ou
2539
- Ġr id
2540
- Ġen v
2541
- Ġdis app
2542
- Ġflo or
2543
- Ġw ild
2544
- Ġfe llow
2545
- Ġto wards
2546
- Ġe t
2547
- ag er
2548
- Ġstud ents
2549
- l t
2550
- ce ed
2551
- p or
2552
- Ġorigin al
2553
- Ġf le
2554
- Ġcl os
2555
- Ġtot al
2556
- Ġwh om
2557
- Ġfin ished
2558
- is ing
2559
- Ġann oun
2560
- Ġc ab
2561
- we red
2562
- Ġquest ions
2563
- Ġw al
2564
- in c
2565
- Ġta x
2566
- Ġe gg
2567
- Ġpa id
2568
- Ġne igh
2569
- Ġm ir
2570
- Ġf em
2571
- Ġbec om
2572
- em pt
2573
- a f
2574
- Ġ q
2575
- ri age
2576
- Ġbr own
2577
- od e
2578
- Ġg iving
2579
- m ed
2580
- o le
2581
- u k
2582
- ay s
2583
- Ġse arch
2584
- Ġfe at
2585
- Ġexp ress
2586
- Ġro yal
2587
- in al
2588
- Ġoffic er
2589
- Ġpolit ical
2590
- Ġlo ck
2591
- Ġi ce
2592
- âĢ Ķ
2593
- if f
2594
- Ġstr ange
2595
- Ġne cess
2596
- p ing
2597
- Ġj er
2598
- Ġsp ort
2599
- Ġans wered
2600
- Ġhist or
2601
- Ġco ast
2602
- Ġwel come
2603
- ic ian
2604
- Ġse at
2605
- Ġact iv
2606
- Ġmin ister
2607
- b b
2608
- Ġlo se
2609
- Ġcl im
2610
- c her
2611
- Ġid ent
2612
- Ġmil es
2613
- Ġeduc ation
2614
- Ġaf f
2615
- Ġfe ar
2616
- Ġf ing
2617
- Ġro se
2618
- Ġd ance
2619
- Ġbl ock
2620
- Ġwas hing
2621
- Ġt ar
2622
- Ġfor ward
2623
- Ġcomm itt
2624
- Ġ ..
2625
- Ġm ention
2626
- Ġ( "
2627
- Ġke y
2628
- is hing
2629
- if t
2630
- Ġneigh b
2631
- t ime
2632
- he l
2633
- Ġf und
2634
- Ġbel ong
2635
- Ġrad io
2636
- Ġpriv ate
2637
- Ġacc ount
2638
- Ġqu ar
2639
- Ġtra vel
2640
- i ers
2641
- Ġc and
2642
- Ġj es
2643
- Ġnat ure
2644
- Ġinde ed
2645
- Ġw estern
2646
- c ast
2647
- Ġyour s
2648
- Ġter ms
2649
- Ġway s
2650
- Ġdevelop ment
2651
- Ġob s
2652
- Ġexper ience
2653
- Ġsome where
2654
- Ġun cle
2655
- Ġresp ons
2656
- Ġlau gh
2657
- Ġf ac
2658
- if orn
2659
- Ġpr ince
2660
- Ġdest ro
2661
- n es
2662
- Ġf at
2663
- Ġre ached
2664
- o red
2665
- Ġcl aim
2666
- Ġd u
2667
- Ġj ump
2668
- Ġnum bers
2669
- Ġpub lished
2670
- Ġst age
2671
- ition al
2672
- Ġact ion
2673
- Ġcal iforn
2674
- g a
2675
- p ly
2676
- Ġdirect or
2677
- ep end
2678
- Ġcons ider
2679
- Ġt v
2680
- re ct
2681
- Ġstud y
2682
- Ġnat ural
2683
- Ġvar ious
2684
- Ġc ard
2685
- Ġo oh
2686
- Ġr out
2687
- Ġinf lu
2688
- r it
2689
- Ġbe ll
2690
- Ġint rod
2691
- Ġdep end
2692
- Ġener gy
2693
- Ġb ase
2694
- ab ad
2695
- Ġany more
2696
- Ġw at
2697
- ad es
2698
- Ġpl ant
2699
- Ġdam n
2700
- l ight
2701
- Ġcaliforn ia
2702
- x ic
2703
- Ġb i
2704
- Ġequ al
2705
- Ġwind ow
2706
- n ow
2707
- Ġc ro
2708
- Ġc ens
2709
- Ġdr ug
2710
- Ġth om
2711
- Ġc aught
2712
- Ġdin ner
2713
- y a
2714
- Ġl iter
2715
- Ġdisc uss
2716
- um e
2717
- ens ive
2718
- Ġallow ed
2719
- Ġob v
2720
- Ġd ra
2721
- Ġser ious
2722
- Ġd ick
2723
- Ġv an
2724
- Ġpl at
2725
- Ġpl us
2726
- Ġsee ing
2727
- Ġsur v
2728
- Ġloc ated
2729
- Ġclot hes
2730
- Ġdo c
2731
- Ġprofess ional
2732
- Ġp ack
2733
- ic a
2734
- Ġshow s
2735
- Ġinvol ved
2736
- i res
2737
- Ġmater ial
2738
- Ġsim ple
2739
- Ġvis it
2740
- Ġric hard
2741
- Ġw ed
2742
- Ġde g
2743
- Ġdis e
2744
- Ġforg ot
2745
- c ip
2746
- Ġ2 1
2747
- Ġind epend
2748
- Ġal ive
2749
- Ġbo at
2750
- Ġ5 0
2751
- Ġwr iting
2752
- a ff
2753
- ir on
2754
- Ġsu ff
2755
- Ġpr im
2756
- y er
2757
- Ġsc ott
2758
- Ġchampions hip
2759
- Ġep is
2760
- o ld
2761
- Ġmed ic
2762
- Ġ0 1
2763
- Ġprin cess
2764
- it ution
2765
- Ġ201 4
2766
- er o
2767
- Ġc ell
2768
- Ġsc ient
2769
- Ġen c
2770
- Ġt ea
2771
- Ġa lex
2772
- Ġf it
2773
- ll ed
2774
- Ġsn ow
2775
- Ġsudden ly
2776
- " )
2777
- ide red
2778
- iv id
2779
- Ġsit uation
2780
- Ġs ize
2781
- Ġstand ing
2782
- Ġval ue
2783
- Ġm un
2784
- Ġimm edi
2785
- Ġspir it
2786
- ? âĢĿ
2787
- ag o
2788
- Ġneed ed
2789
- Ġn one
2790
- Ġhon est
2791
- Ä ģ
2792
- Ġp age
2793
- Ġspe ed
2794
- Ġg ives
2795
- Ġsound s
2796
- Ġst up
2797
- Ġchrist ian
2798
- Ġhe ro
2799
- Ġde mo
2800
- Ġsqu are
2801
- Ġ ut
2802
- in ist
2803
- Ġs our
2804
- Ġjo in
2805
- ie l
2806
- Ġbl ow
2807
- Ġabsolute ly
2808
- Ġcens us
2809
- Ġo w
2810
- Ġhe avy
2811
- ci ent
2812
- in y
2813
- eng th
2814
- Ġsp ent
2815
- Ġo x
2816
- Ġp un
2817
- Ġapp eared
2818
- Ġfav or
2819
- Ġb ought
2820
- Ġd ig
2821
- Ġg ri
2822
- ar a
2823
- Ġcon v
2824
- r uction
2825
- Ġme l
2826
- Ġrese arch
2827
- Ġmilit ary
2828
- f ace
2829
- Ġm ix
2830
- o ff
2831
- Ġatt ention
2832
- Ġtit le
2833
- ir t
2834
- Ġ201 6
2835
- Ġ200 7
2836
- Ġstop ped
2837
- h ood
2838
- Ġadd ed
2839
- Ġi i
2840
- Ġm ac
2841
- ll en
2842
- Ġm c
2843
- id s
2844
- act ion
2845
- Ġid e
2846
- Ġcons idered
2847
- Ġext ra
2848
- Ġ )
2849
- ist ic
2850
- Ġadd ress
2851
- Ġcomput er
2852
- Ġse ll
2853
- Ġbo b
2854
- f l
2855
- er ve
2856
- Ġman age
2857
- Ġbr idge
2858
- Ġenv iron
2859
- Ġma x
2860
- Ġbro ke
2861
- Ġmult ip
2862
- Ġo d
2863
- us es
2864
- Ġst one
2865
- Ġgr ou
2866
- Ġb oss
2867
- Ġsp an
2868
- id ay
2869
- Ġshould n
2870
- ail s
2871
- c ing
2872
- Ġb a
2873
- Ġar ms
2874
- Ġex ec
2875
- Ġpur p
2876
- Ġear l
2877
- w ood
2878
- Ġgre w
2879
- Ġoffic ial
2880
- Ġsong s
2881
- h od
2882
- Ġde cl
2883
- Ġprod uced
2884
- Ġmur der
2885
- Ġth us
2886
- Ġ2 3
2887
- g en
2888
- Ġd ate
2889
- as ons
2890
- Ġcap t
2891
- Ġstup id
2892
- Ġpre p
2893
- Ġhur ry
2894
- Ġav ail
2895
- w est
2896
- Ġp u
2897
- he m
2898
- Ġopp ort
2899
- Ġo u
2900
- ain ing
2901
- Ġprom ise
2902
- u it
2903
- v ille
2904
- Ġd ry
2905
- Ġg as
2906
- Ġac ad
2907
- Ġw ide
2908
- Ġsim ply
2909
- Ġgrou ps
2910
- Ġrelations hip
2911
- Ġc ow
2912
- ci ous
2913
- Ġj ew
2914
- Ġa ha
2915
- re en
2916
- Ġc y
2917
- he t
2918
- in ary
2919
- ol ic
2920
- oo ps
2921
- Ġstr uct
2922
- Ġcam er
2923
- Ġopport un
2924
- Ġcomplete ly
2925
- 1 7
2926
- Ġposs ib
2927
- Ġhat e
2928
- Ġvirgin ia
2929
- Ġan cient
2930
- Ġg ree
2931
- am s
2932
- Ġwatch ing
2933
- k et
2934
- n ers
2935
- Ġask ing
2936
- Ġatt empt
2937
- Ġl u
2938
- Ġright s
2939
- b on
2940
- Ġo il
2941
- Ġin it
2942
- Ġf ool
2943
- Ġpoint s
2944
- Ġt all
2945
- Ġp ath
2946
- Ġn ames
2947
- Ġbe ha
2948
- Ġam az
2949
- Ġanim al
2950
- . ,
2951
- b ye
2952
- c a
2953
- e x
2954
- is es
2955
- ic ip
2956
- Ġaf fect
2957
- .. ..
2958
- pp er
2959
- if y
2960
- Ġmount ain
2961
- Ġvers ion
2962
- v al
2963
- Ġe mb
2964
- Ġlar gest
2965
- Ġdemo cr
2966
- ip e
2967
- Ġind ivid
2968
- Ġperson al
2969
- at ors
2970
- Ġh ous
2971
- Ġdiv ision
2972
- ill a
2973
- Ġbro ken
2974
- Ġp sy
2975
- Ġr ace
2976
- Ġinclud ed
2977
- t r
2978
- Ġar g
2979
- Ġf an
2980
- Ġse vent
2981
- Ġact or
2982
- Ġimp ro
2983
- Ġdiffe rence
2984
- iqu e
2985
- Ġsout hern
2986
- i us
2987
- st r
2988
- Ġ19 0
2989
- Ġmean ing
2990
- te red
2991
- ffe e
2992
- m as
2993
- nd ay
2994
- Ġre ach
2995
- Ġenviron ment
2996
- Ġe ff
2997
- Ġun less
2998
- Ġlo ved
2999
- Ġcont ract
3000
- Ġemp lo
3001
- f ield
3002
- Ġo l
3003
- Ġl ower
3004
- Ġac cess
3005
- Ġrecord s
3006
- Ġth irty
3007
- Ġal an
3008
- Ġ2 6
3009
- Ġbr and
3010
- Ġbr an
3011
- Ġ200 9
3012
- de red
3013
- ino is
3014
- it es
3015
- Ġgu ard
3016
- o f
3017
- Ġb ang
3018
- Ġd eter
3019
- Ġr ap
3020
- Ġpr ime
3021
- Ġdou bt
3022
- Ġhig her
3023
- c ul
3024
- Ġt ick
3025
- le br
3026
- Ġthere fore
3027
- Ġsc ot
3028
- Ġprod uc
3029
- m in
3030
- Ġw it
3031
- Ġin j
3032
- Ġb right
3033
- Ġl ake
3034
- Ġro bert
3035
- h ic
3036
- in ct
3037
- Ġbel ow
3038
- Ġnort hern
3039
- i pped
3040
- Ġs ite
3041
- Ġf res
3042
- Ġch ick
3043
- Ġspeak ing
3044
- ri an
3045
- Ġcon gress
3046
- Ġ2 2
3047
- Ġwonder ful
3048
- 5 0
3049
- Ġsha re
3050
- Ġstart ing
3051
- a ven
3052
- w ise
3053
- Ġ200 8
3054
- gr ound
3055
- Ġcar ried
3056
- Ġref er
3057
- Ġ201 5
3058
- Ġreg ular
3059
- c us
3060
- Ġs ens
3061
- ur ity
3062
- Ġplay s
3063
- Ġtalk ed
3064
- Ġcare ful
3065
- Ġw ound
3066
- Ġmo on
3067
- Ġfl or
3068
- Ġb ath
3069
- Ġl ength
3070
- Ġtr ade
3071
- Ġkn ock
3072
- ast ic
3073
- Ġjo ined
3074
- bo ard
3075
- b a
3076
- ter day
3077
- Ġco ffee
3078
- 1 2
3079
- Ġs ight
3080
- ab ility
3081
- Ġwar m
3082
- ri a
3083
- Ġo ly
3084
- Ġbe y
3085
- Ġbirth day
3086
- h ouse
3087
- n ight
3088
- Ġl ying
3089
- Ġr ac
3090
- Ġmar ry
3091
- Ġmar riage
3092
- Ġill inois
3093
- Ġr at
3094
- ite ly
3095
- Ġchar les
3096
- Ġpr ay
3097
- Ġnear ly
3098
- Ġblood y
3099
- Ġnorm al
3100
- Ġst orm
3101
- Ġare as
3102
- olog ical
3103
- Ġce lebr
3104
- iqu es
3105
- v an
3106
- Ġapp oint
3107
- Ġmil k
3108
- g l
3109
- Ġf eder
3110
- Ġpr ice
3111
- Ġjes us
3112
- Ã ¡
3113
- Ġmo v
3114
- Ġ20 00
3115
- Ġcast le
3116
- p art
3117
- Ġyes terday
3118
- Ġmove ment
3119
- Ġbe g
3120
- Ġdes p
3121
- Ġhappen ing
3122
- Ġtrain ing
3123
- Ġv all
3124
- Ġj ose
3125
- ens ion
3126
- Ġmed ia
3127
- Ġ202 2
3128
- ur a
3129
- Ġlead er
3130
- Ġmod el
3131
- b l
3132
- Ġre view
3133
- av es
3134
- Ġwashing ton
3135
- Ġwere n
3136
- Ġinterest ed
3137
- Ġfa ith
3138
- Ġh om
3139
- Ġar r
3140
- Ġev idence
3141
- Ġbott om
3142
- Ġfamil ies
3143
- Ġa ch
3144
- Ġhon or
3145
- ive ly
3146
- ap er
3147
- Ġch ina
3148
- Ġsc ene
3149
- Ġche m
3150
- Ġprofess or
3151
- f r
3152
- Ġth reat
3153
- est s
3154
- he st
3155
- ill y
3156
- Ġass ist
3157
- Ġgard en
3158
- Ġreg ard
3159
- Ġca used
3160
- ant ly
3161
- k n
3162
- Ġw il
3163
- Ġd ata
3164
- w or
3165
- Ġc ust
3166
- ce ll
3167
- Ġne ck
3168
- Ġtre es
3169
- n al
3170
- it ude
3171
- Ġmet hod
3172
- Ġthom as
3173
- y ear
3174
- Ġt ast
3175
- Ġb ay
3176
- Ġhu ge
3177
- Ġp ush
3178
- Ġfe ed
3179
- Ġassoci ation
3180
- it z
3181
- Ġst ore
3182
- qu e
3183
- Ġco ach
3184
- Ġpar is
3185
- ri but
3186
- Ġ4 0
3187
- Ġprin cip
3188
- Ġsp ring
3189
- Ġbr ain
3190
- Ġmov ies
3191
- Ġfar m
3192
- Ġbird s
3193
- Ġd rop
3194
- Ġavail able
3195
- ut s
3196
- Ġshow ed
3197
- Ġlove ly
3198
- Ġgovern or
3199
- Ġserv ices
3200
- Ġo ce
3201
- Ġe ating
3202
- Ġschool s
3203
- Ġsc ared
3204
- re g
3205
- Ġk ick
3206
- Ġ200 5
3207
- en a
3208
- Ġl ines
3209
- Ġst ories
3210
- Ġfound ed
3211
- e k
3212
- g le
3213
- Ġg all
3214
- as k
3215
- Ġcr ow
3216
- re l
3217
- ap s
3218
- Ġcha p
3219
- Ġeurope an
3220
- Ġannoun ced
3221
- Ġper cent
3222
- z a
3223
- Ġwin ter
3224
- Ġar rest
3225
- Ġsm ell
3226
- Ġhelp ed
3227
- Ġr ub
3228
- Ġput ting
3229
- Ġtemp er
3230
- s et
3231
- Ġ ess
3232
- Ġcontinu ed
3233
- Ġpsy ch
3234
- Ġme xic
3235
- led ge
3236
- Ġemp ire
3237
- Ġocc ur
3238
- 1 5
3239
- h ib
3240
- as ion
3241
- Ġi ron
3242
- or ing
3243
- ot ed
3244
- ad ed
3245
- Ġsk in
3246
- Ġcho ice
3247
- Ġt ired
3248
- Ġsec urity
3249
- pl ay
3250
- Ġdou ble
3251
- Ġb le
3252
- Ġc ases
3253
- Ġhe aven
3254
- Ġcor rect
3255
- Ġaustral ia
3256
- ar ily
3257
- Ġwor se
3258
- Ġform ed
3259
- Ġpie ces
3260
- Ġf est
3261
- Ġj ul
3262
- Ġsp oke
3263
- Ġfin ish
3264
- Ġa ver
3265
- Ġp yr
3266
- Ġe h
3267
- Ġk it
3268
- Ġte xt
3269
- Ġlet ters
3270
- Ġoff er
3271
- Ġdevelop ed
3272
- ic ed
3273
- Ġfl ight
3274
- Ġmost ly
3275
- Ġsy mp
3276
- l am
3277
- Ġd er
3278
- ict ion
3279
- Ġfour th
3280
- Ġst ars
3281
- Ġafter no
3282
- Ġspec ific
3283
- i ot
3284
- Ġend ed
3285
- Ġprod uction
3286
- Ġ &
3287
- ol es
3288
- Ã ¼
3289
- Ġcom fort
3290
- Ġchan ges
3291
- Ġf ol
3292
- Ġv ac
3293
- Ġ2 8
3294
- Ġtw el
3295
- Ġem er
3296
- Ġenjo y
3297
- Ġfor ces
3298
- ri b
3299
- Ġwe ak
3300
- Ġpal ace
3301
- Ġimag ine
3302
- 2 00
3303
- k i
3304
- Ġsu it
3305
- Ġsp l
3306
- Ġdem and
3307
- Ġr ide
3308
- Ġwalk ed
3309
- Ġlear ned
3310
- Ġk ar
3311
- ck et
3312
- Ġexpl ain
3313
- Ġital ian
3314
- Ġan al
3315
- Ġan ne
3316
- Ġno vel
3317
- ers on
3318
- Ġadm inist
3319
- Ġterri ble
3320
- Ġc rew
3321
- Ġm use
3322
- Ġchar ge
3323
- Ġmess age
3324
- Ġdis p
3325
- Ġra ised
3326
- Ġbene f
3327
- Ġcall ing
3328
- Ġjud ge
3329
- Ġang ry
3330
- l im
3331
- il s
3332
- Ġdec ision
3333
- Ġimmedi ately
3334
- Ġtr uck
3335
- Ġc ath
3336
- Ġeff ort
3337
- Ġafterno on
3338
- n é
3339
- Ġb on
3340
- pp ing
3341
- o id
3342
- r ound
3343
- Ġ2 7
3344
- Ġcl osed
3345
- il ed
3346
- Ġlike ly
3347
- Ġopp os
3348
- Ġof fe
3349
- Ġimp ress
3350
- Ġacc om
3351
- Ġir an
3352
- Ġdise ase
3353
- a ign
3354
- c an
3355
- Ġco de
3356
- Ġfight ing
3357
- Ġwho a
3358
- Ġru le
3359
- Ġplat form
3360
- b i
3361
- Ġt ail
3362
- ous ly
3363
- Ġpolit ician
3364
- Ġpict ures
3365
- Ġs ac
3366
- Ġha n
3367
- Ġam b
3368
- Ġdist ance
3369
- Ġcre ate
3370
- Ġearl ier
3371
- Ġp ig
3372
- a ur
3373
- Ġbus y
3374
- Ġsk y
3375
- Ġpolic y
3376
- ap h
3377
- Ġlot s
3378
- Ġhot el
3379
- Ġiss ue
3380
- Ġfl at
3381
- Ġcontin ue
3382
- Ġc red
3383
- ren g
3384
- che n
3385
- Ġou ght
3386
- ent ial
3387
- Ġcamp aign
3388
- w estern
3389
- Ġbrother s
3390
- Ġfore ign
3391
- n et
3392
- Ġcom ed
3393
- itt ed
3394
- Ġye llow
3395
- m ar
3396
- Ġwe ap
3397
- Ġart ic
3398
- ho ld
3399
- ip s
3400
- Ġpar li
3401
- Ġmun icip
3402
- Ġre ve
3403
- Ġst yle
3404
- ist an
3405
- Ġsl ight
3406
- Ġbelie ved
3407
- Ġev ents
3408
- Ġoce an
3409
- d on
3410
- Ġbas ket
3411
- Ġse ction
3412
- Ġoly mp
3413
- Ġnot e
3414
- Ġnet work
3415
- Ġmuse um
3416
- Ġsp read
3417
- i ation
3418
- Ġd om
3419
- Ġd un
3420
- Ġl ink
3421
- al es
3422
- Ġag ree
3423
- Ġelect ion
3424
- Ġ Â
3425
- us ion
3426
- Ġmin us
3427
- Ġleg s
3428
- Ġide as
3429
- Ġthe ory
3430
- us hed
3431
- Ġparli ament
3432
- Ġn ick
3433
- ate g
3434
- Ġhold ing
3435
- ' .
3436
- Ġinst it
3437
- Ġc it
3438
- om s
3439
- Ġcont act
3440
- Ġinvest ig
3441
- Ġf rog
3442
- Ġset tle
3443
- 1 4
3444
- Ġs oul
3445
- Ġwe ight
3446
- Ġen emy
3447
- oc ol
3448
- Ġfa ult
3449
- is f
3450
- st e
3451
- Ġte nd
3452
- Ġ200 4
3453
- Ġnecess ary
3454
- il ities
3455
- Ġpri ze
3456
- Ġrele ase
3457
- Ġbey ond
3458
- Ġcan ada
3459
- Ġcommun ic
3460
- Ġeas tern
3461
- w a
3462
- Ġne ither
3463
- Ġ2 9
3464
- Ġsp ot
3465
- Ġco vered
3466
- Ġfif ty
3467
- Ġcurrent ly
3468
- Ġtwel ve
3469
- 1 3
3470
- Ġst aff
3471
- Ġjo y
3472
- Ġcar ol
3473
- Ġmach ine
3474
- Ġflor ida
3475
- Ġa unt
3476
- Ġfor th
3477
- Ġinte ll
3478
- Ġarri ved
3479
- Ġfres h
3480
- r am
3481
- Ġy a
3482
- Ġr ab
3483
- ash ion
3484
- Ġem ot
3485
- Ġtw ice
3486
- Ġsw im
3487
- Ġmed ical
3488
- Ġwalk ing
3489
- Ġgr ant
3490
- Ġent er
3491
- Ġap art
3492
- Ġread ing
3493
- Ġcorn er
3494
- Ġv en
3495
- Ġper m
3496
- b ack
3497
- Ġyou th
3498
- Ġcent re
3499
- Ġcal m
3500
- Ġsuccess ful
3501
- Ġacc ident
3502
- Ġsing er
3503
- Ġdet ect
3504
- Ġafric a
3505
- Ġestab lished
3506
- u nder
3507
- Ġf red
3508
- os op
3509
- Ġte ach
3510
- Ġle e
3511
- Ġk ore
3512
- Ġst reng
3513
- th is
3514
- ab les
3515
- Ġhas n
3516
- the re
3517
- Ġext reme
3518
- Ġorigin ally
3519
- Ġlad ies
3520
- Ġwe ather
3521
- Ġ( )
3522
- Ġplay ers
3523
- Ġsil ver
3524
- Ġesc ape
3525
- Ġcomp l
3526
- Ġop in
3527
- Ġdefin itely
3528
- Ġvall ey
3529
- ar ies
3530
- Ġthrough out
3531
- Ġspe e
3532
- p ir
3533
- Ġl oss
3534
- ent al
3535
- Ġu nd
3536
- Ġcommitt ee
3537
- Ġpurp ose
3538
- h i
3539
- Ġli ked
3540
- Ġatt ract
3541
- Ġc as
3542
- Ġli ft
3543
- Ġ200 1
3544
- Ġsystem s
3545
- Ġobv iously
3546
- Ġb ound
3547
- Ġm ike
3548
- il ing
3549
- Ġnews p
3550
- Ġbe ach
3551
- Ġr ay
3552
- se qu
3553
- Ġ20 20
3554
- Ġpr int
3555
- Ġsm art
3556
- i ents
3557
- n ie
3558
- ak ing
3559
- Ġa st
3560
- at ives
3561
- Ġdefe nd
3562
- is ions
3563
- ut en
3564
- est y
3565
- Ġ201 8
3566
- Ġform ula
3567
- Ġdirect ed
3568
- Ġtri p
3569
- Ġchrist mas
3570
- Ġital y
3571
- Ġepis ode
3572
- at o
3573
- Ġevent ually
3574
- Ġc art
3575
- Ġr ate
3576
- Ġres our
3577
- Ġ18 6
3578
- Ġscot land
3579
- Ġaver age
3580
- Ġfor ty
3581
- Ġte x
3582
- Ġtell s
3583
- Ġcond uct
3584
- Ġspan ish
3585
- 3 0
3586
- Ġknow ledge
3587
- Ġpract ice
3588
- ru pt
3589
- Ġfor ced
3590
- Ġcon vers
3591
- ph one
3592
- Ġsign ific
3593
- Ġach ie
3594
- Ġb ord
3595
- st airs
3596
- Ġphil osop
3597
- Ġpound s
3598
- Ġthe e
3599
- Ġlea ves
3600
- Ġdog s
3601
- w r
3602
- Ġy o
3603
- Ġn ative
3604
- Ġrep e
3605
- Ġ18 9
3606
- Ġin no
3607
- ver t
3608
- Ġjo e
3609
- Ġdirect ion
3610
- Ġbri ef
3611
- Ġs in
3612
- Ġp in
3613
- Ġsp r
3614
- Ġany where
3615
- Ġcomm er
3616
- iver se
3617
- Ġdri ving
3618
- Ġluck y
3619
- Ġo pt
3620
- en ces
3621
- oo p
3622
- ent ed
3623
- Ġli ber
3624
- Ġsh own
3625
- um ents
3626
- Ġar ab
3627
- 1 6
3628
- s he
3629
- Ġh ide
3630
- iz ing
3631
- Ġjose ph
3632
- p a
3633
- Ġp ir
3634
- Ġcall s
3635
- Ġtechn ology
3636
- j ust
3637
- er ved
3638
- Ġn ation
3639
- Ġcr ime
3640
- Ġsign ed
3641
- ar i
3642
- Ġfem ale
3643
- Ġst ock
3644
- ck s
3645
- Ġlo g
3646
- ber g
3647
- j i
3648
- Ġkind s
3649
- Ġdanger ous
3650
- z en
3651
- Ġp ac
3652
- Ġn an
3653
- Ġsc r
3654
- Ġton y
3655
- Ġrail way
3656
- as ant
3657
- Ġbig gest
3658
- Ġadd ition
3659
- Ġsold iers
3660
- Ġdoll ars
3661
- Ġopportun ity
3662
- Ġha m
3663
- Ġno se
3664
- Ġdeter m
3665
- e g
3666
- Ġd uck
3667
- Ġlou is
3668
- Ġmedic ine
3669
- w hy
3670
- il es
3671
- Ġchar l
3672
- f ast
3673
- h ol
3674
- Ġcha llen
3675
- Ġcomm ission
3676
- Ġvict im
3677
- Ġdro pped
3678
- iet y
3679
- Ġelect ric
3680
- Ġl uc
3681
- Ġsh r
3682
- ines e
3683
- bur g
3684
- s es
3685
- re r
3686
- Ġfir m
3687
- Ġgold en
3688
- Ġindust ry
3689
- Ġs ides
3690
- Ġpr oud
3691
- Ġcomp os
3692
- Ġmem ory
3693
- at lant
3694
- ub e
3695
- Ġopen ing
3696
- Ġbas ically
3697
- Ġrul es
3698
- e v
3699
- Ġteam s
3700
- p an
3701
- on ed
3702
- ed s
3703
- Ġgrow ing
3704
- kn own
3705
- se y
3706
- Ġch ic
3707
- Ġc ities
3708
- en ing
3709
- Ġplan et
3710
- j a
3711
- Ġk ent
3712
- Ġac qu
3713
- Ġelect ed
3714
- Ġdisco vered
3715
- Ġw is
3716
- Ġw ine
3717
- Ġl y
3718
- al ed
3719
- Ġfr anc
3720
- Ġconst itution
3721
- Ã ³
3722
- in i
3723
- Ġm ut
3724
- Ġpre m
3725
- mm y
3726
- Ġgentle men
3727
- Ġneg ative
3728
- Ġ201 7
3729
- Ġold er
3730
- Ġsmall er
3731
- Ġcharac ters
3732
- Ġperform ance
3733
- Ġcar s
3734
- Ġrem ain
3735
- Ġ198 0
3736
- Ġsport s
3737
- Ġal t
3738
- Ġgreat er
3739
- Ġmic ro
3740
- Ġtot ally
3741
- Ġmist ake
3742
- Ġth y
3743
- Ġu k
3744
- Ġfr an
3745
- and a
3746
- ul ations
3747
- be ll
3748
- Ġgod d
3749
- Ġvict or
3750
- Ġslow ly
3751
- Ġh ors
3752
- ill s
3753
- Ġ199 0
3754
- Ġpat ient
3755
- as c
3756
- Ġj en
3757
- Ġmiss ing
3758
- Ġhig hest
3759
- Ġfeder al
3760
- is ters
3761
- Ġr ough
3762
- Ġus es
3763
- Ġfl owers
3764
- Ġsur face
3765
- Ġnot ice
3766
- Ġbut ter
3767
- Ġact ing
3768
- é né
3769
- Ġpos itive
3770
- Ġwear ing
3771
- Ġpl ants
3772
- Ġcult ure
3773
- Ġa ii
3774
- ac hing
3775
- Ġwh is
3776
- Ġmiss ion
3777
- Ġris k
3778
- Ġb ac
3779
- Ġf ro
3780
- Ġhe at
3781
- Ġr ange
3782
- Ġstud ent
3783
- us ing
3784
- ad o
3785
- Ġent ertain
3786
- Ġparticular ly
3787
- Ġthe at
3788
- Ġp red
3789
- Ġch oose
3790
- Ġz ero
3791
- Ġdar ling
3792
- i ar
3793
- Ġs ant
3794
- er al
3795
- it ect
3796
- Ġsm ith
3797
- Ġw ake
3798
- Ġrelig ious
3799
- Ġgrad u
3800
- 1 1
3801
- c ut
3802
- e es
3803
- o y
3804
- Ġf ashion
3805
- Ġr ural
3806
- Ġch inese
3807
- Ġgr own
3808
- Ġinclud es
3809
- ific ation
3810
- b ing
3811
- Ġn a
3812
- at ory
3813
- Ġsecret ary
3814
- Ġhous es
3815
- Ġs id
3816
- Ġed ge
3817
- ! âĢĿ
3818
- our s
3819
- Ġeas ily
3820
- Ġsat isf
3821
- Ġmag az
3822
- ro ad
3823
- ak er
3824
- Ġent ered
3825
- Ġisland s
3826
- Ġexpect ed
3827
- Ġagre ed
3828
- Ġacad emy
3829
- Ġwit ness
3830
- k ins
3831
- as ing
3832
- Ġcon ference
3833
- ess ion
3834
- Ġsc reen
3835
- Ġbl ess
3836
- Ġapp arent
3837
- Ġsw ord
3838
- Ġsur round
3839
- éné es
3840
- Ġsa f
3841
- Ġbit ch
3842
- Ġpyr énées
3843
- Ġemp er
3844
- Ġarch itect
3845
- Ġord ers
3846
- Ġexec ut
3847
- Ġb oo
3848
- Ġman ager
3849
- Ġlaw yer
3850
- ol s
3851
- Ġv ote
3852
- Ġthink s
3853
- ib ility
3854
- Ġdut y
3855
- Ġegg s
3856
- atlant iques
3857
- w are
3858
- Ġfin an
3859
- Ġstud io
3860
- Ġho ly
3861
- b an
3862
- o ved
3863
- Ġb ast
3864
- Ġl ack
3865
- it ation
3866
- Ġh id
3867
- ve re
3868
- Ġse lect
3869
- Ġtr ick
3870
- Ġbre ad
3871
- Ġrev olution
3872
- Ġb omb
3873
- Ġg ro
3874
- Ġh ook
3875
- ist ed
3876
- hed ron
3877
- ho st
3878
- , --
3879
- y an
3880
- Ġr os
3881
- Ġsm ile
3882
- Ġimp oss
3883
- Ġy ep
3884
- Ġde b
3885
- Ġsouth western
3886
- c ons
3887
- Ġt un
3888
- ol a
3889
- Ġpo ly
3890
- Ġdeg ree
3891
- o res
3892
- v in
3893
- Ġp il
3894
- Ġact ress
3895
- Ġla id
3896
- Ġset t
3897
- Ġcompan ies
3898
- Ġwor ried
3899
- Ġbig ger
3900
- ograp h
3901
- Ġl oud
3902
- Ġwe t
3903
- Ġmy ster
3904
- Ġag ent
3905
- Ġchan nel
3906
- Ġprov ide
3907
- d é
3908
- Ġqu e
3909
- Ġtrans l
3910
- Ġpartic ip
3911
- Ġjour nal
3912
- Ġcath olic
3913
- Ã ¶
3914
- in ing
3915
- Ġg al
3916
- Ġemp ty
3917
- Ġiss ues
3918
- i os
3919
- s a
3920
- Ã Ń
3921
- ha l
3922
- Ġre form
3923
- Ġpro gress
3924
- Ġsc ar
3925
- Ġ18 8
3926
- o ver
3927
- Ġw rest
3928
- Ġs aint
3929
- Ġe ld
3930
- Ġapp re
3931
- Ġpick ed
3932
- Ġbes ides
3933
- nd s
3934
- Ġn ic
3935
- Ġdr unk
3936
- Ġgre y
3937
- Ġgener ally
3938
- Ġmaj esty
3939
- Ġmount ains
3940
- Ġquar ter
3941
- Ġfest ival
3942
- Ġa wards
3943
- Ġjust ice
3944
- Ġlar ger
3945
- Ġt ight
3946
- Ġwe ird
3947
- se e
3948
- ul f
3949
- ra ft
3950
- Ġjack son
3951
- Ġbroad cast
3952
- m ans
3953
- Ġg y
3954
- Ġli br
3955
- Ġat lant
3956
- Ġrem ained
3957
- Ġ200 3
3958
- Ġkill ing
3959
- Ġcond ition
3960
- t t
3961
- Ġt ape
3962
- Ġp ak
3963
- or ough
3964
- ist ry
3965
- Ġma le
3966
- Ġrout e
3967
- Ġt ed
3968
- Ġleg al
3969
- Ġsus p
3970
- Ġspee ch
3971
- Ġchic ago
3972
- r is
3973
- Ġd im
3974
- Ġd iam
3975
- Ġoffic ers
3976
- Ġaw are
3977
- re y
3978
- Ġpl ans
3979
- Ġho le
3980
- Ġdesign ed
3981
- Ġcrit ic
3982
- b ar
3983
- Ġc ash
3984
- Ġn ap
3985
- Ġk il
3986
- Ġcompet ition
3987
- Ġtyp es
3988
- Ġtar get
3989
- Ġ â
3990
- el ess
3991
- Ġtour n
3992
- im ate
3993
- Ġwr iter
3994
- Ġrem ind
3995
- Ġple asure
3996
- Ġjim my
3997
- Ġmention ed
3998
- Ġgo al
3999
- Ġpo ll
4000
- Ġlie uten
4001
- Ġrelig ion
4002
- Ġbreat h
4003
- e h
4004
- u f
4005
- Ġad ult
4006
- Ġma id
4007
- Ġclear ly
4008
- Ġg ir
4009
- Ġrel ated
4010
- Ġpower ful
4011
- Ġcomple x
4012
- Ġsour ce
4013
- l ook
4014
- Ġal co
4015
- Ġair port
4016
- Ġmot or
4017
- Ġcrow d
4018
- Ġstreng th
4019
- Ġimposs ible
4020
- Ġ( ,
4021
- Ġun it
4022
- w ho
4023
- as hed
4024
- Ġwas te
4025
- Ġtr oops
4026
- Ġpl aced
4027
- be red
4028
- Ġdr ag
4029
- Ġreport ed
4030
- i ant
4031
- Ġre ven
4032
- Ġv ot
4033
- Ġex cell
4034
- Ġbo d
4035
- Ġser ve
4036
- Ġwed ding
4037
- Ġkit chen
4038
- Ġt aught
4039
- ent h
4040
- ... ?
4041
- Ġtrans port
4042
- Ġlead ing
4043
- Ġrepl aced
4044
- Ġhors es
4045
- m us
4046
- Ġli es
4047
- Ġsy mb
4048
- Ġmain ly
4049
- Ġorgan ization
4050
- Ġfre qu
4051
- Ġpress ure
4052
- Ġproper ty
4053
- Ġd yn
4054
- il i
4055
- Ġfre ed
4056
- Ġamaz ing
4057
- Ġcit iz
4058
- Ġp air
4059
- ar r
4060
- Ġr ot
4061
- Ġst uck
4062
- ig g
4063
- Ġj un
4064
- Ġex am
4065
- Ġgreat est
4066
- Ġstand ard
4067
- Ġ202 1
4068
- Ġwill ing
4069
- Ġapp le
4070
- Ġmiss ed
4071
- ien ces
4072
- b el
4073
- k in
4074
- Ġd rew
4075
- at t
4076
- Ġe th
4077
- Ġme at
4078
- Ġsh ock
4079
- Ġcr im
4080
- Ġ200 2
4081
- Ġmain tain
4082
- Ġcor por
4083
- ffic ient
4084
- Ġfing er
4085
- Ġindivid ual
4086
- Ġtex as
4087
- v iet
4088
- Ġg a
4089
- Ġmo b
4090
- Ġbreak fast
4091
- Ġpap ers
4092
- Ġind ic
4093
- Ġoper ation
4094
- t ies
4095
- ha nd
4096
- Ġme asure
4097
- op s
4098
- and er
4099
- Ġte eth
4100
- Ġ197 0
4101
- Ġce re
4102
- Ġmanage ment
4103
- Ġlieuten ant
4104
- Ġw ol
4105
- Ġsa ke
4106
- Ġrecord ed
4107
- Ġafric an
4108
- Ġfill ed
4109
- w ith
4110
- ag ing
4111
- Ġpart ner
4112
- Ġatt end
4113
- Ġsurpr ise
4114
- Ġruss ian
4115
- d ie
4116
- ll a
4117
- Ġother wise
4118
- Ġocc up
4119
- Ġbecom es
4120
- Ġn av
4121
- Ġun iverse
4122
- Ġsub st
4123
- Ġwind ows
4124
- Ġperform ed
4125
- Ġrepl ied
4126
- Ġcust om
4127
- w in
4128
- Ġf right
4129
- Ġr ank
4130
- Ġj ac
4131
- ter ing
4132
- Ġform s
4133
- Ġinflu ence
4134
- c u
4135
- Ġs illy
4136
- an ced
4137
- it ar
4138
- Ġsa ved
4139
- Ġfo x
4140
- Ġapp lic
4141
- Ġrec ently
4142
- Ġfeat ures
4143
- w ar
4144
- Ġf ant
4145
- Ġth ick
4146
- Ġpl ain
4147
- Ġlo ad
4148
- Ġfo cus
4149
- Ġlead ers
4150
- Ġemper or
4151
- Ġc oo
4152
- Ġl unch
4153
- Ġcan cer
4154
- Ġg host
4155
- Ġbl ind
4156
- Ġfail ed
4157
- part ement
4158
- Ġme chan
4159
- Ġhead s
4160
- Ġmet al
4161
- Ġlear ning
4162
- Ġsho es
4163
- Ġtrad itional
4164
- Ġp it
4165
- Ġl ic
4166
- Ġpo et
4167
- Ġpre vent
4168
- Ġinter view
4169
- Ġart ist
4170
- Ġresult s
4171
- Ġindepend ent
4172
- Ġfranc is
4173
- dé partement
4174
- Ġev il
4175
- Ġsing ing
4176
- Ġpain ting
4177
- Ġcond itions
4178
- s m
4179
- Ġf aces
4180
- Ġr and
4181
- Ġag ed
4182
- Ġhand le
4183
- Ġkeep ing
4184
- Ġfore ver
4185
- Ġconst ruction
4186
- Ġsat ur
4187
- Ġdescri bed
4188
- Ġcamer a
4189
- Ġoffe red
4190
- Ġr oof
4191
- Ġdr agon
4192
- ign ed
4193
- Ġship s
4194
- Ġbecom ing
4195
- p han
4196
- Ġwor st
4197
- Ġstart s
4198
- Ġstruct ure
4199
- c raft
4200
- it a
4201
- Ġas h
4202
- all ed
4203
- ul ous
4204
- Ġsp ain
4205
- ĠâĢ Ķ
4206
- Ġcop y
4207
- Ġteac hing
4208
- Ġdirect ly
4209
- Ġet c
4210
- Ġtast e
4211
- f o
4212
- he red
4213
- Ġf al
4214
- one l
4215
- Ġsha d
4216
- land s
4217
- Ġsurpr ised
4218
- b ook
4219
- r ison
4220
- pp y
4221
- Ġcons erv
4222
- Ġeas ier
4223
- Ġfly ing
4224
- Ġ201 9
4225
- Ġsold ier
4226
- m end
4227
- Ġc hat
4228
- Ġsha pe
4229
- Ġsch ol
4230
- Ġgl o
4231
- Ġdec ide
4232
- Ġpri or
4233
- Ġsleep ing
4234
- Ġt an
4235
- Ġli kes
4236
- Ġreal ize
4237
- Ġbur ied
4238
- Ġim age
4239
- Ġcirc um
4240
- n i
4241
- v i
4242
- Ġs om
4243
- Ġcont ent
4244
- Ġopin ion
4245
- Ġth ro
4246
- Ġcon cept
4247
- Ġmon t
4248
- Ġrun s
4249
- Ġgi ant
4250
- Ġconcer ned
4251
- Ġm ate
4252
- Ġsu p
4253
- Ġor dered
4254
- Ġsc rew
4255
- Ġpo cket
4256
- Ġcons um
4257
- Ġprot est
4258
- Ġmultip le
4259
- Ġm i
4260
- Ġr are
4261
- ist ics
4262
- Ġch ocol
4263
- Ġmunicip ality
4264
- l or
4265
- le ep
4266
- Ġre asons
4267
- Ġr am
4268
- ac hes
4269
- Ġstr ug
4270
- Ġstud ied
4271
- Ġappre ci
4272
- Ġp ure
4273
- Ġsecond s
4274
- Ġpret end
4275
- Ġbuild ings
4276
- Ġplan ning
4277
- Ġdiv ided
4278
- Ġcommand er
4279
- b u
4280
- f riend
4281
- Ġr h
4282
- Ġse qu
4283
- Ġpro ve
4284
- Ġmay or
4285
- Ġprod uce
4286
- Ġpossib ly
4287
- b c
4288
- on a
4289
- Ġ199 9
4290
- k er
4291
- Ġsh out
4292
- Ġlight s
4293
- Ġdrink ing
4294
- Ġcry ing
4295
- Ġauthor ity
4296
- Ġeconom ic
4297
- Ġprep ared
4298
- Ġbran ch
4299
- Ġg or
4300
- ul ty
4301
- Ġnin et
4302
- Ġm ama
4303
- ce nd
4304
- Ġsp ok
4305
- ak ed
4306
- Ġturn s
4307
- Ġi gn
4308
- ha d
4309
- Ġm as
4310
- Ġon to
4311
- the y
4312
- Ġlisten ing
4313
- Ġrequ est
4314
- Ġincre ase
4315
- Ġd or
4316
- im ately
4317
- Ġser iously
4318
- Ġlab or
4319
- Ġhung ry
4320
- Ġcab in
4321
- Ġd irty
4322
- Ġsw ear
4323
- Ġbeaut y
4324
- Ġadm ir
4325
- Ġcir cle
4326
- Ġdoc ument
4327
- w an
4328
- Ġr ome
4329
- Ġas se
4330
- Ġso viet
4331
- Ġafter wards
4332
- Ġje ff
4333
- d own
4334
- l aw
4335
- Ġm ort
4336
- Ġd are
4337
- Ġwhe el
4338
- ig er
4339
- Ġcr ack
4340
- Ġhum ans
4341
- Ġdel ight
4342
- r s
4343
- ur ies
4344
- Ġar ts
4345
- Ġqu al
4346
- Ġsil ence
4347
- Ġcost s
4348
- Ġmexic o
4349
- m ark
4350
- Ġf is
4351
- Ġd ude
4352
- Ġgr ass
4353
- Ġad vent
4354
- ye h
4355
- Ġfun ction
4356
- , '
4357
- Ġt al
4358
- Ġl ion
4359
- Ġour selves
4360
- Ġconst ant
4361
- c ise
4362
- Ġs her
4363
- Ġr um
4364
- st ood
4365
- uc le
4366
- Ġ18 7
4367
- Ġprom ised
4368
- Ġcomed y
4369
- Ġfinan cial
4370
- ian ce
4371
- Ġprogram s
4372
- Ġsus pect
4373
- Ġspl it
4374
- Ġtourn ament
4375
- ha mm
4376
- Ġm ap
4377
- Ġde mon
4378
- Ġex cl
4379
- Ġrem em
4380
- Ġenc our
4381
- Ġp ian
4382
- Ġfr uit
4383
- Ġv ice
4384
- Ġle ct
4385
- Ġgr ave
4386
- Ġprev ious
4387
- d a
4388
- p o
4389
- Ġa x
4390
- Ġto wer
4391
- Ġr ow
4392
- Ġter rit
4393
- Ġinst r
4394
- Ġstay ed
4395
- Ġlaw s
4396
- Ġlangu ages
4397
- Ġsweet ie
4398
- Ġjour ney
4399
- Ġsepar ate
4400
- Ġgree k
4401
- Ġt ro
4402
- Ġc ub
4403
- Ġg ay
4404
- Ġme re
4405
- ri al
4406
- Ġal tern
4407
- Ġcr own
4408
- Ġmin or
4409
- Ġhon our
4410
- l om
4411
- Ġt ong
4412
- Ġwas h
4413
- Ġlos ing
4414
- Ġapp l
4415
- Ġreal ity
4416
- Ġfavor ite
4417
- Ġor ange
4418
- Ġfind ing
4419
- Ġforg ive
4420
- b es
4421
- Ġp ope
4422
- Ġsu nday
4423
- Ġcar l
4424
- Ġsm oke
4425
- Ġsuc ceed
4426
- Ġmagaz ine
4427
- b our
4428
- s ing
4429
- Ġstud ies
4430
- Ġc ous
4431
- Ġact ive
4432
- Ġapparent ly
4433
- Ġlo ves
4434
- Ġ196 0
4435
- Ġphys ical
4436
- Ġsaf ety
4437
- Ġsatur day
4438
- a ult
4439
- is l
4440
- ap t
4441
- Ġcar ter
4442
- Ġcont r
4443
- Ġturn ing
4444
- Ġfif th
4445
- Ġj ail
4446
- Ġmus ical
4447
- Ġrock s
4448
- gy pt
4449
- h r
4450
- ar m
4451
- Ġit em
4452
- Ġth rew
4453
- Ġr ang
4454
- Ġun its
4455
- Ġbr ave
4456
- Ġgood bye
4457
- Ġcr ick
4458
- Ġg ang
4459
- ha s
4460
- Ġha st
4461
- Ġfeel s
4462
- fort un
4463
- d r
4464
- Ġa ye
4465
- ha b
4466
- Ġis lam
4467
- Ġst ream
4468
- ur ance
4469
- Ġas leep
4470
- Ġgr ab
4471
- Ġpat tern
4472
- Ġb other
4473
- Ġre act
4474
- am m
4475
- Ġpl ane
4476
- ast y
4477
- Ġexc han
4478
- Ġchick en
4479
- b re
4480
- Ġe gypt
4481
- Ġser ge
4482
- Ġdev il
4483
- Ġange les
4484
- Ġfr iday
4485
- Ġod d
4486
- Ġappoint ed
4487
- j an
4488
- Ġre n
4489
- Ġde but
4490
- Ġjob s
4491
- Ġin n
4492
- Ġh mm
4493
- am i
4494
- Ġad am
4495
- Ġevery where
4496
- Ġameric ans
4497
- u x
4498
- et te
4499
- Ġj ane
4500
- if orm
4501
- Ġsc ream
4502
- Ġhelp ing
4503
- Ġ3 1
4504
- Ġstre ets
4505
- r b
4506
- Ġcan ad
4507
- Ġknow ing
4508
- Ġtreat ment
4509
- Ġt iny
4510
- Ġwe b
4511
- Ġst ret
4512
- Ġde lic
4513
- Ġsc ore
4514
- Ġrel ax
4515
- Ġtrans fer
4516
- Ġshar p
4517
- Ġw ick
4518
- are t
4519
- cl es
4520
- Ġcr u
4521
- Ġloc ation
4522
- Ġste al
4523
- Ġcand id
4524
- b les
4525
- Ġd omin
4526
- Ġto mmy
4527
- Ġn ucle
4528
- Ġre nt
4529
- Ġr ise
4530
- Ġsh ore
4531
- Ġman aged
4532
- Ġam end
4533
- Ġcl ock
4534
- Ġhard ly
4535
- Ġthousand s
4536
- Ġsignific ant
4537
- Ġu pper
4538
- Ġact ual
4539
- Ġken ned
4540
- Ġdrug s
4541
- Ġdemocr atic
4542
- uf act
4543
- Ġha w
4544
- Ġse m
4545
- ard on
4546
- ans as
4547
- Ġcol on
4548
- Ġrequ ired
4549
- ant ic
4550
- Ġwork ers
4551
- Ġdr ama
4552
- Ġinst ruct
4553
- Ġfav our
4554
- p ro
4555
- im a
4556
- Ġsu gar
4557
- Ġshow ing
4558
- Ġple ased
4559
- Ġear s
4560
- Ġarr ange
4561
- m n
4562
- Ġhad n
4563
- Ġman ufact
4564
- Ġqu ality
4565
- Ġsc en
4566
- Ġbelie f
4567
- Ġret ired
4568
- Ġ199 6
4569
- Ġgrand ma
4570
- Ġfix ed
4571
- Ġintrod uced
4572
- t w
4573
- Ġf aster
4574
- Ġto ward
4575
- Ġex hib
4576
- ish op
4577
- cl ock
4578
- Ġtri al
4579
- Ġfall s
4580
- . --
4581
- Ġp ic
4582
- or ter
4583
- Ġkn ight
4584
- Ġstr uck
4585
- Ġdan iel
4586
- Ġocc asion
4587
- Ġasse mb
4588
- Ġimpro ve
4589
- Ġchocol ate
4590
- c ol
4591
- r ain
4592
- s ed
4593
- Ġhar m
4594
- Ġrel ative
4595
- Ġadv ant
4596
- Ġrespons ible
4597
- Ġdestro yed
4598
- Ġlibr ary
4599
- Ġme as
4600
- az z
4601
- Ġrequ ire
4602
- Ġdress ed
4603
- Ġkenned y
4604
- Ġb ul
4605
- Ġf ought
4606
- Ġor che
4607
- Ġcon vent
4608
- Ġcl a
4609
- Ġbas ic
4610
- Ġlim ited
4611
- 6 0
4612
- Ġg ate
4613
- Ġth ir
4614
- Ġfl ow
4615
- uck y
4616
- Ġ199 8
4617
- Ġste el
4618
- Ġaud ience
4619
- Ġe ll
4620
- Ġpolit ics
4621
- Ġscott ish
4622
- Ġdesp ite
4623
- Ġalco hol
4624
- f ather
4625
- Ġdr um
4626
- ou red
4627
- Ġu lt
4628
- Ġun fortun
4629
- Ġcomp lic
4630
- Ġstate ment
4631
- Ġ199 7
4632
- Ġmag ic
4633
- Ġslight ly
4634
- Ġco al
4635
- Ġdep ress
4636
- Ġve hic
4637
- Ġbasket ball
4638
- Ġinstit ute
4639
- us hing
4640
- Ġqu it
4641
- Ġrem ark
4642
- Ġmat ters
4643
- Ġrec ent
4644
- Ġ6 0
4645
- Ġprop os
4646
- Ġaccept ed
4647
- Ġproduct s
4648
- Ġp ad
4649
- ic ide
4650
- Ġk itt
4651
- ri f
4652
- Ġco at
4653
- ick s
4654
- Ġfall ing
4655
- Ġcred it
4656
- Ġc ards
4657
- Ġh ind
4658
- Ġj os
4659
- Ġgood s
4660
- ord in
4661
- Ġfl ag
4662
- Ġbus h
4663
- Ġgun s
4664
- Ġvict ory
4665
- Ġbott le
4666
- Ġintell ig
4667
- er n
4668
- Ġn urs
4669
- Ġh orn
4670
- Ġconf ir
4671
- Ġra ise
4672
- Ġgentle man
4673
- Ġfing ers
4674
- ve y
4675
- Ġv es
4676
- l ig
4677
- he ast
4678
- Ġb are
4679
- Ġn omin
4680
- Ġdo ct
4681
- iv ity
4682
- Ġunder stood
4683
- Ġla ug
4684
- Ġkill er
4685
- Ġins pect
4686
- Ġappro ach
4687
- Ġrap id
4688
- Ġn ur
4689
- Ġst ro
4690
- am eric
4691
- Ġj a
4692
- Ġyoung er
4693
- Ġmem or
4694
- n am
4695
- p ut
4696
- v a
4697
- Ġhe ight
4698
- ill ed
4699
- Ġcar bon
4700
- ren ces
4701
- Ġwall s
4702
- Ġpull ed
4703
- Ġchem ical
4704
- r ated
4705
- Ġla ura
4706
- Ġprev iously
4707
- Ġdu ke
4708
- Ġd ying
4709
- Ġda ily
4710
- ograp hy
4711
- l ict
4712
- Ġha l
4713
- Ġtr ail
4714
- Ġsa le
4715
- Ġsure ly
4716
- Ġwee ke
4717
- Ġcoun ter
4718
- Ġnewsp aper
4719
- Ġt ha
4720
- Ġin fect
4721
- Ġe c
4722
- ke ep
4723
- Ġrest aur
4724
- Ġbrit ain
4725
- Ġoppos ite
4726
- c ar
4727
- m ay
4728
- re es
4729
- Ġk h
4730
- Ġk at
4731
- Ġpre fer
4732
- Ġ18 5
4733
- Ġcol onel
4734
- Ġpet e
4735
- 4 0
4736
- u ly
4737
- Ġd iet
4738
- Ġk r
4739
- Ġcom ment
4740
- Ġtr ave
4741
- Ġdis play
4742
- Ġass um
4743
- Ġadv ice
4744
- Ġstep s
4745
- Ġdefe ated
4746
- Ġresour ces
4747
- Ġr ick
4748
- Ġk im
4749
- im um
4750
- Ġrec om
4751
- Ġsw itch
4752
- Ġsign al
4753
- Ġill ust
4754
- ipp ing
4755
- o x
4756
- Ã ¨
4757
- le ction
4758
- Ġnot iced
4759
- ter y
4760
- Ġun iform
4761
- Ġbu ck
4762
- Ġdream s
4763
- Ġrepublic an
4764
- i as
4765
- r id
4766
- Ġas ia
4767
- Ġat h
4768
- ... "
4769
- Ġch os
4770
- Ġun like
4771
- Ġmajor ity
4772
- Ġdet ails
4773
- Ġcollect ion
4774
- Ġb un
4775
- ig an
4776
- Ġcl oud
4777
- Ġsub s
4778
- Ġmed al
4779
- Ġwin ning
4780
- Ġbud get
4781
- Ġbod ies
4782
- Ġcanad ian
4783
- Ġp ow
4784
- an n
4785
- am ing
4786
- Ġsc ale
4787
- Ġmat ches
4788
- Ġnorth west
4789
- Ġaw ful
4790
- Ġsal t
4791
- Ġappear s
4792
- Ġruss ia
4793
- Ġclos er
4794
- Ġthro at
4795
- Ġlaug hed
4796
- r om
4797
- Ġk al
4798
- Ġli qu
4799
- Ġpro ceed
4800
- ne w
4801
- Ġdam age
4802
- Ġsol ution
4803
- Ġtemper ature
4804
- Ġninet een
4805
- Ġspok en
4806
- Ġserge ant
4807
- Ġd ed
4808
- Ġgu il
4809
- Ġfl ower
4810
- Ġend s
4811
- Ġm ail
4812
- st ra
4813
- Ġcon c
4814
- ather ine
4815
- Ġrem ains
4816
- Ġprotect ion
4817
- g ers
4818
- Ġp ha
4819
- Ġl oose
4820
- Ġad op
4821
- Ġmus lim
4822
- Ġcol our
4823
- Ġprov ided
4824
- Ġbring ing
4825
- Ġfl u
4826
- Ġel iz
4827
- Ġnum er
4828
- aw a
4829
- Ġca uses
4830
- Ġtrad ition
4831
- Ġaut om
4832
- ? '
4833
- Ġt ough
4834
- Ġa im
4835
- Ġf ired
4836
- Ġp ink
4837
- it an
4838
- Ġst an
4839
- Ġshe l
4840
- Ġjo ke
4841
- Ġhigh ly
4842
- Ġ199 5
4843
- Ġav oid
4844
- Ġshoot ing
4845
- Ġchair man
4846
- Ġentire ly
4847
- Ġfreed om
4848
- Ġcoo per
4849
- m et
4850
- w ater
4851
- om a
4852
- Ġan th
4853
- Ġpr a
4854
- Ġmar ia
4855
- Ġnat han
4856
- Ġcomple ted
4857
- Ġd ip
4858
- Ġan x
4859
- Ġkn ife
4860
- Ġaf ford
4861
- Ġexp ensive
4862
- Ġ199 4
4863
- g as
4864
- ll er
4865
- id ents
4866
- ce l
4867
- Ġgl ob
4868
- Ġball s
4869
- Ġattack ed
4870
- Ġstat us
4871
- Ġtheat re
4872
- Ġbast ard
4873
- 2 5
4874
- Ġc u
4875
- Ġn avy
4876
- Ġsa v
4877
- Ġus ual
4878
- Ġconvers ation
4879
- Ġt ang
4880
- Ġw ings
4881
- nd ered
4882
- Ġup stairs
4883
- Ġcal cul
4884
- Ġrece ive
4885
- Ġsen ior
4886
- Ġforgot ten
4887
- r ate
4888
- Ġw ha
4889
- Ġc ateg
4890
- Ġu g
4891
- Ġj on
4892
- Ġcont ains
4893
- Ġintern et
4894
- c ies
4895
- u als
4896
- Ġsh irt
4897
- Ġres ist
4898
- Ġset ting
4899
- Ġsett led
4900
- on se
4901
- en ced
4902
- Ġli ps
4903
- Ġab ility
4904
- Ġgr ace
4905
- Ġbl ank
4906
- Ġsha me
4907
- Ġrem oved
4908
- Ġmat hem
4909
- Ġele ment
4910
- Ġchamp ion
4911
- Ġhang ing
4912
- Ġsex ual
4913
- m ic
4914
- Ġp owers
4915
- Ġg ain
4916
- ar ian
4917
- Ġco ck
4918
- Ġche ese
4919
- Ġsus an
4920
- Ġdiam ond
4921
- he art
4922
- im p
4923
- Ġpart ners
4924
- Ġadm it
4925
- Ġnar r
4926
- Ġartic le
4927
- Ġguil ty
4928
- i ge
4929
- Ġa ri
4930
- et t
4931
- Ġse es
4932
- Ġman ner
4933
- are n
4934
- ys is
4935
- Ġfeel ings
4936
- Ġuse ful
4937
- Ġdep art
4938
- Ġclim ate
4939
- 8 0
4940
- m it
4941
- Ġw id
4942
- Ġex er
4943
- Ġte ars
4944
- Ġcha in
4945
- Ġnorm ally
4946
- ste in
4947
- hamm ad
4948
- Ġle ge
4949
- Ġsha kes
4950
- Ġapp eal
4951
- Ġap olog
4952
- sel s
4953
- Ġlat in
4954
- Ġaustral ian
4955
- Ġneighb or
4956
- Ġdra ft
4957
- Ġexcell ent
4958
- Ġsome how
4959
- Ġown ed
4960
- Ġleg isl
4961
- Ġdan cing
4962
- Ġadv ance
4963
- Ġextreme ly
4964
- " ?
4965
- Ġt am
4966
- Ġj am
4967
- the n
4968
- Ġear n
4969
- 19 9
4970
- Ġconnect ed
4971
- u yeh
4972
- Ġd ust
4973
- ing er
4974
- Ġshe ll
4975
- Ġsp in
4976
- Ġdri ver
4977
- Ġsen ate
4978
- Ġdraw ing
4979
- Ġesc ap
4980
- Ġmart in
4981
- rib ution
4982
- Ġachie ve
4983
- Ġsymb ol
4984
- Ġcere mon
4985
- c key
4986
- Ġc ream
4987
- ir k
4988
- Ġqu ant
4989
- Ġhar ry
4990
- Ġhelp s
4991
- Ġtemp le
4992
- Ġp ill
4993
- Ġl one
4994
- Ġg ift
4995
- Ġno ise
4996
- ab or
4997
- em ic
4998
- Ġkeep s
4999
- Ġadd ons
5000
- Ġdisc ip
5001
- Ġscient ists
5002
- het ic
5003
- Ġpak istan
5004
- n ic
5005
- ing u
5006
- Ġl is
5007
- ar ing
5008
- Ġche st
5009
- Ġsw ed
5010
- pl ace
5011
- Ġje an
5012
- Ġnin ety
5013
- Ġcommer cial
5014
- ' ,
5015
- d es
5016
- m ad
5017
- Ġbe er
5018
- Ġag ric
5019
- Ġpres ence
5020
- Ġref lect
5021
- Ġfle w
5022
- à ¤
5023
- Ġt ap
5024
- Ġp ed
5025
- Ġh ug
5026
- ct ions
5027
- Ġtra ffic
5028
- Ġfif teen
5029
- Ġbow l
5030
- Ġbenef it
5031
- Ġ =
5032
- Ġs ust
5033
- ot a
5034
- Ġsome what
5035
- int end
5036
- Ġdep ut
5037
- Ġplan ned
5038
- Ġgeor g
5039
- Ġteacher s
5040
- f all
5041
- Ġha ns
5042
- ac he
5043
- Ġat e
5044
- Ġcon cent
5045
- Ġpl enty
5046
- Ġimp er
5047
- Ġhear ing
5048
- Ġeffect s
5049
- Ġagric ult
5050
- Ġa y
5051
- Ġth in
5052
- Ġk oh
5053
- ian a
5054
- Ġpart ies
5055
- Ġ3 5
5056
- Ġcons ist
5057
- Ġhigh way
5058
- Ġcol um
5059
- Ġvir t
5060
- Ġperfect ly
5061
- Ġman ip
5062
- iz es
5063
- Ġexp and
5064
- Ġappear ance
5065
- Ġcircum st
5066
- n on
5067
- o e
5068
- p et
5069
- Ġt ay
5070
- Ġo s
5071
- Ġl it
5072
- Ġk ings
5073
- ro l
5074
- Ġbut ton
5075
- Ġcon gr
5076
- Ġup set
5077
- Ġbo ston
5078
- Ġwar s
5079
- Ġcare fully
5080
- Ġpass ing
5081
- Ġdet ail
5082
- Ġsup reme
5083
- w ers
5084
- Ġp ardon
5085
- Ġdo ors
5086
- Ġfr ances
5087
- th ur
5088
- Ġpr oof
5089
- Ġshould er
5090
- Ġsar ah
5091
- Ġchos en
5092
- g il
5093
- r ant
5094
- ll e
5095
- un ched
5096
- Ġwhen ever
5097
- Ġ199 2
5098
- Ġstay ing
5099
- Ġoper ations
5100
- Ġaward ed
5101
- Ġsuggest ed
5102
- Ġn om
5103
- et ch
5104
- ol ved
5105
- Ġmar sha
5106
- Ġcol umb
5107
- Ġste am
5108
- Ġsix ty
5109
- Ġâ Ļ
5110
- h ire
5111
- k m
5112
- Ġbr ook
5113
- Ġbr az
5114
- Ġdes ire
5115
- Ġ199 1
5116
- Ġart ists
5117
- Ġunderstand ing
5118
- Ġdi ag
5119
- yl van
5120
- Ġlaugh ing
5121
- Ġpun ish
5122
- Ġinno cent
5123
- w hen
5124
- Ġf u
5125
- Ġd ish
5126
- ri e
5127
- lf riend
5128
- Ġdiv or
5129
- Ġbull et
5130
- Ġfail ure
5131
- Ġstri ke
5132
- Ġterrit ory
5133
- n is
5134
- Ġs ed
5135
- Ġn erv
5136
- ir a
5137
- Ġun ique
5138
- Ġbo om
5139
- Ġchan ging
5140
- Ġchallen ge
5141
- Ġcous in
5142
- b ow
5143
- p ea
5144
- t les
5145
- Ġp ant
5146
- Ġand rew
5147
- Ġn az
5148
- Ġh iding
5149
- Ġr oss
5150
- Ġst ations
5151
- Ġun f
5152
- Ġback ground
5153
- be y
5154
- Ġconst ruct
5155
- Ġbes ide
5156
- b or
5157
- r ick
5158
- Ġt ie
5159
- le ment
5160
- am in
5161
- Ġad vert
5162
- Ġ199 3
5163
- Ġfull y
5164
- Ġbreak ing
5165
- Ġappro x
5166
- Ġhol iday
5167
- n at
5168
- Ġs han
5169
- Ġd ave
5170
- Ġreg ional
5171
- Ġkid ding
5172
- Ġpresent ed
5173
- Ġconnect ion
5174
- Ġwat ched
5175
- 2 3
5176
- 2 4
5177
- Ġi re
5178
- Ġc ig
5179
- Ġin ha
5180
- Ġnot es
5181
- ri er
5182
- est ic
5183
- Ġjo int
5184
- Ġter ror
5185
- Ġins urance
5186
- Ġhur ric
5187
- Ġexc ited
5188
- Ġvar iety
5189
- Ġmot ion
5190
- Ġcarry ing
5191
- Ġrab bit
5192
- Ġadvant age
5193
- r ance
5194
- Ġb id
5195
- Ġse vere
5196
- Ġso le
5197
- Ġv ia
5198
- Ġpass ion
5199
- 19 7
5200
- Ġactiv ity
5201
- g or
5202
- i est
5203
- Ġk ansas
5204
- Ġch uck
5205
- Ġbr ill
5206
- Ġgr ay
5207
- Ġpur cha
5208
- Ġpian o
5209
- en ger
5210
- is y
5211
- qu ar
5212
- Ġgr an
5213
- Ġbl ame
5214
- Ġfo ld
5215
- Ġmag n
5216
- Ġresp ond
5217
- Ġhill s
5218
- wh ile
5219
- Ġviol ence
5220
- Ġhistor ical
5221
- ag ue
5222
- -- "
5223
- Ġdr am
5224
- Ġtrans form
5225
- Ġresp onse
5226
- e z
5227
- s an
5228
- Ġm and
5229
- Ġl in
5230
- ow a
5231
- Ġre action
5232
- Ġsu m
5233
- ach us
5234
- Ġwa ve
5235
- Ġsil ent
5236
- Ġhundred s
5237
- Ġant i
5238
- Ġprim ary
5239
- Ġscient ific
5240
- v ad
5241
- Ġd aw
5242
- ut ions
5243
- Ġk er
5244
- Ġst om
5245
- ul ate
5246
- Ġwr it
5247
- Ġhun ting
5248
- Ġmix ed
5249
- ylvan ia
5250
- pea re
5251
- Ġg il
5252
- Ġon line
5253
- Ġho ckey
5254
- Ġdes per
5255
- Ġele ven
5256
- Ġproduc er
5257
- Ġoccur red
5258
- Ġemer g
5259
- Ġpac ific
5260
- Ġremem bered
5261
- Ġc raw
5262
- Ġsp ect
5263
- Ġgu itar
5264
- Ġcont ain
5265
- Ġimp act
5266
- Ġown er
5267
- Ġsupp ly
5268
- Ġchr is
5269
- Ġfil ms
5270
- Ġdel iver
5271
- Ġdro ve
5272
- Ġincre ased
5273
- Ġfan cy
5274
- Ġcitiz ens
5275
- Ġst ated
5276
- Ġshe ep
5277
- Ġpo ison
5278
- Ġsha red
5279
- Ġma z
5280
- Ġche er
5281
- Ġsign s
5282
- Ġ9 0
5283
- Ġbill ion
5284
- Ġsen ator
5285
- Ġexpress ion
5286
- " ).
5287
- a res
5288
- a hedron
5289
- Ġn ations
5290
- Ġwe nd
5291
- Ġag ency
5292
- Ġsc ri
5293
- Ġsha ke
5294
- Ġid iot
5295
- Ġz eal
5296
- Ġelect ron
5297
- itz er
5298
- Ġcomfort able
5299
- Ġtong ue
5300
- d s
5301
- Ġw ise
5302
- Ġb ishop
5303
- er ves
5304
- Ġso ph
5305
- Ġmy th
5306
- Ġun s
5307
- Ġgr aph
5308
- ĠâĢ ĺ
5309
- Ġfig ures
5310
- Ġagre ement
5311
- Ġadminist ration
5312
- Ġm ich
5313
- Ġbut t
5314
- Ġal i
5315
- Ġcont ribut
5316
- tain ed
5317
- au gh
5318
- Ġste ve
5319
- Ġconf lict
5320
- Ġdisapp eared
5321
- Ġweeke nd
5322
- Ġbraz il
5323
- m other
5324
- Ġm ile
5325
- Ġsc hed
5326
- Ġthought s
5327
- Ġsal es
5328
- Ġfield s
5329
- Ġdecl ared
5330
- g ood
5331
- Ġs amp
5332
- Ġb ite
5333
- on ia
5334
- ab eth
5335
- Ġoh io
5336
- Ġcarol ina
5337
- Ġt ied
5338
- Ġa ven
5339
- Ġp ier
5340
- Ġre in
5341
- Ġr iding
5342
- Ġbr ide
5343
- Ġed ward
5344
- Ġinc red
5345
- Ġinter p
5346
- Ġpat ients
5347
- Ġgrow th
5348
- Ġentertain ment
5349
- b ra
5350
- Ġpl ate
5351
- ang le
5352
- Ġinv ited
5353
- rop ri
5354
- Ġexamp les
5355
- Ġprop osed
5356
- Ġmaterial s
5357
- Ġexecut ive
5358
- k o
5359
- Ġl es
5360
- Ġse lling
5361
- Ġv oc
5362
- ag an
5363
- Ġfall en
5364
- Ġexper iment
5365
- Ġolymp ics
5366
- Ġk han
5367
- Ġal p
5368
- Ġal ice
5369
- mo nd
5370
- Ġinst ance
5371
- Ġdut ch
5372
- Ġdestro y
5373
- Ġweap ons
5374
- Ġsettle ment
5375
- Ġexchan ge
5376
- Ġshakes peare
5377
- Ġw itch
5378
- Ġf urn
5379
- Ġf ile
5380
- Ġp ale
5381
- Ġk ong
5382
- ac le
5383
- il a
5384
- em an
5385
- Ġgood ness
5386
- Ġser ving
5387
- Ġboy friend
5388
- Ġpay ing
5389
- su ed
5390
- Ġindian a
5391
- Ġfol k
5392
- Ġappreci ate
5393
- Ġ ll
5394
- Ġs isters
5395
- an y
5396
- le g
5397
- et ts
5398
- Ġse asons
5399
- ol k
5400
- Ġcour age
5401
- Ġsle pt
5402
- Ġ7 0
5403
- Ġsqu ared
5404
- Ġindepend ence
5405
- Ġassist ant
5406
- Ġire land
5407
- d ed
5408
- l ies
5409
- Ġb unch
5410
- Ġc ake
5411
- Ġf ate
5412
- Ġn est
5413
- Ġgu est
5414
- Ġconf eder
5415
- Ġconcer t
5416
- d ge
5417
- Ġr ug
5418
- Ġsu ck
5419
- Ġch ose
5420
- Ġun known
5421
- Ġbu g
5422
- Ġjohn son
5423
- Ġorgan is
5424
- Ġ195 0
5425
- Ġnar row
5426
- Ġbase ball
5427
- Ġcrick et
5428
- Ġglob al
5429
- Ġkoh gil
5430
- Ġcongr at
5431
- Ġkohgil uyeh
5432
- u h
5433
- Ġa k
5434
- Ġwe bs
5435
- ent ially
5436
- Ġpro s
5437
- Ġfl ash
5438
- Ġdes ert
5439
- Ġvar i
5440
- Ġsol id
5441
- Ġtur key
5442
- Ġwilliam s
5443
- Ġeconom y
5444
- Ġfeat ured
5445
- Ġliter ature
5446
- Ġbord er
5447
- Ġgir lfriend
5448
- t ar
5449
- Å «
5450
- Ġd ow
5451
- or a
5452
- ly n
5453
- ch ing
5454
- ra el
5455
- Ġstr ing
5456
- Ġ3 2
5457
- Ġcle ver
5458
- Ġap artment
5459
- Ġju ice
5460
- Ġve get
5461
- Ġactiv ities
5462
- Ġemb arr
5463
- Ġsid ney
5464
- s en
5465
- Ä «
5466
- an i
5467
- Ġg ather
5468
- Ġin qu
5469
- Ġr oles
5470
- ver se
5471
- Ġne are
5472
- Ġde li
5473
- Ġdis s
5474
- Ġpre gn
5475
- ict ed
5476
- Ġold est
5477
- Ġbas is
5478
- Ġprom ot
5479
- Ġclass es
5480
- Ġsupport ed
5481
- Ġhy p
5482
- Ġbud dy
5483
- Ġcapt ured
5484
- Ġinha bit
5485
- Ġhurric ane
5486
- Ġembarr ass
5487
- Ġs ons
5488
- Ġf ame
5489
- Ġha mm
5490
- Ġab and
5491
- Ġcon sequ
5492
- Ġsee k
5493
- Ġfound ation
5494
- Ġev olution
5495
- Ġ4 5
5496
- rop ical
5497
- Ġoper a
5498
- Ġarm ed
5499
- Ġfair ly
5500
- Ġarg ument
5501
- c ont
5502
- ed ing
5503
- Ġcont est
5504
- Ġsy n
5505
- Ġfollow s
5506
- Ġadd itional
5507
- Ġrepresent ed
5508
- Ġhop ing
5509
- Ġchap ter
5510
- Ġkore a
5511
- Ġphilosop hy
5512
- g reg
5513
- m iss
5514
- o st
5515
- u le
5516
- w as
5517
- Ä ĩ
5518
- Ġj ones
5519
- ill ing
5520
- ul ated
5521
- Ġpro se
5522
- Ġar thur
5523
- Ġrid ic
5524
- Ġarrest ed
5525
- Ġweap on
5526
- m es
5527
- Ġl as
5528
- Ġr hy
5529
- Ġk a
5530
- Ġbr ad
5531
- Ġapp ly
5532
- Ġhar der
5533
- Ġreal ized
5534
- ins on
5535
- Ġpen ns
5536
- Ġtemp or
5537
- Ġassoci ated
5538
- w ide
5539
- Ġt ag
5540
- Ġe ve
5541
- Ġas pect
5542
- Ġli f
5543
- Ġfe ature
5544
- Ġpre par
5545
- Ġeat en
5546
- Ġlab el
5547
- Ġmass achus
5548
- Ġdisapp ear
5549
- Ġstom ach
5550
- Ġat m
5551
- Ġsu ffe
5552
- ind a
5553
- Ġposs ess
5554
- Ġlab our
5555
- Ġlat ter
5556
- bur gh
5557
- Ġdra wn
5558
- Ġmassachus etts
5559
- Ġmo le
5560
- Ġcon qu
5561
- Ġbr id
5562
- Ġbr ings
5563
- Ġinte gr
5564
- Ġroom s
5565
- Ġval u
5566
- Ġwonder ing
5567
- Ġbegin s
5568
- Ġbill y
5569
- Ġjer sey
5570
- Ġfal se
5571
- Ġorche stra
5572
- americ an
5573
- Ġemerg ency
5574
- m un
5575
- p es
5576
- t ure
5577
- Ġre ck
5578
- Ġso il
5579
- Ġmar g
5580
- Ġ198 9
5581
- Ġlim it
5582
- Ġburn ed
5583
- Ġrespons ibility
5584
- Ġcrim inal
5585
- it o
5586
- Ġab d
5587
- Ġtr ains
5588
- Ġest ate
5589
- Ġlevel s
5590
- Ġdisapp oint
5591
- Ġmich igan
5592
- c est
5593
- Ġt one
5594
- Ġla unched
5595
- Ġspe ll
5596
- Ġfamil iar
5597
- Ġnerv ous
5598
- Ġt ask
5599
- Ġhe av
5600
- Ġe mm
5601
- al a
5602
- Ġr ig
5603
- Ġr ice
5604
- Ġexp ed
5605
- Ġhom es
5606
- Ġassemb ly
5607
- Ġi v
5608
- in ent
5609
- Ġm s
5610
- Ġf ab
5611
- Ġr on
5612
- Ġr yan
5613
- Ġst ad
5614
- ro s
5615
- Ġro ot
5616
- Ġhy d
5617
- Ġincre asing
5618
- Ġengine ering
5619
- Ġdeterm ined
5620
- Ġug ly
5621
- 2 9
5622
- Ġp ool
5623
- Ġcl ient
5624
- Ġcomp ared
5625
- Ġac id
5626
- Ġsol ve
5627
- Ġsevent y
5628
- Ġwith d
5629
- res p
5630
- Ġche ap
5631
- Ġeng aged
5632
- Ġpain t
5633
- Ġrail road
5634
- Ġsoft ware
5635
- Ġwend y
5636
- Ġpenns ylvania
5637
- c os
5638
- n orm
5639
- Ġi owa
5640
- an ing
5641
- Ġbe ast
5642
- se ct
5643
- ur t
5644
- op h
5645
- Ġfr ame
5646
- Ġmo nday
5647
- Ġ198 8
5648
- Ġmill ions
5649
- Ġwin ner
5650
- Ġrecord ing
5651
- Ġtreat ed
5652
- 2 1
5653
- v ation
5654
- Ã ¢
5655
- Ġa is
5656
- Ġp eak
5657
- Ġsp are
5658
- Ġdist inct
5659
- br idge
5660
- Ġconcer n
5661
- igg ler
5662
- Ġeliz abeth
5663
- Ġscri pt
5664
- Ġsuffe red
5665
- Ġl inc
5666
- Ġwe alth
5667
- st one
5668
- Ġj ill
5669
- ch o
5670
- Ġpro ced
5671
- Ġfl ood
5672
- Ġz iggler
5673
- Ġem ily
5674
- Ġ197 9
5675
- Ġsqu ad
5676
- osp here
5677
- Ġdisco ver
5678
- Ġange l
5679
- Ġord inary
5680
- Ġaff airs
5681
- Ġenvironment al
5682
- z er
5683
- Ġd ies
5684
- Ġha bit
5685
- Ġv ent
5686
- Ġ( ;
5687
- Ġun us
5688
- Ġen s
5689
- Ġcha mber
5690
- olog ist
5691
- Ġhands ome
5692
- Ġcross ed
5693
- Ġcircumst ances
5694
- Ġn ut
5695
- Ġis rael
5696
- ea ks
5697
- Ġag es
5698
- Ġho lly
5699
- Ġsusp ic
5700
- t an
5701
- Ġi ii
5702
- Ġw oo
5703
- Ġn it
5704
- Ġas ide
5705
- Ġover all
5706
- Ġdec isions
5707
- Ġsix th
5708
- Ġ8 0
5709
- Ġlinc ol
5710
- Ġy ard
5711
- Ġhapp iness
5712
- Ġfind s
5713
- Ġcap ac
5714
- sh ire
5715
- Ġtown s
5716
- Ġprov in
5717
- Ġmer c
5718
- Ġcommon ly
5719
- Ġwood s
5720
- Ġwal es
5721
- d in
5722
- l ock
5723
- he im
5724
- Ġo ak
5725
- Ġcomp on
5726
- Ġ198 2
5727
- Ġhor ri
5728
- Ġeight y
5729
- Ġphot o
5730
- Ġsurv ive
5731
- Ġdetect ive
5732
- Ġwrest ling
5733
- Ġeld er
5734
- r un
5735
- he ns
5736
- Ġc ot
5737
- Ġp ul
5738
- Ġde ck
5739
- Ġpl ot
5740
- Ġfact ory
5741
- Ġ198 4
5742
- Ġmer ry
5743
- Ġmad am
5744
- r ical
5745
- Ġw ished
5746
- Ġan cest
5747
- ack s
5748
- Ġfe ather
5749
- Ġmat t
5750
- Ġgener ation
5751
- Ġstand s
5752
- Ġpri est
5753
- Ġbri g
5754
- Ġglass es
5755
- Ġhid den
5756
- b ury
5757
- r d
5758
- re ts
5759
- Ġb ol
5760
- Ġc her
5761
- et ic
5762
- ur d
5763
- Ġgot ten
5764
- Ġro ger
5765
- Ġcr ash
5766
- Ġear ned
5767
- Ġnight s
5768
- Ġgod s
5769
- Ġoffic ially
5770
- Ġsent ence
5771
- Ġdan ny
5772
- Ġrecogn ize
5773
- Ġamend ment
5774
- Ġlincol n
5775
- v is
5776
- Ġer a
5777
- Ġgar age
5778
- Ġcrit ical
5779
- Ġindust rial
5780
- Ġdepend s
5781
- Ġjew ish
5782
- Ġatlant ic
5783
- g ues
5784
- Ġha y
5785
- ur b
5786
- ch ief
5787
- em ies
5788
- Ġsm o
5789
- Ġple asant
5790
- Ġwa ited
5791
- Ġatt ended
5792
- bo x
5793
- bo y
5794
- Ġill eg
5795
- Ġlock ed
5796
- Ġcommunic ation
5797
- Ġreven ge
5798
- Ġnomin ated
5799
- Ġzeal and
5800
- Ġc ats
5801
- Ġst ir
5802
- am n
5803
- ur ally
5804
- Ġcr is
5805
- Ġed ition
5806
- Ġed itor
5807
- che ster
5808
- Ġref used
5809
- Ġport ug
5810
- Ġda wn
5811
- Ġexist ence
5812
- Ġfle et
5813
- Ġsuff ering
5814
- wor ks
5815
- h mm
5816
- t i
5817
- Ġc ute
5818
- Ġto y
5819
- Ġl en
5820
- ut her
5821
- Ġnot ed
5822
- ain e
5823
- Ġnear by
5824
- Ġbud d
5825
- Ġrecogn ized
5826
- Ġbene ath
5827
- Ġmob ile
5828
- Ġdeput y
5829
- c ue
5830
- Ġw ard
5831
- Ġm ood
5832
- Ġde an
5833
- Ġpl astic
5834
- Ġchar t
5835
- Ġbre ast
5836
- Ġ198 7
5837
- Ġshort ly
5838
- Ġexpl os
5839
- Ġfair y
5840
- aim ed
5841
- Ġschol ar
5842
- g ie
5843
- m at
5844
- in ity
5845
- Ġint ended
5846
- Ġdisco very
5847
- Ġestab lish
5848
- 2 8
5849
- Ġw ore
5850
- Ġd ump
5851
- Ġl am
5852
- Ġun c
5853
- Ġgr ade
5854
- cept ion
5855
- Ġeffort s
5856
- Ġrepe ated
5857
- Ġunfortun ately
5858
- Ġnur se
5859
- g i
5860
- Ġan na
5861
- Ġbu ying
5862
- Ġwound ed
5863
- Ġlege nd
5864
- Ġd read
5865
- le nd
5866
- ir ing
5867
- Ġall ows
5868
- Ġtr uly
5869
- Ġer ic
5870
- iz ations
5871
- Ġele ments
5872
- Ġequ als
5873
- Ġcreat ing
5874
- Ġrob in
5875
- Ġroman ized
5876
- Ġobv ious
5877
- Ġmathem at
5878
- b ly
5879
- r as
5880
- ê ¯
5881
- on ic
5882
- ll o
5883
- es h
5884
- ic ated
5885
- ac ing
5886
- Ġdes cend
5887
- Ġfriend ly
5888
- Ġspeak er
5889
- Ġprogram me
5890
- Ġeffect ive
5891
- Ġber lin
5892
- Ġbrill iant
5893
- Ġstad ium
5894
- g ment
5895
- Ġt iger
5896
- Ġs ang
5897
- Ġo we
5898
- an o
5899
- Ġsh ook
5900
- ie ce
5901
- Ġar row
5902
- Ġunder ground
5903
- Ġsm ok
5904
- Ġcons cious
5905
- Ġins p
5906
- Ġfact or
5907
- Ġir ish
5908
- Ġstat istics
5909
- Ġfort une
5910
- Ġspend ing
5911
- Ġaccom pan
5912
- Ġswim ming
5913
- Ġselect ed
5914
- Ġadmir al
5915
- j e
5916
- re p
5917
- Ġb ent
5918
- Ġm cc
5919
- Ġr ush
5920
- Ġsu icide
5921
- os es
5922
- Ġun able
5923
- Ġsur re
5924
- ger y
5925
- 19 8
5926
- Ġreport s
5927
- Ġdark ness
5928
- Ġhealth y
5929
- Ġcomb ination
5930
- Ġgard ens
5931
- Ġfol ks
5932
- Ġdom estic
5933
- Ġinvestig ation
5934
- Å į
5935
- al ous
5936
- Ġst ress
5937
- Ġso f
5938
- Ġgr av
5939
- Ġsn ake
5940
- Ġdef ense
5941
- Ġshad ow
5942
- 2 7
5943
- Ġf ishing
5944
- im in
5945
- Ġmo ves
5946
- Ġwho ever
5947
- Ġer as
5948
- Ġz one
5949
- stand ing
5950
- Ġjohn ny
5951
- Ġsort s
5952
- Ġ197 1
5953
- Ġdel ay
5954
- Ġanal ysis
5955
- Ġrand om
5956
- Ġp ity
5957
- om an
5958
- Ġk o
5959
- ust ed
5960
- ive red
5961
- ak i
5962
- Ġen emies
5963
- ree k
5964
- Ġke ys
5965
- Ġmon ster
5966
- Ġele phan
5967
- Ġret ire
5968
- Ġimport ance
5969
- Ġadv anced
5970
- Ġkent ucky
5971
- Ġlone ly
5972
- 3 5
5973
- st ar
5974
- ad ing
5975
- Ġcr uel
5976
- Ġpoint ed
5977
- Ġ198 1
5978
- Ġtre asure
5979
- Ġmer chan
5980
- Ġval ues
5981
- Ġrom antic
5982
- sp eak
5983
- ades h
5984
- Ġsymp t
5985
- Ġlect ure
5986
- Ġdoct ors
5987
- 5 00
5988
- Ġs ally
5989
- Ġg ib
5990
- Ġcomp ound
5991
- Ġz e
5992
- Ġ18 4
5993
- Ġve ctor
5994
- Ġliter ally
5995
- Ġdeg rees
5996
- Ġrefer red
5997
- Ġreview s
5998
- Ġadminist r
5999
- Ġcomplic ated
6000
- Ġhorri ble
6001
- Ġt ub
6002
- Ġb ass
6003
- Ġc av
6004
- Ġatt itude
6005
- Ġdeal ing
6006
- y our
6007
- Ġw and
6008
- Ġc em
6009
- Ġst ab
6010
- all ow
6011
- Ġv iet
6012
- Ġcon ce
6013
- Ġco re
6014
- Ġproper ly
6015
- Ġbri an
6016
- Ġcult ural
6017
- Ġcommitt ed
6018
- Ġbath room
6019
- l ar
6020
- Ã ¦
6021
- Ġm ud
6022
- Ġm ister
6023
- Ġto ile
6024
- as y
6025
- om y
6026
- ot ic
6027
- Ġst u
6028
- ak en
6029
- Ġhi red
6030
- Ġann ual
6031
- Ġbelong s
6032
- Ġb ha
6033
- ro se
6034
- Ġthr own
6035
- Ġtalk s
6036
- Ġdist ribut
6037
- Ġfun eral
6038
- Ġtou ched
6039
- Ġcry st
6040
- Ġcook ing
6041
- for ce
6042
- Ġburn ing
6043
- Ġrestaur ant
6044
- Ġmaz ra
6045
- " ),
6046
- b ble
6047
- w ing
6048
- Ã ¤
6049
- Ġto ols
6050
- ir o
6051
- Ġdo zen
6052
- Ġpro ved
6053
- ap ers
6054
- Ġcha se
6055
- Ġbu ff
6056
- Ġcommun ities
6057
- Ġexpl ained
6058
- Ġdescri be
6059
- e xt
6060
- Ġw ing
6061
- Ġw ire
6062
- Ġr ib
6063
- Ġst ol
6064
- ad s
6065
- se x
6066
- Ġas ian
6067
- Ġper man
6068
- Ġsim on
6069
- 19 6
6070
- Ġta i
6071
- Ġtur k
6072
- wh ich
6073
- Ġarr ang
6074
- Ġridic ulous
6075
- Ġmazra eh
6076
- i j
6077
- Ġb orrow
6078
- Ġc ale
6079
- Ġm ental
6080
- Ġth under
6081
- Ġj r
6082
- Ġlo yal
6083
- Ġmar ks
6084
- Ġatt orn
6085
- Ġcol ors
6086
- Ġequ ip
6087
- Ġpain ted
6088
- Ġtick et
6089
- Ġscar ce
6090
- b ased
6091
- Ġm oo
6092
- Ġf ed
6093
- Ġg oo
6094
- Ġat om
6095
- Ġsub t
6096
- Ġcoll ea
6097
- Ġ198 6
6098
- Ġ197 6
6099
- Ġtor n
6100
- Ġris ing
6101
- Ġwal ter
6102
- Ġmir ror
6103
- Ġprep are
6104
- Ġcharl ie
6105
- Ġjac ob
6106
- Ġp ension
6107
- Ġto oth
6108
- Ġto mb
6109
- al y
6110
- am an
6111
- Ġwh ist
6112
- Ġam y
6113
- Ġbel g
6114
- Ġpar ish
6115
- Ġsw itzer
6116
- Ġcreat ure
6117
- Ġstrong er
6118
- Ġcrit ics
6119
- wr iter
6120
- Ġgodd ess
6121
- Ġapplic ation
6122
- Ġmemor ial
6123
- b al
6124
- Ġj ess
6125
- Ġan ton
6126
- Ġv ision
6127
- Ġpot ential
6128
- Ġrecom mend
6129
- 7 0
6130
- Ġto ys
6131
- Ġse ed
6132
- Ġbl o
6133
- od es
6134
- Ġapp ropri
6135
- Ġinc ident
6136
- Ġbad ly
6137
- Ġ198 5
6138
- Ġfrancis co
6139
- Ġcongrat ulations
6140
- b led
6141
- r ich
6142
- Ã ´
6143
- Ġ :
6144
- Ġ vel
6145
- Ġc ant
6146
- Ġst ole
6147
- Ġsh h
6148
- Ġbr on
6149
- Ġthem e
6150
- Ġro d
6151
- Ġro de
6152
- Ġpo em
6153
- Ġbet ty
6154
- Ġperson ally
6155
- Ġbab ies
6156
- Ġprincip al
6157
- Ġwol f
6158
- Ġfant astic
6159
- Ġswitzer land
6160
- l av
6161
- ha ppy
6162
- Ġc ass
6163
- Ġd umb
6164
- Ġsa ving
6165
- Ġcal vad
6166
- Ġsec ure
6167
- Ġpur ple
6168
- Ġoper ating
6169
- Ġshop ping
6170
- Ġappl ied
6171
- Ġath let
6172
- Ġcalvad os
6173
- 3 4
6174
- Ġt ip
6175
- Ġt ropical
6176
- Ġc ert
6177
- Ġm ons
6178
- ak a
6179
- Ġdep os
6180
- Ġ5 00
6181
- Ġair craft
6182
- Ġ6 4
6183
- Ġexc iting
6184
- Ġtrack s
6185
- Ġtyp ical
6186
- Ġgodd amn
6187
- Ġwebs ite
6188
- h ot
6189
- i Äĩ
6190
- r ad
6191
- Ġt ale
6192
- Ġf ans
6193
- ing ly
6194
- im ents
6195
- Ġsh ift
6196
- Ġcomp osed
6197
- ath y
6198
- Ġmin istry
6199
- Ġsub sequ
6200
- Ġsing les
6201
- Ġger mans
6202
- Ġwind s
6203
- Ġje alous
6204
- Ġhonest ly
6205
- ĠÂ ¶
6206
- Ġfis her
6207
- h in
6208
- Ġ [
6209
- Ġw ag
6210
- ad el
6211
- Ġsh ir
6212
- out s
6213
- Ġtw in
6214
- Ġgr am
6215
- Ġsc at
6216
- Ġland s
6217
- Ġcontin ues
6218
- Ġbur st
6219
- igh s
6220
- Ġident ity
6221
- Ġneighb our
6222
- Ġox ford
6223
- Ġnumer ous
6224
- h l
6225
- Å ¡
6226
- Ġf asc
6227
- Ġan ger
6228
- Ġar k
6229
- Ġgr a
6230
- Ġdes k
6231
- Ġinter rupt
6232
- Ġ196 4
6233
- Ġber n
6234
- Ġfort un
6235
- Ġcy cle
6236
- Ġm ent
6237
- nd a
6238
- Ġp our
6239
- ce ler
6240
- Ġv ic
6241
- Ġcomm it
6242
- Ġcr ook
6243
- Ġreg ret
6244
- Ġsw ing
6245
- Ġ18 0
6246
- Ġmet ro
6247
- Ġlad der
6248
- Ġenjo yed
6249
- Ġinit ial
6250
- Ġinstr ument
6251
- Ġinstruct ions
6252
- Ġapprox imately
6253
- r ot
6254
- Ġthe ater
6255
- Ġm ath
6256
- Ġf i
6257
- um ber
6258
- Ġhow ard
6259
- Ġac celer
6260
- Ġstr anger
6261
- Ġinc ome
6262
- Ġ197 8
6263
- Ġemplo y
6264
- wor th
6265
- Ġsant a
6266
- Ġdyn asty
6267
- Ġfright ened
6268
- Ġatm osphere
6269
- Ġequip ment
6270
- h is
6271
- Ġm mm
6272
- Ġk u
6273
- Ġsp lend
6274
- Ġmill er
6275
- Ġpresident ial
6276
- Ġpap a
6277
- Ġexper t
6278
- Ġpal m
6279
- Ġsend ing
6280
- bb les
6281
- Ġnucle ar
6282
- Ġw ra
6283
- Ġb ot
6284
- Ġb os
6285
- Ġf art
6286
- Ġto ast
6287
- Ġre ference
6288
- Ġgo sh
6289
- Ġne ut
6290
- ain ts
6291
- Ġbu nd
6292
- ph y
6293
- Ġheart s
6294
- do or
6295
- Ġrul ed
6296
- Ġeras mus
6297
- 2 2
6298
- Ġs ly
6299
- Ġb ible
6300
- Ġb ones
6301
- Ġg at
6302
- it ors
6303
- Ġab b
6304
- Ġput s
6305
- Ġcr ap
6306
- Ġpu zz
6307
- Ġconvent ion
6308
- Ġmarg aret
6309
- 3 8
6310
- Ġi ra
6311
- al i
6312
- Ġme al
6313
- Ġwor ship
6314
- we ight
6315
- Ġfo c
6316
- Ġrep ut
6317
- Ġcons ult
6318
- Ġinc or
6319
- Ġ198 3
6320
- Ġ197 5
6321
- Ġclose ly
6322
- rog en
6323
- Ġinvest ment
6324
- Ġhistor ic
6325
- Ġpregn ant
6326
- f ive
6327
- Ġg ord
6328
- Ġbe ating
6329
- Ġmo s
6330
- Ġsu fficient
6331
- Ġgu ide
6332
- Ġact s
6333
- Ġass y
6334
- Ġdev ices
6335
- cri pt
6336
- Ġaltern ative
6337
- Ġgeorg ia
6338
- Ġ /
6339
- Ġb one
6340
- Ġd ub
6341
- et her
6342
- Ġli ly
6343
- Ġte en
6344
- Ġcl ay
6345
- Ġgu ar
6346
- Ġbu zz
6347
- Ġres cue
6348
- Ġend ing
6349
- Ġdist ingu
6350
- Ġdev ice
6351
- Ġphil ipp
6352
- Ġsepar ated
6353
- Ġalex ander
6354
- Ġconserv ative
6355
- y ard
6356
- Ġs ink
6357
- en cies
6358
- is er
6359
- al so
6360
- Ġsp o
6361
- Ġla unch
6362
- Ġmean while
6363
- Ġed die
6364
- ont o
6365
- Ġpub l
6366
- Ġdrink s
6367
- Ġdefe at
6368
- ο u
6369
- Ġlau ght
6370
- Ġinit i
6371
- gl as
6372
- Ġperm ission
6373
- Ġvictim s
6374
- Ġnathan iel
6375
- Ġneighbor hood
6376
- Ġimper ial
6377
- Ġa id
6378
- Ġc ord
6379
- Ġh unt
6380
- Ġre ject
6381
- Ġnot able
6382
- Ġle on
6383
- Ġsc he
6384
- Ġind ians
6385
- Ġinst ant
6386
- Ġent rance
6387
- Ġdec or
6388
- Ġconf used
6389
- Ġmark ed
6390
- Ġcontro vers
6391
- Ġexper ien
6392
- Ġroad s
6393
- Ġcre ation
6394
- Ġ193 0
6395
- Ġauthor ities
6396
- Ġprison ers
6397
- Ġinit ially
6398
- Ġol iver
6399
- Ġstu art
6400
- ! '
6401
- m ont
6402
- Ġw aves
6403
- Ġc ou
6404
- Ġp or
6405
- Ġp ages
6406
- as hing
6407
- Ġr aw
6408
- st ers
6409
- ur i
6410
- ch i
6411
- um es
6412
- Ġch op
6413
- Ġco vers
6414
- Ġgu ests
6415
- Ġpre fect
6416
- Ġcent uries
6417
- li est
6418
- Ġ197 3
6419
- Ġcheck ed
6420
- Ġclot hing
6421
- Ġsour ces
6422
- Ġinj ury
6423
- Ġpil ot
6424
- Ġsucceed ed
6425
- Ġvehic le
6426
- Ġemm a
6427
- . )
6428
- b age
6429
- e ur
6430
- g ent
6431
- he w
6432
- nd e
6433
- Ġl ung
6434
- Ġre ar
6435
- Ġj ay
6436
- Ġtr ained
6437
- Ġcl er
6438
- Ġrem ove
6439
- Ġstud ying
6440
- Ġsk ills
6441
- Ġ197 4
6442
- Ġclass ic
6443
- Ġvol ume
6444
- Ġphys ics
6445
- Ġmach ines
6446
- Ġox y
6447
- Ġast ron
6448
- Ġsurround ed
6449
- quar ters
6450
- 1 00
6451
- g t
6452
- w ich
6453
- Ġy u
6454
- Ġp ushed
6455
- Ġl an
6456
- Ġl ane
6457
- Ġg ig
6458
- Ġh ong
6459
- Ġre ward
6460
- Ġbo ats
6461
- Ġreturn ing
6462
- Ġ196 9
6463
- Ġhor ror
6464
- Ġbal ance
6465
- Ġgree ce
6466
- Ġwil son
6467
- Ġvictor ia
6468
- Ġdelic ious
6469
- Ġunus ual
6470
- Ġsympt oms
6471
- Ġs oup
6472
- Ġl ap
6473
- ly ing
6474
- Ġse l
6475
- un te
6476
- os h
6477
- Ġact ions
6478
- Ġdis ney
6479
- Ġph r
6480
- Ġpar all
6481
- Ġsl ide
6482
- Ġvo ices
6483
- Ġvis ited
6484
- Ġmur dered
6485
- Ġcop s
6486
- Ġearth qu
6487
- Ġmass ive
6488
- Ġdiffic ulty
6489
- Ġobs erved
6490
- Ġclaim ed
6491
- Ġbang l
6492
- Ġjun ior
6493
- Ġadop ted
6494
- Ġcot ton
6495
- Ġlaught er
6496
- l ong
6497
- m od
6498
- v est
6499
- w ill
6500
- Ġb bc
6501
- Ġg az
6502
- Ġv iv
6503
- Ġcon ver
6504
- Ġman s
6505
- ens es
6506
- Ġeng age
6507
- Ġsur gery
6508
- Ġass ume
6509
- Ġhold s
6510
- rop ol
6511
- Ġ194 0
6512
- Ġobs erv
6513
- Ġwat ers
6514
- Ġknock ed
6515
- Ġinspect or
6516
- Ġattorn ey
6517
- h us
6518
- re ck
6519
- Ġf oss
6520
- Ġd ale
6521
- Ġbe gg
6522
- Ġj ury
6523
- Ġar gu
6524
- the w
6525
- tern al
6526
- Ġmusic ian
6527
- Ġlead s
6528
- Ġvol unte
6529
- Ġmethod s
6530
- Ġimpress ion
6531
- Ġreve aled
6532
- Ġkore an
6533
- cons cious
6534
- Ġintellig ence
6535
- Ġliqu id
6536
- Ġstol en
6537
- 9 0
6538
- Ġt s
6539
- Ġb or
6540
- Ġm ig
6541
- Ġp ump
6542
- Ġr ud
6543
- Ġgo als
6544
- Ġcl ause
6545
- Ġreg ions
6546
- Ġbit s
6547
- Ġlist ed
6548
- pe red
6549
- Ġass ign
6550
- Ġcapt ure
6551
- Ġanal y
6552
- Ġarchitect ure
6553
- look ing
6554
- t im
6555
- Ġn uts
6556
- ot i
6557
- Ġr ivers
6558
- if ying
6559
- ag ger
6560
- Ġcl ar
6561
- Ġour s
6562
- Ġown ers
6563
- Ġchar ged
6564
- Ġbar b
6565
- Ġcur ious
6566
- aw s
6567
- Ġcomb ined
6568
- Ġblock s
6569
- Ġindivid uals
6570
- Ġguar ant
6571
- 3 6
6572
- u ous
6573
- à ¦
6574
- Ġb om
6575
- Ġd um
6576
- ic y
6577
- Ġne p
6578
- Ġv in
6579
- Ġpr ote
6580
- Ġshould ers
6581
- ens ions
6582
- Ġdes erve
6583
- Ġsit u
6584
- Ġprov ides
6585
- Ġconf idence
6586
- Ġocc as
6587
- urs day
6588
- Ġphot ograph
6589
- Ġjump ed
6590
- Ġn aked
6591
- Ġz oo
6592
- Ġda isy
6593
- Ġvide os
6594
- Ġproper ties
6595
- Ġengine er
6596
- Ġban ks
6597
- Ġescap ed
6598
- intend o
6599
- Ġinterp ret
6600
- p oint
6601
- Ġf are
6602
- Ġf uel
6603
- Ġy ell
6604
- or age
6605
- Ġl em
6606
- Ġl ately
6607
- Ġn intendo
6608
- Ġwant ing
6609
- Ġmar gin
6610
- cl ass
6611
- Ġhouse hold
6612
- Ġfriend ship
6613
- Ġins ult
6614
- Ġ197 2
6615
- Ġest im
6616
- Ġmor al
6617
- Ġnet her
6618
- Ġaffect ed
6619
- Ġbenef its
6620
- v ant
6621
- Ġp ants
6622
- Ġth ursday
6623
- Ġk an
6624
- ir st
6625
- Ġli ver
6626
- ate ful
6627
- ep ing
6628
- Ġbet ray
6629
- Ġgre g
6630
- Ġnat urally
6631
- 19 5
6632
- Ġdou glas
6633
- Ġjack et
6634
- Ġopp osed
6635
- Ġstep hen
6636
- Ġver t
6637
- Ġemplo ye
6638
- Ġcorpor ation
6639
- Ġadvent ure
6640
- ��depress ion
6641
- Ġinhabit ants
6642
- Ġexped ition
6643
- a ud
6644
- m ail
6645
- Ġm d
6646
- et ime
6647
- Ġkn ees
6648
- Ġmo de
6649
- ons ense
6650
- Ġ3 6
6651
- Ġmat thew
6652
- Ġrel ief
6653
- Ġdep th
6654
- Ġmind s
6655
- Ġ196 8
6656
- Ġinf ant
6657
- Ġcut ting
6658
- Ġfig ured
6659
- Ġsuff er
6660
- Ġwide ly
6661
- Ġsatisf ied
6662
- Ġstrug g
6663
- resp ond
6664
- Ġtoile t
6665
- l ife
6666
- Ã £
6667
- Ġb ah
6668
- an cy
6669
- Ġg ained
6670
- Ġre fe
6671
- Ġex ha
6672
- Ġpo le
6673
- Ġcont em
6674
- ff in
6675
- Ġrem aining
6676
- Ġstr ate
6677
- Ġass ault
6678
- Ġdri ven
6679
- Ġsoon er
6680
- Ġcross ing
6681
- Ġobject s
6682
- Ġpossib ility
6683
- Ġmaid en
6684
- l augh
6685
- ad or
6686
- and ie
6687
- un ting
6688
- Ġsh iv
6689
- Ġv ul
6690
- ie ur
6691
- os is
6692
- Ġsp ite
6693
- Ġdis g
6694
- og ue
6695
- og ether
6696
- Ġcour ts
6697
- Ġbit ter
6698
- Ġinterest s
6699
- ik a
6700
- Ġexpl an
6701
- Ġcop ies
6702
- eng ers
6703
- Ġdoll ar
6704
- Ġgradu ated
6705
- c alled
6706
- ot o
6707
- Ġbe ars
6708
- Ġfor b
6709
- Ġde bt
6710
- th ou
6711
- Ġbr uce
6712
- Ġ194 5
6713
- ham ed
6714
- Ġorgan ized
6715
- Ġrepresent atives
6716
- Ġhop ed
6717
- Ġscen es
6718
- Ġstrate gy
6719
- f ish
6720
- z o
6721
- Ġp iss
6722
- it ure
6723
- le ts
6724
- ot y
6725
- Ġno ble
6726
- Ġbo nd
6727
- Ġmu hammad
6728
- Ġrec ru
6729
- ib i
6730
- Ġgre et
6731
- Ġsim pl
6732
- Ġpass age
6733
- Ġelect ions
6734
- Ġdri ves
6735
- Ġprof it
6736
- Ġ15 0
6737
- Ġdel ivered
6738
- Ġview s
6739
- cher s
6740
- Ġcolumb ia
6741
- Ġinsp ired
6742
- l ord
6743
- is c
6744
- Ġh its
6745
- ap ore
6746
- Ġlet ting
6747
- Ġlea f
6748
- Ġcor respond
6749
- pect ive
6750
- Ġver te
6751
- Ġmax imum
6752
- Ġess entially
6753
- Ġceremon y
6754
- norm andie
6755
- Ġcem eter
6756
- g un
6757
- u a
6758
- ar ia
6759
- Ġbe e
6760
- Ġe ager
6761
- Ġis sued
6762
- Ġre ign
6763
- Ġno d
6764
- Ġar c
6765
- Ġpr ide
6766
- end er
6767
- Ġcons ists
6768
- Ġmet ers
6769
- Ġbas se
6770
- Ġconst it
6771
- Ġ196 3
6772
- Ġexpl ore
6773
- Ġsuper ior
6774
- Ġvers ions
6775
- Ġnecess arily
6776
- Ġitem s
6777
- Â °
6778
- Ġa ld
6779
- Ġm amm
6780
- Ġl amb
6781
- es ome
6782
- Ġimp lement
6783
- Ġstr ateg
6784
- Ġsing apore
6785
- Ġcommun ist
6786
- ph ia
6787
- Ġred uced
6788
- Ġbed room
6789
- Ġprofess ion
6790
- Ġquiet ly
6791
- fr om
6792
- Ġregard ed
6793
- Ġdun no
6794
- Ġsust ain
6795
- Ġtai wan
6796
- Ġt ues
6797
- Ġb ike
6798
- Ġc atherine
6799
- Ġd ur
6800
- Ġp ent
6801
- st ep
6802
- Ġan ch
6803
- Ġall en
6804
- Ġcon clud
6805
- em p
6806
- Ġ3 00
6807
- Ġcap able
6808
- Ġmom ents
6809
- Ġgen e
6810
- Ġhead quarters
6811
- Ġdistrict s
6812
- Ġphot os
6813
- Ġrepe at
6814
- sm ith
6815
- Ġstrug gle
6816
- a ug
6817
- Ġs ou
6818
- Ġo ption
6819
- Ġm it
6820
- Ġy um
6821
- Ġnow here
6822
- Ġlo an
6823
- own ed
6824
- Ġact ed
6825
- Ġpol ish
6826
- Ġid eal
6827
- Ġcontro lled
6828
- Ġdiscuss ion
6829
- Ġarg ent
6830
- Ġartic les
6831
- Ġtues day
6832
- h um
6833
- p ers
6834
- Ġf ier
6835
- Ġp ip
6836
- as tern
6837
- as ka
6838
- id ers
6839
- Ġas sh
6840
- her s
6841
- Ġv ast
6842
- Ġbl ast
6843
- Ġrec on
6844
- Ġans wers
6845
- Ġalong side
6846
- Ġequ ation
6847
- Ġeight een
6848
- Ġmur de
6849
- Ġ194 7
6850
- nes day
6851
- Ġgrant ed
6852
- Ġpir ates
6853
- Ġaven ue
6854
- l ers
6855
- Ġm ouse
6856
- Ġf el
6857
- Ġd oo
6858
- Ġn i
6859
- Ġcon cl
6860
- Ġag ents
6861
- Ġwhere ver
6862
- Ġke vin
6863
- Ġreg ister
6864
- Ġacc ur
6865
- Ġlist ened
6866
- Ġred uce
6867
- Ġaw esome
6868
- Ġintern al
6869
- Ġclub s
6870
- Ġvot es
6871
- Ġgoo gle
6872
- adel phia
6873
- i ac
6874
- Â ´
6875
- ã ĥ
6876
- Ġt ank
6877
- Ġc in
6878
- Ġto ol
6879
- Ġbe nd
6880
- al o
6881
- Ġan no
6882
- Ġli z
6883
- Ġco ordin
6884
- Ġcont ext
6885
- Ġsit es
6886
- Ġclass ical
6887
- iam i
6888
- Ġtele phone
6889
- ien cy
6890
- Ġwed nesday
6891
- Ġbran ches
6892
- Ġaccom pl
6893
- Ġpoll ution
6894
- Ġpha se
6895
- Ġpunish ment
6896
- Ġgord on
6897
- Ġoxy gen
6898
- Ġcemeter y
6899
- f our
6900
- Ã §
6901
- Ġhe s
6902
- Ġr ope
6903
- Ġso lo
6904
- Ġfr ag
6905
- Ġte nder
6906
- Ġpre cious
6907
- Ġfo nd
6908
- ib ly
6909
- Ġent ry
6910
- Ġland sc
6911
- Ġalbum s
6912
- Ġtor onto
6913
- Ġinde x
6914
- Ġaff air
6915
- Ġcompos er
6916
- Ġmyster y
6917
- Ġaband oned
6918
- Ġarrang ed
6919
- 3 2
6920
- p ass
6921
- Ġt u
6922
- Ġfor d
6923
- ri x
6924
- Ġal bert
6925
- Ġus eless
6926
- Ġte ar
6927
- Ġ19 20
6928
- Ġrec y
6929
- Ġsl ave
6930
- Ġchild hood
6931
- Ġconf ess
6932
- Ġill ness
6933
- Ġkiss ed
6934
- Ġemot ions
6935
- Ġelectric ity
6936
- Ġdemon str
6937
- Ġdip lom
6938
- Ġheav ily
6939
- b its
6940
- Ġs ought
6941
- er a
6942
- er able
6943
- Ġd na
6944
- Ġg ates
6945
- Ġst ores
6946
- Ġch oo
6947
- Ġbo ots
6948
- Ġsw allow
6949
- Ġhead ed
6950
- Ġpers u
6951
- Ġcoll abor
6952
- Ġmer cy
6953
- Ġ194 4
6954
- Ġaust ria
6955
- Ġcat tle
6956
- Ġpract ical
6957
- fo ot
6958
- Ġcolum n
6959
- Ġmurde rer
6960
- 3 7
6961
- g on
6962
- w ick
6963
- Ġg ross
6964
- Ġn onsense
6965
- at i
6966
- Ġth read
6967
- Ġpo nd
6968
- ord er
6969
- Ġpre cise
6970
- Ġrel ation
6971
- Ġadd ing
6972
- Ġmeet ings
6973
- Ġtri es
6974
- Ġext ended
6975
- Ġ197 7
6976
- Ġprom oted
6977
- Ġpresent ly
6978
- Ġadv oc
6979
- Ġattack s
6980
- Ġdig ital
6981
- Ġwick ed
6982
- Ġcandid ate
6983
- Ġpic ard
6984
- Ġmerchan t
6985
- Ġt um
6986
- Ġp iz
6987
- Ġin sect
6988
- Ġe ag
6989
- Ġj azz
6990
- ke l
6991
- ul ed
6992
- Ġun com
6993
- Ġwhere as
6994
- Ġind ones
6995
- Ġke lly
6996
- Ġpers ons
6997
- Ġste pped
6998
- Ġserv ant
6999
- Ġdef ence
7000
- Ġexpect ing
7001
- Ġmere ly
7002
- Ġappropri ate
7003
- r ons
7004
- Å Ł
7005
- Ġt ack
7006
- Ġy or
7007
- Ġto w
7008
- Ġh ut
7009
- ot te
7010
- Ġst ones
7011
- Ġdo ve
7012
- ust ing
7013
- Ġad j
7014
- Ġform at
7015
- Ġsur ve
7016
- Ġperson ality
7017
- Ġ196 7
7018
- Ġpick ing
7019
- Ġdaught ers
7020
- Ġtest ing
7021
- Ġproject s
7022
- Ġrev ol
7023
- Ġur ban
7024
- Ġbeg un
7025
- ĠÂ £
7026
- Ġparall el
7027
- 3 9
7028
- f it
7029
- f ly
7030
- t ake
7031
- Ġ {
7032
- Ġb c
7033
- Ġm iami
7034
- Ġd ug
7035
- us ive
7036
- Ġwas hed
7037
- Ġne at
7038
- Ġer ror
7039
- Ġwar ning
7040
- Ġreg iment
7041
- Ġim ages
7042
- Ġamong st
7043
- Ġcro at
7044
- Ġintell ect
7045
- Ġcateg ory
7046
- Ġswed en
7047
- Ġilleg al
7048
- k h
7049
- t es
7050
- v ior
7051
- Ġt ab
7052
- ou ri
7053
- Ġb um
7054
- Ġc reek
7055
- Ġf aced
7056
- Ġp ipe
7057
- us a
7058
- Ġr ings
7059
- Ġst im
7060
- ia o
7061
- Ġsc ored
7062
- ress ed
7063
- Ġsm iling
7064
- Ġform ation
7065
- Ġmet ropol
7066
- Ġ196 5
7067
- Ġoper ated
7068
- Ġphil adelphia
7069
- Ġdescri ption
7070
- Ġspirit ual
7071
- tw o
7072
- Ġdaw son
7073
- Ġais ne
7074
- Ġgat hered
7075
- Ġin cl
7076
- ar n
7077
- Ġst airs
7078
- Ġj ur
7079
- Ġas hamed
7080
- Ġne ur
7081
- Ġlo ving
7082
- Ġfin n
7083
- Ġele v
7084
- Ġinv asion
7085
- Ġpur su
7086
- Ġpos itions
7087
- Ġvill ages
7088
- Ġsail ed
7089
- ó n
7090
- b ird
7091
- Ġc ave
7092
- Ġf ulf
7093
- Ġp as
7094
- at ically
7095
- Ġth ief
7096
- Ġr ag
7097
- Ġk ha
7098
- ea ble
7099
- un a
7100
- Ġgr ateful
7101
- Ġfour teen
7102
- Ġmess ages
7103
- Ġmor gan
7104
- Ġmod els
7105
- Ġbreat hing
7106
- Ġconv in
7107
- Ġadult s
7108
- speak ing
7109
- c al
7110
- Ġo tt
7111
- an ne
7112
- Ġv on
7113
- Ġsp ar
7114
- if ts
7115
- Ġcomp ar
7116
- av an
7117
- Ġsm iled
7118
- Ġmon arch
7119
- Ġbar on
7120
- Ġstand ards
7121
- Ġunivers ities
7122
- Ġrepl ace
7123
- Ġlat est
7124
- Ġexist ing
7125
- Ġbeha vior
7126
- Ġalt ogether
7127
- Ġsplend id
7128
- 2 6
7129
- 4 5
7130
- c ase
7131
- r an
7132
- r ist
7133
- v id
7134
- v ard
7135
- z ing
7136
- Ã ±
7137
- Ġd ating
7138
- Ġand y
7139
- Ġe fficient
7140
- al ing
7141
- Ġch in
7142
- Ġco le
7143
- Ġsc rap
7144
- Ġfin ance
7145
- Ġreg ist
7146
- Ġhope fully
7147
- Ġchur ches
7148
- Ġpull ing
7149
- Ġsubject s
7150
- af ter
7151
- Ġsevent h
7152
- Ġopt im
7153
- Ġelephan t
7154
- v or
7155
- Ġsp oon
7156
- Ġro ber
7157
- Ġen orm
7158
- Ġmar s
7159
- vel ope
7160
- Ġdiffe rences
7161
- Ġcor ps
7162
- Ġcook ie
7163
- Ġtechn ical
7164
- Ġviol ent
7165
- Ġintrod uce
7166
- Ġdoc uments
7167
- Ġrac ing
7168
- Ġanth ony
7169
- Ġsmo oth
7170
- Ġa irl
7171
- Ġd al
7172
- Ġj ung
7173
- Ġse ats
7174
- Ġal f
7175
- Ġshe et
7176
- Ġcom ic
7177
- ak h
7178
- Ġres erve
7179
- Ġexper iences
7180
- Ġ194 1
7181
- Ġallow ing
7182
- Ġmexic an
7183
- Ġvac c
7184
- Ġemot ional
7185
- Ġnewsp apers
7186
- Ġira q
7187
- 9 9
7188
- t ic
7189
- Ġs i
7190
- Ġc d
7191
- at han
7192
- Ġso ap
7193
- th ree
7194
- av a
7195
- int on
7196
- Ġstr ang
7197
- Ġhat ed
7198
- Ġcamp bell
7199
- Ġclim b
7200
- Ġchampionship s
7201
- Ġlu ke
7202
- Ġthreat ened
7203
- Ġlic ense
7204
- Ġnarr ator
7205
- Ġdram atic
7206
- Ġincred ible
7207
- Ġvalu able
7208
- re te
7209
- Ġf iction
7210
- Ġg est
7211
- Ġr us
7212
- st ate
7213
- Ġwor n
7214
- Ġlo ver
7215
- Ġpr on
7216
- iss a
7217
- Ġbeing s
7218
- Ġsl a
7219
- Ġsw ift
7220
- Ġdist ribution
7221
- oun ced
7222
- Ġinter act
7223
- Ġepis odes
7224
- Ġsac rif
7225
- Ġencour age
7226
- Ġreput ation
7227
- s er
7228
- Ġy ards
7229
- it led
7230
- Ġth orough
7231
- Ġk y
7232
- Ġus er
7233
- Ġcl in
7234
- Ġset s
7235
- ott ed
7236
- Ġbreat he
7237
- Ġdesper ate
7238
- Ġpicard ie
7239
- Ġconvin ced
7240
- Ġm all
7241
- Ġy an
7242
- Ġp unch
7243
- an ium
7244
- it ter
7245
- Ġwh oops
7246
- ist ol
7247
- el a
7248
- Ġbr a
7249
- Ġen velope
7250
- Ġpart ly
7251
- Ġthr one
7252
- Ġbel t
7253
- Ġstop s
7254
- Ġbar n
7255
- Ġland ed
7256
- Ġcat al
7257
- Ġsupport ing
7258
- Ġhun ter
7259
- Ġclaim s
7260
- Ġresour ce
7261
- Ġpir ate
7262
- Ġded icated
7263
- Ġexer cise
7264
- Ġcapac ity
7265
- Ġnether lands
7266
- g s
7267
- p ent
7268
- u i
7269
- Ġa le
7270
- Ġs ung
7271
- Ġb ry
7272
- Ġp anc
7273
- ic ia
7274
- Ġr illa
7275
- Ġst raw
7276
- Ġtr ace
7277
- Ġtr ump
7278
- el ine
7279
- ort ed
7280
- Ġbo ld
7281
- Ġdown stairs
7282
- Ġworld wide
7283
- Ġche ss
7284
- Ġsy d
7285
- Ġmight y
7286
- Ġconf ident
7287
- Ġprob ability
7288
- Ġca using
7289
- Ġequ ival
7290
- Ġless on
7291
- Ġabs or
7292
- Ġtest s
7293
- Ġfif a
7294
- Ġappro ved
7295
- Ġclean ing
7296
- Ġcollect ed
7297
- Ġsand y
7298
- ky o
7299
- Ġsly ne
7300
- 3 1
7301
- r in
7302
- t v
7303
- Ġs na
7304
- Ġb ou
7305
- Ġf id
7306
- Ġy ay
7307
- Ġg le
7308
- Ġst able
7309
- Ġas ks
7310
- Ġgu ards
7311
- Ġchar ges
7312
- Ġgl or
7313
- Ġob lig
7314
- Ġret reat
7315
- Ġrest rict
7316
- Ġhur ts
7317
- Ġdevelop ing
7318
- Ġhen ce
7319
- Ġnorm an
7320
- Ġpot ato
7321
- ' ?
7322
- Ġthe rap
7323
- Ġb ars
7324
- Ġg ear
7325
- it ched
7326
- at ures
7327
- om en
7328
- ge l
7329
- if er
7330
- Ġun happy
7331
- Ġle w
7332
- Ġsc and
7333
- Ġstr ict
7334
- Ġ3 7
7335
- Ġrec all
7336
- Ġform al
7337
- Ġlarge ly
7338
- Ġstar red
7339
- Ġang le
7340
- Ġru in
7341
- Ġroman ia
7342
- Ġbeat en
7343
- Ġneg oti
7344
- Ġpurp oses
7345
- Ġappoint ment
7346
- Ġregard ing
7347
- Ġsac red
7348
- Ġexperien ced
7349
- w ear
7350
- Ġin g
7351
- ir s
7352
- Ġse ar
7353
- Ġcl are
7354
- ci ence
7355
- Ġshow er
7356
- Ġpass es
7357
- Ġste ven
7358
- Ġsweet heart
7359
- Ġcomput ers
7360
- Ġjer ry
7361
- Ġdepend ing
7362
- l rb
7363
- Ġbe es
7364
- Ġst ern
7365
- th y
7366
- Ġpe e
7367
- Ġway ne
7368
- Ġinst itution
7369
- Ġsix teen
7370
- less ly
7371
- Ġair pl
7372
- Ġext end
7373
- Ġinf in
7374
- Ġgrand pa
7375
- Ġgrand father
7376
- Ġspir its
7377
- Ġtick ets
7378
- Ġwound s
7379
- Ġnav al
7380
- Ġdiag n
7381
- Ġperman ent
7382
- Ġsche me
7383
- r rb
7384
- u its
7385
- Ġf ake
7386
- Ġp itt
7387
- Ġre aching
7388
- Ġu gh
7389
- Ġj ar
7390
- ... !
7391
- Ġun p
7392
- Ġbr ut
7393
- Ġco d
7394
- hed ral
7395
- ile y
7396
- Ġfound ing
7397
- Ġgl ory
7398
- Ġdef ined
7399
- go ing
7400
- Ġluc y
7401
- Ġren amed
7402
- Ġholly wood
7403
- Ġmons ieur
7404
- b ach
7405
- c op
7406
- t han
7407
- Ġm ack
7408
- ag ers
7409
- ne ath
7410
- Ġel imin
7411
- Ġinv ented
7412
- Ġposs ession
7413
- Ġmem ories
7414
- Ġplatform s
7415
- Ġolymp ic
7416
- Ġcabin et
7417
- Ġconfir med
7418
- he y
7419
- Ġb ure
7420
- Ġd io
7421
- Ġy ug
7422
- Ġp oo
7423
- Ġmo z
7424
- Ġup d
7425
- Ġnew ly
7426
- Ġind o
7427
- Ġexp lo
7428
- Ġmed ium
7429
- Ġpat ri
7430
- Ġdiv ide
7431
- Ġsho e
7432
- Ġorgan izations
7433
- Ġdise ases
7434
- Ġopportun ities
7435
- Ġlu x
7436
- Ġinj ured
7437
- Ġchem istry
7438
- Ġmyster ious
7439
- Ġjournal ist
7440
- Ġthir teen
7441
- Ġ Î
7442
- Ġt ube
7443
- Ġi p
7444
- Ġb av
7445
- Ġb orough
7446
- Ġd ign
7447
- Ġr idge
7448
- Ġst y
7449
- Ġsp y
7450
- Ġcl ick
7451
- Ġcl ark
7452
- Ġact ors
7453
- Ġcr imes
7454
- Ġsl ipped
7455
- Ġcap e
7456
- Ġgen us
7457
- Ġhead ing
7458
- Ġmiss ouri
7459
- Ġpass enger
7460
- Ġext ent
7461
- Ġra j
7462
- Ġadm itted
7463
- Ġpolic ies
7464
- Ġdut ies
7465
- Ġtyp ically
7466
- Ġvac ation
7467
- Ġnick n
7468
- Ġdeb ate
7469
- bour ne
7470
- Ġexhib ition
7471
- Ġrhy th
7472
- d ers
7473
- f ire
7474
- l an
7475
- Ġa z
7476
- re m
7477
- Ġd ull
7478
- ing ton
7479
- Ġr ip
7480
- Ġsh ield
7481
- Ġle an
7482
- Ġgr im
7483
- Ġcar riage
7484
- Ġma h
7485
- gin es
7486
- Ġpass engers
7487
- olog ists
7488
- cc a
7489
- Ġbill s
7490
- Ġjud y
7491
- Ġthrow ing
7492
- Ġident ified
7493
- Ġliter ary
7494
- Ġvisit ors
7495
- Ġspecific ally
7496
- Ġlis a
7497
- Ġcris is
7498
- 3 3
7499
- m outh
7500
- s ome
7501
- Ġa er
7502
- Ġs ig
7503
- ha ve
7504
- Ġp y
7505
- or al
7506
- Ġin ner
7507
- Ġk aren
7508
- Ġor th
7509
- Ġun conscious
7510
- Ġoff ering
7511
- Ġbu bble
7512
- Ġla x
7513
- be h
7514
- ful ness
7515
- Ġfound er
7516
- Ġline ar
7517
- Ġ196 6
7518
- Ġport ion
7519
- Ġru ined
7520
- Ġdin os
7521
- Ġforest s
7522
- Ġsail ing
7523
- Ġtax es
7524
- Ġble w
7525
- Ġfrequ ently
7526
- g ate
7527
- l ines
7528
- m aster
7529
- p ool
7530
- Ġs ke
7531
- Ġb in
7532
- Ġd ates
7533
- Ġp int
7534
- en ess
7535
- Ġin ch
7536
- as p
7537
- om ed
7538
- ul s
7539
- ab el
7540
- os lav
7541
- Ġbr ush
7542
- ag ne
7543
- Ġsc iences
7544
- Ġbu bbles
7545
- cl ing
7546
- Ġunder neath
7547
- uc ing
7548
- sh it
7549
- Ġinc om
7550
- ell ed
7551
- Ġwo ndered
7552
- Ġaw ake
7553
- Ġ195 4
7554
- Ġrob inson
7555
- Ġinvol ve
7556
- Ġrepresent ative
7557
- Ġlift ed
7558
- Ġgradu ate
7559
- Ġdyn am
7560
- Ġapolog ize
7561
- Ġexplan ation
7562
- i at
7563
- o ard
7564
- Ġ Ï
7565
- Ġw ins
7566
- Ġd ing
7567
- Ġy oon
7568
- ut ed
7569
- ea u
7570
- Ġv it
7571
- Ġcom r
7572
- Ġcon ven
7573
- Ġher s
7574
- Ġtr ap
7575
- Ġint ense
7576
- Ġdis ag
7577
- Ġcont ained
7578
- Ġev al
7579
- Ġyoung est
7580
- Ġchrist ians
7581
- Ġ195 6
7582
- Ġarm en
7583
- Ġeduc ational
7584
- Ġnort heast
7585
- Ġgrad ually
7586
- Ġdefin ition
7587
- Ġprim arily
7588
- Ġcell s
7589
- Ġsem i
7590
- Ġgrav ity
7591
- Ġsyd ney
7592
- e qu
7593
- m ission
7594
- Ġo sc
7595
- Ġl oo
7596
- Ġse lection
7597
- Ġwhe els
7598
- Ġal gor
7599
- Ġsp ark
7600
- Ġar gue
7601
- Ġpe ar
7602
- Ġint ent
7603
- ord inary
7604
- Ġsl ip
7605
- Ġev ident
7606
- Ġsor row
7607
- Ġacc used
7608
- Ġemp has
7609
- Ġcoun sel
7610
- Ġpriv ile
7611
- Ġsout heast
7612
- Ġroll o
7613
- Ġprincip le
7614
- Ġliber ty
7615
- Ġfro zen
7616
- Ġrelative ly
7617
- Ġves sels
7618
- Ġelectron ic
7619
- Ġsamp le
7620
- Ġdow nt
7621
- m i
7622
- m al
7623
- Ġs ie
7624
- or ous
7625
- Ġl ind
7626
- Ġg ap
7627
- ct ic
7628
- ag a
7629
- Ġpe asant
7630
- Ġla ure
7631
- Ġke en
7632
- Ġhar rison
7633
- Ġ3 4
7634
- aught er
7635
- Ġserv ants
7636
- Ġconst antly
7637
- Ġanim ated
7638
- Ġstrong ly
7639
- Ġconcer ns
7640
- Ġhol es
7641
- Ġhost ed
7642
- Ġoppos ition
7643
- Ġenter pr
7644
- Ġwis hes
7645
- Ġbac ter
7646
- Ġoccup ied
7647
- Ġcustom ers
7648
- Ġoccasion ally
7649
- Ġrapid ly
7650
- Ġalgor ith
7651
- c ia
7652
- Ġw reck
7653
- Ġl uther
7654
- Ġg um
7655
- Ġr if
7656
- Ġwh it
7657
- il ton
7658
- op her
7659
- Ġcl own
7660
- Ġmar ie
7661
- Ġinst inct
7662
- Ġob st
7663
- Ġwood en
7664
- Ġcompet e
7665
- Ġbag s
7666
- Ġpray er
7667
- Ġbeg ged
7668
- Ġwhis pered
7669
- Ġeth nic
7670
- Ġglo be
7671
- Ġadministr ative
7672
- Ġprefect ure
7673
- i ven
7674
- m el
7675
- Ġb oring
7676
- Ġp ushing
7677
- ic ians
7678
- Ġse al
7679
- Ġall ies
7680
- Ġtr aged
7681
- Ġtr unk
7682
- Ġbr u
7683
- Ġfe e
7684
- Ġen gines
7685
- Ġlet s
7686
- Ġsc ary
7687
- od ec
7688
- Ġcr ay
7689
- ens ity
7690
- Ġmon key
7691
- Ġgl en
7692
- Ġpat rick
7693
- Ġra ven
7694
- Ġcreat ive
7695
- Ġ194 8
7696
- Ġstar ring
7697
- Ġcirc uit
7698
- Ġident ify
7699
- Ġjew s
7700
- Ġprincip les
7701
- Ġrough ly
7702
- keep er
7703
- Ġpow der
7704
- Ġwrit ers
7705
- b et
7706
- h ist
7707
- p ow
7708
- re al
7709
- Ġf aint
7710
- Ġp s
7711
- Ġto lom
7712
- Ġto kyo
7713
- is en
7714
- ac les
7715
- un ts
7716
- Ġpl um
7717
- Ġus ers
7718
- ber ry
7719
- Ġwar ri
7720
- Ġatt ached
7721
- Ġkind a
7722
- Ġgen ius
7723
- Ġdeath s
7724
- ik i
7725
- Ġmer ged
7726
- Ġ194 2
7727
- Ġaust en
7728
- Ġcamp us
7729
- com ing
7730
- anc ing
7731
- Ġarri ve
7732
- Ġroll ed
7733
- Ġacqu ired
7734
- Ġprem ier
7735
- Ġfran z
7736
- Ġpoet ry
7737
- Ġconstruct ed
7738
- Ġtolom beh
7739
- c our
7740
- d iv
7741
- j ud
7742
- k ind
7743
- m ill
7744
- u ge
7745
- ã Ĥ
7746
- Ġa ck
7747
- Ġb ald
7748
- Ġm es
7749
- Ġm am
7750
- Ġf c
7751
- Ġn ed
7752
- Ġwh oo
7753
- ro ll
7754
- Ġkn ee
7755
- Ġmo lly
7756
- Ġsh ining
7757
- Ġab oard
7758
- Ġam anda
7759
- Ġfe ver
7760
- Ġjo han
7761
- Ġwr ites
7762
- Ġrep ly
7763
- Ġcount ing
7764
- ks hire
7765
- Ġhar mon
7766
- Ġlast ed
7767
- Ġgl ance
7768
- Ġland ing
7769
- Ġext ensive
7770
- Ġcreat ures
7771
- Ġhit ler
7772
- Ġ195 2
7773
- Ġdest ruction
7774
- Ġtreat y
7775
- Ġcam b
7776
- Ġcompet ed
7777
- Ġfac ulty
7778
- Ġsurv ived
7779
- Ġrelationship s
7780
- Ġsevent een
7781
- Ġcelebr ated
7782
- Ġinstr uments
7783
- Ġbun ny
7784
- f ound
7785
- g ro
7786
- m r
7787
- u ate
7788
- Ġp up
7789
- Ġse ized
7790
- Ġal ien
7791
- ag u
7792
- ud es
7793
- Ġoff ers
7794
- Ġlong est
7795
- Ġgreat ly
7796
- Ġmid night
7797
- Ġ196 1
7798
- Ġmot iv
7799
- ipp er
7800
- Ġexcept ion
7801
- Ġterri f
7802
- Ġclos ing
7803
- e enth
7804
- i y
7805
- w ind
7806
- Ġt iss
7807
- Ġd ash
7808
- Ġk ang
7809
- ab out
7810
- Ġdist ant
7811
- io let
7812
- Ġprotect ed
7813
- Ġfrank lin
7814
- Ġarri val
7815
- Ġrecogn ition
7816
- Ġextra ordinary
7817
- Ġofficial s
7818
- Ġfarm ers
7819
- Ġemot ion
7820
- Ġspr ings
7821
- Ġpainting s
7822
- Ġprovin ces
7823
- Ġearthqu ake
7824
- l ad
7825
- m ate
7826
- s ar
7827
- Ġd ial
7828
- Ġg ary
7829
- Ġse as
7830
- Ġbr us
7831
- Ġwa x
7832
- Ġ4 00
7833
- Ġinst antly
7834
- Ġtri angle
7835
- Ġ196 2
7836
- Ġvis ual
7837
- Ġpen ny
7838
- Ġ195 8
7839
- cha e
7840
- Ġpan ama
7841
- Ġchristian ity
7842
- Ġprint ed
7843
- Ġsher iff
7844
- 9 5
7845
- f uck
7846
- p ol
7847
- or ation
7848
- Ġal um
7849
- Ġsp aces
7850
- Ġer r
7851
- Ġfl ed
7852
- Ġpre ced
7853
- Ġrem ote
7854
- Ġcompan ion
7855
- Ġsound ed
7856
- Ġreason able
7857
- Ġrese ar
7858
- Ġmum my
7859
- Ġet han
7860
- Ġhous ing
7861
- Ġfaith ful
7862
- Ġkil omet
7863
- Ġconc rete
7864
- Ġneare r
7865
- Ġtempor ary
7866
- Ġdistribut ed
7867
- Ġcryst al
7868
- Ġbangl adesh
7869
- Ġ ;
7870
- er ted
7871
- Ġp hen
7872
- Ġto ss
7873
- Ġin her
7874
- Ġn y
7875
- Ġh ou
7876
- ic ing
7877
- Ġr ival
7878
- se a
7879
- Ġdo gg
7880
- Ġtr am
7881
- Ġro y
7882
- Ġad apt
7883
- ild a
7884
- lo ad
7885
- Ġoffic es
7886
- Ġsqu ir
7887
- Ġrom ance
7888
- cri ption
7889
- Ġphil ip
7890
- Ġannoun ce
7891
- Ġexec ution
7892
- Ġachie ved
7893
- Ġbare ly
7894
- Ġmuslim s
7895
- Ġincor por
7896
- a a
7897
- m ates
7898
- n ings
7899
- Ġi b
7900
- Ġc ul
7901
- Ġst orage
7902
- Ġj ord
7903
- ch uck
7904
- Ġv ain
7905
- Ġor phan
7906
- em a
7907
- Ġro ots
7908
- Ġdis miss
7909
- Ġchrist opher
7910
- Ġbat tery
7911
- Ġless ons
7912
- Ġmic he
7913
- Ġfre ud
7914
- Ġdeep ly
7915
- Ġeconom ics
7916
- Ġprison er
7917
- Ġfac ilities
7918
- Ġgri ef
7919
- Ġreck on
7920
- Ġmoo re
7921
- Ġphr ase
7922
- Ġassh ole
7923
- p her
7924
- Ġm ild
7925
- Ġd ivers
7926
- Ġn ik
7927
- as ia
7928
- Ġst ew
7929
- ge on
7930
- Ġbr ick
7931
- man n
7932
- Ġop ens
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/lm_model/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d357b5fea1f7ac3e017ddcd0d385ddcd2b79a0c15aecd0b5822084bdb7fd9d15
3
- size 156168353
 
 
 
 
best_model/lm_model/special_tokens_map.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/lm_model/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
best_model/lm_model/tokenizer_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "bos_token": "<s>",
4
- "cls_token": "<s>",
5
- "eos_token": "</s>",
6
- "errors": "replace",
7
- "mask_token": {
8
- "__type": "AddedToken",
9
- "content": "<mask>",
10
- "lstrip": true,
11
- "normalized": false,
12
- "rstrip": false,
13
- "single_word": false
14
- },
15
- "model_max_length": 1000000000000000019884624838656,
16
- "name_or_path": "CamBabyTrainers/CamBabyTokenizer-8192",
17
- "pad_token": "<pad>",
18
- "sep_token": "</s>",
19
- "special_tokens_map_file": null,
20
- "tokenizer_class": "RobertaTokenizer",
21
- "trim_offsets": true,
22
- "unk_token": "<unk>"
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/lm_model/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
best_model/merges.txt DELETED
@@ -1,7932 +0,0 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
- Ġ t
3
- h e
4
- Ġ a
5
- Ġ i
6
- Ġ w
7
- Ġt he
8
- Ġ s
9
- r e
10
- Ġ o
11
- i n
12
- o u
13
- h a
14
- Ġ b
15
- e r
16
- Ġ c
17
- Ġ m
18
- n d
19
- o n
20
- Ġ f
21
- Ġ d
22
- Ġ y
23
- Ġ p
24
- in g
25
- Ġt o
26
- o r
27
- e d
28
- l l
29
- a n
30
- e n
31
- Ġ l
32
- Ġy ou
33
- e s
34
- Ġ g
35
- Ġa nd
36
- Ġi n
37
- Ġ n
38
- Ġo f
39
- i s
40
- i t
41
- a r
42
- a t
43
- ha t
44
- a s
45
- Ġ he
46
- o m
47
- Ġ h
48
- Ġi t
49
- i c
50
- o w
51
- v e
52
- Ġ ha
53
- l e
54
- Ġt h
55
- o t
56
- Ġb e
57
- Ġt hat
58
- ' s
59
- Ġ e
60
- a l
61
- u s
62
- Ġi s
63
- Ġw e
64
- u t
65
- Ġo n
66
- a y
67
- e t
68
- i on
69
- Ġ re
70
- i d
71
- Ġ r
72
- g h
73
- Ġw as
74
- l d
75
- en t
76
- Ġ k
77
- Ġs t
78
- a c
79
- v er
80
- Ġf or
81
- i m
82
- Ġ u
83
- . .
84
- a m
85
- l y
86
- s t
87
- i r
88
- a d
89
- s e
90
- Ġ j
91
- u r
92
- o o
93
- ' t
94
- gh t
95
- Ġa n
96
- Ġm e
97
- Ġd o
98
- Ġw h
99
- k e
100
- it h
101
- Ġa s
102
- Ġw ith
103
- a ll
104
- Ġs e
105
- Ġth is
106
- r o
107
- Ġw hat
108
- Ġ "
109
- Ġl i
110
- c t
111
- he r
112
- Ġs o
113
- c e
114
- Ġa re
115
- i ll
116
- Ġg o
117
- Ġn ot
118
- t er
119
- c h
120
- r i
121
- Ġa t
122
- om e
123
- Ġha ve
124
- Ġthe y
125
- Ġ 1
126
- i ght
127
- i l
128
- ou ld
129
- Ġb ut
130
- Ġn e
131
- an t
132
- us t
133
- o p
134
- Ġd e
135
- Ġf r
136
- Ġk n
137
- t h
138
- Ġn o
139
- at ion
140
- a in
141
- Ġw he
142
- Ġh is
143
- Ġa l
144
- Ġc an
145
- Ġthe re
146
- a nd
147
- Ġa ll
148
- Ġm o
149
- e a
150
- u n
151
- g e
152
- Ġm y
153
- Ġs he
154
- Ġkn ow
155
- .. .
156
- u l
157
- Ġs h
158
- Ġa b
159
- Ġs u
160
- Ġyou r
161
- o l
162
- p p
163
- ou t
164
- Ġd on
165
- Ġ v
166
- Ġo r
167
- Ġon e
168
- Ġb y
169
- es t
170
- Ġfr om
171
- Ġc om
172
- Ġc on
173
- i e
174
- er s
175
- q u
176
- ar t
177
- Ġhe r
178
- is t
179
- Ġ 2
180
- es s
181
- u m
182
- Ġt r
183
- ha n
184
- Ġu p
185
- Ġs a
186
- Ġw or
187
- re d
188
- all y
189
- Ġli ke
190
- Ġha d
191
- a b
192
- ' re
193
- o s
194
- Ġ (
195
- Ġh im
196
- Ġp l
197
- i g
198
- Ġo ut
199
- ver y
200
- Ġg et
201
- Ġ us
202
- oo k
203
- at e
204
- Ġi f
205
- Ġp ro
206
- f e
207
- n t
208
- Ġe x
209
- ac k
210
- oo d
211
- Ġj ust
212
- re s
213
- Ġs p
214
- am e
215
- Ġwh o
216
- ' m
217
- Ġab out
218
- i ve
219
- Ġwe re
220
- Ġt e
221
- a ke
222
- in k
223
- Ġd id
224
- c k
225
- ou r
226
- a p
227
- Ġhe re
228
- on e
229
- as t
230
- on g
231
- in d
232
- ou nd
233
- Ġm an
234
- e l
235
- it y
236
- â Ģ
237
- ar d
238
- e m
239
- i f
240
- or t
241
- Ġwhe n
242
- Ġa r
243
- Ġwe ll
244
- r y
245
- Ġs ome
246
- Ġw ill
247
- Ġn ow
248
- Ġ1 9
249
- Ġr ight
250
- Ġc h
251
- ic h
252
- i es
253
- Ġu n
254
- ea h
255
- Ġw ould
256
- Ġy eah
257
- Ġb r
258
- Ġl o
259
- Ġo h
260
- Ġl e
261
- Ġc o
262
- Ġh ow
263
- Ġthe m
264
- a k
265
- Ġt im
266
- Ġw ant
267
- b er
268
- Ġan y
269
- ' ll
270
- Ġth ink
271
- in e
272
- Ġ2 0
273
- a g
274
- Ġp e
275
- Ġl ook
276
- Ġg ot
277
- Ġse e
278
- Ġthe n
279
- v en
280
- Ġa m
281
- Ġin t
282
- Ġbe c
283
- ou s
284
- u d
285
- Ġwh ich
286
- o re
287
- Ġha s
288
- Ġt w
289
- h ing
290
- m ent
291
- Ġa g
292
- Ġf e
293
- Ġg r
294
- ow n
295
- Ġc l
296
- t her
297
- us e
298
- it t
299
- Ġr o
300
- Ġs ay
301
- Ġp r
302
- Ġsa id
303
- ic e
304
- ou gh
305
- Ġa f
306
- Ġ en
307
- id e
308
- Ġtim e
309
- Ġt han
310
- Ġc ome
311
- Ġg ood
312
- e p
313
- m p
314
- i p
315
- i a
316
- w ay
317
- i v
318
- Ġb o
319
- Ġbe en
320
- Ġwhe re
321
- Ġ qu
322
- Ġthe ir
323
- Ġl et
324
- e ar
325
- ' ve
326
- Ġ er
327
- ac e
328
- u re
329
- op le
330
- a re
331
- i an
332
- ic k
333
- Ġpe ople
334
- Ġmo re
335
- s o
336
- a use
337
- Ġo ther
338
- Ġgo ing
339
- n a
340
- Ġc ould
341
- e ct
342
- Ġof f
343
- Ġm ar
344
- l f
345
- r a
346
- Ġo ver
347
- re at
348
- Ġs c
349
- is h
350
- Ġo k
351
- Ġb ack
352
- Ġ very
353
- Ġf ir
354
- Ġtw o
355
- a ge
356
- re e
357
- Ġb l
358
- e nd
359
- it e
360
- ot her
361
- Ġth ing
362
- Ġa d
363
- ac t
364
- Ġwor k
365
- o se
366
- Ġp art
367
- Ġfir st
368
- Ġcom p
369
- Ġto o
370
- Ġc ha
371
- nd er
372
- ou nt
373
- as s
374
- Ġe very
375
- Ġne w
376
- - -
377
- Ġy es
378
- b le
379
- w e
380
- Ġbec ause
381
- ar y
382
- u e
383
- om et
384
- Ġj o
385
- Ġaf ter
386
- Ġd own
387
- Ġp o
388
- Ġm ay
389
- Ġw ay
390
- Ġint o
391
- Ġal so
392
- i re
393
- o d
394
- Ġc all
395
- Ġok ay
396
- as e
397
- or n
398
- at ed
399
- al k
400
- Ġo ur
401
- he d
402
- an s
403
- Ġy ear
404
- 0 0
405
- Ġs omet
406
- p t
407
- Ġon ly
408
- Ġg u
409
- ion s
410
- Ġwh y
411
- c i
412
- . "
413
- ad e
414
- itt le
415
- or d
416
- i z
417
- c o
418
- Ġl ittle
419
- Ġag ain
420
- Ġa ct
421
- Ġa c
422
- Ġt ake
423
- Ġbe t
424
- Ġb u
425
- at er
426
- Ġthe se
427
- Ġd ay
428
- Ġp er
429
- v ed
430
- ac h
431
- p er
432
- Ġpl ay
433
- i ld
434
- ou ght
435
- an ce
436
- Ġd is
437
- Ġre ally
438
- w n
439
- u b
440
- Ġf l
441
- Ġc ar
442
- ur n
443
- Ġcom m
444
- Ġs ha
445
- Ġte ll
446
- Ġcon t
447
- Ġm ake
448
- t y
449
- Ġp re
450
- Ġne ed
451
- v ing
452
- Ġm u
453
- Ġsh ould
454
- re n
455
- Ġf o
456
- f f
457
- Ġdo es
458
- Ġp ut
459
- Ġs er
460
- Ġ âĢ
461
- Ġw r
462
- res s
463
- i le
464
- a v
465
- or m
466
- Ġth r
467
- se lf
468
- c l
469
- Ġ '
470
- Ġa pp
471
- en ce
472
- an g
473
- f ore
474
- Ġu nder
475
- Ġha pp
476
- ab le
477
- th ing
478
- Ġsomet hing
479
- f t
480
- Ġl a
481
- Ġc r
482
- in t
483
- Ġe ven
484
- Ġme an
485
- at her
486
- Ġmu ch
487
- b e
488
- Ġ20 1
489
- is s
490
- Ġg on
491
- i ed
492
- Ġi nd
493
- ic t
494
- Ġd r
495
- Ġs m
496
- ic al
497
- Ġre s
498
- en s
499
- ig n
500
- Ġre p
501
- Ġgon na
502
- l es
503
- or y
504
- ul t
505
- u ck
506
- Ġc ount
507
- Ġl ong
508
- at es
509
- oo l
510
- m an
511
- Ġbe fore
512
- Ġit s
513
- Ġne ver
514
- ' d
515
- Ġm ade
516
- Ġg reat
517
- t he
518
- Ġt alk
519
- Ġh o
520
- a il
521
- l and
522
- Ġman y
523
- Ġre m
524
- Ġdid n
525
- , "
526
- Ġhe l
527
- Ġi mp
528
- Ġmo st
529
- o g
530
- y s
531
- k s
532
- Ġk e
533
- Ġc han
534
- ation s
535
- on s
536
- Ġex p
537
- i ous
538
- at h
539
- t ing
540
- it ed
541
- Ġm in
542
- Ġha nd
543
- Ġbe l
544
- i ver
545
- n e
546
- Ġu h
547
- ad y
548
- Ġm r
549
- t e
550
- u ally
551
- ve l
552
- Ġth ree
553
- Ġth ose
554
- Ġm a
555
- d ay
556
- Ġd if
557
- Ġha r
558
- Ġh i
559
- Ġl ea
560
- Ġst ill
561
- ou se
562
- i ly
563
- Ġthr ough
564
- Ġst r
565
- u ll
566
- Ġyear s
567
- Ġhel p
568
- Ġli fe
569
- v es
570
- or s
571
- Ġ 3
572
- Ġo ld
573
- it ion
574
- Ġg ive
575
- Ġc our
576
- u g
577
- w ard
578
- Ġwor ld
579
- Ġthing s
580
- Ġd es
581
- re nt
582
- Ġth ought
583
- t ain
584
- i x
585
- Ġsh ow
586
- Ġlo ve
587
- Ġp le
588
- Ġe ar
589
- Ġ20 0
590
- is e
591
- f ul
592
- g et
593
- Ġp res
594
- âĢ Ŀ
595
- Ġst art
596
- p s
597
- ĠâĢ ľ
598
- Ġas k
599
- Ġl ast
600
- ri ed
601
- Ġp h
602
- c ess
603
- m m
604
- Ġf ound
605
- Ġs ch
606
- Ġc he
607
- Ġm ust
608
- u c
609
- Ġw a
610
- Ġw ent
611
- Ġa way
612
- Ġc ame
613
- Ġh ome
614
- ll ow
615
- i al
616
- Ġw ar
617
- Ġf ind
618
- in ce
619
- Ġus ed
620
- Ġ" "
621
- Ġcall ed
622
- d er
623
- Ġdo ing
624
- one y
625
- Ġbe ing
626
- Ġp ol
627
- u ct
628
- am p
629
- c es
630
- Ġat t
631
- g in
632
- Ġp ar
633
- Ġm at
634
- Ġe nd
635
- os s
636
- Ġre c
637
- ter n
638
- Ġfor m
639
- ot h
640
- Ġsp e
641
- Ġs l
642
- Ġb ig
643
- ri end
644
- ent s
645
- Ġf am
646
- er ic
647
- Ġm on
648
- Ġsu ch
649
- Ġo p
650
- Ġf in
651
- Ġe l
652
- x t
653
- Ġn ight
654
- Ġo wn
655
- Ġgo d
656
- Ġcha r
657
- Ġtr y
658
- he s
659
- Ġh ouse
660
- en ed
661
- Ġw om
662
- a u
663
- op e
664
- Ġn ame
665
- Ġre g
666
- ing s
667
- " .
668
- Ġs y
669
- Ġl ot
670
- Ġsu re
671
- Ġi d
672
- Ġc ity
673
- l ic
674
- Ġs ame
675
- f orm
676
- Ġc ap
677
- Ġen g
678
- Ġk ind
679
- g an
680
- Ġw on
681
- Ġm om
682
- Ġdif fe
683
- Ġhe y
684
- a ve
685
- od y
686
- al s
687
- Ġg en
688
- ir l
689
- n g
690
- Ġch ild
691
- Ġer m
692
- u p
693
- Ġc are
694
- Ġan other
695
- way s
696
- Ġt urn
697
- Ġk ill
698
- Ġs w
699
- Ġsu pp
700
- Ġhe ad
701
- Ġn um
702
- Ġg l
703
- e ver
704
- Ġre l
705
- Ġam eric
706
- Ġpl ace
707
- i b
708
- Ġ .
709
- Ġfe el
710
- Ġcon s
711
- Ġm ight
712
- ��p ers
713
- Ġt ak
714
- b ody
715
- Ġsch ool
716
- n ing
717
- Ġthan k
718
- Ġ z
719
- Ġke ep
720
- g r
721
- Ġus e
722
- Ġst op
723
- y e
724
- Ġf our
725
- Ġf riend
726
- Ġc ent
727
- Ġar ound
728
- Ġ1 8
729
- Ġple ase
730
- a ir
731
- as ed
732
- Ġd ist
733
- Ġs et
734
- d y
735
- Ġ ed
736
- ut e
737
- Ġh u
738
- o ck
739
- Ġe v
740
- Ġany thing
741
- t s
742
- Ġe le
743
- Ġal ways
744
- em ber
745
- ou th
746
- Ġwh ile
747
- b r
748
- ation al
749
- Ġs ur
750
- Ġn or
751
- m o
752
- m ber
753
- ur ing
754
- Ġg irl
755
- re st
756
- Ġs or
757
- m y
758
- co nd
759
- at ing
760
- Ġwa it
761
- Ġbet ter
762
- Ġnot hing
763
- Ġ 4
764
- Ġm oney
765
- Ġle ft
766
- Ġk ing
767
- ) .
768
- Ġr un
769
- Ġt er
770
- " ,
771
- m s
772
- Ġde p
773
- Ġst ates
774
- s s
775
- Ġm us
776
- fe ct
777
- ow er
778
- Ġun ited
779
- Ġre al
780
- i o
781
- Ġac c
782
- Ġse cond
783
- Ġin v
784
- Ġin st
785
- s h
786
- Ġb it
787
- Ġ ent
788
- Ġc le
789
- Ġm et
790
- m b
791
- we en
792
- l ed
793
- cl ud
794
- Ġbel ie
795
- an k
796
- Ġdiffe rent
797
- Ġm ak
798
- a h
799
- ) ,
800
- at ch
801
- Ġbet ween
802
- Ġhi gh
803
- Ġl ist
804
- Ġin s
805
- Ġdon e
806
- ou p
807
- Ġb us
808
- Ġto ld
809
- ul ar
810
- Ġs ir
811
- Ġne xt
812
- Ġf ar
813
- Ġsor ry
814
- Ġe ver
815
- t on
816
- Ġst ud
817
- Ġpo int
818
- Ġu nt
819
- Ġwor d
820
- Ġf ather
821
- Ġo b
822
- Ġsu b
823
- Ġw ater
824
- p e
825
- Ġc ol
826
- Ġb re
827
- id ent
828
- Ġb oth
829
- Ġm en
830
- ir d
831
- Ġ 5
832
- Ġ |
833
- Ġst ate
834
- n ess
835
- Ġre t
836
- Ġs ing
837
- ic s
838
- Ġm iss
839
- i ble
840
- Ġpers on
841
- ter s
842
- Ġknow n
843
- Ġb est
844
- ci al
845
- Ã ©
846
- Ġfo llow
847
- Ġb ook
848
- Ġad d
849
- a z
850
- Ġe ach
851
- Ġas s
852
- Ġde c
853
- Ġtoo k
854
- Ġg re
855
- Ġco ll
856
- Ġact ually
857
- as on
858
- Ġm other
859
- Ġ19 9
860
- d e
861
- Ġin clud
862
- c ed
863
- Ġl ater
864
- is hed
865
- Ġon ce
866
- Ġs ince
867
- Ġd uring
868
- Ġ -
869
- Ġunt il
870
- u al
871
- g er
872
- au ght
873
- i er
874
- Ġs im
875
- Ġint e
876
- h n
877
- Ġl ar
878
- t en
879
- Ġhe ll
880
- Ġcour se
881
- j ect
882
- n o
883
- Ġpro d
884
- iver s
885
- Ġevery thing
886
- Ġp ass
887
- ri ght
888
- Ġwe e
889
- Ġp op
890
- am es
891
- ar s
892
- g ed
893
- e w
894
- ? "
895
- Ġnum ber
896
- Ġin c
897
- Ġdoes n
898
- Ġm ed
899
- Ġsa w
900
- at ive
901
- Ġse em
902
- Ġd ad
903
- Ġcomm un
904
- y es
905
- Ġf un
906
- Ġbo y
907
- Ġm m
908
- on t
909
- it s
910
- ce pt
911
- Ġgen er
912
- Ġsm all
913
- ol og
914
- it ies
915
- a le
916
- p h
917
- n er
918
- Ġmay be
919
- âĢ Ļ
920
- Ġb ar
921
- ver n
922
- v ie
923
- ro ss
924
- Ġop en
925
- ou n
926
- Ġli ght
927
- Ġyou ng
928
- r ic
929
- in s
930
- l ing
931
- ea k
932
- st and
933
- as h
934
- Ġst ay
935
- Ġjo hn
936
- Ġst and
937
- ire ct
938
- Ġto day
939
- c y
940
- is ion
941
- Ġfam ily
942
- im e
943
- u res
944
- Ġen ough
945
- u ary
946
- Ġwant ed
947
- Ġlo c
948
- Ġf ive
949
- Ġp ub
950
- or k
951
- r ow
952
- Ġst e
953
- Ġro om
954
- Ġn ice
955
- Ġin ter
956
- Ġs it
957
- Ġel se
958
- os ed
959
- Ġs outh
960
- Ġs ix
961
- Ġlea ve
962
- Ġa p
963
- Ġ --
964
- Ġs on
965
- Ġnor th
966
- Ġb ad
967
- Ġameric an
968
- Ġis n
969
- Ġch r
970
- get her
971
- m e
972
- Ġto gether
973
- l ess
974
- Ġre d
975
- he re
976
- Ġd irect
977
- Ġagain st
978
- Ġar t
979
- Ġh um
980
- n y
981
- Ġa ir
982
- Ġc ur
983
- Ġgo vern
984
- Ġwith out
985
- Ġpro ble
986
- Ġhar d
987
- Ġm il
988
- Ġm ind
989
- Ġb ro
990
- Ġho ld
991
- Ġf act
992
- Ġe as
993
- i et
994
- an e
995
- er tain
996
- ar k
997
- ver s
998
- ot t
999
- ut ion
1000
- Ġse en
1001
- Ġqu ite
1002
- Ġme et
1003
- Ġm ain
1004
- Ġfe w
1005
- Ġs k
1006
- Ġsay s
1007
- Ġbec ame
1008
- re t
1009
- Ġt ri
1010
- Ġre st
1011
- Ġli ve
1012
- l o
1013
- ut h
1014
- Ġpre t
1015
- Ġto wn
1016
- Ġre ad
1017
- Ġmo ve
1018
- Ġlook ing
1019
- Ġs ide
1020
- i fe
1021
- Ġcom ing
1022
- ab ly
1023
- Ġhe ar
1024
- if ic
1025
- Ġf il
1026
- Ġk id
1027
- c c
1028
- Ġtr ans
1029
- n ed
1030
- Ġp ri
1031
- Ġtim es
1032
- Ġl and
1033
- Ġte am
1034
- Ġ 6
1035
- Ġimp ort
1036
- Ġth ough
1037
- Ġc al
1038
- Ġchild ren
1039
- Ġs ign
1040
- un g
1041
- Ġun ivers
1042
- Ġg er
1043
- i red
1044
- is ter
1045
- Ġd ied
1046
- in ess
1047
- Ġcomp an
1048
- Ġrem ember
1049
- Ġunder stand
1050
- Ġbelie ve
1051
- ot e
1052
- g g
1053
- Ġ19 8
1054
- in es
1055
- Ġpro v
1056
- Ġm orn
1057
- Ġw alk
1058
- Ġqu est
1059
- Ġb ab
1060
- a w
1061
- Ġf ace
1062
- Ġla w
1063
- Ġh ur
1064
- re am
1065
- Ġn at
1066
- Ġe mp
1067
- Ġele ct
1068
- e ll
1069
- a red
1070
- Ġhapp ened
1071
- s on
1072
- ur y
1073
- Ġc or
1074
- Ġget ting
1075
- Ġjo b
1076
- Ġmus ic
1077
- Ġy et
1078
- Ġm ill
1079
- Ġbu ild
1080
- Ġb as
1081
- Ġmorn ing
1082
- Ġw o
1083
- Ġex t
1084
- Ġwom an
1085
- Ġd ri
1086
- p ect
1087
- Ġse c
1088
- Ġf uck
1089
- l i
1090
- is ed
1091
- en se
1092
- Ġp at
1093
- Ġday s
1094
- Ġde ath
1095
- Ġre le
1096
- ! "
1097
- Ġwho le
1098
- Ġinte rest
1099
- Ġs le
1100
- Ġp a
1101
- 1 9
1102
- Ġl ine
1103
- Ġ es
1104
- Ġbr other
1105
- u ff
1106
- Ġw in
1107
- et er
1108
- Ġcon f
1109
- Ġcount ry
1110
- Ġs ort
1111
- se l
1112
- Ġne ar
1113
- Ġhe ard
1114
- Ġask ed
1115
- Ġe m
1116
- Ġg ame
1117
- t a
1118
- r al
1119
- Ġg e
1120
- Ġp ower
1121
- it al
1122
- it her
1123
- i ent
1124
- ha r
1125
- Ġle ad
1126
- Ġp oss
1127
- Ġf ore
1128
- Ġha ving
1129
- Ġrec ord
1130
- p l
1131
- t ed
1132
- Ġso on
1133
- Ġpl an
1134
- Ġa h
1135
- r on
1136
- Ġpro b
1137
- y ing
1138
- Ġan s
1139
- c he
1140
- re w
1141
- Ġe yes
1142
- st em
1143
- Ġha lf
1144
- c er
1145
- Ġhe art
1146
- is m
1147
- Ġe at
1148
- ment s
1149
- Ġp ay
1150
- ist s
1151
- Ġw ind
1152
- Ġhim self
1153
- Ġr a
1154
- 00 0
1155
- Ġg i
1156
- Ġ ...
1157
- Ġ19 7
1158
- in a
1159
- Ġde ad
1160
- Ġfo ot
1161
- re ady
1162
- Ġc a
1163
- Ġb orn
1164
- Ġser v
1165
- Ġchr ist
1166
- Ġcount y
1167
- iz ed
1168
- Ġg ave
1169
- h ip
1170
- Ġoff ic
1171
- Ġimport ant
1172
- Ġhow ever
1173
- Ġbl ack
1174
- an na
1175
- Ġsha ll
1176
- Ġ 8
1177
- an ge
1178
- Ġal ready
1179
- b o
1180
- Ġs ong
1181
- Ġgu y
1182
- ie ld
1183
- Ġwr ong
1184
- Ġh our
1185
- Ġt y
1186
- Ġsy stem
1187
- b all
1188
- Ġex c
1189
- Ġbr ing
1190
- h o
1191
- ant s
1192
- et s
1193
- a ut
1194
- Ġw atch
1195
- b y
1196
- as ter
1197
- Ġkn ew
1198
- iz e
1199
- Ġhis t
1200
- Ġma j
1201
- Ġc ase
1202
- Ġup on
1203
- l ish
1204
- Ġn ational
1205
- Ġ 7
1206
- i ence
1207
- Ġsay ing
1208
- Ġre f
1209
- im es
1210
- us s
1211
- o c
1212
- Ġf ull
1213
- v ent
1214
- Ġpro f
1215
- Ġtalk ing
1216
- in ed
1217
- Ġsome one
1218
- Ġunivers ity
1219
- Ġ1 0
1220
- Ġs n
1221
- Ġs ound
1222
- en e
1223
- Ġwom en
1224
- b ut
1225
- Ġf ine
1226
- Ġto m
1227
- Ġret urn
1228
- Ġtry ing
1229
- Ġpres ident
1230
- Ġcon st
1231
- Ġor der
1232
- Ġf ight
1233
- pp ed
1234
- Ġs qu
1235
- Ġsp eak
1236
- Ġpr om
1237
- Ġmar k
1238
- Ġr ound
1239
- Ġal ong
1240
- Ġme ans
1241
- Ġwh ite
1242
- Ġmon th
1243
- mo st
1244
- o h
1245
- t le
1246
- ward s
1247
- Ġbe gan
1248
- i k
1249
- t o
1250
- Ġe qu
1251
- Ġde f
1252
- Ġlist en
1253
- Ġpret ty
1254
- is on
1255
- Ġc ertain
1256
- Ġstart ed
1257
- vel op
1258
- Ġle g
1259
- Ġdo or
1260
- Ġh on
1261
- Ġpart y
1262
- Ġ 9
1263
- Ġof ten
1264
- . âĢĿ
1265
- iv es
1266
- Ġb at
1267
- Ġcomp le
1268
- Ġo ri
1269
- w er
1270
- y ou
1271
- Ġcl ass
1272
- c hed
1273
- Ġto p
1274
- Ġhand s
1275
- Ġpr ot
1276
- Ġw anna
1277
- Ġd iv
1278
- ic ally
1279
- Ġg one
1280
- Ġle ar
1281
- Ġchan ge
1282
- ow s
1283
- e red
1284
- u es
1285
- Ġf all
1286
- ain s
1287
- id ed
1288
- Ġw ife
1289
- Ġ hat
1290
- Ġbre ak
1291
- Ġid ea
1292
- Ġprob ably
1293
- Ġt en
1294
- Ġcont in
1295
- ion al
1296
- Ġi ll
1297
- Ġm id
1298
- ur al
1299
- Ġp ur
1300
- Ġ ,
1301
- Ġare a
1302
- Ġ19 6
1303
- ct or
1304
- w here
1305
- Ġb ed
1306
- Ġde velop
1307
- un e
1308
- Ġst ory
1309
- Ġs we
1310
- Ġhapp en
1311
- Ġs ent
1312
- Ġsh o
1313
- s ide
1314
- Ġin f
1315
- ag es
1316
- Ġc reat
1317
- Ġp ap
1318
- st er
1319
- Ġplay ed
1320
- Ġbus iness
1321
- il ity
1322
- Ġd an
1323
- d en
1324
- Ġgr oup
1325
- Ġger man
1326
- ar ch
1327
- Ġsh ort
1328
- Ġj u
1329
- Ġl ess
1330
- am ed
1331
- Ġgo es
1332
- Ġmat ter
1333
- Ġre ady
1334
- Ġdr ink
1335
- Ġhell o
1336
- Ġwas n
1337
- ate ly
1338
- Ġgu ys
1339
- Ġgovern ment
1340
- c le
1341
- Ġbe aut
1342
- Ġs at
1343
- Ġnew s
1344
- Ġh or
1345
- Ġlo st
1346
- ro p
1347
- u red
1348
- Ġm ic
1349
- Ġ x
1350
- Ġ1 5
1351
- Ġst re
1352
- Ġc ut
1353
- r ict
1354
- Ġbab y
1355
- Ġa w
1356
- Ġproble m
1357
- Ġab le
1358
- um p
1359
- Ġcompan y
1360
- Ġmak ing
1361
- p r
1362
- Ġan im
1363
- id es
1364
- Ġmom ent
1365
- 2 0
1366
- Ġt on
1367
- Ġf ire
1368
- Ġt a
1369
- Ġsle ep
1370
- Ġha ven
1371
- Ġtr ue
1372
- Ġbl ood
1373
- Ġpol it
1374
- Ġthan ks
1375
- Ġv o
1376
- it er
1377
- Ġp ain
1378
- ra w
1379
- Ġex amp
1380
- Ġpres ent
1381
- Ġt re
1382
- Ġgo ld
1383
- Ġh ope
1384
- Ġal most
1385
- Ġpart ic
1386
- Ġm er
1387
- Ġ1 7
1388
- Ġsomet imes
1389
- Ġsu c
1390
- Ġexp l
1391
- Ġde l
1392
- Ġj an
1393
- Ġd ou
1394
- Ġeng lish
1395
- at s
1396
- Ġco nd
1397
- Ġb ur
1398
- Ġcont ro
1399
- Ġf ree
1400
- e en
1401
- Ġdis c
1402
- Ġcom es
1403
- Ġwould n
1404
- Ġwee k
1405
- Ġyour self
1406
- Ġlar ge
1407
- Ġp ick
1408
- ap an
1409
- Ġh ot
1410
- Ġwork ing
1411
- Ġex per
1412
- Ġ ve
1413
- Ġo per
1414
- il t
1415
- Ġs al
1416
- Ġv is
1417
- Ġis land
1418
- ct ion
1419
- g n
1420
- ren ce
1421
- h y
1422
- Ġa ge
1423
- Ġe ight
1424
- at or
1425
- Ġear ly
1426
- Ġv al
1427
- ic es
1428
- Ġi m
1429
- Ġad v
1430
- Ġw est
1431
- Ġori gin
1432
- Ġv ar
1433
- Ġd aught
1434
- i am
1435
- c hes
1436
- Ġp ie
1437
- Ġgr and
1438
- l er
1439
- Ġlook ed
1440
- c ent
1441
- ac es
1442
- ri es
1443
- âĢ ĵ
1444
- Ġb all
1445
- Ġbr it
1446
- ent ion
1447
- g es
1448
- Ġde al
1449
- Ġad m
1450
- Ġ est
1451
- Ġsh ip
1452
- n ot
1453
- Ġro ck
1454
- Ġbo dy
1455
- Ġgener al
1456
- Ġj apan
1457
- Ġfil m
1458
- Ġj ack
1459
- us h
1460
- Ġpub lic
1461
- r ap
1462
- Ġm ag
1463
- Ġcle ar
1464
- ain ed
1465
- i i
1466
- Ġin tern
1467
- Ġbec ome
1468
- Ġd am
1469
- Ġag o
1470
- Ġp os
1471
- Ġr om
1472
- Ġso l
1473
- ian s
1474
- r act
1475
- Ġcl ose
1476
- Ġte le
1477
- Ġm ur
1478
- am a
1479
- Ġhapp y
1480
- Ġmr s
1481
- Ġo pp
1482
- Ġ !
1483
- Ġgi ven
1484
- Ġst ation
1485
- Ġf ood
1486
- or row
1487
- Ġse ver
1488
- c on
1489
- Ġro ad
1490
- Ġl ate
1491
- Ġspe c
1492
- gr am
1493
- Ġmo vie
1494
- Ġ19 4
1495
- Ġfriend s
1496
- Ġst uff
1497
- Ġwo nder
1498
- Ġdist rict
1499
- Ġa v
1500
- Ġlook s
1501
- Ġdo g
1502
- ul ation
1503
- uct ion
1504
- Ġs il
1505
- u nd
1506
- Ġfr ance
1507
- Ġo cc
1508
- Ġbe gin
1509
- are nt
1510
- Ġquest ion
1511
- Ġ #
1512
- Ġal b
1513
- g y
1514
- us ed
1515
- Ġhu h
1516
- Ġde v
1517
- Ġgu ess
1518
- Ġst ar
1519
- o nd
1520
- Ġch ur
1521
- Ġtr a
1522
- Ġc e
1523
- Ġl ang
1524
- ĠâĢ ĵ
1525
- Ġmy self
1526
- ha m
1527
- Ġrele ased
1528
- Ġh it
1529
- Ġor gan
1530
- Ġp en
1531
- Ġs un
1532
- ent y
1533
- Ġqu ick
1534
- Ġprof ess
1535
- Ġan n
1536
- Ġbr ought
1537
- Ġp ict
1538
- Ġsever al
1539
- Ġmar ch
1540
- Ġp ast
1541
- c ri
1542
- h ind
1543
- Ġkill ed
1544
- Ġfr ont
1545
- ne y
1546
- o k
1547
- Ġre ce
1548
- Ġb ill
1549
- le y
1550
- Ġmaj or
1551
- Ġe ur
1552
- z e
1553
- Ġp ort
1554
- Ġle ast
1555
- Ġu m
1556
- Ġdaught er
1557
- Â ł
1558
- Ġpro gram
1559
- Ġex act
1560
- Ġbe hind
1561
- Ġal right
1562
- Ġf re
1563
- Ġhum an
1564
- Ġre ason
1565
- Ġjan uary
1566
- Ġtak ing
1567
- b orn
1568
- ot s
1569
- i gh
1570
- Ġword s
1571
- er ing
1572
- Ġin form
1573
- it ing
1574
- e e
1575
- Ġser ies
1576
- et y
1577
- ie f
1578
- Ġexamp le
1579
- m a
1580
- if ul
1581
- n s
1582
- Ġ1 6
1583
- Ġtak en
1584
- Ġcap tain
1585
- Ġe ither
1586
- Ġmak es
1587
- Ġdes ign
1588
- Ġb and
1589
- Ġrep ort
1590
- Ġy ork
1591
- Ġso ld
1592
- Ġche ck
1593
- Ġr ather
1594
- Ġcour t
1595
- Ġ19 5
1596
- Ġr ad
1597
- Ġlang u
1598
- ha ps
1599
- Ġmar ried
1600
- Ġmill ion
1601
- Ġ ?
1602
- ard s
1603
- Ġm ad
1604
- Ġd et
1605
- Ġcomm on
1606
- Ġall ow
1607
- es e
1608
- j o
1609
- ut es
1610
- iv ed
1611
- ious ly
1612
- Ġ1 2
1613
- r ing
1614
- Ġco st
1615
- Ġf ig
1616
- sel ves
1617
- e y
1618
- p le
1619
- Ġv ill
1620
- Ġa ust
1621
- Ġc at
1622
- Ġf a
1623
- art ment
1624
- h u
1625
- Ġi r
1626
- al th
1627
- Ġal one
1628
- Ġtr ain
1629
- Ġli ving
1630
- Ġte mp
1631
- Ġpr in
1632
- Ġpar k
1633
- Ġcould n
1634
- Ġstr ong
1635
- Ġse a
1636
- Ġsupp ort
1637
- Ġother s
1638
- m on
1639
- Ġsu per
1640
- Ġc op
1641
- g o
1642
- Ġr iver
1643
- Ġd a
1644
- ud e
1645
- Ġevery one
1646
- Ġspe cial
1647
- Ġc amp
1648
- Ġc os
1649
- Ġt ou
1650
- Ġc ir
1651
- Ġatt ack
1652
- Ġhu nd
1653
- Ġpo or
1654
- Ġsuc cess
1655
- ou d
1656
- Ġchar ac
1657
- Ġm ess
1658
- Ġchur ch
1659
- ac ed
1660
- Ġturn ed
1661
- Ġl ay
1662
- Ġhund red
1663
- Ġst ep
1664
- Ġab s
1665
- Ġbeaut iful
1666
- he ad
1667
- Ġper haps
1668
- Ġp al
1669
- f ic
1670
- p ort
1671
- Ġt est
1672
- i en
1673
- Ġth ird
1674
- Ġar m
1675
- Ġm ount
1676
- Ġthink ing
1677
- itt en
1678
- el t
1679
- Ġ 0
1680
- Ġc oun
1681
- olog y
1682
- Ġear th
1683
- Ġdo ctor
1684
- b ed
1685
- Ġf if
1686
- Ġl ady
1687
- Ġres p
1688
- Ġoff ice
1689
- w hat
1690
- , âĢĿ
1691
- Ġper form
1692
- g ue
1693
- mb ers
1694
- d le
1695
- Ġwith in
1696
- Ġge or
1697
- c om
1698
- Ġe ast
1699
- Ġ $
1700
- Ġsu mm
1701
- um b
1702
- Ġswe et
1703
- Ġalb um
1704
- on es
1705
- i qu
1706
- p ed
1707
- i um
1708
- Ġus ually
1709
- Ġins ide
1710
- Ġd ie
1711
- Ġde ar
1712
- Ġto t
1713
- ull y
1714
- Ġeur ope
1715
- in o
1716
- Ġv ir
1717
- Ġw all
1718
- os p
1719
- Ġgr ow
1720
- ren ch
1721
- Ġf air
1722
- Ġn amed
1723
- b and
1724
- Ġstre et
1725
- ll y
1726
- Ġre co
1727
- p ar
1728
- o ve
1729
- Ġc ross
1730
- al ity
1731
- em ent
1732
- Ġhist ory
1733
- Ġf ur
1734
- Ġbrit ish
1735
- Ġc oup
1736
- Ġy e
1737
- Ġh y
1738
- Ġgre en
1739
- ap e
1740
- am ent
1741
- Ġse pt
1742
- Ġfollow ing
1743
- el s
1744
- Ġwant s
1745
- le t
1746
- Ġse ven
1747
- Ġexact ly
1748
- Ġse nd
1749
- ri l
1750
- Ġans wer
1751
- Ġpol ice
1752
- Ġg un
1753
- Ġam ong
1754
- z y
1755
- Ġbuild ing
1756
- Ġj ud
1757
- er t
1758
- Ġexp ect
1759
- Ġte ac
1760
- itt ing
1761
- Ġbu ilt
1762
- Ġj e
1763
- Ġgot ta
1764
- Ġtr ou
1765
- Ġcoll e
1766
- f ord
1767
- Ġhe ld
1768
- Ġapp ro
1769
- Ġro b
1770
- Ġsing le
1771
- Ġv ict
1772
- ent ly
1773
- Ġus ing
1774
- Ġc ast
1775
- en g
1776
- Ġmin ute
1777
- b s
1778
- id ge
1779
- Ġac ross
1780
- Ġout side
1781
- Ġserv ice
1782
- at ic
1783
- f fect
1784
- Ġc re
1785
- Ġcl ub
1786
- Ġgr ound
1787
- uc ed
1788
- nd on
1789
- Ġbu y
1790
- Ġse ason
1791
- her n
1792
- Ġl ad
1793
- Ġres ult
1794
- Ġde ce
1795
- Ġi mm
1796
- Ġtw enty
1797
- Ġre qu
1798
- Ġwhat ever
1799
- Ġme mbers
1800
- Ġsept ember
1801
- Ġa ug
1802
- Ġl ord
1803
- Ġloc al
1804
- . '
1805
- Ġcha mp
1806
- Ġw ood
1807
- Ġph il
1808
- l s
1809
- Ġplay ing
1810
- Ġtom orrow
1811
- Ġmonth s
1812
- Ġmin utes
1813
- l ished
1814
- Ġd ark
1815
- Ġo ct
1816
- Ġl ab
1817
- e ad
1818
- ag ed
1819
- Ġevery body
1820
- es tern
1821
- Ġr an
1822
- Ġany one
1823
- Ġju ly
1824
- Ġfoot ball
1825
- Ġb ird
1826
- Ġc ra
1827
- Ġan g
1828
- i or
1829
- an ces
1830
- Ġb ir
1831
- Ġh us
1832
- Ġinclud ing
1833
- m ing
1834
- o ke
1835
- Ġsh ut
1836
- Ġv ide
1837
- a pp
1838
- id er
1839
- Ġposs ible
1840
- Ġf rench
1841
- Ġd est
1842
- Ġs us
1843
- we ll
1844
- f ully
1845
- or ies
1846
- ve red
1847
- Ġcon cer
1848
- Ġl ow
1849
- Ġe ffect
1850
- ke y
1851
- Ġt ried
1852
- er v
1853
- Ġd ream
1854
- Ġte ch
1855
- Ġp ull
1856
- Ġha ir
1857
- Ġcon n
1858
- Ġwhe ther
1859
- l a
1860
- un k
1861
- v ision
1862
- Ġhe n
1863
- s u
1864
- Ġ19 3
1865
- u ce
1866
- un t
1867
- m en
1868
- Ġm or
1869
- Ġmo d
1870
- o ber
1871
- Ġt reat
1872
- Ġme mber
1873
- Ġsec ret
1874
- Ġn orm
1875
- Ġle vel
1876
- Ġeas y
1877
- ous and
1878
- Ġbl ue
1879
- Ġwr itten
1880
- Ġbo x
1881
- Ġj une
1882
- Ġ ver
1883
- Ġa uth
1884
- Ġp ress
1885
- Ġfor g
1886
- Ġapp ear
1887
- Ġt ill
1888
- Ġ1 1
1889
- a im
1890
- g est
1891
- Ġth ousand
1892
- Ġv ie
1893
- Ġaug ust
1894
- Ġsh it
1895
- Ġrep res
1896
- al d
1897
- Ġco ld
1898
- Ġr u
1899
- Ġany way
1900
- Ġrep l
1901
- Ġfe ll
1902
- Ġpop ulation
1903
- in ation
1904
- Ġbo ys
1905
- b it
1906
- Ġli ved
1907
- iv ing
1908
- Ġc am
1909
- Ġc ry
1910
- an c
1911
- Ġlo ndon
1912
- Ġm ine
1913
- ber t
1914
- Ġfl o
1915
- Ġh ill
1916
- Ġwor ry
1917
- Ġget s
1918
- ang er
1919
- g ress
1920
- c ome
1921
- Ġb ased
1922
- Ġp et
1923
- Ġdep artment
1924
- Ġf ield
1925
- Ġf elt
1926
- Ġprot ect
1927
- en cy
1928
- Ġev ent
1929
- Ġm ot
1930
- Ġpro per
1931
- Ġchan ce
1932
- ve mber
1933
- Ġform er
1934
- Ġwork s
1935
- Ġeng land
1936
- Ġinst ead
1937
- Ġt able
1938
- Ġh ig
1939
- Ġar my
1940
- Ġhus band
1941
- Ġcomple te
1942
- f ort
1943
- Ġd in
1944
- un ch
1945
- ac hed
1946
- Ġde fe
1947
- Ġinform ation
1948
- Ġpo st
1949
- o b
1950
- Ġcolle ge
1951
- Ġvie w
1952
- Ġm aster
1953
- Ġap ril
1954
- Ġcur rent
1955
- Ġpartic ular
1956
- Ġcle an
1957
- Ġt our
1958
- vie w
1959
- Ġed uc
1960
- Ġwr ite
1961
- Ġit al
1962
- Ġvo ice
1963
- ep t
1964
- av y
1965
- Ġwork ed
1966
- Ġm ass
1967
- Ġwe ar
1968
- Ġg ar
1969
- Ġpro cess
1970
- h m
1971
- Ġoct ober
1972
- d om
1973
- Ġsome body
1974
- as es
1975
- Ġreg ion
1976
- Ġan t
1977
- Ġcomm and
1978
- ea red
1979
- i pp
1980
- s c
1981
- Ġc ook
1982
- Ġst ra
1983
- Ġcoup le
1984
- Ġs ister
1985
- Ġcent ury
1986
- Ġb ri
1987
- Ġf av
1988
- Ġw ish
1989
- br uary
1990
- Ġli ves
1991
- Ġhour s
1992
- Ġlangu age
1993
- o v
1994
- Ġg ames
1995
- Ġfor get
1996
- Ġtr ust
1997
- Ġseem s
1998
- Ġe p
1999
- th ough
2000
- hu h
2001
- Ġon es
2002
- Ġtr ad
2003
- if ied
2004
- Ġdece mber
2005
- Ġtech n
2006
- Ġsu d
2007
- Ġtele vision
2008
- Ġpap er
2009
- Ġpri v
2010
- ro d
2011
- c ha
2012
- at ure
2013
- Ġ1 3
2014
- Ġwr ote
2015
- Ġare n
2016
- re ad
2017
- Ġinv ol
2018
- Ġno vember
2019
- Ġpr act
2020
- an a
2021
- Ġknow s
2022
- Ġtr uth
2023
- c han
2024
- Ġha ng
2025
- Ġto r
2026
- Ġdif fic
2027
- le ct
2028
- Ġf ast
2029
- Ġpro p
2030
- Ġli e
2031
- Ġr is
2032
- Ġ1 4
2033
- Ġr ail
2034
- Ġcan not
2035
- k es
2036
- Ġl im
2037
- og rap
2038
- Ġt it
2039
- ll ing
2040
- Ġn et
2041
- i od
2042
- r u
2043
- Ġton ight
2044
- Ġconn ect
2045
- Ġt ur
2046
- Ġs en
2047
- Ġp arent
2048
- Ġameric a
2049
- Ġcomp et
2050
- id ing
2051
- so ci
2052
- it ions
2053
- c il
2054
- d o
2055
- Ġd ress
2056
- Ġchan ged
2057
- Ġcontro l
2058
- Ġs ense
2059
- as ure
2060
- it ch
2061
- Ġfe bruary
2062
- Ġ3 0
2063
- Ġdad dy
2064
- ra id
2065
- Ġal though
2066
- Ġkid s
2067
- o int
2068
- Ġ vers
2069
- Ġauth or
2070
- Ġr ic
2071
- Ġso ci
2072
- Ġv i
2073
- Ġmo ved
2074
- Ġper fect
2075
- e f
2076
- Ġfe et
2077
- Ġph one
2078
- Ġd i
2079
- Ġd raw
2080
- air s
2081
- Î ¿
2082
- Ġse x
2083
- Ġa ward
2084
- Ġc iv
2085
- f or
2086
- Ġrepres ent
2087
- iz ation
2088
- Ġex cept
2089
- w ork
2090
- Ġl uck
2091
- i ke
2092
- Ġter m
2093
- Ġde ep
2094
- Ġlong er
2095
- Ġbu ll
2096
- Ġbir th
2097
- y al
2098
- Ġf ail
2099
- Ġ201 3
2100
- Ġsh ot
2101
- Ġas soci
2102
- Ġb ott
2103
- Ġsho ot
2104
- y ed
2105
- Ġn ine
2106
- k ing
2107
- Ġc ult
2108
- oo se
2109
- Ġsp ace
2110
- Ġsupp osed
2111
- Ġvide o
2112
- s y
2113
- Ġwe l
2114
- Ġfr ank
2115
- Ġcha ir
2116
- Ġhe alth
2117
- Ġaf raid
2118
- Ġcommun e
2119
- ro om
2120
- Ġgirl s
2121
- Ġacc ord
2122
- Ġg ent
2123
- Ġpro ject
2124
- Ġ20 2
2125
- Ġgeor ge
2126
- er y
2127
- Ġso cial
2128
- Ġh oney
2129
- id ence
2130
- Ġd ar
2131
- Ġrun ning
2132
- Ġhur t
2133
- Ġfuck ing
2134
- Ġf ly
2135
- Ġd av
2136
- Ġb er
2137
- ir ty
2138
- Ġmid dle
2139
- f fe
2140
- Ġb en
2141
- iv al
2142
- Ġpict ure
2143
- Ġtrou ble
2144
- Ġsud den
2145
- it ive
2146
- ur s
2147
- Ġ201 0
2148
- Ġvill age
2149
- Ġp eter
2150
- et h
2151
- Ġs ar
2152
- Ġm al
2153
- d ing
2154
- Ġdis co
2155
- e c
2156
- Ġme m
2157
- Ġper iod
2158
- g ing
2159
- Ġc ried
2160
- Ġd ro
2161
- ain t
2162
- Ġla u
2163
- Ġinc re
2164
- Ġc up
2165
- Ġb ud
2166
- Ġthem selves
2167
- y n
2168
- Ġfor ce
2169
- end ed
2170
- Ġintern ational
2171
- Ġhor se
2172
- Ġtou ch
2173
- Ġlet ter
2174
- Ġp ot
2175
- m ore
2176
- Ġt ree
2177
- he n
2178
- Ġl at
2179
- at a
2180
- Ġneed s
2181
- Ġrom an
2182
- Ġc orn
2183
- t hat
2184
- Ġcoll ect
2185
- Ġh osp
2186
- Ġj ames
2187
- g u
2188
- Ġdes cri
2189
- Ġd ue
2190
- Ġk ept
2191
- Ġh op
2192
- Ġes c
2193
- Ġind ian
2194
- Ġciv il
2195
- k a
2196
- ha el
2197
- l u
2198
- Ġrece ived
2199
- on y
2200
- ci ally
2201
- Ġd en
2202
- b ers
2203
- Ġcomp ut
2204
- ro g
2205
- Ġar ri
2206
- Ġcl ot
2207
- Ġpop ular
2208
- Ġre v
2209
- Ġac cept
2210
- Ġwait ing
2211
- f er
2212
- Ġcare er
2213
- m er
2214
- Ġwill iam
2215
- Ġrel ig
2216
- Ġbe at
2217
- Ġcharac ter
2218
- Ġbe ar
2219
- Ġe ye
2220
- Ġcap ital
2221
- Ġis s
2222
- Ġde m
2223
- Ġs and
2224
- Ġplay er
2225
- Ġinv est
2226
- Ġexc use
2227
- um ent
2228
- Ġm hm
2229
- Ġty pe
2230
- Ġf ut
2231
- Ġj im
2232
- Ġlea gue
2233
- Ġch o
2234
- Ġseem ed
2235
- Ġmom my
2236
- Ġr ain
2237
- y r
2238
- Ġm ult
2239
- Ġab ove
2240
- Ġgent le
2241
- em y
2242
- Ġsa ve
2243
- Ġind e
2244
- Ġstra ight
2245
- Ġbro ad
2246
- Ġcount ries
2247
- Ġb urn
2248
- u ation
2249
- Ġent ire
2250
- con om
2251
- y l
2252
- Ġmo der
2253
- Ġu r
2254
- ul a
2255
- Ġre se
2256
- Ġres pect
2257
- Ġfur ther
2258
- Ġp ound
2259
- Ġinclud e
2260
- Ġb al
2261
- Ġv ol
2262
- Ġwor th
2263
- Ġl ed
2264
- Ġr ul
2265
- Ġeng ine
2266
- har d
2267
- b ur
2268
- Ġha ll
2269
- Ġcr it
2270
- iss ion
2271
- Ġpie ce
2272
- Ġcreat ed
2273
- Ġs an
2274
- Ġsur pr
2275
- c r
2276
- le x
2277
- oo f
2278
- il ar
2279
- ub lic
2280
- Ġsl ow
2281
- sh ip
2282
- Ġcir c
2283
- Ġc ool
2284
- ad a
2285
- Ġph ot
2286
- Ġtak es
2287
- Ġprod uct
2288
- Ġfun ny
2289
- Ġa in
2290
- Ġm ist
2291
- ff ic
2292
- Ġst at
2293
- Ġfam ous
2294
- Ġim ag
2295
- Ġmar y
2296
- Ġaf ric
2297
- Ġun ion
2298
- Ġpos ition
2299
- Ġqu een
2300
- k y
2301
- Ġter ri
2302
- Ġs out
2303
- Ġb an
2304
- r ay
2305
- Ġsp ir
2306
- Ġ2 5
2307
- Ġph ys
2308
- Ġaccord ing
2309
- ed er
2310
- Ġst ri
2311
- Ġe conom
2312
- Ġdiffic ult
2313
- l ant
2314
- ol ute
2315
- Ġc atch
2316
- Ġam ount
2317
- Ġm is
2318
- Ġn on
2319
- g ar
2320
- Ġen jo
2321
- pt ion
2322
- Ġn ort
2323
- Ġsu gg
2324
- u el
2325
- Ġcar ry
2326
- Ġmil it
2327
- Ġdri ve
2328
- Ġsumm er
2329
- Ġf ill
2330
- Ġby e
2331
- Ġeven ing
2332
- Ġbo ard
2333
- r or
2334
- Ġsa fe
2335
- Ġsugg est
2336
- Ġrep ublic
2337
- Ġro le
2338
- k en
2339
- ou l
2340
- Ġco ver
2341
- Ġpol ic
2342
- Ġwee ks
2343
- i ally
2344
- Ġit self
2345
- Ġfor t
2346
- Ġbook s
2347
- Ġaust ral
2348
- Ġdec ided
2349
- Ġhosp ital
2350
- Ġd ut
2351
- Ġc ause
2352
- Ġgl ad
2353
- Ġl os
2354
- l ine
2355
- Ġn ar
2356
- Ġh ung
2357
- Ġfut ure
2358
- Ġtell ing
2359
- Ġser ved
2360
- a x
2361
- om in
2362
- Ġcent ral
2363
- Ġreco gn
2364
- b t
2365
- Ġf ix
2366
- Ġj our
2367
- Ġfeel ing
2368
- Ġfore st
2369
- Ġdo ll
2370
- Ġw ow
2371
- Ġr ing
2372
- Ġk iss
2373
- Ġtr ack
2374
- Ġar ch
2375
- Ġ *
2376
- Ġch ief
2377
- Ġp an
2378
- Ġcertain ly
2379
- Ġsha r
2380
- Ġmat ch
2381
- Ġb ene
2382
- Ġthr ow
2383
- Ġcommun ity
2384
- Ġfig ure
2385
- st on
2386
- fe rence
2387
- h ow
2388
- s p
2389
- Ġst ood
2390
- Ġcom b
2391
- Ġgr ad
2392
- Ġproble ms
2393
- Ġcra zy
2394
- ed i
2395
- Ġme ant
2396
- Ġmeet ing
2397
- Ġteac her
2398
- r ation
2399
- Ġg ard
2400
- ol ution
2401
- Ġmic hael
2402
- Ġsh op
2403
- Ġqu iet
2404
- Ġabs olute
2405
- Ġh un
2406
- Ġpr ison
2407
- e al
2408
- Ġa head
2409
- Ġne g
2410
- Ġno body
2411
- am b
2412
- Ġfin al
2413
- Ġan ge
2414
- ill e
2415
- Ġm art
2416
- Ġparent s
2417
- Ġl ou
2418
- ac y
2419
- Ġwho se
2420
- Ġrel ations
2421
- Ġcent er
2422
- Ġpass ed
2423
- Ġen er
2424
- Ġsim ilar
2425
- Ġind ia
2426
- Ġlear n
2427
- Ġf ish
2428
- Ġex ist
2429
- Ġa ut
2430
- Ġchamp ions
2431
- 1 8
2432
- w h
2433
- Ġn in
2434
- Ġst ick
2435
- Ġsa il
2436
- Ġs ick
2437
- Ġfin ally
2438
- o on
2439
- y le
2440
- Ġd anger
2441
- Ġro ll
2442
- r uct
2443
- Ġa ud
2444
- Ġb ag
2445
- Ġfam il
2446
- Ġr uss
2447
- Ġm ater
2448
- Ġ19 2
2449
- Ġpre v
2450
- Ġob ject
2451
- Ġreturn ed
2452
- Ġanim als
2453
- Ġcontin u
2454
- Ġpl aces
2455
- Ġag re
2456
- Ġvir gin
2457
- k ed
2458
- l in
2459
- Ġty p
2460
- te en
2461
- pe cially
2462
- Ġs am
2463
- Ġm outh
2464
- Ġh m
2465
- Ġher self
2466
- Ġdav id
2467
- Ġf er
2468
- Ġgl ass
2469
- Ġjapan ese
2470
- Ġs ad
2471
- Ġinterest ing
2472
- ag on
2473
- Ġbat tle
2474
- Ġquick ly
2475
- Ġb ow
2476
- Ġmo ving
2477
- Ġ2 4
2478
- Ġvi ol
2479
- a i
2480
- Ġop ened
2481
- Ġsupp ose
2482
- Ġso ft
2483
- ak es
2484
- Ġb es
2485
- it or
2486
- Ġr ich
2487
- Ġh ol
2488
- Ġm ach
2489
- Ġhapp ens
2490
- 1 0
2491
- Ġpa ul
2492
- Ġho st
2493
- Ġmoder n
2494
- Ġpart s
2495
- Ġcol or
2496
- Ġfollow ed
2497
- Ġspec ies
2498
- Ġsub ject
2499
- Ġse lf
2500
- id a
2501
- Ġsc ience
2502
- Ġ201 1
2503
- Ġind ust
2504
- Ġking dom
2505
- Ġbegin ning
2506
- Ġs itting
2507
- Ġhen ry
2508
- Ġor d
2509
- Ġgerman y
2510
- Ġ1 00
2511
- z z
2512
- Ġk en
2513
- Ġsoci ety
2514
- ow ers
2515
- Ġse par
2516
- im ent
2517
- Ġprov ince
2518
- re me
2519
- li ke
2520
- Ġdef in
2521
- Ġest ab
2522
- c ause
2523
- Ġb reat
2524
- Ġ200 6
2525
- Ġsp end
2526
- Ġany body
2527
- Ġcoun cil
2528
- Ġlea ving
2529
- n el
2530
- s ha
2531
- Ġm um
2532
- Ġes pecially
2533
- Ġmark et
2534
- Ġb ank
2535
- Ġpe ace
2536
- Ġ201 2
2537
- om b
2538
- Ġth ou
2539
- Ġr id
2540
- Ġen v
2541
- Ġdis app
2542
- Ġflo or
2543
- Ġw ild
2544
- Ġfe llow
2545
- Ġto wards
2546
- Ġe t
2547
- ag er
2548
- Ġstud ents
2549
- l t
2550
- ce ed
2551
- p or
2552
- Ġorigin al
2553
- Ġf le
2554
- Ġcl os
2555
- Ġtot al
2556
- Ġwh om
2557
- Ġfin ished
2558
- is ing
2559
- Ġann oun
2560
- Ġc ab
2561
- we red
2562
- Ġquest ions
2563
- Ġw al
2564
- in c
2565
- Ġta x
2566
- Ġe gg
2567
- Ġpa id
2568
- Ġne igh
2569
- Ġm ir
2570
- Ġf em
2571
- Ġbec om
2572
- em pt
2573
- a f
2574
- Ġ q
2575
- ri age
2576
- Ġbr own
2577
- od e
2578
- Ġg iving
2579
- m ed
2580
- o le
2581
- u k
2582
- ay s
2583
- Ġse arch
2584
- Ġfe at
2585
- Ġexp ress
2586
- Ġro yal
2587
- in al
2588
- Ġoffic er
2589
- Ġpolit ical
2590
- Ġlo ck
2591
- Ġi ce
2592
- âĢ Ķ
2593
- if f
2594
- Ġstr ange
2595
- Ġne cess
2596
- p ing
2597
- Ġj er
2598
- Ġsp ort
2599
- Ġans wered
2600
- Ġhist or
2601
- Ġco ast
2602
- Ġwel come
2603
- ic ian
2604
- Ġse at
2605
- Ġact iv
2606
- Ġmin ister
2607
- b b
2608
- Ġlo se
2609
- Ġcl im
2610
- c her
2611
- Ġid ent
2612
- Ġmil es
2613
- Ġeduc ation
2614
- Ġaf f
2615
- Ġfe ar
2616
- Ġf ing
2617
- Ġro se
2618
- Ġd ance
2619
- Ġbl ock
2620
- Ġwas hing
2621
- Ġt ar
2622
- Ġfor ward
2623
- Ġcomm itt
2624
- Ġ ..
2625
- Ġm ention
2626
- Ġ( "
2627
- Ġke y
2628
- is hing
2629
- if t
2630
- Ġneigh b
2631
- t ime
2632
- he l
2633
- Ġf und
2634
- Ġbel ong
2635
- Ġrad io
2636
- Ġpriv ate
2637
- Ġacc ount
2638
- Ġqu ar
2639
- Ġtra vel
2640
- i ers
2641
- Ġc and
2642
- Ġj es
2643
- Ġnat ure
2644
- Ġinde ed
2645
- Ġw estern
2646
- c ast
2647
- Ġyour s
2648
- Ġter ms
2649
- Ġway s
2650
- Ġdevelop ment
2651
- Ġob s
2652
- Ġexper ience
2653
- Ġsome where
2654
- Ġun cle
2655
- Ġresp ons
2656
- Ġlau gh
2657
- Ġf ac
2658
- if orn
2659
- Ġpr ince
2660
- Ġdest ro
2661
- n es
2662
- Ġf at
2663
- Ġre ached
2664
- o red
2665
- Ġcl aim
2666
- Ġd u
2667
- Ġj ump
2668
- Ġnum bers
2669
- Ġpub lished
2670
- Ġst age
2671
- ition al
2672
- Ġact ion
2673
- Ġcal iforn
2674
- g a
2675
- p ly
2676
- Ġdirect or
2677
- ep end
2678
- Ġcons ider
2679
- Ġt v
2680
- re ct
2681
- Ġstud y
2682
- Ġnat ural
2683
- Ġvar ious
2684
- Ġc ard
2685
- Ġo oh
2686
- Ġr out
2687
- Ġinf lu
2688
- r it
2689
- Ġbe ll
2690
- Ġint rod
2691
- Ġdep end
2692
- Ġener gy
2693
- Ġb ase
2694
- ab ad
2695
- Ġany more
2696
- Ġw at
2697
- ad es
2698
- Ġpl ant
2699
- Ġdam n
2700
- l ight
2701
- Ġcaliforn ia
2702
- x ic
2703
- Ġb i
2704
- Ġequ al
2705
- Ġwind ow
2706
- n ow
2707
- Ġc ro
2708
- Ġc ens
2709
- Ġdr ug
2710
- Ġth om
2711
- Ġc aught
2712
- Ġdin ner
2713
- y a
2714
- Ġl iter
2715
- Ġdisc uss
2716
- um e
2717
- ens ive
2718
- Ġallow ed
2719
- Ġob v
2720
- Ġd ra
2721
- Ġser ious
2722
- Ġd ick
2723
- Ġv an
2724
- Ġpl at
2725
- Ġpl us
2726
- Ġsee ing
2727
- Ġsur v
2728
- Ġloc ated
2729
- Ġclot hes
2730
- Ġdo c
2731
- Ġprofess ional
2732
- Ġp ack
2733
- ic a
2734
- Ġshow s
2735
- Ġinvol ved
2736
- i res
2737
- Ġmater ial
2738
- Ġsim ple
2739
- Ġvis it
2740
- Ġric hard
2741
- Ġw ed
2742
- Ġde g
2743
- Ġdis e
2744
- Ġforg ot
2745
- c ip
2746
- Ġ2 1
2747
- Ġind epend
2748
- Ġal ive
2749
- Ġbo at
2750
- Ġ5 0
2751
- Ġwr iting
2752
- a ff
2753
- ir on
2754
- Ġsu ff
2755
- Ġpr im
2756
- y er
2757
- Ġsc ott
2758
- Ġchampions hip
2759
- Ġep is
2760
- o ld
2761
- Ġmed ic
2762
- Ġ0 1
2763
- Ġprin cess
2764
- it ution
2765
- Ġ201 4
2766
- er o
2767
- Ġc ell
2768
- Ġsc ient
2769
- Ġen c
2770
- Ġt ea
2771
- Ġa lex
2772
- Ġf it
2773
- ll ed
2774
- Ġsn ow
2775
- Ġsudden ly
2776
- " )
2777
- ide red
2778
- iv id
2779
- Ġsit uation
2780
- Ġs ize
2781
- Ġstand ing
2782
- Ġval ue
2783
- Ġm un
2784
- Ġimm edi
2785
- Ġspir it
2786
- ? âĢĿ
2787
- ag o
2788
- Ġneed ed
2789
- Ġn one
2790
- Ġhon est
2791
- Ä ģ
2792
- Ġp age
2793
- Ġspe ed
2794
- Ġg ives
2795
- Ġsound s
2796
- Ġst up
2797
- Ġchrist ian
2798
- Ġhe ro
2799
- Ġde mo
2800
- Ġsqu are
2801
- Ġ ut
2802
- in ist
2803
- Ġs our
2804
- Ġjo in
2805
- ie l
2806
- Ġbl ow
2807
- Ġabsolute ly
2808
- Ġcens us
2809
- Ġo w
2810
- Ġhe avy
2811
- ci ent
2812
- in y
2813
- eng th
2814
- Ġsp ent
2815
- Ġo x
2816
- Ġp un
2817
- Ġapp eared
2818
- Ġfav or
2819
- Ġb ought
2820
- Ġd ig
2821
- Ġg ri
2822
- ar a
2823
- Ġcon v
2824
- r uction
2825
- Ġme l
2826
- Ġrese arch
2827
- Ġmilit ary
2828
- f ace
2829
- Ġm ix
2830
- o ff
2831
- Ġatt ention
2832
- Ġtit le
2833
- ir t
2834
- Ġ201 6
2835
- Ġ200 7
2836
- Ġstop ped
2837
- h ood
2838
- Ġadd ed
2839
- Ġi i
2840
- Ġm ac
2841
- ll en
2842
- Ġm c
2843
- id s
2844
- act ion
2845
- Ġid e
2846
- Ġcons idered
2847
- Ġext ra
2848
- Ġ )
2849
- ist ic
2850
- Ġadd ress
2851
- Ġcomput er
2852
- Ġse ll
2853
- Ġbo b
2854
- f l
2855
- er ve
2856
- Ġman age
2857
- Ġbr idge
2858
- Ġenv iron
2859
- Ġma x
2860
- Ġbro ke
2861
- Ġmult ip
2862
- Ġo d
2863
- us es
2864
- Ġst one
2865
- Ġgr ou
2866
- Ġb oss
2867
- Ġsp an
2868
- id ay
2869
- Ġshould n
2870
- ail s
2871
- c ing
2872
- Ġb a
2873
- Ġar ms
2874
- Ġex ec
2875
- Ġpur p
2876
- Ġear l
2877
- w ood
2878
- Ġgre w
2879
- Ġoffic ial
2880
- Ġsong s
2881
- h od
2882
- Ġde cl
2883
- Ġprod uced
2884
- Ġmur der
2885
- Ġth us
2886
- Ġ2 3
2887
- g en
2888
- Ġd ate
2889
- as ons
2890
- Ġcap t
2891
- Ġstup id
2892
- Ġpre p
2893
- Ġhur ry
2894
- Ġav ail
2895
- w est
2896
- Ġp u
2897
- he m
2898
- Ġopp ort
2899
- Ġo u
2900
- ain ing
2901
- Ġprom ise
2902
- u it
2903
- v ille
2904
- Ġd ry
2905
- Ġg as
2906
- Ġac ad
2907
- Ġw ide
2908
- Ġsim ply
2909
- Ġgrou ps
2910
- Ġrelations hip
2911
- Ġc ow
2912
- ci ous
2913
- Ġj ew
2914
- Ġa ha
2915
- re en
2916
- Ġc y
2917
- he t
2918
- in ary
2919
- ol ic
2920
- oo ps
2921
- Ġstr uct
2922
- Ġcam er
2923
- Ġopport un
2924
- Ġcomplete ly
2925
- 1 7
2926
- Ġposs ib
2927
- Ġhat e
2928
- Ġvirgin ia
2929
- Ġan cient
2930
- Ġg ree
2931
- am s
2932
- Ġwatch ing
2933
- k et
2934
- n ers
2935
- Ġask ing
2936
- Ġatt empt
2937
- Ġl u
2938
- Ġright s
2939
- b on
2940
- Ġo il
2941
- Ġin it
2942
- Ġf ool
2943
- Ġpoint s
2944
- Ġt all
2945
- Ġp ath
2946
- Ġn ames
2947
- Ġbe ha
2948
- Ġam az
2949
- Ġanim al
2950
- . ,
2951
- b ye
2952
- c a
2953
- e x
2954
- is es
2955
- ic ip
2956
- Ġaf fect
2957
- .. ..
2958
- pp er
2959
- if y
2960
- Ġmount ain
2961
- Ġvers ion
2962
- v al
2963
- Ġe mb
2964
- Ġlar gest
2965
- Ġdemo cr
2966
- ip e
2967
- Ġind ivid
2968
- Ġperson al
2969
- at ors
2970
- Ġh ous
2971
- Ġdiv ision
2972
- ill a
2973
- Ġbro ken
2974
- Ġp sy
2975
- Ġr ace
2976
- Ġinclud ed
2977
- t r
2978
- Ġar g
2979
- Ġf an
2980
- Ġse vent
2981
- Ġact or
2982
- Ġimp ro
2983
- Ġdiffe rence
2984
- iqu e
2985
- Ġsout hern
2986
- i us
2987
- st r
2988
- Ġ19 0
2989
- Ġmean ing
2990
- te red
2991
- ffe e
2992
- m as
2993
- nd ay
2994
- Ġre ach
2995
- Ġenviron ment
2996
- Ġe ff
2997
- Ġun less
2998
- Ġlo ved
2999
- Ġcont ract
3000
- Ġemp lo
3001
- f ield
3002
- Ġo l
3003
- Ġl ower
3004
- Ġac cess
3005
- Ġrecord s
3006
- Ġth irty
3007
- Ġal an
3008
- Ġ2 6
3009
- Ġbr and
3010
- Ġbr an
3011
- Ġ200 9
3012
- de red
3013
- ino is
3014
- it es
3015
- Ġgu ard
3016
- o f
3017
- Ġb ang
3018
- Ġd eter
3019
- Ġr ap
3020
- Ġpr ime
3021
- Ġdou bt
3022
- Ġhig her
3023
- c ul
3024
- Ġt ick
3025
- le br
3026
- Ġthere fore
3027
- Ġsc ot
3028
- Ġprod uc
3029
- m in
3030
- Ġw it
3031
- Ġin j
3032
- Ġb right
3033
- Ġl ake
3034
- Ġro bert
3035
- h ic
3036
- in ct
3037
- Ġbel ow
3038
- Ġnort hern
3039
- i pped
3040
- Ġs ite
3041
- Ġf res
3042
- Ġch ick
3043
- Ġspeak ing
3044
- ri an
3045
- Ġcon gress
3046
- Ġ2 2
3047
- Ġwonder ful
3048
- 5 0
3049
- Ġsha re
3050
- Ġstart ing
3051
- a ven
3052
- w ise
3053
- Ġ200 8
3054
- gr ound
3055
- Ġcar ried
3056
- Ġref er
3057
- Ġ201 5
3058
- Ġreg ular
3059
- c us
3060
- Ġs ens
3061
- ur ity
3062
- Ġplay s
3063
- Ġtalk ed
3064
- Ġcare ful
3065
- Ġw ound
3066
- Ġmo on
3067
- Ġfl or
3068
- Ġb ath
3069
- Ġl ength
3070
- Ġtr ade
3071
- Ġkn ock
3072
- ast ic
3073
- Ġjo ined
3074
- bo ard
3075
- b a
3076
- ter day
3077
- Ġco ffee
3078
- 1 2
3079
- Ġs ight
3080
- ab ility
3081
- Ġwar m
3082
- ri a
3083
- Ġo ly
3084
- Ġbe y
3085
- Ġbirth day
3086
- h ouse
3087
- n ight
3088
- Ġl ying
3089
- Ġr ac
3090
- Ġmar ry
3091
- Ġmar riage
3092
- Ġill inois
3093
- Ġr at
3094
- ite ly
3095
- Ġchar les
3096
- Ġpr ay
3097
- Ġnear ly
3098
- Ġblood y
3099
- Ġnorm al
3100
- Ġst orm
3101
- Ġare as
3102
- olog ical
3103
- Ġce lebr
3104
- iqu es
3105
- v an
3106
- Ġapp oint
3107
- Ġmil k
3108
- g l
3109
- Ġf eder
3110
- Ġpr ice
3111
- Ġjes us
3112
- Ã ¡
3113
- Ġmo v
3114
- Ġ20 00
3115
- Ġcast le
3116
- p art
3117
- Ġyes terday
3118
- Ġmove ment
3119
- Ġbe g
3120
- Ġdes p
3121
- Ġhappen ing
3122
- Ġtrain ing
3123
- Ġv all
3124
- Ġj ose
3125
- ens ion
3126
- Ġmed ia
3127
- Ġ202 2
3128
- ur a
3129
- Ġlead er
3130
- Ġmod el
3131
- b l
3132
- Ġre view
3133
- av es
3134
- Ġwashing ton
3135
- Ġwere n
3136
- Ġinterest ed
3137
- Ġfa ith
3138
- Ġh om
3139
- Ġar r
3140
- Ġev idence
3141
- Ġbott om
3142
- Ġfamil ies
3143
- Ġa ch
3144
- Ġhon or
3145
- ive ly
3146
- ap er
3147
- Ġch ina
3148
- Ġsc ene
3149
- Ġche m
3150
- Ġprofess or
3151
- f r
3152
- Ġth reat
3153
- est s
3154
- he st
3155
- ill y
3156
- Ġass ist
3157
- Ġgard en
3158
- Ġreg ard
3159
- Ġca used
3160
- ant ly
3161
- k n
3162
- Ġw il
3163
- Ġd ata
3164
- w or
3165
- Ġc ust
3166
- ce ll
3167
- Ġne ck
3168
- Ġtre es
3169
- n al
3170
- it ude
3171
- Ġmet hod
3172
- Ġthom as
3173
- y ear
3174
- Ġt ast
3175
- Ġb ay
3176
- Ġhu ge
3177
- Ġp ush
3178
- Ġfe ed
3179
- Ġassoci ation
3180
- it z
3181
- Ġst ore
3182
- qu e
3183
- Ġco ach
3184
- Ġpar is
3185
- ri but
3186
- Ġ4 0
3187
- Ġprin cip
3188
- Ġsp ring
3189
- Ġbr ain
3190
- Ġmov ies
3191
- Ġfar m
3192
- Ġbird s
3193
- Ġd rop
3194
- Ġavail able
3195
- ut s
3196
- Ġshow ed
3197
- Ġlove ly
3198
- Ġgovern or
3199
- Ġserv ices
3200
- Ġo ce
3201
- Ġe ating
3202
- Ġschool s
3203
- Ġsc ared
3204
- re g
3205
- Ġk ick
3206
- Ġ200 5
3207
- en a
3208
- Ġl ines
3209
- Ġst ories
3210
- Ġfound ed
3211
- e k
3212
- g le
3213
- Ġg all
3214
- as k
3215
- Ġcr ow
3216
- re l
3217
- ap s
3218
- Ġcha p
3219
- Ġeurope an
3220
- Ġannoun ced
3221
- Ġper cent
3222
- z a
3223
- Ġwin ter
3224
- Ġar rest
3225
- Ġsm ell
3226
- Ġhelp ed
3227
- Ġr ub
3228
- Ġput ting
3229
- Ġtemp er
3230
- s et
3231
- Ġ ess
3232
- Ġcontinu ed
3233
- Ġpsy ch
3234
- Ġme xic
3235
- led ge
3236
- Ġemp ire
3237
- Ġocc ur
3238
- 1 5
3239
- h ib
3240
- as ion
3241
- Ġi ron
3242
- or ing
3243
- ot ed
3244
- ad ed
3245
- Ġsk in
3246
- Ġcho ice
3247
- Ġt ired
3248
- Ġsec urity
3249
- pl ay
3250
- Ġdou ble
3251
- Ġb le
3252
- Ġc ases
3253
- Ġhe aven
3254
- Ġcor rect
3255
- Ġaustral ia
3256
- ar ily
3257
- Ġwor se
3258
- Ġform ed
3259
- Ġpie ces
3260
- Ġf est
3261
- Ġj ul
3262
- Ġsp oke
3263
- Ġfin ish
3264
- Ġa ver
3265
- Ġp yr
3266
- Ġe h
3267
- Ġk it
3268
- Ġte xt
3269
- Ġlet ters
3270
- Ġoff er
3271
- Ġdevelop ed
3272
- ic ed
3273
- Ġfl ight
3274
- Ġmost ly
3275
- Ġsy mp
3276
- l am
3277
- Ġd er
3278
- ict ion
3279
- Ġfour th
3280
- Ġst ars
3281
- Ġafter no
3282
- Ġspec ific
3283
- i ot
3284
- Ġend ed
3285
- Ġprod uction
3286
- Ġ &
3287
- ol es
3288
- Ã ¼
3289
- Ġcom fort
3290
- Ġchan ges
3291
- Ġf ol
3292
- Ġv ac
3293
- Ġ2 8
3294
- Ġtw el
3295
- Ġem er
3296
- Ġenjo y
3297
- Ġfor ces
3298
- ri b
3299
- Ġwe ak
3300
- Ġpal ace
3301
- Ġimag ine
3302
- 2 00
3303
- k i
3304
- Ġsu it
3305
- Ġsp l
3306
- Ġdem and
3307
- Ġr ide
3308
- Ġwalk ed
3309
- Ġlear ned
3310
- Ġk ar
3311
- ck et
3312
- Ġexpl ain
3313
- Ġital ian
3314
- Ġan al
3315
- Ġan ne
3316
- Ġno vel
3317
- ers on
3318
- Ġadm inist
3319
- Ġterri ble
3320
- Ġc rew
3321
- Ġm use
3322
- Ġchar ge
3323
- Ġmess age
3324
- Ġdis p
3325
- Ġra ised
3326
- Ġbene f
3327
- Ġcall ing
3328
- Ġjud ge
3329
- Ġang ry
3330
- l im
3331
- il s
3332
- Ġdec ision
3333
- Ġimmedi ately
3334
- Ġtr uck
3335
- Ġc ath
3336
- Ġeff ort
3337
- Ġafterno on
3338
- n é
3339
- Ġb on
3340
- pp ing
3341
- o id
3342
- r ound
3343
- Ġ2 7
3344
- Ġcl osed
3345
- il ed
3346
- Ġlike ly
3347
- Ġopp os
3348
- Ġof fe
3349
- Ġimp ress
3350
- Ġacc om
3351
- Ġir an
3352
- Ġdise ase
3353
- a ign
3354
- c an
3355
- Ġco de
3356
- Ġfight ing
3357
- Ġwho a
3358
- Ġru le
3359
- Ġplat form
3360
- b i
3361
- Ġt ail
3362
- ous ly
3363
- Ġpolit ician
3364
- Ġpict ures
3365
- Ġs ac
3366
- Ġha n
3367
- Ġam b
3368
- Ġdist ance
3369
- Ġcre ate
3370
- Ġearl ier
3371
- Ġp ig
3372
- a ur
3373
- Ġbus y
3374
- Ġsk y
3375
- Ġpolic y
3376
- ap h
3377
- Ġlot s
3378
- Ġhot el
3379
- Ġiss ue
3380
- Ġfl at
3381
- Ġcontin ue
3382
- Ġc red
3383
- ren g
3384
- che n
3385
- Ġou ght
3386
- ent ial
3387
- Ġcamp aign
3388
- w estern
3389
- Ġbrother s
3390
- Ġfore ign
3391
- n et
3392
- Ġcom ed
3393
- itt ed
3394
- Ġye llow
3395
- m ar
3396
- Ġwe ap
3397
- Ġart ic
3398
- ho ld
3399
- ip s
3400
- Ġpar li
3401
- Ġmun icip
3402
- Ġre ve
3403
- Ġst yle
3404
- ist an
3405
- Ġsl ight
3406
- Ġbelie ved
3407
- Ġev ents
3408
- Ġoce an
3409
- d on
3410
- Ġbas ket
3411
- Ġse ction
3412
- Ġoly mp
3413
- Ġnot e
3414
- Ġnet work
3415
- Ġmuse um
3416
- Ġsp read
3417
- i ation
3418
- Ġd om
3419
- Ġd un
3420
- Ġl ink
3421
- al es
3422
- Ġag ree
3423
- Ġelect ion
3424
- Ġ Â
3425
- us ion
3426
- Ġmin us
3427
- Ġleg s
3428
- Ġide as
3429
- Ġthe ory
3430
- us hed
3431
- Ġparli ament
3432
- Ġn ick
3433
- ate g
3434
- Ġhold ing
3435
- ' .
3436
- Ġinst it
3437
- Ġc it
3438
- om s
3439
- Ġcont act
3440
- Ġinvest ig
3441
- Ġf rog
3442
- Ġset tle
3443
- 1 4
3444
- Ġs oul
3445
- Ġwe ight
3446
- Ġen emy
3447
- oc ol
3448
- Ġfa ult
3449
- is f
3450
- st e
3451
- Ġte nd
3452
- Ġ200 4
3453
- Ġnecess ary
3454
- il ities
3455
- Ġpri ze
3456
- Ġrele ase
3457
- Ġbey ond
3458
- Ġcan ada
3459
- Ġcommun ic
3460
- Ġeas tern
3461
- w a
3462
- Ġne ither
3463
- Ġ2 9
3464
- Ġsp ot
3465
- Ġco vered
3466
- Ġfif ty
3467
- Ġcurrent ly
3468
- Ġtwel ve
3469
- 1 3
3470
- Ġst aff
3471
- Ġjo y
3472
- Ġcar ol
3473
- Ġmach ine
3474
- Ġflor ida
3475
- Ġa unt
3476
- Ġfor th
3477
- Ġinte ll
3478
- Ġarri ved
3479
- Ġfres h
3480
- r am
3481
- Ġy a
3482
- Ġr ab
3483
- ash ion
3484
- Ġem ot
3485
- Ġtw ice
3486
- Ġsw im
3487
- Ġmed ical
3488
- Ġwalk ing
3489
- Ġgr ant
3490
- Ġent er
3491
- Ġap art
3492
- Ġread ing
3493
- Ġcorn er
3494
- Ġv en
3495
- Ġper m
3496
- b ack
3497
- Ġyou th
3498
- Ġcent re
3499
- Ġcal m
3500
- Ġsuccess ful
3501
- Ġacc ident
3502
- Ġsing er
3503
- Ġdet ect
3504
- Ġafric a
3505
- Ġestab lished
3506
- u nder
3507
- Ġf red
3508
- os op
3509
- Ġte ach
3510
- Ġle e
3511
- Ġk ore
3512
- Ġst reng
3513
- th is
3514
- ab les
3515
- Ġhas n
3516
- the re
3517
- Ġext reme
3518
- Ġorigin ally
3519
- Ġlad ies
3520
- Ġwe ather
3521
- Ġ( )
3522
- Ġplay ers
3523
- Ġsil ver
3524
- Ġesc ape
3525
- Ġcomp l
3526
- Ġop in
3527
- Ġdefin itely
3528
- Ġvall ey
3529
- ar ies
3530
- Ġthrough out
3531
- Ġspe e
3532
- p ir
3533
- Ġl oss
3534
- ent al
3535
- Ġu nd
3536
- Ġcommitt ee
3537
- Ġpurp ose
3538
- h i
3539
- Ġli ked
3540
- Ġatt ract
3541
- Ġc as
3542
- Ġli ft
3543
- Ġ200 1
3544
- Ġsystem s
3545
- Ġobv iously
3546
- Ġb ound
3547
- Ġm ike
3548
- il ing
3549
- Ġnews p
3550
- Ġbe ach
3551
- Ġr ay
3552
- se qu
3553
- Ġ20 20
3554
- Ġpr int
3555
- Ġsm art
3556
- i ents
3557
- n ie
3558
- ak ing
3559
- Ġa st
3560
- at ives
3561
- Ġdefe nd
3562
- is ions
3563
- ut en
3564
- est y
3565
- Ġ201 8
3566
- Ġform ula
3567
- Ġdirect ed
3568
- Ġtri p
3569
- Ġchrist mas
3570
- Ġital y
3571
- Ġepis ode
3572
- at o
3573
- Ġevent ually
3574
- Ġc art
3575
- Ġr ate
3576
- Ġres our
3577
- Ġ18 6
3578
- Ġscot land
3579
- Ġaver age
3580
- Ġfor ty
3581
- Ġte x
3582
- Ġtell s
3583
- Ġcond uct
3584
- Ġspan ish
3585
- 3 0
3586
- Ġknow ledge
3587
- Ġpract ice
3588
- ru pt
3589
- Ġfor ced
3590
- Ġcon vers
3591
- ph one
3592
- Ġsign ific
3593
- Ġach ie
3594
- Ġb ord
3595
- st airs
3596
- Ġphil osop
3597
- Ġpound s
3598
- Ġthe e
3599
- Ġlea ves
3600
- Ġdog s
3601
- w r
3602
- Ġy o
3603
- Ġn ative
3604
- Ġrep e
3605
- Ġ18 9
3606
- Ġin no
3607
- ver t
3608
- Ġjo e
3609
- Ġdirect ion
3610
- Ġbri ef
3611
- Ġs in
3612
- Ġp in
3613
- Ġsp r
3614
- Ġany where
3615
- Ġcomm er
3616
- iver se
3617
- Ġdri ving
3618
- Ġluck y
3619
- Ġo pt
3620
- en ces
3621
- oo p
3622
- ent ed
3623
- Ġli ber
3624
- Ġsh own
3625
- um ents
3626
- Ġar ab
3627
- 1 6
3628
- s he
3629
- Ġh ide
3630
- iz ing
3631
- Ġjose ph
3632
- p a
3633
- Ġp ir
3634
- Ġcall s
3635
- Ġtechn ology
3636
- j ust
3637
- er ved
3638
- Ġn ation
3639
- Ġcr ime
3640
- Ġsign ed
3641
- ar i
3642
- Ġfem ale
3643
- Ġst ock
3644
- ck s
3645
- Ġlo g
3646
- ber g
3647
- j i
3648
- Ġkind s
3649
- Ġdanger ous
3650
- z en
3651
- Ġp ac
3652
- Ġn an
3653
- Ġsc r
3654
- Ġton y
3655
- Ġrail way
3656
- as ant
3657
- Ġbig gest
3658
- Ġadd ition
3659
- Ġsold iers
3660
- Ġdoll ars
3661
- Ġopportun ity
3662
- Ġha m
3663
- Ġno se
3664
- Ġdeter m
3665
- e g
3666
- Ġd uck
3667
- Ġlou is
3668
- Ġmedic ine
3669
- w hy
3670
- il es
3671
- Ġchar l
3672
- f ast
3673
- h ol
3674
- Ġcha llen
3675
- Ġcomm ission
3676
- Ġvict im
3677
- Ġdro pped
3678
- iet y
3679
- Ġelect ric
3680
- Ġl uc
3681
- Ġsh r
3682
- ines e
3683
- bur g
3684
- s es
3685
- re r
3686
- Ġfir m
3687
- Ġgold en
3688
- Ġindust ry
3689
- Ġs ides
3690
- Ġpr oud
3691
- Ġcomp os
3692
- Ġmem ory
3693
- at lant
3694
- ub e
3695
- Ġopen ing
3696
- Ġbas ically
3697
- Ġrul es
3698
- e v
3699
- Ġteam s
3700
- p an
3701
- on ed
3702
- ed s
3703
- Ġgrow ing
3704
- kn own
3705
- se y
3706
- Ġch ic
3707
- Ġc ities
3708
- en ing
3709
- Ġplan et
3710
- j a
3711
- Ġk ent
3712
- Ġac qu
3713
- Ġelect ed
3714
- Ġdisco vered
3715
- Ġw is
3716
- Ġw ine
3717
- Ġl y
3718
- al ed
3719
- Ġfr anc
3720
- Ġconst itution
3721
- Ã ³
3722
- in i
3723
- Ġm ut
3724
- Ġpre m
3725
- mm y
3726
- Ġgentle men
3727
- Ġneg ative
3728
- Ġ201 7
3729
- Ġold er
3730
- Ġsmall er
3731
- Ġcharac ters
3732
- Ġperform ance
3733
- Ġcar s
3734
- Ġrem ain
3735
- Ġ198 0
3736
- Ġsport s
3737
- Ġal t
3738
- Ġgreat er
3739
- Ġmic ro
3740
- Ġtot ally
3741
- Ġmist ake
3742
- Ġth y
3743
- Ġu k
3744
- Ġfr an
3745
- and a
3746
- ul ations
3747
- be ll
3748
- Ġgod d
3749
- Ġvict or
3750
- Ġslow ly
3751
- Ġh ors
3752
- ill s
3753
- Ġ199 0
3754
- Ġpat ient
3755
- as c
3756
- Ġj en
3757
- Ġmiss ing
3758
- Ġhig hest
3759
- Ġfeder al
3760
- is ters
3761
- Ġr ough
3762
- Ġus es
3763
- Ġfl owers
3764
- Ġsur face
3765
- Ġnot ice
3766
- Ġbut ter
3767
- Ġact ing
3768
- é né
3769
- Ġpos itive
3770
- Ġwear ing
3771
- Ġpl ants
3772
- Ġcult ure
3773
- Ġa ii
3774
- ac hing
3775
- Ġwh is
3776
- Ġmiss ion
3777
- Ġris k
3778
- Ġb ac
3779
- Ġf ro
3780
- Ġhe at
3781
- Ġr ange
3782
- Ġstud ent
3783
- us ing
3784
- ad o
3785
- Ġent ertain
3786
- Ġparticular ly
3787
- Ġthe at
3788
- Ġp red
3789
- Ġch oose
3790
- Ġz ero
3791
- Ġdar ling
3792
- i ar
3793
- Ġs ant
3794
- er al
3795
- it ect
3796
- Ġsm ith
3797
- Ġw ake
3798
- Ġrelig ious
3799
- Ġgrad u
3800
- 1 1
3801
- c ut
3802
- e es
3803
- o y
3804
- Ġf ashion
3805
- Ġr ural
3806
- Ġch inese
3807
- Ġgr own
3808
- Ġinclud es
3809
- ific ation
3810
- b ing
3811
- Ġn a
3812
- at ory
3813
- Ġsecret ary
3814
- Ġhous es
3815
- Ġs id
3816
- Ġed ge
3817
- ! âĢĿ
3818
- our s
3819
- Ġeas ily
3820
- Ġsat isf
3821
- Ġmag az
3822
- ro ad
3823
- ak er
3824
- Ġent ered
3825
- Ġisland s
3826
- Ġexpect ed
3827
- Ġagre ed
3828
- Ġacad emy
3829
- Ġwit ness
3830
- k ins
3831
- as ing
3832
- Ġcon ference
3833
- ess ion
3834
- Ġsc reen
3835
- Ġbl ess
3836
- Ġapp arent
3837
- Ġsw ord
3838
- Ġsur round
3839
- éné es
3840
- Ġsa f
3841
- Ġbit ch
3842
- Ġpyr énées
3843
- Ġemp er
3844
- Ġarch itect
3845
- Ġord ers
3846
- Ġexec ut
3847
- Ġb oo
3848
- Ġman ager
3849
- Ġlaw yer
3850
- ol s
3851
- Ġv ote
3852
- Ġthink s
3853
- ib ility
3854
- Ġdut y
3855
- Ġegg s
3856
- atlant iques
3857
- w are
3858
- Ġfin an
3859
- Ġstud io
3860
- Ġho ly
3861
- b an
3862
- o ved
3863
- Ġb ast
3864
- Ġl ack
3865
- it ation
3866
- Ġh id
3867
- ve re
3868
- Ġse lect
3869
- Ġtr ick
3870
- Ġbre ad
3871
- Ġrev olution
3872
- Ġb omb
3873
- Ġg ro
3874
- Ġh ook
3875
- ist ed
3876
- hed ron
3877
- ho st
3878
- , --
3879
- y an
3880
- Ġr os
3881
- Ġsm ile
3882
- Ġimp oss
3883
- Ġy ep
3884
- Ġde b
3885
- Ġsouth western
3886
- c ons
3887
- Ġt un
3888
- ol a
3889
- Ġpo ly
3890
- Ġdeg ree
3891
- o res
3892
- v in
3893
- Ġp il
3894
- Ġact ress
3895
- Ġla id
3896
- Ġset t
3897
- Ġcompan ies
3898
- Ġwor ried
3899
- Ġbig ger
3900
- ograp h
3901
- Ġl oud
3902
- Ġwe t
3903
- Ġmy ster
3904
- Ġag ent
3905
- Ġchan nel
3906
- Ġprov ide
3907
- d é
3908
- Ġqu e
3909
- Ġtrans l
3910
- Ġpartic ip
3911
- Ġjour nal
3912
- Ġcath olic
3913
- Ã ¶
3914
- in ing
3915
- Ġg al
3916
- Ġemp ty
3917
- Ġiss ues
3918
- i os
3919
- s a
3920
- Ã Ń
3921
- ha l
3922
- Ġre form
3923
- Ġpro gress
3924
- Ġsc ar
3925
- Ġ18 8
3926
- o ver
3927
- Ġw rest
3928
- Ġs aint
3929
- Ġe ld
3930
- Ġapp re
3931
- Ġpick ed
3932
- Ġbes ides
3933
- nd s
3934
- Ġn ic
3935
- Ġdr unk
3936
- Ġgre y
3937
- Ġgener ally
3938
- Ġmaj esty
3939
- Ġmount ains
3940
- Ġquar ter
3941
- Ġfest ival
3942
- Ġa wards
3943
- Ġjust ice
3944
- Ġlar ger
3945
- Ġt ight
3946
- Ġwe ird
3947
- se e
3948
- ul f
3949
- ra ft
3950
- Ġjack son
3951
- Ġbroad cast
3952
- m ans
3953
- Ġg y
3954
- Ġli br
3955
- Ġat lant
3956
- Ġrem ained
3957
- Ġ200 3
3958
- Ġkill ing
3959
- Ġcond ition
3960
- t t
3961
- Ġt ape
3962
- Ġp ak
3963
- or ough
3964
- ist ry
3965
- Ġma le
3966
- Ġrout e
3967
- Ġt ed
3968
- Ġleg al
3969
- Ġsus p
3970
- Ġspee ch
3971
- Ġchic ago
3972
- r is
3973
- Ġd im
3974
- Ġd iam
3975
- Ġoffic ers
3976
- Ġaw are
3977
- re y
3978
- Ġpl ans
3979
- Ġho le
3980
- Ġdesign ed
3981
- Ġcrit ic
3982
- b ar
3983
- Ġc ash
3984
- Ġn ap
3985
- Ġk il
3986
- Ġcompet ition
3987
- Ġtyp es
3988
- Ġtar get
3989
- Ġ â
3990
- el ess
3991
- Ġtour n
3992
- im ate
3993
- Ġwr iter
3994
- Ġrem ind
3995
- Ġple asure
3996
- Ġjim my
3997
- Ġmention ed
3998
- Ġgo al
3999
- Ġpo ll
4000
- Ġlie uten
4001
- Ġrelig ion
4002
- Ġbreat h
4003
- e h
4004
- u f
4005
- Ġad ult
4006
- Ġma id
4007
- Ġclear ly
4008
- Ġg ir
4009
- Ġrel ated
4010
- Ġpower ful
4011
- Ġcomple x
4012
- Ġsour ce
4013
- l ook
4014
- Ġal co
4015
- Ġair port
4016
- Ġmot or
4017
- Ġcrow d
4018
- Ġstreng th
4019
- Ġimposs ible
4020
- Ġ( ,
4021
- Ġun it
4022
- w ho
4023
- as hed
4024
- Ġwas te
4025
- Ġtr oops
4026
- Ġpl aced
4027
- be red
4028
- Ġdr ag
4029
- Ġreport ed
4030
- i ant
4031
- Ġre ven
4032
- Ġv ot
4033
- Ġex cell
4034
- Ġbo d
4035
- Ġser ve
4036
- Ġwed ding
4037
- Ġkit chen
4038
- Ġt aught
4039
- ent h
4040
- ... ?
4041
- Ġtrans port
4042
- Ġlead ing
4043
- Ġrepl aced
4044
- Ġhors es
4045
- m us
4046
- Ġli es
4047
- Ġsy mb
4048
- Ġmain ly
4049
- Ġorgan ization
4050
- Ġfre qu
4051
- Ġpress ure
4052
- Ġproper ty
4053
- Ġd yn
4054
- il i
4055
- Ġfre ed
4056
- Ġamaz ing
4057
- Ġcit iz
4058
- Ġp air
4059
- ar r
4060
- Ġr ot
4061
- Ġst uck
4062
- ig g
4063
- Ġj un
4064
- Ġex am
4065
- Ġgreat est
4066
- Ġstand ard
4067
- Ġ202 1
4068
- Ġwill ing
4069
- Ġapp le
4070
- Ġmiss ed
4071
- ien ces
4072
- b el
4073
- k in
4074
- Ġd rew
4075
- at t
4076
- Ġe th
4077
- Ġme at
4078
- Ġsh ock
4079
- Ġcr im
4080
- Ġ200 2
4081
- Ġmain tain
4082
- Ġcor por
4083
- ffic ient
4084
- Ġfing er
4085
- Ġindivid ual
4086
- Ġtex as
4087
- v iet
4088
- Ġg a
4089
- Ġmo b
4090
- Ġbreak fast
4091
- Ġpap ers
4092
- Ġind ic
4093
- Ġoper ation
4094
- t ies
4095
- ha nd
4096
- Ġme asure
4097
- op s
4098
- and er
4099
- Ġte eth
4100
- Ġ197 0
4101
- Ġce re
4102
- Ġmanage ment
4103
- Ġlieuten ant
4104
- Ġw ol
4105
- Ġsa ke
4106
- Ġrecord ed
4107
- Ġafric an
4108
- Ġfill ed
4109
- w ith
4110
- ag ing
4111
- Ġpart ner
4112
- Ġatt end
4113
- Ġsurpr ise
4114
- Ġruss ian
4115
- d ie
4116
- ll a
4117
- Ġother wise
4118
- Ġocc up
4119
- Ġbecom es
4120
- Ġn av
4121
- Ġun iverse
4122
- Ġsub st
4123
- Ġwind ows
4124
- Ġperform ed
4125
- Ġrepl ied
4126
- Ġcust om
4127
- w in
4128
- Ġf right
4129
- Ġr ank
4130
- Ġj ac
4131
- ter ing
4132
- Ġform s
4133
- Ġinflu ence
4134
- c u
4135
- Ġs illy
4136
- an ced
4137
- it ar
4138
- Ġsa ved
4139
- Ġfo x
4140
- Ġapp lic
4141
- Ġrec ently
4142
- Ġfeat ures
4143
- w ar
4144
- Ġf ant
4145
- Ġth ick
4146
- Ġpl ain
4147
- Ġlo ad
4148
- Ġfo cus
4149
- Ġlead ers
4150
- Ġemper or
4151
- Ġc oo
4152
- Ġl unch
4153
- Ġcan cer
4154
- Ġg host
4155
- Ġbl ind
4156
- Ġfail ed
4157
- part ement
4158
- Ġme chan
4159
- Ġhead s
4160
- Ġmet al
4161
- Ġlear ning
4162
- Ġsho es
4163
- Ġtrad itional
4164
- Ġp it
4165
- Ġl ic
4166
- Ġpo et
4167
- Ġpre vent
4168
- Ġinter view
4169
- Ġart ist
4170
- Ġresult s
4171
- Ġindepend ent
4172
- Ġfranc is
4173
- dé partement
4174
- Ġev il
4175
- Ġsing ing
4176
- Ġpain ting
4177
- Ġcond itions
4178
- s m
4179
- Ġf aces
4180
- Ġr and
4181
- Ġag ed
4182
- Ġhand le
4183
- Ġkeep ing
4184
- Ġfore ver
4185
- Ġconst ruction
4186
- Ġsat ur
4187
- Ġdescri bed
4188
- Ġcamer a
4189
- Ġoffe red
4190
- Ġr oof
4191
- Ġdr agon
4192
- ign ed
4193
- Ġship s
4194
- Ġbecom ing
4195
- p han
4196
- Ġwor st
4197
- Ġstart s
4198
- Ġstruct ure
4199
- c raft
4200
- it a
4201
- Ġas h
4202
- all ed
4203
- ul ous
4204
- Ġsp ain
4205
- ĠâĢ Ķ
4206
- Ġcop y
4207
- Ġteac hing
4208
- Ġdirect ly
4209
- Ġet c
4210
- Ġtast e
4211
- f o
4212
- he red
4213
- Ġf al
4214
- one l
4215
- Ġsha d
4216
- land s
4217
- Ġsurpr ised
4218
- b ook
4219
- r ison
4220
- pp y
4221
- Ġcons erv
4222
- Ġeas ier
4223
- Ġfly ing
4224
- Ġ201 9
4225
- Ġsold ier
4226
- m end
4227
- Ġc hat
4228
- Ġsha pe
4229
- Ġsch ol
4230
- Ġgl o
4231
- Ġdec ide
4232
- Ġpri or
4233
- Ġsleep ing
4234
- Ġt an
4235
- Ġli kes
4236
- Ġreal ize
4237
- Ġbur ied
4238
- Ġim age
4239
- Ġcirc um
4240
- n i
4241
- v i
4242
- Ġs om
4243
- Ġcont ent
4244
- Ġopin ion
4245
- Ġth ro
4246
- Ġcon cept
4247
- Ġmon t
4248
- Ġrun s
4249
- Ġgi ant
4250
- Ġconcer ned
4251
- Ġm ate
4252
- Ġsu p
4253
- Ġor dered
4254
- Ġsc rew
4255
- Ġpo cket
4256
- Ġcons um
4257
- Ġprot est
4258
- Ġmultip le
4259
- Ġm i
4260
- Ġr are
4261
- ist ics
4262
- Ġch ocol
4263
- Ġmunicip ality
4264
- l or
4265
- le ep
4266
- Ġre asons
4267
- Ġr am
4268
- ac hes
4269
- Ġstr ug
4270
- Ġstud ied
4271
- Ġappre ci
4272
- Ġp ure
4273
- Ġsecond s
4274
- Ġpret end
4275
- Ġbuild ings
4276
- Ġplan ning
4277
- Ġdiv ided
4278
- Ġcommand er
4279
- b u
4280
- f riend
4281
- Ġr h
4282
- Ġse qu
4283
- Ġpro ve
4284
- Ġmay or
4285
- Ġprod uce
4286
- Ġpossib ly
4287
- b c
4288
- on a
4289
- Ġ199 9
4290
- k er
4291
- Ġsh out
4292
- Ġlight s
4293
- Ġdrink ing
4294
- Ġcry ing
4295
- Ġauthor ity
4296
- Ġeconom ic
4297
- Ġprep ared
4298
- Ġbran ch
4299
- Ġg or
4300
- ul ty
4301
- Ġnin et
4302
- Ġm ama
4303
- ce nd
4304
- Ġsp ok
4305
- ak ed
4306
- Ġturn s
4307
- Ġi gn
4308
- ha d
4309
- Ġm as
4310
- Ġon to
4311
- the y
4312
- Ġlisten ing
4313
- Ġrequ est
4314
- Ġincre ase
4315
- Ġd or
4316
- im ately
4317
- Ġser iously
4318
- Ġlab or
4319
- Ġhung ry
4320
- Ġcab in
4321
- Ġd irty
4322
- Ġsw ear
4323
- Ġbeaut y
4324
- Ġadm ir
4325
- Ġcir cle
4326
- Ġdoc ument
4327
- w an
4328
- Ġr ome
4329
- Ġas se
4330
- Ġso viet
4331
- Ġafter wards
4332
- Ġje ff
4333
- d own
4334
- l aw
4335
- Ġm ort
4336
- Ġd are
4337
- Ġwhe el
4338
- ig er
4339
- Ġcr ack
4340
- Ġhum ans
4341
- Ġdel ight
4342
- r s
4343
- ur ies
4344
- Ġar ts
4345
- Ġqu al
4346
- Ġsil ence
4347
- Ġcost s
4348
- Ġmexic o
4349
- m ark
4350
- Ġf is
4351
- Ġd ude
4352
- Ġgr ass
4353
- Ġad vent
4354
- ye h
4355
- Ġfun ction
4356
- , '
4357
- Ġt al
4358
- Ġl ion
4359
- Ġour selves
4360
- Ġconst ant
4361
- c ise
4362
- Ġs her
4363
- Ġr um
4364
- st ood
4365
- uc le
4366
- Ġ18 7
4367
- Ġprom ised
4368
- Ġcomed y
4369
- Ġfinan cial
4370
- ian ce
4371
- Ġprogram s
4372
- Ġsus pect
4373
- Ġspl it
4374
- Ġtourn ament
4375
- ha mm
4376
- Ġm ap
4377
- Ġde mon
4378
- Ġex cl
4379
- Ġrem em
4380
- Ġenc our
4381
- Ġp ian
4382
- Ġfr uit
4383
- Ġv ice
4384
- Ġle ct
4385
- Ġgr ave
4386
- Ġprev ious
4387
- d a
4388
- p o
4389
- Ġa x
4390
- Ġto wer
4391
- Ġr ow
4392
- Ġter rit
4393
- Ġinst r
4394
- Ġstay ed
4395
- Ġlaw s
4396
- Ġlangu ages
4397
- Ġsweet ie
4398
- Ġjour ney
4399
- Ġsepar ate
4400
- Ġgree k
4401
- Ġt ro
4402
- Ġc ub
4403
- Ġg ay
4404
- Ġme re
4405
- ri al
4406
- Ġal tern
4407
- Ġcr own
4408
- Ġmin or
4409
- Ġhon our
4410
- l om
4411
- Ġt ong
4412
- Ġwas h
4413
- Ġlos ing
4414
- Ġapp l
4415
- Ġreal ity
4416
- Ġfavor ite
4417
- Ġor ange
4418
- Ġfind ing
4419
- Ġforg ive
4420
- b es
4421
- Ġp ope
4422
- Ġsu nday
4423
- Ġcar l
4424
- Ġsm oke
4425
- Ġsuc ceed
4426
- Ġmagaz ine
4427
- b our
4428
- s ing
4429
- Ġstud ies
4430
- Ġc ous
4431
- Ġact ive
4432
- Ġapparent ly
4433
- Ġlo ves
4434
- Ġ196 0
4435
- Ġphys ical
4436
- Ġsaf ety
4437
- Ġsatur day
4438
- a ult
4439
- is l
4440
- ap t
4441
- Ġcar ter
4442
- Ġcont r
4443
- Ġturn ing
4444
- Ġfif th
4445
- Ġj ail
4446
- Ġmus ical
4447
- Ġrock s
4448
- gy pt
4449
- h r
4450
- ar m
4451
- Ġit em
4452
- Ġth rew
4453
- Ġr ang
4454
- Ġun its
4455
- Ġbr ave
4456
- Ġgood bye
4457
- Ġcr ick
4458
- Ġg ang
4459
- ha s
4460
- Ġha st
4461
- Ġfeel s
4462
- fort un
4463
- d r
4464
- Ġa ye
4465
- ha b
4466
- Ġis lam
4467
- Ġst ream
4468
- ur ance
4469
- Ġas leep
4470
- Ġgr ab
4471
- Ġpat tern
4472
- Ġb other
4473
- Ġre act
4474
- am m
4475
- Ġpl ane
4476
- ast y
4477
- Ġexc han
4478
- Ġchick en
4479
- b re
4480
- Ġe gypt
4481
- Ġser ge
4482
- Ġdev il
4483
- Ġange les
4484
- Ġfr iday
4485
- Ġod d
4486
- Ġappoint ed
4487
- j an
4488
- Ġre n
4489
- Ġde but
4490
- Ġjob s
4491
- Ġin n
4492
- Ġh mm
4493
- am i
4494
- Ġad am
4495
- Ġevery where
4496
- Ġameric ans
4497
- u x
4498
- et te
4499
- Ġj ane
4500
- if orm
4501
- Ġsc ream
4502
- Ġhelp ing
4503
- Ġ3 1
4504
- Ġstre ets
4505
- r b
4506
- Ġcan ad
4507
- Ġknow ing
4508
- Ġtreat ment
4509
- Ġt iny
4510
- Ġwe b
4511
- Ġst ret
4512
- Ġde lic
4513
- Ġsc ore
4514
- Ġrel ax
4515
- Ġtrans fer
4516
- Ġshar p
4517
- Ġw ick
4518
- are t
4519
- cl es
4520
- Ġcr u
4521
- Ġloc ation
4522
- Ġste al
4523
- Ġcand id
4524
- b les
4525
- Ġd omin
4526
- Ġto mmy
4527
- Ġn ucle
4528
- Ġre nt
4529
- Ġr ise
4530
- Ġsh ore
4531
- Ġman aged
4532
- Ġam end
4533
- Ġcl ock
4534
- Ġhard ly
4535
- Ġthousand s
4536
- Ġsignific ant
4537
- Ġu pper
4538
- Ġact ual
4539
- Ġken ned
4540
- Ġdrug s
4541
- Ġdemocr atic
4542
- uf act
4543
- Ġha w
4544
- Ġse m
4545
- ard on
4546
- ans as
4547
- Ġcol on
4548
- Ġrequ ired
4549
- ant ic
4550
- Ġwork ers
4551
- Ġdr ama
4552
- Ġinst ruct
4553
- Ġfav our
4554
- p ro
4555
- im a
4556
- Ġsu gar
4557
- Ġshow ing
4558
- Ġple ased
4559
- Ġear s
4560
- Ġarr ange
4561
- m n
4562
- Ġhad n
4563
- Ġman ufact
4564
- Ġqu ality
4565
- Ġsc en
4566
- Ġbelie f
4567
- Ġret ired
4568
- Ġ199 6
4569
- Ġgrand ma
4570
- Ġfix ed
4571
- Ġintrod uced
4572
- t w
4573
- Ġf aster
4574
- Ġto ward
4575
- Ġex hib
4576
- ish op
4577
- cl ock
4578
- Ġtri al
4579
- Ġfall s
4580
- . --
4581
- Ġp ic
4582
- or ter
4583
- Ġkn ight
4584
- Ġstr uck
4585
- Ġdan iel
4586
- Ġocc asion
4587
- Ġasse mb
4588
- Ġimpro ve
4589
- Ġchocol ate
4590
- c ol
4591
- r ain
4592
- s ed
4593
- Ġhar m
4594
- Ġrel ative
4595
- Ġadv ant
4596
- Ġrespons ible
4597
- Ġdestro yed
4598
- Ġlibr ary
4599
- Ġme as
4600
- az z
4601
- Ġrequ ire
4602
- Ġdress ed
4603
- Ġkenned y
4604
- Ġb ul
4605
- Ġf ought
4606
- Ġor che
4607
- Ġcon vent
4608
- Ġcl a
4609
- Ġbas ic
4610
- Ġlim ited
4611
- 6 0
4612
- Ġg ate
4613
- Ġth ir
4614
- Ġfl ow
4615
- uck y
4616
- Ġ199 8
4617
- Ġste el
4618
- Ġaud ience
4619
- Ġe ll
4620
- Ġpolit ics
4621
- Ġscott ish
4622
- Ġdesp ite
4623
- Ġalco hol
4624
- f ather
4625
- Ġdr um
4626
- ou red
4627
- Ġu lt
4628
- Ġun fortun
4629
- Ġcomp lic
4630
- Ġstate ment
4631
- Ġ199 7
4632
- Ġmag ic
4633
- Ġslight ly
4634
- Ġco al
4635
- Ġdep ress
4636
- Ġve hic
4637
- Ġbasket ball
4638
- Ġinstit ute
4639
- us hing
4640
- Ġqu it
4641
- Ġrem ark
4642
- Ġmat ters
4643
- Ġrec ent
4644
- Ġ6 0
4645
- Ġprop os
4646
- Ġaccept ed
4647
- Ġproduct s
4648
- Ġp ad
4649
- ic ide
4650
- Ġk itt
4651
- ri f
4652
- Ġco at
4653
- ick s
4654
- Ġfall ing
4655
- Ġcred it
4656
- Ġc ards
4657
- Ġh ind
4658
- Ġj os
4659
- Ġgood s
4660
- ord in
4661
- Ġfl ag
4662
- Ġbus h
4663
- Ġgun s
4664
- Ġvict ory
4665
- Ġbott le
4666
- Ġintell ig
4667
- er n
4668
- Ġn urs
4669
- Ġh orn
4670
- Ġconf ir
4671
- Ġra ise
4672
- Ġgentle man
4673
- Ġfing ers
4674
- ve y
4675
- Ġv es
4676
- l ig
4677
- he ast
4678
- Ġb are
4679
- Ġn omin
4680
- Ġdo ct
4681
- iv ity
4682
- Ġunder stood
4683
- Ġla ug
4684
- Ġkill er
4685
- Ġins pect
4686
- Ġappro ach
4687
- Ġrap id
4688
- Ġn ur
4689
- Ġst ro
4690
- am eric
4691
- Ġj a
4692
- Ġyoung er
4693
- Ġmem or
4694
- n am
4695
- p ut
4696
- v a
4697
- Ġhe ight
4698
- ill ed
4699
- Ġcar bon
4700
- ren ces
4701
- Ġwall s
4702
- Ġpull ed
4703
- Ġchem ical
4704
- r ated
4705
- Ġla ura
4706
- Ġprev iously
4707
- Ġdu ke
4708
- Ġd ying
4709
- Ġda ily
4710
- ograp hy
4711
- l ict
4712
- Ġha l
4713
- Ġtr ail
4714
- Ġsa le
4715
- Ġsure ly
4716
- Ġwee ke
4717
- Ġcoun ter
4718
- Ġnewsp aper
4719
- Ġt ha
4720
- Ġin fect
4721
- Ġe c
4722
- ke ep
4723
- Ġrest aur
4724
- Ġbrit ain
4725
- Ġoppos ite
4726
- c ar
4727
- m ay
4728
- re es
4729
- Ġk h
4730
- Ġk at
4731
- Ġpre fer
4732
- Ġ18 5
4733
- Ġcol onel
4734
- Ġpet e
4735
- 4 0
4736
- u ly
4737
- Ġd iet
4738
- Ġk r
4739
- Ġcom ment
4740
- Ġtr ave
4741
- Ġdis play
4742
- Ġass um
4743
- Ġadv ice
4744
- Ġstep s
4745
- Ġdefe ated
4746
- Ġresour ces
4747
- Ġr ick
4748
- Ġk im
4749
- im um
4750
- Ġrec om
4751
- Ġsw itch
4752
- Ġsign al
4753
- Ġill ust
4754
- ipp ing
4755
- o x
4756
- Ã ¨
4757
- le ction
4758
- Ġnot iced
4759
- ter y
4760
- Ġun iform
4761
- Ġbu ck
4762
- Ġdream s
4763
- Ġrepublic an
4764
- i as
4765
- r id
4766
- Ġas ia
4767
- Ġat h
4768
- ... "
4769
- Ġch os
4770
- Ġun like
4771
- Ġmajor ity
4772
- Ġdet ails
4773
- Ġcollect ion
4774
- Ġb un
4775
- ig an
4776
- Ġcl oud
4777
- Ġsub s
4778
- Ġmed al
4779
- Ġwin ning
4780
- Ġbud get
4781
- Ġbod ies
4782
- Ġcanad ian
4783
- Ġp ow
4784
- an n
4785
- am ing
4786
- Ġsc ale
4787
- Ġmat ches
4788
- Ġnorth west
4789
- Ġaw ful
4790
- Ġsal t
4791
- Ġappear s
4792
- Ġruss ia
4793
- Ġclos er
4794
- Ġthro at
4795
- Ġlaug hed
4796
- r om
4797
- Ġk al
4798
- Ġli qu
4799
- Ġpro ceed
4800
- ne w
4801
- Ġdam age
4802
- Ġsol ution
4803
- Ġtemper ature
4804
- Ġninet een
4805
- Ġspok en
4806
- Ġserge ant
4807
- Ġd ed
4808
- Ġgu il
4809
- Ġfl ower
4810
- Ġend s
4811
- Ġm ail
4812
- st ra
4813
- Ġcon c
4814
- ather ine
4815
- Ġrem ains
4816
- Ġprotect ion
4817
- g ers
4818
- Ġp ha
4819
- Ġl oose
4820
- Ġad op
4821
- Ġmus lim
4822
- Ġcol our
4823
- Ġprov ided
4824
- Ġbring ing
4825
- Ġfl u
4826
- Ġel iz
4827
- Ġnum er
4828
- aw a
4829
- Ġca uses
4830
- Ġtrad ition
4831
- Ġaut om
4832
- ? '
4833
- Ġt ough
4834
- Ġa im
4835
- Ġf ired
4836
- Ġp ink
4837
- it an
4838
- Ġst an
4839
- Ġshe l
4840
- Ġjo ke
4841
- Ġhigh ly
4842
- Ġ199 5
4843
- Ġav oid
4844
- Ġshoot ing
4845
- Ġchair man
4846
- Ġentire ly
4847
- Ġfreed om
4848
- Ġcoo per
4849
- m et
4850
- w ater
4851
- om a
4852
- Ġan th
4853
- Ġpr a
4854
- Ġmar ia
4855
- Ġnat han
4856
- Ġcomple ted
4857
- Ġd ip
4858
- Ġan x
4859
- Ġkn ife
4860
- Ġaf ford
4861
- Ġexp ensive
4862
- Ġ199 4
4863
- g as
4864
- ll er
4865
- id ents
4866
- ce l
4867
- Ġgl ob
4868
- Ġball s
4869
- Ġattack ed
4870
- Ġstat us
4871
- Ġtheat re
4872
- Ġbast ard
4873
- 2 5
4874
- Ġc u
4875
- Ġn avy
4876
- Ġsa v
4877
- Ġus ual
4878
- Ġconvers ation
4879
- Ġt ang
4880
- Ġw ings
4881
- nd ered
4882
- Ġup stairs
4883
- Ġcal cul
4884
- Ġrece ive
4885
- Ġsen ior
4886
- Ġforgot ten
4887
- r ate
4888
- Ġw ha
4889
- Ġc ateg
4890
- Ġu g
4891
- Ġj on
4892
- Ġcont ains
4893
- Ġintern et
4894
- c ies
4895
- u als
4896
- Ġsh irt
4897
- Ġres ist
4898
- Ġset ting
4899
- Ġsett led
4900
- on se
4901
- en ced
4902
- Ġli ps
4903
- Ġab ility
4904
- Ġgr ace
4905
- Ġbl ank
4906
- Ġsha me
4907
- Ġrem oved
4908
- Ġmat hem
4909
- Ġele ment
4910
- Ġchamp ion
4911
- Ġhang ing
4912
- Ġsex ual
4913
- m ic
4914
- Ġp owers
4915
- Ġg ain
4916
- ar ian
4917
- Ġco ck
4918
- Ġche ese
4919
- Ġsus an
4920
- Ġdiam ond
4921
- he art
4922
- im p
4923
- Ġpart ners
4924
- Ġadm it
4925
- Ġnar r
4926
- Ġartic le
4927
- Ġguil ty
4928
- i ge
4929
- Ġa ri
4930
- et t
4931
- Ġse es
4932
- Ġman ner
4933
- are n
4934
- ys is
4935
- Ġfeel ings
4936
- Ġuse ful
4937
- Ġdep art
4938
- Ġclim ate
4939
- 8 0
4940
- m it
4941
- Ġw id
4942
- Ġex er
4943
- Ġte ars
4944
- Ġcha in
4945
- Ġnorm ally
4946
- ste in
4947
- hamm ad
4948
- Ġle ge
4949
- Ġsha kes
4950
- Ġapp eal
4951
- Ġap olog
4952
- sel s
4953
- Ġlat in
4954
- Ġaustral ian
4955
- Ġneighb or
4956
- Ġdra ft
4957
- Ġexcell ent
4958
- Ġsome how
4959
- Ġown ed
4960
- Ġleg isl
4961
- Ġdan cing
4962
- Ġadv ance
4963
- Ġextreme ly
4964
- " ?
4965
- Ġt am
4966
- Ġj am
4967
- the n
4968
- Ġear n
4969
- 19 9
4970
- Ġconnect ed
4971
- u yeh
4972
- Ġd ust
4973
- ing er
4974
- Ġshe ll
4975
- Ġsp in
4976
- Ġdri ver
4977
- Ġsen ate
4978
- Ġdraw ing
4979
- Ġesc ap
4980
- Ġmart in
4981
- rib ution
4982
- Ġachie ve
4983
- Ġsymb ol
4984
- Ġcere mon
4985
- c key
4986
- Ġc ream
4987
- ir k
4988
- Ġqu ant
4989
- Ġhar ry
4990
- Ġhelp s
4991
- Ġtemp le
4992
- Ġp ill
4993
- Ġl one
4994
- Ġg ift
4995
- Ġno ise
4996
- ab or
4997
- em ic
4998
- Ġkeep s
4999
- Ġadd ons
5000
- Ġdisc ip
5001
- Ġscient ists
5002
- het ic
5003
- Ġpak istan
5004
- n ic
5005
- ing u
5006
- Ġl is
5007
- ar ing
5008
- Ġche st
5009
- Ġsw ed
5010
- pl ace
5011
- Ġje an
5012
- Ġnin ety
5013
- Ġcommer cial
5014
- ' ,
5015
- d es
5016
- m ad
5017
- Ġbe er
5018
- Ġag ric
5019
- Ġpres ence
5020
- Ġref lect
5021
- Ġfle w
5022
- à ¤
5023
- Ġt ap
5024
- Ġp ed
5025
- Ġh ug
5026
- ct ions
5027
- Ġtra ffic
5028
- Ġfif teen
5029
- Ġbow l
5030
- Ġbenef it
5031
- Ġ =
5032
- Ġs ust
5033
- ot a
5034
- Ġsome what
5035
- int end
5036
- Ġdep ut
5037
- Ġplan ned
5038
- Ġgeor g
5039
- Ġteacher s
5040
- f all
5041
- Ġha ns
5042
- ac he
5043
- Ġat e
5044
- Ġcon cent
5045
- Ġpl enty
5046
- Ġimp er
5047
- Ġhear ing
5048
- Ġeffect s
5049
- Ġagric ult
5050
- Ġa y
5051
- Ġth in
5052
- Ġk oh
5053
- ian a
5054
- Ġpart ies
5055
- Ġ3 5
5056
- Ġcons ist
5057
- Ġhigh way
5058
- Ġcol um
5059
- Ġvir t
5060
- Ġperfect ly
5061
- Ġman ip
5062
- iz es
5063
- Ġexp and
5064
- Ġappear ance
5065
- Ġcircum st
5066
- n on
5067
- o e
5068
- p et
5069
- Ġt ay
5070
- Ġo s
5071
- Ġl it
5072
- Ġk ings
5073
- ro l
5074
- Ġbut ton
5075
- Ġcon gr
5076
- Ġup set
5077
- Ġbo ston
5078
- Ġwar s
5079
- Ġcare fully
5080
- Ġpass ing
5081
- Ġdet ail
5082
- Ġsup reme
5083
- w ers
5084
- Ġp ardon
5085
- Ġdo ors
5086
- Ġfr ances
5087
- th ur
5088
- Ġpr oof
5089
- Ġshould er
5090
- Ġsar ah
5091
- Ġchos en
5092
- g il
5093
- r ant
5094
- ll e
5095
- un ched
5096
- Ġwhen ever
5097
- Ġ199 2
5098
- Ġstay ing
5099
- Ġoper ations
5100
- Ġaward ed
5101
- Ġsuggest ed
5102
- Ġn om
5103
- et ch
5104
- ol ved
5105
- Ġmar sha
5106
- Ġcol umb
5107
- Ġste am
5108
- Ġsix ty
5109
- Ġâ Ļ
5110
- h ire
5111
- k m
5112
- Ġbr ook
5113
- Ġbr az
5114
- Ġdes ire
5115
- Ġ199 1
5116
- Ġart ists
5117
- Ġunderstand ing
5118
- Ġdi ag
5119
- yl van
5120
- Ġlaugh ing
5121
- Ġpun ish
5122
- Ġinno cent
5123
- w hen
5124
- Ġf u
5125
- Ġd ish
5126
- ri e
5127
- lf riend
5128
- Ġdiv or
5129
- Ġbull et
5130
- Ġfail ure
5131
- Ġstri ke
5132
- Ġterrit ory
5133
- n is
5134
- Ġs ed
5135
- Ġn erv
5136
- ir a
5137
- Ġun ique
5138
- Ġbo om
5139
- Ġchan ging
5140
- Ġchallen ge
5141
- Ġcous in
5142
- b ow
5143
- p ea
5144
- t les
5145
- Ġp ant
5146
- Ġand rew
5147
- Ġn az
5148
- Ġh iding
5149
- Ġr oss
5150
- Ġst ations
5151
- Ġun f
5152
- Ġback ground
5153
- be y
5154
- Ġconst ruct
5155
- Ġbes ide
5156
- b or
5157
- r ick
5158
- Ġt ie
5159
- le ment
5160
- am in
5161
- Ġad vert
5162
- Ġ199 3
5163
- Ġfull y
5164
- Ġbreak ing
5165
- Ġappro x
5166
- Ġhol iday
5167
- n at
5168
- Ġs han
5169
- Ġd ave
5170
- Ġreg ional
5171
- Ġkid ding
5172
- Ġpresent ed
5173
- Ġconnect ion
5174
- Ġwat ched
5175
- 2 3
5176
- 2 4
5177
- Ġi re
5178
- Ġc ig
5179
- Ġin ha
5180
- Ġnot es
5181
- ri er
5182
- est ic
5183
- Ġjo int
5184
- Ġter ror
5185
- Ġins urance
5186
- Ġhur ric
5187
- Ġexc ited
5188
- Ġvar iety
5189
- Ġmot ion
5190
- Ġcarry ing
5191
- Ġrab bit
5192
- Ġadvant age
5193
- r ance
5194
- Ġb id
5195
- Ġse vere
5196
- Ġso le
5197
- Ġv ia
5198
- Ġpass ion
5199
- 19 7
5200
- Ġactiv ity
5201
- g or
5202
- i est
5203
- Ġk ansas
5204
- Ġch uck
5205
- Ġbr ill
5206
- Ġgr ay
5207
- Ġpur cha
5208
- Ġpian o
5209
- en ger
5210
- is y
5211
- qu ar
5212
- Ġgr an
5213
- Ġbl ame
5214
- Ġfo ld
5215
- Ġmag n
5216
- Ġresp ond
5217
- Ġhill s
5218
- wh ile
5219
- Ġviol ence
5220
- Ġhistor ical
5221
- ag ue
5222
- -- "
5223
- Ġdr am
5224
- Ġtrans form
5225
- Ġresp onse
5226
- e z
5227
- s an
5228
- Ġm and
5229
- Ġl in
5230
- ow a
5231
- Ġre action
5232
- Ġsu m
5233
- ach us
5234
- Ġwa ve
5235
- Ġsil ent
5236
- Ġhundred s
5237
- Ġant i
5238
- Ġprim ary
5239
- Ġscient ific
5240
- v ad
5241
- Ġd aw
5242
- ut ions
5243
- Ġk er
5244
- Ġst om
5245
- ul ate
5246
- Ġwr it
5247
- Ġhun ting
5248
- Ġmix ed
5249
- ylvan ia
5250
- pea re
5251
- Ġg il
5252
- Ġon line
5253
- Ġho ckey
5254
- Ġdes per
5255
- Ġele ven
5256
- Ġproduc er
5257
- Ġoccur red
5258
- Ġemer g
5259
- Ġpac ific
5260
- Ġremem bered
5261
- Ġc raw
5262
- Ġsp ect
5263
- Ġgu itar
5264
- Ġcont ain
5265
- Ġimp act
5266
- Ġown er
5267
- Ġsupp ly
5268
- Ġchr is
5269
- Ġfil ms
5270
- Ġdel iver
5271
- Ġdro ve
5272
- Ġincre ased
5273
- Ġfan cy
5274
- Ġcitiz ens
5275
- Ġst ated
5276
- Ġshe ep
5277
- Ġpo ison
5278
- Ġsha red
5279
- Ġma z
5280
- Ġche er
5281
- Ġsign s
5282
- Ġ9 0
5283
- Ġbill ion
5284
- Ġsen ator
5285
- Ġexpress ion
5286
- " ).
5287
- a res
5288
- a hedron
5289
- Ġn ations
5290
- Ġwe nd
5291
- Ġag ency
5292
- Ġsc ri
5293
- Ġsha ke
5294
- Ġid iot
5295
- Ġz eal
5296
- Ġelect ron
5297
- itz er
5298
- Ġcomfort able
5299
- Ġtong ue
5300
- d s
5301
- Ġw ise
5302
- Ġb ishop
5303
- er ves
5304
- Ġso ph
5305
- Ġmy th
5306
- Ġun s
5307
- Ġgr aph
5308
- ĠâĢ ĺ
5309
- Ġfig ures
5310
- Ġagre ement
5311
- Ġadminist ration
5312
- Ġm ich
5313
- Ġbut t
5314
- Ġal i
5315
- Ġcont ribut
5316
- tain ed
5317
- au gh
5318
- Ġste ve
5319
- Ġconf lict
5320
- Ġdisapp eared
5321
- Ġweeke nd
5322
- Ġbraz il
5323
- m other
5324
- Ġm ile
5325
- Ġsc hed
5326
- Ġthought s
5327
- Ġsal es
5328
- Ġfield s
5329
- Ġdecl ared
5330
- g ood
5331
- Ġs amp
5332
- Ġb ite
5333
- on ia
5334
- ab eth
5335
- Ġoh io
5336
- Ġcarol ina
5337
- Ġt ied
5338
- Ġa ven
5339
- Ġp ier
5340
- Ġre in
5341
- Ġr iding
5342
- Ġbr ide
5343
- Ġed ward
5344
- Ġinc red
5345
- Ġinter p
5346
- Ġpat ients
5347
- Ġgrow th
5348
- Ġentertain ment
5349
- b ra
5350
- Ġpl ate
5351
- ang le
5352
- Ġinv ited
5353
- rop ri
5354
- Ġexamp les
5355
- Ġprop osed
5356
- Ġmaterial s
5357
- Ġexecut ive
5358
- k o
5359
- Ġl es
5360
- Ġse lling
5361
- Ġv oc
5362
- ag an
5363
- Ġfall en
5364
- Ġexper iment
5365
- Ġolymp ics
5366
- Ġk han
5367
- Ġal p
5368
- Ġal ice
5369
- mo nd
5370
- Ġinst ance
5371
- Ġdut ch
5372
- Ġdestro y
5373
- Ġweap ons
5374
- Ġsettle ment
5375
- Ġexchan ge
5376
- Ġshakes peare
5377
- Ġw itch
5378
- Ġf urn
5379
- Ġf ile
5380
- Ġp ale
5381
- Ġk ong
5382
- ac le
5383
- il a
5384
- em an
5385
- Ġgood ness
5386
- Ġser ving
5387
- Ġboy friend
5388
- Ġpay ing
5389
- su ed
5390
- Ġindian a
5391
- Ġfol k
5392
- Ġappreci ate
5393
- Ġ ll
5394
- Ġs isters
5395
- an y
5396
- le g
5397
- et ts
5398
- Ġse asons
5399
- ol k
5400
- Ġcour age
5401
- Ġsle pt
5402
- Ġ7 0
5403
- Ġsqu ared
5404
- Ġindepend ence
5405
- Ġassist ant
5406
- Ġire land
5407
- d ed
5408
- l ies
5409
- Ġb unch
5410
- Ġc ake
5411
- Ġf ate
5412
- Ġn est
5413
- Ġgu est
5414
- Ġconf eder
5415
- Ġconcer t
5416
- d ge
5417
- Ġr ug
5418
- Ġsu ck
5419
- Ġch ose
5420
- Ġun known
5421
- Ġbu g
5422
- Ġjohn son
5423
- Ġorgan is
5424
- Ġ195 0
5425
- Ġnar row
5426
- Ġbase ball
5427
- Ġcrick et
5428
- Ġglob al
5429
- Ġkoh gil
5430
- Ġcongr at
5431
- Ġkohgil uyeh
5432
- u h
5433
- Ġa k
5434
- Ġwe bs
5435
- ent ially
5436
- Ġpro s
5437
- Ġfl ash
5438
- Ġdes ert
5439
- Ġvar i
5440
- Ġsol id
5441
- Ġtur key
5442
- Ġwilliam s
5443
- Ġeconom y
5444
- Ġfeat ured
5445
- Ġliter ature
5446
- Ġbord er
5447
- Ġgir lfriend
5448
- t ar
5449
- Å «
5450
- Ġd ow
5451
- or a
5452
- ly n
5453
- ch ing
5454
- ra el
5455
- Ġstr ing
5456
- Ġ3 2
5457
- Ġcle ver
5458
- Ġap artment
5459
- Ġju ice
5460
- Ġve get
5461
- Ġactiv ities
5462
- Ġemb arr
5463
- Ġsid ney
5464
- s en
5465
- Ä «
5466
- an i
5467
- Ġg ather
5468
- Ġin qu
5469
- Ġr oles
5470
- ver se
5471
- Ġne are
5472
- Ġde li
5473
- Ġdis s
5474
- Ġpre gn
5475
- ict ed
5476
- Ġold est
5477
- Ġbas is
5478
- Ġprom ot
5479
- Ġclass es
5480
- Ġsupport ed
5481
- Ġhy p
5482
- Ġbud dy
5483
- Ġcapt ured
5484
- Ġinha bit
5485
- Ġhurric ane
5486
- Ġembarr ass
5487
- Ġs ons
5488
- Ġf ame
5489
- Ġha mm
5490
- Ġab and
5491
- Ġcon sequ
5492
- Ġsee k
5493
- Ġfound ation
5494
- Ġev olution
5495
- Ġ4 5
5496
- rop ical
5497
- Ġoper a
5498
- Ġarm ed
5499
- Ġfair ly
5500
- Ġarg ument
5501
- c ont
5502
- ed ing
5503
- Ġcont est
5504
- Ġsy n
5505
- Ġfollow s
5506
- Ġadd itional
5507
- Ġrepresent ed
5508
- Ġhop ing
5509
- Ġchap ter
5510
- Ġkore a
5511
- Ġphilosop hy
5512
- g reg
5513
- m iss
5514
- o st
5515
- u le
5516
- w as
5517
- Ä ĩ
5518
- Ġj ones
5519
- ill ing
5520
- ul ated
5521
- Ġpro se
5522
- Ġar thur
5523
- Ġrid ic
5524
- Ġarrest ed
5525
- Ġweap on
5526
- m es
5527
- Ġl as
5528
- Ġr hy
5529
- Ġk a
5530
- Ġbr ad
5531
- Ġapp ly
5532
- Ġhar der
5533
- Ġreal ized
5534
- ins on
5535
- Ġpen ns
5536
- Ġtemp or
5537
- Ġassoci ated
5538
- w ide
5539
- Ġt ag
5540
- Ġe ve
5541
- Ġas pect
5542
- Ġli f
5543
- Ġfe ature
5544
- Ġpre par
5545
- Ġeat en
5546
- Ġlab el
5547
- Ġmass achus
5548
- Ġdisapp ear
5549
- Ġstom ach
5550
- Ġat m
5551
- Ġsu ffe
5552
- ind a
5553
- Ġposs ess
5554
- Ġlab our
5555
- Ġlat ter
5556
- bur gh
5557
- Ġdra wn
5558
- Ġmassachus etts
5559
- Ġmo le
5560
- Ġcon qu
5561
- Ġbr id
5562
- Ġbr ings
5563
- Ġinte gr
5564
- Ġroom s
5565
- Ġval u
5566
- Ġwonder ing
5567
- Ġbegin s
5568
- Ġbill y
5569
- Ġjer sey
5570
- Ġfal se
5571
- Ġorche stra
5572
- americ an
5573
- Ġemerg ency
5574
- m un
5575
- p es
5576
- t ure
5577
- Ġre ck
5578
- Ġso il
5579
- Ġmar g
5580
- Ġ198 9
5581
- Ġlim it
5582
- Ġburn ed
5583
- Ġrespons ibility
5584
- Ġcrim inal
5585
- it o
5586
- Ġab d
5587
- Ġtr ains
5588
- Ġest ate
5589
- Ġlevel s
5590
- Ġdisapp oint
5591
- Ġmich igan
5592
- c est
5593
- Ġt one
5594
- Ġla unched
5595
- Ġspe ll
5596
- Ġfamil iar
5597
- Ġnerv ous
5598
- Ġt ask
5599
- Ġhe av
5600
- Ġe mm
5601
- al a
5602
- Ġr ig
5603
- Ġr ice
5604
- Ġexp ed
5605
- Ġhom es
5606
- Ġassemb ly
5607
- Ġi v
5608
- in ent
5609
- Ġm s
5610
- Ġf ab
5611
- Ġr on
5612
- Ġr yan
5613
- Ġst ad
5614
- ro s
5615
- Ġro ot
5616
- Ġhy d
5617
- Ġincre asing
5618
- Ġengine ering
5619
- Ġdeterm ined
5620
- Ġug ly
5621
- 2 9
5622
- Ġp ool
5623
- Ġcl ient
5624
- Ġcomp ared
5625
- Ġac id
5626
- Ġsol ve
5627
- Ġsevent y
5628
- Ġwith d
5629
- res p
5630
- Ġche ap
5631
- Ġeng aged
5632
- Ġpain t
5633
- Ġrail road
5634
- Ġsoft ware
5635
- Ġwend y
5636
- Ġpenns ylvania
5637
- c os
5638
- n orm
5639
- Ġi owa
5640
- an ing
5641
- Ġbe ast
5642
- se ct
5643
- ur t
5644
- op h
5645
- Ġfr ame
5646
- Ġmo nday
5647
- Ġ198 8
5648
- Ġmill ions
5649
- Ġwin ner
5650
- Ġrecord ing
5651
- Ġtreat ed
5652
- 2 1
5653
- v ation
5654
- Ã ¢
5655
- Ġa is
5656
- Ġp eak
5657
- Ġsp are
5658
- Ġdist inct
5659
- br idge
5660
- Ġconcer n
5661
- igg ler
5662
- Ġeliz abeth
5663
- Ġscri pt
5664
- Ġsuffe red
5665
- Ġl inc
5666
- Ġwe alth
5667
- st one
5668
- Ġj ill
5669
- ch o
5670
- Ġpro ced
5671
- Ġfl ood
5672
- Ġz iggler
5673
- Ġem ily
5674
- Ġ197 9
5675
- Ġsqu ad
5676
- osp here
5677
- Ġdisco ver
5678
- Ġange l
5679
- Ġord inary
5680
- Ġaff airs
5681
- Ġenvironment al
5682
- z er
5683
- Ġd ies
5684
- Ġha bit
5685
- Ġv ent
5686
- Ġ( ;
5687
- Ġun us
5688
- Ġen s
5689
- Ġcha mber
5690
- olog ist
5691
- Ġhands ome
5692
- Ġcross ed
5693
- Ġcircumst ances
5694
- Ġn ut
5695
- Ġis rael
5696
- ea ks
5697
- Ġag es
5698
- Ġho lly
5699
- Ġsusp ic
5700
- t an
5701
- Ġi ii
5702
- Ġw oo
5703
- Ġn it
5704
- Ġas ide
5705
- Ġover all
5706
- Ġdec isions
5707
- Ġsix th
5708
- Ġ8 0
5709
- Ġlinc ol
5710
- Ġy ard
5711
- Ġhapp iness
5712
- Ġfind s
5713
- Ġcap ac
5714
- sh ire
5715
- Ġtown s
5716
- Ġprov in
5717
- Ġmer c
5718
- Ġcommon ly
5719
- Ġwood s
5720
- Ġwal es
5721
- d in
5722
- l ock
5723
- he im
5724
- Ġo ak
5725
- Ġcomp on
5726
- Ġ198 2
5727
- Ġhor ri
5728
- Ġeight y
5729
- Ġphot o
5730
- Ġsurv ive
5731
- Ġdetect ive
5732
- Ġwrest ling
5733
- Ġeld er
5734
- r un
5735
- he ns
5736
- Ġc ot
5737
- Ġp ul
5738
- Ġde ck
5739
- Ġpl ot
5740
- Ġfact ory
5741
- Ġ198 4
5742
- Ġmer ry
5743
- Ġmad am
5744
- r ical
5745
- Ġw ished
5746
- Ġan cest
5747
- ack s
5748
- Ġfe ather
5749
- Ġmat t
5750
- Ġgener ation
5751
- Ġstand s
5752
- Ġpri est
5753
- Ġbri g
5754
- Ġglass es
5755
- Ġhid den
5756
- b ury
5757
- r d
5758
- re ts
5759
- Ġb ol
5760
- Ġc her
5761
- et ic
5762
- ur d
5763
- Ġgot ten
5764
- Ġro ger
5765
- Ġcr ash
5766
- Ġear ned
5767
- Ġnight s
5768
- Ġgod s
5769
- Ġoffic ially
5770
- Ġsent ence
5771
- Ġdan ny
5772
- Ġrecogn ize
5773
- Ġamend ment
5774
- Ġlincol n
5775
- v is
5776
- Ġer a
5777
- Ġgar age
5778
- Ġcrit ical
5779
- Ġindust rial
5780
- Ġdepend s
5781
- Ġjew ish
5782
- Ġatlant ic
5783
- g ues
5784
- Ġha y
5785
- ur b
5786
- ch ief
5787
- em ies
5788
- Ġsm o
5789
- Ġple asant
5790
- Ġwa ited
5791
- Ġatt ended
5792
- bo x
5793
- bo y
5794
- Ġill eg
5795
- Ġlock ed
5796
- Ġcommunic ation
5797
- Ġreven ge
5798
- Ġnomin ated
5799
- Ġzeal and
5800
- Ġc ats
5801
- Ġst ir
5802
- am n
5803
- ur ally
5804
- Ġcr is
5805
- Ġed ition
5806
- Ġed itor
5807
- che ster
5808
- Ġref used
5809
- Ġport ug
5810
- Ġda wn
5811
- Ġexist ence
5812
- Ġfle et
5813
- Ġsuff ering
5814
- wor ks
5815
- h mm
5816
- t i
5817
- Ġc ute
5818
- Ġto y
5819
- Ġl en
5820
- ut her
5821
- Ġnot ed
5822
- ain e
5823
- Ġnear by
5824
- Ġbud d
5825
- Ġrecogn ized
5826
- Ġbene ath
5827
- Ġmob ile
5828
- Ġdeput y
5829
- c ue
5830
- Ġw ard
5831
- Ġm ood
5832
- Ġde an
5833
- Ġpl astic
5834
- Ġchar t
5835
- Ġbre ast
5836
- Ġ198 7
5837
- Ġshort ly
5838
- Ġexpl os
5839
- Ġfair y
5840
- aim ed
5841
- Ġschol ar
5842
- g ie
5843
- m at
5844
- in ity
5845
- Ġint ended
5846
- Ġdisco very
5847
- Ġestab lish
5848
- 2 8
5849
- Ġw ore
5850
- Ġd ump
5851
- Ġl am
5852
- Ġun c
5853
- Ġgr ade
5854
- cept ion
5855
- Ġeffort s
5856
- Ġrepe ated
5857
- Ġunfortun ately
5858
- Ġnur se
5859
- g i
5860
- Ġan na
5861
- Ġbu ying
5862
- Ġwound ed
5863
- Ġlege nd
5864
- Ġd read
5865
- le nd
5866
- ir ing
5867
- Ġall ows
5868
- Ġtr uly
5869
- Ġer ic
5870
- iz ations
5871
- Ġele ments
5872
- Ġequ als
5873
- Ġcreat ing
5874
- Ġrob in
5875
- Ġroman ized
5876
- Ġobv ious
5877
- Ġmathem at
5878
- b ly
5879
- r as
5880
- ê ¯
5881
- on ic
5882
- ll o
5883
- es h
5884
- ic ated
5885
- ac ing
5886
- Ġdes cend
5887
- Ġfriend ly
5888
- Ġspeak er
5889
- Ġprogram me
5890
- Ġeffect ive
5891
- Ġber lin
5892
- Ġbrill iant
5893
- Ġstad ium
5894
- g ment
5895
- Ġt iger
5896
- Ġs ang
5897
- Ġo we
5898
- an o
5899
- Ġsh ook
5900
- ie ce
5901
- Ġar row
5902
- Ġunder ground
5903
- Ġsm ok
5904
- Ġcons cious
5905
- Ġins p
5906
- Ġfact or
5907
- Ġir ish
5908
- Ġstat istics
5909
- Ġfort une
5910
- Ġspend ing
5911
- Ġaccom pan
5912
- Ġswim ming
5913
- Ġselect ed
5914
- Ġadmir al
5915
- j e
5916
- re p
5917
- Ġb ent
5918
- Ġm cc
5919
- Ġr ush
5920
- Ġsu icide
5921
- os es
5922
- Ġun able
5923
- Ġsur re
5924
- ger y
5925
- 19 8
5926
- Ġreport s
5927
- Ġdark ness
5928
- Ġhealth y
5929
- Ġcomb ination
5930
- Ġgard ens
5931
- Ġfol ks
5932
- Ġdom estic
5933
- Ġinvestig ation
5934
- Å į
5935
- al ous
5936
- Ġst ress
5937
- Ġso f
5938
- Ġgr av
5939
- Ġsn ake
5940
- Ġdef ense
5941
- Ġshad ow
5942
- 2 7
5943
- Ġf ishing
5944
- im in
5945
- Ġmo ves
5946
- Ġwho ever
5947
- Ġer as
5948
- Ġz one
5949
- stand ing
5950
- Ġjohn ny
5951
- Ġsort s
5952
- Ġ197 1
5953
- Ġdel ay
5954
- Ġanal ysis
5955
- Ġrand om
5956
- Ġp ity
5957
- om an
5958
- Ġk o
5959
- ust ed
5960
- ive red
5961
- ak i
5962
- Ġen emies
5963
- ree k
5964
- Ġke ys
5965
- Ġmon ster
5966
- Ġele phan
5967
- Ġret ire
5968
- Ġimport ance
5969
- Ġadv anced
5970
- Ġkent ucky
5971
- Ġlone ly
5972
- 3 5
5973
- st ar
5974
- ad ing
5975
- Ġcr uel
5976
- Ġpoint ed
5977
- Ġ198 1
5978
- Ġtre asure
5979
- Ġmer chan
5980
- Ġval ues
5981
- Ġrom antic
5982
- sp eak
5983
- ades h
5984
- Ġsymp t
5985
- Ġlect ure
5986
- Ġdoct ors
5987
- 5 00
5988
- Ġs ally
5989
- Ġg ib
5990
- Ġcomp ound
5991
- Ġz e
5992
- Ġ18 4
5993
- Ġve ctor
5994
- Ġliter ally
5995
- Ġdeg rees
5996
- Ġrefer red
5997
- Ġreview s
5998
- Ġadminist r
5999
- Ġcomplic ated
6000
- Ġhorri ble
6001
- Ġt ub
6002
- Ġb ass
6003
- Ġc av
6004
- Ġatt itude
6005
- Ġdeal ing
6006
- y our
6007
- Ġw and
6008
- Ġc em
6009
- Ġst ab
6010
- all ow
6011
- Ġv iet
6012
- Ġcon ce
6013
- Ġco re
6014
- Ġproper ly
6015
- Ġbri an
6016
- Ġcult ural
6017
- Ġcommitt ed
6018
- Ġbath room
6019
- l ar
6020
- Ã ¦
6021
- Ġm ud
6022
- Ġm ister
6023
- Ġto ile
6024
- as y
6025
- om y
6026
- ot ic
6027
- Ġst u
6028
- ak en
6029
- Ġhi red
6030
- Ġann ual
6031
- Ġbelong s
6032
- Ġb ha
6033
- ro se
6034
- Ġthr own
6035
- Ġtalk s
6036
- Ġdist ribut
6037
- Ġfun eral
6038
- Ġtou ched
6039
- Ġcry st
6040
- Ġcook ing
6041
- for ce
6042
- Ġburn ing
6043
- Ġrestaur ant
6044
- Ġmaz ra
6045
- " ),
6046
- b ble
6047
- w ing
6048
- Ã ¤
6049
- Ġto ols
6050
- ir o
6051
- Ġdo zen
6052
- Ġpro ved
6053
- ap ers
6054
- Ġcha se
6055
- Ġbu ff
6056
- Ġcommun ities
6057
- Ġexpl ained
6058
- Ġdescri be
6059
- e xt
6060
- Ġw ing
6061
- Ġw ire
6062
- Ġr ib
6063
- Ġst ol
6064
- ad s
6065
- se x
6066
- Ġas ian
6067
- Ġper man
6068
- Ġsim on
6069
- 19 6
6070
- Ġta i
6071
- Ġtur k
6072
- wh ich
6073
- Ġarr ang
6074
- Ġridic ulous
6075
- Ġmazra eh
6076
- i j
6077
- Ġb orrow
6078
- Ġc ale
6079
- Ġm ental
6080
- Ġth under
6081
- Ġj r
6082
- Ġlo yal
6083
- Ġmar ks
6084
- Ġatt orn
6085
- Ġcol ors
6086
- Ġequ ip
6087
- Ġpain ted
6088
- Ġtick et
6089
- Ġscar ce
6090
- b ased
6091
- Ġm oo
6092
- Ġf ed
6093
- Ġg oo
6094
- Ġat om
6095
- Ġsub t
6096
- Ġcoll ea
6097
- Ġ198 6
6098
- Ġ197 6
6099
- Ġtor n
6100
- Ġris ing
6101
- Ġwal ter
6102
- Ġmir ror
6103
- Ġprep are
6104
- Ġcharl ie
6105
- Ġjac ob
6106
- Ġp ension
6107
- Ġto oth
6108
- Ġto mb
6109
- al y
6110
- am an
6111
- Ġwh ist
6112
- Ġam y
6113
- Ġbel g
6114
- Ġpar ish
6115
- Ġsw itzer
6116
- Ġcreat ure
6117
- Ġstrong er
6118
- Ġcrit ics
6119
- wr iter
6120
- Ġgodd ess
6121
- Ġapplic ation
6122
- Ġmemor ial
6123
- b al
6124
- Ġj ess
6125
- Ġan ton
6126
- Ġv ision
6127
- Ġpot ential
6128
- Ġrecom mend
6129
- 7 0
6130
- Ġto ys
6131
- Ġse ed
6132
- Ġbl o
6133
- od es
6134
- Ġapp ropri
6135
- Ġinc ident
6136
- Ġbad ly
6137
- Ġ198 5
6138
- Ġfrancis co
6139
- Ġcongrat ulations
6140
- b led
6141
- r ich
6142
- Ã ´
6143
- Ġ :
6144
- Ġ vel
6145
- Ġc ant
6146
- Ġst ole
6147
- Ġsh h
6148
- Ġbr on
6149
- Ġthem e
6150
- Ġro d
6151
- Ġro de
6152
- Ġpo em
6153
- Ġbet ty
6154
- Ġperson ally
6155
- Ġbab ies
6156
- Ġprincip al
6157
- Ġwol f
6158
- Ġfant astic
6159
- Ġswitzer land
6160
- l av
6161
- ha ppy
6162
- Ġc ass
6163
- Ġd umb
6164
- Ġsa ving
6165
- Ġcal vad
6166
- Ġsec ure
6167
- Ġpur ple
6168
- Ġoper ating
6169
- Ġshop ping
6170
- Ġappl ied
6171
- Ġath let
6172
- Ġcalvad os
6173
- 3 4
6174
- Ġt ip
6175
- Ġt ropical
6176
- Ġc ert
6177
- Ġm ons
6178
- ak a
6179
- Ġdep os
6180
- Ġ5 00
6181
- Ġair craft
6182
- Ġ6 4
6183
- Ġexc iting
6184
- Ġtrack s
6185
- Ġtyp ical
6186
- Ġgodd amn
6187
- Ġwebs ite
6188
- h ot
6189
- i Äĩ
6190
- r ad
6191
- Ġt ale
6192
- Ġf ans
6193
- ing ly
6194
- im ents
6195
- Ġsh ift
6196
- Ġcomp osed
6197
- ath y
6198
- Ġmin istry
6199
- Ġsub sequ
6200
- Ġsing les
6201
- Ġger mans
6202
- Ġwind s
6203
- Ġje alous
6204
- Ġhonest ly
6205
- ĠÂ ¶
6206
- Ġfis her
6207
- h in
6208
- Ġ [
6209
- Ġw ag
6210
- ad el
6211
- Ġsh ir
6212
- out s
6213
- Ġtw in
6214
- Ġgr am
6215
- Ġsc at
6216
- Ġland s
6217
- Ġcontin ues
6218
- Ġbur st
6219
- igh s
6220
- Ġident ity
6221
- Ġneighb our
6222
- Ġox ford
6223
- Ġnumer ous
6224
- h l
6225
- Å ¡
6226
- Ġf asc
6227
- Ġan ger
6228
- Ġar k
6229
- Ġgr a
6230
- Ġdes k
6231
- Ġinter rupt
6232
- Ġ196 4
6233
- Ġber n
6234
- Ġfort un
6235
- Ġcy cle
6236
- Ġm ent
6237
- nd a
6238
- Ġp our
6239
- ce ler
6240
- Ġv ic
6241
- Ġcomm it
6242
- Ġcr ook
6243
- Ġreg ret
6244
- Ġsw ing
6245
- Ġ18 0
6246
- Ġmet ro
6247
- Ġlad der
6248
- Ġenjo yed
6249
- Ġinit ial
6250
- Ġinstr ument
6251
- Ġinstruct ions
6252
- Ġapprox imately
6253
- r ot
6254
- Ġthe ater
6255
- Ġm ath
6256
- Ġf i
6257
- um ber
6258
- Ġhow ard
6259
- Ġac celer
6260
- Ġstr anger
6261
- Ġinc ome
6262
- Ġ197 8
6263
- Ġemplo y
6264
- wor th
6265
- Ġsant a
6266
- Ġdyn asty
6267
- Ġfright ened
6268
- Ġatm osphere
6269
- Ġequip ment
6270
- h is
6271
- Ġm mm
6272
- Ġk u
6273
- Ġsp lend
6274
- Ġmill er
6275
- Ġpresident ial
6276
- Ġpap a
6277
- Ġexper t
6278
- Ġpal m
6279
- Ġsend ing
6280
- bb les
6281
- Ġnucle ar
6282
- Ġw ra
6283
- Ġb ot
6284
- Ġb os
6285
- Ġf art
6286
- Ġto ast
6287
- Ġre ference
6288
- Ġgo sh
6289
- Ġne ut
6290
- ain ts
6291
- Ġbu nd
6292
- ph y
6293
- Ġheart s
6294
- do or
6295
- Ġrul ed
6296
- Ġeras mus
6297
- 2 2
6298
- Ġs ly
6299
- Ġb ible
6300
- Ġb ones
6301
- Ġg at
6302
- it ors
6303
- Ġab b
6304
- Ġput s
6305
- Ġcr ap
6306
- Ġpu zz
6307
- Ġconvent ion
6308
- Ġmarg aret
6309
- 3 8
6310
- Ġi ra
6311
- al i
6312
- Ġme al
6313
- Ġwor ship
6314
- we ight
6315
- Ġfo c
6316
- Ġrep ut
6317
- Ġcons ult
6318
- Ġinc or
6319
- Ġ198 3
6320
- Ġ197 5
6321
- Ġclose ly
6322
- rog en
6323
- Ġinvest ment
6324
- Ġhistor ic
6325
- Ġpregn ant
6326
- f ive
6327
- Ġg ord
6328
- Ġbe ating
6329
- Ġmo s
6330
- Ġsu fficient
6331
- Ġgu ide
6332
- Ġact s
6333
- Ġass y
6334
- Ġdev ices
6335
- cri pt
6336
- Ġaltern ative
6337
- Ġgeorg ia
6338
- Ġ /
6339
- Ġb one
6340
- Ġd ub
6341
- et her
6342
- Ġli ly
6343
- Ġte en
6344
- Ġcl ay
6345
- Ġgu ar
6346
- Ġbu zz
6347
- Ġres cue
6348
- Ġend ing
6349
- Ġdist ingu
6350
- Ġdev ice
6351
- Ġphil ipp
6352
- Ġsepar ated
6353
- Ġalex ander
6354
- Ġconserv ative
6355
- y ard
6356
- Ġs ink
6357
- en cies
6358
- is er
6359
- al so
6360
- Ġsp o
6361
- Ġla unch
6362
- Ġmean while
6363
- Ġed die
6364
- ont o
6365
- Ġpub l
6366
- Ġdrink s
6367
- Ġdefe at
6368
- ο u
6369
- Ġlau ght
6370
- Ġinit i
6371
- gl as
6372
- Ġperm ission
6373
- Ġvictim s
6374
- Ġnathan iel
6375
- Ġneighbor hood
6376
- Ġimper ial
6377
- Ġa id
6378
- Ġc ord
6379
- Ġh unt
6380
- Ġre ject
6381
- Ġnot able
6382
- Ġle on
6383
- Ġsc he
6384
- Ġind ians
6385
- Ġinst ant
6386
- Ġent rance
6387
- Ġdec or
6388
- Ġconf used
6389
- Ġmark ed
6390
- Ġcontro vers
6391
- Ġexper ien
6392
- Ġroad s
6393
- Ġcre ation
6394
- Ġ193 0
6395
- Ġauthor ities
6396
- Ġprison ers
6397
- Ġinit ially
6398
- Ġol iver
6399
- Ġstu art
6400
- ! '
6401
- m ont
6402
- Ġw aves
6403
- Ġc ou
6404
- Ġp or
6405
- Ġp ages
6406
- as hing
6407
- Ġr aw
6408
- st ers
6409
- ur i
6410
- ch i
6411
- um es
6412
- Ġch op
6413
- Ġco vers
6414
- Ġgu ests
6415
- Ġpre fect
6416
- Ġcent uries
6417
- li est
6418
- Ġ197 3
6419
- Ġcheck ed
6420
- Ġclot hing
6421
- Ġsour ces
6422
- Ġinj ury
6423
- Ġpil ot
6424
- Ġsucceed ed
6425
- Ġvehic le
6426
- Ġemm a
6427
- . )
6428
- b age
6429
- e ur
6430
- g ent
6431
- he w
6432
- nd e
6433
- Ġl ung
6434
- Ġre ar
6435
- Ġj ay
6436
- Ġtr ained
6437
- Ġcl er
6438
- Ġrem ove
6439
- Ġstud ying
6440
- Ġsk ills
6441
- Ġ197 4
6442
- Ġclass ic
6443
- Ġvol ume
6444
- Ġphys ics
6445
- Ġmach ines
6446
- Ġox y
6447
- Ġast ron
6448
- Ġsurround ed
6449
- quar ters
6450
- 1 00
6451
- g t
6452
- w ich
6453
- Ġy u
6454
- Ġp ushed
6455
- Ġl an
6456
- Ġl ane
6457
- Ġg ig
6458
- Ġh ong
6459
- Ġre ward
6460
- Ġbo ats
6461
- Ġreturn ing
6462
- Ġ196 9
6463
- Ġhor ror
6464
- Ġbal ance
6465
- Ġgree ce
6466
- Ġwil son
6467
- Ġvictor ia
6468
- Ġdelic ious
6469
- Ġunus ual
6470
- Ġsympt oms
6471
- Ġs oup
6472
- Ġl ap
6473
- ly ing
6474
- Ġse l
6475
- un te
6476
- os h
6477
- Ġact ions
6478
- Ġdis ney
6479
- Ġph r
6480
- Ġpar all
6481
- Ġsl ide
6482
- Ġvo ices
6483
- Ġvis ited
6484
- Ġmur dered
6485
- Ġcop s
6486
- Ġearth qu
6487
- Ġmass ive
6488
- Ġdiffic ulty
6489
- Ġobs erved
6490
- Ġclaim ed
6491
- Ġbang l
6492
- Ġjun ior
6493
- Ġadop ted
6494
- Ġcot ton
6495
- Ġlaught er
6496
- l ong
6497
- m od
6498
- v est
6499
- w ill
6500
- Ġb bc
6501
- Ġg az
6502
- Ġv iv
6503
- Ġcon ver
6504
- Ġman s
6505
- ens es
6506
- Ġeng age
6507
- Ġsur gery
6508
- Ġass ume
6509
- Ġhold s
6510
- rop ol
6511
- Ġ194 0
6512
- Ġobs erv
6513
- Ġwat ers
6514
- Ġknock ed
6515
- Ġinspect or
6516
- Ġattorn ey
6517
- h us
6518
- re ck
6519
- Ġf oss
6520
- Ġd ale
6521
- Ġbe gg
6522
- Ġj ury
6523
- Ġar gu
6524
- the w
6525
- tern al
6526
- Ġmusic ian
6527
- Ġlead s
6528
- Ġvol unte
6529
- Ġmethod s
6530
- Ġimpress ion
6531
- Ġreve aled
6532
- Ġkore an
6533
- cons cious
6534
- Ġintellig ence
6535
- Ġliqu id
6536
- Ġstol en
6537
- 9 0
6538
- Ġt s
6539
- Ġb or
6540
- Ġm ig
6541
- Ġp ump
6542
- Ġr ud
6543
- Ġgo als
6544
- Ġcl ause
6545
- Ġreg ions
6546
- Ġbit s
6547
- Ġlist ed
6548
- pe red
6549
- Ġass ign
6550
- Ġcapt ure
6551
- Ġanal y
6552
- Ġarchitect ure
6553
- look ing
6554
- t im
6555
- Ġn uts
6556
- ot i
6557
- Ġr ivers
6558
- if ying
6559
- ag ger
6560
- Ġcl ar
6561
- Ġour s
6562
- Ġown ers
6563
- Ġchar ged
6564
- Ġbar b
6565
- Ġcur ious
6566
- aw s
6567
- Ġcomb ined
6568
- Ġblock s
6569
- Ġindivid uals
6570
- Ġguar ant
6571
- 3 6
6572
- u ous
6573
- à ¦
6574
- Ġb om
6575
- Ġd um
6576
- ic y
6577
- Ġne p
6578
- Ġv in
6579
- Ġpr ote
6580
- Ġshould ers
6581
- ens ions
6582
- Ġdes erve
6583
- Ġsit u
6584
- Ġprov ides
6585
- Ġconf idence
6586
- Ġocc as
6587
- urs day
6588
- Ġphot ograph
6589
- Ġjump ed
6590
- Ġn aked
6591
- Ġz oo
6592
- Ġda isy
6593
- Ġvide os
6594
- Ġproper ties
6595
- Ġengine er
6596
- Ġban ks
6597
- Ġescap ed
6598
- intend o
6599
- Ġinterp ret
6600
- p oint
6601
- Ġf are
6602
- Ġf uel
6603
- Ġy ell
6604
- or age
6605
- Ġl em
6606
- Ġl ately
6607
- Ġn intendo
6608
- Ġwant ing
6609
- Ġmar gin
6610
- cl ass
6611
- Ġhouse hold
6612
- Ġfriend ship
6613
- Ġins ult
6614
- Ġ197 2
6615
- Ġest im
6616
- Ġmor al
6617
- Ġnet her
6618
- Ġaffect ed
6619
- Ġbenef its
6620
- v ant
6621
- Ġp ants
6622
- Ġth ursday
6623
- Ġk an
6624
- ir st
6625
- Ġli ver
6626
- ate ful
6627
- ep ing
6628
- Ġbet ray
6629
- Ġgre g
6630
- Ġnat urally
6631
- 19 5
6632
- Ġdou glas
6633
- Ġjack et
6634
- Ġopp osed
6635
- Ġstep hen
6636
- Ġver t
6637
- Ġemplo ye
6638
- Ġcorpor ation
6639
- Ġadvent ure
6640
- ��depress ion
6641
- Ġinhabit ants
6642
- Ġexped ition
6643
- a ud
6644
- m ail
6645
- Ġm d
6646
- et ime
6647
- Ġkn ees
6648
- Ġmo de
6649
- ons ense
6650
- Ġ3 6
6651
- Ġmat thew
6652
- Ġrel ief
6653
- Ġdep th
6654
- Ġmind s
6655
- Ġ196 8
6656
- Ġinf ant
6657
- Ġcut ting
6658
- Ġfig ured
6659
- Ġsuff er
6660
- Ġwide ly
6661
- Ġsatisf ied
6662
- Ġstrug g
6663
- resp ond
6664
- Ġtoile t
6665
- l ife
6666
- Ã £
6667
- Ġb ah
6668
- an cy
6669
- Ġg ained
6670
- Ġre fe
6671
- Ġex ha
6672
- Ġpo le
6673
- Ġcont em
6674
- ff in
6675
- Ġrem aining
6676
- Ġstr ate
6677
- Ġass ault
6678
- Ġdri ven
6679
- Ġsoon er
6680
- Ġcross ing
6681
- Ġobject s
6682
- Ġpossib ility
6683
- Ġmaid en
6684
- l augh
6685
- ad or
6686
- and ie
6687
- un ting
6688
- Ġsh iv
6689
- Ġv ul
6690
- ie ur
6691
- os is
6692
- Ġsp ite
6693
- Ġdis g
6694
- og ue
6695
- og ether
6696
- Ġcour ts
6697
- Ġbit ter
6698
- Ġinterest s
6699
- ik a
6700
- Ġexpl an
6701
- Ġcop ies
6702
- eng ers
6703
- Ġdoll ar
6704
- Ġgradu ated
6705
- c alled
6706
- ot o
6707
- Ġbe ars
6708
- Ġfor b
6709
- Ġde bt
6710
- th ou
6711
- Ġbr uce
6712
- Ġ194 5
6713
- ham ed
6714
- Ġorgan ized
6715
- Ġrepresent atives
6716
- Ġhop ed
6717
- Ġscen es
6718
- Ġstrate gy
6719
- f ish
6720
- z o
6721
- Ġp iss
6722
- it ure
6723
- le ts
6724
- ot y
6725
- Ġno ble
6726
- Ġbo nd
6727
- Ġmu hammad
6728
- Ġrec ru
6729
- ib i
6730
- Ġgre et
6731
- Ġsim pl
6732
- Ġpass age
6733
- Ġelect ions
6734
- Ġdri ves
6735
- Ġprof it
6736
- Ġ15 0
6737
- Ġdel ivered
6738
- Ġview s
6739
- cher s
6740
- Ġcolumb ia
6741
- Ġinsp ired
6742
- l ord
6743
- is c
6744
- Ġh its
6745
- ap ore
6746
- Ġlet ting
6747
- Ġlea f
6748
- Ġcor respond
6749
- pect ive
6750
- Ġver te
6751
- Ġmax imum
6752
- Ġess entially
6753
- Ġceremon y
6754
- norm andie
6755
- Ġcem eter
6756
- g un
6757
- u a
6758
- ar ia
6759
- Ġbe e
6760
- Ġe ager
6761
- Ġis sued
6762
- Ġre ign
6763
- Ġno d
6764
- Ġar c
6765
- Ġpr ide
6766
- end er
6767
- Ġcons ists
6768
- Ġmet ers
6769
- Ġbas se
6770
- Ġconst it
6771
- Ġ196 3
6772
- Ġexpl ore
6773
- Ġsuper ior
6774
- Ġvers ions
6775
- Ġnecess arily
6776
- Ġitem s
6777
- Â °
6778
- Ġa ld
6779
- Ġm amm
6780
- Ġl amb
6781
- es ome
6782
- Ġimp lement
6783
- Ġstr ateg
6784
- Ġsing apore
6785
- Ġcommun ist
6786
- ph ia
6787
- Ġred uced
6788
- Ġbed room
6789
- Ġprofess ion
6790
- Ġquiet ly
6791
- fr om
6792
- Ġregard ed
6793
- Ġdun no
6794
- Ġsust ain
6795
- Ġtai wan
6796
- Ġt ues
6797
- Ġb ike
6798
- Ġc atherine
6799
- Ġd ur
6800
- Ġp ent
6801
- st ep
6802
- Ġan ch
6803
- Ġall en
6804
- Ġcon clud
6805
- em p
6806
- Ġ3 00
6807
- Ġcap able
6808
- Ġmom ents
6809
- Ġgen e
6810
- Ġhead quarters
6811
- Ġdistrict s
6812
- Ġphot os
6813
- Ġrepe at
6814
- sm ith
6815
- Ġstrug gle
6816
- a ug
6817
- Ġs ou
6818
- Ġo ption
6819
- Ġm it
6820
- Ġy um
6821
- Ġnow here
6822
- Ġlo an
6823
- own ed
6824
- Ġact ed
6825
- Ġpol ish
6826
- Ġid eal
6827
- Ġcontro lled
6828
- Ġdiscuss ion
6829
- Ġarg ent
6830
- Ġartic les
6831
- Ġtues day
6832
- h um
6833
- p ers
6834
- Ġf ier
6835
- Ġp ip
6836
- as tern
6837
- as ka
6838
- id ers
6839
- Ġas sh
6840
- her s
6841
- Ġv ast
6842
- Ġbl ast
6843
- Ġrec on
6844
- Ġans wers
6845
- Ġalong side
6846
- Ġequ ation
6847
- Ġeight een
6848
- Ġmur de
6849
- Ġ194 7
6850
- nes day
6851
- Ġgrant ed
6852
- Ġpir ates
6853
- Ġaven ue
6854
- l ers
6855
- Ġm ouse
6856
- Ġf el
6857
- Ġd oo
6858
- Ġn i
6859
- Ġcon cl
6860
- Ġag ents
6861
- Ġwhere ver
6862
- Ġke vin
6863
- Ġreg ister
6864
- Ġacc ur
6865
- Ġlist ened
6866
- Ġred uce
6867
- Ġaw esome
6868
- Ġintern al
6869
- Ġclub s
6870
- Ġvot es
6871
- Ġgoo gle
6872
- adel phia
6873
- i ac
6874
- Â ´
6875
- ã ĥ
6876
- Ġt ank
6877
- Ġc in
6878
- Ġto ol
6879
- Ġbe nd
6880
- al o
6881
- Ġan no
6882
- Ġli z
6883
- Ġco ordin
6884
- Ġcont ext
6885
- Ġsit es
6886
- Ġclass ical
6887
- iam i
6888
- Ġtele phone
6889
- ien cy
6890
- Ġwed nesday
6891
- Ġbran ches
6892
- Ġaccom pl
6893
- Ġpoll ution
6894
- Ġpha se
6895
- Ġpunish ment
6896
- Ġgord on
6897
- Ġoxy gen
6898
- Ġcemeter y
6899
- f our
6900
- Ã §
6901
- Ġhe s
6902
- Ġr ope
6903
- Ġso lo
6904
- Ġfr ag
6905
- Ġte nder
6906
- Ġpre cious
6907
- Ġfo nd
6908
- ib ly
6909
- Ġent ry
6910
- Ġland sc
6911
- Ġalbum s
6912
- Ġtor onto
6913
- Ġinde x
6914
- Ġaff air
6915
- Ġcompos er
6916
- Ġmyster y
6917
- Ġaband oned
6918
- Ġarrang ed
6919
- 3 2
6920
- p ass
6921
- Ġt u
6922
- Ġfor d
6923
- ri x
6924
- Ġal bert
6925
- Ġus eless
6926
- Ġte ar
6927
- Ġ19 20
6928
- Ġrec y
6929
- Ġsl ave
6930
- Ġchild hood
6931
- Ġconf ess
6932
- Ġill ness
6933
- Ġkiss ed
6934
- Ġemot ions
6935
- Ġelectric ity
6936
- Ġdemon str
6937
- Ġdip lom
6938
- Ġheav ily
6939
- b its
6940
- Ġs ought
6941
- er a
6942
- er able
6943
- Ġd na
6944
- Ġg ates
6945
- Ġst ores
6946
- Ġch oo
6947
- Ġbo ots
6948
- Ġsw allow
6949
- Ġhead ed
6950
- Ġpers u
6951
- Ġcoll abor
6952
- Ġmer cy
6953
- Ġ194 4
6954
- Ġaust ria
6955
- Ġcat tle
6956
- Ġpract ical
6957
- fo ot
6958
- Ġcolum n
6959
- Ġmurde rer
6960
- 3 7
6961
- g on
6962
- w ick
6963
- Ġg ross
6964
- Ġn onsense
6965
- at i
6966
- Ġth read
6967
- Ġpo nd
6968
- ord er
6969
- Ġpre cise
6970
- Ġrel ation
6971
- Ġadd ing
6972
- Ġmeet ings
6973
- Ġtri es
6974
- Ġext ended
6975
- Ġ197 7
6976
- Ġprom oted
6977
- Ġpresent ly
6978
- Ġadv oc
6979
- Ġattack s
6980
- Ġdig ital
6981
- Ġwick ed
6982
- Ġcandid ate
6983
- Ġpic ard
6984
- Ġmerchan t
6985
- Ġt um
6986
- Ġp iz
6987
- Ġin sect
6988
- Ġe ag
6989
- Ġj azz
6990
- ke l
6991
- ul ed
6992
- Ġun com
6993
- Ġwhere as
6994
- Ġind ones
6995
- Ġke lly
6996
- Ġpers ons
6997
- Ġste pped
6998
- Ġserv ant
6999
- Ġdef ence
7000
- Ġexpect ing
7001
- Ġmere ly
7002
- Ġappropri ate
7003
- r ons
7004
- Å Ł
7005
- Ġt ack
7006
- Ġy or
7007
- Ġto w
7008
- Ġh ut
7009
- ot te
7010
- Ġst ones
7011
- Ġdo ve
7012
- ust ing
7013
- Ġad j
7014
- Ġform at
7015
- Ġsur ve
7016
- Ġperson ality
7017
- Ġ196 7
7018
- Ġpick ing
7019
- Ġdaught ers
7020
- Ġtest ing
7021
- Ġproject s
7022
- Ġrev ol
7023
- Ġur ban
7024
- Ġbeg un
7025
- ĠÂ £
7026
- Ġparall el
7027
- 3 9
7028
- f it
7029
- f ly
7030
- t ake
7031
- Ġ {
7032
- Ġb c
7033
- Ġm iami
7034
- Ġd ug
7035
- us ive
7036
- Ġwas hed
7037
- Ġne at
7038
- Ġer ror
7039
- Ġwar ning
7040
- Ġreg iment
7041
- Ġim ages
7042
- Ġamong st
7043
- Ġcro at
7044
- Ġintell ect
7045
- Ġcateg ory
7046
- Ġswed en
7047
- Ġilleg al
7048
- k h
7049
- t es
7050
- v ior
7051
- Ġt ab
7052
- ou ri
7053
- Ġb um
7054
- Ġc reek
7055
- Ġf aced
7056
- Ġp ipe
7057
- us a
7058
- Ġr ings
7059
- Ġst im
7060
- ia o
7061
- Ġsc ored
7062
- ress ed
7063
- Ġsm iling
7064
- Ġform ation
7065
- Ġmet ropol
7066
- Ġ196 5
7067
- Ġoper ated
7068
- Ġphil adelphia
7069
- Ġdescri ption
7070
- Ġspirit ual
7071
- tw o
7072
- Ġdaw son
7073
- Ġais ne
7074
- Ġgat hered
7075
- Ġin cl
7076
- ar n
7077
- Ġst airs
7078
- Ġj ur
7079
- Ġas hamed
7080
- Ġne ur
7081
- Ġlo ving
7082
- Ġfin n
7083
- Ġele v
7084
- Ġinv asion
7085
- Ġpur su
7086
- Ġpos itions
7087
- Ġvill ages
7088
- Ġsail ed
7089
- ó n
7090
- b ird
7091
- Ġc ave
7092
- Ġf ulf
7093
- Ġp as
7094
- at ically
7095
- Ġth ief
7096
- Ġr ag
7097
- Ġk ha
7098
- ea ble
7099
- un a
7100
- Ġgr ateful
7101
- Ġfour teen
7102
- Ġmess ages
7103
- Ġmor gan
7104
- Ġmod els
7105
- Ġbreat hing
7106
- Ġconv in
7107
- Ġadult s
7108
- speak ing
7109
- c al
7110
- Ġo tt
7111
- an ne
7112
- Ġv on
7113
- Ġsp ar
7114
- if ts
7115
- Ġcomp ar
7116
- av an
7117
- Ġsm iled
7118
- Ġmon arch
7119
- Ġbar on
7120
- Ġstand ards
7121
- Ġunivers ities
7122
- Ġrepl ace
7123
- Ġlat est
7124
- Ġexist ing
7125
- Ġbeha vior
7126
- Ġalt ogether
7127
- Ġsplend id
7128
- 2 6
7129
- 4 5
7130
- c ase
7131
- r an
7132
- r ist
7133
- v id
7134
- v ard
7135
- z ing
7136
- Ã ±
7137
- Ġd ating
7138
- Ġand y
7139
- Ġe fficient
7140
- al ing
7141
- Ġch in
7142
- Ġco le
7143
- Ġsc rap
7144
- Ġfin ance
7145
- Ġreg ist
7146
- Ġhope fully
7147
- Ġchur ches
7148
- Ġpull ing
7149
- Ġsubject s
7150
- af ter
7151
- Ġsevent h
7152
- Ġopt im
7153
- Ġelephan t
7154
- v or
7155
- Ġsp oon
7156
- Ġro ber
7157
- Ġen orm
7158
- Ġmar s
7159
- vel ope
7160
- Ġdiffe rences
7161
- Ġcor ps
7162
- Ġcook ie
7163
- Ġtechn ical
7164
- Ġviol ent
7165
- Ġintrod uce
7166
- Ġdoc uments
7167
- Ġrac ing
7168
- Ġanth ony
7169
- Ġsmo oth
7170
- Ġa irl
7171
- Ġd al
7172
- Ġj ung
7173
- Ġse ats
7174
- Ġal f
7175
- Ġshe et
7176
- Ġcom ic
7177
- ak h
7178
- Ġres erve
7179
- Ġexper iences
7180
- Ġ194 1
7181
- Ġallow ing
7182
- Ġmexic an
7183
- Ġvac c
7184
- Ġemot ional
7185
- Ġnewsp apers
7186
- Ġira q
7187
- 9 9
7188
- t ic
7189
- Ġs i
7190
- Ġc d
7191
- at han
7192
- Ġso ap
7193
- th ree
7194
- av a
7195
- int on
7196
- Ġstr ang
7197
- Ġhat ed
7198
- Ġcamp bell
7199
- Ġclim b
7200
- Ġchampionship s
7201
- Ġlu ke
7202
- Ġthreat ened
7203
- Ġlic ense
7204
- Ġnarr ator
7205
- Ġdram atic
7206
- Ġincred ible
7207
- Ġvalu able
7208
- re te
7209
- Ġf iction
7210
- Ġg est
7211
- Ġr us
7212
- st ate
7213
- Ġwor n
7214
- Ġlo ver
7215
- Ġpr on
7216
- iss a
7217
- Ġbeing s
7218
- Ġsl a
7219
- Ġsw ift
7220
- Ġdist ribution
7221
- oun ced
7222
- Ġinter act
7223
- Ġepis odes
7224
- Ġsac rif
7225
- Ġencour age
7226
- Ġreput ation
7227
- s er
7228
- Ġy ards
7229
- it led
7230
- Ġth orough
7231
- Ġk y
7232
- Ġus er
7233
- Ġcl in
7234
- Ġset s
7235
- ott ed
7236
- Ġbreat he
7237
- Ġdesper ate
7238
- Ġpicard ie
7239
- Ġconvin ced
7240
- Ġm all
7241
- Ġy an
7242
- Ġp unch
7243
- an ium
7244
- it ter
7245
- Ġwh oops
7246
- ist ol
7247
- el a
7248
- Ġbr a
7249
- Ġen velope
7250
- Ġpart ly
7251
- Ġthr one
7252
- Ġbel t
7253
- Ġstop s
7254
- Ġbar n
7255
- Ġland ed
7256
- Ġcat al
7257
- Ġsupport ing
7258
- Ġhun ter
7259
- Ġclaim s
7260
- Ġresour ce
7261
- Ġpir ate
7262
- Ġded icated
7263
- Ġexer cise
7264
- Ġcapac ity
7265
- Ġnether lands
7266
- g s
7267
- p ent
7268
- u i
7269
- Ġa le
7270
- Ġs ung
7271
- Ġb ry
7272
- Ġp anc
7273
- ic ia
7274
- Ġr illa
7275
- Ġst raw
7276
- Ġtr ace
7277
- Ġtr ump
7278
- el ine
7279
- ort ed
7280
- Ġbo ld
7281
- Ġdown stairs
7282
- Ġworld wide
7283
- Ġche ss
7284
- Ġsy d
7285
- Ġmight y
7286
- Ġconf ident
7287
- Ġprob ability
7288
- Ġca using
7289
- Ġequ ival
7290
- Ġless on
7291
- Ġabs or
7292
- Ġtest s
7293
- Ġfif a
7294
- Ġappro ved
7295
- Ġclean ing
7296
- Ġcollect ed
7297
- Ġsand y
7298
- ky o
7299
- Ġsly ne
7300
- 3 1
7301
- r in
7302
- t v
7303
- Ġs na
7304
- Ġb ou
7305
- Ġf id
7306
- Ġy ay
7307
- Ġg le
7308
- Ġst able
7309
- Ġas ks
7310
- Ġgu ards
7311
- Ġchar ges
7312
- Ġgl or
7313
- Ġob lig
7314
- Ġret reat
7315
- Ġrest rict
7316
- Ġhur ts
7317
- Ġdevelop ing
7318
- Ġhen ce
7319
- Ġnorm an
7320
- Ġpot ato
7321
- ' ?
7322
- Ġthe rap
7323
- Ġb ars
7324
- Ġg ear
7325
- it ched
7326
- at ures
7327
- om en
7328
- ge l
7329
- if er
7330
- Ġun happy
7331
- Ġle w
7332
- Ġsc and
7333
- Ġstr ict
7334
- Ġ3 7
7335
- Ġrec all
7336
- Ġform al
7337
- Ġlarge ly
7338
- Ġstar red
7339
- Ġang le
7340
- Ġru in
7341
- Ġroman ia
7342
- Ġbeat en
7343
- Ġneg oti
7344
- Ġpurp oses
7345
- Ġappoint ment
7346
- Ġregard ing
7347
- Ġsac red
7348
- Ġexperien ced
7349
- w ear
7350
- Ġin g
7351
- ir s
7352
- Ġse ar
7353
- Ġcl are
7354
- ci ence
7355
- Ġshow er
7356
- Ġpass es
7357
- Ġste ven
7358
- Ġsweet heart
7359
- Ġcomput ers
7360
- Ġjer ry
7361
- Ġdepend ing
7362
- l rb
7363
- Ġbe es
7364
- Ġst ern
7365
- th y
7366
- Ġpe e
7367
- Ġway ne
7368
- Ġinst itution
7369
- Ġsix teen
7370
- less ly
7371
- Ġair pl
7372
- Ġext end
7373
- Ġinf in
7374
- Ġgrand pa
7375
- Ġgrand father
7376
- Ġspir its
7377
- Ġtick ets
7378
- Ġwound s
7379
- Ġnav al
7380
- Ġdiag n
7381
- Ġperman ent
7382
- Ġsche me
7383
- r rb
7384
- u its
7385
- Ġf ake
7386
- Ġp itt
7387
- Ġre aching
7388
- Ġu gh
7389
- Ġj ar
7390
- ... !
7391
- Ġun p
7392
- Ġbr ut
7393
- Ġco d
7394
- hed ral
7395
- ile y
7396
- Ġfound ing
7397
- Ġgl ory
7398
- Ġdef ined
7399
- go ing
7400
- Ġluc y
7401
- Ġren amed
7402
- Ġholly wood
7403
- Ġmons ieur
7404
- b ach
7405
- c op
7406
- t han
7407
- Ġm ack
7408
- ag ers
7409
- ne ath
7410
- Ġel imin
7411
- Ġinv ented
7412
- Ġposs ession
7413
- Ġmem ories
7414
- Ġplatform s
7415
- Ġolymp ic
7416
- Ġcabin et
7417
- Ġconfir med
7418
- he y
7419
- Ġb ure
7420
- Ġd io
7421
- Ġy ug
7422
- Ġp oo
7423
- Ġmo z
7424
- Ġup d
7425
- Ġnew ly
7426
- Ġind o
7427
- Ġexp lo
7428
- Ġmed ium
7429
- Ġpat ri
7430
- Ġdiv ide
7431
- Ġsho e
7432
- Ġorgan izations
7433
- Ġdise ases
7434
- Ġopportun ities
7435
- Ġlu x
7436
- Ġinj ured
7437
- Ġchem istry
7438
- Ġmyster ious
7439
- Ġjournal ist
7440
- Ġthir teen
7441
- Ġ Î
7442
- Ġt ube
7443
- Ġi p
7444
- Ġb av
7445
- Ġb orough
7446
- Ġd ign
7447
- Ġr idge
7448
- Ġst y
7449
- Ġsp y
7450
- Ġcl ick
7451
- Ġcl ark
7452
- Ġact ors
7453
- Ġcr imes
7454
- Ġsl ipped
7455
- Ġcap e
7456
- Ġgen us
7457
- Ġhead ing
7458
- Ġmiss ouri
7459
- Ġpass enger
7460
- Ġext ent
7461
- Ġra j
7462
- Ġadm itted
7463
- Ġpolic ies
7464
- Ġdut ies
7465
- Ġtyp ically
7466
- Ġvac ation
7467
- Ġnick n
7468
- Ġdeb ate
7469
- bour ne
7470
- Ġexhib ition
7471
- Ġrhy th
7472
- d ers
7473
- f ire
7474
- l an
7475
- Ġa z
7476
- re m
7477
- Ġd ull
7478
- ing ton
7479
- Ġr ip
7480
- Ġsh ield
7481
- Ġle an
7482
- Ġgr im
7483
- Ġcar riage
7484
- Ġma h
7485
- gin es
7486
- Ġpass engers
7487
- olog ists
7488
- cc a
7489
- Ġbill s
7490
- Ġjud y
7491
- Ġthrow ing
7492
- Ġident ified
7493
- Ġliter ary
7494
- Ġvisit ors
7495
- Ġspecific ally
7496
- Ġlis a
7497
- Ġcris is
7498
- 3 3
7499
- m outh
7500
- s ome
7501
- Ġa er
7502
- Ġs ig
7503
- ha ve
7504
- Ġp y
7505
- or al
7506
- Ġin ner
7507
- Ġk aren
7508
- Ġor th
7509
- Ġun conscious
7510
- Ġoff ering
7511
- Ġbu bble
7512
- Ġla x
7513
- be h
7514
- ful ness
7515
- Ġfound er
7516
- Ġline ar
7517
- Ġ196 6
7518
- Ġport ion
7519
- Ġru ined
7520
- Ġdin os
7521
- Ġforest s
7522
- Ġsail ing
7523
- Ġtax es
7524
- Ġble w
7525
- Ġfrequ ently
7526
- g ate
7527
- l ines
7528
- m aster
7529
- p ool
7530
- Ġs ke
7531
- Ġb in
7532
- Ġd ates
7533
- Ġp int
7534
- en ess
7535
- Ġin ch
7536
- as p
7537
- om ed
7538
- ul s
7539
- ab el
7540
- os lav
7541
- Ġbr ush
7542
- ag ne
7543
- Ġsc iences
7544
- Ġbu bbles
7545
- cl ing
7546
- Ġunder neath
7547
- uc ing
7548
- sh it
7549
- Ġinc om
7550
- ell ed
7551
- Ġwo ndered
7552
- Ġaw ake
7553
- Ġ195 4
7554
- Ġrob inson
7555
- Ġinvol ve
7556
- Ġrepresent ative
7557
- Ġlift ed
7558
- Ġgradu ate
7559
- Ġdyn am
7560
- Ġapolog ize
7561
- Ġexplan ation
7562
- i at
7563
- o ard
7564
- Ġ Ï
7565
- Ġw ins
7566
- Ġd ing
7567
- Ġy oon
7568
- ut ed
7569
- ea u
7570
- Ġv it
7571
- Ġcom r
7572
- Ġcon ven
7573
- Ġher s
7574
- Ġtr ap
7575
- Ġint ense
7576
- Ġdis ag
7577
- Ġcont ained
7578
- Ġev al
7579
- Ġyoung est
7580
- Ġchrist ians
7581
- Ġ195 6
7582
- Ġarm en
7583
- Ġeduc ational
7584
- Ġnort heast
7585
- Ġgrad ually
7586
- Ġdefin ition
7587
- Ġprim arily
7588
- Ġcell s
7589
- Ġsem i
7590
- Ġgrav ity
7591
- Ġsyd ney
7592
- e qu
7593
- m ission
7594
- Ġo sc
7595
- Ġl oo
7596
- Ġse lection
7597
- Ġwhe els
7598
- Ġal gor
7599
- Ġsp ark
7600
- Ġar gue
7601
- Ġpe ar
7602
- Ġint ent
7603
- ord inary
7604
- Ġsl ip
7605
- Ġev ident
7606
- Ġsor row
7607
- Ġacc used
7608
- Ġemp has
7609
- Ġcoun sel
7610
- Ġpriv ile
7611
- Ġsout heast
7612
- Ġroll o
7613
- Ġprincip le
7614
- Ġliber ty
7615
- Ġfro zen
7616
- Ġrelative ly
7617
- Ġves sels
7618
- Ġelectron ic
7619
- Ġsamp le
7620
- Ġdow nt
7621
- m i
7622
- m al
7623
- Ġs ie
7624
- or ous
7625
- Ġl ind
7626
- Ġg ap
7627
- ct ic
7628
- ag a
7629
- Ġpe asant
7630
- Ġla ure
7631
- Ġke en
7632
- Ġhar rison
7633
- Ġ3 4
7634
- aught er
7635
- Ġserv ants
7636
- Ġconst antly
7637
- Ġanim ated
7638
- Ġstrong ly
7639
- Ġconcer ns
7640
- Ġhol es
7641
- Ġhost ed
7642
- Ġoppos ition
7643
- Ġenter pr
7644
- Ġwis hes
7645
- Ġbac ter
7646
- Ġoccup ied
7647
- Ġcustom ers
7648
- Ġoccasion ally
7649
- Ġrapid ly
7650
- Ġalgor ith
7651
- c ia
7652
- Ġw reck
7653
- Ġl uther
7654
- Ġg um
7655
- Ġr if
7656
- Ġwh it
7657
- il ton
7658
- op her
7659
- Ġcl own
7660
- Ġmar ie
7661
- Ġinst inct
7662
- Ġob st
7663
- Ġwood en
7664
- Ġcompet e
7665
- Ġbag s
7666
- Ġpray er
7667
- Ġbeg ged
7668
- Ġwhis pered
7669
- Ġeth nic
7670
- Ġglo be
7671
- Ġadministr ative
7672
- Ġprefect ure
7673
- i ven
7674
- m el
7675
- Ġb oring
7676
- Ġp ushing
7677
- ic ians
7678
- Ġse al
7679
- Ġall ies
7680
- Ġtr aged
7681
- Ġtr unk
7682
- Ġbr u
7683
- Ġfe e
7684
- Ġen gines
7685
- Ġlet s
7686
- Ġsc ary
7687
- od ec
7688
- Ġcr ay
7689
- ens ity
7690
- Ġmon key
7691
- Ġgl en
7692
- Ġpat rick
7693
- Ġra ven
7694
- Ġcreat ive
7695
- Ġ194 8
7696
- Ġstar ring
7697
- Ġcirc uit
7698
- Ġident ify
7699
- Ġjew s
7700
- Ġprincip les
7701
- Ġrough ly
7702
- keep er
7703
- Ġpow der
7704
- Ġwrit ers
7705
- b et
7706
- h ist
7707
- p ow
7708
- re al
7709
- Ġf aint
7710
- Ġp s
7711
- Ġto lom
7712
- Ġto kyo
7713
- is en
7714
- ac les
7715
- un ts
7716
- Ġpl um
7717
- Ġus ers
7718
- ber ry
7719
- Ġwar ri
7720
- Ġatt ached
7721
- Ġkind a
7722
- Ġgen ius
7723
- Ġdeath s
7724
- ik i
7725
- Ġmer ged
7726
- Ġ194 2
7727
- Ġaust en
7728
- Ġcamp us
7729
- com ing
7730
- anc ing
7731
- Ġarri ve
7732
- Ġroll ed
7733
- Ġacqu ired
7734
- Ġprem ier
7735
- Ġfran z
7736
- Ġpoet ry
7737
- Ġconstruct ed
7738
- Ġtolom beh
7739
- c our
7740
- d iv
7741
- j ud
7742
- k ind
7743
- m ill
7744
- u ge
7745
- ã Ĥ
7746
- Ġa ck
7747
- Ġb ald
7748
- Ġm es
7749
- Ġm am
7750
- Ġf c
7751
- Ġn ed
7752
- Ġwh oo
7753
- ro ll
7754
- Ġkn ee
7755
- Ġmo lly
7756
- Ġsh ining
7757
- Ġab oard
7758
- Ġam anda
7759
- Ġfe ver
7760
- Ġjo han
7761
- Ġwr ites
7762
- Ġrep ly
7763
- Ġcount ing
7764
- ks hire
7765
- Ġhar mon
7766
- Ġlast ed
7767
- Ġgl ance
7768
- Ġland ing
7769
- Ġext ensive
7770
- Ġcreat ures
7771
- Ġhit ler
7772
- Ġ195 2
7773
- Ġdest ruction
7774
- Ġtreat y
7775
- Ġcam b
7776
- Ġcompet ed
7777
- Ġfac ulty
7778
- Ġsurv ived
7779
- Ġrelationship s
7780
- Ġsevent een
7781
- Ġcelebr ated
7782
- Ġinstr uments
7783
- Ġbun ny
7784
- f ound
7785
- g ro
7786
- m r
7787
- u ate
7788
- Ġp up
7789
- Ġse ized
7790
- Ġal ien
7791
- ag u
7792
- ud es
7793
- Ġoff ers
7794
- Ġlong est
7795
- Ġgreat ly
7796
- Ġmid night
7797
- Ġ196 1
7798
- Ġmot iv
7799
- ipp er
7800
- Ġexcept ion
7801
- Ġterri f
7802
- Ġclos ing
7803
- e enth
7804
- i y
7805
- w ind
7806
- Ġt iss
7807
- Ġd ash
7808
- Ġk ang
7809
- ab out
7810
- Ġdist ant
7811
- io let
7812
- Ġprotect ed
7813
- Ġfrank lin
7814
- Ġarri val
7815
- Ġrecogn ition
7816
- Ġextra ordinary
7817
- Ġofficial s
7818
- Ġfarm ers
7819
- Ġemot ion
7820
- Ġspr ings
7821
- Ġpainting s
7822
- Ġprovin ces
7823
- Ġearthqu ake
7824
- l ad
7825
- m ate
7826
- s ar
7827
- Ġd ial
7828
- Ġg ary
7829
- Ġse as
7830
- Ġbr us
7831
- Ġwa x
7832
- Ġ4 00
7833
- Ġinst antly
7834
- Ġtri angle
7835
- Ġ196 2
7836
- Ġvis ual
7837
- Ġpen ny
7838
- Ġ195 8
7839
- cha e
7840
- Ġpan ama
7841
- Ġchristian ity
7842
- Ġprint ed
7843
- Ġsher iff
7844
- 9 5
7845
- f uck
7846
- p ol
7847
- or ation
7848
- Ġal um
7849
- Ġsp aces
7850
- Ġer r
7851
- Ġfl ed
7852
- Ġpre ced
7853
- Ġrem ote
7854
- Ġcompan ion
7855
- Ġsound ed
7856
- Ġreason able
7857
- Ġrese ar
7858
- Ġmum my
7859
- Ġet han
7860
- Ġhous ing
7861
- Ġfaith ful
7862
- Ġkil omet
7863
- Ġconc rete
7864
- Ġneare r
7865
- Ġtempor ary
7866
- Ġdistribut ed
7867
- Ġcryst al
7868
- Ġbangl adesh
7869
- Ġ ;
7870
- er ted
7871
- Ġp hen
7872
- Ġto ss
7873
- Ġin her
7874
- Ġn y
7875
- Ġh ou
7876
- ic ing
7877
- Ġr ival
7878
- se a
7879
- Ġdo gg
7880
- Ġtr am
7881
- Ġro y
7882
- Ġad apt
7883
- ild a
7884
- lo ad
7885
- Ġoffic es
7886
- Ġsqu ir
7887
- Ġrom ance
7888
- cri ption
7889
- Ġphil ip
7890
- Ġannoun ce
7891
- Ġexec ution
7892
- Ġachie ved
7893
- Ġbare ly
7894
- Ġmuslim s
7895
- Ġincor por
7896
- a a
7897
- m ates
7898
- n ings
7899
- Ġi b
7900
- Ġc ul
7901
- Ġst orage
7902
- Ġj ord
7903
- ch uck
7904
- Ġv ain
7905
- Ġor phan
7906
- em a
7907
- Ġro ots
7908
- Ġdis miss
7909
- Ġchrist opher
7910
- Ġbat tery
7911
- Ġless ons
7912
- Ġmic he
7913
- Ġfre ud
7914
- Ġdeep ly
7915
- Ġeconom ics
7916
- Ġprison er
7917
- Ġfac ilities
7918
- Ġgri ef
7919
- Ġreck on
7920
- Ġmoo re
7921
- Ġphr ase
7922
- Ġassh ole
7923
- p her
7924
- Ġm ild
7925
- Ġd ivers
7926
- Ġn ik
7927
- as ia
7928
- Ġst ew
7929
- ge on
7930
- Ġbr ick
7931
- man n
7932
- Ġop ens
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:947ec7d2ef3f6ccfbb5c5f12ed8de810d5224c3496a27a3ca5fbbe8e2813414a
3
- size 138740205
 
 
 
 
best_model/special_tokens_map.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/task_heads/mlm_optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cecbf963775314e03faa82289a84480a18c8b050f28dc3e6a2c1d2fc2cec402c
3
- size 34849089
 
 
 
 
best_model/task_heads/mlm_scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d96f1869fb5c7cdc09afc07f1b153a4c1c087c7696518333b79e1af637abb0c
3
- size 559
 
 
 
 
best_model/task_heads/mlm_task_head.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2eacbfca9988488d93f117cc83ca902ae6b91b58bdcc092e62cc7296e64e4ada
3
- size 17424919
 
 
 
 
best_model/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
best_model/tokenizer_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "bos_token": "<s>",
4
- "cls_token": "<s>",
5
- "eos_token": "</s>",
6
- "errors": "replace",
7
- "mask_token": {
8
- "__type": "AddedToken",
9
- "content": "<mask>",
10
- "lstrip": true,
11
- "normalized": false,
12
- "rstrip": false,
13
- "single_word": false
14
- },
15
- "model_max_length": 1000000000000000019884624838656,
16
- "name_or_path": "CamBabyTrainers/CamBabyTokenizer-8192",
17
- "pad_token": "<pad>",
18
- "sep_token": "</s>",
19
- "special_tokens_map_file": null,
20
- "tokenizer_class": "RobertaTokenizer",
21
- "trim_offsets": true,
22
- "unk_token": "<unk>"
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:14cb922fe3f8e80e495ec6d49556e799b20fe3aec85b5557689267dbf66a663a
3
- size 3695
 
 
 
 
best_model/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "RobertaPreLayerNormModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 3,
 
1
  {
2
  "architectures": [
3
+ "RobertaPreLayerNormForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 3,
hydra_config_1690018007.1819203.yaml DELETED
@@ -1,57 +0,0 @@
1
- experiment:
2
- seed: 42
3
- name: default-baseline-uncleaned
4
- group: baseline
5
- dry_run: false
6
- offline_run: false
7
- resume_checkpoint_path: null
8
- resume_run_id: null
9
- dataset:
10
- name: CamBabyTrainers/BabyLM
11
- subconfig: original_strict_small
12
- tokenizer:
13
- name: CamBabyTrainers/CamBabyTokenizer-8192
14
- add_prefix_space: true
15
- data_preprocessing:
16
- include_punctuation: true
17
- join_sentences: true
18
- max_input_length: 128
19
- callback_functions: null
20
- model:
21
- name: roberta_pre_layer_norm
22
- model_kwargs:
23
- vocab_size: 8192
24
- num_hidden_layers: 10
25
- num_attention_heads: 10
26
- hidden_size: 500
27
- intermediate_size: 2000
28
- layer_norm_eps: 1.0e-05
29
- eos_token_id: 4
30
- bos_token_id: 3
31
- pad_token_id: 1
32
- tie_word_embeddings: false
33
- trainer:
34
- batch_size: 32
35
- lr: 0.001
36
- num_warmup_steps: 100000
37
- max_training_steps: 400000
38
- eval_blimp: true
39
- eval_glue: false
40
- eval_msgs: false
41
- eval_perplexity: true
42
- objective_curriculum:
43
- units:
44
- mlm:
45
- task_head_params: {}
46
- optimizer_params:
47
- lr: 0.001
48
- scheduler_params: {}
49
- optional_kwargs:
50
- mask_probability: 0.15
51
- unmask_probability: 0
52
- steps:
53
- mlm:
54
- - 0.0
55
- - 1.0
56
- data_curriculum: null
57
- vocabulary_curriculum: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/all_predictions.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ca9dea6712fabfdc7247c548e17d60046c47109f8820fe48f976d57a3db40dd
3
- size 21216924
 
 
 
 
lm_model/aoa_prediction/extracted_average_surprisals.json DELETED
@@ -1 +0,0 @@
1
- {"a": [0.33144936670968855, 12509], "an": [0.7641711983876363, 746], "a lot": [0.31657727505962735, 221], "about": [0.5722048573456802, 723], "above": [2.746903821928512, 109], "airplane": [0.35835547402033563, 124], "all": [0.3895220357982365, 1553], "all gone": [0.41721332249664034, 105], "alligator": [0.03966141177621797, 110], "am": [0.8916543472820194, 160], "and": [0.5969478121998867, 9206], "animal": [1.753914861858863, 138], "ankle": [0.22282184847311443, 75], "another": [1.5054890718273135, 491], "ant": [3.612637616507709, 105], "any": [0.8922655777693738, 403], "apple": [0.5841938817164816, 198], "applesauce": [0.2572381994050238, 100], "are": [0.4865312841352663, 2289], "arm": [1.180579580978988, 146], "around": [1.6204509782491805, 313], "asleep": [2.78472654716833, 133], "at": [0.23567492579184, 1484], "awake": [2.457677732832147, 107], "away": [0.6302351221026701, 404], "back": [0.7691670860078318, 826], "bad": [0.8642520007987817, 165], "ball": [0.38881404662696534, 255], "balloon": [0.4566935982892364, 130], "banana": [0.07829511133719225, 133], "basement": [0.12762142611277297, 103], "basket": [1.2788511736135761, 144], "bat": [0.9382163148962587, 111], "bathroom": [1.5892818288374988, 126], "bathtub": [0.015274617021968662, 105], "be": [0.1815460742517721, 1470], "beach": [0.34365211536523776, 118], "beads": [1.3163920976338999, 114], "beans": [0.054812031015249625, 224], "bear": [0.32146680926699545, 216], "because": [1.9213743553928528, 1300], "bed": [0.5674227010423827, 267], "bedroom": [2.240628079341894, 132], "bee": [0.7451017919077497, 138], "behind": [1.4807731861359266, 202], "belly button": [0.9950092602831622, 90], "belt": [1.937116631064438, 111], "bench": [0.07977404148537104, 107], "beside": [3.6196666084160314, 107], "better": [1.203492105425377, 314], "bib": [0.3922535682881803, 108], "bicycle": [0.1257979267413604, 114], "big": [1.0971292201642149, 964], "bird": [0.9037279231877179, 157], "bite": [1.2658881242296611, 161], "black": [2.260318799549943, 203], "blanket": [0.2534732632069673, 124], "block": [0.6883131836849873, 124], "blow": [2.336410600508823, 183], "blue": [1.6309589248932013, 379], "boat": [1.919908796636195, 145], "book": [0.6634686819509302, 378], "boots": [1.9372872996042256, 119], "bottle": [1.5658895928977115, 165], "bowl": [0.8430075461896283, 166], "box": [0.6640390264060158, 303], "bread": [1.5346417194086064, 191], "break": [1.313885899200647, 163], "bring": [1.1519098033700175, 256], "broken": [1.7066160651498599, 143], "broom": [0.04332168134188795, 113], "brown": [2.3177422045005693, 162], "brush": [2.100136799178775, 192], "bubbles": [1.2165593417620273, 134], "bucket": [0.2201718615125755, 122], "bug": [1.0146514753911557, 117], "build": [0.5541111794360077, 156], "bump": [1.0750188873244975, 156], "bunny": [1.595487627271711, 151], "bus": [0.5258550910846199, 182], "but": [1.0398627147999762, 1294], "butter": [0.9523727194913675, 237], "butterfly": [0.05223484921990668, 116], "button": [1.6425690566866251, 224], "buy": [0.9419363142768724, 218], "by": [1.3030753101116819, 391], "cake": [0.6260113927982394, 184], "camera": [0.46356901345045254, 121], "can": [0.421703833624274, 2853], "candy": [0.057746114927085285, 123], "car": [1.078771422146491, 370], "careful": [0.7443369537895941, 193], "carrots": [0.08176871638623526, 122], "carry": [1.8260122473291356, 139], "cat": [0.9469197574288061, 242], "catch": [0.5347991405847156, 154], "cereal": [0.610358852427005, 130], "chair": [0.9708829255687946, 454], "chalk": [0.09912313316689346, 102], "chase": [4.400401395306273, 106], "cheek": [0.15309232946249424, 101], "cheerios": [0.0823169650802965, 59], "cheese": [1.6805098089278379, 220], "chicken": [1.3988064509109561, 166], "chin": [1.7924126005624064, 130], "potato chip": [1.4686139255114223, 23], "chocolate": [1.6831347238033503, 191], "church": [0.7129530932906751, 113], "clap": [1.7039049224950737, 205], "clean": [0.8481924585086138, 240], "climb": [1.3097654160547212, 137], "clock": [0.6223354131456099, 124], "close": [1.3480316223009232, 159], "closet": [0.04220663509188012, 106], "cloud": [2.1315440754238346, 111], "coat": [1.0993212455883623, 135], "coffee": [0.9931554594923827, 154], "coke": [0.32657140738938506, 101], "cold": [1.0909895801013059, 202], "comb": [1.9477246428226553, 123], "cook": [1.878963209079956, 153], "cookie": [1.385165175773075, 145], "corn": [1.1946008527759187, 121], "couch": [0.10130050041252221, 115], "could": [1.5314726388650892, 658], "cover": [0.8566212673350015, 126], "cow": [0.7290912758076696, 154], "cracker": [0.2840814814254692, 111], "crayon": [0.137347160108763, 129], "crib": [0.2870996991390747, 104], "cry": [2.012768972907367, 123], "cup": [1.3135673552520808, 222], "cut": [1.682569289268197, 230], "cute": [1.3163173530250787, 120], "dance": [1.6195448064388565, 130], "dark": [1.4867305151829626, 142], "deer": [0.26126240168317916, 109], "diaper": [0.041016019718316, 127], "did": [0.7108081660541313, 1815], "dirty": [0.9632316387893743, 151], "dish": [2.4364978851919825, 110], "do": [0.25799543507622064, 3328], "does": [0.4238026698574308, 1031], "dog": [1.3947746404876502, 260], "doll": [1.325273715601018, 157], "dont": [2.671166366233174, 2484], "donkey": [0.06069406055100503, 109], "donut": [0.3372202274064077, 98], "door": [1.5705195697766072, 270], "down": [1.0329566783731956, 1028], "draw": [1.2217619338130765, 209], "drawer": [0.11123261043999598, 118], "dress": [0.7704258565759273, 147], "drink": [0.9076546310980691, 271], "drive": [1.060974966689932, 151], "drop": [2.714871690654797, 141], "dry": [0.961837825238114, 231], "dryer": [0.33749110447881264, 93], "duck": [1.2685724530111704, 152], "dump": [1.4162173183940467, 120], "each": [2.2561578682196686, 148], "ear": [1.2968387422724985, 130], "eat": [0.4728805731251707, 714], "egg": [0.6465299115687655, 163], "elephant": [1.1993131493810356, 145], "empty": [1.5285795558156678, 128], "every": [1.810717996039561, 175], "eye": [0.8014673868870176, 137], "face": [1.740591628398475, 261], "fall": [1.0770586112346412, 211], "fast": [0.6336698965044759, 168], "feed": [1.237398838181023, 146], "find": [0.6311606271445138, 410], "fine": [2.945771560824218, 119], "finger": [0.6361236895142083, 162], "finish": [1.2307784627321796, 179], "firetruck": [0.027666746297957918, 102], "first": [2.0638265266217006, 341], "fish": [1.2311722312000728, 214], "fit": [0.8948255320213678, 165], "fix": [1.2541604409296996, 150], "flag": [1.6243846229387118, 102], "flower": [1.1137725903919733, 129], "food": [1.2447789208106872, 265], "foot": [0.920084593584761, 198], "for": [0.2723301064088634, 1933], "fork": [0.13743578792968764, 125], "french fries": [0.9094357097607583, 101], "frog": [1.3622619164905325, 141], "full": [1.2068095383453805, 157], "game": [0.6684237027273295, 141], "garage": [0.905925023039479, 115], "garbage": [0.020232562869781753, 114], "garden": [2.200381460225886, 157], "gentle": [0.6724223091953498, 116], "get": [0.5946887763695452, 1916], "giraffe": [0.057707114066950685, 124], "give": [0.6026539018011403, 609], "glass": [1.9335226239301533, 139], "glasses": [0.830210916909045, 115], "gloves": [0.3795047222636101, 108], "glue": [0.2119814505321693, 123], "go": [0.4403462880025337, 2071], "good": [0.6849516670043911, 546], "goose": [0.11993191321004094, 116], "grapes": [0.11761696214801175, 119], "grass": [2.1923314138839487, 128], "green": [0.764505614386055, 442], "green beans": [0.277878330368872, 117], "gum": [0.9436767365208862, 104], "hair": [0.6120688297338596, 322], "hamburger": [0.06984302949506808, 117], "hammer": [0.021722848332752495, 116], "hand": [1.3437706590990959, 271], "happy": [2.2047017729773963, 194], "hard": [0.8425908880908166, 196], "hat": [1.3712923245565478, 210], "hate": [1.7769216290341878, 109], "have": [0.5695129600485098, 2460], "he": [0.4083313879119425, 2607], "head": [1.4270560221763144, 337], "hear": [0.47616701972422903, 231], "heavy": [2.295714327435502, 136], "helicopter": [0.016535185822445873, 109], "help": [0.5381056859531852, 260], "hen": [2.55082043073217, 109], "her": [0.6473142946791678, 1383], "here": [0.8293382230532124, 1292], "hers": [5.089111757689509, 116], "hide": [0.9950139177235542, 128], "high": [1.295022873800891, 278], "high chair": [2.2944829253875443, 113], "him": [0.2870499975433355, 790], "his": [0.7551029487936334, 1144], "hit": [0.7395210523523432, 176], "hold": [0.6281186228492117, 233], "home": [0.8289295923326992, 360], "horse": [1.0081964925288365, 184], "hose": [0.3081935994443064, 104], "hot": [0.9155005825483132, 215], "house": [1.4349933996481194, 437], "how": [0.3406899602263343, 893], "hug": [1.0133490127591358, 128], "hungry": [1.1986920491868809, 146], "hurry": [1.240344253864979, 123], "hurt": [0.43125482863206743, 226], "i": [2.2555012848149083, 153], "ice": [0.6218328044965832, 300], "ice cream": [0.08991120390468992, 220], "if": [0.9025143240800095, 1371], "in": [0.45972404802872496, 5638], "inside": [1.6652966477321807, 216], "into": [1.1751617014314781, 469], "is": [0.26060862351191705, 4814], "it": [0.35781377773043194, 6935], "jacket": [1.961155528941288, 116], "jar": [2.9760883221645718, 115], "jeans": [0.31477487804335, 101], "jelly": [0.09985543753378265, 148], "juice": [0.773587891001713, 270], "jump": [1.3242479939945042, 179], "keys": [1.8888306582557868, 119], "kick": [0.9207993552245171, 128], "kiss": [1.361377549554723, 169], "kitchen": [0.9301204945307312, 172], "kitty": [0.278153221903514, 162], "knee": [2.393351679509, 129], "knife": [1.2437733368076864, 124], "knock": [1.4851170968571255, 165], "ladder": [0.7630554195091211, 123], "lamb": [1.5883048950906908, 114], "lamp": [0.23457874313897117, 111], "last": [1.5961775247335106, 273], "lawn mower": [0.34667979850161607, 37], "leg": [1.4157021532920249, 156], "lick": [0.502044544549568, 123], "light": [1.5781389506366312, 178], "like": [0.8545135796507778, 2616], "lion": [0.9714232333376281, 129], "listen": [0.9992303620144412, 160], "little": [0.9944401922029726, 1567], "living room": [0.28335121062769697, 118], "lollipop": [0.4629175210036464, 106], "long": [0.9710824371692577, 244], "look": [1.1231778311512297, 1187], "loud": [0.9087051278757863, 125], "love": [0.7180161393739461, 189], "mad": [1.2821648707998192, 121], "make": [0.5945519013278584, 821], "me": [0.3103739012801198, 1627], "meat": [1.1876181548158096, 129], "medicine": [0.932170797147648, 113], "melon": [0.17266644092549288, 101], "milk": [1.4097238302465558, 246], "mine": [1.2287013674716627, 126], "mittens": [0.12494117445483145, 104], "money": [0.3483680396977191, 150], "monkey": [1.7487027408092615, 149], "moon": [1.05552492449757, 147], "moose": [0.6240720953508706, 108], "mop": [1.3850973173310714, 105], "more": [0.4991954026444326, 644], "motorcycle": [0.07830440514124001, 105], "mouse": [1.170316555541879, 144], "mouth": [0.6916676527002994, 266], "much": [0.44464397098366965, 281], "muffin": [0.2933590909458271, 109], "my": [0.5771493507033989, 1326], "myself": [2.9663995321424417, 121], "nail": [0.24464342700804786, 107], "napkin": [0.38711179850440014, 106], "naughty": [0.030298834956193794, 149], "necklace": [0.01636107471501765, 105], "need": [0.6295265966290838, 566], "new": [0.9277741961234236, 289], "nice": [0.8959000748976451, 437], "noisy": [0.14402347987416642, 115], "none": [2.2264237659719757, 106], "nose": [0.8924534513031497, 233], "not": [0.8323154157173499, 1386], "of": [0.10914544065498798, 3042], "off": [0.7587686534386137, 836], "old": [0.8106564977608129, 197], "on": [0.35572519659200896, 4829], "open": [0.722266987902039, 254], "orange": [1.5291571970349227, 217], "other": [0.5997794387067343, 586], "our": [0.8530455780382366, 402], "out": [0.7733911071510964, 1309], "outside": [2.7500055285147678, 243], "oven": [0.3064152828992002, 132], "over": [0.6901537498891066, 766], "owie": [0.6836145703512011, 100], "owl": [0.08679842463888318, 110], "paint": [1.0654670242456368, 138], "pajamas": [0.02659519497785529, 104], "pancake": [0.5934322158882943, 105], "pants": [1.0633586649845461, 149], "paper": [0.7323678862229502, 236], "park": [0.5063870711357775, 141], "party": [0.673509360545563, 137], "noodles": [0.11598024027083469, 108], "spaghetti": [0.02448873848050444, 144], "peanut butter": [0.02856504974942643, 131], "peas": [0.23091774962659642, 142], "pen": [0.5479369173466204, 260], "pencil": [0.1930811768892349, 130], "penguin": [0.008991305836599935, 108], "penis": [0.08444764034149037, 35], "penny": [0.9375129528513009, 110], "pick": [0.7310988843552986, 236], "pickle": [0.3076490476908977, 107], "picture": [0.5584252614218992, 234], "pig": [1.2384124994168288, 138], "pillow": [0.0483750030983044, 119], "pizza": [0.05472696182916019, 159], "plant": [2.058332481961541, 119], "plate": [1.1958238573023685, 164], "play": [0.9175075666965709, 725], "play dough": [1.5257128638158524, 101], "play pen": [4.467856403368597, 13], "pony": [0.13335684700882883, 105], "pool": [1.5305405408179817, 130], "poor": [1.0693735280492667, 153], "popcorn": [0.036222030581919896, 105], "popsicle": [0.28019627999155733, 101], "porch": [0.3379159371091386, 84], "potato": [2.0986476825408835, 154], "potty": [0.08156610595099034, 130], "pour": [1.8945414224301271, 159], "present": [1.4727023880913612, 123], "pretend": [2.160290889783711, 197], "pretty": [0.9869430067275113, 246], "pretzel": [1.8928466324601578, 85], "pudding": [0.04088591413995534, 106], "pull": [1.4279541023971318, 229], "pumpkin": [0.1476200719087501, 120], "puppy": [0.13479170576279453, 130], "purse": [0.18952929268829166, 116], "push": [0.6946642514173258, 212], "put": [0.30863857916418763, 2387], "puzzle": [0.07402554226632756, 138], "quiet": [1.681055776309222, 128], "radio": [1.0733948845366856, 113], "rain": [0.5335444666919187, 139], "raisin": [0.31294664722402565, 103], "read": [0.9920139320451637, 261], "red": [1.654788593917255, 377], "refrigerator": [0.021670542620667265, 109], "ride": [0.6893842175831936, 214], "rip": [3.4034278673454397, 103], "rock": [0.851843241661804, 247], "rocking chair": [0.5850702790570672, 109], "roof": [1.8474014345449858, 131], "room": [0.6675188401598946, 334], "rooster": [0.036431811522164605, 110], "run": [1.1128941183602534, 194], "sad": [2.1659743875380633, 129], "salt": [1.7555169526021928, 116], "same": [0.8500115165267974, 193], "sandbox": [0.24452572077723397, 105], "sandwich": [0.014030018641226433, 150], "sauce": [0.07318574063120724, 118], "say": [0.5802877763151353, 621], "scared": [0.9537534840588068, 117], "scarf": [0.1239339221156285, 107], "school": [1.0764799935598697, 232], "scissors": [0.20045813521931596, 117], "see": [1.030999348046951, 1490], "shake": [1.5058895779432953, 257], "share": [2.2906619146402574, 117], "she": [0.5946319294629135, 2110], "sheep": [0.9557534097420887, 145], "shirt": [1.277206232383945, 162], "shoe": [1.1917145084501526, 132], "shorts": [0.46224064906867146, 111], "shoulder": [2.0012504996310145, 106], "shovel": [0.6455932644235612, 105], "show": [0.5539724266795697, 255], "shower": [1.337466845099159, 108], "sick": [1.5336363469129024, 115], "sidewalk": [0.02139798900454778, 100], "sing": [1.019560047117565, 174], "sink": [3.8156925050680304, 121], "sit": [0.6052031537379007, 466], "skate": [0.23964331456650556, 55], "sky": [1.0127468753171012, 137], "sled": [1.1786054777861623, 91], "sleep": [0.5668355486482101, 222], "sleepy": [0.15031228051670134, 117], "slide": [2.0848821098948127, 146], "slipper": [0.19520705751141199, 106], "slow": [2.895753613215956, 110], "smile": [1.5334569877299495, 114], "sneaker": [0.4802205394986562, 22], "snow": [0.8213119670157732, 273], "snowman": [1.22760740189045, 115], "snowsuit": [3.734957311778479, 14], "so": [1.2993220361319089, 1711], "soap": [2.3729170067157566, 119], "sock": [0.6239656040762279, 113], "soda": [0.25538849477733006, 104], "sofa": [0.33116116865289563, 111], "soft": [2.5244539583018466, 134], "some": [0.9628965745481805, 1837], "soup": [1.0674159908378424, 129], "spill": [0.16138123189675593, 114], "splash": [0.6363466927994523, 160], "spoon": [1.4313829336866175, 186], "sprinkler": [0.3441803453873652, 52], "squirrel": [0.10692323903548752, 114], "stairs": [1.1629013047758034, 123], "stand": [1.0439844204021895, 174], "star": [1.0700340932730608, 121], "stay": [0.8349168366164361, 190], "stick": [1.4880598497835926, 241], "sticky": [0.3128998153765816, 132], "stone": [1.8499878306591182, 109], "stop": [1.9215985889174738, 201], "store": [0.4781905518369361, 144], "story": [0.7412661835902263, 199], "stove": [0.24859805002850927, 112], "strawberry": [0.30118492221898546, 124], "street": [0.6892360787689898, 142], "stroller": [0.3277434546554244, 104], "stuck": [1.5655920452890653, 175], "sun": [1.7578060931178945, 169], "sweater": [0.09543919279580083, 104], "sweep": [0.4493758920199231, 136], "swim": [2.0883781882585026, 144], "swing": [1.3553371924138882, 138], "table": [0.9197741283710457, 256], "take": [0.4728022179194351, 753], "talk": [0.9283927313124104, 207], "tape": [0.9418659987022427, 137], "taste": [1.4701145286206156, 140], "tear": [2.4245037426915736, 109], "teddybear": [0.204462891177356, 109], "telephone": [0.8272498558498611, 121], "that": [0.8942184152506147, 6957], "the": [0.21325678931259734, 19569], "their": [1.2264446395161972, 333], "them": [0.6749208573626274, 1254], "then": [1.3440910420492231, 1259], "there": [0.7769101183631665, 2499], "these": [1.4401433226692333, 537], "they": [0.5505780142375857, 2019], "think": [0.4465037314480206, 1537], "thirsty": [0.23249900034088652, 109], "this": [1.0081915088233475, 2558], "those": [1.5681743739695144, 567], "throw": [0.804018212126771, 235], "tickle": [0.5943346387621311, 257], "tiger": [1.4833213668376688, 155], "tights": [2.353018852798373, 89], "tiny": [2.3570983474630687, 168], "tired": [1.172459973668531, 138], "tissue": [0.16263249142409017, 124], "to": [0.21480955559922965, 6933], "toast": [3.6871153940172756, 153], "toe": [0.30872168756119445, 123], "tongue": [0.7749969224751112, 128], "too": [1.0641042115024288, 770], "tooth": [1.2927616374338498, 108], "toothbrush": [0.04884114491306574, 107], "touch": [0.8775073812296025, 158], "towel": [0.29556796245821804, 124], "toy": [2.812198679570614, 177], "tractor": [0.05441135883464505, 130], "train": [0.6236923528335355, 259], "trash": [0.3087955635605667, 107], "tray": [0.1716537507183325, 118], "tree": [0.9495782634133801, 221], "tricycle": [0.23988641479829909, 100], "truck": [0.6075056799581872, 253], "try": [1.3093377457679671, 365], "tummy": [0.43824072148478777, 139], "tuna": [0.05975082220241099, 110], "turkey": [2.7873930478006854, 117], "turtle": [0.26144665921100035, 131], "tv": [0.7953679249550287, 130], "under": [1.3099641338964627, 301], "underpants": [0.9829451833686107, 100], "up": [0.6267796857921144, 2108], "us": [0.4734046072518648, 308], "vacuum": [0.08391831625518452, 110], "vagina": [0.02190654364699185, 8], "vanilla": [0.1230058275346112, 105], "vitamins": [0.11291600604414163, 85], "wait": [1.0467490290791315, 265], "wake": [0.6498938127147051, 135], "walk": [1.0241764877881985, 285], "walker": [0.5994825590101148, 60], "wanna": [0.4107567048460763, 1356], "was": [0.5726798927345931, 1635], "wash": [1.0694848168815672, 207], "washing machine": [0.0657067203463956, 107], "watch": [0.9814584885743705, 235], "water": [1.1549219330320903, 371], "we": [0.3177280070738347, 3742], "were": [1.6645494380137489, 1040], "wet": [0.8989709272051792, 192], "what": [0.6032712416485534, 3023], "when": [0.9358237338521044, 1286], "where": [0.6395927007117502, 784], "which": [1.4025276489445713, 296], "white": [2.276238819033327, 213], "who": [1.052106324827582, 447], "why": [0.8306348183187593, 592], "will": [0.631006542968826, 579], "wind": [1.5853791575111542, 159], "window": [2.789229236355231, 166], "windy": [0.36538666356074895, 106], "wipe": [0.0877130650708548, 162], "wish": [2.0992178950297435, 127], "with": [0.3982669809808788, 2380], "wolf": [0.8473087426544609, 114], "work": [0.9164574676326959, 216], "would": [0.38235079484953255, 941], "write": [0.772337952532495, 150], "backyard": [0.5324287518339407, 100], "yellow": [2.471320761316945, 257], "yogurt": [0.010631545931319457, 116], "you": [0.3460111333053218, 17736], "your": [0.3479843073372748, 5085], "yourself": [0.8536523895761279, 186], "yucky": [0.7013057197046432, 112], "zebra": [0.00799015087425193, 116], "zipper": [0.9638002023738982, 108], "zoo": [0.9389166768204132, 142], "bottom": [1.8381670010188278, 159], "did ya": [4.058617163933448, 102], "need to": [1.0107124229962603, 139], "pop": [1.706661307392601, 342], "kleenex": [0.08482031845897323, 92], "try to": [1.400854034819579, 152], "want to": [0.2331912221203917, 144]}
 
 
lm_model/aoa_prediction/mean_absolute_deviation_results.json DELETED
@@ -1 +0,0 @@
1
- {"overall_mad": 2.0652446104822997, "n": 591, "noun_mad": 1.9920436078372508, "n_noun": 322, "predicate_mad": 1.8508322391837622, "n_predicate": 167, "functionword_mad": 2.647377834585847, "n_functionword": 102}
 
 
lm_model/config.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "architectures": [
3
- "RobertaPreLayerNormForMaskedLM"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "bos_token_id": 3,
7
- "classifier_dropout": null,
8
- "eos_token_id": 4,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 500,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 2000,
14
- "layer_norm_eps": 1e-05,
15
- "max_position_embeddings": 512,
16
- "model_type": "roberta-prelayernorm",
17
- "num_attention_heads": 10,
18
- "num_hidden_layers": 10,
19
- "pad_token_id": 1,
20
- "position_embedding_type": "absolute",
21
- "tie_word_embeddings": false,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.26.1",
24
- "type_vocab_size": 2,
25
- "use_cache": true,
26
- "vocab_size": 8192
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/all_results.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "epoch": 10.0,
3
- "eval_accuracy": 0.6320885419845581,
4
- "eval_f1": 0.750936329588015,
5
- "eval_loss": 0.6579861044883728,
6
- "eval_runtime": 0.8155,
7
- "eval_samples": 723,
8
- "eval_samples_per_second": 886.615,
9
- "eval_steps_per_second": 111.593,
10
- "train_loss": 0.6369922984730113,
11
- "train_runtime": 49.4272,
12
- "train_samples": 2072,
13
- "train_samples_per_second": 419.202,
14
- "train_steps_per_second": 6.676
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/config.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "_name_or_path": "../../checkpoints/baseline/default-baseline-uncleaned/lm_model",
3
- "architectures": [
4
- "RobertaPreLayerNormForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 3,
8
- "classifier_dropout": null,
9
- "eos_token_id": 4,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 500,
13
- "id2label": {
14
- "0": 0,
15
- "1": 1
16
- },
17
- "initializer_range": 0.02,
18
- "intermediate_size": 2000,
19
- "label2id": {
20
- "0": 0,
21
- "1": 1
22
- },
23
- "layer_norm_eps": 1e-05,
24
- "max_position_embeddings": 512,
25
- "model_type": "roberta-prelayernorm",
26
- "num_attention_heads": 10,
27
- "num_hidden_layers": 10,
28
- "pad_token_id": 1,
29
- "position_embedding_type": "absolute",
30
- "problem_type": "single_label_classification",
31
- "tie_word_embeddings": false,
32
- "torch_dtype": "float32",
33
- "transformers_version": "4.26.1",
34
- "type_vocab_size": 2,
35
- "use_cache": true,
36
- "vocab_size": 8192
37
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/eval_results.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "epoch": 10.0,
3
- "eval_accuracy": 0.6320885419845581,
4
- "eval_f1": 0.750936329588015,
5
- "eval_loss": 0.6579861044883728,
6
- "eval_runtime": 0.8155,
7
- "eval_samples": 723,
8
- "eval_samples_per_second": 886.615,
9
- "eval_steps_per_second": 111.593
10
- }
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/merges.txt DELETED
@@ -1,7932 +0,0 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
- Ġ t
3
- h e
4
- Ġ a
5
- Ġ i
6
- Ġ w
7
- Ġt he
8
- Ġ s
9
- r e
10
- Ġ o
11
- i n
12
- o u
13
- h a
14
- Ġ b
15
- e r
16
- Ġ c
17
- Ġ m
18
- n d
19
- o n
20
- Ġ f
21
- Ġ d
22
- Ġ y
23
- Ġ p
24
- in g
25
- Ġt o
26
- o r
27
- e d
28
- l l
29
- a n
30
- e n
31
- Ġ l
32
- Ġy ou
33
- e s
34
- Ġ g
35
- Ġa nd
36
- Ġi n
37
- Ġ n
38
- Ġo f
39
- i s
40
- i t
41
- a r
42
- a t
43
- ha t
44
- a s
45
- Ġ he
46
- o m
47
- Ġ h
48
- Ġi t
49
- i c
50
- o w
51
- v e
52
- Ġ ha
53
- l e
54
- Ġt h
55
- o t
56
- Ġb e
57
- Ġt hat
58
- ' s
59
- Ġ e
60
- a l
61
- u s
62
- Ġi s
63
- Ġw e
64
- u t
65
- Ġo n
66
- a y
67
- e t
68
- i on
69
- Ġ re
70
- i d
71
- Ġ r
72
- g h
73
- Ġw as
74
- l d
75
- en t
76
- Ġ k
77
- Ġs t
78
- a c
79
- v er
80
- Ġf or
81
- i m
82
- Ġ u
83
- . .
84
- a m
85
- l y
86
- s t
87
- i r
88
- a d
89
- s e
90
- Ġ j
91
- u r
92
- o o
93
- ' t
94
- gh t
95
- Ġa n
96
- Ġm e
97
- Ġd o
98
- Ġw h
99
- k e
100
- it h
101
- Ġa s
102
- Ġw ith
103
- a ll
104
- Ġs e
105
- Ġth is
106
- r o
107
- Ġw hat
108
- Ġ "
109
- Ġl i
110
- c t
111
- he r
112
- Ġs o
113
- c e
114
- Ġa re
115
- i ll
116
- Ġg o
117
- Ġn ot
118
- t er
119
- c h
120
- r i
121
- Ġa t
122
- om e
123
- Ġha ve
124
- Ġthe y
125
- Ġ 1
126
- i ght
127
- i l
128
- ou ld
129
- Ġb ut
130
- Ġn e
131
- an t
132
- us t
133
- o p
134
- Ġd e
135
- Ġf r
136
- Ġk n
137
- t h
138
- Ġn o
139
- at ion
140
- a in
141
- Ġw he
142
- Ġh is
143
- Ġa l
144
- Ġc an
145
- Ġthe re
146
- a nd
147
- Ġa ll
148
- Ġm o
149
- e a
150
- u n
151
- g e
152
- Ġm y
153
- Ġs he
154
- Ġkn ow
155
- .. .
156
- u l
157
- Ġs h
158
- Ġa b
159
- Ġs u
160
- Ġyou r
161
- o l
162
- p p
163
- ou t
164
- Ġd on
165
- Ġ v
166
- Ġo r
167
- Ġon e
168
- Ġb y
169
- es t
170
- Ġfr om
171
- Ġc om
172
- Ġc on
173
- i e
174
- er s
175
- q u
176
- ar t
177
- Ġhe r
178
- is t
179
- Ġ 2
180
- es s
181
- u m
182
- Ġt r
183
- ha n
184
- Ġu p
185
- Ġs a
186
- Ġw or
187
- re d
188
- all y
189
- Ġli ke
190
- Ġha d
191
- a b
192
- ' re
193
- o s
194
- Ġ (
195
- Ġh im
196
- Ġp l
197
- i g
198
- Ġo ut
199
- ver y
200
- Ġg et
201
- Ġ us
202
- oo k
203
- at e
204
- Ġi f
205
- Ġp ro
206
- f e
207
- n t
208
- Ġe x
209
- ac k
210
- oo d
211
- Ġj ust
212
- re s
213
- Ġs p
214
- am e
215
- Ġwh o
216
- ' m
217
- Ġab out
218
- i ve
219
- Ġwe re
220
- Ġt e
221
- a ke
222
- in k
223
- Ġd id
224
- c k
225
- ou r
226
- a p
227
- Ġhe re
228
- on e
229
- as t
230
- on g
231
- in d
232
- ou nd
233
- Ġm an
234
- e l
235
- it y
236
- â Ģ
237
- ar d
238
- e m
239
- i f
240
- or t
241
- Ġwhe n
242
- Ġa r
243
- Ġwe ll
244
- r y
245
- Ġs ome
246
- Ġw ill
247
- Ġn ow
248
- Ġ1 9
249
- Ġr ight
250
- Ġc h
251
- ic h
252
- i es
253
- Ġu n
254
- ea h
255
- Ġw ould
256
- Ġy eah
257
- Ġb r
258
- Ġl o
259
- Ġo h
260
- Ġl e
261
- Ġc o
262
- Ġh ow
263
- Ġthe m
264
- a k
265
- Ġt im
266
- Ġw ant
267
- b er
268
- Ġan y
269
- ' ll
270
- Ġth ink
271
- in e
272
- Ġ2 0
273
- a g
274
- Ġp e
275
- Ġl ook
276
- Ġg ot
277
- Ġse e
278
- Ġthe n
279
- v en
280
- Ġa m
281
- Ġin t
282
- Ġbe c
283
- ou s
284
- u d
285
- Ġwh ich
286
- o re
287
- Ġha s
288
- Ġt w
289
- h ing
290
- m ent
291
- Ġa g
292
- Ġf e
293
- Ġg r
294
- ow n
295
- Ġc l
296
- t her
297
- us e
298
- it t
299
- Ġr o
300
- Ġs ay
301
- Ġp r
302
- Ġsa id
303
- ic e
304
- ou gh
305
- Ġa f
306
- Ġ en
307
- id e
308
- Ġtim e
309
- Ġt han
310
- Ġc ome
311
- Ġg ood
312
- e p
313
- m p
314
- i p
315
- i a
316
- w ay
317
- i v
318
- Ġb o
319
- Ġbe en
320
- Ġwhe re
321
- Ġ qu
322
- Ġthe ir
323
- Ġl et
324
- e ar
325
- ' ve
326
- Ġ er
327
- ac e
328
- u re
329
- op le
330
- a re
331
- i an
332
- ic k
333
- Ġpe ople
334
- Ġmo re
335
- s o
336
- a use
337
- Ġo ther
338
- Ġgo ing
339
- n a
340
- Ġc ould
341
- e ct
342
- Ġof f
343
- Ġm ar
344
- l f
345
- r a
346
- Ġo ver
347
- re at
348
- Ġs c
349
- is h
350
- Ġo k
351
- Ġb ack
352
- Ġ very
353
- Ġf ir
354
- Ġtw o
355
- a ge
356
- re e
357
- Ġb l
358
- e nd
359
- it e
360
- ot her
361
- Ġth ing
362
- Ġa d
363
- ac t
364
- Ġwor k
365
- o se
366
- Ġp art
367
- Ġfir st
368
- Ġcom p
369
- Ġto o
370
- Ġc ha
371
- nd er
372
- ou nt
373
- as s
374
- Ġe very
375
- Ġne w
376
- - -
377
- Ġy es
378
- b le
379
- w e
380
- Ġbec ause
381
- ar y
382
- u e
383
- om et
384
- Ġj o
385
- Ġaf ter
386
- Ġd own
387
- Ġp o
388
- Ġm ay
389
- Ġw ay
390
- Ġint o
391
- Ġal so
392
- i re
393
- o d
394
- Ġc all
395
- Ġok ay
396
- as e
397
- or n
398
- at ed
399
- al k
400
- Ġo ur
401
- he d
402
- an s
403
- Ġy ear
404
- 0 0
405
- Ġs omet
406
- p t
407
- Ġon ly
408
- Ġg u
409
- ion s
410
- Ġwh y
411
- c i
412
- . "
413
- ad e
414
- itt le
415
- or d
416
- i z
417
- c o
418
- Ġl ittle
419
- Ġag ain
420
- Ġa ct
421
- Ġa c
422
- Ġt ake
423
- Ġbe t
424
- Ġb u
425
- at er
426
- Ġthe se
427
- Ġd ay
428
- Ġp er
429
- v ed
430
- ac h
431
- p er
432
- Ġpl ay
433
- i ld
434
- ou ght
435
- an ce
436
- Ġd is
437
- Ġre ally
438
- w n
439
- u b
440
- Ġf l
441
- Ġc ar
442
- ur n
443
- Ġcom m
444
- Ġs ha
445
- Ġte ll
446
- Ġcon t
447
- Ġm ake
448
- t y
449
- Ġp re
450
- Ġne ed
451
- v ing
452
- Ġm u
453
- Ġsh ould
454
- re n
455
- Ġf o
456
- f f
457
- Ġdo es
458
- Ġp ut
459
- Ġs er
460
- Ġ âĢ
461
- Ġw r
462
- res s
463
- i le
464
- a v
465
- or m
466
- Ġth r
467
- se lf
468
- c l
469
- Ġ '
470
- Ġa pp
471
- en ce
472
- an g
473
- f ore
474
- Ġu nder
475
- Ġha pp
476
- ab le
477
- th ing
478
- Ġsomet hing
479
- f t
480
- Ġl a
481
- Ġc r
482
- in t
483
- Ġe ven
484
- Ġme an
485
- at her
486
- Ġmu ch
487
- b e
488
- Ġ20 1
489
- is s
490
- Ġg on
491
- i ed
492
- Ġi nd
493
- ic t
494
- Ġd r
495
- Ġs m
496
- ic al
497
- Ġre s
498
- en s
499
- ig n
500
- Ġre p
501
- Ġgon na
502
- l es
503
- or y
504
- ul t
505
- u ck
506
- Ġc ount
507
- Ġl ong
508
- at es
509
- oo l
510
- m an
511
- Ġbe fore
512
- Ġit s
513
- Ġne ver
514
- ' d
515
- Ġm ade
516
- Ġg reat
517
- t he
518
- Ġt alk
519
- Ġh o
520
- a il
521
- l and
522
- Ġman y
523
- Ġre m
524
- Ġdid n
525
- , "
526
- Ġhe l
527
- Ġi mp
528
- Ġmo st
529
- o g
530
- y s
531
- k s
532
- Ġk e
533
- Ġc han
534
- ation s
535
- on s
536
- Ġex p
537
- i ous
538
- at h
539
- t ing
540
- it ed
541
- Ġm in
542
- Ġha nd
543
- Ġbe l
544
- i ver
545
- n e
546
- Ġu h
547
- ad y
548
- Ġm r
549
- t e
550
- u ally
551
- ve l
552
- Ġth ree
553
- Ġth ose
554
- Ġm a
555
- d ay
556
- Ġd if
557
- Ġha r
558
- Ġh i
559
- Ġl ea
560
- Ġst ill
561
- ou se
562
- i ly
563
- Ġthr ough
564
- Ġst r
565
- u ll
566
- Ġyear s
567
- Ġhel p
568
- Ġli fe
569
- v es
570
- or s
571
- Ġ 3
572
- Ġo ld
573
- it ion
574
- Ġg ive
575
- Ġc our
576
- u g
577
- w ard
578
- Ġwor ld
579
- Ġthing s
580
- Ġd es
581
- re nt
582
- Ġth ought
583
- t ain
584
- i x
585
- Ġsh ow
586
- Ġlo ve
587
- Ġp le
588
- Ġe ar
589
- Ġ20 0
590
- is e
591
- f ul
592
- g et
593
- Ġp res
594
- âĢ Ŀ
595
- Ġst art
596
- p s
597
- ĠâĢ ľ
598
- Ġas k
599
- Ġl ast
600
- ri ed
601
- Ġp h
602
- c ess
603
- m m
604
- Ġf ound
605
- Ġs ch
606
- Ġc he
607
- Ġm ust
608
- u c
609
- Ġw a
610
- Ġw ent
611
- Ġa way
612
- Ġc ame
613
- Ġh ome
614
- ll ow
615
- i al
616
- Ġw ar
617
- Ġf ind
618
- in ce
619
- Ġus ed
620
- Ġ" "
621
- Ġcall ed
622
- d er
623
- Ġdo ing
624
- one y
625
- Ġbe ing
626
- Ġp ol
627
- u ct
628
- am p
629
- c es
630
- Ġat t
631
- g in
632
- Ġp ar
633
- Ġm at
634
- Ġe nd
635
- os s
636
- Ġre c
637
- ter n
638
- Ġfor m
639
- ot h
640
- Ġsp e
641
- Ġs l
642
- Ġb ig
643
- ri end
644
- ent s
645
- Ġf am
646
- er ic
647
- Ġm on
648
- Ġsu ch
649
- Ġo p
650
- Ġf in
651
- Ġe l
652
- x t
653
- Ġn ight
654
- Ġo wn
655
- Ġgo d
656
- Ġcha r
657
- Ġtr y
658
- he s
659
- Ġh ouse
660
- en ed
661
- Ġw om
662
- a u
663
- op e
664
- Ġn ame
665
- Ġre g
666
- ing s
667
- " .
668
- Ġs y
669
- Ġl ot
670
- Ġsu re
671
- Ġi d
672
- Ġc ity
673
- l ic
674
- Ġs ame
675
- f orm
676
- Ġc ap
677
- Ġen g
678
- Ġk ind
679
- g an
680
- Ġw on
681
- Ġm om
682
- Ġdif fe
683
- Ġhe y
684
- a ve
685
- od y
686
- al s
687
- Ġg en
688
- ir l
689
- n g
690
- Ġch ild
691
- Ġer m
692
- u p
693
- Ġc are
694
- Ġan other
695
- way s
696
- Ġt urn
697
- Ġk ill
698
- Ġs w
699
- Ġsu pp
700
- Ġhe ad
701
- Ġn um
702
- Ġg l
703
- e ver
704
- Ġre l
705
- Ġam eric
706
- Ġpl ace
707
- i b
708
- Ġ .
709
- Ġfe el
710
- Ġcon s
711
- Ġm ight
712
- ��p ers
713
- Ġt ak
714
- b ody
715
- Ġsch ool
716
- n ing
717
- Ġthan k
718
- Ġ z
719
- Ġke ep
720
- g r
721
- Ġus e
722
- Ġst op
723
- y e
724
- Ġf our
725
- Ġf riend
726
- Ġc ent
727
- Ġar ound
728
- Ġ1 8
729
- Ġple ase
730
- a ir
731
- as ed
732
- Ġd ist
733
- Ġs et
734
- d y
735
- Ġ ed
736
- ut e
737
- Ġh u
738
- o ck
739
- Ġe v
740
- Ġany thing
741
- t s
742
- Ġe le
743
- Ġal ways
744
- em ber
745
- ou th
746
- Ġwh ile
747
- b r
748
- ation al
749
- Ġs ur
750
- Ġn or
751
- m o
752
- m ber
753
- ur ing
754
- Ġg irl
755
- re st
756
- Ġs or
757
- m y
758
- co nd
759
- at ing
760
- Ġwa it
761
- Ġbet ter
762
- Ġnot hing
763
- Ġ 4
764
- Ġm oney
765
- Ġle ft
766
- Ġk ing
767
- ) .
768
- Ġr un
769
- Ġt er
770
- " ,
771
- m s
772
- Ġde p
773
- Ġst ates
774
- s s
775
- Ġm us
776
- fe ct
777
- ow er
778
- Ġun ited
779
- Ġre al
780
- i o
781
- Ġac c
782
- Ġse cond
783
- Ġin v
784
- Ġin st
785
- s h
786
- Ġb it
787
- Ġ ent
788
- Ġc le
789
- Ġm et
790
- m b
791
- we en
792
- l ed
793
- cl ud
794
- Ġbel ie
795
- an k
796
- Ġdiffe rent
797
- Ġm ak
798
- a h
799
- ) ,
800
- at ch
801
- Ġbet ween
802
- Ġhi gh
803
- Ġl ist
804
- Ġin s
805
- Ġdon e
806
- ou p
807
- Ġb us
808
- Ġto ld
809
- ul ar
810
- Ġs ir
811
- Ġne xt
812
- Ġf ar
813
- Ġsor ry
814
- Ġe ver
815
- t on
816
- Ġst ud
817
- Ġpo int
818
- Ġu nt
819
- Ġwor d
820
- Ġf ather
821
- Ġo b
822
- Ġsu b
823
- Ġw ater
824
- p e
825
- Ġc ol
826
- Ġb re
827
- id ent
828
- Ġb oth
829
- Ġm en
830
- ir d
831
- Ġ 5
832
- Ġ |
833
- Ġst ate
834
- n ess
835
- Ġre t
836
- Ġs ing
837
- ic s
838
- Ġm iss
839
- i ble
840
- Ġpers on
841
- ter s
842
- Ġknow n
843
- Ġb est
844
- ci al
845
- Ã ©
846
- Ġfo llow
847
- Ġb ook
848
- Ġad d
849
- a z
850
- Ġe ach
851
- Ġas s
852
- Ġde c
853
- Ġtoo k
854
- Ġg re
855
- Ġco ll
856
- Ġact ually
857
- as on
858
- Ġm other
859
- Ġ19 9
860
- d e
861
- Ġin clud
862
- c ed
863
- Ġl ater
864
- is hed
865
- Ġon ce
866
- Ġs ince
867
- Ġd uring
868
- Ġ -
869
- Ġunt il
870
- u al
871
- g er
872
- au ght
873
- i er
874
- Ġs im
875
- Ġint e
876
- h n
877
- Ġl ar
878
- t en
879
- Ġhe ll
880
- Ġcour se
881
- j ect
882
- n o
883
- Ġpro d
884
- iver s
885
- Ġevery thing
886
- Ġp ass
887
- ri ght
888
- Ġwe e
889
- Ġp op
890
- am es
891
- ar s
892
- g ed
893
- e w
894
- ? "
895
- Ġnum ber
896
- Ġin c
897
- Ġdoes n
898
- Ġm ed
899
- Ġsa w
900
- at ive
901
- Ġse em
902
- Ġd ad
903
- Ġcomm un
904
- y es
905
- Ġf un
906
- Ġbo y
907
- Ġm m
908
- on t
909
- it s
910
- ce pt
911
- Ġgen er
912
- Ġsm all
913
- ol og
914
- it ies
915
- a le
916
- p h
917
- n er
918
- Ġmay be
919
- âĢ Ļ
920
- Ġb ar
921
- ver n
922
- v ie
923
- ro ss
924
- Ġop en
925
- ou n
926
- Ġli ght
927
- Ġyou ng
928
- r ic
929
- in s
930
- l ing
931
- ea k
932
- st and
933
- as h
934
- Ġst ay
935
- Ġjo hn
936
- Ġst and
937
- ire ct
938
- Ġto day
939
- c y
940
- is ion
941
- Ġfam ily
942
- im e
943
- u res
944
- Ġen ough
945
- u ary
946
- Ġwant ed
947
- Ġlo c
948
- Ġf ive
949
- Ġp ub
950
- or k
951
- r ow
952
- Ġst e
953
- Ġro om
954
- Ġn ice
955
- Ġin ter
956
- Ġs it
957
- Ġel se
958
- os ed
959
- Ġs outh
960
- Ġs ix
961
- Ġlea ve
962
- Ġa p
963
- Ġ --
964
- Ġs on
965
- Ġnor th
966
- Ġb ad
967
- Ġameric an
968
- Ġis n
969
- Ġch r
970
- get her
971
- m e
972
- Ġto gether
973
- l ess
974
- Ġre d
975
- he re
976
- Ġd irect
977
- Ġagain st
978
- Ġar t
979
- Ġh um
980
- n y
981
- Ġa ir
982
- Ġc ur
983
- Ġgo vern
984
- Ġwith out
985
- Ġpro ble
986
- Ġhar d
987
- Ġm il
988
- Ġm ind
989
- Ġb ro
990
- Ġho ld
991
- Ġf act
992
- Ġe as
993
- i et
994
- an e
995
- er tain
996
- ar k
997
- ver s
998
- ot t
999
- ut ion
1000
- Ġse en
1001
- Ġqu ite
1002
- Ġme et
1003
- Ġm ain
1004
- Ġfe w
1005
- Ġs k
1006
- Ġsay s
1007
- Ġbec ame
1008
- re t
1009
- Ġt ri
1010
- Ġre st
1011
- Ġli ve
1012
- l o
1013
- ut h
1014
- Ġpre t
1015
- Ġto wn
1016
- Ġre ad
1017
- Ġmo ve
1018
- Ġlook ing
1019
- Ġs ide
1020
- i fe
1021
- Ġcom ing
1022
- ab ly
1023
- Ġhe ar
1024
- if ic
1025
- Ġf il
1026
- Ġk id
1027
- c c
1028
- Ġtr ans
1029
- n ed
1030
- Ġp ri
1031
- Ġtim es
1032
- Ġl and
1033
- Ġte am
1034
- Ġ 6
1035
- Ġimp ort
1036
- Ġth ough
1037
- Ġc al
1038
- Ġchild ren
1039
- Ġs ign
1040
- un g
1041
- Ġun ivers
1042
- Ġg er
1043
- i red
1044
- is ter
1045
- Ġd ied
1046
- in ess
1047
- Ġcomp an
1048
- Ġrem ember
1049
- Ġunder stand
1050
- Ġbelie ve
1051
- ot e
1052
- g g
1053
- Ġ19 8
1054
- in es
1055
- Ġpro v
1056
- Ġm orn
1057
- Ġw alk
1058
- Ġqu est
1059
- Ġb ab
1060
- a w
1061
- Ġf ace
1062
- Ġla w
1063
- Ġh ur
1064
- re am
1065
- Ġn at
1066
- Ġe mp
1067
- Ġele ct
1068
- e ll
1069
- a red
1070
- Ġhapp ened
1071
- s on
1072
- ur y
1073
- Ġc or
1074
- Ġget ting
1075
- Ġjo b
1076
- Ġmus ic
1077
- Ġy et
1078
- Ġm ill
1079
- Ġbu ild
1080
- Ġb as
1081
- Ġmorn ing
1082
- Ġw o
1083
- Ġex t
1084
- Ġwom an
1085
- Ġd ri
1086
- p ect
1087
- Ġse c
1088
- Ġf uck
1089
- l i
1090
- is ed
1091
- en se
1092
- Ġp at
1093
- Ġday s
1094
- Ġde ath
1095
- Ġre le
1096
- ! "
1097
- Ġwho le
1098
- Ġinte rest
1099
- Ġs le
1100
- Ġp a
1101
- 1 9
1102
- Ġl ine
1103
- Ġ es
1104
- Ġbr other
1105
- u ff
1106
- Ġw in
1107
- et er
1108
- Ġcon f
1109
- Ġcount ry
1110
- Ġs ort
1111
- se l
1112
- Ġne ar
1113
- Ġhe ard
1114
- Ġask ed
1115
- Ġe m
1116
- Ġg ame
1117
- t a
1118
- r al
1119
- Ġg e
1120
- Ġp ower
1121
- it al
1122
- it her
1123
- i ent
1124
- ha r
1125
- Ġle ad
1126
- Ġp oss
1127
- Ġf ore
1128
- Ġha ving
1129
- Ġrec ord
1130
- p l
1131
- t ed
1132
- Ġso on
1133
- Ġpl an
1134
- Ġa h
1135
- r on
1136
- Ġpro b
1137
- y ing
1138
- Ġan s
1139
- c he
1140
- re w
1141
- Ġe yes
1142
- st em
1143
- Ġha lf
1144
- c er
1145
- Ġhe art
1146
- is m
1147
- Ġe at
1148
- ment s
1149
- Ġp ay
1150
- ist s
1151
- Ġw ind
1152
- Ġhim self
1153
- Ġr a
1154
- 00 0
1155
- Ġg i
1156
- Ġ ...
1157
- Ġ19 7
1158
- in a
1159
- Ġde ad
1160
- Ġfo ot
1161
- re ady
1162
- Ġc a
1163
- Ġb orn
1164
- Ġser v
1165
- Ġchr ist
1166
- Ġcount y
1167
- iz ed
1168
- Ġg ave
1169
- h ip
1170
- Ġoff ic
1171
- Ġimport ant
1172
- Ġhow ever
1173
- Ġbl ack
1174
- an na
1175
- Ġsha ll
1176
- Ġ 8
1177
- an ge
1178
- Ġal ready
1179
- b o
1180
- Ġs ong
1181
- Ġgu y
1182
- ie ld
1183
- Ġwr ong
1184
- Ġh our
1185
- Ġt y
1186
- Ġsy stem
1187
- b all
1188
- Ġex c
1189
- Ġbr ing
1190
- h o
1191
- ant s
1192
- et s
1193
- a ut
1194
- Ġw atch
1195
- b y
1196
- as ter
1197
- Ġkn ew
1198
- iz e
1199
- Ġhis t
1200
- Ġma j
1201
- Ġc ase
1202
- Ġup on
1203
- l ish
1204
- Ġn ational
1205
- Ġ 7
1206
- i ence
1207
- Ġsay ing
1208
- Ġre f
1209
- im es
1210
- us s
1211
- o c
1212
- Ġf ull
1213
- v ent
1214
- Ġpro f
1215
- Ġtalk ing
1216
- in ed
1217
- Ġsome one
1218
- Ġunivers ity
1219
- Ġ1 0
1220
- Ġs n
1221
- Ġs ound
1222
- en e
1223
- Ġwom en
1224
- b ut
1225
- Ġf ine
1226
- Ġto m
1227
- Ġret urn
1228
- Ġtry ing
1229
- Ġpres ident
1230
- Ġcon st
1231
- Ġor der
1232
- Ġf ight
1233
- pp ed
1234
- Ġs qu
1235
- Ġsp eak
1236
- Ġpr om
1237
- Ġmar k
1238
- Ġr ound
1239
- Ġal ong
1240
- Ġme ans
1241
- Ġwh ite
1242
- Ġmon th
1243
- mo st
1244
- o h
1245
- t le
1246
- ward s
1247
- Ġbe gan
1248
- i k
1249
- t o
1250
- Ġe qu
1251
- Ġde f
1252
- Ġlist en
1253
- Ġpret ty
1254
- is on
1255
- Ġc ertain
1256
- Ġstart ed
1257
- vel op
1258
- Ġle g
1259
- Ġdo or
1260
- Ġh on
1261
- Ġpart y
1262
- Ġ 9
1263
- Ġof ten
1264
- . âĢĿ
1265
- iv es
1266
- Ġb at
1267
- Ġcomp le
1268
- Ġo ri
1269
- w er
1270
- y ou
1271
- Ġcl ass
1272
- c hed
1273
- Ġto p
1274
- Ġhand s
1275
- Ġpr ot
1276
- Ġw anna
1277
- Ġd iv
1278
- ic ally
1279
- Ġg one
1280
- Ġle ar
1281
- Ġchan ge
1282
- ow s
1283
- e red
1284
- u es
1285
- Ġf all
1286
- ain s
1287
- id ed
1288
- Ġw ife
1289
- Ġ hat
1290
- Ġbre ak
1291
- Ġid ea
1292
- Ġprob ably
1293
- Ġt en
1294
- Ġcont in
1295
- ion al
1296
- Ġi ll
1297
- Ġm id
1298
- ur al
1299
- Ġp ur
1300
- Ġ ,
1301
- Ġare a
1302
- Ġ19 6
1303
- ct or
1304
- w here
1305
- Ġb ed
1306
- Ġde velop
1307
- un e
1308
- Ġst ory
1309
- Ġs we
1310
- Ġhapp en
1311
- Ġs ent
1312
- Ġsh o
1313
- s ide
1314
- Ġin f
1315
- ag es
1316
- Ġc reat
1317
- Ġp ap
1318
- st er
1319
- Ġplay ed
1320
- Ġbus iness
1321
- il ity
1322
- Ġd an
1323
- d en
1324
- Ġgr oup
1325
- Ġger man
1326
- ar ch
1327
- Ġsh ort
1328
- Ġj u
1329
- Ġl ess
1330
- am ed
1331
- Ġgo es
1332
- Ġmat ter
1333
- Ġre ady
1334
- Ġdr ink
1335
- Ġhell o
1336
- Ġwas n
1337
- ate ly
1338
- Ġgu ys
1339
- Ġgovern ment
1340
- c le
1341
- Ġbe aut
1342
- Ġs at
1343
- Ġnew s
1344
- Ġh or
1345
- Ġlo st
1346
- ro p
1347
- u red
1348
- Ġm ic
1349
- Ġ x
1350
- Ġ1 5
1351
- Ġst re
1352
- Ġc ut
1353
- r ict
1354
- Ġbab y
1355
- Ġa w
1356
- Ġproble m
1357
- Ġab le
1358
- um p
1359
- Ġcompan y
1360
- Ġmak ing
1361
- p r
1362
- Ġan im
1363
- id es
1364
- Ġmom ent
1365
- 2 0
1366
- Ġt on
1367
- Ġf ire
1368
- Ġt a
1369
- Ġsle ep
1370
- Ġha ven
1371
- Ġtr ue
1372
- Ġbl ood
1373
- Ġpol it
1374
- Ġthan ks
1375
- Ġv o
1376
- it er
1377
- Ġp ain
1378
- ra w
1379
- Ġex amp
1380
- Ġpres ent
1381
- Ġt re
1382
- Ġgo ld
1383
- Ġh ope
1384
- Ġal most
1385
- Ġpart ic
1386
- Ġm er
1387
- Ġ1 7
1388
- Ġsomet imes
1389
- Ġsu c
1390
- Ġexp l
1391
- Ġde l
1392
- Ġj an
1393
- Ġd ou
1394
- Ġeng lish
1395
- at s
1396
- Ġco nd
1397
- Ġb ur
1398
- Ġcont ro
1399
- Ġf ree
1400
- e en
1401
- Ġdis c
1402
- Ġcom es
1403
- Ġwould n
1404
- Ġwee k
1405
- Ġyour self
1406
- Ġlar ge
1407
- Ġp ick
1408
- ap an
1409
- Ġh ot
1410
- Ġwork ing
1411
- Ġex per
1412
- Ġ ve
1413
- Ġo per
1414
- il t
1415
- Ġs al
1416
- Ġv is
1417
- Ġis land
1418
- ct ion
1419
- g n
1420
- ren ce
1421
- h y
1422
- Ġa ge
1423
- Ġe ight
1424
- at or
1425
- Ġear ly
1426
- Ġv al
1427
- ic es
1428
- Ġi m
1429
- Ġad v
1430
- Ġw est
1431
- Ġori gin
1432
- Ġv ar
1433
- Ġd aught
1434
- i am
1435
- c hes
1436
- Ġp ie
1437
- Ġgr and
1438
- l er
1439
- Ġlook ed
1440
- c ent
1441
- ac es
1442
- ri es
1443
- âĢ ĵ
1444
- Ġb all
1445
- Ġbr it
1446
- ent ion
1447
- g es
1448
- Ġde al
1449
- Ġad m
1450
- Ġ est
1451
- Ġsh ip
1452
- n ot
1453
- Ġro ck
1454
- Ġbo dy
1455
- Ġgener al
1456
- Ġj apan
1457
- Ġfil m
1458
- Ġj ack
1459
- us h
1460
- Ġpub lic
1461
- r ap
1462
- Ġm ag
1463
- Ġcle ar
1464
- ain ed
1465
- i i
1466
- Ġin tern
1467
- Ġbec ome
1468
- Ġd am
1469
- Ġag o
1470
- Ġp os
1471
- Ġr om
1472
- Ġso l
1473
- ian s
1474
- r act
1475
- Ġcl ose
1476
- Ġte le
1477
- Ġm ur
1478
- am a
1479
- Ġhapp y
1480
- Ġmr s
1481
- Ġo pp
1482
- Ġ !
1483
- Ġgi ven
1484
- Ġst ation
1485
- Ġf ood
1486
- or row
1487
- Ġse ver
1488
- c on
1489
- Ġro ad
1490
- Ġl ate
1491
- Ġspe c
1492
- gr am
1493
- Ġmo vie
1494
- Ġ19 4
1495
- Ġfriend s
1496
- Ġst uff
1497
- Ġwo nder
1498
- Ġdist rict
1499
- Ġa v
1500
- Ġlook s
1501
- Ġdo g
1502
- ul ation
1503
- uct ion
1504
- Ġs il
1505
- u nd
1506
- Ġfr ance
1507
- Ġo cc
1508
- Ġbe gin
1509
- are nt
1510
- Ġquest ion
1511
- Ġ #
1512
- Ġal b
1513
- g y
1514
- us ed
1515
- Ġhu h
1516
- Ġde v
1517
- Ġgu ess
1518
- Ġst ar
1519
- o nd
1520
- Ġch ur
1521
- Ġtr a
1522
- Ġc e
1523
- Ġl ang
1524
- ĠâĢ ĵ
1525
- Ġmy self
1526
- ha m
1527
- Ġrele ased
1528
- Ġh it
1529
- Ġor gan
1530
- Ġp en
1531
- Ġs un
1532
- ent y
1533
- Ġqu ick
1534
- Ġprof ess
1535
- Ġan n
1536
- Ġbr ought
1537
- Ġp ict
1538
- Ġsever al
1539
- Ġmar ch
1540
- Ġp ast
1541
- c ri
1542
- h ind
1543
- Ġkill ed
1544
- Ġfr ont
1545
- ne y
1546
- o k
1547
- Ġre ce
1548
- Ġb ill
1549
- le y
1550
- Ġmaj or
1551
- Ġe ur
1552
- z e
1553
- Ġp ort
1554
- Ġle ast
1555
- Ġu m
1556
- Ġdaught er
1557
- Â ł
1558
- Ġpro gram
1559
- Ġex act
1560
- Ġbe hind
1561
- Ġal right
1562
- Ġf re
1563
- Ġhum an
1564
- Ġre ason
1565
- Ġjan uary
1566
- Ġtak ing
1567
- b orn
1568
- ot s
1569
- i gh
1570
- Ġword s
1571
- er ing
1572
- Ġin form
1573
- it ing
1574
- e e
1575
- Ġser ies
1576
- et y
1577
- ie f
1578
- Ġexamp le
1579
- m a
1580
- if ul
1581
- n s
1582
- Ġ1 6
1583
- Ġtak en
1584
- Ġcap tain
1585
- Ġe ither
1586
- Ġmak es
1587
- Ġdes ign
1588
- Ġb and
1589
- Ġrep ort
1590
- Ġy ork
1591
- Ġso ld
1592
- Ġche ck
1593
- Ġr ather
1594
- Ġcour t
1595
- Ġ19 5
1596
- Ġr ad
1597
- Ġlang u
1598
- ha ps
1599
- Ġmar ried
1600
- Ġmill ion
1601
- Ġ ?
1602
- ard s
1603
- Ġm ad
1604
- Ġd et
1605
- Ġcomm on
1606
- Ġall ow
1607
- es e
1608
- j o
1609
- ut es
1610
- iv ed
1611
- ious ly
1612
- Ġ1 2
1613
- r ing
1614
- Ġco st
1615
- Ġf ig
1616
- sel ves
1617
- e y
1618
- p le
1619
- Ġv ill
1620
- Ġa ust
1621
- Ġc at
1622
- Ġf a
1623
- art ment
1624
- h u
1625
- Ġi r
1626
- al th
1627
- Ġal one
1628
- Ġtr ain
1629
- Ġli ving
1630
- Ġte mp
1631
- Ġpr in
1632
- Ġpar k
1633
- Ġcould n
1634
- Ġstr ong
1635
- Ġse a
1636
- Ġsupp ort
1637
- Ġother s
1638
- m on
1639
- Ġsu per
1640
- Ġc op
1641
- g o
1642
- Ġr iver
1643
- Ġd a
1644
- ud e
1645
- Ġevery one
1646
- Ġspe cial
1647
- Ġc amp
1648
- Ġc os
1649
- Ġt ou
1650
- Ġc ir
1651
- Ġatt ack
1652
- Ġhu nd
1653
- Ġpo or
1654
- Ġsuc cess
1655
- ou d
1656
- Ġchar ac
1657
- Ġm ess
1658
- Ġchur ch
1659
- ac ed
1660
- Ġturn ed
1661
- Ġl ay
1662
- Ġhund red
1663
- Ġst ep
1664
- Ġab s
1665
- Ġbeaut iful
1666
- he ad
1667
- Ġper haps
1668
- Ġp al
1669
- f ic
1670
- p ort
1671
- Ġt est
1672
- i en
1673
- Ġth ird
1674
- Ġar m
1675
- Ġm ount
1676
- Ġthink ing
1677
- itt en
1678
- el t
1679
- Ġ 0
1680
- Ġc oun
1681
- olog y
1682
- Ġear th
1683
- Ġdo ctor
1684
- b ed
1685
- Ġf if
1686
- Ġl ady
1687
- Ġres p
1688
- Ġoff ice
1689
- w hat
1690
- , âĢĿ
1691
- Ġper form
1692
- g ue
1693
- mb ers
1694
- d le
1695
- Ġwith in
1696
- Ġge or
1697
- c om
1698
- Ġe ast
1699
- Ġ $
1700
- Ġsu mm
1701
- um b
1702
- Ġswe et
1703
- Ġalb um
1704
- on es
1705
- i qu
1706
- p ed
1707
- i um
1708
- Ġus ually
1709
- Ġins ide
1710
- Ġd ie
1711
- Ġde ar
1712
- Ġto t
1713
- ull y
1714
- Ġeur ope
1715
- in o
1716
- Ġv ir
1717
- Ġw all
1718
- os p
1719
- Ġgr ow
1720
- ren ch
1721
- Ġf air
1722
- Ġn amed
1723
- b and
1724
- Ġstre et
1725
- ll y
1726
- Ġre co
1727
- p ar
1728
- o ve
1729
- Ġc ross
1730
- al ity
1731
- em ent
1732
- Ġhist ory
1733
- Ġf ur
1734
- Ġbrit ish
1735
- Ġc oup
1736
- Ġy e
1737
- Ġh y
1738
- Ġgre en
1739
- ap e
1740
- am ent
1741
- Ġse pt
1742
- Ġfollow ing
1743
- el s
1744
- Ġwant s
1745
- le t
1746
- Ġse ven
1747
- Ġexact ly
1748
- Ġse nd
1749
- ri l
1750
- Ġans wer
1751
- Ġpol ice
1752
- Ġg un
1753
- Ġam ong
1754
- z y
1755
- Ġbuild ing
1756
- Ġj ud
1757
- er t
1758
- Ġexp ect
1759
- Ġte ac
1760
- itt ing
1761
- Ġbu ilt
1762
- Ġj e
1763
- Ġgot ta
1764
- Ġtr ou
1765
- Ġcoll e
1766
- f ord
1767
- Ġhe ld
1768
- Ġapp ro
1769
- Ġro b
1770
- Ġsing le
1771
- Ġv ict
1772
- ent ly
1773
- Ġus ing
1774
- Ġc ast
1775
- en g
1776
- Ġmin ute
1777
- b s
1778
- id ge
1779
- Ġac ross
1780
- Ġout side
1781
- Ġserv ice
1782
- at ic
1783
- f fect
1784
- Ġc re
1785
- Ġcl ub
1786
- Ġgr ound
1787
- uc ed
1788
- nd on
1789
- Ġbu y
1790
- Ġse ason
1791
- her n
1792
- Ġl ad
1793
- Ġres ult
1794
- Ġde ce
1795
- Ġi mm
1796
- Ġtw enty
1797
- Ġre qu
1798
- Ġwhat ever
1799
- Ġme mbers
1800
- Ġsept ember
1801
- Ġa ug
1802
- Ġl ord
1803
- Ġloc al
1804
- . '
1805
- Ġcha mp
1806
- Ġw ood
1807
- Ġph il
1808
- l s
1809
- Ġplay ing
1810
- Ġtom orrow
1811
- Ġmonth s
1812
- Ġmin utes
1813
- l ished
1814
- Ġd ark
1815
- Ġo ct
1816
- Ġl ab
1817
- e ad
1818
- ag ed
1819
- Ġevery body
1820
- es tern
1821
- Ġr an
1822
- Ġany one
1823
- Ġju ly
1824
- Ġfoot ball
1825
- Ġb ird
1826
- Ġc ra
1827
- Ġan g
1828
- i or
1829
- an ces
1830
- Ġb ir
1831
- Ġh us
1832
- Ġinclud ing
1833
- m ing
1834
- o ke
1835
- Ġsh ut
1836
- Ġv ide
1837
- a pp
1838
- id er
1839
- Ġposs ible
1840
- Ġf rench
1841
- Ġd est
1842
- Ġs us
1843
- we ll
1844
- f ully
1845
- or ies
1846
- ve red
1847
- Ġcon cer
1848
- Ġl ow
1849
- Ġe ffect
1850
- ke y
1851
- Ġt ried
1852
- er v
1853
- Ġd ream
1854
- Ġte ch
1855
- Ġp ull
1856
- Ġha ir
1857
- Ġcon n
1858
- Ġwhe ther
1859
- l a
1860
- un k
1861
- v ision
1862
- Ġhe n
1863
- s u
1864
- Ġ19 3
1865
- u ce
1866
- un t
1867
- m en
1868
- Ġm or
1869
- Ġmo d
1870
- o ber
1871
- Ġt reat
1872
- Ġme mber
1873
- Ġsec ret
1874
- Ġn orm
1875
- Ġle vel
1876
- Ġeas y
1877
- ous and
1878
- Ġbl ue
1879
- Ġwr itten
1880
- Ġbo x
1881
- Ġj une
1882
- Ġ ver
1883
- Ġa uth
1884
- Ġp ress
1885
- Ġfor g
1886
- Ġapp ear
1887
- Ġt ill
1888
- Ġ1 1
1889
- a im
1890
- g est
1891
- Ġth ousand
1892
- Ġv ie
1893
- Ġaug ust
1894
- Ġsh it
1895
- Ġrep res
1896
- al d
1897
- Ġco ld
1898
- Ġr u
1899
- Ġany way
1900
- Ġrep l
1901
- Ġfe ll
1902
- Ġpop ulation
1903
- in ation
1904
- Ġbo ys
1905
- b it
1906
- Ġli ved
1907
- iv ing
1908
- Ġc am
1909
- Ġc ry
1910
- an c
1911
- Ġlo ndon
1912
- Ġm ine
1913
- ber t
1914
- Ġfl o
1915
- Ġh ill
1916
- Ġwor ry
1917
- Ġget s
1918
- ang er
1919
- g ress
1920
- c ome
1921
- Ġb ased
1922
- Ġp et
1923
- Ġdep artment
1924
- Ġf ield
1925
- Ġf elt
1926
- Ġprot ect
1927
- en cy
1928
- Ġev ent
1929
- Ġm ot
1930
- Ġpro per
1931
- Ġchan ce
1932
- ve mber
1933
- Ġform er
1934
- Ġwork s
1935
- Ġeng land
1936
- Ġinst ead
1937
- Ġt able
1938
- Ġh ig
1939
- Ġar my
1940
- Ġhus band
1941
- Ġcomple te
1942
- f ort
1943
- Ġd in
1944
- un ch
1945
- ac hed
1946
- Ġde fe
1947
- Ġinform ation
1948
- Ġpo st
1949
- o b
1950
- Ġcolle ge
1951
- Ġvie w
1952
- Ġm aster
1953
- Ġap ril
1954
- Ġcur rent
1955
- Ġpartic ular
1956
- Ġcle an
1957
- Ġt our
1958
- vie w
1959
- Ġed uc
1960
- Ġwr ite
1961
- Ġit al
1962
- Ġvo ice
1963
- ep t
1964
- av y
1965
- Ġwork ed
1966
- Ġm ass
1967
- Ġwe ar
1968
- Ġg ar
1969
- Ġpro cess
1970
- h m
1971
- Ġoct ober
1972
- d om
1973
- Ġsome body
1974
- as es
1975
- Ġreg ion
1976
- Ġan t
1977
- Ġcomm and
1978
- ea red
1979
- i pp
1980
- s c
1981
- Ġc ook
1982
- Ġst ra
1983
- Ġcoup le
1984
- Ġs ister
1985
- Ġcent ury
1986
- Ġb ri
1987
- Ġf av
1988
- Ġw ish
1989
- br uary
1990
- Ġli ves
1991
- Ġhour s
1992
- Ġlangu age
1993
- o v
1994
- Ġg ames
1995
- Ġfor get
1996
- Ġtr ust
1997
- Ġseem s
1998
- Ġe p
1999
- th ough
2000
- hu h
2001
- Ġon es
2002
- Ġtr ad
2003
- if ied
2004
- Ġdece mber
2005
- Ġtech n
2006
- Ġsu d
2007
- Ġtele vision
2008
- Ġpap er
2009
- Ġpri v
2010
- ro d
2011
- c ha
2012
- at ure
2013
- Ġ1 3
2014
- Ġwr ote
2015
- Ġare n
2016
- re ad
2017
- Ġinv ol
2018
- Ġno vember
2019
- Ġpr act
2020
- an a
2021
- Ġknow s
2022
- Ġtr uth
2023
- c han
2024
- Ġha ng
2025
- Ġto r
2026
- Ġdif fic
2027
- le ct
2028
- Ġf ast
2029
- Ġpro p
2030
- Ġli e
2031
- Ġr is
2032
- Ġ1 4
2033
- Ġr ail
2034
- Ġcan not
2035
- k es
2036
- Ġl im
2037
- og rap
2038
- Ġt it
2039
- ll ing
2040
- Ġn et
2041
- i od
2042
- r u
2043
- Ġton ight
2044
- Ġconn ect
2045
- Ġt ur
2046
- Ġs en
2047
- Ġp arent
2048
- Ġameric a
2049
- Ġcomp et
2050
- id ing
2051
- so ci
2052
- it ions
2053
- c il
2054
- d o
2055
- Ġd ress
2056
- Ġchan ged
2057
- Ġcontro l
2058
- Ġs ense
2059
- as ure
2060
- it ch
2061
- Ġfe bruary
2062
- Ġ3 0
2063
- Ġdad dy
2064
- ra id
2065
- Ġal though
2066
- Ġkid s
2067
- o int
2068
- Ġ vers
2069
- Ġauth or
2070
- Ġr ic
2071
- Ġso ci
2072
- Ġv i
2073
- Ġmo ved
2074
- Ġper fect
2075
- e f
2076
- Ġfe et
2077
- Ġph one
2078
- Ġd i
2079
- Ġd raw
2080
- air s
2081
- Î ¿
2082
- Ġse x
2083
- Ġa ward
2084
- Ġc iv
2085
- f or
2086
- Ġrepres ent
2087
- iz ation
2088
- Ġex cept
2089
- w ork
2090
- Ġl uck
2091
- i ke
2092
- Ġter m
2093
- Ġde ep
2094
- Ġlong er
2095
- Ġbu ll
2096
- Ġbir th
2097
- y al
2098
- Ġf ail
2099
- Ġ201 3
2100
- Ġsh ot
2101
- Ġas soci
2102
- Ġb ott
2103
- Ġsho ot
2104
- y ed
2105
- Ġn ine
2106
- k ing
2107
- Ġc ult
2108
- oo se
2109
- Ġsp ace
2110
- Ġsupp osed
2111
- Ġvide o
2112
- s y
2113
- Ġwe l
2114
- Ġfr ank
2115
- Ġcha ir
2116
- Ġhe alth
2117
- Ġaf raid
2118
- Ġcommun e
2119
- ro om
2120
- Ġgirl s
2121
- Ġacc ord
2122
- Ġg ent
2123
- Ġpro ject
2124
- Ġ20 2
2125
- Ġgeor ge
2126
- er y
2127
- Ġso cial
2128
- Ġh oney
2129
- id ence
2130
- Ġd ar
2131
- Ġrun ning
2132
- Ġhur t
2133
- Ġfuck ing
2134
- Ġf ly
2135
- Ġd av
2136
- Ġb er
2137
- ir ty
2138
- Ġmid dle
2139
- f fe
2140
- Ġb en
2141
- iv al
2142
- Ġpict ure
2143
- Ġtrou ble
2144
- Ġsud den
2145
- it ive
2146
- ur s
2147
- Ġ201 0
2148
- Ġvill age
2149
- Ġp eter
2150
- et h
2151
- Ġs ar
2152
- Ġm al
2153
- d ing
2154
- Ġdis co
2155
- e c
2156
- Ġme m
2157
- Ġper iod
2158
- g ing
2159
- Ġc ried
2160
- Ġd ro
2161
- ain t
2162
- Ġla u
2163
- Ġinc re
2164
- Ġc up
2165
- Ġb ud
2166
- Ġthem selves
2167
- y n
2168
- Ġfor ce
2169
- end ed
2170
- Ġintern ational
2171
- Ġhor se
2172
- Ġtou ch
2173
- Ġlet ter
2174
- Ġp ot
2175
- m ore
2176
- Ġt ree
2177
- he n
2178
- Ġl at
2179
- at a
2180
- Ġneed s
2181
- Ġrom an
2182
- Ġc orn
2183
- t hat
2184
- Ġcoll ect
2185
- Ġh osp
2186
- Ġj ames
2187
- g u
2188
- Ġdes cri
2189
- Ġd ue
2190
- Ġk ept
2191
- Ġh op
2192
- Ġes c
2193
- Ġind ian
2194
- Ġciv il
2195
- k a
2196
- ha el
2197
- l u
2198
- Ġrece ived
2199
- on y
2200
- ci ally
2201
- Ġd en
2202
- b ers
2203
- Ġcomp ut
2204
- ro g
2205
- Ġar ri
2206
- Ġcl ot
2207
- Ġpop ular
2208
- Ġre v
2209
- Ġac cept
2210
- Ġwait ing
2211
- f er
2212
- Ġcare er
2213
- m er
2214
- Ġwill iam
2215
- Ġrel ig
2216
- Ġbe at
2217
- Ġcharac ter
2218
- Ġbe ar
2219
- Ġe ye
2220
- Ġcap ital
2221
- Ġis s
2222
- Ġde m
2223
- Ġs and
2224
- Ġplay er
2225
- Ġinv est
2226
- Ġexc use
2227
- um ent
2228
- Ġm hm
2229
- Ġty pe
2230
- Ġf ut
2231
- Ġj im
2232
- Ġlea gue
2233
- Ġch o
2234
- Ġseem ed
2235
- Ġmom my
2236
- Ġr ain
2237
- y r
2238
- Ġm ult
2239
- Ġab ove
2240
- Ġgent le
2241
- em y
2242
- Ġsa ve
2243
- Ġind e
2244
- Ġstra ight
2245
- Ġbro ad
2246
- Ġcount ries
2247
- Ġb urn
2248
- u ation
2249
- Ġent ire
2250
- con om
2251
- y l
2252
- Ġmo der
2253
- Ġu r
2254
- ul a
2255
- Ġre se
2256
- Ġres pect
2257
- Ġfur ther
2258
- Ġp ound
2259
- Ġinclud e
2260
- Ġb al
2261
- Ġv ol
2262
- Ġwor th
2263
- Ġl ed
2264
- Ġr ul
2265
- Ġeng ine
2266
- har d
2267
- b ur
2268
- Ġha ll
2269
- Ġcr it
2270
- iss ion
2271
- Ġpie ce
2272
- Ġcreat ed
2273
- Ġs an
2274
- Ġsur pr
2275
- c r
2276
- le x
2277
- oo f
2278
- il ar
2279
- ub lic
2280
- Ġsl ow
2281
- sh ip
2282
- Ġcir c
2283
- Ġc ool
2284
- ad a
2285
- Ġph ot
2286
- Ġtak es
2287
- Ġprod uct
2288
- Ġfun ny
2289
- Ġa in
2290
- Ġm ist
2291
- ff ic
2292
- Ġst at
2293
- Ġfam ous
2294
- Ġim ag
2295
- Ġmar y
2296
- Ġaf ric
2297
- Ġun ion
2298
- Ġpos ition
2299
- Ġqu een
2300
- k y
2301
- Ġter ri
2302
- Ġs out
2303
- Ġb an
2304
- r ay
2305
- Ġsp ir
2306
- Ġ2 5
2307
- Ġph ys
2308
- Ġaccord ing
2309
- ed er
2310
- Ġst ri
2311
- Ġe conom
2312
- Ġdiffic ult
2313
- l ant
2314
- ol ute
2315
- Ġc atch
2316
- Ġam ount
2317
- Ġm is
2318
- Ġn on
2319
- g ar
2320
- Ġen jo
2321
- pt ion
2322
- Ġn ort
2323
- Ġsu gg
2324
- u el
2325
- Ġcar ry
2326
- Ġmil it
2327
- Ġdri ve
2328
- Ġsumm er
2329
- Ġf ill
2330
- Ġby e
2331
- Ġeven ing
2332
- Ġbo ard
2333
- r or
2334
- Ġsa fe
2335
- Ġsugg est
2336
- Ġrep ublic
2337
- Ġro le
2338
- k en
2339
- ou l
2340
- Ġco ver
2341
- Ġpol ic
2342
- Ġwee ks
2343
- i ally
2344
- Ġit self
2345
- Ġfor t
2346
- Ġbook s
2347
- Ġaust ral
2348
- Ġdec ided
2349
- Ġhosp ital
2350
- Ġd ut
2351
- Ġc ause
2352
- Ġgl ad
2353
- Ġl os
2354
- l ine
2355
- Ġn ar
2356
- Ġh ung
2357
- Ġfut ure
2358
- Ġtell ing
2359
- Ġser ved
2360
- a x
2361
- om in
2362
- Ġcent ral
2363
- Ġreco gn
2364
- b t
2365
- Ġf ix
2366
- Ġj our
2367
- Ġfeel ing
2368
- Ġfore st
2369
- Ġdo ll
2370
- Ġw ow
2371
- Ġr ing
2372
- Ġk iss
2373
- Ġtr ack
2374
- Ġar ch
2375
- Ġ *
2376
- Ġch ief
2377
- Ġp an
2378
- Ġcertain ly
2379
- Ġsha r
2380
- Ġmat ch
2381
- Ġb ene
2382
- Ġthr ow
2383
- Ġcommun ity
2384
- Ġfig ure
2385
- st on
2386
- fe rence
2387
- h ow
2388
- s p
2389
- Ġst ood
2390
- Ġcom b
2391
- Ġgr ad
2392
- Ġproble ms
2393
- Ġcra zy
2394
- ed i
2395
- Ġme ant
2396
- Ġmeet ing
2397
- Ġteac her
2398
- r ation
2399
- Ġg ard
2400
- ol ution
2401
- Ġmic hael
2402
- Ġsh op
2403
- Ġqu iet
2404
- Ġabs olute
2405
- Ġh un
2406
- Ġpr ison
2407
- e al
2408
- Ġa head
2409
- Ġne g
2410
- Ġno body
2411
- am b
2412
- Ġfin al
2413
- Ġan ge
2414
- ill e
2415
- Ġm art
2416
- Ġparent s
2417
- Ġl ou
2418
- ac y
2419
- Ġwho se
2420
- Ġrel ations
2421
- Ġcent er
2422
- Ġpass ed
2423
- Ġen er
2424
- Ġsim ilar
2425
- Ġind ia
2426
- Ġlear n
2427
- Ġf ish
2428
- Ġex ist
2429
- Ġa ut
2430
- Ġchamp ions
2431
- 1 8
2432
- w h
2433
- Ġn in
2434
- Ġst ick
2435
- Ġsa il
2436
- Ġs ick
2437
- Ġfin ally
2438
- o on
2439
- y le
2440
- Ġd anger
2441
- Ġro ll
2442
- r uct
2443
- Ġa ud
2444
- Ġb ag
2445
- Ġfam il
2446
- Ġr uss
2447
- Ġm ater
2448
- Ġ19 2
2449
- Ġpre v
2450
- Ġob ject
2451
- Ġreturn ed
2452
- Ġanim als
2453
- Ġcontin u
2454
- Ġpl aces
2455
- Ġag re
2456
- Ġvir gin
2457
- k ed
2458
- l in
2459
- Ġty p
2460
- te en
2461
- pe cially
2462
- Ġs am
2463
- Ġm outh
2464
- Ġh m
2465
- Ġher self
2466
- Ġdav id
2467
- Ġf er
2468
- Ġgl ass
2469
- Ġjapan ese
2470
- Ġs ad
2471
- Ġinterest ing
2472
- ag on
2473
- Ġbat tle
2474
- Ġquick ly
2475
- Ġb ow
2476
- Ġmo ving
2477
- Ġ2 4
2478
- Ġvi ol
2479
- a i
2480
- Ġop ened
2481
- Ġsupp ose
2482
- Ġso ft
2483
- ak es
2484
- Ġb es
2485
- it or
2486
- Ġr ich
2487
- Ġh ol
2488
- Ġm ach
2489
- Ġhapp ens
2490
- 1 0
2491
- Ġpa ul
2492
- Ġho st
2493
- Ġmoder n
2494
- Ġpart s
2495
- Ġcol or
2496
- Ġfollow ed
2497
- Ġspec ies
2498
- Ġsub ject
2499
- Ġse lf
2500
- id a
2501
- Ġsc ience
2502
- Ġ201 1
2503
- Ġind ust
2504
- Ġking dom
2505
- Ġbegin ning
2506
- Ġs itting
2507
- Ġhen ry
2508
- Ġor d
2509
- Ġgerman y
2510
- Ġ1 00
2511
- z z
2512
- Ġk en
2513
- Ġsoci ety
2514
- ow ers
2515
- Ġse par
2516
- im ent
2517
- Ġprov ince
2518
- re me
2519
- li ke
2520
- Ġdef in
2521
- Ġest ab
2522
- c ause
2523
- Ġb reat
2524
- Ġ200 6
2525
- Ġsp end
2526
- Ġany body
2527
- Ġcoun cil
2528
- Ġlea ving
2529
- n el
2530
- s ha
2531
- Ġm um
2532
- Ġes pecially
2533
- Ġmark et
2534
- Ġb ank
2535
- Ġpe ace
2536
- Ġ201 2
2537
- om b
2538
- Ġth ou
2539
- Ġr id
2540
- Ġen v
2541
- Ġdis app
2542
- Ġflo or
2543
- Ġw ild
2544
- Ġfe llow
2545
- Ġto wards
2546
- Ġe t
2547
- ag er
2548
- Ġstud ents
2549
- l t
2550
- ce ed
2551
- p or
2552
- Ġorigin al
2553
- Ġf le
2554
- Ġcl os
2555
- Ġtot al
2556
- Ġwh om
2557
- Ġfin ished
2558
- is ing
2559
- Ġann oun
2560
- Ġc ab
2561
- we red
2562
- Ġquest ions
2563
- Ġw al
2564
- in c
2565
- Ġta x
2566
- Ġe gg
2567
- Ġpa id
2568
- Ġne igh
2569
- Ġm ir
2570
- Ġf em
2571
- Ġbec om
2572
- em pt
2573
- a f
2574
- Ġ q
2575
- ri age
2576
- Ġbr own
2577
- od e
2578
- Ġg iving
2579
- m ed
2580
- o le
2581
- u k
2582
- ay s
2583
- Ġse arch
2584
- Ġfe at
2585
- Ġexp ress
2586
- Ġro yal
2587
- in al
2588
- Ġoffic er
2589
- Ġpolit ical
2590
- Ġlo ck
2591
- Ġi ce
2592
- âĢ Ķ
2593
- if f
2594
- Ġstr ange
2595
- Ġne cess
2596
- p ing
2597
- Ġj er
2598
- Ġsp ort
2599
- Ġans wered
2600
- Ġhist or
2601
- Ġco ast
2602
- Ġwel come
2603
- ic ian
2604
- Ġse at
2605
- Ġact iv
2606
- Ġmin ister
2607
- b b
2608
- Ġlo se
2609
- Ġcl im
2610
- c her
2611
- Ġid ent
2612
- Ġmil es
2613
- Ġeduc ation
2614
- Ġaf f
2615
- Ġfe ar
2616
- Ġf ing
2617
- Ġro se
2618
- Ġd ance
2619
- Ġbl ock
2620
- Ġwas hing
2621
- Ġt ar
2622
- Ġfor ward
2623
- Ġcomm itt
2624
- Ġ ..
2625
- Ġm ention
2626
- Ġ( "
2627
- Ġke y
2628
- is hing
2629
- if t
2630
- Ġneigh b
2631
- t ime
2632
- he l
2633
- Ġf und
2634
- Ġbel ong
2635
- Ġrad io
2636
- Ġpriv ate
2637
- Ġacc ount
2638
- Ġqu ar
2639
- Ġtra vel
2640
- i ers
2641
- Ġc and
2642
- Ġj es
2643
- Ġnat ure
2644
- Ġinde ed
2645
- Ġw estern
2646
- c ast
2647
- Ġyour s
2648
- Ġter ms
2649
- Ġway s
2650
- Ġdevelop ment
2651
- Ġob s
2652
- Ġexper ience
2653
- Ġsome where
2654
- Ġun cle
2655
- Ġresp ons
2656
- Ġlau gh
2657
- Ġf ac
2658
- if orn
2659
- Ġpr ince
2660
- Ġdest ro
2661
- n es
2662
- Ġf at
2663
- Ġre ached
2664
- o red
2665
- Ġcl aim
2666
- Ġd u
2667
- Ġj ump
2668
- Ġnum bers
2669
- Ġpub lished
2670
- Ġst age
2671
- ition al
2672
- Ġact ion
2673
- Ġcal iforn
2674
- g a
2675
- p ly
2676
- Ġdirect or
2677
- ep end
2678
- Ġcons ider
2679
- Ġt v
2680
- re ct
2681
- Ġstud y
2682
- Ġnat ural
2683
- Ġvar ious
2684
- Ġc ard
2685
- Ġo oh
2686
- Ġr out
2687
- Ġinf lu
2688
- r it
2689
- Ġbe ll
2690
- Ġint rod
2691
- Ġdep end
2692
- Ġener gy
2693
- Ġb ase
2694
- ab ad
2695
- Ġany more
2696
- Ġw at
2697
- ad es
2698
- Ġpl ant
2699
- Ġdam n
2700
- l ight
2701
- Ġcaliforn ia
2702
- x ic
2703
- Ġb i
2704
- Ġequ al
2705
- Ġwind ow
2706
- n ow
2707
- Ġc ro
2708
- Ġc ens
2709
- Ġdr ug
2710
- Ġth om
2711
- Ġc aught
2712
- Ġdin ner
2713
- y a
2714
- Ġl iter
2715
- Ġdisc uss
2716
- um e
2717
- ens ive
2718
- Ġallow ed
2719
- Ġob v
2720
- Ġd ra
2721
- Ġser ious
2722
- Ġd ick
2723
- Ġv an
2724
- Ġpl at
2725
- Ġpl us
2726
- Ġsee ing
2727
- Ġsur v
2728
- Ġloc ated
2729
- Ġclot hes
2730
- Ġdo c
2731
- Ġprofess ional
2732
- Ġp ack
2733
- ic a
2734
- Ġshow s
2735
- Ġinvol ved
2736
- i res
2737
- Ġmater ial
2738
- Ġsim ple
2739
- Ġvis it
2740
- Ġric hard
2741
- Ġw ed
2742
- Ġde g
2743
- Ġdis e
2744
- Ġforg ot
2745
- c ip
2746
- Ġ2 1
2747
- Ġind epend
2748
- Ġal ive
2749
- Ġbo at
2750
- Ġ5 0
2751
- Ġwr iting
2752
- a ff
2753
- ir on
2754
- Ġsu ff
2755
- Ġpr im
2756
- y er
2757
- Ġsc ott
2758
- Ġchampions hip
2759
- Ġep is
2760
- o ld
2761
- Ġmed ic
2762
- Ġ0 1
2763
- Ġprin cess
2764
- it ution
2765
- Ġ201 4
2766
- er o
2767
- Ġc ell
2768
- Ġsc ient
2769
- Ġen c
2770
- Ġt ea
2771
- Ġa lex
2772
- Ġf it
2773
- ll ed
2774
- Ġsn ow
2775
- Ġsudden ly
2776
- " )
2777
- ide red
2778
- iv id
2779
- Ġsit uation
2780
- Ġs ize
2781
- Ġstand ing
2782
- Ġval ue
2783
- Ġm un
2784
- Ġimm edi
2785
- Ġspir it
2786
- ? âĢĿ
2787
- ag o
2788
- Ġneed ed
2789
- Ġn one
2790
- Ġhon est
2791
- Ä ģ
2792
- Ġp age
2793
- Ġspe ed
2794
- Ġg ives
2795
- Ġsound s
2796
- Ġst up
2797
- Ġchrist ian
2798
- Ġhe ro
2799
- Ġde mo
2800
- Ġsqu are
2801
- Ġ ut
2802
- in ist
2803
- Ġs our
2804
- Ġjo in
2805
- ie l
2806
- Ġbl ow
2807
- Ġabsolute ly
2808
- Ġcens us
2809
- Ġo w
2810
- Ġhe avy
2811
- ci ent
2812
- in y
2813
- eng th
2814
- Ġsp ent
2815
- Ġo x
2816
- Ġp un
2817
- Ġapp eared
2818
- Ġfav or
2819
- Ġb ought
2820
- Ġd ig
2821
- Ġg ri
2822
- ar a
2823
- Ġcon v
2824
- r uction
2825
- Ġme l
2826
- Ġrese arch
2827
- Ġmilit ary
2828
- f ace
2829
- Ġm ix
2830
- o ff
2831
- Ġatt ention
2832
- Ġtit le
2833
- ir t
2834
- Ġ201 6
2835
- Ġ200 7
2836
- Ġstop ped
2837
- h ood
2838
- Ġadd ed
2839
- Ġi i
2840
- Ġm ac
2841
- ll en
2842
- Ġm c
2843
- id s
2844
- act ion
2845
- Ġid e
2846
- Ġcons idered
2847
- Ġext ra
2848
- Ġ )
2849
- ist ic
2850
- Ġadd ress
2851
- Ġcomput er
2852
- Ġse ll
2853
- Ġbo b
2854
- f l
2855
- er ve
2856
- Ġman age
2857
- Ġbr idge
2858
- Ġenv iron
2859
- Ġma x
2860
- Ġbro ke
2861
- Ġmult ip
2862
- Ġo d
2863
- us es
2864
- Ġst one
2865
- Ġgr ou
2866
- Ġb oss
2867
- Ġsp an
2868
- id ay
2869
- Ġshould n
2870
- ail s
2871
- c ing
2872
- Ġb a
2873
- Ġar ms
2874
- Ġex ec
2875
- Ġpur p
2876
- Ġear l
2877
- w ood
2878
- Ġgre w
2879
- Ġoffic ial
2880
- Ġsong s
2881
- h od
2882
- Ġde cl
2883
- Ġprod uced
2884
- Ġmur der
2885
- Ġth us
2886
- Ġ2 3
2887
- g en
2888
- Ġd ate
2889
- as ons
2890
- Ġcap t
2891
- Ġstup id
2892
- Ġpre p
2893
- Ġhur ry
2894
- Ġav ail
2895
- w est
2896
- Ġp u
2897
- he m
2898
- Ġopp ort
2899
- Ġo u
2900
- ain ing
2901
- Ġprom ise
2902
- u it
2903
- v ille
2904
- Ġd ry
2905
- Ġg as
2906
- Ġac ad
2907
- Ġw ide
2908
- Ġsim ply
2909
- Ġgrou ps
2910
- Ġrelations hip
2911
- Ġc ow
2912
- ci ous
2913
- Ġj ew
2914
- Ġa ha
2915
- re en
2916
- Ġc y
2917
- he t
2918
- in ary
2919
- ol ic
2920
- oo ps
2921
- Ġstr uct
2922
- Ġcam er
2923
- Ġopport un
2924
- Ġcomplete ly
2925
- 1 7
2926
- Ġposs ib
2927
- Ġhat e
2928
- Ġvirgin ia
2929
- Ġan cient
2930
- Ġg ree
2931
- am s
2932
- Ġwatch ing
2933
- k et
2934
- n ers
2935
- Ġask ing
2936
- Ġatt empt
2937
- Ġl u
2938
- Ġright s
2939
- b on
2940
- Ġo il
2941
- Ġin it
2942
- Ġf ool
2943
- Ġpoint s
2944
- Ġt all
2945
- Ġp ath
2946
- Ġn ames
2947
- Ġbe ha
2948
- Ġam az
2949
- Ġanim al
2950
- . ,
2951
- b ye
2952
- c a
2953
- e x
2954
- is es
2955
- ic ip
2956
- Ġaf fect
2957
- .. ..
2958
- pp er
2959
- if y
2960
- Ġmount ain
2961
- Ġvers ion
2962
- v al
2963
- Ġe mb
2964
- Ġlar gest
2965
- Ġdemo cr
2966
- ip e
2967
- Ġind ivid
2968
- Ġperson al
2969
- at ors
2970
- Ġh ous
2971
- Ġdiv ision
2972
- ill a
2973
- Ġbro ken
2974
- Ġp sy
2975
- Ġr ace
2976
- Ġinclud ed
2977
- t r
2978
- Ġar g
2979
- Ġf an
2980
- Ġse vent
2981
- Ġact or
2982
- Ġimp ro
2983
- Ġdiffe rence
2984
- iqu e
2985
- Ġsout hern
2986
- i us
2987
- st r
2988
- Ġ19 0
2989
- Ġmean ing
2990
- te red
2991
- ffe e
2992
- m as
2993
- nd ay
2994
- Ġre ach
2995
- Ġenviron ment
2996
- Ġe ff
2997
- Ġun less
2998
- Ġlo ved
2999
- Ġcont ract
3000
- Ġemp lo
3001
- f ield
3002
- Ġo l
3003
- Ġl ower
3004
- Ġac cess
3005
- Ġrecord s
3006
- Ġth irty
3007
- Ġal an
3008
- Ġ2 6
3009
- Ġbr and
3010
- Ġbr an
3011
- Ġ200 9
3012
- de red
3013
- ino is
3014
- it es
3015
- Ġgu ard
3016
- o f
3017
- Ġb ang
3018
- Ġd eter
3019
- Ġr ap
3020
- Ġpr ime
3021
- Ġdou bt
3022
- Ġhig her
3023
- c ul
3024
- Ġt ick
3025
- le br
3026
- Ġthere fore
3027
- Ġsc ot
3028
- Ġprod uc
3029
- m in
3030
- Ġw it
3031
- Ġin j
3032
- Ġb right
3033
- Ġl ake
3034
- Ġro bert
3035
- h ic
3036
- in ct
3037
- Ġbel ow
3038
- Ġnort hern
3039
- i pped
3040
- Ġs ite
3041
- Ġf res
3042
- Ġch ick
3043
- Ġspeak ing
3044
- ri an
3045
- Ġcon gress
3046
- Ġ2 2
3047
- Ġwonder ful
3048
- 5 0
3049
- Ġsha re
3050
- Ġstart ing
3051
- a ven
3052
- w ise
3053
- Ġ200 8
3054
- gr ound
3055
- Ġcar ried
3056
- Ġref er
3057
- Ġ201 5
3058
- Ġreg ular
3059
- c us
3060
- Ġs ens
3061
- ur ity
3062
- Ġplay s
3063
- Ġtalk ed
3064
- Ġcare ful
3065
- Ġw ound
3066
- Ġmo on
3067
- Ġfl or
3068
- Ġb ath
3069
- Ġl ength
3070
- Ġtr ade
3071
- Ġkn ock
3072
- ast ic
3073
- Ġjo ined
3074
- bo ard
3075
- b a
3076
- ter day
3077
- Ġco ffee
3078
- 1 2
3079
- Ġs ight
3080
- ab ility
3081
- Ġwar m
3082
- ri a
3083
- Ġo ly
3084
- Ġbe y
3085
- Ġbirth day
3086
- h ouse
3087
- n ight
3088
- Ġl ying
3089
- Ġr ac
3090
- Ġmar ry
3091
- Ġmar riage
3092
- Ġill inois
3093
- Ġr at
3094
- ite ly
3095
- Ġchar les
3096
- Ġpr ay
3097
- Ġnear ly
3098
- Ġblood y
3099
- Ġnorm al
3100
- Ġst orm
3101
- Ġare as
3102
- olog ical
3103
- Ġce lebr
3104
- iqu es
3105
- v an
3106
- Ġapp oint
3107
- Ġmil k
3108
- g l
3109
- Ġf eder
3110
- Ġpr ice
3111
- Ġjes us
3112
- Ã ¡
3113
- Ġmo v
3114
- Ġ20 00
3115
- Ġcast le
3116
- p art
3117
- Ġyes terday
3118
- Ġmove ment
3119
- Ġbe g
3120
- Ġdes p
3121
- Ġhappen ing
3122
- Ġtrain ing
3123
- Ġv all
3124
- Ġj ose
3125
- ens ion
3126
- Ġmed ia
3127
- Ġ202 2
3128
- ur a
3129
- Ġlead er
3130
- Ġmod el
3131
- b l
3132
- Ġre view
3133
- av es
3134
- Ġwashing ton
3135
- Ġwere n
3136
- Ġinterest ed
3137
- Ġfa ith
3138
- Ġh om
3139
- Ġar r
3140
- Ġev idence
3141
- Ġbott om
3142
- Ġfamil ies
3143
- Ġa ch
3144
- Ġhon or
3145
- ive ly
3146
- ap er
3147
- Ġch ina
3148
- Ġsc ene
3149
- Ġche m
3150
- Ġprofess or
3151
- f r
3152
- Ġth reat
3153
- est s
3154
- he st
3155
- ill y
3156
- Ġass ist
3157
- Ġgard en
3158
- Ġreg ard
3159
- Ġca used
3160
- ant ly
3161
- k n
3162
- Ġw il
3163
- Ġd ata
3164
- w or
3165
- Ġc ust
3166
- ce ll
3167
- Ġne ck
3168
- Ġtre es
3169
- n al
3170
- it ude
3171
- Ġmet hod
3172
- Ġthom as
3173
- y ear
3174
- Ġt ast
3175
- Ġb ay
3176
- Ġhu ge
3177
- Ġp ush
3178
- Ġfe ed
3179
- Ġassoci ation
3180
- it z
3181
- Ġst ore
3182
- qu e
3183
- Ġco ach
3184
- Ġpar is
3185
- ri but
3186
- Ġ4 0
3187
- Ġprin cip
3188
- Ġsp ring
3189
- Ġbr ain
3190
- Ġmov ies
3191
- Ġfar m
3192
- Ġbird s
3193
- Ġd rop
3194
- Ġavail able
3195
- ut s
3196
- Ġshow ed
3197
- Ġlove ly
3198
- Ġgovern or
3199
- Ġserv ices
3200
- Ġo ce
3201
- Ġe ating
3202
- Ġschool s
3203
- Ġsc ared
3204
- re g
3205
- Ġk ick
3206
- Ġ200 5
3207
- en a
3208
- Ġl ines
3209
- Ġst ories
3210
- Ġfound ed
3211
- e k
3212
- g le
3213
- Ġg all
3214
- as k
3215
- Ġcr ow
3216
- re l
3217
- ap s
3218
- Ġcha p
3219
- Ġeurope an
3220
- Ġannoun ced
3221
- Ġper cent
3222
- z a
3223
- Ġwin ter
3224
- Ġar rest
3225
- Ġsm ell
3226
- Ġhelp ed
3227
- Ġr ub
3228
- Ġput ting
3229
- Ġtemp er
3230
- s et
3231
- Ġ ess
3232
- Ġcontinu ed
3233
- Ġpsy ch
3234
- Ġme xic
3235
- led ge
3236
- Ġemp ire
3237
- Ġocc ur
3238
- 1 5
3239
- h ib
3240
- as ion
3241
- Ġi ron
3242
- or ing
3243
- ot ed
3244
- ad ed
3245
- Ġsk in
3246
- Ġcho ice
3247
- Ġt ired
3248
- Ġsec urity
3249
- pl ay
3250
- Ġdou ble
3251
- Ġb le
3252
- Ġc ases
3253
- Ġhe aven
3254
- Ġcor rect
3255
- Ġaustral ia
3256
- ar ily
3257
- Ġwor se
3258
- Ġform ed
3259
- Ġpie ces
3260
- Ġf est
3261
- Ġj ul
3262
- Ġsp oke
3263
- Ġfin ish
3264
- Ġa ver
3265
- Ġp yr
3266
- Ġe h
3267
- Ġk it
3268
- Ġte xt
3269
- Ġlet ters
3270
- Ġoff er
3271
- Ġdevelop ed
3272
- ic ed
3273
- Ġfl ight
3274
- Ġmost ly
3275
- Ġsy mp
3276
- l am
3277
- Ġd er
3278
- ict ion
3279
- Ġfour th
3280
- Ġst ars
3281
- Ġafter no
3282
- Ġspec ific
3283
- i ot
3284
- Ġend ed
3285
- Ġprod uction
3286
- Ġ &
3287
- ol es
3288
- Ã ¼
3289
- Ġcom fort
3290
- Ġchan ges
3291
- Ġf ol
3292
- Ġv ac
3293
- Ġ2 8
3294
- Ġtw el
3295
- Ġem er
3296
- Ġenjo y
3297
- Ġfor ces
3298
- ri b
3299
- Ġwe ak
3300
- Ġpal ace
3301
- Ġimag ine
3302
- 2 00
3303
- k i
3304
- Ġsu it
3305
- Ġsp l
3306
- Ġdem and
3307
- Ġr ide
3308
- Ġwalk ed
3309
- Ġlear ned
3310
- Ġk ar
3311
- ck et
3312
- Ġexpl ain
3313
- Ġital ian
3314
- Ġan al
3315
- Ġan ne
3316
- Ġno vel
3317
- ers on
3318
- Ġadm inist
3319
- Ġterri ble
3320
- Ġc rew
3321
- Ġm use
3322
- Ġchar ge
3323
- Ġmess age
3324
- Ġdis p
3325
- Ġra ised
3326
- Ġbene f
3327
- Ġcall ing
3328
- Ġjud ge
3329
- Ġang ry
3330
- l im
3331
- il s
3332
- Ġdec ision
3333
- Ġimmedi ately
3334
- Ġtr uck
3335
- Ġc ath
3336
- Ġeff ort
3337
- Ġafterno on
3338
- n é
3339
- Ġb on
3340
- pp ing
3341
- o id
3342
- r ound
3343
- Ġ2 7
3344
- Ġcl osed
3345
- il ed
3346
- Ġlike ly
3347
- Ġopp os
3348
- Ġof fe
3349
- Ġimp ress
3350
- Ġacc om
3351
- Ġir an
3352
- Ġdise ase
3353
- a ign
3354
- c an
3355
- Ġco de
3356
- Ġfight ing
3357
- Ġwho a
3358
- Ġru le
3359
- Ġplat form
3360
- b i
3361
- Ġt ail
3362
- ous ly
3363
- Ġpolit ician
3364
- Ġpict ures
3365
- Ġs ac
3366
- Ġha n
3367
- Ġam b
3368
- Ġdist ance
3369
- Ġcre ate
3370
- Ġearl ier
3371
- Ġp ig
3372
- a ur
3373
- Ġbus y
3374
- Ġsk y
3375
- Ġpolic y
3376
- ap h
3377
- Ġlot s
3378
- Ġhot el
3379
- Ġiss ue
3380
- Ġfl at
3381
- Ġcontin ue
3382
- Ġc red
3383
- ren g
3384
- che n
3385
- Ġou ght
3386
- ent ial
3387
- Ġcamp aign
3388
- w estern
3389
- Ġbrother s
3390
- Ġfore ign
3391
- n et
3392
- Ġcom ed
3393
- itt ed
3394
- Ġye llow
3395
- m ar
3396
- Ġwe ap
3397
- Ġart ic
3398
- ho ld
3399
- ip s
3400
- Ġpar li
3401
- Ġmun icip
3402
- Ġre ve
3403
- Ġst yle
3404
- ist an
3405
- Ġsl ight
3406
- Ġbelie ved
3407
- Ġev ents
3408
- Ġoce an
3409
- d on
3410
- Ġbas ket
3411
- Ġse ction
3412
- Ġoly mp
3413
- Ġnot e
3414
- Ġnet work
3415
- Ġmuse um
3416
- Ġsp read
3417
- i ation
3418
- Ġd om
3419
- Ġd un
3420
- Ġl ink
3421
- al es
3422
- Ġag ree
3423
- Ġelect ion
3424
- Ġ Â
3425
- us ion
3426
- Ġmin us
3427
- Ġleg s
3428
- Ġide as
3429
- Ġthe ory
3430
- us hed
3431
- Ġparli ament
3432
- Ġn ick
3433
- ate g
3434
- Ġhold ing
3435
- ' .
3436
- Ġinst it
3437
- Ġc it
3438
- om s
3439
- Ġcont act
3440
- Ġinvest ig
3441
- Ġf rog
3442
- Ġset tle
3443
- 1 4
3444
- Ġs oul
3445
- Ġwe ight
3446
- Ġen emy
3447
- oc ol
3448
- Ġfa ult
3449
- is f
3450
- st e
3451
- Ġte nd
3452
- Ġ200 4
3453
- Ġnecess ary
3454
- il ities
3455
- Ġpri ze
3456
- Ġrele ase
3457
- Ġbey ond
3458
- Ġcan ada
3459
- Ġcommun ic
3460
- Ġeas tern
3461
- w a
3462
- Ġne ither
3463
- Ġ2 9
3464
- Ġsp ot
3465
- Ġco vered
3466
- Ġfif ty
3467
- Ġcurrent ly
3468
- Ġtwel ve
3469
- 1 3
3470
- Ġst aff
3471
- Ġjo y
3472
- Ġcar ol
3473
- Ġmach ine
3474
- Ġflor ida
3475
- Ġa unt
3476
- Ġfor th
3477
- Ġinte ll
3478
- Ġarri ved
3479
- Ġfres h
3480
- r am
3481
- Ġy a
3482
- Ġr ab
3483
- ash ion
3484
- Ġem ot
3485
- Ġtw ice
3486
- Ġsw im
3487
- Ġmed ical
3488
- Ġwalk ing
3489
- Ġgr ant
3490
- Ġent er
3491
- Ġap art
3492
- Ġread ing
3493
- Ġcorn er
3494
- Ġv en
3495
- Ġper m
3496
- b ack
3497
- Ġyou th
3498
- Ġcent re
3499
- Ġcal m
3500
- Ġsuccess ful
3501
- Ġacc ident
3502
- Ġsing er
3503
- Ġdet ect
3504
- Ġafric a
3505
- Ġestab lished
3506
- u nder
3507
- Ġf red
3508
- os op
3509
- Ġte ach
3510
- Ġle e
3511
- Ġk ore
3512
- Ġst reng
3513
- th is
3514
- ab les
3515
- Ġhas n
3516
- the re
3517
- Ġext reme
3518
- Ġorigin ally
3519
- Ġlad ies
3520
- Ġwe ather
3521
- Ġ( )
3522
- Ġplay ers
3523
- Ġsil ver
3524
- Ġesc ape
3525
- Ġcomp l
3526
- Ġop in
3527
- Ġdefin itely
3528
- Ġvall ey
3529
- ar ies
3530
- Ġthrough out
3531
- Ġspe e
3532
- p ir
3533
- Ġl oss
3534
- ent al
3535
- Ġu nd
3536
- Ġcommitt ee
3537
- Ġpurp ose
3538
- h i
3539
- Ġli ked
3540
- Ġatt ract
3541
- Ġc as
3542
- Ġli ft
3543
- Ġ200 1
3544
- Ġsystem s
3545
- Ġobv iously
3546
- Ġb ound
3547
- Ġm ike
3548
- il ing
3549
- Ġnews p
3550
- Ġbe ach
3551
- Ġr ay
3552
- se qu
3553
- Ġ20 20
3554
- Ġpr int
3555
- Ġsm art
3556
- i ents
3557
- n ie
3558
- ak ing
3559
- Ġa st
3560
- at ives
3561
- Ġdefe nd
3562
- is ions
3563
- ut en
3564
- est y
3565
- Ġ201 8
3566
- Ġform ula
3567
- Ġdirect ed
3568
- Ġtri p
3569
- Ġchrist mas
3570
- Ġital y
3571
- Ġepis ode
3572
- at o
3573
- Ġevent ually
3574
- Ġc art
3575
- Ġr ate
3576
- Ġres our
3577
- Ġ18 6
3578
- Ġscot land
3579
- Ġaver age
3580
- Ġfor ty
3581
- Ġte x
3582
- Ġtell s
3583
- Ġcond uct
3584
- Ġspan ish
3585
- 3 0
3586
- Ġknow ledge
3587
- Ġpract ice
3588
- ru pt
3589
- Ġfor ced
3590
- Ġcon vers
3591
- ph one
3592
- Ġsign ific
3593
- Ġach ie
3594
- Ġb ord
3595
- st airs
3596
- Ġphil osop
3597
- Ġpound s
3598
- Ġthe e
3599
- Ġlea ves
3600
- Ġdog s
3601
- w r
3602
- Ġy o
3603
- Ġn ative
3604
- Ġrep e
3605
- Ġ18 9
3606
- Ġin no
3607
- ver t
3608
- Ġjo e
3609
- Ġdirect ion
3610
- Ġbri ef
3611
- Ġs in
3612
- Ġp in
3613
- Ġsp r
3614
- Ġany where
3615
- Ġcomm er
3616
- iver se
3617
- Ġdri ving
3618
- Ġluck y
3619
- Ġo pt
3620
- en ces
3621
- oo p
3622
- ent ed
3623
- Ġli ber
3624
- Ġsh own
3625
- um ents
3626
- Ġar ab
3627
- 1 6
3628
- s he
3629
- Ġh ide
3630
- iz ing
3631
- Ġjose ph
3632
- p a
3633
- Ġp ir
3634
- Ġcall s
3635
- Ġtechn ology
3636
- j ust
3637
- er ved
3638
- Ġn ation
3639
- Ġcr ime
3640
- Ġsign ed
3641
- ar i
3642
- Ġfem ale
3643
- Ġst ock
3644
- ck s
3645
- Ġlo g
3646
- ber g
3647
- j i
3648
- Ġkind s
3649
- Ġdanger ous
3650
- z en
3651
- Ġp ac
3652
- Ġn an
3653
- Ġsc r
3654
- Ġton y
3655
- Ġrail way
3656
- as ant
3657
- Ġbig gest
3658
- Ġadd ition
3659
- Ġsold iers
3660
- Ġdoll ars
3661
- Ġopportun ity
3662
- Ġha m
3663
- Ġno se
3664
- Ġdeter m
3665
- e g
3666
- Ġd uck
3667
- Ġlou is
3668
- Ġmedic ine
3669
- w hy
3670
- il es
3671
- Ġchar l
3672
- f ast
3673
- h ol
3674
- Ġcha llen
3675
- Ġcomm ission
3676
- Ġvict im
3677
- Ġdro pped
3678
- iet y
3679
- Ġelect ric
3680
- Ġl uc
3681
- Ġsh r
3682
- ines e
3683
- bur g
3684
- s es
3685
- re r
3686
- Ġfir m
3687
- Ġgold en
3688
- Ġindust ry
3689
- Ġs ides
3690
- Ġpr oud
3691
- Ġcomp os
3692
- Ġmem ory
3693
- at lant
3694
- ub e
3695
- Ġopen ing
3696
- Ġbas ically
3697
- Ġrul es
3698
- e v
3699
- Ġteam s
3700
- p an
3701
- on ed
3702
- ed s
3703
- Ġgrow ing
3704
- kn own
3705
- se y
3706
- Ġch ic
3707
- Ġc ities
3708
- en ing
3709
- Ġplan et
3710
- j a
3711
- Ġk ent
3712
- Ġac qu
3713
- Ġelect ed
3714
- Ġdisco vered
3715
- Ġw is
3716
- Ġw ine
3717
- Ġl y
3718
- al ed
3719
- Ġfr anc
3720
- Ġconst itution
3721
- Ã ³
3722
- in i
3723
- Ġm ut
3724
- Ġpre m
3725
- mm y
3726
- Ġgentle men
3727
- Ġneg ative
3728
- Ġ201 7
3729
- Ġold er
3730
- Ġsmall er
3731
- Ġcharac ters
3732
- Ġperform ance
3733
- Ġcar s
3734
- Ġrem ain
3735
- Ġ198 0
3736
- Ġsport s
3737
- Ġal t
3738
- Ġgreat er
3739
- Ġmic ro
3740
- Ġtot ally
3741
- Ġmist ake
3742
- Ġth y
3743
- Ġu k
3744
- Ġfr an
3745
- and a
3746
- ul ations
3747
- be ll
3748
- Ġgod d
3749
- Ġvict or
3750
- Ġslow ly
3751
- Ġh ors
3752
- ill s
3753
- Ġ199 0
3754
- Ġpat ient
3755
- as c
3756
- Ġj en
3757
- Ġmiss ing
3758
- Ġhig hest
3759
- Ġfeder al
3760
- is ters
3761
- Ġr ough
3762
- Ġus es
3763
- Ġfl owers
3764
- Ġsur face
3765
- Ġnot ice
3766
- Ġbut ter
3767
- Ġact ing
3768
- é né
3769
- Ġpos itive
3770
- Ġwear ing
3771
- Ġpl ants
3772
- Ġcult ure
3773
- Ġa ii
3774
- ac hing
3775
- Ġwh is
3776
- Ġmiss ion
3777
- Ġris k
3778
- Ġb ac
3779
- Ġf ro
3780
- Ġhe at
3781
- Ġr ange
3782
- Ġstud ent
3783
- us ing
3784
- ad o
3785
- Ġent ertain
3786
- Ġparticular ly
3787
- Ġthe at
3788
- Ġp red
3789
- Ġch oose
3790
- Ġz ero
3791
- Ġdar ling
3792
- i ar
3793
- Ġs ant
3794
- er al
3795
- it ect
3796
- Ġsm ith
3797
- Ġw ake
3798
- Ġrelig ious
3799
- Ġgrad u
3800
- 1 1
3801
- c ut
3802
- e es
3803
- o y
3804
- Ġf ashion
3805
- Ġr ural
3806
- Ġch inese
3807
- Ġgr own
3808
- Ġinclud es
3809
- ific ation
3810
- b ing
3811
- Ġn a
3812
- at ory
3813
- Ġsecret ary
3814
- Ġhous es
3815
- Ġs id
3816
- Ġed ge
3817
- ! âĢĿ
3818
- our s
3819
- Ġeas ily
3820
- Ġsat isf
3821
- Ġmag az
3822
- ro ad
3823
- ak er
3824
- Ġent ered
3825
- Ġisland s
3826
- Ġexpect ed
3827
- Ġagre ed
3828
- Ġacad emy
3829
- Ġwit ness
3830
- k ins
3831
- as ing
3832
- Ġcon ference
3833
- ess ion
3834
- Ġsc reen
3835
- Ġbl ess
3836
- Ġapp arent
3837
- Ġsw ord
3838
- Ġsur round
3839
- éné es
3840
- Ġsa f
3841
- Ġbit ch
3842
- Ġpyr énées
3843
- Ġemp er
3844
- Ġarch itect
3845
- Ġord ers
3846
- Ġexec ut
3847
- Ġb oo
3848
- Ġman ager
3849
- Ġlaw yer
3850
- ol s
3851
- Ġv ote
3852
- Ġthink s
3853
- ib ility
3854
- Ġdut y
3855
- Ġegg s
3856
- atlant iques
3857
- w are
3858
- Ġfin an
3859
- Ġstud io
3860
- Ġho ly
3861
- b an
3862
- o ved
3863
- Ġb ast
3864
- Ġl ack
3865
- it ation
3866
- Ġh id
3867
- ve re
3868
- Ġse lect
3869
- Ġtr ick
3870
- Ġbre ad
3871
- Ġrev olution
3872
- Ġb omb
3873
- Ġg ro
3874
- Ġh ook
3875
- ist ed
3876
- hed ron
3877
- ho st
3878
- , --
3879
- y an
3880
- Ġr os
3881
- Ġsm ile
3882
- Ġimp oss
3883
- Ġy ep
3884
- Ġde b
3885
- Ġsouth western
3886
- c ons
3887
- Ġt un
3888
- ol a
3889
- Ġpo ly
3890
- Ġdeg ree
3891
- o res
3892
- v in
3893
- Ġp il
3894
- Ġact ress
3895
- Ġla id
3896
- Ġset t
3897
- Ġcompan ies
3898
- Ġwor ried
3899
- Ġbig ger
3900
- ograp h
3901
- Ġl oud
3902
- Ġwe t
3903
- Ġmy ster
3904
- Ġag ent
3905
- Ġchan nel
3906
- Ġprov ide
3907
- d é
3908
- Ġqu e
3909
- Ġtrans l
3910
- Ġpartic ip
3911
- Ġjour nal
3912
- Ġcath olic
3913
- Ã ¶
3914
- in ing
3915
- Ġg al
3916
- Ġemp ty
3917
- Ġiss ues
3918
- i os
3919
- s a
3920
- Ã Ń
3921
- ha l
3922
- Ġre form
3923
- Ġpro gress
3924
- Ġsc ar
3925
- Ġ18 8
3926
- o ver
3927
- Ġw rest
3928
- Ġs aint
3929
- Ġe ld
3930
- Ġapp re
3931
- Ġpick ed
3932
- Ġbes ides
3933
- nd s
3934
- Ġn ic
3935
- Ġdr unk
3936
- Ġgre y
3937
- Ġgener ally
3938
- Ġmaj esty
3939
- Ġmount ains
3940
- Ġquar ter
3941
- Ġfest ival
3942
- Ġa wards
3943
- Ġjust ice
3944
- Ġlar ger
3945
- Ġt ight
3946
- Ġwe ird
3947
- se e
3948
- ul f
3949
- ra ft
3950
- Ġjack son
3951
- Ġbroad cast
3952
- m ans
3953
- Ġg y
3954
- Ġli br
3955
- Ġat lant
3956
- Ġrem ained
3957
- Ġ200 3
3958
- Ġkill ing
3959
- Ġcond ition
3960
- t t
3961
- Ġt ape
3962
- Ġp ak
3963
- or ough
3964
- ist ry
3965
- Ġma le
3966
- Ġrout e
3967
- Ġt ed
3968
- Ġleg al
3969
- Ġsus p
3970
- Ġspee ch
3971
- Ġchic ago
3972
- r is
3973
- Ġd im
3974
- Ġd iam
3975
- Ġoffic ers
3976
- Ġaw are
3977
- re y
3978
- Ġpl ans
3979
- Ġho le
3980
- Ġdesign ed
3981
- Ġcrit ic
3982
- b ar
3983
- Ġc ash
3984
- Ġn ap
3985
- Ġk il
3986
- Ġcompet ition
3987
- Ġtyp es
3988
- Ġtar get
3989
- Ġ â
3990
- el ess
3991
- Ġtour n
3992
- im ate
3993
- Ġwr iter
3994
- Ġrem ind
3995
- Ġple asure
3996
- Ġjim my
3997
- Ġmention ed
3998
- Ġgo al
3999
- Ġpo ll
4000
- Ġlie uten
4001
- Ġrelig ion
4002
- Ġbreat h
4003
- e h
4004
- u f
4005
- Ġad ult
4006
- Ġma id
4007
- Ġclear ly
4008
- Ġg ir
4009
- Ġrel ated
4010
- Ġpower ful
4011
- Ġcomple x
4012
- Ġsour ce
4013
- l ook
4014
- Ġal co
4015
- Ġair port
4016
- Ġmot or
4017
- Ġcrow d
4018
- Ġstreng th
4019
- Ġimposs ible
4020
- Ġ( ,
4021
- Ġun it
4022
- w ho
4023
- as hed
4024
- Ġwas te
4025
- Ġtr oops
4026
- Ġpl aced
4027
- be red
4028
- Ġdr ag
4029
- Ġreport ed
4030
- i ant
4031
- Ġre ven
4032
- Ġv ot
4033
- Ġex cell
4034
- Ġbo d
4035
- Ġser ve
4036
- Ġwed ding
4037
- Ġkit chen
4038
- Ġt aught
4039
- ent h
4040
- ... ?
4041
- Ġtrans port
4042
- Ġlead ing
4043
- Ġrepl aced
4044
- Ġhors es
4045
- m us
4046
- Ġli es
4047
- Ġsy mb
4048
- Ġmain ly
4049
- Ġorgan ization
4050
- Ġfre qu
4051
- Ġpress ure
4052
- Ġproper ty
4053
- Ġd yn
4054
- il i
4055
- Ġfre ed
4056
- Ġamaz ing
4057
- Ġcit iz
4058
- Ġp air
4059
- ar r
4060
- Ġr ot
4061
- Ġst uck
4062
- ig g
4063
- Ġj un
4064
- Ġex am
4065
- Ġgreat est
4066
- Ġstand ard
4067
- Ġ202 1
4068
- Ġwill ing
4069
- Ġapp le
4070
- Ġmiss ed
4071
- ien ces
4072
- b el
4073
- k in
4074
- Ġd rew
4075
- at t
4076
- Ġe th
4077
- Ġme at
4078
- Ġsh ock
4079
- Ġcr im
4080
- Ġ200 2
4081
- Ġmain tain
4082
- Ġcor por
4083
- ffic ient
4084
- Ġfing er
4085
- Ġindivid ual
4086
- Ġtex as
4087
- v iet
4088
- Ġg a
4089
- Ġmo b
4090
- Ġbreak fast
4091
- Ġpap ers
4092
- Ġind ic
4093
- Ġoper ation
4094
- t ies
4095
- ha nd
4096
- Ġme asure
4097
- op s
4098
- and er
4099
- Ġte eth
4100
- Ġ197 0
4101
- Ġce re
4102
- Ġmanage ment
4103
- Ġlieuten ant
4104
- Ġw ol
4105
- Ġsa ke
4106
- Ġrecord ed
4107
- Ġafric an
4108
- Ġfill ed
4109
- w ith
4110
- ag ing
4111
- Ġpart ner
4112
- Ġatt end
4113
- Ġsurpr ise
4114
- Ġruss ian
4115
- d ie
4116
- ll a
4117
- Ġother wise
4118
- Ġocc up
4119
- Ġbecom es
4120
- Ġn av
4121
- Ġun iverse
4122
- Ġsub st
4123
- Ġwind ows
4124
- Ġperform ed
4125
- Ġrepl ied
4126
- Ġcust om
4127
- w in
4128
- Ġf right
4129
- Ġr ank
4130
- Ġj ac
4131
- ter ing
4132
- Ġform s
4133
- Ġinflu ence
4134
- c u
4135
- Ġs illy
4136
- an ced
4137
- it ar
4138
- Ġsa ved
4139
- Ġfo x
4140
- Ġapp lic
4141
- Ġrec ently
4142
- Ġfeat ures
4143
- w ar
4144
- Ġf ant
4145
- Ġth ick
4146
- Ġpl ain
4147
- Ġlo ad
4148
- Ġfo cus
4149
- Ġlead ers
4150
- Ġemper or
4151
- Ġc oo
4152
- Ġl unch
4153
- Ġcan cer
4154
- Ġg host
4155
- Ġbl ind
4156
- Ġfail ed
4157
- part ement
4158
- Ġme chan
4159
- Ġhead s
4160
- Ġmet al
4161
- Ġlear ning
4162
- Ġsho es
4163
- Ġtrad itional
4164
- Ġp it
4165
- Ġl ic
4166
- Ġpo et
4167
- Ġpre vent
4168
- Ġinter view
4169
- Ġart ist
4170
- Ġresult s
4171
- Ġindepend ent
4172
- Ġfranc is
4173
- dé partement
4174
- Ġev il
4175
- Ġsing ing
4176
- Ġpain ting
4177
- Ġcond itions
4178
- s m
4179
- Ġf aces
4180
- Ġr and
4181
- Ġag ed
4182
- Ġhand le
4183
- Ġkeep ing
4184
- Ġfore ver
4185
- Ġconst ruction
4186
- Ġsat ur
4187
- Ġdescri bed
4188
- Ġcamer a
4189
- Ġoffe red
4190
- Ġr oof
4191
- Ġdr agon
4192
- ign ed
4193
- Ġship s
4194
- Ġbecom ing
4195
- p han
4196
- Ġwor st
4197
- Ġstart s
4198
- Ġstruct ure
4199
- c raft
4200
- it a
4201
- Ġas h
4202
- all ed
4203
- ul ous
4204
- Ġsp ain
4205
- ĠâĢ Ķ
4206
- Ġcop y
4207
- Ġteac hing
4208
- Ġdirect ly
4209
- Ġet c
4210
- Ġtast e
4211
- f o
4212
- he red
4213
- Ġf al
4214
- one l
4215
- Ġsha d
4216
- land s
4217
- Ġsurpr ised
4218
- b ook
4219
- r ison
4220
- pp y
4221
- Ġcons erv
4222
- Ġeas ier
4223
- Ġfly ing
4224
- Ġ201 9
4225
- Ġsold ier
4226
- m end
4227
- Ġc hat
4228
- Ġsha pe
4229
- Ġsch ol
4230
- Ġgl o
4231
- Ġdec ide
4232
- Ġpri or
4233
- Ġsleep ing
4234
- Ġt an
4235
- Ġli kes
4236
- Ġreal ize
4237
- Ġbur ied
4238
- Ġim age
4239
- Ġcirc um
4240
- n i
4241
- v i
4242
- Ġs om
4243
- Ġcont ent
4244
- Ġopin ion
4245
- Ġth ro
4246
- Ġcon cept
4247
- Ġmon t
4248
- Ġrun s
4249
- Ġgi ant
4250
- Ġconcer ned
4251
- Ġm ate
4252
- Ġsu p
4253
- Ġor dered
4254
- Ġsc rew
4255
- Ġpo cket
4256
- Ġcons um
4257
- Ġprot est
4258
- Ġmultip le
4259
- Ġm i
4260
- Ġr are
4261
- ist ics
4262
- Ġch ocol
4263
- Ġmunicip ality
4264
- l or
4265
- le ep
4266
- Ġre asons
4267
- Ġr am
4268
- ac hes
4269
- Ġstr ug
4270
- Ġstud ied
4271
- Ġappre ci
4272
- Ġp ure
4273
- Ġsecond s
4274
- Ġpret end
4275
- Ġbuild ings
4276
- Ġplan ning
4277
- Ġdiv ided
4278
- Ġcommand er
4279
- b u
4280
- f riend
4281
- Ġr h
4282
- Ġse qu
4283
- Ġpro ve
4284
- Ġmay or
4285
- Ġprod uce
4286
- Ġpossib ly
4287
- b c
4288
- on a
4289
- Ġ199 9
4290
- k er
4291
- Ġsh out
4292
- Ġlight s
4293
- Ġdrink ing
4294
- Ġcry ing
4295
- Ġauthor ity
4296
- Ġeconom ic
4297
- Ġprep ared
4298
- Ġbran ch
4299
- Ġg or
4300
- ul ty
4301
- Ġnin et
4302
- Ġm ama
4303
- ce nd
4304
- Ġsp ok
4305
- ak ed
4306
- Ġturn s
4307
- Ġi gn
4308
- ha d
4309
- Ġm as
4310
- Ġon to
4311
- the y
4312
- Ġlisten ing
4313
- Ġrequ est
4314
- Ġincre ase
4315
- Ġd or
4316
- im ately
4317
- Ġser iously
4318
- Ġlab or
4319
- Ġhung ry
4320
- Ġcab in
4321
- Ġd irty
4322
- Ġsw ear
4323
- Ġbeaut y
4324
- Ġadm ir
4325
- Ġcir cle
4326
- Ġdoc ument
4327
- w an
4328
- Ġr ome
4329
- Ġas se
4330
- Ġso viet
4331
- Ġafter wards
4332
- Ġje ff
4333
- d own
4334
- l aw
4335
- Ġm ort
4336
- Ġd are
4337
- Ġwhe el
4338
- ig er
4339
- Ġcr ack
4340
- Ġhum ans
4341
- Ġdel ight
4342
- r s
4343
- ur ies
4344
- Ġar ts
4345
- Ġqu al
4346
- Ġsil ence
4347
- Ġcost s
4348
- Ġmexic o
4349
- m ark
4350
- Ġf is
4351
- Ġd ude
4352
- Ġgr ass
4353
- Ġad vent
4354
- ye h
4355
- Ġfun ction
4356
- , '
4357
- Ġt al
4358
- Ġl ion
4359
- Ġour selves
4360
- Ġconst ant
4361
- c ise
4362
- Ġs her
4363
- Ġr um
4364
- st ood
4365
- uc le
4366
- Ġ18 7
4367
- Ġprom ised
4368
- Ġcomed y
4369
- Ġfinan cial
4370
- ian ce
4371
- Ġprogram s
4372
- Ġsus pect
4373
- Ġspl it
4374
- Ġtourn ament
4375
- ha mm
4376
- Ġm ap
4377
- Ġde mon
4378
- Ġex cl
4379
- Ġrem em
4380
- Ġenc our
4381
- Ġp ian
4382
- Ġfr uit
4383
- Ġv ice
4384
- Ġle ct
4385
- Ġgr ave
4386
- Ġprev ious
4387
- d a
4388
- p o
4389
- Ġa x
4390
- Ġto wer
4391
- Ġr ow
4392
- Ġter rit
4393
- Ġinst r
4394
- Ġstay ed
4395
- Ġlaw s
4396
- Ġlangu ages
4397
- Ġsweet ie
4398
- Ġjour ney
4399
- Ġsepar ate
4400
- Ġgree k
4401
- Ġt ro
4402
- Ġc ub
4403
- Ġg ay
4404
- Ġme re
4405
- ri al
4406
- Ġal tern
4407
- Ġcr own
4408
- Ġmin or
4409
- Ġhon our
4410
- l om
4411
- Ġt ong
4412
- Ġwas h
4413
- Ġlos ing
4414
- Ġapp l
4415
- Ġreal ity
4416
- Ġfavor ite
4417
- Ġor ange
4418
- Ġfind ing
4419
- Ġforg ive
4420
- b es
4421
- Ġp ope
4422
- Ġsu nday
4423
- Ġcar l
4424
- Ġsm oke
4425
- Ġsuc ceed
4426
- Ġmagaz ine
4427
- b our
4428
- s ing
4429
- Ġstud ies
4430
- Ġc ous
4431
- Ġact ive
4432
- Ġapparent ly
4433
- Ġlo ves
4434
- Ġ196 0
4435
- Ġphys ical
4436
- Ġsaf ety
4437
- Ġsatur day
4438
- a ult
4439
- is l
4440
- ap t
4441
- Ġcar ter
4442
- Ġcont r
4443
- Ġturn ing
4444
- Ġfif th
4445
- Ġj ail
4446
- Ġmus ical
4447
- Ġrock s
4448
- gy pt
4449
- h r
4450
- ar m
4451
- Ġit em
4452
- Ġth rew
4453
- Ġr ang
4454
- Ġun its
4455
- Ġbr ave
4456
- Ġgood bye
4457
- Ġcr ick
4458
- Ġg ang
4459
- ha s
4460
- Ġha st
4461
- Ġfeel s
4462
- fort un
4463
- d r
4464
- Ġa ye
4465
- ha b
4466
- Ġis lam
4467
- Ġst ream
4468
- ur ance
4469
- Ġas leep
4470
- Ġgr ab
4471
- Ġpat tern
4472
- Ġb other
4473
- Ġre act
4474
- am m
4475
- Ġpl ane
4476
- ast y
4477
- Ġexc han
4478
- Ġchick en
4479
- b re
4480
- Ġe gypt
4481
- Ġser ge
4482
- Ġdev il
4483
- Ġange les
4484
- Ġfr iday
4485
- Ġod d
4486
- Ġappoint ed
4487
- j an
4488
- Ġre n
4489
- Ġde but
4490
- Ġjob s
4491
- Ġin n
4492
- Ġh mm
4493
- am i
4494
- Ġad am
4495
- Ġevery where
4496
- Ġameric ans
4497
- u x
4498
- et te
4499
- Ġj ane
4500
- if orm
4501
- Ġsc ream
4502
- Ġhelp ing
4503
- Ġ3 1
4504
- Ġstre ets
4505
- r b
4506
- Ġcan ad
4507
- Ġknow ing
4508
- Ġtreat ment
4509
- Ġt iny
4510
- Ġwe b
4511
- Ġst ret
4512
- Ġde lic
4513
- Ġsc ore
4514
- Ġrel ax
4515
- Ġtrans fer
4516
- Ġshar p
4517
- Ġw ick
4518
- are t
4519
- cl es
4520
- Ġcr u
4521
- Ġloc ation
4522
- Ġste al
4523
- Ġcand id
4524
- b les
4525
- Ġd omin
4526
- Ġto mmy
4527
- Ġn ucle
4528
- Ġre nt
4529
- Ġr ise
4530
- Ġsh ore
4531
- Ġman aged
4532
- Ġam end
4533
- Ġcl ock
4534
- Ġhard ly
4535
- Ġthousand s
4536
- Ġsignific ant
4537
- Ġu pper
4538
- Ġact ual
4539
- Ġken ned
4540
- Ġdrug s
4541
- Ġdemocr atic
4542
- uf act
4543
- Ġha w
4544
- Ġse m
4545
- ard on
4546
- ans as
4547
- Ġcol on
4548
- Ġrequ ired
4549
- ant ic
4550
- Ġwork ers
4551
- Ġdr ama
4552
- Ġinst ruct
4553
- Ġfav our
4554
- p ro
4555
- im a
4556
- Ġsu gar
4557
- Ġshow ing
4558
- Ġple ased
4559
- Ġear s
4560
- Ġarr ange
4561
- m n
4562
- Ġhad n
4563
- Ġman ufact
4564
- Ġqu ality
4565
- Ġsc en
4566
- Ġbelie f
4567
- Ġret ired
4568
- Ġ199 6
4569
- Ġgrand ma
4570
- Ġfix ed
4571
- Ġintrod uced
4572
- t w
4573
- Ġf aster
4574
- Ġto ward
4575
- Ġex hib
4576
- ish op
4577
- cl ock
4578
- Ġtri al
4579
- Ġfall s
4580
- . --
4581
- Ġp ic
4582
- or ter
4583
- Ġkn ight
4584
- Ġstr uck
4585
- Ġdan iel
4586
- Ġocc asion
4587
- Ġasse mb
4588
- Ġimpro ve
4589
- Ġchocol ate
4590
- c ol
4591
- r ain
4592
- s ed
4593
- Ġhar m
4594
- Ġrel ative
4595
- Ġadv ant
4596
- Ġrespons ible
4597
- Ġdestro yed
4598
- Ġlibr ary
4599
- Ġme as
4600
- az z
4601
- Ġrequ ire
4602
- Ġdress ed
4603
- Ġkenned y
4604
- Ġb ul
4605
- Ġf ought
4606
- Ġor che
4607
- Ġcon vent
4608
- Ġcl a
4609
- Ġbas ic
4610
- Ġlim ited
4611
- 6 0
4612
- Ġg ate
4613
- Ġth ir
4614
- Ġfl ow
4615
- uck y
4616
- Ġ199 8
4617
- Ġste el
4618
- Ġaud ience
4619
- Ġe ll
4620
- Ġpolit ics
4621
- Ġscott ish
4622
- Ġdesp ite
4623
- Ġalco hol
4624
- f ather
4625
- Ġdr um
4626
- ou red
4627
- Ġu lt
4628
- Ġun fortun
4629
- Ġcomp lic
4630
- Ġstate ment
4631
- Ġ199 7
4632
- Ġmag ic
4633
- Ġslight ly
4634
- Ġco al
4635
- Ġdep ress
4636
- Ġve hic
4637
- Ġbasket ball
4638
- Ġinstit ute
4639
- us hing
4640
- Ġqu it
4641
- Ġrem ark
4642
- Ġmat ters
4643
- Ġrec ent
4644
- Ġ6 0
4645
- Ġprop os
4646
- Ġaccept ed
4647
- Ġproduct s
4648
- Ġp ad
4649
- ic ide
4650
- Ġk itt
4651
- ri f
4652
- Ġco at
4653
- ick s
4654
- Ġfall ing
4655
- Ġcred it
4656
- Ġc ards
4657
- Ġh ind
4658
- Ġj os
4659
- Ġgood s
4660
- ord in
4661
- Ġfl ag
4662
- Ġbus h
4663
- Ġgun s
4664
- Ġvict ory
4665
- Ġbott le
4666
- Ġintell ig
4667
- er n
4668
- Ġn urs
4669
- Ġh orn
4670
- Ġconf ir
4671
- Ġra ise
4672
- Ġgentle man
4673
- Ġfing ers
4674
- ve y
4675
- Ġv es
4676
- l ig
4677
- he ast
4678
- Ġb are
4679
- Ġn omin
4680
- Ġdo ct
4681
- iv ity
4682
- Ġunder stood
4683
- Ġla ug
4684
- Ġkill er
4685
- Ġins pect
4686
- Ġappro ach
4687
- Ġrap id
4688
- Ġn ur
4689
- Ġst ro
4690
- am eric
4691
- Ġj a
4692
- Ġyoung er
4693
- Ġmem or
4694
- n am
4695
- p ut
4696
- v a
4697
- Ġhe ight
4698
- ill ed
4699
- Ġcar bon
4700
- ren ces
4701
- Ġwall s
4702
- Ġpull ed
4703
- Ġchem ical
4704
- r ated
4705
- Ġla ura
4706
- Ġprev iously
4707
- Ġdu ke
4708
- Ġd ying
4709
- Ġda ily
4710
- ograp hy
4711
- l ict
4712
- Ġha l
4713
- Ġtr ail
4714
- Ġsa le
4715
- Ġsure ly
4716
- Ġwee ke
4717
- Ġcoun ter
4718
- Ġnewsp aper
4719
- Ġt ha
4720
- Ġin fect
4721
- Ġe c
4722
- ke ep
4723
- Ġrest aur
4724
- Ġbrit ain
4725
- Ġoppos ite
4726
- c ar
4727
- m ay
4728
- re es
4729
- Ġk h
4730
- Ġk at
4731
- Ġpre fer
4732
- Ġ18 5
4733
- Ġcol onel
4734
- Ġpet e
4735
- 4 0
4736
- u ly
4737
- Ġd iet
4738
- Ġk r
4739
- Ġcom ment
4740
- Ġtr ave
4741
- Ġdis play
4742
- Ġass um
4743
- Ġadv ice
4744
- Ġstep s
4745
- Ġdefe ated
4746
- Ġresour ces
4747
- Ġr ick
4748
- Ġk im
4749
- im um
4750
- Ġrec om
4751
- Ġsw itch
4752
- Ġsign al
4753
- Ġill ust
4754
- ipp ing
4755
- o x
4756
- Ã ¨
4757
- le ction
4758
- Ġnot iced
4759
- ter y
4760
- Ġun iform
4761
- Ġbu ck
4762
- Ġdream s
4763
- Ġrepublic an
4764
- i as
4765
- r id
4766
- Ġas ia
4767
- Ġat h
4768
- ... "
4769
- Ġch os
4770
- Ġun like
4771
- Ġmajor ity
4772
- Ġdet ails
4773
- Ġcollect ion
4774
- Ġb un
4775
- ig an
4776
- Ġcl oud
4777
- Ġsub s
4778
- Ġmed al
4779
- Ġwin ning
4780
- Ġbud get
4781
- Ġbod ies
4782
- Ġcanad ian
4783
- Ġp ow
4784
- an n
4785
- am ing
4786
- Ġsc ale
4787
- Ġmat ches
4788
- Ġnorth west
4789
- Ġaw ful
4790
- Ġsal t
4791
- Ġappear s
4792
- Ġruss ia
4793
- Ġclos er
4794
- Ġthro at
4795
- Ġlaug hed
4796
- r om
4797
- Ġk al
4798
- Ġli qu
4799
- Ġpro ceed
4800
- ne w
4801
- Ġdam age
4802
- Ġsol ution
4803
- Ġtemper ature
4804
- Ġninet een
4805
- Ġspok en
4806
- Ġserge ant
4807
- Ġd ed
4808
- Ġgu il
4809
- Ġfl ower
4810
- Ġend s
4811
- Ġm ail
4812
- st ra
4813
- Ġcon c
4814
- ather ine
4815
- Ġrem ains
4816
- Ġprotect ion
4817
- g ers
4818
- Ġp ha
4819
- Ġl oose
4820
- Ġad op
4821
- Ġmus lim
4822
- Ġcol our
4823
- Ġprov ided
4824
- Ġbring ing
4825
- Ġfl u
4826
- Ġel iz
4827
- Ġnum er
4828
- aw a
4829
- Ġca uses
4830
- Ġtrad ition
4831
- Ġaut om
4832
- ? '
4833
- Ġt ough
4834
- Ġa im
4835
- Ġf ired
4836
- Ġp ink
4837
- it an
4838
- Ġst an
4839
- Ġshe l
4840
- Ġjo ke
4841
- Ġhigh ly
4842
- Ġ199 5
4843
- Ġav oid
4844
- Ġshoot ing
4845
- Ġchair man
4846
- Ġentire ly
4847
- Ġfreed om
4848
- Ġcoo per
4849
- m et
4850
- w ater
4851
- om a
4852
- Ġan th
4853
- Ġpr a
4854
- Ġmar ia
4855
- Ġnat han
4856
- Ġcomple ted
4857
- Ġd ip
4858
- Ġan x
4859
- Ġkn ife
4860
- Ġaf ford
4861
- Ġexp ensive
4862
- Ġ199 4
4863
- g as
4864
- ll er
4865
- id ents
4866
- ce l
4867
- Ġgl ob
4868
- Ġball s
4869
- Ġattack ed
4870
- Ġstat us
4871
- Ġtheat re
4872
- Ġbast ard
4873
- 2 5
4874
- Ġc u
4875
- Ġn avy
4876
- Ġsa v
4877
- Ġus ual
4878
- Ġconvers ation
4879
- Ġt ang
4880
- Ġw ings
4881
- nd ered
4882
- Ġup stairs
4883
- Ġcal cul
4884
- Ġrece ive
4885
- Ġsen ior
4886
- Ġforgot ten
4887
- r ate
4888
- Ġw ha
4889
- Ġc ateg
4890
- Ġu g
4891
- Ġj on
4892
- Ġcont ains
4893
- Ġintern et
4894
- c ies
4895
- u als
4896
- Ġsh irt
4897
- Ġres ist
4898
- Ġset ting
4899
- Ġsett led
4900
- on se
4901
- en ced
4902
- Ġli ps
4903
- Ġab ility
4904
- Ġgr ace
4905
- Ġbl ank
4906
- Ġsha me
4907
- Ġrem oved
4908
- Ġmat hem
4909
- Ġele ment
4910
- Ġchamp ion
4911
- Ġhang ing
4912
- Ġsex ual
4913
- m ic
4914
- Ġp owers
4915
- Ġg ain
4916
- ar ian
4917
- Ġco ck
4918
- Ġche ese
4919
- Ġsus an
4920
- Ġdiam ond
4921
- he art
4922
- im p
4923
- Ġpart ners
4924
- Ġadm it
4925
- Ġnar r
4926
- Ġartic le
4927
- Ġguil ty
4928
- i ge
4929
- Ġa ri
4930
- et t
4931
- Ġse es
4932
- Ġman ner
4933
- are n
4934
- ys is
4935
- Ġfeel ings
4936
- Ġuse ful
4937
- Ġdep art
4938
- Ġclim ate
4939
- 8 0
4940
- m it
4941
- Ġw id
4942
- Ġex er
4943
- Ġte ars
4944
- Ġcha in
4945
- Ġnorm ally
4946
- ste in
4947
- hamm ad
4948
- Ġle ge
4949
- Ġsha kes
4950
- Ġapp eal
4951
- Ġap olog
4952
- sel s
4953
- Ġlat in
4954
- Ġaustral ian
4955
- Ġneighb or
4956
- Ġdra ft
4957
- Ġexcell ent
4958
- Ġsome how
4959
- Ġown ed
4960
- Ġleg isl
4961
- Ġdan cing
4962
- Ġadv ance
4963
- Ġextreme ly
4964
- " ?
4965
- Ġt am
4966
- Ġj am
4967
- the n
4968
- Ġear n
4969
- 19 9
4970
- Ġconnect ed
4971
- u yeh
4972
- Ġd ust
4973
- ing er
4974
- Ġshe ll
4975
- Ġsp in
4976
- Ġdri ver
4977
- Ġsen ate
4978
- Ġdraw ing
4979
- Ġesc ap
4980
- Ġmart in
4981
- rib ution
4982
- Ġachie ve
4983
- Ġsymb ol
4984
- Ġcere mon
4985
- c key
4986
- Ġc ream
4987
- ir k
4988
- Ġqu ant
4989
- Ġhar ry
4990
- Ġhelp s
4991
- Ġtemp le
4992
- Ġp ill
4993
- Ġl one
4994
- Ġg ift
4995
- Ġno ise
4996
- ab or
4997
- em ic
4998
- Ġkeep s
4999
- Ġadd ons
5000
- Ġdisc ip
5001
- Ġscient ists
5002
- het ic
5003
- Ġpak istan
5004
- n ic
5005
- ing u
5006
- Ġl is
5007
- ar ing
5008
- Ġche st
5009
- Ġsw ed
5010
- pl ace
5011
- Ġje an
5012
- Ġnin ety
5013
- Ġcommer cial
5014
- ' ,
5015
- d es
5016
- m ad
5017
- Ġbe er
5018
- Ġag ric
5019
- Ġpres ence
5020
- Ġref lect
5021
- Ġfle w
5022
- à ¤
5023
- Ġt ap
5024
- Ġp ed
5025
- Ġh ug
5026
- ct ions
5027
- Ġtra ffic
5028
- Ġfif teen
5029
- Ġbow l
5030
- Ġbenef it
5031
- Ġ =
5032
- Ġs ust
5033
- ot a
5034
- Ġsome what
5035
- int end
5036
- Ġdep ut
5037
- Ġplan ned
5038
- Ġgeor g
5039
- Ġteacher s
5040
- f all
5041
- Ġha ns
5042
- ac he
5043
- Ġat e
5044
- Ġcon cent
5045
- Ġpl enty
5046
- Ġimp er
5047
- Ġhear ing
5048
- Ġeffect s
5049
- Ġagric ult
5050
- Ġa y
5051
- Ġth in
5052
- Ġk oh
5053
- ian a
5054
- Ġpart ies
5055
- Ġ3 5
5056
- Ġcons ist
5057
- Ġhigh way
5058
- Ġcol um
5059
- Ġvir t
5060
- Ġperfect ly
5061
- Ġman ip
5062
- iz es
5063
- Ġexp and
5064
- Ġappear ance
5065
- Ġcircum st
5066
- n on
5067
- o e
5068
- p et
5069
- Ġt ay
5070
- Ġo s
5071
- Ġl it
5072
- Ġk ings
5073
- ro l
5074
- Ġbut ton
5075
- Ġcon gr
5076
- Ġup set
5077
- Ġbo ston
5078
- Ġwar s
5079
- Ġcare fully
5080
- Ġpass ing
5081
- Ġdet ail
5082
- Ġsup reme
5083
- w ers
5084
- Ġp ardon
5085
- Ġdo ors
5086
- Ġfr ances
5087
- th ur
5088
- Ġpr oof
5089
- Ġshould er
5090
- Ġsar ah
5091
- Ġchos en
5092
- g il
5093
- r ant
5094
- ll e
5095
- un ched
5096
- Ġwhen ever
5097
- Ġ199 2
5098
- Ġstay ing
5099
- Ġoper ations
5100
- Ġaward ed
5101
- Ġsuggest ed
5102
- Ġn om
5103
- et ch
5104
- ol ved
5105
- Ġmar sha
5106
- Ġcol umb
5107
- Ġste am
5108
- Ġsix ty
5109
- Ġâ Ļ
5110
- h ire
5111
- k m
5112
- Ġbr ook
5113
- Ġbr az
5114
- Ġdes ire
5115
- Ġ199 1
5116
- Ġart ists
5117
- Ġunderstand ing
5118
- Ġdi ag
5119
- yl van
5120
- Ġlaugh ing
5121
- Ġpun ish
5122
- Ġinno cent
5123
- w hen
5124
- Ġf u
5125
- Ġd ish
5126
- ri e
5127
- lf riend
5128
- Ġdiv or
5129
- Ġbull et
5130
- Ġfail ure
5131
- Ġstri ke
5132
- Ġterrit ory
5133
- n is
5134
- Ġs ed
5135
- Ġn erv
5136
- ir a
5137
- Ġun ique
5138
- Ġbo om
5139
- Ġchan ging
5140
- Ġchallen ge
5141
- Ġcous in
5142
- b ow
5143
- p ea
5144
- t les
5145
- Ġp ant
5146
- Ġand rew
5147
- Ġn az
5148
- Ġh iding
5149
- Ġr oss
5150
- Ġst ations
5151
- Ġun f
5152
- Ġback ground
5153
- be y
5154
- Ġconst ruct
5155
- Ġbes ide
5156
- b or
5157
- r ick
5158
- Ġt ie
5159
- le ment
5160
- am in
5161
- Ġad vert
5162
- Ġ199 3
5163
- Ġfull y
5164
- Ġbreak ing
5165
- Ġappro x
5166
- Ġhol iday
5167
- n at
5168
- Ġs han
5169
- Ġd ave
5170
- Ġreg ional
5171
- Ġkid ding
5172
- Ġpresent ed
5173
- Ġconnect ion
5174
- Ġwat ched
5175
- 2 3
5176
- 2 4
5177
- Ġi re
5178
- Ġc ig
5179
- Ġin ha
5180
- Ġnot es
5181
- ri er
5182
- est ic
5183
- Ġjo int
5184
- Ġter ror
5185
- Ġins urance
5186
- Ġhur ric
5187
- Ġexc ited
5188
- Ġvar iety
5189
- Ġmot ion
5190
- Ġcarry ing
5191
- Ġrab bit
5192
- Ġadvant age
5193
- r ance
5194
- Ġb id
5195
- Ġse vere
5196
- Ġso le
5197
- Ġv ia
5198
- Ġpass ion
5199
- 19 7
5200
- Ġactiv ity
5201
- g or
5202
- i est
5203
- Ġk ansas
5204
- Ġch uck
5205
- Ġbr ill
5206
- Ġgr ay
5207
- Ġpur cha
5208
- Ġpian o
5209
- en ger
5210
- is y
5211
- qu ar
5212
- Ġgr an
5213
- Ġbl ame
5214
- Ġfo ld
5215
- Ġmag n
5216
- Ġresp ond
5217
- Ġhill s
5218
- wh ile
5219
- Ġviol ence
5220
- Ġhistor ical
5221
- ag ue
5222
- -- "
5223
- Ġdr am
5224
- Ġtrans form
5225
- Ġresp onse
5226
- e z
5227
- s an
5228
- Ġm and
5229
- Ġl in
5230
- ow a
5231
- Ġre action
5232
- Ġsu m
5233
- ach us
5234
- Ġwa ve
5235
- Ġsil ent
5236
- Ġhundred s
5237
- Ġant i
5238
- Ġprim ary
5239
- Ġscient ific
5240
- v ad
5241
- Ġd aw
5242
- ut ions
5243
- Ġk er
5244
- Ġst om
5245
- ul ate
5246
- Ġwr it
5247
- Ġhun ting
5248
- Ġmix ed
5249
- ylvan ia
5250
- pea re
5251
- Ġg il
5252
- Ġon line
5253
- Ġho ckey
5254
- Ġdes per
5255
- Ġele ven
5256
- Ġproduc er
5257
- Ġoccur red
5258
- Ġemer g
5259
- Ġpac ific
5260
- Ġremem bered
5261
- Ġc raw
5262
- Ġsp ect
5263
- Ġgu itar
5264
- Ġcont ain
5265
- Ġimp act
5266
- Ġown er
5267
- Ġsupp ly
5268
- Ġchr is
5269
- Ġfil ms
5270
- Ġdel iver
5271
- Ġdro ve
5272
- Ġincre ased
5273
- Ġfan cy
5274
- Ġcitiz ens
5275
- Ġst ated
5276
- Ġshe ep
5277
- Ġpo ison
5278
- Ġsha red
5279
- Ġma z
5280
- Ġche er
5281
- Ġsign s
5282
- Ġ9 0
5283
- Ġbill ion
5284
- Ġsen ator
5285
- Ġexpress ion
5286
- " ).
5287
- a res
5288
- a hedron
5289
- Ġn ations
5290
- Ġwe nd
5291
- Ġag ency
5292
- Ġsc ri
5293
- Ġsha ke
5294
- Ġid iot
5295
- Ġz eal
5296
- Ġelect ron
5297
- itz er
5298
- Ġcomfort able
5299
- Ġtong ue
5300
- d s
5301
- Ġw ise
5302
- Ġb ishop
5303
- er ves
5304
- Ġso ph
5305
- Ġmy th
5306
- Ġun s
5307
- Ġgr aph
5308
- ĠâĢ ĺ
5309
- Ġfig ures
5310
- Ġagre ement
5311
- Ġadminist ration
5312
- Ġm ich
5313
- Ġbut t
5314
- Ġal i
5315
- Ġcont ribut
5316
- tain ed
5317
- au gh
5318
- Ġste ve
5319
- Ġconf lict
5320
- Ġdisapp eared
5321
- Ġweeke nd
5322
- Ġbraz il
5323
- m other
5324
- Ġm ile
5325
- Ġsc hed
5326
- Ġthought s
5327
- Ġsal es
5328
- Ġfield s
5329
- Ġdecl ared
5330
- g ood
5331
- Ġs amp
5332
- Ġb ite
5333
- on ia
5334
- ab eth
5335
- Ġoh io
5336
- Ġcarol ina
5337
- Ġt ied
5338
- Ġa ven
5339
- Ġp ier
5340
- Ġre in
5341
- Ġr iding
5342
- Ġbr ide
5343
- Ġed ward
5344
- Ġinc red
5345
- Ġinter p
5346
- Ġpat ients
5347
- Ġgrow th
5348
- Ġentertain ment
5349
- b ra
5350
- Ġpl ate
5351
- ang le
5352
- Ġinv ited
5353
- rop ri
5354
- Ġexamp les
5355
- Ġprop osed
5356
- Ġmaterial s
5357
- Ġexecut ive
5358
- k o
5359
- Ġl es
5360
- Ġse lling
5361
- Ġv oc
5362
- ag an
5363
- Ġfall en
5364
- Ġexper iment
5365
- Ġolymp ics
5366
- Ġk han
5367
- Ġal p
5368
- Ġal ice
5369
- mo nd
5370
- Ġinst ance
5371
- Ġdut ch
5372
- Ġdestro y
5373
- Ġweap ons
5374
- Ġsettle ment
5375
- Ġexchan ge
5376
- Ġshakes peare
5377
- Ġw itch
5378
- Ġf urn
5379
- Ġf ile
5380
- Ġp ale
5381
- Ġk ong
5382
- ac le
5383
- il a
5384
- em an
5385
- Ġgood ness
5386
- Ġser ving
5387
- Ġboy friend
5388
- Ġpay ing
5389
- su ed
5390
- Ġindian a
5391
- Ġfol k
5392
- Ġappreci ate
5393
- Ġ ll
5394
- Ġs isters
5395
- an y
5396
- le g
5397
- et ts
5398
- Ġse asons
5399
- ol k
5400
- Ġcour age
5401
- Ġsle pt
5402
- Ġ7 0
5403
- Ġsqu ared
5404
- Ġindepend ence
5405
- Ġassist ant
5406
- Ġire land
5407
- d ed
5408
- l ies
5409
- Ġb unch
5410
- Ġc ake
5411
- Ġf ate
5412
- Ġn est
5413
- Ġgu est
5414
- Ġconf eder
5415
- Ġconcer t
5416
- d ge
5417
- Ġr ug
5418
- Ġsu ck
5419
- Ġch ose
5420
- Ġun known
5421
- Ġbu g
5422
- Ġjohn son
5423
- Ġorgan is
5424
- Ġ195 0
5425
- Ġnar row
5426
- Ġbase ball
5427
- Ġcrick et
5428
- Ġglob al
5429
- Ġkoh gil
5430
- Ġcongr at
5431
- Ġkohgil uyeh
5432
- u h
5433
- Ġa k
5434
- Ġwe bs
5435
- ent ially
5436
- Ġpro s
5437
- Ġfl ash
5438
- Ġdes ert
5439
- Ġvar i
5440
- Ġsol id
5441
- Ġtur key
5442
- Ġwilliam s
5443
- Ġeconom y
5444
- Ġfeat ured
5445
- Ġliter ature
5446
- Ġbord er
5447
- Ġgir lfriend
5448
- t ar
5449
- Å «
5450
- Ġd ow
5451
- or a
5452
- ly n
5453
- ch ing
5454
- ra el
5455
- Ġstr ing
5456
- Ġ3 2
5457
- Ġcle ver
5458
- Ġap artment
5459
- Ġju ice
5460
- Ġve get
5461
- Ġactiv ities
5462
- Ġemb arr
5463
- Ġsid ney
5464
- s en
5465
- Ä «
5466
- an i
5467
- Ġg ather
5468
- Ġin qu
5469
- Ġr oles
5470
- ver se
5471
- Ġne are
5472
- Ġde li
5473
- Ġdis s
5474
- Ġpre gn
5475
- ict ed
5476
- Ġold est
5477
- Ġbas is
5478
- Ġprom ot
5479
- Ġclass es
5480
- Ġsupport ed
5481
- Ġhy p
5482
- Ġbud dy
5483
- Ġcapt ured
5484
- Ġinha bit
5485
- Ġhurric ane
5486
- Ġembarr ass
5487
- Ġs ons
5488
- Ġf ame
5489
- Ġha mm
5490
- Ġab and
5491
- Ġcon sequ
5492
- Ġsee k
5493
- Ġfound ation
5494
- Ġev olution
5495
- Ġ4 5
5496
- rop ical
5497
- Ġoper a
5498
- Ġarm ed
5499
- Ġfair ly
5500
- Ġarg ument
5501
- c ont
5502
- ed ing
5503
- Ġcont est
5504
- Ġsy n
5505
- Ġfollow s
5506
- Ġadd itional
5507
- Ġrepresent ed
5508
- Ġhop ing
5509
- Ġchap ter
5510
- Ġkore a
5511
- Ġphilosop hy
5512
- g reg
5513
- m iss
5514
- o st
5515
- u le
5516
- w as
5517
- Ä ĩ
5518
- Ġj ones
5519
- ill ing
5520
- ul ated
5521
- Ġpro se
5522
- Ġar thur
5523
- Ġrid ic
5524
- Ġarrest ed
5525
- Ġweap on
5526
- m es
5527
- Ġl as
5528
- Ġr hy
5529
- Ġk a
5530
- Ġbr ad
5531
- Ġapp ly
5532
- Ġhar der
5533
- Ġreal ized
5534
- ins on
5535
- Ġpen ns
5536
- Ġtemp or
5537
- Ġassoci ated
5538
- w ide
5539
- Ġt ag
5540
- Ġe ve
5541
- Ġas pect
5542
- Ġli f
5543
- Ġfe ature
5544
- Ġpre par
5545
- Ġeat en
5546
- Ġlab el
5547
- Ġmass achus
5548
- Ġdisapp ear
5549
- Ġstom ach
5550
- Ġat m
5551
- Ġsu ffe
5552
- ind a
5553
- Ġposs ess
5554
- Ġlab our
5555
- Ġlat ter
5556
- bur gh
5557
- Ġdra wn
5558
- Ġmassachus etts
5559
- Ġmo le
5560
- Ġcon qu
5561
- Ġbr id
5562
- Ġbr ings
5563
- Ġinte gr
5564
- Ġroom s
5565
- Ġval u
5566
- Ġwonder ing
5567
- Ġbegin s
5568
- Ġbill y
5569
- Ġjer sey
5570
- Ġfal se
5571
- Ġorche stra
5572
- americ an
5573
- Ġemerg ency
5574
- m un
5575
- p es
5576
- t ure
5577
- Ġre ck
5578
- Ġso il
5579
- Ġmar g
5580
- Ġ198 9
5581
- Ġlim it
5582
- Ġburn ed
5583
- Ġrespons ibility
5584
- Ġcrim inal
5585
- it o
5586
- Ġab d
5587
- Ġtr ains
5588
- Ġest ate
5589
- Ġlevel s
5590
- Ġdisapp oint
5591
- Ġmich igan
5592
- c est
5593
- Ġt one
5594
- Ġla unched
5595
- Ġspe ll
5596
- Ġfamil iar
5597
- Ġnerv ous
5598
- Ġt ask
5599
- Ġhe av
5600
- Ġe mm
5601
- al a
5602
- Ġr ig
5603
- Ġr ice
5604
- Ġexp ed
5605
- Ġhom es
5606
- Ġassemb ly
5607
- Ġi v
5608
- in ent
5609
- Ġm s
5610
- Ġf ab
5611
- Ġr on
5612
- Ġr yan
5613
- Ġst ad
5614
- ro s
5615
- Ġro ot
5616
- Ġhy d
5617
- Ġincre asing
5618
- Ġengine ering
5619
- Ġdeterm ined
5620
- Ġug ly
5621
- 2 9
5622
- Ġp ool
5623
- Ġcl ient
5624
- Ġcomp ared
5625
- Ġac id
5626
- Ġsol ve
5627
- Ġsevent y
5628
- Ġwith d
5629
- res p
5630
- Ġche ap
5631
- Ġeng aged
5632
- Ġpain t
5633
- Ġrail road
5634
- Ġsoft ware
5635
- Ġwend y
5636
- Ġpenns ylvania
5637
- c os
5638
- n orm
5639
- Ġi owa
5640
- an ing
5641
- Ġbe ast
5642
- se ct
5643
- ur t
5644
- op h
5645
- Ġfr ame
5646
- Ġmo nday
5647
- Ġ198 8
5648
- Ġmill ions
5649
- Ġwin ner
5650
- Ġrecord ing
5651
- Ġtreat ed
5652
- 2 1
5653
- v ation
5654
- Ã ¢
5655
- Ġa is
5656
- Ġp eak
5657
- Ġsp are
5658
- Ġdist inct
5659
- br idge
5660
- Ġconcer n
5661
- igg ler
5662
- Ġeliz abeth
5663
- Ġscri pt
5664
- Ġsuffe red
5665
- Ġl inc
5666
- Ġwe alth
5667
- st one
5668
- Ġj ill
5669
- ch o
5670
- Ġpro ced
5671
- Ġfl ood
5672
- Ġz iggler
5673
- Ġem ily
5674
- Ġ197 9
5675
- Ġsqu ad
5676
- osp here
5677
- Ġdisco ver
5678
- Ġange l
5679
- Ġord inary
5680
- Ġaff airs
5681
- Ġenvironment al
5682
- z er
5683
- Ġd ies
5684
- Ġha bit
5685
- Ġv ent
5686
- Ġ( ;
5687
- Ġun us
5688
- Ġen s
5689
- Ġcha mber
5690
- olog ist
5691
- Ġhands ome
5692
- Ġcross ed
5693
- Ġcircumst ances
5694
- Ġn ut
5695
- Ġis rael
5696
- ea ks
5697
- Ġag es
5698
- Ġho lly
5699
- Ġsusp ic
5700
- t an
5701
- Ġi ii
5702
- Ġw oo
5703
- Ġn it
5704
- Ġas ide
5705
- Ġover all
5706
- Ġdec isions
5707
- Ġsix th
5708
- Ġ8 0
5709
- Ġlinc ol
5710
- Ġy ard
5711
- Ġhapp iness
5712
- Ġfind s
5713
- Ġcap ac
5714
- sh ire
5715
- Ġtown s
5716
- Ġprov in
5717
- Ġmer c
5718
- Ġcommon ly
5719
- Ġwood s
5720
- Ġwal es
5721
- d in
5722
- l ock
5723
- he im
5724
- Ġo ak
5725
- Ġcomp on
5726
- Ġ198 2
5727
- Ġhor ri
5728
- Ġeight y
5729
- Ġphot o
5730
- Ġsurv ive
5731
- Ġdetect ive
5732
- Ġwrest ling
5733
- Ġeld er
5734
- r un
5735
- he ns
5736
- Ġc ot
5737
- Ġp ul
5738
- Ġde ck
5739
- Ġpl ot
5740
- Ġfact ory
5741
- Ġ198 4
5742
- Ġmer ry
5743
- Ġmad am
5744
- r ical
5745
- Ġw ished
5746
- Ġan cest
5747
- ack s
5748
- Ġfe ather
5749
- Ġmat t
5750
- Ġgener ation
5751
- Ġstand s
5752
- Ġpri est
5753
- Ġbri g
5754
- Ġglass es
5755
- Ġhid den
5756
- b ury
5757
- r d
5758
- re ts
5759
- Ġb ol
5760
- Ġc her
5761
- et ic
5762
- ur d
5763
- Ġgot ten
5764
- Ġro ger
5765
- Ġcr ash
5766
- Ġear ned
5767
- Ġnight s
5768
- Ġgod s
5769
- Ġoffic ially
5770
- Ġsent ence
5771
- Ġdan ny
5772
- Ġrecogn ize
5773
- Ġamend ment
5774
- Ġlincol n
5775
- v is
5776
- Ġer a
5777
- Ġgar age
5778
- Ġcrit ical
5779
- Ġindust rial
5780
- Ġdepend s
5781
- Ġjew ish
5782
- Ġatlant ic
5783
- g ues
5784
- Ġha y
5785
- ur b
5786
- ch ief
5787
- em ies
5788
- Ġsm o
5789
- Ġple asant
5790
- Ġwa ited
5791
- Ġatt ended
5792
- bo x
5793
- bo y
5794
- Ġill eg
5795
- Ġlock ed
5796
- Ġcommunic ation
5797
- Ġreven ge
5798
- Ġnomin ated
5799
- Ġzeal and
5800
- Ġc ats
5801
- Ġst ir
5802
- am n
5803
- ur ally
5804
- Ġcr is
5805
- Ġed ition
5806
- Ġed itor
5807
- che ster
5808
- Ġref used
5809
- Ġport ug
5810
- Ġda wn
5811
- Ġexist ence
5812
- Ġfle et
5813
- Ġsuff ering
5814
- wor ks
5815
- h mm
5816
- t i
5817
- Ġc ute
5818
- Ġto y
5819
- Ġl en
5820
- ut her
5821
- Ġnot ed
5822
- ain e
5823
- Ġnear by
5824
- Ġbud d
5825
- Ġrecogn ized
5826
- Ġbene ath
5827
- Ġmob ile
5828
- Ġdeput y
5829
- c ue
5830
- Ġw ard
5831
- Ġm ood
5832
- Ġde an
5833
- Ġpl astic
5834
- Ġchar t
5835
- Ġbre ast
5836
- Ġ198 7
5837
- Ġshort ly
5838
- Ġexpl os
5839
- Ġfair y
5840
- aim ed
5841
- Ġschol ar
5842
- g ie
5843
- m at
5844
- in ity
5845
- Ġint ended
5846
- Ġdisco very
5847
- Ġestab lish
5848
- 2 8
5849
- Ġw ore
5850
- Ġd ump
5851
- Ġl am
5852
- Ġun c
5853
- Ġgr ade
5854
- cept ion
5855
- Ġeffort s
5856
- Ġrepe ated
5857
- Ġunfortun ately
5858
- Ġnur se
5859
- g i
5860
- Ġan na
5861
- Ġbu ying
5862
- Ġwound ed
5863
- Ġlege nd
5864
- Ġd read
5865
- le nd
5866
- ir ing
5867
- Ġall ows
5868
- Ġtr uly
5869
- Ġer ic
5870
- iz ations
5871
- Ġele ments
5872
- Ġequ als
5873
- Ġcreat ing
5874
- Ġrob in
5875
- Ġroman ized
5876
- Ġobv ious
5877
- Ġmathem at
5878
- b ly
5879
- r as
5880
- ê ¯
5881
- on ic
5882
- ll o
5883
- es h
5884
- ic ated
5885
- ac ing
5886
- Ġdes cend
5887
- Ġfriend ly
5888
- Ġspeak er
5889
- Ġprogram me
5890
- Ġeffect ive
5891
- Ġber lin
5892
- Ġbrill iant
5893
- Ġstad ium
5894
- g ment
5895
- Ġt iger
5896
- Ġs ang
5897
- Ġo we
5898
- an o
5899
- Ġsh ook
5900
- ie ce
5901
- Ġar row
5902
- Ġunder ground
5903
- Ġsm ok
5904
- Ġcons cious
5905
- Ġins p
5906
- Ġfact or
5907
- Ġir ish
5908
- Ġstat istics
5909
- Ġfort une
5910
- Ġspend ing
5911
- Ġaccom pan
5912
- Ġswim ming
5913
- Ġselect ed
5914
- Ġadmir al
5915
- j e
5916
- re p
5917
- Ġb ent
5918
- Ġm cc
5919
- Ġr ush
5920
- Ġsu icide
5921
- os es
5922
- Ġun able
5923
- Ġsur re
5924
- ger y
5925
- 19 8
5926
- Ġreport s
5927
- Ġdark ness
5928
- Ġhealth y
5929
- Ġcomb ination
5930
- Ġgard ens
5931
- Ġfol ks
5932
- Ġdom estic
5933
- Ġinvestig ation
5934
- Å į
5935
- al ous
5936
- Ġst ress
5937
- Ġso f
5938
- Ġgr av
5939
- Ġsn ake
5940
- Ġdef ense
5941
- Ġshad ow
5942
- 2 7
5943
- Ġf ishing
5944
- im in
5945
- Ġmo ves
5946
- Ġwho ever
5947
- Ġer as
5948
- Ġz one
5949
- stand ing
5950
- Ġjohn ny
5951
- Ġsort s
5952
- Ġ197 1
5953
- Ġdel ay
5954
- Ġanal ysis
5955
- Ġrand om
5956
- Ġp ity
5957
- om an
5958
- Ġk o
5959
- ust ed
5960
- ive red
5961
- ak i
5962
- Ġen emies
5963
- ree k
5964
- Ġke ys
5965
- Ġmon ster
5966
- Ġele phan
5967
- Ġret ire
5968
- Ġimport ance
5969
- Ġadv anced
5970
- Ġkent ucky
5971
- Ġlone ly
5972
- 3 5
5973
- st ar
5974
- ad ing
5975
- Ġcr uel
5976
- Ġpoint ed
5977
- Ġ198 1
5978
- Ġtre asure
5979
- Ġmer chan
5980
- Ġval ues
5981
- Ġrom antic
5982
- sp eak
5983
- ades h
5984
- Ġsymp t
5985
- Ġlect ure
5986
- Ġdoct ors
5987
- 5 00
5988
- Ġs ally
5989
- Ġg ib
5990
- Ġcomp ound
5991
- Ġz e
5992
- Ġ18 4
5993
- Ġve ctor
5994
- Ġliter ally
5995
- Ġdeg rees
5996
- Ġrefer red
5997
- Ġreview s
5998
- Ġadminist r
5999
- Ġcomplic ated
6000
- Ġhorri ble
6001
- Ġt ub
6002
- Ġb ass
6003
- Ġc av
6004
- Ġatt itude
6005
- Ġdeal ing
6006
- y our
6007
- Ġw and
6008
- Ġc em
6009
- Ġst ab
6010
- all ow
6011
- Ġv iet
6012
- Ġcon ce
6013
- Ġco re
6014
- Ġproper ly
6015
- Ġbri an
6016
- Ġcult ural
6017
- Ġcommitt ed
6018
- Ġbath room
6019
- l ar
6020
- Ã ¦
6021
- Ġm ud
6022
- Ġm ister
6023
- Ġto ile
6024
- as y
6025
- om y
6026
- ot ic
6027
- Ġst u
6028
- ak en
6029
- Ġhi red
6030
- Ġann ual
6031
- Ġbelong s
6032
- Ġb ha
6033
- ro se
6034
- Ġthr own
6035
- Ġtalk s
6036
- Ġdist ribut
6037
- Ġfun eral
6038
- Ġtou ched
6039
- Ġcry st
6040
- Ġcook ing
6041
- for ce
6042
- Ġburn ing
6043
- Ġrestaur ant
6044
- Ġmaz ra
6045
- " ),
6046
- b ble
6047
- w ing
6048
- Ã ¤
6049
- Ġto ols
6050
- ir o
6051
- Ġdo zen
6052
- Ġpro ved
6053
- ap ers
6054
- Ġcha se
6055
- Ġbu ff
6056
- Ġcommun ities
6057
- Ġexpl ained
6058
- Ġdescri be
6059
- e xt
6060
- Ġw ing
6061
- Ġw ire
6062
- Ġr ib
6063
- Ġst ol
6064
- ad s
6065
- se x
6066
- Ġas ian
6067
- Ġper man
6068
- Ġsim on
6069
- 19 6
6070
- Ġta i
6071
- Ġtur k
6072
- wh ich
6073
- Ġarr ang
6074
- Ġridic ulous
6075
- Ġmazra eh
6076
- i j
6077
- Ġb orrow
6078
- Ġc ale
6079
- Ġm ental
6080
- Ġth under
6081
- Ġj r
6082
- Ġlo yal
6083
- Ġmar ks
6084
- Ġatt orn
6085
- Ġcol ors
6086
- Ġequ ip
6087
- Ġpain ted
6088
- Ġtick et
6089
- Ġscar ce
6090
- b ased
6091
- Ġm oo
6092
- Ġf ed
6093
- Ġg oo
6094
- Ġat om
6095
- Ġsub t
6096
- Ġcoll ea
6097
- Ġ198 6
6098
- Ġ197 6
6099
- Ġtor n
6100
- Ġris ing
6101
- Ġwal ter
6102
- Ġmir ror
6103
- Ġprep are
6104
- Ġcharl ie
6105
- Ġjac ob
6106
- Ġp ension
6107
- Ġto oth
6108
- Ġto mb
6109
- al y
6110
- am an
6111
- Ġwh ist
6112
- Ġam y
6113
- Ġbel g
6114
- Ġpar ish
6115
- Ġsw itzer
6116
- Ġcreat ure
6117
- Ġstrong er
6118
- Ġcrit ics
6119
- wr iter
6120
- Ġgodd ess
6121
- Ġapplic ation
6122
- Ġmemor ial
6123
- b al
6124
- Ġj ess
6125
- Ġan ton
6126
- Ġv ision
6127
- Ġpot ential
6128
- Ġrecom mend
6129
- 7 0
6130
- Ġto ys
6131
- Ġse ed
6132
- Ġbl o
6133
- od es
6134
- Ġapp ropri
6135
- Ġinc ident
6136
- Ġbad ly
6137
- Ġ198 5
6138
- Ġfrancis co
6139
- Ġcongrat ulations
6140
- b led
6141
- r ich
6142
- Ã ´
6143
- Ġ :
6144
- Ġ vel
6145
- Ġc ant
6146
- Ġst ole
6147
- Ġsh h
6148
- Ġbr on
6149
- Ġthem e
6150
- Ġro d
6151
- Ġro de
6152
- Ġpo em
6153
- Ġbet ty
6154
- Ġperson ally
6155
- Ġbab ies
6156
- Ġprincip al
6157
- Ġwol f
6158
- Ġfant astic
6159
- Ġswitzer land
6160
- l av
6161
- ha ppy
6162
- Ġc ass
6163
- Ġd umb
6164
- Ġsa ving
6165
- Ġcal vad
6166
- Ġsec ure
6167
- Ġpur ple
6168
- Ġoper ating
6169
- Ġshop ping
6170
- Ġappl ied
6171
- Ġath let
6172
- Ġcalvad os
6173
- 3 4
6174
- Ġt ip
6175
- Ġt ropical
6176
- Ġc ert
6177
- Ġm ons
6178
- ak a
6179
- Ġdep os
6180
- Ġ5 00
6181
- Ġair craft
6182
- Ġ6 4
6183
- Ġexc iting
6184
- Ġtrack s
6185
- Ġtyp ical
6186
- Ġgodd amn
6187
- Ġwebs ite
6188
- h ot
6189
- i Äĩ
6190
- r ad
6191
- Ġt ale
6192
- Ġf ans
6193
- ing ly
6194
- im ents
6195
- Ġsh ift
6196
- Ġcomp osed
6197
- ath y
6198
- Ġmin istry
6199
- Ġsub sequ
6200
- Ġsing les
6201
- Ġger mans
6202
- Ġwind s
6203
- Ġje alous
6204
- Ġhonest ly
6205
- ĠÂ ¶
6206
- Ġfis her
6207
- h in
6208
- Ġ [
6209
- Ġw ag
6210
- ad el
6211
- Ġsh ir
6212
- out s
6213
- Ġtw in
6214
- Ġgr am
6215
- Ġsc at
6216
- Ġland s
6217
- Ġcontin ues
6218
- Ġbur st
6219
- igh s
6220
- Ġident ity
6221
- Ġneighb our
6222
- Ġox ford
6223
- Ġnumer ous
6224
- h l
6225
- Å ¡
6226
- Ġf asc
6227
- Ġan ger
6228
- Ġar k
6229
- Ġgr a
6230
- Ġdes k
6231
- Ġinter rupt
6232
- Ġ196 4
6233
- Ġber n
6234
- Ġfort un
6235
- Ġcy cle
6236
- Ġm ent
6237
- nd a
6238
- Ġp our
6239
- ce ler
6240
- Ġv ic
6241
- Ġcomm it
6242
- Ġcr ook
6243
- Ġreg ret
6244
- Ġsw ing
6245
- Ġ18 0
6246
- Ġmet ro
6247
- Ġlad der
6248
- Ġenjo yed
6249
- Ġinit ial
6250
- Ġinstr ument
6251
- Ġinstruct ions
6252
- Ġapprox imately
6253
- r ot
6254
- Ġthe ater
6255
- Ġm ath
6256
- Ġf i
6257
- um ber
6258
- Ġhow ard
6259
- Ġac celer
6260
- Ġstr anger
6261
- Ġinc ome
6262
- Ġ197 8
6263
- Ġemplo y
6264
- wor th
6265
- Ġsant a
6266
- Ġdyn asty
6267
- Ġfright ened
6268
- Ġatm osphere
6269
- Ġequip ment
6270
- h is
6271
- Ġm mm
6272
- Ġk u
6273
- Ġsp lend
6274
- Ġmill er
6275
- Ġpresident ial
6276
- Ġpap a
6277
- Ġexper t
6278
- Ġpal m
6279
- Ġsend ing
6280
- bb les
6281
- Ġnucle ar
6282
- Ġw ra
6283
- Ġb ot
6284
- Ġb os
6285
- Ġf art
6286
- Ġto ast
6287
- Ġre ference
6288
- Ġgo sh
6289
- Ġne ut
6290
- ain ts
6291
- Ġbu nd
6292
- ph y
6293
- Ġheart s
6294
- do or
6295
- Ġrul ed
6296
- Ġeras mus
6297
- 2 2
6298
- Ġs ly
6299
- Ġb ible
6300
- Ġb ones
6301
- Ġg at
6302
- it ors
6303
- Ġab b
6304
- Ġput s
6305
- Ġcr ap
6306
- Ġpu zz
6307
- Ġconvent ion
6308
- Ġmarg aret
6309
- 3 8
6310
- Ġi ra
6311
- al i
6312
- Ġme al
6313
- Ġwor ship
6314
- we ight
6315
- Ġfo c
6316
- Ġrep ut
6317
- Ġcons ult
6318
- Ġinc or
6319
- Ġ198 3
6320
- Ġ197 5
6321
- Ġclose ly
6322
- rog en
6323
- Ġinvest ment
6324
- Ġhistor ic
6325
- Ġpregn ant
6326
- f ive
6327
- Ġg ord
6328
- Ġbe ating
6329
- Ġmo s
6330
- Ġsu fficient
6331
- Ġgu ide
6332
- Ġact s
6333
- Ġass y
6334
- Ġdev ices
6335
- cri pt
6336
- Ġaltern ative
6337
- Ġgeorg ia
6338
- Ġ /
6339
- Ġb one
6340
- Ġd ub
6341
- et her
6342
- Ġli ly
6343
- Ġte en
6344
- Ġcl ay
6345
- Ġgu ar
6346
- Ġbu zz
6347
- Ġres cue
6348
- Ġend ing
6349
- Ġdist ingu
6350
- Ġdev ice
6351
- Ġphil ipp
6352
- Ġsepar ated
6353
- Ġalex ander
6354
- Ġconserv ative
6355
- y ard
6356
- Ġs ink
6357
- en cies
6358
- is er
6359
- al so
6360
- Ġsp o
6361
- Ġla unch
6362
- Ġmean while
6363
- Ġed die
6364
- ont o
6365
- Ġpub l
6366
- Ġdrink s
6367
- Ġdefe at
6368
- ο u
6369
- Ġlau ght
6370
- Ġinit i
6371
- gl as
6372
- Ġperm ission
6373
- Ġvictim s
6374
- Ġnathan iel
6375
- Ġneighbor hood
6376
- Ġimper ial
6377
- Ġa id
6378
- Ġc ord
6379
- Ġh unt
6380
- Ġre ject
6381
- Ġnot able
6382
- Ġle on
6383
- Ġsc he
6384
- Ġind ians
6385
- Ġinst ant
6386
- Ġent rance
6387
- Ġdec or
6388
- Ġconf used
6389
- Ġmark ed
6390
- Ġcontro vers
6391
- Ġexper ien
6392
- Ġroad s
6393
- Ġcre ation
6394
- Ġ193 0
6395
- Ġauthor ities
6396
- Ġprison ers
6397
- Ġinit ially
6398
- Ġol iver
6399
- Ġstu art
6400
- ! '
6401
- m ont
6402
- Ġw aves
6403
- Ġc ou
6404
- Ġp or
6405
- Ġp ages
6406
- as hing
6407
- Ġr aw
6408
- st ers
6409
- ur i
6410
- ch i
6411
- um es
6412
- Ġch op
6413
- Ġco vers
6414
- Ġgu ests
6415
- Ġpre fect
6416
- Ġcent uries
6417
- li est
6418
- Ġ197 3
6419
- Ġcheck ed
6420
- Ġclot hing
6421
- Ġsour ces
6422
- Ġinj ury
6423
- Ġpil ot
6424
- Ġsucceed ed
6425
- Ġvehic le
6426
- Ġemm a
6427
- . )
6428
- b age
6429
- e ur
6430
- g ent
6431
- he w
6432
- nd e
6433
- Ġl ung
6434
- Ġre ar
6435
- Ġj ay
6436
- Ġtr ained
6437
- Ġcl er
6438
- Ġrem ove
6439
- Ġstud ying
6440
- Ġsk ills
6441
- Ġ197 4
6442
- Ġclass ic
6443
- Ġvol ume
6444
- Ġphys ics
6445
- Ġmach ines
6446
- Ġox y
6447
- Ġast ron
6448
- Ġsurround ed
6449
- quar ters
6450
- 1 00
6451
- g t
6452
- w ich
6453
- Ġy u
6454
- Ġp ushed
6455
- Ġl an
6456
- Ġl ane
6457
- Ġg ig
6458
- Ġh ong
6459
- Ġre ward
6460
- Ġbo ats
6461
- Ġreturn ing
6462
- Ġ196 9
6463
- Ġhor ror
6464
- Ġbal ance
6465
- Ġgree ce
6466
- Ġwil son
6467
- Ġvictor ia
6468
- Ġdelic ious
6469
- Ġunus ual
6470
- Ġsympt oms
6471
- Ġs oup
6472
- Ġl ap
6473
- ly ing
6474
- Ġse l
6475
- un te
6476
- os h
6477
- Ġact ions
6478
- Ġdis ney
6479
- Ġph r
6480
- Ġpar all
6481
- Ġsl ide
6482
- Ġvo ices
6483
- Ġvis ited
6484
- Ġmur dered
6485
- Ġcop s
6486
- Ġearth qu
6487
- Ġmass ive
6488
- Ġdiffic ulty
6489
- Ġobs erved
6490
- Ġclaim ed
6491
- Ġbang l
6492
- Ġjun ior
6493
- Ġadop ted
6494
- Ġcot ton
6495
- Ġlaught er
6496
- l ong
6497
- m od
6498
- v est
6499
- w ill
6500
- Ġb bc
6501
- Ġg az
6502
- Ġv iv
6503
- Ġcon ver
6504
- Ġman s
6505
- ens es
6506
- Ġeng age
6507
- Ġsur gery
6508
- Ġass ume
6509
- Ġhold s
6510
- rop ol
6511
- Ġ194 0
6512
- Ġobs erv
6513
- Ġwat ers
6514
- Ġknock ed
6515
- Ġinspect or
6516
- Ġattorn ey
6517
- h us
6518
- re ck
6519
- Ġf oss
6520
- Ġd ale
6521
- Ġbe gg
6522
- Ġj ury
6523
- Ġar gu
6524
- the w
6525
- tern al
6526
- Ġmusic ian
6527
- Ġlead s
6528
- Ġvol unte
6529
- Ġmethod s
6530
- Ġimpress ion
6531
- Ġreve aled
6532
- Ġkore an
6533
- cons cious
6534
- Ġintellig ence
6535
- Ġliqu id
6536
- Ġstol en
6537
- 9 0
6538
- Ġt s
6539
- Ġb or
6540
- Ġm ig
6541
- Ġp ump
6542
- Ġr ud
6543
- Ġgo als
6544
- Ġcl ause
6545
- Ġreg ions
6546
- Ġbit s
6547
- Ġlist ed
6548
- pe red
6549
- Ġass ign
6550
- Ġcapt ure
6551
- Ġanal y
6552
- Ġarchitect ure
6553
- look ing
6554
- t im
6555
- Ġn uts
6556
- ot i
6557
- Ġr ivers
6558
- if ying
6559
- ag ger
6560
- Ġcl ar
6561
- Ġour s
6562
- Ġown ers
6563
- Ġchar ged
6564
- Ġbar b
6565
- Ġcur ious
6566
- aw s
6567
- Ġcomb ined
6568
- Ġblock s
6569
- Ġindivid uals
6570
- Ġguar ant
6571
- 3 6
6572
- u ous
6573
- à ¦
6574
- Ġb om
6575
- Ġd um
6576
- ic y
6577
- Ġne p
6578
- Ġv in
6579
- Ġpr ote
6580
- Ġshould ers
6581
- ens ions
6582
- Ġdes erve
6583
- Ġsit u
6584
- Ġprov ides
6585
- Ġconf idence
6586
- Ġocc as
6587
- urs day
6588
- Ġphot ograph
6589
- Ġjump ed
6590
- Ġn aked
6591
- Ġz oo
6592
- Ġda isy
6593
- Ġvide os
6594
- Ġproper ties
6595
- Ġengine er
6596
- Ġban ks
6597
- Ġescap ed
6598
- intend o
6599
- Ġinterp ret
6600
- p oint
6601
- Ġf are
6602
- Ġf uel
6603
- Ġy ell
6604
- or age
6605
- Ġl em
6606
- Ġl ately
6607
- Ġn intendo
6608
- Ġwant ing
6609
- Ġmar gin
6610
- cl ass
6611
- Ġhouse hold
6612
- Ġfriend ship
6613
- Ġins ult
6614
- Ġ197 2
6615
- Ġest im
6616
- Ġmor al
6617
- Ġnet her
6618
- Ġaffect ed
6619
- Ġbenef its
6620
- v ant
6621
- Ġp ants
6622
- Ġth ursday
6623
- Ġk an
6624
- ir st
6625
- Ġli ver
6626
- ate ful
6627
- ep ing
6628
- Ġbet ray
6629
- Ġgre g
6630
- Ġnat urally
6631
- 19 5
6632
- Ġdou glas
6633
- Ġjack et
6634
- Ġopp osed
6635
- Ġstep hen
6636
- Ġver t
6637
- Ġemplo ye
6638
- Ġcorpor ation
6639
- Ġadvent ure
6640
- ��depress ion
6641
- Ġinhabit ants
6642
- Ġexped ition
6643
- a ud
6644
- m ail
6645
- Ġm d
6646
- et ime
6647
- Ġkn ees
6648
- Ġmo de
6649
- ons ense
6650
- Ġ3 6
6651
- Ġmat thew
6652
- Ġrel ief
6653
- Ġdep th
6654
- Ġmind s
6655
- Ġ196 8
6656
- Ġinf ant
6657
- Ġcut ting
6658
- Ġfig ured
6659
- Ġsuff er
6660
- Ġwide ly
6661
- Ġsatisf ied
6662
- Ġstrug g
6663
- resp ond
6664
- Ġtoile t
6665
- l ife
6666
- Ã £
6667
- Ġb ah
6668
- an cy
6669
- Ġg ained
6670
- Ġre fe
6671
- Ġex ha
6672
- Ġpo le
6673
- Ġcont em
6674
- ff in
6675
- Ġrem aining
6676
- Ġstr ate
6677
- Ġass ault
6678
- Ġdri ven
6679
- Ġsoon er
6680
- Ġcross ing
6681
- Ġobject s
6682
- Ġpossib ility
6683
- Ġmaid en
6684
- l augh
6685
- ad or
6686
- and ie
6687
- un ting
6688
- Ġsh iv
6689
- Ġv ul
6690
- ie ur
6691
- os is
6692
- Ġsp ite
6693
- Ġdis g
6694
- og ue
6695
- og ether
6696
- Ġcour ts
6697
- Ġbit ter
6698
- Ġinterest s
6699
- ik a
6700
- Ġexpl an
6701
- Ġcop ies
6702
- eng ers
6703
- Ġdoll ar
6704
- Ġgradu ated
6705
- c alled
6706
- ot o
6707
- Ġbe ars
6708
- Ġfor b
6709
- Ġde bt
6710
- th ou
6711
- Ġbr uce
6712
- Ġ194 5
6713
- ham ed
6714
- Ġorgan ized
6715
- Ġrepresent atives
6716
- Ġhop ed
6717
- Ġscen es
6718
- Ġstrate gy
6719
- f ish
6720
- z o
6721
- Ġp iss
6722
- it ure
6723
- le ts
6724
- ot y
6725
- Ġno ble
6726
- Ġbo nd
6727
- Ġmu hammad
6728
- Ġrec ru
6729
- ib i
6730
- Ġgre et
6731
- Ġsim pl
6732
- Ġpass age
6733
- Ġelect ions
6734
- Ġdri ves
6735
- Ġprof it
6736
- Ġ15 0
6737
- Ġdel ivered
6738
- Ġview s
6739
- cher s
6740
- Ġcolumb ia
6741
- Ġinsp ired
6742
- l ord
6743
- is c
6744
- Ġh its
6745
- ap ore
6746
- Ġlet ting
6747
- Ġlea f
6748
- Ġcor respond
6749
- pect ive
6750
- Ġver te
6751
- Ġmax imum
6752
- Ġess entially
6753
- Ġceremon y
6754
- norm andie
6755
- Ġcem eter
6756
- g un
6757
- u a
6758
- ar ia
6759
- Ġbe e
6760
- Ġe ager
6761
- Ġis sued
6762
- Ġre ign
6763
- Ġno d
6764
- Ġar c
6765
- Ġpr ide
6766
- end er
6767
- Ġcons ists
6768
- Ġmet ers
6769
- Ġbas se
6770
- Ġconst it
6771
- Ġ196 3
6772
- Ġexpl ore
6773
- Ġsuper ior
6774
- Ġvers ions
6775
- Ġnecess arily
6776
- Ġitem s
6777
- Â °
6778
- Ġa ld
6779
- Ġm amm
6780
- Ġl amb
6781
- es ome
6782
- Ġimp lement
6783
- Ġstr ateg
6784
- Ġsing apore
6785
- Ġcommun ist
6786
- ph ia
6787
- Ġred uced
6788
- Ġbed room
6789
- Ġprofess ion
6790
- Ġquiet ly
6791
- fr om
6792
- Ġregard ed
6793
- Ġdun no
6794
- Ġsust ain
6795
- Ġtai wan
6796
- Ġt ues
6797
- Ġb ike
6798
- Ġc atherine
6799
- Ġd ur
6800
- Ġp ent
6801
- st ep
6802
- Ġan ch
6803
- Ġall en
6804
- Ġcon clud
6805
- em p
6806
- Ġ3 00
6807
- Ġcap able
6808
- Ġmom ents
6809
- Ġgen e
6810
- Ġhead quarters
6811
- Ġdistrict s
6812
- Ġphot os
6813
- Ġrepe at
6814
- sm ith
6815
- Ġstrug gle
6816
- a ug
6817
- Ġs ou
6818
- Ġo ption
6819
- Ġm it
6820
- Ġy um
6821
- Ġnow here
6822
- Ġlo an
6823
- own ed
6824
- Ġact ed
6825
- Ġpol ish
6826
- Ġid eal
6827
- Ġcontro lled
6828
- Ġdiscuss ion
6829
- Ġarg ent
6830
- Ġartic les
6831
- Ġtues day
6832
- h um
6833
- p ers
6834
- Ġf ier
6835
- Ġp ip
6836
- as tern
6837
- as ka
6838
- id ers
6839
- Ġas sh
6840
- her s
6841
- Ġv ast
6842
- Ġbl ast
6843
- Ġrec on
6844
- Ġans wers
6845
- Ġalong side
6846
- Ġequ ation
6847
- Ġeight een
6848
- Ġmur de
6849
- Ġ194 7
6850
- nes day
6851
- Ġgrant ed
6852
- Ġpir ates
6853
- Ġaven ue
6854
- l ers
6855
- Ġm ouse
6856
- Ġf el
6857
- Ġd oo
6858
- Ġn i
6859
- Ġcon cl
6860
- Ġag ents
6861
- Ġwhere ver
6862
- Ġke vin
6863
- Ġreg ister
6864
- Ġacc ur
6865
- Ġlist ened
6866
- Ġred uce
6867
- Ġaw esome
6868
- Ġintern al
6869
- Ġclub s
6870
- Ġvot es
6871
- Ġgoo gle
6872
- adel phia
6873
- i ac
6874
- Â ´
6875
- ã ĥ
6876
- Ġt ank
6877
- Ġc in
6878
- Ġto ol
6879
- Ġbe nd
6880
- al o
6881
- Ġan no
6882
- Ġli z
6883
- Ġco ordin
6884
- Ġcont ext
6885
- Ġsit es
6886
- Ġclass ical
6887
- iam i
6888
- Ġtele phone
6889
- ien cy
6890
- Ġwed nesday
6891
- Ġbran ches
6892
- Ġaccom pl
6893
- Ġpoll ution
6894
- Ġpha se
6895
- Ġpunish ment
6896
- Ġgord on
6897
- Ġoxy gen
6898
- Ġcemeter y
6899
- f our
6900
- Ã §
6901
- Ġhe s
6902
- Ġr ope
6903
- Ġso lo
6904
- Ġfr ag
6905
- Ġte nder
6906
- Ġpre cious
6907
- Ġfo nd
6908
- ib ly
6909
- Ġent ry
6910
- Ġland sc
6911
- Ġalbum s
6912
- Ġtor onto
6913
- Ġinde x
6914
- Ġaff air
6915
- Ġcompos er
6916
- Ġmyster y
6917
- Ġaband oned
6918
- Ġarrang ed
6919
- 3 2
6920
- p ass
6921
- Ġt u
6922
- Ġfor d
6923
- ri x
6924
- Ġal bert
6925
- Ġus eless
6926
- Ġte ar
6927
- Ġ19 20
6928
- Ġrec y
6929
- Ġsl ave
6930
- Ġchild hood
6931
- Ġconf ess
6932
- Ġill ness
6933
- Ġkiss ed
6934
- Ġemot ions
6935
- Ġelectric ity
6936
- Ġdemon str
6937
- Ġdip lom
6938
- Ġheav ily
6939
- b its
6940
- Ġs ought
6941
- er a
6942
- er able
6943
- Ġd na
6944
- Ġg ates
6945
- Ġst ores
6946
- Ġch oo
6947
- Ġbo ots
6948
- Ġsw allow
6949
- Ġhead ed
6950
- Ġpers u
6951
- Ġcoll abor
6952
- Ġmer cy
6953
- Ġ194 4
6954
- Ġaust ria
6955
- Ġcat tle
6956
- Ġpract ical
6957
- fo ot
6958
- Ġcolum n
6959
- Ġmurde rer
6960
- 3 7
6961
- g on
6962
- w ick
6963
- Ġg ross
6964
- Ġn onsense
6965
- at i
6966
- Ġth read
6967
- Ġpo nd
6968
- ord er
6969
- Ġpre cise
6970
- Ġrel ation
6971
- Ġadd ing
6972
- Ġmeet ings
6973
- Ġtri es
6974
- Ġext ended
6975
- Ġ197 7
6976
- Ġprom oted
6977
- Ġpresent ly
6978
- Ġadv oc
6979
- Ġattack s
6980
- Ġdig ital
6981
- Ġwick ed
6982
- Ġcandid ate
6983
- Ġpic ard
6984
- Ġmerchan t
6985
- Ġt um
6986
- Ġp iz
6987
- Ġin sect
6988
- Ġe ag
6989
- Ġj azz
6990
- ke l
6991
- ul ed
6992
- Ġun com
6993
- Ġwhere as
6994
- Ġind ones
6995
- Ġke lly
6996
- Ġpers ons
6997
- Ġste pped
6998
- Ġserv ant
6999
- Ġdef ence
7000
- Ġexpect ing
7001
- Ġmere ly
7002
- Ġappropri ate
7003
- r ons
7004
- Å Ł
7005
- Ġt ack
7006
- Ġy or
7007
- Ġto w
7008
- Ġh ut
7009
- ot te
7010
- Ġst ones
7011
- Ġdo ve
7012
- ust ing
7013
- Ġad j
7014
- Ġform at
7015
- Ġsur ve
7016
- Ġperson ality
7017
- Ġ196 7
7018
- Ġpick ing
7019
- Ġdaught ers
7020
- Ġtest ing
7021
- Ġproject s
7022
- Ġrev ol
7023
- Ġur ban
7024
- Ġbeg un
7025
- ĠÂ £
7026
- Ġparall el
7027
- 3 9
7028
- f it
7029
- f ly
7030
- t ake
7031
- Ġ {
7032
- Ġb c
7033
- Ġm iami
7034
- Ġd ug
7035
- us ive
7036
- Ġwas hed
7037
- Ġne at
7038
- Ġer ror
7039
- Ġwar ning
7040
- Ġreg iment
7041
- Ġim ages
7042
- Ġamong st
7043
- Ġcro at
7044
- Ġintell ect
7045
- Ġcateg ory
7046
- Ġswed en
7047
- Ġilleg al
7048
- k h
7049
- t es
7050
- v ior
7051
- Ġt ab
7052
- ou ri
7053
- Ġb um
7054
- Ġc reek
7055
- Ġf aced
7056
- Ġp ipe
7057
- us a
7058
- Ġr ings
7059
- Ġst im
7060
- ia o
7061
- Ġsc ored
7062
- ress ed
7063
- Ġsm iling
7064
- Ġform ation
7065
- Ġmet ropol
7066
- Ġ196 5
7067
- Ġoper ated
7068
- Ġphil adelphia
7069
- Ġdescri ption
7070
- Ġspirit ual
7071
- tw o
7072
- Ġdaw son
7073
- Ġais ne
7074
- Ġgat hered
7075
- Ġin cl
7076
- ar n
7077
- Ġst airs
7078
- Ġj ur
7079
- Ġas hamed
7080
- Ġne ur
7081
- Ġlo ving
7082
- Ġfin n
7083
- Ġele v
7084
- Ġinv asion
7085
- Ġpur su
7086
- Ġpos itions
7087
- Ġvill ages
7088
- Ġsail ed
7089
- ó n
7090
- b ird
7091
- Ġc ave
7092
- Ġf ulf
7093
- Ġp as
7094
- at ically
7095
- Ġth ief
7096
- Ġr ag
7097
- Ġk ha
7098
- ea ble
7099
- un a
7100
- Ġgr ateful
7101
- Ġfour teen
7102
- Ġmess ages
7103
- Ġmor gan
7104
- Ġmod els
7105
- Ġbreat hing
7106
- Ġconv in
7107
- Ġadult s
7108
- speak ing
7109
- c al
7110
- Ġo tt
7111
- an ne
7112
- Ġv on
7113
- Ġsp ar
7114
- if ts
7115
- Ġcomp ar
7116
- av an
7117
- Ġsm iled
7118
- Ġmon arch
7119
- Ġbar on
7120
- Ġstand ards
7121
- Ġunivers ities
7122
- Ġrepl ace
7123
- Ġlat est
7124
- Ġexist ing
7125
- Ġbeha vior
7126
- Ġalt ogether
7127
- Ġsplend id
7128
- 2 6
7129
- 4 5
7130
- c ase
7131
- r an
7132
- r ist
7133
- v id
7134
- v ard
7135
- z ing
7136
- Ã ±
7137
- Ġd ating
7138
- Ġand y
7139
- Ġe fficient
7140
- al ing
7141
- Ġch in
7142
- Ġco le
7143
- Ġsc rap
7144
- Ġfin ance
7145
- Ġreg ist
7146
- Ġhope fully
7147
- Ġchur ches
7148
- Ġpull ing
7149
- Ġsubject s
7150
- af ter
7151
- Ġsevent h
7152
- Ġopt im
7153
- Ġelephan t
7154
- v or
7155
- Ġsp oon
7156
- Ġro ber
7157
- Ġen orm
7158
- Ġmar s
7159
- vel ope
7160
- Ġdiffe rences
7161
- Ġcor ps
7162
- Ġcook ie
7163
- Ġtechn ical
7164
- Ġviol ent
7165
- Ġintrod uce
7166
- Ġdoc uments
7167
- Ġrac ing
7168
- Ġanth ony
7169
- Ġsmo oth
7170
- Ġa irl
7171
- Ġd al
7172
- Ġj ung
7173
- Ġse ats
7174
- Ġal f
7175
- Ġshe et
7176
- Ġcom ic
7177
- ak h
7178
- Ġres erve
7179
- Ġexper iences
7180
- Ġ194 1
7181
- Ġallow ing
7182
- Ġmexic an
7183
- Ġvac c
7184
- Ġemot ional
7185
- Ġnewsp apers
7186
- Ġira q
7187
- 9 9
7188
- t ic
7189
- Ġs i
7190
- Ġc d
7191
- at han
7192
- Ġso ap
7193
- th ree
7194
- av a
7195
- int on
7196
- Ġstr ang
7197
- Ġhat ed
7198
- Ġcamp bell
7199
- Ġclim b
7200
- Ġchampionship s
7201
- Ġlu ke
7202
- Ġthreat ened
7203
- Ġlic ense
7204
- Ġnarr ator
7205
- Ġdram atic
7206
- Ġincred ible
7207
- Ġvalu able
7208
- re te
7209
- Ġf iction
7210
- Ġg est
7211
- Ġr us
7212
- st ate
7213
- Ġwor n
7214
- Ġlo ver
7215
- Ġpr on
7216
- iss a
7217
- Ġbeing s
7218
- Ġsl a
7219
- Ġsw ift
7220
- Ġdist ribution
7221
- oun ced
7222
- Ġinter act
7223
- Ġepis odes
7224
- Ġsac rif
7225
- Ġencour age
7226
- Ġreput ation
7227
- s er
7228
- Ġy ards
7229
- it led
7230
- Ġth orough
7231
- Ġk y
7232
- Ġus er
7233
- Ġcl in
7234
- Ġset s
7235
- ott ed
7236
- Ġbreat he
7237
- Ġdesper ate
7238
- Ġpicard ie
7239
- Ġconvin ced
7240
- Ġm all
7241
- Ġy an
7242
- Ġp unch
7243
- an ium
7244
- it ter
7245
- Ġwh oops
7246
- ist ol
7247
- el a
7248
- Ġbr a
7249
- Ġen velope
7250
- Ġpart ly
7251
- Ġthr one
7252
- Ġbel t
7253
- Ġstop s
7254
- Ġbar n
7255
- Ġland ed
7256
- Ġcat al
7257
- Ġsupport ing
7258
- Ġhun ter
7259
- Ġclaim s
7260
- Ġresour ce
7261
- Ġpir ate
7262
- Ġded icated
7263
- Ġexer cise
7264
- Ġcapac ity
7265
- Ġnether lands
7266
- g s
7267
- p ent
7268
- u i
7269
- Ġa le
7270
- Ġs ung
7271
- Ġb ry
7272
- Ġp anc
7273
- ic ia
7274
- Ġr illa
7275
- Ġst raw
7276
- Ġtr ace
7277
- Ġtr ump
7278
- el ine
7279
- ort ed
7280
- Ġbo ld
7281
- Ġdown stairs
7282
- Ġworld wide
7283
- Ġche ss
7284
- Ġsy d
7285
- Ġmight y
7286
- Ġconf ident
7287
- Ġprob ability
7288
- Ġca using
7289
- Ġequ ival
7290
- Ġless on
7291
- Ġabs or
7292
- Ġtest s
7293
- Ġfif a
7294
- Ġappro ved
7295
- Ġclean ing
7296
- Ġcollect ed
7297
- Ġsand y
7298
- ky o
7299
- Ġsly ne
7300
- 3 1
7301
- r in
7302
- t v
7303
- Ġs na
7304
- Ġb ou
7305
- Ġf id
7306
- Ġy ay
7307
- Ġg le
7308
- Ġst able
7309
- Ġas ks
7310
- Ġgu ards
7311
- Ġchar ges
7312
- Ġgl or
7313
- Ġob lig
7314
- Ġret reat
7315
- Ġrest rict
7316
- Ġhur ts
7317
- Ġdevelop ing
7318
- Ġhen ce
7319
- Ġnorm an
7320
- Ġpot ato
7321
- ' ?
7322
- Ġthe rap
7323
- Ġb ars
7324
- Ġg ear
7325
- it ched
7326
- at ures
7327
- om en
7328
- ge l
7329
- if er
7330
- Ġun happy
7331
- Ġle w
7332
- Ġsc and
7333
- Ġstr ict
7334
- Ġ3 7
7335
- Ġrec all
7336
- Ġform al
7337
- Ġlarge ly
7338
- Ġstar red
7339
- Ġang le
7340
- Ġru in
7341
- Ġroman ia
7342
- Ġbeat en
7343
- Ġneg oti
7344
- Ġpurp oses
7345
- Ġappoint ment
7346
- Ġregard ing
7347
- Ġsac red
7348
- Ġexperien ced
7349
- w ear
7350
- Ġin g
7351
- ir s
7352
- Ġse ar
7353
- Ġcl are
7354
- ci ence
7355
- Ġshow er
7356
- Ġpass es
7357
- Ġste ven
7358
- Ġsweet heart
7359
- Ġcomput ers
7360
- Ġjer ry
7361
- Ġdepend ing
7362
- l rb
7363
- Ġbe es
7364
- Ġst ern
7365
- th y
7366
- Ġpe e
7367
- Ġway ne
7368
- Ġinst itution
7369
- Ġsix teen
7370
- less ly
7371
- Ġair pl
7372
- Ġext end
7373
- Ġinf in
7374
- Ġgrand pa
7375
- Ġgrand father
7376
- Ġspir its
7377
- Ġtick ets
7378
- Ġwound s
7379
- Ġnav al
7380
- Ġdiag n
7381
- Ġperman ent
7382
- Ġsche me
7383
- r rb
7384
- u its
7385
- Ġf ake
7386
- Ġp itt
7387
- Ġre aching
7388
- Ġu gh
7389
- Ġj ar
7390
- ... !
7391
- Ġun p
7392
- Ġbr ut
7393
- Ġco d
7394
- hed ral
7395
- ile y
7396
- Ġfound ing
7397
- Ġgl ory
7398
- Ġdef ined
7399
- go ing
7400
- Ġluc y
7401
- Ġren amed
7402
- Ġholly wood
7403
- Ġmons ieur
7404
- b ach
7405
- c op
7406
- t han
7407
- Ġm ack
7408
- ag ers
7409
- ne ath
7410
- Ġel imin
7411
- Ġinv ented
7412
- Ġposs ession
7413
- Ġmem ories
7414
- Ġplatform s
7415
- Ġolymp ic
7416
- Ġcabin et
7417
- Ġconfir med
7418
- he y
7419
- Ġb ure
7420
- Ġd io
7421
- Ġy ug
7422
- Ġp oo
7423
- Ġmo z
7424
- Ġup d
7425
- Ġnew ly
7426
- Ġind o
7427
- Ġexp lo
7428
- Ġmed ium
7429
- Ġpat ri
7430
- Ġdiv ide
7431
- Ġsho e
7432
- Ġorgan izations
7433
- Ġdise ases
7434
- Ġopportun ities
7435
- Ġlu x
7436
- Ġinj ured
7437
- Ġchem istry
7438
- Ġmyster ious
7439
- Ġjournal ist
7440
- Ġthir teen
7441
- Ġ Î
7442
- Ġt ube
7443
- Ġi p
7444
- Ġb av
7445
- Ġb orough
7446
- Ġd ign
7447
- Ġr idge
7448
- Ġst y
7449
- Ġsp y
7450
- Ġcl ick
7451
- Ġcl ark
7452
- Ġact ors
7453
- Ġcr imes
7454
- Ġsl ipped
7455
- Ġcap e
7456
- Ġgen us
7457
- Ġhead ing
7458
- Ġmiss ouri
7459
- Ġpass enger
7460
- Ġext ent
7461
- Ġra j
7462
- Ġadm itted
7463
- Ġpolic ies
7464
- Ġdut ies
7465
- Ġtyp ically
7466
- Ġvac ation
7467
- Ġnick n
7468
- Ġdeb ate
7469
- bour ne
7470
- Ġexhib ition
7471
- Ġrhy th
7472
- d ers
7473
- f ire
7474
- l an
7475
- Ġa z
7476
- re m
7477
- Ġd ull
7478
- ing ton
7479
- Ġr ip
7480
- Ġsh ield
7481
- Ġle an
7482
- Ġgr im
7483
- Ġcar riage
7484
- Ġma h
7485
- gin es
7486
- Ġpass engers
7487
- olog ists
7488
- cc a
7489
- Ġbill s
7490
- Ġjud y
7491
- Ġthrow ing
7492
- Ġident ified
7493
- Ġliter ary
7494
- Ġvisit ors
7495
- Ġspecific ally
7496
- Ġlis a
7497
- Ġcris is
7498
- 3 3
7499
- m outh
7500
- s ome
7501
- Ġa er
7502
- Ġs ig
7503
- ha ve
7504
- Ġp y
7505
- or al
7506
- Ġin ner
7507
- Ġk aren
7508
- Ġor th
7509
- Ġun conscious
7510
- Ġoff ering
7511
- Ġbu bble
7512
- Ġla x
7513
- be h
7514
- ful ness
7515
- Ġfound er
7516
- Ġline ar
7517
- Ġ196 6
7518
- Ġport ion
7519
- Ġru ined
7520
- Ġdin os
7521
- Ġforest s
7522
- Ġsail ing
7523
- Ġtax es
7524
- Ġble w
7525
- Ġfrequ ently
7526
- g ate
7527
- l ines
7528
- m aster
7529
- p ool
7530
- Ġs ke
7531
- Ġb in
7532
- Ġd ates
7533
- Ġp int
7534
- en ess
7535
- Ġin ch
7536
- as p
7537
- om ed
7538
- ul s
7539
- ab el
7540
- os lav
7541
- Ġbr ush
7542
- ag ne
7543
- Ġsc iences
7544
- Ġbu bbles
7545
- cl ing
7546
- Ġunder neath
7547
- uc ing
7548
- sh it
7549
- Ġinc om
7550
- ell ed
7551
- Ġwo ndered
7552
- Ġaw ake
7553
- Ġ195 4
7554
- Ġrob inson
7555
- Ġinvol ve
7556
- Ġrepresent ative
7557
- Ġlift ed
7558
- Ġgradu ate
7559
- Ġdyn am
7560
- Ġapolog ize
7561
- Ġexplan ation
7562
- i at
7563
- o ard
7564
- Ġ Ï
7565
- Ġw ins
7566
- Ġd ing
7567
- Ġy oon
7568
- ut ed
7569
- ea u
7570
- Ġv it
7571
- Ġcom r
7572
- Ġcon ven
7573
- Ġher s
7574
- Ġtr ap
7575
- Ġint ense
7576
- Ġdis ag
7577
- Ġcont ained
7578
- Ġev al
7579
- Ġyoung est
7580
- Ġchrist ians
7581
- Ġ195 6
7582
- Ġarm en
7583
- Ġeduc ational
7584
- Ġnort heast
7585
- Ġgrad ually
7586
- Ġdefin ition
7587
- Ġprim arily
7588
- Ġcell s
7589
- Ġsem i
7590
- Ġgrav ity
7591
- Ġsyd ney
7592
- e qu
7593
- m ission
7594
- Ġo sc
7595
- Ġl oo
7596
- Ġse lection
7597
- Ġwhe els
7598
- Ġal gor
7599
- Ġsp ark
7600
- Ġar gue
7601
- Ġpe ar
7602
- Ġint ent
7603
- ord inary
7604
- Ġsl ip
7605
- Ġev ident
7606
- Ġsor row
7607
- Ġacc used
7608
- Ġemp has
7609
- Ġcoun sel
7610
- Ġpriv ile
7611
- Ġsout heast
7612
- Ġroll o
7613
- Ġprincip le
7614
- Ġliber ty
7615
- Ġfro zen
7616
- Ġrelative ly
7617
- Ġves sels
7618
- Ġelectron ic
7619
- Ġsamp le
7620
- Ġdow nt
7621
- m i
7622
- m al
7623
- Ġs ie
7624
- or ous
7625
- Ġl ind
7626
- Ġg ap
7627
- ct ic
7628
- ag a
7629
- Ġpe asant
7630
- Ġla ure
7631
- Ġke en
7632
- Ġhar rison
7633
- Ġ3 4
7634
- aught er
7635
- Ġserv ants
7636
- Ġconst antly
7637
- Ġanim ated
7638
- Ġstrong ly
7639
- Ġconcer ns
7640
- Ġhol es
7641
- Ġhost ed
7642
- Ġoppos ition
7643
- Ġenter pr
7644
- Ġwis hes
7645
- Ġbac ter
7646
- Ġoccup ied
7647
- Ġcustom ers
7648
- Ġoccasion ally
7649
- Ġrapid ly
7650
- Ġalgor ith
7651
- c ia
7652
- Ġw reck
7653
- Ġl uther
7654
- Ġg um
7655
- Ġr if
7656
- Ġwh it
7657
- il ton
7658
- op her
7659
- Ġcl own
7660
- Ġmar ie
7661
- Ġinst inct
7662
- Ġob st
7663
- Ġwood en
7664
- Ġcompet e
7665
- Ġbag s
7666
- Ġpray er
7667
- Ġbeg ged
7668
- Ġwhis pered
7669
- Ġeth nic
7670
- Ġglo be
7671
- Ġadministr ative
7672
- Ġprefect ure
7673
- i ven
7674
- m el
7675
- Ġb oring
7676
- Ġp ushing
7677
- ic ians
7678
- Ġse al
7679
- Ġall ies
7680
- Ġtr aged
7681
- Ġtr unk
7682
- Ġbr u
7683
- Ġfe e
7684
- Ġen gines
7685
- Ġlet s
7686
- Ġsc ary
7687
- od ec
7688
- Ġcr ay
7689
- ens ity
7690
- Ġmon key
7691
- Ġgl en
7692
- Ġpat rick
7693
- Ġra ven
7694
- Ġcreat ive
7695
- Ġ194 8
7696
- Ġstar ring
7697
- Ġcirc uit
7698
- Ġident ify
7699
- Ġjew s
7700
- Ġprincip les
7701
- Ġrough ly
7702
- keep er
7703
- Ġpow der
7704
- Ġwrit ers
7705
- b et
7706
- h ist
7707
- p ow
7708
- re al
7709
- Ġf aint
7710
- Ġp s
7711
- Ġto lom
7712
- Ġto kyo
7713
- is en
7714
- ac les
7715
- un ts
7716
- Ġpl um
7717
- Ġus ers
7718
- ber ry
7719
- Ġwar ri
7720
- Ġatt ached
7721
- Ġkind a
7722
- Ġgen ius
7723
- Ġdeath s
7724
- ik i
7725
- Ġmer ged
7726
- Ġ194 2
7727
- Ġaust en
7728
- Ġcamp us
7729
- com ing
7730
- anc ing
7731
- Ġarri ve
7732
- Ġroll ed
7733
- Ġacqu ired
7734
- Ġprem ier
7735
- Ġfran z
7736
- Ġpoet ry
7737
- Ġconstruct ed
7738
- Ġtolom beh
7739
- c our
7740
- d iv
7741
- j ud
7742
- k ind
7743
- m ill
7744
- u ge
7745
- ã Ĥ
7746
- Ġa ck
7747
- Ġb ald
7748
- Ġm es
7749
- Ġm am
7750
- Ġf c
7751
- Ġn ed
7752
- Ġwh oo
7753
- ro ll
7754
- Ġkn ee
7755
- Ġmo lly
7756
- Ġsh ining
7757
- Ġab oard
7758
- Ġam anda
7759
- Ġfe ver
7760
- Ġjo han
7761
- Ġwr ites
7762
- Ġrep ly
7763
- Ġcount ing
7764
- ks hire
7765
- Ġhar mon
7766
- Ġlast ed
7767
- Ġgl ance
7768
- Ġland ing
7769
- Ġext ensive
7770
- Ġcreat ures
7771
- Ġhit ler
7772
- Ġ195 2
7773
- Ġdest ruction
7774
- Ġtreat y
7775
- Ġcam b
7776
- Ġcompet ed
7777
- Ġfac ulty
7778
- Ġsurv ived
7779
- Ġrelationship s
7780
- Ġsevent een
7781
- Ġcelebr ated
7782
- Ġinstr uments
7783
- Ġbun ny
7784
- f ound
7785
- g ro
7786
- m r
7787
- u ate
7788
- Ġp up
7789
- Ġse ized
7790
- Ġal ien
7791
- ag u
7792
- ud es
7793
- Ġoff ers
7794
- Ġlong est
7795
- Ġgreat ly
7796
- Ġmid night
7797
- Ġ196 1
7798
- Ġmot iv
7799
- ipp er
7800
- Ġexcept ion
7801
- Ġterri f
7802
- Ġclos ing
7803
- e enth
7804
- i y
7805
- w ind
7806
- Ġt iss
7807
- Ġd ash
7808
- Ġk ang
7809
- ab out
7810
- Ġdist ant
7811
- io let
7812
- Ġprotect ed
7813
- Ġfrank lin
7814
- Ġarri val
7815
- Ġrecogn ition
7816
- Ġextra ordinary
7817
- Ġofficial s
7818
- Ġfarm ers
7819
- Ġemot ion
7820
- Ġspr ings
7821
- Ġpainting s
7822
- Ġprovin ces
7823
- Ġearthqu ake
7824
- l ad
7825
- m ate
7826
- s ar
7827
- Ġd ial
7828
- Ġg ary
7829
- Ġse as
7830
- Ġbr us
7831
- Ġwa x
7832
- Ġ4 00
7833
- Ġinst antly
7834
- Ġtri angle
7835
- Ġ196 2
7836
- Ġvis ual
7837
- Ġpen ny
7838
- Ġ195 8
7839
- cha e
7840
- Ġpan ama
7841
- Ġchristian ity
7842
- Ġprint ed
7843
- Ġsher iff
7844
- 9 5
7845
- f uck
7846
- p ol
7847
- or ation
7848
- Ġal um
7849
- Ġsp aces
7850
- Ġer r
7851
- Ġfl ed
7852
- Ġpre ced
7853
- Ġrem ote
7854
- Ġcompan ion
7855
- Ġsound ed
7856
- Ġreason able
7857
- Ġrese ar
7858
- Ġmum my
7859
- Ġet han
7860
- Ġhous ing
7861
- Ġfaith ful
7862
- Ġkil omet
7863
- Ġconc rete
7864
- Ġneare r
7865
- Ġtempor ary
7866
- Ġdistribut ed
7867
- Ġcryst al
7868
- Ġbangl adesh
7869
- Ġ ;
7870
- er ted
7871
- Ġp hen
7872
- Ġto ss
7873
- Ġin her
7874
- Ġn y
7875
- Ġh ou
7876
- ic ing
7877
- Ġr ival
7878
- se a
7879
- Ġdo gg
7880
- Ġtr am
7881
- Ġro y
7882
- Ġad apt
7883
- ild a
7884
- lo ad
7885
- Ġoffic es
7886
- Ġsqu ir
7887
- Ġrom ance
7888
- cri ption
7889
- Ġphil ip
7890
- Ġannoun ce
7891
- Ġexec ution
7892
- Ġachie ved
7893
- Ġbare ly
7894
- Ġmuslim s
7895
- Ġincor por
7896
- a a
7897
- m ates
7898
- n ings
7899
- Ġi b
7900
- Ġc ul
7901
- Ġst orage
7902
- Ġj ord
7903
- ch uck
7904
- Ġv ain
7905
- Ġor phan
7906
- em a
7907
- Ġro ots
7908
- Ġdis miss
7909
- Ġchrist opher
7910
- Ġbat tery
7911
- Ġless ons
7912
- Ġmic he
7913
- Ġfre ud
7914
- Ġdeep ly
7915
- Ġeconom ics
7916
- Ġprison er
7917
- Ġfac ilities
7918
- Ġgri ef
7919
- Ġreck on
7920
- Ġmoo re
7921
- Ġphr ase
7922
- Ġassh ole
7923
- p her
7924
- Ġm ild
7925
- Ġd ivers
7926
- Ġn ik
7927
- as ia
7928
- Ġst ew
7929
- ge on
7930
- Ġbr ick
7931
- man n
7932
- Ġop ens
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/predict_results.txt DELETED
@@ -1,724 +0,0 @@
1
- index prediction
2
- 0 1
3
- 1 1
4
- 2 1
5
- 3 1
6
- 4 1
7
- 5 1
8
- 6 1
9
- 7 1
10
- 8 1
11
- 9 1
12
- 10 1
13
- 11 1
14
- 12 1
15
- 13 1
16
- 14 1
17
- 15 1
18
- 16 1
19
- 17 1
20
- 18 1
21
- 19 1
22
- 20 1
23
- 21 1
24
- 22 1
25
- 23 1
26
- 24 1
27
- 25 1
28
- 26 1
29
- 27 1
30
- 28 1
31
- 29 0
32
- 30 1
33
- 31 1
34
- 32 1
35
- 33 1
36
- 34 1
37
- 35 1
38
- 36 1
39
- 37 1
40
- 38 1
41
- 39 1
42
- 40 0
43
- 41 1
44
- 42 1
45
- 43 1
46
- 44 1
47
- 45 1
48
- 46 1
49
- 47 1
50
- 48 1
51
- 49 1
52
- 50 1
53
- 51 1
54
- 52 1
55
- 53 1
56
- 54 1
57
- 55 1
58
- 56 1
59
- 57 1
60
- 58 1
61
- 59 1
62
- 60 1
63
- 61 0
64
- 62 1
65
- 63 0
66
- 64 1
67
- 65 1
68
- 66 1
69
- 67 1
70
- 68 1
71
- 69 1
72
- 70 1
73
- 71 0
74
- 72 1
75
- 73 1
76
- 74 1
77
- 75 1
78
- 76 1
79
- 77 0
80
- 78 1
81
- 79 1
82
- 80 1
83
- 81 1
84
- 82 0
85
- 83 1
86
- 84 1
87
- 85 1
88
- 86 1
89
- 87 1
90
- 88 1
91
- 89 1
92
- 90 1
93
- 91 1
94
- 92 1
95
- 93 1
96
- 94 0
97
- 95 1
98
- 96 0
99
- 97 1
100
- 98 1
101
- 99 1
102
- 100 1
103
- 101 1
104
- 102 1
105
- 103 1
106
- 104 1
107
- 105 1
108
- 106 0
109
- 107 1
110
- 108 1
111
- 109 1
112
- 110 1
113
- 111 1
114
- 112 1
115
- 113 1
116
- 114 1
117
- 115 1
118
- 116 1
119
- 117 1
120
- 118 1
121
- 119 1
122
- 120 1
123
- 121 1
124
- 122 1
125
- 123 0
126
- 124 1
127
- 125 1
128
- 126 1
129
- 127 1
130
- 128 1
131
- 129 1
132
- 130 1
133
- 131 1
134
- 132 1
135
- 133 1
136
- 134 1
137
- 135 1
138
- 136 1
139
- 137 0
140
- 138 1
141
- 139 0
142
- 140 1
143
- 141 1
144
- 142 1
145
- 143 1
146
- 144 1
147
- 145 1
148
- 146 1
149
- 147 0
150
- 148 1
151
- 149 1
152
- 150 0
153
- 151 1
154
- 152 1
155
- 153 1
156
- 154 1
157
- 155 1
158
- 156 0
159
- 157 1
160
- 158 0
161
- 159 1
162
- 160 1
163
- 161 1
164
- 162 1
165
- 163 1
166
- 164 1
167
- 165 1
168
- 166 1
169
- 167 1
170
- 168 1
171
- 169 0
172
- 170 1
173
- 171 0
174
- 172 1
175
- 173 1
176
- 174 1
177
- 175 1
178
- 176 1
179
- 177 1
180
- 178 1
181
- 179 1
182
- 180 1
183
- 181 1
184
- 182 1
185
- 183 1
186
- 184 1
187
- 185 1
188
- 186 1
189
- 187 1
190
- 188 1
191
- 189 1
192
- 190 1
193
- 191 1
194
- 192 1
195
- 193 1
196
- 194 1
197
- 195 0
198
- 196 1
199
- 197 1
200
- 198 0
201
- 199 1
202
- 200 1
203
- 201 1
204
- 202 1
205
- 203 1
206
- 204 1
207
- 205 1
208
- 206 1
209
- 207 1
210
- 208 1
211
- 209 1
212
- 210 1
213
- 211 1
214
- 212 1
215
- 213 1
216
- 214 1
217
- 215 1
218
- 216 1
219
- 217 1
220
- 218 1
221
- 219 1
222
- 220 1
223
- 221 1
224
- 222 1
225
- 223 1
226
- 224 1
227
- 225 1
228
- 226 1
229
- 227 1
230
- 228 1
231
- 229 1
232
- 230 1
233
- 231 1
234
- 232 1
235
- 233 1
236
- 234 1
237
- 235 0
238
- 236 1
239
- 237 1
240
- 238 1
241
- 239 1
242
- 240 1
243
- 241 1
244
- 242 1
245
- 243 1
246
- 244 1
247
- 245 1
248
- 246 1
249
- 247 1
250
- 248 1
251
- 249 1
252
- 250 1
253
- 251 1
254
- 252 1
255
- 253 1
256
- 254 1
257
- 255 1
258
- 256 1
259
- 257 1
260
- 258 1
261
- 259 0
262
- 260 1
263
- 261 0
264
- 262 1
265
- 263 1
266
- 264 1
267
- 265 1
268
- 266 1
269
- 267 1
270
- 268 1
271
- 269 1
272
- 270 1
273
- 271 1
274
- 272 1
275
- 273 1
276
- 274 1
277
- 275 1
278
- 276 1
279
- 277 1
280
- 278 1
281
- 279 1
282
- 280 0
283
- 281 0
284
- 282 0
285
- 283 1
286
- 284 1
287
- 285 1
288
- 286 0
289
- 287 1
290
- 288 1
291
- 289 0
292
- 290 1
293
- 291 0
294
- 292 1
295
- 293 1
296
- 294 1
297
- 295 0
298
- 296 1
299
- 297 1
300
- 298 0
301
- 299 1
302
- 300 1
303
- 301 1
304
- 302 1
305
- 303 1
306
- 304 1
307
- 305 0
308
- 306 0
309
- 307 1
310
- 308 1
311
- 309 0
312
- 310 0
313
- 311 1
314
- 312 1
315
- 313 1
316
- 314 0
317
- 315 1
318
- 316 1
319
- 317 1
320
- 318 1
321
- 319 1
322
- 320 1
323
- 321 1
324
- 322 1
325
- 323 1
326
- 324 1
327
- 325 1
328
- 326 1
329
- 327 1
330
- 328 1
331
- 329 1
332
- 330 1
333
- 331 1
334
- 332 1
335
- 333 1
336
- 334 1
337
- 335 1
338
- 336 1
339
- 337 1
340
- 338 1
341
- 339 1
342
- 340 1
343
- 341 1
344
- 342 1
345
- 343 1
346
- 344 1
347
- 345 1
348
- 346 1
349
- 347 1
350
- 348 0
351
- 349 1
352
- 350 0
353
- 351 1
354
- 352 1
355
- 353 1
356
- 354 1
357
- 355 1
358
- 356 1
359
- 357 1
360
- 358 0
361
- 359 1
362
- 360 1
363
- 361 1
364
- 362 1
365
- 363 1
366
- 364 1
367
- 365 1
368
- 366 0
369
- 367 1
370
- 368 1
371
- 369 1
372
- 370 1
373
- 371 1
374
- 372 1
375
- 373 1
376
- 374 1
377
- 375 1
378
- 376 1
379
- 377 1
380
- 378 1
381
- 379 0
382
- 380 1
383
- 381 0
384
- 382 1
385
- 383 1
386
- 384 1
387
- 385 1
388
- 386 1
389
- 387 1
390
- 388 1
391
- 389 1
392
- 390 0
393
- 391 1
394
- 392 1
395
- 393 1
396
- 394 1
397
- 395 1
398
- 396 1
399
- 397 1
400
- 398 1
401
- 399 1
402
- 400 1
403
- 401 0
404
- 402 0
405
- 403 1
406
- 404 1
407
- 405 1
408
- 406 0
409
- 407 0
410
- 408 1
411
- 409 1
412
- 410 1
413
- 411 1
414
- 412 0
415
- 413 1
416
- 414 1
417
- 415 0
418
- 416 1
419
- 417 1
420
- 418 1
421
- 419 1
422
- 420 0
423
- 421 0
424
- 422 1
425
- 423 1
426
- 424 1
427
- 425 1
428
- 426 1
429
- 427 1
430
- 428 1
431
- 429 1
432
- 430 1
433
- 431 1
434
- 432 1
435
- 433 1
436
- 434 0
437
- 435 1
438
- 436 1
439
- 437 1
440
- 438 1
441
- 439 1
442
- 440 1
443
- 441 1
444
- 442 1
445
- 443 1
446
- 444 1
447
- 445 1
448
- 446 1
449
- 447 1
450
- 448 1
451
- 449 1
452
- 450 1
453
- 451 1
454
- 452 1
455
- 453 1
456
- 454 1
457
- 455 1
458
- 456 1
459
- 457 1
460
- 458 1
461
- 459 1
462
- 460 1
463
- 461 1
464
- 462 1
465
- 463 1
466
- 464 1
467
- 465 0
468
- 466 1
469
- 467 1
470
- 468 1
471
- 469 1
472
- 470 1
473
- 471 1
474
- 472 1
475
- 473 1
476
- 474 1
477
- 475 1
478
- 476 1
479
- 477 0
480
- 478 1
481
- 479 1
482
- 480 1
483
- 481 1
484
- 482 1
485
- 483 1
486
- 484 1
487
- 485 1
488
- 486 0
489
- 487 1
490
- 488 0
491
- 489 1
492
- 490 1
493
- 491 1
494
- 492 1
495
- 493 1
496
- 494 1
497
- 495 1
498
- 496 1
499
- 497 1
500
- 498 1
501
- 499 1
502
- 500 1
503
- 501 0
504
- 502 1
505
- 503 1
506
- 504 1
507
- 505 0
508
- 506 1
509
- 507 1
510
- 508 1
511
- 509 1
512
- 510 0
513
- 511 1
514
- 512 0
515
- 513 1
516
- 514 1
517
- 515 0
518
- 516 1
519
- 517 1
520
- 518 1
521
- 519 1
522
- 520 1
523
- 521 1
524
- 522 1
525
- 523 1
526
- 524 1
527
- 525 1
528
- 526 1
529
- 527 1
530
- 528 0
531
- 529 1
532
- 530 1
533
- 531 1
534
- 532 1
535
- 533 1
536
- 534 1
537
- 535 0
538
- 536 1
539
- 537 0
540
- 538 1
541
- 539 1
542
- 540 0
543
- 541 1
544
- 542 1
545
- 543 1
546
- 544 1
547
- 545 1
548
- 546 1
549
- 547 1
550
- 548 1
551
- 549 1
552
- 550 1
553
- 551 1
554
- 552 0
555
- 553 1
556
- 554 1
557
- 555 1
558
- 556 1
559
- 557 0
560
- 558 1
561
- 559 1
562
- 560 1
563
- 561 1
564
- 562 1
565
- 563 1
566
- 564 0
567
- 565 0
568
- 566 1
569
- 567 1
570
- 568 1
571
- 569 1
572
- 570 1
573
- 571 1
574
- 572 1
575
- 573 1
576
- 574 1
577
- 575 1
578
- 576 1
579
- 577 1
580
- 578 1
581
- 579 1
582
- 580 1
583
- 581 1
584
- 582 1
585
- 583 1
586
- 584 0
587
- 585 1
588
- 586 1
589
- 587 1
590
- 588 0
591
- 589 1
592
- 590 1
593
- 591 1
594
- 592 0
595
- 593 1
596
- 594 1
597
- 595 1
598
- 596 1
599
- 597 1
600
- 598 0
601
- 599 1
602
- 600 1
603
- 601 1
604
- 602 1
605
- 603 1
606
- 604 1
607
- 605 1
608
- 606 0
609
- 607 1
610
- 608 1
611
- 609 1
612
- 610 1
613
- 611 1
614
- 612 1
615
- 613 1
616
- 614 1
617
- 615 1
618
- 616 1
619
- 617 1
620
- 618 1
621
- 619 1
622
- 620 0
623
- 621 1
624
- 622 1
625
- 623 1
626
- 624 1
627
- 625 1
628
- 626 1
629
- 627 1
630
- 628 1
631
- 629 0
632
- 630 1
633
- 631 1
634
- 632 1
635
- 633 1
636
- 634 1
637
- 635 1
638
- 636 1
639
- 637 1
640
- 638 1
641
- 639 0
642
- 640 1
643
- 641 1
644
- 642 0
645
- 643 0
646
- 644 0
647
- 645 1
648
- 646 1
649
- 647 1
650
- 648 1
651
- 649 1
652
- 650 1
653
- 651 1
654
- 652 0
655
- 653 1
656
- 654 1
657
- 655 1
658
- 656 1
659
- 657 0
660
- 658 1
661
- 659 1
662
- 660 1
663
- 661 1
664
- 662 1
665
- 663 1
666
- 664 1
667
- 665 1
668
- 666 1
669
- 667 1
670
- 668 0
671
- 669 1
672
- 670 1
673
- 671 1
674
- 672 1
675
- 673 1
676
- 674 1
677
- 675 1
678
- 676 1
679
- 677 1
680
- 678 1
681
- 679 1
682
- 680 1
683
- 681 1
684
- 682 1
685
- 683 1
686
- 684 1
687
- 685 1
688
- 686 1
689
- 687 1
690
- 688 1
691
- 689 1
692
- 690 1
693
- 691 1
694
- 692 0
695
- 693 1
696
- 694 1
697
- 695 1
698
- 696 1
699
- 697 1
700
- 698 1
701
- 699 1
702
- 700 1
703
- 701 0
704
- 702 1
705
- 703 1
706
- 704 1
707
- 705 1
708
- 706 1
709
- 707 1
710
- 708 1
711
- 709 1
712
- 710 1
713
- 711 1
714
- 712 1
715
- 713 0
716
- 714 1
717
- 715 1
718
- 716 1
719
- 717 1
720
- 718 1
721
- 719 0
722
- 720 1
723
- 721 1
724
- 722 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b1f94b6d5de37f26608d0698ebcc454146ecb922e837551733f2ba427ecfd0d
3
- size 138748329
 
 
 
 
lm_model/finetune/boolq/special_tokens_map.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
lm_model/finetune/boolq/tokenizer_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "bos_token": "<s>",
4
- "cls_token": "<s>",
5
- "eos_token": "</s>",
6
- "errors": "replace",
7
- "mask_token": {
8
- "__type": "AddedToken",
9
- "content": "<mask>",
10
- "lstrip": true,
11
- "normalized": false,
12
- "rstrip": false,
13
- "single_word": false
14
- },
15
- "model_max_length": 1000000000000000019884624838656,
16
- "name_or_path": "../../checkpoints/baseline/default-baseline-uncleaned/lm_model",
17
- "pad_token": "<pad>",
18
- "sep_token": "</s>",
19
- "special_tokens_map_file": null,
20
- "tokenizer_class": "RobertaTokenizer",
21
- "trim_offsets": true,
22
- "unk_token": "<unk>"
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/train_results.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "epoch": 10.0,
3
- "train_loss": 0.6369922984730113,
4
- "train_runtime": 49.4272,
5
- "train_samples": 2072,
6
- "train_samples_per_second": 419.202,
7
- "train_steps_per_second": 6.676
8
- }
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/trainer_state.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 10.0,
5
- "global_step": 330,
6
- "is_hyper_param_search": false,
7
- "is_local_process_zero": true,
8
- "is_world_process_zero": true,
9
- "log_history": [
10
- {
11
- "epoch": 6.06,
12
- "eval_accuracy": 0.6224066615104675,
13
- "eval_f1": 0.7497708524289642,
14
- "eval_loss": 0.6524361371994019,
15
- "eval_runtime": 0.8233,
16
- "eval_samples_per_second": 878.175,
17
- "eval_steps_per_second": 110.531,
18
- "step": 200
19
- },
20
- {
21
- "epoch": 10.0,
22
- "step": 330,
23
- "total_flos": 482457109585920.0,
24
- "train_loss": 0.6369922984730113,
25
- "train_runtime": 49.4272,
26
- "train_samples_per_second": 419.202,
27
- "train_steps_per_second": 6.676
28
- }
29
- ],
30
- "max_steps": 330,
31
- "num_train_epochs": 10,
32
- "total_flos": 482457109585920.0,
33
- "trial_name": null,
34
- "trial_params": null
35
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/boolq/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6694cb4087fdc05da59ede581f83d9ca0f6c458570aae511d526ad98c75e77c4
3
- size 3567
 
 
 
 
lm_model/finetune/boolq/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
lm_model/finetune/cola/all_results.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "epoch": 10.0,
3
- "eval_accuracy": 0.7311089038848877,
4
- "eval_f1": 0.8287499999999999,
5
- "eval_loss": 0.6766696572303772,
6
- "eval_runtime": 1.1581,
7
- "eval_samples": 1019,
8
- "eval_samples_per_second": 879.924,
9
- "eval_steps_per_second": 110.53,
10
- "train_loss": 0.47576433420181274,
11
- "train_runtime": 198.2949,
12
- "train_samples": 8164,
13
- "train_samples_per_second": 411.71,
14
- "train_steps_per_second": 6.455
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/config.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "_name_or_path": "../../checkpoints/baseline/default-baseline-uncleaned/lm_model",
3
- "architectures": [
4
- "RobertaPreLayerNormForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 3,
8
- "classifier_dropout": null,
9
- "eos_token_id": 4,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 500,
13
- "id2label": {
14
- "0": 0,
15
- "1": 1
16
- },
17
- "initializer_range": 0.02,
18
- "intermediate_size": 2000,
19
- "label2id": {
20
- "0": 0,
21
- "1": 1
22
- },
23
- "layer_norm_eps": 1e-05,
24
- "max_position_embeddings": 512,
25
- "model_type": "roberta-prelayernorm",
26
- "num_attention_heads": 10,
27
- "num_hidden_layers": 10,
28
- "pad_token_id": 1,
29
- "position_embedding_type": "absolute",
30
- "problem_type": "single_label_classification",
31
- "tie_word_embeddings": false,
32
- "torch_dtype": "float32",
33
- "transformers_version": "4.26.1",
34
- "type_vocab_size": 2,
35
- "use_cache": true,
36
- "vocab_size": 8192
37
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/eval_results.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "epoch": 10.0,
3
- "eval_accuracy": 0.7311089038848877,
4
- "eval_f1": 0.8287499999999999,
5
- "eval_loss": 0.6766696572303772,
6
- "eval_runtime": 1.1581,
7
- "eval_samples": 1019,
8
- "eval_samples_per_second": 879.924,
9
- "eval_steps_per_second": 110.53
10
- }
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/merges.txt DELETED
@@ -1,7932 +0,0 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
- Ġ t
3
- h e
4
- Ġ a
5
- Ġ i
6
- Ġ w
7
- Ġt he
8
- Ġ s
9
- r e
10
- Ġ o
11
- i n
12
- o u
13
- h a
14
- Ġ b
15
- e r
16
- Ġ c
17
- Ġ m
18
- n d
19
- o n
20
- Ġ f
21
- Ġ d
22
- Ġ y
23
- Ġ p
24
- in g
25
- Ġt o
26
- o r
27
- e d
28
- l l
29
- a n
30
- e n
31
- Ġ l
32
- Ġy ou
33
- e s
34
- Ġ g
35
- Ġa nd
36
- Ġi n
37
- Ġ n
38
- Ġo f
39
- i s
40
- i t
41
- a r
42
- a t
43
- ha t
44
- a s
45
- Ġ he
46
- o m
47
- Ġ h
48
- Ġi t
49
- i c
50
- o w
51
- v e
52
- Ġ ha
53
- l e
54
- Ġt h
55
- o t
56
- Ġb e
57
- Ġt hat
58
- ' s
59
- Ġ e
60
- a l
61
- u s
62
- Ġi s
63
- Ġw e
64
- u t
65
- Ġo n
66
- a y
67
- e t
68
- i on
69
- Ġ re
70
- i d
71
- Ġ r
72
- g h
73
- Ġw as
74
- l d
75
- en t
76
- Ġ k
77
- Ġs t
78
- a c
79
- v er
80
- Ġf or
81
- i m
82
- Ġ u
83
- . .
84
- a m
85
- l y
86
- s t
87
- i r
88
- a d
89
- s e
90
- Ġ j
91
- u r
92
- o o
93
- ' t
94
- gh t
95
- Ġa n
96
- Ġm e
97
- Ġd o
98
- Ġw h
99
- k e
100
- it h
101
- Ġa s
102
- Ġw ith
103
- a ll
104
- Ġs e
105
- Ġth is
106
- r o
107
- Ġw hat
108
- Ġ "
109
- Ġl i
110
- c t
111
- he r
112
- Ġs o
113
- c e
114
- Ġa re
115
- i ll
116
- Ġg o
117
- Ġn ot
118
- t er
119
- c h
120
- r i
121
- Ġa t
122
- om e
123
- Ġha ve
124
- Ġthe y
125
- Ġ 1
126
- i ght
127
- i l
128
- ou ld
129
- Ġb ut
130
- Ġn e
131
- an t
132
- us t
133
- o p
134
- Ġd e
135
- Ġf r
136
- Ġk n
137
- t h
138
- Ġn o
139
- at ion
140
- a in
141
- Ġw he
142
- Ġh is
143
- Ġa l
144
- Ġc an
145
- Ġthe re
146
- a nd
147
- Ġa ll
148
- Ġm o
149
- e a
150
- u n
151
- g e
152
- Ġm y
153
- Ġs he
154
- Ġkn ow
155
- .. .
156
- u l
157
- Ġs h
158
- Ġa b
159
- Ġs u
160
- Ġyou r
161
- o l
162
- p p
163
- ou t
164
- Ġd on
165
- Ġ v
166
- Ġo r
167
- Ġon e
168
- Ġb y
169
- es t
170
- Ġfr om
171
- Ġc om
172
- Ġc on
173
- i e
174
- er s
175
- q u
176
- ar t
177
- Ġhe r
178
- is t
179
- Ġ 2
180
- es s
181
- u m
182
- Ġt r
183
- ha n
184
- Ġu p
185
- Ġs a
186
- Ġw or
187
- re d
188
- all y
189
- Ġli ke
190
- Ġha d
191
- a b
192
- ' re
193
- o s
194
- Ġ (
195
- Ġh im
196
- Ġp l
197
- i g
198
- Ġo ut
199
- ver y
200
- Ġg et
201
- Ġ us
202
- oo k
203
- at e
204
- Ġi f
205
- Ġp ro
206
- f e
207
- n t
208
- Ġe x
209
- ac k
210
- oo d
211
- Ġj ust
212
- re s
213
- Ġs p
214
- am e
215
- Ġwh o
216
- ' m
217
- Ġab out
218
- i ve
219
- Ġwe re
220
- Ġt e
221
- a ke
222
- in k
223
- Ġd id
224
- c k
225
- ou r
226
- a p
227
- Ġhe re
228
- on e
229
- as t
230
- on g
231
- in d
232
- ou nd
233
- Ġm an
234
- e l
235
- it y
236
- â Ģ
237
- ar d
238
- e m
239
- i f
240
- or t
241
- Ġwhe n
242
- Ġa r
243
- Ġwe ll
244
- r y
245
- Ġs ome
246
- Ġw ill
247
- Ġn ow
248
- Ġ1 9
249
- Ġr ight
250
- Ġc h
251
- ic h
252
- i es
253
- Ġu n
254
- ea h
255
- Ġw ould
256
- Ġy eah
257
- Ġb r
258
- Ġl o
259
- Ġo h
260
- Ġl e
261
- Ġc o
262
- Ġh ow
263
- Ġthe m
264
- a k
265
- Ġt im
266
- Ġw ant
267
- b er
268
- Ġan y
269
- ' ll
270
- Ġth ink
271
- in e
272
- Ġ2 0
273
- a g
274
- Ġp e
275
- Ġl ook
276
- Ġg ot
277
- Ġse e
278
- Ġthe n
279
- v en
280
- Ġa m
281
- Ġin t
282
- Ġbe c
283
- ou s
284
- u d
285
- Ġwh ich
286
- o re
287
- Ġha s
288
- Ġt w
289
- h ing
290
- m ent
291
- Ġa g
292
- Ġf e
293
- Ġg r
294
- ow n
295
- Ġc l
296
- t her
297
- us e
298
- it t
299
- Ġr o
300
- Ġs ay
301
- Ġp r
302
- Ġsa id
303
- ic e
304
- ou gh
305
- Ġa f
306
- Ġ en
307
- id e
308
- Ġtim e
309
- Ġt han
310
- Ġc ome
311
- Ġg ood
312
- e p
313
- m p
314
- i p
315
- i a
316
- w ay
317
- i v
318
- Ġb o
319
- Ġbe en
320
- Ġwhe re
321
- Ġ qu
322
- Ġthe ir
323
- Ġl et
324
- e ar
325
- ' ve
326
- Ġ er
327
- ac e
328
- u re
329
- op le
330
- a re
331
- i an
332
- ic k
333
- Ġpe ople
334
- Ġmo re
335
- s o
336
- a use
337
- Ġo ther
338
- Ġgo ing
339
- n a
340
- Ġc ould
341
- e ct
342
- Ġof f
343
- Ġm ar
344
- l f
345
- r a
346
- Ġo ver
347
- re at
348
- Ġs c
349
- is h
350
- Ġo k
351
- Ġb ack
352
- Ġ very
353
- Ġf ir
354
- Ġtw o
355
- a ge
356
- re e
357
- Ġb l
358
- e nd
359
- it e
360
- ot her
361
- Ġth ing
362
- Ġa d
363
- ac t
364
- Ġwor k
365
- o se
366
- Ġp art
367
- Ġfir st
368
- Ġcom p
369
- Ġto o
370
- Ġc ha
371
- nd er
372
- ou nt
373
- as s
374
- Ġe very
375
- Ġne w
376
- - -
377
- Ġy es
378
- b le
379
- w e
380
- Ġbec ause
381
- ar y
382
- u e
383
- om et
384
- Ġj o
385
- Ġaf ter
386
- Ġd own
387
- Ġp o
388
- Ġm ay
389
- Ġw ay
390
- Ġint o
391
- Ġal so
392
- i re
393
- o d
394
- Ġc all
395
- Ġok ay
396
- as e
397
- or n
398
- at ed
399
- al k
400
- Ġo ur
401
- he d
402
- an s
403
- Ġy ear
404
- 0 0
405
- Ġs omet
406
- p t
407
- Ġon ly
408
- Ġg u
409
- ion s
410
- Ġwh y
411
- c i
412
- . "
413
- ad e
414
- itt le
415
- or d
416
- i z
417
- c o
418
- Ġl ittle
419
- Ġag ain
420
- Ġa ct
421
- Ġa c
422
- Ġt ake
423
- Ġbe t
424
- Ġb u
425
- at er
426
- Ġthe se
427
- Ġd ay
428
- Ġp er
429
- v ed
430
- ac h
431
- p er
432
- Ġpl ay
433
- i ld
434
- ou ght
435
- an ce
436
- Ġd is
437
- Ġre ally
438
- w n
439
- u b
440
- Ġf l
441
- Ġc ar
442
- ur n
443
- Ġcom m
444
- Ġs ha
445
- Ġte ll
446
- Ġcon t
447
- Ġm ake
448
- t y
449
- Ġp re
450
- Ġne ed
451
- v ing
452
- Ġm u
453
- Ġsh ould
454
- re n
455
- Ġf o
456
- f f
457
- Ġdo es
458
- Ġp ut
459
- Ġs er
460
- Ġ âĢ
461
- Ġw r
462
- res s
463
- i le
464
- a v
465
- or m
466
- Ġth r
467
- se lf
468
- c l
469
- Ġ '
470
- Ġa pp
471
- en ce
472
- an g
473
- f ore
474
- Ġu nder
475
- Ġha pp
476
- ab le
477
- th ing
478
- Ġsomet hing
479
- f t
480
- Ġl a
481
- Ġc r
482
- in t
483
- Ġe ven
484
- Ġme an
485
- at her
486
- Ġmu ch
487
- b e
488
- Ġ20 1
489
- is s
490
- Ġg on
491
- i ed
492
- Ġi nd
493
- ic t
494
- Ġd r
495
- Ġs m
496
- ic al
497
- Ġre s
498
- en s
499
- ig n
500
- Ġre p
501
- Ġgon na
502
- l es
503
- or y
504
- ul t
505
- u ck
506
- Ġc ount
507
- Ġl ong
508
- at es
509
- oo l
510
- m an
511
- Ġbe fore
512
- Ġit s
513
- Ġne ver
514
- ' d
515
- Ġm ade
516
- Ġg reat
517
- t he
518
- Ġt alk
519
- Ġh o
520
- a il
521
- l and
522
- Ġman y
523
- Ġre m
524
- Ġdid n
525
- , "
526
- Ġhe l
527
- Ġi mp
528
- Ġmo st
529
- o g
530
- y s
531
- k s
532
- Ġk e
533
- Ġc han
534
- ation s
535
- on s
536
- Ġex p
537
- i ous
538
- at h
539
- t ing
540
- it ed
541
- Ġm in
542
- Ġha nd
543
- Ġbe l
544
- i ver
545
- n e
546
- Ġu h
547
- ad y
548
- Ġm r
549
- t e
550
- u ally
551
- ve l
552
- Ġth ree
553
- Ġth ose
554
- Ġm a
555
- d ay
556
- Ġd if
557
- Ġha r
558
- Ġh i
559
- Ġl ea
560
- Ġst ill
561
- ou se
562
- i ly
563
- Ġthr ough
564
- Ġst r
565
- u ll
566
- Ġyear s
567
- Ġhel p
568
- Ġli fe
569
- v es
570
- or s
571
- Ġ 3
572
- Ġo ld
573
- it ion
574
- Ġg ive
575
- Ġc our
576
- u g
577
- w ard
578
- Ġwor ld
579
- Ġthing s
580
- Ġd es
581
- re nt
582
- Ġth ought
583
- t ain
584
- i x
585
- Ġsh ow
586
- Ġlo ve
587
- Ġp le
588
- Ġe ar
589
- Ġ20 0
590
- is e
591
- f ul
592
- g et
593
- Ġp res
594
- âĢ Ŀ
595
- Ġst art
596
- p s
597
- ĠâĢ ľ
598
- Ġas k
599
- Ġl ast
600
- ri ed
601
- Ġp h
602
- c ess
603
- m m
604
- Ġf ound
605
- Ġs ch
606
- Ġc he
607
- Ġm ust
608
- u c
609
- Ġw a
610
- Ġw ent
611
- Ġa way
612
- Ġc ame
613
- Ġh ome
614
- ll ow
615
- i al
616
- Ġw ar
617
- Ġf ind
618
- in ce
619
- Ġus ed
620
- Ġ" "
621
- Ġcall ed
622
- d er
623
- Ġdo ing
624
- one y
625
- Ġbe ing
626
- Ġp ol
627
- u ct
628
- am p
629
- c es
630
- Ġat t
631
- g in
632
- Ġp ar
633
- Ġm at
634
- Ġe nd
635
- os s
636
- Ġre c
637
- ter n
638
- Ġfor m
639
- ot h
640
- Ġsp e
641
- Ġs l
642
- Ġb ig
643
- ri end
644
- ent s
645
- Ġf am
646
- er ic
647
- Ġm on
648
- Ġsu ch
649
- Ġo p
650
- Ġf in
651
- Ġe l
652
- x t
653
- Ġn ight
654
- Ġo wn
655
- Ġgo d
656
- Ġcha r
657
- Ġtr y
658
- he s
659
- Ġh ouse
660
- en ed
661
- Ġw om
662
- a u
663
- op e
664
- Ġn ame
665
- Ġre g
666
- ing s
667
- " .
668
- Ġs y
669
- Ġl ot
670
- Ġsu re
671
- Ġi d
672
- Ġc ity
673
- l ic
674
- Ġs ame
675
- f orm
676
- Ġc ap
677
- Ġen g
678
- Ġk ind
679
- g an
680
- Ġw on
681
- Ġm om
682
- Ġdif fe
683
- Ġhe y
684
- a ve
685
- od y
686
- al s
687
- Ġg en
688
- ir l
689
- n g
690
- Ġch ild
691
- Ġer m
692
- u p
693
- Ġc are
694
- Ġan other
695
- way s
696
- Ġt urn
697
- Ġk ill
698
- Ġs w
699
- Ġsu pp
700
- Ġhe ad
701
- Ġn um
702
- Ġg l
703
- e ver
704
- Ġre l
705
- Ġam eric
706
- Ġpl ace
707
- i b
708
- Ġ .
709
- Ġfe el
710
- Ġcon s
711
- Ġm ight
712
- ��p ers
713
- Ġt ak
714
- b ody
715
- Ġsch ool
716
- n ing
717
- Ġthan k
718
- Ġ z
719
- Ġke ep
720
- g r
721
- Ġus e
722
- Ġst op
723
- y e
724
- Ġf our
725
- Ġf riend
726
- Ġc ent
727
- Ġar ound
728
- Ġ1 8
729
- Ġple ase
730
- a ir
731
- as ed
732
- Ġd ist
733
- Ġs et
734
- d y
735
- Ġ ed
736
- ut e
737
- Ġh u
738
- o ck
739
- Ġe v
740
- Ġany thing
741
- t s
742
- Ġe le
743
- Ġal ways
744
- em ber
745
- ou th
746
- Ġwh ile
747
- b r
748
- ation al
749
- Ġs ur
750
- Ġn or
751
- m o
752
- m ber
753
- ur ing
754
- Ġg irl
755
- re st
756
- Ġs or
757
- m y
758
- co nd
759
- at ing
760
- Ġwa it
761
- Ġbet ter
762
- Ġnot hing
763
- Ġ 4
764
- Ġm oney
765
- Ġle ft
766
- Ġk ing
767
- ) .
768
- Ġr un
769
- Ġt er
770
- " ,
771
- m s
772
- Ġde p
773
- Ġst ates
774
- s s
775
- Ġm us
776
- fe ct
777
- ow er
778
- Ġun ited
779
- Ġre al
780
- i o
781
- Ġac c
782
- Ġse cond
783
- Ġin v
784
- Ġin st
785
- s h
786
- Ġb it
787
- Ġ ent
788
- Ġc le
789
- Ġm et
790
- m b
791
- we en
792
- l ed
793
- cl ud
794
- Ġbel ie
795
- an k
796
- Ġdiffe rent
797
- Ġm ak
798
- a h
799
- ) ,
800
- at ch
801
- Ġbet ween
802
- Ġhi gh
803
- Ġl ist
804
- Ġin s
805
- Ġdon e
806
- ou p
807
- Ġb us
808
- Ġto ld
809
- ul ar
810
- Ġs ir
811
- Ġne xt
812
- Ġf ar
813
- Ġsor ry
814
- Ġe ver
815
- t on
816
- Ġst ud
817
- Ġpo int
818
- Ġu nt
819
- Ġwor d
820
- Ġf ather
821
- Ġo b
822
- Ġsu b
823
- Ġw ater
824
- p e
825
- Ġc ol
826
- Ġb re
827
- id ent
828
- Ġb oth
829
- Ġm en
830
- ir d
831
- Ġ 5
832
- Ġ |
833
- Ġst ate
834
- n ess
835
- Ġre t
836
- Ġs ing
837
- ic s
838
- Ġm iss
839
- i ble
840
- Ġpers on
841
- ter s
842
- Ġknow n
843
- Ġb est
844
- ci al
845
- Ã ©
846
- Ġfo llow
847
- Ġb ook
848
- Ġad d
849
- a z
850
- Ġe ach
851
- Ġas s
852
- Ġde c
853
- Ġtoo k
854
- Ġg re
855
- Ġco ll
856
- Ġact ually
857
- as on
858
- Ġm other
859
- Ġ19 9
860
- d e
861
- Ġin clud
862
- c ed
863
- Ġl ater
864
- is hed
865
- Ġon ce
866
- Ġs ince
867
- Ġd uring
868
- Ġ -
869
- Ġunt il
870
- u al
871
- g er
872
- au ght
873
- i er
874
- Ġs im
875
- Ġint e
876
- h n
877
- Ġl ar
878
- t en
879
- Ġhe ll
880
- Ġcour se
881
- j ect
882
- n o
883
- Ġpro d
884
- iver s
885
- Ġevery thing
886
- Ġp ass
887
- ri ght
888
- Ġwe e
889
- Ġp op
890
- am es
891
- ar s
892
- g ed
893
- e w
894
- ? "
895
- Ġnum ber
896
- Ġin c
897
- Ġdoes n
898
- Ġm ed
899
- Ġsa w
900
- at ive
901
- Ġse em
902
- Ġd ad
903
- Ġcomm un
904
- y es
905
- Ġf un
906
- Ġbo y
907
- Ġm m
908
- on t
909
- it s
910
- ce pt
911
- Ġgen er
912
- Ġsm all
913
- ol og
914
- it ies
915
- a le
916
- p h
917
- n er
918
- Ġmay be
919
- âĢ Ļ
920
- Ġb ar
921
- ver n
922
- v ie
923
- ro ss
924
- Ġop en
925
- ou n
926
- Ġli ght
927
- Ġyou ng
928
- r ic
929
- in s
930
- l ing
931
- ea k
932
- st and
933
- as h
934
- Ġst ay
935
- Ġjo hn
936
- Ġst and
937
- ire ct
938
- Ġto day
939
- c y
940
- is ion
941
- Ġfam ily
942
- im e
943
- u res
944
- Ġen ough
945
- u ary
946
- Ġwant ed
947
- Ġlo c
948
- Ġf ive
949
- Ġp ub
950
- or k
951
- r ow
952
- Ġst e
953
- Ġro om
954
- Ġn ice
955
- Ġin ter
956
- Ġs it
957
- Ġel se
958
- os ed
959
- Ġs outh
960
- Ġs ix
961
- Ġlea ve
962
- Ġa p
963
- Ġ --
964
- Ġs on
965
- Ġnor th
966
- Ġb ad
967
- Ġameric an
968
- Ġis n
969
- Ġch r
970
- get her
971
- m e
972
- Ġto gether
973
- l ess
974
- Ġre d
975
- he re
976
- Ġd irect
977
- Ġagain st
978
- Ġar t
979
- Ġh um
980
- n y
981
- Ġa ir
982
- Ġc ur
983
- Ġgo vern
984
- Ġwith out
985
- Ġpro ble
986
- Ġhar d
987
- Ġm il
988
- Ġm ind
989
- Ġb ro
990
- Ġho ld
991
- Ġf act
992
- Ġe as
993
- i et
994
- an e
995
- er tain
996
- ar k
997
- ver s
998
- ot t
999
- ut ion
1000
- Ġse en
1001
- Ġqu ite
1002
- Ġme et
1003
- Ġm ain
1004
- Ġfe w
1005
- Ġs k
1006
- Ġsay s
1007
- Ġbec ame
1008
- re t
1009
- Ġt ri
1010
- Ġre st
1011
- Ġli ve
1012
- l o
1013
- ut h
1014
- Ġpre t
1015
- Ġto wn
1016
- Ġre ad
1017
- Ġmo ve
1018
- Ġlook ing
1019
- Ġs ide
1020
- i fe
1021
- Ġcom ing
1022
- ab ly
1023
- Ġhe ar
1024
- if ic
1025
- Ġf il
1026
- Ġk id
1027
- c c
1028
- Ġtr ans
1029
- n ed
1030
- Ġp ri
1031
- Ġtim es
1032
- Ġl and
1033
- Ġte am
1034
- Ġ 6
1035
- Ġimp ort
1036
- Ġth ough
1037
- Ġc al
1038
- Ġchild ren
1039
- Ġs ign
1040
- un g
1041
- Ġun ivers
1042
- Ġg er
1043
- i red
1044
- is ter
1045
- Ġd ied
1046
- in ess
1047
- Ġcomp an
1048
- Ġrem ember
1049
- Ġunder stand
1050
- Ġbelie ve
1051
- ot e
1052
- g g
1053
- Ġ19 8
1054
- in es
1055
- Ġpro v
1056
- Ġm orn
1057
- Ġw alk
1058
- Ġqu est
1059
- Ġb ab
1060
- a w
1061
- Ġf ace
1062
- Ġla w
1063
- Ġh ur
1064
- re am
1065
- Ġn at
1066
- Ġe mp
1067
- Ġele ct
1068
- e ll
1069
- a red
1070
- Ġhapp ened
1071
- s on
1072
- ur y
1073
- Ġc or
1074
- Ġget ting
1075
- Ġjo b
1076
- Ġmus ic
1077
- Ġy et
1078
- Ġm ill
1079
- Ġbu ild
1080
- Ġb as
1081
- Ġmorn ing
1082
- Ġw o
1083
- Ġex t
1084
- Ġwom an
1085
- Ġd ri
1086
- p ect
1087
- Ġse c
1088
- Ġf uck
1089
- l i
1090
- is ed
1091
- en se
1092
- Ġp at
1093
- Ġday s
1094
- Ġde ath
1095
- Ġre le
1096
- ! "
1097
- Ġwho le
1098
- Ġinte rest
1099
- Ġs le
1100
- Ġp a
1101
- 1 9
1102
- Ġl ine
1103
- Ġ es
1104
- Ġbr other
1105
- u ff
1106
- Ġw in
1107
- et er
1108
- Ġcon f
1109
- Ġcount ry
1110
- Ġs ort
1111
- se l
1112
- Ġne ar
1113
- Ġhe ard
1114
- Ġask ed
1115
- Ġe m
1116
- Ġg ame
1117
- t a
1118
- r al
1119
- Ġg e
1120
- Ġp ower
1121
- it al
1122
- it her
1123
- i ent
1124
- ha r
1125
- Ġle ad
1126
- Ġp oss
1127
- Ġf ore
1128
- Ġha ving
1129
- Ġrec ord
1130
- p l
1131
- t ed
1132
- Ġso on
1133
- Ġpl an
1134
- Ġa h
1135
- r on
1136
- Ġpro b
1137
- y ing
1138
- Ġan s
1139
- c he
1140
- re w
1141
- Ġe yes
1142
- st em
1143
- Ġha lf
1144
- c er
1145
- Ġhe art
1146
- is m
1147
- Ġe at
1148
- ment s
1149
- Ġp ay
1150
- ist s
1151
- Ġw ind
1152
- Ġhim self
1153
- Ġr a
1154
- 00 0
1155
- Ġg i
1156
- Ġ ...
1157
- Ġ19 7
1158
- in a
1159
- Ġde ad
1160
- Ġfo ot
1161
- re ady
1162
- Ġc a
1163
- Ġb orn
1164
- Ġser v
1165
- Ġchr ist
1166
- Ġcount y
1167
- iz ed
1168
- Ġg ave
1169
- h ip
1170
- Ġoff ic
1171
- Ġimport ant
1172
- Ġhow ever
1173
- Ġbl ack
1174
- an na
1175
- Ġsha ll
1176
- Ġ 8
1177
- an ge
1178
- Ġal ready
1179
- b o
1180
- Ġs ong
1181
- Ġgu y
1182
- ie ld
1183
- Ġwr ong
1184
- Ġh our
1185
- Ġt y
1186
- Ġsy stem
1187
- b all
1188
- Ġex c
1189
- Ġbr ing
1190
- h o
1191
- ant s
1192
- et s
1193
- a ut
1194
- Ġw atch
1195
- b y
1196
- as ter
1197
- Ġkn ew
1198
- iz e
1199
- Ġhis t
1200
- Ġma j
1201
- Ġc ase
1202
- Ġup on
1203
- l ish
1204
- Ġn ational
1205
- Ġ 7
1206
- i ence
1207
- Ġsay ing
1208
- Ġre f
1209
- im es
1210
- us s
1211
- o c
1212
- Ġf ull
1213
- v ent
1214
- Ġpro f
1215
- Ġtalk ing
1216
- in ed
1217
- Ġsome one
1218
- Ġunivers ity
1219
- Ġ1 0
1220
- Ġs n
1221
- Ġs ound
1222
- en e
1223
- Ġwom en
1224
- b ut
1225
- Ġf ine
1226
- Ġto m
1227
- Ġret urn
1228
- Ġtry ing
1229
- Ġpres ident
1230
- Ġcon st
1231
- Ġor der
1232
- Ġf ight
1233
- pp ed
1234
- Ġs qu
1235
- Ġsp eak
1236
- Ġpr om
1237
- Ġmar k
1238
- Ġr ound
1239
- Ġal ong
1240
- Ġme ans
1241
- Ġwh ite
1242
- Ġmon th
1243
- mo st
1244
- o h
1245
- t le
1246
- ward s
1247
- Ġbe gan
1248
- i k
1249
- t o
1250
- Ġe qu
1251
- Ġde f
1252
- Ġlist en
1253
- Ġpret ty
1254
- is on
1255
- Ġc ertain
1256
- Ġstart ed
1257
- vel op
1258
- Ġle g
1259
- Ġdo or
1260
- Ġh on
1261
- Ġpart y
1262
- Ġ 9
1263
- Ġof ten
1264
- . âĢĿ
1265
- iv es
1266
- Ġb at
1267
- Ġcomp le
1268
- Ġo ri
1269
- w er
1270
- y ou
1271
- Ġcl ass
1272
- c hed
1273
- Ġto p
1274
- Ġhand s
1275
- Ġpr ot
1276
- Ġw anna
1277
- Ġd iv
1278
- ic ally
1279
- Ġg one
1280
- Ġle ar
1281
- Ġchan ge
1282
- ow s
1283
- e red
1284
- u es
1285
- Ġf all
1286
- ain s
1287
- id ed
1288
- Ġw ife
1289
- Ġ hat
1290
- Ġbre ak
1291
- Ġid ea
1292
- Ġprob ably
1293
- Ġt en
1294
- Ġcont in
1295
- ion al
1296
- Ġi ll
1297
- Ġm id
1298
- ur al
1299
- Ġp ur
1300
- Ġ ,
1301
- Ġare a
1302
- Ġ19 6
1303
- ct or
1304
- w here
1305
- Ġb ed
1306
- Ġde velop
1307
- un e
1308
- Ġst ory
1309
- Ġs we
1310
- Ġhapp en
1311
- Ġs ent
1312
- Ġsh o
1313
- s ide
1314
- Ġin f
1315
- ag es
1316
- Ġc reat
1317
- Ġp ap
1318
- st er
1319
- Ġplay ed
1320
- Ġbus iness
1321
- il ity
1322
- Ġd an
1323
- d en
1324
- Ġgr oup
1325
- Ġger man
1326
- ar ch
1327
- Ġsh ort
1328
- Ġj u
1329
- Ġl ess
1330
- am ed
1331
- Ġgo es
1332
- Ġmat ter
1333
- Ġre ady
1334
- Ġdr ink
1335
- Ġhell o
1336
- Ġwas n
1337
- ate ly
1338
- Ġgu ys
1339
- Ġgovern ment
1340
- c le
1341
- Ġbe aut
1342
- Ġs at
1343
- Ġnew s
1344
- Ġh or
1345
- Ġlo st
1346
- ro p
1347
- u red
1348
- Ġm ic
1349
- Ġ x
1350
- Ġ1 5
1351
- Ġst re
1352
- Ġc ut
1353
- r ict
1354
- Ġbab y
1355
- Ġa w
1356
- Ġproble m
1357
- Ġab le
1358
- um p
1359
- Ġcompan y
1360
- Ġmak ing
1361
- p r
1362
- Ġan im
1363
- id es
1364
- Ġmom ent
1365
- 2 0
1366
- Ġt on
1367
- Ġf ire
1368
- Ġt a
1369
- Ġsle ep
1370
- Ġha ven
1371
- Ġtr ue
1372
- Ġbl ood
1373
- Ġpol it
1374
- Ġthan ks
1375
- Ġv o
1376
- it er
1377
- Ġp ain
1378
- ra w
1379
- Ġex amp
1380
- Ġpres ent
1381
- Ġt re
1382
- Ġgo ld
1383
- Ġh ope
1384
- Ġal most
1385
- Ġpart ic
1386
- Ġm er
1387
- Ġ1 7
1388
- Ġsomet imes
1389
- Ġsu c
1390
- Ġexp l
1391
- Ġde l
1392
- Ġj an
1393
- Ġd ou
1394
- Ġeng lish
1395
- at s
1396
- Ġco nd
1397
- Ġb ur
1398
- Ġcont ro
1399
- Ġf ree
1400
- e en
1401
- Ġdis c
1402
- Ġcom es
1403
- Ġwould n
1404
- Ġwee k
1405
- Ġyour self
1406
- Ġlar ge
1407
- Ġp ick
1408
- ap an
1409
- Ġh ot
1410
- Ġwork ing
1411
- Ġex per
1412
- Ġ ve
1413
- Ġo per
1414
- il t
1415
- Ġs al
1416
- Ġv is
1417
- Ġis land
1418
- ct ion
1419
- g n
1420
- ren ce
1421
- h y
1422
- Ġa ge
1423
- Ġe ight
1424
- at or
1425
- Ġear ly
1426
- Ġv al
1427
- ic es
1428
- Ġi m
1429
- Ġad v
1430
- Ġw est
1431
- Ġori gin
1432
- Ġv ar
1433
- Ġd aught
1434
- i am
1435
- c hes
1436
- Ġp ie
1437
- Ġgr and
1438
- l er
1439
- Ġlook ed
1440
- c ent
1441
- ac es
1442
- ri es
1443
- âĢ ĵ
1444
- Ġb all
1445
- Ġbr it
1446
- ent ion
1447
- g es
1448
- Ġde al
1449
- Ġad m
1450
- Ġ est
1451
- Ġsh ip
1452
- n ot
1453
- Ġro ck
1454
- Ġbo dy
1455
- Ġgener al
1456
- Ġj apan
1457
- Ġfil m
1458
- Ġj ack
1459
- us h
1460
- Ġpub lic
1461
- r ap
1462
- Ġm ag
1463
- Ġcle ar
1464
- ain ed
1465
- i i
1466
- Ġin tern
1467
- Ġbec ome
1468
- Ġd am
1469
- Ġag o
1470
- Ġp os
1471
- Ġr om
1472
- Ġso l
1473
- ian s
1474
- r act
1475
- Ġcl ose
1476
- Ġte le
1477
- Ġm ur
1478
- am a
1479
- Ġhapp y
1480
- Ġmr s
1481
- Ġo pp
1482
- Ġ !
1483
- Ġgi ven
1484
- Ġst ation
1485
- Ġf ood
1486
- or row
1487
- Ġse ver
1488
- c on
1489
- Ġro ad
1490
- Ġl ate
1491
- Ġspe c
1492
- gr am
1493
- Ġmo vie
1494
- Ġ19 4
1495
- Ġfriend s
1496
- Ġst uff
1497
- Ġwo nder
1498
- Ġdist rict
1499
- Ġa v
1500
- Ġlook s
1501
- Ġdo g
1502
- ul ation
1503
- uct ion
1504
- Ġs il
1505
- u nd
1506
- Ġfr ance
1507
- Ġo cc
1508
- Ġbe gin
1509
- are nt
1510
- Ġquest ion
1511
- Ġ #
1512
- Ġal b
1513
- g y
1514
- us ed
1515
- Ġhu h
1516
- Ġde v
1517
- Ġgu ess
1518
- Ġst ar
1519
- o nd
1520
- Ġch ur
1521
- Ġtr a
1522
- Ġc e
1523
- Ġl ang
1524
- ĠâĢ ĵ
1525
- Ġmy self
1526
- ha m
1527
- Ġrele ased
1528
- Ġh it
1529
- Ġor gan
1530
- Ġp en
1531
- Ġs un
1532
- ent y
1533
- Ġqu ick
1534
- Ġprof ess
1535
- Ġan n
1536
- Ġbr ought
1537
- Ġp ict
1538
- Ġsever al
1539
- Ġmar ch
1540
- Ġp ast
1541
- c ri
1542
- h ind
1543
- Ġkill ed
1544
- Ġfr ont
1545
- ne y
1546
- o k
1547
- Ġre ce
1548
- Ġb ill
1549
- le y
1550
- Ġmaj or
1551
- Ġe ur
1552
- z e
1553
- Ġp ort
1554
- Ġle ast
1555
- Ġu m
1556
- Ġdaught er
1557
- Â ł
1558
- Ġpro gram
1559
- Ġex act
1560
- Ġbe hind
1561
- Ġal right
1562
- Ġf re
1563
- Ġhum an
1564
- Ġre ason
1565
- Ġjan uary
1566
- Ġtak ing
1567
- b orn
1568
- ot s
1569
- i gh
1570
- Ġword s
1571
- er ing
1572
- Ġin form
1573
- it ing
1574
- e e
1575
- Ġser ies
1576
- et y
1577
- ie f
1578
- Ġexamp le
1579
- m a
1580
- if ul
1581
- n s
1582
- Ġ1 6
1583
- Ġtak en
1584
- Ġcap tain
1585
- Ġe ither
1586
- Ġmak es
1587
- Ġdes ign
1588
- Ġb and
1589
- Ġrep ort
1590
- Ġy ork
1591
- Ġso ld
1592
- Ġche ck
1593
- Ġr ather
1594
- Ġcour t
1595
- Ġ19 5
1596
- Ġr ad
1597
- Ġlang u
1598
- ha ps
1599
- Ġmar ried
1600
- Ġmill ion
1601
- Ġ ?
1602
- ard s
1603
- Ġm ad
1604
- Ġd et
1605
- Ġcomm on
1606
- Ġall ow
1607
- es e
1608
- j o
1609
- ut es
1610
- iv ed
1611
- ious ly
1612
- Ġ1 2
1613
- r ing
1614
- Ġco st
1615
- Ġf ig
1616
- sel ves
1617
- e y
1618
- p le
1619
- Ġv ill
1620
- Ġa ust
1621
- Ġc at
1622
- Ġf a
1623
- art ment
1624
- h u
1625
- Ġi r
1626
- al th
1627
- Ġal one
1628
- Ġtr ain
1629
- Ġli ving
1630
- Ġte mp
1631
- Ġpr in
1632
- Ġpar k
1633
- Ġcould n
1634
- Ġstr ong
1635
- Ġse a
1636
- Ġsupp ort
1637
- Ġother s
1638
- m on
1639
- Ġsu per
1640
- Ġc op
1641
- g o
1642
- Ġr iver
1643
- Ġd a
1644
- ud e
1645
- Ġevery one
1646
- Ġspe cial
1647
- Ġc amp
1648
- Ġc os
1649
- Ġt ou
1650
- Ġc ir
1651
- Ġatt ack
1652
- Ġhu nd
1653
- Ġpo or
1654
- Ġsuc cess
1655
- ou d
1656
- Ġchar ac
1657
- Ġm ess
1658
- Ġchur ch
1659
- ac ed
1660
- Ġturn ed
1661
- Ġl ay
1662
- Ġhund red
1663
- Ġst ep
1664
- Ġab s
1665
- Ġbeaut iful
1666
- he ad
1667
- Ġper haps
1668
- Ġp al
1669
- f ic
1670
- p ort
1671
- Ġt est
1672
- i en
1673
- Ġth ird
1674
- Ġar m
1675
- Ġm ount
1676
- Ġthink ing
1677
- itt en
1678
- el t
1679
- Ġ 0
1680
- Ġc oun
1681
- olog y
1682
- Ġear th
1683
- Ġdo ctor
1684
- b ed
1685
- Ġf if
1686
- Ġl ady
1687
- Ġres p
1688
- Ġoff ice
1689
- w hat
1690
- , âĢĿ
1691
- Ġper form
1692
- g ue
1693
- mb ers
1694
- d le
1695
- Ġwith in
1696
- Ġge or
1697
- c om
1698
- Ġe ast
1699
- Ġ $
1700
- Ġsu mm
1701
- um b
1702
- Ġswe et
1703
- Ġalb um
1704
- on es
1705
- i qu
1706
- p ed
1707
- i um
1708
- Ġus ually
1709
- Ġins ide
1710
- Ġd ie
1711
- Ġde ar
1712
- Ġto t
1713
- ull y
1714
- Ġeur ope
1715
- in o
1716
- Ġv ir
1717
- Ġw all
1718
- os p
1719
- Ġgr ow
1720
- ren ch
1721
- Ġf air
1722
- Ġn amed
1723
- b and
1724
- Ġstre et
1725
- ll y
1726
- Ġre co
1727
- p ar
1728
- o ve
1729
- Ġc ross
1730
- al ity
1731
- em ent
1732
- Ġhist ory
1733
- Ġf ur
1734
- Ġbrit ish
1735
- Ġc oup
1736
- Ġy e
1737
- Ġh y
1738
- Ġgre en
1739
- ap e
1740
- am ent
1741
- Ġse pt
1742
- Ġfollow ing
1743
- el s
1744
- Ġwant s
1745
- le t
1746
- Ġse ven
1747
- Ġexact ly
1748
- Ġse nd
1749
- ri l
1750
- Ġans wer
1751
- Ġpol ice
1752
- Ġg un
1753
- Ġam ong
1754
- z y
1755
- Ġbuild ing
1756
- Ġj ud
1757
- er t
1758
- Ġexp ect
1759
- Ġte ac
1760
- itt ing
1761
- Ġbu ilt
1762
- Ġj e
1763
- Ġgot ta
1764
- Ġtr ou
1765
- Ġcoll e
1766
- f ord
1767
- Ġhe ld
1768
- Ġapp ro
1769
- Ġro b
1770
- Ġsing le
1771
- Ġv ict
1772
- ent ly
1773
- Ġus ing
1774
- Ġc ast
1775
- en g
1776
- Ġmin ute
1777
- b s
1778
- id ge
1779
- Ġac ross
1780
- Ġout side
1781
- Ġserv ice
1782
- at ic
1783
- f fect
1784
- Ġc re
1785
- Ġcl ub
1786
- Ġgr ound
1787
- uc ed
1788
- nd on
1789
- Ġbu y
1790
- Ġse ason
1791
- her n
1792
- Ġl ad
1793
- Ġres ult
1794
- Ġde ce
1795
- Ġi mm
1796
- Ġtw enty
1797
- Ġre qu
1798
- Ġwhat ever
1799
- Ġme mbers
1800
- Ġsept ember
1801
- Ġa ug
1802
- Ġl ord
1803
- Ġloc al
1804
- . '
1805
- Ġcha mp
1806
- Ġw ood
1807
- Ġph il
1808
- l s
1809
- Ġplay ing
1810
- Ġtom orrow
1811
- Ġmonth s
1812
- Ġmin utes
1813
- l ished
1814
- Ġd ark
1815
- Ġo ct
1816
- Ġl ab
1817
- e ad
1818
- ag ed
1819
- Ġevery body
1820
- es tern
1821
- Ġr an
1822
- Ġany one
1823
- Ġju ly
1824
- Ġfoot ball
1825
- Ġb ird
1826
- Ġc ra
1827
- Ġan g
1828
- i or
1829
- an ces
1830
- Ġb ir
1831
- Ġh us
1832
- Ġinclud ing
1833
- m ing
1834
- o ke
1835
- Ġsh ut
1836
- Ġv ide
1837
- a pp
1838
- id er
1839
- Ġposs ible
1840
- Ġf rench
1841
- Ġd est
1842
- Ġs us
1843
- we ll
1844
- f ully
1845
- or ies
1846
- ve red
1847
- Ġcon cer
1848
- Ġl ow
1849
- Ġe ffect
1850
- ke y
1851
- Ġt ried
1852
- er v
1853
- Ġd ream
1854
- Ġte ch
1855
- Ġp ull
1856
- Ġha ir
1857
- Ġcon n
1858
- Ġwhe ther
1859
- l a
1860
- un k
1861
- v ision
1862
- Ġhe n
1863
- s u
1864
- Ġ19 3
1865
- u ce
1866
- un t
1867
- m en
1868
- Ġm or
1869
- Ġmo d
1870
- o ber
1871
- Ġt reat
1872
- Ġme mber
1873
- Ġsec ret
1874
- Ġn orm
1875
- Ġle vel
1876
- Ġeas y
1877
- ous and
1878
- Ġbl ue
1879
- Ġwr itten
1880
- Ġbo x
1881
- Ġj une
1882
- Ġ ver
1883
- Ġa uth
1884
- Ġp ress
1885
- Ġfor g
1886
- Ġapp ear
1887
- Ġt ill
1888
- Ġ1 1
1889
- a im
1890
- g est
1891
- Ġth ousand
1892
- Ġv ie
1893
- Ġaug ust
1894
- Ġsh it
1895
- Ġrep res
1896
- al d
1897
- Ġco ld
1898
- Ġr u
1899
- Ġany way
1900
- Ġrep l
1901
- Ġfe ll
1902
- Ġpop ulation
1903
- in ation
1904
- Ġbo ys
1905
- b it
1906
- Ġli ved
1907
- iv ing
1908
- Ġc am
1909
- Ġc ry
1910
- an c
1911
- Ġlo ndon
1912
- Ġm ine
1913
- ber t
1914
- Ġfl o
1915
- Ġh ill
1916
- Ġwor ry
1917
- Ġget s
1918
- ang er
1919
- g ress
1920
- c ome
1921
- Ġb ased
1922
- Ġp et
1923
- Ġdep artment
1924
- Ġf ield
1925
- Ġf elt
1926
- Ġprot ect
1927
- en cy
1928
- Ġev ent
1929
- Ġm ot
1930
- Ġpro per
1931
- Ġchan ce
1932
- ve mber
1933
- Ġform er
1934
- Ġwork s
1935
- Ġeng land
1936
- Ġinst ead
1937
- Ġt able
1938
- Ġh ig
1939
- Ġar my
1940
- Ġhus band
1941
- Ġcomple te
1942
- f ort
1943
- Ġd in
1944
- un ch
1945
- ac hed
1946
- Ġde fe
1947
- Ġinform ation
1948
- Ġpo st
1949
- o b
1950
- Ġcolle ge
1951
- Ġvie w
1952
- Ġm aster
1953
- Ġap ril
1954
- Ġcur rent
1955
- Ġpartic ular
1956
- Ġcle an
1957
- Ġt our
1958
- vie w
1959
- Ġed uc
1960
- Ġwr ite
1961
- Ġit al
1962
- Ġvo ice
1963
- ep t
1964
- av y
1965
- Ġwork ed
1966
- Ġm ass
1967
- Ġwe ar
1968
- Ġg ar
1969
- Ġpro cess
1970
- h m
1971
- Ġoct ober
1972
- d om
1973
- Ġsome body
1974
- as es
1975
- Ġreg ion
1976
- Ġan t
1977
- Ġcomm and
1978
- ea red
1979
- i pp
1980
- s c
1981
- Ġc ook
1982
- Ġst ra
1983
- Ġcoup le
1984
- Ġs ister
1985
- Ġcent ury
1986
- Ġb ri
1987
- Ġf av
1988
- Ġw ish
1989
- br uary
1990
- Ġli ves
1991
- Ġhour s
1992
- Ġlangu age
1993
- o v
1994
- Ġg ames
1995
- Ġfor get
1996
- Ġtr ust
1997
- Ġseem s
1998
- Ġe p
1999
- th ough
2000
- hu h
2001
- Ġon es
2002
- Ġtr ad
2003
- if ied
2004
- Ġdece mber
2005
- Ġtech n
2006
- Ġsu d
2007
- Ġtele vision
2008
- Ġpap er
2009
- Ġpri v
2010
- ro d
2011
- c ha
2012
- at ure
2013
- Ġ1 3
2014
- Ġwr ote
2015
- Ġare n
2016
- re ad
2017
- Ġinv ol
2018
- Ġno vember
2019
- Ġpr act
2020
- an a
2021
- Ġknow s
2022
- Ġtr uth
2023
- c han
2024
- Ġha ng
2025
- Ġto r
2026
- Ġdif fic
2027
- le ct
2028
- Ġf ast
2029
- Ġpro p
2030
- Ġli e
2031
- Ġr is
2032
- Ġ1 4
2033
- Ġr ail
2034
- Ġcan not
2035
- k es
2036
- Ġl im
2037
- og rap
2038
- Ġt it
2039
- ll ing
2040
- Ġn et
2041
- i od
2042
- r u
2043
- Ġton ight
2044
- Ġconn ect
2045
- Ġt ur
2046
- Ġs en
2047
- Ġp arent
2048
- Ġameric a
2049
- Ġcomp et
2050
- id ing
2051
- so ci
2052
- it ions
2053
- c il
2054
- d o
2055
- Ġd ress
2056
- Ġchan ged
2057
- Ġcontro l
2058
- Ġs ense
2059
- as ure
2060
- it ch
2061
- Ġfe bruary
2062
- Ġ3 0
2063
- Ġdad dy
2064
- ra id
2065
- Ġal though
2066
- Ġkid s
2067
- o int
2068
- Ġ vers
2069
- Ġauth or
2070
- Ġr ic
2071
- Ġso ci
2072
- Ġv i
2073
- Ġmo ved
2074
- Ġper fect
2075
- e f
2076
- Ġfe et
2077
- Ġph one
2078
- Ġd i
2079
- Ġd raw
2080
- air s
2081
- Î ¿
2082
- Ġse x
2083
- Ġa ward
2084
- Ġc iv
2085
- f or
2086
- Ġrepres ent
2087
- iz ation
2088
- Ġex cept
2089
- w ork
2090
- Ġl uck
2091
- i ke
2092
- Ġter m
2093
- Ġde ep
2094
- Ġlong er
2095
- Ġbu ll
2096
- Ġbir th
2097
- y al
2098
- Ġf ail
2099
- Ġ201 3
2100
- Ġsh ot
2101
- Ġas soci
2102
- Ġb ott
2103
- Ġsho ot
2104
- y ed
2105
- Ġn ine
2106
- k ing
2107
- Ġc ult
2108
- oo se
2109
- Ġsp ace
2110
- Ġsupp osed
2111
- Ġvide o
2112
- s y
2113
- Ġwe l
2114
- Ġfr ank
2115
- Ġcha ir
2116
- Ġhe alth
2117
- Ġaf raid
2118
- Ġcommun e
2119
- ro om
2120
- Ġgirl s
2121
- Ġacc ord
2122
- Ġg ent
2123
- Ġpro ject
2124
- Ġ20 2
2125
- Ġgeor ge
2126
- er y
2127
- Ġso cial
2128
- Ġh oney
2129
- id ence
2130
- Ġd ar
2131
- Ġrun ning
2132
- Ġhur t
2133
- Ġfuck ing
2134
- Ġf ly
2135
- Ġd av
2136
- Ġb er
2137
- ir ty
2138
- Ġmid dle
2139
- f fe
2140
- Ġb en
2141
- iv al
2142
- Ġpict ure
2143
- Ġtrou ble
2144
- Ġsud den
2145
- it ive
2146
- ur s
2147
- Ġ201 0
2148
- Ġvill age
2149
- Ġp eter
2150
- et h
2151
- Ġs ar
2152
- Ġm al
2153
- d ing
2154
- Ġdis co
2155
- e c
2156
- Ġme m
2157
- Ġper iod
2158
- g ing
2159
- Ġc ried
2160
- Ġd ro
2161
- ain t
2162
- Ġla u
2163
- Ġinc re
2164
- Ġc up
2165
- Ġb ud
2166
- Ġthem selves
2167
- y n
2168
- Ġfor ce
2169
- end ed
2170
- Ġintern ational
2171
- Ġhor se
2172
- Ġtou ch
2173
- Ġlet ter
2174
- Ġp ot
2175
- m ore
2176
- Ġt ree
2177
- he n
2178
- Ġl at
2179
- at a
2180
- Ġneed s
2181
- Ġrom an
2182
- Ġc orn
2183
- t hat
2184
- Ġcoll ect
2185
- Ġh osp
2186
- Ġj ames
2187
- g u
2188
- Ġdes cri
2189
- Ġd ue
2190
- Ġk ept
2191
- Ġh op
2192
- Ġes c
2193
- Ġind ian
2194
- Ġciv il
2195
- k a
2196
- ha el
2197
- l u
2198
- Ġrece ived
2199
- on y
2200
- ci ally
2201
- Ġd en
2202
- b ers
2203
- Ġcomp ut
2204
- ro g
2205
- Ġar ri
2206
- Ġcl ot
2207
- Ġpop ular
2208
- Ġre v
2209
- Ġac cept
2210
- Ġwait ing
2211
- f er
2212
- Ġcare er
2213
- m er
2214
- Ġwill iam
2215
- Ġrel ig
2216
- Ġbe at
2217
- Ġcharac ter
2218
- Ġbe ar
2219
- Ġe ye
2220
- Ġcap ital
2221
- Ġis s
2222
- Ġde m
2223
- Ġs and
2224
- Ġplay er
2225
- Ġinv est
2226
- Ġexc use
2227
- um ent
2228
- Ġm hm
2229
- Ġty pe
2230
- Ġf ut
2231
- Ġj im
2232
- Ġlea gue
2233
- Ġch o
2234
- Ġseem ed
2235
- Ġmom my
2236
- Ġr ain
2237
- y r
2238
- Ġm ult
2239
- Ġab ove
2240
- Ġgent le
2241
- em y
2242
- Ġsa ve
2243
- Ġind e
2244
- Ġstra ight
2245
- Ġbro ad
2246
- Ġcount ries
2247
- Ġb urn
2248
- u ation
2249
- Ġent ire
2250
- con om
2251
- y l
2252
- Ġmo der
2253
- Ġu r
2254
- ul a
2255
- Ġre se
2256
- Ġres pect
2257
- Ġfur ther
2258
- Ġp ound
2259
- Ġinclud e
2260
- Ġb al
2261
- Ġv ol
2262
- Ġwor th
2263
- Ġl ed
2264
- Ġr ul
2265
- Ġeng ine
2266
- har d
2267
- b ur
2268
- Ġha ll
2269
- Ġcr it
2270
- iss ion
2271
- Ġpie ce
2272
- Ġcreat ed
2273
- Ġs an
2274
- Ġsur pr
2275
- c r
2276
- le x
2277
- oo f
2278
- il ar
2279
- ub lic
2280
- Ġsl ow
2281
- sh ip
2282
- Ġcir c
2283
- Ġc ool
2284
- ad a
2285
- Ġph ot
2286
- Ġtak es
2287
- Ġprod uct
2288
- Ġfun ny
2289
- Ġa in
2290
- Ġm ist
2291
- ff ic
2292
- Ġst at
2293
- Ġfam ous
2294
- Ġim ag
2295
- Ġmar y
2296
- Ġaf ric
2297
- Ġun ion
2298
- Ġpos ition
2299
- Ġqu een
2300
- k y
2301
- Ġter ri
2302
- Ġs out
2303
- Ġb an
2304
- r ay
2305
- Ġsp ir
2306
- Ġ2 5
2307
- Ġph ys
2308
- Ġaccord ing
2309
- ed er
2310
- Ġst ri
2311
- Ġe conom
2312
- Ġdiffic ult
2313
- l ant
2314
- ol ute
2315
- Ġc atch
2316
- Ġam ount
2317
- Ġm is
2318
- Ġn on
2319
- g ar
2320
- Ġen jo
2321
- pt ion
2322
- Ġn ort
2323
- Ġsu gg
2324
- u el
2325
- Ġcar ry
2326
- Ġmil it
2327
- Ġdri ve
2328
- Ġsumm er
2329
- Ġf ill
2330
- Ġby e
2331
- Ġeven ing
2332
- Ġbo ard
2333
- r or
2334
- Ġsa fe
2335
- Ġsugg est
2336
- Ġrep ublic
2337
- Ġro le
2338
- k en
2339
- ou l
2340
- Ġco ver
2341
- Ġpol ic
2342
- Ġwee ks
2343
- i ally
2344
- Ġit self
2345
- Ġfor t
2346
- Ġbook s
2347
- Ġaust ral
2348
- Ġdec ided
2349
- Ġhosp ital
2350
- Ġd ut
2351
- Ġc ause
2352
- Ġgl ad
2353
- Ġl os
2354
- l ine
2355
- Ġn ar
2356
- Ġh ung
2357
- Ġfut ure
2358
- Ġtell ing
2359
- Ġser ved
2360
- a x
2361
- om in
2362
- Ġcent ral
2363
- Ġreco gn
2364
- b t
2365
- Ġf ix
2366
- Ġj our
2367
- Ġfeel ing
2368
- Ġfore st
2369
- Ġdo ll
2370
- Ġw ow
2371
- Ġr ing
2372
- Ġk iss
2373
- Ġtr ack
2374
- Ġar ch
2375
- Ġ *
2376
- Ġch ief
2377
- Ġp an
2378
- Ġcertain ly
2379
- Ġsha r
2380
- Ġmat ch
2381
- Ġb ene
2382
- Ġthr ow
2383
- Ġcommun ity
2384
- Ġfig ure
2385
- st on
2386
- fe rence
2387
- h ow
2388
- s p
2389
- Ġst ood
2390
- Ġcom b
2391
- Ġgr ad
2392
- Ġproble ms
2393
- Ġcra zy
2394
- ed i
2395
- Ġme ant
2396
- Ġmeet ing
2397
- Ġteac her
2398
- r ation
2399
- Ġg ard
2400
- ol ution
2401
- Ġmic hael
2402
- Ġsh op
2403
- Ġqu iet
2404
- Ġabs olute
2405
- Ġh un
2406
- Ġpr ison
2407
- e al
2408
- Ġa head
2409
- Ġne g
2410
- Ġno body
2411
- am b
2412
- Ġfin al
2413
- Ġan ge
2414
- ill e
2415
- Ġm art
2416
- Ġparent s
2417
- Ġl ou
2418
- ac y
2419
- Ġwho se
2420
- Ġrel ations
2421
- Ġcent er
2422
- Ġpass ed
2423
- Ġen er
2424
- Ġsim ilar
2425
- Ġind ia
2426
- Ġlear n
2427
- Ġf ish
2428
- Ġex ist
2429
- Ġa ut
2430
- Ġchamp ions
2431
- 1 8
2432
- w h
2433
- Ġn in
2434
- Ġst ick
2435
- Ġsa il
2436
- Ġs ick
2437
- Ġfin ally
2438
- o on
2439
- y le
2440
- Ġd anger
2441
- Ġro ll
2442
- r uct
2443
- Ġa ud
2444
- Ġb ag
2445
- Ġfam il
2446
- Ġr uss
2447
- Ġm ater
2448
- Ġ19 2
2449
- Ġpre v
2450
- Ġob ject
2451
- Ġreturn ed
2452
- Ġanim als
2453
- Ġcontin u
2454
- Ġpl aces
2455
- Ġag re
2456
- Ġvir gin
2457
- k ed
2458
- l in
2459
- Ġty p
2460
- te en
2461
- pe cially
2462
- Ġs am
2463
- Ġm outh
2464
- Ġh m
2465
- Ġher self
2466
- Ġdav id
2467
- Ġf er
2468
- Ġgl ass
2469
- Ġjapan ese
2470
- Ġs ad
2471
- Ġinterest ing
2472
- ag on
2473
- Ġbat tle
2474
- Ġquick ly
2475
- Ġb ow
2476
- Ġmo ving
2477
- Ġ2 4
2478
- Ġvi ol
2479
- a i
2480
- Ġop ened
2481
- Ġsupp ose
2482
- Ġso ft
2483
- ak es
2484
- Ġb es
2485
- it or
2486
- Ġr ich
2487
- Ġh ol
2488
- Ġm ach
2489
- Ġhapp ens
2490
- 1 0
2491
- Ġpa ul
2492
- Ġho st
2493
- Ġmoder n
2494
- Ġpart s
2495
- Ġcol or
2496
- Ġfollow ed
2497
- Ġspec ies
2498
- Ġsub ject
2499
- Ġse lf
2500
- id a
2501
- Ġsc ience
2502
- Ġ201 1
2503
- Ġind ust
2504
- Ġking dom
2505
- Ġbegin ning
2506
- Ġs itting
2507
- Ġhen ry
2508
- Ġor d
2509
- Ġgerman y
2510
- Ġ1 00
2511
- z z
2512
- Ġk en
2513
- Ġsoci ety
2514
- ow ers
2515
- Ġse par
2516
- im ent
2517
- Ġprov ince
2518
- re me
2519
- li ke
2520
- Ġdef in
2521
- Ġest ab
2522
- c ause
2523
- Ġb reat
2524
- Ġ200 6
2525
- Ġsp end
2526
- Ġany body
2527
- Ġcoun cil
2528
- Ġlea ving
2529
- n el
2530
- s ha
2531
- Ġm um
2532
- Ġes pecially
2533
- Ġmark et
2534
- Ġb ank
2535
- Ġpe ace
2536
- Ġ201 2
2537
- om b
2538
- Ġth ou
2539
- Ġr id
2540
- Ġen v
2541
- Ġdis app
2542
- Ġflo or
2543
- Ġw ild
2544
- Ġfe llow
2545
- Ġto wards
2546
- Ġe t
2547
- ag er
2548
- Ġstud ents
2549
- l t
2550
- ce ed
2551
- p or
2552
- Ġorigin al
2553
- Ġf le
2554
- Ġcl os
2555
- Ġtot al
2556
- Ġwh om
2557
- Ġfin ished
2558
- is ing
2559
- Ġann oun
2560
- Ġc ab
2561
- we red
2562
- Ġquest ions
2563
- Ġw al
2564
- in c
2565
- Ġta x
2566
- Ġe gg
2567
- Ġpa id
2568
- Ġne igh
2569
- Ġm ir
2570
- Ġf em
2571
- Ġbec om
2572
- em pt
2573
- a f
2574
- Ġ q
2575
- ri age
2576
- Ġbr own
2577
- od e
2578
- Ġg iving
2579
- m ed
2580
- o le
2581
- u k
2582
- ay s
2583
- Ġse arch
2584
- Ġfe at
2585
- Ġexp ress
2586
- Ġro yal
2587
- in al
2588
- Ġoffic er
2589
- Ġpolit ical
2590
- Ġlo ck
2591
- Ġi ce
2592
- âĢ Ķ
2593
- if f
2594
- Ġstr ange
2595
- Ġne cess
2596
- p ing
2597
- Ġj er
2598
- Ġsp ort
2599
- Ġans wered
2600
- Ġhist or
2601
- Ġco ast
2602
- Ġwel come
2603
- ic ian
2604
- Ġse at
2605
- Ġact iv
2606
- Ġmin ister
2607
- b b
2608
- Ġlo se
2609
- Ġcl im
2610
- c her
2611
- Ġid ent
2612
- Ġmil es
2613
- Ġeduc ation
2614
- Ġaf f
2615
- Ġfe ar
2616
- Ġf ing
2617
- Ġro se
2618
- Ġd ance
2619
- Ġbl ock
2620
- Ġwas hing
2621
- Ġt ar
2622
- Ġfor ward
2623
- Ġcomm itt
2624
- Ġ ..
2625
- Ġm ention
2626
- Ġ( "
2627
- Ġke y
2628
- is hing
2629
- if t
2630
- Ġneigh b
2631
- t ime
2632
- he l
2633
- Ġf und
2634
- Ġbel ong
2635
- Ġrad io
2636
- Ġpriv ate
2637
- Ġacc ount
2638
- Ġqu ar
2639
- Ġtra vel
2640
- i ers
2641
- Ġc and
2642
- Ġj es
2643
- Ġnat ure
2644
- Ġinde ed
2645
- Ġw estern
2646
- c ast
2647
- Ġyour s
2648
- Ġter ms
2649
- Ġway s
2650
- Ġdevelop ment
2651
- Ġob s
2652
- Ġexper ience
2653
- Ġsome where
2654
- Ġun cle
2655
- Ġresp ons
2656
- Ġlau gh
2657
- Ġf ac
2658
- if orn
2659
- Ġpr ince
2660
- Ġdest ro
2661
- n es
2662
- Ġf at
2663
- Ġre ached
2664
- o red
2665
- Ġcl aim
2666
- Ġd u
2667
- Ġj ump
2668
- Ġnum bers
2669
- Ġpub lished
2670
- Ġst age
2671
- ition al
2672
- Ġact ion
2673
- Ġcal iforn
2674
- g a
2675
- p ly
2676
- Ġdirect or
2677
- ep end
2678
- Ġcons ider
2679
- Ġt v
2680
- re ct
2681
- Ġstud y
2682
- Ġnat ural
2683
- Ġvar ious
2684
- Ġc ard
2685
- Ġo oh
2686
- Ġr out
2687
- Ġinf lu
2688
- r it
2689
- Ġbe ll
2690
- Ġint rod
2691
- Ġdep end
2692
- Ġener gy
2693
- Ġb ase
2694
- ab ad
2695
- Ġany more
2696
- Ġw at
2697
- ad es
2698
- Ġpl ant
2699
- Ġdam n
2700
- l ight
2701
- Ġcaliforn ia
2702
- x ic
2703
- Ġb i
2704
- Ġequ al
2705
- Ġwind ow
2706
- n ow
2707
- Ġc ro
2708
- Ġc ens
2709
- Ġdr ug
2710
- Ġth om
2711
- Ġc aught
2712
- Ġdin ner
2713
- y a
2714
- Ġl iter
2715
- Ġdisc uss
2716
- um e
2717
- ens ive
2718
- Ġallow ed
2719
- Ġob v
2720
- Ġd ra
2721
- Ġser ious
2722
- Ġd ick
2723
- Ġv an
2724
- Ġpl at
2725
- Ġpl us
2726
- Ġsee ing
2727
- Ġsur v
2728
- Ġloc ated
2729
- Ġclot hes
2730
- Ġdo c
2731
- Ġprofess ional
2732
- Ġp ack
2733
- ic a
2734
- Ġshow s
2735
- Ġinvol ved
2736
- i res
2737
- Ġmater ial
2738
- Ġsim ple
2739
- Ġvis it
2740
- Ġric hard
2741
- Ġw ed
2742
- Ġde g
2743
- Ġdis e
2744
- Ġforg ot
2745
- c ip
2746
- Ġ2 1
2747
- Ġind epend
2748
- Ġal ive
2749
- Ġbo at
2750
- Ġ5 0
2751
- Ġwr iting
2752
- a ff
2753
- ir on
2754
- Ġsu ff
2755
- Ġpr im
2756
- y er
2757
- Ġsc ott
2758
- Ġchampions hip
2759
- Ġep is
2760
- o ld
2761
- Ġmed ic
2762
- Ġ0 1
2763
- Ġprin cess
2764
- it ution
2765
- Ġ201 4
2766
- er o
2767
- Ġc ell
2768
- Ġsc ient
2769
- Ġen c
2770
- Ġt ea
2771
- Ġa lex
2772
- Ġf it
2773
- ll ed
2774
- Ġsn ow
2775
- Ġsudden ly
2776
- " )
2777
- ide red
2778
- iv id
2779
- Ġsit uation
2780
- Ġs ize
2781
- Ġstand ing
2782
- Ġval ue
2783
- Ġm un
2784
- Ġimm edi
2785
- Ġspir it
2786
- ? âĢĿ
2787
- ag o
2788
- Ġneed ed
2789
- Ġn one
2790
- Ġhon est
2791
- Ä ģ
2792
- Ġp age
2793
- Ġspe ed
2794
- Ġg ives
2795
- Ġsound s
2796
- Ġst up
2797
- Ġchrist ian
2798
- Ġhe ro
2799
- Ġde mo
2800
- Ġsqu are
2801
- Ġ ut
2802
- in ist
2803
- Ġs our
2804
- Ġjo in
2805
- ie l
2806
- Ġbl ow
2807
- Ġabsolute ly
2808
- Ġcens us
2809
- Ġo w
2810
- Ġhe avy
2811
- ci ent
2812
- in y
2813
- eng th
2814
- Ġsp ent
2815
- Ġo x
2816
- Ġp un
2817
- Ġapp eared
2818
- Ġfav or
2819
- Ġb ought
2820
- Ġd ig
2821
- Ġg ri
2822
- ar a
2823
- Ġcon v
2824
- r uction
2825
- Ġme l
2826
- Ġrese arch
2827
- Ġmilit ary
2828
- f ace
2829
- Ġm ix
2830
- o ff
2831
- Ġatt ention
2832
- Ġtit le
2833
- ir t
2834
- Ġ201 6
2835
- Ġ200 7
2836
- Ġstop ped
2837
- h ood
2838
- Ġadd ed
2839
- Ġi i
2840
- Ġm ac
2841
- ll en
2842
- Ġm c
2843
- id s
2844
- act ion
2845
- Ġid e
2846
- Ġcons idered
2847
- Ġext ra
2848
- Ġ )
2849
- ist ic
2850
- Ġadd ress
2851
- Ġcomput er
2852
- Ġse ll
2853
- Ġbo b
2854
- f l
2855
- er ve
2856
- Ġman age
2857
- Ġbr idge
2858
- Ġenv iron
2859
- Ġma x
2860
- Ġbro ke
2861
- Ġmult ip
2862
- Ġo d
2863
- us es
2864
- Ġst one
2865
- Ġgr ou
2866
- Ġb oss
2867
- Ġsp an
2868
- id ay
2869
- Ġshould n
2870
- ail s
2871
- c ing
2872
- Ġb a
2873
- Ġar ms
2874
- Ġex ec
2875
- Ġpur p
2876
- Ġear l
2877
- w ood
2878
- Ġgre w
2879
- Ġoffic ial
2880
- Ġsong s
2881
- h od
2882
- Ġde cl
2883
- Ġprod uced
2884
- Ġmur der
2885
- Ġth us
2886
- Ġ2 3
2887
- g en
2888
- Ġd ate
2889
- as ons
2890
- Ġcap t
2891
- Ġstup id
2892
- Ġpre p
2893
- Ġhur ry
2894
- Ġav ail
2895
- w est
2896
- Ġp u
2897
- he m
2898
- Ġopp ort
2899
- Ġo u
2900
- ain ing
2901
- Ġprom ise
2902
- u it
2903
- v ille
2904
- Ġd ry
2905
- Ġg as
2906
- Ġac ad
2907
- Ġw ide
2908
- Ġsim ply
2909
- Ġgrou ps
2910
- Ġrelations hip
2911
- Ġc ow
2912
- ci ous
2913
- Ġj ew
2914
- Ġa ha
2915
- re en
2916
- Ġc y
2917
- he t
2918
- in ary
2919
- ol ic
2920
- oo ps
2921
- Ġstr uct
2922
- Ġcam er
2923
- Ġopport un
2924
- Ġcomplete ly
2925
- 1 7
2926
- Ġposs ib
2927
- Ġhat e
2928
- Ġvirgin ia
2929
- Ġan cient
2930
- Ġg ree
2931
- am s
2932
- Ġwatch ing
2933
- k et
2934
- n ers
2935
- Ġask ing
2936
- Ġatt empt
2937
- Ġl u
2938
- Ġright s
2939
- b on
2940
- Ġo il
2941
- Ġin it
2942
- Ġf ool
2943
- Ġpoint s
2944
- Ġt all
2945
- Ġp ath
2946
- Ġn ames
2947
- Ġbe ha
2948
- Ġam az
2949
- Ġanim al
2950
- . ,
2951
- b ye
2952
- c a
2953
- e x
2954
- is es
2955
- ic ip
2956
- Ġaf fect
2957
- .. ..
2958
- pp er
2959
- if y
2960
- Ġmount ain
2961
- Ġvers ion
2962
- v al
2963
- Ġe mb
2964
- Ġlar gest
2965
- Ġdemo cr
2966
- ip e
2967
- Ġind ivid
2968
- Ġperson al
2969
- at ors
2970
- Ġh ous
2971
- Ġdiv ision
2972
- ill a
2973
- Ġbro ken
2974
- Ġp sy
2975
- Ġr ace
2976
- Ġinclud ed
2977
- t r
2978
- Ġar g
2979
- Ġf an
2980
- Ġse vent
2981
- Ġact or
2982
- Ġimp ro
2983
- Ġdiffe rence
2984
- iqu e
2985
- Ġsout hern
2986
- i us
2987
- st r
2988
- Ġ19 0
2989
- Ġmean ing
2990
- te red
2991
- ffe e
2992
- m as
2993
- nd ay
2994
- Ġre ach
2995
- Ġenviron ment
2996
- Ġe ff
2997
- Ġun less
2998
- Ġlo ved
2999
- Ġcont ract
3000
- Ġemp lo
3001
- f ield
3002
- Ġo l
3003
- Ġl ower
3004
- Ġac cess
3005
- Ġrecord s
3006
- Ġth irty
3007
- Ġal an
3008
- Ġ2 6
3009
- Ġbr and
3010
- Ġbr an
3011
- Ġ200 9
3012
- de red
3013
- ino is
3014
- it es
3015
- Ġgu ard
3016
- o f
3017
- Ġb ang
3018
- Ġd eter
3019
- Ġr ap
3020
- Ġpr ime
3021
- Ġdou bt
3022
- Ġhig her
3023
- c ul
3024
- Ġt ick
3025
- le br
3026
- Ġthere fore
3027
- Ġsc ot
3028
- Ġprod uc
3029
- m in
3030
- Ġw it
3031
- Ġin j
3032
- Ġb right
3033
- Ġl ake
3034
- Ġro bert
3035
- h ic
3036
- in ct
3037
- Ġbel ow
3038
- Ġnort hern
3039
- i pped
3040
- Ġs ite
3041
- Ġf res
3042
- Ġch ick
3043
- Ġspeak ing
3044
- ri an
3045
- Ġcon gress
3046
- Ġ2 2
3047
- Ġwonder ful
3048
- 5 0
3049
- Ġsha re
3050
- Ġstart ing
3051
- a ven
3052
- w ise
3053
- Ġ200 8
3054
- gr ound
3055
- Ġcar ried
3056
- Ġref er
3057
- Ġ201 5
3058
- Ġreg ular
3059
- c us
3060
- Ġs ens
3061
- ur ity
3062
- Ġplay s
3063
- Ġtalk ed
3064
- Ġcare ful
3065
- Ġw ound
3066
- Ġmo on
3067
- Ġfl or
3068
- Ġb ath
3069
- Ġl ength
3070
- Ġtr ade
3071
- Ġkn ock
3072
- ast ic
3073
- Ġjo ined
3074
- bo ard
3075
- b a
3076
- ter day
3077
- Ġco ffee
3078
- 1 2
3079
- Ġs ight
3080
- ab ility
3081
- Ġwar m
3082
- ri a
3083
- Ġo ly
3084
- Ġbe y
3085
- Ġbirth day
3086
- h ouse
3087
- n ight
3088
- Ġl ying
3089
- Ġr ac
3090
- Ġmar ry
3091
- Ġmar riage
3092
- Ġill inois
3093
- Ġr at
3094
- ite ly
3095
- Ġchar les
3096
- Ġpr ay
3097
- Ġnear ly
3098
- Ġblood y
3099
- Ġnorm al
3100
- Ġst orm
3101
- Ġare as
3102
- olog ical
3103
- Ġce lebr
3104
- iqu es
3105
- v an
3106
- Ġapp oint
3107
- Ġmil k
3108
- g l
3109
- Ġf eder
3110
- Ġpr ice
3111
- Ġjes us
3112
- Ã ¡
3113
- Ġmo v
3114
- Ġ20 00
3115
- Ġcast le
3116
- p art
3117
- Ġyes terday
3118
- Ġmove ment
3119
- Ġbe g
3120
- Ġdes p
3121
- Ġhappen ing
3122
- Ġtrain ing
3123
- Ġv all
3124
- Ġj ose
3125
- ens ion
3126
- Ġmed ia
3127
- Ġ202 2
3128
- ur a
3129
- Ġlead er
3130
- Ġmod el
3131
- b l
3132
- Ġre view
3133
- av es
3134
- Ġwashing ton
3135
- Ġwere n
3136
- Ġinterest ed
3137
- Ġfa ith
3138
- Ġh om
3139
- Ġar r
3140
- Ġev idence
3141
- Ġbott om
3142
- Ġfamil ies
3143
- Ġa ch
3144
- Ġhon or
3145
- ive ly
3146
- ap er
3147
- Ġch ina
3148
- Ġsc ene
3149
- Ġche m
3150
- Ġprofess or
3151
- f r
3152
- Ġth reat
3153
- est s
3154
- he st
3155
- ill y
3156
- Ġass ist
3157
- Ġgard en
3158
- Ġreg ard
3159
- Ġca used
3160
- ant ly
3161
- k n
3162
- Ġw il
3163
- Ġd ata
3164
- w or
3165
- Ġc ust
3166
- ce ll
3167
- Ġne ck
3168
- Ġtre es
3169
- n al
3170
- it ude
3171
- Ġmet hod
3172
- Ġthom as
3173
- y ear
3174
- Ġt ast
3175
- Ġb ay
3176
- Ġhu ge
3177
- Ġp ush
3178
- Ġfe ed
3179
- Ġassoci ation
3180
- it z
3181
- Ġst ore
3182
- qu e
3183
- Ġco ach
3184
- Ġpar is
3185
- ri but
3186
- Ġ4 0
3187
- Ġprin cip
3188
- Ġsp ring
3189
- Ġbr ain
3190
- Ġmov ies
3191
- Ġfar m
3192
- Ġbird s
3193
- Ġd rop
3194
- Ġavail able
3195
- ut s
3196
- Ġshow ed
3197
- Ġlove ly
3198
- Ġgovern or
3199
- Ġserv ices
3200
- Ġo ce
3201
- Ġe ating
3202
- Ġschool s
3203
- Ġsc ared
3204
- re g
3205
- Ġk ick
3206
- Ġ200 5
3207
- en a
3208
- Ġl ines
3209
- Ġst ories
3210
- Ġfound ed
3211
- e k
3212
- g le
3213
- Ġg all
3214
- as k
3215
- Ġcr ow
3216
- re l
3217
- ap s
3218
- Ġcha p
3219
- Ġeurope an
3220
- Ġannoun ced
3221
- Ġper cent
3222
- z a
3223
- Ġwin ter
3224
- Ġar rest
3225
- Ġsm ell
3226
- Ġhelp ed
3227
- Ġr ub
3228
- Ġput ting
3229
- Ġtemp er
3230
- s et
3231
- Ġ ess
3232
- Ġcontinu ed
3233
- Ġpsy ch
3234
- Ġme xic
3235
- led ge
3236
- Ġemp ire
3237
- Ġocc ur
3238
- 1 5
3239
- h ib
3240
- as ion
3241
- Ġi ron
3242
- or ing
3243
- ot ed
3244
- ad ed
3245
- Ġsk in
3246
- Ġcho ice
3247
- Ġt ired
3248
- Ġsec urity
3249
- pl ay
3250
- Ġdou ble
3251
- Ġb le
3252
- Ġc ases
3253
- Ġhe aven
3254
- Ġcor rect
3255
- Ġaustral ia
3256
- ar ily
3257
- Ġwor se
3258
- Ġform ed
3259
- Ġpie ces
3260
- Ġf est
3261
- Ġj ul
3262
- Ġsp oke
3263
- Ġfin ish
3264
- Ġa ver
3265
- Ġp yr
3266
- Ġe h
3267
- Ġk it
3268
- Ġte xt
3269
- Ġlet ters
3270
- Ġoff er
3271
- Ġdevelop ed
3272
- ic ed
3273
- Ġfl ight
3274
- Ġmost ly
3275
- Ġsy mp
3276
- l am
3277
- Ġd er
3278
- ict ion
3279
- Ġfour th
3280
- Ġst ars
3281
- Ġafter no
3282
- Ġspec ific
3283
- i ot
3284
- Ġend ed
3285
- Ġprod uction
3286
- Ġ &
3287
- ol es
3288
- Ã ¼
3289
- Ġcom fort
3290
- Ġchan ges
3291
- Ġf ol
3292
- Ġv ac
3293
- Ġ2 8
3294
- Ġtw el
3295
- Ġem er
3296
- Ġenjo y
3297
- Ġfor ces
3298
- ri b
3299
- Ġwe ak
3300
- Ġpal ace
3301
- Ġimag ine
3302
- 2 00
3303
- k i
3304
- Ġsu it
3305
- Ġsp l
3306
- Ġdem and
3307
- Ġr ide
3308
- Ġwalk ed
3309
- Ġlear ned
3310
- Ġk ar
3311
- ck et
3312
- Ġexpl ain
3313
- Ġital ian
3314
- Ġan al
3315
- Ġan ne
3316
- Ġno vel
3317
- ers on
3318
- Ġadm inist
3319
- Ġterri ble
3320
- Ġc rew
3321
- Ġm use
3322
- Ġchar ge
3323
- Ġmess age
3324
- Ġdis p
3325
- Ġra ised
3326
- Ġbene f
3327
- Ġcall ing
3328
- Ġjud ge
3329
- Ġang ry
3330
- l im
3331
- il s
3332
- Ġdec ision
3333
- Ġimmedi ately
3334
- Ġtr uck
3335
- Ġc ath
3336
- Ġeff ort
3337
- Ġafterno on
3338
- n é
3339
- Ġb on
3340
- pp ing
3341
- o id
3342
- r ound
3343
- Ġ2 7
3344
- Ġcl osed
3345
- il ed
3346
- Ġlike ly
3347
- Ġopp os
3348
- Ġof fe
3349
- Ġimp ress
3350
- Ġacc om
3351
- Ġir an
3352
- Ġdise ase
3353
- a ign
3354
- c an
3355
- Ġco de
3356
- Ġfight ing
3357
- Ġwho a
3358
- Ġru le
3359
- Ġplat form
3360
- b i
3361
- Ġt ail
3362
- ous ly
3363
- Ġpolit ician
3364
- Ġpict ures
3365
- Ġs ac
3366
- Ġha n
3367
- Ġam b
3368
- Ġdist ance
3369
- Ġcre ate
3370
- Ġearl ier
3371
- Ġp ig
3372
- a ur
3373
- Ġbus y
3374
- Ġsk y
3375
- Ġpolic y
3376
- ap h
3377
- Ġlot s
3378
- Ġhot el
3379
- Ġiss ue
3380
- Ġfl at
3381
- Ġcontin ue
3382
- Ġc red
3383
- ren g
3384
- che n
3385
- Ġou ght
3386
- ent ial
3387
- Ġcamp aign
3388
- w estern
3389
- Ġbrother s
3390
- Ġfore ign
3391
- n et
3392
- Ġcom ed
3393
- itt ed
3394
- Ġye llow
3395
- m ar
3396
- Ġwe ap
3397
- Ġart ic
3398
- ho ld
3399
- ip s
3400
- Ġpar li
3401
- Ġmun icip
3402
- Ġre ve
3403
- Ġst yle
3404
- ist an
3405
- Ġsl ight
3406
- Ġbelie ved
3407
- Ġev ents
3408
- Ġoce an
3409
- d on
3410
- Ġbas ket
3411
- Ġse ction
3412
- Ġoly mp
3413
- Ġnot e
3414
- Ġnet work
3415
- Ġmuse um
3416
- Ġsp read
3417
- i ation
3418
- Ġd om
3419
- Ġd un
3420
- Ġl ink
3421
- al es
3422
- Ġag ree
3423
- Ġelect ion
3424
- Ġ Â
3425
- us ion
3426
- Ġmin us
3427
- Ġleg s
3428
- Ġide as
3429
- Ġthe ory
3430
- us hed
3431
- Ġparli ament
3432
- Ġn ick
3433
- ate g
3434
- Ġhold ing
3435
- ' .
3436
- Ġinst it
3437
- Ġc it
3438
- om s
3439
- Ġcont act
3440
- Ġinvest ig
3441
- Ġf rog
3442
- Ġset tle
3443
- 1 4
3444
- Ġs oul
3445
- Ġwe ight
3446
- Ġen emy
3447
- oc ol
3448
- Ġfa ult
3449
- is f
3450
- st e
3451
- Ġte nd
3452
- Ġ200 4
3453
- Ġnecess ary
3454
- il ities
3455
- Ġpri ze
3456
- Ġrele ase
3457
- Ġbey ond
3458
- Ġcan ada
3459
- Ġcommun ic
3460
- Ġeas tern
3461
- w a
3462
- Ġne ither
3463
- Ġ2 9
3464
- Ġsp ot
3465
- Ġco vered
3466
- Ġfif ty
3467
- Ġcurrent ly
3468
- Ġtwel ve
3469
- 1 3
3470
- Ġst aff
3471
- Ġjo y
3472
- Ġcar ol
3473
- Ġmach ine
3474
- Ġflor ida
3475
- Ġa unt
3476
- Ġfor th
3477
- Ġinte ll
3478
- Ġarri ved
3479
- Ġfres h
3480
- r am
3481
- Ġy a
3482
- Ġr ab
3483
- ash ion
3484
- Ġem ot
3485
- Ġtw ice
3486
- Ġsw im
3487
- Ġmed ical
3488
- Ġwalk ing
3489
- Ġgr ant
3490
- Ġent er
3491
- Ġap art
3492
- Ġread ing
3493
- Ġcorn er
3494
- Ġv en
3495
- Ġper m
3496
- b ack
3497
- Ġyou th
3498
- Ġcent re
3499
- Ġcal m
3500
- Ġsuccess ful
3501
- Ġacc ident
3502
- Ġsing er
3503
- Ġdet ect
3504
- Ġafric a
3505
- Ġestab lished
3506
- u nder
3507
- Ġf red
3508
- os op
3509
- Ġte ach
3510
- Ġle e
3511
- Ġk ore
3512
- Ġst reng
3513
- th is
3514
- ab les
3515
- Ġhas n
3516
- the re
3517
- Ġext reme
3518
- Ġorigin ally
3519
- Ġlad ies
3520
- Ġwe ather
3521
- Ġ( )
3522
- Ġplay ers
3523
- Ġsil ver
3524
- Ġesc ape
3525
- Ġcomp l
3526
- Ġop in
3527
- Ġdefin itely
3528
- Ġvall ey
3529
- ar ies
3530
- Ġthrough out
3531
- Ġspe e
3532
- p ir
3533
- Ġl oss
3534
- ent al
3535
- Ġu nd
3536
- Ġcommitt ee
3537
- Ġpurp ose
3538
- h i
3539
- Ġli ked
3540
- Ġatt ract
3541
- Ġc as
3542
- Ġli ft
3543
- Ġ200 1
3544
- Ġsystem s
3545
- Ġobv iously
3546
- Ġb ound
3547
- Ġm ike
3548
- il ing
3549
- Ġnews p
3550
- Ġbe ach
3551
- Ġr ay
3552
- se qu
3553
- Ġ20 20
3554
- Ġpr int
3555
- Ġsm art
3556
- i ents
3557
- n ie
3558
- ak ing
3559
- Ġa st
3560
- at ives
3561
- Ġdefe nd
3562
- is ions
3563
- ut en
3564
- est y
3565
- Ġ201 8
3566
- Ġform ula
3567
- Ġdirect ed
3568
- Ġtri p
3569
- Ġchrist mas
3570
- Ġital y
3571
- Ġepis ode
3572
- at o
3573
- Ġevent ually
3574
- Ġc art
3575
- Ġr ate
3576
- Ġres our
3577
- Ġ18 6
3578
- Ġscot land
3579
- Ġaver age
3580
- Ġfor ty
3581
- Ġte x
3582
- Ġtell s
3583
- Ġcond uct
3584
- Ġspan ish
3585
- 3 0
3586
- Ġknow ledge
3587
- Ġpract ice
3588
- ru pt
3589
- Ġfor ced
3590
- Ġcon vers
3591
- ph one
3592
- Ġsign ific
3593
- Ġach ie
3594
- Ġb ord
3595
- st airs
3596
- Ġphil osop
3597
- Ġpound s
3598
- Ġthe e
3599
- Ġlea ves
3600
- Ġdog s
3601
- w r
3602
- Ġy o
3603
- Ġn ative
3604
- Ġrep e
3605
- Ġ18 9
3606
- Ġin no
3607
- ver t
3608
- Ġjo e
3609
- Ġdirect ion
3610
- Ġbri ef
3611
- Ġs in
3612
- Ġp in
3613
- Ġsp r
3614
- Ġany where
3615
- Ġcomm er
3616
- iver se
3617
- Ġdri ving
3618
- Ġluck y
3619
- Ġo pt
3620
- en ces
3621
- oo p
3622
- ent ed
3623
- Ġli ber
3624
- Ġsh own
3625
- um ents
3626
- Ġar ab
3627
- 1 6
3628
- s he
3629
- Ġh ide
3630
- iz ing
3631
- Ġjose ph
3632
- p a
3633
- Ġp ir
3634
- Ġcall s
3635
- Ġtechn ology
3636
- j ust
3637
- er ved
3638
- Ġn ation
3639
- Ġcr ime
3640
- Ġsign ed
3641
- ar i
3642
- Ġfem ale
3643
- Ġst ock
3644
- ck s
3645
- Ġlo g
3646
- ber g
3647
- j i
3648
- Ġkind s
3649
- Ġdanger ous
3650
- z en
3651
- Ġp ac
3652
- Ġn an
3653
- Ġsc r
3654
- Ġton y
3655
- Ġrail way
3656
- as ant
3657
- Ġbig gest
3658
- Ġadd ition
3659
- Ġsold iers
3660
- Ġdoll ars
3661
- Ġopportun ity
3662
- Ġha m
3663
- Ġno se
3664
- Ġdeter m
3665
- e g
3666
- Ġd uck
3667
- Ġlou is
3668
- Ġmedic ine
3669
- w hy
3670
- il es
3671
- Ġchar l
3672
- f ast
3673
- h ol
3674
- Ġcha llen
3675
- Ġcomm ission
3676
- Ġvict im
3677
- Ġdro pped
3678
- iet y
3679
- Ġelect ric
3680
- Ġl uc
3681
- Ġsh r
3682
- ines e
3683
- bur g
3684
- s es
3685
- re r
3686
- Ġfir m
3687
- Ġgold en
3688
- Ġindust ry
3689
- Ġs ides
3690
- Ġpr oud
3691
- Ġcomp os
3692
- Ġmem ory
3693
- at lant
3694
- ub e
3695
- Ġopen ing
3696
- Ġbas ically
3697
- Ġrul es
3698
- e v
3699
- Ġteam s
3700
- p an
3701
- on ed
3702
- ed s
3703
- Ġgrow ing
3704
- kn own
3705
- se y
3706
- Ġch ic
3707
- Ġc ities
3708
- en ing
3709
- Ġplan et
3710
- j a
3711
- Ġk ent
3712
- Ġac qu
3713
- Ġelect ed
3714
- Ġdisco vered
3715
- Ġw is
3716
- Ġw ine
3717
- Ġl y
3718
- al ed
3719
- Ġfr anc
3720
- Ġconst itution
3721
- Ã ³
3722
- in i
3723
- Ġm ut
3724
- Ġpre m
3725
- mm y
3726
- Ġgentle men
3727
- Ġneg ative
3728
- Ġ201 7
3729
- Ġold er
3730
- Ġsmall er
3731
- Ġcharac ters
3732
- Ġperform ance
3733
- Ġcar s
3734
- Ġrem ain
3735
- Ġ198 0
3736
- Ġsport s
3737
- Ġal t
3738
- Ġgreat er
3739
- Ġmic ro
3740
- Ġtot ally
3741
- Ġmist ake
3742
- Ġth y
3743
- Ġu k
3744
- Ġfr an
3745
- and a
3746
- ul ations
3747
- be ll
3748
- Ġgod d
3749
- Ġvict or
3750
- Ġslow ly
3751
- Ġh ors
3752
- ill s
3753
- Ġ199 0
3754
- Ġpat ient
3755
- as c
3756
- Ġj en
3757
- Ġmiss ing
3758
- Ġhig hest
3759
- Ġfeder al
3760
- is ters
3761
- Ġr ough
3762
- Ġus es
3763
- Ġfl owers
3764
- Ġsur face
3765
- Ġnot ice
3766
- Ġbut ter
3767
- Ġact ing
3768
- é né
3769
- Ġpos itive
3770
- Ġwear ing
3771
- Ġpl ants
3772
- Ġcult ure
3773
- Ġa ii
3774
- ac hing
3775
- Ġwh is
3776
- Ġmiss ion
3777
- Ġris k
3778
- Ġb ac
3779
- Ġf ro
3780
- Ġhe at
3781
- Ġr ange
3782
- Ġstud ent
3783
- us ing
3784
- ad o
3785
- Ġent ertain
3786
- Ġparticular ly
3787
- Ġthe at
3788
- Ġp red
3789
- Ġch oose
3790
- Ġz ero
3791
- Ġdar ling
3792
- i ar
3793
- Ġs ant
3794
- er al
3795
- it ect
3796
- Ġsm ith
3797
- Ġw ake
3798
- Ġrelig ious
3799
- Ġgrad u
3800
- 1 1
3801
- c ut
3802
- e es
3803
- o y
3804
- Ġf ashion
3805
- Ġr ural
3806
- Ġch inese
3807
- Ġgr own
3808
- Ġinclud es
3809
- ific ation
3810
- b ing
3811
- Ġn a
3812
- at ory
3813
- Ġsecret ary
3814
- Ġhous es
3815
- Ġs id
3816
- Ġed ge
3817
- ! âĢĿ
3818
- our s
3819
- Ġeas ily
3820
- Ġsat isf
3821
- Ġmag az
3822
- ro ad
3823
- ak er
3824
- Ġent ered
3825
- Ġisland s
3826
- Ġexpect ed
3827
- Ġagre ed
3828
- Ġacad emy
3829
- Ġwit ness
3830
- k ins
3831
- as ing
3832
- Ġcon ference
3833
- ess ion
3834
- Ġsc reen
3835
- Ġbl ess
3836
- Ġapp arent
3837
- Ġsw ord
3838
- Ġsur round
3839
- éné es
3840
- Ġsa f
3841
- Ġbit ch
3842
- Ġpyr énées
3843
- Ġemp er
3844
- Ġarch itect
3845
- Ġord ers
3846
- Ġexec ut
3847
- Ġb oo
3848
- Ġman ager
3849
- Ġlaw yer
3850
- ol s
3851
- Ġv ote
3852
- Ġthink s
3853
- ib ility
3854
- Ġdut y
3855
- Ġegg s
3856
- atlant iques
3857
- w are
3858
- Ġfin an
3859
- Ġstud io
3860
- Ġho ly
3861
- b an
3862
- o ved
3863
- Ġb ast
3864
- Ġl ack
3865
- it ation
3866
- Ġh id
3867
- ve re
3868
- Ġse lect
3869
- Ġtr ick
3870
- Ġbre ad
3871
- Ġrev olution
3872
- Ġb omb
3873
- Ġg ro
3874
- Ġh ook
3875
- ist ed
3876
- hed ron
3877
- ho st
3878
- , --
3879
- y an
3880
- Ġr os
3881
- Ġsm ile
3882
- Ġimp oss
3883
- Ġy ep
3884
- Ġde b
3885
- Ġsouth western
3886
- c ons
3887
- Ġt un
3888
- ol a
3889
- Ġpo ly
3890
- Ġdeg ree
3891
- o res
3892
- v in
3893
- Ġp il
3894
- Ġact ress
3895
- Ġla id
3896
- Ġset t
3897
- Ġcompan ies
3898
- Ġwor ried
3899
- Ġbig ger
3900
- ograp h
3901
- Ġl oud
3902
- Ġwe t
3903
- Ġmy ster
3904
- Ġag ent
3905
- Ġchan nel
3906
- Ġprov ide
3907
- d é
3908
- Ġqu e
3909
- Ġtrans l
3910
- Ġpartic ip
3911
- Ġjour nal
3912
- Ġcath olic
3913
- Ã ¶
3914
- in ing
3915
- Ġg al
3916
- Ġemp ty
3917
- Ġiss ues
3918
- i os
3919
- s a
3920
- Ã Ń
3921
- ha l
3922
- Ġre form
3923
- Ġpro gress
3924
- Ġsc ar
3925
- Ġ18 8
3926
- o ver
3927
- Ġw rest
3928
- Ġs aint
3929
- Ġe ld
3930
- Ġapp re
3931
- Ġpick ed
3932
- Ġbes ides
3933
- nd s
3934
- Ġn ic
3935
- Ġdr unk
3936
- Ġgre y
3937
- Ġgener ally
3938
- Ġmaj esty
3939
- Ġmount ains
3940
- Ġquar ter
3941
- Ġfest ival
3942
- Ġa wards
3943
- Ġjust ice
3944
- Ġlar ger
3945
- Ġt ight
3946
- Ġwe ird
3947
- se e
3948
- ul f
3949
- ra ft
3950
- Ġjack son
3951
- Ġbroad cast
3952
- m ans
3953
- Ġg y
3954
- Ġli br
3955
- Ġat lant
3956
- Ġrem ained
3957
- Ġ200 3
3958
- Ġkill ing
3959
- Ġcond ition
3960
- t t
3961
- Ġt ape
3962
- Ġp ak
3963
- or ough
3964
- ist ry
3965
- Ġma le
3966
- Ġrout e
3967
- Ġt ed
3968
- Ġleg al
3969
- Ġsus p
3970
- Ġspee ch
3971
- Ġchic ago
3972
- r is
3973
- Ġd im
3974
- Ġd iam
3975
- Ġoffic ers
3976
- Ġaw are
3977
- re y
3978
- Ġpl ans
3979
- Ġho le
3980
- Ġdesign ed
3981
- Ġcrit ic
3982
- b ar
3983
- Ġc ash
3984
- Ġn ap
3985
- Ġk il
3986
- Ġcompet ition
3987
- Ġtyp es
3988
- Ġtar get
3989
- Ġ â
3990
- el ess
3991
- Ġtour n
3992
- im ate
3993
- Ġwr iter
3994
- Ġrem ind
3995
- Ġple asure
3996
- Ġjim my
3997
- Ġmention ed
3998
- Ġgo al
3999
- Ġpo ll
4000
- Ġlie uten
4001
- Ġrelig ion
4002
- Ġbreat h
4003
- e h
4004
- u f
4005
- Ġad ult
4006
- Ġma id
4007
- Ġclear ly
4008
- Ġg ir
4009
- Ġrel ated
4010
- Ġpower ful
4011
- Ġcomple x
4012
- Ġsour ce
4013
- l ook
4014
- Ġal co
4015
- Ġair port
4016
- Ġmot or
4017
- Ġcrow d
4018
- Ġstreng th
4019
- Ġimposs ible
4020
- Ġ( ,
4021
- Ġun it
4022
- w ho
4023
- as hed
4024
- Ġwas te
4025
- Ġtr oops
4026
- Ġpl aced
4027
- be red
4028
- Ġdr ag
4029
- Ġreport ed
4030
- i ant
4031
- Ġre ven
4032
- Ġv ot
4033
- Ġex cell
4034
- Ġbo d
4035
- Ġser ve
4036
- Ġwed ding
4037
- Ġkit chen
4038
- Ġt aught
4039
- ent h
4040
- ... ?
4041
- Ġtrans port
4042
- Ġlead ing
4043
- Ġrepl aced
4044
- Ġhors es
4045
- m us
4046
- Ġli es
4047
- Ġsy mb
4048
- Ġmain ly
4049
- Ġorgan ization
4050
- Ġfre qu
4051
- Ġpress ure
4052
- Ġproper ty
4053
- Ġd yn
4054
- il i
4055
- Ġfre ed
4056
- Ġamaz ing
4057
- Ġcit iz
4058
- Ġp air
4059
- ar r
4060
- Ġr ot
4061
- Ġst uck
4062
- ig g
4063
- Ġj un
4064
- Ġex am
4065
- Ġgreat est
4066
- Ġstand ard
4067
- Ġ202 1
4068
- Ġwill ing
4069
- Ġapp le
4070
- Ġmiss ed
4071
- ien ces
4072
- b el
4073
- k in
4074
- Ġd rew
4075
- at t
4076
- Ġe th
4077
- Ġme at
4078
- Ġsh ock
4079
- Ġcr im
4080
- Ġ200 2
4081
- Ġmain tain
4082
- Ġcor por
4083
- ffic ient
4084
- Ġfing er
4085
- Ġindivid ual
4086
- Ġtex as
4087
- v iet
4088
- Ġg a
4089
- Ġmo b
4090
- Ġbreak fast
4091
- Ġpap ers
4092
- Ġind ic
4093
- Ġoper ation
4094
- t ies
4095
- ha nd
4096
- Ġme asure
4097
- op s
4098
- and er
4099
- Ġte eth
4100
- Ġ197 0
4101
- Ġce re
4102
- Ġmanage ment
4103
- Ġlieuten ant
4104
- Ġw ol
4105
- Ġsa ke
4106
- Ġrecord ed
4107
- Ġafric an
4108
- Ġfill ed
4109
- w ith
4110
- ag ing
4111
- Ġpart ner
4112
- Ġatt end
4113
- Ġsurpr ise
4114
- Ġruss ian
4115
- d ie
4116
- ll a
4117
- Ġother wise
4118
- Ġocc up
4119
- Ġbecom es
4120
- Ġn av
4121
- Ġun iverse
4122
- Ġsub st
4123
- Ġwind ows
4124
- Ġperform ed
4125
- Ġrepl ied
4126
- Ġcust om
4127
- w in
4128
- Ġf right
4129
- Ġr ank
4130
- Ġj ac
4131
- ter ing
4132
- Ġform s
4133
- Ġinflu ence
4134
- c u
4135
- Ġs illy
4136
- an ced
4137
- it ar
4138
- Ġsa ved
4139
- Ġfo x
4140
- Ġapp lic
4141
- Ġrec ently
4142
- Ġfeat ures
4143
- w ar
4144
- Ġf ant
4145
- Ġth ick
4146
- Ġpl ain
4147
- Ġlo ad
4148
- Ġfo cus
4149
- Ġlead ers
4150
- Ġemper or
4151
- Ġc oo
4152
- Ġl unch
4153
- Ġcan cer
4154
- Ġg host
4155
- Ġbl ind
4156
- Ġfail ed
4157
- part ement
4158
- Ġme chan
4159
- Ġhead s
4160
- Ġmet al
4161
- Ġlear ning
4162
- Ġsho es
4163
- Ġtrad itional
4164
- Ġp it
4165
- Ġl ic
4166
- Ġpo et
4167
- Ġpre vent
4168
- Ġinter view
4169
- Ġart ist
4170
- Ġresult s
4171
- Ġindepend ent
4172
- Ġfranc is
4173
- dé partement
4174
- Ġev il
4175
- Ġsing ing
4176
- Ġpain ting
4177
- Ġcond itions
4178
- s m
4179
- Ġf aces
4180
- Ġr and
4181
- Ġag ed
4182
- Ġhand le
4183
- Ġkeep ing
4184
- Ġfore ver
4185
- Ġconst ruction
4186
- Ġsat ur
4187
- Ġdescri bed
4188
- Ġcamer a
4189
- Ġoffe red
4190
- Ġr oof
4191
- Ġdr agon
4192
- ign ed
4193
- Ġship s
4194
- Ġbecom ing
4195
- p han
4196
- Ġwor st
4197
- Ġstart s
4198
- Ġstruct ure
4199
- c raft
4200
- it a
4201
- Ġas h
4202
- all ed
4203
- ul ous
4204
- Ġsp ain
4205
- ĠâĢ Ķ
4206
- Ġcop y
4207
- Ġteac hing
4208
- Ġdirect ly
4209
- Ġet c
4210
- Ġtast e
4211
- f o
4212
- he red
4213
- Ġf al
4214
- one l
4215
- Ġsha d
4216
- land s
4217
- Ġsurpr ised
4218
- b ook
4219
- r ison
4220
- pp y
4221
- Ġcons erv
4222
- Ġeas ier
4223
- Ġfly ing
4224
- Ġ201 9
4225
- Ġsold ier
4226
- m end
4227
- Ġc hat
4228
- Ġsha pe
4229
- Ġsch ol
4230
- Ġgl o
4231
- Ġdec ide
4232
- Ġpri or
4233
- Ġsleep ing
4234
- Ġt an
4235
- Ġli kes
4236
- Ġreal ize
4237
- Ġbur ied
4238
- Ġim age
4239
- Ġcirc um
4240
- n i
4241
- v i
4242
- Ġs om
4243
- Ġcont ent
4244
- Ġopin ion
4245
- Ġth ro
4246
- Ġcon cept
4247
- Ġmon t
4248
- Ġrun s
4249
- Ġgi ant
4250
- Ġconcer ned
4251
- Ġm ate
4252
- Ġsu p
4253
- Ġor dered
4254
- Ġsc rew
4255
- Ġpo cket
4256
- Ġcons um
4257
- Ġprot est
4258
- Ġmultip le
4259
- Ġm i
4260
- Ġr are
4261
- ist ics
4262
- Ġch ocol
4263
- Ġmunicip ality
4264
- l or
4265
- le ep
4266
- Ġre asons
4267
- Ġr am
4268
- ac hes
4269
- Ġstr ug
4270
- Ġstud ied
4271
- Ġappre ci
4272
- Ġp ure
4273
- Ġsecond s
4274
- Ġpret end
4275
- Ġbuild ings
4276
- Ġplan ning
4277
- Ġdiv ided
4278
- Ġcommand er
4279
- b u
4280
- f riend
4281
- Ġr h
4282
- Ġse qu
4283
- Ġpro ve
4284
- Ġmay or
4285
- Ġprod uce
4286
- Ġpossib ly
4287
- b c
4288
- on a
4289
- Ġ199 9
4290
- k er
4291
- Ġsh out
4292
- Ġlight s
4293
- Ġdrink ing
4294
- Ġcry ing
4295
- Ġauthor ity
4296
- Ġeconom ic
4297
- Ġprep ared
4298
- Ġbran ch
4299
- Ġg or
4300
- ul ty
4301
- Ġnin et
4302
- Ġm ama
4303
- ce nd
4304
- Ġsp ok
4305
- ak ed
4306
- Ġturn s
4307
- Ġi gn
4308
- ha d
4309
- Ġm as
4310
- Ġon to
4311
- the y
4312
- Ġlisten ing
4313
- Ġrequ est
4314
- Ġincre ase
4315
- Ġd or
4316
- im ately
4317
- Ġser iously
4318
- Ġlab or
4319
- Ġhung ry
4320
- Ġcab in
4321
- Ġd irty
4322
- Ġsw ear
4323
- Ġbeaut y
4324
- Ġadm ir
4325
- Ġcir cle
4326
- Ġdoc ument
4327
- w an
4328
- Ġr ome
4329
- Ġas se
4330
- Ġso viet
4331
- Ġafter wards
4332
- Ġje ff
4333
- d own
4334
- l aw
4335
- Ġm ort
4336
- Ġd are
4337
- Ġwhe el
4338
- ig er
4339
- Ġcr ack
4340
- Ġhum ans
4341
- Ġdel ight
4342
- r s
4343
- ur ies
4344
- Ġar ts
4345
- Ġqu al
4346
- Ġsil ence
4347
- Ġcost s
4348
- Ġmexic o
4349
- m ark
4350
- Ġf is
4351
- Ġd ude
4352
- Ġgr ass
4353
- Ġad vent
4354
- ye h
4355
- Ġfun ction
4356
- , '
4357
- Ġt al
4358
- Ġl ion
4359
- Ġour selves
4360
- Ġconst ant
4361
- c ise
4362
- Ġs her
4363
- Ġr um
4364
- st ood
4365
- uc le
4366
- Ġ18 7
4367
- Ġprom ised
4368
- Ġcomed y
4369
- Ġfinan cial
4370
- ian ce
4371
- Ġprogram s
4372
- Ġsus pect
4373
- Ġspl it
4374
- Ġtourn ament
4375
- ha mm
4376
- Ġm ap
4377
- Ġde mon
4378
- Ġex cl
4379
- Ġrem em
4380
- Ġenc our
4381
- Ġp ian
4382
- Ġfr uit
4383
- Ġv ice
4384
- Ġle ct
4385
- Ġgr ave
4386
- Ġprev ious
4387
- d a
4388
- p o
4389
- Ġa x
4390
- Ġto wer
4391
- Ġr ow
4392
- Ġter rit
4393
- Ġinst r
4394
- Ġstay ed
4395
- Ġlaw s
4396
- Ġlangu ages
4397
- Ġsweet ie
4398
- Ġjour ney
4399
- Ġsepar ate
4400
- Ġgree k
4401
- Ġt ro
4402
- Ġc ub
4403
- Ġg ay
4404
- Ġme re
4405
- ri al
4406
- Ġal tern
4407
- Ġcr own
4408
- Ġmin or
4409
- Ġhon our
4410
- l om
4411
- Ġt ong
4412
- Ġwas h
4413
- Ġlos ing
4414
- Ġapp l
4415
- Ġreal ity
4416
- Ġfavor ite
4417
- Ġor ange
4418
- Ġfind ing
4419
- Ġforg ive
4420
- b es
4421
- Ġp ope
4422
- Ġsu nday
4423
- Ġcar l
4424
- Ġsm oke
4425
- Ġsuc ceed
4426
- Ġmagaz ine
4427
- b our
4428
- s ing
4429
- Ġstud ies
4430
- Ġc ous
4431
- Ġact ive
4432
- Ġapparent ly
4433
- Ġlo ves
4434
- Ġ196 0
4435
- Ġphys ical
4436
- Ġsaf ety
4437
- Ġsatur day
4438
- a ult
4439
- is l
4440
- ap t
4441
- Ġcar ter
4442
- Ġcont r
4443
- Ġturn ing
4444
- Ġfif th
4445
- Ġj ail
4446
- Ġmus ical
4447
- Ġrock s
4448
- gy pt
4449
- h r
4450
- ar m
4451
- Ġit em
4452
- Ġth rew
4453
- Ġr ang
4454
- Ġun its
4455
- Ġbr ave
4456
- Ġgood bye
4457
- Ġcr ick
4458
- Ġg ang
4459
- ha s
4460
- Ġha st
4461
- Ġfeel s
4462
- fort un
4463
- d r
4464
- Ġa ye
4465
- ha b
4466
- Ġis lam
4467
- Ġst ream
4468
- ur ance
4469
- Ġas leep
4470
- Ġgr ab
4471
- Ġpat tern
4472
- Ġb other
4473
- Ġre act
4474
- am m
4475
- Ġpl ane
4476
- ast y
4477
- Ġexc han
4478
- Ġchick en
4479
- b re
4480
- Ġe gypt
4481
- Ġser ge
4482
- Ġdev il
4483
- Ġange les
4484
- Ġfr iday
4485
- Ġod d
4486
- Ġappoint ed
4487
- j an
4488
- Ġre n
4489
- Ġde but
4490
- Ġjob s
4491
- Ġin n
4492
- Ġh mm
4493
- am i
4494
- Ġad am
4495
- Ġevery where
4496
- Ġameric ans
4497
- u x
4498
- et te
4499
- Ġj ane
4500
- if orm
4501
- Ġsc ream
4502
- Ġhelp ing
4503
- Ġ3 1
4504
- Ġstre ets
4505
- r b
4506
- Ġcan ad
4507
- Ġknow ing
4508
- Ġtreat ment
4509
- Ġt iny
4510
- Ġwe b
4511
- Ġst ret
4512
- Ġde lic
4513
- Ġsc ore
4514
- Ġrel ax
4515
- Ġtrans fer
4516
- Ġshar p
4517
- Ġw ick
4518
- are t
4519
- cl es
4520
- Ġcr u
4521
- Ġloc ation
4522
- Ġste al
4523
- Ġcand id
4524
- b les
4525
- Ġd omin
4526
- Ġto mmy
4527
- Ġn ucle
4528
- Ġre nt
4529
- Ġr ise
4530
- Ġsh ore
4531
- Ġman aged
4532
- Ġam end
4533
- Ġcl ock
4534
- Ġhard ly
4535
- Ġthousand s
4536
- Ġsignific ant
4537
- Ġu pper
4538
- Ġact ual
4539
- Ġken ned
4540
- Ġdrug s
4541
- Ġdemocr atic
4542
- uf act
4543
- Ġha w
4544
- Ġse m
4545
- ard on
4546
- ans as
4547
- Ġcol on
4548
- Ġrequ ired
4549
- ant ic
4550
- Ġwork ers
4551
- Ġdr ama
4552
- Ġinst ruct
4553
- Ġfav our
4554
- p ro
4555
- im a
4556
- Ġsu gar
4557
- Ġshow ing
4558
- Ġple ased
4559
- Ġear s
4560
- Ġarr ange
4561
- m n
4562
- Ġhad n
4563
- Ġman ufact
4564
- Ġqu ality
4565
- Ġsc en
4566
- Ġbelie f
4567
- Ġret ired
4568
- Ġ199 6
4569
- Ġgrand ma
4570
- Ġfix ed
4571
- Ġintrod uced
4572
- t w
4573
- Ġf aster
4574
- Ġto ward
4575
- Ġex hib
4576
- ish op
4577
- cl ock
4578
- Ġtri al
4579
- Ġfall s
4580
- . --
4581
- Ġp ic
4582
- or ter
4583
- Ġkn ight
4584
- Ġstr uck
4585
- Ġdan iel
4586
- Ġocc asion
4587
- Ġasse mb
4588
- Ġimpro ve
4589
- Ġchocol ate
4590
- c ol
4591
- r ain
4592
- s ed
4593
- Ġhar m
4594
- Ġrel ative
4595
- Ġadv ant
4596
- Ġrespons ible
4597
- Ġdestro yed
4598
- Ġlibr ary
4599
- Ġme as
4600
- az z
4601
- Ġrequ ire
4602
- Ġdress ed
4603
- Ġkenned y
4604
- Ġb ul
4605
- Ġf ought
4606
- Ġor che
4607
- Ġcon vent
4608
- Ġcl a
4609
- Ġbas ic
4610
- Ġlim ited
4611
- 6 0
4612
- Ġg ate
4613
- Ġth ir
4614
- Ġfl ow
4615
- uck y
4616
- Ġ199 8
4617
- Ġste el
4618
- Ġaud ience
4619
- Ġe ll
4620
- Ġpolit ics
4621
- Ġscott ish
4622
- Ġdesp ite
4623
- Ġalco hol
4624
- f ather
4625
- Ġdr um
4626
- ou red
4627
- Ġu lt
4628
- Ġun fortun
4629
- Ġcomp lic
4630
- Ġstate ment
4631
- Ġ199 7
4632
- Ġmag ic
4633
- Ġslight ly
4634
- Ġco al
4635
- Ġdep ress
4636
- Ġve hic
4637
- Ġbasket ball
4638
- Ġinstit ute
4639
- us hing
4640
- Ġqu it
4641
- Ġrem ark
4642
- Ġmat ters
4643
- Ġrec ent
4644
- Ġ6 0
4645
- Ġprop os
4646
- Ġaccept ed
4647
- Ġproduct s
4648
- Ġp ad
4649
- ic ide
4650
- Ġk itt
4651
- ri f
4652
- Ġco at
4653
- ick s
4654
- Ġfall ing
4655
- Ġcred it
4656
- Ġc ards
4657
- Ġh ind
4658
- Ġj os
4659
- Ġgood s
4660
- ord in
4661
- Ġfl ag
4662
- Ġbus h
4663
- Ġgun s
4664
- Ġvict ory
4665
- Ġbott le
4666
- Ġintell ig
4667
- er n
4668
- Ġn urs
4669
- Ġh orn
4670
- Ġconf ir
4671
- Ġra ise
4672
- Ġgentle man
4673
- Ġfing ers
4674
- ve y
4675
- Ġv es
4676
- l ig
4677
- he ast
4678
- Ġb are
4679
- Ġn omin
4680
- Ġdo ct
4681
- iv ity
4682
- Ġunder stood
4683
- Ġla ug
4684
- Ġkill er
4685
- Ġins pect
4686
- Ġappro ach
4687
- Ġrap id
4688
- Ġn ur
4689
- Ġst ro
4690
- am eric
4691
- Ġj a
4692
- Ġyoung er
4693
- Ġmem or
4694
- n am
4695
- p ut
4696
- v a
4697
- Ġhe ight
4698
- ill ed
4699
- Ġcar bon
4700
- ren ces
4701
- Ġwall s
4702
- Ġpull ed
4703
- Ġchem ical
4704
- r ated
4705
- Ġla ura
4706
- Ġprev iously
4707
- Ġdu ke
4708
- Ġd ying
4709
- Ġda ily
4710
- ograp hy
4711
- l ict
4712
- Ġha l
4713
- Ġtr ail
4714
- Ġsa le
4715
- Ġsure ly
4716
- Ġwee ke
4717
- Ġcoun ter
4718
- Ġnewsp aper
4719
- Ġt ha
4720
- Ġin fect
4721
- Ġe c
4722
- ke ep
4723
- Ġrest aur
4724
- Ġbrit ain
4725
- Ġoppos ite
4726
- c ar
4727
- m ay
4728
- re es
4729
- Ġk h
4730
- Ġk at
4731
- Ġpre fer
4732
- Ġ18 5
4733
- Ġcol onel
4734
- Ġpet e
4735
- 4 0
4736
- u ly
4737
- Ġd iet
4738
- Ġk r
4739
- Ġcom ment
4740
- Ġtr ave
4741
- Ġdis play
4742
- Ġass um
4743
- Ġadv ice
4744
- Ġstep s
4745
- Ġdefe ated
4746
- Ġresour ces
4747
- Ġr ick
4748
- Ġk im
4749
- im um
4750
- Ġrec om
4751
- Ġsw itch
4752
- Ġsign al
4753
- Ġill ust
4754
- ipp ing
4755
- o x
4756
- Ã ¨
4757
- le ction
4758
- Ġnot iced
4759
- ter y
4760
- Ġun iform
4761
- Ġbu ck
4762
- Ġdream s
4763
- Ġrepublic an
4764
- i as
4765
- r id
4766
- Ġas ia
4767
- Ġat h
4768
- ... "
4769
- Ġch os
4770
- Ġun like
4771
- Ġmajor ity
4772
- Ġdet ails
4773
- Ġcollect ion
4774
- Ġb un
4775
- ig an
4776
- Ġcl oud
4777
- Ġsub s
4778
- Ġmed al
4779
- Ġwin ning
4780
- Ġbud get
4781
- Ġbod ies
4782
- Ġcanad ian
4783
- Ġp ow
4784
- an n
4785
- am ing
4786
- Ġsc ale
4787
- Ġmat ches
4788
- Ġnorth west
4789
- Ġaw ful
4790
- Ġsal t
4791
- Ġappear s
4792
- Ġruss ia
4793
- Ġclos er
4794
- Ġthro at
4795
- Ġlaug hed
4796
- r om
4797
- Ġk al
4798
- Ġli qu
4799
- Ġpro ceed
4800
- ne w
4801
- Ġdam age
4802
- Ġsol ution
4803
- Ġtemper ature
4804
- Ġninet een
4805
- Ġspok en
4806
- Ġserge ant
4807
- Ġd ed
4808
- Ġgu il
4809
- Ġfl ower
4810
- Ġend s
4811
- Ġm ail
4812
- st ra
4813
- Ġcon c
4814
- ather ine
4815
- Ġrem ains
4816
- Ġprotect ion
4817
- g ers
4818
- Ġp ha
4819
- Ġl oose
4820
- Ġad op
4821
- Ġmus lim
4822
- Ġcol our
4823
- Ġprov ided
4824
- Ġbring ing
4825
- Ġfl u
4826
- Ġel iz
4827
- Ġnum er
4828
- aw a
4829
- Ġca uses
4830
- Ġtrad ition
4831
- Ġaut om
4832
- ? '
4833
- Ġt ough
4834
- Ġa im
4835
- Ġf ired
4836
- Ġp ink
4837
- it an
4838
- Ġst an
4839
- Ġshe l
4840
- Ġjo ke
4841
- Ġhigh ly
4842
- Ġ199 5
4843
- Ġav oid
4844
- Ġshoot ing
4845
- Ġchair man
4846
- Ġentire ly
4847
- Ġfreed om
4848
- Ġcoo per
4849
- m et
4850
- w ater
4851
- om a
4852
- Ġan th
4853
- Ġpr a
4854
- Ġmar ia
4855
- Ġnat han
4856
- Ġcomple ted
4857
- Ġd ip
4858
- Ġan x
4859
- Ġkn ife
4860
- Ġaf ford
4861
- Ġexp ensive
4862
- Ġ199 4
4863
- g as
4864
- ll er
4865
- id ents
4866
- ce l
4867
- Ġgl ob
4868
- Ġball s
4869
- Ġattack ed
4870
- Ġstat us
4871
- Ġtheat re
4872
- Ġbast ard
4873
- 2 5
4874
- Ġc u
4875
- Ġn avy
4876
- Ġsa v
4877
- Ġus ual
4878
- Ġconvers ation
4879
- Ġt ang
4880
- Ġw ings
4881
- nd ered
4882
- Ġup stairs
4883
- Ġcal cul
4884
- Ġrece ive
4885
- Ġsen ior
4886
- Ġforgot ten
4887
- r ate
4888
- Ġw ha
4889
- Ġc ateg
4890
- Ġu g
4891
- Ġj on
4892
- Ġcont ains
4893
- Ġintern et
4894
- c ies
4895
- u als
4896
- Ġsh irt
4897
- Ġres ist
4898
- Ġset ting
4899
- Ġsett led
4900
- on se
4901
- en ced
4902
- Ġli ps
4903
- Ġab ility
4904
- Ġgr ace
4905
- Ġbl ank
4906
- Ġsha me
4907
- Ġrem oved
4908
- Ġmat hem
4909
- Ġele ment
4910
- Ġchamp ion
4911
- Ġhang ing
4912
- Ġsex ual
4913
- m ic
4914
- Ġp owers
4915
- Ġg ain
4916
- ar ian
4917
- Ġco ck
4918
- Ġche ese
4919
- Ġsus an
4920
- Ġdiam ond
4921
- he art
4922
- im p
4923
- Ġpart ners
4924
- Ġadm it
4925
- Ġnar r
4926
- Ġartic le
4927
- Ġguil ty
4928
- i ge
4929
- Ġa ri
4930
- et t
4931
- Ġse es
4932
- Ġman ner
4933
- are n
4934
- ys is
4935
- Ġfeel ings
4936
- Ġuse ful
4937
- Ġdep art
4938
- Ġclim ate
4939
- 8 0
4940
- m it
4941
- Ġw id
4942
- Ġex er
4943
- Ġte ars
4944
- Ġcha in
4945
- Ġnorm ally
4946
- ste in
4947
- hamm ad
4948
- Ġle ge
4949
- Ġsha kes
4950
- Ġapp eal
4951
- Ġap olog
4952
- sel s
4953
- Ġlat in
4954
- Ġaustral ian
4955
- Ġneighb or
4956
- Ġdra ft
4957
- Ġexcell ent
4958
- Ġsome how
4959
- Ġown ed
4960
- Ġleg isl
4961
- Ġdan cing
4962
- Ġadv ance
4963
- Ġextreme ly
4964
- " ?
4965
- Ġt am
4966
- Ġj am
4967
- the n
4968
- Ġear n
4969
- 19 9
4970
- Ġconnect ed
4971
- u yeh
4972
- Ġd ust
4973
- ing er
4974
- Ġshe ll
4975
- Ġsp in
4976
- Ġdri ver
4977
- Ġsen ate
4978
- Ġdraw ing
4979
- Ġesc ap
4980
- Ġmart in
4981
- rib ution
4982
- Ġachie ve
4983
- Ġsymb ol
4984
- Ġcere mon
4985
- c key
4986
- Ġc ream
4987
- ir k
4988
- Ġqu ant
4989
- Ġhar ry
4990
- Ġhelp s
4991
- Ġtemp le
4992
- Ġp ill
4993
- Ġl one
4994
- Ġg ift
4995
- Ġno ise
4996
- ab or
4997
- em ic
4998
- Ġkeep s
4999
- Ġadd ons
5000
- Ġdisc ip
5001
- Ġscient ists
5002
- het ic
5003
- Ġpak istan
5004
- n ic
5005
- ing u
5006
- Ġl is
5007
- ar ing
5008
- Ġche st
5009
- Ġsw ed
5010
- pl ace
5011
- Ġje an
5012
- Ġnin ety
5013
- Ġcommer cial
5014
- ' ,
5015
- d es
5016
- m ad
5017
- Ġbe er
5018
- Ġag ric
5019
- Ġpres ence
5020
- Ġref lect
5021
- Ġfle w
5022
- à ¤
5023
- Ġt ap
5024
- Ġp ed
5025
- Ġh ug
5026
- ct ions
5027
- Ġtra ffic
5028
- Ġfif teen
5029
- Ġbow l
5030
- Ġbenef it
5031
- Ġ =
5032
- Ġs ust
5033
- ot a
5034
- Ġsome what
5035
- int end
5036
- Ġdep ut
5037
- Ġplan ned
5038
- Ġgeor g
5039
- Ġteacher s
5040
- f all
5041
- Ġha ns
5042
- ac he
5043
- Ġat e
5044
- Ġcon cent
5045
- Ġpl enty
5046
- Ġimp er
5047
- Ġhear ing
5048
- Ġeffect s
5049
- Ġagric ult
5050
- Ġa y
5051
- Ġth in
5052
- Ġk oh
5053
- ian a
5054
- Ġpart ies
5055
- Ġ3 5
5056
- Ġcons ist
5057
- Ġhigh way
5058
- Ġcol um
5059
- Ġvir t
5060
- Ġperfect ly
5061
- Ġman ip
5062
- iz es
5063
- Ġexp and
5064
- Ġappear ance
5065
- Ġcircum st
5066
- n on
5067
- o e
5068
- p et
5069
- Ġt ay
5070
- Ġo s
5071
- Ġl it
5072
- Ġk ings
5073
- ro l
5074
- Ġbut ton
5075
- Ġcon gr
5076
- Ġup set
5077
- Ġbo ston
5078
- Ġwar s
5079
- Ġcare fully
5080
- Ġpass ing
5081
- Ġdet ail
5082
- Ġsup reme
5083
- w ers
5084
- Ġp ardon
5085
- Ġdo ors
5086
- Ġfr ances
5087
- th ur
5088
- Ġpr oof
5089
- Ġshould er
5090
- Ġsar ah
5091
- Ġchos en
5092
- g il
5093
- r ant
5094
- ll e
5095
- un ched
5096
- Ġwhen ever
5097
- Ġ199 2
5098
- Ġstay ing
5099
- Ġoper ations
5100
- Ġaward ed
5101
- Ġsuggest ed
5102
- Ġn om
5103
- et ch
5104
- ol ved
5105
- Ġmar sha
5106
- Ġcol umb
5107
- Ġste am
5108
- Ġsix ty
5109
- Ġâ Ļ
5110
- h ire
5111
- k m
5112
- Ġbr ook
5113
- Ġbr az
5114
- Ġdes ire
5115
- Ġ199 1
5116
- Ġart ists
5117
- Ġunderstand ing
5118
- Ġdi ag
5119
- yl van
5120
- Ġlaugh ing
5121
- Ġpun ish
5122
- Ġinno cent
5123
- w hen
5124
- Ġf u
5125
- Ġd ish
5126
- ri e
5127
- lf riend
5128
- Ġdiv or
5129
- Ġbull et
5130
- Ġfail ure
5131
- Ġstri ke
5132
- Ġterrit ory
5133
- n is
5134
- Ġs ed
5135
- Ġn erv
5136
- ir a
5137
- Ġun ique
5138
- Ġbo om
5139
- Ġchan ging
5140
- Ġchallen ge
5141
- Ġcous in
5142
- b ow
5143
- p ea
5144
- t les
5145
- Ġp ant
5146
- Ġand rew
5147
- Ġn az
5148
- Ġh iding
5149
- Ġr oss
5150
- Ġst ations
5151
- Ġun f
5152
- Ġback ground
5153
- be y
5154
- Ġconst ruct
5155
- Ġbes ide
5156
- b or
5157
- r ick
5158
- Ġt ie
5159
- le ment
5160
- am in
5161
- Ġad vert
5162
- Ġ199 3
5163
- Ġfull y
5164
- Ġbreak ing
5165
- Ġappro x
5166
- Ġhol iday
5167
- n at
5168
- Ġs han
5169
- Ġd ave
5170
- Ġreg ional
5171
- Ġkid ding
5172
- Ġpresent ed
5173
- Ġconnect ion
5174
- Ġwat ched
5175
- 2 3
5176
- 2 4
5177
- Ġi re
5178
- Ġc ig
5179
- Ġin ha
5180
- Ġnot es
5181
- ri er
5182
- est ic
5183
- Ġjo int
5184
- Ġter ror
5185
- Ġins urance
5186
- Ġhur ric
5187
- Ġexc ited
5188
- Ġvar iety
5189
- Ġmot ion
5190
- Ġcarry ing
5191
- Ġrab bit
5192
- Ġadvant age
5193
- r ance
5194
- Ġb id
5195
- Ġse vere
5196
- Ġso le
5197
- Ġv ia
5198
- Ġpass ion
5199
- 19 7
5200
- Ġactiv ity
5201
- g or
5202
- i est
5203
- Ġk ansas
5204
- Ġch uck
5205
- Ġbr ill
5206
- Ġgr ay
5207
- Ġpur cha
5208
- Ġpian o
5209
- en ger
5210
- is y
5211
- qu ar
5212
- Ġgr an
5213
- Ġbl ame
5214
- Ġfo ld
5215
- Ġmag n
5216
- Ġresp ond
5217
- Ġhill s
5218
- wh ile
5219
- Ġviol ence
5220
- Ġhistor ical
5221
- ag ue
5222
- -- "
5223
- Ġdr am
5224
- Ġtrans form
5225
- Ġresp onse
5226
- e z
5227
- s an
5228
- Ġm and
5229
- Ġl in
5230
- ow a
5231
- Ġre action
5232
- Ġsu m
5233
- ach us
5234
- Ġwa ve
5235
- Ġsil ent
5236
- Ġhundred s
5237
- Ġant i
5238
- Ġprim ary
5239
- Ġscient ific
5240
- v ad
5241
- Ġd aw
5242
- ut ions
5243
- Ġk er
5244
- Ġst om
5245
- ul ate
5246
- Ġwr it
5247
- Ġhun ting
5248
- Ġmix ed
5249
- ylvan ia
5250
- pea re
5251
- Ġg il
5252
- Ġon line
5253
- Ġho ckey
5254
- Ġdes per
5255
- Ġele ven
5256
- Ġproduc er
5257
- Ġoccur red
5258
- Ġemer g
5259
- Ġpac ific
5260
- Ġremem bered
5261
- Ġc raw
5262
- Ġsp ect
5263
- Ġgu itar
5264
- Ġcont ain
5265
- Ġimp act
5266
- Ġown er
5267
- Ġsupp ly
5268
- Ġchr is
5269
- Ġfil ms
5270
- Ġdel iver
5271
- Ġdro ve
5272
- Ġincre ased
5273
- Ġfan cy
5274
- Ġcitiz ens
5275
- Ġst ated
5276
- Ġshe ep
5277
- Ġpo ison
5278
- Ġsha red
5279
- Ġma z
5280
- Ġche er
5281
- Ġsign s
5282
- Ġ9 0
5283
- Ġbill ion
5284
- Ġsen ator
5285
- Ġexpress ion
5286
- " ).
5287
- a res
5288
- a hedron
5289
- Ġn ations
5290
- Ġwe nd
5291
- Ġag ency
5292
- Ġsc ri
5293
- Ġsha ke
5294
- Ġid iot
5295
- Ġz eal
5296
- Ġelect ron
5297
- itz er
5298
- Ġcomfort able
5299
- Ġtong ue
5300
- d s
5301
- Ġw ise
5302
- Ġb ishop
5303
- er ves
5304
- Ġso ph
5305
- Ġmy th
5306
- Ġun s
5307
- Ġgr aph
5308
- ĠâĢ ĺ
5309
- Ġfig ures
5310
- Ġagre ement
5311
- Ġadminist ration
5312
- Ġm ich
5313
- Ġbut t
5314
- Ġal i
5315
- Ġcont ribut
5316
- tain ed
5317
- au gh
5318
- Ġste ve
5319
- Ġconf lict
5320
- Ġdisapp eared
5321
- Ġweeke nd
5322
- Ġbraz il
5323
- m other
5324
- Ġm ile
5325
- Ġsc hed
5326
- Ġthought s
5327
- Ġsal es
5328
- Ġfield s
5329
- Ġdecl ared
5330
- g ood
5331
- Ġs amp
5332
- Ġb ite
5333
- on ia
5334
- ab eth
5335
- Ġoh io
5336
- Ġcarol ina
5337
- Ġt ied
5338
- Ġa ven
5339
- Ġp ier
5340
- Ġre in
5341
- Ġr iding
5342
- Ġbr ide
5343
- Ġed ward
5344
- Ġinc red
5345
- Ġinter p
5346
- Ġpat ients
5347
- Ġgrow th
5348
- Ġentertain ment
5349
- b ra
5350
- Ġpl ate
5351
- ang le
5352
- Ġinv ited
5353
- rop ri
5354
- Ġexamp les
5355
- Ġprop osed
5356
- Ġmaterial s
5357
- Ġexecut ive
5358
- k o
5359
- Ġl es
5360
- Ġse lling
5361
- Ġv oc
5362
- ag an
5363
- Ġfall en
5364
- Ġexper iment
5365
- Ġolymp ics
5366
- Ġk han
5367
- Ġal p
5368
- Ġal ice
5369
- mo nd
5370
- Ġinst ance
5371
- Ġdut ch
5372
- Ġdestro y
5373
- Ġweap ons
5374
- Ġsettle ment
5375
- Ġexchan ge
5376
- Ġshakes peare
5377
- Ġw itch
5378
- Ġf urn
5379
- Ġf ile
5380
- Ġp ale
5381
- Ġk ong
5382
- ac le
5383
- il a
5384
- em an
5385
- Ġgood ness
5386
- Ġser ving
5387
- Ġboy friend
5388
- Ġpay ing
5389
- su ed
5390
- Ġindian a
5391
- Ġfol k
5392
- Ġappreci ate
5393
- Ġ ll
5394
- Ġs isters
5395
- an y
5396
- le g
5397
- et ts
5398
- Ġse asons
5399
- ol k
5400
- Ġcour age
5401
- Ġsle pt
5402
- Ġ7 0
5403
- Ġsqu ared
5404
- Ġindepend ence
5405
- Ġassist ant
5406
- Ġire land
5407
- d ed
5408
- l ies
5409
- Ġb unch
5410
- Ġc ake
5411
- Ġf ate
5412
- Ġn est
5413
- Ġgu est
5414
- Ġconf eder
5415
- Ġconcer t
5416
- d ge
5417
- Ġr ug
5418
- Ġsu ck
5419
- Ġch ose
5420
- Ġun known
5421
- Ġbu g
5422
- Ġjohn son
5423
- Ġorgan is
5424
- Ġ195 0
5425
- Ġnar row
5426
- Ġbase ball
5427
- Ġcrick et
5428
- Ġglob al
5429
- Ġkoh gil
5430
- Ġcongr at
5431
- Ġkohgil uyeh
5432
- u h
5433
- Ġa k
5434
- Ġwe bs
5435
- ent ially
5436
- Ġpro s
5437
- Ġfl ash
5438
- Ġdes ert
5439
- Ġvar i
5440
- Ġsol id
5441
- Ġtur key
5442
- Ġwilliam s
5443
- Ġeconom y
5444
- Ġfeat ured
5445
- Ġliter ature
5446
- Ġbord er
5447
- Ġgir lfriend
5448
- t ar
5449
- Å «
5450
- Ġd ow
5451
- or a
5452
- ly n
5453
- ch ing
5454
- ra el
5455
- Ġstr ing
5456
- Ġ3 2
5457
- Ġcle ver
5458
- Ġap artment
5459
- Ġju ice
5460
- Ġve get
5461
- Ġactiv ities
5462
- Ġemb arr
5463
- Ġsid ney
5464
- s en
5465
- Ä «
5466
- an i
5467
- Ġg ather
5468
- Ġin qu
5469
- Ġr oles
5470
- ver se
5471
- Ġne are
5472
- Ġde li
5473
- Ġdis s
5474
- Ġpre gn
5475
- ict ed
5476
- Ġold est
5477
- Ġbas is
5478
- Ġprom ot
5479
- Ġclass es
5480
- Ġsupport ed
5481
- Ġhy p
5482
- Ġbud dy
5483
- Ġcapt ured
5484
- Ġinha bit
5485
- Ġhurric ane
5486
- Ġembarr ass
5487
- Ġs ons
5488
- Ġf ame
5489
- Ġha mm
5490
- Ġab and
5491
- Ġcon sequ
5492
- Ġsee k
5493
- Ġfound ation
5494
- Ġev olution
5495
- Ġ4 5
5496
- rop ical
5497
- Ġoper a
5498
- Ġarm ed
5499
- Ġfair ly
5500
- Ġarg ument
5501
- c ont
5502
- ed ing
5503
- Ġcont est
5504
- Ġsy n
5505
- Ġfollow s
5506
- Ġadd itional
5507
- Ġrepresent ed
5508
- Ġhop ing
5509
- Ġchap ter
5510
- Ġkore a
5511
- Ġphilosop hy
5512
- g reg
5513
- m iss
5514
- o st
5515
- u le
5516
- w as
5517
- Ä ĩ
5518
- Ġj ones
5519
- ill ing
5520
- ul ated
5521
- Ġpro se
5522
- Ġar thur
5523
- Ġrid ic
5524
- Ġarrest ed
5525
- Ġweap on
5526
- m es
5527
- Ġl as
5528
- Ġr hy
5529
- Ġk a
5530
- Ġbr ad
5531
- Ġapp ly
5532
- Ġhar der
5533
- Ġreal ized
5534
- ins on
5535
- Ġpen ns
5536
- Ġtemp or
5537
- Ġassoci ated
5538
- w ide
5539
- Ġt ag
5540
- Ġe ve
5541
- Ġas pect
5542
- Ġli f
5543
- Ġfe ature
5544
- Ġpre par
5545
- Ġeat en
5546
- Ġlab el
5547
- Ġmass achus
5548
- Ġdisapp ear
5549
- Ġstom ach
5550
- Ġat m
5551
- Ġsu ffe
5552
- ind a
5553
- Ġposs ess
5554
- Ġlab our
5555
- Ġlat ter
5556
- bur gh
5557
- Ġdra wn
5558
- Ġmassachus etts
5559
- Ġmo le
5560
- Ġcon qu
5561
- Ġbr id
5562
- Ġbr ings
5563
- Ġinte gr
5564
- Ġroom s
5565
- Ġval u
5566
- Ġwonder ing
5567
- Ġbegin s
5568
- Ġbill y
5569
- Ġjer sey
5570
- Ġfal se
5571
- Ġorche stra
5572
- americ an
5573
- Ġemerg ency
5574
- m un
5575
- p es
5576
- t ure
5577
- Ġre ck
5578
- Ġso il
5579
- Ġmar g
5580
- Ġ198 9
5581
- Ġlim it
5582
- Ġburn ed
5583
- Ġrespons ibility
5584
- Ġcrim inal
5585
- it o
5586
- Ġab d
5587
- Ġtr ains
5588
- Ġest ate
5589
- Ġlevel s
5590
- Ġdisapp oint
5591
- Ġmich igan
5592
- c est
5593
- Ġt one
5594
- Ġla unched
5595
- Ġspe ll
5596
- Ġfamil iar
5597
- Ġnerv ous
5598
- Ġt ask
5599
- Ġhe av
5600
- Ġe mm
5601
- al a
5602
- Ġr ig
5603
- Ġr ice
5604
- Ġexp ed
5605
- Ġhom es
5606
- Ġassemb ly
5607
- Ġi v
5608
- in ent
5609
- Ġm s
5610
- Ġf ab
5611
- Ġr on
5612
- Ġr yan
5613
- Ġst ad
5614
- ro s
5615
- Ġro ot
5616
- Ġhy d
5617
- Ġincre asing
5618
- Ġengine ering
5619
- Ġdeterm ined
5620
- Ġug ly
5621
- 2 9
5622
- Ġp ool
5623
- Ġcl ient
5624
- Ġcomp ared
5625
- Ġac id
5626
- Ġsol ve
5627
- Ġsevent y
5628
- Ġwith d
5629
- res p
5630
- Ġche ap
5631
- Ġeng aged
5632
- Ġpain t
5633
- Ġrail road
5634
- Ġsoft ware
5635
- Ġwend y
5636
- Ġpenns ylvania
5637
- c os
5638
- n orm
5639
- Ġi owa
5640
- an ing
5641
- Ġbe ast
5642
- se ct
5643
- ur t
5644
- op h
5645
- Ġfr ame
5646
- Ġmo nday
5647
- Ġ198 8
5648
- Ġmill ions
5649
- Ġwin ner
5650
- Ġrecord ing
5651
- Ġtreat ed
5652
- 2 1
5653
- v ation
5654
- Ã ¢
5655
- Ġa is
5656
- Ġp eak
5657
- Ġsp are
5658
- Ġdist inct
5659
- br idge
5660
- Ġconcer n
5661
- igg ler
5662
- Ġeliz abeth
5663
- Ġscri pt
5664
- Ġsuffe red
5665
- Ġl inc
5666
- Ġwe alth
5667
- st one
5668
- Ġj ill
5669
- ch o
5670
- Ġpro ced
5671
- Ġfl ood
5672
- Ġz iggler
5673
- Ġem ily
5674
- Ġ197 9
5675
- Ġsqu ad
5676
- osp here
5677
- Ġdisco ver
5678
- Ġange l
5679
- Ġord inary
5680
- Ġaff airs
5681
- Ġenvironment al
5682
- z er
5683
- Ġd ies
5684
- Ġha bit
5685
- Ġv ent
5686
- Ġ( ;
5687
- Ġun us
5688
- Ġen s
5689
- Ġcha mber
5690
- olog ist
5691
- Ġhands ome
5692
- Ġcross ed
5693
- Ġcircumst ances
5694
- Ġn ut
5695
- Ġis rael
5696
- ea ks
5697
- Ġag es
5698
- Ġho lly
5699
- Ġsusp ic
5700
- t an
5701
- Ġi ii
5702
- Ġw oo
5703
- Ġn it
5704
- Ġas ide
5705
- Ġover all
5706
- Ġdec isions
5707
- Ġsix th
5708
- Ġ8 0
5709
- Ġlinc ol
5710
- Ġy ard
5711
- Ġhapp iness
5712
- Ġfind s
5713
- Ġcap ac
5714
- sh ire
5715
- Ġtown s
5716
- Ġprov in
5717
- Ġmer c
5718
- Ġcommon ly
5719
- Ġwood s
5720
- Ġwal es
5721
- d in
5722
- l ock
5723
- he im
5724
- Ġo ak
5725
- Ġcomp on
5726
- Ġ198 2
5727
- Ġhor ri
5728
- Ġeight y
5729
- Ġphot o
5730
- Ġsurv ive
5731
- Ġdetect ive
5732
- Ġwrest ling
5733
- Ġeld er
5734
- r un
5735
- he ns
5736
- Ġc ot
5737
- Ġp ul
5738
- Ġde ck
5739
- Ġpl ot
5740
- Ġfact ory
5741
- Ġ198 4
5742
- Ġmer ry
5743
- Ġmad am
5744
- r ical
5745
- Ġw ished
5746
- Ġan cest
5747
- ack s
5748
- Ġfe ather
5749
- Ġmat t
5750
- Ġgener ation
5751
- Ġstand s
5752
- Ġpri est
5753
- Ġbri g
5754
- Ġglass es
5755
- Ġhid den
5756
- b ury
5757
- r d
5758
- re ts
5759
- Ġb ol
5760
- Ġc her
5761
- et ic
5762
- ur d
5763
- Ġgot ten
5764
- Ġro ger
5765
- Ġcr ash
5766
- Ġear ned
5767
- Ġnight s
5768
- Ġgod s
5769
- Ġoffic ially
5770
- Ġsent ence
5771
- Ġdan ny
5772
- Ġrecogn ize
5773
- Ġamend ment
5774
- Ġlincol n
5775
- v is
5776
- Ġer a
5777
- Ġgar age
5778
- Ġcrit ical
5779
- Ġindust rial
5780
- Ġdepend s
5781
- Ġjew ish
5782
- Ġatlant ic
5783
- g ues
5784
- Ġha y
5785
- ur b
5786
- ch ief
5787
- em ies
5788
- Ġsm o
5789
- Ġple asant
5790
- Ġwa ited
5791
- Ġatt ended
5792
- bo x
5793
- bo y
5794
- Ġill eg
5795
- Ġlock ed
5796
- Ġcommunic ation
5797
- Ġreven ge
5798
- Ġnomin ated
5799
- Ġzeal and
5800
- Ġc ats
5801
- Ġst ir
5802
- am n
5803
- ur ally
5804
- Ġcr is
5805
- Ġed ition
5806
- Ġed itor
5807
- che ster
5808
- Ġref used
5809
- Ġport ug
5810
- Ġda wn
5811
- Ġexist ence
5812
- Ġfle et
5813
- Ġsuff ering
5814
- wor ks
5815
- h mm
5816
- t i
5817
- Ġc ute
5818
- Ġto y
5819
- Ġl en
5820
- ut her
5821
- Ġnot ed
5822
- ain e
5823
- Ġnear by
5824
- Ġbud d
5825
- Ġrecogn ized
5826
- Ġbene ath
5827
- Ġmob ile
5828
- Ġdeput y
5829
- c ue
5830
- Ġw ard
5831
- Ġm ood
5832
- Ġde an
5833
- Ġpl astic
5834
- Ġchar t
5835
- Ġbre ast
5836
- Ġ198 7
5837
- Ġshort ly
5838
- Ġexpl os
5839
- Ġfair y
5840
- aim ed
5841
- Ġschol ar
5842
- g ie
5843
- m at
5844
- in ity
5845
- Ġint ended
5846
- Ġdisco very
5847
- Ġestab lish
5848
- 2 8
5849
- Ġw ore
5850
- Ġd ump
5851
- Ġl am
5852
- Ġun c
5853
- Ġgr ade
5854
- cept ion
5855
- Ġeffort s
5856
- Ġrepe ated
5857
- Ġunfortun ately
5858
- Ġnur se
5859
- g i
5860
- Ġan na
5861
- Ġbu ying
5862
- Ġwound ed
5863
- Ġlege nd
5864
- Ġd read
5865
- le nd
5866
- ir ing
5867
- Ġall ows
5868
- Ġtr uly
5869
- Ġer ic
5870
- iz ations
5871
- Ġele ments
5872
- Ġequ als
5873
- Ġcreat ing
5874
- Ġrob in
5875
- Ġroman ized
5876
- Ġobv ious
5877
- Ġmathem at
5878
- b ly
5879
- r as
5880
- ê ¯
5881
- on ic
5882
- ll o
5883
- es h
5884
- ic ated
5885
- ac ing
5886
- Ġdes cend
5887
- Ġfriend ly
5888
- Ġspeak er
5889
- Ġprogram me
5890
- Ġeffect ive
5891
- Ġber lin
5892
- Ġbrill iant
5893
- Ġstad ium
5894
- g ment
5895
- Ġt iger
5896
- Ġs ang
5897
- Ġo we
5898
- an o
5899
- Ġsh ook
5900
- ie ce
5901
- Ġar row
5902
- Ġunder ground
5903
- Ġsm ok
5904
- Ġcons cious
5905
- Ġins p
5906
- Ġfact or
5907
- Ġir ish
5908
- Ġstat istics
5909
- Ġfort une
5910
- Ġspend ing
5911
- Ġaccom pan
5912
- Ġswim ming
5913
- Ġselect ed
5914
- Ġadmir al
5915
- j e
5916
- re p
5917
- Ġb ent
5918
- Ġm cc
5919
- Ġr ush
5920
- Ġsu icide
5921
- os es
5922
- Ġun able
5923
- Ġsur re
5924
- ger y
5925
- 19 8
5926
- Ġreport s
5927
- Ġdark ness
5928
- Ġhealth y
5929
- Ġcomb ination
5930
- Ġgard ens
5931
- Ġfol ks
5932
- Ġdom estic
5933
- Ġinvestig ation
5934
- Å į
5935
- al ous
5936
- Ġst ress
5937
- Ġso f
5938
- Ġgr av
5939
- Ġsn ake
5940
- Ġdef ense
5941
- Ġshad ow
5942
- 2 7
5943
- Ġf ishing
5944
- im in
5945
- Ġmo ves
5946
- Ġwho ever
5947
- Ġer as
5948
- Ġz one
5949
- stand ing
5950
- Ġjohn ny
5951
- Ġsort s
5952
- Ġ197 1
5953
- Ġdel ay
5954
- Ġanal ysis
5955
- Ġrand om
5956
- Ġp ity
5957
- om an
5958
- Ġk o
5959
- ust ed
5960
- ive red
5961
- ak i
5962
- Ġen emies
5963
- ree k
5964
- Ġke ys
5965
- Ġmon ster
5966
- Ġele phan
5967
- Ġret ire
5968
- Ġimport ance
5969
- Ġadv anced
5970
- Ġkent ucky
5971
- Ġlone ly
5972
- 3 5
5973
- st ar
5974
- ad ing
5975
- Ġcr uel
5976
- Ġpoint ed
5977
- Ġ198 1
5978
- Ġtre asure
5979
- Ġmer chan
5980
- Ġval ues
5981
- Ġrom antic
5982
- sp eak
5983
- ades h
5984
- Ġsymp t
5985
- Ġlect ure
5986
- Ġdoct ors
5987
- 5 00
5988
- Ġs ally
5989
- Ġg ib
5990
- Ġcomp ound
5991
- Ġz e
5992
- Ġ18 4
5993
- Ġve ctor
5994
- Ġliter ally
5995
- Ġdeg rees
5996
- Ġrefer red
5997
- Ġreview s
5998
- Ġadminist r
5999
- Ġcomplic ated
6000
- Ġhorri ble
6001
- Ġt ub
6002
- Ġb ass
6003
- Ġc av
6004
- Ġatt itude
6005
- Ġdeal ing
6006
- y our
6007
- Ġw and
6008
- Ġc em
6009
- Ġst ab
6010
- all ow
6011
- Ġv iet
6012
- Ġcon ce
6013
- Ġco re
6014
- Ġproper ly
6015
- Ġbri an
6016
- Ġcult ural
6017
- Ġcommitt ed
6018
- Ġbath room
6019
- l ar
6020
- Ã ¦
6021
- Ġm ud
6022
- Ġm ister
6023
- Ġto ile
6024
- as y
6025
- om y
6026
- ot ic
6027
- Ġst u
6028
- ak en
6029
- Ġhi red
6030
- Ġann ual
6031
- Ġbelong s
6032
- Ġb ha
6033
- ro se
6034
- Ġthr own
6035
- Ġtalk s
6036
- Ġdist ribut
6037
- Ġfun eral
6038
- Ġtou ched
6039
- Ġcry st
6040
- Ġcook ing
6041
- for ce
6042
- Ġburn ing
6043
- Ġrestaur ant
6044
- Ġmaz ra
6045
- " ),
6046
- b ble
6047
- w ing
6048
- Ã ¤
6049
- Ġto ols
6050
- ir o
6051
- Ġdo zen
6052
- Ġpro ved
6053
- ap ers
6054
- Ġcha se
6055
- Ġbu ff
6056
- Ġcommun ities
6057
- Ġexpl ained
6058
- Ġdescri be
6059
- e xt
6060
- Ġw ing
6061
- Ġw ire
6062
- Ġr ib
6063
- Ġst ol
6064
- ad s
6065
- se x
6066
- Ġas ian
6067
- Ġper man
6068
- Ġsim on
6069
- 19 6
6070
- Ġta i
6071
- Ġtur k
6072
- wh ich
6073
- Ġarr ang
6074
- Ġridic ulous
6075
- Ġmazra eh
6076
- i j
6077
- Ġb orrow
6078
- Ġc ale
6079
- Ġm ental
6080
- Ġth under
6081
- Ġj r
6082
- Ġlo yal
6083
- Ġmar ks
6084
- Ġatt orn
6085
- Ġcol ors
6086
- Ġequ ip
6087
- Ġpain ted
6088
- Ġtick et
6089
- Ġscar ce
6090
- b ased
6091
- Ġm oo
6092
- Ġf ed
6093
- Ġg oo
6094
- Ġat om
6095
- Ġsub t
6096
- Ġcoll ea
6097
- Ġ198 6
6098
- Ġ197 6
6099
- Ġtor n
6100
- Ġris ing
6101
- Ġwal ter
6102
- Ġmir ror
6103
- Ġprep are
6104
- Ġcharl ie
6105
- Ġjac ob
6106
- Ġp ension
6107
- Ġto oth
6108
- Ġto mb
6109
- al y
6110
- am an
6111
- Ġwh ist
6112
- Ġam y
6113
- Ġbel g
6114
- Ġpar ish
6115
- Ġsw itzer
6116
- Ġcreat ure
6117
- Ġstrong er
6118
- Ġcrit ics
6119
- wr iter
6120
- Ġgodd ess
6121
- Ġapplic ation
6122
- Ġmemor ial
6123
- b al
6124
- Ġj ess
6125
- Ġan ton
6126
- Ġv ision
6127
- Ġpot ential
6128
- Ġrecom mend
6129
- 7 0
6130
- Ġto ys
6131
- Ġse ed
6132
- Ġbl o
6133
- od es
6134
- Ġapp ropri
6135
- Ġinc ident
6136
- Ġbad ly
6137
- Ġ198 5
6138
- Ġfrancis co
6139
- Ġcongrat ulations
6140
- b led
6141
- r ich
6142
- Ã ´
6143
- Ġ :
6144
- Ġ vel
6145
- Ġc ant
6146
- Ġst ole
6147
- Ġsh h
6148
- Ġbr on
6149
- Ġthem e
6150
- Ġro d
6151
- Ġro de
6152
- Ġpo em
6153
- Ġbet ty
6154
- Ġperson ally
6155
- Ġbab ies
6156
- Ġprincip al
6157
- Ġwol f
6158
- Ġfant astic
6159
- Ġswitzer land
6160
- l av
6161
- ha ppy
6162
- Ġc ass
6163
- Ġd umb
6164
- Ġsa ving
6165
- Ġcal vad
6166
- Ġsec ure
6167
- Ġpur ple
6168
- Ġoper ating
6169
- Ġshop ping
6170
- Ġappl ied
6171
- Ġath let
6172
- Ġcalvad os
6173
- 3 4
6174
- Ġt ip
6175
- Ġt ropical
6176
- Ġc ert
6177
- Ġm ons
6178
- ak a
6179
- Ġdep os
6180
- Ġ5 00
6181
- Ġair craft
6182
- Ġ6 4
6183
- Ġexc iting
6184
- Ġtrack s
6185
- Ġtyp ical
6186
- Ġgodd amn
6187
- Ġwebs ite
6188
- h ot
6189
- i Äĩ
6190
- r ad
6191
- Ġt ale
6192
- Ġf ans
6193
- ing ly
6194
- im ents
6195
- Ġsh ift
6196
- Ġcomp osed
6197
- ath y
6198
- Ġmin istry
6199
- Ġsub sequ
6200
- Ġsing les
6201
- Ġger mans
6202
- Ġwind s
6203
- Ġje alous
6204
- Ġhonest ly
6205
- ĠÂ ¶
6206
- Ġfis her
6207
- h in
6208
- Ġ [
6209
- Ġw ag
6210
- ad el
6211
- Ġsh ir
6212
- out s
6213
- Ġtw in
6214
- Ġgr am
6215
- Ġsc at
6216
- Ġland s
6217
- Ġcontin ues
6218
- Ġbur st
6219
- igh s
6220
- Ġident ity
6221
- Ġneighb our
6222
- Ġox ford
6223
- Ġnumer ous
6224
- h l
6225
- Å ¡
6226
- Ġf asc
6227
- Ġan ger
6228
- Ġar k
6229
- Ġgr a
6230
- Ġdes k
6231
- Ġinter rupt
6232
- Ġ196 4
6233
- Ġber n
6234
- Ġfort un
6235
- Ġcy cle
6236
- Ġm ent
6237
- nd a
6238
- Ġp our
6239
- ce ler
6240
- Ġv ic
6241
- Ġcomm it
6242
- Ġcr ook
6243
- Ġreg ret
6244
- Ġsw ing
6245
- Ġ18 0
6246
- Ġmet ro
6247
- Ġlad der
6248
- Ġenjo yed
6249
- Ġinit ial
6250
- Ġinstr ument
6251
- Ġinstruct ions
6252
- Ġapprox imately
6253
- r ot
6254
- Ġthe ater
6255
- Ġm ath
6256
- Ġf i
6257
- um ber
6258
- Ġhow ard
6259
- Ġac celer
6260
- Ġstr anger
6261
- Ġinc ome
6262
- Ġ197 8
6263
- Ġemplo y
6264
- wor th
6265
- Ġsant a
6266
- Ġdyn asty
6267
- Ġfright ened
6268
- Ġatm osphere
6269
- Ġequip ment
6270
- h is
6271
- Ġm mm
6272
- Ġk u
6273
- Ġsp lend
6274
- Ġmill er
6275
- Ġpresident ial
6276
- Ġpap a
6277
- Ġexper t
6278
- Ġpal m
6279
- Ġsend ing
6280
- bb les
6281
- Ġnucle ar
6282
- Ġw ra
6283
- Ġb ot
6284
- Ġb os
6285
- Ġf art
6286
- Ġto ast
6287
- Ġre ference
6288
- Ġgo sh
6289
- Ġne ut
6290
- ain ts
6291
- Ġbu nd
6292
- ph y
6293
- Ġheart s
6294
- do or
6295
- Ġrul ed
6296
- Ġeras mus
6297
- 2 2
6298
- Ġs ly
6299
- Ġb ible
6300
- Ġb ones
6301
- Ġg at
6302
- it ors
6303
- Ġab b
6304
- Ġput s
6305
- Ġcr ap
6306
- Ġpu zz
6307
- Ġconvent ion
6308
- Ġmarg aret
6309
- 3 8
6310
- Ġi ra
6311
- al i
6312
- Ġme al
6313
- Ġwor ship
6314
- we ight
6315
- Ġfo c
6316
- Ġrep ut
6317
- Ġcons ult
6318
- Ġinc or
6319
- Ġ198 3
6320
- Ġ197 5
6321
- Ġclose ly
6322
- rog en
6323
- Ġinvest ment
6324
- Ġhistor ic
6325
- Ġpregn ant
6326
- f ive
6327
- Ġg ord
6328
- Ġbe ating
6329
- Ġmo s
6330
- Ġsu fficient
6331
- Ġgu ide
6332
- Ġact s
6333
- Ġass y
6334
- Ġdev ices
6335
- cri pt
6336
- Ġaltern ative
6337
- Ġgeorg ia
6338
- Ġ /
6339
- Ġb one
6340
- Ġd ub
6341
- et her
6342
- Ġli ly
6343
- Ġte en
6344
- Ġcl ay
6345
- Ġgu ar
6346
- Ġbu zz
6347
- Ġres cue
6348
- Ġend ing
6349
- Ġdist ingu
6350
- Ġdev ice
6351
- Ġphil ipp
6352
- Ġsepar ated
6353
- Ġalex ander
6354
- Ġconserv ative
6355
- y ard
6356
- Ġs ink
6357
- en cies
6358
- is er
6359
- al so
6360
- Ġsp o
6361
- Ġla unch
6362
- Ġmean while
6363
- Ġed die
6364
- ont o
6365
- Ġpub l
6366
- Ġdrink s
6367
- Ġdefe at
6368
- ο u
6369
- Ġlau ght
6370
- Ġinit i
6371
- gl as
6372
- Ġperm ission
6373
- Ġvictim s
6374
- Ġnathan iel
6375
- Ġneighbor hood
6376
- Ġimper ial
6377
- Ġa id
6378
- Ġc ord
6379
- Ġh unt
6380
- Ġre ject
6381
- Ġnot able
6382
- Ġle on
6383
- Ġsc he
6384
- Ġind ians
6385
- Ġinst ant
6386
- Ġent rance
6387
- Ġdec or
6388
- Ġconf used
6389
- Ġmark ed
6390
- Ġcontro vers
6391
- Ġexper ien
6392
- Ġroad s
6393
- Ġcre ation
6394
- Ġ193 0
6395
- Ġauthor ities
6396
- Ġprison ers
6397
- Ġinit ially
6398
- Ġol iver
6399
- Ġstu art
6400
- ! '
6401
- m ont
6402
- Ġw aves
6403
- Ġc ou
6404
- Ġp or
6405
- Ġp ages
6406
- as hing
6407
- Ġr aw
6408
- st ers
6409
- ur i
6410
- ch i
6411
- um es
6412
- Ġch op
6413
- Ġco vers
6414
- Ġgu ests
6415
- Ġpre fect
6416
- Ġcent uries
6417
- li est
6418
- Ġ197 3
6419
- Ġcheck ed
6420
- Ġclot hing
6421
- Ġsour ces
6422
- Ġinj ury
6423
- Ġpil ot
6424
- Ġsucceed ed
6425
- Ġvehic le
6426
- Ġemm a
6427
- . )
6428
- b age
6429
- e ur
6430
- g ent
6431
- he w
6432
- nd e
6433
- Ġl ung
6434
- Ġre ar
6435
- Ġj ay
6436
- Ġtr ained
6437
- Ġcl er
6438
- Ġrem ove
6439
- Ġstud ying
6440
- Ġsk ills
6441
- Ġ197 4
6442
- Ġclass ic
6443
- Ġvol ume
6444
- Ġphys ics
6445
- Ġmach ines
6446
- Ġox y
6447
- Ġast ron
6448
- Ġsurround ed
6449
- quar ters
6450
- 1 00
6451
- g t
6452
- w ich
6453
- Ġy u
6454
- Ġp ushed
6455
- Ġl an
6456
- Ġl ane
6457
- Ġg ig
6458
- Ġh ong
6459
- Ġre ward
6460
- Ġbo ats
6461
- Ġreturn ing
6462
- Ġ196 9
6463
- Ġhor ror
6464
- Ġbal ance
6465
- Ġgree ce
6466
- Ġwil son
6467
- Ġvictor ia
6468
- Ġdelic ious
6469
- Ġunus ual
6470
- Ġsympt oms
6471
- Ġs oup
6472
- Ġl ap
6473
- ly ing
6474
- Ġse l
6475
- un te
6476
- os h
6477
- Ġact ions
6478
- Ġdis ney
6479
- Ġph r
6480
- Ġpar all
6481
- Ġsl ide
6482
- Ġvo ices
6483
- Ġvis ited
6484
- Ġmur dered
6485
- Ġcop s
6486
- Ġearth qu
6487
- Ġmass ive
6488
- Ġdiffic ulty
6489
- Ġobs erved
6490
- Ġclaim ed
6491
- Ġbang l
6492
- Ġjun ior
6493
- Ġadop ted
6494
- Ġcot ton
6495
- Ġlaught er
6496
- l ong
6497
- m od
6498
- v est
6499
- w ill
6500
- Ġb bc
6501
- Ġg az
6502
- Ġv iv
6503
- Ġcon ver
6504
- Ġman s
6505
- ens es
6506
- Ġeng age
6507
- Ġsur gery
6508
- Ġass ume
6509
- Ġhold s
6510
- rop ol
6511
- Ġ194 0
6512
- Ġobs erv
6513
- Ġwat ers
6514
- Ġknock ed
6515
- Ġinspect or
6516
- Ġattorn ey
6517
- h us
6518
- re ck
6519
- Ġf oss
6520
- Ġd ale
6521
- Ġbe gg
6522
- Ġj ury
6523
- Ġar gu
6524
- the w
6525
- tern al
6526
- Ġmusic ian
6527
- Ġlead s
6528
- Ġvol unte
6529
- Ġmethod s
6530
- Ġimpress ion
6531
- Ġreve aled
6532
- Ġkore an
6533
- cons cious
6534
- Ġintellig ence
6535
- Ġliqu id
6536
- Ġstol en
6537
- 9 0
6538
- Ġt s
6539
- Ġb or
6540
- Ġm ig
6541
- Ġp ump
6542
- Ġr ud
6543
- Ġgo als
6544
- Ġcl ause
6545
- Ġreg ions
6546
- Ġbit s
6547
- Ġlist ed
6548
- pe red
6549
- Ġass ign
6550
- Ġcapt ure
6551
- Ġanal y
6552
- Ġarchitect ure
6553
- look ing
6554
- t im
6555
- Ġn uts
6556
- ot i
6557
- Ġr ivers
6558
- if ying
6559
- ag ger
6560
- Ġcl ar
6561
- Ġour s
6562
- Ġown ers
6563
- Ġchar ged
6564
- Ġbar b
6565
- Ġcur ious
6566
- aw s
6567
- Ġcomb ined
6568
- Ġblock s
6569
- Ġindivid uals
6570
- Ġguar ant
6571
- 3 6
6572
- u ous
6573
- à ¦
6574
- Ġb om
6575
- Ġd um
6576
- ic y
6577
- Ġne p
6578
- Ġv in
6579
- Ġpr ote
6580
- Ġshould ers
6581
- ens ions
6582
- Ġdes erve
6583
- Ġsit u
6584
- Ġprov ides
6585
- Ġconf idence
6586
- Ġocc as
6587
- urs day
6588
- Ġphot ograph
6589
- Ġjump ed
6590
- Ġn aked
6591
- Ġz oo
6592
- Ġda isy
6593
- Ġvide os
6594
- Ġproper ties
6595
- Ġengine er
6596
- Ġban ks
6597
- Ġescap ed
6598
- intend o
6599
- Ġinterp ret
6600
- p oint
6601
- Ġf are
6602
- Ġf uel
6603
- Ġy ell
6604
- or age
6605
- Ġl em
6606
- Ġl ately
6607
- Ġn intendo
6608
- Ġwant ing
6609
- Ġmar gin
6610
- cl ass
6611
- Ġhouse hold
6612
- Ġfriend ship
6613
- Ġins ult
6614
- Ġ197 2
6615
- Ġest im
6616
- Ġmor al
6617
- Ġnet her
6618
- Ġaffect ed
6619
- Ġbenef its
6620
- v ant
6621
- Ġp ants
6622
- Ġth ursday
6623
- Ġk an
6624
- ir st
6625
- Ġli ver
6626
- ate ful
6627
- ep ing
6628
- Ġbet ray
6629
- Ġgre g
6630
- Ġnat urally
6631
- 19 5
6632
- Ġdou glas
6633
- Ġjack et
6634
- Ġopp osed
6635
- Ġstep hen
6636
- Ġver t
6637
- Ġemplo ye
6638
- Ġcorpor ation
6639
- Ġadvent ure
6640
- ��depress ion
6641
- Ġinhabit ants
6642
- Ġexped ition
6643
- a ud
6644
- m ail
6645
- Ġm d
6646
- et ime
6647
- Ġkn ees
6648
- Ġmo de
6649
- ons ense
6650
- Ġ3 6
6651
- Ġmat thew
6652
- Ġrel ief
6653
- Ġdep th
6654
- Ġmind s
6655
- Ġ196 8
6656
- Ġinf ant
6657
- Ġcut ting
6658
- Ġfig ured
6659
- Ġsuff er
6660
- Ġwide ly
6661
- Ġsatisf ied
6662
- Ġstrug g
6663
- resp ond
6664
- Ġtoile t
6665
- l ife
6666
- Ã £
6667
- Ġb ah
6668
- an cy
6669
- Ġg ained
6670
- Ġre fe
6671
- Ġex ha
6672
- Ġpo le
6673
- Ġcont em
6674
- ff in
6675
- Ġrem aining
6676
- Ġstr ate
6677
- Ġass ault
6678
- Ġdri ven
6679
- Ġsoon er
6680
- Ġcross ing
6681
- Ġobject s
6682
- Ġpossib ility
6683
- Ġmaid en
6684
- l augh
6685
- ad or
6686
- and ie
6687
- un ting
6688
- Ġsh iv
6689
- Ġv ul
6690
- ie ur
6691
- os is
6692
- Ġsp ite
6693
- Ġdis g
6694
- og ue
6695
- og ether
6696
- Ġcour ts
6697
- Ġbit ter
6698
- Ġinterest s
6699
- ik a
6700
- Ġexpl an
6701
- Ġcop ies
6702
- eng ers
6703
- Ġdoll ar
6704
- Ġgradu ated
6705
- c alled
6706
- ot o
6707
- Ġbe ars
6708
- Ġfor b
6709
- Ġde bt
6710
- th ou
6711
- Ġbr uce
6712
- Ġ194 5
6713
- ham ed
6714
- Ġorgan ized
6715
- Ġrepresent atives
6716
- Ġhop ed
6717
- Ġscen es
6718
- Ġstrate gy
6719
- f ish
6720
- z o
6721
- Ġp iss
6722
- it ure
6723
- le ts
6724
- ot y
6725
- Ġno ble
6726
- Ġbo nd
6727
- Ġmu hammad
6728
- Ġrec ru
6729
- ib i
6730
- Ġgre et
6731
- Ġsim pl
6732
- Ġpass age
6733
- Ġelect ions
6734
- Ġdri ves
6735
- Ġprof it
6736
- Ġ15 0
6737
- Ġdel ivered
6738
- Ġview s
6739
- cher s
6740
- Ġcolumb ia
6741
- Ġinsp ired
6742
- l ord
6743
- is c
6744
- Ġh its
6745
- ap ore
6746
- Ġlet ting
6747
- Ġlea f
6748
- Ġcor respond
6749
- pect ive
6750
- Ġver te
6751
- Ġmax imum
6752
- Ġess entially
6753
- Ġceremon y
6754
- norm andie
6755
- Ġcem eter
6756
- g un
6757
- u a
6758
- ar ia
6759
- Ġbe e
6760
- Ġe ager
6761
- Ġis sued
6762
- Ġre ign
6763
- Ġno d
6764
- Ġar c
6765
- Ġpr ide
6766
- end er
6767
- Ġcons ists
6768
- Ġmet ers
6769
- Ġbas se
6770
- Ġconst it
6771
- Ġ196 3
6772
- Ġexpl ore
6773
- Ġsuper ior
6774
- Ġvers ions
6775
- Ġnecess arily
6776
- Ġitem s
6777
- Â °
6778
- Ġa ld
6779
- Ġm amm
6780
- Ġl amb
6781
- es ome
6782
- Ġimp lement
6783
- Ġstr ateg
6784
- Ġsing apore
6785
- Ġcommun ist
6786
- ph ia
6787
- Ġred uced
6788
- Ġbed room
6789
- Ġprofess ion
6790
- Ġquiet ly
6791
- fr om
6792
- Ġregard ed
6793
- Ġdun no
6794
- Ġsust ain
6795
- Ġtai wan
6796
- Ġt ues
6797
- Ġb ike
6798
- Ġc atherine
6799
- Ġd ur
6800
- Ġp ent
6801
- st ep
6802
- Ġan ch
6803
- Ġall en
6804
- Ġcon clud
6805
- em p
6806
- Ġ3 00
6807
- Ġcap able
6808
- Ġmom ents
6809
- Ġgen e
6810
- Ġhead quarters
6811
- Ġdistrict s
6812
- Ġphot os
6813
- Ġrepe at
6814
- sm ith
6815
- Ġstrug gle
6816
- a ug
6817
- Ġs ou
6818
- Ġo ption
6819
- Ġm it
6820
- Ġy um
6821
- Ġnow here
6822
- Ġlo an
6823
- own ed
6824
- Ġact ed
6825
- Ġpol ish
6826
- Ġid eal
6827
- Ġcontro lled
6828
- Ġdiscuss ion
6829
- Ġarg ent
6830
- Ġartic les
6831
- Ġtues day
6832
- h um
6833
- p ers
6834
- Ġf ier
6835
- Ġp ip
6836
- as tern
6837
- as ka
6838
- id ers
6839
- Ġas sh
6840
- her s
6841
- Ġv ast
6842
- Ġbl ast
6843
- Ġrec on
6844
- Ġans wers
6845
- Ġalong side
6846
- Ġequ ation
6847
- Ġeight een
6848
- Ġmur de
6849
- Ġ194 7
6850
- nes day
6851
- Ġgrant ed
6852
- Ġpir ates
6853
- Ġaven ue
6854
- l ers
6855
- Ġm ouse
6856
- Ġf el
6857
- Ġd oo
6858
- Ġn i
6859
- Ġcon cl
6860
- Ġag ents
6861
- Ġwhere ver
6862
- Ġke vin
6863
- Ġreg ister
6864
- Ġacc ur
6865
- Ġlist ened
6866
- Ġred uce
6867
- Ġaw esome
6868
- Ġintern al
6869
- Ġclub s
6870
- Ġvot es
6871
- Ġgoo gle
6872
- adel phia
6873
- i ac
6874
- Â ´
6875
- ã ĥ
6876
- Ġt ank
6877
- Ġc in
6878
- Ġto ol
6879
- Ġbe nd
6880
- al o
6881
- Ġan no
6882
- Ġli z
6883
- Ġco ordin
6884
- Ġcont ext
6885
- Ġsit es
6886
- Ġclass ical
6887
- iam i
6888
- Ġtele phone
6889
- ien cy
6890
- Ġwed nesday
6891
- Ġbran ches
6892
- Ġaccom pl
6893
- Ġpoll ution
6894
- Ġpha se
6895
- Ġpunish ment
6896
- Ġgord on
6897
- Ġoxy gen
6898
- Ġcemeter y
6899
- f our
6900
- Ã §
6901
- Ġhe s
6902
- Ġr ope
6903
- Ġso lo
6904
- Ġfr ag
6905
- Ġte nder
6906
- Ġpre cious
6907
- Ġfo nd
6908
- ib ly
6909
- Ġent ry
6910
- Ġland sc
6911
- Ġalbum s
6912
- Ġtor onto
6913
- Ġinde x
6914
- Ġaff air
6915
- Ġcompos er
6916
- Ġmyster y
6917
- Ġaband oned
6918
- Ġarrang ed
6919
- 3 2
6920
- p ass
6921
- Ġt u
6922
- Ġfor d
6923
- ri x
6924
- Ġal bert
6925
- Ġus eless
6926
- Ġte ar
6927
- Ġ19 20
6928
- Ġrec y
6929
- Ġsl ave
6930
- Ġchild hood
6931
- Ġconf ess
6932
- Ġill ness
6933
- Ġkiss ed
6934
- Ġemot ions
6935
- Ġelectric ity
6936
- Ġdemon str
6937
- Ġdip lom
6938
- Ġheav ily
6939
- b its
6940
- Ġs ought
6941
- er a
6942
- er able
6943
- Ġd na
6944
- Ġg ates
6945
- Ġst ores
6946
- Ġch oo
6947
- Ġbo ots
6948
- Ġsw allow
6949
- Ġhead ed
6950
- Ġpers u
6951
- Ġcoll abor
6952
- Ġmer cy
6953
- Ġ194 4
6954
- Ġaust ria
6955
- Ġcat tle
6956
- Ġpract ical
6957
- fo ot
6958
- Ġcolum n
6959
- Ġmurde rer
6960
- 3 7
6961
- g on
6962
- w ick
6963
- Ġg ross
6964
- Ġn onsense
6965
- at i
6966
- Ġth read
6967
- Ġpo nd
6968
- ord er
6969
- Ġpre cise
6970
- Ġrel ation
6971
- Ġadd ing
6972
- Ġmeet ings
6973
- Ġtri es
6974
- Ġext ended
6975
- Ġ197 7
6976
- Ġprom oted
6977
- Ġpresent ly
6978
- Ġadv oc
6979
- Ġattack s
6980
- Ġdig ital
6981
- Ġwick ed
6982
- Ġcandid ate
6983
- Ġpic ard
6984
- Ġmerchan t
6985
- Ġt um
6986
- Ġp iz
6987
- Ġin sect
6988
- Ġe ag
6989
- Ġj azz
6990
- ke l
6991
- ul ed
6992
- Ġun com
6993
- Ġwhere as
6994
- Ġind ones
6995
- Ġke lly
6996
- Ġpers ons
6997
- Ġste pped
6998
- Ġserv ant
6999
- Ġdef ence
7000
- Ġexpect ing
7001
- Ġmere ly
7002
- Ġappropri ate
7003
- r ons
7004
- Å Ł
7005
- Ġt ack
7006
- Ġy or
7007
- Ġto w
7008
- Ġh ut
7009
- ot te
7010
- Ġst ones
7011
- Ġdo ve
7012
- ust ing
7013
- Ġad j
7014
- Ġform at
7015
- Ġsur ve
7016
- Ġperson ality
7017
- Ġ196 7
7018
- Ġpick ing
7019
- Ġdaught ers
7020
- Ġtest ing
7021
- Ġproject s
7022
- Ġrev ol
7023
- Ġur ban
7024
- Ġbeg un
7025
- ĠÂ £
7026
- Ġparall el
7027
- 3 9
7028
- f it
7029
- f ly
7030
- t ake
7031
- Ġ {
7032
- Ġb c
7033
- Ġm iami
7034
- Ġd ug
7035
- us ive
7036
- Ġwas hed
7037
- Ġne at
7038
- Ġer ror
7039
- Ġwar ning
7040
- Ġreg iment
7041
- Ġim ages
7042
- Ġamong st
7043
- Ġcro at
7044
- Ġintell ect
7045
- Ġcateg ory
7046
- Ġswed en
7047
- Ġilleg al
7048
- k h
7049
- t es
7050
- v ior
7051
- Ġt ab
7052
- ou ri
7053
- Ġb um
7054
- Ġc reek
7055
- Ġf aced
7056
- Ġp ipe
7057
- us a
7058
- Ġr ings
7059
- Ġst im
7060
- ia o
7061
- Ġsc ored
7062
- ress ed
7063
- Ġsm iling
7064
- Ġform ation
7065
- Ġmet ropol
7066
- Ġ196 5
7067
- Ġoper ated
7068
- Ġphil adelphia
7069
- Ġdescri ption
7070
- Ġspirit ual
7071
- tw o
7072
- Ġdaw son
7073
- Ġais ne
7074
- Ġgat hered
7075
- Ġin cl
7076
- ar n
7077
- Ġst airs
7078
- Ġj ur
7079
- Ġas hamed
7080
- Ġne ur
7081
- Ġlo ving
7082
- Ġfin n
7083
- Ġele v
7084
- Ġinv asion
7085
- Ġpur su
7086
- Ġpos itions
7087
- Ġvill ages
7088
- Ġsail ed
7089
- ó n
7090
- b ird
7091
- Ġc ave
7092
- Ġf ulf
7093
- Ġp as
7094
- at ically
7095
- Ġth ief
7096
- Ġr ag
7097
- Ġk ha
7098
- ea ble
7099
- un a
7100
- Ġgr ateful
7101
- Ġfour teen
7102
- Ġmess ages
7103
- Ġmor gan
7104
- Ġmod els
7105
- Ġbreat hing
7106
- Ġconv in
7107
- Ġadult s
7108
- speak ing
7109
- c al
7110
- Ġo tt
7111
- an ne
7112
- Ġv on
7113
- Ġsp ar
7114
- if ts
7115
- Ġcomp ar
7116
- av an
7117
- Ġsm iled
7118
- Ġmon arch
7119
- Ġbar on
7120
- Ġstand ards
7121
- Ġunivers ities
7122
- Ġrepl ace
7123
- Ġlat est
7124
- Ġexist ing
7125
- Ġbeha vior
7126
- Ġalt ogether
7127
- Ġsplend id
7128
- 2 6
7129
- 4 5
7130
- c ase
7131
- r an
7132
- r ist
7133
- v id
7134
- v ard
7135
- z ing
7136
- Ã ±
7137
- Ġd ating
7138
- Ġand y
7139
- Ġe fficient
7140
- al ing
7141
- Ġch in
7142
- Ġco le
7143
- Ġsc rap
7144
- Ġfin ance
7145
- Ġreg ist
7146
- Ġhope fully
7147
- Ġchur ches
7148
- Ġpull ing
7149
- Ġsubject s
7150
- af ter
7151
- Ġsevent h
7152
- Ġopt im
7153
- Ġelephan t
7154
- v or
7155
- Ġsp oon
7156
- Ġro ber
7157
- Ġen orm
7158
- Ġmar s
7159
- vel ope
7160
- Ġdiffe rences
7161
- Ġcor ps
7162
- Ġcook ie
7163
- Ġtechn ical
7164
- Ġviol ent
7165
- Ġintrod uce
7166
- Ġdoc uments
7167
- Ġrac ing
7168
- Ġanth ony
7169
- Ġsmo oth
7170
- Ġa irl
7171
- Ġd al
7172
- Ġj ung
7173
- Ġse ats
7174
- Ġal f
7175
- Ġshe et
7176
- Ġcom ic
7177
- ak h
7178
- Ġres erve
7179
- Ġexper iences
7180
- Ġ194 1
7181
- Ġallow ing
7182
- Ġmexic an
7183
- Ġvac c
7184
- Ġemot ional
7185
- Ġnewsp apers
7186
- Ġira q
7187
- 9 9
7188
- t ic
7189
- Ġs i
7190
- Ġc d
7191
- at han
7192
- Ġso ap
7193
- th ree
7194
- av a
7195
- int on
7196
- Ġstr ang
7197
- Ġhat ed
7198
- Ġcamp bell
7199
- Ġclim b
7200
- Ġchampionship s
7201
- Ġlu ke
7202
- Ġthreat ened
7203
- Ġlic ense
7204
- Ġnarr ator
7205
- Ġdram atic
7206
- Ġincred ible
7207
- Ġvalu able
7208
- re te
7209
- Ġf iction
7210
- Ġg est
7211
- Ġr us
7212
- st ate
7213
- Ġwor n
7214
- Ġlo ver
7215
- Ġpr on
7216
- iss a
7217
- Ġbeing s
7218
- Ġsl a
7219
- Ġsw ift
7220
- Ġdist ribution
7221
- oun ced
7222
- Ġinter act
7223
- Ġepis odes
7224
- Ġsac rif
7225
- Ġencour age
7226
- Ġreput ation
7227
- s er
7228
- Ġy ards
7229
- it led
7230
- Ġth orough
7231
- Ġk y
7232
- Ġus er
7233
- Ġcl in
7234
- Ġset s
7235
- ott ed
7236
- Ġbreat he
7237
- Ġdesper ate
7238
- Ġpicard ie
7239
- Ġconvin ced
7240
- Ġm all
7241
- Ġy an
7242
- Ġp unch
7243
- an ium
7244
- it ter
7245
- Ġwh oops
7246
- ist ol
7247
- el a
7248
- Ġbr a
7249
- Ġen velope
7250
- Ġpart ly
7251
- Ġthr one
7252
- Ġbel t
7253
- Ġstop s
7254
- Ġbar n
7255
- Ġland ed
7256
- Ġcat al
7257
- Ġsupport ing
7258
- Ġhun ter
7259
- Ġclaim s
7260
- Ġresour ce
7261
- Ġpir ate
7262
- Ġded icated
7263
- Ġexer cise
7264
- Ġcapac ity
7265
- Ġnether lands
7266
- g s
7267
- p ent
7268
- u i
7269
- Ġa le
7270
- Ġs ung
7271
- Ġb ry
7272
- Ġp anc
7273
- ic ia
7274
- Ġr illa
7275
- Ġst raw
7276
- Ġtr ace
7277
- Ġtr ump
7278
- el ine
7279
- ort ed
7280
- Ġbo ld
7281
- Ġdown stairs
7282
- Ġworld wide
7283
- Ġche ss
7284
- Ġsy d
7285
- Ġmight y
7286
- Ġconf ident
7287
- Ġprob ability
7288
- Ġca using
7289
- Ġequ ival
7290
- Ġless on
7291
- Ġabs or
7292
- Ġtest s
7293
- Ġfif a
7294
- Ġappro ved
7295
- Ġclean ing
7296
- Ġcollect ed
7297
- Ġsand y
7298
- ky o
7299
- Ġsly ne
7300
- 3 1
7301
- r in
7302
- t v
7303
- Ġs na
7304
- Ġb ou
7305
- Ġf id
7306
- Ġy ay
7307
- Ġg le
7308
- Ġst able
7309
- Ġas ks
7310
- Ġgu ards
7311
- Ġchar ges
7312
- Ġgl or
7313
- Ġob lig
7314
- Ġret reat
7315
- Ġrest rict
7316
- Ġhur ts
7317
- Ġdevelop ing
7318
- Ġhen ce
7319
- Ġnorm an
7320
- Ġpot ato
7321
- ' ?
7322
- Ġthe rap
7323
- Ġb ars
7324
- Ġg ear
7325
- it ched
7326
- at ures
7327
- om en
7328
- ge l
7329
- if er
7330
- Ġun happy
7331
- Ġle w
7332
- Ġsc and
7333
- Ġstr ict
7334
- Ġ3 7
7335
- Ġrec all
7336
- Ġform al
7337
- Ġlarge ly
7338
- Ġstar red
7339
- Ġang le
7340
- Ġru in
7341
- Ġroman ia
7342
- Ġbeat en
7343
- Ġneg oti
7344
- Ġpurp oses
7345
- Ġappoint ment
7346
- Ġregard ing
7347
- Ġsac red
7348
- Ġexperien ced
7349
- w ear
7350
- Ġin g
7351
- ir s
7352
- Ġse ar
7353
- Ġcl are
7354
- ci ence
7355
- Ġshow er
7356
- Ġpass es
7357
- Ġste ven
7358
- Ġsweet heart
7359
- Ġcomput ers
7360
- Ġjer ry
7361
- Ġdepend ing
7362
- l rb
7363
- Ġbe es
7364
- Ġst ern
7365
- th y
7366
- Ġpe e
7367
- Ġway ne
7368
- Ġinst itution
7369
- Ġsix teen
7370
- less ly
7371
- Ġair pl
7372
- Ġext end
7373
- Ġinf in
7374
- Ġgrand pa
7375
- Ġgrand father
7376
- Ġspir its
7377
- Ġtick ets
7378
- Ġwound s
7379
- Ġnav al
7380
- Ġdiag n
7381
- Ġperman ent
7382
- Ġsche me
7383
- r rb
7384
- u its
7385
- Ġf ake
7386
- Ġp itt
7387
- Ġre aching
7388
- Ġu gh
7389
- Ġj ar
7390
- ... !
7391
- Ġun p
7392
- Ġbr ut
7393
- Ġco d
7394
- hed ral
7395
- ile y
7396
- Ġfound ing
7397
- Ġgl ory
7398
- Ġdef ined
7399
- go ing
7400
- Ġluc y
7401
- Ġren amed
7402
- Ġholly wood
7403
- Ġmons ieur
7404
- b ach
7405
- c op
7406
- t han
7407
- Ġm ack
7408
- ag ers
7409
- ne ath
7410
- Ġel imin
7411
- Ġinv ented
7412
- Ġposs ession
7413
- Ġmem ories
7414
- Ġplatform s
7415
- Ġolymp ic
7416
- Ġcabin et
7417
- Ġconfir med
7418
- he y
7419
- Ġb ure
7420
- Ġd io
7421
- Ġy ug
7422
- Ġp oo
7423
- Ġmo z
7424
- Ġup d
7425
- Ġnew ly
7426
- Ġind o
7427
- Ġexp lo
7428
- Ġmed ium
7429
- Ġpat ri
7430
- Ġdiv ide
7431
- Ġsho e
7432
- Ġorgan izations
7433
- Ġdise ases
7434
- Ġopportun ities
7435
- Ġlu x
7436
- Ġinj ured
7437
- Ġchem istry
7438
- Ġmyster ious
7439
- Ġjournal ist
7440
- Ġthir teen
7441
- Ġ Î
7442
- Ġt ube
7443
- Ġi p
7444
- Ġb av
7445
- Ġb orough
7446
- Ġd ign
7447
- Ġr idge
7448
- Ġst y
7449
- Ġsp y
7450
- Ġcl ick
7451
- Ġcl ark
7452
- Ġact ors
7453
- Ġcr imes
7454
- Ġsl ipped
7455
- Ġcap e
7456
- Ġgen us
7457
- Ġhead ing
7458
- Ġmiss ouri
7459
- Ġpass enger
7460
- Ġext ent
7461
- Ġra j
7462
- Ġadm itted
7463
- Ġpolic ies
7464
- Ġdut ies
7465
- Ġtyp ically
7466
- Ġvac ation
7467
- Ġnick n
7468
- Ġdeb ate
7469
- bour ne
7470
- Ġexhib ition
7471
- Ġrhy th
7472
- d ers
7473
- f ire
7474
- l an
7475
- Ġa z
7476
- re m
7477
- Ġd ull
7478
- ing ton
7479
- Ġr ip
7480
- Ġsh ield
7481
- Ġle an
7482
- Ġgr im
7483
- Ġcar riage
7484
- Ġma h
7485
- gin es
7486
- Ġpass engers
7487
- olog ists
7488
- cc a
7489
- Ġbill s
7490
- Ġjud y
7491
- Ġthrow ing
7492
- Ġident ified
7493
- Ġliter ary
7494
- Ġvisit ors
7495
- Ġspecific ally
7496
- Ġlis a
7497
- Ġcris is
7498
- 3 3
7499
- m outh
7500
- s ome
7501
- Ġa er
7502
- Ġs ig
7503
- ha ve
7504
- Ġp y
7505
- or al
7506
- Ġin ner
7507
- Ġk aren
7508
- Ġor th
7509
- Ġun conscious
7510
- Ġoff ering
7511
- Ġbu bble
7512
- Ġla x
7513
- be h
7514
- ful ness
7515
- Ġfound er
7516
- Ġline ar
7517
- Ġ196 6
7518
- Ġport ion
7519
- Ġru ined
7520
- Ġdin os
7521
- Ġforest s
7522
- Ġsail ing
7523
- Ġtax es
7524
- Ġble w
7525
- Ġfrequ ently
7526
- g ate
7527
- l ines
7528
- m aster
7529
- p ool
7530
- Ġs ke
7531
- Ġb in
7532
- Ġd ates
7533
- Ġp int
7534
- en ess
7535
- Ġin ch
7536
- as p
7537
- om ed
7538
- ul s
7539
- ab el
7540
- os lav
7541
- Ġbr ush
7542
- ag ne
7543
- Ġsc iences
7544
- Ġbu bbles
7545
- cl ing
7546
- Ġunder neath
7547
- uc ing
7548
- sh it
7549
- Ġinc om
7550
- ell ed
7551
- Ġwo ndered
7552
- Ġaw ake
7553
- Ġ195 4
7554
- Ġrob inson
7555
- Ġinvol ve
7556
- Ġrepresent ative
7557
- Ġlift ed
7558
- Ġgradu ate
7559
- Ġdyn am
7560
- Ġapolog ize
7561
- Ġexplan ation
7562
- i at
7563
- o ard
7564
- Ġ Ï
7565
- Ġw ins
7566
- Ġd ing
7567
- Ġy oon
7568
- ut ed
7569
- ea u
7570
- Ġv it
7571
- Ġcom r
7572
- Ġcon ven
7573
- Ġher s
7574
- Ġtr ap
7575
- Ġint ense
7576
- Ġdis ag
7577
- Ġcont ained
7578
- Ġev al
7579
- Ġyoung est
7580
- Ġchrist ians
7581
- Ġ195 6
7582
- Ġarm en
7583
- Ġeduc ational
7584
- Ġnort heast
7585
- Ġgrad ually
7586
- Ġdefin ition
7587
- Ġprim arily
7588
- Ġcell s
7589
- Ġsem i
7590
- Ġgrav ity
7591
- Ġsyd ney
7592
- e qu
7593
- m ission
7594
- Ġo sc
7595
- Ġl oo
7596
- Ġse lection
7597
- Ġwhe els
7598
- Ġal gor
7599
- Ġsp ark
7600
- Ġar gue
7601
- Ġpe ar
7602
- Ġint ent
7603
- ord inary
7604
- Ġsl ip
7605
- Ġev ident
7606
- Ġsor row
7607
- Ġacc used
7608
- Ġemp has
7609
- Ġcoun sel
7610
- Ġpriv ile
7611
- Ġsout heast
7612
- Ġroll o
7613
- Ġprincip le
7614
- Ġliber ty
7615
- Ġfro zen
7616
- Ġrelative ly
7617
- Ġves sels
7618
- Ġelectron ic
7619
- Ġsamp le
7620
- Ġdow nt
7621
- m i
7622
- m al
7623
- Ġs ie
7624
- or ous
7625
- Ġl ind
7626
- Ġg ap
7627
- ct ic
7628
- ag a
7629
- Ġpe asant
7630
- Ġla ure
7631
- Ġke en
7632
- Ġhar rison
7633
- Ġ3 4
7634
- aught er
7635
- Ġserv ants
7636
- Ġconst antly
7637
- Ġanim ated
7638
- Ġstrong ly
7639
- Ġconcer ns
7640
- Ġhol es
7641
- Ġhost ed
7642
- Ġoppos ition
7643
- Ġenter pr
7644
- Ġwis hes
7645
- Ġbac ter
7646
- Ġoccup ied
7647
- Ġcustom ers
7648
- Ġoccasion ally
7649
- Ġrapid ly
7650
- Ġalgor ith
7651
- c ia
7652
- Ġw reck
7653
- Ġl uther
7654
- Ġg um
7655
- Ġr if
7656
- Ġwh it
7657
- il ton
7658
- op her
7659
- Ġcl own
7660
- Ġmar ie
7661
- Ġinst inct
7662
- Ġob st
7663
- Ġwood en
7664
- Ġcompet e
7665
- Ġbag s
7666
- Ġpray er
7667
- Ġbeg ged
7668
- Ġwhis pered
7669
- Ġeth nic
7670
- Ġglo be
7671
- Ġadministr ative
7672
- Ġprefect ure
7673
- i ven
7674
- m el
7675
- Ġb oring
7676
- Ġp ushing
7677
- ic ians
7678
- Ġse al
7679
- Ġall ies
7680
- Ġtr aged
7681
- Ġtr unk
7682
- Ġbr u
7683
- Ġfe e
7684
- Ġen gines
7685
- Ġlet s
7686
- Ġsc ary
7687
- od ec
7688
- Ġcr ay
7689
- ens ity
7690
- Ġmon key
7691
- Ġgl en
7692
- Ġpat rick
7693
- Ġra ven
7694
- Ġcreat ive
7695
- Ġ194 8
7696
- Ġstar ring
7697
- Ġcirc uit
7698
- Ġident ify
7699
- Ġjew s
7700
- Ġprincip les
7701
- Ġrough ly
7702
- keep er
7703
- Ġpow der
7704
- Ġwrit ers
7705
- b et
7706
- h ist
7707
- p ow
7708
- re al
7709
- Ġf aint
7710
- Ġp s
7711
- Ġto lom
7712
- Ġto kyo
7713
- is en
7714
- ac les
7715
- un ts
7716
- Ġpl um
7717
- Ġus ers
7718
- ber ry
7719
- Ġwar ri
7720
- Ġatt ached
7721
- Ġkind a
7722
- Ġgen ius
7723
- Ġdeath s
7724
- ik i
7725
- Ġmer ged
7726
- Ġ194 2
7727
- Ġaust en
7728
- Ġcamp us
7729
- com ing
7730
- anc ing
7731
- Ġarri ve
7732
- Ġroll ed
7733
- Ġacqu ired
7734
- Ġprem ier
7735
- Ġfran z
7736
- Ġpoet ry
7737
- Ġconstruct ed
7738
- Ġtolom beh
7739
- c our
7740
- d iv
7741
- j ud
7742
- k ind
7743
- m ill
7744
- u ge
7745
- ã Ĥ
7746
- Ġa ck
7747
- Ġb ald
7748
- Ġm es
7749
- Ġm am
7750
- Ġf c
7751
- Ġn ed
7752
- Ġwh oo
7753
- ro ll
7754
- Ġkn ee
7755
- Ġmo lly
7756
- Ġsh ining
7757
- Ġab oard
7758
- Ġam anda
7759
- Ġfe ver
7760
- Ġjo han
7761
- Ġwr ites
7762
- Ġrep ly
7763
- Ġcount ing
7764
- ks hire
7765
- Ġhar mon
7766
- Ġlast ed
7767
- Ġgl ance
7768
- Ġland ing
7769
- Ġext ensive
7770
- Ġcreat ures
7771
- Ġhit ler
7772
- Ġ195 2
7773
- Ġdest ruction
7774
- Ġtreat y
7775
- Ġcam b
7776
- Ġcompet ed
7777
- Ġfac ulty
7778
- Ġsurv ived
7779
- Ġrelationship s
7780
- Ġsevent een
7781
- Ġcelebr ated
7782
- Ġinstr uments
7783
- Ġbun ny
7784
- f ound
7785
- g ro
7786
- m r
7787
- u ate
7788
- Ġp up
7789
- Ġse ized
7790
- Ġal ien
7791
- ag u
7792
- ud es
7793
- Ġoff ers
7794
- Ġlong est
7795
- Ġgreat ly
7796
- Ġmid night
7797
- Ġ196 1
7798
- Ġmot iv
7799
- ipp er
7800
- Ġexcept ion
7801
- Ġterri f
7802
- Ġclos ing
7803
- e enth
7804
- i y
7805
- w ind
7806
- Ġt iss
7807
- Ġd ash
7808
- Ġk ang
7809
- ab out
7810
- Ġdist ant
7811
- io let
7812
- Ġprotect ed
7813
- Ġfrank lin
7814
- Ġarri val
7815
- Ġrecogn ition
7816
- Ġextra ordinary
7817
- Ġofficial s
7818
- Ġfarm ers
7819
- Ġemot ion
7820
- Ġspr ings
7821
- Ġpainting s
7822
- Ġprovin ces
7823
- Ġearthqu ake
7824
- l ad
7825
- m ate
7826
- s ar
7827
- Ġd ial
7828
- Ġg ary
7829
- Ġse as
7830
- Ġbr us
7831
- Ġwa x
7832
- Ġ4 00
7833
- Ġinst antly
7834
- Ġtri angle
7835
- Ġ196 2
7836
- Ġvis ual
7837
- Ġpen ny
7838
- Ġ195 8
7839
- cha e
7840
- Ġpan ama
7841
- Ġchristian ity
7842
- Ġprint ed
7843
- Ġsher iff
7844
- 9 5
7845
- f uck
7846
- p ol
7847
- or ation
7848
- Ġal um
7849
- Ġsp aces
7850
- Ġer r
7851
- Ġfl ed
7852
- Ġpre ced
7853
- Ġrem ote
7854
- Ġcompan ion
7855
- Ġsound ed
7856
- Ġreason able
7857
- Ġrese ar
7858
- Ġmum my
7859
- Ġet han
7860
- Ġhous ing
7861
- Ġfaith ful
7862
- Ġkil omet
7863
- Ġconc rete
7864
- Ġneare r
7865
- Ġtempor ary
7866
- Ġdistribut ed
7867
- Ġcryst al
7868
- Ġbangl adesh
7869
- Ġ ;
7870
- er ted
7871
- Ġp hen
7872
- Ġto ss
7873
- Ġin her
7874
- Ġn y
7875
- Ġh ou
7876
- ic ing
7877
- Ġr ival
7878
- se a
7879
- Ġdo gg
7880
- Ġtr am
7881
- Ġro y
7882
- Ġad apt
7883
- ild a
7884
- lo ad
7885
- Ġoffic es
7886
- Ġsqu ir
7887
- Ġrom ance
7888
- cri ption
7889
- Ġphil ip
7890
- Ġannoun ce
7891
- Ġexec ution
7892
- Ġachie ved
7893
- Ġbare ly
7894
- Ġmuslim s
7895
- Ġincor por
7896
- a a
7897
- m ates
7898
- n ings
7899
- Ġi b
7900
- Ġc ul
7901
- Ġst orage
7902
- Ġj ord
7903
- ch uck
7904
- Ġv ain
7905
- Ġor phan
7906
- em a
7907
- Ġro ots
7908
- Ġdis miss
7909
- Ġchrist opher
7910
- Ġbat tery
7911
- Ġless ons
7912
- Ġmic he
7913
- Ġfre ud
7914
- Ġdeep ly
7915
- Ġeconom ics
7916
- Ġprison er
7917
- Ġfac ilities
7918
- Ġgri ef
7919
- Ġreck on
7920
- Ġmoo re
7921
- Ġphr ase
7922
- Ġassh ole
7923
- p her
7924
- Ġm ild
7925
- Ġd ivers
7926
- Ġn ik
7927
- as ia
7928
- Ġst ew
7929
- ge on
7930
- Ġbr ick
7931
- man n
7932
- Ġop ens
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/predict_results.txt DELETED
@@ -1,1020 +0,0 @@
1
- index prediction
2
- 0 1
3
- 1 1
4
- 2 1
5
- 3 1
6
- 4 1
7
- 5 1
8
- 6 1
9
- 7 1
10
- 8 1
11
- 9 1
12
- 10 1
13
- 11 1
14
- 12 1
15
- 13 0
16
- 14 1
17
- 15 1
18
- 16 1
19
- 17 1
20
- 18 1
21
- 19 1
22
- 20 1
23
- 21 1
24
- 22 1
25
- 23 1
26
- 24 1
27
- 25 1
28
- 26 1
29
- 27 1
30
- 28 1
31
- 29 1
32
- 30 1
33
- 31 1
34
- 32 1
35
- 33 1
36
- 34 0
37
- 35 1
38
- 36 1
39
- 37 1
40
- 38 1
41
- 39 1
42
- 40 1
43
- 41 0
44
- 42 1
45
- 43 1
46
- 44 0
47
- 45 0
48
- 46 1
49
- 47 1
50
- 48 1
51
- 49 1
52
- 50 1
53
- 51 1
54
- 52 1
55
- 53 1
56
- 54 0
57
- 55 1
58
- 56 1
59
- 57 1
60
- 58 1
61
- 59 1
62
- 60 1
63
- 61 1
64
- 62 1
65
- 63 1
66
- 64 1
67
- 65 0
68
- 66 1
69
- 67 1
70
- 68 1
71
- 69 1
72
- 70 1
73
- 71 1
74
- 72 1
75
- 73 0
76
- 74 0
77
- 75 0
78
- 76 1
79
- 77 1
80
- 78 1
81
- 79 1
82
- 80 0
83
- 81 1
84
- 82 1
85
- 83 0
86
- 84 1
87
- 85 0
88
- 86 0
89
- 87 1
90
- 88 1
91
- 89 1
92
- 90 1
93
- 91 1
94
- 92 1
95
- 93 1
96
- 94 1
97
- 95 1
98
- 96 0
99
- 97 1
100
- 98 1
101
- 99 1
102
- 100 0
103
- 101 0
104
- 102 1
105
- 103 1
106
- 104 1
107
- 105 1
108
- 106 1
109
- 107 1
110
- 108 1
111
- 109 1
112
- 110 1
113
- 111 1
114
- 112 1
115
- 113 1
116
- 114 0
117
- 115 0
118
- 116 1
119
- 117 1
120
- 118 1
121
- 119 1
122
- 120 1
123
- 121 1
124
- 122 1
125
- 123 1
126
- 124 1
127
- 125 1
128
- 126 1
129
- 127 1
130
- 128 1
131
- 129 1
132
- 130 1
133
- 131 1
134
- 132 1
135
- 133 1
136
- 134 1
137
- 135 1
138
- 136 1
139
- 137 1
140
- 138 1
141
- 139 1
142
- 140 1
143
- 141 1
144
- 142 1
145
- 143 1
146
- 144 0
147
- 145 1
148
- 146 1
149
- 147 1
150
- 148 1
151
- 149 1
152
- 150 1
153
- 151 0
154
- 152 1
155
- 153 1
156
- 154 1
157
- 155 1
158
- 156 0
159
- 157 1
160
- 158 0
161
- 159 1
162
- 160 1
163
- 161 1
164
- 162 1
165
- 163 1
166
- 164 1
167
- 165 1
168
- 166 1
169
- 167 1
170
- 168 0
171
- 169 1
172
- 170 1
173
- 171 0
174
- 172 1
175
- 173 1
176
- 174 1
177
- 175 1
178
- 176 1
179
- 177 1
180
- 178 1
181
- 179 1
182
- 180 1
183
- 181 1
184
- 182 1
185
- 183 1
186
- 184 1
187
- 185 1
188
- 186 0
189
- 187 1
190
- 188 1
191
- 189 1
192
- 190 1
193
- 191 1
194
- 192 0
195
- 193 1
196
- 194 1
197
- 195 1
198
- 196 1
199
- 197 1
200
- 198 1
201
- 199 1
202
- 200 1
203
- 201 1
204
- 202 1
205
- 203 1
206
- 204 1
207
- 205 1
208
- 206 1
209
- 207 1
210
- 208 0
211
- 209 1
212
- 210 1
213
- 211 1
214
- 212 0
215
- 213 1
216
- 214 1
217
- 215 1
218
- 216 0
219
- 217 1
220
- 218 1
221
- 219 1
222
- 220 1
223
- 221 1
224
- 222 0
225
- 223 1
226
- 224 1
227
- 225 1
228
- 226 1
229
- 227 1
230
- 228 1
231
- 229 1
232
- 230 1
233
- 231 1
234
- 232 0
235
- 233 1
236
- 234 1
237
- 235 1
238
- 236 1
239
- 237 1
240
- 238 1
241
- 239 1
242
- 240 1
243
- 241 1
244
- 242 0
245
- 243 1
246
- 244 0
247
- 245 1
248
- 246 1
249
- 247 1
250
- 248 0
251
- 249 1
252
- 250 1
253
- 251 1
254
- 252 1
255
- 253 1
256
- 254 1
257
- 255 1
258
- 256 1
259
- 257 1
260
- 258 1
261
- 259 1
262
- 260 1
263
- 261 1
264
- 262 1
265
- 263 1
266
- 264 0
267
- 265 1
268
- 266 1
269
- 267 1
270
- 268 1
271
- 269 1
272
- 270 1
273
- 271 1
274
- 272 1
275
- 273 0
276
- 274 1
277
- 275 1
278
- 276 0
279
- 277 1
280
- 278 1
281
- 279 1
282
- 280 1
283
- 281 1
284
- 282 1
285
- 283 1
286
- 284 1
287
- 285 1
288
- 286 1
289
- 287 1
290
- 288 1
291
- 289 1
292
- 290 1
293
- 291 0
294
- 292 0
295
- 293 1
296
- 294 1
297
- 295 1
298
- 296 0
299
- 297 1
300
- 298 1
301
- 299 1
302
- 300 1
303
- 301 1
304
- 302 1
305
- 303 1
306
- 304 1
307
- 305 1
308
- 306 1
309
- 307 1
310
- 308 1
311
- 309 1
312
- 310 1
313
- 311 1
314
- 312 1
315
- 313 0
316
- 314 1
317
- 315 1
318
- 316 1
319
- 317 1
320
- 318 1
321
- 319 1
322
- 320 1
323
- 321 1
324
- 322 1
325
- 323 0
326
- 324 1
327
- 325 1
328
- 326 1
329
- 327 1
330
- 328 1
331
- 329 1
332
- 330 1
333
- 331 1
334
- 332 0
335
- 333 1
336
- 334 1
337
- 335 1
338
- 336 1
339
- 337 1
340
- 338 0
341
- 339 1
342
- 340 1
343
- 341 1
344
- 342 1
345
- 343 1
346
- 344 1
347
- 345 1
348
- 346 1
349
- 347 0
350
- 348 0
351
- 349 1
352
- 350 1
353
- 351 1
354
- 352 1
355
- 353 1
356
- 354 1
357
- 355 1
358
- 356 1
359
- 357 1
360
- 358 1
361
- 359 1
362
- 360 1
363
- 361 1
364
- 362 1
365
- 363 1
366
- 364 1
367
- 365 0
368
- 366 1
369
- 367 1
370
- 368 1
371
- 369 1
372
- 370 1
373
- 371 1
374
- 372 1
375
- 373 1
376
- 374 1
377
- 375 1
378
- 376 1
379
- 377 1
380
- 378 1
381
- 379 1
382
- 380 1
383
- 381 1
384
- 382 1
385
- 383 1
386
- 384 1
387
- 385 1
388
- 386 1
389
- 387 0
390
- 388 1
391
- 389 1
392
- 390 1
393
- 391 1
394
- 392 0
395
- 393 1
396
- 394 1
397
- 395 1
398
- 396 1
399
- 397 1
400
- 398 1
401
- 399 1
402
- 400 1
403
- 401 0
404
- 402 0
405
- 403 1
406
- 404 1
407
- 405 1
408
- 406 1
409
- 407 1
410
- 408 1
411
- 409 0
412
- 410 1
413
- 411 1
414
- 412 1
415
- 413 1
416
- 414 1
417
- 415 1
418
- 416 1
419
- 417 1
420
- 418 1
421
- 419 1
422
- 420 1
423
- 421 1
424
- 422 1
425
- 423 1
426
- 424 1
427
- 425 1
428
- 426 1
429
- 427 1
430
- 428 1
431
- 429 1
432
- 430 1
433
- 431 1
434
- 432 1
435
- 433 1
436
- 434 1
437
- 435 1
438
- 436 1
439
- 437 1
440
- 438 1
441
- 439 0
442
- 440 1
443
- 441 1
444
- 442 1
445
- 443 0
446
- 444 0
447
- 445 1
448
- 446 1
449
- 447 1
450
- 448 1
451
- 449 1
452
- 450 1
453
- 451 0
454
- 452 0
455
- 453 1
456
- 454 1
457
- 455 1
458
- 456 1
459
- 457 1
460
- 458 1
461
- 459 0
462
- 460 1
463
- 461 1
464
- 462 0
465
- 463 1
466
- 464 1
467
- 465 1
468
- 466 1
469
- 467 1
470
- 468 1
471
- 469 1
472
- 470 1
473
- 471 1
474
- 472 1
475
- 473 0
476
- 474 0
477
- 475 1
478
- 476 1
479
- 477 1
480
- 478 1
481
- 479 1
482
- 480 1
483
- 481 0
484
- 482 1
485
- 483 1
486
- 484 0
487
- 485 1
488
- 486 1
489
- 487 1
490
- 488 0
491
- 489 1
492
- 490 1
493
- 491 1
494
- 492 1
495
- 493 0
496
- 494 1
497
- 495 1
498
- 496 1
499
- 497 1
500
- 498 1
501
- 499 1
502
- 500 1
503
- 501 1
504
- 502 0
505
- 503 1
506
- 504 0
507
- 505 1
508
- 506 0
509
- 507 1
510
- 508 0
511
- 509 1
512
- 510 1
513
- 511 1
514
- 512 1
515
- 513 1
516
- 514 1
517
- 515 1
518
- 516 1
519
- 517 1
520
- 518 1
521
- 519 1
522
- 520 1
523
- 521 1
524
- 522 1
525
- 523 1
526
- 524 1
527
- 525 1
528
- 526 1
529
- 527 1
530
- 528 1
531
- 529 1
532
- 530 1
533
- 531 1
534
- 532 1
535
- 533 1
536
- 534 1
537
- 535 1
538
- 536 1
539
- 537 1
540
- 538 1
541
- 539 1
542
- 540 1
543
- 541 1
544
- 542 1
545
- 543 1
546
- 544 1
547
- 545 0
548
- 546 1
549
- 547 1
550
- 548 1
551
- 549 1
552
- 550 1
553
- 551 1
554
- 552 1
555
- 553 1
556
- 554 1
557
- 555 1
558
- 556 1
559
- 557 1
560
- 558 1
561
- 559 1
562
- 560 1
563
- 561 1
564
- 562 1
565
- 563 1
566
- 564 1
567
- 565 1
568
- 566 1
569
- 567 1
570
- 568 1
571
- 569 1
572
- 570 1
573
- 571 1
574
- 572 1
575
- 573 1
576
- 574 1
577
- 575 1
578
- 576 1
579
- 577 1
580
- 578 1
581
- 579 1
582
- 580 1
583
- 581 1
584
- 582 1
585
- 583 1
586
- 584 1
587
- 585 1
588
- 586 1
589
- 587 1
590
- 588 1
591
- 589 1
592
- 590 1
593
- 591 1
594
- 592 1
595
- 593 0
596
- 594 1
597
- 595 1
598
- 596 1
599
- 597 1
600
- 598 0
601
- 599 1
602
- 600 1
603
- 601 1
604
- 602 0
605
- 603 1
606
- 604 1
607
- 605 0
608
- 606 1
609
- 607 1
610
- 608 1
611
- 609 1
612
- 610 1
613
- 611 1
614
- 612 1
615
- 613 1
616
- 614 1
617
- 615 1
618
- 616 1
619
- 617 1
620
- 618 1
621
- 619 1
622
- 620 1
623
- 621 1
624
- 622 1
625
- 623 1
626
- 624 1
627
- 625 1
628
- 626 1
629
- 627 1
630
- 628 1
631
- 629 1
632
- 630 1
633
- 631 1
634
- 632 1
635
- 633 1
636
- 634 1
637
- 635 1
638
- 636 1
639
- 637 1
640
- 638 1
641
- 639 1
642
- 640 1
643
- 641 1
644
- 642 1
645
- 643 1
646
- 644 1
647
- 645 1
648
- 646 1
649
- 647 1
650
- 648 1
651
- 649 1
652
- 650 1
653
- 651 1
654
- 652 1
655
- 653 1
656
- 654 1
657
- 655 1
658
- 656 1
659
- 657 1
660
- 658 1
661
- 659 1
662
- 660 1
663
- 661 1
664
- 662 1
665
- 663 1
666
- 664 1
667
- 665 0
668
- 666 1
669
- 667 1
670
- 668 1
671
- 669 1
672
- 670 1
673
- 671 0
674
- 672 1
675
- 673 0
676
- 674 1
677
- 675 1
678
- 676 0
679
- 677 1
680
- 678 0
681
- 679 1
682
- 680 1
683
- 681 1
684
- 682 0
685
- 683 1
686
- 684 1
687
- 685 0
688
- 686 0
689
- 687 1
690
- 688 1
691
- 689 1
692
- 690 1
693
- 691 1
694
- 692 1
695
- 693 1
696
- 694 1
697
- 695 1
698
- 696 0
699
- 697 1
700
- 698 1
701
- 699 1
702
- 700 1
703
- 701 1
704
- 702 1
705
- 703 1
706
- 704 1
707
- 705 1
708
- 706 1
709
- 707 1
710
- 708 0
711
- 709 1
712
- 710 1
713
- 711 1
714
- 712 1
715
- 713 1
716
- 714 1
717
- 715 1
718
- 716 1
719
- 717 1
720
- 718 1
721
- 719 0
722
- 720 0
723
- 721 1
724
- 722 1
725
- 723 1
726
- 724 0
727
- 725 0
728
- 726 1
729
- 727 1
730
- 728 1
731
- 729 1
732
- 730 1
733
- 731 1
734
- 732 1
735
- 733 1
736
- 734 1
737
- 735 0
738
- 736 1
739
- 737 1
740
- 738 1
741
- 739 1
742
- 740 1
743
- 741 1
744
- 742 1
745
- 743 1
746
- 744 1
747
- 745 1
748
- 746 1
749
- 747 1
750
- 748 1
751
- 749 1
752
- 750 1
753
- 751 1
754
- 752 1
755
- 753 1
756
- 754 1
757
- 755 1
758
- 756 1
759
- 757 1
760
- 758 1
761
- 759 1
762
- 760 1
763
- 761 1
764
- 762 1
765
- 763 0
766
- 764 1
767
- 765 1
768
- 766 1
769
- 767 1
770
- 768 1
771
- 769 1
772
- 770 1
773
- 771 1
774
- 772 1
775
- 773 1
776
- 774 1
777
- 775 1
778
- 776 1
779
- 777 1
780
- 778 1
781
- 779 1
782
- 780 1
783
- 781 1
784
- 782 1
785
- 783 1
786
- 784 1
787
- 785 1
788
- 786 0
789
- 787 1
790
- 788 1
791
- 789 1
792
- 790 1
793
- 791 1
794
- 792 0
795
- 793 1
796
- 794 1
797
- 795 1
798
- 796 1
799
- 797 1
800
- 798 1
801
- 799 1
802
- 800 1
803
- 801 1
804
- 802 1
805
- 803 1
806
- 804 1
807
- 805 1
808
- 806 1
809
- 807 1
810
- 808 1
811
- 809 1
812
- 810 1
813
- 811 1
814
- 812 0
815
- 813 0
816
- 814 0
817
- 815 0
818
- 816 1
819
- 817 1
820
- 818 1
821
- 819 1
822
- 820 1
823
- 821 1
824
- 822 1
825
- 823 1
826
- 824 1
827
- 825 1
828
- 826 1
829
- 827 0
830
- 828 1
831
- 829 1
832
- 830 1
833
- 831 1
834
- 832 1
835
- 833 1
836
- 834 1
837
- 835 1
838
- 836 1
839
- 837 0
840
- 838 1
841
- 839 1
842
- 840 1
843
- 841 1
844
- 842 1
845
- 843 1
846
- 844 1
847
- 845 1
848
- 846 1
849
- 847 0
850
- 848 1
851
- 849 1
852
- 850 1
853
- 851 1
854
- 852 1
855
- 853 1
856
- 854 1
857
- 855 1
858
- 856 1
859
- 857 1
860
- 858 1
861
- 859 1
862
- 860 1
863
- 861 1
864
- 862 1
865
- 863 1
866
- 864 0
867
- 865 1
868
- 866 1
869
- 867 1
870
- 868 1
871
- 869 1
872
- 870 1
873
- 871 1
874
- 872 1
875
- 873 1
876
- 874 1
877
- 875 1
878
- 876 1
879
- 877 0
880
- 878 1
881
- 879 1
882
- 880 1
883
- 881 1
884
- 882 1
885
- 883 1
886
- 884 1
887
- 885 1
888
- 886 1
889
- 887 0
890
- 888 0
891
- 889 0
892
- 890 1
893
- 891 0
894
- 892 1
895
- 893 1
896
- 894 1
897
- 895 0
898
- 896 1
899
- 897 0
900
- 898 1
901
- 899 1
902
- 900 1
903
- 901 1
904
- 902 0
905
- 903 1
906
- 904 1
907
- 905 1
908
- 906 1
909
- 907 1
910
- 908 1
911
- 909 1
912
- 910 1
913
- 911 1
914
- 912 1
915
- 913 1
916
- 914 0
917
- 915 1
918
- 916 1
919
- 917 1
920
- 918 1
921
- 919 1
922
- 920 1
923
- 921 1
924
- 922 1
925
- 923 1
926
- 924 1
927
- 925 1
928
- 926 1
929
- 927 1
930
- 928 1
931
- 929 1
932
- 930 1
933
- 931 1
934
- 932 1
935
- 933 1
936
- 934 1
937
- 935 1
938
- 936 1
939
- 937 1
940
- 938 1
941
- 939 1
942
- 940 1
943
- 941 1
944
- 942 1
945
- 943 1
946
- 944 1
947
- 945 1
948
- 946 1
949
- 947 1
950
- 948 1
951
- 949 1
952
- 950 0
953
- 951 1
954
- 952 1
955
- 953 1
956
- 954 1
957
- 955 0
958
- 956 0
959
- 957 1
960
- 958 1
961
- 959 1
962
- 960 1
963
- 961 1
964
- 962 0
965
- 963 1
966
- 964 1
967
- 965 1
968
- 966 1
969
- 967 1
970
- 968 0
971
- 969 1
972
- 970 1
973
- 971 0
974
- 972 1
975
- 973 1
976
- 974 1
977
- 975 1
978
- 976 1
979
- 977 0
980
- 978 0
981
- 979 1
982
- 980 1
983
- 981 1
984
- 982 1
985
- 983 0
986
- 984 1
987
- 985 1
988
- 986 1
989
- 987 1
990
- 988 0
991
- 989 1
992
- 990 1
993
- 991 1
994
- 992 1
995
- 993 0
996
- 994 1
997
- 995 1
998
- 996 0
999
- 997 1
1000
- 998 1
1001
- 999 1
1002
- 1000 1
1003
- 1001 0
1004
- 1002 0
1005
- 1003 0
1006
- 1004 1
1007
- 1005 1
1008
- 1006 1
1009
- 1007 0
1010
- 1008 1
1011
- 1009 1
1012
- 1010 1
1013
- 1011 0
1014
- 1012 1
1015
- 1013 1
1016
- 1014 1
1017
- 1015 1
1018
- 1016 1
1019
- 1017 1
1020
- 1018 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:13fc78a4232a3d22a7b0e21e8ddf28734f376a871d350bbd1ffda152c35314e3
3
- size 138748329
 
 
 
 
lm_model/finetune/cola/special_tokens_map.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
lm_model/finetune/cola/tokenizer_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "bos_token": "<s>",
4
- "cls_token": "<s>",
5
- "eos_token": "</s>",
6
- "errors": "replace",
7
- "mask_token": {
8
- "__type": "AddedToken",
9
- "content": "<mask>",
10
- "lstrip": true,
11
- "normalized": false,
12
- "rstrip": false,
13
- "single_word": false
14
- },
15
- "model_max_length": 1000000000000000019884624838656,
16
- "name_or_path": "../../checkpoints/baseline/default-baseline-uncleaned/lm_model",
17
- "pad_token": "<pad>",
18
- "sep_token": "</s>",
19
- "special_tokens_map_file": null,
20
- "tokenizer_class": "RobertaTokenizer",
21
- "trim_offsets": true,
22
- "unk_token": "<unk>"
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/train_results.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "epoch": 10.0,
3
- "train_loss": 0.47576433420181274,
4
- "train_runtime": 198.2949,
5
- "train_samples": 8164,
6
- "train_samples_per_second": 411.71,
7
- "train_steps_per_second": 6.455
8
- }
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/trainer_state.json DELETED
@@ -1,97 +0,0 @@
1
- {
2
- "best_metric": 0.8287499999999999,
3
- "best_model_checkpoint": "../../checkpoints/baseline/default-baseline-uncleaned/lm_model/finetune/cola/checkpoint-1000",
4
- "epoch": 10.0,
5
- "global_step": 1280,
6
- "is_hyper_param_search": false,
7
- "is_local_process_zero": true,
8
- "is_world_process_zero": true,
9
- "log_history": [
10
- {
11
- "epoch": 1.56,
12
- "eval_accuracy": 0.6947988271713257,
13
- "eval_f1": 0.8199189345686161,
14
- "eval_loss": 0.6003459095954895,
15
- "eval_runtime": 1.1769,
16
- "eval_samples_per_second": 865.811,
17
- "eval_steps_per_second": 108.757,
18
- "step": 200
19
- },
20
- {
21
- "epoch": 3.12,
22
- "eval_accuracy": 0.708537757396698,
23
- "eval_f1": 0.8222621184919211,
24
- "eval_loss": 0.5984598398208618,
25
- "eval_runtime": 1.1549,
26
- "eval_samples_per_second": 882.332,
27
- "eval_steps_per_second": 110.833,
28
- "step": 400
29
- },
30
- {
31
- "epoch": 3.91,
32
- "learning_rate": 3.0468750000000002e-05,
33
- "loss": 0.5589,
34
- "step": 500
35
- },
36
- {
37
- "epoch": 4.69,
38
- "eval_accuracy": 0.7163886427879333,
39
- "eval_f1": 0.8214947498455837,
40
- "eval_loss": 0.6352489590644836,
41
- "eval_runtime": 1.1559,
42
- "eval_samples_per_second": 881.562,
43
- "eval_steps_per_second": 110.736,
44
- "step": 600
45
- },
46
- {
47
- "epoch": 6.25,
48
- "eval_accuracy": 0.7203140258789062,
49
- "eval_f1": 0.8197343453510436,
50
- "eval_loss": 0.6283760666847229,
51
- "eval_runtime": 1.1535,
52
- "eval_samples_per_second": 883.388,
53
- "eval_steps_per_second": 110.965,
54
- "step": 800
55
- },
56
- {
57
- "epoch": 7.81,
58
- "learning_rate": 1.09375e-05,
59
- "loss": 0.4365,
60
- "step": 1000
61
- },
62
- {
63
- "epoch": 7.81,
64
- "eval_accuracy": 0.7311089038848877,
65
- "eval_f1": 0.8287499999999999,
66
- "eval_loss": 0.6766696572303772,
67
- "eval_runtime": 1.1601,
68
- "eval_samples_per_second": 878.353,
69
- "eval_steps_per_second": 110.333,
70
- "step": 1000
71
- },
72
- {
73
- "epoch": 9.38,
74
- "eval_accuracy": 0.7320902943611145,
75
- "eval_f1": 0.8290544771446462,
76
- "eval_loss": 0.6808668971061707,
77
- "eval_runtime": 1.1545,
78
- "eval_samples_per_second": 882.629,
79
- "eval_steps_per_second": 110.87,
80
- "step": 1200
81
- },
82
- {
83
- "epoch": 10.0,
84
- "step": 1280,
85
- "total_flos": 1900955522519040.0,
86
- "train_loss": 0.47576433420181274,
87
- "train_runtime": 198.2949,
88
- "train_samples_per_second": 411.71,
89
- "train_steps_per_second": 6.455
90
- }
91
- ],
92
- "max_steps": 1280,
93
- "num_train_epochs": 10,
94
- "total_flos": 1900955522519040.0,
95
- "trial_name": null,
96
- "trial_params": null
97
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_model/finetune/cola/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a915f4a21b384ee7cb233ac3fe9a8fc28778494c11189f6cc3f025e68866b19
3
- size 3567
 
 
 
 
lm_model/finetune/cola/vocab.json DELETED
The diff for this file is too large to render. See raw diff