Upload tokenizer
Browse files- README.md +199 -0
- merges.txt +8015 -0
- special_tokens_map.json +6 -0
- tokenizer.json +0 -0
- tokenizer_config.json +36 -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,8015 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#version: 0.2
|
2 |
+
t h
|
3 |
+
i n
|
4 |
+
th e
|
5 |
+
a n
|
6 |
+
r e
|
7 |
+
o u
|
8 |
+
o n
|
9 |
+
e r
|
10 |
+
a t
|
11 |
+
i s
|
12 |
+
t o
|
13 |
+
e n
|
14 |
+
a l
|
15 |
+
a s
|
16 |
+
e s
|
17 |
+
e d
|
18 |
+
i t
|
19 |
+
an d
|
20 |
+
o r
|
21 |
+
in g
|
22 |
+
a r
|
23 |
+
y ou
|
24 |
+
o f
|
25 |
+
h e
|
26 |
+
m e
|
27 |
+
l e
|
28 |
+
s t
|
29 |
+
o w
|
30 |
+
i c
|
31 |
+
l l
|
32 |
+
w h
|
33 |
+
s e
|
34 |
+
b e
|
35 |
+
a c
|
36 |
+
v e
|
37 |
+
' s
|
38 |
+
a d
|
39 |
+
i d
|
40 |
+
r o
|
41 |
+
th at
|
42 |
+
w e
|
43 |
+
a y
|
44 |
+
c h
|
45 |
+
l y
|
46 |
+
i on
|
47 |
+
g h
|
48 |
+
a m
|
49 |
+
o t
|
50 |
+
l d
|
51 |
+
f or
|
52 |
+
w as
|
53 |
+
s o
|
54 |
+
w i
|
55 |
+
c o
|
56 |
+
l i
|
57 |
+
v er
|
58 |
+
en t
|
59 |
+
r i
|
60 |
+
u t
|
61 |
+
a re
|
62 |
+
u n
|
63 |
+
a b
|
64 |
+
. .
|
65 |
+
k e
|
66 |
+
g o
|
67 |
+
i r
|
68 |
+
h a
|
69 |
+
g e
|
70 |
+
l o
|
71 |
+
' t
|
72 |
+
al l
|
73 |
+
i m
|
74 |
+
t er
|
75 |
+
u s
|
76 |
+
a p
|
77 |
+
th is
|
78 |
+
gh t
|
79 |
+
n ow
|
80 |
+
on e
|
81 |
+
wi th
|
82 |
+
m o
|
83 |
+
u r
|
84 |
+
the r
|
85 |
+
d o
|
86 |
+
s h
|
87 |
+
c e
|
88 |
+
p e
|
89 |
+
wh at
|
90 |
+
d e
|
91 |
+
the re
|
92 |
+
n e
|
93 |
+
i f
|
94 |
+
t e
|
95 |
+
n o
|
96 |
+
ou t
|
97 |
+
o k
|
98 |
+
the y
|
99 |
+
f e
|
100 |
+
in the
|
101 |
+
a g
|
102 |
+
of the
|
103 |
+
ou ld
|
104 |
+
an t
|
105 |
+
m y
|
106 |
+
u p
|
107 |
+
t r
|
108 |
+
b ut
|
109 |
+
i l
|
110 |
+
he re
|
111 |
+
a in
|
112 |
+
n ot
|
113 |
+
y e
|
114 |
+
o d
|
115 |
+
u st
|
116 |
+
at ion
|
117 |
+
to f
|
118 |
+
ou n
|
119 |
+
h is
|
120 |
+
c on
|
121 |
+
p l
|
122 |
+
ha ve
|
123 |
+
p o
|
124 |
+
m an
|
125 |
+
k now
|
126 |
+
t i
|
127 |
+
a h
|
128 |
+
th ing
|
129 |
+
u l
|
130 |
+
you r
|
131 |
+
ro m
|
132 |
+
ou r
|
133 |
+
.. .
|
134 |
+
b y
|
135 |
+
re s
|
136 |
+
co m
|
137 |
+
er s
|
138 |
+
es t
|
139 |
+
a f
|
140 |
+
c t
|
141 |
+
o p
|
142 |
+
es s
|
143 |
+
w or
|
144 |
+
u m
|
145 |
+
a u
|
146 |
+
s he
|
147 |
+
the m
|
148 |
+
c an
|
149 |
+
in d
|
150 |
+
q u
|
151 |
+
i g
|
152 |
+
f rom
|
153 |
+
ar t
|
154 |
+
h er
|
155 |
+
a k
|
156 |
+
at e
|
157 |
+
p ro
|
158 |
+
o h
|
159 |
+
' re
|
160 |
+
the s
|
161 |
+
ar d
|
162 |
+
re d
|
163 |
+
i e
|
164 |
+
i ll
|
165 |
+
a w
|
166 |
+
1 9
|
167 |
+
al ly
|
168 |
+
f o
|
169 |
+
ge t
|
170 |
+
â Ģ
|
171 |
+
so me
|
172 |
+
b o
|
173 |
+
en d
|
174 |
+
ver y
|
175 |
+
ac k
|
176 |
+
li ke
|
177 |
+
' m
|
178 |
+
ed to
|
179 |
+
is t
|
180 |
+
j ust
|
181 |
+
a me
|
182 |
+
in e
|
183 |
+
the n
|
184 |
+
r y
|
185 |
+
in k
|
186 |
+
h o
|
187 |
+
2 0
|
188 |
+
as t
|
189 |
+
a ke
|
190 |
+
s u
|
191 |
+
b er
|
192 |
+
h ad
|
193 |
+
g r
|
194 |
+
oun d
|
195 |
+
on g
|
196 |
+
c k
|
197 |
+
is h
|
198 |
+
e x
|
199 |
+
ab out
|
200 |
+
we re
|
201 |
+
ow n
|
202 |
+
ri ght
|
203 |
+
we ll
|
204 |
+
o l
|
205 |
+
b r
|
206 |
+
it y
|
207 |
+
an y
|
208 |
+
o m
|
209 |
+
v en
|
210 |
+
h im
|
211 |
+
s to
|
212 |
+
wh en
|
213 |
+
wi ll
|
214 |
+
d on
|
215 |
+
i ght
|
216 |
+
h ow
|
217 |
+
m ent
|
218 |
+
i ve
|
219 |
+
a id
|
220 |
+
se e
|
221 |
+
id e
|
222 |
+
' ll
|
223 |
+
p er
|
224 |
+
w ould
|
225 |
+
ye ah
|
226 |
+
th ink
|
227 |
+
ic h
|
228 |
+
w ant
|
229 |
+
e l
|
230 |
+
w ay
|
231 |
+
c l
|
232 |
+
to the
|
233 |
+
le t
|
234 |
+
re n
|
235 |
+
ou s
|
236 |
+
a v
|
237 |
+
co me
|
238 |
+
ac t
|
239 |
+
wh o
|
240 |
+
t y
|
241 |
+
lo ok
|
242 |
+
ou gh
|
243 |
+
the f
|
244 |
+
s p
|
245 |
+
d er
|
246 |
+
b l
|
247 |
+
it t
|
248 |
+
ic e
|
249 |
+
c i
|
250 |
+
s of
|
251 |
+
a th
|
252 |
+
w here
|
253 |
+
o ther
|
254 |
+
m ar
|
255 |
+
ing to
|
256 |
+
be c
|
257 |
+
e p
|
258 |
+
th an
|
259 |
+
t w
|
260 |
+
g ot
|
261 |
+
y es
|
262 |
+
as s
|
263 |
+
or t
|
264 |
+
re e
|
265 |
+
d id
|
266 |
+
' ve
|
267 |
+
go od
|
268 |
+
ac e
|
269 |
+
ti me
|
270 |
+
on the
|
271 |
+
ac h
|
272 |
+
to r
|
273 |
+
of f
|
274 |
+
a ge
|
275 |
+
b u
|
276 |
+
s and
|
277 |
+
an g
|
278 |
+
i es
|
279 |
+
p r
|
280 |
+
wh ich
|
281 |
+
as e
|
282 |
+
p le
|
283 |
+
be en
|
284 |
+
d ay
|
285 |
+
- -
|
286 |
+
the c
|
287 |
+
mo re
|
288 |
+
i re
|
289 |
+
an s
|
290 |
+
u re
|
291 |
+
a ve
|
292 |
+
i p
|
293 |
+
b ack
|
294 |
+
wor k
|
295 |
+
ic k
|
296 |
+
ad e
|
297 |
+
i v
|
298 |
+
se l
|
299 |
+
it e
|
300 |
+
it was
|
301 |
+
s ay
|
302 |
+
fo re
|
303 |
+
au se
|
304 |
+
u d
|
305 |
+
h as
|
306 |
+
s i
|
307 |
+
op le
|
308 |
+
ed in
|
309 |
+
it is
|
310 |
+
pe ople
|
311 |
+
. "
|
312 |
+
re at
|
313 |
+
ir st
|
314 |
+
e m
|
315 |
+
you know
|
316 |
+
s in
|
317 |
+
b le
|
318 |
+
ar y
|
319 |
+
ic an
|
320 |
+
the b
|
321 |
+
s c
|
322 |
+
af ter
|
323 |
+
the p
|
324 |
+
id on
|
325 |
+
e t
|
326 |
+
ne w
|
327 |
+
al k
|
328 |
+
for m
|
329 |
+
wh y
|
330 |
+
m ay
|
331 |
+
u h
|
332 |
+
be t
|
333 |
+
g u
|
334 |
+
on ly
|
335 |
+
0 0
|
336 |
+
pl ay
|
337 |
+
c ould
|
338 |
+
ar s
|
339 |
+
in t
|
340 |
+
ok ay
|
341 |
+
l and
|
342 |
+
bec ause
|
343 |
+
v es
|
344 |
+
ed by
|
345 |
+
or n
|
346 |
+
j o
|
347 |
+
st r
|
348 |
+
an ce
|
349 |
+
m in
|
350 |
+
o ver
|
351 |
+
the ir
|
352 |
+
po s
|
353 |
+
p ar
|
354 |
+
p res
|
355 |
+
at er
|
356 |
+
p p
|
357 |
+
d is
|
358 |
+
ab le
|
359 |
+
ag ain
|
360 |
+
i th
|
361 |
+
the se
|
362 |
+
p h
|
363 |
+
it s
|
364 |
+
, "
|
365 |
+
c all
|
366 |
+
i a
|
367 |
+
re t
|
368 |
+
d own
|
369 |
+
a ir
|
370 |
+
i an
|
371 |
+
at the
|
372 |
+
m ber
|
373 |
+
p ut
|
374 |
+
s on
|
375 |
+
he was
|
376 |
+
ur n
|
377 |
+
c r
|
378 |
+
m on
|
379 |
+
u e
|
380 |
+
sel f
|
381 |
+
at ed
|
382 |
+
l es
|
383 |
+
i ld
|
384 |
+
itt le
|
385 |
+
s er
|
386 |
+
are you
|
387 |
+
i gh
|
388 |
+
te ll
|
389 |
+
al so
|
390 |
+
ct ion
|
391 |
+
u ch
|
392 |
+
and the
|
393 |
+
ou ght
|
394 |
+
is s
|
395 |
+
re ad
|
396 |
+
am p
|
397 |
+
or d
|
398 |
+
this is
|
399 |
+
20 1
|
400 |
+
do you
|
401 |
+
p ort
|
402 |
+
th r
|
403 |
+
ch o
|
404 |
+
to m
|
405 |
+
a ther
|
406 |
+
the l
|
407 |
+
v ed
|
408 |
+
g on
|
409 |
+
c oun
|
410 |
+
t ake
|
411 |
+
is e
|
412 |
+
s aid
|
413 |
+
en ce
|
414 |
+
d r
|
415 |
+
p t
|
416 |
+
e ver
|
417 |
+
m en
|
418 |
+
he l
|
419 |
+
f r
|
420 |
+
in s
|
421 |
+
c ar
|
422 |
+
tr y
|
423 |
+
th o
|
424 |
+
i z
|
425 |
+
ic al
|
426 |
+
man y
|
427 |
+
me an
|
428 |
+
tw o
|
429 |
+
u ck
|
430 |
+
i le
|
431 |
+
ig n
|
432 |
+
p art
|
433 |
+
t s
|
434 |
+
e very
|
435 |
+
un der
|
436 |
+
an n
|
437 |
+
t ing
|
438 |
+
' d
|
439 |
+
re ally
|
440 |
+
a il
|
441 |
+
s or
|
442 |
+
if you
|
443 |
+
w r
|
444 |
+
it ion
|
445 |
+
to be
|
446 |
+
o ld
|
447 |
+
co l
|
448 |
+
as k
|
449 |
+
t ain
|
450 |
+
gon n
|
451 |
+
ou se
|
452 |
+
some thing
|
453 |
+
d u
|
454 |
+
mo st
|
455 |
+
at es
|
456 |
+
ed the
|
457 |
+
y s
|
458 |
+
ing the
|
459 |
+
go ingto
|
460 |
+
at t
|
461 |
+
be fore
|
462 |
+
od y
|
463 |
+
en s
|
464 |
+
an e
|
465 |
+
f l
|
466 |
+
t on
|
467 |
+
en g
|
468 |
+
t im
|
469 |
+
and s
|
470 |
+
al s
|
471 |
+
c ent
|
472 |
+
i think
|
473 |
+
20 0
|
474 |
+
i was
|
475 |
+
m r
|
476 |
+
j e
|
477 |
+
w on
|
478 |
+
h es
|
479 |
+
than k
|
480 |
+
in to
|
481 |
+
c es
|
482 |
+
w o
|
483 |
+
do es
|
484 |
+
com m
|
485 |
+
ing s
|
486 |
+
ed on
|
487 |
+
am er
|
488 |
+
he ad
|
489 |
+
e ven
|
490 |
+
f irst
|
491 |
+
m uch
|
492 |
+
wor ld
|
493 |
+
u ll
|
494 |
+
aw ay
|
495 |
+
m ade
|
496 |
+
g en
|
497 |
+
for the
|
498 |
+
li e
|
499 |
+
f in
|
500 |
+
at ch
|
501 |
+
s s
|
502 |
+
con t
|
503 |
+
n or
|
504 |
+
a z
|
505 |
+
âĢ ľ
|
506 |
+
thr ough
|
507 |
+
in ter
|
508 |
+
v ing
|
509 |
+
ver s
|
510 |
+
l ong
|
511 |
+
i ly
|
512 |
+
g ive
|
513 |
+
e ar
|
514 |
+
âĢ Ŀ
|
515 |
+
s pe
|
516 |
+
you can
|
517 |
+
m ed
|
518 |
+
li fe
|
519 |
+
as h
|
520 |
+
i am
|
521 |
+
ap p
|
522 |
+
u ally
|
523 |
+
to w
|
524 |
+
1 8
|
525 |
+
u se
|
526 |
+
b ro
|
527 |
+
t alk
|
528 |
+
v i
|
529 |
+
u b
|
530 |
+
g er
|
531 |
+
o c
|
532 |
+
an ge
|
533 |
+
ha pp
|
534 |
+
st and
|
535 |
+
b ody
|
536 |
+
m m
|
537 |
+
fe ren
|
538 |
+
it ed
|
539 |
+
c our
|
540 |
+
lo ve
|
541 |
+
d es
|
542 |
+
go ing
|
543 |
+
c he
|
544 |
+
c le
|
545 |
+
f ul
|
546 |
+
sh ould
|
547 |
+
' '
|
548 |
+
p s
|
549 |
+
to o
|
550 |
+
want to
|
551 |
+
ic t
|
552 |
+
p re
|
553 |
+
c er
|
554 |
+
ll ow
|
555 |
+
ne ver
|
556 |
+
ar m
|
557 |
+
al e
|
558 |
+
w a
|
559 |
+
m ake
|
560 |
+
po l
|
561 |
+
c ess
|
562 |
+
en e
|
563 |
+
o me
|
564 |
+
` `
|
565 |
+
tho se
|
566 |
+
hel p
|
567 |
+
have to
|
568 |
+
and i
|
569 |
+
f f
|
570 |
+
ri end
|
571 |
+
t en
|
572 |
+
an k
|
573 |
+
th ree
|
574 |
+
g reat
|
575 |
+
he y
|
576 |
+
b es
|
577 |
+
with the
|
578 |
+
ak ing
|
579 |
+
sh ow
|
580 |
+
sh ip
|
581 |
+
c are
|
582 |
+
ou tof
|
583 |
+
go d
|
584 |
+
com p
|
585 |
+
âĢ Ļ
|
586 |
+
st ill
|
587 |
+
c lo
|
588 |
+
con d
|
589 |
+
ou th
|
590 |
+
f ound
|
591 |
+
ion s
|
592 |
+
v ie
|
593 |
+
un t
|
594 |
+
m a
|
595 |
+
one y
|
596 |
+
re st
|
597 |
+
ch ar
|
598 |
+
g an
|
599 |
+
ad d
|
600 |
+
w ent
|
601 |
+
li ght
|
602 |
+
ers on
|
603 |
+
al o
|
604 |
+
in n
|
605 |
+
thing s
|
606 |
+
m us
|
607 |
+
as on
|
608 |
+
ir l
|
609 |
+
be ing
|
610 |
+
" .
|
611 |
+
â Ļ
|
612 |
+
ye ar
|
613 |
+
b ed
|
614 |
+
ul t
|
615 |
+
st e
|
616 |
+
ch ild
|
617 |
+
from the
|
618 |
+
k ill
|
619 |
+
i al
|
620 |
+
ation al
|
621 |
+
g l
|
622 |
+
and then
|
623 |
+
au gh
|
624 |
+
to p
|
625 |
+
s up
|
626 |
+
h ouse
|
627 |
+
ak es
|
628 |
+
su re
|
629 |
+
pl ace
|
630 |
+
ation s
|
631 |
+
i know
|
632 |
+
k ing
|
633 |
+
x t
|
634 |
+
ye ars
|
635 |
+
er m
|
636 |
+
v is
|
637 |
+
âĢ ĵ
|
638 |
+
cho ol
|
639 |
+
v ent
|
640 |
+
if feren
|
641 |
+
h and
|
642 |
+
b ab
|
643 |
+
tim es
|
644 |
+
b orn
|
645 |
+
th ough
|
646 |
+
k ind
|
647 |
+
f riend
|
648 |
+
w es
|
649 |
+
an other
|
650 |
+
w ar
|
651 |
+
i o
|
652 |
+
un d
|
653 |
+
p u
|
654 |
+
do ing
|
655 |
+
st art
|
656 |
+
a the
|
657 |
+
ar ound
|
658 |
+
re g
|
659 |
+
f t
|
660 |
+
n ight
|
661 |
+
b re
|
662 |
+
c y
|
663 |
+
ke ep
|
664 |
+
c al
|
665 |
+
s ide
|
666 |
+
l ess
|
667 |
+
c ap
|
668 |
+
i ed
|
669 |
+
âĻ ª
|
670 |
+
o b
|
671 |
+
are d
|
672 |
+
m er
|
673 |
+
to ry
|
674 |
+
su ch
|
675 |
+
t ri
|
676 |
+
h ed
|
677 |
+
e k
|
678 |
+
19 9
|
679 |
+
any thing
|
680 |
+
f am
|
681 |
+
way s
|
682 |
+
a fe
|
683 |
+
id ent
|
684 |
+
v al
|
685 |
+
wor d
|
686 |
+
it al
|
687 |
+
read y
|
688 |
+
| |
|
689 |
+
lo g
|
690 |
+
c re
|
691 |
+
c ur
|
692 |
+
bet ter
|
693 |
+
know n
|
694 |
+
) .
|
695 |
+
ho me
|
696 |
+
po int
|
697 |
+
on es
|
698 |
+
se t
|
699 |
+
at ter
|
700 |
+
l ed
|
701 |
+
c ame
|
702 |
+
mo ther
|
703 |
+
thef irst
|
704 |
+
wh ile
|
705 |
+
g irl
|
706 |
+
are n
|
707 |
+
res s
|
708 |
+
bet we
|
709 |
+
tof the
|
710 |
+
l ow
|
711 |
+
t urn
|
712 |
+
ri ed
|
713 |
+
call ed
|
714 |
+
s y
|
715 |
+
g i
|
716 |
+
may be
|
717 |
+
c ed
|
718 |
+
wa it
|
719 |
+
come on
|
720 |
+
id n
|
721 |
+
thank you
|
722 |
+
un i
|
723 |
+
m ust
|
724 |
+
b ar
|
725 |
+
u g
|
726 |
+
f ather
|
727 |
+
l ast
|
728 |
+
c ord
|
729 |
+
sor ry
|
730 |
+
am es
|
731 |
+
a go
|
732 |
+
w ard
|
733 |
+
no thing
|
734 |
+
ple ase
|
735 |
+
at ing
|
736 |
+
m iss
|
737 |
+
l ittle
|
738 |
+
he ll
|
739 |
+
m s
|
740 |
+
b as
|
741 |
+
be lie
|
742 |
+
w ed
|
743 |
+
h igh
|
744 |
+
to ld
|
745 |
+
ic s
|
746 |
+
c tor
|
747 |
+
f ind
|
748 |
+
al ittle
|
749 |
+
v ol
|
750 |
+
s m
|
751 |
+
bo ok
|
752 |
+
you are
|
753 |
+
b us
|
754 |
+
n ess
|
755 |
+
the d
|
756 |
+
bo th
|
757 |
+
f our
|
758 |
+
ne ed
|
759 |
+
betwe en
|
760 |
+
one ofthe
|
761 |
+
ro om
|
762 |
+
a be
|
763 |
+
or s
|
764 |
+
did you
|
765 |
+
ar ch
|
766 |
+
ut e
|
767 |
+
al ong
|
768 |
+
ir d
|
769 |
+
j u
|
770 |
+
r ow
|
771 |
+
is that
|
772 |
+
me mber
|
773 |
+
o s
|
774 |
+
op en
|
775 |
+
m es
|
776 |
+
ha ven
|
777 |
+
l ist
|
778 |
+
w ater
|
779 |
+
i mean
|
780 |
+
n ame
|
781 |
+
um ber
|
782 |
+
she was
|
783 |
+
al f
|
784 |
+
all right
|
785 |
+
1 0
|
786 |
+
p ri
|
787 |
+
b all
|
788 |
+
re l
|
789 |
+
fe el
|
790 |
+
g re
|
791 |
+
un ited
|
792 |
+
you n
|
793 |
+
) ,
|
794 |
+
s are
|
795 |
+
as ter
|
796 |
+
a is
|
797 |
+
ci al
|
798 |
+
in es
|
799 |
+
i ous
|
800 |
+
in te
|
801 |
+
le g
|
802 |
+
h i
|
803 |
+
c or
|
804 |
+
u al
|
805 |
+
is ter
|
806 |
+
us ed
|
807 |
+
ge ther
|
808 |
+
pro du
|
809 |
+
ul ar
|
810 |
+
act ually
|
811 |
+
bo y
|
812 |
+
in cl
|
813 |
+
did n
|
814 |
+
m ind
|
815 |
+
ke t
|
816 |
+
unt il
|
817 |
+
pu bl
|
818 |
+
19 8
|
819 |
+
un e
|
820 |
+
ap pe
|
821 |
+
st ates
|
822 |
+
j oh
|
823 |
+
st ud
|
824 |
+
so l
|
825 |
+
i have
|
826 |
+
f ull
|
827 |
+
m ain
|
828 |
+
ne xt
|
829 |
+
ifferen t
|
830 |
+
ow e
|
831 |
+
to me
|
832 |
+
he ar
|
833 |
+
gen er
|
834 |
+
r is
|
835 |
+
to ok
|
836 |
+
all the
|
837 |
+
m b
|
838 |
+
e le
|
839 |
+
com ing
|
840 |
+
l ater
|
841 |
+
qu e
|
842 |
+
ar k
|
843 |
+
d ur
|
844 |
+
r un
|
845 |
+
d en
|
846 |
+
qu est
|
847 |
+
there is
|
848 |
+
fo llow
|
849 |
+
sh o
|
850 |
+
st ate
|
851 |
+
c ri
|
852 |
+
amer ican
|
853 |
+
and you
|
854 |
+
cour se
|
855 |
+
con s
|
856 |
+
l t
|
857 |
+
ow er
|
858 |
+
b ig
|
859 |
+
s ir
|
860 |
+
u ary
|
861 |
+
thes ame
|
862 |
+
pres ent
|
863 |
+
that is
|
864 |
+
u res
|
865 |
+
ou p
|
866 |
+
h uh
|
867 |
+
i x
|
868 |
+
it ies
|
869 |
+
al ways
|
870 |
+
le ft
|
871 |
+
ho ld
|
872 |
+
sto p
|
873 |
+
on ce
|
874 |
+
" ,
|
875 |
+
s ing
|
876 |
+
joh n
|
877 |
+
m ight
|
878 |
+
u c
|
879 |
+
go ver
|
880 |
+
that the
|
881 |
+
we ek
|
882 |
+
i k
|
883 |
+
te am
|
884 |
+
pe ct
|
885 |
+
ar n
|
886 |
+
m p
|
887 |
+
a ut
|
888 |
+
19 7
|
889 |
+
sh es
|
890 |
+
li ve
|
891 |
+
th ought
|
892 |
+
it ch
|
893 |
+
en ed
|
894 |
+
is it
|
895 |
+
you don
|
896 |
+
p erson
|
897 |
+
es of
|
898 |
+
mo ve
|
899 |
+
at ive
|
900 |
+
the t
|
901 |
+
in a
|
902 |
+
on d
|
903 |
+
ing for
|
904 |
+
m or
|
905 |
+
ro ss
|
906 |
+
in ess
|
907 |
+
on s
|
908 |
+
there are
|
909 |
+
b ur
|
910 |
+
to s
|
911 |
+
ce pt
|
912 |
+
for t
|
913 |
+
there was
|
914 |
+
child ren
|
915 |
+
am ed
|
916 |
+
re al
|
917 |
+
me t
|
918 |
+
ed with
|
919 |
+
if ic
|
920 |
+
f ace
|
921 |
+
d i
|
922 |
+
le ave
|
923 |
+
sin ce
|
924 |
+
h u
|
925 |
+
h ar
|
926 |
+
tow n
|
927 |
+
en ough
|
928 |
+
fe ct
|
929 |
+
1 5
|
930 |
+
that was
|
931 |
+
l ing
|
932 |
+
fo ot
|
933 |
+
a x
|
934 |
+
m oney
|
935 |
+
le y
|
936 |
+
b lo
|
937 |
+
youn g
|
938 |
+
they were
|
939 |
+
f un
|
940 |
+
p ass
|
941 |
+
h y
|
942 |
+
by the
|
943 |
+
f er
|
944 |
+
1 7
|
945 |
+
v ic
|
946 |
+
at or
|
947 |
+
i li
|
948 |
+
n ational
|
949 |
+
z e
|
950 |
+
v o
|
951 |
+
ab o
|
952 |
+
i er
|
953 |
+
n y
|
954 |
+
h ard
|
955 |
+
to do
|
956 |
+
is the
|
957 |
+
as the
|
958 |
+
to day
|
959 |
+
he had
|
960 |
+
with out
|
961 |
+
st em
|
962 |
+
ish ed
|
963 |
+
that you
|
964 |
+
t ed
|
965 |
+
m il
|
966 |
+
om en
|
967 |
+
a i
|
968 |
+
po p
|
969 |
+
s ur
|
970 |
+
ay s
|
971 |
+
again st
|
972 |
+
wh ic
|
973 |
+
c ity
|
974 |
+
un g
|
975 |
+
th im
|
976 |
+
d one
|
977 |
+
kind of
|
978 |
+
f ive
|
979 |
+
je ct
|
980 |
+
c ut
|
981 |
+
ie ld
|
982 |
+
g g
|
983 |
+
le ad
|
984 |
+
they are
|
985 |
+
in de
|
986 |
+
fam ily
|
987 |
+
es and
|
988 |
+
a j
|
989 |
+
mus ic
|
990 |
+
bec ame
|
991 |
+
b ad
|
992 |
+
pres s
|
993 |
+
im port
|
994 |
+
is n
|
995 |
+
we can
|
996 |
+
c us
|
997 |
+
will be
|
998 |
+
19 6
|
999 |
+
com es
|
1000 |
+
b and
|
1001 |
+
bu ild
|
1002 |
+
do or
|
1003 |
+
s it
|
1004 |
+
get ting
|
1005 |
+
m al
|
1006 |
+
si x
|
1007 |
+
he art
|
1008 |
+
o re
|
1009 |
+
united states
|
1010 |
+
uni vers
|
1011 |
+
ti ve
|
1012 |
+
st ay
|
1013 |
+
af r
|
1014 |
+
to gether
|
1015 |
+
ter s
|
1016 |
+
p ret
|
1017 |
+
for you
|
1018 |
+
w atch
|
1019 |
+
re am
|
1020 |
+
th athe
|
1021 |
+
n er
|
1022 |
+
pro ble
|
1023 |
+
in ce
|
1024 |
+
us edto
|
1025 |
+
orn ing
|
1026 |
+
s chool
|
1027 |
+
he is
|
1028 |
+
00 0
|
1029 |
+
1 2
|
1030 |
+
pos si
|
1031 |
+
belie ve
|
1032 |
+
? "
|
1033 |
+
l ine
|
1034 |
+
in tothe
|
1035 |
+
or k
|
1036 |
+
ac om
|
1037 |
+
1 6
|
1038 |
+
so on
|
1039 |
+
does n
|
1040 |
+
su b
|
1041 |
+
bro ther
|
1042 |
+
li k
|
1043 |
+
col le
|
1044 |
+
ag es
|
1045 |
+
or der
|
1046 |
+
in this
|
1047 |
+
ent s
|
1048 |
+
k id
|
1049 |
+
le as
|
1050 |
+
ve l
|
1051 |
+
ye t
|
1052 |
+
every thing
|
1053 |
+
p ed
|
1054 |
+
w ind
|
1055 |
+
would be
|
1056 |
+
what you
|
1057 |
+
incl ud
|
1058 |
+
and that
|
1059 |
+
j an
|
1060 |
+
ha ves
|
1061 |
+
ti ll
|
1062 |
+
r al
|
1063 |
+
se en
|
1064 |
+
pro v
|
1065 |
+
to d
|
1066 |
+
inte rest
|
1067 |
+
under stand
|
1068 |
+
iv es
|
1069 |
+
one of
|
1070 |
+
a good
|
1071 |
+
s k
|
1072 |
+
en se
|
1073 |
+
and it
|
1074 |
+
is m
|
1075 |
+
list en
|
1076 |
+
he ard
|
1077 |
+
b est
|
1078 |
+
ve lo
|
1079 |
+
re member
|
1080 |
+
we have
|
1081 |
+
l ar
|
1082 |
+
of course
|
1083 |
+
when you
|
1084 |
+
l aw
|
1085 |
+
in c
|
1086 |
+
l a
|
1087 |
+
w alk
|
1088 |
+
jo b
|
1089 |
+
i ther
|
1090 |
+
mo m
|
1091 |
+
de ath
|
1092 |
+
wh ow
|
1093 |
+
and he
|
1094 |
+
we l
|
1095 |
+
bl ack
|
1096 |
+
m ad
|
1097 |
+
at r
|
1098 |
+
in st
|
1099 |
+
ation of
|
1100 |
+
m orning
|
1101 |
+
ap er
|
1102 |
+
de c
|
1103 |
+
gover n
|
1104 |
+
al b
|
1105 |
+
v il
|
1106 |
+
le ep
|
1107 |
+
ion of
|
1108 |
+
l augh
|
1109 |
+
ro ad
|
1110 |
+
b it
|
1111 |
+
ke y
|
1112 |
+
te m
|
1113 |
+
be g
|
1114 |
+
pl ac
|
1115 |
+
pro bab
|
1116 |
+
cont in
|
1117 |
+
id idn
|
1118 |
+
" (
|
1119 |
+
h on
|
1120 |
+
to get
|
1121 |
+
h our
|
1122 |
+
ur ch
|
1123 |
+
what doyou
|
1124 |
+
per i
|
1125 |
+
as well
|
1126 |
+
in his
|
1127 |
+
g y
|
1128 |
+
on t
|
1129 |
+
op er
|
1130 |
+
l ish
|
1131 |
+
mar k
|
1132 |
+
ch ang
|
1133 |
+
th ave
|
1134 |
+
wh ath
|
1135 |
+
w est
|
1136 |
+
f ine
|
1137 |
+
l ad
|
1138 |
+
3 0
|
1139 |
+
f ac
|
1140 |
+
whic his
|
1141 |
+
pol it
|
1142 |
+
s that
|
1143 |
+
v ice
|
1144 |
+
it er
|
1145 |
+
br ing
|
1146 |
+
i had
|
1147 |
+
can you
|
1148 |
+
all ow
|
1149 |
+
ig ot
|
1150 |
+
off ic
|
1151 |
+
ed for
|
1152 |
+
how ever
|
1153 |
+
m ic
|
1154 |
+
w he
|
1155 |
+
ic ould
|
1156 |
+
el se
|
1157 |
+
u ff
|
1158 |
+
to you
|
1159 |
+
an im
|
1160 |
+
we are
|
1161 |
+
ity of
|
1162 |
+
wr ong
|
1163 |
+
m ill
|
1164 |
+
th ath
|
1165 |
+
e at
|
1166 |
+
e f
|
1167 |
+
o es
|
1168 |
+
what areyou
|
1169 |
+
like that
|
1170 |
+
pl an
|
1171 |
+
s ofthe
|
1172 |
+
at i
|
1173 |
+
nor th
|
1174 |
+
happ en
|
1175 |
+
tr u
|
1176 |
+
s im
|
1177 |
+
import ant
|
1178 |
+
f ro
|
1179 |
+
ar r
|
1180 |
+
gr ap
|
1181 |
+
f ic
|
1182 |
+
i want
|
1183 |
+
you have
|
1184 |
+
vie w
|
1185 |
+
i i
|
1186 |
+
w omen
|
1187 |
+
ing and
|
1188 |
+
d ire
|
1189 |
+
to see
|
1190 |
+
alo tof
|
1191 |
+
pr of
|
1192 |
+
qu ite
|
1193 |
+
w ann
|
1194 |
+
h en
|
1195 |
+
ed up
|
1196 |
+
tr ans
|
1197 |
+
at ure
|
1198 |
+
p or
|
1199 |
+
to re
|
1200 |
+
is an
|
1201 |
+
c a
|
1202 |
+
ed and
|
1203 |
+
h ur
|
1204 |
+
ak en
|
1205 |
+
de l
|
1206 |
+
i just
|
1207 |
+
wo man
|
1208 |
+
r ound
|
1209 |
+
ne ar
|
1210 |
+
in al
|
1211 |
+
b en
|
1212 |
+
m akes
|
1213 |
+
is on
|
1214 |
+
g t
|
1215 |
+
st er
|
1216 |
+
for d
|
1217 |
+
i would
|
1218 |
+
wi fe
|
1219 |
+
es e
|
1220 |
+
us h
|
1221 |
+
comm un
|
1222 |
+
ch ange
|
1223 |
+
ri es
|
1224 |
+
f ar
|
1225 |
+
f re
|
1226 |
+
ha ving
|
1227 |
+
probab ly
|
1228 |
+
ic ally
|
1229 |
+
19 5
|
1230 |
+
ard s
|
1231 |
+
f il
|
1232 |
+
al ready
|
1233 |
+
and they
|
1234 |
+
wo od
|
1235 |
+
p en
|
1236 |
+
d y
|
1237 |
+
 ł
|
1238 |
+
id es
|
1239 |
+
v an
|
1240 |
+
cl ass
|
1241 |
+
gu y
|
1242 |
+
have been
|
1243 |
+
look at
|
1244 |
+
gr am
|
1245 |
+
g one
|
1246 |
+
ed as
|
1247 |
+
b or
|
1248 |
+
1 4
|
1249 |
+
i will
|
1250 |
+
c u
|
1251 |
+
u ro
|
1252 |
+
who le
|
1253 |
+
ing in
|
1254 |
+
wh ite
|
1255 |
+
of his
|
1256 |
+
as y
|
1257 |
+
gr and
|
1258 |
+
ate ly
|
1259 |
+
and we
|
1260 |
+
19 4
|
1261 |
+
ur y
|
1262 |
+
ic a
|
1263 |
+
s tof
|
1264 |
+
ut ion
|
1265 |
+
se cond
|
1266 |
+
de ad
|
1267 |
+
c as
|
1268 |
+
be h
|
1269 |
+
am in
|
1270 |
+
b i
|
1271 |
+
t re
|
1272 |
+
sh ed
|
1273 |
+
hell o
|
1274 |
+
b ye
|
1275 |
+
m is
|
1276 |
+
le arn
|
1277 |
+
him self
|
1278 |
+
ment s
|
1279 |
+
g ame
|
1280 |
+
gr ound
|
1281 |
+
p end
|
1282 |
+
some one
|
1283 |
+
at ur
|
1284 |
+
happ y
|
1285 |
+
ed it
|
1286 |
+
. âĢĿ
|
1287 |
+
v ar
|
1288 |
+
ith ought
|
1289 |
+
re cord
|
1290 |
+
s we
|
1291 |
+
ing about
|
1292 |
+
1 3
|
1293 |
+
comp any
|
1294 |
+
me et
|
1295 |
+
so ld
|
1296 |
+
l er
|
1297 |
+
u de
|
1298 |
+
pl ain
|
1299 |
+
h m
|
1300 |
+
ant s
|
1301 |
+
d ri
|
1302 |
+
c reat
|
1303 |
+
be gan
|
1304 |
+
ap ri
|
1305 |
+
w er
|
1306 |
+
ro y
|
1307 |
+
look ing
|
1308 |
+
h or
|
1309 |
+
ret urn
|
1310 |
+
go es
|
1311 |
+
dur ing
|
1312 |
+
p ower
|
1313 |
+
, ''
|
1314 |
+
to go
|
1315 |
+
d ad
|
1316 |
+
bus iness
|
1317 |
+
c and
|
1318 |
+
am an
|
1319 |
+
mar ch
|
1320 |
+
w ish
|
1321 |
+
gr oup
|
1322 |
+
n ing
|
1323 |
+
ide a
|
1324 |
+
f uck
|
1325 |
+
g ust
|
1326 |
+
your self
|
1327 |
+
b ill
|
1328 |
+
gi ven
|
1329 |
+
v ir
|
1330 |
+
pe t
|
1331 |
+
h at
|
1332 |
+
in f
|
1333 |
+
str u
|
1334 |
+
is a
|
1335 |
+
tr ain
|
1336 |
+
d ifferent
|
1337 |
+
be aut
|
1338 |
+
l on
|
1339 |
+
p ay
|
1340 |
+
afe w
|
1341 |
+
ask ed
|
1342 |
+
publ ic
|
1343 |
+
say ing
|
1344 |
+
il ity
|
1345 |
+
ou ch
|
1346 |
+
und red
|
1347 |
+
gu ys
|
1348 |
+
um p
|
1349 |
+
qu al
|
1350 |
+
up on
|
1351 |
+
or gan
|
1352 |
+
ter n
|
1353 |
+
a e
|
1354 |
+
ad o
|
1355 |
+
see m
|
1356 |
+
y ork
|
1357 |
+
or ig
|
1358 |
+
hes aid
|
1359 |
+
st ar
|
1360 |
+
tell me
|
1361 |
+
con f
|
1362 |
+
g ave
|
1363 |
+
a im
|
1364 |
+
f ield
|
1365 |
+
ion al
|
1366 |
+
s en
|
1367 |
+
cont ro
|
1368 |
+
coun ty
|
1369 |
+
te le
|
1370 |
+
bre ak
|
1371 |
+
in there
|
1372 |
+
ot t
|
1373 |
+
d am
|
1374 |
+
tom ake
|
1375 |
+
the e
|
1376 |
+
n ice
|
1377 |
+
f all
|
1378 |
+
m id
|
1379 |
+
ple as
|
1380 |
+
lo st
|
1381 |
+
cle ar
|
1382 |
+
cl ub
|
1383 |
+
quest ion
|
1384 |
+
cer tain
|
1385 |
+
ed that
|
1386 |
+
me ans
|
1387 |
+
ne y
|
1388 |
+
b al
|
1389 |
+
the other
|
1390 |
+
with you
|
1391 |
+
un ch
|
1392 |
+
m aking
|
1393 |
+
ro p
|
1394 |
+
lo c
|
1395 |
+
at s
|
1396 |
+
more than
|
1397 |
+
se ver
|
1398 |
+
! "
|
1399 |
+
you got
|
1400 |
+
th or
|
1401 |
+
2 1
|
1402 |
+
for me
|
1403 |
+
to t
|
1404 |
+
m ag
|
1405 |
+
res p
|
1406 |
+
pos ition
|
1407 |
+
de velo
|
1408 |
+
ne t
|
1409 |
+
pret ty
|
1410 |
+
let me
|
1411 |
+
ang u
|
1412 |
+
hu man
|
1413 |
+
you were
|
1414 |
+
id er
|
1415 |
+
ch urch
|
1416 |
+
mr s
|
1417 |
+
. ''
|
1418 |
+
s ha
|
1419 |
+
2 2
|
1420 |
+
h am
|
1421 |
+
. '
|
1422 |
+
li m
|
1423 |
+
g ar
|
1424 |
+
um b
|
1425 |
+
of ten
|
1426 |
+
l in
|
1427 |
+
m all
|
1428 |
+
ag r
|
1429 |
+
po se
|
1430 |
+
ap an
|
1431 |
+
thank s
|
1432 |
+
st ep
|
1433 |
+
gr ow
|
1434 |
+
ho pe
|
1435 |
+
, âĢĿ
|
1436 |
+
ce ll
|
1437 |
+
mon th
|
1438 |
+
act ion
|
1439 |
+
qu ick
|
1440 |
+
h ot
|
1441 |
+
lo s
|
1442 |
+
an ces
|
1443 |
+
govern ment
|
1444 |
+
some times
|
1445 |
+
and re
|
1446 |
+
are a
|
1447 |
+
possi ble
|
1448 |
+
th re
|
1449 |
+
jan uary
|
1450 |
+
my self
|
1451 |
+
2 5
|
1452 |
+
se x
|
1453 |
+
ane w
|
1454 |
+
al one
|
1455 |
+
clo se
|
1456 |
+
is aid
|
1457 |
+
coun try
|
1458 |
+
iz e
|
1459 |
+
ofthe m
|
1460 |
+
al most
|
1461 |
+
p a
|
1462 |
+
c ret
|
1463 |
+
part y
|
1464 |
+
tr ue
|
1465 |
+
iv ed
|
1466 |
+
u k
|
1467 |
+
an c
|
1468 |
+
ll y
|
1469 |
+
but it
|
1470 |
+
ing of
|
1471 |
+
i red
|
1472 |
+
beh ind
|
1473 |
+
do it
|
1474 |
+
alb um
|
1475 |
+
u es
|
1476 |
+
1 1
|
1477 |
+
par tof
|
1478 |
+
s ow
|
1479 |
+
d iv
|
1480 |
+
tof f
|
1481 |
+
p al
|
1482 |
+
br it
|
1483 |
+
h alf
|
1484 |
+
ex c
|
1485 |
+
se p
|
1486 |
+
part ic
|
1487 |
+
k en
|
1488 |
+
n umber
|
1489 |
+
id o
|
1490 |
+
c ase
|
1491 |
+
log y
|
1492 |
+
try ingto
|
1493 |
+
go ld
|
1494 |
+
am ple
|
1495 |
+
in my
|
1496 |
+
ch r
|
1497 |
+
af f
|
1498 |
+
a very
|
1499 |
+
p ain
|
1500 |
+
re leas
|
1501 |
+
j ack
|
1502 |
+
of s
|
1503 |
+
ren t
|
1504 |
+
ap pro
|
1505 |
+
em p
|
1506 |
+
ut es
|
1507 |
+
augh ter
|
1508 |
+
ou d
|
1509 |
+
ed inthe
|
1510 |
+
but i
|
1511 |
+
p rom
|
1512 |
+
ab it
|
1513 |
+
se arch
|
1514 |
+
s were
|
1515 |
+
work ing
|
1516 |
+
g ent
|
1517 |
+
his tory
|
1518 |
+
al th
|
1519 |
+
b ri
|
1520 |
+
ang er
|
1521 |
+
c up
|
1522 |
+
at o
|
1523 |
+
ous ly
|
1524 |
+
fo od
|
1525 |
+
in v
|
1526 |
+
look s
|
1527 |
+
r u
|
1528 |
+
ot e
|
1529 |
+
the st
|
1530 |
+
, '
|
1531 |
+
en er
|
1532 |
+
au gust
|
1533 |
+
bo ard
|
1534 |
+
full y
|
1535 |
+
about it
|
1536 |
+
won der
|
1537 |
+
r ing
|
1538 |
+
eng lish
|
1539 |
+
sel ves
|
1540 |
+
what is
|
1541 |
+
is land
|
1542 |
+
le ast
|
1543 |
+
to ber
|
1544 |
+
ist s
|
1545 |
+
d ist
|
1546 |
+
ent y
|
1547 |
+
ren ch
|
1548 |
+
ou ble
|
1549 |
+
j une
|
1550 |
+
vis ion
|
1551 |
+
if e
|
1552 |
+
sh ad
|
1553 |
+
ap o
|
1554 |
+
and er
|
1555 |
+
l s
|
1556 |
+
in it
|
1557 |
+
r a
|
1558 |
+
se ason
|
1559 |
+
g n
|
1560 |
+
l ay
|
1561 |
+
bab y
|
1562 |
+
and was
|
1563 |
+
whath app
|
1564 |
+
al right
|
1565 |
+
p ly
|
1566 |
+
av es
|
1567 |
+
a ust
|
1568 |
+
m i
|
1569 |
+
ch amp
|
1570 |
+
ro ck
|
1571 |
+
of this
|
1572 |
+
te en
|
1573 |
+
att ack
|
1574 |
+
you to
|
1575 |
+
ri ver
|
1576 |
+
us es
|
1577 |
+
ed his
|
1578 |
+
te mber
|
1579 |
+
g est
|
1580 |
+
and his
|
1581 |
+
if ul
|
1582 |
+
you want
|
1583 |
+
ig u
|
1584 |
+
k y
|
1585 |
+
p ick
|
1586 |
+
proble m
|
1587 |
+
at ic
|
1588 |
+
de ar
|
1589 |
+
l u
|
1590 |
+
le ct
|
1591 |
+
g un
|
1592 |
+
m atter
|
1593 |
+
de al
|
1594 |
+
in form
|
1595 |
+
s ign
|
1596 |
+
f ree
|
1597 |
+
h ould
|
1598 |
+
inthe s
|
1599 |
+
per ha
|
1600 |
+
and e
|
1601 |
+
look ed
|
1602 |
+
able to
|
1603 |
+
com ple
|
1604 |
+
.. ..
|
1605 |
+
ree t
|
1606 |
+
pro te
|
1607 |
+
we ar
|
1608 |
+
âĢ Ķ
|
1609 |
+
edby the
|
1610 |
+
ag ue
|
1611 |
+
v ill
|
1612 |
+
the only
|
1613 |
+
jo y
|
1614 |
+
ste ad
|
1615 |
+
ear ly
|
1616 |
+
uro pe
|
1617 |
+
pe ci
|
1618 |
+
ge or
|
1619 |
+
have you
|
1620 |
+
char ac
|
1621 |
+
t est
|
1622 |
+
would n
|
1623 |
+
r ad
|
1624 |
+
gener al
|
1625 |
+
is ion
|
1626 |
+
about the
|
1627 |
+
il t
|
1628 |
+
s at
|
1629 |
+
ju ly
|
1630 |
+
prof ess
|
1631 |
+
ul ation
|
1632 |
+
su c
|
1633 |
+
s ed
|
1634 |
+
mo vie
|
1635 |
+
ow ith
|
1636 |
+
us ing
|
1637 |
+
can be
|
1638 |
+
ap ro
|
1639 |
+
dis tr
|
1640 |
+
foot ball
|
1641 |
+
lo ck
|
1642 |
+
bo x
|
1643 |
+
gonn a
|
1644 |
+
sep tember
|
1645 |
+
has been
|
1646 |
+
f ire
|
1647 |
+
ex p
|
1648 |
+
apri l
|
1649 |
+
ag ed
|
1650 |
+
ent er
|
1651 |
+
co ver
|
1652 |
+
you see
|
1653 |
+
ma j
|
1654 |
+
pro gram
|
1655 |
+
age of
|
1656 |
+
se ven
|
1657 |
+
and d
|
1658 |
+
c ast
|
1659 |
+
i b
|
1660 |
+
ha ir
|
1661 |
+
no ve
|
1662 |
+
br ought
|
1663 |
+
p ie
|
1664 |
+
re ason
|
1665 |
+
with me
|
1666 |
+
appe ar
|
1667 |
+
tell you
|
1668 |
+
19 3
|
1669 |
+
sever al
|
1670 |
+
ap art
|
1671 |
+
she had
|
1672 |
+
2 4
|
1673 |
+
ous and
|
1674 |
+
ac ho
|
1675 |
+
s the
|
1676 |
+
ag reat
|
1677 |
+
o se
|
1678 |
+
ch es
|
1679 |
+
w all
|
1680 |
+
a and
|
1681 |
+
on ed
|
1682 |
+
spe ak
|
1683 |
+
n ed
|
1684 |
+
c tr
|
1685 |
+
play ed
|
1686 |
+
or y
|
1687 |
+
j apan
|
1688 |
+
gre en
|
1689 |
+
th a
|
1690 |
+
do g
|
1691 |
+
ing er
|
1692 |
+
an ne
|
1693 |
+
s es
|
1694 |
+
and so
|
1695 |
+
it es
|
1696 |
+
j ud
|
1697 |
+
form er
|
1698 |
+
ce mber
|
1699 |
+
bu y
|
1700 |
+
univers ity
|
1701 |
+
that we
|
1702 |
+
act ly
|
1703 |
+
m ur
|
1704 |
+
par k
|
1705 |
+
us ually
|
1706 |
+
and in
|
1707 |
+
5 0
|
1708 |
+
pl es
|
1709 |
+
h us
|
1710 |
+
sh ort
|
1711 |
+
ith as
|
1712 |
+
s l
|
1713 |
+
c amp
|
1714 |
+
tof ind
|
1715 |
+
ci ent
|
1716 |
+
p ur
|
1717 |
+
s for
|
1718 |
+
re ach
|
1719 |
+
m ine
|
1720 |
+
like this
|
1721 |
+
ch ris
|
1722 |
+
ed him
|
1723 |
+
k new
|
1724 |
+
f a
|
1725 |
+
any way
|
1726 |
+
oc tober
|
1727 |
+
f ast
|
1728 |
+
p ot
|
1729 |
+
pr in
|
1730 |
+
mill ion
|
1731 |
+
li ving
|
1732 |
+
would you
|
1733 |
+
s al
|
1734 |
+
of it
|
1735 |
+
ther n
|
1736 |
+
new york
|
1737 |
+
me to
|
1738 |
+
ti v
|
1739 |
+
an o
|
1740 |
+
mo v
|
1741 |
+
c tive
|
1742 |
+
au ght
|
1743 |
+
che ck
|
1744 |
+
friend s
|
1745 |
+
dr aw
|
1746 |
+
n ine
|
1747 |
+
any one
|
1748 |
+
ans wer
|
1749 |
+
w al
|
1750 |
+
ber t
|
1751 |
+
r ich
|
1752 |
+
ar ri
|
1753 |
+
do ctor
|
1754 |
+
b ir
|
1755 |
+
d ing
|
1756 |
+
but the
|
1757 |
+
edto be
|
1758 |
+
it ing
|
1759 |
+
p an
|
1760 |
+
g es
|
1761 |
+
he ld
|
1762 |
+
d ie
|
1763 |
+
itt en
|
1764 |
+
at all
|
1765 |
+
men tof
|
1766 |
+
nove mber
|
1767 |
+
l ord
|
1768 |
+
in your
|
1769 |
+
am ent
|
1770 |
+
c ause
|
1771 |
+
h all
|
1772 |
+
l ate
|
1773 |
+
inn er
|
1774 |
+
pe ter
|
1775 |
+
h ands
|
1776 |
+
co ve
|
1777 |
+
mar y
|
1778 |
+
ab r
|
1779 |
+
ro ll
|
1780 |
+
ie f
|
1781 |
+
to have
|
1782 |
+
and there
|
1783 |
+
er o
|
1784 |
+
that they
|
1785 |
+
pol ice
|
1786 |
+
play ing
|
1787 |
+
f if
|
1788 |
+
ins ide
|
1789 |
+
fe br
|
1790 |
+
av ing
|
1791 |
+
to ver
|
1792 |
+
wh oh
|
1793 |
+
care er
|
1794 |
+
ed her
|
1795 |
+
develo p
|
1796 |
+
febr uary
|
1797 |
+
ie ty
|
1798 |
+
s w
|
1799 |
+
jo in
|
1800 |
+
po or
|
1801 |
+
iv ing
|
1802 |
+
ound s
|
1803 |
+
min utes
|
1804 |
+
give me
|
1805 |
+
so ci
|
1806 |
+
ac on
|
1807 |
+
re f
|
1808 |
+
w edon
|
1809 |
+
am ong
|
1810 |
+
n on
|
1811 |
+
e ach
|
1812 |
+
is tr
|
1813 |
+
is not
|
1814 |
+
is su
|
1815 |
+
201 0
|
1816 |
+
mb ers
|
1817 |
+
id id
|
1818 |
+
out side
|
1819 |
+
tr a
|
1820 |
+
aw ard
|
1821 |
+
sm all
|
1822 |
+
sp ort
|
1823 |
+
t a
|
1824 |
+
your s
|
1825 |
+
ac ross
|
1826 |
+
if i
|
1827 |
+
d le
|
1828 |
+
st uff
|
1829 |
+
li ves
|
1830 |
+
we were
|
1831 |
+
chr ist
|
1832 |
+
ing on
|
1833 |
+
vo ice
|
1834 |
+
re ce
|
1835 |
+
g as
|
1836 |
+
e yes
|
1837 |
+
y stem
|
1838 |
+
day s
|
1839 |
+
ch air
|
1840 |
+
sh all
|
1841 |
+
what ever
|
1842 |
+
perha ps
|
1843 |
+
pres ident
|
1844 |
+
se ll
|
1845 |
+
th ird
|
1846 |
+
ti es
|
1847 |
+
g ree
|
1848 |
+
ap e
|
1849 |
+
thel ast
|
1850 |
+
sh it
|
1851 |
+
des ign
|
1852 |
+
m and
|
1853 |
+
te ch
|
1854 |
+
for ce
|
1855 |
+
mo ment
|
1856 |
+
bu the
|
1857 |
+
l ot
|
1858 |
+
de part
|
1859 |
+
s inthe
|
1860 |
+
was an
|
1861 |
+
ag er
|
1862 |
+
de f
|
1863 |
+
you could
|
1864 |
+
any more
|
1865 |
+
e v
|
1866 |
+
am o
|
1867 |
+
r ather
|
1868 |
+
cent ury
|
1869 |
+
a ven
|
1870 |
+
you go
|
1871 |
+
con st
|
1872 |
+
at least
|
1873 |
+
id ge
|
1874 |
+
ro b
|
1875 |
+
mar ried
|
1876 |
+
on y
|
1877 |
+
when the
|
1878 |
+
or row
|
1879 |
+
cl aim
|
1880 |
+
qu ar
|
1881 |
+
al i
|
1882 |
+
h it
|
1883 |
+
build ing
|
1884 |
+
c il
|
1885 |
+
ic es
|
1886 |
+
follow ing
|
1887 |
+
add y
|
1888 |
+
s ch
|
1889 |
+
ab ig
|
1890 |
+
str ong
|
1891 |
+
t aking
|
1892 |
+
j us
|
1893 |
+
ph one
|
1894 |
+
in o
|
1895 |
+
wor th
|
1896 |
+
u red
|
1897 |
+
off ice
|
1898 |
+
fr ance
|
1899 |
+
back to
|
1900 |
+
you should
|
1901 |
+
thec oun
|
1902 |
+
te x
|
1903 |
+
d aughter
|
1904 |
+
ed uc
|
1905 |
+
con cer
|
1906 |
+
co p
|
1907 |
+
pp ed
|
1908 |
+
2 3
|
1909 |
+
tw enty
|
1910 |
+
con ne
|
1911 |
+
er ing
|
1912 |
+
t aken
|
1913 |
+
co ld
|
1914 |
+
te e
|
1915 |
+
he has
|
1916 |
+
cove red
|
1917 |
+
au thor
|
1918 |
+
bu ilt
|
1919 |
+
like to
|
1920 |
+
b urn
|
1921 |
+
edto the
|
1922 |
+
us si
|
1923 |
+
e e
|
1924 |
+
word s
|
1925 |
+
r ain
|
1926 |
+
beaut iful
|
1927 |
+
p ict
|
1928 |
+
me mbers
|
1929 |
+
ar my
|
1930 |
+
to ri
|
1931 |
+
al though
|
1932 |
+
ac c
|
1933 |
+
h ill
|
1934 |
+
un k
|
1935 |
+
ish ould
|
1936 |
+
whe ther
|
1937 |
+
wor ry
|
1938 |
+
oun tain
|
1939 |
+
m it
|
1940 |
+
champ ion
|
1941 |
+
id en
|
1942 |
+
dr ink
|
1943 |
+
de cember
|
1944 |
+
com mon
|
1945 |
+
s am
|
1946 |
+
such as
|
1947 |
+
l angu
|
1948 |
+
ex pect
|
1949 |
+
brit ish
|
1950 |
+
pro per
|
1951 |
+
n a
|
1952 |
+
hus band
|
1953 |
+
is ac
|
1954 |
+
c ry
|
1955 |
+
m aster
|
1956 |
+
fe e
|
1957 |
+
blo od
|
1958 |
+
st at
|
1959 |
+
in that
|
1960 |
+
g ames
|
1961 |
+
g or
|
1962 |
+
ing it
|
1963 |
+
the most
|
1964 |
+
c li
|
1965 |
+
pl ic
|
1966 |
+
um mer
|
1967 |
+
al li
|
1968 |
+
ab l
|
1969 |
+
you think
|
1970 |
+
ain t
|
1971 |
+
re present
|
1972 |
+
ex actly
|
1973 |
+
ri but
|
1974 |
+
um ent
|
1975 |
+
f lo
|
1976 |
+
youknow what
|
1977 |
+
so that
|
1978 |
+
m as
|
1979 |
+
be ll
|
1980 |
+
i haven
|
1981 |
+
lik es
|
1982 |
+
play er
|
1983 |
+
re port
|
1984 |
+
ing you
|
1985 |
+
charac ter
|
1986 |
+
as tr
|
1987 |
+
is to
|
1988 |
+
our n
|
1989 |
+
afr aid
|
1990 |
+
tom orrow
|
1991 |
+
f ight
|
1992 |
+
ct ed
|
1993 |
+
al ot
|
1994 |
+
fe ll
|
1995 |
+
sh ut
|
1996 |
+
p ull
|
1997 |
+
acho ther
|
1998 |
+
with his
|
1999 |
+
was h
|
2000 |
+
i tor
|
2001 |
+
t it
|
2002 |
+
ise e
|
2003 |
+
i me
|
2004 |
+
ab ou
|
2005 |
+
f ur
|
2006 |
+
an ex
|
2007 |
+
iz ed
|
2008 |
+
do m
|
2009 |
+
2 6
|
2010 |
+
l uck
|
2011 |
+
wh om
|
2012 |
+
wr itten
|
2013 |
+
av y
|
2014 |
+
this was
|
2015 |
+
ar o
|
2016 |
+
if fic
|
2017 |
+
ac tor
|
2018 |
+
2 7
|
2019 |
+
le ague
|
2020 |
+
v ide
|
2021 |
+
med i
|
2022 |
+
ac cord
|
2023 |
+
pr act
|
2024 |
+
fe et
|
2025 |
+
is ed
|
2026 |
+
i ans
|
2027 |
+
p aren
|
2028 |
+
ing that
|
2029 |
+
but you
|
2030 |
+
sto ry
|
2031 |
+
att le
|
2032 |
+
bo ys
|
2033 |
+
shes aid
|
2034 |
+
ter ri
|
2035 |
+
i wantto
|
2036 |
+
theb est
|
2037 |
+
al ity
|
2038 |
+
c ir
|
2039 |
+
1 00
|
2040 |
+
to her
|
2041 |
+
h op
|
2042 |
+
id ence
|
2043 |
+
ir ty
|
2044 |
+
there were
|
2045 |
+
pe o
|
2046 |
+
had been
|
2047 |
+
the one
|
2048 |
+
2 8
|
2049 |
+
igu ess
|
2050 |
+
wind ow
|
2051 |
+
s ong
|
2052 |
+
we red
|
2053 |
+
the way
|
2054 |
+
of you
|
2055 |
+
for get
|
2056 |
+
every one
|
2057 |
+
so much
|
2058 |
+
tr ad
|
2059 |
+
itt ing
|
2060 |
+
sy stem
|
2061 |
+
g in
|
2062 |
+
to him
|
2063 |
+
ap l
|
2064 |
+
sor tof
|
2065 |
+
will iam
|
2066 |
+
le vel
|
2067 |
+
ll i
|
2068 |
+
ie t
|
2069 |
+
of that
|
2070 |
+
inter national
|
2071 |
+
po st
|
2072 |
+
if it
|
2073 |
+
colle ge
|
2074 |
+
t ail
|
2075 |
+
am a
|
2076 |
+
s outh
|
2077 |
+
ic ip
|
2078 |
+
b ow
|
2079 |
+
through the
|
2080 |
+
ou ple
|
2081 |
+
for his
|
2082 |
+
te ach
|
2083 |
+
suc cess
|
2084 |
+
ser v
|
2085 |
+
gr ad
|
2086 |
+
st ation
|
2087 |
+
w ene
|
2088 |
+
so c
|
2089 |
+
h undred
|
2090 |
+
an a
|
2091 |
+
gl ad
|
2092 |
+
li ved
|
2093 |
+
b ank
|
2094 |
+
b ird
|
2095 |
+
as soci
|
2096 |
+
n i
|
2097 |
+
p ast
|
2098 |
+
to say
|
2099 |
+
ro te
|
2100 |
+
al lo
|
2101 |
+
ac y
|
2102 |
+
n es
|
2103 |
+
co st
|
2104 |
+
pro cess
|
2105 |
+
ag ree
|
2106 |
+
these cond
|
2107 |
+
de red
|
2108 |
+
eng land
|
2109 |
+
c ul
|
2110 |
+
tr act
|
2111 |
+
s us
|
2112 |
+
did not
|
2113 |
+
ne edto
|
2114 |
+
-- --
|
2115 |
+
e vent
|
2116 |
+
born in
|
2117 |
+
ch ief
|
2118 |
+
know what
|
2119 |
+
going on
|
2120 |
+
g ed
|
2121 |
+
id ed
|
2122 |
+
be come
|
2123 |
+
sh ot
|
2124 |
+
bl ue
|
2125 |
+
as ing
|
2126 |
+
f ish
|
2127 |
+
f air
|
2128 |
+
includ ing
|
2129 |
+
co ok
|
2130 |
+
b od
|
2131 |
+
z z
|
2132 |
+
lon don
|
2133 |
+
te red
|
2134 |
+
fl u
|
2135 |
+
d ro
|
2136 |
+
w in
|
2137 |
+
ing up
|
2138 |
+
a ha
|
2139 |
+
e ither
|
2140 |
+
she is
|
2141 |
+
go to
|
2142 |
+
ed er
|
2143 |
+
bu d
|
2144 |
+
ser ies
|
2145 |
+
in vol
|
2146 |
+
grap h
|
2147 |
+
contro l
|
2148 |
+
coun t
|
2149 |
+
ri gh
|
2150 |
+
they had
|
2151 |
+
some body
|
2152 |
+
d av
|
2153 |
+
i love
|
2154 |
+
b on
|
2155 |
+
kill ed
|
2156 |
+
wr ite
|
2157 |
+
inform ation
|
2158 |
+
no one
|
2159 |
+
f ir
|
2160 |
+
i for
|
2161 |
+
li es
|
2162 |
+
im ag
|
2163 |
+
sh er
|
2164 |
+
must be
|
2165 |
+
n amed
|
2166 |
+
in cre
|
2167 |
+
ho l
|
2168 |
+
if we
|
2169 |
+
lo cal
|
2170 |
+
comple te
|
2171 |
+
and as
|
2172 |
+
az y
|
2173 |
+
r id
|
2174 |
+
r or
|
2175 |
+
co gn
|
2176 |
+
ger man
|
2177 |
+
which was
|
2178 |
+
and is
|
2179 |
+
r an
|
2180 |
+
to his
|
2181 |
+
f ly
|
2182 |
+
after the
|
2183 |
+
p ho
|
2184 |
+
s ent
|
2185 |
+
s leep
|
2186 |
+
known as
|
2187 |
+
ab y
|
2188 |
+
g ion
|
2189 |
+
m hm
|
2190 |
+
str a
|
2191 |
+
in stead
|
2192 |
+
al ld
|
2193 |
+
bir th
|
2194 |
+
p i
|
2195 |
+
inn ing
|
2196 |
+
lad y
|
2197 |
+
2 9
|
2198 |
+
g a
|
2199 |
+
g ro
|
2200 |
+
ac cept
|
2201 |
+
sp ital
|
2202 |
+
s il
|
2203 |
+
a head
|
2204 |
+
re main
|
2205 |
+
ro man
|
2206 |
+
u ation
|
2207 |
+
s un
|
2208 |
+
be l
|
2209 |
+
d ou
|
2210 |
+
the world
|
2211 |
+
ti red
|
2212 |
+
tru th
|
2213 |
+
iv id
|
2214 |
+
with her
|
2215 |
+
ic ian
|
2216 |
+
thr ow
|
2217 |
+
right now
|
2218 |
+
and what
|
2219 |
+
m ir
|
2220 |
+
ton ight
|
2221 |
+
o de
|
2222 |
+
st reet
|
2223 |
+
l at
|
2224 |
+
d an
|
2225 |
+
er and
|
2226 |
+
com put
|
2227 |
+
resp on
|
2228 |
+
ent ly
|
2229 |
+
lo se
|
2230 |
+
want edto
|
2231 |
+
contin u
|
2232 |
+
tele vision
|
2233 |
+
m art
|
2234 |
+
st ri
|
2235 |
+
ou l
|
2236 |
+
ear th
|
2237 |
+
ing me
|
2238 |
+
the w
|
2239 |
+
th ousand
|
2240 |
+
c ross
|
2241 |
+
s a
|
2242 |
+
exc use
|
2243 |
+
it ary
|
2244 |
+
pr ison
|
2245 |
+
talk ingabout
|
2246 |
+
dur ingthe
|
2247 |
+
he alth
|
2248 |
+
j im
|
2249 |
+
tr ouble
|
2250 |
+
s qu
|
2251 |
+
4 0
|
2252 |
+
sh op
|
2253 |
+
j es
|
2254 |
+
re w
|
2255 |
+
fr ank
|
2256 |
+
sp ir
|
2257 |
+
ut ure
|
2258 |
+
this one
|
2259 |
+
every body
|
2260 |
+
fil m
|
2261 |
+
mar ri
|
2262 |
+
lo y
|
2263 |
+
se cret
|
2264 |
+
h ang
|
2265 |
+
very thing
|
2266 |
+
wi ld
|
2267 |
+
ac tiv
|
2268 |
+
f ill
|
2269 |
+
do that
|
2270 |
+
and she
|
2271 |
+
d ark
|
2272 |
+
when he
|
2273 |
+
aust ral
|
2274 |
+
goingto be
|
2275 |
+
en cy
|
2276 |
+
i lo
|
2277 |
+
e en
|
2278 |
+
you will
|
2279 |
+
" ,"
|
2280 |
+
whatareyou doing
|
2281 |
+
say s
|
2282 |
+
in her
|
2283 |
+
i um
|
2284 |
+
ed e
|
2285 |
+
l ou
|
2286 |
+
eng ine
|
2287 |
+
fl ow
|
2288 |
+
g ard
|
2289 |
+
in an
|
2290 |
+
them selves
|
2291 |
+
on his
|
2292 |
+
me mor
|
2293 |
+
edin to
|
2294 |
+
tr ack
|
2295 |
+
ine ed
|
2296 |
+
so mes
|
2297 |
+
be y
|
2298 |
+
re r
|
2299 |
+
that i
|
2300 |
+
tr ave
|
2301 |
+
cle an
|
2302 |
+
en ces
|
2303 |
+
br own
|
2304 |
+
co s
|
2305 |
+
s n
|
2306 |
+
t ouch
|
2307 |
+
ent ion
|
2308 |
+
col or
|
2309 |
+
partic ular
|
2310 |
+
if they
|
2311 |
+
. âĢľ
|
2312 |
+
x ample
|
2313 |
+
c at
|
2314 |
+
see you
|
2315 |
+
whow as
|
2316 |
+
ing ton
|
2317 |
+
de fin
|
2318 |
+
ser vice
|
2319 |
+
f it
|
2320 |
+
f le
|
2321 |
+
ction s
|
2322 |
+
and now
|
2323 |
+
r on
|
2324 |
+
f ig
|
2325 |
+
appe ared
|
2326 |
+
t ur
|
2327 |
+
j er
|
2328 |
+
f u
|
2329 |
+
you get
|
2330 |
+
cour t
|
2331 |
+
m ach
|
2332 |
+
re qu
|
2333 |
+
peri od
|
2334 |
+
be ar
|
2335 |
+
it up
|
2336 |
+
start ed
|
2337 |
+
al d
|
2338 |
+
ing with
|
2339 |
+
can ad
|
2340 |
+
a ver
|
2341 |
+
ac o
|
2342 |
+
b a
|
2343 |
+
i or
|
2344 |
+
m ess
|
2345 |
+
g ress
|
2346 |
+
is this
|
2347 |
+
ar th
|
2348 |
+
is as
|
2349 |
+
work s
|
2350 |
+
m outh
|
2351 |
+
oes n
|
2352 |
+
ers and
|
2353 |
+
why don
|
2354 |
+
to take
|
2355 |
+
des cri
|
2356 |
+
ha ved
|
2357 |
+
other s
|
2358 |
+
s end
|
2359 |
+
of her
|
2360 |
+
: "
|
2361 |
+
r am
|
2362 |
+
ag u
|
2363 |
+
co ol
|
2364 |
+
h oney
|
2365 |
+
ad v
|
2366 |
+
amer ic
|
2367 |
+
mo ved
|
2368 |
+
s owe
|
2369 |
+
201 4
|
2370 |
+
ty pe
|
2371 |
+
cap tain
|
2372 |
+
e ight
|
2373 |
+
of my
|
2374 |
+
if ied
|
2375 |
+
t end
|
2376 |
+
will you
|
2377 |
+
fe at
|
2378 |
+
abo ve
|
2379 |
+
h an
|
2380 |
+
new s
|
2381 |
+
ti e
|
2382 |
+
me as
|
2383 |
+
un ion
|
2384 |
+
amer ica
|
2385 |
+
b s
|
2386 |
+
maj or
|
2387 |
+
fe lt
|
2388 |
+
c atch
|
2389 |
+
re li
|
2390 |
+
w ow
|
2391 |
+
what the
|
2392 |
+
s aw
|
2393 |
+
min ister
|
2394 |
+
amin ute
|
2395 |
+
ap point
|
2396 |
+
pop ulation
|
2397 |
+
ed at
|
2398 |
+
pa ul
|
2399 |
+
v in
|
2400 |
+
pr ince
|
2401 |
+
y and
|
2402 |
+
peci ally
|
2403 |
+
que en
|
2404 |
+
sho ot
|
2405 |
+
ti an
|
2406 |
+
lar ge
|
2407 |
+
cons ider
|
2408 |
+
il ar
|
2409 |
+
ke pt
|
2410 |
+
this time
|
2411 |
+
come here
|
2412 |
+
t reat
|
2413 |
+
tem pt
|
2414 |
+
mo der
|
2415 |
+
m atch
|
2416 |
+
n ic
|
2417 |
+
k o
|
2418 |
+
w rote
|
2419 |
+
was the
|
2420 |
+
per fect
|
2421 |
+
could n
|
2422 |
+
of or
|
2423 |
+
s ister
|
2424 |
+
be at
|
2425 |
+
when they
|
2426 |
+
af t
|
2427 |
+
sup er
|
2428 |
+
r ac
|
2429 |
+
m c
|
2430 |
+
201 1
|
2431 |
+
tri es
|
2432 |
+
mom my
|
2433 |
+
ann oun
|
2434 |
+
that it
|
2435 |
+
we got
|
2436 |
+
al ex
|
2437 |
+
do youknow
|
2438 |
+
long er
|
2439 |
+
ofthe se
|
2440 |
+
, âĢľ
|
2441 |
+
girl s
|
2442 |
+
th century
|
2443 |
+
geor ge
|
2444 |
+
un icip
|
2445 |
+
p ing
|
2446 |
+
ci ence
|
2447 |
+
no body
|
2448 |
+
bl es
|
2449 |
+
the man
|
2450 |
+
pl ant
|
2451 |
+
tr ust
|
2452 |
+
set t
|
2453 |
+
thep res
|
2454 |
+
s an
|
2455 |
+
b t
|
2456 |
+
201 8
|
2457 |
+
j ames
|
2458 |
+
as te
|
2459 |
+
then or
|
2460 |
+
sup port
|
2461 |
+
ho od
|
2462 |
+
cond ition
|
2463 |
+
b an
|
2464 |
+
ha el
|
2465 |
+
qu iet
|
2466 |
+
ro du
|
2467 |
+
orig in
|
2468 |
+
h ers
|
2469 |
+
g ri
|
2470 |
+
d addy
|
2471 |
+
l ab
|
2472 |
+
ch ance
|
2473 |
+
plac es
|
2474 |
+
vi ously
|
2475 |
+
im p
|
2476 |
+
r ay
|
2477 |
+
l am
|
2478 |
+
c ard
|
2479 |
+
gent le
|
2480 |
+
with him
|
2481 |
+
ind ian
|
2482 |
+
ar i
|
2483 |
+
om uch
|
2484 |
+
ed out
|
2485 |
+
ame mber
|
2486 |
+
ind ust
|
2487 |
+
air s
|
2488 |
+
ab sol
|
2489 |
+
ter m
|
2490 |
+
h ous
|
2491 |
+
de ep
|
2492 |
+
put it
|
2493 |
+
re p
|
2494 |
+
i ent
|
2495 |
+
ro s
|
2496 |
+
could be
|
2497 |
+
d ream
|
2498 |
+
l or
|
2499 |
+
to them
|
2500 |
+
ch ap
|
2501 |
+
then ame
|
2502 |
+
look ingfor
|
2503 |
+
are s
|
2504 |
+
ab les
|
2505 |
+
go on
|
2506 |
+
umber of
|
2507 |
+
c ant
|
2508 |
+
par tofthe
|
2509 |
+
m ot
|
2510 |
+
en joy
|
2511 |
+
distr ict
|
2512 |
+
f ail
|
2513 |
+
an ch
|
2514 |
+
201 3
|
2515 |
+
t ic
|
2516 |
+
e as
|
2517 |
+
the old
|
2518 |
+
car ry
|
2519 |
+
ent ire
|
2520 |
+
in here
|
2521 |
+
give you
|
2522 |
+
our s
|
2523 |
+
fr on
|
2524 |
+
stud y
|
2525 |
+
ty p
|
2526 |
+
wes tern
|
2527 |
+
so cial
|
2528 |
+
al ive
|
2529 |
+
so you
|
2530 |
+
d est
|
2531 |
+
es pecially
|
2532 |
+
let ter
|
2533 |
+
don ot
|
2534 |
+
on your
|
2535 |
+
201 7
|
2536 |
+
ul a
|
2537 |
+
co ll
|
2538 |
+
fin ally
|
2539 |
+
doyou think
|
2540 |
+
e red
|
2541 |
+
am on
|
2542 |
+
? âĢĿ
|
2543 |
+
to thes
|
2544 |
+
like you
|
2545 |
+
not be
|
2546 |
+
wel come
|
2547 |
+
er t
|
2548 |
+
y o
|
2549 |
+
it ive
|
2550 |
+
inthe ir
|
2551 |
+
if he
|
2552 |
+
pro ject
|
2553 |
+
av or
|
2554 |
+
- [
|
2555 |
+
dam n
|
2556 |
+
am oun
|
2557 |
+
th us
|
2558 |
+
atur al
|
2559 |
+
er y
|
2560 |
+
g iving
|
2561 |
+
per form
|
2562 |
+
quick ly
|
2563 |
+
ed s
|
2564 |
+
gonn abe
|
2565 |
+
as he
|
2566 |
+
ur al
|
2567 |
+
wes hould
|
2568 |
+
champion ship
|
2569 |
+
? ''
|
2570 |
+
i ally
|
2571 |
+
month s
|
2572 |
+
p aper
|
2573 |
+
pe ace
|
2574 |
+
to ol
|
2575 |
+
comp an
|
2576 |
+
get it
|
2577 |
+
as an
|
2578 |
+
stra ight
|
2579 |
+
kid s
|
2580 |
+
aw o
|
2581 |
+
l en
|
2582 |
+
th y
|
2583 |
+
s ar
|
2584 |
+
iz ation
|
2585 |
+
s ound
|
2586 |
+
int rodu
|
2587 |
+
con tain
|
2588 |
+
i told
|
2589 |
+
ome thing
|
2590 |
+
comm it
|
2591 |
+
pos edto
|
2592 |
+
h al
|
2593 |
+
c ult
|
2594 |
+
p ers
|
2595 |
+
sp ace
|
2596 |
+
certain ly
|
2597 |
+
my god
|
2598 |
+
h un
|
2599 |
+
how much
|
2600 |
+
wi l
|
2601 |
+
d ied
|
2602 |
+
ind ivid
|
2603 |
+
miss ion
|
2604 |
+
stru ct
|
2605 |
+
vi ol
|
2606 |
+
whathapp ened
|
2607 |
+
for her
|
2608 |
+
ser ious
|
2609 |
+
t ro
|
2610 |
+
in which
|
2611 |
+
ers to
|
2612 |
+
dire ct
|
2613 |
+
we had
|
2614 |
+
if y
|
2615 |
+
about that
|
2616 |
+
al ar
|
2617 |
+
il es
|
2618 |
+
br ain
|
2619 |
+
b in
|
2620 |
+
spe cial
|
2621 |
+
li z
|
2622 |
+
get s
|
2623 |
+
201 2
|
2624 |
+
r ap
|
2625 |
+
aswell as
|
2626 |
+
av o
|
2627 |
+
ord in
|
2628 |
+
k no
|
2629 |
+
y le
|
2630 |
+
on thes
|
2631 |
+
d ue
|
2632 |
+
acom m
|
2633 |
+
ho spital
|
2634 |
+
ne cess
|
2635 |
+
l itt
|
2636 |
+
o oh
|
2637 |
+
as p
|
2638 |
+
s with
|
2639 |
+
cr it
|
2640 |
+
20 20
|
2641 |
+
cr azy
|
2642 |
+
the de
|
2643 |
+
at a
|
2644 |
+
excuse me
|
2645 |
+
orig inal
|
2646 |
+
e asy
|
2647 |
+
ag re
|
2648 |
+
do ll
|
2649 |
+
200 8
|
2650 |
+
b ene
|
2651 |
+
* *
|
2652 |
+
am i
|
2653 |
+
polit ical
|
2654 |
+
what was
|
2655 |
+
whoh ad
|
2656 |
+
ci es
|
2657 |
+
m ist
|
2658 |
+
up to
|
2659 |
+
think ing
|
2660 |
+
w ise
|
2661 |
+
ofthe ir
|
2662 |
+
h um
|
2663 |
+
a ur
|
2664 |
+
201 5
|
2665 |
+
" )
|
2666 |
+
c orn
|
2667 |
+
b ul
|
2668 |
+
y a
|
2669 |
+
very much
|
2670 |
+
s me
|
2671 |
+
le e
|
2672 |
+
cur rent
|
2673 |
+
st ick
|
2674 |
+
d ar
|
2675 |
+
m um
|
2676 |
+
k s
|
2677 |
+
coun cil
|
2678 |
+
at l
|
2679 |
+
br idge
|
2680 |
+
ex plain
|
2681 |
+
w ide
|
2682 |
+
inthe unitedstates
|
2683 |
+
ex cept
|
2684 |
+
but they
|
2685 |
+
le f
|
2686 |
+
au di
|
2687 |
+
su d
|
2688 |
+
h ate
|
2689 |
+
pop ular
|
2690 |
+
mic hael
|
2691 |
+
i haveto
|
2692 |
+
al and
|
2693 |
+
m at
|
2694 |
+
fore xample
|
2695 |
+
d ow
|
2696 |
+
w an
|
2697 |
+
re search
|
2698 |
+
bro ad
|
2699 |
+
dav id
|
2700 |
+
you haveto
|
2701 |
+
ine ver
|
2702 |
+
run ning
|
2703 |
+
se qu
|
2704 |
+
pri v
|
2705 |
+
i ble
|
2706 |
+
as er
|
2707 |
+
fin ished
|
2708 |
+
on my
|
2709 |
+
absol ute
|
2710 |
+
b ly
|
2711 |
+
pol ic
|
2712 |
+
k in
|
2713 |
+
if f
|
2714 |
+
201 6
|
2715 |
+
of t
|
2716 |
+
inthe world
|
2717 |
+
e ast
|
2718 |
+
u f
|
2719 |
+
paren ts
|
2720 |
+
and all
|
2721 |
+
m ass
|
2722 |
+
ed from
|
2723 |
+
ag on
|
2724 |
+
200 7
|
2725 |
+
pe ak
|
2726 |
+
of your
|
2727 |
+
come back
|
2728 |
+
they have
|
2729 |
+
ac ouple
|
2730 |
+
ph ys
|
2731 |
+
b ag
|
2732 |
+
fe llow
|
2733 |
+
ter min
|
2734 |
+
press ion
|
2735 |
+
cal ifor
|
2736 |
+
al way
|
2737 |
+
ab outh
|
2738 |
+
i won
|
2739 |
+
ver se
|
2740 |
+
are as
|
2741 |
+
6 0
|
2742 |
+
you re
|
2743 |
+
ing his
|
2744 |
+
res pect
|
2745 |
+
w it
|
2746 |
+
would have
|
2747 |
+
200 9
|
2748 |
+
ul ti
|
2749 |
+
proble ms
|
2750 |
+
fuck ing
|
2751 |
+
ab i
|
2752 |
+
fore st
|
2753 |
+
en ow
|
2754 |
+
commun ity
|
2755 |
+
langu age
|
2756 |
+
com ed
|
2757 |
+
when i
|
2758 |
+
sh ar
|
2759 |
+
st one
|
2760 |
+
fe ar
|
2761 |
+
jes us
|
2762 |
+
l ines
|
2763 |
+
200 6
|
2764 |
+
or tof
|
2765 |
+
ex peri
|
2766 |
+
n am
|
2767 |
+
iffic ult
|
2768 |
+
lead er
|
2769 |
+
t able
|
2770 |
+
r up
|
2771 |
+
st on
|
2772 |
+
p at
|
2773 |
+
ab ility
|
2774 |
+
ce of
|
2775 |
+
thec ar
|
2776 |
+
19 0
|
2777 |
+
th and
|
2778 |
+
inf act
|
2779 |
+
mo ving
|
2780 |
+
mid dle
|
2781 |
+
add ition
|
2782 |
+
me ant
|
2783 |
+
a was
|
2784 |
+
in ch
|
2785 |
+
the next
|
2786 |
+
b our
|
2787 |
+
an al
|
2788 |
+
be long
|
2789 |
+
there s
|
2790 |
+
how many
|
2791 |
+
for ward
|
2792 |
+
as c
|
2793 |
+
up and
|
2794 |
+
feel ing
|
2795 |
+
th om
|
2796 |
+
the g
|
2797 |
+
end ed
|
2798 |
+
lo ad
|
2799 |
+
like it
|
2800 |
+
mo s
|
2801 |
+
inde pend
|
2802 |
+
we res
|
2803 |
+
mo stof
|
2804 |
+
vil le
|
2805 |
+
moder n
|
2806 |
+
den ly
|
2807 |
+
is he
|
2808 |
+
theb ig
|
2809 |
+
gu ard
|
2810 |
+
for this
|
2811 |
+
away from
|
2812 |
+
depart ment
|
2813 |
+
ed me
|
2814 |
+
bl ow
|
2815 |
+
ing them
|
2816 |
+
v ot
|
2817 |
+
no on
|
2818 |
+
for it
|
2819 |
+
mo cr
|
2820 |
+
years ago
|
2821 |
+
ac ade
|
2822 |
+
hor se
|
2823 |
+
ad es
|
2824 |
+
t in
|
2825 |
+
se at
|
2826 |
+
ed them
|
2827 |
+
educ ation
|
2828 |
+
ac her
|
2829 |
+
inde ed
|
2830 |
+
some ofthe
|
2831 |
+
you do
|
2832 |
+
is ay
|
2833 |
+
vic es
|
2834 |
+
ot s
|
2835 |
+
ps y
|
2836 |
+
bur g
|
2837 |
+
is there
|
2838 |
+
im ent
|
2839 |
+
on it
|
2840 |
+
ic o
|
2841 |
+
m ale
|
2842 |
+
what isit
|
2843 |
+
le aving
|
2844 |
+
t al
|
2845 |
+
ren g
|
2846 |
+
h ung
|
2847 |
+
like the
|
2848 |
+
ti g
|
2849 |
+
ch uck
|
2850 |
+
con om
|
2851 |
+
should be
|
2852 |
+
am az
|
2853 |
+
feren ce
|
2854 |
+
interest ing
|
2855 |
+
sto r
|
2856 |
+
mo on
|
2857 |
+
ener gy
|
2858 |
+
them ain
|
2859 |
+
what we
|
2860 |
+
lo ved
|
2861 |
+
that one
|
2862 |
+
any body
|
2863 |
+
is aw
|
2864 |
+
com pet
|
2865 |
+
what i
|
2866 |
+
g ives
|
2867 |
+
pro ve
|
2868 |
+
ment ion
|
2869 |
+
20 19
|
2870 |
+
ab ly
|
2871 |
+
fur ther
|
2872 |
+
ne igh
|
2873 |
+
ict ion
|
2874 |
+
d a
|
2875 |
+
le ction
|
2876 |
+
coun tries
|
2877 |
+
up id
|
2878 |
+
ah o
|
2879 |
+
ex ist
|
2880 |
+
vide o
|
2881 |
+
ens ive
|
2882 |
+
inst it
|
2883 |
+
these are
|
2884 |
+
v edin
|
2885 |
+
pl ann
|
2886 |
+
you t
|
2887 |
+
re cogn
|
2888 |
+
wh is
|
2889 |
+
hour s
|
2890 |
+
end ing
|
2891 |
+
rel ation
|
2892 |
+
vol ution
|
2893 |
+
f i
|
2894 |
+
happ ened
|
2895 |
+
ele ctr
|
2896 |
+
of us
|
2897 |
+
au d
|
2898 |
+
u bl
|
2899 |
+
there d
|
2900 |
+
bo b
|
2901 |
+
it self
|
2902 |
+
b ase
|
2903 |
+
so i
|
2904 |
+
so it
|
2905 |
+
mo del
|
2906 |
+
to my
|
2907 |
+
you just
|
2908 |
+
you wantto
|
2909 |
+
ation ofthe
|
2910 |
+
respon si
|
2911 |
+
c ried
|
2912 |
+
s is
|
2913 |
+
with that
|
2914 |
+
ap r
|
2915 |
+
. ,
|
2916 |
+
f rench
|
2917 |
+
de pend
|
2918 |
+
with them
|
2919 |
+
on this
|
2920 |
+
fe red
|
2921 |
+
when we
|
2922 |
+
m ac
|
2923 |
+
log ical
|
2924 |
+
m ing
|
2925 |
+
ver t
|
2926 |
+
u el
|
2927 |
+
s ess
|
2928 |
+
ad am
|
2929 |
+
re fer
|
2930 |
+
ward s
|
2931 |
+
mil es
|
2932 |
+
is up
|
2933 |
+
me x
|
2934 |
+
chang ed
|
2935 |
+
not to
|
2936 |
+
n ia
|
2937 |
+
cent er
|
2938 |
+
m ak
|
2939 |
+
re ct
|
2940 |
+
univers ityof
|
2941 |
+
with your
|
2942 |
+
ac qu
|
2943 |
+
and to
|
2944 |
+
as if
|
2945 |
+
ase cond
|
2946 |
+
wed o
|
2947 |
+
l is
|
2948 |
+
blo ck
|
2949 |
+
f arm
|
2950 |
+
produ c
|
2951 |
+
id ing
|
2952 |
+
fun ny
|
2953 |
+
as mall
|
2954 |
+
f ix
|
2955 |
+
book s
|
2956 |
+
th irty
|
2957 |
+
su gg
|
2958 |
+
thec ap
|
2959 |
+
might be
|
2960 |
+
g ain
|
2961 |
+
ens us
|
2962 |
+
mon t
|
2963 |
+
ro se
|
2964 |
+
li ed
|
2965 |
+
as it
|
2966 |
+
p ap
|
2967 |
+
do c
|
2968 |
+
thec ity
|
2969 |
+
ing tothe
|
2970 |
+
ad r
|
2971 |
+
ar ly
|
2972 |
+
ire ally
|
2973 |
+
fam ili
|
2974 |
+
bo at
|
2975 |
+
state of
|
2976 |
+
iss ion
|
2977 |
+
ithink it
|
2978 |
+
atthe ageof
|
2979 |
+
t akes
|
2980 |
+
quest ions
|
2981 |
+
vill age
|
2982 |
+
pr ay
|
2983 |
+
con side
|
2984 |
+
li f
|
2985 |
+
where the
|
2986 |
+
ce ed
|
2987 |
+
li ber
|
2988 |
+
âĢ ĺ
|
2989 |
+
z o
|
2990 |
+
( "
|
2991 |
+
in flu
|
2992 |
+
z er
|
2993 |
+
fo l
|
2994 |
+
end ofthe
|
2995 |
+
we will
|
2996 |
+
comm and
|
2997 |
+
si gh
|
2998 |
+
un cle
|
2999 |
+
umb ers
|
3000 |
+
ic le
|
3001 |
+
kno ck
|
3002 |
+
e qu
|
3003 |
+
for that
|
3004 |
+
d ress
|
3005 |
+
ac he
|
3006 |
+
outof the
|
3007 |
+
gl ass
|
3008 |
+
am ily
|
3009 |
+
for man
|
3010 |
+
grap hy
|
3011 |
+
er than
|
3012 |
+
cand o
|
3013 |
+
l ic
|
3014 |
+
about this
|
3015 |
+
ch an
|
3016 |
+
in and
|
3017 |
+
fin ish
|
3018 |
+
ans wered
|
3019 |
+
up er
|
3020 |
+
t ar
|
3021 |
+
pl us
|
3022 |
+
p as
|
3023 |
+
the king
|
3024 |
+
with it
|
3025 |
+
pe cial
|
3026 |
+
co ach
|
3027 |
+
es cap
|
3028 |
+
com fort
|
3029 |
+
wr iting
|
3030 |
+
we go
|
3031 |
+
ing her
|
3032 |
+
20 00
|
3033 |
+
thes un
|
3034 |
+
ass ist
|
3035 |
+
ve re
|
3036 |
+
know led
|
3037 |
+
cent ral
|
3038 |
+
me l
|
3039 |
+
li ver
|
3040 |
+
pos ed
|
3041 |
+
under the
|
3042 |
+
produ ction
|
3043 |
+
was n
|
3044 |
+
who se
|
3045 |
+
conside red
|
3046 |
+
w en
|
3047 |
+
ist ic
|
3048 |
+
for them
|
3049 |
+
m ater
|
3050 |
+
they ear
|
3051 |
+
alo ok
|
3052 |
+
tr an
|
3053 |
+
h mm
|
3054 |
+
at tempt
|
3055 |
+
not e
|
3056 |
+
they can
|
3057 |
+
as you
|
3058 |
+
sugg est
|
3059 |
+
k er
|
3060 |
+
we could
|
3061 |
+
wh athe
|
3062 |
+
k iss
|
3063 |
+
char ge
|
3064 |
+
att ention
|
3065 |
+
soc iety
|
3066 |
+
hed id
|
3067 |
+
r ussi
|
3068 |
+
im medi
|
3069 |
+
reg ard
|
3070 |
+
w is
|
3071 |
+
st age
|
3072 |
+
of an
|
3073 |
+
at ives
|
3074 |
+
ro t
|
3075 |
+
ap ar
|
3076 |
+
ith ad
|
3077 |
+
absolute ly
|
3078 |
+
bas ed
|
3079 |
+
some where
|
3080 |
+
hur t
|
3081 |
+
are we
|
3082 |
+
as se
|
3083 |
+
g al
|
3084 |
+
you didn
|
3085 |
+
the new
|
3086 |
+
for your
|
3087 |
+
it would
|
3088 |
+
ay e
|
3089 |
+
p ack
|
3090 |
+
acomm une
|
3091 |
+
val ue
|
3092 |
+
awo man
|
3093 |
+
ro le
|
3094 |
+
ot tom
|
3095 |
+
a this
|
3096 |
+
vie t
|
3097 |
+
8 0
|
3098 |
+
ant i
|
3099 |
+
es are
|
3100 |
+
as i
|
3101 |
+
sy l
|
3102 |
+
the ch
|
3103 |
+
the whole
|
3104 |
+
k ne
|
3105 |
+
ly mp
|
3106 |
+
ci ous
|
3107 |
+
say that
|
3108 |
+
stand ing
|
3109 |
+
av ail
|
3110 |
+
li er
|
3111 |
+
them in
|
3112 |
+
and a
|
3113 |
+
s afe
|
3114 |
+
pr int
|
3115 |
+
d ut
|
3116 |
+
ou thern
|
3117 |
+
e urope
|
3118 |
+
bro ke
|
3119 |
+
th ad
|
3120 |
+
t ree
|
3121 |
+
got to
|
3122 |
+
loc ated
|
3123 |
+
is at
|
3124 |
+
sur pr
|
3125 |
+
fr ont
|
3126 |
+
pt ion
|
3127 |
+
fe w
|
3128 |
+
ad min
|
3129 |
+
polit ician
|
3130 |
+
trad ition
|
3131 |
+
p aid
|
3132 |
+
su ff
|
3133 |
+
with this
|
3134 |
+
n ation
|
3135 |
+
 ´
|
3136 |
+
jo se
|
3137 |
+
appro ach
|
3138 |
+
li p
|
3139 |
+
th od
|
3140 |
+
m ountain
|
3141 |
+
as a
|
3142 |
+
! âĢĿ
|
3143 |
+
ac tive
|
3144 |
+
with in
|
3145 |
+
aj or
|
3146 |
+
ph y
|
3147 |
+
know s
|
3148 |
+
gover nor
|
3149 |
+
ir t
|
3150 |
+
ser ved
|
3151 |
+
was not
|
3152 |
+
on to
|
3153 |
+
want sto
|
3154 |
+
k i
|
3155 |
+
for him
|
3156 |
+
wr iter
|
3157 |
+
what about
|
3158 |
+
thel ittle
|
3159 |
+
ter day
|
3160 |
+
o x
|
3161 |
+
an cy
|
3162 |
+
at that
|
3163 |
+
acc ident
|
3164 |
+
c en
|
3165 |
+
stru ction
|
3166 |
+
un ity
|
3167 |
+
18 9
|
3168 |
+
it out
|
3169 |
+
s from
|
3170 |
+
var ious
|
3171 |
+
r ais
|
3172 |
+
fam ous
|
3173 |
+
that are
|
3174 |
+
for a
|
3175 |
+
it doesn
|
3176 |
+
incl ude
|
3177 |
+
p ati
|
3178 |
+
be low
|
3179 |
+
anim al
|
3180 |
+
at this
|
3181 |
+
ke ts
|
3182 |
+
want ed
|
3183 |
+
ma x
|
3184 |
+
ifferen ce
|
3185 |
+
bec a
|
3186 |
+
ho st
|
3187 |
+
p ic
|
3188 |
+
in ves
|
3189 |
+
pe c
|
3190 |
+
w arm
|
3191 |
+
s low
|
3192 |
+
he avy
|
3193 |
+
se a
|
3194 |
+
prote ct
|
3195 |
+
you must
|
3196 |
+
cur ity
|
3197 |
+
gard en
|
3198 |
+
p ush
|
3199 |
+
pre p
|
3200 |
+
t v
|
3201 |
+
vir on
|
3202 |
+
e cut
|
3203 |
+
ind ia
|
3204 |
+
fin al
|
3205 |
+
dire ctor
|
3206 |
+
roy al
|
3207 |
+
al itt
|
3208 |
+
and if
|
3209 |
+
aster n
|
3210 |
+
po ke
|
3211 |
+
sud denly
|
3212 |
+
l iter
|
3213 |
+
on that
|
3214 |
+
all that
|
3215 |
+
o st
|
3216 |
+
person al
|
3217 |
+
er ved
|
3218 |
+
sh are
|
3219 |
+
califor nia
|
3220 |
+
peo pl
|
3221 |
+
ap erson
|
3222 |
+
very good
|
3223 |
+
wi the
|
3224 |
+
as they
|
3225 |
+
out there
|
3226 |
+
and when
|
3227 |
+
id ay
|
3228 |
+
to this
|
3229 |
+
200 5
|
3230 |
+
sow hat
|
3231 |
+
j ump
|
3232 |
+
y n
|
3233 |
+
told me
|
3234 |
+
ie l
|
3235 |
+
const it
|
3236 |
+
est art
|
3237 |
+
w inter
|
3238 |
+
k n
|
3239 |
+
if t
|
3240 |
+
man age
|
3241 |
+
f uture
|
3242 |
+
all this
|
3243 |
+
who a
|
3244 |
+
anim als
|
3245 |
+
offic er
|
3246 |
+
conne ct
|
3247 |
+
t ly
|
3248 |
+
is acommune
|
3249 |
+
le br
|
3250 |
+
clo thes
|
3251 |
+
eng th
|
3252 |
+
you wann
|
3253 |
+
op s
|
3254 |
+
he could
|
3255 |
+
amember ofthe
|
3256 |
+
ant ly
|
3257 |
+
hon or
|
3258 |
+
is f
|
3259 |
+
g ing
|
3260 |
+
re cent
|
3261 |
+
ll ing
|
3262 |
+
r ail
|
3263 |
+
and this
|
3264 |
+
th as
|
3265 |
+
le ase
|
3266 |
+
i hope
|
3267 |
+
them oney
|
3268 |
+
what they
|
3269 |
+
al le
|
3270 |
+
vers ion
|
3271 |
+
w ing
|
3272 |
+
ro bert
|
3273 |
+
with my
|
3274 |
+
char les
|
3275 |
+
but that
|
3276 |
+
s here
|
3277 |
+
because it
|
3278 |
+
7 0
|
3279 |
+
in as
|
3280 |
+
allo ver
|
3281 |
+
bu ll
|
3282 |
+
near ly
|
3283 |
+
se par
|
3284 |
+
itwas n
|
3285 |
+
u it
|
3286 |
+
prov ince
|
3287 |
+
ab ad
|
3288 |
+
d ed
|
3289 |
+
are they
|
3290 |
+
un less
|
3291 |
+
ger many
|
3292 |
+
swe et
|
3293 |
+
pen n
|
3294 |
+
and my
|
3295 |
+
mar ry
|
3296 |
+
and thes
|
3297 |
+
ul ts
|
3298 |
+
com pe
|
3299 |
+
fort un
|
3300 |
+
she has
|
3301 |
+
var i
|
3302 |
+
looks like
|
3303 |
+
complete ly
|
3304 |
+
after noon
|
3305 |
+
k es
|
3306 |
+
alittle bit
|
3307 |
+
wh od
|
3308 |
+
he would
|
3309 |
+
we ap
|
3310 |
+
c of
|
3311 |
+
ed o
|
3312 |
+
what does
|
3313 |
+
ill y
|
3314 |
+
fo x
|
3315 |
+
of our
|
3316 |
+
ic and
|
3317 |
+
vi ous
|
3318 |
+
know that
|
3319 |
+
c ensus
|
3320 |
+
par is
|
3321 |
+
ac ar
|
3322 |
+
ound er
|
3323 |
+
r ance
|
3324 |
+
hur ry
|
3325 |
+
to your
|
3326 |
+
the door
|
3327 |
+
and y
|
3328 |
+
gu ess
|
3329 |
+
wash ington
|
3330 |
+
and her
|
3331 |
+
k a
|
3332 |
+
he aven
|
3333 |
+
3 1
|
3334 |
+
g lo
|
3335 |
+
the con
|
3336 |
+
ust r
|
3337 |
+
e c
|
3338 |
+
reg ion
|
3339 |
+
ac cess
|
3340 |
+
help you
|
3341 |
+
ite ly
|
3342 |
+
en n
|
3343 |
+
f red
|
3344 |
+
ent ial
|
3345 |
+
in h
|
3346 |
+
ag ent
|
3347 |
+
ne ck
|
3348 |
+
prin ci
|
3349 |
+
ul es
|
3350 |
+
ber g
|
3351 |
+
like ly
|
3352 |
+
off er
|
3353 |
+
in order
|
3354 |
+
rece ived
|
3355 |
+
p y
|
3356 |
+
the right
|
3357 |
+
see ms
|
3358 |
+
c it
|
3359 |
+
last night
|
3360 |
+
i ers
|
3361 |
+
accord ingto
|
3362 |
+
bo ss
|
3363 |
+
co re
|
3364 |
+
st upid
|
3365 |
+
b ound
|
3366 |
+
de cl
|
3367 |
+
hon est
|
3368 |
+
am om
|
3369 |
+
200 4
|
3370 |
+
mov ies
|
3371 |
+
c aught
|
3372 |
+
ad ay
|
3373 |
+
use um
|
3374 |
+
d ig
|
3375 |
+
ist an
|
3376 |
+
sc ar
|
3377 |
+
in j
|
3378 |
+
icould n
|
3379 |
+
you and
|
3380 |
+
dis cus
|
3381 |
+
a thing
|
3382 |
+
ar row
|
3383 |
+
( )
|
3384 |
+
thef act
|
3385 |
+
mar ket
|
3386 |
+
s ame
|
3387 |
+
c ro
|
3388 |
+
e ll
|
3389 |
+
te xt
|
3390 |
+
ur ing
|
3391 |
+
ath ome
|
3392 |
+
went to
|
3393 |
+
in sp
|
3394 |
+
e ch
|
3395 |
+
pict ure
|
3396 |
+
hen ry
|
3397 |
+
to keep
|
3398 |
+
ly ing
|
3399 |
+
gu e
|
3400 |
+
as ed
|
3401 |
+
come in
|
3402 |
+
jo e
|
3403 |
+
p ath
|
3404 |
+
ap h
|
3405 |
+
meet ing
|
3406 |
+
im ust
|
3407 |
+
quar ter
|
3408 |
+
c am
|
3409 |
+
clo ck
|
3410 |
+
stud ent
|
3411 |
+
, ``
|
3412 |
+
it in
|
3413 |
+
mus thave
|
3414 |
+
re me
|
3415 |
+
vir gin
|
3416 |
+
e h
|
3417 |
+
b io
|
3418 |
+
ann y
|
3419 |
+
o v
|
3420 |
+
sh im
|
3421 |
+
y er
|
3422 |
+
is es
|
3423 |
+
of all
|
3424 |
+
can i
|
3425 |
+
sto be
|
3426 |
+
f at
|
3427 |
+
ed you
|
3428 |
+
profess or
|
3429 |
+
does not
|
3430 |
+
id i
|
3431 |
+
between the
|
3432 |
+
over the
|
3433 |
+
e achother
|
3434 |
+
thes er
|
3435 |
+
yes terday
|
3436 |
+
fo ol
|
3437 |
+
viron ment
|
3438 |
+
per forman
|
3439 |
+
king dom
|
3440 |
+
and on
|
3441 |
+
end er
|
3442 |
+
admin istr
|
3443 |
+
thes tory
|
3444 |
+
got ten
|
3445 |
+
ire ct
|
3446 |
+
put ting
|
3447 |
+
it to
|
3448 |
+
; &
|
3449 |
+
ri ll
|
3450 |
+
sh ire
|
3451 |
+
who is
|
3452 |
+
k ick
|
3453 |
+
n ature
|
3454 |
+
chang es
|
3455 |
+
b at
|
3456 |
+
s mo
|
3457 |
+
ens ion
|
3458 |
+
est ab
|
3459 |
+
! ''
|
3460 |
+
af o
|
3461 |
+
and for
|
3462 |
+
and see
|
3463 |
+
move ment
|
3464 |
+
ch er
|
3465 |
+
tech no
|
3466 |
+
imag ine
|
3467 |
+
str ange
|
3468 |
+
people who
|
3469 |
+
ay ear
|
3470 |
+
up onthe
|
3471 |
+
n one
|
3472 |
+
m ulti
|
3473 |
+
il ities
|
3474 |
+
n atural
|
3475 |
+
we ight
|
3476 |
+
commun ic
|
3477 |
+
ep art
|
3478 |
+
the great
|
3479 |
+
b ang
|
3480 |
+
knowled ge
|
3481 |
+
then ational
|
3482 |
+
h ip
|
3483 |
+
help me
|
3484 |
+
inves tig
|
3485 |
+
cor por
|
3486 |
+
rich ard
|
3487 |
+
ife el
|
3488 |
+
whe el
|
3489 |
+
dr ug
|
3490 |
+
of a
|
3491 |
+
se y
|
3492 |
+
cons ist
|
3493 |
+
c ket
|
3494 |
+
they don
|
3495 |
+
ist ics
|
3496 |
+
bro ken
|
3497 |
+
im es
|
3498 |
+
con du
|
3499 |
+
s ave
|
3500 |
+
t ouse
|
3501 |
+
th reat
|
3502 |
+
3 5
|
3503 |
+
is ing
|
3504 |
+
began to
|
3505 |
+
but we
|
3506 |
+
ish all
|
3507 |
+
spe aking
|
3508 |
+
stud ents
|
3509 |
+
if the
|
3510 |
+
arm s
|
3511 |
+
bey ond
|
3512 |
+
them atter
|
3513 |
+
ad y
|
3514 |
+
why areyou
|
3515 |
+
am y
|
3516 |
+
v iv
|
3517 |
+
for ces
|
3518 |
+
g le
|
3519 |
+
what didyou
|
3520 |
+
ati me
|
3521 |
+
doyou want
|
3522 |
+
ing him
|
3523 |
+
lou is
|
3524 |
+
low er
|
3525 |
+
th ou
|
3526 |
+
des p
|
3527 |
+
tot al
|
3528 |
+
re m
|
3529 |
+
r it
|
3530 |
+
individ ual
|
3531 |
+
produ ct
|
3532 |
+
add ress
|
3533 |
+
no th
|
3534 |
+
s ummer
|
3535 |
+
ik new
|
3536 |
+
m igh
|
3537 |
+
fun ction
|
3538 |
+
pres iden
|
3539 |
+
fig ure
|
3540 |
+
wor se
|
3541 |
+
sto od
|
3542 |
+
pho to
|
3543 |
+
the ex
|
3544 |
+
make it
|
3545 |
+
d or
|
3546 |
+
ast ic
|
3547 |
+
wh ol
|
3548 |
+
z en
|
3549 |
+
us ual
|
3550 |
+
t one
|
3551 |
+
know how
|
3552 |
+
prin cess
|
3553 |
+
ide as
|
3554 |
+
birth day
|
3555 |
+
u le
|
3556 |
+
am b
|
3557 |
+
ph il
|
3558 |
+
when it
|
3559 |
+
with an
|
3560 |
+
b b
|
3561 |
+
dri ve
|
3562 |
+
cr ow
|
3563 |
+
fa ith
|
3564 |
+
200 1
|
3565 |
+
mil itary
|
3566 |
+
it will
|
3567 |
+
releas ed
|
3568 |
+
oned ay
|
3569 |
+
ital ian
|
3570 |
+
profess ional
|
3571 |
+
in our
|
3572 |
+
you had
|
3573 |
+
form ula
|
3574 |
+
gre w
|
3575 |
+
and not
|
3576 |
+
me thod
|
3577 |
+
de mocr
|
3578 |
+
most ly
|
3579 |
+
ing out
|
3580 |
+
plan et
|
3581 |
+
ord ers
|
3582 |
+
in no
|
3583 |
+
us ion
|
3584 |
+
you said
|
3585 |
+
w onthe
|
3586 |
+
199 0
|
3587 |
+
r ic
|
3588 |
+
you did
|
3589 |
+
ar rest
|
3590 |
+
it ude
|
3591 |
+
le aves
|
3592 |
+
sp end
|
3593 |
+
op port
|
3594 |
+
tem per
|
3595 |
+
come to
|
3596 |
+
ne g
|
3597 |
+
amom ent
|
3598 |
+
this way
|
3599 |
+
on thef
|
3600 |
+
j ac
|
3601 |
+
ll o
|
3602 |
+
it ar
|
3603 |
+
p es
|
3604 |
+
spe c
|
3605 |
+
unicip ality
|
3606 |
+
se ction
|
3607 |
+
r ace
|
3608 |
+
c amer
|
3609 |
+
20 21
|
3610 |
+
ly n
|
3611 |
+
our ces
|
3612 |
+
ou te
|
3613 |
+
ci vil
|
3614 |
+
fif ty
|
3615 |
+
r ank
|
3616 |
+
there fore
|
3617 |
+
chris tian
|
3618 |
+
acouple of
|
3619 |
+
sc re
|
3620 |
+
before the
|
3621 |
+
estab lish
|
3622 |
+
b ought
|
3623 |
+
talk ing
|
3624 |
+
vis it
|
3625 |
+
immedi ately
|
3626 |
+
at edin
|
3627 |
+
p un
|
3628 |
+
where areyou
|
3629 |
+
i als
|
3630 |
+
ourn al
|
3631 |
+
s ick
|
3632 |
+
to omuch
|
3633 |
+
so ver
|
3634 |
+
tr uck
|
3635 |
+
med ic
|
3636 |
+
s as
|
3637 |
+
ac le
|
3638 |
+
time to
|
3639 |
+
p ow
|
3640 |
+
er ve
|
3641 |
+
for us
|
3642 |
+
in y
|
3643 |
+
iwould n
|
3644 |
+
fr anc
|
3645 |
+
the o
|
3646 |
+
ies of
|
3647 |
+
thefirst time
|
3648 |
+
a ign
|
3649 |
+
l an
|
3650 |
+
ap ol
|
3651 |
+
cl ud
|
3652 |
+
im ple
|
3653 |
+
b ay
|
3654 |
+
at edto
|
3655 |
+
9 0
|
3656 |
+
k ar
|
3657 |
+
bas edon
|
3658 |
+
ur t
|
3659 |
+
publ ish
|
3660 |
+
k im
|
3661 |
+
4 5
|
3662 |
+
sto re
|
3663 |
+
week s
|
3664 |
+
c red
|
3665 |
+
ac er
|
3666 |
+
es ome
|
3667 |
+
we haveto
|
3668 |
+
comm ission
|
3669 |
+
my life
|
3670 |
+
re ci
|
3671 |
+
commit tee
|
3672 |
+
issu e
|
3673 |
+
t ax
|
3674 |
+
comp let
|
3675 |
+
ah u
|
3676 |
+
 ¶
|
3677 |
+
whatdoyou think
|
3678 |
+
f und
|
3679 |
+
198 0
|
3680 |
+
ant ic
|
3681 |
+
turn ed
|
3682 |
+
ing at
|
3683 |
+
gr ou
|
3684 |
+
laugh ter
|
3685 |
+
ep is
|
3686 |
+
oper ation
|
3687 |
+
tri edto
|
3688 |
+
atthe time
|
3689 |
+
d anger
|
3690 |
+
c ow
|
3691 |
+
develop ment
|
3692 |
+
b ility
|
3693 |
+
no se
|
3694 |
+
over here
|
3695 |
+
so med
|
3696 |
+
do min
|
3697 |
+
go al
|
3698 |
+
back tothe
|
3699 |
+
and get
|
3700 |
+
200 3
|
3701 |
+
syl van
|
3702 |
+
pl ane
|
3703 |
+
ach ie
|
3704 |
+
my father
|
3705 |
+
cont act
|
3706 |
+
w at
|
3707 |
+
them on
|
3708 |
+
even ing
|
3709 |
+
200 2
|
3710 |
+
co ast
|
3711 |
+
beg inning
|
3712 |
+
n ames
|
3713 |
+
en o
|
3714 |
+
do this
|
3715 |
+
ce lebr
|
3716 |
+
en vironment
|
3717 |
+
ch ick
|
3718 |
+
better than
|
3719 |
+
art ist
|
3720 |
+
d ifficult
|
3721 |
+
ic ed
|
3722 |
+
what did
|
3723 |
+
christ mas
|
3724 |
+
necess ary
|
3725 |
+
outof here
|
3726 |
+
cap ital
|
3727 |
+
h ors
|
3728 |
+
that she
|
3729 |
+
her self
|
3730 |
+
qu it
|
3731 |
+
it all
|
3732 |
+
car ol
|
3733 |
+
all en
|
3734 |
+
isan american
|
3735 |
+
compet ition
|
3736 |
+
haves ome
|
3737 |
+
but not
|
3738 |
+
thes ong
|
3739 |
+
very well
|
3740 |
+
are the
|
3741 |
+
onthe ir
|
3742 |
+
al es
|
3743 |
+
n ick
|
3744 |
+
ithink that
|
3745 |
+
ser ve
|
3746 |
+
comput er
|
3747 |
+
be ent
|
3748 |
+
instead of
|
3749 |
+
18 6
|
3750 |
+
is am
|
3751 |
+
il m
|
3752 |
+
oc cur
|
3753 |
+
to it
|
3754 |
+
cus tom
|
3755 |
+
relation ship
|
3756 |
+
d ate
|
3757 |
+
ri e
|
3758 |
+
s ad
|
3759 |
+
sc ream
|
3760 |
+
r ub
|
3761 |
+
marri age
|
3762 |
+
ge o
|
3763 |
+
as soon
|
3764 |
+
op t
|
3765 |
+
sk y
|
3766 |
+
m ix
|
3767 |
+
fore ver
|
3768 |
+
ve y
|
3769 |
+
l ake
|
3770 |
+
in ed
|
3771 |
+
av ed
|
3772 |
+
resp ond
|
3773 |
+
o my
|
3774 |
+
avail able
|
3775 |
+
the k
|
3776 |
+
i to
|
3777 |
+
ang ry
|
3778 |
+
love ly
|
3779 |
+
l as
|
3780 |
+
americ ans
|
3781 |
+
offic ial
|
3782 |
+
to bes
|
3783 |
+
or something
|
3784 |
+
5 00
|
3785 |
+
af riend
|
3786 |
+
ad i
|
3787 |
+
end of
|
3788 |
+
mean ing
|
3789 |
+
tod owith
|
3790 |
+
bo o
|
3791 |
+
are al
|
3792 |
+
fron tof
|
3793 |
+
ch ed
|
3794 |
+
thec our
|
3795 |
+
sing le
|
3796 |
+
thep art
|
3797 |
+
b right
|
3798 |
+
ce an
|
3799 |
+
su it
|
3800 |
+
us ic
|
3801 |
+
people are
|
3802 |
+
bus y
|
3803 |
+
year sold
|
3804 |
+
af fect
|
3805 |
+
ob ject
|
3806 |
+
can not
|
3807 |
+
contin ue
|
3808 |
+
bo mb
|
3809 |
+
n ie
|
3810 |
+
so m
|
3811 |
+
cho ice
|
3812 |
+
ad el
|
3813 |
+
cre ate
|
3814 |
+
es ti
|
3815 |
+
co de
|
3816 |
+
mil k
|
3817 |
+
li br
|
3818 |
+
i res
|
3819 |
+
ig r
|
3820 |
+
ne l
|
3821 |
+
ifyou don
|
3822 |
+
hed idn
|
3823 |
+
world war
|
3824 |
+
gr ant
|
3825 |
+
shut up
|
3826 |
+
his tor
|
3827 |
+
we ather
|
3828 |
+
grad u
|
3829 |
+
ch anne
|
3830 |
+
w ol
|
3831 |
+
out the
|
3832 |
+
ilove you
|
3833 |
+
cr aft
|
3834 |
+
wel ve
|
3835 |
+
spe cies
|
3836 |
+
ir on
|
3837 |
+
b attle
|
3838 |
+
how about
|
3839 |
+
up the
|
3840 |
+
chap ter
|
3841 |
+
ju li
|
3842 |
+
leg al
|
3843 |
+
tr ade
|
3844 |
+
righ there
|
3845 |
+
take it
|
3846 |
+
t our
|
3847 |
+
pict ures
|
3848 |
+
wonder ful
|
3849 |
+
looking at
|
3850 |
+
we ak
|
3851 |
+
one l
|
3852 |
+
f avor
|
3853 |
+
look like
|
3854 |
+
ac count
|
3855 |
+
un it
|
3856 |
+
ef fect
|
3857 |
+
stud io
|
3858 |
+
i wish
|
3859 |
+
be comes
|
3860 |
+
thom as
|
3861 |
+
in i
|
3862 |
+
thes chool
|
3863 |
+
p age
|
3864 |
+
cas es
|
3865 |
+
to that
|
3866 |
+
st ars
|
3867 |
+
thel ar
|
3868 |
+
associ ation
|
3869 |
+
b ac
|
3870 |
+
o lymp
|
3871 |
+
have any
|
3872 |
+
po ol
|
3873 |
+
fa ult
|
3874 |
+
penn sylvan
|
3875 |
+
pass ed
|
3876 |
+
in ct
|
3877 |
+
ac es
|
3878 |
+
ob viously
|
3879 |
+
se curity
|
3880 |
+
div ision
|
3881 |
+
ye llow
|
3882 |
+
a unt
|
3883 |
+
are t
|
3884 |
+
pos sess
|
3885 |
+
av al
|
3886 |
+
and other
|
3887 |
+
j am
|
3888 |
+
over there
|
3889 |
+
d inner
|
3890 |
+
te mp
|
3891 |
+
ac ri
|
3892 |
+
ne ither
|
3893 |
+
bl ed
|
3894 |
+
wene ed
|
3895 |
+
ach ild
|
3896 |
+
ific ation
|
3897 |
+
be end
|
3898 |
+
gentle men
|
3899 |
+
cof fee
|
3900 |
+
land s
|
3901 |
+
luck y
|
3902 |
+
you th
|
3903 |
+
re y
|
3904 |
+
per cent
|
3905 |
+
ro g
|
3906 |
+
p in
|
3907 |
+
with inthe
|
3908 |
+
m ut
|
3909 |
+
st an
|
3910 |
+
for my
|
3911 |
+
sp r
|
3912 |
+
lli ke
|
3913 |
+
and had
|
3914 |
+
on her
|
3915 |
+
man n
|
3916 |
+
experi ence
|
3917 |
+
e ye
|
3918 |
+
thecoun try
|
3919 |
+
u me
|
3920 |
+
aw n
|
3921 |
+
peo ples
|
3922 |
+
talk about
|
3923 |
+
at once
|
3924 |
+
so many
|
3925 |
+
pr ice
|
3926 |
+
re ve
|
3927 |
+
at ors
|
3928 |
+
that way
|
3929 |
+
sto the
|
3930 |
+
ar ab
|
3931 |
+
p he
|
3932 |
+
up port
|
3933 |
+
m itt
|
3934 |
+
work ed
|
3935 |
+
japan ese
|
3936 |
+
you guys
|
3937 |
+
v a
|
3938 |
+
b ath
|
3939 |
+
sh is
|
3940 |
+
est ud
|
3941 |
+
laugh ing
|
3942 |
+
u ri
|
3943 |
+
b id
|
3944 |
+
and how
|
3945 |
+
d ance
|
3946 |
+
from his
|
3947 |
+
this morning
|
3948 |
+
20 22
|
3949 |
+
18 8
|
3950 |
+
b ish
|
3951 |
+
th ro
|
3952 |
+
g reg
|
3953 |
+
an hour
|
3954 |
+
y of
|
3955 |
+
ch ic
|
3956 |
+
p ent
|
3957 |
+
because of
|
3958 |
+
oc cas
|
3959 |
+
got t
|
3960 |
+
am en
|
3961 |
+
sp ring
|
3962 |
+
ing inthe
|
3963 |
+
be ach
|
3964 |
+
abe l
|
3965 |
+
um n
|
3966 |
+
197 0
|
3967 |
+
st reng
|
3968 |
+
h ide
|
3969 |
+
were you
|
3970 |
+
afr ica
|
3971 |
+
r us
|
3972 |
+
c ab
|
3973 |
+
tell him
|
3974 |
+
dec ision
|
3975 |
+
along time
|
3976 |
+
t u
|
3977 |
+
any where
|
3978 |
+
bl ess
|
3979 |
+
in ation
|
3980 |
+
sp read
|
3981 |
+
ag en
|
3982 |
+
ed om
|
3983 |
+
ar ies
|
3984 |
+
he also
|
3985 |
+
um er
|
3986 |
+
ite ll
|
3987 |
+
le on
|
3988 |
+
as much
|
3989 |
+
full of
|
3990 |
+
ene my
|
3991 |
+
is in
|
3992 |
+
ind ic
|
3993 |
+
spir it
|
3994 |
+
ap t
|
3995 |
+
swe e
|
3996 |
+
j ournal
|
3997 |
+
p ound
|
3998 |
+
tw od
|
3999 |
+
proper ty
|
4000 |
+
get the
|
4001 |
+
thep ri
|
4002 |
+
to work
|
4003 |
+
ho ly
|
4004 |
+
ser vices
|
4005 |
+
sc ot
|
4006 |
+
announ ced
|
4007 |
+
li ament
|
4008 |
+
ing ly
|
4009 |
+
mo b
|
4010 |
+
ed ge
|
4011 |
+
tome et
|
4012 |
+
dest roy
|
4013 |
+
d owe
|
4014 |
+
he can
|
4015 |
+
where you
|
4016 |
+
whatdoyou mean
|
4017 |
+
ubl ic
|
4018 |
+
c ars
|
4019 |
+
nor thern
|
4020 |
+
val ley
|
4021 |
+
is l
|
4022 |
+
allthe time
|
4023 |
+
wene edto
|
4024 |
+
ag irl
|
4025 |
+
d rop
|
4026 |
+
to fe
|
4027 |
+
art s
|
4028 |
+
as we
|
4029 |
+
because they
|
4030 |
+
and said
|
4031 |
+
inthe middle
|
4032 |
+
just like
|
4033 |
+
n d
|
4034 |
+
li gh
|
4035 |
+
ro me
|
4036 |
+
ath im
|
4037 |
+
wr it
|
4038 |
+
at last
|
4039 |
+
st yle
|
4040 |
+
wait ingfor
|
4041 |
+
ath ol
|
4042 |
+
current ly
|
4043 |
+
isup pose
|
4044 |
+
m oun
|
4045 |
+
and an
|
4046 |
+
thenor th
|
4047 |
+
ck s
|
4048 |
+
st airs
|
4049 |
+
itch en
|
4050 |
+
app aren
|
4051 |
+
then ight
|
4052 |
+
sim ilar
|
4053 |
+
of e
|
4054 |
+
br az
|
4055 |
+
c um
|
4056 |
+
or not
|
4057 |
+
acade my
|
4058 |
+
there stof
|
4059 |
+
hot el
|
4060 |
+
she l
|
4061 |
+
tw om
|
4062 |
+
im possible
|
4063 |
+
play ers
|
4064 |
+
cal m
|
4065 |
+
av our
|
4066 |
+
ab or
|
4067 |
+
call edthe
|
4068 |
+
w itch
|
4069 |
+
al is
|
4070 |
+
sof f
|
4071 |
+
er of
|
4072 |
+
d in
|
4073 |
+
o o
|
4074 |
+
m am
|
4075 |
+
s um
|
4076 |
+
mo res
|
4077 |
+
you need
|
4078 |
+
you haven
|
4079 |
+
concer n
|
4080 |
+
t es
|
4081 |
+
m bo
|
4082 |
+
no more
|
4083 |
+
id edto
|
4084 |
+
with us
|
4085 |
+
itis found
|
4086 |
+
jud ge
|
4087 |
+
sc ared
|
4088 |
+
sh out
|
4089 |
+
no thave
|
4090 |
+
just ice
|
4091 |
+
hous es
|
4092 |
+
im m
|
4093 |
+
pract ice
|
4094 |
+
emp loy
|
4095 |
+
take care
|
4096 |
+
mo tor
|
4097 |
+
3 6
|
4098 |
+
n ut
|
4099 |
+
p us
|
4100 |
+
oun ty
|
4101 |
+
ine edto
|
4102 |
+
sc ri
|
4103 |
+
isac ity
|
4104 |
+
idon ot
|
4105 |
+
fro g
|
4106 |
+
how you
|
4107 |
+
199 9
|
4108 |
+
ines e
|
4109 |
+
ash ion
|
4110 |
+
at ri
|
4111 |
+
thec ur
|
4112 |
+
lo or
|
4113 |
+
wasan american
|
4114 |
+
wh owe
|
4115 |
+
and itwas
|
4116 |
+
re view
|
4117 |
+
ha w
|
4118 |
+
was born
|
4119 |
+
how areyou
|
4120 |
+
against the
|
4121 |
+
canad a
|
4122 |
+
to come
|
4123 |
+
am ar
|
4124 |
+
ital y
|
4125 |
+
tow ards
|
4126 |
+
see med
|
4127 |
+
if ound
|
4128 |
+
ex t
|
4129 |
+
l ink
|
4130 |
+
why not
|
4131 |
+
? '
|
4132 |
+
it ation
|
4133 |
+
un ny
|
4134 |
+
ret ty
|
4135 |
+
itold you
|
4136 |
+
f eder
|
4137 |
+
s out
|
4138 |
+
le ment
|
4139 |
+
fo cus
|
4140 |
+
ye l
|
4141 |
+
ah undred
|
4142 |
+
ex per
|
4143 |
+
fore ign
|
4144 |
+
em er
|
4145 |
+
w ake
|
4146 |
+
j i
|
4147 |
+
ah igh
|
4148 |
+
ator y
|
4149 |
+
thes p
|
4150 |
+
as to
|
4151 |
+
high school
|
4152 |
+
gr at
|
4153 |
+
ic ame
|
4154 |
+
sof t
|
4155 |
+
could not
|
4156 |
+
fre sh
|
4157 |
+
m ate
|
4158 |
+
i ver
|
4159 |
+
s ion
|
4160 |
+
origin ally
|
4161 |
+
jose ph
|
4162 |
+
bl ing
|
4163 |
+
gener ally
|
4164 |
+
thisis the
|
4165 |
+
alar ge
|
4166 |
+
in str
|
4167 |
+
lo ves
|
4168 |
+
sub ject
|
4169 |
+
gr ace
|
4170 |
+
att end
|
4171 |
+
se lect
|
4172 |
+
te a
|
4173 |
+
le v
|
4174 |
+
ac l
|
4175 |
+
bes ides
|
4176 |
+
r ab
|
4177 |
+
the ory
|
4178 |
+
are not
|
4179 |
+
cap t
|
4180 |
+
bas ically
|
4181 |
+
all of
|
4182 |
+
d ick
|
4183 |
+
can cer
|
4184 |
+
ence of
|
4185 |
+
itis not
|
4186 |
+
up per
|
4187 |
+
try to
|
4188 |
+
ic les
|
4189 |
+
cor rect
|
4190 |
+
uc cess
|
4191 |
+
get you
|
4192 |
+
' .
|
4193 |
+
in tof
|
4194 |
+
pl at
|
4195 |
+
est y
|
4196 |
+
h id
|
4197 |
+
tran sport
|
4198 |
+
sup posedto
|
4199 |
+
ist ance
|
4200 |
+
sto ck
|
4201 |
+
when iwas
|
4202 |
+
a it
|
4203 |
+
r ate
|
4204 |
+
an cient
|
4205 |
+
k ore
|
4206 |
+
sp ot
|
4207 |
+
18 7
|
4208 |
+
l ind
|
4209 |
+
t ak
|
4210 |
+
ad is
|
4211 |
+
f act
|
4212 |
+
we b
|
4213 |
+
ye x
|
4214 |
+
distr ic
|
4215 |
+
esti val
|
4216 |
+
3 7
|
4217 |
+
me at
|
4218 |
+
ang le
|
4219 |
+
pr oud
|
4220 |
+
st it
|
4221 |
+
de tail
|
4222 |
+
tex as
|
4223 |
+
thereis no
|
4224 |
+
amaz ing
|
4225 |
+
tr ick
|
4226 |
+
my name
|
4227 |
+
en edto
|
4228 |
+
mo d
|
4229 |
+
con tract
|
4230 |
+
ap plic
|
4231 |
+
one thing
|
4232 |
+
es to
|
4233 |
+
ar g
|
4234 |
+
happen ing
|
4235 |
+
as long
|
4236 |
+
rad io
|
4237 |
+
te acher
|
4238 |
+
said the
|
4239 |
+
apl ace
|
4240 |
+
invol ved
|
4241 |
+
the at
|
4242 |
+
ph ilo
|
4243 |
+
ll ed
|
4244 |
+
ha vi
|
4245 |
+
thep ar
|
4246 |
+
m n
|
4247 |
+
amoun tof
|
4248 |
+
it can
|
4249 |
+
ac ity
|
4250 |
+
pennsylvan ia
|
4251 |
+
ing this
|
4252 |
+
indust ry
|
4253 |
+
ble m
|
4254 |
+
ele ct
|
4255 |
+
cons cious
|
4256 |
+
no vel
|
4257 |
+
gr un
|
4258 |
+
because you
|
4259 |
+
mach ine
|
4260 |
+
ye p
|
4261 |
+
let mes
|
4262 |
+
the truth
|
4263 |
+
lad ies
|
4264 |
+
train ing
|
4265 |
+
grou ps
|
4266 |
+
vic tim
|
4267 |
+
re pe
|
4268 |
+
e ase
|
4269 |
+
s wi
|
4270 |
+
inthe morning
|
4271 |
+
up with
|
4272 |
+
fol k
|
4273 |
+
stand ard
|
4274 |
+
hed oesn
|
4275 |
+
t ous
|
4276 |
+
techno logy
|
4277 |
+
val u
|
4278 |
+
that would
|
4279 |
+
tell ig
|
4280 |
+
let us
|
4281 |
+
an old
|
4282 |
+
av ar
|
4283 |
+
k m
|
4284 |
+
and p
|
4285 |
+
the house
|
4286 |
+
sp an
|
4287 |
+
an un
|
4288 |
+
ure of
|
4289 |
+
y ard
|
4290 |
+
i as
|
4291 |
+
. _
|
4292 |
+
he went
|
4293 |
+
3 4
|
4294 |
+
you would
|
4295 |
+
for ty
|
4296 |
+
ent ered
|
4297 |
+
tw oh
|
4298 |
+
defin itely
|
4299 |
+
how doyou
|
4300 |
+
199 8
|
4301 |
+
lot sof
|
4302 |
+
k r
|
4303 |
+
s pl
|
4304 |
+
c ities
|
4305 |
+
includ es
|
4306 |
+
produ ced
|
4307 |
+
ange l
|
4308 |
+
thef our
|
4309 |
+
abi tof
|
4310 |
+
was bornin
|
4311 |
+
whatthe hell
|
4312 |
+
con v
|
4313 |
+
cri min
|
4314 |
+
ite ct
|
4315 |
+
op pos
|
4316 |
+
s itting
|
4317 |
+
bl ind
|
4318 |
+
j our
|
4319 |
+
go tothe
|
4320 |
+
ti re
|
4321 |
+
get out
|
4322 |
+
sit down
|
4323 |
+
ar a
|
4324 |
+
199 6
|
4325 |
+
s now
|
4326 |
+
man ager
|
4327 |
+
austral ia
|
4328 |
+
a un
|
4329 |
+
li ft
|
4330 |
+
i believe
|
4331 |
+
not goingto
|
4332 |
+
in love
|
4333 |
+
oc cup
|
4334 |
+
be havi
|
4335 |
+
cent re
|
4336 |
+
to give
|
4337 |
+
ill ustr
|
4338 |
+
gu est
|
4339 |
+
ers of
|
4340 |
+
your father
|
4341 |
+
creat ed
|
4342 |
+
k ay
|
4343 |
+
ok en
|
4344 |
+
our ce
|
4345 |
+
tow ard
|
4346 |
+
le thim
|
4347 |
+
beca uses
|
4348 |
+
b read
|
4349 |
+
tr ay
|
4350 |
+
just as
|
4351 |
+
partic ip
|
4352 |
+
le x
|
4353 |
+
i heard
|
4354 |
+
196 0
|
4355 |
+
sold iers
|
4356 |
+
theb aby
|
4357 |
+
wed ding
|
4358 |
+
tre es
|
4359 |
+
no longer
|
4360 |
+
comm er
|
4361 |
+
re ak
|
4362 |
+
tw ice
|
4363 |
+
his own
|
4364 |
+
de v
|
4365 |
+
be red
|
4366 |
+
st aff
|
4367 |
+
c ise
|
4368 |
+
ch ina
|
4369 |
+
priv ate
|
4370 |
+
wed id
|
4371 |
+
le ctr
|
4372 |
+
h ast
|
4373 |
+
net work
|
4374 |
+
se vent
|
4375 |
+
mart in
|
4376 |
+
ordin ary
|
4377 |
+
gr ass
|
4378 |
+
at edby
|
4379 |
+
flo or
|
4380 |
+
as of
|
4381 |
+
l unch
|
4382 |
+
got it
|
4383 |
+
chair man
|
4384 |
+
. &
|
4385 |
+
you won
|
4386 |
+
cho ose
|
4387 |
+
their own
|
4388 |
+
edin tothe
|
4389 |
+
compan ies
|
4390 |
+
or the
|
4391 |
+
sm ith
|
4392 |
+
p il
|
4393 |
+
pre vent
|
4394 |
+
up there
|
4395 |
+
mater ial
|
4396 |
+
for thes
|
4397 |
+
wait ing
|
4398 |
+
adv ant
|
4399 |
+
an in
|
4400 |
+
en c
|
4401 |
+
car ried
|
4402 |
+
re plac
|
4403 |
+
az ine
|
4404 |
+
i us
|
4405 |
+
and r
|
4406 |
+
he at
|
4407 |
+
organ ization
|
4408 |
+
pri me
|
4409 |
+
qual ity
|
4410 |
+
oh yeah
|
4411 |
+
ire member
|
4412 |
+
l au
|
4413 |
+
on them
|
4414 |
+
shad ow
|
4415 |
+
3 8
|
4416 |
+
op in
|
4417 |
+
co at
|
4418 |
+
particular ly
|
4419 |
+
f are
|
4420 |
+
m u
|
4421 |
+
bur y
|
4422 |
+
on en
|
4423 |
+
ation and
|
4424 |
+
clo sed
|
4425 |
+
s cient
|
4426 |
+
o il
|
4427 |
+
is k
|
4428 |
+
ap ple
|
4429 |
+
break fast
|
4430 |
+
i like
|
4431 |
+
act ing
|
4432 |
+
con tr
|
4433 |
+
thef uck
|
4434 |
+
par liament
|
4435 |
+
ri al
|
4436 |
+
let s
|
4437 |
+
s ense
|
4438 |
+
dr am
|
4439 |
+
g ay
|
4440 |
+
to know
|
4441 |
+
down the
|
4442 |
+
appear ance
|
4443 |
+
reg ular
|
4444 |
+
pie ces
|
4445 |
+
see ing
|
4446 |
+
flow ers
|
4447 |
+
ele ction
|
4448 |
+
laugh s
|
4449 |
+
al t
|
4450 |
+
fre qu
|
4451 |
+
th in
|
4452 |
+
on der
|
4453 |
+
sh own
|
4454 |
+
trave l
|
4455 |
+
think that
|
4456 |
+
qu are
|
4457 |
+
pie ce
|
4458 |
+
a week
|
4459 |
+
u ce
|
4460 |
+
thep h
|
4461 |
+
publ ished
|
4462 |
+
with as
|
4463 |
+
ing ofthe
|
4464 |
+
arch itect
|
4465 |
+
so they
|
4466 |
+
ri a
|
4467 |
+
go ahead
|
4468 |
+
nor mal
|
4469 |
+
con vers
|
4470 |
+
on of
|
4471 |
+
it wouldbe
|
4472 |
+
ow as
|
4473 |
+
polic y
|
4474 |
+
think of
|
4475 |
+
pos itive
|
4476 |
+
cont ent
|
4477 |
+
med ical
|
4478 |
+
g am
|
4479 |
+
con struction
|
4480 |
+
ex press
|
4481 |
+
and be
|
4482 |
+
wor ried
|
4483 |
+
s ort
|
4484 |
+
an ice
|
4485 |
+
int end
|
4486 |
+
la unch
|
4487 |
+
responsi ble
|
4488 |
+
no min
|
4489 |
+
conom ic
|
4490 |
+
epart ment
|
4491 |
+
ut en
|
4492 |
+
ur a
|
4493 |
+
so the
|
4494 |
+
not only
|
4495 |
+
id a
|
4496 |
+
for c
|
4497 |
+
ch i
|
4498 |
+
on ic
|
4499 |
+
w ound
|
4500 |
+
ach ance
|
4501 |
+
ex am
|
4502 |
+
possi bly
|
4503 |
+
_ ,
|
4504 |
+
my mother
|
4505 |
+
ex tre
|
4506 |
+
all these
|
4507 |
+
way to
|
4508 |
+
oneofthe m
|
4509 |
+
. (
|
4510 |
+
form ed
|
4511 |
+
sigh s
|
4512 |
+
stat istics
|
4513 |
+
air port
|
4514 |
+
ri ve
|
4515 |
+
l ap
|
4516 |
+
mon d
|
4517 |
+
franc is
|
4518 |
+
me ter
|
4519 |
+
but ter
|
4520 |
+
min ute
|
4521 |
+
ot ion
|
4522 |
+
un ction
|
4523 |
+
fl or
|
4524 |
+
sto ries
|
4525 |
+
199 5
|
4526 |
+
ke e
|
4527 |
+
you may
|
4528 |
+
good night
|
4529 |
+
was it
|
4530 |
+
ur pr
|
4531 |
+
bre ath
|
4532 |
+
iwant edto
|
4533 |
+
i get
|
4534 |
+
f inger
|
4535 |
+
at thesame
|
4536 |
+
bas ket
|
4537 |
+
app reci
|
4538 |
+
sc ott
|
4539 |
+
independ ent
|
4540 |
+
pp ing
|
4541 |
+
ph ili
|
4542 |
+
gr ave
|
4543 |
+
ri an
|
4544 |
+
when she
|
4545 |
+
there ason
|
4546 |
+
199 4
|
4547 |
+
which are
|
4548 |
+
sho es
|
4549 |
+
3 2
|
4550 |
+
m ail
|
4551 |
+
si ze
|
4552 |
+
because i
|
4553 |
+
d at
|
4554 |
+
all ed
|
4555 |
+
philo so
|
4556 |
+
clear ly
|
4557 |
+
libr ary
|
4558 |
+
ad ifferent
|
4559 |
+
youcan see
|
4560 |
+
who are
|
4561 |
+
dist ribut
|
4562 |
+
ir an
|
4563 |
+
we just
|
4564 |
+
onthe other
|
4565 |
+
on er
|
4566 |
+
ex ecut
|
4567 |
+
fl at
|
4568 |
+
memor y
|
4569 |
+
ad or
|
4570 |
+
with a
|
4571 |
+
sof ar
|
4572 |
+
ans as
|
4573 |
+
performan ce
|
4574 |
+
thecoun ty
|
4575 |
+
ah alf
|
4576 |
+
and your
|
4577 |
+
dar ling
|
4578 |
+
feat ures
|
4579 |
+
sc he
|
4580 |
+
end id
|
4581 |
+
thel aw
|
4582 |
+
acer tain
|
4583 |
+
w s
|
4584 |
+
as leep
|
4585 |
+
gr own
|
4586 |
+
afr ican
|
4587 |
+
cult ure
|
4588 |
+
g ate
|
4589 |
+
man ag
|
4590 |
+
ren ce
|
4591 |
+
w ine
|
4592 |
+
ask ing
|
4593 |
+
where he
|
4594 |
+
est im
|
4595 |
+
dire ction
|
4596 |
+
ah am
|
4597 |
+
camp aign
|
4598 |
+
asing le
|
4599 |
+
w ick
|
4600 |
+
read ing
|
4601 |
+
thathe was
|
4602 |
+
the two
|
4603 |
+
lo ver
|
4604 |
+
co ck
|
4605 |
+
very one
|
4606 |
+
ed ing
|
4607 |
+
and t
|
4608 |
+
f an
|
4609 |
+
her o
|
4610 |
+
- (
|
4611 |
+
as es
|
4612 |
+
but she
|
4613 |
+
arri ved
|
4614 |
+
wh im
|
4615 |
+
com bin
|
4616 |
+
shed id
|
4617 |
+
mov edto
|
4618 |
+
s you
|
4619 |
+
thes ub
|
4620 |
+
re x
|
4621 |
+
and st
|
4622 |
+
cont ribut
|
4623 |
+
part ner
|
4624 |
+
ou red
|
4625 |
+
and some
|
4626 |
+
ld er
|
4627 |
+
cr ack
|
4628 |
+
aw are
|
4629 |
+
crit ic
|
4630 |
+
in some
|
4631 |
+
dou bt
|
4632 |
+
off the
|
4633 |
+
aver age
|
4634 |
+
cl es
|
4635 |
+
rup t
|
4636 |
+
f light
|
4637 |
+
now ay
|
4638 |
+
comple x
|
4639 |
+
the people
|
4640 |
+
ad vent
|
4641 |
+
inter view
|
4642 |
+
point s
|
4643 |
+
gree k
|
4644 |
+
p ac
|
4645 |
+
it on
|
4646 |
+
af rom
|
4647 |
+
light ly
|
4648 |
+
of me
|
4649 |
+
enter tain
|
4650 |
+
right s
|
4651 |
+
what kindof
|
4652 |
+
ul ous
|
4653 |
+
ass um
|
4654 |
+
go and
|
4655 |
+
you mean
|
4656 |
+
res ult
|
4657 |
+
agr oup
|
4658 |
+
sand the
|
4659 |
+
ap op
|
4660 |
+
âĻ «
|
4661 |
+
escap e
|
4662 |
+
tot ally
|
4663 |
+
am ber
|
4664 |
+
j ane
|
4665 |
+
ir m
|
4666 |
+
beg inn
|
4667 |
+
f ing
|
4668 |
+
je c
|
4669 |
+
con gress
|
4670 |
+
c ous
|
4671 |
+
and de
|
4672 |
+
so viet
|
4673 |
+
includ ed
|
4674 |
+
tor s
|
4675 |
+
3 9
|
4676 |
+
h orn
|
4677 |
+
ask you
|
4678 |
+
not ice
|
4679 |
+
athol ic
|
4680 |
+
exp lo
|
4681 |
+
sim ply
|
4682 |
+
fro me
|
4683 |
+
cop y
|
4684 |
+
your name
|
4685 |
+
ing from
|
4686 |
+
pres sure
|
4687 |
+
and here
|
4688 |
+
we ird
|
4689 |
+
199 7
|
4690 |
+
al an
|
4691 |
+
as as
|
4692 |
+
cour age
|
4693 |
+
apro blem
|
4694 |
+
ass ign
|
4695 |
+
col onel
|
4696 |
+
e z
|
4697 |
+
ersto od
|
4698 |
+
ur s
|
4699 |
+
give it
|
4700 |
+
char lie
|
4701 |
+
ho le
|
4702 |
+
m ical
|
4703 |
+
cre am
|
4704 |
+
em per
|
4705 |
+
theb and
|
4706 |
+
ho mes
|
4707 |
+
where they
|
4708 |
+
walk ing
|
4709 |
+
success ful
|
4710 |
+
o thing
|
4711 |
+
cit iz
|
4712 |
+
re ven
|
4713 |
+
good bye
|
4714 |
+
us edby
|
4715 |
+
199 2
|
4716 |
+
wes tof
|
4717 |
+
n u
|
4718 |
+
the word
|
4719 |
+
ar ily
|
4720 |
+
mur der
|
4721 |
+
est ate
|
4722 |
+
c ot
|
4723 |
+
po ly
|
4724 |
+
your own
|
4725 |
+
we t
|
4726 |
+
ul ations
|
4727 |
+
my son
|
4728 |
+
4 8
|
4729 |
+
br id
|
4730 |
+
0 1
|
4731 |
+
tothe ir
|
4732 |
+
str ate
|
4733 |
+
tit le
|
4734 |
+
dis ease
|
4735 |
+
reach ed
|
4736 |
+
belie ved
|
4737 |
+
cept ion
|
4738 |
+
ri ble
|
4739 |
+
but then
|
4740 |
+
the ro
|
4741 |
+
be coming
|
4742 |
+
z ero
|
4743 |
+
com pos
|
4744 |
+
k itchen
|
4745 |
+
z a
|
4746 |
+
play s
|
4747 |
+
s ounds
|
4748 |
+
hard ly
|
4749 |
+
rom ise
|
4750 |
+
we alth
|
4751 |
+
t le
|
4752 |
+
an umberof
|
4753 |
+
inthere gion
|
4754 |
+
the following
|
4755 |
+
cl oud
|
4756 |
+
ac coun
|
4757 |
+
austral ian
|
4758 |
+
opport unity
|
4759 |
+
my friend
|
4760 |
+
to help
|
4761 |
+
ho ok
|
4762 |
+
could you
|
4763 |
+
st ream
|
4764 |
+
ut ter
|
4765 |
+
aw ards
|
4766 |
+
hors es
|
4767 |
+
c lim
|
4768 |
+
fe ction
|
4769 |
+
cast le
|
4770 |
+
new sp
|
4771 |
+
gonn ado
|
4772 |
+
p ig
|
4773 |
+
hold on
|
4774 |
+
r um
|
4775 |
+
let ters
|
4776 |
+
migh thave
|
4777 |
+
show you
|
4778 |
+
wh it
|
4779 |
+
bill y
|
4780 |
+
re public
|
4781 |
+
o ing
|
4782 |
+
i toff
|
4783 |
+
sp ent
|
4784 |
+
m ile
|
4785 |
+
ast ate
|
4786 |
+
author ity
|
4787 |
+
thef ire
|
4788 |
+
u als
|
4789 |
+
beaut y
|
4790 |
+
the day
|
4791 |
+
about you
|
4792 |
+
de te
|
4793 |
+
od d
|
4794 |
+
ast y
|
4795 |
+
pain ting
|
4796 |
+
au to
|
4797 |
+
199 3
|
4798 |
+
sol ution
|
4799 |
+
id dle
|
4800 |
+
leg s
|
4801 |
+
issu es
|
4802 |
+
inthe north
|
4803 |
+
where is
|
4804 |
+
ak ed
|
4805 |
+
act ress
|
4806 |
+
k at
|
4807 |
+
b c
|
4808 |
+
qu es
|
4809 |
+
n at
|
4810 |
+
af ford
|
4811 |
+
br anch
|
4812 |
+
" ?
|
4813 |
+
in ac
|
4814 |
+
thes es
|
4815 |
+
p ill
|
4816 |
+
thec ase
|
4817 |
+
prov ide
|
4818 |
+
colle ction
|
4819 |
+
al of
|
4820 |
+
you look
|
4821 |
+
the pro
|
4822 |
+
yel se
|
4823 |
+
iwas n
|
4824 |
+
r aw
|
4825 |
+
the time
|
4826 |
+
re ly
|
4827 |
+
car ri
|
4828 |
+
watch ing
|
4829 |
+
s aint
|
4830 |
+
atur day
|
4831 |
+
o le
|
4832 |
+
je ff
|
4833 |
+
you say
|
4834 |
+
w n
|
4835 |
+
stop it
|
4836 |
+
bo ther
|
4837 |
+
7 5
|
4838 |
+
p ard
|
4839 |
+
us edin
|
4840 |
+
sim ple
|
4841 |
+
v ote
|
4842 |
+
to bed
|
4843 |
+
it uation
|
4844 |
+
ak er
|
4845 |
+
b ott
|
4846 |
+
my own
|
4847 |
+
und erstood
|
4848 |
+
high est
|
4849 |
+
with their
|
4850 |
+
fr an
|
4851 |
+
on me
|
4852 |
+
m useum
|
4853 |
+
our selves
|
4854 |
+
j on
|
4855 |
+
and thisis
|
4856 |
+
he became
|
4857 |
+
l ength
|
4858 |
+
in tellig
|
4859 |
+
ho c
|
4860 |
+
b ing
|
4861 |
+
in frontof
|
4862 |
+
produ ce
|
4863 |
+
rel ax
|
4864 |
+
thath ad
|
4865 |
+
of him
|
4866 |
+
id s
|
4867 |
+
atter n
|
4868 |
+
abo ok
|
4869 |
+
famili es
|
4870 |
+
min us
|
4871 |
+
it down
|
4872 |
+
ers are
|
4873 |
+
an or
|
4874 |
+
fe male
|
4875 |
+
m ah
|
4876 |
+
ce ived
|
4877 |
+
18 5
|
4878 |
+
|| ||
|
4879 |
+
um ents
|
4880 |
+
so he
|
4881 |
+
contin ues
|
4882 |
+
l aid
|
4883 |
+
gold en
|
4884 |
+
and al
|
4885 |
+
d ry
|
4886 |
+
p on
|
4887 |
+
re lease
|
4888 |
+
est abl
|
4889 |
+
inthe first
|
4890 |
+
lab or
|
4891 |
+
lo ss
|
4892 |
+
ap ie
|
4893 |
+
to ries
|
4894 |
+
right there
|
4895 |
+
hi b
|
4896 |
+
al y
|
4897 |
+
ic i
|
4898 |
+
as far
|
4899 |
+
ve h
|
4900 |
+
st uck
|
4901 |
+
il ing
|
4902 |
+
3 3
|
4903 |
+
at first
|
4904 |
+
for all
|
4905 |
+
was in
|
4906 |
+
tee th
|
4907 |
+
at theb
|
4908 |
+
neigh bor
|
4909 |
+
) ,"
|
4910 |
+
th ow
|
4911 |
+
is also
|
4912 |
+
sex ual
|
4913 |
+
il ed
|
4914 |
+
gi ous
|
4915 |
+
! '
|
4916 |
+
an ad
|
4917 |
+
pleas ure
|
4918 |
+
hand le
|
4919 |
+
har ry
|
4920 |
+
d ifferen
|
4921 |
+
if she
|
4922 |
+
brit ain
|
4923 |
+
de termin
|
4924 |
+
but ton
|
4925 |
+
the me
|
4926 |
+
av i
|
4927 |
+
doyou wantto
|
4928 |
+
and one
|
4929 |
+
lik ed
|
4930 |
+
ha v
|
4931 |
+
there al
|
4932 |
+
act ions
|
4933 |
+
ac com
|
4934 |
+
was that
|
4935 |
+
emp ty
|
4936 |
+
you might
|
4937 |
+
after all
|
4938 |
+
vent ion
|
4939 |
+
comfort able
|
4940 |
+
whatdoyou want
|
4941 |
+
thep erson
|
4942 |
+
tha this
|
4943 |
+
mi ke
|
4944 |
+
b ond
|
4945 |
+
ne x
|
4946 |
+
thep re
|
4947 |
+
blo ody
|
4948 |
+
them ar
|
4949 |
+
als ow
|
4950 |
+
199 1
|
4951 |
+
any other
|
4952 |
+
o th
|
4953 |
+
less than
|
4954 |
+
channe l
|
4955 |
+
apparen tly
|
4956 |
+
col on
|
4957 |
+
recent ly
|
4958 |
+
jour ney
|
4959 |
+
ap lay
|
4960 |
+
your mother
|
4961 |
+
bu b
|
4962 |
+
every day
|
4963 |
+
and f
|
4964 |
+
ill ino
|
4965 |
+
an x
|
4966 |
+
r ug
|
4967 |
+
ir a
|
4968 |
+
v ous
|
4969 |
+
secret ary
|
4970 |
+
go back
|
4971 |
+
n umbers
|
4972 |
+
p red
|
4973 |
+
g all
|
4974 |
+
is her
|
4975 |
+
ge thim
|
4976 |
+
we et
|
4977 |
+
re ck
|
4978 |
+
at thes
|
4979 |
+
thath as
|
4980 |
+
trans fer
|
4981 |
+
mos tofthe
|
4982 |
+
a word
|
4983 |
+
k it
|
4984 |
+
tosee you
|
4985 |
+
his father
|
4986 |
+
az z
|
4987 |
+
we must
|
4988 |
+
prep ared
|
4989 |
+
emp ire
|
4990 |
+
theb all
|
4991 |
+
try ing
|
4992 |
+
incre ase
|
4993 |
+
met al
|
4994 |
+
r ust
|
4995 |
+
wh ok
|
4996 |
+
ste al
|
4997 |
+
the h
|
4998 |
+
join ed
|
4999 |
+
th ick
|
5000 |
+
de but
|
5001 |
+
tri p
|
5002 |
+
but now
|
5003 |
+
pl ate
|
5004 |
+
b ast
|
5005 |
+
ca used
|
5006 |
+
as tof
|
5007 |
+
im ilar
|
5008 |
+
po cket
|
5009 |
+
fo ld
|
5010 |
+
je an
|
5011 |
+
miss ing
|
5012 |
+
area of
|
5013 |
+
not even
|
5014 |
+
doll ars
|
5015 |
+
ll a
|
5016 |
+
le an
|
5017 |
+
ches ter
|
5018 |
+
thre ed
|
5019 |
+
k ins
|
5020 |
+
what it
|
5021 |
+
want s
|
5022 |
+
stud ies
|
5023 |
+
ire land
|
5024 |
+
of ar
|
5025 |
+
ap pl
|
5026 |
+
organ iz
|
5027 |
+
see that
|
5028 |
+
my ster
|
5029 |
+
hung ry
|
5030 |
+
g s
|
5031 |
+
ant on
|
5032 |
+
some time
|
5033 |
+
temp or
|
5034 |
+
to play
|
5035 |
+
big ger
|
5036 |
+
p ounds
|
5037 |
+
v ac
|
5038 |
+
bod yelse
|
5039 |
+
or dered
|
5040 |
+
psy cho
|
5041 |
+
other wise
|
5042 |
+
youknow that
|
5043 |
+
known for
|
5044 |
+
r at
|
5045 |
+
gh ost
|
5046 |
+
uni verse
|
5047 |
+
we know
|
5048 |
+
kind sof
|
5049 |
+
audi ence
|
5050 |
+
cry ing
|
5051 |
+
spe ed
|
5052 |
+
maj esty
|
5053 |
+
s onthe
|
5054 |
+
ange les
|
5055 |
+
chic ago
|
5056 |
+
... "
|
5057 |
+
jim my
|
5058 |
+
is af
|
5059 |
+
wit ness
|
5060 |
+
constit ution
|
5061 |
+
at om
|
5062 |
+
does it
|
5063 |
+
one more
|
5064 |
+
4 7
|
5065 |
+
cu ri
|
5066 |
+
weap on
|
5067 |
+
ing u
|
5068 |
+
sp ain
|
5069 |
+
ll s
|
5070 |
+
and also
|
5071 |
+
p atr
|
5072 |
+
th of
|
5073 |
+
doyou have
|
5074 |
+
establ ished
|
5075 |
+
are st
|
5076 |
+
pro gress
|
5077 |
+
gonn at
|
5078 |
+
d im
|
5079 |
+
f ashion
|
5080 |
+
un fortun
|
5081 |
+
s ie
|
5082 |
+
al et
|
5083 |
+
ash ort
|
5084 |
+
avo id
|
5085 |
+
c ure
|
5086 |
+
com plain
|
5087 |
+
because ofthe
|
5088 |
+
rop ical
|
5089 |
+
serious ly
|
5090 |
+
fe ctive
|
5091 |
+
he won
|
5092 |
+
ke ys
|
5093 |
+
str ug
|
5094 |
+
e li
|
5095 |
+
along with
|
5096 |
+
sc r
|
5097 |
+
3 00
|
5098 |
+
th ir
|
5099 |
+
when hewas
|
5100 |
+
they will
|
5101 |
+
main ly
|
5102 |
+
en ced
|
5103 |
+
ul ty
|
5104 |
+
r ough
|
5105 |
+
ch in
|
5106 |
+
... ?
|
5107 |
+
seem edto
|
5108 |
+
cre w
|
5109 |
+
said that
|
5110 |
+
ti ght
|
5111 |
+
way of
|
5112 |
+
b att
|
5113 |
+
rather than
|
5114 |
+
p up
|
5115 |
+
of fered
|
5116 |
+
di edon
|
5117 |
+
football player
|
5118 |
+
or i
|
5119 |
+
desp ite
|
5120 |
+
lie uten
|
5121 |
+
up here
|
5122 |
+
see it
|
5123 |
+
198 9
|
5124 |
+
but there
|
5125 |
+
con serv
|
5126 |
+
them en
|
5127 |
+
event ually
|
5128 |
+
broad cast
|
5129 |
+
we get
|
5130 |
+
and their
|
5131 |
+
r ick
|
5132 |
+
x im
|
5133 |
+
develo ped
|
5134 |
+
pro test
|
5135 |
+
red to
|
5136 |
+
europe an
|
5137 |
+
4 9
|
5138 |
+
g il
|
5139 |
+
r s
|
5140 |
+
they would
|
5141 |
+
anc ing
|
5142 |
+
i understand
|
5143 |
+
enough to
|
5144 |
+
with thes
|
5145 |
+
los angeles
|
5146 |
+
m aid
|
5147 |
+
we haven
|
5148 |
+
he will
|
5149 |
+
re volution
|
5150 |
+
pur pose
|
5151 |
+
p ier
|
5152 |
+
es ign
|
5153 |
+
sh as
|
5154 |
+
them ed
|
5155 |
+
back ground
|
5156 |
+
the girl
|
5157 |
+
but itwas
|
5158 |
+
form of
|
5159 |
+
itell you
|
5160 |
+
prom ise
|
5161 |
+
bu ck
|
5162 |
+
abo y
|
5163 |
+
im press
|
5164 |
+
ing le
|
5165 |
+
s co
|
5166 |
+
en or
|
5167 |
+
oh no
|
5168 |
+
were n
|
5169 |
+
col our
|
5170 |
+
lar gest
|
5171 |
+
ev idence
|
5172 |
+
how long
|
5173 |
+
doc ument
|
5174 |
+
ate ll
|
5175 |
+
ro d
|
5176 |
+
ict ure
|
5177 |
+
claim ed
|
5178 |
+
tw op
|
5179 |
+
comm ander
|
5180 |
+
asse mb
|
5181 |
+
ac ol
|
5182 |
+
dis covered
|
5183 |
+
grand father
|
5184 |
+
squ are
|
5185 |
+
so le
|
5186 |
+
what isthat
|
5187 |
+
aw a
|
5188 |
+
colle ct
|
5189 |
+
terri ble
|
5190 |
+
r ul
|
5191 |
+
but idon
|
5192 |
+
type of
|
5193 |
+
an th
|
5194 |
+
com ment
|
5195 |
+
thef r
|
5196 |
+
de mon
|
5197 |
+
tho me
|
5198 |
+
ithink i
|
5199 |
+
why didyou
|
5200 |
+
loc ation
|
5201 |
+
struct ure
|
5202 |
+
n is
|
5203 |
+
out and
|
5204 |
+
app en
|
5205 |
+
ithink you
|
5206 |
+
k ent
|
5207 |
+
wear ing
|
5208 |
+
d un
|
5209 |
+
inv est
|
5210 |
+
my wife
|
5211 |
+
t all
|
5212 |
+
i wonder
|
5213 |
+
thep ower
|
5214 |
+
it and
|
5215 |
+
are ful
|
5216 |
+
ip ut
|
5217 |
+
find out
|
5218 |
+
as she
|
5219 |
+
ch ant
|
5220 |
+
lo sing
|
5221 |
+
real ize
|
5222 |
+
am ess
|
5223 |
+
his name
|
5224 |
+
add ed
|
5225 |
+
wed idn
|
5226 |
+
ounder stand
|
5227 |
+
came to
|
5228 |
+
e ars
|
5229 |
+
al p
|
5230 |
+
v ia
|
5231 |
+
itis n
|
5232 |
+
r and
|
5233 |
+
in all
|
5234 |
+
chuck les
|
5235 |
+
uck y
|
5236 |
+
own er
|
5237 |
+
ath an
|
5238 |
+
cr ash
|
5239 |
+
even though
|
5240 |
+
j um
|
5241 |
+
theb ody
|
5242 |
+
he played
|
5243 |
+
jo ke
|
5244 |
+
ican not
|
5245 |
+
inthe u
|
5246 |
+
whatis this
|
5247 |
+
extre me
|
5248 |
+
co very
|
5249 |
+
n ur
|
5250 |
+
ou the
|
5251 |
+
good morning
|
5252 |
+
only one
|
5253 |
+
me chan
|
5254 |
+
ch ain
|
5255 |
+
fac es
|
5256 |
+
jack son
|
5257 |
+
4 6
|
5258 |
+
arr ange
|
5259 |
+
ah as
|
5260 |
+
hes ays
|
5261 |
+
mo red
|
5262 |
+
ad a
|
5263 |
+
record s
|
5264 |
+
l f
|
5265 |
+
cr u
|
5266 |
+
vic tori
|
5267 |
+
thef rench
|
5268 |
+
ah ouse
|
5269 |
+
scre en
|
5270 |
+
v oc
|
5271 |
+
re mark
|
5272 |
+
cli mb
|
5273 |
+
igh tof
|
5274 |
+
ins ur
|
5275 |
+
b ottom
|
5276 |
+
com plic
|
5277 |
+
haved one
|
5278 |
+
reli gion
|
5279 |
+
coun ter
|
5280 |
+
i went
|
5281 |
+
r ink
|
5282 |
+
john ny
|
5283 |
+
there st
|
5284 |
+
ine x
|
5285 |
+
lived there
|
5286 |
+
f estival
|
5287 |
+
e em
|
5288 |
+
sto pped
|
5289 |
+
that this
|
5290 |
+
abe th
|
5291 |
+
illino is
|
5292 |
+
co lo
|
5293 |
+
unicip al
|
5294 |
+
m ap
|
5295 |
+
k u
|
5296 |
+
ene ed
|
5297 |
+
work ers
|
5298 |
+
because the
|
5299 |
+
ab us
|
5300 |
+
ic ient
|
5301 |
+
mot ion
|
5302 |
+
across the
|
5303 |
+
learn ing
|
5304 |
+
occas ion
|
5305 |
+
and more
|
5306 |
+
ig ure
|
5307 |
+
def end
|
5308 |
+
e ating
|
5309 |
+
at it
|
5310 |
+
br and
|
5311 |
+
cell ent
|
5312 |
+
and h
|
5313 |
+
talk ingto
|
5314 |
+
for gotten
|
5315 |
+
sh i
|
5316 |
+
ra el
|
5317 |
+
electr ic
|
5318 |
+
g ian
|
5319 |
+
y ing
|
5320 |
+
un ning
|
5321 |
+
organ is
|
5322 |
+
qu ant
|
5323 |
+
thel ong
|
5324 |
+
j en
|
5325 |
+
bar r
|
5326 |
+
scot land
|
5327 |
+
li g
|
5328 |
+
ste in
|
5329 |
+
hoc key
|
5330 |
+
s cience
|
5331 |
+
gr ab
|
5332 |
+
ad vice
|
5333 |
+
im ade
|
5334 |
+
pl ans
|
5335 |
+
who areyou
|
5336 |
+
sho re
|
5337 |
+
im ply
|
5338 |
+
think about
|
5339 |
+
g of
|
5340 |
+
ed ward
|
5341 |
+
ad van
|
5342 |
+
hewas bornin
|
5343 |
+
tr ail
|
5344 |
+
fight ing
|
5345 |
+
dec ide
|
5346 |
+
con ference
|
5347 |
+
talk ed
|
5348 |
+
brother s
|
5349 |
+
195 0
|
5350 |
+
activ ity
|
5351 |
+
est roy
|
5352 |
+
bill ion
|
5353 |
+
the thing
|
5354 |
+
makes ure
|
5355 |
+
due to
|
5356 |
+
e qual
|
5357 |
+
z y
|
5358 |
+
year sof
|
5359 |
+
to put
|
5360 |
+
tell us
|
5361 |
+
did he
|
5362 |
+
virgin ia
|
5363 |
+
f al
|
5364 |
+
p it
|
5365 |
+
end s
|
5366 |
+
what are
|
5367 |
+
do anything
|
5368 |
+
litt les
|
5369 |
+
l ack
|
5370 |
+
for their
|
5371 |
+
iam not
|
5372 |
+
l ation
|
5373 |
+
get your
|
5374 |
+
ar ing
|
5375 |
+
wor st
|
5376 |
+
my dear
|
5377 |
+
whowe re
|
5378 |
+
wait aminute
|
5379 |
+
.... ..
|
5380 |
+
sho ck
|
5381 |
+
act ual
|
5382 |
+
fin an
|
5383 |
+
pl enty
|
5384 |
+
care ful
|
5385 |
+
bythe way
|
5386 |
+
m ally
|
5387 |
+
ad oc
|
5388 |
+
man ner
|
5389 |
+
releas edon
|
5390 |
+
young man
|
5391 |
+
appoint ed
|
5392 |
+
assemb ly
|
5393 |
+
t ong
|
5394 |
+
go o
|
5395 |
+
phys ical
|
5396 |
+
gonn as
|
5397 |
+
bro ok
|
5398 |
+
n al
|
5399 |
+
and idon
|
5400 |
+
de gree
|
5401 |
+
tr ou
|
5402 |
+
gen cy
|
5403 |
+
have the
|
5404 |
+
amoun t
|
5405 |
+
b are
|
5406 |
+
c ate
|
5407 |
+
sar ah
|
5408 |
+
to od
|
5409 |
+
be fo
|
5410 |
+
tow er
|
5411 |
+
al tern
|
5412 |
+
gu il
|
5413 |
+
du de
|
5414 |
+
g ang
|
5415 |
+
ar an
|
5416 |
+
take the
|
5417 |
+
high er
|
5418 |
+
fre edom
|
5419 |
+
c ub
|
5420 |
+
t un
|
5421 |
+
get up
|
5422 |
+
n of
|
5423 |
+
epis ode
|
5424 |
+
er a
|
5425 |
+
m ort
|
5426 |
+
and its
|
5427 |
+
meas ure
|
5428 |
+
o cean
|
5429 |
+
in other
|
5430 |
+
es h
|
5431 |
+
str ain
|
5432 |
+
on a
|
5433 |
+
ad mir
|
5434 |
+
de mand
|
5435 |
+
ill ion
|
5436 |
+
told you
|
5437 |
+
en ot
|
5438 |
+
l est
|
5439 |
+
il ver
|
5440 |
+
to live
|
5441 |
+
or of
|
5442 |
+
app ed
|
5443 |
+
g owith
|
5444 |
+
ap os
|
5445 |
+
as hes
|
5446 |
+
ic ult
|
5447 |
+
li ps
|
5448 |
+
ch inese
|
5449 |
+
198 8
|
5450 |
+
up in
|
5451 |
+
pri ze
|
5452 |
+
prote ction
|
5453 |
+
atthesame time
|
5454 |
+
, --
|
5455 |
+
you needto
|
5456 |
+
gu itar
|
5457 |
+
was as
|
5458 |
+
ur face
|
5459 |
+
ou st
|
5460 |
+
ah and
|
5461 |
+
corn er
|
5462 |
+
you like
|
5463 |
+
ener al
|
5464 |
+
inthes ame
|
5465 |
+
f right
|
5466 |
+
is very
|
5467 |
+
because he
|
5468 |
+
bish op
|
5469 |
+
ad io
|
5470 |
+
not that
|
5471 |
+
cand id
|
5472 |
+
tos leep
|
5473 |
+
im prove
|
5474 |
+
i ain
|
5475 |
+
od es
|
5476 |
+
pl ants
|
5477 |
+
ourn ament
|
5478 |
+
s id
|
5479 |
+
pal ace
|
5480 |
+
ce re
|
5481 |
+
ren d
|
5482 |
+
ear lier
|
5483 |
+
manage ment
|
5484 |
+
sm art
|
5485 |
+
lieuten ant
|
5486 |
+
f ant
|
5487 |
+
go in
|
5488 |
+
medic ine
|
5489 |
+
give him
|
5490 |
+
l it
|
5491 |
+
plac ed
|
5492 |
+
5 5
|
5493 |
+
if ican
|
5494 |
+
john son
|
5495 |
+
es o
|
5496 |
+
cri me
|
5497 |
+
comed y
|
5498 |
+
log ist
|
5499 |
+
newyork city
|
5500 |
+
t t
|
5501 |
+
on o
|
5502 |
+
ific ant
|
5503 |
+
s av
|
5504 |
+
do they
|
5505 |
+
te l
|
5506 |
+
met ro
|
5507 |
+
all ofthe
|
5508 |
+
iwas just
|
5509 |
+
ire ctor
|
5510 |
+
a a
|
5511 |
+
uf act
|
5512 |
+
ter ms
|
5513 |
+
tom my
|
5514 |
+
from thes
|
5515 |
+
the police
|
5516 |
+
res ident
|
5517 |
+
thef amily
|
5518 |
+
ii i
|
5519 |
+
at ot
|
5520 |
+
tem ple
|
5521 |
+
was te
|
5522 |
+
s have
|
5523 |
+
instit ute
|
5524 |
+
thro at
|
5525 |
+
youn ger
|
5526 |
+
of those
|
5527 |
+
build ings
|
5528 |
+
w are
|
5529 |
+
to b
|
5530 |
+
but what
|
5531 |
+
fro man
|
5532 |
+
fif teen
|
5533 |
+
whoh as
|
5534 |
+
power ful
|
5535 |
+
4 4
|
5536 |
+
dri ving
|
5537 |
+
on you
|
5538 |
+
cl ick
|
5539 |
+
im um
|
5540 |
+
ear n
|
5541 |
+
bes ide
|
5542 |
+
bri ef
|
5543 |
+
langu ages
|
5544 |
+
abe aut
|
5545 |
+
f fect
|
5546 |
+
through out
|
5547 |
+
mex ico
|
5548 |
+
s ides
|
5549 |
+
sh in
|
5550 |
+
them to
|
5551 |
+
198 7
|
5552 |
+
n arr
|
5553 |
+
ret ch
|
5554 |
+
requ ired
|
5555 |
+
ers ofthe
|
5556 |
+
mo vi
|
5557 |
+
at night
|
5558 |
+
sit uation
|
5559 |
+
ot ic
|
5560 |
+
ab aby
|
5561 |
+
thec ent
|
5562 |
+
abouth im
|
5563 |
+
abou ther
|
5564 |
+
direct ly
|
5565 |
+
ak ind
|
5566 |
+
ifyou can
|
5567 |
+
, `
|
5568 |
+
t welve
|
5569 |
+
interest edin
|
5570 |
+
p ir
|
5571 |
+
and inthe
|
5572 |
+
ate the
|
5573 |
+
see the
|
5574 |
+
th s
|
5575 |
+
pro ved
|
5576 |
+
it for
|
5577 |
+
though tof
|
5578 |
+
known forhis
|
5579 |
+
o llow
|
5580 |
+
w rest
|
5581 |
+
i go
|
5582 |
+
er al
|
5583 |
+
de light
|
5584 |
+
sp on
|
5585 |
+
s oul
|
5586 |
+
y u
|
5587 |
+
accord ingtothe
|
5588 |
+
there yougo
|
5589 |
+
eas ily
|
5590 |
+
sure ly
|
5591 |
+
ch a
|
5592 |
+
p itch
|
5593 |
+
bec areful
|
5594 |
+
ing your
|
5595 |
+
lo od
|
5596 |
+
ter ror
|
5597 |
+
bre aking
|
5598 |
+
g ir
|
5599 |
+
in qu
|
5600 |
+
beg in
|
5601 |
+
e gg
|
5602 |
+
ul ationof
|
5603 |
+
vic tory
|
5604 |
+
inthe m
|
5605 |
+
continu ed
|
5606 |
+
to eat
|
5607 |
+
st ances
|
5608 |
+
con omy
|
5609 |
+
thre es
|
5610 |
+
the art
|
5611 |
+
thathe had
|
5612 |
+
allow edto
|
5613 |
+
inc red
|
5614 |
+
ot a
|
5615 |
+
po intof
|
5616 |
+
. )
|
5617 |
+
p ink
|
5618 |
+
then you
|
5619 |
+
call me
|
5620 |
+
pro pos
|
5621 |
+
ton y
|
5622 |
+
. ]
|
5623 |
+
reve al
|
5624 |
+
he play
|
5625 |
+
t ap
|
5626 |
+
we e
|
5627 |
+
here is
|
5628 |
+
bud dy
|
5629 |
+
f ired
|
5630 |
+
wi re
|
5631 |
+
mar g
|
5632 |
+
thelar gest
|
5633 |
+
apart ment
|
5634 |
+
in se
|
5635 |
+
er n
|
5636 |
+
sol ve
|
5637 |
+
im ight
|
5638 |
+
thisis not
|
5639 |
+
after that
|
5640 |
+
members ofthe
|
5641 |
+
p ak
|
5642 |
+
wh ist
|
5643 |
+
su f
|
5644 |
+
g ment
|
5645 |
+
and b
|
5646 |
+
gi ant
|
5647 |
+
oneofthe most
|
5648 |
+
po et
|
5649 |
+
in addition
|
5650 |
+
come from
|
5651 |
+
ul tim
|
5652 |
+
iv al
|
5653 |
+
of n
|
5654 |
+
s ight
|
5655 |
+
qu id
|
5656 |
+
grow ing
|
5657 |
+
the town
|
5658 |
+
l oud
|
5659 |
+
ce p
|
5660 |
+
old er
|
5661 |
+
thecap ital
|
5662 |
+
fl ower
|
5663 |
+
ru le
|
5664 |
+
tr id
|
5665 |
+
ac r
|
5666 |
+
as ure
|
5667 |
+
off rance
|
5668 |
+
je wish
|
5669 |
+
top ay
|
5670 |
+
of there
|
5671 |
+
for an
|
5672 |
+
think ingabout
|
5673 |
+
at me
|
5674 |
+
es in
|
5675 |
+
ci vi
|
5676 |
+
li a
|
5677 |
+
kid ding
|
5678 |
+
fr iday
|
5679 |
+
cent r
|
5680 |
+
no ise
|
5681 |
+
aff air
|
5682 |
+
ation is
|
5683 |
+
198 4
|
5684 |
+
is ions
|
5685 |
+
look atthe
|
5686 |
+
pret end
|
5687 |
+
streng th
|
5688 |
+
m un
|
5689 |
+
but if
|
5690 |
+
fir m
|
5691 |
+
Î ¿
|
5692 |
+
thef l
|
5693 |
+
thes ed
|
5694 |
+
cho sen
|
5695 |
+
the co
|
5696 |
+
allen ge
|
5697 |
+
b itch
|
5698 |
+
influ ence
|
5699 |
+
de fe
|
5700 |
+
sport s
|
5701 |
+
c ou
|
5702 |
+
ap retty
|
5703 |
+
things that
|
5704 |
+
expect ed
|
5705 |
+
how to
|
5706 |
+
not really
|
5707 |
+
gr ay
|
5708 |
+
the book
|
5709 |
+
charac ters
|
5710 |
+
v it
|
5711 |
+
say it
|
5712 |
+
we all
|
5713 |
+
form s
|
5714 |
+
k h
|
5715 |
+
open ed
|
5716 |
+
i ro
|
5717 |
+
lim it
|
5718 |
+
neg ative
|
5719 |
+
is rael
|
5720 |
+
r ang
|
5721 |
+
go home
|
5722 |
+
this guy
|
5723 |
+
af fic
|
5724 |
+
so long
|
5725 |
+
tobe come
|
5726 |
+
leg isl
|
5727 |
+
spec ific
|
5728 |
+
my heart
|
5729 |
+
apo log
|
5730 |
+
entire ly
|
5731 |
+
gonn ago
|
5732 |
+
condu ct
|
5733 |
+
pre m
|
5734 |
+
pre viously
|
5735 |
+
mal es
|
5736 |
+
rob in
|
5737 |
+
he made
|
5738 |
+
not sure
|
5739 |
+
tri al
|
5740 |
+
mag azine
|
5741 |
+
concer ned
|
5742 |
+
ur b
|
5743 |
+
wed en
|
5744 |
+
the ri
|
5745 |
+
p air
|
5746 |
+
ven ing
|
5747 |
+
cl ude
|
5748 |
+
pati ent
|
5749 |
+
of ess
|
5750 |
+
try and
|
5751 |
+
he took
|
5752 |
+
was found
|
5753 |
+
thel ess
|
5754 |
+
produ cer
|
5755 |
+
hon our
|
5756 |
+
whathapp ens
|
5757 |
+
( ;
|
5758 |
+
h arm
|
5759 |
+
perfect ly
|
5760 |
+
prom ot
|
5761 |
+
' ,
|
5762 |
+
ah ad
|
5763 |
+
c ake
|
5764 |
+
activ ities
|
5765 |
+
del ic
|
5766 |
+
achie ve
|
5767 |
+
inte gr
|
5768 |
+
4 2
|
5769 |
+
he got
|
5770 |
+
v ive
|
5771 |
+
w inning
|
5772 |
+
ca uses
|
5773 |
+
in north
|
5774 |
+
ab led
|
5775 |
+
gener ation
|
5776 |
+
p her
|
5777 |
+
some how
|
5778 |
+
something that
|
5779 |
+
head s
|
5780 |
+
ut ch
|
5781 |
+
allow ed
|
5782 |
+
him to
|
5783 |
+
publ ican
|
5784 |
+
mag ic
|
5785 |
+
de b
|
5786 |
+
clo ser
|
5787 |
+
lar ger
|
5788 |
+
use of
|
5789 |
+
st y
|
5790 |
+
show s
|
5791 |
+
---- ----
|
5792 |
+
thef ilm
|
5793 |
+
todo it
|
5794 |
+
mic ro
|
5795 |
+
jo int
|
5796 |
+
197 9
|
5797 |
+
h ay
|
5798 |
+
ic all
|
5799 |
+
ro of
|
5800 |
+
no matter
|
5801 |
+
oh yes
|
5802 |
+
may bes
|
5803 |
+
m bered
|
5804 |
+
conne ction
|
5805 |
+
c atholic
|
5806 |
+
and hewas
|
5807 |
+
care fully
|
5808 |
+
198 6
|
5809 |
+
se m
|
5810 |
+
sp here
|
5811 |
+
dist ance
|
5812 |
+
ch ip
|
5813 |
+
j ay
|
5814 |
+
att ach
|
5815 |
+
that itwas
|
5816 |
+
im ay
|
5817 |
+
emper or
|
5818 |
+
in ju
|
5819 |
+
oneof those
|
5820 |
+
itisfound intheregion
|
5821 |
+
inter net
|
5822 |
+
a inthe
|
5823 |
+
ifyou want
|
5824 |
+
how did
|
5825 |
+
a us
|
5826 |
+
198 1
|
5827 |
+
qu ites
|
5828 |
+
appro xim
|
5829 |
+
people livedthere
|
5830 |
+
and n
|
5831 |
+
as ide
|
5832 |
+
of which
|
5833 |
+
st ad
|
5834 |
+
ated with
|
5835 |
+
opin ion
|
5836 |
+
it be
|
5837 |
+
ce l
|
5838 |
+
che er
|
5839 |
+
o on
|
5840 |
+
adr ink
|
5841 |
+
fe ed
|
5842 |
+
mo de
|
5843 |
+
aw ful
|
5844 |
+
197 2
|
5845 |
+
not just
|
5846 |
+
i wann
|
5847 |
+
sy n
|
5848 |
+
cri pt
|
5849 |
+
con grat
|
5850 |
+
put the
|
5851 |
+
ious ly
|
5852 |
+
dr ag
|
5853 |
+
fing ers
|
5854 |
+
fl ag
|
5855 |
+
of ab
|
5856 |
+
feel ings
|
5857 |
+
cir cum
|
5858 |
+
in ish
|
5859 |
+
until the
|
5860 |
+
form ation
|
5861 |
+
re mind
|
5862 |
+
ap ers
|
5863 |
+
fort une
|
5864 |
+
offic ers
|
5865 |
+
i hate
|
5866 |
+
arth ur
|
5867 |
+
ave you
|
5868 |
+
" "
|
5869 |
+
his head
|
5870 |
+
career statistics
|
5871 |
+
ic ide
|
5872 |
+
my brother
|
5873 |
+
gonna get
|
5874 |
+
guil ty
|
5875 |
+
pri or
|
5876 |
+
198 3
|
5877 |
+
letmes ee
|
5878 |
+
a job
|
5879 |
+
as su
|
5880 |
+
a qu
|
5881 |
+
lo v
|
5882 |
+
au tom
|
5883 |
+
that there
|
5884 |
+
your life
|
5885 |
+
ri g
|
5886 |
+
can we
|
5887 |
+
ins pe
|
5888 |
+
thisis n
|
5889 |
+
gre y
|
5890 |
+
ar med
|
5891 |
+
allthe way
|
5892 |
+
very body
|
5893 |
+
come out
|
5894 |
+
down there
|
5895 |
+
u x
|
5896 |
+
dut y
|
5897 |
+
c ott
|
5898 |
+
and with
|
5899 |
+
alld ay
|
5900 |
+
to ad
|
5901 |
+
idi ot
|
5902 |
+
is is
|
5903 |
+
tof ight
|
5904 |
+
ath y
|
5905 |
+
and have
|
5906 |
+
set ting
|
5907 |
+
g az
|
5908 |
+
i there
|
5909 |
+
r ag
|
5910 |
+
mo le
|
5911 |
+
back in
|
5912 |
+
198 5
|
5913 |
+
al ty
|
5914 |
+
ussi an
|
5915 |
+
zer land
|
5916 |
+
or ange
|
5917 |
+
democr atic
|
5918 |
+
g ow
|
5919 |
+
and o
|
5920 |
+
ug gest
|
5921 |
+
assist ant
|
5922 |
+
help ed
|
5923 |
+
k ir
|
5924 |
+
call ing
|
5925 |
+
week end
|
5926 |
+
learn ed
|
5927 |
+
art icle
|
5928 |
+
on our
|
5929 |
+
istr ict
|
5930 |
+
prime minister
|
5931 |
+
cy cl
|
5932 |
+
b ust
|
5933 |
+
ti ves
|
5934 |
+
tor un
|
5935 |
+
said he
|
5936 |
+
happ iness
|
5937 |
+
marri edto
|
5938 |
+
6 5
|
5939 |
+
inst ance
|
5940 |
+
r h
|
5941 |
+
ow s
|
5942 |
+
a ire
|
5943 |
+
in its
|
5944 |
+
str uck
|
5945 |
+
do ors
|
5946 |
+
mus ical
|
5947 |
+
man ufact
|
5948 |
+
bu zz
|
5949 |
+
re lie
|
5950 |
+
bl ame
|
5951 |
+
se es
|
5952 |
+
h ass
|
5953 |
+
av ill
|
5954 |
+
number of
|
5955 |
+
hold ing
|
5956 |
+
s ail
|
5957 |
+
w ich
|
5958 |
+
in one
|
5959 |
+
convers ation
|
5960 |
+
9 9
|
5961 |
+
ish ow
|
5962 |
+
thath ave
|
5963 |
+
j ess
|
5964 |
+
is lam
|
5965 |
+
why doyou
|
5966 |
+
seem sto
|
5967 |
+
ed of
|
5968 |
+
198 2
|
5969 |
+
const ant
|
5970 |
+
ber n
|
5971 |
+
d ouble
|
5972 |
+
fe c
|
5973 |
+
and ithink
|
5974 |
+
comm end
|
5975 |
+
bird s
|
5976 |
+
think it
|
5977 |
+
el s
|
5978 |
+
po em
|
5979 |
+
d uck
|
5980 |
+
at y
|
5981 |
+
ad vis
|
5982 |
+
mon y
|
5983 |
+
house of
|
5984 |
+
should n
|
5985 |
+
braz il
|
5986 |
+
r ican
|
5987 |
+
ial ways
|
5988 |
+
quar ters
|
5989 |
+
f aster
|
5990 |
+
are r
|
5991 |
+
agr icult
|
5992 |
+
feel s
|
5993 |
+
w ave
|
5994 |
+
terri tory
|
5995 |
+
me and
|
5996 |
+
br on
|
5997 |
+
conf ess
|
5998 |
+
to y
|
5999 |
+
you really
|
6000 |
+
went on
|
6001 |
+
need s
|
6002 |
+
stri ke
|
6003 |
+
well i
|
6004 |
+
thef inal
|
6005 |
+
them at
|
6006 |
+
use ful
|
6007 |
+
en tof
|
6008 |
+
put your
|
6009 |
+
bi tof
|
6010 |
+
mo ves
|
6011 |
+
po ison
|
6012 |
+
his first
|
6013 |
+
ex tend
|
6014 |
+
not the
|
6015 |
+
) :
|
6016 |
+
af ull
|
6017 |
+
en a
|
6018 |
+
ad vert
|
6019 |
+
bed e
|
6020 |
+
al sof
|
6021 |
+
be ings
|
6022 |
+
po ll
|
6023 |
+
see what
|
6024 |
+
cl ar
|
6025 |
+
e ve
|
6026 |
+
r ange
|
6027 |
+
span ish
|
6028 |
+
p ian
|
6029 |
+
stor m
|
6030 |
+
and by
|
6031 |
+
su gar
|
6032 |
+
used for
|
6033 |
+
usedto be
|
6034 |
+
in er
|
6035 |
+
ch art
|
6036 |
+
ig an
|
6037 |
+
agree ment
|
6038 |
+
air craft
|
6039 |
+
197 6
|
6040 |
+
it just
|
6041 |
+
and un
|
6042 |
+
su e
|
6043 |
+
got the
|
6044 |
+
and has
|
6045 |
+
and ifyou
|
6046 |
+
tell her
|
6047 |
+
to ther
|
6048 |
+
known asthe
|
6049 |
+
inc ident
|
6050 |
+
inthes outh
|
6051 |
+
" ).
|
6052 |
+
l edto
|
6053 |
+
bu ried
|
6054 |
+
crow d
|
6055 |
+
thec or
|
6056 |
+
por ter
|
6057 |
+
it seems
|
6058 |
+
that means
|
6059 |
+
pe l
|
6060 |
+
therewas no
|
6061 |
+
im per
|
6062 |
+
from this
|
6063 |
+
all eng
|
6064 |
+
ic ket
|
6065 |
+
pre par
|
6066 |
+
d owith
|
6067 |
+
o logy
|
6068 |
+
ste ve
|
6069 |
+
the game
|
6070 |
+
sp oken
|
6071 |
+
the company
|
6072 |
+
wouldyou like
|
6073 |
+
i let
|
6074 |
+
inh abit
|
6075 |
+
pre gn
|
6076 |
+
m ous
|
6077 |
+
re quest
|
6078 |
+
is till
|
6079 |
+
then umberof
|
6080 |
+
thec r
|
6081 |
+
theb us
|
6082 |
+
idea of
|
6083 |
+
that will
|
6084 |
+
them all
|
6085 |
+
ris on
|
6086 |
+
sup pos
|
6087 |
+
appe al
|
6088 |
+
alitt les
|
6089 |
+
ou ri
|
6090 |
+
c ash
|
6091 |
+
for th
|
6092 |
+
clo s
|
6093 |
+
the place
|
6094 |
+
pie ceof
|
6095 |
+
pl ot
|
6096 |
+
go away
|
6097 |
+
goingto do
|
6098 |
+
instr ument
|
6099 |
+
and them
|
6100 |
+
ship s
|
6101 |
+
belie f
|
6102 |
+
ro ther
|
6103 |
+
ys is
|
6104 |
+
lookat this
|
6105 |
+
dog s
|
6106 |
+
e y
|
6107 |
+
lead ing
|
6108 |
+
p ul
|
6109 |
+
rep lied
|
6110 |
+
stay here
|
6111 |
+
anything else
|
6112 |
+
cl er
|
6113 |
+
cont est
|
6114 |
+
aur ant
|
6115 |
+
danger ous
|
6116 |
+
ve get
|
6117 |
+
when ever
|
6118 |
+
tech n
|
6119 |
+
de m
|
6120 |
+
str ict
|
6121 |
+
div id
|
6122 |
+
tho ses
|
6123 |
+
slow ly
|
6124 |
+
j ones
|
6125 |
+
real ity
|
6126 |
+
j ok
|
6127 |
+
u man
|
6128 |
+
pro of
|
6129 |
+
el t
|
6130 |
+
al a
|
6131 |
+
ke l
|
6132 |
+
de p
|
6133 |
+
af amily
|
6134 |
+
will ingto
|
6135 |
+
us to
|
6136 |
+
liz abeth
|
6137 |
+
p ant
|
6138 |
+
good ness
|
6139 |
+
ene w
|
6140 |
+
it z
|
6141 |
+
with all
|
6142 |
+
if that
|
6143 |
+
set up
|
6144 |
+
amon th
|
6145 |
+
m sof
|
6146 |
+
she would
|
6147 |
+
197 8
|
6148 |
+
peci es
|
6149 |
+
old man
|
6150 |
+
made up
|
6151 |
+
and even
|
6152 |
+
ative ly
|
6153 |
+
listen tome
|
6154 |
+
geor g
|
6155 |
+
p ure
|
6156 |
+
is about
|
6157 |
+
or se
|
6158 |
+
are g
|
6159 |
+
ine t
|
6160 |
+
ain e
|
6161 |
+
197 4
|
6162 |
+
sil ver
|
6163 |
+
. [
|
6164 |
+
im age
|
6165 |
+
requ ire
|
6166 |
+
at tract
|
6167 |
+
a while
|
6168 |
+
you never
|
6169 |
+
-- &
|
6170 |
+
among the
|
6171 |
+
whathapp enedto
|
6172 |
+
they could
|
6173 |
+
thesame thing
|
6174 |
+
dri ver
|
6175 |
+
ab ri
|
6176 |
+
hes aw
|
6177 |
+
v idence
|
6178 |
+
itt akes
|
6179 |
+
res ources
|
6180 |
+
ash ed
|
6181 |
+
w inn
|
6182 |
+
ian a
|
6183 |
+
r d
|
6184 |
+
ish es
|
6185 |
+
am ajor
|
6186 |
+
tell ing
|
6187 |
+
light s
|
6188 |
+
or two
|
6189 |
+
sup pose
|
6190 |
+
well that
|
6191 |
+
ens es
|
6192 |
+
ic ome
|
6193 |
+
gr ade
|
6194 |
+
appro pri
|
6195 |
+
ste am
|
6196 |
+
ol ar
|
6197 |
+
need ed
|
6198 |
+
ion ofthe
|
6199 |
+
iknow you
|
6200 |
+
dec idedto
|
6201 |
+
assoon as
|
6202 |
+
and no
|
6203 |
+
based onthe
|
6204 |
+
bo ston
|
6205 |
+
ris k
|
6206 |
+
; "
|
6207 |
+
l av
|
6208 |
+
ch est
|
6209 |
+
res ent
|
6210 |
+
gr av
|
6211 |
+
the movie
|
6212 |
+
had to
|
6213 |
+
temper ature
|
6214 |
+
ger y
|
6215 |
+
j a
|
6216 |
+
j uni
|
6217 |
+
ann a
|
6218 |
+
one arth
|
6219 |
+
are ally
|
6220 |
+
my dad
|
6221 |
+
men tofthe
|
6222 |
+
it ish
|
6223 |
+
sol id
|
6224 |
+
cr own
|
6225 |
+
al ice
|
6226 |
+
walk ed
|
6227 |
+
j ung
|
6228 |
+
4 00
|
6229 |
+
also knownas
|
6230 |
+
er in
|
6231 |
+
col umn
|
6232 |
+
po pe
|
6233 |
+
v on
|
6234 |
+
around the
|
6235 |
+
197 3
|
6236 |
+
something else
|
6237 |
+
releas edin
|
6238 |
+
basket ball
|
6239 |
+
appl ause
|
6240 |
+
kill ing
|
6241 |
+
hed oes
|
6242 |
+
sat isf
|
6243 |
+
ind i
|
6244 |
+
ch amber
|
6245 |
+
ar ian
|
6246 |
+
o g
|
6247 |
+
ek s
|
6248 |
+
sk in
|
6249 |
+
fly ing
|
6250 |
+
comp ared
|
6251 |
+
d irty
|
6252 |
+
ish ment
|
6253 |
+
and just
|
6254 |
+
am il
|
6255 |
+
and thef
|
6256 |
+
tw are
|
6257 |
+
sy mp
|
6258 |
+
ou there
|
6259 |
+
other people
|
6260 |
+
thankyou verymuch
|
6261 |
+
ment al
|
6262 |
+
call it
|
6263 |
+
those are
|
6264 |
+
itt ed
|
6265 |
+
lis tof
|
6266 |
+
pe ctive
|
6267 |
+
then i
|
6268 |
+
ance of
|
6269 |
+
ree ts
|
6270 |
+
great er
|
6271 |
+
an i
|
6272 |
+
te ar
|
6273 |
+
made by
|
6274 |
+
spe ech
|
6275 |
+
v est
|
6276 |
+
from her
|
6277 |
+
gen e
|
6278 |
+
ab and
|
6279 |
+
inno cent
|
6280 |
+
co al
|
6281 |
+
ab u
|
6282 |
+
give us
|
6283 |
+
spe ct
|
6284 |
+
lookat that
|
6285 |
+
is still
|
6286 |
+
as ia
|
6287 |
+
be ast
|
6288 |
+
isat own
|
6289 |
+
h ou
|
6290 |
+
l uc
|
6291 |
+
ion ly
|
6292 |
+
nor mally
|
6293 |
+
ves sel
|
6294 |
+
inthe se
|
6295 |
+
here to
|
6296 |
+
his wife
|
6297 |
+
br an
|
6298 |
+
united kingdom
|
6299 |
+
r ise
|
6300 |
+
two years
|
6301 |
+
wes ee
|
6302 |
+
viol ence
|
6303 |
+
its own
|
6304 |
+
areyou sure
|
6305 |
+
ot to
|
6306 |
+
bod ies
|
6307 |
+
match es
|
6308 |
+
tr affic
|
6309 |
+
dr unk
|
6310 |
+
a ise
|
6311 |
+
shed idn
|
6312 |
+
shed oesn
|
6313 |
+
why didn
|
6314 |
+
follow ed
|
6315 |
+
respon se
|
6316 |
+
damn it
|
6317 |
+
surpr ise
|
6318 |
+
196 9
|
6319 |
+
the in
|
6320 |
+
r b
|
6321 |
+
me ll
|
6322 |
+
com ingto
|
6323 |
+
pleas ant
|
6324 |
+
rad i
|
6325 |
+
ex tr
|
6326 |
+
not es
|
6327 |
+
fl ict
|
6328 |
+
ju ice
|
6329 |
+
tool ate
|
6330 |
+
a better
|
6331 |
+
whow ould
|
6332 |
+
am atter
|
6333 |
+
un its
|
6334 |
+
jer ry
|
6335 |
+
this thing
|
6336 |
+
before you
|
6337 |
+
ze aland
|
6338 |
+
is just
|
6339 |
+
go out
|
6340 |
+
now you
|
6341 |
+
cous in
|
6342 |
+
o li
|
6343 |
+
v as
|
6344 |
+
ri p
|
6345 |
+
ac id
|
6346 |
+
for some
|
6347 |
+
y d
|
6348 |
+
en ing
|
6349 |
+
ber ry
|
6350 |
+
g ather
|
6351 |
+
be th
|
6352 |
+
app ing
|
6353 |
+
the boy
|
6354 |
+
er ic
|
6355 |
+
know where
|
6356 |
+
jus thave
|
6357 |
+
sc ould
|
6358 |
+
al ous
|
6359 |
+
ofthe world
|
6360 |
+
k ong
|
6361 |
+
me ters
|
6362 |
+
ex ample
|
6363 |
+
ath let
|
6364 |
+
tom akes
|
6365 |
+
gl as
|
6366 |
+
il le
|
6367 |
+
min or
|
6368 |
+
chick en
|
6369 |
+
p attern
|
6370 |
+
haves een
|
6371 |
+
z ed
|
6372 |
+
suc ceed
|
6373 |
+
g ofor
|
6374 |
+
bo om
|
6375 |
+
cal cul
|
6376 |
+
the ne
|
6377 |
+
russi a
|
6378 |
+
x x
|
6379 |
+
start ing
|
6380 |
+
wol f
|
6381 |
+
as ub
|
6382 |
+
res ults
|
6383 |
+
leave me
|
6384 |
+
pe red
|
6385 |
+
197 5
|
6386 |
+
and again
|
6387 |
+
think so
|
6388 |
+
ch arm
|
6389 |
+
ul tof
|
6390 |
+
canad ian
|
6391 |
+
sing ing
|
6392 |
+
jer sey
|
6393 |
+
cred it
|
6394 |
+
ent ially
|
6395 |
+
ab road
|
6396 |
+
atthe endofthe
|
6397 |
+
very day
|
6398 |
+
tw of
|
6399 |
+
et c
|
6400 |
+
second s
|
6401 |
+
thepres ident
|
6402 |
+
fig ures
|
6403 |
+
theat re
|
6404 |
+
g ers
|
6405 |
+
pow ers
|
6406 |
+
ed own
|
6407 |
+
youre yes
|
6408 |
+
not gonn
|
6409 |
+
thepart y
|
6410 |
+
that were
|
6411 |
+
iwant youto
|
6412 |
+
or ches
|
6413 |
+
ay ing
|
6414 |
+
197 7
|
6415 |
+
city of
|
6416 |
+
then he
|
6417 |
+
196 8
|
6418 |
+
arr ang
|
6419 |
+
ro les
|
6420 |
+
ha ha
|
6421 |
+
ed itor
|
6422 |
+
reli gious
|
6423 |
+
9 5
|
6424 |
+
ro l
|
6425 |
+
s po
|
6426 |
+
that can
|
6427 |
+
g oup
|
6428 |
+
he av
|
6429 |
+
mm m
|
6430 |
+
hun ting
|
6431 |
+
the water
|
6432 |
+
was to
|
6433 |
+
pe as
|
6434 |
+
my husband
|
6435 |
+
des ire
|
6436 |
+
unfortun ately
|
6437 |
+
lo d
|
6438 |
+
sm ile
|
6439 |
+
his death
|
6440 |
+
ow a
|
6441 |
+
thousand sof
|
6442 |
+
if there
|
6443 |
+
wonder ing
|
6444 |
+
paren t
|
6445 |
+
ag ues
|
6446 |
+
ab ar
|
6447 |
+
inorder to
|
6448 |
+
n an
|
6449 |
+
app ened
|
6450 |
+
po e
|
6451 |
+
6 6
|
6452 |
+
art ed
|
6453 |
+
fr uit
|
6454 |
+
population was
|
6455 |
+
arg ument
|
6456 |
+
he ight
|
6457 |
+
lie ve
|
6458 |
+
ste el
|
6459 |
+
or th
|
6460 |
+
bur gh
|
6461 |
+
j r
|
6462 |
+
à ¸
|
6463 |
+
ex er
|
6464 |
+
pre fer
|
6465 |
+
believe that
|
6466 |
+
wh iles
|
6467 |
+
s ake
|
6468 |
+
br ad
|
6469 |
+
mon day
|
6470 |
+
girl friend
|
6471 |
+
ic y
|
6472 |
+
t ask
|
6473 |
+
sc or
|
6474 |
+
iam ond
|
6475 |
+
197 1
|
6476 |
+
and iwas
|
6477 |
+
med al
|
6478 |
+
another one
|
6479 |
+
open ing
|
6480 |
+
main tain
|
6481 |
+
have it
|
6482 |
+
d um
|
6483 |
+
re moved
|
6484 |
+
le of
|
6485 |
+
r are
|
6486 |
+
after wards
|
6487 |
+
m ama
|
6488 |
+
on and
|
6489 |
+
sh irt
|
6490 |
+
peri ence
|
6491 |
+
them ag
|
6492 |
+
keep ing
|
6493 |
+
c ene
|
6494 |
+
d anny
|
6495 |
+
f ought
|
6496 |
+
er ies
|
6497 |
+
ly and
|
6498 |
+
lo ye
|
6499 |
+
con cept
|
6500 |
+
should er
|
6501 |
+
fora while
|
6502 |
+
from that
|
6503 |
+
sc ene
|
6504 |
+
ins ist
|
6505 |
+
pass eng
|
6506 |
+
4 1
|
6507 |
+
this place
|
6508 |
+
theb as
|
6509 |
+
mbo l
|
6510 |
+
r ide
|
6511 |
+
don ald
|
6512 |
+
ser ving
|
6513 |
+
4 3
|
6514 |
+
side ofthe
|
6515 |
+
live in
|
6516 |
+
mess age
|
6517 |
+
down to
|
6518 |
+
four th
|
6519 |
+
 £
|
6520 |
+
tho sed
|
6521 |
+
che mical
|
6522 |
+
e ld
|
6523 |
+
ine urope
|
6524 |
+
great est
|
6525 |
+
agu y
|
6526 |
+
be ep
|
6527 |
+
on dis
|
6528 |
+
made it
|
6529 |
+
adv ance
|
6530 |
+
typ esof
|
6531 |
+
draw n
|
6532 |
+
and are
|
6533 |
+
wor n
|
6534 |
+
the head
|
6535 |
+
the guy
|
6536 |
+
you tof
|
6537 |
+
wh a
|
6538 |
+
sur round
|
6539 |
+
he al
|
6540 |
+
ti al
|
6541 |
+
br ave
|
6542 |
+
comm only
|
6543 |
+
ob serv
|
6544 |
+
su ck
|
6545 |
+
i tover
|
6546 |
+
ro ger
|
6547 |
+
was also
|
6548 |
+
is she
|
6549 |
+
fe ature
|
6550 |
+
po ver
|
6551 |
+
take your
|
6552 |
+
app ly
|
6553 |
+
sh h
|
6554 |
+
ul f
|
6555 |
+
cl us
|
6556 |
+
je ction
|
6557 |
+
pass ion
|
6558 |
+
ou this
|
6559 |
+
sh ine
|
6560 |
+
of ther
|
6561 |
+
w id
|
6562 |
+
is now
|
6563 |
+
196 4
|
6564 |
+
is try
|
6565 |
+
hed ied
|
6566 |
+
pleas edon
|
6567 |
+
made of
|
6568 |
+
the third
|
6569 |
+
e astern
|
6570 |
+
thel p
|
6571 |
+
it willbe
|
6572 |
+
wh il
|
6573 |
+
thep ublic
|
6574 |
+
we bs
|
6575 |
+
so let
|
6576 |
+
isa former
|
6577 |
+
m ud
|
6578 |
+
would not
|
6579 |
+
every where
|
6580 |
+
bor row
|
6581 |
+
tw ow
|
6582 |
+
wat ers
|
6583 |
+
tw ot
|
6584 |
+
thisis my
|
6585 |
+
or o
|
6586 |
+
fe t
|
6587 |
+
c end
|
6588 |
+
to hear
|
6589 |
+
is inthe
|
6590 |
+
vo ices
|
6591 |
+
in many
|
6592 |
+
behavi or
|
6593 |
+
six ty
|
6594 |
+
rail way
|
6595 |
+
bed one
|
6596 |
+
fac tor
|
6597 |
+
d ata
|
6598 |
+
h unt
|
6599 |
+
j ur
|
6600 |
+
ph ant
|
6601 |
+
n ar
|
6602 |
+
it won
|
6603 |
+
lli ant
|
6604 |
+
up tothe
|
6605 |
+
come and
|
6606 |
+
ser ge
|
6607 |
+
fall en
|
6608 |
+
pe ar
|
6609 |
+
know ing
|
6610 |
+
what else
|
6611 |
+
re es
|
6612 |
+
ation sof
|
6613 |
+
c d
|
6614 |
+
le pt
|
6615 |
+
ag ency
|
6616 |
+
sell ing
|
6617 |
+
or a
|
6618 |
+
theb ar
|
6619 |
+
igh th
|
6620 |
+
tell them
|
6621 |
+
nine ty
|
6622 |
+
b un
|
6623 |
+
du ke
|
6624 |
+
talk toyou
|
6625 |
+
vir t
|
6626 |
+
thel ine
|
6627 |
+
and let
|
6628 |
+
pe ll
|
6629 |
+
return ed
|
6630 |
+
angu age
|
6631 |
+
ac all
|
6632 |
+
so il
|
6633 |
+
ree k
|
6634 |
+
me that
|
6635 |
+
be an
|
6636 |
+
gun s
|
6637 |
+
window s
|
6638 |
+
gentle man
|
6639 |
+
med ia
|
6640 |
+
de gre
|
6641 |
+
cho col
|
6642 |
+
state ment
|
6643 |
+
written by
|
6644 |
+
pap ers
|
6645 |
+
adoc tor
|
6646 |
+
the more
|
6647 |
+
dr um
|
6648 |
+
top ofthe
|
6649 |
+
indust rial
|
6650 |
+
b is
|
6651 |
+
gr ate
|
6652 |
+
thef ir
|
6653 |
+
doing it
|
6654 |
+
last year
|
6655 |
+
r ush
|
6656 |
+
w y
|
6657 |
+
polit ics
|
6658 |
+
atthe moment
|
6659 |
+
decl ared
|
6660 |
+
h ut
|
6661 |
+
ic ular
|
6662 |
+
-- "
|
6663 |
+
cons um
|
6664 |
+
gy pt
|
6665 |
+
li pp
|
6666 |
+
get that
|
6667 |
+
does that
|
6668 |
+
of as
|
6669 |
+
proper ly
|
6670 |
+
one is
|
6671 |
+
es tof
|
6672 |
+
they say
|
6673 |
+
let on
|
6674 |
+
take this
|
6675 |
+
d iffic
|
6676 |
+
m atthe
|
6677 |
+
has n
|
6678 |
+
he just
|
6679 |
+
co d
|
6680 |
+
bri an
|
6681 |
+
ep ar
|
6682 |
+
co pe
|
6683 |
+
ip ment
|
6684 |
+
bus h
|
6685 |
+
8 5
|
6686 |
+
offic ially
|
6687 |
+
ad ed
|
6688 |
+
ge on
|
6689 |
+
b il
|
6690 |
+
b ass
|
6691 |
+
om in
|
6692 |
+
clim ate
|
6693 |
+
ill a
|
6694 |
+
will not
|
6695 |
+
do something
|
6696 |
+
196 7
|
6697 |
+
rap id
|
6698 |
+
tradition al
|
6699 |
+
ry an
|
6700 |
+
stat us
|
6701 |
+
astr on
|
6702 |
+
in vent
|
6703 |
+
at one
|
6704 |
+
get outof
|
6705 |
+
tech ni
|
6706 |
+
n ers
|
6707 |
+
ap s
|
6708 |
+
and don
|
6709 |
+
ur der
|
6710 |
+
your head
|
6711 |
+
then we
|
6712 |
+
bene ath
|
6713 |
+
wake up
|
6714 |
+
ar io
|
6715 |
+
ud den
|
6716 |
+
ele cted
|
6717 |
+
194 0
|
6718 |
+
not yet
|
6719 |
+
distric tof
|
6720 |
+
d ifference
|
6721 |
+
i edin
|
6722 |
+
us er
|
6723 |
+
am ag
|
6724 |
+
cr aw
|
6725 |
+
along the
|
6726 |
+
ed irect
|
6727 |
+
because we
|
6728 |
+
pec ific
|
6729 |
+
what do
|
6730 |
+
wo re
|
6731 |
+
iknow that
|
6732 |
+
believe it
|
6733 |
+
be ableto
|
6734 |
+
19 30
|
6735 |
+
kill you
|
6736 |
+
commer cial
|
6737 |
+
sing er
|
6738 |
+
sold ier
|
6739 |
+
or g
|
6740 |
+
again s
|
6741 |
+
ifyou wantto
|
6742 |
+
ai red
|
6743 |
+
d rew
|
6744 |
+
famili ar
|
6745 |
+
of time
|
6746 |
+
sin to
|
6747 |
+
al co
|
6748 |
+
hes ay
|
6749 |
+
island s
|
6750 |
+
about your
|
6751 |
+
tor t
|
6752 |
+
rel ated
|
6753 |
+
am ake
|
6754 |
+
ber ight
|
6755 |
+
ac op
|
6756 |
+
un ti
|
6757 |
+
lo ose
|
6758 |
+
thing sto
|
6759 |
+
told him
|
6760 |
+
v ation
|
6761 |
+
she can
|
6762 |
+
then the
|
6763 |
+
e re
|
6764 |
+
n ik
|
6765 |
+
at tr
|
6766 |
+
be gg
|
6767 |
+
ge trid
|
6768 |
+
but this
|
6769 |
+
those who
|
6770 |
+
s per
|
6771 |
+
es cri
|
6772 |
+
ap ut
|
6773 |
+
make you
|
6774 |
+
cy cle
|
6775 |
+
abouth ow
|
6776 |
+
mob ile
|
6777 |
+
g ur
|
6778 |
+
st ones
|
6779 |
+
were not
|
6780 |
+
alet ter
|
6781 |
+
sto pp
|
6782 |
+
to look
|
6783 |
+
thec he
|
6784 |
+
et te
|
6785 |
+
ig er
|
6786 |
+
j un
|
6787 |
+
so sorry
|
6788 |
+
te ars
|
6789 |
+
up set
|
6790 |
+
mar i
|
6791 |
+
j ail
|
6792 |
+
uck ing
|
6793 |
+
russi an
|
6794 |
+
ap re
|
6795 |
+
team s
|
6796 |
+
dec ided
|
6797 |
+
a o
|
6798 |
+
b ones
|
6799 |
+
wi that
|
6800 |
+
ing onthe
|
6801 |
+
want tobe
|
6802 |
+
wa ited
|
6803 |
+
entertain ment
|
6804 |
+
j ar
|
6805 |
+
ig no
|
6806 |
+
pr ide
|
6807 |
+
bast ard
|
6808 |
+
inthe car
|
6809 |
+
dr agon
|
6810 |
+
ad mit
|
6811 |
+
pe te
|
6812 |
+
che ese
|
6813 |
+
finan cial
|
6814 |
+
li vedin
|
6815 |
+
ho lly
|
6816 |
+
bre athe
|
6817 |
+
in af
|
6818 |
+
she could
|
6819 |
+
pro ceed
|
6820 |
+
comput ers
|
6821 |
+
shar p
|
6822 |
+
owe ll
|
6823 |
+
he im
|
6824 |
+
ain ed
|
6825 |
+
she ep
|
6826 |
+
j ason
|
6827 |
+
ou sto
|
6828 |
+
how can
|
6829 |
+
ac ha
|
6830 |
+
appreci ate
|
6831 |
+
as pecial
|
6832 |
+
why you
|
6833 |
+
chang ing
|
6834 |
+
wal es
|
6835 |
+
who ever
|
6836 |
+
moun t
|
6837 |
+
insur ance
|
6838 |
+
well it
|
6839 |
+
ad er
|
6840 |
+
us s
|
6841 |
+
abou this
|
6842 |
+
mist ake
|
6843 |
+
so ph
|
6844 |
+
dan iel
|
6845 |
+
ale lection
|
6846 |
+
ind u
|
6847 |
+
dis cover
|
6848 |
+
the problem
|
6849 |
+
tru ly
|
6850 |
+
for thep
|
6851 |
+
n ative
|
6852 |
+
z es
|
6853 |
+
them ajor
|
6854 |
+
ithink we
|
6855 |
+
descri bed
|
6856 |
+
favor ite
|
6857 |
+
them usic
|
6858 |
+
m ich
|
6859 |
+
t ape
|
6860 |
+
st ro
|
6861 |
+
st ands
|
6862 |
+
ic ulous
|
6863 |
+
un known
|
6864 |
+
room s
|
6865 |
+
acom p
|
6866 |
+
me g
|
6867 |
+
ie x
|
6868 |
+
estart ed
|
6869 |
+
to leave
|
6870 |
+
inter msof
|
6871 |
+
ro ot
|
6872 |
+
for ced
|
6873 |
+
some people
|
6874 |
+
in ar
|
6875 |
+
hy dro
|
6876 |
+
lim ited
|
6877 |
+
thec ould
|
6878 |
+
to our
|
6879 |
+
thes ound
|
6880 |
+
and youcan
|
6881 |
+
alex ander
|
6882 |
+
d ess
|
6883 |
+
z one
|
6884 |
+
they do
|
6885 |
+
which had
|
6886 |
+
ing is
|
6887 |
+
sett led
|
6888 |
+
around here
|
6889 |
+
w ings
|
6890 |
+
go als
|
6891 |
+
ight y
|
6892 |
+
plat form
|
6893 |
+
ou re
|
6894 |
+
lo pe
|
6895 |
+
my lord
|
6896 |
+
oh that
|
6897 |
+
tri ed
|
6898 |
+
prov id
|
6899 |
+
m ers
|
6900 |
+
it a
|
6901 |
+
pard on
|
6902 |
+
where it
|
6903 |
+
liter ature
|
6904 |
+
k ilo
|
6905 |
+
cap able
|
6906 |
+
fil ms
|
6907 |
+
extreme ly
|
6908 |
+
at us
|
6909 |
+
ist and
|
6910 |
+
about me
|
6911 |
+
bu g
|
6912 |
+
ur ban
|
6913 |
+
ist ake
|
6914 |
+
ch alleng
|
6915 |
+
profess ion
|
6916 |
+
sh en
|
6917 |
+
feder al
|
6918 |
+
be e
|
6919 |
+
ul ate
|
6920 |
+
inter pret
|
6921 |
+
wal ter
|
6922 |
+
] [
|
6923 |
+
à ¦
|
6924 |
+
step s
|
6925 |
+
pak istan
|
6926 |
+
b one
|
6927 |
+
se cut
|
6928 |
+
us pect
|
6929 |
+
some more
|
6930 |
+
condition s
|
6931 |
+
gu ide
|
6932 |
+
fac tory
|
6933 |
+
perha p
|
6934 |
+
is wear
|
6935 |
+
am ore
|
6936 |
+
there g
|
6937 |
+
se as
|
6938 |
+
since the
|
6939 |
+
mag n
|
6940 |
+
get back
|
6941 |
+
ho to
|
6942 |
+
and ahalf
|
6943 |
+
my daughter
|
6944 |
+
cl ay
|
6945 |
+
" ),
|
6946 |
+
of its
|
6947 |
+
doyou remember
|
6948 |
+
i edon
|
6949 |
+
very nice
|
6950 |
+
urope an
|
6951 |
+
apr ofess
|
6952 |
+
mm ing
|
6953 |
+
be ck
|
6954 |
+
st al
|
6955 |
+
un day
|
6956 |
+
and ro
|
6957 |
+
barr ass
|
6958 |
+
webs ite
|
6959 |
+
it as
|
6960 |
+
it also
|
6961 |
+
le ther
|
6962 |
+
treat ment
|
6963 |
+
presiden tof
|
6964 |
+
produc edby
|
6965 |
+
8 8
|
6966 |
+
b order
|
6967 |
+
con sequ
|
6968 |
+
from me
|
6969 |
+
appe ars
|
6970 |
+
which he
|
6971 |
+
vis itor
|
6972 |
+
ip romise
|
6973 |
+
you wouldn
|
6974 |
+
ag no
|
6975 |
+
accom pl
|
6976 |
+
g ig
|
6977 |
+
inger many
|
6978 |
+
the team
|
6979 |
+
all my
|
6980 |
+
bre ast
|
6981 |
+
weap ons
|
6982 |
+
ti p
|
6983 |
+
os aur
|
6984 |
+
for thefirsttime
|
6985 |
+
igu red
|
6986 |
+
his mother
|
6987 |
+
bl ast
|
6988 |
+
the album
|
6989 |
+
to de
|
6990 |
+
18 0
|
6991 |
+
he t
|
6992 |
+
ch op
|
6993 |
+
thef uture
|
6994 |
+
good luck
|
6995 |
+
wh op
|
6996 |
+
val ues
|
6997 |
+
int on
|
6998 |
+
ic on
|
6999 |
+
av is
|
7000 |
+
194 5
|
7001 |
+
a ah
|
7002 |
+
id ae
|
7003 |
+
sw itch
|
7004 |
+
9 7
|
7005 |
+
sh ir
|
7006 |
+
ast on
|
7007 |
+
many people
|
7008 |
+
er ves
|
7009 |
+
wh ites
|
7010 |
+
co oper
|
7011 |
+
inte l
|
7012 |
+
and itis
|
7013 |
+
no there
|
7014 |
+
worldwar ii
|
7015 |
+
sin clud
|
7016 |
+
ili an
|
7017 |
+
a ult
|
7018 |
+
he m
|
7019 |
+
am end
|
7020 |
+
short ly
|
7021 |
+
came from
|
7022 |
+
p atch
|
7023 |
+
world cup
|
7024 |
+
bud d
|
7025 |
+
ir ish
|
7026 |
+
ine very
|
7027 |
+
atthe universityof
|
7028 |
+
while the
|
7029 |
+
appoint ment
|
7030 |
+
chris ti
|
7031 |
+
and thec
|
7032 |
+
sim on
|
7033 |
+
a whole
|
7034 |
+
e u
|
7035 |
+
ed my
|
7036 |
+
andre w
|
7037 |
+
g us
|
7038 |
+
but ican
|
7039 |
+
his life
|
7040 |
+
mor row
|
7041 |
+
oppos ite
|
7042 |
+
tempor ary
|
7043 |
+
and soon
|
7044 |
+
cer t
|
7045 |
+
lat in
|
7046 |
+
advant age
|
7047 |
+
bo ot
|
7048 |
+
tw owe
|
7049 |
+
thecap tain
|
7050 |
+
scream ing
|
7051 |
+
citiz en
|
7052 |
+
inf ant
|
7053 |
+
in b
|
7054 |
+
icand o
|
7055 |
+
atur ally
|
7056 |
+
avill age
|
7057 |
+
wor ship
|
7058 |
+
introdu ced
|
7059 |
+
to show
|
7060 |
+
hu ge
|
7061 |
+
prov in
|
7062 |
+
ut ions
|
7063 |
+
il ton
|
7064 |
+
hib ition
|
7065 |
+
ist inct
|
7066 |
+
alo ve
|
7067 |
+
inthe early
|
7068 |
+
and yet
|
7069 |
+
mad am
|
7070 |
+
reason s
|
7071 |
+
how didyou
|
7072 |
+
s illy
|
7073 |
+
ri f
|
7074 |
+
have an
|
7075 |
+
cant ake
|
7076 |
+
call s
|
7077 |
+
co red
|
7078 |
+
bud get
|
7079 |
+
c ouple
|
7080 |
+
it ter
|
7081 |
+
est and
|
7082 |
+
belie v
|
7083 |
+
feat ured
|
7084 |
+
record ed
|
7085 |
+
atl ant
|
7086 |
+
mention ed
|
7087 |
+
# #
|
7088 |
+
6 7
|
7089 |
+
is goingto
|
7090 |
+
bl u
|
7091 |
+
ar gu
|
7092 |
+
tell ingyou
|
7093 |
+
cir cle
|
7094 |
+
k night
|
7095 |
+
she ll
|
7096 |
+
down here
|
7097 |
+
tos chool
|
7098 |
+
f avour
|
7099 |
+
g ary
|
7100 |
+
ach use
|
7101 |
+
vis ible
|
7102 |
+
ber lin
|
7103 |
+
col n
|
7104 |
+
da ily
|
7105 |
+
l ah
|
7106 |
+
ed ition
|
7107 |
+
ag i
|
7108 |
+
andthe other
|
7109 |
+
tos ave
|
7110 |
+
m ph
|
7111 |
+
ay lor
|
7112 |
+
spe ci
|
7113 |
+
be lt
|
7114 |
+
com par
|
7115 |
+
afe ty
|
7116 |
+
196 6
|
7117 |
+
s by
|
7118 |
+
theb ird
|
7119 |
+
fle w
|
7120 |
+
in th
|
7121 |
+
as ha
|
7122 |
+
thr own
|
7123 |
+
u gu
|
7124 |
+
on line
|
7125 |
+
n ations
|
7126 |
+
k ings
|
7127 |
+
st ated
|
7128 |
+
ex cellent
|
7129 |
+
bas is
|
7130 |
+
astr ong
|
7131 |
+
g res
|
7132 |
+
se al
|
7133 |
+
ast ud
|
7134 |
+
and at
|
7135 |
+
may have
|
7136 |
+
bor ough
|
7137 |
+
ag un
|
7138 |
+
s outhern
|
7139 |
+
what if
|
7140 |
+
p ace
|
7141 |
+
t ounderstand
|
7142 |
+
cr ap
|
7143 |
+
all about
|
7144 |
+
abl ack
|
7145 |
+
jus th
|
7146 |
+
fir stof
|
7147 |
+
d ust
|
7148 |
+
i took
|
7149 |
+
it does
|
7150 |
+
ri edto
|
7151 |
+
br ide
|
7152 |
+
je alous
|
7153 |
+
isam unicipality
|
7154 |
+
on him
|
7155 |
+
def ense
|
7156 |
+
uch as
|
7157 |
+
um in
|
7158 |
+
oneofthe se
|
7159 |
+
ab s
|
7160 |
+
ac red
|
7161 |
+
see how
|
7162 |
+
let go
|
7163 |
+
bab ies
|
7164 |
+
abeaut iful
|
7165 |
+
approxim ately
|
7166 |
+
i and
|
7167 |
+
the ar
|
7168 |
+
the club
|
7169 |
+
al on
|
7170 |
+
investig ation
|
7171 |
+
d are
|
7172 |
+
m ates
|
7173 |
+
ed over
|
7174 |
+
red u
|
7175 |
+
dream s
|
7176 |
+
communic ation
|
7177 |
+
p and
|
7178 |
+
ge toff
|
7179 |
+
you cando
|
7180 |
+
ic ans
|
7181 |
+
ithas been
|
7182 |
+
to e
|
7183 |
+
ac oun
|
7184 |
+
hes erved
|
7185 |
+
w ars
|
7186 |
+
la ura
|
7187 |
+
dam age
|
7188 |
+
pain t
|
7189 |
+
edirect edby
|
7190 |
+
may or
|
7191 |
+
i vers
|
7192 |
+
thecur rent
|
7193 |
+
ath ousand
|
7194 |
+
it ake
|
7195 |
+
that wouldbe
|
7196 |
+
bet ty
|
7197 |
+
author ities
|
7198 |
+
al aw
|
7199 |
+
class es
|
7200 |
+
vol ume
|
7201 |
+
responsi bility
|
7202 |
+
an ced
|
7203 |
+
de vil
|
7204 |
+
pass ing
|
7205 |
+
thefact that
|
7206 |
+
al ll
|
7207 |
+
contin ent
|
7208 |
+
apie ceof
|
7209 |
+
ou ter
|
7210 |
+
ad ult
|
7211 |
+
iz ing
|
7212 |
+
doll ar
|
7213 |
+
believe me
|
7214 |
+
base ball
|
7215 |
+
6 4
|
7216 |
+
ac cur
|
7217 |
+
and went
|
7218 |
+
le av
|
7219 |
+
see him
|
7220 |
+
s can
|
7221 |
+
gr an
|
7222 |
+
discus s
|
7223 |
+
boy friend
|
7224 |
+
job s
|
7225 |
+
draw ing
|
7226 |
+
al ie
|
7227 |
+
onthe ground
|
7228 |
+
b ach
|
7229 |
+
the doctor
|
7230 |
+
fair ly
|
7231 |
+
h l
|
7232 |
+
so men
|
7233 |
+
par ties
|
7234 |
+
des k
|
7235 |
+
administr ation
|
7236 |
+
fr ame
|
7237 |
+
it sc
|
7238 |
+
thes mall
|
7239 |
+
than the
|
7240 |
+
as ares
|
7241 |
+
do youknowwhat
|
7242 |
+
196 3
|
7243 |
+
graph ic
|
7244 |
+
newsp aper
|
7245 |
+
and say
|
7246 |
+
st ers
|
7247 |
+
ans w
|
7248 |
+
ob tain
|
7249 |
+
do i
|
7250 |
+
res ign
|
7251 |
+
ready to
|
7252 |
+
now i
|
7253 |
+
remain ed
|
7254 |
+
separ ate
|
7255 |
+
as o
|
7256 |
+
olymp ics
|
7257 |
+
d ers
|
7258 |
+
sha pe
|
7259 |
+
introdu c
|
7260 |
+
plann ing
|
7261 |
+
hedid not
|
7262 |
+
d ip
|
7263 |
+
st air
|
7264 |
+
tong ue
|
7265 |
+
where we
|
7266 |
+
as ign
|
7267 |
+
br ough
|
7268 |
+
but ifyou
|
7269 |
+
tofind out
|
7270 |
+
h abit
|
7271 |
+
which means
|
7272 |
+
gy p
|
7273 |
+
tow atch
|
7274 |
+
' ?
|
7275 |
+
low ly
|
7276 |
+
he came
|
7277 |
+
but when
|
7278 |
+
li ly
|
7279 |
+
by his
|
7280 |
+
own ed
|
7281 |
+
per mission
|
7282 |
+
why would
|
7283 |
+
7 7
|
7284 |
+
tof all
|
7285 |
+
happ ens
|
7286 |
+
the young
|
7287 |
+
or ient
|
7288 |
+
br ush
|
7289 |
+
t at
|
7290 |
+
from them
|
7291 |
+
instit ution
|
7292 |
+
at them
|
7293 |
+
br ick
|
7294 |
+
est ic
|
7295 |
+
bu ff
|
7296 |
+
every time
|
7297 |
+
kill him
|
7298 |
+
did it
|
7299 |
+
fl ash
|
7300 |
+
at mo
|
7301 |
+
ag ame
|
7302 |
+
unch of
|
7303 |
+
ac tof
|
7304 |
+
t aste
|
7305 |
+
get outofhere
|
7306 |
+
al oc
|
7307 |
+
prep are
|
7308 |
+
incre asing
|
7309 |
+
tor m
|
7310 |
+
pr on
|
7311 |
+
par ish
|
7312 |
+
dis ci
|
7313 |
+
tre m
|
7314 |
+
ing ing
|
7315 |
+
le af
|
7316 |
+
ah ard
|
7317 |
+
fall ing
|
7318 |
+
fe l
|
7319 |
+
met res
|
7320 |
+
exc ited
|
7321 |
+
invol vedin
|
7322 |
+
m ith
|
7323 |
+
in any
|
7324 |
+
ul ated
|
7325 |
+
human s
|
7326 |
+
me rely
|
7327 |
+
ch allenge
|
7328 |
+
fol ks
|
7329 |
+
and were
|
7330 |
+
15 0
|
7331 |
+
suppos edtobe
|
7332 |
+
s ot
|
7333 |
+
y l
|
7334 |
+
to c
|
7335 |
+
for our
|
7336 |
+
never been
|
7337 |
+
pri mar
|
7338 |
+
196 5
|
7339 |
+
flor ida
|
7340 |
+
bo ld
|
7341 |
+
turn edto
|
7342 |
+
init i
|
7343 |
+
apar tof
|
7344 |
+
direct edby
|
7345 |
+
and after
|
7346 |
+
she et
|
7347 |
+
p urch
|
7348 |
+
mar ie
|
7349 |
+
oh my
|
7350 |
+
mo od
|
7351 |
+
anal ysis
|
7352 |
+
si ble
|
7353 |
+
hill s
|
7354 |
+
r oute
|
7355 |
+
doing this
|
7356 |
+
was a
|
7357 |
+
sc rew
|
7358 |
+
tow ait
|
7359 |
+
e th
|
7360 |
+
be er
|
7361 |
+
over all
|
7362 |
+
j ord
|
7363 |
+
ather ine
|
7364 |
+
hid den
|
7365 |
+
e w
|
7366 |
+
the show
|
7367 |
+
ed down
|
7368 |
+
us hed
|
7369 |
+
inc ase
|
7370 |
+
ele ven
|
7371 |
+
id not
|
7372 |
+
thel ord
|
7373 |
+
as tory
|
7374 |
+
con ce
|
7375 |
+
kn ife
|
7376 |
+
juni or
|
7377 |
+
f iction
|
7378 |
+
and thep
|
7379 |
+
part softhe
|
7380 |
+
abou te
|
7381 |
+
not been
|
7382 |
+
att itude
|
7383 |
+
k an
|
7384 |
+
let them
|
7385 |
+
ug ly
|
7386 |
+
i tof
|
7387 |
+
and c
|
7388 |
+
exper iment
|
7389 |
+
kill er
|
7390 |
+
wes hall
|
7391 |
+
eder al
|
7392 |
+
thes outh
|
7393 |
+
di edin
|
7394 |
+
engine er
|
7395 |
+
then umber
|
7396 |
+
applic ation
|
7397 |
+
as in
|
7398 |
+
where didyou
|
7399 |
+
i ke
|
7400 |
+
o om
|
7401 |
+
ed an
|
7402 |
+
ig ive
|
7403 |
+
as ho
|
7404 |
+
ons ense
|
7405 |
+
to tell
|
7406 |
+
ado g
|
7407 |
+
ent ry
|
7408 |
+
make me
|
7409 |
+
return edto
|
7410 |
+
 °
|
7411 |
+
wood s
|
7412 |
+
imp act
|
7413 |
+
swee tie
|
7414 |
+
de put
|
7415 |
+
which the
|
7416 |
+
com b
|
7417 |
+
car l
|
7418 |
+
calm down
|
7419 |
+
m ant
|
7420 |
+
ins outh
|
7421 |
+
gave me
|
7422 |
+
fee llike
|
7423 |
+
e vil
|
7424 |
+
p ale
|
7425 |
+
in london
|
7426 |
+
wh er
|
7427 |
+
wann a
|
7428 |
+
what can
|
7429 |
+
po le
|
7430 |
+
ch at
|
7431 |
+
br ings
|
7432 |
+
p is
|
7433 |
+
il s
|
7434 |
+
car bon
|
7435 |
+
quiet ly
|
7436 |
+
adel ph
|
7437 |
+
ad s
|
7438 |
+
was very
|
7439 |
+
there cord
|
7440 |
+
one ly
|
7441 |
+
ive ly
|
7442 |
+
ele ment
|
7443 |
+
r aj
|
7444 |
+
bre athing
|
7445 |
+
uk rain
|
7446 |
+
independ ence
|
7447 |
+
whereareyou going
|
7448 |
+
g ie
|
7449 |
+
il k
|
7450 |
+
tobe lieve
|
7451 |
+
was re
|
7452 |
+
much more
|
7453 |
+
andi will
|
7454 |
+
hen ever
|
7455 |
+
thef loor
|
7456 |
+
bur st
|
7457 |
+
agroup of
|
7458 |
+
c ards
|
7459 |
+
so lo
|
7460 |
+
do l
|
7461 |
+
thef ather
|
7462 |
+
air of
|
7463 |
+
go sh
|
7464 |
+
the hell
|
7465 |
+
at your
|
7466 |
+
ing my
|
7467 |
+
kill me
|
7468 |
+
/ &
|
7469 |
+
j et
|
7470 |
+
it goes
|
7471 |
+
know why
|
7472 |
+
member ofthe
|
7473 |
+
am ous
|
7474 |
+
got i
|
7475 |
+
bu re
|
7476 |
+
abr itish
|
7477 |
+
new zealand
|
7478 |
+
close ly
|
7479 |
+
f its
|
7480 |
+
this year
|
7481 |
+
emer gency
|
7482 |
+
pri est
|
7483 |
+
ul ting
|
7484 |
+
on may
|
7485 |
+
like me
|
7486 |
+
about to
|
7487 |
+
ste ll
|
7488 |
+
happen edto
|
7489 |
+
is covered
|
7490 |
+
it i
|
7491 |
+
tele phone
|
7492 |
+
ex tra
|
7493 |
+
sk i
|
7494 |
+
theb ank
|
7495 |
+
bob by
|
7496 |
+
we igh
|
7497 |
+
these cret
|
7498 |
+
ense of
|
7499 |
+
congrat ulations
|
7500 |
+
miss ed
|
7501 |
+
hol iday
|
7502 |
+
kee per
|
7503 |
+
narr ator
|
7504 |
+
i usedto
|
7505 |
+
now that
|
7506 |
+
art ists
|
7507 |
+
vol un
|
7508 |
+
aff airs
|
7509 |
+
es the
|
7510 |
+
at in
|
7511 |
+
ur round
|
7512 |
+
) (
|
7513 |
+
v or
|
7514 |
+
me ad
|
7515 |
+
per man
|
7516 |
+
ati ent
|
7517 |
+
exp los
|
7518 |
+
k ansas
|
7519 |
+
at thec
|
7520 |
+
here wego
|
7521 |
+
part s
|
7522 |
+
inthe house
|
7523 |
+
iv ision
|
7524 |
+
geo graphy
|
7525 |
+
from you
|
7526 |
+
air y
|
7527 |
+
sil ence
|
7528 |
+
ch atter
|
7529 |
+
and l
|
7530 |
+
many ofthe
|
7531 |
+
akind of
|
7532 |
+
str ing
|
7533 |
+
suff er
|
7534 |
+
f ancy
|
7535 |
+
es that
|
7536 |
+
ad m
|
7537 |
+
exp ensive
|
7538 |
+
atthat time
|
7539 |
+
advent ure
|
7540 |
+
ap en
|
7541 |
+
your friend
|
7542 |
+
ers were
|
7543 |
+
sel ess
|
7544 |
+
follow edby
|
7545 |
+
addition al
|
7546 |
+
call you
|
7547 |
+
todo that
|
7548 |
+
b ite
|
7549 |
+
lin coln
|
7550 |
+
son s
|
7551 |
+
whatareyoudoing here
|
7552 |
+
i bet
|
7553 |
+
they all
|
7554 |
+
ag an
|
7555 |
+
people were
|
7556 |
+
never seen
|
7557 |
+
grow th
|
7558 |
+
but also
|
7559 |
+
hear me
|
7560 |
+
6 8
|
7561 |
+
igh ter
|
7562 |
+
iknow it
|
7563 |
+
thet it
|
7564 |
+
ut s
|
7565 |
+
ther ap
|
7566 |
+
even if
|
7567 |
+
ak id
|
7568 |
+
wh of
|
7569 |
+
aw ake
|
7570 |
+
bad ly
|
7571 |
+
w ag
|
7572 |
+
des ert
|
7573 |
+
tru ct
|
7574 |
+
gas ps
|
7575 |
+
b atter
|
7576 |
+
all those
|
7577 |
+
thebig gest
|
7578 |
+
th under
|
7579 |
+
go ode
|
7580 |
+
ge l
|
7581 |
+
he knew
|
7582 |
+
y an
|
7583 |
+
au x
|
7584 |
+
carol ina
|
7585 |
+
 Ĵ
|
7586 |
+
edto gether
|
7587 |
+
olymp ic
|
7588 |
+
but in
|
7589 |
+
tw ist
|
7590 |
+
t ab
|
7591 |
+
to x
|
7592 |
+
theb attle
|
7593 |
+
ur ingthe
|
7594 |
+
div or
|
7595 |
+
individ uals
|
7596 |
+
v id
|
7597 |
+
find it
|
7598 |
+
matter s
|
7599 |
+
on january
|
7600 |
+
ast ro
|
7601 |
+
reg ret
|
7602 |
+
tho ld
|
7603 |
+
does he
|
7604 |
+
ph ones
|
7605 |
+
cut ting
|
7606 |
+
fail ure
|
7607 |
+
= =
|
7608 |
+
capt ured
|
7609 |
+
he found
|
7610 |
+
str ang
|
7611 |
+
put them
|
7612 |
+
m ath
|
7613 |
+
the end
|
7614 |
+
ther ain
|
7615 |
+
prov ides
|
7616 |
+
sme ll
|
7617 |
+
ed ly
|
7618 |
+
po land
|
7619 |
+
idid not
|
7620 |
+
is called
|
7621 |
+
on september
|
7622 |
+
sc ow
|
7623 |
+
thre w
|
7624 |
+
5 7
|
7625 |
+
it could
|
7626 |
+
am or
|
7627 |
+
they said
|
7628 |
+
qu ad
|
7629 |
+
196 2
|
7630 |
+
histor ical
|
7631 |
+
chocol ate
|
7632 |
+
av id
|
7633 |
+
st even
|
7634 |
+
qu ot
|
7635 |
+
f ate
|
7636 |
+
the or
|
7637 |
+
on june
|
7638 |
+
let you
|
7639 |
+
philoso phy
|
7640 |
+
w ins
|
7641 |
+
ed a
|
7642 |
+
ing their
|
7643 |
+
tor ney
|
7644 |
+
is so
|
7645 |
+
how could
|
7646 |
+
195 6
|
7647 |
+
pick up
|
7648 |
+
wil son
|
7649 |
+
high way
|
7650 |
+
g if
|
7651 |
+
n umer
|
7652 |
+
gonn ab
|
7653 |
+
gor ith
|
7654 |
+
sc ale
|
7655 |
+
ity ofthe
|
7656 |
+
for giveme
|
7657 |
+
princi pal
|
7658 |
+
for got
|
7659 |
+
refer to
|
7660 |
+
francis co
|
7661 |
+
5 8
|
7662 |
+
d ish
|
7663 |
+
st ant
|
7664 |
+
ge e
|
7665 |
+
urpr ise
|
7666 |
+
ak i
|
7667 |
+
194 8
|
7668 |
+
pan ish
|
7669 |
+
ings ystem
|
7670 |
+
itt urn
|
7671 |
+
ase cret
|
7672 |
+
multi ple
|
7673 |
+
comed own
|
7674 |
+
s ant
|
7675 |
+
and me
|
7676 |
+
bl ues
|
7677 |
+
hewas born
|
7678 |
+
195 8
|
7679 |
+
per cen
|
7680 |
+
love you
|
7681 |
+
pre vious
|
7682 |
+
lab our
|
7683 |
+
glass es
|
7684 |
+
re ne
|
7685 |
+
se ed
|
7686 |
+
was made
|
7687 |
+
g ift
|
7688 |
+
which has
|
7689 |
+
theonly one
|
7690 |
+
present ly
|
7691 |
+
sun day
|
7692 |
+
agre ed
|
7693 |
+
on october
|
7694 |
+
teach ers
|
7695 |
+
fe ather
|
7696 |
+
and over
|
7697 |
+
if ind
|
7698 |
+
get in
|
7699 |
+
show me
|
7700 |
+
teach ing
|
7701 |
+
an ing
|
7702 |
+
for instance
|
7703 |
+
men and
|
7704 |
+
illustr ation
|
7705 |
+
r ules
|
7706 |
+
but itis
|
7707 |
+
think s
|
7708 |
+
ren der
|
7709 |
+
to an
|
7710 |
+
ish ing
|
7711 |
+
see k
|
7712 |
+
hewas the
|
7713 |
+
ed off
|
7714 |
+
you up
|
7715 |
+
my head
|
7716 |
+
to red
|
7717 |
+
do is
|
7718 |
+
near by
|
7719 |
+
the work
|
7720 |
+
get me
|
7721 |
+
su icide
|
7722 |
+
hur rican
|
7723 |
+
at est
|
7724 |
+
shoot ing
|
7725 |
+
from their
|
7726 |
+
get some
|
7727 |
+
conf idence
|
7728 |
+
h ans
|
7729 |
+
itwas not
|
7730 |
+
tof ollow
|
7731 |
+
intellig ence
|
7732 |
+
de ck
|
7733 |
+
ad op
|
7734 |
+
ri vers
|
7735 |
+
high ly
|
7736 |
+
whatareyou talkingabout
|
7737 |
+
thefr ont
|
7738 |
+
b its
|
7739 |
+
house hold
|
7740 |
+
turn ing
|
7741 |
+
degre es
|
7742 |
+
o ll
|
7743 |
+
tr ic
|
7744 |
+
ate of
|
7745 |
+
cl ark
|
7746 |
+
thep al
|
7747 |
+
feren ces
|
7748 |
+
- "
|
7749 |
+
to bring
|
7750 |
+
understand ing
|
7751 |
+
o y
|
7752 |
+
u ries
|
7753 |
+
ic el
|
7754 |
+
196 1
|
7755 |
+
what would
|
7756 |
+
thes ign
|
7757 |
+
tar get
|
7758 |
+
ad ing
|
7759 |
+
ha pe
|
7760 |
+
5 6
|
7761 |
+
hang on
|
7762 |
+
onthef loor
|
7763 |
+
9 8
|
7764 |
+
dis covery
|
7765 |
+
ann ual
|
7766 |
+
represent atives
|
7767 |
+
cle ver
|
7768 |
+
talk to
|
7769 |
+
char ges
|
7770 |
+
ed onthe
|
7771 |
+
sc ame
|
7772 |
+
f urn
|
7773 |
+
the question
|
7774 |
+
al ist
|
7775 |
+
part sof
|
7776 |
+
sett le
|
7777 |
+
circum stances
|
7778 |
+
ro ber
|
7779 |
+
thec at
|
7780 |
+
u be
|
7781 |
+
u gh
|
7782 |
+
was there
|
7783 |
+
co vers
|
7784 |
+
sin clude
|
7785 |
+
the mo
|
7786 |
+
ah ot
|
7787 |
+
ho les
|
7788 |
+
lookat me
|
7789 |
+
aslong as
|
7790 |
+
asfar as
|
7791 |
+
whok now
|
7792 |
+
to stop
|
7793 |
+
with some
|
7794 |
+
to ask
|
7795 |
+
ity and
|
7796 |
+
ci a
|
7797 |
+
shall we
|
7798 |
+
ur ther
|
7799 |
+
19 20
|
7800 |
+
h est
|
7801 |
+
v y
|
7802 |
+
three years
|
7803 |
+
vo y
|
7804 |
+
i j
|
7805 |
+
is your
|
7806 |
+
inst ant
|
7807 |
+
tern al
|
7808 |
+
af ire
|
7809 |
+
atthe end
|
7810 |
+
am is
|
7811 |
+
pregn ant
|
7812 |
+
his eyes
|
7813 |
+
think aboutit
|
7814 |
+
195 7
|
7815 |
+
the good
|
7816 |
+
.. ...
|
7817 |
+
for many
|
7818 |
+
never mind
|
7819 |
+
cop ies
|
7820 |
+
up inthe
|
7821 |
+
gh an
|
7822 |
+
thought s
|
7823 |
+
law yer
|
7824 |
+
someone else
|
7825 |
+
at isf
|
7826 |
+
ow l
|
7827 |
+
init ially
|
7828 |
+
hun ter
|
7829 |
+
crit ical
|
7830 |
+
br ow
|
7831 |
+
s was
|
7832 |
+
for what
|
7833 |
+
apart y
|
7834 |
+
arr ing
|
7835 |
+
neighbor hood
|
7836 |
+
b ent
|
7837 |
+
t is
|
7838 |
+
all your
|
7839 |
+
c art
|
7840 |
+
at en
|
7841 |
+
gen et
|
7842 |
+
iwant you
|
7843 |
+
iety of
|
7844 |
+
ent re
|
7845 |
+
rel atedto
|
7846 |
+
step hen
|
7847 |
+
and erm
|
7848 |
+
engine ering
|
7849 |
+
mass achuse
|
7850 |
+
patr ick
|
7851 |
+
on march
|
7852 |
+
wed ish
|
7853 |
+
gor don
|
7854 |
+
y ay
|
7855 |
+
as ier
|
7856 |
+
mm mm
|
7857 |
+
c ular
|
7858 |
+
al ife
|
7859 |
+
thed ifference
|
7860 |
+
cult ural
|
7861 |
+
in january
|
7862 |
+
193 9
|
7863 |
+
do ver
|
7864 |
+
ig aret
|
7865 |
+
show ed
|
7866 |
+
town ship
|
7867 |
+
ahu ge
|
7868 |
+
t um
|
7869 |
+
now here
|
7870 |
+
de cor
|
7871 |
+
mar ine
|
7872 |
+
haves omething
|
7873 |
+
con centr
|
7874 |
+
once more
|
7875 |
+
tod ie
|
7876 |
+
ag ing
|
7877 |
+
lead ers
|
7878 |
+
nomin ated
|
7879 |
+
c ute
|
7880 |
+
which were
|
7881 |
+
eng age
|
7882 |
+
prov ided
|
7883 |
+
con ven
|
7884 |
+
necess arily
|
7885 |
+
as ian
|
7886 |
+
we would
|
7887 |
+
not going
|
7888 |
+
thes en
|
7889 |
+
studio album
|
7890 |
+
pro ced
|
7891 |
+
who o
|
7892 |
+
ar gent
|
7893 |
+
n oneof
|
7894 |
+
all night
|
7895 |
+
nor the
|
7896 |
+
bed room
|
7897 |
+
7 8
|
7898 |
+
on july
|
7899 |
+
for one
|
7900 |
+
bl an
|
7901 |
+
ite m
|
7902 |
+
cho se
|
7903 |
+
pl ed
|
7904 |
+
in ab
|
7905 |
+
ar is
|
7906 |
+
im iss
|
7907 |
+
inthe past
|
7908 |
+
some what
|
7909 |
+
think i
|
7910 |
+
arr ondis
|
7911 |
+
thir teen
|
7912 |
+
tr ap
|
7913 |
+
hehad been
|
7914 |
+
descri be
|
7915 |
+
her father
|
7916 |
+
five minutes
|
7917 |
+
oh you
|
7918 |
+
arrondis se
|
7919 |
+
m att
|
7920 |
+
ho ll
|
7921 |
+
the very
|
7922 |
+
and everything
|
7923 |
+
cu it
|
7924 |
+
wall s
|
7925 |
+
re tired
|
7926 |
+
and theb
|
7927 |
+
nine teen
|
7928 |
+
in time
|
7929 |
+
orn er
|
7930 |
+
grand ma
|
7931 |
+
st ations
|
7932 |
+
cl as
|
7933 |
+
find ing
|
7934 |
+
n avy
|
7935 |
+
and made
|
7936 |
+
ac an
|
7937 |
+
de feat
|
7938 |
+
sc en
|
7939 |
+
whol es
|
7940 |
+
f ile
|
7941 |
+
ne ther
|
7942 |
+
int im
|
7943 |
+
bri g
|
7944 |
+
appropri ate
|
7945 |
+
h ab
|
7946 |
+
uni que
|
7947 |
+
igot t
|
7948 |
+
dy ing
|
7949 |
+
en de
|
7950 |
+
and k
|
7951 |
+
of life
|
7952 |
+
go there
|
7953 |
+
drink ing
|
7954 |
+
introdu ce
|
7955 |
+
i hear
|
7956 |
+
the air
|
7957 |
+
sure you
|
7958 |
+
mich igan
|
7959 |
+
co si
|
7960 |
+
they just
|
7961 |
+
ail way
|
7962 |
+
three times
|
7963 |
+
her husband
|
7964 |
+
saying that
|
7965 |
+
found ation
|
7966 |
+
cli ent
|
7967 |
+
t ts
|
7968 |
+
on as
|
7969 |
+
at my
|
7970 |
+
child hood
|
7971 |
+
bit ter
|
7972 |
+
int ent
|
7973 |
+
k ed
|
7974 |
+
how come
|
7975 |
+
ident ify
|
7976 |
+
h iding
|
7977 |
+
from my
|
7978 |
+
incre ased
|
7979 |
+
st retch
|
7980 |
+
t ournament
|
7981 |
+
ob vious
|
7982 |
+
flo od
|
7983 |
+
t ent
|
7984 |
+
w w
|
7985 |
+
te re
|
7986 |
+
who can
|
7987 |
+
thec ityof
|
7988 |
+
dow hat
|
7989 |
+
k ish
|
7990 |
+
ch ase
|
7991 |
+
ise qual
|
7992 |
+
v ate
|
7993 |
+
es ofthe
|
7994 |
+
abo ard
|
7995 |
+
grate ful
|
7996 |
+
thecounty seat
|
7997 |
+
f fort
|
7998 |
+
s que
|
7999 |
+
after you
|
8000 |
+
these things
|
8001 |
+
194 7
|
8002 |
+
the un
|
8003 |
+
it means
|
8004 |
+
your hand
|
8005 |
+
ail s
|
8006 |
+
club careerstatistics
|
8007 |
+
to stay
|
8008 |
+
it looks
|
8009 |
+
li est
|
8010 |
+
ab sor
|
8011 |
+
al ine
|
8012 |
+
care d
|
8013 |
+
glo bal
|
8014 |
+
rom antic
|
8015 |
+
5 9
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "UTT_BOUNDARY",
|
3 |
+
"eos_token": "UTT_BOUNDARY",
|
4 |
+
"pad_token": "PAD",
|
5 |
+
"unk_token": "UNK"
|
6 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "UTT_BOUNDARY",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "PAD",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "UNK",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"bos_token": "UTT_BOUNDARY",
|
30 |
+
"clean_up_tokenization_spaces": true,
|
31 |
+
"eos_token": "UTT_BOUNDARY",
|
32 |
+
"model_max_length": 1000000000000000019884624838656,
|
33 |
+
"pad_token": "PAD",
|
34 |
+
"tokenizer_class": "GPT2Tokenizer",
|
35 |
+
"unk_token": "UNK"
|
36 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|