Upload tokenizer
Browse files- README.md +199 -0
- merges.txt +9744 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer_config.json +22 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags: []
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
merges.txt
ADDED
@@ -0,0 +1,9744 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#version: 0.2
|
2 |
+
h e
|
3 |
+
Ġ t
|
4 |
+
Ġ a
|
5 |
+
Ġ s
|
6 |
+
Ġ w
|
7 |
+
n d
|
8 |
+
Ġt he
|
9 |
+
e d
|
10 |
+
Ġa nd
|
11 |
+
Ġt o
|
12 |
+
Ġ b
|
13 |
+
i n
|
14 |
+
Ġ h
|
15 |
+
Ġw a
|
16 |
+
r e
|
17 |
+
o u
|
18 |
+
Ġ f
|
19 |
+
i t
|
20 |
+
Ġ l
|
21 |
+
Ġ c
|
22 |
+
Ġ d
|
23 |
+
e r
|
24 |
+
Ġ he
|
25 |
+
Ġ m
|
26 |
+
Ġ p
|
27 |
+
Ġwa s
|
28 |
+
o m
|
29 |
+
Ġ T
|
30 |
+
Ġ o
|
31 |
+
a y
|
32 |
+
a r
|
33 |
+
i s
|
34 |
+
in g
|
35 |
+
i l
|
36 |
+
Ġ g
|
37 |
+
i d
|
38 |
+
a t
|
39 |
+
e n
|
40 |
+
Ġ n
|
41 |
+
Ġs a
|
42 |
+
Ġh a
|
43 |
+
Ġ S
|
44 |
+
ĠT he
|
45 |
+
a n
|
46 |
+
i m
|
47 |
+
o r
|
48 |
+
o n
|
49 |
+
Ġ it
|
50 |
+
Ġt h
|
51 |
+
l l
|
52 |
+
l e
|
53 |
+
Ġ H
|
54 |
+
Ġhe r
|
55 |
+
o t
|
56 |
+
e t
|
57 |
+
i r
|
58 |
+
ĠS he
|
59 |
+
e s
|
60 |
+
ĠH e
|
61 |
+
Ġ in
|
62 |
+
v er
|
63 |
+
u t
|
64 |
+
o w
|
65 |
+
ĠThe y
|
66 |
+
c k
|
67 |
+
Ġ e
|
68 |
+
Ġ u
|
69 |
+
l d
|
70 |
+
Ġ y
|
71 |
+
o o
|
72 |
+
Ġsa id
|
73 |
+
i g
|
74 |
+
Ġ "
|
75 |
+
il y
|
76 |
+
Ġ r
|
77 |
+
Ġb e
|
78 |
+
a m
|
79 |
+
Ġs t
|
80 |
+
Ġ I
|
81 |
+
c e
|
82 |
+
k e
|
83 |
+
Ġs he
|
84 |
+
v e
|
85 |
+
p p
|
86 |
+
it h
|
87 |
+
Ġw ith
|
88 |
+
L ily
|
89 |
+
O n
|
90 |
+
Ġo n
|
91 |
+
Ġy ou
|
92 |
+
Ġo f
|
93 |
+
k ed
|
94 |
+
r i
|
95 |
+
Ġs o
|
96 |
+
n t
|
97 |
+
Ġh is
|
98 |
+
Ġp l
|
99 |
+
a d
|
100 |
+
ver y
|
101 |
+
Ġd ay
|
102 |
+
Ġth at
|
103 |
+
Ġu p
|
104 |
+
Ġpl ay
|
105 |
+
Ġha d
|
106 |
+
s t
|
107 |
+
Ġthe y
|
108 |
+
Ġw e
|
109 |
+
Ġ Lily
|
110 |
+
Ġm om
|
111 |
+
Ġf or
|
112 |
+
Ġ B
|
113 |
+
e l
|
114 |
+
u n
|
115 |
+
ou ld
|
116 |
+
' s
|
117 |
+
m y
|
118 |
+
T he
|
119 |
+
Ġl i
|
120 |
+
c h
|
121 |
+
en t
|
122 |
+
Ġha pp
|
123 |
+
Ġwa nt
|
124 |
+
it t
|
125 |
+
Ġs h
|
126 |
+
ou t
|
127 |
+
he r
|
128 |
+
Ġd o
|
129 |
+
l y
|
130 |
+
Ġn ot
|
131 |
+
om e
|
132 |
+
s e
|
133 |
+
Ġ very
|
134 |
+
ou nd
|
135 |
+
e nd
|
136 |
+
a ll
|
137 |
+
Ġw h
|
138 |
+
im e
|
139 |
+
itt le
|
140 |
+
Ġ k
|
141 |
+
Ġt ime
|
142 |
+
Ġl ittle
|
143 |
+
a l
|
144 |
+
Ġthe re
|
145 |
+
Ġn e
|
146 |
+
h t
|
147 |
+
Ġ M
|
148 |
+
Ġ re
|
149 |
+
Ġhapp y
|
150 |
+
Ġs m
|
151 |
+
Ġb ig
|
152 |
+
Ġ is
|
153 |
+
Ġ Ċ
|
154 |
+
ĠI t
|
155 |
+
Ġb ut
|
156 |
+
a ck
|
157 |
+
Ġa n
|
158 |
+
Ġsa w
|
159 |
+
ri end
|
160 |
+
. "
|
161 |
+
Ġf riend
|
162 |
+
r y
|
163 |
+
Ġa s
|
164 |
+
r a
|
165 |
+
On e
|
166 |
+
id e
|
167 |
+
a ke
|
168 |
+
' t
|
169 |
+
! "
|
170 |
+
u g
|
171 |
+
Ġl oo
|
172 |
+
v ed
|
173 |
+
t er
|
174 |
+
Ġwe re
|
175 |
+
o re
|
176 |
+
On ce
|
177 |
+
Ġl o
|
178 |
+
e c
|
179 |
+
Ġh im
|
180 |
+
Ġto o
|
181 |
+
Ġg o
|
182 |
+
Ġb o
|
183 |
+
Ġs e
|
184 |
+
ir l
|
185 |
+
Ġa re
|
186 |
+
Ġ j
|
187 |
+
ĠT im
|
188 |
+
ar d
|
189 |
+
Ġwant ed
|
190 |
+
il l
|
191 |
+
Ġg irl
|
192 |
+
Ġup on
|
193 |
+
Ġthe m
|
194 |
+
Ġ out
|
195 |
+
Ġa t
|
196 |
+
u r
|
197 |
+
i nd
|
198 |
+
Ġthe ir
|
199 |
+
f u
|
200 |
+
Ġs p
|
201 |
+
w ay
|
202 |
+
Ġ A
|
203 |
+
Ġsm il
|
204 |
+
Ġd id
|
205 |
+
Ġc ould
|
206 |
+
he n
|
207 |
+
Ġha ve
|
208 |
+
a in
|
209 |
+
ar t
|
210 |
+
Ġe x
|
211 |
+
he d
|
212 |
+
r om
|
213 |
+
Ġw ent
|
214 |
+
Ġa r
|
215 |
+
i c
|
216 |
+
Ġc an
|
217 |
+
Ġ J
|
218 |
+
l p
|
219 |
+
fu l
|
220 |
+
ĠB en
|
221 |
+
oo d
|
222 |
+
? "
|
223 |
+
h ing
|
224 |
+
Ġfriend s
|
225 |
+
Ġn am
|
226 |
+
ig ht
|
227 |
+
Ġa ll
|
228 |
+
Ġhe lp
|
229 |
+
Ġk n
|
230 |
+
u m
|
231 |
+
on e
|
232 |
+
ar k
|
233 |
+
Ġb ack
|
234 |
+
Ġs ay
|
235 |
+
Y ou
|
236 |
+
Ġf un
|
237 |
+
Ġc l
|
238 |
+
ĠT om
|
239 |
+
a re
|
240 |
+
Ġn o
|
241 |
+
Ġl e
|
242 |
+
o p
|
243 |
+
Ġsmil ed
|
244 |
+
Ġs c
|
245 |
+
Ġnam ed
|
246 |
+
Ġa l
|
247 |
+
ou g
|
248 |
+
Ġlo ved
|
249 |
+
s ide
|
250 |
+
el t
|
251 |
+
Ġ One
|
252 |
+
Ġm an
|
253 |
+
Ġas ked
|
254 |
+
i ck
|
255 |
+
Ġto y
|
256 |
+
Ġli ke
|
257 |
+
Ġf e
|
258 |
+
Ġf elt
|
259 |
+
Ġloo ked
|
260 |
+
Ġs ome
|
261 |
+
Ġar ound
|
262 |
+
Ġse e
|
263 |
+
Ġm e
|
264 |
+
am e
|
265 |
+
om et
|
266 |
+
Ġ W
|
267 |
+
Ġr o
|
268 |
+
Ġb r
|
269 |
+
u re
|
270 |
+
ĠTim my
|
271 |
+
Ġb ir
|
272 |
+
g et
|
273 |
+
i ce
|
274 |
+
Ġbo y
|
275 |
+
Ġw ould
|
276 |
+
Ġst art
|
277 |
+
on g
|
278 |
+
à ¢
|
279 |
+
â Ĥ
|
280 |
+
âĤ ¬
|
281 |
+
s s
|
282 |
+
Ġbir d
|
283 |
+
Ġs omet
|
284 |
+
Ġf a
|
285 |
+
d d
|
286 |
+
ing s
|
287 |
+
Ġa g
|
288 |
+
Ġw or
|
289 |
+
Ġwh at
|
290 |
+
ad e
|
291 |
+
Ġm ake
|
292 |
+
k ing
|
293 |
+
, "
|
294 |
+
i e
|
295 |
+
ĠB ut
|
296 |
+
ow n
|
297 |
+
Ġt re
|
298 |
+
Ġr an
|
299 |
+
get her
|
300 |
+
Ġ You
|
301 |
+
Ġa way
|
302 |
+
a g
|
303 |
+
ar ed
|
304 |
+
Ġsay s
|
305 |
+
Ġstart ed
|
306 |
+
ou d
|
307 |
+
i f
|
308 |
+
Ġm ade
|
309 |
+
Ġc ar
|
310 |
+
Ġsomet hing
|
311 |
+
Ġto gether
|
312 |
+
it ed
|
313 |
+
t her
|
314 |
+
Ġp ark
|
315 |
+
Ġc o
|
316 |
+
Ġsa d
|
317 |
+
Ġo ther
|
318 |
+
Ġne w
|
319 |
+
Ġex c
|
320 |
+
Ġp ut
|
321 |
+
Ġf rom
|
322 |
+
Ġp r
|
323 |
+
e ll
|
324 |
+
Ġ L
|
325 |
+
Ġl a
|
326 |
+
Ġh ug
|
327 |
+
b le
|
328 |
+
Ġm u
|
329 |
+
oo k
|
330 |
+
a ch
|
331 |
+
Ġag ain
|
332 |
+
Ġh ome
|
333 |
+
Ġw hen
|
334 |
+
Ġg ood
|
335 |
+
h at
|
336 |
+
e p
|
337 |
+
Ġwh o
|
338 |
+
es t
|
339 |
+
ri ed
|
340 |
+
Ġf ound
|
341 |
+
Ġf l
|
342 |
+
Ġthe n
|
343 |
+
Ġc h
|
344 |
+
Ġd ec
|
345 |
+
pp ed
|
346 |
+
Ġwa l
|
347 |
+
a s
|
348 |
+
Ġg et
|
349 |
+
q u
|
350 |
+
Ġplay ing
|
351 |
+
oug ht
|
352 |
+
p l
|
353 |
+
Ġ E
|
354 |
+
all y
|
355 |
+
Ġs w
|
356 |
+
ou s
|
357 |
+
n n
|
358 |
+
Ġth ings
|
359 |
+
Ġexc ited
|
360 |
+
Ġli ked
|
361 |
+
Ġg ot
|
362 |
+
u ck
|
363 |
+
r o
|
364 |
+
id ed
|
365 |
+
Ġdec ided
|
366 |
+
Ġb l
|
367 |
+
a ve
|
368 |
+
Ġc ame
|
369 |
+
Ġe very
|
370 |
+
ar a
|
371 |
+
Ġyou r
|
372 |
+
Ġ D
|
373 |
+
ĠM om
|
374 |
+
a x
|
375 |
+
Ġ v
|
376 |
+
Ġsc ared
|
377 |
+
u st
|
378 |
+
Ġon e
|
379 |
+
Ġdo g
|
380 |
+
Ġd own
|
381 |
+
ou se
|
382 |
+
n y
|
383 |
+
Ġf ind
|
384 |
+
Ġc are
|
385 |
+
Ġbe c
|
386 |
+
is t
|
387 |
+
Ġth an
|
388 |
+
Ġfe el
|
389 |
+
a p
|
390 |
+
u e
|
391 |
+
u dd
|
392 |
+
nn a
|
393 |
+
Ġd ad
|
394 |
+
Ġa b
|
395 |
+
The y
|
396 |
+
Ġm y
|
397 |
+
Ġloo k
|
398 |
+
Ġ ke
|
399 |
+
ou r
|
400 |
+
Ġw ill
|
401 |
+
ar n
|
402 |
+
Ġg r
|
403 |
+
u s
|
404 |
+
nd er
|
405 |
+
Ġg ra
|
406 |
+
way s
|
407 |
+
es s
|
408 |
+
Ġdid n
|
409 |
+
Ġp o
|
410 |
+
f e
|
411 |
+
Ġal ways
|
412 |
+
Ġtoo k
|
413 |
+
Ġab out
|
414 |
+
an t
|
415 |
+
b b
|
416 |
+
Ġl ot
|
417 |
+
Ġmom my
|
418 |
+
Ġtoy s
|
419 |
+
Ġkn e
|
420 |
+
er s
|
421 |
+
is e
|
422 |
+
it e
|
423 |
+
Ġout side
|
424 |
+
Ġtre e
|
425 |
+
Ġth ought
|
426 |
+
Ġb all
|
427 |
+
Ġ F
|
428 |
+
Ġm ore
|
429 |
+
ec i
|
430 |
+
ĠS am
|
431 |
+
en ed
|
432 |
+
c hed
|
433 |
+
Ġt a
|
434 |
+
Ġo ld
|
435 |
+
Ġh o
|
436 |
+
Ġle arn
|
437 |
+
re t
|
438 |
+
Ġin t
|
439 |
+
g ed
|
440 |
+
Ġkn ow
|
441 |
+
Ġla ug
|
442 |
+
Ġt ake
|
443 |
+
eci al
|
444 |
+
Ġsp ecial
|
445 |
+
Ġs or
|
446 |
+
Ġc at
|
447 |
+
udd en
|
448 |
+
Ġkne w
|
449 |
+
ĠM ax
|
450 |
+
i ve
|
451 |
+
i a
|
452 |
+
Ġp e
|
453 |
+
Ġan y
|
454 |
+
udden ly
|
455 |
+
Ġt r
|
456 |
+
f ter
|
457 |
+
Ġh ow
|
458 |
+
m a
|
459 |
+
Ġsh ow
|
460 |
+
in k
|
461 |
+
Ġsor ry
|
462 |
+
Ġt w
|
463 |
+
B ut
|
464 |
+
Ġmu ch
|
465 |
+
a u
|
466 |
+
is h
|
467 |
+
Ġr un
|
468 |
+
a nd
|
469 |
+
Ġha nd
|
470 |
+
Ġs l
|
471 |
+
v en
|
472 |
+
Ġh ouse
|
473 |
+
Ġo r
|
474 |
+
Ġo p
|
475 |
+
Ġs k
|
476 |
+
Ġm o
|
477 |
+
Ġcl o
|
478 |
+
Ġs un
|
479 |
+
Ġint o
|
480 |
+
Ġt ried
|
481 |
+
Ġin side
|
482 |
+
at e
|
483 |
+
Ġto ld
|
484 |
+
Ġwa ter
|
485 |
+
Ġth is
|
486 |
+
Ġ en
|
487 |
+
an k
|
488 |
+
Ġ if
|
489 |
+
Ġpr oud
|
490 |
+
um p
|
491 |
+
Ġ qu
|
492 |
+
Ġo ver
|
493 |
+
Ġcould n
|
494 |
+
T om
|
495 |
+
d y
|
496 |
+
Ġg ave
|
497 |
+
Ġhe ard
|
498 |
+
ĠS ara
|
499 |
+
Ġne ver
|
500 |
+
b y
|
501 |
+
Ġe ach
|
502 |
+
a ce
|
503 |
+
Ġro om
|
504 |
+
t y
|
505 |
+
Ġex pl
|
506 |
+
ĠE very
|
507 |
+
Ġe at
|
508 |
+
ĠW e
|
509 |
+
ot her
|
510 |
+
au se
|
511 |
+
Ġp ick
|
512 |
+
i on
|
513 |
+
Ġp ret
|
514 |
+
ĠA nna
|
515 |
+
M om
|
516 |
+
Ġplay ed
|
517 |
+
g e
|
518 |
+
et ter
|
519 |
+
Ġj ust
|
520 |
+
a k
|
521 |
+
Ġhug ged
|
522 |
+
Ġg re
|
523 |
+
he re
|
524 |
+
Ġof f
|
525 |
+
Ġc om
|
526 |
+
Ġwa t
|
527 |
+
ot h
|
528 |
+
Ġbo x
|
529 |
+
Ġn ice
|
530 |
+
' m
|
531 |
+
Ġst r
|
532 |
+
Ġbec ause
|
533 |
+
Ġne ed
|
534 |
+
il e
|
535 |
+
Ġman y
|
536 |
+
Ġf o
|
537 |
+
u c
|
538 |
+
Ġj o
|
539 |
+
Ġbe ar
|
540 |
+
Ġsm all
|
541 |
+
i z
|
542 |
+
Ġb u
|
543 |
+
v ing
|
544 |
+
Ġl ong
|
545 |
+
in e
|
546 |
+
g ry
|
547 |
+
im al
|
548 |
+
or t
|
549 |
+
Ġan imal
|
550 |
+
Ġs n
|
551 |
+
oug h
|
552 |
+
Ġt ry
|
553 |
+
Ġu nt
|
554 |
+
il d
|
555 |
+
s el
|
556 |
+
ur t
|
557 |
+
Ġunt il
|
558 |
+
ĠJ ack
|
559 |
+
s ed
|
560 |
+
Ġk ind
|
561 |
+
Ġlearn ed
|
562 |
+
Ġ im
|
563 |
+
Ġlo ve
|
564 |
+
Ġb etter
|
565 |
+
f t
|
566 |
+
Ġfl ow
|
567 |
+
Ġc all
|
568 |
+
Ġd on
|
569 |
+
H e
|
570 |
+
ĠJ o
|
571 |
+
Ġe nd
|
572 |
+
Ġa d
|
573 |
+
u ll
|
574 |
+
Ġb est
|
575 |
+
v ent
|
576 |
+
Y es
|
577 |
+
ar s
|
578 |
+
ur p
|
579 |
+
ad y
|
580 |
+
e m
|
581 |
+
re am
|
582 |
+
a ut
|
583 |
+
ur n
|
584 |
+
ĠM ia
|
585 |
+
Ġc le
|
586 |
+
ĠA nd
|
587 |
+
v es
|
588 |
+
Å ĵ
|
589 |
+
ard en
|
590 |
+
Ġ C
|
591 |
+
Ġg arden
|
592 |
+
Ġfa st
|
593 |
+
Ġcare ful
|
594 |
+
b er
|
595 |
+
Ġbe aut
|
596 |
+
ll y
|
597 |
+
T h
|
598 |
+
Ġe ven
|
599 |
+
p t
|
600 |
+
Ġb ra
|
601 |
+
i es
|
602 |
+
Ġthan ked
|
603 |
+
Ġf i
|
604 |
+
ĠS o
|
605 |
+
Ġc he
|
606 |
+
Ġlaug hed
|
607 |
+
Ġsk y
|
608 |
+
Ġb y
|
609 |
+
I t
|
610 |
+
ĠH er
|
611 |
+
Ġj ump
|
612 |
+
Ġg l
|
613 |
+
a se
|
614 |
+
Ġt e
|
615 |
+
Ġl oud
|
616 |
+
sel f
|
617 |
+
in y
|
618 |
+
Ġwa y
|
619 |
+
w n
|
620 |
+
Ġbeaut i
|
621 |
+
Ġc ome
|
622 |
+
le w
|
623 |
+
Ġl ist
|
624 |
+
Ġw o
|
625 |
+
Ġbeauti ful
|
626 |
+
Ġh ard
|
627 |
+
Ġlot s
|
628 |
+
Ġr a
|
629 |
+
Ġst ill
|
630 |
+
Ġf am
|
631 |
+
Ġanimal s
|
632 |
+
Ġ â
|
633 |
+
Ġh urt
|
634 |
+
Ġu nder
|
635 |
+
ĠThe n
|
636 |
+
ec t
|
637 |
+
Ġst ay
|
638 |
+
n ing
|
639 |
+
Ġl et
|
640 |
+
c t
|
641 |
+
Ġb oth
|
642 |
+
Ġc u
|
643 |
+
ĠH is
|
644 |
+
he s
|
645 |
+
b e
|
646 |
+
Ġsa fe
|
647 |
+
ĠF rom
|
648 |
+
oo l
|
649 |
+
re e
|
650 |
+
Ġco l
|
651 |
+
Ġtw o
|
652 |
+
Ġb ad
|
653 |
+
Ġb ook
|
654 |
+
Ġim p
|
655 |
+
op le
|
656 |
+
Ġre m
|
657 |
+
an e
|
658 |
+
Ġli ved
|
659 |
+
k ay
|
660 |
+
o ck
|
661 |
+
uc y
|
662 |
+
Ġwal ked
|
663 |
+
T im
|
664 |
+
a st
|
665 |
+
urp r
|
666 |
+
Ġbra ve
|
667 |
+
Ġsh ould
|
668 |
+
Ġit s
|
669 |
+
o b
|
670 |
+
is hed
|
671 |
+
Ġan gry
|
672 |
+
Ġs urpr
|
673 |
+
Ġfam ily
|
674 |
+
re ss
|
675 |
+
ig h
|
676 |
+
W hen
|
677 |
+
Ġpe ople
|
678 |
+
Ġf lew
|
679 |
+
Ġcall ed
|
680 |
+
N o
|
681 |
+
Ġr ed
|
682 |
+
Ġst or
|
683 |
+
i p
|
684 |
+
Ġso on
|
685 |
+
Ġf in
|
686 |
+
h n
|
687 |
+
L et
|
688 |
+
l ed
|
689 |
+
Ġke pt
|
690 |
+
Ġf ore
|
691 |
+
f ore
|
692 |
+
Ġd an
|
693 |
+
Ġsh are
|
694 |
+
Ġf ly
|
695 |
+
x t
|
696 |
+
is ed
|
697 |
+
dd ed
|
698 |
+
Ġp ic
|
699 |
+
âĤ¬ â
|
700 |
+
Ġdo or
|
701 |
+
Ġgo ing
|
702 |
+
Ġ P
|
703 |
+
ĠW hen
|
704 |
+
Ġpret ty
|
705 |
+
Ġke ep
|
706 |
+
Ġn ow
|
707 |
+
Ġro ck
|
708 |
+
Ġcle an
|
709 |
+
Ġd ra
|
710 |
+
ar y
|
711 |
+
Ġad vent
|
712 |
+
um my
|
713 |
+
Ġno ise
|
714 |
+
Ġop ened
|
715 |
+
Ġsh iny
|
716 |
+
ag e
|
717 |
+
Ġexpl ore
|
718 |
+
Ġw ind
|
719 |
+
Ġdo ll
|
720 |
+
Ġc ry
|
721 |
+
Ġc on
|
722 |
+
Ġ ide
|
723 |
+
Ġbe fore
|
724 |
+
i ed
|
725 |
+
B en
|
726 |
+
il ly
|
727 |
+
Ġre al
|
728 |
+
Ġst o
|
729 |
+
s o
|
730 |
+
W hat
|
731 |
+
Ġgr ound
|
732 |
+
Ġal so
|
733 |
+
le s
|
734 |
+
Ġt urn
|
735 |
+
Ħ ¢
|
736 |
+
âĤ¬â Ħ¢
|
737 |
+
Ġe y
|
738 |
+
T hat
|
739 |
+
Ġf ar
|
740 |
+
Ġide a
|
741 |
+
Ġf r
|
742 |
+
o on
|
743 |
+
Ġno dded
|
744 |
+
Ġcol or
|
745 |
+
Ġwa r
|
746 |
+
o y
|
747 |
+
Ġfeel ing
|
748 |
+
Ġu n
|
749 |
+
Ġpick ed
|
750 |
+
im b
|
751 |
+
t h
|
752 |
+
ĠL ucy
|
753 |
+
Ġne xt
|
754 |
+
Ġwal king
|
755 |
+
t hing
|
756 |
+
t ure
|
757 |
+
ĠD ad
|
758 |
+
Ġcl imb
|
759 |
+
Ġha s
|
760 |
+
u ch
|
761 |
+
Ġm a
|
762 |
+
Ġth r
|
763 |
+
Ġwh ile
|
764 |
+
e et
|
765 |
+
Ġb ed
|
766 |
+
Ġadvent ure
|
767 |
+
Ġsmil e
|
768 |
+
k es
|
769 |
+
ay be
|
770 |
+
Th ank
|
771 |
+
ic ed
|
772 |
+
g er
|
773 |
+
i ous
|
774 |
+
Ġ G
|
775 |
+
Ġbe ing
|
776 |
+
Ġd if
|
777 |
+
Ġw r
|
778 |
+
Ġclo s
|
779 |
+
Ġf ood
|
780 |
+
j oy
|
781 |
+
t ed
|
782 |
+
Ġg ive
|
783 |
+
Ġpic ture
|
784 |
+
Ġth ink
|
785 |
+
ĠS p
|
786 |
+
Ġloo king
|
787 |
+
Ġd el
|
788 |
+
f f
|
789 |
+
a c
|
790 |
+
Ġtr uck
|
791 |
+
Ġwa it
|
792 |
+
Ġey es
|
793 |
+
ug ht
|
794 |
+
Ġto w
|
795 |
+
t ing
|
796 |
+
Ġre pl
|
797 |
+
Ġbr o
|
798 |
+
Ġsto pped
|
799 |
+
Ġlist en
|
800 |
+
Ġa fter
|
801 |
+
Ġb re
|
802 |
+
Ġo wn
|
803 |
+
Ġv o
|
804 |
+
Ġwal k
|
805 |
+
em ber
|
806 |
+
ĠS uddenly
|
807 |
+
Ġwo nder
|
808 |
+
Ġgre at
|
809 |
+
Ġhand s
|
810 |
+
S uddenly
|
811 |
+
Ġsh out
|
812 |
+
Ġhe ad
|
813 |
+
Ġen joy
|
814 |
+
Ġimp ort
|
815 |
+
Ġflow ers
|
816 |
+
Ġe ver
|
817 |
+
Ġnot iced
|
818 |
+
Ġbl ue
|
819 |
+
Ġfore st
|
820 |
+
bb it
|
821 |
+
S he
|
822 |
+
iz ed
|
823 |
+
Ġa pp
|
824 |
+
ir st
|
825 |
+
Ġne ar
|
826 |
+
Ġqu ick
|
827 |
+
Ġd is
|
828 |
+
Ġd e
|
829 |
+
a ble
|
830 |
+
Ġimport ant
|
831 |
+
Ġrem ember
|
832 |
+
Ġf ish
|
833 |
+
ll ow
|
834 |
+
Ġs ound
|
835 |
+
Ġsl ide
|
836 |
+
Ġu s
|
837 |
+
ma z
|
838 |
+
Ġrepl ied
|
839 |
+
Ġa maz
|
840 |
+
Ġa c
|
841 |
+
le ase
|
842 |
+
Ġwor k
|
843 |
+
Ġwat ch
|
844 |
+
Ġr ain
|
845 |
+
Ġshow ed
|
846 |
+
Ġra bbit
|
847 |
+
Ġo kay
|
848 |
+
g an
|
849 |
+
Ġt al
|
850 |
+
by e
|
851 |
+
fe re
|
852 |
+
bb ed
|
853 |
+
Ġas k
|
854 |
+
Ġdif fere
|
855 |
+
Ġme an
|
856 |
+
Ġr ight
|
857 |
+
Ġy e
|
858 |
+
d ay
|
859 |
+
Ġwat ched
|
860 |
+
Ġbr ight
|
861 |
+
Ġfo llow
|
862 |
+
W e
|
863 |
+
ĠSp ot
|
864 |
+
S o
|
865 |
+
Ġevery one
|
866 |
+
Ġstr ong
|
867 |
+
Ġs qu
|
868 |
+
Ġst ick
|
869 |
+
Ġu se
|
870 |
+
Ġbe en
|
871 |
+
Ġm or
|
872 |
+
Ġvo ice
|
873 |
+
Ġt ra
|
874 |
+
er ed
|
875 |
+
Ġquick ly
|
876 |
+
at h
|
877 |
+
Ġ our
|
878 |
+
Ġw here
|
879 |
+
Ġy ell
|
880 |
+
Ġ N
|
881 |
+
ĠMom my
|
882 |
+
A nna
|
883 |
+
Ġdiffere nt
|
884 |
+
ĠB ob
|
885 |
+
Ġch ild
|
886 |
+
Ġcu ri
|
887 |
+
Ġbo at
|
888 |
+
n g
|
889 |
+
Ġs ure
|
890 |
+
ĠS ue
|
891 |
+
Ġbec ame
|
892 |
+
Ġgood bye
|
893 |
+
Ġfa ce
|
894 |
+
Ġpl ace
|
895 |
+
an ge
|
896 |
+
Ġh op
|
897 |
+
Ġh igh
|
898 |
+
Ġa m
|
899 |
+
L ook
|
900 |
+
a ught
|
901 |
+
Ġ R
|
902 |
+
Ġclos er
|
903 |
+
Ġst ore
|
904 |
+
Ġwar m
|
905 |
+
Ġdo es
|
906 |
+
Ġc r
|
907 |
+
Ġd ress
|
908 |
+
S ara
|
909 |
+
un ny
|
910 |
+
Ġcuri ous
|
911 |
+
Ġm ag
|
912 |
+
il a
|
913 |
+
J o
|
914 |
+
Ġc ook
|
915 |
+
Ġbe l
|
916 |
+
Ġfor g
|
917 |
+
Ġt ell
|
918 |
+
Ġfa v
|
919 |
+
nd ma
|
920 |
+
a ss
|
921 |
+
ou nt
|
922 |
+
c o
|
923 |
+
Ġth ree
|
924 |
+
le ep
|
925 |
+
Ġn ight
|
926 |
+
Ġop en
|
927 |
+
Ġc ake
|
928 |
+
m ore
|
929 |
+
Ġhe re
|
930 |
+
Ġany more
|
931 |
+
Ġbl ock
|
932 |
+
Ġf irst
|
933 |
+
it c
|
934 |
+
Ġb us
|
935 |
+
Ġp ull
|
936 |
+
is s
|
937 |
+
a ched
|
938 |
+
H er
|
939 |
+
ir ed
|
940 |
+
Ġbut ter
|
941 |
+
Ġ z
|
942 |
+
im es
|
943 |
+
ĠT h
|
944 |
+
or n
|
945 |
+
Ġsw eet
|
946 |
+
Ġp ain
|
947 |
+
Ġk id
|
948 |
+
Ġgra bbed
|
949 |
+
C an
|
950 |
+
Ġp u
|
951 |
+
is y
|
952 |
+
Ġon ly
|
953 |
+
Ġm on
|
954 |
+
Ġle a
|
955 |
+
Ġfe ll
|
956 |
+
Ġb a
|
957 |
+
Ġr u
|
958 |
+
Ġcon t
|
959 |
+
Ġbird s
|
960 |
+
Ġjump ed
|
961 |
+
Ġgl ad
|
962 |
+
Ġb it
|
963 |
+
Ġsa nd
|
964 |
+
itc hen
|
965 |
+
Ġk itchen
|
966 |
+
Ġhelp ed
|
967 |
+
Ġse es
|
968 |
+
Ġfi re
|
969 |
+
Ġp er
|
970 |
+
Ġfl o
|
971 |
+
Ġst op
|
972 |
+
ĠSara h
|
973 |
+
Ġhapp ened
|
974 |
+
Ġs ing
|
975 |
+
Ġgra ss
|
976 |
+
Ġb unny
|
977 |
+
Ġshout ed
|
978 |
+
Ġstor y
|
979 |
+
ĠL et
|
980 |
+
Ġt ri
|
981 |
+
nt s
|
982 |
+
Ġd r
|
983 |
+
a ir
|
984 |
+
A fter
|
985 |
+
ĠJ ane
|
986 |
+
pp y
|
987 |
+
Ġre ached
|
988 |
+
Ġbe h
|
989 |
+
Ġreal ized
|
990 |
+
Ġy ummy
|
991 |
+
Ġbr other
|
992 |
+
ĠD o
|
993 |
+
Ġl ady
|
994 |
+
Ġm um
|
995 |
+
Ġha ving
|
996 |
+
Ġpr in
|
997 |
+
in s
|
998 |
+
Ġfav or
|
999 |
+
ĠA s
|
1000 |
+
' re
|
1001 |
+
Ġm ess
|
1002 |
+
Ġfavor ite
|
1003 |
+
Ġdra w
|
1004 |
+
Ġc re
|
1005 |
+
Ġre st
|
1006 |
+
Ġthr ough
|
1007 |
+
Ġg ame
|
1008 |
+
Ġh at
|
1009 |
+
Ġat e
|
1010 |
+
Ġl ess
|
1011 |
+
Ġunder st
|
1012 |
+
ak es
|
1013 |
+
ĠEvery one
|
1014 |
+
Ġso ft
|
1015 |
+
Ġp are
|
1016 |
+
z y
|
1017 |
+
Ġth ing
|
1018 |
+
Ġre ally
|
1019 |
+
at her
|
1020 |
+
Ġre ady
|
1021 |
+
Mom my
|
1022 |
+
Ġbe gan
|
1023 |
+
w here
|
1024 |
+
Ġpret end
|
1025 |
+
ĠC an
|
1026 |
+
Ġwor ld
|
1027 |
+
ĠJo e
|
1028 |
+
ĠT hat
|
1029 |
+
Ġlook s
|
1030 |
+
k en
|
1031 |
+
Ġhim self
|
1032 |
+
Ġmag ic
|
1033 |
+
fu lly
|
1034 |
+
Ġp ap
|
1035 |
+
Ġd one
|
1036 |
+
Ġbutter f
|
1037 |
+
Ġma king
|
1038 |
+
Ġc ut
|
1039 |
+
Ġcom ing
|
1040 |
+
Ġd uck
|
1041 |
+
at er
|
1042 |
+
Ġpo nd
|
1043 |
+
Ġkid s
|
1044 |
+
Ġwa ved
|
1045 |
+
Ġwh y
|
1046 |
+
Ġp rom
|
1047 |
+
Ġt ired
|
1048 |
+
Ġf ro
|
1049 |
+
Ġfi x
|
1050 |
+
o lly
|
1051 |
+
st er
|
1052 |
+
Ġm ouse
|
1053 |
+
Ġwor ry
|
1054 |
+
Ġp art
|
1055 |
+
Ġcar s
|
1056 |
+
Ġst e
|
1057 |
+
Ġdel ic
|
1058 |
+
Ġnam e
|
1059 |
+
Ġflow er
|
1060 |
+
ig n
|
1061 |
+
Ġf ill
|
1062 |
+
W ow
|
1063 |
+
a isy
|
1064 |
+
Ġto uch
|
1065 |
+
ed dy
|
1066 |
+
Ġfun ny
|
1067 |
+
Ġcat ch
|
1068 |
+
b o
|
1069 |
+
Ġu sed
|
1070 |
+
s h
|
1071 |
+
Ġse en
|
1072 |
+
Ġha ir
|
1073 |
+
ĠJo hn
|
1074 |
+
Ġta st
|
1075 |
+
i ent
|
1076 |
+
Ġto p
|
1077 |
+
Ġpare nts
|
1078 |
+
re l
|
1079 |
+
Ġan other
|
1080 |
+
Ġho ld
|
1081 |
+
Ġho pped
|
1082 |
+
Ġc ried
|
1083 |
+
i ver
|
1084 |
+
u ff
|
1085 |
+
one y
|
1086 |
+
m er
|
1087 |
+
Ġdo ing
|
1088 |
+
Ġc ool
|
1089 |
+
Ġblock s
|
1090 |
+
h y
|
1091 |
+
" .
|
1092 |
+
Ġp us
|
1093 |
+
Ġsurpr ise
|
1094 |
+
Ġl ight
|
1095 |
+
Ġgre en
|
1096 |
+
A s
|
1097 |
+
Ġthan k
|
1098 |
+
Ġless on
|
1099 |
+
Tim my
|
1100 |
+
at ion
|
1101 |
+
Ġre ad
|
1102 |
+
Ġflo or
|
1103 |
+
Ġd in
|
1104 |
+
Ġg i
|
1105 |
+
Ġw ood
|
1106 |
+
Ġf ull
|
1107 |
+
D on
|
1108 |
+
Ġd ri
|
1109 |
+
ard s
|
1110 |
+
Ġtre es
|
1111 |
+
Ġrun ning
|
1112 |
+
Ġwind ow
|
1113 |
+
Ġwor ked
|
1114 |
+
Ġye ars
|
1115 |
+
Ġc ra
|
1116 |
+
Ġd ro
|
1117 |
+
Ġ -
|
1118 |
+
Ġd ark
|
1119 |
+
Ġbeh ind
|
1120 |
+
Ġli kes
|
1121 |
+
Ġsm ell
|
1122 |
+
Ġsp ot
|
1123 |
+
Ġw ished
|
1124 |
+
Ġpap er
|
1125 |
+
u ed
|
1126 |
+
Ġyell ow
|
1127 |
+
and y
|
1128 |
+
Ġb ow
|
1129 |
+
u l
|
1130 |
+
re n
|
1131 |
+
Ġsw im
|
1132 |
+
Jo hn
|
1133 |
+
Ġhapp ily
|
1134 |
+
Ġb ag
|
1135 |
+
Ġs at
|
1136 |
+
Ġsh o
|
1137 |
+
S am
|
1138 |
+
Ġs leep
|
1139 |
+
ar ing
|
1140 |
+
Ġsurpr ised
|
1141 |
+
el y
|
1142 |
+
Ġfro g
|
1143 |
+
Ġbutterf ly
|
1144 |
+
i ke
|
1145 |
+
Ġsw ing
|
1146 |
+
Ġs et
|
1147 |
+
Ġcare fully
|
1148 |
+
ĠI n
|
1149 |
+
Ġsl ow
|
1150 |
+
Ġremember ed
|
1151 |
+
Ġlo st
|
1152 |
+
Ġco ld
|
1153 |
+
Ġhe ld
|
1154 |
+
ell o
|
1155 |
+
H ello
|
1156 |
+
Ġho le
|
1157 |
+
Ġ ice
|
1158 |
+
Ġlaug h
|
1159 |
+
re w
|
1160 |
+
Ġneed ed
|
1161 |
+
Ġbu y
|
1162 |
+
Ġper f
|
1163 |
+
Ġle ft
|
1164 |
+
on s
|
1165 |
+
Ġmo ve
|
1166 |
+
re ed
|
1167 |
+
c ess
|
1168 |
+
Ġany thing
|
1169 |
+
Ġd ream
|
1170 |
+
Ġt all
|
1171 |
+
Ġenjoy ed
|
1172 |
+
Ġwr ong
|
1173 |
+
Ġar ri
|
1174 |
+
u it
|
1175 |
+
Ġhe ar
|
1176 |
+
Ġfa ir
|
1177 |
+
Ġa ir
|
1178 |
+
Ġfollow ed
|
1179 |
+
in ally
|
1180 |
+
Ġbook s
|
1181 |
+
ro ss
|
1182 |
+
Ġe l
|
1183 |
+
Ġchild ren
|
1184 |
+
Ġh un
|
1185 |
+
Ġdelic ious
|
1186 |
+
Ġta ble
|
1187 |
+
Ġfin ished
|
1188 |
+
Ġcont in
|
1189 |
+
Ġfriend ly
|
1190 |
+
Ġd ir
|
1191 |
+
Ġh ot
|
1192 |
+
Ġsn ow
|
1193 |
+
Ġher self
|
1194 |
+
d s
|
1195 |
+
l f
|
1196 |
+
ĠA fter
|
1197 |
+
Ġh ill
|
1198 |
+
en s
|
1199 |
+
Ġunderst and
|
1200 |
+
Ġp lease
|
1201 |
+
Ġclo se
|
1202 |
+
in ed
|
1203 |
+
Ġh id
|
1204 |
+
Ġarri ved
|
1205 |
+
Ġc ast
|
1206 |
+
Ġel se
|
1207 |
+
Ġar m
|
1208 |
+
Ġba by
|
1209 |
+
Ġwonder ful
|
1210 |
+
Ġm ight
|
1211 |
+
Ġg ent
|
1212 |
+
Ġt ight
|
1213 |
+
Ġforg ot
|
1214 |
+
s p
|
1215 |
+
ie ld
|
1216 |
+
Ġb ug
|
1217 |
+
ĠS ally
|
1218 |
+
Ġcolor s
|
1219 |
+
Ġre l
|
1220 |
+
Ġbu ild
|
1221 |
+
Ġbro ken
|
1222 |
+
ĠD aisy
|
1223 |
+
Ġa ble
|
1224 |
+
Ġg one
|
1225 |
+
a v
|
1226 |
+
n er
|
1227 |
+
ĠN ow
|
1228 |
+
ĠBen ny
|
1229 |
+
ĠL ila
|
1230 |
+
Ġy es
|
1231 |
+
at ter
|
1232 |
+
Ġs ong
|
1233 |
+
The n
|
1234 |
+
i ch
|
1235 |
+
Ġwa ll
|
1236 |
+
Ġsqu ir
|
1237 |
+
Ġfill ed
|
1238 |
+
Ġag reed
|
1239 |
+
Ġsome one
|
1240 |
+
J ack
|
1241 |
+
Ġcontin ued
|
1242 |
+
ro om
|
1243 |
+
Ġcre at
|
1244 |
+
as ure
|
1245 |
+
' ll
|
1246 |
+
Ġc ount
|
1247 |
+
Ġwant s
|
1248 |
+
Ġsquir rel
|
1249 |
+
ĠE m
|
1250 |
+
Ġp ink
|
1251 |
+
Ġlea ves
|
1252 |
+
as k
|
1253 |
+
Ġen ough
|
1254 |
+
e y
|
1255 |
+
ĠThe re
|
1256 |
+
ĠTom my
|
1257 |
+
Ġli on
|
1258 |
+
F rom
|
1259 |
+
am a
|
1260 |
+
e e
|
1261 |
+
O K
|
1262 |
+
Ġmor ning
|
1263 |
+
Ġv is
|
1264 |
+
Ġmom ent
|
1265 |
+
Ġfin ally
|
1266 |
+
Ġget ting
|
1267 |
+
Ġstay ed
|
1268 |
+
Ġcook ies
|
1269 |
+
Ġbre ak
|
1270 |
+
a pp
|
1271 |
+
Ġpo in
|
1272 |
+
an ce
|
1273 |
+
Ġbe ach
|
1274 |
+
Ġ K
|
1275 |
+
Ġfe w
|
1276 |
+
ĠM aybe
|
1277 |
+
Ġsc ary
|
1278 |
+
Ġf ight
|
1279 |
+
Ġsomet imes
|
1280 |
+
r ow
|
1281 |
+
as h
|
1282 |
+
ri es
|
1283 |
+
c ed
|
1284 |
+
r ed
|
1285 |
+
Ġturn ed
|
1286 |
+
Ġhun gry
|
1287 |
+
Ġf all
|
1288 |
+
Ġdin ner
|
1289 |
+
g on
|
1290 |
+
Ġm other
|
1291 |
+
Ġgra ndma
|
1292 |
+
Ġj u
|
1293 |
+
Ġw et
|
1294 |
+
ĠW hat
|
1295 |
+
Ġamaz ing
|
1296 |
+
a pped
|
1297 |
+
Ġtry ing
|
1298 |
+
H is
|
1299 |
+
Ġc ream
|
1300 |
+
Ġdad dy
|
1301 |
+
Ġperf ect
|
1302 |
+
Ġp i
|
1303 |
+
Ġm akes
|
1304 |
+
Ġcast le
|
1305 |
+
Ġother s
|
1306 |
+
A t
|
1307 |
+
Ġclimb ed
|
1308 |
+
ke y
|
1309 |
+
ou p
|
1310 |
+
ĠTh is
|
1311 |
+
Th is
|
1312 |
+
Ġpicture s
|
1313 |
+
ic y
|
1314 |
+
Ġcom p
|
1315 |
+
am p
|
1316 |
+
Ġtal k
|
1317 |
+
Ġm et
|
1318 |
+
Ġmu s
|
1319 |
+
Ġwh ite
|
1320 |
+
o om
|
1321 |
+
Ġlist ened
|
1322 |
+
Ġsmil es
|
1323 |
+
m an
|
1324 |
+
Ġf ur
|
1325 |
+
Ġball oon
|
1326 |
+
Ġcl ot
|
1327 |
+
or ing
|
1328 |
+
ĠG ra
|
1329 |
+
Ġal one
|
1330 |
+
Ġclot hes
|
1331 |
+
Ġpo l
|
1332 |
+
ĠB illy
|
1333 |
+
l c
|
1334 |
+
Ġta il
|
1335 |
+
Ġjo y
|
1336 |
+
at ed
|
1337 |
+
r ot
|
1338 |
+
O h
|
1339 |
+
Ġpu ppy
|
1340 |
+
Ġsp l
|
1341 |
+
en ce
|
1342 |
+
Ġm ar
|
1343 |
+
Ġwas n
|
1344 |
+
Ġbr ought
|
1345 |
+
Ġde ep
|
1346 |
+
Ġevery thing
|
1347 |
+
Ġp et
|
1348 |
+
Ġse ar
|
1349 |
+
Ġstr ange
|
1350 |
+
is ter
|
1351 |
+
ct or
|
1352 |
+
Ġsp ark
|
1353 |
+
d er
|
1354 |
+
Ġs it
|
1355 |
+
Ġwood s
|
1356 |
+
Ġgr ow
|
1357 |
+
Ġpull ed
|
1358 |
+
l ing
|
1359 |
+
Ġsa il
|
1360 |
+
ĠT o
|
1361 |
+
ot t
|
1362 |
+
Ġw on
|
1363 |
+
Ġpl an
|
1364 |
+
Ġr ide
|
1365 |
+
et er
|
1366 |
+
Ġask s
|
1367 |
+
Ġfo x
|
1368 |
+
Ġp ie
|
1369 |
+
Ġdan ger
|
1370 |
+
Ġtre at
|
1371 |
+
uff y
|
1372 |
+
Ġro ll
|
1373 |
+
Ġvis it
|
1374 |
+
ĠA my
|
1375 |
+
o s
|
1376 |
+
Ġle ave
|
1377 |
+
m ed
|
1378 |
+
ĠJ en
|
1379 |
+
Ġp at
|
1380 |
+
uck y
|
1381 |
+
Ġmus ic
|
1382 |
+
Ġamaz ed
|
1383 |
+
Ġwa ited
|
1384 |
+
Ġt eddy
|
1385 |
+
Ġh ide
|
1386 |
+
m e
|
1387 |
+
an g
|
1388 |
+
e ver
|
1389 |
+
Ġtow ards
|
1390 |
+
M ax
|
1391 |
+
ow er
|
1392 |
+
Ġf ield
|
1393 |
+
Ġla nd
|
1394 |
+
Ġp re
|
1395 |
+
Ġfly ing
|
1396 |
+
z z
|
1397 |
+
Ġp en
|
1398 |
+
Ġs illy
|
1399 |
+
Ġsh ared
|
1400 |
+
Ġrun s
|
1401 |
+
ain ed
|
1402 |
+
Ġown er
|
1403 |
+
Ġcl oud
|
1404 |
+
ap e
|
1405 |
+
Ġli ving
|
1406 |
+
ug g
|
1407 |
+
Ġqu i
|
1408 |
+
am es
|
1409 |
+
Ġjo b
|
1410 |
+
Ġprom ised
|
1411 |
+
O kay
|
1412 |
+
Ġbel ie
|
1413 |
+
ig g
|
1414 |
+
Ġmor al
|
1415 |
+
Ġg u
|
1416 |
+
Ġs ide
|
1417 |
+
g s
|
1418 |
+
or m
|
1419 |
+
Ġl ake
|
1420 |
+
o l
|
1421 |
+
Ġp a
|
1422 |
+
Ġthink s
|
1423 |
+
M aybe
|
1424 |
+
ck et
|
1425 |
+
op e
|
1426 |
+
Ġpain t
|
1427 |
+
Ġs ec
|
1428 |
+
th y
|
1429 |
+
Ġs ister
|
1430 |
+
u ally
|
1431 |
+
Ġpart y
|
1432 |
+
Ġqui et
|
1433 |
+
is es
|
1434 |
+
Ġmu st
|
1435 |
+
c le
|
1436 |
+
Ġr ace
|
1437 |
+
ĠJ im
|
1438 |
+
av y
|
1439 |
+
Ġm oney
|
1440 |
+
Ġwe ar
|
1441 |
+
s w
|
1442 |
+
Ġwor ried
|
1443 |
+
as ed
|
1444 |
+
u p
|
1445 |
+
Ġan sw
|
1446 |
+
un ch
|
1447 |
+
Ġslow ly
|
1448 |
+
Ġp ot
|
1449 |
+
ec es
|
1450 |
+
Ġcolor ful
|
1451 |
+
Ġfast er
|
1452 |
+
Ġgr ate
|
1453 |
+
Ġo w
|
1454 |
+
Ġdan ce
|
1455 |
+
Ġpi eces
|
1456 |
+
Ġbr an
|
1457 |
+
Ġb ott
|
1458 |
+
Ġwe lc
|
1459 |
+
Ġbro ke
|
1460 |
+
Ġcu p
|
1461 |
+
i x
|
1462 |
+
Ġgrate ful
|
1463 |
+
Ġg if
|
1464 |
+
Ġs uch
|
1465 |
+
Ġbig ger
|
1466 |
+
z e
|
1467 |
+
Ġtra in
|
1468 |
+
p h
|
1469 |
+
f ort
|
1470 |
+
Ġsn ack
|
1471 |
+
Ġch o
|
1472 |
+
Ġre ach
|
1473 |
+
Ġbl ank
|
1474 |
+
ĠA ll
|
1475 |
+
Ġmon ster
|
1476 |
+
Ġpr o
|
1477 |
+
Ġpl ant
|
1478 |
+
Ġjo in
|
1479 |
+
Ġr iver
|
1480 |
+
Ġbl ack
|
1481 |
+
le ss
|
1482 |
+
Ġw in
|
1483 |
+
Ġc andy
|
1484 |
+
i re
|
1485 |
+
Ġblank et
|
1486 |
+
Ġsc ream
|
1487 |
+
Ġtre asure
|
1488 |
+
Ġmagic al
|
1489 |
+
e ar
|
1490 |
+
Ġ ve
|
1491 |
+
Ġprin cess
|
1492 |
+
Ġe le
|
1493 |
+
Ġsm art
|
1494 |
+
Ġb ike
|
1495 |
+
Ġdanger ous
|
1496 |
+
Ġs ign
|
1497 |
+
Ġdra gon
|
1498 |
+
Ġac ross
|
1499 |
+
Ġmon key
|
1500 |
+
S ure
|
1501 |
+
Ġb ar
|
1502 |
+
Ġevery where
|
1503 |
+
Ġmo st
|
1504 |
+
ĠDad dy
|
1505 |
+
Ġhelp ing
|
1506 |
+
Ġn ap
|
1507 |
+
Ġfar mer
|
1508 |
+
out h
|
1509 |
+
Ġe m
|
1510 |
+
Ġm outh
|
1511 |
+
W hy
|
1512 |
+
s et
|
1513 |
+
Ġdis app
|
1514 |
+
Ġwor ds
|
1515 |
+
Ġj e
|
1516 |
+
i pped
|
1517 |
+
Ġst re
|
1518 |
+
or ed
|
1519 |
+
H i
|
1520 |
+
Ġtow er
|
1521 |
+
m ing
|
1522 |
+
e ared
|
1523 |
+
Ġth rew
|
1524 |
+
Ġste pped
|
1525 |
+
Ġhe avy
|
1526 |
+
Ġdoll s
|
1527 |
+
Ġp ass
|
1528 |
+
Ġb ite
|
1529 |
+
d e
|
1530 |
+
Ġbow l
|
1531 |
+
Ġdir ty
|
1532 |
+
Ġtw ins
|
1533 |
+
Ġsa me
|
1534 |
+
Ġcry ing
|
1535 |
+
Ġbe e
|
1536 |
+
Ġsp r
|
1537 |
+
e re
|
1538 |
+
Ġdo ctor
|
1539 |
+
id ent
|
1540 |
+
ĠM olly
|
1541 |
+
Ġac c
|
1542 |
+
Ġbelie ve
|
1543 |
+
Ġwould n
|
1544 |
+
Ġb ath
|
1545 |
+
Ġhe al
|
1546 |
+
ĠF l
|
1547 |
+
ch ool
|
1548 |
+
Ġh ig
|
1549 |
+
b ble
|
1550 |
+
Ġclo sed
|
1551 |
+
Ġcar rot
|
1552 |
+
Ġhe art
|
1553 |
+
M ia
|
1554 |
+
Ġst uck
|
1555 |
+
ck ed
|
1556 |
+
Ġc our
|
1557 |
+
Ġfr uit
|
1558 |
+
Ġb uck
|
1559 |
+
Ġm in
|
1560 |
+
Ġat t
|
1561 |
+
Ġte ac
|
1562 |
+
Ġs chool
|
1563 |
+
ĠM r
|
1564 |
+
Ġbr own
|
1565 |
+
Ġhop ed
|
1566 |
+
ĠJ ill
|
1567 |
+
ask et
|
1568 |
+
it ing
|
1569 |
+
Ġs uddenly
|
1570 |
+
Ġb asket
|
1571 |
+
Ġfeel s
|
1572 |
+
Ġm ix
|
1573 |
+
Ġch air
|
1574 |
+
Ġeat ing
|
1575 |
+
Ġto wn
|
1576 |
+
Ġcour se
|
1577 |
+
Ġcr ay
|
1578 |
+
Ġcl apped
|
1579 |
+
Ġco ll
|
1580 |
+
Ġgent le
|
1581 |
+
Ġfair y
|
1582 |
+
pp ing
|
1583 |
+
Ġbut t
|
1584 |
+
Ġp ack
|
1585 |
+
vent ually
|
1586 |
+
Ġst and
|
1587 |
+
i er
|
1588 |
+
Ġdro ve
|
1589 |
+
or s
|
1590 |
+
Ġpus hed
|
1591 |
+
b r
|
1592 |
+
is sed
|
1593 |
+
Ġwelc ome
|
1594 |
+
t s
|
1595 |
+
Ġsw ings
|
1596 |
+
Ġwith out
|
1597 |
+
Ġhig her
|
1598 |
+
Ġto day
|
1599 |
+
Ġne igh
|
1600 |
+
Ġpo cket
|
1601 |
+
or row
|
1602 |
+
Ġh it
|
1603 |
+
Ġteac her
|
1604 |
+
Ġneigh b
|
1605 |
+
Ġp ers
|
1606 |
+
or d
|
1607 |
+
Ġsm o
|
1608 |
+
Ġg ames
|
1609 |
+
our n
|
1610 |
+
Ġpie ce
|
1611 |
+
ra ct
|
1612 |
+
Ġche ered
|
1613 |
+
Ġw ings
|
1614 |
+
Ġfor get
|
1615 |
+
Ġb en
|
1616 |
+
Ġexpl ained
|
1617 |
+
Ġj ourn
|
1618 |
+
Ġy ard
|
1619 |
+
Ġlong er
|
1620 |
+
Ġf ree
|
1621 |
+
F inally
|
1622 |
+
i ble
|
1623 |
+
Ġc orn
|
1624 |
+
Ġacc ident
|
1625 |
+
h o
|
1626 |
+
e ad
|
1627 |
+
Ġd ry
|
1628 |
+
Ġal ong
|
1629 |
+
um b
|
1630 |
+
ĠM ary
|
1631 |
+
m ent
|
1632 |
+
c y
|
1633 |
+
Ġno ises
|
1634 |
+
itt ing
|
1635 |
+
Ġne ck
|
1636 |
+
Ġsa ng
|
1637 |
+
Ġin st
|
1638 |
+
Ġl ate
|
1639 |
+
Ġhapp en
|
1640 |
+
Ġthr ow
|
1641 |
+
Ġhug s
|
1642 |
+
L ila
|
1643 |
+
Ġyou ng
|
1644 |
+
Ġturn s
|
1645 |
+
Ġstor ies
|
1646 |
+
ve l
|
1647 |
+
Ġsho es
|
1648 |
+
ph ant
|
1649 |
+
Ġl on
|
1650 |
+
Ġm iss
|
1651 |
+
Ġadventure s
|
1652 |
+
Ġsing ing
|
1653 |
+
Ġtr ou
|
1654 |
+
Ġwe ll
|
1655 |
+
Ġse a
|
1656 |
+
Ġl unch
|
1657 |
+
Ġapp le
|
1658 |
+
Ġup set
|
1659 |
+
Ġlon ely
|
1660 |
+
Ġke y
|
1661 |
+
c hes
|
1662 |
+
Ġbel ong
|
1663 |
+
bb y
|
1664 |
+
ou n
|
1665 |
+
Ġd ist
|
1666 |
+
Ġsec ret
|
1667 |
+
Ġstre et
|
1668 |
+
Ġpl ac
|
1669 |
+
Ġele phant
|
1670 |
+
Ġto m
|
1671 |
+
Ġw ish
|
1672 |
+
Ġf ence
|
1673 |
+
Ġm ine
|
1674 |
+
ount ain
|
1675 |
+
Ġm at
|
1676 |
+
e k
|
1677 |
+
Ġsh ap
|
1678 |
+
Ġsh ook
|
1679 |
+
Ġexpl oring
|
1680 |
+
Ġmo ved
|
1681 |
+
Ġp urp
|
1682 |
+
Ġye ar
|
1683 |
+
aught y
|
1684 |
+
Ġnear by
|
1685 |
+
Ġn aughty
|
1686 |
+
Ġst ar
|
1687 |
+
Ġs oup
|
1688 |
+
Ġsh op
|
1689 |
+
Ġw ise
|
1690 |
+
ĠGra ndma
|
1691 |
+
Ġst ars
|
1692 |
+
Ġow l
|
1693 |
+
Ġbr ing
|
1694 |
+
fu sed
|
1695 |
+
Ġj ar
|
1696 |
+
b ow
|
1697 |
+
D o
|
1698 |
+
ock ed
|
1699 |
+
Ġin v
|
1700 |
+
Ġex p
|
1701 |
+
Ġw he
|
1702 |
+
y ard
|
1703 |
+
Ġc aught
|
1704 |
+
Ġs u
|
1705 |
+
w ard
|
1706 |
+
Ġback yard
|
1707 |
+
Ġsee med
|
1708 |
+
a il
|
1709 |
+
Ġ es
|
1710 |
+
Ġrel ie
|
1711 |
+
Ġdro pped
|
1712 |
+
Ġp h
|
1713 |
+
Ġrock s
|
1714 |
+
ĠEm ma
|
1715 |
+
aught er
|
1716 |
+
ll o
|
1717 |
+
Ġ 3
|
1718 |
+
us h
|
1719 |
+
Ġdr ink
|
1720 |
+
Ġbuck et
|
1721 |
+
Ġd es
|
1722 |
+
Ġc a
|
1723 |
+
ad ow
|
1724 |
+
c es
|
1725 |
+
Ġpurp le
|
1726 |
+
Ġsw am
|
1727 |
+
Ġfar m
|
1728 |
+
Ġre sp
|
1729 |
+
Ġta king
|
1730 |
+
Ġma il
|
1731 |
+
Ġor ange
|
1732 |
+
Ġth ough
|
1733 |
+
ion s
|
1734 |
+
A nd
|
1735 |
+
Ġshap es
|
1736 |
+
Ġp ast
|
1737 |
+
co l
|
1738 |
+
Ġc ow
|
1739 |
+
Ġst u
|
1740 |
+
ĠTh ank
|
1741 |
+
Ġwo ke
|
1742 |
+
Ġben ch
|
1743 |
+
Ġsound s
|
1744 |
+
Ġa f
|
1745 |
+
un g
|
1746 |
+
it y
|
1747 |
+
s y
|
1748 |
+
Ġwonder ed
|
1749 |
+
Ġbus y
|
1750 |
+
Ġf it
|
1751 |
+
Ġt iny
|
1752 |
+
Ġo b
|
1753 |
+
Ġno se
|
1754 |
+
Ġs itting
|
1755 |
+
Ġn est
|
1756 |
+
Ġrain bow
|
1757 |
+
es e
|
1758 |
+
Ġd aughter
|
1759 |
+
Ġta kes
|
1760 |
+
Ġm ark
|
1761 |
+
Ġm ad
|
1762 |
+
f ish
|
1763 |
+
Ġc ou
|
1764 |
+
Ġk ite
|
1765 |
+
t o
|
1766 |
+
Ġ O
|
1767 |
+
re ad
|
1768 |
+
Ġhold ing
|
1769 |
+
w eet
|
1770 |
+
Ġnot hing
|
1771 |
+
Ġcom es
|
1772 |
+
Ġju ice
|
1773 |
+
Ġarm s
|
1774 |
+
th day
|
1775 |
+
Ġp ig
|
1776 |
+
Ġco at
|
1777 |
+
o g
|
1778 |
+
ĠFl uffy
|
1779 |
+
in ing
|
1780 |
+
Ġc ir
|
1781 |
+
ĠIn side
|
1782 |
+
Ġbran ch
|
1783 |
+
ra id
|
1784 |
+
Ġrelie ved
|
1785 |
+
pp er
|
1786 |
+
Ġaf raid
|
1787 |
+
c ing
|
1788 |
+
o se
|
1789 |
+
id ge
|
1790 |
+
Ġdri ver
|
1791 |
+
Ġm il
|
1792 |
+
Ġfore ver
|
1793 |
+
ver ed
|
1794 |
+
Ġsp oon
|
1795 |
+
Ġcut e
|
1796 |
+
Ġcar ry
|
1797 |
+
Ġgif t
|
1798 |
+
Ġs ick
|
1799 |
+
Ġb oun
|
1800 |
+
Ġli ft
|
1801 |
+
st ing
|
1802 |
+
Ġpe ace
|
1803 |
+
O f
|
1804 |
+
Ġprom ise
|
1805 |
+
our s
|
1806 |
+
ĠF inally
|
1807 |
+
Ġhug e
|
1808 |
+
Ġa ct
|
1809 |
+
Ġto u
|
1810 |
+
Ġtou ched
|
1811 |
+
Ġpat ient
|
1812 |
+
u nt
|
1813 |
+
Ġk ing
|
1814 |
+
Ġr ound
|
1815 |
+
c er
|
1816 |
+
s c
|
1817 |
+
Ġhe llo
|
1818 |
+
ĠC ome
|
1819 |
+
Ġbir thday
|
1820 |
+
Ġf ing
|
1821 |
+
Ġl etter
|
1822 |
+
Ġgra b
|
1823 |
+
Ġint ere
|
1824 |
+
Ġexc iting
|
1825 |
+
le t
|
1826 |
+
Ġsun ny
|
1827 |
+
Ġche ese
|
1828 |
+
et h
|
1829 |
+
Ġon to
|
1830 |
+
Ġlaug hing
|
1831 |
+
Ġday s
|
1832 |
+
bo ard
|
1833 |
+
Ġjourn ey
|
1834 |
+
Ġg igg
|
1835 |
+
Ġb and
|
1836 |
+
Ġcreat ure
|
1837 |
+
Ġdis co
|
1838 |
+
ĠM ama
|
1839 |
+
itt ens
|
1840 |
+
Ġbre ad
|
1841 |
+
He y
|
1842 |
+
ar p
|
1843 |
+
Ġre t
|
1844 |
+
Ġim ag
|
1845 |
+
p ed
|
1846 |
+
sh ine
|
1847 |
+
Ġli fe
|
1848 |
+
Ġk ick
|
1849 |
+
Ġbus h
|
1850 |
+
g ged
|
1851 |
+
Ġhop e
|
1852 |
+
Ġp ower
|
1853 |
+
Ġcra w
|
1854 |
+
Ġshe ll
|
1855 |
+
Ġco zy
|
1856 |
+
Ġswim ming
|
1857 |
+
Tom my
|
1858 |
+
Ġin c
|
1859 |
+
Ġbott le
|
1860 |
+
Ġm ist
|
1861 |
+
Ġsh arp
|
1862 |
+
Ġw ra
|
1863 |
+
g g
|
1864 |
+
Ġs uc
|
1865 |
+
Ġcom fort
|
1866 |
+
Ġinst ead
|
1867 |
+
Ġwh ist
|
1868 |
+
Ġmil k
|
1869 |
+
Ġwatch ing
|
1870 |
+
Ġret urn
|
1871 |
+
Ġe ar
|
1872 |
+
n ess
|
1873 |
+
Ġsp in
|
1874 |
+
al m
|
1875 |
+
Ġaccident ally
|
1876 |
+
Ġe as
|
1877 |
+
Ġsun shine
|
1878 |
+
t en
|
1879 |
+
ĠSo on
|
1880 |
+
Ġc ave
|
1881 |
+
p a
|
1882 |
+
ĠSam my
|
1883 |
+
Ġsp o
|
1884 |
+
Ġput s
|
1885 |
+
Ġl ucky
|
1886 |
+
Ġtal ked
|
1887 |
+
Ġh oney
|
1888 |
+
Ġp udd
|
1889 |
+
Ġpoin ted
|
1890 |
+
Ġgi ves
|
1891 |
+
Ġcoll ect
|
1892 |
+
Ġg ather
|
1893 |
+
it ch
|
1894 |
+
Ġro ad
|
1895 |
+
Ġ ent
|
1896 |
+
L ater
|
1897 |
+
Ġsmil ing
|
1898 |
+
Ġb ought
|
1899 |
+
Ġany one
|
1900 |
+
Ġh or
|
1901 |
+
Ġsear ched
|
1902 |
+
Ġl ater
|
1903 |
+
Ġc e
|
1904 |
+
Ġf an
|
1905 |
+
Ġsand w
|
1906 |
+
b all
|
1907 |
+
r ound
|
1908 |
+
itt en
|
1909 |
+
Ġapp les
|
1910 |
+
el s
|
1911 |
+
ble m
|
1912 |
+
ir t
|
1913 |
+
Ġpro blem
|
1914 |
+
Ġme et
|
1915 |
+
iz e
|
1916 |
+
B ob
|
1917 |
+
Ġm ach
|
1918 |
+
L ucy
|
1919 |
+
Ġw om
|
1920 |
+
Ġlo ves
|
1921 |
+
Ġintere sting
|
1922 |
+
G ood
|
1923 |
+
Åĵ I
|
1924 |
+
Ġwom an
|
1925 |
+
Ġpl ane
|
1926 |
+
ĠT weet
|
1927 |
+
Ġk iss
|
1928 |
+
Ġpre s
|
1929 |
+
Ġheal thy
|
1930 |
+
e b
|
1931 |
+
Ġp ile
|
1932 |
+
Ġtast y
|
1933 |
+
Ġduck s
|
1934 |
+
u b
|
1935 |
+
Ġv ill
|
1936 |
+
ĠJim my
|
1937 |
+
o ve
|
1938 |
+
Ġw ide
|
1939 |
+
on t
|
1940 |
+
am ed
|
1941 |
+
a ur
|
1942 |
+
Ġad m
|
1943 |
+
Ġe ag
|
1944 |
+
Ġsp id
|
1945 |
+
Ġcle ver
|
1946 |
+
Ġcray ons
|
1947 |
+
Ġpr ot
|
1948 |
+
Ġm atter
|
1949 |
+
Ġtrou ble
|
1950 |
+
er ly
|
1951 |
+
nd pa
|
1952 |
+
Ġz oom
|
1953 |
+
Ġcloud s
|
1954 |
+
ow ed
|
1955 |
+
ĠW ith
|
1956 |
+
Ġstor m
|
1957 |
+
Ġpers on
|
1958 |
+
Ġp ath
|
1959 |
+
ck s
|
1960 |
+
Ġp ill
|
1961 |
+
Ġfe ather
|
1962 |
+
Ġr ope
|
1963 |
+
Ġp op
|
1964 |
+
Ġsh ining
|
1965 |
+
Ġprot ect
|
1966 |
+
Ġsmell ed
|
1967 |
+
Ġfr ont
|
1968 |
+
Ġh on
|
1969 |
+
Ġbutt on
|
1970 |
+
Ġp ract
|
1971 |
+
Ġspot ted
|
1972 |
+
Ġscream ed
|
1973 |
+
Ġz oo
|
1974 |
+
Ġmin ut
|
1975 |
+
ĠE ll
|
1976 |
+
Ġpres ent
|
1977 |
+
C ome
|
1978 |
+
Ġa p
|
1979 |
+
Ġmu d
|
1980 |
+
Ġv al
|
1981 |
+
Ġresp ect
|
1982 |
+
Ġsa f
|
1983 |
+
Ġdan ced
|
1984 |
+
Ġche er
|
1985 |
+
Ġor gan
|
1986 |
+
J im
|
1987 |
+
Ġp ar
|
1988 |
+
Ġqu est
|
1989 |
+
o nd
|
1990 |
+
Ġapp eared
|
1991 |
+
Ġwh ich
|
1992 |
+
Ġpu zz
|
1993 |
+
Ġse at
|
1994 |
+
M olly
|
1995 |
+
Ġte ach
|
1996 |
+
Ġmy ster
|
1997 |
+
Ġsnow man
|
1998 |
+
J ust
|
1999 |
+
is a
|
2000 |
+
Ġsn ake
|
2001 |
+
Ġth in
|
2002 |
+
er t
|
2003 |
+
a le
|
2004 |
+
Ġw ild
|
2005 |
+
Ġas leep
|
2006 |
+
Ġlove ly
|
2007 |
+
Ġs ur
|
2008 |
+
Ġansw er
|
2009 |
+
ep end
|
2010 |
+
Ġwe aring
|
2011 |
+
Ġgent ly
|
2012 |
+
Ġneighb or
|
2013 |
+
oo se
|
2014 |
+
M um
|
2015 |
+
Ġb ark
|
2016 |
+
Ġhor se
|
2017 |
+
Ġgi ant
|
2018 |
+
Ġplac es
|
2019 |
+
Ġgo es
|
2020 |
+
Ġwho le
|
2021 |
+
omet imes
|
2022 |
+
Ġsear ch
|
2023 |
+
Ġspl as
|
2024 |
+
E very
|
2025 |
+
S t
|
2026 |
+
Ġcorn er
|
2027 |
+
Ġimp ress
|
2028 |
+
ul ar
|
2029 |
+
Ġdir t
|
2030 |
+
Ġm ed
|
2031 |
+
Ġsh r
|
2032 |
+
e en
|
2033 |
+
Ġtri es
|
2034 |
+
Ġtri p
|
2035 |
+
Ġcon fused
|
2036 |
+
ĠEm ily
|
2037 |
+
Ġli ve
|
2038 |
+
Ġm ind
|
2039 |
+
Ġd i
|
2040 |
+
at o
|
2041 |
+
l a
|
2042 |
+
Ġroll ed
|
2043 |
+
Ġc ard
|
2044 |
+
Ġsl id
|
2045 |
+
Ġtast ed
|
2046 |
+
n ic
|
2047 |
+
ce an
|
2048 |
+
Ġas h
|
2049 |
+
Ġo cean
|
2050 |
+
I n
|
2051 |
+
Ġsu pp
|
2052 |
+
Ġforg ive
|
2053 |
+
Ġpic nic
|
2054 |
+
Ġru de
|
2055 |
+
Ġmach ine
|
2056 |
+
e x
|
2057 |
+
Ġsp ent
|
2058 |
+
ĠG o
|
2059 |
+
Ġdri ve
|
2060 |
+
Ġte eth
|
2061 |
+
Ġs er
|
2062 |
+
ss ed
|
2063 |
+
itt y
|
2064 |
+
Ġph one
|
2065 |
+
ĠH ow
|
2066 |
+
Ġo ven
|
2067 |
+
Ġp an
|
2068 |
+
Ġp our
|
2069 |
+
Ġla st
|
2070 |
+
Ġc alm
|
2071 |
+
Ġpretend ed
|
2072 |
+
Ġdel ight
|
2073 |
+
Ġcook ie
|
2074 |
+
Ġfur ry
|
2075 |
+
Ġspid er
|
2076 |
+
iz z
|
2077 |
+
Ġfe et
|
2078 |
+
Ġfa ces
|
2079 |
+
un k
|
2080 |
+
Ġl ay
|
2081 |
+
Ġwor m
|
2082 |
+
Ġr ing
|
2083 |
+
ĠC h
|
2084 |
+
Ġre c
|
2085 |
+
um ber
|
2086 |
+
Ġhelp ful
|
2087 |
+
Ġl ad
|
2088 |
+
ĠM ittens
|
2089 |
+
Ġe ventually
|
2090 |
+
Ġw ip
|
2091 |
+
Ġch ick
|
2092 |
+
Ġwa ve
|
2093 |
+
Ġm ountain
|
2094 |
+
Ġsa l
|
2095 |
+
Ġb an
|
2096 |
+
Ġem b
|
2097 |
+
Ġtal king
|
2098 |
+
on es
|
2099 |
+
Ġro b
|
2100 |
+
Ġfo ld
|
2101 |
+
Ġsh y
|
2102 |
+
Ġc art
|
2103 |
+
Ġtom orrow
|
2104 |
+
Ġs el
|
2105 |
+
Ġcho col
|
2106 |
+
Ġt id
|
2107 |
+
ĠJen ny
|
2108 |
+
Ġsp read
|
2109 |
+
Ġvill age
|
2110 |
+
ar ge
|
2111 |
+
if e
|
2112 |
+
Ġrem ind
|
2113 |
+
Ġ ign
|
2114 |
+
Ġbu bble
|
2115 |
+
Ġt un
|
2116 |
+
Ġco in
|
2117 |
+
Ġfo ot
|
2118 |
+
Ġcou ch
|
2119 |
+
Ġwr ite
|
2120 |
+
Ġlad der
|
2121 |
+
Ġbuild ing
|
2122 |
+
Ġpus h
|
2123 |
+
Ġfight ing
|
2124 |
+
Ġsmo oth
|
2125 |
+
Ġtreat s
|
2126 |
+
h ile
|
2127 |
+
Ġw ore
|
2128 |
+
Ġch ased
|
2129 |
+
Ġtoo l
|
2130 |
+
ig hed
|
2131 |
+
Ġb lew
|
2132 |
+
Ġst ret
|
2133 |
+
le x
|
2134 |
+
M y
|
2135 |
+
S oon
|
2136 |
+
ar ra
|
2137 |
+
Ġbug s
|
2138 |
+
Ġemb arra
|
2139 |
+
Ġhid ing
|
2140 |
+
Ġp ool
|
2141 |
+
Ġc ross
|
2142 |
+
Ġwait ing
|
2143 |
+
op h
|
2144 |
+
Ġkne e
|
2145 |
+
Ġrob ot
|
2146 |
+
Ġneck l
|
2147 |
+
Ġst ep
|
2148 |
+
Ġpudd le
|
2149 |
+
m o
|
2150 |
+
Ġfin ish
|
2151 |
+
Ġshe lf
|
2152 |
+
Ġbe ll
|
2153 |
+
Ġc oo
|
2154 |
+
n ot
|
2155 |
+
al s
|
2156 |
+
Ġsong s
|
2157 |
+
Ġst ir
|
2158 |
+
at or
|
2159 |
+
Ġwhen ever
|
2160 |
+
Ġsel fish
|
2161 |
+
Ġa nt
|
2162 |
+
Ġm aybe
|
2163 |
+
Ġcan not
|
2164 |
+
Ġstr ing
|
2165 |
+
Ġst ra
|
2166 |
+
Ġchocol ate
|
2167 |
+
ul t
|
2168 |
+
Ġso l
|
2169 |
+
Ġtast e
|
2170 |
+
Ġsp e
|
2171 |
+
Ġre p
|
2172 |
+
Ġh um
|
2173 |
+
Ġp le
|
2174 |
+
Ġl arge
|
2175 |
+
M ama
|
2176 |
+
Ġpa w
|
2177 |
+
Ġn et
|
2178 |
+
ĠJ ake
|
2179 |
+
bo x
|
2180 |
+
Ġsa ck
|
2181 |
+
Ġlea f
|
2182 |
+
Ġsc ar
|
2183 |
+
Ġfix ed
|
2184 |
+
ĠS t
|
2185 |
+
le br
|
2186 |
+
Ġbar ked
|
2187 |
+
Ġtid y
|
2188 |
+
ump y
|
2189 |
+
Ġban an
|
2190 |
+
Ġwas h
|
2191 |
+
ĠEvery where
|
2192 |
+
ĠS ometimes
|
2193 |
+
Ġspr ay
|
2194 |
+
Ġst one
|
2195 |
+
o ld
|
2196 |
+
ĠJ ust
|
2197 |
+
h nn
|
2198 |
+
Ġce lebr
|
2199 |
+
Ġg en
|
2200 |
+
Ġcl oth
|
2201 |
+
P lease
|
2202 |
+
Ġcra b
|
2203 |
+
ĠL e
|
2204 |
+
D ad
|
2205 |
+
Ġpeace ful
|
2206 |
+
Ġcol our
|
2207 |
+
ung le
|
2208 |
+
ĠP lease
|
2209 |
+
hnn y
|
2210 |
+
Ġhe l
|
2211 |
+
ir d
|
2212 |
+
o in
|
2213 |
+
l ice
|
2214 |
+
Ġm issed
|
2215 |
+
Ġd eter
|
2216 |
+
Ġj ungle
|
2217 |
+
Ġ '
|
2218 |
+
ig er
|
2219 |
+
ar m
|
2220 |
+
N ow
|
2221 |
+
Ġland ed
|
2222 |
+
Ġdeter m
|
2223 |
+
Ġfor ward
|
2224 |
+
Ġembarra ssed
|
2225 |
+
Ġneckl ace
|
2226 |
+
Sara h
|
2227 |
+
Ġhon est
|
2228 |
+
Ġjump ing
|
2229 |
+
air s
|
2230 |
+
ell y
|
2231 |
+
Ġb at
|
2232 |
+
ĠThe ir
|
2233 |
+
Ġdec or
|
2234 |
+
d ge
|
2235 |
+
Ġtr ust
|
2236 |
+
Ġhe ars
|
2237 |
+
Ġmo on
|
2238 |
+
or ry
|
2239 |
+
Ġstick s
|
2240 |
+
ĠT V
|
2241 |
+
Ġsh irt
|
2242 |
+
Ġcreat ive
|
2243 |
+
Ġsh aring
|
2244 |
+
a king
|
2245 |
+
Ġte a
|
2246 |
+
mo st
|
2247 |
+
Ġkn ocked
|
2248 |
+
Ġcarrot s
|
2249 |
+
Ġdisapp oin
|
2250 |
+
Ġsuc cess
|
2251 |
+
Ġme adow
|
2252 |
+
y ing
|
2253 |
+
get able
|
2254 |
+
Ġwh is
|
2255 |
+
Ġst ood
|
2256 |
+
Ġgen er
|
2257 |
+
Ġve getable
|
2258 |
+
Ġb al
|
2259 |
+
ĠD on
|
2260 |
+
Ġme ant
|
2261 |
+
Ġle gs
|
2262 |
+
Ġtight ly
|
2263 |
+
Ġbre ath
|
2264 |
+
Ġpl ate
|
2265 |
+
Ġal most
|
2266 |
+
Ġash amed
|
2267 |
+
n ed
|
2268 |
+
Ġem p
|
2269 |
+
Ġs our
|
2270 |
+
Ġgr ay
|
2271 |
+
d le
|
2272 |
+
Ġgre w
|
2273 |
+
Ġtell s
|
2274 |
+
Ġemp ty
|
2275 |
+
ĠS ome
|
2276 |
+
Ġpill ow
|
2277 |
+
g round
|
2278 |
+
on y
|
2279 |
+
Ġg as
|
2280 |
+
Ġspl ash
|
2281 |
+
Ġwhist le
|
2282 |
+
Ġ On
|
2283 |
+
i an
|
2284 |
+
Ġunderst ood
|
2285 |
+
B e
|
2286 |
+
Ġshe ep
|
2287 |
+
Ġb er
|
2288 |
+
Ġcar ried
|
2289 |
+
d en
|
2290 |
+
ĠL isa
|
2291 |
+
Ġyell ed
|
2292 |
+
ĠW hy
|
2293 |
+
T o
|
2294 |
+
Ġle m
|
2295 |
+
ĠT eddy
|
2296 |
+
ust r
|
2297 |
+
ar l
|
2298 |
+
ĠA nn
|
2299 |
+
Ġno ds
|
2300 |
+
er p
|
2301 |
+
v ous
|
2302 |
+
Ġsa ve
|
2303 |
+
Ġpol ice
|
2304 |
+
Ġdisappoin ted
|
2305 |
+
Ġsnack s
|
2306 |
+
Ġh ours
|
2307 |
+
Ġn ut
|
2308 |
+
it al
|
2309 |
+
Ġwhis p
|
2310 |
+
Ġje w
|
2311 |
+
W here
|
2312 |
+
Ġthe se
|
2313 |
+
h in
|
2314 |
+
or k
|
2315 |
+
Ġho sp
|
2316 |
+
et s
|
2317 |
+
Ġspark ly
|
2318 |
+
Ġgo ld
|
2319 |
+
Ġhosp ital
|
2320 |
+
Ġk itten
|
2321 |
+
ĠE ven
|
2322 |
+
ĠM um
|
2323 |
+
Ġsh ip
|
2324 |
+
Ġp ay
|
2325 |
+
in a
|
2326 |
+
o bby
|
2327 |
+
ĠTo gether
|
2328 |
+
Ġb ored
|
2329 |
+
ur se
|
2330 |
+
Ġl ine
|
2331 |
+
Ġgener ous
|
2332 |
+
Ġfr ustr
|
2333 |
+
Ġt est
|
2334 |
+
Ġhid den
|
2335 |
+
Ġta ught
|
2336 |
+
Ġstand ing
|
2337 |
+
Ġr ad
|
2338 |
+
Ġscar f
|
2339 |
+
if f
|
2340 |
+
Ġche w
|
2341 |
+
Ġreturn ed
|
2342 |
+
Ġminut es
|
2343 |
+
Ġp izz
|
2344 |
+
Ġknow ing
|
2345 |
+
Ġgr oup
|
2346 |
+
Ġh ur
|
2347 |
+
Ġplant s
|
2348 |
+
Ġeas y
|
2349 |
+
Ġbl ow
|
2350 |
+
Ġbed room
|
2351 |
+
Ġpol ite
|
2352 |
+
Ġmyster ious
|
2353 |
+
Ġwa ves
|
2354 |
+
Ġgl ass
|
2355 |
+
Ġs ighed
|
2356 |
+
Ġsh ore
|
2357 |
+
Ġp ri
|
2358 |
+
Ġse ed
|
2359 |
+
Ġwo lf
|
2360 |
+
us ie
|
2361 |
+
Ġsee k
|
2362 |
+
Ġdeterm ined
|
2363 |
+
ĠP eter
|
2364 |
+
k in
|
2365 |
+
St op
|
2366 |
+
Ġpuzz le
|
2367 |
+
Ġpower ful
|
2368 |
+
Ġthank ful
|
2369 |
+
J ane
|
2370 |
+
f l
|
2371 |
+
Ġcl ass
|
2372 |
+
Ġn er
|
2373 |
+
ĠB e
|
2374 |
+
Ġp ir
|
2375 |
+
Ġsandw ich
|
2376 |
+
Ġf ig
|
2377 |
+
Ġsleep y
|
2378 |
+
Ġprin ce
|
2379 |
+
Ġpass ed
|
2380 |
+
Ġd rew
|
2381 |
+
' d
|
2382 |
+
Ġfing er
|
2383 |
+
Ġj elly
|
2384 |
+
Ġpizz a
|
2385 |
+
Ġner vous
|
2386 |
+
Ġfrustr ated
|
2387 |
+
Ġsp icy
|
2388 |
+
Ġg un
|
2389 |
+
Ġspo il
|
2390 |
+
Ġmat ch
|
2391 |
+
Ġfan cy
|
2392 |
+
Ġmess y
|
2393 |
+
os aur
|
2394 |
+
w ork
|
2395 |
+
Ġg ate
|
2396 |
+
The re
|
2397 |
+
Ġbr idge
|
2398 |
+
Ġlo ck
|
2399 |
+
Ġk issed
|
2400 |
+
Ġt ick
|
2401 |
+
au l
|
2402 |
+
Ġclos et
|
2403 |
+
Ġfe ar
|
2404 |
+
Ġre g
|
2405 |
+
a f
|
2406 |
+
Ġfe ed
|
2407 |
+
Ġm ot
|
2408 |
+
Ġso ld
|
2409 |
+
Ġw is
|
2410 |
+
Ġgather ed
|
2411 |
+
oo p
|
2412 |
+
Ġa v
|
2413 |
+
Ġexc ite
|
2414 |
+
Ġpo or
|
2415 |
+
Ġcir c
|
2416 |
+
ot e
|
2417 |
+
Ġha ng
|
2418 |
+
Ġcat erp
|
2419 |
+
Ġcaterp ill
|
2420 |
+
Ġes c
|
2421 |
+
Ġfl ag
|
2422 |
+
Ġp in
|
2423 |
+
Ġgr umpy
|
2424 |
+
Ġv an
|
2425 |
+
id dle
|
2426 |
+
ell a
|
2427 |
+
Ġdin osaur
|
2428 |
+
Ġyour self
|
2429 |
+
an o
|
2430 |
+
iss ors
|
2431 |
+
u ce
|
2432 |
+
Ġansw ered
|
2433 |
+
Ġc ries
|
2434 |
+
A re
|
2435 |
+
Ġof ten
|
2436 |
+
itt er
|
2437 |
+
Ġ Z
|
2438 |
+
Ġtw irl
|
2439 |
+
sel ves
|
2440 |
+
Ġche st
|
2441 |
+
s ist
|
2442 |
+
Ġsc issors
|
2443 |
+
Ġho pping
|
2444 |
+
Ġte ars
|
2445 |
+
p ack
|
2446 |
+
g ly
|
2447 |
+
m b
|
2448 |
+
S orry
|
2449 |
+
Ġm ummy
|
2450 |
+
ĠR ex
|
2451 |
+
Ġu gly
|
2452 |
+
er a
|
2453 |
+
Ġb urn
|
2454 |
+
Ġc and
|
2455 |
+
ens ive
|
2456 |
+
Ġde er
|
2457 |
+
Ġdr op
|
2458 |
+
ill ed
|
2459 |
+
Ġf il
|
2460 |
+
Ġexcite ment
|
2461 |
+
iz zy
|
2462 |
+
Ġcaterpill ar
|
2463 |
+
Ġl it
|
2464 |
+
Ġwor king
|
2465 |
+
Ġm iddle
|
2466 |
+
Ġexp ensive
|
2467 |
+
Ġsc r
|
2468 |
+
Ġsa ved
|
2469 |
+
Ġta ken
|
2470 |
+
ĠB r
|
2471 |
+
Ġo k
|
2472 |
+
Ġtr ue
|
2473 |
+
Ġwa gged
|
2474 |
+
Ġon es
|
2475 |
+
Ġple ased
|
2476 |
+
Ġcr own
|
2477 |
+
Ġsp end
|
2478 |
+
Ġb oring
|
2479 |
+
Ġpick s
|
2480 |
+
Ġle g
|
2481 |
+
qu e
|
2482 |
+
oo f
|
2483 |
+
ug ar
|
2484 |
+
Ġv ase
|
2485 |
+
Ġt ent
|
2486 |
+
Ġas king
|
2487 |
+
bo dy
|
2488 |
+
Jim my
|
2489 |
+
u al
|
2490 |
+
ĠB l
|
2491 |
+
Ġbr ush
|
2492 |
+
Ġt ie
|
2493 |
+
at es
|
2494 |
+
Ġvegetable s
|
2495 |
+
eci ally
|
2496 |
+
Ġgigg led
|
2497 |
+
Ġbo ss
|
2498 |
+
W ho
|
2499 |
+
et e
|
2500 |
+
The ir
|
2501 |
+
Ġmist ake
|
2502 |
+
Ġc age
|
2503 |
+
s er
|
2504 |
+
Ġget s
|
2505 |
+
l ight
|
2506 |
+
Ġrock et
|
2507 |
+
Ġc ap
|
2508 |
+
Ġm ir
|
2509 |
+
ĠLe o
|
2510 |
+
Ġcomfort able
|
2511 |
+
Ġs ugar
|
2512 |
+
Ġe ld
|
2513 |
+
Ġst uff
|
2514 |
+
Ġpack ed
|
2515 |
+
S p
|
2516 |
+
ĠJo hnny
|
2517 |
+
Ġdan cing
|
2518 |
+
p ecially
|
2519 |
+
Ġes pecially
|
2520 |
+
Ġwa nder
|
2521 |
+
Ġcl own
|
2522 |
+
Ġmed ic
|
2523 |
+
Ġn umber
|
2524 |
+
Ġp ress
|
2525 |
+
Ġs ight
|
2526 |
+
Ġkn ight
|
2527 |
+
us hed
|
2528 |
+
g gs
|
2529 |
+
ot s
|
2530 |
+
Ġfruit s
|
2531 |
+
in ess
|
2532 |
+
Ġe ggs
|
2533 |
+
Ġl ying
|
2534 |
+
Ġdr um
|
2535 |
+
Ġf ake
|
2536 |
+
Ġd est
|
2537 |
+
r or
|
2538 |
+
Ġmedic ine
|
2539 |
+
Ġwalk s
|
2540 |
+
Ġdist ance
|
2541 |
+
ag ed
|
2542 |
+
Ġgl ue
|
2543 |
+
Ġsplas hed
|
2544 |
+
Ġsweet ie
|
2545 |
+
Ġb ake
|
2546 |
+
Ġfl ut
|
2547 |
+
Ġb one
|
2548 |
+
Ġdraw ing
|
2549 |
+
Ġmo ving
|
2550 |
+
Ġdisapp eared
|
2551 |
+
h a
|
2552 |
+
Ġwe ek
|
2553 |
+
Ġ OK
|
2554 |
+
Ġle ad
|
2555 |
+
Ġsmell y
|
2556 |
+
Ġcl ap
|
2557 |
+
Ġbec ome
|
2558 |
+
Ġlem on
|
2559 |
+
Ġch ange
|
2560 |
+
Ġpr ay
|
2561 |
+
Ġfeather s
|
2562 |
+
Ġmom s
|
2563 |
+
Ġlo se
|
2564 |
+
Ġmo v
|
2565 |
+
Ġli cked
|
2566 |
+
Ġcall ing
|
2567 |
+
ĠI f
|
2568 |
+
Ġtw ist
|
2569 |
+
Ġdog s
|
2570 |
+
Ġbath room
|
2571 |
+
Ġplay ground
|
2572 |
+
or y
|
2573 |
+
y al
|
2574 |
+
Ġf is
|
2575 |
+
M e
|
2576 |
+
Ġla zy
|
2577 |
+
en ny
|
2578 |
+
S ally
|
2579 |
+
Ġro ar
|
2580 |
+
Ġeld erly
|
2581 |
+
Ġwe ak
|
2582 |
+
Ġinc red
|
2583 |
+
Ġc ri
|
2584 |
+
Ġg ar
|
2585 |
+
?" .
|
2586 |
+
Ġbo dy
|
2587 |
+
Ġh orn
|
2588 |
+
Ġex am
|
2589 |
+
Ġcr ack
|
2590 |
+
G ra
|
2591 |
+
Jo e
|
2592 |
+
Ġquest ions
|
2593 |
+
Ġa dd
|
2594 |
+
Ġwr ote
|
2595 |
+
B illy
|
2596 |
+
Ġy og
|
2597 |
+
Ġyour s
|
2598 |
+
Ġno isy
|
2599 |
+
Ġf ather
|
2600 |
+
Ġmir ror
|
2601 |
+
ugg est
|
2602 |
+
Ġm ic
|
2603 |
+
Ġno d
|
2604 |
+
Ġs uggest
|
2605 |
+
el p
|
2606 |
+
at ing
|
2607 |
+
ee z
|
2608 |
+
Ġfl uffy
|
2609 |
+
Ġsk ipped
|
2610 |
+
Ġ ed
|
2611 |
+
Ġwhe el
|
2612 |
+
Ġeag er
|
2613 |
+
Ġlo yal
|
2614 |
+
Ġl amp
|
2615 |
+
Ġd ish
|
2616 |
+
Ġex t
|
2617 |
+
Ġcle ar
|
2618 |
+
Ġfam ous
|
2619 |
+
l and
|
2620 |
+
Ġd ig
|
2621 |
+
Ġst ones
|
2622 |
+
Ġru ined
|
2623 |
+
ĠA t
|
2624 |
+
in ation
|
2625 |
+
Ġr ich
|
2626 |
+
Ġr are
|
2627 |
+
Ġor d
|
2628 |
+
ĠE nd
|
2629 |
+
Ġt ape
|
2630 |
+
Ġse ll
|
2631 |
+
Ġdr ank
|
2632 |
+
Ġcont ent
|
2633 |
+
Ġfig ure
|
2634 |
+
Ġqu een
|
2635 |
+
Ġmar ch
|
2636 |
+
Ġincred ible
|
2637 |
+
Ġgl ow
|
2638 |
+
Ġm ap
|
2639 |
+
Ġshow s
|
2640 |
+
h ip
|
2641 |
+
Ġr id
|
2642 |
+
t i
|
2643 |
+
Ġche ck
|
2644 |
+
Ġju icy
|
2645 |
+
Ġso ap
|
2646 |
+
Ġco vered
|
2647 |
+
Ġ ind
|
2648 |
+
Ġball s
|
2649 |
+
Ġsail ed
|
2650 |
+
im p
|
2651 |
+
Ġrel ax
|
2652 |
+
Ġa w
|
2653 |
+
A my
|
2654 |
+
Ġsho ot
|
2655 |
+
ill i
|
2656 |
+
Ġte am
|
2657 |
+
at ely
|
2658 |
+
Ġme asure
|
2659 |
+
Ġdec ide
|
2660 |
+
Ġreal ised
|
2661 |
+
umb led
|
2662 |
+
Ġdisco vered
|
2663 |
+
Ġco ins
|
2664 |
+
Ġneed s
|
2665 |
+
Ġb orrow
|
2666 |
+
Ġsw an
|
2667 |
+
Ġstra w
|
2668 |
+
f ic
|
2669 |
+
Ġadvent ur
|
2670 |
+
ĠBl ue
|
2671 |
+
J ill
|
2672 |
+
ce pt
|
2673 |
+
Ġ No
|
2674 |
+
H elp
|
2675 |
+
Ġclean ed
|
2676 |
+
Ġbran ches
|
2677 |
+
Ġtow el
|
2678 |
+
Ġboy s
|
2679 |
+
Ġext ra
|
2680 |
+
Ġha m
|
2681 |
+
ĠL ittle
|
2682 |
+
as ing
|
2683 |
+
W ell
|
2684 |
+
Ġbo ard
|
2685 |
+
Ġchick en
|
2686 |
+
Ġb arn
|
2687 |
+
Ġmo d
|
2688 |
+
Ġt iger
|
2689 |
+
Ġmot or
|
2690 |
+
Ġt ag
|
2691 |
+
Ġadventur ous
|
2692 |
+
Ġjo ke
|
2693 |
+
Ġdif fic
|
2694 |
+
Ġoff ered
|
2695 |
+
Ġf ine
|
2696 |
+
ke ep
|
2697 |
+
Ġbal ance
|
2698 |
+
Ġlift ed
|
2699 |
+
i que
|
2700 |
+
Ġbubble s
|
2701 |
+
Ġcolour ful
|
2702 |
+
Ġfr own
|
2703 |
+
Ġt urt
|
2704 |
+
Ġey e
|
2705 |
+
Ġth ick
|
2706 |
+
M ummy
|
2707 |
+
Ġdiffic ult
|
2708 |
+
Ġbott om
|
2709 |
+
Ġtr ack
|
2710 |
+
Ġto ug
|
2711 |
+
al ous
|
2712 |
+
Ġorgan ized
|
2713 |
+
Ġco ver
|
2714 |
+
Ġhappen ing
|
2715 |
+
Ġun ique
|
2716 |
+
ra g
|
2717 |
+
Ġje alous
|
2718 |
+
Ġdo lp
|
2719 |
+
Ġho se
|
2720 |
+
p ort
|
2721 |
+
Ġkn ife
|
2722 |
+
Ġwe ird
|
2723 |
+
Ġis land
|
2724 |
+
ĠS usie
|
2725 |
+
c il
|
2726 |
+
Ġgar age
|
2727 |
+
Ġfr ight
|
2728 |
+
Ġman aged
|
2729 |
+
ll a
|
2730 |
+
im ed
|
2731 |
+
Ġhurt s
|
2732 |
+
Ġpen cil
|
2733 |
+
Ġwor d
|
2734 |
+
S ue
|
2735 |
+
j ect
|
2736 |
+
Ġcraw led
|
2737 |
+
Ġco st
|
2738 |
+
Ġlearn ing
|
2739 |
+
Ġar g
|
2740 |
+
Sp ot
|
2741 |
+
Ġcir cle
|
2742 |
+
ĠM ark
|
2743 |
+
Ġsay ing
|
2744 |
+
Ġkind ness
|
2745 |
+
ur ed
|
2746 |
+
Ġber ries
|
2747 |
+
Ġon ce
|
2748 |
+
ol og
|
2749 |
+
Ġmight y
|
2750 |
+
Ġballoon s
|
2751 |
+
Ġtoug h
|
2752 |
+
Ġpoin ting
|
2753 |
+
Ġch ase
|
2754 |
+
Ġba ld
|
2755 |
+
Ġfav our
|
2756 |
+
re ady
|
2757 |
+
Ġwa nd
|
2758 |
+
Ġt er
|
2759 |
+
l ies
|
2760 |
+
keep er
|
2761 |
+
Ġsh ake
|
2762 |
+
u nd
|
2763 |
+
i v
|
2764 |
+
ĠB obby
|
2765 |
+
Ġjew el
|
2766 |
+
Ġloud er
|
2767 |
+
ĠBr own
|
2768 |
+
i pper
|
2769 |
+
Ġa dded
|
2770 |
+
ag es
|
2771 |
+
Ġb atter
|
2772 |
+
Ġs il
|
2773 |
+
Ġh unt
|
2774 |
+
Ġun us
|
2775 |
+
Ġg uit
|
2776 |
+
Ġhard er
|
2777 |
+
Ġgu ess
|
2778 |
+
Ġap olog
|
2779 |
+
Ġed ge
|
2780 |
+
he ad
|
2781 |
+
Ġal ready
|
2782 |
+
Ġf our
|
2783 |
+
Ġan g
|
2784 |
+
Ġsp un
|
2785 |
+
Ġfavour ite
|
2786 |
+
Ġf ool
|
2787 |
+
Ġn orm
|
2788 |
+
Ġwh ale
|
2789 |
+
H ow
|
2790 |
+
Ġunus ual
|
2791 |
+
Ġli br
|
2792 |
+
Ġval u
|
2793 |
+
i pp
|
2794 |
+
ra ge
|
2795 |
+
al k
|
2796 |
+
Ġenjoy ing
|
2797 |
+
ĠK itty
|
2798 |
+
Ġd izzy
|
2799 |
+
a w
|
2800 |
+
Ġhat s
|
2801 |
+
Ġp ump
|
2802 |
+
Ġbelong ed
|
2803 |
+
Ġgra ce
|
2804 |
+
Ġwra pped
|
2805 |
+
Ġcheer ful
|
2806 |
+
Ġsmo ke
|
2807 |
+
ugg led
|
2808 |
+
Ġimpress ed
|
2809 |
+
Ġstraw ber
|
2810 |
+
Ġtruck s
|
2811 |
+
Ġrec ord
|
2812 |
+
Ġgi ving
|
2813 |
+
Ġsw ord
|
2814 |
+
Ġmark et
|
2815 |
+
Ġgr own
|
2816 |
+
Ġre f
|
2817 |
+
Ġlaugh s
|
2818 |
+
Ġtr unk
|
2819 |
+
Ġnorm al
|
2820 |
+
an ged
|
2821 |
+
Ġgra nd
|
2822 |
+
Ġher o
|
2823 |
+
Ġe ars
|
2824 |
+
Ġguit ar
|
2825 |
+
Ġloud ly
|
2826 |
+
ol a
|
2827 |
+
illi ant
|
2828 |
+
Ġh arm
|
2829 |
+
Ġturt le
|
2830 |
+
He re
|
2831 |
+
Ġbanan a
|
2832 |
+
Ġproud ly
|
2833 |
+
Ġbox es
|
2834 |
+
Ġsc are
|
2835 |
+
at ure
|
2836 |
+
il t
|
2837 |
+
Ġbr illiant
|
2838 |
+
er y
|
2839 |
+
Ġch oose
|
2840 |
+
Ġbrother s
|
2841 |
+
Ġcirc les
|
2842 |
+
Ġter ri
|
2843 |
+
Ġboss y
|
2844 |
+
Ġdream ed
|
2845 |
+
Ġagain st
|
2846 |
+
Ġesc ape
|
2847 |
+
y m
|
2848 |
+
Ġgo at
|
2849 |
+
Ġinv ited
|
2850 |
+
Ġsk in
|
2851 |
+
Ġca b
|
2852 |
+
Ġhelp s
|
2853 |
+
g y
|
2854 |
+
c ient
|
2855 |
+
Ġcomp et
|
2856 |
+
Ġp il
|
2857 |
+
ip e
|
2858 |
+
Ġpain ting
|
2859 |
+
Ġmean s
|
2860 |
+
Ġm elt
|
2861 |
+
Ġfright ened
|
2862 |
+
Ġac cept
|
2863 |
+
f ast
|
2864 |
+
Ġpe e
|
2865 |
+
Ġfl ash
|
2866 |
+
Ġsaf ely
|
2867 |
+
Ġd epend
|
2868 |
+
Ġbutt ons
|
2869 |
+
Ġsl ipped
|
2870 |
+
Ġdes ign
|
2871 |
+
Ġstu bb
|
2872 |
+
Ġbird ie
|
2873 |
+
Ġj ack
|
2874 |
+
ĠD an
|
2875 |
+
Ġwra p
|
2876 |
+
Ġvalu able
|
2877 |
+
Ġcab in
|
2878 |
+
Ġcray on
|
2879 |
+
ĠEll ie
|
2880 |
+
Ġwa ke
|
2881 |
+
Ġst ream
|
2882 |
+
ĠF red
|
2883 |
+
Ġwall s
|
2884 |
+
Ġhapp iness
|
2885 |
+
ous es
|
2886 |
+
Ġbreak fast
|
2887 |
+
Ġlo g
|
2888 |
+
er ry
|
2889 |
+
Ġan cient
|
2890 |
+
ed ient
|
2891 |
+
Ġstu dy
|
2892 |
+
Ġsuccess ful
|
2893 |
+
Ġcl ay
|
2894 |
+
em o
|
2895 |
+
or ge
|
2896 |
+
Ġknow s
|
2897 |
+
Ġfool ish
|
2898 |
+
Ġto ast
|
2899 |
+
Ġfall s
|
2900 |
+
y e
|
2901 |
+
Ġfr idge
|
2902 |
+
Ġle an
|
2903 |
+
Ġstubb orn
|
2904 |
+
Ġun l
|
2905 |
+
Ġnice ly
|
2906 |
+
at ch
|
2907 |
+
Ġsh ape
|
2908 |
+
app ing
|
2909 |
+
om ed
|
2910 |
+
Ġfi er
|
2911 |
+
Ġc udd
|
2912 |
+
ĠP ete
|
2913 |
+
Ġr ough
|
2914 |
+
Ġdream s
|
2915 |
+
Ġmov ie
|
2916 |
+
Ġsp ace
|
2917 |
+
Ġh ouses
|
2918 |
+
Ġc ity
|
2919 |
+
Ġno sy
|
2920 |
+
Ġbl oom
|
2921 |
+
Ġdelic ate
|
2922 |
+
Ġob edient
|
2923 |
+
Ġfier ce
|
2924 |
+
ĠM y
|
2925 |
+
Ġoff ice
|
2926 |
+
Ġtom ato
|
2927 |
+
Ġf at
|
2928 |
+
Ġgra ndpa
|
2929 |
+
ad o
|
2930 |
+
la imed
|
2931 |
+
a z
|
2932 |
+
Ġ icy
|
2933 |
+
Ġcompet it
|
2934 |
+
Ġsuggest ed
|
2935 |
+
ĠTo day
|
2936 |
+
Ġsh ark
|
2937 |
+
Ġde ad
|
2938 |
+
Ġnot ice
|
2939 |
+
Ġwa gon
|
2940 |
+
p es
|
2941 |
+
Ġexc laimed
|
2942 |
+
Ġme m
|
2943 |
+
Ġkind s
|
2944 |
+
Ġmix ed
|
2945 |
+
Ġwip ed
|
2946 |
+
Ġc her
|
2947 |
+
Ġuse ful
|
2948 |
+
e xt
|
2949 |
+
Ġpour ed
|
2950 |
+
Ġshell s
|
2951 |
+
ut h
|
2952 |
+
Åĵ Let
|
2953 |
+
Ġst ri
|
2954 |
+
ĠBob o
|
2955 |
+
Ġlight s
|
2956 |
+
Ġtool s
|
2957 |
+
Ġlo cked
|
2958 |
+
Ġsound ed
|
2959 |
+
Ġth u
|
2960 |
+
Ġsto ve
|
2961 |
+
Ġexcited ly
|
2962 |
+
Ġexpl ored
|
2963 |
+
Ġa unt
|
2964 |
+
w ards
|
2965 |
+
Ġe gg
|
2966 |
+
ĠR ose
|
2967 |
+
Ġf rag
|
2968 |
+
e orge
|
2969 |
+
Ġro se
|
2970 |
+
!" .
|
2971 |
+
Ġs on
|
2972 |
+
o ppy
|
2973 |
+
Ġsh adow
|
2974 |
+
Ġt imes
|
2975 |
+
ar ry
|
2976 |
+
Ġc ro
|
2977 |
+
Ġen c
|
2978 |
+
ĠTweet y
|
2979 |
+
Ġbag s
|
2980 |
+
Ġf ountain
|
2981 |
+
ent ion
|
2982 |
+
Ġthem selves
|
2983 |
+
o ot
|
2984 |
+
Ġst umbled
|
2985 |
+
Ġbus hes
|
2986 |
+
Ġwe al
|
2987 |
+
ac he
|
2988 |
+
d om
|
2989 |
+
Ġl ow
|
2990 |
+
Ġshow ing
|
2991 |
+
Ġspoil ed
|
2992 |
+
Ġfing ers
|
2993 |
+
Ġperf orm
|
2994 |
+
Ġla b
|
2995 |
+
Ġab ove
|
2996 |
+
v ice
|
2997 |
+
Ġthought ful
|
2998 |
+
Ġre sc
|
2999 |
+
Ġind epend
|
3000 |
+
k n
|
3001 |
+
Ġsmall er
|
3002 |
+
Ġw itch
|
3003 |
+
Ġd ough
|
3004 |
+
E m
|
3005 |
+
Ġfrag ile
|
3006 |
+
n a
|
3007 |
+
Ġdepend able
|
3008 |
+
r ay
|
3009 |
+
Ġra ced
|
3010 |
+
Ġjo g
|
3011 |
+
art h
|
3012 |
+
Ġplay ful
|
3013 |
+
in al
|
3014 |
+
Ġsee m
|
3015 |
+
Ġhel m
|
3016 |
+
Ġspin ning
|
3017 |
+
Ġen g
|
3018 |
+
Ġte le
|
3019 |
+
c orn
|
3020 |
+
Ġclo ck
|
3021 |
+
Ġbright ly
|
3022 |
+
in es
|
3023 |
+
Ġprin t
|
3024 |
+
Ġro de
|
3025 |
+
Ġstret ch
|
3026 |
+
Ġpar rot
|
3027 |
+
orm ous
|
3028 |
+
Ġdelight ed
|
3029 |
+
Ġbu ilt
|
3030 |
+
Ġadm ired
|
3031 |
+
Ġen ormous
|
3032 |
+
Ġla w
|
3033 |
+
Ġkick ed
|
3034 |
+
Ġ U
|
3035 |
+
Ġr oof
|
3036 |
+
Ġcount ed
|
3037 |
+
Ġj am
|
3038 |
+
Ġsw e
|
3039 |
+
Ġr at
|
3040 |
+
Ġpract ice
|
3041 |
+
re en
|
3042 |
+
Ġor ig
|
3043 |
+
Ġway s
|
3044 |
+
Ġch anged
|
3045 |
+
Ġsh one
|
3046 |
+
Ġsun fl
|
3047 |
+
Ġc op
|
3048 |
+
ĠEll a
|
3049 |
+
Ġremind ed
|
3050 |
+
Ġtw ig
|
3051 |
+
Ġac orn
|
3052 |
+
it her
|
3053 |
+
Ġc am
|
3054 |
+
i ence
|
3055 |
+
Ġsn iff
|
3056 |
+
Ġz ip
|
3057 |
+
ee ze
|
3058 |
+
Ġham mer
|
3059 |
+
Ġindepend ent
|
3060 |
+
ĠYou r
|
3061 |
+
Ġus ing
|
3062 |
+
Ġb itter
|
3063 |
+
Ġhand ed
|
3064 |
+
Ġwhisp ered
|
3065 |
+
Ġh oop
|
3066 |
+
mb re
|
3067 |
+
kn own
|
3068 |
+
Ġcho se
|
3069 |
+
Ġch ir
|
3070 |
+
an ut
|
3071 |
+
Ġlo ll
|
3072 |
+
Ġjo lly
|
3073 |
+
Ġu mbre
|
3074 |
+
ĠMr s
|
3075 |
+
Ġc one
|
3076 |
+
Ġtun n
|
3077 |
+
Ġsol ve
|
3078 |
+
Ġstrong er
|
3079 |
+
Ġbe es
|
3080 |
+
Ġser ious
|
3081 |
+
ip op
|
3082 |
+
ĠM ar
|
3083 |
+
Ġorig inal
|
3084 |
+
Ġt ummy
|
3085 |
+
Ġste al
|
3086 |
+
Ġbe ak
|
3087 |
+
Ġbra ce
|
3088 |
+
Ġterri ble
|
3089 |
+
Åĵ Yes
|
3090 |
+
Ġm is
|
3091 |
+
Ġpop corn
|
3092 |
+
Ġf re
|
3093 |
+
Ġloll ipop
|
3094 |
+
Ġpain ted
|
3095 |
+
Ġboat s
|
3096 |
+
Ġall owed
|
3097 |
+
Ġhair y
|
3098 |
+
ic t
|
3099 |
+
Ġmo der
|
3100 |
+
ia ble
|
3101 |
+
Ġsa uce
|
3102 |
+
Ġclean ing
|
3103 |
+
Ġun known
|
3104 |
+
Ġlea ving
|
3105 |
+
Ġd ust
|
3106 |
+
ĠB ella
|
3107 |
+
Ġgas ped
|
3108 |
+
Ġfind ing
|
3109 |
+
Ġjo ined
|
3110 |
+
Ġgu ard
|
3111 |
+
Ġsal ad
|
3112 |
+
Ġpot ato
|
3113 |
+
he t
|
3114 |
+
Ġbe an
|
3115 |
+
Ġpump kin
|
3116 |
+
S ee
|
3117 |
+
up id
|
3118 |
+
ie w
|
3119 |
+
ĠB u
|
3120 |
+
Ġpick ing
|
3121 |
+
Ġcl um
|
3122 |
+
in ary
|
3123 |
+
Ġdo ve
|
3124 |
+
an ger
|
3125 |
+
Ġb ump
|
3126 |
+
ĠN emo
|
3127 |
+
Ġha lf
|
3128 |
+
Ġs ink
|
3129 |
+
am ond
|
3130 |
+
Ġcost um
|
3131 |
+
ur ing
|
3132 |
+
Ġy et
|
3133 |
+
ro be
|
3134 |
+
Ġmet al
|
3135 |
+
Ġt ank
|
3136 |
+
Ġboun ce
|
3137 |
+
Ġrel iable
|
3138 |
+
Ġpo st
|
3139 |
+
Ġto r
|
3140 |
+
Ġv iew
|
3141 |
+
Ġdoes n
|
3142 |
+
Ġth ose
|
3143 |
+
Ġfor th
|
3144 |
+
ag het
|
3145 |
+
aghet ti
|
3146 |
+
Ġdi amond
|
3147 |
+
Ġdolp hin
|
3148 |
+
Ġad vice
|
3149 |
+
c om
|
3150 |
+
ĠS n
|
3151 |
+
Ġh ay
|
3152 |
+
Ġbar ber
|
3153 |
+
Ġmoder n
|
3154 |
+
Ġst amp
|
3155 |
+
Ġru bb
|
3156 |
+
Ġthin king
|
3157 |
+
Ġg em
|
3158 |
+
Ġ ing
|
3159 |
+
Ġhold s
|
3160 |
+
g u
|
3161 |
+
eb ra
|
3162 |
+
ĠA lice
|
3163 |
+
Ġpir ate
|
3164 |
+
ug ged
|
3165 |
+
Ġmar ble
|
3166 |
+
Ġcre ate
|
3167 |
+
Ġreg ular
|
3168 |
+
red ient
|
3169 |
+
Ġing redient
|
3170 |
+
ĠGra ndpa
|
3171 |
+
Ġclum sy
|
3172 |
+
Ġsleep ing
|
3173 |
+
Ġsearch ing
|
3174 |
+
Ġst airs
|
3175 |
+
Ġweal thy
|
3176 |
+
Ġy arn
|
3177 |
+
Ġr ushed
|
3178 |
+
Ġst upid
|
3179 |
+
Ġpre p
|
3180 |
+
il ty
|
3181 |
+
Ġtell ing
|
3182 |
+
ĠWhen ever
|
3183 |
+
Ġsp aghetti
|
3184 |
+
Ġgu ilty
|
3185 |
+
Ġche ap
|
3186 |
+
Ġpe anut
|
3187 |
+
Ġg oose
|
3188 |
+
Ġch ar
|
3189 |
+
Åĵ What
|
3190 |
+
oph ie
|
3191 |
+
Ġru b
|
3192 |
+
Ġmag n
|
3193 |
+
ation s
|
3194 |
+
Ġf lex
|
3195 |
+
ĠF r
|
3196 |
+
Ġcomp ass
|
3197 |
+
Ġopen s
|
3198 |
+
Ġm ask
|
3199 |
+
Ġpat ch
|
3200 |
+
Ġst at
|
3201 |
+
Ġar row
|
3202 |
+
Ġz ebra
|
3203 |
+
Ġeng ine
|
3204 |
+
i o
|
3205 |
+
Ġthu nder
|
3206 |
+
Ġkn ock
|
3207 |
+
Ġsqu are
|
3208 |
+
ill a
|
3209 |
+
eez ed
|
3210 |
+
irst y
|
3211 |
+
Ġang el
|
3212 |
+
Ġc ur
|
3213 |
+
Ġgrace ful
|
3214 |
+
Ġcam era
|
3215 |
+
Ġumbre lla
|
3216 |
+
co d
|
3217 |
+
Ġdri ving
|
3218 |
+
ĠM ike
|
3219 |
+
Ġbu ll
|
3220 |
+
Ġcra zy
|
3221 |
+
âĤ¬â Ģ
|
3222 |
+
Ġsh iver
|
3223 |
+
G o
|
3224 |
+
Ġwas hed
|
3225 |
+
Ġcarry ing
|
3226 |
+
Ġst age
|
3227 |
+
is k
|
3228 |
+
Ġpop ular
|
3229 |
+
Ġbe et
|
3230 |
+
Ġd ull
|
3231 |
+
umb ers
|
3232 |
+
Åĵ It
|
3233 |
+
Ġmiss ing
|
3234 |
+
ĠD ucky
|
3235 |
+
M ary
|
3236 |
+
Ġspark led
|
3237 |
+
Ġfriends hip
|
3238 |
+
Ġtr uth
|
3239 |
+
Ġme al
|
3240 |
+
Ġseed s
|
3241 |
+
f a
|
3242 |
+
Ġflex ible
|
3243 |
+
Ġimpress ive
|
3244 |
+
Ġsn e
|
3245 |
+
Ġt ied
|
3246 |
+
Ġpe bble
|
3247 |
+
t ime
|
3248 |
+
Ġcare less
|
3249 |
+
Ġlibr ary
|
3250 |
+
Ġimag ined
|
3251 |
+
Ġcom b
|
3252 |
+
up er
|
3253 |
+
Ġdel iver
|
3254 |
+
Ġn ature
|
3255 |
+
Ġshe l
|
3256 |
+
Ġend ing
|
3257 |
+
Ġp atter
|
3258 |
+
Ġdest ro
|
3259 |
+
Ġjack et
|
3260 |
+
Ġpers ist
|
3261 |
+
Ġre ward
|
3262 |
+
Ġhand le
|
3263 |
+
is ion
|
3264 |
+
Ġfre sh
|
3265 |
+
Ġru bbed
|
3266 |
+
Ġingredient s
|
3267 |
+
Ġdream ing
|
3268 |
+
Ġsh ocked
|
3269 |
+
ri c
|
3270 |
+
Ġpri ze
|
3271 |
+
oom y
|
3272 |
+
ĠD ave
|
3273 |
+
Ġs udden
|
3274 |
+
Ġcro cod
|
3275 |
+
Ġlo ad
|
3276 |
+
Ġent h
|
3277 |
+
ie f
|
3278 |
+
i bb
|
3279 |
+
Ġpig e
|
3280 |
+
Ġpatter n
|
3281 |
+
Ġcompass ion
|
3282 |
+
Ġen vel
|
3283 |
+
Ġflash light
|
3284 |
+
Ġth irsty
|
3285 |
+
Ġsad ly
|
3286 |
+
Ġenc ou
|
3287 |
+
Ġstr anger
|
3288 |
+
Ġenth us
|
3289 |
+
in ce
|
3290 |
+
ĠF in
|
3291 |
+
Ġwhe els
|
3292 |
+
Ġdes k
|
3293 |
+
ÅĵLet â
|
3294 |
+
em ent
|
3295 |
+
ars h
|
3296 |
+
Ġread ing
|
3297 |
+
Ġw ire
|
3298 |
+
Ġdisco ver
|
3299 |
+
Ġear ly
|
3300 |
+
Ġmail box
|
3301 |
+
Ġfor k
|
3302 |
+
Ġs uit
|
3303 |
+
Ġn umbers
|
3304 |
+
Ġt em
|
3305 |
+
Ġpee ked
|
3306 |
+
Ġpen ny
|
3307 |
+
Ġbutterf lies
|
3308 |
+
a wn
|
3309 |
+
Ġcry st
|
3310 |
+
Ġsp illed
|
3311 |
+
Ġbrace let
|
3312 |
+
Ġtor n
|
3313 |
+
Ġr ug
|
3314 |
+
Ġg um
|
3315 |
+
Ġstop s
|
3316 |
+
l oo
|
3317 |
+
Ġre ce
|
3318 |
+
Ġen v
|
3319 |
+
Ġcomp ut
|
3320 |
+
Ġa head
|
3321 |
+
Ġspr ing
|
3322 |
+
b led
|
3323 |
+
Ġor der
|
3324 |
+
Ġtow ers
|
3325 |
+
com fort
|
3326 |
+
Ġsor ts
|
3327 |
+
Ġob ject
|
3328 |
+
ell ig
|
3329 |
+
Ġw ing
|
3330 |
+
Ġb ent
|
3331 |
+
Ġc ere
|
3332 |
+
Ġan x
|
3333 |
+
Ġsur f
|
3334 |
+
ĠB ear
|
3335 |
+
Ġpen gu
|
3336 |
+
Ġe arth
|
3337 |
+
Ġint ellig
|
3338 |
+
Ġwar ned
|
3339 |
+
Ġwindow s
|
3340 |
+
ĠM ummy
|
3341 |
+
Ġspo ke
|
3342 |
+
Ġp ow
|
3343 |
+
ĠW hile
|
3344 |
+
Ġpu p
|
3345 |
+
g est
|
3346 |
+
Ġhum ble
|
3347 |
+
Ġun comfort
|
3348 |
+
Ġav o
|
3349 |
+
Ġp ant
|
3350 |
+
Ġnot e
|
3351 |
+
Ġuncomfort able
|
3352 |
+
ĠM andy
|
3353 |
+
Ġplac ed
|
3354 |
+
Y ay
|
3355 |
+
ic hes
|
3356 |
+
Ġsunfl ower
|
3357 |
+
O w
|
3358 |
+
Ġpa le
|
3359 |
+
Ġtra vel
|
3360 |
+
Ġbad ly
|
3361 |
+
Ġold er
|
3362 |
+
Ġslid es
|
3363 |
+
Ġanx ious
|
3364 |
+
i kes
|
3365 |
+
Ġbig gest
|
3366 |
+
Ġsc ale
|
3367 |
+
Ġcom pl
|
3368 |
+
Ġcouldn â
|
3369 |
+
Ġst ack
|
3370 |
+
Ġflut e
|
3371 |
+
Ġtra p
|
3372 |
+
Ġstat ue
|
3373 |
+
Ġsc oot
|
3374 |
+
Ġcount ing
|
3375 |
+
Ġgrow ing
|
3376 |
+
Ġcoo king
|
3377 |
+
ĠP e
|
3378 |
+
Ġcomp let
|
3379 |
+
Ġli z
|
3380 |
+
Ġtunn el
|
3381 |
+
Ġbeet le
|
3382 |
+
Ġcelebr ate
|
3383 |
+
ho st
|
3384 |
+
Ġm el
|
3385 |
+
Ġcup board
|
3386 |
+
Ġmu sh
|
3387 |
+
Ġso fa
|
3388 |
+
ĠK im
|
3389 |
+
Ġn ail
|
3390 |
+
Ġharm less
|
3391 |
+
Ġsc atter
|
3392 |
+
ĠB ill
|
3393 |
+
Ġbeaut y
|
3394 |
+
Ġmo le
|
3395 |
+
Ġde af
|
3396 |
+
Ġval ue
|
3397 |
+
Ġn urse
|
3398 |
+
Ġs uper
|
3399 |
+
Ġper m
|
3400 |
+
Ġ er
|
3401 |
+
ĠHe re
|
3402 |
+
Ġsh ut
|
3403 |
+
Ġpersist ent
|
3404 |
+
Ġjump s
|
3405 |
+
W hile
|
3406 |
+
Ġcrocod ile
|
3407 |
+
Ġhun g
|
3408 |
+
Ġg host
|
3409 |
+
Ġgif ted
|
3410 |
+
Ġre fused
|
3411 |
+
Ġchar ming
|
3412 |
+
Ġtri ck
|
3413 |
+
ĠG ive
|
3414 |
+
Ġne at
|
3415 |
+
Ġnam es
|
3416 |
+
Ġcou rage
|
3417 |
+
op us
|
3418 |
+
Ġy awn
|
3419 |
+
Ġfl our
|
3420 |
+
ct opus
|
3421 |
+
Ġcr ane
|
3422 |
+
Ġc urt
|
3423 |
+
Ġpretend ing
|
3424 |
+
c ream
|
3425 |
+
Ġp ony
|
3426 |
+
Ġcere al
|
3427 |
+
Ġb ase
|
3428 |
+
Ġsandw iches
|
3429 |
+
ic es
|
3430 |
+
ĠL ola
|
3431 |
+
Ġra ven
|
3432 |
+
Ġsn uggled
|
3433 |
+
ĠTo by
|
3434 |
+
Ġcurt ain
|
3435 |
+
Ġsupp ort
|
3436 |
+
Ġdestro y
|
3437 |
+
Ġt ur
|
3438 |
+
Ġord inary
|
3439 |
+
Ġch asing
|
3440 |
+
u d
|
3441 |
+
Ġun iver
|
3442 |
+
a id
|
3443 |
+
ĠL ook
|
3444 |
+
Ġquest ion
|
3445 |
+
Ġenvel ope
|
3446 |
+
ac hes
|
3447 |
+
Ġdraw er
|
3448 |
+
Ġtri ang
|
3449 |
+
Ġv i
|
3450 |
+
Ġc amp
|
3451 |
+
Ġset t
|
3452 |
+
D aisy
|
3453 |
+
us ed
|
3454 |
+
Ġcomput er
|
3455 |
+
Ġo ctopus
|
3456 |
+
Ġatt ract
|
3457 |
+
Ġru les
|
3458 |
+
Ġcraw l
|
3459 |
+
Ġlive ly
|
3460 |
+
Ġs end
|
3461 |
+
Ġgl oomy
|
3462 |
+
A lice
|
3463 |
+
Ġcart oon
|
3464 |
+
a by
|
3465 |
+
Ġun cle
|
3466 |
+
Ġintellig ent
|
3467 |
+
ip s
|
3468 |
+
Ġm ay
|
3469 |
+
Ġpi ano
|
3470 |
+
Ġspe ed
|
3471 |
+
Ġpack age
|
3472 |
+
Ġblue ber
|
3473 |
+
Ġsh aking
|
3474 |
+
c u
|
3475 |
+
Ġhelm et
|
3476 |
+
Ġcryst al
|
3477 |
+
Ġneed le
|
3478 |
+
Ġmush room
|
3479 |
+
Ġtur key
|
3480 |
+
o e
|
3481 |
+
ĠE ventually
|
3482 |
+
Ġcoll ar
|
3483 |
+
Ġpar ade
|
3484 |
+
Ġcreature s
|
3485 |
+
st ri
|
3486 |
+
udd y
|
3487 |
+
he art
|
3488 |
+
Åĵ That
|
3489 |
+
R e
|
3490 |
+
Ġhur ry
|
3491 |
+
Ġtwirl ed
|
3492 |
+
Ġph ot
|
3493 |
+
Ġliz ard
|
3494 |
+
ill ie
|
3495 |
+
er able
|
3496 |
+
en ry
|
3497 |
+
u bby
|
3498 |
+
a ff
|
3499 |
+
or ant
|
3500 |
+
Ġal ert
|
3501 |
+
Ġmis erable
|
3502 |
+
Ġth ief
|
3503 |
+
g ust
|
3504 |
+
Ġst ation
|
3505 |
+
Ġsold ier
|
3506 |
+
Ġhunt er
|
3507 |
+
Ġpe pper
|
3508 |
+
ce ed
|
3509 |
+
Ġt ask
|
3510 |
+
arl ie
|
3511 |
+
Ġany where
|
3512 |
+
Ġd ug
|
3513 |
+
Ġdis gust
|
3514 |
+
Ġb icy
|
3515 |
+
Ġfire man
|
3516 |
+
Ġen er
|
3517 |
+
c ut
|
3518 |
+
Ġcar p
|
3519 |
+
i est
|
3520 |
+
Ġwis hes
|
3521 |
+
Ġse al
|
3522 |
+
Ġre sist
|
3523 |
+
Ġl ed
|
3524 |
+
Ġv ide
|
3525 |
+
Ġbe ep
|
3526 |
+
Ġign orant
|
3527 |
+
Ġband age
|
3528 |
+
Ġstick ers
|
3529 |
+
co a
|
3530 |
+
Ġsc reen
|
3531 |
+
Ġrad io
|
3532 |
+
Ġhelp less
|
3533 |
+
Ġboun ced
|
3534 |
+
t ter
|
3535 |
+
Ġtra sh
|
3536 |
+
G ive
|
3537 |
+
Ġsec ond
|
3538 |
+
Ġle ash
|
3539 |
+
Ġrep e
|
3540 |
+
Ġpract iced
|
3541 |
+
Ġmu ff
|
3542 |
+
Ġsh ine
|
3543 |
+
Ġch ance
|
3544 |
+
Ġletter s
|
3545 |
+
Ġattract ive
|
3546 |
+
Ġimp at
|
3547 |
+
Ġm ill
|
3548 |
+
Ġstir red
|
3549 |
+
Ġcri cket
|
3550 |
+
Ġje ep
|
3551 |
+
Ġstret ched
|
3552 |
+
Ġno body
|
3553 |
+
ur b
|
3554 |
+
Ġth read
|
3555 |
+
Ġpast a
|
3556 |
+
Ġcu be
|
3557 |
+
Ġp and
|
3558 |
+
Ġch ubby
|
3559 |
+
Ġto oth
|
3560 |
+
um mer
|
3561 |
+
Ġf u
|
3562 |
+
Ġpige on
|
3563 |
+
s es
|
3564 |
+
I f
|
3565 |
+
Ġj et
|
3566 |
+
Ġg ir
|
3567 |
+
Ġcompassion ate
|
3568 |
+
c col
|
3569 |
+
ĠG eorge
|
3570 |
+
Ben ny
|
3571 |
+
Ġcl ub
|
3572 |
+
ĠC l
|
3573 |
+
ccol i
|
3574 |
+
ar ian
|
3575 |
+
ĠP olly
|
3576 |
+
Ġtr ump
|
3577 |
+
Ġdist urb
|
3578 |
+
or able
|
3579 |
+
Ġdecor ate
|
3580 |
+
Ġco coa
|
3581 |
+
Ġbright er
|
3582 |
+
Ġj ug
|
3583 |
+
Ġstep s
|
3584 |
+
Ġimpat ient
|
3585 |
+
Ġt ire
|
3586 |
+
Ġcompetit ive
|
3587 |
+
Ġfur ther
|
3588 |
+
Ġo tter
|
3589 |
+
Ġrespect ful
|
3590 |
+
Ġsuc ceed
|
3591 |
+
Ġtrou bled
|
3592 |
+
Ġpress ed
|
3593 |
+
ol in
|
3594 |
+
Ġit self
|
3595 |
+
a ked
|
3596 |
+
Ġb et
|
3597 |
+
Ġo stri
|
3598 |
+
n oon
|
3599 |
+
Ġcand le
|
3600 |
+
Ġm ug
|
3601 |
+
ĠW h
|
3602 |
+
Ġafter noon
|
3603 |
+
Ġatt ic
|
3604 |
+
ĠA l
|
3605 |
+
Ġrest less
|
3606 |
+
Ġstart s
|
3607 |
+
Ġp un
|
3608 |
+
Ġt ap
|
3609 |
+
Ġsome where
|
3610 |
+
Ġr ibb
|
3611 |
+
ĠA re
|
3612 |
+
aur ant
|
3613 |
+
st ic
|
3614 |
+
Ġd ess
|
3615 |
+
Ġqu ar
|
3616 |
+
Ġcarp et
|
3617 |
+
Ġany way
|
3618 |
+
Ġshout s
|
3619 |
+
Ġsho e
|
3620 |
+
Ġdisgust ing
|
3621 |
+
Ġad orable
|
3622 |
+
Ġrest aurant
|
3623 |
+
Ġsk ip
|
3624 |
+
Ġle op
|
3625 |
+
Ġfor t
|
3626 |
+
g n
|
3627 |
+
Ġpant s
|
3628 |
+
Ġv ine
|
3629 |
+
Ġtr ay
|
3630 |
+
Ġnut s
|
3631 |
+
Ġwa ff
|
3632 |
+
Ġc ase
|
3633 |
+
c ome
|
3634 |
+
Ġg or
|
3635 |
+
Ġfear ful
|
3636 |
+
Ġsc rew
|
3637 |
+
Ġenv ious
|
3638 |
+
Ġsweet heart
|
3639 |
+
op ter
|
3640 |
+
Ġc ards
|
3641 |
+
Ġall ig
|
3642 |
+
ic opter
|
3643 |
+
L ittle
|
3644 |
+
ia stic
|
3645 |
+
Ġdist ant
|
3646 |
+
Ġbro ccoli
|
3647 |
+
Ġenthus iastic
|
3648 |
+
Ġh ipp
|
3649 |
+
Ġfil thy
|
3650 |
+
ĠS h
|
3651 |
+
Ġgigg le
|
3652 |
+
Ġexp er
|
3653 |
+
Ġtrump et
|
3654 |
+
Ġcoo ked
|
3655 |
+
Ġhel icopter
|
3656 |
+
Ġmonkey s
|
3657 |
+
n ight
|
3658 |
+
Gra ndma
|
3659 |
+
Ġre co
|
3660 |
+
Ġp or
|
3661 |
+
ĠW here
|
3662 |
+
ir it
|
3663 |
+
Ġsand box
|
3664 |
+
ar oo
|
3665 |
+
ang aroo
|
3666 |
+
Ġh ook
|
3667 |
+
ĠW ould
|
3668 |
+
gg ing
|
3669 |
+
Ġb ri
|
3670 |
+
ĠL ee
|
3671 |
+
Ġadm ire
|
3672 |
+
Ġnow here
|
3673 |
+
Ġt en
|
3674 |
+
Ġh arsh
|
3675 |
+
Ġback pack
|
3676 |
+
Ġso ar
|
3677 |
+
ĠBrown ie
|
3678 |
+
Ġs ent
|
3679 |
+
Ġbel t
|
3680 |
+
Ġbat ht
|
3681 |
+
g ie
|
3682 |
+
Ġexpl ain
|
3683 |
+
Ġscoot er
|
3684 |
+
Ġa nts
|
3685 |
+
ll ie
|
3686 |
+
Ġme as
|
3687 |
+
op l
|
3688 |
+
Ġpo em
|
3689 |
+
er opl
|
3690 |
+
Ġcount ry
|
3691 |
+
cy cle
|
3692 |
+
Ġbatht ub
|
3693 |
+
Ġp ipe
|
3694 |
+
Ġa eropl
|
3695 |
+
Ġbark ing
|
3696 |
+
Ġqu ite
|
3697 |
+
Ġun pack
|
3698 |
+
st airs
|
3699 |
+
Ġcow s
|
3700 |
+
p ar
|
3701 |
+
Ġspe ak
|
3702 |
+
Ġk angaroo
|
3703 |
+
Ġl id
|
3704 |
+
Ġsqu ash
|
3705 |
+
Ġleop ard
|
3706 |
+
Ġm ama
|
3707 |
+
Ġhapp ier
|
3708 |
+
Ġsp ell
|
3709 |
+
Ġtem p
|
3710 |
+
Ġrep air
|
3711 |
+
Ġlisten ing
|
3712 |
+
Ġbicy cle
|
3713 |
+
Ġse par
|
3714 |
+
im i
|
3715 |
+
ĠEvery thing
|
3716 |
+
Ġs ummer
|
3717 |
+
Ġst ared
|
3718 |
+
Ġc ush
|
3719 |
+
Ġgrab s
|
3720 |
+
Ġmess age
|
3721 |
+
Ġbre at
|
3722 |
+
Ġdidn â
|
3723 |
+
uc t
|
3724 |
+
Ġostri ch
|
3725 |
+
Ġfire work
|
3726 |
+
ĠA lex
|
3727 |
+
Ġhum an
|
3728 |
+
Ġloo p
|
3729 |
+
Ġgi ven
|
3730 |
+
Ġc omet
|
3731 |
+
Ġmu le
|
3732 |
+
h ood
|
3733 |
+
ap a
|
3734 |
+
Ġsor t
|
3735 |
+
Ġimp ro
|
3736 |
+
J enny
|
3737 |
+
Ġgor illa
|
3738 |
+
ĠJoe y
|
3739 |
+
Ġmod est
|
3740 |
+
Ġpa id
|
3741 |
+
Ġfind s
|
3742 |
+
y ear
|
3743 |
+
Ġyog urt
|
3744 |
+
Ġdess ert
|
3745 |
+
Ġme at
|
3746 |
+
Ġob ser
|
3747 |
+
Ġvi olin
|
3748 |
+
Ġu r
|
3749 |
+
ĠS ophie
|
3750 |
+
B ye
|
3751 |
+
Ġhe dge
|
3752 |
+
i pping
|
3753 |
+
Ġsp irit
|
3754 |
+
ĠS m
|
3755 |
+
Ġpull s
|
3756 |
+
Ġtri pped
|
3757 |
+
s hed
|
3758 |
+
Ġjelly fish
|
3759 |
+
Ġmel on
|
3760 |
+
Ġspl it
|
3761 |
+
Ġpaw s
|
3762 |
+
Ġallig ator
|
3763 |
+
Every one
|
3764 |
+
Ġresc ue
|
3765 |
+
Ġs ize
|
3766 |
+
Ġho les
|
3767 |
+
Ġpro v
|
3768 |
+
uck ed
|
3769 |
+
Ġro ared
|
3770 |
+
Ġf ive
|
3771 |
+
Ġforg ave
|
3772 |
+
ĠP at
|
3773 |
+
Ġcat s
|
3774 |
+
Ġwhe at
|
3775 |
+
Ġp urse
|
3776 |
+
Ġreco gn
|
3777 |
+
Ġhipp o
|
3778 |
+
Ġpil ot
|
3779 |
+
Ġha ll
|
3780 |
+
Dad dy
|
3781 |
+
Ġt ax
|
3782 |
+
Ġshe et
|
3783 |
+
Ġp al
|
3784 |
+
Ġca ct
|
3785 |
+
Ġin se
|
3786 |
+
Ġpus hing
|
3787 |
+
oph one
|
3788 |
+
Ġb ikes
|
3789 |
+
Ġorgan ize
|
3790 |
+
c i
|
3791 |
+
Ġswing ing
|
3792 |
+
Ġs le
|
3793 |
+
Ġra ft
|
3794 |
+
Ġsal t
|
3795 |
+
Ġsc old
|
3796 |
+
Ġstart ing
|
3797 |
+
Ġsh ade
|
3798 |
+
Ġbeh ave
|
3799 |
+
Ġb in
|
3800 |
+
Ġlight ning
|
3801 |
+
Ġf le
|
3802 |
+
Ġo at
|
3803 |
+
Ġr ice
|
3804 |
+
ĠSn ow
|
3805 |
+
Ġhair cut
|
3806 |
+
Ġtriang le
|
3807 |
+
e er
|
3808 |
+
Ġbu zz
|
3809 |
+
Ġener gy
|
3810 |
+
isk ers
|
3811 |
+
ĠTweet ie
|
3812 |
+
Åĵ You
|
3813 |
+
Ġb ur
|
3814 |
+
Ġkn ot
|
3815 |
+
Ġfrown ed
|
3816 |
+
b ul
|
3817 |
+
Ġle ar
|
3818 |
+
al ed
|
3819 |
+
Ġlear nt
|
3820 |
+
Ġe ither
|
3821 |
+
Ġpor ch
|
3822 |
+
Ġm ath
|
3823 |
+
Ġrid ing
|
3824 |
+
Ġp ed
|
3825 |
+
Ġli p
|
3826 |
+
lc ano
|
3827 |
+
se um
|
3828 |
+
Ġtra ins
|
3829 |
+
eb ook
|
3830 |
+
Ġend ed
|
3831 |
+
Ġnot ebook
|
3832 |
+
Ġstick er
|
3833 |
+
il ing
|
3834 |
+
in king
|
3835 |
+
Ġl end
|
3836 |
+
Ġwall et
|
3837 |
+
Ġl uck
|
3838 |
+
Ġeven ing
|
3839 |
+
re ci
|
3840 |
+
Ġpand a
|
3841 |
+
Ġcact us
|
3842 |
+
Ġjo kes
|
3843 |
+
Ġch alk
|
3844 |
+
Ġbanan as
|
3845 |
+
Ġpap ers
|
3846 |
+
Ġro d
|
3847 |
+
Ġmu seum
|
3848 |
+
Ġswe ater
|
3849 |
+
Ġapp reci
|
3850 |
+
Ġli ons
|
3851 |
+
Ġpal ace
|
3852 |
+
Ġtax i
|
3853 |
+
Ġvo lcano
|
3854 |
+
u be
|
3855 |
+
Ġshop keeper
|
3856 |
+
Ġch ain
|
3857 |
+
Ġstrawber ry
|
3858 |
+
Ġbear s
|
3859 |
+
Ġroll ing
|
3860 |
+
Ġbo ots
|
3861 |
+
Ġer as
|
3862 |
+
Ġhad n
|
3863 |
+
ast ic
|
3864 |
+
Ġneighb our
|
3865 |
+
Ġbar rel
|
3866 |
+
Ġsh akes
|
3867 |
+
f fe
|
3868 |
+
Ġmic r
|
3869 |
+
ic er
|
3870 |
+
ffe e
|
3871 |
+
oo ped
|
3872 |
+
Ġsil ver
|
3873 |
+
ur ch
|
3874 |
+
Ġla und
|
3875 |
+
Ġal ive
|
3876 |
+
Ġsmell s
|
3877 |
+
Ġm ild
|
3878 |
+
pl ay
|
3879 |
+
Ġre ind
|
3880 |
+
Ġso ck
|
3881 |
+
ĠR ed
|
3882 |
+
ĠJ erry
|
3883 |
+
Ġlaund ry
|
3884 |
+
Ġste ak
|
3885 |
+
ĠAnd y
|
3886 |
+
Ġavo c
|
3887 |
+
Ġin k
|
3888 |
+
Ġpo le
|
3889 |
+
Ġstr ugg
|
3890 |
+
ir on
|
3891 |
+
Ġpus hes
|
3892 |
+
ĠT r
|
3893 |
+
Ġput ting
|
3894 |
+
Ġvis ited
|
3895 |
+
Ġgo al
|
3896 |
+
Ġsoft ly
|
3897 |
+
Ġmagn et
|
3898 |
+
Ġju dge
|
3899 |
+
ed y
|
3900 |
+
Ġtri cks
|
3901 |
+
Ġdraw ings
|
3902 |
+
Ġmicr ophone
|
3903 |
+
Ġcl apping
|
3904 |
+
Ġp ad
|
3905 |
+
Ġo l
|
3906 |
+
Ġh ive
|
3907 |
+
Ġsh ield
|
3908 |
+
Ġt ube
|
3909 |
+
Ġlean ed
|
3910 |
+
Ġcol ours
|
3911 |
+
Ġsail or
|
3912 |
+
Ġsho vel
|
3913 |
+
Ġair port
|
3914 |
+
H a
|
3915 |
+
Ġzoom ed
|
3916 |
+
Ġfall ing
|
3917 |
+
Ġr ag
|
3918 |
+
Ġbelong s
|
3919 |
+
Ġshel ter
|
3920 |
+
ag gie
|
3921 |
+
Ġunl ock
|
3922 |
+
Ġspr ink
|
3923 |
+
Ġche cked
|
3924 |
+
el ery
|
3925 |
+
ha ppy
|
3926 |
+
Ġin sist
|
3927 |
+
Ġpengu in
|
3928 |
+
Ġquar rel
|
3929 |
+
Ġam bul
|
3930 |
+
Ġclimb ing
|
3931 |
+
Ġmar ched
|
3932 |
+
ĠP aul
|
3933 |
+
Ġg ro
|
3934 |
+
Ġdis play
|
3935 |
+
Ġreind eer
|
3936 |
+
c ast
|
3937 |
+
hin o
|
3938 |
+
Ġsa us
|
3939 |
+
ĠB et
|
3940 |
+
en se
|
3941 |
+
Ġaeropl ane
|
3942 |
+
Ġd ive
|
3943 |
+
Ġdis hes
|
3944 |
+
op hy
|
3945 |
+
Ġpol ish
|
3946 |
+
Ġbark s
|
3947 |
+
g es
|
3948 |
+
Ġav ail
|
3949 |
+
Ġdon â
|
3950 |
+
Ġfield s
|
3951 |
+
Ġgra pes
|
3952 |
+
Ġsand cast
|
3953 |
+
Ġambul ance
|
3954 |
+
Ġpe ek
|
3955 |
+
a it
|
3956 |
+
Ġapolog ized
|
3957 |
+
Ġy ach
|
3958 |
+
Ġso il
|
3959 |
+
Ġco ffee
|
3960 |
+
Ġsk ill
|
3961 |
+
ĠP apa
|
3962 |
+
sel y
|
3963 |
+
Ġcostum e
|
3964 |
+
Ġele v
|
3965 |
+
Ġo y
|
3966 |
+
Ġtr ophy
|
3967 |
+
Ġfeel ings
|
3968 |
+
Ġplan et
|
3969 |
+
ĠO r
|
3970 |
+
Ġhop ing
|
3971 |
+
an ic
|
3972 |
+
��fil m
|
3973 |
+
Ġpr un
|
3974 |
+
Ġar t
|
3975 |
+
Ġrubb er
|
3976 |
+
r on
|
3977 |
+
Ġun happy
|
3978 |
+
Ġdrop s
|
3979 |
+
Ġshr imp
|
3980 |
+
n ger
|
3981 |
+
ĠB unny
|
3982 |
+
Ġmed al
|
3983 |
+
Ġk itty
|
3984 |
+
âĤ¬âĢ ľ
|
3985 |
+
Ġthank s
|
3986 |
+
Ġrain ing
|
3987 |
+
Ġm en
|
3988 |
+
ch anic
|
3989 |
+
Ġst om
|
3990 |
+
Ġminut e
|
3991 |
+
Ġelev ator
|
3992 |
+
Ġc elery
|
3993 |
+
Ġc ord
|
3994 |
+
Ġon ion
|
3995 |
+
Ġr hino
|
3996 |
+
Ġavail able
|
3997 |
+
ect ed
|
3998 |
+
Ġeras er
|
3999 |
+
Ġinc l
|
4000 |
+
Ġp age
|
4001 |
+
Ġsh ort
|
4002 |
+
Ġyach t
|
4003 |
+
ree ze
|
4004 |
+
Ġshould n
|
4005 |
+
Ġfis her
|
4006 |
+
Ġperfect ly
|
4007 |
+
Ġimag ine
|
4008 |
+
Ġw ool
|
4009 |
+
Ġmar ry
|
4010 |
+
Ġwin ter
|
4011 |
+
Ġbasket ball
|
4012 |
+
Ġme chanic
|
4013 |
+
ĠB uddy
|
4014 |
+
Ġdi ary
|
4015 |
+
n am
|
4016 |
+
Ġbu l
|
4017 |
+
Ġher b
|
4018 |
+
Ġfl ies
|
4019 |
+
Ġcomplet e
|
4020 |
+
Ġre ver
|
4021 |
+
Ġapp l
|
4022 |
+
Ġclo sely
|
4023 |
+
Ġcard board
|
4024 |
+
Ġinse ct
|
4025 |
+
Ġmag az
|
4026 |
+
Ġeag erly
|
4027 |
+
Ġplay er
|
4028 |
+
ĠWh iskers
|
4029 |
+
e ath
|
4030 |
+
Ġjourn al
|
4031 |
+
ĠW ill
|
4032 |
+
Ġba king
|
4033 |
+
Ġve nd
|
4034 |
+
Ġqu it
|
4035 |
+
Ġf urn
|
4036 |
+
Ġgl ove
|
4037 |
+
it ure
|
4038 |
+
ĠSm ith
|
4039 |
+
Ġdis ag
|
4040 |
+
Ġfurn iture
|
4041 |
+
Ġstuff ed
|
4042 |
+
Ġt ub
|
4043 |
+
Ġbreak s
|
4044 |
+
Ġimag ination
|
4045 |
+
Ġbul b
|
4046 |
+
Ġtreasure s
|
4047 |
+
Ġch urch
|
4048 |
+
g en
|
4049 |
+
ec ause
|
4050 |
+
Ġcount er
|
4051 |
+
an y
|
4052 |
+
Ġw ife
|
4053 |
+
Ġhead ed
|
4054 |
+
Ġcool er
|
4055 |
+
a zz
|
4056 |
+
Ġp air
|
4057 |
+
Ġfree z
|
4058 |
+
Ġfrog s
|
4059 |
+
Ġt ut
|
4060 |
+
qu it
|
4061 |
+
Ġsk ull
|
4062 |
+
ma nd
|
4063 |
+
or ies
|
4064 |
+
Ġp it
|
4065 |
+
Ġkn ob
|
4066 |
+
w een
|
4067 |
+
Ġfa ctor
|
4068 |
+
st ead
|
4069 |
+
r ight
|
4070 |
+
Ġsw itch
|
4071 |
+
Ġfoot ball
|
4072 |
+
pl ace
|
4073 |
+
Ġoff er
|
4074 |
+
id es
|
4075 |
+
Ġsun set
|
4076 |
+
Ġbet ween
|
4077 |
+
Ġli e
|
4078 |
+
if l
|
4079 |
+
aul ifl
|
4080 |
+
Ġche ek
|
4081 |
+
C h
|
4082 |
+
Ġs ym
|
4083 |
+
Ġsw ung
|
4084 |
+
Ġfactor y
|
4085 |
+
Ġcup s
|
4086 |
+
ĠT ed
|
4087 |
+
Ġmotor cycle
|
4088 |
+
Ġchir p
|
4089 |
+
Ġmo s
|
4090 |
+
quit o
|
4091 |
+
Ġfl ame
|
4092 |
+
Ġtw ink
|
4093 |
+
Ġshout ing
|
4094 |
+
. .
|
4095 |
+
nam ent
|
4096 |
+
Ġpain ter
|
4097 |
+
Ġgo lf
|
4098 |
+
Ġpe ach
|
4099 |
+
Ġor nament
|
4100 |
+
ke let
|
4101 |
+
Ġblow ing
|
4102 |
+
Ġh ut
|
4103 |
+
Ġsun g
|
4104 |
+
af fe
|
4105 |
+
Ġhot el
|
4106 |
+
Ġsee ing
|
4107 |
+
Ġc aulifl
|
4108 |
+
Ġfold er
|
4109 |
+
Ġvend or
|
4110 |
+
c cer
|
4111 |
+
ĠM imi
|
4112 |
+
l ass
|
4113 |
+
Ġvide o
|
4114 |
+
Ġmix er
|
4115 |
+
p e
|
4116 |
+
a b
|
4117 |
+
iz es
|
4118 |
+
bo l
|
4119 |
+
Ġthrow s
|
4120 |
+
Ġpir ates
|
4121 |
+
Ġcreat ed
|
4122 |
+
ors es
|
4123 |
+
Ġhead s
|
4124 |
+
Ġo il
|
4125 |
+
Ġk ay
|
4126 |
+
Ġfr ame
|
4127 |
+
Ġmos quito
|
4128 |
+
ang u
|
4129 |
+
Ġcush ion
|
4130 |
+
m m
|
4131 |
+
Ġso ccer
|
4132 |
+
ĠMar ia
|
4133 |
+
Ġfisher man
|
4134 |
+
Ġco al
|
4135 |
+
ĠB un
|
4136 |
+
z zy
|
4137 |
+
Ġsym bol
|
4138 |
+
Ġh orses
|
4139 |
+
Ġc able
|
4140 |
+
cer os
|
4141 |
+
Ġpo pped
|
4142 |
+
Ġl angu
|
4143 |
+
Ġwip e
|
4144 |
+
Ġp ine
|
4145 |
+
ĠB aby
|
4146 |
+
Ġatt ention
|
4147 |
+
Ġs kelet
|
4148 |
+
Ġbatter y
|
4149 |
+
Ġpow der
|
4150 |
+
Ġcaulifl ower
|
4151 |
+
Ġstu d
|
4152 |
+
Ġla ser
|
4153 |
+
e f
|
4154 |
+
re nder
|
4155 |
+
Ġforgot ten
|
4156 |
+
Ġwe ather
|
4157 |
+
ĠL illy
|
4158 |
+
ro d
|
4159 |
+
Ġli ves
|
4160 |
+
Ġm op
|
4161 |
+
os ie
|
4162 |
+
Ġcelebr ated
|
4163 |
+
Ġfis hing
|
4164 |
+
Ġa x
|
4165 |
+
Ġr ot
|
4166 |
+
Ġs ince
|
4167 |
+
Ġtra il
|
4168 |
+
ĠI â
|
4169 |
+
el come
|
4170 |
+
Ġma ze
|
4171 |
+
aw s
|
4172 |
+
Ġphot o
|
4173 |
+
ĠGo d
|
4174 |
+
it es
|
4175 |
+
Ġyog a
|
4176 |
+
Ġsur round
|
4177 |
+
ĠR o
|
4178 |
+
Ġwa ving
|
4179 |
+
ĠGra ce
|
4180 |
+
Ġsle pt
|
4181 |
+
Ġsne ak
|
4182 |
+
Ġan ch
|
4183 |
+
Ġde ar
|
4184 |
+
un ately
|
4185 |
+
Ġgir affe
|
4186 |
+
Ġint rod
|
4187 |
+
Ġrhino ceros
|
4188 |
+
Ġpo ke
|
4189 |
+
Ġsw amp
|
4190 |
+
In side
|
4191 |
+
Ġfle a
|
4192 |
+
Ġpoin ts
|
4193 |
+
Ġit ch
|
4194 |
+
Ġpoin t
|
4195 |
+
Ġglow ing
|
4196 |
+
Ġit â
|
4197 |
+
Ġfire place
|
4198 |
+
Ġb reeze
|
4199 |
+
n ey
|
4200 |
+
lass es
|
4201 |
+
You r
|
4202 |
+
Ġsu b
|
4203 |
+
Ġv et
|
4204 |
+
Ġsung lasses
|
4205 |
+
Ġking dom
|
4206 |
+
ĠAnn ie
|
4207 |
+
Ġmem ories
|
4208 |
+
ĠCh arlie
|
4209 |
+
Ġtut or
|
4210 |
+
Ġstre ng
|
4211 |
+
Ġtun a
|
4212 |
+
Ġ iron
|
4213 |
+
Ġre ve
|
4214 |
+
Ġv est
|
4215 |
+
sp ap
|
4216 |
+
ĠS andy
|
4217 |
+
Ġpet als
|
4218 |
+
Ġfo g
|
4219 |
+
Ġmist akes
|
4220 |
+
Ġax e
|
4221 |
+
Ġcompl ain
|
4222 |
+
Ġbase ball
|
4223 |
+
Ġdan cer
|
4224 |
+
Ġchick ens
|
4225 |
+
Ġpare nt
|
4226 |
+
Ġ ig
|
4227 |
+
her o
|
4228 |
+
Ġnew spap
|
4229 |
+
Ġstreng th
|
4230 |
+
Ġgre edy
|
4231 |
+
Ġce iling
|
4232 |
+
ck ey
|
4233 |
+
Ġsquirrel s
|
4234 |
+
Ġho ckey
|
4235 |
+
Ġig loo
|
4236 |
+
Ġs ir
|
4237 |
+
Ġgr in
|
4238 |
+
Ġanch or
|
4239 |
+
Ġskelet on
|
4240 |
+
ro sc
|
4241 |
+
Ġsniff ed
|
4242 |
+
Ġgro cer
|
4243 |
+
Ġsuper hero
|
4244 |
+
Ġarg ue
|
4245 |
+
ĠU n
|
4246 |
+
Ġnap kin
|
4247 |
+
ch ie
|
4248 |
+
E ventually
|
4249 |
+
Ġgold en
|
4250 |
+
u es
|
4251 |
+
Ġhang ing
|
4252 |
+
Ġtra ve
|
4253 |
+
Ġmusic ian
|
4254 |
+
med i
|
4255 |
+
Ġsk irt
|
4256 |
+
ĠT ony
|
4257 |
+
rosc ope
|
4258 |
+
Ġst aff
|
4259 |
+
Ġtemp le
|
4260 |
+
Ġun if
|
4261 |
+
Ġag ree
|
4262 |
+
Ġsqu e
|
4263 |
+
Ġbu ry
|
4264 |
+
medi ately
|
4265 |
+
Ġthe ater
|
4266 |
+
Ġdis cu
|
4267 |
+
Ġunif orm
|
4268 |
+
Ġeat en
|
4269 |
+
ĠJ ess
|
4270 |
+
Ġsl ipper
|
4271 |
+
Ġwelc omed
|
4272 |
+
Ġse as
|
4273 |
+
Ġshould er
|
4274 |
+
Thank s
|
4275 |
+
Ġz ipper
|
4276 |
+
Ġquiet ly
|
4277 |
+
ss ible
|
4278 |
+
Ġmeet ing
|
4279 |
+
Ġl ime
|
4280 |
+
Ġinv est
|
4281 |
+
ist ol
|
4282 |
+
Ġmic roscope
|
4283 |
+
Ġpin ch
|
4284 |
+
ch air
|
4285 |
+
Ġfl apped
|
4286 |
+
Ġslipper y
|
4287 |
+
Ġaccept ed
|
4288 |
+
Ġf ought
|
4289 |
+
Ġinvest ig
|
4290 |
+
Ġp istol
|
4291 |
+
er c
|
4292 |
+
Ġdoor s
|
4293 |
+
Ġmin er
|
4294 |
+
ree k
|
4295 |
+
Ġrad ish
|
4296 |
+
Ġpl astic
|
4297 |
+
Ġthrow ing
|
4298 |
+
Ġcall s
|
4299 |
+
Ġboun cing
|
4300 |
+
t ress
|
4301 |
+
To day
|
4302 |
+
Ġmat tress
|
4303 |
+
m en
|
4304 |
+
ĠIn stead
|
4305 |
+
Ġsur render
|
4306 |
+
Ġco b
|
4307 |
+
ac es
|
4308 |
+
h ouse
|
4309 |
+
Ġpe ar
|
4310 |
+
Ġc reek
|
4311 |
+
Ġv room
|
4312 |
+
Ġkay ak
|
4313 |
+
Em ma
|
4314 |
+
t ain
|
4315 |
+
Ġmo ves
|
4316 |
+
Ġstick y
|
4317 |
+
Q u
|
4318 |
+
Ġlaw y
|
4319 |
+
W ait
|
4320 |
+
ĠH enry
|
4321 |
+
Ġno vel
|
4322 |
+
all ey
|
4323 |
+
Ġcu b
|
4324 |
+
Ġavoc ado
|
4325 |
+
Ġc ared
|
4326 |
+
Ġs uff
|
4327 |
+
Ġfreez er
|
4328 |
+
Ġlot ion
|
4329 |
+
au d
|
4330 |
+
c ase
|
4331 |
+
l er
|
4332 |
+
is on
|
4333 |
+
ĠM illie
|
4334 |
+
t e
|
4335 |
+
w as
|
4336 |
+
Ġfa uc
|
4337 |
+
an ny
|
4338 |
+
Ġarm chair
|
4339 |
+
Ġwr iting
|
4340 |
+
in ked
|
4341 |
+
Ġre ef
|
4342 |
+
Ġmake up
|
4343 |
+
Ġmyster y
|
4344 |
+
Ġv alley
|
4345 |
+
w eb
|
4346 |
+
Ġt ug
|
4347 |
+
Ġinvestig ate
|
4348 |
+
Ġnew s
|
4349 |
+
Ġsail ing
|
4350 |
+
Ġcher ries
|
4351 |
+
Ġreg ret
|
4352 |
+
Ġcri b
|
4353 |
+
was her
|
4354 |
+
im ney
|
4355 |
+
Ġex erc
|
4356 |
+
Ġoy ster
|
4357 |
+
Ġfauc et
|
4358 |
+
Ġag re
|
4359 |
+
Ġsplas hing
|
4360 |
+
ĠK ate
|
4361 |
+
Ġtick et
|
4362 |
+
Ġcollect ed
|
4363 |
+
Ġwor th
|
4364 |
+
Ġch imney
|
4365 |
+
Ġto il
|
4366 |
+
To gether
|
4367 |
+
Ġpresent s
|
4368 |
+
Ġdish washer
|
4369 |
+
Ġmagaz ine
|
4370 |
+
Ġhapp ens
|
4371 |
+
Ġspray ed
|
4372 |
+
Ġwa gs
|
4373 |
+
ÅĵIt â
|
4374 |
+
N ext
|
4375 |
+
Ġpre vent
|
4376 |
+
Ġcob web
|
4377 |
+
Ġqu ack
|
4378 |
+
Ġve il
|
4379 |
+
Ġcast les
|
4380 |
+
Ġent ered
|
4381 |
+
Ġte ar
|
4382 |
+
Sam my
|
4383 |
+
Ġshr ugged
|
4384 |
+
Ġh ar
|
4385 |
+
Ġpass port
|
4386 |
+
Ġappl aud
|
4387 |
+
Ġche ss
|
4388 |
+
Ġsepar ate
|
4389 |
+
Ġscold ed
|
4390 |
+
le nd
|
4391 |
+
Ċ Ġ
|
4392 |
+
Ġwe igh
|
4393 |
+
Ġtoil et
|
4394 |
+
Ġal arm
|
4395 |
+
ĠDan ny
|
4396 |
+
i ves
|
4397 |
+
Ġblanket s
|
4398 |
+
Ġr ake
|
4399 |
+
Ġign ored
|
4400 |
+
Ġt ucked
|
4401 |
+
Ġlawy er
|
4402 |
+
Ġcho ice
|
4403 |
+
i ved
|
4404 |
+
Ġhop es
|
4405 |
+
Ġatt ach
|
4406 |
+
Ġcoat s
|
4407 |
+
Ġcand les
|
4408 |
+
Ġfollow s
|
4409 |
+
Ġkiss es
|
4410 |
+
Ġapp ro
|
4411 |
+
Ġclass room
|
4412 |
+
ĠR u
|
4413 |
+
e ve
|
4414 |
+
r ing
|
4415 |
+
Ġpudd les
|
4416 |
+
Ġeas ily
|
4417 |
+
Ġap art
|
4418 |
+
et y
|
4419 |
+
s it
|
4420 |
+
Ġdisapp ear
|
4421 |
+
Ġbee f
|
4422 |
+
Ġchair s
|
4423 |
+
Ġburn ed
|
4424 |
+
Ġb other
|
4425 |
+
Ġlet ting
|
4426 |
+
Ġstra ight
|
4427 |
+
ĠN ext
|
4428 |
+
eter in
|
4429 |
+
eterin arian
|
4430 |
+
Ġy ield
|
4431 |
+
Ġwar d
|
4432 |
+
Ġdress ed
|
4433 |
+
Ġcan e
|
4434 |
+
Ġtrust ed
|
4435 |
+
Ġlangu age
|
4436 |
+
Ġs izes
|
4437 |
+
Ġv eterinarian
|
4438 |
+
Ġra z
|
4439 |
+
Ġtele ph
|
4440 |
+
ra ged
|
4441 |
+
Ġcar ing
|
4442 |
+
Ġplan es
|
4443 |
+
Ġward robe
|
4444 |
+
Ġjewel ry
|
4445 |
+
at ched
|
4446 |
+
Ġbl inked
|
4447 |
+
id ay
|
4448 |
+
Ġshow er
|
4449 |
+
Ġr ise
|
4450 |
+
A nn
|
4451 |
+
Ġmiss ile
|
4452 |
+
ĠS u
|
4453 |
+
Ġkeep ing
|
4454 |
+
Ġla wn
|
4455 |
+
Ġre qu
|
4456 |
+
Ġst able
|
4457 |
+
Ġcabin et
|
4458 |
+
Ġcross ed
|
4459 |
+
Ġo ak
|
4460 |
+
ĠH arry
|
4461 |
+
Ġbooks he
|
4462 |
+
v ision
|
4463 |
+
M andy
|
4464 |
+
Ġst ro
|
4465 |
+
Ġteleph one
|
4466 |
+
Ġnewspap er
|
4467 |
+
m end
|
4468 |
+
Ġcl aws
|
4469 |
+
Ġroom s
|
4470 |
+
r s
|
4471 |
+
Ġs igh
|
4472 |
+
Ġpuzz les
|
4473 |
+
Ġa ut
|
4474 |
+
Ġtr ade
|
4475 |
+
Ġinc re
|
4476 |
+
iv al
|
4477 |
+
Ġc ell
|
4478 |
+
Ġwhisp er
|
4479 |
+
Ġtorn ado
|
4480 |
+
Ġscr atch
|
4481 |
+
un a
|
4482 |
+
ang es
|
4483 |
+
Ġbook case
|
4484 |
+
Ġin f
|
4485 |
+
amp oo
|
4486 |
+
Ġblueber ries
|
4487 |
+
Ġsn ap
|
4488 |
+
Ġamaz ement
|
4489 |
+
ĠM iss
|
4490 |
+
Ġper fu
|
4491 |
+
ct ion
|
4492 |
+
om mend
|
4493 |
+
Ġsqu eezed
|
4494 |
+
Ġbookshe lf
|
4495 |
+
B ecause
|
4496 |
+
Ġrec ommend
|
4497 |
+
Ġop era
|
4498 |
+
ĠR osie
|
4499 |
+
Ġsub way
|
4500 |
+
Ġp ra
|
4501 |
+
at ie
|
4502 |
+
Ġg ym
|
4503 |
+
Ġdel ay
|
4504 |
+
Ġgr ill
|
4505 |
+
ĠS ee
|
4506 |
+
ĠA b
|
4507 |
+
Ġraz or
|
4508 |
+
Ġbl ouse
|
4509 |
+
Ġrequ est
|
4510 |
+
Ġcraw ling
|
4511 |
+
ĠHe lp
|
4512 |
+
Ġp ur
|
4513 |
+
Ġpo ked
|
4514 |
+
âĤ¬ .
|
4515 |
+
Ġtele vision
|
4516 |
+
Ġb ill
|
4517 |
+
Ġho l
|
4518 |
+
gg y
|
4519 |
+
Ġfollow ing
|
4520 |
+
om es
|
4521 |
+
ict ion
|
4522 |
+
Ġsh ampoo
|
4523 |
+
ĠTr ue
|
4524 |
+
Ġf ile
|
4525 |
+
Ġli cks
|
4526 |
+
Ġsp ear
|
4527 |
+
Ġsqu eeze
|
4528 |
+
Ġhol iday
|
4529 |
+
Ġexper ience
|
4530 |
+
Ġl umber
|
4531 |
+
Ġimpro ve
|
4532 |
+
Ġmin t
|
4533 |
+
Ġperfu me
|
4534 |
+
Ġser ve
|
4535 |
+
Ġde mand
|
4536 |
+
Ġste am
|
4537 |
+
Ġcl iff
|
4538 |
+
Ġring ing
|
4539 |
+
Ġcr ow
|
4540 |
+
fort unately
|
4541 |
+
iction ary
|
4542 |
+
I s
|
4543 |
+
bb ie
|
4544 |
+
Ġribb on
|
4545 |
+
a h
|
4546 |
+
Ġim mediately
|
4547 |
+
Ġhelp er
|
4548 |
+
Ġmuff in
|
4549 |
+
Ġf est
|
4550 |
+
Ġgrow led
|
4551 |
+
Ġis n
|
4552 |
+
Ġbe gged
|
4553 |
+
Ġd ictionary
|
4554 |
+
Ġmat ches
|
4555 |
+
Ġshr ink
|
4556 |
+
Ġwas te
|
4557 |
+
Ġbl ood
|
4558 |
+
Ġbird c
|
4559 |
+
Ġpr op
|
4560 |
+
Ġide as
|
4561 |
+
Ġwarm th
|
4562 |
+
i b
|
4563 |
+
Ġmust ache
|
4564 |
+
Ġsn eeze
|
4565 |
+
ore s
|
4566 |
+
ĠJ ul
|
4567 |
+
Ġinv ite
|
4568 |
+
h ic
|
4569 |
+
Ġg ear
|
4570 |
+
Ġbirdc age
|
4571 |
+
Ġve hic
|
4572 |
+
up s
|
4573 |
+
Ġfu el
|
4574 |
+
Ġal right
|
4575 |
+
Ġrabbit s
|
4576 |
+
uck ily
|
4577 |
+
as is
|
4578 |
+
Ġca lend
|
4579 |
+
Ġwe ep
|
4580 |
+
Ġy ucky
|
4581 |
+
Ġflut ter
|
4582 |
+
Ġinst r
|
4583 |
+
Ġfall en
|
4584 |
+
Ġmar ried
|
4585 |
+
ĠR e
|
4586 |
+
Ġber ry
|
4587 |
+
l ier
|
4588 |
+
Ġra il
|
4589 |
+
Ġr ow
|
4590 |
+
Ġpast ry
|
4591 |
+
D id
|
4592 |
+
Ġref re
|
4593 |
+
uc ture
|
4594 |
+
Ġworm s
|
4595 |
+
Ġstr ucture
|
4596 |
+
Ġlaug ht
|
4597 |
+
Ġsurpr ises
|
4598 |
+
Ġbrave ly
|
4599 |
+
Ġbel ow
|
4600 |
+
Ġcalend ar
|
4601 |
+
Ġo asis
|
4602 |
+
ĠCl ara
|
4603 |
+
Ġwander ed
|
4604 |
+
Ġb le
|
4605 |
+
W ill
|
4606 |
+
Ġw igg
|
4607 |
+
Ġkne el
|
4608 |
+
is ing
|
4609 |
+
Ġd ire
|
4610 |
+
Ġunderstand ing
|
4611 |
+
Ġhurt ing
|
4612 |
+
Ġlaught er
|
4613 |
+
omed ay
|
4614 |
+
Ġdra in
|
4615 |
+
Ġp ages
|
4616 |
+
O k
|
4617 |
+
Ġheart s
|
4618 |
+
Ġent er
|
4619 |
+
Ġair pl
|
4620 |
+
ink y
|
4621 |
+
Ġit em
|
4622 |
+
ĠI s
|
4623 |
+
om ob
|
4624 |
+
Ġhar b
|
4625 |
+
Ġre aches
|
4626 |
+
Ġap ron
|
4627 |
+
as p
|
4628 |
+
Ġsaf ety
|
4629 |
+
Ġflo at
|
4630 |
+
Ġcra sh
|
4631 |
+
Ġaut omob
|
4632 |
+
Ġbat he
|
4633 |
+
Ġbu ried
|
4634 |
+
Ġj unk
|
4635 |
+
Åĵ No
|
4636 |
+
Ġbuck le
|
4637 |
+
Ġadm ir
|
4638 |
+
Ġro ot
|
4639 |
+
Ġcap tain
|
4640 |
+
Ġstrawber ries
|
4641 |
+
Ġmy self
|
4642 |
+
ache l
|
4643 |
+
Ġrelax ed
|
4644 |
+
Ġsandcast le
|
4645 |
+
or al
|
4646 |
+
Ġign ore
|
4647 |
+
Ġskill s
|
4648 |
+
W elcome
|
4649 |
+
Ġpl ates
|
4650 |
+
L isa
|
4651 |
+
' ve
|
4652 |
+
Ġwh ip
|
4653 |
+
ĠK ing
|
4654 |
+
Ġsp ade
|
4655 |
+
Ġmoment s
|
4656 |
+
ĠF o
|
4657 |
+
Ġrever se
|
4658 |
+
ht ray
|
4659 |
+
ĠW ho
|
4660 |
+
ic ing
|
4661 |
+
Ġqu iz
|
4662 |
+
Ġas htray
|
4663 |
+
Ġfest ival
|
4664 |
+
ar i
|
4665 |
+
Ġbe amed
|
4666 |
+
' .
|
4667 |
+
Ġsn apped
|
4668 |
+
r iger
|
4669 |
+
Ġs omeday
|
4670 |
+
c akes
|
4671 |
+
Ġref riger
|
4672 |
+
Ġra ise
|
4673 |
+
Ġrece ived
|
4674 |
+
Y uck
|
4675 |
+
Ġrefriger ator
|
4676 |
+
Ġear lier
|
4677 |
+
Ġto ng
|
4678 |
+
Ġli c
|
4679 |
+
ĠFr eddy
|
4680 |
+
Ġwe ap
|
4681 |
+
Ġv ac
|
4682 |
+
Ġteach ing
|
4683 |
+
Ġma ss
|
4684 |
+
Ġharb or
|
4685 |
+
ĠPe ople
|
4686 |
+
Ġmod el
|
4687 |
+
ĠSnow y
|
4688 |
+
Ġspark ling
|
4689 |
+
Ġspot s
|
4690 |
+
ap ed
|
4691 |
+
Ġinsist ed
|
4692 |
+
Ġsa ving
|
4693 |
+
Ġvan ished
|
4694 |
+
Ġso cks
|
4695 |
+
Ġbump ed
|
4696 |
+
ĠIt s
|
4697 |
+
Ġth umb
|
4698 |
+
an na
|
4699 |
+
Ġd ried
|
4700 |
+
Ġsupp ly
|
4701 |
+
iss ion
|
4702 |
+
Ġblack board
|
4703 |
+
ig ail
|
4704 |
+
Ġprep are
|
4705 |
+
Ġj ail
|
4706 |
+
Ġjew els
|
4707 |
+
Ġspend ing
|
4708 |
+
Ġbal an
|
4709 |
+
Ġscatter ed
|
4710 |
+
ĠBe fore
|
4711 |
+
x y
|
4712 |
+
Ġto es
|
4713 |
+
Ġsc ooped
|
4714 |
+
Ġsett led
|
4715 |
+
Ġperm ission
|
4716 |
+
Ġspark le
|
4717 |
+
Ġkn own
|
4718 |
+
ct ly
|
4719 |
+
Ġbreat he
|
4720 |
+
Ġbo ot
|
4721 |
+
Ġyawn ed
|
4722 |
+
Ġre s
|
4723 |
+
ĠM ay
|
4724 |
+
W ith
|
4725 |
+
am ber
|
4726 |
+
ĠJ ames
|
4727 |
+
Ġa chie
|
4728 |
+
Ġdestroy ed
|
4729 |
+
Ġbath robe
|
4730 |
+
Ġte ase
|
4731 |
+
Ġrem ain
|
4732 |
+
Ġhard ly
|
4733 |
+
Ġencou raged
|
4734 |
+
Ġrepl ace
|
4735 |
+
Ġwaff le
|
4736 |
+
ant ly
|
4737 |
+
Ġpr ide
|
4738 |
+
Ġlemon ade
|
4739 |
+
Ġd are
|
4740 |
+
Ġha nger
|
4741 |
+
Ġsit s
|
4742 |
+
Ġpull ing
|
4743 |
+
ĠH ave
|
4744 |
+
Ġdecor ations
|
4745 |
+
st ers
|
4746 |
+
op s
|
4747 |
+
Ġrem ove
|
4748 |
+
P eter
|
4749 |
+
Ġcudd led
|
4750 |
+
Ġh ate
|
4751 |
+
Ġd aisy
|
4752 |
+
Ġlic ense
|
4753 |
+
av id
|
4754 |
+
Ġbean s
|
4755 |
+
Ġs imp
|
4756 |
+
Ġp ort
|
4757 |
+
Ġresp ons
|
4758 |
+
iz ard
|
4759 |
+
Ġpra ised
|
4760 |
+
s ing
|
4761 |
+
re at
|
4762 |
+
Ġchirp ing
|
4763 |
+
Ġhit s
|
4764 |
+
ent s
|
4765 |
+
Ġe qu
|
4766 |
+
Ġfast est
|
4767 |
+
Ġsuff er
|
4768 |
+
xt ure
|
4769 |
+
Ġbuzz ing
|
4770 |
+
Ġpatient ly
|
4771 |
+
Ġdress es
|
4772 |
+
Ġm ention
|
4773 |
+
Ġble ed
|
4774 |
+
s ity
|
4775 |
+
Ġr hy
|
4776 |
+
Ġautomob ile
|
4777 |
+
n ies
|
4778 |
+
Ġappreci ate
|
4779 |
+
Ġpo ppy
|
4780 |
+
Ġdest ination
|
4781 |
+
Ġtall er
|
4782 |
+
Ġm all
|
4783 |
+
o sed
|
4784 |
+
Ġh omes
|
4785 |
+
Ġn ation
|
4786 |
+
i um
|
4787 |
+
Ġd igg
|
4788 |
+
Ġfl av
|
4789 |
+
Ġclimb s
|
4790 |
+
Ġgu y
|
4791 |
+
Ġwas hing
|
4792 |
+
Ġp alm
|
4793 |
+
Ġgl o
|
4794 |
+
Ġsh ot
|
4795 |
+
Ġlab el
|
4796 |
+
Em ily
|
4797 |
+
Ġbelie ved
|
4798 |
+
Ġdigg ing
|
4799 |
+
A ll
|
4800 |
+
Ġappro ached
|
4801 |
+
Ġhe sit
|
4802 |
+
f ied
|
4803 |
+
M mm
|
4804 |
+
Ġn one
|
4805 |
+
Ġto re
|
4806 |
+
Ġdeep er
|
4807 |
+
Ġw ine
|
4808 |
+
Ġinf ant
|
4809 |
+
u de
|
4810 |
+
Ġrest ore
|
4811 |
+
Ġsc ore
|
4812 |
+
Ġher s
|
4813 |
+
ĠT ina
|
4814 |
+
r m
|
4815 |
+
Ġm itten
|
4816 |
+
Ġch amber
|
4817 |
+
ĠO llie
|
4818 |
+
Ġsaus age
|
4819 |
+
Ġstrugg ling
|
4820 |
+
Ġhe at
|
4821 |
+
Ġdiffere n
|
4822 |
+
Ġtong ue
|
4823 |
+
Ġhill s
|
4824 |
+
Ġhur ric
|
4825 |
+
Ġpun ish
|
4826 |
+
Ġpillow s
|
4827 |
+
Ġbill board
|
4828 |
+
Ġsn eezed
|
4829 |
+
Ġsp ort
|
4830 |
+
Ġw izard
|
4831 |
+
ĠE ach
|
4832 |
+
Ġup stairs
|
4833 |
+
Ġthr illed
|
4834 |
+
Ġprov ide
|
4835 |
+
Ġbra in
|
4836 |
+
Ġaw e
|
4837 |
+
Ġdiscu ss
|
4838 |
+
J ake
|
4839 |
+
Ġpan ic
|
4840 |
+
Ġwar ning
|
4841 |
+
Ġtwist ed
|
4842 |
+
Ġgl owed
|
4843 |
+
Ġuniver se
|
4844 |
+
Ġfire f
|
4845 |
+
Ġthe rm
|
4846 |
+
Ġvac ation
|
4847 |
+
Ġwor se
|
4848 |
+
Ġcr unch
|
4849 |
+
Ġpo ison
|
4850 |
+
Ġshe d
|
4851 |
+
Ġsol ved
|
4852 |
+
Ġpart s
|
4853 |
+
os ity
|
4854 |
+
ĠC o
|
4855 |
+
be y
|
4856 |
+
Ġe vent
|
4857 |
+
Ġset ting
|
4858 |
+
all en
|
4859 |
+
Ġto ur
|
4860 |
+
Ġrem ained
|
4861 |
+
M ark
|
4862 |
+
Ġairpl ane
|
4863 |
+
Ġhurric ane
|
4864 |
+
Ġtherm omet
|
4865 |
+
Ġplay s
|
4866 |
+
Ġexam ine
|
4867 |
+
Ġspark les
|
4868 |
+
Ġshoot ing
|
4869 |
+
Ġinv it
|
4870 |
+
Ġneighbor hood
|
4871 |
+
Ġst y
|
4872 |
+
Ġch ores
|
4873 |
+
Ġor anges
|
4874 |
+
Ġflo ated
|
4875 |
+
Ġran ch
|
4876 |
+
Ġch allen
|
4877 |
+
ĠM aggie
|
4878 |
+
th m
|
4879 |
+
Ġweek s
|
4880 |
+
Ġle ak
|
4881 |
+
ĠEvery day
|
4882 |
+
Ġuniver sity
|
4883 |
+
Ġpaint s
|
4884 |
+
Ġthermomet er
|
4885 |
+
The se
|
4886 |
+
Ġbit es
|
4887 |
+
Ġrepe at
|
4888 |
+
Ġb ang
|
4889 |
+
ad ium
|
4890 |
+
Ġflo ating
|
4891 |
+
Ġfix ing
|
4892 |
+
g ing
|
4893 |
+
Ġmeas ured
|
4894 |
+
S h
|
4895 |
+
ĠBet sy
|
4896 |
+
Ġst adium
|
4897 |
+
Ġgrin ned
|
4898 |
+
! '
|
4899 |
+
d o
|
4900 |
+
Ġd uring
|
4901 |
+
!" ,
|
4902 |
+
Ġsurround ed
|
4903 |
+
Ġsupp osed
|
4904 |
+
asp oon
|
4905 |
+
Ġcon f
|
4906 |
+
Ġrhy thm
|
4907 |
+
Ġmass age
|
4908 |
+
Ġbr ings
|
4909 |
+
F l
|
4910 |
+
Ġpa used
|
4911 |
+
Ġcher ry
|
4912 |
+
Ġgif ts
|
4913 |
+
Ġf ut
|
4914 |
+
Ġsprink les
|
4915 |
+
Ġfa sc
|
4916 |
+
Ġfut ure
|
4917 |
+
Ġmem ory
|
4918 |
+
ÅĵI â
|
4919 |
+
Ġte aspoon
|
4920 |
+
Ġgre y
|
4921 |
+
r ise
|
4922 |
+
Ġcollect ion
|
4923 |
+
Ġsign s
|
4924 |
+
J en
|
4925 |
+
Ġmarble s
|
4926 |
+
N ot
|
4927 |
+
bble s
|
4928 |
+
Ġj azz
|
4929 |
+
W ould
|
4930 |
+
Ġstom ach
|
4931 |
+
ĠBu zz
|
4932 |
+
em ember
|
4933 |
+
Ġg ust
|
4934 |
+
Ġwis dom
|
4935 |
+
Ġact ually
|
4936 |
+
Ġfl ood
|
4937 |
+
Ġdisco very
|
4938 |
+
Ġincl ud
|
4939 |
+
Ġse w
|
4940 |
+
Ġvehic le
|
4941 |
+
Ġt ide
|
4942 |
+
Ġl ily
|
4943 |
+
Ġgirl s
|
4944 |
+
Ġsun rise
|
4945 |
+
ĠG ood
|
4946 |
+
is hing
|
4947 |
+
ĠL iz
|
4948 |
+
v et
|
4949 |
+
ÅĵThat â
|
4950 |
+
Ġme owed
|
4951 |
+
l s
|
4952 |
+
Ġelephant s
|
4953 |
+
Ġur ge
|
4954 |
+
Ġexerc ise
|
4955 |
+
Ġmail man
|
4956 |
+
Ġl ugg
|
4957 |
+
um ble
|
4958 |
+
Ġdec ision
|
4959 |
+
Ġchew ed
|
4960 |
+
Ġr ush
|
4961 |
+
Ġweap on
|
4962 |
+
Ġstr ang
|
4963 |
+
Ġobser ve
|
4964 |
+
Ġlugg age
|
4965 |
+
Ġun ite
|
4966 |
+
Ġcartoon s
|
4967 |
+
er o
|
4968 |
+
Ġso re
|
4969 |
+
Ġfasc in
|
4970 |
+
Ġtomato es
|
4971 |
+
i ers
|
4972 |
+
Ġsc ur
|
4973 |
+
Ġpo ssible
|
4974 |
+
Ġto e
|
4975 |
+
ĠL ater
|
4976 |
+
all ow
|
4977 |
+
c les
|
4978 |
+
Ġsun light
|
4979 |
+
it ies
|
4980 |
+
Ġfold ed
|
4981 |
+
Ġcur led
|
4982 |
+
Ġ V
|
4983 |
+
Ġchir ped
|
4984 |
+
Ġr ust
|
4985 |
+
Ġmelt ed
|
4986 |
+
ĠRu by
|
4987 |
+
Ġsp ill
|
4988 |
+
Ġc akes
|
4989 |
+
u ing
|
4990 |
+
Ġs ip
|
4991 |
+
Ġcollect ing
|
4992 |
+
Ġ x
|
4993 |
+
Ġgra pe
|
4994 |
+
s on
|
4995 |
+
ĠJo y
|
4996 |
+
Ġminer al
|
4997 |
+
e ed
|
4998 |
+
ĠR achel
|
4999 |
+
Ġbr us
|
5000 |
+
Ġdifferen ce
|
5001 |
+
Ġproblem s
|
5002 |
+
Ġb ak
|
5003 |
+
L e
|
5004 |
+
Ġtrack s
|
5005 |
+
Ġjo gging
|
5006 |
+
Jo hnny
|
5007 |
+
Ġwhere ver
|
5008 |
+
ĠM e
|
5009 |
+
Re ady
|
5010 |
+
A l
|
5011 |
+
Ġmountain s
|
5012 |
+
ip ment
|
5013 |
+
Ġb es
|
5014 |
+
Ġslid ing
|
5015 |
+
er ation
|
5016 |
+
Ġman age
|
5017 |
+
Ġequ ipment
|
5018 |
+
et ch
|
5019 |
+
Ġla id
|
5020 |
+
Ġli ck
|
5021 |
+
Ġadmir ing
|
5022 |
+
Ġwater ed
|
5023 |
+
c ious
|
5024 |
+
Ġsat is
|
5025 |
+
Ġcont ain
|
5026 |
+
Ġbri cks
|
5027 |
+
ĠSp ike
|
5028 |
+
o ved
|
5029 |
+
Ġtwig s
|
5030 |
+
r r
|
5031 |
+
ĠSome one
|
5032 |
+
Ġpattern s
|
5033 |
+
Ġkind ly
|
5034 |
+
Ġpet ted
|
5035 |
+
Ġsk ipping
|
5036 |
+
Ġpotato es
|
5037 |
+
Ġseat s
|
5038 |
+
E x
|
5039 |
+
b ers
|
5040 |
+
Ġsold iers
|
5041 |
+
Ġglo ves
|
5042 |
+
Ġsp aces
|
5043 |
+
z ag
|
5044 |
+
joy ed
|
5045 |
+
und ay
|
5046 |
+
Ġrece ive
|
5047 |
+
Ġkeep er
|
5048 |
+
Ġco pper
|
5049 |
+
Ġe mer
|
5050 |
+
Ġsl ice
|
5051 |
+
Ġlet s
|
5052 |
+
Ġg ain
|
5053 |
+
dd y
|
5054 |
+
Ġcontin ue
|
5055 |
+
Ġord ered
|
5056 |
+
Ġstrang ers
|
5057 |
+
w alk
|
5058 |
+
Ġover joyed
|
5059 |
+
Ġwat ches
|
5060 |
+
Ġgot ten
|
5061 |
+
Ġpig s
|
5062 |
+
om as
|
5063 |
+
Ġz ipped
|
5064 |
+
m other
|
5065 |
+
ĠS unday
|
5066 |
+
Ġland s
|
5067 |
+
Ġwhist ling
|
5068 |
+
Ġg az
|
5069 |
+
Ġbes ide
|
5070 |
+
Åĵ Thank
|
5071 |
+
Ġsaf ari
|
5072 |
+
Ġbe g
|
5073 |
+
Ġpray ed
|
5074 |
+
ĠC at
|
5075 |
+
S usie
|
5076 |
+
Ġpe ered
|
5077 |
+
Ġnet work
|
5078 |
+
ĠSt eve
|
5079 |
+
bb led
|
5080 |
+
Ġsp it
|
5081 |
+
Ġe ff
|
5082 |
+
Ġinvit ation
|
5083 |
+
Ġmarch ing
|
5084 |
+
Ġour s
|
5085 |
+
as es
|
5086 |
+
Ġgl itter
|
5087 |
+
ĠP enny
|
5088 |
+
Ġwood en
|
5089 |
+
Ġearth qu
|
5090 |
+
Ġside walk
|
5091 |
+
Ġeag le
|
5092 |
+
ig zag
|
5093 |
+
Ġdog gy
|
5094 |
+
Ġdrink s
|
5095 |
+
Ġgrocer y
|
5096 |
+
ir p
|
5097 |
+
Ġwe ight
|
5098 |
+
Ġn avy
|
5099 |
+
Ġacorn s
|
5100 |
+
Ġatt ached
|
5101 |
+
Ġra ised
|
5102 |
+
Ġdisag reed
|
5103 |
+
l oe
|
5104 |
+
Ġwere n
|
5105 |
+
Y um
|
5106 |
+
ĠP oppy
|
5107 |
+
ĠLet â
|
5108 |
+
ĠM illy
|
5109 |
+
Ġbe at
|
5110 |
+
Ġcomp any
|
5111 |
+
O uch
|
5112 |
+
Ġm ister
|
5113 |
+
Ġburn ing
|
5114 |
+
f y
|
5115 |
+
Ġon wards
|
5116 |
+
he st
|
5117 |
+
" ,
|
5118 |
+
Ġw re
|
5119 |
+
Ġhapp iest
|
5120 |
+
ĠSp ark
|
5121 |
+
M oral
|
5122 |
+
Ġra cing
|
5123 |
+
Ġbr id
|
5124 |
+
Be fore
|
5125 |
+
Ġcra shed
|
5126 |
+
Ġspoon s
|
5127 |
+
Ġf ed
|
5128 |
+
Ġcrunch y
|
5129 |
+
Ġpeanut s
|
5130 |
+
Ġwhist led
|
5131 |
+
ĠSh aring
|
5132 |
+
Ġpri ce
|
5133 |
+
se ek
|
5134 |
+
Ġme ow
|
5135 |
+
Ġhur ried
|
5136 |
+
Ġhis t
|
5137 |
+
Ġoff icer
|
5138 |
+
ĠR a
|
5139 |
+
Ġbri ck
|
5140 |
+
Ġacc om
|
5141 |
+
Ġtre mb
|
5142 |
+
Ġrefre shed
|
5143 |
+
Ġp ies
|
5144 |
+
Ġrem em
|
5145 |
+
Ġfl ap
|
5146 |
+
Ġwork s
|
5147 |
+
Ġcle aring
|
5148 |
+
n ie
|
5149 |
+
ĠS ad
|
5150 |
+
Ġop eration
|
5151 |
+
Ġprep ared
|
5152 |
+
Ġbow ed
|
5153 |
+
Ġscr atched
|
5154 |
+
Ġremem bers
|
5155 |
+
Ġhist ory
|
5156 |
+
Ġex a
|
5157 |
+
ad ed
|
5158 |
+
Ġlip s
|
5159 |
+
am b
|
5160 |
+
Re ally
|
5161 |
+
ĠK atie
|
5162 |
+
Ġfirework s
|
5163 |
+
Ġprun e
|
5164 |
+
Åĵ We
|
5165 |
+
Ġesc aped
|
5166 |
+
R o
|
5167 |
+
Ġdinosaur s
|
5168 |
+
Ġmen u
|
5169 |
+
ĠAb igail
|
5170 |
+
Ġbrid ges
|
5171 |
+
Ġtal ent
|
5172 |
+
Ġplant ed
|
5173 |
+
am ie
|
5174 |
+
Ġbuild ings
|
5175 |
+
Ġreve aled
|
5176 |
+
Ġeas ier
|
5177 |
+
Ġby e
|
5178 |
+
Ġturn ing
|
5179 |
+
Ġcom fy
|
5180 |
+
Ġscream s
|
5181 |
+
Ġol ive
|
5182 |
+
Ġbra nd
|
5183 |
+
ĠCh r
|
5184 |
+
Ġ Qu
|
5185 |
+
Ġhat ed
|
5186 |
+
Ġc hat
|
5187 |
+
Ġsell ing
|
5188 |
+
Ġsnow ball
|
5189 |
+
d ie
|
5190 |
+
ĠL una
|
5191 |
+
Ġrecogn ized
|
5192 |
+
Ġwar n
|
5193 |
+
Ġaccom pl
|
5194 |
+
Ġcre pt
|
5195 |
+
Ġpre cious
|
5196 |
+
ĠZ oe
|
5197 |
+
Ġland sc
|
5198 |
+
omet hing
|
5199 |
+
ĠF ro
|
5200 |
+
Ġstri p
|
5201 |
+
ĠN ot
|
5202 |
+
Ġmu ddy
|
5203 |
+
Ġpad d
|
5204 |
+
Ġw id
|
5205 |
+
Ġdr inking
|
5206 |
+
Ġs ings
|
5207 |
+
xy gen
|
5208 |
+
Ġbed s
|
5209 |
+
Ġpu pp
|
5210 |
+
ect ure
|
5211 |
+
Ġsett le
|
5212 |
+
Ġearthqu ake
|
5213 |
+
ĠM at
|
5214 |
+
Ġsimp le
|
5215 |
+
Ġeff ort
|
5216 |
+
c c
|
5217 |
+
ĠRe my
|
5218 |
+
Ġremind er
|
5219 |
+
Ġspaces hip
|
5220 |
+
Ġmeas uring
|
5221 |
+
Ġsl ip
|
5222 |
+
Ġper ched
|
5223 |
+
Ġl ecture
|
5224 |
+
Ġb ones
|
5225 |
+
Ġser ved
|
5226 |
+
Ġapp ear
|
5227 |
+
Ġwonder s
|
5228 |
+
Ġshadow s
|
5229 |
+
Ġwait s
|
5230 |
+
Ġvo ices
|
5231 |
+
Åĵ Can
|
5232 |
+
Ġcudd le
|
5233 |
+
Ġevery day
|
5234 |
+
Ġped al
|
5235 |
+
Ġp itch
|
5236 |
+
Ġcomfort ed
|
5237 |
+
Ġagre ement
|
5238 |
+
Ġrespons ible
|
5239 |
+
Ġcirc us
|
5240 |
+
Ġrain ed
|
5241 |
+
Ġve l
|
5242 |
+
Ġo bey
|
5243 |
+
ff ic
|
5244 |
+
Ġv ict
|
5245 |
+
Ġt ip
|
5246 |
+
Ġso ared
|
5247 |
+
Ġall ow
|
5248 |
+
Ġany time
|
5249 |
+
Ġtra pped
|
5250 |
+
Ġc al
|
5251 |
+
Ġwhat ever
|
5252 |
+
Ġz igzag
|
5253 |
+
Ġtast es
|
5254 |
+
Ġapolog ize
|
5255 |
+
Ġlandsc ape
|
5256 |
+
Ġcut ting
|
5257 |
+
Ġsucceed ed
|
5258 |
+
Ġsho pping
|
5259 |
+
Ġran g
|
5260 |
+
Ġpet s
|
5261 |
+
Ġsecret s
|
5262 |
+
Ġvill ag
|
5263 |
+
Ġfa sh
|
5264 |
+
ĠD avid
|
5265 |
+
Ġvel vet
|
5266 |
+
Ġprin ter
|
5267 |
+
Ġdisturb ed
|
5268 |
+
Ġwa ist
|
5269 |
+
Ġitem s
|
5270 |
+
Ġswim s
|
5271 |
+
Ġb un
|
5272 |
+
Ġtra ffic
|
5273 |
+
Ġpract icing
|
5274 |
+
Ġste el
|
5275 |
+
Ġbring ing
|
5276 |
+
Ġoat s
|
5277 |
+
Ġexa ctly
|
5278 |
+
Ġsister s
|
5279 |
+
Ġrest ed
|
5280 |
+
Ġvisit ing
|
5281 |
+
Ġsc oop
|
5282 |
+
Ġact iv
|
5283 |
+
L uckily
|
5284 |
+
Ġcostum es
|
5285 |
+
anna h
|
5286 |
+
Ġansw ers
|
5287 |
+
ĠFr ank
|
5288 |
+
iz ing
|
5289 |
+
Ġol ives
|
5290 |
+
i en
|
5291 |
+
m ble
|
5292 |
+
Ġbr ushed
|
5293 |
+
Ġsty le
|
5294 |
+
Ġmouth s
|
5295 |
+
ĠP r
|
5296 |
+
Ġso ak
|
5297 |
+
la ire
|
5298 |
+
Ġcuri osity
|
5299 |
+
is hes
|
5300 |
+
Ġout do
|
5301 |
+
n eath
|
5302 |
+
Ġbre aking
|
5303 |
+
Ġfash ion
|
5304 |
+
ĠS unny
|
5305 |
+
Ġre le
|
5306 |
+
Ġown ed
|
5307 |
+
Ġlady b
|
5308 |
+
Ġencou rage
|
5309 |
+
ĠN ut
|
5310 |
+
Åĵ Don
|
5311 |
+
Ġkn elt
|
5312 |
+
Ġfascin ated
|
5313 |
+
Ġle ather
|
5314 |
+
m are
|
5315 |
+
Ġim age
|
5316 |
+
igg y
|
5317 |
+
Ġvillag ers
|
5318 |
+
om ing
|
5319 |
+
Ġnail s
|
5320 |
+
Ġben eath
|
5321 |
+
ic orn
|
5322 |
+
Ġunder ground
|
5323 |
+
Ġwaff les
|
5324 |
+
T weet
|
5325 |
+
Ġun icorn
|
5326 |
+
Ġsad ness
|
5327 |
+
ent y
|
5328 |
+
ter day
|
5329 |
+
Ġunl ocked
|
5330 |
+
ind a
|
5331 |
+
Ġd ied
|
5332 |
+
Ġrecogn ize
|
5333 |
+
ĠIt â
|
5334 |
+
Ġdown stairs
|
5335 |
+
Ġcre ation
|
5336 |
+
Ġcatch ing
|
5337 |
+
ĠCh irp
|
5338 |
+
Ġgrand mother
|
5339 |
+
Ġo xygen
|
5340 |
+
ist en
|
5341 |
+
Ġmon sters
|
5342 |
+
Ġtre mble
|
5343 |
+
Ġche f
|
5344 |
+
ĠJ e
|
5345 |
+
Ġeat s
|
5346 |
+
ĠThe se
|
5347 |
+
Ġpup il
|
5348 |
+
i k
|
5349 |
+
Ġwant ing
|
5350 |
+
Ġnight mare
|
5351 |
+
Ġjo gged
|
5352 |
+
Ġc ape
|
5353 |
+
Ġstri pes
|
5354 |
+
Ġdoctor s
|
5355 |
+
Ġso aring
|
5356 |
+
Ġblueber ry
|
5357 |
+
le y
|
5358 |
+
ĠHow ever
|
5359 |
+
Ġstr uggled
|
5360 |
+
Ġlem ons
|
5361 |
+
ĠB eth
|
5362 |
+
Ġwonder ing
|
5363 |
+
Ġbleed ing
|
5364 |
+
Ġpun ished
|
5365 |
+
Ha ppy
|
5366 |
+
Ġg ained
|
5367 |
+
Ġfam il
|
5368 |
+
ay la
|
5369 |
+
d am
|
5370 |
+
Ġf etch
|
5371 |
+
ĠS omething
|
5372 |
+
Ġexam ined
|
5373 |
+
Ġn icer
|
5374 |
+
Ġguess ed
|
5375 |
+
Ġplan ned
|
5376 |
+
Ġdra g
|
5377 |
+
Ġc aut
|
5378 |
+
Ġsit u
|
5379 |
+
Ġmach ines
|
5380 |
+
Ġmiss ion
|
5381 |
+
F irst
|
5382 |
+
Ġsteal ing
|
5383 |
+
Ġarg ued
|
5384 |
+
u ke
|
5385 |
+
Ġare a
|
5386 |
+
ĠF irst
|
5387 |
+
Ġcomp le
|
5388 |
+
Ġpil es
|
5389 |
+
Ġs i
|
5390 |
+
Ġherb s
|
5391 |
+
Ġfree ze
|
5392 |
+
Ġintrod uc
|
5393 |
+
Ġstir ring
|
5394 |
+
Ġr ipped
|
5395 |
+
S ometimes
|
5396 |
+
Ġs ix
|
5397 |
+
Ġchallen ge
|
5398 |
+
Ġt ugged
|
5399 |
+
Ġstud ied
|
5400 |
+
Ġfire men
|
5401 |
+
U n
|
5402 |
+
Ġbe nd
|
5403 |
+
Ġb are
|
5404 |
+
Ġwa gging
|
5405 |
+
Ġzoom ing
|
5406 |
+
O r
|
5407 |
+
Ġaccident s
|
5408 |
+
Ġvict ory
|
5409 |
+
ĠO w
|
5410 |
+
Ġsatis fied
|
5411 |
+
Ġwre ck
|
5412 |
+
ĠSu zy
|
5413 |
+
Ġinstr uct
|
5414 |
+
Ġprop erly
|
5415 |
+
ag ull
|
5416 |
+
Ġkey s
|
5417 |
+
ul u
|
5418 |
+
D ave
|
5419 |
+
Ġwin ning
|
5420 |
+
Ġshiver ing
|
5421 |
+
ĠUn cle
|
5422 |
+
loo king
|
5423 |
+
Ġbun nies
|
5424 |
+
Ġincre ase
|
5425 |
+
u x
|
5426 |
+
d ing
|
5427 |
+
Ġgather ing
|
5428 |
+
Ġtun e
|
5429 |
+
Ġm ice
|
5430 |
+
Ġex it
|
5431 |
+
Ġfiref ight
|
5432 |
+
Ġoutdo ors
|
5433 |
+
Ġwin ner
|
5434 |
+
Ġtwirl ing
|
5435 |
+
Ġsl apped
|
5436 |
+
Ġload ed
|
5437 |
+
Ġte asing
|
5438 |
+
Ġpe el
|
5439 |
+
Ġdecor ated
|
5440 |
+
ĠK e
|
5441 |
+
ux u
|
5442 |
+
Ġdes er
|
5443 |
+
Ġsupp lies
|
5444 |
+
Ġyell ing
|
5445 |
+
Ġneighbour hood
|
5446 |
+
Ġse agull
|
5447 |
+
Ġunder neath
|
5448 |
+
Ġperm it
|
5449 |
+
Ġsight s
|
5450 |
+
Ġtick ets
|
5451 |
+
us an
|
5452 |
+
Ġan n
|
5453 |
+
Ġpan cakes
|
5454 |
+
o h
|
5455 |
+
Ġbeg in
|
5456 |
+
Ġbur row
|
5457 |
+
Ġpe arl
|
5458 |
+
Ġrid es
|
5459 |
+
Ġsi ren
|
5460 |
+
Ġpe aches
|
5461 |
+
ĠJ an
|
5462 |
+
Ġmix ing
|
5463 |
+
Ġrele ased
|
5464 |
+
Ġdraw s
|
5465 |
+
Ġwe ighed
|
5466 |
+
ak y
|
5467 |
+
Fl uffy
|
5468 |
+
en a
|
5469 |
+
ĠT w
|
5470 |
+
Ġsne aked
|
5471 |
+
ic a
|
5472 |
+
ĠFl oppy
|
5473 |
+
ind y
|
5474 |
+
. '
|
5475 |
+
Ġconf ident
|
5476 |
+
Ġreal ize
|
5477 |
+
Ġinstruct ions
|
5478 |
+
Ġspid ers
|
5479 |
+
Ġintrod uce
|
5480 |
+
Ġl uxu
|
5481 |
+
Ġd am
|
5482 |
+
Ġmuff ins
|
5483 |
+
s hing
|
5484 |
+
L ola
|
5485 |
+
Ġcont ro
|
5486 |
+
C l
|
5487 |
+
Ġlet â
|
5488 |
+
Ġpin ched
|
5489 |
+
Ġbu dge
|
5490 |
+
Ġsol ut
|
5491 |
+
Ġz ero
|
5492 |
+
Ġcompetit ion
|
5493 |
+
ĠL ucky
|
5494 |
+
ĠJul ie
|
5495 |
+
ĠNut ty
|
5496 |
+
Ġprin ted
|
5497 |
+
Ġstudy ing
|
5498 |
+
B ella
|
5499 |
+
Ġlo ving
|
5500 |
+
Ġbeh a
|
5501 |
+
Ġin ch
|
5502 |
+
Ġpocket s
|
5503 |
+
ĠCo co
|
5504 |
+
Ġba ked
|
5505 |
+
a les
|
5506 |
+
Ġstr uck
|
5507 |
+
Åĵ Look
|
5508 |
+
ĠD id
|
5509 |
+
ĠRa bbit
|
5510 |
+
Ġshould ers
|
5511 |
+
Ġb unch
|
5512 |
+
Ġop in
|
5513 |
+
Ġl ines
|
5514 |
+
Ġfro sting
|
5515 |
+
Ġre lease
|
5516 |
+
Good bye
|
5517 |
+
Ġdec ides
|
5518 |
+
Ġgigg ling
|
5519 |
+
Ġbro om
|
5520 |
+
ĠL ike
|
5521 |
+
Ġour selves
|
5522 |
+
Ġwe b
|
5523 |
+
Ġpast el
|
5524 |
+
ll ed
|
5525 |
+
ĠP ip
|
5526 |
+
Ġstamp s
|
5527 |
+
Ġcon es
|
5528 |
+
n es
|
5529 |
+
Ġemer gen
|
5530 |
+
Åĵ Hello
|
5531 |
+
Ġst air
|
5532 |
+
Ġst itch
|
5533 |
+
bb ing
|
5534 |
+
G eorge
|
5535 |
+
ĠO l
|
5536 |
+
ĠSt op
|
5537 |
+
Ġprun es
|
5538 |
+
Ġladyb ug
|
5539 |
+
Ġs ides
|
5540 |
+
o ed
|
5541 |
+
Ġgr ant
|
5542 |
+
Ġscur ried
|
5543 |
+
Ġstr ings
|
5544 |
+
âĤ¬âĢ Ŀ
|
5545 |
+
Ġt im
|
5546 |
+
a is
|
5547 |
+
Ġmark s
|
5548 |
+
M ike
|
5549 |
+
M r
|
5550 |
+
Ġru ler
|
5551 |
+
Ġpe ars
|
5552 |
+
And y
|
5553 |
+
g ers
|
5554 |
+
T eddy
|
5555 |
+
ed nes
|
5556 |
+
ednes day
|
5557 |
+
Ġrepe ated
|
5558 |
+
Ġdri ft
|
5559 |
+
Ġkeep s
|
5560 |
+
Ġag o
|
5561 |
+
Ġclap s
|
5562 |
+
Ġpo king
|
5563 |
+
ĠA m
|
5564 |
+
ant a
|
5565 |
+
Åĵ This
|
5566 |
+
Y e
|
5567 |
+
ay s
|
5568 |
+
ĠB ig
|
5569 |
+
Ġcrow d
|
5570 |
+
ĠH op
|
5571 |
+
Ġru in
|
5572 |
+
Ġprin ts
|
5573 |
+
k ins
|
5574 |
+
l ow
|
5575 |
+
Ġbrus hes
|
5576 |
+
Ġkick ing
|
5577 |
+
Ġstretch ing
|
5578 |
+
Ġdemand ed
|
5579 |
+
ĠTh omas
|
5580 |
+
l en
|
5581 |
+
Ġst ing
|
5582 |
+
o dy
|
5583 |
+
Ġneighb ors
|
5584 |
+
Ġmention ed
|
5585 |
+
ir a
|
5586 |
+
Ġm ast
|
5587 |
+
ow ers
|
5588 |
+
Ġtouch ing
|
5589 |
+
Ġto night
|
5590 |
+
Ġprotect ed
|
5591 |
+
ĠChirp y
|
5592 |
+
Ġwr ites
|
5593 |
+
Ġsweet ies
|
5594 |
+
ĠJo sh
|
5595 |
+
Ġgood night
|
5596 |
+
ues day
|
5597 |
+
Ġyou th
|
5598 |
+
Ġbucket s
|
5599 |
+
Ġribb ons
|
5600 |
+
v a
|
5601 |
+
j am
|
5602 |
+
uct antly
|
5603 |
+
ĠW ednesday
|
5604 |
+
ti est
|
5605 |
+
as hed
|
5606 |
+
Ġpret tiest
|
5607 |
+
ĠCh loe
|
5608 |
+
Ġforg i
|
5609 |
+
Ġv ent
|
5610 |
+
Ġpar ked
|
5611 |
+
ick y
|
5612 |
+
ex p
|
5613 |
+
Ġpro ject
|
5614 |
+
Ġcamp ing
|
5615 |
+
Ġso aked
|
5616 |
+
z ie
|
5617 |
+
ĠT iny
|
5618 |
+
Ġbare ly
|
5619 |
+
Ġhorn s
|
5620 |
+
Ġboun cy
|
5621 |
+
B obby
|
5622 |
+
ick ed
|
5623 |
+
b ies
|
5624 |
+
M ar
|
5625 |
+
ri age
|
5626 |
+
A h
|
5627 |
+
h ins
|
5628 |
+
Ġdiscover ing
|
5629 |
+
P ete
|
5630 |
+
ĠA n
|
5631 |
+
ĠB ir
|
5632 |
+
E lla
|
5633 |
+
ÅĵDon â
|
5634 |
+
Ġ Once
|
5635 |
+
Ġe ast
|
5636 |
+
ĠS ure
|
5637 |
+
Jo ey
|
5638 |
+
Gra ndpa
|
5639 |
+
Ġtwink ling
|
5640 |
+
Ġres ult
|
5641 |
+
Ġexp ect
|
5642 |
+
Ġsurf ace
|
5643 |
+
Ġsor ting
|
5644 |
+
Ġd ent
|
5645 |
+
Ġsto le
|
5646 |
+
Åĵ Why
|
5647 |
+
Ġw est
|
5648 |
+
Ġintere st
|
5649 |
+
Ġv owed
|
5650 |
+
Ġte xture
|
5651 |
+
Ġgaz ed
|
5652 |
+
ĠG r
|
5653 |
+
Ġpur red
|
5654 |
+
ĠT uesday
|
5655 |
+
Ġste ep
|
5656 |
+
Ġguy s
|
5657 |
+
Ġba bies
|
5658 |
+
Ġsh ock
|
5659 |
+
Ġbe ard
|
5660 |
+
Ġmov ies
|
5661 |
+
ĠC arl
|
5662 |
+
ĠR ob
|
5663 |
+
Ġcaut ious
|
5664 |
+
exp ected
|
5665 |
+
z en
|
5666 |
+
Ġpow ers
|
5667 |
+
Ġapplaud ed
|
5668 |
+
Ġsil ence
|
5669 |
+
F r
|
5670 |
+
th ank
|
5671 |
+
Ġpebble s
|
5672 |
+
ĠBu bbles
|
5673 |
+
Ġent ire
|
5674 |
+
Ġloo se
|
5675 |
+
Ġcontro l
|
5676 |
+
Ġtick le
|
5677 |
+
Ġgun s
|
5678 |
+
Ġur ged
|
5679 |
+
Ġdrag ons
|
5680 |
+
Ġ 1
|
5681 |
+
Ġact ed
|
5682 |
+
Ġdra gged
|
5683 |
+
Ġun expected
|
5684 |
+
Ġluxu ry
|
5685 |
+
ed ding
|
5686 |
+
H enry
|
5687 |
+
Ġcat ches
|
5688 |
+
U h
|
5689 |
+
as on
|
5690 |
+
er n
|
5691 |
+
Ġm ittens
|
5692 |
+
Ġmus cles
|
5693 |
+
Ġchew ing
|
5694 |
+
Ġrock ing
|
5695 |
+
Ġfl at
|
5696 |
+
Ġfa b
|
5697 |
+
Ġdolp hins
|
5698 |
+
Ġcomple ted
|
5699 |
+
Ġfab ric
|
5700 |
+
Ġcurtain s
|
5701 |
+
Ġemergen cy
|
5702 |
+
M aggie
|
5703 |
+
Ġbl ink
|
5704 |
+
Ġintroduc ed
|
5705 |
+
un e
|
5706 |
+
Ġdire ction
|
5707 |
+
u ly
|
5708 |
+
Ġch ips
|
5709 |
+
Ġhon k
|
5710 |
+
Ġseas on
|
5711 |
+
Ġpat ience
|
5712 |
+
Ġstri ke
|
5713 |
+
Ġimport ance
|
5714 |
+
eez ing
|
5715 |
+
Ġrel uctantly
|
5716 |
+
Ġb ank
|
5717 |
+
Ġe ight
|
5718 |
+
Ġsl im
|
5719 |
+
ust ed
|
5720 |
+
Ġfig ured
|
5721 |
+
Ġhig hest
|
5722 |
+
Ġshiver ed
|
5723 |
+
R emember
|
5724 |
+
Ġfro zen
|
5725 |
+
Ġlibr arian
|
5726 |
+
ĠBet ty
|
5727 |
+
Ġsolut ion
|
5728 |
+
Ġcont est
|
5729 |
+
Ġrock ed
|
5730 |
+
Ġachie ve
|
5731 |
+
Ġscream ing
|
5732 |
+
Ġch ases
|
5733 |
+
ĠZ oom
|
5734 |
+
Ġrepl ac
|
5735 |
+
Ġpour ing
|
5736 |
+
R ex
|
5737 |
+
Ġshel ves
|
5738 |
+
Ġw ound
|
5739 |
+
ĠJ amie
|
5740 |
+
Ġtheir s
|
5741 |
+
Ġcr umb
|
5742 |
+
Ġrubb ing
|
5743 |
+
es ome
|
5744 |
+
Ġt i
|
5745 |
+
Ġhug ging
|
5746 |
+
Ġdri ves
|
5747 |
+
Ġst aring
|
5748 |
+
Ġsor ted
|
5749 |
+
Ġsn ail
|
5750 |
+
Ġro aring
|
5751 |
+
Åĵ Oh
|
5752 |
+
led ge
|
5753 |
+
Ġincl ude
|
5754 |
+
F red
|
5755 |
+
Ġplan ets
|
5756 |
+
ĠAnn e
|
5757 |
+
Ġm ater
|
5758 |
+
ĠS anta
|
5759 |
+
Ġmater i
|
5760 |
+
Ġsaf er
|
5761 |
+
Ġpolice man
|
5762 |
+
f it
|
5763 |
+
Ġcur ly
|
5764 |
+
Ġsitu ation
|
5765 |
+
Ġfood s
|
5766 |
+
Ġgre et
|
5767 |
+
Ġaw esome
|
5768 |
+
Ġcan â
|
5769 |
+
Ġus ual
|
5770 |
+
v in
|
5771 |
+
Ġsigh s
|
5772 |
+
Ġknow ledge
|
5773 |
+
it ely
|
5774 |
+
ir ts
|
5775 |
+
Ġpass ing
|
5776 |
+
Ġsh ined
|
5777 |
+
Ġflag s
|
5778 |
+
Ġex ha
|
5779 |
+
Ġd ared
|
5780 |
+
Ġbalan cing
|
5781 |
+
Ġpl enty
|
5782 |
+
Ġyou â
|
5783 |
+
Ġmat ched
|
5784 |
+
Ġtow els
|
5785 |
+
Ġli ed
|
5786 |
+
ul ts
|
5787 |
+
Ġhome work
|
5788 |
+
Le o
|
5789 |
+
Ġout fit
|
5790 |
+
th ough
|
5791 |
+
Ġslim y
|
5792 |
+
Ġbra very
|
5793 |
+
ĠL ulu
|
5794 |
+
Ġtr uly
|
5795 |
+
Ġpretend s
|
5796 |
+
ĠA unt
|
5797 |
+
av i
|
5798 |
+
Ġzoo keeper
|
5799 |
+
ac ob
|
5800 |
+
Ġcheer ing
|
5801 |
+
Ġhe el
|
5802 |
+
Ġw edding
|
5803 |
+
ĠT illy
|
5804 |
+
Ġgo als
|
5805 |
+
Ġrainbow s
|
5806 |
+
jam as
|
5807 |
+
Ġsaus ages
|
5808 |
+
J ames
|
5809 |
+
cu se
|
5810 |
+
ĠH oppy
|
5811 |
+
Ġth reat
|
5812 |
+
Ġaccompl ish
|
5813 |
+
ĠMat t
|
5814 |
+
D anny
|
5815 |
+
ĠS usan
|
5816 |
+
Ġpat ted
|
5817 |
+
Ġca used
|
5818 |
+
Ġpaint ings
|
5819 |
+
ĠC laire
|
5820 |
+
Ġreach ing
|
5821 |
+
P aul
|
5822 |
+
ĠC ar
|
5823 |
+
Ġrest ing
|
5824 |
+
Ġrad ishes
|
5825 |
+
Ġarg uing
|
5826 |
+
Ġpack ing
|
5827 |
+
Ex cuse
|
5828 |
+
.. .
|
5829 |
+
ber t
|
5830 |
+
Ġgrow ling
|
5831 |
+
Ġbloom ing
|
5832 |
+
ĠAl ways
|
5833 |
+
Ġspray ing
|
5834 |
+
Gra ce
|
5835 |
+
Ġfo c
|
5836 |
+
Ġwait er
|
5837 |
+
Ġexha usted
|
5838 |
+
i ar
|
5839 |
+
Ġg e
|
5840 |
+
Ġstrugg le
|
5841 |
+
izz ie
|
5842 |
+
a a
|
5843 |
+
Ġsweet s
|
5844 |
+
Ġstick ing
|
5845 |
+
K itty
|
5846 |
+
Ġp out
|
5847 |
+
en ces
|
5848 |
+
Ġmark ers
|
5849 |
+
Ġmot ion
|
5850 |
+
Ġwork er
|
5851 |
+
Ġkneel ed
|
5852 |
+
ĠJess ie
|
5853 |
+
Ġpadd led
|
5854 |
+
ĠL ou
|
5855 |
+
Ġgrow l
|
5856 |
+
Ġsl ed
|
5857 |
+
im mer
|
5858 |
+
Ġsu itc
|
5859 |
+
Ġman e
|
5860 |
+
ĠF or
|
5861 |
+
Ġs way
|
5862 |
+
Ġsn ugg
|
5863 |
+
Ġstart led
|
5864 |
+
ĠMom o
|
5865 |
+
Ġcub es
|
5866 |
+
Ġresc ued
|
5867 |
+
Ġb oo
|
5868 |
+
Ġsp ike
|
5869 |
+
Ġwr itten
|
5870 |
+
S ophie
|
5871 |
+
Ġdust y
|
5872 |
+
Ġtrave led
|
5873 |
+
Ġinv iting
|
5874 |
+
he llo
|
5875 |
+
Ġexp ected
|
5876 |
+
Ġbe ad
|
5877 |
+
Ġsl ap
|
5878 |
+
Ġcut s
|
5879 |
+
Ġc ent
|
5880 |
+
Ġbott les
|
5881 |
+
Ġmatch ing
|
5882 |
+
Ġgu est
|
5883 |
+
Ġsing er
|
5884 |
+
Ġflav or
|
5885 |
+
Ġreve al
|
5886 |
+
Ġlearn s
|
5887 |
+
Ġhe av
|
5888 |
+
le e
|
5889 |
+
Ġprincess es
|
5890 |
+
Ġcreat ing
|
5891 |
+
Ġregret ted
|
5892 |
+
Ġf art
|
5893 |
+
Ġbloom ed
|
5894 |
+
Ye ah
|
5895 |
+
Ġtremb ling
|
5896 |
+
Ġreplac ed
|
5897 |
+
Ġf ir
|
5898 |
+
Ġarri ve
|
5899 |
+
Ġ Yes
|
5900 |
+
Ġmar riage
|
5901 |
+
y ou
|
5902 |
+
p ite
|
5903 |
+
Ġrecord ed
|
5904 |
+
ais ies
|
5905 |
+
Ġpencil s
|
5906 |
+
Ann ie
|
5907 |
+
Ġinclud ed
|
5908 |
+
Ġla p
|
5909 |
+
Ġch uck
|
5910 |
+
Ġobser ved
|
5911 |
+
Ġdisag ree
|
5912 |
+
n joy
|
5913 |
+
Ġd aisies
|
5914 |
+
Ġpot s
|
5915 |
+
ĠL inda
|
5916 |
+
Ġactiv ities
|
5917 |
+
Ġpray er
|
5918 |
+
Ġfir m
|
5919 |
+
Ġtim er
|
5920 |
+
Ġpa jamas
|
5921 |
+
Ch arlie
|
5922 |
+
Ġroad s
|
5923 |
+
Ġwire s
|
5924 |
+
Ġrem oved
|
5925 |
+
Ġdark ness
|
5926 |
+
Ġwor ries
|
5927 |
+
Ġus es
|
5928 |
+
Ġvent ured
|
5929 |
+
ĠM ad
|
5930 |
+
Ġcountry side
|
5931 |
+
Ġorgan izing
|
5932 |
+
Ġst are
|
5933 |
+
M rs
|
5934 |
+
Ġcomplet ely
|
5935 |
+
u zz
|
5936 |
+
ĠB y
|
5937 |
+
Ġwork ers
|
5938 |
+
ĠH a
|
5939 |
+
Ġopen ing
|
5940 |
+
Ġfair ies
|
5941 |
+
Ġrelie f
|
5942 |
+
Ġwas ted
|
5943 |
+
ang led
|
5944 |
+
Ġle ap
|
5945 |
+
Ġrep ly
|
5946 |
+
Ġown ers
|
5947 |
+
ĠA bby
|
5948 |
+
Ġstore keeper
|
5949 |
+
ĠB o
|
5950 |
+
Ġc ott
|
5951 |
+
Ġbe lly
|
5952 |
+
ĠSad ly
|
5953 |
+
ver s
|
5954 |
+
Ġran ger
|
5955 |
+
Ġfa ult
|
5956 |
+
at y
|
5957 |
+
Ġpart ic
|
5958 |
+
ĠJohn son
|
5959 |
+
Ġun f
|
5960 |
+
ĠJ u
|
5961 |
+
Ġquack ed
|
5962 |
+
Ġpol ishing
|
5963 |
+
Ġlead er
|
5964 |
+
Ġst ern
|
5965 |
+
or a
|
5966 |
+
id ing
|
5967 |
+
low ly
|
5968 |
+
Ġbec oming
|
5969 |
+
Ġfl ames
|
5970 |
+
Ġl amb
|
5971 |
+
ĠJe ff
|
5972 |
+
Ġk ites
|
5973 |
+
ct ions
|
5974 |
+
Ġagre es
|
5975 |
+
Ġpoem s
|
5976 |
+
Ġpengu ins
|
5977 |
+
Ġwasn â
|
5978 |
+
After wards
|
5979 |
+
Ġfa ced
|
5980 |
+
ĠQu ack
|
5981 |
+
ess ie
|
5982 |
+
ĠO ut
|
5983 |
+
Ġevery body
|
5984 |
+
Ġsees aw
|
5985 |
+
How ever
|
5986 |
+
ĠP inky
|
5987 |
+
Ġfold ing
|
5988 |
+
Ġmelt ing
|
5989 |
+
Ġsc ales
|
5990 |
+
Ġsque aled
|
5991 |
+
Ġth ro
|
5992 |
+
Ġheal ed
|
5993 |
+
Ġvan ish
|
5994 |
+
ĠUn fortunately
|
5995 |
+
Ġhelm ets
|
5996 |
+
Ġw ink
|
5997 |
+
ĠL uke
|
5998 |
+
ĠB oth
|
5999 |
+
Ġlo gs
|
6000 |
+
ĠJ ones
|
6001 |
+
ĠJen na
|
6002 |
+
or ds
|
6003 |
+
Ġcrab s
|
6004 |
+
ĠĊ Ġ
|
6005 |
+
Ġthro at
|
6006 |
+
ĠM art
|
6007 |
+
he ll
|
6008 |
+
ĠLe ave
|
6009 |
+
Ġus ually
|
6010 |
+
Ġopin ion
|
6011 |
+
Ġcrumb s
|
6012 |
+
Ġtra ctor
|
6013 |
+
Ġr ipe
|
6014 |
+
Ġd ipped
|
6015 |
+
op es
|
6016 |
+
l ings
|
6017 |
+
Ġsc ra
|
6018 |
+
Ġseem s
|
6019 |
+
Ġa st
|
6020 |
+
Ġlollipop s
|
6021 |
+
Ġtwink le
|
6022 |
+
Ġc ash
|
6023 |
+
Ġr isk
|
6024 |
+
ĠChr ist
|
6025 |
+
Ġteac hes
|
6026 |
+
Ġcom m
|
6027 |
+
ĠB ye
|
6028 |
+
Ġgrocer ies
|
6029 |
+
ĠFo llow
|
6030 |
+
Ġd en
|
6031 |
+
Ġknight s
|
6032 |
+
H arry
|
6033 |
+
i very
|
6034 |
+
as m
|
6035 |
+
Ġprov ided
|
6036 |
+
Ġdent ist
|
6037 |
+
Ġpol ished
|
6038 |
+
Ġval ued
|
6039 |
+
Ġstay ing
|
6040 |
+
id s
|
6041 |
+
ell e
|
6042 |
+
Ġpee king
|
6043 |
+
a ze
|
6044 |
+
Ġsn akes
|
6045 |
+
ĠA dam
|
6046 |
+
Ġscr u
|
6047 |
+
Ġinterest ed
|
6048 |
+
Ġblow s
|
6049 |
+
Ġrub s
|
6050 |
+
ĠW atch
|
6051 |
+
Ġcautious ly
|
6052 |
+
ĠDo lly
|
6053 |
+
Ġcrack ed
|
6054 |
+
A lex
|
6055 |
+
Ġr ings
|
6056 |
+
Ġun ited
|
6057 |
+
oph ia
|
6058 |
+
ara way
|
6059 |
+
ĠP ut
|
6060 |
+
Ġf araway
|
6061 |
+
Ġdes ert
|
6062 |
+
ĠS orry
|
6063 |
+
Ġwin ked
|
6064 |
+
Ġmiss es
|
6065 |
+
Ġprotect ing
|
6066 |
+
Ġf reed
|
6067 |
+
Ġmar ked
|
6068 |
+
E llie
|
6069 |
+
M ittens
|
6070 |
+
Ġyou nger
|
6071 |
+
Ġwr ist
|
6072 |
+
Ġclos es
|
6073 |
+
Ġwander ing
|
6074 |
+
m as
|
6075 |
+
Ġbalan ced
|
6076 |
+
Ġchuck led
|
6077 |
+
Ġfu zzy
|
6078 |
+
Ġfore head
|
6079 |
+
Ġlisten s
|
6080 |
+
Ġpast ries
|
6081 |
+
Ġsing le
|
6082 |
+
ĠK ayla
|
6083 |
+
Ġsign ed
|
6084 |
+
g o
|
6085 |
+
Ġro bb
|
6086 |
+
ĠH annah
|
6087 |
+
Ġbead s
|
6088 |
+
Ġpartic ular
|
6089 |
+
Ġro ses
|
6090 |
+
b oo
|
6091 |
+
Ġbo om
|
6092 |
+
ĠFo x
|
6093 |
+
A b
|
6094 |
+
Ġact ions
|
6095 |
+
Ġdire ctions
|
6096 |
+
Ġhow ever
|
6097 |
+
Åĵ Mommy
|
6098 |
+
Ġcop y
|
6099 |
+
ig i
|
6100 |
+
ĠL izzy
|
6101 |
+
ĠSu zie
|
6102 |
+
Ġc ough
|
6103 |
+
Ġsplas hes
|
6104 |
+
Ġcrack ers
|
6105 |
+
r ance
|
6106 |
+
au ra
|
6107 |
+
Ġbak er
|
6108 |
+
Ġnap s
|
6109 |
+
Ġc ous
|
6110 |
+
pp ers
|
6111 |
+
Ġro ots
|
6112 |
+
Ġfill ing
|
6113 |
+
Ġsnowball s
|
6114 |
+
Ġyes terday
|
6115 |
+
ÅĵWhat â
|
6116 |
+
Ġrest ored
|
6117 |
+
Ġflutter ed
|
6118 |
+
Ġdel ivery
|
6119 |
+
Ġroll s
|
6120 |
+
ab el
|
6121 |
+
ar ling
|
6122 |
+
Ġst em
|
6123 |
+
Ġcon n
|
6124 |
+
Ġsw ooped
|
6125 |
+
B ad
|
6126 |
+
d ies
|
6127 |
+
il es
|
6128 |
+
Ġg aze
|
6129 |
+
Ġsuitc ase
|
6130 |
+
Ġwigg led
|
6131 |
+
Un fortunately
|
6132 |
+
Ġti pt
|
6133 |
+
ĠN ina
|
6134 |
+
il o
|
6135 |
+
S andy
|
6136 |
+
Ġsome body
|
6137 |
+
ick ey
|
6138 |
+
Ġb umpy
|
6139 |
+
Ġitch y
|
6140 |
+
bb ly
|
6141 |
+
Ġref le
|
6142 |
+
Ġsw irl
|
6143 |
+
Ġsl am
|
6144 |
+
ĠChrist mas
|
6145 |
+
Ë ľ
|
6146 |
+
Ġ Y
|
6147 |
+
Ġphot os
|
6148 |
+
âĤ¬ Ëľ
|
6149 |
+
S ome
|
6150 |
+
ol ine
|
6151 |
+
Ġtw in
|
6152 |
+
Ġpast els
|
6153 |
+
Ġcelebr ation
|
6154 |
+
Ġtrip s
|
6155 |
+
Ġped als
|
6156 |
+
ĠP ipp
|
6157 |
+
at ches
|
6158 |
+
Ġback ed
|
6159 |
+
Ġtall est
|
6160 |
+
Ġaw ake
|
6161 |
+
ĠKe ep
|
6162 |
+
Ġfro ze
|
6163 |
+
Ġc ause
|
6164 |
+
Ġcash ier
|
6165 |
+
Ġne ct
|
6166 |
+
Ġrem ote
|
6167 |
+
Ġl ined
|
6168 |
+
Ġdark er
|
6169 |
+
Ġdeterm ination
|
6170 |
+
Ġnect ar
|
6171 |
+
il ity
|
6172 |
+
Ġspe aking
|
6173 |
+
Ġsec ure
|
6174 |
+
or med
|
6175 |
+
ĠDo ggy
|
6176 |
+
ĠM any
|
6177 |
+
Ġkne es
|
6178 |
+
K ate
|
6179 |
+
Ġw ow
|
6180 |
+
ĠF riend
|
6181 |
+
Ġp iggy
|
6182 |
+
an es
|
6183 |
+
Ġcomplain ing
|
6184 |
+
Ġb ars
|
6185 |
+
p er
|
6186 |
+
Ġrecord ing
|
6187 |
+
R un
|
6188 |
+
Ġsneak y
|
6189 |
+
Ġsil ent
|
6190 |
+
Ġvide os
|
6191 |
+
M ay
|
6192 |
+
oy s
|
6193 |
+
Ġheal th
|
6194 |
+
Ġaccomplish ment
|
6195 |
+
Ġli qu
|
6196 |
+
Ġple asure
|
6197 |
+
Ġact ing
|
6198 |
+
?" ,
|
6199 |
+
Ġent rance
|
6200 |
+
Ġt y
|
6201 |
+
ĠB ird
|
6202 |
+
M illie
|
6203 |
+
B un
|
6204 |
+
Ġwe ars
|
6205 |
+
Ġrock ets
|
6206 |
+
Ġdeliver ed
|
6207 |
+
Ġmil es
|
6208 |
+
Ġg lee
|
6209 |
+
Ġin sp
|
6210 |
+
Ġh i
|
6211 |
+
es mer
|
6212 |
+
Ġcolour ed
|
6213 |
+
Ġo pp
|
6214 |
+
ĠPr in
|
6215 |
+
Ġtri cked
|
6216 |
+
ĠE njoy
|
6217 |
+
Ġm esmer
|
6218 |
+
ĠBe ing
|
6219 |
+
se qu
|
6220 |
+
bo at
|
6221 |
+
Ġcheek s
|
6222 |
+
ĠM o
|
6223 |
+
y ond
|
6224 |
+
Ġa ff
|
6225 |
+
Ġbe yond
|
6226 |
+
Ġafter wards
|
6227 |
+
Ġno on
|
6228 |
+
Ġs ib
|
6229 |
+
Ġcon sequ
|
6230 |
+
N ina
|
6231 |
+
Ġhis sed
|
6232 |
+
Ġstay s
|
6233 |
+
c ited
|
6234 |
+
Ġinsect s
|
6235 |
+
Ġglass es
|
6236 |
+
k y
|
6237 |
+
Ġbowl s
|
6238 |
+
T ime
|
6239 |
+
um m
|
6240 |
+
Ġjo king
|
6241 |
+
R ose
|
6242 |
+
To by
|
6243 |
+
ĠNot hing
|
6244 |
+
Ġso bbed
|
6245 |
+
Ġtick led
|
6246 |
+
Ġfart her
|
6247 |
+
F ine
|
6248 |
+
Ġcolor ed
|
6249 |
+
Ġbur st
|
6250 |
+
aff es
|
6251 |
+
Ġsc aring
|
6252 |
+
Ġsto len
|
6253 |
+
Ġatt ack
|
6254 |
+
Ġs ense
|
6255 |
+
Ġsandcast les
|
6256 |
+
Ġtrick y
|
6257 |
+
Ġru le
|
6258 |
+
Ġmask s
|
6259 |
+
S ad
|
6260 |
+
ar ter
|
6261 |
+
Ġcover s
|
6262 |
+
B l
|
6263 |
+
ik i
|
6264 |
+
Ġ ĠĊ
|
6265 |
+
Ġde al
|
6266 |
+
Ġgir affes
|
6267 |
+
Ġinstr um
|
6268 |
+
Åĵ Come
|
6269 |
+
Ġcal med
|
6270 |
+
Ġhand ful
|
6271 |
+
? '
|
6272 |
+
Ġtalent ed
|
6273 |
+
ĠSpark y
|
6274 |
+
Ġp ause
|
6275 |
+
Ġt angled
|
6276 |
+
Ġind eed
|
6277 |
+
are n
|
6278 |
+
Ġadd ing
|
6279 |
+
Ġsm arter
|
6280 |
+
Ġscar ves
|
6281 |
+
Ġcand ies
|
6282 |
+
th s
|
6283 |
+
ĠJess ica
|
6284 |
+
Ġl ung
|
6285 |
+
Ġsh irts
|
6286 |
+
Ġachie ved
|
6287 |
+
Ġcho ices
|
6288 |
+
P olly
|
6289 |
+
Ġconsequ ences
|
6290 |
+
Ġliqu id
|
6291 |
+
o ssible
|
6292 |
+
L illy
|
6293 |
+
Ġyour selves
|
6294 |
+
ri ous
|
6295 |
+
Ġbeh avi
|
6296 |
+
Ġlead ing
|
6297 |
+
Ġbump s
|
6298 |
+
Ġread s
|
6299 |
+
Ġbatter ies
|
6300 |
+
ig ers
|
6301 |
+
ch oo
|
6302 |
+
Ġhesit ated
|
6303 |
+
Ġimp ossible
|
6304 |
+
Ġbad ge
|
6305 |
+
ĠT ara
|
6306 |
+
ĠM on
|
6307 |
+
ep t
|
6308 |
+
Ġm i
|
6309 |
+
Ġpad dle
|
6310 |
+
Ġmi xture
|
6311 |
+
Ġexplore rs
|
6312 |
+
ĠTw o
|
6313 |
+
Ġd arling
|
6314 |
+
il ed
|
6315 |
+
Ġmagn ets
|
6316 |
+
ll ing
|
6317 |
+
ĠM el
|
6318 |
+
ou ch
|
6319 |
+
Ġclown s
|
6320 |
+
Ġkick s
|
6321 |
+
ĠG et
|
6322 |
+
Ġrecommend ed
|
6323 |
+
Sh h
|
6324 |
+
an a
|
6325 |
+
Ġweep ing
|
6326 |
+
Ġgrace fully
|
6327 |
+
n ers
|
6328 |
+
Ġexper ien
|
6329 |
+
ĠC indy
|
6330 |
+
ĠL izzie
|
6331 |
+
ĠJ on
|
6332 |
+
Ġseas hell
|
6333 |
+
Ġseek er
|
6334 |
+
Ġbak ery
|
6335 |
+
Ġfirefight ers
|
6336 |
+
ang ing
|
6337 |
+
ĠJul ia
|
6338 |
+
Ġsal ty
|
6339 |
+
v est
|
6340 |
+
br ush
|
6341 |
+
Ġimpro ved
|
6342 |
+
W he
|
6343 |
+
r ig
|
6344 |
+
Th ose
|
6345 |
+
Ġsw ept
|
6346 |
+
M illy
|
6347 |
+
at ul
|
6348 |
+
co at
|
6349 |
+
Ġdeser ve
|
6350 |
+
Ġstro ked
|
6351 |
+
ugg les
|
6352 |
+
ĠP andy
|
6353 |
+
Ġfl apping
|
6354 |
+
Ġwip es
|
6355 |
+
Ġbegin ning
|
6356 |
+
Ġcompl ained
|
6357 |
+
Ġmushroom s
|
6358 |
+
ur ry
|
6359 |
+
ĠJ acob
|
6360 |
+
ĠE l
|
6361 |
+
y an
|
6362 |
+
Ġhid er
|
6363 |
+
R u
|
6364 |
+
ob ody
|
6365 |
+
itc hes
|
6366 |
+
ĠS que
|
6367 |
+
ĠS qu
|
6368 |
+
ĠM ickey
|
6369 |
+
Ġste er
|
6370 |
+
Ġknock s
|
6371 |
+
Ġc ust
|
6372 |
+
Ġth orn
|
6373 |
+
Ġse ven
|
6374 |
+
Ġcan s
|
6375 |
+
ĠHa ppy
|
6376 |
+
Ġte ased
|
6377 |
+
Ġobject s
|
6378 |
+
Ġpart ies
|
6379 |
+
D ays
|
6380 |
+
Åĵ Do
|
6381 |
+
Ġtrave lled
|
6382 |
+
Ġth ird
|
6383 |
+
ĠL arry
|
6384 |
+
ĠG igi
|
6385 |
+
Ġhe aring
|
6386 |
+
ĠPrin cess
|
6387 |
+
Ġbase ment
|
6388 |
+
Ġt igers
|
6389 |
+
Ġcup cakes
|
6390 |
+
Ġhor iz
|
6391 |
+
Ġcl ick
|
6392 |
+
ÅĵYou â
|
6393 |
+
Ġfe ver
|
6394 |
+
Ġsn uck
|
6395 |
+
Ġhead ing
|
6396 |
+
Ġsecond s
|
6397 |
+
Ġd ots
|
6398 |
+
Ġrain coat
|
6399 |
+
t le
|
6400 |
+
ĠSn uggles
|
6401 |
+
Ġsib lings
|
6402 |
+
Ġhoriz on
|
6403 |
+
el ia
|
6404 |
+
Ġsmile y
|
6405 |
+
Ġperform ance
|
6406 |
+
Ġcust om
|
6407 |
+
ĠP l
|
6408 |
+
Ġart ist
|
6409 |
+
Ġhall way
|
6410 |
+
n o
|
6411 |
+
Ġbe am
|
6412 |
+
Ġmark er
|
6413 |
+
Ġsn atched
|
6414 |
+
Ġlight er
|
6415 |
+
Ġyell s
|
6416 |
+
Ġjack ets
|
6417 |
+
Ġdrum s
|
6418 |
+
Ġflutter ing
|
6419 |
+
ind r
|
6420 |
+
ĠL ena
|
6421 |
+
Åĵ Hi
|
6422 |
+
an s
|
6423 |
+
st ep
|
6424 |
+
p are
|
6425 |
+
ĠL uckily
|
6426 |
+
Ġru ining
|
6427 |
+
Ġgem s
|
6428 |
+
Ġbed time
|
6429 |
+
ig ning
|
6430 |
+
Ġwouldn â
|
6431 |
+
Ġra indr
|
6432 |
+
Ġwe e
|
6433 |
+
Ġne ither
|
6434 |
+
Ġcon cer
|
6435 |
+
Ġbuy ing
|
6436 |
+
rig ued
|
6437 |
+
Ġpupp ies
|
6438 |
+
ĠS lowly
|
6439 |
+
Ġlet t
|
6440 |
+
d ri
|
6441 |
+
ĠW ater
|
6442 |
+
ĠWith out
|
6443 |
+
Ġpay ing
|
6444 |
+
Ġscru bbed
|
6445 |
+
Ġcelebr ating
|
6446 |
+
Ġfamil ies
|
6447 |
+
Ġdoll house
|
6448 |
+
Ġann oy
|
6449 |
+
Åĵ Wow
|
6450 |
+
Ġcream y
|
6451 |
+
Ġlett uce
|
6452 |
+
b and
|
6453 |
+
Ġam ong
|
6454 |
+
umb ling
|
6455 |
+
Ġpeace fully
|
6456 |
+
Ġriver s
|
6457 |
+
Ġscr atches
|
6458 |
+
Ġwra pping
|
6459 |
+
Ġwid ened
|
6460 |
+
Ġdrift ed
|
6461 |
+
Ġwa dd
|
6462 |
+
Bob o
|
6463 |
+
Ġr umble
|
6464 |
+
T ina
|
6465 |
+
Ġtask s
|
6466 |
+
at ur
|
6467 |
+
iv ity
|
6468 |
+
ad es
|
6469 |
+
Ġtree house
|
6470 |
+
Ġhid es
|
6471 |
+
Ġw ins
|
6472 |
+
Ġre pa
|
6473 |
+
Ġbeha ved
|
6474 |
+
c ers
|
6475 |
+
Ġrust y
|
6476 |
+
al ph
|
6477 |
+
Ġplay ers
|
6478 |
+
ĠEvery body
|
6479 |
+
Ġwon ��¢
|
6480 |
+
ĠBu zzy
|
6481 |
+
Ġl un
|
6482 |
+
D an
|
6483 |
+
ĠJ azz
|
6484 |
+
a el
|
6485 |
+
Ġcudd ly
|
6486 |
+
immer ing
|
6487 |
+
f all
|
6488 |
+
Ġun s
|
6489 |
+
Ġfa ct
|
6490 |
+
oun ce
|
6491 |
+
Ġarrow s
|
6492 |
+
Ġreward ed
|
6493 |
+
Ġwill ing
|
6494 |
+
Ġl ower
|
6495 |
+
Ġneed les
|
6496 |
+
A n
|
6497 |
+
Ġsour ce
|
6498 |
+
Ġcreat ivity
|
6499 |
+
Ġshr inking
|
6500 |
+
Ġc or
|
6501 |
+
Ġlo sing
|
6502 |
+
Ġtemp er
|
6503 |
+
Ġe ch
|
6504 |
+
Ġrepa ired
|
6505 |
+
Ġpass en
|
6506 |
+
Ġfe ars
|
6507 |
+
ie ce
|
6508 |
+
Ġgrand pare
|
6509 |
+
Ġinclud ing
|
6510 |
+
Ġch oo
|
6511 |
+
Ġtipt oed
|
6512 |
+
it ched
|
6513 |
+
T r
|
6514 |
+
Ġcre ations
|
6515 |
+
Ġta pped
|
6516 |
+
ĠA bbie
|
6517 |
+
Ġgrass y
|
6518 |
+
Ġchef s
|
6519 |
+
Cl ara
|
6520 |
+
ong r
|
6521 |
+
ĠGood bye
|
6522 |
+
Ġde f
|
6523 |
+
d ed
|
6524 |
+
Ġminer als
|
6525 |
+
j o
|
6526 |
+
Ġsepar ated
|
6527 |
+
ĠEm my
|
6528 |
+
Ġsprink led
|
6529 |
+
Ġr ising
|
6530 |
+
Ġimag ining
|
6531 |
+
ĠJ une
|
6532 |
+
Ġgrant ed
|
6533 |
+
ich ael
|
6534 |
+
Ġch op
|
6535 |
+
Ġa ud
|
6536 |
+
Ġg ross
|
6537 |
+
ĠR ock
|
6538 |
+
Ġtem pt
|
6539 |
+
he w
|
6540 |
+
Ġare n
|
6541 |
+
G reat
|
6542 |
+
ĠL aura
|
6543 |
+
ĠS ophia
|
6544 |
+
Ġswims uit
|
6545 |
+
ongr atul
|
6546 |
+
im on
|
6547 |
+
ĠZ ip
|
6548 |
+
Ġt iss
|
6549 |
+
Ġpan s
|
6550 |
+
Ġl imes
|
6551 |
+
ho g
|
6552 |
+
Ġstom ped
|
6553 |
+
Ġscrew dri
|
6554 |
+
Ġc oup
|
6555 |
+
Ġgra bbing
|
6556 |
+
ĠP o
|
6557 |
+
Ġpout ed
|
6558 |
+
Ġback wards
|
6559 |
+
Ġsp ong
|
6560 |
+
it ude
|
6561 |
+
Ġdecor ating
|
6562 |
+
Åĵ My
|
6563 |
+
Ġdam age
|
6564 |
+
ish y
|
6565 |
+
Ġhesit ant
|
6566 |
+
Ġe arn
|
6567 |
+
Ġprin ting
|
6568 |
+
H ave
|
6569 |
+
Ġpe ppers
|
6570 |
+
Ġto dd
|
6571 |
+
Ġst ung
|
6572 |
+
Ġsquare s
|
6573 |
+
Ġunpack ed
|
6574 |
+
c l
|
6575 |
+
ment s
|
6576 |
+
Ġtr amp
|
6577 |
+
nt il
|
6578 |
+
Ġslow er
|
6579 |
+
Ġcow b
|
6580 |
+
Ġdi ving
|
6581 |
+
Ġplan ning
|
6582 |
+
Ġbel oved
|
6583 |
+
Ġon ions
|
6584 |
+
P at
|
6585 |
+
Ġmateri als
|
6586 |
+
Ġheav ier
|
6587 |
+
Ġch ip
|
6588 |
+
ĠJ ay
|
6589 |
+
ĠOl ive
|
6590 |
+
Ġgrow ls
|
6591 |
+
Ġraindr ops
|
6592 |
+
Ġwr ink
|
6593 |
+
Ġm er
|
6594 |
+
Ġpoin ty
|
6595 |
+
ĠR emember
|
6596 |
+
Ġsnow men
|
6597 |
+
c ope
|
6598 |
+
Ġsurround ings
|
6599 |
+
Ġprom ises
|
6600 |
+
Ġavo id
|
6601 |
+
Ġscrewdri ver
|
6602 |
+
W h
|
6603 |
+
Me ow
|
6604 |
+
Y ummy
|
6605 |
+
Ġrec ipe
|
6606 |
+
Ġaud ience
|
6607 |
+
Ġsail boat
|
6608 |
+
Ġcous in
|
6609 |
+
Ġrust ling
|
6610 |
+
Ġforgi ven
|
6611 |
+
Ġneighb ours
|
6612 |
+
Ġblock ing
|
6613 |
+
Q ue
|
6614 |
+
Ġcent er
|
6615 |
+
ke nd
|
6616 |
+
Ġsl ices
|
6617 |
+
Ġgo bbled
|
6618 |
+
ed s
|
6619 |
+
Ġwip ing
|
6620 |
+
Ġwee kend
|
6621 |
+
Ġtemper ature
|
6622 |
+
Ġto uc
|
6623 |
+
B ill
|
6624 |
+
Ġhedge hog
|
6625 |
+
Ġtramp oline
|
6626 |
+
Que en
|
6627 |
+
in t
|
6628 |
+
Ġre fu
|
6629 |
+
Ġar r
|
6630 |
+
Ġhelp ers
|
6631 |
+
Ġwo bbled
|
6632 |
+
Ġr ip
|
6633 |
+
Ġwind y
|
6634 |
+
F or
|
6635 |
+
K atie
|
6636 |
+
p r
|
6637 |
+
y es
|
6638 |
+
Ġcoup le
|
6639 |
+
Ġst ool
|
6640 |
+
Ġdiscu ssed
|
6641 |
+
a e
|
6642 |
+
us hing
|
6643 |
+
ĠP am
|
6644 |
+
st y
|
6645 |
+
F o
|
6646 |
+
Ġdesign ed
|
6647 |
+
ĠE arth
|
6648 |
+
Ġornament s
|
6649 |
+
Ġdream t
|
6650 |
+
O ops
|
6651 |
+
itt ed
|
6652 |
+
Ġno ses
|
6653 |
+
Ġcorn ers
|
6654 |
+
ĠSt ella
|
6655 |
+
ĠE ls
|
6656 |
+
ch ild
|
6657 |
+
Ġpe cked
|
6658 |
+
Ġslam med
|
6659 |
+
e al
|
6660 |
+
u zzy
|
6661 |
+
un ched
|
6662 |
+
Ġswan s
|
6663 |
+
Ġaff ord
|
6664 |
+
ile y
|
6665 |
+
Ġh us
|
6666 |
+
E w
|
6667 |
+
Ro ar
|
6668 |
+
ĠR obby
|
6669 |
+
Ġfe ast
|
6670 |
+
Ġsport s
|
6671 |
+
Ġh itting
|
6672 |
+
o ey
|
6673 |
+
Ġag e
|
6674 |
+
ĠD r
|
6675 |
+
Ġstreet s
|
6676 |
+
ab ly
|
6677 |
+
Ġwa g
|
6678 |
+
Ġtiss ue
|
6679 |
+
Ġdad s
|
6680 |
+
Ġac he
|
6681 |
+
Ġas ide
|
6682 |
+
ĠM ira
|
6683 |
+
cc oon
|
6684 |
+
Ġra ccoon
|
6685 |
+
Ġspong e
|
6686 |
+
Ġst ain
|
6687 |
+
Ġrequest ed
|
6688 |
+
Ġme als
|
6689 |
+
Ġcurious ly
|
6690 |
+
Ġfork s
|
6691 |
+
Ġsunfl owers
|
6692 |
+
Ġrefle ction
|
6693 |
+
Ġsnow fl
|
6694 |
+
ar row
|
6695 |
+
Ġwarn ings
|
6696 |
+
Ġtail s
|
6697 |
+
B aby
|
6698 |
+
ĠN ick
|
6699 |
+
Ġdan ces
|
6700 |
+
Ġpret t
|
6701 |
+
Ġplan s
|
6702 |
+
J ul
|
6703 |
+
Ġbow s
|
6704 |
+
id o
|
6705 |
+
Ġvan illa
|
6706 |
+
Ġshap ed
|
6707 |
+
Ġfamil iar
|
6708 |
+
ĠB inky
|
6709 |
+
Ġspark s
|
6710 |
+
Ġd et
|
6711 |
+
ĠRo bert
|
6712 |
+
- -
|
6713 |
+
ck y
|
6714 |
+
Ġg ri
|
6715 |
+
Ġlean ing
|
6716 |
+
Ġdoll ars
|
6717 |
+
F in
|
6718 |
+
Ġcolor ing
|
6719 |
+
Ġremember ing
|
6720 |
+
Ġad ult
|
6721 |
+
Ġbreat hed
|
6722 |
+
Ġint rigued
|
6723 |
+
Ġgreet ed
|
6724 |
+
Ġsa le
|
6725 |
+
Ġscrew s
|
6726 |
+
us ing
|
6727 |
+
Ġgrand child
|
6728 |
+
n e
|
6729 |
+
it ion
|
6730 |
+
Ġduck ling
|
6731 |
+
Mar ia
|
6732 |
+
Ġforget s
|
6733 |
+
Ġspread ing
|
6734 |
+
os en
|
6735 |
+
Ġgas p
|
6736 |
+
ĠS c
|
6737 |
+
Ġch osen
|
6738 |
+
Ġast ron
|
6739 |
+
Ġthr own
|
6740 |
+
Ġshop s
|
6741 |
+
P e
|
6742 |
+
ĠB ee
|
6743 |
+
ĠTh ose
|
6744 |
+
Ġprett ier
|
6745 |
+
Ġtw ice
|
6746 |
+
Ġpray ing
|
6747 |
+
ĠR yan
|
6748 |
+
Ġtunn els
|
6749 |
+
S urpr
|
6750 |
+
ĠGr anny
|
6751 |
+
ak er
|
6752 |
+
Ġh our
|
6753 |
+
Ġpot ion
|
6754 |
+
ĠT ess
|
6755 |
+
Ġenthus i
|
6756 |
+
ll en
|
6757 |
+
Ġtouc hes
|
6758 |
+
Ġastron aut
|
6759 |
+
Ġsw ords
|
6760 |
+
Ġ Queen
|
6761 |
+
Ġenthusi asm
|
6762 |
+
Ġhus band
|
6763 |
+
ara c
|
6764 |
+
Ġsail ors
|
6765 |
+
ert ain
|
6766 |
+
Bl ue
|
6767 |
+
Ġgarden er
|
6768 |
+
ott en
|
6769 |
+
Ġm oo
|
6770 |
+
end y
|
6771 |
+
W oof
|
6772 |
+
Ġhop s
|
6773 |
+
Ġz ipping
|
6774 |
+
Ġsp ikes
|
6775 |
+
Ġsuperhero es
|
6776 |
+
Ġcor re
|
6777 |
+
Ġre ason
|
6778 |
+
B oo
|
6779 |
+
Ġmagic ian
|
6780 |
+
Ġwis hing
|
6781 |
+
Ġd aring
|
6782 |
+
Ġspoon ful
|
6783 |
+
Ġgrandpare nts
|
6784 |
+
m allow
|
6785 |
+
Ġle ast
|
6786 |
+
ĠBlue y
|
6787 |
+
Ġm arsh
|
6788 |
+
Ġsk unk
|
6789 |
+
Ġre ass
|
6790 |
+
ĠThank s
|
6791 |
+
ĠO ur
|
6792 |
+
Ġch anging
|
6793 |
+
Ġdo d
|
6794 |
+
ĠN obody
|
6795 |
+
Ġborrow ed
|
6796 |
+
Ġsc amp
|
6797 |
+
Ġcount s
|
6798 |
+
Ġp ens
|
6799 |
+
Ġfl ight
|
6800 |
+
Ġforget ting
|
6801 |
+
Ġr otten
|
6802 |
+
ĠChr is
|
6803 |
+
Ġbo dies
|
6804 |
+
Ġencou rag
|
6805 |
+
Ġflav ors
|
6806 |
+
Ġguest s
|
6807 |
+
Ġ1 0
|
6808 |
+
Ġhope ful
|
6809 |
+
ent ly
|
6810 |
+
Ġne are
|
6811 |
+
ĠAb i
|
6812 |
+
Ġw oof
|
6813 |
+
ĠFin n
|
6814 |
+
oun ced
|
6815 |
+
Ġsnugg le
|
6816 |
+
Ġmesmer ized
|
6817 |
+
Ġsend ing
|
6818 |
+
ĠFriend s
|
6819 |
+
f ly
|
6820 |
+
Ġhero es
|
6821 |
+
Ġch arac
|
6822 |
+
Ġcharac ter
|
6823 |
+
Ġmus cle
|
6824 |
+
st ick
|
6825 |
+
ĠRo ver
|
6826 |
+
on i
|
6827 |
+
ĠM ilo
|
6828 |
+
Ġbuzz ed
|
6829 |
+
Fr ank
|
6830 |
+
ĠSque aky
|
6831 |
+
Ġsea w
|
6832 |
+
Ġneat ly
|
6833 |
+
Ġgrow s
|
6834 |
+
O ur
|
6835 |
+
t he
|
6836 |
+
ĠC ra
|
6837 |
+
Whe e
|
6838 |
+
ĠMike y
|
6839 |
+
w k
|
6840 |
+
Ġwrap s
|
6841 |
+
Ġste ady
|
6842 |
+
Ru by
|
6843 |
+
Ġpo ss
|
6844 |
+
Ġn ibb
|
6845 |
+
Ġfeed ing
|
6846 |
+
ĠU ntil
|
6847 |
+
Ġmarsh mallow
|
6848 |
+
ĠL isten
|
6849 |
+
Ġhands ome
|
6850 |
+
Ġco nd
|
6851 |
+
Ġmin ts
|
6852 |
+
ir rel
|
6853 |
+
Ġdeliver ing
|
6854 |
+
Ġn ine
|
6855 |
+
Ġo h
|
6856 |
+
ant ha
|
6857 |
+
Ġdi ved
|
6858 |
+
bb a
|
6859 |
+
Ġpol itely
|
6860 |
+
Ġzebra s
|
6861 |
+
M iss
|
6862 |
+
T w
|
6863 |
+
Ġon ward
|
6864 |
+
Ġal ien
|
6865 |
+
Ġsuffer ing
|
6866 |
+
Ġnap kins
|
6867 |
+
Ġwarm er
|
6868 |
+
ar mer
|
6869 |
+
ye ars
|
6870 |
+
Ġsn eezing
|
6871 |
+
Ġbath s
|
6872 |
+
Ġhon ked
|
6873 |
+
Ġpl ain
|
6874 |
+
op sy
|
6875 |
+
Ġde fe
|
6876 |
+
Ġpl ucked
|
6877 |
+
Ġcra shing
|
6878 |
+
Tweet y
|
6879 |
+
Ġmatter s
|
6880 |
+
Ġembarra ss
|
6881 |
+
Ġpo ster
|
6882 |
+
ect ion
|
6883 |
+
Ġthat â
|
6884 |
+
me al
|
6885 |
+
Ġlift s
|
6886 |
+
B y
|
6887 |
+
Ġrefre shing
|
6888 |
+
Åĵ Mom
|
6889 |
+
Ġuns ure
|
6890 |
+
Ġseaw eed
|
6891 |
+
Ġlun gs
|
6892 |
+
ĠBir thday
|
6893 |
+
Ġstud ents
|
6894 |
+
Ġincre ased
|
6895 |
+
ĠJu dy
|
6896 |
+
Ġcre w
|
6897 |
+
Ġjoin ing
|
6898 |
+
Ġstand s
|
6899 |
+
Ġtodd ler
|
6900 |
+
Ġoat meal
|
6901 |
+
ĠE x
|
6902 |
+
ĠMart ha
|
6903 |
+
Ġsc en
|
6904 |
+
all owed
|
6905 |
+
Ġprop er
|
6906 |
+
Ġprep aring
|
6907 |
+
Ġsw allowed
|
6908 |
+
Ġd ip
|
6909 |
+
Ġgl ued
|
6910 |
+
Ġthu d
|
6911 |
+
Åĵ But
|
6912 |
+
Ġexp ress
|
6913 |
+
Ġwhisp ers
|
6914 |
+
Ġresp ond
|
6915 |
+
S u
|
6916 |
+
Ġwater ing
|
6917 |
+
ast er
|
6918 |
+
Ġam ount
|
6919 |
+
Ġd ie
|
6920 |
+
Ġr opes
|
6921 |
+
ĠSt ar
|
6922 |
+
Ġperf ormed
|
6923 |
+
Ġtoast er
|
6924 |
+
Ġstar fish
|
6925 |
+
ĠH oot
|
6926 |
+
Ġlead s
|
6927 |
+
Ġtremb led
|
6928 |
+
Ġpress es
|
6929 |
+
Ġwo bbly
|
6930 |
+
Ġtriang les
|
6931 |
+
Sad ly
|
6932 |
+
Ġha wk
|
6933 |
+
Ġlesson s
|
6934 |
+
Ġcush ions
|
6935 |
+
Ġbit ing
|
6936 |
+
w hile
|
6937 |
+
Ġpost man
|
6938 |
+
Ġge ese
|
6939 |
+
Åĵ Well
|
6940 |
+
Ġdan cers
|
6941 |
+
Ġpop s
|
6942 |
+
N emo
|
6943 |
+
Ġpu ff
|
6944 |
+
Ġtalk s
|
6945 |
+
Ġsniff s
|
6946 |
+
Ġresist ed
|
6947 |
+
Ġfoc used
|
6948 |
+
Ġscra ped
|
6949 |
+
Ġm erry
|
6950 |
+
B ack
|
6951 |
+
Ġbu lly
|
6952 |
+
Ġad ults
|
6953 |
+
Ġpan icked
|
6954 |
+
Ġcon fl
|
6955 |
+
Ġr ushing
|
6956 |
+
Ġneckl aces
|
6957 |
+
Ġfreed om
|
6958 |
+
v ant
|
6959 |
+
Ġfl as
|
6960 |
+
ĠMay a
|
6961 |
+
Ġpupp et
|
6962 |
+
Ġso fter
|
6963 |
+
Ġsl ips
|
6964 |
+
ĠK iki
|
6965 |
+
Ġfirm ly
|
6966 |
+
Ġwadd led
|
6967 |
+
Ġtr ot
|
6968 |
+
ion a
|
6969 |
+
D ucky
|
6970 |
+
ad os
|
6971 |
+
Ġjoy ful
|
6972 |
+
Ġfiref ly
|
6973 |
+
Ġencourag ing
|
6974 |
+
Ġtest ed
|
6975 |
+
Ġwr igg
|
6976 |
+
Ġdro pping
|
6977 |
+
ĠS un
|
6978 |
+
Åĵ Where
|
6979 |
+
Ġdraw ers
|
6980 |
+
Ġfrown ing
|
6981 |
+
on na
|
6982 |
+
B r
|
6983 |
+
Ġtable s
|
6984 |
+
Ġwater fall
|
6985 |
+
Ġwor n
|
6986 |
+
Ġwigg le
|
6987 |
+
f ia
|
6988 |
+
ĠZ oey
|
6989 |
+
Ġe v
|
6990 |
+
Ġbl ast
|
6991 |
+
Ġnervous ly
|
6992 |
+
Ġf aded
|
6993 |
+
re y
|
6994 |
+
Ġlift ing
|
6995 |
+
b ird
|
6996 |
+
Ġscamp ered
|
6997 |
+
Ġr out
|
6998 |
+
Ġdriver s
|
6999 |
+
Ġhuman s
|
7000 |
+
V ery
|
7001 |
+
i ppy
|
7002 |
+
le ts
|
7003 |
+
Ġsp at
|
7004 |
+
Ġexpl o
|
7005 |
+
c ake
|
7006 |
+
ĠOn ly
|
7007 |
+
M imi
|
7008 |
+
Ġappreci ation
|
7009 |
+
Ġp ours
|
7010 |
+
Ġfirefight er
|
7011 |
+
Ġrobb er
|
7012 |
+
Ġdra wn
|
7013 |
+
Ġsque ak
|
7014 |
+
Ġthought s
|
7015 |
+
Ġpen nies
|
7016 |
+
Ġrespect ed
|
7017 |
+
Ġquarrel ing
|
7018 |
+
Ġpige ons
|
7019 |
+
Ġthrough out
|
7020 |
+
Ġtwink led
|
7021 |
+
Ġleap t
|
7022 |
+
ret ty
|
7023 |
+
B et
|
7024 |
+
Ġo cc
|
7025 |
+
ĠAl ong
|
7026 |
+
Ġstack ed
|
7027 |
+
ĠL ove
|
7028 |
+
b ut
|
7029 |
+
Ġdress er
|
7030 |
+
ĠThat â
|
7031 |
+
rr r
|
7032 |
+
ĠFro sty
|
7033 |
+
Ġsc ient
|
7034 |
+
Ġfit s
|
7035 |
+
Ġco c
|
7036 |
+
ĠSt ay
|
7037 |
+
ĠJan ie
|
7038 |
+
Ġmast er
|
7039 |
+
Ġscient ist
|
7040 |
+
an while
|
7041 |
+
ro ken
|
7042 |
+
n ow
|
7043 |
+
L isten
|
7044 |
+
e ars
|
7045 |
+
Ġbra vest
|
7046 |
+
Ġavoc ados
|
7047 |
+
Ġover come
|
7048 |
+
Ġstrong est
|
7049 |
+
Ġmon ths
|
7050 |
+
Ġel f
|
7051 |
+
Ġpol ar
|
7052 |
+
Ġplay time
|
7053 |
+
Ġsa n
|
7054 |
+
ĠB aa
|
7055 |
+
Ġnot es
|
7056 |
+
Ġg onna
|
7057 |
+
ĠAs h
|
7058 |
+
ĠTo dd
|
7059 |
+
f ire
|
7060 |
+
Ġn ur
|
7061 |
+
Ġc ertain
|
7062 |
+
ĠT ake
|
7063 |
+
Ġman ag
|
7064 |
+
T ony
|
7065 |
+
Ġwe pt
|
7066 |
+
ĠMe g
|
7067 |
+
Ġn ood
|
7068 |
+
M ine
|
7069 |
+
Ġm unch
|
7070 |
+
Ġsp ins
|
7071 |
+
Ġsc ored
|
7072 |
+
Ġcold er
|
7073 |
+
Ġech oed
|
7074 |
+
b age
|
7075 |
+
e el
|
7076 |
+
Ġco sy
|
7077 |
+
Ġcon vers
|
7078 |
+
Ġwa kes
|
7079 |
+
ĠSqu irrel
|
7080 |
+
ĠMar ie
|
7081 |
+
Ġgar bage
|
7082 |
+
Ġplay room
|
7083 |
+
Ċ Ċ
|
7084 |
+
Ġdesign s
|
7085 |
+
Ġperform ing
|
7086 |
+
ĠFro g
|
7087 |
+
pl ash
|
7088 |
+
eez es
|
7089 |
+
u rious
|
7090 |
+
Ġpe ck
|
7091 |
+
Ġpr ob
|
7092 |
+
Ġsan k
|
7093 |
+
Ġfl own
|
7094 |
+
ĠSad ie
|
7095 |
+
Ġtri cycle
|
7096 |
+
c a
|
7097 |
+
ĠF ido
|
7098 |
+
Ġsweet est
|
7099 |
+
Ġpro ve
|
7100 |
+
Ġforgi ving
|
7101 |
+
Ġprob ably
|
7102 |
+
Ġmarshmallow s
|
7103 |
+
Ġg est
|
7104 |
+
Ġbeha ving
|
7105 |
+
L ike
|
7106 |
+
c her
|
7107 |
+
im ent
|
7108 |
+
Ġpump kins
|
7109 |
+
o ke
|
7110 |
+
ĠJack y
|
7111 |
+
ĠB essie
|
7112 |
+
ry ing
|
7113 |
+
Ġexplore r
|
7114 |
+
Ġgu ide
|
7115 |
+
p lease
|
7116 |
+
Ġsqu eezing
|
7117 |
+
Ġrobot s
|
7118 |
+
Ġsa dd
|
7119 |
+
Ġto ssed
|
7120 |
+
ÅĵI f
|
7121 |
+
Ġbl inking
|
7122 |
+
ĠQu ick
|
7123 |
+
bb ling
|
7124 |
+
Ġca using
|
7125 |
+
K im
|
7126 |
+
Ġbell s
|
7127 |
+
und red
|
7128 |
+
.. ."
|
7129 |
+
b roken
|
7130 |
+
Ġsh own
|
7131 |
+
Ġcobweb s
|
7132 |
+
Åĵ Okay
|
7133 |
+
es pite
|
7134 |
+
am my
|
7135 |
+
Ġsqu ishy
|
7136 |
+
ĠC he
|
7137 |
+
Ġsp ices
|
7138 |
+
Ġhair d
|
7139 |
+
M ad
|
7140 |
+
ĠF ire
|
7141 |
+
Ġpassen gers
|
7142 |
+
Ġc ongratul
|
7143 |
+
Ġcra ft
|
7144 |
+
Ġt ies
|
7145 |
+
fu s
|
7146 |
+
Ġtight er
|
7147 |
+
Ġheal ing
|
7148 |
+
ĠZ ara
|
7149 |
+
Ġm ate
|
7150 |
+
Ġang els
|
7151 |
+
? !"
|
7152 |
+
Ġyield ed
|
7153 |
+
ad ing
|
7154 |
+
Ġrever sed
|
7155 |
+
ild a
|
7156 |
+
Ġp ound
|
7157 |
+
D avid
|
7158 |
+
Ġa imed
|
7159 |
+
Fo llow
|
7160 |
+
Ġn apping
|
7161 |
+
ĠF armer
|
7162 |
+
Qu ick
|
7163 |
+
E ven
|
7164 |
+
Ġgigg les
|
7165 |
+
u pt
|
7166 |
+
Ġnear ly
|
7167 |
+
Ġpay s
|
7168 |
+
ĠOw l
|
7169 |
+
Ġoff ic
|
7170 |
+
D uring
|
7171 |
+
Ġun w
|
7172 |
+
Ġdist ract
|
7173 |
+
Ġk ittens
|
7174 |
+
Ġinstrum ents
|
7175 |
+
Ġwid er
|
7176 |
+
ĠM ouse
|
7177 |
+
Ġre un
|
7178 |
+
m ates
|
7179 |
+
ay ing
|
7180 |
+
Ġsew ing
|
7181 |
+
allow een
|
7182 |
+
Ġt il
|
7183 |
+
Ġn uzz
|
7184 |
+
Ġdoor way
|
7185 |
+
Ġconfl ict
|
7186 |
+
Ġcl ues
|
7187 |
+
ĠU nder
|
7188 |
+
Ġappreci ated
|
7189 |
+
Ġin j
|
7190 |
+
Ġpaint brush
|
7191 |
+
f ound
|
7192 |
+
ĠS imon
|
7193 |
+
Ġbrus hing
|
7194 |
+
W atch
|
7195 |
+
Ġc oug
|
7196 |
+
Ġ 2
|
7197 |
+
Ġsh oo
|
7198 |
+
Ġgrand d
|
7199 |
+
Ġact ion
|
7200 |
+
Ġy um
|
7201 |
+
Ġe ase
|
7202 |
+
Ġload ing
|
7203 |
+
Ġbr u
|
7204 |
+
Ġpassport s
|
7205 |
+
an cy
|
7206 |
+
Ġcott age
|
7207 |
+
on ies
|
7208 |
+
Al right
|
7209 |
+
ĠH alloween
|
7210 |
+
ĠJack ie
|
7211 |
+
Ġpath s
|
7212 |
+
Ġheart broken
|
7213 |
+
Ġa is
|
7214 |
+
Ġblock ed
|
7215 |
+
Ġmer ma
|
7216 |
+
ĠM abel
|
7217 |
+
Ġlay ing
|
7218 |
+
J erry
|
7219 |
+
Ġsl ipping
|
7220 |
+
ĠL i
|
7221 |
+
in o
|
7222 |
+
Ġswe ep
|
7223 |
+
Ġres ults
|
7224 |
+
Ġan ger
|
7225 |
+
Ġbel ts
|
7226 |
+
Ġrepe ating
|
7227 |
+
Ġp ins
|
7228 |
+
Ġfigure s
|
7229 |
+
Ġbit s
|
7230 |
+
is c
|
7231 |
+
Ġev il
|
7232 |
+
Ġso aking
|
7233 |
+
ant astic
|
7234 |
+
ĠT una
|
7235 |
+
ide y
|
7236 |
+
Ġmail ed
|
7237 |
+
Ġwith in
|
7238 |
+
ast y
|
7239 |
+
Ġtwist y
|
7240 |
+
Ġtwist ing
|
7241 |
+
ĠW ell
|
7242 |
+
Ġsuff ered
|
7243 |
+
Ġstro ll
|
7244 |
+
ĠP atch
|
7245 |
+
Ġt uck
|
7246 |
+
Ġconn ected
|
7247 |
+
ĠW endy
|
7248 |
+
Ġpuzz led
|
7249 |
+
P oppy
|
7250 |
+
âĤ¬ ,
|
7251 |
+
Ġshovel s
|
7252 |
+
Ġbus es
|
7253 |
+
ĠAl i
|
7254 |
+
Ġaccompl ished
|
7255 |
+
Ġdam aged
|
7256 |
+
Ġnood les
|
7257 |
+
Ġu nd
|
7258 |
+
Ġcross ing
|
7259 |
+
Ġh undred
|
7260 |
+
ĠM ichael
|
7261 |
+
ight ing
|
7262 |
+
Ġbreat hing
|
7263 |
+
Ġse ver
|
7264 |
+
Ġlick ing
|
7265 |
+
Ġbehavi or
|
7266 |
+
Ġro ars
|
7267 |
+
Ġsever al
|
7268 |
+
Ġt ying
|
7269 |
+
Ġshr ug
|
7270 |
+
Ġrespons ib
|
7271 |
+
Ġbrace lets
|
7272 |
+
T ed
|
7273 |
+
Ġsurf ing
|
7274 |
+
Ġsurrender ed
|
7275 |
+
Ġrisk s
|
7276 |
+
Ġfin ishing
|
7277 |
+
ĠR alph
|
7278 |
+
Ġdes pite
|
7279 |
+
Ġfle as
|
7280 |
+
ĠAm elia
|
7281 |
+
Ġtow ard
|
7282 |
+
an ie
|
7283 |
+
Åĵ Please
|
7284 |
+
Ġenc ount
|
7285 |
+
Ġswe at
|
7286 |
+
Ġlend ing
|
7287 |
+
d a
|
7288 |
+
Ġstream ers
|
7289 |
+
Ġhaird ress
|
7290 |
+
Ġhum ming
|
7291 |
+
Ġdef in
|
7292 |
+
V room
|
7293 |
+
by es
|
7294 |
+
l ves
|
7295 |
+
Ġsupport ed
|
7296 |
+
Ġsh ady
|
7297 |
+
Ġoy sters
|
7298 |
+
Ġclean er
|
7299 |
+
Ġqui eter
|
7300 |
+
Ġaw oke
|
7301 |
+
St eve
|
7302 |
+
Ab igail
|
7303 |
+
Ġgood byes
|
7304 |
+
Ġwho se
|
7305 |
+
When ever
|
7306 |
+
Ġluck ily
|
7307 |
+
ĠBu bba
|
7308 |
+
ĠRo bbie
|
7309 |
+
Åĵ Of
|
7310 |
+
ĠR ay
|
7311 |
+
Ġign oring
|
7312 |
+
Ġst itches
|
7313 |
+
Ġrain y
|
7314 |
+
Surpr ise
|
7315 |
+
T ake
|
7316 |
+
ĠH oney
|
7317 |
+
Ġr ather
|
7318 |
+
Ġtable t
|
7319 |
+
is ions
|
7320 |
+
Ġp onies
|
7321 |
+
Ġed ges
|
7322 |
+
Ġcudd les
|
7323 |
+
ĠFl opsy
|
7324 |
+
ĠMad die
|
7325 |
+
Ġf antastic
|
7326 |
+
un ity
|
7327 |
+
dd ing
|
7328 |
+
ec ca
|
7329 |
+
er k
|
7330 |
+
Ġsl ither
|
7331 |
+
Ġcloud y
|
7332 |
+
Ġfrown s
|
7333 |
+
en ing
|
7334 |
+
Ġhand ing
|
7335 |
+
Ġfin al
|
7336 |
+
Ġsnowfl akes
|
7337 |
+
pp ies
|
7338 |
+
Ġsp ed
|
7339 |
+
Ġdr own
|
7340 |
+
ag ic
|
7341 |
+
Ġel bow
|
7342 |
+
Ġhairdress er
|
7343 |
+
Ġcott on
|
7344 |
+
ĠH olly
|
7345 |
+
Ġthorn s
|
7346 |
+
ĠBir dy
|
7347 |
+
Ġdefin itely
|
7348 |
+
Ġc oral
|
7349 |
+
Ġrain s
|
7350 |
+
i el
|
7351 |
+
Ġgest ure
|
7352 |
+
Ġk ings
|
7353 |
+
Ġsmall est
|
7354 |
+
Ġsur v
|
7355 |
+
Ġs y
|
7356 |
+
Ġremind ing
|
7357 |
+
Ġwis ely
|
7358 |
+
ĠF uzzy
|
7359 |
+
Åĵ Now
|
7360 |
+
c row
|
7361 |
+
Ġbat tle
|
7362 |
+
ĠB ecause
|
7363 |
+
ĠG reen
|
7364 |
+
Ġcorre ctly
|
7365 |
+
Ġv ines
|
7366 |
+
Ġdec isions
|
7367 |
+
Ġdrive way
|
7368 |
+
ĠU p
|
7369 |
+
Ġs ou
|
7370 |
+
on nie
|
7371 |
+
ath y
|
7372 |
+
Ġpeel ed
|
7373 |
+
Ġnew found
|
7374 |
+
H annah
|
7375 |
+
Ġsque aked
|
7376 |
+
w he
|
7377 |
+
Ġcho pped
|
7378 |
+
Ġshark s
|
7379 |
+
Ġpri ck
|
7380 |
+
Ġstud ent
|
7381 |
+
Ġsn ort
|
7382 |
+
Ġwar ri
|
7383 |
+
Ġgrand son
|
7384 |
+
Ġsymbol s
|
7385 |
+
Ġwe eds
|
7386 |
+
Ġsimp ly
|
7387 |
+
Ġfis hes
|
7388 |
+
h il
|
7389 |
+
Ġ X
|
7390 |
+
Tr ue
|
7391 |
+
c ent
|
7392 |
+
Ġband ages
|
7393 |
+
a bby
|
7394 |
+
Ġgrandd aughter
|
7395 |
+
Ġwo bble
|
7396 |
+
on se
|
7397 |
+
Ġresp onse
|
7398 |
+
Ġn asty
|
7399 |
+
Ġex cept
|
7400 |
+
ĠK aren
|
7401 |
+
Ġexerc ises
|
7402 |
+
Ġsto pping
|
7403 |
+
step s
|
7404 |
+
Ġt ar
|
7405 |
+
ĠFred die
|
7406 |
+
Ġocc as
|
7407 |
+
A dam
|
7408 |
+
Ġaf ar
|
7409 |
+
Ġban ged
|
7410 |
+
ĠRock y
|
7411 |
+
Ġd arl
|
7412 |
+
Ġn i
|
7413 |
+
Be ep
|
7414 |
+
Ġinsp ired
|
7415 |
+
Ġdarl ings
|
7416 |
+
f ather
|
7417 |
+
Ġtravel s
|
7418 |
+
Ġt ipped
|
7419 |
+
Ġdisturb ing
|
7420 |
+
Ġfill s
|
7421 |
+
Ġmast erp
|
7422 |
+
Ġl ent
|
7423 |
+
Ġfl ipped
|
7424 |
+
Åĵ Hey
|
7425 |
+
Ġfoot steps
|
7426 |
+
el ie
|
7427 |
+
w orm
|
7428 |
+
Ġped aled
|
7429 |
+
l ine
|
7430 |
+
Ġbird house
|
7431 |
+
Ġwindows ill
|
7432 |
+
Ġpur r
|
7433 |
+
Ġspit s
|
7434 |
+
Ġtrave lling
|
7435 |
+
ĠPipp in
|
7436 |
+
Ġship s
|
7437 |
+
Ġcon vin
|
7438 |
+
Ġpresent ed
|
7439 |
+
Ġscare crow
|
7440 |
+
ĠAl though
|
7441 |
+
J amie
|
7442 |
+
so l
|
7443 |
+
Ġadd ress
|
7444 |
+
Ġpunish ment
|
7445 |
+
Th omas
|
7446 |
+
Ġplant ing
|
7447 |
+
Ġapolog ised
|
7448 |
+
cited ly
|
7449 |
+
m ered
|
7450 |
+
Ġchocol ates
|
7451 |
+
Ġant ic
|
7452 |
+
eel ing
|
7453 |
+
ĠW elcome
|
7454 |
+
Ġforest s
|
7455 |
+
ĠR uth
|
7456 |
+
Ġsurf board
|
7457 |
+
m s
|
7458 |
+
Ġcongratul ated
|
7459 |
+
ĠI m
|
7460 |
+
dd ie
|
7461 |
+
Ġarr anged
|
7462 |
+
Ġbelie ving
|
7463 |
+
ĠMe gan
|
7464 |
+
Ġreass ured
|
7465 |
+
Ġtrot ted
|
7466 |
+
Ġreun ited
|
7467 |
+
Ġno dding
|
7468 |
+
Ġencourage ment
|
7469 |
+
Ġche ers
|
7470 |
+
Ġli es
|
7471 |
+
Ġimag es
|
7472 |
+
Ġpo ppies
|
7473 |
+
Ġre app
|
7474 |
+
Ġcamp fire
|
7475 |
+
iz a
|
7476 |
+
Ġsuit s
|
7477 |
+
Ġbus iness
|
7478 |
+
S ince
|
7479 |
+
Ġcl erk
|
7480 |
+
ĠSp idey
|
7481 |
+
Ġtar get
|
7482 |
+
ook y
|
7483 |
+
ĠJo jo
|
7484 |
+
Ġmar ve
|
7485 |
+
Ġsail s
|
7486 |
+
Ġmagn if
|
7487 |
+
iss a
|
7488 |
+
per ate
|
7489 |
+
ut ter
|
7490 |
+
Jo sh
|
7491 |
+
Ġoffic ers
|
7492 |
+
Ġterri fied
|
7493 |
+
Ġbackpack s
|
7494 |
+
mand a
|
7495 |
+
ĠG ina
|
7496 |
+
Ġgri p
|
7497 |
+
Ġcover ing
|
7498 |
+
Ġy el
|
7499 |
+
Ġkn ots
|
7500 |
+
Ġfoc us
|
7501 |
+
Ġactiv ity
|
7502 |
+
ĠA ng
|
7503 |
+
ink le
|
7504 |
+
Ġyel ped
|
7505 |
+
Ġsurpr ising
|
7506 |
+
Ġwrink led
|
7507 |
+
Ġsmell ing
|
7508 |
+
Ġexp ert
|
7509 |
+
r is
|
7510 |
+
Ġm ood
|
7511 |
+
Ġmasterp iece
|
7512 |
+
Ġd ep
|
7513 |
+
ĠF ighting
|
7514 |
+
ott e
|
7515 |
+
Ġch anges
|
7516 |
+
Ġconcer t
|
7517 |
+
B unny
|
7518 |
+
Ġch illy
|
7519 |
+
Ġspill s
|
7520 |
+
Ġspeed ing
|
7521 |
+
id er
|
7522 |
+
Ġtest ing
|
7523 |
+
ĠSnow man
|
7524 |
+
Ġtast ing
|
7525 |
+
Ġbra ver
|
7526 |
+
Ġple aded
|
7527 |
+
Ġsniff ing
|
7528 |
+
art led
|
7529 |
+
ĠL ia
|
7530 |
+
Ġcomfort ing
|
7531 |
+
Ġdelay ed
|
7532 |
+
Ġge ars
|
7533 |
+
Ġ Okay
|
7534 |
+
Ġcalm ly
|
7535 |
+
w e
|
7536 |
+
at s
|
7537 |
+
ac le
|
7538 |
+
J ess
|
7539 |
+
ac les
|
7540 |
+
ash a
|
7541 |
+
Ġlab els
|
7542 |
+
arl otte
|
7543 |
+
Ġmerma id
|
7544 |
+
M at
|
7545 |
+
Ġsuggest ion
|
7546 |
+
P enny
|
7547 |
+
Ġaw are
|
7548 |
+
ĠA ny
|
7549 |
+
ĠR ain
|
7550 |
+
Ġdiscuss ing
|
7551 |
+
Ġst umble
|
7552 |
+
M ira
|
7553 |
+
Ġj ars
|
7554 |
+
Ġsp ies
|
7555 |
+
Ġbelong ings
|
7556 |
+
Ġmis chie
|
7557 |
+
Ġworry ing
|
7558 |
+
Ġmagaz ines
|
7559 |
+
Ġbother ing
|
7560 |
+
fl ies
|
7561 |
+
Ġcrown s
|
7562 |
+
Ġart work
|
7563 |
+
Ġal though
|
7564 |
+
Ġunderstand s
|
7565 |
+
Ġdisplay ed
|
7566 |
+
ĠLou ise
|
7567 |
+
Ġmischie vous
|
7568 |
+
ail s
|
7569 |
+
Ch loe
|
7570 |
+
Ġp uck
|
7571 |
+
ĠT ry
|
7572 |
+
Ġadmir ation
|
7573 |
+
Ġeffort s
|
7574 |
+
sc reen
|
7575 |
+
Ġbury ing
|
7576 |
+
Ġhe ight
|
7577 |
+
Ġfox es
|
7578 |
+
em ma
|
7579 |
+
Ġun fortunately
|
7580 |
+
p en
|
7581 |
+
Ġsa v
|
7582 |
+
Ġrefu se
|
7583 |
+
Ġsell er
|
7584 |
+
Ġh oo
|
7585 |
+
Ġbasket s
|
7586 |
+
Ġtool box
|
7587 |
+
ri er
|
7588 |
+
Ġb uddy
|
7589 |
+
ig hing
|
7590 |
+
Ġb itten
|
7591 |
+
ĠA lly
|
7592 |
+
Ġexperien ced
|
7593 |
+
Ġdec l
|
7594 |
+
Ġb less
|
7595 |
+
in ted
|
7596 |
+
Ġqu e
|
7597 |
+
v room
|
7598 |
+
Ġdragon fly
|
7599 |
+
ĠDave y
|
7600 |
+
Ġvehic les
|
7601 |
+
w ise
|
7602 |
+
b ell
|
7603 |
+
w hat
|
7604 |
+
Ġpack ages
|
7605 |
+
Ġdis c
|
7606 |
+
Ġsol ving
|
7607 |
+
Ġd ump
|
7608 |
+
i bbit
|
7609 |
+
ugg ing
|
7610 |
+
Ġpand as
|
7611 |
+
ĠW ally
|
7612 |
+
Ġannoy ed
|
7613 |
+
Ġt umbled
|
7614 |
+
Ġmom ma
|
7615 |
+
Ġme mb
|
7616 |
+
ip es
|
7617 |
+
atur day
|
7618 |
+
Ġmemb ers
|
7619 |
+
Ġseashell s
|
7620 |
+
Ġfire s
|
7621 |
+
Åĵ The
|
7622 |
+
Ġpo sit
|
7623 |
+
Ġwarm ly
|
7624 |
+
Ġweal th
|
7625 |
+
Ġnibb led
|
7626 |
+
ĠS aturday
|
7627 |
+
Ġsun screen
|
7628 |
+
ĠSo fia
|
7629 |
+
ĠW il
|
7630 |
+
ain t
|
7631 |
+
Ġpe as
|
7632 |
+
Ġtre ated
|
7633 |
+
B eth
|
7634 |
+
Ġtrouble s
|
7635 |
+
Ġsqu aw
|
7636 |
+
Ġrot ting
|
7637 |
+
ĠE va
|
7638 |
+
K e
|
7639 |
+
Ġsc ent
|
7640 |
+
Ġmateri al
|
7641 |
+
Åĵ Sure
|
7642 |
+
Me anwhile
|
7643 |
+
ĠFro ggy
|
7644 |
+
A ny
|
7645 |
+
Ġcon qu
|
7646 |
+
Ġstom p
|
7647 |
+
Ġgaz ing
|
7648 |
+
Ġco ach
|
7649 |
+
ĠK aty
|
7650 |
+
Ġinsist ing
|
7651 |
+
Ġunt ied
|
7652 |
+
D ear
|
7653 |
+
R achel
|
7654 |
+
Ġdis o
|
7655 |
+
Ġpray ers
|
7656 |
+
ĠO ther
|
7657 |
+
Ġenv iron
|
7658 |
+
Ġpart ed
|
7659 |
+
Ġconvers ation
|
7660 |
+
ĠD ory
|
7661 |
+
Qu ack
|
7662 |
+
G et
|
7663 |
+
J oy
|
7664 |
+
a ver
|
7665 |
+
Ġcoll ap
|
7666 |
+
Ġencount ered
|
7667 |
+
Ġjo ins
|
7668 |
+
Ġloop s
|
7669 |
+
Ġra ces
|
7670 |
+
ĠP en
|
7671 |
+
Ġsew ed
|
7672 |
+
Ġs ill
|
7673 |
+
Ġteacher s
|
7674 |
+
Ġenviron ment
|
7675 |
+
Ġscur rying
|
7676 |
+
ĠSam antha
|
7677 |
+
atter ed
|
7678 |
+
Ġwhisper ing
|
7679 |
+
Ġjo ked
|
7680 |
+
Ġarg um
|
7681 |
+
Ġpurp ose
|
7682 |
+
ĠPipp a
|
7683 |
+
Ġtil ted
|
7684 |
+
Good night
|
7685 |
+
Ġstor ed
|
7686 |
+
Ġord ers
|
7687 |
+
Ġlo ses
|
7688 |
+
Ġex ch
|
7689 |
+
ort unately
|
7690 |
+
Ġhoop s
|
7691 |
+
Ġgen ie
|
7692 |
+
Ġcowb oy
|
7693 |
+
pp a
|
7694 |
+
Ġshe ets
|
7695 |
+
Ġsp ooky
|
7696 |
+
Ġtw eet
|
7697 |
+
ĠFl o
|
7698 |
+
ĠPe pper
|
7699 |
+
ĠD uck
|
7700 |
+
ĠDo g
|
7701 |
+
Ġto ss
|
7702 |
+
or der
|
7703 |
+
Ġperm itted
|
7704 |
+
air y
|
7705 |
+
a ven
|
7706 |
+
Ġquar re
|
7707 |
+
e edy
|
7708 |
+
u el
|
7709 |
+
Ġa im
|
7710 |
+
ong o
|
7711 |
+
ĠF iona
|
7712 |
+
Ġdiamond s
|
7713 |
+
Ġscr am
|
7714 |
+
Ġty pe
|
7715 |
+
isc uit
|
7716 |
+
Ġpupil s
|
7717 |
+
Ġantic ip
|
7718 |
+
Ġglitter ing
|
7719 |
+
Ġtr ans
|
7720 |
+
Ġque ens
|
7721 |
+
Ġturt les
|
7722 |
+
illi am
|
7723 |
+
Ġbeam ing
|
7724 |
+
Ġneare st
|
7725 |
+
ĠD espite
|
7726 |
+
Ġend s
|
7727 |
+
ĠSnow ball
|
7728 |
+
Ġtub es
|
7729 |
+
Ġm aker
|
7730 |
+
ig ger
|
7731 |
+
Ġser vant
|
7732 |
+
Åĵ See
|
7733 |
+
Ġwh imp
|
7734 |
+
Ġdon key
|
7735 |
+
Ġvisit ors
|
7736 |
+
Ġfilm s
|
7737 |
+
A m
|
7738 |
+
Ġspell s
|
7739 |
+
Ġopp ort
|
7740 |
+
Ġg ap
|
7741 |
+
Ġunt ie
|
7742 |
+
ĠH ope
|
7743 |
+
Ġcle ared
|
7744 |
+
Ġfin s
|
7745 |
+
Ġstro ke
|
7746 |
+
Ġr in
|
7747 |
+
ĠAunt ie
|
7748 |
+
ĠB ounce
|
7749 |
+
R osie
|
7750 |
+
Ġta pping
|
7751 |
+
Ġopp os
|
7752 |
+
Ġwas ting
|
7753 |
+
Ġcustom ers
|
7754 |
+
Ġnur ses
|
7755 |
+
ust y
|
7756 |
+
Ġpri z
|
7757 |
+
Ġsw o
|
7758 |
+
Ġsh all
|
7759 |
+
Ġhunt ers
|
7760 |
+
Ġg er
|
7761 |
+
Ġconvin ced
|
7762 |
+
Ġwound s
|
7763 |
+
Ġswo llen
|
7764 |
+
Ġgoat s
|
7765 |
+
Ġswe aty
|
7766 |
+
Ġdress ing
|
7767 |
+
Ġslow ed
|
7768 |
+
Ġdecl ared
|
7769 |
+
Ġd ot
|
7770 |
+
Ġexam ining
|
7771 |
+
or ter
|
7772 |
+
el ope
|
7773 |
+
ĠB ow
|
7774 |
+
Ġoppos ite
|
7775 |
+
Ġcharacter s
|
7776 |
+
C laire
|
7777 |
+
il ities
|
7778 |
+
Ġfa iled
|
7779 |
+
ĠQuack ers
|
7780 |
+
Ġtid ied
|
7781 |
+
Ġtrans f
|
7782 |
+
Ġgrand father
|
7783 |
+
ac y
|
7784 |
+
Ġwarri or
|
7785 |
+
Ġforgiven ess
|
7786 |
+
Ġstern ly
|
7787 |
+
Ġgood ies
|
7788 |
+
Ġguess ing
|
7789 |
+
Ġlip stick
|
7790 |
+
Ġpe ep
|
7791 |
+
Ġyoung est
|
7792 |
+
Ġscratch ing
|
7793 |
+
Le ave
|
7794 |
+
Ġseagull s
|
7795 |
+
C ar
|
7796 |
+
m ies
|
7797 |
+
re st
|
7798 |
+
Ġinch worm
|
7799 |
+
ĠR os
|
7800 |
+
Ġbeep ed
|
7801 |
+
em pt
|
7802 |
+
Ġmeow ing
|
7803 |
+
ri an
|
7804 |
+
St ay
|
7805 |
+
Ġresc uing
|
7806 |
+
Ann e
|
7807 |
+
Ġthan king
|
7808 |
+
Ġquestion ed
|
7809 |
+
ĠH old
|
7810 |
+
Ġatt empt
|
7811 |
+
Ġscram bled
|
7812 |
+
ri e
|
7813 |
+
ĠYou â
|
7814 |
+
Ġgr at
|
7815 |
+
Ġdri pping
|
7816 |
+
Ġb ou
|
7817 |
+
ĠS plash
|
7818 |
+
Ġtire s
|
7819 |
+
ĠKe vin
|
7820 |
+
Ġbou qu
|
7821 |
+
e ven
|
7822 |
+
Ġact ive
|
7823 |
+
Ġst all
|
7824 |
+
Ġfor m
|
7825 |
+
Ġanticip ation
|
7826 |
+
r ily
|
7827 |
+
ĠM aisy
|
7828 |
+
Ġpicnic s
|
7829 |
+
Ġni bble
|
7830 |
+
Al ways
|
7831 |
+
Ġais le
|
7832 |
+
Ġbl ond
|
7833 |
+
Ġfloor s
|
7834 |
+
Ġrespond ed
|
7835 |
+
Ġresponsib ility
|
7836 |
+
ĠS w
|
7837 |
+
Ġsh in
|
7838 |
+
Ġsm ashed
|
7839 |
+
Ġattack ed
|
7840 |
+
Ġmate y
|
7841 |
+
L ena
|
7842 |
+
Ġfor ce
|
7843 |
+
iv ia
|
7844 |
+
Ġexplain s
|
7845 |
+
ĠE lly
|
7846 |
+
Ġknock ing
|
7847 |
+
Ġemer ged
|
7848 |
+
Tweet ie
|
7849 |
+
Ġobey ed
|
7850 |
+
Ġdiscover ies
|
7851 |
+
Ġgrat itude
|
7852 |
+
Ġt ing
|
7853 |
+
Ġin ter
|
7854 |
+
Ġju d
|
7855 |
+
Ġvi br
|
7856 |
+
c ie
|
7857 |
+
Ġre ly
|
7858 |
+
Ġr ays
|
7859 |
+
Ġzoom s
|
7860 |
+
Ġdecor ation
|
7861 |
+
ĠM ina
|
7862 |
+
Ġman ners
|
7863 |
+
Ġch arge
|
7864 |
+
Ġclass mates
|
7865 |
+
Tw o
|
7866 |
+
Ġspr out
|
7867 |
+
Ġs ens
|
7868 |
+
Ġsn ug
|
7869 |
+
Ġvisit s
|
7870 |
+
Ġs igning
|
7871 |
+
in nie
|
7872 |
+
Ġsp y
|
7873 |
+
Åĵ Who
|
7874 |
+
Ġaeropl anes
|
7875 |
+
Ġso ot
|
7876 |
+
Ġgirl â
|
7877 |
+
Ġtwist s
|
7878 |
+
Ġsurv ive
|
7879 |
+
eb ecca
|
7880 |
+
y l
|
7881 |
+
Ġve gg
|
7882 |
+
Ġinst antly
|
7883 |
+
m unk
|
7884 |
+
and a
|
7885 |
+
Jul ie
|
7886 |
+
ipp ers
|
7887 |
+
Ġlo c
|
7888 |
+
Ġwigg ly
|
7889 |
+
Ġse als
|
7890 |
+
Ġsel f
|
7891 |
+
Ġbreath s
|
7892 |
+
Ġunw ra
|
7893 |
+
Ġr amp
|
7894 |
+
Ġr umbling
|
7895 |
+
ĠEll e
|
7896 |
+
h ind
|
7897 |
+
a ct
|
7898 |
+
ĠL ion
|
7899 |
+
Ġbuck led
|
7900 |
+
Ġbright est
|
7901 |
+
Ġhe n
|
7902 |
+
Ġshr unk
|
7903 |
+
J e
|
7904 |
+
Ġm unched
|
7905 |
+
Ġbo nd
|
7906 |
+
Ġbee h
|
7907 |
+
Ġincre asing
|
7908 |
+
s m
|
7909 |
+
Ġsh immering
|
7910 |
+
ath an
|
7911 |
+
Ġpur rs
|
7912 |
+
Ġmanag er
|
7913 |
+
id ence
|
7914 |
+
Ġdoor bell
|
7915 |
+
Ġflap s
|
7916 |
+
Ġearn ed
|
7917 |
+
Ġchat ter
|
7918 |
+
g ain
|
7919 |
+
C indy
|
7920 |
+
B ang
|
7921 |
+
o c
|
7922 |
+
oo king
|
7923 |
+
ĠW oo
|
7924 |
+
Some one
|
7925 |
+
ch ing
|
7926 |
+
Ġmove ments
|
7927 |
+
Ġlow ered
|
7928 |
+
ud ged
|
7929 |
+
Ġsway ing
|
7930 |
+
i ens
|
7931 |
+
ĠJane y
|
7932 |
+
itt ered
|
7933 |
+
Ġal iens
|
7934 |
+
Ġhon king
|
7935 |
+
Ġcrack s
|
7936 |
+
Fr eddy
|
7937 |
+
Ġargum ent
|
7938 |
+
ĠJ ax
|
7939 |
+
ss ss
|
7940 |
+
Ġchip munk
|
7941 |
+
Ġdiso bey
|
7942 |
+
ing er
|
7943 |
+
Ġwho ever
|
7944 |
+
Ġwind ing
|
7945 |
+
R ob
|
7946 |
+
rom ise
|
7947 |
+
ĠL uc
|
7948 |
+
Ġann ounced
|
7949 |
+
umm ies
|
7950 |
+
ĠSp eedy
|
7951 |
+
Ġprevent ed
|
7952 |
+
Ġbe aver
|
7953 |
+
ĠJo an
|
7954 |
+
Åĵ Good
|
7955 |
+
ĠK elly
|
7956 |
+
Ġr owed
|
7957 |
+
ĠM ae
|
7958 |
+
it s
|
7959 |
+
Ġsw itched
|
7960 |
+
Ġbat hing
|
7961 |
+
l ied
|
7962 |
+
Ġmosquito es
|
7963 |
+
ĠMad dy
|
7964 |
+
Ġtap ed
|
7965 |
+
ĠT aking
|
7966 |
+
st orm
|
7967 |
+
R ed
|
7968 |
+
b elle
|
7969 |
+
Ġpo ses
|
7970 |
+
os cope
|
7971 |
+
Ġoffer ing
|
7972 |
+
Ġsw ap
|
7973 |
+
ĠSt itch
|
7974 |
+
ĠJon ny
|
7975 |
+
Ġnuzz led
|
7976 |
+
Ġcon s
|
7977 |
+
Ġprick ly
|
7978 |
+
are t
|
7979 |
+
fl owers
|
7980 |
+
Ġsway ed
|
7981 |
+
Ġst eth
|
7982 |
+
Ġfl ips
|
7983 |
+
ĠSt an
|
7984 |
+
Ġdestro ying
|
7985 |
+
Ġla pt
|
7986 |
+
Ġdes igning
|
7987 |
+
Ġmind s
|
7988 |
+
Ġcare s
|
7989 |
+
be e
|
7990 |
+
Ġbad ger
|
7991 |
+
Let â
|
7992 |
+
Ġjob s
|
7993 |
+
Ġdod ged
|
7994 |
+
Ġgl immering
|
7995 |
+
Ġrat s
|
7996 |
+
Ġcrawl s
|
7997 |
+
J essie
|
7998 |
+
Ġwhist les
|
7999 |
+
l o
|
8000 |
+
Ġsm elt
|
8001 |
+
Un cle
|
8002 |
+
Ġcr ops
|
8003 |
+
r ink
|
8004 |
+
Ġbeauti fully
|
8005 |
+
Ġobser ving
|
8006 |
+
Ġdan gers
|
8007 |
+
y d
|
8008 |
+
Ġbe ating
|
8009 |
+
Ġsh ines
|
8010 |
+
Ġexplo ded
|
8011 |
+
ĠBe cky
|
8012 |
+
Ġkn ives
|
8013 |
+
Ġmill ion
|
8014 |
+
Ġscold s
|
8015 |
+
Ġcheck out
|
8016 |
+
Ġscoot ers
|
8017 |
+
Ġstamp ed
|
8018 |
+
Ġsnap s
|
8019 |
+
ang le
|
8020 |
+
Ġcustom er
|
8021 |
+
ĠSp ring
|
8022 |
+
Ġgener osity
|
8023 |
+
lp h
|
8024 |
+
Ġgro an
|
8025 |
+
Ġde ed
|
8026 |
+
Ġlangu ages
|
8027 |
+
bo ards
|
8028 |
+
Ġger ms
|
8029 |
+
o or
|
8030 |
+
Ġrec order
|
8031 |
+
Ġh ike
|
8032 |
+
Ġhonest y
|
8033 |
+
Ġt ummies
|
8034 |
+
Ġsteth oscope
|
8035 |
+
Ġrobb ers
|
8036 |
+
Ġclos ing
|
8037 |
+
Ġpadd ling
|
8038 |
+
Ġcoc oon
|
8039 |
+
l t
|
8040 |
+
ĠA r
|
8041 |
+
Ġdrown ed
|
8042 |
+
Ġha ven
|
8043 |
+
Ġpl ug
|
8044 |
+
Ġcl icked
|
8045 |
+
Mom ma
|
8046 |
+
Ġexpect ing
|
8047 |
+
ab ra
|
8048 |
+
ĠRe ady
|
8049 |
+
Ġlapt op
|
8050 |
+
er ing
|
8051 |
+
ĠFin ny
|
8052 |
+
O ut
|
8053 |
+
ĠTr ust
|
8054 |
+
B uddy
|
8055 |
+
ĠRu dy
|
8056 |
+
Ġrout ine
|
8057 |
+
A bby
|
8058 |
+
am ma
|
8059 |
+
Ġsupp lied
|
8060 |
+
Ġastronaut s
|
8061 |
+
ĠS k
|
8062 |
+
Ġexpl or
|
8063 |
+
Ġdisappoin t
|
8064 |
+
Ġvegg ies
|
8065 |
+
Ġcour t
|
8066 |
+
u lp
|
8067 |
+
l or
|
8068 |
+
oo sh
|
8069 |
+
ĠSpark le
|
8070 |
+
Ġde ars
|
8071 |
+
Ġsteer ing
|
8072 |
+
C o
|
8073 |
+
ot ch
|
8074 |
+
Ġtidy ing
|
8075 |
+
Ġadd s
|
8076 |
+
Ġcond uct
|
8077 |
+
Ġbouqu et
|
8078 |
+
ĠB ongo
|
8079 |
+
Ġbeeh ive
|
8080 |
+
Ġ ill
|
8081 |
+
le st
|
8082 |
+
Ġsc ulp
|
8083 |
+
Ġunpack ing
|
8084 |
+
Ġnovel s
|
8085 |
+
ĠT ime
|
8086 |
+
Åĵ Maybe
|
8087 |
+
ara ble
|
8088 |
+
Ġcup cake
|
8089 |
+
ĠPo or
|
8090 |
+
B ear
|
8091 |
+
Ch oo
|
8092 |
+
ĠB ad
|
8093 |
+
Ġstat ues
|
8094 |
+
Ġt in
|
8095 |
+
it a
|
8096 |
+
ĠS weet
|
8097 |
+
udd les
|
8098 |
+
Ġchat ted
|
8099 |
+
Ġparticular ly
|
8100 |
+
Ġremind s
|
8101 |
+
ud o
|
8102 |
+
p it
|
8103 |
+
y ler
|
8104 |
+
udo lph
|
8105 |
+
ĠP hil
|
8106 |
+
Ġshort s
|
8107 |
+
N ice
|
8108 |
+
Ġhard est
|
8109 |
+
Ġca w
|
8110 |
+
T oo
|
8111 |
+
ĠE ddie
|
8112 |
+
Ġstret ches
|
8113 |
+
Ġappl ause
|
8114 |
+
Ġhealth ier
|
8115 |
+
r up
|
8116 |
+
w ater
|
8117 |
+
Ġwis er
|
8118 |
+
Ġfloat s
|
8119 |
+
H oney
|
8120 |
+
Ġghost s
|
8121 |
+
Ġconduct or
|
8122 |
+
ĠDon â
|
8123 |
+
A rrr
|
8124 |
+
Ġstr um
|
8125 |
+
ĠIs n
|
8126 |
+
Ro bbie
|
8127 |
+
Ġhe aven
|
8128 |
+
Ġaw ful
|
8129 |
+
Ġdoll ar
|
8130 |
+
Ġpl ugged
|
8131 |
+
ĠK ay
|
8132 |
+
pr il
|
8133 |
+
ĠT ammy
|
8134 |
+
Ġwild flowers
|
8135 |
+
ĠEls ie
|
8136 |
+
Ġsc ri
|
8137 |
+
Ġele ct
|
8138 |
+
ĠC la
|
8139 |
+
ident s
|
8140 |
+
id night
|
8141 |
+
Ġtr aded
|
8142 |
+
Ġover head
|
8143 |
+
ll as
|
8144 |
+
Ġsqu ished
|
8145 |
+
Ġwhat â
|
8146 |
+
Ġcomb ed
|
8147 |
+
Ġcar ries
|
8148 |
+
ĠMom ma
|
8149 |
+
Ġnest s
|
8150 |
+
Ġopin ions
|
8151 |
+
ĠRob o
|
8152 |
+
ĠEls a
|
8153 |
+
e aring
|
8154 |
+
Ġsy rup
|
8155 |
+
Ġf aint
|
8156 |
+
Ġfascin ating
|
8157 |
+
an ced
|
8158 |
+
Ġsw allow
|
8159 |
+
ĠJe an
|
8160 |
+
Ġexperien ces
|
8161 |
+
K aren
|
8162 |
+
Ġspray s
|
8163 |
+
Ġbe ast
|
8164 |
+
au la
|
8165 |
+
Ġumbre llas
|
8166 |
+
om b
|
8167 |
+
Ġcontain er
|
8168 |
+
Ġ ouch
|
8169 |
+
Ġk illed
|
8170 |
+
Ġreturn ing
|
8171 |
+
Ġbother ed
|
8172 |
+
elie ve
|
8173 |
+
at ive
|
8174 |
+
r ough
|
8175 |
+
Ġg all
|
8176 |
+
ĠA va
|
8177 |
+
Ġlo cks
|
8178 |
+
Ġprov iding
|
8179 |
+
f ive
|
8180 |
+
ĠA manda
|
8181 |
+
Ġset s
|
8182 |
+
Ġflas hing
|
8183 |
+
Ġsh orter
|
8184 |
+
Ġex amp
|
8185 |
+
Åĵ Ok
|
8186 |
+
ĠRo ger
|
8187 |
+
Ġsculp ture
|
8188 |
+
Ġfl ashed
|
8189 |
+
ch y
|
8190 |
+
Ġche cks
|
8191 |
+
Ġweap ons
|
8192 |
+
ren ch
|
8193 |
+
M art
|
8194 |
+
ou raged
|
8195 |
+
Yes terday
|
8196 |
+
Ġte les
|
8197 |
+
Ġte aring
|
8198 |
+
Ġboun ces
|
8199 |
+
or king
|
8200 |
+
Ġhot ter
|
8201 |
+
Ġtest s
|
8202 |
+
ord inary
|
8203 |
+
ĠCra bby
|
8204 |
+
Ġdefe ated
|
8205 |
+
S now
|
8206 |
+
Ġpap a
|
8207 |
+
Ġin ches
|
8208 |
+
Ġgr umbled
|
8209 |
+
Ġgl ided
|
8210 |
+
Ġfarm ers
|
8211 |
+
Ġsprink le
|
8212 |
+
ĠN ever
|
8213 |
+
Ġnight s
|
8214 |
+
Ġscr ub
|
8215 |
+
Ġfa ith
|
8216 |
+
ĠCh arlotte
|
8217 |
+
cc idents
|
8218 |
+
T illy
|
8219 |
+
ĠZ oomy
|
8220 |
+
ĠDan iel
|
8221 |
+
Ġbur nt
|
8222 |
+
cent r
|
8223 |
+
at ors
|
8224 |
+
ĠS asha
|
8225 |
+
Ġcon v
|
8226 |
+
Ġteles cope
|
8227 |
+
Ġsadd er
|
8228 |
+
A unt
|
8229 |
+
i ving
|
8230 |
+
Åĵ Be
|
8231 |
+
Ġcon centr
|
8232 |
+
Ġtrust ing
|
8233 |
+
Ġapplaud ing
|
8234 |
+
Ġconf idence
|
8235 |
+
ook s
|
8236 |
+
Ġtw enty
|
8237 |
+
Ġser ving
|
8238 |
+
Ġelect ric
|
8239 |
+
M on
|
8240 |
+
Ġhis s
|
8241 |
+
Ġconv ince
|
8242 |
+
P apa
|
8243 |
+
c ar
|
8244 |
+
ess ion
|
8245 |
+
ĠC le
|
8246 |
+
Ġgarden s
|
8247 |
+
Ġche ated
|
8248 |
+
Ġ icing
|
8249 |
+
end ed
|
8250 |
+
l ers
|
8251 |
+
âĤ¬ Â
|
8252 |
+
Ġblue bird
|
8253 |
+
Ġneck s
|
8254 |
+
Ġburn s
|
8255 |
+
Ġaw hile
|
8256 |
+
Ġcryst als
|
8257 |
+
B uzz
|
8258 |
+
le phant
|
8259 |
+
ĠHe len
|
8260 |
+
ĠN ancy
|
8261 |
+
ĠPat ty
|
8262 |
+
Ġinse p
|
8263 |
+
Ġcub s
|
8264 |
+
Ġvisit or
|
8265 |
+
ĠPe ppa
|
8266 |
+
âĤ¬Â ¦
|
8267 |
+
ĠS ay
|
8268 |
+
Ġpet ting
|
8269 |
+
Ġteam s
|
8270 |
+
v y
|
8271 |
+
Ġra ising
|
8272 |
+
C he
|
8273 |
+
Ġcollap sed
|
8274 |
+
an ces
|
8275 |
+
Ġcheck ing
|
8276 |
+
Ġextra ordinary
|
8277 |
+
K ids
|
8278 |
+
Ġinsep arable
|
8279 |
+
P l
|
8280 |
+
P ut
|
8281 |
+
Ġbl own
|
8282 |
+
Ġdry er
|
8283 |
+
Ġg oo
|
8284 |
+
Ġforg ives
|
8285 |
+
Ġsiren s
|
8286 |
+
F riend
|
8287 |
+
ĠCh ick
|
8288 |
+
Ġty pes
|
8289 |
+
Ġmunch ing
|
8290 |
+
Ġsoap y
|
8291 |
+
Ġmem ber
|
8292 |
+
Ġexamp le
|
8293 |
+
Ġb orn
|
8294 |
+
Ġo dd
|
8295 |
+
ĠA na
|
8296 |
+
Ġgrass ho
|
8297 |
+
Ġimag inary
|
8298 |
+
Ġinstrum ent
|
8299 |
+
Ġb iscuit
|
8300 |
+
Ġn atur
|
8301 |
+
Ġbehavi our
|
8302 |
+
Ġpriz es
|
8303 |
+
Ġplay d
|
8304 |
+
ĠL ina
|
8305 |
+
b u
|
8306 |
+
Ġmeow s
|
8307 |
+
J on
|
8308 |
+
ri ck
|
8309 |
+
Ġsing ers
|
8310 |
+
Ġwa ded
|
8311 |
+
Ġbicy cles
|
8312 |
+
v al
|
8313 |
+
ĠZ ero
|
8314 |
+
Br own
|
8315 |
+
E ach
|
8316 |
+
Ġk it
|
8317 |
+
Ġmom â
|
8318 |
+
Ġcomp an
|
8319 |
+
B u
|
8320 |
+
ĠB ang
|
8321 |
+
ĠE ric
|
8322 |
+
sh aped
|
8323 |
+
Ġspr ang
|
8324 |
+
Ġwater s
|
8325 |
+
ĠR udolph
|
8326 |
+
Ġfl ick
|
8327 |
+
Ġsal on
|
8328 |
+
Ġpeep ed
|
8329 |
+
Ġup side
|
8330 |
+
Ġdo ck
|
8331 |
+
Ġl im
|
8332 |
+
ĠT erry
|
8333 |
+
Ġfl ip
|
8334 |
+
ĠF airy
|
8335 |
+
Ġopport unity
|
8336 |
+
ad abra
|
8337 |
+
Ġatt itude
|
8338 |
+
Ġexplor ation
|
8339 |
+
Ġin vent
|
8340 |
+
ĠI zzy
|
8341 |
+
Ġtrave ling
|
8342 |
+
ĠAsh ley
|
8343 |
+
B oys
|
8344 |
+
ow ing
|
8345 |
+
Ġlong est
|
8346 |
+
Ġconqu ered
|
8347 |
+
L iz
|
8348 |
+
Ġunl o
|
8349 |
+
Ġexpress ion
|
8350 |
+
Ġdistract ed
|
8351 |
+
Ġh ood
|
8352 |
+
ad ually
|
8353 |
+
Ġsand y
|
8354 |
+
b l
|
8355 |
+
Ġbr ide
|
8356 |
+
Ġreal izes
|
8357 |
+
ĠG ary
|
8358 |
+
Ġhunt ing
|
8359 |
+
Ġcheap er
|
8360 |
+
c adabra
|
8361 |
+
Ġdeser ved
|
8362 |
+
Ġ Ġ
|
8363 |
+
Ġen em
|
8364 |
+
Ġflow ing
|
8365 |
+
Ġenem ies
|
8366 |
+
Ġf et
|
8367 |
+
Ġun able
|
8368 |
+
Ġwrigg led
|
8369 |
+
Ġtr igger
|
8370 |
+
Ġpill s
|
8371 |
+
Ġcoo lest
|
8372 |
+
Ġsweat ers
|
8373 |
+
Ġmom mies
|
8374 |
+
ĠW illiam
|
8375 |
+
ĠFrank ie
|
8376 |
+
Ġfl ock
|
8377 |
+
Ġeng ines
|
8378 |
+
ĠA nt
|
8379 |
+
Ġenvel opes
|
8380 |
+
get ic
|
8381 |
+
ĠL a
|
8382 |
+
Ġotter s
|
8383 |
+
ĠM agic
|
8384 |
+
ĠP retty
|
8385 |
+
Ġb omb
|
8386 |
+
st r
|
8387 |
+
Ġgu lp
|
8388 |
+
Ġclear ly
|
8389 |
+
ĠF el
|
8390 |
+
Ġdisc ouraged
|
8391 |
+
Ġbur ger
|
8392 |
+
Ġrow s
|
8393 |
+
ĠS mo
|
8394 |
+
Ġswim mer
|
8395 |
+
f ree
|
8396 |
+
Ġwh ales
|
8397 |
+
Su zy
|
8398 |
+
whe l
|
8399 |
+
Ġcl ip
|
8400 |
+
Ġcomp ete
|
8401 |
+
Ġreapp eared
|
8402 |
+
er g
|
8403 |
+
Ġchat ting
|
8404 |
+
Ġ 5
|
8405 |
+
Ġt ips
|
8406 |
+
ou ched
|
8407 |
+
Ġgrassho pper
|
8408 |
+
Ġcount ries
|
8409 |
+
Ġpass es
|
8410 |
+
Ġgl ittered
|
8411 |
+
Ġquack ing
|
8412 |
+
end ing
|
8413 |
+
Ġsomet ime
|
8414 |
+
Ġrob in
|
8415 |
+
j est
|
8416 |
+
Ġth ump
|
8417 |
+
ap tain
|
8418 |
+
Ġover whel
|
8419 |
+
o ver
|
8420 |
+
Ġun co
|
8421 |
+
ball s
|
8422 |
+
Ġtor to
|
8423 |
+
ic ate
|
8424 |
+
Ġab ility
|
8425 |
+
ĠD e
|
8426 |
+
Ġpat ches
|
8427 |
+
Ġannoy ing
|
8428 |
+
o ff
|
8429 |
+
Ġmatter ed
|
8430 |
+
ĠSt ep
|
8431 |
+
Ġspill ing
|
8432 |
+
Ġdet ails
|
8433 |
+
J acob
|
8434 |
+
ĠM other
|
8435 |
+
Ġenjoy able
|
8436 |
+
Ġstrip s
|
8437 |
+
ĠWoo ly
|
8438 |
+
ing o
|
8439 |
+
sh ip
|
8440 |
+
ĠJ illy
|
8441 |
+
Ġtorto ise
|
8442 |
+
Ġcomm on
|
8443 |
+
Ġfo nd
|
8444 |
+
Ġcrowd ed
|
8445 |
+
Ġwh ined
|
8446 |
+
ĠM ake
|
8447 |
+
Ġche at
|
8448 |
+
Ġsince re
|
8449 |
+
ĠAm ber
|
8450 |
+
Ġgall op
|
8451 |
+
it er
|
8452 |
+
Ġtre as
|
8453 |
+
Ġthick er
|
8454 |
+
Ġrelax ing
|
8455 |
+
Ġuniform s
|
8456 |
+
Ġappro ach
|
8457 |
+
Ġdo z
|
8458 |
+
Ġsound ly
|
8459 |
+
Ġsure ly
|
8460 |
+
ĠZ ack
|
8461 |
+
Ġyawn ing
|
8462 |
+
Ġcompan ion
|
8463 |
+
Ġcheer fully
|
8464 |
+
Ġhang ers
|
8465 |
+
ĠIm mediately
|
8466 |
+
Ġmark ing
|
8467 |
+
Ġcur l
|
8468 |
+
O l
|
8469 |
+
ĠSh ow
|
8470 |
+
ĠEl iza
|
8471 |
+
o ard
|
8472 |
+
Wh iskers
|
8473 |
+
st and
|
8474 |
+
Ġsk ies
|
8475 |
+
io let
|
8476 |
+
ĠPr ince
|
8477 |
+
ĠPen elope
|
8478 |
+
ĠW igg
|
8479 |
+
ĠC r
|
8480 |
+
ĠC urious
|
8481 |
+
Ġpro d
|
8482 |
+
K ayla
|
8483 |
+
Ġst ur
|
8484 |
+
Ġfor med
|
8485 |
+
Ġca fe
|
8486 |
+
ĠOl ivia
|
8487 |
+
ĠTess a
|
8488 |
+
Ġbec omes
|
8489 |
+
ĠN ana
|
8490 |
+
Ġwhis k
|
8491 |
+
Ġnatur al
|
8492 |
+
G ina
|
8493 |
+
ĠJ ason
|
8494 |
+
Ġoutfit s
|
8495 |
+
Ke ep
|
8496 |
+
Ġwas hes
|
8497 |
+
Ġbeet les
|
8498 |
+
Ġtreas ured
|
8499 |
+
Ġnot icing
|
8500 |
+
ĠBo bbie
|
8501 |
+
in ts
|
8502 |
+
Ġj ugg
|
8503 |
+
Ġab oard
|
8504 |
+
Ġbu bbly
|
8505 |
+
ĠN ice
|
8506 |
+
Ġvibr ant
|
8507 |
+
Ġrepair man
|
8508 |
+
Ġsque aky
|
8509 |
+
Ġairpl anes
|
8510 |
+
O llie
|
8511 |
+
b ur
|
8512 |
+
Ġmo at
|
8513 |
+
G r
|
8514 |
+
ĠSpark les
|
8515 |
+
Ġwe ighing
|
8516 |
+
el vet
|
8517 |
+
Ġmoon light
|
8518 |
+
Ġsh allow
|
8519 |
+
sh adow
|
8520 |
+
ĠA ccidents
|
8521 |
+
ĠMat ilda
|
8522 |
+
asm ine
|
8523 |
+
Ġback s
|
8524 |
+
igg ie
|
8525 |
+
Ġhaircut s
|
8526 |
+
Ġmel ody
|
8527 |
+
Ġch in
|
8528 |
+
ugg y
|
8529 |
+
Ġha b
|
8530 |
+
In stead
|
8531 |
+
Ġple as
|
8532 |
+
ĠAng el
|
8533 |
+
o le
|
8534 |
+
ĠP ick
|
8535 |
+
Ġswirl s
|
8536 |
+
H old
|
8537 |
+
Ġ Yum
|
8538 |
+
ĠBut ter
|
8539 |
+
Ġstorm s
|
8540 |
+
Ġnewspap ers
|
8541 |
+
Mat t
|
8542 |
+
Ġch ill
|
8543 |
+
Ġbu nd
|
8544 |
+
Ġcomm un
|
8545 |
+
Ġmug s
|
8546 |
+
Ġhum med
|
8547 |
+
Ġfreez ing
|
8548 |
+
Ġblond e
|
8549 |
+
and ra
|
8550 |
+
Ġsn eezes
|
8551 |
+
ho le
|
8552 |
+
Ġmir acle
|
8553 |
+
Ġer ase
|
8554 |
+
ĠFo xy
|
8555 |
+
Ġcowb oys
|
8556 |
+
h ny
|
8557 |
+
Ġde v
|
8558 |
+
Ġmess es
|
8559 |
+
fa ction
|
8560 |
+
Ġpepper oni
|
8561 |
+
ĠS ir
|
8562 |
+
ĠD ino
|
8563 |
+
ĠR ebecca
|
8564 |
+
ĠTw inkle
|
8565 |
+
F eeling
|
8566 |
+
Ġsatis faction
|
8567 |
+
Ġl ump
|
8568 |
+
Ġcompl iment
|
8569 |
+
Ġcal mer
|
8570 |
+
Åĵ Yay
|
8571 |
+
Ġsqu inted
|
8572 |
+
ĠV room
|
8573 |
+
ĠB onnie
|
8574 |
+
ight y
|
8575 |
+
end ant
|
8576 |
+
ĠP in
|
8577 |
+
Ġscatter ing
|
8578 |
+
Ġbl ushed
|
8579 |
+
B ig
|
8580 |
+
Ġs ipped
|
8581 |
+
Ġcl ue
|
8582 |
+
ven ir
|
8583 |
+
Ġsuccess fully
|
8584 |
+
ĠFl ora
|
8585 |
+
L ulu
|
8586 |
+
ĠS e
|
8587 |
+
ĠB rian
|
8588 |
+
ro ll
|
8589 |
+
Ġlea king
|
8590 |
+
Ġsitu ations
|
8591 |
+
Ġsou venir
|
8592 |
+
Ġoccas ion
|
8593 |
+
Ġjoy fully
|
8594 |
+
Ġcoug hed
|
8595 |
+
ĠShe lly
|
8596 |
+
Ġmod els
|
8597 |
+
Ġposit ive
|
8598 |
+
' ,
|
8599 |
+
B oth
|
8600 |
+
ĠM idnight
|
8601 |
+
ĠW o
|
8602 |
+
Any time
|
8603 |
+
Ġglitter y
|
8604 |
+
w are
|
8605 |
+
Ġmeat balls
|
8606 |
+
H op
|
8607 |
+
Ġsmart est
|
8608 |
+
Ġbru ises
|
8609 |
+
Z oom
|
8610 |
+
im mered
|
8611 |
+
Ġy umm
|
8612 |
+
ĠG us
|
8613 |
+
Ġweigh s
|
8614 |
+
Ġan k
|
8615 |
+
Ġexplain ing
|
8616 |
+
Ġscen ery
|
8617 |
+
ĠQuick ly
|
8618 |
+
Ġloc al
|
8619 |
+
Ġanswer ing
|
8620 |
+
Ġtick ling
|
8621 |
+
ĠWho ever
|
8622 |
+
L uke
|
8623 |
+
b ank
|
8624 |
+
am il
|
8625 |
+
if t
|
8626 |
+
ĠGra nd
|
8627 |
+
Z oe
|
8628 |
+
ĠR icky
|
8629 |
+
Ġsnow y
|
8630 |
+
ĠO ink
|
8631 |
+
Ġscare s
|
8632 |
+
Ġunf air
|
8633 |
+
Ġbur gers
|
8634 |
+
Ġre wards
|
8635 |
+
Ġpress ing
|
8636 |
+
L izzy
|
8637 |
+
Ġtal ents
|
8638 |
+
Ġpinch ing
|
8639 |
+
Ġsh attered
|
8640 |
+
Ġwelc oming
|
8641 |
+
amb oo
|
8642 |
+
Bet ty
|
8643 |
+
N ever
|
8644 |
+
ĠHe llo
|
8645 |
+
etch up
|
8646 |
+
Ġposs ib
|
8647 |
+
s ie
|
8648 |
+
ĠS ky
|
8649 |
+
Ġbulb s
|
8650 |
+
Ġte ap
|
8651 |
+
Ġreward ing
|
8652 |
+
Ġhis ses
|
8653 |
+
Ġclean s
|
8654 |
+
b elt
|
8655 |
+
Ġro ast
|
8656 |
+
ĠJen n
|
8657 |
+
Ġrubb ish
|
8658 |
+
H mm
|
8659 |
+
Ġb ound
|
8660 |
+
Ġpant ry
|
8661 |
+
il i
|
8662 |
+
Bet sy
|
8663 |
+
H E
|
8664 |
+
Ġsc ow
|
8665 |
+
is p
|
8666 |
+
Ġrow ing
|
8667 |
+
Ġtrap s
|
8668 |
+
Ġpract ised
|
8669 |
+
Ġcrocod iles
|
8670 |
+
y le
|
8671 |
+
ĠSt ri
|
8672 |
+
Ġbin oc
|
8673 |
+
Ġdig s
|
8674 |
+
ĠSee ing
|
8675 |
+
Ġteap ot
|
8676 |
+
Ġint ently
|
8677 |
+
Ġfor ts
|
8678 |
+
sp e
|
8679 |
+
Ġstur dy
|
8680 |
+
sc otch
|
8681 |
+
Brown ie
|
8682 |
+
Ġmind ed
|
8683 |
+
Ġgroan ed
|
8684 |
+
ĠN e
|
8685 |
+
ĠR ight
|
8686 |
+
Ġpil ots
|
8687 |
+
ĠPe ggy
|
8688 |
+
ĠP et
|
8689 |
+
ĠZ ee
|
8690 |
+
Ġcell s
|
8691 |
+
Ġmarve led
|
8692 |
+
M abel
|
8693 |
+
Ġre bu
|
8694 |
+
Ġball er
|
8695 |
+
C at
|
8696 |
+
S usan
|
8697 |
+
Ġto pp
|
8698 |
+
ĠC ara
|
8699 |
+
be ep
|
8700 |
+
Ġseat belt
|
8701 |
+
Ġtempt ed
|
8702 |
+
se y
|
8703 |
+
ĠR ich
|
8704 |
+
ic ious
|
8705 |
+
Ġhor ri
|
8706 |
+
ĠT yler
|
8707 |
+
ĠH o
|
8708 |
+
T ara
|
8709 |
+
Ġp ipes
|
8710 |
+
Ġstuff ing
|
8711 |
+
Ġang rily
|
8712 |
+
amil iar
|
8713 |
+
Ġk etchup
|
8714 |
+
Ġfin ishes
|
8715 |
+
Ġsand pit
|
8716 |
+
Ġtun es
|
8717 |
+
Ġapolog y
|
8718 |
+
Ġbend s
|
8719 |
+
Ġunf amiliar
|
8720 |
+
ĠPl aying
|
8721 |
+
a i
|
8722 |
+
Ġfun n
|
8723 |
+
Ġsmo king
|
8724 |
+
ĠBe hind
|
8725 |
+
Ġmic row
|
8726 |
+
Ġbu bbling
|
8727 |
+
Ġdoor step
|
8728 |
+
Ġfire flies
|
8729 |
+
Ġcro aked
|
8730 |
+
m el
|
8731 |
+
ĠB oo
|
8732 |
+
Ġinv ites
|
8733 |
+
ĠSt ill
|
8734 |
+
B o
|
8735 |
+
Ġtent acles
|
8736 |
+
j ack
|
8737 |
+
Ġgood ness
|
8738 |
+
Ġlook out
|
8739 |
+
Ġmeadow s
|
8740 |
+
Ġener getic
|
8741 |
+
ĠG ray
|
8742 |
+
Ġmicrow ave
|
8743 |
+
ĠB ess
|
8744 |
+
Ġrun ner
|
8745 |
+
! '.
|
8746 |
+
ac ock
|
8747 |
+
Ġsweet er
|
8748 |
+
Ġt ugging
|
8749 |
+
Ġcl ut
|
8750 |
+
Ġshy ly
|
8751 |
+
O pen
|
8752 |
+
Ġemb ra
|
8753 |
+
Ġchew s
|
8754 |
+
ÅĵWe â
|
8755 |
+
Ġspoil ing
|
8756 |
+
Ah oy
|
8757 |
+
Ġexch ange
|
8758 |
+
ĠB elle
|
8759 |
+
if i
|
8760 |
+
u dy
|
8761 |
+
Ġact s
|
8762 |
+
Ġmess ages
|
8763 |
+
Ġc ages
|
8764 |
+
Ġste pping
|
8765 |
+
Ġshr ank
|
8766 |
+
ĠMel issa
|
8767 |
+
l ish
|
8768 |
+
r upt
|
8769 |
+
ĠA pril
|
8770 |
+
Ġwater mel
|
8771 |
+
Ġstro lled
|
8772 |
+
Ġoverwhel med
|
8773 |
+
ĠS ince
|
8774 |
+
Ġr ipp
|
8775 |
+
Ġwe â
|
8776 |
+
Ġmo ons
|
8777 |
+
ump er
|
8778 |
+
Ġl ar
|
8779 |
+
Ġbo ards
|
8780 |
+
Ġsl apping
|
8781 |
+
Ġche ating
|
8782 |
+
Ġprotect ion
|
8783 |
+
F ro
|
8784 |
+
Ġhesit ation
|
8785 |
+
Je ff
|
8786 |
+
A choo
|
8787 |
+
Ġcaterpill ars
|
8788 |
+
Ġcr isp
|
8789 |
+
Ġj ets
|
8790 |
+
ul ars
|
8791 |
+
Ġob st
|
8792 |
+
Ġgasp s
|
8793 |
+
Ġdefe at
|
8794 |
+
Ġl ull
|
8795 |
+
Ġd ou
|
8796 |
+
Ġcho pping
|
8797 |
+
ĠV elvet
|
8798 |
+
Ġinj u
|
8799 |
+
B ee
|
8800 |
+
ĠS uper
|
8801 |
+
ĠSt artled
|
8802 |
+
Ġpops ic
|
8803 |
+
Ġ Oh
|
8804 |
+
ot ion
|
8805 |
+
sc ar
|
8806 |
+
Ġconn ect
|
8807 |
+
Ġf ade
|
8808 |
+
ĠW illy
|
8809 |
+
ĠC aptain
|
8810 |
+
Ġunder water
|
8811 |
+
Ġmel ons
|
8812 |
+
Ġfo am
|
8813 |
+
Ġast on
|
8814 |
+
Ġbinoc ulars
|
8815 |
+
Ġplay house
|
8816 |
+
Ġall ey
|
8817 |
+
ĠDo es
|
8818 |
+
Ġdemand ing
|
8819 |
+
Ġcertain ly
|
8820 |
+
h ow
|
8821 |
+
ĠAnd rew
|
8822 |
+
k a
|
8823 |
+
Ġ 4
|
8824 |
+
Ġp ouch
|
8825 |
+
ĠM oo
|
8826 |
+
Ġs ection
|
8827 |
+
Ġshare s
|
8828 |
+
Ġcr ouched
|
8829 |
+
Ġballer ina
|
8830 |
+
Ġcher ish
|
8831 |
+
Ġslither ed
|
8832 |
+
Ġmon th
|
8833 |
+
Ġfish y
|
8834 |
+
ĠB ra
|
8835 |
+
ra cadabra
|
8836 |
+
Ġloyal ty
|
8837 |
+
Ġb amboo
|
8838 |
+
ĠL ooking
|
8839 |
+
Ġdifferent ly
|
8840 |
+
L izzie
|
8841 |
+
ch ief
|
8842 |
+
Ġgu ards
|
8843 |
+
ĠBun Bun
|
8844 |
+
Ġp ounced
|
8845 |
+
Ġhop scotch
|
8846 |
+
Ġr ips
|
8847 |
+
ĠĊ Ċ
|
8848 |
+
Ġpe acock
|
8849 |
+
Ġtransf ormed
|
8850 |
+
Ġre cess
|
8851 |
+
ant ed
|
8852 |
+
Ġmean ing
|
8853 |
+
ĠCar la
|
8854 |
+
Ġdisappoint ment
|
8855 |
+
ĠT iger
|
8856 |
+
Ġf ist
|
8857 |
+
Ġriver bank
|
8858 |
+
ic iest
|
8859 |
+
Ġpro g
|
8860 |
+
Ġunwra pped
|
8861 |
+
D anger
|
8862 |
+
Ġsqu eezes
|
8863 |
+
Every day
|
8864 |
+
Ġ icky
|
8865 |
+
Ġland ing
|
8866 |
+
Not hing
|
8867 |
+
ĠLi am
|
8868 |
+
Ġplayd ate
|
8869 |
+
Ġr ack
|
8870 |
+
ĠJo dy
|
8871 |
+
Ġstore s
|
8872 |
+
St ill
|
8873 |
+
Ġcoo p
|
8874 |
+
Ġank le
|
8875 |
+
Ġpo kes
|
8876 |
+
Ġra king
|
8877 |
+
Ġsweet ly
|
8878 |
+
Ġf ries
|
8879 |
+
all ed
|
8880 |
+
ĠO f
|
8881 |
+
Ġcher ished
|
8882 |
+
Ġer upt
|
8883 |
+
Ġnightmare s
|
8884 |
+
ĠE lephant
|
8885 |
+
Ġam used
|
8886 |
+
cy cles
|
8887 |
+
ĠCh oo
|
8888 |
+
Ġwhimp ered
|
8889 |
+
o ss
|
8890 |
+
Ġar rest
|
8891 |
+
Ġn apped
|
8892 |
+
Ġth ie
|
8893 |
+
ir ing
|
8894 |
+
ĠW in
|
8895 |
+
ĠL ight
|
8896 |
+
Ġsnort ed
|
8897 |
+
sol ut
|
8898 |
+
, '
|
8899 |
+
r um
|
8900 |
+
Ġthr ill
|
8901 |
+
ĠN ora
|
8902 |
+
ĠGra cie
|
8903 |
+
Ġbird y
|
8904 |
+
M ilo
|
8905 |
+
ĠC andy
|
8906 |
+
Ġteam work
|
8907 |
+
Ġjud ges
|
8908 |
+
L ia
|
8909 |
+
ĠW ait
|
8910 |
+
ĠWe â
|
8911 |
+
ĠMon key
|
8912 |
+
Su zie
|
8913 |
+
Ġa ctor
|
8914 |
+
ĠCla us
|
8915 |
+
ĠS leep
|
8916 |
+
ĠB ert
|
8917 |
+
get s
|
8918 |
+
ul f
|
8919 |
+
Ġcricket s
|
8920 |
+
ed ic
|
8921 |
+
ĠB a
|
8922 |
+
Ġbl ades
|
8923 |
+
re nt
|
8924 |
+
Åĵ How
|
8925 |
+
Ġma jest
|
8926 |
+
ĠR at
|
8927 |
+
Ġthunder storm
|
8928 |
+
Ġmay or
|
8929 |
+
Ġcent re
|
8930 |
+
P ip
|
8931 |
+
Ġsho el
|
8932 |
+
u se
|
8933 |
+
Ġg ates
|
8934 |
+
ĠB arry
|
8935 |
+
ĠP er
|
8936 |
+
Ġtick les
|
8937 |
+
Ġinj ured
|
8938 |
+
Ġwatermel on
|
8939 |
+
Ġsa cks
|
8940 |
+
ĠW he
|
8941 |
+
Ġmyster ies
|
8942 |
+
Ġgroup s
|
8943 |
+
Ġthie ves
|
8944 |
+
M other
|
8945 |
+
R alph
|
8946 |
+
Ġsty les
|
8947 |
+
M oo
|
8948 |
+
e my
|
8949 |
+
Ġsn apping
|
8950 |
+
ĠA gain
|
8951 |
+
ro b
|
8952 |
+
oth y
|
8953 |
+
Ġmill er
|
8954 |
+
Ġlumber jack
|
8955 |
+
May a
|
8956 |
+
Ġr oo
|
8957 |
+
Ġste w
|
8958 |
+
Ġlean s
|
8959 |
+
ĠHoot ie
|
8960 |
+
R a
|
8961 |
+
Ġcream s
|
8962 |
+
Ġtempt ation
|
8963 |
+
Ġt ant
|
8964 |
+
Åĵ A
|
8965 |
+
Jul ia
|
8966 |
+
is dom
|
8967 |
+
ust er
|
8968 |
+
Ġbo il
|
8969 |
+
Ġen emy
|
8970 |
+
Ġkey hole
|
8971 |
+
Ġcond ition
|
8972 |
+
ĠS l
|
8973 |
+
Every thing
|
8974 |
+
Ġintellig ence
|
8975 |
+
Ġstructure s
|
8976 |
+
Ġchoo sing
|
8977 |
+
u ess
|
8978 |
+
Ġsp are
|
8979 |
+
Ġfrustr ation
|
8980 |
+
t hat
|
8981 |
+
ĠSh are
|
8982 |
+
Ġhundred s
|
8983 |
+
Ġd ing
|
8984 |
+
Ġch arm
|
8985 |
+
H urry
|
8986 |
+
ter n
|
8987 |
+
Ġru ff
|
8988 |
+
Mad die
|
8989 |
+
uct ion
|
8990 |
+
Ġscen e
|
8991 |
+
Ġwh ir
|
8992 |
+
ĠRu fus
|
8993 |
+
Mad dy
|
8994 |
+
in ct
|
8995 |
+
Ġaunt ie
|
8996 |
+
amb i
|
8997 |
+
hing s
|
8998 |
+
Ġhe els
|
8999 |
+
ĠJen nie
|
9000 |
+
Ġseas ons
|
9001 |
+
Ġbang ing
|
9002 |
+
ig e
|
9003 |
+
Ġswimsuit s
|
9004 |
+
Ġsleep s
|
9005 |
+
Ġsupport ing
|
9006 |
+
ic est
|
9007 |
+
our ed
|
9008 |
+
ĠJo anna
|
9009 |
+
Ġben ches
|
9010 |
+
ĠM ine
|
9011 |
+
Ġweak er
|
9012 |
+
Ġcomput ers
|
9013 |
+
Ġtant rum
|
9014 |
+
B aa
|
9015 |
+
Ġrebu ild
|
9016 |
+
Ġle vel
|
9017 |
+
Ġle vers
|
9018 |
+
Ġtexture s
|
9019 |
+
st antly
|
9020 |
+
ĠL enny
|
9021 |
+
Ġcommun icate
|
9022 |
+
s ers
|
9023 |
+
Ġb as
|
9024 |
+
Ġn icest
|
9025 |
+
Ġtr ading
|
9026 |
+
ĠSun shine
|
9027 |
+
Ġhis sing
|
9028 |
+
un o
|
9029 |
+
ly n
|
9030 |
+
Ġbo ld
|
9031 |
+
ĠBe ep
|
9032 |
+
Ġwigg ling
|
9033 |
+
spe ople
|
9034 |
+
Ġtown speople
|
9035 |
+
Ġelectric ity
|
9036 |
+
Ġluck iest
|
9037 |
+
Ġtim id
|
9038 |
+
Ġshin ier
|
9039 |
+
Ġl ush
|
9040 |
+
Ġalong side
|
9041 |
+
ĠBr uce
|
9042 |
+
Ġd art
|
9043 |
+
Ġpl o
|
9044 |
+
Ġcl aw
|
9045 |
+
Ġspe ars
|
9046 |
+
Ġtrust y
|
9047 |
+
Ġcam el
|
9048 |
+
Ġexper iment
|
9049 |
+
Wh ich
|
9050 |
+
g ar
|
9051 |
+
Ġst un
|
9052 |
+
ĠAnna belle
|
9053 |
+
ĠF ly
|
9054 |
+
Ġwarm ed
|
9055 |
+
Ġto t
|
9056 |
+
re g
|
9057 |
+
ĠC are
|
9058 |
+
Ġgl isten
|
9059 |
+
Ġtrust s
|
9060 |
+
Ġpedal ing
|
9061 |
+
Ġpr ank
|
9062 |
+
Ġsoft ened
|
9063 |
+
Ġthumb s
|
9064 |
+
ĠLiz a
|
9065 |
+
Ġh udd
|
9066 |
+
ĠL ife
|
9067 |
+
ere my
|
9068 |
+
Ġmagnif ying
|
9069 |
+
ĠRos a
|
9070 |
+
u nder
|
9071 |
+
Ġquarre led
|
9072 |
+
p ect
|
9073 |
+
Ġkneel ing
|
9074 |
+
Ġmoo ed
|
9075 |
+
T HE
|
9076 |
+
ĠD ot
|
9077 |
+
Ġfo ggy
|
9078 |
+
Ġwh ine
|
9079 |
+
Ġtooth brush
|
9080 |
+
Ġrever sing
|
9081 |
+
pr ints
|
9082 |
+
Ġdisapp earing
|
9083 |
+
ĠGo ld
|
9084 |
+
Ġcop s
|
9085 |
+
ĠM an
|
9086 |
+
Ġsk irts
|
9087 |
+
ĠV ery
|
9088 |
+
Ġaston ished
|
9089 |
+
Ġd a
|
9090 |
+
Ġhar vest
|
9091 |
+
C urious
|
9092 |
+
ĠAn other
|
9093 |
+
" !
|
9094 |
+
P retty
|
9095 |
+
m ie
|
9096 |
+
ĠT e
|
9097 |
+
ĠT ears
|
9098 |
+
Ġwor st
|
9099 |
+
ĠO uch
|
9100 |
+
Ġguard ing
|
9101 |
+
Ġknob s
|
9102 |
+
Ex citedly
|
9103 |
+
Ġbo iling
|
9104 |
+
ĠL ots
|
9105 |
+
Ġwr iter
|
9106 |
+
orm ation
|
9107 |
+
Mike y
|
9108 |
+
Ġcons ider
|
9109 |
+
Ġg room
|
9110 |
+
Ġtop s
|
9111 |
+
solut ely
|
9112 |
+
Jack y
|
9113 |
+
Ġfet ched
|
9114 |
+
J an
|
9115 |
+
Ġy elp
|
9116 |
+
ĠF ish
|
9117 |
+
Ġcontin uing
|
9118 |
+
Ġcomp ared
|
9119 |
+
N ick
|
9120 |
+
ais ie
|
9121 |
+
Ġba a
|
9122 |
+
Ġconcer ned
|
9123 |
+
c at
|
9124 |
+
ra p
|
9125 |
+
Ġmotor cycles
|
9126 |
+
F ortunately
|
9127 |
+
T ry
|
9128 |
+
Ġold est
|
9129 |
+
Ġun less
|
9130 |
+
Ġcre ep
|
9131 |
+
ĠT ree
|
9132 |
+
Ġmagic ally
|
9133 |
+
ĠOl iver
|
9134 |
+
à ĥ
|
9135 |
+
Ġreveal ing
|
9136 |
+
Ġbow ing
|
9137 |
+
Ġimpro ving
|
9138 |
+
Ġsens ation
|
9139 |
+
Åĵ Thanks
|
9140 |
+
Ġkangaroo s
|
9141 |
+
L inda
|
9142 |
+
P r
|
9143 |
+
i al
|
9144 |
+
Ġcan v
|
9145 |
+
Ġcup boards
|
9146 |
+
Ġlull aby
|
9147 |
+
b arrow
|
9148 |
+
ĠH ar
|
9149 |
+
Ġwheel barrow
|
9150 |
+
Ġcudd ling
|
9151 |
+
gu ard
|
9152 |
+
ĠH urry
|
9153 |
+
al a
|
9154 |
+
Ġpe ak
|
9155 |
+
Ġdoesn â
|
9156 |
+
ĠPe ep
|
9157 |
+
ĠChick ie
|
9158 |
+
ot o
|
9159 |
+
Ġown s
|
9160 |
+
Ġbus hy
|
9161 |
+
Ġpoison ous
|
9162 |
+
k er
|
9163 |
+
w en
|
9164 |
+
ĠT re
|
9165 |
+
ĠW as
|
9166 |
+
Ġpo pping
|
9167 |
+
ĠM ighty
|
9168 |
+
Ġembarrass ing
|
9169 |
+
ag ine
|
9170 |
+
Ġbra ins
|
9171 |
+
Ġcool ed
|
9172 |
+
Ġjourney s
|
9173 |
+
Ġw rench
|
9174 |
+
Ġdisag re
|
9175 |
+
Ġsoot hing
|
9176 |
+
o st
|
9177 |
+
Ġwh irl
|
9178 |
+
in ny
|
9179 |
+
om p
|
9180 |
+
ur ity
|
9181 |
+
Ġal oud
|
9182 |
+
Ġguard ian
|
9183 |
+
ĠW oof
|
9184 |
+
Ġbl ade
|
9185 |
+
Ġsho ots
|
9186 |
+
Ġdry ing
|
9187 |
+
ĠOut side
|
9188 |
+
Ab racadabra
|
9189 |
+
D eal
|
9190 |
+
S lowly
|
9191 |
+
w ell
|
9192 |
+
Ġn arrow
|
9193 |
+
ĠS al
|
9194 |
+
Ġreal ise
|
9195 |
+
ib ly
|
9196 |
+
Ġsh h
|
9197 |
+
Ġsneak s
|
9198 |
+
Ġallow ing
|
9199 |
+
Ġt roll
|
9200 |
+
if er
|
9201 |
+
Ġinvit ations
|
9202 |
+
Ġa rom
|
9203 |
+
Ġcoug hing
|
9204 |
+
ĠF ifi
|
9205 |
+
Åĵ Welcome
|
9206 |
+
ĠM a
|
9207 |
+
ĠMart in
|
9208 |
+
ĠBird ie
|
9209 |
+
Ġfa cing
|
9210 |
+
Ġcourage ous
|
9211 |
+
ik y
|
9212 |
+
Ġcanv as
|
9213 |
+
Ġfact s
|
9214 |
+
ver ing
|
9215 |
+
Ġall erg
|
9216 |
+
ĠWhat â
|
9217 |
+
Do es
|
9218 |
+
ĠFel ix
|
9219 |
+
Ġlar ger
|
9220 |
+
og o
|
9221 |
+
Ġmind ful
|
9222 |
+
Pe ople
|
9223 |
+
Ġd ashed
|
9224 |
+
Ġdeep ly
|
9225 |
+
Ġcrack er
|
9226 |
+
cut ter
|
9227 |
+
Ġsled s
|
9228 |
+
Ġheav ily
|
9229 |
+
Jess ica
|
9230 |
+
Ġbu d
|
9231 |
+
Ġmust ered
|
9232 |
+
ĠLe ah
|
9233 |
+
Ġpupp ets
|
9234 |
+
Ġdis aster
|
9235 |
+
Ġang rier
|
9236 |
+
Ġneare r
|
9237 |
+
ĠEx citedly
|
9238 |
+
Ġs us
|
9239 |
+
ĠA lf
|
9240 |
+
ĠE d
|
9241 |
+
Ġ- -
|
9242 |
+
Ġcur rent
|
9243 |
+
m ark
|
9244 |
+
Ġso bbing
|
9245 |
+
Ġwh oosh
|
9246 |
+
Ġbloom s
|
9247 |
+
Ġqu ilt
|
9248 |
+
Ġcost s
|
9249 |
+
Ġhonk s
|
9250 |
+
S ophia
|
9251 |
+
Re my
|
9252 |
+
Ġinst inct
|
9253 |
+
M ichael
|
9254 |
+
ing ing
|
9255 |
+
ĠB ambi
|
9256 |
+
Ġdri p
|
9257 |
+
ĠAfter wards
|
9258 |
+
Ġcap s
|
9259 |
+
J une
|
9260 |
+
Ġkn it
|
9261 |
+
Ġfore shadow
|
9262 |
+
Jack ie
|
9263 |
+
Ġmed als
|
9264 |
+
Ġcous ins
|
9265 |
+
Ġho llow
|
9266 |
+
Ġcomple ting
|
9267 |
+
ĠR iley
|
9268 |
+
Ġcirc led
|
9269 |
+
Ġshrug s
|
9270 |
+
ĠE ver
|
9271 |
+
Ġreal izing
|
9272 |
+
Ġzip s
|
9273 |
+
Ġproper ty
|
9274 |
+
S unny
|
9275 |
+
ĠB oun
|
9276 |
+
Ġrepeat s
|
9277 |
+
Ġscoop s
|
9278 |
+
T iny
|
9279 |
+
Ġh ips
|
9280 |
+
Ġloud est
|
9281 |
+
Ġthr one
|
9282 |
+
Ġcontent ed
|
9283 |
+
ĠI ce
|
9284 |
+
Ġmo ld
|
9285 |
+
Ġwo lves
|
9286 |
+
Ġwarm est
|
9287 |
+
Ġhang s
|
9288 |
+
Ġrepair ing
|
9289 |
+
Ġflas hes
|
9290 |
+
Ġwh ipped
|
9291 |
+
Ġdep art
|
9292 |
+
as hes
|
9293 |
+
Ġcop ied
|
9294 |
+
Ġattempt s
|
9295 |
+
Ġt ill
|
9296 |
+
ell ing
|
9297 |
+
ĠL u
|
9298 |
+
Ġla va
|
9299 |
+
Ġsk ate
|
9300 |
+
Ġsec urity
|
9301 |
+
Ġcoo perate
|
9302 |
+
Ġliz ards
|
9303 |
+
ĠMon a
|
9304 |
+
Ġplo pped
|
9305 |
+
L ou
|
9306 |
+
Ġne cess
|
9307 |
+
Ġop t
|
9308 |
+
th is
|
9309 |
+
ĠR avi
|
9310 |
+
Ġ' '
|
9311 |
+
col ored
|
9312 |
+
ĠWil bur
|
9313 |
+
Snow y
|
9314 |
+
Ġwa king
|
9315 |
+
an tern
|
9316 |
+
Ġwind s
|
9317 |
+
s a
|
9318 |
+
Ġwood cutter
|
9319 |
+
c ri
|
9320 |
+
ĠM ath
|
9321 |
+
Ġsp iky
|
9322 |
+
Ġpo se
|
9323 |
+
Ġsoon er
|
9324 |
+
ĠG abby
|
9325 |
+
Ġcut ter
|
9326 |
+
Ġharm ony
|
9327 |
+
Ex cited
|
9328 |
+
Ġhe â
|
9329 |
+
ĠCh uck
|
9330 |
+
Ġachieve ment
|
9331 |
+
Ġpres chool
|
9332 |
+
Ġfoot prints
|
9333 |
+
Ġflood ed
|
9334 |
+
Ġdoz ed
|
9335 |
+
ĠBr ad
|
9336 |
+
Ġallow ance
|
9337 |
+
Åĵ There
|
9338 |
+
Ġgl ared
|
9339 |
+
Ġfight s
|
9340 |
+
Ġkay aking
|
9341 |
+
Ġrail s
|
9342 |
+
Ġpleas ant
|
9343 |
+
Ġhudd led
|
9344 |
+
Ġlunch time
|
9345 |
+
Ġcal ming
|
9346 |
+
Out side
|
9347 |
+
Ġthe at
|
9348 |
+
Ġman â
|
9349 |
+
Ġincred ibly
|
9350 |
+
Ġisn â
|
9351 |
+
u ppy
|
9352 |
+
Ġju iciest
|
9353 |
+
Ġmind ing
|
9354 |
+
ĠD eal
|
9355 |
+
Ġta le
|
9356 |
+
Åĵ OK
|
9357 |
+
Ġtick ing
|
9358 |
+
rr rr
|
9359 |
+
Ġhoo ves
|
9360 |
+
bb i
|
9361 |
+
Ġbuild er
|
9362 |
+
J anie
|
9363 |
+
ĠTom orrow
|
9364 |
+
em on
|
9365 |
+
Ġgrate fully
|
9366 |
+
J ump
|
9367 |
+
t led
|
9368 |
+
Ġc ig
|
9369 |
+
Ġother wise
|
9370 |
+
Åĵ Would
|
9371 |
+
Ġperf or
|
9372 |
+
Ġdisagre ement
|
9373 |
+
Ġarom a
|
9374 |
+
P am
|
9375 |
+
per ately
|
9376 |
+
ĠRain bow
|
9377 |
+
Ġsw apped
|
9378 |
+
Ġhat ched
|
9379 |
+
Ġbell ies
|
9380 |
+
Ġserious ly
|
9381 |
+
Ġglisten ing
|
9382 |
+
Ġj ing
|
9383 |
+
Ġstro kes
|
9384 |
+
Ġp urch
|
9385 |
+
Ġbo oth
|
9386 |
+
ĠC D
|
9387 |
+
ĠC ook
|
9388 |
+
Ġmove ment
|
9389 |
+
rey a
|
9390 |
+
Ġso da
|
9391 |
+
ĠB uggy
|
9392 |
+
Ġsh ave
|
9393 |
+
Ġspring ing
|
9394 |
+
ĠPe anut
|
9395 |
+
Ġspeak s
|
9396 |
+
F ire
|
9397 |
+
ĠM ila
|
9398 |
+
Ġro be
|
9399 |
+
Ġgr ump
|
9400 |
+
Ġchallen ges
|
9401 |
+
Ġcig aret
|
9402 |
+
ĠP aula
|
9403 |
+
ĠIs ab
|
9404 |
+
Ġtheat re
|
9405 |
+
c us
|
9406 |
+
Ġab solutely
|
9407 |
+
Ġlife guard
|
9408 |
+
Ġquack s
|
9409 |
+
Ġweb s
|
9410 |
+
h and
|
9411 |
+
ĠD ay
|
9412 |
+
ĠZ iggy
|
9413 |
+
Ġhab it
|
9414 |
+
Ġpossib ilities
|
9415 |
+
p an
|
9416 |
+
Ġload s
|
9417 |
+
Ġinter rupt
|
9418 |
+
Ġen ch
|
9419 |
+
Ġadm it
|
9420 |
+
Ġocean s
|
9421 |
+
ic s
|
9422 |
+
Ġpersist ence
|
9423 |
+
im ents
|
9424 |
+
Ġst alk
|
9425 |
+
ss y
|
9426 |
+
Ġgl anced
|
9427 |
+
gg les
|
9428 |
+
Sp ike
|
9429 |
+
Ġsniff led
|
9430 |
+
Jen na
|
9431 |
+
on ed
|
9432 |
+
Ġowl s
|
9433 |
+
Dave y
|
9434 |
+
ĠJ asmine
|
9435 |
+
ĠJo se
|
9436 |
+
Ġlast ed
|
9437 |
+
Ġcap ture
|
9438 |
+
Ġbump ing
|
9439 |
+
Ġda ily
|
9440 |
+
On ly
|
9441 |
+
Ġex h
|
9442 |
+
ber ry
|
9443 |
+
Ġbat s
|
9444 |
+
ic ent
|
9445 |
+
ĠC ould
|
9446 |
+
Ġsque al
|
9447 |
+
Ġle ver
|
9448 |
+
Ġmusician s
|
9449 |
+
ĠJan et
|
9450 |
+
s itter
|
9451 |
+
Ġbat hed
|
9452 |
+
Ġsus p
|
9453 |
+
c r
|
9454 |
+
Ġbl amed
|
9455 |
+
ĠAll ie
|
9456 |
+
Ġsmooth ly
|
9457 |
+
ĠPat rick
|
9458 |
+
Ġgo ggles
|
9459 |
+
Ġho ot
|
9460 |
+
Ġrin se
|
9461 |
+
Mart ha
|
9462 |
+
ĠSmo ke
|
9463 |
+
ick ing
|
9464 |
+
Ġstir s
|
9465 |
+
ĠK en
|
9466 |
+
Ġspring time
|
9467 |
+
Ġimagination s
|
9468 |
+
O oh
|
9469 |
+
ĠH ug
|
9470 |
+
Ġpo llen
|
9471 |
+
ĠG inger
|
9472 |
+
Ġdes perately
|
9473 |
+
ian a
|
9474 |
+
ĠYes terday
|
9475 |
+
ĠD ra
|
9476 |
+
us hes
|
9477 |
+
Ġover fl
|
9478 |
+
ĠTh rough
|
9479 |
+
ĠO ver
|
9480 |
+
Ġcaut ion
|
9481 |
+
ap s
|
9482 |
+
ap er
|
9483 |
+
ĠJack â
|
9484 |
+
Ġra cer
|
9485 |
+
Ġflo ppy
|
9486 |
+
ĠSt even
|
9487 |
+
Ġdesk s
|
9488 |
+
ĠRat ty
|
9489 |
+
Ġstain s
|
9490 |
+
Ġunco vered
|
9491 |
+
Ġdo lly
|
9492 |
+
Ġdec iding
|
9493 |
+
ĠO scar
|
9494 |
+
Ġnet s
|
9495 |
+
Ġmesmer ised
|
9496 |
+
Ġpassen ger
|
9497 |
+
Ġpound s
|
9498 |
+
j ust
|
9499 |
+
og a
|
9500 |
+
Ġspeak er
|
9501 |
+
Al ong
|
9502 |
+
Åĵ Are
|
9503 |
+
Ġwra pper
|
9504 |
+
Ġstack ing
|
9505 |
+
Ġhook s
|
9506 |
+
Ġfold s
|
9507 |
+
Ch irp
|
9508 |
+
Ġprog ress
|
9509 |
+
Ġro amed
|
9510 |
+
Ġpri v
|
9511 |
+
Ġnecess ary
|
9512 |
+
Ġch ili
|
9513 |
+
Ġmess ed
|
9514 |
+
Ġpro cess
|
9515 |
+
m ate
|
9516 |
+
Ġwa x
|
9517 |
+
Ġf ulf
|
9518 |
+
Ġcut est
|
9519 |
+
Ġpil ed
|
9520 |
+
Ġrecommend ation
|
9521 |
+
Ġintroduc ing
|
9522 |
+
Ġpark s
|
9523 |
+
Ġhat ch
|
9524 |
+
Ġener g
|
9525 |
+
ĠM s
|
9526 |
+
Ġvine gar
|
9527 |
+
B ird
|
9528 |
+
on est
|
9529 |
+
Ġtr im
|
9530 |
+
Ġdes perate
|
9531 |
+
Ġcoo ed
|
9532 |
+
Ġfool ed
|
9533 |
+
Ġdisobey ed
|
9534 |
+
ĠHo pper
|
9535 |
+
Ġobedient ly
|
9536 |
+
Ġamong st
|
9537 |
+
er ts
|
9538 |
+
on ut
|
9539 |
+
ĠD uring
|
9540 |
+
Ġpe cks
|
9541 |
+
Ġbaby sitter
|
9542 |
+
Ġant en
|
9543 |
+
Ġmap s
|
9544 |
+
Ġund one
|
9545 |
+
Al though
|
9546 |
+
Ye ars
|
9547 |
+
S imon
|
9548 |
+
Ġch amp
|
9549 |
+
Ġkind er
|
9550 |
+
Ġyumm iest
|
9551 |
+
an i
|
9552 |
+
Ġho vering
|
9553 |
+
Ġcon fus
|
9554 |
+
ĠTh umper
|
9555 |
+
Ġchain s
|
9556 |
+
Ġshoo ed
|
9557 |
+
Ġconfus ion
|
9558 |
+
r ons
|
9559 |
+
Ġho ses
|
9560 |
+
ĠO ff
|
9561 |
+
Ġkiss ing
|
9562 |
+
Ġdess erts
|
9563 |
+
Ġmagnif icent
|
9564 |
+
D olly
|
9565 |
+
b ed
|
9566 |
+
ic ally
|
9567 |
+
ast e
|
9568 |
+
Sam antha
|
9569 |
+
Ġap rons
|
9570 |
+
Ġpur ring
|
9571 |
+
Ġallerg ic
|
9572 |
+
Ġd edic
|
9573 |
+
Ġclub s
|
9574 |
+
Ġgulp ed
|
9575 |
+
Ġd ate
|
9576 |
+
Ġla ces
|
9577 |
+
Ġallig ators
|
9578 |
+
Ġdifferen ces
|
9579 |
+
Ġwid ely
|
9580 |
+
Ġcoc onut
|
9581 |
+
M el
|
9582 |
+
is bee
|
9583 |
+
Ġham ster
|
9584 |
+
Ġsle igh
|
9585 |
+
Ġhadn â
|
9586 |
+
Ġinstinct s
|
9587 |
+
um ed
|
9588 |
+
keep ers
|
9589 |
+
L arry
|
9590 |
+
Ġwa nna
|
9591 |
+
Ġsw at
|
9592 |
+
ĠT oto
|
9593 |
+
ĠPin chy
|
9594 |
+
a ith
|
9595 |
+
m ers
|
9596 |
+
Ġgreat est
|
9597 |
+
ĠThank fully
|
9598 |
+
Ġchar ged
|
9599 |
+
Co co
|
9600 |
+
Ġbund le
|
9601 |
+
Ġexh ib
|
9602 |
+
Ġc uc
|
9603 |
+
Ġr ic
|
9604 |
+
Ġunt angle
|
9605 |
+
ĠMar ley
|
9606 |
+
ĠLi bby
|
9607 |
+
Ġsc ut
|
9608 |
+
Ġun z
|
9609 |
+
Ġrin sed
|
9610 |
+
ĠM amma
|
9611 |
+
Ġcomp romise
|
9612 |
+
Ġscratch y
|
9613 |
+
sh irt
|
9614 |
+
Ġrefle ct
|
9615 |
+
Ġsilent ly
|
9616 |
+
Ġostri ches
|
9617 |
+
Ġcomet s
|
9618 |
+
C arl
|
9619 |
+
ark y
|
9620 |
+
Ġroll er
|
9621 |
+
ĠJo die
|
9622 |
+
Is n
|
9623 |
+
Ġnibb ling
|
9624 |
+
ell ow
|
9625 |
+
Ġvalley s
|
9626 |
+
Ġbo lt
|
9627 |
+
Ġar my
|
9628 |
+
Ġdog gie
|
9629 |
+
Ġlunch box
|
9630 |
+
Ġcloth s
|
9631 |
+
s he
|
9632 |
+
ĠJ ump
|
9633 |
+
Ġag es
|
9634 |
+
Ġhead ache
|
9635 |
+
Ġdr ill
|
9636 |
+
Ġperform ers
|
9637 |
+
Ġtempt ing
|
9638 |
+
Ġdep ths
|
9639 |
+
Ġdo ves
|
9640 |
+
Ġborrow ing
|
9641 |
+
f orm
|
9642 |
+
Ġha lves
|
9643 |
+
am ing
|
9644 |
+
Ġbl ur
|
9645 |
+
Ġsn oring
|
9646 |
+
Ġglad ly
|
9647 |
+
Ġfil es
|
9648 |
+
Ġcraft s
|
9649 |
+
Ġcre ak
|
9650 |
+
Ġsquir ted
|
9651 |
+
ĠT ra
|
9652 |
+
ĠP ink
|
9653 |
+
Ġrock y
|
9654 |
+
Ġba it
|
9655 |
+
Ch ris
|
9656 |
+
yd ia
|
9657 |
+
M ina
|
9658 |
+
Ġlearn er
|
9659 |
+
ĠB uster
|
9660 |
+
Ġmust n
|
9661 |
+
ĠPat ches
|
9662 |
+
Ġli f
|
9663 |
+
Ġke en
|
9664 |
+
us y
|
9665 |
+
ĠG emma
|
9666 |
+
ĠFl utter
|
9667 |
+
ĠWh ich
|
9668 |
+
Ġhipp os
|
9669 |
+
Ġunf old
|
9670 |
+
o ors
|
9671 |
+
Ġl il
|
9672 |
+
Ġg ummy
|
9673 |
+
Ġsl urp
|
9674 |
+
ace y
|
9675 |
+
Ġind oors
|
9676 |
+
Ġchallen ged
|
9677 |
+
ĠOther wise
|
9678 |
+
ĠS itting
|
9679 |
+
Ġr iddle
|
9680 |
+
ĠC athy
|
9681 |
+
Ġconfident ly
|
9682 |
+
id i
|
9683 |
+
Ġhand y
|
9684 |
+
Ġcro ak
|
9685 |
+
Sad ie
|
9686 |
+
Ġcl uck
|
9687 |
+
Ġgr adually
|
9688 |
+
Ġpizz as
|
9689 |
+
g r
|
9690 |
+
Ġsc re
|
9691 |
+
Ġtown s
|
9692 |
+
? !
|
9693 |
+
l os
|
9694 |
+
o f
|
9695 |
+
Ġro yal
|
9696 |
+
and el
|
9697 |
+
Ġrot ted
|
9698 |
+
Ġgoo ey
|
9699 |
+
uff in
|
9700 |
+
B less
|
9701 |
+
imb o
|
9702 |
+
ĠB er
|
9703 |
+
ĠM oon
|
9704 |
+
Ġsoft est
|
9705 |
+
Ġdet ect
|
9706 |
+
ĠWo lf
|
9707 |
+
A w
|
9708 |
+
ĠK yle
|
9709 |
+
Ġlaw s
|
9710 |
+
Ġshoel aces
|
9711 |
+
ĠJo sie
|
9712 |
+
Ġesc ap
|
9713 |
+
I m
|
9714 |
+
r ings
|
9715 |
+
Ġst ings
|
9716 |
+
Ġbl oss
|
9717 |
+
ĠV iolet
|
9718 |
+
Ġappear ance
|
9719 |
+
Ġgallop ed
|
9720 |
+
Ġtopp ings
|
9721 |
+
e or
|
9722 |
+
ĠB ooks
|
9723 |
+
ĠJ es
|
9724 |
+
ous y
|
9725 |
+
ĠBr uno
|
9726 |
+
ĠS ummer
|
9727 |
+
or se
|
9728 |
+
ĠCh ar
|
9729 |
+
Ġflav our
|
9730 |
+
ĠLight ning
|
9731 |
+
Ġt iring
|
9732 |
+
Åĵ Will
|
9733 |
+
b el
|
9734 |
+
ĠH i
|
9735 |
+
Ġste ered
|
9736 |
+
Ġsend s
|
9737 |
+
O O
|
9738 |
+
z ing
|
9739 |
+
A bbie
|
9740 |
+
Ġs inking
|
9741 |
+
Ġas s
|
9742 |
+
ĠR ita
|
9743 |
+
Ġtast iest
|
9744 |
+
Frank ie
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"unk_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"bos_token": "<|endoftext|>",
|
15 |
+
"clean_up_tokenization_spaces": true,
|
16 |
+
"eos_token": "<|endoftext|>",
|
17 |
+
"errors": "replace",
|
18 |
+
"model_max_length": 512,
|
19 |
+
"pad_token": null,
|
20 |
+
"tokenizer_class": "GPT2Tokenizer",
|
21 |
+
"unk_token": "<|endoftext|>"
|
22 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|