spotlite 0.7.2 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +14 -0
- data/README.md +8 -41
- data/Rakefile +23 -3
- data/lib/spotlite.rb +1 -8
- data/lib/spotlite/movie.rb +169 -80
- data/lib/spotlite/person.rb +90 -14
- data/lib/spotlite/string_extensions.rb +9 -9
- data/lib/spotlite/version.rb +1 -1
- data/spec/fixtures/movie_find_conan +722 -0
- data/spec/fixtures/{search_no_results → movie_find_no_results} +95 -149
- data/spec/fixtures/nm0000233/index +6118 -0
- data/spec/fixtures/nm0005132/index +817 -740
- data/spec/fixtures/nm0864666/index +199 -221
- data/spec/fixtures/nm1659547/index +748 -719
- data/spec/fixtures/person_find_conan +722 -0
- data/spec/fixtures/{search_the_core → person_find_no_results} +112 -219
- data/spec/fixtures/tt0002186/index +212 -242
- data/spec/fixtures/tt0047396/releaseinfo +217 -292
- data/spec/fixtures/tt0112873/index +556 -539
- data/spec/fixtures/tt0133093/criticreviews +169 -250
- data/spec/fixtures/tt0133093/fullcredits +212 -299
- data/spec/fixtures/tt0133093/index +444 -491
- data/spec/fixtures/tt0133093/keywords +416 -492
- data/spec/fixtures/tt0133093/mediaindex_still_frame +114 -158
- data/spec/fixtures/tt0133093/releaseinfo +282 -344
- data/spec/fixtures/tt0133093/technical +1144 -0
- data/spec/fixtures/tt0133093/trivia +1350 -1230
- data/spec/fixtures/tt0169547/index +629 -644
- data/spec/fixtures/tt0317248/index +579 -608
- data/spec/fixtures/tt1134629/fullcredits +257 -340
- data/spec/spec_helper.rb +24 -23
- data/spec/spotlite/find_spec.rb +38 -0
- data/spec/spotlite/movie_spec.rb +73 -57
- data/spec/spotlite/person_spec.rb +60 -1
- data/spotlite.gemspec +9 -9
- metadata +34 -56
- data/lib/spotlite/box_office_top.rb +0 -11
- data/lib/spotlite/coming_soon.rb +0 -24
- data/lib/spotlite/in_theaters.rb +0 -25
- data/lib/spotlite/list.rb +0 -18
- data/lib/spotlite/opening_this_week.rb +0 -11
- data/lib/spotlite/search.rb +0 -45
- data/lib/spotlite/top.rb +0 -23
- data/spec/fixtures/movies_coming_soon +0 -2103
- data/spec/fixtures/movies_in_theaters +0 -2708
- data/spec/fixtures/top +0 -10823
- data/spec/spotlite/box_office_top_spec.rb +0 -29
- data/spec/spotlite/coming_soon_spec.rb +0 -29
- data/spec/spotlite/opening_this_week_spec.rb +0 -29
- data/spec/spotlite/search_spec.rb +0 -34
- data/spec/spotlite/top_spec.rb +0 -21
- data/tasks/fixtures.rake +0 -15
@@ -1,14 +1,16 @@
|
|
1
1
|
HTTP/1.1 200 OK
|
2
|
-
Date: Sun,
|
2
|
+
Date: Sun, 29 Jun 2014 14:25:39 GMT
|
3
3
|
Server: Server
|
4
|
+
X-Frame-Options: SAMEORIGIN
|
4
5
|
Content-Type: text/html;charset=UTF-8
|
5
6
|
Content-Language: en-US
|
6
7
|
Vary: Accept-Encoding,User-Agent
|
7
|
-
Set-Cookie: uu=
|
8
|
-
Set-Cookie: session-id=000-0000000-0000000; Domain=.imdb.com; Expires=Fri,
|
9
|
-
Set-Cookie: session-id-time=
|
10
|
-
|
8
|
+
Set-Cookie: uu=BCYta5Xb6pdyO1bN8W-Gt4DjO6U3em_hPo0rty5eXoaWx5llN06GVK0rKQxB8ZApsw0KagXcmt3k%0D%0AnClDwfrFsBycVpmZZC0aC1c0oPDg5JXsj3sF_1D_CKUDag10WM5u-Z1f18YrxGSgAShZvXP4kwgz%0D%0AOJYbzbfIhoCZUVMtBkJ12nt5c4QEqSogVd6aWd9TxyfyxdxlJPJ2R3dMS2VO04F_gd1ONKkZfH1Z%0D%0AluBCrceGgiw9RfmfZv5T9BzxaeqGQuJKQSbAX0GuLyxES2IAg-sZuw%0D%0A; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:39:47 GMT; Path=/
|
9
|
+
Set-Cookie: session-id=000-0000000-0000000; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:39:47 GMT; Path=/
|
10
|
+
Set-Cookie: session-id-time=1561731939; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:39:47 GMT; Path=/
|
11
|
+
P3p: policyref="http://i.imdb.com/images/p3p.xml",CP="CAO DSP LAW CUR ADM IVAo IVDo CONo OTPo OUR DELi PUBi OTRi BUS PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA HEA PRE LOC GOV OTC "
|
11
12
|
Transfer-Encoding: chunked
|
13
|
+
Connection: keep-alive
|
12
14
|
|
13
15
|
|
14
16
|
|
@@ -16,21 +18,20 @@ Transfer-Encoding: chunked
|
|
16
18
|
|
17
19
|
|
18
20
|
|
19
|
-
|
20
21
|
<!DOCTYPE html>
|
21
22
|
<html
|
22
23
|
xmlns:og="http://ogp.me/ns#"
|
23
24
|
xmlns:fb="http://www.facebook.com/2008/fbml">
|
24
25
|
<head>
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
26
|
+
<script type="text/javascript">var ue_t0=window.ue_t0||+new Date();</script>
|
27
|
+
<script type="text/javascript">
|
28
|
+
var ue_mid = "A1EVAM02EL8SFB";
|
29
|
+
var ue_sn = "www.imdb.com";
|
30
|
+
var ue_furl = "fls-na.amazon.com";
|
31
|
+
var ue_sid = "000-0000000-0000000";
|
32
|
+
var ue_id = "0X6SK5SJ6JGQPRBHEZX4";
|
33
|
+
(function(e){var c=e,a={main_scope:"mainscopecsm",q:[],t0:c.ue_t0||+new Date(),d:g};function g(h){return +new Date()-(h?0:a.t0)}function d(h){return function(){a.q.push({n:h,a:arguments,t:a.d()})}}function b(k,j,h){var i={m:k,f:j,l:h,fromOnError:1,args:arguments};c.ueLogError(i);return false}b.skipTrace=1;e.onerror=b;function f(){c.uex("ld")}if(e.addEventListener){e.addEventListener("load",f,false)}else{if(e.attachEvent){e.attachEvent("onload",f)}}a.tag=d("tag");a.log=d("log");a.reset=d("rst");c.ue_csm=c;c.ue=a;c.ueLogError=d("err");c.ues=d("ues");c.uet=d("uet");c.uex=d("uex");c.uet("ue")})(window);(function(e,d){var a=e.ue||{};function c(g){if(!g){return}var f=d.head||d.getElementsByTagName("head")[0]||d.documentElement,h=d.createElement("script");h.async="async";h.src=g;f.insertBefore(h,f.firstChild)}function b(){var k=e.ue_cdn||"z-ecx.images-amazon.com",g=e.ue_cdns||"images-na.ssl-images-amazon.com",j="/images/G/01/csminstrumentation/",h=e.ue_file||"ue-full-ef584a44e8ea58e3d4d928956600a9b6._V1_.js",f,i;if(h.indexOf("NSTRUMENTATION_FIL")>=0){return}if("ue_https" in e){f=e.ue_https}else{f=e.location&&e.location.protocol=="https:"?1:0}i=f?"https://":"http://";i+=f?g:k;i+=j;i+=h;c(i)}if(!e.ue_inline){b()}a.uels=c;e.ue=a})(window,document);
|
34
|
+
</script>
|
34
35
|
|
35
36
|
|
36
37
|
|
@@ -45,32 +46,38 @@ xmlns:fb="http://www.facebook.com/2008/fbml">
|
|
45
46
|
<meta property="og:url" content="http://www.imdb.com/title/tt0317248/" />
|
46
47
|
|
47
48
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>
|
48
|
-
<link rel="icon" type="image/ico" href="http://ia.media-imdb.com/images/G/01/imdb/images/favicon-2165806970.
|
49
|
-
<link rel="shortcut icon" type="image/x-icon" href="http://ia.media-imdb.com/images/G/01/imdb/images/desktop-favicon-2165806970.
|
50
|
-
<link
|
51
|
-
<link
|
49
|
+
<link rel="icon" type="image/ico" href="http://ia.media-imdb.com/images/G/01/imdb/images/favicon-2165806970._CB379387995_.ico" />
|
50
|
+
<link rel="shortcut icon" type="image/x-icon" href="http://ia.media-imdb.com/images/G/01/imdb/images/desktop-favicon-2165806970._CB379390718_.ico" />
|
51
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-4151659188._CB361295786_.png" rel="apple-touch-icon">
|
52
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-76x76-53536248._CB361295462_.png" rel="apple-touch-icon" sizes="76x76">
|
53
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-120x120-2442878471._CB361295428_.png" rel="apple-touch-icon" sizes="120x120">
|
54
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-152x152-1475823641._CB361295368_.png" rel="apple-touch-icon" sizes="152x152">
|
55
|
+
<link rel="search" type="application/opensearchdescription+xml" href="http://ia.media-imdb.com/images/G/01/imdb/images/imdbsearch-3349468880._CB379388505_.xml" title="IMDb" />
|
52
56
|
<script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
|
53
57
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
58
|
+
|
59
|
+
<link rel='image_src' href="http://ia.media-imdb.com/images/M/MV5BMjA4ODQ3ODkzNV5BMl5BanBnXkFtZTYwOTc4NDI3._V1_SY593_SX400_AL_.jpg">
|
60
|
+
<meta property='og:image' content="http://ia.media-imdb.com/images/M/MV5BMjA4ODQ3ODkzNV5BMl5BanBnXkFtZTYwOTc4NDI3._V1_SY593_SX400_AL_.jpg" />
|
61
|
+
|
62
|
+
<meta property='og:type' content="video.movie" />
|
63
|
+
<meta property='fb:app_id' content='115109575169727' />
|
64
|
+
<meta property='og:title' content="City of God (2002)" />
|
65
|
+
<meta property='og:site_name' content='IMDb' />
|
66
|
+
<meta name="title" content="City of God (2002) - IMDb" />
|
67
|
+
<meta name="description" content="Directed by Fernando Meirelles, Kátia Lund. With Alexandre Rodrigues, Matheus Nachtergaele, Leandro Firmino, Phellipe Haagensen. Two boys growing up in a violent neighborhood of Rio de Janeiro take different paths: one becomes a photographer, the other a drug dealer." />
|
68
|
+
<meta property="og:description" content="Directed by Fernando Meirelles, Kátia Lund. With Alexandre Rodrigues, Matheus Nachtergaele, Leandro Firmino, Phellipe Haagensen. Two boys growing up in a violent neighborhood of Rio de Janeiro take different paths: one becomes a photographer, the other a drug dealer." />
|
69
|
+
<meta name="keywords" content="Reviews, Showtimes, DVDs, Photos, Message Boards, User Ratings, Synopsis, Trailers, Credits" />
|
70
|
+
<meta name="request_id" content="0X6SK5SJ6JGQPRBHEZX4" />
|
67
71
|
|
68
72
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
|
69
|
-
<!-- h=ics-
|
70
|
-
|
71
|
-
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/title-
|
72
|
-
<!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/ie-1918465287.
|
73
|
-
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-mega-3538633082.
|
73
|
+
<!-- h=ics-http-1a-c1xl-i-c05307e1.us-east-1 -->
|
74
|
+
|
75
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/title-1392551627._CB349420922_.css" />
|
76
|
+
<!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/ie-1918465287._CB354866480_.css" /><![endif]-->
|
77
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-mega-3538633082._CB355276482_.css" />
|
78
|
+
<noscript>
|
79
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/wheel/nojs-2627072490._CB343672767_.css">
|
80
|
+
</noscript>
|
74
81
|
<script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
|
75
82
|
|
76
83
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
|
@@ -123,9 +130,9 @@ xmlns:fb="http://www.facebook.com/2008/fbml">
|
|
123
130
|
</div>
|
124
131
|
<div id="navbar" class="navbarSprite">
|
125
132
|
<noscript>
|
126
|
-
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-no-js-4175877511.
|
133
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-no-js-4175877511._CB379390803_.css" />
|
127
134
|
</noscript>
|
128
|
-
<!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-ie-470687728.
|
135
|
+
<!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-ie-470687728._CB379390980_.css"><![endif]-->
|
129
136
|
<span id="home_img_holder">
|
130
137
|
<a href="/?ref_=nv_home" title="Home" class="navbarSprite" id="home_img" ></a> <span class="alt_logo">
|
131
138
|
<a href="/?ref_=nv_home" title="Home" >IMDb</a>
|
@@ -153,7 +160,6 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
153
160
|
<option value="co" >Companies</option>
|
154
161
|
<option value="kw" >Keywords</option>
|
155
162
|
<option value="ch" >Characters</option>
|
156
|
-
<option value="vi" >Videos</option>
|
157
163
|
<option value="qu" >Quotes</option>
|
158
164
|
<option value="bi" >Bios</option>
|
159
165
|
<option value="pl" >Plots</option>
|
@@ -202,8 +208,8 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
202
208
|
</ul>
|
203
209
|
<h5>SPECIAL FEATURES</h5>
|
204
210
|
<ul>
|
205
|
-
<li><a href="/
|
206
|
-
<li><a href="/
|
211
|
+
<li><a href="/imdbpicks/?ref_=nv_sf_pks_1" >IMDb Picks</a></li>
|
212
|
+
<li><a href="/poll/?ref_=nv_sf_pl_2" >Polls</a></li>
|
207
213
|
<li><a href="/x-ray/?ref_=nv_sf_xray_3" >X-Ray for Movies & TV</a></li>
|
208
214
|
</ul>
|
209
215
|
</div>
|
@@ -221,7 +227,7 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
221
227
|
<div class="subNavListContainer">
|
222
228
|
<h5>CELEBS</h5>
|
223
229
|
<ul>
|
224
|
-
<li><a href="/search/name?birth_monthday=
|
230
|
+
<li><a href="/search/name?birth_monthday=06-29&refine=birth_monthday&ref_=nv_cel_brn_1" >Born Today</a></li>
|
225
231
|
<li><a href="/news/celebrity?ref_=nv_cel_nw_2" >Celebrity News</a></li>
|
226
232
|
<li><a href="/search/name?gender=male,female&ref_=nv_cel_m_3" >Most Popular Celebs</a></li>
|
227
233
|
</ul>
|
@@ -237,13 +243,14 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
237
243
|
<div class="subNavListContainer">
|
238
244
|
<h5>EVENTS</h5>
|
239
245
|
<ul>
|
240
|
-
<li><a href="/
|
241
|
-
<li><a href="/
|
242
|
-
<li><a href="/
|
243
|
-
<li><a href="/
|
244
|
-
<li><a href="/
|
245
|
-
<li><a href="/
|
246
|
-
<li><a href="/
|
246
|
+
<li><a href="/sxsw/?ref_=nv_ev_sxsw_1" >SXSW Film Festival</a></li>
|
247
|
+
<li><a href="/oscars/?ref_=nv_ev_rto_2" >Road to the Oscars</a></li>
|
248
|
+
<li><a href="/emmys/?ref_=nv_ev_rte_3" >Road to the Emmys</a></li>
|
249
|
+
<li><a href="/comic-con/?ref_=nv_ev_comic_4" >Comic-Con</a></li>
|
250
|
+
<li><a href="/cannes/?ref_=nv_ev_can_5" >Cannes</a></li>
|
251
|
+
<li><a href="/tribeca/?ref_=nv_ev_tri_6" >Tribeca</a></li>
|
252
|
+
<li><a href="/sundance/?ref_=nv_ev_sun_7" >Sundance</a></li>
|
253
|
+
<li><a href="/event/?ref_=nv_ev_all_8" >More Popular Events</a></li>
|
247
254
|
</ul>
|
248
255
|
</div>
|
249
256
|
</div>
|
@@ -260,19 +267,19 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
260
267
|
<h5>LATEST HEADLINES</h5>
|
261
268
|
<ul>
|
262
269
|
<li itemprop="headline">
|
263
|
-
<a href="/news/
|
270
|
+
<a href="/news/ni57424075/?ref_=nv_nw_tn_1" > 'Transformers' On Track for Over $100 Million This Weekend
|
264
271
|
</a><br />
|
265
|
-
<span class="time">
|
272
|
+
<span class="time">27 June 2014</span>
|
266
273
|
</li>
|
267
274
|
<li itemprop="headline">
|
268
|
-
<a href="/news/
|
275
|
+
<a href="/news/ni57424046/?ref_=nv_nw_tn_2" > ‘Transformers: Age of Extinction’ Set to Break China Opening Weekend Record (Exclusive)
|
269
276
|
</a><br />
|
270
|
-
<span class="time">
|
277
|
+
<span class="time">22 hours ago</span>
|
271
278
|
</li>
|
272
279
|
<li itemprop="headline">
|
273
|
-
<a href="/news/
|
280
|
+
<a href="/news/ni57423916/?ref_=nv_nw_tn_3" > Aereo Hits ‘Pause’ On Service In Wake of Supreme Court Loss
|
274
281
|
</a><br />
|
275
|
-
<span class="time">
|
282
|
+
<span class="time">23 hours ago</span>
|
276
283
|
</li>
|
277
284
|
</ul>
|
278
285
|
</div>
|
@@ -304,7 +311,7 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
304
311
|
<span class="downArrow"></span>
|
305
312
|
<div id="navMenu4" class="sub_nav">
|
306
313
|
<h5>
|
307
|
-
|
314
|
+
YOUR WATCHLIST
|
308
315
|
</h5>
|
309
316
|
<ul id="navWatchlist">
|
310
317
|
</ul>
|
@@ -313,15 +320,15 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
313
320
|
window.imdb.watchlistTeaserData = [
|
314
321
|
{
|
315
322
|
href : "/list/watchlist",
|
316
|
-
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot1_logged_out-1670046337.
|
323
|
+
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot1_logged_out-1670046337._CB360061167_.jpg"
|
317
324
|
},
|
318
325
|
{
|
319
326
|
href : "/search/title?count=100&title_type=feature,tv_series",
|
320
|
-
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot2_popular-4090757197.
|
327
|
+
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot2_popular-4090757197._CB360060945_.jpg"
|
321
328
|
},
|
322
329
|
{
|
323
|
-
href : "/
|
324
|
-
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot3_top250-575799966.
|
330
|
+
href : "/chart/top",
|
331
|
+
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot3_top250-575799966._CB360061165_.jpg"
|
325
332
|
}
|
326
333
|
];
|
327
334
|
</script>
|
@@ -343,27 +350,20 @@ window.imdb.navbarAdSlots = {
|
|
343
350
|
<ul id="nb_extra_nav" class="main_nav">
|
344
351
|
<li class="css_nav_item" id="navProMenu">
|
345
352
|
<p class="navCategory">
|
346
|
-
<a
|
347
|
-
onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=/r/IMDbTabNV/';"
|
348
|
-
href="/r/IMDbTabNV/"
|
349
|
-
> <img alt="IMDbPro Menu" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_nb-720143162._V377744227_.png" />
|
353
|
+
<a href="http://pro.imdb.com/signup/index.html?rf=cons_nb_hm&ref_=cons_nb_hm" > <img alt="IMDbPro Menu" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_nb-720143162._CB377744227_.png" />
|
350
354
|
</a> </p>
|
351
355
|
<span class="downArrow"></span>
|
352
356
|
<div id="navMenuPro" class="sub_nav">
|
353
|
-
<a
|
354
|
-
onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=/r/IMDbTabNV/';"
|
355
|
-
href="/r/IMDbTabNV/"
|
356
|
-
id="proLink"
|
357
|
-
> <div id="proAd">
|
357
|
+
<a href="http://pro.imdb.com/signup/index.html?rf=cons_nb_hm&ref_=cons_nb_hm" id="proLink" > <div id="proAd">
|
358
358
|
<script>
|
359
359
|
if (!('imdb' in window)) { window.imdb = {}; }
|
360
360
|
window.imdb.proMenuTeaser = {
|
361
|
-
imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu_user-2082544740.
|
361
|
+
imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu_user-2082544740._CB377744226_.jpg"
|
362
362
|
};
|
363
363
|
</script>
|
364
364
|
</div>
|
365
365
|
<div class="subNavListContainer">
|
366
|
-
<img alt="Go to IMDbPro" title="Go to IMDbPro" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_menu-2185879182.
|
366
|
+
<img alt="Go to IMDbPro" title="Go to IMDbPro" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_menu-2185879182._CB377744253_.png" />
|
367
367
|
<h5>GET INFORMED</h5>
|
368
368
|
<p>Industry information at your fingertips</p>
|
369
369
|
<h5>GET CONNECTED</h5>
|
@@ -428,13 +428,13 @@ imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu
|
|
428
428
|
|
429
429
|
<!-- no content received for slot: navboard -->
|
430
430
|
|
431
|
-
|
432
431
|
<div id="content-2-wide" class="redesign">
|
433
432
|
<div class="maindetails_center" id="maindetails_center_top">
|
434
433
|
|
435
434
|
|
436
435
|
<div class="article title-overview">
|
437
436
|
|
437
|
+
|
438
438
|
<script>
|
439
439
|
if ('csm' in window) {
|
440
440
|
csm.measure('csm_TitleOverviewWidget_started');
|
@@ -450,32 +450,29 @@ imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu
|
|
450
450
|
width="214"
|
451
451
|
alt="City of God (2002) Poster"
|
452
452
|
title="City of God (2002) Poster"
|
453
|
-
src="http://ia.media-imdb.com/images/M/MV5BMjA4ODQ3ODkzNV5BMl5BanBnXkFtZTYwOTc4NDI3.
|
453
|
+
src="http://ia.media-imdb.com/images/M/MV5BMjA4ODQ3ODkzNV5BMl5BanBnXkFtZTYwOTc4NDI3._V1_SX214_AL_.jpg"
|
454
454
|
itemprop="image" />
|
455
455
|
</a> </div>
|
456
|
+
|
457
|
+
<div class="pro-title-link text-center">
|
458
|
+
<a href="http://pro.imdb.com/title/tt0317248?rf=cons_tt_contact&ref_=cons_tt_contact" >Contact the Filmmakers on IMDbPro »</a>
|
459
|
+
</div>
|
456
460
|
</td>
|
457
461
|
<td id="overview-top">
|
458
462
|
|
459
463
|
<div id="prometer_container">
|
460
|
-
<div id="prometer" class="meter-collapsed
|
464
|
+
<div id="prometer" class="meter-collapsed down">
|
461
465
|
<div id="meterHeaderBox">
|
462
466
|
<div id="meterTitle" class="meterToggleOnHover">MOVIEmeter</div>
|
463
|
-
<a
|
464
|
-
onclick="(new Image()).src='/rg/tt_moviemeter_why/prosystem/images/b.gif?link=/r/tt_moviemeter_why/title/tt0317248';"
|
465
|
-
href="/r/tt_moviemeter_why/title/tt0317248"
|
466
|
-
id="meterRank"
|
467
|
-
>Top 500
|
467
|
+
<a href="http://pro.imdb.com/title/tt0317248?rf=cons_tt_meter&ref_=cons_tt_meter" id="meterRank" >Top 5000
|
468
468
|
</a> </div>
|
469
469
|
<div id="meterChangeRow" class="meterToggleOnHover">
|
470
|
-
<span>
|
471
|
-
<span id="meterChange">
|
470
|
+
<span>Down</span>
|
471
|
+
<span id="meterChange">78</span>
|
472
472
|
<span>this week</span>
|
473
473
|
</div>
|
474
474
|
<div id="meterSeeMoreRow" class="meterToggleOnHover">
|
475
|
-
<a
|
476
|
-
onclick="(new Image()).src='/rg/tt_moviemeter_why/prosystem/images/b.gif?link=/r/tt_moviemeter_why/title/tt0317248';"
|
477
|
-
href="/r/tt_moviemeter_why/title/tt0317248"
|
478
|
-
>View rank on IMDbPro</a>
|
475
|
+
<a href="http://pro.imdb.com/title/tt0317248?rf=cons_tt_meter&ref_=cons_tt_meter" >View rank on IMDbPro</a>
|
479
476
|
<span>»</span>
|
480
477
|
</div>
|
481
478
|
</div>
|
@@ -491,9 +488,9 @@ href="/r/tt_moviemeter_why/title/tt0317248"
|
|
491
488
|
<div class="infobar">
|
492
489
|
|
493
490
|
|
494
|
-
|
495
|
-
|
496
|
-
|
491
|
+
<span title="R"
|
492
|
+
class="us_r titlePageSprite absmiddle"
|
493
|
+
itemprop="contentRating" content="R"></span>
|
497
494
|
|
498
495
|
|
499
496
|
|
@@ -518,8 +515,8 @@ href="/r/tt_moviemeter_why/title/tt0317248"
|
|
518
515
|
<div class="titlePageSprite star-box-giga-star"> 8.7 </div>
|
519
516
|
<div class="star-box-rating-widget">
|
520
517
|
<span class="star-box-rating-label">Your rating:</span>
|
521
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0317248|imdb|0|0|title-maindetails" data-ga-identifier=""
|
522
|
-
title="Users rated this 8.7/10 (
|
518
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0317248|imdb|0|0|title-maindetails|tt0317248|title|main" data-ga-identifier=""
|
519
|
+
title="Users rated this 8.7/10 (401,897 votes) - click stars to rate" >
|
523
520
|
<span class="rating-bg"> </span>
|
524
521
|
<span class="rating-imdb " style="width: 0px"> </span>
|
525
522
|
<span class="rating-stars">
|
@@ -540,15 +537,15 @@ title="Users rated this 8.7/10 (360,882 votes) - click stars to rate" >
|
|
540
537
|
</div>
|
541
538
|
<div class="star-box-details" itemtype="http://schema.org/AggregateRating" itemscope itemprop="aggregateRating">
|
542
539
|
Ratings:
|
543
|
-
<strong><span itemprop="ratingValue">8.7</span></strong><span class="mellow">/<span itemprop="bestRating">10</span></span> from <a href="ratings?ref_=tt_ov_rt" title="
|
540
|
+
<strong><span itemprop="ratingValue">8.7</span></strong><span class="mellow">/<span itemprop="bestRating">10</span></span> from <a href="ratings?ref_=tt_ov_rt" title="401,897 IMDb users have given a weighted average vote of 8.7/10" > <span itemprop="ratingCount">401,897</span> users
|
544
541
|
</a>
|
545
542
|
Metascore: <a href="criticreviews?ref_=tt_ov_rt" title="79 review excerpts provided by Metacritic.com" > 79/100
|
546
543
|
</a> <br/>
|
547
544
|
Reviews:
|
548
|
-
<a href="reviews?ref_=tt_ov_rt" title="
|
545
|
+
<a href="reviews?ref_=tt_ov_rt" title="687 IMDb user reviews" > <span itemprop="reviewCount">687 user</span>
|
549
546
|
</a>
|
550
547
|
<span class="ghost">|</span>
|
551
|
-
<a href="externalreviews?ref_=tt_ov_rt" title="
|
548
|
+
<a href="externalreviews?ref_=tt_ov_rt" title="203 IMDb critic reviews" > <span itemprop="reviewCount">203 critic</span>
|
552
549
|
</a>
|
553
550
|
<span class="ghost">|</span>
|
554
551
|
<a href="criticreviews?ref_=tt_ov_rt" title="33 review excerpts provided by Metacritic.com" > 33
|
@@ -560,14 +557,14 @@ title="Users rated this 8.7/10 (360,882 votes) - click stars to rate" >
|
|
560
557
|
<div class="clear"></div>
|
561
558
|
</div>
|
562
559
|
<p></p>
|
563
|
-
|
564
|
-
Two boys growing up in a violent neighborhood of Rio de Janeiro take different paths: one becomes a photographer, the other a drug dealer
|
560
|
+
<p itemprop="description">
|
561
|
+
Two boys growing up in a violent neighborhood of Rio de Janeiro take different paths: one becomes a photographer, the other a drug dealer.</p>
|
565
562
|
<p></p>
|
566
|
-
<div class="txt-block" itemprop="director" itemscope itemtype="http://schema.org/Person">
|
563
|
+
<div class="txt-block" itemprop="director" itemscope itemtype="http://schema.org/Person">
|
567
564
|
<h4 class="inline">Directors:</h4>
|
568
565
|
<a href="/name/nm0576987/?ref_=tt_ov_dr" itemprop='url'><span class="itemprop" itemprop="name">Fernando Meirelles</span></a>,
|
569
566
|
<a href="/name/nm0526199/?ref_=tt_ov_dr" itemprop='url'><span class="itemprop" itemprop="name">Kátia Lund</span></a>
|
570
|
-
</div>
|
567
|
+
</div>
|
571
568
|
<div class="txt-block" itemprop="creator" itemscope itemtype="http://schema.org/Person">
|
572
569
|
<h4 class="inline">Writers:</h4>
|
573
570
|
<a href="/name/nm0513130/?ref_=tt_ov_wr" itemprop='url'><span class="itemprop" itemprop="name">Paulo Lins</span></a> (novel),
|
@@ -643,7 +640,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
643
640
|
|
644
641
|
|
645
642
|
|
646
|
-
<a onclick="window.open(
|
643
|
+
<a onclick="window.open("http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt0317248%3Fref_%3Dext_shr_fb_tt", 'newWindow', 'width=626,height=436'); return false;"
|
647
644
|
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt0317248%3Fref_%3Dext_shr_fb_tt"
|
648
645
|
title="Share on Facebook"
|
649
646
|
class="facebook"
|
@@ -655,8 +652,8 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
655
652
|
|
656
653
|
|
657
654
|
|
658
|
-
<a onclick="window.open(
|
659
|
-
href="http://twitter.com/intent/tweet?text=City%20of%20God%20(2002)%20-%
|
655
|
+
<a onclick="window.open("http://twitter.com/intent/tweet?text=City%20of%20God%20(2002)%20-%20imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0317248%3Fref_%3Dext_shr_tw_tt", 'newWindow', 'width=815,height=436'); return false;"
|
656
|
+
href="http://twitter.com/intent/tweet?text=City%20of%20God%20(2002)%20-%20imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0317248%3Fref_%3Dext_shr_tw_tt"
|
660
657
|
title="Share on Twitter"
|
661
658
|
class="twitter"
|
662
659
|
ref_="tt_shr_tw"
|
@@ -697,16 +694,6 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
697
694
|
csm.measure('csm_WatchBarWidget_started');
|
698
695
|
}
|
699
696
|
</script>
|
700
|
-
<div class="watch-bar">
|
701
|
-
|
702
|
-
|
703
|
-
<a rel="nofollow" href="/rj/?p=amazon&m=dvd&s=UK&c=tt0317248&t=imdb-adbox-21&ref_=tt_wb_amzn" target="_target"> <div class="watch-lozenge watch-lozenge-wide">
|
704
|
-
<span class="titlePageSprite buyam38"></span>
|
705
|
-
<h3>Own it</h3>
|
706
|
-
<p>Buy it at Amazon.co.uk</p>
|
707
|
-
</div>
|
708
|
-
</a>
|
709
|
-
</div>
|
710
697
|
<script>
|
711
698
|
if ('csm' in window) {
|
712
699
|
csm.measure('csm_WatchBarWidget_finished');
|
@@ -747,6 +734,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
747
734
|
|
748
735
|
<div id="maindetails_sidebar_bottom" class="maindetails_sidebar">
|
749
736
|
|
737
|
+
|
750
738
|
|
751
739
|
|
752
740
|
|
@@ -935,7 +923,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
935
923
|
<h4>Professional Services</h4>
|
936
924
|
<ul class="quicklinks">
|
937
925
|
<li class="subnav_item_main">
|
938
|
-
<a href="/
|
926
|
+
<a href="http://pro.imdb.com/title/tt0317248?ref_=tt_ql_pro_1" class="link" >Get more at IMDbPro</a>
|
939
927
|
</li>
|
940
928
|
<li class="subnav_item_main">
|
941
929
|
<a href="https://secure.imdb.com/store/photos/?ref_=tt_ql_pro_2" class="link" >Add posters & stills to this title</a>
|
@@ -947,6 +935,8 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
947
935
|
<div class="show_more"><span class="titlePageSprite arrows show"></span>Explore More</div>
|
948
936
|
<div class="show_less"><span class="titlePageSprite arrows hide"></span>Show Less</div>
|
949
937
|
</div>
|
938
|
+
|
939
|
+
|
950
940
|
<div class="aux-content-widget-2">
|
951
941
|
<div class="social">
|
952
942
|
<script type="text/javascript">generic.monitoring.start_timing("facebook_like_iframe");</script>
|
@@ -969,6 +959,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
969
959
|
|
970
960
|
|
971
961
|
|
962
|
+
|
972
963
|
<div class="aux-content-widget-2" >
|
973
964
|
<h3>Related News</h3>
|
974
965
|
|
@@ -978,16 +969,16 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
978
969
|
|
979
970
|
<div class="news_item odd" >
|
980
971
|
<span itemprop="headline" >
|
981
|
-
<a href="/title/tt0317248/news?ref_=tt_nwr_1#
|
972
|
+
<a href="/title/tt0317248/news?ref_=tt_nwr_1#ni57418013" >James Franco Directs a Menacing Scott Haze in ‘Child of God’ Trailer (Video)</a>
|
982
973
|
</span>
|
983
974
|
|
984
975
|
<br /><small>
|
985
976
|
<span itemprop="datePublished">
|
986
|
-
|
977
|
+
27 June 2014
|
987
978
|
</span>
|
988
979
|
|
989
980
|
<span class="ghost">|</span><span itemprop="provider" >
|
990
|
-
<a href="/news/
|
981
|
+
<a href="/news/ns0000236?ref_=tt_nwr_1" >The Wrap</a>
|
991
982
|
</span>
|
992
983
|
</small>
|
993
984
|
</div>
|
@@ -996,16 +987,16 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
996
987
|
|
997
988
|
<div class="news_item even" >
|
998
989
|
<span itemprop="headline" >
|
999
|
-
<a href="/title/tt0317248/news?ref_=tt_nwr_2#
|
990
|
+
<a href="/title/tt0317248/news?ref_=tt_nwr_2#ni57413392" >Best Films Set In Rio De Janiero</a>
|
1000
991
|
</span>
|
1001
992
|
|
1002
993
|
<br /><small>
|
1003
994
|
<span itemprop="datePublished">
|
1004
|
-
|
995
|
+
26 June 2014
|
1005
996
|
</span>
|
1006
997
|
|
1007
998
|
<span class="ghost">|</span><span itemprop="provider" >
|
1008
|
-
<a href="/news/
|
999
|
+
<a href="/news/ns0000101?ref_=tt_nwr_2" >The Hollywood News</a>
|
1009
1000
|
</span>
|
1010
1001
|
</small>
|
1011
1002
|
</div>
|
@@ -1014,29 +1005,31 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
1014
1005
|
|
1015
1006
|
<div class="news_item odd" >
|
1016
1007
|
<span itemprop="headline" >
|
1017
|
-
<a href="/title/tt0317248/news?ref_=tt_nwr_3#
|
1008
|
+
<a href="/title/tt0317248/news?ref_=tt_nwr_3#ni57345977" >Required Reading: Making ‘City of God’ and Not Making ‘John Carter’ Sequels</a>
|
1018
1009
|
</span>
|
1019
1010
|
|
1020
1011
|
<br /><small>
|
1021
1012
|
<span itemprop="datePublished">
|
1022
|
-
|
1013
|
+
10 June 2014
|
1023
1014
|
</span>
|
1024
1015
|
|
1025
1016
|
<span class="ghost">|</span><span itemprop="provider" >
|
1026
|
-
<a href="/news/
|
1017
|
+
<a href="/news/ns0000067?ref_=tt_nwr_3" >FilmSchoolRejects.com</a>
|
1027
1018
|
</span>
|
1028
1019
|
</small>
|
1029
1020
|
</div>
|
1030
1021
|
|
1031
1022
|
<div class="see-more">
|
1032
|
-
<a href="/title/tt0317248/news?ref_=tt_nwr_sm" >See all
|
1023
|
+
<a href="/title/tt0317248/news?ref_=tt_nwr_sm" >See all 543 related articles</a> »
|
1033
1024
|
</div>
|
1034
1025
|
|
1035
1026
|
</div>
|
1027
|
+
|
1036
1028
|
|
1037
1029
|
|
1038
1030
|
<!-- no content received for slot: middle_rhs -->
|
1039
1031
|
|
1032
|
+
|
1040
1033
|
|
1041
1034
|
|
1042
1035
|
<div class="aux-content-widget-2">
|
@@ -1046,116 +1039,79 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
1046
1039
|
</div>
|
1047
1040
|
<h3>User Lists</h3>
|
1048
1041
|
<p>Related lists from IMDb users</p>
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
<a href="/list/
|
1053
|
-
<
|
1054
|
-
|
1055
|
-
|
1056
|
-
<
|
1057
|
-
|
1058
|
-
|
1059
|
-
</
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
<
|
1073
|
-
|
1074
|
-
|
1075
|
-
class="
|
1076
|
-
<
|
1077
|
-
<
|
1078
|
-
|
1079
|
-
</
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
<
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
<
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
<div class="list-preview odd">
|
1111
|
-
<div class="list-preview-item-narrow">
|
1112
|
-
<a href="/list/Mk423b01PZ4/?ref_=tt_rls_4" >
|
1113
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1114
|
-
src="/images/nopicture/medium/film.png"
|
1115
|
-
class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTY3MjM1Mzc4N15BMl5BanBnXkFtZTgwODM0NzAxMDE@._V1_SX86_CR0,0,86,86_.jpg" />
|
1116
|
-
<noscript>
|
1117
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1118
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTY3MjM1Mzc4N15BMl5BanBnXkFtZTgwODM0NzAxMDE@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
|
1119
|
-
</noscript>
|
1120
|
-
</a> </div>
|
1121
|
-
<div class="list_name">
|
1122
|
-
<b><a href="/list/Mk423b01PZ4/?ref_=tt_rls_4" >My Top Rated Films Ever</a></b>
|
1123
|
-
</div>
|
1124
|
-
<div class="list_meta">
|
1125
|
-
a list of 49 titles
|
1126
|
-
created 6 months ago
|
1127
|
-
</div>
|
1128
|
-
<div class="clear"> </div>
|
1129
|
-
</div>
|
1130
|
-
<div class="list-preview even">
|
1131
|
-
<div class="list-preview-item-narrow">
|
1132
|
-
<a href="/list/onB0RVYxCas/?ref_=tt_rls_5" >
|
1133
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1134
|
-
src="/images/nopicture/medium/film.png"
|
1135
|
-
class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjIwNTYzMzE1M15BMl5BanBnXkFtZTcwOTE5Mzg3OA@@._V1_SX86_CR0,0,86,86_.jpg" />
|
1136
|
-
<noscript>
|
1137
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1138
|
-
src="http://ia.media-imdb.com/images/M/MV5BMjIwNTYzMzE1M15BMl5BanBnXkFtZTcwOTE5Mzg3OA@@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
|
1139
|
-
</noscript>
|
1140
|
-
</a> </div>
|
1141
|
-
<div class="list_name">
|
1142
|
-
<b><a href="/list/onB0RVYxCas/?ref_=tt_rls_5" >Watch them...</a></b>
|
1143
|
-
</div>
|
1144
|
-
<div class="list_meta">
|
1145
|
-
a list of 44 titles
|
1146
|
-
created 3 months ago
|
1147
|
-
</div>
|
1148
|
-
<div class="clear"> </div>
|
1149
|
-
</div>
|
1042
|
+
|
1043
|
+
<div class="list-preview even">
|
1044
|
+
<div class="list-preview-item-narrow">
|
1045
|
+
<a href="/list/ls000705082?ref_=tt_rls_1" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/film.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BNjQ0NTY2ODY2M15BMl5BanBnXkFtZTgwMjE4MzkxMDE@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1046
|
+
<div class="list_name">
|
1047
|
+
<strong><a href="/list/ls000705082?ref_=tt_rls_1" >The Best Movies of All Time</a></strong>
|
1048
|
+
</div>
|
1049
|
+
<div class="list_meta">
|
1050
|
+
a list of 21 titles
|
1051
|
+
<br />created 29 Mar 2011
|
1052
|
+
</div>
|
1053
|
+
<div class="clear"> </div>
|
1054
|
+
</div>
|
1055
|
+
<div class="list-preview odd">
|
1056
|
+
<div class="list-preview-item-narrow">
|
1057
|
+
<a href="/list/ls055241259?ref_=tt_rls_2" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/film.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BODU4MjU4NjIwNl5BMl5BanBnXkFtZTgwMDU2MjEyMDE@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1058
|
+
<div class="list_name">
|
1059
|
+
<strong><a href="/list/ls055241259?ref_=tt_rls_2" >best movies i have ever watched</a></strong>
|
1060
|
+
</div>
|
1061
|
+
<div class="list_meta">
|
1062
|
+
a list of 25 titles
|
1063
|
+
<br />created 10 Jan 2013
|
1064
|
+
</div>
|
1065
|
+
<div class="clear"> </div>
|
1066
|
+
</div>
|
1067
|
+
<div class="list-preview even">
|
1068
|
+
<div class="list-preview-item-narrow">
|
1069
|
+
<a href="/list/ls055461161?ref_=tt_rls_3" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/film.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTQ2NzUxMTAxN15BMl5BanBnXkFtZTcwMzEyMTIwMg@@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1070
|
+
<div class="list_name">
|
1071
|
+
<strong><a href="/list/ls055461161?ref_=tt_rls_3" >Movies I've seen</a></strong>
|
1072
|
+
</div>
|
1073
|
+
<div class="list_meta">
|
1074
|
+
a list of 29 titles
|
1075
|
+
<br />created 13 Jan 2013
|
1076
|
+
</div>
|
1077
|
+
<div class="clear"> </div>
|
1078
|
+
</div>
|
1079
|
+
<div class="list-preview odd">
|
1080
|
+
<div class="list-preview-item-narrow">
|
1081
|
+
<a href="/list/ls056941344?ref_=tt_rls_4" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/film.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMjMxNjU0ODU5Ml5BMl5BanBnXkFtZTcwNjI4MzAyOA@@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1082
|
+
<div class="list_name">
|
1083
|
+
<strong><a href="/list/ls056941344?ref_=tt_rls_4" >Great Movies</a></strong>
|
1084
|
+
</div>
|
1085
|
+
<div class="list_meta">
|
1086
|
+
a list of 42 titles
|
1087
|
+
<br />created 9 months ago
|
1088
|
+
</div>
|
1089
|
+
<div class="clear"> </div>
|
1090
|
+
</div>
|
1091
|
+
<div class="list-preview even">
|
1092
|
+
<div class="list-preview-item-narrow">
|
1093
|
+
<a href="/list/ls070353342?ref_=tt_rls_5" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/film.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMzMxMzYzMDUyNV5BMl5BanBnXkFtZTgwMjI2Mzk5MDE@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1094
|
+
<div class="list_name">
|
1095
|
+
<strong><a href="/list/ls070353342?ref_=tt_rls_5" >My top 25 favourite movies</a></strong>
|
1096
|
+
</div>
|
1097
|
+
<div class="list_meta">
|
1098
|
+
a list of 25 titles
|
1099
|
+
<br />created 2 days ago
|
1100
|
+
</div>
|
1101
|
+
<div class="clear"> </div>
|
1102
|
+
</div>
|
1150
1103
|
<div class="see-more">
|
1151
1104
|
<a href="/lists/tt0317248?ref_=tt_rls_sm" >See all related lists</a> »
|
1152
1105
|
</div>
|
1153
1106
|
</div>
|
1154
1107
|
</div>
|
1108
|
+
|
1155
1109
|
|
1156
1110
|
|
1157
1111
|
<!-- no content received for slot: btf_rhs1 -->
|
1158
1112
|
|
1113
|
+
|
1114
|
+
|
1159
1115
|
<div class="aux-content-widget-2">
|
1160
1116
|
<h3>Connect with IMDb</h3>
|
1161
1117
|
<div id="facebookWrapper">
|
@@ -1173,6 +1129,8 @@ src="http://ia.media-imdb.com/images/M/MV5BMjIwNTYzMzE1M15BMl5BanBnXkFtZTcwOTE5M
|
|
1173
1129
|
id="twitterIframe"></iframe>
|
1174
1130
|
</div>
|
1175
1131
|
|
1132
|
+
|
1133
|
+
|
1176
1134
|
|
1177
1135
|
|
1178
1136
|
<div class="aux-content-widget-2">
|
@@ -1185,9 +1143,9 @@ src="http://ia.media-imdb.com/images/M/MV5BMjIwNTYzMzE1M15BMl5BanBnXkFtZTcwOTE5M
|
|
1185
1143
|
</p>
|
1186
1144
|
<span class="imdbRatingPlugin imdbRatingStyle1" data-user="" data-title="tt0317248" data-style="t1">
|
1187
1145
|
<a href="/title/tt0317248/?ref_=tt_plg_rt" > <img alt="City of God (2002) on IMDb"
|
1188
|
-
src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473254.
|
1146
|
+
src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473254._CB379390954_.png">
|
1189
1147
|
</a> <span class="rating">8.7<span class="ofTen">/10</span></span>
|
1190
|
-
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_star_22x21-2889147855.
|
1148
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_star_22x21-2889147855._CB379391454_.png" class="star">
|
1191
1149
|
</span>
|
1192
1150
|
<p>Want to share IMDb's rating on your own site? Use the HTML below.</p>
|
1193
1151
|
<div id="ratingPluginHTML" class="hidden">
|
@@ -1207,6 +1165,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1207
1165
|
</div>
|
1208
1166
|
</div>
|
1209
1167
|
</div>
|
1168
|
+
|
1169
|
+
|
1210
1170
|
<script>
|
1211
1171
|
if ('csm' in window) {
|
1212
1172
|
csm.measure('csm_TitlePlayQuizWidget_started');
|
@@ -1224,14 +1184,37 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1224
1184
|
}
|
1225
1185
|
</script>
|
1226
1186
|
|
1227
|
-
|
1187
|
+
|
1188
|
+
<div class="aux-content-widget-2 poll-widget-rhs ">
|
1189
|
+
<style>
|
1190
|
+
.aux-content-widget-2.poll-widget-rhs ul li { margin-bottom: 0.5em; clear: left; font-weight: bold;}
|
1191
|
+
.aux-content-widget-2.poll-widget-rhs span { margin-bottom: 0.5em; clear: left;}
|
1192
|
+
.aux-content-widget-2.poll-widget-rhs img { float: left; padding: 0 5px 5px 0; height: 86px; width: 86px;}
|
1193
|
+
</style>
|
1194
|
+
<h3>User Polls</h3>
|
1195
|
+
<ul>
|
1196
|
+
<li>
|
1197
|
+
<a href="/poll/NDRIcdEYmGI/?ref_=tt_po_i1" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTA0NTI0OTk1MDdeQTJeQWpwZ15BbWU3MDQxMzI5MTE@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/NDRIcdEYmGI/?ref_=tt_po_q1" >What's your favourite city?</a>
|
1198
|
+
<li>
|
1199
|
+
<a href="/poll/HtOGyJrWaBU/?ref_=tt_po_i2" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMjA4ODQ3ODkzNV5BMl5BanBnXkFtZTYwOTc4NDI3._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/HtOGyJrWaBU/?ref_=tt_po_q2" >Brazilian or "Brazil"?</a>
|
1200
|
+
<li>
|
1201
|
+
<a href="/poll/OHa-2Of7Zzo/?ref_=tt_po_i3" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMjIzMTgzOTEwOF5BMl5BanBnXkFtZTgwNTUxNjcxMTE@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/OHa-2Of7Zzo/?ref_=tt_po_q3" >Who'd You Want to Win the World Cup?</a>
|
1202
|
+
<li>
|
1203
|
+
<a href="/poll/rNMpJTrBF0k/?ref_=tt_po_i4" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMjEwOTExNDY5MV5BMl5BanBnXkFtZTgwMzMzOTU5MTE@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/rNMpJTrBF0k/?ref_=tt_po_q4" >Foreign-language TV series</a>
|
1204
|
+
</ul>
|
1205
|
+
<div class="see-more"><a href="/poll/?ref_=tt_po_sm" >See more polls »</a></div>
|
1206
|
+
</div>
|
1207
|
+
|
1208
|
+
|
1228
1209
|
|
1229
1210
|
<!-- no content received for slot: bottom_rhs -->
|
1230
1211
|
|
1231
1212
|
|
1213
|
+
|
1232
1214
|
|
1233
1215
|
<!-- no content received for slot: btf_rhs2 -->
|
1234
1216
|
|
1217
|
+
|
1235
1218
|
|
1236
1219
|
</div>
|
1237
1220
|
|
@@ -1256,7 +1239,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1256
1239
|
|
1257
1240
|
|
1258
1241
|
<span itemprop="awards"><b>Nominated for 4 Oscars.</b></span>
|
1259
|
-
<span itemprop="awards">Another
|
1242
|
+
<span itemprop="awards">Another 59 wins & 28 nominations.</span>
|
1260
1243
|
<span class="see-more inline">
|
1261
1244
|
<a href="/title/tt0317248/awards?ref_=tt_awd" >See more awards</a> » </span>
|
1262
1245
|
</div>
|
@@ -1285,19 +1268,18 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1285
1268
|
<h2>Photos</h2>
|
1286
1269
|
<div class="mediastrip">
|
1287
1270
|
|
1288
|
-
<a href="/media/
|
1289
|
-
<a href="/media/
|
1290
|
-
<a href="/media/
|
1291
|
-
<a href="/media/
|
1292
|
-
<a href="/media/
|
1271
|
+
<a href="/media/rm102662144/tt0317248?ref_=tt_pv_md_1" itemprop='thumbnailUrl'><img height="105" width="105" alt="City of God (2002)" title="City of God (2002)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTM2MjQ3NzcxOV5BMl5BanBnXkFtZTcwNjMzNDY3Mw@@._V1_SY105_CR48,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1272
|
+
<a href="/media/rm1122480640/tt0317248?ref_=tt_pv_md_2" itemprop='thumbnailUrl'><img height="105" width="105" alt="City of God (2002)" title="City of God (2002)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTUwNjQxNDg5MV5BMl5BanBnXkFtZTcwNDc4MTE5Ng@@._V1_SY105_CR41,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1273
|
+
<a href="/media/rm3016071936/tt0317248?ref_=tt_pv_md_3" itemprop='thumbnailUrl'><img height="105" width="105" alt="Fernando Meirelles at event of City of God (2002)" title="Fernando Meirelles at event of City of God (2002)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTY4NTY3ODMyOF5BMl5BanBnXkFtZTYwODAzNTI0._V1_SX105_CR0,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1274
|
+
<a href="/media/rm941522944/tt0317248?ref_=tt_pv_md_4" itemprop='thumbnailUrl'><img height="105" width="105" alt="City of God (2002)" title="City of God (2002)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTMzMjIxMjc5NV5BMl5BanBnXkFtZTcwNDMzNDY3Mw@@._V1_SY105_CR48,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1275
|
+
<a href="/media/rm3032849152/tt0317248?ref_=tt_pv_md_5" itemprop='thumbnailUrl'><img height="105" width="105" alt="Fernando Meirelles at event of City of God (2002)" title="Fernando Meirelles at event of City of God (2002)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMjE0ODY2MzQyMV5BMl5BanBnXkFtZTYwNjAzNTI0._V1_SX105_CR0,0,105,105_AL_.jpg" itemprop='image' /></a> </div>
|
1293
1276
|
</div>
|
1294
1277
|
<div class="combined-see-more see-more">
|
1295
1278
|
<a href="/title/tt0317248/mediaindex?ref_=tt_pv_mi_sm" ><span class="titlePageSprite showAllVidsAndPics"></span></a>
|
1296
1279
|
<a href="/title/tt0317248/mediaindex?ref_=tt_pv_mi_sm" >27 photos</a>
|
1280
|
+
|
1297
1281
|
<span class="ghost">|</span>
|
1298
|
-
<a href="/title/tt0317248/
|
1299
|
-
<span class="ghost">|</span>
|
1300
|
-
<a href="/title/tt0317248/news?ref_=tt_pv_nw_sm" >518 news articles</a> » </div>
|
1282
|
+
<a href="/title/tt0317248/news?ref_=tt_pv_nw_sm" >543 news articles</a> » </div>
|
1301
1283
|
</div>
|
1302
1284
|
</div>
|
1303
1285
|
<script>
|
@@ -1310,6 +1292,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1310
1292
|
csm.measure('csm_TitleMediaStripWidget_finished');
|
1311
1293
|
}
|
1312
1294
|
</script>
|
1295
|
+
|
1313
1296
|
<script>
|
1314
1297
|
if ('csm' in window) {
|
1315
1298
|
csm.measure('csm_TitleRecsWidget_started');
|
@@ -1320,9 +1303,11 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1320
1303
|
<span class="rightcornerlink">
|
1321
1304
|
<a href="/help/show_leaf?personalrecommendations&ref_=tt_rec_lm" >Learn more</a>
|
1322
1305
|
</span>
|
1306
|
+
|
1323
1307
|
<h2 class="rec_heading_wrapper">
|
1324
|
-
|
1308
|
+
<span class="rec_heading" data-spec="p13nsims:tt0317248">People who liked this also liked... </span>
|
1325
1309
|
</h2>
|
1310
|
+
|
1326
1311
|
<div class="rec_wrapper" id="title_recs"
|
1327
1312
|
data-items-per-request="24"
|
1328
1313
|
data-items-per-page="6"
|
@@ -1335,7 +1320,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1335
1320
|
<div class="rec_slide">
|
1336
1321
|
<div class="rec_page">
|
1337
1322
|
|
1338
|
-
|
1323
|
+
|
1324
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0120586">
|
1339
1325
|
<div class="rec_overlay">
|
1340
1326
|
<div class="rec_filter"></div>
|
1341
1327
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1343,11 +1329,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1343
1329
|
<div class="glyph rec_rating_glyph"></div>
|
1344
1330
|
<div class="glyph rec_pending_glyph"></div>
|
1345
1331
|
</div>
|
1346
|
-
<a href="/title/tt0120586/?ref_=tt_rec_tti" ><img height="113" width="76" alt="American History X" title="American History X"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1332
|
+
<a href="/title/tt0120586/?ref_=tt_rec_tti" ><img height="113" width="76" alt="American History X" title="American History X"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjMzNDUwNTIyMF5BMl5BanBnXkFtZTcwNjMwNDg3OA@@._V1_SY113_CR6,0,76,113_AL_.jpg" /> <br/>
|
1347
1333
|
</a> </div>
|
1348
1334
|
|
1349
1335
|
|
1350
|
-
|
1336
|
+
|
1337
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0111161">
|
1351
1338
|
<div class="rec_overlay">
|
1352
1339
|
<div class="rec_filter"></div>
|
1353
1340
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1355,11 +1342,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1355
1342
|
<div class="glyph rec_rating_glyph"></div>
|
1356
1343
|
<div class="glyph rec_pending_glyph"></div>
|
1357
1344
|
</div>
|
1358
|
-
<a href="/title/
|
1345
|
+
<a href="/title/tt0111161/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Shawshank Redemption" title="The Shawshank Redemption"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BODU4MjU4NjIwNl5BMl5BanBnXkFtZTgwMDU2MjEyMDE@._V1_SX76_CR0,0,76,113_AL_.jpg" /> <br/>
|
1359
1346
|
</a> </div>
|
1360
1347
|
|
1361
1348
|
|
1362
|
-
|
1349
|
+
|
1350
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0087843">
|
1363
1351
|
<div class="rec_overlay">
|
1364
1352
|
<div class="rec_filter"></div>
|
1365
1353
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1367,11 +1355,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1367
1355
|
<div class="glyph rec_rating_glyph"></div>
|
1368
1356
|
<div class="glyph rec_pending_glyph"></div>
|
1369
1357
|
</div>
|
1370
|
-
<a href="/title/
|
1358
|
+
<a href="/title/tt0087843/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Once Upon a Time in America" title="Once Upon a Time in America"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BNDMwMDcyODkzOV5BMl5BanBnXkFtZTcwNTQ1Njg3OA@@._V1_SY113_CR2,0,76,113_AL_.jpg" /> <br/>
|
1371
1359
|
</a> </div>
|
1372
1360
|
|
1373
1361
|
|
1374
|
-
|
1362
|
+
|
1363
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0117951">
|
1375
1364
|
<div class="rec_overlay">
|
1376
1365
|
<div class="rec_filter"></div>
|
1377
1366
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1379,11 +1368,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1379
1368
|
<div class="glyph rec_rating_glyph"></div>
|
1380
1369
|
<div class="glyph rec_pending_glyph"></div>
|
1381
1370
|
</div>
|
1382
|
-
<a href="/title/
|
1371
|
+
<a href="/title/tt0117951/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Trainspotting" title="Trainspotting"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTg2MzcxNTY3NV5BMl5BanBnXkFtZTgwOTQ5NDQxMDE@._V1_SX76_CR0,0,76,113_AL_.jpg" /> <br/>
|
1383
1372
|
</a> </div>
|
1384
1373
|
|
1385
1374
|
|
1386
|
-
|
1375
|
+
|
1376
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0765429">
|
1387
1377
|
<div class="rec_overlay">
|
1388
1378
|
<div class="rec_filter"></div>
|
1389
1379
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1391,11 +1381,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1391
1381
|
<div class="glyph rec_rating_glyph"></div>
|
1392
1382
|
<div class="glyph rec_pending_glyph"></div>
|
1393
1383
|
</div>
|
1394
|
-
<a href="/title/
|
1384
|
+
<a href="/title/tt0765429/?ref_=tt_rec_tti" ><img height="113" width="76" alt="American Gangster" title="American Gangster"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTkyNzY5MDA5MV5BMl5BanBnXkFtZTcwMjg4MzI3MQ@@._V1_SY113_CR2,0,76,113_AL_.jpg" /> <br/>
|
1395
1385
|
</a> </div>
|
1396
1386
|
|
1397
1387
|
|
1398
|
-
|
1388
|
+
|
1389
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0113247">
|
1399
1390
|
<div class="rec_overlay">
|
1400
1391
|
<div class="rec_filter"></div>
|
1401
1392
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1403,13 +1394,14 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1403
1394
|
<div class="glyph rec_rating_glyph"></div>
|
1404
1395
|
<div class="glyph rec_pending_glyph"></div>
|
1405
1396
|
</div>
|
1406
|
-
<a href="/title/
|
1397
|
+
<a href="/title/tt0113247/?ref_=tt_rec_tti" ><img height="113" width="76" alt="La Haine" title="La Haine"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTY3OTAyOTMyM15BMl5BanBnXkFtZTcwNTMxMTI0MQ@@._V1_SY113_CR2,0,76,113_AL_.jpg" /> <br/>
|
1407
1398
|
</a> </div>
|
1408
1399
|
|
1409
1400
|
</div>
|
1410
1401
|
<div class="rec_page">
|
1411
1402
|
|
1412
|
-
|
1403
|
+
|
1404
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0101507">
|
1413
1405
|
<div class="rec_overlay">
|
1414
1406
|
<div class="rec_filter"></div>
|
1415
1407
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1417,11 +1409,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1417
1409
|
<div class="glyph rec_rating_glyph"></div>
|
1418
1410
|
<div class="glyph rec_pending_glyph"></div>
|
1419
1411
|
</div>
|
1420
|
-
<a href="/title/
|
1412
|
+
<a href="/title/tt0101507/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Boyz n the Hood" title="Boyz n the Hood"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTYyNTY2MTQ5N15BMl5BanBnXkFtZTgwNDg3MjkyMTE@._V1_SX76_CR0,0,76,113_AL_.jpg" /> <br/>
|
1421
1413
|
</a> </div>
|
1422
1414
|
|
1423
1415
|
|
1424
|
-
|
1416
|
+
|
1417
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt1235166">
|
1425
1418
|
<div class="rec_overlay">
|
1426
1419
|
<div class="rec_filter"></div>
|
1427
1420
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1429,11 +1422,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1429
1422
|
<div class="glyph rec_rating_glyph"></div>
|
1430
1423
|
<div class="glyph rec_pending_glyph"></div>
|
1431
1424
|
</div>
|
1432
|
-
<a href="/title/
|
1425
|
+
<a href="/title/tt1235166/?ref_=tt_rec_tti" ><img height="113" width="76" alt="A Prophet" title="A Prophet"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTUyMjQ1MTY5OV5BMl5BanBnXkFtZTcwNzY5NjExMw@@._V1_SY113_CR2,0,76,113_AL_.jpg" /> <br/>
|
1433
1426
|
</a> </div>
|
1434
1427
|
|
1435
1428
|
|
1436
|
-
|
1429
|
+
|
1430
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0993846">
|
1437
1431
|
<div class="rec_overlay">
|
1438
1432
|
<div class="rec_filter"></div>
|
1439
1433
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1441,11 +1435,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1441
1435
|
<div class="glyph rec_rating_glyph"></div>
|
1442
1436
|
<div class="glyph rec_pending_glyph"></div>
|
1443
1437
|
</div>
|
1444
|
-
<a href="/title/
|
1438
|
+
<a href="/title/tt0993846/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Wolf of Wall Street" title="The Wolf of Wall Street"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjIxMjgxNTk0MF5BMl5BanBnXkFtZTgwNjIyOTg2MDE@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1445
1439
|
</a> </div>
|
1446
1440
|
|
1447
1441
|
|
1448
|
-
|
1442
|
+
|
1443
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0307901">
|
1449
1444
|
<div class="rec_overlay">
|
1450
1445
|
<div class="rec_filter"></div>
|
1451
1446
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1453,11 +1448,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1453
1448
|
<div class="glyph rec_rating_glyph"></div>
|
1454
1449
|
<div class="glyph rec_pending_glyph"></div>
|
1455
1450
|
</div>
|
1456
|
-
<a href="/title/
|
1451
|
+
<a href="/title/tt0307901/?ref_=tt_rec_tti" ><img height="113" width="76" alt="25th Hour" title="25th Hour"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTUxNDEyNjE4OF5BMl5BanBnXkFtZTYwNTMyNjU3._V1_SX76_CR0,0,76,113_AL_.jpg" /> <br/>
|
1457
1452
|
</a> </div>
|
1458
1453
|
|
1459
1454
|
|
1460
|
-
|
1455
|
+
|
1456
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0106489">
|
1461
1457
|
<div class="rec_overlay">
|
1462
1458
|
<div class="rec_filter"></div>
|
1463
1459
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1465,11 +1461,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1465
1461
|
<div class="glyph rec_rating_glyph"></div>
|
1466
1462
|
<div class="glyph rec_pending_glyph"></div>
|
1467
1463
|
</div>
|
1468
|
-
<a href="/title/
|
1464
|
+
<a href="/title/tt0106489/?ref_=tt_rec_tti" ><img height="113" width="76" alt="A Bronx Tale" title="A Bronx Tale"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTg2MTg5MTY0M15BMl5BanBnXkFtZTgwMjA5MDgxMTE@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1469
1465
|
</a> </div>
|
1470
1466
|
|
1471
1467
|
|
1472
|
-
|
1468
|
+
|
1469
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0072890">
|
1473
1470
|
<div class="rec_overlay">
|
1474
1471
|
<div class="rec_filter"></div>
|
1475
1472
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1477,7 +1474,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1477
1474
|
<div class="glyph rec_rating_glyph"></div>
|
1478
1475
|
<div class="glyph rec_pending_glyph"></div>
|
1479
1476
|
</div>
|
1480
|
-
<a href="/title/
|
1477
|
+
<a href="/title/tt0072890/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Dog Day Afternoon" title="Dog Day Afternoon"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583._CB379390468_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTQyNjQ5NjczM15BMl5BanBnXkFtZTYwNDA4MTk4._V1_SY113_CR1,0,76,113_AL_.jpg" /> <br/>
|
1481
1478
|
</a> </div>
|
1482
1479
|
|
1483
1480
|
</div>
|
@@ -1489,14 +1486,15 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1489
1486
|
</div>
|
1490
1487
|
</div>
|
1491
1488
|
</div>
|
1492
|
-
|
1489
|
+
|
1493
1490
|
<div class="rec_overviews">
|
1494
1491
|
|
1495
1492
|
|
1496
1493
|
<div class="rec_overview" data-tconst="tt0120586">
|
1497
1494
|
|
1498
1495
|
|
1499
|
-
|
1496
|
+
|
1497
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0120586">
|
1500
1498
|
<div class="rec_overlay">
|
1501
1499
|
<div class="rec_filter"></div>
|
1502
1500
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1504,7 +1502,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1504
1502
|
<div class="glyph rec_rating_glyph"></div>
|
1505
1503
|
<div class="glyph rec_pending_glyph"></div>
|
1506
1504
|
</div>
|
1507
|
-
<a href="/title/tt0120586/?ref_=tt_rec_tti" ><img height="190" width="128" alt="American History X" title="American History X"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
1505
|
+
<a href="/title/tt0120586/?ref_=tt_rec_tti" ><img height="190" width="128" alt="American History X" title="American History X"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjMzNDUwNTIyMF5BMl5BanBnXkFtZTcwNjMwNDg3OA@@._V1_SY190_CR10,0,128,190_AL_.jpg" /> <br/>
|
1508
1506
|
</a> </div>
|
1509
1507
|
|
1510
1508
|
|
@@ -1525,7 +1523,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1525
1523
|
<span class="btn2_text">Next »</span>
|
1526
1524
|
</a>
|
1527
1525
|
</span>
|
1528
|
-
</div>
|
1526
|
+
</div>
|
1527
|
+
|
1529
1528
|
<input type="hidden" name="49e6c" value="da29">
|
1530
1529
|
</div>
|
1531
1530
|
|
@@ -1564,8 +1563,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1564
1563
|
|
1565
1564
|
|
1566
1565
|
|
1567
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0120586|imdb|8.6|8.6|p13nsims-title" data-ga-identifier=""
|
1568
|
-
title="Users rated this 8.6/10 (
|
1566
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0120586|imdb|8.6|8.6|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
1567
|
+
title="Users rated this 8.6/10 (573,267 votes) - click stars to rate" >
|
1569
1568
|
<span class="rating-bg"> </span>
|
1570
1569
|
<span class="rating-imdb " style="width: 120.4px"> </span>
|
1571
1570
|
<span class="rating-stars">
|
@@ -1611,10 +1610,11 @@ Beverly D'Angelo</span></div>
|
|
1611
1610
|
</div>
|
1612
1611
|
|
1613
1612
|
|
1614
|
-
<div class="rec_overview" data-tconst="
|
1613
|
+
<div class="rec_overview" data-tconst="tt0111161">
|
1615
1614
|
|
1616
1615
|
|
1617
|
-
|
1616
|
+
|
1617
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0111161">
|
1618
1618
|
<div class="rec_overlay">
|
1619
1619
|
<div class="rec_filter"></div>
|
1620
1620
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1622,7 +1622,7 @@ Beverly D'Angelo</span></div>
|
|
1622
1622
|
<div class="glyph rec_rating_glyph"></div>
|
1623
1623
|
<div class="glyph rec_pending_glyph"></div>
|
1624
1624
|
</div>
|
1625
|
-
<a href="/title/
|
1625
|
+
<a href="/title/tt0111161/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Shawshank Redemption" title="The Shawshank Redemption"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BODU4MjU4NjIwNl5BMl5BanBnXkFtZTgwMDU2MjEyMDE@._V1_SX128_CR0,0,128,190_AL_.jpg" /> <br/>
|
1626
1626
|
</a> </div>
|
1627
1627
|
|
1628
1628
|
|
@@ -1631,7 +1631,7 @@ Beverly D'Angelo</span></div>
|
|
1631
1631
|
<div class="rec_action_divider">
|
1632
1632
|
<div class="wlb_classic_wrapper">
|
1633
1633
|
<span class="wlb_wrapper">
|
1634
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
1634
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0111161" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
1635
1635
|
</span>
|
1636
1636
|
</div>
|
1637
1637
|
</div>
|
@@ -1643,7 +1643,8 @@ Beverly D'Angelo</span></div>
|
|
1643
1643
|
<span class="btn2_text">Next »</span>
|
1644
1644
|
</a>
|
1645
1645
|
</span>
|
1646
|
-
</div>
|
1646
|
+
</div>
|
1647
|
+
|
1647
1648
|
<input type="hidden" name="49e6c" value="da29">
|
1648
1649
|
</div>
|
1649
1650
|
|
@@ -1653,8 +1654,8 @@ Beverly D'Angelo</span></div>
|
|
1653
1654
|
<div class="rec-jaw-upper">
|
1654
1655
|
|
1655
1656
|
<div class="rec-title">
|
1656
|
-
<a href="/title/
|
1657
|
-
<span class="nobr">(
|
1657
|
+
<a href="/title/tt0111161/?ref_=tt_rec_tt" ><b>The Shawshank Redemption</b></a>
|
1658
|
+
<span class="nobr">(1994)</span>
|
1658
1659
|
</div>
|
1659
1660
|
|
1660
1661
|
|
@@ -1665,7 +1666,7 @@ Beverly D'Angelo</span></div>
|
|
1665
1666
|
|
1666
1667
|
|
1667
1668
|
|
1668
|
-
<span title="Ratings certificate for
|
1669
|
+
<span title="Ratings certificate for The Shawshank Redemption (1994)"
|
1669
1670
|
class="us_r titlePageSprite absmiddle"></span>
|
1670
1671
|
|
1671
1672
|
Crime
|
@@ -1682,10 +1683,10 @@ Beverly D'Angelo</span></div>
|
|
1682
1683
|
|
1683
1684
|
|
1684
1685
|
|
1685
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
1686
|
-
title="Users rated this
|
1686
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0111161|imdb|9.3|9.3|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
1687
|
+
title="Users rated this 9.3/10 (1,234,166 votes) - click stars to rate" >
|
1687
1688
|
<span class="rating-bg"> </span>
|
1688
|
-
<span class="rating-imdb " style="width:
|
1689
|
+
<span class="rating-imdb " style="width: 130.2px"> </span>
|
1689
1690
|
<span class="rating-stars">
|
1690
1691
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
1691
1692
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -1698,13 +1699,13 @@ title="Users rated this 8.4/10 (150,704 votes) - click stars to rate" >
|
|
1698
1699
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
1699
1700
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
1700
1701
|
</span>
|
1701
|
-
<span class="rating-rating "><span class="value">
|
1702
|
-
<span class="rating-cancel "><a href="/title/
|
1702
|
+
<span class="rating-rating "><span class="value">9.3</span><span class="grey">/</span><span class="grey">10</span></span>
|
1703
|
+
<span class="rating-cancel "><a href="/title/tt0111161/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
1703
1704
|
</div>
|
1704
1705
|
|
1705
1706
|
<div class="rec-outline">
|
1706
1707
|
<p>
|
1707
|
-
|
1708
|
+
Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency. </p>
|
1708
1709
|
</div>
|
1709
1710
|
|
1710
1711
|
</div>
|
@@ -1715,12 +1716,12 @@ A former Prohibition-era Jewish gangster returns to the Lower East Side of Manha
|
|
1715
1716
|
<div class="rec-jaw-teeth"></div>
|
1716
1717
|
<div class="rec-director rec-ellipsis">
|
1717
1718
|
<b>Director:</b>
|
1718
|
-
|
1719
|
+
Frank Darabont </div>
|
1719
1720
|
<div class="rec-actor rec-ellipsis"> <span>
|
1720
1721
|
<b>Stars:</b>
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
1722
|
+
Tim Robbins,
|
1723
|
+
Morgan Freeman,
|
1724
|
+
Bob Gunton</span></div>
|
1724
1725
|
</div>
|
1725
1726
|
|
1726
1727
|
</div>
|
@@ -1729,10 +1730,11 @@ Elizabeth McGovern</span></div>
|
|
1729
1730
|
</div>
|
1730
1731
|
|
1731
1732
|
|
1732
|
-
<div class="rec_overview" data-tconst="
|
1733
|
+
<div class="rec_overview" data-tconst="tt0087843">
|
1734
|
+
|
1733
1735
|
|
1734
1736
|
|
1735
|
-
<div class="rec_poster" data-info="
|
1737
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0087843">
|
1736
1738
|
<div class="rec_overlay">
|
1737
1739
|
<div class="rec_filter"></div>
|
1738
1740
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1740,7 +1742,7 @@ Elizabeth McGovern</span></div>
|
|
1740
1742
|
<div class="glyph rec_rating_glyph"></div>
|
1741
1743
|
<div class="glyph rec_pending_glyph"></div>
|
1742
1744
|
</div>
|
1743
|
-
<a href="/title/
|
1745
|
+
<a href="/title/tt0087843/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Once Upon a Time in America" title="Once Upon a Time in America"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BNDMwMDcyODkzOV5BMl5BanBnXkFtZTcwNTQ1Njg3OA@@._V1_SY190_CR3,0,128,190_AL_.jpg" /> <br/>
|
1744
1746
|
</a> </div>
|
1745
1747
|
|
1746
1748
|
|
@@ -1749,7 +1751,7 @@ Elizabeth McGovern</span></div>
|
|
1749
1751
|
<div class="rec_action_divider">
|
1750
1752
|
<div class="wlb_classic_wrapper">
|
1751
1753
|
<span class="wlb_wrapper">
|
1752
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
1754
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0087843" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
1753
1755
|
</span>
|
1754
1756
|
</div>
|
1755
1757
|
</div>
|
@@ -1761,7 +1763,8 @@ Elizabeth McGovern</span></div>
|
|
1761
1763
|
<span class="btn2_text">Next »</span>
|
1762
1764
|
</a>
|
1763
1765
|
</span>
|
1764
|
-
</div>
|
1766
|
+
</div>
|
1767
|
+
|
1765
1768
|
<input type="hidden" name="49e6c" value="da29">
|
1766
1769
|
</div>
|
1767
1770
|
|
@@ -1771,8 +1774,8 @@ Elizabeth McGovern</span></div>
|
|
1771
1774
|
<div class="rec-jaw-upper">
|
1772
1775
|
|
1773
1776
|
<div class="rec-title">
|
1774
|
-
<a href="/title/
|
1775
|
-
<span class="nobr">(
|
1777
|
+
<a href="/title/tt0087843/?ref_=tt_rec_tt" ><b>Once Upon a Time in America</b></a>
|
1778
|
+
<span class="nobr">(1984)</span>
|
1776
1779
|
</div>
|
1777
1780
|
|
1778
1781
|
|
@@ -1783,9 +1786,11 @@ Elizabeth McGovern</span></div>
|
|
1783
1786
|
|
1784
1787
|
|
1785
1788
|
|
1786
|
-
<span title="Ratings certificate for
|
1787
|
-
class="
|
1789
|
+
<span title="Ratings certificate for Once Upon a Time in America (1984)"
|
1790
|
+
class="us_r titlePageSprite absmiddle"></span>
|
1788
1791
|
|
1792
|
+
Crime
|
1793
|
+
<span class="ghost">|</span>
|
1789
1794
|
Drama
|
1790
1795
|
|
1791
1796
|
|
@@ -1798,10 +1803,10 @@ Elizabeth McGovern</span></div>
|
|
1798
1803
|
|
1799
1804
|
|
1800
1805
|
|
1801
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
1802
|
-
title="Users rated this 8.
|
1806
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0087843|imdb|8.4|8.4|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
1807
|
+
title="Users rated this 8.4/10 (165,295 votes) - click stars to rate" >
|
1803
1808
|
<span class="rating-bg"> </span>
|
1804
|
-
<span class="rating-imdb " style="width:
|
1809
|
+
<span class="rating-imdb " style="width: 117.6px"> </span>
|
1805
1810
|
<span class="rating-stars">
|
1806
1811
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
1807
1812
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -1814,13 +1819,13 @@ title="Users rated this 8.1/10 (66,801 votes) - click stars to rate" >
|
|
1814
1819
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
1815
1820
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
1816
1821
|
</span>
|
1817
|
-
<span class="rating-rating "><span class="value">8.
|
1818
|
-
<span class="rating-cancel "><a href="/title/
|
1822
|
+
<span class="rating-rating "><span class="value">8.4</span><span class="grey">/</span><span class="grey">10</span></span>
|
1823
|
+
<span class="rating-cancel "><a href="/title/tt0087843/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
1819
1824
|
</div>
|
1820
1825
|
|
1821
1826
|
<div class="rec-outline">
|
1822
1827
|
<p>
|
1823
|
-
|
1828
|
+
A former Prohibition-era Jewish gangster returns to the Lower East Side of Manhattan over thirty years later, where he once again must confront the ghosts and regrets of his old life. </p>
|
1824
1829
|
</div>
|
1825
1830
|
|
1826
1831
|
</div>
|
@@ -1831,12 +1836,12 @@ After local youth Abdel is beaten unconscious by police, a riot ensues on his es
|
|
1831
1836
|
<div class="rec-jaw-teeth"></div>
|
1832
1837
|
<div class="rec-director rec-ellipsis">
|
1833
1838
|
<b>Director:</b>
|
1834
|
-
|
1839
|
+
Sergio Leone </div>
|
1835
1840
|
<div class="rec-actor rec-ellipsis"> <span>
|
1836
1841
|
<b>Stars:</b>
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1842
|
+
Robert De Niro,
|
1843
|
+
James Woods,
|
1844
|
+
Elizabeth McGovern</span></div>
|
1840
1845
|
</div>
|
1841
1846
|
|
1842
1847
|
</div>
|
@@ -1845,10 +1850,11 @@ Saïd Taghmaoui</span></div>
|
|
1845
1850
|
</div>
|
1846
1851
|
|
1847
1852
|
|
1848
|
-
<div class="rec_overview" data-tconst="
|
1853
|
+
<div class="rec_overview" data-tconst="tt0117951">
|
1854
|
+
|
1849
1855
|
|
1850
1856
|
|
1851
|
-
<div class="rec_poster" data-info="
|
1857
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0117951">
|
1852
1858
|
<div class="rec_overlay">
|
1853
1859
|
<div class="rec_filter"></div>
|
1854
1860
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1856,7 +1862,7 @@ Saïd Taghmaoui</span></div>
|
|
1856
1862
|
<div class="glyph rec_rating_glyph"></div>
|
1857
1863
|
<div class="glyph rec_pending_glyph"></div>
|
1858
1864
|
</div>
|
1859
|
-
<a href="/title/
|
1865
|
+
<a href="/title/tt0117951/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Trainspotting" title="Trainspotting"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTg2MzcxNTY3NV5BMl5BanBnXkFtZTgwOTQ5NDQxMDE@._V1_SX128_CR0,0,128,190_AL_.jpg" /> <br/>
|
1860
1866
|
</a> </div>
|
1861
1867
|
|
1862
1868
|
|
@@ -1865,7 +1871,7 @@ Saïd Taghmaoui</span></div>
|
|
1865
1871
|
<div class="rec_action_divider">
|
1866
1872
|
<div class="wlb_classic_wrapper">
|
1867
1873
|
<span class="wlb_wrapper">
|
1868
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
1874
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0117951" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
1869
1875
|
</span>
|
1870
1876
|
</div>
|
1871
1877
|
</div>
|
@@ -1877,7 +1883,8 @@ Saïd Taghmaoui</span></div>
|
|
1877
1883
|
<span class="btn2_text">Next »</span>
|
1878
1884
|
</a>
|
1879
1885
|
</span>
|
1880
|
-
</div>
|
1886
|
+
</div>
|
1887
|
+
|
1881
1888
|
<input type="hidden" name="49e6c" value="da29">
|
1882
1889
|
</div>
|
1883
1890
|
|
@@ -1887,8 +1894,8 @@ Saïd Taghmaoui</span></div>
|
|
1887
1894
|
<div class="rec-jaw-upper">
|
1888
1895
|
|
1889
1896
|
<div class="rec-title">
|
1890
|
-
<a href="/title/
|
1891
|
-
<span class="nobr">(
|
1897
|
+
<a href="/title/tt0117951/?ref_=tt_rec_tt" ><b>Trainspotting</b></a>
|
1898
|
+
<span class="nobr">(1996)</span>
|
1892
1899
|
</div>
|
1893
1900
|
|
1894
1901
|
|
@@ -1899,15 +1906,12 @@ Saïd Taghmaoui</span></div>
|
|
1899
1906
|
|
1900
1907
|
|
1901
1908
|
|
1902
|
-
<span title="Ratings certificate for
|
1909
|
+
<span title="Ratings certificate for Trainspotting (1996)"
|
1903
1910
|
class="us_r titlePageSprite absmiddle"></span>
|
1904
1911
|
|
1905
|
-
Biography
|
1906
|
-
<span class="ghost">|</span>
|
1907
|
-
Crime
|
1908
|
-
<span class="ghost">|</span>
|
1909
1912
|
Drama
|
1910
1913
|
|
1914
|
+
|
1911
1915
|
|
1912
1916
|
</div>
|
1913
1917
|
|
@@ -1917,10 +1921,10 @@ Saïd Taghmaoui</span></div>
|
|
1917
1921
|
|
1918
1922
|
|
1919
1923
|
|
1920
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
1921
|
-
title="Users rated this
|
1924
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0117951|imdb|8.2|8.2|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
1925
|
+
title="Users rated this 8.2/10 (357,225 votes) - click stars to rate" >
|
1922
1926
|
<span class="rating-bg"> </span>
|
1923
|
-
<span class="rating-imdb " style="width:
|
1927
|
+
<span class="rating-imdb " style="width: 114.8px"> </span>
|
1924
1928
|
<span class="rating-stars">
|
1925
1929
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
1926
1930
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -1933,13 +1937,13 @@ title="Users rated this 7.8/10 (248,650 votes) - click stars to rate" >
|
|
1933
1937
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
1934
1938
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
1935
1939
|
</span>
|
1936
|
-
<span class="rating-rating "><span class="value">
|
1937
|
-
<span class="rating-cancel "><a href="/title/
|
1940
|
+
<span class="rating-rating "><span class="value">8.2</span><span class="grey">/</span><span class="grey">10</span></span>
|
1941
|
+
<span class="rating-cancel "><a href="/title/tt0117951/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
1938
1942
|
</div>
|
1939
1943
|
|
1940
1944
|
<div class="rec-outline">
|
1941
1945
|
<p>
|
1942
|
-
|
1946
|
+
Renton, deeply immersed in the Edinburgh drug scene, tries to clean up and get out, despite the allure of the drugs and influence of friends. </p>
|
1943
1947
|
</div>
|
1944
1948
|
|
1945
1949
|
</div>
|
@@ -1950,12 +1954,12 @@ In 1970s America, a detective works to bring down the drug empire of Frank Lucas
|
|
1950
1954
|
<div class="rec-jaw-teeth"></div>
|
1951
1955
|
<div class="rec-director rec-ellipsis">
|
1952
1956
|
<b>Director:</b>
|
1953
|
-
|
1957
|
+
Danny Boyle </div>
|
1954
1958
|
<div class="rec-actor rec-ellipsis"> <span>
|
1955
1959
|
<b>Stars:</b>
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
1960
|
+
Ewan McGregor,
|
1961
|
+
Ewen Bremner,
|
1962
|
+
Jonny Lee Miller</span></div>
|
1959
1963
|
</div>
|
1960
1964
|
|
1961
1965
|
</div>
|
@@ -1964,10 +1968,11 @@ Chiwetel Ejiofor</span></div>
|
|
1964
1968
|
</div>
|
1965
1969
|
|
1966
1970
|
|
1967
|
-
<div class="rec_overview" data-tconst="
|
1971
|
+
<div class="rec_overview" data-tconst="tt0765429">
|
1968
1972
|
|
1969
1973
|
|
1970
|
-
|
1974
|
+
|
1975
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0765429">
|
1971
1976
|
<div class="rec_overlay">
|
1972
1977
|
<div class="rec_filter"></div>
|
1973
1978
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1975,7 +1980,7 @@ Chiwetel Ejiofor</span></div>
|
|
1975
1980
|
<div class="glyph rec_rating_glyph"></div>
|
1976
1981
|
<div class="glyph rec_pending_glyph"></div>
|
1977
1982
|
</div>
|
1978
|
-
<a href="/title/
|
1983
|
+
<a href="/title/tt0765429/?ref_=tt_rec_tti" ><img height="190" width="128" alt="American Gangster" title="American Gangster"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTkyNzY5MDA5MV5BMl5BanBnXkFtZTcwMjg4MzI3MQ@@._V1_SY190_CR3,0,128,190_AL_.jpg" /> <br/>
|
1979
1984
|
</a> </div>
|
1980
1985
|
|
1981
1986
|
|
@@ -1984,7 +1989,7 @@ Chiwetel Ejiofor</span></div>
|
|
1984
1989
|
<div class="rec_action_divider">
|
1985
1990
|
<div class="wlb_classic_wrapper">
|
1986
1991
|
<span class="wlb_wrapper">
|
1987
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
1992
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0765429" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
1988
1993
|
</span>
|
1989
1994
|
</div>
|
1990
1995
|
</div>
|
@@ -1996,7 +2001,8 @@ Chiwetel Ejiofor</span></div>
|
|
1996
2001
|
<span class="btn2_text">Next »</span>
|
1997
2002
|
</a>
|
1998
2003
|
</span>
|
1999
|
-
</div>
|
2004
|
+
</div>
|
2005
|
+
|
2000
2006
|
<input type="hidden" name="49e6c" value="da29">
|
2001
2007
|
</div>
|
2002
2008
|
|
@@ -2006,8 +2012,8 @@ Chiwetel Ejiofor</span></div>
|
|
2006
2012
|
<div class="rec-jaw-upper">
|
2007
2013
|
|
2008
2014
|
<div class="rec-title">
|
2009
|
-
<a href="/title/
|
2010
|
-
<span class="nobr">(
|
2015
|
+
<a href="/title/tt0765429/?ref_=tt_rec_tt" ><b>American Gangster</b></a>
|
2016
|
+
<span class="nobr">(2007)</span>
|
2011
2017
|
</div>
|
2012
2018
|
|
2013
2019
|
|
@@ -2018,14 +2024,15 @@ Chiwetel Ejiofor</span></div>
|
|
2018
2024
|
|
2019
2025
|
|
2020
2026
|
|
2021
|
-
<span title="Ratings certificate for
|
2027
|
+
<span title="Ratings certificate for American Gangster (2007)"
|
2022
2028
|
class="us_r titlePageSprite absmiddle"></span>
|
2023
2029
|
|
2030
|
+
Biography
|
2031
|
+
<span class="ghost">|</span>
|
2024
2032
|
Crime
|
2025
2033
|
<span class="ghost">|</span>
|
2026
2034
|
Drama
|
2027
2035
|
|
2028
|
-
|
2029
2036
|
|
2030
2037
|
</div>
|
2031
2038
|
|
@@ -2035,10 +2042,10 @@ Chiwetel Ejiofor</span></div>
|
|
2035
2042
|
|
2036
2043
|
|
2037
2044
|
|
2038
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2039
|
-
title="Users rated this 7.
|
2045
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0765429|imdb|7.8|7.8|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2046
|
+
title="Users rated this 7.8/10 (274,479 votes) - click stars to rate" >
|
2040
2047
|
<span class="rating-bg"> </span>
|
2041
|
-
<span class="rating-imdb " style="width:
|
2048
|
+
<span class="rating-imdb " style="width: 109.2px"> </span>
|
2042
2049
|
<span class="rating-stars">
|
2043
2050
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2044
2051
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2051,13 +2058,13 @@ title="Users rated this 7.7/10 (67,976 votes) - click stars to rate" >
|
|
2051
2058
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2052
2059
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2053
2060
|
</span>
|
2054
|
-
<span class="rating-rating "><span class="value">7.
|
2055
|
-
<span class="rating-cancel "><a href="/title/
|
2061
|
+
<span class="rating-rating "><span class="value">7.8</span><span class="grey">/</span><span class="grey">10</span></span>
|
2062
|
+
<span class="rating-cancel "><a href="/title/tt0765429/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2056
2063
|
</div>
|
2057
2064
|
|
2058
2065
|
<div class="rec-outline">
|
2059
2066
|
<p>
|
2060
|
-
|
2067
|
+
In 1970s America, a detective works to bring down the drug empire of Frank Lucas, a heroin kingpin from Manhattan, who is smuggling the drug into the country from the Far East. </p>
|
2061
2068
|
</div>
|
2062
2069
|
|
2063
2070
|
</div>
|
@@ -2068,12 +2075,12 @@ Saga of a group of childhood friends growing up in a Los Angeles ghetto. </p>
|
|
2068
2075
|
<div class="rec-jaw-teeth"></div>
|
2069
2076
|
<div class="rec-director rec-ellipsis">
|
2070
2077
|
<b>Director:</b>
|
2071
|
-
|
2078
|
+
Ridley Scott </div>
|
2072
2079
|
<div class="rec-actor rec-ellipsis"> <span>
|
2073
2080
|
<b>Stars:</b>
|
2074
|
-
|
2075
|
-
|
2076
|
-
|
2081
|
+
Denzel Washington,
|
2082
|
+
Russell Crowe,
|
2083
|
+
Chiwetel Ejiofor</span></div>
|
2077
2084
|
</div>
|
2078
2085
|
|
2079
2086
|
</div>
|
@@ -2082,10 +2089,11 @@ Hudhail Al-Amir</span></div>
|
|
2082
2089
|
</div>
|
2083
2090
|
|
2084
2091
|
|
2085
|
-
<div class="rec_overview" data-tconst="
|
2092
|
+
<div class="rec_overview" data-tconst="tt0113247">
|
2093
|
+
|
2086
2094
|
|
2087
2095
|
|
2088
|
-
<div class="rec_poster" data-info="
|
2096
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0113247">
|
2089
2097
|
<div class="rec_overlay">
|
2090
2098
|
<div class="rec_filter"></div>
|
2091
2099
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2093,7 +2101,7 @@ Hudhail Al-Amir</span></div>
|
|
2093
2101
|
<div class="glyph rec_rating_glyph"></div>
|
2094
2102
|
<div class="glyph rec_pending_glyph"></div>
|
2095
2103
|
</div>
|
2096
|
-
<a href="/title/
|
2104
|
+
<a href="/title/tt0113247/?ref_=tt_rec_tti" ><img height="190" width="128" alt="La Haine" title="La Haine"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTY3OTAyOTMyM15BMl5BanBnXkFtZTcwNTMxMTI0MQ@@._V1_SY190_CR3,0,128,190_AL_.jpg" /> <br/>
|
2097
2105
|
</a> </div>
|
2098
2106
|
|
2099
2107
|
|
@@ -2102,7 +2110,7 @@ Hudhail Al-Amir</span></div>
|
|
2102
2110
|
<div class="rec_action_divider">
|
2103
2111
|
<div class="wlb_classic_wrapper">
|
2104
2112
|
<span class="wlb_wrapper">
|
2105
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2113
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0113247" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2106
2114
|
</span>
|
2107
2115
|
</div>
|
2108
2116
|
</div>
|
@@ -2114,7 +2122,8 @@ Hudhail Al-Amir</span></div>
|
|
2114
2122
|
<span class="btn2_text">Next »</span>
|
2115
2123
|
</a>
|
2116
2124
|
</span>
|
2117
|
-
</div>
|
2125
|
+
</div>
|
2126
|
+
|
2118
2127
|
<input type="hidden" name="49e6c" value="da29">
|
2119
2128
|
</div>
|
2120
2129
|
|
@@ -2124,8 +2133,8 @@ Hudhail Al-Amir</span></div>
|
|
2124
2133
|
<div class="rec-jaw-upper">
|
2125
2134
|
|
2126
2135
|
<div class="rec-title">
|
2127
|
-
<a href="/title/
|
2128
|
-
<span class="nobr">(
|
2136
|
+
<a href="/title/tt0113247/?ref_=tt_rec_tt" ><b>La Haine</b></a>
|
2137
|
+
<span class="nobr">(1995)</span>
|
2129
2138
|
</div>
|
2130
2139
|
|
2131
2140
|
|
@@ -2136,11 +2145,9 @@ Hudhail Al-Amir</span></div>
|
|
2136
2145
|
|
2137
2146
|
|
2138
2147
|
|
2139
|
-
<span title="Ratings certificate for
|
2140
|
-
class="
|
2148
|
+
<span title="Ratings certificate for La Haine (1995)"
|
2149
|
+
class="us_not_rated titlePageSprite absmiddle"></span>
|
2141
2150
|
|
2142
|
-
Crime
|
2143
|
-
<span class="ghost">|</span>
|
2144
2151
|
Drama
|
2145
2152
|
|
2146
2153
|
|
@@ -2153,10 +2160,10 @@ Hudhail Al-Amir</span></div>
|
|
2153
2160
|
|
2154
2161
|
|
2155
2162
|
|
2156
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2157
|
-
title="Users rated this
|
2163
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0113247|imdb|8.1|8.1|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2164
|
+
title="Users rated this 8.1/10 (75,895 votes) - click stars to rate" >
|
2158
2165
|
<span class="rating-bg"> </span>
|
2159
|
-
<span class="rating-imdb " style="width:
|
2166
|
+
<span class="rating-imdb " style="width: 113.4px"> </span>
|
2160
2167
|
<span class="rating-stars">
|
2161
2168
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2162
2169
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2169,13 +2176,13 @@ title="Users rated this 7.7/10 (122,037 votes) - click stars to rate" >
|
|
2169
2176
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2170
2177
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2171
2178
|
</span>
|
2172
|
-
<span class="rating-rating "><span class="value">
|
2173
|
-
<span class="rating-cancel "><a href="/title/
|
2179
|
+
<span class="rating-rating "><span class="value">8.1</span><span class="grey">/</span><span class="grey">10</span></span>
|
2180
|
+
<span class="rating-cancel "><a href="/title/tt0113247/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2174
2181
|
</div>
|
2175
2182
|
|
2176
2183
|
<div class="rec-outline">
|
2177
2184
|
<p>
|
2178
|
-
|
2185
|
+
After local youth Abdel is beaten unconscious by police, a riot ensues on his estate during which a policeman loses his gun. The gun is found by Vinz who threatens he will kill a cop if Abdel dies. </p>
|
2179
2186
|
</div>
|
2180
2187
|
|
2181
2188
|
</div>
|
@@ -2186,12 +2193,12 @@ Cornered by the DEA, convicted New York drug dealer Montgomery Brogan reevaluate
|
|
2186
2193
|
<div class="rec-jaw-teeth"></div>
|
2187
2194
|
<div class="rec-director rec-ellipsis">
|
2188
2195
|
<b>Director:</b>
|
2189
|
-
|
2196
|
+
Mathieu Kassovitz </div>
|
2190
2197
|
<div class="rec-actor rec-ellipsis"> <span>
|
2191
2198
|
<b>Stars:</b>
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2199
|
+
Vincent Cassel,
|
2200
|
+
Hubert Koundé,
|
2201
|
+
Saïd Taghmaoui</span></div>
|
2195
2202
|
</div>
|
2196
2203
|
|
2197
2204
|
</div>
|
@@ -2200,10 +2207,11 @@ Philip Seymour Hoffman</span></div>
|
|
2200
2207
|
</div>
|
2201
2208
|
|
2202
2209
|
|
2203
|
-
<div class="rec_overview" data-tconst="
|
2210
|
+
<div class="rec_overview" data-tconst="tt0101507">
|
2204
2211
|
|
2205
2212
|
|
2206
|
-
|
2213
|
+
|
2214
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0101507">
|
2207
2215
|
<div class="rec_overlay">
|
2208
2216
|
<div class="rec_filter"></div>
|
2209
2217
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2211,7 +2219,7 @@ Philip Seymour Hoffman</span></div>
|
|
2211
2219
|
<div class="glyph rec_rating_glyph"></div>
|
2212
2220
|
<div class="glyph rec_pending_glyph"></div>
|
2213
2221
|
</div>
|
2214
|
-
<a href="/title/
|
2222
|
+
<a href="/title/tt0101507/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Boyz n the Hood" title="Boyz n the Hood"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTYyNTY2MTQ5N15BMl5BanBnXkFtZTgwNDg3MjkyMTE@._V1_SX128_CR0,0,128,190_AL_.jpg" /> <br/>
|
2215
2223
|
</a> </div>
|
2216
2224
|
|
2217
2225
|
|
@@ -2220,7 +2228,7 @@ Philip Seymour Hoffman</span></div>
|
|
2220
2228
|
<div class="rec_action_divider">
|
2221
2229
|
<div class="wlb_classic_wrapper">
|
2222
2230
|
<span class="wlb_wrapper">
|
2223
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2231
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0101507" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2224
2232
|
</span>
|
2225
2233
|
</div>
|
2226
2234
|
</div>
|
@@ -2232,7 +2240,8 @@ Philip Seymour Hoffman</span></div>
|
|
2232
2240
|
<span class="btn2_text">Next »</span>
|
2233
2241
|
</a>
|
2234
2242
|
</span>
|
2235
|
-
</div>
|
2243
|
+
</div>
|
2244
|
+
|
2236
2245
|
<input type="hidden" name="49e6c" value="da29">
|
2237
2246
|
</div>
|
2238
2247
|
|
@@ -2242,8 +2251,8 @@ Philip Seymour Hoffman</span></div>
|
|
2242
2251
|
<div class="rec-jaw-upper">
|
2243
2252
|
|
2244
2253
|
<div class="rec-title">
|
2245
|
-
<a href="/title/
|
2246
|
-
<span class="nobr">(
|
2254
|
+
<a href="/title/tt0101507/?ref_=tt_rec_tt" ><b>Boyz n the Hood</b></a>
|
2255
|
+
<span class="nobr">(1991)</span>
|
2247
2256
|
</div>
|
2248
2257
|
|
2249
2258
|
|
@@ -2254,7 +2263,7 @@ Philip Seymour Hoffman</span></div>
|
|
2254
2263
|
|
2255
2264
|
|
2256
2265
|
|
2257
|
-
<span title="Ratings certificate for
|
2266
|
+
<span title="Ratings certificate for Boyz n the Hood (1991)"
|
2258
2267
|
class="us_r titlePageSprite absmiddle"></span>
|
2259
2268
|
|
2260
2269
|
Crime
|
@@ -2271,10 +2280,10 @@ Philip Seymour Hoffman</span></div>
|
|
2271
2280
|
|
2272
2281
|
|
2273
2282
|
|
2274
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2275
|
-
title="Users rated this 7.
|
2283
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0101507|imdb|7.8|7.8|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2284
|
+
title="Users rated this 7.8/10 (74,563 votes) - click stars to rate" >
|
2276
2285
|
<span class="rating-bg"> </span>
|
2277
|
-
<span class="rating-imdb " style="width:
|
2286
|
+
<span class="rating-imdb " style="width: 109.2px"> </span>
|
2278
2287
|
<span class="rating-stars">
|
2279
2288
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2280
2289
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2287,13 +2296,13 @@ title="Users rated this 7.9/10 (59,364 votes) - click stars to rate" >
|
|
2287
2296
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2288
2297
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2289
2298
|
</span>
|
2290
|
-
<span class="rating-rating "><span class="value">7.
|
2291
|
-
<span class="rating-cancel "><a href="/title/
|
2299
|
+
<span class="rating-rating "><span class="value">7.8</span><span class="grey">/</span><span class="grey">10</span></span>
|
2300
|
+
<span class="rating-cancel "><a href="/title/tt0101507/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2292
2301
|
</div>
|
2293
2302
|
|
2294
2303
|
<div class="rec-outline">
|
2295
2304
|
<p>
|
2296
|
-
|
2305
|
+
Saga of a group of childhood friends growing up in a Los Angeles ghetto. </p>
|
2297
2306
|
</div>
|
2298
2307
|
|
2299
2308
|
</div>
|
@@ -2304,12 +2313,12 @@ A young Arab man is sent to a French prison where he becomes a mafia kingpin.
|
|
2304
2313
|
<div class="rec-jaw-teeth"></div>
|
2305
2314
|
<div class="rec-director rec-ellipsis">
|
2306
2315
|
<b>Director:</b>
|
2307
|
-
|
2316
|
+
John Singleton </div>
|
2308
2317
|
<div class="rec-actor rec-ellipsis"> <span>
|
2309
2318
|
<b>Stars:</b>
|
2310
|
-
|
2311
|
-
|
2312
|
-
|
2319
|
+
Cuba Gooding Jr.,
|
2320
|
+
Laurence Fishburne,
|
2321
|
+
Hudhail Al-Amir</span></div>
|
2313
2322
|
</div>
|
2314
2323
|
|
2315
2324
|
</div>
|
@@ -2318,10 +2327,11 @@ Adel Bencherif</span></div>
|
|
2318
2327
|
</div>
|
2319
2328
|
|
2320
2329
|
|
2321
|
-
<div class="rec_overview" data-tconst="
|
2330
|
+
<div class="rec_overview" data-tconst="tt1235166">
|
2331
|
+
|
2322
2332
|
|
2323
2333
|
|
2324
|
-
<div class="rec_poster" data-info="
|
2334
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt1235166">
|
2325
2335
|
<div class="rec_overlay">
|
2326
2336
|
<div class="rec_filter"></div>
|
2327
2337
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2329,7 +2339,7 @@ Adel Bencherif</span></div>
|
|
2329
2339
|
<div class="glyph rec_rating_glyph"></div>
|
2330
2340
|
<div class="glyph rec_pending_glyph"></div>
|
2331
2341
|
</div>
|
2332
|
-
<a href="/title/
|
2342
|
+
<a href="/title/tt1235166/?ref_=tt_rec_tti" ><img height="190" width="128" alt="A Prophet" title="A Prophet"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTUyMjQ1MTY5OV5BMl5BanBnXkFtZTcwNzY5NjExMw@@._V1_SY190_CR3,0,128,190_AL_.jpg" /> <br/>
|
2333
2343
|
</a> </div>
|
2334
2344
|
|
2335
2345
|
|
@@ -2338,7 +2348,7 @@ Adel Bencherif</span></div>
|
|
2338
2348
|
<div class="rec_action_divider">
|
2339
2349
|
<div class="wlb_classic_wrapper">
|
2340
2350
|
<span class="wlb_wrapper">
|
2341
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2351
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt1235166" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2342
2352
|
</span>
|
2343
2353
|
</div>
|
2344
2354
|
</div>
|
@@ -2350,7 +2360,8 @@ Adel Bencherif</span></div>
|
|
2350
2360
|
<span class="btn2_text">Next »</span>
|
2351
2361
|
</a>
|
2352
2362
|
</span>
|
2353
|
-
</div>
|
2363
|
+
</div>
|
2364
|
+
|
2354
2365
|
<input type="hidden" name="49e6c" value="da29">
|
2355
2366
|
</div>
|
2356
2367
|
|
@@ -2360,8 +2371,8 @@ Adel Bencherif</span></div>
|
|
2360
2371
|
<div class="rec-jaw-upper">
|
2361
2372
|
|
2362
2373
|
<div class="rec-title">
|
2363
|
-
<a href="/title/
|
2364
|
-
<span class="nobr">(
|
2374
|
+
<a href="/title/tt1235166/?ref_=tt_rec_tt" ><b>A Prophet</b></a>
|
2375
|
+
<span class="nobr">(2009)</span>
|
2365
2376
|
</div>
|
2366
2377
|
|
2367
2378
|
|
@@ -2372,7 +2383,7 @@ Adel Bencherif</span></div>
|
|
2372
2383
|
|
2373
2384
|
|
2374
2385
|
|
2375
|
-
<span title="Ratings certificate for
|
2386
|
+
<span title="Ratings certificate for A Prophet (2009)"
|
2376
2387
|
class="us_r titlePageSprite absmiddle"></span>
|
2377
2388
|
|
2378
2389
|
Crime
|
@@ -2389,10 +2400,10 @@ Adel Bencherif</span></div>
|
|
2389
2400
|
|
2390
2401
|
|
2391
2402
|
|
2392
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2393
|
-
title="Users rated this 9
|
2403
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1235166|imdb|7.9|7.9|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2404
|
+
title="Users rated this 7.9/10 (65,672 votes) - click stars to rate" >
|
2394
2405
|
<span class="rating-bg"> </span>
|
2395
|
-
<span class="rating-imdb " style="width:
|
2406
|
+
<span class="rating-imdb " style="width: 110.6px"> </span>
|
2396
2407
|
<span class="rating-stars">
|
2397
2408
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2398
2409
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2405,13 +2416,13 @@ title="Users rated this 9.3/10 (1,105,514 votes) - click stars to rate" >
|
|
2405
2416
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2406
2417
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2407
2418
|
</span>
|
2408
|
-
<span class="rating-rating "><span class="value">9
|
2409
|
-
<span class="rating-cancel "><a href="/title/
|
2419
|
+
<span class="rating-rating "><span class="value">7.9</span><span class="grey">/</span><span class="grey">10</span></span>
|
2420
|
+
<span class="rating-cancel "><a href="/title/tt1235166/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2410
2421
|
</div>
|
2411
2422
|
|
2412
2423
|
<div class="rec-outline">
|
2413
2424
|
<p>
|
2414
|
-
|
2425
|
+
A young Arab man is sent to a French prison where he becomes a mafia kingpin. </p>
|
2415
2426
|
</div>
|
2416
2427
|
|
2417
2428
|
</div>
|
@@ -2422,12 +2433,12 @@ Two imprisoned men bond over a number of years, finding solace and eventual rede
|
|
2422
2433
|
<div class="rec-jaw-teeth"></div>
|
2423
2434
|
<div class="rec-director rec-ellipsis">
|
2424
2435
|
<b>Director:</b>
|
2425
|
-
|
2436
|
+
Jacques Audiard </div>
|
2426
2437
|
<div class="rec-actor rec-ellipsis"> <span>
|
2427
2438
|
<b>Stars:</b>
|
2428
|
-
|
2429
|
-
|
2430
|
-
|
2439
|
+
Tahar Rahim,
|
2440
|
+
Niels Arestrup,
|
2441
|
+
Adel Bencherif</span></div>
|
2431
2442
|
</div>
|
2432
2443
|
|
2433
2444
|
</div>
|
@@ -2436,10 +2447,11 @@ Bob Gunton</span></div>
|
|
2436
2447
|
</div>
|
2437
2448
|
|
2438
2449
|
|
2439
|
-
<div class="rec_overview" data-tconst="
|
2450
|
+
<div class="rec_overview" data-tconst="tt0993846">
|
2451
|
+
|
2440
2452
|
|
2441
2453
|
|
2442
|
-
<div class="rec_poster" data-info="
|
2454
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0993846">
|
2443
2455
|
<div class="rec_overlay">
|
2444
2456
|
<div class="rec_filter"></div>
|
2445
2457
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2447,7 +2459,7 @@ Bob Gunton</span></div>
|
|
2447
2459
|
<div class="glyph rec_rating_glyph"></div>
|
2448
2460
|
<div class="glyph rec_pending_glyph"></div>
|
2449
2461
|
</div>
|
2450
|
-
<a href="/title/
|
2462
|
+
<a href="/title/tt0993846/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Wolf of Wall Street" title="The Wolf of Wall Street"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjIxMjgxNTk0MF5BMl5BanBnXkFtZTgwNjIyOTg2MDE@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
2451
2463
|
</a> </div>
|
2452
2464
|
|
2453
2465
|
|
@@ -2456,7 +2468,7 @@ Bob Gunton</span></div>
|
|
2456
2468
|
<div class="rec_action_divider">
|
2457
2469
|
<div class="wlb_classic_wrapper">
|
2458
2470
|
<span class="wlb_wrapper">
|
2459
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2471
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0993846" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2460
2472
|
</span>
|
2461
2473
|
</div>
|
2462
2474
|
</div>
|
@@ -2468,7 +2480,8 @@ Bob Gunton</span></div>
|
|
2468
2480
|
<span class="btn2_text">Next »</span>
|
2469
2481
|
</a>
|
2470
2482
|
</span>
|
2471
|
-
</div>
|
2483
|
+
</div>
|
2484
|
+
|
2472
2485
|
<input type="hidden" name="49e6c" value="da29">
|
2473
2486
|
</div>
|
2474
2487
|
|
@@ -2478,8 +2491,8 @@ Bob Gunton</span></div>
|
|
2478
2491
|
<div class="rec-jaw-upper">
|
2479
2492
|
|
2480
2493
|
<div class="rec-title">
|
2481
|
-
<a href="/title/
|
2482
|
-
<span class="nobr">(
|
2494
|
+
<a href="/title/tt0993846/?ref_=tt_rec_tt" ><b>The Wolf of Wall Street</b></a>
|
2495
|
+
<span class="nobr">(2013)</span>
|
2483
2496
|
</div>
|
2484
2497
|
|
2485
2498
|
|
@@ -2490,13 +2503,14 @@ Bob Gunton</span></div>
|
|
2490
2503
|
|
2491
2504
|
|
2492
2505
|
|
2493
|
-
<span title="Ratings certificate for
|
2506
|
+
<span title="Ratings certificate for The Wolf of Wall Street (2013)"
|
2494
2507
|
class="us_r titlePageSprite absmiddle"></span>
|
2495
2508
|
|
2496
|
-
|
2509
|
+
Biography
|
2497
2510
|
<span class="ghost">|</span>
|
2498
|
-
|
2499
|
-
|
2511
|
+
Comedy
|
2512
|
+
<span class="ghost">|</span>
|
2513
|
+
Crime
|
2500
2514
|
|
2501
2515
|
|
2502
2516
|
</div>
|
@@ -2507,10 +2521,10 @@ Bob Gunton</span></div>
|
|
2507
2521
|
|
2508
2522
|
|
2509
2523
|
|
2510
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2511
|
-
title="Users rated this 8.
|
2524
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0993846|imdb|8.3|8.3|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2525
|
+
title="Users rated this 8.3/10 (380,683 votes) - click stars to rate" >
|
2512
2526
|
<span class="rating-bg"> </span>
|
2513
|
-
<span class="rating-imdb " style="width:
|
2527
|
+
<span class="rating-imdb " style="width: 116.2px"> </span>
|
2514
2528
|
<span class="rating-stars">
|
2515
2529
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2516
2530
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2523,13 +2537,13 @@ title="Users rated this 8.1/10 (130,194 votes) - click stars to rate" >
|
|
2523
2537
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2524
2538
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2525
2539
|
</span>
|
2526
|
-
<span class="rating-rating "><span class="value">8.
|
2527
|
-
<span class="rating-cancel "><a href="/title/
|
2540
|
+
<span class="rating-rating "><span class="value">8.3</span><span class="grey">/</span><span class="grey">10</span></span>
|
2541
|
+
<span class="rating-cancel "><a href="/title/tt0993846/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2528
2542
|
</div>
|
2529
2543
|
|
2530
2544
|
<div class="rec-outline">
|
2531
2545
|
<p>
|
2532
|
-
|
2546
|
+
Based on the true story of Jordan Belfort, from his rise to a wealthy stock-broker living the high life to his fall involving crime, corruption and the federal government. </p>
|
2533
2547
|
</div>
|
2534
2548
|
|
2535
2549
|
</div>
|
@@ -2540,12 +2554,12 @@ A man robs a bank to pay for his lover's operation; it turns into a hostage situ
|
|
2540
2554
|
<div class="rec-jaw-teeth"></div>
|
2541
2555
|
<div class="rec-director rec-ellipsis">
|
2542
2556
|
<b>Director:</b>
|
2543
|
-
|
2557
|
+
Martin Scorsese </div>
|
2544
2558
|
<div class="rec-actor rec-ellipsis"> <span>
|
2545
2559
|
<b>Stars:</b>
|
2546
|
-
|
2547
|
-
|
2548
|
-
|
2560
|
+
Leonardo DiCaprio,
|
2561
|
+
Jonah Hill,
|
2562
|
+
Margot Robbie</span></div>
|
2549
2563
|
</div>
|
2550
2564
|
|
2551
2565
|
</div>
|
@@ -2554,10 +2568,11 @@ Penelope Allen</span></div>
|
|
2554
2568
|
</div>
|
2555
2569
|
|
2556
2570
|
|
2557
|
-
<div class="rec_overview" data-tconst="
|
2571
|
+
<div class="rec_overview" data-tconst="tt0307901">
|
2572
|
+
|
2558
2573
|
|
2559
2574
|
|
2560
|
-
<div class="rec_poster" data-info="
|
2575
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0307901">
|
2561
2576
|
<div class="rec_overlay">
|
2562
2577
|
<div class="rec_filter"></div>
|
2563
2578
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2565,7 +2580,7 @@ Penelope Allen</span></div>
|
|
2565
2580
|
<div class="glyph rec_rating_glyph"></div>
|
2566
2581
|
<div class="glyph rec_pending_glyph"></div>
|
2567
2582
|
</div>
|
2568
|
-
<a href="/title/
|
2583
|
+
<a href="/title/tt0307901/?ref_=tt_rec_tti" ><img height="190" width="128" alt="25th Hour" title="25th Hour"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTUxNDEyNjE4OF5BMl5BanBnXkFtZTYwNTMyNjU3._V1_SX128_CR0,0,128,190_AL_.jpg" /> <br/>
|
2569
2584
|
</a> </div>
|
2570
2585
|
|
2571
2586
|
|
@@ -2574,7 +2589,7 @@ Penelope Allen</span></div>
|
|
2574
2589
|
<div class="rec_action_divider">
|
2575
2590
|
<div class="wlb_classic_wrapper">
|
2576
2591
|
<span class="wlb_wrapper">
|
2577
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2592
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0307901" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2578
2593
|
</span>
|
2579
2594
|
</div>
|
2580
2595
|
</div>
|
@@ -2586,7 +2601,8 @@ Penelope Allen</span></div>
|
|
2586
2601
|
<span class="btn2_text">Next »</span>
|
2587
2602
|
</a>
|
2588
2603
|
</span>
|
2589
|
-
</div>
|
2604
|
+
</div>
|
2605
|
+
|
2590
2606
|
<input type="hidden" name="49e6c" value="da29">
|
2591
2607
|
</div>
|
2592
2608
|
|
@@ -2596,8 +2612,8 @@ Penelope Allen</span></div>
|
|
2596
2612
|
<div class="rec-jaw-upper">
|
2597
2613
|
|
2598
2614
|
<div class="rec-title">
|
2599
|
-
<a href="/title/
|
2600
|
-
<span class="nobr">(
|
2615
|
+
<a href="/title/tt0307901/?ref_=tt_rec_tt" ><b>25th Hour</b></a>
|
2616
|
+
<span class="nobr">(2002)</span>
|
2601
2617
|
</div>
|
2602
2618
|
|
2603
2619
|
|
@@ -2608,7 +2624,7 @@ Penelope Allen</span></div>
|
|
2608
2624
|
|
2609
2625
|
|
2610
2626
|
|
2611
|
-
<span title="Ratings certificate for
|
2627
|
+
<span title="Ratings certificate for 25th Hour (2002)"
|
2612
2628
|
class="us_r titlePageSprite absmiddle"></span>
|
2613
2629
|
|
2614
2630
|
Crime
|
@@ -2625,8 +2641,8 @@ Penelope Allen</span></div>
|
|
2625
2641
|
|
2626
2642
|
|
2627
2643
|
|
2628
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2629
|
-
title="Users rated this 7.7/10 (
|
2644
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0307901|imdb|7.7|7.7|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2645
|
+
title="Users rated this 7.7/10 (131,288 votes) - click stars to rate" >
|
2630
2646
|
<span class="rating-bg"> </span>
|
2631
2647
|
<span class="rating-imdb " style="width: 107.8px"> </span>
|
2632
2648
|
<span class="rating-stars">
|
@@ -2642,12 +2658,12 @@ title="Users rated this 7.7/10 (73,583 votes) - click stars to rate" >
|
|
2642
2658
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2643
2659
|
</span>
|
2644
2660
|
<span class="rating-rating "><span class="value">7.7</span><span class="grey">/</span><span class="grey">10</span></span>
|
2645
|
-
<span class="rating-cancel "><a href="/title/
|
2661
|
+
<span class="rating-cancel "><a href="/title/tt0307901/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2646
2662
|
</div>
|
2647
2663
|
|
2648
2664
|
<div class="rec-outline">
|
2649
2665
|
<p>
|
2650
|
-
|
2666
|
+
Cornered by the DEA, convicted New York drug dealer Montgomery Brogan reevaluates his life in the 24 remaining hours before facing a seven-year jail term. </p>
|
2651
2667
|
</div>
|
2652
2668
|
|
2653
2669
|
</div>
|
@@ -2658,12 +2674,12 @@ A father becomes worried when a local gangster befriends his son in the Bronx in
|
|
2658
2674
|
<div class="rec-jaw-teeth"></div>
|
2659
2675
|
<div class="rec-director rec-ellipsis">
|
2660
2676
|
<b>Director:</b>
|
2661
|
-
|
2677
|
+
Spike Lee </div>
|
2662
2678
|
<div class="rec-actor rec-ellipsis"> <span>
|
2663
2679
|
<b>Stars:</b>
|
2664
|
-
|
2665
|
-
|
2666
|
-
|
2680
|
+
Edward Norton,
|
2681
|
+
Barry Pepper,
|
2682
|
+
Philip Seymour Hoffman</span></div>
|
2667
2683
|
</div>
|
2668
2684
|
|
2669
2685
|
</div>
|
@@ -2672,10 +2688,11 @@ Lillo Brancato</span></div>
|
|
2672
2688
|
</div>
|
2673
2689
|
|
2674
2690
|
|
2675
|
-
<div class="rec_overview" data-tconst="
|
2691
|
+
<div class="rec_overview" data-tconst="tt0106489">
|
2676
2692
|
|
2677
2693
|
|
2678
|
-
|
2694
|
+
|
2695
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0106489">
|
2679
2696
|
<div class="rec_overlay">
|
2680
2697
|
<div class="rec_filter"></div>
|
2681
2698
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2683,7 +2700,7 @@ Lillo Brancato</span></div>
|
|
2683
2700
|
<div class="glyph rec_rating_glyph"></div>
|
2684
2701
|
<div class="glyph rec_pending_glyph"></div>
|
2685
2702
|
</div>
|
2686
|
-
<a href="/title/
|
2703
|
+
<a href="/title/tt0106489/?ref_=tt_rec_tti" ><img height="190" width="128" alt="A Bronx Tale" title="A Bronx Tale"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTg2MTg5MTY0M15BMl5BanBnXkFtZTgwMjA5MDgxMTE@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
2687
2704
|
</a> </div>
|
2688
2705
|
|
2689
2706
|
|
@@ -2692,7 +2709,7 @@ Lillo Brancato</span></div>
|
|
2692
2709
|
<div class="rec_action_divider">
|
2693
2710
|
<div class="wlb_classic_wrapper">
|
2694
2711
|
<span class="wlb_wrapper">
|
2695
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2712
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0106489" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2696
2713
|
</span>
|
2697
2714
|
</div>
|
2698
2715
|
</div>
|
@@ -2704,7 +2721,8 @@ Lillo Brancato</span></div>
|
|
2704
2721
|
<span class="btn2_text">Next »</span>
|
2705
2722
|
</a>
|
2706
2723
|
</span>
|
2707
|
-
</div>
|
2724
|
+
</div>
|
2725
|
+
|
2708
2726
|
<input type="hidden" name="49e6c" value="da29">
|
2709
2727
|
</div>
|
2710
2728
|
|
@@ -2714,8 +2732,8 @@ Lillo Brancato</span></div>
|
|
2714
2732
|
<div class="rec-jaw-upper">
|
2715
2733
|
|
2716
2734
|
<div class="rec-title">
|
2717
|
-
<a href="/title/
|
2718
|
-
<span class="nobr">(
|
2735
|
+
<a href="/title/tt0106489/?ref_=tt_rec_tt" ><b>A Bronx Tale</b></a>
|
2736
|
+
<span class="nobr">(1993)</span>
|
2719
2737
|
</div>
|
2720
2738
|
|
2721
2739
|
|
@@ -2726,7 +2744,7 @@ Lillo Brancato</span></div>
|
|
2726
2744
|
|
2727
2745
|
|
2728
2746
|
|
2729
|
-
<span title="Ratings certificate for
|
2747
|
+
<span title="Ratings certificate for A Bronx Tale (1993)"
|
2730
2748
|
class="us_r titlePageSprite absmiddle"></span>
|
2731
2749
|
|
2732
2750
|
Crime
|
@@ -2743,10 +2761,10 @@ Lillo Brancato</span></div>
|
|
2743
2761
|
|
2744
2762
|
|
2745
2763
|
|
2746
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2747
|
-
title="Users rated this 7.
|
2764
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0106489|imdb|7.8|7.8|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2765
|
+
title="Users rated this 7.8/10 (81,533 votes) - click stars to rate" >
|
2748
2766
|
<span class="rating-bg"> </span>
|
2749
|
-
<span class="rating-imdb " style="width:
|
2767
|
+
<span class="rating-imdb " style="width: 109.2px"> </span>
|
2750
2768
|
<span class="rating-stars">
|
2751
2769
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2752
2770
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2759,13 +2777,13 @@ title="Users rated this 7.3/10 (96,121 votes) - click stars to rate" >
|
|
2759
2777
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2760
2778
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2761
2779
|
</span>
|
2762
|
-
<span class="rating-rating "><span class="value">7.
|
2763
|
-
<span class="rating-cancel "><a href="/title/
|
2780
|
+
<span class="rating-rating "><span class="value">7.8</span><span class="grey">/</span><span class="grey">10</span></span>
|
2781
|
+
<span class="rating-cancel "><a href="/title/tt0106489/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2764
2782
|
</div>
|
2765
2783
|
|
2766
2784
|
<div class="rec-outline">
|
2767
2785
|
<p>
|
2768
|
-
A
|
2786
|
+
A father becomes worried when a local gangster befriends his son in the Bronx in the 1960s. </p>
|
2769
2787
|
</div>
|
2770
2788
|
|
2771
2789
|
</div>
|
@@ -2776,12 +2794,12 @@ A young man is a reformed gambler who must return to playing big stakes poker to
|
|
2776
2794
|
<div class="rec-jaw-teeth"></div>
|
2777
2795
|
<div class="rec-director rec-ellipsis">
|
2778
2796
|
<b>Director:</b>
|
2779
|
-
|
2797
|
+
Robert De Niro </div>
|
2780
2798
|
<div class="rec-actor rec-ellipsis"> <span>
|
2781
2799
|
<b>Stars:</b>
|
2782
|
-
|
2783
|
-
|
2784
|
-
|
2800
|
+
Robert De Niro,
|
2801
|
+
Chazz Palminteri,
|
2802
|
+
Lillo Brancato</span></div>
|
2785
2803
|
</div>
|
2786
2804
|
|
2787
2805
|
</div>
|
@@ -2790,10 +2808,11 @@ Gretchen Mol</span></div>
|
|
2790
2808
|
</div>
|
2791
2809
|
|
2792
2810
|
|
2793
|
-
<div class="rec_overview" data-tconst="
|
2811
|
+
<div class="rec_overview" data-tconst="tt0072890">
|
2812
|
+
|
2794
2813
|
|
2795
2814
|
|
2796
|
-
<div class="rec_poster" data-info="
|
2815
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0317248" data-tconst="tt0072890">
|
2797
2816
|
<div class="rec_overlay">
|
2798
2817
|
<div class="rec_filter"></div>
|
2799
2818
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2801,7 +2820,7 @@ Gretchen Mol</span></div>
|
|
2801
2820
|
<div class="glyph rec_rating_glyph"></div>
|
2802
2821
|
<div class="glyph rec_pending_glyph"></div>
|
2803
2822
|
</div>
|
2804
|
-
<a href="/title/
|
2823
|
+
<a href="/title/tt0072890/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Dog Day Afternoon" title="Dog Day Afternoon"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB379391879_.png"class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTQyNjQ5NjczM15BMl5BanBnXkFtZTYwNDA4MTk4._V1_SY190_CR1,0,128,190_AL_.jpg" /> <br/>
|
2805
2824
|
</a> </div>
|
2806
2825
|
|
2807
2826
|
|
@@ -2810,7 +2829,7 @@ Gretchen Mol</span></div>
|
|
2810
2829
|
<div class="rec_action_divider">
|
2811
2830
|
<div class="wlb_classic_wrapper">
|
2812
2831
|
<span class="wlb_wrapper">
|
2813
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2832
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt0072890" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2814
2833
|
</span>
|
2815
2834
|
</div>
|
2816
2835
|
</div>
|
@@ -2822,7 +2841,8 @@ Gretchen Mol</span></div>
|
|
2822
2841
|
<span class="btn2_text">Next »</span>
|
2823
2842
|
</a>
|
2824
2843
|
</span>
|
2825
|
-
</div>
|
2844
|
+
</div>
|
2845
|
+
|
2826
2846
|
<input type="hidden" name="49e6c" value="da29">
|
2827
2847
|
</div>
|
2828
2848
|
|
@@ -2832,8 +2852,8 @@ Gretchen Mol</span></div>
|
|
2832
2852
|
<div class="rec-jaw-upper">
|
2833
2853
|
|
2834
2854
|
<div class="rec-title">
|
2835
|
-
<a href="/title/
|
2836
|
-
<span class="nobr">(
|
2855
|
+
<a href="/title/tt0072890/?ref_=tt_rec_tt" ><b>Dog Day Afternoon</b></a>
|
2856
|
+
<span class="nobr">(1975)</span>
|
2837
2857
|
</div>
|
2838
2858
|
|
2839
2859
|
|
@@ -2844,7 +2864,7 @@ Gretchen Mol</span></div>
|
|
2844
2864
|
|
2845
2865
|
|
2846
2866
|
|
2847
|
-
<span title="Ratings certificate for
|
2867
|
+
<span title="Ratings certificate for Dog Day Afternoon (1975)"
|
2848
2868
|
class="us_r titlePageSprite absmiddle"></span>
|
2849
2869
|
|
2850
2870
|
Crime
|
@@ -2861,10 +2881,10 @@ Gretchen Mol</span></div>
|
|
2861
2881
|
|
2862
2882
|
|
2863
2883
|
|
2864
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2865
|
-
title="Users rated this
|
2884
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0072890|imdb|8.1|8.1|p13nsims-title|tt0317248|title|main" data-ga-identifier=""
|
2885
|
+
title="Users rated this 8.1/10 (142,406 votes) - click stars to rate" >
|
2866
2886
|
<span class="rating-bg"> </span>
|
2867
|
-
<span class="rating-imdb " style="width:
|
2887
|
+
<span class="rating-imdb " style="width: 113.4px"> </span>
|
2868
2888
|
<span class="rating-stars">
|
2869
2889
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2870
2890
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2877,13 +2897,13 @@ title="Users rated this 7.4/10 (29,952 votes) - click stars to rate" >
|
|
2877
2897
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2878
2898
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2879
2899
|
</span>
|
2880
|
-
<span class="rating-rating "><span class="value">
|
2881
|
-
<span class="rating-cancel "><a href="/title/
|
2900
|
+
<span class="rating-rating "><span class="value">8.1</span><span class="grey">/</span><span class="grey">10</span></span>
|
2901
|
+
<span class="rating-cancel "><a href="/title/tt0072890/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2882
2902
|
</div>
|
2883
2903
|
|
2884
2904
|
<div class="rec-outline">
|
2885
2905
|
<p>
|
2886
|
-
A
|
2906
|
+
A man robs a bank to pay for his lover's operation; it turns into a hostage situation and a media circus. </p>
|
2887
2907
|
</div>
|
2888
2908
|
|
2889
2909
|
</div>
|
@@ -2893,14 +2913,13 @@ A young street hustler attempts to escape the rigors and temptations of the ghet
|
|
2893
2913
|
<div class="rec-jaw-lower">
|
2894
2914
|
<div class="rec-jaw-teeth"></div>
|
2895
2915
|
<div class="rec-director rec-ellipsis">
|
2896
|
-
<b>
|
2897
|
-
|
2898
|
-
Allen Hughes </div>
|
2916
|
+
<b>Director:</b>
|
2917
|
+
Sidney Lumet </div>
|
2899
2918
|
<div class="rec-actor rec-ellipsis"> <span>
|
2900
2919
|
<b>Stars:</b>
|
2901
|
-
|
2902
|
-
|
2903
|
-
|
2920
|
+
Al Pacino,
|
2921
|
+
John Cazale,
|
2922
|
+
Penelope Allen</span></div>
|
2904
2923
|
</div>
|
2905
2924
|
|
2906
2925
|
</div>
|
@@ -2934,7 +2953,7 @@ June Kyoto Lu</span></div>
|
|
2934
2953
|
<tr><td colspan="4" class="castlist_label">Cast overview, first billed only:</td></tr>
|
2935
2954
|
<tr class="odd">
|
2936
2955
|
<td class="primary_photo">
|
2937
|
-
<a href="/name/nm1179105/?ref_=tt_cl_i1" ><img height="44" width="32" alt="Alexandre Rodrigues" title="Alexandre Rodrigues"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
2956
|
+
<a href="/name/nm1179105/?ref_=tt_cl_i1" ><img height="44" width="32" alt="Alexandre Rodrigues" title="Alexandre Rodrigues"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTc5MzkzNzk5MV5BMl5BanBnXkFtZTcwMjc4MTE5Ng@@._V1_SY44_CR23,0,32,44_AL_.jpg" /></a> </td>
|
2938
2957
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
2939
2958
|
<a href="/name/nm1179105/?ref_=tt_cl_t1" itemprop='url'> <span class="itemprop" itemprop="name">Alexandre Rodrigues</span>
|
2940
2959
|
</a> </td>
|
@@ -2950,7 +2969,7 @@ June Kyoto Lu</span></div>
|
|
2950
2969
|
</tr>
|
2951
2970
|
<tr class="even">
|
2952
2971
|
<td class="primary_photo">
|
2953
|
-
<a href="/name/nm1129884/?ref_=tt_cl_i2" ><img height="44" width="32" alt="Leandro Firmino" title="Leandro Firmino"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
2972
|
+
<a href="/name/nm1129884/?ref_=tt_cl_i2" ><img height="44" width="32" alt="Leandro Firmino" title="Leandro Firmino"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
2954
2973
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
2955
2974
|
<a href="/name/nm1129884/?ref_=tt_cl_t2" itemprop='url'> <span class="itemprop" itemprop="name">Leandro Firmino</span>
|
2956
2975
|
</a> </td>
|
@@ -2970,7 +2989,7 @@ June Kyoto Lu</span></div>
|
|
2970
2989
|
</tr>
|
2971
2990
|
<tr class="odd">
|
2972
2991
|
<td class="primary_photo">
|
2973
|
-
<a href="/name/nm1249574/?ref_=tt_cl_i3" ><img height="44" width="32" alt="Phellipe Haagensen" title="Phellipe Haagensen"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
2992
|
+
<a href="/name/nm1249574/?ref_=tt_cl_i3" ><img height="44" width="32" alt="Phellipe Haagensen" title="Phellipe Haagensen"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
2974
2993
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
2975
2994
|
<a href="/name/nm1249574/?ref_=tt_cl_t3" itemprop='url'> <span class="itemprop" itemprop="name">Phellipe Haagensen</span>
|
2976
2995
|
</a> </td>
|
@@ -2986,7 +3005,7 @@ June Kyoto Lu</span></div>
|
|
2986
3005
|
</tr>
|
2987
3006
|
<tr class="even">
|
2988
3007
|
<td class="primary_photo">
|
2989
|
-
<a href="/name/nm1179683/?ref_=tt_cl_i4" ><img height="44" width="32" alt="Douglas Silva" title="Douglas Silva"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3008
|
+
<a href="/name/nm1179683/?ref_=tt_cl_i4" ><img height="44" width="32" alt="Douglas Silva" title="Douglas Silva"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
2990
3009
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
2991
3010
|
<a href="/name/nm1179683/?ref_=tt_cl_t4" itemprop='url'> <span class="itemprop" itemprop="name">Douglas Silva</span>
|
2992
3011
|
</a> </td>
|
@@ -3002,7 +3021,7 @@ June Kyoto Lu</span></div>
|
|
3002
3021
|
</tr>
|
3003
3022
|
<tr class="odd">
|
3004
3023
|
<td class="primary_photo">
|
3005
|
-
<a href="/name/nm1178560/?ref_=tt_cl_i5" ><img height="44" width="32" alt="Jonathan Haagensen" title="Jonathan Haagensen"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3024
|
+
<a href="/name/nm1178560/?ref_=tt_cl_i5" ><img height="44" width="32" alt="Jonathan Haagensen" title="Jonathan Haagensen"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3006
3025
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3007
3026
|
<a href="/name/nm1178560/?ref_=tt_cl_t5" itemprop='url'> <span class="itemprop" itemprop="name">Jonathan Haagensen</span>
|
3008
3027
|
</a> </td>
|
@@ -3018,7 +3037,7 @@ June Kyoto Lu</span></div>
|
|
3018
3037
|
</tr>
|
3019
3038
|
<tr class="even">
|
3020
3039
|
<td class="primary_photo">
|
3021
|
-
<a href="/name/nm0618690/?ref_=tt_cl_i6" ><img height="44" width="32" alt="Matheus Nachtergaele" title="Matheus Nachtergaele"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3040
|
+
<a href="/name/nm0618690/?ref_=tt_cl_i6" ><img height="44" width="32" alt="Matheus Nachtergaele" title="Matheus Nachtergaele"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3022
3041
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3023
3042
|
<a href="/name/nm0618690/?ref_=tt_cl_t6" itemprop='url'> <span class="itemprop" itemprop="name">Matheus Nachtergaele</span>
|
3024
3043
|
</a> </td>
|
@@ -3034,7 +3053,7 @@ June Kyoto Lu</span></div>
|
|
3034
3053
|
</tr>
|
3035
3054
|
<tr class="odd">
|
3036
3055
|
<td class="primary_photo">
|
3037
|
-
<a href="/name/nm1179580/?ref_=tt_cl_i7" ><img height="44" width="32" alt="Seu Jorge" title="Seu Jorge"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3056
|
+
<a href="/name/nm1179580/?ref_=tt_cl_i7" ><img height="44" width="32" alt="Seu Jorge" title="Seu Jorge"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTczOTc4NjkwMF5BMl5BanBnXkFtZTcwNjU2NzIwNw@@._V1_SY44_CR13,0,32,44_AL_.jpg" /></a> </td>
|
3038
3057
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3039
3058
|
<a href="/name/nm1179580/?ref_=tt_cl_t7" itemprop='url'> <span class="itemprop" itemprop="name">Seu Jorge</span>
|
3040
3059
|
</a> </td>
|
@@ -3050,7 +3069,7 @@ June Kyoto Lu</span></div>
|
|
3050
3069
|
</tr>
|
3051
3070
|
<tr class="even">
|
3052
3071
|
<td class="primary_photo">
|
3053
|
-
<a href="/name/nm1403603/?ref_=tt_cl_i8" ><img height="44" width="32" alt="Jefechander Suplino" title="Jefechander Suplino"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3072
|
+
<a href="/name/nm1403603/?ref_=tt_cl_i8" ><img height="44" width="32" alt="Jefechander Suplino" title="Jefechander Suplino"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3054
3073
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3055
3074
|
<a href="/name/nm1403603/?ref_=tt_cl_t8" itemprop='url'> <span class="itemprop" itemprop="name">Jefechander Suplino</span>
|
3056
3075
|
</a> </td>
|
@@ -3066,7 +3085,7 @@ June Kyoto Lu</span></div>
|
|
3066
3085
|
</tr>
|
3067
3086
|
<tr class="odd">
|
3068
3087
|
<td class="primary_photo">
|
3069
|
-
<a href="/name/nm0103797/?ref_=tt_cl_i9" ><img height="44" width="32" alt="Alice Braga" title="Alice Braga"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3088
|
+
<a href="/name/nm0103797/?ref_=tt_cl_i9" ><img height="44" width="32" alt="Alice Braga" title="Alice Braga"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTkxMjE2ODE3N15BMl5BanBnXkFtZTYwMTMxNTUz._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3070
3089
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3071
3090
|
<a href="/name/nm0103797/?ref_=tt_cl_t9" itemprop='url'> <span class="itemprop" itemprop="name">Alice Braga</span>
|
3072
3091
|
</a> </td>
|
@@ -3082,7 +3101,7 @@ June Kyoto Lu</span></div>
|
|
3082
3101
|
</tr>
|
3083
3102
|
<tr class="even">
|
3084
3103
|
<td class="primary_photo">
|
3085
|
-
<a href="/name/nm1248280/?ref_=tt_cl_i10" ><img height="44" width="32" alt="Emerson Gomes" title="Emerson Gomes"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3104
|
+
<a href="/name/nm1248280/?ref_=tt_cl_i10" ><img height="44" width="32" alt="Emerson Gomes" title="Emerson Gomes"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3086
3105
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3087
3106
|
<a href="/name/nm1248280/?ref_=tt_cl_t10" itemprop='url'> <span class="itemprop" itemprop="name">Emerson Gomes</span>
|
3088
3107
|
</a> </td>
|
@@ -3098,7 +3117,7 @@ June Kyoto Lu</span></div>
|
|
3098
3117
|
</tr>
|
3099
3118
|
<tr class="odd">
|
3100
3119
|
<td class="primary_photo">
|
3101
|
-
<a href="/name/nm0646663/?ref_=tt_cl_i11" ><img height="44" width="32" alt="Edson Oliveira" title="Edson Oliveira"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3120
|
+
<a href="/name/nm0646663/?ref_=tt_cl_i11" ><img height="44" width="32" alt="Edson Oliveira" title="Edson Oliveira"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3102
3121
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3103
3122
|
<a href="/name/nm0646663/?ref_=tt_cl_t11" itemprop='url'> <span class="itemprop" itemprop="name">Edson Oliveira</span>
|
3104
3123
|
</a> </td>
|
@@ -3114,7 +3133,7 @@ June Kyoto Lu</span></div>
|
|
3114
3133
|
</tr>
|
3115
3134
|
<tr class="even">
|
3116
3135
|
<td class="primary_photo">
|
3117
|
-
<a href="/name/nm1249471/?ref_=tt_cl_i12" ><img height="44" width="32" alt="Michel de Souza" title="Michel de Souza"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3136
|
+
<a href="/name/nm1249471/?ref_=tt_cl_i12" ><img height="44" width="32" alt="Michel de Souza" title="Michel de Souza"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3118
3137
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3119
3138
|
<a href="/name/nm1249471/?ref_=tt_cl_t12" itemprop='url'> <span class="itemprop" itemprop="name">Michel de Souza</span>
|
3120
3139
|
</a> </td>
|
@@ -3134,7 +3153,7 @@ June Kyoto Lu</span></div>
|
|
3134
3153
|
</tr>
|
3135
3154
|
<tr class="odd">
|
3136
3155
|
<td class="primary_photo">
|
3137
|
-
<a href="/name/nm1368917/?ref_=tt_cl_i13" ><img height="44" width="32" alt="Roberta Rodrigues" title="Roberta Rodrigues"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3156
|
+
<a href="/name/nm1368917/?ref_=tt_cl_i13" ><img height="44" width="32" alt="Roberta Rodrigues" title="Roberta Rodrigues"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3138
3157
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3139
3158
|
<a href="/name/nm1368917/?ref_=tt_cl_t13" itemprop='url'> <span class="itemprop" itemprop="name">Roberta Rodrigues</span>
|
3140
3159
|
</a> </td>
|
@@ -3150,7 +3169,7 @@ June Kyoto Lu</span></div>
|
|
3150
3169
|
</tr>
|
3151
3170
|
<tr class="even">
|
3152
3171
|
<td class="primary_photo">
|
3153
|
-
<a href="/name/nm1404223/?ref_=tt_cl_i14" ><img height="44" width="32" alt="Luis Otávio" title="Luis Otávio"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3172
|
+
<a href="/name/nm1404223/?ref_=tt_cl_i14" ><img height="44" width="32" alt="Luis Otávio" title="Luis Otávio"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3154
3173
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3155
3174
|
<a href="/name/nm1404223/?ref_=tt_cl_t14" itemprop='url'> <span class="itemprop" itemprop="name">Luis Otávio</span>
|
3156
3175
|
</a> </td>
|
@@ -3166,7 +3185,7 @@ June Kyoto Lu</span></div>
|
|
3166
3185
|
</tr>
|
3167
3186
|
<tr class="odd">
|
3168
3187
|
<td class="primary_photo">
|
3169
|
-
<a href="/name/nm1323565/?ref_=tt_cl_i15" ><img height="44" width="32" alt="Maurício Marques" title="Maurício Marques"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3188
|
+
<a href="/name/nm1323565/?ref_=tt_cl_i15" ><img height="44" width="32" alt="Maurício Marques" title="Maurício Marques"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB379389446_.png" class="" /></a> </td>
|
3170
3189
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3171
3190
|
<a href="/name/nm1323565/?ref_=tt_cl_t15" itemprop='url'> <span class="itemprop" itemprop="name">Maurício Marques</span>
|
3172
3191
|
</a> </td>
|
@@ -3191,6 +3210,10 @@ June Kyoto Lu</span></div>
|
|
3191
3210
|
}
|
3192
3211
|
</script>
|
3193
3212
|
|
3213
|
+
|
3214
|
+
<!-- no content received for slot: maindetails_center_ad -->
|
3215
|
+
|
3216
|
+
|
3194
3217
|
<script>
|
3195
3218
|
if ('csm' in window) {
|
3196
3219
|
csm.measure('csm_TitleStorylineWidget_started');
|
@@ -3221,17 +3244,17 @@ Brazil, 1960's, City of God. The Tender Trio robs motels and gas trucks. Younger
|
|
3221
3244
|
<span>|</span>
|
3222
3245
|
<a href="/keyword/boy?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">boy</span></a>
|
3223
3246
|
<span>|</span>
|
3224
|
-
<a href="/keyword/slum?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">slum</span></a>
|
3225
|
-
<span>|</span>
|
3226
3247
|
<a href="/keyword/city-of-god?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">city of god</span></a>
|
3227
3248
|
<span>|</span>
|
3249
|
+
<a href="/keyword/slum?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">slum</span></a>
|
3250
|
+
<span>|</span>
|
3228
3251
|
<a href="/keyword/growing-up?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">growing up</span></a>
|
3229
3252
|
<span>|</span> <nobr><a href="/title/tt0317248/keywords?ref_=tt_stry_kw" >See more</a> »</nobr>
|
3230
3253
|
</div>
|
3231
3254
|
<hr />
|
3232
3255
|
<div class="txt-block">
|
3233
3256
|
<h4 class="inline">Taglines:</h4>
|
3234
|
-
If you run
|
3257
|
+
If you run, the beast will get you. If you stay, the beast will eat you <span class="see-more inline">
|
3235
3258
|
<a href="/title/tt0317248/taglines?ref_=tt_stry_tg" > See more</a> »
|
3236
3259
|
</span>
|
3237
3260
|
</div>
|
@@ -3279,14 +3302,10 @@ If you run it will get you. If you stay it will eat you. <span cl
|
|
3279
3302
|
<h2>Details</h2>
|
3280
3303
|
<div class="txt-block">
|
3281
3304
|
<h4 class="inline">Official Sites:</h4>
|
3282
|
-
|
3283
|
-
|
3284
|
-
<a rel="nofollow" href="/offsite/?page-action=offsite-lhp&token=BCYioH4nQ0ss27B9G9l%2FDFKvb1pag%2BILEVoe20AUS4t2o4koRIiFXin4gvjLRXuZEvymr0r4bQC4%0D%0AKrYj7Ru53zX3opdgDR4Fewq%2BYK%2Ffcw2QJCc5bLAjMehwz7Q%2FZ%2BnQzXunq25apHjaeVqPPWgI3YEP%0D%0A%2B732ab9vbkx7XUhL8iD7qpF7NyGJfjt3J%2Fg56%2BAR6cyZbRyyvDT%2FTMRL%2FIvOe%2B1aeQ%3D%3D%0D%0A" itemprop='url'>lighthouse pictures [Singapore] (English)</a>
|
3305
|
+
<a rel="nofollow" href="/offsite/?page-action=offsite-lhp&token=BCYj0-VINDlqk_g9w6emVK6NL2aGizJm1ZJ3zpd3EdSaiSqUpaePZsZ3l_sDSWpsT1GFfNyEolFO%0D%0ASW2Dt-u7c340V-0W-uuhcap3GeREJKISa83tV1NhQ17I568-ElnmdMl9rnl4eiCEvVWvhB5fqx4P%0D%0AwassHBo1-cH7fTkQ6qtMvzTRSXv1092WDQkhtxBFF6agwDtgZWXFfKkvp8AfrDqc3w%0D%0A" itemprop='url'>lighthouse pictures [Singapore] (English)</a>
|
3285
3306
|
<span class="ghost">|</span>
|
3286
3307
|
|
3287
|
-
|
3288
|
-
|
3289
|
-
<a rel="nofollow" href="/offsite/?page-action=offsite-lacitededieu&token=BCYlN33kMECXOEFHSZuN4hAYGClVMIi1a4HN7GuU9MDdI9F%2Fe1DqJX2M2kA4%2Bias1f7fxK5krD1b%0D%0ANANfiKhxxSGTbC4DThVA0%2Fp7NAwI%2FMeyWlSybsVK8cFjHxUcMHS2laqgr89xUB55WMf2J%2FPt67H%2F%0D%0A1Hof8obbsxU0vdqe%2BkvEE%2Fo0zozwcyHp5Ozya14jM1m6aUX94MwXhZeWZsekWE1NRQ%3D%3D%0D%0A" itemprop='url'>Mars Distribution (French)</a>
|
3308
|
+
<a rel="nofollow" href="/offsite/?page-action=offsite-lacitededieu&token=BCYmuDr5IACkYRnORY4HgLJv_0k8EUT6T_DNbjScT8jSdZTHhfzkgq2n7YN0AMfRZrtjYoGZd1li%0D%0A9u6Ho0NgsEo1TWErZxYzPSTu-i1jkmOalgUybB9CBoKRYKQO3WJnuDguooGSwUsn6GvEe0iYwpJ8%0D%0AUwcS5kpk5mQUMM4kaG8ySJfFzm4x6-D_SLeBn2ChVaSKdB-A2mR2NkaVk_9fzSXlww%0D%0A" itemprop='url'>Mars Distribution (French)</a>
|
3290
3309
|
<span class="ghost">|</span>
|
3291
3310
|
<span class="see-more inline">
|
3292
3311
|
<a href="externalsites?ref_=tt_dt_dt#official" itemprop='url'>See more</a> »
|
@@ -3367,15 +3386,9 @@ If you run it will get you. If you stay it will eat you. <span cl
|
|
3367
3386
|
</div>
|
3368
3387
|
<div class="txt-block">
|
3369
3388
|
Show detailed
|
3370
|
-
<a
|
3371
|
-
onclick="(new Image()).src='/rg/tt_details_contact/prosystem/images/b.gif?link=/r/tt_details_contact/title/tt0317248/companycredits';"
|
3372
|
-
href="/r/tt_details_contact/title/tt0317248/companycredits"
|
3373
|
-
itemprop='url'>company contact information</a>
|
3389
|
+
<a href="http://pro.imdb.com/title/tt0317248/companycredits?rf=cons_tt_cocred_tt&ref_=cons_tt_cocred_tt" itemprop='url'>company contact information</a>
|
3374
3390
|
on
|
3375
|
-
<a
|
3376
|
-
onclick="(new Image()).src='/rg/tt_details_contact/prosystem/images/b.gif?link=/r/tt_details_contact/#';"
|
3377
|
-
href="/r/tt_details_contact/#"
|
3378
|
-
itemprop='url'>IMDbPro</a> »
|
3391
|
+
<a href="http://pro.imdb.com/signup/index.html?rf=cons_tt_cocred_spl&ref_=cons_tt_cocred_spl" itemprop='url'>IMDbPro</a> »
|
3379
3392
|
</div>
|
3380
3393
|
|
3381
3394
|
|
@@ -3427,12 +3440,12 @@ itemprop='url'>IMDbPro</a> »
|
|
3427
3440
|
<h4>Trivia</h4>
|
3428
3441
|
|
3429
3442
|
|
3430
|
-
|
3443
|
+
The last shot of the movie, where the little boy loses his slipper and comes back to pick it, was not scripted. The incident really happened during the shooting and director <a href="/name/nm0576987/?ref_=tt_trv_trv">Fernando Meirelles</a> kept the take because it helped to highlight the boy's presence. <a href="trivia?ref_=tt_trv_trv" class="nobr" >See more</a> »
|
3431
3444
|
</div>
|
3432
3445
|
<hr />
|
3433
3446
|
<div id="goofs" class="txt-block">
|
3434
3447
|
<h4>Goofs</h4>
|
3435
|
-
|
3448
|
+
When Knockout Ned is yelling over the dead boy, the body is breathing. <a href="trivia?tab=gf&ref_=tt_trv_gf" class="nobr" >See more</a> »
|
3436
3449
|
</div>
|
3437
3450
|
<hr />
|
3438
3451
|
<div id="quotes" class="text-block">
|
@@ -3445,12 +3458,12 @@ Whoa, the chicken ran away. Get that chicken, dude!
|
|
3445
3458
|
<hr />
|
3446
3459
|
<div id="crazyCredits" class="txt-block">
|
3447
3460
|
<h4>Crazy Credits</h4>
|
3448
|
-
|
3461
|
+
During the end credits there is shown actual real-life footage of the real Mané Galinha, or Knockout-Ned as he is translated into in the American version of the film. This is in fact the same TV interview we see constructed in the film, and we can see that the filmmakers have copied this TV interview down to the smallest detail. <a href="trivia?tab=cz&ref_=tt_trv_cc" class="nobr" >See more</a> »
|
3449
3462
|
</div>
|
3450
3463
|
<hr />
|
3451
3464
|
<div id="connections" class="text-block">
|
3452
3465
|
<h4>Connections</h4>
|
3453
|
-
|
3466
|
+
Referenced in <a href="/title/tt0787340/?ref_=tt_trv_cnn">City of Men: Em Algum Lugar do Futuro</a> (2005)
|
3454
3467
|
|
3455
3468
|
|
3456
3469
|
<a href="trivia?tab=mc&ref_=tt_trv_cnn" class="nobr" >See more</a> »
|
@@ -3458,10 +3471,11 @@ The closing credits shows pictures of the main actors, their name, their charac
|
|
3458
3471
|
<hr />
|
3459
3472
|
<div id="soundtracks" class="text-block">
|
3460
3473
|
<h4>Soundtracks</h4>
|
3461
|
-
|
3462
|
-
Written by <a href="/name/
|
3463
|
-
Performed by <
|
3464
|
-
|
3474
|
+
Hot Pants Road<br />
|
3475
|
+
Written by <a href="/name/nm2918278/?ref_=tt_trv_snd">Charles Bobbit</a> / <a href="/name/nm0113768/?ref_=tt_trv_snd">James Brown</a> / St. Clair Jr. Pinckney<br />
|
3476
|
+
Performed by JB's<br />
|
3477
|
+
Dynatone Publishing Company<br />
|
3478
|
+
(Represented in Brazil by Warner Chappell Edições Musicais Ltda)<br />
|
3465
3479
|
Used by permission from Universal Music Ltda<br /> <a href="soundtrack?ref_=tt_trv_snd" class="nobr" >See more</a> »
|
3466
3480
|
</div>
|
3467
3481
|
</div>
|
@@ -3486,15 +3500,15 @@ Used by permission from Universal Music Ltda<br /> <a href="soundtrack?re
|
|
3486
3500
|
<div class="faq" >
|
3487
3501
|
<div class="odd">
|
3488
3502
|
<b>Q:</b>
|
3489
|
-
<a href="/title/tt0317248/faq?ref_=tt_faq_1#.2.1.
|
3503
|
+
<a href="/title/tt0317248/faq?ref_=tt_faq_1#.2.1.2" > "The Runts" frequently mention the formation of a "Red" gang. Is there any significance to this?</a>
|
3490
3504
|
</div>
|
3491
3505
|
<div class="even">
|
3492
3506
|
<b>Q:</b>
|
3493
|
-
<a href="/title/tt0317248/faq?ref_=tt_faq_2#.2.1.
|
3507
|
+
<a href="/title/tt0317248/faq?ref_=tt_faq_2#.2.1.6" > Is this movie based on a novel?</a>
|
3494
3508
|
</div>
|
3495
3509
|
<div class="odd">
|
3496
3510
|
<b>Q:</b>
|
3497
|
-
<a href="/title/tt0317248/faq?ref_=tt_faq_3#.2.1.7" > Why the
|
3511
|
+
<a href="/title/tt0317248/faq?ref_=tt_faq_3#.2.1.7" > Why is the favela called "City of God"? It seems like just the opposite.</a>
|
3498
3512
|
</div>
|
3499
3513
|
</div>
|
3500
3514
|
|
@@ -3516,35 +3530,38 @@ Used by permission from Universal Music Ltda<br /> <a href="soundtrack?re
|
|
3516
3530
|
<div class="article" id="titleUserReviewsTeaser">
|
3517
3531
|
<h2>User Reviews</h2>
|
3518
3532
|
<div class="user-comments">
|
3533
|
+
<div class="tinystarbar" title="10/10">
|
3534
|
+
<div style="width: 100px;"> </div>
|
3535
|
+
</div>
|
3519
3536
|
<span itemprop="review" itemscope itemtype="http://schema.org/Review">
|
3520
|
-
<strong itemprop="name">
|
3537
|
+
<strong itemprop="name">Cidade De Deus</strong>
|
3521
3538
|
<span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
|
3522
3539
|
<meta itemprop="worstRating" content = "1" />
|
3523
|
-
<meta itemprop="ratingValue" content="
|
3540
|
+
<meta itemprop="ratingValue" content="10" />
|
3524
3541
|
<meta itemprop="bestRating" content="10" />
|
3525
3542
|
</span>
|
3526
3543
|
<div class="comment-meta">
|
3527
|
-
|
3528
|
-
<meta itemprop="datePublished" content="2003-
|
3529
|
-
(
|
3530
|
-
– <a href="/user/
|
3544
|
+
8 January 2003 | by <a href="/user/ur2115811/?ref_=tt_urv" ><span itemprop="author">Dave Newsome</span></a>
|
3545
|
+
<meta itemprop="datePublished" content="2003-01-08" />
|
3546
|
+
(York)
|
3547
|
+
– <a href="/user/ur2115811/comments?ref_=tt_urv" >See all my reviews</a>
|
3531
3548
|
</div>
|
3532
3549
|
<div>
|
3533
|
-
<p itemprop="reviewBody">
|
3550
|
+
<p itemprop="reviewBody"> The film, directed by Fernando Meirelles, tells the story of life in the slums of Rio de Janeiro, in an area known as the Cidade De Deus, the City of God. The story is told from the narration of the young photographer, Rocket. The different scenarios of life that make up the wider-story are presented in Pulp Fiction style chapters, complete with on-screen titles for each different story component. The story covers all the facets of the life, charting the growth of several key members of the gangs from childhood through to young adulthood, with their transformation from young hoodlums to local drugs barons. The final parts of the story focus on the battle within the Cidade De Deus between two different groups, when business and personal matters lead to an unavoidable confrontation. And what a confrontation it is, although details will not be given away here. The result is a powerful telling of life based around real-life events.<br /><br />Martin Scorsese seems to have a heavy influence on the direction of this picture, with many moments looking familiar to fans of the legendary American filmmaker. Close ups, sweeping scene shots, freeze-and-zoom shots, and a frenzied handheld approach are all trademarks that will be recognisably traceable to Scorsese, having been used throughout his career. Many shots remind the viewer of Scorsese's narrative dialogue-camera relationship in Goodfellas, in which the camera was used to brilliant effect to highlight the main points in the script. This technique is used heavily in the first twenty minutes of Cidade De Deus, with the freeze frame trick being used to introduce the story's main characters alongside the dialogue of narrator, Rocket.<br /><br />Throughout the film one cannot help but watch a scene and think, 'I've seen that in Raging Bull, Goodfellas, or Casino', and this may make some look less favourably on the film's direction. However, it is not fair to consider this 'a Brazilian Goodfellas', as one critic has observed. The story has parallels - the underlying ideas of gangsters, drugs and violence -, the direction is similar, and the story is told with narration, much like Ray Liotta's role in Scorsese's epic. But to regard this film in terms of what styles it repeats or nods it's hat to, is to be very ignorant. Fernando Meirelles, has done a wonderfully hypnotic job of blending the old styles, and bringing them up to date with flashy and sometimes dangerously kinetic direction and editing. Look only to the leaving-party scene in which strobe lighting is used to extraordinary effect, almost suffocating the story below a bombardment on the visual senses. Think of a crossover between the visual energy of the Matrix and the violence of the club scene in Bad Boys.<br /><br />Cidade De Deus is much more than a directorial assault on the senses. As Raul Walsh said if you don't have a story you have nothing, and many flashy Hollywood films have fallen short in using 'ultra-modern' direction to disguise the fact that no substantial story exists underneath. Cidade De Deus is most brilliant in that it combines directorial and editorial brilliance with a story that is almost second to none in recent times. Only the true greats manage to cater to these two needs of cinema, and this is one that does. The direction is amazing, but not to disguise the story flaws, and the story is brilliant, but does not overwhelm directorial originality. But simply, Cidade De Deus is a perfect film for avid fans of cinematography, and those just in search of two hours of a bloody good story.<br /><br />I cannot decide yet if I would consider this better than Amores Perros, but it is certainly not inferior. The at-the-same-time stylish and brutal visuals of Amores Perros are replaced by a grittier, more hands on approach to the subject. Whilst in Amores Perros the characters took precedent, in Cidade De Deus the location is as big a character as those who live there. As a result we get a much greater feeling of the environment in which the characters exist, and so it is perhaps easier to empathise, and/or sympathise with them. As the official press synopsis says, Cidade De Deus is a character, but is a place not a person. Amores Perros triumphs in creating relationships between the audience and the characters, as it concentrates for a long time on relatively few people, each of whom we grow to know and ultimately care about, which is important for the emotional impact of the film. Cidade De Deus deals with dozens, even hundreds, of characters, and so it is only a minority that we become attached to. This means that while the film leaves a lasting impact we are not left with the same inquisitiveness about the future for the characters that we meet in Amores Perros. Both films leave open ends, but Cidade De Deus feels closed. Whether you consider this a good or bad thing is a matter for personal choice.<br /><br />Cidade De Deus is essential viewing, and is cinema at its most brilliant. It will of course feel the wrath of critics who will dwell on the almost unimaginably high body count, but there are always those who will reject violence in the movies. In fact the violence in Cidade De Deus, even the apocalyptic ending, is not as raw and bloody as many will expect. Blood spilling is a rare sight, and the violence rests mostly, but not always, on choreography rather than in your face bloodshed. The result is violence, but it is often so artistic that it looks beautiful rather than deterring. Like Scorsese's Taxi Driver the violence is abhorrent, but admirable from a cinematic perspective.<br /><br />In short, this is a superb achievement, and is easily one of the best films of the year, and of the decade so far. Like it's predecessors, this is the latest film to come out of South America that indicates the emergence of major new talent in filmmaking. Hollywood beware.<br /><br /></p>
|
3534
3551
|
</div>
|
3535
3552
|
</span>
|
3536
3553
|
<hr />
|
3537
|
-
<div class="yn" id="
|
3538
|
-
|
3554
|
+
<div class="yn" id="ynd_871040">
|
3555
|
+
284 of 346 people found this review helpful.
|
3539
3556
|
Was this review helpful to you?
|
3540
|
-
<button class="btn small" value="Yes" name="
|
3541
|
-
<button class="btn small" value="No" name="
|
3557
|
+
<button class="btn small" value="Yes" name="ynb_871040_yes" onclick="CS.TMD.user_review_vote(871040, 'tt0317248', 'yes');" >Yes</button>
|
3558
|
+
<button class="btn small" value="No" name="ynb_871040_no" onclick="CS.TMD.user_review_vote(871040, 'tt0317248', 'no');" >No</button>
|
3542
3559
|
</div>
|
3543
3560
|
<div class="see-more">
|
3544
3561
|
|
3545
3562
|
<a href="/title/tt0317248/reviews-enter?ref_=tt_urv" rel="login">Review this title</a>
|
3546
3563
|
<span>|</span>
|
3547
|
-
<a href="/title/tt0317248/reviews?ref_=tt_urv" >See all
|
3564
|
+
<a href="/title/tt0317248/reviews?ref_=tt_urv" >See all 687 user reviews</a> »
|
3548
3565
|
</div>
|
3549
3566
|
</div>
|
3550
3567
|
</div>
|
@@ -3573,18 +3590,18 @@ Used by permission from Universal Music Ltda<br /> <a href="soundtrack?re
|
|
3573
3590
|
</tr>
|
3574
3591
|
<tr class="even">
|
3575
3592
|
<td>
|
3576
|
-
<a href="/title/tt0317248/board/nest/
|
3593
|
+
<a href="/title/tt0317248/board/nest/138413672?ref_=tt_bd_2" >5 movies you hate but you wish you liked</a>
|
3577
3594
|
</td>
|
3578
3595
|
<td>
|
3579
|
-
<a href="/user/
|
3596
|
+
<a href="/user/ur5539437/?ref_=tt_bd_2" >hafstadelic</a>
|
3580
3597
|
</td>
|
3581
3598
|
</tr>
|
3582
3599
|
<tr class="odd">
|
3583
3600
|
<td>
|
3584
|
-
<a href="/title/tt0317248/board/nest/
|
3601
|
+
<a href="/title/tt0317248/board/nest/186521273?ref_=tt_bd_3" >Other movies like City of God?</a>
|
3585
3602
|
</td>
|
3586
3603
|
<td>
|
3587
|
-
<a href="/user/
|
3604
|
+
<a href="/user/ur25912023/?ref_=tt_bd_3" >shan-rajeev</a>
|
3588
3605
|
</td>
|
3589
3606
|
</tr>
|
3590
3607
|
<tr class="even">
|
@@ -3597,18 +3614,18 @@ Used by permission from Universal Music Ltda<br /> <a href="soundtrack?re
|
|
3597
3614
|
</tr>
|
3598
3615
|
<tr class="odd">
|
3599
3616
|
<td>
|
3600
|
-
<a href="/title/tt0317248/board/nest/
|
3617
|
+
<a href="/title/tt0317248/board/nest/210354389?ref_=tt_bd_5" >Question about the ending</a>
|
3601
3618
|
</td>
|
3602
3619
|
<td>
|
3603
|
-
<a href="/user/
|
3620
|
+
<a href="/user/ur0094133/?ref_=tt_bd_5" >Frollo</a>
|
3604
3621
|
</td>
|
3605
3622
|
</tr>
|
3606
3623
|
<tr class="even">
|
3607
3624
|
<td>
|
3608
|
-
<a href="/title/tt0317248/board/nest/
|
3625
|
+
<a href="/title/tt0317248/board/nest/211960953?ref_=tt_bd_6" >City of God is bad for Brazil!</a>
|
3609
3626
|
</td>
|
3610
3627
|
<td>
|
3611
|
-
<a href="/user/
|
3628
|
+
<a href="/user/ur25302875/?ref_=tt_bd_6" >kornish-callum-1-284358</a>
|
3612
3629
|
</td>
|
3613
3630
|
</tr>
|
3614
3631
|
</table>
|
@@ -3682,7 +3699,11 @@ Used by permission from Universal Music Ltda<br /> <a href="soundtrack?re
|
|
3682
3699
|
<br class="clear">
|
3683
3700
|
<hr width="100%" size="1">
|
3684
3701
|
</div>
|
3702
|
+
|
3703
|
+
<!-- no content received for slot: bottom_ad -->
|
3704
|
+
|
3685
3705
|
<p class="footer" align="center">
|
3706
|
+
|
3686
3707
|
<a
|
3687
3708
|
onclick="(new Image()).src='/rg/home/footer/images/b.gif?link=/';"
|
3688
3709
|
href="/"
|
@@ -3708,10 +3729,6 @@ onclick="(new Image()).src='/rg/topmovies/footer/images/b.gif?link=/chart/';"
|
|
3708
3729
|
href="/chart/"
|
3709
3730
|
>Top Movies</a>
|
3710
3731
|
| <a
|
3711
|
-
onclick="(new Image()).src='/rg/watchlist/footer/images/b.gif?link=/list/watchlist';"
|
3712
|
-
href="/list/watchlist"
|
3713
|
-
>Watchlist</a>
|
3714
|
-
| <a
|
3715
3732
|
onclick="(new Image()).src='/rg/top250/footer/images/b.gif?link=/chart/top';"
|
3716
3733
|
href="/chart/top"
|
3717
3734
|
>Top 250</a>
|
@@ -3724,10 +3741,6 @@ onclick="(new Image()).src='/rg/news/footer/images/b.gif?link=/news/';"
|
|
3724
3741
|
href="/news/"
|
3725
3742
|
>News</a>
|
3726
3743
|
| <a
|
3727
|
-
onclick="(new Image()).src='/rg/video/footer/images/b.gif?link=/features/video/';"
|
3728
|
-
href="/features/video/"
|
3729
|
-
>Video</a>
|
3730
|
-
| <a
|
3731
3744
|
onclick="(new Image()).src='/rg/messageboards/footer/images/b.gif?link=/boards/';"
|
3732
3745
|
href="/boards/"
|
3733
3746
|
>Message Boards</a>
|
@@ -3742,16 +3755,6 @@ onclick="(new Image()).src='/rg/register-v2/footer/images/b.gif?link=https://sec
|
|
3742
3755
|
href="https://secure.imdb.com/register-imdb/form-v2"
|
3743
3756
|
>Register</a>
|
3744
3757
|
| <a
|
3745
|
-
onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
|
3746
|
-
href="/help/show_article?rssavailable"
|
3747
|
-
class="navbarSprite"
|
3748
|
-
id="footer_rss_image"
|
3749
|
-
></a>
|
3750
|
-
<a
|
3751
|
-
onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
|
3752
|
-
href="/help/show_article?rssavailable"
|
3753
|
-
>RSS</a>
|
3754
|
-
| <a
|
3755
3758
|
onclick="(new Image()).src='/rg/advertising/footer/images/b.gif?link=/advertising/';"
|
3756
3759
|
href="/advertising/"
|
3757
3760
|
>Advertising</a>
|
@@ -3763,10 +3766,7 @@ href="/helpdesk/contact"
|
|
3763
3766
|
onclick="(new Image()).src='/rg/jobs/footer/images/b.gif?link=/jobs';"
|
3764
3767
|
href="/jobs"
|
3765
3768
|
>Jobs</a>
|
3766
|
-
| <a
|
3767
|
-
onclick="(new Image()).src='/rg/IMDbFooter/prosystem/images/b.gif?link=https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627';"
|
3768
|
-
href="https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627"
|
3769
|
-
>IMDbPro</a>
|
3769
|
+
| <a href="http://pro.imdb.com/signup/index.html?rf=cons_ft_hm&ref_=cons_ft_hm" >IMDbPro</a>
|
3770
3770
|
| <a
|
3771
3771
|
onclick="(new Image()).src='/rg/BOXOFFICEMOJO/FOOTER/images/b.gif?link=http://www.boxofficemojo.com/';"
|
3772
3772
|
href="http://www.boxofficemojo.com/"
|
@@ -3775,10 +3775,6 @@ href="http://www.boxofficemojo.com/"
|
|
3775
3775
|
onclick="(new Image()).src='/rg/WITHOUTABOX/FOOTER/images/b.gif?link=http://www.withoutabox.com/';"
|
3776
3776
|
href="http://www.withoutabox.com/"
|
3777
3777
|
>Withoutabox</a>
|
3778
|
-
| <a
|
3779
|
-
onclick="(new Image()).src='/rg/LOVEFILM/FOOTER/images/b.gif?link=http://www.lovefilm.com/browse/film/watch-online/';"
|
3780
|
-
href="http://www.lovefilm.com/browse/film/watch-online/"
|
3781
|
-
>LOVEFiLM</a>
|
3782
3778
|
<br /><br />
|
3783
3779
|
IMDb Mobile:
|
3784
3780
|
<a
|
@@ -3813,7 +3809,7 @@ href="http://twitter.com/imdb"
|
|
3813
3809
|
<a
|
3814
3810
|
onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/show_article?conditions';"
|
3815
3811
|
href="/help/show_article?conditions"
|
3816
|
-
>Copyright ©</a> 1990-
|
3812
|
+
>Copyright ©</a> 1990-2014
|
3817
3813
|
<a
|
3818
3814
|
onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/';"
|
3819
3815
|
href="/help/"
|
@@ -3833,19 +3829,24 @@ href="//www.amazon.com/InterestBasedAds"
|
|
3833
3829
|
An <span id="amazon_logo" class="footer_logo" align="middle"></span> company.
|
3834
3830
|
</p>
|
3835
3831
|
|
3836
|
-
|
3832
|
+
|
3833
|
+
|
3834
|
+
|
3835
|
+
<table class="footer" id="amazon-affiliates">
|
3837
3836
|
<tr>
|
3838
|
-
<td colspan="
|
3837
|
+
<td colspan="8">
|
3839
3838
|
Amazon Affiliates
|
3840
3839
|
</td>
|
3841
3840
|
</tr>
|
3842
3841
|
<tr>
|
3843
3842
|
<td class="amazon-affiliate-site-first">
|
3844
|
-
|
3843
|
+
|
3844
|
+
<a class="amazon-affiliate-site-link" href="http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20">
|
3845
3845
|
<span class="amazon-affiliate-site-name">Amazon Instant Video</span><br>
|
3846
3846
|
<span class="amazon-affiliate-site-desc">Watch Movies &<br>TV Online</span>
|
3847
3847
|
</a>
|
3848
3848
|
</td>
|
3849
|
+
|
3849
3850
|
<td class="amazon-affiliate-site-item-nth">
|
3850
3851
|
<a class="amazon-affiliate-site-link" href=http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20 >
|
3851
3852
|
<span class="amazon-affiliate-site-name">Prime Instant Video</span><br>
|
@@ -3876,18 +3877,6 @@ href="//www.amazon.com/InterestBasedAds"
|
|
3876
3877
|
<span class="amazon-affiliate-site-desc">Buy Movie and<br>TV Show DVDs</span>
|
3877
3878
|
</a>
|
3878
3879
|
</td>
|
3879
|
-
<td class="amazon-affiliate-site-item-nth">
|
3880
|
-
<a class="amazon-affiliate-site-link" href=http://www.lovefilm.com/browse/film/watch-online/ >
|
3881
|
-
<span class="amazon-affiliate-site-name">LOVEFiLM</span><br>
|
3882
|
-
<span class="amazon-affiliate-site-desc">Watch Movies<br>Online</span>
|
3883
|
-
</a>
|
3884
|
-
</td>
|
3885
|
-
<td class="amazon-affiliate-site-item-nth">
|
3886
|
-
<a class="amazon-affiliate-site-link" href=http://www.junglee.com/ >
|
3887
|
-
<span class="amazon-affiliate-site-name">Junglee</span><br>
|
3888
|
-
<span class="amazon-affiliate-site-desc">India Online<br>Shopping</span>
|
3889
|
-
</a>
|
3890
|
-
</td>
|
3891
3880
|
<td class="amazon-affiliate-site-item-nth">
|
3892
3881
|
<a class="amazon-affiliate-site-link" href=http://www.dpreview.com >
|
3893
3882
|
<span class="amazon-affiliate-site-name">DPReview</span><br>
|
@@ -3903,31 +3892,10 @@ href="//www.amazon.com/InterestBasedAds"
|
|
3903
3892
|
</tr>
|
3904
3893
|
</table>
|
3905
3894
|
</div>
|
3906
|
-
|
3907
|
-
<script type="text/javascript">
|
3908
|
-
|
3909
|
-
var _gaq = _gaq || [];
|
3910
|
-
var seg = -1;
|
3911
|
-
_gaq.push(['_setAccount', 'UA-3916519-1']);
|
3912
|
-
_gaq.push(['_setDomainName', '.imdb.com']);
|
3913
|
-
_gaq.push(['_setSampleRate', '10']);
|
3914
|
-
_gaq.push(['_setCustomVar', 2, 'Falkor', 'false']);
|
3915
|
-
_gaq.push(['_trackPageview']); // must come last
|
3916
|
-
|
3917
|
-
(function() {
|
3918
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
3919
|
-
ga.src = 'http://www.google-analytics.com/ga.js';
|
3920
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
3921
|
-
})();
|
3922
|
-
|
3923
|
-
</script>
|
3924
|
-
|
3925
|
-
<!-- no content received for slot: bottom_ad -->
|
3926
|
-
|
3927
3895
|
</div>
|
3928
3896
|
</div>
|
3929
3897
|
|
3930
|
-
<script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/title-
|
3898
|
+
<script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/title-3490597246._CB349291289_.js"></script>
|
3931
3899
|
|
3932
3900
|
<script type="text/imdblogin-js" id="login">
|
3933
3901
|
jQuery(document).ready(function(){
|
@@ -3938,12 +3906,15 @@ jQuery(document).ready(function(){
|
|
3938
3906
|
<script type="text/javascript">
|
3939
3907
|
jQuery(
|
3940
3908
|
function() {
|
3941
|
-
var
|
3942
|
-
url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0317248%2F&colorscheme="
|
3909
|
+
var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),
|
3910
|
+
url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0317248%2F&colorscheme=light",
|
3943
3911
|
like = document.getElementById('iframe_like');
|
3944
|
-
|
3912
|
+
|
3913
|
+
if (!isAdvertisingThemed && like) {
|
3945
3914
|
like.src = url;
|
3946
3915
|
like.onload = function () { generic.monitoring.stop_timing('facebook_like_iframe', '', false); };
|
3916
|
+
} else if (isAdvertisingThemed) {
|
3917
|
+
$('.social_networking_like').closest('.aux-content-widget-2').hide();
|
3947
3918
|
}
|
3948
3919
|
}
|
3949
3920
|
|
@@ -3953,7 +3924,7 @@ jQuery(document).ready(function(){
|
|
3953
3924
|
var facebookTheme = (window.custom && window.custom.full_page &&
|
3954
3925
|
window.custom.full_page.theme) ?
|
3955
3926
|
window.custom.full_page.theme : "light",
|
3956
|
-
url = "//www.facebook.com/plugins/likebox.php?href=facebook.com%2Fimdb&width=300&height=190&connections=
|
3927
|
+
url = "//www.facebook.com/plugins/likebox.php?href=facebook.com%2Fimdb&width=300&height=190&connections=4&header=false&stream=false&colorscheme=" + facebookTheme,
|
3957
3928
|
like = document.getElementById('facebookIframe'),
|
3958
3929
|
twitterIframe = document.getElementById('twitterIframe');
|
3959
3930
|
if (like) {
|
@@ -3967,7 +3938,7 @@ jQuery(document).ready(function(){
|
|
3967
3938
|
);
|
3968
3939
|
</script>
|
3969
3940
|
|
3970
|
-
<div id="servertime" time="
|
3941
|
+
<div id="servertime" time="167"/>
|
3971
3942
|
|
3972
3943
|
|
3973
3944
|
|