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:18 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=BCYsNm_UNgJjhSGA_ebrsf7JN56929j3J5PVYl0B1sJpLddgnbcMXAr50u4u7BAA_ITROBuXeSMH%0D%0AHkbXcNXHuTE2pPQcEPjwUEG0CqSdXZtoHw9CUX4rnIEUSHSS6JKfnKFRpP4TA3j1xpTXmjmnw1Cw%0D%0A5HVUOvyT4o8Jj2ADZ4pTBkxyFbbmwZo9S34jTGV-7_GYeXbUGYFVyQHRLWOE5twHuM8KrcZLL39f%0D%0AKV5Fi6AP9qtn1dJW-1oMu7yvTSMvZOQRNUaetL5OyPJNTJfnw9Le0w%0D%0A; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:39:26 GMT; Path=/
|
9
|
+
Set-Cookie: session-id=000-0000000-0000000; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:39:26 GMT; Path=/
|
10
|
+
Set-Cookie: session-id-time=1561731919; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:39:26 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 = "12MVFPF850F44TWA29AR";
|
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/tt0133093/" />
|
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/MV5BMTkxNDYxOTA4M15BMl5BanBnXkFtZTgwNTk0NzQxMTE@._V1_SY500_SX334_AL_.jpg">
|
60
|
+
<meta property='og:image' content="http://ia.media-imdb.com/images/M/MV5BMTkxNDYxOTA4M15BMl5BanBnXkFtZTgwNTk0NzQxMTE@._V1_SY500_SX334_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="The Matrix (1999)" />
|
65
|
+
<meta property='og:site_name' content='IMDb' />
|
66
|
+
<meta name="title" content="The Matrix (1999) - IMDb" />
|
67
|
+
<meta name="description" content="Directed by Andy Wachowski, Lana Wachowski. With Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving. A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against its controllers." />
|
68
|
+
<meta property="og:description" content="Directed by Andy Wachowski, Lana Wachowski. With Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving. A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against its controllers." />
|
69
|
+
<meta name="keywords" content="Reviews, Showtimes, DVDs, Photos, Message Boards, User Ratings, Synopsis, Trailers, Credits" />
|
70
|
+
<meta name="request_id" content="12MVFPF850F44TWA29AR" />
|
67
71
|
|
68
72
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
|
69
|
-
<!-- h=ics-1a-i-
|
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-cc94c1ed.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');
|
@@ -446,13 +446,17 @@ imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu
|
|
446
446
|
<tr>
|
447
447
|
<td rowspan="2" id="img_primary">
|
448
448
|
<div class="image">
|
449
|
-
<a href="/media/
|
449
|
+
<a href="/media/rm461886464/tt0133093?ref_=tt_ov_i" > <img height="317"
|
450
450
|
width="214"
|
451
451
|
alt="The Matrix (1999) Poster"
|
452
452
|
title="The Matrix (1999) Poster"
|
453
|
-
src="http://ia.media-imdb.com/images/M/
|
453
|
+
src="http://ia.media-imdb.com/images/M/MV5BMTkxNDYxOTA4M15BMl5BanBnXkFtZTgwNTk0NzQxMTE@._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/tt0133093?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
|
|
@@ -460,22 +464,15 @@ itemprop="image" />
|
|
460
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/tt0133093';"
|
465
|
-
href="/r/tt_moviemeter_why/title/tt0133093"
|
466
|
-
id="meterRank"
|
467
|
-
>Top 500
|
467
|
+
<a href="http://pro.imdb.com/title/tt0133093?rf=cons_tt_meter&ref_=cons_tt_meter" id="meterRank" >Top 500
|
468
468
|
</a> </div>
|
469
469
|
<div id="meterChangeRow" class="meterToggleOnHover">
|
470
470
|
<span>Down</span>
|
471
|
-
<span id="meterChange">
|
471
|
+
<span id="meterChange">101</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/tt0133093';"
|
477
|
-
href="/r/tt_moviemeter_why/title/tt0133093"
|
478
|
-
>View rank on IMDbPro</a>
|
475
|
+
<a href="http://pro.imdb.com/title/tt0133093?rf=cons_tt_meter&ref_=cons_tt_meter" >View rank on IMDbPro</a>
|
479
476
|
<span>»</span>
|
480
477
|
</div>
|
481
478
|
</div>
|
@@ -487,9 +484,9 @@ href="/r/tt_moviemeter_why/title/tt0133093"
|
|
487
484
|
<div class="infobar">
|
488
485
|
|
489
486
|
|
490
|
-
|
491
|
-
|
492
|
-
|
487
|
+
<span title="R"
|
488
|
+
class="us_r titlePageSprite absmiddle"
|
489
|
+
itemprop="contentRating" content="R"></span>
|
493
490
|
|
494
491
|
|
495
492
|
|
@@ -500,9 +497,8 @@ href="/r/tt_moviemeter_why/title/tt0133093"
|
|
500
497
|
-
|
501
498
|
<a href="/genre/Action?ref_=tt_ov_inf" ><span class="itemprop" itemprop="genre">Action</span></a>
|
502
499
|
<span class="ghost">|</span>
|
503
|
-
<a href="/genre/Adventure?ref_=tt_ov_inf" ><span class="itemprop" itemprop="genre">Adventure</span></a>
|
504
|
-
<span class="ghost">|</span>
|
505
500
|
<a href="/genre/Sci-Fi?ref_=tt_ov_inf" ><span class="itemprop" itemprop="genre">Sci-Fi</span></a>
|
501
|
+
|
506
502
|
-
|
507
503
|
<span class="nobr">
|
508
504
|
<a href="/title/tt0133093/releaseinfo?ref_=tt_ov_inf " title="See all release dates" > 31 March 1999<meta itemprop="datePublished" content="1999-03-31" />
|
@@ -515,8 +511,8 @@ href="/r/tt_moviemeter_why/title/tt0133093"
|
|
515
511
|
<div class="titlePageSprite star-box-giga-star"> 8.7 </div>
|
516
512
|
<div class="star-box-rating-widget">
|
517
513
|
<span class="star-box-rating-label">Your rating:</span>
|
518
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0133093|imdb|0|0|title-maindetails" data-ga-identifier=""
|
519
|
-
title="Users rated this 8.7/10 (
|
514
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0133093|imdb|0|0|title-maindetails|tt0133093|title|main" data-ga-identifier=""
|
515
|
+
title="Users rated this 8.7/10 (873,948 votes) - click stars to rate" >
|
520
516
|
<span class="rating-bg"> </span>
|
521
517
|
<span class="rating-imdb " style="width: 0px"> </span>
|
522
518
|
<span class="rating-stars">
|
@@ -537,15 +533,15 @@ title="Users rated this 8.7/10 (794,599 votes) - click stars to rate" >
|
|
537
533
|
</div>
|
538
534
|
<div class="star-box-details" itemtype="http://schema.org/AggregateRating" itemscope itemprop="aggregateRating">
|
539
535
|
Ratings:
|
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="
|
536
|
+
<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="873,948 IMDb users have given a weighted average vote of 8.7/10" > <span itemprop="ratingCount">873,948</span> users
|
541
537
|
</a>
|
542
538
|
Metascore: <a href="criticreviews?ref_=tt_ov_rt" title="73 review excerpts provided by Metacritic.com" > 73/100
|
543
539
|
</a> <br/>
|
544
540
|
Reviews:
|
545
|
-
<a href="reviews?ref_=tt_ov_rt" title="3,
|
541
|
+
<a href="reviews?ref_=tt_ov_rt" title="3,490 IMDb user reviews" > <span itemprop="reviewCount">3,490 user</span>
|
546
542
|
</a>
|
547
543
|
<span class="ghost">|</span>
|
548
|
-
<a href="externalreviews?ref_=tt_ov_rt" title="
|
544
|
+
<a href="externalreviews?ref_=tt_ov_rt" title="304 IMDb critic reviews" > <span itemprop="reviewCount">304 critic</span>
|
549
545
|
</a>
|
550
546
|
<span class="ghost">|</span>
|
551
547
|
<a href="criticreviews?ref_=tt_ov_rt" title="35 review excerpts provided by Metacritic.com" > 35
|
@@ -557,14 +553,16 @@ title="Users rated this 8.7/10 (794,599 votes) - click stars to rate" >
|
|
557
553
|
<div class="clear"></div>
|
558
554
|
</div>
|
559
555
|
<p></p>
|
560
|
-
|
561
|
-
A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against its controllers
|
556
|
+
<p itemprop="description">
|
557
|
+
A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against its controllers.</p>
|
562
558
|
<p></p>
|
563
|
-
<div class="txt-block" itemprop="director" itemscope itemtype="http://schema.org/Person">
|
559
|
+
<div class="txt-block" itemprop="director" itemscope itemtype="http://schema.org/Person">
|
564
560
|
<h4 class="inline">Directors:</h4>
|
565
|
-
<a href="/name/nm0905152/?ref_=tt_ov_dr" itemprop='url'><span class="itemprop" itemprop="name">Andy Wachowski</span></a
|
566
|
-
|
567
|
-
|
561
|
+
<a href="/name/nm0905152/?ref_=tt_ov_dr" itemprop='url'><span class="itemprop" itemprop="name">Andy Wachowski</span></a> (as The Wachowski Brothers)
|
562
|
+
,
|
563
|
+
<a href="/name/nm0905154/?ref_=tt_ov_dr" itemprop='url'><span class="itemprop" itemprop="name">Lana Wachowski</span></a> (as The Wachowski Brothers)
|
564
|
+
|
565
|
+
</div>
|
568
566
|
<div class="txt-block" itemprop="creator" itemscope itemtype="http://schema.org/Person">
|
569
567
|
<h4 class="inline">Writers:</h4>
|
570
568
|
<a href="/name/nm0905152/?ref_=tt_ov_wr" itemprop='url'><span class="itemprop" itemprop="name">Andy Wachowski</span></a>,
|
@@ -640,7 +638,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
640
638
|
|
641
639
|
|
642
640
|
|
643
|
-
<a onclick="window.open(
|
641
|
+
<a onclick="window.open("http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt0133093%3Fref_%3Dext_shr_fb_tt", 'newWindow', 'width=626,height=436'); return false;"
|
644
642
|
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt0133093%3Fref_%3Dext_shr_fb_tt"
|
645
643
|
title="Share on Facebook"
|
646
644
|
class="facebook"
|
@@ -652,8 +650,8 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
652
650
|
|
653
651
|
|
654
652
|
|
655
|
-
<a onclick="window.open(
|
656
|
-
href="http://twitter.com/intent/tweet?text=The%20Matrix%20(1999)%20-%
|
653
|
+
<a onclick="window.open("http://twitter.com/intent/tweet?text=The%20Matrix%20(1999)%20-%20imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0133093%3Fref_%3Dext_shr_tw_tt", 'newWindow', 'width=815,height=436'); return false;"
|
654
|
+
href="http://twitter.com/intent/tweet?text=The%20Matrix%20(1999)%20-%20imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0133093%3Fref_%3Dext_shr_tw_tt"
|
657
655
|
title="Share on Twitter"
|
658
656
|
class="twitter"
|
659
657
|
ref_="tt_shr_tw"
|
@@ -694,16 +692,6 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
694
692
|
csm.measure('csm_WatchBarWidget_started');
|
695
693
|
}
|
696
694
|
</script>
|
697
|
-
<div class="watch-bar">
|
698
|
-
|
699
|
-
|
700
|
-
<a rel="nofollow" href="/rj/?p=amazon&m=dvd&s=UK&c=tt0133093&t=imdb-adbox-21&ref_=tt_wb_amzn" target="_target"> <div class="watch-lozenge watch-lozenge-wide">
|
701
|
-
<span class="titlePageSprite buyam38"></span>
|
702
|
-
<h3>Own it</h3>
|
703
|
-
<p>Buy it at Amazon.co.uk</p>
|
704
|
-
</div>
|
705
|
-
</a>
|
706
|
-
</div>
|
707
695
|
<script>
|
708
696
|
if ('csm' in window) {
|
709
697
|
csm.measure('csm_WatchBarWidget_finished');
|
@@ -744,6 +732,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
744
732
|
|
745
733
|
<div id="maindetails_sidebar_bottom" class="maindetails_sidebar">
|
746
734
|
|
735
|
+
|
747
736
|
|
748
737
|
|
749
738
|
|
@@ -910,7 +899,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
910
899
|
<h4>TV</h4>
|
911
900
|
<ul class="quicklinks">
|
912
901
|
<li class="subnav_item_main">
|
913
|
-
<a href="/title/tt0133093/tvschedule?ref_=tt_ql_tv_1" class="link
|
902
|
+
<a href="/title/tt0133093/tvschedule?ref_=tt_ql_tv_1" class="link" >TV Schedule</a>
|
914
903
|
</li>
|
915
904
|
</ul>
|
916
905
|
|
@@ -932,7 +921,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
932
921
|
<h4>Professional Services</h4>
|
933
922
|
<ul class="quicklinks">
|
934
923
|
<li class="subnav_item_main">
|
935
|
-
<a href="/
|
924
|
+
<a href="http://pro.imdb.com/title/tt0133093?ref_=tt_ql_pro_1" class="link" >Get more at IMDbPro</a>
|
936
925
|
</li>
|
937
926
|
<li class="subnav_item_main">
|
938
927
|
<a href="https://secure.imdb.com/store/photos/?ref_=tt_ql_pro_2" class="link" >Add posters & stills to this title</a>
|
@@ -944,6 +933,8 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
944
933
|
<div class="show_more"><span class="titlePageSprite arrows show"></span>Explore More</div>
|
945
934
|
<div class="show_less"><span class="titlePageSprite arrows hide"></span>Show Less</div>
|
946
935
|
</div>
|
936
|
+
|
937
|
+
|
947
938
|
<div class="aux-content-widget-2">
|
948
939
|
<div class="social">
|
949
940
|
<script type="text/javascript">generic.monitoring.start_timing("facebook_like_iframe");</script>
|
@@ -966,6 +957,7 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
966
957
|
|
967
958
|
|
968
959
|
|
960
|
+
|
969
961
|
<div class="aux-content-widget-2" >
|
970
962
|
<h3>Related News</h3>
|
971
963
|
|
@@ -975,16 +967,16 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
975
967
|
|
976
968
|
<div class="news_item odd" >
|
977
969
|
<span itemprop="headline" >
|
978
|
-
<a href="/title/tt0133093/news?ref_=tt_nwr_1#
|
970
|
+
<a href="/title/tt0133093/news?ref_=tt_nwr_1#ni57422286" >Alternate 'Jupiter Ascending' Trailer Confirms New Release Date</a>
|
979
971
|
</span>
|
980
972
|
|
981
973
|
<br /><small>
|
982
974
|
<span itemprop="datePublished">
|
983
|
-
|
975
|
+
28 June 2014
|
984
976
|
</span>
|
985
977
|
|
986
978
|
<span class="ghost">|</span><span itemprop="provider" >
|
987
|
-
<a href="/news/
|
979
|
+
<a href="/news/ns0000254?ref_=tt_nwr_1" >MovieWeb</a>
|
988
980
|
</span>
|
989
981
|
</small>
|
990
982
|
</div>
|
@@ -993,16 +985,16 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
993
985
|
|
994
986
|
<div class="news_item even" >
|
995
987
|
<span itemprop="headline" >
|
996
|
-
<a href="/title/tt0133093/news?ref_=tt_nwr_2#
|
988
|
+
<a href="/title/tt0133093/news?ref_=tt_nwr_2#ni57420182" >New trailer for the Wachowskis’ Jupiter Ascending</a>
|
997
989
|
</span>
|
998
990
|
|
999
991
|
<br /><small>
|
1000
992
|
<span itemprop="datePublished">
|
1001
|
-
|
993
|
+
27 June 2014
|
1002
994
|
</span>
|
1003
995
|
|
1004
996
|
<span class="ghost">|</span><span itemprop="provider" >
|
1005
|
-
<a href="/news/
|
997
|
+
<a href="/news/ns0003561?ref_=tt_nwr_2" >Flickeringmyth</a>
|
1006
998
|
</span>
|
1007
999
|
</small>
|
1008
1000
|
</div>
|
@@ -1011,29 +1003,31 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
1011
1003
|
|
1012
1004
|
<div class="news_item odd" >
|
1013
1005
|
<span itemprop="headline" >
|
1014
|
-
<a href="/title/tt0133093/news?ref_=tt_nwr_3#
|
1006
|
+
<a href="/title/tt0133093/news?ref_=tt_nwr_3#ni57418486" >Frank Darabont to Direct Snow White Spin-Off The Huntsman</a>
|
1015
1007
|
</span>
|
1016
1008
|
|
1017
1009
|
<br /><small>
|
1018
1010
|
<span itemprop="datePublished">
|
1019
|
-
|
1011
|
+
27 June 2014
|
1020
1012
|
</span>
|
1021
1013
|
|
1022
1014
|
<span class="ghost">|</span><span itemprop="provider" >
|
1023
|
-
<a href="/news/
|
1015
|
+
<a href="/news/ns0000047?ref_=tt_nwr_3" >Beyond Hollywood</a>
|
1024
1016
|
</span>
|
1025
1017
|
</small>
|
1026
1018
|
</div>
|
1027
1019
|
|
1028
1020
|
<div class="see-more">
|
1029
|
-
<a href="/title/tt0133093/news?ref_=tt_nwr_sm" >See all
|
1021
|
+
<a href="/title/tt0133093/news?ref_=tt_nwr_sm" >See all 1999 related articles</a> »
|
1030
1022
|
</div>
|
1031
1023
|
|
1032
1024
|
</div>
|
1025
|
+
|
1033
1026
|
|
1034
1027
|
|
1035
1028
|
<!-- no content received for slot: middle_rhs -->
|
1036
1029
|
|
1030
|
+
|
1037
1031
|
|
1038
1032
|
|
1039
1033
|
<div class="aux-content-widget-2">
|
@@ -1043,116 +1037,79 @@ href="https://secure.imdb.com/register-imdb/sharing?ref=tt_checkin_share"
|
|
1043
1037
|
</div>
|
1044
1038
|
<h3>User Lists</h3>
|
1045
1039
|
<p>Related lists from IMDb users</p>
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
<a href="/list/
|
1050
|
-
<
|
1051
|
-
|
1052
|
-
|
1053
|
-
<
|
1054
|
-
|
1055
|
-
|
1056
|
-
</
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
<
|
1070
|
-
|
1071
|
-
|
1072
|
-
class="
|
1073
|
-
<
|
1074
|
-
<
|
1075
|
-
|
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
|
-
<div class="list-preview odd">
|
1108
|
-
<div class="list-preview-item-narrow">
|
1109
|
-
<a href="/list/haF52Ps8wXM/?ref_=tt_rls_4" >
|
1110
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1111
|
-
src="/images/nopicture/medium/film.png"
|
1112
|
-
class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjEyMjcyNDI4MF5BMl5BanBnXkFtZTcwMDA5Mzg3OA@@._V1_SX86_CR0,0,86,86_.jpg" />
|
1113
|
-
<noscript>
|
1114
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1115
|
-
src="http://ia.media-imdb.com/images/M/MV5BMjEyMjcyNDI4MF5BMl5BanBnXkFtZTcwMDA5Mzg3OA@@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
|
1116
|
-
</noscript>
|
1117
|
-
</a> </div>
|
1118
|
-
<div class="list_name">
|
1119
|
-
<b><a href="/list/haF52Ps8wXM/?ref_=tt_rls_4" >Best movies (of All-Time)</a></b>
|
1120
|
-
</div>
|
1121
|
-
<div class="list_meta">
|
1122
|
-
a list of 164 titles
|
1123
|
-
created 11 months ago
|
1124
|
-
</div>
|
1125
|
-
<div class="clear"> </div>
|
1126
|
-
</div>
|
1127
|
-
<div class="list-preview even">
|
1128
|
-
<div class="list-preview-item-narrow">
|
1129
|
-
<a href="/list/dS_gHEVRBic/?ref_=tt_rls_5" >
|
1130
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1131
|
-
src="/images/nopicture/medium/film.png"
|
1132
|
-
class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTk5MTk3NDM4Ml5BMl5BanBnXkFtZTYwMDEyMjk4._V1_SX86_CR0,0,86,86_.jpg" />
|
1133
|
-
<noscript>
|
1134
|
-
<img height="86" width="86" alt="list image" title="list image"
|
1135
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTk5MTk3NDM4Ml5BMl5BanBnXkFtZTYwMDEyMjk4._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
|
1136
|
-
</noscript>
|
1137
|
-
</a> </div>
|
1138
|
-
<div class="list_name">
|
1139
|
-
<b><a href="/list/dS_gHEVRBic/?ref_=tt_rls_5" >Bra</a></b>
|
1140
|
-
</div>
|
1141
|
-
<div class="list_meta">
|
1142
|
-
a list of 49 titles
|
1143
|
-
created 10 months ago
|
1144
|
-
</div>
|
1145
|
-
<div class="clear"> </div>
|
1146
|
-
</div>
|
1040
|
+
|
1041
|
+
<div class="list-preview even">
|
1042
|
+
<div class="list-preview-item-narrow">
|
1043
|
+
<a href="/list/ls000990651?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/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1044
|
+
<div class="list_name">
|
1045
|
+
<strong><a href="/list/ls000990651?ref_=tt_rls_1" >Top mind-blowing movies</a></strong>
|
1046
|
+
</div>
|
1047
|
+
<div class="list_meta">
|
1048
|
+
a list of 23 titles
|
1049
|
+
<br />created 29 Jun 2011
|
1050
|
+
</div>
|
1051
|
+
<div class="clear"> </div>
|
1052
|
+
</div>
|
1053
|
+
<div class="list-preview odd">
|
1054
|
+
<div class="list-preview-item-narrow">
|
1055
|
+
<a href="/list/ls002320566?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/MV5BMjE0ODk2NjczOV5BMl5BanBnXkFtZTYwNDQ0NDg4._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1056
|
+
<div class="list_name">
|
1057
|
+
<strong><a href="/list/ls002320566?ref_=tt_rls_2" >Watched movies</a></strong>
|
1058
|
+
</div>
|
1059
|
+
<div class="list_meta">
|
1060
|
+
a list of 35 titles
|
1061
|
+
<br />created 20 Feb 2012
|
1062
|
+
</div>
|
1063
|
+
<div class="clear"> </div>
|
1064
|
+
</div>
|
1065
|
+
<div class="list-preview even">
|
1066
|
+
<div class="list-preview-item-narrow">
|
1067
|
+
<a href="/list/ls004400556?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/MV5BMTkzNzk4NDYwNl5BMl5BanBnXkFtZTcwOTE2MTY1Mg@@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1068
|
+
<div class="list_name">
|
1069
|
+
<strong><a href="/list/ls004400556?ref_=tt_rls_3" >Films I have seen</a></strong>
|
1070
|
+
</div>
|
1071
|
+
<div class="list_meta">
|
1072
|
+
a list of 48 titles
|
1073
|
+
<br />created 11 May 2012
|
1074
|
+
</div>
|
1075
|
+
<div class="clear"> </div>
|
1076
|
+
</div>
|
1077
|
+
<div class="list-preview odd">
|
1078
|
+
<div class="list-preview-item-narrow">
|
1079
|
+
<a href="/list/ls057854778?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/MV5BMTQwNTU3MTE4NF5BMl5BanBnXkFtZTcwOTgxNDM2Mg@@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1080
|
+
<div class="list_name">
|
1081
|
+
<strong><a href="/list/ls057854778?ref_=tt_rls_4" >Emmas Lista</a></strong>
|
1082
|
+
</div>
|
1083
|
+
<div class="list_meta">
|
1084
|
+
a list of 48 titles
|
1085
|
+
<br />created 13 Mar 2013
|
1086
|
+
</div>
|
1087
|
+
<div class="clear"> </div>
|
1088
|
+
</div>
|
1089
|
+
<div class="list-preview even">
|
1090
|
+
<div class="list-preview-item-narrow">
|
1091
|
+
<a href="/list/ls058630505?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/MV5BMjE0ODk2NjczOV5BMl5BanBnXkFtZTYwNDQ0NDg4._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
1092
|
+
<div class="list_name">
|
1093
|
+
<strong><a href="/list/ls058630505?ref_=tt_rls_5" >Samuel L Jackson</a></strong>
|
1094
|
+
</div>
|
1095
|
+
<div class="list_meta">
|
1096
|
+
a list of 25 titles
|
1097
|
+
<br />created 2 months ago
|
1098
|
+
</div>
|
1099
|
+
<div class="clear"> </div>
|
1100
|
+
</div>
|
1147
1101
|
<div class="see-more">
|
1148
1102
|
<a href="/lists/tt0133093?ref_=tt_rls_sm" >See all related lists</a> »
|
1149
1103
|
</div>
|
1150
1104
|
</div>
|
1151
1105
|
</div>
|
1106
|
+
|
1152
1107
|
|
1153
1108
|
|
1154
1109
|
<!-- no content received for slot: btf_rhs1 -->
|
1155
1110
|
|
1111
|
+
|
1112
|
+
|
1156
1113
|
<div class="aux-content-widget-2">
|
1157
1114
|
<h3>Connect with IMDb</h3>
|
1158
1115
|
<div id="facebookWrapper">
|
@@ -1170,6 +1127,8 @@ src="http://ia.media-imdb.com/images/M/MV5BMTk5MTk3NDM4Ml5BMl5BanBnXkFtZTYwMDEyM
|
|
1170
1127
|
id="twitterIframe"></iframe>
|
1171
1128
|
</div>
|
1172
1129
|
|
1130
|
+
|
1131
|
+
|
1173
1132
|
|
1174
1133
|
|
1175
1134
|
<div class="aux-content-widget-2">
|
@@ -1182,9 +1141,9 @@ src="http://ia.media-imdb.com/images/M/MV5BMTk5MTk3NDM4Ml5BMl5BanBnXkFtZTYwMDEyM
|
|
1182
1141
|
</p>
|
1183
1142
|
<span class="imdbRatingPlugin imdbRatingStyle1" data-user="" data-title="tt0133093" data-style="t1">
|
1184
1143
|
<a href="/title/tt0133093/?ref_=tt_plg_rt" > <img alt="The Matrix (1999) on IMDb"
|
1185
|
-
src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473254.
|
1144
|
+
src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473254._CB379390954_.png">
|
1186
1145
|
</a> <span class="rating">8.7<span class="ofTen">/10</span></span>
|
1187
|
-
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_star_22x21-2889147855.
|
1146
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_star_22x21-2889147855._CB379391454_.png" class="star">
|
1188
1147
|
</span>
|
1189
1148
|
<p>Want to share IMDb's rating on your own site? Use the HTML below.</p>
|
1190
1149
|
<div id="ratingPluginHTML" class="hidden">
|
@@ -1204,6 +1163,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1204
1163
|
</div>
|
1205
1164
|
</div>
|
1206
1165
|
</div>
|
1166
|
+
|
1167
|
+
|
1207
1168
|
<script>
|
1208
1169
|
if ('csm' in window) {
|
1209
1170
|
csm.measure('csm_TitlePlayQuizWidget_started');
|
@@ -1221,37 +1182,41 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1221
1182
|
}
|
1222
1183
|
</script>
|
1223
1184
|
|
1224
|
-
|
1185
|
+
|
1186
|
+
<div class="aux-content-widget-2 poll-widget-rhs ">
|
1225
1187
|
<style>
|
1226
1188
|
.aux-content-widget-2.poll-widget-rhs ul li { margin-bottom: 0.5em; clear: left; font-weight: bold;}
|
1227
1189
|
.aux-content-widget-2.poll-widget-rhs span { margin-bottom: 0.5em; clear: left;}
|
1228
|
-
.aux-content-widget-2.poll-widget-rhs img { float: left; padding: 0 5px 5px 0; height:
|
1190
|
+
.aux-content-widget-2.poll-widget-rhs img { float: left; padding: 0 5px 5px 0; height: 86px; width: 86px;}
|
1229
1191
|
</style>
|
1230
|
-
<h3>
|
1192
|
+
<h3>User Polls</h3>
|
1231
1193
|
<ul>
|
1232
1194
|
<li>
|
1233
|
-
<a href="/poll
|
1195
|
+
<a href="/poll/-cXwwERDCyU/?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/MV5BMjE0ODk2NjczOV5BMl5BanBnXkFtZTYwNDQ0NDg4._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/-cXwwERDCyU/?ref_=tt_po_q1" >The most disturbing bullet-to-the-head scene?</a>
|
1234
1196
|
<li>
|
1235
|
-
<a href="/poll/
|
1197
|
+
<a href="/poll/eGFFVRBaEyQ/?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/MV5BMTY0OTM4ODM2MF5BMl5BanBnXkFtZTgwMTI0NDIxMDE@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/eGFFVRBaEyQ/?ref_=tt_po_q2" >I want to hook up my mind to...</a>
|
1236
1198
|
<li>
|
1237
|
-
<a href="/poll/
|
1199
|
+
<a href="/poll/ncTzUMnvacY/?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/MV5BMTc2MTU4ODI5MF5BMl5BanBnXkFtZTcwODI2MzAyOA@@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/ncTzUMnvacY/?ref_=tt_po_q3" >Most Impressive Special Effects of the 1990's</a>
|
1238
1200
|
<li>
|
1239
|
-
<a href="/poll/
|
1201
|
+
<a href="/poll/7o9OxVLKWTE/?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/MV5BMjI3MDk1NzkyNF5BMl5BanBnXkFtZTcwODMwODU2NA@@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/7o9OxVLKWTE/?ref_=tt_po_q4" >Favorite film character made of flesh and metal?</a>
|
1240
1202
|
<li>
|
1241
|
-
<a href="/poll/
|
1203
|
+
<a href="/poll/xbIQ-KC62mc/?ref_=tt_po_i5" ><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/MV5BODU4MjU4NjIwNl5BMl5BanBnXkFtZTgwMDU2MjEyMDE@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/xbIQ-KC62mc/?ref_=tt_po_q5" >90s Movie to TV Series</a>
|
1242
1204
|
<li>
|
1243
|
-
<a href="/poll/
|
1205
|
+
<a href="/poll/q-PwPY2Ku-E/?ref_=tt_po_i6" ><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/MV5BMjEzOTYxODc4Nl5BMl5BanBnXkFtZTcwNjkxMjUzMg@@._V1_SY86_CR21,0,86,86_.jpg" /></a> <a href="/poll/q-PwPY2Ku-E/?ref_=tt_po_q6" >The best kickass female characters of Fantasy/Sci-Fi</a>
|
1244
1206
|
</ul>
|
1245
|
-
<div class="see-more"><a href="/poll
|
1207
|
+
<div class="see-more"><a href="/poll/?ref_=tt_po_sm" >See more polls »</a></div>
|
1246
1208
|
</div>
|
1247
|
-
|
1209
|
+
|
1210
|
+
|
1248
1211
|
|
1249
1212
|
<!-- no content received for slot: bottom_rhs -->
|
1250
1213
|
|
1251
1214
|
|
1215
|
+
|
1252
1216
|
|
1253
1217
|
<!-- no content received for slot: btf_rhs2 -->
|
1254
1218
|
|
1219
|
+
|
1255
1220
|
|
1256
1221
|
</div>
|
1257
1222
|
|
@@ -1270,13 +1235,13 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1270
1235
|
|
1271
1236
|
|
1272
1237
|
<div class="article highlighted" id="titleAwardsRanks">
|
1273
|
-
<a href="/chart/top?tt0133093&ref_=tt_awd" ><strong>Top 250 #
|
1238
|
+
<a href="/chart/top?tt0133093&ref_=tt_awd" ><strong>Top 250 #19</strong></a>
|
1274
1239
|
|
1275
1240
|
|
|
1276
1241
|
|
1277
1242
|
|
1278
1243
|
<span itemprop="awards"><b>Won 4 Oscars.</b></span>
|
1279
|
-
<span itemprop="awards">Another 29 wins &
|
1244
|
+
<span itemprop="awards">Another 29 wins & 35 nominations.</span>
|
1280
1245
|
<span class="see-more inline">
|
1281
1246
|
<a href="/title/tt0133093/awards?ref_=tt_awd" >See more awards</a> » </span>
|
1282
1247
|
</div>
|
@@ -1305,19 +1270,18 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1305
1270
|
<h2>Photos</h2>
|
1306
1271
|
<div class="mediastrip">
|
1307
1272
|
|
1308
|
-
<a href="/media/
|
1309
|
-
<a href="/media/
|
1310
|
-
<a href="/media/
|
1311
|
-
<a href="/media/
|
1312
|
-
<a href="/media/
|
1273
|
+
<a href="/media/rm2149091072/tt0133093?ref_=tt_pv_md_1" itemprop='thumbnailUrl'><img height="105" width="105" alt="Still of Joe Pantoliano in The Matrix (1999)" title="Still of Joe Pantoliano in The Matrix (1999)"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/MV5BMjAxNzc2ODE2NF5BMl5BanBnXkFtZTcwMzU3MTIxNA@@._V1_SY105_CR29,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1274
|
+
<a href="/media/rm3262677248/tt0133093?ref_=tt_pv_md_2" itemprop='thumbnailUrl'><img height="105" width="105" alt="Still of Keanu Reeves and Carrie-Anne Moss in The Matrix (1999)" title="Still of Keanu Reeves and Carrie-Anne Moss in The Matrix (1999)"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/MV5BMTc0OTQ3MDE5OV5BMl5BanBnXkFtZTcwNDI4MTc4Mw@@._V1_SX105_CR0,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1275
|
+
<a href="/media/rm2400749312/tt0133093?ref_=tt_pv_md_3" itemprop='thumbnailUrl'><img height="105" width="105" alt="The Matrix (1999)" title="The Matrix (1999)"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/MV5BMTkyODYyMTI1N15BMl5BanBnXkFtZTcwNDU3MTIxNA@@._V1_SY105_CR45,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1276
|
+
<a href="/media/rm2165868288/tt0133093?ref_=tt_pv_md_4" itemprop='thumbnailUrl'><img height="105" width="105" alt="Still of Carrie-Anne Moss in The Matrix (1999)" title="Still of Carrie-Anne Moss in The Matrix (1999)"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/MV5BMjQ4NTAzNTE2OV5BMl5BanBnXkFtZTcwMjU3MTIxNA@@._V1_SY105_CR61,0,105,105_AL_.jpg" itemprop='image' /></a>
|
1277
|
+
<a href="/media/rm820550144/tt0133093?ref_=tt_pv_md_5" itemprop='thumbnailUrl'><img height="105" width="105" alt="The Matrix (1999)" title="The Matrix (1999)"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/MV5BMTc1NjgzMjU1MF5BMl5BanBnXkFtZTYwNDEzNDYy._V1_SY105_CR33,0,105,105_AL_.jpg" itemprop='image' /></a> </div>
|
1313
1278
|
</div>
|
1314
1279
|
<div class="combined-see-more see-more">
|
1315
1280
|
<a href="/title/tt0133093/mediaindex?ref_=tt_pv_mi_sm" ><span class="titlePageSprite showAllVidsAndPics"></span></a>
|
1316
|
-
<a href="/title/tt0133093/mediaindex?ref_=tt_pv_mi_sm" >
|
1317
|
-
|
1318
|
-
<a href="/title/tt0133093/videogallery?ref_=tt_pv_vi_sm" >2 videos</a>
|
1281
|
+
<a href="/title/tt0133093/mediaindex?ref_=tt_pv_mi_sm" >123 photos</a>
|
1282
|
+
|
1319
1283
|
<span class="ghost">|</span>
|
1320
|
-
<a href="/title/tt0133093/news?ref_=tt_pv_nw_sm" >
|
1284
|
+
<a href="/title/tt0133093/news?ref_=tt_pv_nw_sm" >1999 news articles</a> » </div>
|
1321
1285
|
</div>
|
1322
1286
|
</div>
|
1323
1287
|
<script>
|
@@ -1330,6 +1294,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1330
1294
|
csm.measure('csm_TitleMediaStripWidget_finished');
|
1331
1295
|
}
|
1332
1296
|
</script>
|
1297
|
+
|
1333
1298
|
<script>
|
1334
1299
|
if ('csm' in window) {
|
1335
1300
|
csm.measure('csm_TitleRecsWidget_started');
|
@@ -1340,9 +1305,11 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1340
1305
|
<span class="rightcornerlink">
|
1341
1306
|
<a href="/help/show_leaf?personalrecommendations&ref_=tt_rec_lm" >Learn more</a>
|
1342
1307
|
</span>
|
1308
|
+
|
1343
1309
|
<h2 class="rec_heading_wrapper">
|
1344
|
-
|
1310
|
+
<span class="rec_heading" data-spec="p13nsims:tt0133093">People who liked this also liked... </span>
|
1345
1311
|
</h2>
|
1312
|
+
|
1346
1313
|
<div class="rec_wrapper" id="title_recs"
|
1347
1314
|
data-items-per-request="24"
|
1348
1315
|
data-items-per-page="6"
|
@@ -1355,7 +1322,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1355
1322
|
<div class="rec_slide">
|
1356
1323
|
<div class="rec_page">
|
1357
1324
|
|
1358
|
-
|
1325
|
+
|
1326
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0234215">
|
1359
1327
|
<div class="rec_overlay">
|
1360
1328
|
<div class="rec_filter"></div>
|
1361
1329
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1363,11 +1331,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1363
1331
|
<div class="glyph rec_rating_glyph"></div>
|
1364
1332
|
<div class="glyph rec_pending_glyph"></div>
|
1365
1333
|
</div>
|
1366
|
-
<a href="/title/tt0234215/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Matrix Reloaded" title="The Matrix Reloaded"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1334
|
+
<a href="/title/tt0234215/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Matrix Reloaded" title="The Matrix Reloaded"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/MV5BMjA0NDM5MDY2OF5BMl5BanBnXkFtZTcwNzg5OTEzMw@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1367
1335
|
</a> </div>
|
1368
1336
|
|
1369
1337
|
|
1370
|
-
|
1338
|
+
|
1339
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0242653">
|
1371
1340
|
<div class="rec_overlay">
|
1372
1341
|
<div class="rec_filter"></div>
|
1373
1342
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1375,11 +1344,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1375
1344
|
<div class="glyph rec_rating_glyph"></div>
|
1376
1345
|
<div class="glyph rec_pending_glyph"></div>
|
1377
1346
|
</div>
|
1378
|
-
<a href="/title/tt0242653/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Matrix
|
1347
|
+
<a href="/title/tt0242653/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Matrix Revolutions" title="The Matrix Revolutions"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/MV5BMTkyNjc4NTQzOV5BMl5BanBnXkFtZTcwNDYzMTQyMQ@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1379
1348
|
</a> </div>
|
1380
1349
|
|
1381
1350
|
|
1382
|
-
|
1351
|
+
|
1352
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0080684">
|
1383
1353
|
<div class="rec_overlay">
|
1384
1354
|
<div class="rec_filter"></div>
|
1385
1355
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1387,11 +1357,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1387
1357
|
<div class="glyph rec_rating_glyph"></div>
|
1388
1358
|
<div class="glyph rec_pending_glyph"></div>
|
1389
1359
|
</div>
|
1390
|
-
<a href="/title/tt0080684/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Star Wars: Episode V - The Empire Strikes Back" title="Star Wars: Episode V - The Empire Strikes Back"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1360
|
+
<a href="/title/tt0080684/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Star Wars: Episode V - The Empire Strikes Back" title="Star Wars: Episode V - The Empire Strikes Back"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/MV5BMjE2MzQwMTgxN15BMl5BanBnXkFtZTcwMDQzNjk2OQ@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1391
1361
|
</a> </div>
|
1392
1362
|
|
1393
1363
|
|
1394
|
-
|
1364
|
+
|
1365
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0796366">
|
1395
1366
|
<div class="rec_overlay">
|
1396
1367
|
<div class="rec_filter"></div>
|
1397
1368
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1399,11 +1370,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1399
1370
|
<div class="glyph rec_rating_glyph"></div>
|
1400
1371
|
<div class="glyph rec_pending_glyph"></div>
|
1401
1372
|
</div>
|
1402
|
-
<a href="/title/tt0796366/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Star Trek" title="Star Trek"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1373
|
+
<a href="/title/tt0796366/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Star Trek" title="Star Trek"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/MV5BMjE5NDQ5OTE4Ml5BMl5BanBnXkFtZTcwOTE3NDIzMw@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1403
1374
|
</a> </div>
|
1404
1375
|
|
1405
1376
|
|
1406
|
-
|
1377
|
+
|
1378
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1318514">
|
1407
1379
|
<div class="rec_overlay">
|
1408
1380
|
<div class="rec_filter"></div>
|
1409
1381
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1411,11 +1383,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1411
1383
|
<div class="glyph rec_rating_glyph"></div>
|
1412
1384
|
<div class="glyph rec_pending_glyph"></div>
|
1413
1385
|
</div>
|
1414
|
-
<a href="/title/tt1318514/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Rise of the Planet of the Apes" title="Rise of the Planet of the Apes"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1386
|
+
<a href="/title/tt1318514/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Rise of the Planet of the Apes" title="Rise of the Planet of the Apes"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/MV5BMTQyMjUxNTc0Ml5BMl5BanBnXkFtZTcwMjg1ODExNg@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1415
1387
|
</a> </div>
|
1416
1388
|
|
1417
1389
|
|
1418
|
-
|
1390
|
+
|
1391
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1408101">
|
1419
1392
|
<div class="rec_overlay">
|
1420
1393
|
<div class="rec_filter"></div>
|
1421
1394
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1423,13 +1396,14 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1423
1396
|
<div class="glyph rec_rating_glyph"></div>
|
1424
1397
|
<div class="glyph rec_pending_glyph"></div>
|
1425
1398
|
</div>
|
1426
|
-
<a href="/title/tt1408101/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Star Trek Into Darkness" title="Star Trek Into Darkness"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1399
|
+
<a href="/title/tt1408101/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Star Trek Into Darkness" title="Star Trek Into Darkness"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/MV5BMTk2NzczOTgxNF5BMl5BanBnXkFtZTcwODQ5ODczOQ@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1427
1400
|
</a> </div>
|
1428
1401
|
|
1429
1402
|
</div>
|
1430
1403
|
<div class="rec_page">
|
1431
1404
|
|
1432
|
-
|
1405
|
+
|
1406
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1228705">
|
1433
1407
|
<div class="rec_overlay">
|
1434
1408
|
<div class="rec_filter"></div>
|
1435
1409
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1437,11 +1411,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1437
1411
|
<div class="glyph rec_rating_glyph"></div>
|
1438
1412
|
<div class="glyph rec_pending_glyph"></div>
|
1439
1413
|
</div>
|
1440
|
-
<a href="/title/tt1228705/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Iron Man 2" title="Iron Man 2"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1414
|
+
<a href="/title/tt1228705/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Iron Man 2" title="Iron Man 2"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/MV5BMTM0MDgwNjMyMl5BMl5BanBnXkFtZTcwNTg3NzAzMw@@._V1_SY113_CR0,0,76,113_AL_.jpg" /> <br/>
|
1441
1415
|
</a> </div>
|
1442
1416
|
|
1443
1417
|
|
1444
|
-
|
1418
|
+
|
1419
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0462465">
|
1445
1420
|
<div class="rec_overlay">
|
1446
1421
|
<div class="rec_filter"></div>
|
1447
1422
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1449,11 +1424,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1449
1424
|
<div class="glyph rec_rating_glyph"></div>
|
1450
1425
|
<div class="glyph rec_pending_glyph"></div>
|
1451
1426
|
</div>
|
1452
|
-
<a href="/title/tt0462465/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Outlander" title="Outlander"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1427
|
+
<a href="/title/tt0462465/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Outlander" title="Outlander"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/MV5BMzM3NzU3OTc0Nl5BMl5BanBnXkFtZTcwNzIwNDI4OA@@._V1_SY113_CR4,0,76,113_AL_.jpg" /> <br/>
|
1453
1428
|
</a> </div>
|
1454
1429
|
|
1455
1430
|
|
1456
|
-
|
1431
|
+
|
1432
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0268695">
|
1457
1433
|
<div class="rec_overlay">
|
1458
1434
|
<div class="rec_filter"></div>
|
1459
1435
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1461,11 +1437,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1461
1437
|
<div class="glyph rec_rating_glyph"></div>
|
1462
1438
|
<div class="glyph rec_pending_glyph"></div>
|
1463
1439
|
</div>
|
1464
|
-
<a href="/title/tt0268695/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Time Machine" title="The Time Machine"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1440
|
+
<a href="/title/tt0268695/?ref_=tt_rec_tti" ><img height="113" width="76" alt="The Time Machine" title="The Time Machine"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/MV5BMTkyNzY4MjcwOF5BMl5BanBnXkFtZTYwMTA3MjI3._V1_SY113_CR6,0,76,113_AL_.jpg" /> <br/>
|
1465
1441
|
</a> </div>
|
1466
1442
|
|
1467
1443
|
|
1468
|
-
|
1444
|
+
|
1445
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0087182">
|
1469
1446
|
<div class="rec_overlay">
|
1470
1447
|
<div class="rec_filter"></div>
|
1471
1448
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1473,11 +1450,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1473
1450
|
<div class="glyph rec_rating_glyph"></div>
|
1474
1451
|
<div class="glyph rec_pending_glyph"></div>
|
1475
1452
|
</div>
|
1476
|
-
<a href="/title/tt0087182/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Dune" title="Dune"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1453
|
+
<a href="/title/tt0087182/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Dune" title="Dune"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/MV5BMTU3MjQzNjMxMF5BMl5BanBnXkFtZTcwMjIwNDgyMQ@@._V1_SY113_CR2,0,76,113_AL_.jpg" /> <br/>
|
1477
1454
|
</a> </div>
|
1478
1455
|
|
1479
1456
|
|
1480
|
-
|
1457
|
+
|
1458
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1399103">
|
1481
1459
|
<div class="rec_overlay">
|
1482
1460
|
<div class="rec_filter"></div>
|
1483
1461
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1485,11 +1463,12 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1485
1463
|
<div class="glyph rec_rating_glyph"></div>
|
1486
1464
|
<div class="glyph rec_pending_glyph"></div>
|
1487
1465
|
</div>
|
1488
|
-
<a href="/title/
|
1466
|
+
<a href="/title/tt1399103/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Transformers: Dark of the Moon" title="Transformers: Dark of the Moon"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/MV5BMTkwOTY0MTc1NV5BMl5BanBnXkFtZTcwMDQwNjA2NQ@@._V1_SX76_CR0,0,76,113_AL_.jpg" /> <br/>
|
1489
1467
|
</a> </div>
|
1490
1468
|
|
1491
1469
|
|
1492
|
-
|
1470
|
+
|
1471
|
+
<div class="rec_item" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0089530">
|
1493
1472
|
<div class="rec_overlay">
|
1494
1473
|
<div class="rec_filter"></div>
|
1495
1474
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1497,7 +1476,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1497
1476
|
<div class="glyph rec_rating_glyph"></div>
|
1498
1477
|
<div class="glyph rec_pending_glyph"></div>
|
1499
1478
|
</div>
|
1500
|
-
<a href="/title/tt0089530/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Mad Max Beyond Thunderdome" title="Mad Max Beyond Thunderdome"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/film-293970583.
|
1479
|
+
<a href="/title/tt0089530/?ref_=tt_rec_tti" ><img height="113" width="76" alt="Mad Max Beyond Thunderdome" title="Mad Max Beyond Thunderdome"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/MV5BMTk0MDQ5NTYxNV5BMl5BanBnXkFtZTcwNTA0ODYyMQ@@._V1_SY113_CR4,0,76,113_AL_.jpg" /> <br/>
|
1501
1480
|
</a> </div>
|
1502
1481
|
|
1503
1482
|
</div>
|
@@ -1509,14 +1488,15 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1509
1488
|
</div>
|
1510
1489
|
</div>
|
1511
1490
|
</div>
|
1512
|
-
|
1491
|
+
|
1513
1492
|
<div class="rec_overviews">
|
1514
1493
|
|
1515
1494
|
|
1516
1495
|
<div class="rec_overview" data-tconst="tt0234215">
|
1517
1496
|
|
1518
1497
|
|
1519
|
-
|
1498
|
+
|
1499
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0234215">
|
1520
1500
|
<div class="rec_overlay">
|
1521
1501
|
<div class="rec_filter"></div>
|
1522
1502
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1524,7 +1504,7 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1524
1504
|
<div class="glyph rec_rating_glyph"></div>
|
1525
1505
|
<div class="glyph rec_pending_glyph"></div>
|
1526
1506
|
</div>
|
1527
|
-
<a href="/title/tt0234215/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Matrix Reloaded" title="The Matrix Reloaded"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
1507
|
+
<a href="/title/tt0234215/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Matrix Reloaded" title="The Matrix Reloaded"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/MV5BMjA0NDM5MDY2OF5BMl5BanBnXkFtZTcwNzg5OTEzMw@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
1528
1508
|
</a> </div>
|
1529
1509
|
|
1530
1510
|
|
@@ -1545,7 +1525,8 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1545
1525
|
<span class="btn2_text">Next »</span>
|
1546
1526
|
</a>
|
1547
1527
|
</span>
|
1548
|
-
</div>
|
1528
|
+
</div>
|
1529
|
+
|
1549
1530
|
<input type="hidden" name="49e6c" value="da29">
|
1550
1531
|
</div>
|
1551
1532
|
|
@@ -1584,10 +1565,10 @@ src="http://ia.media-imdb.com/images/G/01/imdb/images/plugins/imdb_46x22-2264473
|
|
1584
1565
|
|
1585
1566
|
|
1586
1567
|
|
1587
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0234215|imdb|7.
|
1588
|
-
title="Users rated this 7.
|
1568
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0234215|imdb|7.2|7.2|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
1569
|
+
title="Users rated this 7.2/10 (347,131 votes) - click stars to rate" >
|
1589
1570
|
<span class="rating-bg"> </span>
|
1590
|
-
<span class="rating-imdb " style="width:
|
1571
|
+
<span class="rating-imdb " style="width: 100.8px"> </span>
|
1591
1572
|
<span class="rating-stars">
|
1592
1573
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
1593
1574
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -1600,7 +1581,7 @@ title="Users rated this 7.1/10 (316,797 votes) - click stars to rate" >
|
|
1600
1581
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
1601
1582
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
1602
1583
|
</span>
|
1603
|
-
<span class="rating-rating "><span class="value">7.
|
1584
|
+
<span class="rating-rating "><span class="value">7.2</span><span class="grey">/</span><span class="grey">10</span></span>
|
1604
1585
|
<span class="rating-cancel "><a href="/title/tt0234215/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
1605
1586
|
</div>
|
1606
1587
|
|
@@ -1635,7 +1616,8 @@ Carrie-Anne Moss</span></div>
|
|
1635
1616
|
<div class="rec_overview" data-tconst="tt0242653">
|
1636
1617
|
|
1637
1618
|
|
1638
|
-
|
1619
|
+
|
1620
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0242653">
|
1639
1621
|
<div class="rec_overlay">
|
1640
1622
|
<div class="rec_filter"></div>
|
1641
1623
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1643,7 +1625,7 @@ Carrie-Anne Moss</span></div>
|
|
1643
1625
|
<div class="glyph rec_rating_glyph"></div>
|
1644
1626
|
<div class="glyph rec_pending_glyph"></div>
|
1645
1627
|
</div>
|
1646
|
-
<a href="/title/tt0242653/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Matrix
|
1628
|
+
<a href="/title/tt0242653/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Matrix Revolutions" title="The Matrix Revolutions"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/MV5BMTkyNjc4NTQzOV5BMl5BanBnXkFtZTcwNDYzMTQyMQ@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
1647
1629
|
</a> </div>
|
1648
1630
|
|
1649
1631
|
|
@@ -1664,7 +1646,8 @@ Carrie-Anne Moss</span></div>
|
|
1664
1646
|
<span class="btn2_text">Next »</span>
|
1665
1647
|
</a>
|
1666
1648
|
</span>
|
1667
|
-
</div>
|
1649
|
+
</div>
|
1650
|
+
|
1668
1651
|
<input type="hidden" name="49e6c" value="da29">
|
1669
1652
|
</div>
|
1670
1653
|
|
@@ -1674,7 +1657,7 @@ Carrie-Anne Moss</span></div>
|
|
1674
1657
|
<div class="rec-jaw-upper">
|
1675
1658
|
|
1676
1659
|
<div class="rec-title">
|
1677
|
-
<a href="/title/tt0242653/?ref_=tt_rec_tt" ><b>Matrix
|
1660
|
+
<a href="/title/tt0242653/?ref_=tt_rec_tt" ><b>The Matrix Revolutions</b></a>
|
1678
1661
|
<span class="nobr">(2003)</span>
|
1679
1662
|
</div>
|
1680
1663
|
|
@@ -1686,7 +1669,7 @@ Carrie-Anne Moss</span></div>
|
|
1686
1669
|
|
1687
1670
|
|
1688
1671
|
|
1689
|
-
<span title="Ratings certificate for Matrix
|
1672
|
+
<span title="Ratings certificate for The Matrix Revolutions (2003)"
|
1690
1673
|
class="us_r titlePageSprite absmiddle"></span>
|
1691
1674
|
|
1692
1675
|
Action
|
@@ -1704,10 +1687,10 @@ Carrie-Anne Moss</span></div>
|
|
1704
1687
|
|
1705
1688
|
|
1706
1689
|
|
1707
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0242653|imdb|6.
|
1708
|
-
title="Users rated this 6.
|
1690
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0242653|imdb|6.7|6.7|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
1691
|
+
title="Users rated this 6.7/10 (299,493 votes) - click stars to rate" >
|
1709
1692
|
<span class="rating-bg"> </span>
|
1710
|
-
<span class="rating-imdb " style="width:
|
1693
|
+
<span class="rating-imdb " style="width: 93.8px"> </span>
|
1711
1694
|
<span class="rating-stars">
|
1712
1695
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
1713
1696
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -1720,7 +1703,7 @@ title="Users rated this 6.6/10 (274,995 votes) - click stars to rate" >
|
|
1720
1703
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
1721
1704
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
1722
1705
|
</span>
|
1723
|
-
<span class="rating-rating "><span class="value">6.
|
1706
|
+
<span class="rating-rating "><span class="value">6.7</span><span class="grey">/</span><span class="grey">10</span></span>
|
1724
1707
|
<span class="rating-cancel "><a href="/title/tt0242653/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
1725
1708
|
</div>
|
1726
1709
|
|
@@ -1755,7 +1738,8 @@ Carrie-Anne Moss</span></div>
|
|
1755
1738
|
<div class="rec_overview" data-tconst="tt0080684">
|
1756
1739
|
|
1757
1740
|
|
1758
|
-
|
1741
|
+
|
1742
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0080684">
|
1759
1743
|
<div class="rec_overlay">
|
1760
1744
|
<div class="rec_filter"></div>
|
1761
1745
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1763,7 +1747,7 @@ Carrie-Anne Moss</span></div>
|
|
1763
1747
|
<div class="glyph rec_rating_glyph"></div>
|
1764
1748
|
<div class="glyph rec_pending_glyph"></div>
|
1765
1749
|
</div>
|
1766
|
-
<a href="/title/tt0080684/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Star Wars: Episode V - The Empire Strikes Back" title="Star Wars: Episode V - The Empire Strikes Back"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
1750
|
+
<a href="/title/tt0080684/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Star Wars: Episode V - The Empire Strikes Back" title="Star Wars: Episode V - The Empire Strikes Back"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/MV5BMjE2MzQwMTgxN15BMl5BanBnXkFtZTcwMDQzNjk2OQ@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
1767
1751
|
</a> </div>
|
1768
1752
|
|
1769
1753
|
|
@@ -1784,7 +1768,8 @@ Carrie-Anne Moss</span></div>
|
|
1784
1768
|
<span class="btn2_text">Next »</span>
|
1785
1769
|
</a>
|
1786
1770
|
</span>
|
1787
|
-
</div>
|
1771
|
+
</div>
|
1772
|
+
|
1788
1773
|
<input type="hidden" name="49e6c" value="da29">
|
1789
1774
|
</div>
|
1790
1775
|
|
@@ -1824,8 +1809,8 @@ Carrie-Anne Moss</span></div>
|
|
1824
1809
|
|
1825
1810
|
|
1826
1811
|
|
1827
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0080684|imdb|8.8|8.8|p13nsims-title" data-ga-identifier=""
|
1828
|
-
title="Users rated this 8.8/10 (
|
1812
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0080684|imdb|8.8|8.8|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
1813
|
+
title="Users rated this 8.8/10 (584,550 votes) - click stars to rate" >
|
1829
1814
|
<span class="rating-bg"> </span>
|
1830
1815
|
<span class="rating-imdb " style="width: 123.2px"> </span>
|
1831
1816
|
<span class="rating-stars">
|
@@ -1874,7 +1859,8 @@ Carrie Fisher</span></div>
|
|
1874
1859
|
<div class="rec_overview" data-tconst="tt0796366">
|
1875
1860
|
|
1876
1861
|
|
1877
|
-
|
1862
|
+
|
1863
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0796366">
|
1878
1864
|
<div class="rec_overlay">
|
1879
1865
|
<div class="rec_filter"></div>
|
1880
1866
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -1882,7 +1868,7 @@ Carrie Fisher</span></div>
|
|
1882
1868
|
<div class="glyph rec_rating_glyph"></div>
|
1883
1869
|
<div class="glyph rec_pending_glyph"></div>
|
1884
1870
|
</div>
|
1885
|
-
<a href="/title/tt0796366/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Star Trek" title="Star Trek"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
1871
|
+
<a href="/title/tt0796366/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Star Trek" title="Star Trek"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/MV5BMjE5NDQ5OTE4Ml5BMl5BanBnXkFtZTcwOTE3NDIzMw@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
1886
1872
|
</a> </div>
|
1887
1873
|
|
1888
1874
|
|
@@ -1903,7 +1889,8 @@ Carrie Fisher</span></div>
|
|
1903
1889
|
<span class="btn2_text">Next »</span>
|
1904
1890
|
</a>
|
1905
1891
|
</span>
|
1906
|
-
</div>
|
1892
|
+
</div>
|
1893
|
+
|
1907
1894
|
<input type="hidden" name="49e6c" value="da29">
|
1908
1895
|
</div>
|
1909
1896
|
|
@@ -1943,8 +1930,8 @@ Carrie Fisher</span></div>
|
|
1943
1930
|
|
1944
1931
|
|
1945
1932
|
|
1946
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0796366|imdb|8|8|p13nsims-title" data-ga-identifier=""
|
1947
|
-
title="Users rated this 8/10 (
|
1933
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0796366|imdb|8|8|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
1934
|
+
title="Users rated this 8/10 (418,605 votes) - click stars to rate" >
|
1948
1935
|
<span class="rating-bg"> </span>
|
1949
1936
|
<span class="rating-imdb " style="width: 112px"> </span>
|
1950
1937
|
<span class="rating-stars">
|
@@ -1993,7 +1980,8 @@ Simon Pegg</span></div>
|
|
1993
1980
|
<div class="rec_overview" data-tconst="tt1318514">
|
1994
1981
|
|
1995
1982
|
|
1996
|
-
|
1983
|
+
|
1984
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1318514">
|
1997
1985
|
<div class="rec_overlay">
|
1998
1986
|
<div class="rec_filter"></div>
|
1999
1987
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2001,7 +1989,7 @@ Simon Pegg</span></div>
|
|
2001
1989
|
<div class="glyph rec_rating_glyph"></div>
|
2002
1990
|
<div class="glyph rec_pending_glyph"></div>
|
2003
1991
|
</div>
|
2004
|
-
<a href="/title/tt1318514/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Rise of the Planet of the Apes" title="Rise of the Planet of the Apes"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
1992
|
+
<a href="/title/tt1318514/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Rise of the Planet of the Apes" title="Rise of the Planet of the Apes"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/MV5BMTQyMjUxNTc0Ml5BMl5BanBnXkFtZTcwMjg1ODExNg@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
2005
1993
|
</a> </div>
|
2006
1994
|
|
2007
1995
|
|
@@ -2022,7 +2010,8 @@ Simon Pegg</span></div>
|
|
2022
2010
|
<span class="btn2_text">Next »</span>
|
2023
2011
|
</a>
|
2024
2012
|
</span>
|
2025
|
-
</div>
|
2013
|
+
</div>
|
2014
|
+
|
2026
2015
|
<input type="hidden" name="49e6c" value="da29">
|
2027
2016
|
</div>
|
2028
2017
|
|
@@ -2062,10 +2051,10 @@ Simon Pegg</span></div>
|
|
2062
2051
|
|
2063
2052
|
|
2064
2053
|
|
2065
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1318514|imdb|7.
|
2066
|
-
title="Users rated this 7.
|
2054
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1318514|imdb|7.6|7.6|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2055
|
+
title="Users rated this 7.6/10 (288,497 votes) - click stars to rate" >
|
2067
2056
|
<span class="rating-bg"> </span>
|
2068
|
-
<span class="rating-imdb " style="width:
|
2057
|
+
<span class="rating-imdb " style="width: 106.4px"> </span>
|
2069
2058
|
<span class="rating-stars">
|
2070
2059
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2071
2060
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2078,7 +2067,7 @@ title="Users rated this 7.5/10 (255,405 votes) - click stars to rate" >
|
|
2078
2067
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2079
2068
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2080
2069
|
</span>
|
2081
|
-
<span class="rating-rating "><span class="value">7.
|
2070
|
+
<span class="rating-rating "><span class="value">7.6</span><span class="grey">/</span><span class="grey">10</span></span>
|
2082
2071
|
<span class="rating-cancel "><a href="/title/tt1318514/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2083
2072
|
</div>
|
2084
2073
|
|
@@ -2112,7 +2101,8 @@ Freida Pinto</span></div>
|
|
2112
2101
|
<div class="rec_overview" data-tconst="tt1408101">
|
2113
2102
|
|
2114
2103
|
|
2115
|
-
|
2104
|
+
|
2105
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1408101">
|
2116
2106
|
<div class="rec_overlay">
|
2117
2107
|
<div class="rec_filter"></div>
|
2118
2108
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2120,7 +2110,7 @@ Freida Pinto</span></div>
|
|
2120
2110
|
<div class="glyph rec_rating_glyph"></div>
|
2121
2111
|
<div class="glyph rec_pending_glyph"></div>
|
2122
2112
|
</div>
|
2123
|
-
<a href="/title/tt1408101/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Star Trek Into Darkness" title="Star Trek Into Darkness"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
2113
|
+
<a href="/title/tt1408101/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Star Trek Into Darkness" title="Star Trek Into Darkness"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/MV5BMTk2NzczOTgxNF5BMl5BanBnXkFtZTcwODQ5ODczOQ@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
2124
2114
|
</a> </div>
|
2125
2115
|
|
2126
2116
|
|
@@ -2141,7 +2131,8 @@ Freida Pinto</span></div>
|
|
2141
2131
|
<span class="btn2_text">Next »</span>
|
2142
2132
|
</a>
|
2143
2133
|
</span>
|
2144
|
-
</div>
|
2134
|
+
</div>
|
2135
|
+
|
2145
2136
|
<input type="hidden" name="49e6c" value="da29">
|
2146
2137
|
</div>
|
2147
2138
|
|
@@ -2181,8 +2172,8 @@ Freida Pinto</span></div>
|
|
2181
2172
|
|
2182
2173
|
|
2183
2174
|
|
2184
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1408101|imdb|7.9|7.9|p13nsims-title" data-ga-identifier=""
|
2185
|
-
title="Users rated this 7.9/10 (
|
2175
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1408101|imdb|7.9|7.9|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2176
|
+
title="Users rated this 7.9/10 (292,734 votes) - click stars to rate" >
|
2186
2177
|
<span class="rating-bg"> </span>
|
2187
2178
|
<span class="rating-imdb " style="width: 110.6px"> </span>
|
2188
2179
|
<span class="rating-stars">
|
@@ -2203,7 +2194,7 @@ title="Users rated this 7.9/10 (231,267 votes) - click stars to rate" >
|
|
2203
2194
|
|
2204
2195
|
<div class="rec-outline">
|
2205
2196
|
<p>
|
2206
|
-
After the crew of the Enterprise find an unstoppable force of terror from within their own organization, Captain Kirk leads a manhunt to a war-zone world to capture a one
|
2197
|
+
After the crew of the Enterprise find an unstoppable force of terror from within their own organization, Captain Kirk leads a manhunt to a war-zone world to capture a one-man weapon of mass destruction. </p>
|
2207
2198
|
</div>
|
2208
2199
|
|
2209
2200
|
</div>
|
@@ -2231,7 +2222,8 @@ Zoe Saldana</span></div>
|
|
2231
2222
|
<div class="rec_overview" data-tconst="tt1228705">
|
2232
2223
|
|
2233
2224
|
|
2234
|
-
|
2225
|
+
|
2226
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1228705">
|
2235
2227
|
<div class="rec_overlay">
|
2236
2228
|
<div class="rec_filter"></div>
|
2237
2229
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2239,7 +2231,7 @@ Zoe Saldana</span></div>
|
|
2239
2231
|
<div class="glyph rec_rating_glyph"></div>
|
2240
2232
|
<div class="glyph rec_pending_glyph"></div>
|
2241
2233
|
</div>
|
2242
|
-
<a href="/title/tt1228705/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Iron Man 2" title="Iron Man 2"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
2234
|
+
<a href="/title/tt1228705/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Iron Man 2" title="Iron Man 2"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/MV5BMTM0MDgwNjMyMl5BMl5BanBnXkFtZTcwNTg3NzAzMw@@._V1_SY190_CR0,0,128,190_AL_.jpg" /> <br/>
|
2243
2235
|
</a> </div>
|
2244
2236
|
|
2245
2237
|
|
@@ -2260,7 +2252,8 @@ Zoe Saldana</span></div>
|
|
2260
2252
|
<span class="btn2_text">Next »</span>
|
2261
2253
|
</a>
|
2262
2254
|
</span>
|
2263
|
-
</div>
|
2255
|
+
</div>
|
2256
|
+
|
2264
2257
|
<input type="hidden" name="49e6c" value="da29">
|
2265
2258
|
</div>
|
2266
2259
|
|
@@ -2300,10 +2293,10 @@ Zoe Saldana</span></div>
|
|
2300
2293
|
|
2301
2294
|
|
2302
2295
|
|
2303
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1228705|imdb|7|7|p13nsims-title" data-ga-identifier=""
|
2304
|
-
title="Users rated this 7/10 (
|
2296
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1228705|imdb|7.1|7.1|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2297
|
+
title="Users rated this 7.1/10 (353,963 votes) - click stars to rate" >
|
2305
2298
|
<span class="rating-bg"> </span>
|
2306
|
-
<span class="rating-imdb " style="width:
|
2299
|
+
<span class="rating-imdb " style="width: 99.4px"> </span>
|
2307
2300
|
<span class="rating-stars">
|
2308
2301
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2309
2302
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2316,13 +2309,13 @@ title="Users rated this 7/10 (315,877 votes) - click stars to rate" >
|
|
2316
2309
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2317
2310
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2318
2311
|
</span>
|
2319
|
-
<span class="rating-rating "><span class="value">7</span><span class="grey">/</span><span class="grey">10</span></span>
|
2312
|
+
<span class="rating-rating "><span class="value">7.1</span><span class="grey">/</span><span class="grey">10</span></span>
|
2320
2313
|
<span class="rating-cancel "><a href="/title/tt1228705/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2321
2314
|
</div>
|
2322
2315
|
|
2323
2316
|
<div class="rec-outline">
|
2324
2317
|
<p>
|
2325
|
-
|
2318
|
+
With the world now aware of his identity as Iron Man, Tony Stark must contend with both his declining health and a vengeful mad man with ties to his father's legacy. </p>
|
2326
2319
|
</div>
|
2327
2320
|
|
2328
2321
|
</div>
|
@@ -2351,7 +2344,8 @@ Gwyneth Paltrow</span></div>
|
|
2351
2344
|
<div class="rec_overview" data-tconst="tt0462465">
|
2352
2345
|
|
2353
2346
|
|
2354
|
-
|
2347
|
+
|
2348
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0462465">
|
2355
2349
|
<div class="rec_overlay">
|
2356
2350
|
<div class="rec_filter"></div>
|
2357
2351
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2359,7 +2353,7 @@ Gwyneth Paltrow</span></div>
|
|
2359
2353
|
<div class="glyph rec_rating_glyph"></div>
|
2360
2354
|
<div class="glyph rec_pending_glyph"></div>
|
2361
2355
|
</div>
|
2362
|
-
<a href="/title/tt0462465/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Outlander" title="Outlander"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
2356
|
+
<a href="/title/tt0462465/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Outlander" title="Outlander"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/MV5BMzM3NzU3OTc0Nl5BMl5BanBnXkFtZTcwNzIwNDI4OA@@._V1_SY190_CR7,0,128,190_AL_.jpg" /> <br/>
|
2363
2357
|
</a> </div>
|
2364
2358
|
|
2365
2359
|
|
@@ -2380,7 +2374,8 @@ Gwyneth Paltrow</span></div>
|
|
2380
2374
|
<span class="btn2_text">Next »</span>
|
2381
2375
|
</a>
|
2382
2376
|
</span>
|
2383
|
-
</div>
|
2377
|
+
</div>
|
2378
|
+
|
2384
2379
|
<input type="hidden" name="49e6c" value="da29">
|
2385
2380
|
</div>
|
2386
2381
|
|
@@ -2420,10 +2415,10 @@ Gwyneth Paltrow</span></div>
|
|
2420
2415
|
|
2421
2416
|
|
2422
2417
|
|
2423
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0462465|imdb|6.
|
2424
|
-
title="Users rated this 6.
|
2418
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0462465|imdb|6.3|6.3|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2419
|
+
title="Users rated this 6.3/10 (56,597 votes) - click stars to rate" >
|
2425
2420
|
<span class="rating-bg"> </span>
|
2426
|
-
<span class="rating-imdb " style="width:
|
2421
|
+
<span class="rating-imdb " style="width: 88.2px"> </span>
|
2427
2422
|
<span class="rating-stars">
|
2428
2423
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2429
2424
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2436,7 +2431,7 @@ title="Users rated this 6.2/10 (51,735 votes) - click stars to rate" >
|
|
2436
2431
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2437
2432
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2438
2433
|
</span>
|
2439
|
-
<span class="rating-rating "><span class="value">6.
|
2434
|
+
<span class="rating-rating "><span class="value">6.3</span><span class="grey">/</span><span class="grey">10</span></span>
|
2440
2435
|
<span class="rating-cancel "><a href="/title/tt0462465/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2441
2436
|
</div>
|
2442
2437
|
|
@@ -2470,7 +2465,8 @@ Ron Perlman</span></div>
|
|
2470
2465
|
<div class="rec_overview" data-tconst="tt0268695">
|
2471
2466
|
|
2472
2467
|
|
2473
|
-
|
2468
|
+
|
2469
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0268695">
|
2474
2470
|
<div class="rec_overlay">
|
2475
2471
|
<div class="rec_filter"></div>
|
2476
2472
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2478,7 +2474,7 @@ Ron Perlman</span></div>
|
|
2478
2474
|
<div class="glyph rec_rating_glyph"></div>
|
2479
2475
|
<div class="glyph rec_pending_glyph"></div>
|
2480
2476
|
</div>
|
2481
|
-
<a href="/title/tt0268695/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Time Machine" title="The Time Machine"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
2477
|
+
<a href="/title/tt0268695/?ref_=tt_rec_tti" ><img height="190" width="128" alt="The Time Machine" title="The Time Machine"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/MV5BMTkyNzY4MjcwOF5BMl5BanBnXkFtZTYwMTA3MjI3._V1_SY190_CR11,0,128,190_AL_.jpg" /> <br/>
|
2482
2478
|
</a> </div>
|
2483
2479
|
|
2484
2480
|
|
@@ -2499,7 +2495,8 @@ Ron Perlman</span></div>
|
|
2499
2495
|
<span class="btn2_text">Next »</span>
|
2500
2496
|
</a>
|
2501
2497
|
</span>
|
2502
|
-
</div>
|
2498
|
+
</div>
|
2499
|
+
|
2503
2500
|
<input type="hidden" name="49e6c" value="da29">
|
2504
2501
|
</div>
|
2505
2502
|
|
@@ -2539,10 +2536,10 @@ Ron Perlman</span></div>
|
|
2539
2536
|
|
2540
2537
|
|
2541
2538
|
|
2542
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0268695|imdb|5.
|
2543
|
-
title="Users rated this 5.
|
2539
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0268695|imdb|5.9|5.9|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2540
|
+
title="Users rated this 5.9/10 (91,222 votes) - click stars to rate" >
|
2544
2541
|
<span class="rating-bg"> </span>
|
2545
|
-
<span class="rating-imdb " style="width:
|
2542
|
+
<span class="rating-imdb " style="width: 82.6px"> </span>
|
2546
2543
|
<span class="rating-stars">
|
2547
2544
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2548
2545
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2555,7 +2552,7 @@ title="Users rated this 5.8/10 (84,287 votes) - click stars to rate" >
|
|
2555
2552
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2556
2553
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2557
2554
|
</span>
|
2558
|
-
<span class="rating-rating "><span class="value">5.
|
2555
|
+
<span class="rating-rating "><span class="value">5.9</span><span class="grey">/</span><span class="grey">10</span></span>
|
2559
2556
|
<span class="rating-cancel "><a href="/title/tt0268695/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2560
2557
|
</div>
|
2561
2558
|
|
@@ -2589,7 +2586,8 @@ Mark Addy</span></div>
|
|
2589
2586
|
<div class="rec_overview" data-tconst="tt0087182">
|
2590
2587
|
|
2591
2588
|
|
2592
|
-
|
2589
|
+
|
2590
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0087182">
|
2593
2591
|
<div class="rec_overlay">
|
2594
2592
|
<div class="rec_filter"></div>
|
2595
2593
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2597,7 +2595,7 @@ Mark Addy</span></div>
|
|
2597
2595
|
<div class="glyph rec_rating_glyph"></div>
|
2598
2596
|
<div class="glyph rec_pending_glyph"></div>
|
2599
2597
|
</div>
|
2600
|
-
<a href="/title/tt0087182/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Dune" title="Dune"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
2598
|
+
<a href="/title/tt0087182/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Dune" title="Dune"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/MV5BMTU3MjQzNjMxMF5BMl5BanBnXkFtZTcwMjIwNDgyMQ@@._V1_SY190_CR3,0,128,190_AL_.jpg" /> <br/>
|
2601
2599
|
</a> </div>
|
2602
2600
|
|
2603
2601
|
|
@@ -2618,7 +2616,8 @@ Mark Addy</span></div>
|
|
2618
2616
|
<span class="btn2_text">Next »</span>
|
2619
2617
|
</a>
|
2620
2618
|
</span>
|
2621
|
-
</div>
|
2619
|
+
</div>
|
2620
|
+
|
2622
2621
|
<input type="hidden" name="49e6c" value="da29">
|
2623
2622
|
</div>
|
2624
2623
|
|
@@ -2658,10 +2657,10 @@ Mark Addy</span></div>
|
|
2658
2657
|
|
2659
2658
|
|
2660
2659
|
|
2661
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0087182|imdb|6.
|
2662
|
-
title="Users rated this 6.
|
2660
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0087182|imdb|6.6|6.6|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2661
|
+
title="Users rated this 6.6/10 (83,240 votes) - click stars to rate" >
|
2663
2662
|
<span class="rating-bg"> </span>
|
2664
|
-
<span class="rating-imdb " style="width:
|
2663
|
+
<span class="rating-imdb " style="width: 92.4px"> </span>
|
2665
2664
|
<span class="rating-stars">
|
2666
2665
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2667
2666
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2674,7 +2673,7 @@ title="Users rated this 6.5/10 (77,984 votes) - click stars to rate" >
|
|
2674
2673
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2675
2674
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2676
2675
|
</span>
|
2677
|
-
<span class="rating-rating "><span class="value">6.
|
2676
|
+
<span class="rating-rating "><span class="value">6.6</span><span class="grey">/</span><span class="grey">10</span></span>
|
2678
2677
|
<span class="rating-cancel "><a href="/title/tt0087182/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2679
2678
|
</div>
|
2680
2679
|
|
@@ -2705,10 +2704,11 @@ Francesca Annis</span></div>
|
|
2705
2704
|
</div>
|
2706
2705
|
|
2707
2706
|
|
2708
|
-
<div class="rec_overview" data-tconst="
|
2707
|
+
<div class="rec_overview" data-tconst="tt1399103">
|
2709
2708
|
|
2710
2709
|
|
2711
|
-
|
2710
|
+
|
2711
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt1399103">
|
2712
2712
|
<div class="rec_overlay">
|
2713
2713
|
<div class="rec_filter"></div>
|
2714
2714
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2716,7 +2716,7 @@ Francesca Annis</span></div>
|
|
2716
2716
|
<div class="glyph rec_rating_glyph"></div>
|
2717
2717
|
<div class="glyph rec_pending_glyph"></div>
|
2718
2718
|
</div>
|
2719
|
-
<a href="/title/
|
2719
|
+
<a href="/title/tt1399103/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Transformers: Dark of the Moon" title="Transformers: Dark of the Moon"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/MV5BMTkwOTY0MTc1NV5BMl5BanBnXkFtZTcwMDQwNjA2NQ@@._V1_SX128_CR0,0,128,190_AL_.jpg" /> <br/>
|
2720
2720
|
</a> </div>
|
2721
2721
|
|
2722
2722
|
|
@@ -2725,7 +2725,7 @@ Francesca Annis</span></div>
|
|
2725
2725
|
<div class="rec_action_divider">
|
2726
2726
|
<div class="wlb_classic_wrapper">
|
2727
2727
|
<span class="wlb_wrapper">
|
2728
|
-
<a class="rec_wlb_watchlist_btn" data-tconst="
|
2728
|
+
<a class="rec_wlb_watchlist_btn" data-tconst="tt1399103" data-size="medium" data-caller-name="p13nsims-title" data-type="primary"></a>
|
2729
2729
|
</span>
|
2730
2730
|
</div>
|
2731
2731
|
</div>
|
@@ -2737,7 +2737,8 @@ Francesca Annis</span></div>
|
|
2737
2737
|
<span class="btn2_text">Next »</span>
|
2738
2738
|
</a>
|
2739
2739
|
</span>
|
2740
|
-
</div>
|
2740
|
+
</div>
|
2741
|
+
|
2741
2742
|
<input type="hidden" name="49e6c" value="da29">
|
2742
2743
|
</div>
|
2743
2744
|
|
@@ -2747,8 +2748,8 @@ Francesca Annis</span></div>
|
|
2747
2748
|
<div class="rec-jaw-upper">
|
2748
2749
|
|
2749
2750
|
<div class="rec-title">
|
2750
|
-
<a href="/title/
|
2751
|
-
<span class="nobr">(
|
2751
|
+
<a href="/title/tt1399103/?ref_=tt_rec_tt" ><b>Transformers: Dark of the Moon</b></a>
|
2752
|
+
<span class="nobr">(2011)</span>
|
2752
2753
|
</div>
|
2753
2754
|
|
2754
2755
|
|
@@ -2759,14 +2760,15 @@ Francesca Annis</span></div>
|
|
2759
2760
|
|
2760
2761
|
|
2761
2762
|
|
2762
|
-
<span title="Ratings certificate for
|
2763
|
+
<span title="Ratings certificate for Transformers: Dark of the Moon (2011)"
|
2763
2764
|
class="us_pg_13 titlePageSprite absmiddle"></span>
|
2764
2765
|
|
2765
2766
|
Action
|
2767
|
+
<span class="ghost">|</span>
|
2768
|
+
Adventure
|
2766
2769
|
<span class="ghost">|</span>
|
2767
2770
|
Sci-Fi
|
2768
2771
|
|
2769
|
-
|
2770
2772
|
|
2771
2773
|
</div>
|
2772
2774
|
|
@@ -2776,10 +2778,10 @@ Francesca Annis</span></div>
|
|
2776
2778
|
|
2777
2779
|
|
2778
2780
|
|
2779
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="
|
2780
|
-
title="Users rated this
|
2781
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt1399103|imdb|6.4|6.4|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2782
|
+
title="Users rated this 6.4/10 (250,261 votes) - click stars to rate" >
|
2781
2783
|
<span class="rating-bg"> </span>
|
2782
|
-
<span class="rating-imdb " style="width:
|
2784
|
+
<span class="rating-imdb " style="width: 89.6px"> </span>
|
2783
2785
|
<span class="rating-stars">
|
2784
2786
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2785
2787
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2792,13 +2794,13 @@ title="Users rated this 5.4/10 (91,907 votes) - click stars to rate" >
|
|
2792
2794
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2793
2795
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2794
2796
|
</span>
|
2795
|
-
<span class="rating-rating "><span class="value">
|
2796
|
-
<span class="rating-cancel "><a href="/title/
|
2797
|
+
<span class="rating-rating "><span class="value">6.4</span><span class="grey">/</span><span class="grey">10</span></span>
|
2798
|
+
<span class="rating-cancel "><a href="/title/tt1399103/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2797
2799
|
</div>
|
2798
2800
|
|
2799
2801
|
<div class="rec-outline">
|
2800
2802
|
<p>
|
2801
|
-
|
2803
|
+
The Autobots learn of a Cybertronian spacecraft hidden on the moon, and race against the Decepticons to reach it and to learn its secrets. </p>
|
2802
2804
|
</div>
|
2803
2805
|
|
2804
2806
|
</div>
|
@@ -2809,12 +2811,12 @@ Aeon Flux is a mysterious assassin working for the Monicans, a group of rebels t
|
|
2809
2811
|
<div class="rec-jaw-teeth"></div>
|
2810
2812
|
<div class="rec-director rec-ellipsis">
|
2811
2813
|
<b>Director:</b>
|
2812
|
-
|
2814
|
+
Michael Bay </div>
|
2813
2815
|
<div class="rec-actor rec-ellipsis"> <span>
|
2814
2816
|
<b>Stars:</b>
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2817
|
+
Shia LaBeouf,
|
2818
|
+
Rosie Huntington-Whiteley,
|
2819
|
+
Tyrese Gibson</span></div>
|
2818
2820
|
</div>
|
2819
2821
|
|
2820
2822
|
</div>
|
@@ -2826,7 +2828,8 @@ Sophie Okonedo</span></div>
|
|
2826
2828
|
<div class="rec_overview" data-tconst="tt0089530">
|
2827
2829
|
|
2828
2830
|
|
2829
|
-
|
2831
|
+
|
2832
|
+
<div class="rec_poster" data-info="" data-spec="p13nsims:tt0133093" data-tconst="tt0089530">
|
2830
2833
|
<div class="rec_overlay">
|
2831
2834
|
<div class="rec_filter"></div>
|
2832
2835
|
<div class="glyph rec_watchlist_glyph"></div>
|
@@ -2834,7 +2837,7 @@ Sophie Okonedo</span></div>
|
|
2834
2837
|
<div class="glyph rec_rating_glyph"></div>
|
2835
2838
|
<div class="glyph rec_pending_glyph"></div>
|
2836
2839
|
</div>
|
2837
|
-
<a href="/title/tt0089530/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Mad Max Beyond Thunderdome" title="Mad Max Beyond Thunderdome"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/large/film-184890147.
|
2840
|
+
<a href="/title/tt0089530/?ref_=tt_rec_tti" ><img height="190" width="128" alt="Mad Max Beyond Thunderdome" title="Mad Max Beyond Thunderdome"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/MV5BMTk0MDQ5NTYxNV5BMl5BanBnXkFtZTcwNTA0ODYyMQ@@._V1_SY190_CR7,0,128,190_AL_.jpg" /> <br/>
|
2838
2841
|
</a> </div>
|
2839
2842
|
|
2840
2843
|
|
@@ -2855,7 +2858,8 @@ Sophie Okonedo</span></div>
|
|
2855
2858
|
<span class="btn2_text">Next »</span>
|
2856
2859
|
</a>
|
2857
2860
|
</span>
|
2858
|
-
</div>
|
2861
|
+
</div>
|
2862
|
+
|
2859
2863
|
<input type="hidden" name="49e6c" value="da29">
|
2860
2864
|
</div>
|
2861
2865
|
|
@@ -2895,10 +2899,10 @@ Sophie Okonedo</span></div>
|
|
2895
2899
|
|
2896
2900
|
|
2897
2901
|
|
2898
|
-
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0089530|imdb|6.
|
2899
|
-
title="Users rated this 6.
|
2902
|
+
<div class="rating rating-list" data-starbar-class="rating-list" data-auth="" data-user="" id="tt0089530|imdb|6.2|6.2|p13nsims-title|tt0133093|title|main" data-ga-identifier=""
|
2903
|
+
title="Users rated this 6.2/10 (69,339 votes) - click stars to rate" >
|
2900
2904
|
<span class="rating-bg"> </span>
|
2901
|
-
<span class="rating-imdb " style="width:
|
2905
|
+
<span class="rating-imdb " style="width: 86.8px"> </span>
|
2902
2906
|
<span class="rating-stars">
|
2903
2907
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>1</span></a>
|
2904
2908
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>2</span></a>
|
@@ -2911,7 +2915,7 @@ title="Users rated this 6.1/10 (64,363 votes) - click stars to rate" >
|
|
2911
2915
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>9</span></a>
|
2912
2916
|
<a rel="nofollow" href="/register/login?why=vote&ref_=tt_ov_rt" title="Register or login to rate this title" ><span>10</span></a>
|
2913
2917
|
</span>
|
2914
|
-
<span class="rating-rating "><span class="value">6.
|
2918
|
+
<span class="rating-rating "><span class="value">6.2</span><span class="grey">/</span><span class="grey">10</span></span>
|
2915
2919
|
<span class="rating-cancel "><a href="/title/tt0089530/vote?v=X;k=" title="Delete" rel="nofollow"><span>X</span></a></span>
|
2916
2920
|
</div>
|
2917
2921
|
|
@@ -2968,7 +2972,7 @@ Bruce Spence</span></div>
|
|
2968
2972
|
<tr><td colspan="4" class="castlist_label">Cast overview, first billed only:</td></tr>
|
2969
2973
|
<tr class="odd">
|
2970
2974
|
<td class="primary_photo">
|
2971
|
-
<a href="/name/nm0000206/?ref_=tt_cl_i1" ><img height="44" width="32" alt="Keanu Reeves" title="Keanu Reeves"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
2975
|
+
<a href="/name/nm0000206/?ref_=tt_cl_i1" ><img height="44" width="32" alt="Keanu Reeves" title="Keanu Reeves"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/MV5BNjUxNDcwMTg4Ml5BMl5BanBnXkFtZTcwMjU4NDYyOA@@._V1_SY44_CR1,0,32,44_AL_.jpg" /></a> </td>
|
2972
2976
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
2973
2977
|
<a href="/name/nm0000206/?ref_=tt_cl_t1" itemprop='url'> <span class="itemprop" itemprop="name">Keanu Reeves</span>
|
2974
2978
|
</a> </td>
|
@@ -2984,7 +2988,7 @@ Bruce Spence</span></div>
|
|
2984
2988
|
</tr>
|
2985
2989
|
<tr class="even">
|
2986
2990
|
<td class="primary_photo">
|
2987
|
-
<a href="/name/nm0000401/?ref_=tt_cl_i2" ><img height="44" width="32" alt="Laurence Fishburne" title="Laurence Fishburne"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
2991
|
+
<a href="/name/nm0000401/?ref_=tt_cl_i2" ><img height="44" width="32" alt="Laurence Fishburne" title="Laurence Fishburne"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/MV5BMTc0NjczNDc1MV5BMl5BanBnXkFtZTYwMDU0Mjg1._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
2988
2992
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
2989
2993
|
<a href="/name/nm0000401/?ref_=tt_cl_t2" itemprop='url'> <span class="itemprop" itemprop="name">Laurence Fishburne</span>
|
2990
2994
|
</a> </td>
|
@@ -3000,7 +3004,7 @@ Bruce Spence</span></div>
|
|
3000
3004
|
</tr>
|
3001
3005
|
<tr class="odd">
|
3002
3006
|
<td class="primary_photo">
|
3003
|
-
<a href="/name/nm0005251/?ref_=tt_cl_i3" ><img height="44" width="32" alt="Carrie-Anne Moss" title="Carrie-Anne Moss"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3007
|
+
<a href="/name/nm0005251/?ref_=tt_cl_i3" ><img height="44" width="32" alt="Carrie-Anne Moss" title="Carrie-Anne Moss"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/MV5BMTYxMjgwNzEwOF5BMl5BanBnXkFtZTcwNTQ0NzI5Ng@@._V1_SY44_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3004
3008
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3005
3009
|
<a href="/name/nm0005251/?ref_=tt_cl_t3" itemprop='url'> <span class="itemprop" itemprop="name">Carrie-Anne Moss</span>
|
3006
3010
|
</a> </td>
|
@@ -3016,7 +3020,7 @@ Bruce Spence</span></div>
|
|
3016
3020
|
</tr>
|
3017
3021
|
<tr class="even">
|
3018
3022
|
<td class="primary_photo">
|
3019
|
-
<a href="/name/nm0915989/?ref_=tt_cl_i4" ><img height="44" width="32" alt="Hugo Weaving" title="Hugo Weaving"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3023
|
+
<a href="/name/nm0915989/?ref_=tt_cl_i4" ><img height="44" width="32" alt="Hugo Weaving" title="Hugo Weaving"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/MV5BMjAxMzAyNDQyMF5BMl5BanBnXkFtZTcwOTM4ODcxMw@@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3020
3024
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3021
3025
|
<a href="/name/nm0915989/?ref_=tt_cl_t4" itemprop='url'> <span class="itemprop" itemprop="name">Hugo Weaving</span>
|
3022
3026
|
</a> </td>
|
@@ -3032,7 +3036,7 @@ Bruce Spence</span></div>
|
|
3032
3036
|
</tr>
|
3033
3037
|
<tr class="odd">
|
3034
3038
|
<td class="primary_photo">
|
3035
|
-
<a href="/name/nm0287825/?ref_=tt_cl_i5" ><img height="44" width="32" alt="Gloria Foster" title="Gloria Foster"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3039
|
+
<a href="/name/nm0287825/?ref_=tt_cl_i5" ><img height="44" width="32" alt="Gloria Foster" title="Gloria Foster"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/MV5BMTQxNjY0NjY5M15BMl5BanBnXkFtZTcwNzU3MjkwOA@@._V1_SY44_CR1,0,32,44_AL_.jpg" /></a> </td>
|
3036
3040
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3037
3041
|
<a href="/name/nm0287825/?ref_=tt_cl_t5" itemprop='url'> <span class="itemprop" itemprop="name">Gloria Foster</span>
|
3038
3042
|
</a> </td>
|
@@ -3048,7 +3052,7 @@ Bruce Spence</span></div>
|
|
3048
3052
|
</tr>
|
3049
3053
|
<tr class="even">
|
3050
3054
|
<td class="primary_photo">
|
3051
|
-
<a href="/name/nm0001592/?ref_=tt_cl_i6" ><img height="44" width="32" alt="Joe Pantoliano" title="Joe Pantoliano"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3055
|
+
<a href="/name/nm0001592/?ref_=tt_cl_i6" ><img height="44" width="32" alt="Joe Pantoliano" title="Joe Pantoliano"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/MV5BMTA5NjgwODU4NDZeQTJeQWpwZ15BbWU3MDE0NzUwNDQ@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3052
3056
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3053
3057
|
<a href="/name/nm0001592/?ref_=tt_cl_t6" itemprop='url'> <span class="itemprop" itemprop="name">Joe Pantoliano</span>
|
3054
3058
|
</a> </td>
|
@@ -3064,7 +3068,7 @@ Bruce Spence</span></div>
|
|
3064
3068
|
</tr>
|
3065
3069
|
<tr class="odd">
|
3066
3070
|
<td class="primary_photo">
|
3067
|
-
<a href="/name/nm0159059/?ref_=tt_cl_i7" ><img height="44" width="32" alt="Marcus Chong" title="Marcus Chong"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3071
|
+
<a href="/name/nm0159059/?ref_=tt_cl_i7" ><img height="44" width="32" alt="Marcus Chong" title="Marcus Chong"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/MV5BMTM1MjI3MjA0N15BMl5BanBnXkFtZTYwMzgxMTA3._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3068
3072
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3069
3073
|
<a href="/name/nm0159059/?ref_=tt_cl_t7" itemprop='url'> <span class="itemprop" itemprop="name">Marcus Chong</span>
|
3070
3074
|
</a> </td>
|
@@ -3080,7 +3084,7 @@ Bruce Spence</span></div>
|
|
3080
3084
|
</tr>
|
3081
3085
|
<tr class="even">
|
3082
3086
|
<td class="primary_photo">
|
3083
|
-
<a href="/name/nm0032810/?ref_=tt_cl_i8" ><img height="44" width="32" alt="Julian Arahanga" title="Julian Arahanga"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3087
|
+
<a href="/name/nm0032810/?ref_=tt_cl_i8" ><img height="44" width="32" alt="Julian Arahanga" title="Julian Arahanga"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/MV5BMTI3MTg1NzU3OF5BMl5BanBnXkFtZTYwMDI3OTQ3._V1_SY44_CR16,0,32,44_AL_.jpg" /></a> </td>
|
3084
3088
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3085
3089
|
<a href="/name/nm0032810/?ref_=tt_cl_t8" itemprop='url'> <span class="itemprop" itemprop="name">Julian Arahanga</span>
|
3086
3090
|
</a> </td>
|
@@ -3096,7 +3100,7 @@ Bruce Spence</span></div>
|
|
3096
3100
|
</tr>
|
3097
3101
|
<tr class="odd">
|
3098
3102
|
<td class="primary_photo">
|
3099
|
-
<a href="/name/nm0233391/?ref_=tt_cl_i9" ><img height="44" width="32" alt="Matt Doran" title="Matt Doran"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3103
|
+
<a href="/name/nm0233391/?ref_=tt_cl_i9" ><img height="44" width="32" alt="Matt Doran" title="Matt Doran"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/MV5BMTY0Mzk0Mjc2M15BMl5BanBnXkFtZTcwNjM3ODU1OA@@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3100
3104
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3101
3105
|
<a href="/name/nm0233391/?ref_=tt_cl_t9" itemprop='url'> <span class="itemprop" itemprop="name">Matt Doran</span>
|
3102
3106
|
</a> </td>
|
@@ -3112,7 +3116,7 @@ Bruce Spence</span></div>
|
|
3112
3116
|
</tr>
|
3113
3117
|
<tr class="even">
|
3114
3118
|
<td class="primary_photo">
|
3115
|
-
<a href="/name/nm0565883/?ref_=tt_cl_i10" ><img height="44" width="32" alt="Belinda McClory" title="Belinda McClory"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3119
|
+
<a href="/name/nm0565883/?ref_=tt_cl_i10" ><img height="44" width="32" alt="Belinda McClory" title="Belinda McClory"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/MV5BNjk2NzQ0OTUxOF5BMl5BanBnXkFtZTcwNjc1NzU1OQ@@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3116
3120
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3117
3121
|
<a href="/name/nm0565883/?ref_=tt_cl_t10" itemprop='url'> <span class="itemprop" itemprop="name">Belinda McClory</span>
|
3118
3122
|
</a> </td>
|
@@ -3128,7 +3132,7 @@ Bruce Spence</span></div>
|
|
3128
3132
|
</tr>
|
3129
3133
|
<tr class="odd">
|
3130
3134
|
<td class="primary_photo">
|
3131
|
-
<a href="/name/nm0662562/?ref_=tt_cl_i11" ><img height="44" width="32" alt="Anthony Ray Parker" title="Anthony Ray Parker"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3135
|
+
<a href="/name/nm0662562/?ref_=tt_cl_i11" ><img height="44" width="32" alt="Anthony Ray Parker" title="Anthony Ray Parker"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/MV5BOTIxNjk1MDQwNV5BMl5BanBnXkFtZTcwNTQwMjUxOA@@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3132
3136
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3133
3137
|
<a href="/name/nm0662562/?ref_=tt_cl_t11" itemprop='url'> <span class="itemprop" itemprop="name">Anthony Ray Parker</span>
|
3134
3138
|
</a> </td>
|
@@ -3144,7 +3148,7 @@ Bruce Spence</span></div>
|
|
3144
3148
|
</tr>
|
3145
3149
|
<tr class="even">
|
3146
3150
|
<td class="primary_photo">
|
3147
|
-
<a href="/name/nm0323822/?ref_=tt_cl_i12" ><img height="44" width="32" alt="Paul Goddard" title="Paul Goddard"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3151
|
+
<a href="/name/nm0323822/?ref_=tt_cl_i12" ><img height="44" width="32" alt="Paul Goddard" title="Paul Goddard"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/MV5BMTc1MTIyMTI5OV5BMl5BanBnXkFtZTcwMTc4OTkwOA@@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3148
3152
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3149
3153
|
<a href="/name/nm0323822/?ref_=tt_cl_t12" itemprop='url'> <span class="itemprop" itemprop="name">Paul Goddard</span>
|
3150
3154
|
</a> </td>
|
@@ -3160,7 +3164,7 @@ Bruce Spence</span></div>
|
|
3160
3164
|
</tr>
|
3161
3165
|
<tr class="odd">
|
3162
3166
|
<td class="primary_photo">
|
3163
|
-
<a href="/name/nm0853079/?ref_=tt_cl_i13" ><img height="44" width="32" alt="Robert Taylor" title="Robert Taylor"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3167
|
+
<a href="/name/nm0853079/?ref_=tt_cl_i13" ><img height="44" width="32" alt="Robert Taylor" title="Robert Taylor"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/MV5BOTM1NTk5MzA4OF5BMl5BanBnXkFtZTcwMTgwMTA5Nw@@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3164
3168
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3165
3169
|
<a href="/name/nm0853079/?ref_=tt_cl_t13" itemprop='url'> <span class="itemprop" itemprop="name">Robert Taylor</span>
|
3166
3170
|
</a> </td>
|
@@ -3176,7 +3180,7 @@ Bruce Spence</span></div>
|
|
3176
3180
|
</tr>
|
3177
3181
|
<tr class="even">
|
3178
3182
|
<td class="primary_photo">
|
3179
|
-
<a href="/name/nm0040058/?ref_=tt_cl_i14" ><img height="44" width="32" alt="David Aston" title="David Aston"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3183
|
+
<a href="/name/nm0040058/?ref_=tt_cl_i14" ><img height="44" width="32" alt="David Aston" title="David Aston"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/MV5BMjA2Njc4Nzk2OV5BMl5BanBnXkFtZTcwMjExODIwOA@@._V1_SY44_CR1,0,32,44_AL_.jpg" /></a> </td>
|
3180
3184
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3181
3185
|
<a href="/name/nm0040058/?ref_=tt_cl_t14" itemprop='url'> <span class="itemprop" itemprop="name">David Aston</span>
|
3182
3186
|
</a> </td>
|
@@ -3192,7 +3196,7 @@ Bruce Spence</span></div>
|
|
3192
3196
|
</tr>
|
3193
3197
|
<tr class="odd">
|
3194
3198
|
<td class="primary_photo">
|
3195
|
-
<a href="/name/nm0336802/?ref_=tt_cl_i15" ><img height="44" width="32" alt="Marc Aden Gray" title="Marc Aden Gray"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783.
|
3199
|
+
<a href="/name/nm0336802/?ref_=tt_cl_i15" ><img height="44" width="32" alt="Marc Aden Gray" title="Marc Aden Gray"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/MV5BNjMxOTQxODQ3OV5BMl5BanBnXkFtZTgwODYzOTA5MTE@._V1_SX32_CR0,0,32,44_AL_.jpg" /></a> </td>
|
3196
3200
|
<td class="itemprop" itemprop="actor" itemscope itemtype="http://schema.org/Person">
|
3197
3201
|
<a href="/name/nm0336802/?ref_=tt_cl_t15" itemprop='url'> <span class="itemprop" itemprop="name">Marc Aden Gray</span>
|
3198
3202
|
</a> </td>
|
@@ -3221,6 +3225,10 @@ Bruce Spence</span></div>
|
|
3221
3225
|
}
|
3222
3226
|
</script>
|
3223
3227
|
|
3228
|
+
|
3229
|
+
<!-- no content received for slot: maindetails_center_ad -->
|
3230
|
+
|
3231
|
+
|
3224
3232
|
<script>
|
3225
3233
|
if ('csm' in window) {
|
3226
3234
|
csm.measure('csm_TitleStorylineWidget_started');
|
@@ -3251,17 +3259,17 @@ Thomas A. Anderson is a man living two lives. By day he is an average computer p
|
|
3251
3259
|
<span>|</span>
|
3252
3260
|
<a href="/keyword/hacker?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">hacker</span></a>
|
3253
3261
|
<span>|</span>
|
3254
|
-
<a href="/keyword/computer-hacker?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">computer hacker</span></a>
|
3255
|
-
<span>|</span>
|
3256
3262
|
<a href="/keyword/matrix?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">matrix</span></a>
|
3257
3263
|
<span>|</span>
|
3264
|
+
<a href="/keyword/computer-hacker?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">computer hacker</span></a>
|
3265
|
+
<span>|</span>
|
3258
3266
|
<a href="/keyword/reality?ref_=tt_stry_kw" > <span class="itemprop" itemprop="keywords">reality</span></a>
|
3259
3267
|
<span>|</span> <nobr><a href="/title/tt0133093/keywords?ref_=tt_stry_kw" >See more</a> »</nobr>
|
3260
3268
|
</div>
|
3261
3269
|
<hr />
|
3262
3270
|
<div class="txt-block">
|
3263
3271
|
<h4 class="inline">Taglines:</h4>
|
3264
|
-
|
3272
|
+
Free your mind <span class="see-more inline">
|
3265
3273
|
<a href="/title/tt0133093/taglines?ref_=tt_stry_tg" > See more</a> »
|
3266
3274
|
</span>
|
3267
3275
|
</div>
|
@@ -3269,7 +3277,6 @@ Unfortunately, no one can be told what the Matrix is. You have to see it for you
|
|
3269
3277
|
<div class="see-more inline canwrap" itemprop="genre">
|
3270
3278
|
<h4 class="inline">Genres:</h4>
|
3271
3279
|
<a href="/genre/Action?ref_=tt_stry_gnr" > Action</a> <span>|</span>
|
3272
|
-
<a href="/genre/Adventure?ref_=tt_stry_gnr" > Adventure</a> <span>|</span>
|
3273
3280
|
<a href="/genre/Sci-Fi?ref_=tt_stry_gnr" > Sci-Fi</a>
|
3274
3281
|
</div>
|
3275
3282
|
|
@@ -3310,9 +3317,7 @@ Unfortunately, no one can be told what the Matrix is. You have to see it for you
|
|
3310
3317
|
<h2>Details</h2>
|
3311
3318
|
<div class="txt-block">
|
3312
3319
|
<h4 class="inline">Official Sites:</h4>
|
3313
|
-
|
3314
|
-
|
3315
|
-
<a rel="nofollow" href="/offsite/?page-action=offsite-facebook&token=BCYhPhCMv08ALGEhNL71cgECAf2NJZO0fj8Tm%2BGIVtshVVoj45Op23Fk0QFA6wgylNW7tK7iKO2P%0D%0ADCkkdNQmCeGm7xnE8j%2B1GxGHtl93s1HBWyRpP1LExNS9F%2FzeiJ%2B4N%2BNgTKa8pebbw6CwGiH7AMeP%0D%0AtXNheTYoEX5AfjwBwbwxD5EhwMxV2noO3YrpqQDB9TUZO3d21ol%2BzVLGk8aZqnmxtwANi1jCoYBE%0D%0An0HO5%2B9yttc%3D%0D%0A" itemprop='url'>Official Facebook</a>
|
3320
|
+
<a rel="nofollow" href="/offsite/?page-action=offsite-facebook&token=BCYqrM9gl_TkWnM3W-nQeiCrFbtn3HvkwrPYWe0HYBu3ULKcg3T3jcAx5zANGfCk8YUCwdBzL5ed%0D%0AffE7K8sWsnyGg6f8ZlQtS1-6PK-vGu7S5lH5MD2PcJlH_7A4MGlIDnRs4HUTCz4kzVQHJQ2ha51Q%0D%0Ap_2SBi3W_d93x54_U0v0qxTfeqQEnDIvCzYYxjuKGj78i1P66vMB3BqW8nq8v22-NXKMjils5kz7%0D%0A8ige_MSGCc0%0D%0A" itemprop='url'>Official Facebook</a>
|
3316
3321
|
|
3317
3322
|
<span class="see-more inline">
|
3318
3323
|
</span>
|
@@ -3339,7 +3344,7 @@ Unfortunately, no one can be told what the Matrix is. You have to see it for you
|
|
3339
3344
|
</div>
|
3340
3345
|
|
3341
3346
|
<div class="txt-block">
|
3342
|
-
<h4 class="inline">Also Known As:</h4>
|
3347
|
+
<h4 class="inline">Also Known As:</h4> The Matrix
|
3343
3348
|
<span class="see-more inline">
|
3344
3349
|
<a href="releaseinfo?ref_=tt_dt_dt#akas" itemprop='url'>See more</a> »
|
3345
3350
|
</span>
|
@@ -3392,15 +3397,9 @@ Unfortunately, no one can be told what the Matrix is. You have to see it for you
|
|
3392
3397
|
</div>
|
3393
3398
|
<div class="txt-block">
|
3394
3399
|
Show detailed
|
3395
|
-
<a
|
3396
|
-
onclick="(new Image()).src='/rg/tt_details_contact/prosystem/images/b.gif?link=/r/tt_details_contact/title/tt0133093/companycredits';"
|
3397
|
-
href="/r/tt_details_contact/title/tt0133093/companycredits"
|
3398
|
-
itemprop='url'>company contact information</a>
|
3400
|
+
<a href="http://pro.imdb.com/title/tt0133093/companycredits?rf=cons_tt_cocred_tt&ref_=cons_tt_cocred_tt" itemprop='url'>company contact information</a>
|
3399
3401
|
on
|
3400
|
-
<a
|
3401
|
-
onclick="(new Image()).src='/rg/tt_details_contact/prosystem/images/b.gif?link=/r/tt_details_contact/#';"
|
3402
|
-
href="/r/tt_details_contact/#"
|
3403
|
-
itemprop='url'>IMDbPro</a> »
|
3402
|
+
<a href="http://pro.imdb.com/signup/index.html?rf=cons_tt_cocred_spl&ref_=cons_tt_cocred_spl" itemprop='url'>IMDbPro</a> »
|
3404
3403
|
</div>
|
3405
3404
|
|
3406
3405
|
|
@@ -3451,12 +3450,12 @@ itemprop='url'>IMDbPro</a> »
|
|
3451
3450
|
<h4>Trivia</h4>
|
3452
3451
|
|
3453
3452
|
|
3454
|
-
|
3453
|
+
<a href="/name/nm0005251/?ref_=tt_trv_trv">Carrie-Anne Moss</a> was a cast member of the short-lived television show <a href="/title/tt0106062/?ref_=tt_trv_trv">Matrix</a> (1993). <a href="trivia?ref_=tt_trv_trv" class="nobr" >See more</a> »
|
3455
3454
|
</div>
|
3456
3455
|
<hr />
|
3457
3456
|
<div id="goofs" class="txt-block">
|
3458
3457
|
<h4>Goofs</h4>
|
3459
|
-
|
3458
|
+
In the first scene in which Neo appears, we see him from above, sleeping in front of his computer. The keyboard he is using is a Microsoft Natural Keyboard Pro with the atypical curved key configuration. When messages begin appearing on his screen, he tries to stop them by hitting various keys, but the close-up of the keys show keys from a standard keyboard that are clearly not the keys on a Natural Keyboard Pro. <a href="trivia?tab=gf&ref_=tt_trv_gf" class="nobr" >See more</a> »
|
3460
3459
|
</div>
|
3461
3460
|
<hr />
|
3462
3461
|
<div id="quotes" class="text-block">
|
@@ -3490,7 +3489,7 @@ The opening Warner Bros. logo is green on a gray sky, and the opening Village Ro
|
|
3490
3489
|
<hr />
|
3491
3490
|
<div id="connections" class="text-block">
|
3492
3491
|
<h4>Connections</h4>
|
3493
|
-
|
3492
|
+
Referenced in <a href="/title/tt2032721/?ref_=tt_trv_cnn">Fringe: Subject 9</a> (2011)
|
3494
3493
|
|
3495
3494
|
|
3496
3495
|
<a href="trivia?tab=mc&ref_=tt_trv_cnn" class="nobr" >See more</a> »
|
@@ -3526,15 +3525,15 @@ Under License from Universal Music Special Markets<br /> <a href="soundtr
|
|
3526
3525
|
<div class="faq" >
|
3527
3526
|
<div class="odd">
|
3528
3527
|
<b>Q:</b>
|
3529
|
-
<a href="/title/tt0133093/faq?ref_=tt_faq_1#.2.1.
|
3528
|
+
<a href="/title/tt0133093/faq?ref_=tt_faq_1#.2.1.20" > How much sex, violence, and profanity are in this movie?</a>
|
3530
3529
|
</div>
|
3531
3530
|
<div class="even">
|
3532
3531
|
<b>Q:</b>
|
3533
|
-
<a href="/title/tt0133093/faq?ref_=tt_faq_2#.2.1.
|
3532
|
+
<a href="/title/tt0133093/faq?ref_=tt_faq_2#.2.1.17" > What does Switch mean when she refers to Neo as "copper-top"?</a>
|
3534
3533
|
</div>
|
3535
3534
|
<div class="odd">
|
3536
3535
|
<b>Q:</b>
|
3537
|
-
<a href="/title/tt0133093/faq?ref_=tt_faq_3#.2.1.
|
3536
|
+
<a href="/title/tt0133093/faq?ref_=tt_faq_3#.2.1.38" > What does Trinity mean when she says "Everything the Oracle told me has come true, everything but this..."?</a>
|
3538
3537
|
</div>
|
3539
3538
|
</div>
|
3540
3539
|
|
@@ -3578,7 +3577,7 @@ Under License from Universal Music Special Markets<br /> <a href="soundtr
|
|
3578
3577
|
</span>
|
3579
3578
|
<hr />
|
3580
3579
|
<div class="yn" id="ynd_509311">
|
3581
|
-
|
3580
|
+
314 of 420 people found this review helpful.
|
3582
3581
|
Was this review helpful to you?
|
3583
3582
|
<button class="btn small" value="Yes" name="ynb_509311_yes" onclick="CS.TMD.user_review_vote(509311, 'tt0133093', 'yes');" >Yes</button>
|
3584
3583
|
<button class="btn small" value="No" name="ynb_509311_no" onclick="CS.TMD.user_review_vote(509311, 'tt0133093', 'no');" >No</button>
|
@@ -3587,7 +3586,7 @@ Under License from Universal Music Special Markets<br /> <a href="soundtr
|
|
3587
3586
|
|
3588
3587
|
<a href="/title/tt0133093/reviews-enter?ref_=tt_urv" rel="login">Review this title</a>
|
3589
3588
|
<span>|</span>
|
3590
|
-
<a href="/title/tt0133093/reviews?ref_=tt_urv" >See all 3,
|
3589
|
+
<a href="/title/tt0133093/reviews?ref_=tt_urv" >See all 3,490 user reviews</a> »
|
3591
3590
|
</div>
|
3592
3591
|
</div>
|
3593
3592
|
</div>
|
@@ -3608,50 +3607,50 @@ Under License from Universal Music Special Markets<br /> <a href="soundtr
|
|
3608
3607
|
<table class="boards">
|
3609
3608
|
<tr class="odd">
|
3610
3609
|
<td>
|
3611
|
-
<a href="/title/tt0133093/board/nest/
|
3610
|
+
<a href="/title/tt0133093/board/nest/231095531?ref_=tt_bd_1" >Too little effort to track Neo?</a>
|
3612
3611
|
</td>
|
3613
3612
|
<td>
|
3614
|
-
<a href="/user/
|
3613
|
+
<a href="/user/ur34036683/?ref_=tt_bd_1" >Totemkauf</a>
|
3615
3614
|
</td>
|
3616
3615
|
</tr>
|
3617
3616
|
<tr class="even">
|
3618
3617
|
<td>
|
3619
|
-
<a href="/title/tt0133093/board/nest/
|
3618
|
+
<a href="/title/tt0133093/board/nest/229672398?ref_=tt_bd_2" >How did they find Neo (in the matrix) in the beginning of the movie?</a>
|
3620
3619
|
</td>
|
3621
3620
|
<td>
|
3622
|
-
<a href="/user/
|
3621
|
+
<a href="/user/ur9139173/?ref_=tt_bd_2" >SSGoku4234</a>
|
3623
3622
|
</td>
|
3624
3623
|
</tr>
|
3625
3624
|
<tr class="odd">
|
3626
3625
|
<td>
|
3627
|
-
<a href="/title/tt0133093/board/nest/
|
3626
|
+
<a href="/title/tt0133093/board/nest/230423741?ref_=tt_bd_3" >What if Cypher's plan had worked?</a>
|
3628
3627
|
</td>
|
3629
3628
|
<td>
|
3630
|
-
<a href="/user/
|
3629
|
+
<a href="/user/ur17080648/?ref_=tt_bd_3" >DoubleRD77</a>
|
3631
3630
|
</td>
|
3632
3631
|
</tr>
|
3633
3632
|
<tr class="even">
|
3634
3633
|
<td>
|
3635
|
-
<a href="/title/tt0133093/board/nest/
|
3634
|
+
<a href="/title/tt0133093/board/nest/230593172?ref_=tt_bd_4" >The matrix vs terminator 2</a>
|
3636
3635
|
</td>
|
3637
3636
|
<td>
|
3638
|
-
<a href="/user/
|
3637
|
+
<a href="/user/ur52416499/?ref_=tt_bd_4" >brian10647</a>
|
3639
3638
|
</td>
|
3640
3639
|
</tr>
|
3641
3640
|
<tr class="odd">
|
3642
3641
|
<td>
|
3643
|
-
<a href="/title/tt0133093/board/nest/
|
3642
|
+
<a href="/title/tt0133093/board/nest/229575519?ref_=tt_bd_5" >Two Questions</a>
|
3644
3643
|
</td>
|
3645
3644
|
<td>
|
3646
|
-
<a href="/user/
|
3645
|
+
<a href="/user/ur52672480/?ref_=tt_bd_5" >JonnyRayRay</a>
|
3647
3646
|
</td>
|
3648
3647
|
</tr>
|
3649
3648
|
<tr class="even">
|
3650
3649
|
<td>
|
3651
|
-
<a href="/title/tt0133093/board/nest/
|
3650
|
+
<a href="/title/tt0133093/board/nest/229540771?ref_=tt_bd_6" >The obvious answer to what went wrong in the 2nd and 3rd Matrix films.</a>
|
3652
3651
|
</td>
|
3653
3652
|
<td>
|
3654
|
-
<a href="/user/
|
3653
|
+
<a href="/user/ur1707274/?ref_=tt_bd_6" >thingadonta</a>
|
3655
3654
|
</td>
|
3656
3655
|
</tr>
|
3657
3656
|
</table>
|
@@ -3710,7 +3709,11 @@ Under License from Universal Music Special Markets<br /> <a href="soundtr
|
|
3710
3709
|
<br class="clear">
|
3711
3710
|
<hr width="100%" size="1">
|
3712
3711
|
</div>
|
3712
|
+
|
3713
|
+
<!-- no content received for slot: bottom_ad -->
|
3714
|
+
|
3713
3715
|
<p class="footer" align="center">
|
3716
|
+
|
3714
3717
|
<a
|
3715
3718
|
onclick="(new Image()).src='/rg/home/footer/images/b.gif?link=/';"
|
3716
3719
|
href="/"
|
@@ -3736,10 +3739,6 @@ onclick="(new Image()).src='/rg/topmovies/footer/images/b.gif?link=/chart/';"
|
|
3736
3739
|
href="/chart/"
|
3737
3740
|
>Top Movies</a>
|
3738
3741
|
| <a
|
3739
|
-
onclick="(new Image()).src='/rg/watchlist/footer/images/b.gif?link=/list/watchlist';"
|
3740
|
-
href="/list/watchlist"
|
3741
|
-
>Watchlist</a>
|
3742
|
-
| <a
|
3743
3742
|
onclick="(new Image()).src='/rg/top250/footer/images/b.gif?link=/chart/top';"
|
3744
3743
|
href="/chart/top"
|
3745
3744
|
>Top 250</a>
|
@@ -3752,10 +3751,6 @@ onclick="(new Image()).src='/rg/news/footer/images/b.gif?link=/news/';"
|
|
3752
3751
|
href="/news/"
|
3753
3752
|
>News</a>
|
3754
3753
|
| <a
|
3755
|
-
onclick="(new Image()).src='/rg/video/footer/images/b.gif?link=/features/video/';"
|
3756
|
-
href="/features/video/"
|
3757
|
-
>Video</a>
|
3758
|
-
| <a
|
3759
3754
|
onclick="(new Image()).src='/rg/messageboards/footer/images/b.gif?link=/boards/';"
|
3760
3755
|
href="/boards/"
|
3761
3756
|
>Message Boards</a>
|
@@ -3770,16 +3765,6 @@ onclick="(new Image()).src='/rg/register-v2/footer/images/b.gif?link=https://sec
|
|
3770
3765
|
href="https://secure.imdb.com/register-imdb/form-v2"
|
3771
3766
|
>Register</a>
|
3772
3767
|
| <a
|
3773
|
-
onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
|
3774
|
-
href="/help/show_article?rssavailable"
|
3775
|
-
class="navbarSprite"
|
3776
|
-
id="footer_rss_image"
|
3777
|
-
></a>
|
3778
|
-
<a
|
3779
|
-
onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
|
3780
|
-
href="/help/show_article?rssavailable"
|
3781
|
-
>RSS</a>
|
3782
|
-
| <a
|
3783
3768
|
onclick="(new Image()).src='/rg/advertising/footer/images/b.gif?link=/advertising/';"
|
3784
3769
|
href="/advertising/"
|
3785
3770
|
>Advertising</a>
|
@@ -3791,10 +3776,7 @@ href="/helpdesk/contact"
|
|
3791
3776
|
onclick="(new Image()).src='/rg/jobs/footer/images/b.gif?link=/jobs';"
|
3792
3777
|
href="/jobs"
|
3793
3778
|
>Jobs</a>
|
3794
|
-
| <a
|
3795
|
-
onclick="(new Image()).src='/rg/IMDbFooter/prosystem/images/b.gif?link=https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627';"
|
3796
|
-
href="https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627"
|
3797
|
-
>IMDbPro</a>
|
3779
|
+
| <a href="http://pro.imdb.com/signup/index.html?rf=cons_ft_hm&ref_=cons_ft_hm" >IMDbPro</a>
|
3798
3780
|
| <a
|
3799
3781
|
onclick="(new Image()).src='/rg/BOXOFFICEMOJO/FOOTER/images/b.gif?link=http://www.boxofficemojo.com/';"
|
3800
3782
|
href="http://www.boxofficemojo.com/"
|
@@ -3803,10 +3785,6 @@ href="http://www.boxofficemojo.com/"
|
|
3803
3785
|
onclick="(new Image()).src='/rg/WITHOUTABOX/FOOTER/images/b.gif?link=http://www.withoutabox.com/';"
|
3804
3786
|
href="http://www.withoutabox.com/"
|
3805
3787
|
>Withoutabox</a>
|
3806
|
-
| <a
|
3807
|
-
onclick="(new Image()).src='/rg/LOVEFILM/FOOTER/images/b.gif?link=http://www.lovefilm.com/browse/film/watch-online/';"
|
3808
|
-
href="http://www.lovefilm.com/browse/film/watch-online/"
|
3809
|
-
>LOVEFiLM</a>
|
3810
3788
|
<br /><br />
|
3811
3789
|
IMDb Mobile:
|
3812
3790
|
<a
|
@@ -3841,7 +3819,7 @@ href="http://twitter.com/imdb"
|
|
3841
3819
|
<a
|
3842
3820
|
onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/show_article?conditions';"
|
3843
3821
|
href="/help/show_article?conditions"
|
3844
|
-
>Copyright ©</a> 1990-
|
3822
|
+
>Copyright ©</a> 1990-2014
|
3845
3823
|
<a
|
3846
3824
|
onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/';"
|
3847
3825
|
href="/help/"
|
@@ -3861,19 +3839,24 @@ href="//www.amazon.com/InterestBasedAds"
|
|
3861
3839
|
An <span id="amazon_logo" class="footer_logo" align="middle"></span> company.
|
3862
3840
|
</p>
|
3863
3841
|
|
3864
|
-
|
3842
|
+
|
3843
|
+
|
3844
|
+
|
3845
|
+
<table class="footer" id="amazon-affiliates">
|
3865
3846
|
<tr>
|
3866
|
-
<td colspan="
|
3847
|
+
<td colspan="8">
|
3867
3848
|
Amazon Affiliates
|
3868
3849
|
</td>
|
3869
3850
|
</tr>
|
3870
3851
|
<tr>
|
3871
3852
|
<td class="amazon-affiliate-site-first">
|
3872
|
-
|
3853
|
+
|
3854
|
+
<a class="amazon-affiliate-site-link" href="http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20">
|
3873
3855
|
<span class="amazon-affiliate-site-name">Amazon Instant Video</span><br>
|
3874
3856
|
<span class="amazon-affiliate-site-desc">Watch Movies &<br>TV Online</span>
|
3875
3857
|
</a>
|
3876
3858
|
</td>
|
3859
|
+
|
3877
3860
|
<td class="amazon-affiliate-site-item-nth">
|
3878
3861
|
<a class="amazon-affiliate-site-link" href=http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20 >
|
3879
3862
|
<span class="amazon-affiliate-site-name">Prime Instant Video</span><br>
|
@@ -3904,18 +3887,6 @@ href="//www.amazon.com/InterestBasedAds"
|
|
3904
3887
|
<span class="amazon-affiliate-site-desc">Buy Movie and<br>TV Show DVDs</span>
|
3905
3888
|
</a>
|
3906
3889
|
</td>
|
3907
|
-
<td class="amazon-affiliate-site-item-nth">
|
3908
|
-
<a class="amazon-affiliate-site-link" href=http://www.lovefilm.com/browse/film/watch-online/ >
|
3909
|
-
<span class="amazon-affiliate-site-name">LOVEFiLM</span><br>
|
3910
|
-
<span class="amazon-affiliate-site-desc">Watch Movies<br>Online</span>
|
3911
|
-
</a>
|
3912
|
-
</td>
|
3913
|
-
<td class="amazon-affiliate-site-item-nth">
|
3914
|
-
<a class="amazon-affiliate-site-link" href=http://www.junglee.com/ >
|
3915
|
-
<span class="amazon-affiliate-site-name">Junglee</span><br>
|
3916
|
-
<span class="amazon-affiliate-site-desc">India Online<br>Shopping</span>
|
3917
|
-
</a>
|
3918
|
-
</td>
|
3919
3890
|
<td class="amazon-affiliate-site-item-nth">
|
3920
3891
|
<a class="amazon-affiliate-site-link" href=http://www.dpreview.com >
|
3921
3892
|
<span class="amazon-affiliate-site-name">DPReview</span><br>
|
@@ -3931,31 +3902,10 @@ href="//www.amazon.com/InterestBasedAds"
|
|
3931
3902
|
</tr>
|
3932
3903
|
</table>
|
3933
3904
|
</div>
|
3934
|
-
|
3935
|
-
<script type="text/javascript">
|
3936
|
-
|
3937
|
-
var _gaq = _gaq || [];
|
3938
|
-
var seg = -1;
|
3939
|
-
_gaq.push(['_setAccount', 'UA-3916519-1']);
|
3940
|
-
_gaq.push(['_setDomainName', '.imdb.com']);
|
3941
|
-
_gaq.push(['_setSampleRate', '10']);
|
3942
|
-
_gaq.push(['_setCustomVar', 2, 'Falkor', 'false']);
|
3943
|
-
_gaq.push(['_trackPageview']); // must come last
|
3944
|
-
|
3945
|
-
(function() {
|
3946
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
3947
|
-
ga.src = 'http://www.google-analytics.com/ga.js';
|
3948
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
3949
|
-
})();
|
3950
|
-
|
3951
|
-
</script>
|
3952
|
-
|
3953
|
-
<!-- no content received for slot: bottom_ad -->
|
3954
|
-
|
3955
3905
|
</div>
|
3956
3906
|
</div>
|
3957
3907
|
|
3958
|
-
<script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/title-
|
3908
|
+
<script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/title-3490597246._CB349291289_.js"></script>
|
3959
3909
|
|
3960
3910
|
<script type="text/imdblogin-js" id="login">
|
3961
3911
|
jQuery(document).ready(function(){
|
@@ -3966,12 +3916,15 @@ jQuery(document).ready(function(){
|
|
3966
3916
|
<script type="text/javascript">
|
3967
3917
|
jQuery(
|
3968
3918
|
function() {
|
3969
|
-
var
|
3970
|
-
url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0133093%2F&colorscheme="
|
3919
|
+
var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),
|
3920
|
+
url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0133093%2F&colorscheme=light",
|
3971
3921
|
like = document.getElementById('iframe_like');
|
3972
|
-
|
3922
|
+
|
3923
|
+
if (!isAdvertisingThemed && like) {
|
3973
3924
|
like.src = url;
|
3974
3925
|
like.onload = function () { generic.monitoring.stop_timing('facebook_like_iframe', '', false); };
|
3926
|
+
} else if (isAdvertisingThemed) {
|
3927
|
+
$('.social_networking_like').closest('.aux-content-widget-2').hide();
|
3975
3928
|
}
|
3976
3929
|
}
|
3977
3930
|
|
@@ -3981,7 +3934,7 @@ jQuery(document).ready(function(){
|
|
3981
3934
|
var facebookTheme = (window.custom && window.custom.full_page &&
|
3982
3935
|
window.custom.full_page.theme) ?
|
3983
3936
|
window.custom.full_page.theme : "light",
|
3984
|
-
url = "//www.facebook.com/plugins/likebox.php?href=facebook.com%2Fimdb&width=300&height=190&connections=
|
3937
|
+
url = "//www.facebook.com/plugins/likebox.php?href=facebook.com%2Fimdb&width=300&height=190&connections=4&header=false&stream=false&colorscheme=" + facebookTheme,
|
3985
3938
|
like = document.getElementById('facebookIframe'),
|
3986
3939
|
twitterIframe = document.getElementById('twitterIframe');
|
3987
3940
|
if (like) {
|
@@ -3995,7 +3948,7 @@ jQuery(document).ready(function(){
|
|
3995
3948
|
);
|
3996
3949
|
</script>
|
3997
3950
|
|
3998
|
-
<div id="servertime" time="
|
3951
|
+
<div id="servertime" time="149"/>
|
3999
3952
|
|
4000
3953
|
|
4001
3954
|
|