-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathoutput.html
More file actions
322 lines (287 loc) · 645 KB
/
output.html
File metadata and controls
322 lines (287 loc) · 645 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<style>
</style>
<div id="fig_el7761744459419044347443933"></div>
<script>
function mpld3_load_lib(url, callback){
var s = document.createElement('script');
s.src = url;
s.async = true;
s.onreadystatechange = s.onload = callback;
s.onerror = function(){console.warn("failed to load library " + url);};
document.getElementsByTagName("head")[0].appendChild(s);
}
if(typeof(mpld3) !== "undefined" && mpld3._mpld3IsLoaded){
// already loaded: just create the figure
!function(mpld3){
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.draw_figure("fig_el7761744459419044347443933", {"axes": [{"xlim": [0.0, 0.40000000000000002], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [{"v_baseline": "auto", "h_anchor": "middle", "color": "#000000", "text": "KMeans", "coordinates": "axes", "zorder": 3, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.5, 1.0086805555555556], "rotation": -0.0, "id": "el776174518892880"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "None", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 12.0, "position": [-0.74193548387096753, -0.12499999999999999], "rotation": -0.0, "id": "el776174532429456"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 0", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.95874999999999999], "rotation": -0.0, "id": "el776174532303376"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 1", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.92281250000000004], "rotation": -0.0, "id": "el776174532305680"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 2", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.88687500000000008], "rotation": -0.0, "id": "el776174532385872"}], "zoomable": true, "images": [], "xdomain": [0.0, 0.40000000000000002], "ylim": [-0.10000000000000001, 0.90000000000000002], "paths": [{"edgecolor": "#000000", "facecolor": "#FFFFFF", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000001.0, "alpha": 1.0, "xindex": 0, "data": "data08", "id": "el776174532302928"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": "", "grid": {"gridOn": false}, "fontsize": null, "position": "bottom", "nticks": 0, "tickvalues": []}, {"scale": "linear", "tickformat": "", "grid": {"gridOn": false}, "fontsize": null, "position": "left", "nticks": 0, "tickvalues": []}], "lines": [{"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data01", "id": "el776174526795280"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data03", "id": "el776174530006096"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data05", "id": "el776174530062864"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532304208"}, {"color": "#FFFFFF", "yindex": 2, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532384400"}, {"color": "#FFFFFF", "yindex": 3, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532386704"}], "markers": [{"edgecolor": "#FFFFFF", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data01", "id": "el776174526795280pts"}, {"edgecolor": "#000000", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data02", "id": "el776174526795920pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data03", "id": "el776174530006096pts"}, {"edgecolor": "#000000", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data04", "id": "el776174530006800pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data05", "id": "el776174530062864pts"}, {"edgecolor": "#000000", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data06", "id": "el776174530063376pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532304784pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 2, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532384976pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 3, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532387280pts"}], "id": "el776174730477712", "ydomain": [-0.10000000000000001, 0.90000000000000002], "collections": [], "xscale": "linear", "bbox": [0.125, 0.099999999999999978, 0.16847826086956524, 0.80000000000000004]}, {"xlim": [0.0, 25.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 25.0], "ylim": [0.0, 400.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174530739664"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174530740944"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174530792208"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data12", "id": "el776174530793872"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174530857040"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data14", "id": "el776174530858704"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data15", "id": "el776174530859984"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data16", "id": "el776174530915344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174530917008"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data18", "id": "el776174530967888"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data19", "id": "el776174530969552"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data20", "id": "el776174503118480"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174503120144"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174503121808"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data23", "id": "el776174503172688"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data24", "id": "el776174503174352"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data25", "id": "el776174503233424"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data21", "id": "el776174503235088"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data12", "id": "el776174503236368"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data26", "id": "el776174503279440"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data27", "id": "el776174503281104"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data28", "id": "el776174503471248"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data29", "id": "el776174503472912"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data30", "id": "el776174503519696"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data15", "id": "el776174503521360"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 6, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 9, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174532430096", "ydomain": [0.0, 400.0], "collections": [], "xscale": "linear", "bbox": [0.32717391304347831, 0.099999999999999978, 0.16847826086956519, 0.80000000000000004]}, {"xlim": [0.0, 18.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 18.0], "ylim": [0.0, 30.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174503613520"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174503705104"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174530739408"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data10", "id": "el776174529663760"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174529747792"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data13", "id": "el776174529749456"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data10", "id": "el776174529804432"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data10", "id": "el776174529806096"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174530201040"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data15", "id": "el776174530202704"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data09", "id": "el776174530204368"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data11", "id": "el776174530259344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174530261008"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174530315984"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data22", "id": "el776174530317648"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data11", "id": "el776174530319312"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data20", "id": "el776174530370192"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data11", "id": "el776174530371856"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 10, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 7, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174340874576", "ydomain": [0.0, 30.0], "collections": [], "xscale": "linear", "bbox": [0.52934782608695663, 0.099999999999999978, 0.16847826086956519, 0.80000000000000004]}, {"xlim": [0.0, 25.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 25.0], "ylim": [0.0, 450.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174531630288"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 6, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174531631888"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 6, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174531633552"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 7, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data10", "id": "el776174531688528"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174531690192"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data13", "id": "el776174531691472"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 8, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data10", "id": "el776174531746832"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data10", "id": "el776174531748496"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174531072528"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data15", "id": "el776174531069200"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data09", "id": "el776174530981968"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 7, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data11", "id": "el776174530674960"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174530552912"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174530471952"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 8, "data": "data11", "id": "el776174530419344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data11", "id": "el776174340871568"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data20", "id": "el776174531800976"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 10, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data11", "id": "el776174531356240"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data12", "id": "el776174531357904"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data26", "id": "el776174531359568"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 11, "data": "data11", "id": "el776174531381776"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data12", "id": "el776174531383440"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data29", "id": "el776174531368784"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data30", "id": "el776174531370448"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data15", "id": "el776174531371728"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 6, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 10, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174503878224", "ydomain": [0.0, 450.0], "collections": [], "xscale": "linear", "bbox": [0.73152173913043483, 0.099999999999999978, 0.1684782608695653, 0.80000000000000004]}], "height": 800.0, "width": 2400.0, "plugins": [{"type": "reset"}, {"enabled": false, "button": true, "type": "zoom"}, {"enabled": false, "button": true, "type": "boxzoom"}, {"voffset": 10, "labels": ["The Good Father tt0093103 Drama ", "Vagabond tt0089960 Drama ", "Fuk sing go jiu tt0089177 Action, Comedy ", "My Life as a Dog tt0089606 Drama, Comedy ", "3 hommes et un couffin tt0090206 Comedy ", "When Father Was Away on Business tt0089748 Drama ", "Savage World Today tt0138624 Documentary ", "Gotcha! tt0089222 Action, Comedy, Mystery ", "Megazone Twenty Three Part I tt0160521 Animation, Action, Music ", "Mo deng xian lu qi yuan tt0089608 Comedy, Romance ", "Spies Like Us tt0090056 Adventure, Comedy ", "Lee Ritenour & Dave Grusin Live from the Record Plant tt0407942 Music ", "Childrens Songs and Stories with the Muppets tt0485453 Comedy, Family, Fantasy ", "Lost in America tt0089504 Comedy ", "Ji yung sam bo tt0089631 Action, Comedy ", "Girls Just Want to Have Fun tt0089208 Comedy, Music, Romance ", "My Lucky Stars 2: Twinkle Twinkle Lucky Stars tt0090342 Action, Comedy ", "Padre nuestro tt0087869 Drama ", "Colonel Redl tt0089716 Biography, Drama, History ", "Secret Admirer tt0089981 Comedy, Romance ", "After Hours tt0088680 Comedy, Drama, Thriller ", "Szaffi tt0137226 Animation ", "Jean Cocteau: Autobiography of an Unknown tt0089367 Documentary, Biography ", "The Sure Thing tt0090103 Comedy, Drama, Romance ", "The New Kids tt0089679 Drama, Horror, Thriller ", "The Feather Fairy tt0089800 Comedy, Fantasy, Romance ", "Death Wish 3 tt0089003 Action, Crime, Drama ", "Uuno Epsanjassa tt0090245 Comedy ", "Hail Mary tt0089366 Drama ", "St. Elmo's Fire tt0090060 Drama, Romance ", "Better Off Dead... tt0088794 Comedy, Romance ", "Zikina dinastija tt0181182 Comedy ", "Hua jie shi dai tt0089651 N/A ", "Sheng dan qi yu jie liang yuan tt0090011 Comedy, Crime ", "Prisoner 407 tt0122089 Action, Drama, Thriller ", "Into the Night tt0089346 Comedy, Drama, Thriller ", "Men... tt0089656 Comedy, Romance ", "Runaway Train tt0089941 Action, Adventure, Drama ", "Porky's 3: Revenge tt0089826 Comedy ", "The Return of the Living Dead tt0089907 Comedy, Horror, Sci-Fi ", "D\u00e9tective tt0089066 Comedy, Crime, Drama ", "Kiss of the Spider Woman tt0089424 Drama ", "Code of Silence tt0088936 Action, Crime, Drama ", "Insignificance tt0089343 Drama, Comedy ", "Peril tt0089860 Crime, Drama, Mystery ", "The Color Purple tt0088939 Drama ", "Just One of the Guys tt0089393 Comedy, Romance ", "My Science Project tt0089652 Action, Adventure, Comedy ", "La messa \u00e8 finita tt0089584 Comedy, Drama ", "The Dirty Dozen: Next Mission tt0089026 Action, War ", "Once Bitten tt0089730 Comedy, Horror ", "The Purple Rose of Cairo tt0089853 Comedy, Romance ", "La mansi\u00f3n de los muertos vivientes tt0089547 Horror ", "They Deliver tt0242945 Adult ", "Private Resort tt0089839 Comedy ", "Trinity: Good Guys and Bad Guys tt0089591 Action, Comedy, Crime ", "Huang jia shi jie tt0093229 Action, Crime, Drama ", "Yo, 'El Vaquilla' tt0090354 Action, Biography, Drama ", "Anzacs tt0088479 Drama, History, War ", "Wetherby tt0090310 Drama, Mystery ", "Chikan densha: Shanai de ippatsu tt0142170 N/A ", "Faces of Death III tt0121261 Documentary, Horror ", "Zimniy vecher v Gagrakh tt0090370 Comedy, Drama, Musical ", "The Journey of Natty Gann tt0089385 Family, Adventure ", "Clue tt0088930 Comedy, Crime, Mystery ", "The King of Friday Night tt0089423 Drama, Music ", "Heart of a Dragon tt0091427 Action, Comedy, Crime ", "Year of the Dragon tt0090350 Action, Crime, Drama ", "Fool for Love tt0089160 Drama ", "Tea in the Harem tt0090171 Drama ", "Pale Rider tt0089767 Western ", "The Young Vagabond tt0354234 Action, Comedy ", "Phenomena tt0087909 Horror, Mystery, Thriller ", "Festa di laurea tt0089136 Comedy, Drama, Romance ", "Commando tt0088944 Action, Adventure ", "How Poets Are Losing Their Illusions tt0087495 Comedy ", "A Chorus Line tt0088915 Drama, Music, Musical ", "Scorpio Nights tt0117568 Drama ", "Perfect tt0089798 Drama, Romance ", "American Ninja tt0088708 Action, Adventure, Romance ", "Police tt0089821 Crime, Drama, Romance ", "Summer Rental tt0090098 Comedy ", "Shovrim tt0152427 Comedy ", "Alice in Wonderland tt0088693 Adventure, Family, Fantasy ", "Meri Jung tt0084324 Drama ", "Yudh tt0090358 Action, Crime, Drama ", "L'amour braque tt0088714 Drama, Romance ", "The Unknown Soldier tt0090215 Drama, War ", "Head Office tt0091183 Comedy ", "Remo Williams: The Adventure Begins tt0089901 Action, Adventure, Comedy ", "My Sweet Little Village tt0090257 Comedy ", "O ippotis tis lakouvas tt0200739 Comedy, Sci-Fi ", "Das Boot tt0081834 Drama, War ", "Mismatched Couples tt0089865 Action, Comedy, Romance ", "An Early Frost tt0089069 Drama ", "Friday the 13th: A New Beginning tt0089173 Horror, Mystery, Thriller ", "Beyond the Walls tt0087699 Drama ", "Stronghold tt0090325 Crime, Thriller ", "Les nanas tt0087779 Comedy ", "The Falcon and the Snowman tt0087231 Biography, Crime, Drama ", "The Boys Next Door tt0090770 Crime, Drama, Thriller ", "Oar tt0202936 Drama ", "Silverado tt0090022 Action, Crime, Drama ", "Cocoon tt0088933 Sci-Fi ", "W starym dworku czyli niepodleglosc tr\u00f3jkat\u00f3w tt0088372 Horror ", "The Breakfast Club tt0088847 Comedy, Drama ", "The Lightship tt0089491 Drama ", "Murphy's Romance tt0089643 Comedy, Drama, Romance ", "Fletch tt0089155 Comedy, Crime, Mystery ", "Barbarian Queen tt0088771 Action, Adventure, Fantasy ", "Taboo IV: The Younger Generation tt0134988 Adult, Drama ", "Jawaab tt0349645 Romance, Thriller ", "Kobieta w kapeluszu tt0089432 N/A ", "Maa Kasam tt0243395 N/A ", "Taiwan Canasta tt0090122 Comedy, Drama ", "Target tt0090130 Action, Thriller, Drama ", "White Nights tt0090319 Drama ", "Desert Hearts tt0089015 Drama, Romance ", "Babel op\u00e9ra, ou la r\u00e9p\u00e9tition de Don Juan de Wolfgang Amadeus Mozart tt0182756 Comedy, Music ", "And Then tt0091989 Drama ", "The Mean Season tt0089572 Crime, Thriller ", "Explorers tt0089114 Adventure, Family, Sci-Fi ", "The Official Story tt0089276 Drama, History, War ", "Sacrifice tt0091670 Drama ", "Nattseilere tt0089671 Adventure, Drama ", "All Over Down Under tt0383179 Documentary, Sport ", "Peking Opera Blues tt0090952 Comedy, Action ", "The Decline of the American Empire tt0090985 Comedy, Drama ", "Inspecteur Lavardin tt0091270 Crime, Drama, Mystery ", "River's Edge tt0091860 Crime, Drama ", "Gung Ho tt0091159 Comedy, Drama ", "Die Fledermaus tt0252440 Comedy, Music ", "Blue Velvet tt0090756 Crime, Drama, Mystery ", "Making of 'Devil Woman Doctor' tt1433537 Documentary ", "Ginger and Fred tt0091113 Comedy, Drama ", "Manhunter tt0091474 Crime, Mystery, Thriller ", "Secvente tt0130246 Drama ", "Black Moon Rising tt0090735 Action, Sci-Fi, Thriller ", "Hong kil dong tt0254387 Action, Fantasy, Adventure ", "Aliens tt0090605 Action, Adventure, Sci-Fi ", "God's Country tt0091125 Documentary ", "Just Between Friends tt0091310 Drama ", "Huan le ding dong tt0091227 N/A ", "El exterminador nocturno tt0202868 Drama, Family, Fantasy ", "Summer tt0091830 Drama, Romance ", "The Assault tt0090576 Drama, History, Romance ", "At Close Range tt0090670 Crime, Drama ", "The Color of Money tt0090863 Drama, Sport ", "Hoosiers tt0091217 Drama, Sport ", "Something Wild tt0091983 Comedy, Crime, Romance ", "The Great Wall Is a Great Wall tt0091151 Comedy, Drama ", "Allah-Rakha tt0090611 N/A ", "Gokud\u00f4 no onna-tachi tt0225881 Crime ", "Matador tt0091495 Drama, Mystery, Thriller ", "Wild Pigeon tt0090845 Drama ", "Th\u00e9r\u00e8se tt0092090 Drama ", "Krik delfina tt0091357 Action, Sci-Fi ", "Pirates tt0091757 Adventure, Comedy, Family ", "Mona Lisa tt0091538 Crime, Drama, Romance ", "Jumpin' Jack Flash tt0091306 Comedy, Romance, Thriller ", "Dust in the Wind tt0091406 Drama, Romance ", "A Time to Live, a Time to Die tt0090185 Biography, Drama ", "Shanghai Express tt0091091 Action, Comedy, Western ", "The Fugitives tt0091093 Comedy, Crime ", "Down and Out in Beverly Hills tt0090966 Comedy ", "A Hearty Response tt0092260 Action, Comedy, Crime ", "Hannah and Her Sisters tt0091167 Comedy, Drama ", "Shen tan zhu gu li tt0091940 Comedy, Crime ", "Xiong mao tt0092252 Comedy, Fantasy, Horror ", "Final Take: The Golden Age of Movies tt0093348 Drama ", "Dei ha ching tt0090922 N/A ", "Zui jia fu xing tt0091447 Action, Comedy ", "Ba wang nu fu xing tt0090681 Action, Comedy, Drama ", "Shuang long tu zhu tt0091951 Action, Comedy ", "Above the Law tt0094374 Action ", "Platoon tt0091763 Drama, War ", "Forbidden Dreams tt0091976 Drama ", "When the Wind Blows tt0090315 Animation, Comedy, Drama ", "Running Scared tt0091875 Action, Comedy, Crime ", "Awara tt0246443 N/A ", "Cobra tt0090859 Action, Crime, Horror ", "Rosa Luxemburg tt0091869 Biography, Drama ", "Pisma myortvogo cheloveka tt0091759 Drama, Sci-Fi ", "Armed and Dangerous tt0090660 Action, Comedy, Crime ", "Raw Deal tt0091828 Action, Crime, Thriller ", "The Passage tt0091730 Adventure, Drama, Fantasy ", "The Golden Child tt0091129 Action, Adventure, Comedy ", "...And the Pursuit of Happiness tt0092561 Documentary ", "Cat City tt0179955 Animation, Adventure, Comedy ", "Du mich auch tt0090977 N/A ", "True Stories tt0092117 Musical, Comedy ", "Ga, Ga - Chwala bohaterom tt0091096 Horror, Sci-Fi ", "My Friend Ivan Lapshin tt0084345 Drama ", "In the Shadow of the Blue Rascal tt0229088 N/A ", "Id\u00f6 van tt0091253 Drama ", "Wacked Waitresses tt0153617 Adult ", "Miscellaneous News tt0090254 N/A ", "Tough Guys tt0092105 Comedy ", "The Venetian Woman tt0092157 Drama, Romance ", "Nothing in Common tt0091653 Comedy, Drama, Romance ", "Murphy's Law tt0091575 Action, Crime, Drama ", "Heartburn tt0091188 Comedy, Drama ", "Where There's Smoke tt0178103 Adult ", "Every Time We Say Goodbye tt0091019 Drama, Romance, War ", "Jason Lives: Friday the 13th Part VI tt0091080 Horror, Thriller ", "Regalo di Natale tt0091837 Drama ", "Avenging Force tt0090678 Action, Drama, Thriller ", "Karma tt0091328 Action, Adventure, Comedy ", "Fuk Fuk \u00e0 Brasileira tt0438856 Adult ", "The Professor tt0088879 Crime, Drama ", "Ruthless People tt0091877 Comedy, Crime ", "Down by Law tt0090967 Comedy, Crime, Drama ", "Flodder tt0091060 Action, Comedy ", "Mort un dimanche de pluie tt0091556 Horror, Thriller ", "The Karate Kid, Part II tt0091326 Action, Family, Romance ", "Lady Jane tt0091374 Biography, Drama, History ", "My Brother-in-law Killed My Sister tt0089613 Comedy, Thriller ", "Defense of the Realm tt0089009 Thriller ", "Quicksilver tt0091814 Crime, Drama, Thriller ", "Power tt0091786 Drama ", "Korkusuz tt1355207 Action ", "A King and His Movie tt0089794 Comedy, Drama ", "Sword of Gideon tt0092038 Action, Drama, Thriller ", "Janbaaz tt0091284 Action, Drama ", "Salvador tt0091886 Drama, History, Thriller ", "Vamp tt0092147 Comedy, Horror ", "Pretty in Pink tt0091790 Comedy, Drama, Romance ", "M\u00e9nage tt0092068 Comedy, Crime, Drama ", "Kynigoi tt1373161 Short ", "Ovo malo duse tt0455672 Drama ", "Hey Babu Riba tt0091200 Drama, Romance ", "I Do Not Know What It Is I Am Like tt0230316 N/A ", "Priklyucheniya Sherloka Kholmsa i doktora Vatsona: Dvadtsatyy vek nachinaetsya tt0091942 Crime, Mystery ", "Demons 2 tt0090930 Horror ", "No Mercy tt0091637 Action, Crime, Romance ", "Hardbodies 2 tt0091173 Comedy ", "L'ex\u00e9cutrice tt0091025 Action, Thriller ", "The Manhattan Project tt0091472 Sci-Fi, Thriller ", "Iron Eagle tt0091278 Action, Thriller, War ", "Scene of the Crime tt0091410 Drama ", "About Last Night... tt0090583 Comedy, Drama, Romance ", "Charlotte for Ever tt0090815 Comedy, Drama ", "Comic Magazine tt0091354 Comedy ", "George Carlin: Playin' with Your Head tt0199554 Documentary, Comedy ", "Resting Place tt0091844 Drama ", "Ahora mis pistolas hablan tt0093856 Western ", "Speriamo che sia femmina tt0090055 Comedy, Drama ", "Rus iznachalnaya tt0091876 Drama, History ", "Big Trouble in Little China tt0090728 Action, Adventure, Comedy ", "Maximum Overdrive tt0091499 Action, Horror, Sci-Fi ", "Comrades tt0092772 Drama ", "Jean de Florette tt0091288 Drama ", "Manon of the Spring tt0091480 Drama ", "Mama is boos! tt0091466 Comedy ", "The Terrorizers tt0091355 Drama ", "Gin\u00ee piggu 4: P\u00eet\u00e2 no akuma no joi-san tt0161639 Comedy, Horror ", "Kochankowie mojej mamy tt0091352 Drama ", "Half Moon Street tt0091164 Thriller, Drama ", "Back to School tt0090685 Comedy, Romance, Sport ", "I Love Dollars tt0322698 N/A ", "Jiang shi jia zu: Jiang shi xian sheng xu ji tt0091293 Comedy, Horror ", "Betty Blue tt0090563 Drama, Romance ", "The Mosquito Coast tt0091557 Adventure, Drama, Thriller ", "The Hitcher tt0091209 Action, Thriller ", "Short Circuit tt0091949 Comedy, Family, Sci-Fi ", "Canada Vignettes: Ice Carnival Montreal 1885 - Canadian Bounce tt0236064 Short ", "Absolute Beginners tt0090585 Drama, Fantasy, Musical ", "The Money Pit tt0091541 Comedy ", "Shadows in Paradise tt0092149 Comedy, Drama, Romance ", "The Delta Force tt0090927 Action, Adventure, Drama ", "Flight of the Navigator tt0091059 Adventure, Family, Sci-Fi ", "No Way Out tt0093640 Action, Crime, Drama ", "Stakeout tt0094025 Action, Comedy, Crime ", "House of Games tt0093223 Crime, Mystery, Thriller ", "Saang gong kei bing II tt0093957 Action, Crime, Thriller ", "Cry Freedom tt0092804 Biography, Drama, History ", "Street Trash tt0094057 Comedy, Horror ", "Roxanne tt0093886 Comedy, Drama, Romance ", "La vall\u00e9e fant\u00f4me tt0094239 Drama ", "Gardens of Stone tt0093073 Drama, War, Romance ", "Square Dance tt0094020 Drama, Romance ", "3 Men and a Baby tt0094137 Comedy, Drama, Family ", "A Taxing Woman tt0093502 Comedy, Crime ", "Prick Up Your Ears tt0093776 Biography, Drama ", "The Pick-up Artist tt0093737 Comedy, Crime, Romance ", "Under the Sun of Satan tt0094011 Drama ", "Body Count tt0198341 Drama, Horror, Thriller ", "The Stepfather tt0094035 Thriller ", "Wicked City tt0098692 Animation, Fantasy, Horror ", "Outrageous Fortune tt0093690 Comedy ", "Blind Chance tt0084549 Drama ", "Pirates of the Lake tt0093591 Adventure ", "Au Revoir Les Enfants tt0092593 Biography, Drama, War ", "King Lear tt0093349 Comedy, Drama, Sci-Fi ", "Rambo tt0093823 Short ", "A Man from Boulevard des Capucines tt0092745 Comedy, Musical, Romance ", "Summer School tt0094072 Comedy, Romance ", "Professor Raat tt0131547 N/A ", "Good Morning, Vietnam tt0093105 Comedy, Drama, War ", "Lo negro del 'Negro'... (Poder que corrompe) tt0217684 Action ", "Dust in the Wind tt0091406 Drama, Romance ", "Boyfriends and Girlfriends tt0092550 Comedy, Drama, Romance ", "The Believers tt0092632 Horror ", "An Autumn's Tale tt0093426 Drama, Romance ", "Party Animals tt0145310 Adult ", "Some Kind of Wonderful tt0094006 Drama, Romance ", "Project A-Ko 2: Daitokuji zaibatsu no inb\u00f4 tt0093792 Animation, Comedy ", "Suspect tt0094082 Crime, Drama, Thriller ", "Withnail & I tt0094336 Comedy, Drama ", "Death Wish 4: The Crackdown tt0092857 Action, Crime, Drama ", "Flaming Brothers tt0093305 Action, Crime, Romance ", "Family Comedy Hour tt0338025 Comedy ", "Project A 2 tt0092501 Action, Comedy, Crime ", "Wings of Honneamise tt0093207 Animation, Drama, Sci-Fi ", "The Romancing Star tt0093056 Comedy, Romance ", "Piao cuo can tt0093735 N/A ", "The Lighthorsemen tt0093416 War, Drama ", "The Principal tt0093780 Crime, Drama, Thriller ", "Feliz Ano Velho tt0261690 Drama ", "The Dead tt0092843 Drama ", "Courier tt0091364 Comedy, Drama, Romance ", "Four Adventures of Reinette and Mirabelle tt0090565 Comedy, Drama, Romance ", "Lethal Weapon tt0093409 Action, Thriller ", "My Best Friend's Birthday tt0359715 Comedy ", "Wanted: Dead or Alive tt0094293 Action, Crime, Drama ", "Law of Desire tt0093412 Comedy, Drama, Thriller ", "Prince of Darkness tt0093777 Horror ", "Wall Street tt0094291 Crime, Drama ", "Critical Condition tt0092798 Comedy ", "China Girl tt0092751 Crime, Drama, Romance ", "Wings of Desire tt0093191 Drama, Romance ", "The Emperor's Naked Army Marches On tt0092963 Documentary, War ", "*batteries not included tt0092494 Comedy, Drama, Family ", "Broadcast News tt0092699 Comedy, Drama, Romance ", "Cold Summer of 1953 tt0095441 Action, Crime, Drama ", "How Poets Are Enjoying Their Lives tt0093291 Comedy ", "Anguish tt0090644 Horror, Thriller ", "Masques tt0093505 Comedy, Crime ", "Ironweed tt0093277 Drama ", "Czarne stopy tt0099335 N/A ", "Barfly tt0092618 Comedy, Drama, Romance ", "Tin Men tt0094155 Comedy, Drama ", "Who's That Girl tt0094321 Comedy, Music, Romance ", "Dragnet tt0092925 Comedy, Crime ", "Hope and Glory tt0093209 Comedy, Drama ", "RoboCop tt0093870 Action, Crime, Sci-Fi ", "Spaceballs tt0094012 Adventure, Comedy, Sci-Fi ", "From the Hip tt0093051 Comedy, Drama ", "Tough Guys Don't Dance tt0094169 Comedy, Crime, Drama ", "Creepshow 2 tt0092796 Comedy, Horror, Thriller ", "Dirty Dancing tt0092890 Drama, Music, Romance ", "Baby Boom tt0092605 Comedy, Drama, Romance ", "Personal Services tt0093727 Comedy ", "Amazon Women on the Moon tt0092546 Comedy, Sci-Fi ", "The Cure in Orange tt0163593 Documentary, Music ", "Street Smart tt0094056 Crime, Drama, Thriller ", "Jack & Jill tt0345452 Comedy ", "Matewan tt0093509 Drama, History ", "Szam\u00e1rk\u00f6h\u00f6g\u00e9s tt0092040 Drama ", "The Princess Bride tt0093779 Adventure, Comedy, Family ", "Morning Patrol tt0093791 Sci-Fi ", "The Witches of Eastwick tt0094332 Comedy, Fantasy, Horror ", "Beverly Hills Cop II tt0092644 Action, Comedy, Crime ", "The Charles Bukowski Tapes tt1019894 Documentary ", "Thoovanathumbikal tt0249188 Drama, Fantasy, Musical ", "Aradhana tt0092578 Musical, Romance ", "La piovra 3 tt0256568 Crime, Drama, Romance ", "The Cry of the Owl tt0092797 Drama, Romance, Thriller ", "Ijaazat tt0091256 Drama, Musical, Romance ", "Mournful Unconcern tt0124127 N/A ", "They Call Me Renegade tt0095975 Action, Adventure, Comedy ", "Skytturnar tt0093985 Drama ", "Assassination tt0092585 Action, Drama, Thriller ", "Madox-01 tt0093529 Animation, Comedy, Sci-Fi ", "Sweets from a Stranger tt0092722 Horror, Thriller ", "The Garbage Pail Kids Movie tt0093072 Adventure, Musical, Comedy ", "Nayakan tt0093603 Crime, Drama ", "84 Charing Cross Road tt0090570 Biography, Drama, Romance ", "Someone to Watch Over Me tt0094008 Action, Crime, Drama ", "September tt0093940 Drama ", "Murder by the Book tt0093585 Crime, Mystery, Thriller ", "Overboard tt0093693 Comedy, Romance ", "Night Journey tt0280356 N/A ", "Eastern Condors tt0090956 Action, Drama, War ", "Zavtra byla voyna tt0094369 Drama, Family, War ", "The Secret of My Succe$s tt0093936 Comedy ", "De ratelrat tt0093824 Crime ", "Dynamite Fighters tt0094375 Action, Drama ", "Promis... jur\u00e9! tt0095915 Comedy, War ", "Blind Date tt0092666 Comedy, Romance ", "The Video Dead tt0155350 Comedy, Horror ", "Fatal Attraction tt0093010 Drama, Horror, Romance ", "Best Seller tt0092641 Crime, Drama, Thriller ", "Princess from the Moon tt0094100 Adventure, Drama, Fantasy ", "Can't Buy Me Love tt0092718 Comedy, Drama, Romance ", "Moonstruck tt0093565 Comedy, Drama, Romance ", "What Every Frenchwoman Wants tt0092995 Comedy ", "Assa tt0094683 Crime, Drama, History ", "Planes, Trains & Automobiles tt0093748 Comedy, Drama ", "Hamburger Hill tt0093137 Drama, War, Action ", "The Fourth Protocol tt0093044 Action, Thriller ", "Love Rites tt0094932 Drama, Mystery ", "Full Metal Jacket tt0093058 Drama, War ", "The Year My Voice Broke tt0094347 Drama, Romance ", "Five Corners tt0093029 Drama ", "Hiding Out tt0093186 Comedy, Drama, Romance ", "A Nightmare on Elm Street 3: Dream Warriors tt0093629 Horror, Thriller ", "Leere Welt tt0093398 Drama, Sci-Fi ", "Aha Naa Pellanta tt0249336 Comedy ", "The Rosary Murders tt0093881 Crime, Drama, Mystery ", "Aniol w szafie tt0092567 Drama ", "Heng cai san qian wan tt0089270 Adventure, Comedy ", "Angel Heart tt0092563 Horror, Mystery, Thriller ", "Black Widow tt0090738 Crime, Thriller ", "Eddie Murphy Raw tt0092948 Documentary, Comedy ", "Jerry Seinfeld: Stand-Up Confidential tt0158687 Comedy ", "Cobra Verde tt0094888 Adventure, Drama ", "Crazy Love tt0092794 Drama ", "Legend of the White Horse tt0089471 Adventure ", "It's Alive III: Island of the Alive tt0093286 Horror ", "Cherry 2000 tt0092746 Action, Adventure, Sci-Fi ", "The Hidden tt0093185 Action, Crime, Horror ", "Adventures in Babysitting tt0092513 Action, Comedy, Crime ", "Bad tt0124288 Short, Music, Musical ", "Tiger on Beat tt0095491 Action, Comedy, Crime ", "Cocoon: The Return tt0094890 Adventure, Comedy, Mystery ", "Amsterdamned tt0094651 Action, Horror, Thriller ", "Mystic Pizza tt0095690 Comedy, Drama, Romance ", "Location Production Footage: The Last Temptation of Christ tt0374003 Documentary, Short ", "Bright Lights, Big City tt0094799 Drama ", "Dirty Rotten Scoundrels tt0095031 Comedy, Crime ", "Fright Night Part 2 tt0097390 Horror, Comedy ", "Whoops Apocalypse tt0092211 Comedy ", "La maison assassin\u00e9e tt0095567 Drama ", "Satisfaction tt0096037 Comedy, Music, Romance ", "Damnation tt0095475 Crime, Drama, Romance ", "Il commissario Lo Gatto tt0092770 Comedy ", "Scrooged tt0096061 Comedy, Drama, Fantasy ", "Biloxi Blues tt0094746 Comedy, Drama ", "The Lair of the White Worm tt0095488 Comedy, Horror ", "Ernest Saves Christmas tt0095107 Comedy, Family, Fantasy ", "Punchline tt0095927 Comedy, Drama, Romance ", "Taffin tt0096211 Action, Thriller ", "Bony a klid tt0092687 Comedy, Crime, Drama ", "Khatron Ke Khiladi tt0095440 Action, Comedy, Crime ", "Masquerade tt0095599 Drama, Mystery, Romance ", "Love with the Perfect Stranger tt0095551 Drama, Romance ", "Caddyshack II tt0094824 Comedy, Sport ", "Mi fantasma y yo tt0244657 Comedy, Drama, Fantasy ", "As Tears Go By tt0096461 Crime, Drama, Romance ", "Hok haau fung wan tt0096472 Action, Crime, Drama ", "The Bizarre Country tt0180866 Drama, Fantasy ", "Talk Radio tt0096219 Drama ", "Ya bon les blancs tt0095718 Comedy, Drama ", "The Last Temptation of Christ tt0095497 Drama ", "Igla tt0097561 Drama, Thriller ", "Les ann\u00e9es sandwiches tt0094662 Drama ", "To Kill a Priest tt0096280 Drama, History, Thriller ", "Bull Durham tt0094812 Comedy, Romance, Sport ", "Short Circuit 2 tt0096101 Comedy, Drama, Family ", "Bird tt0094747 Biography, Drama, Music ", "Cop tt0092783 Crime, Drama, Mystery ", "A Taxing Woman's Return tt0095597 Comedy, Crime ", "Pulse tt0095924 Horror, Sci-Fi ", "Rocket Gibraltar tt0096003 Drama ", "Mother tt0203548 N/A ", "Il frullo del passero tt0095150 Drama, Romance ", "Imagine: John Lennon tt0095360 Documentary, Biography, Music ", "Top Squad tt0094694 Action, Comedy ", "Chuang xie xian sheng tt0094875 Comedy, Horror, Romance ", "High Spirits tt0095304 Comedy, Fantasy, Horror ", "The Caine Mutiny Court-Martial tt0094826 Drama, War ", "The Couch Trip tt0094910 Comedy ", "Torch Song Trilogy tt0096289 Comedy, Drama, Romance ", "And God Created Woman tt0092559 Comedy, Drama, Romance ", "Batteries Included tt0131952 Adult ", "Colors tt0094894 Action, Crime, Drama ", "Hanussen tt0095276 Drama, History ", "La lectrice tt0095511 Comedy, Drama ", "The Rage of Love tt0095272 Drama ", "Guo bu xin lang tt0095264 Action, Comedy ", "Jack's Back tt0095389 Crime, Horror, Mystery ", "Jeete Hain Shaan Se tt0361772 Action ", "Jing zhuong zhui nu zi zhi er tt0095404 Comedy, Romance ", "Lie ying ji hua tt0095520 N/A ", "The Great Outdoors tt0095253 Comedy ", "Married to the Mob tt0095593 Comedy, Crime, Romance ", "She's Having a Baby tt0096094 Comedy, Drama, Romance ", "Action Jackson tt0094612 Action, Comedy, Crime ", "The South tt0094076 Drama ", "The Accused tt0094608 Crime, Drama ", "War and Remembrance tt0096725 Drama, War ", "Young Guns tt0096487 Action, Crime, Drama ", "A Handful of Dust tt0095274 Drama, Romance ", "Days of Eclipse tt0095040 Drama, Sci-Fi ", "Gangaa Jamunaa Saraswathi tt0095198 Action, Drama, Adventure ", "The Little Thief tt0098087 Drama, Crime, Romance ", "Apartment Zero tt0094667 Drama, Thriller ", "Tapeheads tt0096223 Comedy, Music ", "Return of the Living Dead II tt0095990 Comedy, Horror ", "Camp de Thiaroye tt0092716 Drama, War ", "Maniac Cop tt0095583 Action, Crime, Horror ", "Stand and Deliver tt0094027 Drama ", "L'\u00e9tudiante tt0096523 Comedy, Romance ", "Sound and Fury tt0094959 Drama ", "The House on Carroll Street tt0095333 Drama, Thriller ", "Betrayed tt0094731 Action, Drama, Romance ", "On the Silver Globe tt0093593 Adventure, Fantasy, Sci-Fi ", "Tequila Sunrise tt0096244 Action, Crime, Romance ", "Rambo III tt0095956 Action, Adventure, Thriller ", "Friday the 13th Part VII: The New Blood tt0095179 Horror, Thriller ", "Grave of the Fireflies tt0095327 Animation, Drama, War ", "Tezaab tt0096252 Musical, Romance ", "Distant Voices, Still Lives tt0095037 Drama ", "Off Limits tt0095774 Action, Thriller, War ", "Alien Nation tt0094631 Action, Crime, Sci-Fi ", "Mississippi Burning tt0095647 Crime, Drama, Mystery ", "Forever James Dean tt0268312 Documentary, Biography ", "Appleseed tt0094668 Animation, Crime, Sci-Fi ", "Dragons Forever tt0093015 Action, Comedy, Romance ", "Things Change tt0096259 Comedy, Crime, Drama ", "The Boost tt0094783 Drama, Romance ", "Red Heat tt0095963 Action, Comedy, Crime ", "The Blob tt0094761 Horror, Sci-Fi ", "Ramb-Ohh: The Sex Platoon tt0190685 Adult ", "A Fish Called Wanda tt0095159 Comedy, Crime ", "I'm Gonna Git You Sucka tt0095348 Action, Comedy ", "The Seventh Sign tt0096073 Drama, Fantasy, Horror ", "Time of the Gypsies tt0097223 Comedy, Crime, Drama ", "Nisuim Fiktiveem tt0099565 Drama ", "Les poss\u00e9d\u00e9s tt0093765 Drama ", "Clean and Sober tt0094884 Drama ", "Casual Sex? tt0094846 Comedy ", "Vice Versa tt0096380 Comedy, Fantasy ", "The Milagro Beanfield War tt0095638 Comedy, Fantasy, Drama ", "Dayavan tt0094958 Action, Crime, Drama ", "Midnight Run tt0095631 Action, Comedy, Crime ", "The Rescue tt0095981 Action, Adventure, Drama ", "Itin\u00e9raire d'un enfant g\u00e2t\u00e9 tt0095386 Drama, Adventure, Comedy ", "Gorod Zero tt0095244 Comedy, Drama, Mystery ", "Cocktail tt0094889 Comedy, Drama, Romance ", "Two Moon Junction tt0096324 Drama, Romance ", "Three Seats for the 26th tt0096309 Musical ", "Niezwykla podr\u00f3z Baltazara Kobera tt0095729 N/A ", "Tel Aviv-Los Angeles tt0145518 Drama ", "36 fillette tt0094596 Romance, Drama ", "Zhena kerosinshchika tt0096503 Drama ", "Vijay tt0096390 Action, Drama, Romance ", "Macho Dancer tt0095562 Drama ", "The Presidio tt0095897 Action, Crime, Mystery ", "Sweet Lies tt0096201 Comedy, Romance ", "Another Woman tt0094663 Drama ", "High Hopes tt0095302 Comedy, Drama ", "Above the Law tt0094602 Action, Crime, Drama ", "Crossing Delancey tt0094921 Comedy, Romance ", "Graveyard Shift II tt0096335 Horror ", "Coming to America tt0094898 Comedy, Romance ", "Dariya Dil tt0377738 Drama, Family ", "U2: Rattle and Hum tt0096328 Documentary, Music ", "7 mikroi kommandos tt1334200 Action, Family ", "Pik lik sin fung tt0126301 Action, Comedy, Crime ", "The Infernal Rapist tt0368410 Horror, Thriller ", "Hunting Time tt0123388 N/A ", "Twins tt0096320 Comedy ", "Buster tt0094819 Adventure, Biography, Comedy ", "'Rain Man' Featurette tt0880664 Documentary, Short ", "The Visitors tt0094730 Horror ", "George Carlin: What Am I Doing in New Jersey? tt0246644 Documentary, Comedy ", "The Dead Pool tt0094963 Action, Crime, Thriller ", "Shahenshah tt0093949 Action ", "Big tt0094737 Comedy, Drama, Fantasy ", "Mr. North tt0095665 Comedy, Drama ", "Salome's Last Dance tt0096029 Biography, Comedy, Drama ", "Never on Tuesday tt0095722 Comedy ", "Heart of a Dog tt0096126 Comedy, Drama, Sci-Fi ", "Balkan Express 2 tt0383905 Comedy, War ", "Distant Thunder tt0095036 Drama ", "Working Girl tt0096463 Comedy, Drama, Romance ", "Miracle Mile tt0097889 Action, Drama, Romance ", "They Live tt0096256 Action, Comedy, Horror ", "A Nightmare on Elm Street 4: The Dream Master tt0095742 Horror, Thriller ", "Ying zhao nu lang 1988 tt0095221 Drama ", "Die Venusfalle tt0096372 Drama ", "Big Business tt0094739 Comedy ", "La trasgressione tt0096299 Thriller ", "Die Hard tt0095016 Action, Thriller ", "Shoot to Kill tt0096098 Action, Adventure, Crime ", "Red Scorpion tt0098180 Action, Adventure ", "Story of Women tt0096336 Drama ", "Beetlejuice tt0094721 Comedy, Fantasy ", "The Naked Gun: From the Files of Police Squad! tt0095705 Comedy, Crime ", "Monsters University tt1453405 Animation, Adventure, Comedy ", "Gangster Squad tt1321870 Action, Crime, Drama ", "G.I. Joe: Retaliation tt1583421 Action, Adventure, Sci-Fi ", "Iron Man 3 tt1300854 Action, Adventure, Sci-Fi ", "The Big Wedding tt1931435 Comedy ", "After Earth tt1815862 Action, Adventure, Sci-Fi ", "Slightly Single in L.A. tt1227931 Comedy, Romance ", "Kill 'em All tt1928335 Action, Crime, Thriller ", "Now You See Me tt1670345 Crime, Mystery, Thriller ", "Movie 43 tt1333125 Comedy ", "The Last Stand tt1549920 Action, Crime, Thriller ", "She Made Them Do It tt2336846 Crime, Drama ", "Texas Chainsaw 3D tt1572315 Horror, Thriller ", "Officer Down tt1925479 Crime, Drama ", "Counterpunch tt2051850 Action, Biography, Drama ", "70th Golden Globe Awards tt2604420 N/A ", "Straight A's tt2024506 Comedy, Drama ", "Broken City tt1235522 Crime, Drama, Thriller ", "The Coalition tt2040537 Comedy, Romance ", "Parker tt1904996 Action, Crime, Thriller ", "The Makeover tt2377132 Comedy ", "Table No. 21 tt2229842 Adventure, Thriller ", "The Priest's Children tt2395421 Comedy, Drama ", "Sound City tt2306745 Documentary, Music ", "Naayak tt2440354 Action, Drama, Romance ", "Safe Haven tt1702439 Drama, Romance, Thriller ", "Spiders tt1659216 Sci-Fi, Thriller ", "V/H/S/2 tt2450186 Horror, Thriller ", "Hansel & Gretel Get Baked tt2081194 Comedy, Horror ", "Kill for Me tt2085957 Drama, Thriller ", "Vishwaroopam tt2199711 Action, Adventure, Crime ", "Company of Heroes tt2555426 Action, War ", "Vamp U tt1727885 Action, Comedy, Horror ", "Olympus Has Fallen tt2302755 Action, Thriller ", "Baby Geniuses and the Mystery of the Crown Jewels tt2150163 Family ", "The Oscars tt2461862 N/A ", "Standing Up tt1905042 Family ", "Identity Thief tt2024432 Comedy, Crime ", "Snitch tt0882977 Action, Drama, Thriller ", "David tt2358412 Action, Crime, Drama ", "The Frankenstein Theory tt2646378 Horror, Sci-Fi ", "Before Midnight tt2209418 Drama, Romance ", "Shadow People tt1764647 Thriller ", "Java Heat tt2083231 Action, Crime, Drama ", "Kadal tt2344672 Drama, Romance ", "Absolute Deception tt2179226 Action ", "I'm So Excited! tt2243389 Comedy ", "Miss Dial tt1819601 Comedy ", "Side Effects tt2053463 Crime, Drama, Thriller ", "The Wicked tt1986994 Fantasy, Horror, Thriller ", "Dark Feed tt1430077 Horror ", "Casting Couch tt2313189 Comedy ", "Tu Mera 22 Main Tera 22 tt2697592 Comedy ", "Admission tt1814621 Comedy, Drama, Romance ", "Vehicle 19 tt1911662 Action, Thriller ", "Dead Man Down tt2101341 Action, Crime, Drama ", "Welcome to the Punch tt1684233 Action, Crime, Thriller ", "The Lady Vanishes tt2183152 Drama ", "Phil Spector tt1745862 Biography, Drama ", "Pain & Gain tt1980209 Action, Comedy, Crime ", "Shotgun Wedding tt2750288 Comedy, Horror, Romance ", "Iron Man: Rise of Technovore tt2654124 Animation, Action, Sci-Fi ", "Pawn tt1551630 Crime, Thriller ", "Jolly LLB tt2621000 Comedy, Drama ", "Gundello Godari tt2327170 Adventure, Drama, Romance ", "Lotus Eaters tt1734580 Drama ", "Cheech & Chong's Animated Movie tt1340803 Animation, Comedy ", "The English Teacher tt2055765 Comedy, Drama ", "White House Down tt2334879 Action, Drama, Thriller ", "Louis C.K. Oh My God tt2510998 Comedy ", "Forbidden Woman tt2324544 Drama ", "Zombieland tt2090440 Adventure, Comedy, Horror ", "A Common Man tt2104837 Action, Thriller ", "Family Weekend tt1821426 Comedy, Drama ", "Dose of Reality tt1961279 Drama, Mystery, Thriller ", "Sirius tt2637848 Documentary ", "100 Degrees Below Zero tt2538128 Action, Sci-Fi ", "I Give It a Year tt2244901 Comedy, Romance ", "Seethamma Vakitlo Sirimalle Chettu tt2198161 Comedy, Family ", "Nee Ko Nja Cha tt2631098 Comedy, Romance ", "Lovestruck: The Musical tt2246673 Comedy, Fantasy, Musical ", "Last Passenger tt1858481 Action, Mystery, Thriller ", "The Power of Few tt0817545 Action, Crime, Drama ", "And Now a Word from Our Sponsor tt2094762 Comedy, Drama ", "Assault on Wall Street tt2368553 Action, Drama, Thriller ", "Our Girl tt2485988 Drama, War ", "Open Road tt1922679 Action, Drama, Thriller ", "The Challenger Disaster tt2421662 Drama ", "Once Upon a Time in Brooklyn tt1598172 Action, Crime ", "Bicycling with Moli\u00e8re tt2207050 Comedy, Drama ", "Dark Circles tt1863201 Horror ", "Captive tt2386203 Action, Thriller ", "12 Rounds 2: Reloaded tt2317524 Action, Adventure, Thriller ", "Behind the Candelabra tt1291580 Biography, Drama, Romance ", "The Last Cinderella tt2759642 Comedy, Romance ", "AE: Apocalypse Earth tt2756412 Action, Sci-Fi ", "Age of Dinosaurs tt2518926 Action, Sci-Fi ", "Ego tt2287715 Drama ", "All Stars tt2186766 Comedy ", "Commando tt2658126 Action ", "Mary and Martha tt2284766 Drama ", "90210: 4ever tt2939462 Documentary ", "Udhayam NH4 tt2872256 Action, Thriller ", "The Rambler tt2381355 Comedy, Drama, Horror ", "Rapture-Palooza tt1879032 Comedy, Fantasy ", "Mirchi tt2469980 Action, Drama ", "Redemption tt1893256 Action, Crime, Drama ", "Finding Joy tt1975158 Comedy, Drama ", "Axe Giant: The Wrath of Paul Bunyan tt1684548 Fantasy, Horror ", "We Are Modeselektor tt2860716 Documentary ", "Vuonna 85 tt2088974 Comedy, Drama, Music ", "3 Geezers! tt1825784 Comedy ", "Hatchet III tt1870419 Comedy, Horror, Thriller ", "Elysium tt1535108 Action, Drama, Sci-Fi ", "American Idiots tt1698651 Comedy, Romance ", "Ishkq in Paris tt1986040 Comedy, Romance ", "Things We Do for Love tt2167791 N/A ", "Summoned tt2429870 Horror, Mystery, Thriller ", "Vive la France tt2293138 Comedy ", "Child's Pose tt2187115 Drama ", "Radio tt2780192 Thriller ", "The Cosmonaut tt1629747 Drama, History, Romance ", "Breakup at a Wedding tt1935300 Comedy ", "Compulsion tt2381931 Drama, Thriller ", "Bei Jing yu shang Xi Ya Tu tt2169322 Comedy ", "M\u00f6bius tt2106550 Drama, Thriller ", "The Purge tt2184339 Horror, Thriller ", "Single Valentine tt2673258 Comedy, Romance ", "The Bling Ring tt2132285 Biography, Crime, Drama ", "Sm\u00e5 citroner gula tt2172061 Romance ", "The Wee Man tt2113809 Drama ", "Redemption tt2201886 Documentary, Short, Biography ", "Badges of Fury tt2644714 Action, Comedy, Crime ", "New World tt2625030 Action, Crime, Drama ", "Downloaded tt2033981 Documentary ", "This Is the End tt1245492 Comedy, Fantasy ", "American Brawler tt2839312 Action, Crime, Drama ", "The Employer tt1863203 Thriller ", "The Spirit of '45 tt2332801 Documentary, History ", "Evidence tt1828970 Horror, Mystery, Thriller ", "The Lone Ranger tt1210819 Action, Adventure, Western ", "Killing Season tt1480295 Action, Drama, Thriller ", "Pawn Shop Chronicles tt1741243 Action, Comedy, Crime ", "Sharknado tt2724064 Horror ", "The Vulture tt2627146 Action, Thriller ", "Red Wine tt2773898 Mystery, Thriller ", "Night Train to Lisbon tt1654523 Mystery, Romance, Thriller ", "Battledogs tt2457138 Action, Horror, Sci-Fi ", "Lucky DI Unlucky Story tt2771898 Comedy ", "Dealin' with Idiots tt2948266 Comedy ", "Romantik Komedi 2: Bekarliga Veda tt2645104 Comedy ", "Schlussmacher tt1978524 Comedy ", "Flying Monkeys tt2205652 Fantasy, Horror, Sci-Fi ", "Grown Ups 2 tt2191701 Comedy ", "It Takes a Man and a Woman tt2816740 Comedy, Drama, Romance ", "1939 Battle of Westerplatte tt1808518 Drama, History, War ", "The East tt1869716 Drama, Thriller ", "D-Day tt2385104 Action, Thriller ", "Scenic Route tt2012011 Drama, Thriller ", "Ask Kirmizi tt2586682 Action, Drama, Romance ", "R.I.P.D. tt0790736 Action, Comedy, Crime ", "Not Today tt1564870 Drama ", "The Conjuring tt1457767 Horror ", "Hell Baby tt2318527 Comedy, Horror ", "Drinking Buddies tt2265398 Drama, Romance ", "Daddy Cool Munde Fool tt2832540 N/A ", "Blackout tt2251227 Thriller ", "The Lifeguard tt2265534 Drama, Romance ", "The Hijack That Went South tt2088871 Action, Comedy, Crime ", "The Canyons tt2292959 Drama, Thriller ", "Kick-Ass 2 tt1650554 Action, Comedy, Crime ", "Touchy Feely tt2364949 Drama ", "Scooby-Doo! Adventures: The Mystery Map tt3043386 Animation, Adventure, Family ", "Listen... Amaya tt2224313 Drama ", "Bajatey Raho tt2848824 Comedy, Drama, Thriller ", "Exploding Sun tt2277932 Action, Sci-Fi ", "Bad Milo tt2274570 Comedy, Horror ", "The Hot Flashes tt2201251 Comedy ", "Lovelace tt1426329 Biography, Drama ", "Super Buddies tt2999390 Family ", "The Noble Family tt2222394 Comedy ", "Burton and Taylor tt2709784 Biography, Drama ", "Clear History tt2380408 Comedy ", "Goddess tt1860238 Comedy, Musical, Romance ", "Clear History tt2279864 Comedy ", "Hilton! tt2261629 Documentary ", "Lucky Star tt2780206 Comedy, Drama ", "21 Ways to Ruin a Marriage tt2281065 Comedy ", "Apocalypse Z tt2081438 Action, Horror, Sci-Fi ", "Chasing the Wind tt2608998 Drama ", "Decency tt2738218 Documentary ", "A Single Shot tt1540741 Crime, Drama, Thriller ", "A Teacher tt2201548 Drama ", "The Look of Love tt1951216 Biography, Comedy, Drama ", "Empire State tt2171867 Action, Crime, Drama ", "Stag tt1821617 Comedy ", "We're the Millers tt1723121 Comedy ", "The Ladies of the House tt2397573 Horror, Thriller ", "Ghost Shark tt2600742 Horror, Sci-Fi ", "This Is Martin Bonner tt1798291 Drama ", "Swindle tt2545440 Adventure, Comedy ", "Jobs tt2357129 Biography, Drama ", "Rewind tt2193185 Action, Sci-Fi, Thriller ", "Dean Slater: Resident Advisor tt2369235 Comedy ", "Suddenly tt2569236 Thriller ", "It's Only Make Believe tt2664080 Drama ", "The Gamers: Hands of Fate tt2312390 Adventure, Comedy, Fantasy ", "Online tt2526422 Drama ", "Vi tt2708782 Drama ", "Terms and Conditions May Apply tt2084953 Documentary, News ", "The Contractor tt2274172 Crime, Drama, Thriller ", "The Blackout tt2141761 Comedy ", "Prema Katha Chitram tt2971414 Drama, Horror ", "Hope for Love tt2303074 Drama ", "The Contest: To the Stars and Back tt2658768 Family ", "The Kings of Summer tt2179116 Comedy, Drama ", "The Bell Witch Haunting tt2991532 Biography, Horror ", "Kanamachi tt2770974 Action, Drama, Romance ", "Rewind This! tt2395970 Documentary, History ", "All Is Bright tt1462901 Comedy, Drama ", "Revelation Road 2: The Sea of Glass and Fire tt2825924 Action ", "Monsters Wanted tt2245218 Documentary ", "Cold Eyes tt2969656 Action, Crime ", "Tales from the Dark 1 tt3054776 Horror ", "Al Madrigal: Why Is the Rabbit Crying? tt2870306 Comedy ", "Alcan Highway tt2243246 Documentary, Drama ", "Blue Caprice tt2027064 Biography, Crime, Drama ", "U Want Me 2 Kill Him? tt0485061 Drama, Thriller ", "Heart of the Country tt2231251 Drama, Family, Romance ", "8-Ball tt2378177 Crime, Drama ", "Singh vs. Kaur tt2714664 Comedy ", "C.O.G. tt1650393 Comedy, Drama ", "+1 tt2395385 Sci-Fi, Thriller ", "Passione sinistra tt2882850 Comedy ", "Tales from the Dark 2 tt3105008 Horror ", "Les gamins tt2354181 Comedy ", "The Brain Man tt2208020 Mystery ", "Sex: A Horizon Guide tt3202910 Documentary ", "Anything Is Possible tt2042449 Family ", "Ain't Them Bodies Saints tt2388637 Crime, Drama, Romance ", "Some Girl(s) tt2201221 Comedy, Drama ", "Scary Movie 5 tt0795461 Comedy "], "type": "htmltooltip", "id": "el776174526795280pts", "hoffset": 10}, {"voffset": 10, "labels": ["To Live and Die in L.A. tt0090180 Action, Crime, Drama ", "No End tt0086961 Drama ", "Di zi ye feng kuang tt0085437 N/A ", "Subway tt0090095 Comedy, Drama, Thriller ", "Water tt0090297 Adventure, Comedy, Drama ", "Mask tt0089560 Biography, Drama ", "A Nightmare on Elm Street 2: Freddy's Revenge tt0089686 Horror ", "Ukvdavebis tetri vardi tt0166095 Family ", "Les sp\u00e9cialistes tt0088167 Adventure, Crime ", "Az aranyifj\u00fa tt0088779 Drama ", "Kung Fu Ghandi tt0300094 Short ", "Nomads tt0091647 Horror, Mystery, Thriller ", "52 Pick-Up tt0090567 Crime, Thriller ", "Once Upon a Time tt0155922 Adventure, Comedy, Family, Fantasy ", "Mo fei cui tt0091532 Action, Adventure, Comedy ", "Nine 1/2 Weeks tt0091635 Drama, Romance ", "Stand by Me tt0092005 Adventure, Drama ", "Labyrinth tt0091369 Adventure, Family, Fantasy ", "Lucas tt0091445 Comedy, Drama, Romance ", "The Seventh Curse tt0092273 Action, Horror ", "Wildcats tt0092214 Comedy, Sport ", "Eye of the Tiger tt0091027 Action, Drama ", "La Bamba tt0093378 Biography, Drama, Music ", "Shu jian en chou lu tt0093962 Action, Drama ", "Get the Terrorists tt0317568 Action ", "My Dad, the Socialist Kulak tt0172811 N/A ", "Hachi-ko tt0093132 Drama, Family ", "American Ninja 2: The Confrontation tt0092548 Action, Drama ", "Khareba da Gogia tt0174816 Adventure, Drama ", "Epidemic tt0092972 Drama, Horror ", "A Short Film About Killing tt0095468 Crime, Drama ", "The Eighth Happiness tt0094695 Comedy ", "Kujaku \u00f4 tt0093367 Action, Adventure, Fantasy ", "Snack Bar Budapest tt0096125 Comedy, Crime, Drama ", "Funny Farm tt0095188 Comedy, Drama ", "The Bourne Identity tt0094791 Action, Adventure, Drama ", "The Moromete Family tt0095657 Drama ", "Survey Map of a Paradise Lost tt0291229 Mystery ", "The Tenth Man tt0096243 Drama, War ", "Poltergeist III tt0095889 Horror, Thriller ", "Appointment with Death tt0094669 Crime, Drama, Mystery ", "Roots: The Gift tt0096009 Drama, History ", "A Cry in the Dark tt0094924 Drama ", "Go Goa Gone tt2436516 Action, Adventure, Comedy ", "Roche papier ciseaux tt2462506 Action, Crime, Drama ", "Home Run tt2051894 Drama, Sport ", "House Party: Tonight's the Night tt2631862 Comedy ", "Stupid 7 tt2552412 Family "], "type": "htmltooltip", "id": "el776174530006096pts", "hoffset": 10}, {"voffset": 10, "labels": ["Desperately Seeking Susan tt0089017 Comedy, Drama ", "Revolution tt0089913 Adventure, Drama, History ", "Sleazemania: The Special Edition tt0178899 Documentary ", "The Man with One Red Shoe tt0089543 Comedy, Thriller ", "My Beautiful Laundrette tt0091578 Comedy, Drama, Romance ", "Westler tt0090309 Drama ", "The Emerald Forest tt0089087 Action, Adventure, Drama ", "The Coca-Cola Kid tt0088931 Comedy ", "Fandango tt0089126 Comedy ", "Robinson Crusoe mercante di York tt0227398 N/A ", "Crimewave tt0088967 Comedy, Crime, Horror ", "Shoah tt0090015 Documentary, History, War ", "The Black Cauldron tt0088814 Animation, Adventure, Family ", "Emila nedarbi tt0265577 Comedy, Family ", "Baby: Secret of the Lost Legend tt0088760 Family, Adventure, Sci-Fi ", "Rainbow Brite and the Star Stealer tt0089877 Animation, Adventure, Family ", "Re-Animator tt0089885 Horror, Sci-Fi ", "Inside Rooms: 26 Bathrooms, London & Oxfordshire, 1985 tt0088649 Documentary, Short ", "Agnes of God tt0088683 Drama, Mystery, Thriller ", "Hodja fra Pjort tt0123890 Family, Fantasy ", "Star Quality tt0090064 Comedy ", "Diesel tt0089024 Drama, Sci-Fi ", "Tian guan ci fu tt1354567 Comedy ", "Prizzi's Honor tt0089841 Comedy, Crime, Drama ", "The Excitement of the Do-Re-Mi-Fa Girl tt0214636 Comedy, Musical ", "The Quiet Earth tt0089869 Drama, Mystery, Sci-Fi ", "L'amour en douce tt0088715 Comedy ", "Ore wa Sono Sion da! tt1954713 Documentary, Short, Biography ", "La gabbia tt0091097 Drama ", "Four Days in July tt0087286 Comedy ", "French Lovers tt0190405 Short ", "The Secret of the Sword tt0089984 Animation, Action, Fantasy ", "Witch from Nepal tt0089861 Horror, Action ", "Jiao tou fa wei tt0089372 Action, Drama ", "Rendez-vous tt0089902 Drama, Romance ", "Missing in Action 2: The Beginning tt0089604 Action, Drama, Thriller ", "Killer vs Killers tt0304290 Action, Crime, Thriller ", "Love Hotel tt0089509 N/A ", "De prooi tt0089845 Mystery, Thriller ", "North and South tt0088583 Drama, History, Romance ", "Teen Wolf tt0090142 Comedy, Fantasy, Romance ", "The Heavenly Kid tt0089265 Comedy, Fantasy, Romance ", "Calamari Union tt0087020 Comedy ", "A Time to Live, a Time to Die tt0090185 Biography, Drama ", "A Taste of Cherry tt0152911 Adult ", "American Flyers tt0088707 Drama, Sport ", "Ba bai luo han tt0350575 Action ", "Disciples of the 36th Chamber tt0089029 Action ", "Utopia: A Retrospective 1977-1984 tt0304879 Documentary ", "Demons tt0089013 Horror ", "The Legend of Wisely tt0090302 Action, Adventure, Sci-Fi ", "Tai cheung lo dau tt0090172 N/A ", "Mishima: A Life in Four Chapters tt0089603 Biography, Drama ", "Gui ma fei ren tt0089159 Comedy, Romance ", "Fat ngoi ching tt0121259 Crime ", "Nan quan wang II zhi Qi zhuang shan he tt0331513 Adventure, Fantasy ", "Back to the Future tt0088763 Adventure, Comedy, Sci-Fi ", "Real Genius tt0089886 Comedy, Romance, Sci-Fi ", "Sezonul pescarusilor tt0245434 N/A ", "Bulgasari tt0089851 Action, Drama, Fantasy ", "A.K. tt0088658 Documentary, Biography, History ", "The Berlin Affair tt0088789 Drama ", "The Last Dragon tt0089461 Action, Comedy, Drama ", "D.A.R.Y.L. tt0088979 Family, Sci-Fi ", "Vampire Hunter D tt0090248 Animation, Action, Fantasy ", "The Holcroft Covenant tt0089283 Action, Crime, Drama ", "Return to Oz tt0089908 Adventure, Family, Fantasy ", "Nothing Left to Do but Cry tt0087814 Comedy, Fantasy ", "A View to a Kill tt0090264 Action, Adventure, Crime ", "Cat's Eye tt0088889 Comedy, Horror, Thriller ", "King David tt0089420 Adventure, Biography, Drama ", "Love and Doves tt0087650 Comedy, Romance ", "Brazil tt0088846 Drama, Sci-Fi ", "Miranda tt0089598 Comedy ", "Rocky IV tt0089927 Drama, Sport ", "Mard tt0089552 Action, Drama, History ", "Alexina tt0091588 Drama ", "Young Sherlock Holmes tt0090357 Action, Adventure, Family ", "Ghoulies tt0089200 Comedy, Fantasy, Horror ", "The Jewel of the Nile tt0089370 Action, Adventure, Comedy ", "Ladyhawke tt0089457 Adventure, Drama, Fantasy ", "Mischief tt0089601 Comedy, Romance ", "Angry Harvest tt0088811 Drama, Romance, War ", "Fortress tt0091069 Action, Horror, Thriller ", "Gostya iz budushchego tt0086723 Drama, Sci-Fi, Adventure ", "Kenji Miyazawa's Night on the Galactic Express tt0089206 Animation, Adventure, Drama ", "Mad Max Beyond Thunderdome tt0089530 Action, Adventure, Thriller ", "The Legend of Billie Jean tt0089470 Action ", "Qing chun ji tt0089864 Drama ", "Hot Cars Nasty Women tt0182238 Adult ", "He-Man and She-Ra: A Christmas Special tt0276016 Animation, Action, Adventure ", "The Protector tt0089847 Action, Crime, Drama ", "L'effront\u00e9e tt0089072 Comedy, Drama, Music ", "A Gentle Spirit tt0242590 Short, Animation ", "O-Bi, O-Ba - The End of Civilization tt0089714 Drama, Mystery, Sci-Fi ", "Gymkata tt0089243 Action, Drama ", "Out of Africa tt0089755 Biography, Drama, Romance ", "Lifeforce tt0089489 Horror, Sci-Fi, Thriller ", "Cop's Honour tt0089776 Action, Crime, Drama ", "Vabank II czyli riposta tt0090246 Comedy, Crime ", "The Adventures of Mark Twain tt0088678 Animation, Adventure, Family ", "Edge of Darkness tt0090424 Crime, Drama, Mystery ", "Asterix and Caesar tt0088748 Animation, Family, Adventure ", "Gwen, the Book of Sand tt0087376 Animation, Adventure, Fantasy ", "Titus Andronicus tt0090178 Drama, Horror ", "Bliss tt0088821 Comedy, Drama ", "Gabros apo ton topo sou kai as einai... vlima tt1151335 Comedy ", "Zombie Apocalypse tt0218088 Horror, Fantasy, Thriller ", "Jagged Edge tt0089360 Crime, Thriller, Mystery ", "Angel's Egg tt0208502 Animation, Drama, Fantasy ", "Big Deal After 20 Years tt0094005 Comedy ", "Silip tt0292236 Crime, Drama ", "Enemy Mine tt0089092 Action, Adventure, Drama ", "Tangos, the Exile of Gardel tt0090125 Drama, Musical ", "The Assault of the Present on the Rest of Time tt0088724 Drama ", "Wallenberg: A Hero's Story tt0090285 Biography, Drama, History ", "This Unnameable Little Broom tt0082335 Animation, Short ", "Alpine Fire tt0093235 Drama ", "Agatha Christie's Miss Marple: A Pocket Full of Rye tt0087924 Crime, Drama, Mystery ", "La piovra 2 tt0185815 Crime, Drama ", "One Magic Christmas tt0089731 Family, Fantasy ", "Ram Teri Ganga Maili tt0152139 Drama, Musical, Romance ", "Rambo: First Blood Part II tt0089880 Action, Adventure, Thriller ", "Police Story tt0089374 Action, Comedy, Thriller ", "Howling II: ... Your Sister Is a Werewolf tt0089308 Horror ", "\u00a1Vampiros en La Habana! tt0090249 Animation, Comedy, Horror ", "Dance with a Stranger tt0088987 Biography, Crime, Drama ", "Tracked tt0204716 Drama ", "Warning Sign tt0090293 Drama, Sci-Fi, Thriller ", "Red Sonja tt0089893 Action, Adventure, Fantasy ", "I na kamnyakh rastut derevya tt0089322 Adventure, Drama ", "Flesh+Blood tt0089153 Adventure, Drama ", "Starchaser: The Legend of Orin tt0090065 Adventure, Animation, Sci-Fi ", "Pee-wee's Big Adventure tt0089791 Adventure, Comedy, Family ", "Juexiang tt0089389 Drama ", "D\u00e2ti pea: N\u00f4randia no nazo tt0434908 Animation, Action, Sci-Fi ", "Beautiful Teacher in Torture Hell tt0223848 Horror ", "Up Your Anchor tt0089473 Comedy ", "Legend tt0089469 Adventure, Fantasy, Romance ", "Do\u00f1a Lupe tt0352307 Short, Drama, Horror ", "Come and See tt0091251 Drama, War ", "A Zed & Two Noughts tt0090366 Comedy, Drama ", "Krush Groove tt0089444 Comedy, Drama, Music ", "Wuthering Heights tt0089312 Drama, Romance, Mystery ", "Himatsuri tt0089275 Drama ", "The Goonies tt0089218 Adventure, Comedy, Family ", "The Click tt0097252 Thriller ", "Yesterday tt0090352 Comedy, Drama, Music ", "Medium tt0089574 Horror, Mystery ", "Lupin III: The Gold of Babylon tt0089943 Animation, Action, Adventure ", "The Bride tt0088851 Fantasy, Horror, Romance ", "The House of Fools tt0167125 Comedy, Drama ", "Day of the Dead tt0088993 Horror ", "Odds Are!: The Smothers Brothers Show You How to Gamble and Win tt0217701 Documentary ", "Police Academy 2: Their First Assignment tt0089822 Comedy, Crime ", "Wheels of Fire tt0088393 Action, Adventure, Sci-Fi ", "The Allman Brothers Band: Brothers of the Road tt0185149 Documentary, Music ", "Fright Night tt0089175 Horror ", "Witness tt0090329 Crime, Drama, Romance ", "Rustlers' Rhapsody tt0089945 Comedy, Western ", "Zuma tt0346179 Action, Drama, Fantasy ", "Waiting for the Hearse tt0089108 Comedy ", "The Trip to Bountiful tt0090203 Drama ", "Give the Devil His Due tt0087731 Adventure, Comedy, Family ", "The Broken Landlord tt0201368 Comedy, Drama ", "Def-Con 4 tt0087130 Action, Sci-Fi ", "Orion's Belt tt0089740 Action, Adventure, Thriller ", "Ratu sakti calon arang tt0323774 Action, Fantasy, Horror ", "Elle a pass\u00e9 tant d'heures sous les sunlights... tt0089081 Drama, Fantasy ", "Ha-Me'ahev tt0089571 Drama ", "Mad Warrior tt0991010 Sci-Fi ", "Warriors of the Apocalypse tt0090296 Action, Sci-Fi ", "Taifu Club tt0088222 Drama, Romance ", "The Dream Is Alive tt0089050 Documentary, Short ", "A Summer in a Sea Shell tt0265548 Comedy, Family ", "Samaya obayatelnaya i privlekatelnaya tt0089957 Comedy, Romance ", "Tr\u00e1iler para amantes de lo prohibido tt0155287 Short ", "Tampopo tt0092048 Comedy ", "Otra vuelta de tuerca tt0089752 Horror, Thriller ", "Patas en la cabeza tt0323597 Short ", "Doraemon: Nobita no uchuu sh\u00f4-sens\u00f4 tt0313990 Animation ", "God Rot Tunbridge Wells! tt0412781 Biography, Drama, Music ", "Death of a Salesman tt0089006 Drama ", "The Children tt0087205 Comedy ", "Dirty Game in Casablanca tt0089388 Action, Thriller ", "Mussolini: The Untold Story tt0088579 Drama ", "Silver Bullet tt0090021 Adventure, Drama, Horror ", "The Undaunted Wudang tt1102364 Action ", "Ankahee tt0249358 N/A ", "Debshishu tt0157518 Drama ", "Weird Science tt0090305 Comedy, Fantasy, Romance ", "Ot\u00e1zky pro dve zeny tt0387474 Documentary, Short ", "Aakhir Kyon? tt0247910 Drama, Family ", "Mr. Vampire tt0089371 Action, Comedy, Fantasy ", "European Vacation tt0089670 Adventure, Comedy, Romance ", "Tokyo-Ga tt0090182 Documentary ", "King Solomon's Mines tt0089421 Action, Adventure, Comedy ", "Invasion U.S.A. tt0089348 Action, Thriller ", "Brewster's Millions tt0088850 Comedy ", "Gin\u00ee piggu 2: Chiniku no hana tt0161635 Short, Horror ", "Guinea Pig tt0161634 Short, Horror ", "A Room with a View tt0091867 Drama, Romance ", "Ewoks: The Battle for Endor tt0089110 Adventure, Family, Fantasy ", "Ran tt0089881 Action, Drama, War ", "Komi, horata tt0468780 Documentary, Short ", "A Man and a Woman: 20 Years Later tt0092130 Drama, Romance ", "\u00a1Three Amigos! tt0092086 Comedy, Western ", "Little Shop of Horrors tt0091419 Comedy, Horror, Musical ", "The Clan of the Cave Bear tt0090848 Adventure, Drama, Fantasy ", "Children of a Lesser God tt0090830 Drama, Romance ", "The Big Easy tt0092654 Crime, Drama, Romance ", "Bijo no harawata tt0224102 Fantasy, Horror, Thriller ", "Youngblood tt0092272 Drama, Romance, Sport ", "An American Tail tt0090633 Animation, Comedy, Drama ", "One Crazy Summer tt0091680 Comedy, Romance ", "The Fly tt0091064 Horror, Sci-Fi ", "The Great Mouse Detective tt0091149 Animation, Adventure, Family ", "The Abbey of Crime: Umberto Eco's 'The Name of the Rose' tt0446265 Documentary ", "Peggy Sue Got Married tt0091738 Comedy, Drama, Fantasy ", "Hot Times at Copenhagen High tt0209305 Adult, Comedy ", "Voyeur tt0090579 Comedy ", "Routine Pleasures tt0274069 Documentary ", "Crimes of the Heart tt0090886 Comedy, Drama ", "Home Free: Return of the Bald Eagle tt0206015 Documentary ", "Sid and Nancy tt0091954 Biography, Drama, Music ", "Allan Quatermain and the Lost City of Gold tt0092534 Action, Adventure, Comedy ", "The More Things Change... tt0092080 Drama ", "The Making of Fanny and Alexander tt0090955 Documentary ", "Biotheraphy tt0421672 Horror, Sci-Fi, Short ", "Como Si Fueramos Novios tt2054740 Drama ", "Cours priv\u00e9 tt0090879 Drama ", "The Name of the Rose tt0091605 Crime, Mystery, Thriller ", "The Story of English tt0198245 Documentary ", "April Fool's Day tt0090655 Comedy, Horror, Mystery ", "Trick or Treat tt0092112 Comedy, Horror, Music ", "Alex Is Lovesick tt0133351 Comedy, Drama, Romance ", "Crossroads tt0090888 Drama, Music, Mystery ", "El amor brujo tt0090636 Music, Drama ", "Circus of the Stars #11 tt0242367 Family, Documentary ", "Asterix in Britain tt0090667 Animation, Adventure, Comedy ", "Police Academy 3: Back in Training tt0091777 Comedy, Crime ", "'Round Midnight tt0090557 Drama, Music ", "Jeeva tt0361773 Action, Thriller ", "Huo long tt0091235 Drama ", "Tai-Pan tt0092042 Adventure ", "Thrashin' tt0092085 Action, Drama ", "Soft and Hard tt0091980 N/A ", "I Love You tt0091244 Drama, Fantasy, Romance ", "Brighton Beach Memoirs tt0090774 Comedy ", "Critters tt0090887 Action, Comedy, Horror ", "Sexy Battle Girls tt0288130 Action ", "The Wraith tt0092240 Action, Horror, Romance ", "Pelle der Eroberer tt0305955 Drama ", "Seifuku shojo: the ejiki tt0288213 N/A ", "Gonza the Spearman tt0091136 Drama ", "Clockwise tt0090852 Comedy ", "Fist of the North Star tt0142371 Animation, Action, Drama ", "Devil in the Flesh tt0090944 Drama, Romance ", "In the Line of Duty tt0091229 Action, Drama ", "Futsu saizu no kaijin tt0166304 Short, Horror, Sci-Fi ", "El mir\u00f3n y la exhibicionista tt0091526 Adult ", "Wise Guys tt0092226 Comedy, Crime ", "Hovering Over the Water tt0092306 Drama, Romance ", "De wisselwachter tt0092227 Drama ", "Dream Lovers tt0091510 Drama ", "El ojete de Lul\u00fa tt0186417 Adult ", "Troll tt0092115 Fantasy, Horror ", "Mulberry tt0271121 Drama ", "Deadly Friend tt0090917 Drama, Horror, Mystery ", "The Snow Queen tt0091449 Fantasy ", "El imperio de la fortuna tt0091261 Drama ", "100 Ways to Murder Your Wife tt0091935 Comedy ", "Caravaggio tt0090798 Biography, Drama, History ", "The Old Well tt0091377 Drama, Romance ", "Big Trouble tt0090727 Comedy ", "Barndommens gade tt0090700 Drama ", "Kin-dza-dza! tt0091341 Comedy, Drama, Sci-Fi ", "Ying xiong wu lei tt0092264 Action, Drama, War ", "House on Fire tt0202967 Drama ", "Legacy of Rage tt0091428 Action ", "Terror on Alcatraz tt0092073 Action, Crime, Horror ", "Noyuki yamayuki umibe yuki tt0125440 N/A ", "Canada Vignettes: Ice Carnival Montreal 1885 - Storming the Ice Palace tt0236066 Documentary, Short ", "Pi li da la ba tt0095865 Comedy, Horror ", "D\u00f4wa meita senshi Windaria tt0092218 Animation ", "The Horse Thief tt0090907 Drama ", "From Beyond tt0091083 Horror, Sci-Fi ", "After Spring tt0265780 Short, Comedy, Drama ", "North and South, Book II tt0090490 Drama, History, Romance ", "The Beekeeper tt0091506 Drama ", "Year of Enlightment tt0090679 Comedy ", "SpaceCamp tt0091993 Adventure, Family, Sci-Fi ", "Murder in Three Acts tt0091572 Crime, Drama, Mystery ", "Slaughter High tt0091969 Horror ", "Night of the Creeps tt0091630 Comedy, Horror, Sci-Fi ", "Band of the Hand tt0090693 Action, Crime, Drama ", "TerrorVision tt0092074 Comedy, Horror, Sci-Fi ", "Haunted Honeymoon tt0091178 Horror, Comedy, Musical ", "Mad Mission 4: You Never Die Twice tt0092268 Action, Comedy ", "Fortress tt0091069 Action, Horror, Thriller ", "The Morning After tt0091554 Crime, Mystery, Romance ", "Mala Noche tt0089537 Drama ", "Star Trek IV: The Voyage Home tt0092007 Adventure, Comedy, Sci-Fi ", "Richard Simmons and the Silver Foxes: Fitness for Senior Citizens tt0270607 Sport ", "Night of the Pencils tt0193355 Crime, Drama, History ", "The Boy Who Could Fly tt0090768 Drama, Fantasy ", "Firewalker tt0091055 Action, Adventure, Comedy ", "The Transformers: The Movie tt0092106 Animation, Action, Adventure ", "The Beauty of Vice tt0091398 Drama ", "Nui ji za pai jun tt0091655 Comedy, Action ", "Armour of God tt0091431 Action, Adventure, Comedy ", "Making of Guinea Pig tt0161641 Documentary, Short ", "My Favorite Fairy Tales Volume 2: The Three Little Pigs/The Ugly Duckling/The Wolf and the Seven Little Kids tt0486762 Animation, Short, Adventure ", "The Magic Braid tt0397625 Adventure ", "Crocodile Dundee tt0090555 Adventure, Comedy ", "Castle in the Sky tt0092067 Animation, Action, Adventure ", "Poltergeist II: The Other Side tt0091778 Horror, Thriller ", "Street of Crocodiles tt0092020 Animation, Short ", "Heartbreak Ridge tt0091187 Action, Comedy, Drama ", "Club Paradise tt0090856 Comedy ", "Crawlspace tt0090881 Horror, Thriller ", "Bi gui zhuo tt0090722 Comedy, Fantasy, Horror ", "Summer Night with Greek Profile, Almond Eyes and Scent of Basil tt0093650 Comedy ", "Wanderers of the Desert tt0086934 Drama, Fantasy ", "The Flavor of Corn tt0102840 Drama ", "Return to Departure: The Biography of a Painting or Watching a Pigment Dry and other Realisms tt0269784 Documentary ", "Modern Girls tt0091534 Comedy ", "The Corruption tt0090763 Drama, Romance ", "They Were Eleven tt0091309 Animation, Action, Adventure ", "Stammheim - Die Baader-Meinhof-Gruppe vor Gericht tt0092004 Crime, Drama ", "Solarbabies tt0091981 Action, Drama, Sci-Fi ", "Otello tt0091699 Drama, Music ", "Sherman's March tt0091943 Documentary, Biography, Romance ", "Gothic tt0091142 Horror ", "Psycho III tt0091799 Horror, Mystery, Thriller ", "Highlander tt0091203 Action, Adventure, Fantasy ", "Boris Godunov tt0092688 Drama, History ", "'night, Mother tt0090556 Drama ", "A Zed & Two Noughts tt0090366 Comedy, Drama ", "America 3000 tt0090630 Action, Adventure, Sci-Fi ", "Frida Still Life tt0087297 Biography, Drama ", "Extremities tt0091024 Drama, Thriller ", "Le couteau sous la gorge tt0178351 Crime ", "Captain EO tt0090793 Musical, Sci-Fi, Short ", "A Better Tomorrow tt0092263 Action, Crime, Drama ", "Cool Change tt0090876 Action, Adventure, Drama, Romance ", "The Pied Piper of Hamelin tt0174834 Animation, Fantasy, Horror ", "Legal Eagles tt0091396 Comedy, Crime, Romance ", "Portrait of a Daughter tt0127736 N/A ", "Vanishing Act tt0092148 Mystery ", "Howard the Duck tt0091225 Action, Adventure, Comedy ", "Midnight Killer tt0091553 Horror, Mystery, Thriller ", "Barefoot Gen 2 tt0171357 Animation, Drama, War ", "Ferris Bueller's Day Off tt0091042 Comedy, Drama ", "El misterio de la ara\u00f1a tt0357909 Horror, Mystery, Short ", "Tree Without Leaves tt0091823 Drama ", "Chuck & Di in Heat tt0181386 Adult ", "Osa tt0089745 Sci-Fi ", "The Mission tt0091530 Adventure, Drama, History ", "Land of Doom tt0190520 Action, Sci-Fi, Adventure ", "Death Shadow tt0165339 Action ", "Scamper the Penguin tt0098259 Animation, Adventure, Family ", "That Secret Sunday tt0092078 Drama ", "The Children of Noisy Village tt0090610 Family ", "Aakhree Raasta tt0090575 Action ", "Momo tt0091537 Family, Comedy, Mystery ", "She's Gotta Have It tt0091939 Comedy, Romance ", "Dan Oniroku hebi to muchi tt0287975 N/A ", "Mother Teresa tt0091558 Documentary, Biography ", "The Blessed Ones tt0090222 Drama ", "Slow Burn tt0091972 Drama, Thriller ", "Valhalla tt0094238 Animation, Adventure, Family ", "Din lo jing juen tt0090940 Drama ", "40 Quadratmeter Deutschland tt0090566 Drama ", "Top Gun tt0092099 Action, Drama, Romance ", "Entrails of a Virgin tt0222817 Horror, Sci-Fi ", "Henry: Portrait of a Serial Killer tt0099763 Biography, Crime, Drama ", "Ry\u00f4joku mesu ichiba - kankin tt0296177 Horror ", "The Night Is Young tt0091497 Crime, Drama, Romance ", "Shaolin Temple 3: Martial Arts of Shaolin tt0091607 Action, Drama ", "The Texas Chainsaw Massacre 2 tt0092076 Comedy, Horror ", "Gin\u00ee piggu 3: Senritsu! Shinanai otoko tt0161636 Short, Comedy, Horror ", "F/X tt0089118 Action, Crime, Thriller ", "City on Fire tt0093435 Action, Crime, Drama ", "Radio Days tt0093818 Comedy ", "The Last Emperor tt0093389 Biography, Drama, History ", "The Surrogate Woman tt0091953 Drama ", "Ling huan xian sheng tt0093422 Comedy, Horror ", "Monster in the Closet tt0091544 Comedy, Horror, Sci-Fi ", "Fellini's Intervista tt0093267 Biography, Comedy, Drama ", "A Muppet Family Christmas tt0251282 Comedy, Family, Music ", "Erotic Ghost Story tt0100014 Fantasy ", "Zoeken naar Eileen tt0094382 Drama, Romance, Thriller ", "Metsluiged tt0296589 Family ", "Long Live the Lady! tt0093454 Comedy ", "The Big Town tt0092656 Drama, Romance, Thriller ", "Allan Quatermain and the Lost City of Gold tt0092534 Action, Adventure, Comedy ", "The Hero's Journey: The World of Joseph Campbell tt0093183 Documentary, Biography ", "B\u00f4k\u00f4 honban tt0093457 N/A ", "Gokudo no onna-tachi 2 tt0225882 N/A ", "A Better Tomorrow II tt0094357 Action, Crime, Drama ", "Beyond the Rising Moon tt0092648 Sci-Fi ", "Urzad tt0432172 Documentary, Short ", "Ernest Goes to Camp tt0092974 Family, Comedy ", "Jenatsch tt0093302 Drama, Fantasy ", "Ling chen wan can tt0093421 Horror ", "A Prayer for the Dying tt0093771 Action, Crime, Drama ", "Revenge of the Nerds II: Nerds in Paradise tt0093857 Comedy ", "Police Academy 4: Citizens on Patrol tt0093756 Comedy, Crime ", "The Cabinet of Jan Svankmajer tt0087016 Animation, Short ", "Captured Mother and Daughter: She Beast tt0285590 Drama ", "Benji the Hunted tt0092638 Adventure, Family ", "Earth First! The Politics of Radical Environmentalism tt2179518 Documentary ", "Verlierer tt0132597 Drama ", "The Brave Little Toaster tt0092695 Animation, Adventure, Comedy ", "Rumpelstiltskin tt0093891 Fantasy, Family, Musical ", "Veld tt0201300 Horror, Sci-Fi ", "Denchu Kozo no boken tt0166069 Comedy, Horror, Sci-Fi ", "Schmutz tt0089972 Drama ", "Where is the Friend's Home? tt0093342 Drama, Family ", "Sure Death Revenge tt0183165 Drama ", "The Belly of an Architect tt0092637 Drama ", "Teen Wolf Too tt0094118 Comedy, Family, Fantasy ", "Dolls tt0092906 Fantasy, Horror ", "The Whales of August tt0094315 Drama ", "The Sicilian tt0093966 Action, Crime, Drama ", "The Lost Boys tt0093437 Comedy, Horror ", "Escape from Sobibor tt0092978 Drama, History, War ", "Ghoulies II tt0093091 Comedy, Horror ", "Prison on Fire tt0093304 Drama, Action, Crime ", "Rich and Famous tt0093306 Action, Crime, Drama ", "Boat tt0139074 Drama, Short ", "Anne of Avonlea tt0092571 Drama, Family, Romance ", "The Untouchables tt0094226 Crime, Drama, History ", "The Legend of Wisely tt0090302 Action, Adventure, Sci-Fi ", "Mr India tt0093578 Action, Adventure, Comedy ", "Meng gui da sha tt0093523 Comedy, Horror ", "Carnet de route 1981-1986 tt0249427 N/A ", "Pinocchio and the Emperor of the Night tt0093743 Animation, Adventure, Family ", "Rich and Famous 2 tt0094356 Action, Crime, Drama ", "The Loner tt0091982 Action, Crime, Drama ", "White Mischief tt0094317 Crime, Drama, Romance ", "Walker tt0096409 Adventure, Drama, History ", "Foxfire tt0093046 Drama ", "Nuts tt0093660 Drama, Thriller ", "A Perfect Spy tt0092425 Thriller ", "No Man's Land tt0093638 Crime, Drama, Thriller ", "G.I. Joe: The Movie tt0093066 Animation, Action, Adventure ", "Less Than Zero tt0093407 Crime, Drama, Romance ", "Golden Anniversary of Snow White and the Seven Dwarfs tt0237277 Documentary, Family ", "The Monster Squad tt0093560 Action, Comedy, Fantasy ", "Flowers in the Attic tt0093036 Drama, Mystery, Thriller ", "Hector tt0093169 Comedy ", "Capriccio tt0092720 Drama ", "Prom Night II tt0093176 Horror, Thriller ", "Predator tt0093773 Action, Sci-Fi, Thriller ", "Silent Night, Deadly Night Part 2 tt0093974 Horror, Thriller ", "Pathfinder tt0093668 Adventure, Action, Drama ", "A Garfield Christmas Special tt0302596 Animation, Short, Comedy ", "Chronicle of a Death Foretold tt0092800 Drama ", "Three O'Clock High tt0094138 Comedy ", "My Best Friend Is a Vampire tt0095684 Comedy, Horror, Romance ", "Bad Taste tt0092610 Comedy, Horror, Sci-Fi ", "North Shore tt0093648 Action, Drama, Romance ", "How Wang-Fo Was Saved tt0321750 Animation, Short, Fantasy ", "The Family tt0093004 Drama, Romance ", "Is-slottet tt0097594 Mystery, Drama ", "The Living Daylights tt0093428 Action, Adventure, Romance ", "On the Silver Globe tt0093593 Adventure, Fantasy, Sci-Fi ", "Ishtar tt0093278 Action, Adventure, Comedy ", "The Grand Highway tt0093111 Drama ", "The Gate tt0093075 Horror ", "Hellraiser tt0093177 Horror ", "Harry and the Hendersons tt0093148 Comedy, Family, Fantasy ", "Desyat negrityat tt0092879 Crime, Mystery ", "Dark Eyes tt0093664 Comedy, Romance, Drama ", "Damned If You Don't tt0092819 Short, Drama ", "Evil Dead II tt0092991 Comedy, Horror ", "Disorderlies tt0092897 Comedy ", "Beatrice tt0093709 Drama ", "Made in Heaven tt0093467 Comedy, Fantasy, Romance ", "Female Inquisitor tt0224038 Horror, Sci-Fi ", "Samantha Fox: Making Music tt0316530 Documentary, Music ", "Project X tt0093793 Comedy, Drama, Sci-Fi ", "Nau Catarineta tt0485258 Short ", "Talking Heads tt0092462 Drama ", "Armour of God tt0091431 Action, Adventure, Comedy ", "Wish You Were Here tt0094331 Comedy, Drama ", "Near Dark tt0093605 Drama, Horror, Thriller ", "Killing Time tt0093769 Crime, Action, Thriller ", "Moskovskaya elegiya tt0093572 Documentary ", "The Forest Woman tt0137149 Drama, Romance ", "Cross of the Seven Jewels tt0167851 Horror ", "Agatha Christie's Miss Marple: Sleeping Murder tt0091970 Crime, Drama, Mystery ", "Agatha Christie's Miss Marple: At Bertram's Hotel tt0090669 Crime, Drama, Mystery ", "The Cyclist tt0092651 Drama ", "Le vie del Signore sono finite tt0094263 Comedy, Drama ", "The Lonely Voice of Man tt0122591 Drama ", "Raising Arizona tt0093822 Comedy, Crime ", "Repentance tt0093754 Comedy, Drama ", "The Running Man tt0093894 Action, Crime, Sci-Fi ", "Dead of Winter tt0092842 Drama, Horror, Thriller ", "Footrot Flats: The Dog's Tale tt0131400 Animation ", "Charles et Fran\u00e7ois tt0092742 Short, Animation ", "Original Dirty Pair: Project Eden tt0385668 Sci-Fi, Animation ", "Young Love: Lemon Popsicle 7 tt0092954 Comedy ", "House Made of Dawn tt0093221 Drama ", "Innerspace tt0093260 Adventure, Comedy, Sci-Fi ", "Zui hou sheng li tt0094387 Crime, Drama, Romance ", "Meiky\u00fb monogatari tt0185481 Animation, Adventure, Fantasy ", "Empire of the Sun tt0092965 Drama, History, War ", "Maurice tt0093512 Drama, Romance ", "De lyckliga ingenj\u00f6rerna - Approaching Zero,000 tt0092838 Documentary ", "Three for the Road tt0094140 Drama, Comedy ", "A Simple Man tt0269866 Biography, Music ", "Deadly Effects: Wound Ballistics tt0356512 Documentary ", "Ha-Tov, HaRa, VeHaLo-Nora tt0094170 Drama ", "Guardian Angel tt0173642 Crime, Drama ", "I've Heard the Mermaids Singing tt0093239 Comedy, Drama ", "Nekromantik tt0093608 Horror ", "A Chinese Ghost Story tt0093978 Action, Comedy, Fantasy ", "Ampir tt0092554 Short, Drama, Thriller ", "Hansel and Gretel tt0093144 Family, Musical, Fantasy ", "Opera tt0093677 Horror, Mystery, Thriller ", "The Chipmunk Adventure tt0092752 Animation, Adventure, Comedy ", "The First Eden tt0810617 Documentary ", "Superman IV: The Quest for Peace tt0094074 Action, Adventure, Family ", "Helsinki-Naples All Night Long tt0093178 Comedy, Thriller ", "The King Is Born tt0167233 Animation, Short, Family ", "Potato tt0400451 Drama ", "Dreaming of Paradise tt0124147 Animation, Adventure, Family ", "Donna Donna!! tt0092908 Comedy ", "House for Two tt0285046 Drama ", "Mannequin tt0093493 Comedy, Fantasy, Romance ", "Clandestinos tt0092761 N/A ", "It's Great Grandpa! tt0093244 Comedy ", "Jaws: The Revenge tt0093300 Thriller ", "Lolita vib-zeme tt0291317 Crime, Horror ", "Rouge tt0093258 Drama, Fantasy, Music ", "Sukumar Ray tt0094069 Short, Documentary ", "Mariana, Mariana tt0093497 N/A ", "Laputa tt0091379 Drama ", "Saint Seiya: Evil Goddess Eris tt0323869 Animation, Adventure, Fantasy ", "Las seis en punta tt0249145 Short ", "Maramao tt0093494 Drama ", "In a Glass Cage tt0090197 Drama, Horror ", "The Secret Garden tt0093935 Family, Drama ", "Masters of the Universe tt0093507 Action, Adventure, Fantasy ", "Freckled Max and the Spooks tt0093712 Comedy, Fantasy, Horror ", "The Well tt0348651 N/A ", "Islands tt0245220 Documentary ", "Slave of Crime tt0092979 Action ", "Family Sins tt0093005 Drama ", "Kelid tt0093341 Drama ", "Yoshiwara enjo tt0204750 N/A ", "The War of Brazil tt0180723 Documentary ", "Robinzoniada, anu chemi ingliseli Papa tt0091580 Comedy ", "The Deadman tt0092849 Short ", "Bagdad Cafe tt0095801 Comedy, Drama ", "Red Sorghum tt0093206 Drama, Romance, War ", "Pelle the Conqueror tt0093713 Drama ", "Babette's Feast tt0092603 Drama, Music ", "Good morning Babilonia tt0093104 Drama, Romance ", "Over the Top tt0093692 Action, Drama, Sport ", "Throw Momma from the Train tt0094142 Comedy, Crime ", "The Gold Rimmed Glasses tt0093453 Drama ", "Hamlet Goes Business tt0093139 Comedy, Drama, Romance ", "Robot Carnival tt0093871 Animation, Comedy, Drama ", "The Man Who Planted Trees tt0093488 Animation, Short, Drama ", "Ultraman: The Adventure Begins tt0230915 Animation, Sci-Fi ", "Il piccolo diavolo tt0095869 Comedy, Fantasy, Romance ", "Kenny tt0093338 Biography, Drama ", "The Flintstone Kids' Just Say No Special tt0281859 Animation ", "Camille Claudel tt0094828 Biography, Drama, History ", "Moonwalker tt0095655 Action, Crime, Fantasy ", "Halloween 4: The Return of Michael Myers tt0095271 Horror, Thriller ", "Salaam Bombay! tt0096028 Crime, Drama ", "Thelonious Monk: Straight, No Chaser tt0098465 Documentary, Biography, Music ", "The Accidental Tourist tt0094606 Drama, Romance ", "Madonna: Ciao, Italia! - Live from Italy tt0245246 Documentary, Music ", "Who Framed Roger Rabbit tt0096438 Animation, Comedy, Crime ", "Scooby-Doo and the Ghoul School tt0189071 Animation, Comedy, Fantasy ", "Tucker: The Man and His Dream tt0096316 Biography, Drama ", "Harriette Simpson Arnow: 1908-1986 tt0311263 Documentary, Short ", "The Chocolate War tt0094869 Drama ", "Critters 2 tt0094919 Comedy, Horror, Sci-Fi ", "Mong ming yuen yeung tt0096414 Crime, Drama ", "Hairspray tt0095270 Comedy, Music, Romance ", "Wuthering Heights tt0095786 N/A ", "The Bear tt0095800 Adventure, Family, Drama ", "Heathers tt0097493 Comedy, Crime, Drama ", "Vampire Princess Miyu tt0095474 Animation, Fantasy, Horror ", "Chi se da feng bao tt0094857 Action, Thriller ", "Ubit drakona tt0096329 Drama, Family, Fantasy ", "The Unnamable tt0096344 Horror ", "Les Fran\u00e7ais vus par tt0094999 Documentary, Drama, War ", "Police Academy 5: Assignment: Miami Beach tt0095882 Comedy, Crime ", "The Land Before Time tt0095489 Animation, Adventure, Family ", "Child's Play tt0094862 Horror ", "The Navigator: A Medieval Odyssey tt0095709 Action, Adventure, Drama ", "Women on the Verge of a Nervous Breakdown tt0095675 Comedy, Drama ", "Drowning by Numbers tt0092929 Comedy, Drama ", "Dogra Magra tt0223154 Horror, Mystery, Sci-Fi ", "Travelling Circus tt0286644 N/A ", "Young Einstein tt0096486 Comedy, History ", "Ghoulies II tt0093091 Comedy, Horror ", "Urgences tt0096351 Documentary ", "The Gang of Four tt0094709 Drama, Mystery ", "Chilsu and Mansu tt0150113 N/A ", "Zhong Guo zui hou yi ge tai jian tt0096505 Drama ", "Shuang fei lin men tt0096103 Comedy, Fantasy ", "Musaler-1988: The Year of Dragon tt0427569 Documentary, Short ", "Ek Naya Rishta tt0249492 Family ", "Huang jia shi jie zhi III: Ci xiong da dao tt0095337 Action ", "Tit gaap mou dik maa lei aa tt0088269 Comedy, Sci-Fi ", "Hua zhong xian tt0095336 Adventure, Comedy, Fantasy ", "Qayamat Se Qayamat Tak tt0095936 Action, Drama, Musical ", "Rock et Belles Oreilles: La grande liquidation des f\u00eates 1988 tt0320374 N/A ", "Running on Empty tt0096018 Crime, Drama, Music ", "The Boy from Hell tt0122008 Horror ", "Siu nam yan chow gei tt0096115 N/A ", "The 1930's: Music, Memories & Milestones tt0233135 Documentary ", "To Miss with Love tt0096222 N/A ", "Phantom of Death tt0092865 Horror, Thriller ", "Rain Man tt0095953 Drama ", "Arthur 2: On the Rocks tt0094678 Comedy, Romance ", "Lady in White tt0095484 Fantasy, Horror, Mystery ", "Police Story 2 tt0095403 Action, Comedy, Crime ", "Akira tt0094625 Animation, Action, Sci-Fi ", "Medea tt0095607 Drama ", "The Moderns tt0095649 Comedy, Drama, Romance ", "Beaches tt0094715 Comedy, Drama, Music ", "Oliver & Company tt0095776 Animation, Adventure, Family ", "Monkey Shines tt0095652 Drama, Horror, Sci-Fi ", "The Big Blue tt0095250 Action, Adventure, Drama ", "The Eye Above the Well tt0095788 Documentary ", "Zui jia nu xu tt0121922 Comedy ", "The Serpent and the Rainbow tt0096071 Horror ", "Frantic tt0095174 Crime, Drama, Mystery ", "Kimagure orenji r\u00f4do: Ano hi ni kaeritai tt0095448 Animation, Comedy, Drama ", "Little Vera tt0095574 Drama, Romance ", "Chocolat tt0094868 Drama ", "King Size tt0095452 Adventure, Comedy, Fantasy ", "Dead Ringers tt0094964 Drama, Horror, Thriller ", "Noble House tt0094521 Action, Adventure, Drama ", "Salsa tt0096030 Romance, Music ", "Mac and Me tt0095560 Adventure, Family, Fantasy ", "Return to Snowy River tt0095993 Adventure, Drama, Western ", "Little Nikita tt0095532 Drama, Thriller ", "Willow tt0096446 Action, Adventure, Drama ", "Phantasm II tt0095863 Action, Fantasy, Horror ", "License to Drive tt0095519 Comedy ", "Blackadder's Christmas Carol tt0094754 Comedy, History ", "The Night Before tt0095730 Comedy ", "Histoire(s) du cin\u00e9ma: Toutes les histoires tt0097514 Documentary ", "Veronico Cruz tt0092880 Drama, War ", "Rat Man tt0095942 Horror ", "Stormy Monday tt0096180 Crime, Drama, Music ", "Tiger Cage tt0096236 Action ", "Scarecrows tt0096046 Horror ", "Tokyo: The Last Megalopolis tt0096240 Horror, Sci-Fi, Thriller ", "Altovaya sonata. Dmitriy Shostakovich tt0174463 Documentary ", "Last Rites tt0095496 Action, Crime, Romance ", "1969 tt0094594 Drama, War ", "Ha-Kayitz Shel Aviya tt0095433 Biography, Drama ", "Marshal Blucher: A Portrait Against the Background of an Epoch tt0211502 N/A ", "Mister Designer tt0157713 Drama, Horror ", "July tt0168909 Short ", "My Neighbor Totoro tt0096283 Animation, Family, Fantasy ", "Cinema Paradiso tt0095765 Drama ", "Some Girls tt0098356 Comedy, Drama, Romance ", "Pestonjee tt0095857 Comedy, Drama ", "D.O.A. tt0094933 Mystery, Thriller ", "Blood Delirium tt0094762 Horror ", "Paperhouse tt0098061 Drama, Fantasy, Horror ", "Moon Over Parador tt0095654 Comedy, Romance ", "God, the Universe and Everything Else tt1020960 Talk-Show ", "How to Draw Comics the Marvel Way tt1233202 Family ", "Let's Get Lost tt0095515 Documentary, Music ", "Vibes tt0096378 Adventure, Comedy, Romance ", "The Adventures of Baron Munchausen tt0096764 Adventure, Comedy, Fantasy ", "Hell City Shinjuku, US tt0094995 Animation, Fantasy, Horror ", "The Cat Who Walked by Herself tt0997248 Animation, Drama ", "The Love Chariot tt0251355 Comedy, Romance ", "Alice tt1010295 N/A ", "Messenger of Death tt0095626 Action, Crime, Thriller ", "Bloodsport tt0092675 Action, Biography, Drama ", "Hellbound: Hellraiser II tt0095294 Horror, Thriller ", "Her Vengeance tt0092254 Crime, Drama, Horror ", "The Beast of War tt0094716 War ", "The Vanishing tt0096163 Mystery, Thriller ", "Blackadder: The Cavalier Years tt0137390 Short, Comedy, History ", "Dangerous Liaisons tt0094947 Drama, Romance ", "Mr. Miller Goes to Washington Starring Dennis Miller tt0249466 Comedy ", "Onassis: The Richest Man in the World tt0095780 Drama ", "A Change of Face tt0241296 N/A ", "Skyggen af Emma tt0096116 Comedy, Drama ", "The Deceivers tt0094979 Adventure, Drama, Thriller ", "Soleil tt1176232 Short ", "Ninja of the Magnificence tt0906328 Action ", "Kamilla og tyven tt0202965 Drama, Family ", "Regis & Kathie Lee: Special Edition tt0271140 N/A ", "Veerana tt0260494 Action, Drama, Horror ", "Oil Gobblers tt0096010 Short, Sci-Fi ", "He Is Risen tt0167189 Animation, Short, Drama ", "1999 - Nen no natsu yasumi tt0094595 Drama, Fantasy, Mystery ", "My Stepmother Is an Alien tt0095687 Comedy, Romance, Sci-Fi ", "The Prodigal Son tt0961161 Animation, Short, Biography ", "Journey to the South tt0122012 Drama ", "Two Brothers Running tt0096322 Comedy ", "The Short & Curlies tt0093961 Short ", "Killer Klowns from Outer Space tt0095444 Comedy, Horror, Sci-Fi ", "The Hound of the Baskervilles tt0095330 Crime, Drama, Horror ", "A ay tt0429489 Drama ", "El Dorado tt0095053 Drama, History ", "Frantsuz tt0306827 Drama, Comedy ", "Jakarta tt0095390 Thriller ", "Tumbledown tt0098533 Biography, Drama, War ", "Rouge tt0093258 Drama, Fantasy, Music ", "Alien from L.A. tt0092532 Adventure, Comedy, Fantasy ", "M\u00e5nguden tt0095692 Crime, Horror, Thriller ", "Without a Clue tt0096454 Comedy, Crime, Mystery ", "Men Behind the Sun tt0093170 Drama, History, Horror ", "Scooby-Doo and the Reluctant Werewolf tt0189072 Animation, Comedy, Fantasy ", "Gorillas in the Mist tt0095243 Biography, Drama ", "A Tale of the Wind tt0096337 Documentary ", "Daffy Duck's Quackbusters tt0094939 Animation, Comedy, Family ", "The Big Heat tt0099248 Action, Crime, Thriller ", "Tall Stories tt0095843 N/A ", "Honneponnetje tt0095319 Comedy, Romance ", "Lolita chijoku tt0291316 N/A ", "The White Alligator tt0944139 Horror ", "Captain Johnno tt0090794 Drama, Family ", "Hero Hiralal tt0093182 Action, Comedy, Drama ", "Water's Edge tt0216403 Short ", "The Kiss tt0095454 Drama, Fantasy, Horror ", "Crocodile Dundee II tt0092493 Action, Adventure, Comedy ", "Sunset tt0096193 Crime, Action, Comedy ", "Warlords tt0096419 Action, Sci-Fi ", "Mr. Vampire Saga tt0099881 Comedy, Horror ", "The Decalogue tt0092337 Drama ", "Ashik Kerib tt0094681 Drama ", "\u00c0 gauche en sortant de l'ascenseur tt0096517 Comedy ", "The Legend of the Holy Drinker tt0095513 Drama ", "Shadow of the Raven tt0095346 Drama ", "Landscape in the Mist tt0096288 Drama ", "Time of Violence tt0096403 Drama ", "The Thin Blue Line tt0096257 Documentary, Crime, Mystery ", "The Unbearable Lightness of Being tt0096332 Drama, Romance ", "A Short Film About Love tt0095467 Drama, Romance ", "Vampire's Kiss tt0098577 Comedy, Fantasy, Horror ", "The guinea pig 2: N\u00f4toru Damu no andoroido tt0161633 Horror ", "Gin\u00ee piggu: Manh\u00f4ru no naka no ningyo tt0161638 Horror ", "Ariel tt0094675 Drama ", "The Man Who Planted Trees tt0093488 Animation, Short, Drama ", "Maria Stuarda tt0095591 Drama, Romance, Music ", "Gandahar tt0095525 Adventure, Sci-Fi, Animation ", "Life Is a Long Quiet River tt0096386 Comedy ", "Alice tt0095715 Animation, Adventure, Comedy ", "Mama tt2023587 Horror ", "The Host tt1517260 Adventure, Romance, Sci-Fi ", "Breaking the Girls tt1510686 Crime, Thriller ", "42 tt0453562 Biography, Drama, Sport ", "World War Z tt0816711 Action, Adventure, Horror ", "Evil Dead tt1288558 Horror ", "Man of Steel tt0770828 Action, Adventure, Fantasy ", "A Good Day to Die Hard tt1606378 Action, Crime, Thriller ", "Hansel & Gretel: Witch Hunters tt1428538 Action, Fantasy, Horror ", "Hansel & Gretel: Warriors of Witchcraft tt2381962 Action, Adventure, Horror ", "Hansel & Gretel tt2415464 Horror ", "A Haunted House tt2243537 Comedy ", "Batman: The Dark Knight Returns, Part 2 tt2166834 Animation, Action, Crime ", "30 Nights of Paranormal Activity with the Devil Inside the Girl with the Dragon Tattoo tt2417650 Comedy ", "House Hunting tt1608368 Mystery, Thriller ", "Drift tt1714833 Drama, Sport ", "Amazing Ocean 3D tt2571354 Documentary ", "Inkaar tt2094854 Drama, Romance ", "Race 2 tt1375789 Action, Crime, Drama ", "The Haunting in Connecticut 2: Ghosts of Georgia tt1457765 Drama, Horror, Thriller ", "Matru ki Bijlee ka Mandola tt2106537 Comedy, Drama ", "Phantom tt1922685 History, Thriller, War ", "Fast & Furious 6 tt1905041 Action, Crime, Thriller ", "R'ha tt2624672 Animation, Short, Sci-Fi ", "The Package tt1884457 Action ", "Rise of the Dinosaurs tt2303110 Action, Horror, Sci-Fi ", "TPB AFK: The Pirate Bay Away from Keyboard tt2608732 Documentary ", "Border Run tt2069955 Crime, Thriller ", "Special 26 tt2377938 Crime, Drama, Thriller ", "Warm Bodies tt1588173 Comedy, Horror, Romance ", "Love and Honor tt1976989 Drama, Romance, War ", "Murder 3 tt2429640 Thriller ", "Riddle tt1648208 Mystery, Thriller ", "Oz the Great and Powerful tt1623205 Adventure, Family, Fantasy ", "Journey to the West tt2017561 Adventure, Comedy, Fantasy ", "The Marine 3: Homefront tt2334841 Action, Thriller ", "Magic Magic tt1929308 Thriller ", "Madly Madagascar tt2702348 Animation, Short ", "I, Me aur Main tt2064816 Drama ", "The Croods tt0481499 Animation, Adventure, Comedy ", "Escape from Planet Earth tt0765446 Animation, Adventure, Comedy ", "Rush tt1979320 Action, Biography, Drama ", "The Devil's in the Details tt2137359 Thriller ", "The Hangover Part III tt1951261 Comedy ", "Barbie in the Pink Shoes tt2630134 Animation, Family ", "Killing Lincoln tt2299248 Biography, Drama, History ", "The Last Exorcism Part II tt2034139 Drama, Horror, Thriller ", "Gangoobai tt2624852 Drama, Family ", "The Crash tt2571542 Drama ", "Beautiful Creatures tt1559547 Drama, Fantasy, Romance ", "The Grandmaster tt1462900 Action, Biography, Drama ", "Stoker tt1682180 Drama, Mystery, Thriller ", "Rubinrot tt2418558 Drama, Fantasy, Mystery ", "Revelation Road: The Beginning of the End tt2412746 Action ", "The Call tt1911644 Crime, Thriller ", "Jack the Giant Slayer tt1351685 Adventure, Fantasy ", "The Attacks of 26/11 tt2635622 Drama ", "The Great Gatsby tt1343092 Drama, Romance ", "Jan Dara the Beginning tt2599106 Drama ", "ABCD (Any Body Can Dance) tt2321163 Music, Western ", "The Wizards Return: Alex vs. Alex tt2448374 Adventure, Comedy, Drama ", "Celal ile Ceren tt2610768 Comedy, Romance ", "Metro tt2649128 Action, Thriller ", "Crush tt2093977 Thriller ", "Ip Man: The Final Fight tt2495118 Action, Biography, Drama ", "13 Eerie tt2082152 Horror, Sci-Fi ", "Oblivion tt1483013 Action, Adventure, Mystery ", "Dark Skies tt2387433 Horror, Sci-Fi, Thriller ", "That Winter, the Wind Blows tt2806646 Drama ", "In the Dark tt2388208 Drama, Mystery, Thriller ", "LEGO Batman: The Movie - DC Super Heroes Unite tt2465238 Animation, Action, Adventure ", "Badass Showdown tt2525450 Action ", "Sexy Evil Genius tt1801096 Comedy, Drama, Mystery ", "Chashme Baddoor tt2229848 Comedy, Drama ", "The Cloth tt2088923 Action, Fantasy, Horror ", "21 & Over tt1711425 Comedy ", "Mere Dad Ki Maruti tt2323964 Comedy ", "Paranormal Movie tt2392846 Comedy ", "Dragon Ball Z: Battle of Gods tt2263944 Animation, Action, Fantasy ", "Temptation: Confessions of a Marriage Counselor tt2070862 Drama ", "The Numbers Station tt1659338 Action, Thriller ", "Assassins Run tt1502417 Action, Crime, Thriller ", "Nautanki Saala! tt2341766 Comedy ", "Seduction tt2667242 Drama ", "A Moment in Time tt2705666 Drama, Romance ", "Gallipoli: End of the Road tt2667550 Action, Drama, History ", "RED 2 tt1821694 Action, Comedy, Crime ", "Robosapien: Rebooted tt1037222 Adventure, Drama, Family ", "Superman: Unbound tt2617456 Animation, Action, Adventure ", "Vampire Heaven tt2759662 Thriller ", "Deep Dark Canyon tt1646212 Action, Drama, Thriller ", "Upstream Color tt2084989 Drama, Mystery, Romance ", "Saheb Biwi Aur Gangster Returns tt2362778 Action, Crime, Drama ", "Are You Having a Laugh? Comedy and Christianity tt2803018 Documentary, Comedy ", "Aashiqui 2 tt2203308 Drama, Music, Musical ", "Syrup tt0762138 Comedy, Drama, Romance ", "Saadi Love Story tt2746136 Romance ", "Kai po che! tt2213054 Drama, Sport ", "Shootout at Wadala tt2301155 Action, Crime ", "Da Vinci's Demons: Genius in the Making tt2838566 Documentary ", "Trance tt1924429 Crime, Drama, Mystery ", "Together tt2198824 Drama, Romance ", "Devil's Pass tt1905040 Mystery, Thriller ", "Only God Forgives tt1602613 Crime, Drama, Thriller ", "Murder on the Home Front tt2569792 Thriller ", "Running Man tt2763764 Action, Comedy, Thriller ", "Ice Age Giants tt2934994 Documentary ", "Saving General Yang tt2072220 Adventure, Biography ", "Epic tt0848537 Animation, Adventure, Family ", "The Monkey King tt1717715 Action, Adventure, Family ", "All for Two tt2188655 Comedy, Crime ", "A Haunting at Silver Falls tt1813609 Horror, Thriller ", "Aurangzeb tt2804026 Action, Drama, Thriller ", "Stranded tt2268573 Horror, Sci-Fi ", "Une contre-histoire de l'Internet tt2865302 Documentary ", "Tied tt2256741 Drama ", "Sona Spa tt2609468 Drama, Mystery, Thriller ", "Hammer of the Gods tt2193418 Action, Adventure, History ", "Pacific Rim tt1663662 Action, Adventure, Sci-Fi ", "Planes tt1691917 Animation, Adventure, Comedy ", "Garden of Words tt2591814 Animation, Drama, Romance ", "SAGA: Curse of the Shadow tt2250234 Action, Adventure, Fantasy ", "Yeh Jawaani Hai Deewani tt2178470 Drama, Musical, Romance ", "Nobunaga no Chef tt2532272 Drama ", "Kindaichi sh\u00f4nen no jikenbo: Hong Kong Kowloon zaih\u00f4 satsujin jiken tt2372296 Mystery ", "Ek Thi Daayan tt2406676 Horror, Romance, Thriller ", "Rangeelay tt2821880 Action, Comedy, Drama ", "Yamla Pagla Deewana 2 tt2510874 Action, Comedy, Drama ", "We Steal Secrets: The Story of WikiLeaks tt1824254 Documentary ", "The Confession tt2317171 Drama ", "Shannon's Rainbow tt1247691 Family ", "Open Up to Me tt2325909 Drama, Romance ", "Skytten tt2381989 Crime, Drama, Thriller ", "Prank tt2064905 Crime ", "Survival Code tt2106350 Action, Sci-Fi ", "Conspirators tt2927068 Crime, Thriller ", "A Viking Saga: The Darkest Day tt2320073 Action, Adventure, Thriller ", "Liars All tt1865545 Thriller ", "Deadly Code tt1697064 Biography, Crime, Drama ", "Do the Math tt2853094 Documentary ", "My Little Pony: Equestria Girls tt2908228 Animation, Comedy, Family ", "The Book of Esther tt2521404 Drama ", "Penthouse North tt2055709 Drama, Mystery, Thriller ", "The Berlin File tt2357377 Action, Drama, Thriller ", "Himmatwala tt2344678 Action, Comedy ", "Berserk: The Golden Age Arc 3 - Descent tt2358913 Animation, Action, Fantasy ", "Fukrey tt2806788 Comedy, Drama, Romance ", "Raanjhanaa tt2359810 Drama, Romance ", "Rushlights tt1536437 Crime, Drama, Romance ", "Miracle in Cell No. 7 tt2659414 Comedy, Drama ", "Copperhead tt2404555 Drama ", "Europa Report tt2051879 Sci-Fi, Thriller ", "Swamy Ra Ra tt2767354 Crime ", "Long Weekend tt2776354 Horror ", "A Field in England tt2375574 Drama, Horror, Thriller ", "Despicable Me 2 tt1690953 Animation, Comedy, Family ", "Crimes of Passion: Death of a Loved One tt2504308 Crime ", "Matterhorn tt2650718 Comedy, Drama ", "The Crown and the Dragon tt1913178 Adventure, Fantasy ", "Curse of Chucky tt2230358 Crime, Horror, Thriller ", "The Devil You Know tt0463960 Mystery, Thriller ", "Zila Ghaziabad tt2171454 Action, Crime, Thriller ", "The Demented tt2113792 Horror, Sci-Fi, Thriller ", "Jug Face tt2620736 Drama, Horror, Thriller ", "Man of Tai Chi tt2016940 Action, Drama ", "Pee Mak tt2776344 Comedy, Horror, Romance ", "Justice League: The Flashpoint Paradox tt2820466 Animation, Action, Adventure ", "De Wederopstanding van een Klootzak tt2317102 Drama ", "Red Line tt1930458 Thriller ", "Lootera tt2224317 Drama, Romance ", "Beneath tt2325518 Horror, Thriller ", "The Bride and the Lover tt2885536 Comedy, Drama ", "Zindagi 50 50 tt2929840 Drama ", "The Colony tt1160996 Action, Horror, Sci-Fi ", "Teen Beach Movie tt2325989 Family, Musical ", "Turbo tt1860353 Animation, Adventure, Comedy ", "Policegiri tt2861320 Action, Comedy, Drama ", "The Jungle tt2444092 Thriller ", "Gasland Part II tt2795078 Documentary ", "Northwest tt2650986 Action, Crime, Drama ", "Pretty Little Liars: A LiArs Guide to Rosewood tt3009348 Drama ", "Insidious: Chapter 2 tt2226417 Horror, Thriller ", "Battle of the Damned tt2210463 Action, Adventure, Horror ", "Pompeii: The Mystery of the People Frozen in Time tt2806964 Documentary ", "The Other Pompeii: Life & Death in Herculaneum tt2877024 Documentary ", "Sheng dan mei gui tt2928084 Drama, Mystery, Thriller ", "The Lost Medallion: The Adventures of Billy Stone tt1390539 Adventure, Family, Fantasy ", "Savannah tt1797487 Drama, Family, History ", "Ghanchakkar tt2246724 Comedy, Crime, Thriller ", "The Last Days tt1935914 Adventure, Sci-Fi, Thriller ", "Frankenstein's Army tt1925435 Action, Horror, Sci-Fi ", "Blaze You Out tt2072066 Action, Drama, Thriller ", "3096 Days tt1667355 Crime, Drama ", "Celluloid tt2717168 Biography, Drama ", "The Frozen Ground tt2005374 Biography, Crime, History ", "Combustion tt1899142 Action ", "Get Lucky tt2175669 Action ", "Mai tt2389486 Drama, Family ", "DEFCON: The Documentary tt3010462 Documentary ", "Gippi tt2814372 Comedy, Drama ", "Chennai Express tt2112124 Action, Comedy, Romance ", "Kokow\u00e4\u00e4h 2 tt2194599 Comedy ", "Jatt & Juliet 2 tt2673882 Comedy, Romance ", "Tom and Jerry's Giant Adventure tt3108584 Animation, Comedy, Family ", "Switch tt2460488 Action, Crime, Romance ", "Ashley tt2084093 Drama ", "Adore tt2103267 Drama, Romance ", "Battle Ground tt2186783 Action, Drama, War ", "Nasha tt3044882 Drama, Romance, Thriller ", "Ankur Arora Murder Case tt2912578 Drama, Thriller ", "As Cool as I Am tt1906329 Comedy, Drama ", "Riddick tt1411250 Action, Sci-Fi, Thriller ", "10 Rules for Sleeping Around tt1993391 Comedy, Romance ", "The Expedition to the End of the World tt2530936 Documentary, Adventure, Comedy ", "Marvel One-Shot: Agent Carter tt3067038 Short, Action, Adventure ", "Barbie Mariposa and the Fairy Princess tt2946582 Animation, Family, Fantasy ", "Peeples tt1699755 Comedy, Romance ", "Camille Claudel 1915 tt2018086 Biography, Drama ", "Richard Pryor: Omit the Logic tt2401223 Documentary ", "N.Y.C. Underground tt0907625 Action, Thriller ", "Das Auto: The Germans, Their Cars and Us tt3106134 Documentary ", "Breakout tt2314886 Action, Thriller ", "Crystal Fairy & the Magical Cactus tt2332579 Adventure, Comedy ", "Alpha Girls tt2178927 Action, Horror, Sci-Fi ", "The Stranger Within tt2180571 Mystery, Thriller ", "Daylight tt2359002 Drama, Mystery, Thriller ", "It's All So Quiet tt2167715 Drama ", "I Spit on Your Grave 2 tt2537176 Crime, Horror, Thriller ", "The World's End tt1213663 Action, Comedy, Sci-Fi ", "R\u00f6lli ja kultainen avain tt2343707 Adventure, Comedy, Family ", "Fists of Legend tt2828840 Action ", "Good Ol' Freda tt2505938 Documentary, Biography, History ", "Blood of Redemption tt2510268 Action, Crime, Drama ", "Secretly, Greatly tt2967578 Action, Comedy, Drama ", "Madonna: The MDNA Tour tt2910266 Documentary, Music ", "Blind Detective tt2332707 Comedy, Crime, Drama ", "State of Play tt2952692 Documentary, Drama, Sport ", "Bui Doi Cho Lon tt2592594 Action ", "Bless Me, Ultima tt1390398 Drama, War ", "Treasures of the Louvre tt2758088 Documentary ", "Fright Night 2 tt2486630 Comedy, Horror, Thriller ", "Dead in Tombstone tt2268419 Action, Fantasy, Horror ", "Nothing Left to Fear tt1662293 Horror ", "Matrimonio tt2400262 Drama ", "Brazilian Western tt1869416 Crime, Drama, Romance ", "Dark Touch tt2328549 Horror ", "Hai-Alarm am M\u00fcggelsee tt2352394 Comedy ", "Dragonfyre tt2333508 Action, Adventure, Fantasy ", "The Incredible Burt Wonderstone tt0790628 Comedy ", "The Wolverine tt1430132 Action, Adventure, Sci-Fi ", "Star Trek Into Darkness tt1408101 Action, Adventure, Sci-Fi ", "Vanquisher tt1161457 Action, Adventure, Sci-Fi ", "The Smurfs 2 tt2017020 Animation, Adventure, Comedy "], "type": "htmltooltip", "id": "el776174530062864pts", "hoffset": 10}], "data": {"data28": [[21.0, 0.0], [21.35, 0.0], [21.35, 53.0], [21.0, 53.0]], "data06": [[0.12090889129025507, -0.0075314196638281775]], "data08": [[0.6618242607526883, 0.8721875000000001], [0.9802150537634409, 0.8721875000000001], [0.9802150537634409, 0.9875], [0.6618242607526883, 0.9875]], "data09": [[0.0, 0.0, 0.0, 10.0, 0.0, 0.0], [0.35, 0.0, 0.0, 10.35, 0.0, 0.0], [0.35, 45.0, 2.0, 10.35, 77.0, 121.0], [0.0, 45.0, 2.0, 10.0, 77.0, 121.0]], "data20": [[11.0, 0.0, 16.0, 0.0], [11.35, 0.0, 16.35, 0.0], [11.35, 3.0, 16.35, 404.0], [11.0, 3.0, 16.0, 404.0]], "data21": [[12.0, 0.0, 17.0, 0.0, 0.0], [12.35, 0.0, 17.35, 0.0, 0.0], [12.35, 31.0, 17.35, 9.0, 51.0], [12.0, 31.0, 17.0, 9.0, 51.0]], "data22": [[13.0, 0.0, 0.0, 14.0, 0.0], [13.35, 0.0, 0.0, 14.35, 0.0], [13.35, 6.0, 10.0, 14.35, 50.0], [13.0, 6.0, 10.0, 14.0, 50.0]], "data05": [[0.16139402649167842, -0.018683131293655945], [0.1318967838427234, -0.007795397704920455], [0.1234230414383373, -0.010586940281552066], [0.1509230424953313, -0.02689618946028492], [0.1617481687227688, -0.012126545248626079], [0.1540619494802445, -0.01305575375856393], [0.09258159221759116, -0.0040047520470950625], [0.15973875170145382, -0.013408632949710734], [0.16067910792684192, -0.014917176184333565], [0.14942943467742378, 0.07806012004392468], [0.14044901990654757, -0.004471115025724489], [0.15867093102995797, -0.0089498270791155], [0.08893062268071848, -0.009239094117733937], [0.10604359613837971, -0.006049605823593655], [0.12844984507586543, -0.01781862241260534], [0.056576059606992794, -0.0036255047626527334], [0.11734142060954077, -0.009162978129909983], [0.09958923213365967, -0.008531291458702059], [0.1406298313186786, -0.01014470201139191], [0.07135963180461764, -0.004806814854015942], [0.13897045878471778, -0.010041964575215683], [0.13107144180251068, -0.01159000586951667], [0.14568487504311547, 0.003540524770845325], [0.12567034541912978, -0.014003705991273914], [0.12530999163572956, -0.006104729707582334], [0.1486768109875767, -0.011253427438170288], [0.12428888119921752, -0.012202667145868899], [0.10068779867913163, -0.006439160392578116], [0.12662423309206222, -0.008590093320524256], [0.10149168509721984, -0.010315185051666035], [0.08069889024760088, -0.009234290741678999], [0.09867734386087858, -0.007286002404563217], [0.09545169376547996, -0.007453313087749487], [0.0980799496338826, -0.00010783264912033095], [0.1599850392131663, -0.009112866015237826], [0.10312294034269893, -0.009366925027810192], [0.1478389801681795, -0.012877597407375697], [0.1291011310403657, -0.009932891805326015], [0.11782384825004824, -0.006450636811261566], [0.12433182017343547, -0.00845256260037095], [0.158832529930431, -0.012588257867335605], [0.11717415718300513, -0.010464887776923996], [0.14890707337786258, -0.006060165090434737], [0.156184384186731, -0.01094041492737733], [0.10444470415842368, -0.004768361968573999], [0.14732770802055825, -0.014501003939467608], [0.05416997578910808, 0.0009780831275446296], [0.07749702202655218, 0.002001627888326627], [0.12177322900829292, 0.00679710896038133], [0.12211201589536841, -0.018351936873765223], [0.13826340373276838, -0.012420829543995343], [0.14908661517868457, -0.0019150828537598272], [0.10843710182201224, -0.0036569637439790663], [0.11532878953778367, -0.005584664563072697], [0.10659335407547331, -0.0022293843877251294], [0.07484462909464155, 0.00023618090675292853], [0.10267438944284528, -0.013624916388707978], [0.12895476034100734, -0.008759490803363856], [0.1594341286946571, -0.0136701129482155], [0.1393029896471488, -0.00496018381430639], [0.12526932169901114, -0.008896036162884244], [0.04552490012376215, -0.005084469320162997], [0.13798159826505274, -0.006302000947333], [0.12203525766397152, -0.011825541333087988], [0.13860606854786636, -0.007375112468613709], [0.11605216626770157, -0.009270876601362879], [0.04542774521719202, -0.005125415899565798], [0.12451011337533016, -0.007297664756434455], [0.14618922553899227, -0.010105826130400324], [0.15430714670538787, -0.013137188098099002], [0.123204260356696, -0.008373191036710338], [0.1084625898674434, -0.007367848724817152], [0.14773365062115282, -0.017093553036287828], [0.14990922262430567, -0.011706383442381786], [0.14183376039570433, -0.004374551710204215], [0.16303952652228804, 0.010245026105959803], [0.1497293276602738, -0.01103090790610477], [0.08803318692999813, -0.007014886568961615], [0.12488798232237121, -0.008920965771916286], [0.12037686947726252, -0.014607170337717298], [0.12112988911902192, -0.007258119272286169], [0.12479690684278892, -0.015602209429007502], [0.134883324403208, -0.0054586053512048986], [0.11404127329726681, -0.010563412667300029], [0.14169667955181034, -0.005213986615322463], [0.11792895068891761, -0.0066482750509968234], [0.15754300467033658, -0.010340405216485318], [0.044246848943076636, -0.0021681244743271206], [0.12605650766200105, -0.007698698754595018], [0.1546055096604784, -0.020733003582850264], [0.11017977394662194, -0.011533804904813254], [0.14988482971195907, -0.016616522696930765], [0.13536148889539293, -0.0049274361044763185], [0.07390948931985201, 0.06380303275037272], [0.08621243045924033, -0.0006065049548442242], [0.13916989879770578, -0.009962277409891258], [0.13516933954431237, -0.005317688112540163], [0.1616979712167144, 0.006188599066561981], [0.1267167023210028, -0.003080775407256786], [0.13299494708338955, -0.00599805503429684], [0.11429781267404121, -0.012335590377729265], [0.13442702252530073, -0.008739608536537232], [0.07580240051339383, -0.004994829785873051], [0.12371353661718462, -0.00585635736595988], [0.11542994920190086, 0.00302694568807381], [0.14954007478895898, -0.017797769998726756], [0.12093130253761224, -0.006936372879598483], [0.16213373457743332, -0.012450944650421649], [0.1362717996487761, -0.012731616814434394], [0.09323144289313977, -0.003107989758168435], [0.05036122684539651, -0.005612645484119168], [0.13322822614019417, -0.006120395530378585], [0.12518247222774598, -0.017144677172637426], [0.10351814552005936, -0.006871585133234994], [0.1624613799690973, -0.004462388007868517], [0.13579297108098692, -0.010767356580481757], [0.07924979685059064, -0.0058112725249103575], [0.12414217453372564, -0.00593219468361093], [0.12855891062306732, -0.007101874142791297], [0.13037596038835306, -0.00664471261599567], [0.12349650345495863, -0.01442883603289731], [0.10973145421077748, -0.005972335882921625], [0.14239705830216953, -0.011894210519348728], [0.1355809635736345, -0.008127790005811215], [0.13232643642773106, -0.009528175693320911], [0.16116900839736137, -0.014678055320368654], [0.16091735140289015, -0.014277401357395312], [0.153948333152545, -0.008314170421960481], [0.13935137737014147, -0.013852072419419171], [0.10321040571276978, -0.0017568650004126125], [0.11839429625457751, -0.006553219789874563], [0.16153523477978074, -0.009752163051987377], [0.12532442350612663, -0.009425622951659478], [0.12224814238439427, -0.0093852241410857], [0.10476178947672844, -0.005180812904904959], [0.09730549164361671, -0.007515203197321014], [0.07650318867957322, -0.004091229532507901], [0.09737869618769229, -0.008840466179041271], [0.15409274430892886, -0.021398773675693115], [0.12687889929222354, -0.01643413391047247], [0.04542812841952995, -0.0010869382061451348], [0.1508027853217571, -0.009325522806047135], [0.142198635376612, -0.008852671612084318], [0.06433217127371448, -0.0035466666051332985], [0.12004547417340218, -0.00810264765588764], [0.13619883732706606, -0.010955201040429545], [0.0979816255847498, -0.007054677167023536], [0.14206261036289836, -0.009666340914896862], [0.1360489940283759, -0.00649965200482944], [0.07709251224885982, -0.006454007001320971], [0.105519423570526, 0.0024876058176216713], [0.14190886350039306, -0.00921330320355741], [0.15609589669332058, -0.012284121021439946], [0.08365613495738783, -0.007000458156894226], [0.14675248672583327, -0.01293467907892714], [0.14135994084943976, -0.015424498865447802], [0.1328276593584474, -0.014327354101006074], [0.08148976853848536, -0.012458227210315623], [0.15285234447080218, -0.017006635844060737], [0.12454332587296073, -0.009929244232753159], [0.08313377691781694, -0.005109784250221726], [0.15746620148707532, -0.0017571248832061288], [0.11623794848405074, -0.007822838195544649], [0.14875038384189604, -0.0020048035792235054], [0.03681874255656386, -0.002131724538555743], [0.1608477742127573, -0.020167014390077363], [0.14370514939119766, -0.012010563119266758], [0.14767824609039282, -0.002477812048888624], [0.1614725059215216, -0.00846072800120596], [0.11860085106555962, -0.00810231668699153], [0.0033370976921016007, -0.0008364875965463848], [0.009250317375011564, 0.0001488323688829686], [0.12395218300107184, -0.00710954764278116], [0.12710787515654492, -0.01351951840803383], [0.140147026659177, -0.004831965196805955], [0.1212151109678449, -0.007718678043336732], [0.15802833108175068, -0.014870570875879905], [0.0985852728315021, -0.0020699821602302507], [0.1549004876183818, -0.0038166321203284203], [0.1292690230976224, -0.011063976633975047], [0.151192281344083, -0.013137389972455536], [0.16234192833015598, -0.0034180216479711067], [0.16048104890457174, -0.01436844380050796], [0.07083848661050071, -0.003201127842536157], [0.1371697045764084, -0.01081304932069432], [0.10717225284433643, -0.0036478541556930867], [0.12738122837724325, -0.010197716844127331], [0.07789388122820508, 0.004560812368974145], [0.10148101756505035, -0.0019745661396759406], [0.1127000753104481, -0.004639050142920728], [0.14233751326768118, -0.02045326804305866], [0.13571308684176214, -0.005420349030093235], [0.13840400916239395, -0.005526229077623163], [0.14276072738434917, -0.0034523055054689424], [0.15151363984644495, -0.015069904473467994], [0.064535009686723, -0.004095391750333562], [0.1194974492012812, -0.010730499100679046], [0.10601578350268473, -0.009805182681141776], [0.1586488742048714, -0.01758519685565759], [0.089610578168454, -0.006177799402556446], [0.06946201663375466, -0.006128424889097775], [0.136125143386398, -0.008413534179367365], [0.07989443990391683, -0.006126357475525023], [0.11235538867570741, -0.0005460004549927175], [0.10620930314774085, -0.00250437367227931], [0.15795577539047603, -0.0027669867465639998], [0.09691523271631947, -0.008614365134105526], [0.13087783614898468, -0.0058593522138916535], [0.06394862717608671, -0.001637413902000363], [0.08429369353960099, -0.01042687914522867], [0.16225155997750854, -0.011086052275348115], [0.10912259483518799, -0.005211596147582176], [0.15231085435456726, -0.015292925933150996], [0.15197604519500074, -0.019245596968491065], [0.13992513551228083, -0.011833056170922045], [0.13190028232542514, -0.013000279703583572], [0.10545219452167053, -0.008302906513096025], [0.1111736512497678, -0.004739431477682028], [0.15178134001795046, -0.012668362510149706], [0.1476385750224248, 0.005543188102124507], [0.11645857360387292, -0.009186420641549634], [0.1523086854117649, -0.01808900224255417], [0.12867079166468243, -0.010749995050594163], [0.06770419208437821, -0.003575362847695132], [0.1591271865611583, -0.028806033755117512], [0.12006292951947484, -0.0075082621655543184], [0.1192055468267058, -0.015047463251409723], [0.12432368887740324, -0.01054164842082713], [0.0470601146823852, -0.0016417326691965334], [0.10703014169150342, -0.007417423456001138], [0.13116225822879019, -0.007768900480720096], [0.1110150474812639, -0.00461935269471545], [0.13044675148124285, -0.001854267875452429], [0.150058588894606, -0.022687976707262983], [0.0708833093642574, -0.007302942717229335], [0.15903455106478345, -0.014581938012711215], [0.14180140408651531, -0.012131890684814477], [0.08164295112343531, -0.006487866080528268], [0.12183012150226391, -0.016972765146347588], [0.095884319777985, -0.0062147043039938905], [0.13165723759864323, -0.007893315076405501], [0.10837264851442832, -0.008604424117440003], [0.08808335461436587, -0.0007398602173376747], [0.10416047066212909, 0.004047968118333495], [0.11926040051148158, -0.005909723745754791], [0.094862820847432, -0.0034816067320314562], [0.160373508211154, -0.008708907883535438], [0.13165708163634246, -0.0068224275447289155], [0.13565435591708266, -0.014922084948911268], [0.10974980419182478, -0.016318001680134468], [0.10866244528859653, -0.007109005313938904], [0.09390816379201934, -0.009901697394300127], [0.11430053735884861, -0.005046846290184961], [0.07337349991245135, -0.0017751491521544424], [0.09172725669133054, -0.001479495775526693], [0.16058284240952356, -0.010387940523507375], [0.11945480601832154, -0.005292980060493264], [0.11853970609665856, -0.00813322805418181], [0.13670625962204622, -0.008028792107004287], [0.0751766579451734, -0.007353062969890542], [0.020474677166233194, -0.0009388614164127225], [0.10929953410581597, -0.014469749779607988], [0.13883689192914406, -0.008989820009210545], [0.10110308222633387, -0.0026945524908361185], [0.1252597195660124, -0.0016578293275191208], [0.1291161417617523, -0.006663902648471965], [0.15261537030659575, -0.01847912857248608], [0.16227036973294878, -0.012865605619418841], [0.11039147195963979, -0.014429891558121204], [0.10787917528680842, -0.005085999593880217], [0.14147596622131717, -0.013824868584808074], [0.16072801705535164, -0.0075515603167690066], [0.15455628823903617, -0.013290403689506432], [0.10908580951451131, -0.004660206675140192], [0.12599258229581517, -0.010295810480030247], [0.1538340727889677, -0.006788246561652368], [0.1138128288963102, -0.006285867370121224], [0.13836841134155822, -0.008542920381002158], [0.11354213068588782, -0.006464972981809117], [0.14275670590339345, -0.0036372455507074552], [0.0772316957676177, 0.06664816511935046], [0.07786545055302385, -0.0037764187183270954], [0.09529820223560624, -0.0013257892331072605], [0.1504115428219044, -0.008728397252912634], [0.12387470009681216, -0.00776882638202524], [0.10457284023982635, -0.0021822712576039043], [0.08641794267087852, -0.005358146164351021], [0.09616230193583813, -0.008522884377596032], [0.1252348290159532, -0.008651827609907117], [0.1419139147849753, -0.0073681115193442275], [0.13887897928291373, -0.009359336997433024], [0.11116824337622125, -0.013107280271829719], [0.1105529847416171, 0.007085105645702327], [0.15720663183819622, -0.011671017878045753], [0.03383674804579668, -0.002379212556083111], [0.1320213243636157, -0.011667995212842583], [0.15254281374154638, -0.024660097857056907], [0.14619318651681035, -0.014415865021737577], [0.14214764397519492, -0.008928842514000094], [0.11603247839121081, -0.010703636794702742], [0.12914828160652514, -0.01230203083780059], [0.14220312822904313, -0.016418984785491853], [0.11480746006730362, -0.011129131633547607], [0.12463860309829149, -0.02104711532393013], [0.13225382577602182, -0.008801154617138889], [0.11419494928483788, -0.008202973118765895], [0.14607516683637486, -0.0038519646576037], [0.055232129367918104, -0.0066098721738764785], [0.14462913820880005, -0.01065016059000498], [0.11363230091151168, -0.004449538554450544], [0.14678416229366395, -0.004402765497541915], [0.14831397195211732, -0.01326760507825723], [0.1172945942527314, -0.018050224378390215], [0.09426851335921019, -0.00389605715423688], [0.15172018087528766, -0.020594665660793144], [0.06747227195168815, -0.004648206064497337], [0.150882594709036, -0.004032650101699868], [0.10718078095458317, -0.0054595842746320965], [0.1541274789544773, -0.013314228234638252], [0.1469956796637482, -0.014753963029719328], [0.11276504731126806, -0.007635263070882728], [0.1574521390415981, 0.0002755759171817488], [0.1448475028070674, -0.011898920952802015], [0.11799763571502522, -0.0042641223095398065], [0.05434138022053656, -0.005389664227671963], [0.15704429121001764, -0.017368071964418866], [0.1161371614261615, -0.012895188928025157], [0.13343882275838317, -0.00903785516476399], [0.12643307990986705, -0.007381055503128672], [0.15559158993079666, -0.006378450886428055], [0.09507891945824679, 0.2367152089237232], [0.11218748518814786, -0.006994872933576008], [0.09729141010894868, -0.007044663727753626], [0.12637161519814333, -0.010097299921358223], [0.10768990925047162, -0.004849114272031563], [0.13252757621843633, -0.01347687940734411], [0.12161444589697198, -0.004216333445089681], [0.11434267305549962, -0.011448100872505548], [0.14979733198516812, -0.009562461190898992], [0.06691820608905402, -0.005409797569155487], [0.12399104833012377, 0.005275623701920264], [0.18956823553471644, 0.2212668509198605], [0.13014876761744426, -0.010572393120022663], [0.043755302193965825, -0.004363066481016583], [0.14552336688112083, -0.009781792260481618], [0.1595326622154663, -0.00463806257923824], [0.12990074167363133, -0.006748820991869303], [0.14206489773598677, -0.01071205717363852], [0.05829788711016183, -0.005863400020232929], [0.10176326857649115, -0.010993752710309038], [0.11347016997038234, -0.012474735894320447], [0.12741073746586512, -0.009851512162918153], [0.13350016243714416, -0.009351376491072939], [0.11112434972430191, -0.009409197274066783], [0.14545036849570017, -0.014848326441462003], [0.11995045974329706, -0.003129893909928461], [0.13295982370150014, -0.0199983029779744], [0.03315630822875073, -0.002607019468316496], [0.08665567875467765, -0.006780588255155775], [0.1268998913591977, -0.011392932386433238], [0.13159147781297684, -0.005104840425630372], [0.05014982987775158, -0.001615742227102431], [0.09861333981616287, -0.006941627955171661], [0.14920967227539966, -0.005264074020754689], [0.15550558850329885, -0.006124622216760488], [0.14991193061375405, -0.008972507639423003], [0.07335020253941273, -0.0073762345617301266], [0.1252988507076532, -0.008002300010276518], [0.1441089222930312, -0.005935379937541361], [0.15927647635626932, -0.007304000986626582], [0.09675941748961624, -0.009731007693281163], [0.0683603515464276, -0.002880788928761301], [0.1388806233004387, -0.006070499417017147], [0.15374481322618488, -0.01412113475388227], [0.09995502359834665, -0.009090158607565665], [0.07667860843829928, -0.006546399438161824], [0.11349861958711738, -0.014538799846218024], [0.12319041673632533, -0.006664625094511953], [0.15146140951513254, -0.011284462836494912], [0.13965372083758293, 0.005763832773558278], [0.1604257108086963, -0.012587731929903888], [0.09064183551144962, -0.006496772808552239], [0.15007443709889218, -0.011138009594677914], [0.15594283646526116, -0.008123798631594412], [0.15311065329556736, -0.012370475596199568], [0.08448041566014723, 0.0040347469929853256], [0.11347717625234954, 0.011084679918103243], [0.14598721578990986, 0.0015091401161823439], [0.14952741547193646, -0.009419661229908435], [0.13426853090520602, -0.00854065512441096], [0.13467384126523277, -0.02223916654240522], [0.13535111599409988, -0.005288544413862355], [0.11539440134570965, -0.007344124584397849], [0.05052388812362723, -0.0008172638595018545], [0.12962503148171842, -0.010081348696470116], [0.1485535565675394, -0.013369342652941303], [0.11991041425039385, -0.007502835092223556], [0.15539283326970732, -0.006396412879619516], [0.08932929066057269, -0.006950527145697298], [0.15137602830812896, -0.006386747167816359], [0.14581300039934003, -0.007727976153719883], [0.11927407948467904, -0.014861554041578037], [0.06554870023695852, -0.0029623890684707236], [0.15232068057992407, -0.024801954646962176], [0.1387694505807782, -0.0035740508763883907], [0.14480465297940684, -0.005648126070669183], [0.13750351159568613, -0.01739509418729493], [0.13349816362351075, -0.018592765840049666], [0.15744968581207408, -0.011658852183332841], [0.09942160522726715, -0.005758794076153078], [0.11398081158847059, -0.0031123826850673816], [0.06143940978545171, -0.005666398491128482], [0.15359638309508364, -0.012109138549501674], [0.1456942357501646, -0.017559396395576337], [0.16054596383925554, -0.013102753925176193], [0.11562277990480659, -0.0036440350747964077], [0.12781387636696515, -0.01416966763952395], [0.08761019118926273, -0.005883754626642809], [0.12704319238492595, -0.009706407067804476], [0.1042818014197274, -0.0042340792550965385], [0.13589948668456747, -0.009383106299454916], [0.10703476964724855, -0.006769334079431754], [0.152895303133531, -0.012463573649456137], [0.12970653223524753, -0.00913509664845293], [0.12488417866597405, -0.0066486515197643715], [0.11411521987330253, -0.007260991433094716], [0.1611266048752888, -0.018898024743306166], [0.14528510187589683, -0.007672746120451743], [0.1356971777696682, -0.013513324055886292], [0.155463266748897, -0.00829252536559042], [0.09253358962343997, -0.0026877877450230394], [0.1318298770663168, -0.01012734611926665], [0.1435685576904617, -0.0024783110435525066], [0.15867207621074358, -0.015988060169095764], [0.13826340373276838, -0.012420829543995343], [0.15322094644159048, -0.008602430974122029], [0.14670284602778938, -0.004597200713101598], [0.11246654079059866, 0.006463432289889707], [0.08381368747972592, 0.004613558925057057], [0.06829540322907186, -0.0027143716749928742], [0.10766610251441691, -0.0013323290626856526], [0.12137083931036848, -0.005032016258580735], [0.149429345886506, -0.010760713484271083], [0.15828985973532642, -0.022057488839531302], [0.16178926059872123, -0.010490778457983711], [0.1279518381286815, -0.0071226451504951445], [0.14714613522657263, -0.016581784378550155], [0.1306129883685025, -0.013851182139522442], [0.13493813403033691, -0.01856111162479494], [0.041727747402818836, -0.003687965959822186], [0.1488350577404901, -0.015555666495415635], [0.14476272522382486, -0.013463805493293301], [0.13139507957894334, -0.009681559917603057], [0.0921490291476756, -0.004179925039669187], [0.1099372237862441, 0.09154211878646089], [0.14466567538314548, -0.019911556131481944], [0.10973089810071979, -0.007867460007023564], [0.135640599773183, -0.006638822213391672], [0.12870022326174724, -0.012432257730811238], [0.08829805097312814, -0.005714954484524801], [0.15910375917799993, -0.020896907504226583], [0.12564529215413953, -0.007405630876487929], [0.12729723643086308, -0.011616893288263338], [0.13786852081544548, -0.014242280607562025], [0.08667850090093365, -0.00021677994046617825], [0.11562998473967685, -0.006740998822235415], [0.07131140377814969, -0.0013355689543247539], [0.1343174926363907, -0.009304151278452034], [0.14101260737827107, -0.008225595665312262], [0.13042832144898467, -0.012877107726054257], [0.04750359320882116, -0.005189906888634236], [0.09357049061898147, -0.007429994283369471], [0.12435612917037292, -0.009083140434888625], [0.1585677467810108, -0.017946294871529274], [0.12407842197278116, -0.00804797157696936], [0.12692585791900088, -0.00805715031075387], [0.12875445556423978, -0.009836816344598898], [0.15234588553443676, -0.012761053279496478], [0.14394103479778317, -0.012956788701996383], [0.1526915877461489, -0.005718622780244241], [0.15058620183905344, -0.016596558221776022], [0.1597406437593678, -0.013964040045171613], [0.14834479982501161, -0.01796789390242965], [0.12143827525211207, -0.010110820136873677], [0.12050108805395866, -0.00888123170620995], [0.12035303774964978, -0.0033444468349041784], [0.15409190740895068, -0.018004414404226194], [0.1246820398128009, -0.012313639378021084], [0.13918042235185016, -0.012367810847489653], [0.15130875915050046, -0.005278697155188408], [0.11298114392779085, 0.00016628219924742094], [0.11468169953256387, -0.0035938538265733347], [0.14271738823450858, -0.011089026014834963], [0.12460295873478291, -0.006206071357116226], [0.13230346710138088, -0.009639860185590422], [0.1541631760313082, -0.012009997017824485], [0.0999922599347931, -0.0036653942156727533], [0.11446109725358532, -0.008704900260734593], [0.08900637842209488, -0.011357587510729994], [0.12134277159091165, -0.004837718503914352], [0.1536718346108108, -0.014427163572720282], [0.13190763375407655, -0.016340737170090488], [0.13397551580265596, -0.011669650753609949], [0.10081439528219645, -0.00370712790524171], [0.13255951657413, -0.012349400551578373], [0.09132600250015308, -0.007830456705961624], [0.14924425680117243, -0.011418402451216315], [0.158300401966023, -0.022675616890499083], [0.1424513398875744, -0.006069790017038226], [0.07960703869502077, -0.007306584313102318], [0.1299996400257408, -0.00921474914575583], [0.11443612027675426, -0.008633722778467303], [0.09880363732234418, -0.011864811407834854], [0.1585622383887621, -0.010504464566522985], [0.11392011493850958, -0.011971717751483323], [0.11906324095783707, -0.015251164591115925], [0.1583678392272155, -0.01763245767112606], [0.15056965543059578, -0.009967048334721817], [0.0897711055538632, -0.010380129454729697], [0.09708643394304735, -0.004664232077862439], [0.11751391749548427, 0.0029111984605974164], [0.11008618685944042, -0.007814921416272044], [0.08066866031044845, -0.0043130882663765914], [0.15356196718297999, 0.15644697213531855], [0.13004577279063984, -0.01850358155474935], [0.13226453490050671, -0.006867468208017926], [0.15357108305012696, -0.019899125414757003], [0.09947967160391087, -0.007863960639764472], [0.12716956736897725, -0.007826102037345425], [0.1310017288743438, -0.004546095067445271], [0.09718458746035988, -0.005885553958485078], [0.11816768901333236, -0.004424910431019914], [0.14272017690496652, -0.009943459507961406], [0.13623048674486896, -0.012783774972404719], [0.09883578112304, -0.006903656352399121], [0.13348753016552756, -0.011534623030429155], [0.14243795328489395, -0.01455766320156425], [0.12069273563182563, -0.009852252786528501], [0.1190319154100169, 0.005969007821316487], [0.08619249749702551, -0.004098801661241106], [0.15572641946267476, -0.01014976473633079], [0.07037659003764628, -0.004812865341134556], [0.08264769516367555, -0.004085307546718626], [0.032061779295294406, -0.001714910727959025], [0.11535593979818229, -0.004746931893730528], [0.13238276820093725, -0.0067939123717088035], [0.1482354275838801, -0.004877190446071668], [0.11936765633785555, -0.011505098517697031], [0.15334304930261997, -0.00705050074945685], [0.11252618639835063, -0.005105068336517598], [0.07509396714610428, 0.2034247043102651], [0.15030285995233758, 0.0003920304448484241], [0.11093063633737833, -0.013814185875122575], [0.07221538562229705, -0.004921558007172265], [0.16063003707546902, 0.13196139292898354], [0.10984864252912532, -0.006649230620376864], [0.08498298437397585, -0.0032646742373157547], [0.15446581334673434, -0.022999031163486526], [0.12560273718998796, -0.008834229160577477], [0.15441331947179823, -0.006575096858954805], [0.06007957566993562, -0.002746990617469185], [0.15023654414676002, -0.007340729832418153], [0.12153870278370552, -0.00818494982826754], [0.15533145722126274, -0.02209053319485598], [0.11489536769568358, -0.010808188258299274], [0.13617792594586486, -0.008844665343632733], [0.12156262547175, -0.006525197807641319], [0.13800039975626205, -0.010695485621022648], [0.14956632254145, -0.0068689498413329175], [0.1394046131777124, -0.011729878735261616], [0.047312719287814754, -0.0051166164582933], [0.14378238747421423, -0.015531852100701094], [0.09683653622059385, -0.007355962718122701], [0.10731114315632163, -0.004181651184922311], [0.12484383038516415, -0.011043167291533257], [0.11253809476486806, -0.012549454140274323], [0.13551832993127338, -0.0055466167107238624], [0.1143199060829257, -0.007169338678854562], [0.09266831401419977, -0.0061142208768642315], [0.12890747339901396, -0.01375308518600787], [0.1547570023734616, -0.023664712491532052], [0.08130213641202612, -0.0016583547680926306], [0.15368786045466973, -0.019415293294021082], [0.1097323270220429, -0.016310952545229913], [0.11916060425617704, -0.01319750982229607], [0.14373155384078426, -0.01468469221316795], [0.10025807750266492, -0.0013803026020181744], [0.1478578802243528, -0.015340406128530649], [0.13454875529609492, -0.00019112386901082878], [0.07175446733440921, -0.005236174527445118], [0.12780757939309492, -0.014474437531467878], [0.09186606805133309, -0.007112141855619286], [0.14149200878632648, -0.008717855544105141], [0.13747297274604223, -0.005961822722482727], [0.11510194962832712, -0.016583814586803136], [0.06113482140600276, -0.0034937769198015133], [0.1457557745070368, -0.008103061506235132], [0.09213468877168081, -0.01815003692185937], [0.07754785973951764, -0.003066584622204392], [0.060750229365789325, -0.004939798699522303], [0.06718161035743923, -0.003927377007259659], [0.12106527769341116, -0.005873705782350677], [0.11082571841393356, -0.0011057419369495554], [0.1197611991198542, -0.009091834244935723], [0.11329870777335259, -0.009015594761410308], [0.12698019040927586, -0.012093117664956183], [0.08572233323740422, -0.0050128253545568815], [0.15721022826265948, -0.008788713952573229], [0.16009808426516858, -0.0038055858567643095], [0.13547691286283187, 0.004029136133273337], [0.16210569638362402, -0.0010364128383629303], [0.14692455976626143, -0.009197973293568152], [0.13815132126181073, -0.00868535995154815], [0.15629975047561395, -0.003904015970083263], [0.14546480024759584, -0.0019933942162460934], [0.11109962437543458, 0.0033966486921421448], [0.08873742942326329, 0.03760788043713974], [0.09512038899523195, -0.0020244988799445834], [0.13814204430343785, -0.0034614921645885347], [0.12050885489947341, -0.0038639280150522654], [0.13886388682964598, -0.009740265193935753], [0.09161134750827203, -0.0059242731724213505], [0.14395545554248643, -0.0038748724192837216], [0.10112099492171756, 0.004246312999023312], [0.16078191960661709, -0.013824104983869151], [0.12945292254315244, -0.013836633980451802], [0.16089253231292122, -0.013569628808042465], [0.11910242770372051, -0.009147549071015436], [0.08473406076613593, -0.007170183639573384], [0.07619392434944003, 0.00174385537840512], [0.10675124782722922, -0.005857391951245816], [0.1377529347869053, -0.007829303485978878], [0.12392944630982551, -0.015544212064222922], [0.09216130464076452, -0.010465623724752774], [0.12647708171750574, -0.010796618309576867], [0.11527066522083061, -0.005888507066279824], [0.16104617336661192, -0.0005842732057038191], [0.12416963595610692, -0.004068296677905183], [0.15765245578332393, -0.010562261091309366], [0.09633322336169367, -0.0027755878803514392], [0.13560859993764565, -0.006584161729719659], [0.11780266736134903, -0.005957596524761955], [0.1393452450519716, -0.00972820412422178], [0.11465221764170092, -0.013417465211884411], [0.09426344753591431, -0.005935041832006408], [0.09387965782863844, -0.006692256152087597], [0.1511918564528288, -0.014513134723784326], [0.1264291493226623, -0.01778257353028468], [0.15304044799830513, -0.013929827562284707], [0.08776836831503404, -0.004700248637798245], [0.11483989013770213, -0.015202014369792835], [0.16027361398162918, -0.01910792809617831], [0.12404893454931279, -0.009173976381708799], [0.1197141190236545, -0.00968228867559392], [0.10156471166505546, 0.017302772790922925], [0.07235789346175868, -0.00322322067305783], [0.1471094134645015, -0.012808694710250638], [0.14448627943360476, -0.012839319256904281], [0.12841590750135867, -0.0039050912872006334], [0.08812972853419794, -0.012460645733042272], [0.0970749374502639, -0.0019745958428893525], [0.0943914875992584, -0.0034441610975824133], [0.12446355918091125, -0.015344635435016596], [0.1455169007571694, -0.01573864749515834], [0.12422889362988629, -0.007309632570957612], [0.12700388259035755, -0.010181827919898983], [0.1180484156079113, -0.0066505371269524535], [0.04345476605305331, -0.0017658324905776193], [0.10742438061566838, -0.022481868597810543], [0.14143094137874784, -0.007399963373552119], [0.09876692086473209, -0.009175730876972923], [0.15640678354207987, -0.007364084584437893], [0.13099560573532493, -0.01605061853883628], [0.07949568293753656, -0.0048442456179974116], [0.15915946525545238, -0.014378291887922194], [0.10591749490159975, -0.010541557343158653], [0.12746293654408283, -0.009325512370715919], [0.10431998417302779, -0.01043463728662522], [0.14018946482559053, -0.005870556289671079], [0.14913376895751043, -0.016118492860844526], [0.12655524593653567, -0.006676115184783568], [0.14543268738402032, -0.009144388323148355], [0.12615236092342716, -0.0023108333153974794], [0.036456352875653936, -0.0015337885471589504], [0.07448659496033877, -0.0009251884993532023], [0.14353517728809873, -0.0115529966376434], [0.12552959045555906, 0.00046946854554570427], [0.0977510600630442, 0.003610689263548426], [0.16331570077610513, 0.0193580770291858], [0.10055558169749025, -0.010784517115122901], [0.13119454412444842, -0.007780420337654473], [0.10356961372442033, -0.0015132740531885475], [0.15715911549682857, -0.006589882602985052], [0.15481630917951286, -0.020753503140298724], [0.1461366123427772, -0.01027241301915642], [0.08894905177347125, -0.0009382645437475226], [0.15265384065687407, -0.007893449548153806], [0.0645425491611838, -0.002709574427790834], [0.10348971789676885, -0.004594863948328682], [0.10893332729257316, 0.006966139321365633], [0.13015711859828366, -0.01046183825833355], [0.13422796819880298, -0.018487055142385356], [0.12153226384595188, -0.008099546225562245], [0.07661583788202038, -0.007883930093141436], [0.15851882380368396, -0.008380873510843967], [0.04264637310489649, 0.00244123220334943], [0.15666607257800616, -0.010886193006014901], [0.10471578124017897, -0.008857430433407842], [0.11690646309791212, -0.009726755590507931], [0.1388846315407005, -0.019702997580047343], [0.10530994515597768, -0.011042090597977245], [0.1536987264427782, -0.02072589431046575], [0.12050756524041463, -0.004344198103693844], [0.13311558342467783, -0.005063381820010449], [0.10327682091033237, 0.00038427407058457794], [0.13423083260085797, -0.00852640518193951], [0.15781858216868488, -0.01185016216029288], [0.15852676921957576, -0.016388890046694218], [0.09653252258842046, 0.006286599155589574], [0.14310895826303488, -0.009531445145382242], [0.14991901284217507, -0.008328875946209372], [0.08958023438120256, -0.005841626898724984], [0.14065133855480683, -0.005142224284053358], [0.11948048302119357, -0.009477272976868003], [0.1354445170603038, -0.007378357321368437], [0.15304978405450712, -0.006240601626455023], [0.1557993570777502, -0.01514417242970077], [0.12769124160875367, -0.008221809850212107], [0.15479353931129136, -0.008170498867668645], [0.1452507273608619, -0.009380454131017787], [0.10772008020509016, -0.007895751712657037], [0.08836354930950285, -0.005636089796429172], [0.05387533540399202, -0.005330840644046189], [0.12648159384492141, -0.005637939378133493], [0.1581141646652059, -0.017884815011715148], [0.09655024252976287, -0.012340928367254974], [0.14253730039921272, -0.014747887650936193], [0.13274006108297437, -0.013793486477901365], [0.13788251509579705, -0.011123478316406749], [0.10082984922047375, 0.005359409149455329], [0.12550125639343662, -0.009231032088553836], [0.056061191579173414, -0.0015872099509438673], [0.12668410630208202, -0.008614291691416856], [0.05306655423120536, -0.0008146523635406777], [0.09004964037673084, -0.005406143766417196], [0.1344801568864998, -0.0017639489055200463], [0.1365450795395072, -0.002575902447064889], [0.0122745281581588, 0.0006263422274851735], [0.1420617174737043, -0.020913788624677594], [0.09832520987858456, -0.0003538694448166938], [0.11883601292793813, -0.013566906702711544], [0.1122418053561778, -0.007086013389660262], [0.0911878605523582, -0.006245049376579967], [0.12693018616429574, -0.007530918841773785], [0.15030766913282523, -0.006534093646394047], [0.12362663457073814, -0.009294749163329109], [0.11404126239840962, -0.007413368692061674], [0.1506583868219271, -0.006427397851323269], [0.06583265421153678, -0.0010849256033223702], [0.088991492407443, -0.002742459056724466], [0.08331970101819637, -0.009032660225016616], [0.13553929189341465, -0.01857415097284907], [0.1524764013744409, -0.019919455240325196], [0.15803778337342914, -0.012344300762355681], [0.1053397156907439, -0.019439637249150942], [0.13212466455878916, -0.0054901294993336455], [0.0, 0.0], [0.1277209345704773, -0.014044670867582924], [0.12785620300277206, -0.014041386426480769], [0.13347441498732485, -0.0011901315526648554], [0.15552618306695076, -0.020071770577988934], [0.12101096226500034, -0.011758934202674116], [0.11271710204187199, -0.015513653687788577], [0.1550692099672586, -0.016969040026340802], [0.04917654924383837, -0.005455700088222079], [0.10911314743125995, -0.007346535038176721], [0.08782823495432673, -0.00617982124578561], [0.11446683424357726, -0.005134060929610526], [0.05185964497135035, -0.0016758960572569683], [0.15043208945821532, -0.010138145126052883], [0.13784978891403146, -0.015902564718097142], [0.12623385751298868, -0.016760808006677654], [0.057945819731342864, -0.006203255208550728], [0.14004724252528353, -0.01625651324024041], [0.16063404746436674, -0.012983377549052339], [0.1314833207182633, -0.011281360030344589], [0.10353310113260676, -0.011210566322177352], [0.09902867978468932, -0.0030139588426890997], [0.11641958922908473, -0.017071301494294665], [0.15608386187817672, -0.015765181381425936], [0.05957005483784546, -0.004063321196886839], [0.12354683395929476, -0.01857921530171505], [0.10259330546850981, -0.01145285172575867], [0.14216205340724727, -0.004850223142883198], [0.14826346392830936, -0.02302896358728721], [0.0903462867155235, -0.012721852925678219], [0.0, 0.0], [0.12453116079050049, -0.0037692209881758725], [0.1169874089472382, -0.007859812405007676], [0.13604833380999928, -0.020283387729270057], [0.14899205206223246, -0.01250279256947654], [0.16020292757013962, -0.023209662499850393], [0.10170836950886503, -0.009420687376187687], [0.1318574223576633, -0.016869168946835947], [0.10363912310592634, -0.011514144070882434], [0.11587671867216702, -0.009867114609469936], [0.1582034475472371, -0.008311973204574543], [0.15116487287642572, -0.021386937348949128], [0.12692583038708433, -0.017033379392738416], [0.15209798310288158, -0.0037617259361457447], [0.1298749001493007, -0.0009904591766142941], [0.12955825693064218, -0.008705478051202687], [0.06647898859201078, -0.00410518999919973], [0.10946104748540618, -0.015153828235228064], [0.09051039355078441, -0.01330308698539864], [0.15947688610342955, -0.011827431511028897], [0.11887856603928111, -0.012514512672054279], [0.11781227131816574, -0.004284890388879697], [0.1077135850651503, -0.004417694620295101], [0.13616188325985829, -0.01943311595185488], [0.11974824967168779, -0.008268659636443857], [0.14973144563676938, -0.010938371544527878], [0.10781839891054565, -0.011689891180717333], [0.1595077867874656, 0.0034932487486465913], [0.12751466849852858, -0.016670020546415396], [0.1104796615852688, -0.02036287793781966], [0.15962622432686208, -0.020020978628625244], [0.0966893302619788, -0.001201560154266892], [0.13525053684462957, -0.015579923075651992], [0.1236670466242968, -0.021120256307344733], [0.12025721805438593, -0.012557465769189886], [0.12184455923771358, -0.012799516645975584], [0.09841636350606958, -0.00846792165997054], [0.13530741917625005, -0.01229249105051058], [0.15351583007793237, -0.015656725250028983], [0.13352827741909937, -0.010644426421752387], [0.11150199225495246, -0.0181661410732887], [0.0945462318197495, -0.00651443024018599], [0.1400050729256387, -0.011585876808216272], [0.14319228303606507, -0.022336512856772725], [0.14935562481942055, -0.01483767123342085], [0.12993979775431416, -0.005528599021012384], [0.08893663587913621, -0.0066772101781412165], [0.05819887961008265, -0.004596383672991706], [0.04459428411873133, -0.0022367221642085318], [0.1605333898186805, -0.008872222123367043], [0.07369791159812447, -0.0015947133038961803], [0.10800360380018983, -0.013546101329722319], [0.10478825940012057, -0.005074934692951697], [0.14089349420770786, -0.026073038068367995], [0.13675313049122959, -0.012463287689384487], [0.16028761778036368, -0.004257759232634608], [0.14760359327404132, -0.009816294232479787], [0.09355831022389892, -0.004688082334017631], [0.11161387593124665, -0.01511137249260927], [0.12855248382722884, -0.008311821984181468], [0.1571917401560311, -0.006338440152055143], [0.1359857474000746, -0.013793164262565613], [0.15236813529500454, -0.010823378832103388], [0.13830094326517545, -0.012882191813993743], [0.13820118298519163, -0.009825449532896898], [0.11004114110551577, -0.006320392536554894], [0.10726110176327001, -0.01932466567769648], [0.12187259111677283, -0.008834943405858307], [0.08824764387183974, -0.002590458662593564], [0.12488664304296486, -0.008788492359689164], [0.12465930512761803, 0.0008433255269921454], [0.16101234762896682, -0.022106518345003393], [0.0822932880549449, 0.005729574097120995], [0.1391363902053437, -0.01248059863890093], [0.13453433038098336, -0.01333811038709696], [0.12076718245368934, -0.008223760706705767], [0.09194910635594507, -0.009663011193593437], [0.15689726922502903, -0.012490265819050973], [0.1615380192481067, -0.012872141033968266], [0.13666017093175953, -0.008707089996169586], [0.13795153851035918, -0.016342402549419193], [0.0420421738094075, -0.00457079511809371], [0.05867345790792298, -0.0031739979601363905], [0.14858599432925587, -0.010151238016293048], [0.12149972679477586, -0.004149437101404578], [0.13088435418144626, -0.005093251365219303], [0.10047129954474787, -0.008252618650335587], [0.09672466975131007, -0.005634631280377059], [0.08189411446455885, -0.00427421975016645], [0.12061161516800672, -0.0059181500937684145], [0.11541908112805897, -0.007596002490185288], [0.1498585546516068, -0.014744502505247404], [0.12438486740800836, -0.013337571648916038], [0.14859047079228477, -0.022113733680452226], [0.14264088370525702, -0.012038118713948312], [0.13100267485723724, -0.009381675963745357], [0.11721350473268694, -0.020265648528576725], [0.15683886971554573, -0.015464028975947926], [0.12837043888046257, -0.006406609326056431], [0.14882472118286524, -0.004882278743771346], [0.14121399287595887, -0.022999090605515506], [0.13296795575810513, -0.00494390606180975], [0.14303570909388888, -0.006073810698819938], [0.1061423963176219, -0.011836512908727025], [0.10898412248594766, -0.0006242850488886066], [0.12664338505550593, -0.02033451482891301], [0.1610376724691746, -0.009638671331465398], [0.09156915437143923, -0.0022545611445118265], [0.1068203013786749, -0.010704102911468063], [0.08971475957088243, -0.00515147019354972], [0.157477337996574, -0.007149677103501606], [0.15280548694299165, -0.02144326701697832], [0.08449376089358347, -0.008132015400147385], [0.15545905440660257, -0.011705374908877604], [0.07875266281087435, -0.01003168229941125], [0.09805469633871298, -0.006130190851736736], [0.0966288014717188, -0.009264471336210077], [0.15058566483210417, 0.015393792925976696], [0.15238181004422366, -0.01981234270554079], [0.06366807734129243, -0.005183786570535874], [0.1556637713493111, -0.008422513086347555], [0.15866121398615288, -0.008400274269275405], [0.11361949723969669, -0.01537315917222743], [0.10593761562466122, -0.010898531224689771], [0.07856451067910122, 0.0074701869511410906], [0.10350432870131013, -0.017304610761644267], [0.12415504815452057, -0.009500891019377513], [0.10583151281221877, -0.009081402067433906], [0.04849529441819865, -0.004259712694516765], [0.1311471165412841, -0.015026945444766416], [0.14781317147712109, -0.015184792509126535], [0.1317318234710384, -0.017304706300922023], [0.1545993155674967, -0.01121837366434575], [0.06235434870930192, -0.011103764401941508], [0.11397388728428223, -0.011385563907205602], [0.13003033819114346, -0.008199890740236627], [0.12540482114890378, -0.019040655295776924], [0.13478455080045393, -0.019869312765579242], [0.1006896518471589, -0.009459161956414209], [0.15589962941674063, -0.010088105898966427], [0.09398609744235208, -0.014858947969873682], [0.1422260214984441, -0.0151545194546106], [0.13099132081739373, -0.009455089134945732], [0.08304724531274224, -0.007365022091610725], [0.09845462846075995, -0.006707188465245606], [0.11369297234460064, -0.014164347119051004], [0.09184088385994281, -0.005649288574581025], [0.10482854243438998, -0.0058747753612631536], [0.10549017232190616, -0.0004060582394599329], [0.11119242535243352, -0.012024307684997331], [0.15249022150365701, -0.01757214764347894], [0.1263840014878965, -0.0085454191264683], [0.10107096309663621, -0.014213834733697063], [0.08404981709081079, -0.013826586382885937], [0.13541915521600204, -0.02200932816044667], [0.11163674737278775, -0.009632571006357601], [0.1461225962004299, -0.009295971099111608], [0.049017580578067474, -0.0073973924804582], [0.13930995665966878, -0.019302323203308817], [0.09207177732847602, -0.014241774617411985], [0.0809464619819018, -0.004406543126408064], [0.11447702517315386, -0.011114695923102578], [0.14968037873819381, -0.012555894511188844], [0.059163982495003, -0.006585104187016548], [0.1608246216301514, -0.017115182051441174], [0.12700211937525172, -0.002632065250181638], [0.15133951425800848, -0.0174097583702409], [0.148892090931187, -0.00757073424305529], [0.09776706485544458, -0.013061914682060864], [0.12577863583778756, -0.013204142695653176], [0.09601174259873696, 0.0028909622597338342], [0.14450148434541216, -0.012506023846143773], [0.161318325950551, -0.0030757110519903414], [0.1424709403597056, -0.012316293032177466], [0.1378559335885038, -0.010957725686667738], [0.14940075318624166, -0.01385640686664272], [0.09375670848050413, -0.007206834956703651], [0.09883324323550681, -0.011089960920000261], [0.08515813821905127, -0.00942725520511514], [0.1305758526456389, -0.014055787359053678], [0.11971741706033732, -0.005752346109272442], [0.1582449871862248, -0.018320141327709746], [0.13031907036939694, -0.02153713334671557], [0.1373018932294153, -0.005456898735854307], [0.11190189260189141, -0.017501347646734722], [0.09630390145232115, -0.016155971650090372], [0.15690940205457832, -0.021415319271752938], [0.12619012827913742, -0.018863289939449402], [0.12646844818851996, -0.00903004359662482], [0.0634609624982853, -0.0011035394082249863], [0.12655941419135874, -0.021896263477063457], [0.10618049890606544, -0.007613395935557878], [0.1304028347465719, -0.008885624477649998], [0.09006546447848625, -0.003537922585971098], [0.14334481805075988, -0.013109097398020809], [0.09928974167652188, -0.012983801381693234], [0.13315494417310128, -0.008294960731656937], [0.12191619468189215, -0.01600405317029787], [0.15719409779756072, -0.012377164485380076], [0.10997745626549514, 0.01178444747387905], [0.0938708375675997, -0.00016038384973107923], [0.12847960983559967, -0.006223203634704242], [0.11792373337537564, -0.0069473019948241765], [0.09356460387988613, -0.016127707676367946], [0.1447077667192315, -0.015407835402265108], [0.10952318182002121, -0.010957744038550408], [0.11862119396354737, -0.014083549209236868], [0.12930532645012452, -0.015674551577196397], [0.04654320452865375, -0.0024547876002048736], [0.09185180056232717, -0.008617476784612258], [0.08073458977363432, -0.009483484990825575], [0.11406510238797313, -0.01334502686853918], [0.03700752312778015, 0.0027485559564644187], [0.11974010900312036, -0.012734685484280675], [0.1473029123788195, -0.01869232684973937], [0.10919713304734921, -0.00942223539836151]], "data02": [[0.20355431577621863, -0.017399575400758267]], "data04": [[0.1542872209719768, 0.5409230765072954]], "data26": [[19.0, 0.0, 0.0], [19.35, 0.0, 0.0], [19.35, 15.0, 11.0], [19.0, 15.0, 11.0]], "data01": [[0.22520764158385514, -0.03152060055126977], [0.21815194859542653, 0.005884352720294444], [0.16956977199640477, -0.007254131593369498], [0.216386400548943, -0.013521156511757922], [0.2110863884779944, -0.011678515244861253], [0.18859966037695508, -0.012413869859026361], [0.22625907021821912, -0.011726934081036772], [0.1621996165427425, -0.026261320688452577], [0.23152857540409563, -0.019475270102007714], [0.19589425289285112, -0.0029120056371114257], [0.18520958438014185, -0.015374997444393912], [0.1884180707088568, -0.008810107083793687], [0.2768085870755044, -0.044258963574944736], [0.23448411770498737, -0.019301430905338913], [0.2551082339635863, -0.017363547936972513], [0.1994725306471043, -0.016150945502956305], [0.25577999338116353, -0.01424557938509062], [0.20620702403046898, -0.009663405933777345], [0.18342295644467682, -0.010869628984561642], [0.18673372531580174, -0.023522379881354482], [0.1879962934044656, -0.01878009581912406], [0.17176404905138368, -0.0075857207609105895], [0.21190424026056706, -0.009864391008401306], [0.21943590921044345, -0.016533315330065416], [0.16736293577400715, -0.017633110919053473], [0.1649892652616483, -0.010723716787580953], [0.18036179308883105, -0.01870257459187967], [0.25215402391263125, -0.016924605843906575], [0.21493533087386346, -0.0152717206320279], [0.16965162400952274, -0.018729996233412753], [0.1652576514566229, -0.01495949854922149], [0.16313052976169254, -0.013126719368888162], [0.1668223101924375, -0.006593056330056039], [0.2665647539154138, -0.013684662757857652], [0.21659452361889023, -0.017711586544090656], [0.1704274400722428, -0.0257363003001082], [0.23499195365112846, -0.03608287781380945], [0.17854157872623738, -0.01643359362744383], [0.23789756778038737, -0.030292576907788003], [0.21333055399653444, -0.02532958197895304], [0.2335792746972718, -0.014481068999958387], [0.17545337176091277, -0.014191372925072951], [0.23808306109852964, -0.03323476776075077], [0.2615676306818409, 0.2589862919266325], [0.24761251794255948, -0.014813580086651167], [0.16320495908636423, -0.008878386687279966], [0.17418684281316318, -0.012552172729449982], [0.1893477944176911, -0.020649169986101633], [0.19735500642262715, -0.013795908482892269], [0.2066820242183026, 0.0015820794268624398], [0.17619493209973322, -0.016494824319674584], [0.19155752772001863, -0.017332726835097997], [0.1874832852331716, -0.011521047550576577], [0.20846187309160838, -0.017534001931647582], [0.1870856377927332, -0.01733906779209486], [0.16421303105298105, -0.011925788270474077], [0.22678699124735643, -0.012899043124064388], [0.24122386563372503, -0.02189378148872105], [0.19877646767023296, -0.01599632116186205], [0.2236430280304148, -0.020535651832063923], [0.2504857306726874, -0.00995368901127735], [0.25144337953188445, -0.01567514627539229], [0.1819702855663685, -0.014647172828067326], [0.17507220752547697, -0.0256502602609455], [0.17098872030227943, -0.01181350233602572], [0.19375193504369823, -0.01764048981870644], [0.21591784842735884, -0.01545665637457219], [0.24623232179448307, -0.02513546971386393], [0.24320557647978142, -0.029042003957170683], [0.26633116608155777, -0.021092756600301917], [0.16782545846757987, -0.009105373084022693], [0.20576398653359537, -0.0025728069839612367], [0.18190127404108875, -0.013220333402399144], [0.1882277957649831, 0.049504984024460484], [0.17453047111233147, -0.022656720237631767], [0.2024322416938111, -0.0121579544685299], [0.17694982334653778, 0.09748101927436849], [0.2003469356680549, -0.024480936016355332], [0.1700514744839197, -0.01508625097539877], [0.24013903747024576, -0.023012572464708923], [0.19996264063983615, -0.009991598401208435], [0.23612345268441698, -0.025201398557682074], [0.19738127705689862, -0.01874729698548136], [0.17879896123640238, -0.006243246143087689], [0.18101927693392092, -0.009959877854815342], [0.1792917397527099, -0.010087631922178842], [0.22215601205488344, -0.011573711723677918], [0.2526335241580095, -0.015279438768686527], [0.2652956932729957, -0.03236571454834355], [0.22075083036608176, -0.015403287793488677], [0.1746303853615189, 0.009420926941766987], [0.19564759510370638, -0.01675120130211837], [0.17058322097266373, -0.013497439140609583], [0.2014153076340792, 0.015909311036069792], [0.1972731817051051, -0.013346238363903765], [0.18096230837689603, -0.025553262491666225], [0.16890994953072166, -0.01127950231962449], [0.20837801948238768, -0.012172179714368283], [0.22108099049313643, -0.016984741818459825], [0.2875661567580303, -0.03019831562823834], [0.27817229815423855, -0.041684903178291904], [0.17755318739494935, -0.002526533575562733], [0.1678956091573708, -0.01286552762110495], [0.23499048222403096, -0.030686734247799993], [0.2467204061347947, -0.01402622461002426], [0.223945342808932, -0.03020268841187454], [0.18156359603584957, -0.02324856311031851], [0.2685872371898545, -0.014797658771456572], [0.2471972236183732, -0.018324799363342487], [0.16662305856431092, -0.009768022512012415], [0.23316628503008857, -0.015489542201946645], [0.1662389461477457, -0.006420805087963575], [0.1941976247165527, 0.0924523940444197], [0.2102581905022291, -0.004556221902383658], [0.24400377939355503, -0.02373683919425356], [0.23741947537191602, -0.022307400945932154], [0.1910918305566834, -0.011529699956511371], [0.16739857585028917, -0.011640044298391121], [0.2000500455792551, -0.022271582524876994], [0.2124033889618739, -0.010498386335871742], [0.17310932106690807, -0.011981495855857968], [0.2304068533061237, -0.021560911488539107], [0.19745181386044847, -0.0061837535020615245], [0.1711812847912974, -0.009801925156618138], [0.1962729667992706, -0.012186638297943612], [0.1938698601271011, -0.019085132736758006], [0.20766431181664988, -0.01444873809378948], [0.22160714434479445, -0.018795532798115282], [0.1696894353212425, -0.008980232352392314], [0.17854410787762254, -0.029378480119748397], [0.23774950843583298, -0.025452034913370763], [0.21266727831037982, -0.00848676943505584], [0.1825297820813421, -0.02092643540899258], [0.23499427925913322, -0.020222827326835113], [0.19952699200840257, -0.010267638948141564], [0.2125459135105018, -0.02034088099297648], [0.23273825705288534, -0.012597997908670925], [0.17451652605096782, -0.023166444870474142], [0.1761900553683607, -0.0029800551371546953], [0.1716861252923415, -0.021582202056582872], [0.27992498472914396, -0.056167946282982446], [0.19393440688928038, -0.0231628463280316], [0.16847704838157124, -0.009092563369316239], [0.2559688636017791, -0.01789228811245892], [0.1844946418934559, -0.009882983363202931], [0.17682320554710257, -0.00874922145561967], [0.21039606094844465, -0.031134473496273973], [0.1839952867087941, -0.012188092472748746], [0.22113854668454244, -0.011312346405302475], [0.1937635414295795, -0.02516960368588645], [0.20426625804377013, -0.007749509317276648], [0.1895166543958188, -0.013260568843765955], [0.1786345074542413, -0.01003458219481573], [0.18031072394290948, -0.010893049060108006], [0.16353789987295975, -0.007283626849746096], [0.22090938093744167, -0.01306064618545109], [0.17168912211293313, -0.013296042916508396], [0.1738080738776128, -0.008875523335897901], [0.19539327027901301, -0.02749095496672445], [0.17868963166064297, -0.021882823955517727], [0.18039956136035515, -0.004011503956960949], [0.1866423061601323, -0.012883013967290052], [0.17779847326027126, -0.005510487176475159], [0.20794446136946904, -0.003745539423490895], [0.19017793546078257, -0.023894475960382498], [0.20126695862330152, -0.012962970584141401], [0.24885113270955858, -0.026452846342444946], [0.21956745520913631, -0.005302713903360422], [0.1721881567563205, -0.004809403889563032], [0.18164594409003634, -0.005696391431280885], [0.17515056359548375, -0.006473825047112146], [0.19942240794527238, -0.011603194552313246], [0.19061300925282335, -0.010825232828696811], [0.20668924432087274, -0.016714809526031632], [0.1811580942874057, -0.005631727330448356], [0.23615048528042623, -0.034230438886605416], [0.2090307413649496, -0.010445658671779302], [0.18971312986629527, -0.010442333456286144], [0.216159612329191, -0.02418361118819102], [0.18563615680649814, -0.005415657933471496], [0.204847558851988, -0.01658747205771158], [0.2011279608033709, -0.0038419822405425363], [0.18376366359705856, -0.011284804510219537], [0.2203900320320708, -0.015745817637768295], [0.2382679968715293, -0.03071397099695016], [0.18974482501894993, -0.014319933590803961], [0.20074184109806192, -0.015469546571302789], [0.2425555192019912, -0.045916695313081984], [0.20010880403224351, -0.015475500043710065], [0.19674025313928425, 0.0005875233983793737], [0.21989905484586705, -0.0026560119557952405], [0.18295427170446682, -0.011499179761116769], [0.20213563524245823, -0.01141160796534454], [0.1849688210547809, -0.010191772936866388], [0.1650963982494857, -0.009349275057593252], [0.16328290726666725, -0.018781284336875266], [0.22507802213967523, -0.011104639650025028], [0.19276404458365756, -0.015141814165382845], [0.17563886309593407, -0.01033917065963182], [0.2703116318069915, -0.028028602047463123], [0.23385203198674592, -0.029986123737071213], [0.22130081082292144, -0.021986350642661696], [0.2752579702679674, -0.025231877639961497], [0.18197667173456944, -0.01280689089772558], [0.16639596847699506, -0.008335642805808861], [0.20199417479009021, -0.013081613130620768], [0.1636955925764726, -0.018481090125678223], [0.2032110270263879, -0.003686608769932631], [0.17159388648003984, -0.025926353035694873], [0.19342750061494637, -0.004689108678815506], [0.23925276048331134, -0.02749206449496379], [0.2052775496196202, -0.030669350509694597], [0.16472989567332166, -0.011665791098738353], [0.18766509949036425, -0.014351875714947645], [0.1906608437640639, -0.00978821121714805], [0.1649664288579148, -0.00853207525966442], [0.21491925789468952, -0.010004128751840412], [0.17244937959094211, -0.0067637106405069635], [0.224324751930654, -0.02966614804727939], [0.22484761411667836, -0.028519752844125428], [0.193045674982571, -0.010756706716153539], [0.18832651673992143, -0.009778075073436789], [0.19200768549216593, -0.01775046232469151], [0.17390890598349423, -0.010021934465572473], [0.21872118202766133, -0.023665027196516936], [0.2476652366581346, -0.03823981970310783], [0.22436414235387214, -0.022716373512328334], [0.2266295966954729, -0.01731902439115114], [0.1684708647464254, -0.00615118872749933], [0.17520297439861465, -0.011592506341615454], [0.2001217677975927, -0.014057508801377636], [0.17848602237675879, -0.015181381817949806], [0.17335852995510007, -0.007728336657851987], [0.16676492261151038, -0.015867839999641545], [0.20286891716398728, -0.02300974650987422], [0.19251543634312493, -0.01795244354500488], [0.2229013788248694, -0.01291403522731917], [0.27044856110052146, -0.029215471988078043], [0.23646359943076517, -0.022300467772562983], [0.1863225626637989, -0.011396070610925686], [0.25698432475664057, -0.021425287843640478], [0.233339090263047, -0.01897662240388], [0.20100207962914696, -0.017220828215739403], [0.19191278693648683, -0.01915309960072844], [0.1930999130261642, -0.01508383723331473], [0.1946253081082534, -0.026010425340878704], [0.1751720544676686, -0.011249606232876507], [0.16915157971447445, -0.006257297967416396], [0.17238552095605167, -0.010528825837374767], [0.180792902235714, -0.02328273791473731], [0.22295790395355616, -0.014977901084082675], [0.1666712824449705, -0.004549612538380141], [0.16440087288627908, -0.006699205778627121], [0.2074282525890931, -0.017934913066631246], [0.18743136987510228, -0.007309672611067732], [0.17585158283093133, -0.011034474199481257], [0.1760861558946915, -0.01207762561970716], [0.20790414208484972, -0.01533494249388211], [0.16606567380195006, -0.012258575800964911], [0.19962108088326808, -0.013676380572886048], [0.2175446158501987, -0.006677640494387575], [0.22425284581529295, -0.016011514097702545], [0.22616032069092618, -0.01896802769641982], [0.21563666542246201, -0.024705337905430502], [0.17044140932089766, -0.016289251035699778], [0.23754044694252555, -0.02248227500566], [0.1752183236896703, -0.014211716050057244], [0.17363372000550753, -0.023390976858970954], [0.21390812267200246, -0.017945245363149967], [0.20450325631247446, -0.021908511440339198], [0.22125553448909727, -0.03288709751301373], [0.19484112012713745, -0.022547937067117184], [0.2850595883795391, -0.04832936200052753], [0.2931439720297493, -0.03212392432756418], [0.18710302602751513, -0.007643252143417087], [0.27900011628051646, -0.017190465769569084], [0.21043389792916672, -0.03500616179392366], [0.1853946051019527, -0.011510882759930348], [0.22269459242062406, -0.013401139495682678], [0.21475412894715806, -0.02081256810022092], [0.21352914369822193, -0.023600487126957566], [0.2617245420963318, -0.05142713070411379], [0.17418616128848774, -0.013699626320984447], [0.21900234330471802, -0.018064768304763796], [0.22678571701364098, -0.024559226514500262], [0.23233702279613622, -0.011477302251717525], [0.20763577837349959, -0.005836016369369875], [0.17648075796601406, -0.018095106730358874], [0.16939281313462284, -0.011930377958314083], [0.2865224002148893, -0.0403922700420439], [0.21654966677590445, -0.007266295469328316], [0.17741004106390662, -0.010877760119896008], [0.16482300704728545, -0.005863865061697969], [0.1890885495650773, -0.004683295299555948], [0.19285550872406806, -0.019316989454310964], [0.19655961139112343, -0.015030961653026517], [0.18649195485342754, -0.016192847419318812], [0.1744278999512882, 0.030582999932307207], [0.2893300762723274, -0.03643953736975741], [0.2038085851782482, -0.014238149913012184], [0.18151518628481547, -0.00018206216705552561], [0.16401286200110235, -0.013760055054078823], [0.21148329413919242, -0.0037375836314937076], [0.20153290466968898, -0.01450776234425406], [0.1828425980918102, -0.014159846820939204], [0.172949977340241, -0.019068833292397353], [0.16287319576150222, -0.01877409368718049], [0.18596569926556134, -0.013804589464825798], [0.23584044729852663, -0.02524531150757684], [0.20407207351932266, -0.020887978211297935], [0.17566883066067998, -0.007268658147213025], [0.21780490800034874, -0.013534310527163702], [0.17685620933414978, -0.007884620579328606], [0.20145743560919635, -0.01971302978935825], [0.25222738618157664, -0.008372030299150388], [0.2212988475394593, -0.007235612718509413], [0.1722470078731003, -0.009739169558440938], [0.2001656361263649, -0.022130141005441528], [0.22627378795380454, -0.022945596144937026], [0.18637429513978435, -0.013787079478040934], [0.1684572686636067, -0.00898851412216335], [0.23105215302092888, -0.01070770680547104], [0.24709162854259348, -0.027173990189207034], [0.23796798740517497, -0.029446904261295193], [0.21060156653843895, -0.030140601077026742], [0.18468694365100824, -0.013843444650783765], [0.2080023547555953, -0.020759397856037465], [0.20195685986431047, -0.018713894647538767], [0.2325039483282803, -0.0187501474372451], [0.1846554309548941, -0.029090372293901684], [0.19377341424081096, -0.010477130752280482], [0.20283478448276357, -0.011984566019884822], [0.19148497878583953, -0.01873770901907826], [0.22539108010121192, -0.02641107034176756], [0.16487931824275365, -0.006848451712973349], [0.24684149474445846, -0.00472133149836227], [0.1668164987279985, -0.01601532034799965], [0.1673093490312029, 0.013308403040249304], [0.18233992556247489, -0.013858292359443284], [0.23867532717808054, -0.03859355039759989], [0.21680604309702364, -0.031174554260991645], [0.28112635320268836, -0.045962873178177786], [0.16868881910897426, -0.01495456120925818], [0.22799317670000643, -0.017555963071573106], [0.19202777709108998, -0.01622326138680875], [0.2419229554355902, -0.027386859175799548], [0.17914277393689135, -0.019728046813139843], [0.16785650685683, -0.013823116171705235], [0.17467328077867153, -0.01373548166544094], [0.17214224541729284, -0.021679989411825855], [0.18161183210501786, -0.01639963639201717], [0.25620351567984917, -0.031178437599909195], [0.1850142945342649, -0.012671107736603156], [0.22806708482871754, -0.0251210270756801], [0.17793901688702224, -0.007072296090292188], [0.23672824010098367, -0.02370516139232889], [0.26341552585586087, -0.047589854123162585], [0.23381916054930255, -0.02028323129983206], [0.21129284483257835, -0.00929321241750546], [0.1938037909216339, -0.027669477031059795], [0.16984180785649247, -0.011863085104824802], [0.20727015094226126, -0.02050464256701632], [0.21450357153126623, -0.02391312925045331], [0.3426428503163404, -0.03445814846141638], [0.20675178524280885, -0.017653113586965224], [0.22261992572981892, -0.01204478041391857], [0.18443041031077584, -0.009972193642668423], [0.1958350430681289, -0.01242426086028894], [0.202451894413652, -0.012028178532629746], [0.16920626894904559, -0.00867263046932738], [0.18144011050830705, -0.013738445148166734], [0.2174051903481229, -0.017034455655271622], [0.17723863495818837, -0.015751179871745402], [0.17204171533954898, -0.01786290385751305], [0.1916615162381879, -0.011035367728802202], [0.1937861536504875, -0.0137093589074208], [0.17916069084244166, -0.007799805364571703], [0.2124870930238372, -0.00842575370211441], [0.19852257880535762, -0.025403325968429036], [0.23078776490949166, -0.024601682461436847], [0.230072921341648, -0.03758319899419966], [0.29954659002609846, -0.039059832850351056], [0.1939951720498106, -0.01062964016340007], [0.21730314177169097, -0.014976374287264015], [0.2010116002985048, -0.008654845659719735], [0.16382000562721646, -0.014711347692201074], [0.21283743148325424, -0.013642918857110562], [0.1736713522945907, -0.009889906000604463], [0.20718468210666946, -0.012476583958356319], [0.1763838297402626, -0.01586049222838212], [0.1664662595865498, -0.02579627348822411], [0.2482381311120675, -0.02349368026342394], [0.17674099695816872, -0.012642843797096301], [0.18515894612529557, 0.016228743977345524], [0.2030464116996314, -0.02908258043493459], [0.1727865944717987, 0.0009624681387449026], [0.17187076947662525, -0.009755734206600801], [0.24305715320396581, 0.0033712998910405195], [0.21801002470360714, -0.03517560086065989], [0.26305393864500876, -0.03709020868661809], [0.16468363746078707, -0.013412733576457654], [0.18112811175735435, -0.0071975691883462796], [0.2422936883788943, -0.030155044970411483], [0.18078996889252166, 0.01508528280450624], [0.1889730225139311, -0.026764625297677713], [0.18628814162246807, -0.019161293488165507], [0.19114821897317402, -0.0171099595504707], [0.16696974942092982, -0.01349216751396821], [0.2837835203042474, -0.020927577496501624], [0.18179330233447413, -0.013996950563743633], [0.2240017217914301, -0.0051584486040903476], [0.2149879217643941, -0.009424154318168987], [0.16417927184728254, -0.01618752272253645], [0.2240073850844183, -0.018319298605873648], [0.30174634947753926, -0.04465741525995381], [0.1834880708894381, -0.02173741133026994], [0.17637595309360704, -0.005629291610215919], [0.17704687696599603, -0.017486877447439576], [0.1696513794255095, -0.010161294387601806], [0.20671561097212826, -0.01960885981188343], [0.17826660083365908, -0.029750161742211147], [0.1785674281457434, -0.023312739257955576], [0.1741768104129069, -0.018202253428751106], [0.19679344703012666, -0.02721720976041499], [0.1831836990324039, -0.008150442240136816], [0.24529509986891215, -0.029333786975513802], [0.1992348997437152, -0.0179391697145587], [0.1637210452503419, -0.01621582047577143], [0.20375972604973255, -0.006952368278408452], [0.20180710689002787, -0.02354269232375813], [0.1806103964525548, -0.012101592787799407], [0.1673952810847274, -0.01681252900952626], [0.2562607412128726, -0.02148177990134423], [0.21880514633166265, -0.010630530163152517], [0.2141431251102181, -0.024715820976233933], [0.18366115288096374, 0.08185952364451035], [0.17399696799165218, -0.013067864614814502], [0.23084069897838097, -0.019888333836830592], [0.1987089553000547, -0.018026793609755554], [0.20022147755631128, -0.0184555371831918], [0.1793831494504076, -0.019574798633190053], [0.28445908464973013, -0.025569453234830168], [0.22215031101446248, -0.02344308735598998], [0.1744019350506505, -0.013742110402851828], [0.16859457878733186, -0.007576505546251414], [0.18960913601607585, -0.015924508870339478], [0.2069760964175111, -0.010542721523554996], [0.21644108721281108, -0.024339756365688168], [0.22320606545231408, -0.007442732074305757], [0.25201679193773835, -0.0130658241144518], [0.184775018458665, -0.008891751030139823], [0.2112570371008484, 0.017673800543864127], [0.16357053172923008, -0.019461590224656523], [0.2136607000978038, -0.0200540884785255], [0.2038421296189863, -0.0069430323730517675], [0.1691044626898206, -0.014228855293434015], [0.22384092547375076, -0.013684980519011715], [0.2411498147587069, -0.014748445479630778], [0.2136596522776477, -0.025071854509187714], [0.2147157437994044, -0.021947746930121297], [0.22014561498430482, -0.01648297638428938], [0.21069468560138133, -0.022257992266771706], [0.17765463515051125, -0.012533480109979414], [0.20768061878995497, -0.02346947233073685], [0.1731561963458377, -0.010512019969616962], [0.17783184393950405, -0.01393010947546821], [0.18966986359960275, -0.010264999003397396], [0.20346255010974834, -0.015401767324552642], [0.18935734740345767, 0.00160600770121418], [0.17109938762304566, -0.009193428346273642], [0.20053341638988256, -0.02184514204015869], [0.18251207657905058, -0.01674560898373546], [0.27783439827834516, -0.011400956934551884], [0.19760863882179472, -0.023499447523952686], [0.1672293772755182, -0.008741961837616078], [0.19148497878583953, -0.01873770901907826], [0.19324427181969742, -0.0251766972004012], [0.22400436905192786, -0.009496699719698382], [0.2477372845588423, -0.010734198606817355], [0.17464850404714988, -0.000251088570056244], [0.20725732730711127, -0.008989489638152772], [0.21207271889945015, -0.017341801380023267], [0.2094807347725656, -0.010260811138654782], [0.2168884079484309, -0.013062035694441986], [0.26201955720481157, -0.013668273943288244], [0.24861602782943643, -0.02136137134819176], [0.19378856141280665, -0.030605956356070902], [0.22505895515914717, -0.01989771097393748], [0.19952584122727118, -0.015112937468862702], [0.21850487927106713, -0.013604825260439816], [0.17811563712485784, -0.017521050656032273], [0.23917969182865895, -0.021174729925267047], [0.17890897693979368, -0.02188000594296123], [0.20178312740725043, -0.01510596073470898], [0.18762017192397973, -0.012179050183771125], [0.17294755402881995, -0.010527438147979979], [0.27146042491885297, -0.018939809291715105], [0.20968405036308116, -0.031484287011301376], [0.17307076636490532, -0.016567032031394875], [0.16344202568888433, -0.012725595905558487], [0.18011681894438986, -0.009136124344342366], [0.24555400802524935, -0.02359314330403815], [0.18627497402083806, -0.01188596577757678], [0.20166435158899712, -0.016737837615327867], [0.2040087073164925, -0.012043536916848254], [0.17164069038416124, -0.015778000184944737], [0.21019144352701322, -0.027254574162820476], [0.22351292931421118, -0.014250025322950258], [0.19842922800224913, -0.01479063183310615], [0.18240398454610215, -0.017147240320591072], [0.1884829633031005, -0.017849206525111773], [0.16460057630946306, -0.014713038775301739], [0.18744032105590477, -0.00781813164041848], [0.18264521060877972, -0.015959790280550855], [0.25165859709311206, -0.035472841421177216], [0.1873841509234394, -0.019890153944597932], [0.23528073942069297, -0.0172312842536961], [0.1666566013648752, -0.0047040102291708245], [0.16459596627385203, -0.017348695382730678], [0.20705817855252853, -0.0038032624344626837], [0.22624942139455745, -0.02156541330644141], [0.18801299627620055, -0.017754411352650875], [0.18459085249716278, -0.017244800435830418], [0.1930625441466729, -0.016872409477076983], [0.1922959556520419, -0.01644706684868881], [0.17472692222753597, -0.019638445168128984], [0.24734092345532285, -0.03844985528646559], [0.17049427322589164, -0.01277661849138921], [0.23036679187404246, -0.01593076451385704], [0.22617157541065602, -0.018073824729132583], [0.22771070750942882, -0.009549279174103413], [0.18846553314898107, -0.02058217459406743], [0.18566866231932097, -0.02607652788838608], [0.17758516805437274, -0.017571207695649765], [0.1933973226950357, -0.02335566213174579], [0.17334173518725787, -0.00525287010025744], [0.20182488992441525, -0.031594947954764356], [0.20483860749677704, -0.022483837248706482], [0.2322307623741904, -0.01370965261774544], [0.1705306953887281, -0.0045104156946950075], [0.2131465208358397, -0.02075528673269229], [0.2432765830731895, -0.023850952828273007], [0.2311865341444871, -0.014250238949739433], [0.20813217063612258, -0.009481837917082367], [0.21226444156874957, -0.021195904672472343], [0.21431968756106137, -0.008838892587663228], [0.1732024169380998, -0.008590768114426302], [0.20642186757309755, -0.013185102074349834], [0.18494521961387056, -0.01340025746219638], [0.20399011890887614, -0.018296321075934107], [0.20692137902952043, -0.01600889114050899], [0.23605081310124218, -0.014370375655892574], [0.1780310428272087, -0.012470362451275098], [0.16963426781655014, -0.020100692080549466], [0.18618616532705765, -0.018067531347087613], [0.17248085642579172, -0.018478113697247472], [0.20807184483831148, -0.0092028316668402], [0.26362370173525057, -0.016225895976921745], [0.21011076367984788, -0.025825039470844226], [0.16628722162103252, -0.00625179443616895], [0.21209126895734975, -0.01122619614634179], [0.18613600497752372, -0.006905501130782048], [0.2277776874779627, -0.00546722408701174], [0.1643145713407761, -0.01855157572573698], [0.16348117139716084, -0.0119704748732834], [0.17710856781261244, -0.01261935211000726], [0.166246446310834, -0.010874472326107571], [0.2710031945904077, -0.030700424683557357], [0.1760663661337041, -0.016898594272091616], [0.1835450215074967, 0.07290047969454648], [0.1953327013028795, -0.02702897470340293], [0.1661176048033876, -0.010004444625892154], [0.18707403499610087, -0.007400753386237074], [0.23118488903489356, -0.03610682192841129], [0.1683639554711409, -0.001125328197506051], [0.21069782732131134, -0.016107673415222675], [0.22297052620766988, -0.03526104162682841], [0.16352830508443536, -0.01655462130653615], [0.24069785114726275, -0.03053240415302683], [0.20929962216205758, -0.01760828807985803], [0.16338044196986742, -0.012215628424451622], [0.1705638065973712, -0.0025679648980084244], [0.17881976888379533, -0.00939613614134536], [0.17690247103147147, -0.024744345560090277], [0.181349317631546, -0.011214598657747403], [0.2731214197147896, -0.036381734734404446], [0.19272862309261296, -0.020706276285623205], [0.1820724484306749, -0.02089863410963757], [0.22298459272840004, -0.011680766120019094], [0.1888346794998155, -0.01369717188940775], [0.19109644778543708, -0.012560362514480103], [0.1791033142740113, -0.019325351107465073], [0.16750765124540654, -0.021004373675936272], [0.1883451573543882, -0.016471738627789397], [0.22883503288939994, -0.02936287504457387], [0.17475005232881866, -0.025205543736970634], [0.163133941715705, -0.015877987203819867], [0.2375333720388534, -0.033464849729636204], [0.2341155928160518, -0.035925079078285065], [0.1755536977039394, -0.017806071995815194], [0.3067735692802843, -0.04539464128145793], [0.1757109258127844, -0.014314917463169752], [0.19068132484688866, -0.0139777333837908], [0.1646535108365436, -0.02460416852076222], [0.239897004689135, -0.03328551233729639], [0.17778312374100194, -0.022840400841884333], [0.17334140960281316, -0.015122501769257495], [0.2016729289671947, -0.021395880126162833], [0.20831090292583807, -0.033772959482465933], [0.19952437208102822, -0.025676199493922264], [0.27459689226818645, -0.0333555204377868], [0.1779814571135819, -0.024649368519203678], [0.1662430579268209, -0.00984947841196429], [0.19851341921813428, -0.01467554931035383], [0.2054086703888644, -0.021439507824552773], [0.2578049160674254, -0.014447893104752208], [0.23029358720859627, -0.032678003523950894], [0.17229142402714268, -0.01914624782297729], [0.20602261758440557, -0.04775779536375124], [0.19512142306552818, -0.03326235529473018], [0.1949883693823763, -0.027790752396820047], [0.17907478571059673, -0.011833037850102528], [0.18615098111123396, -0.015723855131347414], [0.21743114932029284, -0.027043633370195736], [0.20381572066842393, -0.0296531061737457], [0.1836881058329689, -0.018127798639493608], [0.1944722626411098, -0.01685979866356431], [0.1755697805462532, -0.00895194551983222], [0.18841129754739508, -0.02564333502419491], [0.20975258918239442, -0.011126805622176512], [0.17374302558645865, -0.01742766528272972], [0.16872011438286696, -0.026702791869543316], [0.386574977033323, -0.03954497985494733], [0.22937496853687322, 0.010850193581661657], [0.19060381041165825, -0.01788152578084765], [0.2029346505055264, -0.014936597302344475], [0.20437935063291846, -0.01569348644659234], [0.19710109573341858, -0.020721157173867053], [0.22353435070767355, -0.04348322464106039], [0.19286331487246058, -0.02174891091663305], [0.1729559769672525, -0.02230920018303753], [0.20483838080250694, -0.033440896581929565], [0.25104960392223835, -0.037148959183600325], [0.18742105385764915, -0.010420653251241224], [0.1669280099071716, -0.01578010573257303], [0.170842571611287, -0.02247849965793848], [0.17464538745520944, -0.028357931727492947], [0.19147866110133804, -0.029201571922451645], [0.1760756559345256, -0.007724832372755998], [0.18017711224552763, -0.021211575801794086], [0.3339005630678071, -0.04977962397967249], [0.20175495761766454, -0.03326726875093601], [0.1809530580537233, -0.018436855642013437], [0.21184490773119394, -0.032382637121773514], [0.1852006813270438, -0.011867407186057922], [0.2118283612316654, -0.015042904831477494], [0.1867504743895323, -0.02159198787616535], [0.2755279638531652, -0.02969294457799112], [0.17144925119825571, -0.01872516776732164], [0.1876878973966129, -0.018402627152030074], [0.2855180874514638, -0.03359254500094172], [0.2628514391222177, -0.038394452706738864], [0.19266234598854298, -0.014841795788148369], [0.1760144251503774, -0.008984827313049466], [0.17070559394067386, -0.02373489539802423], [0.19926011475007274, -0.036720948234406484], [0.18505987438446328, -0.014166456280408211], [0.24956514345378447, -0.02846038483039477], [0.1964219000614271, -0.02964338062900018], [0.19720708156171823, -0.013959933814676672], [0.20336765106865115, -0.017797164188775357], [0.18332542540618674, -0.0239345313319191], [0.17831262672064585, -0.015230265861068638], [0.2639570422850564, -0.02863441940472809], [0.17815619137262398, -0.02289778283027936], [0.2553253503792555, -0.03614024726241928], [0.2483432898801744, -0.024147733426821718], [0.16363497765545057, -0.020604653656162052], [0.177586179145216, -0.01674083744925752], [0.19174382343451124, -0.026071080059946634], [0.18108675948502057, -0.01059071124134444], [0.18047885478414596, -0.026593985237191465], [0.18314999003483526, -0.02384304956923152], [0.16485488779168922, -0.022955119153247036], [0.18552301071629668, -0.02085185280958126], [0.1728501314360818, -0.019940102413497918], [0.18677098120311436, -0.018622011541002403], [0.20620858018446092, -0.020903664088025777], [0.17925826240116777, -0.019203837832836915], [0.20515168703601966, -0.022490303172816625], [0.19531211340263435, -0.014811323200365697], [0.28254450554164706, -0.035207001083837064], [0.1771713666565641, -0.02383986056905765], [0.19055234728542764, -0.014386390933799328], [0.19792097138625303, -0.024204729011454363], [0.23008119678717703, -0.04160918707471584], [0.1912128047467132, -0.014720507902479418], [0.18263670262716122, -0.025675628033575666], [0.17697823120730666, -0.033096530611818234], [0.18256952551884856, -0.0199567161237771], [0.18223943330981046, -0.008090832888405201], [0.2237301486307184, -0.015758694582091254], [0.2784377558645956, -0.04313429245429737], [0.1719674028027904, -0.026078971018364688], [0.16717203499560185, -0.01824198395634161], [0.2933194289072388, -0.048565401835994323], [0.2288207552983419, -0.014969275082758898], [0.2140374902588309, -0.018221078177537823], [0.16327229264805004, -0.010822586568634846], [0.17823305145643922, -0.012387176407474517], [0.27198348419960805, -0.02007255478685535], [0.20723272375387747, -0.010642411808264394], [0.2134802010573923, -0.022468302736433788], [0.17454414256676426, -0.02478954168210808], [0.1933544665618327, -0.027140773706776224], [0.27290938868745557, -0.019783698351689503], [0.19774294117229646, -0.01552119352276396], [0.17935789828373333, -0.017685923246662415], [0.19182623159148726, -0.022682495504753077], [0.2107890685494364, -0.03467635511186183], [0.1740770177500689, -0.013922427496901105], [0.18136182042526927, -0.020877646264378075], [0.1916998962446403, -0.026023310667257854], [0.1998875421055535, -0.009939001859208492], [0.1838809595111259, -0.017237501592763185], [0.17770227667420038, -0.03158860372085605], [0.22869249484924625, -0.048718330166946634], [0.18028048601728897, -0.019103643735082283], [0.24422666906831925, -0.03314837798283749], [0.2232274732300859, -0.013426781297791556], [0.21953990328602024, -0.025935209993835542], [0.16724172952994562, -0.011062916936351497], [0.22085684033686456, -0.0247300501773237], [0.27887696404109436, -0.046118690608116686], [0.18921498566492087, -0.026039649540245464], [0.2992294596489861, -0.02491158856105579], [0.2256448686707276, -0.016086193641298912], [0.1676925549365104, -0.011706608935080768], [0.16704154692150172, -0.01863169620777535], [0.24449393231939007, -0.01889039155570953], [0.29436114412393743, -0.03958105029504031], [0.21982736329310934, -0.015361611705845029], [0.2150979762156736, -0.01763209016210358], [0.16466033286862247, -0.021483804104371708], [0.24682636176530653, -0.01996139935604586], [0.2241395341693988, -0.0174638559017051], [0.18950851889627748, -0.008455599930841592], [0.19409221399956045, -0.018786525935416108], [0.17632210170788695, -0.013062102832708433], [0.2613112268005458, -0.047518279924600136], [0.20195121940691615, -0.016967955027113898], [0.2125510562681616, -0.018908202133625387], [0.2211700367719661, -0.018164815661729384], [0.17601025715797528, -0.021553597130256404], [0.2637347092034072, -0.046179590760043326], [0.30200557288080515, -0.05165758308778061], [0.20652088232541177, -0.010533536550181044], [0.2045353568164055, -0.04702702700079646], [0.1707829307445389, -0.027828289555624403], [0.179490046095953, -0.017459371419490104], [0.1609598132748192, -0.030064158140067278], [0.24238192904240416, -0.02268295609862074], [0.23180271191841673, -0.03533560163470604], [0.17524282364019964, 0.0022680632344646654], [0.179751365726061, -0.014002501080015372], [0.2158279435980517, -0.012894660661943051], [0.22708075280288295, -0.02659610301733478], [0.17810195341648702, -0.028364101636898776], [0.2200356154087761, -0.026504876726076557], [0.18218241556285086, -0.028531646133740138], [0.17710738144253926, -0.006683155376310001], [0.20607548520007962, -0.01688446367523207], [0.19762126751682302, -0.013369309727258341], [0.23458440657652868, -0.03565674865710826], [0.20228304611526865, -0.02028967758925701], [0.21500139177094876, -0.033225670731172524], [0.2572372681609394, -0.04032726663516193], [0.28727173023424596, -0.024345829175960038], [0.17954683637819768, -0.014214194942266306], [0.2869580124664617, -0.038510056909360296], [0.1629049016583001, -0.010217192519227418], [0.16426830232279596, -0.01099377669589506], [0.18564523412583522, -0.021497270850516042], [0.23804627522941485, -0.04593539172295006], [0.1927201647996101, -0.02550983210636843], [0.280844079916218, -0.054002179011547566], [0.29235382731684134, -0.04974474565794825], [0.22084165892312813, -0.03204377584538547], [0.18633743872498557, -0.033419565179526184], [0.17561566918769214, -0.015714442842870647], [0.23063842888633432, -0.032869066858767275], [0.17103477879819073, -0.02725135353567562], [0.18792068584838253, -0.017757896187205507], [0.17317338334655305, -0.014319418941986899], [0.17464177209399567, -0.02223243657314887], [0.1982556418284343, -0.03162210191720552], [0.24375720559208097, -0.028589254493797754], [0.22056114693825438, -0.018289284853228675], [0.20139514347911874, -0.0171244948284467], [0.20896180925482075, -0.025028569931174235], [0.16925572526282665, -0.01579648749550493], [0.20055391357987756, -0.026793565156103014], [0.23771007455375665, -0.03958177690463939], [0.1891537645228624, -0.011783420024133023], [0.17431976014944847, -0.022826662147364563], [0.17144349277430662, -0.01528075875855718], [0.23951768230775355, -0.03416251508220001], [0.1897381648742369, -0.02309787385399506], [0.17113293430287047, -0.0038685757180278897], [0.19217610749351613, -0.01989909045736682], [0.187819484732421, -0.024260235791317964], [0.18167967548373465, 0.029121194164152264], [0.28455951156858733, -0.0435431863808591], [0.17801027846857692, -0.012352128499065381], [0.24005922980990113, -0.012779504783657348], [0.2638842150526373, -0.0266743160392939], [0.17191980299861884, -0.022861319276480288], [0.24103639406012328, -0.0397197531052155], [0.21239290417159282, -0.03269595721212242], [0.229665718105719, -0.026167622157438158], [0.19618964520142887, -0.033053040632763785], [0.21051758662656675, -0.009809677423930928], [0.1696168885913038, -0.025496875503825338], [0.17710121559374128, -0.03246687067603089], [0.22524236354363195, -0.01590032248695201], [0.17669255988388657, -0.008431313938909769], [0.21299557353213447, -0.016265741852201154], [0.21001850833847732, -0.01509638680597027], [0.1810278205131275, -0.013794500305926733], [0.16654250067866377, -0.01879097076388782], [0.21084843379859686, -0.02521521701100596], [0.21403132071575182, -0.028934924688442342], [0.2049320005244094, -0.02273587590350421]], "data23": [[14.0, 0.0], [14.35, 0.0], [14.35, 25.0], [14.0, 25.0]], "data24": [[15.0, 0.0], [15.35, 0.0], [15.35, 380.0], [15.0, 380.0]], "data03": [[0.19372702936469008, 0.401795083011995], [0.12029243160923794, 0.4954637381006054], [0.11554083361907909, 0.36768750061452976], [0.17462580835307173, 0.5776873241453334], [0.24129910853764916, 0.30122818180975647], [0.21153535862050027, 0.538258702199598], [0.1391867383940608, 0.4314127593350681], [0.151965580471722, 0.682100739069533], [0.20880359973438542, 0.5317331896232079], [0.15744492262600465, 0.818997094981734], [0.14587262940242374, 0.5561824164652237], [0.17838831772081806, 0.7152446116136231], [0.18986908380649858, 0.6509853968485905], [0.17225537625682316, 0.6819646567630098], [0.1348064184611566, 0.5043583521812423], [0.15965597244952157, 0.6980032056246253], [0.17242474694978133, 0.5706112945733651], [0.10198890347579533, 0.4648508365047481], [0.1252184987609788, 0.5059354681974404], [0.12784148024777148, 0.45771781069582457], [0.17488411118367728, 0.6770870519870705], [0.16615326070885422, 0.6177461641870592], [0.13011291138910816, 0.41423069689797914], [0.1335073816784159, 0.36957129978088976], [0.16063029826641453, 0.5460510922563849], [0.13549710327729136, 0.595337327196701], [0.1409676541386507, 0.6086153329749037], [0.18612265476240106, 0.581013214480532], [0.15589541516643887, 0.7843879887091973], [0.1779475989931856, 0.5914538888620794], [0.15395243644943155, 0.4850493867556668], [0.19791739298332092, 0.6147643293380387], [0.1034382406955677, 0.31513661657061015], [0.16396254492821058, 0.7416953064324913], [0.17372921218242673, 0.6736320235175509], [0.13642960684638256, 0.428086919066483], [0.13205116343850776, 0.6121456902656809], [0.12161442053568489, 0.3588192548758161], [0.1759183487625369, 0.7755981209059667], [0.1346056940040998, 0.4332273638789859], [0.14196719822667342, 0.4844902567706192], [0.11079892880504334, 0.47686152561095224], [0.17433887612680793, 0.4737645692712016], [0.09841154085600083, 0.38519158035716705], [0.11535679737197192, 0.3511486925025275], [0.13503320940198774, 0.344181562678727], [0.18840350025086247, 0.5336674414628332], [0.16339626636296184, 0.7391346123970032]], "data27": [[20.0, 0.0], [20.35, 0.0], [20.35, 24.0], [20.0, 24.0]], "data07": [[0.689523185483871, 0.9675, 0.9315625000000001, 0.8956250000000001], [0.7449210349462365, 0.9675, 0.9315625000000001, 0.8956250000000001]], "data25": [[16.0, 0.0], [16.35, 0.0], [16.35, 172.0], [16.0, 172.0]], "data30": [[23.0, 0.0, 0.0], [23.35, 0.0, 0.0], [23.35, 5.0, 8.0], [23.0, 5.0, 8.0]], "data19": [[10.0, 0.0], [10.35, 0.0], [10.35, 116.0], [10.0, 116.0]], "data18": [[9.0, 0.0], [9.35, 0.0], [9.35, 0.0], [9.0, 0.0]], "data15": [[6.0, 0.0, 24.0, 9.0, 0.0, 0.0], [6.35, 0.0, 24.35, 9.35, 0.0, 0.0], [6.35, 26.0, 24.35, 9.35, 3.0, 38.0], [6.0, 26.0, 24.0, 9.0, 3.0, 38.0]], "data14": [[5.0, 0.0], [5.35, 0.0], [5.35, 312.0], [5.0, 312.0]], "data17": [[8.0, 0.0, 0.0, 0.0], [8.35, 0.0, 0.0, 0.0], [8.35, 7.0, 6.0, 5.0], [8.0, 7.0, 6.0, 5.0]], "data16": [[7.0, 0.0], [7.35, 0.0], [7.35, 78.0], [7.0, 78.0]], "data11": [[2.0, 0.0, 0.0, 11.0, 15.0, 17.0, 0.0, 0.0, 14.0, 0.0, 0.0, 20.0], [2.35, 0.0, 0.0, 11.35, 15.35, 17.35, 0.0, 0.0, 14.35, 0.0, 0.0, 20.35], [2.35, 127.0, 0.0, 11.35, 15.35, 17.35, 105.0, 135.0, 14.35, 28.0, 193.0, 20.35], [2.0, 127.0, 0.0, 11.0, 15.0, 17.0, 105.0, 135.0, 14.0, 28.0, 193.0, 20.0]], "data10": [[1.0, 0.0, 0.0, 3.0, 6.0, 7.0, 0.0, 0.0, 0.0, 0.0], [1.35, 0.0, 0.0, 3.35, 6.35, 7.35, 0.0, 0.0, 0.0, 0.0], [1.35, 140.0, 1.0, 3.35, 6.35, 7.35, 107.0, 85.0, 17.0, 145.0], [1.0, 140.0, 1.0, 3.0, 6.0, 7.0, 107.0, 85.0, 17.0, 145.0]], "data13": [[4.0, 0.0, 0.0, 5.0, 0.0, 0.0], [4.35, 0.0, 0.0, 5.35, 0.0, 0.0], [4.35, 17.0, 4.0, 5.35, 28.0, 254.0], [4.0, 17.0, 4.0, 5.0, 28.0, 254.0]], "data12": [[3.0, 0.0, 18.0, 0.0, 21.0], [3.35, 0.0, 18.35, 0.0, 21.35], [3.35, 13.0, 18.35, 66.0, 21.35], [3.0, 13.0, 18.0, 66.0, 21.0]], "data29": [[22.0, 0.0, 0.0], [22.35, 0.0, 0.0], [22.35, 30.0, 89.0], [22.0, 30.0, 89.0]]}, "id": "el776174445941904"});
}(mpld3);
}else if(typeof define === "function" && define.amd){
// require.js is available: use it to load d3/mpld3
require.config({paths: {d3: "https://mpld3.github.io/js/d3.v3.min"}});
require(["d3"], function(d3){
window.d3 = d3;
mpld3_load_lib("https://mpld3.github.io/js/mpld3.v0.2.js", function(){
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.draw_figure("fig_el7761744459419044347443933", {"axes": [{"xlim": [0.0, 0.40000000000000002], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [{"v_baseline": "auto", "h_anchor": "middle", "color": "#000000", "text": "KMeans", "coordinates": "axes", "zorder": 3, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.5, 1.0086805555555556], "rotation": -0.0, "id": "el776174518892880"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "None", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 12.0, "position": [-0.74193548387096753, -0.12499999999999999], "rotation": -0.0, "id": "el776174532429456"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 0", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.95874999999999999], "rotation": -0.0, "id": "el776174532303376"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 1", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.92281250000000004], "rotation": -0.0, "id": "el776174532305680"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 2", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.88687500000000008], "rotation": -0.0, "id": "el776174532385872"}], "zoomable": true, "images": [], "xdomain": [0.0, 0.40000000000000002], "ylim": [-0.10000000000000001, 0.90000000000000002], "paths": [{"edgecolor": "#000000", "facecolor": "#FFFFFF", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000001.0, "alpha": 1.0, "xindex": 0, "data": "data08", "id": "el776174532302928"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": "", "grid": {"gridOn": false}, "fontsize": null, "position": "bottom", "nticks": 0, "tickvalues": []}, {"scale": "linear", "tickformat": "", "grid": {"gridOn": false}, "fontsize": null, "position": "left", "nticks": 0, "tickvalues": []}], "lines": [{"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data01", "id": "el776174526795280"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data03", "id": "el776174530006096"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data05", "id": "el776174530062864"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532304208"}, {"color": "#FFFFFF", "yindex": 2, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532384400"}, {"color": "#FFFFFF", "yindex": 3, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532386704"}], "markers": [{"edgecolor": "#FFFFFF", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data01", "id": "el776174526795280pts"}, {"edgecolor": "#000000", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data02", "id": "el776174526795920pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data03", "id": "el776174530006096pts"}, {"edgecolor": "#000000", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data04", "id": "el776174530006800pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data05", "id": "el776174530062864pts"}, {"edgecolor": "#000000", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data06", "id": "el776174530063376pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532304784pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 2, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532384976pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 3, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532387280pts"}], "id": "el776174730477712", "ydomain": [-0.10000000000000001, 0.90000000000000002], "collections": [], "xscale": "linear", "bbox": [0.125, 0.099999999999999978, 0.16847826086956524, 0.80000000000000004]}, {"xlim": [0.0, 25.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 25.0], "ylim": [0.0, 400.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174530739664"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174530740944"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174530792208"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data12", "id": "el776174530793872"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174530857040"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data14", "id": "el776174530858704"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data15", "id": "el776174530859984"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data16", "id": "el776174530915344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174530917008"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data18", "id": "el776174530967888"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data19", "id": "el776174530969552"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data20", "id": "el776174503118480"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174503120144"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174503121808"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data23", "id": "el776174503172688"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data24", "id": "el776174503174352"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data25", "id": "el776174503233424"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data21", "id": "el776174503235088"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data12", "id": "el776174503236368"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data26", "id": "el776174503279440"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data27", "id": "el776174503281104"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data28", "id": "el776174503471248"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data29", "id": "el776174503472912"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data30", "id": "el776174503519696"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data15", "id": "el776174503521360"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 6, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 9, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174532430096", "ydomain": [0.0, 400.0], "collections": [], "xscale": "linear", "bbox": [0.32717391304347831, 0.099999999999999978, 0.16847826086956519, 0.80000000000000004]}, {"xlim": [0.0, 18.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 18.0], "ylim": [0.0, 30.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174503613520"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174503705104"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174530739408"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data10", "id": "el776174529663760"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174529747792"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data13", "id": "el776174529749456"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data10", "id": "el776174529804432"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data10", "id": "el776174529806096"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174530201040"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data15", "id": "el776174530202704"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data09", "id": "el776174530204368"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data11", "id": "el776174530259344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174530261008"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174530315984"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data22", "id": "el776174530317648"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data11", "id": "el776174530319312"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data20", "id": "el776174530370192"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data11", "id": "el776174530371856"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 10, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 7, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174340874576", "ydomain": [0.0, 30.0], "collections": [], "xscale": "linear", "bbox": [0.52934782608695663, 0.099999999999999978, 0.16847826086956519, 0.80000000000000004]}, {"xlim": [0.0, 25.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 25.0], "ylim": [0.0, 450.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174531630288"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 6, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174531631888"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 6, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174531633552"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 7, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data10", "id": "el776174531688528"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174531690192"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data13", "id": "el776174531691472"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 8, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data10", "id": "el776174531746832"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data10", "id": "el776174531748496"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174531072528"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data15", "id": "el776174531069200"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data09", "id": "el776174530981968"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 7, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data11", "id": "el776174530674960"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174530552912"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174530471952"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 8, "data": "data11", "id": "el776174530419344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data11", "id": "el776174340871568"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data20", "id": "el776174531800976"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 10, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data11", "id": "el776174531356240"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data12", "id": "el776174531357904"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data26", "id": "el776174531359568"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 11, "data": "data11", "id": "el776174531381776"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data12", "id": "el776174531383440"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data29", "id": "el776174531368784"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data30", "id": "el776174531370448"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data15", "id": "el776174531371728"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 6, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 10, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174503878224", "ydomain": [0.0, 450.0], "collections": [], "xscale": "linear", "bbox": [0.73152173913043483, 0.099999999999999978, 0.1684782608695653, 0.80000000000000004]}], "height": 800.0, "width": 2400.0, "plugins": [{"type": "reset"}, {"enabled": false, "button": true, "type": "zoom"}, {"enabled": false, "button": true, "type": "boxzoom"}, {"voffset": 10, "labels": ["The Good Father tt0093103 Drama ", "Vagabond tt0089960 Drama ", "Fuk sing go jiu tt0089177 Action, Comedy ", "My Life as a Dog tt0089606 Drama, Comedy ", "3 hommes et un couffin tt0090206 Comedy ", "When Father Was Away on Business tt0089748 Drama ", "Savage World Today tt0138624 Documentary ", "Gotcha! tt0089222 Action, Comedy, Mystery ", "Megazone Twenty Three Part I tt0160521 Animation, Action, Music ", "Mo deng xian lu qi yuan tt0089608 Comedy, Romance ", "Spies Like Us tt0090056 Adventure, Comedy ", "Lee Ritenour & Dave Grusin Live from the Record Plant tt0407942 Music ", "Childrens Songs and Stories with the Muppets tt0485453 Comedy, Family, Fantasy ", "Lost in America tt0089504 Comedy ", "Ji yung sam bo tt0089631 Action, Comedy ", "Girls Just Want to Have Fun tt0089208 Comedy, Music, Romance ", "My Lucky Stars 2: Twinkle Twinkle Lucky Stars tt0090342 Action, Comedy ", "Padre nuestro tt0087869 Drama ", "Colonel Redl tt0089716 Biography, Drama, History ", "Secret Admirer tt0089981 Comedy, Romance ", "After Hours tt0088680 Comedy, Drama, Thriller ", "Szaffi tt0137226 Animation ", "Jean Cocteau: Autobiography of an Unknown tt0089367 Documentary, Biography ", "The Sure Thing tt0090103 Comedy, Drama, Romance ", "The New Kids tt0089679 Drama, Horror, Thriller ", "The Feather Fairy tt0089800 Comedy, Fantasy, Romance ", "Death Wish 3 tt0089003 Action, Crime, Drama ", "Uuno Epsanjassa tt0090245 Comedy ", "Hail Mary tt0089366 Drama ", "St. Elmo's Fire tt0090060 Drama, Romance ", "Better Off Dead... tt0088794 Comedy, Romance ", "Zikina dinastija tt0181182 Comedy ", "Hua jie shi dai tt0089651 N/A ", "Sheng dan qi yu jie liang yuan tt0090011 Comedy, Crime ", "Prisoner 407 tt0122089 Action, Drama, Thriller ", "Into the Night tt0089346 Comedy, Drama, Thriller ", "Men... tt0089656 Comedy, Romance ", "Runaway Train tt0089941 Action, Adventure, Drama ", "Porky's 3: Revenge tt0089826 Comedy ", "The Return of the Living Dead tt0089907 Comedy, Horror, Sci-Fi ", "D\u00e9tective tt0089066 Comedy, Crime, Drama ", "Kiss of the Spider Woman tt0089424 Drama ", "Code of Silence tt0088936 Action, Crime, Drama ", "Insignificance tt0089343 Drama, Comedy ", "Peril tt0089860 Crime, Drama, Mystery ", "The Color Purple tt0088939 Drama ", "Just One of the Guys tt0089393 Comedy, Romance ", "My Science Project tt0089652 Action, Adventure, Comedy ", "La messa \u00e8 finita tt0089584 Comedy, Drama ", "The Dirty Dozen: Next Mission tt0089026 Action, War ", "Once Bitten tt0089730 Comedy, Horror ", "The Purple Rose of Cairo tt0089853 Comedy, Romance ", "La mansi\u00f3n de los muertos vivientes tt0089547 Horror ", "They Deliver tt0242945 Adult ", "Private Resort tt0089839 Comedy ", "Trinity: Good Guys and Bad Guys tt0089591 Action, Comedy, Crime ", "Huang jia shi jie tt0093229 Action, Crime, Drama ", "Yo, 'El Vaquilla' tt0090354 Action, Biography, Drama ", "Anzacs tt0088479 Drama, History, War ", "Wetherby tt0090310 Drama, Mystery ", "Chikan densha: Shanai de ippatsu tt0142170 N/A ", "Faces of Death III tt0121261 Documentary, Horror ", "Zimniy vecher v Gagrakh tt0090370 Comedy, Drama, Musical ", "The Journey of Natty Gann tt0089385 Family, Adventure ", "Clue tt0088930 Comedy, Crime, Mystery ", "The King of Friday Night tt0089423 Drama, Music ", "Heart of a Dragon tt0091427 Action, Comedy, Crime ", "Year of the Dragon tt0090350 Action, Crime, Drama ", "Fool for Love tt0089160 Drama ", "Tea in the Harem tt0090171 Drama ", "Pale Rider tt0089767 Western ", "The Young Vagabond tt0354234 Action, Comedy ", "Phenomena tt0087909 Horror, Mystery, Thriller ", "Festa di laurea tt0089136 Comedy, Drama, Romance ", "Commando tt0088944 Action, Adventure ", "How Poets Are Losing Their Illusions tt0087495 Comedy ", "A Chorus Line tt0088915 Drama, Music, Musical ", "Scorpio Nights tt0117568 Drama ", "Perfect tt0089798 Drama, Romance ", "American Ninja tt0088708 Action, Adventure, Romance ", "Police tt0089821 Crime, Drama, Romance ", "Summer Rental tt0090098 Comedy ", "Shovrim tt0152427 Comedy ", "Alice in Wonderland tt0088693 Adventure, Family, Fantasy ", "Meri Jung tt0084324 Drama ", "Yudh tt0090358 Action, Crime, Drama ", "L'amour braque tt0088714 Drama, Romance ", "The Unknown Soldier tt0090215 Drama, War ", "Head Office tt0091183 Comedy ", "Remo Williams: The Adventure Begins tt0089901 Action, Adventure, Comedy ", "My Sweet Little Village tt0090257 Comedy ", "O ippotis tis lakouvas tt0200739 Comedy, Sci-Fi ", "Das Boot tt0081834 Drama, War ", "Mismatched Couples tt0089865 Action, Comedy, Romance ", "An Early Frost tt0089069 Drama ", "Friday the 13th: A New Beginning tt0089173 Horror, Mystery, Thriller ", "Beyond the Walls tt0087699 Drama ", "Stronghold tt0090325 Crime, Thriller ", "Les nanas tt0087779 Comedy ", "The Falcon and the Snowman tt0087231 Biography, Crime, Drama ", "The Boys Next Door tt0090770 Crime, Drama, Thriller ", "Oar tt0202936 Drama ", "Silverado tt0090022 Action, Crime, Drama ", "Cocoon tt0088933 Sci-Fi ", "W starym dworku czyli niepodleglosc tr\u00f3jkat\u00f3w tt0088372 Horror ", "The Breakfast Club tt0088847 Comedy, Drama ", "The Lightship tt0089491 Drama ", "Murphy's Romance tt0089643 Comedy, Drama, Romance ", "Fletch tt0089155 Comedy, Crime, Mystery ", "Barbarian Queen tt0088771 Action, Adventure, Fantasy ", "Taboo IV: The Younger Generation tt0134988 Adult, Drama ", "Jawaab tt0349645 Romance, Thriller ", "Kobieta w kapeluszu tt0089432 N/A ", "Maa Kasam tt0243395 N/A ", "Taiwan Canasta tt0090122 Comedy, Drama ", "Target tt0090130 Action, Thriller, Drama ", "White Nights tt0090319 Drama ", "Desert Hearts tt0089015 Drama, Romance ", "Babel op\u00e9ra, ou la r\u00e9p\u00e9tition de Don Juan de Wolfgang Amadeus Mozart tt0182756 Comedy, Music ", "And Then tt0091989 Drama ", "The Mean Season tt0089572 Crime, Thriller ", "Explorers tt0089114 Adventure, Family, Sci-Fi ", "The Official Story tt0089276 Drama, History, War ", "Sacrifice tt0091670 Drama ", "Nattseilere tt0089671 Adventure, Drama ", "All Over Down Under tt0383179 Documentary, Sport ", "Peking Opera Blues tt0090952 Comedy, Action ", "The Decline of the American Empire tt0090985 Comedy, Drama ", "Inspecteur Lavardin tt0091270 Crime, Drama, Mystery ", "River's Edge tt0091860 Crime, Drama ", "Gung Ho tt0091159 Comedy, Drama ", "Die Fledermaus tt0252440 Comedy, Music ", "Blue Velvet tt0090756 Crime, Drama, Mystery ", "Making of 'Devil Woman Doctor' tt1433537 Documentary ", "Ginger and Fred tt0091113 Comedy, Drama ", "Manhunter tt0091474 Crime, Mystery, Thriller ", "Secvente tt0130246 Drama ", "Black Moon Rising tt0090735 Action, Sci-Fi, Thriller ", "Hong kil dong tt0254387 Action, Fantasy, Adventure ", "Aliens tt0090605 Action, Adventure, Sci-Fi ", "God's Country tt0091125 Documentary ", "Just Between Friends tt0091310 Drama ", "Huan le ding dong tt0091227 N/A ", "El exterminador nocturno tt0202868 Drama, Family, Fantasy ", "Summer tt0091830 Drama, Romance ", "The Assault tt0090576 Drama, History, Romance ", "At Close Range tt0090670 Crime, Drama ", "The Color of Money tt0090863 Drama, Sport ", "Hoosiers tt0091217 Drama, Sport ", "Something Wild tt0091983 Comedy, Crime, Romance ", "The Great Wall Is a Great Wall tt0091151 Comedy, Drama ", "Allah-Rakha tt0090611 N/A ", "Gokud\u00f4 no onna-tachi tt0225881 Crime ", "Matador tt0091495 Drama, Mystery, Thriller ", "Wild Pigeon tt0090845 Drama ", "Th\u00e9r\u00e8se tt0092090 Drama ", "Krik delfina tt0091357 Action, Sci-Fi ", "Pirates tt0091757 Adventure, Comedy, Family ", "Mona Lisa tt0091538 Crime, Drama, Romance ", "Jumpin' Jack Flash tt0091306 Comedy, Romance, Thriller ", "Dust in the Wind tt0091406 Drama, Romance ", "A Time to Live, a Time to Die tt0090185 Biography, Drama ", "Shanghai Express tt0091091 Action, Comedy, Western ", "The Fugitives tt0091093 Comedy, Crime ", "Down and Out in Beverly Hills tt0090966 Comedy ", "A Hearty Response tt0092260 Action, Comedy, Crime ", "Hannah and Her Sisters tt0091167 Comedy, Drama ", "Shen tan zhu gu li tt0091940 Comedy, Crime ", "Xiong mao tt0092252 Comedy, Fantasy, Horror ", "Final Take: The Golden Age of Movies tt0093348 Drama ", "Dei ha ching tt0090922 N/A ", "Zui jia fu xing tt0091447 Action, Comedy ", "Ba wang nu fu xing tt0090681 Action, Comedy, Drama ", "Shuang long tu zhu tt0091951 Action, Comedy ", "Above the Law tt0094374 Action ", "Platoon tt0091763 Drama, War ", "Forbidden Dreams tt0091976 Drama ", "When the Wind Blows tt0090315 Animation, Comedy, Drama ", "Running Scared tt0091875 Action, Comedy, Crime ", "Awara tt0246443 N/A ", "Cobra tt0090859 Action, Crime, Horror ", "Rosa Luxemburg tt0091869 Biography, Drama ", "Pisma myortvogo cheloveka tt0091759 Drama, Sci-Fi ", "Armed and Dangerous tt0090660 Action, Comedy, Crime ", "Raw Deal tt0091828 Action, Crime, Thriller ", "The Passage tt0091730 Adventure, Drama, Fantasy ", "The Golden Child tt0091129 Action, Adventure, Comedy ", "...And the Pursuit of Happiness tt0092561 Documentary ", "Cat City tt0179955 Animation, Adventure, Comedy ", "Du mich auch tt0090977 N/A ", "True Stories tt0092117 Musical, Comedy ", "Ga, Ga - Chwala bohaterom tt0091096 Horror, Sci-Fi ", "My Friend Ivan Lapshin tt0084345 Drama ", "In the Shadow of the Blue Rascal tt0229088 N/A ", "Id\u00f6 van tt0091253 Drama ", "Wacked Waitresses tt0153617 Adult ", "Miscellaneous News tt0090254 N/A ", "Tough Guys tt0092105 Comedy ", "The Venetian Woman tt0092157 Drama, Romance ", "Nothing in Common tt0091653 Comedy, Drama, Romance ", "Murphy's Law tt0091575 Action, Crime, Drama ", "Heartburn tt0091188 Comedy, Drama ", "Where There's Smoke tt0178103 Adult ", "Every Time We Say Goodbye tt0091019 Drama, Romance, War ", "Jason Lives: Friday the 13th Part VI tt0091080 Horror, Thriller ", "Regalo di Natale tt0091837 Drama ", "Avenging Force tt0090678 Action, Drama, Thriller ", "Karma tt0091328 Action, Adventure, Comedy ", "Fuk Fuk \u00e0 Brasileira tt0438856 Adult ", "The Professor tt0088879 Crime, Drama ", "Ruthless People tt0091877 Comedy, Crime ", "Down by Law tt0090967 Comedy, Crime, Drama ", "Flodder tt0091060 Action, Comedy ", "Mort un dimanche de pluie tt0091556 Horror, Thriller ", "The Karate Kid, Part II tt0091326 Action, Family, Romance ", "Lady Jane tt0091374 Biography, Drama, History ", "My Brother-in-law Killed My Sister tt0089613 Comedy, Thriller ", "Defense of the Realm tt0089009 Thriller ", "Quicksilver tt0091814 Crime, Drama, Thriller ", "Power tt0091786 Drama ", "Korkusuz tt1355207 Action ", "A King and His Movie tt0089794 Comedy, Drama ", "Sword of Gideon tt0092038 Action, Drama, Thriller ", "Janbaaz tt0091284 Action, Drama ", "Salvador tt0091886 Drama, History, Thriller ", "Vamp tt0092147 Comedy, Horror ", "Pretty in Pink tt0091790 Comedy, Drama, Romance ", "M\u00e9nage tt0092068 Comedy, Crime, Drama ", "Kynigoi tt1373161 Short ", "Ovo malo duse tt0455672 Drama ", "Hey Babu Riba tt0091200 Drama, Romance ", "I Do Not Know What It Is I Am Like tt0230316 N/A ", "Priklyucheniya Sherloka Kholmsa i doktora Vatsona: Dvadtsatyy vek nachinaetsya tt0091942 Crime, Mystery ", "Demons 2 tt0090930 Horror ", "No Mercy tt0091637 Action, Crime, Romance ", "Hardbodies 2 tt0091173 Comedy ", "L'ex\u00e9cutrice tt0091025 Action, Thriller ", "The Manhattan Project tt0091472 Sci-Fi, Thriller ", "Iron Eagle tt0091278 Action, Thriller, War ", "Scene of the Crime tt0091410 Drama ", "About Last Night... tt0090583 Comedy, Drama, Romance ", "Charlotte for Ever tt0090815 Comedy, Drama ", "Comic Magazine tt0091354 Comedy ", "George Carlin: Playin' with Your Head tt0199554 Documentary, Comedy ", "Resting Place tt0091844 Drama ", "Ahora mis pistolas hablan tt0093856 Western ", "Speriamo che sia femmina tt0090055 Comedy, Drama ", "Rus iznachalnaya tt0091876 Drama, History ", "Big Trouble in Little China tt0090728 Action, Adventure, Comedy ", "Maximum Overdrive tt0091499 Action, Horror, Sci-Fi ", "Comrades tt0092772 Drama ", "Jean de Florette tt0091288 Drama ", "Manon of the Spring tt0091480 Drama ", "Mama is boos! tt0091466 Comedy ", "The Terrorizers tt0091355 Drama ", "Gin\u00ee piggu 4: P\u00eet\u00e2 no akuma no joi-san tt0161639 Comedy, Horror ", "Kochankowie mojej mamy tt0091352 Drama ", "Half Moon Street tt0091164 Thriller, Drama ", "Back to School tt0090685 Comedy, Romance, Sport ", "I Love Dollars tt0322698 N/A ", "Jiang shi jia zu: Jiang shi xian sheng xu ji tt0091293 Comedy, Horror ", "Betty Blue tt0090563 Drama, Romance ", "The Mosquito Coast tt0091557 Adventure, Drama, Thriller ", "The Hitcher tt0091209 Action, Thriller ", "Short Circuit tt0091949 Comedy, Family, Sci-Fi ", "Canada Vignettes: Ice Carnival Montreal 1885 - Canadian Bounce tt0236064 Short ", "Absolute Beginners tt0090585 Drama, Fantasy, Musical ", "The Money Pit tt0091541 Comedy ", "Shadows in Paradise tt0092149 Comedy, Drama, Romance ", "The Delta Force tt0090927 Action, Adventure, Drama ", "Flight of the Navigator tt0091059 Adventure, Family, Sci-Fi ", "No Way Out tt0093640 Action, Crime, Drama ", "Stakeout tt0094025 Action, Comedy, Crime ", "House of Games tt0093223 Crime, Mystery, Thriller ", "Saang gong kei bing II tt0093957 Action, Crime, Thriller ", "Cry Freedom tt0092804 Biography, Drama, History ", "Street Trash tt0094057 Comedy, Horror ", "Roxanne tt0093886 Comedy, Drama, Romance ", "La vall\u00e9e fant\u00f4me tt0094239 Drama ", "Gardens of Stone tt0093073 Drama, War, Romance ", "Square Dance tt0094020 Drama, Romance ", "3 Men and a Baby tt0094137 Comedy, Drama, Family ", "A Taxing Woman tt0093502 Comedy, Crime ", "Prick Up Your Ears tt0093776 Biography, Drama ", "The Pick-up Artist tt0093737 Comedy, Crime, Romance ", "Under the Sun of Satan tt0094011 Drama ", "Body Count tt0198341 Drama, Horror, Thriller ", "The Stepfather tt0094035 Thriller ", "Wicked City tt0098692 Animation, Fantasy, Horror ", "Outrageous Fortune tt0093690 Comedy ", "Blind Chance tt0084549 Drama ", "Pirates of the Lake tt0093591 Adventure ", "Au Revoir Les Enfants tt0092593 Biography, Drama, War ", "King Lear tt0093349 Comedy, Drama, Sci-Fi ", "Rambo tt0093823 Short ", "A Man from Boulevard des Capucines tt0092745 Comedy, Musical, Romance ", "Summer School tt0094072 Comedy, Romance ", "Professor Raat tt0131547 N/A ", "Good Morning, Vietnam tt0093105 Comedy, Drama, War ", "Lo negro del 'Negro'... (Poder que corrompe) tt0217684 Action ", "Dust in the Wind tt0091406 Drama, Romance ", "Boyfriends and Girlfriends tt0092550 Comedy, Drama, Romance ", "The Believers tt0092632 Horror ", "An Autumn's Tale tt0093426 Drama, Romance ", "Party Animals tt0145310 Adult ", "Some Kind of Wonderful tt0094006 Drama, Romance ", "Project A-Ko 2: Daitokuji zaibatsu no inb\u00f4 tt0093792 Animation, Comedy ", "Suspect tt0094082 Crime, Drama, Thriller ", "Withnail & I tt0094336 Comedy, Drama ", "Death Wish 4: The Crackdown tt0092857 Action, Crime, Drama ", "Flaming Brothers tt0093305 Action, Crime, Romance ", "Family Comedy Hour tt0338025 Comedy ", "Project A 2 tt0092501 Action, Comedy, Crime ", "Wings of Honneamise tt0093207 Animation, Drama, Sci-Fi ", "The Romancing Star tt0093056 Comedy, Romance ", "Piao cuo can tt0093735 N/A ", "The Lighthorsemen tt0093416 War, Drama ", "The Principal tt0093780 Crime, Drama, Thriller ", "Feliz Ano Velho tt0261690 Drama ", "The Dead tt0092843 Drama ", "Courier tt0091364 Comedy, Drama, Romance ", "Four Adventures of Reinette and Mirabelle tt0090565 Comedy, Drama, Romance ", "Lethal Weapon tt0093409 Action, Thriller ", "My Best Friend's Birthday tt0359715 Comedy ", "Wanted: Dead or Alive tt0094293 Action, Crime, Drama ", "Law of Desire tt0093412 Comedy, Drama, Thriller ", "Prince of Darkness tt0093777 Horror ", "Wall Street tt0094291 Crime, Drama ", "Critical Condition tt0092798 Comedy ", "China Girl tt0092751 Crime, Drama, Romance ", "Wings of Desire tt0093191 Drama, Romance ", "The Emperor's Naked Army Marches On tt0092963 Documentary, War ", "*batteries not included tt0092494 Comedy, Drama, Family ", "Broadcast News tt0092699 Comedy, Drama, Romance ", "Cold Summer of 1953 tt0095441 Action, Crime, Drama ", "How Poets Are Enjoying Their Lives tt0093291 Comedy ", "Anguish tt0090644 Horror, Thriller ", "Masques tt0093505 Comedy, Crime ", "Ironweed tt0093277 Drama ", "Czarne stopy tt0099335 N/A ", "Barfly tt0092618 Comedy, Drama, Romance ", "Tin Men tt0094155 Comedy, Drama ", "Who's That Girl tt0094321 Comedy, Music, Romance ", "Dragnet tt0092925 Comedy, Crime ", "Hope and Glory tt0093209 Comedy, Drama ", "RoboCop tt0093870 Action, Crime, Sci-Fi ", "Spaceballs tt0094012 Adventure, Comedy, Sci-Fi ", "From the Hip tt0093051 Comedy, Drama ", "Tough Guys Don't Dance tt0094169 Comedy, Crime, Drama ", "Creepshow 2 tt0092796 Comedy, Horror, Thriller ", "Dirty Dancing tt0092890 Drama, Music, Romance ", "Baby Boom tt0092605 Comedy, Drama, Romance ", "Personal Services tt0093727 Comedy ", "Amazon Women on the Moon tt0092546 Comedy, Sci-Fi ", "The Cure in Orange tt0163593 Documentary, Music ", "Street Smart tt0094056 Crime, Drama, Thriller ", "Jack & Jill tt0345452 Comedy ", "Matewan tt0093509 Drama, History ", "Szam\u00e1rk\u00f6h\u00f6g\u00e9s tt0092040 Drama ", "The Princess Bride tt0093779 Adventure, Comedy, Family ", "Morning Patrol tt0093791 Sci-Fi ", "The Witches of Eastwick tt0094332 Comedy, Fantasy, Horror ", "Beverly Hills Cop II tt0092644 Action, Comedy, Crime ", "The Charles Bukowski Tapes tt1019894 Documentary ", "Thoovanathumbikal tt0249188 Drama, Fantasy, Musical ", "Aradhana tt0092578 Musical, Romance ", "La piovra 3 tt0256568 Crime, Drama, Romance ", "The Cry of the Owl tt0092797 Drama, Romance, Thriller ", "Ijaazat tt0091256 Drama, Musical, Romance ", "Mournful Unconcern tt0124127 N/A ", "They Call Me Renegade tt0095975 Action, Adventure, Comedy ", "Skytturnar tt0093985 Drama ", "Assassination tt0092585 Action, Drama, Thriller ", "Madox-01 tt0093529 Animation, Comedy, Sci-Fi ", "Sweets from a Stranger tt0092722 Horror, Thriller ", "The Garbage Pail Kids Movie tt0093072 Adventure, Musical, Comedy ", "Nayakan tt0093603 Crime, Drama ", "84 Charing Cross Road tt0090570 Biography, Drama, Romance ", "Someone to Watch Over Me tt0094008 Action, Crime, Drama ", "September tt0093940 Drama ", "Murder by the Book tt0093585 Crime, Mystery, Thriller ", "Overboard tt0093693 Comedy, Romance ", "Night Journey tt0280356 N/A ", "Eastern Condors tt0090956 Action, Drama, War ", "Zavtra byla voyna tt0094369 Drama, Family, War ", "The Secret of My Succe$s tt0093936 Comedy ", "De ratelrat tt0093824 Crime ", "Dynamite Fighters tt0094375 Action, Drama ", "Promis... jur\u00e9! tt0095915 Comedy, War ", "Blind Date tt0092666 Comedy, Romance ", "The Video Dead tt0155350 Comedy, Horror ", "Fatal Attraction tt0093010 Drama, Horror, Romance ", "Best Seller tt0092641 Crime, Drama, Thriller ", "Princess from the Moon tt0094100 Adventure, Drama, Fantasy ", "Can't Buy Me Love tt0092718 Comedy, Drama, Romance ", "Moonstruck tt0093565 Comedy, Drama, Romance ", "What Every Frenchwoman Wants tt0092995 Comedy ", "Assa tt0094683 Crime, Drama, History ", "Planes, Trains & Automobiles tt0093748 Comedy, Drama ", "Hamburger Hill tt0093137 Drama, War, Action ", "The Fourth Protocol tt0093044 Action, Thriller ", "Love Rites tt0094932 Drama, Mystery ", "Full Metal Jacket tt0093058 Drama, War ", "The Year My Voice Broke tt0094347 Drama, Romance ", "Five Corners tt0093029 Drama ", "Hiding Out tt0093186 Comedy, Drama, Romance ", "A Nightmare on Elm Street 3: Dream Warriors tt0093629 Horror, Thriller ", "Leere Welt tt0093398 Drama, Sci-Fi ", "Aha Naa Pellanta tt0249336 Comedy ", "The Rosary Murders tt0093881 Crime, Drama, Mystery ", "Aniol w szafie tt0092567 Drama ", "Heng cai san qian wan tt0089270 Adventure, Comedy ", "Angel Heart tt0092563 Horror, Mystery, Thriller ", "Black Widow tt0090738 Crime, Thriller ", "Eddie Murphy Raw tt0092948 Documentary, Comedy ", "Jerry Seinfeld: Stand-Up Confidential tt0158687 Comedy ", "Cobra Verde tt0094888 Adventure, Drama ", "Crazy Love tt0092794 Drama ", "Legend of the White Horse tt0089471 Adventure ", "It's Alive III: Island of the Alive tt0093286 Horror ", "Cherry 2000 tt0092746 Action, Adventure, Sci-Fi ", "The Hidden tt0093185 Action, Crime, Horror ", "Adventures in Babysitting tt0092513 Action, Comedy, Crime ", "Bad tt0124288 Short, Music, Musical ", "Tiger on Beat tt0095491 Action, Comedy, Crime ", "Cocoon: The Return tt0094890 Adventure, Comedy, Mystery ", "Amsterdamned tt0094651 Action, Horror, Thriller ", "Mystic Pizza tt0095690 Comedy, Drama, Romance ", "Location Production Footage: The Last Temptation of Christ tt0374003 Documentary, Short ", "Bright Lights, Big City tt0094799 Drama ", "Dirty Rotten Scoundrels tt0095031 Comedy, Crime ", "Fright Night Part 2 tt0097390 Horror, Comedy ", "Whoops Apocalypse tt0092211 Comedy ", "La maison assassin\u00e9e tt0095567 Drama ", "Satisfaction tt0096037 Comedy, Music, Romance ", "Damnation tt0095475 Crime, Drama, Romance ", "Il commissario Lo Gatto tt0092770 Comedy ", "Scrooged tt0096061 Comedy, Drama, Fantasy ", "Biloxi Blues tt0094746 Comedy, Drama ", "The Lair of the White Worm tt0095488 Comedy, Horror ", "Ernest Saves Christmas tt0095107 Comedy, Family, Fantasy ", "Punchline tt0095927 Comedy, Drama, Romance ", "Taffin tt0096211 Action, Thriller ", "Bony a klid tt0092687 Comedy, Crime, Drama ", "Khatron Ke Khiladi tt0095440 Action, Comedy, Crime ", "Masquerade tt0095599 Drama, Mystery, Romance ", "Love with the Perfect Stranger tt0095551 Drama, Romance ", "Caddyshack II tt0094824 Comedy, Sport ", "Mi fantasma y yo tt0244657 Comedy, Drama, Fantasy ", "As Tears Go By tt0096461 Crime, Drama, Romance ", "Hok haau fung wan tt0096472 Action, Crime, Drama ", "The Bizarre Country tt0180866 Drama, Fantasy ", "Talk Radio tt0096219 Drama ", "Ya bon les blancs tt0095718 Comedy, Drama ", "The Last Temptation of Christ tt0095497 Drama ", "Igla tt0097561 Drama, Thriller ", "Les ann\u00e9es sandwiches tt0094662 Drama ", "To Kill a Priest tt0096280 Drama, History, Thriller ", "Bull Durham tt0094812 Comedy, Romance, Sport ", "Short Circuit 2 tt0096101 Comedy, Drama, Family ", "Bird tt0094747 Biography, Drama, Music ", "Cop tt0092783 Crime, Drama, Mystery ", "A Taxing Woman's Return tt0095597 Comedy, Crime ", "Pulse tt0095924 Horror, Sci-Fi ", "Rocket Gibraltar tt0096003 Drama ", "Mother tt0203548 N/A ", "Il frullo del passero tt0095150 Drama, Romance ", "Imagine: John Lennon tt0095360 Documentary, Biography, Music ", "Top Squad tt0094694 Action, Comedy ", "Chuang xie xian sheng tt0094875 Comedy, Horror, Romance ", "High Spirits tt0095304 Comedy, Fantasy, Horror ", "The Caine Mutiny Court-Martial tt0094826 Drama, War ", "The Couch Trip tt0094910 Comedy ", "Torch Song Trilogy tt0096289 Comedy, Drama, Romance ", "And God Created Woman tt0092559 Comedy, Drama, Romance ", "Batteries Included tt0131952 Adult ", "Colors tt0094894 Action, Crime, Drama ", "Hanussen tt0095276 Drama, History ", "La lectrice tt0095511 Comedy, Drama ", "The Rage of Love tt0095272 Drama ", "Guo bu xin lang tt0095264 Action, Comedy ", "Jack's Back tt0095389 Crime, Horror, Mystery ", "Jeete Hain Shaan Se tt0361772 Action ", "Jing zhuong zhui nu zi zhi er tt0095404 Comedy, Romance ", "Lie ying ji hua tt0095520 N/A ", "The Great Outdoors tt0095253 Comedy ", "Married to the Mob tt0095593 Comedy, Crime, Romance ", "She's Having a Baby tt0096094 Comedy, Drama, Romance ", "Action Jackson tt0094612 Action, Comedy, Crime ", "The South tt0094076 Drama ", "The Accused tt0094608 Crime, Drama ", "War and Remembrance tt0096725 Drama, War ", "Young Guns tt0096487 Action, Crime, Drama ", "A Handful of Dust tt0095274 Drama, Romance ", "Days of Eclipse tt0095040 Drama, Sci-Fi ", "Gangaa Jamunaa Saraswathi tt0095198 Action, Drama, Adventure ", "The Little Thief tt0098087 Drama, Crime, Romance ", "Apartment Zero tt0094667 Drama, Thriller ", "Tapeheads tt0096223 Comedy, Music ", "Return of the Living Dead II tt0095990 Comedy, Horror ", "Camp de Thiaroye tt0092716 Drama, War ", "Maniac Cop tt0095583 Action, Crime, Horror ", "Stand and Deliver tt0094027 Drama ", "L'\u00e9tudiante tt0096523 Comedy, Romance ", "Sound and Fury tt0094959 Drama ", "The House on Carroll Street tt0095333 Drama, Thriller ", "Betrayed tt0094731 Action, Drama, Romance ", "On the Silver Globe tt0093593 Adventure, Fantasy, Sci-Fi ", "Tequila Sunrise tt0096244 Action, Crime, Romance ", "Rambo III tt0095956 Action, Adventure, Thriller ", "Friday the 13th Part VII: The New Blood tt0095179 Horror, Thriller ", "Grave of the Fireflies tt0095327 Animation, Drama, War ", "Tezaab tt0096252 Musical, Romance ", "Distant Voices, Still Lives tt0095037 Drama ", "Off Limits tt0095774 Action, Thriller, War ", "Alien Nation tt0094631 Action, Crime, Sci-Fi ", "Mississippi Burning tt0095647 Crime, Drama, Mystery ", "Forever James Dean tt0268312 Documentary, Biography ", "Appleseed tt0094668 Animation, Crime, Sci-Fi ", "Dragons Forever tt0093015 Action, Comedy, Romance ", "Things Change tt0096259 Comedy, Crime, Drama ", "The Boost tt0094783 Drama, Romance ", "Red Heat tt0095963 Action, Comedy, Crime ", "The Blob tt0094761 Horror, Sci-Fi ", "Ramb-Ohh: The Sex Platoon tt0190685 Adult ", "A Fish Called Wanda tt0095159 Comedy, Crime ", "I'm Gonna Git You Sucka tt0095348 Action, Comedy ", "The Seventh Sign tt0096073 Drama, Fantasy, Horror ", "Time of the Gypsies tt0097223 Comedy, Crime, Drama ", "Nisuim Fiktiveem tt0099565 Drama ", "Les poss\u00e9d\u00e9s tt0093765 Drama ", "Clean and Sober tt0094884 Drama ", "Casual Sex? tt0094846 Comedy ", "Vice Versa tt0096380 Comedy, Fantasy ", "The Milagro Beanfield War tt0095638 Comedy, Fantasy, Drama ", "Dayavan tt0094958 Action, Crime, Drama ", "Midnight Run tt0095631 Action, Comedy, Crime ", "The Rescue tt0095981 Action, Adventure, Drama ", "Itin\u00e9raire d'un enfant g\u00e2t\u00e9 tt0095386 Drama, Adventure, Comedy ", "Gorod Zero tt0095244 Comedy, Drama, Mystery ", "Cocktail tt0094889 Comedy, Drama, Romance ", "Two Moon Junction tt0096324 Drama, Romance ", "Three Seats for the 26th tt0096309 Musical ", "Niezwykla podr\u00f3z Baltazara Kobera tt0095729 N/A ", "Tel Aviv-Los Angeles tt0145518 Drama ", "36 fillette tt0094596 Romance, Drama ", "Zhena kerosinshchika tt0096503 Drama ", "Vijay tt0096390 Action, Drama, Romance ", "Macho Dancer tt0095562 Drama ", "The Presidio tt0095897 Action, Crime, Mystery ", "Sweet Lies tt0096201 Comedy, Romance ", "Another Woman tt0094663 Drama ", "High Hopes tt0095302 Comedy, Drama ", "Above the Law tt0094602 Action, Crime, Drama ", "Crossing Delancey tt0094921 Comedy, Romance ", "Graveyard Shift II tt0096335 Horror ", "Coming to America tt0094898 Comedy, Romance ", "Dariya Dil tt0377738 Drama, Family ", "U2: Rattle and Hum tt0096328 Documentary, Music ", "7 mikroi kommandos tt1334200 Action, Family ", "Pik lik sin fung tt0126301 Action, Comedy, Crime ", "The Infernal Rapist tt0368410 Horror, Thriller ", "Hunting Time tt0123388 N/A ", "Twins tt0096320 Comedy ", "Buster tt0094819 Adventure, Biography, Comedy ", "'Rain Man' Featurette tt0880664 Documentary, Short ", "The Visitors tt0094730 Horror ", "George Carlin: What Am I Doing in New Jersey? tt0246644 Documentary, Comedy ", "The Dead Pool tt0094963 Action, Crime, Thriller ", "Shahenshah tt0093949 Action ", "Big tt0094737 Comedy, Drama, Fantasy ", "Mr. North tt0095665 Comedy, Drama ", "Salome's Last Dance tt0096029 Biography, Comedy, Drama ", "Never on Tuesday tt0095722 Comedy ", "Heart of a Dog tt0096126 Comedy, Drama, Sci-Fi ", "Balkan Express 2 tt0383905 Comedy, War ", "Distant Thunder tt0095036 Drama ", "Working Girl tt0096463 Comedy, Drama, Romance ", "Miracle Mile tt0097889 Action, Drama, Romance ", "They Live tt0096256 Action, Comedy, Horror ", "A Nightmare on Elm Street 4: The Dream Master tt0095742 Horror, Thriller ", "Ying zhao nu lang 1988 tt0095221 Drama ", "Die Venusfalle tt0096372 Drama ", "Big Business tt0094739 Comedy ", "La trasgressione tt0096299 Thriller ", "Die Hard tt0095016 Action, Thriller ", "Shoot to Kill tt0096098 Action, Adventure, Crime ", "Red Scorpion tt0098180 Action, Adventure ", "Story of Women tt0096336 Drama ", "Beetlejuice tt0094721 Comedy, Fantasy ", "The Naked Gun: From the Files of Police Squad! tt0095705 Comedy, Crime ", "Monsters University tt1453405 Animation, Adventure, Comedy ", "Gangster Squad tt1321870 Action, Crime, Drama ", "G.I. Joe: Retaliation tt1583421 Action, Adventure, Sci-Fi ", "Iron Man 3 tt1300854 Action, Adventure, Sci-Fi ", "The Big Wedding tt1931435 Comedy ", "After Earth tt1815862 Action, Adventure, Sci-Fi ", "Slightly Single in L.A. tt1227931 Comedy, Romance ", "Kill 'em All tt1928335 Action, Crime, Thriller ", "Now You See Me tt1670345 Crime, Mystery, Thriller ", "Movie 43 tt1333125 Comedy ", "The Last Stand tt1549920 Action, Crime, Thriller ", "She Made Them Do It tt2336846 Crime, Drama ", "Texas Chainsaw 3D tt1572315 Horror, Thriller ", "Officer Down tt1925479 Crime, Drama ", "Counterpunch tt2051850 Action, Biography, Drama ", "70th Golden Globe Awards tt2604420 N/A ", "Straight A's tt2024506 Comedy, Drama ", "Broken City tt1235522 Crime, Drama, Thriller ", "The Coalition tt2040537 Comedy, Romance ", "Parker tt1904996 Action, Crime, Thriller ", "The Makeover tt2377132 Comedy ", "Table No. 21 tt2229842 Adventure, Thriller ", "The Priest's Children tt2395421 Comedy, Drama ", "Sound City tt2306745 Documentary, Music ", "Naayak tt2440354 Action, Drama, Romance ", "Safe Haven tt1702439 Drama, Romance, Thriller ", "Spiders tt1659216 Sci-Fi, Thriller ", "V/H/S/2 tt2450186 Horror, Thriller ", "Hansel & Gretel Get Baked tt2081194 Comedy, Horror ", "Kill for Me tt2085957 Drama, Thriller ", "Vishwaroopam tt2199711 Action, Adventure, Crime ", "Company of Heroes tt2555426 Action, War ", "Vamp U tt1727885 Action, Comedy, Horror ", "Olympus Has Fallen tt2302755 Action, Thriller ", "Baby Geniuses and the Mystery of the Crown Jewels tt2150163 Family ", "The Oscars tt2461862 N/A ", "Standing Up tt1905042 Family ", "Identity Thief tt2024432 Comedy, Crime ", "Snitch tt0882977 Action, Drama, Thriller ", "David tt2358412 Action, Crime, Drama ", "The Frankenstein Theory tt2646378 Horror, Sci-Fi ", "Before Midnight tt2209418 Drama, Romance ", "Shadow People tt1764647 Thriller ", "Java Heat tt2083231 Action, Crime, Drama ", "Kadal tt2344672 Drama, Romance ", "Absolute Deception tt2179226 Action ", "I'm So Excited! tt2243389 Comedy ", "Miss Dial tt1819601 Comedy ", "Side Effects tt2053463 Crime, Drama, Thriller ", "The Wicked tt1986994 Fantasy, Horror, Thriller ", "Dark Feed tt1430077 Horror ", "Casting Couch tt2313189 Comedy ", "Tu Mera 22 Main Tera 22 tt2697592 Comedy ", "Admission tt1814621 Comedy, Drama, Romance ", "Vehicle 19 tt1911662 Action, Thriller ", "Dead Man Down tt2101341 Action, Crime, Drama ", "Welcome to the Punch tt1684233 Action, Crime, Thriller ", "The Lady Vanishes tt2183152 Drama ", "Phil Spector tt1745862 Biography, Drama ", "Pain & Gain tt1980209 Action, Comedy, Crime ", "Shotgun Wedding tt2750288 Comedy, Horror, Romance ", "Iron Man: Rise of Technovore tt2654124 Animation, Action, Sci-Fi ", "Pawn tt1551630 Crime, Thriller ", "Jolly LLB tt2621000 Comedy, Drama ", "Gundello Godari tt2327170 Adventure, Drama, Romance ", "Lotus Eaters tt1734580 Drama ", "Cheech & Chong's Animated Movie tt1340803 Animation, Comedy ", "The English Teacher tt2055765 Comedy, Drama ", "White House Down tt2334879 Action, Drama, Thriller ", "Louis C.K. Oh My God tt2510998 Comedy ", "Forbidden Woman tt2324544 Drama ", "Zombieland tt2090440 Adventure, Comedy, Horror ", "A Common Man tt2104837 Action, Thriller ", "Family Weekend tt1821426 Comedy, Drama ", "Dose of Reality tt1961279 Drama, Mystery, Thriller ", "Sirius tt2637848 Documentary ", "100 Degrees Below Zero tt2538128 Action, Sci-Fi ", "I Give It a Year tt2244901 Comedy, Romance ", "Seethamma Vakitlo Sirimalle Chettu tt2198161 Comedy, Family ", "Nee Ko Nja Cha tt2631098 Comedy, Romance ", "Lovestruck: The Musical tt2246673 Comedy, Fantasy, Musical ", "Last Passenger tt1858481 Action, Mystery, Thriller ", "The Power of Few tt0817545 Action, Crime, Drama ", "And Now a Word from Our Sponsor tt2094762 Comedy, Drama ", "Assault on Wall Street tt2368553 Action, Drama, Thriller ", "Our Girl tt2485988 Drama, War ", "Open Road tt1922679 Action, Drama, Thriller ", "The Challenger Disaster tt2421662 Drama ", "Once Upon a Time in Brooklyn tt1598172 Action, Crime ", "Bicycling with Moli\u00e8re tt2207050 Comedy, Drama ", "Dark Circles tt1863201 Horror ", "Captive tt2386203 Action, Thriller ", "12 Rounds 2: Reloaded tt2317524 Action, Adventure, Thriller ", "Behind the Candelabra tt1291580 Biography, Drama, Romance ", "The Last Cinderella tt2759642 Comedy, Romance ", "AE: Apocalypse Earth tt2756412 Action, Sci-Fi ", "Age of Dinosaurs tt2518926 Action, Sci-Fi ", "Ego tt2287715 Drama ", "All Stars tt2186766 Comedy ", "Commando tt2658126 Action ", "Mary and Martha tt2284766 Drama ", "90210: 4ever tt2939462 Documentary ", "Udhayam NH4 tt2872256 Action, Thriller ", "The Rambler tt2381355 Comedy, Drama, Horror ", "Rapture-Palooza tt1879032 Comedy, Fantasy ", "Mirchi tt2469980 Action, Drama ", "Redemption tt1893256 Action, Crime, Drama ", "Finding Joy tt1975158 Comedy, Drama ", "Axe Giant: The Wrath of Paul Bunyan tt1684548 Fantasy, Horror ", "We Are Modeselektor tt2860716 Documentary ", "Vuonna 85 tt2088974 Comedy, Drama, Music ", "3 Geezers! tt1825784 Comedy ", "Hatchet III tt1870419 Comedy, Horror, Thriller ", "Elysium tt1535108 Action, Drama, Sci-Fi ", "American Idiots tt1698651 Comedy, Romance ", "Ishkq in Paris tt1986040 Comedy, Romance ", "Things We Do for Love tt2167791 N/A ", "Summoned tt2429870 Horror, Mystery, Thriller ", "Vive la France tt2293138 Comedy ", "Child's Pose tt2187115 Drama ", "Radio tt2780192 Thriller ", "The Cosmonaut tt1629747 Drama, History, Romance ", "Breakup at a Wedding tt1935300 Comedy ", "Compulsion tt2381931 Drama, Thriller ", "Bei Jing yu shang Xi Ya Tu tt2169322 Comedy ", "M\u00f6bius tt2106550 Drama, Thriller ", "The Purge tt2184339 Horror, Thriller ", "Single Valentine tt2673258 Comedy, Romance ", "The Bling Ring tt2132285 Biography, Crime, Drama ", "Sm\u00e5 citroner gula tt2172061 Romance ", "The Wee Man tt2113809 Drama ", "Redemption tt2201886 Documentary, Short, Biography ", "Badges of Fury tt2644714 Action, Comedy, Crime ", "New World tt2625030 Action, Crime, Drama ", "Downloaded tt2033981 Documentary ", "This Is the End tt1245492 Comedy, Fantasy ", "American Brawler tt2839312 Action, Crime, Drama ", "The Employer tt1863203 Thriller ", "The Spirit of '45 tt2332801 Documentary, History ", "Evidence tt1828970 Horror, Mystery, Thriller ", "The Lone Ranger tt1210819 Action, Adventure, Western ", "Killing Season tt1480295 Action, Drama, Thriller ", "Pawn Shop Chronicles tt1741243 Action, Comedy, Crime ", "Sharknado tt2724064 Horror ", "The Vulture tt2627146 Action, Thriller ", "Red Wine tt2773898 Mystery, Thriller ", "Night Train to Lisbon tt1654523 Mystery, Romance, Thriller ", "Battledogs tt2457138 Action, Horror, Sci-Fi ", "Lucky DI Unlucky Story tt2771898 Comedy ", "Dealin' with Idiots tt2948266 Comedy ", "Romantik Komedi 2: Bekarliga Veda tt2645104 Comedy ", "Schlussmacher tt1978524 Comedy ", "Flying Monkeys tt2205652 Fantasy, Horror, Sci-Fi ", "Grown Ups 2 tt2191701 Comedy ", "It Takes a Man and a Woman tt2816740 Comedy, Drama, Romance ", "1939 Battle of Westerplatte tt1808518 Drama, History, War ", "The East tt1869716 Drama, Thriller ", "D-Day tt2385104 Action, Thriller ", "Scenic Route tt2012011 Drama, Thriller ", "Ask Kirmizi tt2586682 Action, Drama, Romance ", "R.I.P.D. tt0790736 Action, Comedy, Crime ", "Not Today tt1564870 Drama ", "The Conjuring tt1457767 Horror ", "Hell Baby tt2318527 Comedy, Horror ", "Drinking Buddies tt2265398 Drama, Romance ", "Daddy Cool Munde Fool tt2832540 N/A ", "Blackout tt2251227 Thriller ", "The Lifeguard tt2265534 Drama, Romance ", "The Hijack That Went South tt2088871 Action, Comedy, Crime ", "The Canyons tt2292959 Drama, Thriller ", "Kick-Ass 2 tt1650554 Action, Comedy, Crime ", "Touchy Feely tt2364949 Drama ", "Scooby-Doo! Adventures: The Mystery Map tt3043386 Animation, Adventure, Family ", "Listen... Amaya tt2224313 Drama ", "Bajatey Raho tt2848824 Comedy, Drama, Thriller ", "Exploding Sun tt2277932 Action, Sci-Fi ", "Bad Milo tt2274570 Comedy, Horror ", "The Hot Flashes tt2201251 Comedy ", "Lovelace tt1426329 Biography, Drama ", "Super Buddies tt2999390 Family ", "The Noble Family tt2222394 Comedy ", "Burton and Taylor tt2709784 Biography, Drama ", "Clear History tt2380408 Comedy ", "Goddess tt1860238 Comedy, Musical, Romance ", "Clear History tt2279864 Comedy ", "Hilton! tt2261629 Documentary ", "Lucky Star tt2780206 Comedy, Drama ", "21 Ways to Ruin a Marriage tt2281065 Comedy ", "Apocalypse Z tt2081438 Action, Horror, Sci-Fi ", "Chasing the Wind tt2608998 Drama ", "Decency tt2738218 Documentary ", "A Single Shot tt1540741 Crime, Drama, Thriller ", "A Teacher tt2201548 Drama ", "The Look of Love tt1951216 Biography, Comedy, Drama ", "Empire State tt2171867 Action, Crime, Drama ", "Stag tt1821617 Comedy ", "We're the Millers tt1723121 Comedy ", "The Ladies of the House tt2397573 Horror, Thriller ", "Ghost Shark tt2600742 Horror, Sci-Fi ", "This Is Martin Bonner tt1798291 Drama ", "Swindle tt2545440 Adventure, Comedy ", "Jobs tt2357129 Biography, Drama ", "Rewind tt2193185 Action, Sci-Fi, Thriller ", "Dean Slater: Resident Advisor tt2369235 Comedy ", "Suddenly tt2569236 Thriller ", "It's Only Make Believe tt2664080 Drama ", "The Gamers: Hands of Fate tt2312390 Adventure, Comedy, Fantasy ", "Online tt2526422 Drama ", "Vi tt2708782 Drama ", "Terms and Conditions May Apply tt2084953 Documentary, News ", "The Contractor tt2274172 Crime, Drama, Thriller ", "The Blackout tt2141761 Comedy ", "Prema Katha Chitram tt2971414 Drama, Horror ", "Hope for Love tt2303074 Drama ", "The Contest: To the Stars and Back tt2658768 Family ", "The Kings of Summer tt2179116 Comedy, Drama ", "The Bell Witch Haunting tt2991532 Biography, Horror ", "Kanamachi tt2770974 Action, Drama, Romance ", "Rewind This! tt2395970 Documentary, History ", "All Is Bright tt1462901 Comedy, Drama ", "Revelation Road 2: The Sea of Glass and Fire tt2825924 Action ", "Monsters Wanted tt2245218 Documentary ", "Cold Eyes tt2969656 Action, Crime ", "Tales from the Dark 1 tt3054776 Horror ", "Al Madrigal: Why Is the Rabbit Crying? tt2870306 Comedy ", "Alcan Highway tt2243246 Documentary, Drama ", "Blue Caprice tt2027064 Biography, Crime, Drama ", "U Want Me 2 Kill Him? tt0485061 Drama, Thriller ", "Heart of the Country tt2231251 Drama, Family, Romance ", "8-Ball tt2378177 Crime, Drama ", "Singh vs. Kaur tt2714664 Comedy ", "C.O.G. tt1650393 Comedy, Drama ", "+1 tt2395385 Sci-Fi, Thriller ", "Passione sinistra tt2882850 Comedy ", "Tales from the Dark 2 tt3105008 Horror ", "Les gamins tt2354181 Comedy ", "The Brain Man tt2208020 Mystery ", "Sex: A Horizon Guide tt3202910 Documentary ", "Anything Is Possible tt2042449 Family ", "Ain't Them Bodies Saints tt2388637 Crime, Drama, Romance ", "Some Girl(s) tt2201221 Comedy, Drama ", "Scary Movie 5 tt0795461 Comedy "], "type": "htmltooltip", "id": "el776174526795280pts", "hoffset": 10}, {"voffset": 10, "labels": ["To Live and Die in L.A. tt0090180 Action, Crime, Drama ", "No End tt0086961 Drama ", "Di zi ye feng kuang tt0085437 N/A ", "Subway tt0090095 Comedy, Drama, Thriller ", "Water tt0090297 Adventure, Comedy, Drama ", "Mask tt0089560 Biography, Drama ", "A Nightmare on Elm Street 2: Freddy's Revenge tt0089686 Horror ", "Ukvdavebis tetri vardi tt0166095 Family ", "Les sp\u00e9cialistes tt0088167 Adventure, Crime ", "Az aranyifj\u00fa tt0088779 Drama ", "Kung Fu Ghandi tt0300094 Short ", "Nomads tt0091647 Horror, Mystery, Thriller ", "52 Pick-Up tt0090567 Crime, Thriller ", "Once Upon a Time tt0155922 Adventure, Comedy, Family, Fantasy ", "Mo fei cui tt0091532 Action, Adventure, Comedy ", "Nine 1/2 Weeks tt0091635 Drama, Romance ", "Stand by Me tt0092005 Adventure, Drama ", "Labyrinth tt0091369 Adventure, Family, Fantasy ", "Lucas tt0091445 Comedy, Drama, Romance ", "The Seventh Curse tt0092273 Action, Horror ", "Wildcats tt0092214 Comedy, Sport ", "Eye of the Tiger tt0091027 Action, Drama ", "La Bamba tt0093378 Biography, Drama, Music ", "Shu jian en chou lu tt0093962 Action, Drama ", "Get the Terrorists tt0317568 Action ", "My Dad, the Socialist Kulak tt0172811 N/A ", "Hachi-ko tt0093132 Drama, Family ", "American Ninja 2: The Confrontation tt0092548 Action, Drama ", "Khareba da Gogia tt0174816 Adventure, Drama ", "Epidemic tt0092972 Drama, Horror ", "A Short Film About Killing tt0095468 Crime, Drama ", "The Eighth Happiness tt0094695 Comedy ", "Kujaku \u00f4 tt0093367 Action, Adventure, Fantasy ", "Snack Bar Budapest tt0096125 Comedy, Crime, Drama ", "Funny Farm tt0095188 Comedy, Drama ", "The Bourne Identity tt0094791 Action, Adventure, Drama ", "The Moromete Family tt0095657 Drama ", "Survey Map of a Paradise Lost tt0291229 Mystery ", "The Tenth Man tt0096243 Drama, War ", "Poltergeist III tt0095889 Horror, Thriller ", "Appointment with Death tt0094669 Crime, Drama, Mystery ", "Roots: The Gift tt0096009 Drama, History ", "A Cry in the Dark tt0094924 Drama ", "Go Goa Gone tt2436516 Action, Adventure, Comedy ", "Roche papier ciseaux tt2462506 Action, Crime, Drama ", "Home Run tt2051894 Drama, Sport ", "House Party: Tonight's the Night tt2631862 Comedy ", "Stupid 7 tt2552412 Family "], "type": "htmltooltip", "id": "el776174530006096pts", "hoffset": 10}, {"voffset": 10, "labels": ["Desperately Seeking Susan tt0089017 Comedy, Drama ", "Revolution tt0089913 Adventure, Drama, History ", "Sleazemania: The Special Edition tt0178899 Documentary ", "The Man with One Red Shoe tt0089543 Comedy, Thriller ", "My Beautiful Laundrette tt0091578 Comedy, Drama, Romance ", "Westler tt0090309 Drama ", "The Emerald Forest tt0089087 Action, Adventure, Drama ", "The Coca-Cola Kid tt0088931 Comedy ", "Fandango tt0089126 Comedy ", "Robinson Crusoe mercante di York tt0227398 N/A ", "Crimewave tt0088967 Comedy, Crime, Horror ", "Shoah tt0090015 Documentary, History, War ", "The Black Cauldron tt0088814 Animation, Adventure, Family ", "Emila nedarbi tt0265577 Comedy, Family ", "Baby: Secret of the Lost Legend tt0088760 Family, Adventure, Sci-Fi ", "Rainbow Brite and the Star Stealer tt0089877 Animation, Adventure, Family ", "Re-Animator tt0089885 Horror, Sci-Fi ", "Inside Rooms: 26 Bathrooms, London & Oxfordshire, 1985 tt0088649 Documentary, Short ", "Agnes of God tt0088683 Drama, Mystery, Thriller ", "Hodja fra Pjort tt0123890 Family, Fantasy ", "Star Quality tt0090064 Comedy ", "Diesel tt0089024 Drama, Sci-Fi ", "Tian guan ci fu tt1354567 Comedy ", "Prizzi's Honor tt0089841 Comedy, Crime, Drama ", "The Excitement of the Do-Re-Mi-Fa Girl tt0214636 Comedy, Musical ", "The Quiet Earth tt0089869 Drama, Mystery, Sci-Fi ", "L'amour en douce tt0088715 Comedy ", "Ore wa Sono Sion da! tt1954713 Documentary, Short, Biography ", "La gabbia tt0091097 Drama ", "Four Days in July tt0087286 Comedy ", "French Lovers tt0190405 Short ", "The Secret of the Sword tt0089984 Animation, Action, Fantasy ", "Witch from Nepal tt0089861 Horror, Action ", "Jiao tou fa wei tt0089372 Action, Drama ", "Rendez-vous tt0089902 Drama, Romance ", "Missing in Action 2: The Beginning tt0089604 Action, Drama, Thriller ", "Killer vs Killers tt0304290 Action, Crime, Thriller ", "Love Hotel tt0089509 N/A ", "De prooi tt0089845 Mystery, Thriller ", "North and South tt0088583 Drama, History, Romance ", "Teen Wolf tt0090142 Comedy, Fantasy, Romance ", "The Heavenly Kid tt0089265 Comedy, Fantasy, Romance ", "Calamari Union tt0087020 Comedy ", "A Time to Live, a Time to Die tt0090185 Biography, Drama ", "A Taste of Cherry tt0152911 Adult ", "American Flyers tt0088707 Drama, Sport ", "Ba bai luo han tt0350575 Action ", "Disciples of the 36th Chamber tt0089029 Action ", "Utopia: A Retrospective 1977-1984 tt0304879 Documentary ", "Demons tt0089013 Horror ", "The Legend of Wisely tt0090302 Action, Adventure, Sci-Fi ", "Tai cheung lo dau tt0090172 N/A ", "Mishima: A Life in Four Chapters tt0089603 Biography, Drama ", "Gui ma fei ren tt0089159 Comedy, Romance ", "Fat ngoi ching tt0121259 Crime ", "Nan quan wang II zhi Qi zhuang shan he tt0331513 Adventure, Fantasy ", "Back to the Future tt0088763 Adventure, Comedy, Sci-Fi ", "Real Genius tt0089886 Comedy, Romance, Sci-Fi ", "Sezonul pescarusilor tt0245434 N/A ", "Bulgasari tt0089851 Action, Drama, Fantasy ", "A.K. tt0088658 Documentary, Biography, History ", "The Berlin Affair tt0088789 Drama ", "The Last Dragon tt0089461 Action, Comedy, Drama ", "D.A.R.Y.L. tt0088979 Family, Sci-Fi ", "Vampire Hunter D tt0090248 Animation, Action, Fantasy ", "The Holcroft Covenant tt0089283 Action, Crime, Drama ", "Return to Oz tt0089908 Adventure, Family, Fantasy ", "Nothing Left to Do but Cry tt0087814 Comedy, Fantasy ", "A View to a Kill tt0090264 Action, Adventure, Crime ", "Cat's Eye tt0088889 Comedy, Horror, Thriller ", "King David tt0089420 Adventure, Biography, Drama ", "Love and Doves tt0087650 Comedy, Romance ", "Brazil tt0088846 Drama, Sci-Fi ", "Miranda tt0089598 Comedy ", "Rocky IV tt0089927 Drama, Sport ", "Mard tt0089552 Action, Drama, History ", "Alexina tt0091588 Drama ", "Young Sherlock Holmes tt0090357 Action, Adventure, Family ", "Ghoulies tt0089200 Comedy, Fantasy, Horror ", "The Jewel of the Nile tt0089370 Action, Adventure, Comedy ", "Ladyhawke tt0089457 Adventure, Drama, Fantasy ", "Mischief tt0089601 Comedy, Romance ", "Angry Harvest tt0088811 Drama, Romance, War ", "Fortress tt0091069 Action, Horror, Thriller ", "Gostya iz budushchego tt0086723 Drama, Sci-Fi, Adventure ", "Kenji Miyazawa's Night on the Galactic Express tt0089206 Animation, Adventure, Drama ", "Mad Max Beyond Thunderdome tt0089530 Action, Adventure, Thriller ", "The Legend of Billie Jean tt0089470 Action ", "Qing chun ji tt0089864 Drama ", "Hot Cars Nasty Women tt0182238 Adult ", "He-Man and She-Ra: A Christmas Special tt0276016 Animation, Action, Adventure ", "The Protector tt0089847 Action, Crime, Drama ", "L'effront\u00e9e tt0089072 Comedy, Drama, Music ", "A Gentle Spirit tt0242590 Short, Animation ", "O-Bi, O-Ba - The End of Civilization tt0089714 Drama, Mystery, Sci-Fi ", "Gymkata tt0089243 Action, Drama ", "Out of Africa tt0089755 Biography, Drama, Romance ", "Lifeforce tt0089489 Horror, Sci-Fi, Thriller ", "Cop's Honour tt0089776 Action, Crime, Drama ", "Vabank II czyli riposta tt0090246 Comedy, Crime ", "The Adventures of Mark Twain tt0088678 Animation, Adventure, Family ", "Edge of Darkness tt0090424 Crime, Drama, Mystery ", "Asterix and Caesar tt0088748 Animation, Family, Adventure ", "Gwen, the Book of Sand tt0087376 Animation, Adventure, Fantasy ", "Titus Andronicus tt0090178 Drama, Horror ", "Bliss tt0088821 Comedy, Drama ", "Gabros apo ton topo sou kai as einai... vlima tt1151335 Comedy ", "Zombie Apocalypse tt0218088 Horror, Fantasy, Thriller ", "Jagged Edge tt0089360 Crime, Thriller, Mystery ", "Angel's Egg tt0208502 Animation, Drama, Fantasy ", "Big Deal After 20 Years tt0094005 Comedy ", "Silip tt0292236 Crime, Drama ", "Enemy Mine tt0089092 Action, Adventure, Drama ", "Tangos, the Exile of Gardel tt0090125 Drama, Musical ", "The Assault of the Present on the Rest of Time tt0088724 Drama ", "Wallenberg: A Hero's Story tt0090285 Biography, Drama, History ", "This Unnameable Little Broom tt0082335 Animation, Short ", "Alpine Fire tt0093235 Drama ", "Agatha Christie's Miss Marple: A Pocket Full of Rye tt0087924 Crime, Drama, Mystery ", "La piovra 2 tt0185815 Crime, Drama ", "One Magic Christmas tt0089731 Family, Fantasy ", "Ram Teri Ganga Maili tt0152139 Drama, Musical, Romance ", "Rambo: First Blood Part II tt0089880 Action, Adventure, Thriller ", "Police Story tt0089374 Action, Comedy, Thriller ", "Howling II: ... Your Sister Is a Werewolf tt0089308 Horror ", "\u00a1Vampiros en La Habana! tt0090249 Animation, Comedy, Horror ", "Dance with a Stranger tt0088987 Biography, Crime, Drama ", "Tracked tt0204716 Drama ", "Warning Sign tt0090293 Drama, Sci-Fi, Thriller ", "Red Sonja tt0089893 Action, Adventure, Fantasy ", "I na kamnyakh rastut derevya tt0089322 Adventure, Drama ", "Flesh+Blood tt0089153 Adventure, Drama ", "Starchaser: The Legend of Orin tt0090065 Adventure, Animation, Sci-Fi ", "Pee-wee's Big Adventure tt0089791 Adventure, Comedy, Family ", "Juexiang tt0089389 Drama ", "D\u00e2ti pea: N\u00f4randia no nazo tt0434908 Animation, Action, Sci-Fi ", "Beautiful Teacher in Torture Hell tt0223848 Horror ", "Up Your Anchor tt0089473 Comedy ", "Legend tt0089469 Adventure, Fantasy, Romance ", "Do\u00f1a Lupe tt0352307 Short, Drama, Horror ", "Come and See tt0091251 Drama, War ", "A Zed & Two Noughts tt0090366 Comedy, Drama ", "Krush Groove tt0089444 Comedy, Drama, Music ", "Wuthering Heights tt0089312 Drama, Romance, Mystery ", "Himatsuri tt0089275 Drama ", "The Goonies tt0089218 Adventure, Comedy, Family ", "The Click tt0097252 Thriller ", "Yesterday tt0090352 Comedy, Drama, Music ", "Medium tt0089574 Horror, Mystery ", "Lupin III: The Gold of Babylon tt0089943 Animation, Action, Adventure ", "The Bride tt0088851 Fantasy, Horror, Romance ", "The House of Fools tt0167125 Comedy, Drama ", "Day of the Dead tt0088993 Horror ", "Odds Are!: The Smothers Brothers Show You How to Gamble and Win tt0217701 Documentary ", "Police Academy 2: Their First Assignment tt0089822 Comedy, Crime ", "Wheels of Fire tt0088393 Action, Adventure, Sci-Fi ", "The Allman Brothers Band: Brothers of the Road tt0185149 Documentary, Music ", "Fright Night tt0089175 Horror ", "Witness tt0090329 Crime, Drama, Romance ", "Rustlers' Rhapsody tt0089945 Comedy, Western ", "Zuma tt0346179 Action, Drama, Fantasy ", "Waiting for the Hearse tt0089108 Comedy ", "The Trip to Bountiful tt0090203 Drama ", "Give the Devil His Due tt0087731 Adventure, Comedy, Family ", "The Broken Landlord tt0201368 Comedy, Drama ", "Def-Con 4 tt0087130 Action, Sci-Fi ", "Orion's Belt tt0089740 Action, Adventure, Thriller ", "Ratu sakti calon arang tt0323774 Action, Fantasy, Horror ", "Elle a pass\u00e9 tant d'heures sous les sunlights... tt0089081 Drama, Fantasy ", "Ha-Me'ahev tt0089571 Drama ", "Mad Warrior tt0991010 Sci-Fi ", "Warriors of the Apocalypse tt0090296 Action, Sci-Fi ", "Taifu Club tt0088222 Drama, Romance ", "The Dream Is Alive tt0089050 Documentary, Short ", "A Summer in a Sea Shell tt0265548 Comedy, Family ", "Samaya obayatelnaya i privlekatelnaya tt0089957 Comedy, Romance ", "Tr\u00e1iler para amantes de lo prohibido tt0155287 Short ", "Tampopo tt0092048 Comedy ", "Otra vuelta de tuerca tt0089752 Horror, Thriller ", "Patas en la cabeza tt0323597 Short ", "Doraemon: Nobita no uchuu sh\u00f4-sens\u00f4 tt0313990 Animation ", "God Rot Tunbridge Wells! tt0412781 Biography, Drama, Music ", "Death of a Salesman tt0089006 Drama ", "The Children tt0087205 Comedy ", "Dirty Game in Casablanca tt0089388 Action, Thriller ", "Mussolini: The Untold Story tt0088579 Drama ", "Silver Bullet tt0090021 Adventure, Drama, Horror ", "The Undaunted Wudang tt1102364 Action ", "Ankahee tt0249358 N/A ", "Debshishu tt0157518 Drama ", "Weird Science tt0090305 Comedy, Fantasy, Romance ", "Ot\u00e1zky pro dve zeny tt0387474 Documentary, Short ", "Aakhir Kyon? tt0247910 Drama, Family ", "Mr. Vampire tt0089371 Action, Comedy, Fantasy ", "European Vacation tt0089670 Adventure, Comedy, Romance ", "Tokyo-Ga tt0090182 Documentary ", "King Solomon's Mines tt0089421 Action, Adventure, Comedy ", "Invasion U.S.A. tt0089348 Action, Thriller ", "Brewster's Millions tt0088850 Comedy ", "Gin\u00ee piggu 2: Chiniku no hana tt0161635 Short, Horror ", "Guinea Pig tt0161634 Short, Horror ", "A Room with a View tt0091867 Drama, Romance ", "Ewoks: The Battle for Endor tt0089110 Adventure, Family, Fantasy ", "Ran tt0089881 Action, Drama, War ", "Komi, horata tt0468780 Documentary, Short ", "A Man and a Woman: 20 Years Later tt0092130 Drama, Romance ", "\u00a1Three Amigos! tt0092086 Comedy, Western ", "Little Shop of Horrors tt0091419 Comedy, Horror, Musical ", "The Clan of the Cave Bear tt0090848 Adventure, Drama, Fantasy ", "Children of a Lesser God tt0090830 Drama, Romance ", "The Big Easy tt0092654 Crime, Drama, Romance ", "Bijo no harawata tt0224102 Fantasy, Horror, Thriller ", "Youngblood tt0092272 Drama, Romance, Sport ", "An American Tail tt0090633 Animation, Comedy, Drama ", "One Crazy Summer tt0091680 Comedy, Romance ", "The Fly tt0091064 Horror, Sci-Fi ", "The Great Mouse Detective tt0091149 Animation, Adventure, Family ", "The Abbey of Crime: Umberto Eco's 'The Name of the Rose' tt0446265 Documentary ", "Peggy Sue Got Married tt0091738 Comedy, Drama, Fantasy ", "Hot Times at Copenhagen High tt0209305 Adult, Comedy ", "Voyeur tt0090579 Comedy ", "Routine Pleasures tt0274069 Documentary ", "Crimes of the Heart tt0090886 Comedy, Drama ", "Home Free: Return of the Bald Eagle tt0206015 Documentary ", "Sid and Nancy tt0091954 Biography, Drama, Music ", "Allan Quatermain and the Lost City of Gold tt0092534 Action, Adventure, Comedy ", "The More Things Change... tt0092080 Drama ", "The Making of Fanny and Alexander tt0090955 Documentary ", "Biotheraphy tt0421672 Horror, Sci-Fi, Short ", "Como Si Fueramos Novios tt2054740 Drama ", "Cours priv\u00e9 tt0090879 Drama ", "The Name of the Rose tt0091605 Crime, Mystery, Thriller ", "The Story of English tt0198245 Documentary ", "April Fool's Day tt0090655 Comedy, Horror, Mystery ", "Trick or Treat tt0092112 Comedy, Horror, Music ", "Alex Is Lovesick tt0133351 Comedy, Drama, Romance ", "Crossroads tt0090888 Drama, Music, Mystery ", "El amor brujo tt0090636 Music, Drama ", "Circus of the Stars #11 tt0242367 Family, Documentary ", "Asterix in Britain tt0090667 Animation, Adventure, Comedy ", "Police Academy 3: Back in Training tt0091777 Comedy, Crime ", "'Round Midnight tt0090557 Drama, Music ", "Jeeva tt0361773 Action, Thriller ", "Huo long tt0091235 Drama ", "Tai-Pan tt0092042 Adventure ", "Thrashin' tt0092085 Action, Drama ", "Soft and Hard tt0091980 N/A ", "I Love You tt0091244 Drama, Fantasy, Romance ", "Brighton Beach Memoirs tt0090774 Comedy ", "Critters tt0090887 Action, Comedy, Horror ", "Sexy Battle Girls tt0288130 Action ", "The Wraith tt0092240 Action, Horror, Romance ", "Pelle der Eroberer tt0305955 Drama ", "Seifuku shojo: the ejiki tt0288213 N/A ", "Gonza the Spearman tt0091136 Drama ", "Clockwise tt0090852 Comedy ", "Fist of the North Star tt0142371 Animation, Action, Drama ", "Devil in the Flesh tt0090944 Drama, Romance ", "In the Line of Duty tt0091229 Action, Drama ", "Futsu saizu no kaijin tt0166304 Short, Horror, Sci-Fi ", "El mir\u00f3n y la exhibicionista tt0091526 Adult ", "Wise Guys tt0092226 Comedy, Crime ", "Hovering Over the Water tt0092306 Drama, Romance ", "De wisselwachter tt0092227 Drama ", "Dream Lovers tt0091510 Drama ", "El ojete de Lul\u00fa tt0186417 Adult ", "Troll tt0092115 Fantasy, Horror ", "Mulberry tt0271121 Drama ", "Deadly Friend tt0090917 Drama, Horror, Mystery ", "The Snow Queen tt0091449 Fantasy ", "El imperio de la fortuna tt0091261 Drama ", "100 Ways to Murder Your Wife tt0091935 Comedy ", "Caravaggio tt0090798 Biography, Drama, History ", "The Old Well tt0091377 Drama, Romance ", "Big Trouble tt0090727 Comedy ", "Barndommens gade tt0090700 Drama ", "Kin-dza-dza! tt0091341 Comedy, Drama, Sci-Fi ", "Ying xiong wu lei tt0092264 Action, Drama, War ", "House on Fire tt0202967 Drama ", "Legacy of Rage tt0091428 Action ", "Terror on Alcatraz tt0092073 Action, Crime, Horror ", "Noyuki yamayuki umibe yuki tt0125440 N/A ", "Canada Vignettes: Ice Carnival Montreal 1885 - Storming the Ice Palace tt0236066 Documentary, Short ", "Pi li da la ba tt0095865 Comedy, Horror ", "D\u00f4wa meita senshi Windaria tt0092218 Animation ", "The Horse Thief tt0090907 Drama ", "From Beyond tt0091083 Horror, Sci-Fi ", "After Spring tt0265780 Short, Comedy, Drama ", "North and South, Book II tt0090490 Drama, History, Romance ", "The Beekeeper tt0091506 Drama ", "Year of Enlightment tt0090679 Comedy ", "SpaceCamp tt0091993 Adventure, Family, Sci-Fi ", "Murder in Three Acts tt0091572 Crime, Drama, Mystery ", "Slaughter High tt0091969 Horror ", "Night of the Creeps tt0091630 Comedy, Horror, Sci-Fi ", "Band of the Hand tt0090693 Action, Crime, Drama ", "TerrorVision tt0092074 Comedy, Horror, Sci-Fi ", "Haunted Honeymoon tt0091178 Horror, Comedy, Musical ", "Mad Mission 4: You Never Die Twice tt0092268 Action, Comedy ", "Fortress tt0091069 Action, Horror, Thriller ", "The Morning After tt0091554 Crime, Mystery, Romance ", "Mala Noche tt0089537 Drama ", "Star Trek IV: The Voyage Home tt0092007 Adventure, Comedy, Sci-Fi ", "Richard Simmons and the Silver Foxes: Fitness for Senior Citizens tt0270607 Sport ", "Night of the Pencils tt0193355 Crime, Drama, History ", "The Boy Who Could Fly tt0090768 Drama, Fantasy ", "Firewalker tt0091055 Action, Adventure, Comedy ", "The Transformers: The Movie tt0092106 Animation, Action, Adventure ", "The Beauty of Vice tt0091398 Drama ", "Nui ji za pai jun tt0091655 Comedy, Action ", "Armour of God tt0091431 Action, Adventure, Comedy ", "Making of Guinea Pig tt0161641 Documentary, Short ", "My Favorite Fairy Tales Volume 2: The Three Little Pigs/The Ugly Duckling/The Wolf and the Seven Little Kids tt0486762 Animation, Short, Adventure ", "The Magic Braid tt0397625 Adventure ", "Crocodile Dundee tt0090555 Adventure, Comedy ", "Castle in the Sky tt0092067 Animation, Action, Adventure ", "Poltergeist II: The Other Side tt0091778 Horror, Thriller ", "Street of Crocodiles tt0092020 Animation, Short ", "Heartbreak Ridge tt0091187 Action, Comedy, Drama ", "Club Paradise tt0090856 Comedy ", "Crawlspace tt0090881 Horror, Thriller ", "Bi gui zhuo tt0090722 Comedy, Fantasy, Horror ", "Summer Night with Greek Profile, Almond Eyes and Scent of Basil tt0093650 Comedy ", "Wanderers of the Desert tt0086934 Drama, Fantasy ", "The Flavor of Corn tt0102840 Drama ", "Return to Departure: The Biography of a Painting or Watching a Pigment Dry and other Realisms tt0269784 Documentary ", "Modern Girls tt0091534 Comedy ", "The Corruption tt0090763 Drama, Romance ", "They Were Eleven tt0091309 Animation, Action, Adventure ", "Stammheim - Die Baader-Meinhof-Gruppe vor Gericht tt0092004 Crime, Drama ", "Solarbabies tt0091981 Action, Drama, Sci-Fi ", "Otello tt0091699 Drama, Music ", "Sherman's March tt0091943 Documentary, Biography, Romance ", "Gothic tt0091142 Horror ", "Psycho III tt0091799 Horror, Mystery, Thriller ", "Highlander tt0091203 Action, Adventure, Fantasy ", "Boris Godunov tt0092688 Drama, History ", "'night, Mother tt0090556 Drama ", "A Zed & Two Noughts tt0090366 Comedy, Drama ", "America 3000 tt0090630 Action, Adventure, Sci-Fi ", "Frida Still Life tt0087297 Biography, Drama ", "Extremities tt0091024 Drama, Thriller ", "Le couteau sous la gorge tt0178351 Crime ", "Captain EO tt0090793 Musical, Sci-Fi, Short ", "A Better Tomorrow tt0092263 Action, Crime, Drama ", "Cool Change tt0090876 Action, Adventure, Drama, Romance ", "The Pied Piper of Hamelin tt0174834 Animation, Fantasy, Horror ", "Legal Eagles tt0091396 Comedy, Crime, Romance ", "Portrait of a Daughter tt0127736 N/A ", "Vanishing Act tt0092148 Mystery ", "Howard the Duck tt0091225 Action, Adventure, Comedy ", "Midnight Killer tt0091553 Horror, Mystery, Thriller ", "Barefoot Gen 2 tt0171357 Animation, Drama, War ", "Ferris Bueller's Day Off tt0091042 Comedy, Drama ", "El misterio de la ara\u00f1a tt0357909 Horror, Mystery, Short ", "Tree Without Leaves tt0091823 Drama ", "Chuck & Di in Heat tt0181386 Adult ", "Osa tt0089745 Sci-Fi ", "The Mission tt0091530 Adventure, Drama, History ", "Land of Doom tt0190520 Action, Sci-Fi, Adventure ", "Death Shadow tt0165339 Action ", "Scamper the Penguin tt0098259 Animation, Adventure, Family ", "That Secret Sunday tt0092078 Drama ", "The Children of Noisy Village tt0090610 Family ", "Aakhree Raasta tt0090575 Action ", "Momo tt0091537 Family, Comedy, Mystery ", "She's Gotta Have It tt0091939 Comedy, Romance ", "Dan Oniroku hebi to muchi tt0287975 N/A ", "Mother Teresa tt0091558 Documentary, Biography ", "The Blessed Ones tt0090222 Drama ", "Slow Burn tt0091972 Drama, Thriller ", "Valhalla tt0094238 Animation, Adventure, Family ", "Din lo jing juen tt0090940 Drama ", "40 Quadratmeter Deutschland tt0090566 Drama ", "Top Gun tt0092099 Action, Drama, Romance ", "Entrails of a Virgin tt0222817 Horror, Sci-Fi ", "Henry: Portrait of a Serial Killer tt0099763 Biography, Crime, Drama ", "Ry\u00f4joku mesu ichiba - kankin tt0296177 Horror ", "The Night Is Young tt0091497 Crime, Drama, Romance ", "Shaolin Temple 3: Martial Arts of Shaolin tt0091607 Action, Drama ", "The Texas Chainsaw Massacre 2 tt0092076 Comedy, Horror ", "Gin\u00ee piggu 3: Senritsu! Shinanai otoko tt0161636 Short, Comedy, Horror ", "F/X tt0089118 Action, Crime, Thriller ", "City on Fire tt0093435 Action, Crime, Drama ", "Radio Days tt0093818 Comedy ", "The Last Emperor tt0093389 Biography, Drama, History ", "The Surrogate Woman tt0091953 Drama ", "Ling huan xian sheng tt0093422 Comedy, Horror ", "Monster in the Closet tt0091544 Comedy, Horror, Sci-Fi ", "Fellini's Intervista tt0093267 Biography, Comedy, Drama ", "A Muppet Family Christmas tt0251282 Comedy, Family, Music ", "Erotic Ghost Story tt0100014 Fantasy ", "Zoeken naar Eileen tt0094382 Drama, Romance, Thriller ", "Metsluiged tt0296589 Family ", "Long Live the Lady! tt0093454 Comedy ", "The Big Town tt0092656 Drama, Romance, Thriller ", "Allan Quatermain and the Lost City of Gold tt0092534 Action, Adventure, Comedy ", "The Hero's Journey: The World of Joseph Campbell tt0093183 Documentary, Biography ", "B\u00f4k\u00f4 honban tt0093457 N/A ", "Gokudo no onna-tachi 2 tt0225882 N/A ", "A Better Tomorrow II tt0094357 Action, Crime, Drama ", "Beyond the Rising Moon tt0092648 Sci-Fi ", "Urzad tt0432172 Documentary, Short ", "Ernest Goes to Camp tt0092974 Family, Comedy ", "Jenatsch tt0093302 Drama, Fantasy ", "Ling chen wan can tt0093421 Horror ", "A Prayer for the Dying tt0093771 Action, Crime, Drama ", "Revenge of the Nerds II: Nerds in Paradise tt0093857 Comedy ", "Police Academy 4: Citizens on Patrol tt0093756 Comedy, Crime ", "The Cabinet of Jan Svankmajer tt0087016 Animation, Short ", "Captured Mother and Daughter: She Beast tt0285590 Drama ", "Benji the Hunted tt0092638 Adventure, Family ", "Earth First! The Politics of Radical Environmentalism tt2179518 Documentary ", "Verlierer tt0132597 Drama ", "The Brave Little Toaster tt0092695 Animation, Adventure, Comedy ", "Rumpelstiltskin tt0093891 Fantasy, Family, Musical ", "Veld tt0201300 Horror, Sci-Fi ", "Denchu Kozo no boken tt0166069 Comedy, Horror, Sci-Fi ", "Schmutz tt0089972 Drama ", "Where is the Friend's Home? tt0093342 Drama, Family ", "Sure Death Revenge tt0183165 Drama ", "The Belly of an Architect tt0092637 Drama ", "Teen Wolf Too tt0094118 Comedy, Family, Fantasy ", "Dolls tt0092906 Fantasy, Horror ", "The Whales of August tt0094315 Drama ", "The Sicilian tt0093966 Action, Crime, Drama ", "The Lost Boys tt0093437 Comedy, Horror ", "Escape from Sobibor tt0092978 Drama, History, War ", "Ghoulies II tt0093091 Comedy, Horror ", "Prison on Fire tt0093304 Drama, Action, Crime ", "Rich and Famous tt0093306 Action, Crime, Drama ", "Boat tt0139074 Drama, Short ", "Anne of Avonlea tt0092571 Drama, Family, Romance ", "The Untouchables tt0094226 Crime, Drama, History ", "The Legend of Wisely tt0090302 Action, Adventure, Sci-Fi ", "Mr India tt0093578 Action, Adventure, Comedy ", "Meng gui da sha tt0093523 Comedy, Horror ", "Carnet de route 1981-1986 tt0249427 N/A ", "Pinocchio and the Emperor of the Night tt0093743 Animation, Adventure, Family ", "Rich and Famous 2 tt0094356 Action, Crime, Drama ", "The Loner tt0091982 Action, Crime, Drama ", "White Mischief tt0094317 Crime, Drama, Romance ", "Walker tt0096409 Adventure, Drama, History ", "Foxfire tt0093046 Drama ", "Nuts tt0093660 Drama, Thriller ", "A Perfect Spy tt0092425 Thriller ", "No Man's Land tt0093638 Crime, Drama, Thriller ", "G.I. Joe: The Movie tt0093066 Animation, Action, Adventure ", "Less Than Zero tt0093407 Crime, Drama, Romance ", "Golden Anniversary of Snow White and the Seven Dwarfs tt0237277 Documentary, Family ", "The Monster Squad tt0093560 Action, Comedy, Fantasy ", "Flowers in the Attic tt0093036 Drama, Mystery, Thriller ", "Hector tt0093169 Comedy ", "Capriccio tt0092720 Drama ", "Prom Night II tt0093176 Horror, Thriller ", "Predator tt0093773 Action, Sci-Fi, Thriller ", "Silent Night, Deadly Night Part 2 tt0093974 Horror, Thriller ", "Pathfinder tt0093668 Adventure, Action, Drama ", "A Garfield Christmas Special tt0302596 Animation, Short, Comedy ", "Chronicle of a Death Foretold tt0092800 Drama ", "Three O'Clock High tt0094138 Comedy ", "My Best Friend Is a Vampire tt0095684 Comedy, Horror, Romance ", "Bad Taste tt0092610 Comedy, Horror, Sci-Fi ", "North Shore tt0093648 Action, Drama, Romance ", "How Wang-Fo Was Saved tt0321750 Animation, Short, Fantasy ", "The Family tt0093004 Drama, Romance ", "Is-slottet tt0097594 Mystery, Drama ", "The Living Daylights tt0093428 Action, Adventure, Romance ", "On the Silver Globe tt0093593 Adventure, Fantasy, Sci-Fi ", "Ishtar tt0093278 Action, Adventure, Comedy ", "The Grand Highway tt0093111 Drama ", "The Gate tt0093075 Horror ", "Hellraiser tt0093177 Horror ", "Harry and the Hendersons tt0093148 Comedy, Family, Fantasy ", "Desyat negrityat tt0092879 Crime, Mystery ", "Dark Eyes tt0093664 Comedy, Romance, Drama ", "Damned If You Don't tt0092819 Short, Drama ", "Evil Dead II tt0092991 Comedy, Horror ", "Disorderlies tt0092897 Comedy ", "Beatrice tt0093709 Drama ", "Made in Heaven tt0093467 Comedy, Fantasy, Romance ", "Female Inquisitor tt0224038 Horror, Sci-Fi ", "Samantha Fox: Making Music tt0316530 Documentary, Music ", "Project X tt0093793 Comedy, Drama, Sci-Fi ", "Nau Catarineta tt0485258 Short ", "Talking Heads tt0092462 Drama ", "Armour of God tt0091431 Action, Adventure, Comedy ", "Wish You Were Here tt0094331 Comedy, Drama ", "Near Dark tt0093605 Drama, Horror, Thriller ", "Killing Time tt0093769 Crime, Action, Thriller ", "Moskovskaya elegiya tt0093572 Documentary ", "The Forest Woman tt0137149 Drama, Romance ", "Cross of the Seven Jewels tt0167851 Horror ", "Agatha Christie's Miss Marple: Sleeping Murder tt0091970 Crime, Drama, Mystery ", "Agatha Christie's Miss Marple: At Bertram's Hotel tt0090669 Crime, Drama, Mystery ", "The Cyclist tt0092651 Drama ", "Le vie del Signore sono finite tt0094263 Comedy, Drama ", "The Lonely Voice of Man tt0122591 Drama ", "Raising Arizona tt0093822 Comedy, Crime ", "Repentance tt0093754 Comedy, Drama ", "The Running Man tt0093894 Action, Crime, Sci-Fi ", "Dead of Winter tt0092842 Drama, Horror, Thriller ", "Footrot Flats: The Dog's Tale tt0131400 Animation ", "Charles et Fran\u00e7ois tt0092742 Short, Animation ", "Original Dirty Pair: Project Eden tt0385668 Sci-Fi, Animation ", "Young Love: Lemon Popsicle 7 tt0092954 Comedy ", "House Made of Dawn tt0093221 Drama ", "Innerspace tt0093260 Adventure, Comedy, Sci-Fi ", "Zui hou sheng li tt0094387 Crime, Drama, Romance ", "Meiky\u00fb monogatari tt0185481 Animation, Adventure, Fantasy ", "Empire of the Sun tt0092965 Drama, History, War ", "Maurice tt0093512 Drama, Romance ", "De lyckliga ingenj\u00f6rerna - Approaching Zero,000 tt0092838 Documentary ", "Three for the Road tt0094140 Drama, Comedy ", "A Simple Man tt0269866 Biography, Music ", "Deadly Effects: Wound Ballistics tt0356512 Documentary ", "Ha-Tov, HaRa, VeHaLo-Nora tt0094170 Drama ", "Guardian Angel tt0173642 Crime, Drama ", "I've Heard the Mermaids Singing tt0093239 Comedy, Drama ", "Nekromantik tt0093608 Horror ", "A Chinese Ghost Story tt0093978 Action, Comedy, Fantasy ", "Ampir tt0092554 Short, Drama, Thriller ", "Hansel and Gretel tt0093144 Family, Musical, Fantasy ", "Opera tt0093677 Horror, Mystery, Thriller ", "The Chipmunk Adventure tt0092752 Animation, Adventure, Comedy ", "The First Eden tt0810617 Documentary ", "Superman IV: The Quest for Peace tt0094074 Action, Adventure, Family ", "Helsinki-Naples All Night Long tt0093178 Comedy, Thriller ", "The King Is Born tt0167233 Animation, Short, Family ", "Potato tt0400451 Drama ", "Dreaming of Paradise tt0124147 Animation, Adventure, Family ", "Donna Donna!! tt0092908 Comedy ", "House for Two tt0285046 Drama ", "Mannequin tt0093493 Comedy, Fantasy, Romance ", "Clandestinos tt0092761 N/A ", "It's Great Grandpa! tt0093244 Comedy ", "Jaws: The Revenge tt0093300 Thriller ", "Lolita vib-zeme tt0291317 Crime, Horror ", "Rouge tt0093258 Drama, Fantasy, Music ", "Sukumar Ray tt0094069 Short, Documentary ", "Mariana, Mariana tt0093497 N/A ", "Laputa tt0091379 Drama ", "Saint Seiya: Evil Goddess Eris tt0323869 Animation, Adventure, Fantasy ", "Las seis en punta tt0249145 Short ", "Maramao tt0093494 Drama ", "In a Glass Cage tt0090197 Drama, Horror ", "The Secret Garden tt0093935 Family, Drama ", "Masters of the Universe tt0093507 Action, Adventure, Fantasy ", "Freckled Max and the Spooks tt0093712 Comedy, Fantasy, Horror ", "The Well tt0348651 N/A ", "Islands tt0245220 Documentary ", "Slave of Crime tt0092979 Action ", "Family Sins tt0093005 Drama ", "Kelid tt0093341 Drama ", "Yoshiwara enjo tt0204750 N/A ", "The War of Brazil tt0180723 Documentary ", "Robinzoniada, anu chemi ingliseli Papa tt0091580 Comedy ", "The Deadman tt0092849 Short ", "Bagdad Cafe tt0095801 Comedy, Drama ", "Red Sorghum tt0093206 Drama, Romance, War ", "Pelle the Conqueror tt0093713 Drama ", "Babette's Feast tt0092603 Drama, Music ", "Good morning Babilonia tt0093104 Drama, Romance ", "Over the Top tt0093692 Action, Drama, Sport ", "Throw Momma from the Train tt0094142 Comedy, Crime ", "The Gold Rimmed Glasses tt0093453 Drama ", "Hamlet Goes Business tt0093139 Comedy, Drama, Romance ", "Robot Carnival tt0093871 Animation, Comedy, Drama ", "The Man Who Planted Trees tt0093488 Animation, Short, Drama ", "Ultraman: The Adventure Begins tt0230915 Animation, Sci-Fi ", "Il piccolo diavolo tt0095869 Comedy, Fantasy, Romance ", "Kenny tt0093338 Biography, Drama ", "The Flintstone Kids' Just Say No Special tt0281859 Animation ", "Camille Claudel tt0094828 Biography, Drama, History ", "Moonwalker tt0095655 Action, Crime, Fantasy ", "Halloween 4: The Return of Michael Myers tt0095271 Horror, Thriller ", "Salaam Bombay! tt0096028 Crime, Drama ", "Thelonious Monk: Straight, No Chaser tt0098465 Documentary, Biography, Music ", "The Accidental Tourist tt0094606 Drama, Romance ", "Madonna: Ciao, Italia! - Live from Italy tt0245246 Documentary, Music ", "Who Framed Roger Rabbit tt0096438 Animation, Comedy, Crime ", "Scooby-Doo and the Ghoul School tt0189071 Animation, Comedy, Fantasy ", "Tucker: The Man and His Dream tt0096316 Biography, Drama ", "Harriette Simpson Arnow: 1908-1986 tt0311263 Documentary, Short ", "The Chocolate War tt0094869 Drama ", "Critters 2 tt0094919 Comedy, Horror, Sci-Fi ", "Mong ming yuen yeung tt0096414 Crime, Drama ", "Hairspray tt0095270 Comedy, Music, Romance ", "Wuthering Heights tt0095786 N/A ", "The Bear tt0095800 Adventure, Family, Drama ", "Heathers tt0097493 Comedy, Crime, Drama ", "Vampire Princess Miyu tt0095474 Animation, Fantasy, Horror ", "Chi se da feng bao tt0094857 Action, Thriller ", "Ubit drakona tt0096329 Drama, Family, Fantasy ", "The Unnamable tt0096344 Horror ", "Les Fran\u00e7ais vus par tt0094999 Documentary, Drama, War ", "Police Academy 5: Assignment: Miami Beach tt0095882 Comedy, Crime ", "The Land Before Time tt0095489 Animation, Adventure, Family ", "Child's Play tt0094862 Horror ", "The Navigator: A Medieval Odyssey tt0095709 Action, Adventure, Drama ", "Women on the Verge of a Nervous Breakdown tt0095675 Comedy, Drama ", "Drowning by Numbers tt0092929 Comedy, Drama ", "Dogra Magra tt0223154 Horror, Mystery, Sci-Fi ", "Travelling Circus tt0286644 N/A ", "Young Einstein tt0096486 Comedy, History ", "Ghoulies II tt0093091 Comedy, Horror ", "Urgences tt0096351 Documentary ", "The Gang of Four tt0094709 Drama, Mystery ", "Chilsu and Mansu tt0150113 N/A ", "Zhong Guo zui hou yi ge tai jian tt0096505 Drama ", "Shuang fei lin men tt0096103 Comedy, Fantasy ", "Musaler-1988: The Year of Dragon tt0427569 Documentary, Short ", "Ek Naya Rishta tt0249492 Family ", "Huang jia shi jie zhi III: Ci xiong da dao tt0095337 Action ", "Tit gaap mou dik maa lei aa tt0088269 Comedy, Sci-Fi ", "Hua zhong xian tt0095336 Adventure, Comedy, Fantasy ", "Qayamat Se Qayamat Tak tt0095936 Action, Drama, Musical ", "Rock et Belles Oreilles: La grande liquidation des f\u00eates 1988 tt0320374 N/A ", "Running on Empty tt0096018 Crime, Drama, Music ", "The Boy from Hell tt0122008 Horror ", "Siu nam yan chow gei tt0096115 N/A ", "The 1930's: Music, Memories & Milestones tt0233135 Documentary ", "To Miss with Love tt0096222 N/A ", "Phantom of Death tt0092865 Horror, Thriller ", "Rain Man tt0095953 Drama ", "Arthur 2: On the Rocks tt0094678 Comedy, Romance ", "Lady in White tt0095484 Fantasy, Horror, Mystery ", "Police Story 2 tt0095403 Action, Comedy, Crime ", "Akira tt0094625 Animation, Action, Sci-Fi ", "Medea tt0095607 Drama ", "The Moderns tt0095649 Comedy, Drama, Romance ", "Beaches tt0094715 Comedy, Drama, Music ", "Oliver & Company tt0095776 Animation, Adventure, Family ", "Monkey Shines tt0095652 Drama, Horror, Sci-Fi ", "The Big Blue tt0095250 Action, Adventure, Drama ", "The Eye Above the Well tt0095788 Documentary ", "Zui jia nu xu tt0121922 Comedy ", "The Serpent and the Rainbow tt0096071 Horror ", "Frantic tt0095174 Crime, Drama, Mystery ", "Kimagure orenji r\u00f4do: Ano hi ni kaeritai tt0095448 Animation, Comedy, Drama ", "Little Vera tt0095574 Drama, Romance ", "Chocolat tt0094868 Drama ", "King Size tt0095452 Adventure, Comedy, Fantasy ", "Dead Ringers tt0094964 Drama, Horror, Thriller ", "Noble House tt0094521 Action, Adventure, Drama ", "Salsa tt0096030 Romance, Music ", "Mac and Me tt0095560 Adventure, Family, Fantasy ", "Return to Snowy River tt0095993 Adventure, Drama, Western ", "Little Nikita tt0095532 Drama, Thriller ", "Willow tt0096446 Action, Adventure, Drama ", "Phantasm II tt0095863 Action, Fantasy, Horror ", "License to Drive tt0095519 Comedy ", "Blackadder's Christmas Carol tt0094754 Comedy, History ", "The Night Before tt0095730 Comedy ", "Histoire(s) du cin\u00e9ma: Toutes les histoires tt0097514 Documentary ", "Veronico Cruz tt0092880 Drama, War ", "Rat Man tt0095942 Horror ", "Stormy Monday tt0096180 Crime, Drama, Music ", "Tiger Cage tt0096236 Action ", "Scarecrows tt0096046 Horror ", "Tokyo: The Last Megalopolis tt0096240 Horror, Sci-Fi, Thriller ", "Altovaya sonata. Dmitriy Shostakovich tt0174463 Documentary ", "Last Rites tt0095496 Action, Crime, Romance ", "1969 tt0094594 Drama, War ", "Ha-Kayitz Shel Aviya tt0095433 Biography, Drama ", "Marshal Blucher: A Portrait Against the Background of an Epoch tt0211502 N/A ", "Mister Designer tt0157713 Drama, Horror ", "July tt0168909 Short ", "My Neighbor Totoro tt0096283 Animation, Family, Fantasy ", "Cinema Paradiso tt0095765 Drama ", "Some Girls tt0098356 Comedy, Drama, Romance ", "Pestonjee tt0095857 Comedy, Drama ", "D.O.A. tt0094933 Mystery, Thriller ", "Blood Delirium tt0094762 Horror ", "Paperhouse tt0098061 Drama, Fantasy, Horror ", "Moon Over Parador tt0095654 Comedy, Romance ", "God, the Universe and Everything Else tt1020960 Talk-Show ", "How to Draw Comics the Marvel Way tt1233202 Family ", "Let's Get Lost tt0095515 Documentary, Music ", "Vibes tt0096378 Adventure, Comedy, Romance ", "The Adventures of Baron Munchausen tt0096764 Adventure, Comedy, Fantasy ", "Hell City Shinjuku, US tt0094995 Animation, Fantasy, Horror ", "The Cat Who Walked by Herself tt0997248 Animation, Drama ", "The Love Chariot tt0251355 Comedy, Romance ", "Alice tt1010295 N/A ", "Messenger of Death tt0095626 Action, Crime, Thriller ", "Bloodsport tt0092675 Action, Biography, Drama ", "Hellbound: Hellraiser II tt0095294 Horror, Thriller ", "Her Vengeance tt0092254 Crime, Drama, Horror ", "The Beast of War tt0094716 War ", "The Vanishing tt0096163 Mystery, Thriller ", "Blackadder: The Cavalier Years tt0137390 Short, Comedy, History ", "Dangerous Liaisons tt0094947 Drama, Romance ", "Mr. Miller Goes to Washington Starring Dennis Miller tt0249466 Comedy ", "Onassis: The Richest Man in the World tt0095780 Drama ", "A Change of Face tt0241296 N/A ", "Skyggen af Emma tt0096116 Comedy, Drama ", "The Deceivers tt0094979 Adventure, Drama, Thriller ", "Soleil tt1176232 Short ", "Ninja of the Magnificence tt0906328 Action ", "Kamilla og tyven tt0202965 Drama, Family ", "Regis & Kathie Lee: Special Edition tt0271140 N/A ", "Veerana tt0260494 Action, Drama, Horror ", "Oil Gobblers tt0096010 Short, Sci-Fi ", "He Is Risen tt0167189 Animation, Short, Drama ", "1999 - Nen no natsu yasumi tt0094595 Drama, Fantasy, Mystery ", "My Stepmother Is an Alien tt0095687 Comedy, Romance, Sci-Fi ", "The Prodigal Son tt0961161 Animation, Short, Biography ", "Journey to the South tt0122012 Drama ", "Two Brothers Running tt0096322 Comedy ", "The Short & Curlies tt0093961 Short ", "Killer Klowns from Outer Space tt0095444 Comedy, Horror, Sci-Fi ", "The Hound of the Baskervilles tt0095330 Crime, Drama, Horror ", "A ay tt0429489 Drama ", "El Dorado tt0095053 Drama, History ", "Frantsuz tt0306827 Drama, Comedy ", "Jakarta tt0095390 Thriller ", "Tumbledown tt0098533 Biography, Drama, War ", "Rouge tt0093258 Drama, Fantasy, Music ", "Alien from L.A. tt0092532 Adventure, Comedy, Fantasy ", "M\u00e5nguden tt0095692 Crime, Horror, Thriller ", "Without a Clue tt0096454 Comedy, Crime, Mystery ", "Men Behind the Sun tt0093170 Drama, History, Horror ", "Scooby-Doo and the Reluctant Werewolf tt0189072 Animation, Comedy, Fantasy ", "Gorillas in the Mist tt0095243 Biography, Drama ", "A Tale of the Wind tt0096337 Documentary ", "Daffy Duck's Quackbusters tt0094939 Animation, Comedy, Family ", "The Big Heat tt0099248 Action, Crime, Thriller ", "Tall Stories tt0095843 N/A ", "Honneponnetje tt0095319 Comedy, Romance ", "Lolita chijoku tt0291316 N/A ", "The White Alligator tt0944139 Horror ", "Captain Johnno tt0090794 Drama, Family ", "Hero Hiralal tt0093182 Action, Comedy, Drama ", "Water's Edge tt0216403 Short ", "The Kiss tt0095454 Drama, Fantasy, Horror ", "Crocodile Dundee II tt0092493 Action, Adventure, Comedy ", "Sunset tt0096193 Crime, Action, Comedy ", "Warlords tt0096419 Action, Sci-Fi ", "Mr. Vampire Saga tt0099881 Comedy, Horror ", "The Decalogue tt0092337 Drama ", "Ashik Kerib tt0094681 Drama ", "\u00c0 gauche en sortant de l'ascenseur tt0096517 Comedy ", "The Legend of the Holy Drinker tt0095513 Drama ", "Shadow of the Raven tt0095346 Drama ", "Landscape in the Mist tt0096288 Drama ", "Time of Violence tt0096403 Drama ", "The Thin Blue Line tt0096257 Documentary, Crime, Mystery ", "The Unbearable Lightness of Being tt0096332 Drama, Romance ", "A Short Film About Love tt0095467 Drama, Romance ", "Vampire's Kiss tt0098577 Comedy, Fantasy, Horror ", "The guinea pig 2: N\u00f4toru Damu no andoroido tt0161633 Horror ", "Gin\u00ee piggu: Manh\u00f4ru no naka no ningyo tt0161638 Horror ", "Ariel tt0094675 Drama ", "The Man Who Planted Trees tt0093488 Animation, Short, Drama ", "Maria Stuarda tt0095591 Drama, Romance, Music ", "Gandahar tt0095525 Adventure, Sci-Fi, Animation ", "Life Is a Long Quiet River tt0096386 Comedy ", "Alice tt0095715 Animation, Adventure, Comedy ", "Mama tt2023587 Horror ", "The Host tt1517260 Adventure, Romance, Sci-Fi ", "Breaking the Girls tt1510686 Crime, Thriller ", "42 tt0453562 Biography, Drama, Sport ", "World War Z tt0816711 Action, Adventure, Horror ", "Evil Dead tt1288558 Horror ", "Man of Steel tt0770828 Action, Adventure, Fantasy ", "A Good Day to Die Hard tt1606378 Action, Crime, Thriller ", "Hansel & Gretel: Witch Hunters tt1428538 Action, Fantasy, Horror ", "Hansel & Gretel: Warriors of Witchcraft tt2381962 Action, Adventure, Horror ", "Hansel & Gretel tt2415464 Horror ", "A Haunted House tt2243537 Comedy ", "Batman: The Dark Knight Returns, Part 2 tt2166834 Animation, Action, Crime ", "30 Nights of Paranormal Activity with the Devil Inside the Girl with the Dragon Tattoo tt2417650 Comedy ", "House Hunting tt1608368 Mystery, Thriller ", "Drift tt1714833 Drama, Sport ", "Amazing Ocean 3D tt2571354 Documentary ", "Inkaar tt2094854 Drama, Romance ", "Race 2 tt1375789 Action, Crime, Drama ", "The Haunting in Connecticut 2: Ghosts of Georgia tt1457765 Drama, Horror, Thriller ", "Matru ki Bijlee ka Mandola tt2106537 Comedy, Drama ", "Phantom tt1922685 History, Thriller, War ", "Fast & Furious 6 tt1905041 Action, Crime, Thriller ", "R'ha tt2624672 Animation, Short, Sci-Fi ", "The Package tt1884457 Action ", "Rise of the Dinosaurs tt2303110 Action, Horror, Sci-Fi ", "TPB AFK: The Pirate Bay Away from Keyboard tt2608732 Documentary ", "Border Run tt2069955 Crime, Thriller ", "Special 26 tt2377938 Crime, Drama, Thriller ", "Warm Bodies tt1588173 Comedy, Horror, Romance ", "Love and Honor tt1976989 Drama, Romance, War ", "Murder 3 tt2429640 Thriller ", "Riddle tt1648208 Mystery, Thriller ", "Oz the Great and Powerful tt1623205 Adventure, Family, Fantasy ", "Journey to the West tt2017561 Adventure, Comedy, Fantasy ", "The Marine 3: Homefront tt2334841 Action, Thriller ", "Magic Magic tt1929308 Thriller ", "Madly Madagascar tt2702348 Animation, Short ", "I, Me aur Main tt2064816 Drama ", "The Croods tt0481499 Animation, Adventure, Comedy ", "Escape from Planet Earth tt0765446 Animation, Adventure, Comedy ", "Rush tt1979320 Action, Biography, Drama ", "The Devil's in the Details tt2137359 Thriller ", "The Hangover Part III tt1951261 Comedy ", "Barbie in the Pink Shoes tt2630134 Animation, Family ", "Killing Lincoln tt2299248 Biography, Drama, History ", "The Last Exorcism Part II tt2034139 Drama, Horror, Thriller ", "Gangoobai tt2624852 Drama, Family ", "The Crash tt2571542 Drama ", "Beautiful Creatures tt1559547 Drama, Fantasy, Romance ", "The Grandmaster tt1462900 Action, Biography, Drama ", "Stoker tt1682180 Drama, Mystery, Thriller ", "Rubinrot tt2418558 Drama, Fantasy, Mystery ", "Revelation Road: The Beginning of the End tt2412746 Action ", "The Call tt1911644 Crime, Thriller ", "Jack the Giant Slayer tt1351685 Adventure, Fantasy ", "The Attacks of 26/11 tt2635622 Drama ", "The Great Gatsby tt1343092 Drama, Romance ", "Jan Dara the Beginning tt2599106 Drama ", "ABCD (Any Body Can Dance) tt2321163 Music, Western ", "The Wizards Return: Alex vs. Alex tt2448374 Adventure, Comedy, Drama ", "Celal ile Ceren tt2610768 Comedy, Romance ", "Metro tt2649128 Action, Thriller ", "Crush tt2093977 Thriller ", "Ip Man: The Final Fight tt2495118 Action, Biography, Drama ", "13 Eerie tt2082152 Horror, Sci-Fi ", "Oblivion tt1483013 Action, Adventure, Mystery ", "Dark Skies tt2387433 Horror, Sci-Fi, Thriller ", "That Winter, the Wind Blows tt2806646 Drama ", "In the Dark tt2388208 Drama, Mystery, Thriller ", "LEGO Batman: The Movie - DC Super Heroes Unite tt2465238 Animation, Action, Adventure ", "Badass Showdown tt2525450 Action ", "Sexy Evil Genius tt1801096 Comedy, Drama, Mystery ", "Chashme Baddoor tt2229848 Comedy, Drama ", "The Cloth tt2088923 Action, Fantasy, Horror ", "21 & Over tt1711425 Comedy ", "Mere Dad Ki Maruti tt2323964 Comedy ", "Paranormal Movie tt2392846 Comedy ", "Dragon Ball Z: Battle of Gods tt2263944 Animation, Action, Fantasy ", "Temptation: Confessions of a Marriage Counselor tt2070862 Drama ", "The Numbers Station tt1659338 Action, Thriller ", "Assassins Run tt1502417 Action, Crime, Thriller ", "Nautanki Saala! tt2341766 Comedy ", "Seduction tt2667242 Drama ", "A Moment in Time tt2705666 Drama, Romance ", "Gallipoli: End of the Road tt2667550 Action, Drama, History ", "RED 2 tt1821694 Action, Comedy, Crime ", "Robosapien: Rebooted tt1037222 Adventure, Drama, Family ", "Superman: Unbound tt2617456 Animation, Action, Adventure ", "Vampire Heaven tt2759662 Thriller ", "Deep Dark Canyon tt1646212 Action, Drama, Thriller ", "Upstream Color tt2084989 Drama, Mystery, Romance ", "Saheb Biwi Aur Gangster Returns tt2362778 Action, Crime, Drama ", "Are You Having a Laugh? Comedy and Christianity tt2803018 Documentary, Comedy ", "Aashiqui 2 tt2203308 Drama, Music, Musical ", "Syrup tt0762138 Comedy, Drama, Romance ", "Saadi Love Story tt2746136 Romance ", "Kai po che! tt2213054 Drama, Sport ", "Shootout at Wadala tt2301155 Action, Crime ", "Da Vinci's Demons: Genius in the Making tt2838566 Documentary ", "Trance tt1924429 Crime, Drama, Mystery ", "Together tt2198824 Drama, Romance ", "Devil's Pass tt1905040 Mystery, Thriller ", "Only God Forgives tt1602613 Crime, Drama, Thriller ", "Murder on the Home Front tt2569792 Thriller ", "Running Man tt2763764 Action, Comedy, Thriller ", "Ice Age Giants tt2934994 Documentary ", "Saving General Yang tt2072220 Adventure, Biography ", "Epic tt0848537 Animation, Adventure, Family ", "The Monkey King tt1717715 Action, Adventure, Family ", "All for Two tt2188655 Comedy, Crime ", "A Haunting at Silver Falls tt1813609 Horror, Thriller ", "Aurangzeb tt2804026 Action, Drama, Thriller ", "Stranded tt2268573 Horror, Sci-Fi ", "Une contre-histoire de l'Internet tt2865302 Documentary ", "Tied tt2256741 Drama ", "Sona Spa tt2609468 Drama, Mystery, Thriller ", "Hammer of the Gods tt2193418 Action, Adventure, History ", "Pacific Rim tt1663662 Action, Adventure, Sci-Fi ", "Planes tt1691917 Animation, Adventure, Comedy ", "Garden of Words tt2591814 Animation, Drama, Romance ", "SAGA: Curse of the Shadow tt2250234 Action, Adventure, Fantasy ", "Yeh Jawaani Hai Deewani tt2178470 Drama, Musical, Romance ", "Nobunaga no Chef tt2532272 Drama ", "Kindaichi sh\u00f4nen no jikenbo: Hong Kong Kowloon zaih\u00f4 satsujin jiken tt2372296 Mystery ", "Ek Thi Daayan tt2406676 Horror, Romance, Thriller ", "Rangeelay tt2821880 Action, Comedy, Drama ", "Yamla Pagla Deewana 2 tt2510874 Action, Comedy, Drama ", "We Steal Secrets: The Story of WikiLeaks tt1824254 Documentary ", "The Confession tt2317171 Drama ", "Shannon's Rainbow tt1247691 Family ", "Open Up to Me tt2325909 Drama, Romance ", "Skytten tt2381989 Crime, Drama, Thriller ", "Prank tt2064905 Crime ", "Survival Code tt2106350 Action, Sci-Fi ", "Conspirators tt2927068 Crime, Thriller ", "A Viking Saga: The Darkest Day tt2320073 Action, Adventure, Thriller ", "Liars All tt1865545 Thriller ", "Deadly Code tt1697064 Biography, Crime, Drama ", "Do the Math tt2853094 Documentary ", "My Little Pony: Equestria Girls tt2908228 Animation, Comedy, Family ", "The Book of Esther tt2521404 Drama ", "Penthouse North tt2055709 Drama, Mystery, Thriller ", "The Berlin File tt2357377 Action, Drama, Thriller ", "Himmatwala tt2344678 Action, Comedy ", "Berserk: The Golden Age Arc 3 - Descent tt2358913 Animation, Action, Fantasy ", "Fukrey tt2806788 Comedy, Drama, Romance ", "Raanjhanaa tt2359810 Drama, Romance ", "Rushlights tt1536437 Crime, Drama, Romance ", "Miracle in Cell No. 7 tt2659414 Comedy, Drama ", "Copperhead tt2404555 Drama ", "Europa Report tt2051879 Sci-Fi, Thriller ", "Swamy Ra Ra tt2767354 Crime ", "Long Weekend tt2776354 Horror ", "A Field in England tt2375574 Drama, Horror, Thriller ", "Despicable Me 2 tt1690953 Animation, Comedy, Family ", "Crimes of Passion: Death of a Loved One tt2504308 Crime ", "Matterhorn tt2650718 Comedy, Drama ", "The Crown and the Dragon tt1913178 Adventure, Fantasy ", "Curse of Chucky tt2230358 Crime, Horror, Thriller ", "The Devil You Know tt0463960 Mystery, Thriller ", "Zila Ghaziabad tt2171454 Action, Crime, Thriller ", "The Demented tt2113792 Horror, Sci-Fi, Thriller ", "Jug Face tt2620736 Drama, Horror, Thriller ", "Man of Tai Chi tt2016940 Action, Drama ", "Pee Mak tt2776344 Comedy, Horror, Romance ", "Justice League: The Flashpoint Paradox tt2820466 Animation, Action, Adventure ", "De Wederopstanding van een Klootzak tt2317102 Drama ", "Red Line tt1930458 Thriller ", "Lootera tt2224317 Drama, Romance ", "Beneath tt2325518 Horror, Thriller ", "The Bride and the Lover tt2885536 Comedy, Drama ", "Zindagi 50 50 tt2929840 Drama ", "The Colony tt1160996 Action, Horror, Sci-Fi ", "Teen Beach Movie tt2325989 Family, Musical ", "Turbo tt1860353 Animation, Adventure, Comedy ", "Policegiri tt2861320 Action, Comedy, Drama ", "The Jungle tt2444092 Thriller ", "Gasland Part II tt2795078 Documentary ", "Northwest tt2650986 Action, Crime, Drama ", "Pretty Little Liars: A LiArs Guide to Rosewood tt3009348 Drama ", "Insidious: Chapter 2 tt2226417 Horror, Thriller ", "Battle of the Damned tt2210463 Action, Adventure, Horror ", "Pompeii: The Mystery of the People Frozen in Time tt2806964 Documentary ", "The Other Pompeii: Life & Death in Herculaneum tt2877024 Documentary ", "Sheng dan mei gui tt2928084 Drama, Mystery, Thriller ", "The Lost Medallion: The Adventures of Billy Stone tt1390539 Adventure, Family, Fantasy ", "Savannah tt1797487 Drama, Family, History ", "Ghanchakkar tt2246724 Comedy, Crime, Thriller ", "The Last Days tt1935914 Adventure, Sci-Fi, Thriller ", "Frankenstein's Army tt1925435 Action, Horror, Sci-Fi ", "Blaze You Out tt2072066 Action, Drama, Thriller ", "3096 Days tt1667355 Crime, Drama ", "Celluloid tt2717168 Biography, Drama ", "The Frozen Ground tt2005374 Biography, Crime, History ", "Combustion tt1899142 Action ", "Get Lucky tt2175669 Action ", "Mai tt2389486 Drama, Family ", "DEFCON: The Documentary tt3010462 Documentary ", "Gippi tt2814372 Comedy, Drama ", "Chennai Express tt2112124 Action, Comedy, Romance ", "Kokow\u00e4\u00e4h 2 tt2194599 Comedy ", "Jatt & Juliet 2 tt2673882 Comedy, Romance ", "Tom and Jerry's Giant Adventure tt3108584 Animation, Comedy, Family ", "Switch tt2460488 Action, Crime, Romance ", "Ashley tt2084093 Drama ", "Adore tt2103267 Drama, Romance ", "Battle Ground tt2186783 Action, Drama, War ", "Nasha tt3044882 Drama, Romance, Thriller ", "Ankur Arora Murder Case tt2912578 Drama, Thriller ", "As Cool as I Am tt1906329 Comedy, Drama ", "Riddick tt1411250 Action, Sci-Fi, Thriller ", "10 Rules for Sleeping Around tt1993391 Comedy, Romance ", "The Expedition to the End of the World tt2530936 Documentary, Adventure, Comedy ", "Marvel One-Shot: Agent Carter tt3067038 Short, Action, Adventure ", "Barbie Mariposa and the Fairy Princess tt2946582 Animation, Family, Fantasy ", "Peeples tt1699755 Comedy, Romance ", "Camille Claudel 1915 tt2018086 Biography, Drama ", "Richard Pryor: Omit the Logic tt2401223 Documentary ", "N.Y.C. Underground tt0907625 Action, Thriller ", "Das Auto: The Germans, Their Cars and Us tt3106134 Documentary ", "Breakout tt2314886 Action, Thriller ", "Crystal Fairy & the Magical Cactus tt2332579 Adventure, Comedy ", "Alpha Girls tt2178927 Action, Horror, Sci-Fi ", "The Stranger Within tt2180571 Mystery, Thriller ", "Daylight tt2359002 Drama, Mystery, Thriller ", "It's All So Quiet tt2167715 Drama ", "I Spit on Your Grave 2 tt2537176 Crime, Horror, Thriller ", "The World's End tt1213663 Action, Comedy, Sci-Fi ", "R\u00f6lli ja kultainen avain tt2343707 Adventure, Comedy, Family ", "Fists of Legend tt2828840 Action ", "Good Ol' Freda tt2505938 Documentary, Biography, History ", "Blood of Redemption tt2510268 Action, Crime, Drama ", "Secretly, Greatly tt2967578 Action, Comedy, Drama ", "Madonna: The MDNA Tour tt2910266 Documentary, Music ", "Blind Detective tt2332707 Comedy, Crime, Drama ", "State of Play tt2952692 Documentary, Drama, Sport ", "Bui Doi Cho Lon tt2592594 Action ", "Bless Me, Ultima tt1390398 Drama, War ", "Treasures of the Louvre tt2758088 Documentary ", "Fright Night 2 tt2486630 Comedy, Horror, Thriller ", "Dead in Tombstone tt2268419 Action, Fantasy, Horror ", "Nothing Left to Fear tt1662293 Horror ", "Matrimonio tt2400262 Drama ", "Brazilian Western tt1869416 Crime, Drama, Romance ", "Dark Touch tt2328549 Horror ", "Hai-Alarm am M\u00fcggelsee tt2352394 Comedy ", "Dragonfyre tt2333508 Action, Adventure, Fantasy ", "The Incredible Burt Wonderstone tt0790628 Comedy ", "The Wolverine tt1430132 Action, Adventure, Sci-Fi ", "Star Trek Into Darkness tt1408101 Action, Adventure, Sci-Fi ", "Vanquisher tt1161457 Action, Adventure, Sci-Fi ", "The Smurfs 2 tt2017020 Animation, Adventure, Comedy "], "type": "htmltooltip", "id": "el776174530062864pts", "hoffset": 10}], "data": {"data28": [[21.0, 0.0], [21.35, 0.0], [21.35, 53.0], [21.0, 53.0]], "data06": [[0.12090889129025507, -0.0075314196638281775]], "data08": [[0.6618242607526883, 0.8721875000000001], [0.9802150537634409, 0.8721875000000001], [0.9802150537634409, 0.9875], [0.6618242607526883, 0.9875]], "data09": [[0.0, 0.0, 0.0, 10.0, 0.0, 0.0], [0.35, 0.0, 0.0, 10.35, 0.0, 0.0], [0.35, 45.0, 2.0, 10.35, 77.0, 121.0], [0.0, 45.0, 2.0, 10.0, 77.0, 121.0]], "data20": [[11.0, 0.0, 16.0, 0.0], [11.35, 0.0, 16.35, 0.0], [11.35, 3.0, 16.35, 404.0], [11.0, 3.0, 16.0, 404.0]], "data21": [[12.0, 0.0, 17.0, 0.0, 0.0], [12.35, 0.0, 17.35, 0.0, 0.0], [12.35, 31.0, 17.35, 9.0, 51.0], [12.0, 31.0, 17.0, 9.0, 51.0]], "data22": [[13.0, 0.0, 0.0, 14.0, 0.0], [13.35, 0.0, 0.0, 14.35, 0.0], [13.35, 6.0, 10.0, 14.35, 50.0], [13.0, 6.0, 10.0, 14.0, 50.0]], "data05": [[0.16139402649167842, -0.018683131293655945], [0.1318967838427234, -0.007795397704920455], [0.1234230414383373, -0.010586940281552066], [0.1509230424953313, -0.02689618946028492], [0.1617481687227688, -0.012126545248626079], [0.1540619494802445, -0.01305575375856393], [0.09258159221759116, -0.0040047520470950625], [0.15973875170145382, -0.013408632949710734], [0.16067910792684192, -0.014917176184333565], [0.14942943467742378, 0.07806012004392468], [0.14044901990654757, -0.004471115025724489], [0.15867093102995797, -0.0089498270791155], [0.08893062268071848, -0.009239094117733937], [0.10604359613837971, -0.006049605823593655], [0.12844984507586543, -0.01781862241260534], [0.056576059606992794, -0.0036255047626527334], [0.11734142060954077, -0.009162978129909983], [0.09958923213365967, -0.008531291458702059], [0.1406298313186786, -0.01014470201139191], [0.07135963180461764, -0.004806814854015942], [0.13897045878471778, -0.010041964575215683], [0.13107144180251068, -0.01159000586951667], [0.14568487504311547, 0.003540524770845325], [0.12567034541912978, -0.014003705991273914], [0.12530999163572956, -0.006104729707582334], [0.1486768109875767, -0.011253427438170288], [0.12428888119921752, -0.012202667145868899], [0.10068779867913163, -0.006439160392578116], [0.12662423309206222, -0.008590093320524256], [0.10149168509721984, -0.010315185051666035], [0.08069889024760088, -0.009234290741678999], [0.09867734386087858, -0.007286002404563217], [0.09545169376547996, -0.007453313087749487], [0.0980799496338826, -0.00010783264912033095], [0.1599850392131663, -0.009112866015237826], [0.10312294034269893, -0.009366925027810192], [0.1478389801681795, -0.012877597407375697], [0.1291011310403657, -0.009932891805326015], [0.11782384825004824, -0.006450636811261566], [0.12433182017343547, -0.00845256260037095], [0.158832529930431, -0.012588257867335605], [0.11717415718300513, -0.010464887776923996], [0.14890707337786258, -0.006060165090434737], [0.156184384186731, -0.01094041492737733], [0.10444470415842368, -0.004768361968573999], [0.14732770802055825, -0.014501003939467608], [0.05416997578910808, 0.0009780831275446296], [0.07749702202655218, 0.002001627888326627], [0.12177322900829292, 0.00679710896038133], [0.12211201589536841, -0.018351936873765223], [0.13826340373276838, -0.012420829543995343], [0.14908661517868457, -0.0019150828537598272], [0.10843710182201224, -0.0036569637439790663], [0.11532878953778367, -0.005584664563072697], [0.10659335407547331, -0.0022293843877251294], [0.07484462909464155, 0.00023618090675292853], [0.10267438944284528, -0.013624916388707978], [0.12895476034100734, -0.008759490803363856], [0.1594341286946571, -0.0136701129482155], [0.1393029896471488, -0.00496018381430639], [0.12526932169901114, -0.008896036162884244], [0.04552490012376215, -0.005084469320162997], [0.13798159826505274, -0.006302000947333], [0.12203525766397152, -0.011825541333087988], [0.13860606854786636, -0.007375112468613709], [0.11605216626770157, -0.009270876601362879], [0.04542774521719202, -0.005125415899565798], [0.12451011337533016, -0.007297664756434455], [0.14618922553899227, -0.010105826130400324], [0.15430714670538787, -0.013137188098099002], [0.123204260356696, -0.008373191036710338], [0.1084625898674434, -0.007367848724817152], [0.14773365062115282, -0.017093553036287828], [0.14990922262430567, -0.011706383442381786], [0.14183376039570433, -0.004374551710204215], [0.16303952652228804, 0.010245026105959803], [0.1497293276602738, -0.01103090790610477], [0.08803318692999813, -0.007014886568961615], [0.12488798232237121, -0.008920965771916286], [0.12037686947726252, -0.014607170337717298], [0.12112988911902192, -0.007258119272286169], [0.12479690684278892, -0.015602209429007502], [0.134883324403208, -0.0054586053512048986], [0.11404127329726681, -0.010563412667300029], [0.14169667955181034, -0.005213986615322463], [0.11792895068891761, -0.0066482750509968234], [0.15754300467033658, -0.010340405216485318], [0.044246848943076636, -0.0021681244743271206], [0.12605650766200105, -0.007698698754595018], [0.1546055096604784, -0.020733003582850264], [0.11017977394662194, -0.011533804904813254], [0.14988482971195907, -0.016616522696930765], [0.13536148889539293, -0.0049274361044763185], [0.07390948931985201, 0.06380303275037272], [0.08621243045924033, -0.0006065049548442242], [0.13916989879770578, -0.009962277409891258], [0.13516933954431237, -0.005317688112540163], [0.1616979712167144, 0.006188599066561981], [0.1267167023210028, -0.003080775407256786], [0.13299494708338955, -0.00599805503429684], [0.11429781267404121, -0.012335590377729265], [0.13442702252530073, -0.008739608536537232], [0.07580240051339383, -0.004994829785873051], [0.12371353661718462, -0.00585635736595988], [0.11542994920190086, 0.00302694568807381], [0.14954007478895898, -0.017797769998726756], [0.12093130253761224, -0.006936372879598483], [0.16213373457743332, -0.012450944650421649], [0.1362717996487761, -0.012731616814434394], [0.09323144289313977, -0.003107989758168435], [0.05036122684539651, -0.005612645484119168], [0.13322822614019417, -0.006120395530378585], [0.12518247222774598, -0.017144677172637426], [0.10351814552005936, -0.006871585133234994], [0.1624613799690973, -0.004462388007868517], [0.13579297108098692, -0.010767356580481757], [0.07924979685059064, -0.0058112725249103575], [0.12414217453372564, -0.00593219468361093], [0.12855891062306732, -0.007101874142791297], [0.13037596038835306, -0.00664471261599567], [0.12349650345495863, -0.01442883603289731], [0.10973145421077748, -0.005972335882921625], [0.14239705830216953, -0.011894210519348728], [0.1355809635736345, -0.008127790005811215], [0.13232643642773106, -0.009528175693320911], [0.16116900839736137, -0.014678055320368654], [0.16091735140289015, -0.014277401357395312], [0.153948333152545, -0.008314170421960481], [0.13935137737014147, -0.013852072419419171], [0.10321040571276978, -0.0017568650004126125], [0.11839429625457751, -0.006553219789874563], [0.16153523477978074, -0.009752163051987377], [0.12532442350612663, -0.009425622951659478], [0.12224814238439427, -0.0093852241410857], [0.10476178947672844, -0.005180812904904959], [0.09730549164361671, -0.007515203197321014], [0.07650318867957322, -0.004091229532507901], [0.09737869618769229, -0.008840466179041271], [0.15409274430892886, -0.021398773675693115], [0.12687889929222354, -0.01643413391047247], [0.04542812841952995, -0.0010869382061451348], [0.1508027853217571, -0.009325522806047135], [0.142198635376612, -0.008852671612084318], [0.06433217127371448, -0.0035466666051332985], [0.12004547417340218, -0.00810264765588764], [0.13619883732706606, -0.010955201040429545], [0.0979816255847498, -0.007054677167023536], [0.14206261036289836, -0.009666340914896862], [0.1360489940283759, -0.00649965200482944], [0.07709251224885982, -0.006454007001320971], [0.105519423570526, 0.0024876058176216713], [0.14190886350039306, -0.00921330320355741], [0.15609589669332058, -0.012284121021439946], [0.08365613495738783, -0.007000458156894226], [0.14675248672583327, -0.01293467907892714], [0.14135994084943976, -0.015424498865447802], [0.1328276593584474, -0.014327354101006074], [0.08148976853848536, -0.012458227210315623], [0.15285234447080218, -0.017006635844060737], [0.12454332587296073, -0.009929244232753159], [0.08313377691781694, -0.005109784250221726], [0.15746620148707532, -0.0017571248832061288], [0.11623794848405074, -0.007822838195544649], [0.14875038384189604, -0.0020048035792235054], [0.03681874255656386, -0.002131724538555743], [0.1608477742127573, -0.020167014390077363], [0.14370514939119766, -0.012010563119266758], [0.14767824609039282, -0.002477812048888624], [0.1614725059215216, -0.00846072800120596], [0.11860085106555962, -0.00810231668699153], [0.0033370976921016007, -0.0008364875965463848], [0.009250317375011564, 0.0001488323688829686], [0.12395218300107184, -0.00710954764278116], [0.12710787515654492, -0.01351951840803383], [0.140147026659177, -0.004831965196805955], [0.1212151109678449, -0.007718678043336732], [0.15802833108175068, -0.014870570875879905], [0.0985852728315021, -0.0020699821602302507], [0.1549004876183818, -0.0038166321203284203], [0.1292690230976224, -0.011063976633975047], [0.151192281344083, -0.013137389972455536], [0.16234192833015598, -0.0034180216479711067], [0.16048104890457174, -0.01436844380050796], [0.07083848661050071, -0.003201127842536157], [0.1371697045764084, -0.01081304932069432], [0.10717225284433643, -0.0036478541556930867], [0.12738122837724325, -0.010197716844127331], [0.07789388122820508, 0.004560812368974145], [0.10148101756505035, -0.0019745661396759406], [0.1127000753104481, -0.004639050142920728], [0.14233751326768118, -0.02045326804305866], [0.13571308684176214, -0.005420349030093235], [0.13840400916239395, -0.005526229077623163], [0.14276072738434917, -0.0034523055054689424], [0.15151363984644495, -0.015069904473467994], [0.064535009686723, -0.004095391750333562], [0.1194974492012812, -0.010730499100679046], [0.10601578350268473, -0.009805182681141776], [0.1586488742048714, -0.01758519685565759], [0.089610578168454, -0.006177799402556446], [0.06946201663375466, -0.006128424889097775], [0.136125143386398, -0.008413534179367365], [0.07989443990391683, -0.006126357475525023], [0.11235538867570741, -0.0005460004549927175], [0.10620930314774085, -0.00250437367227931], [0.15795577539047603, -0.0027669867465639998], [0.09691523271631947, -0.008614365134105526], [0.13087783614898468, -0.0058593522138916535], [0.06394862717608671, -0.001637413902000363], [0.08429369353960099, -0.01042687914522867], [0.16225155997750854, -0.011086052275348115], [0.10912259483518799, -0.005211596147582176], [0.15231085435456726, -0.015292925933150996], [0.15197604519500074, -0.019245596968491065], [0.13992513551228083, -0.011833056170922045], [0.13190028232542514, -0.013000279703583572], [0.10545219452167053, -0.008302906513096025], [0.1111736512497678, -0.004739431477682028], [0.15178134001795046, -0.012668362510149706], [0.1476385750224248, 0.005543188102124507], [0.11645857360387292, -0.009186420641549634], [0.1523086854117649, -0.01808900224255417], [0.12867079166468243, -0.010749995050594163], [0.06770419208437821, -0.003575362847695132], [0.1591271865611583, -0.028806033755117512], [0.12006292951947484, -0.0075082621655543184], [0.1192055468267058, -0.015047463251409723], [0.12432368887740324, -0.01054164842082713], [0.0470601146823852, -0.0016417326691965334], [0.10703014169150342, -0.007417423456001138], [0.13116225822879019, -0.007768900480720096], [0.1110150474812639, -0.00461935269471545], [0.13044675148124285, -0.001854267875452429], [0.150058588894606, -0.022687976707262983], [0.0708833093642574, -0.007302942717229335], [0.15903455106478345, -0.014581938012711215], [0.14180140408651531, -0.012131890684814477], [0.08164295112343531, -0.006487866080528268], [0.12183012150226391, -0.016972765146347588], [0.095884319777985, -0.0062147043039938905], [0.13165723759864323, -0.007893315076405501], [0.10837264851442832, -0.008604424117440003], [0.08808335461436587, -0.0007398602173376747], [0.10416047066212909, 0.004047968118333495], [0.11926040051148158, -0.005909723745754791], [0.094862820847432, -0.0034816067320314562], [0.160373508211154, -0.008708907883535438], [0.13165708163634246, -0.0068224275447289155], [0.13565435591708266, -0.014922084948911268], [0.10974980419182478, -0.016318001680134468], [0.10866244528859653, -0.007109005313938904], [0.09390816379201934, -0.009901697394300127], [0.11430053735884861, -0.005046846290184961], [0.07337349991245135, -0.0017751491521544424], [0.09172725669133054, -0.001479495775526693], [0.16058284240952356, -0.010387940523507375], [0.11945480601832154, -0.005292980060493264], [0.11853970609665856, -0.00813322805418181], [0.13670625962204622, -0.008028792107004287], [0.0751766579451734, -0.007353062969890542], [0.020474677166233194, -0.0009388614164127225], [0.10929953410581597, -0.014469749779607988], [0.13883689192914406, -0.008989820009210545], [0.10110308222633387, -0.0026945524908361185], [0.1252597195660124, -0.0016578293275191208], [0.1291161417617523, -0.006663902648471965], [0.15261537030659575, -0.01847912857248608], [0.16227036973294878, -0.012865605619418841], [0.11039147195963979, -0.014429891558121204], [0.10787917528680842, -0.005085999593880217], [0.14147596622131717, -0.013824868584808074], [0.16072801705535164, -0.0075515603167690066], [0.15455628823903617, -0.013290403689506432], [0.10908580951451131, -0.004660206675140192], [0.12599258229581517, -0.010295810480030247], [0.1538340727889677, -0.006788246561652368], [0.1138128288963102, -0.006285867370121224], [0.13836841134155822, -0.008542920381002158], [0.11354213068588782, -0.006464972981809117], [0.14275670590339345, -0.0036372455507074552], [0.0772316957676177, 0.06664816511935046], [0.07786545055302385, -0.0037764187183270954], [0.09529820223560624, -0.0013257892331072605], [0.1504115428219044, -0.008728397252912634], [0.12387470009681216, -0.00776882638202524], [0.10457284023982635, -0.0021822712576039043], [0.08641794267087852, -0.005358146164351021], [0.09616230193583813, -0.008522884377596032], [0.1252348290159532, -0.008651827609907117], [0.1419139147849753, -0.0073681115193442275], [0.13887897928291373, -0.009359336997433024], [0.11116824337622125, -0.013107280271829719], [0.1105529847416171, 0.007085105645702327], [0.15720663183819622, -0.011671017878045753], [0.03383674804579668, -0.002379212556083111], [0.1320213243636157, -0.011667995212842583], [0.15254281374154638, -0.024660097857056907], [0.14619318651681035, -0.014415865021737577], [0.14214764397519492, -0.008928842514000094], [0.11603247839121081, -0.010703636794702742], [0.12914828160652514, -0.01230203083780059], [0.14220312822904313, -0.016418984785491853], [0.11480746006730362, -0.011129131633547607], [0.12463860309829149, -0.02104711532393013], [0.13225382577602182, -0.008801154617138889], [0.11419494928483788, -0.008202973118765895], [0.14607516683637486, -0.0038519646576037], [0.055232129367918104, -0.0066098721738764785], [0.14462913820880005, -0.01065016059000498], [0.11363230091151168, -0.004449538554450544], [0.14678416229366395, -0.004402765497541915], [0.14831397195211732, -0.01326760507825723], [0.1172945942527314, -0.018050224378390215], [0.09426851335921019, -0.00389605715423688], [0.15172018087528766, -0.020594665660793144], [0.06747227195168815, -0.004648206064497337], [0.150882594709036, -0.004032650101699868], [0.10718078095458317, -0.0054595842746320965], [0.1541274789544773, -0.013314228234638252], [0.1469956796637482, -0.014753963029719328], [0.11276504731126806, -0.007635263070882728], [0.1574521390415981, 0.0002755759171817488], [0.1448475028070674, -0.011898920952802015], [0.11799763571502522, -0.0042641223095398065], [0.05434138022053656, -0.005389664227671963], [0.15704429121001764, -0.017368071964418866], [0.1161371614261615, -0.012895188928025157], [0.13343882275838317, -0.00903785516476399], [0.12643307990986705, -0.007381055503128672], [0.15559158993079666, -0.006378450886428055], [0.09507891945824679, 0.2367152089237232], [0.11218748518814786, -0.006994872933576008], [0.09729141010894868, -0.007044663727753626], [0.12637161519814333, -0.010097299921358223], [0.10768990925047162, -0.004849114272031563], [0.13252757621843633, -0.01347687940734411], [0.12161444589697198, -0.004216333445089681], [0.11434267305549962, -0.011448100872505548], [0.14979733198516812, -0.009562461190898992], [0.06691820608905402, -0.005409797569155487], [0.12399104833012377, 0.005275623701920264], [0.18956823553471644, 0.2212668509198605], [0.13014876761744426, -0.010572393120022663], [0.043755302193965825, -0.004363066481016583], [0.14552336688112083, -0.009781792260481618], [0.1595326622154663, -0.00463806257923824], [0.12990074167363133, -0.006748820991869303], [0.14206489773598677, -0.01071205717363852], [0.05829788711016183, -0.005863400020232929], [0.10176326857649115, -0.010993752710309038], [0.11347016997038234, -0.012474735894320447], [0.12741073746586512, -0.009851512162918153], [0.13350016243714416, -0.009351376491072939], [0.11112434972430191, -0.009409197274066783], [0.14545036849570017, -0.014848326441462003], [0.11995045974329706, -0.003129893909928461], [0.13295982370150014, -0.0199983029779744], [0.03315630822875073, -0.002607019468316496], [0.08665567875467765, -0.006780588255155775], [0.1268998913591977, -0.011392932386433238], [0.13159147781297684, -0.005104840425630372], [0.05014982987775158, -0.001615742227102431], [0.09861333981616287, -0.006941627955171661], [0.14920967227539966, -0.005264074020754689], [0.15550558850329885, -0.006124622216760488], [0.14991193061375405, -0.008972507639423003], [0.07335020253941273, -0.0073762345617301266], [0.1252988507076532, -0.008002300010276518], [0.1441089222930312, -0.005935379937541361], [0.15927647635626932, -0.007304000986626582], [0.09675941748961624, -0.009731007693281163], [0.0683603515464276, -0.002880788928761301], [0.1388806233004387, -0.006070499417017147], [0.15374481322618488, -0.01412113475388227], [0.09995502359834665, -0.009090158607565665], [0.07667860843829928, -0.006546399438161824], [0.11349861958711738, -0.014538799846218024], [0.12319041673632533, -0.006664625094511953], [0.15146140951513254, -0.011284462836494912], [0.13965372083758293, 0.005763832773558278], [0.1604257108086963, -0.012587731929903888], [0.09064183551144962, -0.006496772808552239], [0.15007443709889218, -0.011138009594677914], [0.15594283646526116, -0.008123798631594412], [0.15311065329556736, -0.012370475596199568], [0.08448041566014723, 0.0040347469929853256], [0.11347717625234954, 0.011084679918103243], [0.14598721578990986, 0.0015091401161823439], [0.14952741547193646, -0.009419661229908435], [0.13426853090520602, -0.00854065512441096], [0.13467384126523277, -0.02223916654240522], [0.13535111599409988, -0.005288544413862355], [0.11539440134570965, -0.007344124584397849], [0.05052388812362723, -0.0008172638595018545], [0.12962503148171842, -0.010081348696470116], [0.1485535565675394, -0.013369342652941303], [0.11991041425039385, -0.007502835092223556], [0.15539283326970732, -0.006396412879619516], [0.08932929066057269, -0.006950527145697298], [0.15137602830812896, -0.006386747167816359], [0.14581300039934003, -0.007727976153719883], [0.11927407948467904, -0.014861554041578037], [0.06554870023695852, -0.0029623890684707236], [0.15232068057992407, -0.024801954646962176], [0.1387694505807782, -0.0035740508763883907], [0.14480465297940684, -0.005648126070669183], [0.13750351159568613, -0.01739509418729493], [0.13349816362351075, -0.018592765840049666], [0.15744968581207408, -0.011658852183332841], [0.09942160522726715, -0.005758794076153078], [0.11398081158847059, -0.0031123826850673816], [0.06143940978545171, -0.005666398491128482], [0.15359638309508364, -0.012109138549501674], [0.1456942357501646, -0.017559396395576337], [0.16054596383925554, -0.013102753925176193], [0.11562277990480659, -0.0036440350747964077], [0.12781387636696515, -0.01416966763952395], [0.08761019118926273, -0.005883754626642809], [0.12704319238492595, -0.009706407067804476], [0.1042818014197274, -0.0042340792550965385], [0.13589948668456747, -0.009383106299454916], [0.10703476964724855, -0.006769334079431754], [0.152895303133531, -0.012463573649456137], [0.12970653223524753, -0.00913509664845293], [0.12488417866597405, -0.0066486515197643715], [0.11411521987330253, -0.007260991433094716], [0.1611266048752888, -0.018898024743306166], [0.14528510187589683, -0.007672746120451743], [0.1356971777696682, -0.013513324055886292], [0.155463266748897, -0.00829252536559042], [0.09253358962343997, -0.0026877877450230394], [0.1318298770663168, -0.01012734611926665], [0.1435685576904617, -0.0024783110435525066], [0.15867207621074358, -0.015988060169095764], [0.13826340373276838, -0.012420829543995343], [0.15322094644159048, -0.008602430974122029], [0.14670284602778938, -0.004597200713101598], [0.11246654079059866, 0.006463432289889707], [0.08381368747972592, 0.004613558925057057], [0.06829540322907186, -0.0027143716749928742], [0.10766610251441691, -0.0013323290626856526], [0.12137083931036848, -0.005032016258580735], [0.149429345886506, -0.010760713484271083], [0.15828985973532642, -0.022057488839531302], [0.16178926059872123, -0.010490778457983711], [0.1279518381286815, -0.0071226451504951445], [0.14714613522657263, -0.016581784378550155], [0.1306129883685025, -0.013851182139522442], [0.13493813403033691, -0.01856111162479494], [0.041727747402818836, -0.003687965959822186], [0.1488350577404901, -0.015555666495415635], [0.14476272522382486, -0.013463805493293301], [0.13139507957894334, -0.009681559917603057], [0.0921490291476756, -0.004179925039669187], [0.1099372237862441, 0.09154211878646089], [0.14466567538314548, -0.019911556131481944], [0.10973089810071979, -0.007867460007023564], [0.135640599773183, -0.006638822213391672], [0.12870022326174724, -0.012432257730811238], [0.08829805097312814, -0.005714954484524801], [0.15910375917799993, -0.020896907504226583], [0.12564529215413953, -0.007405630876487929], [0.12729723643086308, -0.011616893288263338], [0.13786852081544548, -0.014242280607562025], [0.08667850090093365, -0.00021677994046617825], [0.11562998473967685, -0.006740998822235415], [0.07131140377814969, -0.0013355689543247539], [0.1343174926363907, -0.009304151278452034], [0.14101260737827107, -0.008225595665312262], [0.13042832144898467, -0.012877107726054257], [0.04750359320882116, -0.005189906888634236], [0.09357049061898147, -0.007429994283369471], [0.12435612917037292, -0.009083140434888625], [0.1585677467810108, -0.017946294871529274], [0.12407842197278116, -0.00804797157696936], [0.12692585791900088, -0.00805715031075387], [0.12875445556423978, -0.009836816344598898], [0.15234588553443676, -0.012761053279496478], [0.14394103479778317, -0.012956788701996383], [0.1526915877461489, -0.005718622780244241], [0.15058620183905344, -0.016596558221776022], [0.1597406437593678, -0.013964040045171613], [0.14834479982501161, -0.01796789390242965], [0.12143827525211207, -0.010110820136873677], [0.12050108805395866, -0.00888123170620995], [0.12035303774964978, -0.0033444468349041784], [0.15409190740895068, -0.018004414404226194], [0.1246820398128009, -0.012313639378021084], [0.13918042235185016, -0.012367810847489653], [0.15130875915050046, -0.005278697155188408], [0.11298114392779085, 0.00016628219924742094], [0.11468169953256387, -0.0035938538265733347], [0.14271738823450858, -0.011089026014834963], [0.12460295873478291, -0.006206071357116226], [0.13230346710138088, -0.009639860185590422], [0.1541631760313082, -0.012009997017824485], [0.0999922599347931, -0.0036653942156727533], [0.11446109725358532, -0.008704900260734593], [0.08900637842209488, -0.011357587510729994], [0.12134277159091165, -0.004837718503914352], [0.1536718346108108, -0.014427163572720282], [0.13190763375407655, -0.016340737170090488], [0.13397551580265596, -0.011669650753609949], [0.10081439528219645, -0.00370712790524171], [0.13255951657413, -0.012349400551578373], [0.09132600250015308, -0.007830456705961624], [0.14924425680117243, -0.011418402451216315], [0.158300401966023, -0.022675616890499083], [0.1424513398875744, -0.006069790017038226], [0.07960703869502077, -0.007306584313102318], [0.1299996400257408, -0.00921474914575583], [0.11443612027675426, -0.008633722778467303], [0.09880363732234418, -0.011864811407834854], [0.1585622383887621, -0.010504464566522985], [0.11392011493850958, -0.011971717751483323], [0.11906324095783707, -0.015251164591115925], [0.1583678392272155, -0.01763245767112606], [0.15056965543059578, -0.009967048334721817], [0.0897711055538632, -0.010380129454729697], [0.09708643394304735, -0.004664232077862439], [0.11751391749548427, 0.0029111984605974164], [0.11008618685944042, -0.007814921416272044], [0.08066866031044845, -0.0043130882663765914], [0.15356196718297999, 0.15644697213531855], [0.13004577279063984, -0.01850358155474935], [0.13226453490050671, -0.006867468208017926], [0.15357108305012696, -0.019899125414757003], [0.09947967160391087, -0.007863960639764472], [0.12716956736897725, -0.007826102037345425], [0.1310017288743438, -0.004546095067445271], [0.09718458746035988, -0.005885553958485078], [0.11816768901333236, -0.004424910431019914], [0.14272017690496652, -0.009943459507961406], [0.13623048674486896, -0.012783774972404719], [0.09883578112304, -0.006903656352399121], [0.13348753016552756, -0.011534623030429155], [0.14243795328489395, -0.01455766320156425], [0.12069273563182563, -0.009852252786528501], [0.1190319154100169, 0.005969007821316487], [0.08619249749702551, -0.004098801661241106], [0.15572641946267476, -0.01014976473633079], [0.07037659003764628, -0.004812865341134556], [0.08264769516367555, -0.004085307546718626], [0.032061779295294406, -0.001714910727959025], [0.11535593979818229, -0.004746931893730528], [0.13238276820093725, -0.0067939123717088035], [0.1482354275838801, -0.004877190446071668], [0.11936765633785555, -0.011505098517697031], [0.15334304930261997, -0.00705050074945685], [0.11252618639835063, -0.005105068336517598], [0.07509396714610428, 0.2034247043102651], [0.15030285995233758, 0.0003920304448484241], [0.11093063633737833, -0.013814185875122575], [0.07221538562229705, -0.004921558007172265], [0.16063003707546902, 0.13196139292898354], [0.10984864252912532, -0.006649230620376864], [0.08498298437397585, -0.0032646742373157547], [0.15446581334673434, -0.022999031163486526], [0.12560273718998796, -0.008834229160577477], [0.15441331947179823, -0.006575096858954805], [0.06007957566993562, -0.002746990617469185], [0.15023654414676002, -0.007340729832418153], [0.12153870278370552, -0.00818494982826754], [0.15533145722126274, -0.02209053319485598], [0.11489536769568358, -0.010808188258299274], [0.13617792594586486, -0.008844665343632733], [0.12156262547175, -0.006525197807641319], [0.13800039975626205, -0.010695485621022648], [0.14956632254145, -0.0068689498413329175], [0.1394046131777124, -0.011729878735261616], [0.047312719287814754, -0.0051166164582933], [0.14378238747421423, -0.015531852100701094], [0.09683653622059385, -0.007355962718122701], [0.10731114315632163, -0.004181651184922311], [0.12484383038516415, -0.011043167291533257], [0.11253809476486806, -0.012549454140274323], [0.13551832993127338, -0.0055466167107238624], [0.1143199060829257, -0.007169338678854562], [0.09266831401419977, -0.0061142208768642315], [0.12890747339901396, -0.01375308518600787], [0.1547570023734616, -0.023664712491532052], [0.08130213641202612, -0.0016583547680926306], [0.15368786045466973, -0.019415293294021082], [0.1097323270220429, -0.016310952545229913], [0.11916060425617704, -0.01319750982229607], [0.14373155384078426, -0.01468469221316795], [0.10025807750266492, -0.0013803026020181744], [0.1478578802243528, -0.015340406128530649], [0.13454875529609492, -0.00019112386901082878], [0.07175446733440921, -0.005236174527445118], [0.12780757939309492, -0.014474437531467878], [0.09186606805133309, -0.007112141855619286], [0.14149200878632648, -0.008717855544105141], [0.13747297274604223, -0.005961822722482727], [0.11510194962832712, -0.016583814586803136], [0.06113482140600276, -0.0034937769198015133], [0.1457557745070368, -0.008103061506235132], [0.09213468877168081, -0.01815003692185937], [0.07754785973951764, -0.003066584622204392], [0.060750229365789325, -0.004939798699522303], [0.06718161035743923, -0.003927377007259659], [0.12106527769341116, -0.005873705782350677], [0.11082571841393356, -0.0011057419369495554], [0.1197611991198542, -0.009091834244935723], [0.11329870777335259, -0.009015594761410308], [0.12698019040927586, -0.012093117664956183], [0.08572233323740422, -0.0050128253545568815], [0.15721022826265948, -0.008788713952573229], [0.16009808426516858, -0.0038055858567643095], [0.13547691286283187, 0.004029136133273337], [0.16210569638362402, -0.0010364128383629303], [0.14692455976626143, -0.009197973293568152], [0.13815132126181073, -0.00868535995154815], [0.15629975047561395, -0.003904015970083263], [0.14546480024759584, -0.0019933942162460934], [0.11109962437543458, 0.0033966486921421448], [0.08873742942326329, 0.03760788043713974], [0.09512038899523195, -0.0020244988799445834], [0.13814204430343785, -0.0034614921645885347], [0.12050885489947341, -0.0038639280150522654], [0.13886388682964598, -0.009740265193935753], [0.09161134750827203, -0.0059242731724213505], [0.14395545554248643, -0.0038748724192837216], [0.10112099492171756, 0.004246312999023312], [0.16078191960661709, -0.013824104983869151], [0.12945292254315244, -0.013836633980451802], [0.16089253231292122, -0.013569628808042465], [0.11910242770372051, -0.009147549071015436], [0.08473406076613593, -0.007170183639573384], [0.07619392434944003, 0.00174385537840512], [0.10675124782722922, -0.005857391951245816], [0.1377529347869053, -0.007829303485978878], [0.12392944630982551, -0.015544212064222922], [0.09216130464076452, -0.010465623724752774], [0.12647708171750574, -0.010796618309576867], [0.11527066522083061, -0.005888507066279824], [0.16104617336661192, -0.0005842732057038191], [0.12416963595610692, -0.004068296677905183], [0.15765245578332393, -0.010562261091309366], [0.09633322336169367, -0.0027755878803514392], [0.13560859993764565, -0.006584161729719659], [0.11780266736134903, -0.005957596524761955], [0.1393452450519716, -0.00972820412422178], [0.11465221764170092, -0.013417465211884411], [0.09426344753591431, -0.005935041832006408], [0.09387965782863844, -0.006692256152087597], [0.1511918564528288, -0.014513134723784326], [0.1264291493226623, -0.01778257353028468], [0.15304044799830513, -0.013929827562284707], [0.08776836831503404, -0.004700248637798245], [0.11483989013770213, -0.015202014369792835], [0.16027361398162918, -0.01910792809617831], [0.12404893454931279, -0.009173976381708799], [0.1197141190236545, -0.00968228867559392], [0.10156471166505546, 0.017302772790922925], [0.07235789346175868, -0.00322322067305783], [0.1471094134645015, -0.012808694710250638], [0.14448627943360476, -0.012839319256904281], [0.12841590750135867, -0.0039050912872006334], [0.08812972853419794, -0.012460645733042272], [0.0970749374502639, -0.0019745958428893525], [0.0943914875992584, -0.0034441610975824133], [0.12446355918091125, -0.015344635435016596], [0.1455169007571694, -0.01573864749515834], [0.12422889362988629, -0.007309632570957612], [0.12700388259035755, -0.010181827919898983], [0.1180484156079113, -0.0066505371269524535], [0.04345476605305331, -0.0017658324905776193], [0.10742438061566838, -0.022481868597810543], [0.14143094137874784, -0.007399963373552119], [0.09876692086473209, -0.009175730876972923], [0.15640678354207987, -0.007364084584437893], [0.13099560573532493, -0.01605061853883628], [0.07949568293753656, -0.0048442456179974116], [0.15915946525545238, -0.014378291887922194], [0.10591749490159975, -0.010541557343158653], [0.12746293654408283, -0.009325512370715919], [0.10431998417302779, -0.01043463728662522], [0.14018946482559053, -0.005870556289671079], [0.14913376895751043, -0.016118492860844526], [0.12655524593653567, -0.006676115184783568], [0.14543268738402032, -0.009144388323148355], [0.12615236092342716, -0.0023108333153974794], [0.036456352875653936, -0.0015337885471589504], [0.07448659496033877, -0.0009251884993532023], [0.14353517728809873, -0.0115529966376434], [0.12552959045555906, 0.00046946854554570427], [0.0977510600630442, 0.003610689263548426], [0.16331570077610513, 0.0193580770291858], [0.10055558169749025, -0.010784517115122901], [0.13119454412444842, -0.007780420337654473], [0.10356961372442033, -0.0015132740531885475], [0.15715911549682857, -0.006589882602985052], [0.15481630917951286, -0.020753503140298724], [0.1461366123427772, -0.01027241301915642], [0.08894905177347125, -0.0009382645437475226], [0.15265384065687407, -0.007893449548153806], [0.0645425491611838, -0.002709574427790834], [0.10348971789676885, -0.004594863948328682], [0.10893332729257316, 0.006966139321365633], [0.13015711859828366, -0.01046183825833355], [0.13422796819880298, -0.018487055142385356], [0.12153226384595188, -0.008099546225562245], [0.07661583788202038, -0.007883930093141436], [0.15851882380368396, -0.008380873510843967], [0.04264637310489649, 0.00244123220334943], [0.15666607257800616, -0.010886193006014901], [0.10471578124017897, -0.008857430433407842], [0.11690646309791212, -0.009726755590507931], [0.1388846315407005, -0.019702997580047343], [0.10530994515597768, -0.011042090597977245], [0.1536987264427782, -0.02072589431046575], [0.12050756524041463, -0.004344198103693844], [0.13311558342467783, -0.005063381820010449], [0.10327682091033237, 0.00038427407058457794], [0.13423083260085797, -0.00852640518193951], [0.15781858216868488, -0.01185016216029288], [0.15852676921957576, -0.016388890046694218], [0.09653252258842046, 0.006286599155589574], [0.14310895826303488, -0.009531445145382242], [0.14991901284217507, -0.008328875946209372], [0.08958023438120256, -0.005841626898724984], [0.14065133855480683, -0.005142224284053358], [0.11948048302119357, -0.009477272976868003], [0.1354445170603038, -0.007378357321368437], [0.15304978405450712, -0.006240601626455023], [0.1557993570777502, -0.01514417242970077], [0.12769124160875367, -0.008221809850212107], [0.15479353931129136, -0.008170498867668645], [0.1452507273608619, -0.009380454131017787], [0.10772008020509016, -0.007895751712657037], [0.08836354930950285, -0.005636089796429172], [0.05387533540399202, -0.005330840644046189], [0.12648159384492141, -0.005637939378133493], [0.1581141646652059, -0.017884815011715148], [0.09655024252976287, -0.012340928367254974], [0.14253730039921272, -0.014747887650936193], [0.13274006108297437, -0.013793486477901365], [0.13788251509579705, -0.011123478316406749], [0.10082984922047375, 0.005359409149455329], [0.12550125639343662, -0.009231032088553836], [0.056061191579173414, -0.0015872099509438673], [0.12668410630208202, -0.008614291691416856], [0.05306655423120536, -0.0008146523635406777], [0.09004964037673084, -0.005406143766417196], [0.1344801568864998, -0.0017639489055200463], [0.1365450795395072, -0.002575902447064889], [0.0122745281581588, 0.0006263422274851735], [0.1420617174737043, -0.020913788624677594], [0.09832520987858456, -0.0003538694448166938], [0.11883601292793813, -0.013566906702711544], [0.1122418053561778, -0.007086013389660262], [0.0911878605523582, -0.006245049376579967], [0.12693018616429574, -0.007530918841773785], [0.15030766913282523, -0.006534093646394047], [0.12362663457073814, -0.009294749163329109], [0.11404126239840962, -0.007413368692061674], [0.1506583868219271, -0.006427397851323269], [0.06583265421153678, -0.0010849256033223702], [0.088991492407443, -0.002742459056724466], [0.08331970101819637, -0.009032660225016616], [0.13553929189341465, -0.01857415097284907], [0.1524764013744409, -0.019919455240325196], [0.15803778337342914, -0.012344300762355681], [0.1053397156907439, -0.019439637249150942], [0.13212466455878916, -0.0054901294993336455], [0.0, 0.0], [0.1277209345704773, -0.014044670867582924], [0.12785620300277206, -0.014041386426480769], [0.13347441498732485, -0.0011901315526648554], [0.15552618306695076, -0.020071770577988934], [0.12101096226500034, -0.011758934202674116], [0.11271710204187199, -0.015513653687788577], [0.1550692099672586, -0.016969040026340802], [0.04917654924383837, -0.005455700088222079], [0.10911314743125995, -0.007346535038176721], [0.08782823495432673, -0.00617982124578561], [0.11446683424357726, -0.005134060929610526], [0.05185964497135035, -0.0016758960572569683], [0.15043208945821532, -0.010138145126052883], [0.13784978891403146, -0.015902564718097142], [0.12623385751298868, -0.016760808006677654], [0.057945819731342864, -0.006203255208550728], [0.14004724252528353, -0.01625651324024041], [0.16063404746436674, -0.012983377549052339], [0.1314833207182633, -0.011281360030344589], [0.10353310113260676, -0.011210566322177352], [0.09902867978468932, -0.0030139588426890997], [0.11641958922908473, -0.017071301494294665], [0.15608386187817672, -0.015765181381425936], [0.05957005483784546, -0.004063321196886839], [0.12354683395929476, -0.01857921530171505], [0.10259330546850981, -0.01145285172575867], [0.14216205340724727, -0.004850223142883198], [0.14826346392830936, -0.02302896358728721], [0.0903462867155235, -0.012721852925678219], [0.0, 0.0], [0.12453116079050049, -0.0037692209881758725], [0.1169874089472382, -0.007859812405007676], [0.13604833380999928, -0.020283387729270057], [0.14899205206223246, -0.01250279256947654], [0.16020292757013962, -0.023209662499850393], [0.10170836950886503, -0.009420687376187687], [0.1318574223576633, -0.016869168946835947], [0.10363912310592634, -0.011514144070882434], [0.11587671867216702, -0.009867114609469936], [0.1582034475472371, -0.008311973204574543], [0.15116487287642572, -0.021386937348949128], [0.12692583038708433, -0.017033379392738416], [0.15209798310288158, -0.0037617259361457447], [0.1298749001493007, -0.0009904591766142941], [0.12955825693064218, -0.008705478051202687], [0.06647898859201078, -0.00410518999919973], [0.10946104748540618, -0.015153828235228064], [0.09051039355078441, -0.01330308698539864], [0.15947688610342955, -0.011827431511028897], [0.11887856603928111, -0.012514512672054279], [0.11781227131816574, -0.004284890388879697], [0.1077135850651503, -0.004417694620295101], [0.13616188325985829, -0.01943311595185488], [0.11974824967168779, -0.008268659636443857], [0.14973144563676938, -0.010938371544527878], [0.10781839891054565, -0.011689891180717333], [0.1595077867874656, 0.0034932487486465913], [0.12751466849852858, -0.016670020546415396], [0.1104796615852688, -0.02036287793781966], [0.15962622432686208, -0.020020978628625244], [0.0966893302619788, -0.001201560154266892], [0.13525053684462957, -0.015579923075651992], [0.1236670466242968, -0.021120256307344733], [0.12025721805438593, -0.012557465769189886], [0.12184455923771358, -0.012799516645975584], [0.09841636350606958, -0.00846792165997054], [0.13530741917625005, -0.01229249105051058], [0.15351583007793237, -0.015656725250028983], [0.13352827741909937, -0.010644426421752387], [0.11150199225495246, -0.0181661410732887], [0.0945462318197495, -0.00651443024018599], [0.1400050729256387, -0.011585876808216272], [0.14319228303606507, -0.022336512856772725], [0.14935562481942055, -0.01483767123342085], [0.12993979775431416, -0.005528599021012384], [0.08893663587913621, -0.0066772101781412165], [0.05819887961008265, -0.004596383672991706], [0.04459428411873133, -0.0022367221642085318], [0.1605333898186805, -0.008872222123367043], [0.07369791159812447, -0.0015947133038961803], [0.10800360380018983, -0.013546101329722319], [0.10478825940012057, -0.005074934692951697], [0.14089349420770786, -0.026073038068367995], [0.13675313049122959, -0.012463287689384487], [0.16028761778036368, -0.004257759232634608], [0.14760359327404132, -0.009816294232479787], [0.09355831022389892, -0.004688082334017631], [0.11161387593124665, -0.01511137249260927], [0.12855248382722884, -0.008311821984181468], [0.1571917401560311, -0.006338440152055143], [0.1359857474000746, -0.013793164262565613], [0.15236813529500454, -0.010823378832103388], [0.13830094326517545, -0.012882191813993743], [0.13820118298519163, -0.009825449532896898], [0.11004114110551577, -0.006320392536554894], [0.10726110176327001, -0.01932466567769648], [0.12187259111677283, -0.008834943405858307], [0.08824764387183974, -0.002590458662593564], [0.12488664304296486, -0.008788492359689164], [0.12465930512761803, 0.0008433255269921454], [0.16101234762896682, -0.022106518345003393], [0.0822932880549449, 0.005729574097120995], [0.1391363902053437, -0.01248059863890093], [0.13453433038098336, -0.01333811038709696], [0.12076718245368934, -0.008223760706705767], [0.09194910635594507, -0.009663011193593437], [0.15689726922502903, -0.012490265819050973], [0.1615380192481067, -0.012872141033968266], [0.13666017093175953, -0.008707089996169586], [0.13795153851035918, -0.016342402549419193], [0.0420421738094075, -0.00457079511809371], [0.05867345790792298, -0.0031739979601363905], [0.14858599432925587, -0.010151238016293048], [0.12149972679477586, -0.004149437101404578], [0.13088435418144626, -0.005093251365219303], [0.10047129954474787, -0.008252618650335587], [0.09672466975131007, -0.005634631280377059], [0.08189411446455885, -0.00427421975016645], [0.12061161516800672, -0.0059181500937684145], [0.11541908112805897, -0.007596002490185288], [0.1498585546516068, -0.014744502505247404], [0.12438486740800836, -0.013337571648916038], [0.14859047079228477, -0.022113733680452226], [0.14264088370525702, -0.012038118713948312], [0.13100267485723724, -0.009381675963745357], [0.11721350473268694, -0.020265648528576725], [0.15683886971554573, -0.015464028975947926], [0.12837043888046257, -0.006406609326056431], [0.14882472118286524, -0.004882278743771346], [0.14121399287595887, -0.022999090605515506], [0.13296795575810513, -0.00494390606180975], [0.14303570909388888, -0.006073810698819938], [0.1061423963176219, -0.011836512908727025], [0.10898412248594766, -0.0006242850488886066], [0.12664338505550593, -0.02033451482891301], [0.1610376724691746, -0.009638671331465398], [0.09156915437143923, -0.0022545611445118265], [0.1068203013786749, -0.010704102911468063], [0.08971475957088243, -0.00515147019354972], [0.157477337996574, -0.007149677103501606], [0.15280548694299165, -0.02144326701697832], [0.08449376089358347, -0.008132015400147385], [0.15545905440660257, -0.011705374908877604], [0.07875266281087435, -0.01003168229941125], [0.09805469633871298, -0.006130190851736736], [0.0966288014717188, -0.009264471336210077], [0.15058566483210417, 0.015393792925976696], [0.15238181004422366, -0.01981234270554079], [0.06366807734129243, -0.005183786570535874], [0.1556637713493111, -0.008422513086347555], [0.15866121398615288, -0.008400274269275405], [0.11361949723969669, -0.01537315917222743], [0.10593761562466122, -0.010898531224689771], [0.07856451067910122, 0.0074701869511410906], [0.10350432870131013, -0.017304610761644267], [0.12415504815452057, -0.009500891019377513], [0.10583151281221877, -0.009081402067433906], [0.04849529441819865, -0.004259712694516765], [0.1311471165412841, -0.015026945444766416], [0.14781317147712109, -0.015184792509126535], [0.1317318234710384, -0.017304706300922023], [0.1545993155674967, -0.01121837366434575], [0.06235434870930192, -0.011103764401941508], [0.11397388728428223, -0.011385563907205602], [0.13003033819114346, -0.008199890740236627], [0.12540482114890378, -0.019040655295776924], [0.13478455080045393, -0.019869312765579242], [0.1006896518471589, -0.009459161956414209], [0.15589962941674063, -0.010088105898966427], [0.09398609744235208, -0.014858947969873682], [0.1422260214984441, -0.0151545194546106], [0.13099132081739373, -0.009455089134945732], [0.08304724531274224, -0.007365022091610725], [0.09845462846075995, -0.006707188465245606], [0.11369297234460064, -0.014164347119051004], [0.09184088385994281, -0.005649288574581025], [0.10482854243438998, -0.0058747753612631536], [0.10549017232190616, -0.0004060582394599329], [0.11119242535243352, -0.012024307684997331], [0.15249022150365701, -0.01757214764347894], [0.1263840014878965, -0.0085454191264683], [0.10107096309663621, -0.014213834733697063], [0.08404981709081079, -0.013826586382885937], [0.13541915521600204, -0.02200932816044667], [0.11163674737278775, -0.009632571006357601], [0.1461225962004299, -0.009295971099111608], [0.049017580578067474, -0.0073973924804582], [0.13930995665966878, -0.019302323203308817], [0.09207177732847602, -0.014241774617411985], [0.0809464619819018, -0.004406543126408064], [0.11447702517315386, -0.011114695923102578], [0.14968037873819381, -0.012555894511188844], [0.059163982495003, -0.006585104187016548], [0.1608246216301514, -0.017115182051441174], [0.12700211937525172, -0.002632065250181638], [0.15133951425800848, -0.0174097583702409], [0.148892090931187, -0.00757073424305529], [0.09776706485544458, -0.013061914682060864], [0.12577863583778756, -0.013204142695653176], [0.09601174259873696, 0.0028909622597338342], [0.14450148434541216, -0.012506023846143773], [0.161318325950551, -0.0030757110519903414], [0.1424709403597056, -0.012316293032177466], [0.1378559335885038, -0.010957725686667738], [0.14940075318624166, -0.01385640686664272], [0.09375670848050413, -0.007206834956703651], [0.09883324323550681, -0.011089960920000261], [0.08515813821905127, -0.00942725520511514], [0.1305758526456389, -0.014055787359053678], [0.11971741706033732, -0.005752346109272442], [0.1582449871862248, -0.018320141327709746], [0.13031907036939694, -0.02153713334671557], [0.1373018932294153, -0.005456898735854307], [0.11190189260189141, -0.017501347646734722], [0.09630390145232115, -0.016155971650090372], [0.15690940205457832, -0.021415319271752938], [0.12619012827913742, -0.018863289939449402], [0.12646844818851996, -0.00903004359662482], [0.0634609624982853, -0.0011035394082249863], [0.12655941419135874, -0.021896263477063457], [0.10618049890606544, -0.007613395935557878], [0.1304028347465719, -0.008885624477649998], [0.09006546447848625, -0.003537922585971098], [0.14334481805075988, -0.013109097398020809], [0.09928974167652188, -0.012983801381693234], [0.13315494417310128, -0.008294960731656937], [0.12191619468189215, -0.01600405317029787], [0.15719409779756072, -0.012377164485380076], [0.10997745626549514, 0.01178444747387905], [0.0938708375675997, -0.00016038384973107923], [0.12847960983559967, -0.006223203634704242], [0.11792373337537564, -0.0069473019948241765], [0.09356460387988613, -0.016127707676367946], [0.1447077667192315, -0.015407835402265108], [0.10952318182002121, -0.010957744038550408], [0.11862119396354737, -0.014083549209236868], [0.12930532645012452, -0.015674551577196397], [0.04654320452865375, -0.0024547876002048736], [0.09185180056232717, -0.008617476784612258], [0.08073458977363432, -0.009483484990825575], [0.11406510238797313, -0.01334502686853918], [0.03700752312778015, 0.0027485559564644187], [0.11974010900312036, -0.012734685484280675], [0.1473029123788195, -0.01869232684973937], [0.10919713304734921, -0.00942223539836151]], "data02": [[0.20355431577621863, -0.017399575400758267]], "data04": [[0.1542872209719768, 0.5409230765072954]], "data26": [[19.0, 0.0, 0.0], [19.35, 0.0, 0.0], [19.35, 15.0, 11.0], [19.0, 15.0, 11.0]], "data01": [[0.22520764158385514, -0.03152060055126977], [0.21815194859542653, 0.005884352720294444], [0.16956977199640477, -0.007254131593369498], [0.216386400548943, -0.013521156511757922], [0.2110863884779944, -0.011678515244861253], [0.18859966037695508, -0.012413869859026361], [0.22625907021821912, -0.011726934081036772], [0.1621996165427425, -0.026261320688452577], [0.23152857540409563, -0.019475270102007714], [0.19589425289285112, -0.0029120056371114257], [0.18520958438014185, -0.015374997444393912], [0.1884180707088568, -0.008810107083793687], [0.2768085870755044, -0.044258963574944736], [0.23448411770498737, -0.019301430905338913], [0.2551082339635863, -0.017363547936972513], [0.1994725306471043, -0.016150945502956305], [0.25577999338116353, -0.01424557938509062], [0.20620702403046898, -0.009663405933777345], [0.18342295644467682, -0.010869628984561642], [0.18673372531580174, -0.023522379881354482], [0.1879962934044656, -0.01878009581912406], [0.17176404905138368, -0.0075857207609105895], [0.21190424026056706, -0.009864391008401306], [0.21943590921044345, -0.016533315330065416], [0.16736293577400715, -0.017633110919053473], [0.1649892652616483, -0.010723716787580953], [0.18036179308883105, -0.01870257459187967], [0.25215402391263125, -0.016924605843906575], [0.21493533087386346, -0.0152717206320279], [0.16965162400952274, -0.018729996233412753], [0.1652576514566229, -0.01495949854922149], [0.16313052976169254, -0.013126719368888162], [0.1668223101924375, -0.006593056330056039], [0.2665647539154138, -0.013684662757857652], [0.21659452361889023, -0.017711586544090656], [0.1704274400722428, -0.0257363003001082], [0.23499195365112846, -0.03608287781380945], [0.17854157872623738, -0.01643359362744383], [0.23789756778038737, -0.030292576907788003], [0.21333055399653444, -0.02532958197895304], [0.2335792746972718, -0.014481068999958387], [0.17545337176091277, -0.014191372925072951], [0.23808306109852964, -0.03323476776075077], [0.2615676306818409, 0.2589862919266325], [0.24761251794255948, -0.014813580086651167], [0.16320495908636423, -0.008878386687279966], [0.17418684281316318, -0.012552172729449982], [0.1893477944176911, -0.020649169986101633], [0.19735500642262715, -0.013795908482892269], [0.2066820242183026, 0.0015820794268624398], [0.17619493209973322, -0.016494824319674584], [0.19155752772001863, -0.017332726835097997], [0.1874832852331716, -0.011521047550576577], [0.20846187309160838, -0.017534001931647582], [0.1870856377927332, -0.01733906779209486], [0.16421303105298105, -0.011925788270474077], [0.22678699124735643, -0.012899043124064388], [0.24122386563372503, -0.02189378148872105], [0.19877646767023296, -0.01599632116186205], [0.2236430280304148, -0.020535651832063923], [0.2504857306726874, -0.00995368901127735], [0.25144337953188445, -0.01567514627539229], [0.1819702855663685, -0.014647172828067326], [0.17507220752547697, -0.0256502602609455], [0.17098872030227943, -0.01181350233602572], [0.19375193504369823, -0.01764048981870644], [0.21591784842735884, -0.01545665637457219], [0.24623232179448307, -0.02513546971386393], [0.24320557647978142, -0.029042003957170683], [0.26633116608155777, -0.021092756600301917], [0.16782545846757987, -0.009105373084022693], [0.20576398653359537, -0.0025728069839612367], [0.18190127404108875, -0.013220333402399144], [0.1882277957649831, 0.049504984024460484], [0.17453047111233147, -0.022656720237631767], [0.2024322416938111, -0.0121579544685299], [0.17694982334653778, 0.09748101927436849], [0.2003469356680549, -0.024480936016355332], [0.1700514744839197, -0.01508625097539877], [0.24013903747024576, -0.023012572464708923], [0.19996264063983615, -0.009991598401208435], [0.23612345268441698, -0.025201398557682074], [0.19738127705689862, -0.01874729698548136], [0.17879896123640238, -0.006243246143087689], [0.18101927693392092, -0.009959877854815342], [0.1792917397527099, -0.010087631922178842], [0.22215601205488344, -0.011573711723677918], [0.2526335241580095, -0.015279438768686527], [0.2652956932729957, -0.03236571454834355], [0.22075083036608176, -0.015403287793488677], [0.1746303853615189, 0.009420926941766987], [0.19564759510370638, -0.01675120130211837], [0.17058322097266373, -0.013497439140609583], [0.2014153076340792, 0.015909311036069792], [0.1972731817051051, -0.013346238363903765], [0.18096230837689603, -0.025553262491666225], [0.16890994953072166, -0.01127950231962449], [0.20837801948238768, -0.012172179714368283], [0.22108099049313643, -0.016984741818459825], [0.2875661567580303, -0.03019831562823834], [0.27817229815423855, -0.041684903178291904], [0.17755318739494935, -0.002526533575562733], [0.1678956091573708, -0.01286552762110495], [0.23499048222403096, -0.030686734247799993], [0.2467204061347947, -0.01402622461002426], [0.223945342808932, -0.03020268841187454], [0.18156359603584957, -0.02324856311031851], [0.2685872371898545, -0.014797658771456572], [0.2471972236183732, -0.018324799363342487], [0.16662305856431092, -0.009768022512012415], [0.23316628503008857, -0.015489542201946645], [0.1662389461477457, -0.006420805087963575], [0.1941976247165527, 0.0924523940444197], [0.2102581905022291, -0.004556221902383658], [0.24400377939355503, -0.02373683919425356], [0.23741947537191602, -0.022307400945932154], [0.1910918305566834, -0.011529699956511371], [0.16739857585028917, -0.011640044298391121], [0.2000500455792551, -0.022271582524876994], [0.2124033889618739, -0.010498386335871742], [0.17310932106690807, -0.011981495855857968], [0.2304068533061237, -0.021560911488539107], [0.19745181386044847, -0.0061837535020615245], [0.1711812847912974, -0.009801925156618138], [0.1962729667992706, -0.012186638297943612], [0.1938698601271011, -0.019085132736758006], [0.20766431181664988, -0.01444873809378948], [0.22160714434479445, -0.018795532798115282], [0.1696894353212425, -0.008980232352392314], [0.17854410787762254, -0.029378480119748397], [0.23774950843583298, -0.025452034913370763], [0.21266727831037982, -0.00848676943505584], [0.1825297820813421, -0.02092643540899258], [0.23499427925913322, -0.020222827326835113], [0.19952699200840257, -0.010267638948141564], [0.2125459135105018, -0.02034088099297648], [0.23273825705288534, -0.012597997908670925], [0.17451652605096782, -0.023166444870474142], [0.1761900553683607, -0.0029800551371546953], [0.1716861252923415, -0.021582202056582872], [0.27992498472914396, -0.056167946282982446], [0.19393440688928038, -0.0231628463280316], [0.16847704838157124, -0.009092563369316239], [0.2559688636017791, -0.01789228811245892], [0.1844946418934559, -0.009882983363202931], [0.17682320554710257, -0.00874922145561967], [0.21039606094844465, -0.031134473496273973], [0.1839952867087941, -0.012188092472748746], [0.22113854668454244, -0.011312346405302475], [0.1937635414295795, -0.02516960368588645], [0.20426625804377013, -0.007749509317276648], [0.1895166543958188, -0.013260568843765955], [0.1786345074542413, -0.01003458219481573], [0.18031072394290948, -0.010893049060108006], [0.16353789987295975, -0.007283626849746096], [0.22090938093744167, -0.01306064618545109], [0.17168912211293313, -0.013296042916508396], [0.1738080738776128, -0.008875523335897901], [0.19539327027901301, -0.02749095496672445], [0.17868963166064297, -0.021882823955517727], [0.18039956136035515, -0.004011503956960949], [0.1866423061601323, -0.012883013967290052], [0.17779847326027126, -0.005510487176475159], [0.20794446136946904, -0.003745539423490895], [0.19017793546078257, -0.023894475960382498], [0.20126695862330152, -0.012962970584141401], [0.24885113270955858, -0.026452846342444946], [0.21956745520913631, -0.005302713903360422], [0.1721881567563205, -0.004809403889563032], [0.18164594409003634, -0.005696391431280885], [0.17515056359548375, -0.006473825047112146], [0.19942240794527238, -0.011603194552313246], [0.19061300925282335, -0.010825232828696811], [0.20668924432087274, -0.016714809526031632], [0.1811580942874057, -0.005631727330448356], [0.23615048528042623, -0.034230438886605416], [0.2090307413649496, -0.010445658671779302], [0.18971312986629527, -0.010442333456286144], [0.216159612329191, -0.02418361118819102], [0.18563615680649814, -0.005415657933471496], [0.204847558851988, -0.01658747205771158], [0.2011279608033709, -0.0038419822405425363], [0.18376366359705856, -0.011284804510219537], [0.2203900320320708, -0.015745817637768295], [0.2382679968715293, -0.03071397099695016], [0.18974482501894993, -0.014319933590803961], [0.20074184109806192, -0.015469546571302789], [0.2425555192019912, -0.045916695313081984], [0.20010880403224351, -0.015475500043710065], [0.19674025313928425, 0.0005875233983793737], [0.21989905484586705, -0.0026560119557952405], [0.18295427170446682, -0.011499179761116769], [0.20213563524245823, -0.01141160796534454], [0.1849688210547809, -0.010191772936866388], [0.1650963982494857, -0.009349275057593252], [0.16328290726666725, -0.018781284336875266], [0.22507802213967523, -0.011104639650025028], [0.19276404458365756, -0.015141814165382845], [0.17563886309593407, -0.01033917065963182], [0.2703116318069915, -0.028028602047463123], [0.23385203198674592, -0.029986123737071213], [0.22130081082292144, -0.021986350642661696], [0.2752579702679674, -0.025231877639961497], [0.18197667173456944, -0.01280689089772558], [0.16639596847699506, -0.008335642805808861], [0.20199417479009021, -0.013081613130620768], [0.1636955925764726, -0.018481090125678223], [0.2032110270263879, -0.003686608769932631], [0.17159388648003984, -0.025926353035694873], [0.19342750061494637, -0.004689108678815506], [0.23925276048331134, -0.02749206449496379], [0.2052775496196202, -0.030669350509694597], [0.16472989567332166, -0.011665791098738353], [0.18766509949036425, -0.014351875714947645], [0.1906608437640639, -0.00978821121714805], [0.1649664288579148, -0.00853207525966442], [0.21491925789468952, -0.010004128751840412], [0.17244937959094211, -0.0067637106405069635], [0.224324751930654, -0.02966614804727939], [0.22484761411667836, -0.028519752844125428], [0.193045674982571, -0.010756706716153539], [0.18832651673992143, -0.009778075073436789], [0.19200768549216593, -0.01775046232469151], [0.17390890598349423, -0.010021934465572473], [0.21872118202766133, -0.023665027196516936], [0.2476652366581346, -0.03823981970310783], [0.22436414235387214, -0.022716373512328334], [0.2266295966954729, -0.01731902439115114], [0.1684708647464254, -0.00615118872749933], [0.17520297439861465, -0.011592506341615454], [0.2001217677975927, -0.014057508801377636], [0.17848602237675879, -0.015181381817949806], [0.17335852995510007, -0.007728336657851987], [0.16676492261151038, -0.015867839999641545], [0.20286891716398728, -0.02300974650987422], [0.19251543634312493, -0.01795244354500488], [0.2229013788248694, -0.01291403522731917], [0.27044856110052146, -0.029215471988078043], [0.23646359943076517, -0.022300467772562983], [0.1863225626637989, -0.011396070610925686], [0.25698432475664057, -0.021425287843640478], [0.233339090263047, -0.01897662240388], [0.20100207962914696, -0.017220828215739403], [0.19191278693648683, -0.01915309960072844], [0.1930999130261642, -0.01508383723331473], [0.1946253081082534, -0.026010425340878704], [0.1751720544676686, -0.011249606232876507], [0.16915157971447445, -0.006257297967416396], [0.17238552095605167, -0.010528825837374767], [0.180792902235714, -0.02328273791473731], [0.22295790395355616, -0.014977901084082675], [0.1666712824449705, -0.004549612538380141], [0.16440087288627908, -0.006699205778627121], [0.2074282525890931, -0.017934913066631246], [0.18743136987510228, -0.007309672611067732], [0.17585158283093133, -0.011034474199481257], [0.1760861558946915, -0.01207762561970716], [0.20790414208484972, -0.01533494249388211], [0.16606567380195006, -0.012258575800964911], [0.19962108088326808, -0.013676380572886048], [0.2175446158501987, -0.006677640494387575], [0.22425284581529295, -0.016011514097702545], [0.22616032069092618, -0.01896802769641982], [0.21563666542246201, -0.024705337905430502], [0.17044140932089766, -0.016289251035699778], [0.23754044694252555, -0.02248227500566], [0.1752183236896703, -0.014211716050057244], [0.17363372000550753, -0.023390976858970954], [0.21390812267200246, -0.017945245363149967], [0.20450325631247446, -0.021908511440339198], [0.22125553448909727, -0.03288709751301373], [0.19484112012713745, -0.022547937067117184], [0.2850595883795391, -0.04832936200052753], [0.2931439720297493, -0.03212392432756418], [0.18710302602751513, -0.007643252143417087], [0.27900011628051646, -0.017190465769569084], [0.21043389792916672, -0.03500616179392366], [0.1853946051019527, -0.011510882759930348], [0.22269459242062406, -0.013401139495682678], [0.21475412894715806, -0.02081256810022092], [0.21352914369822193, -0.023600487126957566], [0.2617245420963318, -0.05142713070411379], [0.17418616128848774, -0.013699626320984447], [0.21900234330471802, -0.018064768304763796], [0.22678571701364098, -0.024559226514500262], [0.23233702279613622, -0.011477302251717525], [0.20763577837349959, -0.005836016369369875], [0.17648075796601406, -0.018095106730358874], [0.16939281313462284, -0.011930377958314083], [0.2865224002148893, -0.0403922700420439], [0.21654966677590445, -0.007266295469328316], [0.17741004106390662, -0.010877760119896008], [0.16482300704728545, -0.005863865061697969], [0.1890885495650773, -0.004683295299555948], [0.19285550872406806, -0.019316989454310964], [0.19655961139112343, -0.015030961653026517], [0.18649195485342754, -0.016192847419318812], [0.1744278999512882, 0.030582999932307207], [0.2893300762723274, -0.03643953736975741], [0.2038085851782482, -0.014238149913012184], [0.18151518628481547, -0.00018206216705552561], [0.16401286200110235, -0.013760055054078823], [0.21148329413919242, -0.0037375836314937076], [0.20153290466968898, -0.01450776234425406], [0.1828425980918102, -0.014159846820939204], [0.172949977340241, -0.019068833292397353], [0.16287319576150222, -0.01877409368718049], [0.18596569926556134, -0.013804589464825798], [0.23584044729852663, -0.02524531150757684], [0.20407207351932266, -0.020887978211297935], [0.17566883066067998, -0.007268658147213025], [0.21780490800034874, -0.013534310527163702], [0.17685620933414978, -0.007884620579328606], [0.20145743560919635, -0.01971302978935825], [0.25222738618157664, -0.008372030299150388], [0.2212988475394593, -0.007235612718509413], [0.1722470078731003, -0.009739169558440938], [0.2001656361263649, -0.022130141005441528], [0.22627378795380454, -0.022945596144937026], [0.18637429513978435, -0.013787079478040934], [0.1684572686636067, -0.00898851412216335], [0.23105215302092888, -0.01070770680547104], [0.24709162854259348, -0.027173990189207034], [0.23796798740517497, -0.029446904261295193], [0.21060156653843895, -0.030140601077026742], [0.18468694365100824, -0.013843444650783765], [0.2080023547555953, -0.020759397856037465], [0.20195685986431047, -0.018713894647538767], [0.2325039483282803, -0.0187501474372451], [0.1846554309548941, -0.029090372293901684], [0.19377341424081096, -0.010477130752280482], [0.20283478448276357, -0.011984566019884822], [0.19148497878583953, -0.01873770901907826], [0.22539108010121192, -0.02641107034176756], [0.16487931824275365, -0.006848451712973349], [0.24684149474445846, -0.00472133149836227], [0.1668164987279985, -0.01601532034799965], [0.1673093490312029, 0.013308403040249304], [0.18233992556247489, -0.013858292359443284], [0.23867532717808054, -0.03859355039759989], [0.21680604309702364, -0.031174554260991645], [0.28112635320268836, -0.045962873178177786], [0.16868881910897426, -0.01495456120925818], [0.22799317670000643, -0.017555963071573106], [0.19202777709108998, -0.01622326138680875], [0.2419229554355902, -0.027386859175799548], [0.17914277393689135, -0.019728046813139843], [0.16785650685683, -0.013823116171705235], [0.17467328077867153, -0.01373548166544094], [0.17214224541729284, -0.021679989411825855], [0.18161183210501786, -0.01639963639201717], [0.25620351567984917, -0.031178437599909195], [0.1850142945342649, -0.012671107736603156], [0.22806708482871754, -0.0251210270756801], [0.17793901688702224, -0.007072296090292188], [0.23672824010098367, -0.02370516139232889], [0.26341552585586087, -0.047589854123162585], [0.23381916054930255, -0.02028323129983206], [0.21129284483257835, -0.00929321241750546], [0.1938037909216339, -0.027669477031059795], [0.16984180785649247, -0.011863085104824802], [0.20727015094226126, -0.02050464256701632], [0.21450357153126623, -0.02391312925045331], [0.3426428503163404, -0.03445814846141638], [0.20675178524280885, -0.017653113586965224], [0.22261992572981892, -0.01204478041391857], [0.18443041031077584, -0.009972193642668423], [0.1958350430681289, -0.01242426086028894], [0.202451894413652, -0.012028178532629746], [0.16920626894904559, -0.00867263046932738], [0.18144011050830705, -0.013738445148166734], [0.2174051903481229, -0.017034455655271622], [0.17723863495818837, -0.015751179871745402], [0.17204171533954898, -0.01786290385751305], [0.1916615162381879, -0.011035367728802202], [0.1937861536504875, -0.0137093589074208], [0.17916069084244166, -0.007799805364571703], [0.2124870930238372, -0.00842575370211441], [0.19852257880535762, -0.025403325968429036], [0.23078776490949166, -0.024601682461436847], [0.230072921341648, -0.03758319899419966], [0.29954659002609846, -0.039059832850351056], [0.1939951720498106, -0.01062964016340007], [0.21730314177169097, -0.014976374287264015], [0.2010116002985048, -0.008654845659719735], [0.16382000562721646, -0.014711347692201074], [0.21283743148325424, -0.013642918857110562], [0.1736713522945907, -0.009889906000604463], [0.20718468210666946, -0.012476583958356319], [0.1763838297402626, -0.01586049222838212], [0.1664662595865498, -0.02579627348822411], [0.2482381311120675, -0.02349368026342394], [0.17674099695816872, -0.012642843797096301], [0.18515894612529557, 0.016228743977345524], [0.2030464116996314, -0.02908258043493459], [0.1727865944717987, 0.0009624681387449026], [0.17187076947662525, -0.009755734206600801], [0.24305715320396581, 0.0033712998910405195], [0.21801002470360714, -0.03517560086065989], [0.26305393864500876, -0.03709020868661809], [0.16468363746078707, -0.013412733576457654], [0.18112811175735435, -0.0071975691883462796], [0.2422936883788943, -0.030155044970411483], [0.18078996889252166, 0.01508528280450624], [0.1889730225139311, -0.026764625297677713], [0.18628814162246807, -0.019161293488165507], [0.19114821897317402, -0.0171099595504707], [0.16696974942092982, -0.01349216751396821], [0.2837835203042474, -0.020927577496501624], [0.18179330233447413, -0.013996950563743633], [0.2240017217914301, -0.0051584486040903476], [0.2149879217643941, -0.009424154318168987], [0.16417927184728254, -0.01618752272253645], [0.2240073850844183, -0.018319298605873648], [0.30174634947753926, -0.04465741525995381], [0.1834880708894381, -0.02173741133026994], [0.17637595309360704, -0.005629291610215919], [0.17704687696599603, -0.017486877447439576], [0.1696513794255095, -0.010161294387601806], [0.20671561097212826, -0.01960885981188343], [0.17826660083365908, -0.029750161742211147], [0.1785674281457434, -0.023312739257955576], [0.1741768104129069, -0.018202253428751106], [0.19679344703012666, -0.02721720976041499], [0.1831836990324039, -0.008150442240136816], [0.24529509986891215, -0.029333786975513802], [0.1992348997437152, -0.0179391697145587], [0.1637210452503419, -0.01621582047577143], [0.20375972604973255, -0.006952368278408452], [0.20180710689002787, -0.02354269232375813], [0.1806103964525548, -0.012101592787799407], [0.1673952810847274, -0.01681252900952626], [0.2562607412128726, -0.02148177990134423], [0.21880514633166265, -0.010630530163152517], [0.2141431251102181, -0.024715820976233933], [0.18366115288096374, 0.08185952364451035], [0.17399696799165218, -0.013067864614814502], [0.23084069897838097, -0.019888333836830592], [0.1987089553000547, -0.018026793609755554], [0.20022147755631128, -0.0184555371831918], [0.1793831494504076, -0.019574798633190053], [0.28445908464973013, -0.025569453234830168], [0.22215031101446248, -0.02344308735598998], [0.1744019350506505, -0.013742110402851828], [0.16859457878733186, -0.007576505546251414], [0.18960913601607585, -0.015924508870339478], [0.2069760964175111, -0.010542721523554996], [0.21644108721281108, -0.024339756365688168], [0.22320606545231408, -0.007442732074305757], [0.25201679193773835, -0.0130658241144518], [0.184775018458665, -0.008891751030139823], [0.2112570371008484, 0.017673800543864127], [0.16357053172923008, -0.019461590224656523], [0.2136607000978038, -0.0200540884785255], [0.2038421296189863, -0.0069430323730517675], [0.1691044626898206, -0.014228855293434015], [0.22384092547375076, -0.013684980519011715], [0.2411498147587069, -0.014748445479630778], [0.2136596522776477, -0.025071854509187714], [0.2147157437994044, -0.021947746930121297], [0.22014561498430482, -0.01648297638428938], [0.21069468560138133, -0.022257992266771706], [0.17765463515051125, -0.012533480109979414], [0.20768061878995497, -0.02346947233073685], [0.1731561963458377, -0.010512019969616962], [0.17783184393950405, -0.01393010947546821], [0.18966986359960275, -0.010264999003397396], [0.20346255010974834, -0.015401767324552642], [0.18935734740345767, 0.00160600770121418], [0.17109938762304566, -0.009193428346273642], [0.20053341638988256, -0.02184514204015869], [0.18251207657905058, -0.01674560898373546], [0.27783439827834516, -0.011400956934551884], [0.19760863882179472, -0.023499447523952686], [0.1672293772755182, -0.008741961837616078], [0.19148497878583953, -0.01873770901907826], [0.19324427181969742, -0.0251766972004012], [0.22400436905192786, -0.009496699719698382], [0.2477372845588423, -0.010734198606817355], [0.17464850404714988, -0.000251088570056244], [0.20725732730711127, -0.008989489638152772], [0.21207271889945015, -0.017341801380023267], [0.2094807347725656, -0.010260811138654782], [0.2168884079484309, -0.013062035694441986], [0.26201955720481157, -0.013668273943288244], [0.24861602782943643, -0.02136137134819176], [0.19378856141280665, -0.030605956356070902], [0.22505895515914717, -0.01989771097393748], [0.19952584122727118, -0.015112937468862702], [0.21850487927106713, -0.013604825260439816], [0.17811563712485784, -0.017521050656032273], [0.23917969182865895, -0.021174729925267047], [0.17890897693979368, -0.02188000594296123], [0.20178312740725043, -0.01510596073470898], [0.18762017192397973, -0.012179050183771125], [0.17294755402881995, -0.010527438147979979], [0.27146042491885297, -0.018939809291715105], [0.20968405036308116, -0.031484287011301376], [0.17307076636490532, -0.016567032031394875], [0.16344202568888433, -0.012725595905558487], [0.18011681894438986, -0.009136124344342366], [0.24555400802524935, -0.02359314330403815], [0.18627497402083806, -0.01188596577757678], [0.20166435158899712, -0.016737837615327867], [0.2040087073164925, -0.012043536916848254], [0.17164069038416124, -0.015778000184944737], [0.21019144352701322, -0.027254574162820476], [0.22351292931421118, -0.014250025322950258], [0.19842922800224913, -0.01479063183310615], [0.18240398454610215, -0.017147240320591072], [0.1884829633031005, -0.017849206525111773], [0.16460057630946306, -0.014713038775301739], [0.18744032105590477, -0.00781813164041848], [0.18264521060877972, -0.015959790280550855], [0.25165859709311206, -0.035472841421177216], [0.1873841509234394, -0.019890153944597932], [0.23528073942069297, -0.0172312842536961], [0.1666566013648752, -0.0047040102291708245], [0.16459596627385203, -0.017348695382730678], [0.20705817855252853, -0.0038032624344626837], [0.22624942139455745, -0.02156541330644141], [0.18801299627620055, -0.017754411352650875], [0.18459085249716278, -0.017244800435830418], [0.1930625441466729, -0.016872409477076983], [0.1922959556520419, -0.01644706684868881], [0.17472692222753597, -0.019638445168128984], [0.24734092345532285, -0.03844985528646559], [0.17049427322589164, -0.01277661849138921], [0.23036679187404246, -0.01593076451385704], [0.22617157541065602, -0.018073824729132583], [0.22771070750942882, -0.009549279174103413], [0.18846553314898107, -0.02058217459406743], [0.18566866231932097, -0.02607652788838608], [0.17758516805437274, -0.017571207695649765], [0.1933973226950357, -0.02335566213174579], [0.17334173518725787, -0.00525287010025744], [0.20182488992441525, -0.031594947954764356], [0.20483860749677704, -0.022483837248706482], [0.2322307623741904, -0.01370965261774544], [0.1705306953887281, -0.0045104156946950075], [0.2131465208358397, -0.02075528673269229], [0.2432765830731895, -0.023850952828273007], [0.2311865341444871, -0.014250238949739433], [0.20813217063612258, -0.009481837917082367], [0.21226444156874957, -0.021195904672472343], [0.21431968756106137, -0.008838892587663228], [0.1732024169380998, -0.008590768114426302], [0.20642186757309755, -0.013185102074349834], [0.18494521961387056, -0.01340025746219638], [0.20399011890887614, -0.018296321075934107], [0.20692137902952043, -0.01600889114050899], [0.23605081310124218, -0.014370375655892574], [0.1780310428272087, -0.012470362451275098], [0.16963426781655014, -0.020100692080549466], [0.18618616532705765, -0.018067531347087613], [0.17248085642579172, -0.018478113697247472], [0.20807184483831148, -0.0092028316668402], [0.26362370173525057, -0.016225895976921745], [0.21011076367984788, -0.025825039470844226], [0.16628722162103252, -0.00625179443616895], [0.21209126895734975, -0.01122619614634179], [0.18613600497752372, -0.006905501130782048], [0.2277776874779627, -0.00546722408701174], [0.1643145713407761, -0.01855157572573698], [0.16348117139716084, -0.0119704748732834], [0.17710856781261244, -0.01261935211000726], [0.166246446310834, -0.010874472326107571], [0.2710031945904077, -0.030700424683557357], [0.1760663661337041, -0.016898594272091616], [0.1835450215074967, 0.07290047969454648], [0.1953327013028795, -0.02702897470340293], [0.1661176048033876, -0.010004444625892154], [0.18707403499610087, -0.007400753386237074], [0.23118488903489356, -0.03610682192841129], [0.1683639554711409, -0.001125328197506051], [0.21069782732131134, -0.016107673415222675], [0.22297052620766988, -0.03526104162682841], [0.16352830508443536, -0.01655462130653615], [0.24069785114726275, -0.03053240415302683], [0.20929962216205758, -0.01760828807985803], [0.16338044196986742, -0.012215628424451622], [0.1705638065973712, -0.0025679648980084244], [0.17881976888379533, -0.00939613614134536], [0.17690247103147147, -0.024744345560090277], [0.181349317631546, -0.011214598657747403], [0.2731214197147896, -0.036381734734404446], [0.19272862309261296, -0.020706276285623205], [0.1820724484306749, -0.02089863410963757], [0.22298459272840004, -0.011680766120019094], [0.1888346794998155, -0.01369717188940775], [0.19109644778543708, -0.012560362514480103], [0.1791033142740113, -0.019325351107465073], [0.16750765124540654, -0.021004373675936272], [0.1883451573543882, -0.016471738627789397], [0.22883503288939994, -0.02936287504457387], [0.17475005232881866, -0.025205543736970634], [0.163133941715705, -0.015877987203819867], [0.2375333720388534, -0.033464849729636204], [0.2341155928160518, -0.035925079078285065], [0.1755536977039394, -0.017806071995815194], [0.3067735692802843, -0.04539464128145793], [0.1757109258127844, -0.014314917463169752], [0.19068132484688866, -0.0139777333837908], [0.1646535108365436, -0.02460416852076222], [0.239897004689135, -0.03328551233729639], [0.17778312374100194, -0.022840400841884333], [0.17334140960281316, -0.015122501769257495], [0.2016729289671947, -0.021395880126162833], [0.20831090292583807, -0.033772959482465933], [0.19952437208102822, -0.025676199493922264], [0.27459689226818645, -0.0333555204377868], [0.1779814571135819, -0.024649368519203678], [0.1662430579268209, -0.00984947841196429], [0.19851341921813428, -0.01467554931035383], [0.2054086703888644, -0.021439507824552773], [0.2578049160674254, -0.014447893104752208], [0.23029358720859627, -0.032678003523950894], [0.17229142402714268, -0.01914624782297729], [0.20602261758440557, -0.04775779536375124], [0.19512142306552818, -0.03326235529473018], [0.1949883693823763, -0.027790752396820047], [0.17907478571059673, -0.011833037850102528], [0.18615098111123396, -0.015723855131347414], [0.21743114932029284, -0.027043633370195736], [0.20381572066842393, -0.0296531061737457], [0.1836881058329689, -0.018127798639493608], [0.1944722626411098, -0.01685979866356431], [0.1755697805462532, -0.00895194551983222], [0.18841129754739508, -0.02564333502419491], [0.20975258918239442, -0.011126805622176512], [0.17374302558645865, -0.01742766528272972], [0.16872011438286696, -0.026702791869543316], [0.386574977033323, -0.03954497985494733], [0.22937496853687322, 0.010850193581661657], [0.19060381041165825, -0.01788152578084765], [0.2029346505055264, -0.014936597302344475], [0.20437935063291846, -0.01569348644659234], [0.19710109573341858, -0.020721157173867053], [0.22353435070767355, -0.04348322464106039], [0.19286331487246058, -0.02174891091663305], [0.1729559769672525, -0.02230920018303753], [0.20483838080250694, -0.033440896581929565], [0.25104960392223835, -0.037148959183600325], [0.18742105385764915, -0.010420653251241224], [0.1669280099071716, -0.01578010573257303], [0.170842571611287, -0.02247849965793848], [0.17464538745520944, -0.028357931727492947], [0.19147866110133804, -0.029201571922451645], [0.1760756559345256, -0.007724832372755998], [0.18017711224552763, -0.021211575801794086], [0.3339005630678071, -0.04977962397967249], [0.20175495761766454, -0.03326726875093601], [0.1809530580537233, -0.018436855642013437], [0.21184490773119394, -0.032382637121773514], [0.1852006813270438, -0.011867407186057922], [0.2118283612316654, -0.015042904831477494], [0.1867504743895323, -0.02159198787616535], [0.2755279638531652, -0.02969294457799112], [0.17144925119825571, -0.01872516776732164], [0.1876878973966129, -0.018402627152030074], [0.2855180874514638, -0.03359254500094172], [0.2628514391222177, -0.038394452706738864], [0.19266234598854298, -0.014841795788148369], [0.1760144251503774, -0.008984827313049466], [0.17070559394067386, -0.02373489539802423], [0.19926011475007274, -0.036720948234406484], [0.18505987438446328, -0.014166456280408211], [0.24956514345378447, -0.02846038483039477], [0.1964219000614271, -0.02964338062900018], [0.19720708156171823, -0.013959933814676672], [0.20336765106865115, -0.017797164188775357], [0.18332542540618674, -0.0239345313319191], [0.17831262672064585, -0.015230265861068638], [0.2639570422850564, -0.02863441940472809], [0.17815619137262398, -0.02289778283027936], [0.2553253503792555, -0.03614024726241928], [0.2483432898801744, -0.024147733426821718], [0.16363497765545057, -0.020604653656162052], [0.177586179145216, -0.01674083744925752], [0.19174382343451124, -0.026071080059946634], [0.18108675948502057, -0.01059071124134444], [0.18047885478414596, -0.026593985237191465], [0.18314999003483526, -0.02384304956923152], [0.16485488779168922, -0.022955119153247036], [0.18552301071629668, -0.02085185280958126], [0.1728501314360818, -0.019940102413497918], [0.18677098120311436, -0.018622011541002403], [0.20620858018446092, -0.020903664088025777], [0.17925826240116777, -0.019203837832836915], [0.20515168703601966, -0.022490303172816625], [0.19531211340263435, -0.014811323200365697], [0.28254450554164706, -0.035207001083837064], [0.1771713666565641, -0.02383986056905765], [0.19055234728542764, -0.014386390933799328], [0.19792097138625303, -0.024204729011454363], [0.23008119678717703, -0.04160918707471584], [0.1912128047467132, -0.014720507902479418], [0.18263670262716122, -0.025675628033575666], [0.17697823120730666, -0.033096530611818234], [0.18256952551884856, -0.0199567161237771], [0.18223943330981046, -0.008090832888405201], [0.2237301486307184, -0.015758694582091254], [0.2784377558645956, -0.04313429245429737], [0.1719674028027904, -0.026078971018364688], [0.16717203499560185, -0.01824198395634161], [0.2933194289072388, -0.048565401835994323], [0.2288207552983419, -0.014969275082758898], [0.2140374902588309, -0.018221078177537823], [0.16327229264805004, -0.010822586568634846], [0.17823305145643922, -0.012387176407474517], [0.27198348419960805, -0.02007255478685535], [0.20723272375387747, -0.010642411808264394], [0.2134802010573923, -0.022468302736433788], [0.17454414256676426, -0.02478954168210808], [0.1933544665618327, -0.027140773706776224], [0.27290938868745557, -0.019783698351689503], [0.19774294117229646, -0.01552119352276396], [0.17935789828373333, -0.017685923246662415], [0.19182623159148726, -0.022682495504753077], [0.2107890685494364, -0.03467635511186183], [0.1740770177500689, -0.013922427496901105], [0.18136182042526927, -0.020877646264378075], [0.1916998962446403, -0.026023310667257854], [0.1998875421055535, -0.009939001859208492], [0.1838809595111259, -0.017237501592763185], [0.17770227667420038, -0.03158860372085605], [0.22869249484924625, -0.048718330166946634], [0.18028048601728897, -0.019103643735082283], [0.24422666906831925, -0.03314837798283749], [0.2232274732300859, -0.013426781297791556], [0.21953990328602024, -0.025935209993835542], [0.16724172952994562, -0.011062916936351497], [0.22085684033686456, -0.0247300501773237], [0.27887696404109436, -0.046118690608116686], [0.18921498566492087, -0.026039649540245464], [0.2992294596489861, -0.02491158856105579], [0.2256448686707276, -0.016086193641298912], [0.1676925549365104, -0.011706608935080768], [0.16704154692150172, -0.01863169620777535], [0.24449393231939007, -0.01889039155570953], [0.29436114412393743, -0.03958105029504031], [0.21982736329310934, -0.015361611705845029], [0.2150979762156736, -0.01763209016210358], [0.16466033286862247, -0.021483804104371708], [0.24682636176530653, -0.01996139935604586], [0.2241395341693988, -0.0174638559017051], [0.18950851889627748, -0.008455599930841592], [0.19409221399956045, -0.018786525935416108], [0.17632210170788695, -0.013062102832708433], [0.2613112268005458, -0.047518279924600136], [0.20195121940691615, -0.016967955027113898], [0.2125510562681616, -0.018908202133625387], [0.2211700367719661, -0.018164815661729384], [0.17601025715797528, -0.021553597130256404], [0.2637347092034072, -0.046179590760043326], [0.30200557288080515, -0.05165758308778061], [0.20652088232541177, -0.010533536550181044], [0.2045353568164055, -0.04702702700079646], [0.1707829307445389, -0.027828289555624403], [0.179490046095953, -0.017459371419490104], [0.1609598132748192, -0.030064158140067278], [0.24238192904240416, -0.02268295609862074], [0.23180271191841673, -0.03533560163470604], [0.17524282364019964, 0.0022680632344646654], [0.179751365726061, -0.014002501080015372], [0.2158279435980517, -0.012894660661943051], [0.22708075280288295, -0.02659610301733478], [0.17810195341648702, -0.028364101636898776], [0.2200356154087761, -0.026504876726076557], [0.18218241556285086, -0.028531646133740138], [0.17710738144253926, -0.006683155376310001], [0.20607548520007962, -0.01688446367523207], [0.19762126751682302, -0.013369309727258341], [0.23458440657652868, -0.03565674865710826], [0.20228304611526865, -0.02028967758925701], [0.21500139177094876, -0.033225670731172524], [0.2572372681609394, -0.04032726663516193], [0.28727173023424596, -0.024345829175960038], [0.17954683637819768, -0.014214194942266306], [0.2869580124664617, -0.038510056909360296], [0.1629049016583001, -0.010217192519227418], [0.16426830232279596, -0.01099377669589506], [0.18564523412583522, -0.021497270850516042], [0.23804627522941485, -0.04593539172295006], [0.1927201647996101, -0.02550983210636843], [0.280844079916218, -0.054002179011547566], [0.29235382731684134, -0.04974474565794825], [0.22084165892312813, -0.03204377584538547], [0.18633743872498557, -0.033419565179526184], [0.17561566918769214, -0.015714442842870647], [0.23063842888633432, -0.032869066858767275], [0.17103477879819073, -0.02725135353567562], [0.18792068584838253, -0.017757896187205507], [0.17317338334655305, -0.014319418941986899], [0.17464177209399567, -0.02223243657314887], [0.1982556418284343, -0.03162210191720552], [0.24375720559208097, -0.028589254493797754], [0.22056114693825438, -0.018289284853228675], [0.20139514347911874, -0.0171244948284467], [0.20896180925482075, -0.025028569931174235], [0.16925572526282665, -0.01579648749550493], [0.20055391357987756, -0.026793565156103014], [0.23771007455375665, -0.03958177690463939], [0.1891537645228624, -0.011783420024133023], [0.17431976014944847, -0.022826662147364563], [0.17144349277430662, -0.01528075875855718], [0.23951768230775355, -0.03416251508220001], [0.1897381648742369, -0.02309787385399506], [0.17113293430287047, -0.0038685757180278897], [0.19217610749351613, -0.01989909045736682], [0.187819484732421, -0.024260235791317964], [0.18167967548373465, 0.029121194164152264], [0.28455951156858733, -0.0435431863808591], [0.17801027846857692, -0.012352128499065381], [0.24005922980990113, -0.012779504783657348], [0.2638842150526373, -0.0266743160392939], [0.17191980299861884, -0.022861319276480288], [0.24103639406012328, -0.0397197531052155], [0.21239290417159282, -0.03269595721212242], [0.229665718105719, -0.026167622157438158], [0.19618964520142887, -0.033053040632763785], [0.21051758662656675, -0.009809677423930928], [0.1696168885913038, -0.025496875503825338], [0.17710121559374128, -0.03246687067603089], [0.22524236354363195, -0.01590032248695201], [0.17669255988388657, -0.008431313938909769], [0.21299557353213447, -0.016265741852201154], [0.21001850833847732, -0.01509638680597027], [0.1810278205131275, -0.013794500305926733], [0.16654250067866377, -0.01879097076388782], [0.21084843379859686, -0.02521521701100596], [0.21403132071575182, -0.028934924688442342], [0.2049320005244094, -0.02273587590350421]], "data23": [[14.0, 0.0], [14.35, 0.0], [14.35, 25.0], [14.0, 25.0]], "data24": [[15.0, 0.0], [15.35, 0.0], [15.35, 380.0], [15.0, 380.0]], "data03": [[0.19372702936469008, 0.401795083011995], [0.12029243160923794, 0.4954637381006054], [0.11554083361907909, 0.36768750061452976], [0.17462580835307173, 0.5776873241453334], [0.24129910853764916, 0.30122818180975647], [0.21153535862050027, 0.538258702199598], [0.1391867383940608, 0.4314127593350681], [0.151965580471722, 0.682100739069533], [0.20880359973438542, 0.5317331896232079], [0.15744492262600465, 0.818997094981734], [0.14587262940242374, 0.5561824164652237], [0.17838831772081806, 0.7152446116136231], [0.18986908380649858, 0.6509853968485905], [0.17225537625682316, 0.6819646567630098], [0.1348064184611566, 0.5043583521812423], [0.15965597244952157, 0.6980032056246253], [0.17242474694978133, 0.5706112945733651], [0.10198890347579533, 0.4648508365047481], [0.1252184987609788, 0.5059354681974404], [0.12784148024777148, 0.45771781069582457], [0.17488411118367728, 0.6770870519870705], [0.16615326070885422, 0.6177461641870592], [0.13011291138910816, 0.41423069689797914], [0.1335073816784159, 0.36957129978088976], [0.16063029826641453, 0.5460510922563849], [0.13549710327729136, 0.595337327196701], [0.1409676541386507, 0.6086153329749037], [0.18612265476240106, 0.581013214480532], [0.15589541516643887, 0.7843879887091973], [0.1779475989931856, 0.5914538888620794], [0.15395243644943155, 0.4850493867556668], [0.19791739298332092, 0.6147643293380387], [0.1034382406955677, 0.31513661657061015], [0.16396254492821058, 0.7416953064324913], [0.17372921218242673, 0.6736320235175509], [0.13642960684638256, 0.428086919066483], [0.13205116343850776, 0.6121456902656809], [0.12161442053568489, 0.3588192548758161], [0.1759183487625369, 0.7755981209059667], [0.1346056940040998, 0.4332273638789859], [0.14196719822667342, 0.4844902567706192], [0.11079892880504334, 0.47686152561095224], [0.17433887612680793, 0.4737645692712016], [0.09841154085600083, 0.38519158035716705], [0.11535679737197192, 0.3511486925025275], [0.13503320940198774, 0.344181562678727], [0.18840350025086247, 0.5336674414628332], [0.16339626636296184, 0.7391346123970032]], "data27": [[20.0, 0.0], [20.35, 0.0], [20.35, 24.0], [20.0, 24.0]], "data07": [[0.689523185483871, 0.9675, 0.9315625000000001, 0.8956250000000001], [0.7449210349462365, 0.9675, 0.9315625000000001, 0.8956250000000001]], "data25": [[16.0, 0.0], [16.35, 0.0], [16.35, 172.0], [16.0, 172.0]], "data30": [[23.0, 0.0, 0.0], [23.35, 0.0, 0.0], [23.35, 5.0, 8.0], [23.0, 5.0, 8.0]], "data19": [[10.0, 0.0], [10.35, 0.0], [10.35, 116.0], [10.0, 116.0]], "data18": [[9.0, 0.0], [9.35, 0.0], [9.35, 0.0], [9.0, 0.0]], "data15": [[6.0, 0.0, 24.0, 9.0, 0.0, 0.0], [6.35, 0.0, 24.35, 9.35, 0.0, 0.0], [6.35, 26.0, 24.35, 9.35, 3.0, 38.0], [6.0, 26.0, 24.0, 9.0, 3.0, 38.0]], "data14": [[5.0, 0.0], [5.35, 0.0], [5.35, 312.0], [5.0, 312.0]], "data17": [[8.0, 0.0, 0.0, 0.0], [8.35, 0.0, 0.0, 0.0], [8.35, 7.0, 6.0, 5.0], [8.0, 7.0, 6.0, 5.0]], "data16": [[7.0, 0.0], [7.35, 0.0], [7.35, 78.0], [7.0, 78.0]], "data11": [[2.0, 0.0, 0.0, 11.0, 15.0, 17.0, 0.0, 0.0, 14.0, 0.0, 0.0, 20.0], [2.35, 0.0, 0.0, 11.35, 15.35, 17.35, 0.0, 0.0, 14.35, 0.0, 0.0, 20.35], [2.35, 127.0, 0.0, 11.35, 15.35, 17.35, 105.0, 135.0, 14.35, 28.0, 193.0, 20.35], [2.0, 127.0, 0.0, 11.0, 15.0, 17.0, 105.0, 135.0, 14.0, 28.0, 193.0, 20.0]], "data10": [[1.0, 0.0, 0.0, 3.0, 6.0, 7.0, 0.0, 0.0, 0.0, 0.0], [1.35, 0.0, 0.0, 3.35, 6.35, 7.35, 0.0, 0.0, 0.0, 0.0], [1.35, 140.0, 1.0, 3.35, 6.35, 7.35, 107.0, 85.0, 17.0, 145.0], [1.0, 140.0, 1.0, 3.0, 6.0, 7.0, 107.0, 85.0, 17.0, 145.0]], "data13": [[4.0, 0.0, 0.0, 5.0, 0.0, 0.0], [4.35, 0.0, 0.0, 5.35, 0.0, 0.0], [4.35, 17.0, 4.0, 5.35, 28.0, 254.0], [4.0, 17.0, 4.0, 5.0, 28.0, 254.0]], "data12": [[3.0, 0.0, 18.0, 0.0, 21.0], [3.35, 0.0, 18.35, 0.0, 21.35], [3.35, 13.0, 18.35, 66.0, 21.35], [3.0, 13.0, 18.0, 66.0, 21.0]], "data29": [[22.0, 0.0, 0.0], [22.35, 0.0, 0.0], [22.35, 30.0, 89.0], [22.0, 30.0, 89.0]]}, "id": "el776174445941904"});
});
});
}else{
// require.js not available: dynamically load d3 & mpld3
mpld3_load_lib("https://mpld3.github.io/js/d3.v3.min.js", function(){
mpld3_load_lib("https://mpld3.github.io/js/mpld3.v0.2.js", function(){
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.register_plugin("htmltooltip", HtmlTooltipPlugin);
HtmlTooltipPlugin.prototype = Object.create(mpld3.Plugin.prototype);
HtmlTooltipPlugin.prototype.constructor = HtmlTooltipPlugin;
HtmlTooltipPlugin.prototype.requiredProps = ["id"];
HtmlTooltipPlugin.prototype.defaultProps = {labels:null, hoffset:0, voffset:10};
function HtmlTooltipPlugin(fig, props){
mpld3.Plugin.call(this, fig, props);
};
HtmlTooltipPlugin.prototype.draw = function(){
var obj = mpld3.get_element(this.props.id);
var labels = this.props.labels;
var tooltip = d3.select("body").append("div")
.attr("class", "mpld3-tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden");
obj.elements()
.on("mouseover", function(d, i){
tooltip.html(labels[i])
.style("visibility", "visible");})
.on("mousemove", function(d, i){
tooltip
.style("top", d3.event.pageY + this.props.voffset + "px")
.style("left",d3.event.pageX + this.props.hoffset + "px");
}.bind(this))
.on("mouseout", function(d, i){
tooltip.style("visibility", "hidden");});
};
mpld3.draw_figure("fig_el7761744459419044347443933", {"axes": [{"xlim": [0.0, 0.40000000000000002], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [{"v_baseline": "auto", "h_anchor": "middle", "color": "#000000", "text": "KMeans", "coordinates": "axes", "zorder": 3, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.5, 1.0086805555555556], "rotation": -0.0, "id": "el776174518892880"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "None", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 12.0, "position": [-0.74193548387096753, -0.12499999999999999], "rotation": -0.0, "id": "el776174532429456"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 0", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.95874999999999999], "rotation": -0.0, "id": "el776174532303376"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 1", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.92281250000000004], "rotation": -0.0, "id": "el776174532305680"}, {"v_baseline": "auto", "h_anchor": "start", "color": "#000000", "text": "Cluster 2", "coordinates": "axes", "zorder": 1000003.0, "alpha": 1, "fontsize": 14.399999999999999, "position": [0.78844791666666647, 0.88687500000000008], "rotation": -0.0, "id": "el776174532385872"}], "zoomable": true, "images": [], "xdomain": [0.0, 0.40000000000000002], "ylim": [-0.10000000000000001, 0.90000000000000002], "paths": [{"edgecolor": "#000000", "facecolor": "#FFFFFF", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000001.0, "alpha": 1.0, "xindex": 0, "data": "data08", "id": "el776174532302928"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": "", "grid": {"gridOn": false}, "fontsize": null, "position": "bottom", "nticks": 0, "tickvalues": []}, {"scale": "linear", "tickformat": "", "grid": {"gridOn": false}, "fontsize": null, "position": "left", "nticks": 0, "tickvalues": []}], "lines": [{"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data01", "id": "el776174526795280"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data03", "id": "el776174530006096"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 2, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data05", "id": "el776174530062864"}, {"color": "#FFFFFF", "yindex": 1, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532304208"}, {"color": "#FFFFFF", "yindex": 2, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532384400"}, {"color": "#FFFFFF", "yindex": 3, "coordinates": "axes", "dasharray": "10,0", "zorder": 1000002.0, "alpha": 1, "xindex": 0, "linewidth": 1.0, "data": "data07", "id": "el776174532386704"}], "markers": [{"edgecolor": "#FFFFFF", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data01", "id": "el776174526795280pts"}, {"edgecolor": "#000000", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data02", "id": "el776174526795920pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data03", "id": "el776174530006096pts"}, {"edgecolor": "#000000", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data04", "id": "el776174530006800pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data05", "id": "el776174530062864pts"}, {"edgecolor": "#000000", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 1, "coordinates": "data", "zorder": 2, "markerpath": [[[0.0, 3.0], [0.7956093000000001, 3.0], [1.5587396123545605, 2.683901074764725], [2.121320343559643, 2.121320343559643], [2.683901074764725, 1.5587396123545605], [3.0, 0.7956093000000001], [3.0, 0.0], [3.0, -0.7956093000000001], [2.683901074764725, -1.5587396123545605], [2.121320343559643, -2.121320343559643], [1.5587396123545605, -2.683901074764725], [0.7956093000000001, -3.0], [0.0, -3.0], [-0.7956093000000001, -3.0], [-1.5587396123545605, -2.683901074764725], [-2.121320343559643, -2.121320343559643], [-2.683901074764725, -1.5587396123545605], [-3.0, -0.7956093000000001], [-3.0, 0.0], [-3.0, 0.7956093000000001], [-2.683901074764725, 1.5587396123545605], [-2.121320343559643, 2.121320343559643], [-1.5587396123545605, 2.683901074764725], [-0.7956093000000001, 3.0], [0.0, 3.0]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data06", "id": "el776174530063376pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#C67302", "edgewidth": 0.5, "yindex": 1, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532304784pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#38EF6D", "edgewidth": 0.5, "yindex": 2, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532384976pts"}, {"edgecolor": "#FFFFFF", "facecolor": "#178623", "edgewidth": 0.5, "yindex": 3, "coordinates": "axes", "zorder": 1000002.0, "markerpath": [[[0.0, 1.5], [0.39780465000000004, 1.5], [0.7793698061772802, 1.3419505373823626], [1.0606601717798214, 1.0606601717798214], [1.3419505373823626, 0.7793698061772802], [1.5, 0.39780465000000004], [1.5, 0.0], [1.5, -0.39780465000000004], [1.3419505373823626, -0.7793698061772802], [1.0606601717798214, -1.0606601717798214], [0.7793698061772802, -1.3419505373823626], [0.39780465000000004, -1.5], [0.0, -1.5], [-0.39780465000000004, -1.5], [-0.7793698061772802, -1.3419505373823626], [-1.0606601717798214, -1.0606601717798214], [-1.3419505373823626, -0.7793698061772802], [-1.5, -0.39780465000000004], [-1.5, 0.0], [-1.5, 0.39780465000000004], [-1.3419505373823626, 0.7793698061772802], [-1.0606601717798214, 1.0606601717798214], [-0.7793698061772802, 1.3419505373823626], [-0.39780465000000004, 1.5], [0.0, 1.5]], ["M", "C", "C", "C", "C", "C", "C", "C", "C", "Z"]], "alpha": 1, "xindex": 0, "data": "data07", "id": "el776174532387280pts"}], "id": "el776174730477712", "ydomain": [-0.10000000000000001, 0.90000000000000002], "collections": [], "xscale": "linear", "bbox": [0.125, 0.099999999999999978, 0.16847826086956524, 0.80000000000000004]}, {"xlim": [0.0, 25.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 25.0], "ylim": [0.0, 400.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174530739664"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174530740944"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174530792208"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data12", "id": "el776174530793872"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174530857040"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data14", "id": "el776174530858704"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data15", "id": "el776174530859984"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data16", "id": "el776174530915344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174530917008"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data18", "id": "el776174530967888"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data19", "id": "el776174530969552"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data20", "id": "el776174503118480"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174503120144"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174503121808"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data23", "id": "el776174503172688"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data24", "id": "el776174503174352"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data25", "id": "el776174503233424"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data21", "id": "el776174503235088"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data12", "id": "el776174503236368"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data26", "id": "el776174503279440"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data27", "id": "el776174503281104"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data28", "id": "el776174503471248"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data29", "id": "el776174503472912"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data30", "id": "el776174503519696"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data15", "id": "el776174503521360"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 6, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 9, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174532430096", "ydomain": [0.0, 400.0], "collections": [], "xscale": "linear", "bbox": [0.32717391304347831, 0.099999999999999978, 0.16847826086956519, 0.80000000000000004]}, {"xlim": [0.0, 18.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 18.0], "ylim": [0.0, 30.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174503613520"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174503705104"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174530739408"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data10", "id": "el776174529663760"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174529747792"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data13", "id": "el776174529749456"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data10", "id": "el776174529804432"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data10", "id": "el776174529806096"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174530201040"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data15", "id": "el776174530202704"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data09", "id": "el776174530204368"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data11", "id": "el776174530259344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174530261008"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174530315984"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data22", "id": "el776174530317648"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data11", "id": "el776174530319312"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 1, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data20", "id": "el776174530370192"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data11", "id": "el776174530371856"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 10, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 7, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174340874576", "ydomain": [0.0, 30.0], "collections": [], "xscale": "linear", "bbox": [0.52934782608695663, 0.099999999999999978, 0.16847826086956519, 0.80000000000000004]}, {"xlim": [0.0, 25.0], "yscale": "linear", "axesbg": "#FFFFFF", "texts": [], "zoomable": true, "images": [], "xdomain": [0.0, 25.0], "ylim": [0.0, 450.0], "paths": [{"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data09", "id": "el776174531630288"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 6, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data10", "id": "el776174531631888"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 6, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data11", "id": "el776174531633552"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 7, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data10", "id": "el776174531688528"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data13", "id": "el776174531690192"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data13", "id": "el776174531691472"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 8, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data10", "id": "el776174531746832"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data10", "id": "el776174531748496"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data17", "id": "el776174531072528"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data15", "id": "el776174531069200"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data09", "id": "el776174530981968"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 7, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 3, "data": "data11", "id": "el776174530674960"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data21", "id": "el776174530552912"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 4, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data22", "id": "el776174530471952"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 8, "data": "data11", "id": "el776174530419344"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data11", "id": "el776174340871568"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data20", "id": "el776174531800976"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 10, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 5, "data": "data11", "id": "el776174531356240"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data12", "id": "el776174531357904"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data26", "id": "el776174531359568"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 9, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 11, "data": "data11", "id": "el776174531381776"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 3, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 4, "data": "data12", "id": "el776174531383440"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data29", "id": "el776174531368784"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 2, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 0, "data": "data30", "id": "el776174531370448"}, {"edgecolor": "#000000", "facecolor": "#FF0000", "edgewidth": 1.0, "pathcodes": ["M", "L", "L", "L", "Z"], "yindex": 5, "coordinates": "data", "dasharray": "10,0", "zorder": 1, "alpha": 1, "xindex": 2, "data": "data15", "id": "el776174531371728"}], "sharey": [], "sharex": [], "axesbgalpha": null, "axes": [{"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "bottom", "nticks": 6, "tickvalues": null}, {"scale": "linear", "tickformat": null, "grid": {"gridOn": false}, "fontsize": 12.0, "position": "left", "nticks": 10, "tickvalues": null}], "lines": [], "markers": [], "id": "el776174503878224", "ydomain": [0.0, 450.0], "collections": [], "xscale": "linear", "bbox": [0.73152173913043483, 0.099999999999999978, 0.1684782608695653, 0.80000000000000004]}], "height": 800.0, "width": 2400.0, "plugins": [{"type": "reset"}, {"enabled": false, "button": true, "type": "zoom"}, {"enabled": false, "button": true, "type": "boxzoom"}, {"voffset": 10, "labels": ["The Good Father tt0093103 Drama ", "Vagabond tt0089960 Drama ", "Fuk sing go jiu tt0089177 Action, Comedy ", "My Life as a Dog tt0089606 Drama, Comedy ", "3 hommes et un couffin tt0090206 Comedy ", "When Father Was Away on Business tt0089748 Drama ", "Savage World Today tt0138624 Documentary ", "Gotcha! tt0089222 Action, Comedy, Mystery ", "Megazone Twenty Three Part I tt0160521 Animation, Action, Music ", "Mo deng xian lu qi yuan tt0089608 Comedy, Romance ", "Spies Like Us tt0090056 Adventure, Comedy ", "Lee Ritenour & Dave Grusin Live from the Record Plant tt0407942 Music ", "Childrens Songs and Stories with the Muppets tt0485453 Comedy, Family, Fantasy ", "Lost in America tt0089504 Comedy ", "Ji yung sam bo tt0089631 Action, Comedy ", "Girls Just Want to Have Fun tt0089208 Comedy, Music, Romance ", "My Lucky Stars 2: Twinkle Twinkle Lucky Stars tt0090342 Action, Comedy ", "Padre nuestro tt0087869 Drama ", "Colonel Redl tt0089716 Biography, Drama, History ", "Secret Admirer tt0089981 Comedy, Romance ", "After Hours tt0088680 Comedy, Drama, Thriller ", "Szaffi tt0137226 Animation ", "Jean Cocteau: Autobiography of an Unknown tt0089367 Documentary, Biography ", "The Sure Thing tt0090103 Comedy, Drama, Romance ", "The New Kids tt0089679 Drama, Horror, Thriller ", "The Feather Fairy tt0089800 Comedy, Fantasy, Romance ", "Death Wish 3 tt0089003 Action, Crime, Drama ", "Uuno Epsanjassa tt0090245 Comedy ", "Hail Mary tt0089366 Drama ", "St. Elmo's Fire tt0090060 Drama, Romance ", "Better Off Dead... tt0088794 Comedy, Romance ", "Zikina dinastija tt0181182 Comedy ", "Hua jie shi dai tt0089651 N/A ", "Sheng dan qi yu jie liang yuan tt0090011 Comedy, Crime ", "Prisoner 407 tt0122089 Action, Drama, Thriller ", "Into the Night tt0089346 Comedy, Drama, Thriller ", "Men... tt0089656 Comedy, Romance ", "Runaway Train tt0089941 Action, Adventure, Drama ", "Porky's 3: Revenge tt0089826 Comedy ", "The Return of the Living Dead tt0089907 Comedy, Horror, Sci-Fi ", "D\u00e9tective tt0089066 Comedy, Crime, Drama ", "Kiss of the Spider Woman tt0089424 Drama ", "Code of Silence tt0088936 Action, Crime, Drama ", "Insignificance tt0089343 Drama, Comedy ", "Peril tt0089860 Crime, Drama, Mystery ", "The Color Purple tt0088939 Drama ", "Just One of the Guys tt0089393 Comedy, Romance ", "My Science Project tt0089652 Action, Adventure, Comedy ", "La messa \u00e8 finita tt0089584 Comedy, Drama ", "The Dirty Dozen: Next Mission tt0089026 Action, War ", "Once Bitten tt0089730 Comedy, Horror ", "The Purple Rose of Cairo tt0089853 Comedy, Romance ", "La mansi\u00f3n de los muertos vivientes tt0089547 Horror ", "They Deliver tt0242945 Adult ", "Private Resort tt0089839 Comedy ", "Trinity: Good Guys and Bad Guys tt0089591 Action, Comedy, Crime ", "Huang jia shi jie tt0093229 Action, Crime, Drama ", "Yo, 'El Vaquilla' tt0090354 Action, Biography, Drama ", "Anzacs tt0088479 Drama, History, War ", "Wetherby tt0090310 Drama, Mystery ", "Chikan densha: Shanai de ippatsu tt0142170 N/A ", "Faces of Death III tt0121261 Documentary, Horror ", "Zimniy vecher v Gagrakh tt0090370 Comedy, Drama, Musical ", "The Journey of Natty Gann tt0089385 Family, Adventure ", "Clue tt0088930 Comedy, Crime, Mystery ", "The King of Friday Night tt0089423 Drama, Music ", "Heart of a Dragon tt0091427 Action, Comedy, Crime ", "Year of the Dragon tt0090350 Action, Crime, Drama ", "Fool for Love tt0089160 Drama ", "Tea in the Harem tt0090171 Drama ", "Pale Rider tt0089767 Western ", "The Young Vagabond tt0354234 Action, Comedy ", "Phenomena tt0087909 Horror, Mystery, Thriller ", "Festa di laurea tt0089136 Comedy, Drama, Romance ", "Commando tt0088944 Action, Adventure ", "How Poets Are Losing Their Illusions tt0087495 Comedy ", "A Chorus Line tt0088915 Drama, Music, Musical ", "Scorpio Nights tt0117568 Drama ", "Perfect tt0089798 Drama, Romance ", "American Ninja tt0088708 Action, Adventure, Romance ", "Police tt0089821 Crime, Drama, Romance ", "Summer Rental tt0090098 Comedy ", "Shovrim tt0152427 Comedy ", "Alice in Wonderland tt0088693 Adventure, Family, Fantasy ", "Meri Jung tt0084324 Drama ", "Yudh tt0090358 Action, Crime, Drama ", "L'amour braque tt0088714 Drama, Romance ", "The Unknown Soldier tt0090215 Drama, War ", "Head Office tt0091183 Comedy ", "Remo Williams: The Adventure Begins tt0089901 Action, Adventure, Comedy ", "My Sweet Little Village tt0090257 Comedy ", "O ippotis tis lakouvas tt0200739 Comedy, Sci-Fi ", "Das Boot tt0081834 Drama, War ", "Mismatched Couples tt0089865 Action, Comedy, Romance ", "An Early Frost tt0089069 Drama ", "Friday the 13th: A New Beginning tt0089173 Horror, Mystery, Thriller ", "Beyond the Walls tt0087699 Drama ", "Stronghold tt0090325 Crime, Thriller ", "Les nanas tt0087779 Comedy ", "The Falcon and the Snowman tt0087231 Biography, Crime, Drama ", "The Boys Next Door tt0090770 Crime, Drama, Thriller ", "Oar tt0202936 Drama ", "Silverado tt0090022 Action, Crime, Drama ", "Cocoon tt0088933 Sci-Fi ", "W starym dworku czyli niepodleglosc tr\u00f3jkat\u00f3w tt0088372 Horror ", "The Breakfast Club tt0088847 Comedy, Drama ", "The Lightship tt0089491 Drama ", "Murphy's Romance tt0089643 Comedy, Drama, Romance ", "Fletch tt0089155 Comedy, Crime, Mystery ", "Barbarian Queen tt0088771 Action, Adventure, Fantasy ", "Taboo IV: The Younger Generation tt0134988 Adult, Drama ", "Jawaab tt0349645 Romance, Thriller ", "Kobieta w kapeluszu tt0089432 N/A ", "Maa Kasam tt0243395 N/A ", "Taiwan Canasta tt0090122 Comedy, Drama ", "Target tt0090130 Action, Thriller, Drama ", "White Nights tt0090319 Drama ", "Desert Hearts tt0089015 Drama, Romance ", "Babel op\u00e9ra, ou la r\u00e9p\u00e9tition de Don Juan de Wolfgang Amadeus Mozart tt0182756 Comedy, Music ", "And Then tt0091989 Drama ", "The Mean Season tt0089572 Crime, Thriller ", "Explorers tt0089114 Adventure, Family, Sci-Fi ", "The Official Story tt0089276 Drama, History, War ", "Sacrifice tt0091670 Drama ", "Nattseilere tt0089671 Adventure, Drama ", "All Over Down Under tt0383179 Documentary, Sport ", "Peking Opera Blues tt0090952 Comedy, Action ", "The Decline of the American Empire tt0090985 Comedy, Drama ", "Inspecteur Lavardin tt0091270 Crime, Drama, Mystery ", "River's Edge tt0091860 Crime, Drama ", "Gung Ho tt0091159 Comedy, Drama ", "Die Fledermaus tt0252440 Comedy, Music ", "Blue Velvet tt0090756 Crime, Drama, Mystery ", "Making of 'Devil Woman Doctor' tt1433537 Documentary ", "Ginger and Fred tt0091113 Comedy, Drama ", "Manhunter tt0091474 Crime, Mystery, Thriller ", "Secvente tt0130246 Drama ", "Black Moon Rising tt0090735 Action, Sci-Fi, Thriller ", "Hong kil dong tt0254387 Action, Fantasy, Adventure ", "Aliens tt0090605 Action, Adventure, Sci-Fi ", "God's Country tt0091125 Documentary ", "Just Between Friends tt0091310 Drama ", "Huan le ding dong tt0091227 N/A ", "El exterminador nocturno tt0202868 Drama, Family, Fantasy ", "Summer tt0091830 Drama, Romance ", "The Assault tt0090576 Drama, History, Romance ", "At Close Range tt0090670 Crime, Drama ", "The Color of Money tt0090863 Drama, Sport ", "Hoosiers tt0091217 Drama, Sport ", "Something Wild tt0091983 Comedy, Crime, Romance ", "The Great Wall Is a Great Wall tt0091151 Comedy, Drama ", "Allah-Rakha tt0090611 N/A ", "Gokud\u00f4 no onna-tachi tt0225881 Crime ", "Matador tt0091495 Drama, Mystery, Thriller ", "Wild Pigeon tt0090845 Drama ", "Th\u00e9r\u00e8se tt0092090 Drama ", "Krik delfina tt0091357 Action, Sci-Fi ", "Pirates tt0091757 Adventure, Comedy, Family ", "Mona Lisa tt0091538 Crime, Drama, Romance ", "Jumpin' Jack Flash tt0091306 Comedy, Romance, Thriller ", "Dust in the Wind tt0091406 Drama, Romance ", "A Time to Live, a Time to Die tt0090185 Biography, Drama ", "Shanghai Express tt0091091 Action, Comedy, Western ", "The Fugitives tt0091093 Comedy, Crime ", "Down and Out in Beverly Hills tt0090966 Comedy ", "A Hearty Response tt0092260 Action, Comedy, Crime ", "Hannah and Her Sisters tt0091167 Comedy, Drama ", "Shen tan zhu gu li tt0091940 Comedy, Crime ", "Xiong mao tt0092252 Comedy, Fantasy, Horror ", "Final Take: The Golden Age of Movies tt0093348 Drama ", "Dei ha ching tt0090922 N/A ", "Zui jia fu xing tt0091447 Action, Comedy ", "Ba wang nu fu xing tt0090681 Action, Comedy, Drama ", "Shuang long tu zhu tt0091951 Action, Comedy ", "Above the Law tt0094374 Action ", "Platoon tt0091763 Drama, War ", "Forbidden Dreams tt0091976 Drama ", "When the Wind Blows tt0090315 Animation, Comedy, Drama ", "Running Scared tt0091875 Action, Comedy, Crime ", "Awara tt0246443 N/A ", "Cobra tt0090859 Action, Crime, Horror ", "Rosa Luxemburg tt0091869 Biography, Drama ", "Pisma myortvogo cheloveka tt0091759 Drama, Sci-Fi ", "Armed and Dangerous tt0090660 Action, Comedy, Crime ", "Raw Deal tt0091828 Action, Crime, Thriller ", "The Passage tt0091730 Adventure, Drama, Fantasy ", "The Golden Child tt0091129 Action, Adventure, Comedy ", "...And the Pursuit of Happiness tt0092561 Documentary ", "Cat City tt0179955 Animation, Adventure, Comedy ", "Du mich auch tt0090977 N/A ", "True Stories tt0092117 Musical, Comedy ", "Ga, Ga - Chwala bohaterom tt0091096 Horror, Sci-Fi ", "My Friend Ivan Lapshin tt0084345 Drama ", "In the Shadow of the Blue Rascal tt0229088 N/A ", "Id\u00f6 van tt0091253 Drama ", "Wacked Waitresses tt0153617 Adult ", "Miscellaneous News tt0090254 N/A ", "Tough Guys tt0092105 Comedy ", "The Venetian Woman tt0092157 Drama, Romance ", "Nothing in Common tt0091653 Comedy, Drama, Romance ", "Murphy's Law tt0091575 Action, Crime, Drama ", "Heartburn tt0091188 Comedy, Drama ", "Where There's Smoke tt0178103 Adult ", "Every Time We Say Goodbye tt0091019 Drama, Romance, War ", "Jason Lives: Friday the 13th Part VI tt0091080 Horror, Thriller ", "Regalo di Natale tt0091837 Drama ", "Avenging Force tt0090678 Action, Drama, Thriller ", "Karma tt0091328 Action, Adventure, Comedy ", "Fuk Fuk \u00e0 Brasileira tt0438856 Adult ", "The Professor tt0088879 Crime, Drama ", "Ruthless People tt0091877 Comedy, Crime ", "Down by Law tt0090967 Comedy, Crime, Drama ", "Flodder tt0091060 Action, Comedy ", "Mort un dimanche de pluie tt0091556 Horror, Thriller ", "The Karate Kid, Part II tt0091326 Action, Family, Romance ", "Lady Jane tt0091374 Biography, Drama, History ", "My Brother-in-law Killed My Sister tt0089613 Comedy, Thriller ", "Defense of the Realm tt0089009 Thriller ", "Quicksilver tt0091814 Crime, Drama, Thriller ", "Power tt0091786 Drama ", "Korkusuz tt1355207 Action ", "A King and His Movie tt0089794 Comedy, Drama ", "Sword of Gideon tt0092038 Action, Drama, Thriller ", "Janbaaz tt0091284 Action, Drama ", "Salvador tt0091886 Drama, History, Thriller ", "Vamp tt0092147 Comedy, Horror ", "Pretty in Pink tt0091790 Comedy, Drama, Romance ", "M\u00e9nage tt0092068 Comedy, Crime, Drama ", "Kynigoi tt1373161 Short ", "Ovo malo duse tt0455672 Drama ", "Hey Babu Riba tt0091200 Drama, Romance ", "I Do Not Know What It Is I Am Like tt0230316 N/A ", "Priklyucheniya Sherloka Kholmsa i doktora Vatsona: Dvadtsatyy vek nachinaetsya tt0091942 Crime, Mystery ", "Demons 2 tt0090930 Horror ", "No Mercy tt0091637 Action, Crime, Romance ", "Hardbodies 2 tt0091173 Comedy ", "L'ex\u00e9cutrice tt0091025 Action, Thriller ", "The Manhattan Project tt0091472 Sci-Fi, Thriller ", "Iron Eagle tt0091278 Action, Thriller, War ", "Scene of the Crime tt0091410 Drama ", "About Last Night... tt0090583 Comedy, Drama, Romance ", "Charlotte for Ever tt0090815 Comedy, Drama ", "Comic Magazine tt0091354 Comedy ", "George Carlin: Playin' with Your Head tt0199554 Documentary, Comedy ", "Resting Place tt0091844 Drama ", "Ahora mis pistolas hablan tt0093856 Western ", "Speriamo che sia femmina tt0090055 Comedy, Drama ", "Rus iznachalnaya tt0091876 Drama, History ", "Big Trouble in Little China tt0090728 Action, Adventure, Comedy ", "Maximum Overdrive tt0091499 Action, Horror, Sci-Fi ", "Comrades tt0092772 Drama ", "Jean de Florette tt0091288 Drama ", "Manon of the Spring tt0091480 Drama ", "Mama is boos! tt0091466 Comedy ", "The Terrorizers tt0091355 Drama ", "Gin\u00ee piggu 4: P\u00eet\u00e2 no akuma no joi-san tt0161639 Comedy, Horror ", "Kochankowie mojej mamy tt0091352 Drama ", "Half Moon Street tt0091164 Thriller, Drama ", "Back to School tt0090685 Comedy, Romance, Sport ", "I Love Dollars tt0322698 N/A ", "Jiang shi jia zu: Jiang shi xian sheng xu ji tt0091293 Comedy, Horror ", "Betty Blue tt0090563 Drama, Romance ", "The Mosquito Coast tt0091557 Adventure, Drama, Thriller ", "The Hitcher tt0091209 Action, Thriller ", "Short Circuit tt0091949 Comedy, Family, Sci-Fi ", "Canada Vignettes: Ice Carnival Montreal 1885 - Canadian Bounce tt0236064 Short ", "Absolute Beginners tt0090585 Drama, Fantasy, Musical ", "The Money Pit tt0091541 Comedy ", "Shadows in Paradise tt0092149 Comedy, Drama, Romance ", "The Delta Force tt0090927 Action, Adventure, Drama ", "Flight of the Navigator tt0091059 Adventure, Family, Sci-Fi ", "No Way Out tt0093640 Action, Crime, Drama ", "Stakeout tt0094025 Action, Comedy, Crime ", "House of Games tt0093223 Crime, Mystery, Thriller ", "Saang gong kei bing II tt0093957 Action, Crime, Thriller ", "Cry Freedom tt0092804 Biography, Drama, History ", "Street Trash tt0094057 Comedy, Horror ", "Roxanne tt0093886 Comedy, Drama, Romance ", "La vall\u00e9e fant\u00f4me tt0094239 Drama ", "Gardens of Stone tt0093073 Drama, War, Romance ", "Square Dance tt0094020 Drama, Romance ", "3 Men and a Baby tt0094137 Comedy, Drama, Family ", "A Taxing Woman tt0093502 Comedy, Crime ", "Prick Up Your Ears tt0093776 Biography, Drama ", "The Pick-up Artist tt0093737 Comedy, Crime, Romance ", "Under the Sun of Satan tt0094011 Drama ", "Body Count tt0198341 Drama, Horror, Thriller ", "The Stepfather tt0094035 Thriller ", "Wicked City tt0098692 Animation, Fantasy, Horror ", "Outrageous Fortune tt0093690 Comedy ", "Blind Chance tt0084549 Drama ", "Pirates of the Lake tt0093591 Adventure ", "Au Revoir Les Enfants tt0092593 Biography, Drama, War ", "King Lear tt0093349 Comedy, Drama, Sci-Fi ", "Rambo tt0093823 Short ", "A Man from Boulevard des Capucines tt0092745 Comedy, Musical, Romance ", "Summer School tt0094072 Comedy, Romance ", "Professor Raat tt0131547 N/A ", "Good Morning, Vietnam tt0093105 Comedy, Drama, War ", "Lo negro del 'Negro'... (Poder que corrompe) tt0217684 Action ", "Dust in the Wind tt0091406 Drama, Romance ", "Boyfriends and Girlfriends tt0092550 Comedy, Drama, Romance ", "The Believers tt0092632 Horror ", "An Autumn's Tale tt0093426 Drama, Romance ", "Party Animals tt0145310 Adult ", "Some Kind of Wonderful tt0094006 Drama, Romance ", "Project A-Ko 2: Daitokuji zaibatsu no inb\u00f4 tt0093792 Animation, Comedy ", "Suspect tt0094082 Crime, Drama, Thriller ", "Withnail & I tt0094336 Comedy, Drama ", "Death Wish 4: The Crackdown tt0092857 Action, Crime, Drama ", "Flaming Brothers tt0093305 Action, Crime, Romance ", "Family Comedy Hour tt0338025 Comedy ", "Project A 2 tt0092501 Action, Comedy, Crime ", "Wings of Honneamise tt0093207 Animation, Drama, Sci-Fi ", "The Romancing Star tt0093056 Comedy, Romance ", "Piao cuo can tt0093735 N/A ", "The Lighthorsemen tt0093416 War, Drama ", "The Principal tt0093780 Crime, Drama, Thriller ", "Feliz Ano Velho tt0261690 Drama ", "The Dead tt0092843 Drama ", "Courier tt0091364 Comedy, Drama, Romance ", "Four Adventures of Reinette and Mirabelle tt0090565 Comedy, Drama, Romance ", "Lethal Weapon tt0093409 Action, Thriller ", "My Best Friend's Birthday tt0359715 Comedy ", "Wanted: Dead or Alive tt0094293 Action, Crime, Drama ", "Law of Desire tt0093412 Comedy, Drama, Thriller ", "Prince of Darkness tt0093777 Horror ", "Wall Street tt0094291 Crime, Drama ", "Critical Condition tt0092798 Comedy ", "China Girl tt0092751 Crime, Drama, Romance ", "Wings of Desire tt0093191 Drama, Romance ", "The Emperor's Naked Army Marches On tt0092963 Documentary, War ", "*batteries not included tt0092494 Comedy, Drama, Family ", "Broadcast News tt0092699 Comedy, Drama, Romance ", "Cold Summer of 1953 tt0095441 Action, Crime, Drama ", "How Poets Are Enjoying Their Lives tt0093291 Comedy ", "Anguish tt0090644 Horror, Thriller ", "Masques tt0093505 Comedy, Crime ", "Ironweed tt0093277 Drama ", "Czarne stopy tt0099335 N/A ", "Barfly tt0092618 Comedy, Drama, Romance ", "Tin Men tt0094155 Comedy, Drama ", "Who's That Girl tt0094321 Comedy, Music, Romance ", "Dragnet tt0092925 Comedy, Crime ", "Hope and Glory tt0093209 Comedy, Drama ", "RoboCop tt0093870 Action, Crime, Sci-Fi ", "Spaceballs tt0094012 Adventure, Comedy, Sci-Fi ", "From the Hip tt0093051 Comedy, Drama ", "Tough Guys Don't Dance tt0094169 Comedy, Crime, Drama ", "Creepshow 2 tt0092796 Comedy, Horror, Thriller ", "Dirty Dancing tt0092890 Drama, Music, Romance ", "Baby Boom tt0092605 Comedy, Drama, Romance ", "Personal Services tt0093727 Comedy ", "Amazon Women on the Moon tt0092546 Comedy, Sci-Fi ", "The Cure in Orange tt0163593 Documentary, Music ", "Street Smart tt0094056 Crime, Drama, Thriller ", "Jack & Jill tt0345452 Comedy ", "Matewan tt0093509 Drama, History ", "Szam\u00e1rk\u00f6h\u00f6g\u00e9s tt0092040 Drama ", "The Princess Bride tt0093779 Adventure, Comedy, Family ", "Morning Patrol tt0093791 Sci-Fi ", "The Witches of Eastwick tt0094332 Comedy, Fantasy, Horror ", "Beverly Hills Cop II tt0092644 Action, Comedy, Crime ", "The Charles Bukowski Tapes tt1019894 Documentary ", "Thoovanathumbikal tt0249188 Drama, Fantasy, Musical ", "Aradhana tt0092578 Musical, Romance ", "La piovra 3 tt0256568 Crime, Drama, Romance ", "The Cry of the Owl tt0092797 Drama, Romance, Thriller ", "Ijaazat tt0091256 Drama, Musical, Romance ", "Mournful Unconcern tt0124127 N/A ", "They Call Me Renegade tt0095975 Action, Adventure, Comedy ", "Skytturnar tt0093985 Drama ", "Assassination tt0092585 Action, Drama, Thriller ", "Madox-01 tt0093529 Animation, Comedy, Sci-Fi ", "Sweets from a Stranger tt0092722 Horror, Thriller ", "The Garbage Pail Kids Movie tt0093072 Adventure, Musical, Comedy ", "Nayakan tt0093603 Crime, Drama ", "84 Charing Cross Road tt0090570 Biography, Drama, Romance ", "Someone to Watch Over Me tt0094008 Action, Crime, Drama ", "September tt0093940 Drama ", "Murder by the Book tt0093585 Crime, Mystery, Thriller ", "Overboard tt0093693 Comedy, Romance ", "Night Journey tt0280356 N/A ", "Eastern Condors tt0090956 Action, Drama, War ", "Zavtra byla voyna tt0094369 Drama, Family, War ", "The Secret of My Succe$s tt0093936 Comedy ", "De ratelrat tt0093824 Crime ", "Dynamite Fighters tt0094375 Action, Drama ", "Promis... jur\u00e9! tt0095915 Comedy, War ", "Blind Date tt0092666 Comedy, Romance ", "The Video Dead tt0155350 Comedy, Horror ", "Fatal Attraction tt0093010 Drama, Horror, Romance ", "Best Seller tt0092641 Crime, Drama, Thriller ", "Princess from the Moon tt0094100 Adventure, Drama, Fantasy ", "Can't Buy Me Love tt0092718 Comedy, Drama, Romance ", "Moonstruck tt0093565 Comedy, Drama, Romance ", "What Every Frenchwoman Wants tt0092995 Comedy ", "Assa tt0094683 Crime, Drama, History ", "Planes, Trains & Automobiles tt0093748 Comedy, Drama ", "Hamburger Hill tt0093137 Drama, War, Action ", "The Fourth Protocol tt0093044 Action, Thriller ", "Love Rites tt0094932 Drama, Mystery ", "Full Metal Jacket tt0093058 Drama, War ", "The Year My Voice Broke tt0094347 Drama, Romance ", "Five Corners tt0093029 Drama ", "Hiding Out tt0093186 Comedy, Drama, Romance ", "A Nightmare on Elm Street 3: Dream Warriors tt0093629 Horror, Thriller ", "Leere Welt tt0093398 Drama, Sci-Fi ", "Aha Naa Pellanta tt0249336 Comedy ", "The Rosary Murders tt0093881 Crime, Drama, Mystery ", "Aniol w szafie tt0092567 Drama ", "Heng cai san qian wan tt0089270 Adventure, Comedy ", "Angel Heart tt0092563 Horror, Mystery, Thriller ", "Black Widow tt0090738 Crime, Thriller ", "Eddie Murphy Raw tt0092948 Documentary, Comedy ", "Jerry Seinfeld: Stand-Up Confidential tt0158687 Comedy ", "Cobra Verde tt0094888 Adventure, Drama ", "Crazy Love tt0092794 Drama ", "Legend of the White Horse tt0089471 Adventure ", "It's Alive III: Island of the Alive tt0093286 Horror ", "Cherry 2000 tt0092746 Action, Adventure, Sci-Fi ", "The Hidden tt0093185 Action, Crime, Horror ", "Adventures in Babysitting tt0092513 Action, Comedy, Crime ", "Bad tt0124288 Short, Music, Musical ", "Tiger on Beat tt0095491 Action, Comedy, Crime ", "Cocoon: The Return tt0094890 Adventure, Comedy, Mystery ", "Amsterdamned tt0094651 Action, Horror, Thriller ", "Mystic Pizza tt0095690 Comedy, Drama, Romance ", "Location Production Footage: The Last Temptation of Christ tt0374003 Documentary, Short ", "Bright Lights, Big City tt0094799 Drama ", "Dirty Rotten Scoundrels tt0095031 Comedy, Crime ", "Fright Night Part 2 tt0097390 Horror, Comedy ", "Whoops Apocalypse tt0092211 Comedy ", "La maison assassin\u00e9e tt0095567 Drama ", "Satisfaction tt0096037 Comedy, Music, Romance ", "Damnation tt0095475 Crime, Drama, Romance ", "Il commissario Lo Gatto tt0092770 Comedy ", "Scrooged tt0096061 Comedy, Drama, Fantasy ", "Biloxi Blues tt0094746 Comedy, Drama ", "The Lair of the White Worm tt0095488 Comedy, Horror ", "Ernest Saves Christmas tt0095107 Comedy, Family, Fantasy ", "Punchline tt0095927 Comedy, Drama, Romance ", "Taffin tt0096211 Action, Thriller ", "Bony a klid tt0092687 Comedy, Crime, Drama ", "Khatron Ke Khiladi tt0095440 Action, Comedy, Crime ", "Masquerade tt0095599 Drama, Mystery, Romance ", "Love with the Perfect Stranger tt0095551 Drama, Romance ", "Caddyshack II tt0094824 Comedy, Sport ", "Mi fantasma y yo tt0244657 Comedy, Drama, Fantasy ", "As Tears Go By tt0096461 Crime, Drama, Romance ", "Hok haau fung wan tt0096472 Action, Crime, Drama ", "The Bizarre Country tt0180866 Drama, Fantasy ", "Talk Radio tt0096219 Drama ", "Ya bon les blancs tt0095718 Comedy, Drama ", "The Last Temptation of Christ tt0095497 Drama ", "Igla tt0097561 Drama, Thriller ", "Les ann\u00e9es sandwiches tt0094662 Drama ", "To Kill a Priest tt0096280 Drama, History, Thriller ", "Bull Durham tt0094812 Comedy, Romance, Sport ", "Short Circuit 2 tt0096101 Comedy, Drama, Family ", "Bird tt0094747 Biography, Drama, Music ", "Cop tt0092783 Crime, Drama, Mystery ", "A Taxing Woman's Return tt0095597 Comedy, Crime ", "Pulse tt0095924 Horror, Sci-Fi ", "Rocket Gibraltar tt0096003 Drama ", "Mother tt0203548 N/A ", "Il frullo del passero tt0095150 Drama, Romance ", "Imagine: John Lennon tt0095360 Documentary, Biography, Music ", "Top Squad tt0094694 Action, Comedy ", "Chuang xie xian sheng tt0094875 Comedy, Horror, Romance ", "High Spirits tt0095304 Comedy, Fantasy, Horror ", "The Caine Mutiny Court-Martial tt0094826 Drama, War ", "The Couch Trip tt0094910 Comedy ", "Torch Song Trilogy tt0096289 Comedy, Drama, Romance ", "And God Created Woman tt0092559 Comedy, Drama, Romance ", "Batteries Included tt0131952 Adult ", "Colors tt0094894 Action, Crime, Drama ", "Hanussen tt0095276 Drama, History ", "La lectrice tt0095511 Comedy, Drama ", "The Rage of Love tt0095272 Drama ", "Guo bu xin lang tt0095264 Action, Comedy ", "Jack's Back tt0095389 Crime, Horror, Mystery ", "Jeete Hain Shaan Se tt0361772 Action ", "Jing zhuong zhui nu zi zhi er tt0095404 Comedy, Romance ", "Lie ying ji hua tt0095520 N/A ", "The Great Outdoors tt0095253 Comedy ", "Married to the Mob tt0095593 Comedy, Crime, Romance ", "She's Having a Baby tt0096094 Comedy, Drama, Romance ", "Action Jackson tt0094612 Action, Comedy, Crime ", "The South tt0094076 Drama ", "The Accused tt0094608 Crime, Drama ", "War and Remembrance tt0096725 Drama, War ", "Young Guns tt0096487 Action, Crime, Drama ", "A Handful of Dust tt0095274 Drama, Romance ", "Days of Eclipse tt0095040 Drama, Sci-Fi ", "Gangaa Jamunaa Saraswathi tt0095198 Action, Drama, Adventure ", "The Little Thief tt0098087 Drama, Crime, Romance ", "Apartment Zero tt0094667 Drama, Thriller ", "Tapeheads tt0096223 Comedy, Music ", "Return of the Living Dead II tt0095990 Comedy, Horror ", "Camp de Thiaroye tt0092716 Drama, War ", "Maniac Cop tt0095583 Action, Crime, Horror ", "Stand and Deliver tt0094027 Drama ", "L'\u00e9tudiante tt0096523 Comedy, Romance ", "Sound and Fury tt0094959 Drama ", "The House on Carroll Street tt0095333 Drama, Thriller ", "Betrayed tt0094731 Action, Drama, Romance ", "On the Silver Globe tt0093593 Adventure, Fantasy, Sci-Fi ", "Tequila Sunrise tt0096244 Action, Crime, Romance ", "Rambo III tt0095956 Action, Adventure, Thriller ", "Friday the 13th Part VII: The New Blood tt0095179 Horror, Thriller ", "Grave of the Fireflies tt0095327 Animation, Drama, War ", "Tezaab tt0096252 Musical, Romance ", "Distant Voices, Still Lives tt0095037 Drama ", "Off Limits tt0095774 Action, Thriller, War ", "Alien Nation tt0094631 Action, Crime, Sci-Fi ", "Mississippi Burning tt0095647 Crime, Drama, Mystery ", "Forever James Dean tt0268312 Documentary, Biography ", "Appleseed tt0094668 Animation, Crime, Sci-Fi ", "Dragons Forever tt0093015 Action, Comedy, Romance ", "Things Change tt0096259 Comedy, Crime, Drama ", "The Boost tt0094783 Drama, Romance ", "Red Heat tt0095963 Action, Comedy, Crime ", "The Blob tt0094761 Horror, Sci-Fi ", "Ramb-Ohh: The Sex Platoon tt0190685 Adult ", "A Fish Called Wanda tt0095159 Comedy, Crime ", "I'm Gonna Git You Sucka tt0095348 Action, Comedy ", "The Seventh Sign tt0096073 Drama, Fantasy, Horror ", "Time of the Gypsies tt0097223 Comedy, Crime, Drama ", "Nisuim Fiktiveem tt0099565 Drama ", "Les poss\u00e9d\u00e9s tt0093765 Drama ", "Clean and Sober tt0094884 Drama ", "Casual Sex? tt0094846 Comedy ", "Vice Versa tt0096380 Comedy, Fantasy ", "The Milagro Beanfield War tt0095638 Comedy, Fantasy, Drama ", "Dayavan tt0094958 Action, Crime, Drama ", "Midnight Run tt0095631 Action, Comedy, Crime ", "The Rescue tt0095981 Action, Adventure, Drama ", "Itin\u00e9raire d'un enfant g\u00e2t\u00e9 tt0095386 Drama, Adventure, Comedy ", "Gorod Zero tt0095244 Comedy, Drama, Mystery ", "Cocktail tt0094889 Comedy, Drama, Romance ", "Two Moon Junction tt0096324 Drama, Romance ", "Three Seats for the 26th tt0096309 Musical ", "Niezwykla podr\u00f3z Baltazara Kobera tt0095729 N/A ", "Tel Aviv-Los Angeles tt0145518 Drama ", "36 fillette tt0094596 Romance, Drama ", "Zhena kerosinshchika tt0096503 Drama ", "Vijay tt0096390 Action, Drama, Romance ", "Macho Dancer tt0095562 Drama ", "The Presidio tt0095897 Action, Crime, Mystery ", "Sweet Lies tt0096201 Comedy, Romance ", "Another Woman tt0094663 Drama ", "High Hopes tt0095302 Comedy, Drama ", "Above the Law tt0094602 Action, Crime, Drama ", "Crossing Delancey tt0094921 Comedy, Romance ", "Graveyard Shift II tt0096335 Horror ", "Coming to America tt0094898 Comedy, Romance ", "Dariya Dil tt0377738 Drama, Family ", "U2: Rattle and Hum tt0096328 Documentary, Music ", "7 mikroi kommandos tt1334200 Action, Family ", "Pik lik sin fung tt0126301 Action, Comedy, Crime ", "The Infernal Rapist tt0368410 Horror, Thriller ", "Hunting Time tt0123388 N/A ", "Twins tt0096320 Comedy ", "Buster tt0094819 Adventure, Biography, Comedy ", "'Rain Man' Featurette tt0880664 Documentary, Short ", "The Visitors tt0094730 Horror ", "George Carlin: What Am I Doing in New Jersey? tt0246644 Documentary, Comedy ", "The Dead Pool tt0094963 Action, Crime, Thriller ", "Shahenshah tt0093949 Action ", "Big tt0094737 Comedy, Drama, Fantasy ", "Mr. North tt0095665 Comedy, Drama ", "Salome's Last Dance tt0096029 Biography, Comedy, Drama ", "Never on Tuesday tt0095722 Comedy ", "Heart of a Dog tt0096126 Comedy, Drama, Sci-Fi ", "Balkan Express 2 tt0383905 Comedy, War ", "Distant Thunder tt0095036 Drama ", "Working Girl tt0096463 Comedy, Drama, Romance ", "Miracle Mile tt0097889 Action, Drama, Romance ", "They Live tt0096256 Action, Comedy, Horror ", "A Nightmare on Elm Street 4: The Dream Master tt0095742 Horror, Thriller ", "Ying zhao nu lang 1988 tt0095221 Drama ", "Die Venusfalle tt0096372 Drama ", "Big Business tt0094739 Comedy ", "La trasgressione tt0096299 Thriller ", "Die Hard tt0095016 Action, Thriller ", "Shoot to Kill tt0096098 Action, Adventure, Crime ", "Red Scorpion tt0098180 Action, Adventure ", "Story of Women tt0096336 Drama ", "Beetlejuice tt0094721 Comedy, Fantasy ", "The Naked Gun: From the Files of Police Squad! tt0095705 Comedy, Crime ", "Monsters University tt1453405 Animation, Adventure, Comedy ", "Gangster Squad tt1321870 Action, Crime, Drama ", "G.I. Joe: Retaliation tt1583421 Action, Adventure, Sci-Fi ", "Iron Man 3 tt1300854 Action, Adventure, Sci-Fi ", "The Big Wedding tt1931435 Comedy ", "After Earth tt1815862 Action, Adventure, Sci-Fi ", "Slightly Single in L.A. tt1227931 Comedy, Romance ", "Kill 'em All tt1928335 Action, Crime, Thriller ", "Now You See Me tt1670345 Crime, Mystery, Thriller ", "Movie 43 tt1333125 Comedy ", "The Last Stand tt1549920 Action, Crime, Thriller ", "She Made Them Do It tt2336846 Crime, Drama ", "Texas Chainsaw 3D tt1572315 Horror, Thriller ", "Officer Down tt1925479 Crime, Drama ", "Counterpunch tt2051850 Action, Biography, Drama ", "70th Golden Globe Awards tt2604420 N/A ", "Straight A's tt2024506 Comedy, Drama ", "Broken City tt1235522 Crime, Drama, Thriller ", "The Coalition tt2040537 Comedy, Romance ", "Parker tt1904996 Action, Crime, Thriller ", "The Makeover tt2377132 Comedy ", "Table No. 21 tt2229842 Adventure, Thriller ", "The Priest's Children tt2395421 Comedy, Drama ", "Sound City tt2306745 Documentary, Music ", "Naayak tt2440354 Action, Drama, Romance ", "Safe Haven tt1702439 Drama, Romance, Thriller ", "Spiders tt1659216 Sci-Fi, Thriller ", "V/H/S/2 tt2450186 Horror, Thriller ", "Hansel & Gretel Get Baked tt2081194 Comedy, Horror ", "Kill for Me tt2085957 Drama, Thriller ", "Vishwaroopam tt2199711 Action, Adventure, Crime ", "Company of Heroes tt2555426 Action, War ", "Vamp U tt1727885 Action, Comedy, Horror ", "Olympus Has Fallen tt2302755 Action, Thriller ", "Baby Geniuses and the Mystery of the Crown Jewels tt2150163 Family ", "The Oscars tt2461862 N/A ", "Standing Up tt1905042 Family ", "Identity Thief tt2024432 Comedy, Crime ", "Snitch tt0882977 Action, Drama, Thriller ", "David tt2358412 Action, Crime, Drama ", "The Frankenstein Theory tt2646378 Horror, Sci-Fi ", "Before Midnight tt2209418 Drama, Romance ", "Shadow People tt1764647 Thriller ", "Java Heat tt2083231 Action, Crime, Drama ", "Kadal tt2344672 Drama, Romance ", "Absolute Deception tt2179226 Action ", "I'm So Excited! tt2243389 Comedy ", "Miss Dial tt1819601 Comedy ", "Side Effects tt2053463 Crime, Drama, Thriller ", "The Wicked tt1986994 Fantasy, Horror, Thriller ", "Dark Feed tt1430077 Horror ", "Casting Couch tt2313189 Comedy ", "Tu Mera 22 Main Tera 22 tt2697592 Comedy ", "Admission tt1814621 Comedy, Drama, Romance ", "Vehicle 19 tt1911662 Action, Thriller ", "Dead Man Down tt2101341 Action, Crime, Drama ", "Welcome to the Punch tt1684233 Action, Crime, Thriller ", "The Lady Vanishes tt2183152 Drama ", "Phil Spector tt1745862 Biography, Drama ", "Pain & Gain tt1980209 Action, Comedy, Crime ", "Shotgun Wedding tt2750288 Comedy, Horror, Romance ", "Iron Man: Rise of Technovore tt2654124 Animation, Action, Sci-Fi ", "Pawn tt1551630 Crime, Thriller ", "Jolly LLB tt2621000 Comedy, Drama ", "Gundello Godari tt2327170 Adventure, Drama, Romance ", "Lotus Eaters tt1734580 Drama ", "Cheech & Chong's Animated Movie tt1340803 Animation, Comedy ", "The English Teacher tt2055765 Comedy, Drama ", "White House Down tt2334879 Action, Drama, Thriller ", "Louis C.K. Oh My God tt2510998 Comedy ", "Forbidden Woman tt2324544 Drama ", "Zombieland tt2090440 Adventure, Comedy, Horror ", "A Common Man tt2104837 Action, Thriller ", "Family Weekend tt1821426 Comedy, Drama ", "Dose of Reality tt1961279 Drama, Mystery, Thriller ", "Sirius tt2637848 Documentary ", "100 Degrees Below Zero tt2538128 Action, Sci-Fi ", "I Give It a Year tt2244901 Comedy, Romance ", "Seethamma Vakitlo Sirimalle Chettu tt2198161 Comedy, Family ", "Nee Ko Nja Cha tt2631098 Comedy, Romance ", "Lovestruck: The Musical tt2246673 Comedy, Fantasy, Musical ", "Last Passenger tt1858481 Action, Mystery, Thriller ", "The Power of Few tt0817545 Action, Crime, Drama ", "And Now a Word from Our Sponsor tt2094762 Comedy, Drama ", "Assault on Wall Street tt2368553 Action, Drama, Thriller ", "Our Girl tt2485988 Drama, War ", "Open Road tt1922679 Action, Drama, Thriller ", "The Challenger Disaster tt2421662 Drama ", "Once Upon a Time in Brooklyn tt1598172 Action, Crime ", "Bicycling with Moli\u00e8re tt2207050 Comedy, Drama ", "Dark Circles tt1863201 Horror ", "Captive tt2386203 Action, Thriller ", "12 Rounds 2: Reloaded tt2317524 Action, Adventure, Thriller ", "Behind the Candelabra tt1291580 Biography, Drama, Romance ", "The Last Cinderella tt2759642 Comedy, Romance ", "AE: Apocalypse Earth tt2756412 Action, Sci-Fi ", "Age of Dinosaurs tt2518926 Action, Sci-Fi ", "Ego tt2287715 Drama ", "All Stars tt2186766 Comedy ", "Commando tt2658126 Action ", "Mary and Martha tt2284766 Drama ", "90210: 4ever tt2939462 Documentary ", "Udhayam NH4 tt2872256 Action, Thriller ", "The Rambler tt2381355 Comedy, Drama, Horror ", "Rapture-Palooza tt1879032 Comedy, Fantasy ", "Mirchi tt2469980 Action, Drama ", "Redemption tt1893256 Action, Crime, Drama ", "Finding Joy tt1975158 Comedy, Drama ", "Axe Giant: The Wrath of Paul Bunyan tt1684548 Fantasy, Horror ", "We Are Modeselektor tt2860716 Documentary ", "Vuonna 85 tt2088974 Comedy, Drama, Music ", "3 Geezers! tt1825784 Comedy ", "Hatchet III tt1870419 Comedy, Horror, Thriller ", "Elysium tt1535108 Action, Drama, Sci-Fi ", "American Idiots tt1698651 Comedy, Romance ", "Ishkq in Paris tt1986040 Comedy, Romance ", "Things We Do for Love tt2167791 N/A ", "Summoned tt2429870 Horror, Mystery, Thriller ", "Vive la France tt2293138 Comedy ", "Child's Pose tt2187115 Drama ", "Radio tt2780192 Thriller ", "The Cosmonaut tt1629747 Drama, History, Romance ", "Breakup at a Wedding tt1935300 Comedy ", "Compulsion tt2381931 Drama, Thriller ", "Bei Jing yu shang Xi Ya Tu tt2169322 Comedy ", "M\u00f6bius tt2106550 Drama, Thriller ", "The Purge tt2184339 Horror, Thriller ", "Single Valentine tt2673258 Comedy, Romance ", "The Bling Ring tt2132285 Biography, Crime, Drama ", "Sm\u00e5 citroner gula tt2172061 Romance ", "The Wee Man tt2113809 Drama ", "Redemption tt2201886 Documentary, Short, Biography ", "Badges of Fury tt2644714 Action, Comedy, Crime ", "New World tt2625030 Action, Crime, Drama ", "Downloaded tt2033981 Documentary ", "This Is the End tt1245492 Comedy, Fantasy ", "American Brawler tt2839312 Action, Crime, Drama ", "The Employer tt1863203 Thriller ", "The Spirit of '45 tt2332801 Documentary, History ", "Evidence tt1828970 Horror, Mystery, Thriller ", "The Lone Ranger tt1210819 Action, Adventure, Western ", "Killing Season tt1480295 Action, Drama, Thriller ", "Pawn Shop Chronicles tt1741243 Action, Comedy, Crime ", "Sharknado tt2724064 Horror ", "The Vulture tt2627146 Action, Thriller ", "Red Wine tt2773898 Mystery, Thriller ", "Night Train to Lisbon tt1654523 Mystery, Romance, Thriller ", "Battledogs tt2457138 Action, Horror, Sci-Fi ", "Lucky DI Unlucky Story tt2771898 Comedy ", "Dealin' with Idiots tt2948266 Comedy ", "Romantik Komedi 2: Bekarliga Veda tt2645104 Comedy ", "Schlussmacher tt1978524 Comedy ", "Flying Monkeys tt2205652 Fantasy, Horror, Sci-Fi ", "Grown Ups 2 tt2191701 Comedy ", "It Takes a Man and a Woman tt2816740 Comedy, Drama, Romance ", "1939 Battle of Westerplatte tt1808518 Drama, History, War ", "The East tt1869716 Drama, Thriller ", "D-Day tt2385104 Action, Thriller ", "Scenic Route tt2012011 Drama, Thriller ", "Ask Kirmizi tt2586682 Action, Drama, Romance ", "R.I.P.D. tt0790736 Action, Comedy, Crime ", "Not Today tt1564870 Drama ", "The Conjuring tt1457767 Horror ", "Hell Baby tt2318527 Comedy, Horror ", "Drinking Buddies tt2265398 Drama, Romance ", "Daddy Cool Munde Fool tt2832540 N/A ", "Blackout tt2251227 Thriller ", "The Lifeguard tt2265534 Drama, Romance ", "The Hijack That Went South tt2088871 Action, Comedy, Crime ", "The Canyons tt2292959 Drama, Thriller ", "Kick-Ass 2 tt1650554 Action, Comedy, Crime ", "Touchy Feely tt2364949 Drama ", "Scooby-Doo! Adventures: The Mystery Map tt3043386 Animation, Adventure, Family ", "Listen... Amaya tt2224313 Drama ", "Bajatey Raho tt2848824 Comedy, Drama, Thriller ", "Exploding Sun tt2277932 Action, Sci-Fi ", "Bad Milo tt2274570 Comedy, Horror ", "The Hot Flashes tt2201251 Comedy ", "Lovelace tt1426329 Biography, Drama ", "Super Buddies tt2999390 Family ", "The Noble Family tt2222394 Comedy ", "Burton and Taylor tt2709784 Biography, Drama ", "Clear History tt2380408 Comedy ", "Goddess tt1860238 Comedy, Musical, Romance ", "Clear History tt2279864 Comedy ", "Hilton! tt2261629 Documentary ", "Lucky Star tt2780206 Comedy, Drama ", "21 Ways to Ruin a Marriage tt2281065 Comedy ", "Apocalypse Z tt2081438 Action, Horror, Sci-Fi ", "Chasing the Wind tt2608998 Drama ", "Decency tt2738218 Documentary ", "A Single Shot tt1540741 Crime, Drama, Thriller ", "A Teacher tt2201548 Drama ", "The Look of Love tt1951216 Biography, Comedy, Drama ", "Empire State tt2171867 Action, Crime, Drama ", "Stag tt1821617 Comedy ", "We're the Millers tt1723121 Comedy ", "The Ladies of the House tt2397573 Horror, Thriller ", "Ghost Shark tt2600742 Horror, Sci-Fi ", "This Is Martin Bonner tt1798291 Drama ", "Swindle tt2545440 Adventure, Comedy ", "Jobs tt2357129 Biography, Drama ", "Rewind tt2193185 Action, Sci-Fi, Thriller ", "Dean Slater: Resident Advisor tt2369235 Comedy ", "Suddenly tt2569236 Thriller ", "It's Only Make Believe tt2664080 Drama ", "The Gamers: Hands of Fate tt2312390 Adventure, Comedy, Fantasy ", "Online tt2526422 Drama ", "Vi tt2708782 Drama ", "Terms and Conditions May Apply tt2084953 Documentary, News ", "The Contractor tt2274172 Crime, Drama, Thriller ", "The Blackout tt2141761 Comedy ", "Prema Katha Chitram tt2971414 Drama, Horror ", "Hope for Love tt2303074 Drama ", "The Contest: To the Stars and Back tt2658768 Family ", "The Kings of Summer tt2179116 Comedy, Drama ", "The Bell Witch Haunting tt2991532 Biography, Horror ", "Kanamachi tt2770974 Action, Drama, Romance ", "Rewind This! tt2395970 Documentary, History ", "All Is Bright tt1462901 Comedy, Drama ", "Revelation Road 2: The Sea of Glass and Fire tt2825924 Action ", "Monsters Wanted tt2245218 Documentary ", "Cold Eyes tt2969656 Action, Crime ", "Tales from the Dark 1 tt3054776 Horror ", "Al Madrigal: Why Is the Rabbit Crying? tt2870306 Comedy ", "Alcan Highway tt2243246 Documentary, Drama ", "Blue Caprice tt2027064 Biography, Crime, Drama ", "U Want Me 2 Kill Him? tt0485061 Drama, Thriller ", "Heart of the Country tt2231251 Drama, Family, Romance ", "8-Ball tt2378177 Crime, Drama ", "Singh vs. Kaur tt2714664 Comedy ", "C.O.G. tt1650393 Comedy, Drama ", "+1 tt2395385 Sci-Fi, Thriller ", "Passione sinistra tt2882850 Comedy ", "Tales from the Dark 2 tt3105008 Horror ", "Les gamins tt2354181 Comedy ", "The Brain Man tt2208020 Mystery ", "Sex: A Horizon Guide tt3202910 Documentary ", "Anything Is Possible tt2042449 Family ", "Ain't Them Bodies Saints tt2388637 Crime, Drama, Romance ", "Some Girl(s) tt2201221 Comedy, Drama ", "Scary Movie 5 tt0795461 Comedy "], "type": "htmltooltip", "id": "el776174526795280pts", "hoffset": 10}, {"voffset": 10, "labels": ["To Live and Die in L.A. tt0090180 Action, Crime, Drama ", "No End tt0086961 Drama ", "Di zi ye feng kuang tt0085437 N/A ", "Subway tt0090095 Comedy, Drama, Thriller ", "Water tt0090297 Adventure, Comedy, Drama ", "Mask tt0089560 Biography, Drama ", "A Nightmare on Elm Street 2: Freddy's Revenge tt0089686 Horror ", "Ukvdavebis tetri vardi tt0166095 Family ", "Les sp\u00e9cialistes tt0088167 Adventure, Crime ", "Az aranyifj\u00fa tt0088779 Drama ", "Kung Fu Ghandi tt0300094 Short ", "Nomads tt0091647 Horror, Mystery, Thriller ", "52 Pick-Up tt0090567 Crime, Thriller ", "Once Upon a Time tt0155922 Adventure, Comedy, Family, Fantasy ", "Mo fei cui tt0091532 Action, Adventure, Comedy ", "Nine 1/2 Weeks tt0091635 Drama, Romance ", "Stand by Me tt0092005 Adventure, Drama ", "Labyrinth tt0091369 Adventure, Family, Fantasy ", "Lucas tt0091445 Comedy, Drama, Romance ", "The Seventh Curse tt0092273 Action, Horror ", "Wildcats tt0092214 Comedy, Sport ", "Eye of the Tiger tt0091027 Action, Drama ", "La Bamba tt0093378 Biography, Drama, Music ", "Shu jian en chou lu tt0093962 Action, Drama ", "Get the Terrorists tt0317568 Action ", "My Dad, the Socialist Kulak tt0172811 N/A ", "Hachi-ko tt0093132 Drama, Family ", "American Ninja 2: The Confrontation tt0092548 Action, Drama ", "Khareba da Gogia tt0174816 Adventure, Drama ", "Epidemic tt0092972 Drama, Horror ", "A Short Film About Killing tt0095468 Crime, Drama ", "The Eighth Happiness tt0094695 Comedy ", "Kujaku \u00f4 tt0093367 Action, Adventure, Fantasy ", "Snack Bar Budapest tt0096125 Comedy, Crime, Drama ", "Funny Farm tt0095188 Comedy, Drama ", "The Bourne Identity tt0094791 Action, Adventure, Drama ", "The Moromete Family tt0095657 Drama ", "Survey Map of a Paradise Lost tt0291229 Mystery ", "The Tenth Man tt0096243 Drama, War ", "Poltergeist III tt0095889 Horror, Thriller ", "Appointment with Death tt0094669 Crime, Drama, Mystery ", "Roots: The Gift tt0096009 Drama, History ", "A Cry in the Dark tt0094924 Drama ", "Go Goa Gone tt2436516 Action, Adventure, Comedy ", "Roche papier ciseaux tt2462506 Action, Crime, Drama ", "Home Run tt2051894 Drama, Sport ", "House Party: Tonight's the Night tt2631862 Comedy ", "Stupid 7 tt2552412 Family "], "type": "htmltooltip", "id": "el776174530006096pts", "hoffset": 10}, {"voffset": 10, "labels": ["Desperately Seeking Susan tt0089017 Comedy, Drama ", "Revolution tt0089913 Adventure, Drama, History ", "Sleazemania: The Special Edition tt0178899 Documentary ", "The Man with One Red Shoe tt0089543 Comedy, Thriller ", "My Beautiful Laundrette tt0091578 Comedy, Drama, Romance ", "Westler tt0090309 Drama ", "The Emerald Forest tt0089087 Action, Adventure, Drama ", "The Coca-Cola Kid tt0088931 Comedy ", "Fandango tt0089126 Comedy ", "Robinson Crusoe mercante di York tt0227398 N/A ", "Crimewave tt0088967 Comedy, Crime, Horror ", "Shoah tt0090015 Documentary, History, War ", "The Black Cauldron tt0088814 Animation, Adventure, Family ", "Emila nedarbi tt0265577 Comedy, Family ", "Baby: Secret of the Lost Legend tt0088760 Family, Adventure, Sci-Fi ", "Rainbow Brite and the Star Stealer tt0089877 Animation, Adventure, Family ", "Re-Animator tt0089885 Horror, Sci-Fi ", "Inside Rooms: 26 Bathrooms, London & Oxfordshire, 1985 tt0088649 Documentary, Short ", "Agnes of God tt0088683 Drama, Mystery, Thriller ", "Hodja fra Pjort tt0123890 Family, Fantasy ", "Star Quality tt0090064 Comedy ", "Diesel tt0089024 Drama, Sci-Fi ", "Tian guan ci fu tt1354567 Comedy ", "Prizzi's Honor tt0089841 Comedy, Crime, Drama ", "The Excitement of the Do-Re-Mi-Fa Girl tt0214636 Comedy, Musical ", "The Quiet Earth tt0089869 Drama, Mystery, Sci-Fi ", "L'amour en douce tt0088715 Comedy ", "Ore wa Sono Sion da! tt1954713 Documentary, Short, Biography ", "La gabbia tt0091097 Drama ", "Four Days in July tt0087286 Comedy ", "French Lovers tt0190405 Short ", "The Secret of the Sword tt0089984 Animation, Action, Fantasy ", "Witch from Nepal tt0089861 Horror, Action ", "Jiao tou fa wei tt0089372 Action, Drama ", "Rendez-vous tt0089902 Drama, Romance ", "Missing in Action 2: The Beginning tt0089604 Action, Drama, Thriller ", "Killer vs Killers tt0304290 Action, Crime, Thriller ", "Love Hotel tt0089509 N/A ", "De prooi tt0089845 Mystery, Thriller ", "North and South tt0088583 Drama, History, Romance ", "Teen Wolf tt0090142 Comedy, Fantasy, Romance ", "The Heavenly Kid tt0089265 Comedy, Fantasy, Romance ", "Calamari Union tt0087020 Comedy ", "A Time to Live, a Time to Die tt0090185 Biography, Drama ", "A Taste of Cherry tt0152911 Adult ", "American Flyers tt0088707 Drama, Sport ", "Ba bai luo han tt0350575 Action ", "Disciples of the 36th Chamber tt0089029 Action ", "Utopia: A Retrospective 1977-1984 tt0304879 Documentary ", "Demons tt0089013 Horror ", "The Legend of Wisely tt0090302 Action, Adventure, Sci-Fi ", "Tai cheung lo dau tt0090172 N/A ", "Mishima: A Life in Four Chapters tt0089603 Biography, Drama ", "Gui ma fei ren tt0089159 Comedy, Romance ", "Fat ngoi ching tt0121259 Crime ", "Nan quan wang II zhi Qi zhuang shan he tt0331513 Adventure, Fantasy ", "Back to the Future tt0088763 Adventure, Comedy, Sci-Fi ", "Real Genius tt0089886 Comedy, Romance, Sci-Fi ", "Sezonul pescarusilor tt0245434 N/A ", "Bulgasari tt0089851 Action, Drama, Fantasy ", "A.K. tt0088658 Documentary, Biography, History ", "The Berlin Affair tt0088789 Drama ", "The Last Dragon tt0089461 Action, Comedy, Drama ", "D.A.R.Y.L. tt0088979 Family, Sci-Fi ", "Vampire Hunter D tt0090248 Animation, Action, Fantasy ", "The Holcroft Covenant tt0089283 Action, Crime, Drama ", "Return to Oz tt0089908 Adventure, Family, Fantasy ", "Nothing Left to Do but Cry tt0087814 Comedy, Fantasy ", "A View to a Kill tt0090264 Action, Adventure, Crime ", "Cat's Eye tt0088889 Comedy, Horror, Thriller ", "King David tt0089420 Adventure, Biography, Drama ", "Love and Doves tt0087650 Comedy, Romance ", "Brazil tt0088846 Drama, Sci-Fi ", "Miranda tt0089598 Comedy ", "Rocky IV tt0089927 Drama, Sport ", "Mard tt0089552 Action, Drama, History ", "Alexina tt0091588 Drama ", "Young Sherlock Holmes tt0090357 Action, Adventure, Family ", "Ghoulies tt0089200 Comedy, Fantasy, Horror ", "The Jewel of the Nile tt0089370 Action, Adventure, Comedy ", "Ladyhawke tt0089457 Adventure, Drama, Fantasy ", "Mischief tt0089601 Comedy, Romance ", "Angry Harvest tt0088811 Drama, Romance, War ", "Fortress tt0091069 Action, Horror, Thriller ", "Gostya iz budushchego tt0086723 Drama, Sci-Fi, Adventure ", "Kenji Miyazawa's Night on the Galactic Express tt0089206 Animation, Adventure, Drama ", "Mad Max Beyond Thunderdome tt0089530 Action, Adventure, Thriller ", "The Legend of Billie Jean tt0089470 Action ", "Qing chun ji tt0089864 Drama ", "Hot Cars Nasty Women tt0182238 Adult ", "He-Man and She-Ra: A Christmas Special tt0276016 Animation, Action, Adventure ", "The Protector tt0089847 Action, Crime, Drama ", "L'effront\u00e9e tt0089072 Comedy, Drama, Music ", "A Gentle Spirit tt0242590 Short, Animation ", "O-Bi, O-Ba - The End of Civilization tt0089714 Drama, Mystery, Sci-Fi ", "Gymkata tt0089243 Action, Drama ", "Out of Africa tt0089755 Biography, Drama, Romance ", "Lifeforce tt0089489 Horror, Sci-Fi, Thriller ", "Cop's Honour tt0089776 Action, Crime, Drama ", "Vabank II czyli riposta tt0090246 Comedy, Crime ", "The Adventures of Mark Twain tt0088678 Animation, Adventure, Family ", "Edge of Darkness tt0090424 Crime, Drama, Mystery ", "Asterix and Caesar tt0088748 Animation, Family, Adventure ", "Gwen, the Book of Sand tt0087376 Animation, Adventure, Fantasy ", "Titus Andronicus tt0090178 Drama, Horror ", "Bliss tt0088821 Comedy, Drama ", "Gabros apo ton topo sou kai as einai... vlima tt1151335 Comedy ", "Zombie Apocalypse tt0218088 Horror, Fantasy, Thriller ", "Jagged Edge tt0089360 Crime, Thriller, Mystery ", "Angel's Egg tt0208502 Animation, Drama, Fantasy ", "Big Deal After 20 Years tt0094005 Comedy ", "Silip tt0292236 Crime, Drama ", "Enemy Mine tt0089092 Action, Adventure, Drama ", "Tangos, the Exile of Gardel tt0090125 Drama, Musical ", "The Assault of the Present on the Rest of Time tt0088724 Drama ", "Wallenberg: A Hero's Story tt0090285 Biography, Drama, History ", "This Unnameable Little Broom tt0082335 Animation, Short ", "Alpine Fire tt0093235 Drama ", "Agatha Christie's Miss Marple: A Pocket Full of Rye tt0087924 Crime, Drama, Mystery ", "La piovra 2 tt0185815 Crime, Drama ", "One Magic Christmas tt0089731 Family, Fantasy ", "Ram Teri Ganga Maili tt0152139 Drama, Musical, Romance ", "Rambo: First Blood Part II tt0089880 Action, Adventure, Thriller ", "Police Story tt0089374 Action, Comedy, Thriller ", "Howling II: ... Your Sister Is a Werewolf tt0089308 Horror ", "\u00a1Vampiros en La Habana! tt0090249 Animation, Comedy, Horror ", "Dance with a Stranger tt0088987 Biography, Crime, Drama ", "Tracked tt0204716 Drama ", "Warning Sign tt0090293 Drama, Sci-Fi, Thriller ", "Red Sonja tt0089893 Action, Adventure, Fantasy ", "I na kamnyakh rastut derevya tt0089322 Adventure, Drama ", "Flesh+Blood tt0089153 Adventure, Drama ", "Starchaser: The Legend of Orin tt0090065 Adventure, Animation, Sci-Fi ", "Pee-wee's Big Adventure tt0089791 Adventure, Comedy, Family ", "Juexiang tt0089389 Drama ", "D\u00e2ti pea: N\u00f4randia no nazo tt0434908 Animation, Action, Sci-Fi ", "Beautiful Teacher in Torture Hell tt0223848 Horror ", "Up Your Anchor tt0089473 Comedy ", "Legend tt0089469 Adventure, Fantasy, Romance ", "Do\u00f1a Lupe tt0352307 Short, Drama, Horror ", "Come and See tt0091251 Drama, War ", "A Zed & Two Noughts tt0090366 Comedy, Drama ", "Krush Groove tt0089444 Comedy, Drama, Music ", "Wuthering Heights tt0089312 Drama, Romance, Mystery ", "Himatsuri tt0089275 Drama ", "The Goonies tt0089218 Adventure, Comedy, Family ", "The Click tt0097252 Thriller ", "Yesterday tt0090352 Comedy, Drama, Music ", "Medium tt0089574 Horror, Mystery ", "Lupin III: The Gold of Babylon tt0089943 Animation, Action, Adventure ", "The Bride tt0088851 Fantasy, Horror, Romance ", "The House of Fools tt0167125 Comedy, Drama ", "Day of the Dead tt0088993 Horror ", "Odds Are!: The Smothers Brothers Show You How to Gamble and Win tt0217701 Documentary ", "Police Academy 2: Their First Assignment tt0089822 Comedy, Crime ", "Wheels of Fire tt0088393 Action, Adventure, Sci-Fi ", "The Allman Brothers Band: Brothers of the Road tt0185149 Documentary, Music ", "Fright Night tt0089175 Horror ", "Witness tt0090329 Crime, Drama, Romance ", "Rustlers' Rhapsody tt0089945 Comedy, Western ", "Zuma tt0346179 Action, Drama, Fantasy ", "Waiting for the Hearse tt0089108 Comedy ", "The Trip to Bountiful tt0090203 Drama ", "Give the Devil His Due tt0087731 Adventure, Comedy, Family ", "The Broken Landlord tt0201368 Comedy, Drama ", "Def-Con 4 tt0087130 Action, Sci-Fi ", "Orion's Belt tt0089740 Action, Adventure, Thriller ", "Ratu sakti calon arang tt0323774 Action, Fantasy, Horror ", "Elle a pass\u00e9 tant d'heures sous les sunlights... tt0089081 Drama, Fantasy ", "Ha-Me'ahev tt0089571 Drama ", "Mad Warrior tt0991010 Sci-Fi ", "Warriors of the Apocalypse tt0090296 Action, Sci-Fi ", "Taifu Club tt0088222 Drama, Romance ", "The Dream Is Alive tt0089050 Documentary, Short ", "A Summer in a Sea Shell tt0265548 Comedy, Family ", "Samaya obayatelnaya i privlekatelnaya tt0089957 Comedy, Romance ", "Tr\u00e1iler para amantes de lo prohibido tt0155287 Short ", "Tampopo tt0092048 Comedy ", "Otra vuelta de tuerca tt0089752 Horror, Thriller ", "Patas en la cabeza tt0323597 Short ", "Doraemon: Nobita no uchuu sh\u00f4-sens\u00f4 tt0313990 Animation ", "God Rot Tunbridge Wells! tt0412781 Biography, Drama, Music ", "Death of a Salesman tt0089006 Drama ", "The Children tt0087205 Comedy ", "Dirty Game in Casablanca tt0089388 Action, Thriller ", "Mussolini: The Untold Story tt0088579 Drama ", "Silver Bullet tt0090021 Adventure, Drama, Horror ", "The Undaunted Wudang tt1102364 Action ", "Ankahee tt0249358 N/A ", "Debshishu tt0157518 Drama ", "Weird Science tt0090305 Comedy, Fantasy, Romance ", "Ot\u00e1zky pro dve zeny tt0387474 Documentary, Short ", "Aakhir Kyon? tt0247910 Drama, Family ", "Mr. Vampire tt0089371 Action, Comedy, Fantasy ", "European Vacation tt0089670 Adventure, Comedy, Romance ", "Tokyo-Ga tt0090182 Documentary ", "King Solomon's Mines tt0089421 Action, Adventure, Comedy ", "Invasion U.S.A. tt0089348 Action, Thriller ", "Brewster's Millions tt0088850 Comedy ", "Gin\u00ee piggu 2: Chiniku no hana tt0161635 Short, Horror ", "Guinea Pig tt0161634 Short, Horror ", "A Room with a View tt0091867 Drama, Romance ", "Ewoks: The Battle for Endor tt0089110 Adventure, Family, Fantasy ", "Ran tt0089881 Action, Drama, War ", "Komi, horata tt0468780 Documentary, Short ", "A Man and a Woman: 20 Years Later tt0092130 Drama, Romance ", "\u00a1Three Amigos! tt0092086 Comedy, Western ", "Little Shop of Horrors tt0091419 Comedy, Horror, Musical ", "The Clan of the Cave Bear tt0090848 Adventure, Drama, Fantasy ", "Children of a Lesser God tt0090830 Drama, Romance ", "The Big Easy tt0092654 Crime, Drama, Romance ", "Bijo no harawata tt0224102 Fantasy, Horror, Thriller ", "Youngblood tt0092272 Drama, Romance, Sport ", "An American Tail tt0090633 Animation, Comedy, Drama ", "One Crazy Summer tt0091680 Comedy, Romance ", "The Fly tt0091064 Horror, Sci-Fi ", "The Great Mouse Detective tt0091149 Animation, Adventure, Family ", "The Abbey of Crime: Umberto Eco's 'The Name of the Rose' tt0446265 Documentary ", "Peggy Sue Got Married tt0091738 Comedy, Drama, Fantasy ", "Hot Times at Copenhagen High tt0209305 Adult, Comedy ", "Voyeur tt0090579 Comedy ", "Routine Pleasures tt0274069 Documentary ", "Crimes of the Heart tt0090886 Comedy, Drama ", "Home Free: Return of the Bald Eagle tt0206015 Documentary ", "Sid and Nancy tt0091954 Biography, Drama, Music ", "Allan Quatermain and the Lost City of Gold tt0092534 Action, Adventure, Comedy ", "The More Things Change... tt0092080 Drama ", "The Making of Fanny and Alexander tt0090955 Documentary ", "Biotheraphy tt0421672 Horror, Sci-Fi, Short ", "Como Si Fueramos Novios tt2054740 Drama ", "Cours priv\u00e9 tt0090879 Drama ", "The Name of the Rose tt0091605 Crime, Mystery, Thriller ", "The Story of English tt0198245 Documentary ", "April Fool's Day tt0090655 Comedy, Horror, Mystery ", "Trick or Treat tt0092112 Comedy, Horror, Music ", "Alex Is Lovesick tt0133351 Comedy, Drama, Romance ", "Crossroads tt0090888 Drama, Music, Mystery ", "El amor brujo tt0090636 Music, Drama ", "Circus of the Stars #11 tt0242367 Family, Documentary ", "Asterix in Britain tt0090667 Animation, Adventure, Comedy ", "Police Academy 3: Back in Training tt0091777 Comedy, Crime ", "'Round Midnight tt0090557 Drama, Music ", "Jeeva tt0361773 Action, Thriller ", "Huo long tt0091235 Drama ", "Tai-Pan tt0092042 Adventure ", "Thrashin' tt0092085 Action, Drama ", "Soft and Hard tt0091980 N/A ", "I Love You tt0091244 Drama, Fantasy, Romance ", "Brighton Beach Memoirs tt0090774 Comedy ", "Critters tt0090887 Action, Comedy, Horror ", "Sexy Battle Girls tt0288130 Action ", "The Wraith tt0092240 Action, Horror, Romance ", "Pelle der Eroberer tt0305955 Drama ", "Seifuku shojo: the ejiki tt0288213 N/A ", "Gonza the Spearman tt0091136 Drama ", "Clockwise tt0090852 Comedy ", "Fist of the North Star tt0142371 Animation, Action, Drama ", "Devil in the Flesh tt0090944 Drama, Romance ", "In the Line of Duty tt0091229 Action, Drama ", "Futsu saizu no kaijin tt0166304 Short, Horror, Sci-Fi ", "El mir\u00f3n y la exhibicionista tt0091526 Adult ", "Wise Guys tt0092226 Comedy, Crime ", "Hovering Over the Water tt0092306 Drama, Romance ", "De wisselwachter tt0092227 Drama ", "Dream Lovers tt0091510 Drama ", "El ojete de Lul\u00fa tt0186417 Adult ", "Troll tt0092115 Fantasy, Horror ", "Mulberry tt0271121 Drama ", "Deadly Friend tt0090917 Drama, Horror, Mystery ", "The Snow Queen tt0091449 Fantasy ", "El imperio de la fortuna tt0091261 Drama ", "100 Ways to Murder Your Wife tt0091935 Comedy ", "Caravaggio tt0090798 Biography, Drama, History ", "The Old Well tt0091377 Drama, Romance ", "Big Trouble tt0090727 Comedy ", "Barndommens gade tt0090700 Drama ", "Kin-dza-dza! tt0091341 Comedy, Drama, Sci-Fi ", "Ying xiong wu lei tt0092264 Action, Drama, War ", "House on Fire tt0202967 Drama ", "Legacy of Rage tt0091428 Action ", "Terror on Alcatraz tt0092073 Action, Crime, Horror ", "Noyuki yamayuki umibe yuki tt0125440 N/A ", "Canada Vignettes: Ice Carnival Montreal 1885 - Storming the Ice Palace tt0236066 Documentary, Short ", "Pi li da la ba tt0095865 Comedy, Horror ", "D\u00f4wa meita senshi Windaria tt0092218 Animation ", "The Horse Thief tt0090907 Drama ", "From Beyond tt0091083 Horror, Sci-Fi ", "After Spring tt0265780 Short, Comedy, Drama ", "North and South, Book II tt0090490 Drama, History, Romance ", "The Beekeeper tt0091506 Drama ", "Year of Enlightment tt0090679 Comedy ", "SpaceCamp tt0091993 Adventure, Family, Sci-Fi ", "Murder in Three Acts tt0091572 Crime, Drama, Mystery ", "Slaughter High tt0091969 Horror ", "Night of the Creeps tt0091630 Comedy, Horror, Sci-Fi ", "Band of the Hand tt0090693 Action, Crime, Drama ", "TerrorVision tt0092074 Comedy, Horror, Sci-Fi ", "Haunted Honeymoon tt0091178 Horror, Comedy, Musical ", "Mad Mission 4: You Never Die Twice tt0092268 Action, Comedy ", "Fortress tt0091069 Action, Horror, Thriller ", "The Morning After tt0091554 Crime, Mystery, Romance ", "Mala Noche tt0089537 Drama ", "Star Trek IV: The Voyage Home tt0092007 Adventure, Comedy, Sci-Fi ", "Richard Simmons and the Silver Foxes: Fitness for Senior Citizens tt0270607 Sport ", "Night of the Pencils tt0193355 Crime, Drama, History ", "The Boy Who Could Fly tt0090768 Drama, Fantasy ", "Firewalker tt0091055 Action, Adventure, Comedy ", "The Transformers: The Movie tt0092106 Animation, Action, Adventure ", "The Beauty of Vice tt0091398 Drama ", "Nui ji za pai jun tt0091655 Comedy, Action ", "Armour of God tt0091431 Action, Adventure, Comedy ", "Making of Guinea Pig tt0161641 Documentary, Short ", "My Favorite Fairy Tales Volume 2: The Three Little Pigs/The Ugly Duckling/The Wolf and the Seven Little Kids tt0486762 Animation, Short, Adventure ", "The Magic Braid tt0397625 Adventure ", "Crocodile Dundee tt0090555 Adventure, Comedy ", "Castle in the Sky tt0092067 Animation, Action, Adventure ", "Poltergeist II: The Other Side tt0091778 Horror, Thriller ", "Street of Crocodiles tt0092020 Animation, Short ", "Heartbreak Ridge tt0091187 Action, Comedy, Drama ", "Club Paradise tt0090856 Comedy ", "Crawlspace tt0090881 Horror, Thriller ", "Bi gui zhuo tt0090722 Comedy, Fantasy, Horror ", "Summer Night with Greek Profile, Almond Eyes and Scent of Basil tt0093650 Comedy ", "Wanderers of the Desert tt0086934 Drama, Fantasy ", "The Flavor of Corn tt0102840 Drama ", "Return to Departure: The Biography of a Painting or Watching a Pigment Dry and other Realisms tt0269784 Documentary ", "Modern Girls tt0091534 Comedy ", "The Corruption tt0090763 Drama, Romance ", "They Were Eleven tt0091309 Animation, Action, Adventure ", "Stammheim - Die Baader-Meinhof-Gruppe vor Gericht tt0092004 Crime, Drama ", "Solarbabies tt0091981 Action, Drama, Sci-Fi ", "Otello tt0091699 Drama, Music ", "Sherman's March tt0091943 Documentary, Biography, Romance ", "Gothic tt0091142 Horror ", "Psycho III tt0091799 Horror, Mystery, Thriller ", "Highlander tt0091203 Action, Adventure, Fantasy ", "Boris Godunov tt0092688 Drama, History ", "'night, Mother tt0090556 Drama ", "A Zed & Two Noughts tt0090366 Comedy, Drama ", "America 3000 tt0090630 Action, Adventure, Sci-Fi ", "Frida Still Life tt0087297 Biography, Drama ", "Extremities tt0091024 Drama, Thriller ", "Le couteau sous la gorge tt0178351 Crime ", "Captain EO tt0090793 Musical, Sci-Fi, Short ", "A Better Tomorrow tt0092263 Action, Crime, Drama ", "Cool Change tt0090876 Action, Adventure, Drama, Romance ", "The Pied Piper of Hamelin tt0174834 Animation, Fantasy, Horror ", "Legal Eagles tt0091396 Comedy, Crime, Romance ", "Portrait of a Daughter tt0127736 N/A ", "Vanishing Act tt0092148 Mystery ", "Howard the Duck tt0091225 Action, Adventure, Comedy ", "Midnight Killer tt0091553 Horror, Mystery, Thriller ", "Barefoot Gen 2 tt0171357 Animation, Drama, War ", "Ferris Bueller's Day Off tt0091042 Comedy, Drama ", "El misterio de la ara\u00f1a tt0357909 Horror, Mystery, Short ", "Tree Without Leaves tt0091823 Drama ", "Chuck & Di in Heat tt0181386 Adult ", "Osa tt0089745 Sci-Fi ", "The Mission tt0091530 Adventure, Drama, History ", "Land of Doom tt0190520 Action, Sci-Fi, Adventure ", "Death Shadow tt0165339 Action ", "Scamper the Penguin tt0098259 Animation, Adventure, Family ", "That Secret Sunday tt0092078 Drama ", "The Children of Noisy Village tt0090610 Family ", "Aakhree Raasta tt0090575 Action ", "Momo tt0091537 Family, Comedy, Mystery ", "She's Gotta Have It tt0091939 Comedy, Romance ", "Dan Oniroku hebi to muchi tt0287975 N/A ", "Mother Teresa tt0091558 Documentary, Biography ", "The Blessed Ones tt0090222 Drama ", "Slow Burn tt0091972 Drama, Thriller ", "Valhalla tt0094238 Animation, Adventure, Family ", "Din lo jing juen tt0090940 Drama ", "40 Quadratmeter Deutschland tt0090566 Drama ", "Top Gun tt0092099 Action, Drama, Romance ", "Entrails of a Virgin tt0222817 Horror, Sci-Fi ", "Henry: Portrait of a Serial Killer tt0099763 Biography, Crime, Drama ", "Ry\u00f4joku mesu ichiba - kankin tt0296177 Horror ", "The Night Is Young tt0091497 Crime, Drama, Romance ", "Shaolin Temple 3: Martial Arts of Shaolin tt0091607 Action, Drama ", "The Texas Chainsaw Massacre 2 tt0092076 Comedy, Horror ", "Gin\u00ee piggu 3: Senritsu! Shinanai otoko tt0161636 Short, Comedy, Horror ", "F/X tt0089118 Action, Crime, Thriller ", "City on Fire tt0093435 Action, Crime, Drama ", "Radio Days tt0093818 Comedy ", "The Last Emperor tt0093389 Biography, Drama, History ", "The Surrogate Woman tt0091953 Drama ", "Ling huan xian sheng tt0093422 Comedy, Horror ", "Monster in the Closet tt0091544 Comedy, Horror, Sci-Fi ", "Fellini's Intervista tt0093267 Biography, Comedy, Drama ", "A Muppet Family Christmas tt0251282 Comedy, Family, Music ", "Erotic Ghost Story tt0100014 Fantasy ", "Zoeken naar Eileen tt0094382 Drama, Romance, Thriller ", "Metsluiged tt0296589 Family ", "Long Live the Lady! tt0093454 Comedy ", "The Big Town tt0092656 Drama, Romance, Thriller ", "Allan Quatermain and the Lost City of Gold tt0092534 Action, Adventure, Comedy ", "The Hero's Journey: The World of Joseph Campbell tt0093183 Documentary, Biography ", "B\u00f4k\u00f4 honban tt0093457 N/A ", "Gokudo no onna-tachi 2 tt0225882 N/A ", "A Better Tomorrow II tt0094357 Action, Crime, Drama ", "Beyond the Rising Moon tt0092648 Sci-Fi ", "Urzad tt0432172 Documentary, Short ", "Ernest Goes to Camp tt0092974 Family, Comedy ", "Jenatsch tt0093302 Drama, Fantasy ", "Ling chen wan can tt0093421 Horror ", "A Prayer for the Dying tt0093771 Action, Crime, Drama ", "Revenge of the Nerds II: Nerds in Paradise tt0093857 Comedy ", "Police Academy 4: Citizens on Patrol tt0093756 Comedy, Crime ", "The Cabinet of Jan Svankmajer tt0087016 Animation, Short ", "Captured Mother and Daughter: She Beast tt0285590 Drama ", "Benji the Hunted tt0092638 Adventure, Family ", "Earth First! The Politics of Radical Environmentalism tt2179518 Documentary ", "Verlierer tt0132597 Drama ", "The Brave Little Toaster tt0092695 Animation, Adventure, Comedy ", "Rumpelstiltskin tt0093891 Fantasy, Family, Musical ", "Veld tt0201300 Horror, Sci-Fi ", "Denchu Kozo no boken tt0166069 Comedy, Horror, Sci-Fi ", "Schmutz tt0089972 Drama ", "Where is the Friend's Home? tt0093342 Drama, Family ", "Sure Death Revenge tt0183165 Drama ", "The Belly of an Architect tt0092637 Drama ", "Teen Wolf Too tt0094118 Comedy, Family, Fantasy ", "Dolls tt0092906 Fantasy, Horror ", "The Whales of August tt0094315 Drama ", "The Sicilian tt0093966 Action, Crime, Drama ", "The Lost Boys tt0093437 Comedy, Horror ", "Escape from Sobibor tt0092978 Drama, History, War ", "Ghoulies II tt0093091 Comedy, Horror ", "Prison on Fire tt0093304 Drama, Action, Crime ", "Rich and Famous tt0093306 Action, Crime, Drama ", "Boat tt0139074 Drama, Short ", "Anne of Avonlea tt0092571 Drama, Family, Romance ", "The Untouchables tt0094226 Crime, Drama, History ", "The Legend of Wisely tt0090302 Action, Adventure, Sci-Fi ", "Mr India tt0093578 Action, Adventure, Comedy ", "Meng gui da sha tt0093523 Comedy, Horror ", "Carnet de route 1981-1986 tt0249427 N/A ", "Pinocchio and the Emperor of the Night tt0093743 Animation, Adventure, Family ", "Rich and Famous 2 tt0094356 Action, Crime, Drama ", "The Loner tt0091982 Action, Crime, Drama ", "White Mischief tt0094317 Crime, Drama, Romance ", "Walker tt0096409 Adventure, Drama, History ", "Foxfire tt0093046 Drama ", "Nuts tt0093660 Drama, Thriller ", "A Perfect Spy tt0092425 Thriller ", "No Man's Land tt0093638 Crime, Drama, Thriller ", "G.I. Joe: The Movie tt0093066 Animation, Action, Adventure ", "Less Than Zero tt0093407 Crime, Drama, Romance ", "Golden Anniversary of Snow White and the Seven Dwarfs tt0237277 Documentary, Family ", "The Monster Squad tt0093560 Action, Comedy, Fantasy ", "Flowers in the Attic tt0093036 Drama, Mystery, Thriller ", "Hector tt0093169 Comedy ", "Capriccio tt0092720 Drama ", "Prom Night II tt0093176 Horror, Thriller ", "Predator tt0093773 Action, Sci-Fi, Thriller ", "Silent Night, Deadly Night Part 2 tt0093974 Horror, Thriller ", "Pathfinder tt0093668 Adventure, Action, Drama ", "A Garfield Christmas Special tt0302596 Animation, Short, Comedy ", "Chronicle of a Death Foretold tt0092800 Drama ", "Three O'Clock High tt0094138 Comedy ", "My Best Friend Is a Vampire tt0095684 Comedy, Horror, Romance ", "Bad Taste tt0092610 Comedy, Horror, Sci-Fi ", "North Shore tt0093648 Action, Drama, Romance ", "How Wang-Fo Was Saved tt0321750 Animation, Short, Fantasy ", "The Family tt0093004 Drama, Romance ", "Is-slottet tt0097594 Mystery, Drama ", "The Living Daylights tt0093428 Action, Adventure, Romance ", "On the Silver Globe tt0093593 Adventure, Fantasy, Sci-Fi ", "Ishtar tt0093278 Action, Adventure, Comedy ", "The Grand Highway tt0093111 Drama ", "The Gate tt0093075 Horror ", "Hellraiser tt0093177 Horror ", "Harry and the Hendersons tt0093148 Comedy, Family, Fantasy ", "Desyat negrityat tt0092879 Crime, Mystery ", "Dark Eyes tt0093664 Comedy, Romance, Drama ", "Damned If You Don't tt0092819 Short, Drama ", "Evil Dead II tt0092991 Comedy, Horror ", "Disorderlies tt0092897 Comedy ", "Beatrice tt0093709 Drama ", "Made in Heaven tt0093467 Comedy, Fantasy, Romance ", "Female Inquisitor tt0224038 Horror, Sci-Fi ", "Samantha Fox: Making Music tt0316530 Documentary, Music ", "Project X tt0093793 Comedy, Drama, Sci-Fi ", "Nau Catarineta tt0485258 Short ", "Talking Heads tt0092462 Drama ", "Armour of God tt0091431 Action, Adventure, Comedy ", "Wish You Were Here tt0094331 Comedy, Drama ", "Near Dark tt0093605 Drama, Horror, Thriller ", "Killing Time tt0093769 Crime, Action, Thriller ", "Moskovskaya elegiya tt0093572 Documentary ", "The Forest Woman tt0137149 Drama, Romance ", "Cross of the Seven Jewels tt0167851 Horror ", "Agatha Christie's Miss Marple: Sleeping Murder tt0091970 Crime, Drama, Mystery ", "Agatha Christie's Miss Marple: At Bertram's Hotel tt0090669 Crime, Drama, Mystery ", "The Cyclist tt0092651 Drama ", "Le vie del Signore sono finite tt0094263 Comedy, Drama ", "The Lonely Voice of Man tt0122591 Drama ", "Raising Arizona tt0093822 Comedy, Crime ", "Repentance tt0093754 Comedy, Drama ", "The Running Man tt0093894 Action, Crime, Sci-Fi ", "Dead of Winter tt0092842 Drama, Horror, Thriller ", "Footrot Flats: The Dog's Tale tt0131400 Animation ", "Charles et Fran\u00e7ois tt0092742 Short, Animation ", "Original Dirty Pair: Project Eden tt0385668 Sci-Fi, Animation ", "Young Love: Lemon Popsicle 7 tt0092954 Comedy ", "House Made of Dawn tt0093221 Drama ", "Innerspace tt0093260 Adventure, Comedy, Sci-Fi ", "Zui hou sheng li tt0094387 Crime, Drama, Romance ", "Meiky\u00fb monogatari tt0185481 Animation, Adventure, Fantasy ", "Empire of the Sun tt0092965 Drama, History, War ", "Maurice tt0093512 Drama, Romance ", "De lyckliga ingenj\u00f6rerna - Approaching Zero,000 tt0092838 Documentary ", "Three for the Road tt0094140 Drama, Comedy ", "A Simple Man tt0269866 Biography, Music ", "Deadly Effects: Wound Ballistics tt0356512 Documentary ", "Ha-Tov, HaRa, VeHaLo-Nora tt0094170 Drama ", "Guardian Angel tt0173642 Crime, Drama ", "I've Heard the Mermaids Singing tt0093239 Comedy, Drama ", "Nekromantik tt0093608 Horror ", "A Chinese Ghost Story tt0093978 Action, Comedy, Fantasy ", "Ampir tt0092554 Short, Drama, Thriller ", "Hansel and Gretel tt0093144 Family, Musical, Fantasy ", "Opera tt0093677 Horror, Mystery, Thriller ", "The Chipmunk Adventure tt0092752 Animation, Adventure, Comedy ", "The First Eden tt0810617 Documentary ", "Superman IV: The Quest for Peace tt0094074 Action, Adventure, Family ", "Helsinki-Naples All Night Long tt0093178 Comedy, Thriller ", "The King Is Born tt0167233 Animation, Short, Family ", "Potato tt0400451 Drama ", "Dreaming of Paradise tt0124147 Animation, Adventure, Family ", "Donna Donna!! tt0092908 Comedy ", "House for Two tt0285046 Drama ", "Mannequin tt0093493 Comedy, Fantasy, Romance ", "Clandestinos tt0092761 N/A ", "It's Great Grandpa! tt0093244 Comedy ", "Jaws: The Revenge tt0093300 Thriller ", "Lolita vib-zeme tt0291317 Crime, Horror ", "Rouge tt0093258 Drama, Fantasy, Music ", "Sukumar Ray tt0094069 Short, Documentary ", "Mariana, Mariana tt0093497 N/A ", "Laputa tt0091379 Drama ", "Saint Seiya: Evil Goddess Eris tt0323869 Animation, Adventure, Fantasy ", "Las seis en punta tt0249145 Short ", "Maramao tt0093494 Drama ", "In a Glass Cage tt0090197 Drama, Horror ", "The Secret Garden tt0093935 Family, Drama ", "Masters of the Universe tt0093507 Action, Adventure, Fantasy ", "Freckled Max and the Spooks tt0093712 Comedy, Fantasy, Horror ", "The Well tt0348651 N/A ", "Islands tt0245220 Documentary ", "Slave of Crime tt0092979 Action ", "Family Sins tt0093005 Drama ", "Kelid tt0093341 Drama ", "Yoshiwara enjo tt0204750 N/A ", "The War of Brazil tt0180723 Documentary ", "Robinzoniada, anu chemi ingliseli Papa tt0091580 Comedy ", "The Deadman tt0092849 Short ", "Bagdad Cafe tt0095801 Comedy, Drama ", "Red Sorghum tt0093206 Drama, Romance, War ", "Pelle the Conqueror tt0093713 Drama ", "Babette's Feast tt0092603 Drama, Music ", "Good morning Babilonia tt0093104 Drama, Romance ", "Over the Top tt0093692 Action, Drama, Sport ", "Throw Momma from the Train tt0094142 Comedy, Crime ", "The Gold Rimmed Glasses tt0093453 Drama ", "Hamlet Goes Business tt0093139 Comedy, Drama, Romance ", "Robot Carnival tt0093871 Animation, Comedy, Drama ", "The Man Who Planted Trees tt0093488 Animation, Short, Drama ", "Ultraman: The Adventure Begins tt0230915 Animation, Sci-Fi ", "Il piccolo diavolo tt0095869 Comedy, Fantasy, Romance ", "Kenny tt0093338 Biography, Drama ", "The Flintstone Kids' Just Say No Special tt0281859 Animation ", "Camille Claudel tt0094828 Biography, Drama, History ", "Moonwalker tt0095655 Action, Crime, Fantasy ", "Halloween 4: The Return of Michael Myers tt0095271 Horror, Thriller ", "Salaam Bombay! tt0096028 Crime, Drama ", "Thelonious Monk: Straight, No Chaser tt0098465 Documentary, Biography, Music ", "The Accidental Tourist tt0094606 Drama, Romance ", "Madonna: Ciao, Italia! - Live from Italy tt0245246 Documentary, Music ", "Who Framed Roger Rabbit tt0096438 Animation, Comedy, Crime ", "Scooby-Doo and the Ghoul School tt0189071 Animation, Comedy, Fantasy ", "Tucker: The Man and His Dream tt0096316 Biography, Drama ", "Harriette Simpson Arnow: 1908-1986 tt0311263 Documentary, Short ", "The Chocolate War tt0094869 Drama ", "Critters 2 tt0094919 Comedy, Horror, Sci-Fi ", "Mong ming yuen yeung tt0096414 Crime, Drama ", "Hairspray tt0095270 Comedy, Music, Romance ", "Wuthering Heights tt0095786 N/A ", "The Bear tt0095800 Adventure, Family, Drama ", "Heathers tt0097493 Comedy, Crime, Drama ", "Vampire Princess Miyu tt0095474 Animation, Fantasy, Horror ", "Chi se da feng bao tt0094857 Action, Thriller ", "Ubit drakona tt0096329 Drama, Family, Fantasy ", "The Unnamable tt0096344 Horror ", "Les Fran\u00e7ais vus par tt0094999 Documentary, Drama, War ", "Police Academy 5: Assignment: Miami Beach tt0095882 Comedy, Crime ", "The Land Before Time tt0095489 Animation, Adventure, Family ", "Child's Play tt0094862 Horror ", "The Navigator: A Medieval Odyssey tt0095709 Action, Adventure, Drama ", "Women on the Verge of a Nervous Breakdown tt0095675 Comedy, Drama ", "Drowning by Numbers tt0092929 Comedy, Drama ", "Dogra Magra tt0223154 Horror, Mystery, Sci-Fi ", "Travelling Circus tt0286644 N/A ", "Young Einstein tt0096486 Comedy, History ", "Ghoulies II tt0093091 Comedy, Horror ", "Urgences tt0096351 Documentary ", "The Gang of Four tt0094709 Drama, Mystery ", "Chilsu and Mansu tt0150113 N/A ", "Zhong Guo zui hou yi ge tai jian tt0096505 Drama ", "Shuang fei lin men tt0096103 Comedy, Fantasy ", "Musaler-1988: The Year of Dragon tt0427569 Documentary, Short ", "Ek Naya Rishta tt0249492 Family ", "Huang jia shi jie zhi III: Ci xiong da dao tt0095337 Action ", "Tit gaap mou dik maa lei aa tt0088269 Comedy, Sci-Fi ", "Hua zhong xian tt0095336 Adventure, Comedy, Fantasy ", "Qayamat Se Qayamat Tak tt0095936 Action, Drama, Musical ", "Rock et Belles Oreilles: La grande liquidation des f\u00eates 1988 tt0320374 N/A ", "Running on Empty tt0096018 Crime, Drama, Music ", "The Boy from Hell tt0122008 Horror ", "Siu nam yan chow gei tt0096115 N/A ", "The 1930's: Music, Memories & Milestones tt0233135 Documentary ", "To Miss with Love tt0096222 N/A ", "Phantom of Death tt0092865 Horror, Thriller ", "Rain Man tt0095953 Drama ", "Arthur 2: On the Rocks tt0094678 Comedy, Romance ", "Lady in White tt0095484 Fantasy, Horror, Mystery ", "Police Story 2 tt0095403 Action, Comedy, Crime ", "Akira tt0094625 Animation, Action, Sci-Fi ", "Medea tt0095607 Drama ", "The Moderns tt0095649 Comedy, Drama, Romance ", "Beaches tt0094715 Comedy, Drama, Music ", "Oliver & Company tt0095776 Animation, Adventure, Family ", "Monkey Shines tt0095652 Drama, Horror, Sci-Fi ", "The Big Blue tt0095250 Action, Adventure, Drama ", "The Eye Above the Well tt0095788 Documentary ", "Zui jia nu xu tt0121922 Comedy ", "The Serpent and the Rainbow tt0096071 Horror ", "Frantic tt0095174 Crime, Drama, Mystery ", "Kimagure orenji r\u00f4do: Ano hi ni kaeritai tt0095448 Animation, Comedy, Drama ", "Little Vera tt0095574 Drama, Romance ", "Chocolat tt0094868 Drama ", "King Size tt0095452 Adventure, Comedy, Fantasy ", "Dead Ringers tt0094964 Drama, Horror, Thriller ", "Noble House tt0094521 Action, Adventure, Drama ", "Salsa tt0096030 Romance, Music ", "Mac and Me tt0095560 Adventure, Family, Fantasy ", "Return to Snowy River tt0095993 Adventure, Drama, Western ", "Little Nikita tt0095532 Drama, Thriller ", "Willow tt0096446 Action, Adventure, Drama ", "Phantasm II tt0095863 Action, Fantasy, Horror ", "License to Drive tt0095519 Comedy ", "Blackadder's Christmas Carol tt0094754 Comedy, History ", "The Night Before tt0095730 Comedy ", "Histoire(s) du cin\u00e9ma: Toutes les histoires tt0097514 Documentary ", "Veronico Cruz tt0092880 Drama, War ", "Rat Man tt0095942 Horror ", "Stormy Monday tt0096180 Crime, Drama, Music ", "Tiger Cage tt0096236 Action ", "Scarecrows tt0096046 Horror ", "Tokyo: The Last Megalopolis tt0096240 Horror, Sci-Fi, Thriller ", "Altovaya sonata. Dmitriy Shostakovich tt0174463 Documentary ", "Last Rites tt0095496 Action, Crime, Romance ", "1969 tt0094594 Drama, War ", "Ha-Kayitz Shel Aviya tt0095433 Biography, Drama ", "Marshal Blucher: A Portrait Against the Background of an Epoch tt0211502 N/A ", "Mister Designer tt0157713 Drama, Horror ", "July tt0168909 Short ", "My Neighbor Totoro tt0096283 Animation, Family, Fantasy ", "Cinema Paradiso tt0095765 Drama ", "Some Girls tt0098356 Comedy, Drama, Romance ", "Pestonjee tt0095857 Comedy, Drama ", "D.O.A. tt0094933 Mystery, Thriller ", "Blood Delirium tt0094762 Horror ", "Paperhouse tt0098061 Drama, Fantasy, Horror ", "Moon Over Parador tt0095654 Comedy, Romance ", "God, the Universe and Everything Else tt1020960 Talk-Show ", "How to Draw Comics the Marvel Way tt1233202 Family ", "Let's Get Lost tt0095515 Documentary, Music ", "Vibes tt0096378 Adventure, Comedy, Romance ", "The Adventures of Baron Munchausen tt0096764 Adventure, Comedy, Fantasy ", "Hell City Shinjuku, US tt0094995 Animation, Fantasy, Horror ", "The Cat Who Walked by Herself tt0997248 Animation, Drama ", "The Love Chariot tt0251355 Comedy, Romance ", "Alice tt1010295 N/A ", "Messenger of Death tt0095626 Action, Crime, Thriller ", "Bloodsport tt0092675 Action, Biography, Drama ", "Hellbound: Hellraiser II tt0095294 Horror, Thriller ", "Her Vengeance tt0092254 Crime, Drama, Horror ", "The Beast of War tt0094716 War ", "The Vanishing tt0096163 Mystery, Thriller ", "Blackadder: The Cavalier Years tt0137390 Short, Comedy, History ", "Dangerous Liaisons tt0094947 Drama, Romance ", "Mr. Miller Goes to Washington Starring Dennis Miller tt0249466 Comedy ", "Onassis: The Richest Man in the World tt0095780 Drama ", "A Change of Face tt0241296 N/A ", "Skyggen af Emma tt0096116 Comedy, Drama ", "The Deceivers tt0094979 Adventure, Drama, Thriller ", "Soleil tt1176232 Short ", "Ninja of the Magnificence tt0906328 Action ", "Kamilla og tyven tt0202965 Drama, Family ", "Regis & Kathie Lee: Special Edition tt0271140 N/A ", "Veerana tt0260494 Action, Drama, Horror ", "Oil Gobblers tt0096010 Short, Sci-Fi ", "He Is Risen tt0167189 Animation, Short, Drama ", "1999 - Nen no natsu yasumi tt0094595 Drama, Fantasy, Mystery ", "My Stepmother Is an Alien tt0095687 Comedy, Romance, Sci-Fi ", "The Prodigal Son tt0961161 Animation, Short, Biography ", "Journey to the South tt0122012 Drama ", "Two Brothers Running tt0096322 Comedy ", "The Short & Curlies tt0093961 Short ", "Killer Klowns from Outer Space tt0095444 Comedy, Horror, Sci-Fi ", "The Hound of the Baskervilles tt0095330 Crime, Drama, Horror ", "A ay tt0429489 Drama ", "El Dorado tt0095053 Drama, History ", "Frantsuz tt0306827 Drama, Comedy ", "Jakarta tt0095390 Thriller ", "Tumbledown tt0098533 Biography, Drama, War ", "Rouge tt0093258 Drama, Fantasy, Music ", "Alien from L.A. tt0092532 Adventure, Comedy, Fantasy ", "M\u00e5nguden tt0095692 Crime, Horror, Thriller ", "Without a Clue tt0096454 Comedy, Crime, Mystery ", "Men Behind the Sun tt0093170 Drama, History, Horror ", "Scooby-Doo and the Reluctant Werewolf tt0189072 Animation, Comedy, Fantasy ", "Gorillas in the Mist tt0095243 Biography, Drama ", "A Tale of the Wind tt0096337 Documentary ", "Daffy Duck's Quackbusters tt0094939 Animation, Comedy, Family ", "The Big Heat tt0099248 Action, Crime, Thriller ", "Tall Stories tt0095843 N/A ", "Honneponnetje tt0095319 Comedy, Romance ", "Lolita chijoku tt0291316 N/A ", "The White Alligator tt0944139 Horror ", "Captain Johnno tt0090794 Drama, Family ", "Hero Hiralal tt0093182 Action, Comedy, Drama ", "Water's Edge tt0216403 Short ", "The Kiss tt0095454 Drama, Fantasy, Horror ", "Crocodile Dundee II tt0092493 Action, Adventure, Comedy ", "Sunset tt0096193 Crime, Action, Comedy ", "Warlords tt0096419 Action, Sci-Fi ", "Mr. Vampire Saga tt0099881 Comedy, Horror ", "The Decalogue tt0092337 Drama ", "Ashik Kerib tt0094681 Drama ", "\u00c0 gauche en sortant de l'ascenseur tt0096517 Comedy ", "The Legend of the Holy Drinker tt0095513 Drama ", "Shadow of the Raven tt0095346 Drama ", "Landscape in the Mist tt0096288 Drama ", "Time of Violence tt0096403 Drama ", "The Thin Blue Line tt0096257 Documentary, Crime, Mystery ", "The Unbearable Lightness of Being tt0096332 Drama, Romance ", "A Short Film About Love tt0095467 Drama, Romance ", "Vampire's Kiss tt0098577 Comedy, Fantasy, Horror ", "The guinea pig 2: N\u00f4toru Damu no andoroido tt0161633 Horror ", "Gin\u00ee piggu: Manh\u00f4ru no naka no ningyo tt0161638 Horror ", "Ariel tt0094675 Drama ", "The Man Who Planted Trees tt0093488 Animation, Short, Drama ", "Maria Stuarda tt0095591 Drama, Romance, Music ", "Gandahar tt0095525 Adventure, Sci-Fi, Animation ", "Life Is a Long Quiet River tt0096386 Comedy ", "Alice tt0095715 Animation, Adventure, Comedy ", "Mama tt2023587 Horror ", "The Host tt1517260 Adventure, Romance, Sci-Fi ", "Breaking the Girls tt1510686 Crime, Thriller ", "42 tt0453562 Biography, Drama, Sport ", "World War Z tt0816711 Action, Adventure, Horror ", "Evil Dead tt1288558 Horror ", "Man of Steel tt0770828 Action, Adventure, Fantasy ", "A Good Day to Die Hard tt1606378 Action, Crime, Thriller ", "Hansel & Gretel: Witch Hunters tt1428538 Action, Fantasy, Horror ", "Hansel & Gretel: Warriors of Witchcraft tt2381962 Action, Adventure, Horror ", "Hansel & Gretel tt2415464 Horror ", "A Haunted House tt2243537 Comedy ", "Batman: The Dark Knight Returns, Part 2 tt2166834 Animation, Action, Crime ", "30 Nights of Paranormal Activity with the Devil Inside the Girl with the Dragon Tattoo tt2417650 Comedy ", "House Hunting tt1608368 Mystery, Thriller ", "Drift tt1714833 Drama, Sport ", "Amazing Ocean 3D tt2571354 Documentary ", "Inkaar tt2094854 Drama, Romance ", "Race 2 tt1375789 Action, Crime, Drama ", "The Haunting in Connecticut 2: Ghosts of Georgia tt1457765 Drama, Horror, Thriller ", "Matru ki Bijlee ka Mandola tt2106537 Comedy, Drama ", "Phantom tt1922685 History, Thriller, War ", "Fast & Furious 6 tt1905041 Action, Crime, Thriller ", "R'ha tt2624672 Animation, Short, Sci-Fi ", "The Package tt1884457 Action ", "Rise of the Dinosaurs tt2303110 Action, Horror, Sci-Fi ", "TPB AFK: The Pirate Bay Away from Keyboard tt2608732 Documentary ", "Border Run tt2069955 Crime, Thriller ", "Special 26 tt2377938 Crime, Drama, Thriller ", "Warm Bodies tt1588173 Comedy, Horror, Romance ", "Love and Honor tt1976989 Drama, Romance, War ", "Murder 3 tt2429640 Thriller ", "Riddle tt1648208 Mystery, Thriller ", "Oz the Great and Powerful tt1623205 Adventure, Family, Fantasy ", "Journey to the West tt2017561 Adventure, Comedy, Fantasy ", "The Marine 3: Homefront tt2334841 Action, Thriller ", "Magic Magic tt1929308 Thriller ", "Madly Madagascar tt2702348 Animation, Short ", "I, Me aur Main tt2064816 Drama ", "The Croods tt0481499 Animation, Adventure, Comedy ", "Escape from Planet Earth tt0765446 Animation, Adventure, Comedy ", "Rush tt1979320 Action, Biography, Drama ", "The Devil's in the Details tt2137359 Thriller ", "The Hangover Part III tt1951261 Comedy ", "Barbie in the Pink Shoes tt2630134 Animation, Family ", "Killing Lincoln tt2299248 Biography, Drama, History ", "The Last Exorcism Part II tt2034139 Drama, Horror, Thriller ", "Gangoobai tt2624852 Drama, Family ", "The Crash tt2571542 Drama ", "Beautiful Creatures tt1559547 Drama, Fantasy, Romance ", "The Grandmaster tt1462900 Action, Biography, Drama ", "Stoker tt1682180 Drama, Mystery, Thriller ", "Rubinrot tt2418558 Drama, Fantasy, Mystery ", "Revelation Road: The Beginning of the End tt2412746 Action ", "The Call tt1911644 Crime, Thriller ", "Jack the Giant Slayer tt1351685 Adventure, Fantasy ", "The Attacks of 26/11 tt2635622 Drama ", "The Great Gatsby tt1343092 Drama, Romance ", "Jan Dara the Beginning tt2599106 Drama ", "ABCD (Any Body Can Dance) tt2321163 Music, Western ", "The Wizards Return: Alex vs. Alex tt2448374 Adventure, Comedy, Drama ", "Celal ile Ceren tt2610768 Comedy, Romance ", "Metro tt2649128 Action, Thriller ", "Crush tt2093977 Thriller ", "Ip Man: The Final Fight tt2495118 Action, Biography, Drama ", "13 Eerie tt2082152 Horror, Sci-Fi ", "Oblivion tt1483013 Action, Adventure, Mystery ", "Dark Skies tt2387433 Horror, Sci-Fi, Thriller ", "That Winter, the Wind Blows tt2806646 Drama ", "In the Dark tt2388208 Drama, Mystery, Thriller ", "LEGO Batman: The Movie - DC Super Heroes Unite tt2465238 Animation, Action, Adventure ", "Badass Showdown tt2525450 Action ", "Sexy Evil Genius tt1801096 Comedy, Drama, Mystery ", "Chashme Baddoor tt2229848 Comedy, Drama ", "The Cloth tt2088923 Action, Fantasy, Horror ", "21 & Over tt1711425 Comedy ", "Mere Dad Ki Maruti tt2323964 Comedy ", "Paranormal Movie tt2392846 Comedy ", "Dragon Ball Z: Battle of Gods tt2263944 Animation, Action, Fantasy ", "Temptation: Confessions of a Marriage Counselor tt2070862 Drama ", "The Numbers Station tt1659338 Action, Thriller ", "Assassins Run tt1502417 Action, Crime, Thriller ", "Nautanki Saala! tt2341766 Comedy ", "Seduction tt2667242 Drama ", "A Moment in Time tt2705666 Drama, Romance ", "Gallipoli: End of the Road tt2667550 Action, Drama, History ", "RED 2 tt1821694 Action, Comedy, Crime ", "Robosapien: Rebooted tt1037222 Adventure, Drama, Family ", "Superman: Unbound tt2617456 Animation, Action, Adventure ", "Vampire Heaven tt2759662 Thriller ", "Deep Dark Canyon tt1646212 Action, Drama, Thriller ", "Upstream Color tt2084989 Drama, Mystery, Romance ", "Saheb Biwi Aur Gangster Returns tt2362778 Action, Crime, Drama ", "Are You Having a Laugh? Comedy and Christianity tt2803018 Documentary, Comedy ", "Aashiqui 2 tt2203308 Drama, Music, Musical ", "Syrup tt0762138 Comedy, Drama, Romance ", "Saadi Love Story tt2746136 Romance ", "Kai po che! tt2213054 Drama, Sport ", "Shootout at Wadala tt2301155 Action, Crime ", "Da Vinci's Demons: Genius in the Making tt2838566 Documentary ", "Trance tt1924429 Crime, Drama, Mystery ", "Together tt2198824 Drama, Romance ", "Devil's Pass tt1905040 Mystery, Thriller ", "Only God Forgives tt1602613 Crime, Drama, Thriller ", "Murder on the Home Front tt2569792 Thriller ", "Running Man tt2763764 Action, Comedy, Thriller ", "Ice Age Giants tt2934994 Documentary ", "Saving General Yang tt2072220 Adventure, Biography ", "Epic tt0848537 Animation, Adventure, Family ", "The Monkey King tt1717715 Action, Adventure, Family ", "All for Two tt2188655 Comedy, Crime ", "A Haunting at Silver Falls tt1813609 Horror, Thriller ", "Aurangzeb tt2804026 Action, Drama, Thriller ", "Stranded tt2268573 Horror, Sci-Fi ", "Une contre-histoire de l'Internet tt2865302 Documentary ", "Tied tt2256741 Drama ", "Sona Spa tt2609468 Drama, Mystery, Thriller ", "Hammer of the Gods tt2193418 Action, Adventure, History ", "Pacific Rim tt1663662 Action, Adventure, Sci-Fi ", "Planes tt1691917 Animation, Adventure, Comedy ", "Garden of Words tt2591814 Animation, Drama, Romance ", "SAGA: Curse of the Shadow tt2250234 Action, Adventure, Fantasy ", "Yeh Jawaani Hai Deewani tt2178470 Drama, Musical, Romance ", "Nobunaga no Chef tt2532272 Drama ", "Kindaichi sh\u00f4nen no jikenbo: Hong Kong Kowloon zaih\u00f4 satsujin jiken tt2372296 Mystery ", "Ek Thi Daayan tt2406676 Horror, Romance, Thriller ", "Rangeelay tt2821880 Action, Comedy, Drama ", "Yamla Pagla Deewana 2 tt2510874 Action, Comedy, Drama ", "We Steal Secrets: The Story of WikiLeaks tt1824254 Documentary ", "The Confession tt2317171 Drama ", "Shannon's Rainbow tt1247691 Family ", "Open Up to Me tt2325909 Drama, Romance ", "Skytten tt2381989 Crime, Drama, Thriller ", "Prank tt2064905 Crime ", "Survival Code tt2106350 Action, Sci-Fi ", "Conspirators tt2927068 Crime, Thriller ", "A Viking Saga: The Darkest Day tt2320073 Action, Adventure, Thriller ", "Liars All tt1865545 Thriller ", "Deadly Code tt1697064 Biography, Crime, Drama ", "Do the Math tt2853094 Documentary ", "My Little Pony: Equestria Girls tt2908228 Animation, Comedy, Family ", "The Book of Esther tt2521404 Drama ", "Penthouse North tt2055709 Drama, Mystery, Thriller ", "The Berlin File tt2357377 Action, Drama, Thriller ", "Himmatwala tt2344678 Action, Comedy ", "Berserk: The Golden Age Arc 3 - Descent tt2358913 Animation, Action, Fantasy ", "Fukrey tt2806788 Comedy, Drama, Romance ", "Raanjhanaa tt2359810 Drama, Romance ", "Rushlights tt1536437 Crime, Drama, Romance ", "Miracle in Cell No. 7 tt2659414 Comedy, Drama ", "Copperhead tt2404555 Drama ", "Europa Report tt2051879 Sci-Fi, Thriller ", "Swamy Ra Ra tt2767354 Crime ", "Long Weekend tt2776354 Horror ", "A Field in England tt2375574 Drama, Horror, Thriller ", "Despicable Me 2 tt1690953 Animation, Comedy, Family ", "Crimes of Passion: Death of a Loved One tt2504308 Crime ", "Matterhorn tt2650718 Comedy, Drama ", "The Crown and the Dragon tt1913178 Adventure, Fantasy ", "Curse of Chucky tt2230358 Crime, Horror, Thriller ", "The Devil You Know tt0463960 Mystery, Thriller ", "Zila Ghaziabad tt2171454 Action, Crime, Thriller ", "The Demented tt2113792 Horror, Sci-Fi, Thriller ", "Jug Face tt2620736 Drama, Horror, Thriller ", "Man of Tai Chi tt2016940 Action, Drama ", "Pee Mak tt2776344 Comedy, Horror, Romance ", "Justice League: The Flashpoint Paradox tt2820466 Animation, Action, Adventure ", "De Wederopstanding van een Klootzak tt2317102 Drama ", "Red Line tt1930458 Thriller ", "Lootera tt2224317 Drama, Romance ", "Beneath tt2325518 Horror, Thriller ", "The Bride and the Lover tt2885536 Comedy, Drama ", "Zindagi 50 50 tt2929840 Drama ", "The Colony tt1160996 Action, Horror, Sci-Fi ", "Teen Beach Movie tt2325989 Family, Musical ", "Turbo tt1860353 Animation, Adventure, Comedy ", "Policegiri tt2861320 Action, Comedy, Drama ", "The Jungle tt2444092 Thriller ", "Gasland Part II tt2795078 Documentary ", "Northwest tt2650986 Action, Crime, Drama ", "Pretty Little Liars: A LiArs Guide to Rosewood tt3009348 Drama ", "Insidious: Chapter 2 tt2226417 Horror, Thriller ", "Battle of the Damned tt2210463 Action, Adventure, Horror ", "Pompeii: The Mystery of the People Frozen in Time tt2806964 Documentary ", "The Other Pompeii: Life & Death in Herculaneum tt2877024 Documentary ", "Sheng dan mei gui tt2928084 Drama, Mystery, Thriller ", "The Lost Medallion: The Adventures of Billy Stone tt1390539 Adventure, Family, Fantasy ", "Savannah tt1797487 Drama, Family, History ", "Ghanchakkar tt2246724 Comedy, Crime, Thriller ", "The Last Days tt1935914 Adventure, Sci-Fi, Thriller ", "Frankenstein's Army tt1925435 Action, Horror, Sci-Fi ", "Blaze You Out tt2072066 Action, Drama, Thriller ", "3096 Days tt1667355 Crime, Drama ", "Celluloid tt2717168 Biography, Drama ", "The Frozen Ground tt2005374 Biography, Crime, History ", "Combustion tt1899142 Action ", "Get Lucky tt2175669 Action ", "Mai tt2389486 Drama, Family ", "DEFCON: The Documentary tt3010462 Documentary ", "Gippi tt2814372 Comedy, Drama ", "Chennai Express tt2112124 Action, Comedy, Romance ", "Kokow\u00e4\u00e4h 2 tt2194599 Comedy ", "Jatt & Juliet 2 tt2673882 Comedy, Romance ", "Tom and Jerry's Giant Adventure tt3108584 Animation, Comedy, Family ", "Switch tt2460488 Action, Crime, Romance ", "Ashley tt2084093 Drama ", "Adore tt2103267 Drama, Romance ", "Battle Ground tt2186783 Action, Drama, War ", "Nasha tt3044882 Drama, Romance, Thriller ", "Ankur Arora Murder Case tt2912578 Drama, Thriller ", "As Cool as I Am tt1906329 Comedy, Drama ", "Riddick tt1411250 Action, Sci-Fi, Thriller ", "10 Rules for Sleeping Around tt1993391 Comedy, Romance ", "The Expedition to the End of the World tt2530936 Documentary, Adventure, Comedy ", "Marvel One-Shot: Agent Carter tt3067038 Short, Action, Adventure ", "Barbie Mariposa and the Fairy Princess tt2946582 Animation, Family, Fantasy ", "Peeples tt1699755 Comedy, Romance ", "Camille Claudel 1915 tt2018086 Biography, Drama ", "Richard Pryor: Omit the Logic tt2401223 Documentary ", "N.Y.C. Underground tt0907625 Action, Thriller ", "Das Auto: The Germans, Their Cars and Us tt3106134 Documentary ", "Breakout tt2314886 Action, Thriller ", "Crystal Fairy & the Magical Cactus tt2332579 Adventure, Comedy ", "Alpha Girls tt2178927 Action, Horror, Sci-Fi ", "The Stranger Within tt2180571 Mystery, Thriller ", "Daylight tt2359002 Drama, Mystery, Thriller ", "It's All So Quiet tt2167715 Drama ", "I Spit on Your Grave 2 tt2537176 Crime, Horror, Thriller ", "The World's End tt1213663 Action, Comedy, Sci-Fi ", "R\u00f6lli ja kultainen avain tt2343707 Adventure, Comedy, Family ", "Fists of Legend tt2828840 Action ", "Good Ol' Freda tt2505938 Documentary, Biography, History ", "Blood of Redemption tt2510268 Action, Crime, Drama ", "Secretly, Greatly tt2967578 Action, Comedy, Drama ", "Madonna: The MDNA Tour tt2910266 Documentary, Music ", "Blind Detective tt2332707 Comedy, Crime, Drama ", "State of Play tt2952692 Documentary, Drama, Sport ", "Bui Doi Cho Lon tt2592594 Action ", "Bless Me, Ultima tt1390398 Drama, War ", "Treasures of the Louvre tt2758088 Documentary ", "Fright Night 2 tt2486630 Comedy, Horror, Thriller ", "Dead in Tombstone tt2268419 Action, Fantasy, Horror ", "Nothing Left to Fear tt1662293 Horror ", "Matrimonio tt2400262 Drama ", "Brazilian Western tt1869416 Crime, Drama, Romance ", "Dark Touch tt2328549 Horror ", "Hai-Alarm am M\u00fcggelsee tt2352394 Comedy ", "Dragonfyre tt2333508 Action, Adventure, Fantasy ", "The Incredible Burt Wonderstone tt0790628 Comedy ", "The Wolverine tt1430132 Action, Adventure, Sci-Fi ", "Star Trek Into Darkness tt1408101 Action, Adventure, Sci-Fi ", "Vanquisher tt1161457 Action, Adventure, Sci-Fi ", "The Smurfs 2 tt2017020 Animation, Adventure, Comedy "], "type": "htmltooltip", "id": "el776174530062864pts", "hoffset": 10}], "data": {"data28": [[21.0, 0.0], [21.35, 0.0], [21.35, 53.0], [21.0, 53.0]], "data06": [[0.12090889129025507, -0.0075314196638281775]], "data08": [[0.6618242607526883, 0.8721875000000001], [0.9802150537634409, 0.8721875000000001], [0.9802150537634409, 0.9875], [0.6618242607526883, 0.9875]], "data09": [[0.0, 0.0, 0.0, 10.0, 0.0, 0.0], [0.35, 0.0, 0.0, 10.35, 0.0, 0.0], [0.35, 45.0, 2.0, 10.35, 77.0, 121.0], [0.0, 45.0, 2.0, 10.0, 77.0, 121.0]], "data20": [[11.0, 0.0, 16.0, 0.0], [11.35, 0.0, 16.35, 0.0], [11.35, 3.0, 16.35, 404.0], [11.0, 3.0, 16.0, 404.0]], "data21": [[12.0, 0.0, 17.0, 0.0, 0.0], [12.35, 0.0, 17.35, 0.0, 0.0], [12.35, 31.0, 17.35, 9.0, 51.0], [12.0, 31.0, 17.0, 9.0, 51.0]], "data22": [[13.0, 0.0, 0.0, 14.0, 0.0], [13.35, 0.0, 0.0, 14.35, 0.0], [13.35, 6.0, 10.0, 14.35, 50.0], [13.0, 6.0, 10.0, 14.0, 50.0]], "data05": [[0.16139402649167842, -0.018683131293655945], [0.1318967838427234, -0.007795397704920455], [0.1234230414383373, -0.010586940281552066], [0.1509230424953313, -0.02689618946028492], [0.1617481687227688, -0.012126545248626079], [0.1540619494802445, -0.01305575375856393], [0.09258159221759116, -0.0040047520470950625], [0.15973875170145382, -0.013408632949710734], [0.16067910792684192, -0.014917176184333565], [0.14942943467742378, 0.07806012004392468], [0.14044901990654757, -0.004471115025724489], [0.15867093102995797, -0.0089498270791155], [0.08893062268071848, -0.009239094117733937], [0.10604359613837971, -0.006049605823593655], [0.12844984507586543, -0.01781862241260534], [0.056576059606992794, -0.0036255047626527334], [0.11734142060954077, -0.009162978129909983], [0.09958923213365967, -0.008531291458702059], [0.1406298313186786, -0.01014470201139191], [0.07135963180461764, -0.004806814854015942], [0.13897045878471778, -0.010041964575215683], [0.13107144180251068, -0.01159000586951667], [0.14568487504311547, 0.003540524770845325], [0.12567034541912978, -0.014003705991273914], [0.12530999163572956, -0.006104729707582334], [0.1486768109875767, -0.011253427438170288], [0.12428888119921752, -0.012202667145868899], [0.10068779867913163, -0.006439160392578116], [0.12662423309206222, -0.008590093320524256], [0.10149168509721984, -0.010315185051666035], [0.08069889024760088, -0.009234290741678999], [0.09867734386087858, -0.007286002404563217], [0.09545169376547996, -0.007453313087749487], [0.0980799496338826, -0.00010783264912033095], [0.1599850392131663, -0.009112866015237826], [0.10312294034269893, -0.009366925027810192], [0.1478389801681795, -0.012877597407375697], [0.1291011310403657, -0.009932891805326015], [0.11782384825004824, -0.006450636811261566], [0.12433182017343547, -0.00845256260037095], [0.158832529930431, -0.012588257867335605], [0.11717415718300513, -0.010464887776923996], [0.14890707337786258, -0.006060165090434737], [0.156184384186731, -0.01094041492737733], [0.10444470415842368, -0.004768361968573999], [0.14732770802055825, -0.014501003939467608], [0.05416997578910808, 0.0009780831275446296], [0.07749702202655218, 0.002001627888326627], [0.12177322900829292, 0.00679710896038133], [0.12211201589536841, -0.018351936873765223], [0.13826340373276838, -0.012420829543995343], [0.14908661517868457, -0.0019150828537598272], [0.10843710182201224, -0.0036569637439790663], [0.11532878953778367, -0.005584664563072697], [0.10659335407547331, -0.0022293843877251294], [0.07484462909464155, 0.00023618090675292853], [0.10267438944284528, -0.013624916388707978], [0.12895476034100734, -0.008759490803363856], [0.1594341286946571, -0.0136701129482155], [0.1393029896471488, -0.00496018381430639], [0.12526932169901114, -0.008896036162884244], [0.04552490012376215, -0.005084469320162997], [0.13798159826505274, -0.006302000947333], [0.12203525766397152, -0.011825541333087988], [0.13860606854786636, -0.007375112468613709], [0.11605216626770157, -0.009270876601362879], [0.04542774521719202, -0.005125415899565798], [0.12451011337533016, -0.007297664756434455], [0.14618922553899227, -0.010105826130400324], [0.15430714670538787, -0.013137188098099002], [0.123204260356696, -0.008373191036710338], [0.1084625898674434, -0.007367848724817152], [0.14773365062115282, -0.017093553036287828], [0.14990922262430567, -0.011706383442381786], [0.14183376039570433, -0.004374551710204215], [0.16303952652228804, 0.010245026105959803], [0.1497293276602738, -0.01103090790610477], [0.08803318692999813, -0.007014886568961615], [0.12488798232237121, -0.008920965771916286], [0.12037686947726252, -0.014607170337717298], [0.12112988911902192, -0.007258119272286169], [0.12479690684278892, -0.015602209429007502], [0.134883324403208, -0.0054586053512048986], [0.11404127329726681, -0.010563412667300029], [0.14169667955181034, -0.005213986615322463], [0.11792895068891761, -0.0066482750509968234], [0.15754300467033658, -0.010340405216485318], [0.044246848943076636, -0.0021681244743271206], [0.12605650766200105, -0.007698698754595018], [0.1546055096604784, -0.020733003582850264], [0.11017977394662194, -0.011533804904813254], [0.14988482971195907, -0.016616522696930765], [0.13536148889539293, -0.0049274361044763185], [0.07390948931985201, 0.06380303275037272], [0.08621243045924033, -0.0006065049548442242], [0.13916989879770578, -0.009962277409891258], [0.13516933954431237, -0.005317688112540163], [0.1616979712167144, 0.006188599066561981], [0.1267167023210028, -0.003080775407256786], [0.13299494708338955, -0.00599805503429684], [0.11429781267404121, -0.012335590377729265], [0.13442702252530073, -0.008739608536537232], [0.07580240051339383, -0.004994829785873051], [0.12371353661718462, -0.00585635736595988], [0.11542994920190086, 0.00302694568807381], [0.14954007478895898, -0.017797769998726756], [0.12093130253761224, -0.006936372879598483], [0.16213373457743332, -0.012450944650421649], [0.1362717996487761, -0.012731616814434394], [0.09323144289313977, -0.003107989758168435], [0.05036122684539651, -0.005612645484119168], [0.13322822614019417, -0.006120395530378585], [0.12518247222774598, -0.017144677172637426], [0.10351814552005936, -0.006871585133234994], [0.1624613799690973, -0.004462388007868517], [0.13579297108098692, -0.010767356580481757], [0.07924979685059064, -0.0058112725249103575], [0.12414217453372564, -0.00593219468361093], [0.12855891062306732, -0.007101874142791297], [0.13037596038835306, -0.00664471261599567], [0.12349650345495863, -0.01442883603289731], [0.10973145421077748, -0.005972335882921625], [0.14239705830216953, -0.011894210519348728], [0.1355809635736345, -0.008127790005811215], [0.13232643642773106, -0.009528175693320911], [0.16116900839736137, -0.014678055320368654], [0.16091735140289015, -0.014277401357395312], [0.153948333152545, -0.008314170421960481], [0.13935137737014147, -0.013852072419419171], [0.10321040571276978, -0.0017568650004126125], [0.11839429625457751, -0.006553219789874563], [0.16153523477978074, -0.009752163051987377], [0.12532442350612663, -0.009425622951659478], [0.12224814238439427, -0.0093852241410857], [0.10476178947672844, -0.005180812904904959], [0.09730549164361671, -0.007515203197321014], [0.07650318867957322, -0.004091229532507901], [0.09737869618769229, -0.008840466179041271], [0.15409274430892886, -0.021398773675693115], [0.12687889929222354, -0.01643413391047247], [0.04542812841952995, -0.0010869382061451348], [0.1508027853217571, -0.009325522806047135], [0.142198635376612, -0.008852671612084318], [0.06433217127371448, -0.0035466666051332985], [0.12004547417340218, -0.00810264765588764], [0.13619883732706606, -0.010955201040429545], [0.0979816255847498, -0.007054677167023536], [0.14206261036289836, -0.009666340914896862], [0.1360489940283759, -0.00649965200482944], [0.07709251224885982, -0.006454007001320971], [0.105519423570526, 0.0024876058176216713], [0.14190886350039306, -0.00921330320355741], [0.15609589669332058, -0.012284121021439946], [0.08365613495738783, -0.007000458156894226], [0.14675248672583327, -0.01293467907892714], [0.14135994084943976, -0.015424498865447802], [0.1328276593584474, -0.014327354101006074], [0.08148976853848536, -0.012458227210315623], [0.15285234447080218, -0.017006635844060737], [0.12454332587296073, -0.009929244232753159], [0.08313377691781694, -0.005109784250221726], [0.15746620148707532, -0.0017571248832061288], [0.11623794848405074, -0.007822838195544649], [0.14875038384189604, -0.0020048035792235054], [0.03681874255656386, -0.002131724538555743], [0.1608477742127573, -0.020167014390077363], [0.14370514939119766, -0.012010563119266758], [0.14767824609039282, -0.002477812048888624], [0.1614725059215216, -0.00846072800120596], [0.11860085106555962, -0.00810231668699153], [0.0033370976921016007, -0.0008364875965463848], [0.009250317375011564, 0.0001488323688829686], [0.12395218300107184, -0.00710954764278116], [0.12710787515654492, -0.01351951840803383], [0.140147026659177, -0.004831965196805955], [0.1212151109678449, -0.007718678043336732], [0.15802833108175068, -0.014870570875879905], [0.0985852728315021, -0.0020699821602302507], [0.1549004876183818, -0.0038166321203284203], [0.1292690230976224, -0.011063976633975047], [0.151192281344083, -0.013137389972455536], [0.16234192833015598, -0.0034180216479711067], [0.16048104890457174, -0.01436844380050796], [0.07083848661050071, -0.003201127842536157], [0.1371697045764084, -0.01081304932069432], [0.10717225284433643, -0.0036478541556930867], [0.12738122837724325, -0.010197716844127331], [0.07789388122820508, 0.004560812368974145], [0.10148101756505035, -0.0019745661396759406], [0.1127000753104481, -0.004639050142920728], [0.14233751326768118, -0.02045326804305866], [0.13571308684176214, -0.005420349030093235], [0.13840400916239395, -0.005526229077623163], [0.14276072738434917, -0.0034523055054689424], [0.15151363984644495, -0.015069904473467994], [0.064535009686723, -0.004095391750333562], [0.1194974492012812, -0.010730499100679046], [0.10601578350268473, -0.009805182681141776], [0.1586488742048714, -0.01758519685565759], [0.089610578168454, -0.006177799402556446], [0.06946201663375466, -0.006128424889097775], [0.136125143386398, -0.008413534179367365], [0.07989443990391683, -0.006126357475525023], [0.11235538867570741, -0.0005460004549927175], [0.10620930314774085, -0.00250437367227931], [0.15795577539047603, -0.0027669867465639998], [0.09691523271631947, -0.008614365134105526], [0.13087783614898468, -0.0058593522138916535], [0.06394862717608671, -0.001637413902000363], [0.08429369353960099, -0.01042687914522867], [0.16225155997750854, -0.011086052275348115], [0.10912259483518799, -0.005211596147582176], [0.15231085435456726, -0.015292925933150996], [0.15197604519500074, -0.019245596968491065], [0.13992513551228083, -0.011833056170922045], [0.13190028232542514, -0.013000279703583572], [0.10545219452167053, -0.008302906513096025], [0.1111736512497678, -0.004739431477682028], [0.15178134001795046, -0.012668362510149706], [0.1476385750224248, 0.005543188102124507], [0.11645857360387292, -0.009186420641549634], [0.1523086854117649, -0.01808900224255417], [0.12867079166468243, -0.010749995050594163], [0.06770419208437821, -0.003575362847695132], [0.1591271865611583, -0.028806033755117512], [0.12006292951947484, -0.0075082621655543184], [0.1192055468267058, -0.015047463251409723], [0.12432368887740324, -0.01054164842082713], [0.0470601146823852, -0.0016417326691965334], [0.10703014169150342, -0.007417423456001138], [0.13116225822879019, -0.007768900480720096], [0.1110150474812639, -0.00461935269471545], [0.13044675148124285, -0.001854267875452429], [0.150058588894606, -0.022687976707262983], [0.0708833093642574, -0.007302942717229335], [0.15903455106478345, -0.014581938012711215], [0.14180140408651531, -0.012131890684814477], [0.08164295112343531, -0.006487866080528268], [0.12183012150226391, -0.016972765146347588], [0.095884319777985, -0.0062147043039938905], [0.13165723759864323, -0.007893315076405501], [0.10837264851442832, -0.008604424117440003], [0.08808335461436587, -0.0007398602173376747], [0.10416047066212909, 0.004047968118333495], [0.11926040051148158, -0.005909723745754791], [0.094862820847432, -0.0034816067320314562], [0.160373508211154, -0.008708907883535438], [0.13165708163634246, -0.0068224275447289155], [0.13565435591708266, -0.014922084948911268], [0.10974980419182478, -0.016318001680134468], [0.10866244528859653, -0.007109005313938904], [0.09390816379201934, -0.009901697394300127], [0.11430053735884861, -0.005046846290184961], [0.07337349991245135, -0.0017751491521544424], [0.09172725669133054, -0.001479495775526693], [0.16058284240952356, -0.010387940523507375], [0.11945480601832154, -0.005292980060493264], [0.11853970609665856, -0.00813322805418181], [0.13670625962204622, -0.008028792107004287], [0.0751766579451734, -0.007353062969890542], [0.020474677166233194, -0.0009388614164127225], [0.10929953410581597, -0.014469749779607988], [0.13883689192914406, -0.008989820009210545], [0.10110308222633387, -0.0026945524908361185], [0.1252597195660124, -0.0016578293275191208], [0.1291161417617523, -0.006663902648471965], [0.15261537030659575, -0.01847912857248608], [0.16227036973294878, -0.012865605619418841], [0.11039147195963979, -0.014429891558121204], [0.10787917528680842, -0.005085999593880217], [0.14147596622131717, -0.013824868584808074], [0.16072801705535164, -0.0075515603167690066], [0.15455628823903617, -0.013290403689506432], [0.10908580951451131, -0.004660206675140192], [0.12599258229581517, -0.010295810480030247], [0.1538340727889677, -0.006788246561652368], [0.1138128288963102, -0.006285867370121224], [0.13836841134155822, -0.008542920381002158], [0.11354213068588782, -0.006464972981809117], [0.14275670590339345, -0.0036372455507074552], [0.0772316957676177, 0.06664816511935046], [0.07786545055302385, -0.0037764187183270954], [0.09529820223560624, -0.0013257892331072605], [0.1504115428219044, -0.008728397252912634], [0.12387470009681216, -0.00776882638202524], [0.10457284023982635, -0.0021822712576039043], [0.08641794267087852, -0.005358146164351021], [0.09616230193583813, -0.008522884377596032], [0.1252348290159532, -0.008651827609907117], [0.1419139147849753, -0.0073681115193442275], [0.13887897928291373, -0.009359336997433024], [0.11116824337622125, -0.013107280271829719], [0.1105529847416171, 0.007085105645702327], [0.15720663183819622, -0.011671017878045753], [0.03383674804579668, -0.002379212556083111], [0.1320213243636157, -0.011667995212842583], [0.15254281374154638, -0.024660097857056907], [0.14619318651681035, -0.014415865021737577], [0.14214764397519492, -0.008928842514000094], [0.11603247839121081, -0.010703636794702742], [0.12914828160652514, -0.01230203083780059], [0.14220312822904313, -0.016418984785491853], [0.11480746006730362, -0.011129131633547607], [0.12463860309829149, -0.02104711532393013], [0.13225382577602182, -0.008801154617138889], [0.11419494928483788, -0.008202973118765895], [0.14607516683637486, -0.0038519646576037], [0.055232129367918104, -0.0066098721738764785], [0.14462913820880005, -0.01065016059000498], [0.11363230091151168, -0.004449538554450544], [0.14678416229366395, -0.004402765497541915], [0.14831397195211732, -0.01326760507825723], [0.1172945942527314, -0.018050224378390215], [0.09426851335921019, -0.00389605715423688], [0.15172018087528766, -0.020594665660793144], [0.06747227195168815, -0.004648206064497337], [0.150882594709036, -0.004032650101699868], [0.10718078095458317, -0.0054595842746320965], [0.1541274789544773, -0.013314228234638252], [0.1469956796637482, -0.014753963029719328], [0.11276504731126806, -0.007635263070882728], [0.1574521390415981, 0.0002755759171817488], [0.1448475028070674, -0.011898920952802015], [0.11799763571502522, -0.0042641223095398065], [0.05434138022053656, -0.005389664227671963], [0.15704429121001764, -0.017368071964418866], [0.1161371614261615, -0.012895188928025157], [0.13343882275838317, -0.00903785516476399], [0.12643307990986705, -0.007381055503128672], [0.15559158993079666, -0.006378450886428055], [0.09507891945824679, 0.2367152089237232], [0.11218748518814786, -0.006994872933576008], [0.09729141010894868, -0.007044663727753626], [0.12637161519814333, -0.010097299921358223], [0.10768990925047162, -0.004849114272031563], [0.13252757621843633, -0.01347687940734411], [0.12161444589697198, -0.004216333445089681], [0.11434267305549962, -0.011448100872505548], [0.14979733198516812, -0.009562461190898992], [0.06691820608905402, -0.005409797569155487], [0.12399104833012377, 0.005275623701920264], [0.18956823553471644, 0.2212668509198605], [0.13014876761744426, -0.010572393120022663], [0.043755302193965825, -0.004363066481016583], [0.14552336688112083, -0.009781792260481618], [0.1595326622154663, -0.00463806257923824], [0.12990074167363133, -0.006748820991869303], [0.14206489773598677, -0.01071205717363852], [0.05829788711016183, -0.005863400020232929], [0.10176326857649115, -0.010993752710309038], [0.11347016997038234, -0.012474735894320447], [0.12741073746586512, -0.009851512162918153], [0.13350016243714416, -0.009351376491072939], [0.11112434972430191, -0.009409197274066783], [0.14545036849570017, -0.014848326441462003], [0.11995045974329706, -0.003129893909928461], [0.13295982370150014, -0.0199983029779744], [0.03315630822875073, -0.002607019468316496], [0.08665567875467765, -0.006780588255155775], [0.1268998913591977, -0.011392932386433238], [0.13159147781297684, -0.005104840425630372], [0.05014982987775158, -0.001615742227102431], [0.09861333981616287, -0.006941627955171661], [0.14920967227539966, -0.005264074020754689], [0.15550558850329885, -0.006124622216760488], [0.14991193061375405, -0.008972507639423003], [0.07335020253941273, -0.0073762345617301266], [0.1252988507076532, -0.008002300010276518], [0.1441089222930312, -0.005935379937541361], [0.15927647635626932, -0.007304000986626582], [0.09675941748961624, -0.009731007693281163], [0.0683603515464276, -0.002880788928761301], [0.1388806233004387, -0.006070499417017147], [0.15374481322618488, -0.01412113475388227], [0.09995502359834665, -0.009090158607565665], [0.07667860843829928, -0.006546399438161824], [0.11349861958711738, -0.014538799846218024], [0.12319041673632533, -0.006664625094511953], [0.15146140951513254, -0.011284462836494912], [0.13965372083758293, 0.005763832773558278], [0.1604257108086963, -0.012587731929903888], [0.09064183551144962, -0.006496772808552239], [0.15007443709889218, -0.011138009594677914], [0.15594283646526116, -0.008123798631594412], [0.15311065329556736, -0.012370475596199568], [0.08448041566014723, 0.0040347469929853256], [0.11347717625234954, 0.011084679918103243], [0.14598721578990986, 0.0015091401161823439], [0.14952741547193646, -0.009419661229908435], [0.13426853090520602, -0.00854065512441096], [0.13467384126523277, -0.02223916654240522], [0.13535111599409988, -0.005288544413862355], [0.11539440134570965, -0.007344124584397849], [0.05052388812362723, -0.0008172638595018545], [0.12962503148171842, -0.010081348696470116], [0.1485535565675394, -0.013369342652941303], [0.11991041425039385, -0.007502835092223556], [0.15539283326970732, -0.006396412879619516], [0.08932929066057269, -0.006950527145697298], [0.15137602830812896, -0.006386747167816359], [0.14581300039934003, -0.007727976153719883], [0.11927407948467904, -0.014861554041578037], [0.06554870023695852, -0.0029623890684707236], [0.15232068057992407, -0.024801954646962176], [0.1387694505807782, -0.0035740508763883907], [0.14480465297940684, -0.005648126070669183], [0.13750351159568613, -0.01739509418729493], [0.13349816362351075, -0.018592765840049666], [0.15744968581207408, -0.011658852183332841], [0.09942160522726715, -0.005758794076153078], [0.11398081158847059, -0.0031123826850673816], [0.06143940978545171, -0.005666398491128482], [0.15359638309508364, -0.012109138549501674], [0.1456942357501646, -0.017559396395576337], [0.16054596383925554, -0.013102753925176193], [0.11562277990480659, -0.0036440350747964077], [0.12781387636696515, -0.01416966763952395], [0.08761019118926273, -0.005883754626642809], [0.12704319238492595, -0.009706407067804476], [0.1042818014197274, -0.0042340792550965385], [0.13589948668456747, -0.009383106299454916], [0.10703476964724855, -0.006769334079431754], [0.152895303133531, -0.012463573649456137], [0.12970653223524753, -0.00913509664845293], [0.12488417866597405, -0.0066486515197643715], [0.11411521987330253, -0.007260991433094716], [0.1611266048752888, -0.018898024743306166], [0.14528510187589683, -0.007672746120451743], [0.1356971777696682, -0.013513324055886292], [0.155463266748897, -0.00829252536559042], [0.09253358962343997, -0.0026877877450230394], [0.1318298770663168, -0.01012734611926665], [0.1435685576904617, -0.0024783110435525066], [0.15867207621074358, -0.015988060169095764], [0.13826340373276838, -0.012420829543995343], [0.15322094644159048, -0.008602430974122029], [0.14670284602778938, -0.004597200713101598], [0.11246654079059866, 0.006463432289889707], [0.08381368747972592, 0.004613558925057057], [0.06829540322907186, -0.0027143716749928742], [0.10766610251441691, -0.0013323290626856526], [0.12137083931036848, -0.005032016258580735], [0.149429345886506, -0.010760713484271083], [0.15828985973532642, -0.022057488839531302], [0.16178926059872123, -0.010490778457983711], [0.1279518381286815, -0.0071226451504951445], [0.14714613522657263, -0.016581784378550155], [0.1306129883685025, -0.013851182139522442], [0.13493813403033691, -0.01856111162479494], [0.041727747402818836, -0.003687965959822186], [0.1488350577404901, -0.015555666495415635], [0.14476272522382486, -0.013463805493293301], [0.13139507957894334, -0.009681559917603057], [0.0921490291476756, -0.004179925039669187], [0.1099372237862441, 0.09154211878646089], [0.14466567538314548, -0.019911556131481944], [0.10973089810071979, -0.007867460007023564], [0.135640599773183, -0.006638822213391672], [0.12870022326174724, -0.012432257730811238], [0.08829805097312814, -0.005714954484524801], [0.15910375917799993, -0.020896907504226583], [0.12564529215413953, -0.007405630876487929], [0.12729723643086308, -0.011616893288263338], [0.13786852081544548, -0.014242280607562025], [0.08667850090093365, -0.00021677994046617825], [0.11562998473967685, -0.006740998822235415], [0.07131140377814969, -0.0013355689543247539], [0.1343174926363907, -0.009304151278452034], [0.14101260737827107, -0.008225595665312262], [0.13042832144898467, -0.012877107726054257], [0.04750359320882116, -0.005189906888634236], [0.09357049061898147, -0.007429994283369471], [0.12435612917037292, -0.009083140434888625], [0.1585677467810108, -0.017946294871529274], [0.12407842197278116, -0.00804797157696936], [0.12692585791900088, -0.00805715031075387], [0.12875445556423978, -0.009836816344598898], [0.15234588553443676, -0.012761053279496478], [0.14394103479778317, -0.012956788701996383], [0.1526915877461489, -0.005718622780244241], [0.15058620183905344, -0.016596558221776022], [0.1597406437593678, -0.013964040045171613], [0.14834479982501161, -0.01796789390242965], [0.12143827525211207, -0.010110820136873677], [0.12050108805395866, -0.00888123170620995], [0.12035303774964978, -0.0033444468349041784], [0.15409190740895068, -0.018004414404226194], [0.1246820398128009, -0.012313639378021084], [0.13918042235185016, -0.012367810847489653], [0.15130875915050046, -0.005278697155188408], [0.11298114392779085, 0.00016628219924742094], [0.11468169953256387, -0.0035938538265733347], [0.14271738823450858, -0.011089026014834963], [0.12460295873478291, -0.006206071357116226], [0.13230346710138088, -0.009639860185590422], [0.1541631760313082, -0.012009997017824485], [0.0999922599347931, -0.0036653942156727533], [0.11446109725358532, -0.008704900260734593], [0.08900637842209488, -0.011357587510729994], [0.12134277159091165, -0.004837718503914352], [0.1536718346108108, -0.014427163572720282], [0.13190763375407655, -0.016340737170090488], [0.13397551580265596, -0.011669650753609949], [0.10081439528219645, -0.00370712790524171], [0.13255951657413, -0.012349400551578373], [0.09132600250015308, -0.007830456705961624], [0.14924425680117243, -0.011418402451216315], [0.158300401966023, -0.022675616890499083], [0.1424513398875744, -0.006069790017038226], [0.07960703869502077, -0.007306584313102318], [0.1299996400257408, -0.00921474914575583], [0.11443612027675426, -0.008633722778467303], [0.09880363732234418, -0.011864811407834854], [0.1585622383887621, -0.010504464566522985], [0.11392011493850958, -0.011971717751483323], [0.11906324095783707, -0.015251164591115925], [0.1583678392272155, -0.01763245767112606], [0.15056965543059578, -0.009967048334721817], [0.0897711055538632, -0.010380129454729697], [0.09708643394304735, -0.004664232077862439], [0.11751391749548427, 0.0029111984605974164], [0.11008618685944042, -0.007814921416272044], [0.08066866031044845, -0.0043130882663765914], [0.15356196718297999, 0.15644697213531855], [0.13004577279063984, -0.01850358155474935], [0.13226453490050671, -0.006867468208017926], [0.15357108305012696, -0.019899125414757003], [0.09947967160391087, -0.007863960639764472], [0.12716956736897725, -0.007826102037345425], [0.1310017288743438, -0.004546095067445271], [0.09718458746035988, -0.005885553958485078], [0.11816768901333236, -0.004424910431019914], [0.14272017690496652, -0.009943459507961406], [0.13623048674486896, -0.012783774972404719], [0.09883578112304, -0.006903656352399121], [0.13348753016552756, -0.011534623030429155], [0.14243795328489395, -0.01455766320156425], [0.12069273563182563, -0.009852252786528501], [0.1190319154100169, 0.005969007821316487], [0.08619249749702551, -0.004098801661241106], [0.15572641946267476, -0.01014976473633079], [0.07037659003764628, -0.004812865341134556], [0.08264769516367555, -0.004085307546718626], [0.032061779295294406, -0.001714910727959025], [0.11535593979818229, -0.004746931893730528], [0.13238276820093725, -0.0067939123717088035], [0.1482354275838801, -0.004877190446071668], [0.11936765633785555, -0.011505098517697031], [0.15334304930261997, -0.00705050074945685], [0.11252618639835063, -0.005105068336517598], [0.07509396714610428, 0.2034247043102651], [0.15030285995233758, 0.0003920304448484241], [0.11093063633737833, -0.013814185875122575], [0.07221538562229705, -0.004921558007172265], [0.16063003707546902, 0.13196139292898354], [0.10984864252912532, -0.006649230620376864], [0.08498298437397585, -0.0032646742373157547], [0.15446581334673434, -0.022999031163486526], [0.12560273718998796, -0.008834229160577477], [0.15441331947179823, -0.006575096858954805], [0.06007957566993562, -0.002746990617469185], [0.15023654414676002, -0.007340729832418153], [0.12153870278370552, -0.00818494982826754], [0.15533145722126274, -0.02209053319485598], [0.11489536769568358, -0.010808188258299274], [0.13617792594586486, -0.008844665343632733], [0.12156262547175, -0.006525197807641319], [0.13800039975626205, -0.010695485621022648], [0.14956632254145, -0.0068689498413329175], [0.1394046131777124, -0.011729878735261616], [0.047312719287814754, -0.0051166164582933], [0.14378238747421423, -0.015531852100701094], [0.09683653622059385, -0.007355962718122701], [0.10731114315632163, -0.004181651184922311], [0.12484383038516415, -0.011043167291533257], [0.11253809476486806, -0.012549454140274323], [0.13551832993127338, -0.0055466167107238624], [0.1143199060829257, -0.007169338678854562], [0.09266831401419977, -0.0061142208768642315], [0.12890747339901396, -0.01375308518600787], [0.1547570023734616, -0.023664712491532052], [0.08130213641202612, -0.0016583547680926306], [0.15368786045466973, -0.019415293294021082], [0.1097323270220429, -0.016310952545229913], [0.11916060425617704, -0.01319750982229607], [0.14373155384078426, -0.01468469221316795], [0.10025807750266492, -0.0013803026020181744], [0.1478578802243528, -0.015340406128530649], [0.13454875529609492, -0.00019112386901082878], [0.07175446733440921, -0.005236174527445118], [0.12780757939309492, -0.014474437531467878], [0.09186606805133309, -0.007112141855619286], [0.14149200878632648, -0.008717855544105141], [0.13747297274604223, -0.005961822722482727], [0.11510194962832712, -0.016583814586803136], [0.06113482140600276, -0.0034937769198015133], [0.1457557745070368, -0.008103061506235132], [0.09213468877168081, -0.01815003692185937], [0.07754785973951764, -0.003066584622204392], [0.060750229365789325, -0.004939798699522303], [0.06718161035743923, -0.003927377007259659], [0.12106527769341116, -0.005873705782350677], [0.11082571841393356, -0.0011057419369495554], [0.1197611991198542, -0.009091834244935723], [0.11329870777335259, -0.009015594761410308], [0.12698019040927586, -0.012093117664956183], [0.08572233323740422, -0.0050128253545568815], [0.15721022826265948, -0.008788713952573229], [0.16009808426516858, -0.0038055858567643095], [0.13547691286283187, 0.004029136133273337], [0.16210569638362402, -0.0010364128383629303], [0.14692455976626143, -0.009197973293568152], [0.13815132126181073, -0.00868535995154815], [0.15629975047561395, -0.003904015970083263], [0.14546480024759584, -0.0019933942162460934], [0.11109962437543458, 0.0033966486921421448], [0.08873742942326329, 0.03760788043713974], [0.09512038899523195, -0.0020244988799445834], [0.13814204430343785, -0.0034614921645885347], [0.12050885489947341, -0.0038639280150522654], [0.13886388682964598, -0.009740265193935753], [0.09161134750827203, -0.0059242731724213505], [0.14395545554248643, -0.0038748724192837216], [0.10112099492171756, 0.004246312999023312], [0.16078191960661709, -0.013824104983869151], [0.12945292254315244, -0.013836633980451802], [0.16089253231292122, -0.013569628808042465], [0.11910242770372051, -0.009147549071015436], [0.08473406076613593, -0.007170183639573384], [0.07619392434944003, 0.00174385537840512], [0.10675124782722922, -0.005857391951245816], [0.1377529347869053, -0.007829303485978878], [0.12392944630982551, -0.015544212064222922], [0.09216130464076452, -0.010465623724752774], [0.12647708171750574, -0.010796618309576867], [0.11527066522083061, -0.005888507066279824], [0.16104617336661192, -0.0005842732057038191], [0.12416963595610692, -0.004068296677905183], [0.15765245578332393, -0.010562261091309366], [0.09633322336169367, -0.0027755878803514392], [0.13560859993764565, -0.006584161729719659], [0.11780266736134903, -0.005957596524761955], [0.1393452450519716, -0.00972820412422178], [0.11465221764170092, -0.013417465211884411], [0.09426344753591431, -0.005935041832006408], [0.09387965782863844, -0.006692256152087597], [0.1511918564528288, -0.014513134723784326], [0.1264291493226623, -0.01778257353028468], [0.15304044799830513, -0.013929827562284707], [0.08776836831503404, -0.004700248637798245], [0.11483989013770213, -0.015202014369792835], [0.16027361398162918, -0.01910792809617831], [0.12404893454931279, -0.009173976381708799], [0.1197141190236545, -0.00968228867559392], [0.10156471166505546, 0.017302772790922925], [0.07235789346175868, -0.00322322067305783], [0.1471094134645015, -0.012808694710250638], [0.14448627943360476, -0.012839319256904281], [0.12841590750135867, -0.0039050912872006334], [0.08812972853419794, -0.012460645733042272], [0.0970749374502639, -0.0019745958428893525], [0.0943914875992584, -0.0034441610975824133], [0.12446355918091125, -0.015344635435016596], [0.1455169007571694, -0.01573864749515834], [0.12422889362988629, -0.007309632570957612], [0.12700388259035755, -0.010181827919898983], [0.1180484156079113, -0.0066505371269524535], [0.04345476605305331, -0.0017658324905776193], [0.10742438061566838, -0.022481868597810543], [0.14143094137874784, -0.007399963373552119], [0.09876692086473209, -0.009175730876972923], [0.15640678354207987, -0.007364084584437893], [0.13099560573532493, -0.01605061853883628], [0.07949568293753656, -0.0048442456179974116], [0.15915946525545238, -0.014378291887922194], [0.10591749490159975, -0.010541557343158653], [0.12746293654408283, -0.009325512370715919], [0.10431998417302779, -0.01043463728662522], [0.14018946482559053, -0.005870556289671079], [0.14913376895751043, -0.016118492860844526], [0.12655524593653567, -0.006676115184783568], [0.14543268738402032, -0.009144388323148355], [0.12615236092342716, -0.0023108333153974794], [0.036456352875653936, -0.0015337885471589504], [0.07448659496033877, -0.0009251884993532023], [0.14353517728809873, -0.0115529966376434], [0.12552959045555906, 0.00046946854554570427], [0.0977510600630442, 0.003610689263548426], [0.16331570077610513, 0.0193580770291858], [0.10055558169749025, -0.010784517115122901], [0.13119454412444842, -0.007780420337654473], [0.10356961372442033, -0.0015132740531885475], [0.15715911549682857, -0.006589882602985052], [0.15481630917951286, -0.020753503140298724], [0.1461366123427772, -0.01027241301915642], [0.08894905177347125, -0.0009382645437475226], [0.15265384065687407, -0.007893449548153806], [0.0645425491611838, -0.002709574427790834], [0.10348971789676885, -0.004594863948328682], [0.10893332729257316, 0.006966139321365633], [0.13015711859828366, -0.01046183825833355], [0.13422796819880298, -0.018487055142385356], [0.12153226384595188, -0.008099546225562245], [0.07661583788202038, -0.007883930093141436], [0.15851882380368396, -0.008380873510843967], [0.04264637310489649, 0.00244123220334943], [0.15666607257800616, -0.010886193006014901], [0.10471578124017897, -0.008857430433407842], [0.11690646309791212, -0.009726755590507931], [0.1388846315407005, -0.019702997580047343], [0.10530994515597768, -0.011042090597977245], [0.1536987264427782, -0.02072589431046575], [0.12050756524041463, -0.004344198103693844], [0.13311558342467783, -0.005063381820010449], [0.10327682091033237, 0.00038427407058457794], [0.13423083260085797, -0.00852640518193951], [0.15781858216868488, -0.01185016216029288], [0.15852676921957576, -0.016388890046694218], [0.09653252258842046, 0.006286599155589574], [0.14310895826303488, -0.009531445145382242], [0.14991901284217507, -0.008328875946209372], [0.08958023438120256, -0.005841626898724984], [0.14065133855480683, -0.005142224284053358], [0.11948048302119357, -0.009477272976868003], [0.1354445170603038, -0.007378357321368437], [0.15304978405450712, -0.006240601626455023], [0.1557993570777502, -0.01514417242970077], [0.12769124160875367, -0.008221809850212107], [0.15479353931129136, -0.008170498867668645], [0.1452507273608619, -0.009380454131017787], [0.10772008020509016, -0.007895751712657037], [0.08836354930950285, -0.005636089796429172], [0.05387533540399202, -0.005330840644046189], [0.12648159384492141, -0.005637939378133493], [0.1581141646652059, -0.017884815011715148], [0.09655024252976287, -0.012340928367254974], [0.14253730039921272, -0.014747887650936193], [0.13274006108297437, -0.013793486477901365], [0.13788251509579705, -0.011123478316406749], [0.10082984922047375, 0.005359409149455329], [0.12550125639343662, -0.009231032088553836], [0.056061191579173414, -0.0015872099509438673], [0.12668410630208202, -0.008614291691416856], [0.05306655423120536, -0.0008146523635406777], [0.09004964037673084, -0.005406143766417196], [0.1344801568864998, -0.0017639489055200463], [0.1365450795395072, -0.002575902447064889], [0.0122745281581588, 0.0006263422274851735], [0.1420617174737043, -0.020913788624677594], [0.09832520987858456, -0.0003538694448166938], [0.11883601292793813, -0.013566906702711544], [0.1122418053561778, -0.007086013389660262], [0.0911878605523582, -0.006245049376579967], [0.12693018616429574, -0.007530918841773785], [0.15030766913282523, -0.006534093646394047], [0.12362663457073814, -0.009294749163329109], [0.11404126239840962, -0.007413368692061674], [0.1506583868219271, -0.006427397851323269], [0.06583265421153678, -0.0010849256033223702], [0.088991492407443, -0.002742459056724466], [0.08331970101819637, -0.009032660225016616], [0.13553929189341465, -0.01857415097284907], [0.1524764013744409, -0.019919455240325196], [0.15803778337342914, -0.012344300762355681], [0.1053397156907439, -0.019439637249150942], [0.13212466455878916, -0.0054901294993336455], [0.0, 0.0], [0.1277209345704773, -0.014044670867582924], [0.12785620300277206, -0.014041386426480769], [0.13347441498732485, -0.0011901315526648554], [0.15552618306695076, -0.020071770577988934], [0.12101096226500034, -0.011758934202674116], [0.11271710204187199, -0.015513653687788577], [0.1550692099672586, -0.016969040026340802], [0.04917654924383837, -0.005455700088222079], [0.10911314743125995, -0.007346535038176721], [0.08782823495432673, -0.00617982124578561], [0.11446683424357726, -0.005134060929610526], [0.05185964497135035, -0.0016758960572569683], [0.15043208945821532, -0.010138145126052883], [0.13784978891403146, -0.015902564718097142], [0.12623385751298868, -0.016760808006677654], [0.057945819731342864, -0.006203255208550728], [0.14004724252528353, -0.01625651324024041], [0.16063404746436674, -0.012983377549052339], [0.1314833207182633, -0.011281360030344589], [0.10353310113260676, -0.011210566322177352], [0.09902867978468932, -0.0030139588426890997], [0.11641958922908473, -0.017071301494294665], [0.15608386187817672, -0.015765181381425936], [0.05957005483784546, -0.004063321196886839], [0.12354683395929476, -0.01857921530171505], [0.10259330546850981, -0.01145285172575867], [0.14216205340724727, -0.004850223142883198], [0.14826346392830936, -0.02302896358728721], [0.0903462867155235, -0.012721852925678219], [0.0, 0.0], [0.12453116079050049, -0.0037692209881758725], [0.1169874089472382, -0.007859812405007676], [0.13604833380999928, -0.020283387729270057], [0.14899205206223246, -0.01250279256947654], [0.16020292757013962, -0.023209662499850393], [0.10170836950886503, -0.009420687376187687], [0.1318574223576633, -0.016869168946835947], [0.10363912310592634, -0.011514144070882434], [0.11587671867216702, -0.009867114609469936], [0.1582034475472371, -0.008311973204574543], [0.15116487287642572, -0.021386937348949128], [0.12692583038708433, -0.017033379392738416], [0.15209798310288158, -0.0037617259361457447], [0.1298749001493007, -0.0009904591766142941], [0.12955825693064218, -0.008705478051202687], [0.06647898859201078, -0.00410518999919973], [0.10946104748540618, -0.015153828235228064], [0.09051039355078441, -0.01330308698539864], [0.15947688610342955, -0.011827431511028897], [0.11887856603928111, -0.012514512672054279], [0.11781227131816574, -0.004284890388879697], [0.1077135850651503, -0.004417694620295101], [0.13616188325985829, -0.01943311595185488], [0.11974824967168779, -0.008268659636443857], [0.14973144563676938, -0.010938371544527878], [0.10781839891054565, -0.011689891180717333], [0.1595077867874656, 0.0034932487486465913], [0.12751466849852858, -0.016670020546415396], [0.1104796615852688, -0.02036287793781966], [0.15962622432686208, -0.020020978628625244], [0.0966893302619788, -0.001201560154266892], [0.13525053684462957, -0.015579923075651992], [0.1236670466242968, -0.021120256307344733], [0.12025721805438593, -0.012557465769189886], [0.12184455923771358, -0.012799516645975584], [0.09841636350606958, -0.00846792165997054], [0.13530741917625005, -0.01229249105051058], [0.15351583007793237, -0.015656725250028983], [0.13352827741909937, -0.010644426421752387], [0.11150199225495246, -0.0181661410732887], [0.0945462318197495, -0.00651443024018599], [0.1400050729256387, -0.011585876808216272], [0.14319228303606507, -0.022336512856772725], [0.14935562481942055, -0.01483767123342085], [0.12993979775431416, -0.005528599021012384], [0.08893663587913621, -0.0066772101781412165], [0.05819887961008265, -0.004596383672991706], [0.04459428411873133, -0.0022367221642085318], [0.1605333898186805, -0.008872222123367043], [0.07369791159812447, -0.0015947133038961803], [0.10800360380018983, -0.013546101329722319], [0.10478825940012057, -0.005074934692951697], [0.14089349420770786, -0.026073038068367995], [0.13675313049122959, -0.012463287689384487], [0.16028761778036368, -0.004257759232634608], [0.14760359327404132, -0.009816294232479787], [0.09355831022389892, -0.004688082334017631], [0.11161387593124665, -0.01511137249260927], [0.12855248382722884, -0.008311821984181468], [0.1571917401560311, -0.006338440152055143], [0.1359857474000746, -0.013793164262565613], [0.15236813529500454, -0.010823378832103388], [0.13830094326517545, -0.012882191813993743], [0.13820118298519163, -0.009825449532896898], [0.11004114110551577, -0.006320392536554894], [0.10726110176327001, -0.01932466567769648], [0.12187259111677283, -0.008834943405858307], [0.08824764387183974, -0.002590458662593564], [0.12488664304296486, -0.008788492359689164], [0.12465930512761803, 0.0008433255269921454], [0.16101234762896682, -0.022106518345003393], [0.0822932880549449, 0.005729574097120995], [0.1391363902053437, -0.01248059863890093], [0.13453433038098336, -0.01333811038709696], [0.12076718245368934, -0.008223760706705767], [0.09194910635594507, -0.009663011193593437], [0.15689726922502903, -0.012490265819050973], [0.1615380192481067, -0.012872141033968266], [0.13666017093175953, -0.008707089996169586], [0.13795153851035918, -0.016342402549419193], [0.0420421738094075, -0.00457079511809371], [0.05867345790792298, -0.0031739979601363905], [0.14858599432925587, -0.010151238016293048], [0.12149972679477586, -0.004149437101404578], [0.13088435418144626, -0.005093251365219303], [0.10047129954474787, -0.008252618650335587], [0.09672466975131007, -0.005634631280377059], [0.08189411446455885, -0.00427421975016645], [0.12061161516800672, -0.0059181500937684145], [0.11541908112805897, -0.007596002490185288], [0.1498585546516068, -0.014744502505247404], [0.12438486740800836, -0.013337571648916038], [0.14859047079228477, -0.022113733680452226], [0.14264088370525702, -0.012038118713948312], [0.13100267485723724, -0.009381675963745357], [0.11721350473268694, -0.020265648528576725], [0.15683886971554573, -0.015464028975947926], [0.12837043888046257, -0.006406609326056431], [0.14882472118286524, -0.004882278743771346], [0.14121399287595887, -0.022999090605515506], [0.13296795575810513, -0.00494390606180975], [0.14303570909388888, -0.006073810698819938], [0.1061423963176219, -0.011836512908727025], [0.10898412248594766, -0.0006242850488886066], [0.12664338505550593, -0.02033451482891301], [0.1610376724691746, -0.009638671331465398], [0.09156915437143923, -0.0022545611445118265], [0.1068203013786749, -0.010704102911468063], [0.08971475957088243, -0.00515147019354972], [0.157477337996574, -0.007149677103501606], [0.15280548694299165, -0.02144326701697832], [0.08449376089358347, -0.008132015400147385], [0.15545905440660257, -0.011705374908877604], [0.07875266281087435, -0.01003168229941125], [0.09805469633871298, -0.006130190851736736], [0.0966288014717188, -0.009264471336210077], [0.15058566483210417, 0.015393792925976696], [0.15238181004422366, -0.01981234270554079], [0.06366807734129243, -0.005183786570535874], [0.1556637713493111, -0.008422513086347555], [0.15866121398615288, -0.008400274269275405], [0.11361949723969669, -0.01537315917222743], [0.10593761562466122, -0.010898531224689771], [0.07856451067910122, 0.0074701869511410906], [0.10350432870131013, -0.017304610761644267], [0.12415504815452057, -0.009500891019377513], [0.10583151281221877, -0.009081402067433906], [0.04849529441819865, -0.004259712694516765], [0.1311471165412841, -0.015026945444766416], [0.14781317147712109, -0.015184792509126535], [0.1317318234710384, -0.017304706300922023], [0.1545993155674967, -0.01121837366434575], [0.06235434870930192, -0.011103764401941508], [0.11397388728428223, -0.011385563907205602], [0.13003033819114346, -0.008199890740236627], [0.12540482114890378, -0.019040655295776924], [0.13478455080045393, -0.019869312765579242], [0.1006896518471589, -0.009459161956414209], [0.15589962941674063, -0.010088105898966427], [0.09398609744235208, -0.014858947969873682], [0.1422260214984441, -0.0151545194546106], [0.13099132081739373, -0.009455089134945732], [0.08304724531274224, -0.007365022091610725], [0.09845462846075995, -0.006707188465245606], [0.11369297234460064, -0.014164347119051004], [0.09184088385994281, -0.005649288574581025], [0.10482854243438998, -0.0058747753612631536], [0.10549017232190616, -0.0004060582394599329], [0.11119242535243352, -0.012024307684997331], [0.15249022150365701, -0.01757214764347894], [0.1263840014878965, -0.0085454191264683], [0.10107096309663621, -0.014213834733697063], [0.08404981709081079, -0.013826586382885937], [0.13541915521600204, -0.02200932816044667], [0.11163674737278775, -0.009632571006357601], [0.1461225962004299, -0.009295971099111608], [0.049017580578067474, -0.0073973924804582], [0.13930995665966878, -0.019302323203308817], [0.09207177732847602, -0.014241774617411985], [0.0809464619819018, -0.004406543126408064], [0.11447702517315386, -0.011114695923102578], [0.14968037873819381, -0.012555894511188844], [0.059163982495003, -0.006585104187016548], [0.1608246216301514, -0.017115182051441174], [0.12700211937525172, -0.002632065250181638], [0.15133951425800848, -0.0174097583702409], [0.148892090931187, -0.00757073424305529], [0.09776706485544458, -0.013061914682060864], [0.12577863583778756, -0.013204142695653176], [0.09601174259873696, 0.0028909622597338342], [0.14450148434541216, -0.012506023846143773], [0.161318325950551, -0.0030757110519903414], [0.1424709403597056, -0.012316293032177466], [0.1378559335885038, -0.010957725686667738], [0.14940075318624166, -0.01385640686664272], [0.09375670848050413, -0.007206834956703651], [0.09883324323550681, -0.011089960920000261], [0.08515813821905127, -0.00942725520511514], [0.1305758526456389, -0.014055787359053678], [0.11971741706033732, -0.005752346109272442], [0.1582449871862248, -0.018320141327709746], [0.13031907036939694, -0.02153713334671557], [0.1373018932294153, -0.005456898735854307], [0.11190189260189141, -0.017501347646734722], [0.09630390145232115, -0.016155971650090372], [0.15690940205457832, -0.021415319271752938], [0.12619012827913742, -0.018863289939449402], [0.12646844818851996, -0.00903004359662482], [0.0634609624982853, -0.0011035394082249863], [0.12655941419135874, -0.021896263477063457], [0.10618049890606544, -0.007613395935557878], [0.1304028347465719, -0.008885624477649998], [0.09006546447848625, -0.003537922585971098], [0.14334481805075988, -0.013109097398020809], [0.09928974167652188, -0.012983801381693234], [0.13315494417310128, -0.008294960731656937], [0.12191619468189215, -0.01600405317029787], [0.15719409779756072, -0.012377164485380076], [0.10997745626549514, 0.01178444747387905], [0.0938708375675997, -0.00016038384973107923], [0.12847960983559967, -0.006223203634704242], [0.11792373337537564, -0.0069473019948241765], [0.09356460387988613, -0.016127707676367946], [0.1447077667192315, -0.015407835402265108], [0.10952318182002121, -0.010957744038550408], [0.11862119396354737, -0.014083549209236868], [0.12930532645012452, -0.015674551577196397], [0.04654320452865375, -0.0024547876002048736], [0.09185180056232717, -0.008617476784612258], [0.08073458977363432, -0.009483484990825575], [0.11406510238797313, -0.01334502686853918], [0.03700752312778015, 0.0027485559564644187], [0.11974010900312036, -0.012734685484280675], [0.1473029123788195, -0.01869232684973937], [0.10919713304734921, -0.00942223539836151]], "data02": [[0.20355431577621863, -0.017399575400758267]], "data04": [[0.1542872209719768, 0.5409230765072954]], "data26": [[19.0, 0.0, 0.0], [19.35, 0.0, 0.0], [19.35, 15.0, 11.0], [19.0, 15.0, 11.0]], "data01": [[0.22520764158385514, -0.03152060055126977], [0.21815194859542653, 0.005884352720294444], [0.16956977199640477, -0.007254131593369498], [0.216386400548943, -0.013521156511757922], [0.2110863884779944, -0.011678515244861253], [0.18859966037695508, -0.012413869859026361], [0.22625907021821912, -0.011726934081036772], [0.1621996165427425, -0.026261320688452577], [0.23152857540409563, -0.019475270102007714], [0.19589425289285112, -0.0029120056371114257], [0.18520958438014185, -0.015374997444393912], [0.1884180707088568, -0.008810107083793687], [0.2768085870755044, -0.044258963574944736], [0.23448411770498737, -0.019301430905338913], [0.2551082339635863, -0.017363547936972513], [0.1994725306471043, -0.016150945502956305], [0.25577999338116353, -0.01424557938509062], [0.20620702403046898, -0.009663405933777345], [0.18342295644467682, -0.010869628984561642], [0.18673372531580174, -0.023522379881354482], [0.1879962934044656, -0.01878009581912406], [0.17176404905138368, -0.0075857207609105895], [0.21190424026056706, -0.009864391008401306], [0.21943590921044345, -0.016533315330065416], [0.16736293577400715, -0.017633110919053473], [0.1649892652616483, -0.010723716787580953], [0.18036179308883105, -0.01870257459187967], [0.25215402391263125, -0.016924605843906575], [0.21493533087386346, -0.0152717206320279], [0.16965162400952274, -0.018729996233412753], [0.1652576514566229, -0.01495949854922149], [0.16313052976169254, -0.013126719368888162], [0.1668223101924375, -0.006593056330056039], [0.2665647539154138, -0.013684662757857652], [0.21659452361889023, -0.017711586544090656], [0.1704274400722428, -0.0257363003001082], [0.23499195365112846, -0.03608287781380945], [0.17854157872623738, -0.01643359362744383], [0.23789756778038737, -0.030292576907788003], [0.21333055399653444, -0.02532958197895304], [0.2335792746972718, -0.014481068999958387], [0.17545337176091277, -0.014191372925072951], [0.23808306109852964, -0.03323476776075077], [0.2615676306818409, 0.2589862919266325], [0.24761251794255948, -0.014813580086651167], [0.16320495908636423, -0.008878386687279966], [0.17418684281316318, -0.012552172729449982], [0.1893477944176911, -0.020649169986101633], [0.19735500642262715, -0.013795908482892269], [0.2066820242183026, 0.0015820794268624398], [0.17619493209973322, -0.016494824319674584], [0.19155752772001863, -0.017332726835097997], [0.1874832852331716, -0.011521047550576577], [0.20846187309160838, -0.017534001931647582], [0.1870856377927332, -0.01733906779209486], [0.16421303105298105, -0.011925788270474077], [0.22678699124735643, -0.012899043124064388], [0.24122386563372503, -0.02189378148872105], [0.19877646767023296, -0.01599632116186205], [0.2236430280304148, -0.020535651832063923], [0.2504857306726874, -0.00995368901127735], [0.25144337953188445, -0.01567514627539229], [0.1819702855663685, -0.014647172828067326], [0.17507220752547697, -0.0256502602609455], [0.17098872030227943, -0.01181350233602572], [0.19375193504369823, -0.01764048981870644], [0.21591784842735884, -0.01545665637457219], [0.24623232179448307, -0.02513546971386393], [0.24320557647978142, -0.029042003957170683], [0.26633116608155777, -0.021092756600301917], [0.16782545846757987, -0.009105373084022693], [0.20576398653359537, -0.0025728069839612367], [0.18190127404108875, -0.013220333402399144], [0.1882277957649831, 0.049504984024460484], [0.17453047111233147, -0.022656720237631767], [0.2024322416938111, -0.0121579544685299], [0.17694982334653778, 0.09748101927436849], [0.2003469356680549, -0.024480936016355332], [0.1700514744839197, -0.01508625097539877], [0.24013903747024576, -0.023012572464708923], [0.19996264063983615, -0.009991598401208435], [0.23612345268441698, -0.025201398557682074], [0.19738127705689862, -0.01874729698548136], [0.17879896123640238, -0.006243246143087689], [0.18101927693392092, -0.009959877854815342], [0.1792917397527099, -0.010087631922178842], [0.22215601205488344, -0.011573711723677918], [0.2526335241580095, -0.015279438768686527], [0.2652956932729957, -0.03236571454834355], [0.22075083036608176, -0.015403287793488677], [0.1746303853615189, 0.009420926941766987], [0.19564759510370638, -0.01675120130211837], [0.17058322097266373, -0.013497439140609583], [0.2014153076340792, 0.015909311036069792], [0.1972731817051051, -0.013346238363903765], [0.18096230837689603, -0.025553262491666225], [0.16890994953072166, -0.01127950231962449], [0.20837801948238768, -0.012172179714368283], [0.22108099049313643, -0.016984741818459825], [0.2875661567580303, -0.03019831562823834], [0.27817229815423855, -0.041684903178291904], [0.17755318739494935, -0.002526533575562733], [0.1678956091573708, -0.01286552762110495], [0.23499048222403096, -0.030686734247799993], [0.2467204061347947, -0.01402622461002426], [0.223945342808932, -0.03020268841187454], [0.18156359603584957, -0.02324856311031851], [0.2685872371898545, -0.014797658771456572], [0.2471972236183732, -0.018324799363342487], [0.16662305856431092, -0.009768022512012415], [0.23316628503008857, -0.015489542201946645], [0.1662389461477457, -0.006420805087963575], [0.1941976247165527, 0.0924523940444197], [0.2102581905022291, -0.004556221902383658], [0.24400377939355503, -0.02373683919425356], [0.23741947537191602, -0.022307400945932154], [0.1910918305566834, -0.011529699956511371], [0.16739857585028917, -0.011640044298391121], [0.2000500455792551, -0.022271582524876994], [0.2124033889618739, -0.010498386335871742], [0.17310932106690807, -0.011981495855857968], [0.2304068533061237, -0.021560911488539107], [0.19745181386044847, -0.0061837535020615245], [0.1711812847912974, -0.009801925156618138], [0.1962729667992706, -0.012186638297943612], [0.1938698601271011, -0.019085132736758006], [0.20766431181664988, -0.01444873809378948], [0.22160714434479445, -0.018795532798115282], [0.1696894353212425, -0.008980232352392314], [0.17854410787762254, -0.029378480119748397], [0.23774950843583298, -0.025452034913370763], [0.21266727831037982, -0.00848676943505584], [0.1825297820813421, -0.02092643540899258], [0.23499427925913322, -0.020222827326835113], [0.19952699200840257, -0.010267638948141564], [0.2125459135105018, -0.02034088099297648], [0.23273825705288534, -0.012597997908670925], [0.17451652605096782, -0.023166444870474142], [0.1761900553683607, -0.0029800551371546953], [0.1716861252923415, -0.021582202056582872], [0.27992498472914396, -0.056167946282982446], [0.19393440688928038, -0.0231628463280316], [0.16847704838157124, -0.009092563369316239], [0.2559688636017791, -0.01789228811245892], [0.1844946418934559, -0.009882983363202931], [0.17682320554710257, -0.00874922145561967], [0.21039606094844465, -0.031134473496273973], [0.1839952867087941, -0.012188092472748746], [0.22113854668454244, -0.011312346405302475], [0.1937635414295795, -0.02516960368588645], [0.20426625804377013, -0.007749509317276648], [0.1895166543958188, -0.013260568843765955], [0.1786345074542413, -0.01003458219481573], [0.18031072394290948, -0.010893049060108006], [0.16353789987295975, -0.007283626849746096], [0.22090938093744167, -0.01306064618545109], [0.17168912211293313, -0.013296042916508396], [0.1738080738776128, -0.008875523335897901], [0.19539327027901301, -0.02749095496672445], [0.17868963166064297, -0.021882823955517727], [0.18039956136035515, -0.004011503956960949], [0.1866423061601323, -0.012883013967290052], [0.17779847326027126, -0.005510487176475159], [0.20794446136946904, -0.003745539423490895], [0.19017793546078257, -0.023894475960382498], [0.20126695862330152, -0.012962970584141401], [0.24885113270955858, -0.026452846342444946], [0.21956745520913631, -0.005302713903360422], [0.1721881567563205, -0.004809403889563032], [0.18164594409003634, -0.005696391431280885], [0.17515056359548375, -0.006473825047112146], [0.19942240794527238, -0.011603194552313246], [0.19061300925282335, -0.010825232828696811], [0.20668924432087274, -0.016714809526031632], [0.1811580942874057, -0.005631727330448356], [0.23615048528042623, -0.034230438886605416], [0.2090307413649496, -0.010445658671779302], [0.18971312986629527, -0.010442333456286144], [0.216159612329191, -0.02418361118819102], [0.18563615680649814, -0.005415657933471496], [0.204847558851988, -0.01658747205771158], [0.2011279608033709, -0.0038419822405425363], [0.18376366359705856, -0.011284804510219537], [0.2203900320320708, -0.015745817637768295], [0.2382679968715293, -0.03071397099695016], [0.18974482501894993, -0.014319933590803961], [0.20074184109806192, -0.015469546571302789], [0.2425555192019912, -0.045916695313081984], [0.20010880403224351, -0.015475500043710065], [0.19674025313928425, 0.0005875233983793737], [0.21989905484586705, -0.0026560119557952405], [0.18295427170446682, -0.011499179761116769], [0.20213563524245823, -0.01141160796534454], [0.1849688210547809, -0.010191772936866388], [0.1650963982494857, -0.009349275057593252], [0.16328290726666725, -0.018781284336875266], [0.22507802213967523, -0.011104639650025028], [0.19276404458365756, -0.015141814165382845], [0.17563886309593407, -0.01033917065963182], [0.2703116318069915, -0.028028602047463123], [0.23385203198674592, -0.029986123737071213], [0.22130081082292144, -0.021986350642661696], [0.2752579702679674, -0.025231877639961497], [0.18197667173456944, -0.01280689089772558], [0.16639596847699506, -0.008335642805808861], [0.20199417479009021, -0.013081613130620768], [0.1636955925764726, -0.018481090125678223], [0.2032110270263879, -0.003686608769932631], [0.17159388648003984, -0.025926353035694873], [0.19342750061494637, -0.004689108678815506], [0.23925276048331134, -0.02749206449496379], [0.2052775496196202, -0.030669350509694597], [0.16472989567332166, -0.011665791098738353], [0.18766509949036425, -0.014351875714947645], [0.1906608437640639, -0.00978821121714805], [0.1649664288579148, -0.00853207525966442], [0.21491925789468952, -0.010004128751840412], [0.17244937959094211, -0.0067637106405069635], [0.224324751930654, -0.02966614804727939], [0.22484761411667836, -0.028519752844125428], [0.193045674982571, -0.010756706716153539], [0.18832651673992143, -0.009778075073436789], [0.19200768549216593, -0.01775046232469151], [0.17390890598349423, -0.010021934465572473], [0.21872118202766133, -0.023665027196516936], [0.2476652366581346, -0.03823981970310783], [0.22436414235387214, -0.022716373512328334], [0.2266295966954729, -0.01731902439115114], [0.1684708647464254, -0.00615118872749933], [0.17520297439861465, -0.011592506341615454], [0.2001217677975927, -0.014057508801377636], [0.17848602237675879, -0.015181381817949806], [0.17335852995510007, -0.007728336657851987], [0.16676492261151038, -0.015867839999641545], [0.20286891716398728, -0.02300974650987422], [0.19251543634312493, -0.01795244354500488], [0.2229013788248694, -0.01291403522731917], [0.27044856110052146, -0.029215471988078043], [0.23646359943076517, -0.022300467772562983], [0.1863225626637989, -0.011396070610925686], [0.25698432475664057, -0.021425287843640478], [0.233339090263047, -0.01897662240388], [0.20100207962914696, -0.017220828215739403], [0.19191278693648683, -0.01915309960072844], [0.1930999130261642, -0.01508383723331473], [0.1946253081082534, -0.026010425340878704], [0.1751720544676686, -0.011249606232876507], [0.16915157971447445, -0.006257297967416396], [0.17238552095605167, -0.010528825837374767], [0.180792902235714, -0.02328273791473731], [0.22295790395355616, -0.014977901084082675], [0.1666712824449705, -0.004549612538380141], [0.16440087288627908, -0.006699205778627121], [0.2074282525890931, -0.017934913066631246], [0.18743136987510228, -0.007309672611067732], [0.17585158283093133, -0.011034474199481257], [0.1760861558946915, -0.01207762561970716], [0.20790414208484972, -0.01533494249388211], [0.16606567380195006, -0.012258575800964911], [0.19962108088326808, -0.013676380572886048], [0.2175446158501987, -0.006677640494387575], [0.22425284581529295, -0.016011514097702545], [0.22616032069092618, -0.01896802769641982], [0.21563666542246201, -0.024705337905430502], [0.17044140932089766, -0.016289251035699778], [0.23754044694252555, -0.02248227500566], [0.1752183236896703, -0.014211716050057244], [0.17363372000550753, -0.023390976858970954], [0.21390812267200246, -0.017945245363149967], [0.20450325631247446, -0.021908511440339198], [0.22125553448909727, -0.03288709751301373], [0.19484112012713745, -0.022547937067117184], [0.2850595883795391, -0.04832936200052753], [0.2931439720297493, -0.03212392432756418], [0.18710302602751513, -0.007643252143417087], [0.27900011628051646, -0.017190465769569084], [0.21043389792916672, -0.03500616179392366], [0.1853946051019527, -0.011510882759930348], [0.22269459242062406, -0.013401139495682678], [0.21475412894715806, -0.02081256810022092], [0.21352914369822193, -0.023600487126957566], [0.2617245420963318, -0.05142713070411379], [0.17418616128848774, -0.013699626320984447], [0.21900234330471802, -0.018064768304763796], [0.22678571701364098, -0.024559226514500262], [0.23233702279613622, -0.011477302251717525], [0.20763577837349959, -0.005836016369369875], [0.17648075796601406, -0.018095106730358874], [0.16939281313462284, -0.011930377958314083], [0.2865224002148893, -0.0403922700420439], [0.21654966677590445, -0.007266295469328316], [0.17741004106390662, -0.010877760119896008], [0.16482300704728545, -0.005863865061697969], [0.1890885495650773, -0.004683295299555948], [0.19285550872406806, -0.019316989454310964], [0.19655961139112343, -0.015030961653026517], [0.18649195485342754, -0.016192847419318812], [0.1744278999512882, 0.030582999932307207], [0.2893300762723274, -0.03643953736975741], [0.2038085851782482, -0.014238149913012184], [0.18151518628481547, -0.00018206216705552561], [0.16401286200110235, -0.013760055054078823], [0.21148329413919242, -0.0037375836314937076], [0.20153290466968898, -0.01450776234425406], [0.1828425980918102, -0.014159846820939204], [0.172949977340241, -0.019068833292397353], [0.16287319576150222, -0.01877409368718049], [0.18596569926556134, -0.013804589464825798], [0.23584044729852663, -0.02524531150757684], [0.20407207351932266, -0.020887978211297935], [0.17566883066067998, -0.007268658147213025], [0.21780490800034874, -0.013534310527163702], [0.17685620933414978, -0.007884620579328606], [0.20145743560919635, -0.01971302978935825], [0.25222738618157664, -0.008372030299150388], [0.2212988475394593, -0.007235612718509413], [0.1722470078731003, -0.009739169558440938], [0.2001656361263649, -0.022130141005441528], [0.22627378795380454, -0.022945596144937026], [0.18637429513978435, -0.013787079478040934], [0.1684572686636067, -0.00898851412216335], [0.23105215302092888, -0.01070770680547104], [0.24709162854259348, -0.027173990189207034], [0.23796798740517497, -0.029446904261295193], [0.21060156653843895, -0.030140601077026742], [0.18468694365100824, -0.013843444650783765], [0.2080023547555953, -0.020759397856037465], [0.20195685986431047, -0.018713894647538767], [0.2325039483282803, -0.0187501474372451], [0.1846554309548941, -0.029090372293901684], [0.19377341424081096, -0.010477130752280482], [0.20283478448276357, -0.011984566019884822], [0.19148497878583953, -0.01873770901907826], [0.22539108010121192, -0.02641107034176756], [0.16487931824275365, -0.006848451712973349], [0.24684149474445846, -0.00472133149836227], [0.1668164987279985, -0.01601532034799965], [0.1673093490312029, 0.013308403040249304], [0.18233992556247489, -0.013858292359443284], [0.23867532717808054, -0.03859355039759989], [0.21680604309702364, -0.031174554260991645], [0.28112635320268836, -0.045962873178177786], [0.16868881910897426, -0.01495456120925818], [0.22799317670000643, -0.017555963071573106], [0.19202777709108998, -0.01622326138680875], [0.2419229554355902, -0.027386859175799548], [0.17914277393689135, -0.019728046813139843], [0.16785650685683, -0.013823116171705235], [0.17467328077867153, -0.01373548166544094], [0.17214224541729284, -0.021679989411825855], [0.18161183210501786, -0.01639963639201717], [0.25620351567984917, -0.031178437599909195], [0.1850142945342649, -0.012671107736603156], [0.22806708482871754, -0.0251210270756801], [0.17793901688702224, -0.007072296090292188], [0.23672824010098367, -0.02370516139232889], [0.26341552585586087, -0.047589854123162585], [0.23381916054930255, -0.02028323129983206], [0.21129284483257835, -0.00929321241750546], [0.1938037909216339, -0.027669477031059795], [0.16984180785649247, -0.011863085104824802], [0.20727015094226126, -0.02050464256701632], [0.21450357153126623, -0.02391312925045331], [0.3426428503163404, -0.03445814846141638], [0.20675178524280885, -0.017653113586965224], [0.22261992572981892, -0.01204478041391857], [0.18443041031077584, -0.009972193642668423], [0.1958350430681289, -0.01242426086028894], [0.202451894413652, -0.012028178532629746], [0.16920626894904559, -0.00867263046932738], [0.18144011050830705, -0.013738445148166734], [0.2174051903481229, -0.017034455655271622], [0.17723863495818837, -0.015751179871745402], [0.17204171533954898, -0.01786290385751305], [0.1916615162381879, -0.011035367728802202], [0.1937861536504875, -0.0137093589074208], [0.17916069084244166, -0.007799805364571703], [0.2124870930238372, -0.00842575370211441], [0.19852257880535762, -0.025403325968429036], [0.23078776490949166, -0.024601682461436847], [0.230072921341648, -0.03758319899419966], [0.29954659002609846, -0.039059832850351056], [0.1939951720498106, -0.01062964016340007], [0.21730314177169097, -0.014976374287264015], [0.2010116002985048, -0.008654845659719735], [0.16382000562721646, -0.014711347692201074], [0.21283743148325424, -0.013642918857110562], [0.1736713522945907, -0.009889906000604463], [0.20718468210666946, -0.012476583958356319], [0.1763838297402626, -0.01586049222838212], [0.1664662595865498, -0.02579627348822411], [0.2482381311120675, -0.02349368026342394], [0.17674099695816872, -0.012642843797096301], [0.18515894612529557, 0.016228743977345524], [0.2030464116996314, -0.02908258043493459], [0.1727865944717987, 0.0009624681387449026], [0.17187076947662525, -0.009755734206600801], [0.24305715320396581, 0.0033712998910405195], [0.21801002470360714, -0.03517560086065989], [0.26305393864500876, -0.03709020868661809], [0.16468363746078707, -0.013412733576457654], [0.18112811175735435, -0.0071975691883462796], [0.2422936883788943, -0.030155044970411483], [0.18078996889252166, 0.01508528280450624], [0.1889730225139311, -0.026764625297677713], [0.18628814162246807, -0.019161293488165507], [0.19114821897317402, -0.0171099595504707], [0.16696974942092982, -0.01349216751396821], [0.2837835203042474, -0.020927577496501624], [0.18179330233447413, -0.013996950563743633], [0.2240017217914301, -0.0051584486040903476], [0.2149879217643941, -0.009424154318168987], [0.16417927184728254, -0.01618752272253645], [0.2240073850844183, -0.018319298605873648], [0.30174634947753926, -0.04465741525995381], [0.1834880708894381, -0.02173741133026994], [0.17637595309360704, -0.005629291610215919], [0.17704687696599603, -0.017486877447439576], [0.1696513794255095, -0.010161294387601806], [0.20671561097212826, -0.01960885981188343], [0.17826660083365908, -0.029750161742211147], [0.1785674281457434, -0.023312739257955576], [0.1741768104129069, -0.018202253428751106], [0.19679344703012666, -0.02721720976041499], [0.1831836990324039, -0.008150442240136816], [0.24529509986891215, -0.029333786975513802], [0.1992348997437152, -0.0179391697145587], [0.1637210452503419, -0.01621582047577143], [0.20375972604973255, -0.006952368278408452], [0.20180710689002787, -0.02354269232375813], [0.1806103964525548, -0.012101592787799407], [0.1673952810847274, -0.01681252900952626], [0.2562607412128726, -0.02148177990134423], [0.21880514633166265, -0.010630530163152517], [0.2141431251102181, -0.024715820976233933], [0.18366115288096374, 0.08185952364451035], [0.17399696799165218, -0.013067864614814502], [0.23084069897838097, -0.019888333836830592], [0.1987089553000547, -0.018026793609755554], [0.20022147755631128, -0.0184555371831918], [0.1793831494504076, -0.019574798633190053], [0.28445908464973013, -0.025569453234830168], [0.22215031101446248, -0.02344308735598998], [0.1744019350506505, -0.013742110402851828], [0.16859457878733186, -0.007576505546251414], [0.18960913601607585, -0.015924508870339478], [0.2069760964175111, -0.010542721523554996], [0.21644108721281108, -0.024339756365688168], [0.22320606545231408, -0.007442732074305757], [0.25201679193773835, -0.0130658241144518], [0.184775018458665, -0.008891751030139823], [0.2112570371008484, 0.017673800543864127], [0.16357053172923008, -0.019461590224656523], [0.2136607000978038, -0.0200540884785255], [0.2038421296189863, -0.0069430323730517675], [0.1691044626898206, -0.014228855293434015], [0.22384092547375076, -0.013684980519011715], [0.2411498147587069, -0.014748445479630778], [0.2136596522776477, -0.025071854509187714], [0.2147157437994044, -0.021947746930121297], [0.22014561498430482, -0.01648297638428938], [0.21069468560138133, -0.022257992266771706], [0.17765463515051125, -0.012533480109979414], [0.20768061878995497, -0.02346947233073685], [0.1731561963458377, -0.010512019969616962], [0.17783184393950405, -0.01393010947546821], [0.18966986359960275, -0.010264999003397396], [0.20346255010974834, -0.015401767324552642], [0.18935734740345767, 0.00160600770121418], [0.17109938762304566, -0.009193428346273642], [0.20053341638988256, -0.02184514204015869], [0.18251207657905058, -0.01674560898373546], [0.27783439827834516, -0.011400956934551884], [0.19760863882179472, -0.023499447523952686], [0.1672293772755182, -0.008741961837616078], [0.19148497878583953, -0.01873770901907826], [0.19324427181969742, -0.0251766972004012], [0.22400436905192786, -0.009496699719698382], [0.2477372845588423, -0.010734198606817355], [0.17464850404714988, -0.000251088570056244], [0.20725732730711127, -0.008989489638152772], [0.21207271889945015, -0.017341801380023267], [0.2094807347725656, -0.010260811138654782], [0.2168884079484309, -0.013062035694441986], [0.26201955720481157, -0.013668273943288244], [0.24861602782943643, -0.02136137134819176], [0.19378856141280665, -0.030605956356070902], [0.22505895515914717, -0.01989771097393748], [0.19952584122727118, -0.015112937468862702], [0.21850487927106713, -0.013604825260439816], [0.17811563712485784, -0.017521050656032273], [0.23917969182865895, -0.021174729925267047], [0.17890897693979368, -0.02188000594296123], [0.20178312740725043, -0.01510596073470898], [0.18762017192397973, -0.012179050183771125], [0.17294755402881995, -0.010527438147979979], [0.27146042491885297, -0.018939809291715105], [0.20968405036308116, -0.031484287011301376], [0.17307076636490532, -0.016567032031394875], [0.16344202568888433, -0.012725595905558487], [0.18011681894438986, -0.009136124344342366], [0.24555400802524935, -0.02359314330403815], [0.18627497402083806, -0.01188596577757678], [0.20166435158899712, -0.016737837615327867], [0.2040087073164925, -0.012043536916848254], [0.17164069038416124, -0.015778000184944737], [0.21019144352701322, -0.027254574162820476], [0.22351292931421118, -0.014250025322950258], [0.19842922800224913, -0.01479063183310615], [0.18240398454610215, -0.017147240320591072], [0.1884829633031005, -0.017849206525111773], [0.16460057630946306, -0.014713038775301739], [0.18744032105590477, -0.00781813164041848], [0.18264521060877972, -0.015959790280550855], [0.25165859709311206, -0.035472841421177216], [0.1873841509234394, -0.019890153944597932], [0.23528073942069297, -0.0172312842536961], [0.1666566013648752, -0.0047040102291708245], [0.16459596627385203, -0.017348695382730678], [0.20705817855252853, -0.0038032624344626837], [0.22624942139455745, -0.02156541330644141], [0.18801299627620055, -0.017754411352650875], [0.18459085249716278, -0.017244800435830418], [0.1930625441466729, -0.016872409477076983], [0.1922959556520419, -0.01644706684868881], [0.17472692222753597, -0.019638445168128984], [0.24734092345532285, -0.03844985528646559], [0.17049427322589164, -0.01277661849138921], [0.23036679187404246, -0.01593076451385704], [0.22617157541065602, -0.018073824729132583], [0.22771070750942882, -0.009549279174103413], [0.18846553314898107, -0.02058217459406743], [0.18566866231932097, -0.02607652788838608], [0.17758516805437274, -0.017571207695649765], [0.1933973226950357, -0.02335566213174579], [0.17334173518725787, -0.00525287010025744], [0.20182488992441525, -0.031594947954764356], [0.20483860749677704, -0.022483837248706482], [0.2322307623741904, -0.01370965261774544], [0.1705306953887281, -0.0045104156946950075], [0.2131465208358397, -0.02075528673269229], [0.2432765830731895, -0.023850952828273007], [0.2311865341444871, -0.014250238949739433], [0.20813217063612258, -0.009481837917082367], [0.21226444156874957, -0.021195904672472343], [0.21431968756106137, -0.008838892587663228], [0.1732024169380998, -0.008590768114426302], [0.20642186757309755, -0.013185102074349834], [0.18494521961387056, -0.01340025746219638], [0.20399011890887614, -0.018296321075934107], [0.20692137902952043, -0.01600889114050899], [0.23605081310124218, -0.014370375655892574], [0.1780310428272087, -0.012470362451275098], [0.16963426781655014, -0.020100692080549466], [0.18618616532705765, -0.018067531347087613], [0.17248085642579172, -0.018478113697247472], [0.20807184483831148, -0.0092028316668402], [0.26362370173525057, -0.016225895976921745], [0.21011076367984788, -0.025825039470844226], [0.16628722162103252, -0.00625179443616895], [0.21209126895734975, -0.01122619614634179], [0.18613600497752372, -0.006905501130782048], [0.2277776874779627, -0.00546722408701174], [0.1643145713407761, -0.01855157572573698], [0.16348117139716084, -0.0119704748732834], [0.17710856781261244, -0.01261935211000726], [0.166246446310834, -0.010874472326107571], [0.2710031945904077, -0.030700424683557357], [0.1760663661337041, -0.016898594272091616], [0.1835450215074967, 0.07290047969454648], [0.1953327013028795, -0.02702897470340293], [0.1661176048033876, -0.010004444625892154], [0.18707403499610087, -0.007400753386237074], [0.23118488903489356, -0.03610682192841129], [0.1683639554711409, -0.001125328197506051], [0.21069782732131134, -0.016107673415222675], [0.22297052620766988, -0.03526104162682841], [0.16352830508443536, -0.01655462130653615], [0.24069785114726275, -0.03053240415302683], [0.20929962216205758, -0.01760828807985803], [0.16338044196986742, -0.012215628424451622], [0.1705638065973712, -0.0025679648980084244], [0.17881976888379533, -0.00939613614134536], [0.17690247103147147, -0.024744345560090277], [0.181349317631546, -0.011214598657747403], [0.2731214197147896, -0.036381734734404446], [0.19272862309261296, -0.020706276285623205], [0.1820724484306749, -0.02089863410963757], [0.22298459272840004, -0.011680766120019094], [0.1888346794998155, -0.01369717188940775], [0.19109644778543708, -0.012560362514480103], [0.1791033142740113, -0.019325351107465073], [0.16750765124540654, -0.021004373675936272], [0.1883451573543882, -0.016471738627789397], [0.22883503288939994, -0.02936287504457387], [0.17475005232881866, -0.025205543736970634], [0.163133941715705, -0.015877987203819867], [0.2375333720388534, -0.033464849729636204], [0.2341155928160518, -0.035925079078285065], [0.1755536977039394, -0.017806071995815194], [0.3067735692802843, -0.04539464128145793], [0.1757109258127844, -0.014314917463169752], [0.19068132484688866, -0.0139777333837908], [0.1646535108365436, -0.02460416852076222], [0.239897004689135, -0.03328551233729639], [0.17778312374100194, -0.022840400841884333], [0.17334140960281316, -0.015122501769257495], [0.2016729289671947, -0.021395880126162833], [0.20831090292583807, -0.033772959482465933], [0.19952437208102822, -0.025676199493922264], [0.27459689226818645, -0.0333555204377868], [0.1779814571135819, -0.024649368519203678], [0.1662430579268209, -0.00984947841196429], [0.19851341921813428, -0.01467554931035383], [0.2054086703888644, -0.021439507824552773], [0.2578049160674254, -0.014447893104752208], [0.23029358720859627, -0.032678003523950894], [0.17229142402714268, -0.01914624782297729], [0.20602261758440557, -0.04775779536375124], [0.19512142306552818, -0.03326235529473018], [0.1949883693823763, -0.027790752396820047], [0.17907478571059673, -0.011833037850102528], [0.18615098111123396, -0.015723855131347414], [0.21743114932029284, -0.027043633370195736], [0.20381572066842393, -0.0296531061737457], [0.1836881058329689, -0.018127798639493608], [0.1944722626411098, -0.01685979866356431], [0.1755697805462532, -0.00895194551983222], [0.18841129754739508, -0.02564333502419491], [0.20975258918239442, -0.011126805622176512], [0.17374302558645865, -0.01742766528272972], [0.16872011438286696, -0.026702791869543316], [0.386574977033323, -0.03954497985494733], [0.22937496853687322, 0.010850193581661657], [0.19060381041165825, -0.01788152578084765], [0.2029346505055264, -0.014936597302344475], [0.20437935063291846, -0.01569348644659234], [0.19710109573341858, -0.020721157173867053], [0.22353435070767355, -0.04348322464106039], [0.19286331487246058, -0.02174891091663305], [0.1729559769672525, -0.02230920018303753], [0.20483838080250694, -0.033440896581929565], [0.25104960392223835, -0.037148959183600325], [0.18742105385764915, -0.010420653251241224], [0.1669280099071716, -0.01578010573257303], [0.170842571611287, -0.02247849965793848], [0.17464538745520944, -0.028357931727492947], [0.19147866110133804, -0.029201571922451645], [0.1760756559345256, -0.007724832372755998], [0.18017711224552763, -0.021211575801794086], [0.3339005630678071, -0.04977962397967249], [0.20175495761766454, -0.03326726875093601], [0.1809530580537233, -0.018436855642013437], [0.21184490773119394, -0.032382637121773514], [0.1852006813270438, -0.011867407186057922], [0.2118283612316654, -0.015042904831477494], [0.1867504743895323, -0.02159198787616535], [0.2755279638531652, -0.02969294457799112], [0.17144925119825571, -0.01872516776732164], [0.1876878973966129, -0.018402627152030074], [0.2855180874514638, -0.03359254500094172], [0.2628514391222177, -0.038394452706738864], [0.19266234598854298, -0.014841795788148369], [0.1760144251503774, -0.008984827313049466], [0.17070559394067386, -0.02373489539802423], [0.19926011475007274, -0.036720948234406484], [0.18505987438446328, -0.014166456280408211], [0.24956514345378447, -0.02846038483039477], [0.1964219000614271, -0.02964338062900018], [0.19720708156171823, -0.013959933814676672], [0.20336765106865115, -0.017797164188775357], [0.18332542540618674, -0.0239345313319191], [0.17831262672064585, -0.015230265861068638], [0.2639570422850564, -0.02863441940472809], [0.17815619137262398, -0.02289778283027936], [0.2553253503792555, -0.03614024726241928], [0.2483432898801744, -0.024147733426821718], [0.16363497765545057, -0.020604653656162052], [0.177586179145216, -0.01674083744925752], [0.19174382343451124, -0.026071080059946634], [0.18108675948502057, -0.01059071124134444], [0.18047885478414596, -0.026593985237191465], [0.18314999003483526, -0.02384304956923152], [0.16485488779168922, -0.022955119153247036], [0.18552301071629668, -0.02085185280958126], [0.1728501314360818, -0.019940102413497918], [0.18677098120311436, -0.018622011541002403], [0.20620858018446092, -0.020903664088025777], [0.17925826240116777, -0.019203837832836915], [0.20515168703601966, -0.022490303172816625], [0.19531211340263435, -0.014811323200365697], [0.28254450554164706, -0.035207001083837064], [0.1771713666565641, -0.02383986056905765], [0.19055234728542764, -0.014386390933799328], [0.19792097138625303, -0.024204729011454363], [0.23008119678717703, -0.04160918707471584], [0.1912128047467132, -0.014720507902479418], [0.18263670262716122, -0.025675628033575666], [0.17697823120730666, -0.033096530611818234], [0.18256952551884856, -0.0199567161237771], [0.18223943330981046, -0.008090832888405201], [0.2237301486307184, -0.015758694582091254], [0.2784377558645956, -0.04313429245429737], [0.1719674028027904, -0.026078971018364688], [0.16717203499560185, -0.01824198395634161], [0.2933194289072388, -0.048565401835994323], [0.2288207552983419, -0.014969275082758898], [0.2140374902588309, -0.018221078177537823], [0.16327229264805004, -0.010822586568634846], [0.17823305145643922, -0.012387176407474517], [0.27198348419960805, -0.02007255478685535], [0.20723272375387747, -0.010642411808264394], [0.2134802010573923, -0.022468302736433788], [0.17454414256676426, -0.02478954168210808], [0.1933544665618327, -0.027140773706776224], [0.27290938868745557, -0.019783698351689503], [0.19774294117229646, -0.01552119352276396], [0.17935789828373333, -0.017685923246662415], [0.19182623159148726, -0.022682495504753077], [0.2107890685494364, -0.03467635511186183], [0.1740770177500689, -0.013922427496901105], [0.18136182042526927, -0.020877646264378075], [0.1916998962446403, -0.026023310667257854], [0.1998875421055535, -0.009939001859208492], [0.1838809595111259, -0.017237501592763185], [0.17770227667420038, -0.03158860372085605], [0.22869249484924625, -0.048718330166946634], [0.18028048601728897, -0.019103643735082283], [0.24422666906831925, -0.03314837798283749], [0.2232274732300859, -0.013426781297791556], [0.21953990328602024, -0.025935209993835542], [0.16724172952994562, -0.011062916936351497], [0.22085684033686456, -0.0247300501773237], [0.27887696404109436, -0.046118690608116686], [0.18921498566492087, -0.026039649540245464], [0.2992294596489861, -0.02491158856105579], [0.2256448686707276, -0.016086193641298912], [0.1676925549365104, -0.011706608935080768], [0.16704154692150172, -0.01863169620777535], [0.24449393231939007, -0.01889039155570953], [0.29436114412393743, -0.03958105029504031], [0.21982736329310934, -0.015361611705845029], [0.2150979762156736, -0.01763209016210358], [0.16466033286862247, -0.021483804104371708], [0.24682636176530653, -0.01996139935604586], [0.2241395341693988, -0.0174638559017051], [0.18950851889627748, -0.008455599930841592], [0.19409221399956045, -0.018786525935416108], [0.17632210170788695, -0.013062102832708433], [0.2613112268005458, -0.047518279924600136], [0.20195121940691615, -0.016967955027113898], [0.2125510562681616, -0.018908202133625387], [0.2211700367719661, -0.018164815661729384], [0.17601025715797528, -0.021553597130256404], [0.2637347092034072, -0.046179590760043326], [0.30200557288080515, -0.05165758308778061], [0.20652088232541177, -0.010533536550181044], [0.2045353568164055, -0.04702702700079646], [0.1707829307445389, -0.027828289555624403], [0.179490046095953, -0.017459371419490104], [0.1609598132748192, -0.030064158140067278], [0.24238192904240416, -0.02268295609862074], [0.23180271191841673, -0.03533560163470604], [0.17524282364019964, 0.0022680632344646654], [0.179751365726061, -0.014002501080015372], [0.2158279435980517, -0.012894660661943051], [0.22708075280288295, -0.02659610301733478], [0.17810195341648702, -0.028364101636898776], [0.2200356154087761, -0.026504876726076557], [0.18218241556285086, -0.028531646133740138], [0.17710738144253926, -0.006683155376310001], [0.20607548520007962, -0.01688446367523207], [0.19762126751682302, -0.013369309727258341], [0.23458440657652868, -0.03565674865710826], [0.20228304611526865, -0.02028967758925701], [0.21500139177094876, -0.033225670731172524], [0.2572372681609394, -0.04032726663516193], [0.28727173023424596, -0.024345829175960038], [0.17954683637819768, -0.014214194942266306], [0.2869580124664617, -0.038510056909360296], [0.1629049016583001, -0.010217192519227418], [0.16426830232279596, -0.01099377669589506], [0.18564523412583522, -0.021497270850516042], [0.23804627522941485, -0.04593539172295006], [0.1927201647996101, -0.02550983210636843], [0.280844079916218, -0.054002179011547566], [0.29235382731684134, -0.04974474565794825], [0.22084165892312813, -0.03204377584538547], [0.18633743872498557, -0.033419565179526184], [0.17561566918769214, -0.015714442842870647], [0.23063842888633432, -0.032869066858767275], [0.17103477879819073, -0.02725135353567562], [0.18792068584838253, -0.017757896187205507], [0.17317338334655305, -0.014319418941986899], [0.17464177209399567, -0.02223243657314887], [0.1982556418284343, -0.03162210191720552], [0.24375720559208097, -0.028589254493797754], [0.22056114693825438, -0.018289284853228675], [0.20139514347911874, -0.0171244948284467], [0.20896180925482075, -0.025028569931174235], [0.16925572526282665, -0.01579648749550493], [0.20055391357987756, -0.026793565156103014], [0.23771007455375665, -0.03958177690463939], [0.1891537645228624, -0.011783420024133023], [0.17431976014944847, -0.022826662147364563], [0.17144349277430662, -0.01528075875855718], [0.23951768230775355, -0.03416251508220001], [0.1897381648742369, -0.02309787385399506], [0.17113293430287047, -0.0038685757180278897], [0.19217610749351613, -0.01989909045736682], [0.187819484732421, -0.024260235791317964], [0.18167967548373465, 0.029121194164152264], [0.28455951156858733, -0.0435431863808591], [0.17801027846857692, -0.012352128499065381], [0.24005922980990113, -0.012779504783657348], [0.2638842150526373, -0.0266743160392939], [0.17191980299861884, -0.022861319276480288], [0.24103639406012328, -0.0397197531052155], [0.21239290417159282, -0.03269595721212242], [0.229665718105719, -0.026167622157438158], [0.19618964520142887, -0.033053040632763785], [0.21051758662656675, -0.009809677423930928], [0.1696168885913038, -0.025496875503825338], [0.17710121559374128, -0.03246687067603089], [0.22524236354363195, -0.01590032248695201], [0.17669255988388657, -0.008431313938909769], [0.21299557353213447, -0.016265741852201154], [0.21001850833847732, -0.01509638680597027], [0.1810278205131275, -0.013794500305926733], [0.16654250067866377, -0.01879097076388782], [0.21084843379859686, -0.02521521701100596], [0.21403132071575182, -0.028934924688442342], [0.2049320005244094, -0.02273587590350421]], "data23": [[14.0, 0.0], [14.35, 0.0], [14.35, 25.0], [14.0, 25.0]], "data24": [[15.0, 0.0], [15.35, 0.0], [15.35, 380.0], [15.0, 380.0]], "data03": [[0.19372702936469008, 0.401795083011995], [0.12029243160923794, 0.4954637381006054], [0.11554083361907909, 0.36768750061452976], [0.17462580835307173, 0.5776873241453334], [0.24129910853764916, 0.30122818180975647], [0.21153535862050027, 0.538258702199598], [0.1391867383940608, 0.4314127593350681], [0.151965580471722, 0.682100739069533], [0.20880359973438542, 0.5317331896232079], [0.15744492262600465, 0.818997094981734], [0.14587262940242374, 0.5561824164652237], [0.17838831772081806, 0.7152446116136231], [0.18986908380649858, 0.6509853968485905], [0.17225537625682316, 0.6819646567630098], [0.1348064184611566, 0.5043583521812423], [0.15965597244952157, 0.6980032056246253], [0.17242474694978133, 0.5706112945733651], [0.10198890347579533, 0.4648508365047481], [0.1252184987609788, 0.5059354681974404], [0.12784148024777148, 0.45771781069582457], [0.17488411118367728, 0.6770870519870705], [0.16615326070885422, 0.6177461641870592], [0.13011291138910816, 0.41423069689797914], [0.1335073816784159, 0.36957129978088976], [0.16063029826641453, 0.5460510922563849], [0.13549710327729136, 0.595337327196701], [0.1409676541386507, 0.6086153329749037], [0.18612265476240106, 0.581013214480532], [0.15589541516643887, 0.7843879887091973], [0.1779475989931856, 0.5914538888620794], [0.15395243644943155, 0.4850493867556668], [0.19791739298332092, 0.6147643293380387], [0.1034382406955677, 0.31513661657061015], [0.16396254492821058, 0.7416953064324913], [0.17372921218242673, 0.6736320235175509], [0.13642960684638256, 0.428086919066483], [0.13205116343850776, 0.6121456902656809], [0.12161442053568489, 0.3588192548758161], [0.1759183487625369, 0.7755981209059667], [0.1346056940040998, 0.4332273638789859], [0.14196719822667342, 0.4844902567706192], [0.11079892880504334, 0.47686152561095224], [0.17433887612680793, 0.4737645692712016], [0.09841154085600083, 0.38519158035716705], [0.11535679737197192, 0.3511486925025275], [0.13503320940198774, 0.344181562678727], [0.18840350025086247, 0.5336674414628332], [0.16339626636296184, 0.7391346123970032]], "data27": [[20.0, 0.0], [20.35, 0.0], [20.35, 24.0], [20.0, 24.0]], "data07": [[0.689523185483871, 0.9675, 0.9315625000000001, 0.8956250000000001], [0.7449210349462365, 0.9675, 0.9315625000000001, 0.8956250000000001]], "data25": [[16.0, 0.0], [16.35, 0.0], [16.35, 172.0], [16.0, 172.0]], "data30": [[23.0, 0.0, 0.0], [23.35, 0.0, 0.0], [23.35, 5.0, 8.0], [23.0, 5.0, 8.0]], "data19": [[10.0, 0.0], [10.35, 0.0], [10.35, 116.0], [10.0, 116.0]], "data18": [[9.0, 0.0], [9.35, 0.0], [9.35, 0.0], [9.0, 0.0]], "data15": [[6.0, 0.0, 24.0, 9.0, 0.0, 0.0], [6.35, 0.0, 24.35, 9.35, 0.0, 0.0], [6.35, 26.0, 24.35, 9.35, 3.0, 38.0], [6.0, 26.0, 24.0, 9.0, 3.0, 38.0]], "data14": [[5.0, 0.0], [5.35, 0.0], [5.35, 312.0], [5.0, 312.0]], "data17": [[8.0, 0.0, 0.0, 0.0], [8.35, 0.0, 0.0, 0.0], [8.35, 7.0, 6.0, 5.0], [8.0, 7.0, 6.0, 5.0]], "data16": [[7.0, 0.0], [7.35, 0.0], [7.35, 78.0], [7.0, 78.0]], "data11": [[2.0, 0.0, 0.0, 11.0, 15.0, 17.0, 0.0, 0.0, 14.0, 0.0, 0.0, 20.0], [2.35, 0.0, 0.0, 11.35, 15.35, 17.35, 0.0, 0.0, 14.35, 0.0, 0.0, 20.35], [2.35, 127.0, 0.0, 11.35, 15.35, 17.35, 105.0, 135.0, 14.35, 28.0, 193.0, 20.35], [2.0, 127.0, 0.0, 11.0, 15.0, 17.0, 105.0, 135.0, 14.0, 28.0, 193.0, 20.0]], "data10": [[1.0, 0.0, 0.0, 3.0, 6.0, 7.0, 0.0, 0.0, 0.0, 0.0], [1.35, 0.0, 0.0, 3.35, 6.35, 7.35, 0.0, 0.0, 0.0, 0.0], [1.35, 140.0, 1.0, 3.35, 6.35, 7.35, 107.0, 85.0, 17.0, 145.0], [1.0, 140.0, 1.0, 3.0, 6.0, 7.0, 107.0, 85.0, 17.0, 145.0]], "data13": [[4.0, 0.0, 0.0, 5.0, 0.0, 0.0], [4.35, 0.0, 0.0, 5.35, 0.0, 0.0], [4.35, 17.0, 4.0, 5.35, 28.0, 254.0], [4.0, 17.0, 4.0, 5.0, 28.0, 254.0]], "data12": [[3.0, 0.0, 18.0, 0.0, 21.0], [3.35, 0.0, 18.35, 0.0, 21.35], [3.35, 13.0, 18.35, 66.0, 21.35], [3.0, 13.0, 18.0, 66.0, 21.0]], "data29": [[22.0, 0.0, 0.0], [22.35, 0.0, 0.0], [22.35, 30.0, 89.0], [22.0, 30.0, 89.0]]}, "id": "el776174445941904"});
})
});
}
</script>